@lightdash/common 0.2184.0 → 0.2184.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/.tsbuildinfo +1 -1
- package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +16 -16
- package/dist/cjs/ee/AiAgent/schemas/parser.d.ts +54 -54
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -4
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +8 -8
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +240 -240
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +108 -108
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +24 -24
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +58 -58
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +28 -28
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +28 -28
- package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +38 -38
- package/dist/cjs/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
- package/dist/cjs/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
- package/dist/cjs/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +4 -4
- package/dist/cjs/ee/AiAgent/utils.d.ts +16 -16
- package/dist/cjs/types/scheduler.d.ts +2 -0
- package/dist/cjs/types/scheduler.d.ts.map +1 -1
- package/dist/cjs/types/scheduler.js.map +1 -1
- package/dist/cjs/utils/i18n/chartAsCode.d.ts +165 -165
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +16 -16
- package/dist/esm/ee/AiAgent/schemas/parser.d.ts +54 -54
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -4
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +8 -8
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +240 -240
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +108 -108
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +24 -24
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +58 -58
- package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +28 -28
- package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +28 -28
- package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +38 -38
- package/dist/esm/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
- package/dist/esm/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
- package/dist/esm/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +4 -4
- package/dist/esm/ee/AiAgent/utils.d.ts +16 -16
- package/dist/esm/types/scheduler.d.ts +2 -0
- package/dist/esm/types/scheduler.d.ts.map +1 -1
- package/dist/esm/types/scheduler.js.map +1 -1
- package/dist/esm/utils/i18n/chartAsCode.d.ts +165 -165
- package/dist/types/.tsbuildinfo +1 -1
- package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +16 -16
- package/dist/types/ee/AiAgent/schemas/parser.d.ts +54 -54
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -4
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +8 -8
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +240 -240
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +108 -108
- package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +24 -24
- package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +58 -58
- package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +28 -28
- package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +28 -28
- package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +38 -38
- package/dist/types/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
- package/dist/types/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
- package/dist/types/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +4 -4
- package/dist/types/ee/AiAgent/utils.d.ts +16 -16
- package/dist/types/types/scheduler.d.ts +2 -0
- package/dist/types/types/scheduler.d.ts.map +1 -1
- package/dist/types/types/scheduler.js.map +1 -1
- package/dist/types/utils/i18n/chartAsCode.d.ts +165 -165
- package/package.json +1 -1
|
@@ -201,6 +201,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
201
201
|
offset: number | null;
|
|
202
202
|
}>;
|
|
203
203
|
}, "strip", z.ZodTypeAny, {
|
|
204
|
+
frameType: "rows" | "range";
|
|
204
205
|
start: {
|
|
205
206
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
206
207
|
offset: number | null;
|
|
@@ -209,8 +210,8 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
209
210
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
210
211
|
offset: number | null;
|
|
211
212
|
};
|
|
212
|
-
frameType: "rows" | "range";
|
|
213
213
|
}, {
|
|
214
|
+
frameType: "rows" | "range";
|
|
214
215
|
start: {
|
|
215
216
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
216
217
|
offset: number | null;
|
|
@@ -219,7 +220,6 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
219
220
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
220
221
|
offset: number | null;
|
|
221
222
|
};
|
|
222
|
-
frameType: "rows" | "range";
|
|
223
223
|
}>>;
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
225
|
name: string;
|
|
@@ -233,6 +233,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
233
233
|
partitionBy: string[] | null;
|
|
234
234
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
235
235
|
frame: {
|
|
236
|
+
frameType: "rows" | "range";
|
|
236
237
|
start: {
|
|
237
238
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
238
239
|
offset: number | null;
|
|
@@ -241,7 +242,6 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
241
242
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
242
243
|
offset: number | null;
|
|
243
244
|
};
|
|
244
|
-
frameType: "rows" | "range";
|
|
245
245
|
} | null;
|
|
246
246
|
}, {
|
|
247
247
|
name: string;
|
|
@@ -255,6 +255,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
255
255
|
partitionBy: string[] | null;
|
|
256
256
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
257
257
|
frame: {
|
|
258
|
+
frameType: "rows" | "range";
|
|
258
259
|
start: {
|
|
259
260
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
260
261
|
offset: number | null;
|
|
@@ -263,7 +264,6 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
263
264
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
264
265
|
offset: number | null;
|
|
265
266
|
};
|
|
266
|
-
frameType: "rows" | "range";
|
|
267
267
|
} | null;
|
|
268
268
|
}>]>, "many">>;
|
|
269
269
|
vizConfig: z.ZodObject<{
|
|
@@ -290,12 +290,12 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
290
290
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
291
291
|
}, "strip", z.ZodTypeAny, {
|
|
292
292
|
limit: number | null;
|
|
293
|
-
exploreName: string;
|
|
294
293
|
sorts: {
|
|
295
294
|
fieldId: string;
|
|
296
295
|
descending: boolean;
|
|
297
296
|
nullsFirst: boolean | null;
|
|
298
297
|
}[];
|
|
298
|
+
exploreName: string;
|
|
299
299
|
xDimension: string;
|
|
300
300
|
yMetrics: string[];
|
|
301
301
|
breakdownByDimension: string | null;
|
|
@@ -304,12 +304,12 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
304
304
|
lineType: "line" | "area";
|
|
305
305
|
}, {
|
|
306
306
|
limit: number | null;
|
|
307
|
-
exploreName: string;
|
|
308
307
|
sorts: {
|
|
309
308
|
fieldId: string;
|
|
310
309
|
descending: boolean;
|
|
311
310
|
nullsFirst: boolean | null;
|
|
312
311
|
}[];
|
|
312
|
+
exploreName: string;
|
|
313
313
|
xDimension: string;
|
|
314
314
|
yMetrics: string[];
|
|
315
315
|
breakdownByDimension: string | null;
|
|
@@ -1435,6 +1435,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
1435
1435
|
partitionBy: string[] | null;
|
|
1436
1436
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
1437
1437
|
frame: {
|
|
1438
|
+
frameType: "rows" | "range";
|
|
1438
1439
|
start: {
|
|
1439
1440
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1440
1441
|
offset: number | null;
|
|
@@ -1443,7 +1444,6 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
1443
1444
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1444
1445
|
offset: number | null;
|
|
1445
1446
|
};
|
|
1446
|
-
frameType: "rows" | "range";
|
|
1447
1447
|
} | null;
|
|
1448
1448
|
})[] | null;
|
|
1449
1449
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -1653,6 +1653,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
1653
1653
|
})[] | null;
|
|
1654
1654
|
type: "and" | "or";
|
|
1655
1655
|
} | null;
|
|
1656
|
+
title: string;
|
|
1656
1657
|
customMetrics: {
|
|
1657
1658
|
baseDimensionName: string;
|
|
1658
1659
|
name: string;
|
|
@@ -1661,15 +1662,14 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
1661
1662
|
type: import("../../../..").MetricType.PERCENTILE | import("../../../..").MetricType.AVERAGE | import("../../../..").MetricType.COUNT | import("../../../..").MetricType.COUNT_DISTINCT | import("../../../..").MetricType.SUM | import("../../../..").MetricType.MIN | import("../../../..").MetricType.MAX | import("../../../..").MetricType.MEDIAN;
|
|
1662
1663
|
description: string;
|
|
1663
1664
|
}[] | null;
|
|
1664
|
-
title: string;
|
|
1665
1665
|
vizConfig: {
|
|
1666
1666
|
limit: number | null;
|
|
1667
|
-
exploreName: string;
|
|
1668
1667
|
sorts: {
|
|
1669
1668
|
fieldId: string;
|
|
1670
1669
|
descending: boolean;
|
|
1671
1670
|
nullsFirst: boolean | null;
|
|
1672
1671
|
}[];
|
|
1672
|
+
exploreName: string;
|
|
1673
1673
|
xDimension: string;
|
|
1674
1674
|
yMetrics: string[];
|
|
1675
1675
|
breakdownByDimension: string | null;
|
|
@@ -1725,6 +1725,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
1725
1725
|
partitionBy: string[] | null;
|
|
1726
1726
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
1727
1727
|
frame: {
|
|
1728
|
+
frameType: "rows" | "range";
|
|
1728
1729
|
start: {
|
|
1729
1730
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1730
1731
|
offset: number | null;
|
|
@@ -1733,7 +1734,6 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
1733
1734
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1734
1735
|
offset: number | null;
|
|
1735
1736
|
};
|
|
1736
|
-
frameType: "rows" | "range";
|
|
1737
1737
|
} | null;
|
|
1738
1738
|
})[] | null;
|
|
1739
1739
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -1943,6 +1943,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
1943
1943
|
})[] | null;
|
|
1944
1944
|
type: "and" | "or";
|
|
1945
1945
|
} | null;
|
|
1946
|
+
title: string;
|
|
1946
1947
|
customMetrics: {
|
|
1947
1948
|
name: string;
|
|
1948
1949
|
label: string;
|
|
@@ -1951,15 +1952,14 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
|
|
|
1951
1952
|
description: string;
|
|
1952
1953
|
baseDimensionName: string;
|
|
1953
1954
|
}[] | null;
|
|
1954
|
-
title: string;
|
|
1955
1955
|
vizConfig: {
|
|
1956
1956
|
limit: number | null;
|
|
1957
|
-
exploreName: string;
|
|
1958
1957
|
sorts: {
|
|
1959
1958
|
fieldId: string;
|
|
1960
1959
|
descending: boolean;
|
|
1961
1960
|
nullsFirst: boolean | null;
|
|
1962
1961
|
}[];
|
|
1962
|
+
exploreName: string;
|
|
1963
1963
|
xDimension: string;
|
|
1964
1964
|
yMetrics: string[];
|
|
1965
1965
|
breakdownByDimension: string | null;
|
|
@@ -2000,12 +2000,12 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
2000
2000
|
yAxisLabel: z.ZodDefault<z.ZodString>;
|
|
2001
2001
|
}, "strip", z.ZodTypeAny, {
|
|
2002
2002
|
limit: number | null;
|
|
2003
|
-
exploreName: string;
|
|
2004
2003
|
sorts: {
|
|
2005
2004
|
fieldId: string;
|
|
2006
2005
|
descending: boolean;
|
|
2007
2006
|
nullsFirst: boolean | null;
|
|
2008
2007
|
}[];
|
|
2008
|
+
exploreName: string;
|
|
2009
2009
|
xDimension: string;
|
|
2010
2010
|
yMetrics: string[];
|
|
2011
2011
|
breakdownByDimension: string | null;
|
|
@@ -2014,12 +2014,12 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
2014
2014
|
lineType: "line" | "area";
|
|
2015
2015
|
}, {
|
|
2016
2016
|
limit: number | null;
|
|
2017
|
-
exploreName: string;
|
|
2018
2017
|
sorts: {
|
|
2019
2018
|
fieldId: string;
|
|
2020
2019
|
descending: boolean;
|
|
2021
2020
|
nullsFirst: boolean | null;
|
|
2022
2021
|
}[];
|
|
2022
|
+
exploreName: string;
|
|
2023
2023
|
xDimension: string;
|
|
2024
2024
|
yMetrics: string[];
|
|
2025
2025
|
breakdownByDimension: string | null;
|
|
@@ -2223,6 +2223,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
2223
2223
|
offset: number | null;
|
|
2224
2224
|
}>;
|
|
2225
2225
|
}, "strip", z.ZodTypeAny, {
|
|
2226
|
+
frameType: "rows" | "range";
|
|
2226
2227
|
start: {
|
|
2227
2228
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2228
2229
|
offset: number | null;
|
|
@@ -2231,8 +2232,8 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
2231
2232
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2232
2233
|
offset: number | null;
|
|
2233
2234
|
};
|
|
2234
|
-
frameType: "rows" | "range";
|
|
2235
2235
|
}, {
|
|
2236
|
+
frameType: "rows" | "range";
|
|
2236
2237
|
start: {
|
|
2237
2238
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2238
2239
|
offset: number | null;
|
|
@@ -2241,7 +2242,6 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
2241
2242
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2242
2243
|
offset: number | null;
|
|
2243
2244
|
};
|
|
2244
|
-
frameType: "rows" | "range";
|
|
2245
2245
|
}>>;
|
|
2246
2246
|
}, "strip", z.ZodTypeAny, {
|
|
2247
2247
|
name: string;
|
|
@@ -2255,6 +2255,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
2255
2255
|
partitionBy: string[] | null;
|
|
2256
2256
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
2257
2257
|
frame: {
|
|
2258
|
+
frameType: "rows" | "range";
|
|
2258
2259
|
start: {
|
|
2259
2260
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2260
2261
|
offset: number | null;
|
|
@@ -2263,7 +2264,6 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
2263
2264
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2264
2265
|
offset: number | null;
|
|
2265
2266
|
};
|
|
2266
|
-
frameType: "rows" | "range";
|
|
2267
2267
|
} | null;
|
|
2268
2268
|
}, {
|
|
2269
2269
|
name: string;
|
|
@@ -2277,6 +2277,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
2277
2277
|
partitionBy: string[] | null;
|
|
2278
2278
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
2279
2279
|
frame: {
|
|
2280
|
+
frameType: "rows" | "range";
|
|
2280
2281
|
start: {
|
|
2281
2282
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2282
2283
|
offset: number | null;
|
|
@@ -2285,7 +2286,6 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
2285
2286
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2286
2287
|
offset: number | null;
|
|
2287
2288
|
};
|
|
2288
|
-
frameType: "rows" | "range";
|
|
2289
2289
|
} | null;
|
|
2290
2290
|
}>]>, "many">>>;
|
|
2291
2291
|
followUpTools: z.ZodArray<z.ZodUnion<[z.ZodLiteral<AiResultType.TABLE_RESULT>, z.ZodLiteral<AiResultType.VERTICAL_BAR_RESULT>, z.ZodLiteral<LegacyFollowUpTools.GENERATE_TABLE>, z.ZodLiteral<LegacyFollowUpTools.GENERATE_BAR_VIZ>]>, "many">;
|
|
@@ -5144,6 +5144,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
5144
5144
|
partitionBy: string[] | null;
|
|
5145
5145
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
5146
5146
|
frame: {
|
|
5147
|
+
frameType: "rows" | "range";
|
|
5147
5148
|
start: {
|
|
5148
5149
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5149
5150
|
offset: number | null;
|
|
@@ -5152,12 +5153,12 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
5152
5153
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5153
5154
|
offset: number | null;
|
|
5154
5155
|
};
|
|
5155
|
-
frameType: "rows" | "range";
|
|
5156
5156
|
} | null;
|
|
5157
5157
|
})[] | null;
|
|
5158
5158
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
5159
5159
|
description: string;
|
|
5160
5160
|
filters: import("../../../..").Filters;
|
|
5161
|
+
title: string;
|
|
5161
5162
|
customMetrics: {
|
|
5162
5163
|
baseDimensionName: string;
|
|
5163
5164
|
name: string;
|
|
@@ -5166,15 +5167,14 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
5166
5167
|
type: import("../../../..").MetricType.PERCENTILE | import("../../../..").MetricType.AVERAGE | import("../../../..").MetricType.COUNT | import("../../../..").MetricType.COUNT_DISTINCT | import("../../../..").MetricType.SUM | import("../../../..").MetricType.MIN | import("../../../..").MetricType.MAX | import("../../../..").MetricType.MEDIAN;
|
|
5167
5168
|
description: string;
|
|
5168
5169
|
}[] | null;
|
|
5169
|
-
title: string;
|
|
5170
5170
|
vizConfig: {
|
|
5171
5171
|
limit: number | null;
|
|
5172
|
-
exploreName: string;
|
|
5173
5172
|
sorts: {
|
|
5174
5173
|
fieldId: string;
|
|
5175
5174
|
descending: boolean;
|
|
5176
5175
|
nullsFirst: boolean | null;
|
|
5177
5176
|
}[];
|
|
5177
|
+
exploreName: string;
|
|
5178
5178
|
xDimension: string;
|
|
5179
5179
|
yMetrics: string[];
|
|
5180
5180
|
breakdownByDimension: string | null;
|
|
@@ -5639,12 +5639,12 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
5639
5639
|
title: string;
|
|
5640
5640
|
vizConfig: {
|
|
5641
5641
|
limit: number | null;
|
|
5642
|
-
exploreName: string;
|
|
5643
5642
|
sorts: {
|
|
5644
5643
|
fieldId: string;
|
|
5645
5644
|
descending: boolean;
|
|
5646
5645
|
nullsFirst: boolean | null;
|
|
5647
5646
|
}[];
|
|
5647
|
+
exploreName: string;
|
|
5648
5648
|
xDimension: string;
|
|
5649
5649
|
yMetrics: string[];
|
|
5650
5650
|
breakdownByDimension: string | null;
|
|
@@ -5699,6 +5699,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
5699
5699
|
partitionBy: string[] | null;
|
|
5700
5700
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
5701
5701
|
frame: {
|
|
5702
|
+
frameType: "rows" | "range";
|
|
5702
5703
|
start: {
|
|
5703
5704
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5704
5705
|
offset: number | null;
|
|
@@ -5707,7 +5708,6 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
5707
5708
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5708
5709
|
offset: number | null;
|
|
5709
5710
|
};
|
|
5710
|
-
frameType: "rows" | "range";
|
|
5711
5711
|
} | null;
|
|
5712
5712
|
})[] | null | undefined;
|
|
5713
5713
|
customMetrics?: {
|
|
@@ -5766,6 +5766,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
5766
5766
|
partitionBy: string[] | null;
|
|
5767
5767
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
5768
5768
|
frame: {
|
|
5769
|
+
frameType: "rows" | "range";
|
|
5769
5770
|
start: {
|
|
5770
5771
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5771
5772
|
offset: number | null;
|
|
@@ -5774,12 +5775,12 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
5774
5775
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5775
5776
|
offset: number | null;
|
|
5776
5777
|
};
|
|
5777
|
-
frameType: "rows" | "range";
|
|
5778
5778
|
} | null;
|
|
5779
5779
|
})[] | null;
|
|
5780
5780
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
5781
5781
|
description: string;
|
|
5782
5782
|
filters: import("../../../..").Filters;
|
|
5783
|
+
title: string;
|
|
5783
5784
|
customMetrics: {
|
|
5784
5785
|
baseDimensionName: string;
|
|
5785
5786
|
name: string;
|
|
@@ -5788,15 +5789,14 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
5788
5789
|
type: import("../../../..").MetricType.PERCENTILE | import("../../../..").MetricType.AVERAGE | import("../../../..").MetricType.COUNT | import("../../../..").MetricType.COUNT_DISTINCT | import("../../../..").MetricType.SUM | import("../../../..").MetricType.MIN | import("../../../..").MetricType.MAX | import("../../../..").MetricType.MEDIAN;
|
|
5789
5790
|
description: string;
|
|
5790
5791
|
}[] | null;
|
|
5791
|
-
title: string;
|
|
5792
5792
|
vizConfig: {
|
|
5793
5793
|
limit: number | null;
|
|
5794
|
-
exploreName: string;
|
|
5795
5794
|
sorts: {
|
|
5796
5795
|
fieldId: string;
|
|
5797
5796
|
descending: boolean;
|
|
5798
5797
|
nullsFirst: boolean | null;
|
|
5799
5798
|
}[];
|
|
5799
|
+
exploreName: string;
|
|
5800
5800
|
xDimension: string;
|
|
5801
5801
|
yMetrics: string[];
|
|
5802
5802
|
breakdownByDimension: string | null;
|
|
@@ -6260,12 +6260,12 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
6260
6260
|
title: string;
|
|
6261
6261
|
vizConfig: {
|
|
6262
6262
|
limit: number | null;
|
|
6263
|
-
exploreName: string;
|
|
6264
6263
|
sorts: {
|
|
6265
6264
|
fieldId: string;
|
|
6266
6265
|
descending: boolean;
|
|
6267
6266
|
nullsFirst: boolean | null;
|
|
6268
6267
|
}[];
|
|
6268
|
+
exploreName: string;
|
|
6269
6269
|
xDimension: string;
|
|
6270
6270
|
yMetrics: string[];
|
|
6271
6271
|
breakdownByDimension: string | null;
|
|
@@ -6320,6 +6320,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
6320
6320
|
partitionBy: string[] | null;
|
|
6321
6321
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
6322
6322
|
frame: {
|
|
6323
|
+
frameType: "rows" | "range";
|
|
6323
6324
|
start: {
|
|
6324
6325
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
6325
6326
|
offset: number | null;
|
|
@@ -6328,7 +6329,6 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
|
|
|
6328
6329
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
6329
6330
|
offset: number | null;
|
|
6330
6331
|
};
|
|
6331
|
-
frameType: "rows" | "range";
|
|
6332
6332
|
} | null;
|
|
6333
6333
|
})[] | null | undefined;
|
|
6334
6334
|
customMetrics?: {
|