@lightdash/common 0.2376.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.
Files changed (73) hide show
  1. package/dist/cjs/.tsbuildinfo +1 -1
  2. package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +18 -18
  3. package/dist/cjs/ee/AiAgent/index.d.ts +4 -4
  4. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +72 -72
  5. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +186 -186
  6. package/dist/cjs/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +12 -12
  7. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +10 -10
  8. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +82 -82
  9. package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +10 -10
  10. package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +10 -10
  11. package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +10 -10
  12. package/dist/cjs/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
  13. package/dist/cjs/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
  14. package/dist/cjs/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +2 -2
  15. package/dist/cjs/ee/AiAgent/utils.d.ts +18 -18
  16. package/dist/cjs/types/changeset.d.ts +10 -10
  17. package/dist/cjs/types/dashboard.d.ts +9 -0
  18. package/dist/cjs/types/dashboard.d.ts.map +1 -1
  19. package/dist/cjs/types/dashboard.js.map +1 -1
  20. package/dist/cjs/types/resourceViewItem.d.ts +1 -1
  21. package/dist/cjs/types/savedCharts.d.ts +9 -0
  22. package/dist/cjs/types/savedCharts.d.ts.map +1 -1
  23. package/dist/cjs/types/savedCharts.js.map +1 -1
  24. package/dist/cjs/utils/i18n/dashboardAsCode.d.ts +10 -10
  25. package/dist/esm/.tsbuildinfo +1 -1
  26. package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +18 -18
  27. package/dist/esm/ee/AiAgent/index.d.ts +4 -4
  28. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +72 -72
  29. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +186 -186
  30. package/dist/esm/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +12 -12
  31. package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +10 -10
  32. package/dist/esm/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +82 -82
  33. package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +10 -10
  34. package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +10 -10
  35. package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +10 -10
  36. package/dist/esm/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
  37. package/dist/esm/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
  38. package/dist/esm/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +2 -2
  39. package/dist/esm/ee/AiAgent/utils.d.ts +18 -18
  40. package/dist/esm/types/changeset.d.ts +10 -10
  41. package/dist/esm/types/dashboard.d.ts +9 -0
  42. package/dist/esm/types/dashboard.d.ts.map +1 -1
  43. package/dist/esm/types/dashboard.js.map +1 -1
  44. package/dist/esm/types/resourceViewItem.d.ts +1 -1
  45. package/dist/esm/types/savedCharts.d.ts +9 -0
  46. package/dist/esm/types/savedCharts.d.ts.map +1 -1
  47. package/dist/esm/types/savedCharts.js.map +1 -1
  48. package/dist/esm/utils/i18n/dashboardAsCode.d.ts +10 -10
  49. package/dist/types/.tsbuildinfo +1 -1
  50. package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +18 -18
  51. package/dist/types/ee/AiAgent/index.d.ts +4 -4
  52. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +72 -72
  53. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +186 -186
  54. package/dist/types/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +12 -12
  55. package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +10 -10
  56. package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +82 -82
  57. package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +10 -10
  58. package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +10 -10
  59. package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +10 -10
  60. package/dist/types/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
  61. package/dist/types/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
  62. package/dist/types/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +2 -2
  63. package/dist/types/ee/AiAgent/utils.d.ts +18 -18
  64. package/dist/types/types/changeset.d.ts +10 -10
  65. package/dist/types/types/dashboard.d.ts +9 -0
  66. package/dist/types/types/dashboard.d.ts.map +1 -1
  67. package/dist/types/types/dashboard.js.map +1 -1
  68. package/dist/types/types/resourceViewItem.d.ts +1 -1
  69. package/dist/types/types/savedCharts.d.ts +9 -0
  70. package/dist/types/types/savedCharts.d.ts.map +1 -1
  71. package/dist/types/types/savedCharts.js.map +1 -1
  72. package/dist/types/utils/i18n/dashboardAsCode.d.ts +10 -10
  73. package/package.json +1 -1
