@vizzly/api-client 0.0.75 → 0.0.76
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.
|
@@ -522,6 +522,8 @@ class VizzlyQueryEngineApi extends Api_1.Api {
|
|
|
522
522
|
dataSourceId: params.dataSourceId,
|
|
523
523
|
filter: params.filter,
|
|
524
524
|
previousWorkflowResults: params.previousWorkflowResults,
|
|
525
|
+
internalCompanyConnection: params.internalCompanyConnection,
|
|
526
|
+
externalSnowflakeConnection: params.externalSnowflakeConnection,
|
|
525
527
|
instructions: params.instructions,
|
|
526
528
|
fullTreeFields: params.fullTreeFields
|
|
527
529
|
},
|
package/dist/types.d.ts
CHANGED
|
@@ -579,6 +579,8 @@ export declare namespace DataOptimiser {
|
|
|
579
579
|
dataSourceId: string;
|
|
580
580
|
fullTreeFields: DataOptimiser.DataSourceFields;
|
|
581
581
|
filter: DataOptimiser.TreePartInstruction['filter'];
|
|
582
|
+
internalCompanyConnection: DataOptimiser.QueryEngineConnection;
|
|
583
|
+
externalSnowflakeConnection: DataOptimiser.QueryEngineConnection;
|
|
582
584
|
instructions: DataOptimiser.TreePartInstruction['columnInstructions'];
|
|
583
585
|
previousWorkflowResults: Partial<DataOptimiser.IngestTreePartExecuteResponse['workflowResults']>;
|
|
584
586
|
};
|