@lightdash/common 0.2067.2 → 0.2068.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.
Files changed (99) hide show
  1. package/dist/cjs/ee/AiAgent/schemas/customMetrics.d.ts +6 -0
  2. package/dist/cjs/ee/AiAgent/schemas/customMetrics.d.ts.map +1 -1
  3. package/dist/cjs/ee/AiAgent/schemas/customMetrics.js +3 -0
  4. package/dist/cjs/ee/AiAgent/schemas/customMetrics.js.map +1 -1
  5. package/dist/cjs/ee/AiAgent/schemas/index.d.ts +53 -0
  6. package/dist/cjs/ee/AiAgent/schemas/index.d.ts.map +1 -1
  7. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -0
  8. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts.map +1 -1
  9. package/dist/cjs/ee/AiAgent/schemas/tools/toolProposeChange.d.ts +11 -0
  10. package/dist/cjs/ee/AiAgent/schemas/tools/toolProposeChange.d.ts.map +1 -1
  11. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -0
  12. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -1
  13. package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -0
  14. package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts.map +1 -1
  15. package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -0
  16. package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts.map +1 -1
  17. package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -0
  18. package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts.map +1 -1
  19. package/dist/cjs/ee/AiAgent/utils.d.ts +3 -0
  20. package/dist/cjs/ee/AiAgent/utils.d.ts.map +1 -1
  21. package/dist/cjs/pivot/derivePivotConfigFromChart.d.ts.map +1 -1
  22. package/dist/cjs/pivot/derivePivotConfigFromChart.js +18 -30
  23. package/dist/cjs/pivot/derivePivotConfigFromChart.js.map +1 -1
  24. package/dist/cjs/pivot/derivePivotConfigFromChart.mock.d.ts +1 -0
  25. package/dist/cjs/pivot/derivePivotConfigFromChart.mock.d.ts.map +1 -1
  26. package/dist/cjs/pivot/derivePivotConfigFromChart.mock.js +34 -1
  27. package/dist/cjs/pivot/derivePivotConfigFromChart.mock.js.map +1 -1
  28. package/dist/cjs/pivot/derivePivotConfigFromChart.test.js +46 -7
  29. package/dist/cjs/pivot/derivePivotConfigFromChart.test.js.map +1 -1
  30. package/dist/cjs/types/changeset.d.ts +272 -79
  31. package/dist/cjs/types/changeset.d.ts.map +1 -1
  32. package/dist/cjs/types/changeset.js +11 -9
  33. package/dist/cjs/types/changeset.js.map +1 -1
  34. package/dist/cjs/utils/changeset.d.ts +4 -2
  35. package/dist/cjs/utils/changeset.d.ts.map +1 -1
  36. package/dist/cjs/utils/changeset.js.map +1 -1
  37. package/dist/esm/ee/AiAgent/schemas/customMetrics.d.ts +6 -0
  38. package/dist/esm/ee/AiAgent/schemas/customMetrics.d.ts.map +1 -1
  39. package/dist/esm/ee/AiAgent/schemas/customMetrics.js +3 -0
  40. package/dist/esm/ee/AiAgent/schemas/customMetrics.js.map +1 -1
  41. package/dist/esm/ee/AiAgent/schemas/index.d.ts +53 -0
  42. package/dist/esm/ee/AiAgent/schemas/index.d.ts.map +1 -1
  43. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -0
  44. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts.map +1 -1
  45. package/dist/esm/ee/AiAgent/schemas/tools/toolProposeChange.d.ts +11 -0
  46. package/dist/esm/ee/AiAgent/schemas/tools/toolProposeChange.d.ts.map +1 -1
  47. package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -0
  48. package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -1
  49. package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -0
  50. package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts.map +1 -1
  51. package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -0
  52. package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts.map +1 -1
  53. package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -0
  54. package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts.map +1 -1
  55. package/dist/esm/ee/AiAgent/utils.d.ts +3 -0
  56. package/dist/esm/ee/AiAgent/utils.d.ts.map +1 -1
  57. package/dist/esm/pivot/derivePivotConfigFromChart.d.ts.map +1 -1
  58. package/dist/esm/pivot/derivePivotConfigFromChart.js +18 -30
  59. package/dist/esm/pivot/derivePivotConfigFromChart.js.map +1 -1
  60. package/dist/esm/pivot/derivePivotConfigFromChart.mock.d.ts +1 -0
  61. package/dist/esm/pivot/derivePivotConfigFromChart.mock.d.ts.map +1 -1
  62. package/dist/esm/pivot/derivePivotConfigFromChart.mock.js +33 -0
  63. package/dist/esm/pivot/derivePivotConfigFromChart.mock.js.map +1 -1
  64. package/dist/esm/pivot/derivePivotConfigFromChart.test.js +47 -8
  65. package/dist/esm/pivot/derivePivotConfigFromChart.test.js.map +1 -1
  66. package/dist/esm/types/changeset.d.ts +272 -79
  67. package/dist/esm/types/changeset.d.ts.map +1 -1
  68. package/dist/esm/types/changeset.js +10 -8
  69. package/dist/esm/types/changeset.js.map +1 -1
  70. package/dist/esm/utils/changeset.d.ts +4 -2
  71. package/dist/esm/utils/changeset.d.ts.map +1 -1
  72. package/dist/esm/utils/changeset.js.map +1 -1
  73. package/dist/tsconfig.types.tsbuildinfo +1 -1
  74. package/dist/types/ee/AiAgent/schemas/customMetrics.d.ts +6 -0
  75. package/dist/types/ee/AiAgent/schemas/customMetrics.d.ts.map +1 -1
  76. package/dist/types/ee/AiAgent/schemas/index.d.ts +53 -0
  77. package/dist/types/ee/AiAgent/schemas/index.d.ts.map +1 -1
  78. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -0
  79. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts.map +1 -1
  80. package/dist/types/ee/AiAgent/schemas/tools/toolProposeChange.d.ts +11 -0
  81. package/dist/types/ee/AiAgent/schemas/tools/toolProposeChange.d.ts.map +1 -1
  82. package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -0
  83. package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -1
  84. package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -0
  85. package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts.map +1 -1
  86. package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -0
  87. package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts.map +1 -1
  88. package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -0
  89. package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts.map +1 -1
  90. package/dist/types/ee/AiAgent/utils.d.ts +3 -0
  91. package/dist/types/ee/AiAgent/utils.d.ts.map +1 -1
  92. package/dist/types/pivot/derivePivotConfigFromChart.d.ts.map +1 -1
  93. package/dist/types/pivot/derivePivotConfigFromChart.mock.d.ts +1 -0
  94. package/dist/types/pivot/derivePivotConfigFromChart.mock.d.ts.map +1 -1
  95. package/dist/types/types/changeset.d.ts +272 -79
  96. package/dist/types/types/changeset.d.ts.map +1 -1
  97. package/dist/types/utils/changeset.d.ts +4 -2
  98. package/dist/types/utils/changeset.d.ts.map +1 -1
  99. package/package.json +1 -1