@@ -283,23 +283,23 @@ declare const dashboardV2VisualizationSchema: z.ZodObject<{
283
283
  }, "strip", z.ZodTypeAny, {
284
284
  dimensions: string[];
285
285
  metrics: string[];
286
- limit: number | null;
287
286
  exploreName: string;
288
287
  sorts: {
289
288
  fieldId: string;
290
289
  descending: boolean;
291
290
  nullsFirst: boolean | null;
292
291
  }[];
292
+ limit: number | null;
293
293
  }, {
294
294
  dimensions: string[];
295
295
  metrics: string[];
296
- limit: number | null;
297
296
  exploreName: string;
298
297
  sorts: {
299
298
  fieldId: string;
300
299
  descending: boolean;
301
300
  nullsFirst: boolean | null;
302
301
  }[];
302
+ limit: number | null;
303
303
  }>;
304
304
  chartConfig: z.ZodNullable<z.ZodObject<{
305
305
  defaultVizType: z.ZodEnum<["table", "bar", "horizontal", "line", "scatter", "pie", "funnel"]>;
@@ -1675,20 +1675,6 @@ declare const dashboardV2VisualizationSchema: z.ZodObject<{
1675
1675
  })[] | null;
1676
1676
  type: "and" | "or";
1677
1677
  } | null;
1678
- chartConfig: {
1679
- stackBars: boolean | null;
1680
- xAxisType: "category" | "time" | null;
1681
- xAxisLabel: string;
1682
- yAxisLabel: string;
1683
- lineType: "line" | "area" | null;
1684
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
1685
- xAxisDimension: string | null;
1686
- yAxisMetrics: string[] | null;
1687
- groupBy: string[] | null;
1688
- funnelDataInput: "row" | "column" | null;
1689
- secondaryYAxisMetric: string | null;
1690
- secondaryYAxisLabel: string | null;
1691
- } | null;
1692
1678
  title: string;
