@rossum/api-client 0.1.25 → 0.1.30

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 (817) hide show
  1. package/index.js +73 -69
  2. package/index.js.map +1 -1
  3. package/package.json +4 -2
  4. package/src/annotations/endpoints/approve.js.map +1 -1
  5. package/src/annotations/endpoints/assign.js.map +1 -1
  6. package/src/annotations/endpoints/cancel.js +1 -1
  7. package/src/annotations/endpoints/cancel.js.map +1 -1
  8. package/src/annotations/endpoints/confirm.js.map +1 -1
  9. package/src/annotations/endpoints/contentSelect.js.map +1 -1
  10. package/src/annotations/endpoints/copy.js.map +1 -1
  11. package/src/annotations/endpoints/delete.js.map +1 -1
  12. package/src/annotations/endpoints/editPages.js.map +1 -1
  13. package/src/annotations/endpoints/editPagesInPlace.js.map +1 -1
  14. package/src/annotations/endpoints/get.js.map +1 -1
  15. package/src/annotations/endpoints/getContent.js.map +1 -1
  16. package/src/annotations/endpoints/getPageData.js +1 -1
  17. package/src/annotations/endpoints/getPageData.js.map +1 -1
  18. package/src/annotations/endpoints/index.js +2 -0
  19. package/src/annotations/endpoints/index.js.map +1 -1
  20. package/src/annotations/endpoints/patch.js.map +1 -1
  21. package/src/annotations/endpoints/postpone.js.map +1 -1
  22. package/src/annotations/endpoints/purge.js.map +1 -1
  23. package/src/annotations/endpoints/reject.js.map +1 -1
  24. package/src/annotations/endpoints/search.js +2 -2
  25. package/src/annotations/endpoints/search.js.map +1 -1
  26. package/src/annotations/endpoints/split.js +15 -0
  27. package/src/annotations/endpoints/split.js.map +1 -0
  28. package/src/annotations/endpoints/split.schema.js +23 -0
  29. package/src/annotations/endpoints/split.schema.js.map +1 -0
  30. package/src/annotations/endpoints/start.js.map +1 -1
  31. package/src/annotations/endpoints/startEditPages.js.map +1 -1
  32. package/src/annotations/endpoints/startEmbedded.js.map +1 -1
  33. package/src/annotations/endpoints/updateContent.js.map +1 -1
  34. package/src/annotations/endpoints/usageReportExport.js.map +1 -1
  35. package/src/annotations/endpoints/validate.js.map +1 -1
  36. package/src/annotations/models/annotation.schema.js +2 -0
  37. package/src/annotations/models/annotation.schema.js.map +1 -1
  38. package/src/annotations/models/annotationData.schema.js +1 -0
  39. package/src/annotations/models/annotationData.schema.js.map +1 -1
  40. package/src/authentication/endpoints/getMembershipToken.js.map +1 -1
  41. package/src/authentication/endpoints/login.js.map +1 -1
  42. package/src/authentication/endpoints/password/change.js.map +1 -1
  43. package/src/authentication/endpoints/password/confirm.js +17 -7
  44. package/src/authentication/endpoints/password/confirm.js.map +1 -1
  45. package/src/authentication/endpoints/password/reset.js +17 -7
  46. package/src/authentication/endpoints/password/reset.js.map +1 -1
  47. package/src/authentication/endpoints/password/score.js.map +1 -1
  48. package/src/authentication/endpoints/patch.js.map +1 -1
  49. package/src/authentication/endpoints/user.js.map +1 -1
  50. package/src/automationBlockers/endpoints/get.js.map +1 -1
  51. package/src/billing/endpoints/getHistory.js.map +1 -1
  52. package/src/billing/endpoints/getHistoryExport.js.map +1 -1
  53. package/src/billing/endpoints/getStats.js.map +1 -1
  54. package/src/billing/endpoints/getStatsExport.js.map +1 -1
  55. package/src/connectors/endpoints/create.js.map +1 -1
  56. package/src/connectors/endpoints/delete.js.map +1 -1
  57. package/src/connectors/endpoints/list.js.map +1 -1
  58. package/src/dedicatedEngineSchema/endpoints/create.js.map +1 -1
  59. package/src/dedicatedEngineSchema/endpoints/get.js.map +1 -1
  60. package/src/dedicatedEngineSchema/endpoints/patch.js.map +1 -1
  61. package/src/dedicatedEngineSchema/endpoints/predict.js.map +1 -1
  62. package/src/dedicatedEngineSchema/endpoints/validate.js.map +1 -1
  63. package/src/dedicatedEngines/endpoints/create.js.map +1 -1
  64. package/src/dedicatedEngines/endpoints/get.js.map +1 -1
  65. package/src/dedicatedEngines/endpoints/list.js.map +1 -1
  66. package/src/dedicatedEngines/endpoints/patch.js.map +1 -1
  67. package/src/dedicatedEngines/endpoints/request.js.map +1 -1
  68. package/src/deleteRecommendations/endpoints/create.js.map +1 -1
  69. package/src/deleteRecommendations/endpoints/get.js.map +1 -1
  70. package/src/deleteRecommendations/endpoints/list.js.map +1 -1
  71. package/src/deleteRecommendations/endpoints/patch.js.map +1 -1
  72. package/src/documentRelations/endpoints/index.js +8 -0
  73. package/src/documentRelations/endpoints/index.js.map +1 -0
  74. package/src/documentRelations/endpoints/list.js +17 -0
  75. package/src/documentRelations/endpoints/list.js.map +1 -0
  76. package/src/documentRelations/endpoints/list.schema.js +17 -0
  77. package/src/documentRelations/endpoints/list.schema.js.map +1 -0
  78. package/src/documentRelations/models/relations.schema.js +18 -0
  79. package/src/documentRelations/models/relations.schema.js.map +1 -0
  80. package/src/documents/endpoints/downloads.js.map +1 -1
  81. package/src/documents/endpoints/get.js.map +1 -1
  82. package/src/documents/endpoints/getBlob.js.map +1 -1
  83. package/src/documents/endpoints/list.js.map +1 -1
  84. package/src/documents/endpoints/patch.js.map +1 -1
  85. package/src/email/endpoints/get.js.map +1 -1
  86. package/src/email/endpoints/list.js.map +1 -1
  87. package/src/email/endpoints/send.js.map +1 -1
  88. package/src/email/endpoints/send.schema.js +1 -0
  89. package/src/email/endpoints/send.schema.js.map +1 -1
  90. package/src/emailTemplates/endpoints/create.js.map +1 -1
  91. package/src/emailTemplates/endpoints/delete.js.map +1 -1
  92. package/src/emailTemplates/endpoints/get.js.map +1 -1
  93. package/src/emailTemplates/endpoints/list.js.map +1 -1
  94. package/src/emailTemplates/endpoints/patch.js.map +1 -1
  95. package/src/emailTemplates/endpoints/render.js.map +1 -1
  96. package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
  97. package/src/emailThreads/endpoints/counts.js.map +1 -1
  98. package/src/emailThreads/endpoints/get.js.map +1 -1
  99. package/src/emailThreads/endpoints/list.js.map +1 -1
  100. package/src/emailThreads/endpoints/patch.js.map +1 -1
  101. package/src/engines/endpoints/patch.schema.js +6 -1
  102. package/src/engines/endpoints/patch.schema.js.map +1 -1
  103. package/src/engines/models/engine.schema.js +1 -0
  104. package/src/engines/models/engine.schema.js.map +1 -1
  105. package/src/engines/models/engineQueueStatsItem.schema.js +2 -0
  106. package/src/engines/models/engineQueueStatsItem.schema.js.map +1 -1
  107. package/src/genericEngines/endpoints/get.js.map +1 -1
  108. package/src/genericEngines/endpoints/list.js.map +1 -1
  109. package/src/groups/endpoints/list.js.map +1 -1
  110. package/src/hookInterfaces/endpoints/create.js +16 -0
  111. package/src/hookInterfaces/endpoints/create.js.map +1 -0
  112. package/src/hookInterfaces/endpoints/create.schema.js +14 -0
  113. package/src/hookInterfaces/endpoints/create.schema.js.map +1 -0
  114. package/src/hookInterfaces/endpoints/delete.js +13 -0
  115. package/src/hookInterfaces/endpoints/delete.js.map +1 -0
  116. package/src/hookInterfaces/endpoints/index.js +16 -0
  117. package/src/hookInterfaces/endpoints/index.js.map +1 -0
  118. package/src/hookInterfaces/endpoints/invoke.js +15 -0
  119. package/src/hookInterfaces/endpoints/invoke.js.map +1 -0
  120. package/src/hookInterfaces/endpoints/invoke.schema.js +10 -0
  121. package/src/hookInterfaces/endpoints/invoke.schema.js.map +1 -0
  122. package/src/hookInterfaces/endpoints/list.js +17 -0
  123. package/src/hookInterfaces/endpoints/list.js.map +1 -0
  124. package/src/hookInterfaces/endpoints/list.schema.js +16 -0
  125. package/src/hookInterfaces/endpoints/list.schema.js.map +1 -0
  126. package/src/hookInterfaces/endpoints/patch.js +16 -0
  127. package/src/hookInterfaces/endpoints/patch.js.map +1 -0
  128. package/src/hookInterfaces/endpoints/patch.schema.js +12 -0
  129. package/src/hookInterfaces/endpoints/patch.schema.js.map +1 -0
  130. package/src/{authentication/models/authInfo.js → hookInterfaces/models/hookInterface.js} +1 -1
  131. package/src/hookInterfaces/models/hookInterface.js.map +1 -0
  132. package/src/hookInterfaces/models/hookInterface.schema.js +17 -0
  133. package/src/hookInterfaces/models/hookInterface.schema.js.map +1 -0
  134. package/src/{deleteRecommendations → hookInterfaces}/models/index.js +2 -1
  135. package/src/hookInterfaces/models/index.js.map +1 -0
  136. package/src/hookTemplates/endpoints/get.js +13 -0
  137. package/src/hookTemplates/endpoints/get.js.map +1 -0
  138. package/src/hookTemplates/endpoints/index.js +2 -0
  139. package/src/hookTemplates/endpoints/index.js.map +1 -1
  140. package/src/hookTemplates/endpoints/list.js.map +1 -1
  141. package/src/hookTemplates/models/hookTemplate.schema.js +5 -0
  142. package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
  143. package/src/hooks/endpoints/cancelRun.js +13 -0
  144. package/src/hooks/endpoints/cancelRun.js.map +1 -0
  145. package/src/hooks/endpoints/cancelRun.schema.js +8 -0
  146. package/src/hooks/endpoints/cancelRun.schema.js.map +1 -0
  147. package/src/hooks/endpoints/create.js.map +1 -1
  148. package/src/hooks/endpoints/create.schema.js +8 -1
  149. package/src/hooks/endpoints/create.schema.js.map +1 -1
  150. package/src/hooks/endpoints/createFromTemplate.js +16 -0
  151. package/src/hooks/endpoints/createFromTemplate.js.map +1 -0
  152. package/src/hooks/endpoints/createFromTemplate.schema.js +14 -0
  153. package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -0
  154. package/src/hooks/endpoints/delete.js.map +1 -1
  155. package/src/hooks/endpoints/generatePayload.js.map +1 -1
  156. package/src/hooks/endpoints/get.js.map +1 -1
  157. package/src/hooks/endpoints/getSecretsKeys.js.map +1 -1
  158. package/src/hooks/endpoints/index.js +9 -3
  159. package/src/hooks/endpoints/index.js.map +1 -1
  160. package/src/hooks/endpoints/invoke.js.map +1 -1
  161. package/src/hooks/endpoints/list.js.map +1 -1
  162. package/src/hooks/endpoints/list.schema.js +2 -0
  163. package/src/hooks/endpoints/list.schema.js.map +1 -1
  164. package/src/hooks/endpoints/patch.js.map +1 -1
  165. package/src/hooks/endpoints/patch.schema.js +6 -0
  166. package/src/hooks/endpoints/patch.schema.js.map +1 -1
  167. package/src/hooks/endpoints/runLogs.js +14 -0
  168. package/src/hooks/endpoints/runLogs.js.map +1 -0
  169. package/src/hooks/endpoints/runs.js +15 -0
  170. package/src/hooks/endpoints/runs.js.map +1 -0
  171. package/src/hooks/endpoints/runs.schema.js +30 -0
  172. package/src/hooks/endpoints/runs.schema.js.map +1 -0
  173. package/src/hooks/endpoints/test.js.map +1 -1
  174. package/src/hooks/endpoints/test.schema.js +2 -2
  175. package/src/hooks/endpoints/test.schema.js.map +1 -1
  176. package/src/hooks/models/hook.schema.js +14 -4
  177. package/src/hooks/models/hook.schema.js.map +1 -1
  178. package/src/hooks/models/hookConfig.schema.js +17 -11
  179. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  180. package/src/hooks/models/hookUtils.schema.js +13 -1
  181. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  182. package/src/hooks/models/run.js +72 -0
  183. package/src/hooks/models/run.js.map +1 -0
  184. package/src/hooks/models/run.schema.js +115 -0
  185. package/src/hooks/models/run.schema.js.map +1 -0
  186. package/src/hooks/models/runLog.js +5 -0
  187. package/src/hooks/models/runLog.js.map +1 -0
  188. package/src/hooks/models/runLog.schema.js +15 -0
  189. package/src/hooks/models/runLog.schema.js.map +1 -0
  190. package/src/inboxes/endpoints/create.js.map +1 -1
  191. package/src/inboxes/endpoints/get.js.map +1 -1
  192. package/src/inboxes/endpoints/list.js.map +1 -1
  193. package/src/inboxes/endpoints/patch.js.map +1 -1
  194. package/src/internal/endpoints/domainSettings.js.map +1 -1
  195. package/src/internal/endpoints/generateRejectionEmail.js.map +1 -1
  196. package/src/internal/endpoints/index.js +16 -10
  197. package/src/internal/endpoints/index.js.map +1 -1
  198. package/src/internal/endpoints/logs.js +16 -0
  199. package/src/internal/endpoints/logs.js.map +1 -0
  200. package/src/internal/endpoints/logs.schema.js +13 -0
  201. package/src/internal/endpoints/logs.schema.js.map +1 -0
  202. package/src/internal/endpoints/requestDemo.js.map +1 -1
  203. package/src/internal/endpoints/requestExtension.js.map +1 -1
  204. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  205. package/src/internal/endpoints/rules/evaluateRules.schema.js +4 -2
  206. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  207. package/src/internal/endpoints/rules/suggestRule.schema.js +1 -1
  208. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  209. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.js.map +1 -1
  210. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +0 -4
  211. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  212. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  213. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -1
  214. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  215. package/src/internal/endpoints/schemas/formulasInfo.js.map +1 -1
  216. package/src/internal/endpoints/schemas/formulasInfo.schema.js +2 -1
  217. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  218. package/src/labels/endpoints/apply.js.map +1 -1
  219. package/src/labels/endpoints/create.js.map +1 -1
  220. package/src/labels/endpoints/create.schema.js +4 -3
  221. package/src/labels/endpoints/create.schema.js.map +1 -1
  222. package/src/labels/endpoints/delete.js.map +1 -1
  223. package/src/labels/endpoints/list.js.map +1 -1
  224. package/src/labels/endpoints/patch.js.map +1 -1
  225. package/src/labels/endpoints/patch.schema.js +4 -3
  226. package/src/labels/endpoints/patch.schema.js.map +1 -1
  227. package/src/labels/models/label.schema.js +1 -0
  228. package/src/labels/models/label.schema.js.map +1 -1
  229. package/src/memberships/endpoints/create.js.map +1 -1
  230. package/src/organization/endpoints/create.js.map +1 -1
  231. package/src/organization/endpoints/get.js.map +1 -1
  232. package/src/organization/endpoints/limits.js.map +1 -1
  233. package/src/organization/endpoints/patch.js.map +1 -1
  234. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  235. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  236. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  237. package/src/queues/endpoints/automation.js.map +1 -1
  238. package/src/queues/endpoints/automationSetup.js +15 -0
  239. package/src/queues/endpoints/automationSetup.js.map +1 -0
  240. package/src/queues/endpoints/create.js.map +1 -1
  241. package/src/queues/endpoints/createFromTemplate.js.map +1 -1
  242. package/src/queues/endpoints/delete.js.map +1 -1
  243. package/src/queues/endpoints/duplicate.js.map +1 -1
  244. package/src/queues/endpoints/exportAnnotation.js.map +1 -1
  245. package/src/queues/endpoints/get.js.map +1 -1
  246. package/src/queues/endpoints/getRelatedObjectsCounts.js.map +1 -1
  247. package/src/queues/endpoints/index.js +2 -0
  248. package/src/queues/endpoints/index.js.map +1 -1
  249. package/src/queues/endpoints/list.js.map +1 -1
  250. package/src/queues/endpoints/nextAnnotation.js.map +1 -1
  251. package/src/queues/endpoints/patch.js.map +1 -1
  252. package/src/queues/endpoints/suggestedRecipients.js.map +1 -1
  253. package/src/queues/endpoints/upload.js.map +1 -1
  254. package/src/{billing/models/billingHistory.js → queues/models/automationSetup.js} +1 -1
  255. package/src/queues/models/automationSetup.js.map +1 -0
  256. package/src/queues/models/automationSetup.schema.js +49 -0
  257. package/src/queues/models/automationSetup.schema.js.map +1 -0
  258. package/src/queues/models/queueSettings.schema.js +1 -0
  259. package/src/queues/models/queueSettings.schema.js.map +1 -1
  260. package/src/relations/endpoints/create.js.map +1 -1
  261. package/src/relations/endpoints/delete.js.map +1 -1
  262. package/src/relations/endpoints/get.js.map +1 -1
  263. package/src/relations/endpoints/list.js.map +1 -1
  264. package/src/relations/endpoints/patch.js.map +1 -1
  265. package/src/rule-templates/models/ruleTemplate.schema.js +1 -1
  266. package/src/rule-templates/models/ruleTemplate.schema.js.map +1 -1
  267. package/src/rules/models/schemaRule.schema.js +14 -16
  268. package/src/rules/models/schemaRule.schema.js.map +1 -1
  269. package/src/schemaFields/endpoints/list.js.map +1 -1
  270. package/src/schemas/endpoints/create.js.map +1 -1
  271. package/src/schemas/endpoints/get.js.map +1 -1
  272. package/src/schemas/endpoints/list.js.map +1 -1
  273. package/src/schemas/endpoints/patch.js.map +1 -1
  274. package/src/schemas/models/schemaDatapointBase.schema.js +5 -0
  275. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  276. package/src/shared/models/annotationListTable.schema.js +13 -1
  277. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  278. package/src/suggestedEdit/endpoints/get.js.map +1 -1
  279. package/src/surveys/endpoints/fromTemplate.js.map +1 -1
  280. package/src/surveys/endpoints/get.js.map +1 -1
  281. package/src/surveys/endpoints/list.js.map +1 -1
  282. package/src/surveys/endpoints/patch.js.map +1 -1
  283. package/src/tasks/endpoints/get.js.map +1 -1
  284. package/src/triggers/endpoints/create.js.map +1 -1
  285. package/src/triggers/endpoints/delete.js.map +1 -1
  286. package/src/triggers/endpoints/get.js.map +1 -1
  287. package/src/triggers/endpoints/index.js +2 -0
  288. package/src/triggers/endpoints/index.js.map +1 -1
  289. package/src/triggers/endpoints/list.js +17 -0
  290. package/src/triggers/endpoints/list.js.map +1 -0
  291. package/src/triggers/endpoints/list.schema.js +14 -0
  292. package/src/triggers/endpoints/list.schema.js.map +1 -0
  293. package/src/triggers/endpoints/patch.js.map +1 -1
  294. package/src/uploads/endpoints/get.js.map +1 -1
  295. package/src/uploads/endpoints/post.js.map +1 -1
  296. package/src/users/endpoints/create.js.map +1 -1
  297. package/src/users/endpoints/delete.js.map +1 -1
  298. package/src/users/endpoints/get.js.map +1 -1
  299. package/src/users/endpoints/list.js.map +1 -1
  300. package/src/users/endpoints/patch.js.map +1 -1
  301. package/src/users/endpoints/resetPassword.js.map +1 -1
  302. package/src/utils/codecUtils.js +17 -7
  303. package/src/utils/codecUtils.js.map +1 -1
  304. package/src/utils/request.js +17 -7
  305. package/src/utils/request.js.map +1 -1
  306. package/src/utils/requestConfig.js +22 -11
  307. package/src/utils/requestConfig.js.map +1 -1
  308. package/src/utils/requestResponse.js +19 -9
  309. package/src/utils/requestResponse.js.map +1 -1
  310. package/src/utils.js +17 -7
  311. package/src/utils.js.map +1 -1
  312. package/src/workflowActivities/endpoints/get.js.map +1 -1
  313. package/src/workflowActivities/endpoints/list.js.map +1 -1
  314. package/src/workflowRuns/endpoints/get.js.map +1 -1
  315. package/src/workflowRuns/endpoints/list.js.map +1 -1
  316. package/src/workflowRuns/endpoints/reset.js.map +1 -1
  317. package/src/workflowSteps/endpoints/get.js.map +1 -1
  318. package/src/workflowSteps/endpoints/list.js.map +1 -1
  319. package/src/workflows/endpoints/get.js.map +1 -1
  320. package/src/workflows/endpoints/list.js.map +1 -1
  321. package/src/workspaces/endpoints/create.js.map +1 -1
  322. package/src/workspaces/endpoints/delete.js.map +1 -1
  323. package/src/workspaces/endpoints/get.js +13 -0
  324. package/src/workspaces/endpoints/get.js.map +1 -0
  325. package/src/workspaces/endpoints/index.js +2 -0
  326. package/src/workspaces/endpoints/index.js.map +1 -1
  327. package/src/workspaces/endpoints/list.js.map +1 -1
  328. package/src/workspaces/endpoints/patch.js.map +1 -1
  329. package/types/index.d.ts +6883 -3214
  330. package/types/src/annotations/endpoints/cancelEditPages.d.ts +4 -4
  331. package/types/src/annotations/endpoints/cancelEditPages.schema.d.ts +4 -4
  332. package/types/src/annotations/endpoints/contentSelect.d.ts +2 -2
  333. package/types/src/annotations/endpoints/contentSelect.schema.d.ts +2 -2
  334. package/types/src/annotations/endpoints/editPages.d.ts +16 -16
  335. package/types/src/annotations/endpoints/editPages.schema.d.ts +16 -16
  336. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +8 -8
  337. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +8 -8
  338. package/types/src/annotations/endpoints/get.d.ts +12 -6
  339. package/types/src/annotations/endpoints/getContent.d.ts +292 -214
  340. package/types/src/annotations/endpoints/getPageData.d.ts +1 -1
  341. package/types/src/annotations/endpoints/index.d.ts +883 -607
  342. package/types/src/annotations/endpoints/list.d.ts +213 -162
  343. package/types/src/annotations/endpoints/patch.d.ts +18 -6
  344. package/types/src/annotations/endpoints/patch.schema.d.ts +6 -0
  345. package/types/src/annotations/endpoints/search.d.ts +213 -162
  346. package/types/src/annotations/endpoints/split.d.ts +88 -0
  347. package/types/src/annotations/endpoints/split.schema.d.ts +66 -0
  348. package/types/src/annotations/endpoints/start.d.ts +2 -2
  349. package/types/src/annotations/endpoints/startEditPages.d.ts +7 -7
  350. package/types/src/annotations/endpoints/translate.d.ts +6 -6
  351. package/types/src/annotations/endpoints/translate.schema.d.ts +6 -6
  352. package/types/src/annotations/endpoints/updateContent.d.ts +5 -2
  353. package/types/src/annotations/endpoints/validate.d.ts +9 -4
  354. package/types/src/annotations/endpoints/validate.schema.d.ts +9 -4
  355. package/types/src/annotations/models/annotation.d.ts +2 -0
  356. package/types/src/annotations/models/annotation.schema.d.ts +12 -6
  357. package/types/src/annotations/models/annotationData.d.ts +1 -0
  358. package/types/src/annotations/models/annotationData.schema.d.ts +471 -337
  359. package/types/src/annotations/models/annotationListSideload.schema.d.ts +191 -150
  360. package/types/src/annotations/models/annotationStart.schema.d.ts +2 -2
  361. package/types/src/annotations/models/editPages.schema.d.ts +11 -11
  362. package/types/src/annotations/models/pageData.schema.d.ts +6 -6
  363. package/types/src/annotations/models/processingDuration.schema.d.ts +2 -2
  364. package/types/src/authentication/endpoints/index.d.ts +6 -6
  365. package/types/src/authentication/endpoints/password/score.d.ts +2 -2
  366. package/types/src/authentication/endpoints/password/score.schema.d.ts +2 -2
  367. package/types/src/authentication/endpoints/patch.d.ts +2 -2
  368. package/types/src/authentication/endpoints/user.d.ts +2 -2
  369. package/types/src/automationBlockers/endpoints/get.d.ts +4 -4
  370. package/types/src/automationBlockers/endpoints/index.d.ts +4 -4
  371. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +4 -4
  372. package/types/src/billing/endpoints/getHistory.d.ts +12 -12
  373. package/types/src/billing/endpoints/getStats.d.ts +12 -12
  374. package/types/src/billing/models/billingHistory.schema.d.ts +12 -12
  375. package/types/src/billing/models/billingStats.schema.d.ts +12 -12
  376. package/types/src/connectors/endpoints/create.d.ts +2 -2
  377. package/types/src/connectors/endpoints/index.d.ts +6 -6
  378. package/types/src/connectors/endpoints/list.d.ts +4 -4
  379. package/types/src/connectors/models/connector.schema.d.ts +2 -2
  380. package/types/src/dedicatedEngineSchema/endpoints/create.d.ts +28 -28
  381. package/types/src/dedicatedEngineSchema/endpoints/get.d.ts +30 -30
  382. package/types/src/dedicatedEngineSchema/endpoints/get.schema.d.ts +2 -2
  383. package/types/src/dedicatedEngineSchema/endpoints/index.d.ts +128 -128
  384. package/types/src/dedicatedEngineSchema/endpoints/patch.d.ts +36 -36
  385. package/types/src/dedicatedEngineSchema/endpoints/patch.schema.d.ts +8 -8
  386. package/types/src/dedicatedEngineSchema/endpoints/predict.d.ts +26 -26
  387. package/types/src/dedicatedEngineSchema/endpoints/predict.schema.d.ts +26 -26
  388. package/types/src/dedicatedEngineSchema/endpoints/validate.d.ts +8 -8
  389. package/types/src/dedicatedEngineSchema/endpoints/validate.schema.d.ts +8 -8
  390. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchema.schema.d.ts +48 -48
  391. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchemaObject.schema.d.ts +18 -18
  392. package/types/src/dedicatedEngineSchema/models/simpleMultivalueField.schema.d.ts +2 -2
  393. package/types/src/dedicatedEngineSchema/models/tableMultivalueField.schema.d.ts +14 -14
  394. package/types/src/dedicatedEngineSchema/models/transformedFields.schema.d.ts +14 -14
  395. package/types/src/dedicatedEngines/endpoints/create.d.ts +2 -2
  396. package/types/src/dedicatedEngines/endpoints/get.d.ts +4 -4
  397. package/types/src/dedicatedEngines/endpoints/get.schema.d.ts +2 -2
  398. package/types/src/dedicatedEngines/endpoints/index.d.ts +18 -18
  399. package/types/src/dedicatedEngines/endpoints/list.d.ts +8 -8
  400. package/types/src/dedicatedEngines/endpoints/list.schema.d.ts +4 -4
  401. package/types/src/dedicatedEngines/endpoints/patch.d.ts +2 -2
  402. package/types/src/dedicatedEngines/endpoints/request.d.ts +2 -2
  403. package/types/src/dedicatedEngines/models/dedicatedEngine.schema.d.ts +2 -2
  404. package/types/src/deleteRecommendations/endpoints/create.d.ts +4 -4
  405. package/types/src/deleteRecommendations/endpoints/get.d.ts +4 -4
  406. package/types/src/deleteRecommendations/endpoints/index.d.ts +20 -20
  407. package/types/src/deleteRecommendations/endpoints/list.d.ts +8 -8
  408. package/types/src/deleteRecommendations/endpoints/patch.d.ts +4 -4
  409. package/types/src/deleteRecommendations/models/deleteRecommendation.schema.d.ts +4 -4
  410. package/types/src/documentRelations/endpoints/index.d.ts +105 -0
  411. package/types/src/documentRelations/endpoints/list.d.ts +112 -0
  412. package/types/src/documentRelations/endpoints/list.schema.d.ts +29 -0
  413. package/types/src/documentRelations/models/relations.schema.d.ts +24 -0
  414. package/types/src/documents/endpoints/get.d.ts +4 -4
  415. package/types/src/documents/endpoints/index.d.ts +16 -16
  416. package/types/src/documents/endpoints/list.d.ts +8 -8
  417. package/types/src/documents/endpoints/patch.d.ts +4 -4
  418. package/types/src/documents/models/document.schema.d.ts +4 -4
  419. package/types/src/email/endpoints/get.d.ts +6 -6
  420. package/types/src/email/endpoints/index.d.ts +21 -18
  421. package/types/src/email/endpoints/list.d.ts +12 -12
  422. package/types/src/email/endpoints/send.d.ts +4 -0
  423. package/types/src/email/endpoints/send.schema.d.ts +3 -0
  424. package/types/src/email/models/email.schema.d.ts +6 -6
  425. package/types/src/emailTemplates/endpoints/create.d.ts +8 -8
  426. package/types/src/emailTemplates/endpoints/get.d.ts +8 -8
  427. package/types/src/emailTemplates/endpoints/index.d.ts +40 -40
  428. package/types/src/emailTemplates/endpoints/list.d.ts +16 -16
  429. package/types/src/emailTemplates/endpoints/patch.d.ts +8 -8
  430. package/types/src/emailTemplates/models/emailTemplate.schema.d.ts +16 -16
  431. package/types/src/emailThreads/endpoints/get.d.ts +4 -4
  432. package/types/src/emailThreads/endpoints/index.d.ts +16 -16
  433. package/types/src/emailThreads/endpoints/list.d.ts +8 -8
  434. package/types/src/emailThreads/endpoints/patch.d.ts +4 -4
  435. package/types/src/emailThreads/models/emailThreads.schema.d.ts +4 -4
  436. package/types/src/engineFields/endpoints/create.d.ts +2 -2
  437. package/types/src/engineFields/endpoints/get.d.ts +2 -2
  438. package/types/src/engineFields/endpoints/index.d.ts +10 -10
  439. package/types/src/engineFields/endpoints/list.d.ts +4 -4
  440. package/types/src/engineFields/endpoints/patch.d.ts +2 -2
  441. package/types/src/engineFields/models/engineField.schema.d.ts +2 -2
  442. package/types/src/engines/endpoints/create.d.ts +5 -2
  443. package/types/src/engines/endpoints/duplicate.d.ts +5 -2
  444. package/types/src/engines/endpoints/get.d.ts +5 -2
  445. package/types/src/engines/endpoints/index.d.ts +69 -32
  446. package/types/src/engines/endpoints/list.d.ts +9 -4
  447. package/types/src/engines/endpoints/patch.d.ts +10 -4
  448. package/types/src/engines/endpoints/patch.schema.d.ts +4 -1
  449. package/types/src/engines/endpoints/queueStats.d.ts +36 -19
  450. package/types/src/engines/endpoints/queueStats.schema.d.ts +26 -19
  451. package/types/src/engines/models/engine.d.ts +1 -0
  452. package/types/src/engines/models/engine.schema.d.ts +5 -2
  453. package/types/src/engines/models/engineQueueStatsItem.schema.d.ts +6 -0
  454. package/types/src/genericEngines/endpoints/get.d.ts +4 -4
  455. package/types/src/genericEngines/endpoints/get.schema.d.ts +2 -2
  456. package/types/src/genericEngines/endpoints/index.d.ts +12 -12
  457. package/types/src/genericEngines/endpoints/list.d.ts +8 -8
  458. package/types/src/genericEngines/endpoints/list.schema.d.ts +4 -4
  459. package/types/src/genericEngines/models/genericEngine.schema.d.ts +2 -2
  460. package/types/src/groups/endpoints/index.d.ts +4 -4
  461. package/types/src/groups/endpoints/list.d.ts +4 -4
  462. package/types/src/groups/models/group.schema.d.ts +2 -2
  463. package/types/src/hookInterfaces/endpoints/create.d.ts +67 -0
  464. package/types/src/hookInterfaces/endpoints/create.schema.d.ts +23 -0
  465. package/types/src/hookInterfaces/endpoints/delete.d.ts +7 -0
  466. package/types/src/hookInterfaces/endpoints/index.d.ts +243 -0
  467. package/types/src/hookInterfaces/endpoints/invoke.d.ts +10 -0
  468. package/types/src/hookInterfaces/endpoints/invoke.schema.d.ts +3 -0
  469. package/types/src/hookInterfaces/endpoints/list.d.ts +123 -0
  470. package/types/src/hookInterfaces/endpoints/list.schema.d.ts +26 -0
  471. package/types/src/hookInterfaces/endpoints/patch.d.ts +63 -0
  472. package/types/src/hookInterfaces/endpoints/patch.schema.d.ts +20 -0
  473. package/types/src/hookInterfaces/models/hookInterface.d.ts +12 -0
  474. package/types/src/hookInterfaces/models/hookInterface.schema.d.ts +32 -0
  475. package/types/src/hookInterfaces/models/index.d.ts +2 -0
  476. package/types/src/hookTemplates/endpoints/get.d.ts +528 -0
  477. package/types/src/hookTemplates/endpoints/index.d.ts +807 -29
  478. package/types/src/hookTemplates/endpoints/list.d.ts +280 -29
  479. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +188 -19
  480. package/types/src/hooks/endpoints/cancelRun.d.ts +14 -0
  481. package/types/src/hooks/endpoints/cancelRun.schema.d.ts +8 -0
  482. package/types/src/hooks/endpoints/create.d.ts +238 -47
  483. package/types/src/hooks/endpoints/create.schema.d.ts +92 -40
  484. package/types/src/hooks/endpoints/createFromTemplate.d.ts +508 -0
  485. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +20 -0
  486. package/types/src/hooks/endpoints/get.d.ts +184 -26
  487. package/types/src/hooks/endpoints/index.d.ts +2658 -1002
  488. package/types/src/hooks/endpoints/list.d.ts +285 -42
  489. package/types/src/hooks/endpoints/list.schema.d.ts +3 -0
  490. package/types/src/hooks/endpoints/patch.d.ts +370 -51
  491. package/types/src/hooks/endpoints/patch.schema.d.ts +182 -24
  492. package/types/src/hooks/endpoints/runLogs.d.ts +59 -0
  493. package/types/src/hooks/endpoints/runs.d.ts +599 -0
  494. package/types/src/hooks/endpoints/runs.schema.d.ts +555 -0
  495. package/types/src/hooks/endpoints/test.d.ts +28 -23
  496. package/types/src/hooks/endpoints/test.schema.d.ts +26 -21
  497. package/types/src/hooks/models/hook.d.ts +10 -6
  498. package/types/src/hooks/models/hook.schema.d.ts +670 -32
  499. package/types/src/hooks/models/hookConfig.d.ts +16 -8
  500. package/types/src/hooks/models/hookConfig.schema.d.ts +59 -7
  501. package/types/src/hooks/models/hookUtils.d.ts +4 -3
  502. package/types/src/hooks/models/hookUtils.schema.d.ts +4 -3
  503. package/types/src/hooks/models/run.d.ts +53 -0
  504. package/types/src/hooks/models/run.schema.d.ts +301 -0
  505. package/types/src/hooks/models/runLog.d.ts +7 -0
  506. package/types/src/hooks/models/runLog.schema.d.ts +15 -0
  507. package/types/src/inboxes/endpoints/create.d.ts +2 -2
  508. package/types/src/inboxes/endpoints/get.d.ts +2 -2
  509. package/types/src/inboxes/endpoints/index.d.ts +10 -10
  510. package/types/src/inboxes/endpoints/list.d.ts +4 -4
  511. package/types/src/inboxes/endpoints/patch.d.ts +2 -2
  512. package/types/src/inboxes/models/inbox.schema.d.ts +2 -2
  513. package/types/src/internal/endpoints/generateRejectionEmail.d.ts +2 -2
  514. package/types/src/internal/endpoints/generateRejectionEmail.schema.d.ts +2 -2
  515. package/types/src/internal/endpoints/index.d.ts +5682 -2304
  516. package/types/src/internal/endpoints/logs.d.ts +34 -0
  517. package/types/src/internal/endpoints/logs.schema.d.ts +20 -0
  518. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +825 -350
  519. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +821 -348
  520. package/types/src/internal/endpoints/rules/suggestRule.d.ts +681 -255
  521. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +718 -298
  522. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +664 -238
  523. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +664 -238
  524. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +665 -332
  525. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +664 -390
  526. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +928 -541
  527. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +925 -539
  528. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +626 -194
  529. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +626 -194
  530. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +638 -200
  531. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +636 -199
  532. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +626 -194
  533. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +626 -194
  534. package/types/src/labels/endpoints/create.d.ts +14 -7
  535. package/types/src/labels/endpoints/create.schema.d.ts +7 -2
  536. package/types/src/labels/endpoints/index.d.ts +33 -12
  537. package/types/src/labels/endpoints/list.d.ts +9 -4
  538. package/types/src/labels/endpoints/patch.d.ts +14 -7
  539. package/types/src/labels/endpoints/patch.schema.d.ts +7 -2
  540. package/types/src/labels/models/label.d.ts +1 -0
  541. package/types/src/labels/models/label.schema.d.ts +5 -2
  542. package/types/src/memberships/endpoints/create.d.ts +5 -5
  543. package/types/src/memberships/endpoints/index.d.ts +4 -4
  544. package/types/src/memberships/models/membership.schema.d.ts +2 -2
  545. package/types/src/organization/endpoints/create.d.ts +15 -15
  546. package/types/src/organization/endpoints/create.schema.d.ts +15 -15
  547. package/types/src/organization/endpoints/get.d.ts +11 -11
  548. package/types/src/organization/endpoints/index.d.ts +85 -85
  549. package/types/src/organization/endpoints/list.d.ts +15 -15
  550. package/types/src/organization/endpoints/patch.d.ts +20 -20
  551. package/types/src/organization/models/organization.schema.d.ts +11 -11
  552. package/types/src/organizationGroups/endpoints/index.d.ts +36 -36
  553. package/types/src/organizationGroups/endpoints/organizations.d.ts +4 -4
  554. package/types/src/organizationGroups/endpoints/queues.d.ts +4 -4
  555. package/types/src/organizationGroups/endpoints/workspaces.d.ts +4 -4
  556. package/types/src/organizationGroups/models/organizationGroupOrganization.schema.d.ts +2 -2
  557. package/types/src/organizationGroups/models/organizationGroupQueue.schema.d.ts +2 -2
  558. package/types/src/organizationGroups/models/organizationGroupWorkspace.schema.d.ts +2 -2
  559. package/types/src/pages/endpoints/index.d.ts +14 -14
  560. package/types/src/pages/endpoints/list.d.ts +14 -14
  561. package/types/src/pages/endpoints/list.schema.d.ts +2 -2
  562. package/types/src/pages/models/page.schema.d.ts +6 -6
  563. package/types/src/queues/endpoints/automation.d.ts +4 -4
  564. package/types/src/queues/endpoints/automation.schema.d.ts +4 -4
  565. package/types/src/queues/endpoints/automationSetup.d.ts +462 -0
  566. package/types/src/queues/endpoints/create.d.ts +18 -13
  567. package/types/src/queues/endpoints/createFromTemplate.d.ts +18 -13
  568. package/types/src/queues/endpoints/duplicate.d.ts +18 -13
  569. package/types/src/queues/endpoints/get.d.ts +18 -13
  570. package/types/src/queues/endpoints/index.d.ts +610 -111
  571. package/types/src/queues/endpoints/list.d.ts +31 -24
  572. package/types/src/queues/endpoints/list.schema.d.ts +4 -4
  573. package/types/src/queues/endpoints/patch.d.ts +32 -22
  574. package/types/src/queues/endpoints/patch.schema.d.ts +14 -9
  575. package/types/src/queues/endpoints/upload.d.ts +8 -8
  576. package/types/src/queues/endpoints/upload.schema.d.ts +8 -8
  577. package/types/src/queues/models/automation.schema.d.ts +2 -2
  578. package/types/src/queues/models/automationSetup.d.ts +42 -0
  579. package/types/src/queues/models/automationSetup.schema.d.ts +751 -0
  580. package/types/src/queues/models/queue.schema.d.ts +18 -13
  581. package/types/src/queues/models/queueSettings.d.ts +1 -0
  582. package/types/src/queues/models/queueSettings.schema.d.ts +10 -7
  583. package/types/src/relations/endpoints/create.d.ts +6 -6
  584. package/types/src/relations/endpoints/get.d.ts +6 -6
  585. package/types/src/relations/endpoints/index.d.ts +30 -30
  586. package/types/src/relations/endpoints/list.d.ts +12 -12
  587. package/types/src/relations/endpoints/patch.d.ts +6 -6
  588. package/types/src/relations/models/relations.schema.d.ts +14 -14
  589. package/types/src/rule-templates/endpoints/create.d.ts +58 -70
  590. package/types/src/rule-templates/endpoints/create.schema.d.ts +26 -32
  591. package/types/src/rule-templates/endpoints/get.d.ts +32 -38
  592. package/types/src/rule-templates/endpoints/index.d.ts +198 -234
  593. package/types/src/rule-templates/endpoints/list.d.ts +50 -56
  594. package/types/src/rule-templates/endpoints/patch.d.ts +58 -70
  595. package/types/src/rule-templates/endpoints/patch.schema.d.ts +26 -32
  596. package/types/src/rule-templates/models/ruleTemplate.d.ts +1 -1
  597. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +32 -38
  598. package/types/src/rules/endpoints/create.d.ts +58 -70
  599. package/types/src/rules/endpoints/create.schema.d.ts +26 -32
  600. package/types/src/rules/endpoints/get.d.ts +32 -38
  601. package/types/src/rules/endpoints/index.d.ts +198 -234
  602. package/types/src/rules/endpoints/list.d.ts +50 -56
  603. package/types/src/rules/endpoints/patch.d.ts +58 -70
  604. package/types/src/rules/endpoints/patch.schema.d.ts +26 -32
  605. package/types/src/rules/models/schemaRule.d.ts +4 -4
  606. package/types/src/rules/models/schemaRule.schema.d.ts +50 -59
  607. package/types/src/schemas/endpoints/create.d.ts +628 -196
  608. package/types/src/schemas/endpoints/get.d.ts +630 -198
  609. package/types/src/schemas/endpoints/get.schema.d.ts +2 -2
  610. package/types/src/schemas/endpoints/list.d.ts +764 -236
  611. package/types/src/schemas/endpoints/patch.d.ts +1254 -390
  612. package/types/src/schemas/endpoints/patch.schema.d.ts +626 -194
  613. package/types/src/schemas/endpoints/validate.d.ts +1319 -407
  614. package/types/src/schemas/models/schema.schema.d.ts +628 -196
  615. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +56 -20
  616. package/types/src/schemas/models/schemaDatapointBase.d.ts +4 -1
  617. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +18 -9
  618. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +14 -5
  619. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +14 -5
  620. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +14 -5
  621. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +14 -5
  622. package/types/src/schemas/models/schemaItem.schema.d.ts +358 -118
  623. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +212 -68
  624. package/types/src/schemas/models/schemaSection.schema.d.ts +492 -156
  625. package/types/src/schemas/models/schemaTuple.schema.d.ts +90 -30
  626. package/types/src/shared/models/annotationListTable.d.ts +12 -2
  627. package/types/src/shared/models/annotationListTable.schema.d.ts +99 -15
  628. package/types/src/suggestedEdit/endpoints/get.d.ts +4 -4
  629. package/types/src/suggestedEdit/endpoints/index.d.ts +4 -4
  630. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +4 -4
  631. package/types/src/surveys/endpoints/fromTemplate.d.ts +2 -2
  632. package/types/src/surveys/endpoints/get.d.ts +2 -2
  633. package/types/src/surveys/endpoints/index.d.ts +10 -10
  634. package/types/src/surveys/endpoints/list.d.ts +4 -4
  635. package/types/src/surveys/endpoints/patch.d.ts +2 -2
  636. package/types/src/surveys/models/survey.schema.d.ts +2 -2
  637. package/types/src/tasks/endpoints/get.d.ts +4 -4
  638. package/types/src/tasks/endpoints/index.d.ts +4 -4
  639. package/types/src/tasks/models/asyncTask.schema.d.ts +4 -4
  640. package/types/src/triggers/endpoints/create.d.ts +4 -4
  641. package/types/src/triggers/endpoints/get.d.ts +4 -4
  642. package/types/src/triggers/endpoints/index.d.ts +109 -12
  643. package/types/src/triggers/endpoints/list.d.ts +104 -0
  644. package/types/src/triggers/endpoints/list.schema.d.ts +14 -0
  645. package/types/src/triggers/endpoints/patch.d.ts +4 -4
  646. package/types/src/triggers/models/trigger.schema.d.ts +4 -4
  647. package/types/src/uploads/endpoints/get.d.ts +4 -4
  648. package/types/src/uploads/endpoints/index.d.ts +4 -4
  649. package/types/src/uploads/models/upload.schema.d.ts +4 -4
  650. package/types/src/users/endpoints/create.d.ts +2 -2
  651. package/types/src/users/endpoints/get.d.ts +2 -2
  652. package/types/src/users/endpoints/index.d.ts +10 -10
  653. package/types/src/users/endpoints/list.d.ts +4 -4
  654. package/types/src/users/endpoints/patch.d.ts +2 -2
  655. package/types/src/users/models/user.schema.d.ts +2 -2
  656. package/types/src/utils/withFields.d.ts +9 -9
  657. package/types/src/utils/withSideload.d.ts +2 -2
  658. package/types/src/workflowActivities/endpoints/get.d.ts +4 -4
  659. package/types/src/workflowActivities/endpoints/index.d.ts +13 -13
  660. package/types/src/workflowActivities/endpoints/list.d.ts +8 -8
  661. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +4 -4
  662. package/types/src/workflowRuns/endpoints/get.d.ts +4 -4
  663. package/types/src/workflowRuns/endpoints/index.d.ts +12 -12
  664. package/types/src/workflowRuns/endpoints/list.d.ts +8 -8
  665. package/types/src/workflowRuns/models/workflowRun.schema.d.ts +4 -4
  666. package/types/src/workflowSteps/endpoints/get.d.ts +2 -2
  667. package/types/src/workflowSteps/endpoints/index.d.ts +7 -7
  668. package/types/src/workflowSteps/endpoints/list.d.ts +4 -4
  669. package/types/src/workflowSteps/models/workflowStep.schema.d.ts +2 -2
  670. package/types/src/workflows/endpoints/get.d.ts +2 -2
  671. package/types/src/workflows/endpoints/index.d.ts +6 -6
  672. package/types/src/workflows/endpoints/list.d.ts +4 -4
  673. package/types/src/workflows/models/workflow.schema.d.ts +2 -2
  674. package/types/src/workspaces/endpoints/create.d.ts +2 -2
  675. package/types/src/workspaces/endpoints/get.d.ts +30 -0
  676. package/types/src/workspaces/endpoints/index.d.ts +37 -8
  677. package/types/src/workspaces/endpoints/list.d.ts +4 -4
  678. package/types/src/workspaces/endpoints/patch.d.ts +2 -2
  679. package/types/src/workspaces/models/workspace.schema.d.ts +2 -2
  680. package/src/authentication/models/authInfo.js.map +0 -1
  681. package/src/automationBlockers/models/automationBlocker.js +0 -3
  682. package/src/automationBlockers/models/automationBlocker.js.map +0 -1
  683. package/src/billing/models/billingHistory.js.map +0 -1
  684. package/src/billing/models/billingStats.js +0 -3
  685. package/src/billing/models/billingStats.js.map +0 -1
  686. package/src/connectors/models/connector.js +0 -3
  687. package/src/connectors/models/connector.js.map +0 -1
  688. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +0 -3
  689. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +0 -1
  690. package/src/dedicatedEngines/models/dedicatedEngine.js +0 -3
  691. package/src/dedicatedEngines/models/dedicatedEngine.js.map +0 -1
  692. package/src/deleteRecommendations/models/deleteRecommendation.js +0 -3
  693. package/src/deleteRecommendations/models/deleteRecommendation.js.map +0 -1
  694. package/src/deleteRecommendations/models/index.js.map +0 -1
  695. package/src/email/models/email.js +0 -3
  696. package/src/email/models/email.js.map +0 -1
  697. package/src/emailTemplatesStats/models/emailTemplateStats.js +0 -3
  698. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +0 -1
  699. package/src/emailTemplatesStats/models/index.js +0 -18
  700. package/src/emailTemplatesStats/models/index.js.map +0 -1
  701. package/src/emailThreads/models/emailThreads.js +0 -3
  702. package/src/emailThreads/models/emailThreads.js.map +0 -1
  703. package/src/genericEngines/models/genericEngine.js +0 -3
  704. package/src/genericEngines/models/genericEngine.js.map +0 -1
  705. package/src/groups/models/group.js +0 -3
  706. package/src/groups/models/group.js.map +0 -1
  707. package/src/groups/models/index.js +0 -18
  708. package/src/groups/models/index.js.map +0 -1
  709. package/src/hookTemplates/models/hookTemplate.js +0 -3
  710. package/src/hookTemplates/models/hookTemplate.js.map +0 -1
  711. package/src/hooks/endpoints/logs.js +0 -15
  712. package/src/hooks/endpoints/logs.js.map +0 -1
  713. package/src/hooks/endpoints/logs.schema.js +0 -22
  714. package/src/hooks/endpoints/logs.schema.js.map +0 -1
  715. package/src/hooks/models/log.js +0 -3
  716. package/src/hooks/models/log.js.map +0 -1
  717. package/src/hooks/models/log.schema.js +0 -56
  718. package/src/hooks/models/log.schema.js.map +0 -1
  719. package/src/inboxes/models/index.js +0 -18
  720. package/src/inboxes/models/index.js.map +0 -1
  721. package/src/memberships/models/index.js +0 -18
  722. package/src/memberships/models/index.js.map +0 -1
  723. package/src/memberships/models/membership.js +0 -3
  724. package/src/memberships/models/membership.js.map +0 -1
  725. package/src/organization/models/emailLimits.js +0 -3
  726. package/src/organization/models/emailLimits.js.map +0 -1
  727. package/src/organization/models/limits.js +0 -3
  728. package/src/organization/models/limits.js.map +0 -1
  729. package/src/organizationGroups/models/organizationGroupOrganization.js +0 -3
  730. package/src/organizationGroups/models/organizationGroupOrganization.js.map +0 -1
  731. package/src/organizationGroups/models/organizationGroupQueue.js +0 -3
  732. package/src/organizationGroups/models/organizationGroupQueue.js.map +0 -1
  733. package/src/organizationGroups/models/organizationGroupWorkspace.js +0 -3
  734. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +0 -1
  735. package/src/queues/models/index.js +0 -28
  736. package/src/queues/models/index.js.map +0 -1
  737. package/src/queues/models/relatedObjectsCounts.js +0 -3
  738. package/src/queues/models/relatedObjectsCounts.js.map +0 -1
  739. package/src/schemas/models/index.js +0 -47
  740. package/src/schemas/models/index.js.map +0 -1
  741. package/src/schemas/models/list.js +0 -3
  742. package/src/schemas/models/list.js.map +0 -1
  743. package/src/schemas/models/list.schema.js +0 -23
  744. package/src/schemas/models/list.schema.js.map +0 -1
  745. package/src/suggestedEdit/models/suggestedDocument.js +0 -3
  746. package/src/suggestedEdit/models/suggestedDocument.js.map +0 -1
  747. package/src/suggestedEdit/models/suggestedEdit.js +0 -3
  748. package/src/suggestedEdit/models/suggestedEdit.js.map +0 -1
  749. package/src/surveys/models/index.js +0 -21
  750. package/src/surveys/models/index.js.map +0 -1
  751. package/src/surveys/models/question.js +0 -3
  752. package/src/surveys/models/question.js.map +0 -1
  753. package/src/surveys/models/survey.js +0 -3
  754. package/src/surveys/models/survey.js.map +0 -1
  755. package/src/surveys/models/surveyTemplate.js +0 -3
  756. package/src/surveys/models/surveyTemplate.js.map +0 -1
  757. package/src/tasks/models/asyncTask.js +0 -3
  758. package/src/tasks/models/asyncTask.js.map +0 -1
  759. package/src/uploads/models/upload.js +0 -3
  760. package/src/uploads/models/upload.js.map +0 -1
  761. package/src/users/models/resetPassword.js +0 -3
  762. package/src/users/models/resetPassword.js.map +0 -1
  763. package/src/workflowActivities/models/index.js +0 -18
  764. package/src/workflowActivities/models/index.js.map +0 -1
  765. package/src/workflowSteps/models/index.js +0 -18
  766. package/src/workflowSteps/models/index.js.map +0 -1
  767. package/src/workflows/models/index.js +0 -18
  768. package/src/workflows/models/index.js.map +0 -1
  769. package/src/workspaces/models/index.js +0 -18
  770. package/src/workspaces/models/index.js.map +0 -1
  771. package/types/src/authentication/models/authInfo.d.ts +0 -4
  772. package/types/src/automationBlockers/models/automationBlocker.d.ts +0 -31
  773. package/types/src/billing/models/billingHistory.d.ts +0 -40
  774. package/types/src/billing/models/billingStats.d.ts +0 -21
  775. package/types/src/connectors/models/connector.d.ts +0 -15
  776. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +0 -31
  777. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +0 -10
  778. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +0 -10
  779. package/types/src/deleteRecommendations/models/index.d.ts +0 -1
  780. package/types/src/email/models/email.d.ts +0 -39
  781. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +0 -6
  782. package/types/src/emailTemplatesStats/models/index.d.ts +0 -1
  783. package/types/src/emailThreads/models/emailThreads.d.ts +0 -32
  784. package/types/src/genericEngines/models/genericEngine.d.ts +0 -9
  785. package/types/src/groups/models/group.d.ts +0 -7
  786. package/types/src/groups/models/index.d.ts +0 -1
  787. package/types/src/hookTemplates/models/hookTemplate.d.ts +0 -40
  788. package/types/src/hooks/endpoints/logs.d.ts +0 -411
  789. package/types/src/hooks/endpoints/logs.schema.d.ts +0 -390
  790. package/types/src/hooks/models/log.d.ts +0 -42
  791. package/types/src/hooks/models/log.schema.d.ts +0 -210
  792. package/types/src/inboxes/models/index.d.ts +0 -1
  793. package/types/src/memberships/models/index.d.ts +0 -1
  794. package/types/src/memberships/models/membership.d.ts +0 -9
  795. package/types/src/organization/models/emailLimits.d.ts +0 -10
  796. package/types/src/organization/models/limits.d.ts +0 -4
  797. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +0 -6
  798. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +0 -8
  799. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +0 -7
  800. package/types/src/queues/models/index.d.ts +0 -11
  801. package/types/src/queues/models/relatedObjectsCounts.d.ts +0 -5
  802. package/types/src/schemas/models/index.d.ts +0 -30
  803. package/types/src/schemas/models/list.d.ts +0 -18
  804. package/types/src/schemas/models/list.schema.d.ts +0 -66
  805. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +0 -9
  806. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +0 -8
  807. package/types/src/surveys/models/index.d.ts +0 -4
  808. package/types/src/surveys/models/question.d.ts +0 -6
  809. package/types/src/surveys/models/survey.d.ts +0 -13
  810. package/types/src/surveys/models/surveyTemplate.d.ts +0 -6
  811. package/types/src/tasks/models/asyncTask.d.ts +0 -17
  812. package/types/src/uploads/models/upload.d.ts +0 -13
  813. package/types/src/users/models/resetPassword.d.ts +0 -3
  814. package/types/src/workflowActivities/models/index.d.ts +0 -1
  815. package/types/src/workflowSteps/models/index.d.ts +0 -1
  816. package/types/src/workflows/models/index.d.ts +0 -1
  817. package/types/src/workspaces/models/index.d.ts +0 -1
