@vizzly/api-client 0.0.94 → 0.0.95

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.
@@ -215,7 +215,7 @@ export declare class VizzlyQueryEngineApi extends Api {
215
215
  previousWorkflowResults: Partial<DataOptimiser.InternalIngestExecuteResponse['workflowResults']>;
216
216
  warehouseOverrideMapping?: DataOptimiser.WarehouseOverrideMapping;
217
217
  }>): Promise<import("../types").Response<DataOptimiser.StatusResponse<{
218
- ingest_storage_to_snowflake: DataOptimiser.ActionStatus<{
218
+ internal_ingest_copy_to_snowflake: DataOptimiser.ActionStatus<{
219
219
  destinationAddress: string[];
220
220
  destinationFields: DataOptimiser.DataSourceFields;
221
221
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",