@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
@@ -25,22 +25,22 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
25
25
  dimensions: string[];
26
26
  metrics: string[];
27
27
  limit: number | null;
28
- exploreName: string;
29
28
  sorts: {
30
29
  fieldId: string;
31
30
  descending: boolean;
32
31
  nullsFirst: boolean | null;
33
32
  }[];
33
+ exploreName: string;
34
34
  }, {
35
35
  dimensions: string[];
36
36
  metrics: string[];
37
37
  limit: number | null;
38
- exploreName: string;
39
38
  sorts: {
40
39
  fieldId: string;
41
40
  descending: boolean;
42
41
  nullsFirst: boolean | null;
43
42
  }[];
43
+ exploreName: string;
44
44
  }>;
45
45
  customMetrics: z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodObject<{
46
46
  name: z.ZodString;
@@ -238,6 +238,7 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
238
238
  offset: number | null;
239
239
  }>;
240
240
  }, "strip", z.ZodTypeAny, {
241
+ frameType: "rows" | "range";
241
242
  start: {
242
243
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
243
244
  offset: number | null;
@@ -246,8 +247,8 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
246
247
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
247
248
  offset: number | null;
248
249
  };
249
- frameType: "rows" | "range";
250
250
  }, {
251
+ frameType: "rows" | "range";
251
252
  start: {
252
253
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
253
254
  offset: number | null;
@@ -256,7 +257,6 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
256
257
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
257
258
  offset: number | null;
258
259
  };
259
- frameType: "rows" | "range";
260
260
  }>>;
261
261
  }, "strip", z.ZodTypeAny, {
262
262
  name: string;
@@ -270,6 +270,7 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
270
270
  partitionBy: string[] | null;
271
271
  windowFunction: import("../../../..").WindowFunctionType;
272
272
  frame: {
273
+ frameType: "rows" | "range";
273
274
  start: {
274
275
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
275
276
  offset: number | null;
@@ -278,7 +279,6 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
278
279
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
279
280
  offset: number | null;
280
281
  };
281
- frameType: "rows" | "range";
282
282
  } | null;
283
283
  }, {
284
284
  name: string;
@@ -292,6 +292,7 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
292
292
  partitionBy: string[] | null;
293
293
  windowFunction: import("../../../..").WindowFunctionType;
294
294
  frame: {
295
+ frameType: "rows" | "range";
295
296
  start: {
296
297
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
297
298
  offset: number | null;
@@ -300,7 +301,6 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
300
301
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
301
302
  offset: number | null;
302
303
  };
303
- frameType: "rows" | "range";
304
304
  } | null;
305
305
  }>]>, "many">>;
306
306
  filters: z.ZodNullable<z.ZodObject<{
@@ -1418,6 +1418,7 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
1418
1418
  partitionBy: string[] | null;
1419
1419
  windowFunction: import("../../../..").WindowFunctionType;
1420
1420
  frame: {
1421
+ frameType: "rows" | "range";
1421
1422
  start: {
1422
1423
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1423
1424
  offset: number | null;
@@ -1426,7 +1427,6 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
1426
1427
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1427
1428
  offset: number | null;
1428
1429
  };
1429
- frameType: "rows" | "range";
1430
1430
  } | null;
1431
1431
  })[] | null;
1432
1432
  type: "run_metric_query";
@@ -1647,12 +1647,12 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
1647
1647
  dimensions: string[];
1648
1648
  metrics: string[];
1649
1649
  limit: number | null;
1650
- exploreName: string;
1651
1650
  sorts: {
1652
1651
  fieldId: string;
1653
1652
  descending: boolean;
1654
1653
  nullsFirst: boolean | null;
1655
1654
  }[];
1655
+ exploreName: string;
1656
1656
  };