@@ -5,6 +5,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
5
5
  customMetrics: z.ZodNullable<z.ZodArray<z.ZodObject<{
6
6
  name: z.ZodString;
7
7
  label: z.ZodString;
8
+ description: z.ZodString;
8
9
  baseDimensionName: z.ZodString;
9
10
  table: z.ZodString;
10
11
  type: z.ZodEnum<[import("../../../..").MetricType.AVERAGE, import("../../../..").MetricType.COUNT, import("../../../..").MetricType.COUNT_DISTINCT, import("../../../..").MetricType.MAX, import("../../../..").MetricType.MIN, import("../../../..").MetricType.SUM, import("../../../..").MetricType.PERCENTILE, import("../../../..").MetricType.MEDIAN]>;
@@ -13,12 +14,14 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
13
14
  label: string;
14
15
  table: string;
15
16
  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;
17
+ description: string;
16
18
  baseDimensionName: string;
17
19
  }, {
18
20
  name: string;
19
21
  label: string;
20
22
  table: string;
21
23
  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;
24
+ description: string;
22
25
  baseDimensionName: string;
23
26
  }>, "many">>;
24
27
  tableCalculations: z.ZodNullable<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -1349,6 +1352,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
1349
1352
  label: string;
1350
1353
  table: string;
1351
1354
  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;
