@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
@@ -151,13 +151,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
151
151
  required?: boolean | null | undefined;
152
152
  }>>>;
153
153
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
154
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
154
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
155
155
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
156
156
  }, "strip", import("zod").ZodTypeAny, {
157
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
157
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
158
158
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
159
159
  }, {
160
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
160
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
161
161
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
162
162
  }>>>;
163
163
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -167,6 +167,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
167
167
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
168
168
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
169
169
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
170
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
170
171
  }, "strip", import("zod").ZodTypeAny, {
171
172
  suggest?: true | undefined;
172
173
  canExport?: boolean | null | undefined;
@@ -185,7 +186,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
185
186
  required?: boolean | null | undefined;
186
187
  } | null | undefined;
187
188
  uiConfiguration?: {
188
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
189
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
189
190
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
190
191
  } | null | undefined;
191
192
  width?: number | null | undefined;
@@ -195,6 +196,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
195
196
  formula?: string | null | undefined;
196
197
  context?: string[] | null | undefined;
197
198
  prompt?: string | null | undefined;
199
+ matching?: Record<string, unknown> | undefined;
198
200
  }, {
199
201
  suggest?: true | undefined;
200
202
  canExport?: boolean | null | undefined;
@@ -213,7 +215,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
213
215
  required?: boolean | null | undefined;
214
216
  } | null | undefined;
215
217
  uiConfiguration?: {
216
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
218
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
217
219
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
218
220
  } | null | undefined;
219
221
  width?: number | null | undefined;
@@ -223,6 +225,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
223
225
  formula?: string | null | undefined;
224
226
  context?: string[] | null | undefined;
225
227
  prompt?: string | null | undefined;
228
+ matching?: Record<string, unknown> | undefined;
226
229
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
227
230
  type: import("zod").ZodLiteral<"date">;
228
231
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -306,13 +309,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
306
309
  required?: boolean | null | undefined;
307
310
  }>>>;
308
311
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
309
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
312
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
310
313
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
311
314
  }, "strip", import("zod").ZodTypeAny, {
312
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
315
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
313
316
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
314
317
  }, {
315
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
318
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
316
319
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
317
320
  }>>>;
318
321
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -322,6 +325,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
322
325
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
323
326
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
324
327
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
328
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
325
329
  }, "strip", import("zod").ZodTypeAny, {
326
330
  suggest?: true | undefined;
327
331
  canExport?: boolean | null | undefined;
@@ -340,7 +344,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
340
344
  required?: boolean | null | undefined;
341
345
  } | null | undefined;
342
346
  uiConfiguration?: {
343
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
347
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
344
348
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
345
349
  } | null | undefined;
346
350
  width?: number | null | undefined;
@@ -350,6 +354,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
350
354
  formula?: string | null | undefined;
351
355
  context?: string[] | null | undefined;
352
356
  prompt?: string | null | undefined;
357
+ matching?: Record<string, unknown> | undefined;
353
358
  }, {
354
359
  suggest?: true | undefined;
355
360
  canExport?: boolean | null | undefined;
@@ -368,7 +373,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
368
373
  required?: boolean | null | undefined;
369
374
  } | null | undefined;
370
375
  uiConfiguration?: {
371
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
376
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
372
377
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
373
378
  } | null | undefined;
374
379
  width?: number | null | undefined;
@@ -378,6 +383,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
378
383
  formula?: string | null | undefined;
379
384
  context?: string[] | null | undefined;
380
385
  prompt?: string | null | undefined;
386
+ matching?: Record<string, unknown> | undefined;
381
387
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
382
388
  type: import("zod").ZodLiteral<"number">;
383
389
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -488,13 +494,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
488
494
  required?: boolean | null | undefined;
489
495
  }>>>;
490
496
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
491
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
497
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
492
498
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
493
499
  }, "strip", import("zod").ZodTypeAny, {
494
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
500
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
495
501
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
496
502
  }, {
497
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
503
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
498
504
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
499
505
  }>>>;
500
506
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -504,6 +510,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
504
510
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
505
511
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
506
512
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
513
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
507
514
  }, "strip", import("zod").ZodTypeAny, {
508
515
  suggest?: true | undefined;
509
516
  canExport?: boolean | null | undefined;
@@ -522,7 +529,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
522
529
  required?: boolean | null | undefined;
523
530
  } | null | undefined;
524
531
  uiConfiguration?: {
525
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
532
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
526
533
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
527
534
  } | null | undefined;
528
535
  width?: number | null | undefined;
@@ -532,6 +539,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
532
539
  formula?: string | null | undefined;
533
540
  context?: string[] | null | undefined;
534
541
  prompt?: string | null | undefined;
542
+ matching?: Record<string, unknown> | undefined;
535
543
  }, {
536
544
  suggest?: true | undefined;
537
545
  canExport?: boolean | null | undefined;
@@ -550,7 +558,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
550
558
  required?: boolean | null | undefined;
551
559
  } | null | undefined;
552
560
  uiConfiguration?: {
553
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
561
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
554
562
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
555
563
  } | null | undefined;
556
564
  width?: number | null | undefined;
@@ -560,23 +568,28 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
560
568
  formula?: string | null | undefined;
561
569
  context?: string[] | null | undefined;
562
570
  prompt?: string | null | undefined;
571
+ matching?: Record<string, unknown> | undefined;
563
572
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
564
573
  type: import("zod").ZodLiteral<"enum">;
565
574
  options: import("zod").ZodArray<import("zod").ZodObject<{
566
575
  value: import("zod").ZodString;
567
576
  label: import("zod").ZodString;
577
+ struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
568
578
  }, "strip", import("zod").ZodTypeAny, {
569
579
  value: string;
570
580
  label: string;
581
+ struct?: unknown;
571
582
  }, {
572
583
  value: string;
573
584
  label: string;
585
+ struct?: unknown;
574
586
  }>, "many">;
575
587
  enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
576
588
  }, "strip", import("zod").ZodTypeAny, {
577
589
  options: {
578
590
  value: string;
579
591
  label: string;
592
+ struct?: unknown;
580
593
  }[];
581
594
  type: "enum";
582
595
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -584,6 +597,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
584
597
  options: {
585
598
  value: string;
586
599
  label: string;
600
+ struct?: unknown;
587
601
  }[];
588
602
  type: "enum";
589
603
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -661,13 +675,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
661
675
  required?: boolean | null | undefined;
662
676
  }>>>;
663
677
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
664
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
678
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
665
679
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
666
680
  }, "strip", import("zod").ZodTypeAny, {
667
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
681
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
668
682
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
669
683
  }, {
670
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
684
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
671
685
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
672
686
  }>>>;
673
687
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -677,6 +691,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
677
691
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
678
692
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
679
693
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
694
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
680
695
  }, "strip", import("zod").ZodTypeAny, {
681
696
  suggest?: true | undefined;
682
697
  canExport?: boolean | null | undefined;
@@ -695,7 +710,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
695
710
  required?: boolean | null | undefined;
696
711
  } | null | undefined;
697
712
  uiConfiguration?: {
698
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
713
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
699
714
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
700
715
  } | null | undefined;
701
716
  width?: number | null | undefined;
@@ -705,6 +720,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
705
720
  formula?: string | null | undefined;
706
721
  context?: string[] | null | undefined;
707
722
  prompt?: string | null | undefined;
723
+ matching?: Record<string, unknown> | undefined;
708
724
  }, {
709
725
  suggest?: true | undefined;
710
726
  canExport?: boolean | null | undefined;
@@ -723,7 +739,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
723
739
  required?: boolean | null | undefined;
724
740
  } | null | undefined;
725
741
  uiConfiguration?: {
726
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
742
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
727
743
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
728
744
  } | null | undefined;
729
745
  width?: number | null | undefined;
@@ -733,6 +749,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
733
749
  formula?: string | null | undefined;
734
750
  context?: string[] | null | undefined;
735
751
  prompt?: string | null | undefined;
752
+ matching?: Record<string, unknown> | undefined;
736
753
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
737
754
  id: import("zod").ZodString;
738
755
  label: import("zod").ZodString;
@@ -857,13 +874,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
857
874
  required?: boolean | null | undefined;
858
875
  }>>>;
859
876
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
860
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
877
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
861
878
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
862
879
  }, "strip", import("zod").ZodTypeAny, {
863
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
880
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
864
881
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
865
882
  }, {
866
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
883
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
867
884
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
868
885
  }>>>;
869
886
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -873,6 +890,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
873
890
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
874
891
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
875
892
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
893
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
876
894
  }, "strip", import("zod").ZodTypeAny, {
877
895
  suggest?: true | undefined;
878
896
  canExport?: boolean | null | undefined;
@@ -891,7 +909,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
891
909
  required?: boolean | null | undefined;
892
910
  } | null | undefined;
893
911
  uiConfiguration?: {
894
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
912
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
895
913
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
896
914
  } | null | undefined;
897
915
  width?: number | null | undefined;
@@ -901,6 +919,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
901
919
  formula?: string | null | undefined;
902
920
  context?: string[] | null | undefined;
903
921
  prompt?: string | null | undefined;
922
+ matching?: Record<string, unknown> | undefined;
904
923
  }, {
905
924
  suggest?: true | undefined;
906
925
  canExport?: boolean | null | undefined;
@@ -919,7 +938,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
919
938
  required?: boolean | null | undefined;
920
939
  } | null | undefined;
921
940
  uiConfiguration?: {
922
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
941
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
923
942
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
924
943
  } | null | undefined;
925
944
  width?: number | null | undefined;
@@ -929,6 +948,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
929
948
  formula?: string | null | undefined;
930
949
  context?: string[] | null | undefined;
931
950
  prompt?: string | null | undefined;
951
+ matching?: Record<string, unknown> | undefined;
932
952
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
933
953
  type: import("zod").ZodLiteral<"date">;
934
954
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -1012,13 +1032,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1012
1032
  required?: boolean | null | undefined;
1013
1033
  }>>>;
1014
1034
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1015
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
1035
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1016
1036
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1017
1037
  }, "strip", import("zod").ZodTypeAny, {
1018
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1038
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1019
1039
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1020
1040
  }, {
1021
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1041
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1022
1042
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1023
1043
  }>>>;
1024
1044
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1028,6 +1048,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1028
1048
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1029
1049
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1030
1050
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1051
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1031
1052
  }, "strip", import("zod").ZodTypeAny, {
1032
1053
  suggest?: true | undefined;
1033
1054
  canExport?: boolean | null | undefined;
@@ -1046,7 +1067,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1046
1067
  required?: boolean | null | undefined;
1047
1068
  } | null | undefined;
1048
1069
  uiConfiguration?: {
1049
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1070
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1050
1071
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1051
1072
  } | null | undefined;
1052
1073
  width?: number | null | undefined;
@@ -1056,6 +1077,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1056
1077
  formula?: string | null | undefined;
1057
1078
  context?: string[] | null | undefined;
1058
1079
  prompt?: string | null | undefined;
1080
+ matching?: Record<string, unknown> | undefined;
1059
1081
  }, {
1060
1082
  suggest?: true | undefined;
1061
1083
  canExport?: boolean | null | undefined;
@@ -1074,7 +1096,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1074
1096
  required?: boolean | null | undefined;
1075
1097
  } | null | undefined;
1076
1098
  uiConfiguration?: {
1077
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1099
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1078
1100
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1079
1101
  } | null | undefined;
1080
1102
  width?: number | null | undefined;
@@ -1084,6 +1106,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1084
1106
  formula?: string | null | undefined;
1085
1107
  context?: string[] | null | undefined;
1086
1108
  prompt?: string | null | undefined;
1109
+ matching?: Record<string, unknown> | undefined;
1087
1110
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1088
1111
  type: import("zod").ZodLiteral<"number">;
1089
1112
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -1194,13 +1217,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1194
1217
  required?: boolean | null | undefined;
1195
1218
  }>>>;
1196
1219
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1197
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
1220
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1198
1221
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1199
1222
  }, "strip", import("zod").ZodTypeAny, {
1200
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1223
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1201
1224
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1202
1225
  }, {
1203
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1226
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1204
1227
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1205
1228
  }>>>;
1206
1229
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1210,6 +1233,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1210
1233
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1211
1234
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1212
1235
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1236
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1213
1237
  }, "strip", import("zod").ZodTypeAny, {
1214
1238
  suggest?: true | undefined;
1215
1239
  canExport?: boolean | null | undefined;
@@ -1228,7 +1252,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1228
1252
  required?: boolean | null | undefined;
1229
1253
  } | null | undefined;
