@vizzly/api-client 0.0.72 → 0.0.73
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.
|
@@ -248,7 +248,12 @@ export declare class VizzlyQueryEngineApi extends Api {
|
|
|
248
248
|
function: string;
|
|
249
249
|
}>;
|
|
250
250
|
previousWorkflowResults: Partial<DataOptimiser.IngestFromUploadExecuteResponse['workflowResults']>;
|
|
251
|
-
}>): Promise<import("../types").Response<DataOptimiser.StatusResponse<{
|
|
251
|
+
}>): Promise<import("../types").Response<DataOptimiser.StatusResponse<{
|
|
252
|
+
move_table_from_upload_to_ingest: DataOptimiser.ActionStatus<{
|
|
253
|
+
destinationAddress: string[];
|
|
254
|
+
destinationFields: DataOptimiser.DataSourceFields;
|
|
255
|
+
}>;
|
|
256
|
+
}>>>;
|
|
252
257
|
private buildIngestFromUploadRequest;
|
|
253
258
|
/** Send request to create upload table */
|
|
254
259
|
createUploadTable(params: RequestParams<{
|
|
@@ -266,10 +271,7 @@ export declare class VizzlyQueryEngineApi extends Api {
|
|
|
266
271
|
fileName: string;
|
|
267
272
|
previousWorkflowResults: Partial<DataOptimiser.CreateUploadTableExecuteResponse['workflowResults']>;
|
|
268
273
|
}>): Promise<import("../types").Response<DataOptimiser.StatusResponse<{
|
|
269
|
-
create_upload_table: DataOptimiser.ActionStatus<{
|
|
270
|
-
destinationAddress: string[];
|
|
271
|
-
destinationFields: DataOptimiser.DataSourceFields;
|
|
272
|
-
}>;
|
|
274
|
+
create_upload_table: DataOptimiser.ActionStatus<{}>;
|
|
273
275
|
}>>>;
|
|
274
276
|
private buildCreateUploadTableRequest;
|
|
275
277
|
}
|
package/dist/types.d.ts
CHANGED
|
@@ -594,7 +594,7 @@ export declare namespace DataOptimiser {
|
|
|
594
594
|
}>;
|
|
595
595
|
}>;
|
|
596
596
|
export type IngestFromUploadExecuteResponse = DataOptimiser.ExecuteResponse<{
|
|
597
|
-
|
|
597
|
+
move_table_from_upload_to_ingest: DataOptimiser.ActionResult<{
|
|
598
598
|
success: boolean;
|
|
599
599
|
}>;
|
|
600
600
|
}>;
|