1355
+ description: string;
1352
1356
  baseDimensionName: string;
1353
1357
  }[] | null;
1354
1358
  title: string;
@@ -1586,6 +1590,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
1586
1590
  label: string;
1587
1591
  table: string;
1588
1592
  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;
1593
+ description: string;
1589
1594
  baseDimensionName: string;
1590
1595
  }[] | null;
1591
1596
  title: string;
@@ -1604,6 +1609,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
1604
1609
  customMetrics: z.ZodNullable<z.ZodArray<z.ZodObject<{
1605
1610
  name: z.ZodString;
1606
1611
  label: z.ZodString;
1612
+ description: z.ZodString;
1607
1613
  baseDimensionName: z.ZodString;
1608
1614
  table: z.ZodString;
1609
1615
  type: z.ZodEnum<[import("../../../..").MetricType.AVERAGE, import("../../../..").MetricType.COUNT, import("../../../..").MetricType.COUNT_DISTINCT, import("../../../..").MetricType.MAX, import("../../../..").MetricType.MIN, import("../../../..").MetricType.SUM, import("../../../..").MetricType.PERCENTILE, import("../../../..").MetricType.MEDIAN]>;
@@ -1612,12 +1618,14 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
1612
1618
  label: string;
1613
1619
  table: string;
1614
1620
  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;
1621
+ description: string;
1615
1622
  baseDimensionName: string;
1616
1623
  }, {
1617
1624
  name: string;
1618
1625
  label: string;
1619
1626
  table: string;
1620
1627
  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;
1628
+ description: string;
1621
1629
  baseDimensionName: string;
1622
1630
  }>, "many">>;
1623
1631
  tableCalculations: z.ZodNullable<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -2960,6 +2968,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
2960
2968
  label: string;
2961
2969
  table: string;
2962
2970
  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;
2971
+ description: string;
2963
2972
  baseDimensionName: string;
2964
2973
  }[] | null;
2965
2974
  title: string;
@@ -3201,6 +3210,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
3201
3210
  label: string;
3202
3211
  table: string;
3203
3212
  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;
3213
+ description: string;
3204
3214
  baseDimensionName: string;
3205
3215
  }[] | null;
3206
3216
  title: string;
@@ -3223,6 +3233,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
3223
3233
  customMetrics: z.ZodNullable<z.ZodArray<z.ZodObject<{
3224
3234
  name: z.ZodString;
3225
3235
  label: z.ZodString;
3236
+ description: z.ZodString;
3226
3237
  baseDimensionName: z.ZodString;
3227
3238
  table: z.ZodString;
3228
3239
  type: z.ZodEnum<[import("../../../..").MetricType.AVERAGE, import("../../../..").MetricType.COUNT, import("../../../..").MetricType.COUNT_DISTINCT, import("../../../..").MetricType.MAX, import("../../../..").MetricType.MIN, import("../../../..").MetricType.SUM, import("../../../..").MetricType.PERCENTILE, import("../../../..").MetricType.MEDIAN]>;
@@ -3231,12 +3242,14 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
3231
3242
  label: string;
3232
3243
  table: string;
3233
3244
  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;
3245
+ description: string;
3234
3246
  baseDimensionName: string;
3235
3247
  }, {
3236
3248
  name: string;
3237
3249
  label: string;
3238
3250
  table: string;
3239
3251
  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;
3252
+ description: string;
3240
3253
  baseDimensionName: string;
3241
3254
  }>, "many">>;
3242
3255
  tableCalculations: z.ZodNullable<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -4582,6 +4595,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
4582
4595
  label: string;
4583
4596
  table: string;
4584
4597
  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;
4598
+ description: string;
4585
4599
  baseDimensionName: string;
4586
4600
  }[] | null;
4587
4601
  title: string;
@@ -4824,6 +4838,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
4824
4838
  label: string;
