@lightdash/common 0.2077.5 → 0.2078.1
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.
- package/dist/cjs/ee/AiAgent/filterExploreByTags.d.ts +23 -12
- package/dist/cjs/ee/AiAgent/filterExploreByTags.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/filterExploreByTags.js +57 -28
- package/dist/cjs/ee/AiAgent/filterExploreByTags.js.map +1 -1
- package/dist/cjs/ee/AiAgent/filterExploreByTags.test.js +220 -18
- package/dist/cjs/ee/AiAgent/filterExploreByTags.test.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/index.d.ts +1210 -0
- package/dist/cjs/ee/AiAgent/schemas/index.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/index.js +2 -1
- package/dist/cjs/ee/AiAgent/schemas/index.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js +8 -4
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts +3 -0
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js +4 -0
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +109 -0
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +103 -0
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -0
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +216 -0
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +87 -30
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/toolSchemaBuilder.d.ts +14 -2
- package/dist/cjs/ee/AiAgent/schemas/toolSchemaBuilder.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/toolSchemaBuilder.js +10 -7
- package/dist/cjs/ee/AiAgent/schemas/toolSchemaBuilder.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +2218 -4
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.js +4 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindChartsArgs.js +4 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindChartsArgs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js +4 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +52 -4
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindExploresArgs.js +23 -8
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindExploresArgs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js +4 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolImproveContext.js +4 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolImproveContext.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolProposeChange.js +4 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolProposeChange.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +354 -0
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js +4 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js +4 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +354 -0
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.js +4 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +354 -0
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js +4 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +354 -0
- package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js +4 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/utils.d.ts +69 -0
- package/dist/cjs/ee/AiAgent/utils.d.ts.map +1 -1
- package/dist/cjs/types/catalog.d.ts +0 -2
- package/dist/cjs/types/catalog.d.ts.map +1 -1
- package/dist/cjs/types/catalog.js.map +1 -1
- package/dist/cjs/types/field.d.ts +42 -1
- package/dist/cjs/types/field.d.ts.map +1 -1
- package/dist/cjs/types/field.js +25 -1
- package/dist/cjs/types/field.js.map +1 -1
- package/dist/esm/ee/AiAgent/filterExploreByTags.d.ts +23 -12
- package/dist/esm/ee/AiAgent/filterExploreByTags.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/filterExploreByTags.js +57 -28
- package/dist/esm/ee/AiAgent/filterExploreByTags.js.map +1 -1
- package/dist/esm/ee/AiAgent/filterExploreByTags.test.js +220 -18
- package/dist/esm/ee/AiAgent/filterExploreByTags.test.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/index.d.ts +1210 -0
- package/dist/esm/ee/AiAgent/schemas/index.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/index.js +3 -2
- package/dist/esm/ee/AiAgent/schemas/index.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js +8 -4
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts +3 -0
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js +5 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +109 -0
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +100 -0
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -0
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +216 -0
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +88 -31
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/toolSchemaBuilder.d.ts +14 -2
- package/dist/esm/ee/AiAgent/schemas/toolSchemaBuilder.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/toolSchemaBuilder.js +10 -5
- package/dist/esm/ee/AiAgent/schemas/toolSchemaBuilder.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +2218 -4
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.js +4 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindChartsArgs.js +4 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindChartsArgs.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js +4 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +52 -4
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindExploresArgs.js +22 -7
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindExploresArgs.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js +4 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolImproveContext.js +4 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolImproveContext.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolProposeChange.js +4 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolProposeChange.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +354 -0
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js +4 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js +4 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +354 -0
- package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.js +4 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +354 -0
- package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js +4 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +354 -0
- package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js +4 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js.map +1 -1
- package/dist/esm/ee/AiAgent/utils.d.ts +69 -0
- package/dist/esm/ee/AiAgent/utils.d.ts.map +1 -1
- package/dist/esm/types/catalog.d.ts +0 -2
- package/dist/esm/types/catalog.d.ts.map +1 -1
- package/dist/esm/types/catalog.js.map +1 -1
- package/dist/esm/types/field.d.ts +42 -1
- package/dist/esm/types/field.d.ts.map +1 -1
- package/dist/esm/types/field.js +24 -0
- package/dist/esm/types/field.js.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/ee/AiAgent/filterExploreByTags.d.ts +23 -12
- package/dist/types/ee/AiAgent/filterExploreByTags.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/index.d.ts +1210 -0
- package/dist/types/ee/AiAgent/schemas/index.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts +3 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +109 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +216 -0
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/toolSchemaBuilder.d.ts +14 -2
- package/dist/types/ee/AiAgent/schemas/toolSchemaBuilder.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +2218 -4
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +52 -4
- package/dist/types/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +354 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +354 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +354 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +354 -0
- package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/utils.d.ts +69 -0
- package/dist/types/ee/AiAgent/utils.d.ts.map +1 -1
- package/dist/types/types/catalog.d.ts +0 -2
- package/dist/types/types/catalog.d.ts.map +1 -1
- package/dist/types/types/field.d.ts +42 -1
- package/dist/types/types/field.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts +0 -2
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts.map +0 -1
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.js +0 -56
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.js.map +0 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts +0 -2
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts.map +0 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.js +0 -54
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.js.map +0 -1
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts +0 -2
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts.map +0 -1
|
@@ -101,16 +101,19 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
|
|
|
101
101
|
} & {
|
|
102
102
|
type: z.ZodLiteral<"percent_of_column_total">;
|
|
103
103
|
fieldId: z.ZodString;
|
|
104
|
+
partitionBy: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
104
105
|
}, "strip", z.ZodTypeAny, {
|
|
105
106
|
name: string;
|
|
106
107
|
fieldId: string;
|
|
107
108
|
type: "percent_of_column_total";
|
|
108
109
|
displayName: string;
|
|
110
|
+
partitionBy: string[] | null;
|
|
109
111
|
}, {
|
|
110
112
|
name: string;
|
|
111
113
|
fieldId: string;
|
|
112
114
|
type: "percent_of_column_total";
|
|
113
115
|
displayName: string;
|
|
116
|
+
partitionBy: string[] | null;
|
|
114
117
|
}>, z.ZodObject<{
|
|
115
118
|
name: z.ZodString;
|
|
116
119
|
displayName: z.ZodString;
|
|
@@ -143,6 +146,111 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
|
|
|
143
146
|
fieldId: string;
|
|
144
147
|
type: "running_total";
|
|
145
148
|
displayName: string;
|
|
149
|
+
}>, z.ZodObject<{
|
|
150
|
+
name: z.ZodString;
|
|
151
|
+
displayName: z.ZodString;
|
|
152
|
+
} & {
|
|
153
|
+
type: z.ZodLiteral<"window_function">;
|
|
154
|
+
windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
|
|
155
|
+
fieldId: z.ZodNullable<z.ZodString>;
|
|
156
|
+
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
157
|
+
fieldId: z.ZodString;
|
|
158
|
+
order: z.ZodNullable<z.ZodEnum<["asc", "desc"]>>;
|
|
159
|
+
}, "strip", z.ZodTypeAny, {
|
|
160
|
+
fieldId: string;
|
|
161
|
+
order: "asc" | "desc" | null;
|
|
162
|
+
}, {
|
|
163
|
+
fieldId: string;
|
|
164
|
+
order: "asc" | "desc" | null;
|
|
165
|
+
}>, "many">>;
|
|
166
|
+
partitionBy: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
167
|
+
frame: z.ZodNullable<z.ZodObject<{
|
|
168
|
+
frameType: z.ZodEnum<["rows", "range"]>;
|
|
169
|
+
start: z.ZodNullable<z.ZodObject<{
|
|
170
|
+
type: z.ZodEnum<["unbounded_preceding", "preceding", "current_row", "following", "unbounded_following"]>;
|
|
171
|
+
offset: z.ZodNullable<z.ZodNumber>;
|
|
172
|
+
}, "strip", z.ZodTypeAny, {
|
|
173
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
174
|
+
offset: number | null;
|
|
175
|
+
}, {
|
|
176
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
177
|
+
offset: number | null;
|
|
178
|
+
}>>;
|
|
179
|
+
end: z.ZodObject<{
|
|
180
|
+
type: z.ZodEnum<["unbounded_preceding", "preceding", "current_row", "following", "unbounded_following"]>;
|
|
181
|
+
offset: z.ZodNullable<z.ZodNumber>;
|
|
182
|
+
}, "strip", z.ZodTypeAny, {
|
|
183
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
184
|
+
offset: number | null;
|
|
185
|
+
}, {
|
|
186
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
187
|
+
offset: number | null;
|
|
188
|
+
}>;
|
|
189
|
+
}, "strip", z.ZodTypeAny, {
|
|
190
|
+
start: {
|
|
191
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
192
|
+
offset: number | null;
|
|
193
|
+
} | null;
|
|
194
|
+
end: {
|
|
195
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
196
|
+
offset: number | null;
|
|
197
|
+
};
|
|
198
|
+
frameType: "rows" | "range";
|
|
199
|
+
}, {
|
|
200
|
+
start: {
|
|
201
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
202
|
+
offset: number | null;
|
|
203
|
+
} | null;
|
|
204
|
+
end: {
|
|
205
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
206
|
+
offset: number | null;
|
|
207
|
+
};
|
|
208
|
+
frameType: "rows" | "range";
|
|
209
|
+
}>>;
|
|
210
|
+
}, "strip", z.ZodTypeAny, {
|
|
211
|
+
name: string;
|
|
212
|
+
fieldId: string | null;
|
|
213
|
+
type: "window_function";
|
|
214
|
+
displayName: string;
|
|
215
|
+
orderBy: {
|
|
216
|
+
fieldId: string;
|
|
217
|
+
order: "asc" | "desc" | null;
|
|
218
|
+
}[] | null;
|
|
219
|
+
partitionBy: string[] | null;
|
|
220
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
221
|
+
frame: {
|
|
222
|
+
start: {
|
|
223
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
224
|
+
offset: number | null;
|
|
225
|
+
} | null;
|
|
226
|
+
end: {
|
|
227
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
228
|
+
offset: number | null;
|
|
229
|
+
};
|
|
230
|
+
frameType: "rows" | "range";
|
|
231
|
+
} | null;
|
|
232
|
+
}, {
|
|
233
|
+
name: string;
|
|
234
|
+
fieldId: string | null;
|
|
235
|
+
type: "window_function";
|
|
236
|
+
displayName: string;
|
|
237
|
+
orderBy: {
|
|
238
|
+
fieldId: string;
|
|
239
|
+
order: "asc" | "desc" | null;
|
|
240
|
+
}[] | null;
|
|
241
|
+
partitionBy: string[] | null;
|
|
242
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
243
|
+
frame: {
|
|
244
|
+
start: {
|
|
245
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
246
|
+
offset: number | null;
|
|
247
|
+
} | null;
|
|
248
|
+
end: {
|
|
249
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
250
|
+
offset: number | null;
|
|
251
|
+
};
|
|
252
|
+
frameType: "rows" | "range";
|
|
253
|
+
} | null;
|
|
146
254
|
}>]>, "many">>;
|
|
147
255
|
vizConfig: z.ZodObject<{
|
|
148
256
|
exploreName: z.ZodString;
|
|
@@ -1293,6 +1401,7 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
|
|
|
1293
1401
|
fieldId: string;
|
|
1294
1402
|
type: "percent_of_column_total";
|
|
1295
1403
|
displayName: string;
|
|
1404
|
+
partitionBy: string[] | null;
|
|
1296
1405
|
} | {
|
|
1297
1406
|
name: string;
|
|
1298
1407
|
fieldId: string;
|
|
@@ -1303,6 +1412,28 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
|
|
|
1303
1412
|
fieldId: string;
|
|
1304
1413
|
type: "running_total";
|
|
1305
1414
|
displayName: string;
|
|
1415
|
+
} | {
|
|
1416
|
+
name: string;
|
|
1417
|
+
fieldId: string | null;
|
|
1418
|
+
type: "window_function";
|
|
1419
|
+
displayName: string;
|
|
1420
|
+
orderBy: {
|
|
1421
|
+
fieldId: string;
|
|
1422
|
+
order: "asc" | "desc" | null;
|
|
1423
|
+
}[] | null;
|
|
1424
|
+
partitionBy: string[] | null;
|
|
1425
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
1426
|
+
frame: {
|
|
1427
|
+
start: {
|
|
1428
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1429
|
+
offset: number | null;
|
|
1430
|
+
} | null;
|
|
1431
|
+
end: {
|
|
1432
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1433
|
+
offset: number | null;
|
|
1434
|
+
};
|
|
1435
|
+
frameType: "rows" | "range";
|
|
1436
|
+
} | null;
|
|
1306
1437
|
})[] | null;
|
|
1307
1438
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
1308
1439
|
description: string;
|
|
@@ -1561,6 +1692,7 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
|
|
|
1561
1692
|
fieldId: string;
|
|
1562
1693
|
type: "percent_of_column_total";
|
|
1563
1694
|
displayName: string;
|
|
1695
|
+
partitionBy: string[] | null;
|
|
1564
1696
|
} | {
|
|
1565
1697
|
name: string;
|
|
1566
1698
|
fieldId: string;
|
|
@@ -1571,6 +1703,28 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
|
|
|
1571
1703
|
fieldId: string;
|
|
1572
1704
|
type: "running_total";
|
|
1573
1705
|
displayName: string;
|
|
1706
|
+
} | {
|
|
1707
|
+
name: string;
|
|
1708
|
+
fieldId: string | null;
|
|
1709
|
+
type: "window_function";
|
|
1710
|
+
displayName: string;
|
|
1711
|
+
orderBy: {
|
|
1712
|
+
fieldId: string;
|
|
1713
|
+
order: "asc" | "desc" | null;
|
|
1714
|
+
}[] | null;
|
|
1715
|
+
partitionBy: string[] | null;
|
|
1716
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
1717
|
+
frame: {
|
|
1718
|
+
start: {
|
|
1719
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1720
|
+
offset: number | null;
|
|
1721
|
+
} | null;
|
|
1722
|
+
end: {
|
|
1723
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1724
|
+
offset: number | null;
|
|
1725
|
+
};
|
|
1726
|
+
frameType: "rows" | "range";
|
|
1727
|
+
} | null;
|
|
1574
1728
|
})[] | null;
|
|
1575
1729
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
1576
1730
|
description: string;
|
|
@@ -1962,16 +2116,19 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
|
|
|
1962
2116
|
} & {
|
|
1963
2117
|
type: z.ZodLiteral<"percent_of_column_total">;
|
|
1964
2118
|
fieldId: z.ZodString;
|
|
2119
|
+
partitionBy: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
1965
2120
|
}, "strip", z.ZodTypeAny, {
|
|
1966
2121
|
name: string;
|
|
1967
2122
|
fieldId: string;
|
|
1968
2123
|
type: "percent_of_column_total";
|
|
1969
2124
|
displayName: string;
|
|
2125
|
+
partitionBy: string[] | null;
|
|
1970
2126
|
}, {
|
|
1971
2127
|
name: string;
|
|
1972
2128
|
fieldId: string;
|
|
1973
2129
|
type: "percent_of_column_total";
|
|
1974
2130
|
displayName: string;
|
|
2131
|
+
partitionBy: string[] | null;
|
|
1975
2132
|
}>, z.ZodObject<{
|
|
1976
2133
|
name: z.ZodString;
|
|
1977
2134
|
displayName: z.ZodString;
|
|
@@ -2004,6 +2161,111 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
|
|
|
2004
2161
|
fieldId: string;
|
|
2005
2162
|
type: "running_total";
|
|
2006
2163
|
displayName: string;
|
|
2164
|
+
}>, z.ZodObject<{
|
|
2165
|
+
name: z.ZodString;
|
|
2166
|
+
displayName: z.ZodString;
|
|
2167
|
+
} & {
|
|
2168
|
+
type: z.ZodLiteral<"window_function">;
|
|
2169
|
+
windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
|
|
2170
|
+
fieldId: z.ZodNullable<z.ZodString>;
|
|
2171
|
+
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2172
|
+
fieldId: z.ZodString;
|
|
2173
|
+
order: z.ZodNullable<z.ZodEnum<["asc", "desc"]>>;
|
|
2174
|
+
}, "strip", z.ZodTypeAny, {
|
|
2175
|
+
fieldId: string;
|
|
2176
|
+
order: "asc" | "desc" | null;
|
|
2177
|
+
}, {
|
|
2178
|
+
fieldId: string;
|
|
2179
|
+
order: "asc" | "desc" | null;
|
|
2180
|
+
}>, "many">>;
|
|
2181
|
+
partitionBy: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
2182
|
+
frame: z.ZodNullable<z.ZodObject<{
|
|
2183
|
+
frameType: z.ZodEnum<["rows", "range"]>;
|
|
2184
|
+
start: z.ZodNullable<z.ZodObject<{
|
|
2185
|
+
type: z.ZodEnum<["unbounded_preceding", "preceding", "current_row", "following", "unbounded_following"]>;
|
|
2186
|
+
offset: z.ZodNullable<z.ZodNumber>;
|
|
2187
|
+
}, "strip", z.ZodTypeAny, {
|
|
2188
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2189
|
+
offset: number | null;
|
|
2190
|
+
}, {
|
|
2191
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2192
|
+
offset: number | null;
|
|
2193
|
+
}>>;
|
|
2194
|
+
end: z.ZodObject<{
|
|
2195
|
+
type: z.ZodEnum<["unbounded_preceding", "preceding", "current_row", "following", "unbounded_following"]>;
|
|
2196
|
+
offset: z.ZodNullable<z.ZodNumber>;
|
|
2197
|
+
}, "strip", z.ZodTypeAny, {
|
|
2198
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2199
|
+
offset: number | null;
|
|
2200
|
+
}, {
|
|
2201
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2202
|
+
offset: number | null;
|
|
2203
|
+
}>;
|
|
2204
|
+
}, "strip", z.ZodTypeAny, {
|
|
2205
|
+
start: {
|
|
2206
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2207
|
+
offset: number | null;
|
|
2208
|
+
} | null;
|
|
2209
|
+
end: {
|
|
2210
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2211
|
+
offset: number | null;
|
|
2212
|
+
};
|
|
2213
|
+
frameType: "rows" | "range";
|
|
2214
|
+
}, {
|
|
2215
|
+
start: {
|
|
2216
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2217
|
+
offset: number | null;
|
|
2218
|
+
} | null;
|
|
2219
|
+
end: {
|
|
2220
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2221
|
+
offset: number | null;
|
|
2222
|
+
};
|
|
2223
|
+
frameType: "rows" | "range";
|
|
2224
|
+
}>>;
|
|
2225
|
+
}, "strip", z.ZodTypeAny, {
|
|
2226
|
+
name: string;
|
|
2227
|
+
fieldId: string | null;
|
|
2228
|
+
type: "window_function";
|
|
2229
|
+
displayName: string;
|
|
2230
|
+
orderBy: {
|
|
2231
|
+
fieldId: string;
|
|
2232
|
+
order: "asc" | "desc" | null;
|
|
2233
|
+
}[] | null;
|
|
2234
|
+
partitionBy: string[] | null;
|
|
2235
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
2236
|
+
frame: {
|
|
2237
|
+
start: {
|
|
2238
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2239
|
+
offset: number | null;
|
|
2240
|
+
} | null;
|
|
2241
|
+
end: {
|
|
2242
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2243
|
+
offset: number | null;
|
|
2244
|
+
};
|
|
2245
|
+
frameType: "rows" | "range";
|
|
2246
|
+
} | null;
|
|
2247
|
+
}, {
|
|
2248
|
+
name: string;
|
|
2249
|
+
fieldId: string | null;
|
|
2250
|
+
type: "window_function";
|
|
2251
|
+
displayName: string;
|
|
2252
|
+
orderBy: {
|
|
2253
|
+
fieldId: string;
|
|
2254
|
+
order: "asc" | "desc" | null;
|
|
2255
|
+
}[] | null;
|
|
2256
|
+
partitionBy: string[] | null;
|
|
2257
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
2258
|
+
frame: {
|
|
2259
|
+
start: {
|
|
2260
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2261
|
+
offset: number | null;
|
|
2262
|
+
} | null;
|
|
2263
|
+
end: {
|
|
2264
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2265
|
+
offset: number | null;
|
|
2266
|
+
};
|
|
2267
|
+
frameType: "rows" | "range";
|
|
2268
|
+
} | null;
|
|
2007
2269
|
}>]>, "many">>>;
|
|
2008
2270
|
followUpTools: z.ZodArray<z.ZodUnion<[z.ZodLiteral<AiResultType.TABLE_RESULT>, z.ZodLiteral<AiResultType.TIME_SERIES_RESULT>, z.ZodLiteral<LegacyFollowUpTools.GENERATE_TABLE>, z.ZodLiteral<LegacyFollowUpTools.GENERATE_TIME_SERIES_VIZ>]>, "many">;
|
|
2009
2271
|
filters: z.ZodEffects<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
@@ -4838,6 +5100,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
|
|
|
4838
5100
|
fieldId: string;
|
|
4839
5101
|
type: "percent_of_column_total";
|
|
4840
5102
|
displayName: string;
|
|
5103
|
+
partitionBy: string[] | null;
|
|
4841
5104
|
} | {
|
|
4842
5105
|
name: string;
|
|
4843
5106
|
fieldId: string;
|
|
@@ -4848,6 +5111,28 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
|
|
|
4848
5111
|
fieldId: string;
|
|
4849
5112
|
type: "running_total";
|
|
4850
5113
|
displayName: string;
|
|
5114
|
+
} | {
|
|
5115
|
+
name: string;
|
|
5116
|
+
fieldId: string | null;
|
|
5117
|
+
type: "window_function";
|
|
5118
|
+
displayName: string;
|
|
5119
|
+
orderBy: {
|
|
5120
|
+
fieldId: string;
|
|
5121
|
+
order: "asc" | "desc" | null;
|
|
5122
|
+
}[] | null;
|
|
5123
|
+
partitionBy: string[] | null;
|
|
5124
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
5125
|
+
frame: {
|
|
5126
|
+
start: {
|
|
5127
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5128
|
+
offset: number | null;
|
|
5129
|
+
} | null;
|
|
5130
|
+
end: {
|
|
5131
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5132
|
+
offset: number | null;
|
|
5133
|
+
};
|
|
5134
|
+
frameType: "rows" | "range";
|
|
5135
|
+
} | null;
|
|
4851
5136
|
})[] | null;
|
|
4852
5137
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
4853
5138
|
description: string;
|
|
@@ -5372,6 +5657,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
|
|
|
5372
5657
|
fieldId: string;
|
|
5373
5658
|
type: "percent_of_column_total";
|
|
5374
5659
|
displayName: string;
|
|
5660
|
+
partitionBy: string[] | null;
|
|
5375
5661
|
} | {
|
|
5376
5662
|
name: string;
|
|
5377
5663
|
fieldId: string;
|
|
@@ -5382,6 +5668,28 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
|
|
|
5382
5668
|
fieldId: string;
|
|
5383
5669
|
type: "running_total";
|
|
5384
5670
|
displayName: string;
|
|
5671
|
+
} | {
|
|
5672
|
+
name: string;
|
|
5673
|
+
fieldId: string | null;
|
|
5674
|
+
type: "window_function";
|
|
5675
|
+
displayName: string;
|
|
5676
|
+
orderBy: {
|
|
5677
|
+
fieldId: string;
|
|
5678
|
+
order: "asc" | "desc" | null;
|
|
5679
|
+
}[] | null;
|
|
5680
|
+
partitionBy: string[] | null;
|
|
5681
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
5682
|
+
frame: {
|
|
5683
|
+
start: {
|
|
5684
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5685
|
+
offset: number | null;
|
|
5686
|
+
} | null;
|
|
5687
|
+
end: {
|
|
5688
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5689
|
+
offset: number | null;
|
|
5690
|
+
};
|
|
5691
|
+
frameType: "rows" | "range";
|
|
5692
|
+
} | null;
|
|
5385
5693
|
})[] | null | undefined;
|
|
5386
5694
|
customMetrics?: {
|
|
5387
5695
|
name: string;
|
|
@@ -5416,6 +5724,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
|
|
|
5416
5724
|
fieldId: string;
|
|
5417
5725
|
type: "percent_of_column_total";
|
|
5418
5726
|
displayName: string;
|
|
5727
|
+
partitionBy: string[] | null;
|
|
5419
5728
|
} | {
|
|
5420
5729
|
name: string;
|
|
5421
5730
|
fieldId: string;
|
|
@@ -5426,6 +5735,28 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
|
|
|
5426
5735
|
fieldId: string;
|
|
5427
5736
|
type: "running_total";
|
|
5428
5737
|
displayName: string;
|
|
5738
|
+
} | {
|
|
5739
|
+
name: string;
|
|
5740
|
+
fieldId: string | null;
|
|
5741
|
+
type: "window_function";
|
|
5742
|
+
displayName: string;
|
|
5743
|
+
orderBy: {
|
|
5744
|
+
fieldId: string;
|
|
5745
|
+
order: "asc" | "desc" | null;
|
|
5746
|
+
}[] | null;
|
|
5747
|
+
partitionBy: string[] | null;
|
|
5748
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
5749
|
+
frame: {
|
|
5750
|
+
start: {
|
|
5751
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5752
|
+
offset: number | null;
|
|
5753
|
+
} | null;
|
|
5754
|
+
end: {
|
|
5755
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5756
|
+
offset: number | null;
|
|
5757
|
+
};
|
|
5758
|
+
frameType: "rows" | "range";
|
|
5759
|
+
} | null;
|
|
5429
5760
|
})[] | null;
|
|
5430
5761
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
5431
5762
|
description: string;
|
|
@@ -5949,6 +6280,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
|
|
|
5949
6280
|
fieldId: string;
|
|
5950
6281
|
type: "percent_of_column_total";
|
|
5951
6282
|
displayName: string;
|
|
6283
|
+
partitionBy: string[] | null;
|
|
5952
6284
|
} | {
|
|
5953
6285
|
name: string;
|
|
5954
6286
|
fieldId: string;
|
|
@@ -5959,6 +6291,28 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
|
|
|
5959
6291
|
fieldId: string;
|
|
5960
6292
|
type: "running_total";
|
|
5961
6293
|
displayName: string;
|
|
6294
|
+
} | {
|
|
6295
|
+
name: string;
|
|
6296
|
+
fieldId: string | null;
|
|
6297
|
+
type: "window_function";
|
|
6298
|
+
displayName: string;
|
|
6299
|
+
orderBy: {
|
|
6300
|
+
fieldId: string;
|
|
6301
|
+
order: "asc" | "desc" | null;
|
|
6302
|
+
}[] | null;
|
|
6303
|
+
partitionBy: string[] | null;
|
|
6304
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
6305
|
+
frame: {
|
|
6306
|
+
start: {
|
|
6307
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
6308
|
+
offset: number | null;
|
|
6309
|
+
} | null;
|
|
6310
|
+
end: {
|
|
6311
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
6312
|
+
offset: number | null;
|
|
6313
|
+
};
|
|
6314
|
+
frameType: "rows" | "range";
|
|
6315
|
+
} | null;
|
|
5962
6316
|
})[] | null | undefined;
|
|
5963
6317
|
customMetrics?: {
|
|
5964
6318
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolVerticalBarArgs.d.ts","sourceRoot":"","sources":["../../../../../../src/ee/AiAgent/schemas/tools/toolVerticalBarArgs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACH,mBAAmB,EAEtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAS3C,eAAO,MAAM,iCAAiC,yDAAyD,CAAC;AAExG,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"toolVerticalBarArgs.d.ts","sourceRoot":"","sources":["../../../../../../src/ee/AiAgent/schemas/tools/toolVerticalBarArgs.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkB1C,CAAC;AAER,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,oCAAoC,CAC9C,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;EAGtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
|
@@ -26,6 +26,7 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
|
|
|
26
26
|
fieldId: string;
|
|
27
27
|
type: "percent_of_column_total";
|
|
28
28
|
displayName: string;
|
|
29
|
+
partitionBy: string[] | null;
|
|
29
30
|
} | {
|
|
30
31
|
name: string;
|
|
31
32
|
fieldId: string;
|
|
@@ -36,6 +37,28 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
|
|
|
36
37
|
fieldId: string;
|
|
37
38
|
type: "running_total";
|
|
38
39
|
displayName: string;
|
|
40
|
+
} | {
|
|
41
|
+
name: string;
|
|
42
|
+
fieldId: string | null;
|
|
43
|
+
type: "window_function";
|
|
44
|
+
displayName: string;
|
|
45
|
+
orderBy: {
|
|
46
|
+
fieldId: string;
|
|
47
|
+
order: "asc" | "desc" | null;
|
|
48
|
+
}[] | null;
|
|
49
|
+
partitionBy: string[] | null;
|
|
50
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
51
|
+
frame: {
|
|
52
|
+
start: {
|
|
53
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
54
|
+
offset: number | null;
|
|
55
|
+
} | null;
|
|
56
|
+
end: {
|
|
57
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
58
|
+
offset: number | null;
|
|
59
|
+
};
|
|
60
|
+
frameType: "rows" | "range";
|
|
61
|
+
} | null;
|
|
39
62
|
})[] | null;
|
|
40
63
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
41
64
|
description: string;
|
|
@@ -94,6 +117,7 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
|
|
|
94
117
|
fieldId: string;
|
|
95
118
|
type: "percent_of_column_total";
|
|
96
119
|
displayName: string;
|
|
120
|
+
partitionBy: string[] | null;
|
|
97
121
|
} | {
|
|
98
122
|
name: string;
|
|
99
123
|
fieldId: string;
|
|
@@ -104,6 +128,28 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
|
|
|
104
128
|
fieldId: string;
|
|
105
129
|
type: "running_total";
|
|
106
130
|
displayName: string;
|
|
131
|
+
} | {
|
|
132
|
+
name: string;
|
|
133
|
+
fieldId: string | null;
|
|
134
|
+
type: "window_function";
|
|
135
|
+
displayName: string;
|
|
136
|
+
orderBy: {
|
|
137
|
+
fieldId: string;
|
|
138
|
+
order: "asc" | "desc" | null;
|
|
139
|
+
}[] | null;
|
|
140
|
+
partitionBy: string[] | null;
|
|
141
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
142
|
+
frame: {
|
|
143
|
+
start: {
|
|
144
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
145
|
+
offset: number | null;
|
|
146
|
+
} | null;
|
|
147
|
+
end: {
|
|
148
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
149
|
+
offset: number | null;
|
|
150
|
+
};
|
|
151
|
+
frameType: "rows" | "range";
|
|
152
|
+
} | null;
|
|
107
153
|
})[] | null;
|
|
108
154
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
109
155
|
description: string;
|
|
@@ -161,6 +207,7 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
|
|
|
161
207
|
fieldId: string;
|
|
162
208
|
type: "percent_of_column_total";
|
|
163
209
|
displayName: string;
|
|
210
|
+
partitionBy: string[] | null;
|
|
164
211
|
} | {
|
|
165
212
|
name: string;
|
|
166
213
|
fieldId: string;
|
|
@@ -171,6 +218,28 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
|
|
|
171
218
|
fieldId: string;
|
|
172
219
|
type: "running_total";
|
|
173
220
|
displayName: string;
|
|
221
|
+
} | {
|
|
222
|
+
name: string;
|
|
223
|
+
fieldId: string | null;
|
|
224
|
+
type: "window_function";
|
|
225
|
+
displayName: string;
|
|
226
|
+
orderBy: {
|
|
227
|
+
fieldId: string;
|
|
228
|
+
order: "asc" | "desc" | null;
|
|
229
|
+
}[] | null;
|
|
230
|
+
partitionBy: string[] | null;
|
|
231
|
+
windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
|
|
232
|
+
frame: {
|
|
233
|
+
start: {
|
|
234
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
235
|
+
offset: number | null;
|
|
236
|
+
} | null;
|
|
237
|
+
end: {
|
|
238
|
+
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
239
|
+
offset: number | null;
|
|
240
|
+
};
|
|
241
|
+
frameType: "rows" | "range";
|
|
242
|
+
} | null;
|
|
174
243
|
})[] | null;
|
|
175
244
|
type: AiResultType.TABLE_RESULT;
|
|
176
245
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/ee/AiAgent/utils.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,eAAO,MAAM,cAAc,qBACL,MAAM,GAAG,IAAI,aACpB,MAAM,GAAG,SAAS
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/ee/AiAgent/utils.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,eAAO,MAAM,cAAc,qBACL,MAAM,GAAG,IAAI,aACpB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAoEhC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/types/catalog.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,EACH,aAAa,EAEb,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,KAAK,EACV,KAAK,SAAS,EACd,KAAK,MAAM,EACd,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAElC,oBAAY,WAAW;IACnB,KAAK,UAAU;IACf,KAAK,UAAU;CAClB;AAED,oBAAY,aAAa;IACrB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,OAAO,YAAY;CACtB;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/types/catalog.ts"],"names":[],"mappings":"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"}
|