@lightdash/common 0.2087.0 → 0.2089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/compiler/exploreCompiler.d.ts.map +1 -1
- package/dist/cjs/compiler/exploreCompiler.js +5 -3
- package/dist/cjs/compiler/exploreCompiler.js.map +1 -1
- package/dist/cjs/compiler/filtersCompiler.d.ts.map +1 -1
- package/dist/cjs/compiler/filtersCompiler.js +4 -1
- package/dist/cjs/compiler/filtersCompiler.js.map +1 -1
- package/dist/cjs/dbt/schemas/lightdashMetadata.json +4 -1
- 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/schemas/json/lightdash-dbt-2.0.json +8 -2
- package/dist/cjs/types/catalog.d.ts.map +1 -1
- package/dist/cjs/types/catalog.js +3 -0
- package/dist/cjs/types/catalog.js.map +1 -1
- package/dist/cjs/types/field.d.ts +8 -0
- package/dist/cjs/types/field.d.ts.map +1 -1
- package/dist/cjs/types/field.js +30 -1
- package/dist/cjs/types/field.js.map +1 -1
- package/dist/cjs/types/results.d.ts.map +1 -1
- package/dist/cjs/types/results.js +3 -0
- package/dist/cjs/types/results.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/cjs/utils/filters.d.ts.map +1 -1
- package/dist/cjs/utils/filters.js +3 -0
- package/dist/cjs/utils/filters.js.map +1 -1
- package/dist/cjs/utils/item.d.ts.map +1 -1
- package/dist/cjs/utils/item.js +3 -0
- package/dist/cjs/utils/item.js.map +1 -1
- package/dist/esm/compiler/exploreCompiler.d.ts.map +1 -1
- package/dist/esm/compiler/exploreCompiler.js +6 -4
- package/dist/esm/compiler/exploreCompiler.js.map +1 -1
- package/dist/esm/compiler/filtersCompiler.d.ts.map +1 -1
- package/dist/esm/compiler/filtersCompiler.js +4 -1
- package/dist/esm/compiler/filtersCompiler.js.map +1 -1
- package/dist/esm/dbt/schemas/lightdashMetadata.json +4 -1
- 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/schemas/json/lightdash-dbt-2.0.json +8 -2
- package/dist/esm/types/catalog.d.ts.map +1 -1
- package/dist/esm/types/catalog.js +3 -0
- package/dist/esm/types/catalog.js.map +1 -1
- package/dist/esm/types/field.d.ts +8 -0
- package/dist/esm/types/field.d.ts.map +1 -1
- package/dist/esm/types/field.js +27 -0
- package/dist/esm/types/field.js.map +1 -1
- package/dist/esm/types/results.d.ts.map +1 -1
- package/dist/esm/types/results.js +3 -0
- package/dist/esm/types/results.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/esm/utils/filters.d.ts.map +1 -1
- package/dist/esm/utils/filters.js +3 -0
- package/dist/esm/utils/filters.js.map +1 -1
- package/dist/esm/utils/item.d.ts.map +1 -1
- package/dist/esm/utils/item.js +3 -0
- package/dist/esm/utils/item.js.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/compiler/exploreCompiler.d.ts.map +1 -1
- package/dist/types/compiler/filtersCompiler.d.ts.map +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/catalog.d.ts.map +1 -1
- package/dist/types/types/field.d.ts +8 -0
- package/dist/types/types/field.d.ts.map +1 -1
- package/dist/types/types/results.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/dist/types/utils/filters.d.ts.map +1 -1
- package/dist/types/utils/item.d.ts.map +1 -1
- 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
|
@@ -148,7 +148,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
148
148
|
displayName: z.ZodString;
|
|
149
149
|
} & {
|
|
150
150
|
type: z.ZodLiteral<"window_function">;
|
|
151
|
-
windowFunction: z.ZodEnum<["
|
|
151
|
+
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]>;
|
|
152
152
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
153
153
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
154
154
|
fieldId: z.ZodString;
|
|
@@ -214,7 +214,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
214
214
|
order: "asc" | "desc" | null;
|
|
215
215
|
}[] | null;
|
|
216
216
|
partitionBy: string[] | null;
|
|
217
|
-
windowFunction: "
|
|
217
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
218
218
|
frame: {
|
|
219
219
|
start: {
|
|
220
220
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -236,7 +236,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
236
236
|
order: "asc" | "desc" | null;
|
|
237
237
|
}[] | null;
|
|
238
238
|
partitionBy: string[] | null;
|
|
239
|
-
windowFunction: "
|
|
239
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
240
240
|
frame: {
|
|
241
241
|
start: {
|
|
242
242
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -1405,7 +1405,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1405
1405
|
order: "asc" | "desc" | null;
|
|
1406
1406
|
}[] | null;
|
|
1407
1407
|
partitionBy: string[] | null;
|
|
1408
|
-
windowFunction: "
|
|
1408
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
1409
1409
|
frame: {
|
|
1410
1410
|
start: {
|
|
1411
1411
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -1690,7 +1690,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
1690
1690
|
order: "asc" | "desc" | null;
|
|
1691
1691
|
}[] | null;
|
|
1692
1692
|
partitionBy: string[] | null;
|
|
1693
|
-
windowFunction: "
|
|
1693
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
1694
1694
|
frame: {
|
|
1695
1695
|
start: {
|
|
1696
1696
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -2077,7 +2077,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
2077
2077
|
displayName: z.ZodString;
|
|
2078
2078
|
} & {
|
|
2079
2079
|
type: z.ZodLiteral<"window_function">;
|
|
2080
|
-
windowFunction: z.ZodEnum<["
|
|
2080
|
+
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]>;
|
|
2081
2081
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
2082
2082
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2083
2083
|
fieldId: z.ZodString;
|
|
@@ -2143,7 +2143,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
2143
2143
|
order: "asc" | "desc" | null;
|
|
2144
2144
|
}[] | null;
|
|
2145
2145
|
partitionBy: string[] | null;
|
|
2146
|
-
windowFunction: "
|
|
2146
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
2147
2147
|
frame: {
|
|
2148
2148
|
start: {
|
|
2149
2149
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -2165,7 +2165,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
2165
2165
|
order: "asc" | "desc" | null;
|
|
2166
2166
|
}[] | null;
|
|
2167
2167
|
partitionBy: string[] | null;
|
|
2168
|
-
windowFunction: "
|
|
2168
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
2169
2169
|
frame: {
|
|
2170
2170
|
start: {
|
|
2171
2171
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -3346,7 +3346,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3346
3346
|
order: "asc" | "desc" | null;
|
|
3347
3347
|
}[] | null;
|
|
3348
3348
|
partitionBy: string[] | null;
|
|
3349
|
-
windowFunction: "
|
|
3349
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
3350
3350
|
frame: {
|
|
3351
3351
|
start: {
|
|
3352
3352
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -3635,7 +3635,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
3635
3635
|
order: "asc" | "desc" | null;
|
|
3636
3636
|
}[] | null;
|
|
3637
3637
|
partitionBy: string[] | null;
|
|
3638
|
-
windowFunction: "
|
|
3638
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
3639
3639
|
frame: {
|
|
3640
3640
|
start: {
|
|
3641
3641
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -4026,7 +4026,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
4026
4026
|
displayName: z.ZodString;
|
|
4027
4027
|
} & {
|
|
4028
4028
|
type: z.ZodLiteral<"window_function">;
|
|
4029
|
-
windowFunction: z.ZodEnum<["
|
|
4029
|
+
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]>;
|
|
4030
4030
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
4031
4031
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
4032
4032
|
fieldId: z.ZodString;
|
|
@@ -4092,7 +4092,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
4092
4092
|
order: "asc" | "desc" | null;
|
|
4093
4093
|
}[] | null;
|
|
4094
4094
|
partitionBy: string[] | null;
|
|
4095
|
-
windowFunction: "
|
|
4095
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
4096
4096
|
frame: {
|
|
4097
4097
|
start: {
|
|
4098
4098
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -4114,7 +4114,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
4114
4114
|
order: "asc" | "desc" | null;
|
|
4115
4115
|
}[] | null;
|
|
4116
4116
|
partitionBy: string[] | null;
|
|
4117
|
-
windowFunction: "
|
|
4117
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
4118
4118
|
frame: {
|
|
4119
4119
|
start: {
|
|
4120
4120
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -5298,7 +5298,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5298
5298
|
order: "asc" | "desc" | null;
|
|
5299
5299
|
}[] | null;
|
|
5300
5300
|
partitionBy: string[] | null;
|
|
5301
|
-
windowFunction: "
|
|
5301
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
5302
5302
|
frame: {
|
|
5303
5303
|
start: {
|
|
5304
5304
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -5588,7 +5588,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5588
5588
|
order: "asc" | "desc" | null;
|
|
5589
5589
|
}[] | null;
|
|
5590
5590
|
partitionBy: string[] | null;
|
|
5591
|
-
windowFunction: "
|
|
5591
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
5592
5592
|
frame: {
|
|
5593
5593
|
start: {
|
|
5594
5594
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -5879,7 +5879,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
5879
5879
|
order: "asc" | "desc" | null;
|
|
5880
5880
|
}[] | null;
|
|
5881
5881
|
partitionBy: string[] | null;
|
|
5882
|
-
windowFunction: "
|
|
5882
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
5883
5883
|
frame: {
|
|
5884
5884
|
start: {
|
|
5885
5885
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -6165,7 +6165,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6165
6165
|
order: "asc" | "desc" | null;
|
|
6166
6166
|
}[] | null;
|
|
6167
6167
|
partitionBy: string[] | null;
|
|
6168
|
-
windowFunction: "
|
|
6168
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
6169
6169
|
frame: {
|
|
6170
6170
|
start: {
|
|
6171
6171
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -6455,7 +6455,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6455
6455
|
order: "asc" | "desc" | null;
|
|
6456
6456
|
}[] | null;
|
|
6457
6457
|
partitionBy: string[] | null;
|
|
6458
|
-
windowFunction: "
|
|
6458
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
6459
6459
|
frame: {
|
|
6460
6460
|
start: {
|
|
6461
6461
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -6745,7 +6745,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
6745
6745
|
order: "asc" | "desc" | null;
|
|
6746
6746
|
}[] | null;
|
|
6747
6747
|
partitionBy: string[] | null;
|
|
6748
|
-
windowFunction: "
|
|
6748
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
6749
6749
|
frame: {
|
|
6750
6750
|
start: {
|
|
6751
6751
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -7030,7 +7030,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7030
7030
|
order: "asc" | "desc" | null;
|
|
7031
7031
|
}[] | null;
|
|
7032
7032
|
partitionBy: string[] | null;
|
|
7033
|
-
windowFunction: "
|
|
7033
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
7034
7034
|
frame: {
|
|
7035
7035
|
start: {
|
|
7036
7036
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -7319,7 +7319,7 @@ declare const dashboardVisualizationSchema: z.ZodEffects<z.ZodUnion<[z.ZodObject
|
|
|
7319
7319
|
order: "asc" | "desc" | null;
|
|
7320
7320
|
}[] | null;
|
|
7321
7321
|
partitionBy: string[] | null;
|
|
7322
|
-
windowFunction: "
|
|
7322
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
7323
7323
|
frame: {
|
|
7324
7324
|
start: {
|
|
7325
7325
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -7718,7 +7718,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
7718
7718
|
displayName: z.ZodString;
|
|
7719
7719
|
} & {
|
|
7720
7720
|
type: z.ZodLiteral<"window_function">;
|
|
7721
|
-
windowFunction: z.ZodEnum<["
|
|
7721
|
+
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]>;
|
|
7722
7722
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
7723
7723
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
7724
7724
|
fieldId: z.ZodString;
|
|
@@ -7784,7 +7784,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
7784
7784
|
order: "asc" | "desc" | null;
|
|
7785
7785
|
}[] | null;
|
|
7786
7786
|
partitionBy: string[] | null;
|
|
7787
|
-
windowFunction: "
|
|
7787
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
7788
7788
|
frame: {
|
|
7789
7789
|
start: {
|
|
7790
7790
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -7806,7 +7806,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
7806
7806
|
order: "asc" | "desc" | null;
|
|
7807
7807
|
}[] | null;
|
|
7808
7808
|
partitionBy: string[] | null;
|
|
7809
|
-
windowFunction: "
|
|
7809
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
7810
7810
|
frame: {
|
|
7811
7811
|
start: {
|
|
7812
7812
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -8975,7 +8975,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
8975
8975
|
order: "asc" | "desc" | null;
|
|
8976
8976
|
}[] | null;
|
|
8977
8977
|
partitionBy: string[] | null;
|
|
8978
|
-
windowFunction: "
|
|
8978
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
8979
8979
|
frame: {
|
|
8980
8980
|
start: {
|
|
8981
8981
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -9260,7 +9260,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9260
9260
|
order: "asc" | "desc" | null;
|
|
9261
9261
|
}[] | null;
|
|
9262
9262
|
partitionBy: string[] | null;
|
|
9263
|
-
windowFunction: "
|
|
9263
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
9264
9264
|
frame: {
|
|
9265
9265
|
start: {
|
|
9266
9266
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -9647,7 +9647,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9647
9647
|
displayName: z.ZodString;
|
|
9648
9648
|
} & {
|
|
9649
9649
|
type: z.ZodLiteral<"window_function">;
|
|
9650
|
-
windowFunction: z.ZodEnum<["
|
|
9650
|
+
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]>;
|
|
9651
9651
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
9652
9652
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
9653
9653
|
fieldId: z.ZodString;
|
|
@@ -9713,7 +9713,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9713
9713
|
order: "asc" | "desc" | null;
|
|
9714
9714
|
}[] | null;
|
|
9715
9715
|
partitionBy: string[] | null;
|
|
9716
|
-
windowFunction: "
|
|
9716
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
9717
9717
|
frame: {
|
|
9718
9718
|
start: {
|
|
9719
9719
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -9735,7 +9735,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
9735
9735
|
order: "asc" | "desc" | null;
|
|
9736
9736
|
}[] | null;
|
|
9737
9737
|
partitionBy: string[] | null;
|
|
9738
|
-
windowFunction: "
|
|
9738
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
9739
9739
|
frame: {
|
|
9740
9740
|
start: {
|
|
9741
9741
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -10916,7 +10916,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
10916
10916
|
order: "asc" | "desc" | null;
|
|
10917
10917
|
}[] | null;
|
|
10918
10918
|
partitionBy: string[] | null;
|
|
10919
|
-
windowFunction: "
|
|
10919
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
10920
10920
|
frame: {
|
|
10921
10921
|
start: {
|
|
10922
10922
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -11205,7 +11205,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11205
11205
|
order: "asc" | "desc" | null;
|
|
11206
11206
|
}[] | null;
|
|
11207
11207
|
partitionBy: string[] | null;
|
|
11208
|
-
windowFunction: "
|
|
11208
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
11209
11209
|
frame: {
|
|
11210
11210
|
start: {
|
|
11211
11211
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -11596,7 +11596,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11596
11596
|
displayName: z.ZodString;
|
|
11597
11597
|
} & {
|
|
11598
11598
|
type: z.ZodLiteral<"window_function">;
|
|
11599
|
-
windowFunction: z.ZodEnum<["
|
|
11599
|
+
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]>;
|
|
11600
11600
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
11601
11601
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
11602
11602
|
fieldId: z.ZodString;
|
|
@@ -11662,7 +11662,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11662
11662
|
order: "asc" | "desc" | null;
|
|
11663
11663
|
}[] | null;
|
|
11664
11664
|
partitionBy: string[] | null;
|
|
11665
|
-
windowFunction: "
|
|
11665
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
11666
11666
|
frame: {
|
|
11667
11667
|
start: {
|
|
11668
11668
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -11684,7 +11684,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
11684
11684
|
order: "asc" | "desc" | null;
|
|
11685
11685
|
}[] | null;
|
|
11686
11686
|
partitionBy: string[] | null;
|
|
11687
|
-
windowFunction: "
|
|
11687
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
11688
11688
|
frame: {
|
|
11689
11689
|
start: {
|
|
11690
11690
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -12868,7 +12868,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
12868
12868
|
order: "asc" | "desc" | null;
|
|
12869
12869
|
}[] | null;
|
|
12870
12870
|
partitionBy: string[] | null;
|
|
12871
|
-
windowFunction: "
|
|
12871
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
12872
12872
|
frame: {
|
|
12873
12873
|
start: {
|
|
12874
12874
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -13158,7 +13158,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13158
13158
|
order: "asc" | "desc" | null;
|
|
13159
13159
|
}[] | null;
|
|
13160
13160
|
partitionBy: string[] | null;
|
|
13161
|
-
windowFunction: "
|
|
13161
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
13162
13162
|
frame: {
|
|
13163
13163
|
start: {
|
|
13164
13164
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -13449,7 +13449,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13449
13449
|
order: "asc" | "desc" | null;
|
|
13450
13450
|
}[] | null;
|
|
13451
13451
|
partitionBy: string[] | null;
|
|
13452
|
-
windowFunction: "
|
|
13452
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
13453
13453
|
frame: {
|
|
13454
13454
|
start: {
|
|
13455
13455
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -13735,7 +13735,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
13735
13735
|
order: "asc" | "desc" | null;
|
|
13736
13736
|
}[] | null;
|
|
13737
13737
|
partitionBy: string[] | null;
|
|
13738
|
-
windowFunction: "
|
|
13738
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
13739
13739
|
frame: {
|
|
13740
13740
|
start: {
|
|
13741
13741
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -14025,7 +14025,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14025
14025
|
order: "asc" | "desc" | null;
|
|
14026
14026
|
}[] | null;
|
|
14027
14027
|
partitionBy: string[] | null;
|
|
14028
|
-
windowFunction: "
|
|
14028
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
14029
14029
|
frame: {
|
|
14030
14030
|
start: {
|
|
14031
14031
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -14315,7 +14315,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14315
14315
|
order: "asc" | "desc" | null;
|
|
14316
14316
|
}[] | null;
|
|
14317
14317
|
partitionBy: string[] | null;
|
|
14318
|
-
windowFunction: "
|
|
14318
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
14319
14319
|
frame: {
|
|
14320
14320
|
start: {
|
|
14321
14321
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -14600,7 +14600,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14600
14600
|
order: "asc" | "desc" | null;
|
|
14601
14601
|
}[] | null;
|
|
14602
14602
|
partitionBy: string[] | null;
|
|
14603
|
-
windowFunction: "
|
|
14603
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
14604
14604
|
frame: {
|
|
14605
14605
|
start: {
|
|
14606
14606
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -14889,7 +14889,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
14889
14889
|
order: "asc" | "desc" | null;
|
|
14890
14890
|
}[] | null;
|
|
14891
14891
|
partitionBy: string[] | null;
|
|
14892
|
-
windowFunction: "
|
|
14892
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
14893
14893
|
frame: {
|
|
14894
14894
|
start: {
|
|
14895
14895
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -15185,7 +15185,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15185
15185
|
order: "asc" | "desc" | null;
|
|
15186
15186
|
}[] | null;
|
|
15187
15187
|
partitionBy: string[] | null;
|
|
15188
|
-
windowFunction: "
|
|
15188
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
15189
15189
|
frame: {
|
|
15190
15190
|
start: {
|
|
15191
15191
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -15471,7 +15471,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15471
15471
|
order: "asc" | "desc" | null;
|
|
15472
15472
|
}[] | null;
|
|
15473
15473
|
partitionBy: string[] | null;
|
|
15474
|
-
windowFunction: "
|
|
15474
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
15475
15475
|
frame: {
|
|
15476
15476
|
start: {
|
|
15477
15477
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -15761,7 +15761,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
15761
15761
|
order: "asc" | "desc" | null;
|
|
15762
15762
|
}[] | null;
|
|
15763
15763
|
partitionBy: string[] | null;
|
|
15764
|
-
windowFunction: "
|
|
15764
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
15765
15765
|
frame: {
|
|
15766
15766
|
start: {
|
|
15767
15767
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -16056,7 +16056,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16056
16056
|
order: "asc" | "desc" | null;
|
|
16057
16057
|
}[] | null;
|
|
16058
16058
|
partitionBy: string[] | null;
|
|
16059
|
-
windowFunction: "
|
|
16059
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
16060
16060
|
frame: {
|
|
16061
16061
|
start: {
|
|
16062
16062
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -16341,7 +16341,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16341
16341
|
order: "asc" | "desc" | null;
|
|
16342
16342
|
}[] | null;
|
|
16343
16343
|
partitionBy: string[] | null;
|
|
16344
|
-
windowFunction: "
|
|
16344
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
16345
16345
|
frame: {
|
|
16346
16346
|
start: {
|
|
16347
16347
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -16630,7 +16630,7 @@ export declare const toolDashboardArgsSchema: z.ZodObject<{
|
|
|
16630
16630
|
order: "asc" | "desc" | null;
|
|
16631
16631
|
}[] | null;
|
|
16632
16632
|
partitionBy: string[] | null;
|
|
16633
|
-
windowFunction: "
|
|
16633
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
16634
16634
|
frame: {
|
|
16635
16635
|
start: {
|
|
16636
16636
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -17030,7 +17030,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
17030
17030
|
displayName: z.ZodString;
|
|
17031
17031
|
} & {
|
|
17032
17032
|
type: z.ZodLiteral<"window_function">;
|
|
17033
|
-
windowFunction: z.ZodEnum<["
|
|
17033
|
+
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]>;
|
|
17034
17034
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
17035
17035
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
17036
17036
|
fieldId: z.ZodString;
|
|
@@ -17096,7 +17096,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
17096
17096
|
order: "asc" | "desc" | null;
|
|
17097
17097
|
}[] | null;
|
|
17098
17098
|
partitionBy: string[] | null;
|
|
17099
|
-
windowFunction: "
|
|
17099
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
17100
17100
|
frame: {
|
|
17101
17101
|
start: {
|
|
17102
17102
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -17118,7 +17118,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
17118
17118
|
order: "asc" | "desc" | null;
|
|
17119
17119
|
}[] | null;
|
|
17120
17120
|
partitionBy: string[] | null;
|
|
17121
|
-
windowFunction: "
|
|
17121
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
17122
17122
|
frame: {
|
|
17123
17123
|
start: {
|
|
17124
17124
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -18287,7 +18287,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18287
18287
|
order: "asc" | "desc" | null;
|
|
18288
18288
|
}[] | null;
|
|
18289
18289
|
partitionBy: string[] | null;
|
|
18290
|
-
windowFunction: "
|
|
18290
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
18291
18291
|
frame: {
|
|
18292
18292
|
start: {
|
|
18293
18293
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -18572,7 +18572,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18572
18572
|
order: "asc" | "desc" | null;
|
|
18573
18573
|
}[] | null;
|
|
18574
18574
|
partitionBy: string[] | null;
|
|
18575
|
-
windowFunction: "
|
|
18575
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
18576
18576
|
frame: {
|
|
18577
18577
|
start: {
|
|
18578
18578
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -18959,7 +18959,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
18959
18959
|
displayName: z.ZodString;
|
|
18960
18960
|
} & {
|
|
18961
18961
|
type: z.ZodLiteral<"window_function">;
|
|
18962
|
-
windowFunction: z.ZodEnum<["
|
|
18962
|
+
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]>;
|
|
18963
18963
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
18964
18964
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
18965
18965
|
fieldId: z.ZodString;
|
|
@@ -19025,7 +19025,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
19025
19025
|
order: "asc" | "desc" | null;
|
|
19026
19026
|
}[] | null;
|
|
19027
19027
|
partitionBy: string[] | null;
|
|
19028
|
-
windowFunction: "
|
|
19028
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
19029
19029
|
frame: {
|
|
19030
19030
|
start: {
|
|
19031
19031
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -19047,7 +19047,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
19047
19047
|
order: "asc" | "desc" | null;
|
|
19048
19048
|
}[] | null;
|
|
19049
19049
|
partitionBy: string[] | null;
|
|
19050
|
-
windowFunction: "
|
|
19050
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
19051
19051
|
frame: {
|
|
19052
19052
|
start: {
|
|
19053
19053
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -20228,7 +20228,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20228
20228
|
order: "asc" | "desc" | null;
|
|
20229
20229
|
}[] | null;
|
|
20230
20230
|
partitionBy: string[] | null;
|
|
20231
|
-
windowFunction: "
|
|
20231
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
20232
20232
|
frame: {
|
|
20233
20233
|
start: {
|
|
20234
20234
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -20517,7 +20517,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20517
20517
|
order: "asc" | "desc" | null;
|
|
20518
20518
|
}[] | null;
|
|
20519
20519
|
partitionBy: string[] | null;
|
|
20520
|
-
windowFunction: "
|
|
20520
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
20521
20521
|
frame: {
|
|
20522
20522
|
start: {
|
|
20523
20523
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -20908,7 +20908,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20908
20908
|
displayName: z.ZodString;
|
|
20909
20909
|
} & {
|
|
20910
20910
|
type: z.ZodLiteral<"window_function">;
|
|
20911
|
-
windowFunction: z.ZodEnum<["
|
|
20911
|
+
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]>;
|
|
20912
20912
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
20913
20913
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
20914
20914
|
fieldId: z.ZodString;
|
|
@@ -20974,7 +20974,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20974
20974
|
order: "asc" | "desc" | null;
|
|
20975
20975
|
}[] | null;
|
|
20976
20976
|
partitionBy: string[] | null;
|
|
20977
|
-
windowFunction: "
|
|
20977
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
20978
20978
|
frame: {
|
|
20979
20979
|
start: {
|
|
20980
20980
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -20996,7 +20996,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
20996
20996
|
order: "asc" | "desc" | null;
|
|
20997
20997
|
}[] | null;
|
|
20998
20998
|
partitionBy: string[] | null;
|
|
20999
|
-
windowFunction: "
|
|
20999
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
21000
21000
|
frame: {
|
|
21001
21001
|
start: {
|
|
21002
21002
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -22180,7 +22180,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22180
22180
|
order: "asc" | "desc" | null;
|
|
22181
22181
|
}[] | null;
|
|
22182
22182
|
partitionBy: string[] | null;
|
|
22183
|
-
windowFunction: "
|
|
22183
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
22184
22184
|
frame: {
|
|
22185
22185
|
start: {
|
|
22186
22186
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -22470,7 +22470,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22470
22470
|
order: "asc" | "desc" | null;
|
|
22471
22471
|
}[] | null;
|
|
22472
22472
|
partitionBy: string[] | null;
|
|
22473
|
-
windowFunction: "
|
|
22473
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
22474
22474
|
frame: {
|
|
22475
22475
|
start: {
|
|
22476
22476
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -22761,7 +22761,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
22761
22761
|
order: "asc" | "desc" | null;
|
|
22762
22762
|
}[] | null;
|
|
22763
22763
|
partitionBy: string[] | null;
|
|
22764
|
-
windowFunction: "
|
|
22764
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
22765
22765
|
frame: {
|
|
22766
22766
|
start: {
|
|
22767
22767
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -23047,7 +23047,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23047
23047
|
order: "asc" | "desc" | null;
|
|
23048
23048
|
}[] | null;
|
|
23049
23049
|
partitionBy: string[] | null;
|
|
23050
|
-
windowFunction: "
|
|
23050
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
23051
23051
|
frame: {
|
|
23052
23052
|
start: {
|
|
23053
23053
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -23337,7 +23337,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23337
23337
|
order: "asc" | "desc" | null;
|
|
23338
23338
|
}[] | null;
|
|
23339
23339
|
partitionBy: string[] | null;
|
|
23340
|
-
windowFunction: "
|
|
23340
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
23341
23341
|
frame: {
|
|
23342
23342
|
start: {
|
|
23343
23343
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -23627,7 +23627,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23627
23627
|
order: "asc" | "desc" | null;
|
|
23628
23628
|
}[] | null;
|
|
23629
23629
|
partitionBy: string[] | null;
|
|
23630
|
-
windowFunction: "
|
|
23630
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
23631
23631
|
frame: {
|
|
23632
23632
|
start: {
|
|
23633
23633
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -23912,7 +23912,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
23912
23912
|
order: "asc" | "desc" | null;
|
|
23913
23913
|
}[] | null;
|
|
23914
23914
|
partitionBy: string[] | null;
|
|
23915
|
-
windowFunction: "
|
|
23915
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
23916
23916
|
frame: {
|
|
23917
23917
|
start: {
|
|
23918
23918
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -24201,7 +24201,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24201
24201
|
order: "asc" | "desc" | null;
|
|
24202
24202
|
}[] | null;
|
|
24203
24203
|
partitionBy: string[] | null;
|
|
24204
|
-
windowFunction: "
|
|
24204
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
24205
24205
|
frame: {
|
|
24206
24206
|
start: {
|
|
24207
24207
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -24497,7 +24497,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24497
24497
|
order: "asc" | "desc" | null;
|
|
24498
24498
|
}[] | null;
|
|
24499
24499
|
partitionBy: string[] | null;
|
|
24500
|
-
windowFunction: "
|
|
24500
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
24501
24501
|
frame: {
|
|
24502
24502
|
start: {
|
|
24503
24503
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -24783,7 +24783,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
24783
24783
|
order: "asc" | "desc" | null;
|
|
24784
24784
|
}[] | null;
|
|
24785
24785
|
partitionBy: string[] | null;
|
|
24786
|
-
windowFunction: "
|
|
24786
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
24787
24787
|
frame: {
|
|
24788
24788
|
start: {
|
|
24789
24789
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -25073,7 +25073,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25073
25073
|
order: "asc" | "desc" | null;
|
|
25074
25074
|
}[] | null;
|
|
25075
25075
|
partitionBy: string[] | null;
|
|
25076
|
-
windowFunction: "
|
|
25076
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
25077
25077
|
frame: {
|
|
25078
25078
|
start: {
|
|
25079
25079
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -25368,7 +25368,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25368
25368
|
order: "asc" | "desc" | null;
|
|
25369
25369
|
}[] | null;
|
|
25370
25370
|
partitionBy: string[] | null;
|
|
25371
|
-
windowFunction: "
|
|
25371
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
25372
25372
|
frame: {
|
|
25373
25373
|
start: {
|
|
25374
25374
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -25653,7 +25653,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25653
25653
|
order: "asc" | "desc" | null;
|
|
25654
25654
|
}[] | null;
|
|
25655
25655
|
partitionBy: string[] | null;
|
|
25656
|
-
windowFunction: "
|
|
25656
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
25657
25657
|
frame: {
|
|
25658
25658
|
start: {
|
|
25659
25659
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -25942,7 +25942,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
25942
25942
|
order: "asc" | "desc" | null;
|
|
25943
25943
|
}[] | null;
|
|
25944
25944
|
partitionBy: string[] | null;
|
|
25945
|
-
windowFunction: "
|
|
25945
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
25946
25946
|
frame: {
|
|
25947
25947
|
start: {
|
|
25948
25948
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -26235,7 +26235,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26235
26235
|
order: "asc" | "desc" | null;
|
|
26236
26236
|
}[] | null;
|
|
26237
26237
|
partitionBy: string[] | null;
|
|
26238
|
-
windowFunction: "
|
|
26238
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
26239
26239
|
frame: {
|
|
26240
26240
|
start: {
|
|
26241
26241
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -26317,7 +26317,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26317
26317
|
order: "asc" | "desc" | null;
|
|
26318
26318
|
}[] | null;
|
|
26319
26319
|
partitionBy: string[] | null;
|
|
26320
|
-
windowFunction: "
|
|
26320
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
26321
26321
|
frame: {
|
|
26322
26322
|
start: {
|
|
26323
26323
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -26403,7 +26403,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26403
26403
|
order: "asc" | "desc" | null;
|
|
26404
26404
|
}[] | null;
|
|
26405
26405
|
partitionBy: string[] | null;
|
|
26406
|
-
windowFunction: "
|
|
26406
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
26407
26407
|
frame: {
|
|
26408
26408
|
start: {
|
|
26409
26409
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -26497,7 +26497,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26497
26497
|
order: "asc" | "desc" | null;
|
|
26498
26498
|
}[] | null;
|
|
26499
26499
|
partitionBy: string[] | null;
|
|
26500
|
-
windowFunction: "
|
|
26500
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
26501
26501
|
frame: {
|
|
26502
26502
|
start: {
|
|
26503
26503
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -26782,7 +26782,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
26782
26782
|
order: "asc" | "desc" | null;
|
|
26783
26783
|
}[] | null;
|
|
26784
26784
|
partitionBy: string[] | null;
|
|
26785
|
-
windowFunction: "
|
|
26785
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
26786
26786
|
frame: {
|
|
26787
26787
|
start: {
|
|
26788
26788
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -27071,7 +27071,7 @@ export declare const toolDashboardArgsSchemaTransformed: z.ZodEffects<z.ZodObjec
|
|
|
27071
27071
|
order: "asc" | "desc" | null;
|
|
27072
27072
|
}[] | null;
|
|
27073
27073
|
partitionBy: string[] | null;
|
|
27074
|
-
windowFunction: "
|
|
27074
|
+
windowFunction: import("../../../..").WindowFunctionType;
|
|
27075
27075
|
frame: {
|
|
27076
27076
|
start: {
|
|
27077
27077
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|