@@ -11,7 +11,7 @@ export type SuggestRuleResult = {
11
11
  triggerCondition?: string;
12
12
  triggerConditionSummary?: string;
13
13
  name?: string;
14
- ruleActions?: Partial<SchemaRuleAction>[];
14
+ actions?: SchemaRuleAction[];
15
15
  };
16
16
  export type SuggestRuleResponse = {
17
17
  results: Array<SuggestRuleResult>;
@@ -27,40 +27,34 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
27
27
  triggerCondition: import("zod").ZodOptional<import("zod").ZodString>;
28
28
  triggerConditionSummary: import("zod").ZodOptional<import("zod").ZodString>;
29
29
  name: import("zod").ZodOptional<import("zod").ZodString>;
30
- ruleActions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
31
- id: import("zod").ZodOptional<import("zod").ZodString>;
32
- enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
33
- name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
34
- description: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
35
- action: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
36
- type: import("zod").ZodUnion<[import("zod").ZodLiteral<"add_automation_blocker">, import("zod").ZodLiteral<"show_message">, import("zod").ZodLiteral<"send_email">, import("zod").ZodLiteral<"hide_field">, import("zod").ZodLiteral<"change_queue">, import("zod").ZodLiteral<"show_field">, import("zod").ZodLiteral<"change_status">, import("zod").ZodLiteral<"add_label">, import("zod").ZodLiteral<"remove_label">, import("zod").ZodString]>;
37
- payload: import("zod").ZodOptional<import("zod").ZodUnknown>;
38
- }, "strip", import("zod").ZodTypeAny, {
39
- type: string;
40
- payload?: unknown;
41
- }, {
42
- type: string;
43
- payload?: unknown;
44
- }>>>;
30
+ actions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
31
+ id: import("zod").ZodString;
32
+ enabled: import("zod").ZodBoolean;
33
+ name: import("zod").ZodOptional<import("zod").ZodString>;
34
+ description: import("zod").ZodOptional<import("zod").ZodString>;
45
35
  }, "strip", import("zod").ZodTypeAny, {
46
- id?: string | undefined;
47
- enabled?: boolean | undefined;
36
+ id: string;
37
+ enabled: boolean;
48
38
  name?: string | undefined;
49
39
  description?: string | undefined;
50
- action?: {
51
- type: string;
52
- payload?: unknown;
53
- } | undefined;
54
40
  }, {
55
- id?: string | undefined;
56
- enabled?: boolean | undefined;
41
+ id: string;
42
+ enabled: boolean;
57
43
  name?: string | undefined;
58
44
  description?: string | undefined;
59
- action?: {
60
- type: string;
61
- payload?: unknown;
62
- } | undefined;
63
- }>, "many">>;
45
+ }>, import("zod").ZodObject<{
46
+ type: import("zod").ZodString;
47
+ event: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_imported">, import("zod").ZodLiteral<"annotation_confirmed">, import("zod").ZodLiteral<"annotation_exported">, import("zod").ZodLiteral<"validation">]>>;
48
+ payload: import("zod").ZodOptional<import("zod").ZodUnknown>;
49
+ }, "strip", import("zod").ZodTypeAny, {
50
+ type: string;
51
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
52
+ payload?: unknown;
53
+ }, {
54
+ type: string;
55
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
56
+ payload?: unknown;
57
+ }>>, "many">>;
64
58
  }, "strip", import("zod").ZodTypeAny, {
65
59
  description?: string | undefined;
66
60
  enabled?: boolean | undefined;
@@ -68,16 +62,16 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
68
62
  triggerCondition?: string | undefined;
69
63
  triggerConditionSummary?: string | undefined;
70
64
  name?: string | undefined;
71
- ruleActions?: {
72
- id?: string | undefined;
73
- enabled?: boolean | undefined;
65
+ actions?: ({
66
+ id: string;
67
+ enabled: boolean;
74
68
  name?: string | undefined;
75
69
  description?: string | undefined;
76
- action?: {
77
- type: string;
78
- payload?: unknown;
79
- } | undefined;
80
- }[] | undefined;
70
+ } & {
71
+ type: string;
72
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
73
+ payload?: unknown;
74
+ })[] | undefined;
81
75
  }, {
82
76
  description?: string | undefined;
83
77
  enabled?: boolean | undefined;
@@ -85,16 +79,16 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
85
79
  triggerCondition?: string | undefined;
86
80
  triggerConditionSummary?: string | undefined;
87
81
  name?: string | undefined;
88
- ruleActions?: {
89
- id?: string | undefined;
90
- enabled?: boolean | undefined;
82
+ actions?: ({
83
+ id: string;
84
+ enabled: boolean;
91
85
  name?: string | undefined;
92
86
  description?: string | undefined;
93
- action?: {
94
- type: string;
95
- payload?: unknown;
96
- } | undefined;
97
- }[] | undefined;
87
+ } & {
88
+ type: string;
89
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
90
+ payload?: unknown;
91
+ })[] | undefined;
98
92
  }>, "many">;
