@lightdash/common 0.2077.5 → 0.2078.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (191) hide show
  1. package/dist/cjs/ee/AiAgent/filterExploreByTags.d.ts +23 -12
  2. package/dist/cjs/ee/AiAgent/filterExploreByTags.d.ts.map +1 -1
  3. package/dist/cjs/ee/AiAgent/filterExploreByTags.js +57 -28
  4. package/dist/cjs/ee/AiAgent/filterExploreByTags.js.map +1 -1
  5. package/dist/cjs/ee/AiAgent/filterExploreByTags.test.js +220 -18
  6. package/dist/cjs/ee/AiAgent/filterExploreByTags.test.js.map +1 -1
  7. package/dist/cjs/ee/AiAgent/schemas/index.d.ts +1210 -0
  8. package/dist/cjs/ee/AiAgent/schemas/index.d.ts.map +1 -1
  9. package/dist/cjs/ee/AiAgent/schemas/index.js +2 -1
  10. package/dist/cjs/ee/AiAgent/schemas/index.js.map +1 -1
  11. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.d.ts.map +1 -1
  12. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js +8 -4
  13. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js.map +1 -1
  14. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts +3 -0
  15. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts.map +1 -1
  16. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js +4 -0
  17. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js.map +1 -1
  18. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +109 -0
  19. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -0
  20. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +103 -0
  21. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -0
  22. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +216 -0
  23. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
  24. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +87 -30
  25. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -1
  26. package/dist/cjs/ee/AiAgent/schemas/toolSchemaBuilder.d.ts +14 -2
  27. package/dist/cjs/ee/AiAgent/schemas/toolSchemaBuilder.d.ts.map +1 -1
  28. package/dist/cjs/ee/AiAgent/schemas/toolSchemaBuilder.js +10 -7
  29. package/dist/cjs/ee/AiAgent/schemas/toolSchemaBuilder.js.map +1 -1
  30. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +2218 -4
  31. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts.map +1 -1
  32. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.js +4 -1
  33. package/dist/cjs/ee/AiAgent/schemas/tools/toolDashboardArgs.js.map +1 -1
  34. package/dist/cjs/ee/AiAgent/schemas/tools/toolFindChartsArgs.js +4 -1
  35. package/dist/cjs/ee/AiAgent/schemas/tools/toolFindChartsArgs.js.map +1 -1
  36. package/dist/cjs/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js +4 -1
  37. package/dist/cjs/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js.map +1 -1
  38. package/dist/cjs/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +52 -4
  39. package/dist/cjs/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts.map +1 -1
  40. package/dist/cjs/ee/AiAgent/schemas/tools/toolFindExploresArgs.js +23 -8
  41. package/dist/cjs/ee/AiAgent/schemas/tools/toolFindExploresArgs.js.map +1 -1
  42. package/dist/cjs/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js +4 -1
  43. package/dist/cjs/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js.map +1 -1
  44. package/dist/cjs/ee/AiAgent/schemas/tools/toolImproveContext.js +4 -1
  45. package/dist/cjs/ee/AiAgent/schemas/tools/toolImproveContext.js.map +1 -1
  46. package/dist/cjs/ee/AiAgent/schemas/tools/toolProposeChange.js +4 -1
  47. package/dist/cjs/ee/AiAgent/schemas/tools/toolProposeChange.js.map +1 -1
  48. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +354 -0
  49. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -1
  50. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js +4 -1
  51. package/dist/cjs/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js.map +1 -1
  52. package/dist/cjs/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js +4 -1
  53. package/dist/cjs/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js.map +1 -1
  54. package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +354 -0
  55. package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts.map +1 -1
  56. package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.js +4 -1
  57. package/dist/cjs/ee/AiAgent/schemas/tools/toolTableVizArgs.js.map +1 -1
  58. package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +354 -0
  59. package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts.map +1 -1
  60. package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js +4 -1
  61. package/dist/cjs/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js.map +1 -1
  62. package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +354 -0
  63. package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts.map +1 -1
  64. package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js +4 -1
  65. package/dist/cjs/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js.map +1 -1
  66. package/dist/cjs/ee/AiAgent/utils.d.ts +69 -0
  67. package/dist/cjs/ee/AiAgent/utils.d.ts.map +1 -1
  68. package/dist/cjs/types/catalog.d.ts +0 -2
  69. package/dist/cjs/types/catalog.d.ts.map +1 -1
  70. package/dist/cjs/types/catalog.js.map +1 -1
  71. package/dist/cjs/types/field.d.ts +42 -1
  72. package/dist/cjs/types/field.d.ts.map +1 -1
  73. package/dist/cjs/types/field.js +25 -1
  74. package/dist/cjs/types/field.js.map +1 -1
  75. package/dist/esm/ee/AiAgent/filterExploreByTags.d.ts +23 -12
  76. package/dist/esm/ee/AiAgent/filterExploreByTags.d.ts.map +1 -1
  77. package/dist/esm/ee/AiAgent/filterExploreByTags.js +57 -28
  78. package/dist/esm/ee/AiAgent/filterExploreByTags.js.map +1 -1
  79. package/dist/esm/ee/AiAgent/filterExploreByTags.test.js +220 -18
  80. package/dist/esm/ee/AiAgent/filterExploreByTags.test.js.map +1 -1
  81. package/dist/esm/ee/AiAgent/schemas/index.d.ts +1210 -0
  82. package/dist/esm/ee/AiAgent/schemas/index.d.ts.map +1 -1
  83. package/dist/esm/ee/AiAgent/schemas/index.js +3 -2
  84. package/dist/esm/ee/AiAgent/schemas/index.js.map +1 -1
  85. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.d.ts.map +1 -1
  86. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js +8 -4
  87. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.js.map +1 -1
  88. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts +3 -0
  89. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts.map +1 -1
  90. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js +5 -1
  91. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.js.map +1 -1
  92. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +109 -0
  93. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -0
  94. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js +100 -0
  95. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.js.map +1 -0
  96. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +216 -0
  97. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
  98. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.js +88 -31
  99. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.js.map +1 -1
  100. package/dist/esm/ee/AiAgent/schemas/toolSchemaBuilder.d.ts +14 -2
  101. package/dist/esm/ee/AiAgent/schemas/toolSchemaBuilder.d.ts.map +1 -1
  102. package/dist/esm/ee/AiAgent/schemas/toolSchemaBuilder.js +10 -5
  103. package/dist/esm/ee/AiAgent/schemas/toolSchemaBuilder.js.map +1 -1
  104. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +2218 -4
  105. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts.map +1 -1
  106. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.js +4 -1
  107. package/dist/esm/ee/AiAgent/schemas/tools/toolDashboardArgs.js.map +1 -1
  108. package/dist/esm/ee/AiAgent/schemas/tools/toolFindChartsArgs.js +4 -1
  109. package/dist/esm/ee/AiAgent/schemas/tools/toolFindChartsArgs.js.map +1 -1
  110. package/dist/esm/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js +4 -1
  111. package/dist/esm/ee/AiAgent/schemas/tools/toolFindDashboardsArgs.js.map +1 -1
  112. package/dist/esm/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +52 -4
  113. package/dist/esm/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts.map +1 -1
  114. package/dist/esm/ee/AiAgent/schemas/tools/toolFindExploresArgs.js +22 -7
  115. package/dist/esm/ee/AiAgent/schemas/tools/toolFindExploresArgs.js.map +1 -1
  116. package/dist/esm/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js +4 -1
  117. package/dist/esm/ee/AiAgent/schemas/tools/toolFindFieldsArgs.js.map +1 -1
  118. package/dist/esm/ee/AiAgent/schemas/tools/toolImproveContext.js +4 -1
  119. package/dist/esm/ee/AiAgent/schemas/tools/toolImproveContext.js.map +1 -1
  120. package/dist/esm/ee/AiAgent/schemas/tools/toolProposeChange.js +4 -1
  121. package/dist/esm/ee/AiAgent/schemas/tools/toolProposeChange.js.map +1 -1
  122. package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +354 -0
  123. package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -1
  124. package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js +4 -1
  125. package/dist/esm/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.js.map +1 -1
  126. package/dist/esm/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js +4 -1
  127. package/dist/esm/ee/AiAgent/schemas/tools/toolSearchFieldValuesArgs.js.map +1 -1
  128. package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +354 -0
  129. package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts.map +1 -1
  130. package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.js +4 -1
  131. package/dist/esm/ee/AiAgent/schemas/tools/toolTableVizArgs.js.map +1 -1
  132. package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +354 -0
  133. package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts.map +1 -1
  134. package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js +4 -1
  135. package/dist/esm/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.js.map +1 -1
  136. package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +354 -0
  137. package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts.map +1 -1
  138. package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js +4 -1
  139. package/dist/esm/ee/AiAgent/schemas/tools/toolVerticalBarArgs.js.map +1 -1
  140. package/dist/esm/ee/AiAgent/utils.d.ts +69 -0
  141. package/dist/esm/ee/AiAgent/utils.d.ts.map +1 -1
  142. package/dist/esm/types/catalog.d.ts +0 -2
  143. package/dist/esm/types/catalog.d.ts.map +1 -1
  144. package/dist/esm/types/catalog.js.map +1 -1
  145. package/dist/esm/types/field.d.ts +42 -1
  146. package/dist/esm/types/field.d.ts.map +1 -1
  147. package/dist/esm/types/field.js +24 -0
  148. package/dist/esm/types/field.js.map +1 -1
  149. package/dist/tsconfig.types.tsbuildinfo +1 -1
  150. package/dist/types/ee/AiAgent/filterExploreByTags.d.ts +23 -12
  151. package/dist/types/ee/AiAgent/filterExploreByTags.d.ts.map +1 -1
  152. package/dist/types/ee/AiAgent/schemas/index.d.ts +1210 -0
  153. package/dist/types/ee/AiAgent/schemas/index.d.ts.map +1 -1
  154. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcBaseSchemas.d.ts.map +1 -1
  155. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts +3 -0
  156. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcPercentOfColumnTotal.d.ts.map +1 -1
  157. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts +109 -0
  158. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcWindowFunction.d.ts.map +1 -0
  159. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts +216 -0
  160. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.d.ts.map +1 -1
  161. package/dist/types/ee/AiAgent/schemas/toolSchemaBuilder.d.ts +14 -2
  162. package/dist/types/ee/AiAgent/schemas/toolSchemaBuilder.d.ts.map +1 -1
  163. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts +2218 -4
  164. package/dist/types/ee/AiAgent/schemas/tools/toolDashboardArgs.d.ts.map +1 -1
  165. package/dist/types/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts +52 -4
  166. package/dist/types/ee/AiAgent/schemas/tools/toolFindExploresArgs.d.ts.map +1 -1
  167. package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts +354 -0
  168. package/dist/types/ee/AiAgent/schemas/tools/toolRunMetricQueryArgs.d.ts.map +1 -1
  169. package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts +354 -0
  170. package/dist/types/ee/AiAgent/schemas/tools/toolTableVizArgs.d.ts.map +1 -1
  171. package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts +354 -0
  172. package/dist/types/ee/AiAgent/schemas/tools/toolTimeSeriesArgs.d.ts.map +1 -1
  173. package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts +354 -0
  174. package/dist/types/ee/AiAgent/schemas/tools/toolVerticalBarArgs.d.ts.map +1 -1
  175. package/dist/types/ee/AiAgent/utils.d.ts +69 -0
  176. package/dist/types/ee/AiAgent/utils.d.ts.map +1 -1
  177. package/dist/types/types/catalog.d.ts +0 -2
  178. package/dist/types/types/catalog.d.ts.map +1 -1
  179. package/dist/types/types/field.d.ts +42 -1
  180. package/dist/types/types/field.d.ts.map +1 -1
  181. package/package.json +1 -1
  182. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts +0 -2
  183. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts.map +0 -1
  184. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.js +0 -56
  185. package/dist/cjs/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.js.map +0 -1
  186. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts +0 -2
  187. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts.map +0 -1
  188. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.js +0 -54
  189. package/dist/esm/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.js.map +0 -1
  190. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts +0 -2
  191. package/dist/types/ee/AiAgent/schemas/tableCalcs/tableCalcs.test.d.ts.map +0 -1