1693
1679
  customMetrics: {
1694
1680
  baseDimensionName: string;
@@ -1701,14 +1687,28 @@ declare const dashboardV2VisualizationSchema: z.ZodObject<{
1701
1687
  queryConfig: {
1702
1688
  dimensions: string[];
1703
1689
  metrics: string[];
1704
- limit: number | null;
1705
1690
  exploreName: string;
1706
1691
  sorts: {
1707
1692
  fieldId: string;
1708
1693
  descending: boolean;
1709
1694
  nullsFirst: boolean | null;
1710
1695
  }[];
1696
+ limit: number | null;
1711
1697
  };
1698
+ chartConfig: {
1699
+ stackBars: boolean | null;
1700
+ xAxisType: "category" | "time" | null;
1701
+ xAxisLabel: string;
1702
+ yAxisLabel: string;
1703
+ lineType: "line" | "area" | null;
1704
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
1705
+ xAxisDimension: string | null;
1706
+ yAxisMetrics: string[] | null;
1707
+ groupBy: string[] | null;
1708
+ funnelDataInput: "row" | "column" | null;
1709
+ secondaryYAxisMetric: string | null;
1710
+ secondaryYAxisLabel: string | null;
1711
+ } | null;
1712
1712
  }, {
1713
1713
  tableCalculations: ({
1714
1714
  name: string;
@@ -1973,20 +1973,6 @@ declare const dashboardV2VisualizationSchema: z.ZodObject<{
1973
1973
  })[] | null;
1974
1974
  type: "and" | "or";
1975
1975
  } | null;
1976
- chartConfig: {
1977
- stackBars: boolean | null;
1978
- xAxisType: "category" | "time" | null;
1979
- xAxisLabel: string;
1980
- yAxisLabel: string;
1981
- lineType: "line" | "area" | null;
1982
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
1983
- xAxisDimension: string | null;
1984
- yAxisMetrics: string[] | null;
1985
- groupBy: string[] | null;
1986
- funnelDataInput: "row" | "column" | null;
1987
- secondaryYAxisMetric: string | null;
1988
- secondaryYAxisLabel: string | null;
1989
- } | null;
1990
1976
  title: string;
1991
1977
  customMetrics: {
1992
1978
  name: string;
@@ -1999,14 +1985,28 @@ declare const dashboardV2VisualizationSchema: z.ZodObject<{
1999
1985
  queryConfig: {
2000
1986
  dimensions: string[];
2001
1987
  metrics: string[];
2002
- limit: number | null;
2003
1988
  exploreName: string;
2004
1989
  sorts: {
2005
1990
  fieldId: string;
2006
1991
  descending: boolean;
2007
1992
  nullsFirst: boolean | null;
2008
1993
  }[];
1994
+ limit: number | null;
2009
1995
  };
1996
+ chartConfig: {
1997
+ stackBars: boolean | null;
1998
+ xAxisType: "category" | "time" | null;
1999
+ xAxisLabel: string;
2000
+ yAxisLabel: string;
2001
+ lineType: "line" | "area" | null;
2002
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
2003
+ xAxisDimension: string | null;
2004
+ yAxisMetrics: string[] | null;
2005
+ groupBy: string[] | null;
2006
+ funnelDataInput: "row" | "column" | null;
2007
+ secondaryYAxisMetric: string | null;
2008
+ secondaryYAxisLabel: string | null;
2009
+ } | null;
2010
2010
  }>;
2011
2011
  export type DashboardV2Visualization = z.infer<typeof dashboardV2VisualizationSchema>;
2012
2012
  export declare const toolDashboardV2ArgsSchema: z.ZodObject<{
@@ -2295,23 +2295,23 @@ export declare const toolDashboardV2ArgsSchema: z.ZodObject<{
2295
2295
  }, "strip", z.ZodTypeAny, {
2296
2296
  dimensions: string[];
2297
2297
  metrics: string[];
2298
- limit: number | null;
2299
2298
  exploreName: string;
2300
2299
  sorts: {
2301
2300
  fieldId: string;
2302
2301
  descending: boolean;
2303
2302
  nullsFirst: boolean | null;
2304
2303
  }[];
2304
+ limit: number | null;
2305
2305
  }, {
2306
2306
  dimensions: string[];
2307
2307
  metrics: string[];
2308
- limit: number | null;
2309
2308
  exploreName: string;
2310
2309
  sorts: {
2311
2310
  fieldId: string;
2312
2311
  descending: boolean;
2313
2312
  nullsFirst: boolean | null;
2314
2313
  }[];
2314
+ limit: number | null;
2315
2315
  }>;
2316
2316
  chartConfig: z.ZodNullable<z.ZodObject<{
2317
2317
  defaultVizType: z.ZodEnum<["table", "bar", "horizontal", "line", "scatter", "pie", "funnel"]>;
@@ -3687,20 +3687,6 @@ export declare const toolDashboardV2ArgsSchema: z.ZodObject<{
3687
3687
  })[] | null;
3688
3688
  type: "and" | "or";
3689
3689
  } | null;
3690
- chartConfig: {
3691
- stackBars: boolean | null;
3692
- xAxisType: "category" | "time" | null;
3693
- xAxisLabel: string;
3694
- yAxisLabel: string;
3695
- lineType: "line" | "area" | null;
3696
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
3697
- xAxisDimension: string | null;
3698
- yAxisMetrics: string[] | null;
3699
- groupBy: string[] | null;
3700
- funnelDataInput: "row" | "column" | null;
3701
- secondaryYAxisMetric: string | null;
3702
- secondaryYAxisLabel: string | null;
3703
- } | null;
3704
3690
  title: string;
3705
3691
  customMetrics: {
3706
3692
  baseDimensionName: string;
@@ -3713,14 +3699,28 @@ export declare const toolDashboardV2ArgsSchema: z.ZodObject<{
3713
3699
  queryConfig: {
3714
3700
  dimensions: string[];
3715
3701
  metrics: string[];
3716
- limit: number | null;
3717
3702
  exploreName: string;
3718
3703
  sorts: {
3719
3704
  fieldId: string;
3720
3705
  descending: boolean;
3721
3706
  nullsFirst: boolean | null;
3722
3707
  }[];
3708
+ limit: number | null;
3723
3709
  };
3710
+ chartConfig: {
3711
+ stackBars: boolean | null;
3712
+ xAxisType: "category" | "time" | null;
3713
+ xAxisLabel: string;
3714
+ yAxisLabel: string;
3715
+ lineType: "line" | "area" | null;
3716
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
3717
+ xAxisDimension: string | null;
3718
+ yAxisMetrics: string[] | null;
3719
+ groupBy: string[] | null;
3720
+ funnelDataInput: "row" | "column" | null;
3721
+ secondaryYAxisMetric: string | null;
3722
+ secondaryYAxisLabel: string | null;
3723
+ } | null;
3724
3724
  }, {
3725
3725
  tableCalculations: ({
3726
3726
  name: string;
@@ -3985,20 +3985,6 @@ export declare const toolDashboardV2ArgsSchema: z.ZodObject<{
3985
3985
  })[] | null;
3986
3986
  type: "and" | "or";
3987
3987
  } | null;
3988
- chartConfig: {
3989
- stackBars: boolean | null;
3990
- xAxisType: "category" | "time" | null;
3991
- xAxisLabel: string;
3992
- yAxisLabel: string;
3993
- lineType: "line" | "area" | null;
3994
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
3995
- xAxisDimension: string | null;
3996
- yAxisMetrics: string[] | null;
3997
- groupBy: string[] | null;
3998
- funnelDataInput: "row" | "column" | null;
3999
- secondaryYAxisMetric: string | null;
4000
- secondaryYAxisLabel: string | null;
4001
- } | null;
4002
3988
  title: string;
4003
3989
  customMetrics: {
4004
3990
  name: string;
@@ -4011,14 +3997,28 @@ export declare const toolDashboardV2ArgsSchema: z.ZodObject<{
4011
3997
  queryConfig: {
4012
3998
  dimensions: string[];
4013
3999
  metrics: string[];
4014
- limit: number | null;
4015
4000
  exploreName: string;
4016
4001
  sorts: {
4017
4002
  fieldId: string;
4018
4003
  descending: boolean;
4019
4004
  nullsFirst: boolean | null;
4020
4005
  }[];
4006
+ limit: number | null;
4021
4007
  };
4008
+ chartConfig: {
4009
+ stackBars: boolean | null;
4010
+ xAxisType: "category" | "time" | null;
4011
+ xAxisLabel: string;
4012
+ yAxisLabel: string;
4013
+ lineType: "line" | "area" | null;
4014
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
4015
+ xAxisDimension: string | null;
4016
+ yAxisMetrics: string[] | null;
4017
+ groupBy: string[] | null;
4018
+ funnelDataInput: "row" | "column" | null;
4019
+ secondaryYAxisMetric: string | null;
4020
+ secondaryYAxisLabel: string | null;
4021
+ } | null;
4022
4022
  }>, "many">;
4023
4023
  }, z.UnknownKeysParam, z.ZodTypeAny, {
4024
4024
  description: string;
@@ -4287,20 +4287,6 @@ export declare const toolDashboardV2ArgsSchema: z.ZodObject<{
4287
4287
  })[] | null;
4288
4288
  type: "and" | "or";
4289
4289
  } | null;
4290
- chartConfig: {
4291
- stackBars: boolean | null;
4292
- xAxisType: "category" | "time" | null;
4293
- xAxisLabel: string;
4294
- yAxisLabel: string;
4295
- lineType: "line" | "area" | null;
4296
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
4297
- xAxisDimension: string | null;
4298
- yAxisMetrics: string[] | null;
4299
- groupBy: string[] | null;
4300
- funnelDataInput: "row" | "column" | null;
4301
- secondaryYAxisMetric: string | null;
4302
- secondaryYAxisLabel: string | null;
4303
- } | null;
4304
4290
  title: string;
4305
4291
  customMetrics: {
4306
4292
  baseDimensionName: string;
@@ -4313,14 +4299,28 @@ export declare const toolDashboardV2ArgsSchema: z.ZodObject<{
4313
4299
  queryConfig: {
4314
4300
  dimensions: string[];
4315
4301
  metrics: string[];
4316
- limit: number | null;
4317
4302
  exploreName: string;
4318
4303
  sorts: {
4319
4304
  fieldId: string;
4320
4305
  descending: boolean;
4321
4306
  nullsFirst: boolean | null;
4322
4307
  }[];
4308
+ limit: number | null;
4323
4309
  };
4310
+ chartConfig: {
4311
+ stackBars: boolean | null;
4312
+ xAxisType: "category" | "time" | null;
4313
+ xAxisLabel: string;
4314
+ yAxisLabel: string;
4315
+ lineType: "line" | "area" | null;
4316
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
4317
+ xAxisDimension: string | null;
4318
+ yAxisMetrics: string[] | null;
4319
+ groupBy: string[] | null;
4320
+ funnelDataInput: "row" | "column" | null;
4321
+ secondaryYAxisMetric: string | null;
4322
+ secondaryYAxisLabel: string | null;
4323
+ } | null;
4324
4324
  }[];
4325
4325
  }, {
4326
4326
  description: string;
@@ -4589,20 +4589,6 @@ export declare const toolDashboardV2ArgsSchema: z.ZodObject<{
4589
4589
  })[] | null;
4590
4590
  type: "and" | "or";
4591
4591
  } | null;
4592
- chartConfig: {
4593
- stackBars: boolean | null;
4594
- xAxisType: "category" | "time" | null;
4595
- xAxisLabel: string;
4596
- yAxisLabel: string;
4597
- lineType: "line" | "area" | null;
4598
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
4599
- xAxisDimension: string | null;
4600
- yAxisMetrics: string[] | null;
4601
- groupBy: string[] | null;
4602
- funnelDataInput: "row" | "column" | null;
4603
- secondaryYAxisMetric: string | null;
4604
- secondaryYAxisLabel: string | null;
4605
- } | null;
4606
4592
  title: string;
4607
4593
  customMetrics: {
4608
4594
  name: string;
@@ -4615,14 +4601,28 @@ export declare const toolDashboardV2ArgsSchema: z.ZodObject<{
4615
4601
  queryConfig: {
4616
4602
  dimensions: string[];
4617
4603
  metrics: string[];
4618
- limit: number | null;
4619
4604
  exploreName: string;
4620
4605
  sorts: {
4621
4606
  fieldId: string;
4622
4607
  descending: boolean;
4623
4608
  nullsFirst: boolean | null;
4624
4609
  }[];
4610
+ limit: number | null;
4625
4611
  };
4612
+ chartConfig: {
4613
+ stackBars: boolean | null;
4614
+ xAxisType: "category" | "time" | null;
4615
+ xAxisLabel: string;
4616
+ yAxisLabel: string;
4617
+ lineType: "line" | "area" | null;
4618
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
4619
+ xAxisDimension: string | null;
4620
+ yAxisMetrics: string[] | null;
4621
+ groupBy: string[] | null;
4622
+ funnelDataInput: "row" | "column" | null;
4623
+ secondaryYAxisMetric: string | null;
4624
+ secondaryYAxisLabel: string | null;
4625
+ } | null;
4626
4626
  }[];
4627
4627
  }>;
4628
4628
  export type ToolDashboardV2Args = z.infer<typeof toolDashboardV2ArgsSchema>;
@@ -4912,23 +4912,23 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
4912
4912
  }, "strip", z.ZodTypeAny, {
4913
4913
  dimensions: string[];
4914
4914
  metrics: string[];
4915
- limit: number | null;
4916
4915
  exploreName: string;
4917
4916
  sorts: {
4918
4917
  fieldId: string;
4919
4918
  descending: boolean;
4920
4919
  nullsFirst: boolean | null;
4921
4920
  }[];
4921
+ limit: number | null;
4922
4922
  }, {
4923
4923
  dimensions: string[];
4924
4924
  metrics: string[];
4925
- limit: number | null;
4926
4925
  exploreName: string;
4927
4926
  sorts: {
4928
4927
  fieldId: string;
4929
4928
  descending: boolean;
4930
4929
  nullsFirst: boolean | null;
4931
4930
  }[];
4931
+ limit: number | null;
4932
4932
  }>;
4933
4933
  chartConfig: z.ZodNullable<z.ZodObject<{
4934
4934
  defaultVizType: z.ZodEnum<["table", "bar", "horizontal", "line", "scatter", "pie", "funnel"]>;
@@ -6304,20 +6304,6 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
6304
6304
  })[] | null;
6305
6305
  type: "and" | "or";
6306
6306
  } | null;
