prostgles-types 1.5.136 → 1.5.137

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.
Files changed (2) hide show
  1. package/lib/index.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.ts CHANGED
@@ -598,7 +598,7 @@ export type ClientSchema = {
598
598
  auth: AnyObject;
599
599
  version: any;
600
600
  err?: string;
601
- fullSchema?: TableSchema[];
601
+ tableSchema?: DBSchemaTables[];
602
602
  schema: TableSchemaForClient;
603
603
  methods: string[];
604
604
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prostgles-types",
3
- "version": "1.5.136",
3
+ "version": "1.5.137",
4
4
  "description": "",
5
5
  "main": "dist/index_umd.js",
6
6
  "types": "dist/index.d.ts",