99
93
  }, "strip", import("zod").ZodTypeAny, {
100
94
  results: {
@@ -104,16 +98,16 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
104
98
  triggerCondition?: string | undefined;
105
99
  triggerConditionSummary?: string | undefined;
106
100
  name?: string | undefined;
107
- ruleActions?: {
108
- id?: string | undefined;
109
- enabled?: boolean | undefined;
101
+ actions?: ({
102
+ id: string;
103
+ enabled: boolean;
110
104
  name?: string | undefined;
111
105
  description?: string | undefined;
112
- action?: {
113
- type: string;
114
- payload?: unknown;
115
- } | undefined;
116
- }[] | undefined;
106
+ } & {
107
+ type: string;
108
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
109
+ payload?: unknown;
110
+ })[] | undefined;
117
111
  }[];
118
112
  }, {
119
113
  results: {
@@ -123,16 +117,16 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
123
117
  triggerCondition?: string | undefined;
124
118
  triggerConditionSummary?: string | undefined;
125
119
  name?: string | undefined;
126
- ruleActions?: {
127
- id?: string | undefined;
128
- enabled?: boolean | undefined;
120
+ actions?: ({
121
+ id: string;
122
+ enabled: boolean;
129
123
  name?: string | undefined;
130
124
  description?: string | undefined;
131
- action?: {
132
- type: string;
133
- payload?: unknown;
134
- } | undefined;
135
- }[] | undefined;
125
+ } & {
126
+ type: string;
127
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
128
+ payload?: unknown;
129
+ })[] | undefined;
136
130
  }[];
137
131
  }>;
138
132
  readonly payloadSchema: import("zod").ZodObject<{
@@ -237,13 +231,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
237
231
  required?: boolean | null | undefined;
238
232
  }>>>;
239
233
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
240
- 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">]>>>;
234
+ 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">]>>>;
241
235
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
242
236
  }, "strip", import("zod").ZodTypeAny, {
243
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
237
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
244
238
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
245
239
  }, {
246
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
240
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
247
241
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
248
242
  }>>>;
249
243
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -251,6 +245,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
251
245
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
252
246
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
253
247
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
248
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
249
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
250
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
254
251
  }, "strip", import("zod").ZodTypeAny, {
255
252
  suggest?: true | undefined;
256
253
  canExport?: boolean | null | undefined;
@@ -269,7 +266,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
269
266
  required?: boolean | null | undefined;
270
267
  } | null | undefined;
271
268
  uiConfiguration?: {
272
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
269
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
273
270
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
274
271
  } | null | undefined;
275
272
  width?: number | null | undefined;
@@ -277,6 +274,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
277
274
  widthChars?: number | null | undefined;
278
275
  scoreThreshold?: number | null | undefined;
279
276
  formula?: string | null | undefined;
277
+ context?: string[] | null | undefined;
278
+ prompt?: string | null | undefined;
279
+ dataset?: Record<string, unknown> | undefined;
280
280
  }, {
281
281
  suggest?: true | undefined;
282
282
  canExport?: boolean | null | undefined;
@@ -295,7 +295,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
295
295
  required?: boolean | null | undefined;
296
296
  } | null | undefined;
297
297
  uiConfiguration?: {
298
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
298
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
299
299
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
300
300
  } | null | undefined;
301
301
  width?: number | null | undefined;
@@ -303,6 +303,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
303
303
  widthChars?: number | null | undefined;
304
304
  scoreThreshold?: number | null | undefined;
305
305
  formula?: string | null | undefined;
306
+ context?: string[] | null | undefined;
307
+ prompt?: string | null | undefined;
308
+ dataset?: Record<string, unknown> | undefined;
306
309
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
307
310
  type: import("zod").ZodLiteral<"date">;
308
311
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -386,13 +389,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
386
389
  required?: boolean | null | undefined;
387
390
  }>>>;
388
391
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
389
- 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">]>>>;
392
+ 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">]>>>;
390
393
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
391
394
  }, "strip", import("zod").ZodTypeAny, {
392
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
395
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
393
396
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
394
397
  }, {
395
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
398
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
396
399
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
397
400
  }>>>;
398
401
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -400,6 +403,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
400
403
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
401
404
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
402
405
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
406
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
407
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
408
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
403
409
  }, "strip", import("zod").ZodTypeAny, {
404
410
  suggest?: true | undefined;
405
411
  canExport?: boolean | null | undefined;
@@ -418,7 +424,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
418
424
  required?: boolean | null | undefined;
419
425
  } | null | undefined;
420
426
  uiConfiguration?: {
421
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
427
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
422
428
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
423
429
  } | null | undefined;
424
430
  width?: number | null | undefined;
@@ -426,6 +432,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
426
432
  widthChars?: number | null | undefined;
427
433
  scoreThreshold?: number | null | undefined;
428
434
  formula?: string | null | undefined;
435
+ context?: string[] | null | undefined;
436
+ prompt?: string | null | undefined;
437
+ dataset?: Record<string, unknown> | undefined;
429
438
  }, {
430
439
  suggest?: true | undefined;
431
440
  canExport?: boolean | null | undefined;
@@ -444,7 +453,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
444
453
  required?: boolean | null | undefined;
445
454
  } | null | undefined;
446
455
  uiConfiguration?: {
447
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
456
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
448
457
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
449
458
  } | null | undefined;
450
459
  width?: number | null | undefined;
@@ -452,6 +461,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
452
461
  widthChars?: number | null | undefined;
453
462
  scoreThreshold?: number | null | undefined;
454
463
  formula?: string | null | undefined;
464
+ context?: string[] | null | undefined;
465
+ prompt?: string | null | undefined;
466
+ dataset?: Record<string, unknown> | undefined;
455
467
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
456
468
  type: import("zod").ZodLiteral<"number">;
457
469
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -562,13 +574,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
562
574
  required?: boolean | null | undefined;