1657
1657
  }, {
1658
1658
  tableCalculations: ({
@@ -1701,6 +1701,7 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
1701
1701
  partitionBy: string[] | null;
1702
1702
  windowFunction: import("../../../..").WindowFunctionType;
1703
1703
  frame: {
1704
+ frameType: "rows" | "range";
1704
1705
  start: {
1705
1706
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1706
1707
  offset: number | null;
@@ -1709,7 +1710,6 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
1709
1710
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1710
1711
  offset: number | null;
1711
1712
  };
1712
- frameType: "rows" | "range";
1713
1713
  } | null;
1714
1714
  })[] | null;
1715
1715
  type: "run_metric_query";
@@ -1930,12 +1930,12 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
1930
1930
  dimensions: string[];
1931
1931
  metrics: string[];
1932
1932
  limit: number | null;
1933
- exploreName: string;
1934
1933
  sorts: {
1935
1934
  fieldId: string;
1936
1935
  descending: boolean;
1937
1936
  nullsFirst: boolean | null;
1938
1937
  }[];
1938
+ exploreName: string;
1939
1939
  };
1940
1940
  }>;
1941
1941
  export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.ZodObject<{
@@ -1963,22 +1963,22 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
1963
1963
  dimensions: string[];
1964
1964
  metrics: string[];
1965
1965
  limit: number | null;
1966
- exploreName: string;
1967
1966
  sorts: {
1968
1967
  fieldId: string;
1969
1968
  descending: boolean;
1970
1969
  nullsFirst: boolean | null;
1971
1970
  }[];
1971
+ exploreName: string;
1972
1972
  }, {
1973
1973
  dimensions: string[];
1974
1974
  metrics: string[];
1975
1975
  limit: number | null;
1976
- exploreName: string;
1977
1976
  sorts: {
1978
1977
  fieldId: string;
1979
1978
  descending: boolean;
1980
1979
  nullsFirst: boolean | null;
1981
1980
  }[];
1981
+ exploreName: string;
1982
1982
  }>;
1983
1983
  customMetrics: z.ZodNullable<z.ZodArray<z.ZodEffects<z.ZodObject<{
1984
1984
  name: z.ZodString;
@@ -2176,6 +2176,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
2176
2176
  offset: number | null;
2177
2177
  }>;
2178
2178
  }, "strip", z.ZodTypeAny, {
2179
+ frameType: "rows" | "range";
2179
2180
  start: {
2180
2181
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2181
2182
  offset: number | null;
@@ -2184,8 +2185,8 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
2184
2185
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2185
2186
  offset: number | null;
2186
2187
  };
2187
- frameType: "rows" | "range";
2188
2188
  }, {
2189
+ frameType: "rows" | "range";
2189
2190
  start: {
2190
2191
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2191
2192
  offset: number | null;
@@ -2194,7 +2195,6 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
2194
2195
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2195
2196
  offset: number | null;
2196
2197
  };
2197
- frameType: "rows" | "range";
2198
2198
  }>>;
2199
2199
  }, "strip", z.ZodTypeAny, {
2200
2200
  name: string;
@@ -2208,6 +2208,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
2208
2208
  partitionBy: string[] | null;
2209
2209
  windowFunction: import("../../../..").WindowFunctionType;
2210
2210
  frame: {
2211
+ frameType: "rows" | "range";
2211
2212
  start: {
2212
2213
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2213
2214
  offset: number | null;
@@ -2216,7 +2217,6 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
2216
2217
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2217
2218
  offset: number | null;
2218
2219
  };
2219
- frameType: "rows" | "range";
2220
2220
  } | null;
2221
2221
  }, {
2222
2222
  name: string;
@@ -2230,6 +2230,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
2230
2230
  partitionBy: string[] | null;
2231
2231
  windowFunction: import("../../../..").WindowFunctionType;
2232
2232
  frame: {
2233
+ frameType: "rows" | "range";
2233
2234
  start: {
2234
2235
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2235
2236
  offset: number | null;
@@ -2238,7 +2239,6 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
2238
2239
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2239
2240
  offset: number | null;
2240
2241
  };
2241
- frameType: "rows" | "range";
2242
2242
  } | null;
2243
2243
  }>]>, "many">>;
2244
2244
  filters: z.ZodNullable<z.ZodObject<{
@@ -3356,6 +3356,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3356
3356
  partitionBy: string[] | null;
3357
3357
  windowFunction: import("../../../..").WindowFunctionType;
3358
3358
  frame: {
3359
+ frameType: "rows" | "range";
3359
3360
  start: {
3360
3361
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
3361
3362
  offset: number | null;
@@ -3364,7 +3365,6 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3364
3365
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
3365
3366
  offset: number | null;
3366
3367
  };
3367
- frameType: "rows" | "range";
3368
3368
  } | null;
3369
3369
  })[] | null;
