@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
|
@@ -198,6 +198,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
198
198
|
offset: number | null;
|
|
199
199
|
}>;
|
|
200
200
|
}, "strip", z.ZodTypeAny, {
|
|
201
|
+
frameType: "rows" | "range";
|
|
201
202
|
start: {
|
|
202
203
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
203
204
|
offset: number | null;
|
|
@@ -206,8 +207,8 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
206
207
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
207
208
|
offset: number | null;
|
|
208
209
|
};
|
|
209
|
-
frameType: "rows" | "range";
|
|
210
210
|
}, {
|
|
211
|
+
frameType: "rows" | "range";
|
|
211
212
|
start: {
|
|
212
213
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
213
214
|
offset: number | null;
|
|
@@ -216,7 +217,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
216
217
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
217
218
|
offset: number | null;
|
|
218
219
|
};
|
|
219
|
-
frameType: "rows" | "range";
|
|
220
220
|
}>>;
|
|
221
221
|
}, "strip", z.ZodTypeAny, {
|
|
222
222
|
name: string;
|
|
@@ -230,6 +230,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
230
230
|
partitionBy: string[] | null;
|
|
231
231
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
232
232
|
frame: {
|
|
233
|
+
frameType: "rows" | "range";
|
|
233
234
|
start: {
|
|
234
235
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
235
236
|
offset: number | null;
|
|
@@ -238,7 +239,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
238
239
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
239
240
|
offset: number | null;
|
|
240
241
|
};
|
|
241
|
-
frameType: "rows" | "range";
|
|
242
242
|
} | null;
|
|
243
243
|
}, {
|
|
244
244
|
name: string;
|
|
@@ -252,6 +252,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
252
252
|
partitionBy: string[] | null;
|
|
253
253
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
254
254
|
frame: {
|
|
255
|
+
frameType: "rows" | "range";
|
|
255
256
|
start: {
|
|
256
257
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
257
258
|
offset: number | null;
|
|
@@ -260,7 +261,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
260
261
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
261
262
|
offset: number | null;
|
|
262
263
|
};
|
|
263
|
-
frameType: "rows" | "range";
|
|
264
264
|
} | null;
|
|
265
265
|
}>]>, "many">>;
|
|
266
266
|
filters: z.ZodNullable<z.ZodObject<{
|
|
@@ -1357,22 +1357,22 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1357
1357
|
dimensions: string[];
|
|
1358
1358
|
metrics: string[];
|
|
1359
1359
|
limit: number | null;
|
|
1360
|
-
exploreName: string;
|
|
1361
1360
|
sorts: {
|
|
1362
1361
|
fieldId: string;
|
|
1363
1362
|
descending: boolean;
|
|
1364
1363
|
nullsFirst: boolean | null;
|
|
1365
1364
|
}[];
|
|
1365
|
+
exploreName: string;
|
|
1366
1366
|
}, {
|
|
1367
1367
|
dimensions: string[];
|
|
1368
1368
|
metrics: string[];
|
|
1369
1369
|
limit: number | null;
|
|
1370
|
-
exploreName: string;
|
|
1371
1370
|
sorts: {
|
|
1372
1371
|
fieldId: string;
|
|
1373
1372
|
descending: boolean;
|
|
1374
1373
|
nullsFirst: boolean | null;
|
|
1375
1374
|
}[];
|
|
1375
|
+
exploreName: string;
|
|
1376
1376
|
}>;
|
|
1377
1377
|
}, "strip", z.ZodTypeAny, {
|
|
1378
1378
|
tableCalculations: ({
|
|
@@ -1421,6 +1421,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1421
1421
|
partitionBy: string[] | null;
|
|
1422
1422
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
1423
1423
|
frame: {
|
|
1424
|
+
frameType: "rows" | "range";
|
|
1424
1425
|
start: {
|
|
1425
1426
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1426
1427
|
offset: number | null;
|
|
@@ -1429,7 +1430,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1429
1430
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1430
1431
|
offset: number | null;
|
|
1431
1432
|
};
|
|
1432
|
-
frameType: "rows" | "range";
|
|
1433
1433
|
} | null;
|
|
1434
1434
|
})[] | null;
|
|
1435
1435
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -1639,6 +1639,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1639
1639
|
})[] | null;
|
|
1640
1640
|
type: "and" | "or";
|
|
1641
1641
|
} | null;
|
|
1642
|
+
title: string;
|
|
1642
1643
|
customMetrics: {
|
|
1643
1644
|
baseDimensionName: string;
|
|
1644
1645
|
name: string;
|
|
@@ -1647,17 +1648,16 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1647
1648
|
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;
|
|
1648
1649
|
description: string;
|
|
1649
1650
|
}[] | null;
|
|
1650
|
-
title: string;
|
|
1651
1651
|
vizConfig: {
|
|
1652
1652
|
dimensions: string[];
|
|
1653
1653
|
metrics: string[];
|
|
1654
1654
|
limit: number | null;
|
|
1655
|
-
exploreName: string;
|
|
1656
1655
|
sorts: {
|
|
1657
1656
|
fieldId: string;
|
|
1658
1657
|
descending: boolean;
|
|
1659
1658
|
nullsFirst: boolean | null;
|
|
1660
1659
|
}[];
|
|
1660
|
+
exploreName: string;
|
|
1661
1661
|
};
|
|
1662
1662
|
}, {
|
|
1663
1663
|
tableCalculations: ({
|
|
@@ -1706,6 +1706,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1706
1706
|
partitionBy: string[] | null;
|
|
1707
1707
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
1708
1708
|
frame: {
|
|
1709
|
+
frameType: "rows" | "range";
|
|
1709
1710
|
start: {
|
|
1710
1711
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1711
1712
|
offset: number | null;
|
|
@@ -1714,7 +1715,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1714
1715
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
1715
1716
|
offset: number | null;
|
|
1716
1717
|
};
|
|
1717
|
-
frameType: "rows" | "range";
|
|
1718
1718
|
} | null;
|
|
1719
1719
|
})[] | null;
|
|
1720
1720
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -1924,6 +1924,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1924
1924
|
})[] | null;
|
|
1925
1925
|
type: "and" | "or";
|
|
1926
1926
|
} | null;
|
|
1927
|
+
title: string;
|
|
1927
1928
|
customMetrics: {
|
|
1928
1929
|
name: string;
|
|
1929
1930
|
label: string;
|
|
@@ -1932,17 +1933,16 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1932
1933
|
description: string;
|
|
1933
1934
|
baseDimensionName: string;
|
|
1934
1935
|
}[] | null;
|
|
1935
|
-
title: string;
|
|
1936
1936
|
vizConfig: {
|
|
1937
1937
|
dimensions: string[];
|
|
1938
1938
|
metrics: string[];
|
|
1939
1939
|
limit: number | null;
|
|
1940
|
-
exploreName: string;
|
|
1941
1940
|
sorts: {
|
|
1942
1941
|
fieldId: string;
|
|
1943
1942
|
descending: boolean;
|
|
1944
1943
|
nullsFirst: boolean | null;
|
|
1945
1944
|
}[];
|
|
1945
|
+
exploreName: string;
|
|
1946
1946
|
};
|
|
1947
1947
|
}>, z.ZodObject<{
|
|
1948
1948
|
customMetrics: z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -2141,6 +2141,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
2141
2141
|
offset: number | null;
|
|
2142
2142
|
}>;
|
|
2143
2143
|
}, "strip", z.ZodTypeAny, {
|
|
2144
|
+
frameType: "rows" | "range";
|
|
2144
2145
|
start: {
|
|
2145
2146
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2146
2147
|
offset: number | null;
|
|
@@ -2149,8 +2150,8 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
2149
2150
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2150
2151
|
offset: number | null;
|
|
2151
2152
|
};
|
|
2152
|
-
frameType: "rows" | "range";
|
|
2153
2153
|
}, {
|
|
2154
|
+
frameType: "rows" | "range";
|
|
2154
2155
|
start: {
|
|
2155
2156
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2156
2157
|
offset: number | null;
|
|
@@ -2159,7 +2160,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
2159
2160
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2160
2161
|
offset: number | null;
|
|
2161
2162
|
};
|
|
2162
|
-
frameType: "rows" | "range";
|
|
2163
2163
|
}>>;
|
|
2164
2164
|
}, "strip", z.ZodTypeAny, {
|
|
2165
2165
|
name: string;
|
|
@@ -2173,6 +2173,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
2173
2173
|
partitionBy: string[] | null;
|
|
2174
2174
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
2175
2175
|
frame: {
|
|
2176
|
+
frameType: "rows" | "range";
|
|
2176
2177
|
start: {
|
|
2177
2178
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2178
2179
|
offset: number | null;
|
|
@@ -2181,7 +2182,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
2181
2182
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2182
2183
|
offset: number | null;
|
|
2183
2184
|
};
|
|
2184
|
-
frameType: "rows" | "range";
|
|
2185
2185
|
} | null;
|
|
2186
2186
|
}, {
|
|
2187
2187
|
name: string;
|
|
@@ -2195,6 +2195,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
2195
2195
|
partitionBy: string[] | null;
|
|
2196
2196
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
2197
2197
|
frame: {
|
|
2198
|
+
frameType: "rows" | "range";
|
|
2198
2199
|
start: {
|
|
2199
2200
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2200
2201
|
offset: number | null;
|
|
@@ -2203,7 +2204,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
2203
2204
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
2204
2205
|
offset: number | null;
|
|
2205
2206
|
};
|
|
2206
|
-
frameType: "rows" | "range";
|
|
2207
2207
|
} | null;
|
|
2208
2208
|
}>]>, "many">>;
|
|
2209
2209
|
filters: z.ZodNullable<z.ZodObject<{
|
|
@@ -3302,12 +3302,12 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3302
3302
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
3303
3303
|
}, "strip", z.ZodTypeAny, {
|
|
3304
3304
|
limit: number | null;
|
|
3305
|
-
exploreName: string;
|
|
3306
3305
|
sorts: {
|
|
3307
3306
|
fieldId: string;
|
|
3308
3307
|
descending: boolean;
|
|
3309
3308
|
nullsFirst: boolean | null;
|
|
3310
3309
|
}[];
|
|
3310
|
+
exploreName: string;
|
|
3311
3311
|
xDimension: string;
|
|
3312
3312
|
yMetrics: string[];
|
|
3313
3313
|
breakdownByDimension: string | null;
|
|
@@ -3316,12 +3316,12 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3316
3316
|
lineType: "line" | "area";
|
|
3317
3317
|
}, {
|
|
3318
3318
|
limit: number | null;
|
|
3319
|
-
exploreName: string;
|
|
3320
3319
|
sorts: {
|
|
3321
3320
|
fieldId: string;
|
|
3322
3321
|
descending: boolean;
|
|
3323
3322
|
nullsFirst: boolean | null;
|
|
3324
3323
|
}[];
|
|
3324
|
+
exploreName: string;
|
|
3325
3325
|
xDimension: string;
|
|
3326
3326
|
yMetrics: string[];
|
|
3327
3327
|
breakdownByDimension: string | null;
|
|
@@ -3376,6 +3376,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3376
3376
|
partitionBy: string[] | null;
|
|
3377
3377
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
3378
3378
|
frame: {
|
|
3379
|
+
frameType: "rows" | "range";
|
|
3379
3380
|
start: {
|
|
3380
3381
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
3381
3382
|
offset: number | null;
|
|
@@ -3384,7 +3385,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3384
3385
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
3385
3386
|
offset: number | null;
|
|
3386
3387
|
};
|
|
3387
|
-
frameType: "rows" | "range";
|
|
3388
3388
|
} | null;
|
|
3389
3389
|
})[] | null;
|
|
3390
3390
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -3594,6 +3594,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3594
3594
|
})[] | null;
|
|
3595
3595
|
type: "and" | "or";
|
|
3596
3596
|
} | null;
|
|
3597
|
+
title: string;
|
|
3597
3598
|
customMetrics: {
|
|
3598
3599
|
baseDimensionName: string;
|
|
3599
3600
|
name: string;
|
|
@@ -3602,15 +3603,14 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3602
3603
|
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;
|
|
3603
3604
|
description: string;
|
|
3604
3605
|
}[] | null;
|
|
3605
|
-
title: string;
|
|
3606
3606
|
vizConfig: {
|
|
3607
3607
|
limit: number | null;
|
|
3608
|
-
exploreName: string;
|
|
3609
3608
|
sorts: {
|
|
3610
3609
|
fieldId: string;
|
|
3611
3610
|
descending: boolean;
|
|
3612
3611
|
nullsFirst: boolean | null;
|
|
3613
3612
|
}[];
|
|
3613
|
+
exploreName: string;
|
|
3614
3614
|
xDimension: string;
|
|
3615
3615
|
yMetrics: string[];
|
|
3616
3616
|
breakdownByDimension: string | null;
|
|
@@ -3665,6 +3665,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3665
3665
|
partitionBy: string[] | null;
|
|
3666
3666
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
3667
3667
|
frame: {
|
|
3668
|
+
frameType: "rows" | "range";
|
|
3668
3669
|
start: {
|
|
3669
3670
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
3670
3671
|
offset: number | null;
|
|
@@ -3673,7 +3674,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3673
3674
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
3674
3675
|
offset: number | null;
|
|
3675
3676
|
};
|
|
3676
|
-
frameType: "rows" | "range";
|
|
3677
3677
|
} | null;
|
|
3678
3678
|
})[] | null;
|
|
3679
3679
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -3883,6 +3883,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3883
3883
|
})[] | null;
|
|
3884
3884
|
type: "and" | "or";
|
|
3885
3885
|
} | null;
|
|
3886
|
+
title: string;
|
|
3886
3887
|
customMetrics: {
|
|
3887
3888
|
name: string;
|
|
3888
3889
|
label: string;
|
|
@@ -3891,15 +3892,14 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3891
3892
|
description: string;
|
|
3892
3893
|
baseDimensionName: string;
|
|
3893
3894
|
}[] | null;
|
|
3894
|
-
title: string;
|
|
3895
3895
|
vizConfig: {
|
|
3896
3896
|
limit: number | null;
|
|
3897
|
-
exploreName: string;
|
|
3898
3897
|
sorts: {
|
|
3899
3898
|
fieldId: string;
|
|
3900
3899
|
descending: boolean;
|
|
3901
3900
|
nullsFirst: boolean | null;
|
|
3902
3901
|
}[];
|
|
3902
|
+
exploreName: string;
|
|
3903
3903
|
xDimension: string;
|
|
3904
3904
|
yMetrics: string[];
|
|
3905
3905
|
breakdownByDimension: string | null;
|
|
@@ -4104,6 +4104,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
4104
4104
|
offset: number | null;
|
|
4105
4105
|
}>;
|
|
4106
4106
|
}, "strip", z.ZodTypeAny, {
|
|
4107
|
+
frameType: "rows" | "range";
|
|
4107
4108
|
start: {
|
|
4108
4109
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
4109
4110
|
offset: number | null;
|
|
@@ -4112,8 +4113,8 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
4112
4113
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
4113
4114
|
offset: number | null;
|
|
4114
4115
|
};
|
|
4115
|
-
frameType: "rows" | "range";
|
|
4116
4116
|
}, {
|
|
4117
|
+
frameType: "rows" | "range";
|
|
4117
4118
|
start: {
|
|
4118
4119
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
4119
4120
|
offset: number | null;
|
|
@@ -4122,7 +4123,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
4122
4123
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
4123
4124
|
offset: number | null;
|
|
4124
4125
|
};
|
|
4125
|
-
frameType: "rows" | "range";
|
|
4126
4126
|
}>>;
|
|
4127
4127
|
}, "strip", z.ZodTypeAny, {
|
|
4128
4128
|
name: string;
|
|
@@ -4136,6 +4136,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
4136
4136
|
partitionBy: string[] | null;
|
|
4137
4137
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
4138
4138
|
frame: {
|
|
4139
|
+
frameType: "rows" | "range";
|
|
4139
4140
|
start: {
|
|
4140
4141
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
4141
4142
|
offset: number | null;
|
|
@@ -4144,7 +4145,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
4144
4145
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
4145
4146
|
offset: number | null;
|
|
4146
4147
|
};
|
|
4147
|
-
frameType: "rows" | "range";
|
|
4148
4148
|
} | null;
|
|
4149
4149
|
}, {
|
|
4150
4150
|
name: string;
|
|
@@ -4158,6 +4158,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
4158
4158
|
partitionBy: string[] | null;
|
|
4159
4159
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
4160
4160
|
frame: {
|
|
4161
|
+
frameType: "rows" | "range";
|
|
4161
4162
|
start: {
|
|
4162
4163
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
4163
4164
|
offset: number | null;
|
|
@@ -4166,7 +4167,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
4166
4167
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
4167
4168
|
offset: number | null;
|
|
4168
4169
|
};
|
|
4169
|
-
frameType: "rows" | "range";
|
|
4170
4170
|
} | null;
|
|
4171
4171
|
}>]>, "many">>;
|
|
4172
4172
|
filters: z.ZodNullable<z.ZodObject<{
|
|
@@ -5266,32 +5266,32 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5266
5266
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
5267
5267
|
}, "strip", z.ZodTypeAny, {
|
|
5268
5268
|
limit: number | null;
|
|
5269
|
-
exploreName: string;
|
|
5270
5269
|
sorts: {
|
|
5271
5270
|
fieldId: string;
|
|
5272
5271
|
descending: boolean;
|
|
5273
5272
|
nullsFirst: boolean | null;
|
|
5274
5273
|
}[];
|
|
5274
|
+
exploreName: string;
|
|
5275
5275
|
xDimension: string;
|
|
5276
5276
|
yMetrics: string[];
|
|
5277
5277
|
breakdownByDimension: string | null;
|
|
5278
5278
|
stackBars: boolean | null;
|
|
5279
|
-
xAxisType: "
|
|
5279
|
+
xAxisType: "category" | "time";
|
|
5280
5280
|
xAxisLabel: string | null;
|
|
5281
5281
|
yAxisLabel: string | null;
|
|
5282
5282
|
}, {
|
|
5283
5283
|
limit: number | null;
|
|
5284
|
-
exploreName: string;
|
|
5285
5284
|
sorts: {
|
|
5286
5285
|
fieldId: string;
|
|
5287
5286
|
descending: boolean;
|
|
5288
5287
|
nullsFirst: boolean | null;
|
|
5289
5288
|
}[];
|
|
5289
|
+
exploreName: string;
|
|
5290
5290
|
xDimension: string;
|
|
5291
5291
|
yMetrics: string[];
|
|
5292
5292
|
breakdownByDimension: string | null;
|
|
5293
5293
|
stackBars: boolean | null;
|
|
5294
|
-
xAxisType: "
|
|
5294
|
+
xAxisType: "category" | "time";
|
|
5295
5295
|
xAxisLabel: string | null;
|
|
5296
5296
|
yAxisLabel: string | null;
|
|
5297
5297
|
}>;
|
|
@@ -5342,6 +5342,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5342
5342
|
partitionBy: string[] | null;
|
|
5343
5343
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
5344
5344
|
frame: {
|
|
5345
|
+
frameType: "rows" | "range";
|
|
5345
5346
|
start: {
|
|
5346
5347
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5347
5348
|
offset: number | null;
|
|
@@ -5350,7 +5351,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5350
5351
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5351
5352
|
offset: number | null;
|
|
5352
5353
|
};
|
|
5353
|
-
frameType: "rows" | "range";
|
|
5354
5354
|
} | null;
|
|
5355
5355
|
})[] | null;
|
|
5356
5356
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -5560,6 +5560,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5560
5560
|
})[] | null;
|
|
5561
5561
|
type: "and" | "or";
|
|
5562
5562
|
} | null;
|
|
5563
|
+
title: string;
|
|
5563
5564
|
customMetrics: {
|
|
5564
5565
|
baseDimensionName: string;
|
|
5565
5566
|
name: string;
|
|
@@ -5568,20 +5569,19 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5568
5569
|
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;
|
|
5569
5570
|
description: string;
|
|
5570
5571
|
}[] | null;
|
|
5571
|
-
title: string;
|
|
5572
5572
|
vizConfig: {
|
|
5573
5573
|
limit: number | null;
|
|
5574
|
-
exploreName: string;
|
|
5575
5574
|
sorts: {
|
|
5576
5575
|
fieldId: string;
|
|
5577
5576
|
descending: boolean;
|
|
5578
5577
|
nullsFirst: boolean | null;
|
|
5579
5578
|
}[];
|
|
5579
|
+
exploreName: string;
|
|
5580
5580
|
xDimension: string;
|
|
5581
5581
|
yMetrics: string[];
|
|
5582
5582
|
breakdownByDimension: string | null;
|
|
5583
5583
|
stackBars: boolean | null;
|
|
5584
|
-
xAxisType: "
|
|
5584
|
+
xAxisType: "category" | "time";
|
|
5585
5585
|
xAxisLabel: string | null;
|
|
5586
5586
|
yAxisLabel: string | null;
|
|
5587
5587
|
};
|
|
@@ -5632,6 +5632,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5632
5632
|
partitionBy: string[] | null;
|
|
5633
5633
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
5634
5634
|
frame: {
|
|
5635
|
+
frameType: "rows" | "range";
|
|
5635
5636
|
start: {
|
|
5636
5637
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5637
5638
|
offset: number | null;
|
|
@@ -5640,7 +5641,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5640
5641
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5641
5642
|
offset: number | null;
|
|
5642
5643
|
};
|
|
5643
|
-
frameType: "rows" | "range";
|
|
5644
5644
|
} | null;
|
|
5645
5645
|
})[] | null;
|
|
5646
5646
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -5850,6 +5850,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5850
5850
|
})[] | null;
|
|
5851
5851
|
type: "and" | "or";
|
|
5852
5852
|
} | null;
|
|
5853
|
+
title: string;
|
|
5853
5854
|
customMetrics: {
|
|
5854
5855
|
name: string;
|
|
5855
5856
|
label: string;
|
|
@@ -5858,20 +5859,19 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5858
5859
|
description: string;
|
|
5859
5860
|
baseDimensionName: string;
|
|
5860
5861
|
}[] | null;
|
|
5861
|
-
title: string;
|
|
5862
5862
|
vizConfig: {
|
|
5863
5863
|
limit: number | null;
|
|
5864
|
-
exploreName: string;
|
|
5865
5864
|
sorts: {
|
|
5866
5865
|
fieldId: string;
|
|
5867
5866
|
descending: boolean;
|
|
5868
5867
|
nullsFirst: boolean | null;
|
|
5869
5868
|
}[];
|
|
5869
|
+
exploreName: string;
|
|
5870
5870
|
xDimension: string;
|
|
5871
5871
|
yMetrics: string[];
|
|
5872
5872
|
breakdownByDimension: string | null;
|
|
5873
5873
|
stackBars: boolean | null;
|
|
5874
|
-
xAxisType: "
|
|
5874
|
+
xAxisType: "category" | "time";
|
|
5875
5875
|
xAxisLabel: string | null;
|
|
5876
5876
|
yAxisLabel: string | null;
|
|
5877
5877
|
};
|
|
@@ -5923,6 +5923,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5923
5923
|
partitionBy: string[] | null;
|
|
5924
5924
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
5925
5925
|
frame: {
|
|
5926
|
+
frameType: "rows" | "range";
|
|
5926
5927
|
start: {
|
|
5927
5928
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5928
5929
|
offset: number | null;
|
|
@@ -5931,7 +5932,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5931
5932
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
5932
5933
|
offset: number | null;
|
|
5933
5934
|
};
|
|
5934
|
-
frameType: "rows" | "range";
|
|
5935
5935
|
} | null;
|
|
5936
5936
|
})[] | null;
|
|
5937
5937
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -6141,6 +6141,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6141
6141
|
})[] | null;
|
|
6142
6142
|
type: "and" | "or";
|
|
6143
6143
|
} | null;
|
|
6144
|
+
title: string;
|
|
6144
6145
|
customMetrics: {
|
|
6145
6146
|
baseDimensionName: string;
|
|
6146
6147
|
name: string;
|
|
@@ -6149,17 +6150,16 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6149
6150
|
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;
|
|
6150
6151
|
description: string;
|
|
6151
6152
|
}[] | null;
|
|
6152
|
-
title: string;
|
|
6153
6153
|
vizConfig: {
|
|
6154
6154
|
dimensions: string[];
|
|
6155
6155
|
metrics: string[];
|
|
6156
6156
|
limit: number | null;
|
|
6157
|
-
exploreName: string;
|
|
6158
6157
|
sorts: {
|
|
6159
6158
|
fieldId: string;
|
|
6160
6159
|
descending: boolean;
|
|
6161
6160
|
nullsFirst: boolean | null;
|
|
6162
6161
|
}[];
|
|
6162
|
+
exploreName: string;
|
|
6163
6163
|
};
|
|
6164
6164
|
} | {
|
|
6165
6165
|
followUpTools: never[];
|
|
@@ -6209,6 +6209,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6209
6209
|
partitionBy: string[] | null;
|
|
6210
6210
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
6211
6211
|
frame: {
|
|
6212
|
+
frameType: "rows" | "range";
|
|
6212
6213
|
start: {
|
|
6213
6214
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
6214
6215
|
offset: number | null;
|
|
@@ -6217,7 +6218,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6217
6218
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
6218
6219
|
offset: number | null;
|
|
6219
6220
|
};
|
|
6220
|
-
frameType: "rows" | "range";
|
|
6221
6221
|
} | null;
|
|
6222
6222
|
})[] | null;
|
|
6223
6223
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -6427,6 +6427,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6427
6427
|
})[] | null;
|
|
6428
6428
|
type: "and" | "or";
|
|
6429
6429
|
} | null;
|
|
6430
|
+
title: string;
|
|
6430
6431
|
customMetrics: {
|
|
6431
6432
|
baseDimensionName: string;
|
|
6432
6433
|
name: string;
|
|
@@ -6435,15 +6436,14 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6435
6436
|
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;
|
|
6436
6437
|
description: string;
|
|
6437
6438
|
}[] | null;
|
|
6438
|
-
title: string;
|
|
6439
6439
|
vizConfig: {
|
|
6440
6440
|
limit: number | null;
|
|
6441
|
-
exploreName: string;
|
|
6442
6441
|
sorts: {
|
|
6443
6442
|
fieldId: string;
|
|
6444
6443
|
descending: boolean;
|
|
6445
6444
|
nullsFirst: boolean | null;
|
|
6446
6445
|
}[];
|
|
6446
|
+
exploreName: string;
|
|
6447
6447
|
xDimension: string;
|
|
6448
6448
|
yMetrics: string[];
|
|
6449
6449
|
breakdownByDimension: string | null;
|
|
@@ -6499,6 +6499,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6499
6499
|
partitionBy: string[] | null;
|
|
6500
6500
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
6501
6501
|
frame: {
|
|
6502
|
+
frameType: "rows" | "range";
|
|
6502
6503
|
start: {
|
|
6503
6504
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
6504
6505
|
offset: number | null;
|
|
@@ -6507,7 +6508,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6507
6508
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
6508
6509
|
offset: number | null;
|
|
6509
6510
|
};
|
|
6510
|
-
frameType: "rows" | "range";
|
|
6511
6511
|
} | null;
|
|
6512
6512
|
})[] | null;
|
|
6513
6513
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -6717,6 +6717,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6717
6717
|
})[] | null;
|
|
6718
6718
|
type: "and" | "or";
|
|
6719
6719
|
} | null;
|
|
6720
|
+
title: string;
|
|
6720
6721
|
customMetrics: {
|
|
6721
6722
|
baseDimensionName: string;
|
|
6722
6723
|
name: string;
|
|
@@ -6725,20 +6726,19 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6725
6726
|
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;
|
|
6726
6727
|
description: string;
|
|
6727
6728
|
}[] | null;
|
|
6728
|
-
title: string;
|
|
6729
6729
|
vizConfig: {
|
|
6730
6730
|
limit: number | null;
|
|
6731
|
-
exploreName: string;
|
|
6732
6731
|
sorts: {
|
|
6733
6732
|
fieldId: string;
|
|
6734
6733
|
descending: boolean;
|
|
6735
6734
|
nullsFirst: boolean | null;
|
|
6736
6735
|
}[];
|
|
6736
|
+
exploreName: string;
|
|
6737
6737
|
xDimension: string;
|
|
6738
6738
|
yMetrics: string[];
|
|
6739
6739
|
breakdownByDimension: string | null;
|
|
6740
6740
|
stackBars: boolean | null;
|
|
6741
|
-
xAxisType: "
|
|
6741
|
+
xAxisType: "category" | "time";
|
|
6742
6742
|
xAxisLabel: string | null;
|
|
6743
6743
|
yAxisLabel: string | null;
|
|
6744
6744
|
};
|
|
@@ -6789,6 +6789,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6789
6789
|
partitionBy: string[] | null;
|
|
6790
6790
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
6791
6791
|
frame: {
|
|
6792
|
+
frameType: "rows" | "range";
|
|
6792
6793
|
start: {
|
|
6793
6794
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
6794
6795
|
offset: number | null;
|
|
@@ -6797,7 +6798,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6797
6798
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
6798
6799
|
offset: number | null;
|
|
6799
6800
|
};
|
|
6800
|
-
frameType: "rows" | "range";
|
|
6801
6801
|
} | null;
|
|
6802
6802
|
})[] | null;
|
|
6803
6803
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -7007,6 +7007,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7007
7007
|
})[] | null;
|
|
7008
7008
|
type: "and" | "or";
|
|
7009
7009
|
} | null;
|
|
7010
|
+
title: string;
|
|
7010
7011
|
customMetrics: {
|
|
7011
7012
|
name: string;
|
|
7012
7013
|
label: string;
|
|
@@ -7015,17 +7016,16 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7015
7016
|
description: string;
|
|
7016
7017
|
baseDimensionName: string;
|
|
7017
7018
|
}[] | null;
|
|
7018
|
-
title: string;
|
|
7019
7019
|
vizConfig: {
|
|
7020
7020
|
dimensions: string[];
|
|
7021
7021
|
metrics: string[];
|
|
7022
7022
|
limit: number | null;
|
|
7023
|
-
exploreName: string;
|
|
7024
7023
|
sorts: {
|
|
7025
7024
|
fieldId: string;
|
|
7026
7025
|
descending: boolean;
|
|
7027
7026
|
nullsFirst: boolean | null;
|
|
7028
7027
|
}[];
|
|
7028
|
+
exploreName: string;
|
|
7029
7029
|
};
|
|
7030
7030
|
} | {
|
|
7031
7031
|
tableCalculations: ({
|
|
@@ -7074,6 +7074,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7074
7074
|
partitionBy: string[] | null;
|
|
7075
7075
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
7076
7076
|
frame: {
|
|
7077
|
+
frameType: "rows" | "range";
|
|
7077
7078
|
start: {
|
|
7078
7079
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7079
7080
|
offset: number | null;
|
|
@@ -7082,7 +7083,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7082
7083
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7083
7084
|
offset: number | null;
|
|
7084
7085
|
};
|
|
7085
|
-
frameType: "rows" | "range";
|
|
7086
7086
|
} | null;
|
|
7087
7087
|
})[] | null;
|
|
7088
7088
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -7292,6 +7292,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7292
7292
|
})[] | null;
|
|
7293
7293
|
type: "and" | "or";
|
|
7294
7294
|
} | null;
|
|
7295
|
+
title: string;
|
|
7295
7296
|
customMetrics: {
|
|
7296
7297
|
name: string;
|
|
7297
7298
|
label: string;
|
|
@@ -7300,15 +7301,14 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7300
7301
|
description: string;
|
|
7301
7302
|
baseDimensionName: string;
|
|
7302
7303
|
}[] | null;
|
|
7303
|
-
title: string;
|
|
7304
7304
|
vizConfig: {
|
|
7305
7305
|
limit: number | null;
|
|
7306
|
-
exploreName: string;
|
|
7307
7306
|
sorts: {
|
|
7308
7307
|
fieldId: string;
|
|
7309
7308
|
descending: boolean;
|
|
7310
7309
|
nullsFirst: boolean | null;
|
|
7311
7310
|
}[];
|
|
7311
|
+
exploreName: string;
|
|
7312
7312
|
xDimension: string;
|
|
7313
7313
|
yMetrics: string[];
|
|
7314
7314
|
breakdownByDimension: string | null;
|
|
@@ -7363,6 +7363,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7363
7363
|
partitionBy: string[] | null;
|
|
7364
7364
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
7365
7365
|
frame: {
|
|
7366
|
+
frameType: "rows" | "range";
|
|
7366
7367
|
start: {
|
|
7367
7368
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7368
7369
|
offset: number | null;
|
|
@@ -7371,7 +7372,6 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7371
7372
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7372
7373
|
offset: number | null;
|
|
7373
7374
|
};
|
|
7374
|
-
frameType: "rows" | "range";
|
|
7375
7375
|
} | null;
|
|
7376
7376
|
})[] | null;
|
|
7377
7377
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -7581,6 +7581,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7581
7581
|
})[] | null;
|
|
7582
7582
|
type: "and" | "or";
|
|
7583
7583
|
} | null;
|
|
7584
|
+
title: string;
|
|
7584
7585
|
customMetrics: {
|
|
7585
7586
|
name: string;
|
|
7586
7587
|
label: string;
|
|
@@ -7589,20 +7590,19 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7589
7590
|
description: string;
|
|
7590
7591
|
baseDimensionName: string;
|
|
7591
7592
|
}[] | null;
|
|
7592
|
-
title: string;
|
|
7593
7593
|
vizConfig: {
|
|
7594
7594
|
limit: number | null;
|
|
7595
|
-
exploreName: string;
|
|
7596
7595
|
sorts: {
|
|
7597
7596
|
fieldId: string;
|
|
7598
7597
|
descending: boolean;
|
|
7599
7598
|
nullsFirst: boolean | null;
|
|
7600
7599
|
}[];
|
|
7600
|
+
exploreName: string;
|
|
7601
7601
|
xDimension: string;
|
|
7602
7602
|
yMetrics: string[];
|
|
7603
7603
|
breakdownByDimension: string | null;
|
|
7604
7604
|
stackBars: boolean | null;
|
|
7605
|
-
xAxisType: "
|
|
7605
|
+
xAxisType: "category" | "time";
|
|
7606
7606
|
xAxisLabel: string | null;
|
|
7607
7607
|
yAxisLabel: string | null;
|
|
7608
7608
|
};
|
|
@@ -7810,6 +7810,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
7810
7810
|
offset: number | null;
|
|
7811
7811
|
}>;
|
|
7812
7812
|
}, "strip", z.ZodTypeAny, {
|
|
7813
|
+
frameType: "rows" | "range";
|
|
7813
7814
|
start: {
|
|
7814
7815
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7815
7816
|
offset: number | null;
|
|
@@ -7818,8 +7819,8 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
7818
7819
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7819
7820
|
offset: number | null;
|
|
7820
7821
|
};
|
|
7821
|
-
frameType: "rows" | "range";
|
|
7822
7822
|
}, {
|
|
7823
|
+
frameType: "rows" | "range";
|
|
7823
7824
|
start: {
|
|
7824
7825
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7825
7826
|
offset: number | null;
|
|
@@ -7828,7 +7829,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
7828
7829
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7829
7830
|
offset: number | null;
|
|
7830
7831
|
};
|
|
7831
|
-
frameType: "rows" | "range";
|
|
7832
7832
|
}>>;
|
|
7833
7833
|
}, "strip", z.ZodTypeAny, {
|
|
7834
7834
|
name: string;
|
|
@@ -7842,6 +7842,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
7842
7842
|
partitionBy: string[] | null;
|
|
7843
7843
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
7844
7844
|
frame: {
|
|
7845
|
+
frameType: "rows" | "range";
|
|
7845
7846
|
start: {
|
|
7846
7847
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7847
7848
|
offset: number | null;
|
|
@@ -7850,7 +7851,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
7850
7851
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7851
7852
|
offset: number | null;
|
|
7852
7853
|
};
|
|
7853
|
-
frameType: "rows" | "range";
|
|
7854
7854
|
} | null;
|
|
7855
7855
|
}, {
|
|
7856
7856
|
name: string;
|
|
@@ -7864,6 +7864,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
7864
7864
|
partitionBy: string[] | null;
|
|
7865
7865
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
7866
7866
|
frame: {
|
|
7867
|
+
frameType: "rows" | "range";
|
|
7867
7868
|
start: {
|
|
7868
7869
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7869
7870
|
offset: number | null;
|
|
@@ -7872,7 +7873,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
7872
7873
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
7873
7874
|
offset: number | null;
|
|
7874
7875
|
};
|
|
7875
|
-
frameType: "rows" | "range";
|
|
7876
7876
|
} | null;
|
|
7877
7877
|
}>]>, "many">>;
|
|
7878
7878
|
filters: z.ZodNullable<z.ZodObject<{
|
|
@@ -8969,22 +8969,22 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
8969
8969
|
dimensions: string[];
|
|
8970
8970
|
metrics: string[];
|
|
8971
8971
|
limit: number | null;
|
|
8972
|
-
exploreName: string;
|
|
8973
8972
|
sorts: {
|
|
8974
8973
|
fieldId: string;
|
|
8975
8974
|
descending: boolean;
|
|
8976
8975
|
nullsFirst: boolean | null;
|
|
8977
8976
|
}[];
|
|
8977
|
+
exploreName: string;
|
|
8978
8978
|
}, {
|
|
8979
8979
|
dimensions: string[];
|
|
8980
8980
|
metrics: string[];
|
|
8981
8981
|
limit: number | null;
|
|
8982
|
-
exploreName: string;
|
|
8983
8982
|
sorts: {
|
|
8984
8983
|
fieldId: string;
|
|
8985
8984
|
descending: boolean;
|
|
8986
8985
|
nullsFirst: boolean | null;
|
|
8987
8986
|
}[];
|
|
8987
|
+
exploreName: string;
|
|
8988
8988
|
}>;
|
|
8989
8989
|
}, "strip", z.ZodTypeAny, {
|
|
8990
8990
|
tableCalculations: ({
|
|
@@ -9033,6 +9033,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9033
9033
|
partitionBy: string[] | null;
|
|
9034
9034
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
9035
9035
|
frame: {
|
|
9036
|
+
frameType: "rows" | "range";
|
|
9036
9037
|
start: {
|
|
9037
9038
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9038
9039
|
offset: number | null;
|
|
@@ -9041,7 +9042,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9041
9042
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9042
9043
|
offset: number | null;
|
|
9043
9044
|
};
|
|
9044
|
-
frameType: "rows" | "range";
|
|
9045
9045
|
} | null;
|
|
9046
9046
|
})[] | null;
|
|
9047
9047
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -9251,6 +9251,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9251
9251
|
})[] | null;
|
|
9252
9252
|
type: "and" | "or";
|
|
9253
9253
|
} | null;
|
|
9254
|
+
title: string;
|
|
9254
9255
|
customMetrics: {
|
|
9255
9256
|
baseDimensionName: string;
|
|
9256
9257
|
name: string;
|
|
@@ -9259,17 +9260,16 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9259
9260
|
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;
|
|
9260
9261
|
description: string;
|
|
9261
9262
|
}[] | null;
|
|
9262
|
-
title: string;
|
|
9263
9263
|
vizConfig: {
|
|
9264
9264
|
dimensions: string[];
|
|
9265
9265
|
metrics: string[];
|
|
9266
9266
|
limit: number | null;
|
|
9267
|
-
exploreName: string;
|
|
9268
9267
|
sorts: {
|
|
9269
9268
|
fieldId: string;
|
|
9270
9269
|
descending: boolean;
|
|
9271
9270
|
nullsFirst: boolean | null;
|
|
9272
9271
|
}[];
|
|
9272
|
+
exploreName: string;
|
|
9273
9273
|
};
|
|
9274
9274
|
}, {
|
|
9275
9275
|
tableCalculations: ({
|
|
@@ -9318,6 +9318,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9318
9318
|
partitionBy: string[] | null;
|
|
9319
9319
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
9320
9320
|
frame: {
|
|
9321
|
+
frameType: "rows" | "range";
|
|
9321
9322
|
start: {
|
|
9322
9323
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9323
9324
|
offset: number | null;
|
|
@@ -9326,7 +9327,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9326
9327
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9327
9328
|
offset: number | null;
|
|
9328
9329
|
};
|
|
9329
|
-
frameType: "rows" | "range";
|
|
9330
9330
|
} | null;
|
|
9331
9331
|
})[] | null;
|
|
9332
9332
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -9536,6 +9536,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9536
9536
|
})[] | null;
|
|
9537
9537
|
type: "and" | "or";
|
|
9538
9538
|
} | null;
|
|
9539
|
+
title: string;
|
|
9539
9540
|
customMetrics: {
|
|
9540
9541
|
name: string;
|
|
9541
9542
|
label: string;
|
|
@@ -9544,17 +9545,16 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9544
9545
|
description: string;
|
|
9545
9546
|
baseDimensionName: string;
|
|
9546
9547
|
}[] | null;
|
|
9547
|
-
title: string;
|
|
9548
9548
|
vizConfig: {
|
|
9549
9549
|
dimensions: string[];
|
|
9550
9550
|
metrics: string[];
|
|
9551
9551
|
limit: number | null;
|
|
9552
|
-
exploreName: string;
|
|
9553
9552
|
sorts: {
|
|
9554
9553
|
fieldId: string;
|
|
9555
9554
|
descending: boolean;
|
|
9556
9555
|
nullsFirst: boolean | null;
|
|
9557
9556
|
}[];
|
|
9557
|
+
exploreName: string;
|
|
9558
9558
|
};
|
|
9559
9559
|
}>, z.ZodObject<{
|
|
9560
9560
|
customMetrics: z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -9753,6 +9753,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9753
9753
|
offset: number | null;
|
|
9754
9754
|
}>;
|
|
9755
9755
|
}, "strip", z.ZodTypeAny, {
|
|
9756
|
+
frameType: "rows" | "range";
|
|
9756
9757
|
start: {
|
|
9757
9758
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9758
9759
|
offset: number | null;
|
|
@@ -9761,8 +9762,8 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9761
9762
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9762
9763
|
offset: number | null;
|
|
9763
9764
|
};
|
|
9764
|
-
frameType: "rows" | "range";
|
|
9765
9765
|
}, {
|
|
9766
|
+
frameType: "rows" | "range";
|
|
9766
9767
|
start: {
|
|
9767
9768
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9768
9769
|
offset: number | null;
|
|
@@ -9771,7 +9772,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9771
9772
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9772
9773
|
offset: number | null;
|
|
9773
9774
|
};
|
|
9774
|
-
frameType: "rows" | "range";
|
|
9775
9775
|
}>>;
|
|
9776
9776
|
}, "strip", z.ZodTypeAny, {
|
|
9777
9777
|
name: string;
|
|
@@ -9785,6 +9785,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9785
9785
|
partitionBy: string[] | null;
|
|
9786
9786
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
9787
9787
|
frame: {
|
|
9788
|
+
frameType: "rows" | "range";
|
|
9788
9789
|
start: {
|
|
9789
9790
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9790
9791
|
offset: number | null;
|
|
@@ -9793,7 +9794,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9793
9794
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9794
9795
|
offset: number | null;
|
|
9795
9796
|
};
|
|
9796
|
-
frameType: "rows" | "range";
|
|
9797
9797
|
} | null;
|
|
9798
9798
|
}, {
|
|
9799
9799
|
name: string;
|
|
@@ -9807,6 +9807,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9807
9807
|
partitionBy: string[] | null;
|
|
9808
9808
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
9809
9809
|
frame: {
|
|
9810
|
+
frameType: "rows" | "range";
|
|
9810
9811
|
start: {
|
|
9811
9812
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9812
9813
|
offset: number | null;
|
|
@@ -9815,7 +9816,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9815
9816
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
9816
9817
|
offset: number | null;
|
|
9817
9818
|
};
|
|
9818
|
-
frameType: "rows" | "range";
|
|
9819
9819
|
} | null;
|
|
9820
9820
|
}>]>, "many">>;
|
|
9821
9821
|
filters: z.ZodNullable<z.ZodObject<{
|
|
@@ -10914,12 +10914,12 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
10914
10914
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
10915
10915
|
}, "strip", z.ZodTypeAny, {
|
|
10916
10916
|
limit: number | null;
|
|
10917
|
-
exploreName: string;
|
|
10918
10917
|
sorts: {
|
|
10919
10918
|
fieldId: string;
|
|
10920
10919
|
descending: boolean;
|
|
10921
10920
|
nullsFirst: boolean | null;
|
|
10922
10921
|
}[];
|
|
10922
|
+
exploreName: string;
|
|
10923
10923
|
xDimension: string;
|
|
10924
10924
|
yMetrics: string[];
|
|
10925
10925
|
breakdownByDimension: string | null;
|
|
@@ -10928,12 +10928,12 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
10928
10928
|
lineType: "line" | "area";
|
|
10929
10929
|
}, {
|
|
10930
10930
|
limit: number | null;
|
|
10931
|
-
exploreName: string;
|
|
10932
10931
|
sorts: {
|
|
10933
10932
|
fieldId: string;
|
|
10934
10933
|
descending: boolean;
|
|
10935
10934
|
nullsFirst: boolean | null;
|
|
10936
10935
|
}[];
|
|
10936
|
+
exploreName: string;
|
|
10937
10937
|
xDimension: string;
|
|
10938
10938
|
yMetrics: string[];
|
|
10939
10939
|
breakdownByDimension: string | null;
|
|
@@ -10988,6 +10988,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
10988
10988
|
partitionBy: string[] | null;
|
|
10989
10989
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
10990
10990
|
frame: {
|
|
10991
|
+
frameType: "rows" | "range";
|
|
10991
10992
|
start: {
|
|
10992
10993
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
10993
10994
|
offset: number | null;
|
|
@@ -10996,7 +10997,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
10996
10997
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
10997
10998
|
offset: number | null;
|
|
10998
10999
|
};
|
|
10999
|
-
frameType: "rows" | "range";
|
|
11000
11000
|
} | null;
|
|
11001
11001
|
})[] | null;
|
|
11002
11002
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -11206,6 +11206,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11206
11206
|
})[] | null;
|
|
11207
11207
|
type: "and" | "or";
|
|
11208
11208
|
} | null;
|
|
11209
|
+
title: string;
|
|
11209
11210
|
customMetrics: {
|
|
11210
11211
|
baseDimensionName: string;
|
|
11211
11212
|
name: string;
|
|
@@ -11214,15 +11215,14 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11214
11215
|
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;
|
|
11215
11216
|
description: string;
|
|
11216
11217
|
}[] | null;
|
|
11217
|
-
title: string;
|
|
11218
11218
|
vizConfig: {
|
|
11219
11219
|
limit: number | null;
|
|
11220
|
-
exploreName: string;
|
|
11221
11220
|
sorts: {
|
|
11222
11221
|
fieldId: string;
|
|
11223
11222
|
descending: boolean;
|
|
11224
11223
|
nullsFirst: boolean | null;
|
|
11225
11224
|
}[];
|
|
11225
|
+
exploreName: string;
|
|
11226
11226
|
xDimension: string;
|
|
11227
11227
|
yMetrics: string[];
|
|
11228
11228
|
breakdownByDimension: string | null;
|
|
@@ -11277,6 +11277,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11277
11277
|
partitionBy: string[] | null;
|
|
11278
11278
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
11279
11279
|
frame: {
|
|
11280
|
+
frameType: "rows" | "range";
|
|
11280
11281
|
start: {
|
|
11281
11282
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
11282
11283
|
offset: number | null;
|
|
@@ -11285,7 +11286,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11285
11286
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
11286
11287
|
offset: number | null;
|
|
11287
11288
|
};
|
|
11288
|
-
frameType: "rows" | "range";
|
|
11289
11289
|
} | null;
|
|
11290
11290
|
})[] | null;
|
|
11291
11291
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -11495,6 +11495,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11495
11495
|
})[] | null;
|
|
11496
11496
|
type: "and" | "or";
|
|
11497
11497
|
} | null;
|
|
11498
|
+
title: string;
|
|
11498
11499
|
customMetrics: {
|
|
11499
11500
|
name: string;
|
|
11500
11501
|
label: string;
|
|
@@ -11503,15 +11504,14 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11503
11504
|
description: string;
|
|
11504
11505
|
baseDimensionName: string;
|
|
11505
11506
|
}[] | null;
|
|
11506
|
-
title: string;
|
|
11507
11507
|
vizConfig: {
|
|
11508
11508
|
limit: number | null;
|
|
11509
|
-
exploreName: string;
|
|
11510
11509
|
sorts: {
|
|
11511
11510
|
fieldId: string;
|
|
11512
11511
|
descending: boolean;
|
|
11513
11512
|
nullsFirst: boolean | null;
|
|
11514
11513
|
}[];
|
|
11514
|
+
exploreName: string;
|
|
11515
11515
|
xDimension: string;
|
|
11516
11516
|
yMetrics: string[];
|
|
11517
11517
|
breakdownByDimension: string | null;
|
|
@@ -11716,6 +11716,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11716
11716
|
offset: number | null;
|
|
11717
11717
|
}>;
|
|
11718
11718
|
}, "strip", z.ZodTypeAny, {
|
|
11719
|
+
frameType: "rows" | "range";
|
|
11719
11720
|
start: {
|
|
11720
11721
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
11721
11722
|
offset: number | null;
|
|
@@ -11724,8 +11725,8 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11724
11725
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
11725
11726
|
offset: number | null;
|
|
11726
11727
|
};
|
|
11727
|
-
frameType: "rows" | "range";
|
|
11728
11728
|
}, {
|
|
11729
|
+
frameType: "rows" | "range";
|
|
11729
11730
|
start: {
|
|
11730
11731
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
11731
11732
|
offset: number | null;
|
|
@@ -11734,7 +11735,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11734
11735
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
11735
11736
|
offset: number | null;
|
|
11736
11737
|
};
|
|
11737
|
-
frameType: "rows" | "range";
|
|
11738
11738
|
}>>;
|
|
11739
11739
|
}, "strip", z.ZodTypeAny, {
|
|
11740
11740
|
name: string;
|
|
@@ -11748,6 +11748,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11748
11748
|
partitionBy: string[] | null;
|
|
11749
11749
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
11750
11750
|
frame: {
|
|
11751
|
+
frameType: "rows" | "range";
|
|
11751
11752
|
start: {
|
|
11752
11753
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
11753
11754
|
offset: number | null;
|
|
@@ -11756,7 +11757,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11756
11757
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
11757
11758
|
offset: number | null;
|
|
11758
11759
|
};
|
|
11759
|
-
frameType: "rows" | "range";
|
|
11760
11760
|
} | null;
|
|
11761
11761
|
}, {
|
|
11762
11762
|
name: string;
|
|
@@ -11770,6 +11770,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11770
11770
|
partitionBy: string[] | null;
|
|
11771
11771
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
11772
11772
|
frame: {
|
|
11773
|
+
frameType: "rows" | "range";
|
|
11773
11774
|
start: {
|
|
11774
11775
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
11775
11776
|
offset: number | null;
|
|
@@ -11778,7 +11779,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11778
11779
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
11779
11780
|
offset: number | null;
|
|
11780
11781
|
};
|
|
11781
|
-
frameType: "rows" | "range";
|
|
11782
11782
|
} | null;
|
|
11783
11783
|
}>]>, "many">>;
|
|
11784
11784
|
filters: z.ZodNullable<z.ZodObject<{
|
|
@@ -12878,32 +12878,32 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
12878
12878
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
12879
12879
|
}, "strip", z.ZodTypeAny, {
|
|
12880
12880
|
limit: number | null;
|
|
12881
|
-
exploreName: string;
|
|
12882
12881
|
sorts: {
|
|
12883
12882
|
fieldId: string;
|
|
12884
12883
|
descending: boolean;
|
|
12885
12884
|
nullsFirst: boolean | null;
|
|
12886
12885
|
}[];
|
|
12886
|
+
exploreName: string;
|
|
12887
12887
|
xDimension: string;
|
|
12888
12888
|
yMetrics: string[];
|
|
12889
12889
|
breakdownByDimension: string | null;
|
|
12890
12890
|
stackBars: boolean | null;
|
|
12891
|
-
xAxisType: "
|
|
12891
|
+
xAxisType: "category" | "time";
|
|
12892
12892
|
xAxisLabel: string | null;
|
|
12893
12893
|
yAxisLabel: string | null;
|
|
12894
12894
|
}, {
|
|
12895
12895
|
limit: number | null;
|
|
12896
|
-
exploreName: string;
|
|
12897
12896
|
sorts: {
|
|
12898
12897
|
fieldId: string;
|
|
12899
12898
|
descending: boolean;
|
|
12900
12899
|
nullsFirst: boolean | null;
|
|
12901
12900
|
}[];
|
|
12901
|
+
exploreName: string;
|
|
12902
12902
|
xDimension: string;
|
|
12903
12903
|
yMetrics: string[];
|
|
12904
12904
|
breakdownByDimension: string | null;
|
|
12905
12905
|
stackBars: boolean | null;
|
|
12906
|
-
xAxisType: "
|
|
12906
|
+
xAxisType: "category" | "time";
|
|
12907
12907
|
xAxisLabel: string | null;
|
|
12908
12908
|
yAxisLabel: string | null;
|
|
12909
12909
|
}>;
|
|
@@ -12954,6 +12954,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
12954
12954
|
partitionBy: string[] | null;
|
|
12955
12955
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
12956
12956
|
frame: {
|
|
12957
|
+
frameType: "rows" | "range";
|
|
12957
12958
|
start: {
|
|
12958
12959
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
12959
12960
|
offset: number | null;
|
|
@@ -12962,7 +12963,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
12962
12963
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
12963
12964
|
offset: number | null;
|
|
12964
12965
|
};
|
|
12965
|
-
frameType: "rows" | "range";
|
|
12966
12966
|
} | null;
|
|
12967
12967
|
})[] | null;
|
|
12968
12968
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -13172,6 +13172,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13172
13172
|
})[] | null;
|
|
13173
13173
|
type: "and" | "or";
|
|
13174
13174
|
} | null;
|
|
13175
|
+
title: string;
|
|
13175
13176
|
customMetrics: {
|
|
13176
13177
|
baseDimensionName: string;
|
|
13177
13178
|
name: string;
|
|
@@ -13180,20 +13181,19 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13180
13181
|
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;
|
|
13181
13182
|
description: string;
|
|
13182
13183
|
}[] | null;
|
|
13183
|
-
title: string;
|
|
13184
13184
|
vizConfig: {
|
|
13185
13185
|
limit: number | null;
|
|
13186
|
-
exploreName: string;
|
|
13187
13186
|
sorts: {
|
|
13188
13187
|
fieldId: string;
|
|
13189
13188
|
descending: boolean;
|
|
13190
13189
|
nullsFirst: boolean | null;
|
|
13191
13190
|
}[];
|
|
13191
|
+
exploreName: string;
|
|
13192
13192
|
xDimension: string;
|
|
13193
13193
|
yMetrics: string[];
|
|
13194
13194
|
breakdownByDimension: string | null;
|
|
13195
13195
|
stackBars: boolean | null;
|
|
13196
|
-
xAxisType: "
|
|
13196
|
+
xAxisType: "category" | "time";
|
|
13197
13197
|
xAxisLabel: string | null;
|
|
13198
13198
|
yAxisLabel: string | null;
|
|
13199
13199
|
};
|
|
@@ -13244,6 +13244,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13244
13244
|
partitionBy: string[] | null;
|
|
13245
13245
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
13246
13246
|
frame: {
|
|
13247
|
+
frameType: "rows" | "range";
|
|
13247
13248
|
start: {
|
|
13248
13249
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
13249
13250
|
offset: number | null;
|
|
@@ -13252,7 +13253,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13252
13253
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
13253
13254
|
offset: number | null;
|
|
13254
13255
|
};
|
|
13255
|
-
frameType: "rows" | "range";
|
|
13256
13256
|
} | null;
|
|
13257
13257
|
})[] | null;
|
|
13258
13258
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -13462,6 +13462,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13462
13462
|
})[] | null;
|
|
13463
13463
|
type: "and" | "or";
|
|
13464
13464
|
} | null;
|
|
13465
|
+
title: string;
|
|
13465
13466
|
customMetrics: {
|
|
13466
13467
|
name: string;
|
|
13467
13468
|
label: string;
|
|
@@ -13470,20 +13471,19 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13470
13471
|
description: string;
|
|
13471
13472
|
baseDimensionName: string;
|
|
13472
13473
|
}[] | null;
|
|
13473
|
-
title: string;
|
|
13474
13474
|
vizConfig: {
|
|
13475
13475
|
limit: number | null;
|
|
13476
|
-
exploreName: string;
|
|
13477
13476
|
sorts: {
|
|
13478
13477
|
fieldId: string;
|
|
13479
13478
|
descending: boolean;
|
|
13480
13479
|
nullsFirst: boolean | null;
|
|
13481
13480
|
}[];
|
|
13481
|
+
exploreName: string;
|
|
13482
13482
|
xDimension: string;
|
|
13483
13483
|
yMetrics: string[];
|
|
13484
13484
|
breakdownByDimension: string | null;
|
|
13485
13485
|
stackBars: boolean | null;
|
|
13486
|
-
xAxisType: "
|
|
13486
|
+
xAxisType: "category" | "time";
|
|
13487
13487
|
xAxisLabel: string | null;
|
|
13488
13488
|
yAxisLabel: string | null;
|
|
13489
13489
|
};
|
|
@@ -13535,6 +13535,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13535
13535
|
partitionBy: string[] | null;
|
|
13536
13536
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
13537
13537
|
frame: {
|
|
13538
|
+
frameType: "rows" | "range";
|
|
13538
13539
|
start: {
|
|
13539
13540
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
13540
13541
|
offset: number | null;
|
|
@@ -13543,7 +13544,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13543
13544
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
13544
13545
|
offset: number | null;
|
|
13545
13546
|
};
|
|
13546
|
-
frameType: "rows" | "range";
|
|
13547
13547
|
} | null;
|
|
13548
13548
|
})[] | null;
|
|
13549
13549
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -13753,6 +13753,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13753
13753
|
})[] | null;
|
|
13754
13754
|
type: "and" | "or";
|
|
13755
13755
|
} | null;
|
|
13756
|
+
title: string;
|
|
13756
13757
|
customMetrics: {
|
|
13757
13758
|
baseDimensionName: string;
|
|
13758
13759
|
name: string;
|
|
@@ -13761,17 +13762,16 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13761
13762
|
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;
|
|
13762
13763
|
description: string;
|
|
13763
13764
|
}[] | null;
|
|
13764
|
-
title: string;
|
|
13765
13765
|
vizConfig: {
|
|
13766
13766
|
dimensions: string[];
|
|
13767
13767
|
metrics: string[];
|
|
13768
13768
|
limit: number | null;
|
|
13769
|
-
exploreName: string;
|
|
13770
13769
|
sorts: {
|
|
13771
13770
|
fieldId: string;
|
|
13772
13771
|
descending: boolean;
|
|
13773
13772
|
nullsFirst: boolean | null;
|
|
13774
13773
|
}[];
|
|
13774
|
+
exploreName: string;
|
|
13775
13775
|
};
|
|
13776
13776
|
} | {
|
|
13777
13777
|
followUpTools: never[];
|
|
@@ -13821,6 +13821,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13821
13821
|
partitionBy: string[] | null;
|
|
13822
13822
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
13823
13823
|
frame: {
|
|
13824
|
+
frameType: "rows" | "range";
|
|
13824
13825
|
start: {
|
|
13825
13826
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
13826
13827
|
offset: number | null;
|
|
@@ -13829,7 +13830,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13829
13830
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
13830
13831
|
offset: number | null;
|
|
13831
13832
|
};
|
|
13832
|
-
frameType: "rows" | "range";
|
|
13833
13833
|
} | null;
|
|
13834
13834
|
})[] | null;
|
|
13835
13835
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -14039,6 +14039,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14039
14039
|
})[] | null;
|
|
14040
14040
|
type: "and" | "or";
|
|
14041
14041
|
} | null;
|
|
14042
|
+
title: string;
|
|
14042
14043
|
customMetrics: {
|
|
14043
14044
|
baseDimensionName: string;
|
|
14044
14045
|
name: string;
|
|
@@ -14047,15 +14048,14 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14047
14048
|
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;
|
|
14048
14049
|
description: string;
|
|
14049
14050
|
}[] | null;
|
|
14050
|
-
title: string;
|
|
14051
14051
|
vizConfig: {
|
|
14052
14052
|
limit: number | null;
|
|
14053
|
-
exploreName: string;
|
|
14054
14053
|
sorts: {
|
|
14055
14054
|
fieldId: string;
|
|
14056
14055
|
descending: boolean;
|
|
14057
14056
|
nullsFirst: boolean | null;
|
|
14058
14057
|
}[];
|
|
14058
|
+
exploreName: string;
|
|
14059
14059
|
xDimension: string;
|
|
14060
14060
|
yMetrics: string[];
|
|
14061
14061
|
breakdownByDimension: string | null;
|
|
@@ -14111,6 +14111,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14111
14111
|
partitionBy: string[] | null;
|
|
14112
14112
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
14113
14113
|
frame: {
|
|
14114
|
+
frameType: "rows" | "range";
|
|
14114
14115
|
start: {
|
|
14115
14116
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
14116
14117
|
offset: number | null;
|
|
@@ -14119,7 +14120,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14119
14120
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
14120
14121
|
offset: number | null;
|
|
14121
14122
|
};
|
|
14122
|
-
frameType: "rows" | "range";
|
|
14123
14123
|
} | null;
|
|
14124
14124
|
})[] | null;
|
|
14125
14125
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -14329,6 +14329,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14329
14329
|
})[] | null;
|
|
14330
14330
|
type: "and" | "or";
|
|
14331
14331
|
} | null;
|
|
14332
|
+
title: string;
|
|
14332
14333
|
customMetrics: {
|
|
14333
14334
|
baseDimensionName: string;
|
|
14334
14335
|
name: string;
|
|
@@ -14337,20 +14338,19 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14337
14338
|
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;
|
|
14338
14339
|
description: string;
|
|
14339
14340
|
}[] | null;
|
|
14340
|
-
title: string;
|
|
14341
14341
|
vizConfig: {
|
|
14342
14342
|
limit: number | null;
|
|
14343
|
-
exploreName: string;
|
|
14344
14343
|
sorts: {
|
|
14345
14344
|
fieldId: string;
|
|
14346
14345
|
descending: boolean;
|
|
14347
14346
|
nullsFirst: boolean | null;
|
|
14348
14347
|
}[];
|
|
14348
|
+
exploreName: string;
|
|
14349
14349
|
xDimension: string;
|
|
14350
14350
|
yMetrics: string[];
|
|
14351
14351
|
breakdownByDimension: string | null;
|
|
14352
14352
|
stackBars: boolean | null;
|
|
14353
|
-
xAxisType: "
|
|
14353
|
+
xAxisType: "category" | "time";
|
|
14354
14354
|
xAxisLabel: string | null;
|
|
14355
14355
|
yAxisLabel: string | null;
|
|
14356
14356
|
};
|
|
@@ -14401,6 +14401,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14401
14401
|
partitionBy: string[] | null;
|
|
14402
14402
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
14403
14403
|
frame: {
|
|
14404
|
+
frameType: "rows" | "range";
|
|
14404
14405
|
start: {
|
|
14405
14406
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
14406
14407
|
offset: number | null;
|
|
@@ -14409,7 +14410,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14409
14410
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
14410
14411
|
offset: number | null;
|
|
14411
14412
|
};
|
|
14412
|
-
frameType: "rows" | "range";
|
|
14413
14413
|
} | null;
|
|
14414
14414
|
})[] | null;
|
|
14415
14415
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -14619,6 +14619,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14619
14619
|
})[] | null;
|
|
14620
14620
|
type: "and" | "or";
|
|
14621
14621
|
} | null;
|
|
14622
|
+
title: string;
|
|
14622
14623
|
customMetrics: {
|
|
14623
14624
|
name: string;
|
|
14624
14625
|
label: string;
|
|
@@ -14627,17 +14628,16 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14627
14628
|
description: string;
|
|
14628
14629
|
baseDimensionName: string;
|
|
14629
14630
|
}[] | null;
|
|
14630
|
-
title: string;
|
|
14631
14631
|
vizConfig: {
|
|
14632
14632
|
dimensions: string[];
|
|
14633
14633
|
metrics: string[];
|
|
14634
14634
|
limit: number | null;
|
|
14635
|
-
exploreName: string;
|
|
14636
14635
|
sorts: {
|
|
14637
14636
|
fieldId: string;
|
|
14638
14637
|
descending: boolean;
|
|
14639
14638
|
nullsFirst: boolean | null;
|
|
14640
14639
|
}[];
|
|
14640
|
+
exploreName: string;
|
|
14641
14641
|
};
|
|
14642
14642
|
} | {
|
|
14643
14643
|
tableCalculations: ({
|
|
@@ -14686,6 +14686,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14686
14686
|
partitionBy: string[] | null;
|
|
14687
14687
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
14688
14688
|
frame: {
|
|
14689
|
+
frameType: "rows" | "range";
|
|
14689
14690
|
start: {
|
|
14690
14691
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
14691
14692
|
offset: number | null;
|
|
@@ -14694,7 +14695,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14694
14695
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
14695
14696
|
offset: number | null;
|
|
14696
14697
|
};
|
|
14697
|
-
frameType: "rows" | "range";
|
|
14698
14698
|
} | null;
|
|
14699
14699
|
})[] | null;
|
|
14700
14700
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -14904,6 +14904,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14904
14904
|
})[] | null;
|
|
14905
14905
|
type: "and" | "or";
|
|
14906
14906
|
} | null;
|
|
14907
|
+
title: string;
|
|
14907
14908
|
customMetrics: {
|
|
14908
14909
|
name: string;
|
|
14909
14910
|
label: string;
|
|
@@ -14912,15 +14913,14 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14912
14913
|
description: string;
|
|
14913
14914
|
baseDimensionName: string;
|
|
14914
14915
|
}[] | null;
|
|
14915
|
-
title: string;
|
|
14916
14916
|
vizConfig: {
|
|
14917
14917
|
limit: number | null;
|
|
14918
|
-
exploreName: string;
|
|
14919
14918
|
sorts: {
|
|
14920
14919
|
fieldId: string;
|
|
14921
14920
|
descending: boolean;
|
|
14922
14921
|
nullsFirst: boolean | null;
|
|
14923
14922
|
}[];
|
|
14923
|
+
exploreName: string;
|
|
14924
14924
|
xDimension: string;
|
|
14925
14925
|
yMetrics: string[];
|
|
14926
14926
|
breakdownByDimension: string | null;
|
|
@@ -14975,6 +14975,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14975
14975
|
partitionBy: string[] | null;
|
|
14976
14976
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
14977
14977
|
frame: {
|
|
14978
|
+
frameType: "rows" | "range";
|
|
14978
14979
|
start: {
|
|
14979
14980
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
14980
14981
|
offset: number | null;
|
|
@@ -14983,7 +14984,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14983
14984
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
14984
14985
|
offset: number | null;
|
|
14985
14986
|
};
|
|
14986
|
-
frameType: "rows" | "range";
|
|
14987
14987
|
} | null;
|
|
14988
14988
|
})[] | null;
|
|
14989
14989
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -15193,6 +15193,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15193
15193
|
})[] | null;
|
|
15194
15194
|
type: "and" | "or";
|
|
15195
15195
|
} | null;
|
|
15196
|
+
title: string;
|
|
15196
15197
|
customMetrics: {
|
|
15197
15198
|
name: string;
|
|
15198
15199
|
label: string;
|
|
@@ -15201,20 +15202,19 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15201
15202
|
description: string;
|
|
15202
15203
|
baseDimensionName: string;
|
|
15203
15204
|
}[] | null;
|
|
15204
|
-
title: string;
|
|
15205
15205
|
vizConfig: {
|
|
15206
15206
|
limit: number | null;
|
|
15207
|
-
exploreName: string;
|
|
15208
15207
|
sorts: {
|
|
15209
15208
|
fieldId: string;
|
|
15210
15209
|
descending: boolean;
|
|
15211
15210
|
nullsFirst: boolean | null;
|
|
15212
15211
|
}[];
|
|
15212
|
+
exploreName: string;
|
|
15213
15213
|
xDimension: string;
|
|
15214
15214
|
yMetrics: string[];
|
|
15215
15215
|
breakdownByDimension: string | null;
|
|
15216
15216
|
stackBars: boolean | null;
|
|
15217
|
-
xAxisType: "
|
|
15217
|
+
xAxisType: "category" | "time";
|
|
15218
15218
|
xAxisLabel: string | null;
|
|
15219
15219
|
yAxisLabel: string | null;
|
|
15220
15220
|
};
|
|
@@ -15271,6 +15271,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15271
15271
|
partitionBy: string[] | null;
|
|
15272
15272
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
15273
15273
|
frame: {
|
|
15274
|
+
frameType: "rows" | "range";
|
|
15274
15275
|
start: {
|
|
15275
15276
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
15276
15277
|
offset: number | null;
|
|
@@ -15279,7 +15280,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15279
15280
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
15280
15281
|
offset: number | null;
|
|
15281
15282
|
};
|
|
15282
|
-
frameType: "rows" | "range";
|
|
15283
15283
|
} | null;
|
|
15284
15284
|
})[] | null;
|
|
15285
15285
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -15489,6 +15489,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15489
15489
|
})[] | null;
|
|
15490
15490
|
type: "and" | "or";
|
|
15491
15491
|
} | null;
|
|
15492
|
+
title: string;
|
|
15492
15493
|
customMetrics: {
|
|
15493
15494
|
baseDimensionName: string;
|
|
15494
15495
|
name: string;
|
|
@@ -15497,17 +15498,16 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15497
15498
|
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;
|
|
15498
15499
|
description: string;
|
|
15499
15500
|
}[] | null;
|
|
15500
|
-
title: string;
|
|
15501
15501
|
vizConfig: {
|
|
15502
15502
|
dimensions: string[];
|
|
15503
15503
|
metrics: string[];
|
|
15504
15504
|
limit: number | null;
|
|
15505
|
-
exploreName: string;
|
|
15506
15505
|
sorts: {
|
|
15507
15506
|
fieldId: string;
|
|
15508
15507
|
descending: boolean;
|
|
15509
15508
|
nullsFirst: boolean | null;
|
|
15510
15509
|
}[];
|
|
15510
|
+
exploreName: string;
|
|
15511
15511
|
};
|
|
15512
15512
|
} | {
|
|
15513
15513
|
followUpTools: never[];
|
|
@@ -15557,6 +15557,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15557
15557
|
partitionBy: string[] | null;
|
|
15558
15558
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
15559
15559
|
frame: {
|
|
15560
|
+
frameType: "rows" | "range";
|
|
15560
15561
|
start: {
|
|
15561
15562
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
15562
15563
|
offset: number | null;
|
|
@@ -15565,7 +15566,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15565
15566
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
15566
15567
|
offset: number | null;
|
|
15567
15568
|
};
|
|
15568
|
-
frameType: "rows" | "range";
|
|
15569
15569
|
} | null;
|
|
15570
15570
|
})[] | null;
|
|
15571
15571
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -15775,6 +15775,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15775
15775
|
})[] | null;
|
|
15776
15776
|
type: "and" | "or";
|
|
15777
15777
|
} | null;
|
|
15778
|
+
title: string;
|
|
15778
15779
|
customMetrics: {
|
|
15779
15780
|
baseDimensionName: string;
|
|
15780
15781
|
name: string;
|
|
@@ -15783,15 +15784,14 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15783
15784
|
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;
|
|
15784
15785
|
description: string;
|
|
15785
15786
|
}[] | null;
|
|
15786
|
-
title: string;
|
|
15787
15787
|
vizConfig: {
|
|
15788
15788
|
limit: number | null;
|
|
15789
|
-
exploreName: string;
|
|
15790
15789
|
sorts: {
|
|
15791
15790
|
fieldId: string;
|
|
15792
15791
|
descending: boolean;
|
|
15793
15792
|
nullsFirst: boolean | null;
|
|
15794
15793
|
}[];
|
|
15794
|
+
exploreName: string;
|
|
15795
15795
|
xDimension: string;
|
|
15796
15796
|
yMetrics: string[];
|
|
15797
15797
|
breakdownByDimension: string | null;
|
|
@@ -15847,6 +15847,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15847
15847
|
partitionBy: string[] | null;
|
|
15848
15848
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
15849
15849
|
frame: {
|
|
15850
|
+
frameType: "rows" | "range";
|
|
15850
15851
|
start: {
|
|
15851
15852
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
15852
15853
|
offset: number | null;
|
|
@@ -15855,7 +15856,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15855
15856
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
15856
15857
|
offset: number | null;
|
|
15857
15858
|
};
|
|
15858
|
-
frameType: "rows" | "range";
|
|
15859
15859
|
} | null;
|
|
15860
15860
|
})[] | null;
|
|
15861
15861
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -16065,6 +16065,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16065
16065
|
})[] | null;
|
|
16066
16066
|
type: "and" | "or";
|
|
16067
16067
|
} | null;
|
|
16068
|
+
title: string;
|
|
16068
16069
|
customMetrics: {
|
|
16069
16070
|
baseDimensionName: string;
|
|
16070
16071
|
name: string;
|
|
@@ -16073,20 +16074,19 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16073
16074
|
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;
|
|
16074
16075
|
description: string;
|
|
16075
16076
|
}[] | null;
|
|
16076
|
-
title: string;
|
|
16077
16077
|
vizConfig: {
|
|
16078
16078
|
limit: number | null;
|
|
16079
|
-
exploreName: string;
|
|
16080
16079
|
sorts: {
|
|
16081
16080
|
fieldId: string;
|
|
16082
16081
|
descending: boolean;
|
|
16083
16082
|
nullsFirst: boolean | null;
|
|
16084
16083
|
}[];
|
|
16084
|
+
exploreName: string;
|
|
16085
16085
|
xDimension: string;
|
|
16086
16086
|
yMetrics: string[];
|
|
16087
16087
|
breakdownByDimension: string | null;
|
|
16088
16088
|
stackBars: boolean | null;
|
|
16089
|
-
xAxisType: "
|
|
16089
|
+
xAxisType: "category" | "time";
|
|
16090
16090
|
xAxisLabel: string | null;
|
|
16091
16091
|
yAxisLabel: string | null;
|
|
16092
16092
|
};
|
|
@@ -16142,6 +16142,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16142
16142
|
partitionBy: string[] | null;
|
|
16143
16143
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
16144
16144
|
frame: {
|
|
16145
|
+
frameType: "rows" | "range";
|
|
16145
16146
|
start: {
|
|
16146
16147
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
16147
16148
|
offset: number | null;
|
|
@@ -16150,7 +16151,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16150
16151
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
16151
16152
|
offset: number | null;
|
|
16152
16153
|
};
|
|
16153
|
-
frameType: "rows" | "range";
|
|
16154
16154
|
} | null;
|
|
16155
16155
|
})[] | null;
|
|
16156
16156
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -16360,6 +16360,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16360
16360
|
})[] | null;
|
|
16361
16361
|
type: "and" | "or";
|
|
16362
16362
|
} | null;
|
|
16363
|
+
title: string;
|
|
16363
16364
|
customMetrics: {
|
|
16364
16365
|
name: string;
|
|
16365
16366
|
label: string;
|
|
@@ -16368,17 +16369,16 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16368
16369
|
description: string;
|
|
16369
16370
|
baseDimensionName: string;
|
|
16370
16371
|
}[] | null;
|
|
16371
|
-
title: string;
|
|
16372
16372
|
vizConfig: {
|
|
16373
16373
|
dimensions: string[];
|
|
16374
16374
|
metrics: string[];
|
|
16375
16375
|
limit: number | null;
|
|
16376
|
-
exploreName: string;
|
|
16377
16376
|
sorts: {
|
|
16378
16377
|
fieldId: string;
|
|
16379
16378
|
descending: boolean;
|
|
16380
16379
|
nullsFirst: boolean | null;
|
|
16381
16380
|
}[];
|
|
16381
|
+
exploreName: string;
|
|
16382
16382
|
};
|
|
16383
16383
|
} | {
|
|
16384
16384
|
tableCalculations: ({
|
|
@@ -16427,6 +16427,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16427
16427
|
partitionBy: string[] | null;
|
|
16428
16428
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
16429
16429
|
frame: {
|
|
16430
|
+
frameType: "rows" | "range";
|
|
16430
16431
|
start: {
|
|
16431
16432
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
16432
16433
|
offset: number | null;
|
|
@@ -16435,7 +16436,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16435
16436
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
16436
16437
|
offset: number | null;
|
|
16437
16438
|
};
|
|
16438
|
-
frameType: "rows" | "range";
|
|
16439
16439
|
} | null;
|
|
16440
16440
|
})[] | null;
|
|
16441
16441
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -16645,6 +16645,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16645
16645
|
})[] | null;
|
|
16646
16646
|
type: "and" | "or";
|
|
16647
16647
|
} | null;
|
|
16648
|
+
title: string;
|
|
16648
16649
|
customMetrics: {
|
|
16649
16650
|
name: string;
|
|
16650
16651
|
label: string;
|
|
@@ -16653,15 +16654,14 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16653
16654
|
description: string;
|
|
16654
16655
|
baseDimensionName: string;
|
|
16655
16656
|
}[] | null;
|
|
16656
|
-
title: string;
|
|
16657
16657
|
vizConfig: {
|
|
16658
16658
|
limit: number | null;
|
|
16659
|
-
exploreName: string;
|
|
16660
16659
|
sorts: {
|
|
16661
16660
|
fieldId: string;
|
|
16662
16661
|
descending: boolean;
|
|
16663
16662
|
nullsFirst: boolean | null;
|
|
16664
16663
|
}[];
|
|
16664
|
+
exploreName: string;
|
|
16665
16665
|
xDimension: string;
|
|
16666
16666
|
yMetrics: string[];
|
|
16667
16667
|
breakdownByDimension: string | null;
|
|
@@ -16716,6 +16716,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16716
16716
|
partitionBy: string[] | null;
|
|
16717
16717
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
16718
16718
|
frame: {
|
|
16719
|
+
frameType: "rows" | "range";
|
|
16719
16720
|
start: {
|
|
16720
16721
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
16721
16722
|
offset: number | null;
|
|
@@ -16724,7 +16725,6 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16724
16725
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
16725
16726
|
offset: number | null;
|
|
16726
16727
|
};
|
|
16727
|
-
frameType: "rows" | "range";
|
|
16728
16728
|
} | null;
|
|
16729
16729
|
})[] | null;
|
|
16730
16730
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -16934,6 +16934,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16934
16934
|
})[] | null;
|
|
16935
16935
|
type: "and" | "or";
|
|
16936
16936
|
} | null;
|
|
16937
|
+
title: string;
|
|
16937
16938
|
customMetrics: {
|
|
16938
16939
|
name: string;
|
|
16939
16940
|
label: string;
|
|
@@ -16942,20 +16943,19 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16942
16943
|
description: string;
|
|
16943
16944
|
baseDimensionName: string;
|
|
16944
16945
|
}[] | null;
|
|
16945
|
-
title: string;
|
|
16946
16946
|
vizConfig: {
|
|
16947
16947
|
limit: number | null;
|
|
16948
|
-
exploreName: string;
|
|
16949
16948
|
sorts: {
|
|
16950
16949
|
fieldId: string;
|
|
16951
16950
|
descending: boolean;
|
|
16952
16951
|
nullsFirst: boolean | null;
|
|
16953
16952
|
}[];
|
|
16953
|
+
exploreName: string;
|
|
16954
16954
|
xDimension: string;
|
|
16955
16955
|
yMetrics: string[];
|
|
16956
16956
|
breakdownByDimension: string | null;
|
|
16957
16957
|
stackBars: boolean | null;
|
|
16958
|
-
xAxisType: "
|
|
16958
|
+
xAxisType: "category" | "time";
|
|
16959
16959
|
xAxisLabel: string | null;
|
|
16960
16960
|
yAxisLabel: string | null;
|
|
16961
16961
|
};
|
|
@@ -17164,6 +17164,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
17164
17164
|
offset: number | null;
|
|
17165
17165
|
}>;
|
|
17166
17166
|
}, "strip", z.ZodTypeAny, {
|
|
17167
|
+
frameType: "rows" | "range";
|
|
17167
17168
|
start: {
|
|
17168
17169
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
17169
17170
|
offset: number | null;
|
|
@@ -17172,8 +17173,8 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
17172
17173
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
17173
17174
|
offset: number | null;
|
|
17174
17175
|
};
|
|
17175
|
-
frameType: "rows" | "range";
|
|
17176
17176
|
}, {
|
|
17177
|
+
frameType: "rows" | "range";
|
|
17177
17178
|
start: {
|
|
17178
17179
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
17179
17180
|
offset: number | null;
|
|
@@ -17182,7 +17183,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
17182
17183
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
17183
17184
|
offset: number | null;
|
|
17184
17185
|
};
|
|
17185
|
-
frameType: "rows" | "range";
|
|
17186
17186
|
}>>;
|
|
17187
17187
|
}, "strip", z.ZodTypeAny, {
|
|
17188
17188
|
name: string;
|
|
@@ -17196,6 +17196,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
17196
17196
|
partitionBy: string[] | null;
|
|
17197
17197
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
17198
17198
|
frame: {
|
|
17199
|
+
frameType: "rows" | "range";
|
|
17199
17200
|
start: {
|
|
17200
17201
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
17201
17202
|
offset: number | null;
|
|
@@ -17204,7 +17205,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
17204
17205
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
17205
17206
|
offset: number | null;
|
|
17206
17207
|
};
|
|
17207
|
-
frameType: "rows" | "range";
|
|
17208
17208
|
} | null;
|
|
17209
17209
|
}, {
|
|
17210
17210
|
name: string;
|
|
@@ -17218,6 +17218,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
17218
17218
|
partitionBy: string[] | null;
|
|
17219
17219
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
17220
17220
|
frame: {
|
|
17221
|
+
frameType: "rows" | "range";
|
|
17221
17222
|
start: {
|
|
17222
17223
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
17223
17224
|
offset: number | null;
|
|
@@ -17226,7 +17227,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
17226
17227
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
17227
17228
|
offset: number | null;
|
|
17228
17229
|
};
|
|
17229
|
-
frameType: "rows" | "range";
|
|
17230
17230
|
} | null;
|
|
17231
17231
|
}>]>, "many">>;
|
|
17232
17232
|
filters: z.ZodNullable<z.ZodObject<{
|
|
@@ -18323,22 +18323,22 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18323
18323
|
dimensions: string[];
|
|
18324
18324
|
metrics: string[];
|
|
18325
18325
|
limit: number | null;
|
|
18326
|
-
exploreName: string;
|
|
18327
18326
|
sorts: {
|
|
18328
18327
|
fieldId: string;
|
|
18329
18328
|
descending: boolean;
|
|
18330
18329
|
nullsFirst: boolean | null;
|
|
18331
18330
|
}[];
|
|
18331
|
+
exploreName: string;
|
|
18332
18332
|
}, {
|
|
18333
18333
|
dimensions: string[];
|
|
18334
18334
|
metrics: string[];
|
|
18335
18335
|
limit: number | null;
|
|
18336
|
-
exploreName: string;
|
|
18337
18336
|
sorts: {
|
|
18338
18337
|
fieldId: string;
|
|
18339
18338
|
descending: boolean;
|
|
18340
18339
|
nullsFirst: boolean | null;
|
|
18341
18340
|
}[];
|
|
18341
|
+
exploreName: string;
|
|
18342
18342
|
}>;
|
|
18343
18343
|
}, "strip", z.ZodTypeAny, {
|
|
18344
18344
|
tableCalculations: ({
|
|
@@ -18387,6 +18387,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18387
18387
|
partitionBy: string[] | null;
|
|
18388
18388
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
18389
18389
|
frame: {
|
|
18390
|
+
frameType: "rows" | "range";
|
|
18390
18391
|
start: {
|
|
18391
18392
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
18392
18393
|
offset: number | null;
|
|
@@ -18395,7 +18396,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18395
18396
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
18396
18397
|
offset: number | null;
|
|
18397
18398
|
};
|
|
18398
|
-
frameType: "rows" | "range";
|
|
18399
18399
|
} | null;
|
|
18400
18400
|
})[] | null;
|
|
18401
18401
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -18605,6 +18605,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18605
18605
|
})[] | null;
|
|
18606
18606
|
type: "and" | "or";
|
|
18607
18607
|
} | null;
|
|
18608
|
+
title: string;
|
|
18608
18609
|
customMetrics: {
|
|
18609
18610
|
baseDimensionName: string;
|
|
18610
18611
|
name: string;
|
|
@@ -18613,17 +18614,16 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18613
18614
|
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;
|
|
18614
18615
|
description: string;
|
|
18615
18616
|
}[] | null;
|
|
18616
|
-
title: string;
|
|
18617
18617
|
vizConfig: {
|
|
18618
18618
|
dimensions: string[];
|
|
18619
18619
|
metrics: string[];
|
|
18620
18620
|
limit: number | null;
|
|
18621
|
-
exploreName: string;
|
|
18622
18621
|
sorts: {
|
|
18623
18622
|
fieldId: string;
|
|
18624
18623
|
descending: boolean;
|
|
18625
18624
|
nullsFirst: boolean | null;
|
|
18626
18625
|
}[];
|
|
18626
|
+
exploreName: string;
|
|
18627
18627
|
};
|
|
18628
18628
|
}, {
|
|
18629
18629
|
tableCalculations: ({
|
|
@@ -18672,6 +18672,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18672
18672
|
partitionBy: string[] | null;
|
|
18673
18673
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
18674
18674
|
frame: {
|
|
18675
|
+
frameType: "rows" | "range";
|
|
18675
18676
|
start: {
|
|
18676
18677
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
18677
18678
|
offset: number | null;
|
|
@@ -18680,7 +18681,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18680
18681
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
18681
18682
|
offset: number | null;
|
|
18682
18683
|
};
|
|
18683
|
-
frameType: "rows" | "range";
|
|
18684
18684
|
} | null;
|
|
18685
18685
|
})[] | null;
|
|
18686
18686
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -18890,6 +18890,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18890
18890
|
})[] | null;
|
|
18891
18891
|
type: "and" | "or";
|
|
18892
18892
|
} | null;
|
|
18893
|
+
title: string;
|
|
18893
18894
|
customMetrics: {
|
|
18894
18895
|
name: string;
|
|
18895
18896
|
label: string;
|
|
@@ -18898,17 +18899,16 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18898
18899
|
description: string;
|
|
18899
18900
|
baseDimensionName: string;
|
|
18900
18901
|
}[] | null;
|
|
18901
|
-
title: string;
|
|
18902
18902
|
vizConfig: {
|
|
18903
18903
|
dimensions: string[];
|
|
18904
18904
|
metrics: string[];
|
|
18905
18905
|
limit: number | null;
|
|
18906
|
-
exploreName: string;
|
|
18907
18906
|
sorts: {
|
|
18908
18907
|
fieldId: string;
|
|
18909
18908
|
descending: boolean;
|
|
18910
18909
|
nullsFirst: boolean | null;
|
|
18911
18910
|
}[];
|
|
18911
|
+
exploreName: string;
|
|
18912
18912
|
};
|
|
18913
18913
|
}>, z.ZodObject<{
|
|
18914
18914
|
customMetrics: z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -19107,6 +19107,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
19107
19107
|
offset: number | null;
|
|
19108
19108
|
}>;
|
|
19109
19109
|
}, "strip", z.ZodTypeAny, {
|
|
19110
|
+
frameType: "rows" | "range";
|
|
19110
19111
|
start: {
|
|
19111
19112
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
19112
19113
|
offset: number | null;
|
|
@@ -19115,8 +19116,8 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
19115
19116
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
19116
19117
|
offset: number | null;
|
|
19117
19118
|
};
|
|
19118
|
-
frameType: "rows" | "range";
|
|
19119
19119
|
}, {
|
|
19120
|
+
frameType: "rows" | "range";
|
|
19120
19121
|
start: {
|
|
19121
19122
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
19122
19123
|
offset: number | null;
|
|
@@ -19125,7 +19126,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
19125
19126
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
19126
19127
|
offset: number | null;
|
|
19127
19128
|
};
|
|
19128
|
-
frameType: "rows" | "range";
|
|
19129
19129
|
}>>;
|
|
19130
19130
|
}, "strip", z.ZodTypeAny, {
|
|
19131
19131
|
name: string;
|
|
@@ -19139,6 +19139,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
19139
19139
|
partitionBy: string[] | null;
|
|
19140
19140
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
19141
19141
|
frame: {
|
|
19142
|
+
frameType: "rows" | "range";
|
|
19142
19143
|
start: {
|
|
19143
19144
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
19144
19145
|
offset: number | null;
|
|
@@ -19147,7 +19148,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
19147
19148
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
19148
19149
|
offset: number | null;
|
|
19149
19150
|
};
|
|
19150
|
-
frameType: "rows" | "range";
|
|
19151
19151
|
} | null;
|
|
19152
19152
|
}, {
|
|
19153
19153
|
name: string;
|
|
@@ -19161,6 +19161,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
19161
19161
|
partitionBy: string[] | null;
|
|
19162
19162
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
19163
19163
|
frame: {
|
|
19164
|
+
frameType: "rows" | "range";
|
|
19164
19165
|
start: {
|
|
19165
19166
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
19166
19167
|
offset: number | null;
|
|
@@ -19169,7 +19170,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
19169
19170
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
19170
19171
|
offset: number | null;
|
|
19171
19172
|
};
|
|
19172
|
-
frameType: "rows" | "range";
|
|
19173
19173
|
} | null;
|
|
19174
19174
|
}>]>, "many">>;
|
|
19175
19175
|
filters: z.ZodNullable<z.ZodObject<{
|
|
@@ -20268,12 +20268,12 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20268
20268
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
20269
20269
|
}, "strip", z.ZodTypeAny, {
|
|
20270
20270
|
limit: number | null;
|
|
20271
|
-
exploreName: string;
|
|
20272
20271
|
sorts: {
|
|
20273
20272
|
fieldId: string;
|
|
20274
20273
|
descending: boolean;
|
|
20275
20274
|
nullsFirst: boolean | null;
|
|
20276
20275
|
}[];
|
|
20276
|
+
exploreName: string;
|
|
20277
20277
|
xDimension: string;
|
|
20278
20278
|
yMetrics: string[];
|
|
20279
20279
|
breakdownByDimension: string | null;
|
|
@@ -20282,12 +20282,12 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20282
20282
|
lineType: "line" | "area";
|
|
20283
20283
|
}, {
|
|
20284
20284
|
limit: number | null;
|
|
20285
|
-
exploreName: string;
|
|
20286
20285
|
sorts: {
|
|
20287
20286
|
fieldId: string;
|
|
20288
20287
|
descending: boolean;
|
|
20289
20288
|
nullsFirst: boolean | null;
|
|
20290
20289
|
}[];
|
|
20290
|
+
exploreName: string;
|
|
20291
20291
|
xDimension: string;
|
|
20292
20292
|
yMetrics: string[];
|
|
20293
20293
|
breakdownByDimension: string | null;
|
|
@@ -20342,6 +20342,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20342
20342
|
partitionBy: string[] | null;
|
|
20343
20343
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
20344
20344
|
frame: {
|
|
20345
|
+
frameType: "rows" | "range";
|
|
20345
20346
|
start: {
|
|
20346
20347
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
20347
20348
|
offset: number | null;
|
|
@@ -20350,7 +20351,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20350
20351
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
20351
20352
|
offset: number | null;
|
|
20352
20353
|
};
|
|
20353
|
-
frameType: "rows" | "range";
|
|
20354
20354
|
} | null;
|
|
20355
20355
|
})[] | null;
|
|
20356
20356
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -20560,6 +20560,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20560
20560
|
})[] | null;
|
|
20561
20561
|
type: "and" | "or";
|
|
20562
20562
|
} | null;
|
|
20563
|
+
title: string;
|
|
20563
20564
|
customMetrics: {
|
|
20564
20565
|
baseDimensionName: string;
|
|
20565
20566
|
name: string;
|
|
@@ -20568,15 +20569,14 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20568
20569
|
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;
|
|
20569
20570
|
description: string;
|
|
20570
20571
|
}[] | null;
|
|
20571
|
-
title: string;
|
|
20572
20572
|
vizConfig: {
|
|
20573
20573
|
limit: number | null;
|
|
20574
|
-
exploreName: string;
|
|
20575
20574
|
sorts: {
|
|
20576
20575
|
fieldId: string;
|
|
20577
20576
|
descending: boolean;
|
|
20578
20577
|
nullsFirst: boolean | null;
|
|
20579
20578
|
}[];
|
|
20579
|
+
exploreName: string;
|
|
20580
20580
|
xDimension: string;
|
|
20581
20581
|
yMetrics: string[];
|
|
20582
20582
|
breakdownByDimension: string | null;
|
|
@@ -20631,6 +20631,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20631
20631
|
partitionBy: string[] | null;
|
|
20632
20632
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
20633
20633
|
frame: {
|
|
20634
|
+
frameType: "rows" | "range";
|
|
20634
20635
|
start: {
|
|
20635
20636
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
20636
20637
|
offset: number | null;
|
|
@@ -20639,7 +20640,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20639
20640
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
20640
20641
|
offset: number | null;
|
|
20641
20642
|
};
|
|
20642
|
-
frameType: "rows" | "range";
|
|
20643
20643
|
} | null;
|
|
20644
20644
|
})[] | null;
|
|
20645
20645
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -20849,6 +20849,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20849
20849
|
})[] | null;
|
|
20850
20850
|
type: "and" | "or";
|
|
20851
20851
|
} | null;
|
|
20852
|
+
title: string;
|
|
20852
20853
|
customMetrics: {
|
|
20853
20854
|
name: string;
|
|
20854
20855
|
label: string;
|
|
@@ -20857,15 +20858,14 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20857
20858
|
description: string;
|
|
20858
20859
|
baseDimensionName: string;
|
|
20859
20860
|
}[] | null;
|
|
20860
|
-
title: string;
|
|
20861
20861
|
vizConfig: {
|
|
20862
20862
|
limit: number | null;
|
|
20863
|
-
exploreName: string;
|
|
20864
20863
|
sorts: {
|
|
20865
20864
|
fieldId: string;
|
|
20866
20865
|
descending: boolean;
|
|
20867
20866
|
nullsFirst: boolean | null;
|
|
20868
20867
|
}[];
|
|
20868
|
+
exploreName: string;
|
|
20869
20869
|
xDimension: string;
|
|
20870
20870
|
yMetrics: string[];
|
|
20871
20871
|
breakdownByDimension: string | null;
|
|
@@ -21070,6 +21070,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
21070
21070
|
offset: number | null;
|
|
21071
21071
|
}>;
|
|
21072
21072
|
}, "strip", z.ZodTypeAny, {
|
|
21073
|
+
frameType: "rows" | "range";
|
|
21073
21074
|
start: {
|
|
21074
21075
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
21075
21076
|
offset: number | null;
|
|
@@ -21078,8 +21079,8 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
21078
21079
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
21079
21080
|
offset: number | null;
|
|
21080
21081
|
};
|
|
21081
|
-
frameType: "rows" | "range";
|
|
21082
21082
|
}, {
|
|
21083
|
+
frameType: "rows" | "range";
|
|
21083
21084
|
start: {
|
|
21084
21085
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
21085
21086
|
offset: number | null;
|
|
@@ -21088,7 +21089,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
21088
21089
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
21089
21090
|
offset: number | null;
|
|
21090
21091
|
};
|
|
21091
|
-
frameType: "rows" | "range";
|
|
21092
21092
|
}>>;
|
|
21093
21093
|
}, "strip", z.ZodTypeAny, {
|
|
21094
21094
|
name: string;
|
|
@@ -21102,6 +21102,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
21102
21102
|
partitionBy: string[] | null;
|
|
21103
21103
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
21104
21104
|
frame: {
|
|
21105
|
+
frameType: "rows" | "range";
|
|
21105
21106
|
start: {
|
|
21106
21107
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
21107
21108
|
offset: number | null;
|
|
@@ -21110,7 +21111,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
21110
21111
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
21111
21112
|
offset: number | null;
|
|
21112
21113
|
};
|
|
21113
|
-
frameType: "rows" | "range";
|
|
21114
21114
|
} | null;
|
|
21115
21115
|
}, {
|
|
21116
21116
|
name: string;
|
|
@@ -21124,6 +21124,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
21124
21124
|
partitionBy: string[] | null;
|
|
21125
21125
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
21126
21126
|
frame: {
|
|
21127
|
+
frameType: "rows" | "range";
|
|
21127
21128
|
start: {
|
|
21128
21129
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
21129
21130
|
offset: number | null;
|
|
@@ -21132,7 +21133,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
21132
21133
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
21133
21134
|
offset: number | null;
|
|
21134
21135
|
};
|
|
21135
|
-
frameType: "rows" | "range";
|
|
21136
21136
|
} | null;
|
|
21137
21137
|
}>]>, "many">>;
|
|
21138
21138
|
filters: z.ZodNullable<z.ZodObject<{
|
|
@@ -22232,32 +22232,32 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22232
22232
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
22233
22233
|
}, "strip", z.ZodTypeAny, {
|
|
22234
22234
|
limit: number | null;
|
|
22235
|
-
exploreName: string;
|
|
22236
22235
|
sorts: {
|
|
22237
22236
|
fieldId: string;
|
|
22238
22237
|
descending: boolean;
|
|
22239
22238
|
nullsFirst: boolean | null;
|
|
22240
22239
|
}[];
|
|
22240
|
+
exploreName: string;
|
|
22241
22241
|
xDimension: string;
|
|
22242
22242
|
yMetrics: string[];
|
|
22243
22243
|
breakdownByDimension: string | null;
|
|
22244
22244
|
stackBars: boolean | null;
|
|
22245
|
-
xAxisType: "
|
|
22245
|
+
xAxisType: "category" | "time";
|
|
22246
22246
|
xAxisLabel: string | null;
|
|
22247
22247
|
yAxisLabel: string | null;
|
|
22248
22248
|
}, {
|
|
22249
22249
|
limit: number | null;
|
|
22250
|
-
exploreName: string;
|
|
22251
22250
|
sorts: {
|
|
22252
22251
|
fieldId: string;
|
|
22253
22252
|
descending: boolean;
|
|
22254
22253
|
nullsFirst: boolean | null;
|
|
22255
22254
|
}[];
|
|
22255
|
+
exploreName: string;
|
|
22256
22256
|
xDimension: string;
|
|
22257
22257
|
yMetrics: string[];
|
|
22258
22258
|
breakdownByDimension: string | null;
|
|
22259
22259
|
stackBars: boolean | null;
|
|
22260
|
-
xAxisType: "
|
|
22260
|
+
xAxisType: "category" | "time";
|
|
22261
22261
|
xAxisLabel: string | null;
|
|
22262
22262
|
yAxisLabel: string | null;
|
|
22263
22263
|
}>;
|
|
@@ -22308,6 +22308,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22308
22308
|
partitionBy: string[] | null;
|
|
22309
22309
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
22310
22310
|
frame: {
|
|
22311
|
+
frameType: "rows" | "range";
|
|
22311
22312
|
start: {
|
|
22312
22313
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
22313
22314
|
offset: number | null;
|
|
@@ -22316,7 +22317,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22316
22317
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
22317
22318
|
offset: number | null;
|
|
22318
22319
|
};
|
|
22319
|
-
frameType: "rows" | "range";
|
|
22320
22320
|
} | null;
|
|
22321
22321
|
})[] | null;
|
|
22322
22322
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -22526,6 +22526,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22526
22526
|
})[] | null;
|
|
22527
22527
|
type: "and" | "or";
|
|
22528
22528
|
} | null;
|
|
22529
|
+
title: string;
|
|
22529
22530
|
customMetrics: {
|
|
22530
22531
|
baseDimensionName: string;
|
|
22531
22532
|
name: string;
|
|
@@ -22534,20 +22535,19 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22534
22535
|
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;
|
|
22535
22536
|
description: string;
|
|
22536
22537
|
}[] | null;
|
|
22537
|
-
title: string;
|
|
22538
22538
|
vizConfig: {
|
|
22539
22539
|
limit: number | null;
|
|
22540
|
-
exploreName: string;
|
|
22541
22540
|
sorts: {
|
|
22542
22541
|
fieldId: string;
|
|
22543
22542
|
descending: boolean;
|
|
22544
22543
|
nullsFirst: boolean | null;
|
|
22545
22544
|
}[];
|
|
22545
|
+
exploreName: string;
|
|
22546
22546
|
xDimension: string;
|
|
22547
22547
|
yMetrics: string[];
|
|
22548
22548
|
breakdownByDimension: string | null;
|
|
22549
22549
|
stackBars: boolean | null;
|
|
22550
|
-
xAxisType: "
|
|
22550
|
+
xAxisType: "category" | "time";
|
|
22551
22551
|
xAxisLabel: string | null;
|
|
22552
22552
|
yAxisLabel: string | null;
|
|
22553
22553
|
};
|
|
@@ -22598,6 +22598,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22598
22598
|
partitionBy: string[] | null;
|
|
22599
22599
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
22600
22600
|
frame: {
|
|
22601
|
+
frameType: "rows" | "range";
|
|
22601
22602
|
start: {
|
|
22602
22603
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
22603
22604
|
offset: number | null;
|
|
@@ -22606,7 +22607,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22606
22607
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
22607
22608
|
offset: number | null;
|
|
22608
22609
|
};
|
|
22609
|
-
frameType: "rows" | "range";
|
|
22610
22610
|
} | null;
|
|
22611
22611
|
})[] | null;
|
|
22612
22612
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -22816,6 +22816,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22816
22816
|
})[] | null;
|
|
22817
22817
|
type: "and" | "or";
|
|
22818
22818
|
} | null;
|
|
22819
|
+
title: string;
|
|
22819
22820
|
customMetrics: {
|
|
22820
22821
|
name: string;
|
|
22821
22822
|
label: string;
|
|
@@ -22824,20 +22825,19 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22824
22825
|
description: string;
|
|
22825
22826
|
baseDimensionName: string;
|
|
22826
22827
|
}[] | null;
|
|
22827
|
-
title: string;
|
|
22828
22828
|
vizConfig: {
|
|
22829
22829
|
limit: number | null;
|
|
22830
|
-
exploreName: string;
|
|
22831
22830
|
sorts: {
|
|
22832
22831
|
fieldId: string;
|
|
22833
22832
|
descending: boolean;
|
|
22834
22833
|
nullsFirst: boolean | null;
|
|
22835
22834
|
}[];
|
|
22835
|
+
exploreName: string;
|
|
22836
22836
|
xDimension: string;
|
|
22837
22837
|
yMetrics: string[];
|
|
22838
22838
|
breakdownByDimension: string | null;
|
|
22839
22839
|
stackBars: boolean | null;
|
|
22840
|
-
xAxisType: "
|
|
22840
|
+
xAxisType: "category" | "time";
|
|
22841
22841
|
xAxisLabel: string | null;
|
|
22842
22842
|
yAxisLabel: string | null;
|
|
22843
22843
|
};
|
|
@@ -22889,6 +22889,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22889
22889
|
partitionBy: string[] | null;
|
|
22890
22890
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
22891
22891
|
frame: {
|
|
22892
|
+
frameType: "rows" | "range";
|
|
22892
22893
|
start: {
|
|
22893
22894
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
22894
22895
|
offset: number | null;
|
|
@@ -22897,7 +22898,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22897
22898
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
22898
22899
|
offset: number | null;
|
|
22899
22900
|
};
|
|
22900
|
-
frameType: "rows" | "range";
|
|
22901
22901
|
} | null;
|
|
22902
22902
|
})[] | null;
|
|
22903
22903
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -23107,6 +23107,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23107
23107
|
})[] | null;
|
|
23108
23108
|
type: "and" | "or";
|
|
23109
23109
|
} | null;
|
|
23110
|
+
title: string;
|
|
23110
23111
|
customMetrics: {
|
|
23111
23112
|
baseDimensionName: string;
|
|
23112
23113
|
name: string;
|
|
@@ -23115,17 +23116,16 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23115
23116
|
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;
|
|
23116
23117
|
description: string;
|
|
23117
23118
|
}[] | null;
|
|
23118
|
-
title: string;
|
|
23119
23119
|
vizConfig: {
|
|
23120
23120
|
dimensions: string[];
|
|
23121
23121
|
metrics: string[];
|
|
23122
23122
|
limit: number | null;
|
|
23123
|
-
exploreName: string;
|
|
23124
23123
|
sorts: {
|
|
23125
23124
|
fieldId: string;
|
|
23126
23125
|
descending: boolean;
|
|
23127
23126
|
nullsFirst: boolean | null;
|
|
23128
23127
|
}[];
|
|
23128
|
+
exploreName: string;
|
|
23129
23129
|
};
|
|
23130
23130
|
} | {
|
|
23131
23131
|
followUpTools: never[];
|
|
@@ -23175,6 +23175,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23175
23175
|
partitionBy: string[] | null;
|
|
23176
23176
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
23177
23177
|
frame: {
|
|
23178
|
+
frameType: "rows" | "range";
|
|
23178
23179
|
start: {
|
|
23179
23180
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
23180
23181
|
offset: number | null;
|
|
@@ -23183,7 +23184,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23183
23184
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
23184
23185
|
offset: number | null;
|
|
23185
23186
|
};
|
|
23186
|
-
frameType: "rows" | "range";
|
|
23187
23187
|
} | null;
|
|
23188
23188
|
})[] | null;
|
|
23189
23189
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -23393,6 +23393,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23393
23393
|
})[] | null;
|
|
23394
23394
|
type: "and" | "or";
|
|
23395
23395
|
} | null;
|
|
23396
|
+
title: string;
|
|
23396
23397
|
customMetrics: {
|
|
23397
23398
|
baseDimensionName: string;
|
|
23398
23399
|
name: string;
|
|
@@ -23401,15 +23402,14 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23401
23402
|
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;
|
|
23402
23403
|
description: string;
|
|
23403
23404
|
}[] | null;
|
|
23404
|
-
title: string;
|
|
23405
23405
|
vizConfig: {
|
|
23406
23406
|
limit: number | null;
|
|
23407
|
-
exploreName: string;
|
|
23408
23407
|
sorts: {
|
|
23409
23408
|
fieldId: string;
|
|
23410
23409
|
descending: boolean;
|
|
23411
23410
|
nullsFirst: boolean | null;
|
|
23412
23411
|
}[];
|
|
23412
|
+
exploreName: string;
|
|
23413
23413
|
xDimension: string;
|
|
23414
23414
|
yMetrics: string[];
|
|
23415
23415
|
breakdownByDimension: string | null;
|
|
@@ -23465,6 +23465,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23465
23465
|
partitionBy: string[] | null;
|
|
23466
23466
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
23467
23467
|
frame: {
|
|
23468
|
+
frameType: "rows" | "range";
|
|
23468
23469
|
start: {
|
|
23469
23470
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
23470
23471
|
offset: number | null;
|
|
@@ -23473,7 +23474,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23473
23474
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
23474
23475
|
offset: number | null;
|
|
23475
23476
|
};
|
|
23476
|
-
frameType: "rows" | "range";
|
|
23477
23477
|
} | null;
|
|
23478
23478
|
})[] | null;
|
|
23479
23479
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -23683,6 +23683,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23683
23683
|
})[] | null;
|
|
23684
23684
|
type: "and" | "or";
|
|
23685
23685
|
} | null;
|
|
23686
|
+
title: string;
|
|
23686
23687
|
customMetrics: {
|
|
23687
23688
|
baseDimensionName: string;
|
|
23688
23689
|
name: string;
|
|
@@ -23691,20 +23692,19 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23691
23692
|
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;
|
|
23692
23693
|
description: string;
|
|
23693
23694
|
}[] | null;
|
|
23694
|
-
title: string;
|
|
23695
23695
|
vizConfig: {
|
|
23696
23696
|
limit: number | null;
|
|
23697
|
-
exploreName: string;
|
|
23698
23697
|
sorts: {
|
|
23699
23698
|
fieldId: string;
|
|
23700
23699
|
descending: boolean;
|
|
23701
23700
|
nullsFirst: boolean | null;
|
|
23702
23701
|
}[];
|
|
23702
|
+
exploreName: string;
|
|
23703
23703
|
xDimension: string;
|
|
23704
23704
|
yMetrics: string[];
|
|
23705
23705
|
breakdownByDimension: string | null;
|
|
23706
23706
|
stackBars: boolean | null;
|
|
23707
|
-
xAxisType: "
|
|
23707
|
+
xAxisType: "category" | "time";
|
|
23708
23708
|
xAxisLabel: string | null;
|
|
23709
23709
|
yAxisLabel: string | null;
|
|
23710
23710
|
};
|
|
@@ -23755,6 +23755,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23755
23755
|
partitionBy: string[] | null;
|
|
23756
23756
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
23757
23757
|
frame: {
|
|
23758
|
+
frameType: "rows" | "range";
|
|
23758
23759
|
start: {
|
|
23759
23760
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
23760
23761
|
offset: number | null;
|
|
@@ -23763,7 +23764,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23763
23764
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
23764
23765
|
offset: number | null;
|
|
23765
23766
|
};
|
|
23766
|
-
frameType: "rows" | "range";
|
|
23767
23767
|
} | null;
|
|
23768
23768
|
})[] | null;
|
|
23769
23769
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -23973,6 +23973,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23973
23973
|
})[] | null;
|
|
23974
23974
|
type: "and" | "or";
|
|
23975
23975
|
} | null;
|
|
23976
|
+
title: string;
|
|
23976
23977
|
customMetrics: {
|
|
23977
23978
|
name: string;
|
|
23978
23979
|
label: string;
|
|
@@ -23981,17 +23982,16 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23981
23982
|
description: string;
|
|
23982
23983
|
baseDimensionName: string;
|
|
23983
23984
|
}[] | null;
|
|
23984
|
-
title: string;
|
|
23985
23985
|
vizConfig: {
|
|
23986
23986
|
dimensions: string[];
|
|
23987
23987
|
metrics: string[];
|
|
23988
23988
|
limit: number | null;
|
|
23989
|
-
exploreName: string;
|
|
23990
23989
|
sorts: {
|
|
23991
23990
|
fieldId: string;
|
|
23992
23991
|
descending: boolean;
|
|
23993
23992
|
nullsFirst: boolean | null;
|
|
23994
23993
|
}[];
|
|
23994
|
+
exploreName: string;
|
|
23995
23995
|
};
|
|
23996
23996
|
} | {
|
|
23997
23997
|
tableCalculations: ({
|
|
@@ -24040,6 +24040,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24040
24040
|
partitionBy: string[] | null;
|
|
24041
24041
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
24042
24042
|
frame: {
|
|
24043
|
+
frameType: "rows" | "range";
|
|
24043
24044
|
start: {
|
|
24044
24045
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
24045
24046
|
offset: number | null;
|
|
@@ -24048,7 +24049,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24048
24049
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
24049
24050
|
offset: number | null;
|
|
24050
24051
|
};
|
|
24051
|
-
frameType: "rows" | "range";
|
|
24052
24052
|
} | null;
|
|
24053
24053
|
})[] | null;
|
|
24054
24054
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -24258,6 +24258,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24258
24258
|
})[] | null;
|
|
24259
24259
|
type: "and" | "or";
|
|
24260
24260
|
} | null;
|
|
24261
|
+
title: string;
|
|
24261
24262
|
customMetrics: {
|
|
24262
24263
|
name: string;
|
|
24263
24264
|
label: string;
|
|
@@ -24266,15 +24267,14 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24266
24267
|
description: string;
|
|
24267
24268
|
baseDimensionName: string;
|
|
24268
24269
|
}[] | null;
|
|
24269
|
-
title: string;
|
|
24270
24270
|
vizConfig: {
|
|
24271
24271
|
limit: number | null;
|
|
24272
|
-
exploreName: string;
|
|
24273
24272
|
sorts: {
|
|
24274
24273
|
fieldId: string;
|
|
24275
24274
|
descending: boolean;
|
|
24276
24275
|
nullsFirst: boolean | null;
|
|
24277
24276
|
}[];
|
|
24277
|
+
exploreName: string;
|
|
24278
24278
|
xDimension: string;
|
|
24279
24279
|
yMetrics: string[];
|
|
24280
24280
|
breakdownByDimension: string | null;
|
|
@@ -24329,6 +24329,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24329
24329
|
partitionBy: string[] | null;
|
|
24330
24330
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
24331
24331
|
frame: {
|
|
24332
|
+
frameType: "rows" | "range";
|
|
24332
24333
|
start: {
|
|
24333
24334
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
24334
24335
|
offset: number | null;
|
|
@@ -24337,7 +24338,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24337
24338
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
24338
24339
|
offset: number | null;
|
|
24339
24340
|
};
|
|
24340
|
-
frameType: "rows" | "range";
|
|
24341
24341
|
} | null;
|
|
24342
24342
|
})[] | null;
|
|
24343
24343
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -24547,6 +24547,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24547
24547
|
})[] | null;
|
|
24548
24548
|
type: "and" | "or";
|
|
24549
24549
|
} | null;
|
|
24550
|
+
title: string;
|
|
24550
24551
|
customMetrics: {
|
|
24551
24552
|
name: string;
|
|
24552
24553
|
label: string;
|
|
@@ -24555,20 +24556,19 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24555
24556
|
description: string;
|
|
24556
24557
|
baseDimensionName: string;
|
|
24557
24558
|
}[] | null;
|
|
24558
|
-
title: string;
|
|
24559
24559
|
vizConfig: {
|
|
24560
24560
|
limit: number | null;
|
|
24561
|
-
exploreName: string;
|
|
24562
24561
|
sorts: {
|
|
24563
24562
|
fieldId: string;
|
|
24564
24563
|
descending: boolean;
|
|
24565
24564
|
nullsFirst: boolean | null;
|
|
24566
24565
|
}[];
|
|
24566
|
+
exploreName: string;
|
|
24567
24567
|
xDimension: string;
|
|
24568
24568
|
yMetrics: string[];
|
|
24569
24569
|
breakdownByDimension: string | null;
|
|
24570
24570
|
stackBars: boolean | null;
|
|
24571
|
-
xAxisType: "
|
|
24571
|
+
xAxisType: "category" | "time";
|
|
24572
24572
|
xAxisLabel: string | null;
|
|
24573
24573
|
yAxisLabel: string | null;
|
|
24574
24574
|
};
|
|
@@ -24625,6 +24625,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24625
24625
|
partitionBy: string[] | null;
|
|
24626
24626
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
24627
24627
|
frame: {
|
|
24628
|
+
frameType: "rows" | "range";
|
|
24628
24629
|
start: {
|
|
24629
24630
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
24630
24631
|
offset: number | null;
|
|
@@ -24633,7 +24634,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24633
24634
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
24634
24635
|
offset: number | null;
|
|
24635
24636
|
};
|
|
24636
|
-
frameType: "rows" | "range";
|
|
24637
24637
|
} | null;
|
|
24638
24638
|
})[] | null;
|
|
24639
24639
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -24843,6 +24843,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24843
24843
|
})[] | null;
|
|
24844
24844
|
type: "and" | "or";
|
|
24845
24845
|
} | null;
|
|
24846
|
+
title: string;
|
|
24846
24847
|
customMetrics: {
|
|
24847
24848
|
baseDimensionName: string;
|
|
24848
24849
|
name: string;
|
|
@@ -24851,17 +24852,16 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24851
24852
|
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;
|
|
24852
24853
|
description: string;
|
|
24853
24854
|
}[] | null;
|
|
24854
|
-
title: string;
|
|
24855
24855
|
vizConfig: {
|
|
24856
24856
|
dimensions: string[];
|
|
24857
24857
|
metrics: string[];
|
|
24858
24858
|
limit: number | null;
|
|
24859
|
-
exploreName: string;
|
|
24860
24859
|
sorts: {
|
|
24861
24860
|
fieldId: string;
|
|
24862
24861
|
descending: boolean;
|
|
24863
24862
|
nullsFirst: boolean | null;
|
|
24864
24863
|
}[];
|
|
24864
|
+
exploreName: string;
|
|
24865
24865
|
};
|
|
24866
24866
|
} | {
|
|
24867
24867
|
followUpTools: never[];
|
|
@@ -24911,6 +24911,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24911
24911
|
partitionBy: string[] | null;
|
|
24912
24912
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
24913
24913
|
frame: {
|
|
24914
|
+
frameType: "rows" | "range";
|
|
24914
24915
|
start: {
|
|
24915
24916
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
24916
24917
|
offset: number | null;
|
|
@@ -24919,7 +24920,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24919
24920
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
24920
24921
|
offset: number | null;
|
|
24921
24922
|
};
|
|
24922
|
-
frameType: "rows" | "range";
|
|
24923
24923
|
} | null;
|
|
24924
24924
|
})[] | null;
|
|
24925
24925
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -25129,6 +25129,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25129
25129
|
})[] | null;
|
|
25130
25130
|
type: "and" | "or";
|
|
25131
25131
|
} | null;
|
|
25132
|
+
title: string;
|
|
25132
25133
|
customMetrics: {
|
|
25133
25134
|
baseDimensionName: string;
|
|
25134
25135
|
name: string;
|
|
@@ -25137,15 +25138,14 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25137
25138
|
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;
|
|
25138
25139
|
description: string;
|
|
25139
25140
|
}[] | null;
|
|
25140
|
-
title: string;
|
|
25141
25141
|
vizConfig: {
|
|
25142
25142
|
limit: number | null;
|
|
25143
|
-
exploreName: string;
|
|
25144
25143
|
sorts: {
|
|
25145
25144
|
fieldId: string;
|
|
25146
25145
|
descending: boolean;
|
|
25147
25146
|
nullsFirst: boolean | null;
|
|
25148
25147
|
}[];
|
|
25148
|
+
exploreName: string;
|
|
25149
25149
|
xDimension: string;
|
|
25150
25150
|
yMetrics: string[];
|
|
25151
25151
|
breakdownByDimension: string | null;
|
|
@@ -25201,6 +25201,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25201
25201
|
partitionBy: string[] | null;
|
|
25202
25202
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
25203
25203
|
frame: {
|
|
25204
|
+
frameType: "rows" | "range";
|
|
25204
25205
|
start: {
|
|
25205
25206
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
25206
25207
|
offset: number | null;
|
|
@@ -25209,7 +25210,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25209
25210
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
25210
25211
|
offset: number | null;
|
|
25211
25212
|
};
|
|
25212
|
-
frameType: "rows" | "range";
|
|
25213
25213
|
} | null;
|
|
25214
25214
|
})[] | null;
|
|
25215
25215
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -25419,6 +25419,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25419
25419
|
})[] | null;
|
|
25420
25420
|
type: "and" | "or";
|
|
25421
25421
|
} | null;
|
|
25422
|
+
title: string;
|
|
25422
25423
|
customMetrics: {
|
|
25423
25424
|
baseDimensionName: string;
|
|
25424
25425
|
name: string;
|
|
@@ -25427,20 +25428,19 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25427
25428
|
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;
|
|
25428
25429
|
description: string;
|
|
25429
25430
|
}[] | null;
|
|
25430
|
-
title: string;
|
|
25431
25431
|
vizConfig: {
|
|
25432
25432
|
limit: number | null;
|
|
25433
|
-
exploreName: string;
|
|
25434
25433
|
sorts: {
|
|
25435
25434
|
fieldId: string;
|
|
25436
25435
|
descending: boolean;
|
|
25437
25436
|
nullsFirst: boolean | null;
|
|
25438
25437
|
}[];
|
|
25438
|
+
exploreName: string;
|
|
25439
25439
|
xDimension: string;
|
|
25440
25440
|
yMetrics: string[];
|
|
25441
25441
|
breakdownByDimension: string | null;
|
|
25442
25442
|
stackBars: boolean | null;
|
|
25443
|
-
xAxisType: "
|
|
25443
|
+
xAxisType: "category" | "time";
|
|
25444
25444
|
xAxisLabel: string | null;
|
|
25445
25445
|
yAxisLabel: string | null;
|
|
25446
25446
|
};
|
|
@@ -25496,6 +25496,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25496
25496
|
partitionBy: string[] | null;
|
|
25497
25497
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
25498
25498
|
frame: {
|
|
25499
|
+
frameType: "rows" | "range";
|
|
25499
25500
|
start: {
|
|
25500
25501
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
25501
25502
|
offset: number | null;
|
|
@@ -25504,7 +25505,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25504
25505
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
25505
25506
|
offset: number | null;
|
|
25506
25507
|
};
|
|
25507
|
-
frameType: "rows" | "range";
|
|
25508
25508
|
} | null;
|
|
25509
25509
|
})[] | null;
|
|
25510
25510
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -25714,6 +25714,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25714
25714
|
})[] | null;
|
|
25715
25715
|
type: "and" | "or";
|
|
25716
25716
|
} | null;
|
|
25717
|
+
title: string;
|
|
25717
25718
|
customMetrics: {
|
|
25718
25719
|
name: string;
|
|
25719
25720
|
label: string;
|
|
@@ -25722,17 +25723,16 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25722
25723
|
description: string;
|
|
25723
25724
|
baseDimensionName: string;
|
|
25724
25725
|
}[] | null;
|
|
25725
|
-
title: string;
|
|
25726
25726
|
vizConfig: {
|
|
25727
25727
|
dimensions: string[];
|
|
25728
25728
|
metrics: string[];
|
|
25729
25729
|
limit: number | null;
|
|
25730
|
-
exploreName: string;
|
|
25731
25730
|
sorts: {
|
|
25732
25731
|
fieldId: string;
|
|
25733
25732
|
descending: boolean;
|
|
25734
25733
|
nullsFirst: boolean | null;
|
|
25735
25734
|
}[];
|
|
25735
|
+
exploreName: string;
|
|
25736
25736
|
};
|
|
25737
25737
|
} | {
|
|
25738
25738
|
tableCalculations: ({
|
|
@@ -25781,6 +25781,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25781
25781
|
partitionBy: string[] | null;
|
|
25782
25782
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
25783
25783
|
frame: {
|
|
25784
|
+
frameType: "rows" | "range";
|
|
25784
25785
|
start: {
|
|
25785
25786
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
25786
25787
|
offset: number | null;
|
|
@@ -25789,7 +25790,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25789
25790
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
25790
25791
|
offset: number | null;
|
|
25791
25792
|
};
|
|
25792
|
-
frameType: "rows" | "range";
|
|
25793
25793
|
} | null;
|
|
25794
25794
|
})[] | null;
|
|
25795
25795
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -25999,6 +25999,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25999
25999
|
})[] | null;
|
|
26000
26000
|
type: "and" | "or";
|
|
26001
26001
|
} | null;
|
|
26002
|
+
title: string;
|
|
26002
26003
|
customMetrics: {
|
|
26003
26004
|
name: string;
|
|
26004
26005
|
label: string;
|
|
@@ -26007,15 +26008,14 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26007
26008
|
description: string;
|
|
26008
26009
|
baseDimensionName: string;
|
|
26009
26010
|
}[] | null;
|
|
26010
|
-
title: string;
|
|
26011
26011
|
vizConfig: {
|
|
26012
26012
|
limit: number | null;
|
|
26013
|
-
exploreName: string;
|
|
26014
26013
|
sorts: {
|
|
26015
26014
|
fieldId: string;
|
|
26016
26015
|
descending: boolean;
|
|
26017
26016
|
nullsFirst: boolean | null;
|
|
26018
26017
|
}[];
|
|
26018
|
+
exploreName: string;
|
|
26019
26019
|
xDimension: string;
|
|
26020
26020
|
yMetrics: string[];
|
|
26021
26021
|
breakdownByDimension: string | null;
|
|
@@ -26070,6 +26070,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26070
26070
|
partitionBy: string[] | null;
|
|
26071
26071
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
26072
26072
|
frame: {
|
|
26073
|
+
frameType: "rows" | "range";
|
|
26073
26074
|
start: {
|
|
26074
26075
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26075
26076
|
offset: number | null;
|
|
@@ -26078,7 +26079,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26078
26079
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26079
26080
|
offset: number | null;
|
|
26080
26081
|
};
|
|
26081
|
-
frameType: "rows" | "range";
|
|
26082
26082
|
} | null;
|
|
26083
26083
|
})[] | null;
|
|
26084
26084
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -26288,6 +26288,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26288
26288
|
})[] | null;
|
|
26289
26289
|
type: "and" | "or";
|
|
26290
26290
|
} | null;
|
|
26291
|
+
title: string;
|
|
26291
26292
|
customMetrics: {
|
|
26292
26293
|
name: string;
|
|
26293
26294
|
label: string;
|
|
@@ -26296,20 +26297,19 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26296
26297
|
description: string;
|
|
26297
26298
|
baseDimensionName: string;
|
|
26298
26299
|
}[] | null;
|
|
26299
|
-
title: string;
|
|
26300
26300
|
vizConfig: {
|
|
26301
26301
|
limit: number | null;
|
|
26302
|
-
exploreName: string;
|
|
26303
26302
|
sorts: {
|
|
26304
26303
|
fieldId: string;
|
|
26305
26304
|
descending: boolean;
|
|
26306
26305
|
nullsFirst: boolean | null;
|
|
26307
26306
|
}[];
|
|
26307
|
+
exploreName: string;
|
|
26308
26308
|
xDimension: string;
|
|
26309
26309
|
yMetrics: string[];
|
|
26310
26310
|
breakdownByDimension: string | null;
|
|
26311
26311
|
stackBars: boolean | null;
|
|
26312
|
-
xAxisType: "
|
|
26312
|
+
xAxisType: "category" | "time";
|
|
26313
26313
|
xAxisLabel: string | null;
|
|
26314
26314
|
yAxisLabel: string | null;
|
|
26315
26315
|
};
|
|
@@ -26363,6 +26363,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26363
26363
|
partitionBy: string[] | null;
|
|
26364
26364
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
26365
26365
|
frame: {
|
|
26366
|
+
frameType: "rows" | "range";
|
|
26366
26367
|
start: {
|
|
26367
26368
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26368
26369
|
offset: number | null;
|
|
@@ -26371,12 +26372,12 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26371
26372
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26372
26373
|
offset: number | null;
|
|
26373
26374
|
};
|
|
26374
|
-
frameType: "rows" | "range";
|
|
26375
26375
|
} | null;
|
|
26376
26376
|
})[] | null;
|
|
26377
26377
|
type: AiResultType.TABLE_RESULT;
|
|
26378
26378
|
description: string;
|
|
26379
26379
|
filters: import("../../../..").Filters;
|
|
26380
|
+
title: string;
|
|
26380
26381
|
customMetrics: {
|
|
26381
26382
|
baseDimensionName: string;
|
|
26382
26383
|
name: string;
|
|
@@ -26385,17 +26386,16 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26385
26386
|
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;
|
|
26386
26387
|
description: string;
|
|
26387
26388
|
}[] | null;
|
|
26388
|
-
title: string;
|
|
26389
26389
|
vizConfig: {
|
|
26390
26390
|
dimensions: string[];
|
|
26391
26391
|
metrics: string[];
|
|
26392
26392
|
limit: number | null;
|
|
26393
|
-
exploreName: string;
|
|
26394
26393
|
sorts: {
|
|
26395
26394
|
fieldId: string;
|
|
26396
26395
|
descending: boolean;
|
|
26397
26396
|
nullsFirst: boolean | null;
|
|
26398
26397
|
}[];
|
|
26398
|
+
exploreName: string;
|
|
26399
26399
|
};
|
|
26400
26400
|
} | {
|
|
26401
26401
|
followUpTools: AiResultType[];
|
|
@@ -26445,6 +26445,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26445
26445
|
partitionBy: string[] | null;
|
|
26446
26446
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
26447
26447
|
frame: {
|
|
26448
|
+
frameType: "rows" | "range";
|
|
26448
26449
|
start: {
|
|
26449
26450
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26450
26451
|
offset: number | null;
|
|
@@ -26453,12 +26454,12 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26453
26454
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26454
26455
|
offset: number | null;
|
|
26455
26456
|
};
|
|
26456
|
-
frameType: "rows" | "range";
|
|
26457
26457
|
} | null;
|
|
26458
26458
|
})[] | null;
|
|
26459
26459
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
26460
26460
|
description: string;
|
|
26461
26461
|
filters: import("../../../..").Filters;
|
|
26462
|
+
title: string;
|
|
26462
26463
|
customMetrics: {
|
|
26463
26464
|
baseDimensionName: string;
|
|
26464
26465
|
name: string;
|
|
@@ -26467,15 +26468,14 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26467
26468
|
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;
|
|
26468
26469
|
description: string;
|
|
26469
26470
|
}[] | null;
|
|
26470
|
-
title: string;
|
|
26471
26471
|
vizConfig: {
|
|
26472
26472
|
limit: number | null;
|
|
26473
|
-
exploreName: string;
|
|
26474
26473
|
sorts: {
|
|
26475
26474
|
fieldId: string;
|
|
26476
26475
|
descending: boolean;
|
|
26477
26476
|
nullsFirst: boolean | null;
|
|
26478
26477
|
}[];
|
|
26478
|
+
exploreName: string;
|
|
26479
26479
|
xDimension: string;
|
|
26480
26480
|
yMetrics: string[];
|
|
26481
26481
|
breakdownByDimension: string | null;
|
|
@@ -26531,6 +26531,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26531
26531
|
partitionBy: string[] | null;
|
|
26532
26532
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
26533
26533
|
frame: {
|
|
26534
|
+
frameType: "rows" | "range";
|
|
26534
26535
|
start: {
|
|
26535
26536
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26536
26537
|
offset: number | null;
|
|
@@ -26539,12 +26540,12 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26539
26540
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26540
26541
|
offset: number | null;
|
|
26541
26542
|
};
|
|
26542
|
-
frameType: "rows" | "range";
|
|
26543
26543
|
} | null;
|
|
26544
26544
|
})[] | null;
|
|
26545
26545
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
26546
26546
|
description: string;
|
|
26547
26547
|
filters: import("../../../..").Filters;
|
|
26548
|
+
title: string;
|
|
26548
26549
|
customMetrics: {
|
|
26549
26550
|
baseDimensionName: string;
|
|
26550
26551
|
name: string;
|
|
@@ -26553,20 +26554,19 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26553
26554
|
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;
|
|
26554
26555
|
description: string;
|
|
26555
26556
|
}[] | null;
|
|
26556
|
-
title: string;
|
|
26557
26557
|
vizConfig: {
|
|
26558
26558
|
limit: number | null;
|
|
26559
|
-
exploreName: string;
|
|
26560
26559
|
sorts: {
|
|
26561
26560
|
fieldId: string;
|
|
26562
26561
|
descending: boolean;
|
|
26563
26562
|
nullsFirst: boolean | null;
|
|
26564
26563
|
}[];
|
|
26564
|
+
exploreName: string;
|
|
26565
26565
|
xDimension: string;
|
|
26566
26566
|
yMetrics: string[];
|
|
26567
26567
|
breakdownByDimension: string | null;
|
|
26568
26568
|
stackBars: boolean | null;
|
|
26569
|
-
xAxisType: "
|
|
26569
|
+
xAxisType: "category" | "time";
|
|
26570
26570
|
xAxisLabel: string | null;
|
|
26571
26571
|
yAxisLabel: string | null;
|
|
26572
26572
|
};
|
|
@@ -26625,6 +26625,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26625
26625
|
partitionBy: string[] | null;
|
|
26626
26626
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
26627
26627
|
frame: {
|
|
26628
|
+
frameType: "rows" | "range";
|
|
26628
26629
|
start: {
|
|
26629
26630
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26630
26631
|
offset: number | null;
|
|
@@ -26633,7 +26634,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26633
26634
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26634
26635
|
offset: number | null;
|
|
26635
26636
|
};
|
|
26636
|
-
frameType: "rows" | "range";
|
|
26637
26637
|
} | null;
|
|
26638
26638
|
})[] | null;
|
|
26639
26639
|
type: AiResultType.TABLE_RESULT;
|
|
@@ -26843,6 +26843,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26843
26843
|
})[] | null;
|
|
26844
26844
|
type: "and" | "or";
|
|
26845
26845
|
} | null;
|
|
26846
|
+
title: string;
|
|
26846
26847
|
customMetrics: {
|
|
26847
26848
|
name: string;
|
|
26848
26849
|
label: string;
|
|
@@ -26851,17 +26852,16 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26851
26852
|
description: string;
|
|
26852
26853
|
baseDimensionName: string;
|
|
26853
26854
|
}[] | null;
|
|
26854
|
-
title: string;
|
|
26855
26855
|
vizConfig: {
|
|
26856
26856
|
dimensions: string[];
|
|
26857
26857
|
metrics: string[];
|
|
26858
26858
|
limit: number | null;
|
|
26859
|
-
exploreName: string;
|
|
26860
26859
|
sorts: {
|
|
26861
26860
|
fieldId: string;
|
|
26862
26861
|
descending: boolean;
|
|
26863
26862
|
nullsFirst: boolean | null;
|
|
26864
26863
|
}[];
|
|
26864
|
+
exploreName: string;
|
|
26865
26865
|
};
|
|
26866
26866
|
} | {
|
|
26867
26867
|
tableCalculations: ({
|
|
@@ -26910,6 +26910,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26910
26910
|
partitionBy: string[] | null;
|
|
26911
26911
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
26912
26912
|
frame: {
|
|
26913
|
+
frameType: "rows" | "range";
|
|
26913
26914
|
start: {
|
|
26914
26915
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26915
26916
|
offset: number | null;
|
|
@@ -26918,7 +26919,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26918
26919
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
26919
26920
|
offset: number | null;
|
|
26920
26921
|
};
|
|
26921
|
-
frameType: "rows" | "range";
|
|
26922
26922
|
} | null;
|
|
26923
26923
|
})[] | null;
|
|
26924
26924
|
type: AiResultType.TIME_SERIES_RESULT;
|
|
@@ -27128,6 +27128,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
27128
27128
|
})[] | null;
|
|
27129
27129
|
type: "and" | "or";
|
|
27130
27130
|
} | null;
|
|
27131
|
+
title: string;
|
|
27131
27132
|
customMetrics: {
|
|
27132
27133
|
name: string;
|
|
27133
27134
|
label: string;
|
|
@@ -27136,15 +27137,14 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
27136
27137
|
description: string;
|
|
27137
27138
|
baseDimensionName: string;
|
|
27138
27139
|
}[] | null;
|
|
27139
|
-
title: string;
|
|
27140
27140
|
vizConfig: {
|
|
27141
27141
|
limit: number | null;
|
|
27142
|
-
exploreName: string;
|
|
27143
27142
|
sorts: {
|
|
27144
27143
|
fieldId: string;
|
|
27145
27144
|
descending: boolean;
|
|
27146
27145
|
nullsFirst: boolean | null;
|
|
27147
27146
|
}[];
|
|
27147
|
+
exploreName: string;
|
|
27148
27148
|
xDimension: string;
|
|
27149
27149
|
yMetrics: string[];
|
|
27150
27150
|
breakdownByDimension: string | null;
|
|
@@ -27199,6 +27199,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
27199
27199
|
partitionBy: string[] | null;
|
|
27200
27200
|
windowFunction: import("../../../..").WindowFunctionType;
|
|
27201
27201
|
frame: {
|
|
27202
|
+
frameType: "rows" | "range";
|
|
27202
27203
|
start: {
|
|
27203
27204
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
27204
27205
|
offset: number | null;
|
|
@@ -27207,7 +27208,6 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
27207
27208
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
27208
27209
|
offset: number | null;
|
|
27209
27210
|
};
|
|
27210
|
-
frameType: "rows" | "range";
|
|
27211
27211
|
} | null;
|
|
27212
27212
|
})[] | null;
|
|
27213
27213
|
type: AiResultType.VERTICAL_BAR_RESULT;
|
|
@@ -27417,6 +27417,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
27417
27417
|
})[] | null;
|
|
27418
27418
|
type: "and" | "or";
|
|
27419
27419
|
} | null;
|
|
27420
|
+
title: string;
|
|
27420
27421
|
customMetrics: {
|
|
27421
27422
|
name: string;
|
|
27422
27423
|
label: string;
|
|
@@ -27425,20 +27426,19 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
27425
27426
|
description: string;
|
|
27426
27427
|
baseDimensionName: string;
|
|
27427
27428
|
}[] | null;
|
|
27428
|
-
title: string;
|
|
27429
27429
|
vizConfig: {
|
|
27430
27430
|
limit: number | null;
|
|
27431
|
-
exploreName: string;
|
|
27432
27431
|
sorts: {
|
|
27433
27432
|
fieldId: string;
|
|
27434
27433
|
descending: boolean;
|
|
27435
27434
|
nullsFirst: boolean | null;
|
|
27436
27435
|
}[];
|
|
27436
|
+
exploreName: string;
|
|
27437
27437
|
xDimension: string;
|
|
27438
27438
|
yMetrics: string[];
|
|
27439
27439
|
breakdownByDimension: string | null;
|
|
27440
27440
|
stackBars: boolean | null;
|
|
27441
|
-
xAxisType: "
|
|
27441
|
+
xAxisType: "category" | "time";
|
|
27442
27442
|
xAxisLabel: string | null;
|
|
27443
27443
|
yAxisLabel: string | null;
|
|
27444
27444
|
};
|