@lightdash/common 0.2184.0 → 0.2185.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 (85) hide show
  1. package/dist/cjs/.tsbuildinfo +1 -1
  2. package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +16 -16
  3. package/dist/cjs/ee/AiAgent/index.d.ts +1 -0
  4. package/dist/cjs/ee/AiAgent/index.d.ts.map +1 -1
  5. package/dist/cjs/ee/AiAgent/index.js +1 -0
  6. package/dist/cjs/ee/AiAgent/index.js.map +1 -1
  7. package/dist/cjs/ee/AiAgent/schemas/agentReadiness.d.ts +74 -0
  8. package/dist/cjs/ee/AiAgent/schemas/agentReadiness.d.ts.map +1 -0
  9. package/dist/cjs/ee/AiAgent/schemas/agentReadiness.js +22 -0
  10. package/dist/cjs/ee/AiAgent/schemas/agentReadiness.js.map +1 -0
  11. package/dist/cjs/ee/AiAgent/schemas/parser.d.ts +54 -54
  12. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -4
  13. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +8 -8
  14. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +240 -240
  15. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +108 -108
  16. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +24 -24
  17. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +58 -58
  18. package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +28 -28
  19. package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +28 -28
  20. package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +38 -38
  21. package/dist/cjs/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
  22. package/dist/cjs/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
  23. package/dist/cjs/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +4 -4
  24. package/dist/cjs/ee/AiAgent/utils.d.ts +16 -16
  25. package/dist/cjs/types/scheduler.d.ts +2 -0
  26. package/dist/cjs/types/scheduler.d.ts.map +1 -1
  27. package/dist/cjs/types/scheduler.js.map +1 -1
  28. package/dist/cjs/utils/i18n/chartAsCode.d.ts +165 -165
  29. package/dist/esm/.tsbuildinfo +1 -1
  30. package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +16 -16
  31. package/dist/esm/ee/AiAgent/index.d.ts +1 -0
  32. package/dist/esm/ee/AiAgent/index.d.ts.map +1 -1
  33. package/dist/esm/ee/AiAgent/index.js +1 -0
  34. package/dist/esm/ee/AiAgent/index.js.map +1 -1
  35. package/dist/esm/ee/AiAgent/schemas/agentReadiness.d.ts +74 -0
  36. package/dist/esm/ee/AiAgent/schemas/agentReadiness.d.ts.map +1 -0
  37. package/dist/esm/ee/AiAgent/schemas/agentReadiness.js +19 -0
  38. package/dist/esm/ee/AiAgent/schemas/agentReadiness.js.map +1 -0
  39. package/dist/esm/ee/AiAgent/schemas/parser.d.ts +54 -54
  40. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -4
  41. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +8 -8
  42. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +240 -240
  43. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +108 -108
  44. package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +24 -24
  45. package/dist/esm/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +58 -58
  46. package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +28 -28
  47. package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +28 -28
  48. package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +38 -38
  49. package/dist/esm/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
  50. package/dist/esm/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
  51. package/dist/esm/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +4 -4
  52. package/dist/esm/ee/AiAgent/utils.d.ts +16 -16
  53. package/dist/esm/types/scheduler.d.ts +2 -0
  54. package/dist/esm/types/scheduler.d.ts.map +1 -1
  55. package/dist/esm/types/scheduler.js.map +1 -1
  56. package/dist/esm/utils/i18n/chartAsCode.d.ts +165 -165
  57. package/dist/types/.tsbuildinfo +1 -1
  58. package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +16 -16
  59. package/dist/types/ee/AiAgent/index.d.ts +1 -0
  60. package/dist/types/ee/AiAgent/index.d.ts.map +1 -1
  61. package/dist/types/ee/AiAgent/index.js +1 -0
  62. package/dist/types/ee/AiAgent/index.js.map +1 -1
  63. package/dist/types/ee/AiAgent/schemas/agentReadiness.d.ts +74 -0
  64. package/dist/types/ee/AiAgent/schemas/agentReadiness.d.ts.map +1 -0
  65. package/dist/types/ee/AiAgent/schemas/agentReadiness.js +19 -0
  66. package/dist/types/ee/AiAgent/schemas/agentReadiness.js.map +1 -0
  67. package/dist/types/ee/AiAgent/schemas/parser.d.ts +54 -54
  68. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -4
  69. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +8 -8
  70. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +240 -240
  71. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardV2Args.d.ts +108 -108
  72. package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +24 -24
  73. package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +58 -58
  74. package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +28 -28
  75. package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +28 -28
  76. package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +38 -38
  77. package/dist/types/ee/AiAgent/schemas/visualizations/tableViz.d.ts +2 -2
  78. package/dist/types/ee/AiAgent/schemas/visualizations/timeSeriesViz.d.ts +2 -2
  79. package/dist/types/ee/AiAgent/schemas/visualizations/verticalBarViz.d.ts +4 -4
  80. package/dist/types/ee/AiAgent/utils.d.ts +16 -16
  81. package/dist/types/types/scheduler.d.ts +2 -0
  82. package/dist/types/types/scheduler.d.ts.map +1 -1
  83. package/dist/types/types/scheduler.js.map +1 -1
  84. package/dist/types/utils/i18n/chartAsCode.d.ts +165 -165
  85. package/package.json +1 -1
