@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
|
@@ -159,7 +159,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
159
159
|
displayName: z.ZodString;
|
|
160
160
|
} & {
|
|
161
161
|
type: z.ZodLiteral<"window_function">;
|
|
162
|
-
windowFunction: z.ZodEnum<["
|
|
162
|
+
windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
|
|
163
163
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
164
164
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
165
165
|
fieldId: z.ZodString;
|
|
@@ -225,7 +225,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
225
225
|
order: "asc" | "desc" | null;
|
|
226
226
|
}[] | null;
|
|
227
227
|
partitionBy: string[] | null;
|
|
228
|
-
windowFunction: "
|
|
228
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
229
229
|
frame: {
|
|
230
230
|
start: {
|
|
231
231
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -247,7 +247,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
247
247
|
order: "asc" | "desc" | null;
|
|
248
248
|
}[] | null;
|
|
249
249
|
partitionBy: string[] | null;
|
|
250
|
-
windowFunction: "
|
|
250
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
251
251
|
frame: {
|
|
252
252
|
start: {
|
|
253
253
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -1416,7 +1416,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1416
1416
|
order: "asc" | "desc" | null;
|
|
1417
1417
|
}[] | null;
|
|
1418
1418
|
partitionBy: string[] | null;
|
|
1419
|
-
windowFunction: "
|
|
1419
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
1420
1420
|
frame: {
|
|
1421
1421
|
start: {
|
|
1422
1422
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -1701,7 +1701,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1701
1701
|
order: "asc" | "desc" | null;
|
|
1702
1702
|
}[] | null;
|
|
1703
1703
|
partitionBy: string[] | null;
|
|
1704
|
-
windowFunction: "
|
|
1704
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
1705
1705
|
frame: {
|
|
1706
1706
|
start: {
|
|
1707
1707
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -2088,7 +2088,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
2088
2088
|
displayName: z.ZodString;
|
|
2089
2089
|
} & {
|
|
2090
2090
|
type: z.ZodLiteral<"window_function">;
|
|
2091
|
-
windowFunction: z.ZodEnum<["
|
|
2091
|
+
windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
|
|
2092
2092
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
2093
2093
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2094
2094
|
fieldId: z.ZodString;
|
|
@@ -2154,7 +2154,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
2154
2154
|
order: "asc" | "desc" | null;
|
|
2155
2155
|
}[] | null;
|
|
2156
2156
|
partitionBy: string[] | null;
|
|
2157
|
-
windowFunction: "
|
|
2157
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
2158
2158
|
frame: {
|
|
2159
2159
|
start: {
|
|
2160
2160
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -2176,7 +2176,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
2176
2176
|
order: "asc" | "desc" | null;
|
|
2177
2177
|
}[] | null;
|
|
2178
2178
|
partitionBy: string[] | null;
|
|
2179
|
-
windowFunction: "
|
|
2179
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
2180
2180
|
frame: {
|
|
2181
2181
|
start: {
|
|
2182
2182
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -3357,7 +3357,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
3357
3357
|
order: "asc" | "desc" | null;
|
|
3358
3358
|
}[] | null;
|
|
3359
3359
|
partitionBy: string[] | null;
|
|
3360
|
-
windowFunction: "
|
|
3360
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
3361
3361
|
frame: {
|
|
3362
3362
|
start: {
|
|
3363
3363
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -3646,7 +3646,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
3646
3646
|
order: "asc" | "desc" | null;
|
|
3647
3647
|
}[] | null;
|
|
3648
3648
|
partitionBy: string[] | null;
|
|
3649
|
-
windowFunction: "
|
|
3649
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
3650
3650
|
frame: {
|
|
3651
3651
|
start: {
|
|
3652
3652
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -4037,7 +4037,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
4037
4037
|
displayName: z.ZodString;
|
|
4038
4038
|
} & {
|
|
4039
4039
|
type: z.ZodLiteral<"window_function">;
|
|
4040
|
-
windowFunction: z.ZodEnum<["
|
|
4040
|
+
windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
|
|
4041
4041
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
4042
4042
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
4043
4043
|
fieldId: z.ZodString;
|
|
@@ -4103,7 +4103,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
4103
4103
|
order: "asc" | "desc" | null;
|
|
4104
4104
|
}[] | null;
|
|
4105
4105
|
partitionBy: string[] | null;
|
|
4106
|
-
windowFunction: "
|
|
4106
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
4107
4107
|
frame: {
|
|
4108
4108
|
start: {
|
|
4109
4109
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -4125,7 +4125,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
4125
4125
|
order: "asc" | "desc" | null;
|
|
4126
4126
|
}[] | null;
|
|
4127
4127
|
partitionBy: string[] | null;
|
|
4128
|
-
windowFunction: "
|
|
4128
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
4129
4129
|
frame: {
|
|
4130
4130
|
start: {
|
|
4131
4131
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -5309,7 +5309,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
5309
5309
|
order: "asc" | "desc" | null;
|
|
5310
5310
|
}[] | null;
|
|
5311
5311
|
partitionBy: string[] | null;
|
|
5312
|
-
windowFunction: "
|
|
5312
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
5313
5313
|
frame: {
|
|
5314
5314
|
start: {
|
|
5315
5315
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -5599,7 +5599,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
5599
5599
|
order: "asc" | "desc" | null;
|
|
5600
5600
|
}[] | null;
|
|
5601
5601
|
partitionBy: string[] | null;
|
|
5602
|
-
windowFunction: "
|
|
5602
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
5603
5603
|
frame: {
|
|
5604
5604
|
start: {
|
|
5605
5605
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -5890,7 +5890,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
5890
5890
|
order: "asc" | "desc" | null;
|
|
5891
5891
|
}[] | null;
|
|
5892
5892
|
partitionBy: string[] | null;
|
|
5893
|
-
windowFunction: "
|
|
5893
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
5894
5894
|
frame: {
|
|
5895
5895
|
start: {
|
|
5896
5896
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -6176,7 +6176,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
6176
6176
|
order: "asc" | "desc" | null;
|
|
6177
6177
|
}[] | null;
|
|
6178
6178
|
partitionBy: string[] | null;
|
|
6179
|
-
windowFunction: "
|
|
6179
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
6180
6180
|
frame: {
|
|
6181
6181
|
start: {
|
|
6182
6182
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -6466,7 +6466,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
6466
6466
|
order: "asc" | "desc" | null;
|
|
6467
6467
|
}[] | null;
|
|
6468
6468
|
partitionBy: string[] | null;
|
|
6469
|
-
windowFunction: "
|
|
6469
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
6470
6470
|
frame: {
|
|
6471
6471
|
start: {
|
|
6472
6472
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -6756,7 +6756,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
6756
6756
|
order: "asc" | "desc" | null;
|
|
6757
6757
|
}[] | null;
|
|
6758
6758
|
partitionBy: string[] | null;
|
|
6759
|
-
windowFunction: "
|
|
6759
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
6760
6760
|
frame: {
|
|
6761
6761
|
start: {
|
|
6762
6762
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -7041,7 +7041,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
7041
7041
|
order: "asc" | "desc" | null;
|
|
7042
7042
|
}[] | null;
|
|
7043
7043
|
partitionBy: string[] | null;
|
|
7044
|
-
windowFunction: "
|
|
7044
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
7045
7045
|
frame: {
|
|
7046
7046
|
start: {
|
|
7047
7047
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -7330,7 +7330,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
7330
7330
|
order: "asc" | "desc" | null;
|
|
7331
7331
|
}[] | null;
|
|
7332
7332
|
partitionBy: string[] | null;
|
|
7333
|
-
windowFunction: "
|
|
7333
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
7334
7334
|
frame: {
|
|
7335
7335
|
start: {
|
|
7336
7336
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -7626,7 +7626,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
7626
7626
|
order: "asc" | "desc" | null;
|
|
7627
7627
|
}[] | null;
|
|
7628
7628
|
partitionBy: string[] | null;
|
|
7629
|
-
windowFunction: "
|
|
7629
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
7630
7630
|
frame: {
|
|
7631
7631
|
start: {
|
|
7632
7632
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -7912,7 +7912,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
7912
7912
|
order: "asc" | "desc" | null;
|
|
7913
7913
|
}[] | null;
|
|
7914
7914
|
partitionBy: string[] | null;
|
|
7915
|
-
windowFunction: "
|
|
7915
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
7916
7916
|
frame: {
|
|
7917
7917
|
start: {
|
|
7918
7918
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -8202,7 +8202,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
8202
8202
|
order: "asc" | "desc" | null;
|
|
8203
8203
|
}[] | null;
|
|
8204
8204
|
partitionBy: string[] | null;
|
|
8205
|
-
windowFunction: "
|
|
8205
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
8206
8206
|
frame: {
|
|
8207
8207
|
start: {
|
|
8208
8208
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -8497,7 +8497,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
8497
8497
|
order: "asc" | "desc" | null;
|
|
8498
8498
|
}[] | null;
|
|
8499
8499
|
partitionBy: string[] | null;
|
|
8500
|
-
windowFunction: "
|
|
8500
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
8501
8501
|
frame: {
|
|
8502
8502
|
start: {
|
|
8503
8503
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -8782,7 +8782,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
8782
8782
|
order: "asc" | "desc" | null;
|
|
8783
8783
|
}[] | null;
|
|
8784
8784
|
partitionBy: string[] | null;
|
|
8785
|
-
windowFunction: "
|
|
8785
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
8786
8786
|
frame: {
|
|
8787
8787
|
start: {
|
|
8788
8788
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -9071,7 +9071,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
9071
9071
|
order: "asc" | "desc" | null;
|
|
9072
9072
|
}[] | null;
|
|
9073
9073
|
partitionBy: string[] | null;
|
|
9074
|
-
windowFunction: "
|
|
9074
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
9075
9075
|
frame: {
|
|
9076
9076
|
start: {
|
|
9077
9077
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -11796,7 +11796,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
11796
11796
|
displayName: z.ZodString;
|
|
11797
11797
|
} & {
|
|
11798
11798
|
type: z.ZodLiteral<"window_function">;
|
|
11799
|
-
windowFunction: z.ZodEnum<["
|
|
11799
|
+
windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
|
|
11800
11800
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
11801
11801
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
11802
11802
|
fieldId: z.ZodString;
|
|
@@ -11862,7 +11862,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
11862
11862
|
order: "asc" | "desc" | null;
|
|
11863
11863
|
}[] | null;
|
|
11864
11864
|
partitionBy: string[] | null;
|
|
11865
|
-
windowFunction: "
|
|
11865
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
11866
11866
|
frame: {
|
|
11867
11867
|
start: {
|
|
11868
11868
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -11884,7 +11884,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
11884
11884
|
order: "asc" | "desc" | null;
|
|
11885
11885
|
}[] | null;
|
|
11886
11886
|
partitionBy: string[] | null;
|
|
11887
|
-
windowFunction: "
|
|
11887
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
11888
11888
|
frame: {
|
|
11889
11889
|
start: {
|
|
11890
11890
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -13067,7 +13067,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
13067
13067
|
order: "asc" | "desc" | null;
|
|
13068
13068
|
}[] | null;
|
|
13069
13069
|
partitionBy: string[] | null;
|
|
13070
|
-
windowFunction: "
|
|
13070
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
13071
13071
|
frame: {
|
|
13072
13072
|
start: {
|
|
13073
13073
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -13358,7 +13358,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
13358
13358
|
order: "asc" | "desc" | null;
|
|
13359
13359
|
}[] | null;
|
|
13360
13360
|
partitionBy: string[] | null;
|
|
13361
|
-
windowFunction: "
|
|
13361
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
13362
13362
|
frame: {
|
|
13363
13363
|
start: {
|
|
13364
13364
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -13753,7 +13753,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
13753
13753
|
displayName: z.ZodString;
|
|
13754
13754
|
} & {
|
|
13755
13755
|
type: z.ZodLiteral<"window_function">;
|
|
13756
|
-
windowFunction: z.ZodEnum<["
|
|
13756
|
+
windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
|
|
13757
13757
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
13758
13758
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
13759
13759
|
fieldId: z.ZodString;
|
|
@@ -13819,7 +13819,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
13819
13819
|
order: "asc" | "desc" | null;
|
|
13820
13820
|
}[] | null;
|
|
13821
13821
|
partitionBy: string[] | null;
|
|
13822
|
-
windowFunction: "
|
|
13822
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
13823
13823
|
frame: {
|
|
13824
13824
|
start: {
|
|
13825
13825
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -13841,7 +13841,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
13841
13841
|
order: "asc" | "desc" | null;
|
|
13842
13842
|
}[] | null;
|
|
13843
13843
|
partitionBy: string[] | null;
|
|
13844
|
-
windowFunction: "
|
|
13844
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
13845
13845
|
frame: {
|
|
13846
13846
|
start: {
|
|
13847
13847
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -15009,7 +15009,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
15009
15009
|
order: "asc" | "desc" | null;
|
|
15010
15010
|
}[] | null;
|
|
15011
15011
|
partitionBy: string[] | null;
|
|
15012
|
-
windowFunction: "
|
|
15012
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
15013
15013
|
frame: {
|
|
15014
15014
|
start: {
|
|
15015
15015
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -15295,7 +15295,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
15295
15295
|
order: "asc" | "desc" | null;
|
|
15296
15296
|
}[] | null;
|
|
15297
15297
|
partitionBy: string[] | null;
|
|
15298
|
-
windowFunction: "
|
|
15298
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
15299
15299
|
frame: {
|
|
15300
15300
|
start: {
|
|
15301
15301
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -15685,7 +15685,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
15685
15685
|
displayName: z.ZodString;
|
|
15686
15686
|
} & {
|
|
15687
15687
|
type: z.ZodLiteral<"window_function">;
|
|
15688
|
-
windowFunction: z.ZodEnum<["
|
|
15688
|
+
windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
|
|
15689
15689
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
15690
15690
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
15691
15691
|
fieldId: z.ZodString;
|
|
@@ -15751,7 +15751,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
15751
15751
|
order: "asc" | "desc" | null;
|
|
15752
15752
|
}[] | null;
|
|
15753
15753
|
partitionBy: string[] | null;
|
|
15754
|
-
windowFunction: "
|
|
15754
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
15755
15755
|
frame: {
|
|
15756
15756
|
start: {
|
|
15757
15757
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -15773,7 +15773,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
15773
15773
|
order: "asc" | "desc" | null;
|
|
15774
15774
|
}[] | null;
|
|
15775
15775
|
partitionBy: string[] | null;
|
|
15776
|
-
windowFunction: "
|
|
15776
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
15777
15777
|
frame: {
|
|
15778
15778
|
start: {
|
|
15779
15779
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -16953,7 +16953,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
16953
16953
|
order: "asc" | "desc" | null;
|
|
16954
16954
|
}[] | null;
|
|
16955
16955
|
partitionBy: string[] | null;
|
|
16956
|
-
windowFunction: "
|
|
16956
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
16957
16957
|
frame: {
|
|
16958
16958
|
start: {
|
|
16959
16959
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -17243,7 +17243,7 @@ export declare const AgentToolCallArgsSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
17243
17243
|
order: "asc" | "desc" | null;
|
|
17244
17244
|
}[] | null;
|
|
17245
17245
|
partitionBy: string[] | null;
|
|
17246
|
-
windowFunction: "
|
|
17246
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
17247
17247
|
frame: {
|
|
17248
17248
|
start: {
|
|
17249
17249
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -17665,7 +17665,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
17665
17665
|
displayName: z.ZodString;
|
|
17666
17666
|
} & {
|
|
17667
17667
|
type: z.ZodLiteral<"window_function">;
|
|
17668
|
-
windowFunction: z.ZodEnum<["
|
|
17668
|
+
windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
|
|
17669
17669
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
17670
17670
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
17671
17671
|
fieldId: z.ZodString;
|
|
@@ -17731,7 +17731,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
17731
17731
|
order: "asc" | "desc" | null;
|
|
17732
17732
|
}[] | null;
|
|
17733
17733
|
partitionBy: string[] | null;
|
|
17734
|
-
windowFunction: "
|
|
17734
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
17735
17735
|
frame: {
|
|
17736
17736
|
start: {
|
|
17737
17737
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -17753,7 +17753,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
17753
17753
|
order: "asc" | "desc" | null;
|
|
17754
17754
|
}[] | null;
|
|
17755
17755
|
partitionBy: string[] | null;
|
|
17756
|
-
windowFunction: "
|
|
17756
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
17757
17757
|
frame: {
|
|
17758
17758
|
start: {
|
|
17759
17759
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -18922,7 +18922,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
18922
18922
|
order: "asc" | "desc" | null;
|
|
18923
18923
|
}[] | null;
|
|
18924
18924
|
partitionBy: string[] | null;
|
|
18925
|
-
windowFunction: "
|
|
18925
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
18926
18926
|
frame: {
|
|
18927
18927
|
start: {
|
|
18928
18928
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -19207,7 +19207,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
19207
19207
|
order: "asc" | "desc" | null;
|
|
19208
19208
|
}[] | null;
|
|
19209
19209
|
partitionBy: string[] | null;
|
|
19210
|
-
windowFunction: "
|
|
19210
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
19211
19211
|
frame: {
|
|
19212
19212
|
start: {
|
|
19213
19213
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -19594,7 +19594,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
19594
19594
|
displayName: z.ZodString;
|
|
19595
19595
|
} & {
|
|
19596
19596
|
type: z.ZodLiteral<"window_function">;
|
|
19597
|
-
windowFunction: z.ZodEnum<["
|
|
19597
|
+
windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
|
|
19598
19598
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
19599
19599
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
19600
19600
|
fieldId: z.ZodString;
|
|
@@ -19660,7 +19660,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
19660
19660
|
order: "asc" | "desc" | null;
|
|
19661
19661
|
}[] | null;
|
|
19662
19662
|
partitionBy: string[] | null;
|
|
19663
|
-
windowFunction: "
|
|
19663
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
19664
19664
|
frame: {
|
|
19665
19665
|
start: {
|
|
19666
19666
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -19682,7 +19682,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
19682
19682
|
order: "asc" | "desc" | null;
|
|
19683
19683
|
}[] | null;
|
|
19684
19684
|
partitionBy: string[] | null;
|
|
19685
|
-
windowFunction: "
|
|
19685
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
19686
19686
|
frame: {
|
|
19687
19687
|
start: {
|
|
19688
19688
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -20863,7 +20863,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
20863
20863
|
order: "asc" | "desc" | null;
|
|
20864
20864
|
}[] | null;
|
|
20865
20865
|
partitionBy: string[] | null;
|
|
20866
|
-
windowFunction: "
|
|
20866
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
20867
20867
|
frame: {
|
|
20868
20868
|
start: {
|
|
20869
20869
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -21152,7 +21152,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
21152
21152
|
order: "asc" | "desc" | null;
|
|
21153
21153
|
}[] | null;
|
|
21154
21154
|
partitionBy: string[] | null;
|
|
21155
|
-
windowFunction: "
|
|
21155
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
21156
21156
|
frame: {
|
|
21157
21157
|
start: {
|
|
21158
21158
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -21543,7 +21543,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
21543
21543
|
displayName: z.ZodString;
|
|
21544
21544
|
} & {
|
|
21545
21545
|
type: z.ZodLiteral<"window_function">;
|
|
21546
|
-
windowFunction: z.ZodEnum<["
|
|
21546
|
+
windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
|
|
21547
21547
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
21548
21548
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
21549
21549
|
fieldId: z.ZodString;
|
|
@@ -21609,7 +21609,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
21609
21609
|
order: "asc" | "desc" | null;
|
|
21610
21610
|
}[] | null;
|
|
21611
21611
|
partitionBy: string[] | null;
|
|
21612
|
-
windowFunction: "
|
|
21612
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
21613
21613
|
frame: {
|
|
21614
21614
|
start: {
|
|
21615
21615
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -21631,7 +21631,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
21631
21631
|
order: "asc" | "desc" | null;
|
|
21632
21632
|
}[] | null;
|
|
21633
21633
|
partitionBy: string[] | null;
|
|
21634
|
-
windowFunction: "
|
|
21634
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
21635
21635
|
frame: {
|
|
21636
21636
|
start: {
|
|
21637
21637
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -22815,7 +22815,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
22815
22815
|
order: "asc" | "desc" | null;
|
|
22816
22816
|
}[] | null;
|
|
22817
22817
|
partitionBy: string[] | null;
|
|
22818
|
-
windowFunction: "
|
|
22818
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
22819
22819
|
frame: {
|
|
22820
22820
|
start: {
|
|
22821
22821
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -23105,7 +23105,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
23105
23105
|
order: "asc" | "desc" | null;
|
|
23106
23106
|
}[] | null;
|
|
23107
23107
|
partitionBy: string[] | null;
|
|
23108
|
-
windowFunction: "
|
|
23108
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
23109
23109
|
frame: {
|
|
23110
23110
|
start: {
|
|
23111
23111
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -23396,7 +23396,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
23396
23396
|
order: "asc" | "desc" | null;
|
|
23397
23397
|
}[] | null;
|
|
23398
23398
|
partitionBy: string[] | null;
|
|
23399
|
-
windowFunction: "
|
|
23399
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
23400
23400
|
frame: {
|
|
23401
23401
|
start: {
|
|
23402
23402
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -23682,7 +23682,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
23682
23682
|
order: "asc" | "desc" | null;
|
|
23683
23683
|
}[] | null;
|
|
23684
23684
|
partitionBy: string[] | null;
|
|
23685
|
-
windowFunction: "
|
|
23685
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
23686
23686
|
frame: {
|
|
23687
23687
|
start: {
|
|
23688
23688
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -23972,7 +23972,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
23972
23972
|
order: "asc" | "desc" | null;
|
|
23973
23973
|
}[] | null;
|
|
23974
23974
|
partitionBy: string[] | null;
|
|
23975
|
-
windowFunction: "
|
|
23975
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
23976
23976
|
frame: {
|
|
23977
23977
|
start: {
|
|
23978
23978
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -24262,7 +24262,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
24262
24262
|
order: "asc" | "desc" | null;
|
|
24263
24263
|
}[] | null;
|
|
24264
24264
|
partitionBy: string[] | null;
|
|
24265
|
-
windowFunction: "
|
|
24265
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
24266
24266
|
frame: {
|
|
24267
24267
|
start: {
|
|
24268
24268
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -24547,7 +24547,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
24547
24547
|
order: "asc" | "desc" | null;
|
|
24548
24548
|
}[] | null;
|
|
24549
24549
|
partitionBy: string[] | null;
|
|
24550
|
-
windowFunction: "
|
|
24550
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
24551
24551
|
frame: {
|
|
24552
24552
|
start: {
|
|
24553
24553
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -24836,7 +24836,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
24836
24836
|
order: "asc" | "desc" | null;
|
|
24837
24837
|
}[] | null;
|
|
24838
24838
|
partitionBy: string[] | null;
|
|
24839
|
-
windowFunction: "
|
|
24839
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
24840
24840
|
frame: {
|
|
24841
24841
|
start: {
|
|
24842
24842
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -25132,7 +25132,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
25132
25132
|
order: "asc" | "desc" | null;
|
|
25133
25133
|
}[] | null;
|
|
25134
25134
|
partitionBy: string[] | null;
|
|
25135
|
-
windowFunction: "
|
|
25135
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
25136
25136
|
frame: {
|
|
25137
25137
|
start: {
|
|
25138
25138
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -25418,7 +25418,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
25418
25418
|
order: "asc" | "desc" | null;
|
|
25419
25419
|
}[] | null;
|
|
25420
25420
|
partitionBy: string[] | null;
|
|
25421
|
-
windowFunction: "
|
|
25421
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
25422
25422
|
frame: {
|
|
25423
25423
|
start: {
|
|
25424
25424
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -25708,7 +25708,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
25708
25708
|
order: "asc" | "desc" | null;
|
|
25709
25709
|
}[] | null;
|
|
25710
25710
|
partitionBy: string[] | null;
|
|
25711
|
-
windowFunction: "
|
|
25711
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
25712
25712
|
frame: {
|
|
25713
25713
|
start: {
|
|
25714
25714
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -26003,7 +26003,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
26003
26003
|
order: "asc" | "desc" | null;
|
|
26004
26004
|
}[] | null;
|
|
26005
26005
|
partitionBy: string[] | null;
|
|
26006
|
-
windowFunction: "
|
|
26006
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
26007
26007
|
frame: {
|
|
26008
26008
|
start: {
|
|
26009
26009
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -26288,7 +26288,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
26288
26288
|
order: "asc" | "desc" | null;
|
|
26289
26289
|
}[] | null;
|
|
26290
26290
|
partitionBy: string[] | null;
|
|
26291
|
-
windowFunction: "
|
|
26291
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
26292
26292
|
frame: {
|
|
26293
26293
|
start: {
|
|
26294
26294
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -26577,7 +26577,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
26577
26577
|
order: "asc" | "desc" | null;
|
|
26578
26578
|
}[] | null;
|
|
26579
26579
|
partitionBy: string[] | null;
|
|
26580
|
-
windowFunction: "
|
|
26580
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
26581
26581
|
frame: {
|
|
26582
26582
|
start: {
|
|
26583
26583
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -27875,7 +27875,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
27875
27875
|
displayName: z.ZodString;
|
|
27876
27876
|
} & {
|
|
27877
27877
|
type: z.ZodLiteral<"window_function">;
|
|
27878
|
-
windowFunction: z.ZodEnum<["
|
|
27878
|
+
windowFunction: z.ZodEnum<[import("../../..").WindowFunctionType.ROW_NUMBER, import("../../..").WindowFunctionType.PERCENT_RANK, import("../../..").WindowFunctionType.SUM, import("../../..").WindowFunctionType.AVG, import("../../..").WindowFunctionType.COUNT, import("../../..").WindowFunctionType.MIN, import("../../..").WindowFunctionType.MAX]>;
|
|
27879
27879
|
fieldId: z.ZodNullable<z.ZodString>;
|
|
27880
27880
|
orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
27881
27881
|
fieldId: z.ZodString;
|
|
@@ -27941,7 +27941,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
27941
27941
|
order: "asc" | "desc" | null;
|
|
27942
27942
|
}[] | null;
|
|
27943
27943
|
partitionBy: string[] | null;
|
|
27944
|
-
windowFunction: "
|
|
27944
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
27945
27945
|
frame: {
|
|
27946
27946
|
start: {
|
|
27947
27947
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -27963,7 +27963,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
27963
27963
|
order: "asc" | "desc" | null;
|
|
27964
27964
|
}[] | null;
|
|
27965
27965
|
partitionBy: string[] | null;
|
|
27966
|
-
windowFunction: "
|
|
27966
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
27967
27967
|
frame: {
|
|
27968
27968
|
start: {
|
|
27969
27969
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -29091,7 +29091,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
29091
29091
|
order: "asc" | "desc" | null;
|
|
29092
29092
|
}[] | null;
|
|
29093
29093
|
partitionBy: string[] | null;
|
|
29094
|
-
windowFunction: "
|
|
29094
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
29095
29095
|
frame: {
|
|
29096
29096
|
start: {
|
|
29097
29097
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|
|
@@ -29386,7 +29386,7 @@ export declare const AgentToolCallArgsSchemaV2: z.ZodDiscriminatedUnion<"type",
|
|
|
29386
29386
|
order: "asc" | "desc" | null;
|
|
29387
29387
|
}[] | null;
|
|
29388
29388
|
partitionBy: string[] | null;
|
|
29389
|
-
windowFunction: "
|
|
29389
|
+
windowFunction: import("../../..").WindowFunctionType;
|
|
29390
29390
|
frame: {
|
|
29391
29391
|
start: {
|
|
29392
29392
|
type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
|