@rossum/api-client 0.1.26 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1016) hide show
  1. package/index.js +70 -70
  2. package/index.js.map +1 -1
  3. package/package.json +3 -2
  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 +7 -4
  218. package/src/hooks/endpoints/runs.schema.js.map +1 -1
  219. package/src/hooks/endpoints/test.schema.js +2 -2
  220. package/src/hooks/endpoints/test.schema.js.map +1 -1
  221. package/src/hooks/index.js +19 -0
  222. package/src/hooks/index.js.map +1 -0
  223. package/src/hooks/models/event.js +59 -0
  224. package/src/hooks/models/event.js.map +1 -0
  225. package/src/hooks/models/event.schema.js +7 -0
  226. package/src/hooks/models/event.schema.js.map +1 -0
  227. package/src/hooks/models/hook.schema.js +2 -1
  228. package/src/hooks/models/hook.schema.js.map +1 -1
  229. package/src/hooks/models/hookConfig.schema.js +1 -1
  230. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  231. package/src/hooks/models/hookUtils.schema.js +2 -20
  232. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  233. package/src/hooks/models/index.js +29 -0
  234. package/src/hooks/models/index.js.map +1 -0
  235. package/src/hooks/models/run.schema.js +5 -4
  236. package/src/hooks/models/run.schema.js.map +1 -1
  237. package/src/hooks/models/values.js +15 -0
  238. package/src/hooks/models/values.js.map +1 -0
  239. package/src/inboxes/endpoints/list.js +3 -2
  240. package/src/inboxes/endpoints/list.js.map +1 -1
  241. package/src/inboxes/index.js +20 -0
  242. package/src/inboxes/index.js.map +1 -0
  243. package/src/inboxes/mocks/inbox.js +21 -0
  244. package/src/inboxes/mocks/inbox.js.map +1 -0
  245. package/src/inboxes/mocks/index.js +18 -0
  246. package/src/inboxes/mocks/index.js.map +1 -0
  247. package/src/inboxes/models/index.js +18 -0
  248. package/src/inboxes/models/index.js.map +1 -0
  249. package/src/internal/endpoints/computedFieldSummary.js +15 -0
  250. package/src/internal/endpoints/computedFieldSummary.js.map +1 -0
  251. package/src/internal/endpoints/computedFieldSummary.schema.js +21 -0
  252. package/src/internal/endpoints/computedFieldSummary.schema.js.map +1 -0
  253. package/src/internal/endpoints/getMetabaseJWT.js +13 -0
  254. package/src/internal/endpoints/getMetabaseJWT.js.map +1 -0
  255. package/src/internal/endpoints/getMetabaseJWT.schema.js +8 -0
  256. package/src/internal/endpoints/getMetabaseJWT.schema.js.map +1 -0
  257. package/src/internal/endpoints/index.js +11 -1
  258. package/src/internal/endpoints/index.js.map +1 -1
  259. package/src/internal/endpoints/reportSummary.js +15 -0
  260. package/src/internal/endpoints/reportSummary.js.map +1 -0
  261. package/src/internal/endpoints/reportSummary.schema.js +12 -0
  262. package/src/internal/endpoints/reportSummary.schema.js.map +1 -0
  263. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  264. package/src/internal/endpoints/rules/evaluateRules.schema.js +7 -6
  265. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  266. package/src/internal/endpoints/rules/suggestRule.schema.js +4 -4
  267. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  268. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js +4 -4
  269. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js.map +1 -1
  270. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +4 -4
  271. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  272. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  273. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +4 -4
  274. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  275. package/src/internal/endpoints/schemas/formulasInfo.schema.js +7 -1
  276. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  277. package/src/internal/endpoints/schemas/suggestComputedField.js +13 -0
  278. package/src/internal/endpoints/schemas/suggestComputedField.js.map +1 -0
  279. package/src/internal/endpoints/schemas/suggestComputedField.schema.js +21 -0
  280. package/src/internal/endpoints/schemas/suggestComputedField.schema.js.map +1 -0
  281. package/src/internal/endpoints/suggestReport.js +15 -0
  282. package/src/internal/endpoints/suggestReport.js.map +1 -0
  283. package/src/internal/endpoints/suggestReport.schema.js +13 -0
  284. package/src/internal/endpoints/suggestReport.schema.js.map +1 -0
  285. package/src/internal/index.js +18 -0
  286. package/src/internal/index.js.map +1 -0
  287. package/src/labels/endpoints/list.js +3 -2
  288. package/src/labels/endpoints/list.js.map +1 -1
  289. package/src/labels/index.js +19 -0
  290. package/src/labels/index.js.map +1 -0
  291. package/src/labels/models/index.js +19 -0
  292. package/src/labels/models/index.js.map +1 -0
  293. package/src/memberships/index.js +19 -0
  294. package/src/memberships/index.js.map +1 -0
  295. package/src/memberships/models/index.js +18 -0
  296. package/src/memberships/models/index.js.map +1 -0
  297. package/src/memberships/models/membership.js +3 -0
  298. package/src/memberships/models/membership.js.map +1 -0
  299. package/src/organization/endpoints/list.js +3 -2
  300. package/src/organization/endpoints/list.js.map +1 -1
  301. package/src/organization/endpoints/patch.schema.js +6 -0
  302. package/src/organization/endpoints/patch.schema.js.map +1 -0
  303. package/src/organization/index.js +20 -0
  304. package/src/organization/index.js.map +1 -0
  305. package/src/organization/mocks/index.js +18 -0
  306. package/src/organization/mocks/index.js.map +1 -0
  307. package/src/organization/mocks/organization.js +15 -0
  308. package/src/organization/mocks/organization.js.map +1 -0
  309. package/src/organization/models/emailLimits.js +3 -0
  310. package/src/organization/models/emailLimits.js.map +1 -0
  311. package/src/organization/models/index.js +23 -0
  312. package/src/organization/models/index.js.map +1 -0
  313. package/src/organization/models/limits.js +3 -0
  314. package/src/organization/models/limits.js.map +1 -0
  315. package/src/organizationGroups/endpoints/organizations.js +3 -2
  316. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  317. package/src/organizationGroups/endpoints/queues.js +3 -2
  318. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  319. package/src/organizationGroups/endpoints/workspaces.js +3 -2
  320. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  321. package/src/organizationGroups/index.js +19 -0
  322. package/src/organizationGroups/index.js.map +1 -0
  323. package/src/organizationGroups/models/index.js +23 -0
  324. package/src/organizationGroups/models/index.js.map +1 -0
  325. package/src/organizationGroups/models/organizationGroupOrganization.js +3 -0
  326. package/src/organizationGroups/models/organizationGroupOrganization.js.map +1 -0
  327. package/src/organizationGroups/models/organizationGroupQueue.js +3 -0
  328. package/src/organizationGroups/models/organizationGroupQueue.js.map +1 -0
  329. package/src/organizationGroups/models/organizationGroupWorkspace.js +3 -0
  330. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +1 -0
  331. package/src/pages/endpoints/list.js +3 -2
  332. package/src/pages/endpoints/list.js.map +1 -1
  333. package/src/pages/endpoints/list.schema.js +13 -3
  334. package/src/pages/endpoints/list.schema.js.map +1 -1
  335. package/src/pages/index.js +19 -0
  336. package/src/pages/index.js.map +1 -0
  337. package/src/pages/models/index.js +18 -0
  338. package/src/pages/models/index.js.map +1 -0
  339. package/src/pages/models/page.js +3 -0
  340. package/src/pages/models/page.js.map +1 -0
  341. package/src/queues/endpoints/automation.schema.js +2 -2
  342. package/src/queues/endpoints/automation.schema.js.map +1 -1
  343. package/src/queues/endpoints/automationSetupCurrentStats.js +13 -0
  344. package/src/queues/endpoints/automationSetupCurrentStats.js.map +1 -0
  345. package/src/queues/endpoints/automationSetupProjections.js +17 -0
  346. package/src/queues/endpoints/automationSetupProjections.js.map +1 -0
  347. package/src/queues/endpoints/duplicate.js.map +1 -1
  348. package/src/queues/endpoints/duplicate.schema.js +1 -0
  349. package/src/queues/endpoints/duplicate.schema.js.map +1 -1
  350. package/src/queues/endpoints/getAutomationTargets.js +14 -0
  351. package/src/queues/endpoints/getAutomationTargets.js.map +1 -0
  352. package/src/queues/endpoints/index.js +8 -0
  353. package/src/queues/endpoints/index.js.map +1 -1
  354. package/src/queues/endpoints/list.js +5 -3
  355. package/src/queues/endpoints/list.js.map +1 -1
  356. package/src/queues/endpoints/list.schema.js +5 -3
  357. package/src/queues/endpoints/list.schema.js.map +1 -1
  358. package/src/queues/endpoints/saveAutomationTarget.js +16 -0
  359. package/src/queues/endpoints/saveAutomationTarget.js.map +1 -0
  360. package/src/queues/index.js +20 -0
  361. package/src/queues/index.js.map +1 -0
  362. package/src/queues/mocks/automation.js +19 -0
  363. package/src/queues/mocks/automation.js.map +1 -0
  364. package/src/queues/mocks/index.js +19 -0
  365. package/src/queues/mocks/index.js.map +1 -0
  366. package/src/queues/mocks/queue.js +33 -0
  367. package/src/queues/mocks/queue.js.map +1 -0
  368. package/src/queues/models/automationResponseAutomationBlocker.js +3 -0
  369. package/src/queues/models/automationResponseAutomationBlocker.js.map +1 -0
  370. package/src/queues/models/automationResponseAutomationBlocker.schema.js +24 -0
  371. package/src/queues/models/automationResponseAutomationBlocker.schema.js.map +1 -0
  372. package/src/queues/models/automationSetup.js +3 -0
  373. package/src/queues/models/automationSetup.js.map +1 -0
  374. package/src/queues/models/automationSetup.schema.js +68 -0
  375. package/src/queues/models/automationSetup.schema.js.map +1 -0
  376. package/src/queues/models/index.js +31 -0
  377. package/src/queues/models/index.js.map +1 -0
  378. package/src/queues/models/queueSettings.schema.js +46 -3
  379. package/src/queues/models/queueSettings.schema.js.map +1 -1
  380. package/src/queues/models/relatedObjectsCounts.js +3 -0
  381. package/src/queues/models/relatedObjectsCounts.js.map +1 -0
  382. package/src/queues/models/vendorEmailNotificationsSettings.js +3 -0
  383. package/src/queues/models/vendorEmailNotificationsSettings.js.map +1 -0
  384. package/src/queues/models/vendorEmailNotificationsSettings.schema.js +16 -0
  385. package/src/queues/models/vendorEmailNotificationsSettings.schema.js.map +1 -0
  386. package/src/relations/endpoints/list.js +3 -2
  387. package/src/relations/endpoints/list.js.map +1 -1
  388. package/src/relations/index.js +19 -0
  389. package/src/relations/index.js.map +1 -0
  390. package/src/relations/models/index.js +19 -0
  391. package/src/relations/models/index.js.map +1 -0
  392. package/src/rules/endpoints/create.js +2 -2
  393. package/src/rules/endpoints/create.js.map +1 -1
  394. package/src/rules/endpoints/create.schema.js +5 -2
  395. package/src/rules/endpoints/create.schema.js.map +1 -1
  396. package/src/rules/endpoints/get.js +2 -2
  397. package/src/rules/endpoints/get.js.map +1 -1
  398. package/src/rules/endpoints/index.js.map +1 -1
  399. package/src/rules/endpoints/list.js +5 -4
  400. package/src/rules/endpoints/list.js.map +1 -1
  401. package/src/rules/endpoints/list.schema.js +4 -1
  402. package/src/rules/endpoints/list.schema.js.map +1 -1
  403. package/src/rules/endpoints/patch.js +2 -2
  404. package/src/rules/endpoints/patch.js.map +1 -1
  405. package/src/rules/endpoints/patch.schema.js +2 -2
  406. package/src/rules/endpoints/patch.schema.js.map +1 -1
  407. package/src/rules/index.js +18 -0
  408. package/src/rules/index.js.map +1 -0
  409. package/src/rules/models/queueRule.js +3 -0
  410. package/src/rules/models/queueRule.js.map +1 -0
  411. package/src/rules/models/{schemaRule.schema.js → queueRule.schema.js} +10 -12
  412. package/src/rules/models/queueRule.schema.js.map +1 -0
  413. package/src/rulesExecutionLogs/endpoints/get.js +13 -0
  414. package/src/rulesExecutionLogs/endpoints/get.js.map +1 -0
  415. package/src/rulesExecutionLogs/endpoints/index.js +10 -0
  416. package/src/rulesExecutionLogs/endpoints/index.js.map +1 -0
  417. package/src/rulesExecutionLogs/endpoints/list.js +18 -0
  418. package/src/rulesExecutionLogs/endpoints/list.js.map +1 -0
  419. package/src/rulesExecutionLogs/endpoints/list.schema.js +17 -0
  420. package/src/rulesExecutionLogs/endpoints/list.schema.js.map +1 -0
  421. package/src/rulesExecutionLogs/index.js +19 -0
  422. package/src/rulesExecutionLogs/index.js.map +1 -0
  423. package/src/rulesExecutionLogs/models/index.js +3 -0
  424. package/src/rulesExecutionLogs/models/index.js.map +1 -0
  425. package/src/rulesExecutionLogs/models/ruleExecutionLog.js +3 -0
  426. package/src/rulesExecutionLogs/models/ruleExecutionLog.js.map +1 -0
  427. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js +32 -0
  428. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js.map +1 -0
  429. package/src/schemaFields/index.js +19 -0
  430. package/src/schemaFields/index.js.map +1 -0
  431. package/src/schemaFields/models/index.js +19 -0
  432. package/src/schemaFields/models/index.js.map +1 -0
  433. package/src/schemas/endpoints/get.js +12 -1
  434. package/src/schemas/endpoints/get.js.map +1 -1
  435. package/src/schemas/endpoints/index.js +3 -0
  436. package/src/schemas/endpoints/index.js.map +1 -1
  437. package/src/schemas/endpoints/list.js +3 -2
  438. package/src/schemas/endpoints/list.js.map +1 -1
  439. package/src/schemas/endpoints/patch.js +12 -1
  440. package/src/schemas/endpoints/patch.js.map +1 -1
  441. package/src/schemas/endpoints/patch.schema.js +3 -1
  442. package/src/schemas/endpoints/patch.schema.js.map +1 -1
  443. package/src/schemas/endpoints/validate.js +13 -2
  444. package/src/schemas/endpoints/validate.js.map +1 -1
  445. package/src/schemas/index.js +20 -0
  446. package/src/schemas/index.js.map +1 -0
  447. package/src/schemas/mocks/index.js +19 -0
  448. package/src/schemas/mocks/index.js.map +1 -0
  449. package/src/schemas/mocks/schema.js +12 -0
  450. package/src/schemas/mocks/schema.js.map +1 -0
  451. package/src/schemas/mocks/schemaItem.js +64 -0
  452. package/src/schemas/mocks/schemaItem.js.map +1 -0
  453. package/src/schemas/models/index.js +49 -0
  454. package/src/schemas/models/index.js.map +1 -0
  455. package/src/schemas/models/list.js +3 -0
  456. package/src/schemas/models/list.js.map +1 -0
  457. package/src/schemas/models/list.schema.js +23 -0
  458. package/src/schemas/models/list.schema.js.map +1 -0
  459. package/src/schemas/models/rawSchema.js +3 -0
  460. package/src/schemas/models/rawSchema.js.map +1 -0
  461. package/src/schemas/models/rawSchema.schema.js +16 -0
  462. package/src/schemas/models/rawSchema.schema.js.map +1 -0
  463. package/src/schemas/models/schema.schema.js +2 -0
  464. package/src/schemas/models/schema.schema.js.map +1 -1
  465. package/src/schemas/models/schemaDatapointBase.schema.js +2 -0
  466. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  467. package/src/schemas/models/schemaDatapointEnum.schema.js +1 -0
  468. package/src/schemas/models/schemaDatapointEnum.schema.js.map +1 -1
  469. package/src/shared/index.js +18 -0
  470. package/src/shared/index.js.map +1 -0
  471. package/src/shared/models/annotationListTable.schema.js +13 -1
  472. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  473. package/src/shared/models/index.js +23 -0
  474. package/src/shared/models/index.js.map +1 -0
  475. package/src/shared/models/message.schema.js +7 -3
  476. package/src/shared/models/message.schema.js.map +1 -1
  477. package/src/suggestedEdit/index.js +19 -0
  478. package/src/suggestedEdit/index.js.map +1 -0
  479. package/src/suggestedEdit/models/index.js +21 -0
  480. package/src/suggestedEdit/models/index.js.map +1 -0
  481. package/src/suggestedEdit/models/suggestedDocument.js +3 -0
  482. package/src/suggestedEdit/models/suggestedDocument.js.map +1 -0
  483. package/src/suggestedEdit/models/suggestedDocument.schema.js +3 -0
  484. package/src/suggestedEdit/models/suggestedDocument.schema.js.map +1 -1
  485. package/src/suggestedEdit/models/suggestedEdit.js +3 -0
  486. package/src/suggestedEdit/models/suggestedEdit.js.map +1 -0
  487. package/src/surveys/endpoints/get.schema.js +10 -0
  488. package/src/surveys/endpoints/get.schema.js.map +1 -0
  489. package/src/surveys/endpoints/list.js +3 -2
  490. package/src/surveys/endpoints/list.js.map +1 -1
  491. package/src/surveys/index.js +19 -0
  492. package/src/surveys/index.js.map +1 -0
  493. package/src/surveys/models/index.js +21 -0
  494. package/src/surveys/models/index.js.map +1 -0
  495. package/src/surveys/models/question.js +3 -0
  496. package/src/surveys/models/question.js.map +1 -0
  497. package/src/surveys/models/question.schema.js +11 -0
  498. package/src/surveys/models/question.schema.js.map +1 -0
  499. package/src/surveys/models/survey.js +3 -0
  500. package/src/surveys/models/survey.js.map +1 -0
  501. package/src/surveys/models/surveyTemplate.js +3 -0
  502. package/src/surveys/models/surveyTemplate.js.map +1 -0
  503. package/src/surveys/models/surveyTemplate.schema.js +11 -0
  504. package/src/surveys/models/surveyTemplate.schema.js.map +1 -0
  505. package/src/tasks/index.js +20 -0
  506. package/src/tasks/index.js.map +1 -0
  507. package/src/tasks/mocks/asyncTask.js +14 -0
  508. package/src/tasks/mocks/asyncTask.js.map +1 -0
  509. package/src/tasks/mocks/index.js +18 -0
  510. package/src/tasks/mocks/index.js.map +1 -0
  511. package/src/tasks/models/asyncTask.js +3 -0
  512. package/src/tasks/models/asyncTask.js.map +1 -0
  513. package/src/tasks/models/asyncTaskResult.js +3 -0
  514. package/src/tasks/models/asyncTaskResult.js.map +1 -0
  515. package/src/tasks/models/asyncTaskResult.schema.js +13 -0
  516. package/src/tasks/models/asyncTaskResult.schema.js.map +1 -0
  517. package/src/tasks/models/index.js +21 -0
  518. package/src/tasks/models/index.js.map +1 -0
  519. package/src/triggers/endpoints/list.js +3 -2
  520. package/src/triggers/endpoints/list.js.map +1 -1
  521. package/src/triggers/index.js +19 -0
  522. package/src/triggers/index.js.map +1 -0
  523. package/src/triggers/models/index.js +18 -0
  524. package/src/triggers/models/index.js.map +1 -0
  525. package/src/uploads/index.js +19 -0
  526. package/src/uploads/index.js.map +1 -0
  527. package/src/uploads/models/index.js +19 -0
  528. package/src/uploads/models/index.js.map +1 -0
  529. package/src/uploads/models/upload.js +3 -0
  530. package/src/uploads/models/upload.js.map +1 -0
  531. package/src/users/endpoints/index.js.map +1 -1
  532. package/src/users/endpoints/list.js +3 -2
  533. package/src/users/endpoints/list.js.map +1 -1
  534. package/src/users/endpoints/list.schema.js +2 -1
  535. package/src/users/endpoints/list.schema.js.map +1 -1
  536. package/src/users/index.js +20 -0
  537. package/src/users/index.js.map +1 -0
  538. package/src/users/mocks/index.js +18 -0
  539. package/src/users/mocks/index.js.map +1 -0
  540. package/src/users/mocks/user.js +14 -0
  541. package/src/users/mocks/user.js.map +1 -0
  542. package/src/users/models/resetPassword.js +3 -0
  543. package/src/users/models/resetPassword.js.map +1 -0
  544. package/src/utils/index.js +37 -0
  545. package/src/utils/index.js.map +1 -0
  546. package/src/utils/mockUtils.js +13 -0
  547. package/src/utils/mockUtils.js.map +1 -0
  548. package/src/utils/requestConfig.js +5 -4
  549. package/src/utils/requestConfig.js.map +1 -1
  550. package/src/utils/requestResponse.js +2 -2
  551. package/src/utils/requestResponse.js.map +1 -1
  552. package/src/utils.schema.js +9 -0
  553. package/src/utils.schema.js.map +1 -0
  554. package/src/workflowActivities/endpoints/list.js +3 -2
  555. package/src/workflowActivities/endpoints/list.js.map +1 -1
  556. package/src/workflowActivities/index.js +19 -0
  557. package/src/workflowActivities/index.js.map +1 -0
  558. package/src/workflowActivities/models/index.js +18 -0
  559. package/src/workflowActivities/models/index.js.map +1 -0
  560. package/src/workflowRuns/endpoints/list.js +3 -2
  561. package/src/workflowRuns/endpoints/list.js.map +1 -1
  562. package/src/workflowRuns/index.js +19 -0
  563. package/src/workflowRuns/index.js.map +1 -0
  564. package/src/workflowRuns/models/index.js +19 -0
  565. package/src/workflowRuns/models/index.js.map +1 -0
  566. package/src/workflowSteps/endpoints/list.js +3 -2
  567. package/src/workflowSteps/endpoints/list.js.map +1 -1
  568. package/src/workflowSteps/index.js +19 -0
  569. package/src/workflowSteps/index.js.map +1 -0
  570. package/src/workflowSteps/models/index.js +18 -0
  571. package/src/workflowSteps/models/index.js.map +1 -0
  572. package/src/workflows/endpoints/list.js +3 -2
  573. package/src/workflows/endpoints/list.js.map +1 -1
  574. package/src/workflows/index.js +19 -0
  575. package/src/workflows/index.js.map +1 -0
  576. package/src/workflows/models/index.js +18 -0
  577. package/src/workflows/models/index.js.map +1 -0
  578. package/src/workspaces/endpoints/list.js +3 -2
  579. package/src/workspaces/endpoints/list.js.map +1 -1
  580. package/src/workspaces/index.js +19 -0
  581. package/src/workspaces/index.js.map +1 -0
  582. package/src/workspaces/models/index.js +18 -0
  583. package/src/workspaces/models/index.js.map +1 -0
  584. package/types/index.d.ts +6760 -2128
  585. package/types/src/annotations/endpoints/editPages.d.ts +14 -0
  586. package/types/src/annotations/endpoints/editPages.schema.d.ts +12 -0
  587. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +6 -0
  588. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +5 -0
  589. package/types/src/annotations/endpoints/get.d.ts +52 -21
  590. package/types/src/annotations/endpoints/getContent.d.ts +456 -0
  591. package/types/src/annotations/endpoints/index.d.ts +1948 -155
  592. package/types/src/annotations/endpoints/list.d.ts +1124 -569
  593. package/types/src/annotations/endpoints/patch.d.ts +104 -42
  594. package/types/src/annotations/endpoints/patch.schema.d.ts +52 -21
  595. package/types/src/annotations/endpoints/search.d.ts +578 -42
  596. package/types/src/annotations/endpoints/startEditPages.d.ts +72 -0
  597. package/types/src/annotations/endpoints/updateContent.d.ts +23 -0
  598. package/types/src/annotations/endpoints/validate.d.ts +42 -0
  599. package/types/src/annotations/endpoints/validate.schema.d.ts +42 -0
  600. package/types/src/annotations/index.d.ts +3 -0
  601. package/types/src/annotations/mocks/annotation.d.ts +8 -0
  602. package/types/src/annotations/mocks/index.d.ts +1 -0
  603. package/types/src/annotations/models/annotation.d.ts +1 -0
  604. package/types/src/annotations/models/annotation.schema.d.ts +52 -21
  605. package/types/src/annotations/models/annotationData.d.ts +5 -0
  606. package/types/src/annotations/models/annotationData.schema.d.ts +819 -0
  607. package/types/src/annotations/models/annotationListSideload.d.ts +4 -1
  608. package/types/src/annotations/models/annotationListSideload.schema.d.ts +511 -16
  609. package/types/src/annotations/models/editPages.d.ts +9 -1
  610. package/types/src/annotations/models/editPages.schema.d.ts +172 -0
  611. package/types/src/authentication/endpoints/index.d.ts +1 -1
  612. package/types/src/authentication/index.d.ts +2 -0
  613. package/types/src/authentication/models/authInfo.d.ts +4 -0
  614. package/types/src/authentication/models/index.d.ts +2 -0
  615. package/types/src/automationBlockers/endpoints/get.d.ts +350 -114
  616. package/types/src/automationBlockers/endpoints/index.d.ts +350 -114
  617. package/types/src/automationBlockers/index.d.ts +2 -0
  618. package/types/src/automationBlockers/models/automationBlocker.d.ts +55 -0
  619. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +1376 -6
  620. package/types/src/automationBlockers/models/index.d.ts +2 -0
  621. package/types/src/billing/endpoints/getHistory.schema.d.ts +26 -0
  622. package/types/src/billing/endpoints/index.d.ts +5 -0
  623. package/types/src/billing/index.d.ts +2 -0
  624. package/types/src/billing/models/billingHistory.d.ts +40 -0
  625. package/types/src/billing/models/billingStats.d.ts +21 -0
  626. package/types/src/billing/models/index.d.ts +4 -0
  627. package/types/src/connectors/endpoints/index.d.ts +15 -2
  628. package/types/src/connectors/endpoints/list.d.ts +46 -32
  629. package/types/src/connectors/index.d.ts +2 -0
  630. package/types/src/connectors/models/connector.d.ts +15 -0
  631. package/types/src/connectors/models/index.d.ts +2 -0
  632. package/types/src/dedicatedEngineSchema/index.d.ts +2 -0
  633. package/types/src/dedicatedEngineSchema/models/index.d.ts +9 -0
  634. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +31 -0
  635. package/types/src/dedicatedEngines/endpoints/index.d.ts +21 -3
  636. package/types/src/dedicatedEngines/endpoints/list.d.ts +49 -30
  637. package/types/src/dedicatedEngines/index.d.ts +2 -0
  638. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +10 -0
  639. package/types/src/dedicatedEngines/models/index.d.ts +1 -0
  640. package/types/src/deleteRecommendations/endpoints/index.d.ts +12 -3
  641. package/types/src/deleteRecommendations/endpoints/list.d.ts +31 -21
  642. package/types/src/deleteRecommendations/index.d.ts +2 -0
  643. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +10 -0
  644. package/types/src/deleteRecommendations/models/index.d.ts +1 -0
  645. package/types/src/documentRelations/endpoints/index.d.ts +17 -2
  646. package/types/src/documentRelations/endpoints/list.d.ts +44 -28
  647. package/types/src/documentRelations/index.d.ts +2 -0
  648. package/types/src/documentRelations/models/index.d.ts +1 -0
  649. package/types/src/documentRelations/models/relation.d.ts +10 -0
  650. package/types/src/documentRelations/models/relation.schema.d.ts +24 -0
  651. package/types/src/documents/endpoints/index.d.ts +22 -3
  652. package/types/src/documents/endpoints/list.d.ts +58 -39
  653. package/types/src/documents/index.d.ts +3 -0
  654. package/types/src/documents/mocks/document.d.ts +8 -0
  655. package/types/src/documents/mocks/index.d.ts +1 -0
  656. package/types/src/documents/models/index.d.ts +2 -0
  657. package/types/src/email/endpoints/get.d.ts +3 -3
  658. package/types/src/email/endpoints/index.d.ts +33 -4
  659. package/types/src/email/endpoints/list.d.ts +108 -79
  660. package/types/src/email/index.d.ts +3 -0
  661. package/types/src/email/mocks/email.d.ts +9 -0
  662. package/types/src/email/mocks/index.d.ts +1 -0
  663. package/types/src/email/models/email.d.ts +39 -0
  664. package/types/src/email/models/index.d.ts +2 -0
  665. package/types/src/emailTemplates/endpoints/index.d.ts +20 -7
  666. package/types/src/emailTemplates/endpoints/list.d.ts +84 -70
  667. package/types/src/emailTemplates/endpoints/list.schema.d.ts +3 -3
  668. package/types/src/emailTemplates/index.d.ts +3 -0
  669. package/types/src/emailTemplates/mocks/emailTemplate.d.ts +54 -0
  670. package/types/src/emailTemplates/mocks/index.d.ts +1 -0
  671. package/types/src/emailTemplates/models/index.d.ts +1 -0
  672. package/types/src/emailTemplatesStats/endpoints/index.d.ts +14 -3
  673. package/types/src/emailTemplatesStats/endpoints/list.d.ts +32 -20
  674. package/types/src/emailTemplatesStats/index.d.ts +2 -0
  675. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +6 -0
  676. package/types/src/emailTemplatesStats/models/index.d.ts +1 -0
  677. package/types/src/emailThreads/endpoints/index.d.ts +23 -2
  678. package/types/src/emailThreads/endpoints/list.d.ts +74 -52
  679. package/types/src/emailThreads/index.d.ts +3 -0
  680. package/types/src/emailThreads/mocks/emailThread.d.ts +8 -0
  681. package/types/src/emailThreads/mocks/index.d.ts +1 -0
  682. package/types/src/emailThreads/models/emailThreads.d.ts +32 -0
  683. package/types/src/emailThreads/models/index.d.ts +2 -0
  684. package/types/src/engineFields/endpoints/index.d.ts +20 -6
  685. package/types/src/engineFields/endpoints/list.d.ts +46 -31
  686. package/types/src/engineFields/endpoints/listPreTrainedFields.d.ts +4 -4
  687. package/types/src/engineFields/index.d.ts +2 -0
  688. package/types/src/engineFields/models/index.d.ts +3 -0
  689. package/types/src/engineFields/models/preTrainedField.d.ts +11 -0
  690. package/types/src/engineFields/models/preTrainedField.schema.d.ts +2 -2
  691. package/types/src/engines/endpoints/index.d.ts +220 -20
  692. package/types/src/engines/endpoints/list.d.ts +40 -27
  693. package/types/src/engines/endpoints/queueStats.d.ts +328 -139
  694. package/types/src/engines/endpoints/queueStats.schema.d.ts +193 -15
  695. package/types/src/engines/index.d.ts +2 -0
  696. package/types/src/engines/models/engineQueueStatsItem.d.ts +7 -0
  697. package/types/src/engines/models/index.d.ts +1 -0
  698. package/types/src/genericEngines/endpoints/index.d.ts +21 -3
  699. package/types/src/genericEngines/endpoints/list.d.ts +49 -30
  700. package/types/src/genericEngines/index.d.ts +2 -0
  701. package/types/src/genericEngines/models/genericEngine.d.ts +9 -0
  702. package/types/src/genericEngines/models/index.d.ts +1 -0
  703. package/types/src/groups/endpoints/index.d.ts +10 -0
  704. package/types/src/groups/endpoints/list.d.ts +24 -13
  705. package/types/src/groups/endpoints/list.schema.d.ts +11 -0
  706. package/types/src/groups/index.d.ts +2 -0
  707. package/types/src/groups/models/group.d.ts +7 -0
  708. package/types/src/groups/models/index.d.ts +1 -0
  709. package/types/src/hookInterfaces/endpoints/index.d.ts +16 -2
  710. package/types/src/hookInterfaces/endpoints/list.d.ts +45 -30
  711. package/types/src/hookInterfaces/index.d.ts +2 -0
  712. package/types/src/hookTemplates/endpoints/get.d.ts +14 -14
  713. package/types/src/hookTemplates/endpoints/index.d.ts +49 -38
  714. package/types/src/hookTemplates/endpoints/list.d.ts +181 -169
  715. package/types/src/hookTemplates/index.d.ts +2 -0
  716. package/types/src/hookTemplates/models/hookTemplate.d.ts +45 -0
  717. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +14 -14
  718. package/types/src/hookTemplates/models/index.d.ts +2 -0
  719. package/types/src/hooks/endpoints/create.d.ts +19 -19
  720. package/types/src/hooks/endpoints/create.schema.d.ts +10 -10
  721. package/types/src/hooks/endpoints/createFromTemplate.d.ts +18 -18
  722. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +3 -3
  723. package/types/src/hooks/endpoints/duplicate.d.ts +502 -0
  724. package/types/src/hooks/endpoints/duplicate.schema.d.ts +17 -0
  725. package/types/src/hooks/endpoints/get.d.ts +14 -14
  726. package/types/src/hooks/endpoints/index.d.ts +853 -241
  727. package/types/src/hooks/endpoints/list.d.ts +190 -167
  728. package/types/src/hooks/endpoints/list.schema.d.ts +6 -3
  729. package/types/src/hooks/endpoints/patch.d.ts +28 -28
  730. package/types/src/hooks/endpoints/patch.schema.d.ts +14 -14
  731. package/types/src/hooks/endpoints/runLogs.d.ts +24 -13
  732. package/types/src/hooks/endpoints/runs.d.ts +322 -233
  733. package/types/src/hooks/endpoints/runs.schema.d.ts +18 -502
  734. package/types/src/hooks/endpoints/test.d.ts +13 -13
  735. package/types/src/hooks/endpoints/test.schema.d.ts +11 -11
  736. package/types/src/hooks/index.d.ts +2 -0
  737. package/types/src/hooks/models/event.d.ts +6 -0
  738. package/types/src/hooks/models/event.schema.d.ts +2 -0
  739. package/types/src/hooks/models/hook.d.ts +2 -1
  740. package/types/src/hooks/models/hook.schema.d.ts +31 -31
  741. package/types/src/hooks/models/hookConfig.d.ts +1 -1
  742. package/types/src/hooks/models/hookConfig.schema.d.ts +3 -3
  743. package/types/src/hooks/models/hookUtils.d.ts +1 -2
  744. package/types/src/hooks/models/hookUtils.schema.d.ts +2 -3
  745. package/types/src/hooks/models/index.d.ts +9 -0
  746. package/types/src/hooks/models/run.d.ts +5 -4
  747. package/types/src/hooks/models/run.schema.d.ts +80 -65
  748. package/types/src/hooks/models/values.d.ts +6 -0
  749. package/types/src/inboxes/endpoints/index.d.ts +12 -3
  750. package/types/src/inboxes/endpoints/list.d.ts +49 -39
  751. package/types/src/inboxes/index.d.ts +3 -0
  752. package/types/src/inboxes/mocks/inbox.d.ts +4 -0
  753. package/types/src/inboxes/mocks/index.d.ts +1 -0
  754. package/types/src/inboxes/models/index.d.ts +1 -0
  755. package/types/src/internal/endpoints/computedFieldSummary.d.ts +7871 -0
  756. package/types/src/internal/endpoints/computedFieldSummary.schema.d.ts +7889 -0
  757. package/types/src/internal/endpoints/getMetabaseJWT.d.ts +11 -0
  758. package/types/src/internal/endpoints/getMetabaseJWT.schema.d.ts +8 -0
  759. package/types/src/internal/endpoints/index.d.ts +6554 -19747
  760. package/types/src/internal/endpoints/reportSummary.d.ts +17 -0
  761. package/types/src/internal/endpoints/reportSummary.schema.d.ts +20 -0
  762. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +358 -7697
  763. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +351 -7691
  764. package/types/src/internal/endpoints/rules/suggestRule.d.ts +14 -7608
  765. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +15 -7619
  766. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +24 -7623
  767. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +20 -7619
  768. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +24 -7623
  769. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +20 -7619
  770. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +881 -212
  771. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +877 -208
  772. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +364 -176
  773. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +364 -176
  774. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +370 -182
  775. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +369 -181
  776. package/types/src/internal/endpoints/schemas/suggestComputedField.d.ts +7839 -0
  777. package/types/src/internal/endpoints/schemas/suggestComputedField.schema.d.ts +7836 -0
  778. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +364 -176
  779. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +364 -176
  780. package/types/src/internal/endpoints/suggestReport.d.ts +16 -0
  781. package/types/src/internal/endpoints/suggestReport.schema.d.ts +27 -0
  782. package/types/src/internal/index.d.ts +1 -0
  783. package/types/src/labels/endpoints/index.d.ts +14 -4
  784. package/types/src/labels/endpoints/list.d.ts +31 -20
  785. package/types/src/labels/index.d.ts +2 -0
  786. package/types/src/labels/models/index.d.ts +2 -0
  787. package/types/src/memberships/index.d.ts +2 -0
  788. package/types/src/memberships/models/index.d.ts +1 -0
  789. package/types/src/memberships/models/membership.d.ts +9 -0
  790. package/types/src/organization/endpoints/create.d.ts +11 -11
  791. package/types/src/organization/endpoints/create.schema.d.ts +11 -11
  792. package/types/src/organization/endpoints/get.d.ts +9 -9
  793. package/types/src/organization/endpoints/index.d.ts +66 -55
  794. package/types/src/organization/endpoints/list.d.ts +72 -60
  795. package/types/src/organization/endpoints/patch.d.ts +18 -18
  796. package/types/src/organization/endpoints/patch.schema.d.ts +182 -0
  797. package/types/src/organization/index.d.ts +3 -0
  798. package/types/src/organization/mocks/index.d.ts +1 -0
  799. package/types/src/organization/mocks/organization.d.ts +4 -0
  800. package/types/src/organization/models/emailLimits.d.ts +10 -0
  801. package/types/src/organization/models/index.d.ts +6 -0
  802. package/types/src/organization/models/limits.d.ts +4 -0
  803. package/types/src/organization/models/organization.schema.d.ts +9 -9
  804. package/types/src/organizationGroups/endpoints/index.d.ts +36 -15
  805. package/types/src/organizationGroups/endpoints/organizations.d.ts +28 -20
  806. package/types/src/organizationGroups/endpoints/queues.d.ts +33 -25
  807. package/types/src/organizationGroups/endpoints/workspaces.d.ts +32 -24
  808. package/types/src/organizationGroups/index.d.ts +2 -0
  809. package/types/src/organizationGroups/models/index.d.ts +6 -0
  810. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +6 -0
  811. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +8 -0
  812. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +7 -0
  813. package/types/src/pages/endpoints/index.d.ts +35 -12
  814. package/types/src/pages/endpoints/list.d.ts +64 -37
  815. package/types/src/pages/endpoints/list.schema.d.ts +18 -9
  816. package/types/src/pages/index.d.ts +2 -0
  817. package/types/src/pages/models/index.d.ts +1 -0
  818. package/types/src/pages/models/page.d.ts +14 -0
  819. package/types/src/queues/endpoints/automation.d.ts +12 -12
  820. package/types/src/queues/endpoints/automation.schema.d.ts +10 -10
  821. package/types/src/queues/endpoints/automationSetupCurrentStats.d.ts +133 -0
  822. package/types/src/queues/endpoints/automationSetupProjections.d.ts +424 -0
  823. package/types/src/queues/endpoints/create.d.ts +149 -11
  824. package/types/src/queues/endpoints/createFromTemplate.d.ts +149 -11
  825. package/types/src/queues/endpoints/duplicate.d.ts +153 -11
  826. package/types/src/queues/endpoints/duplicate.schema.d.ts +3 -0
  827. package/types/src/queues/endpoints/get.d.ts +149 -11
  828. package/types/src/queues/endpoints/getAutomationTargets.d.ts +77 -0
  829. package/types/src/queues/endpoints/index.d.ts +1787 -94
  830. package/types/src/queues/endpoints/list.d.ts +204 -21
  831. package/types/src/queues/endpoints/list.schema.d.ts +15 -9
  832. package/types/src/queues/endpoints/patch.d.ts +296 -20
  833. package/types/src/queues/endpoints/patch.schema.d.ts +147 -9
  834. package/types/src/queues/endpoints/saveAutomationTarget.d.ts +50 -0
  835. package/types/src/queues/index.d.ts +3 -0
  836. package/types/src/queues/mocks/automation.d.ts +10 -0
  837. package/types/src/queues/mocks/index.d.ts +2 -0
  838. package/types/src/queues/mocks/queue.d.ts +4 -0
  839. package/types/src/queues/models/automationBlocker.schema.d.ts +2 -2
  840. package/types/src/queues/models/automationResponseAutomationBlocker.d.ts +17 -0
  841. package/types/src/queues/models/automationResponseAutomationBlocker.schema.d.ts +53 -0
  842. package/types/src/queues/models/automationSetup.d.ts +56 -0
  843. package/types/src/queues/models/automationSetup.schema.d.ts +839 -0
  844. package/types/src/queues/models/index.d.ts +14 -0
  845. package/types/src/queues/models/queue.schema.d.ts +149 -11
  846. package/types/src/queues/models/queueSettings.d.ts +34 -2
  847. package/types/src/queues/models/queueSettings.schema.d.ts +210 -12
  848. package/types/src/queues/models/relatedObjectsCounts.d.ts +5 -0
  849. package/types/src/queues/models/vendorEmailNotificationsSettings.d.ts +9 -0
  850. package/types/src/queues/models/vendorEmailNotificationsSettings.schema.d.ts +211 -0
  851. package/types/src/relations/endpoints/index.d.ts +16 -3
  852. package/types/src/relations/endpoints/list.d.ts +62 -48
  853. package/types/src/relations/index.d.ts +2 -0
  854. package/types/src/relations/models/index.d.ts +2 -0
  855. package/types/src/rules/endpoints/create.d.ts +50 -80
  856. package/types/src/rules/endpoints/create.schema.d.ts +36 -53
  857. package/types/src/rules/endpoints/get.d.ts +11 -24
  858. package/types/src/rules/endpoints/index.d.ts +130 -192
  859. package/types/src/rules/endpoints/list.d.ts +82 -73
  860. package/types/src/rules/endpoints/list.schema.d.ts +12 -3
  861. package/types/src/rules/endpoints/patch.d.ts +25 -51
  862. package/types/src/rules/endpoints/patch.schema.d.ts +11 -24
  863. package/types/src/rules/index.d.ts +1 -0
  864. package/types/src/rules/models/{schemaRule.d.ts → queueRule.d.ts} +8 -11
  865. package/types/src/rules/models/{schemaRule.schema.d.ts → queueRule.schema.d.ts} +20 -39
  866. package/types/src/rulesExecutionLogs/endpoints/get.d.ts +77 -0
  867. package/types/src/rulesExecutionLogs/endpoints/index.d.ts +288 -0
  868. package/types/src/rulesExecutionLogs/endpoints/list.d.ts +224 -0
  869. package/types/src/rulesExecutionLogs/endpoints/list.schema.d.ts +38 -0
  870. package/types/src/rulesExecutionLogs/index.d.ts +2 -0
  871. package/types/src/rulesExecutionLogs/models/index.d.ts +1 -0
  872. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.d.ts +23 -0
  873. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.schema.d.ts +94 -0
  874. package/types/src/schemaFields/index.d.ts +2 -0
  875. package/types/src/schemaFields/models/index.d.ts +2 -0
  876. package/types/src/schemas/endpoints/create.d.ts +370 -176
  877. package/types/src/schemas/endpoints/get.d.ts +412 -176
  878. package/types/src/schemas/endpoints/index.d.ts +6 -3
  879. package/types/src/schemas/endpoints/list.d.ts +1325 -1076
  880. package/types/src/schemas/endpoints/patch.d.ts +803 -352
  881. package/types/src/schemas/endpoints/patch.schema.d.ts +398 -176
  882. package/types/src/schemas/endpoints/validate.d.ts +814 -368
  883. package/types/src/schemas/index.d.ts +3 -0
  884. package/types/src/schemas/mocks/index.d.ts +2 -0
  885. package/types/src/schemas/mocks/schema.d.ts +4 -0
  886. package/types/src/schemas/mocks/schemaItem.d.ts +37 -0
  887. package/types/src/schemas/models/index.d.ts +32 -0
  888. package/types/src/schemas/models/list.d.ts +18 -0
  889. package/types/src/schemas/models/list.schema.d.ts +66 -0
  890. package/types/src/schemas/models/rawSchema.d.ts +11 -0
  891. package/types/src/schemas/models/rawSchema.schema.d.ts +29 -0
  892. package/types/src/schemas/models/schema.d.ts +2 -0
  893. package/types/src/schemas/models/schema.schema.d.ts +370 -176
  894. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +37 -20
  895. package/types/src/schemas/models/schemaDatapointBase.d.ts +2 -1
  896. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +12 -9
  897. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +8 -5
  898. package/types/src/schemas/models/schemaDatapointEnum.d.ts +1 -0
  899. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +19 -5
  900. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +8 -5
  901. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +8 -5
  902. package/types/src/schemas/models/schemaItem.schema.d.ts +220 -112
  903. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +128 -64
  904. package/types/src/schemas/models/schemaSection.schema.d.ts +292 -144
  905. package/types/src/schemas/models/schemaTuple.schema.d.ts +55 -28
  906. package/types/src/shared/index.d.ts +1 -0
  907. package/types/src/shared/models/annotationListTable.d.ts +12 -2
  908. package/types/src/shared/models/annotationListTable.schema.d.ts +99 -15
  909. package/types/src/shared/models/index.d.ts +6 -0
  910. package/types/src/shared/models/message.d.ts +7 -3
  911. package/types/src/shared/models/message.schema.d.ts +35 -15
  912. package/types/src/suggestedEdit/endpoints/get.d.ts +17 -0
  913. package/types/src/suggestedEdit/endpoints/index.d.ts +17 -0
  914. package/types/src/suggestedEdit/index.d.ts +2 -0
  915. package/types/src/suggestedEdit/models/index.d.ts +4 -0
  916. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +12 -0
  917. package/types/src/suggestedEdit/models/suggestedDocument.schema.d.ts +11 -0
  918. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +8 -0
  919. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +17 -0
  920. package/types/src/surveys/endpoints/get.schema.d.ts +8 -0
  921. package/types/src/surveys/endpoints/index.d.ts +14 -3
  922. package/types/src/surveys/endpoints/list.d.ts +41 -29
  923. package/types/src/surveys/index.d.ts +2 -0
  924. package/types/src/surveys/models/index.d.ts +4 -0
  925. package/types/src/surveys/models/question.d.ts +6 -0
  926. package/types/src/surveys/models/question.schema.d.ts +15 -0
  927. package/types/src/surveys/models/survey.d.ts +13 -0
  928. package/types/src/surveys/models/surveyTemplate.d.ts +6 -0
  929. package/types/src/surveys/models/surveyTemplate.schema.d.ts +34 -0
  930. package/types/src/tasks/index.d.ts +3 -0
  931. package/types/src/tasks/mocks/asyncTask.d.ts +17 -0
  932. package/types/src/tasks/mocks/index.d.ts +1 -0
  933. package/types/src/tasks/models/asyncTask.d.ts +17 -0
  934. package/types/src/tasks/models/asyncTaskResult.d.ts +8 -0
  935. package/types/src/tasks/models/asyncTaskResult.schema.d.ts +20 -0
  936. package/types/src/tasks/models/index.d.ts +4 -0
  937. package/types/src/triggers/endpoints/create.d.ts +2 -2
  938. package/types/src/triggers/endpoints/get.d.ts +2 -2
  939. package/types/src/triggers/endpoints/index.d.ts +25 -18
  940. package/types/src/triggers/endpoints/list.d.ts +40 -32
  941. package/types/src/triggers/endpoints/patch.d.ts +2 -2
  942. package/types/src/triggers/index.d.ts +2 -0
  943. package/types/src/triggers/models/index.d.ts +1 -0
  944. package/types/src/triggers/models/trigger.schema.d.ts +2 -2
  945. package/types/src/uploads/index.d.ts +2 -0
  946. package/types/src/uploads/models/index.d.ts +2 -0
  947. package/types/src/uploads/models/upload.d.ts +13 -0
  948. package/types/src/users/endpoints/index.d.ts +33 -6
  949. package/types/src/users/endpoints/list.d.ts +79 -51
  950. package/types/src/users/endpoints/list.schema.d.ts +6 -3
  951. package/types/src/users/index.d.ts +3 -0
  952. package/types/src/users/mocks/index.d.ts +1 -0
  953. package/types/src/users/mocks/user.d.ts +4 -0
  954. package/types/src/users/models/resetPassword.d.ts +3 -0
  955. package/types/src/utils/index.d.ts +20 -0
  956. package/types/src/utils/mockUtils.d.ts +15 -0
  957. package/types/src/utils.schema.d.ts +1 -0
  958. package/types/src/workflowActivities/endpoints/get.d.ts +2 -2
  959. package/types/src/workflowActivities/endpoints/index.d.ts +20 -9
  960. package/types/src/workflowActivities/endpoints/list.d.ts +46 -34
  961. package/types/src/workflowActivities/index.d.ts +2 -0
  962. package/types/src/workflowActivities/models/index.d.ts +1 -0
  963. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +2 -2
  964. package/types/src/workflowRuns/endpoints/index.d.ts +15 -3
  965. package/types/src/workflowRuns/endpoints/list.d.ts +38 -25
  966. package/types/src/workflowRuns/index.d.ts +2 -0
  967. package/types/src/workflowRuns/models/index.d.ts +2 -0
  968. package/types/src/workflowSteps/endpoints/index.d.ts +15 -3
  969. package/types/src/workflowSteps/endpoints/list.d.ts +40 -27
  970. package/types/src/workflowSteps/index.d.ts +2 -0
  971. package/types/src/workflowSteps/models/index.d.ts +1 -0
  972. package/types/src/workflows/endpoints/index.d.ts +13 -2
  973. package/types/src/workflows/endpoints/list.d.ts +36 -24
  974. package/types/src/workflows/index.d.ts +2 -0
  975. package/types/src/workflows/models/index.d.ts +1 -0
  976. package/types/src/workspaces/endpoints/index.d.ts +16 -2
  977. package/types/src/workspaces/endpoints/list.d.ts +43 -28
  978. package/types/src/workspaces/index.d.ts +2 -0
  979. package/types/src/workspaces/models/index.d.ts +1 -0
  980. package/src/queues/models/automationBlocker.js.map +0 -1
  981. package/src/rule-templates/endpoints/create.js +0 -16
  982. package/src/rule-templates/endpoints/create.js.map +0 -1
  983. package/src/rule-templates/endpoints/create.schema.js +0 -6
  984. package/src/rule-templates/endpoints/create.schema.js.map +0 -1
  985. package/src/rule-templates/endpoints/delete.js +0 -13
  986. package/src/rule-templates/endpoints/delete.js.map +0 -1
  987. package/src/rule-templates/endpoints/get.js +0 -13
  988. package/src/rule-templates/endpoints/get.js.map +0 -1
  989. package/src/rule-templates/endpoints/index.js +0 -16
  990. package/src/rule-templates/endpoints/index.js.map +0 -1
  991. package/src/rule-templates/endpoints/list.js +0 -17
  992. package/src/rule-templates/endpoints/list.js.map +0 -1
  993. package/src/rule-templates/endpoints/list.schema.js +0 -6
  994. package/src/rule-templates/endpoints/list.schema.js.map +0 -1
  995. package/src/rule-templates/endpoints/patch.js +0 -16
  996. package/src/rule-templates/endpoints/patch.js.map +0 -1
  997. package/src/rule-templates/endpoints/patch.schema.js +0 -6
  998. package/src/rule-templates/endpoints/patch.schema.js.map +0 -1
  999. package/src/rule-templates/models/ruleTemplate.js.map +0 -1
  1000. package/src/rule-templates/models/ruleTemplate.schema.js +0 -17
  1001. package/src/rule-templates/models/ruleTemplate.schema.js.map +0 -1
  1002. package/src/rules/models/schemaRule.js.map +0 -1
  1003. package/src/rules/models/schemaRule.schema.js.map +0 -1
  1004. package/types/src/queues/models/automationBlocker.d.ts +0 -17
  1005. package/types/src/rule-templates/endpoints/create.d.ts +0 -153
  1006. package/types/src/rule-templates/endpoints/create.schema.d.ts +0 -74
  1007. package/types/src/rule-templates/endpoints/delete.d.ts +0 -7
  1008. package/types/src/rule-templates/endpoints/get.d.ts +0 -78
  1009. package/types/src/rule-templates/endpoints/index.d.ts +0 -544
  1010. package/types/src/rule-templates/endpoints/list.d.ts +0 -160
  1011. package/types/src/rule-templates/endpoints/list.schema.d.ts +0 -11
  1012. package/types/src/rule-templates/endpoints/patch.d.ts +0 -154
  1013. package/types/src/rule-templates/endpoints/patch.schema.d.ts +0 -74
  1014. package/types/src/rule-templates/models/ruleTemplate.d.ts +0 -12
  1015. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +0 -74
  1016. /package/src/{queues → automationBlockers}/models/automationBlocker.js +0 -0
