@vizzly/api-client 0.0.77 → 0.0.79

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[];
@@ -624,6 +624,8 @@ export declare namespace DataOptimiser {
624
624
  [key: string]: string;
625
625
  };
626
626
  method: 'GET' | 'PUT';
627
+ scanResult?: FileScanResult;
627
628
  };
629
+ export type FileScanResult = 'malicious' | 'safe' | 'unknown' | 'in_progress';
628
630
  export {};
629
631
  }
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.79",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",