@lightdash/common 0.2088.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 (416) hide show
  1. package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts +3 -0
  2. package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts.map +1 -0
  3. package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.js +14 -0
  4. package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.js.map +1 -0
  5. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts +10 -0
  6. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts.map +1 -0
  7. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js +64 -0
  8. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js.map +1 -0
  9. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts +10 -0
  10. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts.map +1 -0
  11. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js +64 -0
  12. package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js.map +1 -0
  13. package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts +35 -0
  14. package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts.map +1 -0
  15. package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js +37 -0
  16. package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js.map +1 -0
  17. package/dist/cjs/ee/AiAgent/chartConfig/slack/index.d.ts +2 -0
  18. package/dist/cjs/ee/AiAgent/chartConfig/slack/index.d.ts.map +1 -0
  19. package/dist/cjs/ee/AiAgent/chartConfig/slack/index.js +6 -0
  20. package/dist/cjs/ee/AiAgent/chartConfig/slack/index.js.map +1 -0
  21. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts +13 -0
  22. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts.map +1 -0
  23. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js +47 -0
  24. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js.map +1 -0
  25. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts +9 -0
  26. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts.map +1 -0
  27. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js +64 -0
  28. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js.map +1 -0
  29. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts +7 -0
  30. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts.map +1 -0
  31. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js +41 -0
  32. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js.map +1 -0
  33. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts +9 -0
  34. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  35. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js +65 -0
  36. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js.map +1 -0
  37. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts +9 -0
  38. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts.map +1 -0
  39. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js +67 -0
  40. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js.map +1 -0
  41. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts +7 -0
  42. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts.map +1 -0
  43. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js +37 -0
  44. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js.map +1 -0
  45. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts +9 -0
  46. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts.map +1 -0
  47. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js +66 -0
  48. package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js.map +1 -0
  49. package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts +6 -0
  50. package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts.map +1 -0
  51. package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js +54 -0
  52. package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js.map +1 -0
  53. package/dist/cjs/ee/AiAgent/chartConfig/slack/types.d.ts +12 -0
  54. package/dist/cjs/ee/AiAgent/chartConfig/slack/types.d.ts.map +1 -0
  55. package/dist/cjs/ee/AiAgent/chartConfig/slack/types.js +3 -0
  56. package/dist/cjs/ee/AiAgent/chartConfig/slack/types.js.map +1 -0
  57. package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts +7 -0
  58. package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts.map +1 -0
  59. package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js +69 -0
  60. package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js.map +1 -0
  61. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts +3 -0
  62. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts.map +1 -0
  63. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js +9 -0
  64. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js.map +1 -0
  65. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts +7 -0
  66. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts.map +1 -0
  67. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js +67 -0
  68. package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js.map +1 -0
  69. package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +398 -0
  70. package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts.map +1 -0
  71. package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js +56 -0
  72. package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js.map +1 -0
  73. package/dist/cjs/ee/AiAgent/chartConfig/web/index.d.ts +5 -0
  74. package/dist/cjs/ee/AiAgent/chartConfig/web/index.d.ts.map +1 -0
  75. package/dist/cjs/ee/AiAgent/chartConfig/web/index.js +12 -0
  76. package/dist/cjs/ee/AiAgent/chartConfig/web/index.js.map +1 -0
  77. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts +16 -0
  78. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts.map +1 -0
  79. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js +77 -0
  80. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js.map +1 -0
  81. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts +15 -0
  82. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts.map +1 -0
  83. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js +68 -0
  84. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js.map +1 -0
  85. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts +8 -0
  86. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts.map +1 -0
  87. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js +21 -0
  88. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js.map +1 -0
  89. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts +15 -0
  90. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  91. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js +68 -0
  92. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js.map +1 -0
  93. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts +15 -0
  94. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts.map +1 -0
  95. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js +70 -0
  96. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js.map +1 -0
  97. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts +8 -0
  98. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts.map +1 -0
  99. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js +18 -0
  100. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js.map +1 -0
  101. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts +15 -0
  102. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts.map +1 -0
  103. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js +69 -0
  104. package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js.map +1 -0
  105. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts +7 -0
  106. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts.map +1 -0
  107. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js +28 -0
  108. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js.map +1 -0
  109. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts +4 -0
  110. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts.map +1 -0
  111. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js +19 -0
  112. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js.map +1 -0
  113. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts +7 -0
  114. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts.map +1 -0
  115. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js +15 -0
  116. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js.map +1 -0
  117. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts +3 -0
  118. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts.map +1 -0
  119. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js +19 -0
  120. package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js.map +1 -0
  121. package/dist/cjs/ee/AiAgent/chartConfig/web/types.d.ts +6 -0
  122. package/dist/cjs/ee/AiAgent/chartConfig/web/types.d.ts.map +1 -0
  123. package/dist/cjs/ee/AiAgent/chartConfig/web/types.js +3 -0
  124. package/dist/cjs/ee/AiAgent/chartConfig/web/types.js.map +1 -0
  125. package/dist/cjs/ee/AiAgent/index.d.ts +2 -1
  126. package/dist/cjs/ee/AiAgent/index.d.ts.map +1 -1
  127. package/dist/cjs/ee/AiAgent/index.js +2 -1
  128. package/dist/cjs/ee/AiAgent/index.js.map +1 -1
  129. package/dist/cjs/ee/AiAgent/schemas/index.d.ts +74 -74
  130. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -3
  131. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -1
  132. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +8 -7
  133. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -1
  134. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +6 -6
  135. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
  136. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +1 -11
  137. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -1
  138. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -81
  139. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -12
  140. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +12 -12
  141. package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -12
  142. package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -12
  143. package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -12
  144. package/dist/cjs/ee/AiAgent/utils.d.ts +4 -4
  145. package/dist/cjs/index.d.ts +1 -0
  146. package/dist/cjs/index.d.ts.map +1 -1
  147. package/dist/cjs/index.js +1 -0
  148. package/dist/cjs/index.js.map +1 -1
  149. package/dist/cjs/types/field.d.ts +2 -0
  150. package/dist/cjs/types/field.d.ts.map +1 -1
  151. package/dist/cjs/types/field.js +12 -1
  152. package/dist/cjs/types/field.js.map +1 -1
  153. package/dist/cjs/utils/dependencyGraph.d.ts +28 -0
  154. package/dist/cjs/utils/dependencyGraph.d.ts.map +1 -0
  155. package/dist/cjs/utils/dependencyGraph.js +54 -0
  156. package/dist/cjs/utils/dependencyGraph.js.map +1 -0
  157. package/dist/cjs/utils/dependencyGraph.test.d.ts +2 -0
  158. package/dist/cjs/utils/dependencyGraph.test.d.ts.map +1 -0
  159. package/dist/cjs/utils/dependencyGraph.test.js +115 -0
  160. package/dist/cjs/utils/dependencyGraph.test.js.map +1 -0
  161. package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts +3 -0
  162. package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts.map +1 -0
  163. package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.js +10 -0
  164. package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.js.map +1 -0
  165. package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts +10 -0
  166. package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts.map +1 -0
  167. package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js +60 -0
  168. package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js.map +1 -0
  169. package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts +10 -0
  170. package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts.map +1 -0
  171. package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js +60 -0
  172. package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js.map +1 -0
  173. package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts +35 -0
  174. package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts.map +1 -0
  175. package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js +33 -0
  176. package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js.map +1 -0
  177. package/dist/esm/ee/AiAgent/chartConfig/slack/index.d.ts +2 -0
  178. package/dist/esm/ee/AiAgent/chartConfig/slack/index.d.ts.map +1 -0
  179. package/dist/esm/ee/AiAgent/chartConfig/slack/index.js +2 -0
  180. package/dist/esm/ee/AiAgent/chartConfig/slack/index.js.map +1 -0
  181. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts +13 -0
  182. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts.map +1 -0
  183. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js +43 -0
  184. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js.map +1 -0
  185. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts +9 -0
  186. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts.map +1 -0
  187. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js +60 -0
  188. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js.map +1 -0
  189. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts +7 -0
  190. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts.map +1 -0
  191. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js +37 -0
  192. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js.map +1 -0
  193. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts +9 -0
  194. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  195. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js +61 -0
  196. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js.map +1 -0
  197. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts +9 -0
  198. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts.map +1 -0
  199. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js +63 -0
  200. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js.map +1 -0
  201. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts +7 -0
  202. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts.map +1 -0
  203. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js +33 -0
  204. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js.map +1 -0
  205. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts +9 -0
  206. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts.map +1 -0
  207. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js +62 -0
  208. package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js.map +1 -0
  209. package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts +6 -0
  210. package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts.map +1 -0
  211. package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js +50 -0
  212. package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js.map +1 -0
  213. package/dist/esm/ee/AiAgent/chartConfig/slack/types.d.ts +12 -0
  214. package/dist/esm/ee/AiAgent/chartConfig/slack/types.d.ts.map +1 -0
  215. package/dist/esm/ee/AiAgent/chartConfig/slack/types.js +2 -0
  216. package/dist/esm/ee/AiAgent/chartConfig/slack/types.js.map +1 -0
  217. package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts +7 -0
  218. package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts.map +1 -0
  219. package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js +65 -0
  220. package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js.map +1 -0
  221. package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts +3 -0
  222. package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts.map +1 -0
  223. package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js +5 -0
  224. package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js.map +1 -0
  225. package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts +7 -0
  226. package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts.map +1 -0
  227. package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js +63 -0
  228. package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js.map +1 -0
  229. package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +398 -0
  230. package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts.map +1 -0
  231. package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js +51 -0
  232. package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js.map +1 -0
  233. package/dist/esm/ee/AiAgent/chartConfig/web/index.d.ts +5 -0
  234. package/dist/esm/ee/AiAgent/chartConfig/web/index.d.ts.map +1 -0
  235. package/dist/esm/ee/AiAgent/chartConfig/web/index.js +6 -0
  236. package/dist/esm/ee/AiAgent/chartConfig/web/index.js.map +1 -0
  237. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts +16 -0
  238. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts.map +1 -0
  239. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js +73 -0
  240. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js.map +1 -0
  241. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts +15 -0
  242. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts.map +1 -0
  243. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js +64 -0
  244. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js.map +1 -0
  245. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts +8 -0
  246. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts.map +1 -0
  247. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js +17 -0
  248. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js.map +1 -0
  249. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts +15 -0
  250. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  251. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js +64 -0
  252. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js.map +1 -0
  253. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts +15 -0
  254. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts.map +1 -0
  255. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js +66 -0
  256. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js.map +1 -0
  257. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts +8 -0
  258. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts.map +1 -0
  259. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js +14 -0
  260. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js.map +1 -0
  261. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts +15 -0
  262. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts.map +1 -0
  263. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js +65 -0
  264. package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js.map +1 -0
  265. package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts +7 -0
  266. package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts.map +1 -0
  267. package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js +24 -0
  268. package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js.map +1 -0
  269. package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts +4 -0
  270. package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts.map +1 -0
  271. package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js +15 -0
  272. package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js.map +1 -0
  273. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts +7 -0
  274. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts.map +1 -0
  275. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js +11 -0
  276. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js.map +1 -0
  277. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts +3 -0
  278. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts.map +1 -0
  279. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js +15 -0
  280. package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js.map +1 -0
  281. package/dist/esm/ee/AiAgent/chartConfig/web/types.d.ts +6 -0
  282. package/dist/esm/ee/AiAgent/chartConfig/web/types.d.ts.map +1 -0
  283. package/dist/esm/ee/AiAgent/chartConfig/web/types.js +2 -0
  284. package/dist/esm/ee/AiAgent/chartConfig/web/types.js.map +1 -0
  285. package/dist/esm/ee/AiAgent/index.d.ts +2 -1
  286. package/dist/esm/ee/AiAgent/index.d.ts.map +1 -1
  287. package/dist/esm/ee/AiAgent/index.js +2 -1
  288. package/dist/esm/ee/AiAgent/index.js.map +1 -1
  289. package/dist/esm/ee/AiAgent/schemas/index.d.ts +74 -74
  290. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -3
  291. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -1
  292. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +8 -7
  293. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -1
  294. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +6 -6
  295. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
  296. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +2 -12
  297. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -1
  298. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -81
  299. package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -12
  300. package/dist/esm/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +12 -12
  301. package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -12
  302. package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -12
  303. package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -12
  304. package/dist/esm/ee/AiAgent/utils.d.ts +4 -4
  305. package/dist/esm/index.d.ts +1 -0
  306. package/dist/esm/index.d.ts.map +1 -1
  307. package/dist/esm/index.js +1 -0
  308. package/dist/esm/index.js.map +1 -1
  309. package/dist/esm/types/field.d.ts +2 -0
  310. package/dist/esm/types/field.d.ts.map +1 -1
  311. package/dist/esm/types/field.js +11 -0
  312. package/dist/esm/types/field.js.map +1 -1
  313. package/dist/esm/utils/dependencyGraph.d.ts +28 -0
  314. package/dist/esm/utils/dependencyGraph.d.ts.map +1 -0
  315. package/dist/esm/utils/dependencyGraph.js +51 -0
  316. package/dist/esm/utils/dependencyGraph.js.map +1 -0
  317. package/dist/esm/utils/dependencyGraph.test.d.ts +2 -0
  318. package/dist/esm/utils/dependencyGraph.test.d.ts.map +1 -0
  319. package/dist/esm/utils/dependencyGraph.test.js +113 -0
  320. package/dist/esm/utils/dependencyGraph.test.js.map +1 -0
  321. package/dist/tsconfig.types.tsbuildinfo +1 -1
  322. package/dist/types/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts +3 -0
  323. package/dist/types/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts.map +1 -0
  324. package/dist/types/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts +10 -0
  325. package/dist/types/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts.map +1 -0
  326. package/dist/types/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts +10 -0
  327. package/dist/types/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts.map +1 -0
  328. package/dist/types/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts +35 -0
  329. package/dist/types/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts.map +1 -0
  330. package/dist/types/ee/AiAgent/chartConfig/slack/index.d.ts +2 -0
  331. package/dist/types/ee/AiAgent/chartConfig/slack/index.d.ts.map +1 -0
  332. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts +13 -0
  333. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts.map +1 -0
  334. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts +9 -0
  335. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts.map +1 -0
  336. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts +7 -0
  337. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts.map +1 -0
  338. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts +9 -0
  339. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  340. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts +9 -0
  341. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts.map +1 -0
  342. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts +7 -0
  343. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts.map +1 -0
  344. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts +9 -0
  345. package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts.map +1 -0
  346. package/dist/types/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts +6 -0
  347. package/dist/types/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts.map +1 -0
  348. package/dist/types/ee/AiAgent/chartConfig/slack/types.d.ts +12 -0
  349. package/dist/types/ee/AiAgent/chartConfig/slack/types.d.ts.map +1 -0
  350. package/dist/types/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts +7 -0
  351. package/dist/types/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts.map +1 -0
  352. package/dist/types/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts +3 -0
  353. package/dist/types/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts.map +1 -0
  354. package/dist/types/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts +7 -0
  355. package/dist/types/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts.map +1 -0
  356. package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +398 -0
  357. package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts.map +1 -0
  358. package/dist/types/ee/AiAgent/chartConfig/web/index.d.ts +5 -0
  359. package/dist/types/ee/AiAgent/chartConfig/web/index.d.ts.map +1 -0
  360. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts +16 -0
  361. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts.map +1 -0
  362. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts +15 -0
  363. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts.map +1 -0
  364. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts +8 -0
  365. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts.map +1 -0
  366. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts +15 -0
  367. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
  368. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts +15 -0
  369. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts.map +1 -0
  370. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts +8 -0
  371. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts.map +1 -0
  372. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts +15 -0
  373. package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts.map +1 -0
  374. package/dist/types/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts +7 -0
  375. package/dist/types/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts.map +1 -0
  376. package/dist/types/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts +4 -0
  377. package/dist/types/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts.map +1 -0
  378. package/dist/types/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts +7 -0
  379. package/dist/types/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts.map +1 -0
  380. package/dist/types/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts +3 -0
  381. package/dist/types/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts.map +1 -0
  382. package/dist/types/ee/AiAgent/chartConfig/web/types.d.ts +6 -0
  383. package/dist/types/ee/AiAgent/chartConfig/web/types.d.ts.map +1 -0
  384. package/dist/types/ee/AiAgent/index.d.ts +2 -1
  385. package/dist/types/ee/AiAgent/index.d.ts.map +1 -1
  386. package/dist/types/ee/AiAgent/schemas/index.d.ts +74 -74
  387. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -3
  388. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -1
  389. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +6 -6
  390. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
  391. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -81
  392. package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -12
  393. package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +12 -12
  394. package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -12
  395. package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -12
  396. package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -12
  397. package/dist/types/ee/AiAgent/utils.d.ts +4 -4
  398. package/dist/types/index.d.ts +1 -0
  399. package/dist/types/index.d.ts.map +1 -1
  400. package/dist/types/types/field.d.ts +2 -0
  401. package/dist/types/types/field.d.ts.map +1 -1
  402. package/dist/types/utils/dependencyGraph.d.ts +28 -0
  403. package/dist/types/utils/dependencyGraph.d.ts.map +1 -0
  404. package/dist/types/utils/dependencyGraph.test.d.ts +2 -0
  405. package/dist/types/utils/dependencyGraph.test.d.ts.map +1 -0
  406. package/package.json +2 -1
  407. package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.d.ts +0 -26
  408. package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.d.ts.map +0 -1
  409. package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.js +0 -425
  410. package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.js.map +0 -1
  411. package/dist/esm/ee/AiAgent/utils/chartConfigUtils.d.ts +0 -26
  412. package/dist/esm/ee/AiAgent/utils/chartConfigUtils.d.ts.map +0 -1
  413. package/dist/esm/ee/AiAgent/utils/chartConfigUtils.js +0 -417
  414. package/dist/esm/ee/AiAgent/utils/chartConfigUtils.js.map +0 -1
  415. package/dist/types/ee/AiAgent/utils/chartConfigUtils.d.ts +0 -26
  416. package/dist/types/ee/AiAgent/utils/chartConfigUtils.d.ts.map +0 -1
