@vizzly/api-client 0.0.79 → 0.0.80

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.
@@ -271,8 +271,6 @@ export declare class VizzlyQueryEngineApi extends Api {
271
271
  createUploadTable(params: RequestParams<{
272
272
  companyId: string;
273
273
  dataSourceId: string;
274
- locationName: string;
275
- folderPath: string;
276
274
  fileName: string;
277
275
  previousWorkflowResults: Partial<DataOptimiser.CreateUploadTableExecuteResponse['workflowResults']>;
278
276
  }>): Promise<import("../types").Response<DataOptimiser.CreateUploadTableExecuteResponse>>;
@@ -280,8 +278,6 @@ export declare class VizzlyQueryEngineApi extends Api {
280
278
  getCreateUploadTableStatus(params: RequestParams<{
281
279
  companyId: string;
282
280
  dataSourceId: string;
283
- locationName: string;
284
- folderPath: string;
285
281
  fileName: string;
286
282
  previousWorkflowResults: Partial<DataOptimiser.CreateUploadTableExecuteResponse['workflowResults']>;
287
283
  }>): Promise<import("../types").Response<DataOptimiser.StatusResponse<{
@@ -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
- fullTreeDataSourceId: params.fullTreeDataSourceId
125
+ fullTreeDataSourceId: params.fullTreeDataSourceId,
126
126
  },
127
127
  acceptedAuthParams: ['queryEngineApiKey'],
128
128
  };
@@ -525,7 +525,7 @@ class VizzlyQueryEngineApi extends Api_1.Api {
525
525
  internalCompanyConnection: params.internalCompanyConnection,
526
526
  externalSnowflakeConnection: params.externalSnowflakeConnection,
527
527
  instructions: params.instructions,
528
- fullTreeFields: params.fullTreeFields
528
+ fullTreeFields: params.fullTreeFields,
529
529
  },
530
530
  acceptedAuthParams: ['queryEngineApiKey'],
531
531
  };
@@ -665,8 +665,6 @@ class VizzlyQueryEngineApi extends Api_1.Api {
665
665
  body: {
666
666
  company: { id: params.companyId },
667
667
  dataSourceId: params.dataSourceId,
668
- locationName: params.locationName,
669
- folderPath: params.folderPath,
670
668
  fileName: params.fileName,
671
669
  previousWorkflowResults: params.previousWorkflowResults,
672
670
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",