@@ -101,16 +101,19 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
101
101
  } & {
102
102
  type: z.ZodLiteral<"percent_of_column_total">;
103
103
  fieldId: z.ZodString;
104
+ partitionBy: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
104
105
  }, "strip", z.ZodTypeAny, {
105
106
  name: string;
106
107
  fieldId: string;
107
108
  type: "percent_of_column_total";
108
109
  displayName: string;
110
+ partitionBy: string[] | null;
109
111
  }, {
110
112
  name: string;
111
113
  fieldId: string;
112
114
  type: "percent_of_column_total";
113
115
  displayName: string;
116
+ partitionBy: string[] | null;
114
117
  }>, z.ZodObject<{
115
118
  name: z.ZodString;
116
119
  displayName: z.ZodString;
@@ -143,6 +146,111 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
143
146
  fieldId: string;
144
147
  type: "running_total";
145
148
  displayName: string;
149
+ }>, z.ZodObject<{
150
+ name: z.ZodString;
151
+ displayName: z.ZodString;
152
+ } & {
153
+ type: z.ZodLiteral<"window_function">;
154
+ windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
155
+ fieldId: z.ZodNullable<z.ZodString>;
156
+ orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
157
+ fieldId: z.ZodString;
158
+ order: z.ZodNullable<z.ZodEnum<["asc", "desc"]>>;
159
+ }, "strip", z.ZodTypeAny, {
160
+ fieldId: string;
161
+ order: "asc" | "desc" | null;
162
+ }, {
163
+ fieldId: string;
164
+ order: "asc" | "desc" | null;
165
+ }>, "many">>;
166
+ partitionBy: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
167
+ frame: z.ZodNullable<z.ZodObject<{
168
+ frameType: z.ZodEnum<["rows", "range"]>;
169
+ start: z.ZodNullable<z.ZodObject<{
170
+ type: z.ZodEnum<["unbounded_preceding", "preceding", "current_row", "following", "unbounded_following"]>;
171
+ offset: z.ZodNullable<z.ZodNumber>;
172
+ }, "strip", z.ZodTypeAny, {
173
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
174
+ offset: number | null;
175
+ }, {
176
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
177
+ offset: number | null;
178
+ }>>;
179
+ end: z.ZodObject<{
180
+ type: z.ZodEnum<["unbounded_preceding", "preceding", "current_row", "following", "unbounded_following"]>;
181
+ offset: z.ZodNullable<z.ZodNumber>;
182
+ }, "strip", z.ZodTypeAny, {
183
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
184
+ offset: number | null;
185
+ }, {
186
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
187
+ offset: number | null;
188
+ }>;
189
+ }, "strip", z.ZodTypeAny, {
190
+ start: {
191
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
192
+ offset: number | null;
193
+ } | null;
194
+ end: {
195
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
196
+ offset: number | null;
197
+ };
198
+ frameType: "rows" | "range";
199
+ }, {
200
+ start: {
201
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
202
+ offset: number | null;
203
+ } | null;
204
+ end: {
205
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
206
+ offset: number | null;
207
+ };
208
+ frameType: "rows" | "range";
209
+ }>>;
210
+ }, "strip", z.ZodTypeAny, {
211
+ name: string;
212
+ fieldId: string | null;
213
+ type: "window_function";
214
+ displayName: string;
215
+ orderBy: {
216
+ fieldId: string;
217
+ order: "asc" | "desc" | null;
218
+ }[] | null;
219
+ partitionBy: string[] | null;
220
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
221
+ frame: {
222
+ start: {
223
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
224
+ offset: number | null;
225
+ } | null;
226
+ end: {
227
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
228
+ offset: number | null;
229
+ };
230
+ frameType: "rows" | "range";
231
+ } | null;
232
+ }, {
233
+ name: string;
234
+ fieldId: string | null;
235
+ type: "window_function";
236
+ displayName: string;
237
+ orderBy: {
238
+ fieldId: string;
239
+ order: "asc" | "desc" | null;
240
+ }[] | null;
241
+ partitionBy: string[] | null;
242
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
243
+ frame: {
244
+ start: {
245
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
246
+ offset: number | null;
247
+ } | null;
248
+ end: {
249
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
250
+ offset: number | null;
251
+ };
252
+ frameType: "rows" | "range";
253
+ } | null;
146
254
  }>]>, "many">>;