4825
4839
  table: string;
4826
4840
  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;
4841
+ description: string;
4827
4842
  baseDimensionName: string;
4828
4843
  }[] | null;
4829
4844
  title: string;
@@ -5067,6 +5082,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
5067
5082
  label: string;
5068
5083
  table: string;
5069
5084
  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;
5085
+ description: string;
5070
5086
  baseDimensionName: string;
5071
5087
  }[] | null;
5072
5088
  title: string;
@@ -5305,6 +5321,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
5305
5321
  label: string;
5306
5322
  table: string;
5307
5323
  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;
5324
+ description: string;
5308
5325
  baseDimensionName: string;
5309
5326
  }[] | null;
5310
5327
  title: string;
@@ -5547,6 +5564,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
5547
5564
  label: string;
5548
5565
  table: string;
5549
5566
  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;
5567
+ description: string;
5550
5568
  baseDimensionName: string;
5551
5569
  }[] | null;
5552
5570
  title: string;
@@ -5789,6 +5807,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
5789
5807
  label: string;
5790
5808
  table: string;
5791
5809
  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;
5810
+ description: string;
5792
5811
  baseDimensionName: string;
5793
5812
  }[] | null;
5794
5813
  title: string;
@@ -6026,6 +6045,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
6026
6045
  label: string;
6027
6046
  table: string;
6028
6047
  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;
6048
+ description: string;
6029
6049
  baseDimensionName: string;
6030
6050
  }[] | null;
6031
6051
  title: string;
@@ -6267,6 +6287,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
6267
6287
  label: string;
6268
6288
  table: string;
6269
6289
  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;
6290
+ description: string;
6270
6291
  baseDimensionName: string;
6271
6292
  }[] | null;
6272
6293
  title: string;
@@ -6297,6 +6318,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
6297
6318
  customMetrics: z.ZodNullable<z.ZodArray<z.ZodObject<{
6298
6319
  name: z.ZodString;
6299
6320
  label: z.ZodString;
6321
+ description: z.ZodString;
6300
6322
  baseDimensionName: z.ZodString;
6301
6323
  table: z.ZodString;
6302
6324
  type: z.ZodEnum<[import("../../../..").MetricType.AVERAGE, import("../../../..").MetricType.COUNT, import("../../../..").MetricType.COUNT_DISTINCT, import("../../../..").MetricType.MAX, import("../../../..").MetricType.MIN, import("../../../..").MetricType.SUM, import("../../../..").MetricType.PERCENTILE, import("../../../..").MetricType.MEDIAN]>;
@@ -6305,12 +6327,14 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
6305
6327
  label: string;
6306
6328
  table: string;
6307
6329
  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;
6330
+ description: string;
6308
6331
  baseDimensionName: string;
6309
6332
  }, {
6310
6333
  name: string;
6311
6334
  label: string;
6312
6335
  table: string;
6313
6336
  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;
6337
+ description: string;
6314
6338
  baseDimensionName: string;
6315
6339
  }>, "many">>;
6316
6340
  tableCalculations: z.ZodNullable<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -7641,6 +7665,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
7641
7665
  label: string;
7642
7666
  table: string;
7643
7667
  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;
7668
+ description: string;
7644
7669
  baseDimensionName: string;
7645
7670
  }[] | null;
7646
7671
  title: string;
@@ -7878,6 +7903,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
7878
7903
  label: string;
7879
7904
  table: string;
7880
7905
  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;
7906
+ description: string;
7881
7907
  baseDimensionName: string;
7882
7908
  }[] | null;
7883
7909
  title: string;