@@ -201,6 +201,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
201
201
  offset: number | null;
202
202
  }>;
203
203
  }, "strip", z.ZodTypeAny, {
204
+ frameType: "rows" | "range";
204
205
  start: {
205
206
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
206
207
  offset: number | null;
@@ -209,8 +210,8 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
209
210
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
210
211
  offset: number | null;
211
212
  };
212
- frameType: "rows" | "range";
213
213
  }, {
214
+ frameType: "rows" | "range";
214
215
  start: {
215
216
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
216
217
  offset: number | null;
@@ -219,7 +220,6 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
219
220
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
220
221
  offset: number | null;
221
222
  };
222
- frameType: "rows" | "range";
223
223
  }>>;
224
224
  }, "strip", z.ZodTypeAny, {
225
225
  name: string;
@@ -233,6 +233,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
233
233
  partitionBy: string[] | null;
234
234
  windowFunction: import("../../../..").WindowFunctionType;
235
235
  frame: {
236
+ frameType: "rows" | "range";
236
237
  start: {
237
238
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
238
239
  offset: number | null;
@@ -241,7 +242,6 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
241
242
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
242
243
  offset: number | null;
243
244
  };
244
- frameType: "rows" | "range";
245
245
  } | null;
246
246
  }, {
247
247
  name: string;
@@ -255,6 +255,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
255
255
  partitionBy: string[] | null;
256
256
  windowFunction: import("../../../..").WindowFunctionType;
257
257
  frame: {
258
+ frameType: "rows" | "range";
258
259
  start: {
259
260
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
260
261
  offset: number | null;
@@ -263,7 +264,6 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
263
264
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
264
265
  offset: number | null;
265
266
  };
266
- frameType: "rows" | "range";
267
267
  } | null;
268
268
  }>]>, "many">>;
269
269
  vizConfig: z.ZodObject<{
@@ -288,22 +288,22 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
288
288
  dimensions: string[];
289
289
  metrics: string[];
290
290
  limit: number | null;
291
- exploreName: string;
292
291
  sorts: {
293
292
  fieldId: string;
294
293
  descending: boolean;
295
294
  nullsFirst: boolean | null;
296
295
  }[];
296
+ exploreName: string;
297
297
  }, {
298
298
  dimensions: string[];
299
299
  metrics: string[];
300
300
  limit: number | null;
301
- exploreName: string;
302
301
  sorts: {
303
302
  fieldId: string;
304
303
  descending: boolean;
305
304
  nullsFirst: boolean | null;
306
305
  }[];
306
+ exploreName: string;
307
307
  }>;
308
308
  filters: z.ZodNullable<z.ZodObject<{
309
309
  type: z.ZodUnion<[z.ZodLiteral<"and">, z.ZodLiteral<"or">]>;
@@ -1423,6 +1423,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
1423
1423
  partitionBy: string[] | null;
1424
1424
  windowFunction: import("../../../..").WindowFunctionType;
1425
1425
  frame: {
1426
+ frameType: "rows" | "range";
1426
1427
  start: {
1427
1428
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1428
1429
  offset: number | null;
@@ -1431,7 +1432,6 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
1431
1432
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1432
1433
  offset: number | null;
1433
1434
  };
1434
- frameType: "rows" | "range";
1435
1435
  } | null;
1436
1436
  })[] | null;
