@vizzly/api-client 0.0.83 → 0.0.84

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -610,7 +610,7 @@ export declare namespace DataOptimiser {
610
610
  }>;
611
611
  export type IngestFromUploadExecuteResponse = DataOptimiser.ExecuteResponse<{
612
612
  move_table_from_upload_to_ingest: DataOptimiser.ActionResult<{
613
- success: boolean;
613
+ executedInSnowflakeSessionId: string;
614
614
  }>;
615
615
  }>;
616
616
  export type CreateUploadTableExecuteResponse = DataOptimiser.ExecuteResponse<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",