147
255
  vizConfig: z.ZodObject<{
148
256
  exploreName: z.ZodString;
@@ -1293,6 +1401,7 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
1293
1401
  fieldId: string;
1294
1402
  type: "percent_of_column_total";
1295
1403
  displayName: string;
1404
+ partitionBy: string[] | null;
1296
1405
  } | {
1297
1406
  name: string;
1298
1407
  fieldId: string;
@@ -1303,6 +1412,28 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
1303
1412
  fieldId: string;
1304
1413
  type: "running_total";
1305
1414
  displayName: string;
1415
+ } | {
1416
+ name: string;
1417
+ fieldId: string | null;
1418
+ type: "window_function";
1419
+ displayName: string;
1420
+ orderBy: {
1421
+ fieldId: string;
1422
+ order: "asc" | "desc" | null;
1423
+ }[] | null;
1424
+ partitionBy: string[] | null;
1425
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1426
+ frame: {
1427
+ start: {
1428
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1429
+ offset: number | null;
1430
+ } | null;
1431
+ end: {
1432
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1433
+ offset: number | null;
1434
+ };
1435
+ frameType: "rows" | "range";
1436
+ } | null;
1306
1437
  })[] | null;
1307
1438
  type: AiResultType.VERTICAL_BAR_RESULT;
