@lightdash/common 0.2087.0 → 0.2089.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 (462) hide show
  1. package/dist/cjs/compiler/exploreCompiler.d.ts.map +1 -1
  2. package/dist/cjs/compiler/exploreCompiler.js +5 -3
  3. package/dist/cjs/compiler/exploreCompiler.js.map +1 -1
  4. package/dist/cjs/compiler/filtersCompiler.d.ts.map +1 -1
  5. package/dist/cjs/compiler/filtersCompiler.js +4 -1
  6. package/dist/cjs/compiler/filtersCompiler.js.map +1 -1
  7. package/dist/cjs/dbt/schemas/lightdashMetadata.json +4 -1
  8. package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts +3 -0
  9. package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts.map +1 -0
  10. package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.js +14 -0
  11. package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.js.map +1 -0
  12. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts +10 -0
  13. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts.map +1 -0
  14. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js +64 -0
  15. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js.map +1 -0
  16. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts +10 -0
  17. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts.map +1 -0
  18. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js +64 -0
  19. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js.map +1 -0
  20. package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts +35 -0
  21. package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts.map +1 -0
  22. package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js +37 -0
  23. package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js.map +1 -0
  24. package/dist/cjs/ee/AiAgent/chartConfig/slack/index.d.ts +2 -0
  25. package/dist/cjs/ee/AiAgent/chartConfig/slack/index.d.ts.map +1 -0
  26. package/dist/cjs/ee/AiAgent/chartConfig/slack/index.js +6 -0
  27. package/dist/cjs/ee/AiAgent/chartConfig/slack/index.js.map +1 -0
  28. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts +13 -0
  29. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts.map +1 -0
  30. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js +47 -0
  31. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js.map +1 -0
  32. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts +9 -0
  33. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts.map +1 -0
  34. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js +64 -0
  35. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js.map +1 -0
  36. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts +7 -0
  37. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts.map +1 -0
  38. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js +41 -0
  39. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js.map +1 -0
  40. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts +9 -0
  41. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  42. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js +65 -0
  43. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js.map +1 -0
  44. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts +9 -0
  45. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts.map +1 -0
  46. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js +67 -0
  47. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js.map +1 -0
  48. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts +7 -0
  49. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts.map +1 -0
  50. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js +37 -0
  51. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js.map +1 -0
  52. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts +9 -0
  53. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts.map +1 -0
  54. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js +66 -0
  55. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js.map +1 -0
  56. package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts +6 -0
  57. package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts.map +1 -0
  58. package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js +54 -0
  59. package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js.map +1 -0
  60. package/dist/cjs/ee/AiAgent/chartConfig/slack/types.d.ts +12 -0
  61. package/dist/cjs/ee/AiAgent/chartConfig/slack/types.d.ts.map +1 -0
  62. package/dist/cjs/ee/AiAgent/chartConfig/slack/types.js +3 -0
  63. package/dist/cjs/ee/AiAgent/chartConfig/slack/types.js.map +1 -0
  64. package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts +7 -0
  65. package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts.map +1 -0
  66. package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js +69 -0
  67. package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js.map +1 -0
  68. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts +3 -0
  69. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts.map +1 -0
  70. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js +9 -0
  71. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js.map +1 -0
  72. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts +7 -0
  73. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts.map +1 -0
  74. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js +67 -0
  75. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js.map +1 -0
  76. package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +398 -0
  77. package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts.map +1 -0
  78. package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js +56 -0
  79. package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js.map +1 -0
  80. package/dist/cjs/ee/AiAgent/chartConfig/web/index.d.ts +5 -0
  81. package/dist/cjs/ee/AiAgent/chartConfig/web/index.d.ts.map +1 -0
  82. package/dist/cjs/ee/AiAgent/chartConfig/web/index.js +12 -0
  83. package/dist/cjs/ee/AiAgent/chartConfig/web/index.js.map +1 -0
  84. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts +16 -0
  85. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts.map +1 -0
  86. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js +77 -0
  87. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js.map +1 -0
  88. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts +15 -0
  89. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts.map +1 -0
  90. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js +68 -0
  91. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js.map +1 -0
  92. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts +8 -0
  93. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts.map +1 -0
  94. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js +21 -0
  95. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js.map +1 -0
  96. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts +15 -0
  97. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  98. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js +68 -0
  99. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js.map +1 -0
  100. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts +15 -0
  101. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts.map +1 -0
  102. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js +70 -0
  103. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js.map +1 -0
  104. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts +8 -0
  105. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts.map +1 -0
  106. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js +18 -0
  107. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js.map +1 -0
  108. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts +15 -0
  109. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts.map +1 -0
  110. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js +69 -0
  111. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js.map +1 -0
  112. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts +7 -0
  113. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts.map +1 -0
  114. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js +28 -0
  115. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js.map +1 -0
  116. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts +4 -0
  117. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts.map +1 -0
  118. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js +19 -0
  119. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js.map +1 -0
  120. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts +7 -0
  121. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts.map +1 -0
  122. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js +15 -0
  123. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js.map +1 -0
  124. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts +3 -0
  125. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts.map +1 -0
  126. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js +19 -0
  127. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js.map +1 -0
  128. package/dist/cjs/ee/AiAgent/chartConfig/web/types.d.ts +6 -0
  129. package/dist/cjs/ee/AiAgent/chartConfig/web/types.d.ts.map +1 -0
  130. package/dist/cjs/ee/AiAgent/chartConfig/web/types.js +3 -0
  131. package/dist/cjs/ee/AiAgent/chartConfig/web/types.js.map +1 -0
  132. package/dist/cjs/ee/AiAgent/index.d.ts +2 -1
  133. package/dist/cjs/ee/AiAgent/index.d.ts.map +1 -1
  134. package/dist/cjs/ee/AiAgent/index.js +2 -1
  135. package/dist/cjs/ee/AiAgent/index.js.map +1 -1
  136. package/dist/cjs/ee/AiAgent/schemas/index.d.ts +74 -74
  137. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -3
  138. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -1
  139. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +8 -7
  140. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -1
  141. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +6 -6
  142. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
  143. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +1 -11
  144. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -1
  145. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -81
  146. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -12
  147. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +12 -12
  148. package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -12
  149. package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -12
  150. package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -12
  151. package/dist/cjs/ee/AiAgent/utils.d.ts +4 -4
  152. package/dist/cjs/index.d.ts +1 -0
  153. package/dist/cjs/index.d.ts.map +1 -1
  154. package/dist/cjs/index.js +1 -0
  155. package/dist/cjs/index.js.map +1 -1
  156. package/dist/cjs/schemas/json/lightdash-dbt-2.0.json +8 -2
  157. package/dist/cjs/types/catalog.d.ts.map +1 -1
  158. package/dist/cjs/types/catalog.js +3 -0
  159. package/dist/cjs/types/catalog.js.map +1 -1
  160. package/dist/cjs/types/field.d.ts +8 -0
  161. package/dist/cjs/types/field.d.ts.map +1 -1
  162. package/dist/cjs/types/field.js +30 -1
  163. package/dist/cjs/types/field.js.map +1 -1
  164. package/dist/cjs/types/results.d.ts.map +1 -1
  165. package/dist/cjs/types/results.js +3 -0
  166. package/dist/cjs/types/results.js.map +1 -1
  167. package/dist/cjs/utils/dependencyGraph.d.ts +28 -0
  168. package/dist/cjs/utils/dependencyGraph.d.ts.map +1 -0
  169. package/dist/cjs/utils/dependencyGraph.js +54 -0
  170. package/dist/cjs/utils/dependencyGraph.js.map +1 -0
  171. package/dist/cjs/utils/dependencyGraph.test.d.ts +2 -0
  172. package/dist/cjs/utils/dependencyGraph.test.d.ts.map +1 -0
  173. package/dist/cjs/utils/dependencyGraph.test.js +115 -0
  174. package/dist/cjs/utils/dependencyGraph.test.js.map +1 -0
  175. package/dist/cjs/utils/filters.d.ts.map +1 -1
  176. package/dist/cjs/utils/filters.js +3 -0
  177. package/dist/cjs/utils/filters.js.map +1 -1
  178. package/dist/cjs/utils/item.d.ts.map +1 -1
  179. package/dist/cjs/utils/item.js +3 -0
  180. package/dist/cjs/utils/item.js.map +1 -1
  181. package/dist/esm/compiler/exploreCompiler.d.ts.map +1 -1
  182. package/dist/esm/compiler/exploreCompiler.js +6 -4
  183. package/dist/esm/compiler/exploreCompiler.js.map +1 -1
  184. package/dist/esm/compiler/filtersCompiler.d.ts.map +1 -1
  185. package/dist/esm/compiler/filtersCompiler.js +4 -1
  186. package/dist/esm/compiler/filtersCompiler.js.map +1 -1
  187. package/dist/esm/dbt/schemas/lightdashMetadata.json +4 -1
  188. package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts +3 -0
  189. package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts.map +1 -0
  190. package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.js +10 -0
  191. package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.js.map +1 -0
  192. package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts +10 -0
  193. package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts.map +1 -0
  194. package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js +60 -0
  195. package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js.map +1 -0
  196. package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts +10 -0
  197. package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts.map +1 -0
  198. package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js +60 -0
  199. package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js.map +1 -0
  200. package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts +35 -0
  201. package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts.map +1 -0
  202. package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js +33 -0
  203. package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js.map +1 -0
  204. package/dist/esm/ee/AiAgent/chartConfig/slack/index.d.ts +2 -0
  205. package/dist/esm/ee/AiAgent/chartConfig/slack/index.d.ts.map +1 -0
  206. package/dist/esm/ee/AiAgent/chartConfig/slack/index.js +2 -0
  207. package/dist/esm/ee/AiAgent/chartConfig/slack/index.js.map +1 -0
  208. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts +13 -0
  209. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts.map +1 -0
  210. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js +43 -0
  211. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js.map +1 -0
  212. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts +9 -0
  213. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts.map +1 -0
  214. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js +60 -0
  215. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js.map +1 -0
  216. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts +7 -0
  217. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts.map +1 -0
  218. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js +37 -0
  219. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js.map +1 -0
  220. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts +9 -0
  221. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  222. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js +61 -0
  223. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js.map +1 -0
  224. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts +9 -0
  225. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts.map +1 -0
  226. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js +63 -0
  227. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js.map +1 -0
  228. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts +7 -0
  229. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts.map +1 -0
  230. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js +33 -0
  231. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js.map +1 -0
  232. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts +9 -0
  233. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts.map +1 -0
  234. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js +62 -0
  235. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js.map +1 -0
  236. package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts +6 -0
  237. package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts.map +1 -0
  238. package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js +50 -0
  239. package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js.map +1 -0
  240. package/dist/esm/ee/AiAgent/chartConfig/slack/types.d.ts +12 -0
  241. package/dist/esm/ee/AiAgent/chartConfig/slack/types.d.ts.map +1 -0
  242. package/dist/esm/ee/AiAgent/chartConfig/slack/types.js +2 -0
  243. package/dist/esm/ee/AiAgent/chartConfig/slack/types.js.map +1 -0
  244. package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts +7 -0
  245. package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts.map +1 -0
  246. package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js +65 -0
  247. package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js.map +1 -0
  248. package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts +3 -0
  249. package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts.map +1 -0
  250. package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js +5 -0
  251. package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js.map +1 -0
  252. package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts +7 -0
  253. package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts.map +1 -0
  254. package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js +63 -0
  255. package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js.map +1 -0
  256. package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +398 -0
  257. package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts.map +1 -0
  258. package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js +51 -0
  259. package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js.map +1 -0
  260. package/dist/esm/ee/AiAgent/chartConfig/web/index.d.ts +5 -0
  261. package/dist/esm/ee/AiAgent/chartConfig/web/index.d.ts.map +1 -0
  262. package/dist/esm/ee/AiAgent/chartConfig/web/index.js +6 -0
  263. package/dist/esm/ee/AiAgent/chartConfig/web/index.js.map +1 -0
  264. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts +16 -0
  265. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts.map +1 -0
  266. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js +73 -0
  267. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js.map +1 -0
  268. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts +15 -0
  269. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts.map +1 -0
  270. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js +64 -0
  271. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js.map +1 -0
  272. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts +8 -0
  273. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts.map +1 -0
  274. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js +17 -0
  275. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js.map +1 -0
  276. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts +15 -0
  277. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  278. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js +64 -0
  279. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js.map +1 -0
  280. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts +15 -0
  281. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts.map +1 -0
  282. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js +66 -0
  283. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js.map +1 -0
  284. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts +8 -0
  285. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts.map +1 -0
  286. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js +14 -0
  287. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js.map +1 -0
  288. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts +15 -0
  289. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts.map +1 -0
  290. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js +65 -0
  291. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js.map +1 -0
  292. package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts +7 -0
  293. package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts.map +1 -0
  294. package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js +24 -0
  295. package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js.map +1 -0
  296. package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts +4 -0
  297. package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts.map +1 -0
  298. package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js +15 -0
  299. package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js.map +1 -0
  300. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts +7 -0
  301. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts.map +1 -0
  302. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js +11 -0
  303. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js.map +1 -0
  304. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts +3 -0
  305. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts.map +1 -0
  306. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js +15 -0
  307. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js.map +1 -0
  308. package/dist/esm/ee/AiAgent/chartConfig/web/types.d.ts +6 -0
  309. package/dist/esm/ee/AiAgent/chartConfig/web/types.d.ts.map +1 -0
  310. package/dist/esm/ee/AiAgent/chartConfig/web/types.js +2 -0
  311. package/dist/esm/ee/AiAgent/chartConfig/web/types.js.map +1 -0
  312. package/dist/esm/ee/AiAgent/index.d.ts +2 -1
  313. package/dist/esm/ee/AiAgent/index.d.ts.map +1 -1
  314. package/dist/esm/ee/AiAgent/index.js +2 -1
  315. package/dist/esm/ee/AiAgent/index.js.map +1 -1
  316. package/dist/esm/ee/AiAgent/schemas/index.d.ts +74 -74
  317. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -3
  318. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -1
  319. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +8 -7
  320. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -1
  321. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +6 -6
  322. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
  323. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +2 -12
  324. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -1
  325. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -81
  326. package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -12
  327. package/dist/esm/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +12 -12
  328. package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -12
  329. package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -12
  330. package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -12
  331. package/dist/esm/ee/AiAgent/utils.d.ts +4 -4
  332. package/dist/esm/index.d.ts +1 -0
  333. package/dist/esm/index.d.ts.map +1 -1
  334. package/dist/esm/index.js +1 -0
  335. package/dist/esm/index.js.map +1 -1
  336. package/dist/esm/schemas/json/lightdash-dbt-2.0.json +8 -2
  337. package/dist/esm/types/catalog.d.ts.map +1 -1
  338. package/dist/esm/types/catalog.js +3 -0
  339. package/dist/esm/types/catalog.js.map +1 -1
  340. package/dist/esm/types/field.d.ts +8 -0
  341. package/dist/esm/types/field.d.ts.map +1 -1
  342. package/dist/esm/types/field.js +27 -0
  343. package/dist/esm/types/field.js.map +1 -1
  344. package/dist/esm/types/results.d.ts.map +1 -1
  345. package/dist/esm/types/results.js +3 -0
  346. package/dist/esm/types/results.js.map +1 -1
  347. package/dist/esm/utils/dependencyGraph.d.ts +28 -0
  348. package/dist/esm/utils/dependencyGraph.d.ts.map +1 -0
  349. package/dist/esm/utils/dependencyGraph.js +51 -0
  350. package/dist/esm/utils/dependencyGraph.js.map +1 -0
  351. package/dist/esm/utils/dependencyGraph.test.d.ts +2 -0
  352. package/dist/esm/utils/dependencyGraph.test.d.ts.map +1 -0
  353. package/dist/esm/utils/dependencyGraph.test.js +113 -0
  354. package/dist/esm/utils/dependencyGraph.test.js.map +1 -0
  355. package/dist/esm/utils/filters.d.ts.map +1 -1
  356. package/dist/esm/utils/filters.js +3 -0
  357. package/dist/esm/utils/filters.js.map +1 -1
  358. package/dist/esm/utils/item.d.ts.map +1 -1
  359. package/dist/esm/utils/item.js +3 -0
  360. package/dist/esm/utils/item.js.map +1 -1
  361. package/dist/tsconfig.types.tsbuildinfo +1 -1
  362. package/dist/types/compiler/exploreCompiler.d.ts.map +1 -1
  363. package/dist/types/compiler/filtersCompiler.d.ts.map +1 -1
  364. package/dist/types/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts +3 -0
  365. package/dist/types/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts.map +1 -0
  366. package/dist/types/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts +10 -0
  367. package/dist/types/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts.map +1 -0
  368. package/dist/types/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts +10 -0
  369. package/dist/types/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts.map +1 -0
  370. package/dist/types/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts +35 -0
  371. package/dist/types/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts.map +1 -0
  372. package/dist/types/ee/AiAgent/chartConfig/slack/index.d.ts +2 -0
  373. package/dist/types/ee/AiAgent/chartConfig/slack/index.d.ts.map +1 -0
  374. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts +13 -0
  375. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts.map +1 -0
  376. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts +9 -0
  377. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts.map +1 -0
  378. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts +7 -0
  379. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts.map +1 -0
  380. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts +9 -0
  381. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  382. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts +9 -0
  383. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts.map +1 -0
  384. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts +7 -0
  385. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts.map +1 -0
  386. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts +9 -0
  387. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts.map +1 -0
  388. package/dist/types/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts +6 -0
  389. package/dist/types/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts.map +1 -0
  390. package/dist/types/ee/AiAgent/chartConfig/slack/types.d.ts +12 -0
  391. package/dist/types/ee/AiAgent/chartConfig/slack/types.d.ts.map +1 -0
  392. package/dist/types/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts +7 -0
  393. package/dist/types/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts.map +1 -0
  394. package/dist/types/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts +3 -0
  395. package/dist/types/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts.map +1 -0
  396. package/dist/types/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts +7 -0
  397. package/dist/types/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts.map +1 -0
  398. package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +398 -0
  399. package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts.map +1 -0
  400. package/dist/types/ee/AiAgent/chartConfig/web/index.d.ts +5 -0
  401. package/dist/types/ee/AiAgent/chartConfig/web/index.d.ts.map +1 -0
  402. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts +16 -0
  403. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts.map +1 -0
  404. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts +15 -0
  405. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts.map +1 -0
  406. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts +8 -0
  407. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts.map +1 -0
  408. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts +15 -0
  409. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  410. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts +15 -0
  411. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts.map +1 -0
  412. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts +8 -0
  413. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts.map +1 -0
  414. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts +15 -0
  415. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts.map +1 -0
  416. package/dist/types/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts +7 -0
  417. package/dist/types/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts.map +1 -0
  418. package/dist/types/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts +4 -0
  419. package/dist/types/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts.map +1 -0
  420. package/dist/types/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts +7 -0
  421. package/dist/types/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts.map +1 -0
  422. package/dist/types/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts +3 -0
  423. package/dist/types/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts.map +1 -0
  424. package/dist/types/ee/AiAgent/chartConfig/web/types.d.ts +6 -0
  425. package/dist/types/ee/AiAgent/chartConfig/web/types.d.ts.map +1 -0
  426. package/dist/types/ee/AiAgent/index.d.ts +2 -1
  427. package/dist/types/ee/AiAgent/index.d.ts.map +1 -1
  428. package/dist/types/ee/AiAgent/schemas/index.d.ts +74 -74
  429. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -3
  430. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -1
  431. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +6 -6
  432. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
  433. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -81
  434. package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -12
  435. package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +12 -12
  436. package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -12
  437. package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -12
  438. package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -12
  439. package/dist/types/ee/AiAgent/utils.d.ts +4 -4
  440. package/dist/types/index.d.ts +1 -0
  441. package/dist/types/index.d.ts.map +1 -1
  442. package/dist/types/types/catalog.d.ts.map +1 -1
  443. package/dist/types/types/field.d.ts +8 -0
  444. package/dist/types/types/field.d.ts.map +1 -1
  445. package/dist/types/types/results.d.ts.map +1 -1
  446. package/dist/types/utils/dependencyGraph.d.ts +28 -0
  447. package/dist/types/utils/dependencyGraph.d.ts.map +1 -0
  448. package/dist/types/utils/dependencyGraph.test.d.ts +2 -0
  449. package/dist/types/utils/dependencyGraph.test.d.ts.map +1 -0
  450. package/dist/types/utils/filters.d.ts.map +1 -1
  451. package/dist/types/utils/item.d.ts.map +1 -1
  452. package/package.json +2 -1
  453. package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.d.ts +0 -26
  454. package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.d.ts.map +0 -1
  455. package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.js +0 -425
  456. package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.js.map +0 -1
  457. package/dist/esm/ee/AiAgent/utils/chartConfigUtils.d.ts +0 -26
  458. package/dist/esm/ee/AiAgent/utils/chartConfigUtils.d.ts.map +0 -1
  459. package/dist/esm/ee/AiAgent/utils/chartConfigUtils.js +0 -417
  460. package/dist/esm/ee/AiAgent/utils/chartConfigUtils.js.map +0 -1
  461. package/dist/types/ee/AiAgent/utils/chartConfigUtils.d.ts +0 -26
  462. package/dist/types/ee/AiAgent/utils/chartConfigUtils.d.ts.map +0 -1