@@ -7896,6 +7922,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
7896
7922
  customMetrics: z.ZodNullable<z.ZodArray<z.ZodObject<{
7897
7923
  name: z.ZodString;
7898
7924
  label: z.ZodString;
7925
+ description: z.ZodString;
7899
7926
  baseDimensionName: z.ZodString;
7900
7927
  table: z.ZodString;
7901
7928
  type: z.ZodEnum<[import("../../../..").MetricType.AVERAGE, import("../../../..").MetricType.COUNT, import("../../../..").MetricType.COUNT_DISTINCT, import("../../../..").MetricType.MAX, import("../../../..").MetricType.MIN, import("../../../..").MetricType.SUM, import("../../../..").MetricType.PERCENTILE, import("../../../..").MetricType.MEDIAN]>;
@@ -7904,12 +7931,14 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
7904
7931
  label: string;
7905
7932
  table: string;
7906
7933
  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;
7934
+ description: string;
7907
7935
  baseDimensionName: string;
7908
7936
  }, {
7909
7937
  name: string;
7910
7938
  label: string;
7911
7939
  table: string;
7912
7940
  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;
7941
+ description: string;
7913
7942
  baseDimensionName: string;
7914
7943
  }>, "many">>;
7915
7944
  tableCalculations: z.ZodNullable<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -9252,6 +9281,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
9252
9281
  label: string;
9253
9282
  table: string;
9254
9283
  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;
9284
+ description: string;
9255
9285
  baseDimensionName: string;
9256
9286
  }[] | null;
9257
9287
  title: string;
@@ -9493,6 +9523,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
9493
9523
  label: string;
9494
9524
  table: string;
9495
9525
  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;
9526
+ description: string;
9496
9527
  baseDimensionName: string;
9497
9528
  }[] | null;
9498
9529
  title: string;
@@ -9515,6 +9546,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
9515
9546
  customMetrics: z.ZodNullable<z.ZodArray<z.ZodObject<{
9516
9547
  name: z.ZodString;
9517
9548
  label: z.ZodString;
9549
+ description: z.ZodString;
9518
9550
  baseDimensionName: z.ZodString;
9519
9551
  table: z.ZodString;
9520
9552
  type: z.ZodEnum<[import("../../../..").MetricType.AVERAGE, import("../../../..").MetricType.COUNT, import("../../../..").MetricType.COUNT_DISTINCT, import("../../../..").MetricType.MAX, import("../../../..").MetricType.MIN, import("../../../..").MetricType.SUM, import("../../../..").MetricType.PERCENTILE, import("../../../..").MetricType.MEDIAN]>;
@@ -9523,12 +9555,14 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
9523
9555
  label: string;
9524
9556
  table: string;
9525
9557
  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;
9558
+ description: string;
9526
9559
  baseDimensionName: string;
9527
9560
  }, {
9528
9561
  name: string;
9529
9562
  label: string;
9530
9563
  table: string;
9531
9564
  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;
9565
+ description: string;
9532
9566
  baseDimensionName: string;
9533
9567
  }>, "many">>;
9534
9568
  tableCalculations: z.ZodNullable<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -10874,6 +10908,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
10874
10908
  label: string;
10875
10909
  table: string;
10876
10910
  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;
10911
+ description: string;
10877
10912
  baseDimensionName: string;
10878
10913
  }[] | null;
10879
10914
  title: string;
@@ -11116,6 +11151,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
11116
11151
  label: string;
11117
11152
  table: string;
11118
11153
  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;
11154
+ description: string;
11119
11155
  baseDimensionName: string;
11120
11156
  }[] | null;
11121
11157
  title: string;
@@ -11359,6 +11395,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
11359
11395
  label: string;
11360
11396
  table: string;
11361
11397
  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;
11398
+ description: string;
11362
11399
  baseDimensionName: string;
11363
11400
  }[] | null;
11364
11401
  title: string;
@@ -11597,6 +11634,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
11597
11634
  label: string;
11598
11635
  table: string;
11599
11636
  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;
11637
+ description: string;
11600
11638
  baseDimensionName: string;
11601
11639
  }[] | null;
11602
11640
  title: string;
@@ -11839,6 +11877,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
11839
11877
  label: string;
11840
11878
  table: string;
11841
11879
  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;
11880
+ description: string;
11842
11881
  baseDimensionName: string;
11843
11882
  }[] | null;
11844
11883
  title: string;
@@ -12081,6 +12120,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
12081
12120
  label: string;
12082
12121
  table: string;
12083
12122
  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;
12123
+ description: string;
12084
12124
  baseDimensionName: string;