6307
- chartConfig: {
6308
- stackBars: boolean | null;
6309
- xAxisType: "category" | "time" | null;
6310
- xAxisLabel: string;
6311
- yAxisLabel: string;
6312
- lineType: "line" | "area" | null;
6313
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
6314
- xAxisDimension: string | null;
6315
- yAxisMetrics: string[] | null;
6316
- groupBy: string[] | null;
6317
- funnelDataInput: "row" | "column" | null;
6318
- secondaryYAxisMetric: string | null;
6319
- secondaryYAxisLabel: string | null;
6320
- } | null;
6321
6307
  title: string;
6322
6308
  customMetrics: {
6323
6309
  baseDimensionName: string;
@@ -6330,14 +6316,28 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
6330
6316
  queryConfig: {
6331
6317
  dimensions: string[];
6332
6318
  metrics: string[];
6333
- limit: number | null;
6334
6319
  exploreName: string;
6335
6320
  sorts: {
6336
6321
  fieldId: string;
6337
6322
  descending: boolean;
6338
6323
  nullsFirst: boolean | null;
6339
6324
  }[];
6325
+ limit: number | null;
6340
6326
  };
6327
+ chartConfig: {
6328
+ stackBars: boolean | null;
6329
+ xAxisType: "category" | "time" | null;
6330
+ xAxisLabel: string;
6331
+ yAxisLabel: string;
6332
+ lineType: "line" | "area" | null;
6333
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
6334
+ xAxisDimension: string | null;
6335
+ yAxisMetrics: string[] | null;
6336
+ groupBy: string[] | null;
6337
+ funnelDataInput: "row" | "column" | null;
6338
+ secondaryYAxisMetric: string | null;
6339
+ secondaryYAxisLabel: string | null;
6340
+ } | null;
6341
6341
  }, {
6342
6342
  tableCalculations: ({
6343
6343
  name: string;
@@ -6602,20 +6602,6 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
6602
6602
  })[] | null;
6603
6603
  type: "and" | "or";
6604
6604
  } | null;
