@vizzly/api-client 0.0.68 → 0.0.69
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.
|
@@ -123,6 +123,7 @@ class VizzlyQueryEngineApi extends Api_1.Api {
|
|
|
123
123
|
body: {
|
|
124
124
|
allowedConfigOrigins: params.allowedConfigOrigins,
|
|
125
125
|
dynamicConfig: params.dynamicConfig,
|
|
126
|
+
filterColumnsByTable: params.filterColumnsByTable
|
|
126
127
|
},
|
|
127
128
|
acceptedAuthParams: ['queryEngineApiKey'],
|
|
128
129
|
};
|
package/dist/types.d.ts
CHANGED
|
@@ -116,6 +116,7 @@ export declare namespace nVizzlyQueryEngine {
|
|
|
116
116
|
type CollectSchemaParams = {
|
|
117
117
|
allowedConfigOrigins: OriginId[];
|
|
118
118
|
dynamicConfig?: nSemanticLayer.Config;
|
|
119
|
+
filterColumnsByTable?: [databaseName: string, schemaName: string, tableName: string];
|
|
119
120
|
};
|
|
120
121
|
type CreateSqlPreviewParams = {
|
|
121
122
|
sql: string;
|