@@ -159,7 +159,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
159
159
  displayName: z.ZodString;
160
160
  } & {
161
161
  type: z.ZodLiteral<"window_function">;
162
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
162
+ windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
163
163
  fieldId: z.ZodNullable<z.ZodString>;
164
164
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
165
165
  fieldId: z.ZodString;
@@ -225,7 +225,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
225
225
  order: "asc" | "desc" | null;
226
226
  }[] | null;
227
227
  partitionBy: string[] | null;
228
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
228
+ windowFunction: import("../../..").WindowFunctionType;
229
229
  frame: {
230
230
  start: {
231
231
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -247,7 +247,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
247
247
  order: "asc" | "desc" | null;
248
248
  }[] | null;
249
249
  partitionBy: string[] | null;
250
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
250
+ windowFunction: import("../../..").WindowFunctionType;
251
251
  frame: {
252
252
  start: {
253
253
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1416,7 +1416,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
1416
1416
  order: "asc" | "desc" | null;
1417
1417
  }[] | null;
1418
1418
  partitionBy: string[] | null;
1419
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1419
+ windowFunction: import("../../..").WindowFunctionType;
1420
1420
  frame: {
1421
1421
  start: {
1422
1422
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1701,7 +1701,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
1701
1701
  order: "asc" | "desc" | null;
1702
1702
  }[] | null;
1703
1703
  partitionBy: string[] | null;
1704
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1704
+ windowFunction: import("../../..").WindowFunctionType;
1705
1705
  frame: {
1706
1706
  start: {
1707
1707
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -2088,7 +2088,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
2088
2088
  displayName: z.ZodString;
2089
2089
  } & {
2090
2090
  type: z.ZodLiteral<"window_function">;
2091
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
2091
+ windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
2092
2092
  fieldId: z.ZodNullable<z.ZodString>;
2093
2093
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
2094
2094
  fieldId: z.ZodString;
@@ -2154,7 +2154,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
2154
2154
  order: "asc" | "desc" | null;
2155
2155
  }[] | null;
2156
2156
  partitionBy: string[] | null;
2157
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2157
+ windowFunction: import("../../..").WindowFunctionType;
2158
2158
  frame: {
2159
2159
  start: {
2160
2160
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -2176,7 +2176,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
2176
2176
  order: "asc" | "desc" | null;
2177
2177
  }[] | null;
2178
2178
  partitionBy: string[] | null;
2179
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2179
+ windowFunction: import("../../..").WindowFunctionType;
2180
2180
  frame: {
2181
2181
  start: {
2182
2182
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -3357,7 +3357,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
3357
3357
  order: "asc" | "desc" | null;
3358
3358
  }[] | null;
3359
3359
  partitionBy: string[] | null;
3360
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
3360
+ windowFunction: import("../../..").WindowFunctionType;
3361
3361
  frame: {
3362
3362
  start: {
3363
3363
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -3646,7 +3646,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
3646
3646
  order: "asc" | "desc" | null;
3647
3647
  }[] | null;
3648
3648
  partitionBy: string[] | null;
3649
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
3649
+ windowFunction: import("../../..").WindowFunctionType;
3650
3650
  frame: {
3651
3651
  start: {
3652
3652
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -4037,7 +4037,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
4037
4037
  displayName: z.ZodString;
4038
4038
  } & {
4039
4039
  type: z.ZodLiteral<"window_function">;
4040
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
4040
+ windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
4041
4041
  fieldId: z.ZodNullable<z.ZodString>;
4042
4042
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
4043
4043
  fieldId: z.ZodString;
@@ -4103,7 +4103,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
4103
4103
  order: "asc" | "desc" | null;
4104
4104
  }[] | null;
4105
4105
  partitionBy: string[] | null;
4106
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
4106
+ windowFunction: import("../../..").WindowFunctionType;
4107
4107
  frame: {
4108
4108
  start: {
4109
4109
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -4125,7 +4125,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
4125
4125
  order: "asc" | "desc" | null;
4126
4126
  }[] | null;
4127
4127
  partitionBy: string[] | null;
4128
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
4128
+ windowFunction: import("../../..").WindowFunctionType;
4129
4129
  frame: {
4130
4130
  start: {
4131
4131
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5309,7 +5309,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
5309
5309
  order: "asc" | "desc" | null;
5310
5310
  }[] | null;
5311
5311
  partitionBy: string[] | null;
5312
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5312
+ windowFunction: import("../../..").WindowFunctionType;
5313
5313
  frame: {
5314
5314
  start: {
5315
5315
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5599,7 +5599,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
5599
5599
  order: "asc" | "desc" | null;
5600
5600
  }[] | null;
5601
5601
  partitionBy: string[] | null;
5602
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5602
+ windowFunction: import("../../..").WindowFunctionType;
5603
5603
  frame: {
5604
5604
  start: {
5605
5605
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5890,7 +5890,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
5890
5890
  order: "asc" | "desc" | null;
5891
5891
  }[] | null;
5892
5892
  partitionBy: string[] | null;
5893
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5893
+ windowFunction: import("../../..").WindowFunctionType;
5894
5894
  frame: {
5895
5895
  start: {
5896
5896
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -6176,7 +6176,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
6176
6176
  order: "asc" | "desc" | null;
6177
6177
  }[] | null;
6178
6178
  partitionBy: string[] | null;
6179
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
6179
+ windowFunction: import("../../..").WindowFunctionType;
6180
6180
  frame: {
6181
6181
  start: {
6182
6182
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -6466,7 +6466,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
6466
6466
  order: "asc" | "desc" | null;
6467
6467
  }[] | null;
6468
6468
  partitionBy: string[] | null;
6469
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
6469
+ windowFunction: import("../../..").WindowFunctionType;
6470
6470
  frame: {
6471
6471
  start: {
6472
6472
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -6756,7 +6756,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
6756
6756
  order: "asc" | "desc" | null;
6757
6757
  }[] | null;
6758
6758
  partitionBy: string[] | null;
6759
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
6759
+ windowFunction: import("../../..").WindowFunctionType;
6760
6760
  frame: {
6761
6761
  start: {
6762
6762
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -7041,7 +7041,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
7041
7041
  order: "asc" | "desc" | null;
7042
7042
  }[] | null;
7043
7043
  partitionBy: string[] | null;
7044
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
7044
+ windowFunction: import("../../..").WindowFunctionType;
7045
7045
  frame: {
7046
7046
  start: {
7047
7047
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -7330,7 +7330,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
7330
7330
  order: "asc" | "desc" | null;
7331
7331
  }[] | null;
7332
7332
  partitionBy: string[] | null;
7333
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
7333
+ windowFunction: import("../../..").WindowFunctionType;
7334
7334
  frame: {
7335
7335
  start: {
7336
7336
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -7626,7 +7626,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
7626
7626
  order: "asc" | "desc" | null;
7627
7627
  }[] | null;
7628
7628
  partitionBy: string[] | null;
7629
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
7629
+ windowFunction: import("../../..").WindowFunctionType;
7630
7630
  frame: {
7631
7631
  start: {
7632
7632
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -7912,7 +7912,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
7912
7912
  order: "asc" | "desc" | null;
7913
7913
  }[] | null;
7914
7914
  partitionBy: string[] | null;
7915
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
7915
+ windowFunction: import("../../..").WindowFunctionType;
7916
7916
  frame: {
7917
7917
  start: {
7918
7918
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -8202,7 +8202,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
8202
8202
  order: "asc" | "desc" | null;
8203
8203
  }[] | null;
8204
8204
  partitionBy: string[] | null;
8205
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
8205
+ windowFunction: import("../../..").WindowFunctionType;
8206
8206
  frame: {
8207
8207
  start: {
8208
8208
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -8497,7 +8497,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
8497
8497
  order: "asc" | "desc" | null;
8498
8498
  }[] | null;
8499
8499
  partitionBy: string[] | null;
8500
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
8500
+ windowFunction: import("../../..").WindowFunctionType;
8501
8501
  frame: {
8502
8502
  start: {
8503
8503
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -8782,7 +8782,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
8782
8782
  order: "asc" | "desc" | null;
8783
8783
  }[] | null;
8784
8784
  partitionBy: string[] | null;
8785
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
8785
+ windowFunction: import("../../..").WindowFunctionType;
8786
8786
  frame: {
8787
8787
  start: {
8788
8788
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -9071,7 +9071,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
9071
9071
  order: "asc" | "desc" | null;
9072
9072
  }[] | null;
9073
9073
  partitionBy: string[] | null;
9074
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
9074
+ windowFunction: import("../../..").WindowFunctionType;
9075
9075
  frame: {
9076
9076
  start: {
9077
9077
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -11796,7 +11796,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
11796
11796
  displayName: z.ZodString;
11797
11797
  } & {
11798
11798
  type: z.ZodLiteral<"window_function">;
11799
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
11799
+ windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
11800
11800
  fieldId: z.ZodNullable<z.ZodString>;
11801
11801
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
11802
11802
  fieldId: z.ZodString;
@@ -11862,7 +11862,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
11862
11862
  order: "asc" | "desc" | null;
11863
11863
  }[] | null;
11864
11864
  partitionBy: string[] | null;
11865
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
11865
+ windowFunction: import("../../..").WindowFunctionType;
11866
11866
  frame: {
11867
11867
  start: {
11868
11868
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -11884,7 +11884,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
11884
11884
  order: "asc" | "desc" | null;
11885
11885
  }[] | null;
11886
11886
  partitionBy: string[] | null;
11887
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
11887
+ windowFunction: import("../../..").WindowFunctionType;
11888
11888
  frame: {
11889
11889
  start: {
11890
11890
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -13067,7 +13067,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
13067
13067
  order: "asc" | "desc" | null;
13068
13068
  }[] | null;
13069
13069
  partitionBy: string[] | null;
13070
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
13070
+ windowFunction: import("../../..").WindowFunctionType;
13071
13071
  frame: {
13072
13072
  start: {
13073
13073
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -13358,7 +13358,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
13358
13358
  order: "asc" | "desc" | null;
13359
13359
  }[] | null;
13360
13360
  partitionBy: string[] | null;
13361
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
13361
+ windowFunction: import("../../..").WindowFunctionType;
13362
13362
  frame: {
13363
13363
  start: {
13364
13364
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -13753,7 +13753,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
13753
13753
  displayName: z.ZodString;
13754
13754
  } & {
13755
13755
  type: z.ZodLiteral<"window_function">;
13756
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
13756
+ windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
13757
13757
  fieldId: z.ZodNullable<z.ZodString>;
13758
13758
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
13759
13759
  fieldId: z.ZodString;
@@ -13819,7 +13819,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
13819
13819
  order: "asc" | "desc" | null;
13820
13820
  }[] | null;
13821
13821
  partitionBy: string[] | null;
13822
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
13822
+ windowFunction: import("../../..").WindowFunctionType;
13823
13823
  frame: {
13824
13824
  start: {
13825
13825
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -13841,7 +13841,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
13841
13841
  order: "asc" | "desc" | null;
13842
13842
  }[] | null;
13843
13843
  partitionBy: string[] | null;
13844
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
13844
+ windowFunction: import("../../..").WindowFunctionType;
13845
13845
  frame: {
13846
13846
  start: {
13847
13847
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -15009,7 +15009,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
15009
15009
  order: "asc" | "desc" | null;
15010
15010
  }[] | null;
15011
15011
  partitionBy: string[] | null;
15012
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
15012
+ windowFunction: import("../../..").WindowFunctionType;
15013
15013
  frame: {
15014
15014
  start: {
15015
15015
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -15295,7 +15295,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
15295
15295
  order: "asc" | "desc" | null;
15296
15296
  }[] | null;
15297
15297
  partitionBy: string[] | null;
15298
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
15298
+ windowFunction: import("../../..").WindowFunctionType;
15299
15299
  frame: {
15300
15300
  start: {
15301
15301
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -15685,7 +15685,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
15685
15685
  displayName: z.ZodString;
15686
15686
  } & {
15687
15687
  type: z.ZodLiteral<"window_function">;
15688
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
15688
+ windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
15689
15689
  fieldId: z.ZodNullable<z.ZodString>;
15690
15690
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
15691
15691
  fieldId: z.ZodString;
@@ -15751,7 +15751,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
15751
15751
  order: "asc" | "desc" | null;
15752
15752
  }[] | null;
15753
15753
  partitionBy: string[] | null;
15754
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
15754
+ windowFunction: import("../../..").WindowFunctionType;
15755
15755
  frame: {
15756
15756
  start: {
15757
15757
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -15773,7 +15773,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
15773
15773
  order: "asc" | "desc" | null;
15774
15774
  }[] | null;
15775
15775
  partitionBy: string[] | null;
15776
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
15776
+ windowFunction: import("../../..").WindowFunctionType;
15777
15777
  frame: {
15778
15778
  start: {
15779
15779
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -16953,7 +16953,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
16953
16953
  order: "asc" | "desc" | null;
16954
16954
  }[] | null;
16955
16955
  partitionBy: string[] | null;
16956
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
16956
+ windowFunction: import("../../..").WindowFunctionType;
16957
16957
  frame: {
16958
16958
  start: {
16959
16959
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -17243,7 +17243,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
17243
17243
  order: "asc" | "desc" | null;
17244
17244
  }[] | null;
17245
17245
  partitionBy: string[] | null;
17246
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
17246
+ windowFunction: import("../../..").WindowFunctionType;
17247
17247
  frame: {
17248
17248
  start: {
17249
17249
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -17665,7 +17665,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
17665
17665
  displayName: z.ZodString;
17666
17666
  } & {
17667
17667
  type: z.ZodLiteral<"window_function">;
17668
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
17668
+ windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
17669
17669
  fieldId: z.ZodNullable<z.ZodString>;
17670
17670
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
17671
17671
  fieldId: z.ZodString;
@@ -17731,7 +17731,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
17731
17731
  order: "asc" | "desc" | null;
17732
17732
  }[] | null;
17733
17733
  partitionBy: string[] | null;
17734
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
17734
+ windowFunction: import("../../..").WindowFunctionType;
17735
17735
  frame: {
17736
17736
  start: {
17737
17737
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -17753,7 +17753,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
17753
17753
  order: "asc" | "desc" | null;
17754
17754
  }[] | null;
17755
17755
  partitionBy: string[] | null;
17756
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
17756
+ windowFunction: import("../../..").WindowFunctionType;
17757
17757
  frame: {
17758
17758
  start: {
17759
17759
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -18922,7 +18922,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
18922
18922
  order: "asc" | "desc" | null;
18923
18923
  }[] | null;
18924
18924
  partitionBy: string[] | null;
18925
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
18925
+ windowFunction: import("../../..").WindowFunctionType;
18926
18926
  frame: {
18927
18927
  start: {
18928
18928
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -19207,7 +19207,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
19207
19207
  order: "asc" | "desc" | null;
19208
19208
  }[] | null;
19209
19209
  partitionBy: string[] | null;
19210
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
19210
+ windowFunction: import("../../..").WindowFunctionType;
19211
19211
  frame: {
19212
19212
  start: {
19213
19213
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -19594,7 +19594,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
19594
19594
  displayName: z.ZodString;
19595
19595
  } & {
19596
19596
  type: z.ZodLiteral<"window_function">;
19597
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
19597
+ windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
19598
19598
  fieldId: z.ZodNullable<z.ZodString>;
19599
19599
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
19600
19600
  fieldId: z.ZodString;
@@ -19660,7 +19660,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
19660
19660
  order: "asc" | "desc" | null;
19661
19661
  }[] | null;
19662
19662
  partitionBy: string[] | null;
19663
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
19663
+ windowFunction: import("../../..").WindowFunctionType;
19664
19664
  frame: {
19665
19665
  start: {
19666
19666
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -19682,7 +19682,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
19682
19682
  order: "asc" | "desc" | null;
19683
19683
  }[] | null;
19684
19684
  partitionBy: string[] | null;
19685
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
19685
+ windowFunction: import("../../..").WindowFunctionType;
19686
19686
  frame: {
19687
19687
  start: {
19688
19688
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -20863,7 +20863,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
20863
20863
  order: "asc" | "desc" | null;
20864
20864
  }[] | null;
20865
20865
  partitionBy: string[] | null;
20866
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
20866
+ windowFunction: import("../../..").WindowFunctionType;
20867
20867
  frame: {
20868
20868
  start: {
20869
20869
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -21152,7 +21152,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
21152
21152
  order: "asc" | "desc" | null;
21153
21153
  }[] | null;
21154
21154
  partitionBy: string[] | null;
21155
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
21155
+ windowFunction: import("../../..").WindowFunctionType;
21156
21156
  frame: {
21157
21157
  start: {
21158
21158
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -21543,7 +21543,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
21543
21543
  displayName: z.ZodString;
21544
21544
  } & {
21545
21545
  type: z.ZodLiteral<"window_function">;
21546
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
21546
+ windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
21547
21547
  fieldId: z.ZodNullable<z.ZodString>;
21548
21548
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
21549
21549
  fieldId: z.ZodString;
@@ -21609,7 +21609,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
21609
21609
  order: "asc" | "desc" | null;
21610
21610
  }[] | null;
21611
21611
  partitionBy: string[] | null;
21612
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
21612
+ windowFunction: import("../../..").WindowFunctionType;
21613
21613
  frame: {
21614
21614
  start: {
21615
21615
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -21631,7 +21631,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
21631
21631
  order: "asc" | "desc" | null;
21632
21632
  }[] | null;
21633
21633
  partitionBy: string[] | null;
21634
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
21634
+ windowFunction: import("../../..").WindowFunctionType;
21635
21635
  frame: {
21636
21636
  start: {
21637
21637
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -22815,7 +22815,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
22815
22815
  order: "asc" | "desc" | null;
22816
22816
  }[] | null;
22817
22817
  partitionBy: string[] | null;
22818
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
22818
+ windowFunction: import("../../..").WindowFunctionType;
22819
22819
  frame: {
22820
22820
  start: {
22821
22821
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -23105,7 +23105,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
23105
23105
  order: "asc" | "desc" | null;
23106
23106
  }[] | null;
23107
23107
  partitionBy: string[] | null;
23108
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
23108
+ windowFunction: import("../../..").WindowFunctionType;
23109
23109
  frame: {
23110
23110
  start: {
23111
23111
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -23396,7 +23396,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
23396
23396
  order: "asc" | "desc" | null;
23397
23397
  }[] | null;
23398
23398
  partitionBy: string[] | null;
23399
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
23399
+ windowFunction: import("../../..").WindowFunctionType;
23400
23400
  frame: {
23401
23401
  start: {
23402
23402
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -23682,7 +23682,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
23682
23682
  order: "asc" | "desc" | null;
23683
23683
  }[] | null;
23684
23684
  partitionBy: string[] | null;
23685
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
23685
+ windowFunction: import("../../..").WindowFunctionType;
23686
23686
  frame: {
23687
23687
  start: {
23688
23688
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -23972,7 +23972,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
23972
23972
  order: "asc" | "desc" | null;
23973
23973
  }[] | null;
23974
23974
  partitionBy: string[] | null;
23975
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
23975
+ windowFunction: import("../../..").WindowFunctionType;
23976
23976
  frame: {
23977
23977
  start: {
23978
23978
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -24262,7 +24262,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
24262
24262
  order: "asc" | "desc" | null;
24263
24263
  }[] | null;
24264
24264
  partitionBy: string[] | null;
24265
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
24265
+ windowFunction: import("../../..").WindowFunctionType;
24266
24266
  frame: {
24267
24267
  start: {
24268
24268
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -24547,7 +24547,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
24547
24547
  order: "asc" | "desc" | null;
24548
24548
  }[] | null;
24549
24549
  partitionBy: string[] | null;
24550
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
24550
+ windowFunction: import("../../..").WindowFunctionType;
24551
24551
  frame: {
24552
24552
  start: {
24553
24553
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -24836,7 +24836,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
24836
24836
  order: "asc" | "desc" | null;
24837
24837
  }[] | null;
24838
24838
  partitionBy: string[] | null;
24839
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
24839
+ windowFunction: import("../../..").WindowFunctionType;
24840
24840
  frame: {
24841
24841
  start: {
24842
24842
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -25132,7 +25132,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
25132
25132
  order: "asc" | "desc" | null;
25133
25133
  }[] | null;
25134
25134
  partitionBy: string[] | null;
25135
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
25135
+ windowFunction: import("../../..").WindowFunctionType;
25136
25136
  frame: {
25137
25137
  start: {
25138
25138
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -25418,7 +25418,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
25418
25418
  order: "asc" | "desc" | null;
25419
25419
  }[] | null;
25420
25420
  partitionBy: string[] | null;
25421
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
25421
+ windowFunction: import("../../..").WindowFunctionType;
25422
25422
  frame: {
25423
25423
  start: {
25424
25424
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -25708,7 +25708,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
25708
25708
  order: "asc" | "desc" | null;
25709
25709
  }[] | null;
25710
25710
  partitionBy: string[] | null;
25711
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
25711
+ windowFunction: import("../../..").WindowFunctionType;
25712
25712
  frame: {
25713
25713
  start: {
25714
25714
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -26003,7 +26003,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
26003
26003
  order: "asc" | "desc" | null;
26004
26004
  }[] | null;
26005
26005
  partitionBy: string[] | null;
26006
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
26006
+ windowFunction: import("../../..").WindowFunctionType;
26007
26007
  frame: {
26008
26008
  start: {
26009
26009
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -26288,7 +26288,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
26288
26288
  order: "asc" | "desc" | null;
26289
26289
  }[] | null;
26290
26290
  partitionBy: string[] | null;
26291
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
26291
+ windowFunction: import("../../..").WindowFunctionType;
26292
26292
  frame: {
26293
26293
  start: {
26294
26294
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -26577,7 +26577,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
26577
26577
  order: "asc" | "desc" | null;
26578
26578
  }[] | null;
26579
26579
  partitionBy: string[] | null;
26580
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
26580
+ windowFunction: import("../../..").WindowFunctionType;
26581
26581
  frame: {
26582
26582
  start: {
26583
26583
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -27875,7 +27875,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
27875
27875
  displayName: z.ZodString;
27876
27876
  } & {
27877
27877
  type: z.ZodLiteral<"window_function">;
27878
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
27878
+ windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
27879
27879
  fieldId: z.ZodNullable<z.ZodString>;
27880
27880
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
27881
27881
  fieldId: z.ZodString;
@@ -27941,7 +27941,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
27941
27941
  order: "asc" | "desc" | null;
27942
27942
  }[] | null;
27943
27943
  partitionBy: string[] | null;
27944
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
27944
+ windowFunction: import("../../..").WindowFunctionType;
27945
27945
  frame: {
27946
27946
  start: {
27947
27947
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -27963,7 +27963,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
27963
27963
  order: "asc" | "desc" | null;
27964
27964
  }[] | null;
27965
27965
  partitionBy: string[] | null;
27966
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
27966
+ windowFunction: import("../../..").WindowFunctionType;
27967
27967
  frame: {
27968
27968
  start: {
27969
27969
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -29091,7 +29091,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
29091
29091
  order: "asc" | "desc" | null;
29092
29092
  }[] | null;
29093
29093
  partitionBy: string[] | null;
29094
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
29094
+ windowFunction: import("../../..").WindowFunctionType;
29095
29095
  frame: {
29096
29096
  start: {
29097
29097
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -29386,7 +29386,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
29386
29386
  order: "asc" | "desc" | null;
29387
29387
  }[] | null;
29388
29388
  partitionBy: string[] | null;
29389
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
29389
+ windowFunction: import("../../..").WindowFunctionType;
29390
29390
  frame: {
29391
29391
  start: {
29392
29392
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";