563
575
  }>>>;
564
576
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
565
- 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">]>>>;
577
+ 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">]>>>;
566
578
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
567
579
  }, "strip", import("zod").ZodTypeAny, {
568
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
580
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
569
581
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
570
582
  }, {
571
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
583
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
572
584
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
573
585
  }>>>;
574
586
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -576,6 +588,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
576
588
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
577
589
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
578
590
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
591
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
592
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
593
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
579
594
  }, "strip", import("zod").ZodTypeAny, {
580
595
  suggest?: true | undefined;
581
596
  canExport?: boolean | null | undefined;
@@ -594,7 +609,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
594
609
  required?: boolean | null | undefined;
595
610
  } | null | undefined;
596
611
  uiConfiguration?: {
597
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
612
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
598
613
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
599
614
  } | null | undefined;
600
615
  width?: number | null | undefined;
@@ -602,6 +617,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
602
617
  widthChars?: number | null | undefined;
603
618
  scoreThreshold?: number | null | undefined;
604
619
  formula?: string | null | undefined;
620
+ context?: string[] | null | undefined;
621
+ prompt?: string | null | undefined;
622
+ dataset?: Record<string, unknown> | undefined;
605
623
  }, {
606
624
  suggest?: true | undefined;
607
625
  canExport?: boolean | null | undefined;
@@ -620,7 +638,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
620
638
  required?: boolean | null | undefined;
621
639
  } | null | undefined;
622
640
  uiConfiguration?: {
623
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
641
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
624
642
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
625
643
  } | null | undefined;
626
644
  width?: number | null | undefined;
@@ -628,6 +646,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
628
646
  widthChars?: number | null | undefined;
629
647
  scoreThreshold?: number | null | undefined;
630
648
  formula?: string | null | undefined;
649
+ context?: string[] | null | undefined;
650
+ prompt?: string | null | undefined;
651
+ dataset?: Record<string, unknown> | undefined;
631
652
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
632
653
  type: import("zod").ZodLiteral<"enum">;
633
654
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -729,13 +750,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
729
750
  required?: boolean | null | undefined;
730
751
  }>>>;
731
752
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
732
- 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">]>>>;
753
+ 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">]>>>;
733
754
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
734
755
  }, "strip", import("zod").ZodTypeAny, {
735
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
756
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
736
757
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
737
758
  }, {
738
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
759
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
739
760
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
740
761
  }>>>;
741
762
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -743,6 +764,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
743
764
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
744
765
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
745
766
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
767
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
768
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
769
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
746
770
  }, "strip", import("zod").ZodTypeAny, {
747
771
  suggest?: true | undefined;
748
772
  canExport?: boolean | null | undefined;
@@ -761,7 +785,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
761
785
  required?: boolean | null | undefined;
762
786
  } | null | undefined;
763
787
  uiConfiguration?: {
764
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
788
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
765
789
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
766
790
  } | null | undefined;
767
791
  width?: number | null | undefined;
@@ -769,6 +793,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
769
793
  widthChars?: number | null | undefined;
770
794
  scoreThreshold?: number | null | undefined;
771
795
  formula?: string | null | undefined;
796
+ context?: string[] | null | undefined;
797
+ prompt?: string | null | undefined;
798
+ dataset?: Record<string, unknown> | undefined;
772
799
  }, {
773
800
  suggest?: true | undefined;
774
801
  canExport?: boolean | null | undefined;
@@ -787,7 +814,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
787
814
  required?: boolean | null | undefined;
788
815
  } | null | undefined;
789
816
  uiConfiguration?: {
790
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
817
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
791
818
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
792
819
  } | null | undefined;
793
820
  width?: number | null | undefined;
@@ -795,6 +822,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
795
822
  widthChars?: number | null | undefined;
796
823
  scoreThreshold?: number | null | undefined;
797
824
  formula?: string | null | undefined;
825
+ context?: string[] | null | undefined;
826
+ prompt?: string | null | undefined;
827
+ dataset?: Record<string, unknown> | undefined;
798
828
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
799
829
  id: import("zod").ZodString;
800
830
  label: import("zod").ZodString;
@@ -919,13 +949,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
919
949
  required?: boolean | null | undefined;
920
950
  }>>>;
921
951
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
922
- 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">]>>>;
952
+ 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">]>>>;
923
953
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
924
954
  }, "strip", import("zod").ZodTypeAny, {
925
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
955
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
926
956
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
927
957
  }, {
928
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
958
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
929
959
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
930
960
  }>>>;
931
961
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -933,6 +963,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
933
963
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
934
964
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
935
965
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
966
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
967
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
968
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
936
969
  }, "strip", import("zod").ZodTypeAny, {
937
970
  suggest?: true | undefined;
938
971
  canExport?: boolean | null | undefined;
@@ -951,7 +984,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
951
984
  required?: boolean | null | undefined;
952
985
  } | null | undefined;
953
986
  uiConfiguration?: {
954
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
987
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
955
988
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
956
989
  } | null | undefined;
957
990
  width?: number | null | undefined;
@@ -959,6 +992,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
959
992
  widthChars?: number | null | undefined;
960
993
  scoreThreshold?: number | null | undefined;
961
994
  formula?: string | null | undefined;
995
+ context?: string[] | null | undefined;
996
+ prompt?: string | null | undefined;
997
+ dataset?: Record<string, unknown> | undefined;
962
998
  }, {
963
999
  suggest?: true | undefined;
964
1000
  canExport?: boolean | null | undefined;
@@ -977,7 +1013,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
977
1013
  required?: boolean | null | undefined;
978
1014
  } | null | undefined;
979
1015
  uiConfiguration?: {
980
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1016
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
981
1017
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
982
1018
  } | null | undefined;
983
1019
  width?: number | null | undefined;
@@ -985,6 +1021,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
985
1021
  widthChars?: number | null | undefined;
986
1022
  scoreThreshold?: number | null | undefined;
987
1023
  formula?: string | null | undefined;
1024
+ context?: string[] | null | undefined;
1025
+ prompt?: string | null | undefined;
1026
+ dataset?: Record<string, unknown> | undefined;
988
1027
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
989
1028
  type: import("zod").ZodLiteral<"date">;
990
1029
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -1068,13 +1107,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1068
1107
  required?: boolean | null | undefined;
1069
1108
  }>>>;
1070
1109
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1071
- 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">]>>>;
1110
+ 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">]>>>;
1072
1111
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1073
1112
  }, "strip", import("zod").ZodTypeAny, {
1074
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1113
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1075
1114
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1076
1115
  }, {
1077
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1116
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1078
1117
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1079
1118
  }>>>;
1080
1119
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1082,6 +1121,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1082
1121
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1083
1122
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1084
1123
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1124
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1125
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1126
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1085
1127
  }, "strip", import("zod").ZodTypeAny, {
1086
1128
  suggest?: true | undefined;
1087
1129
  canExport?: boolean | null | undefined;
@@ -1100,7 +1142,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1100
1142
  required?: boolean | null | undefined;
1101
1143
  } | null | undefined;
1102
1144
  uiConfiguration?: {
1103
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1145
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1104
1146
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1105
1147
  } | null | undefined;
1106
1148
  width?: number | null | undefined;
@@ -1108,6 +1150,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1108
1150
  widthChars?: number | null | undefined;
1109
1151
  scoreThreshold?: number | null | undefined;
1110
1152
  formula?: string | null | undefined;
1153
+ context?: string[] | null | undefined;
1154
+ prompt?: string | null | undefined;
1155
+ dataset?: Record<string, unknown> | undefined;
1111
1156
  }, {
1112
1157
  suggest?: true | undefined;
1113
1158
  canExport?: boolean | null | undefined;
@@ -1126,7 +1171,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1126
1171
  required?: boolean | null | undefined;
1127
1172
  } | null | undefined;
1128
1173
  uiConfiguration?: {
1129
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1174
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1130
1175
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1131
1176
  } | null | undefined;
1132
1177
  width?: number | null | undefined;
@@ -1134,6 +1179,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1134
1179
  widthChars?: number | null | undefined;
1135
1180
  scoreThreshold?: number | null | undefined;
1136
1181
  formula?: string | null | undefined;
1182
+ context?: string[] | null | undefined;
1183
+ prompt?: string | null | undefined;
1184
+ dataset?: Record<string, unknown> | undefined;
1137
1185
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1138
1186
  type: import("zod").ZodLiteral<"number">;
1139
1187
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -1244,13 +1292,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1244
1292
  required?: boolean | null | undefined;
1245
1293
  }>>>;
1246
1294
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1247
- 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">]>>>;
1295
+ 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">]>>>;
1248
1296
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1249
1297
  }, "strip", import("zod").ZodTypeAny, {
1250
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1298
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1251
1299
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1252
1300
  }, {
1253
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1301
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1254
1302
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1255
1303
  }>>>;
1256
1304
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1258,6 +1306,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1258
1306
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1259
1307
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1260
1308
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1309
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1310
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1311
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1261
1312
  }, "strip", import("zod").ZodTypeAny, {
1262
1313
  suggest?: true | undefined;
1263
1314
  canExport?: boolean | null | undefined;
@@ -1276,7 +1327,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1276
1327
  required?: boolean | null | undefined;
1277
1328
  } | null | undefined;
1278
1329
  uiConfiguration?: {
1279
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1330
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1280
1331
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1281
1332
  } | null | undefined;
1282
1333
  width?: number | null | undefined;
@@ -1284,6 +1335,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1284
1335
  widthChars?: number | null | undefined;
1285
1336
  scoreThreshold?: number | null | undefined;
1286
1337
  formula?: string | null | undefined;
1338
+ context?: string[] | null | undefined;
1339
+ prompt?: string | null | undefined;
1340
+ dataset?: Record<string, unknown> | undefined;
1287
1341
  }, {
1288
1342
  suggest?: true | undefined;
1289
1343
  canExport?: boolean | null | undefined;
@@ -1302,7 +1356,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1302
1356
  required?: boolean | null | undefined;
1303
1357
  } | null | undefined;
1304
1358
  uiConfiguration?: {
1305
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1359
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1306
1360
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1307
1361
  } | null | undefined;
1308
1362
  width?: number | null | undefined;
@@ -1310,6 +1364,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1310
1364
  widthChars?: number | null | undefined;
1311
1365
  scoreThreshold?: number | null | undefined;
1312
1366
  formula?: string | null | undefined;
1367
+ context?: string[] | null | undefined;
1368
+ prompt?: string | null | undefined;
1369
+ dataset?: Record<string, unknown> | undefined;
1313
1370
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1314
1371
  type: import("zod").ZodLiteral<"enum">;
1315
1372
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -1411,13 +1468,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1411
1468
  required?: boolean | null | undefined;
1412
1469
  }>>>;
1413
1470
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1414
- 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">]>>>;
1471
+ 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">]>>>;
1415
1472
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1416
1473
  }, "strip", import("zod").ZodTypeAny, {
1417
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1474
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1418
1475
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1419
1476
  }, {
1420
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1477
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1421
1478
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1422
1479
  }>>>;
1423
1480
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1425,6 +1482,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1425
1482
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1426
1483
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1427
1484
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1485
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1486
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1487
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1428
1488
  }, "strip", import("zod").ZodTypeAny, {
1429
1489
  suggest?: true | undefined;
1430
1490
  canExport?: boolean | null | undefined;
@@ -1443,7 +1503,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1443
1503
  required?: boolean | null | undefined;
1444
1504
  } | null | undefined;
1445
1505
  uiConfiguration?: {
1446
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1506
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1447
1507
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1448
1508
  } | null | undefined;
1449
1509
  width?: number | null | undefined;
@@ -1451,6 +1511,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1451
1511
  widthChars?: number | null | undefined;
1452
1512
  scoreThreshold?: number | null | undefined;
1453
1513
  formula?: string | null | undefined;
1514
+ context?: string[] | null | undefined;
1515
+ prompt?: string | null | undefined;
1516
+ dataset?: Record<string, unknown> | undefined;
1454
1517
  }, {
1455
1518
  suggest?: true | undefined;
1456
1519
  canExport?: boolean | null | undefined;
@@ -1469,7 +1532,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1469
1532
  required?: boolean | null | undefined;
1470
1533
  } | null | undefined;
1471
1534
  uiConfiguration?: {
1472
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1535
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1473
1536
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1474
1537
  } | null | undefined;
1475
1538
  width?: number | null | undefined;
@@ -1477,6 +1540,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1477
1540
  widthChars?: number | null | undefined;
1478
1541
  scoreThreshold?: number | null | undefined;
1479
1542
  formula?: string | null | undefined;
1543
+ context?: string[] | null | undefined;
1544
+ prompt?: string | null | undefined;
1545
+ dataset?: Record<string, unknown> | undefined;
1480
1546
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1481
1547
  id: import("zod").ZodString;
1482
1548
  label: import("zod").ZodString;
@@ -1522,7 +1588,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1522
1588
  }>>]>, "many">;
1523
1589
  rirFieldNames: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1524
1590
  }, "strip", import("zod").ZodTypeAny, {
1525
- category: "tuple";
1526
1591
  children: (({
1527
1592
  type: "string";
1528
1593
  } & {
@@ -1551,7 +1616,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1551
1616
  required?: boolean | null | undefined;
1552
1617
  } | null | undefined;
1553
1618
  uiConfiguration?: {
1554
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1619
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1555
1620
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1556
1621
  } | null | undefined;
1557
1622
  width?: number | null | undefined;
@@ -1559,6 +1624,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1559
1624
  widthChars?: number | null | undefined;
1560
1625
  scoreThreshold?: number | null | undefined;
1561
1626
  formula?: string | null | undefined;
1627
+ context?: string[] | null | undefined;
1628
+ prompt?: string | null | undefined;
1629
+ dataset?: Record<string, unknown> | undefined;
1562
1630
  }) | ({
1563
1631
  type: "date";
1564
1632
  format?: string | null | undefined;
@@ -1588,7 +1656,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1588
1656
  required?: boolean | null | undefined;
1589
1657
  } | null | undefined;
1590
1658
  uiConfiguration?: {
1591
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1659
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1592
1660
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1593
1661
  } | null | undefined;
1594
1662
  width?: number | null | undefined;
@@ -1596,6 +1664,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1596
1664
  widthChars?: number | null | undefined;
1597
1665
  scoreThreshold?: number | null | undefined;
1598
1666
  formula?: string | null | undefined;
1667
+ context?: string[] | null | undefined;
1668
+ prompt?: string | null | undefined;
1669
+ dataset?: Record<string, unknown> | undefined;
1599
1670
  }) | ({
1600
1671
  type: "number";
1601
1672
  format?: string | null | undefined;
@@ -1630,7 +1701,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1630
1701
  required?: boolean | null | undefined;
1631
1702
  } | null | undefined;
1632
1703
  uiConfiguration?: {
1633
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1704
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1634
1705
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1635
1706
  } | null | undefined;
1636
1707
  width?: number | null | undefined;
@@ -1638,6 +1709,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1638
1709
  widthChars?: number | null | undefined;
1639
1710
  scoreThreshold?: number | null | undefined;
1640
1711
  formula?: string | null | undefined;
1712
+ context?: string[] | null | undefined;
1713
+ prompt?: string | null | undefined;
1714
+ dataset?: Record<string, unknown> | undefined;
1641
1715
  }) | ({
1642
1716
  options: {
1643
1717
  value: string;
@@ -1671,7 +1745,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1671
1745
  required?: boolean | null | undefined;
1672
1746
  } | null | undefined;
1673
1747
  uiConfiguration?: {
1674
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1748
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1675
1749
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1676
1750
  } | null | undefined;
1677
1751
  width?: number | null | undefined;
@@ -1679,6 +1753,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1679
1753
  widthChars?: number | null | undefined;
1680
1754
  scoreThreshold?: number | null | undefined;
1681
1755
  formula?: string | null | undefined;
1756
+ context?: string[] | null | undefined;
1757
+ prompt?: string | null | undefined;
1758
+ dataset?: Record<string, unknown> | undefined;
1682
1759
  }) | ({
1683
1760
  id: string;
1684
1761
  label: string;
@@ -1694,9 +1771,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1694
1771
  popupUrl?: string | undefined;
1695
1772
  canObtainToken?: boolean | undefined;
1696
1773
  }))[];
1774
+ category: "tuple";
1697
1775
  rirFieldNames?: string[] | null | undefined;
1698
1776
  }, {
1699
- category: "tuple";
1700
1777
  children: (({
1701
1778
  type: "string";
1702
1779
  } & {
@@ -1725,7 +1802,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1725
1802
  required?: boolean | null | undefined;
1726
1803
  } | null | undefined;
1727
1804
  uiConfiguration?: {
1728
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1805
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1729
1806
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1730
1807
  } | null | undefined;
1731
1808
  width?: number | null | undefined;
@@ -1733,6 +1810,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1733
1810
  widthChars?: number | null | undefined;
1734
1811
  scoreThreshold?: number | null | undefined;
1735
1812
  formula?: string | null | undefined;
1813
+ context?: string[] | null | undefined;
1814
+ prompt?: string | null | undefined;
1815
+ dataset?: Record<string, unknown> | undefined;
1736
1816
  }) | ({
1737
1817
  type: "date";
1738
1818
  format?: string | null | undefined;
@@ -1762,7 +1842,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1762
1842
  required?: boolean | null | undefined;
1763
1843
  } | null | undefined;
1764
1844
  uiConfiguration?: {
1765
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1845
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1766
1846
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1767
1847
  } | null | undefined;
1768
1848
  width?: number | null | undefined;
@@ -1770,6 +1850,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1770
1850
  widthChars?: number | null | undefined;
1771
1851
  scoreThreshold?: number | null | undefined;
1772
1852
  formula?: string | null | undefined;
1853
+ context?: string[] | null | undefined;
1854
+ prompt?: string | null | undefined;
1855
+ dataset?: Record<string, unknown> | undefined;
1773
1856
  }) | ({
1774
1857
  type: "number";
1775
1858
  format?: string | null | undefined;
@@ -1804,7 +1887,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1804
1887
  required?: boolean | null | undefined;
1805
1888
  } | null | undefined;
1806
1889
  uiConfiguration?: {
1807
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1890
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1808
1891
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1809
1892
  } | null | undefined;
1810
1893
  width?: number | null | undefined;
@@ -1812,6 +1895,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1812
1895
  widthChars?: number | null | undefined;
1813
1896
  scoreThreshold?: number | null | undefined;
1814
1897
  formula?: string | null | undefined;
1898
+ context?: string[] | null | undefined;
1899
+ prompt?: string | null | undefined;
1900
+ dataset?: Record<string, unknown> | undefined;
1815
1901
  }) | ({
1816
1902
  options: {
1817
1903
  value: string;
@@ -1845,7 +1931,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1845
1931
  required?: boolean | null | undefined;
1846
1932
  } | null | undefined;
1847
1933
  uiConfiguration?: {
1848
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1934
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1849
1935
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1850
1936
  } | null | undefined;
1851
1937
  width?: number | null | undefined;
@@ -1853,6 +1939,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1853
1939
  widthChars?: number | null | undefined;
1854
1940
  scoreThreshold?: number | null | undefined;
1855
1941
  formula?: string | null | undefined;
1942
+ context?: string[] | null | undefined;
1943
+ prompt?: string | null | undefined;
1944
+ dataset?: Record<string, unknown> | undefined;
1856
1945
  }) | ({
1857
1946
  id: string;
1858
1947
  label: string;
@@ -1868,6 +1957,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1868
1957
  popupUrl?: string | undefined;
1869
1958
  canObtainToken?: boolean | undefined;
1870
1959
  }))[];
1960
+ category: "tuple";
1871
1961
  rirFieldNames?: string[] | null | undefined;
1872
1962
  }>, import("zod").ZodObject<{
1873
1963
  id: import("zod").ZodString;
@@ -1968,13 +2058,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1968
2058
  required?: boolean | null | undefined;
1969
2059
  }>>>;
1970
2060
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1971
- 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">]>>>;
2061
+ 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">]>>>;
1972
2062
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1973
2063
  }, "strip", import("zod").ZodTypeAny, {
1974
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2064
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1975
2065
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1976
2066
  }, {
1977
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2067
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1978
2068
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1979
2069
  }>>>;
1980
2070
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1982,6 +2072,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
1982
2072
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1983
2073
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1984
2074
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2075
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2076
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2077
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1985
2078
  }, "strip", import("zod").ZodTypeAny, {
1986
2079
  suggest?: true | undefined;
1987
2080
  canExport?: boolean | null | undefined;
@@ -2000,7 +2093,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2000
2093
  required?: boolean | null | undefined;
2001
2094
  } | null | undefined;
2002
2095
  uiConfiguration?: {
2003
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2096
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2004
2097
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2005
2098
  } | null | undefined;
2006
2099
  width?: number | null | undefined;
@@ -2008,6 +2101,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2008
2101
  widthChars?: number | null | undefined;
2009
2102
  scoreThreshold?: number | null | undefined;
2010
2103
  formula?: string | null | undefined;
2104
+ context?: string[] | null | undefined;
2105
+ prompt?: string | null | undefined;
2106
+ dataset?: Record<string, unknown> | undefined;
2011
2107
  }, {
2012
2108
  suggest?: true | undefined;
2013
2109
  canExport?: boolean | null | undefined;
@@ -2026,7 +2122,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2026
2122
  required?: boolean | null | undefined;
2027
2123
  } | null | undefined;
2028
2124
  uiConfiguration?: {
2029
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2125
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2030
2126
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2031
2127
  } | null | undefined;
2032
2128
  width?: number | null | undefined;
@@ -2034,6 +2130,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2034
2130
  widthChars?: number | null | undefined;
2035
2131
  scoreThreshold?: number | null | undefined;
2036
2132
  formula?: string | null | undefined;
2133
+ context?: string[] | null | undefined;
2134
+ prompt?: string | null | undefined;
2135
+ dataset?: Record<string, unknown> | undefined;
2037
2136
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2038
2137
  type: import("zod").ZodLiteral<"date">;
2039
2138
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2117,13 +2216,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2117
2216
  required?: boolean | null | undefined;
2118
2217
  }>>>;
2119
2218
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2120
- 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">]>>>;
2219
+ 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">]>>>;
2121
2220
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2122
2221
  }, "strip", import("zod").ZodTypeAny, {
2123
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2222
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2124
2223
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2125
2224
  }, {
2126
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2225
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2127
2226
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2128
2227
  }>>>;