1230
1254
  uiConfiguration?: {
1231
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1255
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1232
1256
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1233
1257
  } | null | undefined;
1234
1258
  width?: number | null | undefined;
@@ -1238,6 +1262,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1238
1262
  formula?: string | null | undefined;
1239
1263
  context?: string[] | null | undefined;
1240
1264
  prompt?: string | null | undefined;
1265
+ matching?: Record<string, unknown> | undefined;
1241
1266
  }, {
1242
1267
  suggest?: true | undefined;
1243
1268
  canExport?: boolean | null | undefined;
@@ -1256,7 +1281,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1256
1281
  required?: boolean | null | undefined;
1257
1282
  } | null | undefined;
1258
1283
  uiConfiguration?: {
1259
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1284
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1260
1285
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1261
1286
  } | null | undefined;
1262
1287
  width?: number | null | undefined;
@@ -1266,23 +1291,28 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1266
1291
  formula?: string | null | undefined;
1267
1292
  context?: string[] | null | undefined;
1268
1293
  prompt?: string | null | undefined;
1294
+ matching?: Record<string, unknown> | undefined;
1269
1295
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1270
1296
  type: import("zod").ZodLiteral<"enum">;
1271
1297
  options: import("zod").ZodArray<import("zod").ZodObject<{
1272
1298
  value: import("zod").ZodString;
1273
1299
  label: import("zod").ZodString;
1300
+ struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
1274
1301
  }, "strip", import("zod").ZodTypeAny, {
1275
1302
  value: string;
1276
1303
  label: string;
1304
+ struct?: unknown;
1277
1305
  }, {
1278
1306
  value: string;
1279
1307
  label: string;
1308
+ struct?: unknown;
1280
1309
  }>, "many">;
1281
1310
  enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
1282
1311
  }, "strip", import("zod").ZodTypeAny, {
1283
1312
  options: {
1284
1313
  value: string;
1285
1314
  label: string;
1315
+ struct?: unknown;
1286
1316
  }[];
1287
1317
  type: "enum";
1288
1318
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -1290,6 +1320,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1290
1320
  options: {
1291
1321
  value: string;
1292
1322
  label: string;
1323
+ struct?: unknown;
1293
1324
  }[];
1294
1325
  type: "enum";
1295
1326
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -1367,13 +1398,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1367
1398
  required?: boolean | null | undefined;
1368
1399
  }>>>;
1369
1400
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1370
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
1401
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1371
1402
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1372
1403
  }, "strip", import("zod").ZodTypeAny, {
1373
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1404
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1374
1405
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1375
1406
  }, {
1376
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1407
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1377
1408
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1378
1409
  }>>>;
1379
1410
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1383,6 +1414,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1383
1414
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1384
1415
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1385
1416
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1417
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1386
1418
  }, "strip", import("zod").ZodTypeAny, {
1387
1419
  suggest?: true | undefined;
1388
1420
  canExport?: boolean | null | undefined;
@@ -1401,7 +1433,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1401
1433
  required?: boolean | null | undefined;
1402
1434
  } | null | undefined;
1403
1435
  uiConfiguration?: {
1404
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1436
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1405
1437
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1406
1438
  } | null | undefined;
1407
1439
  width?: number | null | undefined;
@@ -1411,6 +1443,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1411
1443
  formula?: string | null | undefined;
1412
1444
  context?: string[] | null | undefined;
1413
1445
  prompt?: string | null | undefined;
1446
+ matching?: Record<string, unknown> | undefined;
1414
1447
  }, {
1415
1448
  suggest?: true | undefined;
1416
1449
  canExport?: boolean | null | undefined;
@@ -1429,7 +1462,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1429
1462
  required?: boolean | null | undefined;
1430
1463
  } | null | undefined;
1431
1464
  uiConfiguration?: {
1432
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1465
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1433
1466
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1434
1467
  } | null | undefined;
1435
1468
  width?: number | null | undefined;
@@ -1439,6 +1472,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1439
1472
  formula?: string | null | undefined;
1440
1473
  context?: string[] | null | undefined;
1441
1474
  prompt?: string | null | undefined;
1475
+ matching?: Record<string, unknown> | undefined;
1442
1476
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1443
1477
  id: import("zod").ZodString;
1444
1478
  label: import("zod").ZodString;
@@ -1512,7 +1546,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1512
1546
  required?: boolean | null | undefined;
1513
1547
  } | null | undefined;
1514
1548
  uiConfiguration?: {
1515
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1549
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1516
1550
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1517
1551
  } | null | undefined;
1518
1552
  width?: number | null | undefined;
@@ -1522,6 +1556,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1522
1556
  formula?: string | null | undefined;
1523
1557
  context?: string[] | null | undefined;
1524
1558
  prompt?: string | null | undefined;
1559
+ matching?: Record<string, unknown> | undefined;
1525
1560
  }) | ({
1526
1561
  type: "date";
1527
1562
  format?: string | null | undefined;
@@ -1551,7 +1586,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1551
1586
  required?: boolean | null | undefined;
1552
1587
  } | null | undefined;
1553
1588
  uiConfiguration?: {
1554
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1589
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1555
1590
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1556
1591
  } | null | undefined;
1557
1592
  width?: number | null | undefined;
@@ -1561,6 +1596,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1561
1596
  formula?: string | null | undefined;
1562
1597
  context?: string[] | null | undefined;
1563
1598
  prompt?: string | null | undefined;
1599
+ matching?: Record<string, unknown> | undefined;
1564
1600
  }) | ({
1565
1601
  type: "number";
1566
1602
  format?: string | null | undefined;
@@ -1595,7 +1631,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1595
1631
  required?: boolean | null | undefined;
1596
1632
  } | null | undefined;
1597
1633
  uiConfiguration?: {
1598
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1634
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1599
1635
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1600
1636
  } | null | undefined;
1601
1637
  width?: number | null | undefined;
@@ -1605,10 +1641,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1605
1641
  formula?: string | null | undefined;
1606
1642
  context?: string[] | null | undefined;
1607
1643
  prompt?: string | null | undefined;
1644
+ matching?: Record<string, unknown> | undefined;
1608
1645
  }) | ({
1609
1646
  options: {
1610
1647
  value: string;
1611
1648
  label: string;
1649
+ struct?: unknown;
1612
1650
  }[];
1613
1651
  type: "enum";
1614
1652
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -1638,7 +1676,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1638
1676
  required?: boolean | null | undefined;
1639
1677
  } | null | undefined;
1640
1678
  uiConfiguration?: {
1641
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1679
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1642
1680
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1643
1681
  } | null | undefined;
1644
1682
  width?: number | null | undefined;
@@ -1648,6 +1686,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1648
1686
  formula?: string | null | undefined;
1649
1687
  context?: string[] | null | undefined;
1650
1688
  prompt?: string | null | undefined;
1689
+ matching?: Record<string, unknown> | undefined;
1651
1690
  }) | ({
1652
1691
  id: string;
1653
1692
  label: string;
@@ -1694,7 +1733,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1694
1733
  required?: boolean | null | undefined;
1695
1734
  } | null | undefined;
1696
1735
  uiConfiguration?: {
1697
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1736
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1698
1737
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1699
1738
  } | null | undefined;
1700
1739
  width?: number | null | undefined;
@@ -1704,6 +1743,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1704
1743
  formula?: string | null | undefined;
1705
1744
  context?: string[] | null | undefined;
1706
1745
  prompt?: string | null | undefined;
1746
+ matching?: Record<string, unknown> | undefined;
1707
1747
  }) | ({
1708
1748
  type: "date";
1709
1749
  format?: string | null | undefined;
@@ -1733,7 +1773,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1733
1773
  required?: boolean | null | undefined;
1734
1774
  } | null | undefined;
1735
1775
  uiConfiguration?: {
1736
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1776
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1737
1777
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1738
1778
  } | null | undefined;
1739
1779
  width?: number | null | undefined;
@@ -1743,6 +1783,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1743
1783
  formula?: string | null | undefined;
1744
1784
  context?: string[] | null | undefined;
1745
1785
  prompt?: string | null | undefined;
1786
+ matching?: Record<string, unknown> | undefined;
1746
1787
  }) | ({
1747
1788
  type: "number";
1748
1789
  format?: string | null | undefined;
@@ -1777,7 +1818,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1777
1818
  required?: boolean | null | undefined;
1778
1819
  } | null | undefined;
1779
1820
  uiConfiguration?: {
1780
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1821
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1781
1822
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1782
1823
  } | null | undefined;
1783
1824
  width?: number | null | undefined;
@@ -1787,10 +1828,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1787
1828
  formula?: string | null | undefined;
1788
1829
  context?: string[] | null | undefined;
1789
1830
  prompt?: string | null | undefined;
1831
+ matching?: Record<string, unknown> | undefined;
1790
1832
  }) | ({
1791
1833
  options: {
1792
1834
  value: string;
1793
1835
  label: string;
1836
+ struct?: unknown;
1794
1837
  }[];
1795
1838
  type: "enum";
1796
1839
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -1820,7 +1863,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1820
1863
  required?: boolean | null | undefined;
1821
1864
  } | null | undefined;
1822
1865
  uiConfiguration?: {
1823
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1866
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1824
1867
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1825
1868
  } | null | undefined;
1826
1869
  width?: number | null | undefined;
@@ -1830,6 +1873,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1830
1873
  formula?: string | null | undefined;
1831
1874
  context?: string[] | null | undefined;
1832
1875
  prompt?: string | null | undefined;
1876
+ matching?: Record<string, unknown> | undefined;
1833
1877
  }) | ({
1834
1878
  id: string;
1835
1879
  label: string;
@@ -1946,13 +1990,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1946
1990
  required?: boolean | null | undefined;
1947
1991
  }>>>;
1948
1992
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1949
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
1993
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1950
1994
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1951
1995
  }, "strip", import("zod").ZodTypeAny, {
1952
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1996
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1953
1997
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1954
1998
  }, {
1955
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1999
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1956
2000
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1957
2001
  }>>>;
1958
2002
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1962,6 +2006,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1962
2006
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1963
2007
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1964
2008
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2009
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1965
2010
  }, "strip", import("zod").ZodTypeAny, {
1966
2011
  suggest?: true | undefined;
1967
2012
  canExport?: boolean | null | undefined;
@@ -1980,7 +2025,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1980
2025
  required?: boolean | null | undefined;
1981
2026
  } | null | undefined;
1982
2027
  uiConfiguration?: {
1983
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2028
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1984
2029
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1985
2030
  } | null | undefined;
1986
2031
  width?: number | null | undefined;
@@ -1990,6 +2035,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
1990
2035
  formula?: string | null | undefined;
1991
2036
  context?: string[] | null | undefined;
1992
2037
  prompt?: string | null | undefined;
2038
+ matching?: Record<string, unknown> | undefined;
1993
2039
  }, {
1994
2040
  suggest?: true | undefined;
1995
2041
  canExport?: boolean | null | undefined;
@@ -2008,7 +2054,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2008
2054
  required?: boolean | null | undefined;
2009
2055
  } | null | undefined;
2010
2056
  uiConfiguration?: {
2011
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2057
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2012
2058
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2013
2059
  } | null | undefined;
2014
2060
  width?: number | null | undefined;
@@ -2018,6 +2064,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2018
2064
  formula?: string | null | undefined;
2019
2065
  context?: string[] | null | undefined;
2020
2066
  prompt?: string | null | undefined;
2067
+ matching?: Record<string, unknown> | undefined;
2021
2068
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2022
2069
  type: import("zod").ZodLiteral<"date">;
2023
2070
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2101,13 +2148,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2101
2148
  required?: boolean | null | undefined;
2102
2149
  }>>>;
2103
2150
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2104
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
2151
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2105
2152
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2106
2153
  }, "strip", import("zod").ZodTypeAny, {
2107
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2154
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2108
2155
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2109
2156
  }, {
2110
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2157
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2111
2158
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2112
2159
  }>>>;
2113
2160
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2117,6 +2164,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2117
2164
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2118
2165
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2119
2166
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2167
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2120
2168
  }, "strip", import("zod").ZodTypeAny, {
2121
2169
  suggest?: true | undefined;
2122
2170
  canExport?: boolean | null | undefined;
@@ -2135,7 +2183,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2135
2183
  required?: boolean | null | undefined;
2136
2184
  } | null | undefined;
