@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.
- package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts +3 -0
- package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.js +14 -0
- package/dist/cjs/ee/AiAgent/chartConfig/shared/formatFieldLabel.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts +10 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js +64 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts +10 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js +64 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts +35 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js +37 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/index.d.ts +2 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/index.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/index.js +6 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/index.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts +13 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js +47 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts +9 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js +64 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts +7 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js +41 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts +9 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js +65 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts +9 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js +67 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts +7 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js +37 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts +9 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js +66 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts +6 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js +54 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/types.d.ts +12 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/types.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/types.js +3 -0
- package/dist/cjs/ee/AiAgent/chartConfig/slack/types.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts +7 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js +69 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts +3 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js +9 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts +7 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js +67 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +398 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js +56 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/index.d.ts +5 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/index.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/index.js +12 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/index.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts +16 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js +77 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts +15 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js +68 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts +8 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js +21 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts +15 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js +68 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts +15 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js +70 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts +8 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js +18 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts +15 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js +69 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts +7 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js +28 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts +4 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js +19 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts +7 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js +15 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts +3 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js +19 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/types.d.ts +6 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/types.d.ts.map +1 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/types.js +3 -0
- package/dist/cjs/ee/AiAgent/chartConfig/web/types.js.map +1 -0
- package/dist/cjs/ee/AiAgent/index.d.ts +2 -1
- package/dist/cjs/ee/AiAgent/index.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/index.js +2 -1
- package/dist/cjs/ee/AiAgent/index.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/index.d.ts +74 -74
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -3
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +8 -7
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +6 -6
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +1 -11
- package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -1
- package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -81
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -12
- package/dist/cjs/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +12 -12
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -12
- package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -12
- package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -12
- package/dist/cjs/ee/AiAgent/utils.d.ts +4 -4
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/field.d.ts +2 -0
- package/dist/cjs/types/field.d.ts.map +1 -1
- package/dist/cjs/types/field.js +12 -1
- package/dist/cjs/types/field.js.map +1 -1
- package/dist/cjs/utils/dependencyGraph.d.ts +28 -0
- package/dist/cjs/utils/dependencyGraph.d.ts.map +1 -0
- package/dist/cjs/utils/dependencyGraph.js +54 -0
- package/dist/cjs/utils/dependencyGraph.js.map +1 -0
- package/dist/cjs/utils/dependencyGraph.test.d.ts +2 -0
- package/dist/cjs/utils/dependencyGraph.test.d.ts.map +1 -0
- package/dist/cjs/utils/dependencyGraph.test.js +115 -0
- package/dist/cjs/utils/dependencyGraph.test.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts +3 -0
- package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.js +10 -0
- package/dist/esm/ee/AiAgent/chartConfig/shared/formatFieldLabel.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts +10 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js +60 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts +10 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js +60 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts +35 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js +33 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/index.d.ts +2 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/index.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/index.js +2 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/index.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts +13 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js +43 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts +9 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js +60 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts +7 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js +37 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts +9 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js +61 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts +9 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js +63 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts +7 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js +33 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts +9 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js +62 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts +6 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js +50 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/types.d.ts +12 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/types.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/types.js +2 -0
- package/dist/esm/ee/AiAgent/chartConfig/slack/types.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts +7 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js +65 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts +3 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js +5 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts +7 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js +63 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +398 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js +51 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/getWebAiChartConfig.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/index.d.ts +5 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/index.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/index.js +6 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/index.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts +16 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js +73 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts +15 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js +64 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts +8 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js +17 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts +15 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js +64 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts +15 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js +66 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts +8 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js +14 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts +15 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js +65 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts +7 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js +24 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts +4 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js +15 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts +7 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js +11 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts +3 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js +15 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.js.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/types.d.ts +6 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/types.d.ts.map +1 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/types.js +2 -0
- package/dist/esm/ee/AiAgent/chartConfig/web/types.js.map +1 -0
- package/dist/esm/ee/AiAgent/index.d.ts +2 -1
- package/dist/esm/ee/AiAgent/index.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/index.js +2 -1
- package/dist/esm/ee/AiAgent/index.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/index.d.ts +74 -74
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -3
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +8 -7
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +6 -6
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +2 -12
- package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -1
- package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -81
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -12
- package/dist/esm/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +12 -12
- package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -12
- package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -12
- package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -12
- package/dist/esm/ee/AiAgent/utils.d.ts +4 -4
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/field.d.ts +2 -0
- package/dist/esm/types/field.d.ts.map +1 -1
- package/dist/esm/types/field.js +11 -0
- package/dist/esm/types/field.js.map +1 -1
- package/dist/esm/utils/dependencyGraph.d.ts +28 -0
- package/dist/esm/utils/dependencyGraph.d.ts.map +1 -0
- package/dist/esm/utils/dependencyGraph.js +51 -0
- package/dist/esm/utils/dependencyGraph.js.map +1 -0
- package/dist/esm/utils/dependencyGraph.test.d.ts +2 -0
- package/dist/esm/utils/dependencyGraph.test.d.ts.map +1 -0
- package/dist/esm/utils/dependencyGraph.test.js +113 -0
- package/dist/esm/utils/dependencyGraph.test.js.map +1 -0
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts +3 -0
- package/dist/types/ee/AiAgent/chartConfig/shared/formatFieldLabel.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts +10 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/generateBarVizConfigTool/getVerticalBarChartEchartsConfig.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts +10 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/generateTimeSeriesVizConfigTool/getTimeSeriesChartEchartsConfig.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts +35 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/getSlackAiEchartsConfig.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/index.d.ts +2 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/index.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts +13 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/getRunQueryEchartsConfig.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts +9 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/bar.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts +7 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/funnel.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts +9 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts +9 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/line.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts +7 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/pie.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts +9 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/runQueryTool/viz/scatter.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts +6 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/shared/getCommonEChartsConfig.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/types.d.ts +12 -0
- package/dist/types/ee/AiAgent/chartConfig/slack/types.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts +7 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateBarVizConfigTool/getVerticalBarChartConfig.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts +3 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateTableVizConfigTool/getTableChartConfig.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts +7 -0
- package/dist/types/ee/AiAgent/chartConfig/web/generateTimeSeriesVizConfigTool/getTimeSeriesChartConfig.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts +398 -0
- package/dist/types/ee/AiAgent/chartConfig/web/getWebAiChartConfig.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/index.d.ts +5 -0
- package/dist/types/ee/AiAgent/chartConfig/web/index.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts +16 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/getRunQueryChartConfig.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts +15 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/bar.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts +8 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/funnel.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts +15 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/horizontalBar.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts +15 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/line.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts +8 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/pie.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts +15 -0
- package/dist/types/ee/AiAgent/chartConfig/web/runQueryTool/viz/scatter.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts +7 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/canRenderAsChart.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts +4 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/formatPivotValueLabel.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts +7 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/getAvailableChartTypes.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts +3 -0
- package/dist/types/ee/AiAgent/chartConfig/web/shared/getGroupByDimensions.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/chartConfig/web/types.d.ts +6 -0
- package/dist/types/ee/AiAgent/chartConfig/web/types.d.ts.map +1 -0
- package/dist/types/ee/AiAgent/index.d.ts +2 -1
- package/dist/types/ee/AiAgent/index.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/index.d.ts +74 -74
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +4 -3
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +6 -6
- package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
- package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +81 -81
- package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +12 -12
- package/dist/types/ee/AiAgent/schemas/tools/toolRunQueryArgs.d.ts +12 -12
- package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +12 -12
- package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +12 -12
- package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +12 -12
- package/dist/types/ee/AiAgent/utils.d.ts +4 -4
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/types/field.d.ts +2 -0
- package/dist/types/types/field.d.ts.map +1 -1
- package/dist/types/utils/dependencyGraph.d.ts +28 -0
- package/dist/types/utils/dependencyGraph.d.ts.map +1 -0
- package/dist/types/utils/dependencyGraph.test.d.ts +2 -0
- package/dist/types/utils/dependencyGraph.test.d.ts.map +1 -0
- package/package.json +2 -1
- package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.d.ts +0 -26
- package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.d.ts.map +0 -1
- package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.js +0 -425
- package/dist/cjs/ee/AiAgent/utils/chartConfigUtils.js.map +0 -1
- package/dist/esm/ee/AiAgent/utils/chartConfigUtils.d.ts +0 -26
- package/dist/esm/ee/AiAgent/utils/chartConfigUtils.d.ts.map +0 -1
- package/dist/esm/ee/AiAgent/utils/chartConfigUtils.js +0 -417
- package/dist/esm/ee/AiAgent/utils/chartConfigUtils.js.map +0 -1
- package/dist/types/ee/AiAgent/utils/chartConfigUtils.d.ts +0 -26
- 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<["
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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<["
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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<["
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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<["
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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<["
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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<["
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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<["
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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<["
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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<["
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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<["
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
317
|
+
windowFunction: import("../..").WindowFunctionType;
|
|
318
318
|
frame: {
|
|
319
319
|
start: {
|
|
320
320
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -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';
|