6605
- chartConfig: {
6606
- stackBars: boolean | null;
6607
- xAxisType: "category" | "time" | null;
6608
- xAxisLabel: string;
6609
- yAxisLabel: string;
6610
- lineType: "line" | "area" | null;
6611
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
6612
- xAxisDimension: string | null;
6613
- yAxisMetrics: string[] | null;
6614
- groupBy: string[] | null;
6615
- funnelDataInput: "row" | "column" | null;
6616
- secondaryYAxisMetric: string | null;
6617
- secondaryYAxisLabel: string | null;
6618
- } | null;
6619
6605
  title: string;
6620
6606
  customMetrics: {
6621
6607
  name: string;
@@ -6628,14 +6614,28 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
6628
6614
  queryConfig: {
6629
6615
  dimensions: string[];
6630
6616
  metrics: string[];
6631
- limit: number | null;
6632
6617
  exploreName: string;
6633
6618
  sorts: {
6634
6619
  fieldId: string;
6635
6620
  descending: boolean;
6636
6621
  nullsFirst: boolean | null;
6637
6622
  }[];
6623
+ limit: number | null;
6638
6624
  };
6625
+ chartConfig: {
6626
+ stackBars: boolean | null;
6627
+ xAxisType: "category" | "time" | null;
6628
+ xAxisLabel: string;
6629
+ yAxisLabel: string;
6630
+ lineType: "line" | "area" | null;
6631
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
6632
+ xAxisDimension: string | null;
6633
+ yAxisMetrics: string[] | null;
6634
+ groupBy: string[] | null;
6635
+ funnelDataInput: "row" | "column" | null;
6636
+ secondaryYAxisMetric: string | null;
6637
+ secondaryYAxisLabel: string | null;
6638
+ } | null;
6639
6639
  }>, "many">;