@@ -99,13 +99,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
99
99
  required?: boolean | null | undefined;
100
100
  }>>>;
101
101
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
102
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
102
+ 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">]>>>;
103
103
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
104
104
  }, "strip", z.ZodTypeAny, {
105
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
105
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
106
106
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
107
107
  }, {
108
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
108
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
109
109
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
110
110
  }>>>;
111
111
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -115,6 +115,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
115
115
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
116
116
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
117
117
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
118
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
118
119
  }, "strip", z.ZodTypeAny, {
119
120
  suggest?: true | undefined;
120
121
  canExport?: boolean | null | undefined;
@@ -133,7 +134,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
133
134
  required?: boolean | null | undefined;
134
135
  } | null | undefined;
135
136
  uiConfiguration?: {
136
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
137
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
137
138
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
138
139
  } | null | undefined;
139
140
  width?: number | null | undefined;
@@ -143,6 +144,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
143
144
  formula?: string | null | undefined;
144
145
  context?: string[] | null | undefined;
145
146
  prompt?: string | null | undefined;
147
+ matching?: Record<string, unknown> | undefined;
146
148
  }, {
147
149
  suggest?: true | undefined;
148
150
  canExport?: boolean | null | undefined;
@@ -161,7 +163,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
161
163
  required?: boolean | null | undefined;
162
164
  } | null | undefined;