1437
1437
  type: AiResultType.TABLE_RESULT;
@@ -1641,6 +1641,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
1641
1641
  })[] | null;
1642
1642
  type: "and" | "or";
1643
1643
  } | null;
1644
+ title: string;
1644
1645
  customMetrics: {
1645
1646
  baseDimensionName: string;
1646
1647
  name: string;
@@ -1649,17 +1650,16 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
1649
1650
  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;
1650
1651
  description: string;
1651
1652
  }[] | null;
1652
- title: string;
1653
1653
  vizConfig: {
1654
1654
  dimensions: string[];
1655
1655
  metrics: string[];
1656
1656
  limit: number | null;
1657
- exploreName: string;
1658
1657
  sorts: {
1659
1658
  fieldId: string;
1660
1659
  descending: boolean;
1661
1660
  nullsFirst: boolean | null;
1662
1661
  }[];
1662
+ exploreName: string;
1663
1663
  };
1664
1664
  followUpTools: (AiResultType.TIME_SERIES_RESULT | AiResultType.VERTICAL_BAR_RESULT)[];
1665
1665
  }, {
@@ -1709,6 +1709,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
1709
1709
  partitionBy: string[] | null;
1710
1710
  windowFunction: import("../../../..").WindowFunctionType;
1711
1711
  frame: {
1712
+ frameType: "rows" | "range";
1712
1713
  start: {
1713
1714
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1714
1715
  offset: number | null;
@@ -1717,7 +1718,6 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
1717
1718
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1718
1719
  offset: number | null;
1719
1720
  };
1720
- frameType: "rows" | "range";
1721
1721
  } | null;
1722
1722
  })[] | null;
1723
1723
  type: AiResultType.TABLE_RESULT;
@@ -1927,6 +1927,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
1927
1927
  })[] | null;
1928
1928
  type: "and" | "or";
1929
1929
  } | null;
1930
+ title: string;
1930
1931
  customMetrics: {
1931
1932
  name: string;
1932
1933
  label: string;
@@ -1935,17 +1936,16 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
1935
1936
  description: string;
1936
1937
  baseDimensionName: string;
1937
1938
  }[] | null;
1938
- title: string;
1939
1939
  vizConfig: {
1940
1940
  dimensions: string[];
1941
1941
  metrics: string[];
1942
1942
  limit: number | null;
1943
- exploreName: string;
1944
1943
  sorts: {
1945
1944
  fieldId: string;
1946
1945
  descending: boolean;
1947
1946
  nullsFirst: boolean | null;
1948
1947
  }[];
1948
+ exploreName: string;
1949
1949
  };
1950
1950
  followUpTools: (AiResultType.TIME_SERIES_RESULT | AiResultType.VERTICAL_BAR_RESULT)[];
1951
1951
  }>;
@@ -1974,22 +1974,22 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
1974
1974
  dimensions: string[];
1975
1975
  metrics: string[];
1976
1976
  limit: number | null;
1977
- exploreName: string;
1978
1977
  sorts: {
1979
1978
  fieldId: string;
1980
1979
  descending: boolean;
1981
1980
  nullsFirst: boolean | null;
1982
1981
  }[];
1982
+ exploreName: string;
1983
1983
  }, {
1984
1984
  dimensions: string[];
1985
1985
  metrics: string[];
1986
1986
  limit: number | null;
1987
- exploreName: string;
1988
1987
  sorts: {
1989
1988
  fieldId: string;
1990
1989
  descending: boolean;
1991
1990
  nullsFirst: boolean | null;
1992
1991
  }[];
1992
+ exploreName: string;
1993
1993
  }>;
1994
1994
  title: z.ZodString;
1995
1995
  description: z.ZodString;
@@ -2190,6 +2190,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
2190
2190
  offset: number | null;
2191
2191
  }>;