3370
3370
  type: "run_metric_query";
@@ -3585,12 +3585,12 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3585
3585
  dimensions: string[];
3586
3586
  metrics: string[];
3587
3587
  limit: number | null;
3588
- exploreName: string;
3589
3588
  sorts: {
3590
3589
  fieldId: string;
3591
3590
  descending: boolean;
3592
3591
  nullsFirst: boolean | null;
3593
3592
  }[];
3593
+ exploreName: string;
3594
3594
  };
3595
3595
  }, {
3596
3596
  tableCalculations: ({
@@ -3639,6 +3639,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3639
3639
  partitionBy: string[] | null;
3640
3640
  windowFunction: import("../../../..").WindowFunctionType;
3641
3641
  frame: {
3642
+ frameType: "rows" | "range";
3642
3643
  start: {
3643
3644
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
3644
3645
  offset: number | null;
@@ -3647,7 +3648,6 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3647
3648
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
3648
3649
  offset: number | null;
3649
3650
  };
3650
- frameType: "rows" | "range";
3651
3651
  } | null;
3652
3652
  })[] | null;
3653
3653
  type: "run_metric_query";
@@ -3868,12 +3868,12 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3868
3868
  dimensions: string[];
3869
3869
  metrics: string[];
3870
3870
  limit: number | null;
3871
- exploreName: string;
3872
3871
  sorts: {
3873
3872
  fieldId: string;
3874
3873
  descending: boolean;
3875
3874
  nullsFirst: boolean | null;
3876
3875
  }[];
3876
+ exploreName: string;
3877
3877
  };
3878
3878
  }>, {
3879
3879
  customMetrics: {
@@ -3931,6 +3931,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3931
3931
  partitionBy: string[] | null;
3932
3932
  windowFunction: import("../../../..").WindowFunctionType;
3933
3933
  frame: {
3934
+ frameType: "rows" | "range";
3934
3935
  start: {
3935
3936
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
3936
3937
  offset: number | null;
@@ -3939,7 +3940,6 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3939
3940
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
3940
3941
  offset: number | null;
3941
3942
  };
3942
- frameType: "rows" | "range";
3943
3943
  } | null;
3944
3944
  })[] | null;
3945
3945
  type: "run_metric_query";
@@ -3947,12 +3947,12 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3947
3947
  dimensions: string[];
3948
3948
  metrics: string[];
3949
3949
  limit: number | null;
3950
- exploreName: string;
3951
3950
  sorts: {
3952
3951
  fieldId: string;
3953
3952
  descending: boolean;
3954
3953
  nullsFirst: boolean | null;
3955
3954
  }[];
3955
+ exploreName: string;
3956
3956
  };
3957
3957
  }, {
3958
3958
  tableCalculations: ({
@@ -4001,6 +4001,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
4001
4001
  partitionBy: string[] | null;
4002
4002
  windowFunction: import("../../../..").WindowFunctionType;
4003
4003
  frame: {
4004
+ frameType: "rows" | "range";
4004
4005
  start: {
4005
4006
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
4006
4007
  offset: number | null;
@@ -4009,7 +4010,6 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
4009
4010
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
4010
4011
  offset: number | null;
4011
4012
  };
4012
- frameType: "rows" | "range";
4013
4013
  } | null;
4014
4014
  })[] | null;
4015
4015
  type: "run_metric_query";
@@ -4230,12 +4230,12 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
4230
4230
  dimensions: string[];
4231
4231
  metrics: string[];
4232
4232
  limit: number | null;
4233
- exploreName: string;
4234
4233
  sorts: {
4235
4234
  fieldId: string;
4236
4235
  descending: boolean;
4237
4236
  nullsFirst: boolean | null;
4238
4237
  }[];
4238
+ exploreName: string;
4239
4239
  };
4240
4240
  }>;
4241
4241
  export declare const toolRunMetricQueryOutputSchema: z.ZodObject<{