@vizzly/api-client 0.0.77 → 0.0.78

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.
@@ -122,7 +122,7 @@ class VizzlyQueryEngineApi extends Api_1.Api {
122
122
  abortSignal: params.abortSignal,
123
123
  body: {
124
124
  company: { id: params.companyId },
125
- treeTableAddress: params.treeTableAddress,
125
+ fullTreeDataSourceId: params.fullTreeDataSourceId
126
126
  },
127
127
  acceptedAuthParams: ['queryEngineApiKey'],
128
128
  };
package/dist/types.d.ts CHANGED
@@ -115,7 +115,7 @@ export declare namespace nVizzlyQueryEngine {
115
115
  };
116
116
  type CollectTreePartInstructionsParams = {
117
117
  companyId: string;
118
- treeTableAddress: [string, string, string];
118
+ fullTreeDataSourceId: string;
119
119
  };
120
120
  type CollectTableSchemaParams = {
121
121
  allowedConfigOrigins: OriginId[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",