2129
2228
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2131,6 +2230,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2131
2230
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2132
2231
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2133
2232
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2233
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2234
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2235
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2134
2236
  }, "strip", import("zod").ZodTypeAny, {
2135
2237
  suggest?: true | undefined;
2136
2238
  canExport?: boolean | null | undefined;
@@ -2149,7 +2251,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2149
2251
  required?: boolean | null | undefined;
2150
2252
  } | null | undefined;
2151
2253
  uiConfiguration?: {
2152
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2254
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2153
2255
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2154
2256
  } | null | undefined;
2155
2257
  width?: number | null | undefined;
@@ -2157,6 +2259,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2157
2259
  widthChars?: number | null | undefined;
2158
2260
  scoreThreshold?: number | null | undefined;
2159
2261
  formula?: string | null | undefined;
2262
+ context?: string[] | null | undefined;
2263
+ prompt?: string | null | undefined;
2264
+ dataset?: Record<string, unknown> | undefined;
2160
2265
  }, {
2161
2266
  suggest?: true | undefined;
2162
2267
  canExport?: boolean | null | undefined;
@@ -2175,7 +2280,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2175
2280
  required?: boolean | null | undefined;
2176
2281
  } | null | undefined;
2177
2282
  uiConfiguration?: {
2178
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2283
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2179
2284
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2180
2285
  } | null | undefined;
2181
2286
  width?: number | null | undefined;
@@ -2183,6 +2288,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2183
2288
  widthChars?: number | null | undefined;
2184
2289
  scoreThreshold?: number | null | undefined;
2185
2290
  formula?: string | null | undefined;
2291
+ context?: string[] | null | undefined;
2292
+ prompt?: string | null | undefined;
2293
+ dataset?: Record<string, unknown> | undefined;
2186
2294
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2187
2295
  type: import("zod").ZodLiteral<"number">;
2188
2296
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2293,13 +2401,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2293
2401
  required?: boolean | null | undefined;
2294
2402
  }>>>;
2295
2403
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2296
- 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">]>>>;
2404
+ 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">]>>>;
2297
2405
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2298
2406
  }, "strip", import("zod").ZodTypeAny, {
2299
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2407
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2300
2408
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2301
2409
  }, {
2302
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2410
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2303
2411
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2304
2412
  }>>>;
2305
2413
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2307,6 +2415,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2307
2415
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2308
2416
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2309
2417
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2418
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2419
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2420
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2310
2421
  }, "strip", import("zod").ZodTypeAny, {
2311
2422
  suggest?: true | undefined;
2312
2423
  canExport?: boolean | null | undefined;
@@ -2325,7 +2436,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2325
2436
  required?: boolean | null | undefined;
2326
2437
  } | null | undefined;
2327
2438
  uiConfiguration?: {
2328
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2439
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2329
2440
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2330
2441
  } | null | undefined;
2331
2442
  width?: number | null | undefined;
@@ -2333,6 +2444,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2333
2444
  widthChars?: number | null | undefined;
2334
2445
  scoreThreshold?: number | null | undefined;
2335
2446
  formula?: string | null | undefined;
2447
+ context?: string[] | null | undefined;
2448
+ prompt?: string | null | undefined;
2449
+ dataset?: Record<string, unknown> | undefined;
2336
2450
  }, {
2337
2451
  suggest?: true | undefined;
2338
2452
  canExport?: boolean | null | undefined;
@@ -2351,7 +2465,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2351
2465
  required?: boolean | null | undefined;
2352
2466
  } | null | undefined;
2353
2467
  uiConfiguration?: {
2354
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2468
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2355
2469
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2356
2470
  } | null | undefined;
2357
2471
  width?: number | null | undefined;
@@ -2359,6 +2473,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2359
2473
  widthChars?: number | null | undefined;
2360
2474
  scoreThreshold?: number | null | undefined;
2361
2475
  formula?: string | null | undefined;
2476
+ context?: string[] | null | undefined;
2477
+ prompt?: string | null | undefined;
2478
+ dataset?: Record<string, unknown> | undefined;
2362
2479
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2363
2480
  type: import("zod").ZodLiteral<"enum">;
2364
2481
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -2460,13 +2577,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2460
2577
  required?: boolean | null | undefined;
2461
2578
  }>>>;
2462
2579
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2463
- 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">]>>>;
2580
+ 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">]>>>;
2464
2581
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2465
2582
  }, "strip", import("zod").ZodTypeAny, {
2466
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2583
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2467
2584
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2468
2585
  }, {
2469
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2586
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2470
2587
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2471
2588
  }>>>;
2472
2589
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2474,6 +2591,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2474
2591
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2475
2592
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2476
2593
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2594
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2595
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2596
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2477
2597
  }, "strip", import("zod").ZodTypeAny, {
2478
2598
  suggest?: true | undefined;
2479
2599
  canExport?: boolean | null | undefined;
@@ -2492,7 +2612,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2492
2612
  required?: boolean | null | undefined;
2493
2613
  } | null | undefined;
2494
2614
  uiConfiguration?: {
2495
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2615
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2496
2616
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2497
2617
  } | null | undefined;
2498
2618
  width?: number | null | undefined;
@@ -2500,6 +2620,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2500
2620
  widthChars?: number | null | undefined;
2501
2621
  scoreThreshold?: number | null | undefined;
2502
2622
  formula?: string | null | undefined;
2623
+ context?: string[] | null | undefined;
2624
+ prompt?: string | null | undefined;
2625
+ dataset?: Record<string, unknown> | undefined;
2503
2626
  }, {
2504
2627
  suggest?: true | undefined;
2505
2628
  canExport?: boolean | null | undefined;
@@ -2518,7 +2641,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2518
2641
  required?: boolean | null | undefined;
2519
2642
  } | null | undefined;
2520
2643
  uiConfiguration?: {
2521
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2644
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2522
2645
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2523
2646
  } | null | undefined;
2524
2647
  width?: number | null | undefined;
@@ -2526,6 +2649,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2526
2649
  widthChars?: number | null | undefined;
2527
2650
  scoreThreshold?: number | null | undefined;
2528
2651
  formula?: string | null | undefined;
2652
+ context?: string[] | null | undefined;
2653
+ prompt?: string | null | undefined;
2654
+ dataset?: Record<string, unknown> | undefined;
2529
2655
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
2530
2656
  id: import("zod").ZodString;
2531
2657
  label: import("zod").ZodString;
@@ -2598,7 +2724,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2598
2724
  required?: boolean | null | undefined;
2599
2725
  } | null | undefined;
2600
2726
  uiConfiguration?: {
2601
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2727
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2602
2728
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2603
2729
  } | null | undefined;
2604
2730
  width?: number | null | undefined;
@@ -2606,6 +2732,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2606
2732
  widthChars?: number | null | undefined;
2607
2733
  scoreThreshold?: number | null | undefined;
2608
2734
  formula?: string | null | undefined;
2735
+ context?: string[] | null | undefined;
2736
+ prompt?: string | null | undefined;
2737
+ dataset?: Record<string, unknown> | undefined;
2609
2738
  }) | ({
2610
2739
  type: "date";
2611
2740
  format?: string | null | undefined;
@@ -2635,7 +2764,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2635
2764
  required?: boolean | null | undefined;
2636
2765
  } | null | undefined;
2637
2766
  uiConfiguration?: {
2638
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2767
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2639
2768
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2640
2769
  } | null | undefined;
2641
2770
  width?: number | null | undefined;
@@ -2643,6 +2772,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2643
2772
  widthChars?: number | null | undefined;
2644
2773
  scoreThreshold?: number | null | undefined;
2645
2774
  formula?: string | null | undefined;
2775
+ context?: string[] | null | undefined;
2776
+ prompt?: string | null | undefined;
2777
+ dataset?: Record<string, unknown> | undefined;
2646
2778
  }) | ({
2647
2779
  type: "number";
2648
2780
  format?: string | null | undefined;
@@ -2677,7 +2809,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2677
2809
  required?: boolean | null | undefined;
2678
2810
  } | null | undefined;
2679
2811
  uiConfiguration?: {
2680
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2812
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2681
2813
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2682
2814
  } | null | undefined;
2683
2815
  width?: number | null | undefined;
@@ -2685,6 +2817,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2685
2817
  widthChars?: number | null | undefined;
2686
2818
  scoreThreshold?: number | null | undefined;
2687
2819
  formula?: string | null | undefined;
2820
+ context?: string[] | null | undefined;
2821
+ prompt?: string | null | undefined;
2822
+ dataset?: Record<string, unknown> | undefined;
2688
2823
  }) | ({
2689
2824
  options: {
2690
2825
  value: string;
@@ -2718,7 +2853,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2718
2853
  required?: boolean | null | undefined;
2719
2854
  } | null | undefined;
2720
2855
  uiConfiguration?: {
2721
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2856
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2722
2857
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2723
2858
  } | null | undefined;
2724
2859
  width?: number | null | undefined;
@@ -2726,6 +2861,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2726
2861
  widthChars?: number | null | undefined;
2727
2862
  scoreThreshold?: number | null | undefined;
2728
2863
  formula?: string | null | undefined;
2864
+ context?: string[] | null | undefined;
2865
+ prompt?: string | null | undefined;
2866
+ dataset?: Record<string, unknown> | undefined;
2729
2867
  }) | ({
2730
2868
  id: string;
2731
2869
  label: string;
@@ -2770,7 +2908,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2770
2908
  required?: boolean | null | undefined;
2771
2909
  } | null | undefined;
2772
2910
  uiConfiguration?: {
2773
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2911
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2774
2912
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2775
2913
  } | null | undefined;
2776
2914
  width?: number | null | undefined;
@@ -2778,6 +2916,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2778
2916
  widthChars?: number | null | undefined;
2779
2917
  scoreThreshold?: number | null | undefined;
2780
2918
  formula?: string | null | undefined;
2919
+ context?: string[] | null | undefined;
2920
+ prompt?: string | null | undefined;
2921
+ dataset?: Record<string, unknown> | undefined;
2781
2922
  }) | ({
2782
2923
  type: "date";
2783
2924
  format?: string | null | undefined;
@@ -2807,7 +2948,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2807
2948
  required?: boolean | null | undefined;
2808
2949
  } | null | undefined;
2809
2950
  uiConfiguration?: {
2810
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2951
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2811
2952
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2812
2953
  } | null | undefined;
2813
2954
  width?: number | null | undefined;
@@ -2815,6 +2956,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2815
2956
  widthChars?: number | null | undefined;
2816
2957
  scoreThreshold?: number | null | undefined;
2817
2958
  formula?: string | null | undefined;
2959
+ context?: string[] | null | undefined;
2960
+ prompt?: string | null | undefined;
2961
+ dataset?: Record<string, unknown> | undefined;
2818
2962
  }) | ({
2819
2963
  type: "number";
2820
2964
  format?: string | null | undefined;
@@ -2849,7 +2993,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2849
2993
  required?: boolean | null | undefined;
2850
2994
  } | null | undefined;
2851
2995
  uiConfiguration?: {
2852
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2996
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2853
2997
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2854
2998
  } | null | undefined;
2855
2999
  width?: number | null | undefined;
@@ -2857,6 +3001,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2857
3001
  widthChars?: number | null | undefined;
2858
3002
  scoreThreshold?: number | null | undefined;
2859
3003
  formula?: string | null | undefined;
3004
+ context?: string[] | null | undefined;
3005
+ prompt?: string | null | undefined;
3006
+ dataset?: Record<string, unknown> | undefined;
2860
3007
  }) | ({
2861
3008
  options: {
2862
3009
  value: string;
@@ -2890,7 +3037,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2890
3037
  required?: boolean | null | undefined;
2891
3038
  } | null | undefined;
2892
3039
  uiConfiguration?: {
2893
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3040
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2894
3041
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2895
3042
  } | null | undefined;
2896
3043
  width?: number | null | undefined;
@@ -2898,6 +3045,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
2898
3045
  widthChars?: number | null | undefined;
2899
3046
  scoreThreshold?: number | null | undefined;
2900
3047
  formula?: string | null | undefined;
3048
+ context?: string[] | null | undefined;
3049
+ prompt?: string | null | undefined;
3050
+ dataset?: Record<string, unknown> | undefined;
2901
3051
  }) | ({
2902
3052
  id: string;
2903
3053
  label: string;
@@ -3055,13 +3205,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3055
3205
  required?: boolean | null | undefined;
3056
3206
  }>>>;
3057
3207
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3058
- 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">]>>>;
3208
+ 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">]>>>;
3059
3209
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3060
3210
  }, "strip", import("zod").ZodTypeAny, {
3061
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3211
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3062
3212
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3063
3213
  }, {
3064
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3214
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3065
3215
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3066
3216
  }>>>;
3067
3217
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3069,6 +3219,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3069
3219
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3070
3220
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3071
3221
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3222
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3223
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3224
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3072
3225
  }, "strip", import("zod").ZodTypeAny, {
3073
3226
  suggest?: true | undefined;
3074
3227
  canExport?: boolean | null | undefined;
@@ -3087,7 +3240,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3087
3240
  required?: boolean | null | undefined;
3088
3241
  } | null | undefined;
3089
3242
  uiConfiguration?: {
3090
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3243
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3091
3244
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3092
3245
  } | null | undefined;
3093
3246
  width?: number | null | undefined;
@@ -3095,6 +3248,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3095
3248
  widthChars?: number | null | undefined;
3096
3249
  scoreThreshold?: number | null | undefined;
3097
3250
  formula?: string | null | undefined;
3251
+ context?: string[] | null | undefined;
3252
+ prompt?: string | null | undefined;
3253
+ dataset?: Record<string, unknown> | undefined;
3098
3254
  }, {
3099
3255
  suggest?: true | undefined;
3100
3256
  canExport?: boolean | null | undefined;
@@ -3113,7 +3269,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3113
3269
  required?: boolean | null | undefined;
3114
3270
  } | null | undefined;
3115
3271
  uiConfiguration?: {
3116
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3272
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3117
3273
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3118
3274
  } | null | undefined;
3119
3275
  width?: number | null | undefined;
@@ -3121,6 +3277,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3121
3277
  widthChars?: number | null | undefined;
3122
3278
  scoreThreshold?: number | null | undefined;
3123
3279
  formula?: string | null | undefined;
3280
+ context?: string[] | null | undefined;
3281
+ prompt?: string | null | undefined;
3282
+ dataset?: Record<string, unknown> | undefined;
3124
3283
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3125
3284
  type: import("zod").ZodLiteral<"date">;
3126
3285
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3204,13 +3363,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3204
3363
  required?: boolean | null | undefined;
3205
3364
  }>>>;
3206
3365
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3207
- 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">]>>>;
3366
+ 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">]>>>;
3208
3367
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3209
3368
  }, "strip", import("zod").ZodTypeAny, {
3210
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3369
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3211
3370
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3212
3371
  }, {
3213
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3372
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3214
3373
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3215
3374
  }>>>;
3216
3375
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3218,6 +3377,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3218
3377
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3219
3378
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3220
3379
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3380
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3381
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3382
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3221
3383
  }, "strip", import("zod").ZodTypeAny, {
3222
3384
  suggest?: true | undefined;
3223
3385
  canExport?: boolean | null | undefined;
@@ -3236,7 +3398,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3236
3398
  required?: boolean | null | undefined;
3237
3399
  } | null | undefined;
3238
3400
  uiConfiguration?: {
3239
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3401
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3240
3402
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3241
3403
  } | null | undefined;
3242
3404
  width?: number | null | undefined;
@@ -3244,6 +3406,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3244
3406
  widthChars?: number | null | undefined;
3245
3407
  scoreThreshold?: number | null | undefined;
3246
3408
  formula?: string | null | undefined;
3409
+ context?: string[] | null | undefined;
3410
+ prompt?: string | null | undefined;
3411
+ dataset?: Record<string, unknown> | undefined;
3247
3412
  }, {
3248
3413
  suggest?: true | undefined;
3249
3414
  canExport?: boolean | null | undefined;
@@ -3262,7 +3427,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3262
3427
  required?: boolean | null | undefined;
3263
3428
  } | null | undefined;
3264
3429
  uiConfiguration?: {
3265
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3430
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3266
3431
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3267
3432
  } | null | undefined;
3268
3433
  width?: number | null | undefined;
@@ -3270,6 +3435,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3270
3435
  widthChars?: number | null | undefined;
3271
3436
  scoreThreshold?: number | null | undefined;
3272
3437
  formula?: string | null | undefined;
3438
+ context?: string[] | null | undefined;
3439
+ prompt?: string | null | undefined;
3440
+ dataset?: Record<string, unknown> | undefined;
3273
3441
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3274
3442
  type: import("zod").ZodLiteral<"number">;
3275
3443
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3380,13 +3548,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3380
3548
  required?: boolean | null | undefined;
3381
3549
  }>>>;
3382
3550
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3383
- 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">]>>>;
3551
+ 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">]>>>;
3384
3552
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3385
3553
  }, "strip", import("zod").ZodTypeAny, {
3386
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3554
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3387
3555
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3388
3556
  }, {
3389
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3557
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3390
3558
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3391
3559
  }>>>;
3392
3560
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3394,6 +3562,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3394
3562
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3395
3563
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3396
3564
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3565
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3566
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3567
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3397
3568
  }, "strip", import("zod").ZodTypeAny, {
3398
3569
  suggest?: true | undefined;
3399
3570
  canExport?: boolean | null | undefined;
@@ -3412,7 +3583,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3412
3583
  required?: boolean | null | undefined;
3413
3584
  } | null | undefined;
3414
3585
  uiConfiguration?: {
3415
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3586
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3416
3587
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3417
3588
  } | null | undefined;
3418
3589
  width?: number | null | undefined;
@@ -3420,6 +3591,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3420
3591
  widthChars?: number | null | undefined;
3421
3592
  scoreThreshold?: number | null | undefined;
3422
3593
  formula?: string | null | undefined;
3594
+ context?: string[] | null | undefined;
3595
+ prompt?: string | null | undefined;
3596
+ dataset?: Record<string, unknown> | undefined;
3423
3597
  }, {
3424
3598
  suggest?: true | undefined;
3425
3599
  canExport?: boolean | null | undefined;
@@ -3438,7 +3612,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3438
3612
  required?: boolean | null | undefined;
3439
3613
  } | null | undefined;
3440
3614
  uiConfiguration?: {
3441
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3615
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3442
3616
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3443
3617
  } | null | undefined;
3444
3618
  width?: number | null | undefined;
@@ -3446,6 +3620,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3446
3620
  widthChars?: number | null | undefined;
3447
3621
  scoreThreshold?: number | null | undefined;
3448
3622
  formula?: string | null | undefined;
3623
+ context?: string[] | null | undefined;
3624
+ prompt?: string | null | undefined;
3625
+ dataset?: Record<string, unknown> | undefined;
3449
3626
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3450
3627
  type: import("zod").ZodLiteral<"enum">;
3451
3628
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -3547,13 +3724,13 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3547
3724
  required?: boolean | null | undefined;
3548
3725
  }>>>;
3549
3726
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3550
- 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">]>>>;
3727
+ 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">]>>>;
3551
3728
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3552
3729
  }, "strip", import("zod").ZodTypeAny, {
3553
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3730
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3554
3731
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3555
3732
  }, {
3556
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3733
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3557
3734
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3558
3735
  }>>>;
3559
3736
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3561,6 +3738,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3561
3738
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3562
3739
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3563
3740
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3741
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3742
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3743
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3564
3744
  }, "strip", import("zod").ZodTypeAny, {
3565
3745
  suggest?: true | undefined;
3566
3746
  canExport?: boolean | null | undefined;
@@ -3579,7 +3759,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3579
3759
  required?: boolean | null | undefined;
3580
3760
  } | null | undefined;
3581
3761
  uiConfiguration?: {
3582
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3762
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3583
3763
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3584
3764
  } | null | undefined;
3585
3765
  width?: number | null | undefined;
@@ -3587,6 +3767,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3587
3767
  widthChars?: number | null | undefined;
3588
3768
  scoreThreshold?: number | null | undefined;
3589
3769
  formula?: string | null | undefined;
3770
+ context?: string[] | null | undefined;
3771
+ prompt?: string | null | undefined;
3772
+ dataset?: Record<string, unknown> | undefined;
3590
3773
  }, {
3591
3774
  suggest?: true | undefined;
3592
3775
  canExport?: boolean | null | undefined;
@@ -3605,7 +3788,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3605
3788
  required?: boolean | null | undefined;
3606
3789
  } | null | undefined;
3607
3790
  uiConfiguration?: {
3608
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3791
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3609
3792
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3610
3793
  } | null | undefined;
3611
3794
  width?: number | null | undefined;
@@ -3613,6 +3796,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3613
3796
  widthChars?: number | null | undefined;
3614
3797
  scoreThreshold?: number | null | undefined;
3615
3798
  formula?: string | null | undefined;
3799
+ context?: string[] | null | undefined;
3800
+ prompt?: string | null | undefined;
3801
+ dataset?: Record<string, unknown> | undefined;
3616
3802
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
3617
3803
  id: import("zod").ZodString;
3618
3804
  label: import("zod").ZodString;
@@ -3658,7 +3844,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3658
3844
  }>>]>, "many">;
3659
3845
  rirFieldNames: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3660