1308
1439
  description: string;
@@ -1561,6 +1692,7 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
1561
1692
  fieldId: string;
1562
1693
  type: "percent_of_column_total";
1563
1694
  displayName: string;
1695
+ partitionBy: string[] | null;
1564
1696
  } | {
1565
1697
  name: string;
1566
1698
  fieldId: string;
@@ -1571,6 +1703,28 @@ export declare const toolVerticalBarArgsSchema: z.ZodObject<{
1571
1703
  fieldId: string;
1572
1704
  type: "running_total";
1573
1705
  displayName: string;
1706
+ } | {
1707
+ name: string;
1708
+ fieldId: string | null;
1709
+ type: "window_function";
1710
+ displayName: string;
1711
+ orderBy: {
1712
+ fieldId: string;
1713
+ order: "asc" | "desc" | null;
1714
+ }[] | null;
1715
+ partitionBy: string[] | null;
1716
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
1717
+ frame: {
1718
+ start: {
1719
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1720
+ offset: number | null;
1721
+ } | null;
1722
+ end: {
1723
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
1724
+ offset: number | null;
1725
+ };
1726
+ frameType: "rows" | "range";
1727
+ } | null;
1574
1728
  })[] | null;
1575
1729
  type: AiResultType.VERTICAL_BAR_RESULT;
1576
1730
  description: string;
