@prostgles/prostgles 2.3.6-dev.1787342906 → 2.3.6-dev.1787347614

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prostgles/prostgles",
3
- "version": "2.3.6-dev.1787342906",
3
+ "version": "2.3.6-dev.1787347614",
4
4
  "description": "Prostgles UI runtime and configurable PostgreSQL dashboard",
5
5
  "main": "dist/server/src/schemaConfig.js",
6
6
  "bin": {
@@ -56,7 +56,7 @@
56
56
  "pg": "^8.23.0",
57
57
  "pidusage": "^4.0.1",
58
58
  "prostgles-client": "^4.0.386",
59
- "prostgles-server": "^4.2.601",
59
+ "prostgles-server": "^4.2.602",
60
60
  "qrcode": "^1.5.4",
61
61
  "simple-git": "^3.36.0",
62
62
  "smtp-server": "^3.19.3",
@@ -33,7 +33,7 @@ export declare const llmCredentialsTableHooks: {
33
33
  }>, import("prostgles-server").DBOFullyTyped<DBGeneratedSchema>> & {
34
34
  localParams: undefined | import("prostgles-server/dist/DboBuilder/DboBuilderTypes").LocalParams;
35
35
  context: undefined;
36
- onCommit: import("prostgles-server/dist/PublishParser/publishTypesAndUtils").OnCommit;
36
+ onCommit: import("prostgles-server/dist/PublishParser/publishTypesAndUtils").OnCommit<import("prostgles-server").DBOFullyTyped<DBGeneratedSchema>>;
37
37
  }) => Promise<void>;
38
38
  }];
39
39
  };
@@ -33,7 +33,7 @@ export declare const tableHooks: {
33
33
  }>, import("prostgles-server").DBOFullyTyped<DBGeneratedSchema>> & {
34
34
  localParams: undefined | import("prostgles-server/dist/DboBuilder/DboBuilderTypes").LocalParams;
35
35
  context: undefined;
36
- onCommit: import("prostgles-server/dist/PublishParser/publishTypesAndUtils").OnCommit;
36
+ onCommit: import("prostgles-server/dist/PublishParser/publishTypesAndUtils").OnCommit<import("prostgles-server").DBOFullyTyped<DBGeneratedSchema>>;
37
37
  }) => Promise<void>;
38
38
  }];
39
39
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prostgles/prostgles",
3
- "version": "2.3.6-dev.1787342906",
3
+ "version": "2.3.6-dev.1787347614",
4
4
  "description": "Prostgles UI runtime and configurable PostgreSQL dashboard",
5
5
  "main": "dist/server/src/schemaConfig.js",
6
6
  "bin": {
@@ -56,7 +56,7 @@
56
56
  "pg": "^8.23.0",
57
57
  "pidusage": "^4.0.1",
58
58
  "prostgles-client": "^4.0.386",
59
- "prostgles-server": "^4.2.601",
59
+ "prostgles-server": "^4.2.602",
60
60
  "qrcode": "^1.5.4",
61
61
  "simple-git": "^3.36.0",
62
62
  "smtp-server": "^3.19.3",