3846
  }, "strip", import("zod").ZodTypeAny, {
3661
- category: "tuple";
3662
3847
  children: (({
3663
3848
  type: "string";
3664
3849
  } & {
@@ -3687,7 +3872,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3687
3872
  required?: boolean | null | undefined;
3688
3873
  } | null | undefined;
3689
3874
  uiConfiguration?: {
3690
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3875
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3691
3876
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3692
3877
  } | null | undefined;
3693
3878
  width?: number | null | undefined;
@@ -3695,6 +3880,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3695
3880
  widthChars?: number | null | undefined;
3696
3881
  scoreThreshold?: number | null | undefined;
3697
3882
  formula?: string | null | undefined;
3883
+ context?: string[] | null | undefined;
3884
+ prompt?: string | null | undefined;
3885
+ dataset?: Record<string, unknown> | undefined;
3698
3886
  }) | ({
3699
3887
  type: "date";
3700
3888
  format?: string | null | undefined;
@@ -3724,7 +3912,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3724
3912
  required?: boolean | null | undefined;
3725
3913
  } | null | undefined;
3726
3914
  uiConfiguration?: {
3727
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3915
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3728
3916
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3729
3917
  } | null | undefined;
3730
3918
  width?: number | null | undefined;
@@ -3732,6 +3920,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3732
3920
  widthChars?: number | null | undefined;
3733
3921
  scoreThreshold?: number | null | undefined;
3734
3922
  formula?: string | null | undefined;
3923
+ context?: string[] | null | undefined;
3924
+ prompt?: string | null | undefined;
3925
+ dataset?: Record<string, unknown> | undefined;
3735
3926
  }) | ({
3736
3927
  type: "number";
3737
3928
  format?: string | null | undefined;
@@ -3766,7 +3957,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3766
3957
  required?: boolean | null | undefined;
3767
3958
  } | null | undefined;
3768
3959
  uiConfiguration?: {
3769
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3960
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3770
3961
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3771
3962
  } | null | undefined;
3772
3963
  width?: number | null | undefined;
@@ -3774,6 +3965,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3774
3965
  widthChars?: number | null | undefined;
3775
3966
  scoreThreshold?: number | null | undefined;
3776
3967
  formula?: string | null | undefined;
3968
+ context?: string[] | null | undefined;
3969
+ prompt?: string | null | undefined;
3970
+ dataset?: Record<string, unknown> | undefined;
3777
3971
  }) | ({
3778
3972
  options: {
3779
3973
  value: string;
@@ -3807,7 +4001,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3807
4001
  required?: boolean | null | undefined;
3808
4002
  } | null | undefined;
3809
4003
  uiConfiguration?: {
3810
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4004
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3811
4005
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3812
4006
  } | null | undefined;
3813
4007
  width?: number | null | undefined;
@@ -3815,6 +4009,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3815
4009
  widthChars?: number | null | undefined;
3816
4010
  scoreThreshold?: number | null | undefined;
3817
4011
  formula?: string | null | undefined;
4012
+ context?: string[] | null | undefined;
4013
+ prompt?: string | null | undefined;
4014
+ dataset?: Record<string, unknown> | undefined;
3818
4015
  }) | ({
3819
4016
  id: string;
3820
4017
  label: string;
@@ -3830,9 +4027,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3830
4027
  popupUrl?: string | undefined;
3831
4028
  canObtainToken?: boolean | undefined;
3832
4029
  }))[];
4030
+ category: "tuple";
3833
4031
  rirFieldNames?: string[] | null | undefined;
3834
4032
  }, {
3835
- category: "tuple";
3836
4033
  children: (({
3837
4034
  type: "string";
3838
4035
  } & {
@@ -3861,7 +4058,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3861
4058
  required?: boolean | null | undefined;
3862
4059
  } | null | undefined;
3863
4060
  uiConfiguration?: {
3864
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4061
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3865
4062
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3866
4063
  } | null | undefined;
3867
4064
  width?: number | null | undefined;
@@ -3869,6 +4066,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3869
4066
  widthChars?: number | null | undefined;
3870
4067
  scoreThreshold?: number | null | undefined;
3871
4068
  formula?: string | null | undefined;
4069
+ context?: string[] | null | undefined;
4070
+ prompt?: string | null | undefined;
4071
+ dataset?: Record<string, unknown> | undefined;
3872
4072
  }) | ({
3873
4073
  type: "date";
3874
4074
  format?: string | null | undefined;
@@ -3898,7 +4098,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3898
4098
  required?: boolean | null | undefined;
3899
4099
  } | null | undefined;
3900
4100
  uiConfiguration?: {
3901
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4101
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3902
4102
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3903
4103
  } | null | undefined;
3904
4104
  width?: number | null | undefined;
@@ -3906,6 +4106,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3906
4106
  widthChars?: number | null | undefined;
3907
4107
  scoreThreshold?: number | null | undefined;
3908
4108
  formula?: string | null | undefined;
4109
+ context?: string[] | null | undefined;
4110
+ prompt?: string | null | undefined;
4111
+ dataset?: Record<string, unknown> | undefined;
3909
4112
  }) | ({
3910
4113
  type: "number";
3911
4114
  format?: string | null | undefined;
@@ -3940,7 +4143,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3940
4143
  required?: boolean | null | undefined;
3941
4144
  } | null | undefined;
3942
4145
  uiConfiguration?: {
3943
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4146
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3944
4147
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3945
4148
  } | null | undefined;
3946
4149
  width?: number | null | undefined;
@@ -3948,6 +4151,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3948
4151
  widthChars?: number | null | undefined;
3949
4152
  scoreThreshold?: number | null | undefined;
3950
4153
  formula?: string | null | undefined;
4154
+ context?: string[] | null | undefined;
4155
+ prompt?: string | null | undefined;
4156
+ dataset?: Record<string, unknown> | undefined;
3951
4157
  }) | ({
3952
4158
  options: {
3953
4159
  value: string;
@@ -3981,7 +4187,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3981
4187
  required?: boolean | null | undefined;
3982
4188
  } | null | undefined;
3983
4189
  uiConfiguration?: {
3984
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4190
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3985
4191
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3986
4192
  } | null | undefined;
3987
4193
  width?: number | null | undefined;
@@ -3989,6 +4195,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
3989
4195
  widthChars?: number | null | undefined;
3990
4196
  scoreThreshold?: number | null | undefined;
3991
4197
  formula?: string | null | undefined;
4198
+ context?: string[] | null | undefined;
4199
+ prompt?: string | null | undefined;
4200
+ dataset?: Record<string, unknown> | undefined;
3992
4201
  }) | ({
3993
4202
  id: string;
3994
4203
  label: string;
@@ -4004,6 +4213,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4004
4213
  popupUrl?: string | undefined;
4005
4214
  canObtainToken?: boolean | undefined;
4006
4215
  }))[];
4216
+ category: "tuple";
4007
4217
  rirFieldNames?: string[] | null | undefined;
4008
4218
  }>, import("zod").ZodObject<{
4009
4219
  id: import("zod").ZodString;
@@ -4026,7 +4236,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4026
4236
  }>>;
4027
4237
  }, "strip", import("zod").ZodTypeAny, {
4028
4238
  children: {
4029
- category: "tuple";
4030
4239
  children: (({
4031
4240
  type: "string";
4032
4241
  } & {
@@ -4055,7 +4264,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4055
4264
  required?: boolean | null | undefined;
4056
4265
  } | null | undefined;
4057
4266
  uiConfiguration?: {
4058
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4267
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4059
4268
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4060
4269
  } | null | undefined;
4061
4270
  width?: number | null | undefined;
@@ -4063,6 +4272,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4063
4272
  widthChars?: number | null | undefined;
4064
4273
  scoreThreshold?: number | null | undefined;
4065
4274
  formula?: string | null | undefined;
4275
+ context?: string[] | null | undefined;
4276
+ prompt?: string | null | undefined;
4277
+ dataset?: Record<string, unknown> | undefined;
4066
4278
  }) | ({
4067
4279
  type: "date";
4068
4280
  format?: string | null | undefined;
@@ -4092,7 +4304,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4092
4304
  required?: boolean | null | undefined;
4093
4305
  } | null | undefined;
4094
4306
  uiConfiguration?: {
4095
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4307
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4096
4308
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4097
4309
  } | null | undefined;
4098
4310
  width?: number | null | undefined;
@@ -4100,6 +4312,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4100
4312
  widthChars?: number | null | undefined;
4101
4313
  scoreThreshold?: number | null | undefined;
4102
4314
  formula?: string | null | undefined;
4315
+ context?: string[] | null | undefined;
4316
+ prompt?: string | null | undefined;
4317
+ dataset?: Record<string, unknown> | undefined;
4103
4318
  }) | ({
4104
4319
  type: "number";
4105
4320
  format?: string | null | undefined;
@@ -4134,7 +4349,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4134
4349
  required?: boolean | null | undefined;
4135
4350
  } | null | undefined;
4136
4351
  uiConfiguration?: {
4137
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4352
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4138
4353
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4139
4354
  } | null | undefined;
4140
4355
  width?: number | null | undefined;
@@ -4142,6 +4357,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4142
4357
  widthChars?: number | null | undefined;
4143
4358
  scoreThreshold?: number | null | undefined;
4144
4359
  formula?: string | null | undefined;
4360
+ context?: string[] | null | undefined;
4361
+ prompt?: string | null | undefined;
4362
+ dataset?: Record<string, unknown> | undefined;
4145
4363
  }) | ({
4146
4364
  options: {
4147
4365
  value: string;
@@ -4175,7 +4393,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4175
4393
  required?: boolean | null | undefined;
4176
4394
  } | null | undefined;
4177
4395
  uiConfiguration?: {
4178
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4396
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4179
4397
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4180
4398
  } | null | undefined;
4181
4399
  width?: number | null | undefined;
@@ -4183,6 +4401,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4183
4401
  widthChars?: number | null | undefined;
4184
4402
  scoreThreshold?: number | null | undefined;
4185
4403
  formula?: string | null | undefined;
4404
+ context?: string[] | null | undefined;
4405
+ prompt?: string | null | undefined;
4406
+ dataset?: Record<string, unknown> | undefined;
4186
4407
  }) | ({
4187
4408
  id: string;
4188
4409
  label: string;
@@ -4198,6 +4419,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4198
4419
  popupUrl?: string | undefined;
4199
4420
  canObtainToken?: boolean | undefined;
4200
4421
  }))[];
4422
+ category: "tuple";
4201
4423
  rirFieldNames?: string[] | null | undefined;
4202
4424
  } & {
4203
4425
  id: string;
@@ -4208,7 +4430,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4208
4430
  };
4209
4431
  }, {
4210
4432
  children: {
4211
- category: "tuple";
4212
4433
  children: (({
4213
4434
  type: "string";
4214
4435
  } & {
@@ -4237,7 +4458,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4237
4458
  required?: boolean | null | undefined;
4238
4459
  } | null | undefined;
4239
4460
  uiConfiguration?: {
4240
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4461
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4241
4462
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4242
4463
  } | null | undefined;
4243
4464
  width?: number | null | undefined;
@@ -4245,6 +4466,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4245
4466
  widthChars?: number | null | undefined;
4246
4467
  scoreThreshold?: number | null | undefined;
4247
4468
  formula?: string | null | undefined;
4469
+ context?: string[] | null | undefined;
4470
+ prompt?: string | null | undefined;
4471
+ dataset?: Record<string, unknown> | undefined;
4248
4472
  }) | ({
4249
4473
  type: "date";
4250
4474
  format?: string | null | undefined;
@@ -4274,7 +4498,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4274
4498
  required?: boolean | null | undefined;
4275
4499
  } | null | undefined;
4276
4500
  uiConfiguration?: {
4277
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4501
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4278
4502
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4279
4503
  } | null | undefined;
4280
4504
  width?: number | null | undefined;
@@ -4282,6 +4506,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4282
4506
  widthChars?: number | null | undefined;
4283
4507
  scoreThreshold?: number | null | undefined;
4284
4508
  formula?: string | null | undefined;
4509
+ context?: string[] | null | undefined;
4510
+ prompt?: string | null | undefined;
4511
+ dataset?: Record<string, unknown> | undefined;
4285
4512
  }) | ({
4286
4513
  type: "number";
4287
4514
  format?: string | null | undefined;
@@ -4316,7 +4543,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4316
4543
  required?: boolean | null | undefined;
4317
4544
  } | null | undefined;
4318
4545
  uiConfiguration?: {
4319
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4546
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4320
4547
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4321
4548
  } | null | undefined;
4322
4549
  width?: number | null | undefined;
@@ -4324,6 +4551,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4324
4551
  widthChars?: number | null | undefined;
4325
4552
  scoreThreshold?: number | null | undefined;
4326
4553
  formula?: string | null | undefined;
4554
+ context?: string[] | null | undefined;
4555
+ prompt?: string | null | undefined;
4556
+ dataset?: Record<string, unknown> | undefined;
4327
4557
  }) | ({
4328
4558
  options: {
4329
4559
  value: string;
@@ -4357,7 +4587,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4357
4587
  required?: boolean | null | undefined;
4358
4588
  } | null | undefined;
4359
4589
  uiConfiguration?: {
4360
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4590
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4361
4591
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4362
4592
  } | null | undefined;
4363
4593
  width?: number | null | undefined;
@@ -4365,6 +4595,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4365
4595
  widthChars?: number | null | undefined;
4366
4596
  scoreThreshold?: number | null | undefined;
4367
4597
  formula?: string | null | undefined;
4598
+ context?: string[] | null | undefined;
4599
+ prompt?: string | null | undefined;
4600
+ dataset?: Record<string, unknown> | undefined;
4368
4601
  }) | ({
4369
4602
  id: string;
4370
4603
  label: string;
@@ -4380,6 +4613,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4380
4613
  popupUrl?: string | undefined;
4381
4614
  canObtainToken?: boolean | undefined;
4382
4615
  }))[];
4616
+ category: "tuple";
4383
4617
  rirFieldNames?: string[] | null | undefined;
4384
4618
  } & {
4385
4619
  id: string;
@@ -4450,7 +4684,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4450
4684
  }>>>]>, "many">;
4451
4685
  icon: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
4452
4686
  }, "strip", import("zod").ZodTypeAny, {
4453
- category: "section";
4454
4687
  children: (({
4455
4688
  type: "string";
4456
4689
  } & {
@@ -4479,7 +4712,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4479
4712
  required?: boolean | null | undefined;
4480
4713
  } | null | undefined;
4481
4714
  uiConfiguration?: {
4482
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4715
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4483
4716
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4484
4717
  } | null | undefined;
4485
4718
  width?: number | null | undefined;
@@ -4487,6 +4720,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4487
4720
  widthChars?: number | null | undefined;
4488
4721
  scoreThreshold?: number | null | undefined;
4489
4722
  formula?: string | null | undefined;
4723
+ context?: string[] | null | undefined;
4724
+ prompt?: string | null | undefined;
4725
+ dataset?: Record<string, unknown> | undefined;
4490
4726
  }) | ({
4491
4727
  type: "date";
4492
4728
  format?: string | null | undefined;
@@ -4516,7 +4752,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4516
4752
  required?: boolean | null | undefined;
4517
4753
  } | null | undefined;
4518
4754
  uiConfiguration?: {
4519
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4755
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4520
4756
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4521
4757
  } | null | undefined;
4522
4758
  width?: number | null | undefined;
@@ -4524,6 +4760,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4524
4760
  widthChars?: number | null | undefined;
4525
4761
  scoreThreshold?: number | null | undefined;
4526
4762
  formula?: string | null | undefined;
4763
+ context?: string[] | null | undefined;
4764
+ prompt?: string | null | undefined;
4765
+ dataset?: Record<string, unknown> | undefined;
4527
4766
  }) | ({
4528
4767
  type: "number";
4529
4768
  format?: string | null | undefined;
@@ -4558,7 +4797,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4558
4797
  required?: boolean | null | undefined;
4559
4798
  } | null | undefined;
4560
4799
  uiConfiguration?: {
4561
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4800
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4562
4801
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4563
4802
  } | null | undefined;
4564
4803
  width?: number | null | undefined;
@@ -4566,6 +4805,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4566
4805
  widthChars?: number | null | undefined;
4567
4806
  scoreThreshold?: number | null | undefined;
4568
4807
  formula?: string | null | undefined;
4808
+ context?: string[] | null | undefined;
4809
+ prompt?: string | null | undefined;
4810
+ dataset?: Record<string, unknown> | undefined;
4569
4811
  }) | ({
4570
4812
  options: {
4571
4813
  value: string;
@@ -4599,7 +4841,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4599
4841
  required?: boolean | null | undefined;
4600
4842
  } | null | undefined;
4601
4843
  uiConfiguration?: {
4602
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4844
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4603
4845
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4604
4846
  } | null | undefined;
4605
4847
  width?: number | null | undefined;
@@ -4607,6 +4849,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4607
4849
  widthChars?: number | null | undefined;
4608
4850
  scoreThreshold?: number | null | undefined;
4609
4851
  formula?: string | null | undefined;
4852
+ context?: string[] | null | undefined;
4853
+ prompt?: string | null | undefined;
4854
+ dataset?: Record<string, unknown> | undefined;
4610
4855
  }) | ({
4611
4856
  id: string;
4612
4857
  label: string;
@@ -4622,7 +4867,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4622
4867
  popupUrl?: string | undefined;
4623
4868
  canObtainToken?: boolean | undefined;
4624
4869
  }) | ({
4625
- category: "tuple";
4626
4870
  children: (({
4627
4871
  type: "string";
4628
4872
  } & {
@@ -4651,7 +4895,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4651
4895
  required?: boolean | null | undefined;
4652
4896
  } | null | undefined;
4653
4897
  uiConfiguration?: {
4654
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4898
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4655
4899
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4656
4900
  } | null | undefined;
4657
4901
  width?: number | null | undefined;
@@ -4659,6 +4903,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4659
4903
  widthChars?: number | null | undefined;
4660
4904
  scoreThreshold?: number | null | undefined;
4661
4905
  formula?: string | null | undefined;
4906
+ context?: string[] | null | undefined;
4907
+ prompt?: string | null | undefined;
4908
+ dataset?: Record<string, unknown> | undefined;
4662
4909
  }) | ({
4663
4910
  type: "date";
4664
4911
  format?: string | null | undefined;
@@ -4688,7 +4935,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4688
4935
  required?: boolean | null | undefined;
4689
4936
  } | null | undefined;
4690
4937
  uiConfiguration?: {
4691
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4938
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4692
4939
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4693
4940
  } | null | undefined;
4694
4941
  width?: number | null | undefined;
@@ -4696,6 +4943,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4696
4943
  widthChars?: number | null | undefined;
4697
4944
  scoreThreshold?: number | null | undefined;
4698
4945
  formula?: string | null | undefined;
4946
+ context?: string[] | null | undefined;
4947
+ prompt?: string | null | undefined;
4948
+ dataset?: Record<string, unknown> | undefined;
4699
4949
  }) | ({
4700
4950
  type: "number";
4701
4951
  format?: string | null | undefined;
@@ -4730,7 +4980,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4730
4980
  required?: boolean | null | undefined;
4731
4981
  } | null | undefined;
4732
4982
  uiConfiguration?: {
4733
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4983
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4734
4984
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4735
4985
  } | null | undefined;
4736
4986
  width?: number | null | undefined;
@@ -4738,6 +4988,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4738
4988
  widthChars?: number | null | undefined;
4739
4989
  scoreThreshold?: number | null | undefined;
4740
4990
  formula?: string | null | undefined;
4991
+ context?: string[] | null | undefined;
4992
+ prompt?: string | null | undefined;
4993
+ dataset?: Record<string, unknown> | undefined;
4741
4994
  }) | ({
4742
4995
  options: {
4743
4996
  value: string;
@@ -4771,7 +5024,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4771
5024
  required?: boolean | null | undefined;
4772
5025
  } | null | undefined;
4773
5026
  uiConfiguration?: {
4774
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5027
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4775
5028
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4776
5029
  } | null | undefined;
4777
5030
  width?: number | null | undefined;
@@ -4779,6 +5032,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4779
5032
  widthChars?: number | null | undefined;
4780
5033
  scoreThreshold?: number | null | undefined;
4781
5034
  formula?: string | null | undefined;
5035
+ context?: string[] | null | undefined;
5036
+ prompt?: string | null | undefined;
5037
+ dataset?: Record<string, unknown> | undefined;
4782
5038
  }) | ({
4783
5039
  id: string;
4784
5040
  label: string;
@@ -4794,6 +5050,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4794
5050
  popupUrl?: string | undefined;
4795
5051
  canObtainToken?: boolean | undefined;
4796
5052
  }))[];
5053
+ category: "tuple";
4797
5054
  rirFieldNames?: string[] | null | undefined;
4798
5055
  } & {
4799
5056
  id: string;
@@ -4830,7 +5087,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4830
5087
  required?: boolean | null | undefined;
4831
5088
  } | null | undefined;
4832
5089
  uiConfiguration?: {
4833
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5090
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4834
5091
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4835
5092
  } | null | undefined;
4836
5093
  width?: number | null | undefined;
@@ -4838,6 +5095,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4838
5095
  widthChars?: number | null | undefined;
4839
5096
  scoreThreshold?: number | null | undefined;
4840
5097
  formula?: string | null | undefined;