163
165
  uiConfiguration?: {
164
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
166
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
165
167
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
166
168
  } | null | undefined;
167
169
  width?: number | null | undefined;
@@ -171,6 +173,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
171
173
  formula?: string | null | undefined;
172
174
  context?: string[] | null | undefined;
173
175
  prompt?: string | null | undefined;
176
+ matching?: Record<string, unknown> | undefined;
174
177
  }>>>, z.ZodIntersection<z.ZodObject<{
175
178
  type: z.ZodLiteral<"date">;
176
179
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -254,13 +257,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
254
257
  required?: boolean | null | undefined;
255
258
  }>>>;
256
259
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
257
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
260
+ 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">]>>>;
258
261
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
259
262
  }, "strip", z.ZodTypeAny, {
260
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
263
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
261
264
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
262
265
  }, {
263
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
266
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
264
267
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
265
268
  }>>>;
266
269
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -270,6 +273,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
270
273
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
271
274
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
272
275
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
276
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
273
277
  }, "strip", z.ZodTypeAny, {
274
278
  suggest?: true | undefined;
275
279
  canExport?: boolean | null | undefined;
@@ -288,7 +292,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
288
292
  required?: boolean | null | undefined;
289
293
  } | null | undefined;
290
294
  uiConfiguration?: {
291
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
295
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
292
296
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
293
297
  } | null | undefined;