2137
2185
  uiConfiguration?: {
2138
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2186
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2139
2187
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2140
2188
  } | null | undefined;
2141
2189
  width?: number | null | undefined;
@@ -2145,6 +2193,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2145
2193
  formula?: string | null | undefined;
2146
2194
  context?: string[] | null | undefined;
2147
2195
  prompt?: string | null | undefined;
2196
+ matching?: Record<string, unknown> | undefined;
2148
2197
  }, {
2149
2198
  suggest?: true | undefined;
2150
2199
  canExport?: boolean | null | undefined;
@@ -2163,7 +2212,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2163
2212
  required?: boolean | null | undefined;
2164
2213
  } | null | undefined;
2165
2214
  uiConfiguration?: {
2166
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2215
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2167
2216
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2168
2217
  } | null | undefined;
2169
2218
  width?: number | null | undefined;
@@ -2173,6 +2222,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2173
2222
  formula?: string | null | undefined;
2174
2223
  context?: string[] | null | undefined;
2175
2224
  prompt?: string | null | undefined;
2225
+ matching?: Record<string, unknown> | undefined;
2176
2226
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2177
2227
  type: import("zod").ZodLiteral<"number">;
2178
2228
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2283,13 +2333,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2283
2333
  required?: boolean | null | undefined;
2284
2334
  }>>>;
2285
2335
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2286
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
2336
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2287
2337
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2288
2338
  }, "strip", import("zod").ZodTypeAny, {
2289
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2339
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2290
2340
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2291
2341
  }, {
2292
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2342
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2293
2343
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2294
2344
  }>>>;
2295
2345
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2299,6 +2349,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2299
2349
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2300
2350
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2301
2351
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2352
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2302
2353
  }, "strip", import("zod").ZodTypeAny, {
2303
2354
  suggest?: true | undefined;
2304
2355
  canExport?: boolean | null | undefined;
@@ -2317,7 +2368,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2317
2368
  required?: boolean | null | undefined;
2318
2369
  } | null | undefined;
2319
2370
  uiConfiguration?: {
2320
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2371
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2321
2372
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2322
2373
  } | null | undefined;
2323
2374
  width?: number | null | undefined;
@@ -2327,6 +2378,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2327
2378
  formula?: string | null | undefined;
2328
2379
  context?: string[] | null | undefined;
2329
2380
  prompt?: string | null | undefined;
2381
+ matching?: Record<string, unknown> | undefined;
2330
2382
  }, {
2331
2383
  suggest?: true | undefined;
2332
2384
  canExport?: boolean | null | undefined;
@@ -2345,7 +2397,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2345
2397
  required?: boolean | null | undefined;
2346
2398
  } | null | undefined;
2347
2399
  uiConfiguration?: {
2348
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2400
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2349
2401
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2350
2402
  } | null | undefined;
2351
2403
  width?: number | null | undefined;
@@ -2355,23 +2407,28 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2355
2407
  formula?: string | null | undefined;
2356
2408
  context?: string[] | null | undefined;
2357
2409
  prompt?: string | null | undefined;
2410
+ matching?: Record<string, unknown> | undefined;
2358
2411
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2359
2412
  type: import("zod").ZodLiteral<"enum">;
2360
2413
  options: import("zod").ZodArray<import("zod").ZodObject<{
2361
2414
  value: import("zod").ZodString;
2362
2415
  label: import("zod").ZodString;
2416
+ struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
2363
2417
  }, "strip", import("zod").ZodTypeAny, {
2364
2418
  value: string;
2365
2419
  label: string;
2420
+ struct?: unknown;
2366
2421
  }, {
2367
2422
  value: string;
2368
2423
  label: string;
2424
+ struct?: unknown;
2369
2425
  }>, "many">;
2370
2426
  enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
2371
2427
  }, "strip", import("zod").ZodTypeAny, {
2372
2428
  options: {
2373
2429
  value: string;
2374
2430
  label: string;
2431
+ struct?: unknown;
2375
2432
  }[];
2376
2433
  type: "enum";
2377
2434
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -2379,6 +2436,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2379
2436
  options: {
2380
2437
  value: string;
2381
2438
  label: string;
2439
+ struct?: unknown;
2382
2440
  }[];
2383
2441
  type: "enum";
2384
2442
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -2456,13 +2514,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2456
2514
  required?: boolean | null | undefined;
2457
2515
  }>>>;
2458
2516
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2459
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
2517
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2460
2518
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2461
2519
  }, "strip", import("zod").ZodTypeAny, {
2462
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2520
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2463
2521
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2464
2522
  }, {
2465
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2523
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2466
2524
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2467
2525
  }>>>;
2468
2526
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2472,6 +2530,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2472
2530
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2473
2531
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2474
2532
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2533
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2475
2534
  }, "strip", import("zod").ZodTypeAny, {
2476
2535
  suggest?: true | undefined;
2477
2536
  canExport?: boolean | null | undefined;
@@ -2490,7 +2549,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2490
2549
  required?: boolean | null | undefined;
2491
2550
  } | null | undefined;
2492
2551
  uiConfiguration?: {
2493
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2552
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2494
2553
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2495
2554
  } | null | undefined;
2496
2555
  width?: number | null | undefined;
@@ -2500,6 +2559,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2500
2559
  formula?: string | null | undefined;
2501
2560
  context?: string[] | null | undefined;
2502
2561
  prompt?: string | null | undefined;
2562
+ matching?: Record<string, unknown> | undefined;
2503
2563
  }, {
2504
2564
  suggest?: true | undefined;
2505
2565
  canExport?: boolean | null | undefined;
@@ -2518,7 +2578,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2518
2578
  required?: boolean | null | undefined;
2519
2579
  } | null | undefined;
2520
2580
  uiConfiguration?: {
2521
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2581
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2522
2582
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2523
2583
  } | null | undefined;
2524
2584
  width?: number | null | undefined;
@@ -2528,6 +2588,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2528
2588
  formula?: string | null | undefined;
2529
2589
  context?: string[] | null | undefined;
2530
2590
  prompt?: string | null | undefined;
2591
+ matching?: Record<string, unknown> | undefined;
2531
2592
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
2532
2593
  id: import("zod").ZodString;
2533
2594
  label: import("zod").ZodString;
@@ -2600,7 +2661,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2600
2661
  required?: boolean | null | undefined;
2601
2662
  } | null | undefined;
2602
2663
  uiConfiguration?: {
2603
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2664
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2604
2665
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2605
2666
  } | null | undefined;
2606
2667
  width?: number | null | undefined;
@@ -2610,6 +2671,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2610
2671
  formula?: string | null | undefined;
2611
2672
  context?: string[] | null | undefined;
2612
2673
  prompt?: string | null | undefined;
2674
+ matching?: Record<string, unknown> | undefined;
2613
2675
  }) | ({
2614
2676
  type: "date";
2615
2677
  format?: string | null | undefined;
@@ -2639,7 +2701,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2639
2701
  required?: boolean | null | undefined;
2640
2702
  } | null | undefined;
2641
2703
  uiConfiguration?: {
2642
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2704
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2643
2705
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2644
2706
  } | null | undefined;
2645
2707
  width?: number | null | undefined;
@@ -2649,6 +2711,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2649
2711
  formula?: string | null | undefined;
2650
2712
  context?: string[] | null | undefined;
2651
2713
  prompt?: string | null | undefined;
2714
+ matching?: Record<string, unknown> | undefined;
2652
2715
  }) | ({
2653
2716
  type: "number";
2654
2717
  format?: string | null | undefined;
@@ -2683,7 +2746,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2683
2746
  required?: boolean | null | undefined;
2684
2747
  } | null | undefined;
2685
2748
  uiConfiguration?: {
2686
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2749
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2687
2750
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2688
2751
  } | null | undefined;
2689
2752
  width?: number | null | undefined;
@@ -2693,10 +2756,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2693
2756
  formula?: string | null | undefined;
2694
2757
  context?: string[] | null | undefined;
2695
2758
  prompt?: string | null | undefined;
2759
+ matching?: Record<string, unknown> | undefined;
2696
2760
  }) | ({
2697
2761
  options: {
2698
2762
  value: string;
2699
2763
  label: string;
2764
+ struct?: unknown;
2700
2765
  }[];
2701
2766
  type: "enum";
2702
2767
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -2726,7 +2791,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2726
2791
  required?: boolean | null | undefined;
2727
2792
  } | null | undefined;
2728
2793
  uiConfiguration?: {
2729
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2794
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2730
2795
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2731
2796
  } | null | undefined;
2732
2797
  width?: number | null | undefined;
@@ -2736,6 +2801,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2736
2801
  formula?: string | null | undefined;
2737
2802
  context?: string[] | null | undefined;
2738
2803
  prompt?: string | null | undefined;
2804
+ matching?: Record<string, unknown> | undefined;
2739
2805
  }) | ({
2740
2806
  id: string;
2741
2807
  label: string;
@@ -2780,7 +2846,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2780
2846
  required?: boolean | null | undefined;
2781
2847
  } | null | undefined;
2782
2848
  uiConfiguration?: {
2783
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2849
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2784
2850
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2785
2851
  } | null | undefined;
2786
2852
  width?: number | null | undefined;
@@ -2790,6 +2856,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2790
2856
  formula?: string | null | undefined;
2791
2857
  context?: string[] | null | undefined;
2792
2858
  prompt?: string | null | undefined;
2859
+ matching?: Record<string, unknown> | undefined;
2793
2860
  }) | ({
2794
2861
  type: "date";
2795
2862
  format?: string | null | undefined;
@@ -2819,7 +2886,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2819
2886
  required?: boolean | null | undefined;
2820
2887
  } | null | undefined;
2821
2888
  uiConfiguration?: {
2822
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2889
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2823
2890
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2824
2891
  } | null | undefined;
2825
2892
  width?: number | null | undefined;
@@ -2829,6 +2896,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2829
2896
  formula?: string | null | undefined;
2830
2897
  context?: string[] | null | undefined;
2831
2898
  prompt?: string | null | undefined;
2899
+ matching?: Record<string, unknown> | undefined;
2832
2900
  }) | ({
2833
2901
  type: "number";
2834
2902
  format?: string | null | undefined;
@@ -2863,7 +2931,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2863
2931
  required?: boolean | null | undefined;
2864
2932
  } | null | undefined;
2865
2933
  uiConfiguration?: {
2866
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2934
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2867
2935
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2868
2936
  } | null | undefined;
2869
2937
  width?: number | null | undefined;
@@ -2873,10 +2941,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2873
2941
  formula?: string | null | undefined;
2874
2942
  context?: string[] | null | undefined;
2875
2943
  prompt?: string | null | undefined;
2944
+ matching?: Record<string, unknown> | undefined;
2876
2945
  }) | ({
2877
2946
  options: {
2878
2947
  value: string;
2879
2948
  label: string;
2949
+ struct?: unknown;
2880
2950
  }[];
2881
2951
  type: "enum";
2882
2952
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -2906,7 +2976,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2906
2976
  required?: boolean | null | undefined;
2907
2977
  } | null | undefined;
2908
2978
  uiConfiguration?: {
2909
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2979
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2910
2980
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2911
2981
  } | null | undefined;
2912
2982
  width?: number | null | undefined;
@@ -2916,6 +2986,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
2916
2986
  formula?: string | null | undefined;
2917
2987
  context?: string[] | null | undefined;
2918
2988
  prompt?: string | null | undefined;
2989
+ matching?: Record<string, unknown> | undefined;
2919
2990
  }) | ({
2920
2991
  id: string;
2921
2992
  label: string;
@@ -3073,13 +3144,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3073
3144
  required?: boolean | null | undefined;
3074
3145
  }>>>;
3075
3146
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3076
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
3147
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3077
3148
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3078
3149
  }, "strip", import("zod").ZodTypeAny, {
3079
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3150
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3080
3151
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3081
3152
  }, {
3082
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3153
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3083
3154
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3084
3155
  }>>>;
3085
3156
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3089,6 +3160,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3089
3160
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3090
3161
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3091
3162
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3163
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3092
3164
  }, "strip", import("zod").ZodTypeAny, {
3093
3165
  suggest?: true | undefined;
3094
3166
  canExport?: boolean | null | undefined;
@@ -3107,7 +3179,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3107
3179
  required?: boolean | null | undefined;
3108
3180
  } | null | undefined;
3109
3181
  uiConfiguration?: {
3110
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3182
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3111
3183
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3112
3184
  } | null | undefined;