6640
6640
  }, z.UnknownKeysParam, z.ZodTypeAny, {
6641
6641
  description: string;
@@ -6904,20 +6904,6 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
6904
6904
  })[] | null;
6905
6905
  type: "and" | "or";
6906
6906
  } | null;
6907
- chartConfig: {
6908
- stackBars: boolean | null;
6909
- xAxisType: "category" | "time" | null;
6910
- xAxisLabel: string;
6911
- yAxisLabel: string;
6912
- lineType: "line" | "area" | null;
6913
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
6914
- xAxisDimension: string | null;
6915
- yAxisMetrics: string[] | null;
6916
- groupBy: string[] | null;
6917
- funnelDataInput: "row" | "column" | null;
6918
- secondaryYAxisMetric: string | null;
6919
- secondaryYAxisLabel: string | null;
6920
- } | null;
6921
6907
  title: string;
6922
6908
  customMetrics: {
6923
6909
  baseDimensionName: string;
@@ -6930,14 +6916,28 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
6930
6916
  queryConfig: {
6931
6917
  dimensions: string[];
6932
6918
  metrics: string[];
6933
- limit: number | null;
6934
6919
  exploreName: string;
6935
6920
  sorts: {
6936
6921
  fieldId: string;
6937
6922
  descending: boolean;
6938
6923
  nullsFirst: boolean | null;
6939
6924
  }[];
6925
+ limit: number | null;
6940
6926
  };
6927
+ chartConfig: {
6928
+ stackBars: boolean | null;
6929
+ xAxisType: "category" | "time" | null;
6930
+ xAxisLabel: string;
6931
+ yAxisLabel: string;
6932
+ lineType: "line" | "area" | null;
6933
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
6934
+ xAxisDimension: string | null;
6935
+ yAxisMetrics: string[] | null;
6936
+ groupBy: string[] | null;
6937
+ funnelDataInput: "row" | "column" | null;
6938
+ secondaryYAxisMetric: string | null;
6939
+ secondaryYAxisLabel: string | null;
6940
+ } | null;
6941
6941
  }[];