@@ -1962,16 +2116,19 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
1962
2116
  } & {
1963
2117
  type: z.ZodLiteral<"percent_of_column_total">;
1964
2118
  fieldId: z.ZodString;
2119
+ partitionBy: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
1965
2120
  }, "strip", z.ZodTypeAny, {
1966
2121
  name: string;
1967
2122
  fieldId: string;
1968
2123
  type: "percent_of_column_total";
1969
2124
  displayName: string;
2125
+ partitionBy: string[] | null;
1970
2126
  }, {
1971
2127
  name: string;
1972
2128
  fieldId: string;
1973
2129
  type: "percent_of_column_total";
1974
2130
  displayName: string;
2131
+ partitionBy: string[] | null;
1975
2132
  }>, z.ZodObject<{
1976
2133
  name: z.ZodString;
1977
2134
  displayName: z.ZodString;
@@ -2004,6 +2161,111 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
2004
2161
  fieldId: string;
2005
2162
  type: "running_total";
2006
2163
  displayName: string;
2164
+ }>, z.ZodObject<{
2165
+ name: z.ZodString;
2166
+ displayName: z.ZodString;
2167
+ } & {
2168
+ type: z.ZodLiteral<"window_function">;
2169
+ windowFunction: z.ZodEnum<["row_number", "percent_rank", "sum", "avg", "count", "min", "max"]>;
2170
+ fieldId: z.ZodNullable<z.ZodString>;
2171
+ orderBy: z.ZodNullable<z.ZodArray<z.ZodObject<{
2172
+ fieldId: z.ZodString;
2173
+ order: z.ZodNullable<z.ZodEnum<["asc", "desc"]>>;
2174
+ }, "strip", z.ZodTypeAny, {
2175
+ fieldId: string;
2176
+ order: "asc" | "desc" | null;
2177
+ }, {
2178
+ fieldId: string;
2179
+ order: "asc" | "desc" | null;
2180
+ }>, "many">>;
2181
+ partitionBy: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
2182
+ frame: z.ZodNullable<z.ZodObject<{
2183
+ frameType: z.ZodEnum<["rows", "range"]>;
2184
+ start: z.ZodNullable<z.ZodObject<{
2185
+ type: z.ZodEnum<["unbounded_preceding", "preceding", "current_row", "following", "unbounded_following"]>;
2186
+ offset: z.ZodNullable<z.ZodNumber>;
2187
+ }, "strip", z.ZodTypeAny, {
2188
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2189
+ offset: number | null;
2190
+ }, {
2191
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2192
+ offset: number | null;
2193
+ }>>;
2194
+ end: z.ZodObject<{
2195
+ type: z.ZodEnum<["unbounded_preceding", "preceding", "current_row", "following", "unbounded_following"]>;
2196
+ offset: z.ZodNullable<z.ZodNumber>;
2197
+ }, "strip", z.ZodTypeAny, {
2198
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2199
+ offset: number | null;
2200
+ }, {
2201
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2202
+ offset: number | null;
2203
+ }>;
2204
+ }, "strip", z.ZodTypeAny, {
2205
+ start: {
2206
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2207
+ offset: number | null;
2208
+ } | null;
2209
+ end: {
2210
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2211
+ offset: number | null;
2212
+ };
2213
+ frameType: "rows" | "range";
2214
+ }, {
2215
+ start: {
2216
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2217
+ offset: number | null;
2218
+ } | null;
2219
+ end: {
2220
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2221
+ offset: number | null;
2222
+ };
2223
+ frameType: "rows" | "range";
2224
+ }>>;
2225
+ }, "strip", z.ZodTypeAny, {
2226
+ name: string;
2227
+ fieldId: string | null;
2228
+ type: "window_function";
2229
+ displayName: string;
2230
+ orderBy: {
2231
+ fieldId: string;
2232
+ order: "asc" | "desc" | null;
2233
+ }[] | null;
2234
+ partitionBy: string[] | null;
2235
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2236
+ frame: {
2237
+ start: {
2238
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2239
+ offset: number | null;
2240
+ } | null;
2241
+ end: {
2242
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2243
+ offset: number | null;
2244
+ };
2245
+ frameType: "rows" | "range";
2246
+ } | null;
2247
+ }, {
2248
+ name: string;
2249
+ fieldId: string | null;
2250
+ type: "window_function";
2251
+ displayName: string;
2252
+ orderBy: {
2253
+ fieldId: string;
2254
+ order: "asc" | "desc" | null;
2255
+ }[] | null;
2256
+ partitionBy: string[] | null;
2257
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
2258
+ frame: {
2259
+ start: {
2260
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2261
+ offset: number | null;
2262
+ } | null;
2263
+ end: {
2264
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
2265
+ offset: number | null;
2266
+ };
2267
+ frameType: "rows" | "range";
2268
+ } | null;
2007
2269
  }>]>, "many">>>;
2008
2270
  followUpTools: z.ZodArray<z.ZodUnion<[z.ZodLiteral<AiResultType.TABLE_RESULT>, z.ZodLiteral<AiResultType.TIME_SERIES_RESULT>, z.ZodLiteral<LegacyFollowUpTools.GENERATE_TABLE>, z.ZodLiteral<LegacyFollowUpTools.GENERATE_TIME_SERIES_VIZ>]>, "many">;
2009
2271
  filters: z.ZodEffects<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
@@ -4838,6 +5100,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
4838
5100
  fieldId: string;
4839
5101
  type: "percent_of_column_total";
4840
5102
  displayName: string;
5103
+ partitionBy: string[] | null;
4841
5104
  } | {
4842
5105
  name: string;
4843
5106
  fieldId: string;
@@ -4848,6 +5111,28 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
4848
5111
  fieldId: string;
4849
5112
  type: "running_total";
4850
5113
  displayName: string;
5114
+ } | {
5115
+ name: string;
5116
+ fieldId: string | null;
5117
+ type: "window_function";
5118
+ displayName: string;
5119
+ orderBy: {
5120
+ fieldId: string;
5121
+ order: "asc" | "desc" | null;
5122
+ }[] | null;
5123
+ partitionBy: string[] | null;
5124
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5125
+ frame: {
5126
+ start: {
5127
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5128
+ offset: number | null;
5129
+ } | null;
5130
+ end: {
5131
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5132
+ offset: number | null;
5133
+ };
5134
+ frameType: "rows" | "range";
5135
+ } | null;
4851
5136
  })[] | null;
4852
5137
  type: AiResultType.VERTICAL_BAR_RESULT;
4853
5138
  description: string;
@@ -5372,6 +5657,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
5372
5657
  fieldId: string;
5373
5658
  type: "percent_of_column_total";
5374
5659
  displayName: string;