294
298
  width?: number | null | undefined;
@@ -298,6 +302,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
298
302
  formula?: string | null | undefined;
299
303
  context?: string[] | null | undefined;
300
304
  prompt?: string | null | undefined;
305
+ matching?: Record<string, unknown> | undefined;
301
306
  }, {
302
307
  suggest?: true | undefined;
303
308
  canExport?: boolean | null | undefined;
@@ -316,7 +321,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
316
321
  required?: boolean | null | undefined;
317
322
  } | null | undefined;
318
323
  uiConfiguration?: {
319
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
324
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
320
325
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
321
326
  } | null | undefined;
322
327
  width?: number | null | undefined;
@@ -326,6 +331,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
326
331
  formula?: string | null | undefined;
327
332
  context?: string[] | null | undefined;
328
333
  prompt?: string | null | undefined;
334
+ matching?: Record<string, unknown> | undefined;
329
335
  }>>>, z.ZodIntersection<z.ZodObject<{
330
336
  type: z.ZodLiteral<"number">;
331
337
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -436,13 +442,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
436
442
  required?: boolean | null | undefined;
437
443
  }>>>;
438
444
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
439
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
445
+ 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">]>>>;
440
446
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
441
447
  }, "strip", z.ZodTypeAny, {
442
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
448
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
443
449
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
444
450
  }, {
445
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
451
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
446
452
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
447
453
  }>>>;
448
454
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -452,6 +458,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
452
458
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
453
459
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
454
460
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
461
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
455
462
  }, "strip", z.ZodTypeAny, {
456
463
  suggest?: true | undefined;
457
464
  canExport?: boolean | null | undefined;
@@ -470,7 +477,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
470
477
  required?: boolean | null | undefined;
471
478
  } | null | undefined;
472
479
  uiConfiguration?: {
473
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
480
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
474
481
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
475
482
  } | null | undefined;
476
483
  width?: number | null | undefined;
@@ -480,6 +487,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
480
487
  formula?: string | null | undefined;
481
488
  context?: string[] | null | undefined;
482
489
  prompt?: string | null | undefined;
490
+ matching?: Record<string, unknown> | undefined;
483
491
  }, {
484
492
  suggest?: true | undefined;
485
493
  canExport?: boolean | null | undefined;
@@ -498,7 +506,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
498
506
  required?: boolean | null | undefined;
499
507
  } | null | undefined;
500
508
  uiConfiguration?: {
501
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
509
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
502
510
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
503
511
  } | null | undefined;
504
512
  width?: number | null | undefined;
@@ -508,23 +516,28 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
508
516
  formula?: string | null | undefined;
509
517
  context?: string[] | null | undefined;
510
518
  prompt?: string | null | undefined;
519
+ matching?: Record<string, unknown> | undefined;
511
520
  }>>>, z.ZodIntersection<z.ZodObject<{
512
521
  type: z.ZodLiteral<"enum">;
513
522
  options: z.ZodArray<z.ZodObject<{
514
523
  value: z.ZodString;
515
524
  label: z.ZodString;
525
+ struct: z.ZodOptional<z.ZodUnknown>;
516
526
  }, "strip", z.ZodTypeAny, {
517
527
  value: string;
518
528
  label: string;
529
+ struct?: unknown;
519
530
  }, {
520
531
  value: string;
521
532
  label: string;
533
+ struct?: unknown;
522
534
  }>, "many">;
523
535
  enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
524
536
  }, "strip", z.ZodTypeAny, {
525
537
  options: {
526
538
  value: string;
527
539
  label: string;
540
+ struct?: unknown;
528
541
  }[];
529
542
  type: "enum";
530
543
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -532,6 +545,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
532
545
  options: {
533
546
  value: string;
534
547
  label: string;
548
+ struct?: unknown;
535
549
  }[];
536
550
  type: "enum";
537
551
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -609,13 +623,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
609
623
  required?: boolean | null | undefined;
610
624
  }>>>;
611
625
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
612
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
626
+ 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">]>>>;
613
627
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
614
628
  }, "strip", z.ZodTypeAny, {
615
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
629
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
616
630
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
617
631
  }, {
618
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
632
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
619
633
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
620
634
  }>>>;
621
635
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -625,6 +639,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
625
639
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
626
640
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
627
641
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
642
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
628
643
  }, "strip", z.ZodTypeAny, {
629
644
  suggest?: true | undefined;
630
645
  canExport?: boolean | null | undefined;
@@ -643,7 +658,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
643
658
  required?: boolean | null | undefined;
644
659
  } | null | undefined;
645
660
  uiConfiguration?: {
646
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
661
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
647
662
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
648
663
  } | null | undefined;
649
664
  width?: number | null | undefined;
@@ -653,6 +668,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
653
668
  formula?: string | null | undefined;
654
669
  context?: string[] | null | undefined;
655
670
  prompt?: string | null | undefined;
671
+ matching?: Record<string, unknown> | undefined;
656
672
  }, {
657
673
  suggest?: true | undefined;
658
674
  canExport?: boolean | null | undefined;
@@ -671,7 +687,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
671
687
  required?: boolean | null | undefined;
672
688
  } | null | undefined;
673
689
  uiConfiguration?: {
674
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
690
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
675
691
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
676
692
  } | null | undefined;
677
693
  width?: number | null | undefined;
@@ -681,6 +697,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
681
697
  formula?: string | null | undefined;
682
698
  context?: string[] | null | undefined;
683
699
  prompt?: string | null | undefined;
700
+ matching?: Record<string, unknown> | undefined;
684
701
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
685
702
  id: z.ZodString;
686
703
  label: z.ZodString;
@@ -805,13 +822,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
805
822
  required?: boolean | null | undefined;
806
823
  }>>>;
807
824
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
808
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
825
+ 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">]>>>;
809
826
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
810
827
  }, "strip", z.ZodTypeAny, {
811
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
828
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
812
829
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
813
830
  }, {
814
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
831
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
815
832
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
816
833
  }>>>;
817
834
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -821,6 +838,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
821
838
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
822
839
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
823
840
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
841
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
824
842
  }, "strip", z.ZodTypeAny, {
825
843
  suggest?: true | undefined;
826
844
  canExport?: boolean | null | undefined;
@@ -839,7 +857,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
839
857
  required?: boolean | null | undefined;
840
858
  } | null | undefined;
841
859
  uiConfiguration?: {
842
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
860
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
843
861
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
844
862
  } | null | undefined;
845
863
  width?: number | null | undefined;
@@ -849,6 +867,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
849
867
  formula?: string | null | undefined;
850
868
  context?: string[] | null | undefined;
851
869
  prompt?: string | null | undefined;
870
+ matching?: Record<string, unknown> | undefined;
852
871
  }, {
853
872
  suggest?: true | undefined;
854
873
  canExport?: boolean | null | undefined;
@@ -867,7 +886,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
867
886
  required?: boolean | null | undefined;
868
887
  } | null | undefined;
869
888
  uiConfiguration?: {
870
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
889
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
871
890
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
872
891
  } | null | undefined;
873
892
  width?: number | null | undefined;
@@ -877,6 +896,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
877
896
  formula?: string | null | undefined;
878
897
  context?: string[] | null | undefined;
879
898
  prompt?: string | null | undefined;
899
+ matching?: Record<string, unknown> | undefined;
880
900
  }>>>, z.ZodIntersection<z.ZodObject<{
881
901
  type: z.ZodLiteral<"date">;
882
902
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -960,13 +980,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
960
980
  required?: boolean | null | undefined;
961
981
  }>>>;
962
982
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
963
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
983
+ 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">]>>>;
964
984
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
965
985
  }, "strip", z.ZodTypeAny, {
966
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
986
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
967
987
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
968
988
  }, {
969
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
989
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
970
990
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
971
991
  }>>>;
972
992
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -976,6 +996,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
976
996
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
977
997
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
978
998
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
999
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
979
1000
  }, "strip", z.ZodTypeAny, {
980
1001
  suggest?: true | undefined;
981
1002
  canExport?: boolean | null | undefined;
@@ -994,7 +1015,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
994
1015
  required?: boolean | null | undefined;
995
1016
  } | null | undefined;
996
1017
  uiConfiguration?: {
997
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1018
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
998
1019
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
999
1020
  } | null | undefined;
1000
1021
  width?: number | null | undefined;
@@ -1004,6 +1025,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1004
1025
  formula?: string | null | undefined;
1005
1026
  context?: string[] | null | undefined;
1006
1027
  prompt?: string | null | undefined;
1028
+ matching?: Record<string, unknown> | undefined;
1007
1029
  }, {
1008
1030
  suggest?: true | undefined;
1009
1031
  canExport?: boolean | null | undefined;
@@ -1022,7 +1044,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1022
1044
  required?: boolean | null | undefined;
1023
1045
  } | null | undefined;
1024
1046
  uiConfiguration?: {
1025
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1047
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1026
1048
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1027
1049
  } | null | undefined;
1028
1050
  width?: number | null | undefined;
@@ -1032,6 +1054,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1032
1054
  formula?: string | null | undefined;
1033
1055
  context?: string[] | null | undefined;
1034
1056
  prompt?: string | null | undefined;
1057
+ matching?: Record<string, unknown> | undefined;
1035
1058
  }>>>, z.ZodIntersection<z.ZodObject<{
1036
1059
  type: z.ZodLiteral<"number">;
1037
1060
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -1142,13 +1165,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1142
1165
  required?: boolean | null | undefined;
1143
1166
  }>>>;
