@vizzly/api-client 0.0.66 → 0.0.67

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.
@@ -174,7 +174,7 @@ export declare class VizzlyQueryEngineApi extends Api {
174
174
  previousWorkflowResults: Partial<DataOptimiser.CreateSnapshotExecuteResponse['workflowResults']>;
175
175
  }>): Promise<import("../types").Response<DataOptimiser.StatusResponse<{
176
176
  create_snapshot: DataOptimiser.ActionStatus<{
177
- executedInSnowflakeSessionId: string;
177
+ snapshotDataSourceFields: DataOptimiser.DataSourceFields;
178
178
  }>;
179
179
  }>>>;
180
180
  /** Send request to create a snapshot */
package/dist/types.d.ts CHANGED
@@ -554,6 +554,7 @@ export declare namespace DataOptimiser {
554
554
  }>;
555
555
  type CreateSnapshotExecuteResponse = DataOptimiser.ExecuteResponse<{
556
556
  create_snapshot: DataOptimiser.ActionResult<{
557
+ executedInSnowflakeSessionId: string;
557
558
  snapshotFields: DataOptimiser.DataSourceFields;
558
559
  }>;
559
560
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",