2192
2192
  }, "strip", z.ZodTypeAny, {
2193
+ frameType: "rows" | "range";
2193
2194
  start: {
2194
2195
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2195
2196
  offset: number | null;
@@ -2198,8 +2199,8 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
2198
2199
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2199
2200
  offset: number | null;
2200
2201
  };
2201
- frameType: "rows" | "range";
2202
2202
  }, {
2203
+ frameType: "rows" | "range";
2203
2204
  start: {
2204
2205
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2205
2206
  offset: number | null;
@@ -2208,7 +2209,6 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
2208
2209
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2209
2210
  offset: number | null;
2210
2211
  };
2211
- frameType: "rows" | "range";
2212
2212
  }>>;
2213
2213
  }, "strip", z.ZodTypeAny, {
2214
2214
  name: string;
@@ -2222,6 +2222,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
2222
2222
  partitionBy: string[] | null;
2223
2223
  windowFunction: import("../../../..").WindowFunctionType;
2224
2224
  frame: {
2225
+ frameType: "rows" | "range";
2225
2226
  start: {
2226
2227
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2227
2228
  offset: number | null;
@@ -2230,7 +2231,6 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
2230
2231
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2231
2232
  offset: number | null;
2232
2233
  };
2233
- frameType: "rows" | "range";
2234
2234
  } | null;
2235
2235
  }, {
2236
2236
  name: string;
@@ -2244,6 +2244,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
2244
2244
  partitionBy: string[] | null;
2245
2245
  windowFunction: import("../../../..").WindowFunctionType;
2246
2246
  frame: {
2247
+ frameType: "rows" | "range";
2247
2248
  start: {
2248
2249
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2249
2250
  offset: number | null;
@@ -2252,7 +2253,6 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
2252
2253
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2253
2254
  offset: number | null;
2254
2255
  };
2255
- frameType: "rows" | "range";
2256
2256
  } | null;
2257
2257
  }>]>, "many">>>;
2258
2258
  followUpTools: z.ZodArray<z.ZodUnion<[z.ZodLiteral<AiResultType.VERTICAL_BAR_RESULT>, z.ZodLiteral<AiResultType.TIME_SERIES_RESULT>, z.ZodLiteral<LegacyFollowUpTools.GENERATE_BAR_VIZ>, z.ZodLiteral<LegacyFollowUpTools.GENERATE_TIME_SERIES_VIZ>]>, "many">;
@@ -5111,6 +5111,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5111
5111
  partitionBy: string[] | null;
5112
5112
  windowFunction: import("../../../..").WindowFunctionType;
5113
5113
  frame: {
5114
+ frameType: "rows" | "range";
5114
5115
  start: {
5115
5116
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5116
5117
  offset: number | null;
@@ -5119,12 +5120,12 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5119
5120
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5120
5121
  offset: number | null;
5121
5122
  };
5122
- frameType: "rows" | "range";
5123
5123
  } | null;
5124
5124
  })[] | null;
5125
5125
  type: AiResultType.TABLE_RESULT;
5126
5126
  description: string;
5127
5127
  filters: import("../../../..").Filters;
5128
+ title: string;
5128
5129
  customMetrics: {
5129
5130
  baseDimensionName: string;
5130
5131
  name: string;
@@ -5133,17 +5134,16 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5133
5134
  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;
5134
5135
  description: string;
5135
5136
  }[] | null;
5136
- title: string;
5137
5137
  vizConfig: {
5138
5138
  dimensions: string[];
5139
5139
  metrics: string[];
5140
5140
  limit: number | null;
5141
- exploreName: string;
5142
5141
  sorts: {
5143
5142
  fieldId: string;
5144
5143
  descending: boolean;
5145
5144
  nullsFirst: boolean | null;
5146
5145
  }[];
5146
+ exploreName: string;
5147
5147
  };
5148
5148
  followUpTools: (AiResultType.TIME_SERIES_RESULT | AiResultType.VERTICAL_BAR_RESULT | LegacyFollowUpTools.GENERATE_BAR_VIZ | LegacyFollowUpTools.GENERATE_TIME_SERIES_VIZ)[];
