This commit is contained in:
Benjamin Toby 2025-01-26 05:58:25 +01:00
parent b6a3e002fb
commit ff5550ec85
3 changed files with 3 additions and 3 deletions

View File

@ -1296,7 +1296,7 @@ export type DsqlMethodCrudParam<T extends {
query?: DsqlCrudQueryObject<T>;
tableName: string;
addUser?: {
field: string;
field: keyof T;
};
user?: DATASQUIREL_LoggedInUser;
extraData?: T;

View File

@ -1473,7 +1473,7 @@ export type DsqlMethodCrudParam<
query?: DsqlCrudQueryObject<T>;
tableName: string;
addUser?: {
field: string;
field: keyof T;
};
user?: DATASQUIREL_LoggedInUser;
extraData?: T;

View File

@ -1,6 +1,6 @@
{
"name": "@moduletrace/datasquirel",
"version": "3.9.0",
"version": "3.9.1",
"description": "Cloud-based SQL data management tool",
"main": "dist/index.js",
"bin": {