12085
12125
  }[] | null;
12086
12126
  title: string;
@@ -12318,6 +12358,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
12318
12358
  label: string;
12319
12359
  table: string;
12320
12360
  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;
12361
+ description: string;
12321
12362
  baseDimensionName: string;
12322
12363
  }[] | null;
12323
12364
  title: string;
@@ -12559,6 +12600,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
12559
12600
  label: string;
12560
12601
  table: string;
12561
12602
  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;
12603
+ description: string;
12562
12604
  baseDimensionName: string;
12563
12605
  }[] | null;
12564
12606
  title: string;
@@ -12807,6 +12849,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
12807
12849
  label: string;
12808
12850
  table: string;
12809
12851
  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;
12852
+ description: string;
12810
12853
  baseDimensionName: string;
12811
12854
  }[] | null;
12812
12855
  title: string;
@@ -13045,6 +13088,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
13045
13088
  label: string;
13046
13089
  table: string;
13047
13090
  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;
13091
+ description: string;
13048
13092
  baseDimensionName: string;
13049
13093
  }[] | null;
13050
13094
  title: string;
@@ -13287,6 +13331,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
13287
13331
  label: string;
13288
13332
  table: string;
13289
13333
  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;
13334
+ description: string;
13290
13335
  baseDimensionName: string;
13291
13336
  }[] | null;
13292
13337
  title: string;
@@ -13534,6 +13579,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
13534
13579
  label: string;
13535
13580
  table: string;
13536
13581
  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;
13582
+ description: string;
13537
13583
  baseDimensionName: string;
13538
13584
  }[] | null;
13539
13585
  title: string;
@@ -13771,6 +13817,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
13771
13817
  label: string;
13772
13818
  table: string;
13773
13819
  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;
13820
+ description: string;
13774
13821
  baseDimensionName: string;
13775
13822
  }[] | null;
13776
13823
  title: string;
@@ -14012,6 +14059,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
14012
14059
  label: string;
14013
14060
  table: string;
14014
14061
  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;
14062
+ description: string;
14015
14063
  baseDimensionName: string;
14016
14064
  }[] | null;
14017
14065
  title: string;
@@ -14043,6 +14091,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
14043
14091
  customMetrics: z.ZodNullable<z.ZodArray<z.ZodObject<{
14044
14092
  name: z.ZodString;
14045
14093
  label: z.ZodString;
14094
+ description: z.ZodString;
14046
14095
  baseDimensionName: z.ZodString;
14047
14096
  table: z.ZodString;
14048
14097
  type: z.ZodEnum<[import("../../../..").MetricType.AVERAGE, import("../../../..").MetricType.COUNT, import("../../../..").MetricType.COUNT_DISTINCT, import("../../../..").MetricType.MAX, import("../../../..").MetricType.MIN, import("../../../..").MetricType.SUM, import("../../../..").MetricType.PERCENTILE, import("../../../..").MetricType.MEDIAN]>;
@@ -14051,12 +14100,14 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
14051
14100
  label: string;
14052
14101
  table: string;
14053
14102
  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;
14103
+ description: string;
14054
14104
  baseDimensionName: string;
14055
14105
  }, {
14056
14106
  name: string;
14057
14107
  label: string;
14058
14108
  table: string;
14059
14109
  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;
14110
+ description: string;
14060
14111
  baseDimensionName: string;
14061
14112
  }>, "many">>;
14062
14113
  tableCalculations: z.ZodNullable<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -15387,6 +15438,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
15387
15438
  label: string;
15388
15439
  table: string;
15389
15440
  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;
15441
+ description: string;
15390
15442
  baseDimensionName: string;
15391
15443
  }[] | null;
15392
15444
  title: string;
@@ -15624,6 +15676,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
15624
15676
  label: string;
15625
15677
  table: string;
15626
15678
  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;
15679
+ description: string;
15627
15680
  baseDimensionName: string;
15628
15681
  }[] | null;
15629
15682
  title: string;