1144
1167
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1145
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1168
+ 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">]>>>;
1146
1169
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1147
1170
  }, "strip", z.ZodTypeAny, {
1148
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1171
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1149
1172
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1150
1173
  }, {
1151
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1174
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1152
1175
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1153
1176
  }>>>;
1154
1177
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1158,6 +1181,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1158
1181
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1159
1182
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1160
1183
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1184
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1161
1185
  }, "strip", z.ZodTypeAny, {
1162
1186
  suggest?: true | undefined;
1163
1187
  canExport?: boolean | null | undefined;
@@ -1176,7 +1200,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1176
1200
  required?: boolean | null | undefined;
1177
1201
  } | null | undefined;
1178
1202
  uiConfiguration?: {
1179
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1203
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1180
1204
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1181
1205
  } | null | undefined;
1182
1206
  width?: number | null | undefined;
@@ -1186,6 +1210,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1186
1210
  formula?: string | null | undefined;
1187
1211
  context?: string[] | null | undefined;
1188
1212
  prompt?: string | null | undefined;
1213
+ matching?: Record<string, unknown> | undefined;
1189
1214
  }, {
1190
1215
  suggest?: true | undefined;
1191
1216
  canExport?: boolean | null | undefined;
@@ -1204,7 +1229,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1204
1229
  required?: boolean | null | undefined;
1205
1230
  } | null | undefined;
1206
1231
  uiConfiguration?: {
1207
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1232
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1208
1233
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1209
1234
  } | null | undefined;
1210
1235
  width?: number | null | undefined;
@@ -1214,23 +1239,28 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1214
1239
  formula?: string | null | undefined;
1215
1240
  context?: string[] | null | undefined;
1216
1241
  prompt?: string | null | undefined;
1242
+ matching?: Record<string, unknown> | undefined;
1217
1243
  }>>>, z.ZodIntersection<z.ZodObject<{
1218
1244
  type: z.ZodLiteral<"enum">;
1219
1245
  options: z.ZodArray<z.ZodObject<{
1220
1246
  value: z.ZodString;
1221
1247
  label: z.ZodString;
1248
+ struct: z.ZodOptional<z.ZodUnknown>;
1222
1249
  }, "strip", z.ZodTypeAny, {
1223
1250
  value: string;
1224
1251
  label: string;
1252
+ struct?: unknown;
1225
1253
  }, {
1226
1254
  value: string;
1227
1255
  label: string;
1256
+ struct?: unknown;
1228
1257
  }>, "many">;
1229
1258
  enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
1230
1259
  }, "strip", z.ZodTypeAny, {
1231
1260
  options: {
1232
1261
  value: string;
1233
1262
  label: string;
1263
+ struct?: unknown;
1234
1264
  }[];
1235
1265
  type: "enum";
1236
1266
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -1238,6 +1268,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1238
1268
  options: {
1239
1269
  value: string;
1240
1270
  label: string;
1271
+ struct?: unknown;
1241
1272
  }[];
1242
1273
  type: "enum";
1243
1274
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -1315,13 +1346,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1315
1346
  required?: boolean | null | undefined;
1316
1347
  }>>>;
1317
1348
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1318
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1349
+ 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">]>>>;
1319
1350
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1320
1351
  }, "strip", z.ZodTypeAny, {
1321
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1352
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1322
1353
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1323
1354
  }, {
1324
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1355
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1325
1356
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1326
1357
  }>>>;
1327
1358
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1331,6 +1362,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1331
1362
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1332
1363
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1333
1364
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1365
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1334
1366
  }, "strip", z.ZodTypeAny, {
1335
1367
  suggest?: true | undefined;
1336
1368
  canExport?: boolean | null | undefined;
@@ -1349,7 +1381,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1349
1381
  required?: boolean | null | undefined;
1350
1382
  } | null | undefined;
1351
1383
  uiConfiguration?: {
1352
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1384
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1353
1385
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1354
1386
  } | null | undefined;
1355
1387
  width?: number | null | undefined;
@@ -1359,6 +1391,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1359
1391
  formula?: string | null | undefined;
1360
1392
  context?: string[] | null | undefined;
1361
1393
  prompt?: string | null | undefined;
1394
+ matching?: Record<string, unknown> | undefined;
1362
1395
  }, {
1363
1396
  suggest?: true | undefined;
1364
1397
  canExport?: boolean | null | undefined;
@@ -1377,7 +1410,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1377
1410
  required?: boolean | null | undefined;
1378
1411
  } | null | undefined;
1379
1412
  uiConfiguration?: {
1380
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1413
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1381
1414
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1382
1415
  } | null | undefined;
1383
1416
  width?: number | null | undefined;
@@ -1387,6 +1420,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1387
1420
  formula?: string | null | undefined;
1388
1421
  context?: string[] | null | undefined;
1389
1422
  prompt?: string | null | undefined;
1423
+ matching?: Record<string, unknown> | undefined;
1390
1424
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
1391
1425
  id: z.ZodString;
1392
1426
  label: z.ZodString;
@@ -1460,7 +1494,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1460
1494
  required?: boolean | null | undefined;
1461
1495
  } | null | undefined;
1462
1496
  uiConfiguration?: {
1463
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1497
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1464
1498
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1465
1499
  } | null | undefined;
1466
1500
  width?: number | null | undefined;
@@ -1470,6 +1504,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1470
1504
  formula?: string | null | undefined;
1471
1505
  context?: string[] | null | undefined;
1472
1506
  prompt?: string | null | undefined;
1507
+ matching?: Record<string, unknown> | undefined;
1473
1508
  }) | ({
1474
1509
  type: "date";
1475
1510
  format?: string | null | undefined;
@@ -1499,7 +1534,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1499
1534
  required?: boolean | null | undefined;
1500
1535
  } | null | undefined;
1501
1536
  uiConfiguration?: {
1502
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1537
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1503
1538
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1504
1539
  } | null | undefined;
1505
1540
  width?: number | null | undefined;
@@ -1509,6 +1544,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1509
1544
  formula?: string | null | undefined;
1510
1545
  context?: string[] | null | undefined;
1511
1546
  prompt?: string | null | undefined;
1547
+ matching?: Record<string, unknown> | undefined;
1512
1548
  }) | ({
1513
1549
  type: "number";
1514
1550
  format?: string | null | undefined;
@@ -1543,7 +1579,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1543
1579
  required?: boolean | null | undefined;
1544
1580
  } | null | undefined;
1545
1581
  uiConfiguration?: {
1546
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1582
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1547
1583
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1548
1584
  } | null | undefined;
1549
1585
  width?: number | null | undefined;
@@ -1553,10 +1589,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1553
1589
  formula?: string | null | undefined;
1554
1590
  context?: string[] | null | undefined;
1555
1591
  prompt?: string | null | undefined;
1592
+ matching?: Record<string, unknown> | undefined;
1556
1593
  }) | ({
1557
1594
  options: {
1558
1595
  value: string;
1559
1596
  label: string;
1597
+ struct?: unknown;
1560
1598
  }[];
1561
1599
  type: "enum";
1562
1600
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -1586,7 +1624,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1586
1624
  required?: boolean | null | undefined;
1587
1625
  } | null | undefined;
1588
1626
  uiConfiguration?: {
1589
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1627
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1590
1628
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1591
1629
  } | null | undefined;
1592
1630
  width?: number | null | undefined;
@@ -1596,6 +1634,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1596
1634
  formula?: string | null | undefined;
1597
1635
  context?: string[] | null | undefined;
1598
1636
  prompt?: string | null | undefined;
1637
+ matching?: Record<string, unknown> | undefined;
1599
1638
  }) | ({
1600
1639
  id: string;
1601
1640
  label: string;
@@ -1642,7 +1681,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1642
1681
  required?: boolean | null | undefined;
1643
1682
  } | null | undefined;
1644
1683
  uiConfiguration?: {
1645
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1684
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1646
1685
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1647
1686
  } | null | undefined;
1648
1687
  width?: number | null | undefined;
@@ -1652,6 +1691,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1652
1691
  formula?: string | null | undefined;
1653
1692
  context?: string[] | null | undefined;
1654
1693
  prompt?: string | null | undefined;
1694
+ matching?: Record<string, unknown> | undefined;
1655
1695
  }) | ({
1656
1696
  type: "date";
1657
1697
  format?: string | null | undefined;
@@ -1681,7 +1721,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1681
1721
  required?: boolean | null | undefined;
1682
1722
  } | null | undefined;
1683
1723
  uiConfiguration?: {
1684
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1724
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1685
1725
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1686
1726
  } | null | undefined;
1687
1727
  width?: number | null | undefined;
@@ -1691,6 +1731,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1691
1731
  formula?: string | null | undefined;
1692
1732
  context?: string[] | null | undefined;
1693
1733
  prompt?: string | null | undefined;
1734
+ matching?: Record<string, unknown> | undefined;
1694
1735
  }) | ({
1695
1736
  type: "number";
1696
1737
  format?: string | null | undefined;
@@ -1725,7 +1766,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1725
1766
  required?: boolean | null | undefined;
1726
1767
  } | null | undefined;
1727
1768
  uiConfiguration?: {
1728
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1769
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1729
1770
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1730
1771
  } | null | undefined;
1731
1772
  width?: number | null | undefined;
@@ -1735,10 +1776,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1735
1776
  formula?: string | null | undefined;
1736
1777
  context?: string[] | null | undefined;
1737
1778
  prompt?: string | null | undefined;
1779
+ matching?: Record<string, unknown> | undefined;
1738
1780
  }) | ({
1739
1781
  options: {
1740
1782
  value: string;
1741
1783
  label: string;
1784
+ struct?: unknown;
1742
1785
  }[];
1743
1786
  type: "enum";
1744
1787
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -1768,7 +1811,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1768
1811
  required?: boolean | null | undefined;
1769
1812
  } | null | undefined;
1770
1813
  uiConfiguration?: {
1771
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1814
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1772
1815
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1773
1816
  } | null | undefined;
1774
1817
  width?: number | null | undefined;
@@ -1778,6 +1821,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1778
1821
  formula?: string | null | undefined;
1779
1822
  context?: string[] | null | undefined;
1780
1823
  prompt?: string | null | undefined;
1824
+ matching?: Record<string, unknown> | undefined;
1781
1825
  }) | ({
1782
1826
  id: string;
1783
1827
  label: string;
@@ -1894,13 +1938,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1894
1938
  required?: boolean | null | undefined;
1895
1939
  }>>>;
1896
1940
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1897
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
1941
+ 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">]>>>;
1898
1942
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
1899
1943
  }, "strip", z.ZodTypeAny, {
1900
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1944
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1901
1945
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1902
1946
  }, {
1903
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1947
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1904
1948
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1905
1949
  }>>>;
1906
1950
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -1910,6 +1954,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1910
1954
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1911
1955
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1912
1956
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1957
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1913
1958
  }, "strip", z.ZodTypeAny, {
1914
1959
  suggest?: true | undefined;
1915
1960
  canExport?: boolean | null | undefined;
@@ -1928,7 +1973,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1928
1973
  required?: boolean | null | undefined;
1929
1974
  } | null | undefined;
1930
1975
  uiConfiguration?: {
1931
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1976
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1932
1977
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1933
1978
  } | null | undefined;
1934
1979
  width?: number | null | undefined;
@@ -1938,6 +1983,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1938
1983
  formula?: string | null | undefined;
1939
1984
  context?: string[] | null | undefined;
1940
1985
  prompt?: string | null | undefined;
1986
+ matching?: Record<string, unknown> | undefined;
1941
1987
  }, {
1942
1988
  suggest?: true | undefined;
1943
1989
  canExport?: boolean | null | undefined;
@@ -1956,7 +2002,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1956
2002
  required?: boolean | null | undefined;
1957
2003
  } | null | undefined;
1958
2004
  uiConfiguration?: {
1959
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2005
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1960
2006
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1961
2007
  } | null | undefined;
1962
2008
  width?: number | null | undefined;
@@ -1966,6 +2012,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
1966
2012
  formula?: string | null | undefined;
1967
2013
  context?: string[] | null | undefined;
1968
2014
  prompt?: string | null | undefined;
2015
+ matching?: Record<string, unknown> | undefined;
1969
2016
  }>>>, z.ZodIntersection<z.ZodObject<{
1970
2017
  type: z.ZodLiteral<"date">;
1971
2018
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -2049,13 +2096,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2049
2096
  required?: boolean | null | undefined;
2050
2097
  }>>>;
2051
2098
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2052
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2099
+ 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">]>>>;
2053
2100
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2054
2101
  }, "strip", z.ZodTypeAny, {
2055
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2102
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2056
2103
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2057
2104
  }, {
2058
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2105
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2059
2106
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2060
2107
  }>>>;
2061
2108
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2065,6 +2112,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2065
2112
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2066
2113
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2067
2114
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2115
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2068
2116
  }, "strip", z.ZodTypeAny, {
2069
2117
  suggest?: true | undefined;
2070
2118
  canExport?: boolean | null | undefined;
@@ -2083,7 +2131,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2083
2131
  required?: boolean | null | undefined;
2084
2132
  } | null | undefined;
2085
2133
  uiConfiguration?: {
2086
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2134
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2087
2135
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2088
2136
  } | null | undefined;
2089
2137
  width?: number | null | undefined;
@@ -2093,6 +2141,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2093
2141
  formula?: string | null | undefined;
2094
2142
  context?: string[] | null | undefined;
2095
2143
  prompt?: string | null | undefined;
2144
+ matching?: Record<string, unknown> | undefined;
2096
2145
  }, {
2097
2146
  suggest?: true | undefined;
2098
2147
  canExport?: boolean | null | undefined;
@@ -2111,7 +2160,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2111
2160
  required?: boolean | null | undefined;
2112
2161
  } | null | undefined;
2113
2162
  uiConfiguration?: {
2114
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2163
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2115
2164
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2116
2165
  } | null | undefined;
2117
2166
  width?: number | null | undefined;
@@ -2121,6 +2170,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2121
2170
  formula?: string | null | undefined;
2122
2171
  context?: string[] | null | undefined;
2123
2172
  prompt?: string | null | undefined;
2173
+ matching?: Record<string, unknown> | undefined;
2124
2174
  }>>>, z.ZodIntersection<z.ZodObject<{
2125
2175
  type: z.ZodLiteral<"number">;
2126
2176
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -2231,13 +2281,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2231
2281
  required?: boolean | null | undefined;
2232
2282
  }>>>;
2233
2283
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2234
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2284
+ 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">]>>>;
2235
2285
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2236
2286
  }, "strip", z.ZodTypeAny, {
2237
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2287
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2238
2288
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2239
2289
  }, {
2240
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2290
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2241
2291
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2242
2292
  }>>>;
2243
2293
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2247,6 +2297,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2247
2297
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2248
2298
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2249
2299
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2300
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2250
2301
  }, "strip", z.ZodTypeAny, {
2251
2302
  suggest?: true | undefined;
2252
2303
  canExport?: boolean | null | undefined;
@@ -2265,7 +2316,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2265
2316
  required?: boolean | null | undefined;
2266
2317
  } | null | undefined;
2267
2318
  uiConfiguration?: {
2268
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2319
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2269
2320
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2270
2321
  } | null | undefined;
2271
2322
  width?: number | null | undefined;
@@ -2275,6 +2326,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2275
2326
  formula?: string | null | undefined;
2276
2327
  context?: string[] | null | undefined;
2277
2328
  prompt?: string | null | undefined;
2329
+ matching?: Record<string, unknown> | undefined;
2278
2330
  }, {
2279
2331
  suggest?: true | undefined;
2280
2332
  canExport?: boolean | null | undefined;
@@ -2293,7 +2345,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2293
2345
  required?: boolean | null | undefined;
2294
2346
  } | null | undefined;
2295
2347
  uiConfiguration?: {
2296
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2348
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2297
2349
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2298
2350
  } | null | undefined;
2299
2351
  width?: number | null | undefined;
@@ -2303,23 +2355,28 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2303
2355
  formula?: string | null | undefined;
2304
2356
  context?: string[] | null | undefined;
2305
2357
  prompt?: string | null | undefined;