3113
3185
  width?: number | null | undefined;
@@ -3117,6 +3189,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3117
3189
  formula?: string | null | undefined;
3118
3190
  context?: string[] | null | undefined;
3119
3191
  prompt?: string | null | undefined;
3192
+ matching?: Record<string, unknown> | undefined;
3120
3193
  }, {
3121
3194
  suggest?: true | undefined;
3122
3195
  canExport?: boolean | null | undefined;
@@ -3135,7 +3208,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3135
3208
  required?: boolean | null | undefined;
3136
3209
  } | null | undefined;
3137
3210
  uiConfiguration?: {
3138
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3211
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3139
3212
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3140
3213
  } | null | undefined;
3141
3214
  width?: number | null | undefined;
@@ -3145,6 +3218,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3145
3218
  formula?: string | null | undefined;
3146
3219
  context?: string[] | null | undefined;
3147
3220
  prompt?: string | null | undefined;
3221
+ matching?: Record<string, unknown> | undefined;
3148
3222
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3149
3223
  type: import("zod").ZodLiteral<"date">;
3150
3224
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3228,13 +3302,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3228
3302
  required?: boolean | null | undefined;
3229
3303
  }>>>;
3230
3304
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3231
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
3305
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3232
3306
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3233
3307
  }, "strip", import("zod").ZodTypeAny, {
3234
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3308
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3235
3309
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3236
3310
  }, {
3237
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3311
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3238
3312
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3239
3313
  }>>>;
3240
3314
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3244,6 +3318,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3244
3318
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3245
3319
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3246
3320
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3321
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3247
3322
  }, "strip", import("zod").ZodTypeAny, {
3248
3323
  suggest?: true | undefined;
3249
3324
  canExport?: boolean | null | undefined;
@@ -3262,7 +3337,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3262
3337
  required?: boolean | null | undefined;
3263
3338
  } | null | undefined;
3264
3339
  uiConfiguration?: {
3265
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3340
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3266
3341
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3267
3342
  } | null | undefined;
3268
3343
  width?: number | null | undefined;
@@ -3272,6 +3347,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3272
3347
  formula?: string | null | undefined;
3273
3348
  context?: string[] | null | undefined;
3274
3349
  prompt?: string | null | undefined;
3350
+ matching?: Record<string, unknown> | undefined;
3275
3351
  }, {
3276
3352
  suggest?: true | undefined;
3277
3353
  canExport?: boolean | null | undefined;
@@ -3290,7 +3366,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3290
3366
  required?: boolean | null | undefined;
3291
3367
  } | null | undefined;
3292
3368
  uiConfiguration?: {
3293
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3369
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3294
3370
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3295
3371
  } | null | undefined;
3296
3372
  width?: number | null | undefined;
@@ -3300,6 +3376,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3300
3376
  formula?: string | null | undefined;
3301
3377
  context?: string[] | null | undefined;
3302
3378
  prompt?: string | null | undefined;
3379
+ matching?: Record<string, unknown> | undefined;
3303
3380
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3304
3381
  type: import("zod").ZodLiteral<"number">;
3305
3382
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3410,13 +3487,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3410
3487
  required?: boolean | null | undefined;
3411
3488
  }>>>;
3412
3489
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3413
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
3490
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3414
3491
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3415
3492
  }, "strip", import("zod").ZodTypeAny, {
3416
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3493
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3417
3494
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3418
3495
  }, {
3419
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3496
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3420
3497
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3421
3498
  }>>>;
3422
3499
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3426,6 +3503,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3426
3503
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3427
3504
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3428
3505
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3506
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3429
3507
  }, "strip", import("zod").ZodTypeAny, {
3430
3508
  suggest?: true | undefined;
3431
3509
  canExport?: boolean | null | undefined;
@@ -3444,7 +3522,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3444
3522
  required?: boolean | null | undefined;
3445
3523
  } | null | undefined;
3446
3524
  uiConfiguration?: {
3447
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3525
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3448
3526
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3449
3527
  } | null | undefined;
3450
3528
  width?: number | null | undefined;
@@ -3454,6 +3532,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3454
3532
  formula?: string | null | undefined;
3455
3533
  context?: string[] | null | undefined;
3456
3534
  prompt?: string | null | undefined;
3535
+ matching?: Record<string, unknown> | undefined;
3457
3536
  }, {
3458
3537
  suggest?: true | undefined;
3459
3538
  canExport?: boolean | null | undefined;
@@ -3472,7 +3551,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3472
3551
  required?: boolean | null | undefined;
3473
3552
  } | null | undefined;
3474
3553
  uiConfiguration?: {
3475
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3554
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3476
3555
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3477
3556
  } | null | undefined;
3478
3557
  width?: number | null | undefined;
@@ -3482,23 +3561,28 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3482
3561
  formula?: string | null | undefined;
3483
3562
  context?: string[] | null | undefined;
3484
3563
  prompt?: string | null | undefined;
3564
+ matching?: Record<string, unknown> | undefined;
3485
3565
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3486
3566
  type: import("zod").ZodLiteral<"enum">;
3487
3567
  options: import("zod").ZodArray<import("zod").ZodObject<{
3488
3568
  value: import("zod").ZodString;
3489
3569
  label: import("zod").ZodString;
3570
+ struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
3490
3571
  }, "strip", import("zod").ZodTypeAny, {
3491
3572
  value: string;
3492
3573
  label: string;
3574
+ struct?: unknown;
3493
3575
  }, {
3494
3576
  value: string;
3495
3577
  label: string;
3578
+ struct?: unknown;
3496
3579
  }>, "many">;
3497
3580
  enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
3498
3581
  }, "strip", import("zod").ZodTypeAny, {
3499
3582
  options: {
3500
3583
  value: string;
3501
3584
  label: string;
3585
+ struct?: unknown;
3502
3586
  }[];
3503
3587
  type: "enum";
3504
3588
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -3506,6 +3590,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3506
3590
  options: {
3507
3591
  value: string;
3508
3592
  label: string;
3593
+ struct?: unknown;
3509
3594
  }[];
3510
3595
  type: "enum";
3511
3596
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -3583,13 +3668,13 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3583
3668
  required?: boolean | null | undefined;
3584
3669
  }>>>;
3585
3670
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3586
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
3671
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3587
3672
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3588
3673
  }, "strip", import("zod").ZodTypeAny, {
3589
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3674
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3590
3675
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3591
3676
  }, {
3592
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3677
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3593
3678
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3594
3679
  }>>>;
3595
3680
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3599,6 +3684,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3599
3684
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3600
3685
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3601
3686
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3687
+ matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3602
3688
  }, "strip", import("zod").ZodTypeAny, {
3603
3689
  suggest?: true | undefined;
3604
3690
  canExport?: boolean | null | undefined;
@@ -3617,7 +3703,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3617
3703
  required?: boolean | null | undefined;
3618
3704
  } | null | undefined;
3619
3705
  uiConfiguration?: {
3620
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3706
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3621
3707
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3622
3708
  } | null | undefined;
3623
3709
  width?: number | null | undefined;
@@ -3627,6 +3713,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3627
3713
  formula?: string | null | undefined;
3628
3714
  context?: string[] | null | undefined;
3629
3715
  prompt?: string | null | undefined;
3716
+ matching?: Record<string, unknown> | undefined;
3630
3717
  }, {
3631
3718
  suggest?: true | undefined;
3632
3719
  canExport?: boolean | null | undefined;
@@ -3645,7 +3732,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3645
3732
  required?: boolean | null | undefined;
3646
3733
  } | null | undefined;
3647
3734
  uiConfiguration?: {
3648
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3735
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3649
3736
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3650
3737
  } | null | undefined;
3651
3738
  width?: number | null | undefined;
@@ -3655,6 +3742,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3655
3742
  formula?: string | null | undefined;
3656
3743
  context?: string[] | null | undefined;
3657
3744
  prompt?: string | null | undefined;
3745
+ matching?: Record<string, unknown> | undefined;
3658
3746
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
3659
3747
  id: import("zod").ZodString;
3660
3748
  label: import("zod").ZodString;
@@ -3728,7 +3816,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3728
3816
  required?: boolean | null | undefined;
3729
3817
  } | null | undefined;
3730
3818
  uiConfiguration?: {
3731
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3819
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3732
3820
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3733
3821
  } | null | undefined;
3734
3822
  width?: number | null | undefined;
@@ -3738,6 +3826,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3738
3826
  formula?: string | null | undefined;
3739
3827
  context?: string[] | null | undefined;
3740
3828
  prompt?: string | null | undefined;