5098
+ context?: string[] | null | undefined;
5099
+ prompt?: string | null | undefined;
5100
+ dataset?: Record<string, unknown> | undefined;
4841
5101
  }) | ({
4842
5102
  type: "date";
4843
5103
  format?: string | null | undefined;
@@ -4867,7 +5127,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4867
5127
  required?: boolean | null | undefined;
4868
5128
  } | null | undefined;
4869
5129
  uiConfiguration?: {
4870
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5130
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4871
5131
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4872
5132
  } | null | undefined;
4873
5133
  width?: number | null | undefined;
@@ -4875,6 +5135,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4875
5135
  widthChars?: number | null | undefined;
4876
5136
  scoreThreshold?: number | null | undefined;
4877
5137
  formula?: string | null | undefined;
5138
+ context?: string[] | null | undefined;
5139
+ prompt?: string | null | undefined;
5140
+ dataset?: Record<string, unknown> | undefined;
4878
5141
  }) | ({
4879
5142
  type: "number";
4880
5143
  format?: string | null | undefined;
@@ -4909,7 +5172,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4909
5172
  required?: boolean | null | undefined;
4910
5173
  } | null | undefined;
4911
5174
  uiConfiguration?: {
4912
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5175
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4913
5176
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4914
5177
  } | null | undefined;
4915
5178
  width?: number | null | undefined;
@@ -4917,6 +5180,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4917
5180
  widthChars?: number | null | undefined;
4918
5181
  scoreThreshold?: number | null | undefined;
4919
5182
  formula?: string | null | undefined;
5183
+ context?: string[] | null | undefined;
5184
+ prompt?: string | null | undefined;
5185
+ dataset?: Record<string, unknown> | undefined;
4920
5186
  }) | ({
4921
5187
  options: {
4922
5188
  value: string;
@@ -4950,7 +5216,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4950
5216
  required?: boolean | null | undefined;
4951
5217
  } | null | undefined;
4952
5218
  uiConfiguration?: {
4953
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5219
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4954
5220
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4955
5221
  } | null | undefined;
4956
5222
  width?: number | null | undefined;
@@ -4958,6 +5224,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4958
5224
  widthChars?: number | null | undefined;
4959
5225
  scoreThreshold?: number | null | undefined;
4960
5226
  formula?: string | null | undefined;
5227
+ context?: string[] | null | undefined;
5228
+ prompt?: string | null | undefined;
5229
+ dataset?: Record<string, unknown> | undefined;
4961
5230
  }) | ({
4962
5231
  id: string;
4963
5232
  label: string;
@@ -4992,7 +5261,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
4992
5261
  disablePrediction?: boolean | null | undefined;
4993
5262
  }) | ({
4994
5263
  children: {
4995
- category: "tuple";
4996
5264
  children: (({
4997
5265
  type: "string";
4998
5266
  } & {
@@ -5021,7 +5289,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5021
5289
  required?: boolean | null | undefined;
5022
5290
  } | null | undefined;
5023
5291
  uiConfiguration?: {
5024
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5292
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5025
5293
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5026
5294
  } | null | undefined;
5027
5295
  width?: number | null | undefined;
@@ -5029,6 +5297,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5029
5297
  widthChars?: number | null | undefined;
5030
5298
  scoreThreshold?: number | null | undefined;
5031
5299
  formula?: string | null | undefined;
5300
+ context?: string[] | null | undefined;
5301
+ prompt?: string | null | undefined;
5302
+ dataset?: Record<string, unknown> | undefined;
5032
5303
  }) | ({
5033
5304
  type: "date";
5034
5305
  format?: string | null | undefined;
@@ -5058,7 +5329,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5058
5329
  required?: boolean | null | undefined;
5059
5330
  } | null | undefined;
5060
5331
  uiConfiguration?: {
5061
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5332
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5062
5333
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5063
5334
  } | null | undefined;
5064
5335
  width?: number | null | undefined;
@@ -5066,6 +5337,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5066
5337
  widthChars?: number | null | undefined;
5067
5338
  scoreThreshold?: number | null | undefined;
5068
5339
  formula?: string | null | undefined;
5340
+ context?: string[] | null | undefined;
5341
+ prompt?: string | null | undefined;
5342
+ dataset?: Record<string, unknown> | undefined;
5069
5343
  }) | ({
5070
5344
  type: "number";
5071
5345
  format?: string | null | undefined;
@@ -5100,7 +5374,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5100
5374
  required?: boolean | null | undefined;
5101
5375
  } | null | undefined;
5102
5376
  uiConfiguration?: {
5103
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5377
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5104
5378
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5105
5379
  } | null | undefined;
5106
5380
  width?: number | null | undefined;
@@ -5108,6 +5382,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5108
5382
  widthChars?: number | null | undefined;
5109
5383
  scoreThreshold?: number | null | undefined;
5110
5384
  formula?: string | null | undefined;
5385
+ context?: string[] | null | undefined;
5386
+ prompt?: string | null | undefined;
5387
+ dataset?: Record<string, unknown> | undefined;
5111
5388
  }) | ({
5112
5389
  options: {
5113
5390
  value: string;
@@ -5141,7 +5418,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5141
5418
  required?: boolean | null | undefined;
5142
5419
  } | null | undefined;
5143
5420
  uiConfiguration?: {
5144
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5421
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5145
5422
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5146
5423
  } | null | undefined;
5147
5424
  width?: number | null | undefined;
@@ -5149,6 +5426,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5149
5426
  widthChars?: number | null | undefined;
5150
5427
  scoreThreshold?: number | null | undefined;
5151
5428
  formula?: string | null | undefined;
5429
+ context?: string[] | null | undefined;
5430
+ prompt?: string | null | undefined;
5431
+ dataset?: Record<string, unknown> | undefined;
5152
5432
  }) | ({
5153
5433
  id: string;
5154
5434
  label: string;
@@ -5164,6 +5444,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5164
5444
  popupUrl?: string | undefined;
5165
5445
  canObtainToken?: boolean | undefined;
5166
5446
  }))[];
5447
+ category: "tuple";
5167
5448
  rirFieldNames?: string[] | null | undefined;
5168
5449
  } & {
5169
5450
  id: string;
@@ -5190,9 +5471,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5190
5471
  hidden?: boolean | null | undefined;
5191
5472
  disablePrediction?: boolean | null | undefined;
5192
5473
  }))[];
5474
+ category: "section";
5193
5475
  icon?: string | null | undefined;
5194
5476
  }, {
5195
- category: "section";
5196
5477
  children: (({
5197
5478
  type: "string";
5198
5479
  } & {
@@ -5221,7 +5502,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5221
5502
  required?: boolean | null | undefined;
5222
5503
  } | null | undefined;
5223
5504
  uiConfiguration?: {
5224
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5505
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5225
5506
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5226
5507
  } | null | undefined;
5227
5508
  width?: number | null | undefined;
@@ -5229,6 +5510,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5229
5510
  widthChars?: number | null | undefined;
5230
5511
  scoreThreshold?: number | null | undefined;
5231
5512
  formula?: string | null | undefined;
5513
+ context?: string[] | null | undefined;
5514
+ prompt?: string | null | undefined;
5515
+ dataset?: Record<string, unknown> | undefined;
5232
5516
  }) | ({
5233
5517
  type: "date";
5234
5518
  format?: string | null | undefined;
@@ -5258,7 +5542,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5258
5542
  required?: boolean | null | undefined;
5259
5543
  } | null | undefined;
5260
5544
  uiConfiguration?: {
5261
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5545
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5262
5546
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5263
5547
  } | null | undefined;
5264
5548
  width?: number | null | undefined;
@@ -5266,6 +5550,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5266
5550
  widthChars?: number | null | undefined;
5267
5551
  scoreThreshold?: number | null | undefined;
5268
5552
  formula?: string | null | undefined;
5553
+ context?: string[] | null | undefined;
5554
+ prompt?: string | null | undefined;
5555
+ dataset?: Record<string, unknown> | undefined;
5269
5556
  }) | ({
5270
5557
  type: "number";
5271
5558
  format?: string | null | undefined;
@@ -5300,7 +5587,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5300
5587
  required?: boolean | null | undefined;
5301
5588
  } | null | undefined;
5302
5589
  uiConfiguration?: {
5303
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5590
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5304
5591
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5305
5592
  } | null | undefined;
5306
5593
  width?: number | null | undefined;
@@ -5308,6 +5595,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5308
5595
  widthChars?: number | null | undefined;
5309
5596
  scoreThreshold?: number | null | undefined;
5310
5597
  formula?: string | null | undefined;
5598
+ context?: string[] | null | undefined;
5599
+ prompt?: string | null | undefined;
5600
+ dataset?: Record<string, unknown> | undefined;
5311
5601
  }) | ({
5312
5602
  options: {
5313
5603
  value: string;
@@ -5341,7 +5631,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5341
5631
  required?: boolean | null | undefined;
5342
5632
  } | null | undefined;
5343
5633
  uiConfiguration?: {
5344
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5634
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5345
5635
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5346
5636
  } | null | undefined;
5347
5637
  width?: number | null | undefined;
@@ -5349,6 +5639,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5349
5639
  widthChars?: number | null | undefined;
5350
5640
  scoreThreshold?: number | null | undefined;
5351
5641
  formula?: string | null | undefined;
5642
+ context?: string[] | null | undefined;
5643
+ prompt?: string | null | undefined;
5644
+ dataset?: Record<string, unknown> | undefined;
5352
5645
  }) | ({
5353
5646
  id: string;
5354
5647
  label: string;
@@ -5364,7 +5657,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5364
5657
  popupUrl?: string | undefined;
5365
5658
  canObtainToken?: boolean | undefined;
5366
5659
  }) | ({
5367
- category: "tuple";
5368
5660
  children: (({
5369
5661
  type: "string";
5370
5662
  } & {
@@ -5393,7 +5685,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5393
5685
  required?: boolean | null | undefined;
5394
5686
  } | null | undefined;
5395
5687
  uiConfiguration?: {
5396
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5688
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5397
5689
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5398
5690
  } | null | undefined;
5399
5691
  width?: number | null | undefined;
@@ -5401,6 +5693,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5401
5693
  widthChars?: number | null | undefined;
5402
5694
  scoreThreshold?: number | null | undefined;
5403
5695
  formula?: string | null | undefined;
5696
+ context?: string[] | null | undefined;
5697
+ prompt?: string | null | undefined;
5698
+ dataset?: Record<string, unknown> | undefined;
5404
5699
  }) | ({
5405
5700
  type: "date";
5406
5701
  format?: string | null | undefined;
@@ -5430,7 +5725,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5430
5725
  required?: boolean | null | undefined;
5431
5726
  } | null | undefined;
5432
5727
  uiConfiguration?: {
5433
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5728
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5434
5729
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5435
5730
  } | null | undefined;
5436
5731
  width?: number | null | undefined;
@@ -5438,6 +5733,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5438
5733
  widthChars?: number | null | undefined;
5439
5734
  scoreThreshold?: number | null | undefined;
5440
5735
  formula?: string | null | undefined;
5736
+ context?: string[] | null | undefined;
5737
+ prompt?: string | null | undefined;
5738
+ dataset?: Record<string, unknown> | undefined;
5441
5739
  }) | ({
5442
5740
  type: "number";
5443
5741
  format?: string | null | undefined;
@@ -5472,7 +5770,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5472
5770
  required?: boolean | null | undefined;
5473
5771
  } | null | undefined;
5474
5772
  uiConfiguration?: {
5475
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5773
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5476
5774
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5477
5775
  } | null | undefined;
5478
5776
  width?: number | null | undefined;
@@ -5480,6 +5778,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5480
5778
  widthChars?: number | null | undefined;
5481
5779
  scoreThreshold?: number | null | undefined;
5482
5780
  formula?: string | null | undefined;
5781
+ context?: string[] | null | undefined;
5782
+ prompt?: string | null | undefined;
5783
+ dataset?: Record<string, unknown> | undefined;
5483
5784
  }) | ({
5484
5785
  options: {
5485
5786
  value: string;
@@ -5513,7 +5814,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5513
5814
  required?: boolean | null | undefined;
5514
5815
  } | null | undefined;
5515
5816
  uiConfiguration?: {
5516
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5817
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5517
5818
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5518
5819
  } | null | undefined;
5519
5820
  width?: number | null | undefined;
@@ -5521,6 +5822,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5521
5822
  widthChars?: number | null | undefined;
5522
5823
  scoreThreshold?: number | null | undefined;
5523
5824
  formula?: string | null | undefined;
5825
+ context?: string[] | null | undefined;
5826
+ prompt?: string | null | undefined;
5827
+ dataset?: Record<string, unknown> | undefined;
5524
5828
  }) | ({
5525
5829
  id: string;
5526
5830
  label: string;
@@ -5536,6 +5840,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5536
5840
  popupUrl?: string | undefined;
5537
5841
  canObtainToken?: boolean | undefined;
5538
5842
  }))[];
5843
+ category: "tuple";
5539
5844
  rirFieldNames?: string[] | null | undefined;
5540
5845
  } & {
5541
5846
  id: string;
@@ -5572,7 +5877,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5572
5877
  required?: boolean | null | undefined;
5573
5878
  } | null | undefined;
5574
5879
  uiConfiguration?: {
5575
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5880
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5576
5881
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5577
5882
  } | null | undefined;
5578
5883
  width?: number | null | undefined;
@@ -5580,6 +5885,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5580
5885
  widthChars?: number | null | undefined;
5581
5886
  scoreThreshold?: number | null | undefined;
5582
5887
  formula?: string | null | undefined;
5888
+ context?: string[] | null | undefined;
5889
+ prompt?: string | null | undefined;
5890
+ dataset?: Record<string, unknown> | undefined;
5583
5891
  }) | ({
5584
5892
  type: "date";
5585
5893
  format?: string | null | undefined;
@@ -5609,7 +5917,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5609
5917
  required?: boolean | null | undefined;
5610
5918
  } | null | undefined;
5611
5919
  uiConfiguration?: {
5612
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5920
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5613
5921
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5614
5922
  } | null | undefined;
5615
5923
  width?: number | null | undefined;
@@ -5617,6 +5925,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5617
5925
  widthChars?: number | null | undefined;
5618
5926
  scoreThreshold?: number | null | undefined;
5619
5927
  formula?: string | null | undefined;
5928
+ context?: string[] | null | undefined;
5929
+ prompt?: string | null | undefined;
5930
+ dataset?: Record<string, unknown> | undefined;
5620
5931
  }) | ({
5621
5932
  type: "number";
5622
5933
  format?: string | null | undefined;
@@ -5651,7 +5962,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5651
5962
  required?: boolean | null | undefined;
5652
5963
  } | null | undefined;
5653
5964
  uiConfiguration?: {
5654
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5965
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5655
5966
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5656
5967
  } | null | undefined;
5657
5968
  width?: number | null | undefined;
@@ -5659,6 +5970,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5659
5970
  widthChars?: number | null | undefined;
5660
5971
  scoreThreshold?: number | null | undefined;
5661
5972
  formula?: string | null | undefined;
5973
+ context?: string[] | null | undefined;
5974
+ prompt?: string | null | undefined;
5975
+ dataset?: Record<string, unknown> | undefined;
5662
5976
  }) | ({
5663
5977
  options: {
5664
5978
  value: string;
@@ -5692,7 +6006,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5692
6006
  required?: boolean | null | undefined;
5693
6007
  } | null | undefined;
5694
6008
  uiConfiguration?: {
5695
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6009
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5696
6010
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5697
6011
  } | null | undefined;
5698
6012
  width?: number | null | undefined;
@@ -5700,6 +6014,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5700
6014
  widthChars?: number | null | undefined;
5701
6015
  scoreThreshold?: number | null | undefined;
5702
6016
  formula?: string | null | undefined;
6017
+ context?: string[] | null | undefined;
6018
+ prompt?: string | null | undefined;
6019
+ dataset?: Record<string, unknown> | undefined;
5703
6020
  }) | ({
5704
6021
  id: string;
5705
6022
  label: string;
@@ -5734,7 +6051,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5734
6051
  disablePrediction?: boolean | null | undefined;
5735
6052
  }) | ({
5736
6053
  children: {
5737
- category: "tuple";
5738
6054
  children: (({
5739
6055
  type: "string";
5740
6056
  } & {
@@ -5763,7 +6079,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5763
6079
  required?: boolean | null | undefined;
5764
6080
  } | null | undefined;
5765
6081
  uiConfiguration?: {
5766
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6082
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5767
6083
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5768
6084
  } | null | undefined;
5769
6085
  width?: number | null | undefined;
@@ -5771,6 +6087,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5771
6087
  widthChars?: number | null | undefined;
5772
6088
  scoreThreshold?: number | null | undefined;
5773
6089
  formula?: string | null | undefined;
6090
+ context?: string[] | null | undefined;
6091
+ prompt?: string | null | undefined;
6092
+ dataset?: Record<string, unknown> | undefined;
5774
6093
  }) | ({
5775
6094
  type: "date";
5776
6095
  format?: string | null | undefined;
@@ -5800,7 +6119,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5800
6119
  required?: boolean | null | undefined;
5801
6120
  } | null | undefined;
5802
6121
  uiConfiguration?: {
5803
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6122
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5804
6123
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5805
6124
  } | null | undefined;
5806
6125
  width?: number | null | undefined;
@@ -5808,6 +6127,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5808
6127
  widthChars?: number | null | undefined;
5809
6128
  scoreThreshold?: number | null | undefined;
5810
6129
  formula?: string | null | undefined;
6130
+ context?: string[] | null | undefined;
6131
+ prompt?: string | null | undefined;
6132
+ dataset?: Record<string, unknown> | undefined;
5811
6133
  }) | ({
5812
6134
  type: "number";
5813
6135
  format?: string | null | undefined;
@@ -5842,7 +6164,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5842
6164
  required?: boolean | null | undefined;
5843
6165
  } | null | undefined;
5844
6166
  uiConfiguration?: {
5845
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6167
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5846
6168
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5847
6169
  } | null | undefined;
5848
6170
  width?: number | null | undefined;
@@ -5850,6 +6172,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5850
6172
  widthChars?: number | null | undefined;
5851
6173
  scoreThreshold?: number | null | undefined;
5852
6174
  formula?: string | null | undefined;
6175
+ context?: string[] | null | undefined;
6176
+ prompt?: string | null | undefined;
6177
+ dataset?: Record<string, unknown> | undefined;
5853
6178
  }) | ({
5854
6179
  options: {
5855
6180
  value: string;
@@ -5883,7 +6208,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5883
6208
  required?: boolean | null | undefined;
5884
6209
  } | null | undefined;
5885
6210
  uiConfiguration?: {
5886
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6211
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5887
6212
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5888
6213
  } | null | undefined;
5889
6214
  width?: number | null | undefined;
@@ -5891,6 +6216,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5891
6216
  widthChars?: number | null | undefined;
5892
6217
  scoreThreshold?: number | null | undefined;
5893
6218
  formula?: string | null | undefined;
6219
+ context?: string[] | null | undefined;
6220
+ prompt?: string | null | undefined;
6221
+ dataset?: Record<string, unknown> | undefined;
5894
6222
  }) | ({
5895
6223
  id: string;
5896
6224
  label: string;
@@ -5906,6 +6234,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5906
6234
  popupUrl?: string | undefined;
5907
6235
  canObtainToken?: boolean | undefined;
5908
6236
  }))[];
6237
+ category: "tuple";
5909
6238
  rirFieldNames?: string[] | null | undefined;
5910
6239
  } & {
5911
6240
  id: string;
@@ -5932,6 +6261,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5932
6261
  hidden?: boolean | null | undefined;
5933
6262
  disablePrediction?: boolean | null | undefined;
5934
6263
  }))[];
6264
+ category: "section";
5935
6265
  icon?: string | null | undefined;
5936
6266
  }>>, "many">;
5937
6267
  }, "strip", import("zod").ZodTypeAny, {
@@ -5942,7 +6272,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5942
6272
  hidden?: boolean | null | undefined;
5943
6273
  disablePrediction?: boolean | null | undefined;
5944
6274
  } & {
5945
- category: "section";
5946
6275
  children: (({
5947
6276
  type: "string";
5948
6277
  } & {
@@ -5971,7 +6300,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5971
6300
  required?: boolean | null | undefined;
5972
6301
  } | null | undefined;
5973
6302
  uiConfiguration?: {
5974
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6303
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5975
6304
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5976
6305
  } | null | undefined;
5977
6306
  width?: number | null | undefined;
@@ -5979,6 +6308,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
5979
6308
  widthChars?: number | null | undefined;
5980
6309
  scoreThreshold?: number | null | undefined;
5981
6310
  formula?: string | null | undefined;
6311
+ context?: string[] | null | undefined;
6312
+ prompt?: string | null | undefined;
6313
+ dataset?: Record<string, unknown> | undefined;
5982
6314
  }) | ({
5983
6315
  type: "date";
5984
6316
  format?: string | null | undefined;
@@ -6008,7 +6340,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6008
6340
  required?: boolean | null | undefined;
6009
6341
  } | null | undefined;
6010
6342
  uiConfiguration?: {
6011
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6343
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6012
6344
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6013
6345
  } | null | undefined;
6014
6346
  width?: number | null | undefined;
@@ -6016,6 +6348,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6016
6348
  widthChars?: number | null | undefined;
6017
6349
  scoreThreshold?: number | null | undefined;
6018
6350
  formula?: string | null | undefined;
6351
+ context?: string[] | null | undefined;
6352
+ prompt?: string | null | undefined;
6353
+ dataset?: Record<string, unknown> | undefined;
6019
6354
  }) | ({
6020
6355
  type: "number";
6021
6356
  format?: string | null | undefined;
@@ -6050,7 +6385,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6050
6385
  required?: boolean | null | undefined;
6051
6386
  } | null | undefined;
6052
6387
  uiConfiguration?: {
6053
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6388
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6054
6389
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6055
6390
  } | null | undefined;
6056
6391
  width?: number | null | undefined;
@@ -6058,6 +6393,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6058
6393
  widthChars?: number | null | undefined;
6059
6394
  scoreThreshold?: number | null | undefined;
6060
6395
  formula?: string | null | undefined;
6396
+ context?: string[] | null | undefined;
6397
+ prompt?: string | null | undefined;
6398
+ dataset?: Record<string, unknown> | undefined;
6061
6399
  }) | ({
6062
6400
  options: {
6063
6401
  value: string;
@@ -6091,7 +6429,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6091
6429
  required?: boolean | null | undefined;
6092
6430
  } | null | undefined;
6093
6431
  uiConfiguration?: {
6094
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6432
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6095
6433
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6096
6434
  } | null | undefined;
6097
6435
  width?: number | null | undefined;
@@ -6099,6 +6437,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6099
6437
  widthChars?: number | null | undefined;
6100
6438
  scoreThreshold?: number | null | undefined;
6101
6439
  formula?: string | null | undefined;
6440
+ context?: string[] | null | undefined;
6441
+ prompt?: string | null | undefined;
6442
+ dataset?: Record<string, unknown> | undefined;
6102
6443
  }) | ({
6103
6444
  id: string;
6104
6445
  label: string;
@@ -6114,7 +6455,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6114
6455
  popupUrl?: string | undefined;
6115
6456
  canObtainToken?: boolean | undefined;
6116
6457
  }) | ({
6117
- category: "tuple";
6118
6458
  children: (({
6119
6459
  type: "string";
6120
6460
  } & {
@@ -6143,7 +6483,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6143
6483
  required?: boolean | null | undefined;
6144
6484
  } | null | undefined;
6145
6485
  uiConfiguration?: {
6146
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6486
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6147
6487
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6148
6488
  } | null | undefined;
6149
6489
  width?: number | null | undefined;
@@ -6151,6 +6491,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6151
6491
  widthChars?: number | null | undefined;
6152
6492
  scoreThreshold?: number | null | undefined;
6153
6493
  formula?: string | null | undefined;
6494
+ context?: string[] | null | undefined;
6495
+ prompt?: string | null | undefined;
6496
+ dataset?: Record<string, unknown> | undefined;
6154
6497
  }) | ({
6155
6498
  type: "date";
6156
6499
  format?: string | null | undefined;
@@ -6180,7 +6523,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6180
6523
  required?: boolean | null | undefined;
6181
6524
  } | null | undefined;
6182
6525
  uiConfiguration?: {
6183
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6526
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6184
6527
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6185
6528
  } | null | undefined;
6186
6529
  width?: number | null | undefined;
@@ -6188,6 +6531,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6188
6531
  widthChars?: number | null | undefined;
6189
6532
  scoreThreshold?: number | null | undefined;
6190
6533
  formula?: string | null | undefined;
6534
+ context?: string[] | null | undefined;
6535
+ prompt?: string | null | undefined;
6536
+ dataset?: Record<string, unknown> | undefined;
6191
6537
  }) | ({
6192
6538
  type: "number";
6193
6539
  format?: string | null | undefined;
@@ -6222,7 +6568,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6222
6568
  required?: boolean | null | undefined;
6223
6569
  } | null | undefined;
6224
6570
  uiConfiguration?: {
6225
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6571
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6226
6572
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6227
6573
  } | null | undefined;
6228
6574
  width?: number | null | undefined;
@@ -6230,6 +6576,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6230
6576
  widthChars?: number | null | undefined;
6231
6577
  scoreThreshold?: number | null | undefined;
6232
6578
  formula?: string | null | undefined;
6579
+ context?: string[] | null | undefined;
6580
+ prompt?: string | null | undefined;
6581
+ dataset?: Record<string, unknown> | undefined;
6233
6582
  }) | ({
6234
6583
  options: {
6235
6584
  value: string;
@@ -6263,7 +6612,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6263
6612
  required?: boolean | null | undefined;
6264
6613
  } | null | undefined;
6265
6614
  uiConfiguration?: {
6266
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6615
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6267
6616
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6268
6617
  } | null | undefined;
6269
6618
  width?: number | null | undefined;
@@ -6271,6 +6620,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6271
6620
  widthChars?: number | null | undefined;
6272
6621
  scoreThreshold?: number | null | undefined;
6273
6622
  formula?: string | null | undefined;
6623
+ context?: string[] | null | undefined;
6624
+ prompt?: string | null | undefined;
6625
+ dataset?: Record<string, unknown> | undefined;
6274
6626
  }) | ({
6275
6627
  id: string;
6276
6628
  label: string;
@@ -6286,6 +6638,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6286
6638
  popupUrl?: string | undefined;
6287
6639
  canObtainToken?: boolean | undefined;
6288
6640
  }))[];
