@rossum/api-client 0.1.30 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1011) hide show
  1. package/index.js +4 -4
  2. package/index.js.map +1 -1
  3. package/package.json +1 -1
  4. package/src/annotations/endpoints/editPages.js.map +1 -1
  5. package/src/annotations/endpoints/editPages.schema.js +2 -0
  6. package/src/annotations/endpoints/editPages.schema.js.map +1 -1
  7. package/src/annotations/endpoints/editPagesInPlace.schema.js +1 -0
  8. package/src/annotations/endpoints/editPagesInPlace.schema.js.map +1 -1
  9. package/src/annotations/endpoints/list.js +3 -2
  10. package/src/annotations/endpoints/list.js.map +1 -1
  11. package/src/annotations/index.js +20 -0
  12. package/src/annotations/index.js.map +1 -0
  13. package/src/annotations/mocks/annotation.js +24 -0
  14. package/src/annotations/mocks/annotation.js.map +1 -0
  15. package/src/annotations/mocks/index.js +18 -0
  16. package/src/annotations/mocks/index.js.map +1 -0
  17. package/src/annotations/models/annotation.schema.js +1 -0
  18. package/src/annotations/models/annotation.schema.js.map +1 -1
  19. package/src/annotations/models/annotationData.schema.js +7 -0
  20. package/src/annotations/models/annotationData.schema.js.map +1 -1
  21. package/src/annotations/models/annotationListSideload.schema.js +5 -0
  22. package/src/annotations/models/annotationListSideload.schema.js.map +1 -1
  23. package/src/annotations/models/editPages.schema.js +10 -1
  24. package/src/annotations/models/editPages.schema.js.map +1 -1
  25. package/src/authentication/index.js +19 -0
  26. package/src/authentication/index.js.map +1 -0
  27. package/src/{rules/models/schemaRule.js → authentication/models/authInfo.js} +1 -1
  28. package/src/authentication/models/authInfo.js.map +1 -0
  29. package/src/authentication/models/index.js +19 -0
  30. package/src/authentication/models/index.js.map +1 -0
  31. package/src/automationBlockers/index.js +19 -0
  32. package/src/automationBlockers/index.js.map +1 -0
  33. package/src/automationBlockers/models/automationBlocker.js.map +1 -0
  34. package/src/automationBlockers/models/automationBlocker.schema.js +43 -10
  35. package/src/automationBlockers/models/automationBlocker.schema.js.map +1 -1
  36. package/src/automationBlockers/models/index.js +19 -0
  37. package/src/automationBlockers/models/index.js.map +1 -0
  38. package/src/billing/endpoints/getHistory.schema.js +14 -0
  39. package/src/billing/endpoints/getHistory.schema.js.map +1 -0
  40. package/src/billing/endpoints/index.js +22 -0
  41. package/src/billing/endpoints/index.js.map +1 -0
  42. package/src/billing/index.js +19 -0
  43. package/src/billing/index.js.map +1 -0
  44. package/src/billing/models/billingHistory.js +3 -0
  45. package/src/billing/models/billingHistory.js.map +1 -0
  46. package/src/{rule-templates/models/ruleTemplate.js → billing/models/billingStats.js} +1 -1
  47. package/src/billing/models/billingStats.js.map +1 -0
  48. package/src/billing/models/index.js +21 -0
  49. package/src/billing/models/index.js.map +1 -0
  50. package/src/connectors/endpoints/list.js +3 -2
  51. package/src/connectors/endpoints/list.js.map +1 -1
  52. package/src/connectors/index.js +19 -0
  53. package/src/connectors/index.js.map +1 -0
  54. package/src/connectors/models/connector.js +3 -0
  55. package/src/connectors/models/connector.js.map +1 -0
  56. package/src/connectors/models/index.js +19 -0
  57. package/src/connectors/models/index.js.map +1 -0
  58. package/src/dedicatedEngineSchema/index.js +19 -0
  59. package/src/dedicatedEngineSchema/index.js.map +1 -0
  60. package/src/dedicatedEngineSchema/models/index.js +25 -0
  61. package/src/dedicatedEngineSchema/models/index.js.map +1 -0
  62. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +3 -0
  63. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +1 -0
  64. package/src/dedicatedEngines/endpoints/list.js +3 -2
  65. package/src/dedicatedEngines/endpoints/list.js.map +1 -1
  66. package/src/dedicatedEngines/index.js +19 -0
  67. package/src/dedicatedEngines/index.js.map +1 -0
  68. package/src/dedicatedEngines/models/dedicatedEngine.js +3 -0
  69. package/src/dedicatedEngines/models/dedicatedEngine.js.map +1 -0
  70. package/src/dedicatedEngines/models/index.js +18 -0
  71. package/src/dedicatedEngines/models/index.js.map +1 -0
  72. package/src/deleteRecommendations/endpoints/list.js +3 -2
  73. package/src/deleteRecommendations/endpoints/list.js.map +1 -1
  74. package/src/deleteRecommendations/index.js +19 -0
  75. package/src/deleteRecommendations/index.js.map +1 -0
  76. package/src/deleteRecommendations/models/deleteRecommendation.js +3 -0
  77. package/src/deleteRecommendations/models/deleteRecommendation.js.map +1 -0
  78. package/src/deleteRecommendations/models/index.js +18 -0
  79. package/src/deleteRecommendations/models/index.js.map +1 -0
  80. package/src/documentRelations/endpoints/list.js +3 -2
  81. package/src/documentRelations/endpoints/list.js.map +1 -1
  82. package/src/documentRelations/index.js +19 -0
  83. package/src/documentRelations/index.js.map +1 -0
  84. package/src/documentRelations/models/index.js +18 -0
  85. package/src/documentRelations/models/index.js.map +1 -0
  86. package/src/documentRelations/models/relation.js +3 -0
  87. package/src/documentRelations/models/relation.js.map +1 -0
  88. package/src/documentRelations/models/relation.schema.js +18 -0
  89. package/src/documentRelations/models/relation.schema.js.map +1 -0
  90. package/src/documents/endpoints/index.js +3 -1
  91. package/src/documents/endpoints/index.js.map +1 -1
  92. package/src/documents/endpoints/list.js +3 -2
  93. package/src/documents/endpoints/list.js.map +1 -1
  94. package/src/documents/index.js +20 -0
  95. package/src/documents/index.js.map +1 -0
  96. package/src/documents/mocks/document.js +19 -0
  97. package/src/documents/mocks/document.js.map +1 -0
  98. package/src/documents/mocks/index.js +18 -0
  99. package/src/documents/mocks/index.js.map +1 -0
  100. package/src/documents/models/index.js +19 -0
  101. package/src/documents/models/index.js.map +1 -0
  102. package/src/email/endpoints/get.js +2 -2
  103. package/src/email/endpoints/get.js.map +1 -1
  104. package/src/email/endpoints/index.js +3 -1
  105. package/src/email/endpoints/index.js.map +1 -1
  106. package/src/email/endpoints/list.js +3 -2
  107. package/src/email/endpoints/list.js.map +1 -1
  108. package/src/email/index.js +20 -0
  109. package/src/email/index.js.map +1 -0
  110. package/src/email/mocks/email.js +49 -0
  111. package/src/email/mocks/email.js.map +1 -0
  112. package/src/email/mocks/index.js +18 -0
  113. package/src/email/mocks/index.js.map +1 -0
  114. package/src/email/models/email.js +3 -0
  115. package/src/email/models/email.js.map +1 -0
  116. package/src/email/models/index.js +19 -0
  117. package/src/email/models/index.js.map +1 -0
  118. package/src/emailTemplates/endpoints/list.js +3 -2
  119. package/src/emailTemplates/endpoints/list.js.map +1 -1
  120. package/src/emailTemplates/endpoints/list.schema.js +1 -1
  121. package/src/emailTemplates/endpoints/list.schema.js.map +1 -1
  122. package/src/emailTemplates/index.js +20 -0
  123. package/src/emailTemplates/index.js.map +1 -0
  124. package/src/emailTemplates/mocks/emailTemplate.js +26 -0
  125. package/src/emailTemplates/mocks/emailTemplate.js.map +1 -0
  126. package/src/emailTemplates/mocks/index.js +18 -0
  127. package/src/emailTemplates/mocks/index.js.map +1 -0
  128. package/src/emailTemplates/models/index.js +18 -0
  129. package/src/emailTemplates/models/index.js.map +1 -0
  130. package/src/emailTemplatesStats/endpoints/list.js +3 -2
  131. package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
  132. package/src/emailTemplatesStats/index.js +19 -0
  133. package/src/emailTemplatesStats/index.js.map +1 -0
  134. package/src/emailTemplatesStats/models/emailTemplateStats.js +3 -0
  135. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +1 -0
  136. package/src/emailTemplatesStats/models/index.js +18 -0
  137. package/src/emailTemplatesStats/models/index.js.map +1 -0
  138. package/src/emailThreads/endpoints/list.js +3 -2
  139. package/src/emailThreads/endpoints/list.js.map +1 -1
  140. package/src/emailThreads/index.js +20 -0
  141. package/src/emailThreads/index.js.map +1 -0
  142. package/src/emailThreads/mocks/emailThread.js +30 -0
  143. package/src/emailThreads/mocks/emailThread.js.map +1 -0
  144. package/src/emailThreads/mocks/index.js +18 -0
  145. package/src/emailThreads/mocks/index.js.map +1 -0
  146. package/src/emailThreads/models/emailThreads.js +3 -0
  147. package/src/emailThreads/models/emailThreads.js.map +1 -0
  148. package/src/emailThreads/models/index.js +19 -0
  149. package/src/emailThreads/models/index.js.map +1 -0
  150. package/src/engineFields/endpoints/list.js +3 -2
  151. package/src/engineFields/endpoints/list.js.map +1 -1
  152. package/src/engineFields/index.js +19 -0
  153. package/src/engineFields/index.js.map +1 -0
  154. package/src/engineFields/models/index.js +20 -0
  155. package/src/engineFields/models/index.js.map +1 -0
  156. package/src/engineFields/models/preTrainedField.js +3 -0
  157. package/src/engineFields/models/preTrainedField.js.map +1 -0
  158. package/src/engines/endpoints/list.js +3 -2
  159. package/src/engines/endpoints/list.js.map +1 -1
  160. package/src/engines/endpoints/queueStats.js +3 -2
  161. package/src/engines/endpoints/queueStats.js.map +1 -1
  162. package/src/engines/index.js +19 -0
  163. package/src/engines/index.js.map +1 -0
  164. package/src/engines/models/engineQueueStatsItem.js +3 -0
  165. package/src/engines/models/engineQueueStatsItem.js.map +1 -0
  166. package/src/engines/models/index.js +18 -0
  167. package/src/engines/models/index.js.map +1 -0
  168. package/src/genericEngines/endpoints/list.js +3 -2
  169. package/src/genericEngines/endpoints/list.js.map +1 -1
  170. package/src/genericEngines/index.js +19 -0
  171. package/src/genericEngines/index.js.map +1 -0
  172. package/src/genericEngines/models/genericEngine.js +3 -0
  173. package/src/genericEngines/models/genericEngine.js.map +1 -0
  174. package/src/genericEngines/models/index.js +18 -0
  175. package/src/genericEngines/models/index.js.map +1 -0
  176. package/src/groups/endpoints/list.js +3 -0
  177. package/src/groups/endpoints/list.js.map +1 -1
  178. package/src/groups/endpoints/list.schema.js +12 -0
  179. package/src/groups/endpoints/list.schema.js.map +1 -0
  180. package/src/groups/index.js +19 -0
  181. package/src/groups/index.js.map +1 -0
  182. package/src/groups/models/group.js +3 -0
  183. package/src/groups/models/group.js.map +1 -0
  184. package/src/groups/models/index.js +18 -0
  185. package/src/groups/models/index.js.map +1 -0
  186. package/src/hookInterfaces/endpoints/list.js +3 -2
  187. package/src/hookInterfaces/endpoints/list.js.map +1 -1
  188. package/src/hookInterfaces/index.js +19 -0
  189. package/src/hookInterfaces/index.js.map +1 -0
  190. package/src/hookTemplates/endpoints/list.js +3 -2
  191. package/src/hookTemplates/endpoints/list.js.map +1 -1
  192. package/src/hookTemplates/index.js +19 -0
  193. package/src/hookTemplates/index.js.map +1 -0
  194. package/src/hookTemplates/models/hookTemplate.js +3 -0
  195. package/src/hookTemplates/models/hookTemplate.js.map +1 -0
  196. package/src/hookTemplates/models/hookTemplate.schema.js +2 -1
  197. package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
  198. package/src/hookTemplates/models/index.js +21 -0
  199. package/src/hookTemplates/models/index.js.map +1 -0
  200. package/src/hooks/endpoints/createFromTemplate.js.map +1 -1
  201. package/src/hooks/endpoints/createFromTemplate.schema.js +2 -2
  202. package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -1
  203. package/src/hooks/endpoints/duplicate.js +16 -0
  204. package/src/hooks/endpoints/duplicate.js.map +1 -0
  205. package/src/hooks/endpoints/duplicate.schema.js +11 -0
  206. package/src/hooks/endpoints/duplicate.schema.js.map +1 -0
  207. package/src/hooks/endpoints/index.js +2 -0
  208. package/src/hooks/endpoints/index.js.map +1 -1
  209. package/src/hooks/endpoints/list.js +3 -2
  210. package/src/hooks/endpoints/list.js.map +1 -1
  211. package/src/hooks/endpoints/list.schema.js +3 -2
  212. package/src/hooks/endpoints/list.schema.js.map +1 -1
  213. package/src/hooks/endpoints/runLogs.js +3 -0
  214. package/src/hooks/endpoints/runLogs.js.map +1 -1
  215. package/src/hooks/endpoints/runs.js +6 -3
  216. package/src/hooks/endpoints/runs.js.map +1 -1
  217. package/src/hooks/endpoints/runs.schema.js +3 -4
  218. package/src/hooks/endpoints/runs.schema.js.map +1 -1
  219. package/src/hooks/index.js +19 -0
  220. package/src/hooks/index.js.map +1 -0
  221. package/src/hooks/models/event.js +59 -0
  222. package/src/hooks/models/event.js.map +1 -0
  223. package/src/hooks/models/event.schema.js +7 -0
  224. package/src/hooks/models/event.schema.js.map +1 -0
  225. package/src/hooks/models/hook.schema.js +2 -1
  226. package/src/hooks/models/hook.schema.js.map +1 -1
  227. package/src/hooks/models/hookConfig.schema.js +1 -1
  228. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  229. package/src/hooks/models/hookUtils.schema.js +1 -21
  230. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  231. package/src/hooks/models/index.js +29 -0
  232. package/src/hooks/models/index.js.map +1 -0
  233. package/src/hooks/models/run.schema.js +5 -4
  234. package/src/hooks/models/run.schema.js.map +1 -1
  235. package/src/hooks/models/values.js +15 -0
  236. package/src/hooks/models/values.js.map +1 -0
  237. package/src/inboxes/endpoints/list.js +3 -2
  238. package/src/inboxes/endpoints/list.js.map +1 -1
  239. package/src/inboxes/index.js +20 -0
  240. package/src/inboxes/index.js.map +1 -0
  241. package/src/inboxes/mocks/inbox.js +21 -0
  242. package/src/inboxes/mocks/inbox.js.map +1 -0
  243. package/src/inboxes/mocks/index.js +18 -0
  244. package/src/inboxes/mocks/index.js.map +1 -0
  245. package/src/inboxes/models/index.js +18 -0
  246. package/src/inboxes/models/index.js.map +1 -0
  247. package/src/internal/endpoints/computedFieldSummary.js +15 -0
  248. package/src/internal/endpoints/computedFieldSummary.js.map +1 -0
  249. package/src/internal/endpoints/computedFieldSummary.schema.js +21 -0
  250. package/src/internal/endpoints/computedFieldSummary.schema.js.map +1 -0
  251. package/src/internal/endpoints/getMetabaseJWT.js +13 -0
  252. package/src/internal/endpoints/getMetabaseJWT.js.map +1 -0
  253. package/src/internal/endpoints/getMetabaseJWT.schema.js +8 -0
  254. package/src/internal/endpoints/getMetabaseJWT.schema.js.map +1 -0
  255. package/src/internal/endpoints/index.js +11 -1
  256. package/src/internal/endpoints/index.js.map +1 -1
  257. package/src/internal/endpoints/reportSummary.js +15 -0
  258. package/src/internal/endpoints/reportSummary.js.map +1 -0
  259. package/src/internal/endpoints/reportSummary.schema.js +12 -0
  260. package/src/internal/endpoints/reportSummary.schema.js.map +1 -0
  261. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  262. package/src/internal/endpoints/rules/evaluateRules.schema.js +5 -6
  263. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  264. package/src/internal/endpoints/rules/suggestRule.schema.js +4 -4
  265. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  266. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js +4 -4
  267. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js.map +1 -1
  268. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +4 -4
  269. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  270. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  271. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -2
  272. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  273. package/src/internal/endpoints/schemas/formulasInfo.schema.js +7 -1
  274. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  275. package/src/internal/endpoints/schemas/suggestComputedField.js +13 -0
  276. package/src/internal/endpoints/schemas/suggestComputedField.js.map +1 -0
  277. package/src/internal/endpoints/schemas/suggestComputedField.schema.js +21 -0
  278. package/src/internal/endpoints/schemas/suggestComputedField.schema.js.map +1 -0
  279. package/src/internal/endpoints/suggestReport.js +15 -0
  280. package/src/internal/endpoints/suggestReport.js.map +1 -0
  281. package/src/internal/endpoints/suggestReport.schema.js +13 -0
  282. package/src/internal/endpoints/suggestReport.schema.js.map +1 -0
  283. package/src/internal/index.js +18 -0
  284. package/src/internal/index.js.map +1 -0
  285. package/src/labels/endpoints/list.js +3 -2
  286. package/src/labels/endpoints/list.js.map +1 -1
  287. package/src/labels/index.js +19 -0
  288. package/src/labels/index.js.map +1 -0
  289. package/src/labels/models/index.js +19 -0
  290. package/src/labels/models/index.js.map +1 -0
  291. package/src/memberships/index.js +19 -0
  292. package/src/memberships/index.js.map +1 -0
  293. package/src/memberships/models/index.js +18 -0
  294. package/src/memberships/models/index.js.map +1 -0
  295. package/src/memberships/models/membership.js +3 -0
  296. package/src/memberships/models/membership.js.map +1 -0
  297. package/src/organization/endpoints/list.js +3 -2
  298. package/src/organization/endpoints/list.js.map +1 -1
  299. package/src/organization/endpoints/patch.schema.js +6 -0
  300. package/src/organization/endpoints/patch.schema.js.map +1 -0
  301. package/src/organization/index.js +20 -0
  302. package/src/organization/index.js.map +1 -0
  303. package/src/organization/mocks/index.js +18 -0
  304. package/src/organization/mocks/index.js.map +1 -0
  305. package/src/organization/mocks/organization.js +15 -0
  306. package/src/organization/mocks/organization.js.map +1 -0
  307. package/src/organization/models/emailLimits.js +3 -0
  308. package/src/organization/models/emailLimits.js.map +1 -0
  309. package/src/organization/models/index.js +23 -0
  310. package/src/organization/models/index.js.map +1 -0
  311. package/src/organization/models/limits.js +3 -0
  312. package/src/organization/models/limits.js.map +1 -0
  313. package/src/organizationGroups/endpoints/organizations.js +3 -2
  314. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  315. package/src/organizationGroups/endpoints/queues.js +3 -2
  316. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  317. package/src/organizationGroups/endpoints/workspaces.js +3 -2
  318. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  319. package/src/organizationGroups/index.js +19 -0
  320. package/src/organizationGroups/index.js.map +1 -0
  321. package/src/organizationGroups/models/index.js +23 -0
  322. package/src/organizationGroups/models/index.js.map +1 -0
  323. package/src/organizationGroups/models/organizationGroupOrganization.js +3 -0
  324. package/src/organizationGroups/models/organizationGroupOrganization.js.map +1 -0
  325. package/src/organizationGroups/models/organizationGroupQueue.js +3 -0
  326. package/src/organizationGroups/models/organizationGroupQueue.js.map +1 -0
  327. package/src/organizationGroups/models/organizationGroupWorkspace.js +3 -0
  328. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +1 -0
  329. package/src/pages/endpoints/list.js +3 -2
  330. package/src/pages/endpoints/list.js.map +1 -1
  331. package/src/pages/endpoints/list.schema.js +13 -3
  332. package/src/pages/endpoints/list.schema.js.map +1 -1
  333. package/src/pages/index.js +19 -0
  334. package/src/pages/index.js.map +1 -0
  335. package/src/pages/models/index.js +18 -0
  336. package/src/pages/models/index.js.map +1 -0
  337. package/src/pages/models/page.js +3 -0
  338. package/src/pages/models/page.js.map +1 -0
  339. package/src/queues/endpoints/automation.schema.js +2 -2
  340. package/src/queues/endpoints/automation.schema.js.map +1 -1
  341. package/src/queues/endpoints/automationSetupCurrentStats.js +13 -0
  342. package/src/queues/endpoints/automationSetupCurrentStats.js.map +1 -0
  343. package/src/queues/endpoints/automationSetupProjections.js +17 -0
  344. package/src/queues/endpoints/automationSetupProjections.js.map +1 -0
  345. package/src/queues/endpoints/duplicate.js.map +1 -1
  346. package/src/queues/endpoints/duplicate.schema.js +1 -0
  347. package/src/queues/endpoints/duplicate.schema.js.map +1 -1
  348. package/src/queues/endpoints/getAutomationTargets.js +14 -0
  349. package/src/queues/endpoints/getAutomationTargets.js.map +1 -0
  350. package/src/queues/endpoints/index.js +8 -2
  351. package/src/queues/endpoints/index.js.map +1 -1
  352. package/src/queues/endpoints/list.js +5 -3
  353. package/src/queues/endpoints/list.js.map +1 -1
  354. package/src/queues/endpoints/list.schema.js +5 -3
  355. package/src/queues/endpoints/list.schema.js.map +1 -1
  356. package/src/queues/endpoints/saveAutomationTarget.js +16 -0
  357. package/src/queues/endpoints/saveAutomationTarget.js.map +1 -0
  358. package/src/queues/index.js +20 -0
  359. package/src/queues/index.js.map +1 -0
  360. package/src/queues/mocks/automation.js +19 -0
  361. package/src/queues/mocks/automation.js.map +1 -0
  362. package/src/queues/mocks/index.js +19 -0
  363. package/src/queues/mocks/index.js.map +1 -0
  364. package/src/queues/mocks/queue.js +33 -0
  365. package/src/queues/mocks/queue.js.map +1 -0
  366. package/src/queues/models/automationResponseAutomationBlocker.js +3 -0
  367. package/src/queues/models/automationResponseAutomationBlocker.js.map +1 -0
  368. package/src/queues/models/automationResponseAutomationBlocker.schema.js +24 -0
  369. package/src/queues/models/automationResponseAutomationBlocker.schema.js.map +1 -0
  370. package/src/queues/models/automationSetup.schema.js +50 -31
  371. package/src/queues/models/automationSetup.schema.js.map +1 -1
  372. package/src/queues/models/index.js +31 -0
  373. package/src/queues/models/index.js.map +1 -0
  374. package/src/queues/models/queueSettings.schema.js +45 -3
  375. package/src/queues/models/queueSettings.schema.js.map +1 -1
  376. package/src/queues/models/relatedObjectsCounts.js +3 -0
  377. package/src/queues/models/relatedObjectsCounts.js.map +1 -0
  378. package/src/queues/models/vendorEmailNotificationsSettings.js +3 -0
  379. package/src/queues/models/vendorEmailNotificationsSettings.js.map +1 -0
  380. package/src/queues/models/vendorEmailNotificationsSettings.schema.js +16 -0
  381. package/src/queues/models/vendorEmailNotificationsSettings.schema.js.map +1 -0
  382. package/src/relations/endpoints/list.js +3 -2
  383. package/src/relations/endpoints/list.js.map +1 -1
  384. package/src/relations/index.js +19 -0
  385. package/src/relations/index.js.map +1 -0
  386. package/src/relations/models/index.js +19 -0
  387. package/src/relations/models/index.js.map +1 -0
  388. package/src/rules/endpoints/create.js +2 -2
  389. package/src/rules/endpoints/create.js.map +1 -1
  390. package/src/rules/endpoints/create.schema.js +5 -2
  391. package/src/rules/endpoints/create.schema.js.map +1 -1
  392. package/src/rules/endpoints/get.js +2 -2
  393. package/src/rules/endpoints/get.js.map +1 -1
  394. package/src/rules/endpoints/index.js.map +1 -1
  395. package/src/rules/endpoints/list.js +5 -4
  396. package/src/rules/endpoints/list.js.map +1 -1
  397. package/src/rules/endpoints/list.schema.js +4 -1
  398. package/src/rules/endpoints/list.schema.js.map +1 -1
  399. package/src/rules/endpoints/patch.js +2 -2
  400. package/src/rules/endpoints/patch.js.map +1 -1
  401. package/src/rules/endpoints/patch.schema.js +2 -2
  402. package/src/rules/endpoints/patch.schema.js.map +1 -1
  403. package/src/rules/index.js +18 -0
  404. package/src/rules/index.js.map +1 -0
  405. package/src/rules/models/queueRule.js +3 -0
  406. package/src/rules/models/queueRule.js.map +1 -0
  407. package/src/rules/models/{schemaRule.schema.js → queueRule.schema.js} +9 -12
  408. package/src/rules/models/queueRule.schema.js.map +1 -0
  409. package/src/rulesExecutionLogs/endpoints/get.js +13 -0
  410. package/src/rulesExecutionLogs/endpoints/get.js.map +1 -0
  411. package/src/rulesExecutionLogs/endpoints/index.js +10 -0
  412. package/src/rulesExecutionLogs/endpoints/index.js.map +1 -0
  413. package/src/rulesExecutionLogs/endpoints/list.js +18 -0
  414. package/src/rulesExecutionLogs/endpoints/list.js.map +1 -0
  415. package/src/rulesExecutionLogs/endpoints/list.schema.js +17 -0
  416. package/src/rulesExecutionLogs/endpoints/list.schema.js.map +1 -0
  417. package/src/rulesExecutionLogs/index.js +19 -0
  418. package/src/rulesExecutionLogs/index.js.map +1 -0
  419. package/src/rulesExecutionLogs/models/index.js +3 -0
  420. package/src/rulesExecutionLogs/models/index.js.map +1 -0
  421. package/src/rulesExecutionLogs/models/ruleExecutionLog.js +3 -0
  422. package/src/rulesExecutionLogs/models/ruleExecutionLog.js.map +1 -0
  423. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js +32 -0
  424. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js.map +1 -0
  425. package/src/schemaFields/index.js +19 -0
  426. package/src/schemaFields/index.js.map +1 -0
  427. package/src/schemaFields/models/index.js +19 -0
  428. package/src/schemaFields/models/index.js.map +1 -0
  429. package/src/schemas/endpoints/get.js +12 -1
  430. package/src/schemas/endpoints/get.js.map +1 -1
  431. package/src/schemas/endpoints/index.js +3 -0
  432. package/src/schemas/endpoints/index.js.map +1 -1
  433. package/src/schemas/endpoints/list.js +3 -2
  434. package/src/schemas/endpoints/list.js.map +1 -1
  435. package/src/schemas/endpoints/patch.js +12 -1
  436. package/src/schemas/endpoints/patch.js.map +1 -1
  437. package/src/schemas/endpoints/patch.schema.js +3 -1
  438. package/src/schemas/endpoints/patch.schema.js.map +1 -1
  439. package/src/schemas/endpoints/validate.js +13 -2
  440. package/src/schemas/endpoints/validate.js.map +1 -1
  441. package/src/schemas/index.js +20 -0
  442. package/src/schemas/index.js.map +1 -0
  443. package/src/schemas/mocks/index.js +19 -0
  444. package/src/schemas/mocks/index.js.map +1 -0
  445. package/src/schemas/mocks/schema.js +12 -0
  446. package/src/schemas/mocks/schema.js.map +1 -0
  447. package/src/schemas/mocks/schemaItem.js +64 -0
  448. package/src/schemas/mocks/schemaItem.js.map +1 -0
  449. package/src/schemas/models/index.js +49 -0
  450. package/src/schemas/models/index.js.map +1 -0
  451. package/src/schemas/models/list.js +3 -0
  452. package/src/schemas/models/list.js.map +1 -0
  453. package/src/schemas/models/list.schema.js +23 -0
  454. package/src/schemas/models/list.schema.js.map +1 -0
  455. package/src/schemas/models/rawSchema.js +3 -0
  456. package/src/schemas/models/rawSchema.js.map +1 -0
  457. package/src/schemas/models/rawSchema.schema.js +16 -0
  458. package/src/schemas/models/rawSchema.schema.js.map +1 -0
  459. package/src/schemas/models/schema.schema.js +2 -0
  460. package/src/schemas/models/schema.schema.js.map +1 -1
  461. package/src/schemas/models/schemaDatapointBase.schema.js +2 -2
  462. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  463. package/src/schemas/models/schemaDatapointEnum.schema.js +1 -0
  464. package/src/schemas/models/schemaDatapointEnum.schema.js.map +1 -1
  465. package/src/shared/index.js +18 -0
  466. package/src/shared/index.js.map +1 -0
  467. package/src/shared/models/annotationListTable.schema.js +1 -0
  468. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  469. package/src/shared/models/index.js +23 -0
  470. package/src/shared/models/index.js.map +1 -0
  471. package/src/shared/models/message.schema.js +7 -3
  472. package/src/shared/models/message.schema.js.map +1 -1
  473. package/src/suggestedEdit/index.js +19 -0
  474. package/src/suggestedEdit/index.js.map +1 -0
  475. package/src/suggestedEdit/models/index.js +21 -0
  476. package/src/suggestedEdit/models/index.js.map +1 -0
  477. package/src/suggestedEdit/models/suggestedDocument.js +3 -0
  478. package/src/suggestedEdit/models/suggestedDocument.js.map +1 -0
  479. package/src/suggestedEdit/models/suggestedDocument.schema.js +3 -0
  480. package/src/suggestedEdit/models/suggestedDocument.schema.js.map +1 -1
  481. package/src/suggestedEdit/models/suggestedEdit.js +3 -0
  482. package/src/suggestedEdit/models/suggestedEdit.js.map +1 -0
  483. package/src/surveys/endpoints/get.schema.js +10 -0
  484. package/src/surveys/endpoints/get.schema.js.map +1 -0
  485. package/src/surveys/endpoints/list.js +3 -2
  486. package/src/surveys/endpoints/list.js.map +1 -1
  487. package/src/surveys/index.js +19 -0
  488. package/src/surveys/index.js.map +1 -0
  489. package/src/surveys/models/index.js +21 -0
  490. package/src/surveys/models/index.js.map +1 -0
  491. package/src/surveys/models/question.js +3 -0
  492. package/src/surveys/models/question.js.map +1 -0
  493. package/src/surveys/models/question.schema.js +11 -0
  494. package/src/surveys/models/question.schema.js.map +1 -0
  495. package/src/surveys/models/survey.js +3 -0
  496. package/src/surveys/models/survey.js.map +1 -0
  497. package/src/surveys/models/surveyTemplate.js +3 -0
  498. package/src/surveys/models/surveyTemplate.js.map +1 -0
  499. package/src/surveys/models/surveyTemplate.schema.js +11 -0
  500. package/src/surveys/models/surveyTemplate.schema.js.map +1 -0
  501. package/src/tasks/index.js +20 -0
  502. package/src/tasks/index.js.map +1 -0
  503. package/src/tasks/mocks/asyncTask.js +14 -0
  504. package/src/tasks/mocks/asyncTask.js.map +1 -0
  505. package/src/tasks/mocks/index.js +18 -0
  506. package/src/tasks/mocks/index.js.map +1 -0
  507. package/src/tasks/models/asyncTask.js +3 -0
  508. package/src/tasks/models/asyncTask.js.map +1 -0
  509. package/src/tasks/models/asyncTaskResult.js +3 -0
  510. package/src/tasks/models/asyncTaskResult.js.map +1 -0
  511. package/src/tasks/models/asyncTaskResult.schema.js +13 -0
  512. package/src/tasks/models/asyncTaskResult.schema.js.map +1 -0
  513. package/src/tasks/models/index.js +21 -0
  514. package/src/tasks/models/index.js.map +1 -0
  515. package/src/triggers/endpoints/list.js +3 -2
  516. package/src/triggers/endpoints/list.js.map +1 -1
  517. package/src/triggers/index.js +19 -0
  518. package/src/triggers/index.js.map +1 -0
  519. package/src/triggers/models/index.js +18 -0
  520. package/src/triggers/models/index.js.map +1 -0
  521. package/src/uploads/index.js +19 -0
  522. package/src/uploads/index.js.map +1 -0
  523. package/src/uploads/models/index.js +19 -0
  524. package/src/uploads/models/index.js.map +1 -0
  525. package/src/uploads/models/upload.js +3 -0
  526. package/src/uploads/models/upload.js.map +1 -0
  527. package/src/users/endpoints/index.js.map +1 -1
  528. package/src/users/endpoints/list.js +3 -2
  529. package/src/users/endpoints/list.js.map +1 -1
  530. package/src/users/endpoints/list.schema.js +2 -1
  531. package/src/users/endpoints/list.schema.js.map +1 -1
  532. package/src/users/index.js +20 -0
  533. package/src/users/index.js.map +1 -0
  534. package/src/users/mocks/index.js +18 -0
  535. package/src/users/mocks/index.js.map +1 -0
  536. package/src/users/mocks/user.js +14 -0
  537. package/src/users/mocks/user.js.map +1 -0
  538. package/src/users/models/resetPassword.js +3 -0
  539. package/src/users/models/resetPassword.js.map +1 -0
  540. package/src/utils/index.js +37 -0
  541. package/src/utils/index.js.map +1 -0
  542. package/src/utils/mockUtils.js +13 -0
  543. package/src/utils/mockUtils.js.map +1 -0
  544. package/src/utils.schema.js +9 -0
  545. package/src/utils.schema.js.map +1 -0
  546. package/src/workflowActivities/endpoints/list.js +3 -2
  547. package/src/workflowActivities/endpoints/list.js.map +1 -1
  548. package/src/workflowActivities/index.js +19 -0
  549. package/src/workflowActivities/index.js.map +1 -0
  550. package/src/workflowActivities/models/index.js +18 -0
  551. package/src/workflowActivities/models/index.js.map +1 -0
  552. package/src/workflowRuns/endpoints/list.js +3 -2
  553. package/src/workflowRuns/endpoints/list.js.map +1 -1
  554. package/src/workflowRuns/index.js +19 -0
  555. package/src/workflowRuns/index.js.map +1 -0
  556. package/src/workflowRuns/models/index.js +19 -0
  557. package/src/workflowRuns/models/index.js.map +1 -0
  558. package/src/workflowSteps/endpoints/list.js +3 -2
  559. package/src/workflowSteps/endpoints/list.js.map +1 -1
  560. package/src/workflowSteps/index.js +19 -0
  561. package/src/workflowSteps/index.js.map +1 -0
  562. package/src/workflowSteps/models/index.js +18 -0
  563. package/src/workflowSteps/models/index.js.map +1 -0
  564. package/src/workflows/endpoints/list.js +3 -2
  565. package/src/workflows/endpoints/list.js.map +1 -1
  566. package/src/workflows/index.js +19 -0
  567. package/src/workflows/index.js.map +1 -0
  568. package/src/workflows/models/index.js +18 -0
  569. package/src/workflows/models/index.js.map +1 -0
  570. package/src/workspaces/endpoints/list.js +3 -2
  571. package/src/workspaces/endpoints/list.js.map +1 -1
  572. package/src/workspaces/index.js +19 -0
  573. package/src/workspaces/index.js.map +1 -0
  574. package/src/workspaces/models/index.js +18 -0
  575. package/src/workspaces/models/index.js.map +1 -0
  576. package/types/index.d.ts +6531 -2434
  577. package/types/src/annotations/endpoints/editPages.d.ts +14 -0
  578. package/types/src/annotations/endpoints/editPages.schema.d.ts +12 -0
  579. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +6 -0
  580. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +5 -0
  581. package/types/src/annotations/endpoints/get.d.ts +52 -21
  582. package/types/src/annotations/endpoints/getContent.d.ts +456 -0
  583. package/types/src/annotations/endpoints/index.d.ts +1934 -155
  584. package/types/src/annotations/endpoints/list.d.ts +1118 -570
  585. package/types/src/annotations/endpoints/patch.d.ts +104 -42
  586. package/types/src/annotations/endpoints/patch.schema.d.ts +52 -21
  587. package/types/src/annotations/endpoints/search.d.ts +571 -42
  588. package/types/src/annotations/endpoints/startEditPages.d.ts +72 -0
  589. package/types/src/annotations/endpoints/updateContent.d.ts +23 -0
  590. package/types/src/annotations/endpoints/validate.d.ts +42 -0
  591. package/types/src/annotations/endpoints/validate.schema.d.ts +42 -0
  592. package/types/src/annotations/index.d.ts +3 -0
  593. package/types/src/annotations/mocks/annotation.d.ts +8 -0
  594. package/types/src/annotations/mocks/index.d.ts +1 -0
  595. package/types/src/annotations/models/annotation.d.ts +1 -0
  596. package/types/src/annotations/models/annotation.schema.d.ts +52 -21
  597. package/types/src/annotations/models/annotationData.d.ts +5 -0
  598. package/types/src/annotations/models/annotationData.schema.d.ts +819 -0
  599. package/types/src/annotations/models/annotationListSideload.d.ts +4 -1
  600. package/types/src/annotations/models/annotationListSideload.schema.d.ts +504 -16
  601. package/types/src/annotations/models/editPages.d.ts +9 -1
  602. package/types/src/annotations/models/editPages.schema.d.ts +172 -0
  603. package/types/src/authentication/endpoints/index.d.ts +1 -1
  604. package/types/src/authentication/index.d.ts +2 -0
  605. package/types/src/authentication/models/authInfo.d.ts +4 -0
  606. package/types/src/authentication/models/index.d.ts +2 -0
  607. package/types/src/automationBlockers/endpoints/get.d.ts +350 -114
  608. package/types/src/automationBlockers/endpoints/index.d.ts +350 -114
  609. package/types/src/automationBlockers/index.d.ts +2 -0
  610. package/types/src/automationBlockers/models/automationBlocker.d.ts +55 -0
  611. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +1376 -6
  612. package/types/src/automationBlockers/models/index.d.ts +2 -0
  613. package/types/src/billing/endpoints/getHistory.schema.d.ts +26 -0
  614. package/types/src/billing/endpoints/index.d.ts +5 -0
  615. package/types/src/billing/index.d.ts +2 -0
  616. package/types/src/billing/models/billingHistory.d.ts +40 -0
  617. package/types/src/billing/models/billingStats.d.ts +21 -0
  618. package/types/src/billing/models/index.d.ts +4 -0
  619. package/types/src/connectors/endpoints/index.d.ts +15 -2
  620. package/types/src/connectors/endpoints/list.d.ts +46 -32
  621. package/types/src/connectors/index.d.ts +2 -0
  622. package/types/src/connectors/models/connector.d.ts +15 -0
  623. package/types/src/connectors/models/index.d.ts +2 -0
  624. package/types/src/dedicatedEngineSchema/index.d.ts +2 -0
  625. package/types/src/dedicatedEngineSchema/models/index.d.ts +9 -0
  626. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +31 -0
  627. package/types/src/dedicatedEngines/endpoints/index.d.ts +21 -3
  628. package/types/src/dedicatedEngines/endpoints/list.d.ts +49 -30
  629. package/types/src/dedicatedEngines/index.d.ts +2 -0
  630. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +10 -0
  631. package/types/src/dedicatedEngines/models/index.d.ts +1 -0
  632. package/types/src/deleteRecommendations/endpoints/index.d.ts +12 -3
  633. package/types/src/deleteRecommendations/endpoints/list.d.ts +31 -21
  634. package/types/src/deleteRecommendations/index.d.ts +2 -0
  635. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +10 -0
  636. package/types/src/deleteRecommendations/models/index.d.ts +1 -0
  637. package/types/src/documentRelations/endpoints/index.d.ts +17 -2
  638. package/types/src/documentRelations/endpoints/list.d.ts +44 -28
  639. package/types/src/documentRelations/index.d.ts +2 -0
  640. package/types/src/documentRelations/models/index.d.ts +1 -0
  641. package/types/src/documentRelations/models/relation.d.ts +10 -0
  642. package/types/src/documentRelations/models/relation.schema.d.ts +24 -0
  643. package/types/src/documents/endpoints/index.d.ts +22 -3
  644. package/types/src/documents/endpoints/list.d.ts +58 -39
  645. package/types/src/documents/index.d.ts +3 -0
  646. package/types/src/documents/mocks/document.d.ts +8 -0
  647. package/types/src/documents/mocks/index.d.ts +1 -0
  648. package/types/src/documents/models/index.d.ts +2 -0
  649. package/types/src/email/endpoints/get.d.ts +3 -3
  650. package/types/src/email/endpoints/index.d.ts +33 -4
  651. package/types/src/email/endpoints/list.d.ts +108 -79
  652. package/types/src/email/index.d.ts +3 -0
  653. package/types/src/email/mocks/email.d.ts +9 -0
  654. package/types/src/email/mocks/index.d.ts +1 -0
  655. package/types/src/email/models/email.d.ts +39 -0
  656. package/types/src/email/models/index.d.ts +2 -0
  657. package/types/src/emailTemplates/endpoints/index.d.ts +20 -7
  658. package/types/src/emailTemplates/endpoints/list.d.ts +84 -70
  659. package/types/src/emailTemplates/endpoints/list.schema.d.ts +3 -3
  660. package/types/src/emailTemplates/index.d.ts +3 -0
  661. package/types/src/emailTemplates/mocks/emailTemplate.d.ts +54 -0
  662. package/types/src/emailTemplates/mocks/index.d.ts +1 -0
  663. package/types/src/emailTemplates/models/index.d.ts +1 -0
  664. package/types/src/emailTemplatesStats/endpoints/index.d.ts +14 -3
  665. package/types/src/emailTemplatesStats/endpoints/list.d.ts +32 -20
  666. package/types/src/emailTemplatesStats/index.d.ts +2 -0
  667. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +6 -0
  668. package/types/src/emailTemplatesStats/models/index.d.ts +1 -0
  669. package/types/src/emailThreads/endpoints/index.d.ts +23 -2
  670. package/types/src/emailThreads/endpoints/list.d.ts +74 -52
  671. package/types/src/emailThreads/index.d.ts +3 -0
  672. package/types/src/emailThreads/mocks/emailThread.d.ts +8 -0
  673. package/types/src/emailThreads/mocks/index.d.ts +1 -0
  674. package/types/src/emailThreads/models/emailThreads.d.ts +32 -0
  675. package/types/src/emailThreads/models/index.d.ts +2 -0
  676. package/types/src/engineFields/endpoints/index.d.ts +20 -6
  677. package/types/src/engineFields/endpoints/list.d.ts +46 -31
  678. package/types/src/engineFields/endpoints/listPreTrainedFields.d.ts +4 -4
  679. package/types/src/engineFields/index.d.ts +2 -0
  680. package/types/src/engineFields/models/index.d.ts +3 -0
  681. package/types/src/engineFields/models/preTrainedField.d.ts +11 -0
  682. package/types/src/engineFields/models/preTrainedField.schema.d.ts +2 -2
  683. package/types/src/engines/endpoints/index.d.ts +213 -20
  684. package/types/src/engines/endpoints/list.d.ts +40 -27
  685. package/types/src/engines/endpoints/queueStats.d.ts +322 -140
  686. package/types/src/engines/endpoints/queueStats.schema.d.ts +186 -15
  687. package/types/src/engines/index.d.ts +2 -0
  688. package/types/src/engines/models/engineQueueStatsItem.d.ts +7 -0
  689. package/types/src/engines/models/index.d.ts +1 -0
  690. package/types/src/genericEngines/endpoints/index.d.ts +21 -3
  691. package/types/src/genericEngines/endpoints/list.d.ts +49 -30
  692. package/types/src/genericEngines/index.d.ts +2 -0
  693. package/types/src/genericEngines/models/genericEngine.d.ts +9 -0
  694. package/types/src/genericEngines/models/index.d.ts +1 -0
  695. package/types/src/groups/endpoints/index.d.ts +10 -0
  696. package/types/src/groups/endpoints/list.d.ts +24 -13
  697. package/types/src/groups/endpoints/list.schema.d.ts +11 -0
  698. package/types/src/groups/index.d.ts +2 -0
  699. package/types/src/groups/models/group.d.ts +7 -0
  700. package/types/src/groups/models/index.d.ts +1 -0
  701. package/types/src/hookInterfaces/endpoints/index.d.ts +16 -2
  702. package/types/src/hookInterfaces/endpoints/list.d.ts +45 -30
  703. package/types/src/hookInterfaces/index.d.ts +2 -0
  704. package/types/src/hookTemplates/endpoints/get.d.ts +14 -14
  705. package/types/src/hookTemplates/endpoints/index.d.ts +49 -38
  706. package/types/src/hookTemplates/endpoints/list.d.ts +181 -169
  707. package/types/src/hookTemplates/index.d.ts +2 -0
  708. package/types/src/hookTemplates/models/hookTemplate.d.ts +45 -0
  709. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +14 -14
  710. package/types/src/hookTemplates/models/index.d.ts +2 -0
  711. package/types/src/hooks/endpoints/create.d.ts +19 -19
  712. package/types/src/hooks/endpoints/create.schema.d.ts +10 -10
  713. package/types/src/hooks/endpoints/createFromTemplate.d.ts +18 -18
  714. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +3 -3
  715. package/types/src/hooks/endpoints/duplicate.d.ts +502 -0
  716. package/types/src/hooks/endpoints/duplicate.schema.d.ts +17 -0
  717. package/types/src/hooks/endpoints/get.d.ts +14 -14
  718. package/types/src/hooks/endpoints/index.d.ts +826 -230
  719. package/types/src/hooks/endpoints/list.d.ts +190 -167
  720. package/types/src/hooks/endpoints/list.schema.d.ts +6 -3
  721. package/types/src/hooks/endpoints/patch.d.ts +28 -28
  722. package/types/src/hooks/endpoints/patch.schema.d.ts +14 -14
  723. package/types/src/hooks/endpoints/runLogs.d.ts +24 -13
  724. package/types/src/hooks/endpoints/runs.d.ts +302 -233
  725. package/types/src/hooks/endpoints/runs.schema.d.ts +6 -502
  726. package/types/src/hooks/endpoints/test.d.ts +5 -5
  727. package/types/src/hooks/endpoints/test.schema.d.ts +5 -5
  728. package/types/src/hooks/index.d.ts +2 -0
  729. package/types/src/hooks/models/event.d.ts +6 -0
  730. package/types/src/hooks/models/event.schema.d.ts +2 -0
  731. package/types/src/hooks/models/hook.d.ts +2 -1
  732. package/types/src/hooks/models/hook.schema.d.ts +31 -31
  733. package/types/src/hooks/models/hookConfig.d.ts +1 -1
  734. package/types/src/hooks/models/hookConfig.schema.d.ts +3 -3
  735. package/types/src/hooks/models/hookUtils.d.ts +0 -1
  736. package/types/src/hooks/models/hookUtils.schema.d.ts +0 -1
  737. package/types/src/hooks/models/index.d.ts +9 -0
  738. package/types/src/hooks/models/run.d.ts +5 -4
  739. package/types/src/hooks/models/run.schema.d.ts +75 -60
  740. package/types/src/hooks/models/values.d.ts +6 -0
  741. package/types/src/inboxes/endpoints/index.d.ts +12 -3
  742. package/types/src/inboxes/endpoints/list.d.ts +49 -39
  743. package/types/src/inboxes/index.d.ts +3 -0
  744. package/types/src/inboxes/mocks/inbox.d.ts +4 -0
  745. package/types/src/inboxes/mocks/index.d.ts +1 -0
  746. package/types/src/inboxes/models/index.d.ts +1 -0
  747. package/types/src/internal/endpoints/computedFieldSummary.d.ts +7871 -0
  748. package/types/src/internal/endpoints/computedFieldSummary.schema.d.ts +7889 -0
  749. package/types/src/internal/endpoints/getMetabaseJWT.d.ts +11 -0
  750. package/types/src/internal/endpoints/getMetabaseJWT.schema.d.ts +8 -0
  751. package/types/src/internal/endpoints/index.d.ts +8191 -22536
  752. package/types/src/internal/endpoints/reportSummary.d.ts +17 -0
  753. package/types/src/internal/endpoints/reportSummary.schema.d.ts +20 -0
  754. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +370 -7858
  755. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +365 -7852
  756. package/types/src/internal/endpoints/rules/suggestRule.d.ts +7 -7745
  757. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +3 -7751
  758. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +17 -7760
  759. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +13 -7756
  760. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +17 -7760
  761. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +13 -7756
  762. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +695 -167
  763. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +693 -165
  764. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +188 -144
  765. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +188 -144
  766. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +188 -144
  767. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +188 -144
  768. package/types/src/internal/endpoints/schemas/suggestComputedField.d.ts +7839 -0
  769. package/types/src/internal/endpoints/schemas/suggestComputedField.schema.d.ts +7836 -0
  770. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +188 -144
  771. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +188 -144
  772. package/types/src/internal/endpoints/suggestReport.d.ts +16 -0
  773. package/types/src/internal/endpoints/suggestReport.schema.d.ts +27 -0
  774. package/types/src/internal/index.d.ts +1 -0
  775. package/types/src/labels/endpoints/index.d.ts +14 -4
  776. package/types/src/labels/endpoints/list.d.ts +31 -20
  777. package/types/src/labels/index.d.ts +2 -0
  778. package/types/src/labels/models/index.d.ts +2 -0
  779. package/types/src/memberships/index.d.ts +2 -0
  780. package/types/src/memberships/models/index.d.ts +1 -0
  781. package/types/src/memberships/models/membership.d.ts +9 -0
  782. package/types/src/organization/endpoints/create.d.ts +11 -11
  783. package/types/src/organization/endpoints/create.schema.d.ts +11 -11
  784. package/types/src/organization/endpoints/get.d.ts +9 -9
  785. package/types/src/organization/endpoints/index.d.ts +66 -55
  786. package/types/src/organization/endpoints/list.d.ts +72 -60
  787. package/types/src/organization/endpoints/patch.d.ts +18 -18
  788. package/types/src/organization/endpoints/patch.schema.d.ts +182 -0
  789. package/types/src/organization/index.d.ts +3 -0
  790. package/types/src/organization/mocks/index.d.ts +1 -0
  791. package/types/src/organization/mocks/organization.d.ts +4 -0
  792. package/types/src/organization/models/emailLimits.d.ts +10 -0
  793. package/types/src/organization/models/index.d.ts +6 -0
  794. package/types/src/organization/models/limits.d.ts +4 -0
  795. package/types/src/organization/models/organization.schema.d.ts +9 -9
  796. package/types/src/organizationGroups/endpoints/index.d.ts +36 -15
  797. package/types/src/organizationGroups/endpoints/organizations.d.ts +28 -20
  798. package/types/src/organizationGroups/endpoints/queues.d.ts +33 -25
  799. package/types/src/organizationGroups/endpoints/workspaces.d.ts +32 -24
  800. package/types/src/organizationGroups/index.d.ts +2 -0
  801. package/types/src/organizationGroups/models/index.d.ts +6 -0
  802. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +6 -0
  803. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +8 -0
  804. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +7 -0
  805. package/types/src/pages/endpoints/index.d.ts +35 -12
  806. package/types/src/pages/endpoints/list.d.ts +64 -37
  807. package/types/src/pages/endpoints/list.schema.d.ts +18 -9
  808. package/types/src/pages/index.d.ts +2 -0
  809. package/types/src/pages/models/index.d.ts +1 -0
  810. package/types/src/pages/models/page.d.ts +14 -0
  811. package/types/src/queues/endpoints/automation.d.ts +12 -12
  812. package/types/src/queues/endpoints/automation.schema.d.ts +10 -10
  813. package/types/src/queues/endpoints/automationSetupCurrentStats.d.ts +133 -0
  814. package/types/src/queues/endpoints/automationSetupProjections.d.ts +424 -0
  815. package/types/src/queues/endpoints/create.d.ts +144 -11
  816. package/types/src/queues/endpoints/createFromTemplate.d.ts +144 -11
  817. package/types/src/queues/endpoints/duplicate.d.ts +148 -11
  818. package/types/src/queues/endpoints/duplicate.schema.d.ts +3 -0
  819. package/types/src/queues/endpoints/get.d.ts +144 -11
  820. package/types/src/queues/endpoints/getAutomationTargets.d.ts +77 -0
  821. package/types/src/queues/endpoints/index.d.ts +1610 -415
  822. package/types/src/queues/endpoints/list.d.ts +197 -21
  823. package/types/src/queues/endpoints/list.schema.d.ts +15 -9
  824. package/types/src/queues/endpoints/patch.d.ts +286 -20
  825. package/types/src/queues/endpoints/patch.schema.d.ts +142 -9
  826. package/types/src/queues/endpoints/saveAutomationTarget.d.ts +50 -0
  827. package/types/src/queues/index.d.ts +3 -0
  828. package/types/src/queues/mocks/automation.d.ts +10 -0
  829. package/types/src/queues/mocks/index.d.ts +2 -0
  830. package/types/src/queues/mocks/queue.d.ts +4 -0
  831. package/types/src/queues/models/automationBlocker.schema.d.ts +2 -2
  832. package/types/src/queues/models/automationResponseAutomationBlocker.d.ts +17 -0
  833. package/types/src/queues/models/automationResponseAutomationBlocker.schema.d.ts +53 -0
  834. package/types/src/queues/models/automationSetup.d.ts +39 -25
  835. package/types/src/queues/models/automationSetup.schema.d.ts +647 -559
  836. package/types/src/queues/models/index.d.ts +14 -0
  837. package/types/src/queues/models/queue.schema.d.ts +144 -11
  838. package/types/src/queues/models/queueSettings.d.ts +33 -2
  839. package/types/src/queues/models/queueSettings.schema.d.ts +207 -12
  840. package/types/src/queues/models/relatedObjectsCounts.d.ts +5 -0
  841. package/types/src/queues/models/vendorEmailNotificationsSettings.d.ts +9 -0
  842. package/types/src/queues/models/vendorEmailNotificationsSettings.schema.d.ts +211 -0
  843. package/types/src/relations/endpoints/index.d.ts +16 -3
  844. package/types/src/relations/endpoints/list.d.ts +62 -48
  845. package/types/src/relations/index.d.ts +2 -0
  846. package/types/src/relations/models/index.d.ts +2 -0
  847. package/types/src/rules/endpoints/create.d.ts +40 -70
  848. package/types/src/rules/endpoints/create.schema.d.ts +31 -48
  849. package/types/src/rules/endpoints/get.d.ts +6 -19
  850. package/types/src/rules/endpoints/index.d.ts +98 -160
  851. package/types/src/rules/endpoints/list.d.ts +76 -67
  852. package/types/src/rules/endpoints/list.schema.d.ts +12 -3
  853. package/types/src/rules/endpoints/patch.d.ts +15 -41
  854. package/types/src/rules/endpoints/patch.schema.d.ts +6 -19
  855. package/types/src/rules/index.d.ts +1 -0
  856. package/types/src/rules/models/{schemaRule.d.ts → queueRule.d.ts} +7 -10
  857. package/types/src/rules/models/{schemaRule.schema.d.ts → queueRule.schema.d.ts} +9 -28
  858. package/types/src/rulesExecutionLogs/endpoints/get.d.ts +77 -0
  859. package/types/src/rulesExecutionLogs/endpoints/index.d.ts +288 -0
  860. package/types/src/rulesExecutionLogs/endpoints/list.d.ts +224 -0
  861. package/types/src/rulesExecutionLogs/endpoints/list.schema.d.ts +38 -0
  862. package/types/src/rulesExecutionLogs/index.d.ts +2 -0
  863. package/types/src/rulesExecutionLogs/models/index.d.ts +1 -0
  864. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.d.ts +23 -0
  865. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.schema.d.ts +94 -0
  866. package/types/src/schemaFields/index.d.ts +2 -0
  867. package/types/src/schemaFields/models/index.d.ts +2 -0
  868. package/types/src/schemas/endpoints/create.d.ts +194 -144
  869. package/types/src/schemas/endpoints/get.d.ts +236 -144
  870. package/types/src/schemas/endpoints/index.d.ts +6 -3
  871. package/types/src/schemas/endpoints/list.d.ts +1133 -1060
  872. package/types/src/schemas/endpoints/patch.d.ts +451 -288
  873. package/types/src/schemas/endpoints/patch.schema.d.ts +222 -144
  874. package/types/src/schemas/endpoints/validate.d.ts +446 -304
  875. package/types/src/schemas/index.d.ts +3 -0
  876. package/types/src/schemas/mocks/index.d.ts +2 -0
  877. package/types/src/schemas/mocks/schema.d.ts +4 -0
  878. package/types/src/schemas/mocks/schemaItem.d.ts +37 -0
  879. package/types/src/schemas/models/index.d.ts +32 -0
  880. package/types/src/schemas/models/list.d.ts +18 -0
  881. package/types/src/schemas/models/list.schema.d.ts +66 -0
  882. package/types/src/schemas/models/rawSchema.d.ts +11 -0
  883. package/types/src/schemas/models/rawSchema.schema.d.ts +29 -0
  884. package/types/src/schemas/models/schema.d.ts +2 -0
  885. package/types/src/schemas/models/schema.schema.d.ts +194 -144
  886. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +17 -12
  887. package/types/src/schemas/models/schemaDatapointBase.d.ts +1 -1
  888. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +3 -3
  889. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +3 -3
  890. package/types/src/schemas/models/schemaDatapointEnum.d.ts +1 -0
  891. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +14 -3
  892. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +3 -3
  893. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +3 -3
  894. package/types/src/schemas/models/schemaItem.schema.d.ts +108 -80
  895. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +64 -48
  896. package/types/src/schemas/models/schemaSection.schema.d.ts +148 -112
  897. package/types/src/schemas/models/schemaTuple.schema.d.ts +27 -20
  898. package/types/src/shared/index.d.ts +1 -0
  899. package/types/src/shared/models/annotationListTable.d.ts +1 -1
  900. package/types/src/shared/models/annotationListTable.schema.d.ts +15 -15
  901. package/types/src/shared/models/index.d.ts +6 -0
  902. package/types/src/shared/models/message.d.ts +7 -3
  903. package/types/src/shared/models/message.schema.d.ts +35 -15
  904. package/types/src/suggestedEdit/endpoints/get.d.ts +17 -0
  905. package/types/src/suggestedEdit/endpoints/index.d.ts +17 -0
  906. package/types/src/suggestedEdit/index.d.ts +2 -0
  907. package/types/src/suggestedEdit/models/index.d.ts +4 -0
  908. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +12 -0
  909. package/types/src/suggestedEdit/models/suggestedDocument.schema.d.ts +11 -0
  910. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +8 -0
  911. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +17 -0
  912. package/types/src/surveys/endpoints/get.schema.d.ts +8 -0
  913. package/types/src/surveys/endpoints/index.d.ts +14 -3
  914. package/types/src/surveys/endpoints/list.d.ts +41 -29
  915. package/types/src/surveys/index.d.ts +2 -0
  916. package/types/src/surveys/models/index.d.ts +4 -0
  917. package/types/src/surveys/models/question.d.ts +6 -0
  918. package/types/src/surveys/models/question.schema.d.ts +15 -0
  919. package/types/src/surveys/models/survey.d.ts +13 -0
  920. package/types/src/surveys/models/surveyTemplate.d.ts +6 -0
  921. package/types/src/surveys/models/surveyTemplate.schema.d.ts +34 -0
  922. package/types/src/tasks/index.d.ts +3 -0
  923. package/types/src/tasks/mocks/asyncTask.d.ts +17 -0
  924. package/types/src/tasks/mocks/index.d.ts +1 -0
  925. package/types/src/tasks/models/asyncTask.d.ts +17 -0
  926. package/types/src/tasks/models/asyncTaskResult.d.ts +8 -0
  927. package/types/src/tasks/models/asyncTaskResult.schema.d.ts +20 -0
  928. package/types/src/tasks/models/index.d.ts +4 -0
  929. package/types/src/triggers/endpoints/create.d.ts +2 -2
  930. package/types/src/triggers/endpoints/get.d.ts +2 -2
  931. package/types/src/triggers/endpoints/index.d.ts +25 -18
  932. package/types/src/triggers/endpoints/list.d.ts +40 -32
  933. package/types/src/triggers/endpoints/patch.d.ts +2 -2
  934. package/types/src/triggers/index.d.ts +2 -0
  935. package/types/src/triggers/models/index.d.ts +1 -0
  936. package/types/src/triggers/models/trigger.schema.d.ts +2 -2
  937. package/types/src/uploads/index.d.ts +2 -0
  938. package/types/src/uploads/models/index.d.ts +2 -0
  939. package/types/src/uploads/models/upload.d.ts +13 -0
  940. package/types/src/users/endpoints/index.d.ts +33 -6
  941. package/types/src/users/endpoints/list.d.ts +79 -51
  942. package/types/src/users/endpoints/list.schema.d.ts +6 -3
  943. package/types/src/users/index.d.ts +3 -0
  944. package/types/src/users/mocks/index.d.ts +1 -0
  945. package/types/src/users/mocks/user.d.ts +4 -0
  946. package/types/src/users/models/resetPassword.d.ts +3 -0
  947. package/types/src/utils/index.d.ts +20 -0
  948. package/types/src/utils/mockUtils.d.ts +15 -0
  949. package/types/src/utils.schema.d.ts +1 -0
  950. package/types/src/workflowActivities/endpoints/get.d.ts +2 -2
  951. package/types/src/workflowActivities/endpoints/index.d.ts +20 -9
  952. package/types/src/workflowActivities/endpoints/list.d.ts +46 -34
  953. package/types/src/workflowActivities/index.d.ts +2 -0
  954. package/types/src/workflowActivities/models/index.d.ts +1 -0
  955. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +2 -2
  956. package/types/src/workflowRuns/endpoints/index.d.ts +15 -3
  957. package/types/src/workflowRuns/endpoints/list.d.ts +38 -25
  958. package/types/src/workflowRuns/index.d.ts +2 -0
  959. package/types/src/workflowRuns/models/index.d.ts +2 -0
  960. package/types/src/workflowSteps/endpoints/index.d.ts +15 -3
  961. package/types/src/workflowSteps/endpoints/list.d.ts +40 -27
  962. package/types/src/workflowSteps/index.d.ts +2 -0
  963. package/types/src/workflowSteps/models/index.d.ts +1 -0
  964. package/types/src/workflows/endpoints/index.d.ts +13 -2
  965. package/types/src/workflows/endpoints/list.d.ts +36 -24
  966. package/types/src/workflows/index.d.ts +2 -0
  967. package/types/src/workflows/models/index.d.ts +1 -0
  968. package/types/src/workspaces/endpoints/index.d.ts +16 -2
  969. package/types/src/workspaces/endpoints/list.d.ts +43 -28
  970. package/types/src/workspaces/index.d.ts +2 -0
  971. package/types/src/workspaces/models/index.d.ts +1 -0
  972. package/src/queues/endpoints/automationSetup.js +0 -15
  973. package/src/queues/endpoints/automationSetup.js.map +0 -1
  974. package/src/queues/models/automationBlocker.js.map +0 -1
  975. package/src/rule-templates/endpoints/create.js +0 -16
  976. package/src/rule-templates/endpoints/create.js.map +0 -1
  977. package/src/rule-templates/endpoints/create.schema.js +0 -6
  978. package/src/rule-templates/endpoints/create.schema.js.map +0 -1
  979. package/src/rule-templates/endpoints/delete.js +0 -13
  980. package/src/rule-templates/endpoints/delete.js.map +0 -1
  981. package/src/rule-templates/endpoints/get.js +0 -13
  982. package/src/rule-templates/endpoints/get.js.map +0 -1
  983. package/src/rule-templates/endpoints/index.js +0 -16
  984. package/src/rule-templates/endpoints/index.js.map +0 -1
  985. package/src/rule-templates/endpoints/list.js +0 -17
  986. package/src/rule-templates/endpoints/list.js.map +0 -1
  987. package/src/rule-templates/endpoints/list.schema.js +0 -6
  988. package/src/rule-templates/endpoints/list.schema.js.map +0 -1
  989. package/src/rule-templates/endpoints/patch.js +0 -16
  990. package/src/rule-templates/endpoints/patch.js.map +0 -1
  991. package/src/rule-templates/endpoints/patch.schema.js +0 -6
  992. package/src/rule-templates/endpoints/patch.schema.js.map +0 -1
  993. package/src/rule-templates/models/ruleTemplate.js.map +0 -1
  994. package/src/rule-templates/models/ruleTemplate.schema.js +0 -17
  995. package/src/rule-templates/models/ruleTemplate.schema.js.map +0 -1
  996. package/src/rules/models/schemaRule.js.map +0 -1
  997. package/src/rules/models/schemaRule.schema.js.map +0 -1
  998. package/types/src/queues/endpoints/automationSetup.d.ts +0 -462
  999. package/types/src/queues/models/automationBlocker.d.ts +0 -17
  1000. package/types/src/rule-templates/endpoints/create.d.ts +0 -153
  1001. package/types/src/rule-templates/endpoints/create.schema.d.ts +0 -74
  1002. package/types/src/rule-templates/endpoints/delete.d.ts +0 -7
  1003. package/types/src/rule-templates/endpoints/get.d.ts +0 -78
  1004. package/types/src/rule-templates/endpoints/index.d.ts +0 -544
  1005. package/types/src/rule-templates/endpoints/list.d.ts +0 -160
  1006. package/types/src/rule-templates/endpoints/list.schema.d.ts +0 -11
  1007. package/types/src/rule-templates/endpoints/patch.d.ts +0 -154
  1008. package/types/src/rule-templates/endpoints/patch.schema.d.ts +0 -74
  1009. package/types/src/rule-templates/models/ruleTemplate.d.ts +0 -12
  1010. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +0 -74
  1011. /package/src/{queues → automationBlockers}/models/automationBlocker.js +0 -0