@@ -15642,6 +15695,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
15642
15695
  customMetrics: z.ZodNullable<z.ZodArray<z.ZodObject<{
15643
15696
  name: z.ZodString;
15644
15697
  label: z.ZodString;
15698
+ description: z.ZodString;
15645
15699
  baseDimensionName: z.ZodString;
15646
15700
  table: z.ZodString;
15647
15701
  type: z.ZodEnum<[import("../../../..").MetricType.AVERAGE, import("../../../..").MetricType.COUNT, import("../../../..").MetricType.COUNT_DISTINCT, import("../../../..").MetricType.MAX, import("../../../..").MetricType.MIN, import("../../../..").MetricType.SUM, import("../../../..").MetricType.PERCENTILE, import("../../../..").MetricType.MEDIAN]>;
@@ -15650,12 +15704,14 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
15650
15704
  label: string;
15651
15705
  table: string;
15652
15706
  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;
15707
+ description: string;
15653
15708
  baseDimensionName: string;
15654
15709
  }, {
15655
15710
  name: string;
15656
15711
  label: string;
15657
15712
  table: string;
15658
15713
  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;
15714
+ description: string;
15659
15715
  baseDimensionName: string;
15660
15716
  }>, "many">>;
15661
15717
  tableCalculations: z.ZodNullable<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -16998,6 +17054,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
16998
17054
  label: string;
16999
17055
  table: string;
17000
17056
  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;
17057
+ description: string;
17001
17058
  baseDimensionName: string;
17002
17059
  }[] | null;
17003
17060
  title: string;
@@ -17239,6 +17296,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
17239
17296
  label: string;
17240
17297
  table: string;
17241
17298
  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;
17299
+ description: string;
17242
17300
  baseDimensionName: string;
17243
17301
  }[] | null;
17244
17302
  title: string;
@@ -17261,6 +17319,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
17261
17319
  customMetrics: z.ZodNullable<z.ZodArray<z.ZodObject<{
17262
17320
  name: z.ZodString;
17263
17321
  label: z.ZodString;
17322
+ description: z.ZodString;
17264
17323
  baseDimensionName: z.ZodString;
17265
17324
  table: z.ZodString;
17266
17325
  type: z.ZodEnum<[import("../../../..").MetricType.AVERAGE, import("../../../..").MetricType.COUNT, import("../../../..").MetricType.COUNT_DISTINCT, import("../../../..").MetricType.MAX, import("../../../..").MetricType.MIN, import("../../../..").MetricType.SUM, import("../../../..").MetricType.PERCENTILE, import("../../../..").MetricType.MEDIAN]>;
@@ -17269,12 +17328,14 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
17269
17328
  label: string;
17270
17329
  table: string;
17271
17330
  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;
17331
+ description: string;
17272
17332
  baseDimensionName: string;
17273
17333
  }, {
17274
17334
  name: string;
17275
17335
  label: string;
17276
17336
  table: string;
17277
17337
  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;
17338
+ description: string;
17278
17339
  baseDimensionName: string;
17279
17340
  }>, "many">>;
17280
17341
  tableCalculations: z.ZodNullable<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
@@ -18620,6 +18681,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
18620
18681
  label: string;
18621
18682
  table: string;
18622
18683
  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;
18684
+ description: string;
18623
18685
  baseDimensionName: string;
18624
18686
  }[] | null;
18625
18687
  title: string;
@@ -18862,6 +18924,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
18862
18924
  label: string;
18863
18925
  table: string;
18864
18926
  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;
18927
+ description: string;
18865
18928
  baseDimensionName: string;
18866
18929
  }[] | null;
18867
18930
  title: string;
@@ -19105,6 +19168,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
19105
19168
  label: string;
19106
19169
  table: string;
19107
19170
  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;
19171
+ description: string;
19108
19172
  baseDimensionName: string;
19109
19173
  }[] | null;
19110
19174
  title: string;
@@ -19343,6 +19407,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
19343
19407
  label: string;
19344
19408
  table: string;
19345
19409
  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;
19410
+ description: string;
19346
19411
  baseDimensionName: string;
19347
19412
  }[] | null;
19348
19413
  title: string;
@@ -19585,6 +19650,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
19585
19650
  label: string;