3829
+ matching?: Record<string, unknown> | undefined;
3741
3830
  }) | ({
3742
3831
  type: "date";
3743
3832
  format?: string | null | undefined;
@@ -3767,7 +3856,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3767
3856
  required?: boolean | null | undefined;
3768
3857
  } | null | undefined;
3769
3858
  uiConfiguration?: {
3770
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3859
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3771
3860
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3772
3861
  } | null | undefined;
3773
3862
  width?: number | null | undefined;
@@ -3777,6 +3866,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3777
3866
  formula?: string | null | undefined;
3778
3867
  context?: string[] | null | undefined;
3779
3868
  prompt?: string | null | undefined;
3869
+ matching?: Record<string, unknown> | undefined;
3780
3870
  }) | ({
3781
3871
  type: "number";
3782
3872
  format?: string | null | undefined;
@@ -3811,7 +3901,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3811
3901
  required?: boolean | null | undefined;
3812
3902
  } | null | undefined;
3813
3903
  uiConfiguration?: {
3814
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3904
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3815
3905
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3816
3906
  } | null | undefined;
3817
3907
  width?: number | null | undefined;
@@ -3821,10 +3911,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3821
3911
  formula?: string | null | undefined;
3822
3912
  context?: string[] | null | undefined;
3823
3913
  prompt?: string | null | undefined;
3914
+ matching?: Record<string, unknown> | undefined;
3824
3915
  }) | ({
3825
3916
  options: {
3826
3917
  value: string;
3827
3918
  label: string;
3919
+ struct?: unknown;
3828
3920
  }[];
3829
3921
  type: "enum";
3830
3922
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -3854,7 +3946,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3854
3946
  required?: boolean | null | undefined;
3855
3947
  } | null | undefined;
3856
3948
  uiConfiguration?: {
3857
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3949
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3858
3950
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3859
3951
  } | null | undefined;
3860
3952
  width?: number | null | undefined;
@@ -3864,6 +3956,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3864
3956
  formula?: string | null | undefined;
3865
3957
  context?: string[] | null | undefined;
3866
3958
  prompt?: string | null | undefined;
3959
+ matching?: Record<string, unknown> | undefined;
3867
3960
  }) | ({
3868
3961
  id: string;
3869
3962
  label: string;
@@ -3910,7 +4003,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3910
4003
  required?: boolean | null | undefined;
3911
4004
  } | null | undefined;
3912
4005
  uiConfiguration?: {
3913
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4006
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3914
4007
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3915
4008
  } | null | undefined;
3916
4009
  width?: number | null | undefined;
@@ -3920,6 +4013,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3920
4013
  formula?: string | null | undefined;
3921
4014
  context?: string[] | null | undefined;
3922
4015
  prompt?: string | null | undefined;
4016
+ matching?: Record<string, unknown> | undefined;
3923
4017
  }) | ({
3924
4018
  type: "date";
3925
4019
  format?: string | null | undefined;
@@ -3949,7 +4043,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3949
4043
  required?: boolean | null | undefined;
3950
4044
  } | null | undefined;
3951
4045
  uiConfiguration?: {
3952
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4046
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3953
4047
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3954
4048
  } | null | undefined;
3955
4049
  width?: number | null | undefined;
@@ -3959,6 +4053,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3959
4053
  formula?: string | null | undefined;
3960
4054
  context?: string[] | null | undefined;
3961
4055
  prompt?: string | null | undefined;
4056
+ matching?: Record<string, unknown> | undefined;
3962
4057
  }) | ({
3963
4058
  type: "number";
3964
4059
  format?: string | null | undefined;
@@ -3993,7 +4088,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
3993
4088
  required?: boolean | null | undefined;
3994
4089
  } | null | undefined;
3995
4090
  uiConfiguration?: {
3996
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4091
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3997
4092
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3998
4093
  } | null | undefined;
3999
4094
  width?: number | null | undefined;
@@ -4003,10 +4098,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4003
4098
  formula?: string | null | undefined;
4004
4099
  context?: string[] | null | undefined;
4005
4100
  prompt?: string | null | undefined;
4101
+ matching?: Record<string, unknown> | undefined;
4006
4102
  }) | ({
4007
4103
  options: {
4008
4104
  value: string;
4009
4105
  label: string;
4106
+ struct?: unknown;
4010
4107
  }[];
4011
4108
  type: "enum";
4012
4109
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4036,7 +4133,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4036
4133
  required?: boolean | null | undefined;
4037
4134
  } | null | undefined;
4038
4135
  uiConfiguration?: {
4039
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4136
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4040
4137
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4041
4138
  } | null | undefined;
4042
4139
  width?: number | null | undefined;
@@ -4046,6 +4143,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4046
4143
  formula?: string | null | undefined;
4047
4144
  context?: string[] | null | undefined;
4048
4145
  prompt?: string | null | undefined;
4146
+ matching?: Record<string, unknown> | undefined;
4049
4147
  }) | ({
4050
4148
  id: string;
4051
4149
  label: string;
@@ -4112,7 +4210,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4112
4210
  required?: boolean | null | undefined;
4113
4211
  } | null | undefined;
4114
4212
  uiConfiguration?: {
4115
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4213
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4116
4214
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4117
4215
  } | null | undefined;
4118
4216
  width?: number | null | undefined;
@@ -4122,6 +4220,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4122
4220
  formula?: string | null | undefined;
4123
4221
  context?: string[] | null | undefined;
4124
4222
  prompt?: string | null | undefined;
4223
+ matching?: Record<string, unknown> | undefined;
4125
4224
  }) | ({
4126
4225
  type: "date";
4127
4226
  format?: string | null | undefined;
@@ -4151,7 +4250,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4151
4250
  required?: boolean | null | undefined;
4152
4251
  } | null | undefined;
4153
4252
  uiConfiguration?: {
4154
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4253
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4155
4254
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4156
4255
  } | null | undefined;
4157
4256
  width?: number | null | undefined;
@@ -4161,6 +4260,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4161
4260
  formula?: string | null | undefined;
4162
4261
  context?: string[] | null | undefined;
4163
4262
  prompt?: string | null | undefined;
4263
+ matching?: Record<string, unknown> | undefined;
4164
4264
  }) | ({
4165
4265
  type: "number";
4166
4266
  format?: string | null | undefined;
@@ -4195,7 +4295,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4195
4295
  required?: boolean | null | undefined;
4196
4296
  } | null | undefined;
4197
4297
  uiConfiguration?: {
4198
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4298
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4199
4299
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4200
4300
  } | null | undefined;
4201
4301
  width?: number | null | undefined;
@@ -4205,10 +4305,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4205
4305
  formula?: string | null | undefined;
4206
4306
  context?: string[] | null | undefined;
4207
4307
  prompt?: string | null | undefined;
4308
+ matching?: Record<string, unknown> | undefined;
4208
4309
  }) | ({
4209
4310
  options: {
4210
4311
  value: string;
4211
4312
  label: string;
4313
+ struct?: unknown;
4212
4314
  }[];
4213
4315
  type: "enum";
4214
4316
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4238,7 +4340,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4238
4340
  required?: boolean | null | undefined;
4239
4341
  } | null | undefined;
4240
4342
  uiConfiguration?: {
4241
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4343
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4242
4344
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4243
4345
  } | null | undefined;
4244
4346
  width?: number | null | undefined;
@@ -4248,6 +4350,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4248
4350
  formula?: string | null | undefined;
4249
4351
  context?: string[] | null | undefined;
4250
4352
  prompt?: string | null | undefined;
4353
+ matching?: Record<string, unknown> | undefined;
4251
4354
  }) | ({
4252
4355
  id: string;
4253
4356
  label: string;
@@ -4302,7 +4405,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4302
4405
  required?: boolean | null | undefined;
4303
4406
  } | null | undefined;
4304
4407
  uiConfiguration?: {
4305
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4408
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4306
4409
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4307
4410
  } | null | undefined;
4308
4411
  width?: number | null | undefined;
@@ -4312,6 +4415,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4312
4415
  formula?: string | null | undefined;
4313
4416
  context?: string[] | null | undefined;
4314
4417
  prompt?: string | null | undefined;
4418
+ matching?: Record<string, unknown> | undefined;
4315
4419
  }) | ({
4316
4420
  type: "date";
4317
4421
  format?: string | null | undefined;
@@ -4341,7 +4445,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4341
4445
  required?: boolean | null | undefined;
4342
4446
  } | null | undefined;
4343
4447
  uiConfiguration?: {
4344
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4448
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4345
4449
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4346
4450
  } | null | undefined;
4347
4451
  width?: number | null | undefined;
@@ -4351,6 +4455,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4351
4455
  formula?: string | null | undefined;
4352
4456
  context?: string[] | null | undefined;
4353
4457
  prompt?: string | null | undefined;
4458
+ matching?: Record<string, unknown> | undefined;
4354
4459
  }) | ({
4355
4460
  type: "number";
4356
4461
  format?: string | null | undefined;
@@ -4385,7 +4490,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4385
4490
  required?: boolean | null | undefined;
4386
4491
  } | null | undefined;
4387
4492
  uiConfiguration?: {
4388
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4493
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4389
4494
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4390
4495
  } | null | undefined;
4391
4496
  width?: number | null | undefined;
@@ -4395,10 +4500,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4395
4500
  formula?: string | null | undefined;
4396
4501
  context?: string[] | null | undefined;
4397
4502
  prompt?: string | null | undefined;
4503
+ matching?: Record<string, unknown> | undefined;
4398
4504
  }) | ({
4399
4505
  options: {
4400
4506
  value: string;
4401
4507
  label: string;
4508
+ struct?: unknown;
4402
4509
  }[];
4403
4510
  type: "enum";
4404
4511
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4428,7 +4535,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4428
4535
  required?: boolean | null | undefined;
4429
4536
  } | null | undefined;
4430
4537
  uiConfiguration?: {
4431
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4538
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4432
4539
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4433
4540
  } | null | undefined;
4434
4541
  width?: number | null | undefined;
@@ -4438,6 +4545,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4438
4545
  formula?: string | null | undefined;
4439
4546
  context?: string[] | null | undefined;
4440
4547
  prompt?: string | null | undefined;
4548
+ matching?: Record<string, unknown> | undefined;
4441
4549
  }) | ({
4442
4550
  id: string;
4443
4551
  label: string;
@@ -4552,7 +4660,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4552
4660
  required?: boolean | null | undefined;
4553
4661
  } | null | undefined;
4554
4662
  uiConfiguration?: {
4555
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4663
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4556
4664
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4557
4665
  } | null | undefined;
4558
4666
  width?: number | null | undefined;
@@ -4562,6 +4670,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4562
4670
  formula?: string | null | undefined;
4563
4671
  context?: string[] | null | undefined;
4564
4672
  prompt?: string | null | undefined;
4673
+ matching?: Record<string, unknown> | undefined;
4565
4674
  }) | ({
4566
4675
  type: "date";
4567
4676
  format?: string | null | undefined;
@@ -4591,7 +4700,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4591
4700
  required?: boolean | null | undefined;
4592
4701
  } | null | undefined;
4593
4702
  uiConfiguration?: {
4594
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4703
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4595
4704
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4596
4705
  } | null | undefined;
4597
4706
  width?: number | null | undefined;
@@ -4601,6 +4710,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4601
4710
  formula?: string | null | undefined;
4602
4711
  context?: string[] | null | undefined;
4603
4712
  prompt?: string | null | undefined;
4713
+ matching?: Record<string, unknown> | undefined;
4604
4714
  }) | ({
4605
4715
  type: "number";
4606
4716
  format?: string | null | undefined;
@@ -4635,7 +4745,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4635
4745
  required?: boolean | null | undefined;
4636
4746
  } | null | undefined;
4637
4747
  uiConfiguration?: {
4638
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4748
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4639
4749
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4640
4750
  } | null | undefined;
4641
4751
  width?: number | null | undefined;
@@ -4645,10 +4755,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4645
4755
  formula?: string | null | undefined;
4646
4756
  context?: string[] | null | undefined;
4647
4757
  prompt?: string | null | undefined;
4758
+ matching?: Record<string, unknown> | undefined;
4648
4759
  }) | ({
4649
4760
  options: {
4650
4761
  value: string;
4651
4762
  label: string;
4763
+ struct?: unknown;
4652
4764
  }[];
4653
4765
  type: "enum";
4654
4766
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4678,7 +4790,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4678
4790
  required?: boolean | null | undefined;
4679
4791
  } | null | undefined;
4680
4792
  uiConfiguration?: {
4681
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4793
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4682
4794
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4683
4795
  } | null | undefined;
4684
4796
  width?: number | null | undefined;
@@ -4688,6 +4800,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4688
4800
  formula?: string | null | undefined;
4689
4801
  context?: string[] | null | undefined;
4690
4802
  prompt?: string | null | undefined;
4803
+ matching?: Record<string, unknown> | undefined;
4691
4804
  }) | ({
4692
4805
  id: string;
4693
4806
  label: string;
@@ -4731,7 +4844,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4731
4844
  required?: boolean | null | undefined;
4732
4845
  } | null | undefined;
4733
4846
  uiConfiguration?: {
4734
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4847
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4735
4848
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4736
4849
  } | null | undefined;
4737
4850
  width?: number | null | undefined;
@@ -4741,6 +4854,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4741
4854
  formula?: string | null | undefined;
4742
4855
  context?: string[] | null | undefined;
4743
4856
  prompt?: string | null | undefined;
4857
+ matching?: Record<string, unknown> | undefined;
4744
4858
  }) | ({
4745
4859
  type: "date";
4746
4860
  format?: string | null | undefined;
@@ -4770,7 +4884,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4770
4884
  required?: boolean | null | undefined;
4771
4885
  } | null | undefined;
4772
4886
  uiConfiguration?: {
4773
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4887
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4774
4888
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4775
4889
  } | null | undefined;
4776
4890
  width?: number | null | undefined;
@@ -4780,6 +4894,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4780
4894
  formula?: string | null | undefined;
4781
4895
  context?: string[] | null | undefined;
4782
4896
  prompt?: string | null | undefined;
4897
+ matching?: Record<string, unknown> | undefined;
4783
4898
  }) | ({
4784
4899
  type: "number";
4785
4900
  format?: string | null | undefined;
@@ -4814,7 +4929,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4814
4929
  required?: boolean | null | undefined;
4815
4930
  } | null | undefined;
4816
4931
  uiConfiguration?: {
4817
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4932
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4818
4933
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4819
4934
  } | null | undefined;
4820
4935
  width?: number | null | undefined;
@@ -4824,10 +4939,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4824
4939
  formula?: string | null | undefined;
4825
4940
  context?: string[] | null | undefined;
4826
4941
  prompt?: string | null | undefined;
4942
+ matching?: Record<string, unknown> | undefined;
4827
4943
  }) | ({
4828
4944
  options: {
4829
4945
  value: string;
4830
4946
  label: string;
4947
+ struct?: unknown;
4831
4948
  }[];
4832
4949
  type: "enum";
4833
4950
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -4857,7 +4974,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4857
4974
  required?: boolean | null | undefined;
4858
4975
  } | null | undefined;
4859
4976
  uiConfiguration?: {
4860
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4977
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4861
4978
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4862
4979
  } | null | undefined;
4863
4980
  width?: number | null | undefined;
@@ -4867,6 +4984,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4867
4984
  formula?: string | null | undefined;
4868
4985
  context?: string[] | null | undefined;
4869
4986
  prompt?: string | null | undefined;
4987
+ matching?: Record<string, unknown> | undefined;
4870
4988
  }) | ({
4871
4989
  id: string;
4872
4990
  label: string;
@@ -4919,7 +5037,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4919
5037
  required?: boolean | null | undefined;
4920
5038
  } | null | undefined;
4921
5039
  uiConfiguration?: {
4922
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5040
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4923
5041
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4924
5042
  } | null | undefined;
4925
5043
  width?: number | null | undefined;
@@ -4929,6 +5047,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4929
5047
  formula?: string | null | undefined;
4930
5048
  context?: string[] | null | undefined;
4931
5049
  prompt?: string | null | undefined;
5050
+ matching?: Record<string, unknown> | undefined;
4932
5051
  }) | ({
4933
5052
  type: "date";
4934
5053
  format?: string | null | undefined;
@@ -4958,7 +5077,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4958
5077
  required?: boolean | null | undefined;
4959
5078
  } | null | undefined;
4960
5079
  uiConfiguration?: {
4961
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5080
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4962
5081
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4963
5082
  } | null | undefined;
4964
5083
  width?: number | null | undefined;
@@ -4968,6 +5087,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
4968
5087
  formula?: string | null | undefined;
4969
5088
  context?: string[] | null | undefined;
4970
5089
  prompt?: string | null | undefined;
5090
+ matching?: Record<string, unknown> | undefined;
4971
5091
  }) | ({
4972
5092
  type: "number";
4973
5093
  format?: string | null | undefined;
@@ -5002,7 +5122,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5002
5122
  required?: boolean | null | undefined;
5003
5123
  } | null | undefined;
5004
5124
  uiConfiguration?: {
5005
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5125
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5006
5126
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5007
5127
  } | null | undefined;
5008
5128
  width?: number | null | undefined;
@@ -5012,10 +5132,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5012
5132
  formula?: string | null | undefined;
5013
5133
  context?: string[] | null | undefined;
5014
5134
  prompt?: string | null | undefined;
5135
+ matching?: Record<string, unknown> | undefined;
5015
5136
  }) | ({
5016
5137
  options: {
5017
5138
  value: string;
5018
5139
  label: string;
5140
+ struct?: unknown;
5019
5141
  }[];
5020
5142
  type: "enum";
5021
5143
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5045,7 +5167,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5045
5167
  required?: boolean | null | undefined;
5046
5168
  } | null | undefined;
5047
5169
  uiConfiguration?: {
5048
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5170
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5049
5171
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5050
5172
  } | null | undefined;
5051
5173
  width?: number | null | undefined;
@@ -5055,6 +5177,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5055
5177
  formula?: string | null | undefined;
5056
5178
  context?: string[] | null | undefined;
5057
5179
  prompt?: string | null | undefined;
5180
+ matching?: Record<string, unknown> | undefined;
5058
5181
  }) | ({
5059
5182
  id: string;
5060
5183
  label: string;
@@ -5117,7 +5240,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5117
5240
  required?: boolean | null | undefined;
5118
5241
  } | null | undefined;
5119
5242
  uiConfiguration?: {
5120
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5243
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5121
5244
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5122
5245
  } | null | undefined;
5123
5246
  width?: number | null | undefined;
@@ -5127,6 +5250,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5127
5250
  formula?: string | null | undefined;
5128
5251
  context?: string[] | null | undefined;
5129
5252
  prompt?: string | null | undefined;
5253
+ matching?: Record<string, unknown> | undefined;
5130
5254
  }) | ({
5131
5255
  type: "date";
5132
5256
  format?: string | null | undefined;
@@ -5156,7 +5280,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5156
5280
  required?: boolean | null | undefined;
5157
5281
  } | null | undefined;
5158
5282
  uiConfiguration?: {
5159
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5283
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5160
5284
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5161
5285
  } | null | undefined;
5162
5286
  width?: number | null | undefined;
@@ -5166,6 +5290,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5166
5290
  formula?: string | null | undefined;
5167
5291
  context?: string[] | null | undefined;
5168
5292
  prompt?: string | null | undefined;
5293
+ matching?: Record<string, unknown> | undefined;
5169
5294
  }) | ({
5170
5295
  type: "number";
5171
5296
  format?: string | null | undefined;
@@ -5200,7 +5325,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5200
5325
  required?: boolean | null | undefined;
5201
5326
  } | null | undefined;
5202
5327
  uiConfiguration?: {
5203
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5328
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5204
5329
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5205
5330
  } | null | undefined;
5206
5331
  width?: number | null | undefined;
@@ -5210,10 +5335,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5210
5335
  formula?: string | null | undefined;
5211
5336
  context?: string[] | null | undefined;
5212
5337
  prompt?: string | null | undefined;
5338
+ matching?: Record<string, unknown> | undefined;
5213
5339
  }) | ({
5214
5340
  options: {
5215
5341
  value: string;
5216
5342
  label: string;
5343
+ struct?: unknown;
5217
5344
  }[];
5218
5345
  type: "enum";
5219
5346
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5243,7 +5370,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5243
5370
  required?: boolean | null | undefined;
5244
5371
  } | null | undefined;
5245
5372
  uiConfiguration?: {
5246
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5373
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5247
5374
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5248
5375
  } | null | undefined;
5249
5376
  width?: number | null | undefined;
@@ -5253,6 +5380,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5253
5380
  formula?: string | null | undefined;
5254
5381
  context?: string[] | null | undefined;
5255
5382
  prompt?: string | null | undefined;
5383
+ matching?: Record<string, unknown> | undefined;
5256
5384
  }) | ({
5257
5385
  id: string;
5258
5386
  label: string;
@@ -5326,7 +5454,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5326
5454
  required?: boolean | null | undefined;
5327
5455
  } | null | undefined;
5328
5456
  uiConfiguration?: {
5329
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5457
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5330
5458
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5331
5459
  } | null | undefined;
5332
5460
  width?: number | null | undefined;
@@ -5336,6 +5464,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5336
5464
  formula?: string | null | undefined;
5337
5465
  context?: string[] | null | undefined;
5338
5466
  prompt?: string | null | undefined;
5467
+ matching?: Record<string, unknown> | undefined;
5339
5468
  }) | ({
5340
5469
  type: "date";
5341
5470
  format?: string | null | undefined;
@@ -5365,7 +5494,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5365
5494
  required?: boolean | null | undefined;
5366
5495
  } | null | undefined;
5367
5496
  uiConfiguration?: {
5368
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5497
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5369
5498
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5370
5499
  } | null | undefined;
5371
5500
  width?: number | null | undefined;
@@ -5375,6 +5504,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5375
5504
  formula?: string | null | undefined;
5376
5505
  context?: string[] | null | undefined;
5377
5506
  prompt?: string | null | undefined;
5507
+ matching?: Record<string, unknown> | undefined;
5378
5508
  }) | ({
5379
5509
  type: "number";
5380
5510
  format?: string | null | undefined;
@@ -5409,7 +5539,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5409
5539
  required?: boolean | null | undefined;
5410
5540
  } | null | undefined;
5411
5541
  uiConfiguration?: {
5412
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5542
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5413
5543
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5414
5544
  } | null | undefined;
5415
5545
  width?: number | null | undefined;
@@ -5419,10 +5549,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5419
5549
  formula?: string | null | undefined;
5420
5550
  context?: string[] | null | undefined;
5421
5551
  prompt?: string | null | undefined;
5552
+ matching?: Record<string, unknown> | undefined;
5422
5553
  }) | ({
5423
5554
  options: {
5424
5555
  value: string;
5425
5556
  label: string;
5557
+ struct?: unknown;
5426
5558
  }[];
5427
5559
  type: "enum";
5428
5560
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5452,7 +5584,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5452
5584
  required?: boolean | null | undefined;
5453
5585
  } | null | undefined;
5454
5586
  uiConfiguration?: {
5455
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5587
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5456
5588
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5457
5589
  } | null | undefined;
5458
5590
  width?: number | null | undefined;
@@ -5462,6 +5594,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5462
5594
  formula?: string | null | undefined;
5463
5595
  context?: string[] | null | undefined;
5464
5596
  prompt?: string | null | undefined;
5597
+ matching?: Record<string, unknown> | undefined;
5465
5598
  }) | ({
5466
5599
  id: string;
5467
5600
  label: string;
@@ -5505,7 +5638,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5505
5638
  required?: boolean | null | undefined;
5506
5639
  } | null | undefined;
5507
5640
  uiConfiguration?: {
5508
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5641
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5509
5642
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5510
5643
  } | null | undefined;
5511
5644
  width?: number | null | undefined;
@@ -5515,6 +5648,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5515
5648
  formula?: string | null | undefined;
5516
5649
  context?: string[] | null | undefined;
5517
5650
  prompt?: string | null | undefined;
5651
+ matching?: Record<string, unknown> | undefined;
5518
5652
  }) | ({
5519
5653
  type: "date";
5520
5654
  format?: string | null | undefined;
@@ -5544,7 +5678,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5544
5678
  required?: boolean | null | undefined;
5545
5679
  } | null | undefined;
5546
5680
  uiConfiguration?: {
5547
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5681
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5548
5682
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5549
5683
  } | null | undefined;
5550
5684
  width?: number | null | undefined;
@@ -5554,6 +5688,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5554
5688
  formula?: string | null | undefined;
5555
5689
  context?: string[] | null | undefined;
5556
5690
  prompt?: string | null | undefined;
5691
+ matching?: Record<string, unknown> | undefined;
5557
5692
  }) | ({
5558
5693
  type: "number";
5559
5694
  format?: string | null | undefined;
@@ -5588,7 +5723,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5588
5723
  required?: boolean | null | undefined;
5589
5724
  } | null | undefined;
5590
5725
  uiConfiguration?: {
5591
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5726
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5592
5727
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5593
5728
  } | null | undefined;
5594
5729
  width?: number | null | undefined;
@@ -5598,10 +5733,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5598
5733
  formula?: string | null | undefined;
5599
5734
  context?: string[] | null | undefined;
5600
5735
  prompt?: string | null | undefined;
5736
+ matching?: Record<string, unknown> | undefined;
5601
5737
  }) | ({
5602
5738
  options: {
5603
5739
  value: string;
5604
5740
  label: string;
5741
+ struct?: unknown;
5605
5742
  }[];
5606
5743
  type: "enum";
5607
5744
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5631,7 +5768,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5631
5768
  required?: boolean | null | undefined;
5632
5769
  } | null | undefined;
5633
5770
  uiConfiguration?: {
5634
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5771
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5635
5772
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5636
5773
  } | null | undefined;
5637
5774
  width?: number | null | undefined;
@@ -5641,6 +5778,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5641
5778
  formula?: string | null | undefined;
5642
5779
  context?: string[] | null | undefined;
5643
5780
  prompt?: string | null | undefined;
5781
+ matching?: Record<string, unknown> | undefined;
5644
5782
  }) | ({
5645
5783
  id: string;
5646
5784
  label: string;
@@ -5693,7 +5831,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5693
5831
  required?: boolean | null | undefined;
5694
5832
  } | null | undefined;
5695
5833
  uiConfiguration?: {
5696
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5834
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5697
5835
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5698
5836
  } | null | undefined;
5699
5837
  width?: number | null | undefined;
@@ -5703,6 +5841,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5703
5841
  formula?: string | null | undefined;
5704
5842
  context?: string[] | null | undefined;
5705
5843
  prompt?: string | null | undefined;
5844
+ matching?: Record<string, unknown> | undefined;
5706
5845
  }) | ({
5707
5846
  type: "date";
5708
5847
  format?: string | null | undefined;
@@ -5732,7 +5871,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5732
5871
  required?: boolean | null | undefined;
5733
5872
  } | null | undefined;
5734
5873
  uiConfiguration?: {
5735
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5874
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5736
5875
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5737
5876
  } | null | undefined;
5738
5877
  width?: number | null | undefined;
@@ -5742,6 +5881,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5742
5881
  formula?: string | null | undefined;
5743
5882
  context?: string[] | null | undefined;
5744
5883
  prompt?: string | null | undefined;
5884
+ matching?: Record<string, unknown> | undefined;
5745
5885
  }) | ({
5746
5886
  type: "number";
5747
5887
  format?: string | null | undefined;
@@ -5776,7 +5916,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5776
5916
  required?: boolean | null | undefined;
5777
5917
  } | null | undefined;
5778
5918
  uiConfiguration?: {
5779
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5919
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5780
5920
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5781
5921
  } | null | undefined;
5782
5922
  width?: number | null | undefined;
@@ -5786,10 +5926,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5786
5926
  formula?: string | null | undefined;
5787
5927
  context?: string[] | null | undefined;
5788
5928
  prompt?: string | null | undefined;
5929
+ matching?: Record<string, unknown> | undefined;
5789
5930
  }) | ({
5790
5931
  options: {
5791
5932
  value: string;
5792
5933
  label: string;
5934
+ struct?: unknown;
5793
5935
  }[];
5794
5936
  type: "enum";
5795
5937
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -5819,7 +5961,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5819
5961
  required?: boolean | null | undefined;
5820
5962
  } | null | undefined;
5821
5963
  uiConfiguration?: {
5822
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5964
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5823
5965
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5824
5966
  } | null | undefined;
5825
5967
  width?: number | null | undefined;
@@ -5829,6 +5971,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5829
5971
  formula?: string | null | undefined;
5830
5972
  context?: string[] | null | undefined;
5831
5973
  prompt?: string | null | undefined;
5974
+ matching?: Record<string, unknown> | undefined;
5832
5975
  }) | ({
5833
5976
  id: string;
5834
5977
  label: string;
@@ -5891,7 +6034,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5891
6034
  required?: boolean | null | undefined;
5892
6035
  } | null | undefined;
5893
6036
  uiConfiguration?: {
5894
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6037
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5895
6038
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5896
6039
  } | null | undefined;
5897
6040
  width?: number | null | undefined;
@@ -5901,6 +6044,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5901
6044
  formula?: string | null | undefined;
5902
6045
  context?: string[] | null | undefined;
5903
6046
  prompt?: string | null | undefined;
6047
+ matching?: Record<string, unknown> | undefined;
5904
6048
  }) | ({
5905
6049
  type: "date";
5906
6050
  format?: string | null | undefined;
@@ -5930,7 +6074,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5930
6074
  required?: boolean | null | undefined;
5931
6075
  } | null | undefined;
5932
6076
  uiConfiguration?: {
5933
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6077
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5934
6078
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5935
6079
  } | null | undefined;
5936
6080
  width?: number | null | undefined;
@@ -5940,6 +6084,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5940
6084
  formula?: string | null | undefined;
5941
6085
  context?: string[] | null | undefined;
5942
6086
  prompt?: string | null | undefined;
6087
+ matching?: Record<string, unknown> | undefined;
5943
6088
  }) | ({
5944
6089
  type: "number";
5945
6090
  format?: string | null | undefined;
@@ -5974,7 +6119,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5974
6119
  required?: boolean | null | undefined;
5975
6120
  } | null | undefined;
5976
6121
  uiConfiguration?: {
5977
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6122
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5978
6123
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5979
6124
  } | null | undefined;
5980
6125
  width?: number | null | undefined;
@@ -5984,10 +6129,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
5984
6129
  formula?: string | null | undefined;
5985
6130
  context?: string[] | null | undefined;
5986
6131
  prompt?: string | null | undefined;
6132
+ matching?: Record<string, unknown> | undefined;
5987
6133
  }) | ({
5988
6134
  options: {
5989
6135
  value: string;
5990
6136
  label: string;
6137
+ struct?: unknown;
5991
6138
  }[];
5992
6139
  type: "enum";
5993
6140
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -6017,7 +6164,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6017
6164
  required?: boolean | null | undefined;
6018
6165
  } | null | undefined;
6019
6166
  uiConfiguration?: {
6020
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6167
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6021
6168
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6022
6169
  } | null | undefined;
6023
6170
  width?: number | null | undefined;
@@ -6027,6 +6174,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6027
6174
  formula?: string | null | undefined;
6028
6175
  context?: string[] | null | undefined;
6029
6176
  prompt?: string | null | undefined;
6177
+ matching?: Record<string, unknown> | undefined;
6030
6178
  }) | ({
6031
6179
  id: string;
6032
6180
  label: string;
@@ -6108,7 +6256,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6108
6256
  required?: boolean | null | undefined;
6109
6257
  } | null | undefined;
6110
6258
  uiConfiguration?: {
6111
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6259
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6112
6260
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6113
6261
  } | null | undefined;
6114
6262
  width?: number | null | undefined;
@@ -6118,6 +6266,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6118
6266
  formula?: string | null | undefined;
6119
6267
  context?: string[] | null | undefined;
6120
6268
  prompt?: string | null | undefined;
6269
+ matching?: Record<string, unknown> | undefined;
6121
6270
  }) | ({
6122
6271
  type: "date";
6123
6272
  format?: string | null | undefined;
@@ -6147,7 +6296,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6147
6296
  required?: boolean | null | undefined;
6148
6297
  } | null | undefined;
6149
6298
  uiConfiguration?: {
6150
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6299
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6151
6300
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6152
6301
  } | null | undefined;
6153
6302
  width?: number | null | undefined;
@@ -6157,6 +6306,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6157
6306
  formula?: string | null | undefined;
6158
6307
  context?: string[] | null | undefined;
6159
6308
  prompt?: string | null | undefined;
6309
+ matching?: Record<string, unknown> | undefined;
6160
6310
  }) | ({
6161
6311
  type: "number";
6162
6312
  format?: string | null | undefined;
@@ -6191,7 +6341,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6191
6341
  required?: boolean | null | undefined;
6192
6342
  } | null | undefined;
6193
6343
  uiConfiguration?: {
6194
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6344
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6195
6345
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6196
6346
  } | null | undefined;
6197
6347
  width?: number | null | undefined;
@@ -6201,10 +6351,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6201
6351
  formula?: string | null | undefined;
6202
6352
  context?: string[] | null | undefined;
6203
6353
  prompt?: string | null | undefined;
6354
+ matching?: Record<string, unknown> | undefined;
6204
6355
  }) | ({
6205
6356
  options: {
6206
6357
  value: string;
6207
6358
  label: string;
6359
+ struct?: unknown;
6208
6360
  }[];
6209
6361
  type: "enum";
6210
6362
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -6234,7 +6386,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6234
6386
  required?: boolean | null | undefined;
6235
6387
  } | null | undefined;
6236
6388
  uiConfiguration?: {
6237
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6389
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6238
6390
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6239
6391
  } | null | undefined;
6240
6392
  width?: number | null | undefined;
@@ -6244,6 +6396,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6244
6396
  formula?: string | null | undefined;
6245
6397
  context?: string[] | null | undefined;
6246
6398
  prompt?: string | null | undefined;
6399
+ matching?: Record<string, unknown> | undefined;
6247
6400
  }) | ({
6248
6401
  id: string;
6249
6402
  label: string;
@@ -6287,7 +6440,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6287
6440
  required?: boolean | null | undefined;
6288
6441
  } | null | undefined;
6289
6442
  uiConfiguration?: {
6290
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6443
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6291
6444
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6292
6445
  } | null | undefined;
6293
6446
  width?: number | null | undefined;
@@ -6297,6 +6450,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6297
6450
  formula?: string | null | undefined;
6298
6451
  context?: string[] | null | undefined;
6299
6452
  prompt?: string | null | undefined;
6453
+ matching?: Record<string, unknown> | undefined;
6300
6454
  }) | ({
6301
6455
  type: "date";
6302
6456
  format?: string | null | undefined;
@@ -6326,7 +6480,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6326
6480
  required?: boolean | null | undefined;
6327
6481
  } | null | undefined;
6328
6482
  uiConfiguration?: {
6329
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6483
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6330
6484
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6331
6485
  } | null | undefined;
6332
6486
  width?: number | null | undefined;
@@ -6336,6 +6490,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6336
6490
  formula?: string | null | undefined;
6337
6491
  context?: string[] | null | undefined;
6338
6492
  prompt?: string | null | undefined;
6493
+ matching?: Record<string, unknown> | undefined;
6339
6494
  }) | ({
6340
6495
  type: "number";
6341
6496
  format?: string | null | undefined;
@@ -6370,7 +6525,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6370
6525
  required?: boolean | null | undefined;
6371
6526
  } | null | undefined;
6372
6527
  uiConfiguration?: {
6373
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6528
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6374
6529
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6375
6530
  } | null | undefined;
6376
6531
  width?: number | null | undefined;
@@ -6380,10 +6535,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6380
6535
  formula?: string | null | undefined;
6381
6536
  context?: string[] | null | undefined;
6382
6537
  prompt?: string | null | undefined;
6538
+ matching?: Record<string, unknown> | undefined;
6383
6539
  }) | ({
6384
6540
  options: {
6385
6541
  value: string;
6386
6542
  label: string;
6543
+ struct?: unknown;
6387
6544
  }[];
6388
6545
  type: "enum";
6389
6546
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -6413,7 +6570,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6413
6570
  required?: boolean | null | undefined;
6414
6571
  } | null | undefined;
6415
6572
  uiConfiguration?: {
6416
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6573
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6417
6574
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6418
6575
  } | null | undefined;
6419
6576
  width?: number | null | undefined;
@@ -6423,6 +6580,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6423
6580
  formula?: string | null | undefined;
6424
6581
  context?: string[] | null | undefined;
6425
6582
  prompt?: string | null | undefined;
6583
+ matching?: Record<string, unknown> | undefined;
6426
6584
  }) | ({
6427
6585
  id: string;
6428
6586
  label: string;
@@ -6475,7 +6633,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6475
6633
  required?: boolean | null | undefined;
6476
6634
  } | null | undefined;
6477
6635
  uiConfiguration?: {
6478
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6636
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6479
6637
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6480
6638
  } | null | undefined;
6481
6639
  width?: number | null | undefined;
@@ -6485,6 +6643,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6485
6643
  formula?: string | null | undefined;
6486
6644
  context?: string[] | null | undefined;
6487
6645
  prompt?: string | null | undefined;
6646
+ matching?: Record<string, unknown> | undefined;
6488
6647
  }) | ({
6489
6648
  type: "date";
6490
6649
  format?: string | null | undefined;
@@ -6514,7 +6673,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6514
6673
  required?: boolean | null | undefined;
6515
6674
  } | null | undefined;
6516
6675
  uiConfiguration?: {
6517
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6676
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6518
6677
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6519
6678
  } | null | undefined;
6520
6679
  width?: number | null | undefined;
@@ -6524,6 +6683,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6524
6683
  formula?: string | null | undefined;
6525
6684
  context?: string[] | null | undefined;
6526
6685
  prompt?: string | null | undefined;
6686
+ matching?: Record<string, unknown> | undefined;
6527
6687
  }) | ({
6528
6688
  type: "number";
6529
6689
  format?: string | null | undefined;
@@ -6558,7 +6718,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6558
6718
  required?: boolean | null | undefined;
6559
6719
  } | null | undefined;
6560
6720
  uiConfiguration?: {
6561
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6721
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6562
6722
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6563
6723
  } | null | undefined;
6564
6724
  width?: number | null | undefined;
@@ -6568,10 +6728,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6568
6728
  formula?: string | null | undefined;
6569
6729
  context?: string[] | null | undefined;
6570
6730
  prompt?: string | null | undefined;
6731
+ matching?: Record<string, unknown> | undefined;
6571
6732
  }) | ({
6572
6733
  options: {
6573
6734
  value: string;
6574
6735
  label: string;
6736
+ struct?: unknown;
6575
6737
  }[];
6576
6738
  type: "enum";
6577
6739
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -6601,7 +6763,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6601
6763
  required?: boolean | null | undefined;
6602
6764
  } | null | undefined;
6603
6765
  uiConfiguration?: {
6604
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6766
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6605
6767
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6606
6768
  } | null | undefined;
6607
6769
  width?: number | null | undefined;
@@ -6611,6 +6773,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6611
6773
  formula?: string | null | undefined;
6612
6774
  context?: string[] | null | undefined;
6613
6775
  prompt?: string | null | undefined;
6776
+ matching?: Record<string, unknown> | undefined;
6614
6777
  }) | ({
6615
6778
  id: string;
6616
6779
  label: string;
@@ -6673,7 +6836,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6673
6836
  required?: boolean | null | undefined;
6674
6837
  } | null | undefined;
6675
6838
  uiConfiguration?: {
6676
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6839
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6677
6840
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6678
6841
  } | null | undefined;
6679
6842
  width?: number | null | undefined;
@@ -6683,6 +6846,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6683
6846
  formula?: string | null | undefined;
6684
6847
  context?: string[] | null | undefined;
6685
6848
  prompt?: string | null | undefined;
6849
+ matching?: Record<string, unknown> | undefined;
6686
6850
  }) | ({
6687
6851
  type: "date";
6688
6852
  format?: string | null | undefined;
@@ -6712,7 +6876,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6712
6876
  required?: boolean | null | undefined;
6713
6877
  } | null | undefined;
6714
6878
  uiConfiguration?: {
6715
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6879
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6716
6880
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6717
6881
  } | null | undefined;
6718
6882
  width?: number | null | undefined;
@@ -6722,6 +6886,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6722
6886
  formula?: string | null | undefined;
6723
6887
  context?: string[] | null | undefined;
6724
6888
  prompt?: string | null | undefined;
6889
+ matching?: Record<string, unknown> | undefined;
6725
6890
  }) | ({
6726
6891
  type: "number";
6727
6892
  format?: string | null | undefined;
@@ -6756,7 +6921,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6756
6921
  required?: boolean | null | undefined;
6757
6922
  } | null | undefined;
6758
6923
  uiConfiguration?: {
6759
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6924
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6760
6925
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6761
6926
  } | null | undefined;
6762
6927
  width?: number | null | undefined;
@@ -6766,10 +6931,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6766
6931
  formula?: string | null | undefined;
6767
6932
  context?: string[] | null | undefined;
6768
6933
  prompt?: string | null | undefined;
6934
+ matching?: Record<string, unknown> | undefined;
6769
6935
  }) | ({
6770
6936
  options: {
6771
6937
  value: string;
6772
6938
  label: string;
6939
+ struct?: unknown;
6773
6940
  }[];
6774
6941
  type: "enum";
6775
6942
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -6799,7 +6966,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6799
6966
  required?: boolean | null | undefined;
6800
6967
  } | null | undefined;
6801
6968
  uiConfiguration?: {
6802
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6969
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6803
6970
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6804
6971
  } | null | undefined;
6805
6972
  width?: number | null | undefined;
@@ -6809,6 +6976,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6809
6976
  formula?: string | null | undefined;
6810
6977
  context?: string[] | null | undefined;
6811
6978
  prompt?: string | null | undefined;
6979
+ matching?: Record<string, unknown> | undefined;
6812
6980
  }) | ({
6813
6981
  id: string;
6814
6982
  label: string;
@@ -6892,7 +7060,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6892
7060
  required?: boolean | null | undefined;
6893
7061
  } | null | undefined;
6894
7062
  uiConfiguration?: {
6895
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7063
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6896
7064
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6897
7065
  } | null | undefined;
6898
7066
  width?: number | null | undefined;
@@ -6902,6 +7070,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6902
7070
  formula?: string | null | undefined;
6903
7071
  context?: string[] | null | undefined;
6904
7072
  prompt?: string | null | undefined;
7073
+ matching?: Record<string, unknown> | undefined;
6905
7074
  }) | ({
6906
7075
  type: "date";
6907
7076
  format?: string | null | undefined;
@@ -6931,7 +7100,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6931
7100
  required?: boolean | null | undefined;
6932
7101
  } | null | undefined;
6933
7102
  uiConfiguration?: {
6934
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7103
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6935
7104
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6936
7105
  } | null | undefined;
6937
7106
  width?: number | null | undefined;
@@ -6941,6 +7110,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6941
7110
  formula?: string | null | undefined;
6942
7111
  context?: string[] | null | undefined;
6943
7112
  prompt?: string | null | undefined;
7113
+ matching?: Record<string, unknown> | undefined;
6944
7114
  }) | ({
6945
7115
  type: "number";
6946
7116
  format?: string | null | undefined;
@@ -6975,7 +7145,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6975
7145
  required?: boolean | null | undefined;
6976
7146
  } | null | undefined;
6977
7147
  uiConfiguration?: {
6978
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7148
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6979
7149
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6980
7150
  } | null | undefined;
6981
7151
  width?: number | null | undefined;
@@ -6985,10 +7155,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
6985
7155
  formula?: string | null | undefined;
6986
7156
  context?: string[] | null | undefined;
6987
7157
  prompt?: string | null | undefined;
7158
+ matching?: Record<string, unknown> | undefined;
6988
7159
  }) | ({
6989
7160
  options: {
6990
7161
  value: string;
6991
7162
  label: string;
7163
+ struct?: unknown;
6992
7164
  }[];
6993
7165
  type: "enum";
6994
7166
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -7018,7 +7190,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7018
7190
  required?: boolean | null | undefined;
7019
7191
  } | null | undefined;
7020
7192
  uiConfiguration?: {
7021
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7193
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7022
7194
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7023
7195
  } | null | undefined;
7024
7196
  width?: number | null | undefined;
@@ -7028,6 +7200,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7028
7200
  formula?: string | null | undefined;
7029
7201
  context?: string[] | null | undefined;
7030
7202
  prompt?: string | null | undefined;
7203
+ matching?: Record<string, unknown> | undefined;
7031
7204
  }) | ({
7032
7205
  id: string;
7033
7206
  label: string;
@@ -7071,7 +7244,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7071
7244
  required?: boolean | null | undefined;
7072
7245
  } | null | undefined;
7073
7246
  uiConfiguration?: {
7074
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7247
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7075
7248
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7076
7249
  } | null | undefined;
7077
7250
  width?: number | null | undefined;
@@ -7081,6 +7254,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7081
7254
  formula?: string | null | undefined;
7082
7255
  context?: string[] | null | undefined;
7083
7256
  prompt?: string | null | undefined;
7257
+ matching?: Record<string, unknown> | undefined;
7084
7258
  }) | ({
7085
7259
  type: "date";
7086
7260
  format?: string | null | undefined;
@@ -7110,7 +7284,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7110
7284
  required?: boolean | null | undefined;
7111
7285
  } | null | undefined;
7112
7286
  uiConfiguration?: {
7113
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7287
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7114
7288
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7115
7289
  } | null | undefined;
7116
7290
  width?: number | null | undefined;
@@ -7120,6 +7294,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7120
7294
  formula?: string | null | undefined;
7121
7295
  context?: string[] | null | undefined;
7122
7296
  prompt?: string | null | undefined;
7297
+ matching?: Record<string, unknown> | undefined;
7123
7298
  }) | ({
7124
7299
  type: "number";
7125
7300
  format?: string | null | undefined;
@@ -7154,7 +7329,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7154
7329
  required?: boolean | null | undefined;
7155
7330
  } | null | undefined;
7156
7331
  uiConfiguration?: {
7157
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7332
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7158
7333
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7159
7334
  } | null | undefined;
7160
7335
  width?: number | null | undefined;
@@ -7164,10 +7339,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7164
7339
  formula?: string | null | undefined;
7165
7340
  context?: string[] | null | undefined;
7166
7341
  prompt?: string | null | undefined;
7342
+ matching?: Record<string, unknown> | undefined;
7167
7343
  }) | ({
7168
7344
  options: {
7169
7345
  value: string;
7170
7346
  label: string;
7347
+ struct?: unknown;
7171
7348
  }[];
7172
7349
  type: "enum";
7173
7350
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -7197,7 +7374,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7197
7374
  required?: boolean | null | undefined;
7198
7375
  } | null | undefined;
7199
7376
  uiConfiguration?: {
7200
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7377
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7201
7378
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7202
7379
  } | null | undefined;
7203
7380
  width?: number | null | undefined;
@@ -7207,6 +7384,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7207
7384
  formula?: string | null | undefined;
7208
7385
  context?: string[] | null | undefined;
7209
7386
  prompt?: string | null | undefined;
7387
+ matching?: Record<string, unknown> | undefined;
7210
7388
  }) | ({
7211
7389
  id: string;
7212
7390
  label: string;
@@ -7259,7 +7437,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7259
7437
  required?: boolean | null | undefined;
7260
7438
  } | null | undefined;
7261
7439
  uiConfiguration?: {
7262
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7440
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7263
7441
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7264
7442
  } | null | undefined;
7265
7443
  width?: number | null | undefined;
@@ -7269,6 +7447,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7269
7447
  formula?: string | null | undefined;
7270
7448
  context?: string[] | null | undefined;
7271
7449
  prompt?: string | null | undefined;
7450
+ matching?: Record<string, unknown> | undefined;
7272
7451
  }) | ({
7273
7452
  type: "date";
7274
7453
  format?: string | null | undefined;
@@ -7298,7 +7477,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7298
7477
  required?: boolean | null | undefined;
7299
7478
  } | null | undefined;
7300
7479
  uiConfiguration?: {
7301
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7480
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7302
7481
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7303
7482
  } | null | undefined;
7304
7483
  width?: number | null | undefined;
@@ -7308,6 +7487,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7308
7487
  formula?: string | null | undefined;
7309
7488
  context?: string[] | null | undefined;
7310
7489
  prompt?: string | null | undefined;
7490
+ matching?: Record<string, unknown> | undefined;
7311
7491
  }) | ({
7312
7492
  type: "number";
7313
7493
  format?: string | null | undefined;
@@ -7342,7 +7522,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7342
7522
  required?: boolean | null | undefined;
7343
7523
  } | null | undefined;
7344
7524
  uiConfiguration?: {
7345
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7525
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7346
7526
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7347
7527
  } | null | undefined;
7348
7528
  width?: number | null | undefined;
@@ -7352,10 +7532,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7352
7532
  formula?: string | null | undefined;
7353
7533
  context?: string[] | null | undefined;
7354
7534
  prompt?: string | null | undefined;
7535
+ matching?: Record<string, unknown> | undefined;
7355
7536
  }) | ({
7356
7537
  options: {
7357
7538
  value: string;
7358
7539
  label: string;
7540
+ struct?: unknown;
7359
7541
  }[];
7360
7542
  type: "enum";
7361
7543
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -7385,7 +7567,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7385
7567
  required?: boolean | null | undefined;
7386
7568
  } | null | undefined;
7387
7569
  uiConfiguration?: {
7388
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7570
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7389
7571
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7390
7572
  } | null | undefined;
7391
7573
  width?: number | null | undefined;
@@ -7395,6 +7577,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7395
7577
  formula?: string | null | undefined;
7396
7578
  context?: string[] | null | undefined;
7397
7579
  prompt?: string | null | undefined;
7580
+ matching?: Record<string, unknown> | undefined;
7398
7581
  }) | ({
7399
7582
  id: string;
7400
7583
  label: string;
@@ -7457,7 +7640,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7457
7640
  required?: boolean | null | undefined;
7458
7641
  } | null | undefined;
7459
7642
  uiConfiguration?: {
7460
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7643
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7461
7644
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7462
7645
  } | null | undefined;
7463
7646
  width?: number | null | undefined;
@@ -7467,6 +7650,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7467
7650
  formula?: string | null | undefined;
7468
7651
  context?: string[] | null | undefined;
7469
7652
  prompt?: string | null | undefined;
7653
+ matching?: Record<string, unknown> | undefined;
7470
7654
  }) | ({
7471
7655
  type: "date";
7472
7656
  format?: string | null | undefined;
@@ -7496,7 +7680,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7496
7680
  required?: boolean | null | undefined;
7497
7681
  } | null | undefined;
7498
7682
  uiConfiguration?: {
7499
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7683
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7500
7684
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7501
7685
  } | null | undefined;
7502
7686
  width?: number | null | undefined;
@@ -7506,6 +7690,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7506
7690
  formula?: string | null | undefined;
7507
7691
  context?: string[] | null | undefined;
7508
7692
  prompt?: string | null | undefined;
7693
+ matching?: Record<string, unknown> | undefined;
7509
7694
  }) | ({
7510
7695
  type: "number";
7511
7696
  format?: string | null | undefined;
@@ -7540,7 +7725,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7540
7725
  required?: boolean | null | undefined;
7541
7726
  } | null | undefined;
7542
7727
  uiConfiguration?: {
7543
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7728
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7544
7729
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7545
7730
  } | null | undefined;
7546
7731
  width?: number | null | undefined;
@@ -7550,10 +7735,12 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7550
7735
  formula?: string | null | undefined;
7551
7736
  context?: string[] | null | undefined;
7552
7737
  prompt?: string | null | undefined;
7738
+ matching?: Record<string, unknown> | undefined;
7553
7739
  }) | ({
7554
7740
  options: {
7555
7741
  value: string;
7556
7742
  label: string;
7743
+ struct?: unknown;
7557
7744
  }[];
7558
7745
  type: "enum";
7559
7746
  enumValueType?: "string" | "number" | "date" | undefined;
@@ -7583,7 +7770,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7583
7770
  required?: boolean | null | undefined;
7584
7771
  } | null | undefined;
7585
7772
  uiConfiguration?: {
7586
- type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7773
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7587
7774
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7588
7775
  } | null | undefined;
7589
7776
  width?: number | null | undefined;
@@ -7593,6 +7780,7 @@ export declare const suggestFormula: (payload: SuggestFormulaPayload) => {
7593
7780
  formula?: string | null | undefined;
7594
7781
  context?: string[] | null | undefined;
7595
7782
  prompt?: string | null | undefined;
7783
+ matching?: Record<string, unknown> | undefined;
7596
7784
  }) | ({
7597
7785
  id: string;
7598
7786
  label: string;