@rossum/api-client 0.1.25 → 0.1.26

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 (802) hide show
  1. package/index.js +64 -60
  2. package/index.js.map +1 -1
  3. package/package.json +3 -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 +26 -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/models/hook.schema.js +14 -4
  175. package/src/hooks/models/hook.schema.js.map +1 -1
  176. package/src/hooks/models/hookConfig.schema.js +17 -11
  177. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  178. package/src/hooks/models/hookUtils.schema.js +11 -1
  179. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  180. package/src/hooks/models/run.js +72 -0
  181. package/src/hooks/models/run.js.map +1 -0
  182. package/src/hooks/models/run.schema.js +115 -0
  183. package/src/hooks/models/run.schema.js.map +1 -0
  184. package/src/hooks/models/runLog.js +5 -0
  185. package/src/hooks/models/runLog.js.map +1 -0
  186. package/src/hooks/models/runLog.schema.js +15 -0
  187. package/src/hooks/models/runLog.schema.js.map +1 -0
  188. package/src/inboxes/endpoints/create.js.map +1 -1
  189. package/src/inboxes/endpoints/get.js.map +1 -1
  190. package/src/inboxes/endpoints/list.js.map +1 -1
  191. package/src/inboxes/endpoints/patch.js.map +1 -1
  192. package/src/internal/endpoints/domainSettings.js.map +1 -1
  193. package/src/internal/endpoints/generateRejectionEmail.js.map +1 -1
  194. package/src/internal/endpoints/index.js +16 -10
  195. package/src/internal/endpoints/index.js.map +1 -1
  196. package/src/internal/endpoints/logs.js +16 -0
  197. package/src/internal/endpoints/logs.js.map +1 -0
  198. package/src/internal/endpoints/logs.schema.js +13 -0
  199. package/src/internal/endpoints/logs.schema.js.map +1 -0
  200. package/src/internal/endpoints/requestDemo.js.map +1 -1
  201. package/src/internal/endpoints/requestExtension.js.map +1 -1
  202. package/src/internal/endpoints/rules/evaluateRules.schema.js +2 -2
  203. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  204. package/src/internal/endpoints/rules/suggestRule.schema.js +1 -1
  205. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  206. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.js.map +1 -1
  207. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +0 -4
  208. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  209. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  210. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -1
  211. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  212. package/src/internal/endpoints/schemas/formulasInfo.js.map +1 -1
  213. package/src/internal/endpoints/schemas/formulasInfo.schema.js +2 -1
  214. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  215. package/src/labels/endpoints/apply.js.map +1 -1
  216. package/src/labels/endpoints/create.js.map +1 -1
  217. package/src/labels/endpoints/create.schema.js +4 -3
  218. package/src/labels/endpoints/create.schema.js.map +1 -1
  219. package/src/labels/endpoints/delete.js.map +1 -1
  220. package/src/labels/endpoints/list.js.map +1 -1
  221. package/src/labels/endpoints/patch.js.map +1 -1
  222. package/src/labels/endpoints/patch.schema.js +4 -3
  223. package/src/labels/endpoints/patch.schema.js.map +1 -1
  224. package/src/labels/models/label.schema.js +1 -0
  225. package/src/labels/models/label.schema.js.map +1 -1
  226. package/src/memberships/endpoints/create.js.map +1 -1
  227. package/src/organization/endpoints/create.js.map +1 -1
  228. package/src/organization/endpoints/get.js.map +1 -1
  229. package/src/organization/endpoints/limits.js.map +1 -1
  230. package/src/organization/endpoints/patch.js.map +1 -1
  231. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  232. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  233. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  234. package/src/queues/endpoints/automation.js.map +1 -1
  235. package/src/queues/endpoints/create.js.map +1 -1
  236. package/src/queues/endpoints/createFromTemplate.js.map +1 -1
  237. package/src/queues/endpoints/delete.js.map +1 -1
  238. package/src/queues/endpoints/duplicate.js.map +1 -1
  239. package/src/queues/endpoints/exportAnnotation.js.map +1 -1
  240. package/src/queues/endpoints/get.js.map +1 -1
  241. package/src/queues/endpoints/getRelatedObjectsCounts.js.map +1 -1
  242. package/src/queues/endpoints/index.js.map +1 -1
  243. package/src/queues/endpoints/list.js.map +1 -1
  244. package/src/queues/endpoints/nextAnnotation.js.map +1 -1
  245. package/src/queues/endpoints/patch.js.map +1 -1
  246. package/src/queues/endpoints/suggestedRecipients.js.map +1 -1
  247. package/src/queues/endpoints/upload.js.map +1 -1
  248. package/src/relations/endpoints/create.js.map +1 -1
  249. package/src/relations/endpoints/delete.js.map +1 -1
  250. package/src/relations/endpoints/get.js.map +1 -1
  251. package/src/relations/endpoints/list.js.map +1 -1
  252. package/src/relations/endpoints/patch.js.map +1 -1
  253. package/src/rule-templates/models/ruleTemplate.schema.js +1 -1
  254. package/src/rule-templates/models/ruleTemplate.schema.js.map +1 -1
  255. package/src/rules/models/schemaRule.schema.js +13 -16
  256. package/src/rules/models/schemaRule.schema.js.map +1 -1
  257. package/src/schemaFields/endpoints/list.js.map +1 -1
  258. package/src/schemas/endpoints/create.js.map +1 -1
  259. package/src/schemas/endpoints/get.js.map +1 -1
  260. package/src/schemas/endpoints/list.js.map +1 -1
  261. package/src/schemas/endpoints/patch.js.map +1 -1
  262. package/src/schemas/models/schemaDatapointBase.schema.js +3 -0
  263. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  264. package/src/shared/models/annotationListTable.schema.js +1 -0
  265. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  266. package/src/suggestedEdit/endpoints/get.js.map +1 -1
  267. package/src/surveys/endpoints/fromTemplate.js.map +1 -1
  268. package/src/surveys/endpoints/get.js.map +1 -1
  269. package/src/surveys/endpoints/list.js.map +1 -1
  270. package/src/surveys/endpoints/patch.js.map +1 -1
  271. package/src/tasks/endpoints/get.js.map +1 -1
  272. package/src/triggers/endpoints/create.js.map +1 -1
  273. package/src/triggers/endpoints/delete.js.map +1 -1
  274. package/src/triggers/endpoints/get.js.map +1 -1
  275. package/src/triggers/endpoints/index.js +2 -0
  276. package/src/triggers/endpoints/index.js.map +1 -1
  277. package/src/triggers/endpoints/list.js +17 -0
  278. package/src/triggers/endpoints/list.js.map +1 -0
  279. package/src/triggers/endpoints/list.schema.js +14 -0
  280. package/src/triggers/endpoints/list.schema.js.map +1 -0
  281. package/src/triggers/endpoints/patch.js.map +1 -1
  282. package/src/uploads/endpoints/get.js.map +1 -1
  283. package/src/uploads/endpoints/post.js.map +1 -1
  284. package/src/users/endpoints/create.js.map +1 -1
  285. package/src/users/endpoints/delete.js.map +1 -1
  286. package/src/users/endpoints/get.js.map +1 -1
  287. package/src/users/endpoints/list.js.map +1 -1
  288. package/src/users/endpoints/patch.js.map +1 -1
  289. package/src/users/endpoints/resetPassword.js.map +1 -1
  290. package/src/utils/codecUtils.js +17 -7
  291. package/src/utils/codecUtils.js.map +1 -1
  292. package/src/utils/request.js +17 -7
  293. package/src/utils/request.js.map +1 -1
  294. package/src/utils/requestConfig.js +17 -7
  295. package/src/utils/requestConfig.js.map +1 -1
  296. package/src/utils/requestResponse.js +17 -7
  297. package/src/utils/requestResponse.js.map +1 -1
  298. package/src/utils.js +17 -7
  299. package/src/utils.js.map +1 -1
  300. package/src/workflowActivities/endpoints/get.js.map +1 -1
  301. package/src/workflowActivities/endpoints/list.js.map +1 -1
  302. package/src/workflowRuns/endpoints/get.js.map +1 -1
  303. package/src/workflowRuns/endpoints/list.js.map +1 -1
  304. package/src/workflowRuns/endpoints/reset.js.map +1 -1
  305. package/src/workflowSteps/endpoints/get.js.map +1 -1
  306. package/src/workflowSteps/endpoints/list.js.map +1 -1
  307. package/src/workflows/endpoints/get.js.map +1 -1
  308. package/src/workflows/endpoints/list.js.map +1 -1
  309. package/src/workspaces/endpoints/create.js.map +1 -1
  310. package/src/workspaces/endpoints/delete.js.map +1 -1
  311. package/src/workspaces/endpoints/get.js +13 -0
  312. package/src/workspaces/endpoints/get.js.map +1 -0
  313. package/src/workspaces/endpoints/index.js +2 -0
  314. package/src/workspaces/endpoints/index.js.map +1 -1
  315. package/src/workspaces/endpoints/list.js.map +1 -1
  316. package/src/workspaces/endpoints/patch.js.map +1 -1
  317. package/types/index.d.ts +6342 -3208
  318. package/types/src/annotations/endpoints/cancelEditPages.d.ts +4 -4
  319. package/types/src/annotations/endpoints/cancelEditPages.schema.d.ts +4 -4
  320. package/types/src/annotations/endpoints/contentSelect.d.ts +2 -2
  321. package/types/src/annotations/endpoints/contentSelect.schema.d.ts +2 -2
  322. package/types/src/annotations/endpoints/editPages.d.ts +16 -16
  323. package/types/src/annotations/endpoints/editPages.schema.d.ts +16 -16
  324. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +8 -8
  325. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +8 -8
  326. package/types/src/annotations/endpoints/get.d.ts +12 -6
  327. package/types/src/annotations/endpoints/getContent.d.ts +292 -214
  328. package/types/src/annotations/endpoints/getPageData.d.ts +1 -1
  329. package/types/src/annotations/endpoints/index.d.ts +869 -607
  330. package/types/src/annotations/endpoints/list.d.ts +206 -162
  331. package/types/src/annotations/endpoints/patch.d.ts +18 -6
  332. package/types/src/annotations/endpoints/patch.schema.d.ts +6 -0
  333. package/types/src/annotations/endpoints/search.d.ts +206 -162
  334. package/types/src/annotations/endpoints/split.d.ts +88 -0
  335. package/types/src/annotations/endpoints/split.schema.d.ts +66 -0
  336. package/types/src/annotations/endpoints/start.d.ts +2 -2
  337. package/types/src/annotations/endpoints/startEditPages.d.ts +7 -7
  338. package/types/src/annotations/endpoints/translate.d.ts +6 -6
  339. package/types/src/annotations/endpoints/translate.schema.d.ts +6 -6
  340. package/types/src/annotations/endpoints/updateContent.d.ts +5 -2
  341. package/types/src/annotations/endpoints/validate.d.ts +9 -4
  342. package/types/src/annotations/endpoints/validate.schema.d.ts +9 -4
  343. package/types/src/annotations/models/annotation.d.ts +2 -0
  344. package/types/src/annotations/models/annotation.schema.d.ts +12 -6
  345. package/types/src/annotations/models/annotationData.d.ts +1 -0
  346. package/types/src/annotations/models/annotationData.schema.d.ts +471 -337
  347. package/types/src/annotations/models/annotationListSideload.schema.d.ts +184 -150
  348. package/types/src/annotations/models/annotationStart.schema.d.ts +2 -2
  349. package/types/src/annotations/models/editPages.schema.d.ts +11 -11
  350. package/types/src/annotations/models/pageData.schema.d.ts +6 -6
  351. package/types/src/annotations/models/processingDuration.schema.d.ts +2 -2
  352. package/types/src/authentication/endpoints/index.d.ts +6 -6
  353. package/types/src/authentication/endpoints/password/score.d.ts +2 -2
  354. package/types/src/authentication/endpoints/password/score.schema.d.ts +2 -2
  355. package/types/src/authentication/endpoints/patch.d.ts +2 -2
  356. package/types/src/authentication/endpoints/user.d.ts +2 -2
  357. package/types/src/automationBlockers/endpoints/get.d.ts +4 -4
  358. package/types/src/automationBlockers/endpoints/index.d.ts +4 -4
  359. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +4 -4
  360. package/types/src/billing/endpoints/getHistory.d.ts +12 -12
  361. package/types/src/billing/endpoints/getStats.d.ts +12 -12
  362. package/types/src/billing/models/billingHistory.schema.d.ts +12 -12
  363. package/types/src/billing/models/billingStats.schema.d.ts +12 -12
  364. package/types/src/connectors/endpoints/create.d.ts +2 -2
  365. package/types/src/connectors/endpoints/index.d.ts +6 -6
  366. package/types/src/connectors/endpoints/list.d.ts +4 -4
  367. package/types/src/connectors/models/connector.schema.d.ts +2 -2
  368. package/types/src/dedicatedEngineSchema/endpoints/create.d.ts +28 -28
  369. package/types/src/dedicatedEngineSchema/endpoints/get.d.ts +30 -30
  370. package/types/src/dedicatedEngineSchema/endpoints/get.schema.d.ts +2 -2
  371. package/types/src/dedicatedEngineSchema/endpoints/index.d.ts +128 -128
  372. package/types/src/dedicatedEngineSchema/endpoints/patch.d.ts +36 -36
  373. package/types/src/dedicatedEngineSchema/endpoints/patch.schema.d.ts +8 -8
  374. package/types/src/dedicatedEngineSchema/endpoints/predict.d.ts +26 -26
  375. package/types/src/dedicatedEngineSchema/endpoints/predict.schema.d.ts +26 -26
  376. package/types/src/dedicatedEngineSchema/endpoints/validate.d.ts +8 -8
  377. package/types/src/dedicatedEngineSchema/endpoints/validate.schema.d.ts +8 -8
  378. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchema.schema.d.ts +48 -48
  379. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchemaObject.schema.d.ts +18 -18
  380. package/types/src/dedicatedEngineSchema/models/simpleMultivalueField.schema.d.ts +2 -2
  381. package/types/src/dedicatedEngineSchema/models/tableMultivalueField.schema.d.ts +14 -14
  382. package/types/src/dedicatedEngineSchema/models/transformedFields.schema.d.ts +14 -14
  383. package/types/src/dedicatedEngines/endpoints/create.d.ts +2 -2
  384. package/types/src/dedicatedEngines/endpoints/get.d.ts +4 -4
  385. package/types/src/dedicatedEngines/endpoints/get.schema.d.ts +2 -2
  386. package/types/src/dedicatedEngines/endpoints/index.d.ts +18 -18
  387. package/types/src/dedicatedEngines/endpoints/list.d.ts +8 -8
  388. package/types/src/dedicatedEngines/endpoints/list.schema.d.ts +4 -4
  389. package/types/src/dedicatedEngines/endpoints/patch.d.ts +2 -2
  390. package/types/src/dedicatedEngines/endpoints/request.d.ts +2 -2
  391. package/types/src/dedicatedEngines/models/dedicatedEngine.schema.d.ts +2 -2
  392. package/types/src/deleteRecommendations/endpoints/create.d.ts +4 -4
  393. package/types/src/deleteRecommendations/endpoints/get.d.ts +4 -4
  394. package/types/src/deleteRecommendations/endpoints/index.d.ts +20 -20
  395. package/types/src/deleteRecommendations/endpoints/list.d.ts +8 -8
  396. package/types/src/deleteRecommendations/endpoints/patch.d.ts +4 -4
  397. package/types/src/deleteRecommendations/models/deleteRecommendation.schema.d.ts +4 -4
  398. package/types/src/documentRelations/endpoints/index.d.ts +105 -0
  399. package/types/src/documentRelations/endpoints/list.d.ts +112 -0
  400. package/types/src/documentRelations/endpoints/list.schema.d.ts +29 -0
  401. package/types/src/documentRelations/models/relations.schema.d.ts +24 -0
  402. package/types/src/documents/endpoints/get.d.ts +4 -4
  403. package/types/src/documents/endpoints/index.d.ts +16 -16
  404. package/types/src/documents/endpoints/list.d.ts +8 -8
  405. package/types/src/documents/endpoints/patch.d.ts +4 -4
  406. package/types/src/documents/models/document.schema.d.ts +4 -4
  407. package/types/src/email/endpoints/get.d.ts +6 -6
  408. package/types/src/email/endpoints/index.d.ts +21 -18
  409. package/types/src/email/endpoints/list.d.ts +12 -12
  410. package/types/src/email/endpoints/send.d.ts +4 -0
  411. package/types/src/email/endpoints/send.schema.d.ts +3 -0
  412. package/types/src/email/models/email.schema.d.ts +6 -6
  413. package/types/src/emailTemplates/endpoints/create.d.ts +8 -8
  414. package/types/src/emailTemplates/endpoints/get.d.ts +8 -8
  415. package/types/src/emailTemplates/endpoints/index.d.ts +40 -40
  416. package/types/src/emailTemplates/endpoints/list.d.ts +16 -16
  417. package/types/src/emailTemplates/endpoints/patch.d.ts +8 -8
  418. package/types/src/emailTemplates/models/emailTemplate.schema.d.ts +16 -16
  419. package/types/src/emailThreads/endpoints/get.d.ts +4 -4
  420. package/types/src/emailThreads/endpoints/index.d.ts +16 -16
  421. package/types/src/emailThreads/endpoints/list.d.ts +8 -8
  422. package/types/src/emailThreads/endpoints/patch.d.ts +4 -4
  423. package/types/src/emailThreads/models/emailThreads.schema.d.ts +4 -4
  424. package/types/src/engineFields/endpoints/create.d.ts +2 -2
  425. package/types/src/engineFields/endpoints/get.d.ts +2 -2
  426. package/types/src/engineFields/endpoints/index.d.ts +10 -10
  427. package/types/src/engineFields/endpoints/list.d.ts +4 -4
  428. package/types/src/engineFields/endpoints/patch.d.ts +2 -2
  429. package/types/src/engineFields/models/engineField.schema.d.ts +2 -2
  430. package/types/src/engines/endpoints/create.d.ts +5 -2
  431. package/types/src/engines/endpoints/duplicate.d.ts +5 -2
  432. package/types/src/engines/endpoints/get.d.ts +5 -2
  433. package/types/src/engines/endpoints/index.d.ts +62 -32
  434. package/types/src/engines/endpoints/list.d.ts +9 -4
  435. package/types/src/engines/endpoints/patch.d.ts +10 -4
  436. package/types/src/engines/endpoints/patch.schema.d.ts +4 -1
  437. package/types/src/engines/endpoints/queueStats.d.ts +29 -19
  438. package/types/src/engines/endpoints/queueStats.schema.d.ts +19 -19
  439. package/types/src/engines/models/engine.d.ts +1 -0
  440. package/types/src/engines/models/engine.schema.d.ts +5 -2
  441. package/types/src/engines/models/engineQueueStatsItem.schema.d.ts +6 -0
  442. package/types/src/genericEngines/endpoints/get.d.ts +4 -4
  443. package/types/src/genericEngines/endpoints/get.schema.d.ts +2 -2
  444. package/types/src/genericEngines/endpoints/index.d.ts +12 -12
  445. package/types/src/genericEngines/endpoints/list.d.ts +8 -8
  446. package/types/src/genericEngines/endpoints/list.schema.d.ts +4 -4
  447. package/types/src/genericEngines/models/genericEngine.schema.d.ts +2 -2
  448. package/types/src/groups/endpoints/index.d.ts +4 -4
  449. package/types/src/groups/endpoints/list.d.ts +4 -4
  450. package/types/src/groups/models/group.schema.d.ts +2 -2
  451. package/types/src/hookInterfaces/endpoints/create.d.ts +67 -0
  452. package/types/src/hookInterfaces/endpoints/create.schema.d.ts +23 -0
  453. package/types/src/hookInterfaces/endpoints/delete.d.ts +7 -0
  454. package/types/src/hookInterfaces/endpoints/index.d.ts +243 -0
  455. package/types/src/hookInterfaces/endpoints/invoke.d.ts +10 -0
  456. package/types/src/hookInterfaces/endpoints/invoke.schema.d.ts +3 -0
  457. package/types/src/hookInterfaces/endpoints/list.d.ts +123 -0
  458. package/types/src/hookInterfaces/endpoints/list.schema.d.ts +26 -0
  459. package/types/src/hookInterfaces/endpoints/patch.d.ts +63 -0
  460. package/types/src/hookInterfaces/endpoints/patch.schema.d.ts +20 -0
  461. package/types/src/hookInterfaces/models/hookInterface.d.ts +12 -0
  462. package/types/src/hookInterfaces/models/hookInterface.schema.d.ts +32 -0
  463. package/types/src/hookInterfaces/models/index.d.ts +2 -0
  464. package/types/src/hookTemplates/endpoints/get.d.ts +528 -0
  465. package/types/src/hookTemplates/endpoints/index.d.ts +807 -29
  466. package/types/src/hookTemplates/endpoints/list.d.ts +280 -29
  467. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +188 -19
  468. package/types/src/hooks/endpoints/cancelRun.d.ts +14 -0
  469. package/types/src/hooks/endpoints/cancelRun.schema.d.ts +8 -0
  470. package/types/src/hooks/endpoints/create.d.ts +238 -47
  471. package/types/src/hooks/endpoints/create.schema.d.ts +92 -40
  472. package/types/src/hooks/endpoints/createFromTemplate.d.ts +508 -0
  473. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +20 -0
  474. package/types/src/hooks/endpoints/get.d.ts +184 -26
  475. package/types/src/hooks/endpoints/index.d.ts +3052 -1412
  476. package/types/src/hooks/endpoints/list.d.ts +285 -42
  477. package/types/src/hooks/endpoints/list.schema.d.ts +3 -0
  478. package/types/src/hooks/endpoints/patch.d.ts +370 -51
  479. package/types/src/hooks/endpoints/patch.schema.d.ts +182 -24
  480. package/types/src/hooks/endpoints/runLogs.d.ts +59 -0
  481. package/types/src/hooks/endpoints/runs.d.ts +579 -0
  482. package/types/src/hooks/endpoints/runs.schema.d.ts +543 -0
  483. package/types/src/hooks/endpoints/test.d.ts +20 -15
  484. package/types/src/hooks/endpoints/test.schema.d.ts +20 -15
  485. package/types/src/hooks/models/hook.d.ts +10 -6
  486. package/types/src/hooks/models/hook.schema.d.ts +670 -32
  487. package/types/src/hooks/models/hookConfig.d.ts +16 -8
  488. package/types/src/hooks/models/hookConfig.schema.d.ts +59 -7
  489. package/types/src/hooks/models/hookUtils.d.ts +4 -3
  490. package/types/src/hooks/models/hookUtils.schema.d.ts +4 -3
  491. package/types/src/hooks/models/run.d.ts +53 -0
  492. package/types/src/hooks/models/run.schema.d.ts +301 -0
  493. package/types/src/hooks/models/runLog.d.ts +7 -0
  494. package/types/src/hooks/models/runLog.schema.d.ts +15 -0
  495. package/types/src/inboxes/endpoints/create.d.ts +2 -2
  496. package/types/src/inboxes/endpoints/get.d.ts +2 -2
  497. package/types/src/inboxes/endpoints/index.d.ts +10 -10
  498. package/types/src/inboxes/endpoints/list.d.ts +4 -4
  499. package/types/src/inboxes/endpoints/patch.d.ts +2 -2
  500. package/types/src/inboxes/models/inbox.schema.d.ts +2 -2
  501. package/types/src/internal/endpoints/generateRejectionEmail.d.ts +2 -2
  502. package/types/src/internal/endpoints/generateRejectionEmail.schema.d.ts +2 -2
  503. package/types/src/internal/endpoints/index.d.ts +4530 -2304
  504. package/types/src/internal/endpoints/logs.d.ts +34 -0
  505. package/types/src/internal/endpoints/logs.schema.d.ts +20 -0
  506. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +676 -350
  507. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +674 -348
  508. package/types/src/internal/endpoints/rules/suggestRule.d.ts +537 -255
  509. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +574 -298
  510. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +520 -238
  511. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +520 -238
  512. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +521 -332
  513. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +520 -390
  514. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +787 -541
  515. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +784 -539
  516. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +482 -194
  517. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +482 -194
  518. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +494 -200
  519. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +492 -199
  520. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +482 -194
  521. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +482 -194
  522. package/types/src/labels/endpoints/create.d.ts +14 -7
  523. package/types/src/labels/endpoints/create.schema.d.ts +7 -2
  524. package/types/src/labels/endpoints/index.d.ts +33 -12
  525. package/types/src/labels/endpoints/list.d.ts +9 -4
  526. package/types/src/labels/endpoints/patch.d.ts +14 -7
  527. package/types/src/labels/endpoints/patch.schema.d.ts +7 -2
  528. package/types/src/labels/models/label.d.ts +1 -0
  529. package/types/src/labels/models/label.schema.d.ts +5 -2
  530. package/types/src/memberships/endpoints/create.d.ts +5 -5
  531. package/types/src/memberships/endpoints/index.d.ts +4 -4
  532. package/types/src/memberships/models/membership.schema.d.ts +2 -2
  533. package/types/src/organization/endpoints/create.d.ts +15 -15
  534. package/types/src/organization/endpoints/create.schema.d.ts +15 -15
  535. package/types/src/organization/endpoints/get.d.ts +11 -11
  536. package/types/src/organization/endpoints/index.d.ts +85 -85
  537. package/types/src/organization/endpoints/list.d.ts +15 -15
  538. package/types/src/organization/endpoints/patch.d.ts +20 -20
  539. package/types/src/organization/models/organization.schema.d.ts +11 -11
  540. package/types/src/organizationGroups/endpoints/index.d.ts +36 -36
  541. package/types/src/organizationGroups/endpoints/organizations.d.ts +4 -4
  542. package/types/src/organizationGroups/endpoints/queues.d.ts +4 -4
  543. package/types/src/organizationGroups/endpoints/workspaces.d.ts +4 -4
  544. package/types/src/organizationGroups/models/organizationGroupOrganization.schema.d.ts +2 -2
  545. package/types/src/organizationGroups/models/organizationGroupQueue.schema.d.ts +2 -2
  546. package/types/src/organizationGroups/models/organizationGroupWorkspace.schema.d.ts +2 -2
  547. package/types/src/pages/endpoints/index.d.ts +14 -14
  548. package/types/src/pages/endpoints/list.d.ts +14 -14
  549. package/types/src/pages/endpoints/list.schema.d.ts +2 -2
  550. package/types/src/pages/models/page.schema.d.ts +6 -6
  551. package/types/src/queues/endpoints/automation.d.ts +4 -4
  552. package/types/src/queues/endpoints/automation.schema.d.ts +4 -4
  553. package/types/src/queues/endpoints/create.d.ts +13 -13
  554. package/types/src/queues/endpoints/createFromTemplate.d.ts +13 -13
  555. package/types/src/queues/endpoints/duplicate.d.ts +13 -13
  556. package/types/src/queues/endpoints/get.d.ts +13 -13
  557. package/types/src/queues/endpoints/index.d.ts +112 -111
  558. package/types/src/queues/endpoints/list.d.ts +24 -24
  559. package/types/src/queues/endpoints/list.schema.d.ts +4 -4
  560. package/types/src/queues/endpoints/patch.d.ts +22 -22
  561. package/types/src/queues/endpoints/patch.schema.d.ts +9 -9
  562. package/types/src/queues/endpoints/upload.d.ts +8 -8
  563. package/types/src/queues/endpoints/upload.schema.d.ts +8 -8
  564. package/types/src/queues/models/automation.schema.d.ts +2 -2
  565. package/types/src/queues/models/queue.schema.d.ts +13 -13
  566. package/types/src/queues/models/queueSettings.schema.d.ts +7 -7
  567. package/types/src/relations/endpoints/create.d.ts +6 -6
  568. package/types/src/relations/endpoints/get.d.ts +6 -6
  569. package/types/src/relations/endpoints/index.d.ts +30 -30
  570. package/types/src/relations/endpoints/list.d.ts +12 -12
  571. package/types/src/relations/endpoints/patch.d.ts +6 -6
  572. package/types/src/relations/models/relations.schema.d.ts +14 -14
  573. package/types/src/rule-templates/endpoints/create.d.ts +58 -70
  574. package/types/src/rule-templates/endpoints/create.schema.d.ts +26 -32
  575. package/types/src/rule-templates/endpoints/get.d.ts +32 -38
  576. package/types/src/rule-templates/endpoints/index.d.ts +198 -234
  577. package/types/src/rule-templates/endpoints/list.d.ts +50 -56
  578. package/types/src/rule-templates/endpoints/patch.d.ts +58 -70
  579. package/types/src/rule-templates/endpoints/patch.schema.d.ts +26 -32
  580. package/types/src/rule-templates/models/ruleTemplate.d.ts +1 -1
  581. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +32 -38
  582. package/types/src/rules/endpoints/create.d.ts +58 -70
  583. package/types/src/rules/endpoints/create.schema.d.ts +26 -32
  584. package/types/src/rules/endpoints/get.d.ts +32 -38
  585. package/types/src/rules/endpoints/index.d.ts +198 -234
  586. package/types/src/rules/endpoints/list.d.ts +50 -56
  587. package/types/src/rules/endpoints/patch.d.ts +58 -70
  588. package/types/src/rules/endpoints/patch.schema.d.ts +26 -32
  589. package/types/src/rules/models/schemaRule.d.ts +4 -4
  590. package/types/src/rules/models/schemaRule.schema.d.ts +50 -59
  591. package/types/src/schemas/endpoints/create.d.ts +484 -196
  592. package/types/src/schemas/endpoints/get.d.ts +486 -198
  593. package/types/src/schemas/endpoints/get.schema.d.ts +2 -2
  594. package/types/src/schemas/endpoints/list.d.ts +588 -236
  595. package/types/src/schemas/endpoints/patch.d.ts +966 -390
  596. package/types/src/schemas/endpoints/patch.schema.d.ts +482 -194
  597. package/types/src/schemas/endpoints/validate.d.ts +1015 -407
  598. package/types/src/schemas/models/schema.schema.d.ts +484 -196
  599. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +44 -20
  600. package/types/src/schemas/models/schemaDatapointBase.d.ts +3 -1
  601. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +15 -9
  602. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +11 -5
  603. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +11 -5
  604. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +11 -5
  605. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +11 -5
  606. package/types/src/schemas/models/schemaItem.schema.d.ts +278 -118
  607. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +164 -68
  608. package/types/src/schemas/models/schemaSection.schema.d.ts +380 -156
  609. package/types/src/schemas/models/schemaTuple.schema.d.ts +70 -30
  610. package/types/src/shared/models/annotationListTable.d.ts +1 -1
  611. package/types/src/shared/models/annotationListTable.schema.d.ts +15 -15
  612. package/types/src/suggestedEdit/endpoints/get.d.ts +4 -4
  613. package/types/src/suggestedEdit/endpoints/index.d.ts +4 -4
  614. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +4 -4
  615. package/types/src/surveys/endpoints/fromTemplate.d.ts +2 -2
  616. package/types/src/surveys/endpoints/get.d.ts +2 -2
  617. package/types/src/surveys/endpoints/index.d.ts +10 -10
  618. package/types/src/surveys/endpoints/list.d.ts +4 -4
  619. package/types/src/surveys/endpoints/patch.d.ts +2 -2
  620. package/types/src/surveys/models/survey.schema.d.ts +2 -2
  621. package/types/src/tasks/endpoints/get.d.ts +4 -4
  622. package/types/src/tasks/endpoints/index.d.ts +4 -4
  623. package/types/src/tasks/models/asyncTask.schema.d.ts +4 -4
  624. package/types/src/triggers/endpoints/create.d.ts +4 -4
  625. package/types/src/triggers/endpoints/get.d.ts +4 -4
  626. package/types/src/triggers/endpoints/index.d.ts +109 -12
  627. package/types/src/triggers/endpoints/list.d.ts +104 -0
  628. package/types/src/triggers/endpoints/list.schema.d.ts +14 -0
  629. package/types/src/triggers/endpoints/patch.d.ts +4 -4
  630. package/types/src/triggers/models/trigger.schema.d.ts +4 -4
  631. package/types/src/uploads/endpoints/get.d.ts +4 -4
  632. package/types/src/uploads/endpoints/index.d.ts +4 -4
  633. package/types/src/uploads/models/upload.schema.d.ts +4 -4
  634. package/types/src/users/endpoints/create.d.ts +2 -2
  635. package/types/src/users/endpoints/get.d.ts +2 -2
  636. package/types/src/users/endpoints/index.d.ts +10 -10
  637. package/types/src/users/endpoints/list.d.ts +4 -4
  638. package/types/src/users/endpoints/patch.d.ts +2 -2
  639. package/types/src/users/models/user.schema.d.ts +2 -2
  640. package/types/src/utils/withFields.d.ts +9 -9
  641. package/types/src/utils/withSideload.d.ts +2 -2
  642. package/types/src/workflowActivities/endpoints/get.d.ts +4 -4
  643. package/types/src/workflowActivities/endpoints/index.d.ts +13 -13
  644. package/types/src/workflowActivities/endpoints/list.d.ts +8 -8
  645. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +4 -4
  646. package/types/src/workflowRuns/endpoints/get.d.ts +4 -4
  647. package/types/src/workflowRuns/endpoints/index.d.ts +12 -12
  648. package/types/src/workflowRuns/endpoints/list.d.ts +8 -8
  649. package/types/src/workflowRuns/models/workflowRun.schema.d.ts +4 -4
  650. package/types/src/workflowSteps/endpoints/get.d.ts +2 -2
  651. package/types/src/workflowSteps/endpoints/index.d.ts +7 -7
  652. package/types/src/workflowSteps/endpoints/list.d.ts +4 -4
  653. package/types/src/workflowSteps/models/workflowStep.schema.d.ts +2 -2
  654. package/types/src/workflows/endpoints/get.d.ts +2 -2
  655. package/types/src/workflows/endpoints/index.d.ts +6 -6
  656. package/types/src/workflows/endpoints/list.d.ts +4 -4
  657. package/types/src/workflows/models/workflow.schema.d.ts +2 -2
  658. package/types/src/workspaces/endpoints/create.d.ts +2 -2
  659. package/types/src/workspaces/endpoints/get.d.ts +30 -0
  660. package/types/src/workspaces/endpoints/index.d.ts +37 -8
  661. package/types/src/workspaces/endpoints/list.d.ts +4 -4
  662. package/types/src/workspaces/endpoints/patch.d.ts +2 -2
  663. package/types/src/workspaces/models/workspace.schema.d.ts +2 -2
  664. package/src/authentication/models/authInfo.js.map +0 -1
  665. package/src/automationBlockers/models/automationBlocker.js +0 -3
  666. package/src/automationBlockers/models/automationBlocker.js.map +0 -1
  667. package/src/billing/models/billingHistory.js +0 -3
  668. package/src/billing/models/billingHistory.js.map +0 -1
  669. package/src/billing/models/billingStats.js +0 -3
  670. package/src/billing/models/billingStats.js.map +0 -1
  671. package/src/connectors/models/connector.js +0 -3
  672. package/src/connectors/models/connector.js.map +0 -1
  673. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +0 -3
  674. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +0 -1
  675. package/src/dedicatedEngines/models/dedicatedEngine.js +0 -3
  676. package/src/dedicatedEngines/models/dedicatedEngine.js.map +0 -1
  677. package/src/deleteRecommendations/models/deleteRecommendation.js +0 -3
  678. package/src/deleteRecommendations/models/deleteRecommendation.js.map +0 -1
  679. package/src/deleteRecommendations/models/index.js.map +0 -1
  680. package/src/email/models/email.js +0 -3
  681. package/src/email/models/email.js.map +0 -1
  682. package/src/emailTemplatesStats/models/emailTemplateStats.js +0 -3
  683. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +0 -1
  684. package/src/emailTemplatesStats/models/index.js +0 -18
  685. package/src/emailTemplatesStats/models/index.js.map +0 -1
  686. package/src/emailThreads/models/emailThreads.js +0 -3
  687. package/src/emailThreads/models/emailThreads.js.map +0 -1
  688. package/src/genericEngines/models/genericEngine.js +0 -3
  689. package/src/genericEngines/models/genericEngine.js.map +0 -1
  690. package/src/groups/models/group.js +0 -3
  691. package/src/groups/models/group.js.map +0 -1
  692. package/src/groups/models/index.js +0 -18
  693. package/src/groups/models/index.js.map +0 -1
  694. package/src/hookTemplates/models/hookTemplate.js +0 -3
  695. package/src/hookTemplates/models/hookTemplate.js.map +0 -1
  696. package/src/hooks/endpoints/logs.js +0 -15
  697. package/src/hooks/endpoints/logs.js.map +0 -1
  698. package/src/hooks/endpoints/logs.schema.js +0 -22
  699. package/src/hooks/endpoints/logs.schema.js.map +0 -1
  700. package/src/hooks/models/log.js +0 -3
  701. package/src/hooks/models/log.js.map +0 -1
  702. package/src/hooks/models/log.schema.js +0 -56
  703. package/src/hooks/models/log.schema.js.map +0 -1
  704. package/src/inboxes/models/index.js +0 -18
  705. package/src/inboxes/models/index.js.map +0 -1
  706. package/src/memberships/models/index.js +0 -18
  707. package/src/memberships/models/index.js.map +0 -1
  708. package/src/memberships/models/membership.js +0 -3
  709. package/src/memberships/models/membership.js.map +0 -1
  710. package/src/organization/models/emailLimits.js +0 -3
  711. package/src/organization/models/emailLimits.js.map +0 -1
  712. package/src/organization/models/limits.js +0 -3
  713. package/src/organization/models/limits.js.map +0 -1
  714. package/src/organizationGroups/models/organizationGroupOrganization.js +0 -3
  715. package/src/organizationGroups/models/organizationGroupOrganization.js.map +0 -1
  716. package/src/organizationGroups/models/organizationGroupQueue.js +0 -3
  717. package/src/organizationGroups/models/organizationGroupQueue.js.map +0 -1
  718. package/src/organizationGroups/models/organizationGroupWorkspace.js +0 -3
  719. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +0 -1
  720. package/src/queues/models/index.js +0 -28
  721. package/src/queues/models/index.js.map +0 -1
  722. package/src/queues/models/relatedObjectsCounts.js +0 -3
  723. package/src/queues/models/relatedObjectsCounts.js.map +0 -1
  724. package/src/schemas/models/index.js +0 -47
  725. package/src/schemas/models/index.js.map +0 -1
  726. package/src/schemas/models/list.js +0 -3
  727. package/src/schemas/models/list.js.map +0 -1
  728. package/src/schemas/models/list.schema.js +0 -23
  729. package/src/schemas/models/list.schema.js.map +0 -1
  730. package/src/suggestedEdit/models/suggestedDocument.js +0 -3
  731. package/src/suggestedEdit/models/suggestedDocument.js.map +0 -1
  732. package/src/suggestedEdit/models/suggestedEdit.js +0 -3
  733. package/src/suggestedEdit/models/suggestedEdit.js.map +0 -1
  734. package/src/surveys/models/index.js +0 -21
  735. package/src/surveys/models/index.js.map +0 -1
  736. package/src/surveys/models/question.js +0 -3
  737. package/src/surveys/models/question.js.map +0 -1
  738. package/src/surveys/models/survey.js +0 -3
  739. package/src/surveys/models/survey.js.map +0 -1
  740. package/src/surveys/models/surveyTemplate.js +0 -3
  741. package/src/surveys/models/surveyTemplate.js.map +0 -1
  742. package/src/tasks/models/asyncTask.js +0 -3
  743. package/src/tasks/models/asyncTask.js.map +0 -1
  744. package/src/uploads/models/upload.js +0 -3
  745. package/src/uploads/models/upload.js.map +0 -1
  746. package/src/users/models/resetPassword.js +0 -3
  747. package/src/users/models/resetPassword.js.map +0 -1
  748. package/src/workflowActivities/models/index.js +0 -18
  749. package/src/workflowActivities/models/index.js.map +0 -1
  750. package/src/workflowSteps/models/index.js +0 -18
  751. package/src/workflowSteps/models/index.js.map +0 -1
  752. package/src/workflows/models/index.js +0 -18
  753. package/src/workflows/models/index.js.map +0 -1
  754. package/src/workspaces/models/index.js +0 -18
  755. package/src/workspaces/models/index.js.map +0 -1
  756. package/types/src/authentication/models/authInfo.d.ts +0 -4
  757. package/types/src/automationBlockers/models/automationBlocker.d.ts +0 -31
  758. package/types/src/billing/models/billingHistory.d.ts +0 -40
  759. package/types/src/billing/models/billingStats.d.ts +0 -21
  760. package/types/src/connectors/models/connector.d.ts +0 -15
  761. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +0 -31
  762. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +0 -10
  763. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +0 -10
  764. package/types/src/deleteRecommendations/models/index.d.ts +0 -1
  765. package/types/src/email/models/email.d.ts +0 -39
  766. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +0 -6
  767. package/types/src/emailTemplatesStats/models/index.d.ts +0 -1
  768. package/types/src/emailThreads/models/emailThreads.d.ts +0 -32
  769. package/types/src/genericEngines/models/genericEngine.d.ts +0 -9
  770. package/types/src/groups/models/group.d.ts +0 -7
  771. package/types/src/groups/models/index.d.ts +0 -1
  772. package/types/src/hookTemplates/models/hookTemplate.d.ts +0 -40
  773. package/types/src/hooks/endpoints/logs.d.ts +0 -411
  774. package/types/src/hooks/endpoints/logs.schema.d.ts +0 -390
  775. package/types/src/hooks/models/log.d.ts +0 -42
  776. package/types/src/hooks/models/log.schema.d.ts +0 -210
  777. package/types/src/inboxes/models/index.d.ts +0 -1
  778. package/types/src/memberships/models/index.d.ts +0 -1
  779. package/types/src/memberships/models/membership.d.ts +0 -9
  780. package/types/src/organization/models/emailLimits.d.ts +0 -10
  781. package/types/src/organization/models/limits.d.ts +0 -4
  782. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +0 -6
  783. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +0 -8
  784. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +0 -7
  785. package/types/src/queues/models/index.d.ts +0 -11
  786. package/types/src/queues/models/relatedObjectsCounts.d.ts +0 -5
  787. package/types/src/schemas/models/index.d.ts +0 -30
  788. package/types/src/schemas/models/list.d.ts +0 -18
  789. package/types/src/schemas/models/list.schema.d.ts +0 -66
  790. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +0 -9
  791. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +0 -8
  792. package/types/src/surveys/models/index.d.ts +0 -4
  793. package/types/src/surveys/models/question.d.ts +0 -6
  794. package/types/src/surveys/models/survey.d.ts +0 -13
  795. package/types/src/surveys/models/surveyTemplate.d.ts +0 -6
  796. package/types/src/tasks/models/asyncTask.d.ts +0 -17
  797. package/types/src/uploads/models/upload.d.ts +0 -13
  798. package/types/src/users/models/resetPassword.d.ts +0 -3
  799. package/types/src/workflowActivities/models/index.d.ts +0 -1
  800. package/types/src/workflowSteps/models/index.d.ts +0 -1
  801. package/types/src/workflows/models/index.d.ts +0 -1
  802. 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">]>>>;
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" | 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" | 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,8 @@ 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>>;
145
147
  }, "strip", import("zod").ZodTypeAny, {
146
148
  suggest?: true | undefined;
147
149
  canExport?: boolean | null | undefined;
@@ -160,7 +162,7 @@ export declare const list: (query?: SchemaListQuery) => {
160
162
  required?: boolean | null | undefined;
161
163
  } | null | undefined;
162
164
  uiConfiguration?: {
163
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
165
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
164
166
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
165
167
  } | null | undefined;
166
168
  width?: number | null | undefined;
@@ -168,6 +170,8 @@ export declare const list: (query?: SchemaListQuery) => {
168
170
  widthChars?: number | null | undefined;
169
171
  scoreThreshold?: number | null | undefined;
170
172
  formula?: string | null | undefined;
173
+ context?: string[] | null | undefined;
174
+ prompt?: string | null | undefined;
171
175
  }, {
172
176
  suggest?: true | undefined;
173
177
  canExport?: boolean | null | undefined;
@@ -186,7 +190,7 @@ export declare const list: (query?: SchemaListQuery) => {
186
190
  required?: boolean | null | undefined;
187
191
  } | null | undefined;
188
192
  uiConfiguration?: {
189
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
193
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
190
194
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
191
195
  } | null | undefined;
192
196
  width?: number | null | undefined;
@@ -194,6 +198,8 @@ export declare const list: (query?: SchemaListQuery) => {
194
198
  widthChars?: number | null | undefined;
195
199
  scoreThreshold?: number | null | undefined;
196
200
  formula?: string | null | undefined;
201
+ context?: string[] | null | undefined;
202
+ prompt?: string | null | undefined;
197
203
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
198
204
  type: import("zod").ZodLiteral<"date">;
199
205
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -277,13 +283,13 @@ export declare const list: (query?: SchemaListQuery) => {
277
283
  required?: boolean | null | undefined;
278
284
  }>>>;
279
285
  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">]>>>;
286
+ 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">]>>>;
281
287
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
282
288
  }, "strip", import("zod").ZodTypeAny, {
283
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
289
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
284
290
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
285
291
  }, {
286
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
292
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
287
293
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
288
294
  }>>>;
289
295
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -291,6 +297,8 @@ export declare const list: (query?: SchemaListQuery) => {
291
297
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
292
298
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
293
299
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
300
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
301
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
294
302
  }, "strip", import("zod").ZodTypeAny, {
295
303
  suggest?: true | undefined;
296
304
  canExport?: boolean | null | undefined;
@@ -309,7 +317,7 @@ export declare const list: (query?: SchemaListQuery) => {
309
317
  required?: boolean | null | undefined;
310
318
  } | null | undefined;
311
319
  uiConfiguration?: {
312
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
320
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
313
321
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
314
322
  } | null | undefined;
315
323
  width?: number | null | undefined;
@@ -317,6 +325,8 @@ export declare const list: (query?: SchemaListQuery) => {
317
325
  widthChars?: number | null | undefined;
318
326
  scoreThreshold?: number | null | undefined;
319
327
  formula?: string | null | undefined;
328
+ context?: string[] | null | undefined;
329
+ prompt?: string | null | undefined;
320
330
  }, {
321
331
  suggest?: true | undefined;
322
332
  canExport?: boolean | null | undefined;
@@ -335,7 +345,7 @@ export declare const list: (query?: SchemaListQuery) => {
335
345
  required?: boolean | null | undefined;
336
346
  } | null | undefined;
337
347
  uiConfiguration?: {
338
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
348
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
339
349
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
340
350
  } | null | undefined;
341
351
  width?: number | null | undefined;
@@ -343,6 +353,8 @@ export declare const list: (query?: SchemaListQuery) => {
343
353
  widthChars?: number | null | undefined;
344
354
  scoreThreshold?: number | null | undefined;
345
355
  formula?: string | null | undefined;
356
+ context?: string[] | null | undefined;
357
+ prompt?: string | null | undefined;
346
358
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
347
359
  type: import("zod").ZodLiteral<"number">;
348
360
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -453,13 +465,13 @@ export declare const list: (query?: SchemaListQuery) => {
453
465
  required?: boolean | null | undefined;
454
466
  }>>>;
455
467
  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">]>>>;
468
+ 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">]>>>;
457
469
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
458
470
  }, "strip", import("zod").ZodTypeAny, {
459
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
471
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
460
472
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
461
473
  }, {
462
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
474
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
463
475
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
464
476
  }>>>;
465
477
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -467,6 +479,8 @@ export declare const list: (query?: SchemaListQuery) => {
467
479
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
468
480
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
469
481
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
482
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
483
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
470
484
  }, "strip", import("zod").ZodTypeAny, {
471
485
  suggest?: true | undefined;
472
486
  canExport?: boolean | null | undefined;
@@ -485,7 +499,7 @@ export declare const list: (query?: SchemaListQuery) => {
485
499
  required?: boolean | null | undefined;
486
500
  } | null | undefined;
487
501
  uiConfiguration?: {
488
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
502
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
489
503
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
490
504
  } | null | undefined;
491
505
  width?: number | null | undefined;
@@ -493,6 +507,8 @@ export declare const list: (query?: SchemaListQuery) => {
493
507
  widthChars?: number | null | undefined;
494
508
  scoreThreshold?: number | null | undefined;
495
509
  formula?: string | null | undefined;
510
+ context?: string[] | null | undefined;
511
+ prompt?: string | null | undefined;
496
512
  }, {
497
513
  suggest?: true | undefined;
498
514
  canExport?: boolean | null | undefined;
@@ -511,7 +527,7 @@ export declare const list: (query?: SchemaListQuery) => {
511
527
  required?: boolean | null | undefined;
512
528
  } | null | undefined;
513
529
  uiConfiguration?: {
514
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
530
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
515
531
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
516
532
  } | null | undefined;
517
533
  width?: number | null | undefined;
@@ -519,6 +535,8 @@ export declare const list: (query?: SchemaListQuery) => {
519
535
  widthChars?: number | null | undefined;
520
536
  scoreThreshold?: number | null | undefined;
521
537
  formula?: string | null | undefined;
538
+ context?: string[] | null | undefined;
539
+ prompt?: string | null | undefined;
522
540
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
523
541
  type: import("zod").ZodLiteral<"enum">;
524
542
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -620,13 +638,13 @@ export declare const list: (query?: SchemaListQuery) => {
620
638
  required?: boolean | null | undefined;
621
639
  }>>>;
622
640
  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">]>>>;
641
+ 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">]>>>;
624
642
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
625
643
  }, "strip", import("zod").ZodTypeAny, {
626
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
644
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
627
645
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
628
646
  }, {
629
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
647
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
630
648
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
631
649
  }>>>;
632
650
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -634,6 +652,8 @@ export declare const list: (query?: SchemaListQuery) => {
634
652
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
635
653
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
636
654
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
655
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
656
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
637
657
  }, "strip", import("zod").ZodTypeAny, {
638
658
  suggest?: true | undefined;
639
659
  canExport?: boolean | null | undefined;
@@ -652,7 +672,7 @@ export declare const list: (query?: SchemaListQuery) => {
652
672
  required?: boolean | null | undefined;
653
673
  } | null | undefined;
654
674
  uiConfiguration?: {
655
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
675
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
656
676
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
657
677
  } | null | undefined;
658
678
  width?: number | null | undefined;
@@ -660,6 +680,8 @@ export declare const list: (query?: SchemaListQuery) => {
660
680
  widthChars?: number | null | undefined;
661
681
  scoreThreshold?: number | null | undefined;
662
682
  formula?: string | null | undefined;
683
+ context?: string[] | null | undefined;
684
+ prompt?: string | null | undefined;
663
685
  }, {
664
686
  suggest?: true | undefined;
665
687
  canExport?: boolean | null | undefined;
@@ -678,7 +700,7 @@ export declare const list: (query?: SchemaListQuery) => {
678
700
  required?: boolean | null | undefined;
679
701
  } | null | undefined;
680
702
  uiConfiguration?: {
681
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
703
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
682
704
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
683
705
  } | null | undefined;
684
706
  width?: number | null | undefined;
@@ -686,6 +708,8 @@ export declare const list: (query?: SchemaListQuery) => {
686
708
  widthChars?: number | null | undefined;
687
709
  scoreThreshold?: number | null | undefined;
688
710
  formula?: string | null | undefined;
711
+ context?: string[] | null | undefined;
712
+ prompt?: string | null | undefined;
689
713
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
690
714
  id: import("zod").ZodString;
691
715
  label: import("zod").ZodString;
@@ -810,13 +834,13 @@ export declare const list: (query?: SchemaListQuery) => {
810
834
  required?: boolean | null | undefined;
811
835
  }>>>;
812
836
  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">]>>>;
837
+ 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">]>>>;
814
838
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
815
839
  }, "strip", import("zod").ZodTypeAny, {
816
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
840
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
817
841
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
818
842
  }, {
819
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
843
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
820
844
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
821
845
  }>>>;
822
846
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -824,6 +848,8 @@ export declare const list: (query?: SchemaListQuery) => {
824
848
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
825
849
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
826
850
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
851
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
852
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
827
853
  }, "strip", import("zod").ZodTypeAny, {
828
854
  suggest?: true | undefined;
829
855
  canExport?: boolean | null | undefined;
@@ -842,7 +868,7 @@ export declare const list: (query?: SchemaListQuery) => {
842
868
  required?: boolean | null | undefined;
843
869
  } | null | undefined;
844
870
  uiConfiguration?: {
845
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
871
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
846
872
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
847
873
  } | null | undefined;
848
874
  width?: number | null | undefined;
@@ -850,6 +876,8 @@ export declare const list: (query?: SchemaListQuery) => {
850
876
  widthChars?: number | null | undefined;
851
877
  scoreThreshold?: number | null | undefined;
852
878
  formula?: string | null | undefined;
879
+ context?: string[] | null | undefined;
880
+ prompt?: string | null | undefined;
853
881
  }, {
854
882
  suggest?: true | undefined;
855
883
  canExport?: boolean | null | undefined;
@@ -868,7 +896,7 @@ export declare const list: (query?: SchemaListQuery) => {
868
896
  required?: boolean | null | undefined;
869
897
  } | null | undefined;
870
898
  uiConfiguration?: {
871
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
899
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
872
900
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
873
901
  } | null | undefined;
874
902
  width?: number | null | undefined;
@@ -876,6 +904,8 @@ export declare const list: (query?: SchemaListQuery) => {
876
904
  widthChars?: number | null | undefined;
877
905
  scoreThreshold?: number | null | undefined;
878
906
  formula?: string | null | undefined;
907
+ context?: string[] | null | undefined;
908
+ prompt?: string | null | undefined;
879
909
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
880
910
  type: import("zod").ZodLiteral<"date">;
881
911
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -959,13 +989,13 @@ export declare const list: (query?: SchemaListQuery) => {
959
989
  required?: boolean | null | undefined;
960
990
  }>>>;
961
991
  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">]>>>;
992
+ 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">]>>>;
963
993
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
964
994
  }, "strip", import("zod").ZodTypeAny, {
965
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
995
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
966
996
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
967
997
  }, {
968
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
998
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
969
999
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
970
1000
  }>>>;
971
1001
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -973,6 +1003,8 @@ export declare const list: (query?: SchemaListQuery) => {
973
1003
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
974
1004
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
975
1005
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1006
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1007
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
976
1008
  }, "strip", import("zod").ZodTypeAny, {
977
1009
  suggest?: true | undefined;
978
1010
  canExport?: boolean | null | undefined;
@@ -991,7 +1023,7 @@ export declare const list: (query?: SchemaListQuery) => {
991
1023
  required?: boolean | null | undefined;
992
1024
  } | null | undefined;
993
1025
  uiConfiguration?: {
994
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1026
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
995
1027
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
996
1028
  } | null | undefined;
997
1029
  width?: number | null | undefined;
@@ -999,6 +1031,8 @@ export declare const list: (query?: SchemaListQuery) => {
999
1031
  widthChars?: number | null | undefined;
1000
1032
  scoreThreshold?: number | null | undefined;
1001
1033
  formula?: string | null | undefined;
1034
+ context?: string[] | null | undefined;
1035
+ prompt?: string | null | undefined;
1002
1036
  }, {
1003
1037
  suggest?: true | undefined;
1004
1038
  canExport?: boolean | null | undefined;
@@ -1017,7 +1051,7 @@ export declare const list: (query?: SchemaListQuery) => {
1017
1051
  required?: boolean | null | undefined;
1018
1052
  } | null | undefined;
1019
1053
  uiConfiguration?: {
1020
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1054
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1021
1055
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1022
1056
  } | null | undefined;
1023
1057
  width?: number | null | undefined;
@@ -1025,6 +1059,8 @@ export declare const list: (query?: SchemaListQuery) => {
1025
1059
  widthChars?: number | null | undefined;
1026
1060
  scoreThreshold?: number | null | undefined;
1027
1061
  formula?: string | null | undefined;
1062
+ context?: string[] | null | undefined;
1063
+ prompt?: string | null | undefined;
1028
1064
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1029
1065
  type: import("zod").ZodLiteral<"number">;
1030
1066
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -1135,13 +1171,13 @@ export declare const list: (query?: SchemaListQuery) => {
1135
1171
  required?: boolean | null | undefined;
1136
1172
  }>>>;
1137
1173
  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">]>>>;
1174
+ 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">]>>>;
1139
1175
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1140
1176
  }, "strip", import("zod").ZodTypeAny, {
1141
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1177
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1142
1178
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1143
1179
  }, {
1144
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1180
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1145
1181
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1146
1182
  }>>>;
1147
1183
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1149,6 +1185,8 @@ export declare const list: (query?: SchemaListQuery) => {
1149
1185
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1150
1186
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1151
1187
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1188
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1189
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1152
1190
  }, "strip", import("zod").ZodTypeAny, {
1153
1191
  suggest?: true | undefined;
1154
1192
  canExport?: boolean | null | undefined;
@@ -1167,7 +1205,7 @@ export declare const list: (query?: SchemaListQuery) => {
1167
1205
  required?: boolean | null | undefined;
1168
1206
  } | null | undefined;
1169
1207
  uiConfiguration?: {
1170
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1208
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1171
1209
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1172
1210
  } | null | undefined;
1173
1211
  width?: number | null | undefined;
@@ -1175,6 +1213,8 @@ export declare const list: (query?: SchemaListQuery) => {
1175
1213
  widthChars?: number | null | undefined;
1176
1214
  scoreThreshold?: number | null | undefined;
1177
1215
  formula?: string | null | undefined;
1216
+ context?: string[] | null | undefined;
1217
+ prompt?: string | null | undefined;
1178
1218
  }, {
1179
1219
  suggest?: true | undefined;
1180
1220
  canExport?: boolean | null | undefined;
@@ -1193,7 +1233,7 @@ export declare const list: (query?: SchemaListQuery) => {
1193
1233
  required?: boolean | null | undefined;
1194
1234
  } | null | undefined;
1195
1235
  uiConfiguration?: {
1196
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1236
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1197
1237
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1198
1238
  } | null | undefined;
1199
1239
  width?: number | null | undefined;
@@ -1201,6 +1241,8 @@ export declare const list: (query?: SchemaListQuery) => {
1201
1241
  widthChars?: number | null | undefined;
1202
1242
  scoreThreshold?: number | null | undefined;
1203
1243
  formula?: string | null | undefined;
1244
+ context?: string[] | null | undefined;
1245
+ prompt?: string | null | undefined;
1204
1246
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1205
1247
  type: import("zod").ZodLiteral<"enum">;
1206
1248
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -1302,13 +1344,13 @@ export declare const list: (query?: SchemaListQuery) => {
1302
1344
  required?: boolean | null | undefined;
1303
1345
  }>>>;
1304
1346
  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">]>>>;
1347
+ 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">]>>>;
1306
1348
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1307
1349
  }, "strip", import("zod").ZodTypeAny, {
1308
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1350
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1309
1351
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1310
1352
  }, {
1311
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1353
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1312
1354
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1313
1355
  }>>>;
1314
1356
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1316,6 +1358,8 @@ export declare const list: (query?: SchemaListQuery) => {
1316
1358
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1317
1359
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1318
1360
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1361
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1362
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1319
1363
  }, "strip", import("zod").ZodTypeAny, {
1320
1364
  suggest?: true | undefined;
1321
1365
  canExport?: boolean | null | undefined;
@@ -1334,7 +1378,7 @@ export declare const list: (query?: SchemaListQuery) => {
1334
1378
  required?: boolean | null | undefined;
1335
1379
  } | null | undefined;
1336
1380
  uiConfiguration?: {
1337
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1381
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1338
1382
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1339
1383
  } | null | undefined;
1340
1384
  width?: number | null | undefined;
@@ -1342,6 +1386,8 @@ export declare const list: (query?: SchemaListQuery) => {
1342
1386
  widthChars?: number | null | undefined;
1343
1387
  scoreThreshold?: number | null | undefined;
1344
1388
  formula?: string | null | undefined;
1389
+ context?: string[] | null | undefined;
1390
+ prompt?: string | null | undefined;
1345
1391
  }, {
1346
1392
  suggest?: true | undefined;
1347
1393
  canExport?: boolean | null | undefined;
@@ -1360,7 +1406,7 @@ export declare const list: (query?: SchemaListQuery) => {
1360
1406
  required?: boolean | null | undefined;
1361
1407
  } | null | undefined;
1362
1408
  uiConfiguration?: {
1363
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1409
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1364
1410
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1365
1411
  } | null | undefined;
1366
1412
  width?: number | null | undefined;
@@ -1368,6 +1414,8 @@ export declare const list: (query?: SchemaListQuery) => {
1368
1414
  widthChars?: number | null | undefined;
1369
1415
  scoreThreshold?: number | null | undefined;
1370
1416
  formula?: string | null | undefined;
1417
+ context?: string[] | null | undefined;
1418
+ prompt?: string | null | undefined;
1371
1419
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1372
1420
  id: import("zod").ZodString;
1373
1421
  label: import("zod").ZodString;
@@ -1413,7 +1461,6 @@ export declare const list: (query?: SchemaListQuery) => {
1413
1461
  }>>]>, "many">;
1414
1462
  rirFieldNames: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1415
1463
  }, "strip", import("zod").ZodTypeAny, {
1416
- category: "tuple";
1417
1464
  children: (({
1418
1465
  type: "string";
1419
1466
  } & {
@@ -1442,7 +1489,7 @@ export declare const list: (query?: SchemaListQuery) => {
1442
1489
  required?: boolean | null | undefined;
1443
1490
  } | null | undefined;
1444
1491
  uiConfiguration?: {
1445
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1492
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1446
1493
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1447
1494
  } | null | undefined;
1448
1495
  width?: number | null | undefined;
@@ -1450,6 +1497,8 @@ export declare const list: (query?: SchemaListQuery) => {
1450
1497
  widthChars?: number | null | undefined;
1451
1498
  scoreThreshold?: number | null | undefined;
1452
1499
  formula?: string | null | undefined;
1500
+ context?: string[] | null | undefined;
1501
+ prompt?: string | null | undefined;
1453
1502
  }) | ({
1454
1503
  type: "date";
1455
1504
  format?: string | null | undefined;
@@ -1479,7 +1528,7 @@ export declare const list: (query?: SchemaListQuery) => {
1479
1528
  required?: boolean | null | undefined;
1480
1529
  } | null | undefined;
1481
1530
  uiConfiguration?: {
1482
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1531
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1483
1532
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1484
1533
  } | null | undefined;
1485
1534
  width?: number | null | undefined;
@@ -1487,6 +1536,8 @@ export declare const list: (query?: SchemaListQuery) => {
1487
1536
  widthChars?: number | null | undefined;
1488
1537
  scoreThreshold?: number | null | undefined;
1489
1538
  formula?: string | null | undefined;
1539
+ context?: string[] | null | undefined;
1540
+ prompt?: string | null | undefined;
1490
1541
  }) | ({
1491
1542
  type: "number";
1492
1543
  format?: string | null | undefined;
@@ -1521,7 +1572,7 @@ export declare const list: (query?: SchemaListQuery) => {
1521
1572
  required?: boolean | null | undefined;
1522
1573
  } | null | undefined;
1523
1574
  uiConfiguration?: {
1524
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1575
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1525
1576
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1526
1577
  } | null | undefined;
1527
1578
  width?: number | null | undefined;
@@ -1529,6 +1580,8 @@ export declare const list: (query?: SchemaListQuery) => {
1529
1580
  widthChars?: number | null | undefined;
1530
1581
  scoreThreshold?: number | null | undefined;
1531
1582
  formula?: string | null | undefined;
1583
+ context?: string[] | null | undefined;
1584
+ prompt?: string | null | undefined;
1532
1585
  }) | ({
1533
1586
  options: {
1534
1587
  value: string;
@@ -1562,7 +1615,7 @@ export declare const list: (query?: SchemaListQuery) => {
1562
1615
  required?: boolean | null | undefined;
1563
1616
  } | null | undefined;
1564
1617
  uiConfiguration?: {
1565
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1618
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1566
1619
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1567
1620
  } | null | undefined;
1568
1621
  width?: number | null | undefined;
@@ -1570,6 +1623,8 @@ export declare const list: (query?: SchemaListQuery) => {
1570
1623
  widthChars?: number | null | undefined;
1571
1624
  scoreThreshold?: number | null | undefined;
1572
1625
  formula?: string | null | undefined;
1626
+ context?: string[] | null | undefined;
1627
+ prompt?: string | null | undefined;
1573
1628
  }) | ({
1574
1629
  id: string;
1575
1630
  label: string;
@@ -1585,9 +1640,9 @@ export declare const list: (query?: SchemaListQuery) => {
1585
1640
  popupUrl?: string | undefined;
1586
1641
  canObtainToken?: boolean | undefined;
1587
1642
  }))[];
1643
+ category: "tuple";
1588
1644
  rirFieldNames?: string[] | null | undefined;
1589
1645
  }, {
1590
- category: "tuple";
1591
1646
  children: (({
1592
1647
  type: "string";
1593
1648
  } & {
@@ -1616,7 +1671,7 @@ export declare const list: (query?: SchemaListQuery) => {
1616
1671
  required?: boolean | null | undefined;
1617
1672
  } | null | undefined;
1618
1673
  uiConfiguration?: {
1619
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1674
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1620
1675
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1621
1676
  } | null | undefined;
1622
1677
  width?: number | null | undefined;
@@ -1624,6 +1679,8 @@ export declare const list: (query?: SchemaListQuery) => {
1624
1679
  widthChars?: number | null | undefined;
1625
1680
  scoreThreshold?: number | null | undefined;
1626
1681
  formula?: string | null | undefined;
1682
+ context?: string[] | null | undefined;
1683
+ prompt?: string | null | undefined;
1627
1684
  }) | ({
1628
1685
  type: "date";
1629
1686
  format?: string | null | undefined;
@@ -1653,7 +1710,7 @@ export declare const list: (query?: SchemaListQuery) => {
1653
1710
  required?: boolean | null | undefined;
1654
1711
  } | null | undefined;
1655
1712
  uiConfiguration?: {
1656
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1713
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1657
1714
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1658
1715
  } | null | undefined;
1659
1716
  width?: number | null | undefined;
@@ -1661,6 +1718,8 @@ export declare const list: (query?: SchemaListQuery) => {
1661
1718
  widthChars?: number | null | undefined;
1662
1719
  scoreThreshold?: number | null | undefined;
1663
1720
  formula?: string | null | undefined;
1721
+ context?: string[] | null | undefined;
1722
+ prompt?: string | null | undefined;
1664
1723
  }) | ({
1665
1724
  type: "number";
1666
1725
  format?: string | null | undefined;
@@ -1695,7 +1754,7 @@ export declare const list: (query?: SchemaListQuery) => {
1695
1754
  required?: boolean | null | undefined;
1696
1755
  } | null | undefined;
1697
1756
  uiConfiguration?: {
1698
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1757
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1699
1758
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1700
1759
  } | null | undefined;
1701
1760
  width?: number | null | undefined;
@@ -1703,6 +1762,8 @@ export declare const list: (query?: SchemaListQuery) => {
1703
1762
  widthChars?: number | null | undefined;
1704
1763
  scoreThreshold?: number | null | undefined;
1705
1764
  formula?: string | null | undefined;
1765
+ context?: string[] | null | undefined;
1766
+ prompt?: string | null | undefined;
1706
1767
  }) | ({
1707
1768
  options: {
1708
1769
  value: string;
@@ -1736,7 +1797,7 @@ export declare const list: (query?: SchemaListQuery) => {
1736
1797
  required?: boolean | null | undefined;
1737
1798
  } | null | undefined;
1738
1799
  uiConfiguration?: {
1739
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1800
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1740
1801
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1741
1802
  } | null | undefined;
1742
1803
  width?: number | null | undefined;
@@ -1744,6 +1805,8 @@ export declare const list: (query?: SchemaListQuery) => {
1744
1805
  widthChars?: number | null | undefined;
1745
1806
  scoreThreshold?: number | null | undefined;
1746
1807
  formula?: string | null | undefined;
1808
+ context?: string[] | null | undefined;
1809
+ prompt?: string | null | undefined;
1747
1810
  }) | ({
1748
1811
  id: string;
1749
1812
  label: string;
@@ -1759,6 +1822,7 @@ export declare const list: (query?: SchemaListQuery) => {
1759
1822
  popupUrl?: string | undefined;
1760
1823
  canObtainToken?: boolean | undefined;
1761
1824
  }))[];
1825
+ category: "tuple";
1762
1826
  rirFieldNames?: string[] | null | undefined;
1763
1827
  }>, import("zod").ZodObject<{
1764
1828
  id: import("zod").ZodString;
@@ -1859,13 +1923,13 @@ export declare const list: (query?: SchemaListQuery) => {
1859
1923
  required?: boolean | null | undefined;
1860
1924
  }>>>;
1861
1925
  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">]>>>;
1926
+ 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">]>>>;
1863
1927
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
1864
1928
  }, "strip", import("zod").ZodTypeAny, {
1865
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1929
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1866
1930
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1867
1931
  }, {
1868
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1932
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1869
1933
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1870
1934
  }>>>;
1871
1935
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -1873,6 +1937,8 @@ export declare const list: (query?: SchemaListQuery) => {
1873
1937
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1874
1938
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
1875
1939
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1940
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1941
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1876
1942
  }, "strip", import("zod").ZodTypeAny, {
1877
1943
  suggest?: true | undefined;
1878
1944
  canExport?: boolean | null | undefined;
@@ -1891,7 +1957,7 @@ export declare const list: (query?: SchemaListQuery) => {
1891
1957
  required?: boolean | null | undefined;
1892
1958
  } | null | undefined;
1893
1959
  uiConfiguration?: {
1894
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1960
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1895
1961
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1896
1962
  } | null | undefined;
1897
1963
  width?: number | null | undefined;
@@ -1899,6 +1965,8 @@ export declare const list: (query?: SchemaListQuery) => {
1899
1965
  widthChars?: number | null | undefined;
1900
1966
  scoreThreshold?: number | null | undefined;
1901
1967
  formula?: string | null | undefined;
1968
+ context?: string[] | null | undefined;
1969
+ prompt?: string | null | undefined;
1902
1970
  }, {
1903
1971
  suggest?: true | undefined;
1904
1972
  canExport?: boolean | null | undefined;
@@ -1917,7 +1985,7 @@ export declare const list: (query?: SchemaListQuery) => {
1917
1985
  required?: boolean | null | undefined;
1918
1986
  } | null | undefined;
1919
1987
  uiConfiguration?: {
1920
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
1988
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
1921
1989
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
1922
1990
  } | null | undefined;
1923
1991
  width?: number | null | undefined;
@@ -1925,6 +1993,8 @@ export declare const list: (query?: SchemaListQuery) => {
1925
1993
  widthChars?: number | null | undefined;
1926
1994
  scoreThreshold?: number | null | undefined;
1927
1995
  formula?: string | null | undefined;
1996
+ context?: string[] | null | undefined;
1997
+ prompt?: string | null | undefined;
1928
1998
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1929
1999
  type: import("zod").ZodLiteral<"date">;
1930
2000
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2008,13 +2078,13 @@ export declare const list: (query?: SchemaListQuery) => {
2008
2078
  required?: boolean | null | undefined;
2009
2079
  }>>>;
2010
2080
  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">]>>>;
2081
+ 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">]>>>;
2012
2082
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2013
2083
  }, "strip", import("zod").ZodTypeAny, {
2014
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2084
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2015
2085
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2016
2086
  }, {
2017
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2087
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2018
2088
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2019
2089
  }>>>;
2020
2090
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2022,6 +2092,8 @@ export declare const list: (query?: SchemaListQuery) => {
2022
2092
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2023
2093
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2024
2094
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2095
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2096
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2025
2097
  }, "strip", import("zod").ZodTypeAny, {
2026
2098
  suggest?: true | undefined;
2027
2099
  canExport?: boolean | null | undefined;
@@ -2040,7 +2112,7 @@ export declare const list: (query?: SchemaListQuery) => {
2040
2112
  required?: boolean | null | undefined;
2041
2113
  } | null | undefined;
2042
2114
  uiConfiguration?: {
2043
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2115
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2044
2116
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2045
2117
  } | null | undefined;
2046
2118
  width?: number | null | undefined;
@@ -2048,6 +2120,8 @@ export declare const list: (query?: SchemaListQuery) => {
2048
2120
  widthChars?: number | null | undefined;
2049
2121
  scoreThreshold?: number | null | undefined;
2050
2122
  formula?: string | null | undefined;
2123
+ context?: string[] | null | undefined;
2124
+ prompt?: string | null | undefined;
2051
2125
  }, {
2052
2126
  suggest?: true | undefined;
2053
2127
  canExport?: boolean | null | undefined;
@@ -2066,7 +2140,7 @@ export declare const list: (query?: SchemaListQuery) => {
2066
2140
  required?: boolean | null | undefined;
2067
2141
  } | null | undefined;
2068
2142
  uiConfiguration?: {
2069
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2143
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2070
2144
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2071
2145
  } | null | undefined;
2072
2146
  width?: number | null | undefined;
@@ -2074,6 +2148,8 @@ export declare const list: (query?: SchemaListQuery) => {
2074
2148
  widthChars?: number | null | undefined;
2075
2149
  scoreThreshold?: number | null | undefined;
2076
2150
  formula?: string | null | undefined;
2151
+ context?: string[] | null | undefined;
2152
+ prompt?: string | null | undefined;
2077
2153
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2078
2154
  type: import("zod").ZodLiteral<"number">;
2079
2155
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -2184,13 +2260,13 @@ export declare const list: (query?: SchemaListQuery) => {
2184
2260
  required?: boolean | null | undefined;
2185
2261
  }>>>;
2186
2262
  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">]>>>;
2263
+ 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">]>>>;
2188
2264
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2189
2265
  }, "strip", import("zod").ZodTypeAny, {
2190
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2266
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2191
2267
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2192
2268
  }, {
2193
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2269
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2194
2270
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2195
2271
  }>>>;
2196
2272
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2198,6 +2274,8 @@ export declare const list: (query?: SchemaListQuery) => {
2198
2274
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2199
2275
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2200
2276
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2277
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2278
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2201
2279
  }, "strip", import("zod").ZodTypeAny, {
2202
2280
  suggest?: true | undefined;
2203
2281
  canExport?: boolean | null | undefined;
@@ -2216,7 +2294,7 @@ export declare const list: (query?: SchemaListQuery) => {
2216
2294
  required?: boolean | null | undefined;
2217
2295
  } | null | undefined;
2218
2296
  uiConfiguration?: {
2219
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2297
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2220
2298
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2221
2299
  } | null | undefined;
2222
2300
  width?: number | null | undefined;
@@ -2224,6 +2302,8 @@ export declare const list: (query?: SchemaListQuery) => {
2224
2302
  widthChars?: number | null | undefined;
2225
2303
  scoreThreshold?: number | null | undefined;
2226
2304
  formula?: string | null | undefined;
2305
+ context?: string[] | null | undefined;
2306
+ prompt?: string | null | undefined;
2227
2307
  }, {
2228
2308
  suggest?: true | undefined;
2229
2309
  canExport?: boolean | null | undefined;
@@ -2242,7 +2322,7 @@ export declare const list: (query?: SchemaListQuery) => {
2242
2322
  required?: boolean | null | undefined;
2243
2323
  } | null | undefined;
2244
2324
  uiConfiguration?: {
2245
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2325
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2246
2326
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2247
2327
  } | null | undefined;
2248
2328
  width?: number | null | undefined;
@@ -2250,6 +2330,8 @@ export declare const list: (query?: SchemaListQuery) => {
2250
2330
  widthChars?: number | null | undefined;
2251
2331
  scoreThreshold?: number | null | undefined;
2252
2332
  formula?: string | null | undefined;
2333
+ context?: string[] | null | undefined;
2334
+ prompt?: string | null | undefined;
2253
2335
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2254
2336
  type: import("zod").ZodLiteral<"enum">;
2255
2337
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -2351,13 +2433,13 @@ export declare const list: (query?: SchemaListQuery) => {
2351
2433
  required?: boolean | null | undefined;
2352
2434
  }>>>;
2353
2435
  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">]>>>;
2436
+ 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">]>>>;
2355
2437
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2356
2438
  }, "strip", import("zod").ZodTypeAny, {
2357
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2439
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2358
2440
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2359
2441
  }, {
2360
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2442
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2361
2443
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2362
2444
  }>>>;
2363
2445
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2365,6 +2447,8 @@ export declare const list: (query?: SchemaListQuery) => {
2365
2447
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2366
2448
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2367
2449
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2450
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2451
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2368
2452
  }, "strip", import("zod").ZodTypeAny, {
2369
2453
  suggest?: true | undefined;
2370
2454
  canExport?: boolean | null | undefined;
@@ -2383,7 +2467,7 @@ export declare const list: (query?: SchemaListQuery) => {
2383
2467
  required?: boolean | null | undefined;
2384
2468
  } | null | undefined;
2385
2469
  uiConfiguration?: {
2386
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2470
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2387
2471
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2388
2472
  } | null | undefined;
2389
2473
  width?: number | null | undefined;
@@ -2391,6 +2475,8 @@ export declare const list: (query?: SchemaListQuery) => {
2391
2475
  widthChars?: number | null | undefined;
2392
2476
  scoreThreshold?: number | null | undefined;
2393
2477
  formula?: string | null | undefined;
2478
+ context?: string[] | null | undefined;
2479
+ prompt?: string | null | undefined;
2394
2480
  }, {
2395
2481
  suggest?: true | undefined;
2396
2482
  canExport?: boolean | null | undefined;
@@ -2409,7 +2495,7 @@ export declare const list: (query?: SchemaListQuery) => {
2409
2495
  required?: boolean | null | undefined;
2410
2496
  } | null | undefined;
2411
2497
  uiConfiguration?: {
2412
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2498
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2413
2499
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2414
2500
  } | null | undefined;
2415
2501
  width?: number | null | undefined;
@@ -2417,6 +2503,8 @@ export declare const list: (query?: SchemaListQuery) => {
2417
2503
  widthChars?: number | null | undefined;
2418
2504
  scoreThreshold?: number | null | undefined;
2419
2505
  formula?: string | null | undefined;
2506
+ context?: string[] | null | undefined;
2507
+ prompt?: string | null | undefined;
2420
2508
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
2421
2509
  id: import("zod").ZodString;
2422
2510
  label: import("zod").ZodString;
@@ -2489,7 +2577,7 @@ export declare const list: (query?: SchemaListQuery) => {
2489
2577
  required?: boolean | null | undefined;
2490
2578
  } | null | undefined;
2491
2579
  uiConfiguration?: {
2492
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2580
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2493
2581
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2494
2582
  } | null | undefined;
2495
2583
  width?: number | null | undefined;
@@ -2497,6 +2585,8 @@ export declare const list: (query?: SchemaListQuery) => {
2497
2585
  widthChars?: number | null | undefined;
2498
2586
  scoreThreshold?: number | null | undefined;
2499
2587
  formula?: string | null | undefined;
2588
+ context?: string[] | null | undefined;
2589
+ prompt?: string | null | undefined;
2500
2590
  }) | ({
2501
2591
  type: "date";
2502
2592
  format?: string | null | undefined;
@@ -2526,7 +2616,7 @@ export declare const list: (query?: SchemaListQuery) => {
2526
2616
  required?: boolean | null | undefined;
2527
2617
  } | null | undefined;
2528
2618
  uiConfiguration?: {
2529
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2619
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2530
2620
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2531
2621
  } | null | undefined;
2532
2622
  width?: number | null | undefined;
@@ -2534,6 +2624,8 @@ export declare const list: (query?: SchemaListQuery) => {
2534
2624
  widthChars?: number | null | undefined;
2535
2625
  scoreThreshold?: number | null | undefined;
2536
2626
  formula?: string | null | undefined;
2627
+ context?: string[] | null | undefined;
2628
+ prompt?: string | null | undefined;
2537
2629
  }) | ({
2538
2630
  type: "number";
2539
2631
  format?: string | null | undefined;
@@ -2568,7 +2660,7 @@ export declare const list: (query?: SchemaListQuery) => {
2568
2660
  required?: boolean | null | undefined;
2569
2661
  } | null | undefined;
2570
2662
  uiConfiguration?: {
2571
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2663
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2572
2664
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2573
2665
  } | null | undefined;
2574
2666
  width?: number | null | undefined;
@@ -2576,6 +2668,8 @@ export declare const list: (query?: SchemaListQuery) => {
2576
2668
  widthChars?: number | null | undefined;
2577
2669
  scoreThreshold?: number | null | undefined;
2578
2670
  formula?: string | null | undefined;
2671
+ context?: string[] | null | undefined;
2672
+ prompt?: string | null | undefined;
2579
2673
  }) | ({
2580
2674
  options: {
2581
2675
  value: string;
@@ -2609,7 +2703,7 @@ export declare const list: (query?: SchemaListQuery) => {
2609
2703
  required?: boolean | null | undefined;
2610
2704
  } | null | undefined;
2611
2705
  uiConfiguration?: {
2612
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2706
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2613
2707
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2614
2708
  } | null | undefined;
2615
2709
  width?: number | null | undefined;
@@ -2617,6 +2711,8 @@ export declare const list: (query?: SchemaListQuery) => {
2617
2711
  widthChars?: number | null | undefined;
2618
2712
  scoreThreshold?: number | null | undefined;
2619
2713
  formula?: string | null | undefined;
2714
+ context?: string[] | null | undefined;
2715
+ prompt?: string | null | undefined;
2620
2716
  }) | ({
2621
2717
  id: string;
2622
2718
  label: string;
@@ -2661,7 +2757,7 @@ export declare const list: (query?: SchemaListQuery) => {
2661
2757
  required?: boolean | null | undefined;
2662
2758
  } | null | undefined;
2663
2759
  uiConfiguration?: {
2664
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2760
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2665
2761
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2666
2762
  } | null | undefined;
2667
2763
  width?: number | null | undefined;
@@ -2669,6 +2765,8 @@ export declare const list: (query?: SchemaListQuery) => {
2669
2765
  widthChars?: number | null | undefined;
2670
2766
  scoreThreshold?: number | null | undefined;
2671
2767
  formula?: string | null | undefined;
2768
+ context?: string[] | null | undefined;
2769
+ prompt?: string | null | undefined;
2672
2770
  }) | ({
2673
2771
  type: "date";
2674
2772
  format?: string | null | undefined;
@@ -2698,7 +2796,7 @@ export declare const list: (query?: SchemaListQuery) => {
2698
2796
  required?: boolean | null | undefined;
2699
2797
  } | null | undefined;
2700
2798
  uiConfiguration?: {
2701
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2799
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2702
2800
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2703
2801
  } | null | undefined;
2704
2802
  width?: number | null | undefined;
@@ -2706,6 +2804,8 @@ export declare const list: (query?: SchemaListQuery) => {
2706
2804
  widthChars?: number | null | undefined;
2707
2805
  scoreThreshold?: number | null | undefined;
2708
2806
  formula?: string | null | undefined;
2807
+ context?: string[] | null | undefined;
2808
+ prompt?: string | null | undefined;
2709
2809
  }) | ({
2710
2810
  type: "number";
2711
2811
  format?: string | null | undefined;
@@ -2740,7 +2840,7 @@ export declare const list: (query?: SchemaListQuery) => {
2740
2840
  required?: boolean | null | undefined;
2741
2841
  } | null | undefined;
2742
2842
  uiConfiguration?: {
2743
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2843
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2744
2844
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2745
2845
  } | null | undefined;
2746
2846
  width?: number | null | undefined;
@@ -2748,6 +2848,8 @@ export declare const list: (query?: SchemaListQuery) => {
2748
2848
  widthChars?: number | null | undefined;
2749
2849
  scoreThreshold?: number | null | undefined;
2750
2850
  formula?: string | null | undefined;
2851
+ context?: string[] | null | undefined;
2852
+ prompt?: string | null | undefined;
2751
2853
  }) | ({
2752
2854
  options: {
2753
2855
  value: string;
@@ -2781,7 +2883,7 @@ export declare const list: (query?: SchemaListQuery) => {
2781
2883
  required?: boolean | null | undefined;
2782
2884
  } | null | undefined;
2783
2885
  uiConfiguration?: {
2784
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
2886
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2785
2887
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2786
2888
  } | null | undefined;
2787
2889
  width?: number | null | undefined;
@@ -2789,6 +2891,8 @@ export declare const list: (query?: SchemaListQuery) => {
2789
2891
  widthChars?: number | null | undefined;
2790
2892
  scoreThreshold?: number | null | undefined;
2791
2893
  formula?: string | null | undefined;
2894
+ context?: string[] | null | undefined;
2895
+ prompt?: string | null | undefined;
2792
2896
  }) | ({
2793
2897
  id: string;
2794
2898
  label: string;
@@ -2946,13 +3050,13 @@ export declare const list: (query?: SchemaListQuery) => {
2946
3050
  required?: boolean | null | undefined;
2947
3051
  }>>>;
2948
3052
  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">]>>>;
3053
+ 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">]>>>;
2950
3054
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
2951
3055
  }, "strip", import("zod").ZodTypeAny, {
2952
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3056
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2953
3057
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2954
3058
  }, {
2955
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3059
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2956
3060
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2957
3061
  }>>>;
2958
3062
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -2960,6 +3064,8 @@ export declare const list: (query?: SchemaListQuery) => {
2960
3064
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2961
3065
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2962
3066
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3067
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3068
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
2963
3069
  }, "strip", import("zod").ZodTypeAny, {
2964
3070
  suggest?: true | undefined;
2965
3071
  canExport?: boolean | null | undefined;
@@ -2978,7 +3084,7 @@ export declare const list: (query?: SchemaListQuery) => {
2978
3084
  required?: boolean | null | undefined;
2979
3085
  } | null | undefined;
2980
3086
  uiConfiguration?: {
2981
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3087
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
2982
3088
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
2983
3089
  } | null | undefined;
2984
3090
  width?: number | null | undefined;
@@ -2986,6 +3092,8 @@ export declare const list: (query?: SchemaListQuery) => {
2986
3092
  widthChars?: number | null | undefined;
2987
3093
  scoreThreshold?: number | null | undefined;
2988
3094
  formula?: string | null | undefined;
3095
+ context?: string[] | null | undefined;
3096
+ prompt?: string | null | undefined;
2989
3097
  }, {
2990
3098
  suggest?: true | undefined;
2991
3099
  canExport?: boolean | null | undefined;
@@ -3004,7 +3112,7 @@ export declare const list: (query?: SchemaListQuery) => {
3004
3112
  required?: boolean | null | undefined;
3005
3113
  } | null | undefined;
3006
3114
  uiConfiguration?: {
3007
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3115
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3008
3116
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3009
3117
  } | null | undefined;
3010
3118
  width?: number | null | undefined;
@@ -3012,6 +3120,8 @@ export declare const list: (query?: SchemaListQuery) => {
3012
3120
  widthChars?: number | null | undefined;
3013
3121
  scoreThreshold?: number | null | undefined;
3014
3122
  formula?: string | null | undefined;
3123
+ context?: string[] | null | undefined;
3124
+ prompt?: string | null | undefined;
3015
3125
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3016
3126
  type: import("zod").ZodLiteral<"date">;
3017
3127
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3095,13 +3205,13 @@ export declare const list: (query?: SchemaListQuery) => {
3095
3205
  required?: boolean | null | undefined;
3096
3206
  }>>>;
3097
3207
  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">]>>>;
3208
+ type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
3099
3209
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3100
3210
  }, "strip", import("zod").ZodTypeAny, {
3101
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3211
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3102
3212
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3103
3213
  }, {
3104
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3214
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3105
3215
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3106
3216
  }>>>;
3107
3217
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3109,6 +3219,8 @@ export declare const list: (query?: SchemaListQuery) => {
3109
3219
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3110
3220
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3111
3221
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3222
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3223
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3112
3224
  }, "strip", import("zod").ZodTypeAny, {
3113
3225
  suggest?: true | undefined;
3114
3226
  canExport?: boolean | null | undefined;
@@ -3127,7 +3239,7 @@ export declare const list: (query?: SchemaListQuery) => {
3127
3239
  required?: boolean | null | undefined;
3128
3240
  } | null | undefined;
3129
3241
  uiConfiguration?: {
3130
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3242
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3131
3243
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3132
3244
  } | null | undefined;
3133
3245
  width?: number | null | undefined;
@@ -3135,6 +3247,8 @@ export declare const list: (query?: SchemaListQuery) => {
3135
3247
  widthChars?: number | null | undefined;
3136
3248
  scoreThreshold?: number | null | undefined;
3137
3249
  formula?: string | null | undefined;
3250
+ context?: string[] | null | undefined;
3251
+ prompt?: string | null | undefined;
3138
3252
  }, {
3139
3253
  suggest?: true | undefined;
3140
3254
  canExport?: boolean | null | undefined;
@@ -3153,7 +3267,7 @@ export declare const list: (query?: SchemaListQuery) => {
3153
3267
  required?: boolean | null | undefined;
3154
3268
  } | null | undefined;
3155
3269
  uiConfiguration?: {
3156
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3270
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3157
3271
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3158
3272
  } | null | undefined;
3159
3273
  width?: number | null | undefined;
@@ -3161,6 +3275,8 @@ export declare const list: (query?: SchemaListQuery) => {
3161
3275
  widthChars?: number | null | undefined;
3162
3276
  scoreThreshold?: number | null | undefined;
3163
3277
  formula?: string | null | undefined;
3278
+ context?: string[] | null | undefined;
3279
+ prompt?: string | null | undefined;
3164
3280
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3165
3281
  type: import("zod").ZodLiteral<"number">;
3166
3282
  format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -3271,13 +3387,13 @@ export declare const list: (query?: SchemaListQuery) => {
3271
3387
  required?: boolean | null | undefined;
3272
3388
  }>>>;
3273
3389
  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">]>>>;
3390
+ 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">]>>>;
3275
3391
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3276
3392
  }, "strip", import("zod").ZodTypeAny, {
3277
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3393
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3278
3394
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3279
3395
  }, {
3280
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3396
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3281
3397
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3282
3398
  }>>>;
3283
3399
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3285,6 +3401,8 @@ export declare const list: (query?: SchemaListQuery) => {
3285
3401
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3286
3402
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3287
3403
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3404
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3405
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3288
3406
  }, "strip", import("zod").ZodTypeAny, {
3289
3407
  suggest?: true | undefined;
3290
3408
  canExport?: boolean | null | undefined;
@@ -3303,7 +3421,7 @@ export declare const list: (query?: SchemaListQuery) => {
3303
3421
  required?: boolean | null | undefined;
3304
3422
  } | null | undefined;
3305
3423
  uiConfiguration?: {
3306
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3424
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3307
3425
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3308
3426
  } | null | undefined;
3309
3427
  width?: number | null | undefined;
@@ -3311,6 +3429,8 @@ export declare const list: (query?: SchemaListQuery) => {
3311
3429
  widthChars?: number | null | undefined;
3312
3430
  scoreThreshold?: number | null | undefined;
3313
3431
  formula?: string | null | undefined;
3432
+ context?: string[] | null | undefined;
3433
+ prompt?: string | null | undefined;
3314
3434
  }, {
3315
3435
  suggest?: true | undefined;
3316
3436
  canExport?: boolean | null | undefined;
@@ -3329,7 +3449,7 @@ export declare const list: (query?: SchemaListQuery) => {
3329
3449
  required?: boolean | null | undefined;
3330
3450
  } | null | undefined;
3331
3451
  uiConfiguration?: {
3332
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3452
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3333
3453
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3334
3454
  } | null | undefined;
3335
3455
  width?: number | null | undefined;
@@ -3337,6 +3457,8 @@ export declare const list: (query?: SchemaListQuery) => {
3337
3457
  widthChars?: number | null | undefined;
3338
3458
  scoreThreshold?: number | null | undefined;
3339
3459
  formula?: string | null | undefined;
3460
+ context?: string[] | null | undefined;
3461
+ prompt?: string | null | undefined;
3340
3462
  }>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
3341
3463
  type: import("zod").ZodLiteral<"enum">;
3342
3464
  options: import("zod").ZodArray<import("zod").ZodObject<{
@@ -3438,13 +3560,13 @@ export declare const list: (query?: SchemaListQuery) => {
3438
3560
  required?: boolean | null | undefined;
3439
3561
  }>>>;
3440
3562
  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">]>>>;
3563
+ 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">]>>>;
3442
3564
  edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
3443
3565
  }, "strip", import("zod").ZodTypeAny, {
3444
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3566
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3445
3567
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3446
3568
  }, {
3447
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3569
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3448
3570
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3449
3571
  }>>>;
3450
3572
  width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -3452,6 +3574,8 @@ export declare const list: (query?: SchemaListQuery) => {
3452
3574
  widthChars: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3453
3575
  scoreThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
3454
3576
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3577
+ context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3578
+ prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3455
3579
  }, "strip", import("zod").ZodTypeAny, {
3456
3580
  suggest?: true | undefined;
3457
3581
  canExport?: boolean | null | undefined;
@@ -3470,7 +3594,7 @@ export declare const list: (query?: SchemaListQuery) => {
3470
3594
  required?: boolean | null | undefined;
3471
3595
  } | null | undefined;
3472
3596
  uiConfiguration?: {
3473
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3597
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3474
3598
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3475
3599
  } | null | undefined;
3476
3600
  width?: number | null | undefined;
@@ -3478,6 +3602,8 @@ export declare const list: (query?: SchemaListQuery) => {
3478
3602
  widthChars?: number | null | undefined;
3479
3603
  scoreThreshold?: number | null | undefined;
3480
3604
  formula?: string | null | undefined;
3605
+ context?: string[] | null | undefined;
3606
+ prompt?: string | null | undefined;
3481
3607
  }, {
3482
3608
  suggest?: true | undefined;
3483
3609
  canExport?: boolean | null | undefined;
@@ -3496,7 +3622,7 @@ export declare const list: (query?: SchemaListQuery) => {
3496
3622
  required?: boolean | null | undefined;
3497
3623
  } | null | undefined;
3498
3624
  uiConfiguration?: {
3499
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3625
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3500
3626
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3501
3627
  } | null | undefined;
3502
3628
  width?: number | null | undefined;
@@ -3504,6 +3630,8 @@ export declare const list: (query?: SchemaListQuery) => {
3504
3630
  widthChars?: number | null | undefined;
3505
3631
  scoreThreshold?: number | null | undefined;
3506
3632
  formula?: string | null | undefined;
3633
+ context?: string[] | null | undefined;
3634
+ prompt?: string | null | undefined;
3507
3635
  }>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
3508
3636
  id: import("zod").ZodString;
3509
3637
  label: import("zod").ZodString;
@@ -3549,7 +3677,6 @@ export declare const list: (query?: SchemaListQuery) => {
3549
3677
  }>>]>, "many">;
3550
3678
  rirFieldNames: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
3551
3679
  }, "strip", import("zod").ZodTypeAny, {
3552
- category: "tuple";
3553
3680
  children: (({
3554
3681
  type: "string";
3555
3682
  } & {
@@ -3578,7 +3705,7 @@ export declare const list: (query?: SchemaListQuery) => {
3578
3705
  required?: boolean | null | undefined;
3579
3706
  } | null | undefined;
3580
3707
  uiConfiguration?: {
3581
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3708
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3582
3709
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3583
3710
  } | null | undefined;
3584
3711
  width?: number | null | undefined;
@@ -3586,6 +3713,8 @@ export declare const list: (query?: SchemaListQuery) => {
3586
3713
  widthChars?: number | null | undefined;
3587
3714
  scoreThreshold?: number | null | undefined;
3588
3715
  formula?: string | null | undefined;
3716
+ context?: string[] | null | undefined;
3717
+ prompt?: string | null | undefined;
3589
3718
  }) | ({
3590
3719
  type: "date";
3591
3720
  format?: string | null | undefined;
@@ -3615,7 +3744,7 @@ export declare const list: (query?: SchemaListQuery) => {
3615
3744
  required?: boolean | null | undefined;
3616
3745
  } | null | undefined;
3617
3746
  uiConfiguration?: {
3618
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3747
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3619
3748
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3620
3749
  } | null | undefined;
3621
3750
  width?: number | null | undefined;
@@ -3623,6 +3752,8 @@ export declare const list: (query?: SchemaListQuery) => {
3623
3752
  widthChars?: number | null | undefined;
3624
3753
  scoreThreshold?: number | null | undefined;
3625
3754
  formula?: string | null | undefined;
3755
+ context?: string[] | null | undefined;
3756
+ prompt?: string | null | undefined;
3626
3757
  }) | ({
3627
3758
  type: "number";
3628
3759
  format?: string | null | undefined;
@@ -3657,7 +3788,7 @@ export declare const list: (query?: SchemaListQuery) => {
3657
3788
  required?: boolean | null | undefined;
3658
3789
  } | null | undefined;
3659
3790
  uiConfiguration?: {
3660
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3791
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3661
3792
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3662
3793
  } | null | undefined;
3663
3794
  width?: number | null | undefined;
@@ -3665,6 +3796,8 @@ export declare const list: (query?: SchemaListQuery) => {
3665
3796
  widthChars?: number | null | undefined;
3666
3797
  scoreThreshold?: number | null | undefined;
3667
3798
  formula?: string | null | undefined;
3799
+ context?: string[] | null | undefined;
3800
+ prompt?: string | null | undefined;
3668
3801
  }) | ({
3669
3802
  options: {
3670
3803
  value: string;
@@ -3698,7 +3831,7 @@ export declare const list: (query?: SchemaListQuery) => {
3698
3831
  required?: boolean | null | undefined;
3699
3832
  } | null | undefined;
3700
3833
  uiConfiguration?: {
3701
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3834
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3702
3835
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3703
3836
  } | null | undefined;
3704
3837
  width?: number | null | undefined;
@@ -3706,6 +3839,8 @@ export declare const list: (query?: SchemaListQuery) => {
3706
3839
  widthChars?: number | null | undefined;
3707
3840
  scoreThreshold?: number | null | undefined;
3708
3841
  formula?: string | null | undefined;
3842
+ context?: string[] | null | undefined;
3843
+ prompt?: string | null | undefined;
3709
3844
  }) | ({
3710
3845
  id: string;
3711
3846
  label: string;
@@ -3721,9 +3856,9 @@ export declare const list: (query?: SchemaListQuery) => {
3721
3856
  popupUrl?: string | undefined;
3722
3857
  canObtainToken?: boolean | undefined;
3723
3858
  }))[];
3859
+ category: "tuple";
3724
3860
  rirFieldNames?: string[] | null | undefined;
3725
3861
  }, {
3726
- category: "tuple";
3727
3862
  children: (({
3728
3863
  type: "string";
3729
3864
  } & {
@@ -3752,7 +3887,7 @@ export declare const list: (query?: SchemaListQuery) => {
3752
3887
  required?: boolean | null | undefined;
3753
3888
  } | null | undefined;
3754
3889
  uiConfiguration?: {
3755
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3890
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3756
3891
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3757
3892
  } | null | undefined;
3758
3893
  width?: number | null | undefined;
@@ -3760,6 +3895,8 @@ export declare const list: (query?: SchemaListQuery) => {
3760
3895
  widthChars?: number | null | undefined;
3761
3896
  scoreThreshold?: number | null | undefined;
3762
3897
  formula?: string | null | undefined;
3898
+ context?: string[] | null | undefined;
3899
+ prompt?: string | null | undefined;
3763
3900
  }) | ({
3764
3901
  type: "date";
3765
3902
  format?: string | null | undefined;
@@ -3789,7 +3926,7 @@ export declare const list: (query?: SchemaListQuery) => {
3789
3926
  required?: boolean | null | undefined;
3790
3927
  } | null | undefined;
3791
3928
  uiConfiguration?: {
3792
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3929
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3793
3930
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3794
3931
  } | null | undefined;
3795
3932
  width?: number | null | undefined;
@@ -3797,6 +3934,8 @@ export declare const list: (query?: SchemaListQuery) => {
3797
3934
  widthChars?: number | null | undefined;
3798
3935
  scoreThreshold?: number | null | undefined;
3799
3936
  formula?: string | null | undefined;
3937
+ context?: string[] | null | undefined;
3938
+ prompt?: string | null | undefined;
3800
3939
  }) | ({
3801
3940
  type: "number";
3802
3941
  format?: string | null | undefined;
@@ -3831,7 +3970,7 @@ export declare const list: (query?: SchemaListQuery) => {
3831
3970
  required?: boolean | null | undefined;
3832
3971
  } | null | undefined;
3833
3972
  uiConfiguration?: {
3834
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
3973
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3835
3974
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3836
3975
  } | null | undefined;
3837
3976
  width?: number | null | undefined;
@@ -3839,6 +3978,8 @@ export declare const list: (query?: SchemaListQuery) => {
3839
3978
  widthChars?: number | null | undefined;
3840
3979
  scoreThreshold?: number | null | undefined;
3841
3980
  formula?: string | null | undefined;
3981
+ context?: string[] | null | undefined;
3982
+ prompt?: string | null | undefined;
3842
3983
  }) | ({
3843
3984
  options: {
3844
3985
  value: string;
@@ -3872,7 +4013,7 @@ export declare const list: (query?: SchemaListQuery) => {
3872
4013
  required?: boolean | null | undefined;
3873
4014
  } | null | undefined;
3874
4015
  uiConfiguration?: {
3875
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4016
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3876
4017
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3877
4018
  } | null | undefined;
3878
4019
  width?: number | null | undefined;
@@ -3880,6 +4021,8 @@ export declare const list: (query?: SchemaListQuery) => {
3880
4021
  widthChars?: number | null | undefined;
3881
4022
  scoreThreshold?: number | null | undefined;
3882
4023
  formula?: string | null | undefined;
4024
+ context?: string[] | null | undefined;
4025
+ prompt?: string | null | undefined;
3883
4026
  }) | ({
3884
4027
  id: string;
3885
4028
  label: string;
@@ -3895,6 +4038,7 @@ export declare const list: (query?: SchemaListQuery) => {
3895
4038
  popupUrl?: string | undefined;
3896
4039
  canObtainToken?: boolean | undefined;
3897
4040
  }))[];
4041
+ category: "tuple";
3898
4042
  rirFieldNames?: string[] | null | undefined;
3899
4043
  }>, import("zod").ZodObject<{
3900
4044
  id: import("zod").ZodString;
@@ -3917,7 +4061,6 @@ export declare const list: (query?: SchemaListQuery) => {
3917
4061
  }>>;
3918
4062
  }, "strip", import("zod").ZodTypeAny, {
3919
4063
  children: {
3920
- category: "tuple";
3921
4064
  children: (({
3922
4065
  type: "string";
3923
4066
  } & {
@@ -3946,7 +4089,7 @@ export declare const list: (query?: SchemaListQuery) => {
3946
4089
  required?: boolean | null | undefined;
3947
4090
  } | null | undefined;
3948
4091
  uiConfiguration?: {
3949
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4092
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3950
4093
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3951
4094
  } | null | undefined;
3952
4095
  width?: number | null | undefined;
@@ -3954,6 +4097,8 @@ export declare const list: (query?: SchemaListQuery) => {
3954
4097
  widthChars?: number | null | undefined;
3955
4098
  scoreThreshold?: number | null | undefined;
3956
4099
  formula?: string | null | undefined;
4100
+ context?: string[] | null | undefined;
4101
+ prompt?: string | null | undefined;
3957
4102
  }) | ({
3958
4103
  type: "date";
3959
4104
  format?: string | null | undefined;
@@ -3983,7 +4128,7 @@ export declare const list: (query?: SchemaListQuery) => {
3983
4128
  required?: boolean | null | undefined;
3984
4129
  } | null | undefined;
3985
4130
  uiConfiguration?: {
3986
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4131
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
3987
4132
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
3988
4133
  } | null | undefined;
3989
4134
  width?: number | null | undefined;
@@ -3991,6 +4136,8 @@ export declare const list: (query?: SchemaListQuery) => {
3991
4136
  widthChars?: number | null | undefined;
3992
4137
  scoreThreshold?: number | null | undefined;
3993
4138
  formula?: string | null | undefined;
4139
+ context?: string[] | null | undefined;
4140
+ prompt?: string | null | undefined;
3994
4141
  }) | ({
3995
4142
  type: "number";
3996
4143
  format?: string | null | undefined;
@@ -4025,7 +4172,7 @@ export declare const list: (query?: SchemaListQuery) => {
4025
4172
  required?: boolean | null | undefined;
4026
4173
  } | null | undefined;
4027
4174
  uiConfiguration?: {
4028
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4175
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4029
4176
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4030
4177
  } | null | undefined;
4031
4178
  width?: number | null | undefined;
@@ -4033,6 +4180,8 @@ export declare const list: (query?: SchemaListQuery) => {
4033
4180
  widthChars?: number | null | undefined;
4034
4181
  scoreThreshold?: number | null | undefined;
4035
4182
  formula?: string | null | undefined;
4183
+ context?: string[] | null | undefined;
4184
+ prompt?: string | null | undefined;
4036
4185
  }) | ({
4037
4186
  options: {
4038
4187
  value: string;
@@ -4066,7 +4215,7 @@ export declare const list: (query?: SchemaListQuery) => {
4066
4215
  required?: boolean | null | undefined;
4067
4216
  } | null | undefined;
4068
4217
  uiConfiguration?: {
4069
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4218
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4070
4219
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4071
4220
  } | null | undefined;
4072
4221
  width?: number | null | undefined;
@@ -4074,6 +4223,8 @@ export declare const list: (query?: SchemaListQuery) => {
4074
4223
  widthChars?: number | null | undefined;
4075
4224
  scoreThreshold?: number | null | undefined;
4076
4225
  formula?: string | null | undefined;
4226
+ context?: string[] | null | undefined;
4227
+ prompt?: string | null | undefined;
4077
4228
  }) | ({
4078
4229
  id: string;
4079
4230
  label: string;
@@ -4089,6 +4240,7 @@ export declare const list: (query?: SchemaListQuery) => {
4089
4240
  popupUrl?: string | undefined;
4090
4241
  canObtainToken?: boolean | undefined;
4091
4242
  }))[];
4243
+ category: "tuple";
4092
4244
  rirFieldNames?: string[] | null | undefined;
4093
4245
  } & {
4094
4246
  id: string;
@@ -4099,7 +4251,6 @@ export declare const list: (query?: SchemaListQuery) => {
4099
4251
  };
4100
4252
  }, {
4101
4253
  children: {
4102
- category: "tuple";
4103
4254
  children: (({
4104
4255
  type: "string";
4105
4256
  } & {
@@ -4128,7 +4279,7 @@ export declare const list: (query?: SchemaListQuery) => {
4128
4279
  required?: boolean | null | undefined;
4129
4280
  } | null | undefined;
4130
4281
  uiConfiguration?: {
4131
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4282
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4132
4283
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4133
4284
  } | null | undefined;
4134
4285
  width?: number | null | undefined;
@@ -4136,6 +4287,8 @@ export declare const list: (query?: SchemaListQuery) => {
4136
4287
  widthChars?: number | null | undefined;
4137
4288
  scoreThreshold?: number | null | undefined;
4138
4289
  formula?: string | null | undefined;
4290
+ context?: string[] | null | undefined;
4291
+ prompt?: string | null | undefined;
4139
4292
  }) | ({
4140
4293
  type: "date";
4141
4294
  format?: string | null | undefined;
@@ -4165,7 +4318,7 @@ export declare const list: (query?: SchemaListQuery) => {
4165
4318
  required?: boolean | null | undefined;
4166
4319
  } | null | undefined;
4167
4320
  uiConfiguration?: {
4168
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4321
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4169
4322
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4170
4323
  } | null | undefined;
4171
4324
  width?: number | null | undefined;
@@ -4173,6 +4326,8 @@ export declare const list: (query?: SchemaListQuery) => {
4173
4326
  widthChars?: number | null | undefined;
4174
4327
  scoreThreshold?: number | null | undefined;
4175
4328
  formula?: string | null | undefined;
4329
+ context?: string[] | null | undefined;
4330
+ prompt?: string | null | undefined;
4176
4331
  }) | ({
4177
4332
  type: "number";
4178
4333
  format?: string | null | undefined;
@@ -4207,7 +4362,7 @@ export declare const list: (query?: SchemaListQuery) => {
4207
4362
  required?: boolean | null | undefined;
4208
4363
  } | null | undefined;
4209
4364
  uiConfiguration?: {
4210
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4365
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4211
4366
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4212
4367
  } | null | undefined;
4213
4368
  width?: number | null | undefined;
@@ -4215,6 +4370,8 @@ export declare const list: (query?: SchemaListQuery) => {
4215
4370
  widthChars?: number | null | undefined;
4216
4371
  scoreThreshold?: number | null | undefined;
4217
4372
  formula?: string | null | undefined;
4373
+ context?: string[] | null | undefined;
4374
+ prompt?: string | null | undefined;
4218
4375
  }) | ({
4219
4376
  options: {
4220
4377
  value: string;
@@ -4248,7 +4405,7 @@ export declare const list: (query?: SchemaListQuery) => {
4248
4405
  required?: boolean | null | undefined;
4249
4406
  } | null | undefined;
4250
4407
  uiConfiguration?: {
4251
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4408
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4252
4409
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4253
4410
  } | null | undefined;
4254
4411
  width?: number | null | undefined;
@@ -4256,6 +4413,8 @@ export declare const list: (query?: SchemaListQuery) => {
4256
4413
  widthChars?: number | null | undefined;
4257
4414
  scoreThreshold?: number | null | undefined;
4258
4415
  formula?: string | null | undefined;
4416
+ context?: string[] | null | undefined;
4417
+ prompt?: string | null | undefined;
4259
4418
  }) | ({
4260
4419
  id: string;
4261
4420
  label: string;
@@ -4271,6 +4430,7 @@ export declare const list: (query?: SchemaListQuery) => {
4271
4430
  popupUrl?: string | undefined;
4272
4431
  canObtainToken?: boolean | undefined;
4273
4432
  }))[];
4433
+ category: "tuple";
4274
4434
  rirFieldNames?: string[] | null | undefined;
4275
4435
  } & {
4276
4436
  id: string;
@@ -4341,7 +4501,6 @@ export declare const list: (query?: SchemaListQuery) => {
4341
4501
  }>>>]>, "many">;
4342
4502
  icon: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
4343
4503
  }, "strip", import("zod").ZodTypeAny, {
4344
- category: "section";
4345
4504
  children: (({
4346
4505
  type: "string";
4347
4506
  } & {
@@ -4370,7 +4529,7 @@ export declare const list: (query?: SchemaListQuery) => {
4370
4529
  required?: boolean | null | undefined;
4371
4530
  } | null | undefined;
4372
4531
  uiConfiguration?: {
4373
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4532
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4374
4533
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4375
4534
  } | null | undefined;
4376
4535
  width?: number | null | undefined;
@@ -4378,6 +4537,8 @@ export declare const list: (query?: SchemaListQuery) => {
4378
4537
  widthChars?: number | null | undefined;
4379
4538
  scoreThreshold?: number | null | undefined;
4380
4539
  formula?: string | null | undefined;
4540
+ context?: string[] | null | undefined;
4541
+ prompt?: string | null | undefined;
4381
4542
  }) | ({
4382
4543
  type: "date";
4383
4544
  format?: string | null | undefined;
@@ -4407,7 +4568,7 @@ export declare const list: (query?: SchemaListQuery) => {
4407
4568
  required?: boolean | null | undefined;
4408
4569
  } | null | undefined;
4409
4570
  uiConfiguration?: {
4410
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4571
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4411
4572
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4412
4573
  } | null | undefined;
4413
4574
  width?: number | null | undefined;
@@ -4415,6 +4576,8 @@ export declare const list: (query?: SchemaListQuery) => {
4415
4576
  widthChars?: number | null | undefined;
4416
4577
  scoreThreshold?: number | null | undefined;
4417
4578
  formula?: string | null | undefined;
4579
+ context?: string[] | null | undefined;
4580
+ prompt?: string | null | undefined;
4418
4581
  }) | ({
4419
4582
  type: "number";
4420
4583
  format?: string | null | undefined;
@@ -4449,7 +4612,7 @@ export declare const list: (query?: SchemaListQuery) => {
4449
4612
  required?: boolean | null | undefined;
4450
4613
  } | null | undefined;
4451
4614
  uiConfiguration?: {
4452
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4615
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4453
4616
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4454
4617
  } | null | undefined;
4455
4618
  width?: number | null | undefined;
@@ -4457,6 +4620,8 @@ export declare const list: (query?: SchemaListQuery) => {
4457
4620
  widthChars?: number | null | undefined;
4458
4621
  scoreThreshold?: number | null | undefined;
4459
4622
  formula?: string | null | undefined;
4623
+ context?: string[] | null | undefined;
4624
+ prompt?: string | null | undefined;
4460
4625
  }) | ({
4461
4626
  options: {
4462
4627
  value: string;
@@ -4490,7 +4655,7 @@ export declare const list: (query?: SchemaListQuery) => {
4490
4655
  required?: boolean | null | undefined;
4491
4656
  } | null | undefined;
4492
4657
  uiConfiguration?: {
4493
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4658
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4494
4659
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4495
4660
  } | null | undefined;
4496
4661
  width?: number | null | undefined;
@@ -4498,6 +4663,8 @@ export declare const list: (query?: SchemaListQuery) => {
4498
4663
  widthChars?: number | null | undefined;
4499
4664
  scoreThreshold?: number | null | undefined;
4500
4665
  formula?: string | null | undefined;
4666
+ context?: string[] | null | undefined;
4667
+ prompt?: string | null | undefined;
4501
4668
  }) | ({
4502
4669
  id: string;
4503
4670
  label: string;
@@ -4513,7 +4680,6 @@ export declare const list: (query?: SchemaListQuery) => {
4513
4680
  popupUrl?: string | undefined;
4514
4681
  canObtainToken?: boolean | undefined;
4515
4682
  }) | ({
4516
- category: "tuple";
4517
4683
  children: (({
4518
4684
  type: "string";
4519
4685
  } & {
@@ -4542,7 +4708,7 @@ export declare const list: (query?: SchemaListQuery) => {
4542
4708
  required?: boolean | null | undefined;
4543
4709
  } | null | undefined;
4544
4710
  uiConfiguration?: {
4545
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4711
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4546
4712
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4547
4713
  } | null | undefined;
4548
4714
  width?: number | null | undefined;
@@ -4550,6 +4716,8 @@ export declare const list: (query?: SchemaListQuery) => {
4550
4716
  widthChars?: number | null | undefined;
4551
4717
  scoreThreshold?: number | null | undefined;
4552
4718
  formula?: string | null | undefined;
4719
+ context?: string[] | null | undefined;
4720
+ prompt?: string | null | undefined;
4553
4721
  }) | ({
4554
4722
  type: "date";
4555
4723
  format?: string | null | undefined;
@@ -4579,7 +4747,7 @@ export declare const list: (query?: SchemaListQuery) => {
4579
4747
  required?: boolean | null | undefined;
4580
4748
  } | null | undefined;
4581
4749
  uiConfiguration?: {
4582
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4750
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4583
4751
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4584
4752
  } | null | undefined;
4585
4753
  width?: number | null | undefined;
@@ -4587,6 +4755,8 @@ export declare const list: (query?: SchemaListQuery) => {
4587
4755
  widthChars?: number | null | undefined;
4588
4756
  scoreThreshold?: number | null | undefined;
4589
4757
  formula?: string | null | undefined;
4758
+ context?: string[] | null | undefined;
4759
+ prompt?: string | null | undefined;
4590
4760
  }) | ({
4591
4761
  type: "number";
4592
4762
  format?: string | null | undefined;
@@ -4621,7 +4791,7 @@ export declare const list: (query?: SchemaListQuery) => {
4621
4791
  required?: boolean | null | undefined;
4622
4792
  } | null | undefined;
4623
4793
  uiConfiguration?: {
4624
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4794
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4625
4795
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4626
4796
  } | null | undefined;
4627
4797
  width?: number | null | undefined;
@@ -4629,6 +4799,8 @@ export declare const list: (query?: SchemaListQuery) => {
4629
4799
  widthChars?: number | null | undefined;
4630
4800
  scoreThreshold?: number | null | undefined;
4631
4801
  formula?: string | null | undefined;
4802
+ context?: string[] | null | undefined;
4803
+ prompt?: string | null | undefined;
4632
4804
  }) | ({
4633
4805
  options: {
4634
4806
  value: string;
@@ -4662,7 +4834,7 @@ export declare const list: (query?: SchemaListQuery) => {
4662
4834
  required?: boolean | null | undefined;
4663
4835
  } | null | undefined;
4664
4836
  uiConfiguration?: {
4665
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4837
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4666
4838
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4667
4839
  } | null | undefined;
4668
4840
  width?: number | null | undefined;
@@ -4670,6 +4842,8 @@ export declare const list: (query?: SchemaListQuery) => {
4670
4842
  widthChars?: number | null | undefined;
4671
4843
  scoreThreshold?: number | null | undefined;
4672
4844
  formula?: string | null | undefined;
4845
+ context?: string[] | null | undefined;
4846
+ prompt?: string | null | undefined;
4673
4847
  }) | ({
4674
4848
  id: string;
4675
4849
  label: string;
@@ -4685,6 +4859,7 @@ export declare const list: (query?: SchemaListQuery) => {
4685
4859
  popupUrl?: string | undefined;
4686
4860
  canObtainToken?: boolean | undefined;
4687
4861
  }))[];
4862
+ category: "tuple";
4688
4863
  rirFieldNames?: string[] | null | undefined;
4689
4864
  } & {
4690
4865
  id: string;
@@ -4721,7 +4896,7 @@ export declare const list: (query?: SchemaListQuery) => {
4721
4896
  required?: boolean | null | undefined;
4722
4897
  } | null | undefined;
4723
4898
  uiConfiguration?: {
4724
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4899
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4725
4900
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4726
4901
  } | null | undefined;
4727
4902
  width?: number | null | undefined;
@@ -4729,6 +4904,8 @@ export declare const list: (query?: SchemaListQuery) => {
4729
4904
  widthChars?: number | null | undefined;
4730
4905
  scoreThreshold?: number | null | undefined;
4731
4906
  formula?: string | null | undefined;
4907
+ context?: string[] | null | undefined;
4908
+ prompt?: string | null | undefined;
4732
4909
  }) | ({
4733
4910
  type: "date";
4734
4911
  format?: string | null | undefined;
@@ -4758,7 +4935,7 @@ export declare const list: (query?: SchemaListQuery) => {
4758
4935
  required?: boolean | null | undefined;
4759
4936
  } | null | undefined;
4760
4937
  uiConfiguration?: {
4761
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4938
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4762
4939
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4763
4940
  } | null | undefined;
4764
4941
  width?: number | null | undefined;
@@ -4766,6 +4943,8 @@ export declare const list: (query?: SchemaListQuery) => {
4766
4943
  widthChars?: number | null | undefined;
4767
4944
  scoreThreshold?: number | null | undefined;
4768
4945
  formula?: string | null | undefined;
4946
+ context?: string[] | null | undefined;
4947
+ prompt?: string | null | undefined;
4769
4948
  }) | ({
4770
4949
  type: "number";
4771
4950
  format?: string | null | undefined;
@@ -4800,7 +4979,7 @@ export declare const list: (query?: SchemaListQuery) => {
4800
4979
  required?: boolean | null | undefined;
4801
4980
  } | null | undefined;
4802
4981
  uiConfiguration?: {
4803
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
4982
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4804
4983
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4805
4984
  } | null | undefined;
4806
4985
  width?: number | null | undefined;
@@ -4808,6 +4987,8 @@ export declare const list: (query?: SchemaListQuery) => {
4808
4987
  widthChars?: number | null | undefined;
4809
4988
  scoreThreshold?: number | null | undefined;
4810
4989
  formula?: string | null | undefined;
4990
+ context?: string[] | null | undefined;
4991
+ prompt?: string | null | undefined;
4811
4992
  }) | ({
4812
4993
  options: {
4813
4994
  value: string;
@@ -4841,7 +5022,7 @@ export declare const list: (query?: SchemaListQuery) => {
4841
5022
  required?: boolean | null | undefined;
4842
5023
  } | null | undefined;
4843
5024
  uiConfiguration?: {
4844
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5025
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4845
5026
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4846
5027
  } | null | undefined;
4847
5028
  width?: number | null | undefined;
@@ -4849,6 +5030,8 @@ export declare const list: (query?: SchemaListQuery) => {
4849
5030
  widthChars?: number | null | undefined;
4850
5031
  scoreThreshold?: number | null | undefined;
4851
5032
  formula?: string | null | undefined;
5033
+ context?: string[] | null | undefined;
5034
+ prompt?: string | null | undefined;
4852
5035
  }) | ({
4853
5036
  id: string;
4854
5037
  label: string;
@@ -4883,7 +5066,6 @@ export declare const list: (query?: SchemaListQuery) => {
4883
5066
  disablePrediction?: boolean | null | undefined;
4884
5067
  }) | ({
4885
5068
  children: {
4886
- category: "tuple";
4887
5069
  children: (({
4888
5070
  type: "string";
4889
5071
  } & {
@@ -4912,7 +5094,7 @@ export declare const list: (query?: SchemaListQuery) => {
4912
5094
  required?: boolean | null | undefined;
4913
5095
  } | null | undefined;
4914
5096
  uiConfiguration?: {
4915
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5097
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4916
5098
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4917
5099
  } | null | undefined;
4918
5100
  width?: number | null | undefined;
@@ -4920,6 +5102,8 @@ export declare const list: (query?: SchemaListQuery) => {
4920
5102
  widthChars?: number | null | undefined;
4921
5103
  scoreThreshold?: number | null | undefined;
4922
5104
  formula?: string | null | undefined;
5105
+ context?: string[] | null | undefined;
5106
+ prompt?: string | null | undefined;
4923
5107
  }) | ({
4924
5108
  type: "date";
4925
5109
  format?: string | null | undefined;
@@ -4949,7 +5133,7 @@ export declare const list: (query?: SchemaListQuery) => {
4949
5133
  required?: boolean | null | undefined;
4950
5134
  } | null | undefined;
4951
5135
  uiConfiguration?: {
4952
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5136
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4953
5137
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4954
5138
  } | null | undefined;
4955
5139
  width?: number | null | undefined;
@@ -4957,6 +5141,8 @@ export declare const list: (query?: SchemaListQuery) => {
4957
5141
  widthChars?: number | null | undefined;
4958
5142
  scoreThreshold?: number | null | undefined;
4959
5143
  formula?: string | null | undefined;
5144
+ context?: string[] | null | undefined;
5145
+ prompt?: string | null | undefined;
4960
5146
  }) | ({
4961
5147
  type: "number";
4962
5148
  format?: string | null | undefined;
@@ -4991,7 +5177,7 @@ export declare const list: (query?: SchemaListQuery) => {
4991
5177
  required?: boolean | null | undefined;
4992
5178
  } | null | undefined;
4993
5179
  uiConfiguration?: {
4994
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5180
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
4995
5181
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
4996
5182
  } | null | undefined;
4997
5183
  width?: number | null | undefined;
@@ -4999,6 +5185,8 @@ export declare const list: (query?: SchemaListQuery) => {
4999
5185
  widthChars?: number | null | undefined;
5000
5186
  scoreThreshold?: number | null | undefined;
5001
5187
  formula?: string | null | undefined;
5188
+ context?: string[] | null | undefined;
5189
+ prompt?: string | null | undefined;
5002
5190
  }) | ({
5003
5191
  options: {
5004
5192
  value: string;
@@ -5032,7 +5220,7 @@ export declare const list: (query?: SchemaListQuery) => {
5032
5220
  required?: boolean | null | undefined;
5033
5221
  } | null | undefined;
5034
5222
  uiConfiguration?: {
5035
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5223
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5036
5224
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5037
5225
  } | null | undefined;
5038
5226
  width?: number | null | undefined;
@@ -5040,6 +5228,8 @@ export declare const list: (query?: SchemaListQuery) => {
5040
5228
  widthChars?: number | null | undefined;
5041
5229
  scoreThreshold?: number | null | undefined;
5042
5230
  formula?: string | null | undefined;
5231
+ context?: string[] | null | undefined;
5232
+ prompt?: string | null | undefined;
5043
5233
  }) | ({
5044
5234
  id: string;
5045
5235
  label: string;
@@ -5055,6 +5245,7 @@ export declare const list: (query?: SchemaListQuery) => {
5055
5245
  popupUrl?: string | undefined;
5056
5246
  canObtainToken?: boolean | undefined;
5057
5247
  }))[];
5248
+ category: "tuple";
5058
5249
  rirFieldNames?: string[] | null | undefined;
5059
5250
  } & {
5060
5251
  id: string;
@@ -5081,9 +5272,9 @@ export declare const list: (query?: SchemaListQuery) => {
5081
5272
  hidden?: boolean | null | undefined;
5082
5273
  disablePrediction?: boolean | null | undefined;
5083
5274
  }))[];
5275
+ category: "section";
5084
5276
  icon?: string | null | undefined;
5085
5277
  }, {
5086
- category: "section";
5087
5278
  children: (({
5088
5279
  type: "string";
5089
5280
  } & {
@@ -5112,7 +5303,7 @@ export declare const list: (query?: SchemaListQuery) => {
5112
5303
  required?: boolean | null | undefined;
5113
5304
  } | null | undefined;
5114
5305
  uiConfiguration?: {
5115
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5306
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5116
5307
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5117
5308
  } | null | undefined;
5118
5309
  width?: number | null | undefined;
@@ -5120,6 +5311,8 @@ export declare const list: (query?: SchemaListQuery) => {
5120
5311
  widthChars?: number | null | undefined;
5121
5312
  scoreThreshold?: number | null | undefined;
5122
5313
  formula?: string | null | undefined;
5314
+ context?: string[] | null | undefined;
5315
+ prompt?: string | null | undefined;
5123
5316
  }) | ({
5124
5317
  type: "date";
5125
5318
  format?: string | null | undefined;
@@ -5149,7 +5342,7 @@ export declare const list: (query?: SchemaListQuery) => {
5149
5342
  required?: boolean | null | undefined;
5150
5343
  } | null | undefined;
5151
5344
  uiConfiguration?: {
5152
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5345
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5153
5346
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5154
5347
  } | null | undefined;
5155
5348
  width?: number | null | undefined;
@@ -5157,6 +5350,8 @@ export declare const list: (query?: SchemaListQuery) => {
5157
5350
  widthChars?: number | null | undefined;
5158
5351
  scoreThreshold?: number | null | undefined;
5159
5352
  formula?: string | null | undefined;
5353
+ context?: string[] | null | undefined;
5354
+ prompt?: string | null | undefined;
5160
5355
  }) | ({
5161
5356
  type: "number";
5162
5357
  format?: string | null | undefined;
@@ -5191,7 +5386,7 @@ export declare const list: (query?: SchemaListQuery) => {
5191
5386
  required?: boolean | null | undefined;
5192
5387
  } | null | undefined;
5193
5388
  uiConfiguration?: {
5194
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5389
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5195
5390
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5196
5391
  } | null | undefined;
5197
5392
  width?: number | null | undefined;
@@ -5199,6 +5394,8 @@ export declare const list: (query?: SchemaListQuery) => {
5199
5394
  widthChars?: number | null | undefined;
5200
5395
  scoreThreshold?: number | null | undefined;
5201
5396
  formula?: string | null | undefined;
5397
+ context?: string[] | null | undefined;
5398
+ prompt?: string | null | undefined;
5202
5399
  }) | ({
5203
5400
  options: {
5204
5401
  value: string;
@@ -5232,7 +5429,7 @@ export declare const list: (query?: SchemaListQuery) => {
5232
5429
  required?: boolean | null | undefined;
5233
5430
  } | null | undefined;
5234
5431
  uiConfiguration?: {
5235
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5432
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5236
5433
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5237
5434
  } | null | undefined;
5238
5435
  width?: number | null | undefined;
@@ -5240,6 +5437,8 @@ export declare const list: (query?: SchemaListQuery) => {
5240
5437
  widthChars?: number | null | undefined;
5241
5438
  scoreThreshold?: number | null | undefined;
5242
5439
  formula?: string | null | undefined;
5440
+ context?: string[] | null | undefined;
5441
+ prompt?: string | null | undefined;
5243
5442
  }) | ({
5244
5443
  id: string;
5245
5444
  label: string;
@@ -5255,7 +5454,6 @@ export declare const list: (query?: SchemaListQuery) => {
5255
5454
  popupUrl?: string | undefined;
5256
5455
  canObtainToken?: boolean | undefined;
5257
5456
  }) | ({
5258
- category: "tuple";
5259
5457
  children: (({
5260
5458
  type: "string";
5261
5459
  } & {
@@ -5284,7 +5482,7 @@ export declare const list: (query?: SchemaListQuery) => {
5284
5482
  required?: boolean | null | undefined;
5285
5483
  } | null | undefined;
5286
5484
  uiConfiguration?: {
5287
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5485
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5288
5486
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5289
5487
  } | null | undefined;
5290
5488
  width?: number | null | undefined;
@@ -5292,6 +5490,8 @@ export declare const list: (query?: SchemaListQuery) => {
5292
5490
  widthChars?: number | null | undefined;
5293
5491
  scoreThreshold?: number | null | undefined;
5294
5492
  formula?: string | null | undefined;
5493
+ context?: string[] | null | undefined;
5494
+ prompt?: string | null | undefined;
5295
5495
  }) | ({
5296
5496
  type: "date";
5297
5497
  format?: string | null | undefined;
@@ -5321,7 +5521,7 @@ export declare const list: (query?: SchemaListQuery) => {
5321
5521
  required?: boolean | null | undefined;
5322
5522
  } | null | undefined;
5323
5523
  uiConfiguration?: {
5324
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5524
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5325
5525
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5326
5526
  } | null | undefined;
5327
5527
  width?: number | null | undefined;
@@ -5329,6 +5529,8 @@ export declare const list: (query?: SchemaListQuery) => {
5329
5529
  widthChars?: number | null | undefined;
5330
5530
  scoreThreshold?: number | null | undefined;
5331
5531
  formula?: string | null | undefined;
5532
+ context?: string[] | null | undefined;
5533
+ prompt?: string | null | undefined;
5332
5534
  }) | ({
5333
5535
  type: "number";
5334
5536
  format?: string | null | undefined;
@@ -5363,7 +5565,7 @@ export declare const list: (query?: SchemaListQuery) => {
5363
5565
  required?: boolean | null | undefined;
5364
5566
  } | null | undefined;
5365
5567
  uiConfiguration?: {
5366
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5568
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5367
5569
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5368
5570
  } | null | undefined;
5369
5571
  width?: number | null | undefined;
@@ -5371,6 +5573,8 @@ export declare const list: (query?: SchemaListQuery) => {
5371
5573
  widthChars?: number | null | undefined;
5372
5574
  scoreThreshold?: number | null | undefined;
5373
5575
  formula?: string | null | undefined;
5576
+ context?: string[] | null | undefined;
5577
+ prompt?: string | null | undefined;
5374
5578
  }) | ({
5375
5579
  options: {
5376
5580
  value: string;
@@ -5404,7 +5608,7 @@ export declare const list: (query?: SchemaListQuery) => {
5404
5608
  required?: boolean | null | undefined;
5405
5609
  } | null | undefined;
5406
5610
  uiConfiguration?: {
5407
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5611
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5408
5612
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5409
5613
  } | null | undefined;
5410
5614
  width?: number | null | undefined;
@@ -5412,6 +5616,8 @@ export declare const list: (query?: SchemaListQuery) => {
5412
5616
  widthChars?: number | null | undefined;
5413
5617
  scoreThreshold?: number | null | undefined;
5414
5618
  formula?: string | null | undefined;
5619
+ context?: string[] | null | undefined;
5620
+ prompt?: string | null | undefined;
5415
5621
  }) | ({
5416
5622
  id: string;
5417
5623
  label: string;
@@ -5427,6 +5633,7 @@ export declare const list: (query?: SchemaListQuery) => {
5427
5633
  popupUrl?: string | undefined;
5428
5634
  canObtainToken?: boolean | undefined;
5429
5635
  }))[];
5636
+ category: "tuple";
5430
5637
  rirFieldNames?: string[] | null | undefined;
5431
5638
  } & {
5432
5639
  id: string;
@@ -5463,7 +5670,7 @@ export declare const list: (query?: SchemaListQuery) => {
5463
5670
  required?: boolean | null | undefined;
5464
5671
  } | null | undefined;
5465
5672
  uiConfiguration?: {
5466
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5673
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5467
5674
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5468
5675
  } | null | undefined;
5469
5676
  width?: number | null | undefined;
@@ -5471,6 +5678,8 @@ export declare const list: (query?: SchemaListQuery) => {
5471
5678
  widthChars?: number | null | undefined;
5472
5679
  scoreThreshold?: number | null | undefined;
5473
5680
  formula?: string | null | undefined;
5681
+ context?: string[] | null | undefined;
5682
+ prompt?: string | null | undefined;
5474
5683
  }) | ({
5475
5684
  type: "date";
5476
5685
  format?: string | null | undefined;
@@ -5500,7 +5709,7 @@ export declare const list: (query?: SchemaListQuery) => {
5500
5709
  required?: boolean | null | undefined;
5501
5710
  } | null | undefined;
5502
5711
  uiConfiguration?: {
5503
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5712
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5504
5713
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5505
5714
  } | null | undefined;
5506
5715
  width?: number | null | undefined;
@@ -5508,6 +5717,8 @@ export declare const list: (query?: SchemaListQuery) => {
5508
5717
  widthChars?: number | null | undefined;
5509
5718
  scoreThreshold?: number | null | undefined;
5510
5719
  formula?: string | null | undefined;
5720
+ context?: string[] | null | undefined;
5721
+ prompt?: string | null | undefined;
5511
5722
  }) | ({
5512
5723
  type: "number";
5513
5724
  format?: string | null | undefined;
@@ -5542,7 +5753,7 @@ export declare const list: (query?: SchemaListQuery) => {
5542
5753
  required?: boolean | null | undefined;
5543
5754
  } | null | undefined;
5544
5755
  uiConfiguration?: {
5545
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5756
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5546
5757
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5547
5758
  } | null | undefined;
5548
5759
  width?: number | null | undefined;
@@ -5550,6 +5761,8 @@ export declare const list: (query?: SchemaListQuery) => {
5550
5761
  widthChars?: number | null | undefined;
5551
5762
  scoreThreshold?: number | null | undefined;
5552
5763
  formula?: string | null | undefined;
5764
+ context?: string[] | null | undefined;
5765
+ prompt?: string | null | undefined;
5553
5766
  }) | ({
5554
5767
  options: {
5555
5768
  value: string;
@@ -5583,7 +5796,7 @@ export declare const list: (query?: SchemaListQuery) => {
5583
5796
  required?: boolean | null | undefined;
5584
5797
  } | null | undefined;
5585
5798
  uiConfiguration?: {
5586
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5799
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5587
5800
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5588
5801
  } | null | undefined;
5589
5802
  width?: number | null | undefined;
@@ -5591,6 +5804,8 @@ export declare const list: (query?: SchemaListQuery) => {
5591
5804
  widthChars?: number | null | undefined;
5592
5805
  scoreThreshold?: number | null | undefined;
5593
5806
  formula?: string | null | undefined;
5807
+ context?: string[] | null | undefined;
5808
+ prompt?: string | null | undefined;
5594
5809
  }) | ({
5595
5810
  id: string;
5596
5811
  label: string;
@@ -5625,7 +5840,6 @@ export declare const list: (query?: SchemaListQuery) => {
5625
5840
  disablePrediction?: boolean | null | undefined;
5626
5841
  }) | ({
5627
5842
  children: {
5628
- category: "tuple";
5629
5843
  children: (({
5630
5844
  type: "string";
5631
5845
  } & {
@@ -5654,7 +5868,7 @@ export declare const list: (query?: SchemaListQuery) => {
5654
5868
  required?: boolean | null | undefined;
5655
5869
  } | null | undefined;
5656
5870
  uiConfiguration?: {
5657
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5871
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5658
5872
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5659
5873
  } | null | undefined;
5660
5874
  width?: number | null | undefined;
@@ -5662,6 +5876,8 @@ export declare const list: (query?: SchemaListQuery) => {
5662
5876
  widthChars?: number | null | undefined;
5663
5877
  scoreThreshold?: number | null | undefined;
5664
5878
  formula?: string | null | undefined;
5879
+ context?: string[] | null | undefined;
5880
+ prompt?: string | null | undefined;
5665
5881
  }) | ({
5666
5882
  type: "date";
5667
5883
  format?: string | null | undefined;
@@ -5691,7 +5907,7 @@ export declare const list: (query?: SchemaListQuery) => {
5691
5907
  required?: boolean | null | undefined;
5692
5908
  } | null | undefined;
5693
5909
  uiConfiguration?: {
5694
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5910
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5695
5911
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5696
5912
  } | null | undefined;
5697
5913
  width?: number | null | undefined;
@@ -5699,6 +5915,8 @@ export declare const list: (query?: SchemaListQuery) => {
5699
5915
  widthChars?: number | null | undefined;
5700
5916
  scoreThreshold?: number | null | undefined;
5701
5917
  formula?: string | null | undefined;
5918
+ context?: string[] | null | undefined;
5919
+ prompt?: string | null | undefined;
5702
5920
  }) | ({
5703
5921
  type: "number";
5704
5922
  format?: string | null | undefined;
@@ -5733,7 +5951,7 @@ export declare const list: (query?: SchemaListQuery) => {
5733
5951
  required?: boolean | null | undefined;
5734
5952
  } | null | undefined;
5735
5953
  uiConfiguration?: {
5736
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5954
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5737
5955
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5738
5956
  } | null | undefined;
5739
5957
  width?: number | null | undefined;
@@ -5741,6 +5959,8 @@ export declare const list: (query?: SchemaListQuery) => {
5741
5959
  widthChars?: number | null | undefined;
5742
5960
  scoreThreshold?: number | null | undefined;
5743
5961
  formula?: string | null | undefined;
5962
+ context?: string[] | null | undefined;
5963
+ prompt?: string | null | undefined;
5744
5964
  }) | ({
5745
5965
  options: {
5746
5966
  value: string;
@@ -5774,7 +5994,7 @@ export declare const list: (query?: SchemaListQuery) => {
5774
5994
  required?: boolean | null | undefined;
5775
5995
  } | null | undefined;
5776
5996
  uiConfiguration?: {
5777
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
5997
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5778
5998
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5779
5999
  } | null | undefined;
5780
6000
  width?: number | null | undefined;
@@ -5782,6 +6002,8 @@ export declare const list: (query?: SchemaListQuery) => {
5782
6002
  widthChars?: number | null | undefined;
5783
6003
  scoreThreshold?: number | null | undefined;
5784
6004
  formula?: string | null | undefined;
6005
+ context?: string[] | null | undefined;
6006
+ prompt?: string | null | undefined;
5785
6007
  }) | ({
5786
6008
  id: string;
5787
6009
  label: string;
@@ -5797,6 +6019,7 @@ export declare const list: (query?: SchemaListQuery) => {
5797
6019
  popupUrl?: string | undefined;
5798
6020
  canObtainToken?: boolean | undefined;
5799
6021
  }))[];
6022
+ category: "tuple";
5800
6023
  rirFieldNames?: string[] | null | undefined;
5801
6024
  } & {
5802
6025
  id: string;
@@ -5823,11 +6046,12 @@ export declare const list: (query?: SchemaListQuery) => {
5823
6046
  hidden?: boolean | null | undefined;
5824
6047
  disablePrediction?: boolean | null | undefined;
5825
6048
  }))[];
6049
+ category: "section";
5826
6050
  icon?: string | null | undefined;
5827
6051
  }>>, "many">>;
5828
6052
  }, "strip", import("zod").ZodTypeAny, {
5829
- id: number;
5830
6053
  url: string;
6054
+ id: number;
5831
6055
  name: string;
5832
6056
  queues: string[];
5833
6057
  metadata?: unknown;
@@ -5838,7 +6062,6 @@ export declare const list: (query?: SchemaListQuery) => {
5838
6062
  hidden?: boolean | null | undefined;
5839
6063
  disablePrediction?: boolean | null | undefined;
5840
6064
  } & {
5841
- category: "section";
5842
6065
  children: (({
5843
6066
  type: "string";
5844
6067
  } & {
@@ -5867,7 +6090,7 @@ export declare const list: (query?: SchemaListQuery) => {
5867
6090
  required?: boolean | null | undefined;
5868
6091
  } | null | undefined;
5869
6092
  uiConfiguration?: {
5870
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6093
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5871
6094
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5872
6095
  } | null | undefined;
5873
6096
  width?: number | null | undefined;
@@ -5875,6 +6098,8 @@ export declare const list: (query?: SchemaListQuery) => {
5875
6098
  widthChars?: number | null | undefined;
5876
6099
  scoreThreshold?: number | null | undefined;
5877
6100
  formula?: string | null | undefined;
6101
+ context?: string[] | null | undefined;
6102
+ prompt?: string | null | undefined;
5878
6103
  }) | ({
5879
6104
  type: "date";
5880
6105
  format?: string | null | undefined;
@@ -5904,7 +6129,7 @@ export declare const list: (query?: SchemaListQuery) => {
5904
6129
  required?: boolean | null | undefined;
5905
6130
  } | null | undefined;
5906
6131
  uiConfiguration?: {
5907
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6132
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5908
6133
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5909
6134
  } | null | undefined;
5910
6135
  width?: number | null | undefined;
@@ -5912,6 +6137,8 @@ export declare const list: (query?: SchemaListQuery) => {
5912
6137
  widthChars?: number | null | undefined;
5913
6138
  scoreThreshold?: number | null | undefined;
5914
6139
  formula?: string | null | undefined;
6140
+ context?: string[] | null | undefined;
6141
+ prompt?: string | null | undefined;
5915
6142
  }) | ({
5916
6143
  type: "number";
5917
6144
  format?: string | null | undefined;
@@ -5946,7 +6173,7 @@ export declare const list: (query?: SchemaListQuery) => {
5946
6173
  required?: boolean | null | undefined;
5947
6174
  } | null | undefined;
5948
6175
  uiConfiguration?: {
5949
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6176
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5950
6177
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5951
6178
  } | null | undefined;
5952
6179
  width?: number | null | undefined;
@@ -5954,6 +6181,8 @@ export declare const list: (query?: SchemaListQuery) => {
5954
6181
  widthChars?: number | null | undefined;
5955
6182
  scoreThreshold?: number | null | undefined;
5956
6183
  formula?: string | null | undefined;
6184
+ context?: string[] | null | undefined;
6185
+ prompt?: string | null | undefined;
5957
6186
  }) | ({
5958
6187
  options: {
5959
6188
  value: string;
@@ -5987,7 +6216,7 @@ export declare const list: (query?: SchemaListQuery) => {
5987
6216
  required?: boolean | null | undefined;
5988
6217
  } | null | undefined;
5989
6218
  uiConfiguration?: {
5990
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6219
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
5991
6220
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
5992
6221
  } | null | undefined;
5993
6222
  width?: number | null | undefined;
@@ -5995,6 +6224,8 @@ export declare const list: (query?: SchemaListQuery) => {
5995
6224
  widthChars?: number | null | undefined;
5996
6225
  scoreThreshold?: number | null | undefined;
5997
6226
  formula?: string | null | undefined;
6227
+ context?: string[] | null | undefined;
6228
+ prompt?: string | null | undefined;
5998
6229
  }) | ({
5999
6230
  id: string;
6000
6231
  label: string;
@@ -6010,7 +6241,6 @@ export declare const list: (query?: SchemaListQuery) => {
6010
6241
  popupUrl?: string | undefined;
6011
6242
  canObtainToken?: boolean | undefined;
6012
6243
  }) | ({
6013
- category: "tuple";
6014
6244
  children: (({
6015
6245
  type: "string";
6016
6246
  } & {
@@ -6039,7 +6269,7 @@ export declare const list: (query?: SchemaListQuery) => {
6039
6269
  required?: boolean | null | undefined;
6040
6270
  } | null | undefined;
6041
6271
  uiConfiguration?: {
6042
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6272
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6043
6273
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6044
6274
  } | null | undefined;
6045
6275
  width?: number | null | undefined;
@@ -6047,6 +6277,8 @@ export declare const list: (query?: SchemaListQuery) => {
6047
6277
  widthChars?: number | null | undefined;
6048
6278
  scoreThreshold?: number | null | undefined;
6049
6279
  formula?: string | null | undefined;
6280
+ context?: string[] | null | undefined;
6281
+ prompt?: string | null | undefined;
6050
6282
  }) | ({
6051
6283
  type: "date";
6052
6284
  format?: string | null | undefined;
@@ -6076,7 +6308,7 @@ export declare const list: (query?: SchemaListQuery) => {
6076
6308
  required?: boolean | null | undefined;
6077
6309
  } | null | undefined;
6078
6310
  uiConfiguration?: {
6079
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6311
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6080
6312
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6081
6313
  } | null | undefined;
6082
6314
  width?: number | null | undefined;
@@ -6084,6 +6316,8 @@ export declare const list: (query?: SchemaListQuery) => {
6084
6316
  widthChars?: number | null | undefined;
6085
6317
  scoreThreshold?: number | null | undefined;
6086
6318
  formula?: string | null | undefined;
6319
+ context?: string[] | null | undefined;
6320
+ prompt?: string | null | undefined;
6087
6321
  }) | ({
6088
6322
  type: "number";
6089
6323
  format?: string | null | undefined;
@@ -6118,7 +6352,7 @@ export declare const list: (query?: SchemaListQuery) => {
6118
6352
  required?: boolean | null | undefined;
6119
6353
  } | null | undefined;
6120
6354
  uiConfiguration?: {
6121
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6355
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6122
6356
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6123
6357
  } | null | undefined;
6124
6358
  width?: number | null | undefined;
@@ -6126,6 +6360,8 @@ export declare const list: (query?: SchemaListQuery) => {
6126
6360
  widthChars?: number | null | undefined;
6127
6361
  scoreThreshold?: number | null | undefined;
6128
6362
  formula?: string | null | undefined;
6363
+ context?: string[] | null | undefined;
6364
+ prompt?: string | null | undefined;
6129
6365
  }) | ({
6130
6366
  options: {
6131
6367
  value: string;
@@ -6159,7 +6395,7 @@ export declare const list: (query?: SchemaListQuery) => {
6159
6395
  required?: boolean | null | undefined;
6160
6396
  } | null | undefined;
6161
6397
  uiConfiguration?: {
6162
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6398
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6163
6399
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6164
6400
  } | null | undefined;
6165
6401
  width?: number | null | undefined;
@@ -6167,6 +6403,8 @@ export declare const list: (query?: SchemaListQuery) => {
6167
6403
  widthChars?: number | null | undefined;
6168
6404
  scoreThreshold?: number | null | undefined;
6169
6405
  formula?: string | null | undefined;
6406
+ context?: string[] | null | undefined;
6407
+ prompt?: string | null | undefined;
6170
6408
  }) | ({
6171
6409
  id: string;
6172
6410
  label: string;
@@ -6182,6 +6420,7 @@ export declare const list: (query?: SchemaListQuery) => {
6182
6420
  popupUrl?: string | undefined;
6183
6421
  canObtainToken?: boolean | undefined;
6184
6422
  }))[];
6423
+ category: "tuple";
6185
6424
  rirFieldNames?: string[] | null | undefined;
6186
6425
  } & {
6187
6426
  id: string;
@@ -6218,7 +6457,7 @@ export declare const list: (query?: SchemaListQuery) => {
6218
6457
  required?: boolean | null | undefined;
6219
6458
  } | null | undefined;
6220
6459
  uiConfiguration?: {
6221
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6460
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6222
6461
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6223
6462
  } | null | undefined;
6224
6463
  width?: number | null | undefined;
@@ -6226,6 +6465,8 @@ export declare const list: (query?: SchemaListQuery) => {
6226
6465
  widthChars?: number | null | undefined;
6227
6466
  scoreThreshold?: number | null | undefined;
6228
6467
  formula?: string | null | undefined;
6468
+ context?: string[] | null | undefined;
6469
+ prompt?: string | null | undefined;
6229
6470
  }) | ({
6230
6471
  type: "date";
6231
6472
  format?: string | null | undefined;
@@ -6255,7 +6496,7 @@ export declare const list: (query?: SchemaListQuery) => {
6255
6496
  required?: boolean | null | undefined;
6256
6497
  } | null | undefined;
6257
6498
  uiConfiguration?: {
6258
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6499
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6259
6500
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6260
6501
  } | null | undefined;
6261
6502
  width?: number | null | undefined;
@@ -6263,6 +6504,8 @@ export declare const list: (query?: SchemaListQuery) => {
6263
6504
  widthChars?: number | null | undefined;
6264
6505
  scoreThreshold?: number | null | undefined;
6265
6506
  formula?: string | null | undefined;
6507
+ context?: string[] | null | undefined;
6508
+ prompt?: string | null | undefined;
6266
6509
  }) | ({
6267
6510
  type: "number";
6268
6511
  format?: string | null | undefined;
@@ -6297,7 +6540,7 @@ export declare const list: (query?: SchemaListQuery) => {
6297
6540
  required?: boolean | null | undefined;
6298
6541
  } | null | undefined;
6299
6542
  uiConfiguration?: {
6300
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6543
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6301
6544
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6302
6545
  } | null | undefined;
6303
6546
  width?: number | null | undefined;
@@ -6305,6 +6548,8 @@ export declare const list: (query?: SchemaListQuery) => {
6305
6548
  widthChars?: number | null | undefined;
6306
6549
  scoreThreshold?: number | null | undefined;
6307
6550
  formula?: string | null | undefined;
6551
+ context?: string[] | null | undefined;
6552
+ prompt?: string | null | undefined;
6308
6553
  }) | ({
6309
6554
  options: {
6310
6555
  value: string;
@@ -6338,7 +6583,7 @@ export declare const list: (query?: SchemaListQuery) => {
6338
6583
  required?: boolean | null | undefined;
6339
6584
  } | null | undefined;
6340
6585
  uiConfiguration?: {
6341
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6586
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6342
6587
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6343
6588
  } | null | undefined;
6344
6589
  width?: number | null | undefined;
@@ -6346,6 +6591,8 @@ export declare const list: (query?: SchemaListQuery) => {
6346
6591
  widthChars?: number | null | undefined;
6347
6592
  scoreThreshold?: number | null | undefined;
6348
6593
  formula?: string | null | undefined;
6594
+ context?: string[] | null | undefined;
6595
+ prompt?: string | null | undefined;
6349
6596
  }) | ({
6350
6597
  id: string;
6351
6598
  label: string;
@@ -6380,7 +6627,6 @@ export declare const list: (query?: SchemaListQuery) => {
6380
6627
  disablePrediction?: boolean | null | undefined;
6381
6628
  }) | ({
6382
6629
  children: {
6383
- category: "tuple";
6384
6630
  children: (({
6385
6631
  type: "string";
6386
6632
  } & {
@@ -6409,7 +6655,7 @@ export declare const list: (query?: SchemaListQuery) => {
6409
6655
  required?: boolean | null | undefined;
6410
6656
  } | null | undefined;
6411
6657
  uiConfiguration?: {
6412
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6658
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6413
6659
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6414
6660
  } | null | undefined;
6415
6661
  width?: number | null | undefined;
@@ -6417,6 +6663,8 @@ export declare const list: (query?: SchemaListQuery) => {
6417
6663
  widthChars?: number | null | undefined;
6418
6664
  scoreThreshold?: number | null | undefined;
6419
6665
  formula?: string | null | undefined;
6666
+ context?: string[] | null | undefined;
6667
+ prompt?: string | null | undefined;
6420
6668
  }) | ({
6421
6669
  type: "date";
6422
6670
  format?: string | null | undefined;
@@ -6446,7 +6694,7 @@ export declare const list: (query?: SchemaListQuery) => {
6446
6694
  required?: boolean | null | undefined;
6447
6695
  } | null | undefined;
6448
6696
  uiConfiguration?: {
6449
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6697
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6450
6698
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6451
6699
  } | null | undefined;
6452
6700
  width?: number | null | undefined;
@@ -6454,6 +6702,8 @@ export declare const list: (query?: SchemaListQuery) => {
6454
6702
  widthChars?: number | null | undefined;
6455
6703
  scoreThreshold?: number | null | undefined;
6456
6704
  formula?: string | null | undefined;
6705
+ context?: string[] | null | undefined;
6706
+ prompt?: string | null | undefined;
6457
6707
  }) | ({
6458
6708
  type: "number";
6459
6709
  format?: string | null | undefined;
@@ -6488,7 +6738,7 @@ export declare const list: (query?: SchemaListQuery) => {
6488
6738
  required?: boolean | null | undefined;
6489
6739
  } | null | undefined;
6490
6740
  uiConfiguration?: {
6491
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6741
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6492
6742
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6493
6743
  } | null | undefined;
6494
6744
  width?: number | null | undefined;
@@ -6496,6 +6746,8 @@ export declare const list: (query?: SchemaListQuery) => {
6496
6746
  widthChars?: number | null | undefined;
6497
6747
  scoreThreshold?: number | null | undefined;
6498
6748
  formula?: string | null | undefined;
6749
+ context?: string[] | null | undefined;
6750
+ prompt?: string | null | undefined;
6499
6751
  }) | ({
6500
6752
  options: {
6501
6753
  value: string;
@@ -6529,7 +6781,7 @@ export declare const list: (query?: SchemaListQuery) => {
6529
6781
  required?: boolean | null | undefined;
6530
6782
  } | null | undefined;
6531
6783
  uiConfiguration?: {
6532
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6784
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6533
6785
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6534
6786
  } | null | undefined;
6535
6787
  width?: number | null | undefined;
@@ -6537,6 +6789,8 @@ export declare const list: (query?: SchemaListQuery) => {
6537
6789
  widthChars?: number | null | undefined;
6538
6790
  scoreThreshold?: number | null | undefined;
6539
6791
  formula?: string | null | undefined;
6792
+ context?: string[] | null | undefined;
6793
+ prompt?: string | null | undefined;
6540
6794
  }) | ({
6541
6795
  id: string;
6542
6796
  label: string;
@@ -6552,6 +6806,7 @@ export declare const list: (query?: SchemaListQuery) => {
6552
6806
  popupUrl?: string | undefined;
6553
6807
  canObtainToken?: boolean | undefined;
6554
6808
  }))[];
6809
+ category: "tuple";
6555
6810
  rirFieldNames?: string[] | null | undefined;
6556
6811
  } & {
6557
6812
  id: string;
@@ -6578,11 +6833,12 @@ export declare const list: (query?: SchemaListQuery) => {
6578
6833
  hidden?: boolean | null | undefined;
6579
6834
  disablePrediction?: boolean | null | undefined;
6580
6835
  }))[];
6836
+ category: "section";
6581
6837
  icon?: string | null | undefined;
6582
6838
  })[] | undefined;
6583
6839
  }, {
6584
- id: number;
6585
6840
  url: string;
6841
+ id: number;
6586
6842
  name: string;
6587
6843
  queues: string[];
6588
6844
  metadata?: unknown;
@@ -6593,7 +6849,6 @@ export declare const list: (query?: SchemaListQuery) => {
6593
6849
  hidden?: boolean | null | undefined;
6594
6850
  disablePrediction?: boolean | null | undefined;
6595
6851
  } & {
6596
- category: "section";
6597
6852
  children: (({
6598
6853
  type: "string";
6599
6854
  } & {
@@ -6622,7 +6877,7 @@ export declare const list: (query?: SchemaListQuery) => {
6622
6877
  required?: boolean | null | undefined;
6623
6878
  } | null | undefined;
6624
6879
  uiConfiguration?: {
6625
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6880
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6626
6881
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6627
6882
  } | null | undefined;
6628
6883
  width?: number | null | undefined;
@@ -6630,6 +6885,8 @@ export declare const list: (query?: SchemaListQuery) => {
6630
6885
  widthChars?: number | null | undefined;
6631
6886
  scoreThreshold?: number | null | undefined;
6632
6887
  formula?: string | null | undefined;
6888
+ context?: string[] | null | undefined;
6889
+ prompt?: string | null | undefined;
6633
6890
  }) | ({
6634
6891
  type: "date";
6635
6892
  format?: string | null | undefined;
@@ -6659,7 +6916,7 @@ export declare const list: (query?: SchemaListQuery) => {
6659
6916
  required?: boolean | null | undefined;
6660
6917
  } | null | undefined;
6661
6918
  uiConfiguration?: {
6662
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6919
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6663
6920
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6664
6921
  } | null | undefined;
6665
6922
  width?: number | null | undefined;
@@ -6667,6 +6924,8 @@ export declare const list: (query?: SchemaListQuery) => {
6667
6924
  widthChars?: number | null | undefined;
6668
6925
  scoreThreshold?: number | null | undefined;
6669
6926
  formula?: string | null | undefined;
6927
+ context?: string[] | null | undefined;
6928
+ prompt?: string | null | undefined;
6670
6929
  }) | ({
6671
6930
  type: "number";
6672
6931
  format?: string | null | undefined;
@@ -6701,7 +6960,7 @@ export declare const list: (query?: SchemaListQuery) => {
6701
6960
  required?: boolean | null | undefined;
6702
6961
  } | null | undefined;
6703
6962
  uiConfiguration?: {
6704
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
6963
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6705
6964
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6706
6965
  } | null | undefined;
6707
6966
  width?: number | null | undefined;
@@ -6709,6 +6968,8 @@ export declare const list: (query?: SchemaListQuery) => {
6709
6968
  widthChars?: number | null | undefined;
6710
6969
  scoreThreshold?: number | null | undefined;
6711
6970
  formula?: string | null | undefined;
6971
+ context?: string[] | null | undefined;
6972
+ prompt?: string | null | undefined;
6712
6973
  }) | ({
6713
6974
  options: {
6714
6975
  value: string;
@@ -6742,7 +7003,7 @@ export declare const list: (query?: SchemaListQuery) => {
6742
7003
  required?: boolean | null | undefined;
6743
7004
  } | null | undefined;
6744
7005
  uiConfiguration?: {
6745
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7006
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6746
7007
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6747
7008
  } | null | undefined;
6748
7009
  width?: number | null | undefined;
@@ -6750,6 +7011,8 @@ export declare const list: (query?: SchemaListQuery) => {
6750
7011
  widthChars?: number | null | undefined;
6751
7012
  scoreThreshold?: number | null | undefined;
6752
7013
  formula?: string | null | undefined;
7014
+ context?: string[] | null | undefined;
7015
+ prompt?: string | null | undefined;
6753
7016
  }) | ({
6754
7017
  id: string;
6755
7018
  label: string;
@@ -6765,7 +7028,6 @@ export declare const list: (query?: SchemaListQuery) => {
6765
7028
  popupUrl?: string | undefined;
6766
7029
  canObtainToken?: boolean | undefined;
6767
7030
  }) | ({
6768
- category: "tuple";
6769
7031
  children: (({
6770
7032
  type: "string";
6771
7033
  } & {
@@ -6794,7 +7056,7 @@ export declare const list: (query?: SchemaListQuery) => {
6794
7056
  required?: boolean | null | undefined;
6795
7057
  } | null | undefined;
6796
7058
  uiConfiguration?: {
6797
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7059
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6798
7060
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6799
7061
  } | null | undefined;
6800
7062
  width?: number | null | undefined;
@@ -6802,6 +7064,8 @@ export declare const list: (query?: SchemaListQuery) => {
6802
7064
  widthChars?: number | null | undefined;
6803
7065
  scoreThreshold?: number | null | undefined;
6804
7066
  formula?: string | null | undefined;
7067
+ context?: string[] | null | undefined;
7068
+ prompt?: string | null | undefined;
6805
7069
  }) | ({
6806
7070
  type: "date";
6807
7071
  format?: string | null | undefined;
@@ -6831,7 +7095,7 @@ export declare const list: (query?: SchemaListQuery) => {
6831
7095
  required?: boolean | null | undefined;
6832
7096
  } | null | undefined;
6833
7097
  uiConfiguration?: {
6834
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7098
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6835
7099
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6836
7100
  } | null | undefined;
6837
7101
  width?: number | null | undefined;
@@ -6839,6 +7103,8 @@ export declare const list: (query?: SchemaListQuery) => {
6839
7103
  widthChars?: number | null | undefined;
6840
7104
  scoreThreshold?: number | null | undefined;
6841
7105
  formula?: string | null | undefined;
7106
+ context?: string[] | null | undefined;
7107
+ prompt?: string | null | undefined;
6842
7108
  }) | ({
6843
7109
  type: "number";
6844
7110
  format?: string | null | undefined;
@@ -6873,7 +7139,7 @@ export declare const list: (query?: SchemaListQuery) => {
6873
7139
  required?: boolean | null | undefined;
6874
7140
  } | null | undefined;
6875
7141
  uiConfiguration?: {
6876
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7142
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6877
7143
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6878
7144
  } | null | undefined;
6879
7145
  width?: number | null | undefined;
@@ -6881,6 +7147,8 @@ export declare const list: (query?: SchemaListQuery) => {
6881
7147
  widthChars?: number | null | undefined;
6882
7148
  scoreThreshold?: number | null | undefined;
6883
7149
  formula?: string | null | undefined;
7150
+ context?: string[] | null | undefined;
7151
+ prompt?: string | null | undefined;
6884
7152
  }) | ({
6885
7153
  options: {
6886
7154
  value: string;
@@ -6914,7 +7182,7 @@ export declare const list: (query?: SchemaListQuery) => {
6914
7182
  required?: boolean | null | undefined;
6915
7183
  } | null | undefined;
6916
7184
  uiConfiguration?: {
6917
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7185
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6918
7186
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6919
7187
  } | null | undefined;
6920
7188
  width?: number | null | undefined;
@@ -6922,6 +7190,8 @@ export declare const list: (query?: SchemaListQuery) => {
6922
7190
  widthChars?: number | null | undefined;
6923
7191
  scoreThreshold?: number | null | undefined;
6924
7192
  formula?: string | null | undefined;
7193
+ context?: string[] | null | undefined;
7194
+ prompt?: string | null | undefined;
6925
7195
  }) | ({
6926
7196
  id: string;
6927
7197
  label: string;
@@ -6937,6 +7207,7 @@ export declare const list: (query?: SchemaListQuery) => {
6937
7207
  popupUrl?: string | undefined;
6938
7208
  canObtainToken?: boolean | undefined;
6939
7209
  }))[];
7210
+ category: "tuple";
6940
7211
  rirFieldNames?: string[] | null | undefined;
6941
7212
  } & {
6942
7213
  id: string;
@@ -6973,7 +7244,7 @@ export declare const list: (query?: SchemaListQuery) => {
6973
7244
  required?: boolean | null | undefined;
6974
7245
  } | null | undefined;
6975
7246
  uiConfiguration?: {
6976
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7247
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
6977
7248
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
6978
7249
  } | null | undefined;
6979
7250
  width?: number | null | undefined;
@@ -6981,6 +7252,8 @@ export declare const list: (query?: SchemaListQuery) => {
6981
7252
  widthChars?: number | null | undefined;
6982
7253
  scoreThreshold?: number | null | undefined;
6983
7254
  formula?: string | null | undefined;
7255
+ context?: string[] | null | undefined;
7256
+ prompt?: string | null | undefined;
6984
7257
  }) | ({
6985
7258
  type: "date";
6986
7259
  format?: string | null | undefined;
@@ -7010,7 +7283,7 @@ export declare const list: (query?: SchemaListQuery) => {
7010
7283
  required?: boolean | null | undefined;
7011
7284
  } | null | undefined;
7012
7285
  uiConfiguration?: {
7013
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7286
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7014
7287
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7015
7288
  } | null | undefined;
7016
7289
  width?: number | null | undefined;
@@ -7018,6 +7291,8 @@ export declare const list: (query?: SchemaListQuery) => {
7018
7291
  widthChars?: number | null | undefined;
7019
7292
  scoreThreshold?: number | null | undefined;
7020
7293
  formula?: string | null | undefined;
7294
+ context?: string[] | null | undefined;
7295
+ prompt?: string | null | undefined;
7021
7296
  }) | ({
7022
7297
  type: "number";
7023
7298
  format?: string | null | undefined;
@@ -7052,7 +7327,7 @@ export declare const list: (query?: SchemaListQuery) => {
7052
7327
  required?: boolean | null | undefined;
7053
7328
  } | null | undefined;
7054
7329
  uiConfiguration?: {
7055
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7330
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7056
7331
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7057
7332
  } | null | undefined;
7058
7333
  width?: number | null | undefined;
@@ -7060,6 +7335,8 @@ export declare const list: (query?: SchemaListQuery) => {
7060
7335
  widthChars?: number | null | undefined;
7061
7336
  scoreThreshold?: number | null | undefined;
7062
7337
  formula?: string | null | undefined;
7338
+ context?: string[] | null | undefined;
7339
+ prompt?: string | null | undefined;
7063
7340
  }) | ({
7064
7341
  options: {
7065
7342
  value: string;
@@ -7093,7 +7370,7 @@ export declare const list: (query?: SchemaListQuery) => {
7093
7370
  required?: boolean | null | undefined;
7094
7371
  } | null | undefined;
7095
7372
  uiConfiguration?: {
7096
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7373
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7097
7374
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7098
7375
  } | null | undefined;
7099
7376
  width?: number | null | undefined;
@@ -7101,6 +7378,8 @@ export declare const list: (query?: SchemaListQuery) => {
7101
7378
  widthChars?: number | null | undefined;
7102
7379
  scoreThreshold?: number | null | undefined;
7103
7380
  formula?: string | null | undefined;
7381
+ context?: string[] | null | undefined;
7382
+ prompt?: string | null | undefined;
7104
7383
  }) | ({
7105
7384
  id: string;
7106
7385
  label: string;
@@ -7135,7 +7414,6 @@ export declare const list: (query?: SchemaListQuery) => {
7135
7414
  disablePrediction?: boolean | null | undefined;
7136
7415
  }) | ({
7137
7416
  children: {
7138
- category: "tuple";
7139
7417
  children: (({
7140
7418
  type: "string";
7141
7419
  } & {
@@ -7164,7 +7442,7 @@ export declare const list: (query?: SchemaListQuery) => {
7164
7442
  required?: boolean | null | undefined;
7165
7443
  } | null | undefined;
7166
7444
  uiConfiguration?: {
7167
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7445
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7168
7446
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7169
7447
  } | null | undefined;
7170
7448
  width?: number | null | undefined;
@@ -7172,6 +7450,8 @@ export declare const list: (query?: SchemaListQuery) => {
7172
7450
  widthChars?: number | null | undefined;
7173
7451
  scoreThreshold?: number | null | undefined;
7174
7452
  formula?: string | null | undefined;
7453
+ context?: string[] | null | undefined;
7454
+ prompt?: string | null | undefined;
7175
7455
  }) | ({
7176
7456
  type: "date";
7177
7457
  format?: string | null | undefined;
@@ -7201,7 +7481,7 @@ export declare const list: (query?: SchemaListQuery) => {
7201
7481
  required?: boolean | null | undefined;
7202
7482
  } | null | undefined;
7203
7483
  uiConfiguration?: {
7204
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7484
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7205
7485
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7206
7486
  } | null | undefined;
7207
7487
  width?: number | null | undefined;
@@ -7209,6 +7489,8 @@ export declare const list: (query?: SchemaListQuery) => {
7209
7489
  widthChars?: number | null | undefined;
7210
7490
  scoreThreshold?: number | null | undefined;
7211
7491
  formula?: string | null | undefined;
7492
+ context?: string[] | null | undefined;
7493
+ prompt?: string | null | undefined;
7212
7494
  }) | ({
7213
7495
  type: "number";
7214
7496
  format?: string | null | undefined;
@@ -7243,7 +7525,7 @@ export declare const list: (query?: SchemaListQuery) => {
7243
7525
  required?: boolean | null | undefined;
7244
7526
  } | null | undefined;
7245
7527
  uiConfiguration?: {
7246
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7528
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7247
7529
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7248
7530
  } | null | undefined;
7249
7531
  width?: number | null | undefined;
@@ -7251,6 +7533,8 @@ export declare const list: (query?: SchemaListQuery) => {
7251
7533
  widthChars?: number | null | undefined;
7252
7534
  scoreThreshold?: number | null | undefined;
7253
7535
  formula?: string | null | undefined;
7536
+ context?: string[] | null | undefined;
7537
+ prompt?: string | null | undefined;
7254
7538
  }) | ({
7255
7539
  options: {
7256
7540
  value: string;
@@ -7284,7 +7568,7 @@ export declare const list: (query?: SchemaListQuery) => {
7284
7568
  required?: boolean | null | undefined;
7285
7569
  } | null | undefined;
7286
7570
  uiConfiguration?: {
7287
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7571
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7288
7572
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7289
7573
  } | null | undefined;
7290
7574
  width?: number | null | undefined;
@@ -7292,6 +7576,8 @@ export declare const list: (query?: SchemaListQuery) => {
7292
7576
  widthChars?: number | null | undefined;
7293
7577
  scoreThreshold?: number | null | undefined;
7294
7578
  formula?: string | null | undefined;
7579
+ context?: string[] | null | undefined;
7580
+ prompt?: string | null | undefined;
7295
7581
  }) | ({
7296
7582
  id: string;
7297
7583
  label: string;
@@ -7307,6 +7593,7 @@ export declare const list: (query?: SchemaListQuery) => {
7307
7593
  popupUrl?: string | undefined;
7308
7594
  canObtainToken?: boolean | undefined;
7309
7595
  }))[];
7596
+ category: "tuple";
7310
7597
  rirFieldNames?: string[] | null | undefined;
7311
7598
  } & {
7312
7599
  id: string;
@@ -7333,13 +7620,14 @@ export declare const list: (query?: SchemaListQuery) => {
7333
7620
  hidden?: boolean | null | undefined;
7334
7621
  disablePrediction?: boolean | null | undefined;
7335
7622
  }))[];
7623
+ category: "section";
7336
7624
  icon?: string | null | undefined;
7337
7625
  })[] | undefined;
7338
7626
  }>, "many">;
7339
7627
  }, "strip", import("zod").ZodTypeAny, {
7340
7628
  results: {
7341
- id: number;
7342
7629
  url: string;
7630
+ id: number;
7343
7631
  name: string;
7344
7632
  queues: string[];
7345
7633
  metadata?: unknown;
@@ -7350,7 +7638,6 @@ export declare const list: (query?: SchemaListQuery) => {
7350
7638
  hidden?: boolean | null | undefined;
7351
7639
  disablePrediction?: boolean | null | undefined;
7352
7640
  } & {
7353
- category: "section";
7354
7641
  children: (({
7355
7642
  type: "string";
7356
7643
  } & {
@@ -7379,7 +7666,7 @@ export declare const list: (query?: SchemaListQuery) => {
7379
7666
  required?: boolean | null | undefined;
7380
7667
  } | null | undefined;
7381
7668
  uiConfiguration?: {
7382
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7669
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7383
7670
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7384
7671
  } | null | undefined;
7385
7672
  width?: number | null | undefined;
@@ -7387,6 +7674,8 @@ export declare const list: (query?: SchemaListQuery) => {
7387
7674
  widthChars?: number | null | undefined;
7388
7675
  scoreThreshold?: number | null | undefined;
7389
7676
  formula?: string | null | undefined;
7677
+ context?: string[] | null | undefined;
7678
+ prompt?: string | null | undefined;
7390
7679
  }) | ({
7391
7680
  type: "date";
7392
7681
  format?: string | null | undefined;
@@ -7416,7 +7705,7 @@ export declare const list: (query?: SchemaListQuery) => {
7416
7705
  required?: boolean | null | undefined;
7417
7706
  } | null | undefined;
7418
7707
  uiConfiguration?: {
7419
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7708
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7420
7709
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7421
7710
  } | null | undefined;
7422
7711
  width?: number | null | undefined;
@@ -7424,6 +7713,8 @@ export declare const list: (query?: SchemaListQuery) => {
7424
7713
  widthChars?: number | null | undefined;
7425
7714
  scoreThreshold?: number | null | undefined;
7426
7715
  formula?: string | null | undefined;
7716
+ context?: string[] | null | undefined;
7717
+ prompt?: string | null | undefined;
7427
7718
  }) | ({
7428
7719
  type: "number";
7429
7720
  format?: string | null | undefined;
@@ -7458,7 +7749,7 @@ export declare const list: (query?: SchemaListQuery) => {
7458
7749
  required?: boolean | null | undefined;
7459
7750
  } | null | undefined;
7460
7751
  uiConfiguration?: {
7461
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7752
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7462
7753
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7463
7754
  } | null | undefined;
7464
7755
  width?: number | null | undefined;
@@ -7466,6 +7757,8 @@ export declare const list: (query?: SchemaListQuery) => {
7466
7757
  widthChars?: number | null | undefined;
7467
7758
  scoreThreshold?: number | null | undefined;
7468
7759
  formula?: string | null | undefined;
7760
+ context?: string[] | null | undefined;
7761
+ prompt?: string | null | undefined;
7469
7762
  }) | ({
7470
7763
  options: {
7471
7764
  value: string;
@@ -7499,7 +7792,7 @@ export declare const list: (query?: SchemaListQuery) => {
7499
7792
  required?: boolean | null | undefined;
7500
7793
  } | null | undefined;
7501
7794
  uiConfiguration?: {
7502
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7795
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7503
7796
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7504
7797
  } | null | undefined;
7505
7798
  width?: number | null | undefined;
@@ -7507,6 +7800,8 @@ export declare const list: (query?: SchemaListQuery) => {
7507
7800
  widthChars?: number | null | undefined;
7508
7801
  scoreThreshold?: number | null | undefined;
7509
7802
  formula?: string | null | undefined;
7803
+ context?: string[] | null | undefined;
7804
+ prompt?: string | null | undefined;
7510
7805
  }) | ({
7511
7806
  id: string;
7512
7807
  label: string;
@@ -7522,7 +7817,6 @@ export declare const list: (query?: SchemaListQuery) => {
7522
7817
  popupUrl?: string | undefined;
7523
7818
  canObtainToken?: boolean | undefined;
7524
7819
  }) | ({
7525
- category: "tuple";
7526
7820
  children: (({
7527
7821
  type: "string";
7528
7822
  } & {
@@ -7551,7 +7845,7 @@ export declare const list: (query?: SchemaListQuery) => {
7551
7845
  required?: boolean | null | undefined;
7552
7846
  } | null | undefined;
7553
7847
  uiConfiguration?: {
7554
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7848
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7555
7849
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7556
7850
  } | null | undefined;
7557
7851
  width?: number | null | undefined;
@@ -7559,6 +7853,8 @@ export declare const list: (query?: SchemaListQuery) => {
7559
7853
  widthChars?: number | null | undefined;
7560
7854
  scoreThreshold?: number | null | undefined;
7561
7855
  formula?: string | null | undefined;
7856
+ context?: string[] | null | undefined;
7857
+ prompt?: string | null | undefined;
7562
7858
  }) | ({
7563
7859
  type: "date";
7564
7860
  format?: string | null | undefined;
@@ -7588,7 +7884,7 @@ export declare const list: (query?: SchemaListQuery) => {
7588
7884
  required?: boolean | null | undefined;
7589
7885
  } | null | undefined;
7590
7886
  uiConfiguration?: {
7591
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7887
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7592
7888
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7593
7889
  } | null | undefined;
7594
7890
  width?: number | null | undefined;
@@ -7596,6 +7892,8 @@ export declare const list: (query?: SchemaListQuery) => {
7596
7892
  widthChars?: number | null | undefined;
7597
7893
  scoreThreshold?: number | null | undefined;
7598
7894
  formula?: string | null | undefined;
7895
+ context?: string[] | null | undefined;
7896
+ prompt?: string | null | undefined;
7599
7897
  }) | ({
7600
7898
  type: "number";
7601
7899
  format?: string | null | undefined;
@@ -7630,7 +7928,7 @@ export declare const list: (query?: SchemaListQuery) => {
7630
7928
  required?: boolean | null | undefined;
7631
7929
  } | null | undefined;
7632
7930
  uiConfiguration?: {
7633
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7931
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7634
7932
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7635
7933
  } | null | undefined;
7636
7934
  width?: number | null | undefined;
@@ -7638,6 +7936,8 @@ export declare const list: (query?: SchemaListQuery) => {
7638
7936
  widthChars?: number | null | undefined;
7639
7937
  scoreThreshold?: number | null | undefined;
7640
7938
  formula?: string | null | undefined;
7939
+ context?: string[] | null | undefined;
7940
+ prompt?: string | null | undefined;
7641
7941
  }) | ({
7642
7942
  options: {
7643
7943
  value: string;
@@ -7671,7 +7971,7 @@ export declare const list: (query?: SchemaListQuery) => {
7671
7971
  required?: boolean | null | undefined;
7672
7972
  } | null | undefined;
7673
7973
  uiConfiguration?: {
7674
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
7974
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7675
7975
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7676
7976
  } | null | undefined;
7677
7977
  width?: number | null | undefined;
@@ -7679,6 +7979,8 @@ export declare const list: (query?: SchemaListQuery) => {
7679
7979
  widthChars?: number | null | undefined;
7680
7980
  scoreThreshold?: number | null | undefined;
7681
7981
  formula?: string | null | undefined;
7982
+ context?: string[] | null | undefined;
7983
+ prompt?: string | null | undefined;
7682
7984
  }) | ({
7683
7985
  id: string;
7684
7986
  label: string;
@@ -7694,6 +7996,7 @@ export declare const list: (query?: SchemaListQuery) => {
7694
7996
  popupUrl?: string | undefined;
7695
7997
  canObtainToken?: boolean | undefined;
7696
7998
  }))[];
7999
+ category: "tuple";
7697
8000
  rirFieldNames?: string[] | null | undefined;
7698
8001
  } & {
7699
8002
  id: string;
@@ -7730,7 +8033,7 @@ export declare const list: (query?: SchemaListQuery) => {
7730
8033
  required?: boolean | null | undefined;
7731
8034
  } | null | undefined;
7732
8035
  uiConfiguration?: {
7733
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8036
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7734
8037
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7735
8038
  } | null | undefined;
7736
8039
  width?: number | null | undefined;
@@ -7738,6 +8041,8 @@ export declare const list: (query?: SchemaListQuery) => {
7738
8041
  widthChars?: number | null | undefined;
7739
8042
  scoreThreshold?: number | null | undefined;
7740
8043
  formula?: string | null | undefined;
8044
+ context?: string[] | null | undefined;
8045
+ prompt?: string | null | undefined;
7741
8046
  }) | ({
7742
8047
  type: "date";
7743
8048
  format?: string | null | undefined;
@@ -7767,7 +8072,7 @@ export declare const list: (query?: SchemaListQuery) => {
7767
8072
  required?: boolean | null | undefined;
7768
8073
  } | null | undefined;
7769
8074
  uiConfiguration?: {
7770
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8075
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7771
8076
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7772
8077
  } | null | undefined;
7773
8078
  width?: number | null | undefined;
@@ -7775,6 +8080,8 @@ export declare const list: (query?: SchemaListQuery) => {
7775
8080
  widthChars?: number | null | undefined;
7776
8081
  scoreThreshold?: number | null | undefined;
7777
8082
  formula?: string | null | undefined;
8083
+ context?: string[] | null | undefined;
8084
+ prompt?: string | null | undefined;
7778
8085
  }) | ({
7779
8086
  type: "number";
7780
8087
  format?: string | null | undefined;
@@ -7809,7 +8116,7 @@ export declare const list: (query?: SchemaListQuery) => {
7809
8116
  required?: boolean | null | undefined;
7810
8117
  } | null | undefined;
7811
8118
  uiConfiguration?: {
7812
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8119
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7813
8120
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7814
8121
  } | null | undefined;
7815
8122
  width?: number | null | undefined;
@@ -7817,6 +8124,8 @@ export declare const list: (query?: SchemaListQuery) => {
7817
8124
  widthChars?: number | null | undefined;
7818
8125
  scoreThreshold?: number | null | undefined;
7819
8126
  formula?: string | null | undefined;
8127
+ context?: string[] | null | undefined;
8128
+ prompt?: string | null | undefined;
7820
8129
  }) | ({
7821
8130
  options: {
7822
8131
  value: string;
@@ -7850,7 +8159,7 @@ export declare const list: (query?: SchemaListQuery) => {
7850
8159
  required?: boolean | null | undefined;
7851
8160
  } | null | undefined;
7852
8161
  uiConfiguration?: {
7853
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8162
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7854
8163
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7855
8164
  } | null | undefined;
7856
8165
  width?: number | null | undefined;
@@ -7858,6 +8167,8 @@ export declare const list: (query?: SchemaListQuery) => {
7858
8167
  widthChars?: number | null | undefined;
7859
8168
  scoreThreshold?: number | null | undefined;
7860
8169
  formula?: string | null | undefined;
8170
+ context?: string[] | null | undefined;
8171
+ prompt?: string | null | undefined;
7861
8172
  }) | ({
7862
8173
  id: string;
7863
8174
  label: string;
@@ -7892,7 +8203,6 @@ export declare const list: (query?: SchemaListQuery) => {
7892
8203
  disablePrediction?: boolean | null | undefined;
7893
8204
  }) | ({
7894
8205
  children: {
7895
- category: "tuple";
7896
8206
  children: (({
7897
8207
  type: "string";
7898
8208
  } & {
@@ -7921,7 +8231,7 @@ export declare const list: (query?: SchemaListQuery) => {
7921
8231
  required?: boolean | null | undefined;
7922
8232
  } | null | undefined;
7923
8233
  uiConfiguration?: {
7924
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8234
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7925
8235
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7926
8236
  } | null | undefined;
7927
8237
  width?: number | null | undefined;
@@ -7929,6 +8239,8 @@ export declare const list: (query?: SchemaListQuery) => {
7929
8239
  widthChars?: number | null | undefined;
7930
8240
  scoreThreshold?: number | null | undefined;
7931
8241
  formula?: string | null | undefined;
8242
+ context?: string[] | null | undefined;
8243
+ prompt?: string | null | undefined;
7932
8244
  }) | ({
7933
8245
  type: "date";
7934
8246
  format?: string | null | undefined;
@@ -7958,7 +8270,7 @@ export declare const list: (query?: SchemaListQuery) => {
7958
8270
  required?: boolean | null | undefined;
7959
8271
  } | null | undefined;
7960
8272
  uiConfiguration?: {
7961
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8273
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
7962
8274
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
7963
8275
  } | null | undefined;
7964
8276
  width?: number | null | undefined;
@@ -7966,6 +8278,8 @@ export declare const list: (query?: SchemaListQuery) => {
7966
8278
  widthChars?: number | null | undefined;
7967
8279
  scoreThreshold?: number | null | undefined;
7968
8280
  formula?: string | null | undefined;
8281
+ context?: string[] | null | undefined;
8282
+ prompt?: string | null | undefined;
7969
8283
  }) | ({
7970
8284
  type: "number";
7971
8285
  format?: string | null | undefined;
@@ -8000,7 +8314,7 @@ export declare const list: (query?: SchemaListQuery) => {
8000
8314
  required?: boolean | null | undefined;
8001
8315
  } | null | undefined;
8002
8316
  uiConfiguration?: {
8003
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8317
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8004
8318
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8005
8319
  } | null | undefined;
8006
8320
  width?: number | null | undefined;
@@ -8008,6 +8322,8 @@ export declare const list: (query?: SchemaListQuery) => {
8008
8322
  widthChars?: number | null | undefined;
8009
8323
  scoreThreshold?: number | null | undefined;
8010
8324
  formula?: string | null | undefined;
8325
+ context?: string[] | null | undefined;
8326
+ prompt?: string | null | undefined;
8011
8327
  }) | ({
8012
8328
  options: {
8013
8329
  value: string;
@@ -8041,7 +8357,7 @@ export declare const list: (query?: SchemaListQuery) => {
8041
8357
  required?: boolean | null | undefined;
8042
8358
  } | null | undefined;
8043
8359
  uiConfiguration?: {
8044
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8360
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8045
8361
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8046
8362
  } | null | undefined;
8047
8363
  width?: number | null | undefined;
@@ -8049,6 +8365,8 @@ export declare const list: (query?: SchemaListQuery) => {
8049
8365
  widthChars?: number | null | undefined;
8050
8366
  scoreThreshold?: number | null | undefined;
8051
8367
  formula?: string | null | undefined;
8368
+ context?: string[] | null | undefined;
8369
+ prompt?: string | null | undefined;
8052
8370
  }) | ({
8053
8371
  id: string;
8054
8372
  label: string;
@@ -8064,6 +8382,7 @@ export declare const list: (query?: SchemaListQuery) => {
8064
8382
  popupUrl?: string | undefined;
8065
8383
  canObtainToken?: boolean | undefined;
8066
8384
  }))[];
8385
+ category: "tuple";
8067
8386
  rirFieldNames?: string[] | null | undefined;
8068
8387
  } & {
8069
8388
  id: string;
@@ -8090,6 +8409,7 @@ export declare const list: (query?: SchemaListQuery) => {
8090
8409
  hidden?: boolean | null | undefined;
8091
8410
  disablePrediction?: boolean | null | undefined;
8092
8411
  }))[];
8412
+ category: "section";
8093
8413
  icon?: string | null | undefined;
8094
8414
  })[] | undefined;
8095
8415
  }[];
@@ -8101,8 +8421,8 @@ export declare const list: (query?: SchemaListQuery) => {
8101
8421
  };
8102
8422
  }, {
8103
8423
  results: {
8104
- id: number;
8105
8424
  url: string;
8425
+ id: number;
8106
8426
  name: string;
8107
8427
  queues: string[];
8108
8428
  metadata?: unknown;
@@ -8113,7 +8433,6 @@ export declare const list: (query?: SchemaListQuery) => {
8113
8433
  hidden?: boolean | null | undefined;
8114
8434
  disablePrediction?: boolean | null | undefined;
8115
8435
  } & {
8116
- category: "section";
8117
8436
  children: (({
8118
8437
  type: "string";
8119
8438
  } & {
@@ -8142,7 +8461,7 @@ export declare const list: (query?: SchemaListQuery) => {
8142
8461
  required?: boolean | null | undefined;
8143
8462
  } | null | undefined;
8144
8463
  uiConfiguration?: {
8145
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8464
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8146
8465
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8147
8466
  } | null | undefined;
8148
8467
  width?: number | null | undefined;
@@ -8150,6 +8469,8 @@ export declare const list: (query?: SchemaListQuery) => {
8150
8469
  widthChars?: number | null | undefined;
8151
8470
  scoreThreshold?: number | null | undefined;
8152
8471
  formula?: string | null | undefined;
8472
+ context?: string[] | null | undefined;
8473
+ prompt?: string | null | undefined;
8153
8474
  }) | ({
8154
8475
  type: "date";
8155
8476
  format?: string | null | undefined;
@@ -8179,7 +8500,7 @@ export declare const list: (query?: SchemaListQuery) => {
8179
8500
  required?: boolean | null | undefined;
8180
8501
  } | null | undefined;
8181
8502
  uiConfiguration?: {
8182
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8503
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8183
8504
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8184
8505
  } | null | undefined;
8185
8506
  width?: number | null | undefined;
@@ -8187,6 +8508,8 @@ export declare const list: (query?: SchemaListQuery) => {
8187
8508
  widthChars?: number | null | undefined;
8188
8509
  scoreThreshold?: number | null | undefined;
8189
8510
  formula?: string | null | undefined;
8511
+ context?: string[] | null | undefined;
8512
+ prompt?: string | null | undefined;
8190
8513
  }) | ({
8191
8514
  type: "number";
8192
8515
  format?: string | null | undefined;
@@ -8221,7 +8544,7 @@ export declare const list: (query?: SchemaListQuery) => {
8221
8544
  required?: boolean | null | undefined;
8222
8545
  } | null | undefined;
8223
8546
  uiConfiguration?: {
8224
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8547
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8225
8548
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8226
8549
  } | null | undefined;
8227
8550
  width?: number | null | undefined;
@@ -8229,6 +8552,8 @@ export declare const list: (query?: SchemaListQuery) => {
8229
8552
  widthChars?: number | null | undefined;
8230
8553
  scoreThreshold?: number | null | undefined;
8231
8554
  formula?: string | null | undefined;
8555
+ context?: string[] | null | undefined;
8556
+ prompt?: string | null | undefined;
8232
8557
  }) | ({
8233
8558
  options: {
8234
8559
  value: string;
@@ -8262,7 +8587,7 @@ export declare const list: (query?: SchemaListQuery) => {
8262
8587
  required?: boolean | null | undefined;
8263
8588
  } | null | undefined;
8264
8589
  uiConfiguration?: {
8265
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8590
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8266
8591
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8267
8592
  } | null | undefined;
8268
8593
  width?: number | null | undefined;
@@ -8270,6 +8595,8 @@ export declare const list: (query?: SchemaListQuery) => {
8270
8595
  widthChars?: number | null | undefined;
8271
8596
  scoreThreshold?: number | null | undefined;
8272
8597
  formula?: string | null | undefined;
8598
+ context?: string[] | null | undefined;
8599
+ prompt?: string | null | undefined;
8273
8600
  }) | ({
8274
8601
  id: string;
8275
8602
  label: string;
@@ -8285,7 +8612,6 @@ export declare const list: (query?: SchemaListQuery) => {
8285
8612
  popupUrl?: string | undefined;
8286
8613
  canObtainToken?: boolean | undefined;
8287
8614
  }) | ({
8288
- category: "tuple";
8289
8615
  children: (({
8290
8616
  type: "string";
8291
8617
  } & {
@@ -8314,7 +8640,7 @@ export declare const list: (query?: SchemaListQuery) => {
8314
8640
  required?: boolean | null | undefined;
8315
8641
  } | null | undefined;
8316
8642
  uiConfiguration?: {
8317
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8643
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8318
8644
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8319
8645
  } | null | undefined;
8320
8646
  width?: number | null | undefined;
@@ -8322,6 +8648,8 @@ export declare const list: (query?: SchemaListQuery) => {
8322
8648
  widthChars?: number | null | undefined;
8323
8649
  scoreThreshold?: number | null | undefined;
8324
8650
  formula?: string | null | undefined;
8651
+ context?: string[] | null | undefined;
8652
+ prompt?: string | null | undefined;
8325
8653
  }) | ({
8326
8654
  type: "date";
8327
8655
  format?: string | null | undefined;
@@ -8351,7 +8679,7 @@ export declare const list: (query?: SchemaListQuery) => {
8351
8679
  required?: boolean | null | undefined;
8352
8680
  } | null | undefined;
8353
8681
  uiConfiguration?: {
8354
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8682
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8355
8683
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8356
8684
  } | null | undefined;
8357
8685
  width?: number | null | undefined;
@@ -8359,6 +8687,8 @@ export declare const list: (query?: SchemaListQuery) => {
8359
8687
  widthChars?: number | null | undefined;
8360
8688
  scoreThreshold?: number | null | undefined;
8361
8689
  formula?: string | null | undefined;
8690
+ context?: string[] | null | undefined;
8691
+ prompt?: string | null | undefined;
8362
8692
  }) | ({
8363
8693
  type: "number";
8364
8694
  format?: string | null | undefined;
@@ -8393,7 +8723,7 @@ export declare const list: (query?: SchemaListQuery) => {
8393
8723
  required?: boolean | null | undefined;
8394
8724
  } | null | undefined;
8395
8725
  uiConfiguration?: {
8396
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8726
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8397
8727
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8398
8728
  } | null | undefined;
8399
8729
  width?: number | null | undefined;
@@ -8401,6 +8731,8 @@ export declare const list: (query?: SchemaListQuery) => {
8401
8731
  widthChars?: number | null | undefined;
8402
8732
  scoreThreshold?: number | null | undefined;
8403
8733
  formula?: string | null | undefined;
8734
+ context?: string[] | null | undefined;
8735
+ prompt?: string | null | undefined;
8404
8736
  }) | ({
8405
8737
  options: {
8406
8738
  value: string;
@@ -8434,7 +8766,7 @@ export declare const list: (query?: SchemaListQuery) => {
8434
8766
  required?: boolean | null | undefined;
8435
8767
  } | null | undefined;
8436
8768
  uiConfiguration?: {
8437
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8769
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8438
8770
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8439
8771
  } | null | undefined;
8440
8772
  width?: number | null | undefined;
@@ -8442,6 +8774,8 @@ export declare const list: (query?: SchemaListQuery) => {
8442
8774
  widthChars?: number | null | undefined;
8443
8775
  scoreThreshold?: number | null | undefined;
8444
8776
  formula?: string | null | undefined;
8777
+ context?: string[] | null | undefined;
8778
+ prompt?: string | null | undefined;
8445
8779
  }) | ({
8446
8780
  id: string;
8447
8781
  label: string;
@@ -8457,6 +8791,7 @@ export declare const list: (query?: SchemaListQuery) => {
8457
8791
  popupUrl?: string | undefined;
8458
8792
  canObtainToken?: boolean | undefined;
8459
8793
  }))[];
8794
+ category: "tuple";
8460
8795
  rirFieldNames?: string[] | null | undefined;
8461
8796
  } & {
8462
8797
  id: string;
@@ -8493,7 +8828,7 @@ export declare const list: (query?: SchemaListQuery) => {
8493
8828
  required?: boolean | null | undefined;
8494
8829
  } | null | undefined;
8495
8830
  uiConfiguration?: {
8496
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8831
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8497
8832
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8498
8833
  } | null | undefined;
8499
8834
  width?: number | null | undefined;
@@ -8501,6 +8836,8 @@ export declare const list: (query?: SchemaListQuery) => {
8501
8836
  widthChars?: number | null | undefined;
8502
8837
  scoreThreshold?: number | null | undefined;
8503
8838
  formula?: string | null | undefined;
8839
+ context?: string[] | null | undefined;
8840
+ prompt?: string | null | undefined;
8504
8841
  }) | ({
8505
8842
  type: "date";
8506
8843
  format?: string | null | undefined;
@@ -8530,7 +8867,7 @@ export declare const list: (query?: SchemaListQuery) => {
8530
8867
  required?: boolean | null | undefined;
8531
8868
  } | null | undefined;
8532
8869
  uiConfiguration?: {
8533
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8870
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8534
8871
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8535
8872
  } | null | undefined;
8536
8873
  width?: number | null | undefined;
@@ -8538,6 +8875,8 @@ export declare const list: (query?: SchemaListQuery) => {
8538
8875
  widthChars?: number | null | undefined;
8539
8876
  scoreThreshold?: number | null | undefined;
8540
8877
  formula?: string | null | undefined;
8878
+ context?: string[] | null | undefined;
8879
+ prompt?: string | null | undefined;
8541
8880
  }) | ({
8542
8881
  type: "number";
8543
8882
  format?: string | null | undefined;
@@ -8572,7 +8911,7 @@ export declare const list: (query?: SchemaListQuery) => {
8572
8911
  required?: boolean | null | undefined;
8573
8912
  } | null | undefined;
8574
8913
  uiConfiguration?: {
8575
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8914
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8576
8915
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8577
8916
  } | null | undefined;
8578
8917
  width?: number | null | undefined;
@@ -8580,6 +8919,8 @@ export declare const list: (query?: SchemaListQuery) => {
8580
8919
  widthChars?: number | null | undefined;
8581
8920
  scoreThreshold?: number | null | undefined;
8582
8921
  formula?: string | null | undefined;
8922
+ context?: string[] | null | undefined;
8923
+ prompt?: string | null | undefined;
8583
8924
  }) | ({
8584
8925
  options: {
8585
8926
  value: string;
@@ -8613,7 +8954,7 @@ export declare const list: (query?: SchemaListQuery) => {
8613
8954
  required?: boolean | null | undefined;
8614
8955
  } | null | undefined;
8615
8956
  uiConfiguration?: {
8616
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
8957
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8617
8958
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8618
8959
  } | null | undefined;
8619
8960
  width?: number | null | undefined;
@@ -8621,6 +8962,8 @@ export declare const list: (query?: SchemaListQuery) => {
8621
8962
  widthChars?: number | null | undefined;
8622
8963
  scoreThreshold?: number | null | undefined;
8623
8964
  formula?: string | null | undefined;
8965
+ context?: string[] | null | undefined;
8966
+ prompt?: string | null | undefined;
8624
8967
  }) | ({
8625
8968
  id: string;
8626
8969
  label: string;
@@ -8655,7 +8998,6 @@ export declare const list: (query?: SchemaListQuery) => {
8655
8998
  disablePrediction?: boolean | null | undefined;
8656
8999
  }) | ({
8657
9000
  children: {
8658
- category: "tuple";
8659
9001
  children: (({
8660
9002
  type: "string";
8661
9003
  } & {
@@ -8684,7 +9026,7 @@ export declare const list: (query?: SchemaListQuery) => {
8684
9026
  required?: boolean | null | undefined;
8685
9027
  } | null | undefined;
8686
9028
  uiConfiguration?: {
8687
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
9029
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8688
9030
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8689
9031
  } | null | undefined;
8690
9032
  width?: number | null | undefined;
@@ -8692,6 +9034,8 @@ export declare const list: (query?: SchemaListQuery) => {
8692
9034
  widthChars?: number | null | undefined;
8693
9035
  scoreThreshold?: number | null | undefined;
8694
9036
  formula?: string | null | undefined;
9037
+ context?: string[] | null | undefined;
9038
+ prompt?: string | null | undefined;
8695
9039
  }) | ({
8696
9040
  type: "date";
8697
9041
  format?: string | null | undefined;
@@ -8721,7 +9065,7 @@ export declare const list: (query?: SchemaListQuery) => {
8721
9065
  required?: boolean | null | undefined;
8722
9066
  } | null | undefined;
8723
9067
  uiConfiguration?: {
8724
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
9068
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8725
9069
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8726
9070
  } | null | undefined;
8727
9071
  width?: number | null | undefined;
@@ -8729,6 +9073,8 @@ export declare const list: (query?: SchemaListQuery) => {
8729
9073
  widthChars?: number | null | undefined;
8730
9074
  scoreThreshold?: number | null | undefined;
8731
9075
  formula?: string | null | undefined;
9076
+ context?: string[] | null | undefined;
9077
+ prompt?: string | null | undefined;
8732
9078
  }) | ({
8733
9079
  type: "number";
8734
9080
  format?: string | null | undefined;
@@ -8763,7 +9109,7 @@ export declare const list: (query?: SchemaListQuery) => {
8763
9109
  required?: boolean | null | undefined;
8764
9110
  } | null | undefined;
8765
9111
  uiConfiguration?: {
8766
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
9112
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8767
9113
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8768
9114
  } | null | undefined;
8769
9115
  width?: number | null | undefined;
@@ -8771,6 +9117,8 @@ export declare const list: (query?: SchemaListQuery) => {
8771
9117
  widthChars?: number | null | undefined;
8772
9118
  scoreThreshold?: number | null | undefined;
8773
9119
  formula?: string | null | undefined;
9120
+ context?: string[] | null | undefined;
9121
+ prompt?: string | null | undefined;
8774
9122
  }) | ({
8775
9123
  options: {
8776
9124
  value: string;
@@ -8804,7 +9152,7 @@ export declare const list: (query?: SchemaListQuery) => {
8804
9152
  required?: boolean | null | undefined;
8805
9153
  } | null | undefined;
8806
9154
  uiConfiguration?: {
8807
- type?: "data" | "manual" | "captured" | "formula" | null | undefined;
9155
+ type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
8808
9156
  edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
8809
9157
  } | null | undefined;
8810
9158
  width?: number | null | undefined;
@@ -8812,6 +9160,8 @@ export declare const list: (query?: SchemaListQuery) => {
8812
9160
  widthChars?: number | null | undefined;
8813
9161
  scoreThreshold?: number | null | undefined;
8814
9162
  formula?: string | null | undefined;
9163
+ context?: string[] | null | undefined;
9164
+ prompt?: string | null | undefined;
8815
9165
  }) | ({
8816
9166
  id: string;
8817
9167
  label: string;
@@ -8827,6 +9177,7 @@ export declare const list: (query?: SchemaListQuery) => {
8827
9177
  popupUrl?: string | undefined;
8828
9178
  canObtainToken?: boolean | undefined;
8829
9179
  }))[];
9180
+ category: "tuple";
8830
9181
  rirFieldNames?: string[] | null | undefined;
8831
9182
  } & {
8832
9183
  id: string;
@@ -8853,6 +9204,7 @@ export declare const list: (query?: SchemaListQuery) => {
8853
9204
  hidden?: boolean | null | undefined;
8854
9205
  disablePrediction?: boolean | null | undefined;
8855
9206
  }))[];
9207
+ category: "section";
8856
9208
  icon?: string | null | undefined;
8857
9209
  })[] | undefined;
8858
9210
  }[];