6641
+ category: "tuple";
6289
6642
  rirFieldNames?: string[] | null | undefined;
6290
6643
  } & {
6291
6644
  id: string;
@@ -6322,7 +6675,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6322
6675
  required?: boolean | null | undefined;
6323
6676
  } | null | undefined;
6324
6677
  uiConfiguration?: {
6325
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6678
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6326
6679
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6327
6680
  } | null | undefined;
6328
6681
  width?: number | null | undefined;
@@ -6330,6 +6683,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6330
6683
  widthChars?: number | null | undefined;
6331
6684
  scoreThreshold?: number | null | undefined;
6332
6685
  formula?: string | null | undefined;
6686
+ context?: string[] | null | undefined;
6687
+ prompt?: string | null | undefined;
6688
+ dataset?: Record<string, unknown> | undefined;
6333
6689
  }) | ({
6334
6690
  type: "date";
6335
6691
  format?: string | null | undefined;
@@ -6359,7 +6715,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6359
6715
  required?: boolean | null | undefined;
6360
6716
  } | null | undefined;
6361
6717
  uiConfiguration?: {
6362
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6718
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6363
6719
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6364
6720
  } | null | undefined;
6365
6721
  width?: number | null | undefined;
@@ -6367,6 +6723,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6367
6723
  widthChars?: number | null | undefined;
6368
6724
  scoreThreshold?: number | null | undefined;
6369
6725
  formula?: string | null | undefined;
6726
+ context?: string[] | null | undefined;
6727
+ prompt?: string | null | undefined;
6728
+ dataset?: Record<string, unknown> | undefined;
6370
6729
  }) | ({
6371
6730
  type: "number";
6372
6731
  format?: string | null | undefined;
@@ -6401,7 +6760,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6401
6760
  required?: boolean | null | undefined;
6402
6761
  } | null | undefined;
6403
6762
  uiConfiguration?: {
6404
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6763
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6405
6764
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6406
6765
  } | null | undefined;
6407
6766
  width?: number | null | undefined;
@@ -6409,6 +6768,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6409
6768
  widthChars?: number | null | undefined;
6410
6769
  scoreThreshold?: number | null | undefined;
6411
6770
  formula?: string | null | undefined;
6771
+ context?: string[] | null | undefined;
6772
+ prompt?: string | null | undefined;
6773
+ dataset?: Record<string, unknown> | undefined;
6412
6774
  }) | ({
6413
6775
  options: {
6414
6776
  value: string;
@@ -6442,7 +6804,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6442
6804
  required?: boolean | null | undefined;
6443
6805
  } | null | undefined;
6444
6806
  uiConfiguration?: {
6445
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6807
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6446
6808
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6447
6809
  } | null | undefined;
6448
6810
  width?: number | null | undefined;
@@ -6450,6 +6812,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6450
6812
  widthChars?: number | null | undefined;
6451
6813
  scoreThreshold?: number | null | undefined;
6452
6814
  formula?: string | null | undefined;
6815
+ context?: string[] | null | undefined;
6816
+ prompt?: string | null | undefined;
6817
+ dataset?: Record<string, unknown> | undefined;
6453
6818
  }) | ({
6454
6819
  id: string;
6455
6820
  label: string;
@@ -6484,7 +6849,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6484
6849
  disablePrediction?: boolean | null | undefined;
6485
6850
  }) | ({
6486
6851
  children: {
6487
- category: "tuple";
6488
6852
  children: (({
6489
6853
  type: "string";
6490
6854
  } & {
@@ -6513,7 +6877,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6513
6877
  required?: boolean | null | undefined;
6514
6878
  } | null | undefined;
6515
6879
  uiConfiguration?: {
6516
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6880
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6517
6881
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6518
6882
  } | null | undefined;
6519
6883
  width?: number | null | undefined;
@@ -6521,6 +6885,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6521
6885
  widthChars?: number | null | undefined;
6522
6886
  scoreThreshold?: number | null | undefined;
6523
6887
  formula?: string | null | undefined;
6888
+ context?: string[] | null | undefined;
6889
+ prompt?: string | null | undefined;
6890
+ dataset?: Record<string, unknown> | undefined;
6524
6891
  }) | ({
6525
6892
  type: "date";
6526
6893
  format?: string | null | undefined;
@@ -6550,7 +6917,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6550
6917
  required?: boolean | null | undefined;
6551
6918
  } | null | undefined;
6552
6919
  uiConfiguration?: {
6553
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6920
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6554
6921
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6555
6922
  } | null | undefined;
6556
6923
  width?: number | null | undefined;
@@ -6558,6 +6925,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6558
6925
  widthChars?: number | null | undefined;
6559
6926
  scoreThreshold?: number | null | undefined;
6560
6927
  formula?: string | null | undefined;
6928
+ context?: string[] | null | undefined;
6929
+ prompt?: string | null | undefined;
6930
+ dataset?: Record<string, unknown> | undefined;
6561
6931
  }) | ({
6562
6932
  type: "number";
6563
6933
  format?: string | null | undefined;
@@ -6592,7 +6962,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6592
6962
  required?: boolean | null | undefined;
6593
6963
  } | null | undefined;
6594
6964
  uiConfiguration?: {
6595
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6965
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6596
6966
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6597
6967
  } | null | undefined;
6598
6968
  width?: number | null | undefined;
@@ -6600,6 +6970,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6600
6970
  widthChars?: number | null | undefined;
6601
6971
  scoreThreshold?: number | null | undefined;
6602
6972
  formula?: string | null | undefined;
6973
+ context?: string[] | null | undefined;
6974
+ prompt?: string | null | undefined;
6975
+ dataset?: Record<string, unknown> | undefined;
6603
6976
  }) | ({
6604
6977
  options: {
6605
6978
  value: string;
@@ -6633,7 +7006,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6633
7006
  required?: boolean | null | undefined;
6634
7007
  } | null | undefined;
6635
7008
  uiConfiguration?: {
6636
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7009
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6637
7010
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6638
7011
  } | null | undefined;
6639
7012
  width?: number | null | undefined;
@@ -6641,6 +7014,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6641
7014
  widthChars?: number | null | undefined;
6642
7015
  scoreThreshold?: number | null | undefined;
6643
7016
  formula?: string | null | undefined;
7017
+ context?: string[] | null | undefined;
7018
+ prompt?: string | null | undefined;
7019
+ dataset?: Record<string, unknown> | undefined;
6644
7020
  }) | ({
6645
7021
  id: string;
6646
7022
  label: string;
@@ -6656,6 +7032,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6656
7032
  popupUrl?: string | undefined;
6657
7033
  canObtainToken?: boolean | undefined;
6658
7034
  }))[];
7035
+ category: "tuple";
6659
7036
  rirFieldNames?: string[] | null | undefined;
6660
7037
  } & {
6661
7038
  id: string;
@@ -6682,6 +7059,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6682
7059
  hidden?: boolean | null | undefined;
6683
7060
  disablePrediction?: boolean | null | undefined;
6684
7061
  }))[];
7062
+ category: "section";
6685
7063
  icon?: string | null | undefined;
6686
7064
  })[];
6687
7065
  userQuery: string;
@@ -6693,7 +7071,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6693
7071
  hidden?: boolean | null | undefined;
6694
7072
  disablePrediction?: boolean | null | undefined;
6695
7073
  } & {
6696
- category: "section";
6697
7074
  children: (({
6698
7075
  type: "string";
6699
7076
  } & {
@@ -6722,7 +7099,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6722
7099
  required?: boolean | null | undefined;
6723
7100
  } | null | undefined;
6724
7101
  uiConfiguration?: {
6725
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7102
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6726
7103
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6727
7104
  } | null | undefined;
6728
7105
  width?: number | null | undefined;
@@ -6730,6 +7107,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6730
7107
  widthChars?: number | null | undefined;
6731
7108
  scoreThreshold?: number | null | undefined;
6732
7109
  formula?: string | null | undefined;
7110
+ context?: string[] | null | undefined;
7111
+ prompt?: string | null | undefined;
7112
+ dataset?: Record<string, unknown> | undefined;
6733
7113
  }) | ({
6734
7114
  type: "date";
6735
7115
  format?: string | null | undefined;
@@ -6759,7 +7139,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6759
7139
  required?: boolean | null | undefined;
6760
7140
  } | null | undefined;
6761
7141
  uiConfiguration?: {
6762
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7142
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6763
7143
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6764
7144
  } | null | undefined;
6765
7145
  width?: number | null | undefined;
@@ -6767,6 +7147,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6767
7147
  widthChars?: number | null | undefined;
6768
7148
  scoreThreshold?: number | null | undefined;
6769
7149
  formula?: string | null | undefined;
7150
+ context?: string[] | null | undefined;
7151
+ prompt?: string | null | undefined;
7152
+ dataset?: Record<string, unknown> | undefined;
6770
7153
  }) | ({
6771
7154
  type: "number";
6772
7155
  format?: string | null | undefined;
@@ -6801,7 +7184,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6801
7184
  required?: boolean | null | undefined;
6802
7185
  } | null | undefined;
6803
7186
  uiConfiguration?: {
6804
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7187
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6805
7188
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6806
7189
  } | null | undefined;
6807
7190
  width?: number | null | undefined;
@@ -6809,6 +7192,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6809
7192
  widthChars?: number | null | undefined;
6810
7193
  scoreThreshold?: number | null | undefined;
6811
7194
  formula?: string | null | undefined;
7195
+ context?: string[] | null | undefined;
7196
+ prompt?: string | null | undefined;
7197
+ dataset?: Record<string, unknown> | undefined;
6812
7198
  }) | ({
6813
7199
  options: {
6814
7200
  value: string;
@@ -6842,7 +7228,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6842
7228
  required?: boolean | null | undefined;
6843
7229
  } | null | undefined;
6844
7230
  uiConfiguration?: {
6845
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7231
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6846
7232
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6847
7233
  } | null | undefined;
6848
7234
  width?: number | null | undefined;
@@ -6850,6 +7236,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6850
7236
  widthChars?: number | null | undefined;
6851
7237
  scoreThreshold?: number | null | undefined;
6852
7238
  formula?: string | null | undefined;
7239
+ context?: string[] | null | undefined;
7240
+ prompt?: string | null | undefined;
7241
+ dataset?: Record<string, unknown> | undefined;
6853
7242
  }) | ({
6854
7243
  id: string;
6855
7244
  label: string;
@@ -6865,7 +7254,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6865
7254
  popupUrl?: string | undefined;
6866
7255
  canObtainToken?: boolean | undefined;
6867
7256
  }) | ({
6868
- category: "tuple";
6869
7257
  children: (({
6870
7258
  type: "string";
6871
7259
  } & {
@@ -6894,7 +7282,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6894
7282
  required?: boolean | null | undefined;
6895
7283
  } | null | undefined;
6896
7284
  uiConfiguration?: {
6897
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7285
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6898
7286
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6899
7287
  } | null | undefined;
6900
7288
  width?: number | null | undefined;
@@ -6902,6 +7290,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6902
7290
  widthChars?: number | null | undefined;
6903
7291
  scoreThreshold?: number | null | undefined;
6904
7292
  formula?: string | null | undefined;
7293
+ context?: string[] | null | undefined;
7294
+ prompt?: string | null | undefined;
7295
+ dataset?: Record<string, unknown> | undefined;
6905
7296
  }) | ({
6906
7297
  type: "date";
6907
7298
  format?: string | null | undefined;
@@ -6931,7 +7322,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6931
7322
  required?: boolean | null | undefined;
6932
7323
  } | null | undefined;
6933
7324
  uiConfiguration?: {
6934
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7325
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6935
7326
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6936
7327
  } | null | undefined;
6937
7328
  width?: number | null | undefined;
@@ -6939,6 +7330,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6939
7330
  widthChars?: number | null | undefined;
6940
7331
  scoreThreshold?: number | null | undefined;
6941
7332
  formula?: string | null | undefined;
7333
+ context?: string[] | null | undefined;
7334
+ prompt?: string | null | undefined;
7335
+ dataset?: Record<string, unknown> | undefined;
6942
7336
  }) | ({
6943
7337
  type: "number";
6944
7338
  format?: string | null | undefined;
@@ -6973,7 +7367,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6973
7367
  required?: boolean | null | undefined;
6974
7368
  } | null | undefined;
6975
7369
  uiConfiguration?: {
6976
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7370
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6977
7371
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6978
7372
  } | null | undefined;
6979
7373
  width?: number | null | undefined;
@@ -6981,6 +7375,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
6981
7375
  widthChars?: number | null | undefined;
6982
7376
  scoreThreshold?: number | null | undefined;
6983
7377
  formula?: string | null | undefined;
7378
+ context?: string[] | null | undefined;
7379
+ prompt?: string | null | undefined;
7380
+ dataset?: Record<string, unknown> | undefined;
6984
7381
  }) | ({
6985
7382
  options: {
6986
7383
  value: string;
@@ -7014,7 +7411,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7014
7411
  required?: boolean | null | undefined;
7015
7412
  } | null | undefined;
7016
7413
  uiConfiguration?: {
7017
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7414
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7018
7415
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7019
7416
  } | null | undefined;
7020
7417
  width?: number | null | undefined;
@@ -7022,6 +7419,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7022
7419
  widthChars?: number | null | undefined;
7023
7420
  scoreThreshold?: number | null | undefined;
7024
7421
  formula?: string | null | undefined;
7422
+ context?: string[] | null | undefined;
7423
+ prompt?: string | null | undefined;
7424
+ dataset?: Record<string, unknown> | undefined;
7025
7425
  }) | ({
7026
7426
  id: string;
7027
7427
  label: string;
@@ -7037,6 +7437,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7037
7437
  popupUrl?: string | undefined;
7038
7438
  canObtainToken?: boolean | undefined;
7039
7439
  }))[];
7440
+ category: "tuple";
7040
7441
  rirFieldNames?: string[] | null | undefined;
7041
7442
  } & {
7042
7443
  id: string;
@@ -7073,7 +7474,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7073
7474
  required?: boolean | null | undefined;
7074
7475
  } | null | undefined;
7075
7476
  uiConfiguration?: {
7076
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7477
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7077
7478
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7078
7479
  } | null | undefined;
7079
7480
  width?: number | null | undefined;
@@ -7081,6 +7482,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7081
7482
  widthChars?: number | null | undefined;
7082
7483
  scoreThreshold?: number | null | undefined;
7083
7484
  formula?: string | null | undefined;
7485
+ context?: string[] | null | undefined;
7486
+ prompt?: string | null | undefined;
7487
+ dataset?: Record<string, unknown> | undefined;
7084
7488
  }) | ({
7085
7489
  type: "date";
7086
7490
  format?: string | null | undefined;
@@ -7110,7 +7514,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7110
7514
  required?: boolean | null | undefined;
7111
7515
  } | null | undefined;
7112
7516
  uiConfiguration?: {
7113
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7517
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7114
7518
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7115
7519
  } | null | undefined;
7116
7520
  width?: number | null | undefined;
@@ -7118,6 +7522,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7118
7522
  widthChars?: number | null | undefined;
7119
7523
  scoreThreshold?: number | null | undefined;
7120
7524
  formula?: string | null | undefined;
7525
+ context?: string[] | null | undefined;
7526
+ prompt?: string | null | undefined;
7527
+ dataset?: Record<string, unknown> | undefined;
7121
7528
  }) | ({
7122
7529
  type: "number";
7123
7530
  format?: string | null | undefined;
@@ -7152,7 +7559,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7152
7559
  required?: boolean | null | undefined;
7153
7560
  } | null | undefined;
7154
7561
  uiConfiguration?: {
7155
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7562
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7156
7563
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7157
7564
  } | null | undefined;
7158
7565
  width?: number | null | undefined;
@@ -7160,6 +7567,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7160
7567
  widthChars?: number | null | undefined;
7161
7568
  scoreThreshold?: number | null | undefined;
7162
7569
  formula?: string | null | undefined;
7570
+ context?: string[] | null | undefined;
7571
+ prompt?: string | null | undefined;
7572
+ dataset?: Record<string, unknown> | undefined;
7163
7573
  }) | ({
7164
7574
  options: {
7165
7575
  value: string;
@@ -7193,7 +7603,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7193
7603
  required?: boolean | null | undefined;
7194
7604
  } | null | undefined;
7195
7605
  uiConfiguration?: {
7196
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7606
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7197
7607
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7198
7608
  } | null | undefined;
7199
7609
  width?: number | null | undefined;
@@ -7201,6 +7611,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7201
7611
  widthChars?: number | null | undefined;
7202
7612
  scoreThreshold?: number | null | undefined;
7203
7613
  formula?: string | null | undefined;
7614
+ context?: string[] | null | undefined;
7615
+ prompt?: string | null | undefined;
7616
+ dataset?: Record<string, unknown> | undefined;
7204
7617
  }) | ({
7205
7618
  id: string;
7206
7619
  label: string;
@@ -7235,7 +7648,6 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7235
7648
  disablePrediction?: boolean | null | undefined;
7236
7649
  }) | ({
7237
7650
  children: {
7238
- category: "tuple";
7239
7651
  children: (({
7240
7652
  type: "string";
7241
7653
  } & {
@@ -7264,7 +7676,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7264
7676
  required?: boolean | null | undefined;
7265
7677
  } | null | undefined;
7266
7678
  uiConfiguration?: {
7267
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7679
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7268
7680
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7269
7681
  } | null | undefined;
7270
7682
  width?: number | null | undefined;
@@ -7272,6 +7684,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7272
7684
  widthChars?: number | null | undefined;
7273
7685
  scoreThreshold?: number | null | undefined;
7274
7686
  formula?: string | null | undefined;
7687
+ context?: string[] | null | undefined;
7688
+ prompt?: string | null | undefined;
7689
+ dataset?: Record<string, unknown> | undefined;
7275
7690
  }) | ({
7276
7691
  type: "date";
7277
7692
  format?: string | null | undefined;
@@ -7301,7 +7716,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7301
7716
  required?: boolean | null | undefined;
7302
7717
  } | null | undefined;
7303
7718
  uiConfiguration?: {
7304
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7719
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7305
7720
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7306
7721
  } | null | undefined;
7307
7722
  width?: number | null | undefined;
@@ -7309,6 +7724,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7309
7724
  widthChars?: number | null | undefined;
7310
7725
  scoreThreshold?: number | null | undefined;
7311
7726
  formula?: string | null | undefined;
7727
+ context?: string[] | null | undefined;
7728
+ prompt?: string | null | undefined;
7729
+ dataset?: Record<string, unknown> | undefined;
7312
7730
  }) | ({
7313
7731
  type: "number";
7314
7732
  format?: string | null | undefined;
@@ -7343,7 +7761,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7343
7761
  required?: boolean | null | undefined;
7344
7762
  } | null | undefined;
7345
7763
  uiConfiguration?: {
7346
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7764
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7347
7765
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7348
7766
  } | null | undefined;
7349
7767
  width?: number | null | undefined;
@@ -7351,6 +7769,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7351
7769
  widthChars?: number | null | undefined;
7352
7770
  scoreThreshold?: number | null | undefined;
7353
7771
  formula?: string | null | undefined;
7772
+ context?: string[] | null | undefined;
7773
+ prompt?: string | null | undefined;
7774
+ dataset?: Record<string, unknown> | undefined;
7354
7775
  }) | ({
7355
7776
  options: {
7356
7777
  value: string;
@@ -7384,7 +7805,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7384
7805
  required?: boolean | null | undefined;
7385
7806
  } | null | undefined;
7386
7807
  uiConfiguration?: {
7387
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7808
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7388
7809
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7389
7810
  } | null | undefined;
7390
7811
  width?: number | null | undefined;
@@ -7392,6 +7813,9 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7392
7813
  widthChars?: number | null | undefined;
7393
7814
  scoreThreshold?: number | null | undefined;
7394
7815
  formula?: string | null | undefined;
7816
+ context?: string[] | null | undefined;
7817
+ prompt?: string | null | undefined;
7818
+ dataset?: Record<string, unknown> | undefined;
7395
7819
  }) | ({
7396
7820
  id: string;
7397
7821
  label: string;
@@ -7407,6 +7831,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7407
7831
  popupUrl?: string | undefined;
7408
7832
  canObtainToken?: boolean | undefined;
7409
7833
  }))[];
7834
+ category: "tuple";
7410
7835
  rirFieldNames?: string[] | null | undefined;
7411
7836
  } & {
7412
7837
  id: string;
@@ -7433,6 +7858,7 @@ export declare const suggestRule: (payload: SuggestRulePayload) => {
7433
7858
  hidden?: boolean | null | undefined;
7434
7859
  disablePrediction?: boolean | null | undefined;
7435
7860
  }))[];
7861
+ category: "section";
7436
7862
  icon?: string | null | undefined;
7437
7863
  })[];
7438
7864
  userQuery: string;