@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
@@ -128,13 +128,13 @@ export declare const list: (query?: SchemaListQuery) => {
128
128
  required?: boolean | null | undefined;
129
129
  }>>>;
130
130
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
131
- type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">]>>>;
131
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
132
132
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
133
133
  }, "strip", import("zod").ZodTypeAny, {
134
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
134
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
135
135
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
136
136
  }, {
137
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
137
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
138
138
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
139
139
  }>>>;
140
140
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -142,6 +142,9 @@ export declare const list: (query?: SchemaListQuery) => {
142
142
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
143
143
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
144
144
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
145
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
146
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
147
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
145
148
  }, "strip", import("zod").ZodTypeAny, {
146
149
  suggest?: true | undefined;
147
150
  canExport?: boolean | null | undefined;
@@ -160,7 +163,7 @@ export declare const list: (query?: SchemaListQuery) => {
160
163
  required?: boolean | null | undefined;
161
164
  } | null | undefined;
162
165
  uiConfiguration?: {
163
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
166
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
164
167
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
165
168
  } | null | undefined;
166
169
  width?: number | null | undefined;
@@ -168,6 +171,9 @@ export declare const list: (query?: SchemaListQuery) => {
168
171
  widthChars?: number | null | undefined;
169
172
  scoreThreshold?: number | null | undefined;
170
173
  formula?: string | null | undefined;
174
+ context?: string[] | null | undefined;
175
+ prompt?: string | null | undefined;
176
+ dataset?: Record<string, unknown> | undefined;
171
177
  }, {
172
178
  suggest?: true | undefined;
173
179
  canExport?: boolean | null | undefined;
@@ -186,7 +192,7 @@ export declare const list: (query?: SchemaListQuery) => {
186
192
  required?: boolean | null | undefined;
187
193
  } | null | undefined;
188
194
  uiConfiguration?: {
189
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
195
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
190
196
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
191
197
  } | null | undefined;
192
198
  width?: number | null | undefined;
@@ -194,6 +200,9 @@ export declare const list: (query?: SchemaListQuery) => {
194
200
  widthChars?: number | null | undefined;
195
201
  scoreThreshold?: number | null | undefined;
196
202
  formula?: string | null | undefined;
203
+ context?: string[] | null | undefined;
204
+ prompt?: string | null | undefined;
205
+ dataset?: Record<string, unknown> | undefined;
197
206
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
198
207
  type: import("zod").ZodLiteral<"date">;
199
208
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -277,13 +286,13 @@ export declare const list: (query?: SchemaListQuery) => {
277
286
  required?: boolean | null | undefined;
278
287
  }>>>;
279
288
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
280
- 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">]>>>;
289
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
281
290
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
282
291
  }, "strip", import("zod").ZodTypeAny, {
283
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
292
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
284
293
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
285
294
  }, {
286
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
295
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
287
296
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
288
297
  }>>>;
289
298
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -291,6 +300,9 @@ export declare const list: (query?: SchemaListQuery) => {
291
300
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
292
301
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
293
302
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
303
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
304
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
305
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
294
306
  }, "strip", import("zod").ZodTypeAny, {
295
307
  suggest?: true | undefined;
296
308
  canExport?: boolean | null | undefined;
@@ -309,7 +321,7 @@ export declare const list: (query?: SchemaListQuery) => {
309
321
  required?: boolean | null | undefined;
310
322
  } | null | undefined;
311
323
  uiConfiguration?: {
312
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
324
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
313
325
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
314
326
  } | null | undefined;
315
327
  width?: number | null | undefined;
@@ -317,6 +329,9 @@ export declare const list: (query?: SchemaListQuery) => {
317
329
  widthChars?: number | null | undefined;
318
330
  scoreThreshold?: number | null | undefined;
319
331
  formula?: string | null | undefined;
332
+ context?: string[] | null | undefined;
333
+ prompt?: string | null | undefined;
334
+ dataset?: Record<string, unknown> | undefined;
320
335
  }, {
321
336
  suggest?: true | undefined;
322
337
  canExport?: boolean | null | undefined;
@@ -335,7 +350,7 @@ export declare const list: (query?: SchemaListQuery) => {
335
350
  required?: boolean | null | undefined;
336
351
  } | null | undefined;
337
352
  uiConfiguration?: {
338
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
353
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
339
354
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
340
355
  } | null | undefined;
341
356
  width?: number | null | undefined;
@@ -343,6 +358,9 @@ export declare const list: (query?: SchemaListQuery) => {
343
358
  widthChars?: number | null | undefined;
344
359
  scoreThreshold?: number | null | undefined;
345
360
  formula?: string | null | undefined;
361
+ context?: string[] | null | undefined;
362
+ prompt?: string | null | undefined;
363
+ dataset?: Record<string, unknown> | undefined;
346
364
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
347
365
  type: import("zod").ZodLiteral<"number">;
348
366
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -453,13 +471,13 @@ export declare const list: (query?: SchemaListQuery) => {
453
471
  required?: boolean | null | undefined;
454
472
  }>>>;
455
473
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
456
- 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">]>>>;
474
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
457
475
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
458
476
  }, "strip", import("zod").ZodTypeAny, {
459
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
477
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
460
478
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
461
479
  }, {
462
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
480
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
463
481
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
464
482
  }>>>;
465
483
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -467,6 +485,9 @@ export declare const list: (query?: SchemaListQuery) => {
467
485
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
468
486
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
469
487
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
488
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
489
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
490
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
470
491
  }, "strip", import("zod").ZodTypeAny, {
471
492
  suggest?: true | undefined;
472
493
  canExport?: boolean | null | undefined;
@@ -485,7 +506,7 @@ export declare const list: (query?: SchemaListQuery) => {
485
506
  required?: boolean | null | undefined;
486
507
  } | null | undefined;
487
508
  uiConfiguration?: {
488
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
509
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
489
510
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
490
511
  } | null | undefined;
491
512
  width?: number | null | undefined;
@@ -493,6 +514,9 @@ export declare const list: (query?: SchemaListQuery) => {
493
514
  widthChars?: number | null | undefined;
494
515
  scoreThreshold?: number | null | undefined;
495
516
  formula?: string | null | undefined;
517
+ context?: string[] | null | undefined;
518
+ prompt?: string | null | undefined;
519
+ dataset?: Record<string, unknown> | undefined;
496
520
  }, {
497
521
  suggest?: true | undefined;
498
522
  canExport?: boolean | null | undefined;
@@ -511,7 +535,7 @@ export declare const list: (query?: SchemaListQuery) => {
511
535
  required?: boolean | null | undefined;
512
536
  } | null | undefined;
513
537
  uiConfiguration?: {
514
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
538
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
515
539
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
516
540
  } | null | undefined;
517
541
  width?: number | null | undefined;
@@ -519,6 +543,9 @@ export declare const list: (query?: SchemaListQuery) => {
519
543
  widthChars?: number | null | undefined;
520
544
  scoreThreshold?: number | null | undefined;
521
545
  formula?: string | null | undefined;
546
+ context?: string[] | null | undefined;
547
+ prompt?: string | null | undefined;
548
+ dataset?: Record<string, unknown> | undefined;
522
549
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
523
550
  type: import("zod").ZodLiteral<"enum">;
524
551
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -620,13 +647,13 @@ export declare const list: (query?: SchemaListQuery) => {
620
647
  required?: boolean | null | undefined;
621
648
  }>>>;
622
649
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
623
- 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">]>>>;
650
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
624
651
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
625
652
  }, "strip", import("zod").ZodTypeAny, {
626
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
653
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
627
654
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
628
655
  }, {
629
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
656
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
630
657
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
631
658
  }>>>;
632
659
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -634,6 +661,9 @@ export declare const list: (query?: SchemaListQuery) => {
634
661
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
635
662
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
636
663
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
664
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
665
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
666
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
637
667
  }, "strip", import("zod").ZodTypeAny, {
638
668
  suggest?: true | undefined;
639
669
  canExport?: boolean | null | undefined;
@@ -652,7 +682,7 @@ export declare const list: (query?: SchemaListQuery) => {
652
682
  required?: boolean | null | undefined;
653
683
  } | null | undefined;
654
684
  uiConfiguration?: {
655
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
685
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
656
686
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
657
687
  } | null | undefined;
658
688
  width?: number | null | undefined;
@@ -660,6 +690,9 @@ export declare const list: (query?: SchemaListQuery) => {
660
690
  widthChars?: number | null | undefined;
661
691
  scoreThreshold?: number | null | undefined;
662
692
  formula?: string | null | undefined;
693
+ context?: string[] | null | undefined;
694
+ prompt?: string | null | undefined;
695
+ dataset?: Record<string, unknown> | undefined;
663
696
  }, {
664
697
  suggest?: true | undefined;
665
698
  canExport?: boolean | null | undefined;
@@ -678,7 +711,7 @@ export declare const list: (query?: SchemaListQuery) => {
678
711
  required?: boolean | null | undefined;
679
712
  } | null | undefined;
680
713
  uiConfiguration?: {
681
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
714
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
682
715
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
683
716
  } | null | undefined;
684
717
  width?: number | null | undefined;
@@ -686,6 +719,9 @@ export declare const list: (query?: SchemaListQuery) => {
686
719
  widthChars?: number | null | undefined;
687
720
  scoreThreshold?: number | null | undefined;
688
721
  formula?: string | null | undefined;
722
+ context?: string[] | null | undefined;
723
+ prompt?: string | null | undefined;
724
+ dataset?: Record<string, unknown> | undefined;
689
725
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
690
726
  id: import("zod").ZodString;
691
727
  label: import("zod").ZodString;
@@ -810,13 +846,13 @@ export declare const list: (query?: SchemaListQuery) => {
810
846
  required?: boolean | null | undefined;
811
847
  }>>>;
812
848
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
813
- 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">]>>>;
849
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
814
850
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
815
851
  }, "strip", import("zod").ZodTypeAny, {
816
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
852
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
817
853
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
818
854
  }, {
819
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
855
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
820
856
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
821
857
  }>>>;
822
858
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -824,6 +860,9 @@ export declare const list: (query?: SchemaListQuery) => {
824
860
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
825
861
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
826
862
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
863
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
864
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
865
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
827
866
  }, "strip", import("zod").ZodTypeAny, {
828
867
  suggest?: true | undefined;
829
868
  canExport?: boolean | null | undefined;
@@ -842,7 +881,7 @@ export declare const list: (query?: SchemaListQuery) => {
842
881
  required?: boolean | null | undefined;
843
882
  } | null | undefined;
844
883
  uiConfiguration?: {
845
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
884
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
846
885
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
847
886
  } | null | undefined;
848
887
  width?: number | null | undefined;
@@ -850,6 +889,9 @@ export declare const list: (query?: SchemaListQuery) => {
850
889
  widthChars?: number | null | undefined;
851
890
  scoreThreshold?: number | null | undefined;
852
891
  formula?: string | null | undefined;
892
+ context?: string[] | null | undefined;
893
+ prompt?: string | null | undefined;
894
+ dataset?: Record<string, unknown> | undefined;
853
895
  }, {
854
896
  suggest?: true | undefined;
855
897
  canExport?: boolean | null | undefined;
@@ -868,7 +910,7 @@ export declare const list: (query?: SchemaListQuery) => {
868
910
  required?: boolean | null | undefined;
869
911
  } | null | undefined;
870
912
  uiConfiguration?: {
871
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
913
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
872
914
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
873
915
  } | null | undefined;
874
916
  width?: number | null | undefined;
@@ -876,6 +918,9 @@ export declare const list: (query?: SchemaListQuery) => {
876
918
  widthChars?: number | null | undefined;
877
919
  scoreThreshold?: number | null | undefined;
878
920
  formula?: string | null | undefined;
921
+ context?: string[] | null | undefined;
922
+ prompt?: string | null | undefined;
923
+ dataset?: Record<string, unknown> | undefined;
879
924
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
880
925
  type: import("zod").ZodLiteral<"date">;
881
926
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -959,13 +1004,13 @@ export declare const list: (query?: SchemaListQuery) => {
959
1004
  required?: boolean | null | undefined;
960
1005
  }>>>;
961
1006
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
962
- 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">]>>>;
1007
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
963
1008
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
964
1009
  }, "strip", import("zod").ZodTypeAny, {
965
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1010
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
966
1011
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
967
1012
  }, {
968
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1013
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
969
1014
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
970
1015
  }>>>;
971
1016
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -973,6 +1018,9 @@ export declare const list: (query?: SchemaListQuery) => {
973
1018
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
974
1019
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
975
1020
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1021
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1022
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1023
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
976
1024
  }, "strip", import("zod").ZodTypeAny, {
977
1025
  suggest?: true | undefined;
978
1026
  canExport?: boolean | null | undefined;
@@ -991,7 +1039,7 @@ export declare const list: (query?: SchemaListQuery) => {
991
1039
  required?: boolean | null | undefined;
992
1040
  } | null | undefined;
993
1041
  uiConfiguration?: {
994
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1042
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
995
1043
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
996
1044
  } | null | undefined;
997
1045
  width?: number | null | undefined;
@@ -999,6 +1047,9 @@ export declare const list: (query?: SchemaListQuery) => {
999
1047
  widthChars?: number | null | undefined;
1000
1048
  scoreThreshold?: number | null | undefined;
1001
1049
  formula?: string | null | undefined;
1050
+ context?: string[] | null | undefined;
1051
+ prompt?: string | null | undefined;
1052
+ dataset?: Record<string, unknown> | undefined;
1002
1053
  }, {
1003
1054
  suggest?: true | undefined;
1004
1055
  canExport?: boolean | null | undefined;
@@ -1017,7 +1068,7 @@ export declare const list: (query?: SchemaListQuery) => {
1017
1068
  required?: boolean | null | undefined;
1018
1069
  } | null | undefined;
1019
1070
  uiConfiguration?: {
1020
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1071
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1021
1072
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1022
1073
  } | null | undefined;
1023
1074
  width?: number | null | undefined;
@@ -1025,6 +1076,9 @@ export declare const list: (query?: SchemaListQuery) => {
1025
1076
  widthChars?: number | null | undefined;
1026
1077
  scoreThreshold?: number | null | undefined;
1027
1078
  formula?: string | null | undefined;
1079
+ context?: string[] | null | undefined;
1080
+ prompt?: string | null | undefined;
1081
+ dataset?: Record<string, unknown> | undefined;
1028
1082
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1029
1083
  type: import("zod").ZodLiteral<"number">;
1030
1084
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -1135,13 +1189,13 @@ export declare const list: (query?: SchemaListQuery) => {
1135
1189
  required?: boolean | null | undefined;
1136
1190
  }>>>;
1137
1191
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1138
- 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">]>>>;
1192
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1139
1193
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1140
1194
  }, "strip", import("zod").ZodTypeAny, {
1141
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1195
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1142
1196
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1143
1197
  }, {
1144
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1198
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1145
1199
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1146
1200
  }>>>;
1147
1201
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1149,6 +1203,9 @@ export declare const list: (query?: SchemaListQuery) => {
1149
1203
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1150
1204
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1151
1205
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1206
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1207
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1208
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1152
1209
  }, "strip", import("zod").ZodTypeAny, {
1153
1210
  suggest?: true | undefined;
1154
1211
  canExport?: boolean | null | undefined;
@@ -1167,7 +1224,7 @@ export declare const list: (query?: SchemaListQuery) => {
1167
1224
  required?: boolean | null | undefined;
1168
1225
  } | null | undefined;
1169
1226
  uiConfiguration?: {
1170
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1227
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1171
1228
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1172
1229
  } | null | undefined;
1173
1230
  width?: number | null | undefined;
@@ -1175,6 +1232,9 @@ export declare const list: (query?: SchemaListQuery) => {
1175
1232
  widthChars?: number | null | undefined;
1176
1233
  scoreThreshold?: number | null | undefined;
1177
1234
  formula?: string | null | undefined;
1235
+ context?: string[] | null | undefined;
1236
+ prompt?: string | null | undefined;
1237
+ dataset?: Record<string, unknown> | undefined;
1178
1238
  }, {
1179
1239
  suggest?: true | undefined;
1180
1240
  canExport?: boolean | null | undefined;
@@ -1193,7 +1253,7 @@ export declare const list: (query?: SchemaListQuery) => {
1193
1253
  required?: boolean | null | undefined;
1194
1254
  } | null | undefined;
1195
1255
  uiConfiguration?: {
1196
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1256
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1197
1257
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1198
1258
  } | null | undefined;
1199
1259
  width?: number | null | undefined;
@@ -1201,6 +1261,9 @@ export declare const list: (query?: SchemaListQuery) => {
1201
1261
  widthChars?: number | null | undefined;
1202
1262
  scoreThreshold?: number | null | undefined;
1203
1263
  formula?: string | null | undefined;
1264
+ context?: string[] | null | undefined;
1265
+ prompt?: string | null | undefined;
1266
+ dataset?: Record<string, unknown> | undefined;
1204
1267
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1205
1268
  type: import("zod").ZodLiteral<"enum">;
1206
1269
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -1302,13 +1365,13 @@ export declare const list: (query?: SchemaListQuery) => {
1302
1365
  required?: boolean | null | undefined;
1303
1366
  }>>>;
1304
1367
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1305
- 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">]>>>;
1368
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1306
1369
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1307
1370
  }, "strip", import("zod").ZodTypeAny, {
1308
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1371
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1309
1372
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1310
1373
  }, {
1311
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1374
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1312
1375
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1313
1376
  }>>>;
1314
1377
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1316,6 +1379,9 @@ export declare const list: (query?: SchemaListQuery) => {
1316
1379
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1317
1380
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1318
1381
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1382
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1383
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1384
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1319
1385
  }, "strip", import("zod").ZodTypeAny, {
1320
1386
  suggest?: true | undefined;
1321
1387
  canExport?: boolean | null | undefined;
@@ -1334,7 +1400,7 @@ export declare const list: (query?: SchemaListQuery) => {
1334
1400
  required?: boolean | null | undefined;
1335
1401
  } | null | undefined;
1336
1402
  uiConfiguration?: {
1337
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1403
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1338
1404
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1339
1405
  } | null | undefined;
1340
1406
  width?: number | null | undefined;
@@ -1342,6 +1408,9 @@ export declare const list: (query?: SchemaListQuery) => {
1342
1408
  widthChars?: number | null | undefined;
1343
1409
  scoreThreshold?: number | null | undefined;
1344
1410
  formula?: string | null | undefined;
1411
+ context?: string[] | null | undefined;
1412
+ prompt?: string | null | undefined;
1413
+ dataset?: Record<string, unknown> | undefined;
1345
1414
  }, {
1346
1415
  suggest?: true | undefined;
1347
1416
  canExport?: boolean | null | undefined;
@@ -1360,7 +1429,7 @@ export declare const list: (query?: SchemaListQuery) => {
1360
1429
  required?: boolean | null | undefined;
1361
1430
  } | null | undefined;
1362
1431
  uiConfiguration?: {
1363
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1432
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1364
1433
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1365
1434
  } | null | undefined;
1366
1435
  width?: number | null | undefined;
@@ -1368,6 +1437,9 @@ export declare const list: (query?: SchemaListQuery) => {
1368
1437
  widthChars?: number | null | undefined;
1369
1438
  scoreThreshold?: number | null | undefined;
1370
1439
  formula?: string | null | undefined;
1440
+ context?: string[] | null | undefined;
1441
+ prompt?: string | null | undefined;
1442
+ dataset?: Record<string, unknown> | undefined;
1371
1443
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1372
1444
  id: import("zod").ZodString;
1373
1445
  label: import("zod").ZodString;
@@ -1413,7 +1485,6 @@ export declare const list: (query?: SchemaListQuery) => {
1413
1485
  }>>]>, "many">;
1414
1486
  rirFieldNames: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1415
1487
  }, "strip", import("zod").ZodTypeAny, {
1416
- category: "tuple";
1417
1488
  children: (({
1418
1489
  type: "string";
1419
1490
  } & {
@@ -1442,7 +1513,7 @@ export declare const list: (query?: SchemaListQuery) => {
1442
1513
  required?: boolean | null | undefined;
1443
1514
  } | null | undefined;
1444
1515
  uiConfiguration?: {
1445
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1516
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1446
1517
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1447
1518
  } | null | undefined;
1448
1519
  width?: number | null | undefined;
@@ -1450,6 +1521,9 @@ export declare const list: (query?: SchemaListQuery) => {
1450
1521
  widthChars?: number | null | undefined;
1451
1522
  scoreThreshold?: number | null | undefined;
1452
1523
  formula?: string | null | undefined;
1524
+ context?: string[] | null | undefined;
1525
+ prompt?: string | null | undefined;
1526
+ dataset?: Record<string, unknown> | undefined;
1453
1527
  }) | ({
1454
1528
  type: "date";
1455
1529
  format?: string | null | undefined;
@@ -1479,7 +1553,7 @@ export declare const list: (query?: SchemaListQuery) => {
1479
1553
  required?: boolean | null | undefined;
1480
1554
  } | null | undefined;
1481
1555
  uiConfiguration?: {
1482
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1556
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1483
1557
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1484
1558
  } | null | undefined;
1485
1559
  width?: number | null | undefined;
@@ -1487,6 +1561,9 @@ export declare const list: (query?: SchemaListQuery) => {
1487
1561
  widthChars?: number | null | undefined;
1488
1562
  scoreThreshold?: number | null | undefined;
1489
1563
  formula?: string | null | undefined;
1564
+ context?: string[] | null | undefined;
1565
+ prompt?: string | null | undefined;
1566
+ dataset?: Record<string, unknown> | undefined;
1490
1567
  }) | ({
1491
1568
  type: "number";
1492
1569
  format?: string | null | undefined;
@@ -1521,7 +1598,7 @@ export declare const list: (query?: SchemaListQuery) => {
1521
1598
  required?: boolean | null | undefined;
1522
1599
  } | null | undefined;
1523
1600
  uiConfiguration?: {
1524
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1601
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1525
1602
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1526
1603
  } | null | undefined;
1527
1604
  width?: number | null | undefined;
@@ -1529,6 +1606,9 @@ export declare const list: (query?: SchemaListQuery) => {
1529
1606
  widthChars?: number | null | undefined;
1530
1607
  scoreThreshold?: number | null | undefined;
1531
1608
  formula?: string | null | undefined;
1609
+ context?: string[] | null | undefined;
1610
+ prompt?: string | null | undefined;
1611
+ dataset?: Record<string, unknown> | undefined;
1532
1612
  }) | ({
1533
1613
  options: {
1534
1614
  value: string;
@@ -1562,7 +1642,7 @@ export declare const list: (query?: SchemaListQuery) => {
1562
1642
  required?: boolean | null | undefined;
1563
1643
  } | null | undefined;
1564
1644
  uiConfiguration?: {
1565
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1645
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1566
1646
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1567
1647
  } | null | undefined;
1568
1648
  width?: number | null | undefined;
@@ -1570,6 +1650,9 @@ export declare const list: (query?: SchemaListQuery) => {
1570
1650
  widthChars?: number | null | undefined;
1571
1651
  scoreThreshold?: number | null | undefined;
1572
1652
  formula?: string | null | undefined;
1653
+ context?: string[] | null | undefined;
1654
+ prompt?: string | null | undefined;
1655
+ dataset?: Record<string, unknown> | undefined;
1573
1656
  }) | ({
1574
1657
  id: string;
1575
1658
  label: string;
@@ -1585,9 +1668,9 @@ export declare const list: (query?: SchemaListQuery) => {
1585
1668
  popupUrl?: string | undefined;
1586
1669
  canObtainToken?: boolean | undefined;
1587
1670
  }))[];
1671
+ category: "tuple";
1588
1672
  rirFieldNames?: string[] | null | undefined;
1589
1673
  }, {
1590
- category: "tuple";
1591
1674
  children: (({
1592
1675
  type: "string";
1593
1676
  } & {
@@ -1616,7 +1699,7 @@ export declare const list: (query?: SchemaListQuery) => {
1616
1699
  required?: boolean | null | undefined;
1617
1700
  } | null | undefined;
1618
1701
  uiConfiguration?: {
1619
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1702
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1620
1703
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1621
1704
  } | null | undefined;
1622
1705
  width?: number | null | undefined;
@@ -1624,6 +1707,9 @@ export declare const list: (query?: SchemaListQuery) => {
1624
1707
  widthChars?: number | null | undefined;
1625
1708
  scoreThreshold?: number | null | undefined;
1626
1709
  formula?: string | null | undefined;
1710
+ context?: string[] | null | undefined;
1711
+ prompt?: string | null | undefined;
1712
+ dataset?: Record<string, unknown> | undefined;
1627
1713
  }) | ({
1628
1714
  type: "date";
1629
1715
  format?: string | null | undefined;
@@ -1653,7 +1739,7 @@ export declare const list: (query?: SchemaListQuery) => {
1653
1739
  required?: boolean | null | undefined;
1654
1740
  } | null | undefined;
1655
1741
  uiConfiguration?: {
1656
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1742
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1657
1743
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1658
1744
  } | null | undefined;
1659
1745
  width?: number | null | undefined;
@@ -1661,6 +1747,9 @@ export declare const list: (query?: SchemaListQuery) => {
1661
1747
  widthChars?: number | null | undefined;
1662
1748
  scoreThreshold?: number | null | undefined;
1663
1749
  formula?: string | null | undefined;
1750
+ context?: string[] | null | undefined;
1751
+ prompt?: string | null | undefined;
1752
+ dataset?: Record<string, unknown> | undefined;
1664
1753
  }) | ({
1665
1754
  type: "number";
1666
1755
  format?: string | null | undefined;
@@ -1695,7 +1784,7 @@ export declare const list: (query?: SchemaListQuery) => {
1695
1784
  required?: boolean | null | undefined;
1696
1785
  } | null | undefined;
1697
1786
  uiConfiguration?: {
1698
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1787
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1699
1788
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1700
1789
  } | null | undefined;
1701
1790
  width?: number | null | undefined;
@@ -1703,6 +1792,9 @@ export declare const list: (query?: SchemaListQuery) => {
1703
1792
  widthChars?: number | null | undefined;
1704
1793
  scoreThreshold?: number | null | undefined;
1705
1794
  formula?: string | null | undefined;
1795
+ context?: string[] | null | undefined;
1796
+ prompt?: string | null | undefined;
1797
+ dataset?: Record<string, unknown> | undefined;
1706
1798
  }) | ({
1707
1799
  options: {
1708
1800
  value: string;
@@ -1736,7 +1828,7 @@ export declare const list: (query?: SchemaListQuery) => {
1736
1828
  required?: boolean | null | undefined;
1737
1829
  } | null | undefined;
1738
1830
  uiConfiguration?: {
1739
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1831
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1740
1832
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1741
1833
  } | null | undefined;
1742
1834
  width?: number | null | undefined;
@@ -1744,6 +1836,9 @@ export declare const list: (query?: SchemaListQuery) => {
1744
1836
  widthChars?: number | null | undefined;
1745
1837
  scoreThreshold?: number | null | undefined;
1746
1838
  formula?: string | null | undefined;
1839
+ context?: string[] | null | undefined;
1840
+ prompt?: string | null | undefined;
1841
+ dataset?: Record<string, unknown> | undefined;
1747
1842
  }) | ({
1748
1843
  id: string;
1749
1844
  label: string;
@@ -1759,6 +1854,7 @@ export declare const list: (query?: SchemaListQuery) => {
1759
1854
  popupUrl?: string | undefined;
1760
1855
  canObtainToken?: boolean | undefined;
1761
1856
  }))[];
1857
+ category: "tuple";
1762
1858
  rirFieldNames?: string[] | null | undefined;
1763
1859
  }>, import("zod").ZodObject<{
1764
1860
  id: import("zod").ZodString;
@@ -1859,13 +1955,13 @@ export declare const list: (query?: SchemaListQuery) => {
1859
1955
  required?: boolean | null | undefined;
1860
1956
  }>>>;
1861
1957
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1862
- 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">]>>>;
1958
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
1863
1959
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1864
1960
  }, "strip", import("zod").ZodTypeAny, {
1865
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1961
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1866
1962
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1867
1963
  }, {
1868
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1964
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1869
1965
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1870
1966
  }>>>;
1871
1967
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1873,6 +1969,9 @@ export declare const list: (query?: SchemaListQuery) => {
1873
1969
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1874
1970
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1875
1971
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1972
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1973
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1974
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1876
1975
  }, "strip", import("zod").ZodTypeAny, {
1877
1976
  suggest?: true | undefined;
1878
1977
  canExport?: boolean | null | undefined;
@@ -1891,7 +1990,7 @@ export declare const list: (query?: SchemaListQuery) => {
1891
1990
  required?: boolean | null | undefined;
1892
1991
  } | null | undefined;
1893
1992
  uiConfiguration?: {
1894
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1993
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1895
1994
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1896
1995
  } | null | undefined;
1897
1996
  width?: number | null | undefined;
@@ -1899,6 +1998,9 @@ export declare const list: (query?: SchemaListQuery) => {
1899
1998
  widthChars?: number | null | undefined;
1900
1999
  scoreThreshold?: number | null | undefined;
1901
2000
  formula?: string | null | undefined;
2001
+ context?: string[] | null | undefined;
2002
+ prompt?: string | null | undefined;
2003
+ dataset?: Record<string, unknown> | undefined;
1902
2004
  }, {
1903
2005
  suggest?: true | undefined;
1904
2006
  canExport?: boolean | null | undefined;
@@ -1917,7 +2019,7 @@ export declare const list: (query?: SchemaListQuery) => {
1917
2019
  required?: boolean | null | undefined;
1918
2020
  } | null | undefined;
1919
2021
  uiConfiguration?: {
1920
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2022
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
1921
2023
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1922
2024
  } | null | undefined;
1923
2025
  width?: number | null | undefined;
@@ -1925,6 +2027,9 @@ export declare const list: (query?: SchemaListQuery) => {
1925
2027
  widthChars?: number | null | undefined;
1926
2028
  scoreThreshold?: number | null | undefined;
1927
2029
  formula?: string | null | undefined;
2030
+ context?: string[] | null | undefined;
2031
+ prompt?: string | null | undefined;
2032
+ dataset?: Record<string, unknown> | undefined;
1928
2033
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1929
2034
  type: import("zod").ZodLiteral<"date">;
1930
2035
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2008,13 +2113,13 @@ export declare const list: (query?: SchemaListQuery) => {
2008
2113
  required?: boolean | null | undefined;
2009
2114
  }>>>;
2010
2115
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2011
- 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">]>>>;
2116
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2012
2117
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2013
2118
  }, "strip", import("zod").ZodTypeAny, {
2014
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2119
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2015
2120
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2016
2121
  }, {
2017
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2122
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2018
2123
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2019
2124
  }>>>;
2020
2125
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2022,6 +2127,9 @@ export declare const list: (query?: SchemaListQuery) => {
2022
2127
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2023
2128
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2024
2129
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2130
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2131
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2132
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2025
2133
  }, "strip", import("zod").ZodTypeAny, {
2026
2134
  suggest?: true | undefined;
2027
2135
  canExport?: boolean | null | undefined;
@@ -2040,7 +2148,7 @@ export declare const list: (query?: SchemaListQuery) => {
2040
2148
  required?: boolean | null | undefined;
2041
2149
  } | null | undefined;
2042
2150
  uiConfiguration?: {
2043
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2151
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2044
2152
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2045
2153
  } | null | undefined;
2046
2154
  width?: number | null | undefined;
@@ -2048,6 +2156,9 @@ export declare const list: (query?: SchemaListQuery) => {
2048
2156
  widthChars?: number | null | undefined;
2049
2157
  scoreThreshold?: number | null | undefined;
2050
2158
  formula?: string | null | undefined;
2159
+ context?: string[] | null | undefined;
2160
+ prompt?: string | null | undefined;
2161
+ dataset?: Record<string, unknown> | undefined;
2051
2162
  }, {
2052
2163
  suggest?: true | undefined;
2053
2164
  canExport?: boolean | null | undefined;
@@ -2066,7 +2177,7 @@ export declare const list: (query?: SchemaListQuery) => {
2066
2177
  required?: boolean | null | undefined;
2067
2178
  } | null | undefined;
2068
2179
  uiConfiguration?: {
2069
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2180
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2070
2181
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2071
2182
  } | null | undefined;
2072
2183
  width?: number | null | undefined;
@@ -2074,6 +2185,9 @@ export declare const list: (query?: SchemaListQuery) => {
2074
2185
  widthChars?: number | null | undefined;
2075
2186
  scoreThreshold?: number | null | undefined;
2076
2187
  formula?: string | null | undefined;
2188
+ context?: string[] | null | undefined;
2189
+ prompt?: string | null | undefined;
2190
+ dataset?: Record<string, unknown> | undefined;
2077
2191
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2078
2192
  type: import("zod").ZodLiteral<"number">;
2079
2193
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2184,13 +2298,13 @@ export declare const list: (query?: SchemaListQuery) => {
2184
2298
  required?: boolean | null | undefined;
2185
2299
  }>>>;
2186
2300
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2187
- 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">]>>>;
2301
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2188
2302
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2189
2303
  }, "strip", import("zod").ZodTypeAny, {
2190
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2304
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2191
2305
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2192
2306
  }, {
2193
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2307
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2194
2308
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2195
2309
  }>>>;
2196
2310
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2198,6 +2312,9 @@ export declare const list: (query?: SchemaListQuery) => {
2198
2312
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2199
2313
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2200
2314
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2315
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2316
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2317
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2201
2318
  }, "strip", import("zod").ZodTypeAny, {
2202
2319
  suggest?: true | undefined;
2203
2320
  canExport?: boolean | null | undefined;
@@ -2216,7 +2333,7 @@ export declare const list: (query?: SchemaListQuery) => {
2216
2333
  required?: boolean | null | undefined;
2217
2334
  } | null | undefined;
2218
2335
  uiConfiguration?: {
2219
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2336
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2220
2337
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2221
2338
  } | null | undefined;
2222
2339
  width?: number | null | undefined;
@@ -2224,6 +2341,9 @@ export declare const list: (query?: SchemaListQuery) => {
2224
2341
  widthChars?: number | null | undefined;
2225
2342
  scoreThreshold?: number | null | undefined;
2226
2343
  formula?: string | null | undefined;
2344
+ context?: string[] | null | undefined;
2345
+ prompt?: string | null | undefined;
2346
+ dataset?: Record<string, unknown> | undefined;
2227
2347
  }, {
2228
2348
  suggest?: true | undefined;
2229
2349
  canExport?: boolean | null | undefined;
@@ -2242,7 +2362,7 @@ export declare const list: (query?: SchemaListQuery) => {
2242
2362
  required?: boolean | null | undefined;
2243
2363
  } | null | undefined;
2244
2364
  uiConfiguration?: {
2245
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2365
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2246
2366
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2247
2367
  } | null | undefined;
2248
2368
  width?: number | null | undefined;
@@ -2250,6 +2370,9 @@ export declare const list: (query?: SchemaListQuery) => {
2250
2370
  widthChars?: number | null | undefined;
2251
2371
  scoreThreshold?: number | null | undefined;
2252
2372
  formula?: string | null | undefined;
2373
+ context?: string[] | null | undefined;
2374
+ prompt?: string | null | undefined;
2375
+ dataset?: Record<string, unknown> | undefined;
2253
2376
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2254
2377
  type: import("zod").ZodLiteral<"enum">;
2255
2378
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -2351,13 +2474,13 @@ export declare const list: (query?: SchemaListQuery) => {
2351
2474
  required?: boolean | null | undefined;
2352
2475
  }>>>;
2353
2476
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2354
- 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">]>>>;
2477
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2355
2478
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2356
2479
  }, "strip", import("zod").ZodTypeAny, {
2357
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2480
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2358
2481
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2359
2482
  }, {
2360
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2483
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2361
2484
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2362
2485
  }>>>;
2363
2486
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2365,6 +2488,9 @@ export declare const list: (query?: SchemaListQuery) => {
2365
2488
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2366
2489
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2367
2490
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2491
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2492
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2493
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2368
2494
  }, "strip", import("zod").ZodTypeAny, {
2369
2495
  suggest?: true | undefined;
2370
2496
  canExport?: boolean | null | undefined;
@@ -2383,7 +2509,7 @@ export declare const list: (query?: SchemaListQuery) => {
2383
2509
  required?: boolean | null | undefined;
2384
2510
  } | null | undefined;
2385
2511
  uiConfiguration?: {
2386
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2512
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2387
2513
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2388
2514
  } | null | undefined;
2389
2515
  width?: number | null | undefined;
@@ -2391,6 +2517,9 @@ export declare const list: (query?: SchemaListQuery) => {
2391
2517
  widthChars?: number | null | undefined;
2392
2518
  scoreThreshold?: number | null | undefined;
2393
2519
  formula?: string | null | undefined;
2520
+ context?: string[] | null | undefined;
2521
+ prompt?: string | null | undefined;
2522
+ dataset?: Record<string, unknown> | undefined;
2394
2523
  }, {
2395
2524
  suggest?: true | undefined;
2396
2525
  canExport?: boolean | null | undefined;
@@ -2409,7 +2538,7 @@ export declare const list: (query?: SchemaListQuery) => {
2409
2538
  required?: boolean | null | undefined;
2410
2539
  } | null | undefined;
2411
2540
  uiConfiguration?: {
2412
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2541
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2413
2542
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2414
2543
  } | null | undefined;
2415
2544
  width?: number | null | undefined;
@@ -2417,6 +2546,9 @@ export declare const list: (query?: SchemaListQuery) => {
2417
2546
  widthChars?: number | null | undefined;
2418
2547
  scoreThreshold?: number | null | undefined;
2419
2548
  formula?: string | null | undefined;
2549
+ context?: string[] | null | undefined;
2550
+ prompt?: string | null | undefined;
2551
+ dataset?: Record<string, unknown> | undefined;
2420
2552
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
2421
2553
  id: import("zod").ZodString;
2422
2554
  label: import("zod").ZodString;
@@ -2489,7 +2621,7 @@ export declare const list: (query?: SchemaListQuery) => {
2489
2621
  required?: boolean | null | undefined;
2490
2622
  } | null | undefined;
2491
2623
  uiConfiguration?: {
2492
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2624
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2493
2625
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2494
2626
  } | null | undefined;
2495
2627
  width?: number | null | undefined;
@@ -2497,6 +2629,9 @@ export declare const list: (query?: SchemaListQuery) => {
2497
2629
  widthChars?: number | null | undefined;
2498
2630
  scoreThreshold?: number | null | undefined;
2499
2631
  formula?: string | null | undefined;
2632
+ context?: string[] | null | undefined;
2633
+ prompt?: string | null | undefined;
2634
+ dataset?: Record<string, unknown> | undefined;
2500
2635
  }) | ({
2501
2636
  type: "date";
2502
2637
  format?: string | null | undefined;
@@ -2526,7 +2661,7 @@ export declare const list: (query?: SchemaListQuery) => {
2526
2661
  required?: boolean | null | undefined;
2527
2662
  } | null | undefined;
2528
2663
  uiConfiguration?: {
2529
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2664
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2530
2665
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2531
2666
  } | null | undefined;
2532
2667
  width?: number | null | undefined;
@@ -2534,6 +2669,9 @@ export declare const list: (query?: SchemaListQuery) => {
2534
2669
  widthChars?: number | null | undefined;
2535
2670
  scoreThreshold?: number | null | undefined;
2536
2671
  formula?: string | null | undefined;
2672
+ context?: string[] | null | undefined;
2673
+ prompt?: string | null | undefined;
2674
+ dataset?: Record<string, unknown> | undefined;
2537
2675
  }) | ({
2538
2676
  type: "number";
2539
2677
  format?: string | null | undefined;
@@ -2568,7 +2706,7 @@ export declare const list: (query?: SchemaListQuery) => {
2568
2706
  required?: boolean | null | undefined;
2569
2707
  } | null | undefined;
2570
2708
  uiConfiguration?: {
2571
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2709
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2572
2710
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2573
2711
  } | null | undefined;
2574
2712
  width?: number | null | undefined;
@@ -2576,6 +2714,9 @@ export declare const list: (query?: SchemaListQuery) => {
2576
2714
  widthChars?: number | null | undefined;
2577
2715
  scoreThreshold?: number | null | undefined;
2578
2716
  formula?: string | null | undefined;
2717
+ context?: string[] | null | undefined;
2718
+ prompt?: string | null | undefined;
2719
+ dataset?: Record<string, unknown> | undefined;
2579
2720
  }) | ({
2580
2721
  options: {
2581
2722
  value: string;
@@ -2609,7 +2750,7 @@ export declare const list: (query?: SchemaListQuery) => {
2609
2750
  required?: boolean | null | undefined;
2610
2751
  } | null | undefined;
2611
2752
  uiConfiguration?: {
2612
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2753
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2613
2754
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2614
2755
  } | null | undefined;
2615
2756
  width?: number | null | undefined;
@@ -2617,6 +2758,9 @@ export declare const list: (query?: SchemaListQuery) => {
2617
2758
  widthChars?: number | null | undefined;
2618
2759
  scoreThreshold?: number | null | undefined;
2619
2760
  formula?: string | null | undefined;
2761
+ context?: string[] | null | undefined;
2762
+ prompt?: string | null | undefined;
2763
+ dataset?: Record<string, unknown> | undefined;
2620
2764
  }) | ({
2621
2765
  id: string;
2622
2766
  label: string;
@@ -2661,7 +2805,7 @@ export declare const list: (query?: SchemaListQuery) => {
2661
2805
  required?: boolean | null | undefined;
2662
2806
  } | null | undefined;
2663
2807
  uiConfiguration?: {
2664
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2808
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2665
2809
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2666
2810
  } | null | undefined;
2667
2811
  width?: number | null | undefined;
@@ -2669,6 +2813,9 @@ export declare const list: (query?: SchemaListQuery) => {
2669
2813
  widthChars?: number | null | undefined;
2670
2814
  scoreThreshold?: number | null | undefined;
2671
2815
  formula?: string | null | undefined;
2816
+ context?: string[] | null | undefined;
2817
+ prompt?: string | null | undefined;
2818
+ dataset?: Record<string, unknown> | undefined;
2672
2819
  }) | ({
2673
2820
  type: "date";
2674
2821
  format?: string | null | undefined;
@@ -2698,7 +2845,7 @@ export declare const list: (query?: SchemaListQuery) => {
2698
2845
  required?: boolean | null | undefined;
2699
2846
  } | null | undefined;
2700
2847
  uiConfiguration?: {
2701
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2848
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2702
2849
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2703
2850
  } | null | undefined;
2704
2851
  width?: number | null | undefined;
@@ -2706,6 +2853,9 @@ export declare const list: (query?: SchemaListQuery) => {
2706
2853
  widthChars?: number | null | undefined;
2707
2854
  scoreThreshold?: number | null | undefined;
2708
2855
  formula?: string | null | undefined;
2856
+ context?: string[] | null | undefined;
2857
+ prompt?: string | null | undefined;
2858
+ dataset?: Record<string, unknown> | undefined;
2709
2859
  }) | ({
2710
2860
  type: "number";
2711
2861
  format?: string | null | undefined;
@@ -2740,7 +2890,7 @@ export declare const list: (query?: SchemaListQuery) => {
2740
2890
  required?: boolean | null | undefined;
2741
2891
  } | null | undefined;
2742
2892
  uiConfiguration?: {
2743
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2893
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2744
2894
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2745
2895
  } | null | undefined;
2746
2896
  width?: number | null | undefined;
@@ -2748,6 +2898,9 @@ export declare const list: (query?: SchemaListQuery) => {
2748
2898
  widthChars?: number | null | undefined;
2749
2899
  scoreThreshold?: number | null | undefined;
2750
2900
  formula?: string | null | undefined;
2901
+ context?: string[] | null | undefined;
2902
+ prompt?: string | null | undefined;
2903
+ dataset?: Record<string, unknown> | undefined;
2751
2904
  }) | ({
2752
2905
  options: {
2753
2906
  value: string;
@@ -2781,7 +2934,7 @@ export declare const list: (query?: SchemaListQuery) => {
2781
2934
  required?: boolean | null | undefined;
2782
2935
  } | null | undefined;
2783
2936
  uiConfiguration?: {
2784
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2937
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2785
2938
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2786
2939
  } | null | undefined;
2787
2940
  width?: number | null | undefined;
@@ -2789,6 +2942,9 @@ export declare const list: (query?: SchemaListQuery) => {
2789
2942
  widthChars?: number | null | undefined;
2790
2943
  scoreThreshold?: number | null | undefined;
2791
2944
  formula?: string | null | undefined;
2945
+ context?: string[] | null | undefined;
2946
+ prompt?: string | null | undefined;
2947
+ dataset?: Record<string, unknown> | undefined;
2792
2948
  }) | ({
2793
2949
  id: string;
2794
2950
  label: string;
@@ -2946,13 +3102,13 @@ export declare const list: (query?: SchemaListQuery) => {
2946
3102
  required?: boolean | null | undefined;
2947
3103
  }>>>;
2948
3104
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2949
- 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">]>>>;
3105
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
2950
3106
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2951
3107
  }, "strip", import("zod").ZodTypeAny, {
2952
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3108
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2953
3109
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2954
3110
  }, {
2955
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3111
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2956
3112
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2957
3113
  }>>>;
2958
3114
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2960,6 +3116,9 @@ export declare const list: (query?: SchemaListQuery) => {
2960
3116
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2961
3117
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2962
3118
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3119
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3120
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3121
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
2963
3122
  }, "strip", import("zod").ZodTypeAny, {
2964
3123
  suggest?: true | undefined;
2965
3124
  canExport?: boolean | null | undefined;
@@ -2978,7 +3137,7 @@ export declare const list: (query?: SchemaListQuery) => {
2978
3137
  required?: boolean | null | undefined;
2979
3138
  } | null | undefined;
2980
3139
  uiConfiguration?: {
2981
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3140
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
2982
3141
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2983
3142
  } | null | undefined;
2984
3143
  width?: number | null | undefined;
@@ -2986,6 +3145,9 @@ export declare const list: (query?: SchemaListQuery) => {
2986
3145
  widthChars?: number | null | undefined;
2987
3146
  scoreThreshold?: number | null | undefined;
2988
3147
  formula?: string | null | undefined;
3148
+ context?: string[] | null | undefined;
3149
+ prompt?: string | null | undefined;
3150
+ dataset?: Record<string, unknown> | undefined;
2989
3151
  }, {
2990
3152
  suggest?: true | undefined;
2991
3153
  canExport?: boolean | null | undefined;
@@ -3004,7 +3166,7 @@ export declare const list: (query?: SchemaListQuery) => {
3004
3166
  required?: boolean | null | undefined;
3005
3167
  } | null | undefined;
3006
3168
  uiConfiguration?: {
3007
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3169
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3008
3170
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3009
3171
  } | null | undefined;
3010
3172
  width?: number | null | undefined;
@@ -3012,6 +3174,9 @@ export declare const list: (query?: SchemaListQuery) => {
3012
3174
  widthChars?: number | null | undefined;
3013
3175
  scoreThreshold?: number | null | undefined;
3014
3176
  formula?: string | null | undefined;
3177
+ context?: string[] | null | undefined;
3178
+ prompt?: string | null | undefined;
3179
+ dataset?: Record<string, unknown> | undefined;
3015
3180
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3016
3181
  type: import("zod").ZodLiteral<"date">;
3017
3182
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3095,13 +3260,13 @@ export declare const list: (query?: SchemaListQuery) => {
3095
3260
  required?: boolean | null | undefined;
3096
3261
  }>>>;
3097
3262
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3098
- 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">]>>>;
3263
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3099
3264
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3100
3265
  }, "strip", import("zod").ZodTypeAny, {
3101
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3266
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3102
3267
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3103
3268
  }, {
3104
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3269
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3105
3270
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3106
3271
  }>>>;
3107
3272
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3109,6 +3274,9 @@ export declare const list: (query?: SchemaListQuery) => {
3109
3274
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3110
3275
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3111
3276
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3277
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3278
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3279
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3112
3280
  }, "strip", import("zod").ZodTypeAny, {
3113
3281
  suggest?: true | undefined;
3114
3282
  canExport?: boolean | null | undefined;
@@ -3127,7 +3295,7 @@ export declare const list: (query?: SchemaListQuery) => {
3127
3295
  required?: boolean | null | undefined;
3128
3296
  } | null | undefined;
3129
3297
  uiConfiguration?: {
3130
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3298
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3131
3299
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3132
3300
  } | null | undefined;
3133
3301
  width?: number | null | undefined;
@@ -3135,6 +3303,9 @@ export declare const list: (query?: SchemaListQuery) => {
3135
3303
  widthChars?: number | null | undefined;
3136
3304
  scoreThreshold?: number | null | undefined;
3137
3305
  formula?: string | null | undefined;
3306
+ context?: string[] | null | undefined;
3307
+ prompt?: string | null | undefined;
3308
+ dataset?: Record<string, unknown> | undefined;
3138
3309
  }, {
3139
3310
  suggest?: true | undefined;
3140
3311
  canExport?: boolean | null | undefined;
@@ -3153,7 +3324,7 @@ export declare const list: (query?: SchemaListQuery) => {
3153
3324
  required?: boolean | null | undefined;
3154
3325
  } | null | undefined;
3155
3326
  uiConfiguration?: {
3156
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3327
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3157
3328
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3158
3329
  } | null | undefined;
3159
3330
  width?: number | null | undefined;
@@ -3161,6 +3332,9 @@ export declare const list: (query?: SchemaListQuery) => {
3161
3332
  widthChars?: number | null | undefined;
3162
3333
  scoreThreshold?: number | null | undefined;
3163
3334
  formula?: string | null | undefined;
3335
+ context?: string[] | null | undefined;
3336
+ prompt?: string | null | undefined;
3337
+ dataset?: Record<string, unknown> | undefined;
3164
3338
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3165
3339
  type: import("zod").ZodLiteral<"number">;
3166
3340
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3271,13 +3445,13 @@ export declare const list: (query?: SchemaListQuery) => {
3271
3445
  required?: boolean | null | undefined;
3272
3446
  }>>>;
3273
3447
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3274
- 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">]>>>;
3448
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3275
3449
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3276
3450
  }, "strip", import("zod").ZodTypeAny, {
3277
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3451
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3278
3452
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3279
3453
  }, {
3280
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3454
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3281
3455
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3282
3456
  }>>>;
3283
3457
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3285,6 +3459,9 @@ export declare const list: (query?: SchemaListQuery) => {
3285
3459
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3286
3460
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3287
3461
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3462
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3463
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3464
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3288
3465
  }, "strip", import("zod").ZodTypeAny, {
3289
3466
  suggest?: true | undefined;
3290
3467
  canExport?: boolean | null | undefined;
@@ -3303,7 +3480,7 @@ export declare const list: (query?: SchemaListQuery) => {
3303
3480
  required?: boolean | null | undefined;
3304
3481
  } | null | undefined;
3305
3482
  uiConfiguration?: {
3306
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3483
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3307
3484
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3308
3485
  } | null | undefined;
3309
3486
  width?: number | null | undefined;
@@ -3311,6 +3488,9 @@ export declare const list: (query?: SchemaListQuery) => {
3311
3488
  widthChars?: number | null | undefined;
3312
3489
  scoreThreshold?: number | null | undefined;
3313
3490
  formula?: string | null | undefined;
3491
+ context?: string[] | null | undefined;
3492
+ prompt?: string | null | undefined;
3493
+ dataset?: Record<string, unknown> | undefined;
3314
3494
  }, {
3315
3495
  suggest?: true | undefined;
3316
3496
  canExport?: boolean | null | undefined;
@@ -3329,7 +3509,7 @@ export declare const list: (query?: SchemaListQuery) => {
3329
3509
  required?: boolean | null | undefined;
3330
3510
  } | null | undefined;
3331
3511
  uiConfiguration?: {
3332
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3512
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3333
3513
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3334
3514
  } | null | undefined;
3335
3515
  width?: number | null | undefined;
@@ -3337,6 +3517,9 @@ export declare const list: (query?: SchemaListQuery) => {
3337
3517
  widthChars?: number | null | undefined;
3338
3518
  scoreThreshold?: number | null | undefined;
3339
3519
  formula?: string | null | undefined;
3520
+ context?: string[] | null | undefined;
3521
+ prompt?: string | null | undefined;
3522
+ dataset?: Record<string, unknown> | undefined;
3340
3523
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3341
3524
  type: import("zod").ZodLiteral<"enum">;
3342
3525
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -3438,13 +3621,13 @@ export declare const list: (query?: SchemaListQuery) => {
3438
3621
  required?: boolean | null | undefined;
3439
3622
  }>>>;
3440
3623
  uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
3441
- 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">]>>>;
3624
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
3442
3625
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3443
3626
  }, "strip", import("zod").ZodTypeAny, {
3444
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3627
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3445
3628
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3446
3629
  }, {
3447
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3630
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3448
3631
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3449
3632
  }>>>;
3450
3633
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3452,6 +3635,9 @@ export declare const list: (query?: SchemaListQuery) => {
3452
3635
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3453
3636
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3454
3637
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3638
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3639
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3640
+ dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
3455
3641
  }, "strip", import("zod").ZodTypeAny, {
3456
3642
  suggest?: true | undefined;
3457
3643
  canExport?: boolean | null | undefined;
@@ -3470,7 +3656,7 @@ export declare const list: (query?: SchemaListQuery) => {
3470
3656
  required?: boolean | null | undefined;
3471
3657
  } | null | undefined;
3472
3658
  uiConfiguration?: {
3473
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3659
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3474
3660
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3475
3661
  } | null | undefined;
3476
3662
  width?: number | null | undefined;
@@ -3478,6 +3664,9 @@ export declare const list: (query?: SchemaListQuery) => {
3478
3664
  widthChars?: number | null | undefined;
3479
3665
  scoreThreshold?: number | null | undefined;
3480
3666
  formula?: string | null | undefined;
3667
+ context?: string[] | null | undefined;
3668
+ prompt?: string | null | undefined;
3669
+ dataset?: Record<string, unknown> | undefined;
3481
3670
  }, {
3482
3671
  suggest?: true | undefined;
3483
3672
  canExport?: boolean | null | undefined;
@@ -3496,7 +3685,7 @@ export declare const list: (query?: SchemaListQuery) => {
3496
3685
  required?: boolean | null | undefined;
3497
3686
  } | null | undefined;
3498
3687
  uiConfiguration?: {
3499
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3688
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3500
3689
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3501
3690
  } | null | undefined;
3502
3691
  width?: number | null | undefined;
@@ -3504,6 +3693,9 @@ export declare const list: (query?: SchemaListQuery) => {
3504
3693
  widthChars?: number | null | undefined;
3505
3694
  scoreThreshold?: number | null | undefined;
3506
3695
  formula?: string | null | undefined;
3696
+ context?: string[] | null | undefined;
3697
+ prompt?: string | null | undefined;
3698
+ dataset?: Record<string, unknown> | undefined;
3507
3699
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
3508
3700
  id: import("zod").ZodString;
3509
3701
  label: import("zod").ZodString;
@@ -3549,7 +3741,6 @@ export declare const list: (query?: SchemaListQuery) => {
3549
3741
  }>>]>, "many">;
3550
3742
  rirFieldNames: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3551
3743
  }, "strip", import("zod").ZodTypeAny, {
3552
- category: "tuple";
3553
3744
  children: (({
3554
3745
  type: "string";
3555
3746
  } & {
@@ -3578,7 +3769,7 @@ export declare const list: (query?: SchemaListQuery) => {
3578
3769
  required?: boolean | null | undefined;
3579
3770
  } | null | undefined;
3580
3771
  uiConfiguration?: {
3581
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3772
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3582
3773
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3583
3774
  } | null | undefined;
3584
3775
  width?: number | null | undefined;
@@ -3586,6 +3777,9 @@ export declare const list: (query?: SchemaListQuery) => {
3586
3777
  widthChars?: number | null | undefined;
3587
3778
  scoreThreshold?: number | null | undefined;
3588
3779
  formula?: string | null | undefined;
3780
+ context?: string[] | null | undefined;
3781
+ prompt?: string | null | undefined;
3782
+ dataset?: Record<string, unknown> | undefined;
3589
3783
  }) | ({
3590
3784
  type: "date";
3591
3785
  format?: string | null | undefined;
@@ -3615,7 +3809,7 @@ export declare const list: (query?: SchemaListQuery) => {
3615
3809
  required?: boolean | null | undefined;
3616
3810
  } | null | undefined;
3617
3811
  uiConfiguration?: {
3618
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3812
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3619
3813
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3620
3814
  } | null | undefined;
3621
3815
  width?: number | null | undefined;
@@ -3623,6 +3817,9 @@ export declare const list: (query?: SchemaListQuery) => {
3623
3817
  widthChars?: number | null | undefined;
3624
3818
  scoreThreshold?: number | null | undefined;
3625
3819
  formula?: string | null | undefined;
3820
+ context?: string[] | null | undefined;
3821
+ prompt?: string | null | undefined;
3822
+ dataset?: Record<string, unknown> | undefined;
3626
3823
  }) | ({
3627
3824
  type: "number";
3628
3825
  format?: string | null | undefined;
@@ -3657,7 +3854,7 @@ export declare const list: (query?: SchemaListQuery) => {
3657
3854
  required?: boolean | null | undefined;
3658
3855
  } | null | undefined;
3659
3856
  uiConfiguration?: {
3660
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3857
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3661
3858
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3662
3859
  } | null | undefined;
3663
3860
  width?: number | null | undefined;
@@ -3665,6 +3862,9 @@ export declare const list: (query?: SchemaListQuery) => {
3665
3862
  widthChars?: number | null | undefined;
3666
3863
  scoreThreshold?: number | null | undefined;
3667
3864
  formula?: string | null | undefined;
3865
+ context?: string[] | null | undefined;
3866
+ prompt?: string | null | undefined;
3867
+ dataset?: Record<string, unknown> | undefined;
3668
3868
  }) | ({
3669
3869
  options: {
3670
3870
  value: string;
@@ -3698,7 +3898,7 @@ export declare const list: (query?: SchemaListQuery) => {
3698
3898
  required?: boolean | null | undefined;
3699
3899
  } | null | undefined;
3700
3900
  uiConfiguration?: {
3701
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3901
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3702
3902
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3703
3903
  } | null | undefined;
3704
3904
  width?: number | null | undefined;
@@ -3706,6 +3906,9 @@ export declare const list: (query?: SchemaListQuery) => {
3706
3906
  widthChars?: number | null | undefined;
3707
3907
  scoreThreshold?: number | null | undefined;
3708
3908
  formula?: string | null | undefined;
3909
+ context?: string[] | null | undefined;
3910
+ prompt?: string | null | undefined;
3911
+ dataset?: Record<string, unknown> | undefined;
3709
3912
  }) | ({
3710
3913
  id: string;
3711
3914
  label: string;
@@ -3721,9 +3924,9 @@ export declare const list: (query?: SchemaListQuery) => {
3721
3924
  popupUrl?: string | undefined;
3722
3925
  canObtainToken?: boolean | undefined;
3723
3926
  }))[];
3927
+ category: "tuple";
3724
3928
  rirFieldNames?: string[] | null | undefined;
3725
3929
  }, {
3726
- category: "tuple";
3727
3930
  children: (({
3728
3931
  type: "string";
3729
3932
  } & {
@@ -3752,7 +3955,7 @@ export declare const list: (query?: SchemaListQuery) => {
3752
3955
  required?: boolean | null | undefined;
3753
3956
  } | null | undefined;
3754
3957
  uiConfiguration?: {
3755
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3958
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3756
3959
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3757
3960
  } | null | undefined;
3758
3961
  width?: number | null | undefined;
@@ -3760,6 +3963,9 @@ export declare const list: (query?: SchemaListQuery) => {
3760
3963
  widthChars?: number | null | undefined;
3761
3964
  scoreThreshold?: number | null | undefined;
3762
3965
  formula?: string | null | undefined;
3966
+ context?: string[] | null | undefined;
3967
+ prompt?: string | null | undefined;
3968
+ dataset?: Record<string, unknown> | undefined;
3763
3969
  }) | ({
3764
3970
  type: "date";
3765
3971
  format?: string | null | undefined;
@@ -3789,7 +3995,7 @@ export declare const list: (query?: SchemaListQuery) => {
3789
3995
  required?: boolean | null | undefined;
3790
3996
  } | null | undefined;
3791
3997
  uiConfiguration?: {
3792
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3998
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3793
3999
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3794
4000
  } | null | undefined;
3795
4001
  width?: number | null | undefined;
@@ -3797,6 +4003,9 @@ export declare const list: (query?: SchemaListQuery) => {
3797
4003
  widthChars?: number | null | undefined;
3798
4004
  scoreThreshold?: number | null | undefined;
3799
4005
  formula?: string | null | undefined;
4006
+ context?: string[] | null | undefined;
4007
+ prompt?: string | null | undefined;
4008
+ dataset?: Record<string, unknown> | undefined;
3800
4009
  }) | ({
3801
4010
  type: "number";
3802
4011
  format?: string | null | undefined;
@@ -3831,7 +4040,7 @@ export declare const list: (query?: SchemaListQuery) => {
3831
4040
  required?: boolean | null | undefined;
3832
4041
  } | null | undefined;
3833
4042
  uiConfiguration?: {
3834
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4043
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3835
4044
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3836
4045
  } | null | undefined;
3837
4046
  width?: number | null | undefined;
@@ -3839,6 +4048,9 @@ export declare const list: (query?: SchemaListQuery) => {
3839
4048
  widthChars?: number | null | undefined;
3840
4049
  scoreThreshold?: number | null | undefined;
3841
4050
  formula?: string | null | undefined;
4051
+ context?: string[] | null | undefined;
4052
+ prompt?: string | null | undefined;
4053
+ dataset?: Record<string, unknown> | undefined;
3842
4054
  }) | ({
3843
4055
  options: {
3844
4056
  value: string;
@@ -3872,7 +4084,7 @@ export declare const list: (query?: SchemaListQuery) => {
3872
4084
  required?: boolean | null | undefined;
3873
4085
  } | null | undefined;
3874
4086
  uiConfiguration?: {
3875
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4087
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3876
4088
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3877
4089
  } | null | undefined;
3878
4090
  width?: number | null | undefined;
@@ -3880,6 +4092,9 @@ export declare const list: (query?: SchemaListQuery) => {
3880
4092
  widthChars?: number | null | undefined;
3881
4093
  scoreThreshold?: number | null | undefined;
3882
4094
  formula?: string | null | undefined;
4095
+ context?: string[] | null | undefined;
4096
+ prompt?: string | null | undefined;
4097
+ dataset?: Record<string, unknown> | undefined;
3883
4098
  }) | ({
3884
4099
  id: string;
3885
4100
  label: string;
@@ -3895,6 +4110,7 @@ export declare const list: (query?: SchemaListQuery) => {
3895
4110
  popupUrl?: string | undefined;
3896
4111
  canObtainToken?: boolean | undefined;
3897
4112
  }))[];
4113
+ category: "tuple";
3898
4114
  rirFieldNames?: string[] | null | undefined;
3899
4115
  }>, import("zod").ZodObject<{
3900
4116
  id: import("zod").ZodString;
@@ -3917,7 +4133,6 @@ export declare const list: (query?: SchemaListQuery) => {
3917
4133
  }>>;
3918
4134
  }, "strip", import("zod").ZodTypeAny, {
3919
4135
  children: {
3920
- category: "tuple";
3921
4136
  children: (({
3922
4137
  type: "string";
3923
4138
  } & {
@@ -3946,7 +4161,7 @@ export declare const list: (query?: SchemaListQuery) => {
3946
4161
  required?: boolean | null | undefined;
3947
4162
  } | null | undefined;
3948
4163
  uiConfiguration?: {
3949
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4164
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3950
4165
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3951
4166
  } | null | undefined;
3952
4167
  width?: number | null | undefined;
@@ -3954,6 +4169,9 @@ export declare const list: (query?: SchemaListQuery) => {
3954
4169
  widthChars?: number | null | undefined;
3955
4170
  scoreThreshold?: number | null | undefined;
3956
4171
  formula?: string | null | undefined;
4172
+ context?: string[] | null | undefined;
4173
+ prompt?: string | null | undefined;
4174
+ dataset?: Record<string, unknown> | undefined;
3957
4175
  }) | ({
3958
4176
  type: "date";
3959
4177
  format?: string | null | undefined;
@@ -3983,7 +4201,7 @@ export declare const list: (query?: SchemaListQuery) => {
3983
4201
  required?: boolean | null | undefined;
3984
4202
  } | null | undefined;
3985
4203
  uiConfiguration?: {
3986
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4204
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
3987
4205
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3988
4206
  } | null | undefined;
3989
4207
  width?: number | null | undefined;
@@ -3991,6 +4209,9 @@ export declare const list: (query?: SchemaListQuery) => {
3991
4209
  widthChars?: number | null | undefined;
3992
4210
  scoreThreshold?: number | null | undefined;
3993
4211
  formula?: string | null | undefined;
4212
+ context?: string[] | null | undefined;
4213
+ prompt?: string | null | undefined;
4214
+ dataset?: Record<string, unknown> | undefined;
3994
4215
  }) | ({
3995
4216
  type: "number";
3996
4217
  format?: string | null | undefined;
@@ -4025,7 +4246,7 @@ export declare const list: (query?: SchemaListQuery) => {
4025
4246
  required?: boolean | null | undefined;
4026
4247
  } | null | undefined;
4027
4248
  uiConfiguration?: {
4028
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4249
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4029
4250
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4030
4251
  } | null | undefined;
4031
4252
  width?: number | null | undefined;
@@ -4033,6 +4254,9 @@ export declare const list: (query?: SchemaListQuery) => {
4033
4254
  widthChars?: number | null | undefined;
4034
4255
  scoreThreshold?: number | null | undefined;
4035
4256
  formula?: string | null | undefined;
4257
+ context?: string[] | null | undefined;
4258
+ prompt?: string | null | undefined;
4259
+ dataset?: Record<string, unknown> | undefined;
4036
4260
  }) | ({
4037
4261
  options: {
4038
4262
  value: string;
@@ -4066,7 +4290,7 @@ export declare const list: (query?: SchemaListQuery) => {
4066
4290
  required?: boolean | null | undefined;
4067
4291
  } | null | undefined;
4068
4292
  uiConfiguration?: {
4069
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4293
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4070
4294
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4071
4295
  } | null | undefined;
4072
4296
  width?: number | null | undefined;
@@ -4074,6 +4298,9 @@ export declare const list: (query?: SchemaListQuery) => {
4074
4298
  widthChars?: number | null | undefined;
4075
4299
  scoreThreshold?: number | null | undefined;
4076
4300
  formula?: string | null | undefined;
4301
+ context?: string[] | null | undefined;
4302
+ prompt?: string | null | undefined;
4303
+ dataset?: Record<string, unknown> | undefined;
4077
4304
  }) | ({
4078
4305
  id: string;
4079
4306
  label: string;
@@ -4089,6 +4316,7 @@ export declare const list: (query?: SchemaListQuery) => {
4089
4316
  popupUrl?: string | undefined;
4090
4317
  canObtainToken?: boolean | undefined;
4091
4318
  }))[];
4319
+ category: "tuple";
4092
4320
  rirFieldNames?: string[] | null | undefined;
4093
4321
  } & {
4094
4322
  id: string;
@@ -4099,7 +4327,6 @@ export declare const list: (query?: SchemaListQuery) => {
4099
4327
  };
4100
4328
  }, {
4101
4329
  children: {
4102
- category: "tuple";
4103
4330
  children: (({
4104
4331
  type: "string";
4105
4332
  } & {
@@ -4128,7 +4355,7 @@ export declare const list: (query?: SchemaListQuery) => {
4128
4355
  required?: boolean | null | undefined;
4129
4356
  } | null | undefined;
4130
4357
  uiConfiguration?: {
4131
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4358
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4132
4359
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4133
4360
  } | null | undefined;
4134
4361
  width?: number | null | undefined;
@@ -4136,6 +4363,9 @@ export declare const list: (query?: SchemaListQuery) => {
4136
4363
  widthChars?: number | null | undefined;
4137
4364
  scoreThreshold?: number | null | undefined;
4138
4365
  formula?: string | null | undefined;
4366
+ context?: string[] | null | undefined;
4367
+ prompt?: string | null | undefined;
4368
+ dataset?: Record<string, unknown> | undefined;
4139
4369
  }) | ({
4140
4370
  type: "date";
4141
4371
  format?: string | null | undefined;
@@ -4165,7 +4395,7 @@ export declare const list: (query?: SchemaListQuery) => {
4165
4395
  required?: boolean | null | undefined;
4166
4396
  } | null | undefined;
4167
4397
  uiConfiguration?: {
4168
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4398
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4169
4399
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4170
4400
  } | null | undefined;
4171
4401
  width?: number | null | undefined;
@@ -4173,6 +4403,9 @@ export declare const list: (query?: SchemaListQuery) => {
4173
4403
  widthChars?: number | null | undefined;
4174
4404
  scoreThreshold?: number | null | undefined;
4175
4405
  formula?: string | null | undefined;
4406
+ context?: string[] | null | undefined;
4407
+ prompt?: string | null | undefined;
4408
+ dataset?: Record<string, unknown> | undefined;
4176
4409
  }) | ({
4177
4410
  type: "number";
4178
4411
  format?: string | null | undefined;
@@ -4207,7 +4440,7 @@ export declare const list: (query?: SchemaListQuery) => {
4207
4440
  required?: boolean | null | undefined;
4208
4441
  } | null | undefined;
4209
4442
  uiConfiguration?: {
4210
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4443
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4211
4444
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4212
4445
  } | null | undefined;
4213
4446
  width?: number | null | undefined;
@@ -4215,6 +4448,9 @@ export declare const list: (query?: SchemaListQuery) => {
4215
4448
  widthChars?: number | null | undefined;
4216
4449
  scoreThreshold?: number | null | undefined;
4217
4450
  formula?: string | null | undefined;
4451
+ context?: string[] | null | undefined;
4452
+ prompt?: string | null | undefined;
4453
+ dataset?: Record<string, unknown> | undefined;
4218
4454
  }) | ({
4219
4455
  options: {
4220
4456
  value: string;
@@ -4248,7 +4484,7 @@ export declare const list: (query?: SchemaListQuery) => {
4248
4484
  required?: boolean | null | undefined;
4249
4485
  } | null | undefined;
4250
4486
  uiConfiguration?: {
4251
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4487
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4252
4488
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4253
4489
  } | null | undefined;
4254
4490
  width?: number | null | undefined;
@@ -4256,6 +4492,9 @@ export declare const list: (query?: SchemaListQuery) => {
4256
4492
  widthChars?: number | null | undefined;
4257
4493
  scoreThreshold?: number | null | undefined;
4258
4494
  formula?: string | null | undefined;
4495
+ context?: string[] | null | undefined;
4496
+ prompt?: string | null | undefined;
4497
+ dataset?: Record<string, unknown> | undefined;
4259
4498
  }) | ({
4260
4499
  id: string;
4261
4500
  label: string;
@@ -4271,6 +4510,7 @@ export declare const list: (query?: SchemaListQuery) => {
4271
4510
  popupUrl?: string | undefined;
4272
4511
  canObtainToken?: boolean | undefined;
4273
4512
  }))[];
4513
+ category: "tuple";
4274
4514
  rirFieldNames?: string[] | null | undefined;
4275
4515
  } & {
4276
4516
  id: string;
@@ -4341,7 +4581,6 @@ export declare const list: (query?: SchemaListQuery) => {
4341
4581
  }>>>]>, "many">;
4342
4582
  icon: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
4343
4583
  }, "strip", import("zod").ZodTypeAny, {
4344
- category: "section";
4345
4584
  children: (({
4346
4585
  type: "string";
4347
4586
  } & {
@@ -4370,7 +4609,7 @@ export declare const list: (query?: SchemaListQuery) => {
4370
4609
  required?: boolean | null | undefined;
4371
4610
  } | null | undefined;
4372
4611
  uiConfiguration?: {
4373
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4612
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4374
4613
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4375
4614
  } | null | undefined;
4376
4615
  width?: number | null | undefined;
@@ -4378,6 +4617,9 @@ export declare const list: (query?: SchemaListQuery) => {
4378
4617
  widthChars?: number | null | undefined;
4379
4618
  scoreThreshold?: number | null | undefined;
4380
4619
  formula?: string | null | undefined;
4620
+ context?: string[] | null | undefined;
4621
+ prompt?: string | null | undefined;
4622
+ dataset?: Record<string, unknown> | undefined;
4381
4623
  }) | ({
4382
4624
  type: "date";
4383
4625
  format?: string | null | undefined;
@@ -4407,7 +4649,7 @@ export declare const list: (query?: SchemaListQuery) => {
4407
4649
  required?: boolean | null | undefined;
4408
4650
  } | null | undefined;
4409
4651
  uiConfiguration?: {
4410
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4652
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4411
4653
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4412
4654
  } | null | undefined;
4413
4655
  width?: number | null | undefined;
@@ -4415,6 +4657,9 @@ export declare const list: (query?: SchemaListQuery) => {
4415
4657
  widthChars?: number | null | undefined;
4416
4658
  scoreThreshold?: number | null | undefined;
4417
4659
  formula?: string | null | undefined;
4660
+ context?: string[] | null | undefined;
4661
+ prompt?: string | null | undefined;
4662
+ dataset?: Record<string, unknown> | undefined;
4418
4663
  }) | ({
4419
4664
  type: "number";
4420
4665
  format?: string | null | undefined;
@@ -4449,7 +4694,7 @@ export declare const list: (query?: SchemaListQuery) => {
4449
4694
  required?: boolean | null | undefined;
4450
4695
  } | null | undefined;
4451
4696
  uiConfiguration?: {
4452
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4697
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4453
4698
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4454
4699
  } | null | undefined;
4455
4700
  width?: number | null | undefined;
@@ -4457,6 +4702,9 @@ export declare const list: (query?: SchemaListQuery) => {
4457
4702
  widthChars?: number | null | undefined;
4458
4703
  scoreThreshold?: number | null | undefined;
4459
4704
  formula?: string | null | undefined;
4705
+ context?: string[] | null | undefined;
4706
+ prompt?: string | null | undefined;
4707
+ dataset?: Record<string, unknown> | undefined;
4460
4708
  }) | ({
4461
4709
  options: {
4462
4710
  value: string;
@@ -4490,7 +4738,7 @@ export declare const list: (query?: SchemaListQuery) => {
4490
4738
  required?: boolean | null | undefined;
4491
4739
  } | null | undefined;
4492
4740
  uiConfiguration?: {
4493
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4741
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4494
4742
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4495
4743
  } | null | undefined;
4496
4744
  width?: number | null | undefined;
@@ -4498,6 +4746,9 @@ export declare const list: (query?: SchemaListQuery) => {
4498
4746
  widthChars?: number | null | undefined;
4499
4747
  scoreThreshold?: number | null | undefined;
4500
4748
  formula?: string | null | undefined;
4749
+ context?: string[] | null | undefined;
4750
+ prompt?: string | null | undefined;
4751
+ dataset?: Record<string, unknown> | undefined;
4501
4752
  }) | ({
4502
4753
  id: string;
4503
4754
  label: string;
@@ -4513,7 +4764,6 @@ export declare const list: (query?: SchemaListQuery) => {
4513
4764
  popupUrl?: string | undefined;
4514
4765
  canObtainToken?: boolean | undefined;
4515
4766
  }) | ({
4516
- category: "tuple";
4517
4767
  children: (({
4518
4768
  type: "string";
4519
4769
  } & {
@@ -4542,7 +4792,7 @@ export declare const list: (query?: SchemaListQuery) => {
4542
4792
  required?: boolean | null | undefined;
4543
4793
  } | null | undefined;
4544
4794
  uiConfiguration?: {
4545
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4795
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4546
4796
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4547
4797
  } | null | undefined;
4548
4798
  width?: number | null | undefined;
@@ -4550,6 +4800,9 @@ export declare const list: (query?: SchemaListQuery) => {
4550
4800
  widthChars?: number | null | undefined;
4551
4801
  scoreThreshold?: number | null | undefined;
4552
4802
  formula?: string | null | undefined;
4803
+ context?: string[] | null | undefined;
4804
+ prompt?: string | null | undefined;
4805
+ dataset?: Record<string, unknown> | undefined;
4553
4806
  }) | ({
4554
4807
  type: "date";
4555
4808
  format?: string | null | undefined;
@@ -4579,7 +4832,7 @@ export declare const list: (query?: SchemaListQuery) => {
4579
4832
  required?: boolean | null | undefined;
4580
4833
  } | null | undefined;
4581
4834
  uiConfiguration?: {
4582
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4835
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4583
4836
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4584
4837
  } | null | undefined;
4585
4838
  width?: number | null | undefined;
@@ -4587,6 +4840,9 @@ export declare const list: (query?: SchemaListQuery) => {
4587
4840
  widthChars?: number | null | undefined;
4588
4841
  scoreThreshold?: number | null | undefined;
4589
4842
  formula?: string | null | undefined;
4843
+ context?: string[] | null | undefined;
4844
+ prompt?: string | null | undefined;
4845
+ dataset?: Record<string, unknown> | undefined;
4590
4846
  }) | ({
4591
4847
  type: "number";
4592
4848
  format?: string | null | undefined;
@@ -4621,7 +4877,7 @@ export declare const list: (query?: SchemaListQuery) => {
4621
4877
  required?: boolean | null | undefined;
4622
4878
  } | null | undefined;
4623
4879
  uiConfiguration?: {
4624
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4880
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4625
4881
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4626
4882
  } | null | undefined;
4627
4883
  width?: number | null | undefined;
@@ -4629,6 +4885,9 @@ export declare const list: (query?: SchemaListQuery) => {
4629
4885
  widthChars?: number | null | undefined;
4630
4886
  scoreThreshold?: number | null | undefined;
4631
4887
  formula?: string | null | undefined;
4888
+ context?: string[] | null | undefined;
4889
+ prompt?: string | null | undefined;
4890
+ dataset?: Record<string, unknown> | undefined;
4632
4891
  }) | ({
4633
4892
  options: {
4634
4893
  value: string;
@@ -4662,7 +4921,7 @@ export declare const list: (query?: SchemaListQuery) => {
4662
4921
  required?: boolean | null | undefined;
4663
4922
  } | null | undefined;
4664
4923
  uiConfiguration?: {
4665
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4924
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4666
4925
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4667
4926
  } | null | undefined;
4668
4927
  width?: number | null | undefined;
@@ -4670,6 +4929,9 @@ export declare const list: (query?: SchemaListQuery) => {
4670
4929
  widthChars?: number | null | undefined;
4671
4930
  scoreThreshold?: number | null | undefined;
4672
4931
  formula?: string | null | undefined;
4932
+ context?: string[] | null | undefined;
4933
+ prompt?: string | null | undefined;
4934
+ dataset?: Record<string, unknown> | undefined;
4673
4935
  }) | ({
4674
4936
  id: string;
4675
4937
  label: string;
@@ -4685,6 +4947,7 @@ export declare const list: (query?: SchemaListQuery) => {
4685
4947
  popupUrl?: string | undefined;
4686
4948
  canObtainToken?: boolean | undefined;
4687
4949
  }))[];
4950
+ category: "tuple";
4688
4951
  rirFieldNames?: string[] | null | undefined;
4689
4952
  } & {
4690
4953
  id: string;
@@ -4721,7 +4984,7 @@ export declare const list: (query?: SchemaListQuery) => {
4721
4984
  required?: boolean | null | undefined;
4722
4985
  } | null | undefined;
4723
4986
  uiConfiguration?: {
4724
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4987
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4725
4988
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4726
4989
  } | null | undefined;
4727
4990
  width?: number | null | undefined;
@@ -4729,6 +4992,9 @@ export declare const list: (query?: SchemaListQuery) => {
4729
4992
  widthChars?: number | null | undefined;
4730
4993
  scoreThreshold?: number | null | undefined;
4731
4994
  formula?: string | null | undefined;
4995
+ context?: string[] | null | undefined;
4996
+ prompt?: string | null | undefined;
4997
+ dataset?: Record<string, unknown> | undefined;
4732
4998
  }) | ({
4733
4999
  type: "date";
4734
5000
  format?: string | null | undefined;
@@ -4758,7 +5024,7 @@ export declare const list: (query?: SchemaListQuery) => {
4758
5024
  required?: boolean | null | undefined;
4759
5025
  } | null | undefined;
4760
5026
  uiConfiguration?: {
4761
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5027
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4762
5028
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4763
5029
  } | null | undefined;
4764
5030
  width?: number | null | undefined;
@@ -4766,6 +5032,9 @@ export declare const list: (query?: SchemaListQuery) => {
4766
5032
  widthChars?: number | null | undefined;
4767
5033
  scoreThreshold?: number | null | undefined;
4768
5034
  formula?: string | null | undefined;
5035
+ context?: string[] | null | undefined;
5036
+ prompt?: string | null | undefined;
5037
+ dataset?: Record<string, unknown> | undefined;
4769
5038
  }) | ({
4770
5039
  type: "number";
4771
5040
  format?: string | null | undefined;
@@ -4800,7 +5069,7 @@ export declare const list: (query?: SchemaListQuery) => {
4800
5069
  required?: boolean | null | undefined;
4801
5070
  } | null | undefined;
4802
5071
  uiConfiguration?: {
4803
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5072
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4804
5073
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4805
5074
  } | null | undefined;
4806
5075
  width?: number | null | undefined;
@@ -4808,6 +5077,9 @@ export declare const list: (query?: SchemaListQuery) => {
4808
5077
  widthChars?: number | null | undefined;
4809
5078
  scoreThreshold?: number | null | undefined;
4810
5079
  formula?: string | null | undefined;
5080
+ context?: string[] | null | undefined;
5081
+ prompt?: string | null | undefined;
5082
+ dataset?: Record<string, unknown> | undefined;
4811
5083
  }) | ({
4812
5084
  options: {
4813
5085
  value: string;
@@ -4841,7 +5113,7 @@ export declare const list: (query?: SchemaListQuery) => {
4841
5113
  required?: boolean | null | undefined;
4842
5114
  } | null | undefined;
4843
5115
  uiConfiguration?: {
4844
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5116
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4845
5117
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4846
5118
  } | null | undefined;
4847
5119
  width?: number | null | undefined;
@@ -4849,6 +5121,9 @@ export declare const list: (query?: SchemaListQuery) => {
4849
5121
  widthChars?: number | null | undefined;
4850
5122
  scoreThreshold?: number | null | undefined;
4851
5123
  formula?: string | null | undefined;
5124
+ context?: string[] | null | undefined;
5125
+ prompt?: string | null | undefined;
5126
+ dataset?: Record<string, unknown> | undefined;
4852
5127
  }) | ({
4853
5128
  id: string;
4854
5129
  label: string;
@@ -4883,7 +5158,6 @@ export declare const list: (query?: SchemaListQuery) => {
4883
5158
  disablePrediction?: boolean | null | undefined;
4884
5159
  }) | ({
4885
5160
  children: {
4886
- category: "tuple";
4887
5161
  children: (({
4888
5162
  type: "string";
4889
5163
  } & {
@@ -4912,7 +5186,7 @@ export declare const list: (query?: SchemaListQuery) => {
4912
5186
  required?: boolean | null | undefined;
4913
5187
  } | null | undefined;
4914
5188
  uiConfiguration?: {
4915
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5189
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4916
5190
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4917
5191
  } | null | undefined;
4918
5192
  width?: number | null | undefined;
@@ -4920,6 +5194,9 @@ export declare const list: (query?: SchemaListQuery) => {
4920
5194
  widthChars?: number | null | undefined;
4921
5195
  scoreThreshold?: number | null | undefined;
4922
5196
  formula?: string | null | undefined;
5197
+ context?: string[] | null | undefined;
5198
+ prompt?: string | null | undefined;
5199
+ dataset?: Record<string, unknown> | undefined;
4923
5200
  }) | ({
4924
5201
  type: "date";
4925
5202
  format?: string | null | undefined;
@@ -4949,7 +5226,7 @@ export declare const list: (query?: SchemaListQuery) => {
4949
5226
  required?: boolean | null | undefined;
4950
5227
  } | null | undefined;
4951
5228
  uiConfiguration?: {
4952
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5229
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4953
5230
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4954
5231
  } | null | undefined;
4955
5232
  width?: number | null | undefined;
@@ -4957,6 +5234,9 @@ export declare const list: (query?: SchemaListQuery) => {
4957
5234
  widthChars?: number | null | undefined;
4958
5235
  scoreThreshold?: number | null | undefined;
4959
5236
  formula?: string | null | undefined;
5237
+ context?: string[] | null | undefined;
5238
+ prompt?: string | null | undefined;
5239
+ dataset?: Record<string, unknown> | undefined;
4960
5240
  }) | ({
4961
5241
  type: "number";
4962
5242
  format?: string | null | undefined;
@@ -4991,7 +5271,7 @@ export declare const list: (query?: SchemaListQuery) => {
4991
5271
  required?: boolean | null | undefined;
4992
5272
  } | null | undefined;
4993
5273
  uiConfiguration?: {
4994
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5274
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
4995
5275
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4996
5276
  } | null | undefined;
4997
5277
  width?: number | null | undefined;
@@ -4999,6 +5279,9 @@ export declare const list: (query?: SchemaListQuery) => {
4999
5279
  widthChars?: number | null | undefined;
5000
5280
  scoreThreshold?: number | null | undefined;
5001
5281
  formula?: string | null | undefined;
5282
+ context?: string[] | null | undefined;
5283
+ prompt?: string | null | undefined;
5284
+ dataset?: Record<string, unknown> | undefined;
5002
5285
  }) | ({
5003
5286
  options: {
5004
5287
  value: string;
@@ -5032,7 +5315,7 @@ export declare const list: (query?: SchemaListQuery) => {
5032
5315
  required?: boolean | null | undefined;
5033
5316
  } | null | undefined;
5034
5317
  uiConfiguration?: {
5035
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5318
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5036
5319
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5037
5320
  } | null | undefined;
5038
5321
  width?: number | null | undefined;
@@ -5040,6 +5323,9 @@ export declare const list: (query?: SchemaListQuery) => {
5040
5323
  widthChars?: number | null | undefined;
5041
5324
  scoreThreshold?: number | null | undefined;
5042
5325
  formula?: string | null | undefined;
5326
+ context?: string[] | null | undefined;
5327
+ prompt?: string | null | undefined;
5328
+ dataset?: Record<string, unknown> | undefined;
5043
5329
  }) | ({
5044
5330
  id: string;
5045
5331
  label: string;
@@ -5055,6 +5341,7 @@ export declare const list: (query?: SchemaListQuery) => {
5055
5341
  popupUrl?: string | undefined;
5056
5342
  canObtainToken?: boolean | undefined;
5057
5343
  }))[];
5344
+ category: "tuple";
5058
5345
  rirFieldNames?: string[] | null | undefined;
5059
5346
  } & {
5060
5347
  id: string;
@@ -5081,9 +5368,9 @@ export declare const list: (query?: SchemaListQuery) => {
5081
5368
  hidden?: boolean | null | undefined;
5082
5369
  disablePrediction?: boolean | null | undefined;
5083
5370
  }))[];
5371
+ category: "section";
5084
5372
  icon?: string | null | undefined;
5085
5373
  }, {
5086
- category: "section";
5087
5374
  children: (({
5088
5375
  type: "string";
5089
5376
  } & {
@@ -5112,7 +5399,7 @@ export declare const list: (query?: SchemaListQuery) => {
5112
5399
  required?: boolean | null | undefined;
5113
5400
  } | null | undefined;
5114
5401
  uiConfiguration?: {
5115
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5402
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5116
5403
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5117
5404
  } | null | undefined;
5118
5405
  width?: number | null | undefined;
@@ -5120,6 +5407,9 @@ export declare const list: (query?: SchemaListQuery) => {
5120
5407
  widthChars?: number | null | undefined;
5121
5408
  scoreThreshold?: number | null | undefined;
5122
5409
  formula?: string | null | undefined;
5410
+ context?: string[] | null | undefined;
5411
+ prompt?: string | null | undefined;
5412
+ dataset?: Record<string, unknown> | undefined;
5123
5413
  }) | ({
5124
5414
  type: "date";
5125
5415
  format?: string | null | undefined;
@@ -5149,7 +5439,7 @@ export declare const list: (query?: SchemaListQuery) => {
5149
5439
  required?: boolean | null | undefined;
5150
5440
  } | null | undefined;
5151
5441
  uiConfiguration?: {
5152
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5442
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5153
5443
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5154
5444
  } | null | undefined;
5155
5445
  width?: number | null | undefined;
@@ -5157,6 +5447,9 @@ export declare const list: (query?: SchemaListQuery) => {
5157
5447
  widthChars?: number | null | undefined;
5158
5448
  scoreThreshold?: number | null | undefined;
5159
5449
  formula?: string | null | undefined;
5450
+ context?: string[] | null | undefined;
5451
+ prompt?: string | null | undefined;
5452
+ dataset?: Record<string, unknown> | undefined;
5160
5453
  }) | ({
5161
5454
  type: "number";
5162
5455
  format?: string | null | undefined;
@@ -5191,7 +5484,7 @@ export declare const list: (query?: SchemaListQuery) => {
5191
5484
  required?: boolean | null | undefined;
5192
5485
  } | null | undefined;
5193
5486
  uiConfiguration?: {
5194
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5487
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5195
5488
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5196
5489
  } | null | undefined;
5197
5490
  width?: number | null | undefined;
@@ -5199,6 +5492,9 @@ export declare const list: (query?: SchemaListQuery) => {
5199
5492
  widthChars?: number | null | undefined;
5200
5493
  scoreThreshold?: number | null | undefined;
5201
5494
  formula?: string | null | undefined;
5495
+ context?: string[] | null | undefined;
5496
+ prompt?: string | null | undefined;
5497
+ dataset?: Record<string, unknown> | undefined;
5202
5498
  }) | ({
5203
5499
  options: {
5204
5500
  value: string;
@@ -5232,7 +5528,7 @@ export declare const list: (query?: SchemaListQuery) => {
5232
5528
  required?: boolean | null | undefined;
5233
5529
  } | null | undefined;
5234
5530
  uiConfiguration?: {
5235
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5531
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5236
5532
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5237
5533
  } | null | undefined;
5238
5534
  width?: number | null | undefined;
@@ -5240,6 +5536,9 @@ export declare const list: (query?: SchemaListQuery) => {
5240
5536
  widthChars?: number | null | undefined;
5241
5537
  scoreThreshold?: number | null | undefined;
5242
5538
  formula?: string | null | undefined;
5539
+ context?: string[] | null | undefined;
5540
+ prompt?: string | null | undefined;
5541
+ dataset?: Record<string, unknown> | undefined;
5243
5542
  }) | ({
5244
5543
  id: string;
5245
5544
  label: string;
@@ -5255,7 +5554,6 @@ export declare const list: (query?: SchemaListQuery) => {
5255
5554
  popupUrl?: string | undefined;
5256
5555
  canObtainToken?: boolean | undefined;
5257
5556
  }) | ({
5258
- category: "tuple";
5259
5557
  children: (({
5260
5558
  type: "string";
5261
5559
  } & {
@@ -5284,7 +5582,7 @@ export declare const list: (query?: SchemaListQuery) => {
5284
5582
  required?: boolean | null | undefined;
5285
5583
  } | null | undefined;
5286
5584
  uiConfiguration?: {
5287
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5585
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5288
5586
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5289
5587
  } | null | undefined;
5290
5588
  width?: number | null | undefined;
@@ -5292,6 +5590,9 @@ export declare const list: (query?: SchemaListQuery) => {
5292
5590
  widthChars?: number | null | undefined;
5293
5591
  scoreThreshold?: number | null | undefined;
5294
5592
  formula?: string | null | undefined;
5593
+ context?: string[] | null | undefined;
5594
+ prompt?: string | null | undefined;
5595
+ dataset?: Record<string, unknown> | undefined;
5295
5596
  }) | ({
5296
5597
  type: "date";
5297
5598
  format?: string | null | undefined;
@@ -5321,7 +5622,7 @@ export declare const list: (query?: SchemaListQuery) => {
5321
5622
  required?: boolean | null | undefined;
5322
5623
  } | null | undefined;
5323
5624
  uiConfiguration?: {
5324
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5625
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5325
5626
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5326
5627
  } | null | undefined;
5327
5628
  width?: number | null | undefined;
@@ -5329,6 +5630,9 @@ export declare const list: (query?: SchemaListQuery) => {
5329
5630
  widthChars?: number | null | undefined;
5330
5631
  scoreThreshold?: number | null | undefined;
5331
5632
  formula?: string | null | undefined;
5633
+ context?: string[] | null | undefined;
5634
+ prompt?: string | null | undefined;
5635
+ dataset?: Record<string, unknown> | undefined;
5332
5636
  }) | ({
5333
5637
  type: "number";
5334
5638
  format?: string | null | undefined;
@@ -5363,7 +5667,7 @@ export declare const list: (query?: SchemaListQuery) => {
5363
5667
  required?: boolean | null | undefined;
5364
5668
  } | null | undefined;
5365
5669
  uiConfiguration?: {
5366
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5670
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5367
5671
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5368
5672
  } | null | undefined;
5369
5673
  width?: number | null | undefined;
@@ -5371,6 +5675,9 @@ export declare const list: (query?: SchemaListQuery) => {
5371
5675
  widthChars?: number | null | undefined;
5372
5676
  scoreThreshold?: number | null | undefined;
5373
5677
  formula?: string | null | undefined;
5678
+ context?: string[] | null | undefined;
5679
+ prompt?: string | null | undefined;
5680
+ dataset?: Record<string, unknown> | undefined;
5374
5681
  }) | ({
5375
5682
  options: {
5376
5683
  value: string;
@@ -5404,7 +5711,7 @@ export declare const list: (query?: SchemaListQuery) => {
5404
5711
  required?: boolean | null | undefined;
5405
5712
  } | null | undefined;
5406
5713
  uiConfiguration?: {
5407
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5714
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5408
5715
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5409
5716
  } | null | undefined;
5410
5717
  width?: number | null | undefined;
@@ -5412,6 +5719,9 @@ export declare const list: (query?: SchemaListQuery) => {
5412
5719
  widthChars?: number | null | undefined;
5413
5720
  scoreThreshold?: number | null | undefined;
5414
5721
  formula?: string | null | undefined;
5722
+ context?: string[] | null | undefined;
5723
+ prompt?: string | null | undefined;
5724
+ dataset?: Record<string, unknown> | undefined;
5415
5725
  }) | ({
5416
5726
  id: string;
5417
5727
  label: string;
@@ -5427,6 +5737,7 @@ export declare const list: (query?: SchemaListQuery) => {
5427
5737
  popupUrl?: string | undefined;
5428
5738
  canObtainToken?: boolean | undefined;
5429
5739
  }))[];
5740
+ category: "tuple";
5430
5741
  rirFieldNames?: string[] | null | undefined;
5431
5742
  } & {
5432
5743
  id: string;
@@ -5463,7 +5774,7 @@ export declare const list: (query?: SchemaListQuery) => {
5463
5774
  required?: boolean | null | undefined;
5464
5775
  } | null | undefined;
5465
5776
  uiConfiguration?: {
5466
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5777
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5467
5778
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5468
5779
  } | null | undefined;
5469
5780
  width?: number | null | undefined;
@@ -5471,6 +5782,9 @@ export declare const list: (query?: SchemaListQuery) => {
5471
5782
  widthChars?: number | null | undefined;
5472
5783
  scoreThreshold?: number | null | undefined;
5473
5784
  formula?: string | null | undefined;
5785
+ context?: string[] | null | undefined;
5786
+ prompt?: string | null | undefined;
5787
+ dataset?: Record<string, unknown> | undefined;
5474
5788
  }) | ({
5475
5789
  type: "date";
5476
5790
  format?: string | null | undefined;
@@ -5500,7 +5814,7 @@ export declare const list: (query?: SchemaListQuery) => {
5500
5814
  required?: boolean | null | undefined;
5501
5815
  } | null | undefined;
5502
5816
  uiConfiguration?: {
5503
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5817
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5504
5818
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5505
5819
  } | null | undefined;
5506
5820
  width?: number | null | undefined;
@@ -5508,6 +5822,9 @@ export declare const list: (query?: SchemaListQuery) => {
5508
5822
  widthChars?: number | null | undefined;
5509
5823
  scoreThreshold?: number | null | undefined;
5510
5824
  formula?: string | null | undefined;
5825
+ context?: string[] | null | undefined;
5826
+ prompt?: string | null | undefined;
5827
+ dataset?: Record<string, unknown> | undefined;
5511
5828
  }) | ({
5512
5829
  type: "number";
5513
5830
  format?: string | null | undefined;
@@ -5542,7 +5859,7 @@ export declare const list: (query?: SchemaListQuery) => {
5542
5859
  required?: boolean | null | undefined;
5543
5860
  } | null | undefined;
5544
5861
  uiConfiguration?: {
5545
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5862
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5546
5863
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5547
5864
  } | null | undefined;
5548
5865
  width?: number | null | undefined;
@@ -5550,6 +5867,9 @@ export declare const list: (query?: SchemaListQuery) => {
5550
5867
  widthChars?: number | null | undefined;
5551
5868
  scoreThreshold?: number | null | undefined;
5552
5869
  formula?: string | null | undefined;
5870
+ context?: string[] | null | undefined;
5871
+ prompt?: string | null | undefined;
5872
+ dataset?: Record<string, unknown> | undefined;
5553
5873
  }) | ({
5554
5874
  options: {
5555
5875
  value: string;
@@ -5583,7 +5903,7 @@ export declare const list: (query?: SchemaListQuery) => {
5583
5903
  required?: boolean | null | undefined;
5584
5904
  } | null | undefined;
5585
5905
  uiConfiguration?: {
5586
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5906
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5587
5907
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5588
5908
  } | null | undefined;
5589
5909
  width?: number | null | undefined;
@@ -5591,6 +5911,9 @@ export declare const list: (query?: SchemaListQuery) => {
5591
5911
  widthChars?: number | null | undefined;
5592
5912
  scoreThreshold?: number | null | undefined;
5593
5913
  formula?: string | null | undefined;
5914
+ context?: string[] | null | undefined;
5915
+ prompt?: string | null | undefined;
5916
+ dataset?: Record<string, unknown> | undefined;
5594
5917
  }) | ({
5595
5918
  id: string;
5596
5919
  label: string;
@@ -5625,7 +5948,6 @@ export declare const list: (query?: SchemaListQuery) => {
5625
5948
  disablePrediction?: boolean | null | undefined;
5626
5949
  }) | ({
5627
5950
  children: {
5628
- category: "tuple";
5629
5951
  children: (({
5630
5952
  type: "string";
5631
5953
  } & {
@@ -5654,7 +5976,7 @@ export declare const list: (query?: SchemaListQuery) => {
5654
5976
  required?: boolean | null | undefined;
5655
5977
  } | null | undefined;
5656
5978
  uiConfiguration?: {
5657
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5979
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5658
5980
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5659
5981
  } | null | undefined;
5660
5982
  width?: number | null | undefined;
@@ -5662,6 +5984,9 @@ export declare const list: (query?: SchemaListQuery) => {
5662
5984
  widthChars?: number | null | undefined;
5663
5985
  scoreThreshold?: number | null | undefined;
5664
5986
  formula?: string | null | undefined;
5987
+ context?: string[] | null | undefined;
5988
+ prompt?: string | null | undefined;
5989
+ dataset?: Record<string, unknown> | undefined;
5665
5990
  }) | ({
5666
5991
  type: "date";
5667
5992
  format?: string | null | undefined;
@@ -5691,7 +6016,7 @@ export declare const list: (query?: SchemaListQuery) => {
5691
6016
  required?: boolean | null | undefined;
5692
6017
  } | null | undefined;
5693
6018
  uiConfiguration?: {
5694
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6019
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5695
6020
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5696
6021
  } | null | undefined;
5697
6022
  width?: number | null | undefined;
@@ -5699,6 +6024,9 @@ export declare const list: (query?: SchemaListQuery) => {
5699
6024
  widthChars?: number | null | undefined;
5700
6025
  scoreThreshold?: number | null | undefined;
5701
6026
  formula?: string | null | undefined;
6027
+ context?: string[] | null | undefined;
6028
+ prompt?: string | null | undefined;
6029
+ dataset?: Record<string, unknown> | undefined;
5702
6030
  }) | ({
5703
6031
  type: "number";
5704
6032
  format?: string | null | undefined;
@@ -5733,7 +6061,7 @@ export declare const list: (query?: SchemaListQuery) => {
5733
6061
  required?: boolean | null | undefined;
5734
6062
  } | null | undefined;
5735
6063
  uiConfiguration?: {
5736
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6064
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5737
6065
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5738
6066
  } | null | undefined;
5739
6067
  width?: number | null | undefined;
@@ -5741,6 +6069,9 @@ export declare const list: (query?: SchemaListQuery) => {
5741
6069
  widthChars?: number | null | undefined;
5742
6070
  scoreThreshold?: number | null | undefined;
5743
6071
  formula?: string | null | undefined;
6072
+ context?: string[] | null | undefined;
6073
+ prompt?: string | null | undefined;
6074
+ dataset?: Record<string, unknown> | undefined;
5744
6075
  }) | ({
5745
6076
  options: {
5746
6077
  value: string;
@@ -5774,7 +6105,7 @@ export declare const list: (query?: SchemaListQuery) => {
5774
6105
  required?: boolean | null | undefined;
5775
6106
  } | null | undefined;
5776
6107
  uiConfiguration?: {
5777
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6108
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5778
6109
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5779
6110
  } | null | undefined;
5780
6111
  width?: number | null | undefined;
@@ -5782,6 +6113,9 @@ export declare const list: (query?: SchemaListQuery) => {
5782
6113
  widthChars?: number | null | undefined;
5783
6114
  scoreThreshold?: number | null | undefined;
5784
6115
  formula?: string | null | undefined;
6116
+ context?: string[] | null | undefined;
6117
+ prompt?: string | null | undefined;
6118
+ dataset?: Record<string, unknown> | undefined;
5785
6119
  }) | ({
5786
6120
  id: string;
5787
6121
  label: string;
@@ -5797,6 +6131,7 @@ export declare const list: (query?: SchemaListQuery) => {
5797
6131
  popupUrl?: string | undefined;
5798
6132
  canObtainToken?: boolean | undefined;
5799
6133
  }))[];
6134
+ category: "tuple";
5800
6135
  rirFieldNames?: string[] | null | undefined;
5801
6136
  } & {
5802
6137
  id: string;
@@ -5823,11 +6158,12 @@ export declare const list: (query?: SchemaListQuery) => {
5823
6158
  hidden?: boolean | null | undefined;
5824
6159
  disablePrediction?: boolean | null | undefined;
5825
6160
  }))[];
6161
+ category: "section";
5826
6162
  icon?: string | null | undefined;
5827
6163
  }>>, "many">>;
5828
6164
  }, "strip", import("zod").ZodTypeAny, {
5829
- id: number;
5830
6165
  url: string;
6166
+ id: number;
5831
6167
  name: string;
5832
6168
  queues: string[];
5833
6169
  metadata?: unknown;
@@ -5838,7 +6174,6 @@ export declare const list: (query?: SchemaListQuery) => {
5838
6174
  hidden?: boolean | null | undefined;
5839
6175
  disablePrediction?: boolean | null | undefined;
5840
6176
  } & {
5841
- category: "section";
5842
6177
  children: (({
5843
6178
  type: "string";
5844
6179
  } & {
@@ -5867,7 +6202,7 @@ export declare const list: (query?: SchemaListQuery) => {
5867
6202
  required?: boolean | null | undefined;
5868
6203
  } | null | undefined;
5869
6204
  uiConfiguration?: {
5870
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6205
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5871
6206
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5872
6207
  } | null | undefined;
5873
6208
  width?: number | null | undefined;
@@ -5875,6 +6210,9 @@ export declare const list: (query?: SchemaListQuery) => {
5875
6210
  widthChars?: number | null | undefined;
5876
6211
  scoreThreshold?: number | null | undefined;
5877
6212
  formula?: string | null | undefined;
6213
+ context?: string[] | null | undefined;
6214
+ prompt?: string | null | undefined;
6215
+ dataset?: Record<string, unknown> | undefined;
5878
6216
  }) | ({
5879
6217
  type: "date";
5880
6218
  format?: string | null | undefined;
@@ -5904,7 +6242,7 @@ export declare const list: (query?: SchemaListQuery) => {
5904
6242
  required?: boolean | null | undefined;
5905
6243
  } | null | undefined;
5906
6244
  uiConfiguration?: {
5907
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6245
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5908
6246
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5909
6247
  } | null | undefined;
5910
6248
  width?: number | null | undefined;
@@ -5912,6 +6250,9 @@ export declare const list: (query?: SchemaListQuery) => {
5912
6250
  widthChars?: number | null | undefined;
5913
6251
  scoreThreshold?: number | null | undefined;
5914
6252
  formula?: string | null | undefined;
6253
+ context?: string[] | null | undefined;
6254
+ prompt?: string | null | undefined;
6255
+ dataset?: Record<string, unknown> | undefined;
5915
6256
  }) | ({
5916
6257
  type: "number";
5917
6258
  format?: string | null | undefined;
@@ -5946,7 +6287,7 @@ export declare const list: (query?: SchemaListQuery) => {
5946
6287
  required?: boolean | null | undefined;
5947
6288
  } | null | undefined;
5948
6289
  uiConfiguration?: {
5949
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6290
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5950
6291
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5951
6292
  } | null | undefined;
5952
6293
  width?: number | null | undefined;
@@ -5954,6 +6295,9 @@ export declare const list: (query?: SchemaListQuery) => {
5954
6295
  widthChars?: number | null | undefined;
5955
6296
  scoreThreshold?: number | null | undefined;
5956
6297
  formula?: string | null | undefined;
6298
+ context?: string[] | null | undefined;
6299
+ prompt?: string | null | undefined;
6300
+ dataset?: Record<string, unknown> | undefined;
5957
6301
  }) | ({
5958
6302
  options: {
5959
6303
  value: string;
@@ -5987,7 +6331,7 @@ export declare const list: (query?: SchemaListQuery) => {
5987
6331
  required?: boolean | null | undefined;
5988
6332
  } | null | undefined;
5989
6333
  uiConfiguration?: {
5990
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6334
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
5991
6335
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5992
6336
  } | null | undefined;
5993
6337
  width?: number | null | undefined;
@@ -5995,6 +6339,9 @@ export declare const list: (query?: SchemaListQuery) => {
5995
6339
  widthChars?: number | null | undefined;
5996
6340
  scoreThreshold?: number | null | undefined;
5997
6341
  formula?: string | null | undefined;
6342
+ context?: string[] | null | undefined;
6343
+ prompt?: string | null | undefined;
6344
+ dataset?: Record<string, unknown> | undefined;
5998
6345
  }) | ({
5999
6346
  id: string;
6000
6347
  label: string;
@@ -6010,7 +6357,6 @@ export declare const list: (query?: SchemaListQuery) => {
6010
6357
  popupUrl?: string | undefined;
6011
6358
  canObtainToken?: boolean | undefined;
6012
6359
  }) | ({
6013
- category: "tuple";
6014
6360
  children: (({
6015
6361
  type: "string";
6016
6362
  } & {
@@ -6039,7 +6385,7 @@ export declare const list: (query?: SchemaListQuery) => {
6039
6385
  required?: boolean | null | undefined;
6040
6386
  } | null | undefined;
6041
6387
  uiConfiguration?: {
6042
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6388
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6043
6389
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6044
6390
  } | null | undefined;
6045
6391
  width?: number | null | undefined;
@@ -6047,6 +6393,9 @@ export declare const list: (query?: SchemaListQuery) => {
6047
6393
  widthChars?: number | null | undefined;
6048
6394
  scoreThreshold?: number | null | undefined;
6049
6395
  formula?: string | null | undefined;
6396
+ context?: string[] | null | undefined;
6397
+ prompt?: string | null | undefined;
6398
+ dataset?: Record<string, unknown> | undefined;
6050
6399
  }) | ({
6051
6400
  type: "date";
6052
6401
  format?: string | null | undefined;
@@ -6076,7 +6425,7 @@ export declare const list: (query?: SchemaListQuery) => {
6076
6425
  required?: boolean | null | undefined;
6077
6426
  } | null | undefined;
6078
6427
  uiConfiguration?: {
6079
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6428
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6080
6429
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6081
6430
  } | null | undefined;
6082
6431
  width?: number | null | undefined;
@@ -6084,6 +6433,9 @@ export declare const list: (query?: SchemaListQuery) => {
6084
6433
  widthChars?: number | null | undefined;
6085
6434
  scoreThreshold?: number | null | undefined;
6086
6435
  formula?: string | null | undefined;
6436
+ context?: string[] | null | undefined;
6437
+ prompt?: string | null | undefined;
6438
+ dataset?: Record<string, unknown> | undefined;
6087
6439
  }) | ({
6088
6440
  type: "number";
6089
6441
  format?: string | null | undefined;
@@ -6118,7 +6470,7 @@ export declare const list: (query?: SchemaListQuery) => {
6118
6470
  required?: boolean | null | undefined;
6119
6471
  } | null | undefined;
6120
6472
  uiConfiguration?: {
6121
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6473
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6122
6474
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6123
6475
  } | null | undefined;
6124
6476
  width?: number | null | undefined;
@@ -6126,6 +6478,9 @@ export declare const list: (query?: SchemaListQuery) => {
6126
6478
  widthChars?: number | null | undefined;
6127
6479
  scoreThreshold?: number | null | undefined;
6128
6480
  formula?: string | null | undefined;
6481
+ context?: string[] | null | undefined;
6482
+ prompt?: string | null | undefined;
6483
+ dataset?: Record<string, unknown> | undefined;
6129
6484
  }) | ({
6130
6485
  options: {
6131
6486
  value: string;
@@ -6159,7 +6514,7 @@ export declare const list: (query?: SchemaListQuery) => {
6159
6514
  required?: boolean | null | undefined;
6160
6515
  } | null | undefined;
6161
6516
  uiConfiguration?: {
6162
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6517
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6163
6518
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6164
6519
  } | null | undefined;
6165
6520
  width?: number | null | undefined;
@@ -6167,6 +6522,9 @@ export declare const list: (query?: SchemaListQuery) => {
6167
6522
  widthChars?: number | null | undefined;
6168
6523
  scoreThreshold?: number | null | undefined;
6169
6524
  formula?: string | null | undefined;
6525
+ context?: string[] | null | undefined;
6526
+ prompt?: string | null | undefined;
6527
+ dataset?: Record<string, unknown> | undefined;
6170
6528
  }) | ({
6171
6529
  id: string;
6172
6530
  label: string;
@@ -6182,6 +6540,7 @@ export declare const list: (query?: SchemaListQuery) => {
6182
6540
  popupUrl?: string | undefined;
6183
6541
  canObtainToken?: boolean | undefined;
6184
6542
  }))[];
6543
+ category: "tuple";
6185
6544
  rirFieldNames?: string[] | null | undefined;
6186
6545
  } & {
6187
6546
  id: string;
@@ -6218,7 +6577,7 @@ export declare const list: (query?: SchemaListQuery) => {
6218
6577
  required?: boolean | null | undefined;
6219
6578
  } | null | undefined;
6220
6579
  uiConfiguration?: {
6221
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6580
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6222
6581
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6223
6582
  } | null | undefined;
6224
6583
  width?: number | null | undefined;
@@ -6226,6 +6585,9 @@ export declare const list: (query?: SchemaListQuery) => {
6226
6585
  widthChars?: number | null | undefined;
6227
6586
  scoreThreshold?: number | null | undefined;
6228
6587
  formula?: string | null | undefined;
6588
+ context?: string[] | null | undefined;
6589
+ prompt?: string | null | undefined;
6590
+ dataset?: Record<string, unknown> | undefined;
6229
6591
  }) | ({
6230
6592
  type: "date";
6231
6593
  format?: string | null | undefined;
@@ -6255,7 +6617,7 @@ export declare const list: (query?: SchemaListQuery) => {
6255
6617
  required?: boolean | null | undefined;
6256
6618
  } | null | undefined;
6257
6619
  uiConfiguration?: {
6258
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6620
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6259
6621
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6260
6622
  } | null | undefined;
6261
6623
  width?: number | null | undefined;
@@ -6263,6 +6625,9 @@ export declare const list: (query?: SchemaListQuery) => {
6263
6625
  widthChars?: number | null | undefined;
6264
6626
  scoreThreshold?: number | null | undefined;
6265
6627
  formula?: string | null | undefined;
6628
+ context?: string[] | null | undefined;
6629
+ prompt?: string | null | undefined;
6630
+ dataset?: Record<string, unknown> | undefined;
6266
6631
  }) | ({
6267
6632
  type: "number";
6268
6633
  format?: string | null | undefined;
@@ -6297,7 +6662,7 @@ export declare const list: (query?: SchemaListQuery) => {
6297
6662
  required?: boolean | null | undefined;
6298
6663
  } | null | undefined;
6299
6664
  uiConfiguration?: {
6300
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6665
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6301
6666
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6302
6667
  } | null | undefined;
6303
6668
  width?: number | null | undefined;
@@ -6305,6 +6670,9 @@ export declare const list: (query?: SchemaListQuery) => {
6305
6670
  widthChars?: number | null | undefined;
6306
6671
  scoreThreshold?: number | null | undefined;
6307
6672
  formula?: string | null | undefined;
6673
+ context?: string[] | null | undefined;
6674
+ prompt?: string | null | undefined;
6675
+ dataset?: Record<string, unknown> | undefined;
6308
6676
  }) | ({
6309
6677
  options: {
6310
6678
  value: string;
@@ -6338,7 +6706,7 @@ export declare const list: (query?: SchemaListQuery) => {
6338
6706
  required?: boolean | null | undefined;
6339
6707
  } | null | undefined;
6340
6708
  uiConfiguration?: {
6341
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6709
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6342
6710
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6343
6711
  } | null | undefined;
6344
6712
  width?: number | null | undefined;
@@ -6346,6 +6714,9 @@ export declare const list: (query?: SchemaListQuery) => {
6346
6714
  widthChars?: number | null | undefined;
6347
6715
  scoreThreshold?: number | null | undefined;
6348
6716
  formula?: string | null | undefined;
6717
+ context?: string[] | null | undefined;
6718
+ prompt?: string | null | undefined;
6719
+ dataset?: Record<string, unknown> | undefined;
6349
6720
  }) | ({
6350
6721
  id: string;
6351
6722
  label: string;
@@ -6380,7 +6751,6 @@ export declare const list: (query?: SchemaListQuery) => {
6380
6751
  disablePrediction?: boolean | null | undefined;
6381
6752
  }) | ({
6382
6753
  children: {
6383
- category: "tuple";
6384
6754
  children: (({
6385
6755
  type: "string";
6386
6756
  } & {
@@ -6409,7 +6779,7 @@ export declare const list: (query?: SchemaListQuery) => {
6409
6779
  required?: boolean | null | undefined;
6410
6780
  } | null | undefined;
6411
6781
  uiConfiguration?: {
6412
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6782
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6413
6783
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6414
6784
  } | null | undefined;
6415
6785
  width?: number | null | undefined;
@@ -6417,6 +6787,9 @@ export declare const list: (query?: SchemaListQuery) => {
6417
6787
  widthChars?: number | null | undefined;
6418
6788
  scoreThreshold?: number | null | undefined;
6419
6789
  formula?: string | null | undefined;
6790
+ context?: string[] | null | undefined;
6791
+ prompt?: string | null | undefined;
6792
+ dataset?: Record<string, unknown> | undefined;
6420
6793
  }) | ({
6421
6794
  type: "date";
6422
6795
  format?: string | null | undefined;
@@ -6446,7 +6819,7 @@ export declare const list: (query?: SchemaListQuery) => {
6446
6819
  required?: boolean | null | undefined;
6447
6820
  } | null | undefined;
6448
6821
  uiConfiguration?: {
6449
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6822
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6450
6823
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6451
6824
  } | null | undefined;
6452
6825
  width?: number | null | undefined;
@@ -6454,6 +6827,9 @@ export declare const list: (query?: SchemaListQuery) => {
6454
6827
  widthChars?: number | null | undefined;
6455
6828
  scoreThreshold?: number | null | undefined;
6456
6829
  formula?: string | null | undefined;
6830
+ context?: string[] | null | undefined;
6831
+ prompt?: string | null | undefined;
6832
+ dataset?: Record<string, unknown> | undefined;
6457
6833
  }) | ({
6458
6834
  type: "number";
6459
6835
  format?: string | null | undefined;
@@ -6488,7 +6864,7 @@ export declare const list: (query?: SchemaListQuery) => {
6488
6864
  required?: boolean | null | undefined;
6489
6865
  } | null | undefined;
6490
6866
  uiConfiguration?: {
6491
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6867
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6492
6868
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6493
6869
  } | null | undefined;
6494
6870
  width?: number | null | undefined;
@@ -6496,6 +6872,9 @@ export declare const list: (query?: SchemaListQuery) => {
6496
6872
  widthChars?: number | null | undefined;
6497
6873
  scoreThreshold?: number | null | undefined;
6498
6874
  formula?: string | null | undefined;
6875
+ context?: string[] | null | undefined;
6876
+ prompt?: string | null | undefined;
6877
+ dataset?: Record<string, unknown> | undefined;
6499
6878
  }) | ({
6500
6879
  options: {
6501
6880
  value: string;
@@ -6529,7 +6908,7 @@ export declare const list: (query?: SchemaListQuery) => {
6529
6908
  required?: boolean | null | undefined;
6530
6909
  } | null | undefined;
6531
6910
  uiConfiguration?: {
6532
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6911
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6533
6912
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6534
6913
  } | null | undefined;
6535
6914
  width?: number | null | undefined;
@@ -6537,6 +6916,9 @@ export declare const list: (query?: SchemaListQuery) => {
6537
6916
  widthChars?: number | null | undefined;
6538
6917
  scoreThreshold?: number | null | undefined;
6539
6918
  formula?: string | null | undefined;
6919
+ context?: string[] | null | undefined;
6920
+ prompt?: string | null | undefined;
6921
+ dataset?: Record<string, unknown> | undefined;
6540
6922
  }) | ({
6541
6923
  id: string;
6542
6924
  label: string;
@@ -6552,6 +6934,7 @@ export declare const list: (query?: SchemaListQuery) => {
6552
6934
  popupUrl?: string | undefined;
6553
6935
  canObtainToken?: boolean | undefined;
6554
6936
  }))[];
6937
+ category: "tuple";
6555
6938
  rirFieldNames?: string[] | null | undefined;
6556
6939
  } & {
6557
6940
  id: string;
@@ -6578,11 +6961,12 @@ export declare const list: (query?: SchemaListQuery) => {
6578
6961
  hidden?: boolean | null | undefined;
6579
6962
  disablePrediction?: boolean | null | undefined;
6580
6963
  }))[];
6964
+ category: "section";
6581
6965
  icon?: string | null | undefined;
6582
6966
  })[] | undefined;
6583
6967
  }, {
6584
- id: number;
6585
6968
  url: string;
6969
+ id: number;
6586
6970
  name: string;
6587
6971
  queues: string[];
6588
6972
  metadata?: unknown;
@@ -6593,7 +6977,6 @@ export declare const list: (query?: SchemaListQuery) => {
6593
6977
  hidden?: boolean | null | undefined;
6594
6978
  disablePrediction?: boolean | null | undefined;
6595
6979
  } & {
6596
- category: "section";
6597
6980
  children: (({
6598
6981
  type: "string";
6599
6982
  } & {
@@ -6622,7 +7005,7 @@ export declare const list: (query?: SchemaListQuery) => {
6622
7005
  required?: boolean | null | undefined;
6623
7006
  } | null | undefined;
6624
7007
  uiConfiguration?: {
6625
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7008
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6626
7009
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6627
7010
  } | null | undefined;
6628
7011
  width?: number | null | undefined;
@@ -6630,6 +7013,9 @@ export declare const list: (query?: SchemaListQuery) => {
6630
7013
  widthChars?: number | null | undefined;
6631
7014
  scoreThreshold?: number | null | undefined;
6632
7015
  formula?: string | null | undefined;
7016
+ context?: string[] | null | undefined;
7017
+ prompt?: string | null | undefined;
7018
+ dataset?: Record<string, unknown> | undefined;
6633
7019
  }) | ({
6634
7020
  type: "date";
6635
7021
  format?: string | null | undefined;
@@ -6659,7 +7045,7 @@ export declare const list: (query?: SchemaListQuery) => {
6659
7045
  required?: boolean | null | undefined;
6660
7046
  } | null | undefined;
6661
7047
  uiConfiguration?: {
6662
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7048
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6663
7049
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6664
7050
  } | null | undefined;
6665
7051
  width?: number | null | undefined;
@@ -6667,6 +7053,9 @@ export declare const list: (query?: SchemaListQuery) => {
6667
7053
  widthChars?: number | null | undefined;
6668
7054
  scoreThreshold?: number | null | undefined;
6669
7055
  formula?: string | null | undefined;
7056
+ context?: string[] | null | undefined;
7057
+ prompt?: string | null | undefined;
7058
+ dataset?: Record<string, unknown> | undefined;
6670
7059
  }) | ({
6671
7060
  type: "number";
6672
7061
  format?: string | null | undefined;
@@ -6701,7 +7090,7 @@ export declare const list: (query?: SchemaListQuery) => {
6701
7090
  required?: boolean | null | undefined;
6702
7091
  } | null | undefined;
6703
7092
  uiConfiguration?: {
6704
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7093
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6705
7094
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6706
7095
  } | null | undefined;
6707
7096
  width?: number | null | undefined;
@@ -6709,6 +7098,9 @@ export declare const list: (query?: SchemaListQuery) => {
6709
7098
  widthChars?: number | null | undefined;
6710
7099
  scoreThreshold?: number | null | undefined;
6711
7100
  formula?: string | null | undefined;
7101
+ context?: string[] | null | undefined;
7102
+ prompt?: string | null | undefined;
7103
+ dataset?: Record<string, unknown> | undefined;
6712
7104
  }) | ({
6713
7105
  options: {
6714
7106
  value: string;
@@ -6742,7 +7134,7 @@ export declare const list: (query?: SchemaListQuery) => {
6742
7134
  required?: boolean | null | undefined;
6743
7135
  } | null | undefined;
6744
7136
  uiConfiguration?: {
6745
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7137
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6746
7138
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6747
7139
  } | null | undefined;
6748
7140
  width?: number | null | undefined;
@@ -6750,6 +7142,9 @@ export declare const list: (query?: SchemaListQuery) => {
6750
7142
  widthChars?: number | null | undefined;
6751
7143
  scoreThreshold?: number | null | undefined;
6752
7144
  formula?: string | null | undefined;
7145
+ context?: string[] | null | undefined;
7146
+ prompt?: string | null | undefined;
7147
+ dataset?: Record<string, unknown> | undefined;
6753
7148
  }) | ({
6754
7149
  id: string;
6755
7150
  label: string;
@@ -6765,7 +7160,6 @@ export declare const list: (query?: SchemaListQuery) => {
6765
7160
  popupUrl?: string | undefined;
6766
7161
  canObtainToken?: boolean | undefined;
6767
7162
  }) | ({
6768
- category: "tuple";
6769
7163
  children: (({
6770
7164
  type: "string";
6771
7165
  } & {
@@ -6794,7 +7188,7 @@ export declare const list: (query?: SchemaListQuery) => {
6794
7188
  required?: boolean | null | undefined;
6795
7189
  } | null | undefined;
6796
7190
  uiConfiguration?: {
6797
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7191
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6798
7192
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6799
7193
  } | null | undefined;
6800
7194
  width?: number | null | undefined;
@@ -6802,6 +7196,9 @@ export declare const list: (query?: SchemaListQuery) => {
6802
7196
  widthChars?: number | null | undefined;
6803
7197
  scoreThreshold?: number | null | undefined;
6804
7198
  formula?: string | null | undefined;
7199
+ context?: string[] | null | undefined;
7200
+ prompt?: string | null | undefined;
7201
+ dataset?: Record<string, unknown> | undefined;
6805
7202
  }) | ({
6806
7203
  type: "date";
6807
7204
  format?: string | null | undefined;
@@ -6831,7 +7228,7 @@ export declare const list: (query?: SchemaListQuery) => {
6831
7228
  required?: boolean | null | undefined;
6832
7229
  } | null | undefined;
6833
7230
  uiConfiguration?: {
6834
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7231
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6835
7232
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6836
7233
  } | null | undefined;
6837
7234
  width?: number | null | undefined;
@@ -6839,6 +7236,9 @@ export declare const list: (query?: SchemaListQuery) => {
6839
7236
  widthChars?: number | null | undefined;
6840
7237
  scoreThreshold?: number | null | undefined;
6841
7238
  formula?: string | null | undefined;
7239
+ context?: string[] | null | undefined;
7240
+ prompt?: string | null | undefined;
7241
+ dataset?: Record<string, unknown> | undefined;
6842
7242
  }) | ({
6843
7243
  type: "number";
6844
7244
  format?: string | null | undefined;
@@ -6873,7 +7273,7 @@ export declare const list: (query?: SchemaListQuery) => {
6873
7273
  required?: boolean | null | undefined;
6874
7274
  } | null | undefined;
6875
7275
  uiConfiguration?: {
6876
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7276
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6877
7277
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6878
7278
  } | null | undefined;
6879
7279
  width?: number | null | undefined;
@@ -6881,6 +7281,9 @@ export declare const list: (query?: SchemaListQuery) => {
6881
7281
  widthChars?: number | null | undefined;
6882
7282
  scoreThreshold?: number | null | undefined;
6883
7283
  formula?: string | null | undefined;
7284
+ context?: string[] | null | undefined;
7285
+ prompt?: string | null | undefined;
7286
+ dataset?: Record<string, unknown> | undefined;
6884
7287
  }) | ({
6885
7288
  options: {
6886
7289
  value: string;
@@ -6914,7 +7317,7 @@ export declare const list: (query?: SchemaListQuery) => {
6914
7317
  required?: boolean | null | undefined;
6915
7318
  } | null | undefined;
6916
7319
  uiConfiguration?: {
6917
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7320
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6918
7321
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6919
7322
  } | null | undefined;
6920
7323
  width?: number | null | undefined;
@@ -6922,6 +7325,9 @@ export declare const list: (query?: SchemaListQuery) => {
6922
7325
  widthChars?: number | null | undefined;
6923
7326
  scoreThreshold?: number | null | undefined;
6924
7327
  formula?: string | null | undefined;
7328
+ context?: string[] | null | undefined;
7329
+ prompt?: string | null | undefined;
7330
+ dataset?: Record<string, unknown> | undefined;
6925
7331
  }) | ({
6926
7332
  id: string;
6927
7333
  label: string;
@@ -6937,6 +7343,7 @@ export declare const list: (query?: SchemaListQuery) => {
6937
7343
  popupUrl?: string | undefined;
6938
7344
  canObtainToken?: boolean | undefined;
6939
7345
  }))[];
7346
+ category: "tuple";
6940
7347
  rirFieldNames?: string[] | null | undefined;
6941
7348
  } & {
6942
7349
  id: string;
@@ -6973,7 +7380,7 @@ export declare const list: (query?: SchemaListQuery) => {
6973
7380
  required?: boolean | null | undefined;
6974
7381
  } | null | undefined;
6975
7382
  uiConfiguration?: {
6976
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7383
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
6977
7384
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6978
7385
  } | null | undefined;
6979
7386
  width?: number | null | undefined;
@@ -6981,6 +7388,9 @@ export declare const list: (query?: SchemaListQuery) => {
6981
7388
  widthChars?: number | null | undefined;
6982
7389
  scoreThreshold?: number | null | undefined;
6983
7390
  formula?: string | null | undefined;
7391
+ context?: string[] | null | undefined;
7392
+ prompt?: string | null | undefined;
7393
+ dataset?: Record<string, unknown> | undefined;
6984
7394
  }) | ({
6985
7395
  type: "date";
6986
7396
  format?: string | null | undefined;
@@ -7010,7 +7420,7 @@ export declare const list: (query?: SchemaListQuery) => {
7010
7420
  required?: boolean | null | undefined;
7011
7421
  } | null | undefined;
7012
7422
  uiConfiguration?: {
7013
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7423
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7014
7424
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7015
7425
  } | null | undefined;
7016
7426
  width?: number | null | undefined;
@@ -7018,6 +7428,9 @@ export declare const list: (query?: SchemaListQuery) => {
7018
7428
  widthChars?: number | null | undefined;
7019
7429
  scoreThreshold?: number | null | undefined;
7020
7430
  formula?: string | null | undefined;
7431
+ context?: string[] | null | undefined;
7432
+ prompt?: string | null | undefined;
7433
+ dataset?: Record<string, unknown> | undefined;
7021
7434
  }) | ({
7022
7435
  type: "number";
7023
7436
  format?: string | null | undefined;
@@ -7052,7 +7465,7 @@ export declare const list: (query?: SchemaListQuery) => {
7052
7465
  required?: boolean | null | undefined;
7053
7466
  } | null | undefined;
7054
7467
  uiConfiguration?: {
7055
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7468
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7056
7469
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7057
7470
  } | null | undefined;
7058
7471
  width?: number | null | undefined;
@@ -7060,6 +7473,9 @@ export declare const list: (query?: SchemaListQuery) => {
7060
7473
  widthChars?: number | null | undefined;
7061
7474
  scoreThreshold?: number | null | undefined;
7062
7475
  formula?: string | null | undefined;
7476
+ context?: string[] | null | undefined;
7477
+ prompt?: string | null | undefined;
7478
+ dataset?: Record<string, unknown> | undefined;
7063
7479
  }) | ({
7064
7480
  options: {
7065
7481
  value: string;
@@ -7093,7 +7509,7 @@ export declare const list: (query?: SchemaListQuery) => {
7093
7509
  required?: boolean | null | undefined;
7094
7510
  } | null | undefined;
7095
7511
  uiConfiguration?: {
7096
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7512
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7097
7513
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7098
7514
  } | null | undefined;
7099
7515
  width?: number | null | undefined;
@@ -7101,6 +7517,9 @@ export declare const list: (query?: SchemaListQuery) => {
7101
7517
  widthChars?: number | null | undefined;
7102
7518
  scoreThreshold?: number | null | undefined;
7103
7519
  formula?: string | null | undefined;
7520
+ context?: string[] | null | undefined;
7521
+ prompt?: string | null | undefined;
7522
+ dataset?: Record<string, unknown> | undefined;
7104
7523
  }) | ({
7105
7524
  id: string;
7106
7525
  label: string;
@@ -7135,7 +7554,6 @@ export declare const list: (query?: SchemaListQuery) => {
7135
7554
  disablePrediction?: boolean | null | undefined;
7136
7555
  }) | ({
7137
7556
  children: {
7138
- category: "tuple";
7139
7557
  children: (({
7140
7558
  type: "string";
7141
7559
  } & {
@@ -7164,7 +7582,7 @@ export declare const list: (query?: SchemaListQuery) => {
7164
7582
  required?: boolean | null | undefined;
7165
7583
  } | null | undefined;
7166
7584
  uiConfiguration?: {
7167
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7585
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7168
7586
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7169
7587
  } | null | undefined;
7170
7588
  width?: number | null | undefined;
@@ -7172,6 +7590,9 @@ export declare const list: (query?: SchemaListQuery) => {
7172
7590
  widthChars?: number | null | undefined;
7173
7591
  scoreThreshold?: number | null | undefined;
7174
7592
  formula?: string | null | undefined;
7593
+ context?: string[] | null | undefined;
7594
+ prompt?: string | null | undefined;
7595
+ dataset?: Record<string, unknown> | undefined;
7175
7596
  }) | ({
7176
7597
  type: "date";
7177
7598
  format?: string | null | undefined;
@@ -7201,7 +7622,7 @@ export declare const list: (query?: SchemaListQuery) => {
7201
7622
  required?: boolean | null | undefined;
7202
7623
  } | null | undefined;
7203
7624
  uiConfiguration?: {
7204
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7625
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7205
7626
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7206
7627
  } | null | undefined;
7207
7628
  width?: number | null | undefined;
@@ -7209,6 +7630,9 @@ export declare const list: (query?: SchemaListQuery) => {
7209
7630
  widthChars?: number | null | undefined;
7210
7631
  scoreThreshold?: number | null | undefined;
7211
7632
  formula?: string | null | undefined;
7633
+ context?: string[] | null | undefined;
7634
+ prompt?: string | null | undefined;
7635
+ dataset?: Record<string, unknown> | undefined;
7212
7636
  }) | ({
7213
7637
  type: "number";
7214
7638
  format?: string | null | undefined;
@@ -7243,7 +7667,7 @@ export declare const list: (query?: SchemaListQuery) => {
7243
7667
  required?: boolean | null | undefined;
7244
7668
  } | null | undefined;
7245
7669
  uiConfiguration?: {
7246
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7670
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7247
7671
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7248
7672
  } | null | undefined;
7249
7673
  width?: number | null | undefined;
@@ -7251,6 +7675,9 @@ export declare const list: (query?: SchemaListQuery) => {
7251
7675
  widthChars?: number | null | undefined;
7252
7676
  scoreThreshold?: number | null | undefined;
7253
7677
  formula?: string | null | undefined;
7678
+ context?: string[] | null | undefined;
7679
+ prompt?: string | null | undefined;
7680
+ dataset?: Record<string, unknown> | undefined;
7254
7681
  }) | ({
7255
7682
  options: {
7256
7683
  value: string;
@@ -7284,7 +7711,7 @@ export declare const list: (query?: SchemaListQuery) => {
7284
7711
  required?: boolean | null | undefined;
7285
7712
  } | null | undefined;
7286
7713
  uiConfiguration?: {
7287
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7714
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7288
7715
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7289
7716
  } | null | undefined;
7290
7717
  width?: number | null | undefined;
@@ -7292,6 +7719,9 @@ export declare const list: (query?: SchemaListQuery) => {
7292
7719
  widthChars?: number | null | undefined;
7293
7720
  scoreThreshold?: number | null | undefined;
7294
7721
  formula?: string | null | undefined;
7722
+ context?: string[] | null | undefined;
7723
+ prompt?: string | null | undefined;
7724
+ dataset?: Record<string, unknown> | undefined;
7295
7725
  }) | ({
7296
7726
  id: string;
7297
7727
  label: string;
@@ -7307,6 +7737,7 @@ export declare const list: (query?: SchemaListQuery) => {
7307
7737
  popupUrl?: string | undefined;
7308
7738
  canObtainToken?: boolean | undefined;
7309
7739
  }))[];
7740
+ category: "tuple";
7310
7741
  rirFieldNames?: string[] | null | undefined;
7311
7742
  } & {
7312
7743
  id: string;
@@ -7333,13 +7764,14 @@ export declare const list: (query?: SchemaListQuery) => {
7333
7764
  hidden?: boolean | null | undefined;
7334
7765
  disablePrediction?: boolean | null | undefined;
7335
7766
  }))[];
7767
+ category: "section";
7336
7768
  icon?: string | null | undefined;
7337
7769
  })[] | undefined;
7338
7770
  }>, "many">;
7339
7771
  }, "strip", import("zod").ZodTypeAny, {
7340
7772
  results: {
7341
- id: number;
7342
7773
  url: string;
7774
+ id: number;
7343
7775
  name: string;
7344
7776
  queues: string[];
7345
7777
  metadata?: unknown;
@@ -7350,7 +7782,6 @@ export declare const list: (query?: SchemaListQuery) => {
7350
7782
  hidden?: boolean | null | undefined;
7351
7783
  disablePrediction?: boolean | null | undefined;
7352
7784
  } & {
7353
- category: "section";
7354
7785
  children: (({
7355
7786
  type: "string";
7356
7787
  } & {
@@ -7379,7 +7810,7 @@ export declare const list: (query?: SchemaListQuery) => {
7379
7810
  required?: boolean | null | undefined;
7380
7811
  } | null | undefined;
7381
7812
  uiConfiguration?: {
7382
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7813
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7383
7814
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7384
7815
  } | null | undefined;
7385
7816
  width?: number | null | undefined;
@@ -7387,6 +7818,9 @@ export declare const list: (query?: SchemaListQuery) => {
7387
7818
  widthChars?: number | null | undefined;
7388
7819
  scoreThreshold?: number | null | undefined;
7389
7820
  formula?: string | null | undefined;
7821
+ context?: string[] | null | undefined;
7822
+ prompt?: string | null | undefined;
7823
+ dataset?: Record<string, unknown> | undefined;
7390
7824
  }) | ({
7391
7825
  type: "date";
7392
7826
  format?: string | null | undefined;
@@ -7416,7 +7850,7 @@ export declare const list: (query?: SchemaListQuery) => {
7416
7850
  required?: boolean | null | undefined;
7417
7851
  } | null | undefined;
7418
7852
  uiConfiguration?: {
7419
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7853
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7420
7854
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7421
7855
  } | null | undefined;
7422
7856
  width?: number | null | undefined;
@@ -7424,6 +7858,9 @@ export declare const list: (query?: SchemaListQuery) => {
7424
7858
  widthChars?: number | null | undefined;
7425
7859
  scoreThreshold?: number | null | undefined;
7426
7860
  formula?: string | null | undefined;
7861
+ context?: string[] | null | undefined;
7862
+ prompt?: string | null | undefined;
7863
+ dataset?: Record<string, unknown> | undefined;
7427
7864
  }) | ({
7428
7865
  type: "number";
7429
7866
  format?: string | null | undefined;
@@ -7458,7 +7895,7 @@ export declare const list: (query?: SchemaListQuery) => {
7458
7895
  required?: boolean | null | undefined;
7459
7896
  } | null | undefined;
7460
7897
  uiConfiguration?: {
7461
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7898
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7462
7899
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7463
7900
  } | null | undefined;
7464
7901
  width?: number | null | undefined;
@@ -7466,6 +7903,9 @@ export declare const list: (query?: SchemaListQuery) => {
7466
7903
  widthChars?: number | null | undefined;
7467
7904
  scoreThreshold?: number | null | undefined;
7468
7905
  formula?: string | null | undefined;
7906
+ context?: string[] | null | undefined;
7907
+ prompt?: string | null | undefined;
7908
+ dataset?: Record<string, unknown> | undefined;
7469
7909
  }) | ({
7470
7910
  options: {
7471
7911
  value: string;
@@ -7499,7 +7939,7 @@ export declare const list: (query?: SchemaListQuery) => {
7499
7939
  required?: boolean | null | undefined;
7500
7940
  } | null | undefined;
7501
7941
  uiConfiguration?: {
7502
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7942
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7503
7943
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7504
7944
  } | null | undefined;
7505
7945
  width?: number | null | undefined;
@@ -7507,6 +7947,9 @@ export declare const list: (query?: SchemaListQuery) => {
7507
7947
  widthChars?: number | null | undefined;
7508
7948
  scoreThreshold?: number | null | undefined;
7509
7949
  formula?: string | null | undefined;
7950
+ context?: string[] | null | undefined;
7951
+ prompt?: string | null | undefined;
7952
+ dataset?: Record<string, unknown> | undefined;
7510
7953
  }) | ({
7511
7954
  id: string;
7512
7955
  label: string;
@@ -7522,7 +7965,6 @@ export declare const list: (query?: SchemaListQuery) => {
7522
7965
  popupUrl?: string | undefined;
7523
7966
  canObtainToken?: boolean | undefined;
7524
7967
  }) | ({
7525
- category: "tuple";
7526
7968
  children: (({
7527
7969
  type: "string";
7528
7970
  } & {
@@ -7551,7 +7993,7 @@ export declare const list: (query?: SchemaListQuery) => {
7551
7993
  required?: boolean | null | undefined;
7552
7994
  } | null | undefined;
7553
7995
  uiConfiguration?: {
7554
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7996
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7555
7997
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7556
7998
  } | null | undefined;
7557
7999
  width?: number | null | undefined;
@@ -7559,6 +8001,9 @@ export declare const list: (query?: SchemaListQuery) => {
7559
8001
  widthChars?: number | null | undefined;
7560
8002
  scoreThreshold?: number | null | undefined;
7561
8003
  formula?: string | null | undefined;
8004
+ context?: string[] | null | undefined;
8005
+ prompt?: string | null | undefined;
8006
+ dataset?: Record<string, unknown> | undefined;
7562
8007
  }) | ({
7563
8008
  type: "date";
7564
8009
  format?: string | null | undefined;
@@ -7588,7 +8033,7 @@ export declare const list: (query?: SchemaListQuery) => {
7588
8033
  required?: boolean | null | undefined;
7589
8034
  } | null | undefined;
7590
8035
  uiConfiguration?: {
7591
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8036
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7592
8037
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7593
8038
  } | null | undefined;
7594
8039
  width?: number | null | undefined;
@@ -7596,6 +8041,9 @@ export declare const list: (query?: SchemaListQuery) => {
7596
8041
  widthChars?: number | null | undefined;
7597
8042
  scoreThreshold?: number | null | undefined;
7598
8043
  formula?: string | null | undefined;
8044
+ context?: string[] | null | undefined;
8045
+ prompt?: string | null | undefined;
8046
+ dataset?: Record<string, unknown> | undefined;
7599
8047
  }) | ({
7600
8048
  type: "number";
7601
8049
  format?: string | null | undefined;
@@ -7630,7 +8078,7 @@ export declare const list: (query?: SchemaListQuery) => {
7630
8078
  required?: boolean | null | undefined;
7631
8079
  } | null | undefined;
7632
8080
  uiConfiguration?: {
7633
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8081
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7634
8082
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7635
8083
  } | null | undefined;
7636
8084
  width?: number | null | undefined;
@@ -7638,6 +8086,9 @@ export declare const list: (query?: SchemaListQuery) => {
7638
8086
  widthChars?: number | null | undefined;
7639
8087
  scoreThreshold?: number | null | undefined;
7640
8088
  formula?: string | null | undefined;
8089
+ context?: string[] | null | undefined;
8090
+ prompt?: string | null | undefined;
8091
+ dataset?: Record<string, unknown> | undefined;
7641
8092
  }) | ({
7642
8093
  options: {
7643
8094
  value: string;
@@ -7671,7 +8122,7 @@ export declare const list: (query?: SchemaListQuery) => {
7671
8122
  required?: boolean | null | undefined;
7672
8123
  } | null | undefined;
7673
8124
  uiConfiguration?: {
7674
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8125
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7675
8126
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7676
8127
  } | null | undefined;
7677
8128
  width?: number | null | undefined;
@@ -7679,6 +8130,9 @@ export declare const list: (query?: SchemaListQuery) => {
7679
8130
  widthChars?: number | null | undefined;
7680
8131
  scoreThreshold?: number | null | undefined;
7681
8132
  formula?: string | null | undefined;
8133
+ context?: string[] | null | undefined;
8134
+ prompt?: string | null | undefined;
8135
+ dataset?: Record<string, unknown> | undefined;
7682
8136
  }) | ({
7683
8137
  id: string;
7684
8138
  label: string;
@@ -7694,6 +8148,7 @@ export declare const list: (query?: SchemaListQuery) => {
7694
8148
  popupUrl?: string | undefined;
7695
8149
  canObtainToken?: boolean | undefined;
7696
8150
  }))[];
8151
+ category: "tuple";
7697
8152
  rirFieldNames?: string[] | null | undefined;
7698
8153
  } & {
7699
8154
  id: string;
@@ -7730,7 +8185,7 @@ export declare const list: (query?: SchemaListQuery) => {
7730
8185
  required?: boolean | null | undefined;
7731
8186
  } | null | undefined;
7732
8187
  uiConfiguration?: {
7733
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8188
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7734
8189
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7735
8190
  } | null | undefined;
7736
8191
  width?: number | null | undefined;
@@ -7738,6 +8193,9 @@ export declare const list: (query?: SchemaListQuery) => {
7738
8193
  widthChars?: number | null | undefined;
7739
8194
  scoreThreshold?: number | null | undefined;
7740
8195
  formula?: string | null | undefined;
8196
+ context?: string[] | null | undefined;
8197
+ prompt?: string | null | undefined;
8198
+ dataset?: Record<string, unknown> | undefined;
7741
8199
  }) | ({
7742
8200
  type: "date";
7743
8201
  format?: string | null | undefined;
@@ -7767,7 +8225,7 @@ export declare const list: (query?: SchemaListQuery) => {
7767
8225
  required?: boolean | null | undefined;
7768
8226
  } | null | undefined;
7769
8227
  uiConfiguration?: {
7770
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8228
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7771
8229
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7772
8230
  } | null | undefined;
7773
8231
  width?: number | null | undefined;
@@ -7775,6 +8233,9 @@ export declare const list: (query?: SchemaListQuery) => {
7775
8233
  widthChars?: number | null | undefined;
7776
8234
  scoreThreshold?: number | null | undefined;
7777
8235
  formula?: string | null | undefined;
8236
+ context?: string[] | null | undefined;
8237
+ prompt?: string | null | undefined;
8238
+ dataset?: Record<string, unknown> | undefined;
7778
8239
  }) | ({
7779
8240
  type: "number";
7780
8241
  format?: string | null | undefined;
@@ -7809,7 +8270,7 @@ export declare const list: (query?: SchemaListQuery) => {
7809
8270
  required?: boolean | null | undefined;
7810
8271
  } | null | undefined;
7811
8272
  uiConfiguration?: {
7812
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8273
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7813
8274
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7814
8275
  } | null | undefined;
7815
8276
  width?: number | null | undefined;
@@ -7817,6 +8278,9 @@ export declare const list: (query?: SchemaListQuery) => {
7817
8278
  widthChars?: number | null | undefined;
7818
8279
  scoreThreshold?: number | null | undefined;
7819
8280
  formula?: string | null | undefined;
8281
+ context?: string[] | null | undefined;
8282
+ prompt?: string | null | undefined;
8283
+ dataset?: Record<string, unknown> | undefined;
7820
8284
  }) | ({
7821
8285
  options: {
7822
8286
  value: string;
@@ -7850,7 +8314,7 @@ export declare const list: (query?: SchemaListQuery) => {
7850
8314
  required?: boolean | null | undefined;
7851
8315
  } | null | undefined;
7852
8316
  uiConfiguration?: {
7853
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8317
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7854
8318
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7855
8319
  } | null | undefined;
7856
8320
  width?: number | null | undefined;
@@ -7858,6 +8322,9 @@ export declare const list: (query?: SchemaListQuery) => {
7858
8322
  widthChars?: number | null | undefined;
7859
8323
  scoreThreshold?: number | null | undefined;
7860
8324
  formula?: string | null | undefined;
8325
+ context?: string[] | null | undefined;
8326
+ prompt?: string | null | undefined;
8327
+ dataset?: Record<string, unknown> | undefined;
7861
8328
  }) | ({
7862
8329
  id: string;
7863
8330
  label: string;
@@ -7892,7 +8359,6 @@ export declare const list: (query?: SchemaListQuery) => {
7892
8359
  disablePrediction?: boolean | null | undefined;
7893
8360
  }) | ({
7894
8361
  children: {
7895
- category: "tuple";
7896
8362
  children: (({
7897
8363
  type: "string";
7898
8364
  } & {
@@ -7921,7 +8387,7 @@ export declare const list: (query?: SchemaListQuery) => {
7921
8387
  required?: boolean | null | undefined;
7922
8388
  } | null | undefined;
7923
8389
  uiConfiguration?: {
7924
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8390
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7925
8391
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7926
8392
  } | null | undefined;
7927
8393
  width?: number | null | undefined;
@@ -7929,6 +8395,9 @@ export declare const list: (query?: SchemaListQuery) => {
7929
8395
  widthChars?: number | null | undefined;
7930
8396
  scoreThreshold?: number | null | undefined;
7931
8397
  formula?: string | null | undefined;
8398
+ context?: string[] | null | undefined;
8399
+ prompt?: string | null | undefined;
8400
+ dataset?: Record<string, unknown> | undefined;
7932
8401
  }) | ({
7933
8402
  type: "date";
7934
8403
  format?: string | null | undefined;
@@ -7958,7 +8427,7 @@ export declare const list: (query?: SchemaListQuery) => {
7958
8427
  required?: boolean | null | undefined;
7959
8428
  } | null | undefined;
7960
8429
  uiConfiguration?: {
7961
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8430
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
7962
8431
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7963
8432
  } | null | undefined;
7964
8433
  width?: number | null | undefined;
@@ -7966,6 +8435,9 @@ export declare const list: (query?: SchemaListQuery) => {
7966
8435
  widthChars?: number | null | undefined;
7967
8436
  scoreThreshold?: number | null | undefined;
7968
8437
  formula?: string | null | undefined;
8438
+ context?: string[] | null | undefined;
8439
+ prompt?: string | null | undefined;
8440
+ dataset?: Record<string, unknown> | undefined;
7969
8441
  }) | ({
7970
8442
  type: "number";
7971
8443
  format?: string | null | undefined;
@@ -8000,7 +8472,7 @@ export declare const list: (query?: SchemaListQuery) => {
8000
8472
  required?: boolean | null | undefined;
8001
8473
  } | null | undefined;
8002
8474
  uiConfiguration?: {
8003
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8475
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8004
8476
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8005
8477
  } | null | undefined;
8006
8478
  width?: number | null | undefined;
@@ -8008,6 +8480,9 @@ export declare const list: (query?: SchemaListQuery) => {
8008
8480
  widthChars?: number | null | undefined;
8009
8481
  scoreThreshold?: number | null | undefined;
8010
8482
  formula?: string | null | undefined;
8483
+ context?: string[] | null | undefined;
8484
+ prompt?: string | null | undefined;
8485
+ dataset?: Record<string, unknown> | undefined;
8011
8486
  }) | ({
8012
8487
  options: {
8013
8488
  value: string;
@@ -8041,7 +8516,7 @@ export declare const list: (query?: SchemaListQuery) => {
8041
8516
  required?: boolean | null | undefined;
8042
8517
  } | null | undefined;
8043
8518
  uiConfiguration?: {
8044
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8519
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8045
8520
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8046
8521
  } | null | undefined;
8047
8522
  width?: number | null | undefined;
@@ -8049,6 +8524,9 @@ export declare const list: (query?: SchemaListQuery) => {
8049
8524
  widthChars?: number | null | undefined;
8050
8525
  scoreThreshold?: number | null | undefined;
8051
8526
  formula?: string | null | undefined;
8527
+ context?: string[] | null | undefined;
8528
+ prompt?: string | null | undefined;
8529
+ dataset?: Record<string, unknown> | undefined;
8052
8530
  }) | ({
8053
8531
  id: string;
8054
8532
  label: string;
@@ -8064,6 +8542,7 @@ export declare const list: (query?: SchemaListQuery) => {
8064
8542
  popupUrl?: string | undefined;
8065
8543
  canObtainToken?: boolean | undefined;
8066
8544
  }))[];
8545
+ category: "tuple";
8067
8546
  rirFieldNames?: string[] | null | undefined;
8068
8547
  } & {
8069
8548
  id: string;
@@ -8090,6 +8569,7 @@ export declare const list: (query?: SchemaListQuery) => {
8090
8569
  hidden?: boolean | null | undefined;
8091
8570
  disablePrediction?: boolean | null | undefined;
8092
8571
  }))[];
8572
+ category: "section";
8093
8573
  icon?: string | null | undefined;
8094
8574
  })[] | undefined;
8095
8575
  }[];
@@ -8101,8 +8581,8 @@ export declare const list: (query?: SchemaListQuery) => {
8101
8581
  };
8102
8582
  }, {
8103
8583
  results: {
8104
- id: number;
8105
8584
  url: string;
8585
+ id: number;
8106
8586
  name: string;
8107
8587
  queues: string[];
8108
8588
  metadata?: unknown;
@@ -8113,7 +8593,6 @@ export declare const list: (query?: SchemaListQuery) => {
8113
8593
  hidden?: boolean | null | undefined;
8114
8594
  disablePrediction?: boolean | null | undefined;
8115
8595
  } & {
8116
- category: "section";
8117
8596
  children: (({
8118
8597
  type: "string";
8119
8598
  } & {
@@ -8142,7 +8621,7 @@ export declare const list: (query?: SchemaListQuery) => {
8142
8621
  required?: boolean | null | undefined;
8143
8622
  } | null | undefined;
8144
8623
  uiConfiguration?: {
8145
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8624
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8146
8625
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8147
8626
  } | null | undefined;
8148
8627
  width?: number | null | undefined;
@@ -8150,6 +8629,9 @@ export declare const list: (query?: SchemaListQuery) => {
8150
8629
  widthChars?: number | null | undefined;
8151
8630
  scoreThreshold?: number | null | undefined;
8152
8631
  formula?: string | null | undefined;
8632
+ context?: string[] | null | undefined;
8633
+ prompt?: string | null | undefined;
8634
+ dataset?: Record<string, unknown> | undefined;
8153
8635
  }) | ({
8154
8636
  type: "date";
8155
8637
  format?: string | null | undefined;
@@ -8179,7 +8661,7 @@ export declare const list: (query?: SchemaListQuery) => {
8179
8661
  required?: boolean | null | undefined;
8180
8662
  } | null | undefined;
8181
8663
  uiConfiguration?: {
8182
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8664
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8183
8665
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8184
8666
  } | null | undefined;
8185
8667
  width?: number | null | undefined;
@@ -8187,6 +8669,9 @@ export declare const list: (query?: SchemaListQuery) => {
8187
8669
  widthChars?: number | null | undefined;
8188
8670
  scoreThreshold?: number | null | undefined;
8189
8671
  formula?: string | null | undefined;
8672
+ context?: string[] | null | undefined;
8673
+ prompt?: string | null | undefined;
8674
+ dataset?: Record<string, unknown> | undefined;
8190
8675
  }) | ({
8191
8676
  type: "number";
8192
8677
  format?: string | null | undefined;
@@ -8221,7 +8706,7 @@ export declare const list: (query?: SchemaListQuery) => {
8221
8706
  required?: boolean | null | undefined;
8222
8707
  } | null | undefined;
8223
8708
  uiConfiguration?: {
8224
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8709
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8225
8710
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8226
8711
  } | null | undefined;
8227
8712
  width?: number | null | undefined;
@@ -8229,6 +8714,9 @@ export declare const list: (query?: SchemaListQuery) => {
8229
8714
  widthChars?: number | null | undefined;
8230
8715
  scoreThreshold?: number | null | undefined;
8231
8716
  formula?: string | null | undefined;
8717
+ context?: string[] | null | undefined;
8718
+ prompt?: string | null | undefined;
8719
+ dataset?: Record<string, unknown> | undefined;
8232
8720
  }) | ({
8233
8721
  options: {
8234
8722
  value: string;
@@ -8262,7 +8750,7 @@ export declare const list: (query?: SchemaListQuery) => {
8262
8750
  required?: boolean | null | undefined;
8263
8751
  } | null | undefined;
8264
8752
  uiConfiguration?: {
8265
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8753
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8266
8754
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8267
8755
  } | null | undefined;
8268
8756
  width?: number | null | undefined;
@@ -8270,6 +8758,9 @@ export declare const list: (query?: SchemaListQuery) => {
8270
8758
  widthChars?: number | null | undefined;
8271
8759
  scoreThreshold?: number | null | undefined;
8272
8760
  formula?: string | null | undefined;
8761
+ context?: string[] | null | undefined;
8762
+ prompt?: string | null | undefined;
8763
+ dataset?: Record<string, unknown> | undefined;
8273
8764
  }) | ({
8274
8765
  id: string;
8275
8766
  label: string;
@@ -8285,7 +8776,6 @@ export declare const list: (query?: SchemaListQuery) => {
8285
8776
  popupUrl?: string | undefined;
8286
8777
  canObtainToken?: boolean | undefined;
8287
8778
  }) | ({
8288
- category: "tuple";
8289
8779
  children: (({
8290
8780
  type: "string";
8291
8781
  } & {
@@ -8314,7 +8804,7 @@ export declare const list: (query?: SchemaListQuery) => {
8314
8804
  required?: boolean | null | undefined;
8315
8805
  } | null | undefined;
8316
8806
  uiConfiguration?: {
8317
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8807
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8318
8808
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8319
8809
  } | null | undefined;
8320
8810
  width?: number | null | undefined;
@@ -8322,6 +8812,9 @@ export declare const list: (query?: SchemaListQuery) => {
8322
8812
  widthChars?: number | null | undefined;
8323
8813
  scoreThreshold?: number | null | undefined;
8324
8814
  formula?: string | null | undefined;
8815
+ context?: string[] | null | undefined;
8816
+ prompt?: string | null | undefined;
8817
+ dataset?: Record<string, unknown> | undefined;
8325
8818
  }) | ({
8326
8819
  type: "date";
8327
8820
  format?: string | null | undefined;
@@ -8351,7 +8844,7 @@ export declare const list: (query?: SchemaListQuery) => {
8351
8844
  required?: boolean | null | undefined;
8352
8845
  } | null | undefined;
8353
8846
  uiConfiguration?: {
8354
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8847
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8355
8848
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8356
8849
  } | null | undefined;
8357
8850
  width?: number | null | undefined;
@@ -8359,6 +8852,9 @@ export declare const list: (query?: SchemaListQuery) => {
8359
8852
  widthChars?: number | null | undefined;
8360
8853
  scoreThreshold?: number | null | undefined;
8361
8854
  formula?: string | null | undefined;
8855
+ context?: string[] | null | undefined;
8856
+ prompt?: string | null | undefined;
8857
+ dataset?: Record<string, unknown> | undefined;
8362
8858
  }) | ({
8363
8859
  type: "number";
8364
8860
  format?: string | null | undefined;
@@ -8393,7 +8889,7 @@ export declare const list: (query?: SchemaListQuery) => {
8393
8889
  required?: boolean | null | undefined;
8394
8890
  } | null | undefined;
8395
8891
  uiConfiguration?: {
8396
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8892
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8397
8893
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8398
8894
  } | null | undefined;
8399
8895
  width?: number | null | undefined;
@@ -8401,6 +8897,9 @@ export declare const list: (query?: SchemaListQuery) => {
8401
8897
  widthChars?: number | null | undefined;
8402
8898
  scoreThreshold?: number | null | undefined;
8403
8899
  formula?: string | null | undefined;
8900
+ context?: string[] | null | undefined;
8901
+ prompt?: string | null | undefined;
8902
+ dataset?: Record<string, unknown> | undefined;
8404
8903
  }) | ({
8405
8904
  options: {
8406
8905
  value: string;
@@ -8434,7 +8933,7 @@ export declare const list: (query?: SchemaListQuery) => {
8434
8933
  required?: boolean | null | undefined;
8435
8934
  } | null | undefined;
8436
8935
  uiConfiguration?: {
8437
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8936
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8438
8937
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8439
8938
  } | null | undefined;
8440
8939
  width?: number | null | undefined;
@@ -8442,6 +8941,9 @@ export declare const list: (query?: SchemaListQuery) => {
8442
8941
  widthChars?: number | null | undefined;
8443
8942
  scoreThreshold?: number | null | undefined;
8444
8943
  formula?: string | null | undefined;
8944
+ context?: string[] | null | undefined;
8945
+ prompt?: string | null | undefined;
8946
+ dataset?: Record<string, unknown> | undefined;
8445
8947
  }) | ({
8446
8948
  id: string;
8447
8949
  label: string;
@@ -8457,6 +8959,7 @@ export declare const list: (query?: SchemaListQuery) => {
8457
8959
  popupUrl?: string | undefined;
8458
8960
  canObtainToken?: boolean | undefined;
8459
8961
  }))[];
8962
+ category: "tuple";
8460
8963
  rirFieldNames?: string[] | null | undefined;
8461
8964
  } & {
8462
8965
  id: string;
@@ -8493,7 +8996,7 @@ export declare const list: (query?: SchemaListQuery) => {
8493
8996
  required?: boolean | null | undefined;
8494
8997
  } | null | undefined;
8495
8998
  uiConfiguration?: {
8496
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8999
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8497
9000
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8498
9001
  } | null | undefined;
8499
9002
  width?: number | null | undefined;
@@ -8501,6 +9004,9 @@ export declare const list: (query?: SchemaListQuery) => {
8501
9004
  widthChars?: number | null | undefined;
8502
9005
  scoreThreshold?: number | null | undefined;
8503
9006
  formula?: string | null | undefined;
9007
+ context?: string[] | null | undefined;
9008
+ prompt?: string | null | undefined;
9009
+ dataset?: Record<string, unknown> | undefined;
8504
9010
  }) | ({
8505
9011
  type: "date";
8506
9012
  format?: string | null | undefined;
@@ -8530,7 +9036,7 @@ export declare const list: (query?: SchemaListQuery) => {
8530
9036
  required?: boolean | null | undefined;
8531
9037
  } | null | undefined;
8532
9038
  uiConfiguration?: {
8533
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
9039
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8534
9040
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8535
9041
  } | null | undefined;
8536
9042
  width?: number | null | undefined;
@@ -8538,6 +9044,9 @@ export declare const list: (query?: SchemaListQuery) => {
8538
9044
  widthChars?: number | null | undefined;
8539
9045
  scoreThreshold?: number | null | undefined;
8540
9046
  formula?: string | null | undefined;
9047
+ context?: string[] | null | undefined;
9048
+ prompt?: string | null | undefined;
9049
+ dataset?: Record<string, unknown> | undefined;
8541
9050
  }) | ({
8542
9051
  type: "number";
8543
9052
  format?: string | null | undefined;
@@ -8572,7 +9081,7 @@ export declare const list: (query?: SchemaListQuery) => {
8572
9081
  required?: boolean | null | undefined;
8573
9082
  } | null | undefined;
8574
9083
  uiConfiguration?: {
8575
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
9084
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8576
9085
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8577
9086
  } | null | undefined;
8578
9087
  width?: number | null | undefined;
@@ -8580,6 +9089,9 @@ export declare const list: (query?: SchemaListQuery) => {
8580
9089
  widthChars?: number | null | undefined;
8581
9090
  scoreThreshold?: number | null | undefined;
8582
9091
  formula?: string | null | undefined;
9092
+ context?: string[] | null | undefined;
9093
+ prompt?: string | null | undefined;
9094
+ dataset?: Record<string, unknown> | undefined;
8583
9095
  }) | ({
8584
9096
  options: {
8585
9097
  value: string;
@@ -8613,7 +9125,7 @@ export declare const list: (query?: SchemaListQuery) => {
8613
9125
  required?: boolean | null | undefined;
8614
9126
  } | null | undefined;
8615
9127
  uiConfiguration?: {
8616
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
9128
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8617
9129
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8618
9130
  } | null | undefined;
8619
9131
  width?: number | null | undefined;
@@ -8621,6 +9133,9 @@ export declare const list: (query?: SchemaListQuery) => {
8621
9133
  widthChars?: number | null | undefined;
8622
9134
  scoreThreshold?: number | null | undefined;
8623
9135
  formula?: string | null | undefined;
9136
+ context?: string[] | null | undefined;
9137
+ prompt?: string | null | undefined;
9138
+ dataset?: Record<string, unknown> | undefined;
8624
9139
  }) | ({
8625
9140
  id: string;
8626
9141
  label: string;
@@ -8655,7 +9170,6 @@ export declare const list: (query?: SchemaListQuery) => {
8655
9170
  disablePrediction?: boolean | null | undefined;
8656
9171
  }) | ({
8657
9172
  children: {
8658
- category: "tuple";
8659
9173
  children: (({
8660
9174
  type: "string";
8661
9175
  } & {
@@ -8684,7 +9198,7 @@ export declare const list: (query?: SchemaListQuery) => {
8684
9198
  required?: boolean | null | undefined;
8685
9199
  } | null | undefined;
8686
9200
  uiConfiguration?: {
8687
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
9201
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8688
9202
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8689
9203
  } | null | undefined;
8690
9204
  width?: number | null | undefined;
@@ -8692,6 +9206,9 @@ export declare const list: (query?: SchemaListQuery) => {
8692
9206
  widthChars?: number | null | undefined;
8693
9207
  scoreThreshold?: number | null | undefined;
8694
9208
  formula?: string | null | undefined;
9209
+ context?: string[] | null | undefined;
9210
+ prompt?: string | null | undefined;
9211
+ dataset?: Record<string, unknown> | undefined;
8695
9212
  }) | ({
8696
9213
  type: "date";
8697
9214
  format?: string | null | undefined;
@@ -8721,7 +9238,7 @@ export declare const list: (query?: SchemaListQuery) => {
8721
9238
  required?: boolean | null | undefined;
8722
9239
  } | null | undefined;
8723
9240
  uiConfiguration?: {
8724
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
9241
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8725
9242
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8726
9243
  } | null | undefined;
8727
9244
  width?: number | null | undefined;
@@ -8729,6 +9246,9 @@ export declare const list: (query?: SchemaListQuery) => {
8729
9246
  widthChars?: number | null | undefined;
8730
9247
  scoreThreshold?: number | null | undefined;
8731
9248
  formula?: string | null | undefined;
9249
+ context?: string[] | null | undefined;
9250
+ prompt?: string | null | undefined;
9251
+ dataset?: Record<string, unknown> | undefined;
8732
9252
  }) | ({
8733
9253
  type: "number";
8734
9254
  format?: string | null | undefined;
@@ -8763,7 +9283,7 @@ export declare const list: (query?: SchemaListQuery) => {
8763
9283
  required?: boolean | null | undefined;
8764
9284
  } | null | undefined;
8765
9285
  uiConfiguration?: {
8766
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
9286
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8767
9287
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8768
9288
  } | null | undefined;
8769
9289
  width?: number | null | undefined;
@@ -8771,6 +9291,9 @@ export declare const list: (query?: SchemaListQuery) => {
8771
9291
  widthChars?: number | null | undefined;
8772
9292
  scoreThreshold?: number | null | undefined;
8773
9293
  formula?: string | null | undefined;
9294
+ context?: string[] | null | undefined;
9295
+ prompt?: string | null | undefined;
9296
+ dataset?: Record<string, unknown> | undefined;
8774
9297
  }) | ({
8775
9298
  options: {
8776
9299
  value: string;
@@ -8804,7 +9327,7 @@ export declare const list: (query?: SchemaListQuery) => {
8804
9327
  required?: boolean | null | undefined;
8805
9328
  } | null | undefined;
8806
9329
  uiConfiguration?: {
8807
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
9330
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
8808
9331
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8809
9332
  } | null | undefined;
8810
9333
  width?: number | null | undefined;
@@ -8812,6 +9335,9 @@ export declare const list: (query?: SchemaListQuery) => {
8812
9335
  widthChars?: number | null | undefined;
8813
9336
  scoreThreshold?: number | null | undefined;
8814
9337
  formula?: string | null | undefined;
9338
+ context?: string[] | null | undefined;
9339
+ prompt?: string | null | undefined;
9340
+ dataset?: Record<string, unknown> | undefined;
8815
9341
  }) | ({
8816
9342
  id: string;
8817
9343
  label: string;
@@ -8827,6 +9353,7 @@ export declare const list: (query?: SchemaListQuery) => {
8827
9353
  popupUrl?: string | undefined;
8828
9354
  canObtainToken?: boolean | undefined;
8829
9355
  }))[];
9356
+ category: "tuple";
8830
9357
  rirFieldNames?: string[] | null | undefined;
8831
9358
  } & {
8832
9359
  id: string;
@@ -8853,6 +9380,7 @@ export declare const list: (query?: SchemaListQuery) => {
8853
9380
  hidden?: boolean | null | undefined;
8854
9381
  disablePrediction?: boolean | null | undefined;
8855
9382
  }))[];
9383
+ category: "section";
8856
9384
  icon?: string | null | undefined;
8857
9385
  })[] | undefined;
8858
9386
  }[];