2358
+ matching?: Record<string, unknown> | undefined;
2306
2359
  }>>>, z.ZodIntersection<z.ZodObject<{
2307
2360
  type: z.ZodLiteral<"enum">;
2308
2361
  options: z.ZodArray<z.ZodObject<{
2309
2362
  value: z.ZodString;
2310
2363
  label: z.ZodString;
2364
+ struct: z.ZodOptional<z.ZodUnknown>;
2311
2365
  }, "strip", z.ZodTypeAny, {
2312
2366
  value: string;
2313
2367
  label: string;
2368
+ struct?: unknown;
2314
2369
  }, {
2315
2370
  value: string;
2316
2371
  label: string;
2372
+ struct?: unknown;
2317
2373
  }>, "many">;
2318
2374
  enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
2319
2375
  }, "strip", z.ZodTypeAny, {
2320
2376
  options: {
2321
2377
  value: string;
2322
2378
  label: string;
2379
+ struct?: unknown;
2323
2380
  }[];
2324
2381
  type: "enum";
2325
2382
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -2327,6 +2384,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2327
2384
  options: {
2328
2385
  value: string;
2329
2386
  label: string;
2387
+ struct?: unknown;
2330
2388
  }[];
2331
2389
  type: "enum";
2332
2390
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -2404,13 +2462,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2404
2462
  required?: boolean | null | undefined;
2405
2463
  }>>>;
2406
2464
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2407
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
2465
+ 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">]>>>;
2408
2466
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
2409
2467
  }, "strip", z.ZodTypeAny, {
2410
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2468
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2411
2469
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2412
2470
  }, {
2413
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2471
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2414
2472
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2415
2473
  }>>>;
2416
2474
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2420,6 +2478,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2420
2478
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2421
2479
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
2422
2480
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2481
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2423
2482
  }, "strip", z.ZodTypeAny, {
2424
2483
  suggest?: true | undefined;
2425
2484
  canExport?: boolean | null | undefined;
@@ -2438,7 +2497,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2438
2497
  required?: boolean | null | undefined;
2439
2498
  } | null | undefined;
2440
2499
  uiConfiguration?: {
2441
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2500
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2442
2501
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2443
2502
  } | null | undefined;
2444
2503
  width?: number | null | undefined;
@@ -2448,6 +2507,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2448
2507
  formula?: string | null | undefined;
2449
2508
  context?: string[] | null | undefined;
2450
2509
  prompt?: string | null | undefined;
2510
+ matching?: Record<string, unknown> | undefined;
2451
2511
  }, {
2452
2512
  suggest?: true | undefined;
2453
2513
  canExport?: boolean | null | undefined;
@@ -2466,7 +2526,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2466
2526
  required?: boolean | null | undefined;
2467
2527
  } | null | undefined;
2468
2528
  uiConfiguration?: {
2469
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2529
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2470
2530
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2471
2531
  } | null | undefined;
2472
2532
  width?: number | null | undefined;
@@ -2476,6 +2536,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2476
2536
  formula?: string | null | undefined;
2477
2537
  context?: string[] | null | undefined;
2478
2538
  prompt?: string | null | undefined;
2539
+ matching?: Record<string, unknown> | undefined;
2479
2540
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
2480
2541
  id: z.ZodString;
2481
2542
  label: z.ZodString;
@@ -2548,7 +2609,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2548
2609
  required?: boolean | null | undefined;
2549
2610
  } | null | undefined;
2550
2611
  uiConfiguration?: {
2551
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2612
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2552
2613
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2553
2614
  } | null | undefined;
2554
2615
  width?: number | null | undefined;
@@ -2558,6 +2619,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2558
2619
  formula?: string | null | undefined;
2559
2620
  context?: string[] | null | undefined;
2560
2621
  prompt?: string | null | undefined;
2622
+ matching?: Record<string, unknown> | undefined;
2561
2623
  }) | ({
2562
2624
  type: "date";
2563
2625
  format?: string | null | undefined;
@@ -2587,7 +2649,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2587
2649
  required?: boolean | null | undefined;
2588
2650
  } | null | undefined;
2589
2651
  uiConfiguration?: {
2590
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2652
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2591
2653
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2592
2654
  } | null | undefined;
2593
2655
  width?: number | null | undefined;
@@ -2597,6 +2659,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2597
2659
  formula?: string | null | undefined;
2598
2660
  context?: string[] | null | undefined;
2599
2661
  prompt?: string | null | undefined;
2662
+ matching?: Record<string, unknown> | undefined;
2600
2663
  }) | ({
2601
2664
  type: "number";
2602
2665
  format?: string | null | undefined;
@@ -2631,7 +2694,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2631
2694
  required?: boolean | null | undefined;
2632
2695
  } | null | undefined;
2633
2696
  uiConfiguration?: {
2634
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2697
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2635
2698
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2636
2699
  } | null | undefined;
2637
2700
  width?: number | null | undefined;
@@ -2641,10 +2704,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2641
2704
  formula?: string | null | undefined;
2642
2705
  context?: string[] | null | undefined;
2643
2706
  prompt?: string | null | undefined;
2707
+ matching?: Record<string, unknown> | undefined;
2644
2708
  }) | ({
2645
2709
  options: {
2646
2710
  value: string;
2647
2711
  label: string;
2712
+ struct?: unknown;
2648
2713
  }[];
2649
2714
  type: "enum";
2650
2715
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -2674,7 +2739,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2674
2739
  required?: boolean | null | undefined;
2675
2740
  } | null | undefined;
2676
2741
  uiConfiguration?: {
2677
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2742
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2678
2743
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2679
2744
  } | null | undefined;
2680
2745
  width?: number | null | undefined;
@@ -2684,6 +2749,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2684
2749
  formula?: string | null | undefined;
2685
2750
  context?: string[] | null | undefined;
2686
2751
  prompt?: string | null | undefined;
2752
+ matching?: Record<string, unknown> | undefined;
2687
2753
  }) | ({
2688
2754
  id: string;
2689
2755
  label: string;
@@ -2728,7 +2794,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2728
2794
  required?: boolean | null | undefined;
2729
2795
  } | null | undefined;
2730
2796
  uiConfiguration?: {
2731
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2797
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2732
2798
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2733
2799
  } | null | undefined;
2734
2800
  width?: number | null | undefined;
@@ -2738,6 +2804,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2738
2804
  formula?: string | null | undefined;
2739
2805
  context?: string[] | null | undefined;
2740
2806
  prompt?: string | null | undefined;
2807
+ matching?: Record<string, unknown> | undefined;
2741
2808
  }) | ({
2742
2809
  type: "date";
2743
2810
  format?: string | null | undefined;
@@ -2767,7 +2834,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2767
2834
  required?: boolean | null | undefined;
2768
2835
  } | null | undefined;
2769
2836
  uiConfiguration?: {
2770
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2837
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2771
2838
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2772
2839
  } | null | undefined;
2773
2840
  width?: number | null | undefined;
@@ -2777,6 +2844,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2777
2844
  formula?: string | null | undefined;
2778
2845
  context?: string[] | null | undefined;
2779
2846
  prompt?: string | null | undefined;
2847
+ matching?: Record<string, unknown> | undefined;
2780
2848
  }) | ({
2781
2849
  type: "number";
2782
2850
  format?: string | null | undefined;
@@ -2811,7 +2879,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2811
2879
  required?: boolean | null | undefined;
2812
2880
  } | null | undefined;
2813
2881
  uiConfiguration?: {
2814
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2882
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2815
2883
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2816
2884
  } | null | undefined;
2817
2885
  width?: number | null | undefined;
@@ -2821,10 +2889,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2821
2889
  formula?: string | null | undefined;
2822
2890
  context?: string[] | null | undefined;
2823
2891
  prompt?: string | null | undefined;
2892
+ matching?: Record<string, unknown> | undefined;
2824
2893
  }) | ({
2825
2894
  options: {
2826
2895
  value: string;
2827
2896
  label: string;
2897
+ struct?: unknown;
2828
2898
  }[];
2829
2899
  type: "enum";
2830
2900
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -2854,7 +2924,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2854
2924
  required?: boolean | null | undefined;
2855
2925
  } | null | undefined;
2856
2926
  uiConfiguration?: {
2857
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2927
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2858
2928
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2859
2929
  } | null | undefined;
2860
2930
  width?: number | null | undefined;
@@ -2864,6 +2934,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
2864
2934
  formula?: string | null | undefined;
2865
2935
  context?: string[] | null | undefined;
2866
2936
  prompt?: string | null | undefined;
2937
+ matching?: Record<string, unknown> | undefined;
2867
2938
  }) | ({
2868
2939
  id: string;
2869
2940
  label: string;
@@ -3021,13 +3092,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3021
3092
  required?: boolean | null | undefined;
3022
3093
  }>>>;
3023
3094
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3024
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3095
+ 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">]>>>;
3025
3096
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3026
3097
  }, "strip", z.ZodTypeAny, {
3027
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3098
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3028
3099
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3029
3100
  }, {
3030
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3101
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3031
3102
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3032
3103
  }>>>;
3033
3104
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3037,6 +3108,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3037
3108
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3038
3109
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3039
3110
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3111
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3040
3112
  }, "strip", z.ZodTypeAny, {
3041
3113
  suggest?: true | undefined;
3042
3114
  canExport?: boolean | null | undefined;
@@ -3055,7 +3127,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3055
3127
  required?: boolean | null | undefined;
3056
3128
  } | null | undefined;
3057
3129
  uiConfiguration?: {
3058
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3130
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3059
3131
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3060
3132
  } | null | undefined;
3061
3133
  width?: number | null | undefined;
@@ -3065,6 +3137,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3065
3137
  formula?: string | null | undefined;
3066
3138
  context?: string[] | null | undefined;
3067
3139
  prompt?: string | null | undefined;
3140
+ matching?: Record<string, unknown> | undefined;
3068
3141
  }, {
3069
3142
  suggest?: true | undefined;
3070
3143
  canExport?: boolean | null | undefined;
@@ -3083,7 +3156,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3083
3156
  required?: boolean | null | undefined;
3084
3157
  } | null | undefined;
3085
3158
  uiConfiguration?: {
3086
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3159
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3087
3160
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3088
3161
  } | null | undefined;
3089
3162
  width?: number | null | undefined;
@@ -3093,6 +3166,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3093
3166
  formula?: string | null | undefined;
3094
3167
  context?: string[] | null | undefined;
3095
3168
  prompt?: string | null | undefined;
3169
+ matching?: Record<string, unknown> | undefined;
3096
3170
  }>>>, z.ZodIntersection<z.ZodObject<{
3097
3171
  type: z.ZodLiteral<"date">;
3098
3172
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3176,13 +3250,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3176
3250
  required?: boolean | null | undefined;
3177
3251
  }>>>;
3178
3252
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3179
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3253
+ 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">]>>>;
3180
3254
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3181
3255
  }, "strip", z.ZodTypeAny, {
3182
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3256
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3183
3257
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3184
3258
  }, {
3185
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3259
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3186
3260
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3187
3261
  }>>>;
3188
3262
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3192,6 +3266,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3192
3266
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3193
3267
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3194
3268
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3269
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3195
3270
  }, "strip", z.ZodTypeAny, {
3196
3271
  suggest?: true | undefined;
3197
3272
  canExport?: boolean | null | undefined;
@@ -3210,7 +3285,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3210
3285
  required?: boolean | null | undefined;
3211
3286
  } | null | undefined;
3212
3287
  uiConfiguration?: {
3213
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3288
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3214
3289
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3215
3290
  } | null | undefined;
3216
3291
  width?: number | null | undefined;
@@ -3220,6 +3295,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3220
3295
  formula?: string | null | undefined;
3221
3296
  context?: string[] | null | undefined;
3222
3297
  prompt?: string | null | undefined;
3298
+ matching?: Record<string, unknown> | undefined;
3223
3299
  }, {
3224
3300
  suggest?: true | undefined;
3225
3301
  canExport?: boolean | null | undefined;
@@ -3238,7 +3314,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3238
3314
  required?: boolean | null | undefined;
3239
3315
  } | null | undefined;
3240
3316
  uiConfiguration?: {
3241
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3317
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3242
3318
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3243
3319
  } | null | undefined;
3244
3320
  width?: number | null | undefined;
@@ -3248,6 +3324,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3248
3324
  formula?: string | null | undefined;
3249
3325
  context?: string[] | null | undefined;
3250
3326
  prompt?: string | null | undefined;
3327
+ matching?: Record<string, unknown> | undefined;
3251
3328
  }>>>, z.ZodIntersection<z.ZodObject<{
3252
3329
  type: z.ZodLiteral<"number">;
3253
3330
  format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3358,13 +3435,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3358
3435
  required?: boolean | null | undefined;
3359
3436
  }>>>;
3360
3437
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3361
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3438
+ 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">]>>>;
3362
3439
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3363
3440
  }, "strip", z.ZodTypeAny, {
3364
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3441
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3365
3442
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3366
3443
  }, {
3367
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3444
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3368
3445
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3369
3446
  }>>>;
3370
3447
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3374,6 +3451,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3374
3451
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3375
3452
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3376
3453
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3454
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3377
3455
  }, "strip", z.ZodTypeAny, {
3378
3456
  suggest?: true | undefined;
3379
3457
  canExport?: boolean | null | undefined;
@@ -3392,7 +3470,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3392
3470
  required?: boolean | null | undefined;
3393
3471
  } | null | undefined;
3394
3472
  uiConfiguration?: {
3395
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3473
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3396
3474
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3397
3475
  } | null | undefined;
3398
3476
  width?: number | null | undefined;
@@ -3402,6 +3480,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3402
3480
  formula?: string | null | undefined;
3403
3481
  context?: string[] | null | undefined;
3404
3482
  prompt?: string | null | undefined;
3483
+ matching?: Record<string, unknown> | undefined;
3405
3484
  }, {
3406
3485
  suggest?: true | undefined;
3407
3486
  canExport?: boolean | null | undefined;
@@ -3420,7 +3499,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3420
3499
  required?: boolean | null | undefined;
3421
3500
  } | null | undefined;
3422
3501
  uiConfiguration?: {
3423
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3502
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3424
3503
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3425
3504
  } | null | undefined;
3426
3505
  width?: number | null | undefined;
@@ -3430,23 +3509,28 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3430
3509
  formula?: string | null | undefined;
3431
3510
  context?: string[] | null | undefined;
3432
3511
  prompt?: string | null | undefined;
3512
+ matching?: Record<string, unknown> | undefined;
3433
3513
  }>>>, z.ZodIntersection<z.ZodObject<{
3434
3514
  type: z.ZodLiteral<"enum">;
3435
3515
  options: z.ZodArray<z.ZodObject<{
3436
3516
  value: z.ZodString;
3437
3517
  label: z.ZodString;
3518
+ struct: z.ZodOptional<z.ZodUnknown>;
3438
3519
  }, "strip", z.ZodTypeAny, {
3439
3520
  value: string;
3440
3521
  label: string;
3522
+ struct?: unknown;
3441
3523
  }, {
3442
3524
  value: string;
3443
3525
  label: string;
3526
+ struct?: unknown;
3444
3527
  }>, "many">;
3445
3528
  enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
3446
3529
  }, "strip", z.ZodTypeAny, {
3447
3530
  options: {
3448
3531
  value: string;
3449
3532
  label: string;
3533
+ struct?: unknown;
3450
3534
  }[];
3451
3535
  type: "enum";
3452
3536
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -3454,6 +3538,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3454
3538
  options: {
3455
3539
  value: string;
3456
3540
  label: string;
3541
+ struct?: unknown;
3457
3542
  }[];
3458
3543
  type: "enum";
3459
3544
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -3531,13 +3616,13 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3531
3616
  required?: boolean | null | undefined;
3532
3617
  }>>>;
3533
3618
  uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3534
- type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
3619
+ 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">]>>>;
3535
3620
  edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
3536
3621
  }, "strip", z.ZodTypeAny, {
3537
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3622
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3538
3623
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3539
3624
  }, {
3540
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3625
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3541
3626
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3542
3627
  }>>>;
3543
3628
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -3547,6 +3632,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3547
3632
  formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3548
3633
  context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3549
3634
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3635
+ matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3550
3636
  }, "strip", z.ZodTypeAny, {
3551
3637
  suggest?: true | undefined;
3552
3638
  canExport?: boolean | null | undefined;
@@ -3565,7 +3651,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3565
3651
  required?: boolean | null | undefined;
3566
3652
  } | null | undefined;
3567
3653
  uiConfiguration?: {
3568
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3654
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3569
3655
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3570
3656
  } | null | undefined;
3571
3657
  width?: number | null | undefined;
@@ -3575,6 +3661,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3575
3661
  formula?: string | null | undefined;
3576
3662
  context?: string[] | null | undefined;
3577
3663
  prompt?: string | null | undefined;