5660
+ partitionBy: string[] | null;
5375
5661
  } | {
5376
5662
  name: string;
5377
5663
  fieldId: string;
@@ -5382,6 +5668,28 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
5382
5668
  fieldId: string;
5383
5669
  type: "running_total";
5384
5670
  displayName: string;
5671
+ } | {
5672
+ name: string;
5673
+ fieldId: string | null;
5674
+ type: "window_function";
5675
+ displayName: string;
5676
+ orderBy: {
5677
+ fieldId: string;
5678
+ order: "asc" | "desc" | null;
5679
+ }[] | null;
5680
+ partitionBy: string[] | null;
5681
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5682
+ frame: {
5683
+ start: {
5684
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5685
+ offset: number | null;
5686
+ } | null;
5687
+ end: {
5688
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5689
+ offset: number | null;
5690
+ };
5691
+ frameType: "rows" | "range";
5692
+ } | null;
5385
5693
  })[] | null | undefined;
5386
5694
  customMetrics?: {
5387
5695
  name: string;
@@ -5416,6 +5724,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
5416
5724
  fieldId: string;
5417
5725
  type: "percent_of_column_total";
5418
5726
  displayName: string;
5727
+ partitionBy: string[] | null;
5419
5728
  } | {
5420
5729
  name: string;
5421
5730
  fieldId: string;
@@ -5426,6 +5735,28 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
5426
5735
  fieldId: string;
5427
5736
  type: "running_total";
5428
5737
  displayName: string;
5738
+ } | {
5739
+ name: string;
5740
+ fieldId: string | null;
5741
+ type: "window_function";
5742
+ displayName: string;
5743
+ orderBy: {
5744
+ fieldId: string;
5745
+ order: "asc" | "desc" | null;
5746
+ }[] | null;
5747
+ partitionBy: string[] | null;
5748
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
5749
+ frame: {
5750
+ start: {
5751
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5752
+ offset: number | null;
5753
+ } | null;
5754
+ end: {
5755
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
5756
+ offset: number | null;
5757
+ };
5758
+ frameType: "rows" | "range";
5759
+ } | null;
5429
5760
  })[] | null;
5430
5761
  type: AiResultType.VERTICAL_BAR_RESULT;
5431
5762
  description: string;
@@ -5949,6 +6280,7 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
5949
6280
  fieldId: string;
5950
6281
  type: "percent_of_column_total";
5951
6282
  displayName: string;
6283
+ partitionBy: string[] | null;
5952
6284
  } | {
5953
6285
  name: string;
5954
6286
  fieldId: string;
@@ -5959,6 +6291,28 @@ export declare const toolVerticalBarArgsSchemaTransformed: z.ZodEffects<z.ZodObj
5959
6291
  fieldId: string;
5960
6292
  type: "running_total";
5961
6293
  displayName: string;
6294
+ } | {
6295
+ name: string;
6296
+ fieldId: string | null;
6297
+ type: "window_function";
6298
+ displayName: string;
6299
+ orderBy: {
6300
+ fieldId: string;
6301
+ order: "asc" | "desc" | null;
6302
+ }[] | null;
6303
+ partitionBy: string[] | null;
6304
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
6305
+ frame: {
6306
+ start: {
6307
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
6308
+ offset: number | null;
6309
+ } | null;
6310
+ end: {
6311
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
6312
+ offset: number | null;
6313
+ };
6314
+ frameType: "rows" | "range";
6315
+ } | null;
5962
6316
  })[] | null | undefined;
5963
6317
  customMetrics?: {
5964
6318
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"toolVerticalBarArgs.d.ts","sourceRoot":"","sources":["../../../../../../src/ee/AiAgent/schemas/tools/toolVerticalBarArgs.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkB1C,CAAC;AAER,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,oCAAoC,CAC9C,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;EAGtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
1
+ {"version":3,"file":"toolVerticalBarArgs.d.ts","sourceRoot":"","sources":["../../../../../../src/ee/AiAgent/schemas/tools/toolVerticalBarArgs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACH,mBAAmB,EAEtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAS3C,eAAO,MAAM,iCAAiC,yDAAyD,CAAC;AAExG,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyB1B,CAAC;AAEb,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkB1C,CAAC;AAER,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,oCAAoC,CAC9C,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;EAGtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -13,7 +13,10 @@ const toolSchemaBuilder_1 = require("../toolSchemaBuilder");
13
13
  const visualizationMetadata_1 = tslib_1.__importDefault(require("../visualizationMetadata"));
14
14
  const visualizations_1 = require("../visualizations");
15
15
  exports.TOOL_VERTICAL_BAR_VIZ_DESCRIPTION = `Use this tool to generate a Bar Chart Visualization.`;
16
- exports.toolVerticalBarArgsSchema = (0, toolSchemaBuilder_1.createToolSchema)(types_1.AiResultType.VERTICAL_BAR_RESULT, exports.TOOL_VERTICAL_BAR_VIZ_DESCRIPTION)
16
+ exports.toolVerticalBarArgsSchema = (0, toolSchemaBuilder_1.createToolSchema)({
17
+ type: types_1.AiResultType.VERTICAL_BAR_RESULT,
18
+ description: exports.TOOL_VERTICAL_BAR_VIZ_DESCRIPTION,
19
+ })
17
20
  .extend({
18
21
  ...visualizationMetadata_1.default.shape,
19
22
  customMetrics: customMetrics_1.customMetricsSchema,
@@ -1 +1 @@
1
- {"version":3,"file":"toolVerticalBarArgs.js","sourceRoot":"","sources":["../../../../../../src/ee/AiAgent/schemas/tools/toolVerticalBarArgs.ts"],"names":[],"mappings":";;;;AAAA,6BAAwB;AACxB,uDAG6B;AAC7B,uCAA2C;AAC3C,oDAAuD;AACvD,wCAAuE;AACvE,sDAA6D;AAC7D,yDAA4D;AAC5D,4DAAwD;AACxD,6FAAmE;AACnE,sDAAqE;AAExD,QAAA,iCAAiC,GAAG,sDAAsD,CAAC;AAE3F,QAAA,yBAAyB,GAAG,IAAA,oCAAgB,EACrD,oBAAY,CAAC,mBAAmB,EAChC,yCAAiC,CACpC;KACI,MAAM,CAAC;IACJ,GAAG,+BAA2B,CAAC,KAAK;IACpC,aAAa,EAAE,mCAAmB;IAClC,iBAAiB,EAAE,6BAAgB;IACnC,SAAS,EAAE,iDAAgC;IAC3C,OAAO,EAAE,yBAAe;SACnB,QAAQ,EAAE;SACV,QAAQ,CACL,oIAAoI,CACvI;IACL,aAAa,EAAE,OAAC;SACX,KAAK,CACF,OAAC,CAAC,KAAK,CAAC;QACJ,OAAC,CAAC,OAAO,CAAC,oBAAY,CAAC,YAAY,CAAC;QACpC,OAAC,CAAC,OAAO,CAAC,oBAAY,CAAC,kBAAkB,CAAC;KAC7C,CAAC,CACL;SACA,QAAQ,CACL,uEAAuE,CAC1E;CACR,CAAC;KACD,KAAK,EAAE,CAAC;AAIA,QAAA,oCAAoC,GAAG,iCAAyB;KACxE,MAAM,CAAC;IACJ,oEAAoE;IACpE,aAAa,EAAE,mCAAmB,CAAC,OAAO,CAAC,IAAI,CAAC;IAChD,iBAAiB,EAAE,6BAAgB,CAAC,OAAO,CAAC,IAAI,CAAC;IACjD,aAAa,EAAE,OAAC,CAAC,KAAK,CAClB,OAAC,CAAC,KAAK,CAAC;QACJ,OAAC,CAAC,OAAO,CAAC,oBAAY,CAAC,YAAY,CAAC;QACpC,OAAC,CAAC,OAAO,CAAC,oBAAY,CAAC,kBAAkB,CAAC;QAC1C,OAAC,CAAC,OAAO,CAAC,mCAAmB,CAAC,cAAc,CAAC;QAC7C,OAAC,CAAC,OAAO,CAAC,mCAAmB,CAAC,wBAAwB,CAAC;KAC1D,CAAC,CACL;IACD,OAAO,EAAE,kCAAwB;CACpC,CAAC;KACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;IAClB,GAAG,IAAI;IACP,aAAa,EAAE,IAAA,4CAA4B,EAAC,IAAI,CAAC,aAAa,CAAC;CAClE,CAAC,CAAC,CAAC;AAMK,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,QAAQ,EAAE,yCAAwB;CACrC,CAAC,CAAC"}
1
+ {"version":3,"file":"toolVerticalBarArgs.js","sourceRoot":"","sources":["../../../../../../src/ee/AiAgent/schemas/tools/toolVerticalBarArgs.ts"],"names":[],"mappings":";;;;AAAA,6BAAwB;AACxB,uDAG6B;AAC7B,uCAA2C;AAC3C,oDAAuD;AACvD,wCAAuE;AACvE,sDAA6D;AAC7D,yDAA4D;AAC5D,4DAAwD;AACxD,6FAAmE;AACnE,sDAAqE;AAExD,QAAA,iCAAiC,GAAG,sDAAsD,CAAC;AAE3F,QAAA,yBAAyB,GAAG,IAAA,oCAAgB,EAAC;IACtD,IAAI,EAAE,oBAAY,CAAC,mBAAmB;IACtC,WAAW,EAAE,yCAAiC;CACjD,CAAC;KACG,MAAM,CAAC;IACJ,GAAG,+BAA2B,CAAC,KAAK;IACpC,aAAa,EAAE,mCAAmB;IAClC,iBAAiB,EAAE,6BAAgB;IACnC,SAAS,EAAE,iDAAgC;IAC3C,OAAO,EAAE,yBAAe;SACnB,QAAQ,EAAE;SACV,QAAQ,CACL,oIAAoI,CACvI;IACL,aAAa,EAAE,OAAC;SACX,KAAK,CACF,OAAC,CAAC,KAAK,CAAC;QACJ,OAAC,CAAC,OAAO,CAAC,oBAAY,CAAC,YAAY,CAAC;QACpC,OAAC,CAAC,OAAO,CAAC,oBAAY,CAAC,kBAAkB,CAAC;KAC7C,CAAC,CACL;SACA,QAAQ,CACL,uEAAuE,CAC1E;CACR,CAAC;KACD,KAAK,EAAE,CAAC;AAIA,QAAA,oCAAoC,GAAG,iCAAyB;KACxE,MAAM,CAAC;IACJ,oEAAoE;IACpE,aAAa,EAAE,mCAAmB,CAAC,OAAO,CAAC,IAAI,CAAC;IAChD,iBAAiB,EAAE,6BAAgB,CAAC,OAAO,CAAC,IAAI,CAAC;IACjD,aAAa,EAAE,OAAC,CAAC,KAAK,CAClB,OAAC,CAAC,KAAK,CAAC;QACJ,OAAC,CAAC,OAAO,CAAC,oBAAY,CAAC,YAAY,CAAC;QACpC,OAAC,CAAC,OAAO,CAAC,oBAAY,CAAC,kBAAkB,CAAC;QAC1C,OAAC,CAAC,OAAO,CAAC,mCAAmB,CAAC,cAAc,CAAC;QAC7C,OAAC,CAAC,OAAO,CAAC,mCAAmB,CAAC,wBAAwB,CAAC;KAC1D,CAAC,CACL;IACD,OAAO,EAAE,kCAAwB;CACpC,CAAC;KACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;IAClB,GAAG,IAAI;IACP,aAAa,EAAE,IAAA,4CAA4B,EAAC,IAAI,CAAC,aAAa,CAAC;CAClE,CAAC,CAAC,CAAC;AAMK,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,QAAQ,EAAE,yCAAwB;CACrC,CAAC,CAAC"}
@@ -26,6 +26,7 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
26
26
  fieldId: string;
27
27
  type: "percent_of_column_total";
28
28
  displayName: string;
29
+ partitionBy: string[] | null;
29
30
  } | {
30
31
  name: string;
31
32
  fieldId: string;
@@ -36,6 +37,28 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
36
37
  fieldId: string;
37
38
  type: "running_total";
38
39
  displayName: string;
40
+ } | {
41
+ name: string;
42
+ fieldId: string | null;
43
+ type: "window_function";
44
+ displayName: string;
45
+ orderBy: {
46
+ fieldId: string;
47
+ order: "asc" | "desc" | null;
48
+ }[] | null;
49
+ partitionBy: string[] | null;
50
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
51
+ frame: {
52
+ start: {
53
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
54
+ offset: number | null;
55
+ } | null;
56
+ end: {
57
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
58
+ offset: number | null;
59
+ };
60
+ frameType: "rows" | "range";
61
+ } | null;
39
62
  })[] | null;
40
63
  type: AiResultType.VERTICAL_BAR_RESULT;
41
64
  description: string;
@@ -94,6 +117,7 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
94
117
  fieldId: string;
95
118
  type: "percent_of_column_total";
96
119
  displayName: string;
120
+ partitionBy: string[] | null;
97
121
  } | {
98
122
  name: string;
99
123
  fieldId: string;
@@ -104,6 +128,28 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
104
128
  fieldId: string;
105
129
  type: "running_total";
106
130
  displayName: string;
131
+ } | {
132
+ name: string;
133
+ fieldId: string | null;
134
+ type: "window_function";
135
+ displayName: string;
136
+ orderBy: {
137
+ fieldId: string;
138
+ order: "asc" | "desc" | null;
139
+ }[] | null;
140
+ partitionBy: string[] | null;
141
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
142
+ frame: {
143
+ start: {
144
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
145
+ offset: number | null;
146
+ } | null;
147
+ end: {
148
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
149
+ offset: number | null;
150
+ };
151
+ frameType: "rows" | "range";
152
+ } | null;
107
153
  })[] | null;
108
154
  type: AiResultType.TIME_SERIES_RESULT;
109
155
  description: string;
@@ -161,6 +207,7 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
161
207
  fieldId: string;
162
208
  type: "percent_of_column_total";
163
209
  displayName: string;
210
+ partitionBy: string[] | null;
164
211
  } | {
165
212
  name: string;
166
213
  fieldId: string;
@@ -171,6 +218,28 @@ export declare const parseVizConfig: (vizConfigUnknown: object | null, maxLimit?
171
218
  fieldId: string;
172
219
  type: "running_total";
173
220
  displayName: string;
221
+ } | {
222
+ name: string;
223
+ fieldId: string | null;
224
+ type: "window_function";
225
+ displayName: string;
226
+ orderBy: {
227
+ fieldId: string;
228
+ order: "asc" | "desc" | null;
229
+ }[] | null;
230
+ partitionBy: string[] | null;
231
+ windowFunction: "row_number" | "percent_rank" | "sum" | "avg" | "count" | "min" | "max";
232
+ frame: {
233
+ start: {
234
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
235
+ offset: number | null;
236
+ } | null;
237
+ end: {
238
+ type: "unbounded_preceding" | "preceding" | "current_row" | "following" | "unbounded_following";
239
+ offset: number | null;
240
+ };
241
+ frameType: "rows" | "range";
242
+ } | null;
174
243
  })[] | null;
175
244
  type: AiResultType.TABLE_RESULT;
176
245
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/ee/AiAgent/utils.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,eAAO,MAAM,cAAc,qBACL,MAAM,GAAG,IAAI,aACpB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAoEhC,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/ee/AiAgent/utils.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,eAAO,MAAM,cAAc,qBACL,MAAM,GAAG,IAAI,aACpB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAoEhC,CAAC"}
@@ -24,8 +24,6 @@ export type ApiCatalogSearch = {
24
24
  type?: CatalogType;
25
25
  filter?: CatalogFilter;
26
26
  catalogTags?: string[];
27
- yamlTags?: string[];
28
- tables?: string[];
29
27
  };
30
28
  type EmojiIcon = {
31
29
  unicode: string;