@@ -1,3 +1,4 @@
1
+ import { z } from 'zod';
1
2
  export type SchemaListQuery = {
2
3
  id?: number;
3
4
  name?: string;
@@ -5,13 +6,13 @@ export type SchemaListQuery = {
5
6
  export declare const list: (query?: SchemaListQuery) => {
6
7
  readonly endpoint: "/schemas";
7
8
  readonly method: "GET";
8
- readonly responseSchema: import("zod").ZodObject<{
9
- pagination: import("zod").ZodObject<{
10
- next: import("zod").ZodNullable<import("zod").ZodString>;
11
- previous: import("zod").ZodNullable<import("zod").ZodString>;
12
- total: import("zod").ZodNumber;
13
- totalPages: import("zod").ZodNumber;
14
- }, "strip", import("zod").ZodTypeAny, {
9
+ readonly responseSchema: z.ZodObject<{
10
+ pagination: z.ZodObject<{
11
+ next: z.ZodNullable<z.ZodString>;
12
+ previous: z.ZodNullable<z.ZodString>;
13
+ total: z.ZodNumber;
14
+ totalPages: z.ZodNumber;
15
+ }, "strip", z.ZodTypeAny, {
15
16
  next: string | null;
16
17
  previous: string | null;
17
18
  total: number;
@@ -22,19 +23,19 @@ export declare const list: (query?: SchemaListQuery) => {
22
23
  total: number;
23
24
  totalPages: number;
24
25
  }>;
25
- results: import("zod").ZodArray<import("zod").ZodObject<{
26
- id: import("zod").ZodNumber;
27
- name: import("zod").ZodString;
28
- url: import("zod").ZodString;
29
- queues: import("zod").ZodArray<import("zod").ZodString, "many">;
30
- metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
31
- content: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
32
- id: import("zod").ZodString;
33
- label: import("zod").ZodString;
34
- description: import("zod").ZodOptional<import("zod").ZodString>;
35
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
36
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
37
- }, "strip", import("zod").ZodTypeAny, {
26
+ results: z.ZodArray<z.ZodObject<{
27
+ id: z.ZodNumber;
28
+ name: z.ZodString;
29
+ url: z.ZodString;
30
+ queues: z.ZodArray<z.ZodString, "many">;
31
+ metadata: z.ZodOptional<z.ZodUnknown>;
32
+ content: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
33
+ id: z.ZodString;
34
+ label: z.ZodString;
35
+ description: z.ZodOptional<z.ZodString>;
36
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
37
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
38
+ }, "strip", z.ZodTypeAny, {
38
39
  id: string;
39
40
  label: string;
40
41
  description?: string | undefined;
@@ -46,21 +47,21 @@ export declare const list: (query?: SchemaListQuery) => {
46
47
  description?: string | undefined;
47
48
  hidden?: boolean | null | undefined;
48
49
  disablePrediction?: boolean | null | undefined;
49
- }>, import("zod").ZodObject<{
50
- category: import("zod").ZodLiteral<"section">;
51
- children: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
52
- type: import("zod").ZodLiteral<"string">;
53
- }, "strip", import("zod").ZodTypeAny, {
50
+ }>, z.ZodObject<{
51
+ category: z.ZodLiteral<"section">;
52
+ children: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
53
+ type: z.ZodLiteral<"string">;
54
+ }, "strip", z.ZodTypeAny, {
54
55
  type: "string";
55
56
  }, {
56
57
  type: "string";
57
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
58
- id: import("zod").ZodString;
59
- label: import("zod").ZodString;
60
- description: import("zod").ZodOptional<import("zod").ZodString>;
61
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
62
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
63
- }, "strip", import("zod").ZodTypeAny, {
58
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
59
+ id: z.ZodString;
60
+ label: z.ZodString;
61
+ description: z.ZodOptional<z.ZodString>;
62
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
63
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
64
+ }, "strip", z.ZodTypeAny, {
64
65
  id: string;
65
66
  label: string;
66
67
  description?: string | undefined;
@@ -72,24 +73,24 @@ export declare const list: (query?: SchemaListQuery) => {
72
73
  description?: string | undefined;
73
74
  hidden?: boolean | null | undefined;
74
75
  disablePrediction?: boolean | null | undefined;
75
- }>, import("zod").ZodObject<{
76
- category: import("zod").ZodLiteral<"datapoint">;
77
- }, "strip", import("zod").ZodTypeAny, {
76
+ }>, z.ZodObject<{
77
+ category: z.ZodLiteral<"datapoint">;
78
+ }, "strip", z.ZodTypeAny, {
78
79
  category: "datapoint";
79
80
  }, {
80
81
  category: "datapoint";
81
- }>>, import("zod").ZodObject<{
82
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
83
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
84
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
85
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
86
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
87
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
88
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
89
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
90
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
91
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
92
- }, "strip", import("zod").ZodTypeAny, {
82
+ }>>, z.ZodObject<{
83
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
84
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
85
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
86
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
87
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
88
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
89
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
90
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
91
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
92
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
93
+ }, "strip", z.ZodTypeAny, {
93
94
  min?: number | null | undefined;
94
95
  max?: number | null | undefined;
95
96
  exact?: number | null | undefined;
@@ -98,15 +99,15 @@ export declare const list: (query?: SchemaListQuery) => {
98
99
  max?: number | null | undefined;
99
100
  exact?: number | null | undefined;
100
101
  }>>>;
101
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
102
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
103
- }, "strip", import("zod").ZodTypeAny, {
102
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
103
+ pattern: z.ZodOptional<z.ZodString>;
104
+ }, "strip", z.ZodTypeAny, {
104
105
  pattern?: string | undefined;
105
106
  }, {
106
107
  pattern?: string | undefined;
107
108
  }>>>;
108
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
109
- }, "strip", import("zod").ZodTypeAny, {
109
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
110
+ }, "strip", z.ZodTypeAny, {
110
111
  length?: {
111
112
  min?: number | null | undefined;
112
113
  max?: number | null | undefined;
@@ -127,25 +128,25 @@ export declare const list: (query?: SchemaListQuery) => {
127
128
  } | null | undefined;
128
129
  required?: boolean | null | undefined;
129
130
  }>>>;
130
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
131
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
132
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
133
- }, "strip", import("zod").ZodTypeAny, {
131
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
132
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
133
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
134
+ }, "strip", z.ZodTypeAny, {
134
135
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
135
136
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
136
137
  }, {
137
138
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
138
139
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
139
140
  }>>>;
140
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
141
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
142
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
143
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
144
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
145
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
146
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
147
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
148
- }, "strip", import("zod").ZodTypeAny, {
141
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
142
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
143
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
144
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
145
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
146
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
147
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
148
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
149
+ }, "strip", z.ZodTypeAny, {
149
150
  suggest?: true | undefined;
150
151
  canExport?: boolean | null | undefined;
151
152
  canCollapse?: boolean | null | undefined;
@@ -173,7 +174,7 @@ export declare const list: (query?: SchemaListQuery) => {
173
174
  formula?: string | null | undefined;
174
175
  context?: string[] | null | undefined;
175
176
  prompt?: string | null | undefined;
176
- dataset?: Record<string, unknown> | undefined;
177
+ matching?: Record<string, unknown> | undefined;
177
178
  }, {
178
179
  suggest?: true | undefined;
179
180
  canExport?: boolean | null | undefined;
@@ -202,23 +203,23 @@ export declare const list: (query?: SchemaListQuery) => {
202
203
  formula?: string | null | undefined;
203
204
  context?: string[] | null | undefined;
204
205
  prompt?: string | null | undefined;
205
- dataset?: Record<string, unknown> | undefined;
206
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
207
- type: import("zod").ZodLiteral<"date">;
208
- format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
209
- }, "strip", import("zod").ZodTypeAny, {
206
+ matching?: Record<string, unknown> | undefined;
207
+ }>>>, z.ZodIntersection<z.ZodObject<{
208
+ type: z.ZodLiteral<"date">;
209
+ format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
210
+ }, "strip", z.ZodTypeAny, {
210
211
  type: "date";
211
212
  format?: string | null | undefined;
212
213
  }, {
213
214
  type: "date";
214
215
  format?: string | null | undefined;
215
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
216
- id: import("zod").ZodString;
217
- label: import("zod").ZodString;
218
- description: import("zod").ZodOptional<import("zod").ZodString>;
219
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
220
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
221
- }, "strip", import("zod").ZodTypeAny, {
216
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
217
+ id: z.ZodString;
218
+ label: z.ZodString;
219
+ description: z.ZodOptional<z.ZodString>;
220
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
221
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
222
+ }, "strip", z.ZodTypeAny, {
222
223
  id: string;
223
224
  label: string;
224
225
  description?: string | undefined;
@@ -230,24 +231,24 @@ export declare const list: (query?: SchemaListQuery) => {
230
231
  description?: string | undefined;
231
232
  hidden?: boolean | null | undefined;
232
233
  disablePrediction?: boolean | null | undefined;
233
- }>, import("zod").ZodObject<{
234
- category: import("zod").ZodLiteral<"datapoint">;
235
- }, "strip", import("zod").ZodTypeAny, {
234
+ }>, z.ZodObject<{
235
+ category: z.ZodLiteral<"datapoint">;
236
+ }, "strip", z.ZodTypeAny, {
236
237
  category: "datapoint";
237
238
  }, {
238
239
  category: "datapoint";
239
- }>>, import("zod").ZodObject<{
240
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
241
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
242
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
243
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
244
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
245
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
246
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
247
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
248
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
249
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
250
- }, "strip", import("zod").ZodTypeAny, {
240
+ }>>, z.ZodObject<{
241
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
242
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
243
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
244
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
245
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
246
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
247
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
248
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
249
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
250
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
251
+ }, "strip", z.ZodTypeAny, {
251
252
  min?: number | null | undefined;
252
253
  max?: number | null | undefined;
253
254
  exact?: number | null | undefined;
@@ -256,15 +257,15 @@ export declare const list: (query?: SchemaListQuery) => {
256
257
  max?: number | null | undefined;
257
258
  exact?: number | null | undefined;
258
259
  }>>>;
259
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
260
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
261
- }, "strip", import("zod").ZodTypeAny, {
260
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
261
+ pattern: z.ZodOptional<z.ZodString>;
262
+ }, "strip", z.ZodTypeAny, {
262
263
  pattern?: string | undefined;
263
264
  }, {
264
265
  pattern?: string | undefined;
265
266
  }>>>;
266
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
267
- }, "strip", import("zod").ZodTypeAny, {
267
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
268
+ }, "strip", z.ZodTypeAny, {
268
269
  length?: {
269
270
  min?: number | null | undefined;
270
271
  max?: number | null | undefined;
@@ -285,25 +286,25 @@ export declare const list: (query?: SchemaListQuery) => {
285
286
  } | null | undefined;
286
287
  required?: boolean | null | undefined;
287
288
  }>>>;
288
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
289
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
290
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
291
- }, "strip", import("zod").ZodTypeAny, {
289
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
290
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
291
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
292
+ }, "strip", z.ZodTypeAny, {
292
293
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
293
294
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
294
295
  }, {
295
296
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
296
297
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
297
298
  }>>>;
298
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
299
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
300
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
301
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
302
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
303
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
304
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
305
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
306
- }, "strip", import("zod").ZodTypeAny, {
299
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
300
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
301
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
302
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
303
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
304
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
305
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
306
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
307
+ }, "strip", z.ZodTypeAny, {
307
308
  suggest?: true | undefined;
308
309
  canExport?: boolean | null | undefined;
309
310
  canCollapse?: boolean | null | undefined;
@@ -331,7 +332,7 @@ export declare const list: (query?: SchemaListQuery) => {
331
332
  formula?: string | null | undefined;
332
333
  context?: string[] | null | undefined;
333
334
  prompt?: string | null | undefined;
334
- dataset?: Record<string, unknown> | undefined;
335
+ matching?: Record<string, unknown> | undefined;
335
336
  }, {
336
337
  suggest?: true | undefined;
337
338
  canExport?: boolean | null | undefined;
@@ -360,19 +361,19 @@ export declare const list: (query?: SchemaListQuery) => {
360
361
  formula?: string | null | undefined;
361
362
  context?: string[] | null | undefined;
362
363
  prompt?: string | null | undefined;
363
- dataset?: Record<string, unknown> | undefined;
364
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
365
- type: import("zod").ZodLiteral<"number">;
366
- format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
367
- aggregations: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
368
- sum: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
369
- label: import("zod").ZodString;
370
- }, "strip", import("zod").ZodTypeAny, {
364
+ matching?: Record<string, unknown> | undefined;
365
+ }>>>, z.ZodIntersection<z.ZodObject<{
366
+ type: z.ZodLiteral<"number">;
367
+ format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
368
+ aggregations: z.ZodNullable<z.ZodOptional<z.ZodObject<{
369
+ sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
370
+ label: z.ZodString;
371
+ }, "strip", z.ZodTypeAny, {
371
372
  label: string;
372
373
  }, {
373
374
  label: string;
374
375
  }>>>;
375
- }, "strip", import("zod").ZodTypeAny, {
376
+ }, "strip", z.ZodTypeAny, {
376
377
  sum?: {
377
378
  label: string;
378
379
  } | null | undefined;
@@ -381,7 +382,7 @@ export declare const list: (query?: SchemaListQuery) => {
381
382
  label: string;
382
383
  } | null | undefined;
383
384
  }>>>;
384
- }, "strip", import("zod").ZodTypeAny, {
385
+ }, "strip", z.ZodTypeAny, {
385
386
  type: "number";
386
387
  format?: string | null | undefined;
387
388
  aggregations?: {
@@ -397,13 +398,13 @@ export declare const list: (query?: SchemaListQuery) => {
397
398
  label: string;
398
399
  } | null | undefined;
399
400
  } | null | undefined;
400
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
401
- id: import("zod").ZodString;
402
- label: import("zod").ZodString;
403
- description: import("zod").ZodOptional<import("zod").ZodString>;
404
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
405
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
406
- }, "strip", import("zod").ZodTypeAny, {
401
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
402
+ id: z.ZodString;
403
+ label: z.ZodString;
404
+ description: z.ZodOptional<z.ZodString>;
405
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
406
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
407
+ }, "strip", z.ZodTypeAny, {
407
408
  id: string;
408
409
  label: string;
409
410
  description?: string | undefined;
@@ -415,24 +416,24 @@ export declare const list: (query?: SchemaListQuery) => {
415
416
  description?: string | undefined;
416
417
  hidden?: boolean | null | undefined;
417
418
  disablePrediction?: boolean | null | undefined;
418
- }>, import("zod").ZodObject<{
419
- category: import("zod").ZodLiteral<"datapoint">;
420
- }, "strip", import("zod").ZodTypeAny, {
419
+ }>, z.ZodObject<{
420
+ category: z.ZodLiteral<"datapoint">;
421
+ }, "strip", z.ZodTypeAny, {
421
422
  category: "datapoint";
422
423
  }, {
423
424
  category: "datapoint";
424
- }>>, import("zod").ZodObject<{
425
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
426
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
427
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
428
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
429
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
430
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
431
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
432
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
433
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
434
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
435
- }, "strip", import("zod").ZodTypeAny, {
425
+ }>>, z.ZodObject<{
426
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
427
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
428
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
429
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
430
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
431
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
432
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
433
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
434
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
435
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
436
+ }, "strip", z.ZodTypeAny, {
436
437
  min?: number | null | undefined;
437
438
  max?: number | null | undefined;
438
439
  exact?: number | null | undefined;
@@ -441,15 +442,15 @@ export declare const list: (query?: SchemaListQuery) => {
441
442
  max?: number | null | undefined;
442
443
  exact?: number | null | undefined;
443
444
  }>>>;
444
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
445
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
446
- }, "strip", import("zod").ZodTypeAny, {
445
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
446
+ pattern: z.ZodOptional<z.ZodString>;
447
+ }, "strip", z.ZodTypeAny, {
447
448
  pattern?: string | undefined;
448
449
  }, {
449
450
  pattern?: string | undefined;
450
451
  }>>>;
451
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
452
- }, "strip", import("zod").ZodTypeAny, {
452
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
453
+ }, "strip", z.ZodTypeAny, {
453
454
  length?: {
454
455
  min?: number | null | undefined;
455
456
  max?: number | null | undefined;
@@ -470,25 +471,25 @@ export declare const list: (query?: SchemaListQuery) => {
470
471
  } | null | undefined;
471
472
  required?: boolean | null | undefined;
472
473
  }>>>;
473
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
474
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
475
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
476
- }, "strip", import("zod").ZodTypeAny, {
474
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
475
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
476
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
477
+ }, "strip", z.ZodTypeAny, {
477
478
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
478
479
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
479
480
  }, {
480
481
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
481
482
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
482
483
  }>>>;
483
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
484
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
485
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
486
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
487
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
488
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
489
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
490
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
491
- }, "strip", import("zod").ZodTypeAny, {
484
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
485
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
486
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
487
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
488
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
489
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
490
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
491
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
492
+ }, "strip", z.ZodTypeAny, {
492
493
  suggest?: true | undefined;
493
494
  canExport?: boolean | null | undefined;
494
495
  canCollapse?: boolean | null | undefined;
@@ -516,7 +517,7 @@ export declare const list: (query?: SchemaListQuery) => {
516
517
  formula?: string | null | undefined;
517
518
  context?: string[] | null | undefined;
518
519
  prompt?: string | null | undefined;
519
- dataset?: Record<string, unknown> | undefined;
520
+ matching?: Record<string, unknown> | undefined;
520
521
  }, {
521
522
  suggest?: true | undefined;
522
523
  canExport?: boolean | null | undefined;
@@ -545,24 +546,28 @@ export declare const list: (query?: SchemaListQuery) => {
545
546
  formula?: string | null | undefined;
546
547
  context?: string[] | null | undefined;
547
548
  prompt?: string | null | undefined;
548
- dataset?: Record<string, unknown> | undefined;
549
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
550
- type: import("zod").ZodLiteral<"enum">;
551
- options: import("zod").ZodArray<import("zod").ZodObject<{
552
- value: import("zod").ZodString;
553
- label: import("zod").ZodString;
554
- }, "strip", import("zod").ZodTypeAny, {
549
+ matching?: Record<string, unknown> | undefined;
550
+ }>>>, z.ZodIntersection<z.ZodObject<{
551
+ type: z.ZodLiteral<"enum">;
552
+ options: z.ZodArray<z.ZodObject<{
553
+ value: z.ZodString;
554
+ label: z.ZodString;
555
+ struct: z.ZodOptional<z.ZodUnknown>;
556
+ }, "strip", z.ZodTypeAny, {
555
557
  value: string;
556
558
  label: string;
559
+ struct?: unknown;
557
560
  }, {
558
561
  value: string;
559
562
  label: string;
563
+ struct?: unknown;
560
564
  }>, "many">;
561
- enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
562
- }, "strip", import("zod").ZodTypeAny, {
565
+ enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
566
+ }, "strip", z.ZodTypeAny, {
563
567
  options: {
564
568
  value: string;
565
569
  label: string;
570
+ struct?: unknown;
566
571
  }[];
567
572
  type: "enum";
568
573
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -570,16 +575,17 @@ export declare const list: (query?: SchemaListQuery) => {
570
575
  options: {
571
576
  value: string;
572
577
  label: string;
578
+ struct?: unknown;
573
579
  }[];
574
580
  type: "enum";
575
581
  enumValueType?: "string" | "number" | "date" | undefined;
576
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
577
- id: import("zod").ZodString;
578
- label: import("zod").ZodString;
579
- description: import("zod").ZodOptional<import("zod").ZodString>;
580
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
581
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
582
- }, "strip", import("zod").ZodTypeAny, {
582
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
583
+ id: z.ZodString;
584
+ label: z.ZodString;
585
+ description: z.ZodOptional<z.ZodString>;
586
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
587
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
588
+ }, "strip", z.ZodTypeAny, {
583
589
  id: string;
584
590
  label: string;
585
591
  description?: string | undefined;
@@ -591,24 +597,24 @@ export declare const list: (query?: SchemaListQuery) => {
591
597
  description?: string | undefined;
592
598
  hidden?: boolean | null | undefined;
593
599
  disablePrediction?: boolean | null | undefined;
594
- }>, import("zod").ZodObject<{
595
- category: import("zod").ZodLiteral<"datapoint">;
596
- }, "strip", import("zod").ZodTypeAny, {
600
+ }>, z.ZodObject<{
601
+ category: z.ZodLiteral<"datapoint">;
602
+ }, "strip", z.ZodTypeAny, {
597
603
  category: "datapoint";
598
604
  }, {
599
605
  category: "datapoint";
600
- }>>, import("zod").ZodObject<{
601
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
602
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
603
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
604
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
605
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
606
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
607
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
608
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
609
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
610
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
611
- }, "strip", import("zod").ZodTypeAny, {
606
+ }>>, z.ZodObject<{
607
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
608
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
609
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
610
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
611
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
612
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
613
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
614
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
615
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
616
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
617
+ }, "strip", z.ZodTypeAny, {
612
618
  min?: number | null | undefined;
613
619
  max?: number | null | undefined;
614
620
  exact?: number | null | undefined;
@@ -617,15 +623,15 @@ export declare const list: (query?: SchemaListQuery) => {
617
623
  max?: number | null | undefined;
618
624
  exact?: number | null | undefined;
619
625
  }>>>;
620
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
621
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
622
- }, "strip", import("zod").ZodTypeAny, {
626
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
627
+ pattern: z.ZodOptional<z.ZodString>;
628
+ }, "strip", z.ZodTypeAny, {
623
629
  pattern?: string | undefined;
624
630
  }, {
625
631
  pattern?: string | undefined;
626
632
  }>>>;
627
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
628
- }, "strip", import("zod").ZodTypeAny, {
633
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
634
+ }, "strip", z.ZodTypeAny, {
629
635
  length?: {
630
636
  min?: number | null | undefined;
631
637
  max?: number | null | undefined;
@@ -646,25 +652,25 @@ export declare const list: (query?: SchemaListQuery) => {
646
652
  } | null | undefined;
647
653
  required?: boolean | null | undefined;
648
654
  }>>>;
649
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
650
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
651
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
652
- }, "strip", import("zod").ZodTypeAny, {
655
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
656
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
657
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
658
+ }, "strip", z.ZodTypeAny, {
653
659
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
654
660
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
655
661
  }, {
656
662
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
657
663
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
658
664
  }>>>;
659
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
660
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
661
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
662
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
663
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
664
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
665
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
666
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
667
- }, "strip", import("zod").ZodTypeAny, {
665
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
666
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
667
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
668
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
669
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
670
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
671
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
672
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
673
+ }, "strip", z.ZodTypeAny, {
668
674
  suggest?: true | undefined;
669
675
  canExport?: boolean | null | undefined;
670
676
  canCollapse?: boolean | null | undefined;
@@ -692,7 +698,7 @@ export declare const list: (query?: SchemaListQuery) => {
692
698
  formula?: string | null | undefined;
693
699
  context?: string[] | null | undefined;
694
700
  prompt?: string | null | undefined;
695
- dataset?: Record<string, unknown> | undefined;
701
+ matching?: Record<string, unknown> | undefined;
696
702
  }, {
697
703
  suggest?: true | undefined;
698
704
  canExport?: boolean | null | undefined;
@@ -721,14 +727,14 @@ export declare const list: (query?: SchemaListQuery) => {
721
727
  formula?: string | null | undefined;
722
728
  context?: string[] | null | undefined;
723
729
  prompt?: string | null | undefined;
724
- dataset?: Record<string, unknown> | undefined;
725
- }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
726
- id: import("zod").ZodString;
727
- label: import("zod").ZodString;
728
- description: import("zod").ZodOptional<import("zod").ZodString>;
729
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
730
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
731
- }, "strip", import("zod").ZodTypeAny, {
730
+ matching?: Record<string, unknown> | undefined;
731
+ }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
732
+ id: z.ZodString;
733
+ label: z.ZodString;
734
+ description: z.ZodOptional<z.ZodString>;
735
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
736
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
737
+ }, "strip", z.ZodTypeAny, {
732
738
  id: string;
733
739
  label: string;
734
740
  description?: string | undefined;
@@ -740,21 +746,21 @@ export declare const list: (query?: SchemaListQuery) => {
740
746
  description?: string | undefined;
741
747
  hidden?: boolean | null | undefined;
742
748
  disablePrediction?: boolean | null | undefined;
743
- }>, import("zod").ZodObject<{
744
- category: import("zod").ZodLiteral<"datapoint">;
745
- type: import("zod").ZodLiteral<"button">;
746
- }, "strip", import("zod").ZodTypeAny, {
749
+ }>, z.ZodObject<{
750
+ category: z.ZodLiteral<"datapoint">;
751
+ type: z.ZodLiteral<"button">;
752
+ }, "strip", z.ZodTypeAny, {
747
753
  type: "button";
748
754
  category: "datapoint";
749
755
  }, {
750
756
  type: "button";
751
757
  category: "datapoint";
752
- }>>, import("zod").ZodObject<{
753
- canExport: import("zod").ZodOptional<import("zod").ZodBoolean>;
754
- canCollapse: import("zod").ZodOptional<import("zod").ZodBoolean>;
755
- popupUrl: import("zod").ZodOptional<import("zod").ZodString>;
756
- canObtainToken: import("zod").ZodOptional<import("zod").ZodBoolean>;
757
- }, "strip", import("zod").ZodTypeAny, {
758
+ }>>, z.ZodObject<{
759
+ canExport: z.ZodOptional<z.ZodBoolean>;
760
+ canCollapse: z.ZodOptional<z.ZodBoolean>;
761
+ popupUrl: z.ZodOptional<z.ZodString>;
762
+ canObtainToken: z.ZodOptional<z.ZodBoolean>;
763
+ }, "strip", z.ZodTypeAny, {
758
764
  canExport?: boolean | undefined;
759
765
  canCollapse?: boolean | undefined;
760
766
  popupUrl?: string | undefined;
@@ -764,21 +770,21 @@ export declare const list: (query?: SchemaListQuery) => {
764
770
  canCollapse?: boolean | undefined;
765
771
  popupUrl?: string | undefined;
766
772
  canObtainToken?: boolean | undefined;
767
- }>>]>, import("zod").ZodIntersection<import("zod").ZodObject<{
768
- category: import("zod").ZodLiteral<"tuple">;
769
- children: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
770
- type: import("zod").ZodLiteral<"string">;
771
- }, "strip", import("zod").ZodTypeAny, {
773
+ }>>]>, z.ZodIntersection<z.ZodObject<{
774
+ category: z.ZodLiteral<"tuple">;
775
+ children: z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
776
+ type: z.ZodLiteral<"string">;
777
+ }, "strip", z.ZodTypeAny, {
772
778
  type: "string";
773
779
  }, {
774
780
  type: "string";
775
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
776
- id: import("zod").ZodString;
777
- label: import("zod").ZodString;
778
- description: import("zod").ZodOptional<import("zod").ZodString>;
779
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
780
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
781
- }, "strip", import("zod").ZodTypeAny, {
781
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
782
+ id: z.ZodString;
783
+ label: z.ZodString;
784
+ description: z.ZodOptional<z.ZodString>;
785
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
786
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
787
+ }, "strip", z.ZodTypeAny, {
782
788
  id: string;
783
789
  label: string;
784
790
  description?: string | undefined;
@@ -790,24 +796,24 @@ export declare const list: (query?: SchemaListQuery) => {
790
796
  description?: string | undefined;
791
797
  hidden?: boolean | null | undefined;
792
798
  disablePrediction?: boolean | null | undefined;
793
- }>, import("zod").ZodObject<{
794
- category: import("zod").ZodLiteral<"datapoint">;
795
- }, "strip", import("zod").ZodTypeAny, {
799
+ }>, z.ZodObject<{
800
+ category: z.ZodLiteral<"datapoint">;
801
+ }, "strip", z.ZodTypeAny, {
796
802
  category: "datapoint";
797
803
  }, {
798
804
  category: "datapoint";
799
- }>>, import("zod").ZodObject<{
800
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
801
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
802
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
803
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
804
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
805
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
806
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
807
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
808
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
809
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
810
- }, "strip", import("zod").ZodTypeAny, {
805
+ }>>, z.ZodObject<{
806
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
807
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
808
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
809
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
810
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
811
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
812
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
813
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
814
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
815
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
816
+ }, "strip", z.ZodTypeAny, {
811
817
  min?: number | null | undefined;
812
818
  max?: number | null | undefined;
813
819
  exact?: number | null | undefined;
@@ -816,15 +822,15 @@ export declare const list: (query?: SchemaListQuery) => {
816
822
  max?: number | null | undefined;
817
823
  exact?: number | null | undefined;
818
824
  }>>>;
819
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
820
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
821
- }, "strip", import("zod").ZodTypeAny, {
825
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
826
+ pattern: z.ZodOptional<z.ZodString>;
827
+ }, "strip", z.ZodTypeAny, {
822
828
  pattern?: string | undefined;
823
829
  }, {
824
830
  pattern?: string | undefined;
825
831
  }>>>;
826
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
827
- }, "strip", import("zod").ZodTypeAny, {
832
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
833
+ }, "strip", z.ZodTypeAny, {
828
834
  length?: {
829
835
  min?: number | null | undefined;
830
836
  max?: number | null | undefined;
@@ -845,25 +851,25 @@ export declare const list: (query?: SchemaListQuery) => {
845
851
  } | null | undefined;
846
852
  required?: boolean | null | undefined;
847
853
  }>>>;
848
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
849
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
850
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
851
- }, "strip", import("zod").ZodTypeAny, {
854
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
855
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
856
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
857
+ }, "strip", z.ZodTypeAny, {
852
858
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
853
859
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
854
860
  }, {
855
861
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
856
862
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
857
863
  }>>>;
858
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
859
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
860
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
861
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
862
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
863
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
864
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
865
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
866
- }, "strip", import("zod").ZodTypeAny, {
864
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
865
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
866
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
867
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
868
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
869
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
870
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
871
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
872
+ }, "strip", z.ZodTypeAny, {
867
873
  suggest?: true | undefined;
868
874
  canExport?: boolean | null | undefined;
869
875
  canCollapse?: boolean | null | undefined;
@@ -891,7 +897,7 @@ export declare const list: (query?: SchemaListQuery) => {
891
897
  formula?: string | null | undefined;
892
898
  context?: string[] | null | undefined;
893
899
  prompt?: string | null | undefined;
894
- dataset?: Record<string, unknown> | undefined;
900
+ matching?: Record<string, unknown> | undefined;
895
901
  }, {
896
902
  suggest?: true | undefined;
897
903
  canExport?: boolean | null | undefined;
@@ -920,23 +926,23 @@ export declare const list: (query?: SchemaListQuery) => {
920
926
  formula?: string | null | undefined;
921
927
  context?: string[] | null | undefined;
922
928
  prompt?: string | null | undefined;
923
- dataset?: Record<string, unknown> | undefined;
924
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
925
- type: import("zod").ZodLiteral<"date">;
926
- format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
927
- }, "strip", import("zod").ZodTypeAny, {
929
+ matching?: Record<string, unknown> | undefined;
930
+ }>>>, z.ZodIntersection<z.ZodObject<{
931
+ type: z.ZodLiteral<"date">;
932
+ format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
933
+ }, "strip", z.ZodTypeAny, {
928
934
  type: "date";
929
935
  format?: string | null | undefined;
930
936
  }, {
931
937
  type: "date";
932
938
  format?: string | null | undefined;
933
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
934
- id: import("zod").ZodString;
935
- label: import("zod").ZodString;
936
- description: import("zod").ZodOptional<import("zod").ZodString>;
937
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
938
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
939
- }, "strip", import("zod").ZodTypeAny, {
939
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
940
+ id: z.ZodString;
941
+ label: z.ZodString;
942
+ description: z.ZodOptional<z.ZodString>;
943
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
944
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
945
+ }, "strip", z.ZodTypeAny, {
940
946
  id: string;
941
947
  label: string;
942
948
  description?: string | undefined;
@@ -948,24 +954,24 @@ export declare const list: (query?: SchemaListQuery) => {
948
954
  description?: string | undefined;
949
955
  hidden?: boolean | null | undefined;
950
956
  disablePrediction?: boolean | null | undefined;
951
- }>, import("zod").ZodObject<{
952
- category: import("zod").ZodLiteral<"datapoint">;
953
- }, "strip", import("zod").ZodTypeAny, {
957
+ }>, z.ZodObject<{
958
+ category: z.ZodLiteral<"datapoint">;
959
+ }, "strip", z.ZodTypeAny, {
954
960
  category: "datapoint";
955
961
  }, {
956
962
  category: "datapoint";
957
- }>>, import("zod").ZodObject<{
958
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
959
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
960
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
961
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
962
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
963
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
964
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
965
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
966
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
967
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
968
- }, "strip", import("zod").ZodTypeAny, {
963
+ }>>, z.ZodObject<{
964
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
965
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
966
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
967
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
968
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
969
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
970
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
971
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
972
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
973
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
974
+ }, "strip", z.ZodTypeAny, {
969
975
  min?: number | null | undefined;
970
976
  max?: number | null | undefined;
971
977
  exact?: number | null | undefined;
@@ -974,15 +980,15 @@ export declare const list: (query?: SchemaListQuery) => {
974
980
  max?: number | null | undefined;
975
981
  exact?: number | null | undefined;
976
982
  }>>>;
977
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
978
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
979
- }, "strip", import("zod").ZodTypeAny, {
983
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
984
+ pattern: z.ZodOptional<z.ZodString>;
985
+ }, "strip", z.ZodTypeAny, {
980
986
  pattern?: string | undefined;
981
987
  }, {
982
988
  pattern?: string | undefined;
983
989
  }>>>;
984
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
985
- }, "strip", import("zod").ZodTypeAny, {
990
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
991
+ }, "strip", z.ZodTypeAny, {
986
992
  length?: {
987
993
  min?: number | null | undefined;
988
994
  max?: number | null | undefined;
@@ -1003,25 +1009,25 @@ export declare const list: (query?: SchemaListQuery) => {
1003
1009
  } | null | undefined;
1004
1010
  required?: boolean | null | undefined;
1005
1011
  }>>>;
1006
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1007
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1008
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1009
- }, "strip", import("zod").ZodTypeAny, {
1012
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1013
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
1014
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1015
+ }, "strip", z.ZodTypeAny, {
1010
1016
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1011
1017
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1012
1018
  }, {
1013
1019
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1014
1020
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1015
1021
  }>>>;
1016
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1017
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1018
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1019
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1020
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1021
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1022
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1023
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1024
- }, "strip", import("zod").ZodTypeAny, {
1022
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1023
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1024
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1025
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1026
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1027
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1028
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1029
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1030
+ }, "strip", z.ZodTypeAny, {
1025
1031
  suggest?: true | undefined;
1026
1032
  canExport?: boolean | null | undefined;
1027
1033
  canCollapse?: boolean | null | undefined;
@@ -1049,7 +1055,7 @@ export declare const list: (query?: SchemaListQuery) => {
1049
1055
  formula?: string | null | undefined;
1050
1056
  context?: string[] | null | undefined;
1051
1057
  prompt?: string | null | undefined;
1052
- dataset?: Record<string, unknown> | undefined;
1058
+ matching?: Record<string, unknown> | undefined;
1053
1059
  }, {
1054
1060
  suggest?: true | undefined;
1055
1061
  canExport?: boolean | null | undefined;
@@ -1078,19 +1084,19 @@ export declare const list: (query?: SchemaListQuery) => {
1078
1084
  formula?: string | null | undefined;
1079
1085
  context?: string[] | null | undefined;
1080
1086
  prompt?: string | null | undefined;
1081
- dataset?: Record<string, unknown> | undefined;
1082
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1083
- type: import("zod").ZodLiteral<"number">;
1084
- format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1085
- aggregations: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
1086
- sum: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1087
- label: import("zod").ZodString;
1088
- }, "strip", import("zod").ZodTypeAny, {
1087
+ matching?: Record<string, unknown> | undefined;
1088
+ }>>>, z.ZodIntersection<z.ZodObject<{
1089
+ type: z.ZodLiteral<"number">;
1090
+ format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1091
+ aggregations: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1092
+ sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1093
+ label: z.ZodString;
1094
+ }, "strip", z.ZodTypeAny, {
1089
1095
  label: string;
1090
1096
  }, {
1091
1097
  label: string;
1092
1098
  }>>>;
1093
- }, "strip", import("zod").ZodTypeAny, {
1099
+ }, "strip", z.ZodTypeAny, {
1094
1100
  sum?: {
1095
1101
  label: string;
1096
1102
  } | null | undefined;
@@ -1099,7 +1105,7 @@ export declare const list: (query?: SchemaListQuery) => {
1099
1105
  label: string;
1100
1106
  } | null | undefined;
1101
1107
  }>>>;
1102
- }, "strip", import("zod").ZodTypeAny, {
1108
+ }, "strip", z.ZodTypeAny, {
1103
1109
  type: "number";
1104
1110
  format?: string | null | undefined;
1105
1111
  aggregations?: {
@@ -1115,13 +1121,13 @@ export declare const list: (query?: SchemaListQuery) => {
1115
1121
  label: string;
1116
1122
  } | null | undefined;
1117
1123
  } | null | undefined;
1118
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1119
- id: import("zod").ZodString;
1120
- label: import("zod").ZodString;
1121
- description: import("zod").ZodOptional<import("zod").ZodString>;
1122
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1123
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1124
- }, "strip", import("zod").ZodTypeAny, {
1124
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1125
+ id: z.ZodString;
1126
+ label: z.ZodString;
1127
+ description: z.ZodOptional<z.ZodString>;
1128
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1129
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1130
+ }, "strip", z.ZodTypeAny, {
1125
1131
  id: string;
1126
1132
  label: string;
1127
1133
  description?: string | undefined;
@@ -1133,24 +1139,24 @@ export declare const list: (query?: SchemaListQuery) => {
1133
1139
  description?: string | undefined;
1134
1140
  hidden?: boolean | null | undefined;
1135
1141
  disablePrediction?: boolean | null | undefined;
1136
- }>, import("zod").ZodObject<{
1137
- category: import("zod").ZodLiteral<"datapoint">;
1138
- }, "strip", import("zod").ZodTypeAny, {
1142
+ }>, z.ZodObject<{
1143
+ category: z.ZodLiteral<"datapoint">;
1144
+ }, "strip", z.ZodTypeAny, {
1139
1145
  category: "datapoint";
1140
1146
  }, {
1141
1147
  category: "datapoint";
1142
- }>>, import("zod").ZodObject<{
1143
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
1144
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1145
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1146
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1147
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1148
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1149
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1150
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1151
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1152
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1153
- }, "strip", import("zod").ZodTypeAny, {
1148
+ }>>, z.ZodObject<{
1149
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
1150
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1151
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1152
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1153
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1154
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1155
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1156
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1157
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1158
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1159
+ }, "strip", z.ZodTypeAny, {
1154
1160
  min?: number | null | undefined;
1155
1161
  max?: number | null | undefined;
1156
1162
  exact?: number | null | undefined;
@@ -1159,15 +1165,15 @@ export declare const list: (query?: SchemaListQuery) => {
1159
1165
  max?: number | null | undefined;
1160
1166
  exact?: number | null | undefined;
1161
1167
  }>>>;
1162
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1163
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
1164
- }, "strip", import("zod").ZodTypeAny, {
1168
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1169
+ pattern: z.ZodOptional<z.ZodString>;
1170
+ }, "strip", z.ZodTypeAny, {
1165
1171
  pattern?: string | undefined;
1166
1172
  }, {
1167
1173
  pattern?: string | undefined;
1168
1174
  }>>>;
1169
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1170
- }, "strip", import("zod").ZodTypeAny, {
1175
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1176
+ }, "strip", z.ZodTypeAny, {
1171
1177
  length?: {
1172
1178
  min?: number | null | undefined;
1173
1179
  max?: number | null | undefined;
@@ -1188,25 +1194,25 @@ export declare const list: (query?: SchemaListQuery) => {
1188
1194
  } | null | undefined;
1189
1195
  required?: boolean | null | undefined;
1190
1196
  }>>>;
1191
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1192
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1193
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1194
- }, "strip", import("zod").ZodTypeAny, {
1197
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1198
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
1199
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1200
+ }, "strip", z.ZodTypeAny, {
1195
1201
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1196
1202
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1197
1203
  }, {
1198
1204
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1199
1205
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1200
1206
  }>>>;
1201
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1202
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1203
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1204
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1205
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1206
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1207
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1208
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1209
- }, "strip", import("zod").ZodTypeAny, {
1207
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1208
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1209
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1210
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1211
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1212
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1213
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1214
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1215
+ }, "strip", z.ZodTypeAny, {
1210
1216
  suggest?: true | undefined;
1211
1217
  canExport?: boolean | null | undefined;
1212
1218
  canCollapse?: boolean | null | undefined;
@@ -1234,7 +1240,7 @@ export declare const list: (query?: SchemaListQuery) => {
1234
1240
  formula?: string | null | undefined;
1235
1241
  context?: string[] | null | undefined;
1236
1242
  prompt?: string | null | undefined;
1237
- dataset?: Record<string, unknown> | undefined;
1243
+ matching?: Record<string, unknown> | undefined;
1238
1244
  }, {
1239
1245
  suggest?: true | undefined;
1240
1246
  canExport?: boolean | null | undefined;
@@ -1263,24 +1269,28 @@ export declare const list: (query?: SchemaListQuery) => {
1263
1269
  formula?: string | null | undefined;
1264
1270
  context?: string[] | null | undefined;
1265
1271
  prompt?: string | null | undefined;
1266
- dataset?: Record<string, unknown> | undefined;
1267
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1268
- type: import("zod").ZodLiteral<"enum">;
1269
- options: import("zod").ZodArray<import("zod").ZodObject<{
1270
- value: import("zod").ZodString;
1271
- label: import("zod").ZodString;
1272
- }, "strip", import("zod").ZodTypeAny, {
1272
+ matching?: Record<string, unknown> | undefined;
1273
+ }>>>, z.ZodIntersection<z.ZodObject<{
1274
+ type: z.ZodLiteral<"enum">;
1275
+ options: z.ZodArray<z.ZodObject<{
1276
+ value: z.ZodString;
1277
+ label: z.ZodString;
1278
+ struct: z.ZodOptional<z.ZodUnknown>;
1279
+ }, "strip", z.ZodTypeAny, {
1273
1280
  value: string;
1274
1281
  label: string;
1282
+ struct?: unknown;
1275
1283
  }, {
1276
1284
  value: string;
1277
1285
  label: string;
1286
+ struct?: unknown;
1278
1287
  }>, "many">;
1279
- enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
1280
- }, "strip", import("zod").ZodTypeAny, {
1288
+ enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
1289
+ }, "strip", z.ZodTypeAny, {
1281
1290
  options: {
1282
1291
  value: string;
1283
1292
  label: string;
1293
+ struct?: unknown;
1284
1294
  }[];
1285
1295
  type: "enum";
1286
1296
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -1288,16 +1298,17 @@ export declare const list: (query?: SchemaListQuery) => {
1288
1298
  options: {
1289
1299
  value: string;
1290
1300
  label: string;
1301
+ struct?: unknown;
1291
1302
  }[];
1292
1303
  type: "enum";
1293
1304
  enumValueType?: "string" | "number" | "date" | undefined;
1294
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1295
- id: import("zod").ZodString;
1296
- label: import("zod").ZodString;
1297
- description: import("zod").ZodOptional<import("zod").ZodString>;
1298
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1299
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1300
- }, "strip", import("zod").ZodTypeAny, {
1305
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1306
+ id: z.ZodString;
1307
+ label: z.ZodString;
1308
+ description: z.ZodOptional<z.ZodString>;
1309
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1310
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1311
+ }, "strip", z.ZodTypeAny, {
1301
1312
  id: string;
1302
1313
  label: string;
1303
1314
  description?: string | undefined;
@@ -1309,24 +1320,24 @@ export declare const list: (query?: SchemaListQuery) => {
1309
1320
  description?: string | undefined;
1310
1321
  hidden?: boolean | null | undefined;
1311
1322
  disablePrediction?: boolean | null | undefined;
1312
- }>, import("zod").ZodObject<{
1313
- category: import("zod").ZodLiteral<"datapoint">;
1314
- }, "strip", import("zod").ZodTypeAny, {
1323
+ }>, z.ZodObject<{
1324
+ category: z.ZodLiteral<"datapoint">;
1325
+ }, "strip", z.ZodTypeAny, {
1315
1326
  category: "datapoint";
1316
1327
  }, {
1317
1328
  category: "datapoint";
1318
- }>>, import("zod").ZodObject<{
1319
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
1320
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1321
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1322
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1323
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1324
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1325
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1326
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1327
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1328
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1329
- }, "strip", import("zod").ZodTypeAny, {
1329
+ }>>, z.ZodObject<{
1330
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
1331
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1332
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1333
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1334
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1335
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1336
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1337
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1338
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1339
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1340
+ }, "strip", z.ZodTypeAny, {
1330
1341
  min?: number | null | undefined;
1331
1342
  max?: number | null | undefined;
1332
1343
  exact?: number | null | undefined;
@@ -1335,15 +1346,15 @@ export declare const list: (query?: SchemaListQuery) => {
1335
1346
  max?: number | null | undefined;
1336
1347
  exact?: number | null | undefined;
1337
1348
  }>>>;
1338
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1339
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
1340
- }, "strip", import("zod").ZodTypeAny, {
1349
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1350
+ pattern: z.ZodOptional<z.ZodString>;
1351
+ }, "strip", z.ZodTypeAny, {
1341
1352
  pattern?: string | undefined;
1342
1353
  }, {
1343
1354
  pattern?: string | undefined;
1344
1355
  }>>>;
1345
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1346
- }, "strip", import("zod").ZodTypeAny, {
1356
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1357
+ }, "strip", z.ZodTypeAny, {
1347
1358
  length?: {
1348
1359
  min?: number | null | undefined;
1349
1360
  max?: number | null | undefined;
@@ -1364,25 +1375,25 @@ export declare const list: (query?: SchemaListQuery) => {
1364
1375
  } | null | undefined;
1365
1376
  required?: boolean | null | undefined;
1366
1377
  }>>>;
1367
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1368
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1369
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1370
- }, "strip", import("zod").ZodTypeAny, {
1378
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1379
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
1380
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1381
+ }, "strip", z.ZodTypeAny, {
1371
1382
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1372
1383
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1373
1384
  }, {
1374
1385
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1375
1386
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1376
1387
  }>>>;
1377
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1378
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1379
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1380
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1381
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1382
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1383
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1384
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1385
- }, "strip", import("zod").ZodTypeAny, {
1388
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1389
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1390
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1391
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1392
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1393
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1394
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1395
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1396
+ }, "strip", z.ZodTypeAny, {
1386
1397
  suggest?: true | undefined;
1387
1398
  canExport?: boolean | null | undefined;
1388
1399
  canCollapse?: boolean | null | undefined;
@@ -1410,7 +1421,7 @@ export declare const list: (query?: SchemaListQuery) => {
1410
1421
  formula?: string | null | undefined;
1411
1422
  context?: string[] | null | undefined;
1412
1423
  prompt?: string | null | undefined;
1413
- dataset?: Record<string, unknown> | undefined;
1424
+ matching?: Record<string, unknown> | undefined;
1414
1425
  }, {
1415
1426
  suggest?: true | undefined;
1416
1427
  canExport?: boolean | null | undefined;
@@ -1439,14 +1450,14 @@ export declare const list: (query?: SchemaListQuery) => {
1439
1450
  formula?: string | null | undefined;
1440
1451
  context?: string[] | null | undefined;
1441
1452
  prompt?: string | null | undefined;
1442
- dataset?: Record<string, unknown> | undefined;
1443
- }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1444
- id: import("zod").ZodString;
1445
- label: import("zod").ZodString;
1446
- description: import("zod").ZodOptional<import("zod").ZodString>;
1447
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1448
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1449
- }, "strip", import("zod").ZodTypeAny, {
1453
+ matching?: Record<string, unknown> | undefined;
1454
+ }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1455
+ id: z.ZodString;
1456
+ label: z.ZodString;
1457
+ description: z.ZodOptional<z.ZodString>;
1458
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1459
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1460
+ }, "strip", z.ZodTypeAny, {
1450
1461
  id: string;
1451
1462
  label: string;
1452
1463
  description?: string | undefined;
@@ -1458,21 +1469,21 @@ export declare const list: (query?: SchemaListQuery) => {
1458
1469
  description?: string | undefined;
1459
1470
  hidden?: boolean | null | undefined;
1460
1471
  disablePrediction?: boolean | null | undefined;
1461
- }>, import("zod").ZodObject<{
1462
- category: import("zod").ZodLiteral<"datapoint">;
1463
- type: import("zod").ZodLiteral<"button">;
1464
- }, "strip", import("zod").ZodTypeAny, {
1472
+ }>, z.ZodObject<{
1473
+ category: z.ZodLiteral<"datapoint">;
1474
+ type: z.ZodLiteral<"button">;
1475
+ }, "strip", z.ZodTypeAny, {
1465
1476
  type: "button";
1466
1477
  category: "datapoint";
1467
1478
  }, {
1468
1479
  type: "button";
1469
1480
  category: "datapoint";
1470
- }>>, import("zod").ZodObject<{
1471
- canExport: import("zod").ZodOptional<import("zod").ZodBoolean>;
1472
- canCollapse: import("zod").ZodOptional<import("zod").ZodBoolean>;
1473
- popupUrl: import("zod").ZodOptional<import("zod").ZodString>;
1474
- canObtainToken: import("zod").ZodOptional<import("zod").ZodBoolean>;
1475
- }, "strip", import("zod").ZodTypeAny, {
1481
+ }>>, z.ZodObject<{
1482
+ canExport: z.ZodOptional<z.ZodBoolean>;
1483
+ canCollapse: z.ZodOptional<z.ZodBoolean>;
1484
+ popupUrl: z.ZodOptional<z.ZodString>;
1485
+ canObtainToken: z.ZodOptional<z.ZodBoolean>;
1486
+ }, "strip", z.ZodTypeAny, {
1476
1487
  canExport?: boolean | undefined;
1477
1488
  canCollapse?: boolean | undefined;
1478
1489
  popupUrl?: string | undefined;
@@ -1483,8 +1494,8 @@ export declare const list: (query?: SchemaListQuery) => {
1483
1494
  popupUrl?: string | undefined;
1484
1495
  canObtainToken?: boolean | undefined;
1485
1496
  }>>]>, "many">;
1486
- rirFieldNames: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1487
- }, "strip", import("zod").ZodTypeAny, {
1497
+ rirFieldNames: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1498
+ }, "strip", z.ZodTypeAny, {
1488
1499
  children: (({
1489
1500
  type: "string";
1490
1501
  } & {
@@ -1523,7 +1534,7 @@ export declare const list: (query?: SchemaListQuery) => {
1523
1534
  formula?: string | null | undefined;
1524
1535
  context?: string[] | null | undefined;
1525
1536
  prompt?: string | null | undefined;
1526
- dataset?: Record<string, unknown> | undefined;
1537
+ matching?: Record<string, unknown> | undefined;
1527
1538
  }) | ({
1528
1539
  type: "date";
1529
1540
  format?: string | null | undefined;
@@ -1563,7 +1574,7 @@ export declare const list: (query?: SchemaListQuery) => {
1563
1574
  formula?: string | null | undefined;
1564
1575
  context?: string[] | null | undefined;
1565
1576
  prompt?: string | null | undefined;
1566
- dataset?: Record<string, unknown> | undefined;
1577
+ matching?: Record<string, unknown> | undefined;
1567
1578
  }) | ({
1568
1579
  type: "number";
1569
1580
  format?: string | null | undefined;
@@ -1608,11 +1619,12 @@ export declare const list: (query?: SchemaListQuery) => {
1608
1619
  formula?: string | null | undefined;
1609
1620
  context?: string[] | null | undefined;
1610
1621
  prompt?: string | null | undefined;
1611
- dataset?: Record<string, unknown> | undefined;
1622
+ matching?: Record<string, unknown> | undefined;
1612
1623
  }) | ({
1613
1624
  options: {
1614
1625
  value: string;
1615
1626
  label: string;
1627
+ struct?: unknown;
1616
1628
  }[];
1617
1629
  type: "enum";
1618
1630
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -1652,7 +1664,7 @@ export declare const list: (query?: SchemaListQuery) => {
1652
1664
  formula?: string | null | undefined;
1653
1665
  context?: string[] | null | undefined;
1654
1666
  prompt?: string | null | undefined;
1655
- dataset?: Record<string, unknown> | undefined;
1667
+ matching?: Record<string, unknown> | undefined;
1656
1668
  }) | ({
1657
1669
  id: string;
1658
1670
  label: string;
@@ -1709,7 +1721,7 @@ export declare const list: (query?: SchemaListQuery) => {
1709
1721
  formula?: string | null | undefined;
1710
1722
  context?: string[] | null | undefined;
1711
1723
  prompt?: string | null | undefined;
1712
- dataset?: Record<string, unknown> | undefined;
1724
+ matching?: Record<string, unknown> | undefined;
1713
1725
  }) | ({
1714
1726
  type: "date";
1715
1727
  format?: string | null | undefined;
@@ -1749,7 +1761,7 @@ export declare const list: (query?: SchemaListQuery) => {
1749
1761
  formula?: string | null | undefined;
1750
1762
  context?: string[] | null | undefined;
1751
1763
  prompt?: string | null | undefined;
1752
- dataset?: Record<string, unknown> | undefined;
1764
+ matching?: Record<string, unknown> | undefined;
1753
1765
  }) | ({
1754
1766
  type: "number";
1755
1767
  format?: string | null | undefined;
@@ -1794,11 +1806,12 @@ export declare const list: (query?: SchemaListQuery) => {
1794
1806
  formula?: string | null | undefined;
1795
1807
  context?: string[] | null | undefined;
1796
1808
  prompt?: string | null | undefined;
1797
- dataset?: Record<string, unknown> | undefined;
1809
+ matching?: Record<string, unknown> | undefined;
1798
1810
  }) | ({
1799
1811
  options: {
1800
1812
  value: string;
1801
1813
  label: string;
1814
+ struct?: unknown;
1802
1815
  }[];
1803
1816
  type: "enum";
1804
1817
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -1838,7 +1851,7 @@ export declare const list: (query?: SchemaListQuery) => {
1838
1851
  formula?: string | null | undefined;
1839
1852
  context?: string[] | null | undefined;
1840
1853
  prompt?: string | null | undefined;
1841
- dataset?: Record<string, unknown> | undefined;
1854
+ matching?: Record<string, unknown> | undefined;
1842
1855
  }) | ({
1843
1856
  id: string;
1844
1857
  label: string;
@@ -1856,13 +1869,13 @@ export declare const list: (query?: SchemaListQuery) => {
1856
1869
  }))[];
1857
1870
  category: "tuple";
1858
1871
  rirFieldNames?: string[] | null | undefined;
1859
- }>, import("zod").ZodObject<{
1860
- id: import("zod").ZodString;
1861
- label: import("zod").ZodString;
1862
- description: import("zod").ZodOptional<import("zod").ZodString>;
1863
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1864
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1865
- }, "strip", import("zod").ZodTypeAny, {
1872
+ }>, z.ZodObject<{
1873
+ id: z.ZodString;
1874
+ label: z.ZodString;
1875
+ description: z.ZodOptional<z.ZodString>;
1876
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1877
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1878
+ }, "strip", z.ZodTypeAny, {
1866
1879
  id: string;
1867
1880
  label: string;
1868
1881
  description?: string | undefined;
@@ -1874,20 +1887,20 @@ export declare const list: (query?: SchemaListQuery) => {
1874
1887
  description?: string | undefined;
1875
1888
  hidden?: boolean | null | undefined;
1876
1889
  disablePrediction?: boolean | null | undefined;
1877
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1878
- children: import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
1879
- type: import("zod").ZodLiteral<"string">;
1880
- }, "strip", import("zod").ZodTypeAny, {
1890
+ }>>, z.ZodIntersection<z.ZodObject<{
1891
+ children: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
1892
+ type: z.ZodLiteral<"string">;
1893
+ }, "strip", z.ZodTypeAny, {
1881
1894
  type: "string";
1882
1895
  }, {
1883
1896
  type: "string";
1884
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1885
- id: import("zod").ZodString;
1886
- label: import("zod").ZodString;
1887
- description: import("zod").ZodOptional<import("zod").ZodString>;
1888
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1889
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1890
- }, "strip", import("zod").ZodTypeAny, {
1897
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1898
+ id: z.ZodString;
1899
+ label: z.ZodString;
1900
+ description: z.ZodOptional<z.ZodString>;
1901
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1902
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1903
+ }, "strip", z.ZodTypeAny, {
1891
1904
  id: string;
1892
1905
  label: string;
1893
1906
  description?: string | undefined;
@@ -1899,24 +1912,24 @@ export declare const list: (query?: SchemaListQuery) => {
1899
1912
  description?: string | undefined;
1900
1913
  hidden?: boolean | null | undefined;
1901
1914
  disablePrediction?: boolean | null | undefined;
1902
- }>, import("zod").ZodObject<{
1903
- category: import("zod").ZodLiteral<"datapoint">;
1904
- }, "strip", import("zod").ZodTypeAny, {
1915
+ }>, z.ZodObject<{
1916
+ category: z.ZodLiteral<"datapoint">;
1917
+ }, "strip", z.ZodTypeAny, {
1905
1918
  category: "datapoint";
1906
1919
  }, {
1907
1920
  category: "datapoint";
1908
- }>>, import("zod").ZodObject<{
1909
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
1910
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1911
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1912
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1913
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1914
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1915
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1916
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1917
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1918
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1919
- }, "strip", import("zod").ZodTypeAny, {
1921
+ }>>, z.ZodObject<{
1922
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
1923
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1924
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1925
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1926
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1927
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1928
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1929
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1930
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1931
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1932
+ }, "strip", z.ZodTypeAny, {
1920
1933
  min?: number | null | undefined;
1921
1934
  max?: number | null | undefined;
1922
1935
  exact?: number | null | undefined;
@@ -1925,15 +1938,15 @@ export declare const list: (query?: SchemaListQuery) => {
1925
1938
  max?: number | null | undefined;
1926
1939
  exact?: number | null | undefined;
1927
1940
  }>>>;
1928
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1929
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
1930
- }, "strip", import("zod").ZodTypeAny, {
1941
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1942
+ pattern: z.ZodOptional<z.ZodString>;
1943
+ }, "strip", z.ZodTypeAny, {
1931
1944
  pattern?: string | undefined;
1932
1945
  }, {
1933
1946
  pattern?: string | undefined;
1934
1947
  }>>>;
1935
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1936
- }, "strip", import("zod").ZodTypeAny, {
1948
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1949
+ }, "strip", z.ZodTypeAny, {
1937
1950
  length?: {
1938
1951
  min?: number | null | undefined;
1939
1952
  max?: number | null | undefined;
@@ -1954,25 +1967,25 @@ export declare const list: (query?: SchemaListQuery) => {
1954
1967
  } | null | undefined;
1955
1968
  required?: boolean | null | undefined;
1956
1969
  }>>>;
1957
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1958
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1959
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1960
- }, "strip", import("zod").ZodTypeAny, {
1970
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1971
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
1972
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1973
+ }, "strip", z.ZodTypeAny, {
1961
1974
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1962
1975
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1963
1976
  }, {
1964
1977
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1965
1978
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1966
1979
  }>>>;
1967
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1968
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
1969
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1970
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1971
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1972
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1973
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1974
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1975
- }, "strip", import("zod").ZodTypeAny, {
1980
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1981
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1982
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1983
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1984
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1985
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1986
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1987
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1988
+ }, "strip", z.ZodTypeAny, {
1976
1989
  suggest?: true | undefined;
1977
1990
  canExport?: boolean | null | undefined;
1978
1991
  canCollapse?: boolean | null | undefined;
@@ -2000,7 +2013,7 @@ export declare const list: (query?: SchemaListQuery) => {
2000
2013
  formula?: string | null | undefined;
2001
2014
  context?: string[] | null | undefined;
2002
2015
  prompt?: string | null | undefined;
2003
- dataset?: Record<string, unknown> | undefined;
2016
+ matching?: Record<string, unknown> | undefined;
2004
2017
  }, {
2005
2018
  suggest?: true | undefined;
2006
2019
  canExport?: boolean | null | undefined;
@@ -2029,23 +2042,23 @@ export declare const list: (query?: SchemaListQuery) => {
2029
2042
  formula?: string | null | undefined;
2030
2043
  context?: string[] | null | undefined;
2031
2044
  prompt?: string | null | undefined;
2032
- dataset?: Record<string, unknown> | undefined;
2033
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2034
- type: import("zod").ZodLiteral<"date">;
2035
- format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
2036
- }, "strip", import("zod").ZodTypeAny, {
2045
+ matching?: Record<string, unknown> | undefined;
2046
+ }>>>, z.ZodIntersection<z.ZodObject<{
2047
+ type: z.ZodLiteral<"date">;
2048
+ format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2049
+ }, "strip", z.ZodTypeAny, {
2037
2050
  type: "date";
2038
2051
  format?: string | null | undefined;
2039
2052
  }, {
2040
2053
  type: "date";
2041
2054
  format?: string | null | undefined;
2042
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
2043
- id: import("zod").ZodString;
2044
- label: import("zod").ZodString;
2045
- description: import("zod").ZodOptional<import("zod").ZodString>;
2046
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2047
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2048
- }, "strip", import("zod").ZodTypeAny, {
2055
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
2056
+ id: z.ZodString;
2057
+ label: z.ZodString;
2058
+ description: z.ZodOptional<z.ZodString>;
2059
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2060
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2061
+ }, "strip", z.ZodTypeAny, {
2049
2062
  id: string;
2050
2063
  label: string;
2051
2064
  description?: string | undefined;
@@ -2057,24 +2070,24 @@ export declare const list: (query?: SchemaListQuery) => {
2057
2070
  description?: string | undefined;
2058
2071
  hidden?: boolean | null | undefined;
2059
2072
  disablePrediction?: boolean | null | undefined;
2060
- }>, import("zod").ZodObject<{
2061
- category: import("zod").ZodLiteral<"datapoint">;
2062
- }, "strip", import("zod").ZodTypeAny, {
2073
+ }>, z.ZodObject<{
2074
+ category: z.ZodLiteral<"datapoint">;
2075
+ }, "strip", z.ZodTypeAny, {
2063
2076
  category: "datapoint";
2064
2077
  }, {
2065
2078
  category: "datapoint";
2066
- }>>, import("zod").ZodObject<{
2067
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
2068
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2069
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2070
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2071
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2072
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2073
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2074
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2075
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2076
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2077
- }, "strip", import("zod").ZodTypeAny, {
2079
+ }>>, z.ZodObject<{
2080
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
2081
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2082
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2083
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2084
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2085
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2086
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2087
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2088
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2089
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2090
+ }, "strip", z.ZodTypeAny, {
2078
2091
  min?: number | null | undefined;
2079
2092
  max?: number | null | undefined;
2080
2093
  exact?: number | null | undefined;
@@ -2083,15 +2096,15 @@ export declare const list: (query?: SchemaListQuery) => {
2083
2096
  max?: number | null | undefined;
2084
2097
  exact?: number | null | undefined;
2085
2098
  }>>>;
2086
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2087
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
2088
- }, "strip", import("zod").ZodTypeAny, {
2099
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2100
+ pattern: z.ZodOptional<z.ZodString>;
2101
+ }, "strip", z.ZodTypeAny, {
2089
2102
  pattern?: string | undefined;
2090
2103
  }, {
2091
2104
  pattern?: string | undefined;
2092
2105
  }>>>;
2093
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2094
- }, "strip", import("zod").ZodTypeAny, {
2106
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2107
+ }, "strip", z.ZodTypeAny, {
2095
2108
  length?: {
2096
2109
  min?: number | null | undefined;
2097
2110
  max?: number | null | undefined;
@@ -2112,25 +2125,25 @@ export declare const list: (query?: SchemaListQuery) => {
2112
2125
  } | null | undefined;
2113
2126
  required?: boolean | null | undefined;
2114
2127
  }>>>;
2115
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2116
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2117
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2118
- }, "strip", import("zod").ZodTypeAny, {
2128
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2129
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
2130
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2131
+ }, "strip", z.ZodTypeAny, {
2119
2132
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2120
2133
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2121
2134
  }, {
2122
2135
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2123
2136
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2124
2137
  }>>>;
2125
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2126
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2127
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2128
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2129
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2130
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2131
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2132
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2133
- }, "strip", import("zod").ZodTypeAny, {
2138
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2139
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2140
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2141
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2142
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2143
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2144
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2145
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2146
+ }, "strip", z.ZodTypeAny, {
2134
2147
  suggest?: true | undefined;
2135
2148
  canExport?: boolean | null | undefined;
2136
2149
  canCollapse?: boolean | null | undefined;
@@ -2158,7 +2171,7 @@ export declare const list: (query?: SchemaListQuery) => {
2158
2171
  formula?: string | null | undefined;
2159
2172
  context?: string[] | null | undefined;
2160
2173
  prompt?: string | null | undefined;
2161
- dataset?: Record<string, unknown> | undefined;
2174
+ matching?: Record<string, unknown> | undefined;
2162
2175
  }, {
2163
2176
  suggest?: true | undefined;
2164
2177
  canExport?: boolean | null | undefined;
@@ -2187,19 +2200,19 @@ export declare const list: (query?: SchemaListQuery) => {
2187
2200
  formula?: string | null | undefined;
2188
2201
  context?: string[] | null | undefined;
2189
2202
  prompt?: string | null | undefined;
2190
- dataset?: Record<string, unknown> | undefined;
2191
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2192
- type: import("zod").ZodLiteral<"number">;
2193
- format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
2194
- aggregations: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
2195
- sum: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2196
- label: import("zod").ZodString;
2197
- }, "strip", import("zod").ZodTypeAny, {
2203
+ matching?: Record<string, unknown> | undefined;
2204
+ }>>>, z.ZodIntersection<z.ZodObject<{
2205
+ type: z.ZodLiteral<"number">;
2206
+ format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2207
+ aggregations: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2208
+ sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2209
+ label: z.ZodString;
2210
+ }, "strip", z.ZodTypeAny, {
2198
2211
  label: string;
2199
2212
  }, {
2200
2213
  label: string;
2201
2214
  }>>>;
2202
- }, "strip", import("zod").ZodTypeAny, {
2215
+ }, "strip", z.ZodTypeAny, {
2203
2216
  sum?: {
2204
2217
  label: string;
2205
2218
  } | null | undefined;
@@ -2208,7 +2221,7 @@ export declare const list: (query?: SchemaListQuery) => {
2208
2221
  label: string;
2209
2222
  } | null | undefined;
2210
2223
  }>>>;
2211
- }, "strip", import("zod").ZodTypeAny, {
2224
+ }, "strip", z.ZodTypeAny, {
2212
2225
  type: "number";
2213
2226
  format?: string | null | undefined;
2214
2227
  aggregations?: {
@@ -2224,13 +2237,13 @@ export declare const list: (query?: SchemaListQuery) => {
2224
2237
  label: string;
2225
2238
  } | null | undefined;
2226
2239
  } | null | undefined;
2227
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
2228
- id: import("zod").ZodString;
2229
- label: import("zod").ZodString;
2230
- description: import("zod").ZodOptional<import("zod").ZodString>;
2231
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2232
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2233
- }, "strip", import("zod").ZodTypeAny, {
2240
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
2241
+ id: z.ZodString;
2242
+ label: z.ZodString;
2243
+ description: z.ZodOptional<z.ZodString>;
2244
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2245
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2246
+ }, "strip", z.ZodTypeAny, {
2234
2247
  id: string;
2235
2248
  label: string;
2236
2249
  description?: string | undefined;
@@ -2242,24 +2255,24 @@ export declare const list: (query?: SchemaListQuery) => {
2242
2255
  description?: string | undefined;
2243
2256
  hidden?: boolean | null | undefined;
2244
2257
  disablePrediction?: boolean | null | undefined;
2245
- }>, import("zod").ZodObject<{
2246
- category: import("zod").ZodLiteral<"datapoint">;
2247
- }, "strip", import("zod").ZodTypeAny, {
2258
+ }>, z.ZodObject<{
2259
+ category: z.ZodLiteral<"datapoint">;
2260
+ }, "strip", z.ZodTypeAny, {
2248
2261
  category: "datapoint";
2249
2262
  }, {
2250
2263
  category: "datapoint";
2251
- }>>, import("zod").ZodObject<{
2252
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
2253
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2254
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2255
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2256
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2257
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2258
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2259
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2260
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2261
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2262
- }, "strip", import("zod").ZodTypeAny, {
2264
+ }>>, z.ZodObject<{
2265
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
2266
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2267
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2268
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2269
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2270
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2271
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2272
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2273
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2274
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2275
+ }, "strip", z.ZodTypeAny, {
2263
2276
  min?: number | null | undefined;
2264
2277
  max?: number | null | undefined;
2265
2278
  exact?: number | null | undefined;
@@ -2268,15 +2281,15 @@ export declare const list: (query?: SchemaListQuery) => {
2268
2281
  max?: number | null | undefined;
2269
2282
  exact?: number | null | undefined;
2270
2283
  }>>>;
2271
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2272
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
2273
- }, "strip", import("zod").ZodTypeAny, {
2284
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2285
+ pattern: z.ZodOptional<z.ZodString>;
2286
+ }, "strip", z.ZodTypeAny, {
2274
2287
  pattern?: string | undefined;
2275
2288
  }, {
2276
2289
  pattern?: string | undefined;
2277
2290
  }>>>;
2278
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2279
- }, "strip", import("zod").ZodTypeAny, {
2291
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2292
+ }, "strip", z.ZodTypeAny, {
2280
2293
  length?: {
2281
2294
  min?: number | null | undefined;
2282
2295
  max?: number | null | undefined;
@@ -2297,25 +2310,25 @@ export declare const list: (query?: SchemaListQuery) => {
2297
2310
  } | null | undefined;
2298
2311
  required?: boolean | null | undefined;
2299
2312
  }>>>;
2300
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2301
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2302
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2303
- }, "strip", import("zod").ZodTypeAny, {
2313
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2314
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
2315
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2316
+ }, "strip", z.ZodTypeAny, {
2304
2317
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2305
2318
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2306
2319
  }, {
2307
2320
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2308
2321
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2309
2322
  }>>>;
2310
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2311
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2312
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2313
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2314
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2315
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2316
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2317
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2318
- }, "strip", import("zod").ZodTypeAny, {
2323
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2324
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2325
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2326
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2327
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2328
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2329
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2330
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2331
+ }, "strip", z.ZodTypeAny, {
2319
2332
  suggest?: true | undefined;
2320
2333
  canExport?: boolean | null | undefined;
2321
2334
  canCollapse?: boolean | null | undefined;
@@ -2343,7 +2356,7 @@ export declare const list: (query?: SchemaListQuery) => {
2343
2356
  formula?: string | null | undefined;
2344
2357
  context?: string[] | null | undefined;
2345
2358
  prompt?: string | null | undefined;
2346
- dataset?: Record<string, unknown> | undefined;
2359
+ matching?: Record<string, unknown> | undefined;
2347
2360
  }, {
2348
2361
  suggest?: true | undefined;
2349
2362
  canExport?: boolean | null | undefined;
@@ -2372,24 +2385,28 @@ export declare const list: (query?: SchemaListQuery) => {
2372
2385
  formula?: string | null | undefined;
2373
2386
  context?: string[] | null | undefined;
2374
2387
  prompt?: string | null | undefined;
2375
- dataset?: Record<string, unknown> | undefined;
2376
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2377
- type: import("zod").ZodLiteral<"enum">;
2378
- options: import("zod").ZodArray<import("zod").ZodObject<{
2379
- value: import("zod").ZodString;
2380
- label: import("zod").ZodString;
2381
- }, "strip", import("zod").ZodTypeAny, {
2388
+ matching?: Record<string, unknown> | undefined;
2389
+ }>>>, z.ZodIntersection<z.ZodObject<{
2390
+ type: z.ZodLiteral<"enum">;
2391
+ options: z.ZodArray<z.ZodObject<{
2392
+ value: z.ZodString;
2393
+ label: z.ZodString;
2394
+ struct: z.ZodOptional<z.ZodUnknown>;
2395
+ }, "strip", z.ZodTypeAny, {
2382
2396
  value: string;
2383
2397
  label: string;
2398
+ struct?: unknown;
2384
2399
  }, {
2385
2400
  value: string;
2386
2401
  label: string;
2402
+ struct?: unknown;
2387
2403
  }>, "many">;
2388
- enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
2389
- }, "strip", import("zod").ZodTypeAny, {
2404
+ enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
2405
+ }, "strip", z.ZodTypeAny, {
2390
2406
  options: {
2391
2407
  value: string;
2392
2408
  label: string;
2409
+ struct?: unknown;
2393
2410
  }[];
2394
2411
  type: "enum";
2395
2412
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -2397,16 +2414,17 @@ export declare const list: (query?: SchemaListQuery) => {
2397
2414
  options: {
2398
2415
  value: string;
2399
2416
  label: string;
2417
+ struct?: unknown;
2400
2418
  }[];
2401
2419
  type: "enum";
2402
2420
  enumValueType?: "string" | "number" | "date" | undefined;
2403
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
2404
- id: import("zod").ZodString;
2405
- label: import("zod").ZodString;
2406
- description: import("zod").ZodOptional<import("zod").ZodString>;
2407
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2408
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2409
- }, "strip", import("zod").ZodTypeAny, {
2421
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
2422
+ id: z.ZodString;
2423
+ label: z.ZodString;
2424
+ description: z.ZodOptional<z.ZodString>;
2425
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2426
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2427
+ }, "strip", z.ZodTypeAny, {
2410
2428
  id: string;
2411
2429
  label: string;
2412
2430
  description?: string | undefined;
@@ -2418,24 +2436,24 @@ export declare const list: (query?: SchemaListQuery) => {
2418
2436
  description?: string | undefined;
2419
2437
  hidden?: boolean | null | undefined;
2420
2438
  disablePrediction?: boolean | null | undefined;
2421
- }>, import("zod").ZodObject<{
2422
- category: import("zod").ZodLiteral<"datapoint">;
2423
- }, "strip", import("zod").ZodTypeAny, {
2439
+ }>, z.ZodObject<{
2440
+ category: z.ZodLiteral<"datapoint">;
2441
+ }, "strip", z.ZodTypeAny, {
2424
2442
  category: "datapoint";
2425
2443
  }, {
2426
2444
  category: "datapoint";
2427
- }>>, import("zod").ZodObject<{
2428
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
2429
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2430
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2431
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2432
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2433
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2434
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2435
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2436
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2437
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2438
- }, "strip", import("zod").ZodTypeAny, {
2445
+ }>>, z.ZodObject<{
2446
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
2447
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2448
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2449
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2450
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2451
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2452
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2453
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2454
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2455
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2456
+ }, "strip", z.ZodTypeAny, {
2439
2457
  min?: number | null | undefined;
2440
2458
  max?: number | null | undefined;
2441
2459
  exact?: number | null | undefined;
@@ -2444,15 +2462,15 @@ export declare const list: (query?: SchemaListQuery) => {
2444
2462
  max?: number | null | undefined;
2445
2463
  exact?: number | null | undefined;
2446
2464
  }>>>;
2447
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2448
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
2449
- }, "strip", import("zod").ZodTypeAny, {
2465
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2466
+ pattern: z.ZodOptional<z.ZodString>;
2467
+ }, "strip", z.ZodTypeAny, {
2450
2468
  pattern?: string | undefined;
2451
2469
  }, {
2452
2470
  pattern?: string | undefined;
2453
2471
  }>>>;
2454
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2455
- }, "strip", import("zod").ZodTypeAny, {
2472
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2473
+ }, "strip", z.ZodTypeAny, {
2456
2474
  length?: {
2457
2475
  min?: number | null | undefined;
2458
2476
  max?: number | null | undefined;
@@ -2473,25 +2491,25 @@ export declare const list: (query?: SchemaListQuery) => {
2473
2491
  } | null | undefined;
2474
2492
  required?: boolean | null | undefined;
2475
2493
  }>>>;
2476
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2477
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2478
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2479
- }, "strip", import("zod").ZodTypeAny, {
2494
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2495
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
2496
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2497
+ }, "strip", z.ZodTypeAny, {
2480
2498
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2481
2499
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2482
2500
  }, {
2483
2501
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2484
2502
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2485
2503
  }>>>;
2486
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2487
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
2488
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2489
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2490
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2491
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2492
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2493
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2494
- }, "strip", import("zod").ZodTypeAny, {
2504
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2505
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
2506
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2507
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2508
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2509
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2510
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2511
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2512
+ }, "strip", z.ZodTypeAny, {
2495
2513
  suggest?: true | undefined;
2496
2514
  canExport?: boolean | null | undefined;
2497
2515
  canCollapse?: boolean | null | undefined;
@@ -2519,7 +2537,7 @@ export declare const list: (query?: SchemaListQuery) => {
2519
2537
  formula?: string | null | undefined;
2520
2538
  context?: string[] | null | undefined;
2521
2539
  prompt?: string | null | undefined;
2522
- dataset?: Record<string, unknown> | undefined;
2540
+ matching?: Record<string, unknown> | undefined;
2523
2541
  }, {
2524
2542
  suggest?: true | undefined;
2525
2543
  canExport?: boolean | null | undefined;
@@ -2548,14 +2566,14 @@ export declare const list: (query?: SchemaListQuery) => {
2548
2566
  formula?: string | null | undefined;
2549
2567
  context?: string[] | null | undefined;
2550
2568
  prompt?: string | null | undefined;
2551
- dataset?: Record<string, unknown> | undefined;
2552
- }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
2553
- id: import("zod").ZodString;
2554
- label: import("zod").ZodString;
2555
- description: import("zod").ZodOptional<import("zod").ZodString>;
2556
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2557
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2558
- }, "strip", import("zod").ZodTypeAny, {
2569
+ matching?: Record<string, unknown> | undefined;
2570
+ }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
2571
+ id: z.ZodString;
2572
+ label: z.ZodString;
2573
+ description: z.ZodOptional<z.ZodString>;
2574
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2575
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2576
+ }, "strip", z.ZodTypeAny, {
2559
2577
  id: string;
2560
2578
  label: string;
2561
2579
  description?: string | undefined;
@@ -2567,21 +2585,21 @@ export declare const list: (query?: SchemaListQuery) => {
2567
2585
  description?: string | undefined;
2568
2586
  hidden?: boolean | null | undefined;
2569
2587
  disablePrediction?: boolean | null | undefined;
2570
- }>, import("zod").ZodObject<{
2571
- category: import("zod").ZodLiteral<"datapoint">;
2572
- type: import("zod").ZodLiteral<"button">;
2573
- }, "strip", import("zod").ZodTypeAny, {
2588
+ }>, z.ZodObject<{
2589
+ category: z.ZodLiteral<"datapoint">;
2590
+ type: z.ZodLiteral<"button">;
2591
+ }, "strip", z.ZodTypeAny, {
2574
2592
  type: "button";
2575
2593
  category: "datapoint";
2576
2594
  }, {
2577
2595
  type: "button";
2578
2596
  category: "datapoint";
2579
- }>>, import("zod").ZodObject<{
2580
- canExport: import("zod").ZodOptional<import("zod").ZodBoolean>;
2581
- canCollapse: import("zod").ZodOptional<import("zod").ZodBoolean>;
2582
- popupUrl: import("zod").ZodOptional<import("zod").ZodString>;
2583
- canObtainToken: import("zod").ZodOptional<import("zod").ZodBoolean>;
2584
- }, "strip", import("zod").ZodTypeAny, {
2597
+ }>>, z.ZodObject<{
2598
+ canExport: z.ZodOptional<z.ZodBoolean>;
2599
+ canCollapse: z.ZodOptional<z.ZodBoolean>;
2600
+ popupUrl: z.ZodOptional<z.ZodString>;
2601
+ canObtainToken: z.ZodOptional<z.ZodBoolean>;
2602
+ }, "strip", z.ZodTypeAny, {
2585
2603
  canExport?: boolean | undefined;
2586
2604
  canCollapse?: boolean | undefined;
2587
2605
  popupUrl?: string | undefined;
@@ -2592,7 +2610,7 @@ export declare const list: (query?: SchemaListQuery) => {
2592
2610
  popupUrl?: string | undefined;
2593
2611
  canObtainToken?: boolean | undefined;
2594
2612
  }>>]>;
2595
- }, "strip", import("zod").ZodTypeAny, {
2613
+ }, "strip", z.ZodTypeAny, {
2596
2614
  children: ({
2597
2615
  type: "string";
2598
2616
  } & {
@@ -2631,7 +2649,7 @@ export declare const list: (query?: SchemaListQuery) => {
2631
2649
  formula?: string | null | undefined;
2632
2650
  context?: string[] | null | undefined;
2633
2651
  prompt?: string | null | undefined;
2634
- dataset?: Record<string, unknown> | undefined;
2652
+ matching?: Record<string, unknown> | undefined;
2635
2653
  }) | ({
2636
2654
  type: "date";
2637
2655
  format?: string | null | undefined;
@@ -2671,7 +2689,7 @@ export declare const list: (query?: SchemaListQuery) => {
2671
2689
  formula?: string | null | undefined;
2672
2690
  context?: string[] | null | undefined;
2673
2691
  prompt?: string | null | undefined;
2674
- dataset?: Record<string, unknown> | undefined;
2692
+ matching?: Record<string, unknown> | undefined;
2675
2693
  }) | ({
2676
2694
  type: "number";
2677
2695
  format?: string | null | undefined;
@@ -2716,11 +2734,12 @@ export declare const list: (query?: SchemaListQuery) => {
2716
2734
  formula?: string | null | undefined;
2717
2735
  context?: string[] | null | undefined;
2718
2736
  prompt?: string | null | undefined;
2719
- dataset?: Record<string, unknown> | undefined;
2737
+ matching?: Record<string, unknown> | undefined;
2720
2738
  }) | ({
2721
2739
  options: {
2722
2740
  value: string;
2723
2741
  label: string;
2742
+ struct?: unknown;
2724
2743
  }[];
2725
2744
  type: "enum";
2726
2745
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -2760,7 +2779,7 @@ export declare const list: (query?: SchemaListQuery) => {
2760
2779
  formula?: string | null | undefined;
2761
2780
  context?: string[] | null | undefined;
2762
2781
  prompt?: string | null | undefined;
2763
- dataset?: Record<string, unknown> | undefined;
2782
+ matching?: Record<string, unknown> | undefined;
2764
2783
  }) | ({
2765
2784
  id: string;
2766
2785
  label: string;
@@ -2815,7 +2834,7 @@ export declare const list: (query?: SchemaListQuery) => {
2815
2834
  formula?: string | null | undefined;
2816
2835
  context?: string[] | null | undefined;
2817
2836
  prompt?: string | null | undefined;
2818
- dataset?: Record<string, unknown> | undefined;
2837
+ matching?: Record<string, unknown> | undefined;
2819
2838
  }) | ({
2820
2839
  type: "date";
2821
2840
  format?: string | null | undefined;
@@ -2855,7 +2874,7 @@ export declare const list: (query?: SchemaListQuery) => {
2855
2874
  formula?: string | null | undefined;
2856
2875
  context?: string[] | null | undefined;
2857
2876
  prompt?: string | null | undefined;
2858
- dataset?: Record<string, unknown> | undefined;
2877
+ matching?: Record<string, unknown> | undefined;
2859
2878
  }) | ({
2860
2879
  type: "number";
2861
2880
  format?: string | null | undefined;
@@ -2900,11 +2919,12 @@ export declare const list: (query?: SchemaListQuery) => {
2900
2919
  formula?: string | null | undefined;
2901
2920
  context?: string[] | null | undefined;
2902
2921
  prompt?: string | null | undefined;
2903
- dataset?: Record<string, unknown> | undefined;
2922
+ matching?: Record<string, unknown> | undefined;
2904
2923
  }) | ({
2905
2924
  options: {
2906
2925
  value: string;
2907
2926
  label: string;
2927
+ struct?: unknown;
2908
2928
  }[];
2909
2929
  type: "enum";
2910
2930
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -2944,7 +2964,7 @@ export declare const list: (query?: SchemaListQuery) => {
2944
2964
  formula?: string | null | undefined;
2945
2965
  context?: string[] | null | undefined;
2946
2966
  prompt?: string | null | undefined;
2947
- dataset?: Record<string, unknown> | undefined;
2967
+ matching?: Record<string, unknown> | undefined;
2948
2968
  }) | ({
2949
2969
  id: string;
2950
2970
  label: string;
@@ -2960,15 +2980,15 @@ export declare const list: (query?: SchemaListQuery) => {
2960
2980
  popupUrl?: string | undefined;
2961
2981
  canObtainToken?: boolean | undefined;
2962
2982
  });
2963
- }>, import("zod").ZodIntersection<import("zod").ZodObject<{
2964
- category: import("zod").ZodLiteral<"multivalue">;
2965
- minOccurrences: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
2966
- maxOccurrences: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
2967
- grid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
2968
- rowTypes: import("zod").ZodArray<import("zod").ZodString, "many">;
2969
- defaultRowType: import("zod").ZodString;
2970
- rowTypesToExtract: import("zod").ZodArray<import("zod").ZodString, "many">;
2971
- }, "strip", import("zod").ZodTypeAny, {
2983
+ }>, z.ZodIntersection<z.ZodObject<{
2984
+ category: z.ZodLiteral<"multivalue">;
2985
+ minOccurrences: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2986
+ maxOccurrences: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2987
+ grid: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2988
+ rowTypes: z.ZodArray<z.ZodString, "many">;
2989
+ defaultRowType: z.ZodString;
2990
+ rowTypesToExtract: z.ZodArray<z.ZodString, "many">;
2991
+ }, "strip", z.ZodTypeAny, {
2972
2992
  rowTypes: string[];
2973
2993
  defaultRowType: string;
2974
2994
  rowTypesToExtract: string[];
@@ -2977,9 +2997,9 @@ export declare const list: (query?: SchemaListQuery) => {
2977
2997
  defaultRowType: string;
2978
2998
  rowTypesToExtract: string[];
2979
2999
  }>>>;
2980
- showGridByDefault: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2981
- rirFieldNames: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2982
- }, "strip", import("zod").ZodTypeAny, {
3000
+ showGridByDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3001
+ rirFieldNames: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3002
+ }, "strip", z.ZodTypeAny, {
2983
3003
  category: "multivalue";
2984
3004
  minOccurrences?: number | null | undefined;
2985
3005
  maxOccurrences?: number | null | undefined;
@@ -3001,13 +3021,13 @@ export declare const list: (query?: SchemaListQuery) => {
3001
3021
  } | null | undefined;
3002
3022
  showGridByDefault?: boolean | null | undefined;
3003
3023
  rirFieldNames?: string[] | null | undefined;
3004
- }>, import("zod").ZodObject<{
3005
- id: import("zod").ZodString;
3006
- label: import("zod").ZodString;
3007
- description: import("zod").ZodOptional<import("zod").ZodString>;
3008
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3009
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3010
- }, "strip", import("zod").ZodTypeAny, {
3024
+ }>, z.ZodObject<{
3025
+ id: z.ZodString;
3026
+ label: z.ZodString;
3027
+ description: z.ZodOptional<z.ZodString>;
3028
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3029
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3030
+ }, "strip", z.ZodTypeAny, {
3011
3031
  id: string;
3012
3032
  label: string;
3013
3033
  description?: string | undefined;
@@ -3019,22 +3039,22 @@ export declare const list: (query?: SchemaListQuery) => {
3019
3039
  description?: string | undefined;
3020
3040
  hidden?: boolean | null | undefined;
3021
3041
  disablePrediction?: boolean | null | undefined;
3022
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3023
- children: import("zod").ZodIntersection<import("zod").ZodObject<{
3024
- category: import("zod").ZodLiteral<"tuple">;
3025
- children: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
3026
- type: import("zod").ZodLiteral<"string">;
3027
- }, "strip", import("zod").ZodTypeAny, {
3042
+ }>>>, z.ZodIntersection<z.ZodObject<{
3043
+ children: z.ZodIntersection<z.ZodObject<{
3044
+ category: z.ZodLiteral<"tuple">;
3045
+ children: z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
3046
+ type: z.ZodLiteral<"string">;
3047
+ }, "strip", z.ZodTypeAny, {
3028
3048
  type: "string";
3029
3049
  }, {
3030
3050
  type: "string";
3031
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
3032
- id: import("zod").ZodString;
3033
- label: import("zod").ZodString;
3034
- description: import("zod").ZodOptional<import("zod").ZodString>;
3035
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3036
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3037
- }, "strip", import("zod").ZodTypeAny, {
3051
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
3052
+ id: z.ZodString;
3053
+ label: z.ZodString;
3054
+ description: z.ZodOptional<z.ZodString>;
3055
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3056
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3057
+ }, "strip", z.ZodTypeAny, {
3038
3058
  id: string;
3039
3059
  label: string;
3040
3060
  description?: string | undefined;
@@ -3046,24 +3066,24 @@ export declare const list: (query?: SchemaListQuery) => {
3046
3066
  description?: string | undefined;
3047
3067
  hidden?: boolean | null | undefined;
3048
3068
  disablePrediction?: boolean | null | undefined;
3049
- }>, import("zod").ZodObject<{
3050
- category: import("zod").ZodLiteral<"datapoint">;
3051
- }, "strip", import("zod").ZodTypeAny, {
3069
+ }>, z.ZodObject<{
3070
+ category: z.ZodLiteral<"datapoint">;
3071
+ }, "strip", z.ZodTypeAny, {
3052
3072
  category: "datapoint";
3053
3073
  }, {
3054
3074
  category: "datapoint";
3055
- }>>, import("zod").ZodObject<{
3056
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
3057
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3058
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3059
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3060
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3061
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3062
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3063
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3064
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3065
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3066
- }, "strip", import("zod").ZodTypeAny, {
3075
+ }>>, z.ZodObject<{
3076
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
3077
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3078
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3079
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3080
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3081
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3082
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3083
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3084
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3085
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3086
+ }, "strip", z.ZodTypeAny, {
3067
3087
  min?: number | null | undefined;
3068
3088
  max?: number | null | undefined;
3069
3089
  exact?: number | null | undefined;
@@ -3072,15 +3092,15 @@ export declare const list: (query?: SchemaListQuery) => {
3072
3092
  max?: number | null | undefined;
3073
3093
  exact?: number | null | undefined;
3074
3094
  }>>>;
3075
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3076
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
3077
- }, "strip", import("zod").ZodTypeAny, {
3095
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3096
+ pattern: z.ZodOptional<z.ZodString>;
3097
+ }, "strip", z.ZodTypeAny, {
3078
3098
  pattern?: string | undefined;
3079
3099
  }, {
3080
3100
  pattern?: string | undefined;
3081
3101
  }>>>;
3082
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3083
- }, "strip", import("zod").ZodTypeAny, {
3102
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3103
+ }, "strip", z.ZodTypeAny, {
3084
3104
  length?: {
3085
3105
  min?: number | null | undefined;
3086
3106
  max?: number | null | undefined;
@@ -3101,25 +3121,25 @@ export declare const list: (query?: SchemaListQuery) => {
3101
3121
  } | null | undefined;
3102
3122
  required?: boolean | null | undefined;
3103
3123
  }>>>;
3104
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3105
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3106
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3107
- }, "strip", import("zod").ZodTypeAny, {
3124
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3125
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3126
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3127
+ }, "strip", z.ZodTypeAny, {
3108
3128
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3109
3129
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3110
3130
  }, {
3111
3131
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3112
3132
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3113
3133
  }>>>;
3114
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3115
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3116
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3117
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3118
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3119
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3120
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3121
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3122
- }, "strip", import("zod").ZodTypeAny, {
3134
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3135
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3136
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3137
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3138
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3139
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3140
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3141
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3142
+ }, "strip", z.ZodTypeAny, {
3123
3143
  suggest?: true | undefined;
3124
3144
  canExport?: boolean | null | undefined;
3125
3145
  canCollapse?: boolean | null | undefined;
@@ -3147,7 +3167,7 @@ export declare const list: (query?: SchemaListQuery) => {
3147
3167
  formula?: string | null | undefined;
3148
3168
  context?: string[] | null | undefined;
3149
3169
  prompt?: string | null | undefined;
3150
- dataset?: Record<string, unknown> | undefined;
3170
+ matching?: Record<string, unknown> | undefined;
3151
3171
  }, {
3152
3172
  suggest?: true | undefined;
3153
3173
  canExport?: boolean | null | undefined;
@@ -3176,23 +3196,23 @@ export declare const list: (query?: SchemaListQuery) => {
3176
3196
  formula?: string | null | undefined;
3177
3197
  context?: string[] | null | undefined;
3178
3198
  prompt?: string | null | undefined;
3179
- dataset?: Record<string, unknown> | undefined;
3180
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3181
- type: import("zod").ZodLiteral<"date">;
3182
- format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3183
- }, "strip", import("zod").ZodTypeAny, {
3199
+ matching?: Record<string, unknown> | undefined;
3200
+ }>>>, z.ZodIntersection<z.ZodObject<{
3201
+ type: z.ZodLiteral<"date">;
3202
+ format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3203
+ }, "strip", z.ZodTypeAny, {
3184
3204
  type: "date";
3185
3205
  format?: string | null | undefined;
3186
3206
  }, {
3187
3207
  type: "date";
3188
3208
  format?: string | null | undefined;
3189
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
3190
- id: import("zod").ZodString;
3191
- label: import("zod").ZodString;
3192
- description: import("zod").ZodOptional<import("zod").ZodString>;
3193
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3194
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3195
- }, "strip", import("zod").ZodTypeAny, {
3209
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
3210
+ id: z.ZodString;
3211
+ label: z.ZodString;
3212
+ description: z.ZodOptional<z.ZodString>;
3213
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3214
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3215
+ }, "strip", z.ZodTypeAny, {
3196
3216
  id: string;
3197
3217
  label: string;
3198
3218
  description?: string | undefined;
@@ -3204,24 +3224,24 @@ export declare const list: (query?: SchemaListQuery) => {
3204
3224
  description?: string | undefined;
3205
3225
  hidden?: boolean | null | undefined;
3206
3226
  disablePrediction?: boolean | null | undefined;
3207
- }>, import("zod").ZodObject<{
3208
- category: import("zod").ZodLiteral<"datapoint">;
3209
- }, "strip", import("zod").ZodTypeAny, {
3227
+ }>, z.ZodObject<{
3228
+ category: z.ZodLiteral<"datapoint">;
3229
+ }, "strip", z.ZodTypeAny, {
3210
3230
  category: "datapoint";
3211
3231
  }, {
3212
3232
  category: "datapoint";
3213
- }>>, import("zod").ZodObject<{
3214
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
3215
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3216
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3217
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3218
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3219
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3220
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3221
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3222
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3223
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3224
- }, "strip", import("zod").ZodTypeAny, {
3233
+ }>>, z.ZodObject<{
3234
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
3235
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3236
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3237
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3238
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3239
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3240
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3241
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3242
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3243
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3244
+ }, "strip", z.ZodTypeAny, {
3225
3245
  min?: number | null | undefined;
3226
3246
  max?: number | null | undefined;
3227
3247
  exact?: number | null | undefined;
@@ -3230,15 +3250,15 @@ export declare const list: (query?: SchemaListQuery) => {
3230
3250
  max?: number | null | undefined;
3231
3251
  exact?: number | null | undefined;
3232
3252
  }>>>;
3233
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3234
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
3235
- }, "strip", import("zod").ZodTypeAny, {
3253
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3254
+ pattern: z.ZodOptional<z.ZodString>;
3255
+ }, "strip", z.ZodTypeAny, {
3236
3256
  pattern?: string | undefined;
3237
3257
  }, {
3238
3258
  pattern?: string | undefined;
3239
3259
  }>>>;
3240
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3241
- }, "strip", import("zod").ZodTypeAny, {
3260
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3261
+ }, "strip", z.ZodTypeAny, {
3242
3262
  length?: {
3243
3263
  min?: number | null | undefined;
3244
3264
  max?: number | null | undefined;
@@ -3259,25 +3279,25 @@ export declare const list: (query?: SchemaListQuery) => {
3259
3279
  } | null | undefined;
3260
3280
  required?: boolean | null | undefined;
3261
3281
  }>>>;
3262
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3263
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3264
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3265
- }, "strip", import("zod").ZodTypeAny, {
3282
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3283
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3284
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3285
+ }, "strip", z.ZodTypeAny, {
3266
3286
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3267
3287
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3268
3288
  }, {
3269
3289
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3270
3290
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3271
3291
  }>>>;
3272
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3273
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3274
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3275
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3276
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3277
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3278
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3279
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3280
- }, "strip", import("zod").ZodTypeAny, {
3292
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3293
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3294
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3295
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3296
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3297
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3298
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3299
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3300
+ }, "strip", z.ZodTypeAny, {
3281
3301
  suggest?: true | undefined;
3282
3302
  canExport?: boolean | null | undefined;
3283
3303
  canCollapse?: boolean | null | undefined;
@@ -3305,7 +3325,7 @@ export declare const list: (query?: SchemaListQuery) => {
3305
3325
  formula?: string | null | undefined;
3306
3326
  context?: string[] | null | undefined;
3307
3327
  prompt?: string | null | undefined;
3308
- dataset?: Record<string, unknown> | undefined;
3328
+ matching?: Record<string, unknown> | undefined;
3309
3329
  }, {
3310
3330
  suggest?: true | undefined;
3311
3331
  canExport?: boolean | null | undefined;
@@ -3334,19 +3354,19 @@ export declare const list: (query?: SchemaListQuery) => {
3334
3354
  formula?: string | null | undefined;
3335
3355
  context?: string[] | null | undefined;
3336
3356
  prompt?: string | null | undefined;
3337
- dataset?: Record<string, unknown> | undefined;
3338
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3339
- type: import("zod").ZodLiteral<"number">;
3340
- format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3341
- aggregations: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
3342
- sum: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3343
- label: import("zod").ZodString;
3344
- }, "strip", import("zod").ZodTypeAny, {
3357
+ matching?: Record<string, unknown> | undefined;
3358
+ }>>>, z.ZodIntersection<z.ZodObject<{
3359
+ type: z.ZodLiteral<"number">;
3360
+ format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3361
+ aggregations: z.ZodNullable<z.ZodOptional<z.ZodObject<{
3362
+ sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3363
+ label: z.ZodString;
3364
+ }, "strip", z.ZodTypeAny, {
3345
3365
  label: string;
3346
3366
  }, {
3347
3367
  label: string;
3348
3368
  }>>>;
3349
- }, "strip", import("zod").ZodTypeAny, {
3369
+ }, "strip", z.ZodTypeAny, {
3350
3370
  sum?: {
3351
3371
  label: string;
3352
3372
  } | null | undefined;
@@ -3355,7 +3375,7 @@ export declare const list: (query?: SchemaListQuery) => {
3355
3375
  label: string;
3356
3376
  } | null | undefined;
3357
3377
  }>>>;
3358
- }, "strip", import("zod").ZodTypeAny, {
3378
+ }, "strip", z.ZodTypeAny, {
3359
3379
  type: "number";
3360
3380
  format?: string | null | undefined;
3361
3381
  aggregations?: {
@@ -3371,13 +3391,13 @@ export declare const list: (query?: SchemaListQuery) => {
3371
3391
  label: string;
3372
3392
  } | null | undefined;
3373
3393
  } | null | undefined;
3374
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
3375
- id: import("zod").ZodString;
3376
- label: import("zod").ZodString;
3377
- description: import("zod").ZodOptional<import("zod").ZodString>;
3378
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3379
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3380
- }, "strip", import("zod").ZodTypeAny, {
3394
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
3395
+ id: z.ZodString;
3396
+ label: z.ZodString;
3397
+ description: z.ZodOptional<z.ZodString>;
3398
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3399
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3400
+ }, "strip", z.ZodTypeAny, {
3381
3401
  id: string;
3382
3402
  label: string;
3383
3403
  description?: string | undefined;
@@ -3389,24 +3409,24 @@ export declare const list: (query?: SchemaListQuery) => {
3389
3409
  description?: string | undefined;
3390
3410
  hidden?: boolean | null | undefined;
3391
3411
  disablePrediction?: boolean | null | undefined;
3392
- }>, import("zod").ZodObject<{
3393
- category: import("zod").ZodLiteral<"datapoint">;
3394
- }, "strip", import("zod").ZodTypeAny, {
3412
+ }>, z.ZodObject<{
3413
+ category: z.ZodLiteral<"datapoint">;
3414
+ }, "strip", z.ZodTypeAny, {
3395
3415
  category: "datapoint";
3396
3416
  }, {
3397
3417
  category: "datapoint";
3398
- }>>, import("zod").ZodObject<{
3399
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
3400
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3401
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3402
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3403
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3404
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3405
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3406
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3407
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3408
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3409
- }, "strip", import("zod").ZodTypeAny, {
3418
+ }>>, z.ZodObject<{
3419
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
3420
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3421
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3422
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3423
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3424
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3425
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3426
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3427
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3428
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3429
+ }, "strip", z.ZodTypeAny, {
3410
3430
  min?: number | null | undefined;
3411
3431
  max?: number | null | undefined;
3412
3432
  exact?: number | null | undefined;
@@ -3415,15 +3435,15 @@ export declare const list: (query?: SchemaListQuery) => {
3415
3435
  max?: number | null | undefined;
3416
3436
  exact?: number | null | undefined;
3417
3437
  }>>>;
3418
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3419
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
3420
- }, "strip", import("zod").ZodTypeAny, {
3438
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3439
+ pattern: z.ZodOptional<z.ZodString>;
3440
+ }, "strip", z.ZodTypeAny, {
3421
3441
  pattern?: string | undefined;
3422
3442
  }, {
3423
3443
  pattern?: string | undefined;
3424
3444
  }>>>;
3425
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3426
- }, "strip", import("zod").ZodTypeAny, {
3445
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3446
+ }, "strip", z.ZodTypeAny, {
3427
3447
  length?: {
3428
3448
  min?: number | null | undefined;
3429
3449
  max?: number | null | undefined;
@@ -3444,25 +3464,25 @@ export declare const list: (query?: SchemaListQuery) => {
3444
3464
  } | null | undefined;
3445
3465
  required?: boolean | null | undefined;
3446
3466
  }>>>;
3447
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3448
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3449
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3450
- }, "strip", import("zod").ZodTypeAny, {
3467
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3468
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3469
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3470
+ }, "strip", z.ZodTypeAny, {
3451
3471
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3452
3472
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3453
3473
  }, {
3454
3474
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3455
3475
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3456
3476
  }>>>;
3457
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3458
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3459
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3460
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3461
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3462
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3463
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3464
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3465
- }, "strip", import("zod").ZodTypeAny, {
3477
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3478
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3479
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3480
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3481
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3482
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3483
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3484
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3485
+ }, "strip", z.ZodTypeAny, {
3466
3486
  suggest?: true | undefined;
3467
3487
  canExport?: boolean | null | undefined;
3468
3488
  canCollapse?: boolean | null | undefined;
@@ -3490,7 +3510,7 @@ export declare const list: (query?: SchemaListQuery) => {
3490
3510
  formula?: string | null | undefined;
3491
3511
  context?: string[] | null | undefined;
3492
3512
  prompt?: string | null | undefined;
3493
- dataset?: Record<string, unknown> | undefined;
3513
+ matching?: Record<string, unknown> | undefined;
3494
3514
  }, {
3495
3515
  suggest?: true | undefined;
3496
3516
  canExport?: boolean | null | undefined;
@@ -3519,24 +3539,28 @@ export declare const list: (query?: SchemaListQuery) => {
3519
3539
  formula?: string | null | undefined;
3520
3540
  context?: string[] | null | undefined;
3521
3541
  prompt?: string | null | undefined;
3522
- dataset?: Record<string, unknown> | undefined;
3523
- }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3524
- type: import("zod").ZodLiteral<"enum">;
3525
- options: import("zod").ZodArray<import("zod").ZodObject<{
3526
- value: import("zod").ZodString;
3527
- label: import("zod").ZodString;
3528
- }, "strip", import("zod").ZodTypeAny, {
3542
+ matching?: Record<string, unknown> | undefined;
3543
+ }>>>, z.ZodIntersection<z.ZodObject<{
3544
+ type: z.ZodLiteral<"enum">;
3545
+ options: z.ZodArray<z.ZodObject<{
3546
+ value: z.ZodString;
3547
+ label: z.ZodString;
3548
+ struct: z.ZodOptional<z.ZodUnknown>;
3549
+ }, "strip", z.ZodTypeAny, {
3529
3550
  value: string;
3530
3551
  label: string;
3552
+ struct?: unknown;
3531
3553
  }, {
3532
3554
  value: string;
3533
3555
  label: string;
3556
+ struct?: unknown;
3534
3557
  }>, "many">;
3535
- enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
3536
- }, "strip", import("zod").ZodTypeAny, {
3558
+ enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
3559
+ }, "strip", z.ZodTypeAny, {
3537
3560
  options: {
3538
3561
  value: string;
3539
3562
  label: string;
3563
+ struct?: unknown;
3540
3564
  }[];
3541
3565
  type: "enum";
3542
3566
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -3544,16 +3568,17 @@ export declare const list: (query?: SchemaListQuery) => {
3544
3568
  options: {
3545
3569
  value: string;
3546
3570
  label: string;
3571
+ struct?: unknown;
3547
3572
  }[];
3548
3573
  type: "enum";
3549
3574
  enumValueType?: "string" | "number" | "date" | undefined;
3550
- }>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
3551
- id: import("zod").ZodString;
3552
- label: import("zod").ZodString;
3553
- description: import("zod").ZodOptional<import("zod").ZodString>;
3554
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3555
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3556
- }, "strip", import("zod").ZodTypeAny, {
3575
+ }>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
3576
+ id: z.ZodString;
3577
+ label: z.ZodString;
3578
+ description: z.ZodOptional<z.ZodString>;
3579
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3580
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3581
+ }, "strip", z.ZodTypeAny, {
3557
3582
  id: string;
3558
3583
  label: string;
3559
3584
  description?: string | undefined;
@@ -3565,24 +3590,24 @@ export declare const list: (query?: SchemaListQuery) => {
3565
3590
  description?: string | undefined;
3566
3591
  hidden?: boolean | null | undefined;
3567
3592
  disablePrediction?: boolean | null | undefined;
3568
- }>, import("zod").ZodObject<{
3569
- category: import("zod").ZodLiteral<"datapoint">;
3570
- }, "strip", import("zod").ZodTypeAny, {
3593
+ }>, z.ZodObject<{
3594
+ category: z.ZodLiteral<"datapoint">;
3595
+ }, "strip", z.ZodTypeAny, {
3571
3596
  category: "datapoint";
3572
3597
  }, {
3573
3598
  category: "datapoint";
3574
- }>>, import("zod").ZodObject<{
3575
- suggest: import("zod").ZodOptional<import("zod").ZodLiteral<true>>;
3576
- canExport: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3577
- canCollapse: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3578
- rirFieldNames: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3579
- defaultValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3580
- constraints: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3581
- length: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3582
- min: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3583
- max: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3584
- exact: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3585
- }, "strip", import("zod").ZodTypeAny, {
3599
+ }>>, z.ZodObject<{
3600
+ suggest: z.ZodOptional<z.ZodLiteral<true>>;
3601
+ canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3602
+ canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3603
+ rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3604
+ defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3605
+ constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3606
+ length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3607
+ min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3608
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3609
+ exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3610
+ }, "strip", z.ZodTypeAny, {
3586
3611
  min?: number | null | undefined;
3587
3612
  max?: number | null | undefined;
3588
3613
  exact?: number | null | undefined;
@@ -3591,15 +3616,15 @@ export declare const list: (query?: SchemaListQuery) => {
3591
3616
  max?: number | null | undefined;
3592
3617
  exact?: number | null | undefined;
3593
3618
  }>>>;
3594
- regexp: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3595
- pattern: import("zod").ZodOptional<import("zod").ZodString>;
3596
- }, "strip", import("zod").ZodTypeAny, {
3619
+ regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3620
+ pattern: z.ZodOptional<z.ZodString>;
3621
+ }, "strip", z.ZodTypeAny, {
3597
3622
  pattern?: string | undefined;
3598
3623
  }, {
3599
3624
  pattern?: string | undefined;
3600
3625
  }>>>;
3601
- required: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3602
- }, "strip", import("zod").ZodTypeAny, {
3626
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3627
+ }, "strip", z.ZodTypeAny, {
3603
3628
  length?: {
3604
3629
  min?: number | null | undefined;
3605
3630
  max?: number | null | undefined;
@@ -3620,25 +3645,25 @@ export declare const list: (query?: SchemaListQuery) => {
3620
3645
  } | null | undefined;
3621
3646
  required?: boolean | null | undefined;
3622
3647
  }>>>;
3623
- uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3624
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3625
- edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3626
- }, "strip", import("zod").ZodTypeAny, {
3648
+ uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3649
+ type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
3650
+ edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3651
+ }, "strip", z.ZodTypeAny, {
3627
3652
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3628
3653
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3629
3654
  }, {
3630
3655
  type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3631
3656
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3632
3657
  }>>>;
3633
- width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3634
- stretch: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
3635
- widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3636
- scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3637
- formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3638
- context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3639
- prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3640
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3641
- }, "strip", import("zod").ZodTypeAny, {
3658
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3659
+ stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3660
+ widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3661
+ scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3662
+ formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3663
+ context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3664
+ prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3665
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3666
+ }, "strip", z.ZodTypeAny, {
3642
3667
  suggest?: true | undefined;
3643
3668
  canExport?: boolean | null | undefined;
3644
3669
  canCollapse?: boolean | null | undefined;
@@ -3666,7 +3691,7 @@ export declare const list: (query?: SchemaListQuery) => {
3666
3691
  formula?: string | null | undefined;
3667
3692
  context?: string[] | null | undefined;
3668
3693
  prompt?: string | null | undefined;
3669
- dataset?: Record<string, unknown> | undefined;
3694
+ matching?: Record<string, unknown> | undefined;
3670
3695
  }, {
3671
3696
  suggest?: true | undefined;
3672
3697
  canExport?: boolean | null | undefined;
@@ -3695,14 +3720,14 @@ export declare const list: (query?: SchemaListQuery) => {
3695
3720
  formula?: string | null | undefined;
3696
3721
  context?: string[] | null | undefined;
3697
3722
  prompt?: string | null | undefined;
3698
- dataset?: Record<string, unknown> | undefined;
3699
- }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
3700
- id: import("zod").ZodString;
3701
- label: import("zod").ZodString;
3702
- description: import("zod").ZodOptional<import("zod").ZodString>;
3703
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3704
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
3705
- }, "strip", import("zod").ZodTypeAny, {
3723
+ matching?: Record<string, unknown> | undefined;
3724
+ }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
3725
+ id: z.ZodString;
3726
+ label: z.ZodString;
3727
+ description: z.ZodOptional<z.ZodString>;
3728
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3729
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3730
+ }, "strip", z.ZodTypeAny, {
3706
3731
  id: string;
3707
3732
  label: string;
3708
3733
  description?: string | undefined;
@@ -3714,21 +3739,21 @@ export declare const list: (query?: SchemaListQuery) => {
3714
3739
  description?: string | undefined;
3715
3740
  hidden?: boolean | null | undefined;
3716
3741
  disablePrediction?: boolean | null | undefined;
3717
- }>, import("zod").ZodObject<{
3718
- category: import("zod").ZodLiteral<"datapoint">;
3719
- type: import("zod").ZodLiteral<"button">;
3720
- }, "strip", import("zod").ZodTypeAny, {
3742
+ }>, z.ZodObject<{
3743
+ category: z.ZodLiteral<"datapoint">;
3744
+ type: z.ZodLiteral<"button">;
3745
+ }, "strip", z.ZodTypeAny, {
3721
3746
  type: "button";
3722
3747
  category: "datapoint";
3723
3748
  }, {
3724
3749
  type: "button";
3725
3750
  category: "datapoint";
3726
- }>>, import("zod").ZodObject<{
3727
- canExport: import("zod").ZodOptional<import("zod").ZodBoolean>;
3728
- canCollapse: import("zod").ZodOptional<import("zod").ZodBoolean>;
3729
- popupUrl: import("zod").ZodOptional<import("zod").ZodString>;
3730
- canObtainToken: import("zod").ZodOptional<import("zod").ZodBoolean>;
3731
- }, "strip", import("zod").ZodTypeAny, {
3751
+ }>>, z.ZodObject<{
3752
+ canExport: z.ZodOptional<z.ZodBoolean>;
3753
+ canCollapse: z.ZodOptional<z.ZodBoolean>;
3754
+ popupUrl: z.ZodOptional<z.ZodString>;
3755
+ canObtainToken: z.ZodOptional<z.ZodBoolean>;
3756
+ }, "strip", z.ZodTypeAny, {
3732
3757
  canExport?: boolean | undefined;
3733
3758
  canCollapse?: boolean | undefined;
3734
3759
  popupUrl?: string | undefined;
@@ -3739,8 +3764,8 @@ export declare const list: (query?: SchemaListQuery) => {
3739
3764
  popupUrl?: string | undefined;
3740
3765
  canObtainToken?: boolean | undefined;
3741
3766
  }>>]>, "many">;
3742
- rirFieldNames: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3743
- }, "strip", import("zod").ZodTypeAny, {
3767
+ rirFieldNames: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3768
+ }, "strip", z.ZodTypeAny, {
3744
3769
  children: (({
3745
3770
  type: "string";
3746
3771
  } & {
@@ -3779,7 +3804,7 @@ export declare const list: (query?: SchemaListQuery) => {
3779
3804
  formula?: string | null | undefined;
3780
3805
  context?: string[] | null | undefined;
3781
3806
  prompt?: string | null | undefined;
3782
- dataset?: Record<string, unknown> | undefined;
3807
+ matching?: Record<string, unknown> | undefined;
3783
3808
  }) | ({
3784
3809
  type: "date";
3785
3810
  format?: string | null | undefined;
@@ -3819,7 +3844,7 @@ export declare const list: (query?: SchemaListQuery) => {
3819
3844
  formula?: string | null | undefined;
3820
3845
  context?: string[] | null | undefined;
3821
3846
  prompt?: string | null | undefined;
3822
- dataset?: Record<string, unknown> | undefined;
3847
+ matching?: Record<string, unknown> | undefined;
3823
3848
  }) | ({
3824
3849
  type: "number";
3825
3850
  format?: string | null | undefined;
@@ -3864,11 +3889,12 @@ export declare const list: (query?: SchemaListQuery) => {
3864
3889
  formula?: string | null | undefined;
3865
3890
  context?: string[] | null | undefined;
3866
3891
  prompt?: string | null | undefined;
3867
- dataset?: Record<string, unknown> | undefined;
3892
+ matching?: Record<string, unknown> | undefined;
3868
3893
  }) | ({
3869
3894
  options: {
3870
3895
  value: string;
3871
3896
  label: string;
3897
+ struct?: unknown;
3872
3898
  }[];
3873
3899
  type: "enum";
3874
3900
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -3908,7 +3934,7 @@ export declare const list: (query?: SchemaListQuery) => {
3908
3934
  formula?: string | null | undefined;
3909
3935
  context?: string[] | null | undefined;
3910
3936
  prompt?: string | null | undefined;
3911
- dataset?: Record<string, unknown> | undefined;
3937
+ matching?: Record<string, unknown> | undefined;
3912
3938
  }) | ({
3913
3939
  id: string;
3914
3940
  label: string;
@@ -3965,7 +3991,7 @@ export declare const list: (query?: SchemaListQuery) => {
3965
3991
  formula?: string | null | undefined;
3966
3992
  context?: string[] | null | undefined;
3967
3993
  prompt?: string | null | undefined;
3968
- dataset?: Record<string, unknown> | undefined;
3994
+ matching?: Record<string, unknown> | undefined;
3969
3995
  }) | ({
3970
3996
  type: "date";
3971
3997
  format?: string | null | undefined;
@@ -4005,7 +4031,7 @@ export declare const list: (query?: SchemaListQuery) => {
4005
4031
  formula?: string | null | undefined;
4006
4032
  context?: string[] | null | undefined;
4007
4033
  prompt?: string | null | undefined;
4008
- dataset?: Record<string, unknown> | undefined;
4034
+ matching?: Record<string, unknown> | undefined;
4009
4035
  }) | ({
4010
4036
  type: "number";
4011
4037
  format?: string | null | undefined;
@@ -4050,11 +4076,12 @@ export declare const list: (query?: SchemaListQuery) => {
4050
4076
  formula?: string | null | undefined;
4051
4077
  context?: string[] | null | undefined;
4052
4078
  prompt?: string | null | undefined;
4053
- dataset?: Record<string, unknown> | undefined;
4079
+ matching?: Record<string, unknown> | undefined;
4054
4080
  }) | ({
4055
4081
  options: {
4056
4082
  value: string;
4057
4083
  label: string;
4084
+ struct?: unknown;
4058
4085
  }[];
4059
4086
  type: "enum";
4060
4087
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4094,7 +4121,7 @@ export declare const list: (query?: SchemaListQuery) => {
4094
4121
  formula?: string | null | undefined;
4095
4122
  context?: string[] | null | undefined;
4096
4123
  prompt?: string | null | undefined;
4097
- dataset?: Record<string, unknown> | undefined;
4124
+ matching?: Record<string, unknown> | undefined;
4098
4125
  }) | ({
4099
4126
  id: string;
4100
4127
  label: string;
@@ -4112,13 +4139,13 @@ export declare const list: (query?: SchemaListQuery) => {
4112
4139
  }))[];
4113
4140
  category: "tuple";
4114
4141
  rirFieldNames?: string[] | null | undefined;
4115
- }>, import("zod").ZodObject<{
4116
- id: import("zod").ZodString;
4117
- label: import("zod").ZodString;
4118
- description: import("zod").ZodOptional<import("zod").ZodString>;
4119
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
4120
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
4121
- }, "strip", import("zod").ZodTypeAny, {
4142
+ }>, z.ZodObject<{
4143
+ id: z.ZodString;
4144
+ label: z.ZodString;
4145
+ description: z.ZodOptional<z.ZodString>;
4146
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4147
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4148
+ }, "strip", z.ZodTypeAny, {
4122
4149
  id: string;
4123
4150
  label: string;
4124
4151
  description?: string | undefined;
@@ -4131,7 +4158,7 @@ export declare const list: (query?: SchemaListQuery) => {
4131
4158
  hidden?: boolean | null | undefined;
4132
4159
  disablePrediction?: boolean | null | undefined;
4133
4160
  }>>;
4134
- }, "strip", import("zod").ZodTypeAny, {
4161
+ }, "strip", z.ZodTypeAny, {
4135
4162
  children: {
4136
4163
  children: (({
4137
4164
  type: "string";
@@ -4171,7 +4198,7 @@ export declare const list: (query?: SchemaListQuery) => {
4171
4198
  formula?: string | null | undefined;
4172
4199
  context?: string[] | null | undefined;
4173
4200
  prompt?: string | null | undefined;
4174
- dataset?: Record<string, unknown> | undefined;
4201
+ matching?: Record<string, unknown> | undefined;
4175
4202
  }) | ({
4176
4203
  type: "date";
4177
4204
  format?: string | null | undefined;
@@ -4211,7 +4238,7 @@ export declare const list: (query?: SchemaListQuery) => {
4211
4238
  formula?: string | null | undefined;
4212
4239
  context?: string[] | null | undefined;
4213
4240
  prompt?: string | null | undefined;
4214
- dataset?: Record<string, unknown> | undefined;
4241
+ matching?: Record<string, unknown> | undefined;
4215
4242
  }) | ({
4216
4243
  type: "number";
4217
4244
  format?: string | null | undefined;
@@ -4256,11 +4283,12 @@ export declare const list: (query?: SchemaListQuery) => {
4256
4283
  formula?: string | null | undefined;
4257
4284
  context?: string[] | null | undefined;
4258
4285
  prompt?: string | null | undefined;
4259
- dataset?: Record<string, unknown> | undefined;
4286
+ matching?: Record<string, unknown> | undefined;
4260
4287
  }) | ({
4261
4288
  options: {
4262
4289
  value: string;
4263
4290
  label: string;
4291
+ struct?: unknown;
4264
4292
  }[];
4265
4293
  type: "enum";
4266
4294
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4300,7 +4328,7 @@ export declare const list: (query?: SchemaListQuery) => {
4300
4328
  formula?: string | null | undefined;
4301
4329
  context?: string[] | null | undefined;
4302
4330
  prompt?: string | null | undefined;
4303
- dataset?: Record<string, unknown> | undefined;
4331
+ matching?: Record<string, unknown> | undefined;
4304
4332
  }) | ({
4305
4333
  id: string;
4306
4334
  label: string;
@@ -4365,7 +4393,7 @@ export declare const list: (query?: SchemaListQuery) => {
4365
4393
  formula?: string | null | undefined;
4366
4394
  context?: string[] | null | undefined;
4367
4395
  prompt?: string | null | undefined;
4368
- dataset?: Record<string, unknown> | undefined;
4396
+ matching?: Record<string, unknown> | undefined;
4369
4397
  }) | ({
4370
4398
  type: "date";
4371
4399
  format?: string | null | undefined;
@@ -4405,7 +4433,7 @@ export declare const list: (query?: SchemaListQuery) => {
4405
4433
  formula?: string | null | undefined;
4406
4434
  context?: string[] | null | undefined;
4407
4435
  prompt?: string | null | undefined;
4408
- dataset?: Record<string, unknown> | undefined;
4436
+ matching?: Record<string, unknown> | undefined;
4409
4437
  }) | ({
4410
4438
  type: "number";
4411
4439
  format?: string | null | undefined;
@@ -4450,11 +4478,12 @@ export declare const list: (query?: SchemaListQuery) => {
4450
4478
  formula?: string | null | undefined;
4451
4479
  context?: string[] | null | undefined;
4452
4480
  prompt?: string | null | undefined;
4453
- dataset?: Record<string, unknown> | undefined;
4481
+ matching?: Record<string, unknown> | undefined;
4454
4482
  }) | ({
4455
4483
  options: {
4456
4484
  value: string;
4457
4485
  label: string;
4486
+ struct?: unknown;
4458
4487
  }[];
4459
4488
  type: "enum";
4460
4489
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4494,7 +4523,7 @@ export declare const list: (query?: SchemaListQuery) => {
4494
4523
  formula?: string | null | undefined;
4495
4524
  context?: string[] | null | undefined;
4496
4525
  prompt?: string | null | undefined;
4497
- dataset?: Record<string, unknown> | undefined;
4526
+ matching?: Record<string, unknown> | undefined;
4498
4527
  }) | ({
4499
4528
  id: string;
4500
4529
  label: string;
@@ -4519,15 +4548,15 @@ export declare const list: (query?: SchemaListQuery) => {
4519
4548
  hidden?: boolean | null | undefined;
4520
4549
  disablePrediction?: boolean | null | undefined;
4521
4550
  };
4522
- }>, import("zod").ZodIntersection<import("zod").ZodObject<{
4523
- category: import("zod").ZodLiteral<"multivalue">;
4524
- minOccurrences: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
4525
- maxOccurrences: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
4526
- grid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
4527
- rowTypes: import("zod").ZodArray<import("zod").ZodString, "many">;
4528
- defaultRowType: import("zod").ZodString;
4529
- rowTypesToExtract: import("zod").ZodArray<import("zod").ZodString, "many">;
4530
- }, "strip", import("zod").ZodTypeAny, {
4551
+ }>, z.ZodIntersection<z.ZodObject<{
4552
+ category: z.ZodLiteral<"multivalue">;
4553
+ minOccurrences: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
4554
+ maxOccurrences: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
4555
+ grid: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4556
+ rowTypes: z.ZodArray<z.ZodString, "many">;
4557
+ defaultRowType: z.ZodString;
4558
+ rowTypesToExtract: z.ZodArray<z.ZodString, "many">;
4559
+ }, "strip", z.ZodTypeAny, {
4531
4560
  rowTypes: string[];
4532
4561
  defaultRowType: string;
4533
4562
  rowTypesToExtract: string[];
@@ -4536,9 +4565,9 @@ export declare const list: (query?: SchemaListQuery) => {
4536
4565
  defaultRowType: string;
4537
4566
  rowTypesToExtract: string[];
4538
4567
  }>>>;
4539
- showGridByDefault: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
4540
- rirFieldNames: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
4541
- }, "strip", import("zod").ZodTypeAny, {
4568
+ showGridByDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4569
+ rirFieldNames: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4570
+ }, "strip", z.ZodTypeAny, {
4542
4571
  category: "multivalue";
4543
4572
  minOccurrences?: number | null | undefined;
4544
4573
  maxOccurrences?: number | null | undefined;
@@ -4560,13 +4589,13 @@ export declare const list: (query?: SchemaListQuery) => {
4560
4589
  } | null | undefined;
4561
4590
  showGridByDefault?: boolean | null | undefined;
4562
4591
  rirFieldNames?: string[] | null | undefined;
4563
- }>, import("zod").ZodObject<{
4564
- id: import("zod").ZodString;
4565
- label: import("zod").ZodString;
4566
- description: import("zod").ZodOptional<import("zod").ZodString>;
4567
- hidden: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
4568
- disablePrediction: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
4569
- }, "strip", import("zod").ZodTypeAny, {
4592
+ }>, z.ZodObject<{
4593
+ id: z.ZodString;
4594
+ label: z.ZodString;
4595
+ description: z.ZodOptional<z.ZodString>;
4596
+ hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4597
+ disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4598
+ }, "strip", z.ZodTypeAny, {
4570
4599
  id: string;
4571
4600
  label: string;
4572
4601
  description?: string | undefined;
@@ -4579,8 +4608,8 @@ export declare const list: (query?: SchemaListQuery) => {
4579
4608
  hidden?: boolean | null | undefined;
4580
4609
  disablePrediction?: boolean | null | undefined;
4581
4610
  }>>>]>, "many">;
4582
- icon: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
4583
- }, "strip", import("zod").ZodTypeAny, {
4611
+ icon: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4612
+ }, "strip", z.ZodTypeAny, {
4584
4613
  children: (({
4585
4614
  type: "string";
4586
4615
  } & {
@@ -4619,7 +4648,7 @@ export declare const list: (query?: SchemaListQuery) => {
4619
4648
  formula?: string | null | undefined;
4620
4649
  context?: string[] | null | undefined;
4621
4650
  prompt?: string | null | undefined;
4622
- dataset?: Record<string, unknown> | undefined;
4651
+ matching?: Record<string, unknown> | undefined;
4623
4652
  }) | ({
4624
4653
  type: "date";
4625
4654
  format?: string | null | undefined;
@@ -4659,7 +4688,7 @@ export declare const list: (query?: SchemaListQuery) => {
4659
4688
  formula?: string | null | undefined;
4660
4689
  context?: string[] | null | undefined;
4661
4690
  prompt?: string | null | undefined;
4662
- dataset?: Record<string, unknown> | undefined;
4691
+ matching?: Record<string, unknown> | undefined;
4663
4692
  }) | ({
4664
4693
  type: "number";
4665
4694
  format?: string | null | undefined;
@@ -4704,11 +4733,12 @@ export declare const list: (query?: SchemaListQuery) => {
4704
4733
  formula?: string | null | undefined;
4705
4734
  context?: string[] | null | undefined;
4706
4735
  prompt?: string | null | undefined;
4707
- dataset?: Record<string, unknown> | undefined;
4736
+ matching?: Record<string, unknown> | undefined;
4708
4737
  }) | ({
4709
4738
  options: {
4710
4739
  value: string;
4711
4740
  label: string;
4741
+ struct?: unknown;
4712
4742
  }[];
4713
4743
  type: "enum";
4714
4744
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4748,7 +4778,7 @@ export declare const list: (query?: SchemaListQuery) => {
4748
4778
  formula?: string | null | undefined;
4749
4779
  context?: string[] | null | undefined;
4750
4780
  prompt?: string | null | undefined;
4751
- dataset?: Record<string, unknown> | undefined;
4781
+ matching?: Record<string, unknown> | undefined;
4752
4782
  }) | ({
4753
4783
  id: string;
4754
4784
  label: string;
@@ -4802,7 +4832,7 @@ export declare const list: (query?: SchemaListQuery) => {
4802
4832
  formula?: string | null | undefined;
4803
4833
  context?: string[] | null | undefined;
4804
4834
  prompt?: string | null | undefined;
4805
- dataset?: Record<string, unknown> | undefined;
4835
+ matching?: Record<string, unknown> | undefined;
4806
4836
  }) | ({
4807
4837
  type: "date";
4808
4838
  format?: string | null | undefined;
@@ -4842,7 +4872,7 @@ export declare const list: (query?: SchemaListQuery) => {
4842
4872
  formula?: string | null | undefined;
4843
4873
  context?: string[] | null | undefined;
4844
4874
  prompt?: string | null | undefined;
4845
- dataset?: Record<string, unknown> | undefined;
4875
+ matching?: Record<string, unknown> | undefined;
4846
4876
  }) | ({
4847
4877
  type: "number";
4848
4878
  format?: string | null | undefined;
@@ -4887,11 +4917,12 @@ export declare const list: (query?: SchemaListQuery) => {
4887
4917
  formula?: string | null | undefined;
4888
4918
  context?: string[] | null | undefined;
4889
4919
  prompt?: string | null | undefined;
4890
- dataset?: Record<string, unknown> | undefined;
4920
+ matching?: Record<string, unknown> | undefined;
4891
4921
  }) | ({
4892
4922
  options: {
4893
4923
  value: string;
4894
4924
  label: string;
4925
+ struct?: unknown;
4895
4926
  }[];
4896
4927
  type: "enum";
4897
4928
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4931,7 +4962,7 @@ export declare const list: (query?: SchemaListQuery) => {
4931
4962
  formula?: string | null | undefined;
4932
4963
  context?: string[] | null | undefined;
4933
4964
  prompt?: string | null | undefined;
4934
- dataset?: Record<string, unknown> | undefined;
4965
+ matching?: Record<string, unknown> | undefined;
4935
4966
  }) | ({
4936
4967
  id: string;
4937
4968
  label: string;
@@ -4994,7 +5025,7 @@ export declare const list: (query?: SchemaListQuery) => {
4994
5025
  formula?: string | null | undefined;
4995
5026
  context?: string[] | null | undefined;
4996
5027
  prompt?: string | null | undefined;
4997
- dataset?: Record<string, unknown> | undefined;
5028
+ matching?: Record<string, unknown> | undefined;
4998
5029
  }) | ({
4999
5030
  type: "date";
5000
5031
  format?: string | null | undefined;
@@ -5034,7 +5065,7 @@ export declare const list: (query?: SchemaListQuery) => {
5034
5065
  formula?: string | null | undefined;
5035
5066
  context?: string[] | null | undefined;
5036
5067
  prompt?: string | null | undefined;
5037
- dataset?: Record<string, unknown> | undefined;
5068
+ matching?: Record<string, unknown> | undefined;
5038
5069
  }) | ({
5039
5070
  type: "number";
5040
5071
  format?: string | null | undefined;
@@ -5079,11 +5110,12 @@ export declare const list: (query?: SchemaListQuery) => {
5079
5110
  formula?: string | null | undefined;
5080
5111
  context?: string[] | null | undefined;
5081
5112
  prompt?: string | null | undefined;
5082
- dataset?: Record<string, unknown> | undefined;
5113
+ matching?: Record<string, unknown> | undefined;
5083
5114
  }) | ({
5084
5115
  options: {
5085
5116
  value: string;
5086
5117
  label: string;
5118
+ struct?: unknown;
5087
5119
  }[];
5088
5120
  type: "enum";
5089
5121
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5123,7 +5155,7 @@ export declare const list: (query?: SchemaListQuery) => {
5123
5155
  formula?: string | null | undefined;
5124
5156
  context?: string[] | null | undefined;
5125
5157
  prompt?: string | null | undefined;
5126
- dataset?: Record<string, unknown> | undefined;
5158
+ matching?: Record<string, unknown> | undefined;
5127
5159
  }) | ({
5128
5160
  id: string;
5129
5161
  label: string;
@@ -5196,7 +5228,7 @@ export declare const list: (query?: SchemaListQuery) => {
5196
5228
  formula?: string | null | undefined;
5197
5229
  context?: string[] | null | undefined;
5198
5230
  prompt?: string | null | undefined;
5199
- dataset?: Record<string, unknown> | undefined;
5231
+ matching?: Record<string, unknown> | undefined;
5200
5232
  }) | ({
5201
5233
  type: "date";
5202
5234
  format?: string | null | undefined;
@@ -5236,7 +5268,7 @@ export declare const list: (query?: SchemaListQuery) => {
5236
5268
  formula?: string | null | undefined;
5237
5269
  context?: string[] | null | undefined;
5238
5270
  prompt?: string | null | undefined;
5239
- dataset?: Record<string, unknown> | undefined;
5271
+ matching?: Record<string, unknown> | undefined;
5240
5272
  }) | ({
5241
5273
  type: "number";
5242
5274
  format?: string | null | undefined;
@@ -5281,11 +5313,12 @@ export declare const list: (query?: SchemaListQuery) => {
5281
5313
  formula?: string | null | undefined;
5282
5314
  context?: string[] | null | undefined;
5283
5315
  prompt?: string | null | undefined;
5284
- dataset?: Record<string, unknown> | undefined;
5316
+ matching?: Record<string, unknown> | undefined;
5285
5317
  }) | ({
5286
5318
  options: {
5287
5319
  value: string;
5288
5320
  label: string;
5321
+ struct?: unknown;
5289
5322
  }[];
5290
5323
  type: "enum";
5291
5324
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5325,7 +5358,7 @@ export declare const list: (query?: SchemaListQuery) => {
5325
5358
  formula?: string | null | undefined;
5326
5359
  context?: string[] | null | undefined;
5327
5360
  prompt?: string | null | undefined;
5328
- dataset?: Record<string, unknown> | undefined;
5361
+ matching?: Record<string, unknown> | undefined;
5329
5362
  }) | ({
5330
5363
  id: string;
5331
5364
  label: string;
@@ -5409,7 +5442,7 @@ export declare const list: (query?: SchemaListQuery) => {
5409
5442
  formula?: string | null | undefined;
5410
5443
  context?: string[] | null | undefined;
5411
5444
  prompt?: string | null | undefined;
5412
- dataset?: Record<string, unknown> | undefined;
5445
+ matching?: Record<string, unknown> | undefined;
5413
5446
  }) | ({
5414
5447
  type: "date";
5415
5448
  format?: string | null | undefined;
@@ -5449,7 +5482,7 @@ export declare const list: (query?: SchemaListQuery) => {
5449
5482
  formula?: string | null | undefined;
5450
5483
  context?: string[] | null | undefined;
5451
5484
  prompt?: string | null | undefined;
5452
- dataset?: Record<string, unknown> | undefined;
5485
+ matching?: Record<string, unknown> | undefined;
5453
5486
  }) | ({
5454
5487
  type: "number";
5455
5488
  format?: string | null | undefined;
@@ -5494,11 +5527,12 @@ export declare const list: (query?: SchemaListQuery) => {
5494
5527
  formula?: string | null | undefined;
5495
5528
  context?: string[] | null | undefined;
5496
5529
  prompt?: string | null | undefined;
5497
- dataset?: Record<string, unknown> | undefined;
5530
+ matching?: Record<string, unknown> | undefined;
5498
5531
  }) | ({
5499
5532
  options: {
5500
5533
  value: string;
5501
5534
  label: string;
5535
+ struct?: unknown;
5502
5536
  }[];
5503
5537
  type: "enum";
5504
5538
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5538,7 +5572,7 @@ export declare const list: (query?: SchemaListQuery) => {
5538
5572
  formula?: string | null | undefined;
5539
5573
  context?: string[] | null | undefined;
5540
5574
  prompt?: string | null | undefined;
5541
- dataset?: Record<string, unknown> | undefined;
5575
+ matching?: Record<string, unknown> | undefined;
5542
5576
  }) | ({
5543
5577
  id: string;
5544
5578
  label: string;
@@ -5592,7 +5626,7 @@ export declare const list: (query?: SchemaListQuery) => {
5592
5626
  formula?: string | null | undefined;
5593
5627
  context?: string[] | null | undefined;
5594
5628
  prompt?: string | null | undefined;
5595
- dataset?: Record<string, unknown> | undefined;
5629
+ matching?: Record<string, unknown> | undefined;
5596
5630
  }) | ({
5597
5631
  type: "date";
5598
5632
  format?: string | null | undefined;
@@ -5632,7 +5666,7 @@ export declare const list: (query?: SchemaListQuery) => {
5632
5666
  formula?: string | null | undefined;
5633
5667
  context?: string[] | null | undefined;
5634
5668
  prompt?: string | null | undefined;
5635
- dataset?: Record<string, unknown> | undefined;
5669
+ matching?: Record<string, unknown> | undefined;
5636
5670
  }) | ({
5637
5671
  type: "number";
5638
5672
  format?: string | null | undefined;
@@ -5677,11 +5711,12 @@ export declare const list: (query?: SchemaListQuery) => {
5677
5711
  formula?: string | null | undefined;
5678
5712
  context?: string[] | null | undefined;
5679
5713
  prompt?: string | null | undefined;
5680
- dataset?: Record<string, unknown> | undefined;
5714
+ matching?: Record<string, unknown> | undefined;
5681
5715
  }) | ({
5682
5716
  options: {
5683
5717
  value: string;
5684
5718
  label: string;
5719
+ struct?: unknown;
5685
5720
  }[];
5686
5721
  type: "enum";
5687
5722
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5721,7 +5756,7 @@ export declare const list: (query?: SchemaListQuery) => {
5721
5756
  formula?: string | null | undefined;
5722
5757
  context?: string[] | null | undefined;
5723
5758
  prompt?: string | null | undefined;
5724
- dataset?: Record<string, unknown> | undefined;
5759
+ matching?: Record<string, unknown> | undefined;
5725
5760
  }) | ({
5726
5761
  id: string;
5727
5762
  label: string;
@@ -5784,7 +5819,7 @@ export declare const list: (query?: SchemaListQuery) => {
5784
5819
  formula?: string | null | undefined;
5785
5820
  context?: string[] | null | undefined;
5786
5821
  prompt?: string | null | undefined;
5787
- dataset?: Record<string, unknown> | undefined;
5822
+ matching?: Record<string, unknown> | undefined;
5788
5823
  }) | ({
5789
5824
  type: "date";
5790
5825
  format?: string | null | undefined;
@@ -5824,7 +5859,7 @@ export declare const list: (query?: SchemaListQuery) => {
5824
5859
  formula?: string | null | undefined;
5825
5860
  context?: string[] | null | undefined;
5826
5861
  prompt?: string | null | undefined;
5827
- dataset?: Record<string, unknown> | undefined;
5862
+ matching?: Record<string, unknown> | undefined;
5828
5863
  }) | ({
5829
5864
  type: "number";
5830
5865
  format?: string | null | undefined;
@@ -5869,11 +5904,12 @@ export declare const list: (query?: SchemaListQuery) => {
5869
5904
  formula?: string | null | undefined;
5870
5905
  context?: string[] | null | undefined;
5871
5906
  prompt?: string | null | undefined;
5872
- dataset?: Record<string, unknown> | undefined;
5907
+ matching?: Record<string, unknown> | undefined;
5873
5908
  }) | ({
5874
5909
  options: {
5875
5910
  value: string;
5876
5911
  label: string;
5912
+ struct?: unknown;
5877
5913
  }[];
5878
5914
  type: "enum";
5879
5915
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5913,7 +5949,7 @@ export declare const list: (query?: SchemaListQuery) => {
5913
5949
  formula?: string | null | undefined;
5914
5950
  context?: string[] | null | undefined;
5915
5951
  prompt?: string | null | undefined;
5916
- dataset?: Record<string, unknown> | undefined;
5952
+ matching?: Record<string, unknown> | undefined;
5917
5953
  }) | ({
5918
5954
  id: string;
5919
5955
  label: string;
@@ -5986,7 +6022,7 @@ export declare const list: (query?: SchemaListQuery) => {
5986
6022
  formula?: string | null | undefined;
5987
6023
  context?: string[] | null | undefined;
5988
6024
  prompt?: string | null | undefined;
5989
- dataset?: Record<string, unknown> | undefined;
6025
+ matching?: Record<string, unknown> | undefined;
5990
6026
  }) | ({
5991
6027
  type: "date";
5992
6028
  format?: string | null | undefined;
@@ -6026,7 +6062,7 @@ export declare const list: (query?: SchemaListQuery) => {
6026
6062
  formula?: string | null | undefined;
6027
6063
  context?: string[] | null | undefined;
6028
6064
  prompt?: string | null | undefined;
6029
- dataset?: Record<string, unknown> | undefined;
6065
+ matching?: Record<string, unknown> | undefined;
6030
6066
  }) | ({
6031
6067
  type: "number";
6032
6068
  format?: string | null | undefined;
@@ -6071,11 +6107,12 @@ export declare const list: (query?: SchemaListQuery) => {
6071
6107
  formula?: string | null | undefined;
6072
6108
  context?: string[] | null | undefined;
6073
6109
  prompt?: string | null | undefined;
6074
- dataset?: Record<string, unknown> | undefined;
6110
+ matching?: Record<string, unknown> | undefined;
6075
6111
  }) | ({
6076
6112
  options: {
6077
6113
  value: string;
6078
6114
  label: string;
6115
+ struct?: unknown;
6079
6116
  }[];
6080
6117
  type: "enum";
6081
6118
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -6115,7 +6152,7 @@ export declare const list: (query?: SchemaListQuery) => {
6115
6152
  formula?: string | null | undefined;
6116
6153
  context?: string[] | null | undefined;
6117
6154
  prompt?: string | null | undefined;
6118
- dataset?: Record<string, unknown> | undefined;
6155
+ matching?: Record<string, unknown> | undefined;
6119
6156
  }) | ({
6120
6157
  id: string;
6121
6158
  label: string;
@@ -6161,11 +6198,15 @@ export declare const list: (query?: SchemaListQuery) => {
6161
6198
  category: "section";
6162
6199
  icon?: string | null | undefined;
6163
6200
  }>>, "many">>;
6164
- }, "strip", import("zod").ZodTypeAny, {
6201
+ modifiedBy: z.ZodNullable<z.ZodString>;
6202
+ modifiedAt: z.ZodNullable<z.ZodString>;
6203
+ }, "strip", z.ZodTypeAny, {
6165
6204
  url: string;
6166
6205
  id: number;
6206
+ modifiedAt: string | null;
6167
6207
  name: string;
6168
6208
  queues: string[];
6209
+ modifiedBy: string | null;
6169
6210
  metadata?: unknown;
6170
6211
  content?: ({
6171
6212
  id: string;
@@ -6212,7 +6253,7 @@ export declare const list: (query?: SchemaListQuery) => {
6212
6253
  formula?: string | null | undefined;
6213
6254
  context?: string[] | null | undefined;
6214
6255
  prompt?: string | null | undefined;
6215
- dataset?: Record<string, unknown> | undefined;
6256
+ matching?: Record<string, unknown> | undefined;
6216
6257
  }) | ({
6217
6258
  type: "date";
6218
6259
  format?: string | null | undefined;
@@ -6252,7 +6293,7 @@ export declare const list: (query?: SchemaListQuery) => {
6252
6293
  formula?: string | null | undefined;
6253
6294
  context?: string[] | null | undefined;
6254
6295
  prompt?: string | null | undefined;
6255
- dataset?: Record<string, unknown> | undefined;
6296
+ matching?: Record<string, unknown> | undefined;
6256
6297
  }) | ({
6257
6298
  type: "number";
6258
6299
  format?: string | null | undefined;
@@ -6297,11 +6338,12 @@ export declare const list: (query?: SchemaListQuery) => {
6297
6338
  formula?: string | null | undefined;
6298
6339
  context?: string[] | null | undefined;
6299
6340
  prompt?: string | null | undefined;
6300
- dataset?: Record<string, unknown> | undefined;
6341
+ matching?: Record<string, unknown> | undefined;
6301
6342
  }) | ({
6302
6343
  options: {
6303
6344
  value: string;
6304
6345
  label: string;
6346
+ struct?: unknown;
6305
6347
  }[];
6306
6348
  type: "enum";
6307
6349
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -6341,7 +6383,7 @@ export declare const list: (query?: SchemaListQuery) => {
6341
6383
  formula?: string | null | undefined;
6342
6384
  context?: string[] | null | undefined;
6343
6385
  prompt?: string | null | undefined;
6344
- dataset?: Record<string, unknown> | undefined;
6386
+ matching?: Record<string, unknown> | undefined;
6345
6387
  }) | ({
6346
6388
  id: string;
6347
6389
  label: string;
@@ -6395,7 +6437,7 @@ export declare const list: (query?: SchemaListQuery) => {
6395
6437
  formula?: string | null | undefined;
6396
6438
  context?: string[] | null | undefined;
6397
6439
  prompt?: string | null | undefined;
6398
- dataset?: Record<string, unknown> | undefined;
6440
+ matching?: Record<string, unknown> | undefined;
6399
6441
  }) | ({
6400
6442
  type: "date";
6401
6443
  format?: string | null | undefined;
@@ -6435,7 +6477,7 @@ export declare const list: (query?: SchemaListQuery) => {
6435
6477
  formula?: string | null | undefined;
6436
6478
  context?: string[] | null | undefined;
6437
6479
  prompt?: string | null | undefined;
6438
- dataset?: Record<string, unknown> | undefined;
6480
+ matching?: Record<string, unknown> | undefined;
6439
6481
  }) | ({
6440
6482
  type: "number";
6441
6483
  format?: string | null | undefined;
@@ -6480,11 +6522,12 @@ export declare const list: (query?: SchemaListQuery) => {
6480
6522
  formula?: string | null | undefined;
6481
6523
  context?: string[] | null | undefined;
6482
6524
  prompt?: string | null | undefined;
6483
- dataset?: Record<string, unknown> | undefined;
6525
+ matching?: Record<string, unknown> | undefined;
6484
6526
  }) | ({
6485
6527
  options: {
6486
6528
  value: string;
6487
6529
  label: string;
6530
+ struct?: unknown;
6488
6531
  }[];
6489
6532
  type: "enum";
6490
6533
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -6524,7 +6567,7 @@ export declare const list: (query?: SchemaListQuery) => {
6524
6567
  formula?: string | null | undefined;
6525
6568
  context?: string[] | null | undefined;
6526
6569
  prompt?: string | null | undefined;
6527
- dataset?: Record<string, unknown> | undefined;
6570
+ matching?: Record<string, unknown> | undefined;
6528
6571
  }) | ({
6529
6572
  id: string;
6530
6573
  label: string;
@@ -6587,7 +6630,7 @@ export declare const list: (query?: SchemaListQuery) => {
6587
6630
  formula?: string | null | undefined;
6588
6631
  context?: string[] | null | undefined;
6589
6632
  prompt?: string | null | undefined;
6590
- dataset?: Record<string, unknown> | undefined;
6633
+ matching?: Record<string, unknown> | undefined;
6591
6634
  }) | ({
6592
6635
  type: "date";
6593
6636
  format?: string | null | undefined;
@@ -6627,7 +6670,7 @@ export declare const list: (query?: SchemaListQuery) => {
6627
6670
  formula?: string | null | undefined;
6628
6671
  context?: string[] | null | undefined;
6629
6672
  prompt?: string | null | undefined;
6630
- dataset?: Record<string, unknown> | undefined;
6673
+ matching?: Record<string, unknown> | undefined;
6631
6674
  }) | ({
6632
6675
  type: "number";
6633
6676
  format?: string | null | undefined;
@@ -6672,11 +6715,12 @@ export declare const list: (query?: SchemaListQuery) => {
6672
6715
  formula?: string | null | undefined;
6673
6716
  context?: string[] | null | undefined;
6674
6717
  prompt?: string | null | undefined;
6675
- dataset?: Record<string, unknown> | undefined;
6718
+ matching?: Record<string, unknown> | undefined;
6676
6719
  }) | ({
6677
6720
  options: {
6678
6721
  value: string;
6679
6722
  label: string;
6723
+ struct?: unknown;
6680
6724
  }[];
6681
6725
  type: "enum";
6682
6726
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -6716,7 +6760,7 @@ export declare const list: (query?: SchemaListQuery) => {
6716
6760
  formula?: string | null | undefined;
6717
6761
  context?: string[] | null | undefined;
6718
6762
  prompt?: string | null | undefined;
6719
- dataset?: Record<string, unknown> | undefined;
6763
+ matching?: Record<string, unknown> | undefined;
6720
6764
  }) | ({
6721
6765
  id: string;
6722
6766
  label: string;
@@ -6789,7 +6833,7 @@ export declare const list: (query?: SchemaListQuery) => {
6789
6833
  formula?: string | null | undefined;
6790
6834
  context?: string[] | null | undefined;
6791
6835
  prompt?: string | null | undefined;
6792
- dataset?: Record<string, unknown> | undefined;
6836
+ matching?: Record<string, unknown> | undefined;
6793
6837
  }) | ({
6794
6838
  type: "date";
6795
6839
  format?: string | null | undefined;
@@ -6829,7 +6873,7 @@ export declare const list: (query?: SchemaListQuery) => {
6829
6873
  formula?: string | null | undefined;
6830
6874
  context?: string[] | null | undefined;
6831
6875
  prompt?: string | null | undefined;
6832
- dataset?: Record<string, unknown> | undefined;
6876
+ matching?: Record<string, unknown> | undefined;
6833
6877
  }) | ({
6834
6878
  type: "number";
6835
6879
  format?: string | null | undefined;
@@ -6874,11 +6918,12 @@ export declare const list: (query?: SchemaListQuery) => {
6874
6918
  formula?: string | null | undefined;
6875
6919
  context?: string[] | null | undefined;
6876
6920
  prompt?: string | null | undefined;
6877
- dataset?: Record<string, unknown> | undefined;
6921
+ matching?: Record<string, unknown> | undefined;
6878
6922
  }) | ({
6879
6923
  options: {
6880
6924
  value: string;
6881
6925
  label: string;
6926
+ struct?: unknown;
6882
6927
  }[];
6883
6928
  type: "enum";
6884
6929
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -6918,7 +6963,7 @@ export declare const list: (query?: SchemaListQuery) => {
6918
6963
  formula?: string | null | undefined;
6919
6964
  context?: string[] | null | undefined;
6920
6965
  prompt?: string | null | undefined;
6921
- dataset?: Record<string, unknown> | undefined;
6966
+ matching?: Record<string, unknown> | undefined;
6922
6967
  }) | ({
6923
6968
  id: string;
6924
6969
  label: string;
@@ -6967,8 +7012,10 @@ export declare const list: (query?: SchemaListQuery) => {
6967
7012
  }, {
6968
7013
  url: string;
6969
7014
  id: number;
7015
+ modifiedAt: string | null;
6970
7016
  name: string;
6971
7017
  queues: string[];
7018
+ modifiedBy: string | null;
6972
7019
  metadata?: unknown;
6973
7020
  content?: ({
6974
7021
  id: string;
@@ -7015,7 +7062,7 @@ export declare const list: (query?: SchemaListQuery) => {
7015
7062
  formula?: string | null | undefined;
7016
7063
  context?: string[] | null | undefined;
7017
7064
  prompt?: string | null | undefined;
7018
- dataset?: Record<string, unknown> | undefined;
7065
+ matching?: Record<string, unknown> | undefined;
7019
7066
  }) | ({
7020
7067
  type: "date";
7021
7068
  format?: string | null | undefined;
@@ -7055,7 +7102,7 @@ export declare const list: (query?: SchemaListQuery) => {
7055
7102
  formula?: string | null | undefined;
7056
7103
  context?: string[] | null | undefined;
7057
7104
  prompt?: string | null | undefined;
7058
- dataset?: Record<string, unknown> | undefined;
7105
+ matching?: Record<string, unknown> | undefined;
7059
7106
  }) | ({
7060
7107
  type: "number";
7061
7108
  format?: string | null | undefined;
@@ -7100,11 +7147,12 @@ export declare const list: (query?: SchemaListQuery) => {
7100
7147
  formula?: string | null | undefined;
7101
7148
  context?: string[] | null | undefined;
7102
7149
  prompt?: string | null | undefined;
7103
- dataset?: Record<string, unknown> | undefined;
7150
+ matching?: Record<string, unknown> | undefined;
7104
7151
  }) | ({
7105
7152
  options: {
7106
7153
  value: string;
7107
7154
  label: string;
7155
+ struct?: unknown;
7108
7156
  }[];
7109
7157
  type: "enum";
7110
7158
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -7144,7 +7192,7 @@ export declare const list: (query?: SchemaListQuery) => {
7144
7192
  formula?: string | null | undefined;
7145
7193
  context?: string[] | null | undefined;
7146
7194
  prompt?: string | null | undefined;
7147
- dataset?: Record<string, unknown> | undefined;
7195
+ matching?: Record<string, unknown> | undefined;
7148
7196
  }) | ({
7149
7197
  id: string;
7150
7198
  label: string;
@@ -7198,7 +7246,7 @@ export declare const list: (query?: SchemaListQuery) => {
7198
7246
  formula?: string | null | undefined;
7199
7247
  context?: string[] | null | undefined;
7200
7248
  prompt?: string | null | undefined;
7201
- dataset?: Record<string, unknown> | undefined;
7249
+ matching?: Record<string, unknown> | undefined;
7202
7250
  }) | ({
7203
7251
  type: "date";
7204
7252
  format?: string | null | undefined;
@@ -7238,7 +7286,7 @@ export declare const list: (query?: SchemaListQuery) => {
7238
7286
  formula?: string | null | undefined;
7239
7287
  context?: string[] | null | undefined;
7240
7288
  prompt?: string | null | undefined;
7241
- dataset?: Record<string, unknown> | undefined;
7289
+ matching?: Record<string, unknown> | undefined;
7242
7290
  }) | ({
7243
7291
  type: "number";
7244
7292
  format?: string | null | undefined;
@@ -7283,11 +7331,12 @@ export declare const list: (query?: SchemaListQuery) => {
7283
7331
  formula?: string | null | undefined;
7284
7332
  context?: string[] | null | undefined;
7285
7333
  prompt?: string | null | undefined;
7286
- dataset?: Record<string, unknown> | undefined;
7334
+ matching?: Record<string, unknown> | undefined;
7287
7335
  }) | ({
7288
7336
  options: {
7289
7337
  value: string;
7290
7338
  label: string;
7339
+ struct?: unknown;
7291
7340
  }[];
7292
7341
  type: "enum";
7293
7342
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -7327,7 +7376,7 @@ export declare const list: (query?: SchemaListQuery) => {
7327
7376
  formula?: string | null | undefined;
7328
7377
  context?: string[] | null | undefined;
7329
7378
  prompt?: string | null | undefined;
7330
- dataset?: Record<string, unknown> | undefined;
7379
+ matching?: Record<string, unknown> | undefined;
7331
7380
  }) | ({
7332
7381
  id: string;
7333
7382
  label: string;
@@ -7390,7 +7439,7 @@ export declare const list: (query?: SchemaListQuery) => {
7390
7439
  formula?: string | null | undefined;
7391
7440
  context?: string[] | null | undefined;
7392
7441
  prompt?: string | null | undefined;
7393
- dataset?: Record<string, unknown> | undefined;
7442
+ matching?: Record<string, unknown> | undefined;
7394
7443
  }) | ({
7395
7444
  type: "date";
7396
7445
  format?: string | null | undefined;
@@ -7430,7 +7479,7 @@ export declare const list: (query?: SchemaListQuery) => {
7430
7479
  formula?: string | null | undefined;
7431
7480
  context?: string[] | null | undefined;
7432
7481
  prompt?: string | null | undefined;
7433
- dataset?: Record<string, unknown> | undefined;
7482
+ matching?: Record<string, unknown> | undefined;
7434
7483
  }) | ({
7435
7484
  type: "number";
7436
7485
  format?: string | null | undefined;
@@ -7475,11 +7524,12 @@ export declare const list: (query?: SchemaListQuery) => {
7475
7524
  formula?: string | null | undefined;
7476
7525
  context?: string[] | null | undefined;
7477
7526
  prompt?: string | null | undefined;
7478
- dataset?: Record<string, unknown> | undefined;
7527
+ matching?: Record<string, unknown> | undefined;
7479
7528
  }) | ({
7480
7529
  options: {
7481
7530
  value: string;
7482
7531
  label: string;
7532
+ struct?: unknown;
7483
7533
  }[];
7484
7534
  type: "enum";
7485
7535
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -7519,7 +7569,7 @@ export declare const list: (query?: SchemaListQuery) => {
7519
7569
  formula?: string | null | undefined;
7520
7570
  context?: string[] | null | undefined;
7521
7571
  prompt?: string | null | undefined;
7522
- dataset?: Record<string, unknown> | undefined;
7572
+ matching?: Record<string, unknown> | undefined;
7523
7573
  }) | ({
7524
7574
  id: string;
7525
7575
  label: string;
@@ -7592,7 +7642,7 @@ export declare const list: (query?: SchemaListQuery) => {
7592
7642
  formula?: string | null | undefined;
7593
7643
  context?: string[] | null | undefined;
7594
7644
  prompt?: string | null | undefined;
7595
- dataset?: Record<string, unknown> | undefined;
7645
+ matching?: Record<string, unknown> | undefined;
7596
7646
  }) | ({
7597
7647
  type: "date";
7598
7648
  format?: string | null | undefined;
@@ -7632,7 +7682,7 @@ export declare const list: (query?: SchemaListQuery) => {
7632
7682
  formula?: string | null | undefined;
7633
7683
  context?: string[] | null | undefined;
7634
7684
  prompt?: string | null | undefined;
7635
- dataset?: Record<string, unknown> | undefined;
7685
+ matching?: Record<string, unknown> | undefined;
7636
7686
  }) | ({
7637
7687
  type: "number";
7638
7688
  format?: string | null | undefined;
@@ -7677,11 +7727,12 @@ export declare const list: (query?: SchemaListQuery) => {
7677
7727
  formula?: string | null | undefined;
7678
7728
  context?: string[] | null | undefined;
7679
7729
  prompt?: string | null | undefined;
7680
- dataset?: Record<string, unknown> | undefined;
7730
+ matching?: Record<string, unknown> | undefined;
7681
7731
  }) | ({
7682
7732
  options: {
7683
7733
  value: string;
7684
7734
  label: string;
7735
+ struct?: unknown;
7685
7736
  }[];
7686
7737
  type: "enum";
7687
7738
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -7721,7 +7772,7 @@ export declare const list: (query?: SchemaListQuery) => {
7721
7772
  formula?: string | null | undefined;
7722
7773
  context?: string[] | null | undefined;
7723
7774
  prompt?: string | null | undefined;
7724
- dataset?: Record<string, unknown> | undefined;
7775
+ matching?: Record<string, unknown> | undefined;
7725
7776
  }) | ({
7726
7777
  id: string;
7727
7778
  label: string;
@@ -7768,12 +7819,14 @@ export declare const list: (query?: SchemaListQuery) => {
7768
7819
  icon?: string | null | undefined;
7769
7820
  })[] | undefined;
7770
7821
  }>, "many">;
7771
- }, "strip", import("zod").ZodTypeAny, {
7822
+ }, "strip", z.ZodTypeAny, {
7772
7823
  results: {
7773
7824
  url: string;
7774
7825
  id: number;
7826
+ modifiedAt: string | null;
7775
7827
  name: string;
7776
7828
  queues: string[];
7829
+ modifiedBy: string | null;
7777
7830
  metadata?: unknown;
7778
7831
  content?: ({
7779
7832
  id: string;
@@ -7820,7 +7873,7 @@ export declare const list: (query?: SchemaListQuery) => {
7820
7873
  formula?: string | null | undefined;
7821
7874
  context?: string[] | null | undefined;
7822
7875
  prompt?: string | null | undefined;
7823
- dataset?: Record<string, unknown> | undefined;
7876
+ matching?: Record<string, unknown> | undefined;
7824
7877
  }) | ({
7825
7878
  type: "date";
7826
7879
  format?: string | null | undefined;
@@ -7860,7 +7913,7 @@ export declare const list: (query?: SchemaListQuery) => {
7860
7913
  formula?: string | null | undefined;
7861
7914
  context?: string[] | null | undefined;
7862
7915
  prompt?: string | null | undefined;
7863
- dataset?: Record<string, unknown> | undefined;
7916
+ matching?: Record<string, unknown> | undefined;
7864
7917
  }) | ({
7865
7918
  type: "number";
7866
7919
  format?: string | null | undefined;
@@ -7905,11 +7958,12 @@ export declare const list: (query?: SchemaListQuery) => {
7905
7958
  formula?: string | null | undefined;
7906
7959
  context?: string[] | null | undefined;
7907
7960
  prompt?: string | null | undefined;
7908
- dataset?: Record<string, unknown> | undefined;
7961
+ matching?: Record<string, unknown> | undefined;
7909
7962
  }) | ({
7910
7963
  options: {
7911
7964
  value: string;
7912
7965
  label: string;
7966
+ struct?: unknown;
7913
7967
  }[];
7914
7968
  type: "enum";
7915
7969
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -7949,7 +8003,7 @@ export declare const list: (query?: SchemaListQuery) => {
7949
8003
  formula?: string | null | undefined;
7950
8004
  context?: string[] | null | undefined;
7951
8005
  prompt?: string | null | undefined;
7952
- dataset?: Record<string, unknown> | undefined;
8006
+ matching?: Record<string, unknown> | undefined;
7953
8007
  }) | ({
7954
8008
  id: string;
7955
8009
  label: string;
@@ -8003,7 +8057,7 @@ export declare const list: (query?: SchemaListQuery) => {
8003
8057
  formula?: string | null | undefined;
8004
8058
  context?: string[] | null | undefined;
8005
8059
  prompt?: string | null | undefined;
8006
- dataset?: Record<string, unknown> | undefined;
8060
+ matching?: Record<string, unknown> | undefined;
8007
8061
  }) | ({
8008
8062
  type: "date";
8009
8063
  format?: string | null | undefined;
@@ -8043,7 +8097,7 @@ export declare const list: (query?: SchemaListQuery) => {
8043
8097
  formula?: string | null | undefined;
8044
8098
  context?: string[] | null | undefined;
8045
8099
  prompt?: string | null | undefined;
8046
- dataset?: Record<string, unknown> | undefined;
8100
+ matching?: Record<string, unknown> | undefined;
8047
8101
  }) | ({
8048
8102
  type: "number";
8049
8103
  format?: string | null | undefined;
@@ -8088,11 +8142,12 @@ export declare const list: (query?: SchemaListQuery) => {
8088
8142
  formula?: string | null | undefined;
8089
8143
  context?: string[] | null | undefined;
8090
8144
  prompt?: string | null | undefined;
8091
- dataset?: Record<string, unknown> | undefined;
8145
+ matching?: Record<string, unknown> | undefined;
8092
8146
  }) | ({
8093
8147
  options: {
8094
8148
  value: string;
8095
8149
  label: string;
8150
+ struct?: unknown;
8096
8151
  }[];
8097
8152
  type: "enum";
8098
8153
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -8132,7 +8187,7 @@ export declare const list: (query?: SchemaListQuery) => {
8132
8187
  formula?: string | null | undefined;
8133
8188
  context?: string[] | null | undefined;
8134
8189
  prompt?: string | null | undefined;
8135
- dataset?: Record<string, unknown> | undefined;
8190
+ matching?: Record<string, unknown> | undefined;
8136
8191
  }) | ({
8137
8192
  id: string;
8138
8193
  label: string;
@@ -8195,7 +8250,7 @@ export declare const list: (query?: SchemaListQuery) => {
8195
8250
  formula?: string | null | undefined;
8196
8251
  context?: string[] | null | undefined;
8197
8252
  prompt?: string | null | undefined;
8198
- dataset?: Record<string, unknown> | undefined;
8253
+ matching?: Record<string, unknown> | undefined;
8199
8254
  }) | ({
8200
8255
  type: "date";
8201
8256
  format?: string | null | undefined;
@@ -8235,7 +8290,7 @@ export declare const list: (query?: SchemaListQuery) => {
8235
8290
  formula?: string | null | undefined;
8236
8291
  context?: string[] | null | undefined;
8237
8292
  prompt?: string | null | undefined;
8238
- dataset?: Record<string, unknown> | undefined;
8293
+ matching?: Record<string, unknown> | undefined;
8239
8294
  }) | ({
8240
8295
  type: "number";
8241
8296
  format?: string | null | undefined;
@@ -8280,11 +8335,12 @@ export declare const list: (query?: SchemaListQuery) => {
8280
8335
  formula?: string | null | undefined;
8281
8336
  context?: string[] | null | undefined;
8282
8337
  prompt?: string | null | undefined;
8283
- dataset?: Record<string, unknown> | undefined;
8338
+ matching?: Record<string, unknown> | undefined;
8284
8339
  }) | ({
8285
8340
  options: {
8286
8341
  value: string;
8287
8342
  label: string;
8343
+ struct?: unknown;
8288
8344
  }[];
8289
8345
  type: "enum";
8290
8346
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -8324,7 +8380,7 @@ export declare const list: (query?: SchemaListQuery) => {
8324
8380
  formula?: string | null | undefined;
8325
8381
  context?: string[] | null | undefined;
8326
8382
  prompt?: string | null | undefined;
8327
- dataset?: Record<string, unknown> | undefined;
8383
+ matching?: Record<string, unknown> | undefined;
8328
8384
  }) | ({
8329
8385
  id: string;
8330
8386
  label: string;
@@ -8397,7 +8453,7 @@ export declare const list: (query?: SchemaListQuery) => {
8397
8453
  formula?: string | null | undefined;
8398
8454
  context?: string[] | null | undefined;
8399
8455
  prompt?: string | null | undefined;
8400
- dataset?: Record<string, unknown> | undefined;
8456
+ matching?: Record<string, unknown> | undefined;
8401
8457
  }) | ({
8402
8458
  type: "date";
8403
8459
  format?: string | null | undefined;
@@ -8437,7 +8493,7 @@ export declare const list: (query?: SchemaListQuery) => {
8437
8493
  formula?: string | null | undefined;
8438
8494
  context?: string[] | null | undefined;
8439
8495
  prompt?: string | null | undefined;
8440
- dataset?: Record<string, unknown> | undefined;
8496
+ matching?: Record<string, unknown> | undefined;
8441
8497
  }) | ({
8442
8498
  type: "number";
8443
8499
  format?: string | null | undefined;
@@ -8482,11 +8538,12 @@ export declare const list: (query?: SchemaListQuery) => {
8482
8538
  formula?: string | null | undefined;
8483
8539
  context?: string[] | null | undefined;
8484
8540
  prompt?: string | null | undefined;
8485
- dataset?: Record<string, unknown> | undefined;
8541
+ matching?: Record<string, unknown> | undefined;
8486
8542
  }) | ({
8487
8543
  options: {
8488
8544
  value: string;
8489
8545
  label: string;
8546
+ struct?: unknown;
8490
8547
  }[];
8491
8548
  type: "enum";
8492
8549
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -8526,7 +8583,7 @@ export declare const list: (query?: SchemaListQuery) => {
8526
8583
  formula?: string | null | undefined;
8527
8584
  context?: string[] | null | undefined;
8528
8585
  prompt?: string | null | undefined;
8529
- dataset?: Record<string, unknown> | undefined;
8586
+ matching?: Record<string, unknown> | undefined;
8530
8587
  }) | ({
8531
8588
  id: string;
8532
8589
  label: string;
@@ -8583,8 +8640,10 @@ export declare const list: (query?: SchemaListQuery) => {
8583
8640
  results: {
8584
8641
  url: string;
8585
8642
  id: number;
8643
+ modifiedAt: string | null;
8586
8644
  name: string;
8587
8645
  queues: string[];
8646
+ modifiedBy: string | null;
8588
8647
  metadata?: unknown;
8589
8648
  content?: ({
8590
8649
  id: string;
@@ -8631,7 +8690,7 @@ export declare const list: (query?: SchemaListQuery) => {
8631
8690
  formula?: string | null | undefined;
8632
8691
  context?: string[] | null | undefined;
8633
8692
  prompt?: string | null | undefined;
8634
- dataset?: Record<string, unknown> | undefined;
8693
+ matching?: Record<string, unknown> | undefined;
8635
8694
  }) | ({
8636
8695
  type: "date";
8637
8696
  format?: string | null | undefined;
@@ -8671,7 +8730,7 @@ export declare const list: (query?: SchemaListQuery) => {
8671
8730
  formula?: string | null | undefined;
8672
8731
  context?: string[] | null | undefined;
8673
8732
  prompt?: string | null | undefined;
8674
- dataset?: Record<string, unknown> | undefined;
8733
+ matching?: Record<string, unknown> | undefined;
8675
8734
  }) | ({
8676
8735
  type: "number";
8677
8736
  format?: string | null | undefined;
@@ -8716,11 +8775,12 @@ export declare const list: (query?: SchemaListQuery) => {
8716
8775
  formula?: string | null | undefined;
8717
8776
  context?: string[] | null | undefined;
8718
8777
  prompt?: string | null | undefined;
8719
- dataset?: Record<string, unknown> | undefined;
8778
+ matching?: Record<string, unknown> | undefined;
8720
8779
  }) | ({
8721
8780
  options: {
8722
8781
  value: string;
8723
8782
  label: string;
8783
+ struct?: unknown;
8724
8784
  }[];
8725
8785
  type: "enum";
8726
8786
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -8760,7 +8820,7 @@ export declare const list: (query?: SchemaListQuery) => {
8760
8820
  formula?: string | null | undefined;
8761
8821
  context?: string[] | null | undefined;
8762
8822
  prompt?: string | null | undefined;
8763
- dataset?: Record<string, unknown> | undefined;
8823
+ matching?: Record<string, unknown> | undefined;
8764
8824
  }) | ({
8765
8825
  id: string;
8766
8826
  label: string;
@@ -8814,7 +8874,7 @@ export declare const list: (query?: SchemaListQuery) => {
8814
8874
  formula?: string | null | undefined;
8815
8875
  context?: string[] | null | undefined;
8816
8876
  prompt?: string | null | undefined;
8817
- dataset?: Record<string, unknown> | undefined;
8877
+ matching?: Record<string, unknown> | undefined;
8818
8878
  }) | ({
8819
8879
  type: "date";
8820
8880
  format?: string | null | undefined;
@@ -8854,7 +8914,7 @@ export declare const list: (query?: SchemaListQuery) => {
8854
8914
  formula?: string | null | undefined;
8855
8915
  context?: string[] | null | undefined;
8856
8916
  prompt?: string | null | undefined;
8857
- dataset?: Record<string, unknown> | undefined;
8917
+ matching?: Record<string, unknown> | undefined;
8858
8918
  }) | ({
8859
8919
  type: "number";
8860
8920
  format?: string | null | undefined;
@@ -8899,11 +8959,12 @@ export declare const list: (query?: SchemaListQuery) => {
8899
8959
  formula?: string | null | undefined;
8900
8960
  context?: string[] | null | undefined;
8901
8961
  prompt?: string | null | undefined;
8902
- dataset?: Record<string, unknown> | undefined;
8962
+ matching?: Record<string, unknown> | undefined;
8903
8963
  }) | ({
8904
8964
  options: {
8905
8965
  value: string;
8906
8966
  label: string;
8967
+ struct?: unknown;
8907
8968
  }[];
8908
8969
  type: "enum";
8909
8970
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -8943,7 +9004,7 @@ export declare const list: (query?: SchemaListQuery) => {
8943
9004
  formula?: string | null | undefined;
8944
9005
  context?: string[] | null | undefined;
8945
9006
  prompt?: string | null | undefined;
8946
- dataset?: Record<string, unknown> | undefined;
9007
+ matching?: Record<string, unknown> | undefined;
8947
9008
  }) | ({
8948
9009
  id: string;
8949
9010
  label: string;
@@ -9006,7 +9067,7 @@ export declare const list: (query?: SchemaListQuery) => {
9006
9067
  formula?: string | null | undefined;
9007
9068
  context?: string[] | null | undefined;
9008
9069
  prompt?: string | null | undefined;
9009
- dataset?: Record<string, unknown> | undefined;
9070
+ matching?: Record<string, unknown> | undefined;
9010
9071
  }) | ({
9011
9072
  type: "date";
9012
9073
  format?: string | null | undefined;
@@ -9046,7 +9107,7 @@ export declare const list: (query?: SchemaListQuery) => {
9046
9107
  formula?: string | null | undefined;
9047
9108
  context?: string[] | null | undefined;
9048
9109
  prompt?: string | null | undefined;
9049
- dataset?: Record<string, unknown> | undefined;
9110
+ matching?: Record<string, unknown> | undefined;
9050
9111
  }) | ({
9051
9112
  type: "number";
9052
9113
  format?: string | null | undefined;
@@ -9091,11 +9152,12 @@ export declare const list: (query?: SchemaListQuery) => {
9091
9152
  formula?: string | null | undefined;
9092
9153
  context?: string[] | null | undefined;
9093
9154
  prompt?: string | null | undefined;
9094
- dataset?: Record<string, unknown> | undefined;
9155
+ matching?: Record<string, unknown> | undefined;
9095
9156
  }) | ({
9096
9157
  options: {
9097
9158
  value: string;
9098
9159
  label: string;
9160
+ struct?: unknown;
9099
9161
  }[];
9100
9162
  type: "enum";
9101
9163
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -9135,7 +9197,7 @@ export declare const list: (query?: SchemaListQuery) => {
9135
9197
  formula?: string | null | undefined;
9136
9198
  context?: string[] | null | undefined;
9137
9199
  prompt?: string | null | undefined;
9138
- dataset?: Record<string, unknown> | undefined;
9200
+ matching?: Record<string, unknown> | undefined;
9139
9201
  }) | ({
9140
9202
  id: string;
9141
9203
  label: string;
@@ -9208,7 +9270,7 @@ export declare const list: (query?: SchemaListQuery) => {
9208
9270
  formula?: string | null | undefined;
9209
9271
  context?: string[] | null | undefined;
9210
9272
  prompt?: string | null | undefined;
9211
- dataset?: Record<string, unknown> | undefined;
9273
+ matching?: Record<string, unknown> | undefined;
9212
9274
  }) | ({
9213
9275
  type: "date";
9214
9276
  format?: string | null | undefined;
@@ -9248,7 +9310,7 @@ export declare const list: (query?: SchemaListQuery) => {
9248
9310
  formula?: string | null | undefined;
9249
9311
  context?: string[] | null | undefined;
9250
9312
  prompt?: string | null | undefined;
9251
- dataset?: Record<string, unknown> | undefined;
9313
+ matching?: Record<string, unknown> | undefined;
9252
9314
  }) | ({
9253
9315
  type: "number";
9254
9316
  format?: string | null | undefined;
@@ -9293,11 +9355,12 @@ export declare const list: (query?: SchemaListQuery) => {
9293
9355
  formula?: string | null | undefined;
9294
9356
  context?: string[] | null | undefined;
9295
9357
  prompt?: string | null | undefined;
9296
- dataset?: Record<string, unknown> | undefined;
9358
+ matching?: Record<string, unknown> | undefined;
9297
9359
  }) | ({
9298
9360
  options: {
9299
9361
  value: string;
9300
9362
  label: string;
9363
+ struct?: unknown;
9301
9364
  }[];
9302
9365
  type: "enum";
9303
9366
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -9337,7 +9400,7 @@ export declare const list: (query?: SchemaListQuery) => {
9337
9400
  formula?: string | null | undefined;
9338
9401
  context?: string[] | null | undefined;
9339
9402
  prompt?: string | null | undefined;
9340
- dataset?: Record<string, unknown> | undefined;
9403
+ matching?: Record<string, unknown> | undefined;
9341
9404
  }) | ({
9342
9405
  id: string;
9343
9406
  label: string;
@@ -9391,15 +9454,25 @@ export declare const list: (query?: SchemaListQuery) => {
9391
9454
  totalPages: number;
9392
9455
  };
9393
9456
  }>;
9394
- readonly query: SchemaListQuery;
9395
- readonly querySchema: import("zod").ZodObject<{
9396
- id: import("zod").ZodOptional<import("zod").ZodNumber>;
9397
- name: import("zod").ZodOptional<import("zod").ZodString>;
9398
- }, "strip", import("zod").ZodTypeAny, {
9457
+ readonly query: {
9458
+ readonly includeTotal: true;
9459
+ readonly id?: number;
9460
+ readonly name?: string;
9461
+ };
9462
+ readonly querySchema: z.ZodIntersection<z.ZodObject<{
9463
+ id: z.ZodOptional<z.ZodNumber>;
9464
+ name: z.ZodOptional<z.ZodString>;
9465
+ }, "strip", z.ZodTypeAny, {
9399
9466
  id?: number | undefined;
9400
9467
  name?: string | undefined;
9401
9468
  }, {
9402
9469
  id?: number | undefined;
9403
9470
  name?: string | undefined;
9404
- }>;
9471
+ }>, z.ZodObject<{
9472
+ includeTotal: z.ZodOptional<z.ZodBoolean>;
9473
+ }, "strip", z.ZodTypeAny, {
9474
+ includeTotal?: boolean | undefined;
9475
+ }, {
9476
+ includeTotal?: boolean | undefined;
9477
+ }>>;
9405
9478
  };