6942
6942
  }, {
6943
6943
  description: string;
@@ -7206,20 +7206,6 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
7206
7206
  })[] | null;
7207
7207
  type: "and" | "or";
7208
7208
  } | null;
7209
- chartConfig: {
7210
- stackBars: boolean | null;
7211
- xAxisType: "category" | "time" | null;
7212
- xAxisLabel: string;
7213
- yAxisLabel: string;
7214
- lineType: "line" | "area" | null;
7215
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
7216
- xAxisDimension: string | null;
7217
- yAxisMetrics: string[] | null;
7218
- groupBy: string[] | null;
7219
- funnelDataInput: "row" | "column" | null;
7220
- secondaryYAxisMetric: string | null;
7221
- secondaryYAxisLabel: string | null;
7222
- } | null;
7223
7209
  title: string;
7224
7210
  customMetrics: {
7225
7211
  name: string;
@@ -7232,14 +7218,28 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
7232
7218
  queryConfig: {
7233
7219
  dimensions: string[];
7234
7220
  metrics: string[];
7235
- limit: number | null;
7236
7221
  exploreName: string;
7237
7222
  sorts: {
7238
7223
  fieldId: string;
7239
7224
  descending: boolean;
7240
7225
  nullsFirst: boolean | null;
7241
7226
  }[];
7227
+ limit: number | null;
7242
7228
  };
7229
+ chartConfig: {
7230
+ stackBars: boolean | null;
7231
+ xAxisType: "category" | "time" | null;
7232
+ xAxisLabel: string;
7233
+ yAxisLabel: string;
7234
+ lineType: "line" | "area" | null;
7235
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
7236
+ xAxisDimension: string | null;
7237
+ yAxisMetrics: string[] | null;
7238
+ groupBy: string[] | null;
7239
+ funnelDataInput: "row" | "column" | null;
7240
+ secondaryYAxisMetric: string | null;
7241
+ secondaryYAxisLabel: string | null;
7242
+ } | null;
7243
7243
  }[];
7244
7244
  }>, {
7245
7245
  visualizations: {
@@ -7302,20 +7302,6 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
7302
7302
  } | null;
7303
7303
  })[] | null;
7304
7304
  description: string;
