@lightdash/common 0.2375.0 → 0.2377.0
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 +18 -18
- package/dist/cjs/ee/AiAgent/index.d.ts +4 -4
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +72 -72
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +186 -186
- package/dist/cjs/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +12 -12
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +10 -10
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +82 -82
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +10 -10
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +10 -10
- package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +10 -10
- 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 +2 -2
- package/dist/cjs/ee/AiAgent/utils.d.ts +18 -18
- package/dist/cjs/types/changeset.d.ts +10 -10
- package/dist/cjs/types/dashboard.d.ts +9 -0
- package/dist/cjs/types/dashboard.d.ts.map +1 -1
- package/dist/cjs/types/dashboard.js.map +1 -1
- package/dist/cjs/types/resourceViewItem.d.ts +1 -1
- package/dist/cjs/types/savedCharts.d.ts +9 -0
- package/dist/cjs/types/savedCharts.d.ts.map +1 -1
- package/dist/cjs/types/savedCharts.js.map +1 -1
- package/dist/cjs/utils/i18n/dashboardAsCode.d.ts +10 -10
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +18 -18
- package/dist/esm/ee/AiAgent/index.d.ts +4 -4
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +72 -72
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +186 -186
- package/dist/esm/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +12 -12
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +10 -10
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +82 -82
- package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +10 -10
- package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +10 -10
- package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +10 -10
- 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 +2 -2
- package/dist/esm/ee/AiAgent/utils.d.ts +18 -18
- package/dist/esm/types/changeset.d.ts +10 -10
- package/dist/esm/types/dashboard.d.ts +9 -0
- package/dist/esm/types/dashboard.d.ts.map +1 -1
- package/dist/esm/types/dashboard.js.map +1 -1
- package/dist/esm/types/resourceViewItem.d.ts +1 -1
- package/dist/esm/types/savedCharts.d.ts +9 -0
- package/dist/esm/types/savedCharts.d.ts.map +1 -1
- package/dist/esm/types/savedCharts.js.map +1 -1
- package/dist/esm/utils/i18n/dashboardAsCode.d.ts +10 -10
- package/dist/types/.tsbuildinfo +1 -1
- package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +18 -18
- package/dist/types/ee/AiAgent/index.d.ts +4 -4
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +72 -72
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +186 -186
- package/dist/types/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +12 -12
- package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +10 -10
- package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +82 -82
- package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +10 -10
- package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +10 -10
- package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +10 -10
- 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 +2 -2
- package/dist/types/ee/AiAgent/utils.d.ts +18 -18
- package/dist/types/types/changeset.d.ts +10 -10
- package/dist/types/types/dashboard.d.ts +9 -0
- package/dist/types/types/dashboard.d.ts.map +1 -1
- package/dist/types/types/dashboard.js.map +1 -1
- package/dist/types/types/resourceViewItem.d.ts +1 -1
- package/dist/types/types/savedCharts.d.ts +9 -0
- package/dist/types/types/savedCharts.d.ts.map +1 -1
- package/dist/types/types/savedCharts.js.map +1 -1
- package/dist/types/utils/i18n/dashboardAsCode.d.ts +10 -10
- package/package.json +1 -1
|
@@ -1356,23 +1356,23 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1356
1356
|
}, "strip", z.ZodTypeAny, {
|
|
1357
1357
|
dimensions: string[];
|
|
1358
1358
|
metrics: string[];
|
|
1359
|
-
limit: number | null;
|
|
1360
1359
|
exploreName: string;
|
|
1361
1360
|
sorts: {
|
|
1362
1361
|
fieldId: string;
|
|
1363
1362
|
descending: boolean;
|
|
1364
1363
|
nullsFirst: boolean | null;
|
|
1365
1364
|
}[];
|
|
1365
|
+
limit: number | null;
|
|
1366
1366
|
}, {
|
|
1367
1367
|
dimensions: string[];
|
|
1368
1368
|
metrics: string[];
|
|
1369
|
-
limit: number | null;
|
|
1370
1369
|
exploreName: string;
|
|
1371
1370
|
sorts: {
|
|
1372
1371
|
fieldId: string;
|
|
1373
1372
|
descending: boolean;
|
|
1374
1373
|
nullsFirst: boolean | null;
|
|
1375
1374
|
}[];
|
|
1375
|
+
limit: number | null;
|
|
1376
1376
|
}>;
|
|
1377
1377
|
}, "strip", z.ZodTypeAny, {
|
|
1378
1378
|
tableCalculations: ({
|
|
@@ -1651,13 +1651,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1651
1651
|
vizConfig: {
|
|
1652
1652
|
dimensions: string[];
|
|
1653
1653
|
metrics: string[];
|
|
1654
|
-
limit: number | null;
|
|
1655
1654
|
exploreName: string;
|
|
1656
1655
|
sorts: {
|
|
1657
1656
|
fieldId: string;
|
|
1658
1657
|
descending: boolean;
|
|
1659
1658
|
nullsFirst: boolean | null;
|
|
1660
1659
|
}[];
|
|
1660
|
+
limit: number | null;
|
|
1661
1661
|
};
|
|
1662
1662
|
}, {
|
|
1663
1663
|
tableCalculations: ({
|
|
@@ -1936,13 +1936,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1936
1936
|
vizConfig: {
|
|
1937
1937
|
dimensions: string[];
|
|
1938
1938
|
metrics: string[];
|
|
1939
|
-
limit: number | null;
|
|
1940
1939
|
exploreName: string;
|
|
1941
1940
|
sorts: {
|
|
1942
1941
|
fieldId: string;
|
|
1943
1942
|
descending: boolean;
|
|
1944
1943
|
nullsFirst: boolean | null;
|
|
1945
1944
|
}[];
|
|
1945
|
+
limit: number | null;
|
|
1946
1946
|
};
|
|
1947
1947
|
}>, z.ZodObject<{
|
|
1948
1948
|
customMetrics: z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -3301,13 +3301,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3301
3301
|
xAxisLabel: z.ZodNullable<z.ZodString>;
|
|
3302
3302
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
3303
3303
|
}, "strip", z.ZodTypeAny, {
|
|
3304
|
-
limit: number | null;
|
|
3305
3304
|
exploreName: string;
|
|
3306
3305
|
sorts: {
|
|
3307
3306
|
fieldId: string;
|
|
3308
3307
|
descending: boolean;
|
|
3309
3308
|
nullsFirst: boolean | null;
|
|
3310
3309
|
}[];
|
|
3310
|
+
limit: number | null;
|
|
3311
3311
|
xDimension: string;
|
|
3312
3312
|
yMetrics: string[];
|
|
3313
3313
|
breakdownByDimension: string | null;
|
|
@@ -3315,13 +3315,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3315
3315
|
yAxisLabel: string | null;
|
|
3316
3316
|
lineType: "line" | "area";
|
|
3317
3317
|
}, {
|
|
3318
|
-
limit: number | null;
|
|
3319
3318
|
exploreName: string;
|
|
3320
3319
|
sorts: {
|
|
3321
3320
|
fieldId: string;
|
|
3322
3321
|
descending: boolean;
|
|
3323
3322
|
nullsFirst: boolean | null;
|
|
3324
3323
|
}[];
|
|
3324
|
+
limit: number | null;
|
|
3325
3325
|
xDimension: string;
|
|
3326
3326
|
yMetrics: string[];
|
|
3327
3327
|
breakdownByDimension: string | null;
|
|
@@ -3604,13 +3604,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3604
3604
|
description: string;
|
|
3605
3605
|
}[] | null;
|
|
3606
3606
|
vizConfig: {
|
|
3607
|
-
limit: number | null;
|
|
3608
3607
|
exploreName: string;
|
|
3609
3608
|
sorts: {
|
|
3610
3609
|
fieldId: string;
|
|
3611
3610
|
descending: boolean;
|
|
3612
3611
|
nullsFirst: boolean | null;
|
|
3613
3612
|
}[];
|
|
3613
|
+
limit: number | null;
|
|
3614
3614
|
xDimension: string;
|
|
3615
3615
|
yMetrics: string[];
|
|
3616
3616
|
breakdownByDimension: string | null;
|
|
@@ -3893,13 +3893,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3893
3893
|
baseDimensionName: string;
|
|
3894
3894
|
}[] | null;
|
|
3895
3895
|
vizConfig: {
|
|
3896
|
-
limit: number | null;
|
|
3897
3896
|
exploreName: string;
|
|
3898
3897
|
sorts: {
|
|
3899
3898
|
fieldId: string;
|
|
3900
3899
|
descending: boolean;
|
|
3901
3900
|
nullsFirst: boolean | null;
|
|
3902
3901
|
}[];
|
|
3902
|
+
limit: number | null;
|
|
3903
3903
|
xDimension: string;
|
|
3904
3904
|
yMetrics: string[];
|
|
3905
3905
|
breakdownByDimension: string | null;
|
|
@@ -5265,13 +5265,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5265
5265
|
xAxisLabel: z.ZodNullable<z.ZodString>;
|
|
5266
5266
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
5267
5267
|
}, "strip", z.ZodTypeAny, {
|
|
5268
|
-
limit: number | null;
|
|
5269
5268
|
exploreName: string;
|
|
5270
5269
|
sorts: {
|
|
5271
5270
|
fieldId: string;
|
|
5272
5271
|
descending: boolean;
|
|
5273
5272
|
nullsFirst: boolean | null;
|
|
5274
5273
|
}[];
|
|
5274
|
+
limit: number | null;
|
|
5275
5275
|
xDimension: string;
|
|
5276
5276
|
yMetrics: string[];
|
|
5277
5277
|
breakdownByDimension: string | null;
|
|
@@ -5280,13 +5280,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5280
5280
|
xAxisLabel: string | null;
|
|
5281
5281
|
yAxisLabel: string | null;
|
|
5282
5282
|
}, {
|
|
5283
|
-
limit: number | null;
|
|
5284
5283
|
exploreName: string;
|
|
5285
5284
|
sorts: {
|
|
5286
5285
|
fieldId: string;
|
|
5287
5286
|
descending: boolean;
|
|
5288
5287
|
nullsFirst: boolean | null;
|
|
5289
5288
|
}[];
|
|
5289
|
+
limit: number | null;
|
|
5290
5290
|
xDimension: string;
|
|
5291
5291
|
yMetrics: string[];
|
|
5292
5292
|
breakdownByDimension: string | null;
|
|
@@ -5570,13 +5570,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5570
5570
|
description: string;
|
|
5571
5571
|
}[] | null;
|
|
5572
5572
|
vizConfig: {
|
|
5573
|
-
limit: number | null;
|
|
5574
5573
|
exploreName: string;
|
|
5575
5574
|
sorts: {
|
|
5576
5575
|
fieldId: string;
|
|
5577
5576
|
descending: boolean;
|
|
5578
5577
|
nullsFirst: boolean | null;
|
|
5579
5578
|
}[];
|
|
5579
|
+
limit: number | null;
|
|
5580
5580
|
xDimension: string;
|
|
5581
5581
|
yMetrics: string[];
|
|
5582
5582
|
breakdownByDimension: string | null;
|
|
@@ -5860,13 +5860,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5860
5860
|
baseDimensionName: string;
|
|
5861
5861
|
}[] | null;
|
|
5862
5862
|
vizConfig: {
|
|
5863
|
-
limit: number | null;
|
|
5864
5863
|
exploreName: string;
|
|
5865
5864
|
sorts: {
|
|
5866
5865
|
fieldId: string;
|
|
5867
5866
|
descending: boolean;
|
|
5868
5867
|
nullsFirst: boolean | null;
|
|
5869
5868
|
}[];
|
|
5869
|
+
limit: number | null;
|
|
5870
5870
|
xDimension: string;
|
|
5871
5871
|
yMetrics: string[];
|
|
5872
5872
|
breakdownByDimension: string | null;
|
|
@@ -6153,13 +6153,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6153
6153
|
vizConfig: {
|
|
6154
6154
|
dimensions: string[];
|
|
6155
6155
|
metrics: string[];
|
|
6156
|
-
limit: number | null;
|
|
6157
6156
|
exploreName: string;
|
|
6158
6157
|
sorts: {
|
|
6159
6158
|
fieldId: string;
|
|
6160
6159
|
descending: boolean;
|
|
6161
6160
|
nullsFirst: boolean | null;
|
|
6162
6161
|
}[];
|
|
6162
|
+
limit: number | null;
|
|
6163
6163
|
};
|
|
6164
6164
|
} | {
|
|
6165
6165
|
followUpTools: never[];
|
|
@@ -6437,13 +6437,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6437
6437
|
description: string;
|
|
6438
6438
|
}[] | null;
|
|
6439
6439
|
vizConfig: {
|
|
6440
|
-
limit: number | null;
|
|
6441
6440
|
exploreName: string;
|
|
6442
6441
|
sorts: {
|
|
6443
6442
|
fieldId: string;
|
|
6444
6443
|
descending: boolean;
|
|
6445
6444
|
nullsFirst: boolean | null;
|
|
6446
6445
|
}[];
|
|
6446
|
+
limit: number | null;
|
|
6447
6447
|
xDimension: string;
|
|
6448
6448
|
yMetrics: string[];
|
|
6449
6449
|
breakdownByDimension: string | null;
|
|
@@ -6727,13 +6727,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6727
6727
|
description: string;
|
|
6728
6728
|
}[] | null;
|
|
6729
6729
|
vizConfig: {
|
|
6730
|
-
limit: number | null;
|
|
6731
6730
|
exploreName: string;
|
|
6732
6731
|
sorts: {
|
|
6733
6732
|
fieldId: string;
|
|
6734
6733
|
descending: boolean;
|
|
6735
6734
|
nullsFirst: boolean | null;
|
|
6736
6735
|
}[];
|
|
6736
|
+
limit: number | null;
|
|
6737
6737
|
xDimension: string;
|
|
6738
6738
|
yMetrics: string[];
|
|
6739
6739
|
breakdownByDimension: string | null;
|
|
@@ -7019,13 +7019,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7019
7019
|
vizConfig: {
|
|
7020
7020
|
dimensions: string[];
|
|
7021
7021
|
metrics: string[];
|
|
7022
|
-
limit: number | null;
|
|
7023
7022
|
exploreName: string;
|
|
7024
7023
|
sorts: {
|
|
7025
7024
|
fieldId: string;
|
|
7026
7025
|
descending: boolean;
|
|
7027
7026
|
nullsFirst: boolean | null;
|
|
7028
7027
|
}[];
|
|
7028
|
+
limit: number | null;
|
|
7029
7029
|
};
|
|
7030
7030
|
} | {
|
|
7031
7031
|
tableCalculations: ({
|
|
@@ -7302,13 +7302,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7302
7302
|
baseDimensionName: string;
|
|
7303
7303
|
}[] | null;
|
|
7304
7304
|
vizConfig: {
|
|
7305
|
-
limit: number | null;
|
|
7306
7305
|
exploreName: string;
|
|
7307
7306
|
sorts: {
|
|
7308
7307
|
fieldId: string;
|
|
7309
7308
|
descending: boolean;
|
|
7310
7309
|
nullsFirst: boolean | null;
|
|
7311
7310
|
}[];
|
|
7311
|
+
limit: number | null;
|
|
7312
7312
|
xDimension: string;
|
|
7313
7313
|
yMetrics: string[];
|
|
7314
7314
|
breakdownByDimension: string | null;
|
|
@@ -7591,13 +7591,13 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7591
7591
|
baseDimensionName: string;
|
|
7592
7592
|
}[] | null;
|
|
7593
7593
|
vizConfig: {
|
|
7594
|
-
limit: number | null;
|
|
7595
7594
|
exploreName: string;
|
|
7596
7595
|
sorts: {
|
|
7597
7596
|
fieldId: string;
|
|
7598
7597
|
descending: boolean;
|
|
7599
7598
|
nullsFirst: boolean | null;
|
|
7600
7599
|
}[];
|
|
7600
|
+
limit: number | null;
|
|
7601
7601
|
xDimension: string;
|
|
7602
7602
|
yMetrics: string[];
|
|
7603
7603
|
breakdownByDimension: string | null;
|
|
@@ -8966,23 +8966,23 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
8966
8966
|
}, "strip", z.ZodTypeAny, {
|
|
8967
8967
|
dimensions: string[];
|
|
8968
8968
|
metrics: string[];
|
|
8969
|
-
limit: number | null;
|
|
8970
8969
|
exploreName: string;
|
|
8971
8970
|
sorts: {
|
|
8972
8971
|
fieldId: string;
|
|
8973
8972
|
descending: boolean;
|
|
8974
8973
|
nullsFirst: boolean | null;
|
|
8975
8974
|
}[];
|
|
8975
|
+
limit: number | null;
|
|
8976
8976
|
}, {
|
|
8977
8977
|
dimensions: string[];
|
|
8978
8978
|
metrics: string[];
|
|
8979
|
-
limit: number | null;
|
|
8980
8979
|
exploreName: string;
|
|
8981
8980
|
sorts: {
|
|
8982
8981
|
fieldId: string;
|
|
8983
8982
|
descending: boolean;
|
|
8984
8983
|
nullsFirst: boolean | null;
|
|
8985
8984
|
}[];
|
|
8985
|
+
limit: number | null;
|
|
8986
8986
|
}>;
|
|
8987
8987
|
}, "strip", z.ZodTypeAny, {
|
|
8988
8988
|
tableCalculations: ({
|
|
@@ -9261,13 +9261,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9261
9261
|
vizConfig: {
|
|
9262
9262
|
dimensions: string[];
|
|
9263
9263
|
metrics: string[];
|
|
9264
|
-
limit: number | null;
|
|
9265
9264
|
exploreName: string;
|
|
9266
9265
|
sorts: {
|
|
9267
9266
|
fieldId: string;
|
|
9268
9267
|
descending: boolean;
|
|
9269
9268
|
nullsFirst: boolean | null;
|
|
9270
9269
|
}[];
|
|
9270
|
+
limit: number | null;
|
|
9271
9271
|
};
|
|
9272
9272
|
}, {
|
|
9273
9273
|
tableCalculations: ({
|
|
@@ -9546,13 +9546,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9546
9546
|
vizConfig: {
|
|
9547
9547
|
dimensions: string[];
|
|
9548
9548
|
metrics: string[];
|
|
9549
|
-
limit: number | null;
|
|
9550
9549
|
exploreName: string;
|
|
9551
9550
|
sorts: {
|
|
9552
9551
|
fieldId: string;
|
|
9553
9552
|
descending: boolean;
|
|
9554
9553
|
nullsFirst: boolean | null;
|
|
9555
9554
|
}[];
|
|
9555
|
+
limit: number | null;
|
|
9556
9556
|
};
|
|
9557
9557
|
}>, z.ZodObject<{
|
|
9558
9558
|
customMetrics: z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -10911,13 +10911,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
10911
10911
|
xAxisLabel: z.ZodNullable<z.ZodString>;
|
|
10912
10912
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
10913
10913
|
}, "strip", z.ZodTypeAny, {
|
|
10914
|
-
limit: number | null;
|
|
10915
10914
|
exploreName: string;
|
|
10916
10915
|
sorts: {
|
|
10917
10916
|
fieldId: string;
|
|
10918
10917
|
descending: boolean;
|
|
10919
10918
|
nullsFirst: boolean | null;
|
|
10920
10919
|
}[];
|
|
10920
|
+
limit: number | null;
|
|
10921
10921
|
xDimension: string;
|
|
10922
10922
|
yMetrics: string[];
|
|
10923
10923
|
breakdownByDimension: string | null;
|
|
@@ -10925,13 +10925,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
10925
10925
|
yAxisLabel: string | null;
|
|
10926
10926
|
lineType: "line" | "area";
|
|
10927
10927
|
}, {
|
|
10928
|
-
limit: number | null;
|
|
10929
10928
|
exploreName: string;
|
|
10930
10929
|
sorts: {
|
|
10931
10930
|
fieldId: string;
|
|
10932
10931
|
descending: boolean;
|
|
10933
10932
|
nullsFirst: boolean | null;
|
|
10934
10933
|
}[];
|
|
10934
|
+
limit: number | null;
|
|
10935
10935
|
xDimension: string;
|
|
10936
10936
|
yMetrics: string[];
|
|
10937
10937
|
breakdownByDimension: string | null;
|
|
@@ -11214,13 +11214,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11214
11214
|
description: string;
|
|
11215
11215
|
}[] | null;
|
|
11216
11216
|
vizConfig: {
|
|
11217
|
-
limit: number | null;
|
|
11218
11217
|
exploreName: string;
|
|
11219
11218
|
sorts: {
|
|
11220
11219
|
fieldId: string;
|
|
11221
11220
|
descending: boolean;
|
|
11222
11221
|
nullsFirst: boolean | null;
|
|
11223
11222
|
}[];
|
|
11223
|
+
limit: number | null;
|
|
11224
11224
|
xDimension: string;
|
|
11225
11225
|
yMetrics: string[];
|
|
11226
11226
|
breakdownByDimension: string | null;
|
|
@@ -11503,13 +11503,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11503
11503
|
baseDimensionName: string;
|
|
11504
11504
|
}[] | null;
|
|
11505
11505
|
vizConfig: {
|
|
11506
|
-
limit: number | null;
|
|
11507
11506
|
exploreName: string;
|
|
11508
11507
|
sorts: {
|
|
11509
11508
|
fieldId: string;
|
|
11510
11509
|
descending: boolean;
|
|
11511
11510
|
nullsFirst: boolean | null;
|
|
11512
11511
|
}[];
|
|
11512
|
+
limit: number | null;
|
|
11513
11513
|
xDimension: string;
|
|
11514
11514
|
yMetrics: string[];
|
|
11515
11515
|
breakdownByDimension: string | null;
|
|
@@ -12875,13 +12875,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
12875
12875
|
xAxisLabel: z.ZodNullable<z.ZodString>;
|
|
12876
12876
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
12877
12877
|
}, "strip", z.ZodTypeAny, {
|
|
12878
|
-
limit: number | null;
|
|
12879
12878
|
exploreName: string;
|
|
12880
12879
|
sorts: {
|
|
12881
12880
|
fieldId: string;
|
|
12882
12881
|
descending: boolean;
|
|
12883
12882
|
nullsFirst: boolean | null;
|
|
12884
12883
|
}[];
|
|
12884
|
+
limit: number | null;
|
|
12885
12885
|
xDimension: string;
|
|
12886
12886
|
yMetrics: string[];
|
|
12887
12887
|
breakdownByDimension: string | null;
|
|
@@ -12890,13 +12890,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
12890
12890
|
xAxisLabel: string | null;
|
|
12891
12891
|
yAxisLabel: string | null;
|
|
12892
12892
|
}, {
|
|
12893
|
-
limit: number | null;
|
|
12894
12893
|
exploreName: string;
|
|
12895
12894
|
sorts: {
|
|
12896
12895
|
fieldId: string;
|
|
12897
12896
|
descending: boolean;
|
|
12898
12897
|
nullsFirst: boolean | null;
|
|
12899
12898
|
}[];
|
|
12899
|
+
limit: number | null;
|
|
12900
12900
|
xDimension: string;
|
|
12901
12901
|
yMetrics: string[];
|
|
12902
12902
|
breakdownByDimension: string | null;
|
|
@@ -13180,13 +13180,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13180
13180
|
description: string;
|
|
13181
13181
|
}[] | null;
|
|
13182
13182
|
vizConfig: {
|
|
13183
|
-
limit: number | null;
|
|
13184
13183
|
exploreName: string;
|
|
13185
13184
|
sorts: {
|
|
13186
13185
|
fieldId: string;
|
|
13187
13186
|
descending: boolean;
|
|
13188
13187
|
nullsFirst: boolean | null;
|
|
13189
13188
|
}[];
|
|
13189
|
+
limit: number | null;
|
|
13190
13190
|
xDimension: string;
|
|
13191
13191
|
yMetrics: string[];
|
|
13192
13192
|
breakdownByDimension: string | null;
|
|
@@ -13470,13 +13470,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13470
13470
|
baseDimensionName: string;
|
|
13471
13471
|
}[] | null;
|
|
13472
13472
|
vizConfig: {
|
|
13473
|
-
limit: number | null;
|
|
13474
13473
|
exploreName: string;
|
|
13475
13474
|
sorts: {
|
|
13476
13475
|
fieldId: string;
|
|
13477
13476
|
descending: boolean;
|
|
13478
13477
|
nullsFirst: boolean | null;
|
|
13479
13478
|
}[];
|
|
13479
|
+
limit: number | null;
|
|
13480
13480
|
xDimension: string;
|
|
13481
13481
|
yMetrics: string[];
|
|
13482
13482
|
breakdownByDimension: string | null;
|
|
@@ -13763,13 +13763,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13763
13763
|
vizConfig: {
|
|
13764
13764
|
dimensions: string[];
|
|
13765
13765
|
metrics: string[];
|
|
13766
|
-
limit: number | null;
|
|
13767
13766
|
exploreName: string;
|
|
13768
13767
|
sorts: {
|
|
13769
13768
|
fieldId: string;
|
|
13770
13769
|
descending: boolean;
|
|
13771
13770
|
nullsFirst: boolean | null;
|
|
13772
13771
|
}[];
|
|
13772
|
+
limit: number | null;
|
|
13773
13773
|
};
|
|
13774
13774
|
} | {
|
|
13775
13775
|
followUpTools: never[];
|
|
@@ -14047,13 +14047,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14047
14047
|
description: string;
|
|
14048
14048
|
}[] | null;
|
|
14049
14049
|
vizConfig: {
|
|
14050
|
-
limit: number | null;
|
|
14051
14050
|
exploreName: string;
|
|
14052
14051
|
sorts: {
|
|
14053
14052
|
fieldId: string;
|
|
14054
14053
|
descending: boolean;
|
|
14055
14054
|
nullsFirst: boolean | null;
|
|
14056
14055
|
}[];
|
|
14056
|
+
limit: number | null;
|
|
14057
14057
|
xDimension: string;
|
|
14058
14058
|
yMetrics: string[];
|
|
14059
14059
|
breakdownByDimension: string | null;
|
|
@@ -14337,13 +14337,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14337
14337
|
description: string;
|
|
14338
14338
|
}[] | null;
|
|
14339
14339
|
vizConfig: {
|
|
14340
|
-
limit: number | null;
|
|
14341
14340
|
exploreName: string;
|
|
14342
14341
|
sorts: {
|
|
14343
14342
|
fieldId: string;
|
|
14344
14343
|
descending: boolean;
|
|
14345
14344
|
nullsFirst: boolean | null;
|
|
14346
14345
|
}[];
|
|
14346
|
+
limit: number | null;
|
|
14347
14347
|
xDimension: string;
|
|
14348
14348
|
yMetrics: string[];
|
|
14349
14349
|
breakdownByDimension: string | null;
|
|
@@ -14629,13 +14629,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14629
14629
|
vizConfig: {
|
|
14630
14630
|
dimensions: string[];
|
|
14631
14631
|
metrics: string[];
|
|
14632
|
-
limit: number | null;
|
|
14633
14632
|
exploreName: string;
|
|
14634
14633
|
sorts: {
|
|
14635
14634
|
fieldId: string;
|
|
14636
14635
|
descending: boolean;
|
|
14637
14636
|
nullsFirst: boolean | null;
|
|
14638
14637
|
}[];
|
|
14638
|
+
limit: number | null;
|
|
14639
14639
|
};
|
|
14640
14640
|
} | {
|
|
14641
14641
|
tableCalculations: ({
|
|
@@ -14912,13 +14912,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14912
14912
|
baseDimensionName: string;
|
|
14913
14913
|
}[] | null;
|
|
14914
14914
|
vizConfig: {
|
|
14915
|
-
limit: number | null;
|
|
14916
14915
|
exploreName: string;
|
|
14917
14916
|
sorts: {
|
|
14918
14917
|
fieldId: string;
|
|
14919
14918
|
descending: boolean;
|
|
14920
14919
|
nullsFirst: boolean | null;
|
|
14921
14920
|
}[];
|
|
14921
|
+
limit: number | null;
|
|
14922
14922
|
xDimension: string;
|
|
14923
14923
|
yMetrics: string[];
|
|
14924
14924
|
breakdownByDimension: string | null;
|
|
@@ -15201,13 +15201,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15201
15201
|
baseDimensionName: string;
|
|
15202
15202
|
}[] | null;
|
|
15203
15203
|
vizConfig: {
|
|
15204
|
-
limit: number | null;
|
|
15205
15204
|
exploreName: string;
|
|
15206
15205
|
sorts: {
|
|
15207
15206
|
fieldId: string;
|
|
15208
15207
|
descending: boolean;
|
|
15209
15208
|
nullsFirst: boolean | null;
|
|
15210
15209
|
}[];
|
|
15210
|
+
limit: number | null;
|
|
15211
15211
|
xDimension: string;
|
|
15212
15212
|
yMetrics: string[];
|
|
15213
15213
|
breakdownByDimension: string | null;
|
|
@@ -15498,13 +15498,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15498
15498
|
vizConfig: {
|
|
15499
15499
|
dimensions: string[];
|
|
15500
15500
|
metrics: string[];
|
|
15501
|
-
limit: number | null;
|
|
15502
15501
|
exploreName: string;
|
|
15503
15502
|
sorts: {
|
|
15504
15503
|
fieldId: string;
|
|
15505
15504
|
descending: boolean;
|
|
15506
15505
|
nullsFirst: boolean | null;
|
|
15507
15506
|
}[];
|
|
15507
|
+
limit: number | null;
|
|
15508
15508
|
};
|
|
15509
15509
|
} | {
|
|
15510
15510
|
followUpTools: never[];
|
|
@@ -15782,13 +15782,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15782
15782
|
description: string;
|
|
15783
15783
|
}[] | null;
|
|
15784
15784
|
vizConfig: {
|
|
15785
|
-
limit: number | null;
|
|
15786
15785
|
exploreName: string;
|
|
15787
15786
|
sorts: {
|
|
15788
15787
|
fieldId: string;
|
|
15789
15788
|
descending: boolean;
|
|
15790
15789
|
nullsFirst: boolean | null;
|
|
15791
15790
|
}[];
|
|
15791
|
+
limit: number | null;
|
|
15792
15792
|
xDimension: string;
|
|
15793
15793
|
yMetrics: string[];
|
|
15794
15794
|
breakdownByDimension: string | null;
|
|
@@ -16072,13 +16072,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16072
16072
|
description: string;
|
|
16073
16073
|
}[] | null;
|
|
16074
16074
|
vizConfig: {
|
|
16075
|
-
limit: number | null;
|
|
16076
16075
|
exploreName: string;
|
|
16077
16076
|
sorts: {
|
|
16078
16077
|
fieldId: string;
|
|
16079
16078
|
descending: boolean;
|
|
16080
16079
|
nullsFirst: boolean | null;
|
|
16081
16080
|
}[];
|
|
16081
|
+
limit: number | null;
|
|
16082
16082
|
xDimension: string;
|
|
16083
16083
|
yMetrics: string[];
|
|
16084
16084
|
breakdownByDimension: string | null;
|
|
@@ -16368,13 +16368,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16368
16368
|
vizConfig: {
|
|
16369
16369
|
dimensions: string[];
|
|
16370
16370
|
metrics: string[];
|
|
16371
|
-
limit: number | null;
|
|
16372
16371
|
exploreName: string;
|
|
16373
16372
|
sorts: {
|
|
16374
16373
|
fieldId: string;
|
|
16375
16374
|
descending: boolean;
|
|
16376
16375
|
nullsFirst: boolean | null;
|
|
16377
16376
|
}[];
|
|
16377
|
+
limit: number | null;
|
|
16378
16378
|
};
|
|
16379
16379
|
} | {
|
|
16380
16380
|
tableCalculations: ({
|
|
@@ -16651,13 +16651,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16651
16651
|
baseDimensionName: string;
|
|
16652
16652
|
}[] | null;
|
|
16653
16653
|
vizConfig: {
|
|
16654
|
-
limit: number | null;
|
|
16655
16654
|
exploreName: string;
|
|
16656
16655
|
sorts: {
|
|
16657
16656
|
fieldId: string;
|
|
16658
16657
|
descending: boolean;
|
|
16659
16658
|
nullsFirst: boolean | null;
|
|
16660
16659
|
}[];
|
|
16660
|
+
limit: number | null;
|
|
16661
16661
|
xDimension: string;
|
|
16662
16662
|
yMetrics: string[];
|
|
16663
16663
|
breakdownByDimension: string | null;
|
|
@@ -16940,13 +16940,13 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16940
16940
|
baseDimensionName: string;
|
|
16941
16941
|
}[] | null;
|
|
16942
16942
|
vizConfig: {
|
|
16943
|
-
limit: number | null;
|
|
16944
16943
|
exploreName: string;
|
|
16945
16944
|
sorts: {
|
|
16946
16945
|
fieldId: string;
|
|
16947
16946
|
descending: boolean;
|
|
16948
16947
|
nullsFirst: boolean | null;
|
|
16949
16948
|
}[];
|
|
16949
|
+
limit: number | null;
|
|
16950
16950
|
xDimension: string;
|
|
16951
16951
|
yMetrics: string[];
|
|
16952
16952
|
breakdownByDimension: string | null;
|
|
@@ -18316,23 +18316,23 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18316
18316
|
}, "strip", z.ZodTypeAny, {
|
|
18317
18317
|
dimensions: string[];
|
|
18318
18318
|
metrics: string[];
|
|
18319
|
-
limit: number | null;
|
|
18320
18319
|
exploreName: string;
|
|
18321
18320
|
sorts: {
|
|
18322
18321
|
fieldId: string;
|
|
18323
18322
|
descending: boolean;
|
|
18324
18323
|
nullsFirst: boolean | null;
|
|
18325
18324
|
}[];
|
|
18325
|
+
limit: number | null;
|
|
18326
18326
|
}, {
|
|
18327
18327
|
dimensions: string[];
|
|
18328
18328
|
metrics: string[];
|
|
18329
|
-
limit: number | null;
|
|
18330
18329
|
exploreName: string;
|
|
18331
18330
|
sorts: {
|
|
18332
18331
|
fieldId: string;
|
|
18333
18332
|
descending: boolean;
|
|
18334
18333
|
nullsFirst: boolean | null;
|
|
18335
18334
|
}[];
|
|
18335
|
+
limit: number | null;
|
|
18336
18336
|
}>;
|
|
18337
18337
|
}, "strip", z.ZodTypeAny, {
|
|
18338
18338
|
tableCalculations: ({
|
|
@@ -18611,13 +18611,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18611
18611
|
vizConfig: {
|
|
18612
18612
|
dimensions: string[];
|
|
18613
18613
|
metrics: string[];
|
|
18614
|
-
limit: number | null;
|
|
18615
18614
|
exploreName: string;
|
|
18616
18615
|
sorts: {
|
|
18617
18616
|
fieldId: string;
|
|
18618
18617
|
descending: boolean;
|
|
18619
18618
|
nullsFirst: boolean | null;
|
|
18620
18619
|
}[];
|
|
18620
|
+
limit: number | null;
|
|
18621
18621
|
};
|
|
18622
18622
|
}, {
|
|
18623
18623
|
tableCalculations: ({
|
|
@@ -18896,13 +18896,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18896
18896
|
vizConfig: {
|
|
18897
18897
|
dimensions: string[];
|
|
18898
18898
|
metrics: string[];
|
|
18899
|
-
limit: number | null;
|
|
18900
18899
|
exploreName: string;
|
|
18901
18900
|
sorts: {
|
|
18902
18901
|
fieldId: string;
|
|
18903
18902
|
descending: boolean;
|
|
18904
18903
|
nullsFirst: boolean | null;
|
|
18905
18904
|
}[];
|
|
18905
|
+
limit: number | null;
|
|
18906
18906
|
};
|
|
18907
18907
|
}>, z.ZodObject<{
|
|
18908
18908
|
customMetrics: z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
@@ -20261,13 +20261,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20261
20261
|
xAxisLabel: z.ZodNullable<z.ZodString>;
|
|
20262
20262
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
20263
20263
|
}, "strip", z.ZodTypeAny, {
|
|
20264
|
-
limit: number | null;
|
|
20265
20264
|
exploreName: string;
|
|
20266
20265
|
sorts: {
|
|
20267
20266
|
fieldId: string;
|
|
20268
20267
|
descending: boolean;
|
|
20269
20268
|
nullsFirst: boolean | null;
|
|
20270
20269
|
}[];
|
|
20270
|
+
limit: number | null;
|
|
20271
20271
|
xDimension: string;
|
|
20272
20272
|
yMetrics: string[];
|
|
20273
20273
|
breakdownByDimension: string | null;
|
|
@@ -20275,13 +20275,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20275
20275
|
yAxisLabel: string | null;
|
|
20276
20276
|
lineType: "line" | "area";
|
|
20277
20277
|
}, {
|
|
20278
|
-
limit: number | null;
|
|
20279
20278
|
exploreName: string;
|
|
20280
20279
|
sorts: {
|
|
20281
20280
|
fieldId: string;
|
|
20282
20281
|
descending: boolean;
|
|
20283
20282
|
nullsFirst: boolean | null;
|
|
20284
20283
|
}[];
|
|
20284
|
+
limit: number | null;
|
|
20285
20285
|
xDimension: string;
|
|
20286
20286
|
yMetrics: string[];
|
|
20287
20287
|
breakdownByDimension: string | null;
|
|
@@ -20564,13 +20564,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20564
20564
|
description: string;
|
|
20565
20565
|
}[] | null;
|
|
20566
20566
|
vizConfig: {
|
|
20567
|
-
limit: number | null;
|
|
20568
20567
|
exploreName: string;
|
|
20569
20568
|
sorts: {
|
|
20570
20569
|
fieldId: string;
|
|
20571
20570
|
descending: boolean;
|
|
20572
20571
|
nullsFirst: boolean | null;
|
|
20573
20572
|
}[];
|
|
20573
|
+
limit: number | null;
|
|
20574
20574
|
xDimension: string;
|
|
20575
20575
|
yMetrics: string[];
|
|
20576
20576
|
breakdownByDimension: string | null;
|
|
@@ -20853,13 +20853,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20853
20853
|
baseDimensionName: string;
|
|
20854
20854
|
}[] | null;
|
|
20855
20855
|
vizConfig: {
|
|
20856
|
-
limit: number | null;
|
|
20857
20856
|
exploreName: string;
|
|
20858
20857
|
sorts: {
|
|
20859
20858
|
fieldId: string;
|
|
20860
20859
|
descending: boolean;
|
|
20861
20860
|
nullsFirst: boolean | null;
|
|
20862
20861
|
}[];
|
|
20862
|
+
limit: number | null;
|
|
20863
20863
|
xDimension: string;
|
|
20864
20864
|
yMetrics: string[];
|
|
20865
20865
|
breakdownByDimension: string | null;
|
|
@@ -22225,13 +22225,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22225
22225
|
xAxisLabel: z.ZodNullable<z.ZodString>;
|
|
22226
22226
|
yAxisLabel: z.ZodNullable<z.ZodString>;
|
|
22227
22227
|
}, "strip", z.ZodTypeAny, {
|
|
22228
|
-
limit: number | null;
|
|
22229
22228
|
exploreName: string;
|
|
22230
22229
|
sorts: {
|
|
22231
22230
|
fieldId: string;
|
|
22232
22231
|
descending: boolean;
|
|
22233
22232
|
nullsFirst: boolean | null;
|
|
22234
22233
|
}[];
|
|
22234
|
+
limit: number | null;
|
|
22235
22235
|
xDimension: string;
|
|
22236
22236
|
yMetrics: string[];
|
|
22237
22237
|
breakdownByDimension: string | null;
|
|
@@ -22240,13 +22240,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22240
22240
|
xAxisLabel: string | null;
|
|
22241
22241
|
yAxisLabel: string | null;
|
|
22242
22242
|
}, {
|
|
22243
|
-
limit: number | null;
|
|
22244
22243
|
exploreName: string;
|
|
22245
22244
|
sorts: {
|
|
22246
22245
|
fieldId: string;
|
|
22247
22246
|
descending: boolean;
|
|
22248
22247
|
nullsFirst: boolean | null;
|
|
22249
22248
|
}[];
|
|
22249
|
+
limit: number | null;
|
|
22250
22250
|
xDimension: string;
|
|
22251
22251
|
yMetrics: string[];
|
|
22252
22252
|
breakdownByDimension: string | null;
|
|
@@ -22530,13 +22530,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22530
22530
|
description: string;
|
|
22531
22531
|
}[] | null;
|
|
22532
22532
|
vizConfig: {
|
|
22533
|
-
limit: number | null;
|
|
22534
22533
|
exploreName: string;
|
|
22535
22534
|
sorts: {
|
|
22536
22535
|
fieldId: string;
|
|
22537
22536
|
descending: boolean;
|
|
22538
22537
|
nullsFirst: boolean | null;
|
|
22539
22538
|
}[];
|
|
22539
|
+
limit: number | null;
|
|
22540
22540
|
xDimension: string;
|
|
22541
22541
|
yMetrics: string[];
|
|
22542
22542
|
breakdownByDimension: string | null;
|
|
@@ -22820,13 +22820,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22820
22820
|
baseDimensionName: string;
|
|
22821
22821
|
}[] | null;
|
|
22822
22822
|
vizConfig: {
|
|
22823
|
-
limit: number | null;
|
|
22824
22823
|
exploreName: string;
|
|
22825
22824
|
sorts: {
|
|
22826
22825
|
fieldId: string;
|
|
22827
22826
|
descending: boolean;
|
|
22828
22827
|
nullsFirst: boolean | null;
|
|
22829
22828
|
}[];
|
|
22829
|
+
limit: number | null;
|
|
22830
22830
|
xDimension: string;
|
|
22831
22831
|
yMetrics: string[];
|
|
22832
22832
|
breakdownByDimension: string | null;
|
|
@@ -23113,13 +23113,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23113
23113
|
vizConfig: {
|
|
23114
23114
|
dimensions: string[];
|
|
23115
23115
|
metrics: string[];
|
|
23116
|
-
limit: number | null;
|
|
23117
23116
|
exploreName: string;
|
|
23118
23117
|
sorts: {
|
|
23119
23118
|
fieldId: string;
|
|
23120
23119
|
descending: boolean;
|
|
23121
23120
|
nullsFirst: boolean | null;
|
|
23122
23121
|
}[];
|
|
23122
|
+
limit: number | null;
|
|
23123
23123
|
};
|
|
23124
23124
|
} | {
|
|
23125
23125
|
followUpTools: never[];
|
|
@@ -23397,13 +23397,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23397
23397
|
description: string;
|
|
23398
23398
|
}[] | null;
|
|
23399
23399
|
vizConfig: {
|
|
23400
|
-
limit: number | null;
|
|
23401
23400
|
exploreName: string;
|
|
23402
23401
|
sorts: {
|
|
23403
23402
|
fieldId: string;
|
|
23404
23403
|
descending: boolean;
|
|
23405
23404
|
nullsFirst: boolean | null;
|
|
23406
23405
|
}[];
|
|
23406
|
+
limit: number | null;
|
|
23407
23407
|
xDimension: string;
|
|
23408
23408
|
yMetrics: string[];
|
|
23409
23409
|
breakdownByDimension: string | null;
|
|
@@ -23687,13 +23687,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23687
23687
|
description: string;
|
|
23688
23688
|
}[] | null;
|
|
23689
23689
|
vizConfig: {
|
|
23690
|
-
limit: number | null;
|
|
23691
23690
|
exploreName: string;
|
|
23692
23691
|
sorts: {
|
|
23693
23692
|
fieldId: string;
|
|
23694
23693
|
descending: boolean;
|
|
23695
23694
|
nullsFirst: boolean | null;
|
|
23696
23695
|
}[];
|
|
23696
|
+
limit: number | null;
|
|
23697
23697
|
xDimension: string;
|
|
23698
23698
|
yMetrics: string[];
|
|
23699
23699
|
breakdownByDimension: string | null;
|
|
@@ -23979,13 +23979,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23979
23979
|
vizConfig: {
|
|
23980
23980
|
dimensions: string[];
|
|
23981
23981
|
metrics: string[];
|
|
23982
|
-
limit: number | null;
|
|
23983
23982
|
exploreName: string;
|
|
23984
23983
|
sorts: {
|
|
23985
23984
|
fieldId: string;
|
|
23986
23985
|
descending: boolean;
|
|
23987
23986
|
nullsFirst: boolean | null;
|
|
23988
23987
|
}[];
|
|
23988
|
+
limit: number | null;
|
|
23989
23989
|
};
|
|
23990
23990
|
} | {
|
|
23991
23991
|
tableCalculations: ({
|
|
@@ -24262,13 +24262,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24262
24262
|
baseDimensionName: string;
|
|
24263
24263
|
}[] | null;
|
|
24264
24264
|
vizConfig: {
|
|
24265
|
-
limit: number | null;
|
|
24266
24265
|
exploreName: string;
|
|
24267
24266
|
sorts: {
|
|
24268
24267
|
fieldId: string;
|
|
24269
24268
|
descending: boolean;
|
|
24270
24269
|
nullsFirst: boolean | null;
|
|
24271
24270
|
}[];
|
|
24271
|
+
limit: number | null;
|
|
24272
24272
|
xDimension: string;
|
|
24273
24273
|
yMetrics: string[];
|
|
24274
24274
|
breakdownByDimension: string | null;
|
|
@@ -24551,13 +24551,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24551
24551
|
baseDimensionName: string;
|
|
24552
24552
|
}[] | null;
|
|
24553
24553
|
vizConfig: {
|
|
24554
|
-
limit: number | null;
|
|
24555
24554
|
exploreName: string;
|
|
24556
24555
|
sorts: {
|
|
24557
24556
|
fieldId: string;
|
|
24558
24557
|
descending: boolean;
|
|
24559
24558
|
nullsFirst: boolean | null;
|
|
24560
24559
|
}[];
|
|
24560
|
+
limit: number | null;
|
|
24561
24561
|
xDimension: string;
|
|
24562
24562
|
yMetrics: string[];
|
|
24563
24563
|
breakdownByDimension: string | null;
|
|
@@ -24848,13 +24848,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24848
24848
|
vizConfig: {
|
|
24849
24849
|
dimensions: string[];
|
|
24850
24850
|
metrics: string[];
|
|
24851
|
-
limit: number | null;
|
|
24852
24851
|
exploreName: string;
|
|
24853
24852
|
sorts: {
|
|
24854
24853
|
fieldId: string;
|
|
24855
24854
|
descending: boolean;
|
|
24856
24855
|
nullsFirst: boolean | null;
|
|
24857
24856
|
}[];
|
|
24857
|
+
limit: number | null;
|
|
24858
24858
|
};
|
|
24859
24859
|
} | {
|
|
24860
24860
|
followUpTools: never[];
|
|
@@ -25132,13 +25132,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25132
25132
|
description: string;
|
|
25133
25133
|
}[] | null;
|
|
25134
25134
|
vizConfig: {
|
|
25135
|
-
limit: number | null;
|
|
25136
25135
|
exploreName: string;
|
|
25137
25136
|
sorts: {
|
|
25138
25137
|
fieldId: string;
|
|
25139
25138
|
descending: boolean;
|
|
25140
25139
|
nullsFirst: boolean | null;
|
|
25141
25140
|
}[];
|
|
25141
|
+
limit: number | null;
|
|
25142
25142
|
xDimension: string;
|
|
25143
25143
|
yMetrics: string[];
|
|
25144
25144
|
breakdownByDimension: string | null;
|
|
@@ -25422,13 +25422,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25422
25422
|
description: string;
|
|
25423
25423
|
}[] | null;
|
|
25424
25424
|
vizConfig: {
|
|
25425
|
-
limit: number | null;
|
|
25426
25425
|
exploreName: string;
|
|
25427
25426
|
sorts: {
|
|
25428
25427
|
fieldId: string;
|
|
25429
25428
|
descending: boolean;
|
|
25430
25429
|
nullsFirst: boolean | null;
|
|
25431
25430
|
}[];
|
|
25431
|
+
limit: number | null;
|
|
25432
25432
|
xDimension: string;
|
|
25433
25433
|
yMetrics: string[];
|
|
25434
25434
|
breakdownByDimension: string | null;
|
|
@@ -25718,13 +25718,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25718
25718
|
vizConfig: {
|
|
25719
25719
|
dimensions: string[];
|
|
25720
25720
|
metrics: string[];
|
|
25721
|
-
limit: number | null;
|
|
25722
25721
|
exploreName: string;
|
|
25723
25722
|
sorts: {
|
|
25724
25723
|
fieldId: string;
|
|
25725
25724
|
descending: boolean;
|
|
25726
25725
|
nullsFirst: boolean | null;
|
|
25727
25726
|
}[];
|
|
25727
|
+
limit: number | null;
|
|
25728
25728
|
};
|
|
25729
25729
|
} | {
|
|
25730
25730
|
tableCalculations: ({
|
|
@@ -26001,13 +26001,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26001
26001
|
baseDimensionName: string;
|
|
26002
26002
|
}[] | null;
|
|
26003
26003
|
vizConfig: {
|
|
26004
|
-
limit: number | null;
|
|
26005
26004
|
exploreName: string;
|
|
26006
26005
|
sorts: {
|
|
26007
26006
|
fieldId: string;
|
|
26008
26007
|
descending: boolean;
|
|
26009
26008
|
nullsFirst: boolean | null;
|
|
26010
26009
|
}[];
|
|
26010
|
+
limit: number | null;
|
|
26011
26011
|
xDimension: string;
|
|
26012
26012
|
yMetrics: string[];
|
|
26013
26013
|
breakdownByDimension: string | null;
|
|
@@ -26290,13 +26290,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26290
26290
|
baseDimensionName: string;
|
|
26291
26291
|
}[] | null;
|
|
26292
26292
|
vizConfig: {
|
|
26293
|
-
limit: number | null;
|
|
26294
26293
|
exploreName: string;
|
|
26295
26294
|
sorts: {
|
|
26296
26295
|
fieldId: string;
|
|
26297
26296
|
descending: boolean;
|
|
26298
26297
|
nullsFirst: boolean | null;
|
|
26299
26298
|
}[];
|
|
26299
|
+
limit: number | null;
|
|
26300
26300
|
xDimension: string;
|
|
26301
26301
|
yMetrics: string[];
|
|
26302
26302
|
breakdownByDimension: string | null;
|
|
@@ -26380,13 +26380,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26380
26380
|
vizConfig: {
|
|
26381
26381
|
dimensions: string[];
|
|
26382
26382
|
metrics: string[];
|
|
26383
|
-
limit: number | null;
|
|
26384
26383
|
exploreName: string;
|
|
26385
26384
|
sorts: {
|
|
26386
26385
|
fieldId: string;
|
|
26387
26386
|
descending: boolean;
|
|
26388
26387
|
nullsFirst: boolean | null;
|
|
26389
26388
|
}[];
|
|
26389
|
+
limit: number | null;
|
|
26390
26390
|
};
|
|
26391
26391
|
} | {
|
|
26392
26392
|
followUpTools: AiResultType[];
|
|
@@ -26459,13 +26459,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26459
26459
|
description: string;
|
|
26460
26460
|
}[] | null;
|
|
26461
26461
|
vizConfig: {
|
|
26462
|
-
limit: number | null;
|
|
26463
26462
|
exploreName: string;
|
|
26464
26463
|
sorts: {
|
|
26465
26464
|
fieldId: string;
|
|
26466
26465
|
descending: boolean;
|
|
26467
26466
|
nullsFirst: boolean | null;
|
|
26468
26467
|
}[];
|
|
26468
|
+
limit: number | null;
|
|
26469
26469
|
xDimension: string;
|
|
26470
26470
|
yMetrics: string[];
|
|
26471
26471
|
breakdownByDimension: string | null;
|
|
@@ -26544,13 +26544,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26544
26544
|
description: string;
|
|
26545
26545
|
}[] | null;
|
|
26546
26546
|
vizConfig: {
|
|
26547
|
-
limit: number | null;
|
|
26548
26547
|
exploreName: string;
|
|
26549
26548
|
sorts: {
|
|
26550
26549
|
fieldId: string;
|
|
26551
26550
|
descending: boolean;
|
|
26552
26551
|
nullsFirst: boolean | null;
|
|
26553
26552
|
}[];
|
|
26553
|
+
limit: number | null;
|
|
26554
26554
|
xDimension: string;
|
|
26555
26555
|
yMetrics: string[];
|
|
26556
26556
|
breakdownByDimension: string | null;
|
|
@@ -26842,13 +26842,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26842
26842
|
vizConfig: {
|
|
26843
26843
|
dimensions: string[];
|
|
26844
26844
|
metrics: string[];
|
|
26845
|
-
limit: number | null;
|
|
26846
26845
|
exploreName: string;
|
|
26847
26846
|
sorts: {
|
|
26848
26847
|
fieldId: string;
|
|
26849
26848
|
descending: boolean;
|
|
26850
26849
|
nullsFirst: boolean | null;
|
|
26851
26850
|
}[];
|
|
26851
|
+
limit: number | null;
|
|
26852
26852
|
};
|
|
26853
26853
|
} | {
|
|
26854
26854
|
tableCalculations: ({
|
|
@@ -27125,13 +27125,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
27125
27125
|
baseDimensionName: string;
|
|
27126
27126
|
}[] | null;
|
|
27127
27127
|
vizConfig: {
|
|
27128
|
-
limit: number | null;
|
|
27129
27128
|
exploreName: string;
|
|
27130
27129
|
sorts: {
|
|
27131
27130
|
fieldId: string;
|
|
27132
27131
|
descending: boolean;
|
|
27133
27132
|
nullsFirst: boolean | null;
|
|
27134
27133
|
}[];
|
|
27134
|
+
limit: number | null;
|
|
27135
27135
|
xDimension: string;
|
|
27136
27136
|
yMetrics: string[];
|
|
27137
27137
|
breakdownByDimension: string | null;
|
|
@@ -27414,13 +27414,13 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
27414
27414
|
baseDimensionName: string;
|
|
27415
27415
|
}[] | null;
|
|
27416
27416
|
vizConfig: {
|
|
27417
|
-
limit: number | null;
|
|
27418
27417
|
exploreName: string;
|
|
27419
27418
|
sorts: {
|
|
27420
27419
|
fieldId: string;
|
|
27421
27420
|
descending: boolean;
|
|
27422
27421
|
nullsFirst: boolean | null;
|
|
27423
27422
|
}[];
|
|
27423
|
+
limit: number | null;
|
|
27424
27424
|
xDimension: string;
|
|
27425
27425
|
yMetrics: string[];
|
|
27426
27426
|
breakdownByDimension: string | null;
|