@@ -188,7 +188,7 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
188
188
  displayName: z.ZodString;
189
189
  } & {
190
190
  type: z.ZodLiteral<"window_function">;
191
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
191
+ 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]>;
192
192
  fieldId: z.ZodNullable<z.ZodString>;
193
193
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
194
194
  fieldId: z.ZodString;
@@ -254,7 +254,7 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
254
254
  order: "asc" | "desc" | null;
255
255
  }[] | null;
256
256
  partitionBy: string[] | null;
257
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
257
+ windowFunction: import("../../../..").WindowFunctionType;
258
258
  frame: {
259
259
  start: {
260
260
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -276,7 +276,7 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
276
276
  order: "asc" | "desc" | null;
277
277
  }[] | null;
278
278
  partitionBy: string[] | null;
279
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
279
+ windowFunction: import("../../../..").WindowFunctionType;
280
280
  frame: {
281
281
  start: {
282
282
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1402,7 +1402,7 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
1402
1402
  order: "asc" | "desc" | null;
1403
1403
  }[] | null;
1404
1404
  partitionBy: string[] | null;
1405
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1405
+ windowFunction: import("../../../..").WindowFunctionType;
1406
1406
  frame: {
1407
1407
  start: {
1408
1408
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1685,7 +1685,7 @@ export declare const toolRunMetricQueryArgsSchema: z.ZodObject<{
1685
1685
  order: "asc" | "desc" | null;
1686
1686
  }[] | null;
1687
1687
  partitionBy: string[] | null;
1688
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1688
+ windowFunction: import("../../../..").WindowFunctionType;
1689
1689
  frame: {
1690
1690
  start: {
1691
1691
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -2113,7 +2113,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
2113
2113
  displayName: z.ZodString;
2114
2114
  } & {
2115
2115
  type: z.ZodLiteral<"window_function">;
2116
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
2116
+ 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]>;
2117
2117
  fieldId: z.ZodNullable<z.ZodString>;
2118
2118
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
2119
2119
  fieldId: z.ZodString;
@@ -2179,7 +2179,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
2179
2179
  order: "asc" | "desc" | null;
2180
2180
  }[] | null;
2181
2181
  partitionBy: string[] | null;
2182
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2182
+ windowFunction: import("../../../..").WindowFunctionType;
2183
2183
  frame: {
2184
2184
  start: {
2185
2185
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -2201,7 +2201,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
2201
2201
  order: "asc" | "desc" | null;
2202
2202
  }[] | null;
2203
2203
  partitionBy: string[] | null;
2204
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2204
+ windowFunction: import("../../../..").WindowFunctionType;
2205
2205
  frame: {
2206
2206
  start: {
2207
2207
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -3327,7 +3327,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3327
3327
  order: "asc" | "desc" | null;
3328
3328
  }[] | null;
3329
3329
  partitionBy: string[] | null;
3330
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
3330
+ windowFunction: import("../../../..").WindowFunctionType;
3331
3331
  frame: {
3332
3332
  start: {
3333
3333
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -3610,7 +3610,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3610
3610
  order: "asc" | "desc" | null;
3611
3611
  }[] | null;
3612
3612
  partitionBy: string[] | null;
3613
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
3613
+ windowFunction: import("../../../..").WindowFunctionType;
3614
3614
  frame: {
3615
3615
  start: {
3616
3616
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -3902,7 +3902,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3902
3902
  order: "asc" | "desc" | null;
3903
3903
  }[] | null;
3904
3904
  partitionBy: string[] | null;
3905
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
3905
+ windowFunction: import("../../../..").WindowFunctionType;
3906
3906
  frame: {
3907
3907
  start: {
3908
3908
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -3972,7 +3972,7 @@ export declare const toolRunMetricQueryArgsSchemaTransformed: z.ZodEffects<z.Zod
3972
3972
  order: "asc" | "desc" | null;
3973
3973
  }[] | null;
3974
3974
  partitionBy: string[] | null;
3975
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
3975
+ windowFunction: import("../../../..").WindowFunctionType;
3976
3976
  frame: {
3977
3977
  start: {
3978
3978
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -217,7 +217,7 @@ export declare const toolRunQueryArgsSchema: z.ZodObject<{
217
217
  displayName: z.ZodString;
218
218
  } & {
219
219
  type: z.ZodLiteral<"window_function">;
220
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
220
+ 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]>;
221
221
  fieldId: z.ZodNullable<z.ZodString>;
222
222
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
223
223
  fieldId: z.ZodString;
@@ -283,7 +283,7 @@ export declare const toolRunQueryArgsSchema: z.ZodObject<{
283
283
  order: "asc" | "desc" | null;
284
284
  }[] | null;
285
285
  partitionBy: string[] | null;
286
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
286
+ windowFunction: import("../../../..").WindowFunctionType;
287
287
  frame: {
288
288
  start: {
289
289
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -305,7 +305,7 @@ export declare const toolRunQueryArgsSchema: z.ZodObject<{
305
305
  order: "asc" | "desc" | null;
306
306
  }[] | null;
307
307
  partitionBy: string[] | null;
308
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
308
+ windowFunction: import("../../../..").WindowFunctionType;
309
309
  frame: {
310
310
  start: {
311
311
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1433,7 +1433,7 @@ export declare const toolRunQueryArgsSchema: z.ZodObject<{
1433
1433
  order: "asc" | "desc" | null;
1434
1434
  }[] | null;
1435
1435
  partitionBy: string[] | null;
1436
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1436
+ windowFunction: import("../../../..").WindowFunctionType;
1437
1437
  frame: {
1438
1438
  start: {
1439
1439
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1728,7 +1728,7 @@ export declare const toolRunQueryArgsSchema: z.ZodObject<{
1728
1728
  order: "asc" | "desc" | null;
1729
1729
  }[] | null;
1730
1730
  partitionBy: string[] | null;
1731
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1731
+ windowFunction: import("../../../..").WindowFunctionType;
1732
1732
  frame: {
1733
1733
  start: {
1734
1734
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -3238,7 +3238,7 @@ export declare const toolRunQueryArgsSchemaTransformed: z.ZodEffects<z.ZodObject
3238
3238
  displayName: z.ZodString;
3239
3239
  } & {
3240
3240
  type: z.ZodLiteral<"window_function">;
3241
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
3241
+ 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]>;
3242
3242
  fieldId: z.ZodNullable<z.ZodString>;
3243
3243
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
3244
3244
  fieldId: z.ZodString;
@@ -3304,7 +3304,7 @@ export declare const toolRunQueryArgsSchemaTransformed: z.ZodEffects<z.ZodObject
3304
3304
  order: "asc" | "desc" | null;
3305
3305
  }[] | null;
3306
3306
  partitionBy: string[] | null;
3307
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
3307
+ windowFunction: import("../../../..").WindowFunctionType;
3308
3308
  frame: {
3309
3309
  start: {
3310
3310
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -3326,7 +3326,7 @@ export declare const toolRunQueryArgsSchemaTransformed: z.ZodEffects<z.ZodObject
3326
3326
  order: "asc" | "desc" | null;
3327
3327
  }[] | null;
3328
3328
  partitionBy: string[] | null;
3329
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
3329
+ windowFunction: import("../../../..").WindowFunctionType;
3330
3330
  frame: {
3331
3331
  start: {
3332
3332
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -3412,7 +3412,7 @@ export declare const toolRunQueryArgsSchemaTransformed: z.ZodEffects<z.ZodObject
3412
3412
  order: "asc" | "desc" | null;
3413
3413
  }[] | null;
3414
3414
  partitionBy: string[] | null;
3415
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
3415
+ windowFunction: import("../../../..").WindowFunctionType;
3416
3416
  frame: {
3417
3417
  start: {
3418
3418
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -3926,7 +3926,7 @@ export declare const toolRunQueryArgsSchemaTransformed: z.ZodEffects<z.ZodObject
3926
3926
  order: "asc" | "desc" | null;
3927
3927
  }[] | null;
3928
3928
  partitionBy: string[] | null;
3929
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
3929
+ windowFunction: import("../../../..").WindowFunctionType;
3930
3930
  frame: {
3931
3931
  start: {
3932
3932
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -4003,7 +4003,7 @@ export declare const toolRunQueryArgsSchemaTransformed: z.ZodEffects<z.ZodObject
4003
4003
  order: "asc" | "desc" | null;
4004
4004
  }[] | null;
4005
4005
  partitionBy: string[] | null;
4006
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
4006
+ windowFunction: import("../../../..").WindowFunctionType;
4007
4007
  frame: {
4008
4008
  start: {
4009
4009
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -4312,7 +4312,7 @@ export declare const toolRunQueryArgsSchemaTransformed: z.ZodEffects<z.ZodObject
4312
4312
  order: "asc" | "desc" | null;
4313
4313
  }[] | null;
4314
4314
  partitionBy: string[] | null;
4315
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
4315
+ windowFunction: import("../../../..").WindowFunctionType;
4316
4316
  frame: {
4317
4317
  start: {
4318
4318
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -151,7 +151,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
151
151
  displayName: z.ZodString;
152
152
  } & {
153
153
  type: z.ZodLiteral<"window_function">;
154
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
154
+ 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]>;
155
155
  fieldId: z.ZodNullable<z.ZodString>;
156
156
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
157
157
  fieldId: z.ZodString;
@@ -217,7 +217,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
217
217
  order: "asc" | "desc" | null;
218
218
  }[] | null;
219
219
  partitionBy: string[] | null;
220
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
220
+ windowFunction: import("../../../..").WindowFunctionType;
221
221
  frame: {
222
222
  start: {
223
223
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -239,7 +239,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
239
239
  order: "asc" | "desc" | null;
240
240
  }[] | null;
241
241
  partitionBy: string[] | null;
242
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
242
+ windowFunction: import("../../../..").WindowFunctionType;
243
243
  frame: {
244
244
  start: {
245
245
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1407,7 +1407,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
1407
1407
  order: "asc" | "desc" | null;
1408
1408
  }[] | null;
1409
1409
  partitionBy: string[] | null;
1410
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1410
+ windowFunction: import("../../../..").WindowFunctionType;
1411
1411
  frame: {
1412
1412
  start: {
1413
1413
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1693,7 +1693,7 @@ export declare const toolTableVizArgsSchema: z.ZodObject<{
1693
1693
  order: "asc" | "desc" | null;
1694
1694
  }[] | null;
1695
1695
  partitionBy: string[] | null;
1696
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1696
+ windowFunction: import("../../../..").WindowFunctionType;
1697
1697
  frame: {
1698
1698
  start: {
1699
1699
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -2126,7 +2126,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
2126
2126
  displayName: z.ZodString;
2127
2127
  } & {
2128
2128
  type: z.ZodLiteral<"window_function">;
2129
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
2129
+ 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]>;
2130
2130
  fieldId: z.ZodNullable<z.ZodString>;
2131
2131
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
2132
2132
  fieldId: z.ZodString;
@@ -2192,7 +2192,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
2192
2192
  order: "asc" | "desc" | null;
2193
2193
  }[] | null;
2194
2194
  partitionBy: string[] | null;
2195
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2195
+ windowFunction: import("../../../..").WindowFunctionType;
2196
2196
  frame: {
2197
2197
  start: {
2198
2198
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -2214,7 +2214,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
2214
2214
  order: "asc" | "desc" | null;
2215
2215
  }[] | null;
2216
2216
  partitionBy: string[] | null;
2217
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2217
+ windowFunction: import("../../../..").WindowFunctionType;
2218
2218
  frame: {
2219
2219
  start: {
2220
2220
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5081,7 +5081,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5081
5081
  order: "asc" | "desc" | null;
5082
5082
  }[] | null;
5083
5083
  partitionBy: string[] | null;
5084
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5084
+ windowFunction: import("../../../..").WindowFunctionType;
5085
5085
  frame: {
5086
5086
  start: {
5087
5087
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5628,7 +5628,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5628
5628
  order: "asc" | "desc" | null;
5629
5629
  }[] | null;
5630
5630
  partitionBy: string[] | null;
5631
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5631
+ windowFunction: import("../../../..").WindowFunctionType;
5632
5632
  frame: {
5633
5633
  start: {
5634
5634
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5695,7 +5695,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
5695
5695
  order: "asc" | "desc" | null;
5696
5696
  }[] | null;
5697
5697
  partitionBy: string[] | null;
5698
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5698
+ windowFunction: import("../../../..").WindowFunctionType;
5699
5699
  frame: {
5700
5700
  start: {
5701
5701
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -6241,7 +6241,7 @@ export declare const toolTableVizArgsSchemaTransformed: z.ZodEffects<z.ZodObject
6241
6241
  order: "asc" | "desc" | null;
6242
6242
  }[] | null;
6243
6243
  partitionBy: string[] | null;
6244
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
6244
+ windowFunction: import("../../../..").WindowFunctionType;
6245
6245
  frame: {
6246
6246
  start: {
6247
6247
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -151,7 +151,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
151
151
  displayName: z.ZodString;
152
152
  } & {
153
153
  type: z.ZodLiteral<"window_function">;
154
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
154
+ 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]>;
155
155
  fieldId: z.ZodNullable<z.ZodString>;
156
156
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
157
157
  fieldId: z.ZodString;
@@ -217,7 +217,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
217
217
  order: "asc" | "desc" | null;
218
218
  }[] | null;
219
219
  partitionBy: string[] | null;
220
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
220
+ windowFunction: import("../../../..").WindowFunctionType;
221
221
  frame: {
222
222
  start: {
223
223
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -239,7 +239,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
239
239
  order: "asc" | "desc" | null;
240
240
  }[] | null;
241
241
  partitionBy: string[] | null;
242
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
242
+ windowFunction: import("../../../..").WindowFunctionType;
243
243
  frame: {
244
244
  start: {
245
245
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1419,7 +1419,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
1419
1419
  order: "asc" | "desc" | null;
1420
1420
  }[] | null;
1421
1421
  partitionBy: string[] | null;
1422
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1422
+ windowFunction: import("../../../..").WindowFunctionType;
1423
1423
  frame: {
1424
1424
  start: {
1425
1425
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1709,7 +1709,7 @@ export declare const toolTimeSeriesArgsSchema: z.ZodObject<{
1709
1709
  order: "asc" | "desc" | null;
1710
1710
  }[] | null;
1711
1711
  partitionBy: string[] | null;
1712
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1712
+ windowFunction: import("../../../..").WindowFunctionType;
1713
1713
  frame: {
1714
1714
  start: {
1715
1715
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -2159,7 +2159,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
2159
2159
  displayName: z.ZodString;
2160
2160
  } & {
2161
2161
  type: z.ZodLiteral<"window_function">;
2162
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
2162
+ 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]>;
2163
2163
  fieldId: z.ZodNullable<z.ZodString>;
2164
2164
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
2165
2165
  fieldId: z.ZodString;
@@ -2225,7 +2225,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
2225
2225
  order: "asc" | "desc" | null;
2226
2226
  }[] | null;
2227
2227
  partitionBy: string[] | null;
2228
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2228
+ windowFunction: import("../../../..").WindowFunctionType;
2229
2229
  frame: {
2230
2230
  start: {
2231
2231
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -2247,7 +2247,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
2247
2247
  order: "asc" | "desc" | null;
2248
2248
  }[] | null;
2249
2249
  partitionBy: string[] | null;
2250
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2250
+ windowFunction: import("../../../..").WindowFunctionType;
2251
2251
  frame: {
2252
2252
  start: {
2253
2253
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5114,7 +5114,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
5114
5114
  order: "asc" | "desc" | null;
5115
5115
  }[] | null;
5116
5116
  partitionBy: string[] | null;
5117
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5117
+ windowFunction: import("../../../..").WindowFunctionType;
5118
5118
  frame: {
5119
5119
  start: {
5120
5120
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5669,7 +5669,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
5669
5669
  order: "asc" | "desc" | null;
5670
5670
  }[] | null;
5671
5671
  partitionBy: string[] | null;
5672
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5672
+ windowFunction: import("../../../..").WindowFunctionType;
5673
5673
  frame: {
5674
5674
  start: {
5675
5675
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5736,7 +5736,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
5736
5736
  order: "asc" | "desc" | null;
5737
5737
  }[] | null;
5738
5738
  partitionBy: string[] | null;
5739
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5739
+ windowFunction: import("../../../..").WindowFunctionType;
5740
5740
  frame: {
5741
5741
  start: {
5742
5742
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -6290,7 +6290,7 @@ export declare const toolTimeSeriesArgsSchemaTransformed: z.ZodEffects<z.ZodObje
6290
6290
  order: "asc" | "desc" | null;
6291
6291
  }[] | null;
6292
6292
  partitionBy: string[] | null;
6293
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
6293
+ windowFunction: import("../../../..").WindowFunctionType;
6294
6294
  frame: {
6295
6295
  start: {
6296
6296
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -151,7 +151,7 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
151
151
  displayName: z.ZodString;
152
152
  } & {
153
153
  type: z.ZodLiteral<"window_function">;
154
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
154
+ 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]>;
155
155
  fieldId: z.ZodNullable<z.ZodString>;
156
156
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
157
157
  fieldId: z.ZodString;
@@ -217,7 +217,7 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
217
217
  order: "asc" | "desc" | null;
218
218
  }[] | null;
219
219
  partitionBy: string[] | null;
220
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
220
+ windowFunction: import("../../../..").WindowFunctionType;
221
221
  frame: {
222
222
  start: {
223
223
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -239,7 +239,7 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
239
239
  order: "asc" | "desc" | null;
240
240
  }[] | null;
241
241
  partitionBy: string[] | null;
242
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
242
+ windowFunction: import("../../../..").WindowFunctionType;
243
243
  frame: {
244
244
  start: {
245
245
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1422,7 +1422,7 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
1422
1422
  order: "asc" | "desc" | null;
1423
1423
  }[] | null;
1424
1424
  partitionBy: string[] | null;
1425
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1425
+ windowFunction: import("../../../..").WindowFunctionType;
1426
1426
  frame: {
1427
1427
  start: {
1428
1428
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -1713,7 +1713,7 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
1713
1713
  order: "asc" | "desc" | null;
1714
1714
  }[] | null;
1715
1715
  partitionBy: string[] | null;
1716
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1716
+ windowFunction: import("../../../..").WindowFunctionType;
1717
1717
  frame: {
1718
1718
  start: {
1719
1719
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -2166,7 +2166,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
2166
2166
  displayName: z.ZodString;
2167
2167
  } & {
2168
2168
  type: z.ZodLiteral<"window_function">;
2169
- windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
2169
+ 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]>;
2170
2170
  fieldId: z.ZodNullable<z.ZodString>;
2171
2171
  orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
2172
2172
  fieldId: z.ZodString;
@@ -2232,7 +2232,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
2232
2232
  order: "asc" | "desc" | null;
2233
2233
  }[] | null;
2234
2234
  partitionBy: string[] | null;
2235
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2235
+ windowFunction: import("../../../..").WindowFunctionType;
2236
2236
  frame: {
2237
2237
  start: {
2238
2238
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -2254,7 +2254,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
2254
2254
  order: "asc" | "desc" | null;
2255
2255
  }[] | null;
2256
2256
  partitionBy: string[] | null;
2257
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2257
+ windowFunction: import("../../../..").WindowFunctionType;
2258
2258
  frame: {
2259
2259
  start: {
2260
2260
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5121,7 +5121,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
5121
5121
  order: "asc" | "desc" | null;
5122
5122
  }[] | null;
5123
5123
  partitionBy: string[] | null;
5124
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5124
+ windowFunction: import("../../../..").WindowFunctionType;
5125
5125
  frame: {
5126
5126
  start: {
5127
5127
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5678,7 +5678,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
5678
5678
  order: "asc" | "desc" | null;
5679
5679
  }[] | null;
5680
5680
  partitionBy: string[] | null;
5681
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5681
+ windowFunction: import("../../../..").WindowFunctionType;
5682
5682
  frame: {
5683
5683
  start: {
5684
5684
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -5745,7 +5745,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
5745
5745
  order: "asc" | "desc" | null;
5746
5746
  }[] | null;
5747
5747
  partitionBy: string[] | null;
5748
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5748
+ windowFunction: import("../../../..").WindowFunctionType;
5749
5749
  frame: {
5750
5750
  start: {
5751
5751
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -6301,7 +6301,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
6301
6301
  order: "asc" | "desc" | null;
6302
6302
  }[] | null;
6303
6303
  partitionBy: string[] | null;
6304
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
6304
+ windowFunction: import("../../../..").WindowFunctionType;
6305
6305
  frame: {
6306
6306
  start: {
6307
6307
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -47,7 +47,7 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
47
47
  order: "asc" | "desc" | null;
48
48
  }[] | null;
49
49
  partitionBy: string[] | null;
50
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
50
+ windowFunction: import("../..").WindowFunctionType;
51
51
  frame: {
52
52
  start: {
53
53
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -138,7 +138,7 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
138
138
  order: "asc" | "desc" | null;
139
139
  }[] | null;
140
140
  partitionBy: string[] | null;
141
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
141
+ windowFunction: import("../..").WindowFunctionType;
142
142
  frame: {
143
143
  start: {
144
144
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -228,7 +228,7 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
228
228
  order: "asc" | "desc" | null;
229
229
  }[] | null;
230
230
  partitionBy: string[] | null;
231
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
231
+ windowFunction: import("../..").WindowFunctionType;
232
232
  frame: {
233
233
  start: {
234
234
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -314,7 +314,7 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
314
314
  order: "asc" | "desc" | null;
315
315
  }[] | null;
316
316
  partitionBy: string[] | null;
317
- windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
317
+ windowFunction: import("../..").WindowFunctionType;
318
318
  frame: {
319
319
  start: {
320
320
  type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
@@ -174,6 +174,7 @@ export * from './utils/convertCustomMetricsToYaml';
174
174
  export * from './utils/customDimensions';
175
175
  export * from './utils/dashboard';
176
176
  export * from './utils/dbt';
177
+ export * from './utils/dependencyGraph';
177
178
  export * from './utils/email';
178
179
  export * from './utils/fields';
179
180
  export * from './utils/filters';