19586
19651
  table: string;
19587
19652
  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;
19653
+ description: string;
19588
19654
  baseDimensionName: string;
19589
19655
  }[] | null;
19590
19656
  title: string;
@@ -19827,6 +19893,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
19827
19893
  label: string;
19828
19894
  table: string;
19829
19895
  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;
19896
+ description: string;
19830
19897
  baseDimensionName: string;
19831
19898
  }[] | null;
19832
19899
  title: string;
@@ -20064,6 +20131,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
20064
20131
  label: string;
20065
20132
  table: string;
20066
20133
  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;
20134
+ description: string;
20067
20135
  baseDimensionName: string;
20068
20136
  }[] | null;
20069
20137
  title: string;
@@ -20305,6 +20373,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
20305
20373
  label: string;
20306
20374
  table: string;
20307
20375
  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;
20376
+ description: string;
20308
20377
  baseDimensionName: string;
20309
20378
  }[] | null;
20310
20379
  title: string;
@@ -20553,6 +20622,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
20553
20622
  label: string;
20554
20623
  table: string;
20555
20624
  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;
20625
+ description: string;
20556
20626
  baseDimensionName: string;
20557
20627
  }[] | null;
20558
20628
  title: string;
@@ -20791,6 +20861,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
20791
20861
  label: string;
20792
20862
  table: string;
20793
20863
  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;
20864
+ description: string;
20794
20865
  baseDimensionName: string;
20795
20866
  }[] | null;
20796
20867
  title: string;
@@ -21033,6 +21104,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
21033
21104
  label: string;
21034
21105
  table: string;
21035
21106
  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;
21107
+ description: string;
21036
21108
  baseDimensionName: string;
21037
21109
  }[] | null;
21038
21110
  title: string;
@@ -21280,6 +21352,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
21280
21352
  label: string;
21281
21353
  table: string;
21282
21354
  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;
21355
+ description: string;
21283
21356
  baseDimensionName: string;
21284
21357
  }[] | null;
21285
21358
  title: string;
@@ -21517,6 +21590,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
21517
21590
  label: string;
21518
21591
  table: string;
21519
21592
  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;
21593
+ description: string;
21520
21594
  baseDimensionName: string;
21521
21595
  }[] | null;
21522
21596
  title: string;
@@ -21758,6 +21832,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
21758
21832
  label: string;
21759
21833
  table: string;
21760
21834
  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;
21835
+ description: string;
21761
21836
  baseDimensionName: string;
21762
21837
  }[] | null;
21763
21838
  title: string;
@@ -21823,6 +21898,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
21823
21898
  label: string;
21824
21899
  table: string;
21825
21900
  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;
21901
+ description: string;
21826
21902
  baseDimensionName: string;
21827
21903
  }[] | null;
21828
21904
  title: string;
@@ -21881,6 +21957,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
21881
21957
  label: string;
21882
21958
  table: string;
21883
21959
  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;
21960
+ description: string;
21884
21961
  baseDimensionName: string;
21885
21962
  }[] | null;
21886
21963
  title: string;
@@ -21943,6 +22020,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
21943
22020
  label: string;
21944
22021
  table: string;
21945
22022
  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;
22023
+ description: string;
21946
22024
  baseDimensionName: string;
21947
22025
  }[] | null;
21948
22026
  title: string;
@@ -22193,6 +22271,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
22193
22271
  label: string;
22194
22272
  table: string;
22195
22273
  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;
22274
+ description: string;
22196
22275
  baseDimensionName: string;
22197
22276
  }[] | null;
22198
22277
  title: string;
@@ -22430,6 +22509,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
22430
22509
  label: string;
22431
22510
  table: string;
22432
22511
  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;
22512
+ description: string;
22433
22513
  baseDimensionName: string;
22434
22514
  }[] | null;
22435
22515
  title: string;
@@ -22671,6 +22751,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
22671
22751
  label: string;
22672
22752
  table: string;
22673
22753
  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;
22754
+ description: string;
22674
22755
  baseDimensionName: string;
22675
22756
  }[] | null;
22676
22757
  title: string;