7305
- chartConfig: {
7306
- stackBars: boolean | null;
7307
- xAxisType: "category" | "time" | null;
7308
- xAxisLabel: string;
7309
- yAxisLabel: string;
7310
- lineType: "line" | "area" | null;
7311
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
7312
- xAxisDimension: string | null;
7313
- yAxisMetrics: string[] | null;
7314
- groupBy: string[] | null;
7315
- funnelDataInput: "row" | "column" | null;
7316
- secondaryYAxisMetric: string | null;
7317
- secondaryYAxisLabel: string | null;
7318
- } | null;
7319
7305
  title: string;
7320
7306
  customMetrics: {
7321
7307
  baseDimensionName: string;
@@ -7328,14 +7314,28 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
7328
7314
  queryConfig: {
7329
7315
  dimensions: string[];
7330
7316
  metrics: string[];
7331
- limit: number | null;
7332
7317
  exploreName: string;
7333
7318
  sorts: {
7334
7319
  fieldId: string;
7335
7320
  descending: boolean;
7336
7321
  nullsFirst: boolean | null;
7337
7322
  }[];
7323
+ limit: number | null;
7338
7324
  };
7325
+ chartConfig: {
7326
+ stackBars: boolean | null;
7327
+ xAxisType: "category" | "time" | null;
7328
+ xAxisLabel: string;
7329
+ yAxisLabel: string;
7330
+ lineType: "line" | "area" | null;
7331
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
7332
+ xAxisDimension: string | null;
7333
+ yAxisMetrics: string[] | null;
7334
+ groupBy: string[] | null;
7335
+ funnelDataInput: "row" | "column" | null;
7336
+ secondaryYAxisMetric: string | null;
7337
+ secondaryYAxisLabel: string | null;
7338
+ } | null;
7339
7339
  }[];
7340
7340
  description: string;
7341
7341
  title: string;
@@ -7606,20 +7606,6 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
7606
7606
  })[] | null;
7607
7607
  type: "and" | "or";
7608
7608
  } | null;
7609
- chartConfig: {
7610
- stackBars: boolean | null;
7611
- xAxisType: "category" | "time" | null;
7612
- xAxisLabel: string;
7613
- yAxisLabel: string;
7614
- lineType: "line" | "area" | null;
7615
- defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
7616
- xAxisDimension: string | null;
7617
- yAxisMetrics: string[] | null;
7618
- groupBy: string[] | null;
7619
- funnelDataInput: "row" | "column" | null;
7620
- secondaryYAxisMetric: string | null;
7621
- secondaryYAxisLabel: string | null;
7622
- } | null;
7623
7609
  title: string;
7624
7610
  customMetrics: {
7625
7611
  name: string;
@@ -7632,14 +7618,28 @@ export declare const toolDashboardV2ArgsSchemaTransformed: z.ZodEffects<z.ZodObj
7632
7618
  queryConfig: {
7633
7619
  dimensions: string[];
7634
7620
  metrics: string[];
7635
- limit: number | null;
7636
7621
  exploreName: string;
7637
7622
  sorts: {
7638
7623
  fieldId: string;
7639
7624
  descending: boolean;
7640
7625
  nullsFirst: boolean | null;
7641
7626
  }[];
7627
+ limit: number | null;
7642
7628
  };
7629
+ chartConfig: {
7630
+ stackBars: boolean | null;
7631
+ xAxisType: "category" | "time" | null;
7632
+ xAxisLabel: string;
7633
+ yAxisLabel: string;
7634
+ lineType: "line" | "area" | null;
7635
+ defaultVizType: "table" | "line" | "bar" | "horizontal" | "scatter" | "pie" | "funnel";
7636
+ xAxisDimension: string | null;
7637
+ yAxisMetrics: string[] | null;
7638
+ groupBy: string[] | null;
7639
+ funnelDataInput: "row" | "column" | null;
7640
+ secondaryYAxisMetric: string | null;
7641
+ secondaryYAxisLabel: string | null;
7642
+ } | null;
7643
7643
  }[];
7644
7644
  }>;
7645
7645
  export type ToolDashboardV2ArgsTransformed = z.infer<typeof toolDashboardV2ArgsSchemaTransformed>;