5149
5149
  }, {
@@ -5604,12 +5604,12 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5604
5604
  dimensions: string[];
5605
5605
  metrics: string[];
5606
5606
  limit: number | null;
5607
- exploreName: string;
5608
5607
  sorts: {
5609
5608
  fieldId: string;
5610
5609
  descending: boolean;
5611
5610
  nullsFirst: boolean | null;
5612
5611
  }[];
5612
+ exploreName: string;
5613
5613
  };
5614
5614
  followUpTools: (AiResultType.TIME_SERIES_RESULT | AiResultType.VERTICAL_BAR_RESULT | LegacyFollowUpTools.GENERATE_BAR_VIZ | LegacyFollowUpTools.GENERATE_TIME_SERIES_VIZ)[];
5615
5615
  tableCalculations?: ({
@@ -5658,6 +5658,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5658
5658
  partitionBy: string[] | null;
5659
5659
  windowFunction: import("../../../..").WindowFunctionType;
5660
5660
  frame: {
5661
+ frameType: "rows" | "range";
5661
5662
  start: {
5662
5663
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5663
5664
  offset: number | null;
@@ -5666,7 +5667,6 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5666
5667
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5667
5668
  offset: number | null;
5668
5669
  };
5669
- frameType: "rows" | "range";
5670
5670
  } | null;
5671
5671
  })[] | null | undefined;
5672
5672
  customMetrics?: {
@@ -5725,6 +5725,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5725
5725
  partitionBy: string[] | null;
5726
5726
  windowFunction: import("../../../..").WindowFunctionType;
5727
5727
  frame: {
5728
+ frameType: "rows" | "range";
5728
5729
  start: {
5729
5730
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5730
5731
  offset: number | null;
@@ -5733,12 +5734,12 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5733
5734
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5734
5735
  offset: number | null;
5735
5736
  };
5736
- frameType: "rows" | "range";
5737
5737
  } | null;
5738
5738
  })[] | null;
5739
5739
  type: AiResultType.TABLE_RESULT;
5740
5740
  description: string;
5741
5741
  filters: import("../../../..").Filters;
5742
+ title: string;
5742
5743
  customMetrics: {
5743
5744
  baseDimensionName: string;
5744
5745
  name: string;
@@ -5747,17 +5748,16 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5747
5748
  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;
5748
5749
  description: string;
5749
5750
  }[] | null;
5750
- title: string;
5751
5751
  vizConfig: {
5752
5752
  dimensions: string[];
5753
5753
  metrics: string[];
5754
5754
  limit: number | null;
5755
- exploreName: string;
5756
5755
  sorts: {
5757
5756
  fieldId: string;
5758
5757
  descending: boolean;
5759
5758
  nullsFirst: boolean | null;
5760
5759
  }[];
5760
+ exploreName: string;
5761
5761
  };
5762
5762
  }, {
5763
5763
  type: AiResultType.TABLE_RESULT;
@@ -6217,12 +6217,12 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
6217
6217
  dimensions: string[];
6218
6218
  metrics: string[];
6219
6219
  limit: number | null;
6220
- exploreName: string;
6221
6220
  sorts: {
6222
6221
  fieldId: string;
6223
6222
  descending: boolean;
6224
6223
  nullsFirst: boolean | null;
6225
6224
  }[];
6225
+ exploreName: string;
6226
6226
  };
6227
6227
  followUpTools: (AiResultType.TIME_SERIES_RESULT | AiResultType.VERTICAL_BAR_RESULT | LegacyFollowUpTools.GENERATE_BAR_VIZ | LegacyFollowUpTools.GENERATE_TIME_SERIES_VIZ)[];
6228
6228
  tableCalculations?: ({
@@ -6271,6 +6271,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
6271
6271
  partitionBy: string[] | null;
6272
6272
  windowFunction: import("../../../..").WindowFunctionType;
6273
6273
  frame: {
6274
+ frameType: "rows" | "range";
6274
6275
  start: {
6275
6276
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
6276
6277
  offset: number | null;
@@ -6279,7 +6280,6 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
6279
6280
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
6280
6281
  offset: number | null;
6281
6282
  };
6282
- frameType: "rows" | "range";
6283
6283
  } | null;
6284
6284
  })[] | null | undefined;
6285
6285
  customMetrics?: {