3664
+ matching?: Record<string, unknown> | undefined;
3578
3665
  }, {
3579
3666
  suggest?: true | undefined;
3580
3667
  canExport?: boolean | null | undefined;
@@ -3593,7 +3680,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3593
3680
  required?: boolean | null | undefined;
3594
3681
  } | null | undefined;
3595
3682
  uiConfiguration?: {
3596
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3683
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3597
3684
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3598
3685
  } | null | undefined;
3599
3686
  width?: number | null | undefined;
@@ -3603,6 +3690,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3603
3690
  formula?: string | null | undefined;
3604
3691
  context?: string[] | null | undefined;
3605
3692
  prompt?: string | null | undefined;
3693
+ matching?: Record<string, unknown> | undefined;
3606
3694
  }>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
3607
3695
  id: z.ZodString;
3608
3696
  label: z.ZodString;
@@ -3676,7 +3764,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3676
3764
  required?: boolean | null | undefined;
3677
3765
  } | null | undefined;
3678
3766
  uiConfiguration?: {
3679
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3767
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3680
3768
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3681
3769
  } | null | undefined;
3682
3770
  width?: number | null | undefined;
@@ -3686,6 +3774,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3686
3774
  formula?: string | null | undefined;
3687
3775
  context?: string[] | null | undefined;
3688
3776
  prompt?: string | null | undefined;
