This commit is contained in:
2026-01-17 05:20:00 +01:00
parent 664cb3a3d8
commit acccc26c38
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -401,6 +401,7 @@ export interface PostInsertReturn {
message?: string; message?: string;
protocol41?: boolean; protocol41?: boolean;
changedRows?: number; changedRows?: number;
error?: string;
} }
export type UserType = DATASQUIREL_LoggedInUser & { export type UserType = DATASQUIREL_LoggedInUser & {
isSuperUser?: boolean; isSuperUser?: boolean;
+1
View File
@@ -463,6 +463,7 @@ export interface PostInsertReturn {
message?: string; message?: string;
protocol41?: boolean; protocol41?: boolean;
changedRows?: number; changedRows?: number;
error?: string;
} }
export type UserType = DATASQUIREL_LoggedInUser & { export type UserType = DATASQUIREL_LoggedInUser & {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@moduletrace/datasquirel", "name": "@moduletrace/datasquirel",
"version": "5.7.29", "version": "5.7.30",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {