@luzmo/dashboard-contents-types 1.0.33 → 1.0.34

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 (521) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/assets/json-schemas/ai-summary-options.schema.json.cjs +1 -1
  3. package/assets/json-schemas/ai-summary-options.schema.json.d.ts +1 -1
  4. package/assets/json-schemas/ai-summary-options.schema.json.js +1 -1
  5. package/assets/json-schemas/ai-summary.schema.json.cjs +1 -1
  6. package/assets/json-schemas/ai-summary.schema.json.d.ts +2 -2
  7. package/assets/json-schemas/ai-summary.schema.json.js +1 -1
  8. package/assets/json-schemas/area-chart-options.schema.json.cjs +1 -1
  9. package/assets/json-schemas/area-chart-options.schema.json.d.ts +21 -1
  10. package/assets/json-schemas/area-chart-options.schema.json.js +1 -1
  11. package/assets/json-schemas/area-chart-slots.schema.json.cjs +1 -1
  12. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +28 -22
  13. package/assets/json-schemas/area-chart-slots.schema.json.js +1 -1
  14. package/assets/json-schemas/area-chart.schema.json.cjs +1 -1
  15. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  16. package/assets/json-schemas/area-chart.schema.json.js +1 -1
  17. package/assets/json-schemas/bar-chart-options.schema.json.cjs +1 -1
  18. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +21 -1
  19. package/assets/json-schemas/bar-chart-options.schema.json.js +1 -1
  20. package/assets/json-schemas/bar-chart-slots.schema.json.cjs +1 -1
  21. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +28 -22
  22. package/assets/json-schemas/bar-chart-slots.schema.json.js +1 -1
  23. package/assets/json-schemas/bar-chart.schema.json.cjs +1 -1
  24. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  25. package/assets/json-schemas/bar-chart.schema.json.js +1 -1
  26. package/assets/json-schemas/box-plot-options.schema.json.cjs +1 -1
  27. package/assets/json-schemas/box-plot-options.schema.json.d.ts +7 -1
  28. package/assets/json-schemas/box-plot-options.schema.json.js +1 -1
  29. package/assets/json-schemas/box-plot-slots.schema.json.cjs +1 -1
  30. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +22 -16
  31. package/assets/json-schemas/box-plot-slots.schema.json.js +1 -1
  32. package/assets/json-schemas/box-plot.schema.json.cjs +1 -1
  33. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  34. package/assets/json-schemas/box-plot.schema.json.js +1 -1
  35. package/assets/json-schemas/bubble-chart-options.schema.json.cjs +1 -1
  36. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +21 -1
  37. package/assets/json-schemas/bubble-chart-options.schema.json.js +1 -1
  38. package/assets/json-schemas/bubble-chart-slots.schema.json.cjs +1 -1
  39. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +28 -22
  40. package/assets/json-schemas/bubble-chart-slots.schema.json.js +1 -1
  41. package/assets/json-schemas/bubble-chart.schema.json.cjs +1 -1
  42. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  43. package/assets/json-schemas/bubble-chart.schema.json.js +1 -1
  44. package/assets/json-schemas/bullet-chart-options.schema.json.cjs +1 -1
  45. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +7 -1
  46. package/assets/json-schemas/bullet-chart-options.schema.json.js +1 -1
  47. package/assets/json-schemas/bullet-chart-slots.schema.json.cjs +1 -1
  48. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +28 -22
  49. package/assets/json-schemas/bullet-chart-slots.schema.json.js +1 -1
  50. package/assets/json-schemas/bullet-chart.schema.json.cjs +1 -1
  51. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  52. package/assets/json-schemas/bullet-chart.schema.json.js +1 -1
  53. package/assets/json-schemas/choropleth-map-options.schema.json.cjs +1 -1
  54. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +16 -1
  55. package/assets/json-schemas/choropleth-map-options.schema.json.js +4 -4
  56. package/assets/json-schemas/choropleth-map-slots.schema.json.cjs +1 -1
  57. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +25 -19
  58. package/assets/json-schemas/choropleth-map-slots.schema.json.js +5 -5
  59. package/assets/json-schemas/choropleth-map.schema.json.cjs +1 -1
  60. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  61. package/assets/json-schemas/choropleth-map.schema.json.js +1 -1
  62. package/assets/json-schemas/circle-pack-chart-options.schema.json.cjs +1 -1
  63. package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +7 -1
  64. package/assets/json-schemas/circle-pack-chart-options.schema.json.js +1 -1
  65. package/assets/json-schemas/circle-pack-chart-slots.schema.json.cjs +1 -1
  66. package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +24 -18
  67. package/assets/json-schemas/circle-pack-chart-slots.schema.json.js +5 -5
  68. package/assets/json-schemas/circle-pack-chart.schema.json.cjs +1 -1
  69. package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +3 -3
  70. package/assets/json-schemas/circle-pack-chart.schema.json.js +1 -1
  71. package/assets/json-schemas/circular-gauge-options.schema.json.cjs +1 -1
  72. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +7 -1
  73. package/assets/json-schemas/circular-gauge-options.schema.json.js +1 -1
  74. package/assets/json-schemas/circular-gauge-slots.schema.json.cjs +1 -1
  75. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +24 -18
  76. package/assets/json-schemas/circular-gauge-slots.schema.json.js +1 -1
  77. package/assets/json-schemas/circular-gauge.schema.json.cjs +1 -1
  78. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  79. package/assets/json-schemas/circular-gauge.schema.json.js +1 -1
  80. package/assets/json-schemas/column-chart-options.schema.json.cjs +1 -1
  81. package/assets/json-schemas/column-chart-options.schema.json.d.ts +21 -1
  82. package/assets/json-schemas/column-chart-options.schema.json.js +1 -1
  83. package/assets/json-schemas/column-chart-slots.schema.json.cjs +1 -1
  84. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +28 -22
  85. package/assets/json-schemas/column-chart-slots.schema.json.js +1 -1
  86. package/assets/json-schemas/column-chart.schema.json.cjs +1 -1
  87. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  88. package/assets/json-schemas/column-chart.schema.json.js +1 -1
  89. package/assets/json-schemas/combination-chart-options.schema.json.cjs +1 -1
  90. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +21 -1
  91. package/assets/json-schemas/combination-chart-options.schema.json.js +1 -1
  92. package/assets/json-schemas/combination-chart-slots.schema.json.cjs +1 -1
  93. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +24 -18
  94. package/assets/json-schemas/combination-chart-slots.schema.json.js +1 -1
  95. package/assets/json-schemas/combination-chart.schema.json.cjs +1 -1
  96. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  97. package/assets/json-schemas/combination-chart.schema.json.js +1 -1
  98. package/assets/json-schemas/conditional-number-options.schema.json.cjs +1 -1
  99. package/assets/json-schemas/conditional-number-options.schema.json.d.ts +7 -1
  100. package/assets/json-schemas/conditional-number-options.schema.json.js +1 -1
  101. package/assets/json-schemas/conditional-number-slots.schema.json.cjs +1 -1
  102. package/assets/json-schemas/conditional-number-slots.schema.json.d.ts +24 -18
  103. package/assets/json-schemas/conditional-number-slots.schema.json.js +1 -1
  104. package/assets/json-schemas/conditional-number.schema.json.cjs +1 -1
  105. package/assets/json-schemas/conditional-number.schema.json.d.ts +3 -3
  106. package/assets/json-schemas/conditional-number.schema.json.js +1 -1
  107. package/assets/json-schemas/date-comparison-filter-options.schema.json.cjs +1 -1
  108. package/assets/json-schemas/date-comparison-filter-options.schema.json.d.ts +7 -1
  109. package/assets/json-schemas/date-comparison-filter-options.schema.json.js +1 -1
  110. package/assets/json-schemas/date-comparison-filter-slots.schema.json.cjs +4 -4
  111. package/assets/json-schemas/date-comparison-filter-slots.schema.json.d.ts +15 -9
  112. package/assets/json-schemas/date-comparison-filter-slots.schema.json.js +4 -4
  113. package/assets/json-schemas/date-comparison-filter.schema.json.cjs +1 -1
  114. package/assets/json-schemas/date-comparison-filter.schema.json.d.ts +3 -3
  115. package/assets/json-schemas/date-comparison-filter.schema.json.js +1 -1
  116. package/assets/json-schemas/date-filter-options.schema.json.cjs +1 -1
  117. package/assets/json-schemas/date-filter-options.schema.json.d.ts +7 -1
  118. package/assets/json-schemas/date-filter-options.schema.json.js +1 -1
  119. package/assets/json-schemas/date-filter-slots.schema.json.cjs +4 -4
  120. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +15 -9
  121. package/assets/json-schemas/date-filter-slots.schema.json.js +4 -4
  122. package/assets/json-schemas/date-filter.schema.json.cjs +1 -1
  123. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  124. package/assets/json-schemas/date-filter.schema.json.js +1 -1
  125. package/assets/json-schemas/donut-chart-options.schema.json.cjs +1 -1
  126. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +21 -1
  127. package/assets/json-schemas/donut-chart-options.schema.json.js +1 -1
  128. package/assets/json-schemas/donut-chart-slots.schema.json.cjs +1 -1
  129. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +24 -18
  130. package/assets/json-schemas/donut-chart-slots.schema.json.js +1 -1
  131. package/assets/json-schemas/donut-chart.schema.json.cjs +1 -1
  132. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  133. package/assets/json-schemas/donut-chart.schema.json.js +1 -1
  134. package/assets/json-schemas/dropdown-filter-options.schema.json.cjs +1 -1
  135. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +7 -1
  136. package/assets/json-schemas/dropdown-filter-options.schema.json.js +1 -1
  137. package/assets/json-schemas/dropdown-filter-slots.schema.json.cjs +1 -1
  138. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +20 -14
  139. package/assets/json-schemas/dropdown-filter-slots.schema.json.js +1 -1
  140. package/assets/json-schemas/dropdown-filter.schema.json.cjs +1 -1
  141. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  142. package/assets/json-schemas/dropdown-filter.schema.json.js +1 -1
  143. package/assets/json-schemas/evolution-number-options.schema.json.cjs +1 -1
  144. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +7 -1
  145. package/assets/json-schemas/evolution-number-options.schema.json.js +1 -1
  146. package/assets/json-schemas/evolution-number-slots.schema.json.cjs +1 -1
  147. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +22 -16
  148. package/assets/json-schemas/evolution-number-slots.schema.json.js +1 -1
  149. package/assets/json-schemas/evolution-number.schema.json.cjs +1 -1
  150. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  151. package/assets/json-schemas/evolution-number.schema.json.js +1 -1
  152. package/assets/json-schemas/funnel-chart-options.schema.json.cjs +1 -1
  153. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +21 -1
  154. package/assets/json-schemas/funnel-chart-options.schema.json.js +1 -1
  155. package/assets/json-schemas/funnel-chart-slots.schema.json.cjs +1 -1
  156. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +23 -17
  157. package/assets/json-schemas/funnel-chart-slots.schema.json.js +1 -1
  158. package/assets/json-schemas/funnel-chart.schema.json.cjs +1 -1
  159. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  160. package/assets/json-schemas/funnel-chart.schema.json.js +1 -1
  161. package/assets/json-schemas/heat-map-options.schema.json.cjs +1 -1
  162. package/assets/json-schemas/heat-map-options.schema.json.d.ts +7 -1
  163. package/assets/json-schemas/heat-map-options.schema.json.js +1 -1
  164. package/assets/json-schemas/heat-map-slots.schema.json.cjs +1 -1
  165. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +22 -16
  166. package/assets/json-schemas/heat-map-slots.schema.json.js +5 -5
  167. package/assets/json-schemas/heat-map.schema.json.cjs +1 -1
  168. package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
  169. package/assets/json-schemas/heat-map.schema.json.js +1 -1
  170. package/assets/json-schemas/heat-table-options.schema.json.cjs +1 -1
  171. package/assets/json-schemas/heat-table-options.schema.json.d.ts +7 -1
  172. package/assets/json-schemas/heat-table-options.schema.json.js +1 -1
  173. package/assets/json-schemas/heat-table-slots.schema.json.cjs +1 -1
  174. package/assets/json-schemas/heat-table-slots.schema.json.d.ts +28 -22
  175. package/assets/json-schemas/heat-table-slots.schema.json.js +1 -1
  176. package/assets/json-schemas/heat-table.schema.json.cjs +1 -1
  177. package/assets/json-schemas/heat-table.schema.json.d.ts +3 -3
  178. package/assets/json-schemas/heat-table.schema.json.js +1 -1
  179. package/assets/json-schemas/hexbin-map-options.schema.json.cjs +1 -1
  180. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +16 -1
  181. package/assets/json-schemas/hexbin-map-options.schema.json.js +1 -1
  182. package/assets/json-schemas/hexbin-map-slots.schema.json.cjs +1 -1
  183. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +22 -16
  184. package/assets/json-schemas/hexbin-map-slots.schema.json.js +1 -1
  185. package/assets/json-schemas/hexbin-map.schema.json.cjs +1 -1
  186. package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
  187. package/assets/json-schemas/hexbin-map.schema.json.js +1 -1
  188. package/assets/json-schemas/image-options.schema.json.cjs +1 -1
  189. package/assets/json-schemas/image-options.schema.json.d.ts +1 -1
  190. package/assets/json-schemas/image-options.schema.json.js +1 -1
  191. package/assets/json-schemas/image.schema.json.cjs +1 -1
  192. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  193. package/assets/json-schemas/image.schema.json.js +1 -1
  194. package/assets/json-schemas/line-chart-options.schema.json.cjs +1 -1
  195. package/assets/json-schemas/line-chart-options.schema.json.d.ts +21 -1
  196. package/assets/json-schemas/line-chart-options.schema.json.js +1 -1
  197. package/assets/json-schemas/line-chart-slots.schema.json.cjs +1 -1
  198. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +28 -22
  199. package/assets/json-schemas/line-chart-slots.schema.json.js +1 -1
  200. package/assets/json-schemas/line-chart.schema.json.cjs +1 -1
  201. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  202. package/assets/json-schemas/line-chart.schema.json.js +1 -1
  203. package/assets/json-schemas/marker-map-options.schema.json.cjs +1 -1
  204. package/assets/json-schemas/marker-map-options.schema.json.d.ts +7 -1
  205. package/assets/json-schemas/marker-map-options.schema.json.js +1 -1
  206. package/assets/json-schemas/marker-map-slots.schema.json.cjs +1 -1
  207. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +22 -16
  208. package/assets/json-schemas/marker-map-slots.schema.json.js +5 -5
  209. package/assets/json-schemas/marker-map.schema.json.cjs +1 -1
  210. package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
  211. package/assets/json-schemas/marker-map.schema.json.js +1 -1
  212. package/assets/json-schemas/ohlc-chart-options.schema.json.cjs +1 -1
  213. package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +7 -1
  214. package/assets/json-schemas/ohlc-chart-options.schema.json.js +1 -1
  215. package/assets/json-schemas/ohlc-chart-slots.schema.json.cjs +1 -1
  216. package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +36 -30
  217. package/assets/json-schemas/ohlc-chart-slots.schema.json.js +1 -1
  218. package/assets/json-schemas/ohlc-chart.schema.json.cjs +1 -1
  219. package/assets/json-schemas/ohlc-chart.schema.json.d.ts +3 -3
  220. package/assets/json-schemas/ohlc-chart.schema.json.js +1 -1
  221. package/assets/json-schemas/options.schema.json.cjs +1 -1
  222. package/assets/json-schemas/options.schema.json.d.ts +46 -46
  223. package/assets/json-schemas/options.schema.json.js +1 -1
  224. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.cjs +1 -1
  225. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +7 -1
  226. package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.js +1 -1
  227. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.cjs +1 -1
  228. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +23 -17
  229. package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.js +1 -1
  230. package/assets/json-schemas/parallel-coordinates-plot.schema.json.cjs +1 -1
  231. package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +3 -3
  232. package/assets/json-schemas/parallel-coordinates-plot.schema.json.js +1 -1
  233. package/assets/json-schemas/pivot-table-options.schema.json.cjs +1 -1
  234. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +7 -1
  235. package/assets/json-schemas/pivot-table-options.schema.json.js +1 -1
  236. package/assets/json-schemas/pivot-table-slots.schema.json.cjs +1 -1
  237. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +28 -22
  238. package/assets/json-schemas/pivot-table-slots.schema.json.js +1 -1
  239. package/assets/json-schemas/pivot-table.schema.json.cjs +1 -1
  240. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  241. package/assets/json-schemas/pivot-table.schema.json.js +1 -1
  242. package/assets/json-schemas/pyramid-chart-options.schema.json.cjs +1 -1
  243. package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +21 -1
  244. package/assets/json-schemas/pyramid-chart-options.schema.json.js +4 -4
  245. package/assets/json-schemas/pyramid-chart-slots.schema.json.cjs +1 -1
  246. package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +28 -22
  247. package/assets/json-schemas/pyramid-chart-slots.schema.json.js +1 -1
  248. package/assets/json-schemas/pyramid-chart.schema.json.cjs +1 -1
  249. package/assets/json-schemas/pyramid-chart.schema.json.d.ts +3 -3
  250. package/assets/json-schemas/pyramid-chart.schema.json.js +1 -1
  251. package/assets/json-schemas/radar-chart-options.schema.json.cjs +1 -1
  252. package/assets/json-schemas/radar-chart-options.schema.json.d.ts +21 -1
  253. package/assets/json-schemas/radar-chart-options.schema.json.js +1 -1
  254. package/assets/json-schemas/radar-chart-slots.schema.json.cjs +1 -1
  255. package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +28 -22
  256. package/assets/json-schemas/radar-chart-slots.schema.json.js +1 -1
  257. package/assets/json-schemas/radar-chart.schema.json.cjs +1 -1
  258. package/assets/json-schemas/radar-chart.schema.json.d.ts +3 -3
  259. package/assets/json-schemas/radar-chart.schema.json.js +1 -1
  260. package/assets/json-schemas/regular-table-options.schema.json.cjs +1 -1
  261. package/assets/json-schemas/regular-table-options.schema.json.d.ts +7 -1
  262. package/assets/json-schemas/regular-table-options.schema.json.js +1 -1
  263. package/assets/json-schemas/regular-table-slots.schema.json.cjs +1 -1
  264. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +20 -14
  265. package/assets/json-schemas/regular-table-slots.schema.json.js +1 -1
  266. package/assets/json-schemas/regular-table.schema.json.cjs +1 -1
  267. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  268. package/assets/json-schemas/regular-table.schema.json.js +1 -1
  269. package/assets/json-schemas/route-map-options.schema.json.cjs +1 -1
  270. package/assets/json-schemas/route-map-options.schema.json.d.ts +7 -1
  271. package/assets/json-schemas/route-map-options.schema.json.js +1 -1
  272. package/assets/json-schemas/route-map-slots.schema.json.cjs +1 -1
  273. package/assets/json-schemas/route-map-slots.schema.json.d.ts +29 -23
  274. package/assets/json-schemas/route-map-slots.schema.json.js +1 -1
  275. package/assets/json-schemas/route-map.schema.json.cjs +1 -1
  276. package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
  277. package/assets/json-schemas/route-map.schema.json.js +1 -1
  278. package/assets/json-schemas/sankey-diagram-options.schema.json.cjs +1 -1
  279. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +7 -1
  280. package/assets/json-schemas/sankey-diagram-options.schema.json.js +1 -1
  281. package/assets/json-schemas/sankey-diagram-slots.schema.json.cjs +1 -1
  282. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +32 -26
  283. package/assets/json-schemas/sankey-diagram-slots.schema.json.js +1 -1
  284. package/assets/json-schemas/sankey-diagram.schema.json.cjs +1 -1
  285. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  286. package/assets/json-schemas/sankey-diagram.schema.json.js +1 -1
  287. package/assets/json-schemas/scatter-plot-options.schema.json.cjs +1 -1
  288. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +21 -1
  289. package/assets/json-schemas/scatter-plot-options.schema.json.js +1 -1
  290. package/assets/json-schemas/scatter-plot-slots.schema.json.cjs +1 -1
  291. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +36 -30
  292. package/assets/json-schemas/scatter-plot-slots.schema.json.js +1 -1
  293. package/assets/json-schemas/scatter-plot.schema.json.cjs +1 -1
  294. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  295. package/assets/json-schemas/scatter-plot.schema.json.js +1 -1
  296. package/assets/json-schemas/search-filter-options.schema.json.cjs +1 -1
  297. package/assets/json-schemas/search-filter-options.schema.json.d.ts +7 -1
  298. package/assets/json-schemas/search-filter-options.schema.json.js +1 -1
  299. package/assets/json-schemas/search-filter-slots.schema.json.cjs +1 -1
  300. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +20 -14
  301. package/assets/json-schemas/search-filter-slots.schema.json.js +1 -1
  302. package/assets/json-schemas/search-filter.schema.json.cjs +1 -1
  303. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  304. package/assets/json-schemas/search-filter.schema.json.js +1 -1
  305. package/assets/json-schemas/slicer-filter-options.schema.json.cjs +1 -1
  306. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +7 -1
  307. package/assets/json-schemas/slicer-filter-options.schema.json.js +1 -1
  308. package/assets/json-schemas/slicer-filter-slots.schema.json.cjs +1 -1
  309. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +24 -18
  310. package/assets/json-schemas/slicer-filter-slots.schema.json.js +1 -1
  311. package/assets/json-schemas/slicer-filter.schema.json.cjs +1 -1
  312. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  313. package/assets/json-schemas/slicer-filter.schema.json.js +1 -1
  314. package/assets/json-schemas/slider-filter-options.schema.json.cjs +1 -1
  315. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +7 -1
  316. package/assets/json-schemas/slider-filter-options.schema.json.js +1 -1
  317. package/assets/json-schemas/slider-filter-slots.schema.json.cjs +1 -1
  318. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +18 -12
  319. package/assets/json-schemas/slider-filter-slots.schema.json.js +1 -1
  320. package/assets/json-schemas/slider-filter.schema.json.cjs +1 -1
  321. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  322. package/assets/json-schemas/slider-filter.schema.json.js +1 -1
  323. package/assets/json-schemas/slots.schema.json.cjs +1 -1
  324. package/assets/json-schemas/slots.schema.json.d.ts +42 -42
  325. package/assets/json-schemas/slots.schema.json.js +1 -1
  326. package/assets/json-schemas/speedometer-chart-options.schema.json.cjs +1 -1
  327. package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +7 -1
  328. package/assets/json-schemas/speedometer-chart-options.schema.json.js +1 -1
  329. package/assets/json-schemas/speedometer-chart-slots.schema.json.cjs +1 -1
  330. package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +28 -22
  331. package/assets/json-schemas/speedometer-chart-slots.schema.json.js +1 -1
  332. package/assets/json-schemas/speedometer-chart.schema.json.cjs +1 -1
  333. package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
  334. package/assets/json-schemas/speedometer-chart.schema.json.js +1 -1
  335. package/assets/json-schemas/spike-map-options.schema.json.cjs +1 -1
  336. package/assets/json-schemas/spike-map-options.schema.json.d.ts +16 -1
  337. package/assets/json-schemas/spike-map-options.schema.json.js +1 -1
  338. package/assets/json-schemas/spike-map-slots.schema.json.cjs +1 -1
  339. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +26 -20
  340. package/assets/json-schemas/spike-map-slots.schema.json.js +1 -1
  341. package/assets/json-schemas/spike-map.schema.json.cjs +1 -1
  342. package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
  343. package/assets/json-schemas/spike-map.schema.json.js +1 -1
  344. package/assets/json-schemas/strip-plot-options.schema.json.cjs +1 -1
  345. package/assets/json-schemas/strip-plot-options.schema.json.d.ts +7 -1
  346. package/assets/json-schemas/strip-plot-options.schema.json.js +1 -1
  347. package/assets/json-schemas/strip-plot-slots.schema.json.cjs +1 -1
  348. package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +24 -18
  349. package/assets/json-schemas/strip-plot-slots.schema.json.js +1 -1
  350. package/assets/json-schemas/strip-plot.schema.json.cjs +1 -1
  351. package/assets/json-schemas/strip-plot.schema.json.d.ts +3 -3
  352. package/assets/json-schemas/strip-plot.schema.json.js +1 -1
  353. package/assets/json-schemas/sunburst-chart-options.schema.json.cjs +1 -1
  354. package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +21 -1
  355. package/assets/json-schemas/sunburst-chart-options.schema.json.js +4 -4
  356. package/assets/json-schemas/sunburst-chart-slots.schema.json.cjs +1 -1
  357. package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +24 -18
  358. package/assets/json-schemas/sunburst-chart-slots.schema.json.js +1 -1
  359. package/assets/json-schemas/sunburst-chart.schema.json.cjs +1 -1
  360. package/assets/json-schemas/sunburst-chart.schema.json.d.ts +3 -3
  361. package/assets/json-schemas/sunburst-chart.schema.json.js +1 -1
  362. package/assets/json-schemas/symbol-map-options.schema.json.cjs +1 -1
  363. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +21 -1
  364. package/assets/json-schemas/symbol-map-options.schema.json.js +1 -1
  365. package/assets/json-schemas/symbol-map-slots.schema.json.cjs +1 -1
  366. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +25 -19
  367. package/assets/json-schemas/symbol-map-slots.schema.json.js +1 -1
  368. package/assets/json-schemas/symbol-map.schema.json.cjs +1 -1
  369. package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
  370. package/assets/json-schemas/symbol-map.schema.json.js +1 -1
  371. package/assets/json-schemas/text-options.schema.json.cjs +1 -1
  372. package/assets/json-schemas/text-options.schema.json.d.ts +1 -1
  373. package/assets/json-schemas/text-options.schema.json.js +1 -1
  374. package/assets/json-schemas/text.schema.json.cjs +1 -1
  375. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  376. package/assets/json-schemas/text.schema.json.js +1 -1
  377. package/assets/json-schemas/treemap-chart-options.schema.json.cjs +1 -1
  378. package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +21 -1
  379. package/assets/json-schemas/treemap-chart-options.schema.json.js +1 -1
  380. package/assets/json-schemas/treemap-chart-slots.schema.json.cjs +1 -1
  381. package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +33 -27
  382. package/assets/json-schemas/treemap-chart-slots.schema.json.js +1 -1
  383. package/assets/json-schemas/treemap-chart.schema.json.cjs +1 -1
  384. package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
  385. package/assets/json-schemas/treemap-chart.schema.json.js +1 -1
  386. package/assets/json-schemas/video-options.schema.json.cjs +1 -1
  387. package/assets/json-schemas/video-options.schema.json.d.ts +1 -1
  388. package/assets/json-schemas/video-options.schema.json.js +1 -1
  389. package/assets/json-schemas/video.schema.json.cjs +1 -1
  390. package/assets/json-schemas/video.schema.json.d.ts +2 -2
  391. package/assets/json-schemas/video.schema.json.js +1 -1
  392. package/assets/json-schemas/viz-item-type.schema.json.cjs +1 -1
  393. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  394. package/assets/json-schemas/viz-item-type.schema.json.js +1 -1
  395. package/assets/json-schemas/wordcloud-chart-options.schema.json.cjs +1 -1
  396. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +21 -1
  397. package/assets/json-schemas/wordcloud-chart-options.schema.json.js +1 -1
  398. package/assets/json-schemas/wordcloud-chart-slots.schema.json.cjs +1 -1
  399. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +26 -20
  400. package/assets/json-schemas/wordcloud-chart-slots.schema.json.js +1 -1
  401. package/assets/json-schemas/wordcloud-chart.schema.json.cjs +1 -1
  402. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
  403. package/assets/json-schemas/wordcloud-chart.schema.json.js +1 -1
  404. package/json-schemas.cjs.map +1 -1
  405. package/json-schemas.d.ts +565 -0
  406. package/json-schemas.d.ts.map +1 -1
  407. package/json-schemas.js.map +1 -1
  408. package/package.json +1 -1
  409. package/src/lib/area-chart/area-chart-options.config.cjs +1 -1
  410. package/src/lib/area-chart/area-chart-options.config.cjs.map +1 -1
  411. package/src/lib/area-chart/area-chart-options.config.d.ts.map +1 -1
  412. package/src/lib/area-chart/area-chart-options.config.js +20 -2
  413. package/src/lib/area-chart/area-chart-options.config.js.map +1 -1
  414. package/src/lib/area-chart/area-chart-options.d.ts +7 -1
  415. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  416. package/src/lib/bar-chart/bar-chart-options.config.cjs +1 -1
  417. package/src/lib/bar-chart/bar-chart-options.config.cjs.map +1 -1
  418. package/src/lib/bar-chart/bar-chart-options.config.d.ts.map +1 -1
  419. package/src/lib/bar-chart/bar-chart-options.config.js +23 -5
  420. package/src/lib/bar-chart/bar-chart-options.config.js.map +1 -1
  421. package/src/lib/bar-chart/bar-chart-options.d.ts +7 -1
  422. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  423. package/src/lib/bubble-chart/bubble-chart-options.config.cjs +1 -1
  424. package/src/lib/bubble-chart/bubble-chart-options.config.cjs.map +1 -1
  425. package/src/lib/bubble-chart/bubble-chart-options.config.d.ts.map +1 -1
  426. package/src/lib/bubble-chart/bubble-chart-options.config.js +23 -5
  427. package/src/lib/bubble-chart/bubble-chart-options.config.js.map +1 -1
  428. package/src/lib/bubble-chart/bubble-chart-options.d.ts +7 -1
  429. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  430. package/src/lib/column-chart/column-chart-options.cjs.map +1 -1
  431. package/src/lib/column-chart/column-chart-options.config.cjs +1 -1
  432. package/src/lib/column-chart/column-chart-options.config.cjs.map +1 -1
  433. package/src/lib/column-chart/column-chart-options.config.d.ts.map +1 -1
  434. package/src/lib/column-chart/column-chart-options.config.js +20 -2
  435. package/src/lib/column-chart/column-chart-options.config.js.map +1 -1
  436. package/src/lib/column-chart/column-chart-options.d.ts +7 -1
  437. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  438. package/src/lib/column-chart/column-chart-options.js.map +1 -1
  439. package/src/lib/combination-chart/combination-chart-options.d.ts +7 -1
  440. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  441. package/src/lib/donut-chart/donut-chart-options.d.ts +7 -1
  442. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  443. package/src/lib/funnel-chart/funnel-chart-options.config.cjs +1 -1
  444. package/src/lib/funnel-chart/funnel-chart-options.config.cjs.map +1 -1
  445. package/src/lib/funnel-chart/funnel-chart-options.config.d.ts.map +1 -1
  446. package/src/lib/funnel-chart/funnel-chart-options.config.js +18 -0
  447. package/src/lib/funnel-chart/funnel-chart-options.config.js.map +1 -1
  448. package/src/lib/funnel-chart/funnel-chart-options.d.ts +7 -1
  449. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  450. package/src/lib/line-chart/line-chart-options.config.cjs +1 -1
  451. package/src/lib/line-chart/line-chart-options.config.cjs.map +1 -1
  452. package/src/lib/line-chart/line-chart-options.config.d.ts.map +1 -1
  453. package/src/lib/line-chart/line-chart-options.config.js +26 -8
  454. package/src/lib/line-chart/line-chart-options.config.js.map +1 -1
  455. package/src/lib/line-chart/line-chart-options.d.ts +7 -1
  456. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  457. package/src/lib/pyramid-chart/pyramid-chart-options.config.cjs +1 -1
  458. package/src/lib/pyramid-chart/pyramid-chart-options.config.cjs.map +1 -1
  459. package/src/lib/pyramid-chart/pyramid-chart-options.config.d.ts.map +1 -1
  460. package/src/lib/pyramid-chart/pyramid-chart-options.config.js +23 -5
  461. package/src/lib/pyramid-chart/pyramid-chart-options.config.js.map +1 -1
  462. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +7 -1
  463. package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -1
  464. package/src/lib/radar-chart/radar-chart-options.config.cjs +1 -1
  465. package/src/lib/radar-chart/radar-chart-options.config.cjs.map +1 -1
  466. package/src/lib/radar-chart/radar-chart-options.config.d.ts.map +1 -1
  467. package/src/lib/radar-chart/radar-chart-options.config.js +21 -3
  468. package/src/lib/radar-chart/radar-chart-options.config.js.map +1 -1
  469. package/src/lib/radar-chart/radar-chart-options.d.ts +7 -1
  470. package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -1
  471. package/src/lib/scatter-plot/scatter-plot-options.config.cjs +1 -1
  472. package/src/lib/scatter-plot/scatter-plot-options.config.cjs.map +1 -1
  473. package/src/lib/scatter-plot/scatter-plot-options.config.d.ts.map +1 -1
  474. package/src/lib/scatter-plot/scatter-plot-options.config.js +25 -7
  475. package/src/lib/scatter-plot/scatter-plot-options.config.js.map +1 -1
  476. package/src/lib/scatter-plot/scatter-plot-options.d.ts +7 -1
  477. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  478. package/src/lib/shared/index.d.ts +1 -0
  479. package/src/lib/shared/index.d.ts.map +1 -1
  480. package/src/lib/shared/types/data-field.d.ts +1 -0
  481. package/src/lib/shared/types/data-field.d.ts.map +1 -1
  482. package/src/lib/shared/types/formula.d.ts +1 -0
  483. package/src/lib/shared/types/formula.d.ts.map +1 -1
  484. package/src/lib/shared/types/index.d.ts +1 -0
  485. package/src/lib/shared/types/index.d.ts.map +1 -1
  486. package/src/lib/shared/types/interactivity-legend-reorder.d.ts +14 -0
  487. package/src/lib/shared/types/interactivity-legend-reorder.d.ts.map +1 -0
  488. package/src/lib/shared/types/iq-components.d.ts +2 -0
  489. package/src/lib/shared/types/iq-components.d.ts.map +1 -1
  490. package/src/lib/shared/types/legend.d.ts +17 -0
  491. package/src/lib/shared/types/legend.d.ts.map +1 -1
  492. package/src/lib/shared/types/query.d.ts +5 -1
  493. package/src/lib/shared/types/query.d.ts.map +1 -1
  494. package/src/lib/shared/version.cjs +1 -1
  495. package/src/lib/shared/version.cjs.map +1 -1
  496. package/src/lib/shared/version.d.ts +1 -1
  497. package/src/lib/shared/version.js +1 -1
  498. package/src/lib/shared/version.js.map +1 -1
  499. package/src/lib/sunburst-chart/sunburst-chart-options.config.cjs +1 -1
  500. package/src/lib/sunburst-chart/sunburst-chart-options.config.cjs.map +1 -1
  501. package/src/lib/sunburst-chart/sunburst-chart-options.config.d.ts.map +1 -1
  502. package/src/lib/sunburst-chart/sunburst-chart-options.config.js +18 -0
  503. package/src/lib/sunburst-chart/sunburst-chart-options.config.js.map +1 -1
  504. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +7 -1
  505. package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -1
  506. package/src/lib/symbol-map/symbol-map-options.config.cjs +1 -1
  507. package/src/lib/symbol-map/symbol-map-options.config.cjs.map +1 -1
  508. package/src/lib/symbol-map/symbol-map-options.config.d.ts.map +1 -1
  509. package/src/lib/symbol-map/symbol-map-options.config.js +20 -2
  510. package/src/lib/symbol-map/symbol-map-options.config.js.map +1 -1
  511. package/src/lib/symbol-map/symbol-map-options.d.ts +6 -0
  512. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
  513. package/src/lib/treemap-chart/treemap-chart-options.config.cjs +1 -1
  514. package/src/lib/treemap-chart/treemap-chart-options.config.cjs.map +1 -1
  515. package/src/lib/treemap-chart/treemap-chart-options.config.d.ts.map +1 -1
  516. package/src/lib/treemap-chart/treemap-chart-options.config.js +25 -7
  517. package/src/lib/treemap-chart/treemap-chart-options.config.js.map +1 -1
  518. package/src/lib/treemap-chart/treemap-chart-options.d.ts +6 -0
  519. package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
  520. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +6 -0
  521. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
package/json-schemas.d.ts CHANGED
@@ -806,6 +806,11 @@ export declare const JSON_SCHEMAS: {
806
806
  };
807
807
  type: string;
808
808
  };
809
+ legendReorder: {
810
+ default: boolean;
811
+ description: string;
812
+ type: string;
813
+ };
809
814
  measureDimensionPicker: {
810
815
  default: never[][];
811
816
  description: string;
@@ -966,6 +971,9 @@ export declare const JSON_SCHEMAS: {
966
971
  offsetDateColumn: {
967
972
  allOf: ({
968
973
  properties: {
974
+ ai_context: {
975
+ type: string[];
976
+ };
969
977
  cardinality: {
970
978
  type: string;
971
979
  };
@@ -1130,6 +1138,7 @@ export declare const JSON_SCHEMAS: {
1130
1138
  datasetId: {
1131
1139
  type: string;
1132
1140
  };
1141
+ ai_context?: undefined;
1133
1142
  cardinality?: undefined;
1134
1143
  color?: undefined;
1135
1144
  currency?: undefined;
@@ -1260,6 +1269,15 @@ export declare const JSON_SCHEMAS: {
1260
1269
  legend: {
1261
1270
  description: string;
1262
1271
  properties: {
1272
+ customOrder: {
1273
+ default: boolean;
1274
+ description: string;
1275
+ type: string;
1276
+ };
1277
+ order: {
1278
+ description: string;
1279
+ type: string;
1280
+ };
1263
1281
  position: {
1264
1282
  description: string;
1265
1283
  enum: string[];
@@ -1945,6 +1963,9 @@ export declare const JSON_SCHEMAS: {
1945
1963
  offsetDateColumn: {
1946
1964
  allOf: ({
1947
1965
  properties: {
1966
+ ai_context: {
1967
+ type: string[];
1968
+ };
1948
1969
  cardinality: {
1949
1970
  type: string;
1950
1971
  };
@@ -2107,6 +2128,7 @@ export declare const JSON_SCHEMAS: {
2107
2128
  datasetId: {
2108
2129
  type: string;
2109
2130
  };
2131
+ ai_context?: undefined;
2110
2132
  cardinality?: undefined;
2111
2133
  color?: undefined;
2112
2134
  currency?: undefined;
@@ -2585,6 +2607,11 @@ export declare const JSON_SCHEMAS: {
2585
2607
  };
2586
2608
  type: string;
2587
2609
  };
2610
+ legendReorder: {
2611
+ default: boolean;
2612
+ description: string;
2613
+ type: string;
2614
+ };
2588
2615
  measureDimensionPicker: {
2589
2616
  default: never[][];
2590
2617
  description: string;
@@ -2745,6 +2772,9 @@ export declare const JSON_SCHEMAS: {
2745
2772
  offsetDateColumn: {
2746
2773
  allOf: ({
2747
2774
  properties: {
2775
+ ai_context: {
2776
+ type: string[];
2777
+ };
2748
2778
  cardinality: {
2749
2779
  type: string;
2750
2780
  };
@@ -2909,6 +2939,7 @@ export declare const JSON_SCHEMAS: {
2909
2939
  datasetId: {
2910
2940
  type: string;
2911
2941
  };
2942
+ ai_context?: undefined;
2912
2943
  cardinality?: undefined;
2913
2944
  color?: undefined;
2914
2945
  currency?: undefined;
@@ -3038,6 +3069,15 @@ export declare const JSON_SCHEMAS: {
3038
3069
  legend: {
3039
3070
  description: string;
3040
3071
  properties: {
3072
+ customOrder: {
3073
+ default: boolean;
3074
+ description: string;
3075
+ type: string;
3076
+ };
3077
+ order: {
3078
+ description: string;
3079
+ type: string;
3080
+ };
3041
3081
  position: {
3042
3082
  description: string;
3043
3083
  enum: string[];
@@ -3789,6 +3829,9 @@ export declare const JSON_SCHEMAS: {
3789
3829
  offsetDateColumn: {
3790
3830
  allOf: ({
3791
3831
  properties: {
3832
+ ai_context: {
3833
+ type: string[];
3834
+ };
3792
3835
  cardinality: {
3793
3836
  type: string;
3794
3837
  };
@@ -3951,6 +3994,7 @@ export declare const JSON_SCHEMAS: {
3951
3994
  datasetId: {
3952
3995
  type: string;
3953
3996
  };
3997
+ ai_context?: undefined;
3954
3998
  cardinality?: undefined;
3955
3999
  color?: undefined;
3956
4000
  currency?: undefined;
@@ -4557,6 +4601,9 @@ export declare const JSON_SCHEMAS: {
4557
4601
  offsetDateColumn: {
4558
4602
  allOf: ({
4559
4603
  properties: {
4604
+ ai_context: {
4605
+ type: string[];
4606
+ };
4560
4607
  cardinality: {
4561
4608
  type: string;
4562
4609
  };
@@ -4721,6 +4768,7 @@ export declare const JSON_SCHEMAS: {
4721
4768
  datasetId: {
4722
4769
  type: string;
4723
4770
  };
4771
+ ai_context?: undefined;
4724
4772
  cardinality?: undefined;
4725
4773
  color?: undefined;
4726
4774
  currency?: undefined;
@@ -5579,6 +5627,9 @@ export declare const JSON_SCHEMAS: {
5579
5627
  offsetDateColumn: {
5580
5628
  allOf: ({
5581
5629
  properties: {
5630
+ ai_context: {
5631
+ type: string[];
5632
+ };
5582
5633
  cardinality: {
5583
5634
  type: string;
5584
5635
  };
@@ -5741,6 +5792,7 @@ export declare const JSON_SCHEMAS: {
5741
5792
  datasetId: {
5742
5793
  type: string;
5743
5794
  };
5795
+ ai_context?: undefined;
5744
5796
  cardinality?: undefined;
5745
5797
  color?: undefined;
5746
5798
  currency?: undefined;
@@ -6003,6 +6055,11 @@ export declare const JSON_SCHEMAS: {
6003
6055
  };
6004
6056
  type: string;
6005
6057
  };
6058
+ legendReorder: {
6059
+ default: boolean;
6060
+ description: string;
6061
+ type: string;
6062
+ };
6006
6063
  measureDimensionPicker: {
6007
6064
  default: never[][];
6008
6065
  description: string;
@@ -6163,6 +6220,9 @@ export declare const JSON_SCHEMAS: {
6163
6220
  offsetDateColumn: {
6164
6221
  allOf: ({
6165
6222
  properties: {
6223
+ ai_context: {
6224
+ type: string[];
6225
+ };
6166
6226
  cardinality: {
6167
6227
  type: string;
6168
6228
  };
@@ -6327,6 +6387,7 @@ export declare const JSON_SCHEMAS: {
6327
6387
  datasetId: {
6328
6388
  type: string;
6329
6389
  };
6390
+ ai_context?: undefined;
6330
6391
  cardinality?: undefined;
6331
6392
  color?: undefined;
6332
6393
  currency?: undefined;
@@ -6456,6 +6517,15 @@ export declare const JSON_SCHEMAS: {
6456
6517
  legend: {
6457
6518
  description: string;
6458
6519
  properties: {
6520
+ customOrder: {
6521
+ default: boolean;
6522
+ description: string;
6523
+ type: string;
6524
+ };
6525
+ order: {
6526
+ description: string;
6527
+ type: string;
6528
+ };
6459
6529
  position: {
6460
6530
  description: string;
6461
6531
  enum: string[];
@@ -7135,6 +7205,9 @@ export declare const JSON_SCHEMAS: {
7135
7205
  offsetDateColumn: {
7136
7206
  allOf: ({
7137
7207
  properties: {
7208
+ ai_context: {
7209
+ type: string[];
7210
+ };
7138
7211
  cardinality: {
7139
7212
  type: string;
7140
7213
  };
@@ -7297,6 +7370,7 @@ export declare const JSON_SCHEMAS: {
7297
7370
  datasetId: {
7298
7371
  type: string;
7299
7372
  };
7373
+ ai_context?: undefined;
7300
7374
  cardinality?: undefined;
7301
7375
  color?: undefined;
7302
7376
  currency?: undefined;
@@ -7695,6 +7769,9 @@ export declare const JSON_SCHEMAS: {
7695
7769
  offsetDateColumn: {
7696
7770
  allOf: ({
7697
7771
  properties: {
7772
+ ai_context: {
7773
+ type: string[];
7774
+ };
7698
7775
  cardinality: {
7699
7776
  type: string;
7700
7777
  };
@@ -7859,6 +7936,7 @@ export declare const JSON_SCHEMAS: {
7859
7936
  datasetId: {
7860
7937
  type: string;
7861
7938
  };
7939
+ ai_context?: undefined;
7862
7940
  cardinality?: undefined;
7863
7941
  color?: undefined;
7864
7942
  currency?: undefined;
@@ -8701,6 +8779,9 @@ export declare const JSON_SCHEMAS: {
8701
8779
  offsetDateColumn: {
8702
8780
  allOf: ({
8703
8781
  properties: {
8782
+ ai_context: {
8783
+ type: string[];
8784
+ };
8704
8785
  cardinality: {
8705
8786
  type: string;
8706
8787
  };
@@ -8863,6 +8944,7 @@ export declare const JSON_SCHEMAS: {
8863
8944
  datasetId: {
8864
8945
  type: string;
8865
8946
  };
8947
+ ai_context?: undefined;
8866
8948
  cardinality?: undefined;
8867
8949
  color?: undefined;
8868
8950
  currency?: undefined;
@@ -9338,6 +9420,9 @@ export declare const JSON_SCHEMAS: {
9338
9420
  offsetDateColumn: {
9339
9421
  allOf: ({
9340
9422
  properties: {
9423
+ ai_context: {
9424
+ type: string[];
9425
+ };
9341
9426
  cardinality: {
9342
9427
  type: string;
9343
9428
  };
@@ -9502,6 +9587,7 @@ export declare const JSON_SCHEMAS: {
9502
9587
  datasetId: {
9503
9588
  type: string;
9504
9589
  };
9590
+ ai_context?: undefined;
9505
9591
  cardinality?: undefined;
9506
9592
  color?: undefined;
9507
9593
  currency?: undefined;
@@ -9631,6 +9717,15 @@ export declare const JSON_SCHEMAS: {
9631
9717
  legend: {
9632
9718
  description: string;
9633
9719
  properties: {
9720
+ customOrder: {
9721
+ default: boolean;
9722
+ description: string;
9723
+ type: string;
9724
+ };
9725
+ order: {
9726
+ description: string;
9727
+ type: string;
9728
+ };
9634
9729
  position: {
9635
9730
  description: string;
9636
9731
  enum: string[];
@@ -10487,6 +10582,9 @@ export declare const JSON_SCHEMAS: {
10487
10582
  offsetDateColumn: {
10488
10583
  allOf: ({
10489
10584
  properties: {
10585
+ ai_context: {
10586
+ type: string[];
10587
+ };
10490
10588
  cardinality: {
10491
10589
  type: string;
10492
10590
  };
@@ -10649,6 +10747,7 @@ export declare const JSON_SCHEMAS: {
10649
10747
  datasetId: {
10650
10748
  type: string;
10651
10749
  };
10750
+ ai_context?: undefined;
10652
10751
  cardinality?: undefined;
10653
10752
  color?: undefined;
10654
10753
  currency?: undefined;
@@ -11104,6 +11203,9 @@ export declare const JSON_SCHEMAS: {
11104
11203
  offsetDateColumn: {
11105
11204
  allOf: ({
11106
11205
  properties: {
11206
+ ai_context: {
11207
+ type: string[];
11208
+ };
11107
11209
  cardinality: {
11108
11210
  type: string;
11109
11211
  };
@@ -11268,6 +11370,7 @@ export declare const JSON_SCHEMAS: {
11268
11370
  datasetId: {
11269
11371
  type: string;
11270
11372
  };
11373
+ ai_context?: undefined;
11271
11374
  cardinality?: undefined;
11272
11375
  color?: undefined;
11273
11376
  currency?: undefined;
@@ -12009,6 +12112,9 @@ export declare const JSON_SCHEMAS: {
12009
12112
  offsetDateColumn: {
12010
12113
  allOf: ({
12011
12114
  properties: {
12115
+ ai_context: {
12116
+ type: string[];
12117
+ };
12012
12118
  cardinality: {
12013
12119
  type: string;
12014
12120
  };
@@ -12171,6 +12277,7 @@ export declare const JSON_SCHEMAS: {
12171
12277
  datasetId: {
12172
12278
  type: string;
12173
12279
  };
12280
+ ai_context?: undefined;
12174
12281
  cardinality?: undefined;
12175
12282
  color?: undefined;
12176
12283
  currency?: undefined;
@@ -12608,6 +12715,9 @@ export declare const JSON_SCHEMAS: {
12608
12715
  offsetDateColumn: {
12609
12716
  allOf: ({
12610
12717
  properties: {
12718
+ ai_context: {
12719
+ type: string[];
12720
+ };
12611
12721
  cardinality: {
12612
12722
  type: string;
12613
12723
  };
@@ -12772,6 +12882,7 @@ export declare const JSON_SCHEMAS: {
12772
12882
  datasetId: {
12773
12883
  type: string;
12774
12884
  };
12885
+ ai_context?: undefined;
12775
12886
  cardinality?: undefined;
12776
12887
  color?: undefined;
12777
12888
  currency?: undefined;
@@ -13509,6 +13620,9 @@ export declare const JSON_SCHEMAS: {
13509
13620
  offsetDateColumn: {
13510
13621
  allOf: ({
13511
13622
  properties: {
13623
+ ai_context: {
13624
+ type: string[];
13625
+ };
13512
13626
  cardinality: {
13513
13627
  type: string;
13514
13628
  };
@@ -13671,6 +13785,7 @@ export declare const JSON_SCHEMAS: {
13671
13785
  datasetId: {
13672
13786
  type: string;
13673
13787
  };
13788
+ ai_context?: undefined;
13674
13789
  cardinality?: undefined;
13675
13790
  color?: undefined;
13676
13791
  currency?: undefined;
@@ -14149,6 +14264,11 @@ export declare const JSON_SCHEMAS: {
14149
14264
  };
14150
14265
  type: string;
14151
14266
  };
14267
+ legendReorder: {
14268
+ default: boolean;
14269
+ description: string;
14270
+ type: string;
14271
+ };
14152
14272
  measureDimensionPicker: {
14153
14273
  default: never[][];
14154
14274
  description: string;
@@ -14309,6 +14429,9 @@ export declare const JSON_SCHEMAS: {
14309
14429
  offsetDateColumn: {
14310
14430
  allOf: ({
14311
14431
  properties: {
14432
+ ai_context: {
14433
+ type: string[];
14434
+ };
14312
14435
  cardinality: {
14313
14436
  type: string;
14314
14437
  };
@@ -14473,6 +14596,7 @@ export declare const JSON_SCHEMAS: {
14473
14596
  datasetId: {
14474
14597
  type: string;
14475
14598
  };
14599
+ ai_context?: undefined;
14476
14600
  cardinality?: undefined;
14477
14601
  color?: undefined;
14478
14602
  currency?: undefined;
@@ -14602,6 +14726,15 @@ export declare const JSON_SCHEMAS: {
14602
14726
  legend: {
14603
14727
  description: string;
14604
14728
  properties: {
14729
+ customOrder: {
14730
+ default: boolean;
14731
+ description: string;
14732
+ type: string;
14733
+ };
14734
+ order: {
14735
+ description: string;
14736
+ type: string;
14737
+ };
14605
14738
  position: {
14606
14739
  description: string;
14607
14740
  enum: string[];
@@ -15353,6 +15486,9 @@ export declare const JSON_SCHEMAS: {
15353
15486
  offsetDateColumn: {
15354
15487
  allOf: ({
15355
15488
  properties: {
15489
+ ai_context: {
15490
+ type: string[];
15491
+ };
15356
15492
  cardinality: {
15357
15493
  type: string;
15358
15494
  };
@@ -15515,6 +15651,7 @@ export declare const JSON_SCHEMAS: {
15515
15651
  datasetId: {
15516
15652
  type: string;
15517
15653
  };
15654
+ ai_context?: undefined;
15518
15655
  cardinality?: undefined;
15519
15656
  color?: undefined;
15520
15657
  currency?: undefined;
@@ -16071,6 +16208,11 @@ export declare const JSON_SCHEMAS: {
16071
16208
  };
16072
16209
  type: string;
16073
16210
  };
16211
+ legendReorder: {
16212
+ default: boolean;
16213
+ description: string;
16214
+ type: string;
16215
+ };
16074
16216
  measureDimensionPicker: {
16075
16217
  default: never[][];
16076
16218
  description: string;
@@ -16231,6 +16373,9 @@ export declare const JSON_SCHEMAS: {
16231
16373
  offsetDateColumn: {
16232
16374
  allOf: ({
16233
16375
  properties: {
16376
+ ai_context: {
16377
+ type: string[];
16378
+ };
16234
16379
  cardinality: {
16235
16380
  type: string;
16236
16381
  };
@@ -16395,6 +16540,7 @@ export declare const JSON_SCHEMAS: {
16395
16540
  datasetId: {
16396
16541
  type: string;
16397
16542
  };
16543
+ ai_context?: undefined;
16398
16544
  cardinality?: undefined;
16399
16545
  color?: undefined;
16400
16546
  currency?: undefined;
@@ -16519,6 +16665,15 @@ export declare const JSON_SCHEMAS: {
16519
16665
  legend: {
16520
16666
  description: string;
16521
16667
  properties: {
16668
+ customOrder: {
16669
+ default: boolean;
16670
+ description: string;
16671
+ type: string;
16672
+ };
16673
+ order: {
16674
+ description: string;
16675
+ type: string;
16676
+ };
16522
16677
  position: {
16523
16678
  description: string;
16524
16679
  enum: string[];
@@ -17277,6 +17432,9 @@ export declare const JSON_SCHEMAS: {
17277
17432
  offsetDateColumn: {
17278
17433
  allOf: ({
17279
17434
  properties: {
17435
+ ai_context: {
17436
+ type: string[];
17437
+ };
17280
17438
  cardinality: {
17281
17439
  type: string;
17282
17440
  };
@@ -17439,6 +17597,7 @@ export declare const JSON_SCHEMAS: {
17439
17597
  datasetId: {
17440
17598
  type: string;
17441
17599
  };
17600
+ ai_context?: undefined;
17442
17601
  cardinality?: undefined;
17443
17602
  color?: undefined;
17444
17603
  currency?: undefined;
@@ -17863,6 +18022,9 @@ export declare const JSON_SCHEMAS: {
17863
18022
  offsetDateColumn: {
17864
18023
  allOf: ({
17865
18024
  properties: {
18025
+ ai_context: {
18026
+ type: string[];
18027
+ };
17866
18028
  cardinality: {
17867
18029
  type: string;
17868
18030
  };
@@ -18027,6 +18189,7 @@ export declare const JSON_SCHEMAS: {
18027
18189
  datasetId: {
18028
18190
  type: string;
18029
18191
  };
18192
+ ai_context?: undefined;
18030
18193
  cardinality?: undefined;
18031
18194
  color?: undefined;
18032
18195
  currency?: undefined;
@@ -18697,6 +18860,9 @@ export declare const JSON_SCHEMAS: {
18697
18860
  offsetDateColumn: {
18698
18861
  allOf: ({
18699
18862
  properties: {
18863
+ ai_context: {
18864
+ type: string[];
18865
+ };
18700
18866
  cardinality: {
18701
18867
  type: string;
18702
18868
  };
@@ -18859,6 +19025,7 @@ export declare const JSON_SCHEMAS: {
18859
19025
  datasetId: {
18860
19026
  type: string;
18861
19027
  };
19028
+ ai_context?: undefined;
18862
19029
  cardinality?: undefined;
18863
19030
  color?: undefined;
18864
19031
  currency?: undefined;
@@ -19325,6 +19492,9 @@ export declare const JSON_SCHEMAS: {
19325
19492
  offsetDateColumn: {
19326
19493
  allOf: ({
19327
19494
  properties: {
19495
+ ai_context: {
19496
+ type: string[];
19497
+ };
19328
19498
  cardinality: {
19329
19499
  type: string;
19330
19500
  };
@@ -19489,6 +19659,7 @@ export declare const JSON_SCHEMAS: {
19489
19659
  datasetId: {
19490
19660
  type: string;
19491
19661
  };
19662
+ ai_context?: undefined;
19492
19663
  cardinality?: undefined;
19493
19664
  color?: undefined;
19494
19665
  currency?: undefined;
@@ -19930,6 +20101,9 @@ export declare const JSON_SCHEMAS: {
19930
20101
  offsetDateColumn: {
19931
20102
  allOf: ({
19932
20103
  properties: {
20104
+ ai_context: {
20105
+ type: string[];
20106
+ };
19933
20107
  cardinality: {
19934
20108
  type: string;
19935
20109
  };
@@ -20092,6 +20266,7 @@ export declare const JSON_SCHEMAS: {
20092
20266
  datasetId: {
20093
20267
  type: string;
20094
20268
  };
20269
+ ai_context?: undefined;
20095
20270
  cardinality?: undefined;
20096
20271
  color?: undefined;
20097
20272
  currency?: undefined;
@@ -20501,6 +20676,9 @@ export declare const JSON_SCHEMAS: {
20501
20676
  offsetDateColumn: {
20502
20677
  allOf: ({
20503
20678
  properties: {
20679
+ ai_context: {
20680
+ type: string[];
20681
+ };
20504
20682
  cardinality: {
20505
20683
  type: string;
20506
20684
  };
@@ -20665,6 +20843,7 @@ export declare const JSON_SCHEMAS: {
20665
20843
  datasetId: {
20666
20844
  type: string;
20667
20845
  };
20846
+ ai_context?: undefined;
20668
20847
  cardinality?: undefined;
20669
20848
  color?: undefined;
20670
20849
  currency?: undefined;
@@ -21097,6 +21276,9 @@ export declare const JSON_SCHEMAS: {
21097
21276
  offsetDateColumn: {
21098
21277
  allOf: ({
21099
21278
  properties: {
21279
+ ai_context: {
21280
+ type: string[];
21281
+ };
21100
21282
  cardinality: {
21101
21283
  type: string;
21102
21284
  };
@@ -21259,6 +21441,7 @@ export declare const JSON_SCHEMAS: {
21259
21441
  datasetId: {
21260
21442
  type: string;
21261
21443
  };
21444
+ ai_context?: undefined;
21262
21445
  cardinality?: undefined;
21263
21446
  color?: undefined;
21264
21447
  currency?: undefined;
@@ -21518,6 +21701,11 @@ export declare const JSON_SCHEMAS: {
21518
21701
  };
21519
21702
  type: string;
21520
21703
  };
21704
+ legendReorder: {
21705
+ default: boolean;
21706
+ description: string;
21707
+ type: string;
21708
+ };
21521
21709
  measureDimensionPicker: {
21522
21710
  default: never[][];
21523
21711
  description: string;
@@ -21678,6 +21866,9 @@ export declare const JSON_SCHEMAS: {
21678
21866
  offsetDateColumn: {
21679
21867
  allOf: ({
21680
21868
  properties: {
21869
+ ai_context: {
21870
+ type: string[];
21871
+ };
21681
21872
  cardinality: {
21682
21873
  type: string;
21683
21874
  };
@@ -21842,6 +22033,7 @@ export declare const JSON_SCHEMAS: {
21842
22033
  datasetId: {
21843
22034
  type: string;
21844
22035
  };
22036
+ ai_context?: undefined;
21845
22037
  cardinality?: undefined;
21846
22038
  color?: undefined;
21847
22039
  currency?: undefined;
@@ -21971,6 +22163,15 @@ export declare const JSON_SCHEMAS: {
21971
22163
  legend: {
21972
22164
  description: string;
21973
22165
  properties: {
22166
+ customOrder: {
22167
+ default: boolean;
22168
+ description: string;
22169
+ type: string;
22170
+ };
22171
+ order: {
22172
+ description: string;
22173
+ type: string;
22174
+ };
21974
22175
  position: {
21975
22176
  description: string;
21976
22177
  enum: string[];
@@ -22722,6 +22923,9 @@ export declare const JSON_SCHEMAS: {
22722
22923
  offsetDateColumn: {
22723
22924
  allOf: ({
22724
22925
  properties: {
22926
+ ai_context: {
22927
+ type: string[];
22928
+ };
22725
22929
  cardinality: {
22726
22930
  type: string;
22727
22931
  };
@@ -22884,6 +23088,7 @@ export declare const JSON_SCHEMAS: {
22884
23088
  datasetId: {
22885
23089
  type: string;
22886
23090
  };
23091
+ ai_context?: undefined;
22887
23092
  cardinality?: undefined;
22888
23093
  color?: undefined;
22889
23094
  currency?: undefined;
@@ -23209,6 +23414,9 @@ export declare const JSON_SCHEMAS: {
23209
23414
  offsetDateColumn: {
23210
23415
  allOf: ({
23211
23416
  properties: {
23417
+ ai_context: {
23418
+ type: string[];
23419
+ };
23212
23420
  cardinality: {
23213
23421
  type: string;
23214
23422
  };
@@ -23373,6 +23581,7 @@ export declare const JSON_SCHEMAS: {
23373
23581
  datasetId: {
23374
23582
  type: string;
23375
23583
  };
23584
+ ai_context?: undefined;
23376
23585
  cardinality?: undefined;
23377
23586
  color?: undefined;
23378
23587
  currency?: undefined;
@@ -24124,6 +24333,9 @@ export declare const JSON_SCHEMAS: {
24124
24333
  offsetDateColumn: {
24125
24334
  allOf: ({
24126
24335
  properties: {
24336
+ ai_context: {
24337
+ type: string[];
24338
+ };
24127
24339
  cardinality: {
24128
24340
  type: string;
24129
24341
  };
@@ -24286,6 +24498,7 @@ export declare const JSON_SCHEMAS: {
24286
24498
  datasetId: {
24287
24499
  type: string;
24288
24500
  };
24501
+ ai_context?: undefined;
24289
24502
  cardinality?: undefined;
24290
24503
  color?: undefined;
24291
24504
  currency?: undefined;
@@ -24739,6 +24952,9 @@ export declare const JSON_SCHEMAS: {
24739
24952
  offsetDateColumn: {
24740
24953
  allOf: ({
24741
24954
  properties: {
24955
+ ai_context: {
24956
+ type: string[];
24957
+ };
24742
24958
  cardinality: {
24743
24959
  type: string;
24744
24960
  };
@@ -24903,6 +25119,7 @@ export declare const JSON_SCHEMAS: {
24903
25119
  datasetId: {
24904
25120
  type: string;
24905
25121
  };
25122
+ ai_context?: undefined;
24906
25123
  cardinality?: undefined;
24907
25124
  color?: undefined;
24908
25125
  currency?: undefined;
@@ -25708,6 +25925,9 @@ export declare const JSON_SCHEMAS: {
25708
25925
  offsetDateColumn: {
25709
25926
  allOf: ({
25710
25927
  properties: {
25928
+ ai_context: {
25929
+ type: string[];
25930
+ };
25711
25931
  cardinality: {
25712
25932
  type: string;
25713
25933
  };
@@ -25870,6 +26090,7 @@ export declare const JSON_SCHEMAS: {
25870
26090
  datasetId: {
25871
26091
  type: string;
25872
26092
  };
26093
+ ai_context?: undefined;
25873
26094
  cardinality?: undefined;
25874
26095
  color?: undefined;
25875
26096
  currency?: undefined;
@@ -26135,6 +26356,11 @@ export declare const JSON_SCHEMAS: {
26135
26356
  };
26136
26357
  type: string;
26137
26358
  };
26359
+ legendReorder: {
26360
+ default: boolean;
26361
+ description: string;
26362
+ type: string;
26363
+ };
26138
26364
  measureDimensionPicker: {
26139
26365
  default: never[][];
26140
26366
  description: string;
@@ -26295,6 +26521,9 @@ export declare const JSON_SCHEMAS: {
26295
26521
  offsetDateColumn: {
26296
26522
  allOf: ({
26297
26523
  properties: {
26524
+ ai_context: {
26525
+ type: string[];
26526
+ };
26298
26527
  cardinality: {
26299
26528
  type: string;
26300
26529
  };
@@ -26459,6 +26688,7 @@ export declare const JSON_SCHEMAS: {
26459
26688
  datasetId: {
26460
26689
  type: string;
26461
26690
  };
26691
+ ai_context?: undefined;
26462
26692
  cardinality?: undefined;
26463
26693
  color?: undefined;
26464
26694
  currency?: undefined;
@@ -26588,6 +26818,15 @@ export declare const JSON_SCHEMAS: {
26588
26818
  legend: {
26589
26819
  description: string;
26590
26820
  properties: {
26821
+ customOrder: {
26822
+ default: boolean;
26823
+ description: string;
26824
+ type: string;
26825
+ };
26826
+ order: {
26827
+ description: string;
26828
+ type: string;
26829
+ };
26591
26830
  position: {
26592
26831
  description: string;
26593
26832
  enum: string[];
@@ -27303,6 +27542,9 @@ export declare const JSON_SCHEMAS: {
27303
27542
  offsetDateColumn: {
27304
27543
  allOf: ({
27305
27544
  properties: {
27545
+ ai_context: {
27546
+ type: string[];
27547
+ };
27306
27548
  cardinality: {
27307
27549
  type: string;
27308
27550
  };
@@ -27465,6 +27707,7 @@ export declare const JSON_SCHEMAS: {
27465
27707
  datasetId: {
27466
27708
  type: string;
27467
27709
  };
27710
+ ai_context?: undefined;
27468
27711
  cardinality?: undefined;
27469
27712
  color?: undefined;
27470
27713
  currency?: undefined;
@@ -27837,6 +28080,9 @@ export declare const JSON_SCHEMAS: {
27837
28080
  offsetDateColumn: {
27838
28081
  allOf: ({
27839
28082
  properties: {
28083
+ ai_context: {
28084
+ type: string[];
28085
+ };
27840
28086
  cardinality: {
27841
28087
  type: string;
27842
28088
  };
@@ -28001,6 +28247,7 @@ export declare const JSON_SCHEMAS: {
28001
28247
  datasetId: {
28002
28248
  type: string;
28003
28249
  };
28250
+ ai_context?: undefined;
28004
28251
  cardinality?: undefined;
28005
28252
  color?: undefined;
28006
28253
  currency?: undefined;
@@ -28858,6 +29105,9 @@ export declare const JSON_SCHEMAS: {
28858
29105
  offsetDateColumn: {
28859
29106
  allOf: ({
28860
29107
  properties: {
29108
+ ai_context: {
29109
+ type: string[];
29110
+ };
28861
29111
  cardinality: {
28862
29112
  type: string;
28863
29113
  };
@@ -29020,6 +29270,7 @@ export declare const JSON_SCHEMAS: {
29020
29270
  datasetId: {
29021
29271
  type: string;
29022
29272
  };
29273
+ ai_context?: undefined;
29023
29274
  cardinality?: undefined;
29024
29275
  color?: undefined;
29025
29276
  currency?: undefined;
@@ -29577,6 +29828,9 @@ export declare const JSON_SCHEMAS: {
29577
29828
  offsetDateColumn: {
29578
29829
  allOf: ({
29579
29830
  properties: {
29831
+ ai_context: {
29832
+ type: string[];
29833
+ };
29580
29834
  cardinality: {
29581
29835
  type: string;
29582
29836
  };
@@ -29741,6 +29995,7 @@ export declare const JSON_SCHEMAS: {
29741
29995
  datasetId: {
29742
29996
  type: string;
29743
29997
  };
29998
+ ai_context?: undefined;
29744
29999
  cardinality?: undefined;
29745
30000
  color?: undefined;
29746
30001
  currency?: undefined;
@@ -30546,6 +30801,9 @@ export declare const JSON_SCHEMAS: {
30546
30801
  offsetDateColumn: {
30547
30802
  allOf: ({
30548
30803
  properties: {
30804
+ ai_context: {
30805
+ type: string[];
30806
+ };
30549
30807
  cardinality: {
30550
30808
  type: string;
30551
30809
  };
@@ -30708,6 +30966,7 @@ export declare const JSON_SCHEMAS: {
30708
30966
  datasetId: {
30709
30967
  type: string;
30710
30968
  };
30969
+ ai_context?: undefined;
30711
30970
  cardinality?: undefined;
30712
30971
  color?: undefined;
30713
30972
  currency?: undefined;
@@ -31130,6 +31389,9 @@ export declare const JSON_SCHEMAS: {
31130
31389
  offsetDateColumn: {
31131
31390
  allOf: ({
31132
31391
  properties: {
31392
+ ai_context: {
31393
+ type: string[];
31394
+ };
31133
31395
  cardinality: {
31134
31396
  type: string;
31135
31397
  };
@@ -31294,6 +31556,7 @@ export declare const JSON_SCHEMAS: {
31294
31556
  datasetId: {
31295
31557
  type: string;
31296
31558
  };
31559
+ ai_context?: undefined;
31297
31560
  cardinality?: undefined;
31298
31561
  color?: undefined;
31299
31562
  currency?: undefined;
@@ -31401,6 +31664,15 @@ export declare const JSON_SCHEMAS: {
31401
31664
  };
31402
31665
  description: string;
31403
31666
  properties: {
31667
+ customOrder: {
31668
+ default: boolean;
31669
+ description: string;
31670
+ type: string;
31671
+ };
31672
+ order: {
31673
+ description: string;
31674
+ type: string;
31675
+ };
31404
31676
  position: {
31405
31677
  description: string;
31406
31678
  enum: string[];
@@ -32204,6 +32476,9 @@ export declare const JSON_SCHEMAS: {
32204
32476
  offsetDateColumn: {
32205
32477
  allOf: ({
32206
32478
  properties: {
32479
+ ai_context: {
32480
+ type: string[];
32481
+ };
32207
32482
  cardinality: {
32208
32483
  type: string;
32209
32484
  };
@@ -32366,6 +32641,7 @@ export declare const JSON_SCHEMAS: {
32366
32641
  datasetId: {
32367
32642
  type: string;
32368
32643
  };
32644
+ ai_context?: undefined;
32369
32645
  cardinality?: undefined;
32370
32646
  color?: undefined;
32371
32647
  currency?: undefined;
@@ -33179,6 +33455,11 @@ export declare const JSON_SCHEMAS: {
33179
33455
  };
33180
33456
  type: string;
33181
33457
  };
33458
+ legendReorder: {
33459
+ default: boolean;
33460
+ description: string;
33461
+ type: string;
33462
+ };
33182
33463
  measureDimensionPicker: {
33183
33464
  default: never[][];
33184
33465
  description: string;
@@ -33339,6 +33620,9 @@ export declare const JSON_SCHEMAS: {
33339
33620
  offsetDateColumn: {
33340
33621
  allOf: ({
33341
33622
  properties: {
33623
+ ai_context: {
33624
+ type: string[];
33625
+ };
33342
33626
  cardinality: {
33343
33627
  type: string;
33344
33628
  };
@@ -33503,6 +33787,7 @@ export declare const JSON_SCHEMAS: {
33503
33787
  datasetId: {
33504
33788
  type: string;
33505
33789
  };
33790
+ ai_context?: undefined;
33506
33791
  cardinality?: undefined;
33507
33792
  color?: undefined;
33508
33793
  currency?: undefined;
@@ -33633,6 +33918,15 @@ export declare const JSON_SCHEMAS: {
33633
33918
  legend: {
33634
33919
  description: string;
33635
33920
  properties: {
33921
+ customOrder: {
33922
+ default: boolean;
33923
+ description: string;
33924
+ type: string;
33925
+ };
33926
+ order: {
33927
+ description: string;
33928
+ type: string;
33929
+ };
33636
33930
  position: {
33637
33931
  description: string;
33638
33932
  enum: string[];
@@ -34348,6 +34642,9 @@ export declare const JSON_SCHEMAS: {
34348
34642
  offsetDateColumn: {
34349
34643
  allOf: ({
34350
34644
  properties: {
34645
+ ai_context: {
34646
+ type: string[];
34647
+ };
34351
34648
  cardinality: {
34352
34649
  type: string;
34353
34650
  };
@@ -34510,6 +34807,7 @@ export declare const JSON_SCHEMAS: {
34510
34807
  datasetId: {
34511
34808
  type: string;
34512
34809
  };
34810
+ ai_context?: undefined;
34513
34811
  cardinality?: undefined;
34514
34812
  color?: undefined;
34515
34813
  currency?: undefined;
@@ -34952,6 +35250,9 @@ export declare const JSON_SCHEMAS: {
34952
35250
  offsetDateColumn: {
34953
35251
  allOf: ({
34954
35252
  properties: {
35253
+ ai_context: {
35254
+ type: string[];
35255
+ };
34955
35256
  cardinality: {
34956
35257
  type: string;
34957
35258
  };
@@ -35116,6 +35417,7 @@ export declare const JSON_SCHEMAS: {
35116
35417
  datasetId: {
35117
35418
  type: string;
35118
35419
  };
35420
+ ai_context?: undefined;
35119
35421
  cardinality?: undefined;
35120
35422
  color?: undefined;
35121
35423
  currency?: undefined;
@@ -35952,6 +36254,9 @@ export declare const JSON_SCHEMAS: {
35952
36254
  offsetDateColumn: {
35953
36255
  allOf: ({
35954
36256
  properties: {
36257
+ ai_context: {
36258
+ type: string[];
36259
+ };
35955
36260
  cardinality: {
35956
36261
  type: string;
35957
36262
  };
@@ -36114,6 +36419,7 @@ export declare const JSON_SCHEMAS: {
36114
36419
  datasetId: {
36115
36420
  type: string;
36116
36421
  };
36422
+ ai_context?: undefined;
36117
36423
  cardinality?: undefined;
36118
36424
  color?: undefined;
36119
36425
  currency?: undefined;
@@ -36748,6 +37054,9 @@ export declare const JSON_SCHEMAS: {
36748
37054
  offsetDateColumn: {
36749
37055
  allOf: ({
36750
37056
  properties: {
37057
+ ai_context: {
37058
+ type: string[];
37059
+ };
36751
37060
  cardinality: {
36752
37061
  type: string;
36753
37062
  };
@@ -36912,6 +37221,7 @@ export declare const JSON_SCHEMAS: {
36912
37221
  datasetId: {
36913
37222
  type: string;
36914
37223
  };
37224
+ ai_context?: undefined;
36915
37225
  cardinality?: undefined;
36916
37226
  color?: undefined;
36917
37227
  currency?: undefined;
@@ -37730,6 +38040,9 @@ export declare const JSON_SCHEMAS: {
37730
38040
  offsetDateColumn: {
37731
38041
  allOf: ({
37732
38042
  properties: {
38043
+ ai_context: {
38044
+ type: string[];
38045
+ };
37733
38046
  cardinality: {
37734
38047
  type: string;
37735
38048
  };
@@ -37892,6 +38205,7 @@ export declare const JSON_SCHEMAS: {
37892
38205
  datasetId: {
37893
38206
  type: string;
37894
38207
  };
38208
+ ai_context?: undefined;
37895
38209
  cardinality?: undefined;
37896
38210
  color?: undefined;
37897
38211
  currency?: undefined;
@@ -38239,6 +38553,9 @@ export declare const JSON_SCHEMAS: {
38239
38553
  offsetDateColumn: {
38240
38554
  allOf: ({
38241
38555
  properties: {
38556
+ ai_context: {
38557
+ type: string[];
38558
+ };
38242
38559
  cardinality: {
38243
38560
  type: string;
38244
38561
  };
@@ -38403,6 +38720,7 @@ export declare const JSON_SCHEMAS: {
38403
38720
  datasetId: {
38404
38721
  type: string;
38405
38722
  };
38723
+ ai_context?: undefined;
38406
38724
  cardinality?: undefined;
38407
38725
  color?: undefined;
38408
38726
  currency?: undefined;
@@ -39112,6 +39430,9 @@ export declare const JSON_SCHEMAS: {
39112
39430
  offsetDateColumn: {
39113
39431
  allOf: ({
39114
39432
  properties: {
39433
+ ai_context: {
39434
+ type: string[];
39435
+ };
39115
39436
  cardinality: {
39116
39437
  type: string;
39117
39438
  };
@@ -39274,6 +39595,7 @@ export declare const JSON_SCHEMAS: {
39274
39595
  datasetId: {
39275
39596
  type: string;
39276
39597
  };
39598
+ ai_context?: undefined;
39277
39599
  cardinality?: undefined;
39278
39600
  color?: undefined;
39279
39601
  currency?: undefined;
@@ -39712,6 +40034,9 @@ export declare const JSON_SCHEMAS: {
39712
40034
  offsetDateColumn: {
39713
40035
  allOf: ({
39714
40036
  properties: {
40037
+ ai_context: {
40038
+ type: string[];
40039
+ };
39715
40040
  cardinality: {
39716
40041
  type: string;
39717
40042
  };
@@ -39876,6 +40201,7 @@ export declare const JSON_SCHEMAS: {
39876
40201
  datasetId: {
39877
40202
  type: string;
39878
40203
  };
40204
+ ai_context?: undefined;
39879
40205
  cardinality?: undefined;
39880
40206
  color?: undefined;
39881
40207
  currency?: undefined;
@@ -40742,6 +41068,9 @@ export declare const JSON_SCHEMAS: {
40742
41068
  offsetDateColumn: {
40743
41069
  allOf: ({
40744
41070
  properties: {
41071
+ ai_context: {
41072
+ type: string[];
41073
+ };
40745
41074
  cardinality: {
40746
41075
  type: string;
40747
41076
  };
@@ -40904,6 +41233,7 @@ export declare const JSON_SCHEMAS: {
40904
41233
  datasetId: {
40905
41234
  type: string;
40906
41235
  };
41236
+ ai_context?: undefined;
40907
41237
  cardinality?: undefined;
40908
41238
  color?: undefined;
40909
41239
  currency?: undefined;
@@ -41242,6 +41572,11 @@ export declare const JSON_SCHEMAS: {
41242
41572
  };
41243
41573
  type: string;
41244
41574
  };
41575
+ legendReorder: {
41576
+ default: boolean;
41577
+ description: string;
41578
+ type: string;
41579
+ };
41245
41580
  measureDimensionPicker: {
41246
41581
  default: never[][];
41247
41582
  description: string;
@@ -41402,6 +41737,9 @@ export declare const JSON_SCHEMAS: {
41402
41737
  offsetDateColumn: {
41403
41738
  allOf: ({
41404
41739
  properties: {
41740
+ ai_context: {
41741
+ type: string[];
41742
+ };
41405
41743
  cardinality: {
41406
41744
  type: string;
41407
41745
  };
@@ -41566,6 +41904,7 @@ export declare const JSON_SCHEMAS: {
41566
41904
  datasetId: {
41567
41905
  type: string;
41568
41906
  };
41907
+ ai_context?: undefined;
41569
41908
  cardinality?: undefined;
41570
41909
  color?: undefined;
41571
41910
  currency?: undefined;
@@ -41700,6 +42039,15 @@ export declare const JSON_SCHEMAS: {
41700
42039
  legend: {
41701
42040
  description: string;
41702
42041
  properties: {
42042
+ customOrder: {
42043
+ default: boolean;
42044
+ description: string;
42045
+ type: string;
42046
+ };
42047
+ order: {
42048
+ description: string;
42049
+ type: string;
42050
+ };
41703
42051
  position: {
41704
42052
  description: string;
41705
42053
  enum: string[];
@@ -42445,6 +42793,9 @@ export declare const JSON_SCHEMAS: {
42445
42793
  offsetDateColumn: {
42446
42794
  allOf: ({
42447
42795
  properties: {
42796
+ ai_context: {
42797
+ type: string[];
42798
+ };
42448
42799
  cardinality: {
42449
42800
  type: string;
42450
42801
  };
@@ -42607,6 +42958,7 @@ export declare const JSON_SCHEMAS: {
42607
42958
  datasetId: {
42608
42959
  type: string;
42609
42960
  };
42961
+ ai_context?: undefined;
42610
42962
  cardinality?: undefined;
42611
42963
  color?: undefined;
42612
42964
  currency?: undefined;
@@ -42811,6 +43163,11 @@ export declare const JSON_SCHEMAS: {
42811
43163
  };
42812
43164
  type: string;
42813
43165
  };
43166
+ legendReorder: {
43167
+ default: boolean;
43168
+ description: string;
43169
+ type: string;
43170
+ };
42814
43171
  measureDimensionPicker: {
42815
43172
  default: never[][];
42816
43173
  description: string;
@@ -42971,6 +43328,9 @@ export declare const JSON_SCHEMAS: {
42971
43328
  offsetDateColumn: {
42972
43329
  allOf: ({
42973
43330
  properties: {
43331
+ ai_context: {
43332
+ type: string[];
43333
+ };
42974
43334
  cardinality: {
42975
43335
  type: string;
42976
43336
  };
@@ -43135,6 +43495,7 @@ export declare const JSON_SCHEMAS: {
43135
43495
  datasetId: {
43136
43496
  type: string;
43137
43497
  };
43498
+ ai_context?: undefined;
43138
43499
  cardinality?: undefined;
43139
43500
  color?: undefined;
43140
43501
  currency?: undefined;
@@ -43243,6 +43604,15 @@ export declare const JSON_SCHEMAS: {
43243
43604
  legend: {
43244
43605
  description: string;
43245
43606
  properties: {
43607
+ customOrder: {
43608
+ default: boolean;
43609
+ description: string;
43610
+ type: string;
43611
+ };
43612
+ order: {
43613
+ description: string;
43614
+ type: string;
43615
+ };
43246
43616
  position: {
43247
43617
  description: string;
43248
43618
  enum: string[];
@@ -43934,6 +44304,9 @@ export declare const JSON_SCHEMAS: {
43934
44304
  offsetDateColumn: {
43935
44305
  allOf: ({
43936
44306
  properties: {
44307
+ ai_context: {
44308
+ type: string[];
44309
+ };
43937
44310
  cardinality: {
43938
44311
  type: string;
43939
44312
  };
@@ -44096,6 +44469,7 @@ export declare const JSON_SCHEMAS: {
44096
44469
  datasetId: {
44097
44470
  type: string;
44098
44471
  };
44472
+ ai_context?: undefined;
44099
44473
  cardinality?: undefined;
44100
44474
  color?: undefined;
44101
44475
  currency?: undefined;
@@ -44587,6 +44961,9 @@ export declare const JSON_SCHEMAS: {
44587
44961
  offsetDateColumn: {
44588
44962
  allOf: ({
44589
44963
  properties: {
44964
+ ai_context: {
44965
+ type: string[];
44966
+ };
44590
44967
  cardinality: {
44591
44968
  type: string;
44592
44969
  };
@@ -44751,6 +45128,7 @@ export declare const JSON_SCHEMAS: {
44751
45128
  datasetId: {
44752
45129
  type: string;
44753
45130
  };
45131
+ ai_context?: undefined;
44754
45132
  cardinality?: undefined;
44755
45133
  color?: undefined;
44756
45134
  currency?: undefined;
@@ -45565,6 +45943,9 @@ export declare const JSON_SCHEMAS: {
45565
45943
  offsetDateColumn: {
45566
45944
  allOf: ({
45567
45945
  properties: {
45946
+ ai_context: {
45947
+ type: string[];
45948
+ };
45568
45949
  cardinality: {
45569
45950
  type: string;
45570
45951
  };
@@ -45727,6 +46108,7 @@ export declare const JSON_SCHEMAS: {
45727
46108
  datasetId: {
45728
46109
  type: string;
45729
46110
  };
46111
+ ai_context?: undefined;
45730
46112
  cardinality?: undefined;
45731
46113
  color?: undefined;
45732
46114
  currency?: undefined;
@@ -46085,6 +46467,9 @@ export declare const JSON_SCHEMAS: {
46085
46467
  offsetDateColumn: {
46086
46468
  allOf: ({
46087
46469
  properties: {
46470
+ ai_context: {
46471
+ type: string[];
46472
+ };
46088
46473
  cardinality: {
46089
46474
  type: string;
46090
46475
  };
@@ -46249,6 +46634,7 @@ export declare const JSON_SCHEMAS: {
46249
46634
  datasetId: {
46250
46635
  type: string;
46251
46636
  };
46637
+ ai_context?: undefined;
46252
46638
  cardinality?: undefined;
46253
46639
  color?: undefined;
46254
46640
  currency?: undefined;
@@ -47147,6 +47533,9 @@ export declare const JSON_SCHEMAS: {
47147
47533
  offsetDateColumn: {
47148
47534
  allOf: ({
47149
47535
  properties: {
47536
+ ai_context: {
47537
+ type: string[];
47538
+ };
47150
47539
  cardinality: {
47151
47540
  type: string;
47152
47541
  };
@@ -47309,6 +47698,7 @@ export declare const JSON_SCHEMAS: {
47309
47698
  datasetId: {
47310
47699
  type: string;
47311
47700
  };
47701
+ ai_context?: undefined;
47312
47702
  cardinality?: undefined;
47313
47703
  color?: undefined;
47314
47704
  currency?: undefined;
@@ -47787,6 +48177,9 @@ export declare const JSON_SCHEMAS: {
47787
48177
  offsetDateColumn: {
47788
48178
  allOf: ({
47789
48179
  properties: {
48180
+ ai_context: {
48181
+ type: string[];
48182
+ };
47790
48183
  cardinality: {
47791
48184
  type: string;
47792
48185
  };
@@ -47951,6 +48344,7 @@ export declare const JSON_SCHEMAS: {
47951
48344
  datasetId: {
47952
48345
  type: string;
47953
48346
  };
48347
+ ai_context?: undefined;
47954
48348
  cardinality?: undefined;
47955
48349
  color?: undefined;
47956
48350
  currency?: undefined;
@@ -48756,6 +49150,9 @@ export declare const JSON_SCHEMAS: {
48756
49150
  offsetDateColumn: {
48757
49151
  allOf: ({
48758
49152
  properties: {
49153
+ ai_context: {
49154
+ type: string[];
49155
+ };
48759
49156
  cardinality: {
48760
49157
  type: string;
48761
49158
  };
@@ -48918,6 +49315,7 @@ export declare const JSON_SCHEMAS: {
48918
49315
  datasetId: {
48919
49316
  type: string;
48920
49317
  };
49318
+ ai_context?: undefined;
48921
49319
  cardinality?: undefined;
48922
49320
  color?: undefined;
48923
49321
  currency?: undefined;
@@ -49416,6 +49814,11 @@ export declare const JSON_SCHEMAS: {
49416
49814
  };
49417
49815
  type: string;
49418
49816
  };
49817
+ legendReorder: {
49818
+ default: boolean;
49819
+ description: string;
49820
+ type: string;
49821
+ };
49419
49822
  measureDimensionPicker: {
49420
49823
  default: never[][];
49421
49824
  description: string;
@@ -49576,6 +49979,9 @@ export declare const JSON_SCHEMAS: {
49576
49979
  offsetDateColumn: {
49577
49980
  allOf: ({
49578
49981
  properties: {
49982
+ ai_context: {
49983
+ type: string[];
49984
+ };
49579
49985
  cardinality: {
49580
49986
  type: string;
49581
49987
  };
@@ -49740,6 +50146,7 @@ export declare const JSON_SCHEMAS: {
49740
50146
  datasetId: {
49741
50147
  type: string;
49742
50148
  };
50149
+ ai_context?: undefined;
49743
50150
  cardinality?: undefined;
49744
50151
  color?: undefined;
49745
50152
  currency?: undefined;
@@ -49864,6 +50271,15 @@ export declare const JSON_SCHEMAS: {
49864
50271
  legend: {
49865
50272
  description: string;
49866
50273
  properties: {
50274
+ customOrder: {
50275
+ default: boolean;
50276
+ description: string;
50277
+ type: string;
50278
+ };
50279
+ order: {
50280
+ description: string;
50281
+ type: string;
50282
+ };
49867
50283
  position: {
49868
50284
  description: string;
49869
50285
  enum: string[];
@@ -50547,6 +50963,9 @@ export declare const JSON_SCHEMAS: {
50547
50963
  offsetDateColumn: {
50548
50964
  allOf: ({
50549
50965
  properties: {
50966
+ ai_context: {
50967
+ type: string[];
50968
+ };
50550
50969
  cardinality: {
50551
50970
  type: string;
50552
50971
  };
@@ -50709,6 +51128,7 @@ export declare const JSON_SCHEMAS: {
50709
51128
  datasetId: {
50710
51129
  type: string;
50711
51130
  };
51131
+ ai_context?: undefined;
50712
51132
  cardinality?: undefined;
50713
51133
  color?: undefined;
50714
51134
  currency?: undefined;
@@ -51088,6 +51508,9 @@ export declare const JSON_SCHEMAS: {
51088
51508
  offsetDateColumn: {
51089
51509
  allOf: ({
51090
51510
  properties: {
51511
+ ai_context: {
51512
+ type: string[];
51513
+ };
51091
51514
  cardinality: {
51092
51515
  type: string;
51093
51516
  };
@@ -51252,6 +51675,7 @@ export declare const JSON_SCHEMAS: {
51252
51675
  datasetId: {
51253
51676
  type: string;
51254
51677
  };
51678
+ ai_context?: undefined;
51255
51679
  cardinality?: undefined;
51256
51680
  color?: undefined;
51257
51681
  currency?: undefined;
@@ -51911,6 +52335,9 @@ export declare const JSON_SCHEMAS: {
51911
52335
  offsetDateColumn: {
51912
52336
  allOf: ({
51913
52337
  properties: {
52338
+ ai_context: {
52339
+ type: string[];
52340
+ };
51914
52341
  cardinality: {
51915
52342
  type: string;
51916
52343
  };
@@ -52073,6 +52500,7 @@ export declare const JSON_SCHEMAS: {
52073
52500
  datasetId: {
52074
52501
  type: string;
52075
52502
  };
52503
+ ai_context?: undefined;
52076
52504
  cardinality?: undefined;
52077
52505
  color?: undefined;
52078
52506
  currency?: undefined;
@@ -52407,6 +52835,9 @@ export declare const JSON_SCHEMAS: {
52407
52835
  offsetDateColumn: {
52408
52836
  allOf: ({
52409
52837
  properties: {
52838
+ ai_context: {
52839
+ type: string[];
52840
+ };
52410
52841
  cardinality: {
52411
52842
  type: string;
52412
52843
  };
@@ -52571,6 +53002,7 @@ export declare const JSON_SCHEMAS: {
52571
53002
  datasetId: {
52572
53003
  type: string;
52573
53004
  };
53005
+ ai_context?: undefined;
52574
53006
  cardinality?: undefined;
52575
53007
  color?: undefined;
52576
53008
  currency?: undefined;
@@ -53474,6 +53906,9 @@ export declare const JSON_SCHEMAS: {
53474
53906
  offsetDateColumn: {
53475
53907
  allOf: ({
53476
53908
  properties: {
53909
+ ai_context: {
53910
+ type: string[];
53911
+ };
53477
53912
  cardinality: {
53478
53913
  type: string;
53479
53914
  };
@@ -53636,6 +54071,7 @@ export declare const JSON_SCHEMAS: {
53636
54071
  datasetId: {
53637
54072
  type: string;
53638
54073
  };
54074
+ ai_context?: undefined;
53639
54075
  cardinality?: undefined;
53640
54076
  color?: undefined;
53641
54077
  currency?: undefined;
@@ -53935,6 +54371,9 @@ export declare const JSON_SCHEMAS: {
53935
54371
  offsetDateColumn: {
53936
54372
  allOf: ({
53937
54373
  properties: {
54374
+ ai_context: {
54375
+ type: string[];
54376
+ };
53938
54377
  cardinality: {
53939
54378
  type: string;
53940
54379
  };
@@ -54099,6 +54538,7 @@ export declare const JSON_SCHEMAS: {
54099
54538
  datasetId: {
54100
54539
  type: string;
54101
54540
  };
54541
+ ai_context?: undefined;
54102
54542
  cardinality?: undefined;
54103
54543
  color?: undefined;
54104
54544
  currency?: undefined;
@@ -54672,6 +55112,9 @@ export declare const JSON_SCHEMAS: {
54672
55112
  offsetDateColumn: {
54673
55113
  allOf: ({
54674
55114
  properties: {
55115
+ ai_context: {
55116
+ type: string[];
55117
+ };
54675
55118
  cardinality: {
54676
55119
  type: string;
54677
55120
  };
@@ -54834,6 +55277,7 @@ export declare const JSON_SCHEMAS: {
54834
55277
  datasetId: {
54835
55278
  type: string;
54836
55279
  };
55280
+ ai_context?: undefined;
54837
55281
  cardinality?: undefined;
54838
55282
  color?: undefined;
54839
55283
  currency?: undefined;
@@ -55257,6 +55701,9 @@ export declare const JSON_SCHEMAS: {
55257
55701
  offsetDateColumn: {
55258
55702
  allOf: ({
55259
55703
  properties: {
55704
+ ai_context: {
55705
+ type: string[];
55706
+ };
55260
55707
  cardinality: {
55261
55708
  type: string;
55262
55709
  };
@@ -55421,6 +55868,7 @@ export declare const JSON_SCHEMAS: {
55421
55868
  datasetId: {
55422
55869
  type: string;
55423
55870
  };
55871
+ ai_context?: undefined;
55424
55872
  cardinality?: undefined;
55425
55873
  color?: undefined;
55426
55874
  currency?: undefined;
@@ -56369,6 +56817,9 @@ export declare const JSON_SCHEMAS: {
56369
56817
  offsetDateColumn: {
56370
56818
  allOf: ({
56371
56819
  properties: {
56820
+ ai_context: {
56821
+ type: string[];
56822
+ };
56372
56823
  cardinality: {
56373
56824
  type: string;
56374
56825
  };
@@ -56531,6 +56982,7 @@ export declare const JSON_SCHEMAS: {
56531
56982
  datasetId: {
56532
56983
  type: string;
56533
56984
  };
56985
+ ai_context?: undefined;
56534
56986
  cardinality?: undefined;
56535
56987
  color?: undefined;
56536
56988
  currency?: undefined;
@@ -57005,6 +57457,9 @@ export declare const JSON_SCHEMAS: {
57005
57457
  offsetDateColumn: {
57006
57458
  allOf: ({
57007
57459
  properties: {
57460
+ ai_context: {
57461
+ type: string[];
57462
+ };
57008
57463
  cardinality: {
57009
57464
  type: string;
57010
57465
  };
@@ -57169,6 +57624,7 @@ export declare const JSON_SCHEMAS: {
57169
57624
  datasetId: {
57170
57625
  type: string;
57171
57626
  };
57627
+ ai_context?: undefined;
57172
57628
  cardinality?: undefined;
57173
57629
  color?: undefined;
57174
57630
  currency?: undefined;
@@ -57297,6 +57753,15 @@ export declare const JSON_SCHEMAS: {
57297
57753
  };
57298
57754
  description: string;
57299
57755
  properties: {
57756
+ customOrder: {
57757
+ default: boolean;
57758
+ description: string;
57759
+ type: string;
57760
+ };
57761
+ order: {
57762
+ description: string;
57763
+ type: string;
57764
+ };
57300
57765
  position: {
57301
57766
  description: string;
57302
57767
  enum: string[];
@@ -58129,6 +58594,9 @@ export declare const JSON_SCHEMAS: {
58129
58594
  offsetDateColumn: {
58130
58595
  allOf: ({
58131
58596
  properties: {
58597
+ ai_context: {
58598
+ type: string[];
58599
+ };
58132
58600
  cardinality: {
58133
58601
  type: string;
58134
58602
  };
@@ -58291,6 +58759,7 @@ export declare const JSON_SCHEMAS: {
58291
58759
  datasetId: {
58292
58760
  type: string;
58293
58761
  };
58762
+ ai_context?: undefined;
58294
58763
  cardinality?: undefined;
58295
58764
  color?: undefined;
58296
58765
  currency?: undefined;
@@ -58662,6 +59131,9 @@ export declare const JSON_SCHEMAS: {
58662
59131
  offsetDateColumn: {
58663
59132
  allOf: ({
58664
59133
  properties: {
59134
+ ai_context: {
59135
+ type: string[];
59136
+ };
58665
59137
  cardinality: {
58666
59138
  type: string;
58667
59139
  };
@@ -58826,6 +59298,7 @@ export declare const JSON_SCHEMAS: {
58826
59298
  datasetId: {
58827
59299
  type: string;
58828
59300
  };
59301
+ ai_context?: undefined;
58829
59302
  cardinality?: undefined;
58830
59303
  color?: undefined;
58831
59304
  currency?: undefined;
@@ -59514,6 +59987,9 @@ export declare const JSON_SCHEMAS: {
59514
59987
  offsetDateColumn: {
59515
59988
  allOf: ({
59516
59989
  properties: {
59990
+ ai_context: {
59991
+ type: string[];
59992
+ };
59517
59993
  cardinality: {
59518
59994
  type: string;
59519
59995
  };
@@ -59676,6 +60152,7 @@ export declare const JSON_SCHEMAS: {
59676
60152
  datasetId: {
59677
60153
  type: string;
59678
60154
  };
60155
+ ai_context?: undefined;
59679
60156
  cardinality?: undefined;
59680
60157
  color?: undefined;
59681
60158
  currency?: undefined;
@@ -59935,6 +60412,11 @@ export declare const JSON_SCHEMAS: {
59935
60412
  };
59936
60413
  type: string;
59937
60414
  };
60415
+ legendReorder: {
60416
+ default: boolean;
60417
+ description: string;
60418
+ type: string;
60419
+ };
59938
60420
  measureDimensionPicker: {
59939
60421
  default: never[][];
59940
60422
  description: string;
@@ -60095,6 +60577,9 @@ export declare const JSON_SCHEMAS: {
60095
60577
  offsetDateColumn: {
60096
60578
  allOf: ({
60097
60579
  properties: {
60580
+ ai_context: {
60581
+ type: string[];
60582
+ };
60098
60583
  cardinality: {
60099
60584
  type: string;
60100
60585
  };
@@ -60259,6 +60744,7 @@ export declare const JSON_SCHEMAS: {
60259
60744
  datasetId: {
60260
60745
  type: string;
60261
60746
  };
60747
+ ai_context?: undefined;
60262
60748
  cardinality?: undefined;
60263
60749
  color?: undefined;
60264
60750
  currency?: undefined;
@@ -60393,6 +60879,15 @@ export declare const JSON_SCHEMAS: {
60393
60879
  legend: {
60394
60880
  description: string;
60395
60881
  properties: {
60882
+ customOrder: {
60883
+ default: boolean;
60884
+ description: string;
60885
+ type: string;
60886
+ };
60887
+ order: {
60888
+ description: string;
60889
+ type: string;
60890
+ };
60396
60891
  position: {
60397
60892
  description: string;
60398
60893
  enum: string[];
@@ -61113,6 +61608,9 @@ export declare const JSON_SCHEMAS: {
61113
61608
  offsetDateColumn: {
61114
61609
  allOf: ({
61115
61610
  properties: {
61611
+ ai_context: {
61612
+ type: string[];
61613
+ };
61116
61614
  cardinality: {
61117
61615
  type: string;
61118
61616
  };
@@ -61275,6 +61773,7 @@ export declare const JSON_SCHEMAS: {
61275
61773
  datasetId: {
61276
61774
  type: string;
61277
61775
  };
61776
+ ai_context?: undefined;
61278
61777
  cardinality?: undefined;
61279
61778
  color?: undefined;
61280
61779
  currency?: undefined;
@@ -61539,6 +62038,11 @@ export declare const JSON_SCHEMAS: {
61539
62038
  };
61540
62039
  type: string;
61541
62040
  };
62041
+ legendReorder: {
62042
+ default: boolean;
62043
+ description: string;
62044
+ type: string;
62045
+ };
61542
62046
  measureDimensionPicker: {
61543
62047
  default: never[][];
61544
62048
  description: string;
@@ -61699,6 +62203,9 @@ export declare const JSON_SCHEMAS: {
61699
62203
  offsetDateColumn: {
61700
62204
  allOf: ({
61701
62205
  properties: {
62206
+ ai_context: {
62207
+ type: string[];
62208
+ };
61702
62209
  cardinality: {
61703
62210
  type: string;
61704
62211
  };
@@ -61863,6 +62370,7 @@ export declare const JSON_SCHEMAS: {
61863
62370
  datasetId: {
61864
62371
  type: string;
61865
62372
  };
62373
+ ai_context?: undefined;
61866
62374
  cardinality?: undefined;
61867
62375
  color?: undefined;
61868
62376
  currency?: undefined;
@@ -61990,6 +62498,15 @@ export declare const JSON_SCHEMAS: {
61990
62498
  };
61991
62499
  description: string;
61992
62500
  properties: {
62501
+ customOrder: {
62502
+ default: boolean;
62503
+ description: string;
62504
+ type: string;
62505
+ };
62506
+ order: {
62507
+ description: string;
62508
+ type: string;
62509
+ };
61993
62510
  position: {
61994
62511
  description: string;
61995
62512
  enum: string[];
@@ -62778,6 +63295,9 @@ export declare const JSON_SCHEMAS: {
62778
63295
  offsetDateColumn: {
62779
63296
  allOf: ({
62780
63297
  properties: {
63298
+ ai_context: {
63299
+ type: string[];
63300
+ };
62781
63301
  cardinality: {
62782
63302
  type: string;
62783
63303
  };
@@ -62940,6 +63460,7 @@ export declare const JSON_SCHEMAS: {
62940
63460
  datasetId: {
62941
63461
  type: string;
62942
63462
  };
63463
+ ai_context?: undefined;
62943
63464
  cardinality?: undefined;
62944
63465
  color?: undefined;
62945
63466
  currency?: undefined;
@@ -63500,6 +64021,11 @@ export declare const JSON_SCHEMAS: {
63500
64021
  };
63501
64022
  type: string;
63502
64023
  };
64024
+ legendReorder: {
64025
+ default: boolean;
64026
+ description: string;
64027
+ type: string;
64028
+ };
63503
64029
  measureDimensionPicker: {
63504
64030
  default: never[][];
63505
64031
  description: string;
@@ -63660,6 +64186,9 @@ export declare const JSON_SCHEMAS: {
63660
64186
  offsetDateColumn: {
63661
64187
  allOf: ({
63662
64188
  properties: {
64189
+ ai_context: {
64190
+ type: string[];
64191
+ };
63663
64192
  cardinality: {
63664
64193
  type: string;
63665
64194
  };
@@ -63824,6 +64353,7 @@ export declare const JSON_SCHEMAS: {
63824
64353
  datasetId: {
63825
64354
  type: string;
63826
64355
  };
64356
+ ai_context?: undefined;
63827
64357
  cardinality?: undefined;
63828
64358
  color?: undefined;
63829
64359
  currency?: undefined;
@@ -63964,6 +64494,15 @@ export declare const JSON_SCHEMAS: {
63964
64494
  legend: {
63965
64495
  description: string;
63966
64496
  properties: {
64497
+ customOrder: {
64498
+ default: boolean;
64499
+ description: string;
64500
+ type: string;
64501
+ };
64502
+ order: {
64503
+ description: string;
64504
+ type: string;
64505
+ };
63967
64506
  position: {
63968
64507
  description: string;
63969
64508
  enum: string[];
@@ -64847,6 +65386,9 @@ export declare const JSON_SCHEMAS: {
64847
65386
  offsetDateColumn: {
64848
65387
  allOf: ({
64849
65388
  properties: {
65389
+ ai_context: {
65390
+ type: string[];
65391
+ };
64850
65392
  cardinality: {
64851
65393
  type: string;
64852
65394
  };
@@ -65009,6 +65551,7 @@ export declare const JSON_SCHEMAS: {
65009
65551
  datasetId: {
65010
65552
  type: string;
65011
65553
  };
65554
+ ai_context?: undefined;
65012
65555
  cardinality?: undefined;
65013
65556
  color?: undefined;
65014
65557
  currency?: undefined;
@@ -65493,6 +66036,11 @@ export declare const JSON_SCHEMAS: {
65493
66036
  };
65494
66037
  type: string;
65495
66038
  };
66039
+ legendReorder: {
66040
+ default: boolean;
66041
+ description: string;
66042
+ type: string;
66043
+ };
65496
66044
  measureDimensionPicker: {
65497
66045
  default: never[];
65498
66046
  description: string;
@@ -65653,6 +66201,9 @@ export declare const JSON_SCHEMAS: {
65653
66201
  offsetDateColumn: {
65654
66202
  allOf: ({
65655
66203
  properties: {
66204
+ ai_context: {
66205
+ type: string[];
66206
+ };
65656
66207
  cardinality: {
65657
66208
  type: string;
65658
66209
  };
@@ -65817,6 +66368,7 @@ export declare const JSON_SCHEMAS: {
65817
66368
  datasetId: {
65818
66369
  type: string;
65819
66370
  };
66371
+ ai_context?: undefined;
65820
66372
  cardinality?: undefined;
65821
66373
  color?: undefined;
65822
66374
  currency?: undefined;
@@ -65955,6 +66507,15 @@ export declare const JSON_SCHEMAS: {
65955
66507
  };
65956
66508
  description: string;
65957
66509
  properties: {
66510
+ customOrder: {
66511
+ default: boolean;
66512
+ description: string;
66513
+ type: string;
66514
+ };
66515
+ order: {
66516
+ description: string;
66517
+ type: string;
66518
+ };
65958
66519
  position: {
65959
66520
  description: string;
65960
66521
  enum: string[];
@@ -66638,6 +67199,9 @@ export declare const JSON_SCHEMAS: {
66638
67199
  offsetDateColumn: {
66639
67200
  allOf: ({
66640
67201
  properties: {
67202
+ ai_context: {
67203
+ type: string[];
67204
+ };
66641
67205
  cardinality: {
66642
67206
  type: string;
66643
67207
  };
@@ -66800,6 +67364,7 @@ export declare const JSON_SCHEMAS: {
66800
67364
  datasetId: {
66801
67365
  type: string;
66802
67366
  };
67367
+ ai_context?: undefined;
66803
67368
  cardinality?: undefined;
66804
67369
  color?: undefined;
66805
67370
  currency?: undefined;