3777
+ matching?: Record<string, unknown> | undefined;
3689
3778
  }) | ({
3690
3779
  type: "date";
3691
3780
  format?: string | null | undefined;
@@ -3715,7 +3804,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3715
3804
  required?: boolean | null | undefined;
3716
3805
  } | null | undefined;
3717
3806
  uiConfiguration?: {
3718
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3807
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3719
3808
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3720
3809
  } | null | undefined;
3721
3810
  width?: number | null | undefined;
@@ -3725,6 +3814,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3725
3814
  formula?: string | null | undefined;
3726
3815
  context?: string[] | null | undefined;
3727
3816
  prompt?: string | null | undefined;
3817
+ matching?: Record<string, unknown> | undefined;
3728
3818
  }) | ({
3729
3819
  type: "number";
3730
3820
  format?: string | null | undefined;
@@ -3759,7 +3849,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3759
3849
  required?: boolean | null | undefined;
3760
3850
  } | null | undefined;
3761
3851
  uiConfiguration?: {
3762
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3852
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3763
3853
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3764
3854
  } | null | undefined;
3765
3855
  width?: number | null | undefined;
@@ -3769,10 +3859,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3769
3859
  formula?: string | null | undefined;
3770
3860
  context?: string[] | null | undefined;
3771
3861
  prompt?: string | null | undefined;
3862
+ matching?: Record<string, unknown> | undefined;
3772
3863
  }) | ({
3773
3864
  options: {
3774
3865
  value: string;
3775
3866
  label: string;
3867
+ struct?: unknown;
3776
3868
  }[];
3777
3869
  type: "enum";
3778
3870
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -3802,7 +3894,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3802
3894
  required?: boolean | null | undefined;
3803
3895
  } | null | undefined;
3804
3896
  uiConfiguration?: {
3805
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3897
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3806
3898
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3807
3899
  } | null | undefined;
3808
3900
  width?: number | null | undefined;
@@ -3812,6 +3904,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3812
3904
  formula?: string | null | undefined;
3813
3905
  context?: string[] | null | undefined;
3814
3906
  prompt?: string | null | undefined;
3907
+ matching?: Record<string, unknown> | undefined;
3815
3908
  }) | ({
3816
3909
  id: string;
3817
3910
  label: string;
@@ -3858,7 +3951,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3858
3951
  required?: boolean | null | undefined;
3859
3952
  } | null | undefined;
3860
3953
  uiConfiguration?: {
3861
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3954
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3862
3955
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3863
3956
  } | null | undefined;
3864
3957
  width?: number | null | undefined;
@@ -3868,6 +3961,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3868
3961
  formula?: string | null | undefined;
3869
3962
  context?: string[] | null | undefined;
3870
3963
  prompt?: string | null | undefined;
3964
+ matching?: Record<string, unknown> | undefined;
3871
3965
  }) | ({
3872
3966
  type: "date";
3873
3967
  format?: string | null | undefined;
@@ -3897,7 +3991,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3897
3991
  required?: boolean | null | undefined;
3898
3992
  } | null | undefined;
3899
3993
  uiConfiguration?: {
3900
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3994
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3901
3995
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3902
3996
  } | null | undefined;
3903
3997
  width?: number | null | undefined;
@@ -3907,6 +4001,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3907
4001
  formula?: string | null | undefined;
3908
4002
  context?: string[] | null | undefined;
3909
4003
  prompt?: string | null | undefined;
4004
+ matching?: Record<string, unknown> | undefined;
3910
4005
  }) | ({
3911
4006
  type: "number";
3912
4007
  format?: string | null | undefined;
@@ -3941,7 +4036,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3941
4036
  required?: boolean | null | undefined;
3942
4037
  } | null | undefined;
3943
4038
  uiConfiguration?: {
3944
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4039
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3945
4040
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3946
4041
  } | null | undefined;
3947
4042
  width?: number | null | undefined;
@@ -3951,10 +4046,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3951
4046
  formula?: string | null | undefined;
3952
4047
  context?: string[] | null | undefined;
3953
4048
  prompt?: string | null | undefined;
4049
+ matching?: Record<string, unknown> | undefined;
3954
4050
  }) | ({
3955
4051
  options: {
3956
4052
  value: string;
3957
4053
  label: string;
4054
+ struct?: unknown;
3958
4055
  }[];
3959
4056
  type: "enum";
3960
4057
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -3984,7 +4081,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3984
4081
  required?: boolean | null | undefined;
3985
4082
  } | null | undefined;
3986
4083
  uiConfiguration?: {
3987
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4084
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3988
4085
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3989
4086
  } | null | undefined;
3990
4087
  width?: number | null | undefined;
@@ -3994,6 +4091,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
3994
4091
  formula?: string | null | undefined;
3995
4092
  context?: string[] | null | undefined;
3996
4093
  prompt?: string | null | undefined;
4094
+ matching?: Record<string, unknown> | undefined;
3997
4095
  }) | ({
3998
4096
  id: string;
3999
4097
  label: string;
@@ -4060,7 +4158,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4060
4158
  required?: boolean | null | undefined;
4061
4159
  } | null | undefined;
4062
4160
  uiConfiguration?: {
4063
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4161
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4064
4162
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4065
4163
  } | null | undefined;
4066
4164
  width?: number | null | undefined;
@@ -4070,6 +4168,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4070
4168
  formula?: string | null | undefined;
4071
4169
  context?: string[] | null | undefined;
4072
4170
  prompt?: string | null | undefined;
4171
+ matching?: Record<string, unknown> | undefined;
4073
4172
  }) | ({
4074
4173
  type: "date";
4075
4174
  format?: string | null | undefined;
@@ -4099,7 +4198,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4099
4198
  required?: boolean | null | undefined;
4100
4199
  } | null | undefined;
4101
4200
  uiConfiguration?: {
4102
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4201
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4103
4202
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4104
4203
  } | null | undefined;
4105
4204
  width?: number | null | undefined;
@@ -4109,6 +4208,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4109
4208
  formula?: string | null | undefined;
4110
4209
  context?: string[] | null | undefined;
4111
4210
  prompt?: string | null | undefined;
4211
+ matching?: Record<string, unknown> | undefined;
4112
4212
  }) | ({
4113
4213
  type: "number";
4114
4214
  format?: string | null | undefined;
@@ -4143,7 +4243,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4143
4243
  required?: boolean | null | undefined;
4144
4244
  } | null | undefined;
4145
4245
  uiConfiguration?: {
4146
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4246
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4147
4247
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4148
4248
  } | null | undefined;
4149
4249
  width?: number | null | undefined;
@@ -4153,10 +4253,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4153
4253
  formula?: string | null | undefined;
4154
4254
  context?: string[] | null | undefined;
4155
4255
  prompt?: string | null | undefined;
4256
+ matching?: Record<string, unknown> | undefined;
4156
4257
  }) | ({
4157
4258
  options: {
4158
4259
  value: string;
4159
4260
  label: string;
4261
+ struct?: unknown;
4160
4262
  }[];
4161
4263
  type: "enum";
4162
4264
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4186,7 +4288,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4186
4288
  required?: boolean | null | undefined;
4187
4289
  } | null | undefined;
4188
4290
  uiConfiguration?: {
4189
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4291
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4190
4292
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4191
4293
  } | null | undefined;
4192
4294
  width?: number | null | undefined;
@@ -4196,6 +4298,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4196
4298
  formula?: string | null | undefined;
4197
4299
  context?: string[] | null | undefined;
4198
4300
  prompt?: string | null | undefined;
4301
+ matching?: Record<string, unknown> | undefined;
4199
4302
  }) | ({
4200
4303
  id: string;
4201
4304
  label: string;
@@ -4250,7 +4353,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4250
4353
  required?: boolean | null | undefined;
4251
4354
  } | null | undefined;
4252
4355
  uiConfiguration?: {
4253
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4356
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4254
4357
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4255
4358
  } | null | undefined;
4256
4359
  width?: number | null | undefined;
@@ -4260,6 +4363,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4260
4363
  formula?: string | null | undefined;
4261
4364
  context?: string[] | null | undefined;
4262
4365
  prompt?: string | null | undefined;
4366
+ matching?: Record<string, unknown> | undefined;
4263
4367
  }) | ({
4264
4368
  type: "date";
4265
4369
  format?: string | null | undefined;
@@ -4289,7 +4393,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4289
4393
  required?: boolean | null | undefined;
4290
4394
  } | null | undefined;
4291
4395
  uiConfiguration?: {
4292
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4396
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4293
4397
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4294
4398
  } | null | undefined;
4295
4399
  width?: number | null | undefined;
@@ -4299,6 +4403,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4299
4403
  formula?: string | null | undefined;
4300
4404
  context?: string[] | null | undefined;
4301
4405
  prompt?: string | null | undefined;
4406
+ matching?: Record<string, unknown> | undefined;
4302
4407
  }) | ({
4303
4408
  type: "number";
4304
4409
  format?: string | null | undefined;
@@ -4333,7 +4438,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4333
4438
  required?: boolean | null | undefined;
4334
4439
  } | null | undefined;
4335
4440
  uiConfiguration?: {
4336
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4441
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4337
4442
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4338
4443
  } | null | undefined;
4339
4444
  width?: number | null | undefined;
@@ -4343,10 +4448,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4343
4448
  formula?: string | null | undefined;
4344
4449
  context?: string[] | null | undefined;
4345
4450
  prompt?: string | null | undefined;
4451
+ matching?: Record<string, unknown> | undefined;
4346
4452
  }) | ({
4347
4453
  options: {
4348
4454
  value: string;
4349
4455
  label: string;
4456
+ struct?: unknown;
4350
4457
  }[];
4351
4458
  type: "enum";
4352
4459
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4376,7 +4483,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4376
4483
  required?: boolean | null | undefined;
4377
4484
  } | null | undefined;
4378
4485
  uiConfiguration?: {
4379
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4486
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4380
4487
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4381
4488
  } | null | undefined;
4382
4489
  width?: number | null | undefined;
@@ -4386,6 +4493,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4386
4493
  formula?: string | null | undefined;
4387
4494
  context?: string[] | null | undefined;
4388
4495
  prompt?: string | null | undefined;
4496
+ matching?: Record<string, unknown> | undefined;
4389
4497
  }) | ({
4390
4498
  id: string;
4391
4499
  label: string;
@@ -4500,7 +4608,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4500
4608
  required?: boolean | null | undefined;
4501
4609
  } | null | undefined;
4502
4610
  uiConfiguration?: {
4503
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4611
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4504
4612
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4505
4613
  } | null | undefined;
4506
4614
  width?: number | null | undefined;
@@ -4510,6 +4618,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4510
4618
  formula?: string | null | undefined;
4511
4619
  context?: string[] | null | undefined;
4512
4620
  prompt?: string | null | undefined;
4621
+ matching?: Record<string, unknown> | undefined;
4513
4622
  }) | ({
4514
4623
  type: "date";
4515
4624
  format?: string | null | undefined;
@@ -4539,7 +4648,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4539
4648
  required?: boolean | null | undefined;
4540
4649
  } | null | undefined;
4541
4650
  uiConfiguration?: {
4542
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4651
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4543
4652
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4544
4653
  } | null | undefined;
4545
4654
  width?: number | null | undefined;
@@ -4549,6 +4658,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4549
4658
  formula?: string | null | undefined;
4550
4659
  context?: string[] | null | undefined;
4551
4660
  prompt?: string | null | undefined;
4661
+ matching?: Record<string, unknown> | undefined;
4552
4662
  }) | ({
4553
4663
  type: "number";
4554
4664
  format?: string | null | undefined;
@@ -4583,7 +4693,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4583
4693
  required?: boolean | null | undefined;
4584
4694
  } | null | undefined;
4585
4695
  uiConfiguration?: {
4586
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4696
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4587
4697
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4588
4698
  } | null | undefined;
4589
4699
  width?: number | null | undefined;
@@ -4593,10 +4703,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4593
4703
  formula?: string | null | undefined;
4594
4704
  context?: string[] | null | undefined;
4595
4705
  prompt?: string | null | undefined;
4706
+ matching?: Record<string, unknown> | undefined;
4596
4707
  }) | ({
4597
4708
  options: {
4598
4709
  value: string;
4599
4710
  label: string;
4711
+ struct?: unknown;
4600
4712
  }[];
4601
4713
  type: "enum";
4602
4714
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4626,7 +4738,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4626
4738
  required?: boolean | null | undefined;
4627
4739
  } | null | undefined;
4628
4740
  uiConfiguration?: {
4629
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4741
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4630
4742
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4631
4743
  } | null | undefined;
4632
4744
  width?: number | null | undefined;
@@ -4636,6 +4748,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4636
4748
  formula?: string | null | undefined;
4637
4749
  context?: string[] | null | undefined;
4638
4750
  prompt?: string | null | undefined;
4751
+ matching?: Record<string, unknown> | undefined;
4639
4752
  }) | ({
4640
4753
  id: string;
4641
4754
  label: string;
@@ -4679,7 +4792,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4679
4792
  required?: boolean | null | undefined;
4680
4793
  } | null | undefined;
4681
4794
  uiConfiguration?: {
4682
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4795
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4683
4796
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4684
4797
  } | null | undefined;
4685
4798
  width?: number | null | undefined;
@@ -4689,6 +4802,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4689
4802
  formula?: string | null | undefined;
4690
4803
  context?: string[] | null | undefined;
4691
4804
  prompt?: string | null | undefined;
4805
+ matching?: Record<string, unknown> | undefined;
4692
4806
  }) | ({
4693
4807
  type: "date";
4694
4808
  format?: string | null | undefined;
@@ -4718,7 +4832,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4718
4832
  required?: boolean | null | undefined;
4719
4833
  } | null | undefined;
4720
4834
  uiConfiguration?: {
4721
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4835
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4722
4836
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4723
4837
  } | null | undefined;
4724
4838
  width?: number | null | undefined;
@@ -4728,6 +4842,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4728
4842
  formula?: string | null | undefined;
4729
4843
  context?: string[] | null | undefined;
4730
4844
  prompt?: string | null | undefined;
4845
+ matching?: Record<string, unknown> | undefined;
4731
4846
  }) | ({
4732
4847
  type: "number";
4733
4848
  format?: string | null | undefined;
@@ -4762,7 +4877,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4762
4877
  required?: boolean | null | undefined;
4763
4878
  } | null | undefined;
4764
4879
  uiConfiguration?: {
4765
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4880
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4766
4881
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4767
4882
  } | null | undefined;
4768
4883
  width?: number | null | undefined;
@@ -4772,10 +4887,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4772
4887
  formula?: string | null | undefined;
4773
4888
  context?: string[] | null | undefined;
4774
4889
  prompt?: string | null | undefined;
4890
+ matching?: Record<string, unknown> | undefined;
4775
4891
  }) | ({
4776
4892
  options: {
4777
4893
  value: string;
4778
4894
  label: string;
4895
+ struct?: unknown;
4779
4896
  }[];
4780
4897
  type: "enum";
4781
4898
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4805,7 +4922,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4805
4922
  required?: boolean | null | undefined;
4806
4923
  } | null | undefined;
4807
4924
  uiConfiguration?: {
4808
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4925
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4809
4926
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4810
4927
  } | null | undefined;
4811
4928
  width?: number | null | undefined;
@@ -4815,6 +4932,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4815
4932
  formula?: string | null | undefined;
4816
4933
  context?: string[] | null | undefined;
4817
4934
  prompt?: string | null | undefined;
4935
+ matching?: Record<string, unknown> | undefined;
4818
4936
  }) | ({
4819
4937
  id: string;
4820
4938
  label: string;
@@ -4867,7 +4985,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4867
4985
  required?: boolean | null | undefined;
4868
4986
  } | null | undefined;
4869
4987
  uiConfiguration?: {
4870
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4988
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4871
4989
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4872
4990
  } | null | undefined;
4873
4991
  width?: number | null | undefined;
@@ -4877,6 +4995,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4877
4995
  formula?: string | null | undefined;
4878
4996
  context?: string[] | null | undefined;
4879
4997
  prompt?: string | null | undefined;
4998
+ matching?: Record<string, unknown> | undefined;
4880
4999
  }) | ({
4881
5000
  type: "date";
4882
5001
  format?: string | null | undefined;
@@ -4906,7 +5025,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4906
5025
  required?: boolean | null | undefined;
4907
5026
  } | null | undefined;
4908
5027
  uiConfiguration?: {
4909
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5028
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4910
5029
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4911
5030
  } | null | undefined;
4912
5031
  width?: number | null | undefined;
@@ -4916,6 +5035,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4916
5035
  formula?: string | null | undefined;
4917
5036
  context?: string[] | null | undefined;
4918
5037
  prompt?: string | null | undefined;
5038
+ matching?: Record<string, unknown> | undefined;
4919
5039
  }) | ({
4920
5040
  type: "number";
4921
5041
  format?: string | null | undefined;
@@ -4950,7 +5070,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4950
5070
  required?: boolean | null | undefined;
4951
5071
  } | null | undefined;
4952
5072
  uiConfiguration?: {
4953
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5073
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4954
5074
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4955
5075
  } | null | undefined;
4956
5076
  width?: number | null | undefined;
@@ -4960,10 +5080,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4960
5080
  formula?: string | null | undefined;
4961
5081
  context?: string[] | null | undefined;
4962
5082
  prompt?: string | null | undefined;
5083
+ matching?: Record<string, unknown> | undefined;
4963
5084
  }) | ({
4964
5085
  options: {
4965
5086
  value: string;
4966
5087
  label: string;
5088
+ struct?: unknown;
4967
5089
  }[];
4968
5090
  type: "enum";
4969
5091
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4993,7 +5115,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
4993
5115
  required?: boolean | null | undefined;
4994
5116
  } | null | undefined;
4995
5117
  uiConfiguration?: {
4996
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5118
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4997
5119
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4998
5120
  } | null | undefined;
4999
5121
  width?: number | null | undefined;
@@ -5003,6 +5125,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5003
5125
  formula?: string | null | undefined;
5004
5126
  context?: string[] | null | undefined;
5005
5127
  prompt?: string | null | undefined;
5128
+ matching?: Record<string, unknown> | undefined;
5006
5129
  }) | ({
5007
5130
  id: string;
5008
5131
  label: string;
@@ -5065,7 +5188,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5065
5188
  required?: boolean | null | undefined;
5066
5189
  } | null | undefined;
5067
5190
  uiConfiguration?: {
5068
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5191
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5069
5192
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5070
5193
  } | null | undefined;
5071
5194
  width?: number | null | undefined;
@@ -5075,6 +5198,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5075
5198
  formula?: string | null | undefined;
5076
5199
  context?: string[] | null | undefined;
5077
5200
  prompt?: string | null | undefined;
5201
+ matching?: Record<string, unknown> | undefined;
5078
5202
  }) | ({
5079
5203
  type: "date";
5080
5204
  format?: string | null | undefined;
@@ -5104,7 +5228,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5104
5228
  required?: boolean | null | undefined;
5105
5229
  } | null | undefined;
5106
5230
  uiConfiguration?: {
5107
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5231
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5108
5232
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5109
5233
  } | null | undefined;
5110
5234
  width?: number | null | undefined;
@@ -5114,6 +5238,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5114
5238
  formula?: string | null | undefined;
5115
5239
  context?: string[] | null | undefined;
5116
5240
  prompt?: string | null | undefined;
5241
+ matching?: Record<string, unknown> | undefined;
5117
5242
  }) | ({
5118
5243
  type: "number";
5119
5244
  format?: string | null | undefined;
@@ -5148,7 +5273,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5148
5273
  required?: boolean | null | undefined;
5149
5274
  } | null | undefined;
5150
5275
  uiConfiguration?: {
5151
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5276
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5152
5277
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5153
5278
  } | null | undefined;
5154
5279
  width?: number | null | undefined;
@@ -5158,10 +5283,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5158
5283
  formula?: string | null | undefined;
5159
5284
  context?: string[] | null | undefined;
5160
5285
  prompt?: string | null | undefined;
5286
+ matching?: Record<string, unknown> | undefined;
5161
5287
  }) | ({
5162
5288
  options: {
5163
5289
  value: string;
5164
5290
  label: string;
5291
+ struct?: unknown;
5165
5292
  }[];
5166
5293
  type: "enum";
5167
5294
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5191,7 +5318,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5191
5318
  required?: boolean | null | undefined;
5192
5319
  } | null | undefined;
5193
5320
  uiConfiguration?: {
5194
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5321
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5195
5322
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5196
5323
  } | null | undefined;
5197
5324
  width?: number | null | undefined;
@@ -5201,6 +5328,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5201
5328
  formula?: string | null | undefined;
5202
5329
  context?: string[] | null | undefined;
5203
5330
  prompt?: string | null | undefined;
5331
+ matching?: Record<string, unknown> | undefined;
5204
5332
  }) | ({
5205
5333
  id: string;
5206
5334
  label: string;
@@ -5274,7 +5402,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5274
5402
  required?: boolean | null | undefined;
5275
5403
  } | null | undefined;
5276
5404
  uiConfiguration?: {
5277
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5405
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5278
5406
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5279
5407
  } | null | undefined;
5280
5408
  width?: number | null | undefined;
@@ -5284,6 +5412,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5284
5412
  formula?: string | null | undefined;
5285
5413
  context?: string[] | null | undefined;
5286
5414
  prompt?: string | null | undefined;
5415
+ matching?: Record<string, unknown> | undefined;
5287
5416
  }) | ({
5288
5417
  type: "date";
5289
5418
  format?: string | null | undefined;
@@ -5313,7 +5442,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5313
5442
  required?: boolean | null | undefined;
5314
5443
  } | null | undefined;
5315
5444
  uiConfiguration?: {
5316
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5445
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5317
5446
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5318
5447
  } | null | undefined;
5319
5448
  width?: number | null | undefined;
@@ -5323,6 +5452,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5323
5452
  formula?: string | null | undefined;
5324
5453
  context?: string[] | null | undefined;
5325
5454
  prompt?: string | null | undefined;
5455
+ matching?: Record<string, unknown> | undefined;
5326
5456
  }) | ({
5327
5457
  type: "number";
5328
5458
  format?: string | null | undefined;
@@ -5357,7 +5487,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5357
5487
  required?: boolean | null | undefined;
5358
5488
  } | null | undefined;
5359
5489
  uiConfiguration?: {
5360
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5490
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5361
5491
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5362
5492
  } | null | undefined;
5363
5493
  width?: number | null | undefined;
@@ -5367,10 +5497,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5367
5497
  formula?: string | null | undefined;
5368
5498
  context?: string[] | null | undefined;
5369
5499
  prompt?: string | null | undefined;
5500
+ matching?: Record<string, unknown> | undefined;
5370
5501
  }) | ({
5371
5502
  options: {
5372
5503
  value: string;
5373
5504
  label: string;
5505
+ struct?: unknown;
5374
5506
  }[];
5375
5507
  type: "enum";
5376
5508
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5400,7 +5532,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5400
5532
  required?: boolean | null | undefined;
5401
5533
  } | null | undefined;
5402
5534
  uiConfiguration?: {
5403
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5535
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5404
5536
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5405
5537
  } | null | undefined;
5406
5538
  width?: number | null | undefined;
@@ -5410,6 +5542,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5410
5542
  formula?: string | null | undefined;
5411
5543
  context?: string[] | null | undefined;
5412
5544
  prompt?: string | null | undefined;
5545
+ matching?: Record<string, unknown> | undefined;
5413
5546
  }) | ({
5414
5547
  id: string;
5415
5548
  label: string;
@@ -5453,7 +5586,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5453
5586
  required?: boolean | null | undefined;
5454
5587
  } | null | undefined;
5455
5588
  uiConfiguration?: {
5456
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5589
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5457
5590
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5458
5591
  } | null | undefined;
5459
5592
  width?: number | null | undefined;
@@ -5463,6 +5596,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5463
5596
  formula?: string | null | undefined;
5464
5597
  context?: string[] | null | undefined;
5465
5598
  prompt?: string | null | undefined;
5599
+ matching?: Record<string, unknown> | undefined;
5466
5600
  }) | ({
5467
5601
  type: "date";
5468
5602
  format?: string | null | undefined;
@@ -5492,7 +5626,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5492
5626
  required?: boolean | null | undefined;
5493
5627
  } | null | undefined;
5494
5628
  uiConfiguration?: {
5495
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5629
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5496
5630
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5497
5631
  } | null | undefined;
5498
5632
  width?: number | null | undefined;
@@ -5502,6 +5636,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5502
5636
  formula?: string | null | undefined;
5503
5637
  context?: string[] | null | undefined;
5504
5638
  prompt?: string | null | undefined;
5639
+ matching?: Record<string, unknown> | undefined;
5505
5640
  }) | ({
5506
5641
  type: "number";
5507
5642
  format?: string | null | undefined;
@@ -5536,7 +5671,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5536
5671
  required?: boolean | null | undefined;
5537
5672
  } | null | undefined;
5538
5673
  uiConfiguration?: {
5539
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5674
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5540
5675
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5541
5676
  } | null | undefined;
5542
5677
  width?: number | null | undefined;
@@ -5546,10 +5681,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5546
5681
  formula?: string | null | undefined;
5547
5682
  context?: string[] | null | undefined;
5548
5683
  prompt?: string | null | undefined;
5684
+ matching?: Record<string, unknown> | undefined;
5549
5685
  }) | ({
5550
5686
  options: {
5551
5687
  value: string;
5552
5688
  label: string;
5689
+ struct?: unknown;
5553
5690
  }[];
5554
5691
  type: "enum";
5555
5692
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5579,7 +5716,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5579
5716
  required?: boolean | null | undefined;
5580
5717
  } | null | undefined;
5581
5718
  uiConfiguration?: {
5582
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5719
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5583
5720
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5584
5721
  } | null | undefined;
5585
5722
  width?: number | null | undefined;
@@ -5589,6 +5726,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5589
5726
  formula?: string | null | undefined;
5590
5727
  context?: string[] | null | undefined;
5591
5728
  prompt?: string | null | undefined;
5729
+ matching?: Record<string, unknown> | undefined;
5592
5730
  }) | ({
5593
5731
  id: string;
5594
5732
  label: string;
@@ -5641,7 +5779,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5641
5779
  required?: boolean | null | undefined;
5642
5780
  } | null | undefined;
5643
5781
  uiConfiguration?: {
5644
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5782
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5645
5783
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5646
5784
  } | null | undefined;
5647
5785
  width?: number | null | undefined;
@@ -5651,6 +5789,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5651
5789
  formula?: string | null | undefined;
5652
5790
  context?: string[] | null | undefined;
5653
5791
  prompt?: string | null | undefined;
5792
+ matching?: Record<string, unknown> | undefined;
5654
5793
  }) | ({
5655
5794
  type: "date";
5656
5795
  format?: string | null | undefined;
@@ -5680,7 +5819,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5680
5819
  required?: boolean | null | undefined;
5681
5820
  } | null | undefined;
5682
5821
  uiConfiguration?: {
5683
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5822
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5684
5823
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5685
5824
  } | null | undefined;
5686
5825
  width?: number | null | undefined;
@@ -5690,6 +5829,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5690
5829
  formula?: string | null | undefined;
5691
5830
  context?: string[] | null | undefined;
5692
5831
  prompt?: string | null | undefined;
5832
+ matching?: Record<string, unknown> | undefined;
5693
5833
  }) | ({
5694
5834
  type: "number";
5695
5835
  format?: string | null | undefined;
@@ -5724,7 +5864,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5724
5864
  required?: boolean | null | undefined;
5725
5865
  } | null | undefined;
5726
5866
  uiConfiguration?: {
5727
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5867
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5728
5868
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5729
5869
  } | null | undefined;
5730
5870
  width?: number | null | undefined;
@@ -5734,10 +5874,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5734
5874
  formula?: string | null | undefined;
5735
5875
  context?: string[] | null | undefined;
5736
5876
  prompt?: string | null | undefined;
5877
+ matching?: Record<string, unknown> | undefined;
5737
5878
  }) | ({
5738
5879
  options: {
5739
5880
  value: string;
5740
5881
  label: string;
5882
+ struct?: unknown;
5741
5883
  }[];
5742
5884
  type: "enum";
5743
5885
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5767,7 +5909,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5767
5909
  required?: boolean | null | undefined;
5768
5910
  } | null | undefined;
5769
5911
  uiConfiguration?: {
5770
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5912
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5771
5913
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5772
5914
  } | null | undefined;
5773
5915
  width?: number | null | undefined;
@@ -5777,6 +5919,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5777
5919
  formula?: string | null | undefined;
5778
5920
  context?: string[] | null | undefined;
5779
5921
  prompt?: string | null | undefined;
5922
+ matching?: Record<string, unknown> | undefined;
5780
5923
  }) | ({
5781
5924
  id: string;
5782
5925
  label: string;
@@ -5839,7 +5982,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5839
5982
  required?: boolean | null | undefined;
5840
5983
  } | null | undefined;
5841
5984
  uiConfiguration?: {
5842
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5985
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5843
5986
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5844
5987
  } | null | undefined;
5845
5988
  width?: number | null | undefined;
@@ -5849,6 +5992,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5849
5992
  formula?: string | null | undefined;
5850
5993
  context?: string[] | null | undefined;
5851
5994
  prompt?: string | null | undefined;
5995
+ matching?: Record<string, unknown> | undefined;
5852
5996
  }) | ({
5853
5997
  type: "date";
5854
5998
  format?: string | null | undefined;
@@ -5878,7 +6022,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5878
6022
  required?: boolean | null | undefined;
5879
6023
  } | null | undefined;
5880
6024
  uiConfiguration?: {
5881
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6025
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5882
6026
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5883
6027
  } | null | undefined;
5884
6028
  width?: number | null | undefined;
@@ -5888,6 +6032,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5888
6032
  formula?: string | null | undefined;
5889
6033
  context?: string[] | null | undefined;
5890
6034
  prompt?: string | null | undefined;
6035
+ matching?: Record<string, unknown> | undefined;
5891
6036
  }) | ({
5892
6037
  type: "number";
5893
6038
  format?: string | null | undefined;
@@ -5922,7 +6067,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5922
6067
  required?: boolean | null | undefined;
5923
6068
  } | null | undefined;
5924
6069
  uiConfiguration?: {
5925
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6070
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5926
6071
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5927
6072
  } | null | undefined;
5928
6073
  width?: number | null | undefined;
@@ -5932,10 +6077,12 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5932
6077
  formula?: string | null | undefined;
5933
6078
  context?: string[] | null | undefined;
5934
6079
  prompt?: string | null | undefined;
6080
+ matching?: Record<string, unknown> | undefined;
5935
6081
  }) | ({
5936
6082
  options: {
5937
6083
  value: string;
5938
6084
  label: string;
6085
+ struct?: unknown;
5939
6086
  }[];
5940
6087
  type: "enum";
5941
6088
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5965,7 +6112,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5965
6112
  required?: boolean | null | undefined;
5966
6113
  } | null | undefined;
5967
6114
  uiConfiguration?: {
5968
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6115
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5969
6116
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5970
6117
  } | null | undefined;
5971
6118
  width?: number | null | undefined;
@@ -5975,6 +6122,7 @@ export declare const schemaSectionSchema: z.ZodIntersection<z.ZodObject<{
5975
6122
  formula?: string | null | undefined;
5976
6123
  context?: string[] | null | undefined;
5977
6124
  prompt?: string | null | undefined;
6125
+ matching?: Record<string, unknown> | undefined;
5978
6126
  }) | ({
5979
6127
  id: string;
5980
6128
  label: string;