@rossum/api-client 0.1.25 → 0.1.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (817) hide show
  1. package/index.js +73 -69
  2. package/index.js.map +1 -1
  3. package/package.json +4 -2
  4. package/src/annotations/endpoints/approve.js.map +1 -1
  5. package/src/annotations/endpoints/assign.js.map +1 -1
  6. package/src/annotations/endpoints/cancel.js +1 -1
  7. package/src/annotations/endpoints/cancel.js.map +1 -1
  8. package/src/annotations/endpoints/confirm.js.map +1 -1
  9. package/src/annotations/endpoints/contentSelect.js.map +1 -1
  10. package/src/annotations/endpoints/copy.js.map +1 -1
  11. package/src/annotations/endpoints/delete.js.map +1 -1
  12. package/src/annotations/endpoints/editPages.js.map +1 -1
  13. package/src/annotations/endpoints/editPagesInPlace.js.map +1 -1
  14. package/src/annotations/endpoints/get.js.map +1 -1
  15. package/src/annotations/endpoints/getContent.js.map +1 -1
  16. package/src/annotations/endpoints/getPageData.js +1 -1
  17. package/src/annotations/endpoints/getPageData.js.map +1 -1
  18. package/src/annotations/endpoints/index.js +2 -0
  19. package/src/annotations/endpoints/index.js.map +1 -1
  20. package/src/annotations/endpoints/patch.js.map +1 -1
  21. package/src/annotations/endpoints/postpone.js.map +1 -1
  22. package/src/annotations/endpoints/purge.js.map +1 -1
  23. package/src/annotations/endpoints/reject.js.map +1 -1
  24. package/src/annotations/endpoints/search.js +2 -2
  25. package/src/annotations/endpoints/search.js.map +1 -1
  26. package/src/annotations/endpoints/split.js +15 -0
  27. package/src/annotations/endpoints/split.js.map +1 -0
  28. package/src/annotations/endpoints/split.schema.js +23 -0
  29. package/src/annotations/endpoints/split.schema.js.map +1 -0
  30. package/src/annotations/endpoints/start.js.map +1 -1
  31. package/src/annotations/endpoints/startEditPages.js.map +1 -1
  32. package/src/annotations/endpoints/startEmbedded.js.map +1 -1
  33. package/src/annotations/endpoints/updateContent.js.map +1 -1
  34. package/src/annotations/endpoints/usageReportExport.js.map +1 -1
  35. package/src/annotations/endpoints/validate.js.map +1 -1
  36. package/src/annotations/models/annotation.schema.js +2 -0
  37. package/src/annotations/models/annotation.schema.js.map +1 -1
  38. package/src/annotations/models/annotationData.schema.js +1 -0
  39. package/src/annotations/models/annotationData.schema.js.map +1 -1
  40. package/src/authentication/endpoints/getMembershipToken.js.map +1 -1
  41. package/src/authentication/endpoints/login.js.map +1 -1
  42. package/src/authentication/endpoints/password/change.js.map +1 -1
  43. package/src/authentication/endpoints/password/confirm.js +17 -7
  44. package/src/authentication/endpoints/password/confirm.js.map +1 -1
  45. package/src/authentication/endpoints/password/reset.js +17 -7
  46. package/src/authentication/endpoints/password/reset.js.map +1 -1
  47. package/src/authentication/endpoints/password/score.js.map +1 -1
  48. package/src/authentication/endpoints/patch.js.map +1 -1
  49. package/src/authentication/endpoints/user.js.map +1 -1
  50. package/src/automationBlockers/endpoints/get.js.map +1 -1
  51. package/src/billing/endpoints/getHistory.js.map +1 -1
  52. package/src/billing/endpoints/getHistoryExport.js.map +1 -1
  53. package/src/billing/endpoints/getStats.js.map +1 -1
  54. package/src/billing/endpoints/getStatsExport.js.map +1 -1
  55. package/src/connectors/endpoints/create.js.map +1 -1
  56. package/src/connectors/endpoints/delete.js.map +1 -1
  57. package/src/connectors/endpoints/list.js.map +1 -1
  58. package/src/dedicatedEngineSchema/endpoints/create.js.map +1 -1
  59. package/src/dedicatedEngineSchema/endpoints/get.js.map +1 -1
  60. package/src/dedicatedEngineSchema/endpoints/patch.js.map +1 -1
  61. package/src/dedicatedEngineSchema/endpoints/predict.js.map +1 -1
  62. package/src/dedicatedEngineSchema/endpoints/validate.js.map +1 -1
  63. package/src/dedicatedEngines/endpoints/create.js.map +1 -1
  64. package/src/dedicatedEngines/endpoints/get.js.map +1 -1
  65. package/src/dedicatedEngines/endpoints/list.js.map +1 -1
  66. package/src/dedicatedEngines/endpoints/patch.js.map +1 -1
  67. package/src/dedicatedEngines/endpoints/request.js.map +1 -1
  68. package/src/deleteRecommendations/endpoints/create.js.map +1 -1
  69. package/src/deleteRecommendations/endpoints/get.js.map +1 -1
  70. package/src/deleteRecommendations/endpoints/list.js.map +1 -1
  71. package/src/deleteRecommendations/endpoints/patch.js.map +1 -1
  72. package/src/documentRelations/endpoints/index.js +8 -0
  73. package/src/documentRelations/endpoints/index.js.map +1 -0
  74. package/src/documentRelations/endpoints/list.js +17 -0
  75. package/src/documentRelations/endpoints/list.js.map +1 -0
  76. package/src/documentRelations/endpoints/list.schema.js +17 -0
  77. package/src/documentRelations/endpoints/list.schema.js.map +1 -0
  78. package/src/documentRelations/models/relations.schema.js +18 -0
  79. package/src/documentRelations/models/relations.schema.js.map +1 -0
  80. package/src/documents/endpoints/downloads.js.map +1 -1
  81. package/src/documents/endpoints/get.js.map +1 -1
  82. package/src/documents/endpoints/getBlob.js.map +1 -1
  83. package/src/documents/endpoints/list.js.map +1 -1
  84. package/src/documents/endpoints/patch.js.map +1 -1
  85. package/src/email/endpoints/get.js.map +1 -1
  86. package/src/email/endpoints/list.js.map +1 -1
  87. package/src/email/endpoints/send.js.map +1 -1
  88. package/src/email/endpoints/send.schema.js +1 -0
  89. package/src/email/endpoints/send.schema.js.map +1 -1
  90. package/src/emailTemplates/endpoints/create.js.map +1 -1
  91. package/src/emailTemplates/endpoints/delete.js.map +1 -1
  92. package/src/emailTemplates/endpoints/get.js.map +1 -1
  93. package/src/emailTemplates/endpoints/list.js.map +1 -1
  94. package/src/emailTemplates/endpoints/patch.js.map +1 -1
  95. package/src/emailTemplates/endpoints/render.js.map +1 -1
  96. package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
  97. package/src/emailThreads/endpoints/counts.js.map +1 -1
  98. package/src/emailThreads/endpoints/get.js.map +1 -1
  99. package/src/emailThreads/endpoints/list.js.map +1 -1
  100. package/src/emailThreads/endpoints/patch.js.map +1 -1
  101. package/src/engines/endpoints/patch.schema.js +6 -1
  102. package/src/engines/endpoints/patch.schema.js.map +1 -1
  103. package/src/engines/models/engine.schema.js +1 -0
  104. package/src/engines/models/engine.schema.js.map +1 -1
  105. package/src/engines/models/engineQueueStatsItem.schema.js +2 -0
  106. package/src/engines/models/engineQueueStatsItem.schema.js.map +1 -1
  107. package/src/genericEngines/endpoints/get.js.map +1 -1
  108. package/src/genericEngines/endpoints/list.js.map +1 -1
  109. package/src/groups/endpoints/list.js.map +1 -1
  110. package/src/hookInterfaces/endpoints/create.js +16 -0
  111. package/src/hookInterfaces/endpoints/create.js.map +1 -0
  112. package/src/hookInterfaces/endpoints/create.schema.js +14 -0
  113. package/src/hookInterfaces/endpoints/create.schema.js.map +1 -0
  114. package/src/hookInterfaces/endpoints/delete.js +13 -0
  115. package/src/hookInterfaces/endpoints/delete.js.map +1 -0
  116. package/src/hookInterfaces/endpoints/index.js +16 -0
  117. package/src/hookInterfaces/endpoints/index.js.map +1 -0
  118. package/src/hookInterfaces/endpoints/invoke.js +15 -0
  119. package/src/hookInterfaces/endpoints/invoke.js.map +1 -0
  120. package/src/hookInterfaces/endpoints/invoke.schema.js +10 -0
  121. package/src/hookInterfaces/endpoints/invoke.schema.js.map +1 -0
  122. package/src/hookInterfaces/endpoints/list.js +17 -0
  123. package/src/hookInterfaces/endpoints/list.js.map +1 -0
  124. package/src/hookInterfaces/endpoints/list.schema.js +16 -0
  125. package/src/hookInterfaces/endpoints/list.schema.js.map +1 -0
  126. package/src/hookInterfaces/endpoints/patch.js +16 -0
  127. package/src/hookInterfaces/endpoints/patch.js.map +1 -0
  128. package/src/hookInterfaces/endpoints/patch.schema.js +12 -0
  129. package/src/hookInterfaces/endpoints/patch.schema.js.map +1 -0
  130. package/src/{authentication/models/authInfo.js → hookInterfaces/models/hookInterface.js} +1 -1
  131. package/src/hookInterfaces/models/hookInterface.js.map +1 -0
  132. package/src/hookInterfaces/models/hookInterface.schema.js +17 -0
  133. package/src/hookInterfaces/models/hookInterface.schema.js.map +1 -0
  134. package/src/{deleteRecommendations → hookInterfaces}/models/index.js +2 -1
  135. package/src/hookInterfaces/models/index.js.map +1 -0
  136. package/src/hookTemplates/endpoints/get.js +13 -0
  137. package/src/hookTemplates/endpoints/get.js.map +1 -0
  138. package/src/hookTemplates/endpoints/index.js +2 -0
  139. package/src/hookTemplates/endpoints/index.js.map +1 -1
  140. package/src/hookTemplates/endpoints/list.js.map +1 -1
  141. package/src/hookTemplates/models/hookTemplate.schema.js +5 -0
  142. package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
  143. package/src/hooks/endpoints/cancelRun.js +13 -0
  144. package/src/hooks/endpoints/cancelRun.js.map +1 -0
  145. package/src/hooks/endpoints/cancelRun.schema.js +8 -0
  146. package/src/hooks/endpoints/cancelRun.schema.js.map +1 -0
  147. package/src/hooks/endpoints/create.js.map +1 -1
  148. package/src/hooks/endpoints/create.schema.js +8 -1
  149. package/src/hooks/endpoints/create.schema.js.map +1 -1
  150. package/src/hooks/endpoints/createFromTemplate.js +16 -0
  151. package/src/hooks/endpoints/createFromTemplate.js.map +1 -0
  152. package/src/hooks/endpoints/createFromTemplate.schema.js +14 -0
  153. package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -0
  154. package/src/hooks/endpoints/delete.js.map +1 -1
  155. package/src/hooks/endpoints/generatePayload.js.map +1 -1
  156. package/src/hooks/endpoints/get.js.map +1 -1
  157. package/src/hooks/endpoints/getSecretsKeys.js.map +1 -1
  158. package/src/hooks/endpoints/index.js +9 -3
  159. package/src/hooks/endpoints/index.js.map +1 -1
  160. package/src/hooks/endpoints/invoke.js.map +1 -1
  161. package/src/hooks/endpoints/list.js.map +1 -1
  162. package/src/hooks/endpoints/list.schema.js +2 -0
  163. package/src/hooks/endpoints/list.schema.js.map +1 -1
  164. package/src/hooks/endpoints/patch.js.map +1 -1
  165. package/src/hooks/endpoints/patch.schema.js +6 -0
  166. package/src/hooks/endpoints/patch.schema.js.map +1 -1
  167. package/src/hooks/endpoints/runLogs.js +14 -0
  168. package/src/hooks/endpoints/runLogs.js.map +1 -0
  169. package/src/hooks/endpoints/runs.js +15 -0
  170. package/src/hooks/endpoints/runs.js.map +1 -0
  171. package/src/hooks/endpoints/runs.schema.js +30 -0
  172. package/src/hooks/endpoints/runs.schema.js.map +1 -0
  173. package/src/hooks/endpoints/test.js.map +1 -1
  174. package/src/hooks/endpoints/test.schema.js +2 -2
  175. package/src/hooks/endpoints/test.schema.js.map +1 -1
  176. package/src/hooks/models/hook.schema.js +14 -4
  177. package/src/hooks/models/hook.schema.js.map +1 -1
  178. package/src/hooks/models/hookConfig.schema.js +17 -11
  179. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  180. package/src/hooks/models/hookUtils.schema.js +13 -1
  181. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  182. package/src/hooks/models/run.js +72 -0
  183. package/src/hooks/models/run.js.map +1 -0
  184. package/src/hooks/models/run.schema.js +115 -0
  185. package/src/hooks/models/run.schema.js.map +1 -0
  186. package/src/hooks/models/runLog.js +5 -0
  187. package/src/hooks/models/runLog.js.map +1 -0
  188. package/src/hooks/models/runLog.schema.js +15 -0
  189. package/src/hooks/models/runLog.schema.js.map +1 -0
  190. package/src/inboxes/endpoints/create.js.map +1 -1
  191. package/src/inboxes/endpoints/get.js.map +1 -1
  192. package/src/inboxes/endpoints/list.js.map +1 -1
  193. package/src/inboxes/endpoints/patch.js.map +1 -1
  194. package/src/internal/endpoints/domainSettings.js.map +1 -1
  195. package/src/internal/endpoints/generateRejectionEmail.js.map +1 -1
  196. package/src/internal/endpoints/index.js +16 -10
  197. package/src/internal/endpoints/index.js.map +1 -1
  198. package/src/internal/endpoints/logs.js +16 -0
  199. package/src/internal/endpoints/logs.js.map +1 -0
  200. package/src/internal/endpoints/logs.schema.js +13 -0
  201. package/src/internal/endpoints/logs.schema.js.map +1 -0
  202. package/src/internal/endpoints/requestDemo.js.map +1 -1
  203. package/src/internal/endpoints/requestExtension.js.map +1 -1
  204. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  205. package/src/internal/endpoints/rules/evaluateRules.schema.js +4 -2
  206. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  207. package/src/internal/endpoints/rules/suggestRule.schema.js +1 -1
  208. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  209. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.js.map +1 -1
  210. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +0 -4
  211. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  212. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  213. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -1
  214. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  215. package/src/internal/endpoints/schemas/formulasInfo.js.map +1 -1
  216. package/src/internal/endpoints/schemas/formulasInfo.schema.js +2 -1
  217. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  218. package/src/labels/endpoints/apply.js.map +1 -1
  219. package/src/labels/endpoints/create.js.map +1 -1
  220. package/src/labels/endpoints/create.schema.js +4 -3
  221. package/src/labels/endpoints/create.schema.js.map +1 -1
  222. package/src/labels/endpoints/delete.js.map +1 -1
  223. package/src/labels/endpoints/list.js.map +1 -1
  224. package/src/labels/endpoints/patch.js.map +1 -1
  225. package/src/labels/endpoints/patch.schema.js +4 -3
  226. package/src/labels/endpoints/patch.schema.js.map +1 -1
  227. package/src/labels/models/label.schema.js +1 -0
  228. package/src/labels/models/label.schema.js.map +1 -1
  229. package/src/memberships/endpoints/create.js.map +1 -1
  230. package/src/organization/endpoints/create.js.map +1 -1
  231. package/src/organization/endpoints/get.js.map +1 -1
  232. package/src/organization/endpoints/limits.js.map +1 -1
  233. package/src/organization/endpoints/patch.js.map +1 -1
  234. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  235. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  236. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  237. package/src/queues/endpoints/automation.js.map +1 -1
  238. package/src/queues/endpoints/automationSetup.js +15 -0
  239. package/src/queues/endpoints/automationSetup.js.map +1 -0
  240. package/src/queues/endpoints/create.js.map +1 -1
  241. package/src/queues/endpoints/createFromTemplate.js.map +1 -1
  242. package/src/queues/endpoints/delete.js.map +1 -1
  243. package/src/queues/endpoints/duplicate.js.map +1 -1
  244. package/src/queues/endpoints/exportAnnotation.js.map +1 -1
  245. package/src/queues/endpoints/get.js.map +1 -1
  246. package/src/queues/endpoints/getRelatedObjectsCounts.js.map +1 -1
  247. package/src/queues/endpoints/index.js +2 -0
  248. package/src/queues/endpoints/index.js.map +1 -1
  249. package/src/queues/endpoints/list.js.map +1 -1
  250. package/src/queues/endpoints/nextAnnotation.js.map +1 -1
  251. package/src/queues/endpoints/patch.js.map +1 -1
  252. package/src/queues/endpoints/suggestedRecipients.js.map +1 -1
  253. package/src/queues/endpoints/upload.js.map +1 -1
  254. package/src/{billing/models/billingHistory.js → queues/models/automationSetup.js} +1 -1
  255. package/src/queues/models/automationSetup.js.map +1 -0
  256. package/src/queues/models/automationSetup.schema.js +49 -0
  257. package/src/queues/models/automationSetup.schema.js.map +1 -0
  258. package/src/queues/models/queueSettings.schema.js +1 -0
  259. package/src/queues/models/queueSettings.schema.js.map +1 -1
  260. package/src/relations/endpoints/create.js.map +1 -1
  261. package/src/relations/endpoints/delete.js.map +1 -1
  262. package/src/relations/endpoints/get.js.map +1 -1
  263. package/src/relations/endpoints/list.js.map +1 -1
  264. package/src/relations/endpoints/patch.js.map +1 -1
  265. package/src/rule-templates/models/ruleTemplate.schema.js +1 -1
  266. package/src/rule-templates/models/ruleTemplate.schema.js.map +1 -1
  267. package/src/rules/models/schemaRule.schema.js +14 -16
  268. package/src/rules/models/schemaRule.schema.js.map +1 -1
  269. package/src/schemaFields/endpoints/list.js.map +1 -1
  270. package/src/schemas/endpoints/create.js.map +1 -1
  271. package/src/schemas/endpoints/get.js.map +1 -1
  272. package/src/schemas/endpoints/list.js.map +1 -1
  273. package/src/schemas/endpoints/patch.js.map +1 -1
  274. package/src/schemas/models/schemaDatapointBase.schema.js +5 -0
  275. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  276. package/src/shared/models/annotationListTable.schema.js +13 -1
  277. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  278. package/src/suggestedEdit/endpoints/get.js.map +1 -1
  279. package/src/surveys/endpoints/fromTemplate.js.map +1 -1
  280. package/src/surveys/endpoints/get.js.map +1 -1
  281. package/src/surveys/endpoints/list.js.map +1 -1
  282. package/src/surveys/endpoints/patch.js.map +1 -1
  283. package/src/tasks/endpoints/get.js.map +1 -1
  284. package/src/triggers/endpoints/create.js.map +1 -1
  285. package/src/triggers/endpoints/delete.js.map +1 -1
  286. package/src/triggers/endpoints/get.js.map +1 -1
  287. package/src/triggers/endpoints/index.js +2 -0
  288. package/src/triggers/endpoints/index.js.map +1 -1
  289. package/src/triggers/endpoints/list.js +17 -0
  290. package/src/triggers/endpoints/list.js.map +1 -0
  291. package/src/triggers/endpoints/list.schema.js +14 -0
  292. package/src/triggers/endpoints/list.schema.js.map +1 -0
  293. package/src/triggers/endpoints/patch.js.map +1 -1
  294. package/src/uploads/endpoints/get.js.map +1 -1
  295. package/src/uploads/endpoints/post.js.map +1 -1
  296. package/src/users/endpoints/create.js.map +1 -1
  297. package/src/users/endpoints/delete.js.map +1 -1
  298. package/src/users/endpoints/get.js.map +1 -1
  299. package/src/users/endpoints/list.js.map +1 -1
  300. package/src/users/endpoints/patch.js.map +1 -1
  301. package/src/users/endpoints/resetPassword.js.map +1 -1
  302. package/src/utils/codecUtils.js +17 -7
  303. package/src/utils/codecUtils.js.map +1 -1
  304. package/src/utils/request.js +17 -7
  305. package/src/utils/request.js.map +1 -1
  306. package/src/utils/requestConfig.js +22 -11
  307. package/src/utils/requestConfig.js.map +1 -1
  308. package/src/utils/requestResponse.js +19 -9
  309. package/src/utils/requestResponse.js.map +1 -1
  310. package/src/utils.js +17 -7
  311. package/src/utils.js.map +1 -1
  312. package/src/workflowActivities/endpoints/get.js.map +1 -1
  313. package/src/workflowActivities/endpoints/list.js.map +1 -1
  314. package/src/workflowRuns/endpoints/get.js.map +1 -1
  315. package/src/workflowRuns/endpoints/list.js.map +1 -1
  316. package/src/workflowRuns/endpoints/reset.js.map +1 -1
  317. package/src/workflowSteps/endpoints/get.js.map +1 -1
  318. package/src/workflowSteps/endpoints/list.js.map +1 -1
  319. package/src/workflows/endpoints/get.js.map +1 -1
  320. package/src/workflows/endpoints/list.js.map +1 -1
  321. package/src/workspaces/endpoints/create.js.map +1 -1
  322. package/src/workspaces/endpoints/delete.js.map +1 -1
  323. package/src/workspaces/endpoints/get.js +13 -0
  324. package/src/workspaces/endpoints/get.js.map +1 -0
  325. package/src/workspaces/endpoints/index.js +2 -0
  326. package/src/workspaces/endpoints/index.js.map +1 -1
  327. package/src/workspaces/endpoints/list.js.map +1 -1
  328. package/src/workspaces/endpoints/patch.js.map +1 -1
  329. package/types/index.d.ts +6883 -3214
  330. package/types/src/annotations/endpoints/cancelEditPages.d.ts +4 -4
  331. package/types/src/annotations/endpoints/cancelEditPages.schema.d.ts +4 -4
  332. package/types/src/annotations/endpoints/contentSelect.d.ts +2 -2
  333. package/types/src/annotations/endpoints/contentSelect.schema.d.ts +2 -2
  334. package/types/src/annotations/endpoints/editPages.d.ts +16 -16
  335. package/types/src/annotations/endpoints/editPages.schema.d.ts +16 -16
  336. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +8 -8
  337. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +8 -8
  338. package/types/src/annotations/endpoints/get.d.ts +12 -6
  339. package/types/src/annotations/endpoints/getContent.d.ts +292 -214
  340. package/types/src/annotations/endpoints/getPageData.d.ts +1 -1
  341. package/types/src/annotations/endpoints/index.d.ts +883 -607
  342. package/types/src/annotations/endpoints/list.d.ts +213 -162
  343. package/types/src/annotations/endpoints/patch.d.ts +18 -6
  344. package/types/src/annotations/endpoints/patch.schema.d.ts +6 -0
  345. package/types/src/annotations/endpoints/search.d.ts +213 -162
  346. package/types/src/annotations/endpoints/split.d.ts +88 -0
  347. package/types/src/annotations/endpoints/split.schema.d.ts +66 -0
  348. package/types/src/annotations/endpoints/start.d.ts +2 -2
  349. package/types/src/annotations/endpoints/startEditPages.d.ts +7 -7
  350. package/types/src/annotations/endpoints/translate.d.ts +6 -6
  351. package/types/src/annotations/endpoints/translate.schema.d.ts +6 -6
  352. package/types/src/annotations/endpoints/updateContent.d.ts +5 -2
  353. package/types/src/annotations/endpoints/validate.d.ts +9 -4
  354. package/types/src/annotations/endpoints/validate.schema.d.ts +9 -4
  355. package/types/src/annotations/models/annotation.d.ts +2 -0
  356. package/types/src/annotations/models/annotation.schema.d.ts +12 -6
  357. package/types/src/annotations/models/annotationData.d.ts +1 -0
  358. package/types/src/annotations/models/annotationData.schema.d.ts +471 -337
  359. package/types/src/annotations/models/annotationListSideload.schema.d.ts +191 -150
  360. package/types/src/annotations/models/annotationStart.schema.d.ts +2 -2
  361. package/types/src/annotations/models/editPages.schema.d.ts +11 -11
  362. package/types/src/annotations/models/pageData.schema.d.ts +6 -6
  363. package/types/src/annotations/models/processingDuration.schema.d.ts +2 -2
  364. package/types/src/authentication/endpoints/index.d.ts +6 -6
  365. package/types/src/authentication/endpoints/password/score.d.ts +2 -2
  366. package/types/src/authentication/endpoints/password/score.schema.d.ts +2 -2
  367. package/types/src/authentication/endpoints/patch.d.ts +2 -2
  368. package/types/src/authentication/endpoints/user.d.ts +2 -2
  369. package/types/src/automationBlockers/endpoints/get.d.ts +4 -4
  370. package/types/src/automationBlockers/endpoints/index.d.ts +4 -4
  371. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +4 -4
  372. package/types/src/billing/endpoints/getHistory.d.ts +12 -12
  373. package/types/src/billing/endpoints/getStats.d.ts +12 -12
  374. package/types/src/billing/models/billingHistory.schema.d.ts +12 -12
  375. package/types/src/billing/models/billingStats.schema.d.ts +12 -12
  376. package/types/src/connectors/endpoints/create.d.ts +2 -2
  377. package/types/src/connectors/endpoints/index.d.ts +6 -6
  378. package/types/src/connectors/endpoints/list.d.ts +4 -4
  379. package/types/src/connectors/models/connector.schema.d.ts +2 -2
  380. package/types/src/dedicatedEngineSchema/endpoints/create.d.ts +28 -28
  381. package/types/src/dedicatedEngineSchema/endpoints/get.d.ts +30 -30
  382. package/types/src/dedicatedEngineSchema/endpoints/get.schema.d.ts +2 -2
  383. package/types/src/dedicatedEngineSchema/endpoints/index.d.ts +128 -128
  384. package/types/src/dedicatedEngineSchema/endpoints/patch.d.ts +36 -36
  385. package/types/src/dedicatedEngineSchema/endpoints/patch.schema.d.ts +8 -8
  386. package/types/src/dedicatedEngineSchema/endpoints/predict.d.ts +26 -26
  387. package/types/src/dedicatedEngineSchema/endpoints/predict.schema.d.ts +26 -26
  388. package/types/src/dedicatedEngineSchema/endpoints/validate.d.ts +8 -8
  389. package/types/src/dedicatedEngineSchema/endpoints/validate.schema.d.ts +8 -8
  390. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchema.schema.d.ts +48 -48
  391. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchemaObject.schema.d.ts +18 -18
  392. package/types/src/dedicatedEngineSchema/models/simpleMultivalueField.schema.d.ts +2 -2
  393. package/types/src/dedicatedEngineSchema/models/tableMultivalueField.schema.d.ts +14 -14
  394. package/types/src/dedicatedEngineSchema/models/transformedFields.schema.d.ts +14 -14
  395. package/types/src/dedicatedEngines/endpoints/create.d.ts +2 -2
  396. package/types/src/dedicatedEngines/endpoints/get.d.ts +4 -4
  397. package/types/src/dedicatedEngines/endpoints/get.schema.d.ts +2 -2
  398. package/types/src/dedicatedEngines/endpoints/index.d.ts +18 -18
  399. package/types/src/dedicatedEngines/endpoints/list.d.ts +8 -8
  400. package/types/src/dedicatedEngines/endpoints/list.schema.d.ts +4 -4
  401. package/types/src/dedicatedEngines/endpoints/patch.d.ts +2 -2
  402. package/types/src/dedicatedEngines/endpoints/request.d.ts +2 -2
  403. package/types/src/dedicatedEngines/models/dedicatedEngine.schema.d.ts +2 -2
  404. package/types/src/deleteRecommendations/endpoints/create.d.ts +4 -4
  405. package/types/src/deleteRecommendations/endpoints/get.d.ts +4 -4
  406. package/types/src/deleteRecommendations/endpoints/index.d.ts +20 -20
  407. package/types/src/deleteRecommendations/endpoints/list.d.ts +8 -8
  408. package/types/src/deleteRecommendations/endpoints/patch.d.ts +4 -4
  409. package/types/src/deleteRecommendations/models/deleteRecommendation.schema.d.ts +4 -4
  410. package/types/src/documentRelations/endpoints/index.d.ts +105 -0
  411. package/types/src/documentRelations/endpoints/list.d.ts +112 -0
  412. package/types/src/documentRelations/endpoints/list.schema.d.ts +29 -0
  413. package/types/src/documentRelations/models/relations.schema.d.ts +24 -0
  414. package/types/src/documents/endpoints/get.d.ts +4 -4
  415. package/types/src/documents/endpoints/index.d.ts +16 -16
  416. package/types/src/documents/endpoints/list.d.ts +8 -8
  417. package/types/src/documents/endpoints/patch.d.ts +4 -4
  418. package/types/src/documents/models/document.schema.d.ts +4 -4
  419. package/types/src/email/endpoints/get.d.ts +6 -6
  420. package/types/src/email/endpoints/index.d.ts +21 -18
  421. package/types/src/email/endpoints/list.d.ts +12 -12
  422. package/types/src/email/endpoints/send.d.ts +4 -0
  423. package/types/src/email/endpoints/send.schema.d.ts +3 -0
  424. package/types/src/email/models/email.schema.d.ts +6 -6
  425. package/types/src/emailTemplates/endpoints/create.d.ts +8 -8
  426. package/types/src/emailTemplates/endpoints/get.d.ts +8 -8
  427. package/types/src/emailTemplates/endpoints/index.d.ts +40 -40
  428. package/types/src/emailTemplates/endpoints/list.d.ts +16 -16
  429. package/types/src/emailTemplates/endpoints/patch.d.ts +8 -8
  430. package/types/src/emailTemplates/models/emailTemplate.schema.d.ts +16 -16
  431. package/types/src/emailThreads/endpoints/get.d.ts +4 -4
  432. package/types/src/emailThreads/endpoints/index.d.ts +16 -16
  433. package/types/src/emailThreads/endpoints/list.d.ts +8 -8
  434. package/types/src/emailThreads/endpoints/patch.d.ts +4 -4
  435. package/types/src/emailThreads/models/emailThreads.schema.d.ts +4 -4
  436. package/types/src/engineFields/endpoints/create.d.ts +2 -2
  437. package/types/src/engineFields/endpoints/get.d.ts +2 -2
  438. package/types/src/engineFields/endpoints/index.d.ts +10 -10
  439. package/types/src/engineFields/endpoints/list.d.ts +4 -4
  440. package/types/src/engineFields/endpoints/patch.d.ts +2 -2
  441. package/types/src/engineFields/models/engineField.schema.d.ts +2 -2
  442. package/types/src/engines/endpoints/create.d.ts +5 -2
  443. package/types/src/engines/endpoints/duplicate.d.ts +5 -2
  444. package/types/src/engines/endpoints/get.d.ts +5 -2
  445. package/types/src/engines/endpoints/index.d.ts +69 -32
  446. package/types/src/engines/endpoints/list.d.ts +9 -4
  447. package/types/src/engines/endpoints/patch.d.ts +10 -4
  448. package/types/src/engines/endpoints/patch.schema.d.ts +4 -1
  449. package/types/src/engines/endpoints/queueStats.d.ts +36 -19
  450. package/types/src/engines/endpoints/queueStats.schema.d.ts +26 -19
  451. package/types/src/engines/models/engine.d.ts +1 -0
  452. package/types/src/engines/models/engine.schema.d.ts +5 -2
  453. package/types/src/engines/models/engineQueueStatsItem.schema.d.ts +6 -0
  454. package/types/src/genericEngines/endpoints/get.d.ts +4 -4
  455. package/types/src/genericEngines/endpoints/get.schema.d.ts +2 -2
  456. package/types/src/genericEngines/endpoints/index.d.ts +12 -12
  457. package/types/src/genericEngines/endpoints/list.d.ts +8 -8
  458. package/types/src/genericEngines/endpoints/list.schema.d.ts +4 -4
  459. package/types/src/genericEngines/models/genericEngine.schema.d.ts +2 -2
  460. package/types/src/groups/endpoints/index.d.ts +4 -4
  461. package/types/src/groups/endpoints/list.d.ts +4 -4
  462. package/types/src/groups/models/group.schema.d.ts +2 -2
  463. package/types/src/hookInterfaces/endpoints/create.d.ts +67 -0
  464. package/types/src/hookInterfaces/endpoints/create.schema.d.ts +23 -0
  465. package/types/src/hookInterfaces/endpoints/delete.d.ts +7 -0
  466. package/types/src/hookInterfaces/endpoints/index.d.ts +243 -0
  467. package/types/src/hookInterfaces/endpoints/invoke.d.ts +10 -0
  468. package/types/src/hookInterfaces/endpoints/invoke.schema.d.ts +3 -0
  469. package/types/src/hookInterfaces/endpoints/list.d.ts +123 -0
  470. package/types/src/hookInterfaces/endpoints/list.schema.d.ts +26 -0
  471. package/types/src/hookInterfaces/endpoints/patch.d.ts +63 -0
  472. package/types/src/hookInterfaces/endpoints/patch.schema.d.ts +20 -0
  473. package/types/src/hookInterfaces/models/hookInterface.d.ts +12 -0
  474. package/types/src/hookInterfaces/models/hookInterface.schema.d.ts +32 -0
  475. package/types/src/hookInterfaces/models/index.d.ts +2 -0
  476. package/types/src/hookTemplates/endpoints/get.d.ts +528 -0
  477. package/types/src/hookTemplates/endpoints/index.d.ts +807 -29
  478. package/types/src/hookTemplates/endpoints/list.d.ts +280 -29
  479. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +188 -19
  480. package/types/src/hooks/endpoints/cancelRun.d.ts +14 -0
  481. package/types/src/hooks/endpoints/cancelRun.schema.d.ts +8 -0
  482. package/types/src/hooks/endpoints/create.d.ts +238 -47
  483. package/types/src/hooks/endpoints/create.schema.d.ts +92 -40
  484. package/types/src/hooks/endpoints/createFromTemplate.d.ts +508 -0
  485. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +20 -0
  486. package/types/src/hooks/endpoints/get.d.ts +184 -26
  487. package/types/src/hooks/endpoints/index.d.ts +2658 -1002
  488. package/types/src/hooks/endpoints/list.d.ts +285 -42
  489. package/types/src/hooks/endpoints/list.schema.d.ts +3 -0
  490. package/types/src/hooks/endpoints/patch.d.ts +370 -51
  491. package/types/src/hooks/endpoints/patch.schema.d.ts +182 -24
  492. package/types/src/hooks/endpoints/runLogs.d.ts +59 -0
  493. package/types/src/hooks/endpoints/runs.d.ts +599 -0
  494. package/types/src/hooks/endpoints/runs.schema.d.ts +555 -0
  495. package/types/src/hooks/endpoints/test.d.ts +28 -23
  496. package/types/src/hooks/endpoints/test.schema.d.ts +26 -21
  497. package/types/src/hooks/models/hook.d.ts +10 -6
  498. package/types/src/hooks/models/hook.schema.d.ts +670 -32
  499. package/types/src/hooks/models/hookConfig.d.ts +16 -8
  500. package/types/src/hooks/models/hookConfig.schema.d.ts +59 -7
  501. package/types/src/hooks/models/hookUtils.d.ts +4 -3
  502. package/types/src/hooks/models/hookUtils.schema.d.ts +4 -3
  503. package/types/src/hooks/models/run.d.ts +53 -0
  504. package/types/src/hooks/models/run.schema.d.ts +301 -0
  505. package/types/src/hooks/models/runLog.d.ts +7 -0
  506. package/types/src/hooks/models/runLog.schema.d.ts +15 -0
  507. package/types/src/inboxes/endpoints/create.d.ts +2 -2
  508. package/types/src/inboxes/endpoints/get.d.ts +2 -2
  509. package/types/src/inboxes/endpoints/index.d.ts +10 -10
  510. package/types/src/inboxes/endpoints/list.d.ts +4 -4
  511. package/types/src/inboxes/endpoints/patch.d.ts +2 -2
  512. package/types/src/inboxes/models/inbox.schema.d.ts +2 -2
  513. package/types/src/internal/endpoints/generateRejectionEmail.d.ts +2 -2
  514. package/types/src/internal/endpoints/generateRejectionEmail.schema.d.ts +2 -2
  515. package/types/src/internal/endpoints/index.d.ts +5682 -2304
  516. package/types/src/internal/endpoints/logs.d.ts +34 -0
  517. package/types/src/internal/endpoints/logs.schema.d.ts +20 -0
  518. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +825 -350
  519. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +821 -348
  520. package/types/src/internal/endpoints/rules/suggestRule.d.ts +681 -255
  521. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +718 -298
  522. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +664 -238
  523. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +664 -238
  524. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +665 -332
  525. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +664 -390
  526. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +928 -541
  527. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +925 -539
  528. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +626 -194
  529. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +626 -194
  530. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +638 -200
  531. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +636 -199
  532. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +626 -194
  533. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +626 -194
  534. package/types/src/labels/endpoints/create.d.ts +14 -7
  535. package/types/src/labels/endpoints/create.schema.d.ts +7 -2
  536. package/types/src/labels/endpoints/index.d.ts +33 -12
  537. package/types/src/labels/endpoints/list.d.ts +9 -4
  538. package/types/src/labels/endpoints/patch.d.ts +14 -7
  539. package/types/src/labels/endpoints/patch.schema.d.ts +7 -2
  540. package/types/src/labels/models/label.d.ts +1 -0
  541. package/types/src/labels/models/label.schema.d.ts +5 -2
  542. package/types/src/memberships/endpoints/create.d.ts +5 -5
  543. package/types/src/memberships/endpoints/index.d.ts +4 -4
  544. package/types/src/memberships/models/membership.schema.d.ts +2 -2
  545. package/types/src/organization/endpoints/create.d.ts +15 -15
  546. package/types/src/organization/endpoints/create.schema.d.ts +15 -15
  547. package/types/src/organization/endpoints/get.d.ts +11 -11
  548. package/types/src/organization/endpoints/index.d.ts +85 -85
  549. package/types/src/organization/endpoints/list.d.ts +15 -15
  550. package/types/src/organization/endpoints/patch.d.ts +20 -20
  551. package/types/src/organization/models/organization.schema.d.ts +11 -11
  552. package/types/src/organizationGroups/endpoints/index.d.ts +36 -36
  553. package/types/src/organizationGroups/endpoints/organizations.d.ts +4 -4
  554. package/types/src/organizationGroups/endpoints/queues.d.ts +4 -4
  555. package/types/src/organizationGroups/endpoints/workspaces.d.ts +4 -4
  556. package/types/src/organizationGroups/models/organizationGroupOrganization.schema.d.ts +2 -2
  557. package/types/src/organizationGroups/models/organizationGroupQueue.schema.d.ts +2 -2
  558. package/types/src/organizationGroups/models/organizationGroupWorkspace.schema.d.ts +2 -2
  559. package/types/src/pages/endpoints/index.d.ts +14 -14
  560. package/types/src/pages/endpoints/list.d.ts +14 -14
  561. package/types/src/pages/endpoints/list.schema.d.ts +2 -2
  562. package/types/src/pages/models/page.schema.d.ts +6 -6
  563. package/types/src/queues/endpoints/automation.d.ts +4 -4
  564. package/types/src/queues/endpoints/automation.schema.d.ts +4 -4
  565. package/types/src/queues/endpoints/automationSetup.d.ts +462 -0
  566. package/types/src/queues/endpoints/create.d.ts +18 -13
  567. package/types/src/queues/endpoints/createFromTemplate.d.ts +18 -13
  568. package/types/src/queues/endpoints/duplicate.d.ts +18 -13
  569. package/types/src/queues/endpoints/get.d.ts +18 -13
  570. package/types/src/queues/endpoints/index.d.ts +610 -111
  571. package/types/src/queues/endpoints/list.d.ts +31 -24
  572. package/types/src/queues/endpoints/list.schema.d.ts +4 -4
  573. package/types/src/queues/endpoints/patch.d.ts +32 -22
  574. package/types/src/queues/endpoints/patch.schema.d.ts +14 -9
  575. package/types/src/queues/endpoints/upload.d.ts +8 -8
  576. package/types/src/queues/endpoints/upload.schema.d.ts +8 -8
  577. package/types/src/queues/models/automation.schema.d.ts +2 -2
  578. package/types/src/queues/models/automationSetup.d.ts +42 -0
  579. package/types/src/queues/models/automationSetup.schema.d.ts +751 -0
  580. package/types/src/queues/models/queue.schema.d.ts +18 -13
  581. package/types/src/queues/models/queueSettings.d.ts +1 -0
  582. package/types/src/queues/models/queueSettings.schema.d.ts +10 -7
  583. package/types/src/relations/endpoints/create.d.ts +6 -6
  584. package/types/src/relations/endpoints/get.d.ts +6 -6
  585. package/types/src/relations/endpoints/index.d.ts +30 -30
  586. package/types/src/relations/endpoints/list.d.ts +12 -12
  587. package/types/src/relations/endpoints/patch.d.ts +6 -6
  588. package/types/src/relations/models/relations.schema.d.ts +14 -14
  589. package/types/src/rule-templates/endpoints/create.d.ts +58 -70
  590. package/types/src/rule-templates/endpoints/create.schema.d.ts +26 -32
  591. package/types/src/rule-templates/endpoints/get.d.ts +32 -38
  592. package/types/src/rule-templates/endpoints/index.d.ts +198 -234
  593. package/types/src/rule-templates/endpoints/list.d.ts +50 -56
  594. package/types/src/rule-templates/endpoints/patch.d.ts +58 -70
  595. package/types/src/rule-templates/endpoints/patch.schema.d.ts +26 -32
  596. package/types/src/rule-templates/models/ruleTemplate.d.ts +1 -1
  597. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +32 -38
  598. package/types/src/rules/endpoints/create.d.ts +58 -70
  599. package/types/src/rules/endpoints/create.schema.d.ts +26 -32
  600. package/types/src/rules/endpoints/get.d.ts +32 -38
  601. package/types/src/rules/endpoints/index.d.ts +198 -234
  602. package/types/src/rules/endpoints/list.d.ts +50 -56
  603. package/types/src/rules/endpoints/patch.d.ts +58 -70
  604. package/types/src/rules/endpoints/patch.schema.d.ts +26 -32
  605. package/types/src/rules/models/schemaRule.d.ts +4 -4
  606. package/types/src/rules/models/schemaRule.schema.d.ts +50 -59
  607. package/types/src/schemas/endpoints/create.d.ts +628 -196
  608. package/types/src/schemas/endpoints/get.d.ts +630 -198
  609. package/types/src/schemas/endpoints/get.schema.d.ts +2 -2
  610. package/types/src/schemas/endpoints/list.d.ts +764 -236
  611. package/types/src/schemas/endpoints/patch.d.ts +1254 -390
  612. package/types/src/schemas/endpoints/patch.schema.d.ts +626 -194
  613. package/types/src/schemas/endpoints/validate.d.ts +1319 -407
  614. package/types/src/schemas/models/schema.schema.d.ts +628 -196
  615. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +56 -20
  616. package/types/src/schemas/models/schemaDatapointBase.d.ts +4 -1
  617. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +18 -9
  618. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +14 -5
  619. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +14 -5
  620. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +14 -5
  621. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +14 -5
  622. package/types/src/schemas/models/schemaItem.schema.d.ts +358 -118
  623. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +212 -68
  624. package/types/src/schemas/models/schemaSection.schema.d.ts +492 -156
  625. package/types/src/schemas/models/schemaTuple.schema.d.ts +90 -30
  626. package/types/src/shared/models/annotationListTable.d.ts +12 -2
  627. package/types/src/shared/models/annotationListTable.schema.d.ts +99 -15
  628. package/types/src/suggestedEdit/endpoints/get.d.ts +4 -4
  629. package/types/src/suggestedEdit/endpoints/index.d.ts +4 -4
  630. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +4 -4
  631. package/types/src/surveys/endpoints/fromTemplate.d.ts +2 -2
  632. package/types/src/surveys/endpoints/get.d.ts +2 -2
  633. package/types/src/surveys/endpoints/index.d.ts +10 -10
  634. package/types/src/surveys/endpoints/list.d.ts +4 -4
  635. package/types/src/surveys/endpoints/patch.d.ts +2 -2
  636. package/types/src/surveys/models/survey.schema.d.ts +2 -2
  637. package/types/src/tasks/endpoints/get.d.ts +4 -4
  638. package/types/src/tasks/endpoints/index.d.ts +4 -4
  639. package/types/src/tasks/models/asyncTask.schema.d.ts +4 -4
  640. package/types/src/triggers/endpoints/create.d.ts +4 -4
  641. package/types/src/triggers/endpoints/get.d.ts +4 -4
  642. package/types/src/triggers/endpoints/index.d.ts +109 -12
  643. package/types/src/triggers/endpoints/list.d.ts +104 -0
  644. package/types/src/triggers/endpoints/list.schema.d.ts +14 -0
  645. package/types/src/triggers/endpoints/patch.d.ts +4 -4
  646. package/types/src/triggers/models/trigger.schema.d.ts +4 -4
  647. package/types/src/uploads/endpoints/get.d.ts +4 -4
  648. package/types/src/uploads/endpoints/index.d.ts +4 -4
  649. package/types/src/uploads/models/upload.schema.d.ts +4 -4
  650. package/types/src/users/endpoints/create.d.ts +2 -2
  651. package/types/src/users/endpoints/get.d.ts +2 -2
  652. package/types/src/users/endpoints/index.d.ts +10 -10
  653. package/types/src/users/endpoints/list.d.ts +4 -4
  654. package/types/src/users/endpoints/patch.d.ts +2 -2
  655. package/types/src/users/models/user.schema.d.ts +2 -2
  656. package/types/src/utils/withFields.d.ts +9 -9
  657. package/types/src/utils/withSideload.d.ts +2 -2
  658. package/types/src/workflowActivities/endpoints/get.d.ts +4 -4
  659. package/types/src/workflowActivities/endpoints/index.d.ts +13 -13
  660. package/types/src/workflowActivities/endpoints/list.d.ts +8 -8
  661. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +4 -4
  662. package/types/src/workflowRuns/endpoints/get.d.ts +4 -4
  663. package/types/src/workflowRuns/endpoints/index.d.ts +12 -12
  664. package/types/src/workflowRuns/endpoints/list.d.ts +8 -8
  665. package/types/src/workflowRuns/models/workflowRun.schema.d.ts +4 -4
  666. package/types/src/workflowSteps/endpoints/get.d.ts +2 -2
  667. package/types/src/workflowSteps/endpoints/index.d.ts +7 -7
  668. package/types/src/workflowSteps/endpoints/list.d.ts +4 -4
  669. package/types/src/workflowSteps/models/workflowStep.schema.d.ts +2 -2
  670. package/types/src/workflows/endpoints/get.d.ts +2 -2
  671. package/types/src/workflows/endpoints/index.d.ts +6 -6
  672. package/types/src/workflows/endpoints/list.d.ts +4 -4
  673. package/types/src/workflows/models/workflow.schema.d.ts +2 -2
  674. package/types/src/workspaces/endpoints/create.d.ts +2 -2
  675. package/types/src/workspaces/endpoints/get.d.ts +30 -0
  676. package/types/src/workspaces/endpoints/index.d.ts +37 -8
  677. package/types/src/workspaces/endpoints/list.d.ts +4 -4
  678. package/types/src/workspaces/endpoints/patch.d.ts +2 -2
  679. package/types/src/workspaces/models/workspace.schema.d.ts +2 -2
  680. package/src/authentication/models/authInfo.js.map +0 -1
  681. package/src/automationBlockers/models/automationBlocker.js +0 -3
  682. package/src/automationBlockers/models/automationBlocker.js.map +0 -1
  683. package/src/billing/models/billingHistory.js.map +0 -1
  684. package/src/billing/models/billingStats.js +0 -3
  685. package/src/billing/models/billingStats.js.map +0 -1
  686. package/src/connectors/models/connector.js +0 -3
  687. package/src/connectors/models/connector.js.map +0 -1
  688. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +0 -3
  689. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +0 -1
  690. package/src/dedicatedEngines/models/dedicatedEngine.js +0 -3
  691. package/src/dedicatedEngines/models/dedicatedEngine.js.map +0 -1
  692. package/src/deleteRecommendations/models/deleteRecommendation.js +0 -3
  693. package/src/deleteRecommendations/models/deleteRecommendation.js.map +0 -1
  694. package/src/deleteRecommendations/models/index.js.map +0 -1
  695. package/src/email/models/email.js +0 -3
  696. package/src/email/models/email.js.map +0 -1
  697. package/src/emailTemplatesStats/models/emailTemplateStats.js +0 -3
  698. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +0 -1
  699. package/src/emailTemplatesStats/models/index.js +0 -18
  700. package/src/emailTemplatesStats/models/index.js.map +0 -1
  701. package/src/emailThreads/models/emailThreads.js +0 -3
  702. package/src/emailThreads/models/emailThreads.js.map +0 -1
  703. package/src/genericEngines/models/genericEngine.js +0 -3
  704. package/src/genericEngines/models/genericEngine.js.map +0 -1
  705. package/src/groups/models/group.js +0 -3
  706. package/src/groups/models/group.js.map +0 -1
  707. package/src/groups/models/index.js +0 -18
  708. package/src/groups/models/index.js.map +0 -1
  709. package/src/hookTemplates/models/hookTemplate.js +0 -3
  710. package/src/hookTemplates/models/hookTemplate.js.map +0 -1
  711. package/src/hooks/endpoints/logs.js +0 -15
  712. package/src/hooks/endpoints/logs.js.map +0 -1
  713. package/src/hooks/endpoints/logs.schema.js +0 -22
  714. package/src/hooks/endpoints/logs.schema.js.map +0 -1
  715. package/src/hooks/models/log.js +0 -3
  716. package/src/hooks/models/log.js.map +0 -1
  717. package/src/hooks/models/log.schema.js +0 -56
  718. package/src/hooks/models/log.schema.js.map +0 -1
  719. package/src/inboxes/models/index.js +0 -18
  720. package/src/inboxes/models/index.js.map +0 -1
  721. package/src/memberships/models/index.js +0 -18
  722. package/src/memberships/models/index.js.map +0 -1
  723. package/src/memberships/models/membership.js +0 -3
  724. package/src/memberships/models/membership.js.map +0 -1
  725. package/src/organization/models/emailLimits.js +0 -3
  726. package/src/organization/models/emailLimits.js.map +0 -1
  727. package/src/organization/models/limits.js +0 -3
  728. package/src/organization/models/limits.js.map +0 -1
  729. package/src/organizationGroups/models/organizationGroupOrganization.js +0 -3
  730. package/src/organizationGroups/models/organizationGroupOrganization.js.map +0 -1
  731. package/src/organizationGroups/models/organizationGroupQueue.js +0 -3
  732. package/src/organizationGroups/models/organizationGroupQueue.js.map +0 -1
  733. package/src/organizationGroups/models/organizationGroupWorkspace.js +0 -3
  734. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +0 -1
  735. package/src/queues/models/index.js +0 -28
  736. package/src/queues/models/index.js.map +0 -1
  737. package/src/queues/models/relatedObjectsCounts.js +0 -3
  738. package/src/queues/models/relatedObjectsCounts.js.map +0 -1
  739. package/src/schemas/models/index.js +0 -47
  740. package/src/schemas/models/index.js.map +0 -1
  741. package/src/schemas/models/list.js +0 -3
  742. package/src/schemas/models/list.js.map +0 -1
  743. package/src/schemas/models/list.schema.js +0 -23
  744. package/src/schemas/models/list.schema.js.map +0 -1
  745. package/src/suggestedEdit/models/suggestedDocument.js +0 -3
  746. package/src/suggestedEdit/models/suggestedDocument.js.map +0 -1
  747. package/src/suggestedEdit/models/suggestedEdit.js +0 -3
  748. package/src/suggestedEdit/models/suggestedEdit.js.map +0 -1
  749. package/src/surveys/models/index.js +0 -21
  750. package/src/surveys/models/index.js.map +0 -1
  751. package/src/surveys/models/question.js +0 -3
  752. package/src/surveys/models/question.js.map +0 -1
  753. package/src/surveys/models/survey.js +0 -3
  754. package/src/surveys/models/survey.js.map +0 -1
  755. package/src/surveys/models/surveyTemplate.js +0 -3
  756. package/src/surveys/models/surveyTemplate.js.map +0 -1
  757. package/src/tasks/models/asyncTask.js +0 -3
  758. package/src/tasks/models/asyncTask.js.map +0 -1
  759. package/src/uploads/models/upload.js +0 -3
  760. package/src/uploads/models/upload.js.map +0 -1
  761. package/src/users/models/resetPassword.js +0 -3
  762. package/src/users/models/resetPassword.js.map +0 -1
  763. package/src/workflowActivities/models/index.js +0 -18
  764. package/src/workflowActivities/models/index.js.map +0 -1
  765. package/src/workflowSteps/models/index.js +0 -18
  766. package/src/workflowSteps/models/index.js.map +0 -1
  767. package/src/workflows/models/index.js +0 -18
  768. package/src/workflows/models/index.js.map +0 -1
  769. package/src/workspaces/models/index.js +0 -18
  770. package/src/workspaces/models/index.js.map +0 -1
  771. package/types/src/authentication/models/authInfo.d.ts +0 -4
  772. package/types/src/automationBlockers/models/automationBlocker.d.ts +0 -31
  773. package/types/src/billing/models/billingHistory.d.ts +0 -40
  774. package/types/src/billing/models/billingStats.d.ts +0 -21
  775. package/types/src/connectors/models/connector.d.ts +0 -15
  776. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +0 -31
  777. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +0 -10
  778. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +0 -10
  779. package/types/src/deleteRecommendations/models/index.d.ts +0 -1
  780. package/types/src/email/models/email.d.ts +0 -39
  781. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +0 -6
  782. package/types/src/emailTemplatesStats/models/index.d.ts +0 -1
  783. package/types/src/emailThreads/models/emailThreads.d.ts +0 -32
  784. package/types/src/genericEngines/models/genericEngine.d.ts +0 -9
  785. package/types/src/groups/models/group.d.ts +0 -7
  786. package/types/src/groups/models/index.d.ts +0 -1
  787. package/types/src/hookTemplates/models/hookTemplate.d.ts +0 -40
  788. package/types/src/hooks/endpoints/logs.d.ts +0 -411
  789. package/types/src/hooks/endpoints/logs.schema.d.ts +0 -390
  790. package/types/src/hooks/models/log.d.ts +0 -42
  791. package/types/src/hooks/models/log.schema.d.ts +0 -210
  792. package/types/src/inboxes/models/index.d.ts +0 -1
  793. package/types/src/memberships/models/index.d.ts +0 -1
  794. package/types/src/memberships/models/membership.d.ts +0 -9
  795. package/types/src/organization/models/emailLimits.d.ts +0 -10
  796. package/types/src/organization/models/limits.d.ts +0 -4
  797. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +0 -6
  798. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +0 -8
  799. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +0 -7
  800. package/types/src/queues/models/index.d.ts +0 -11
  801. package/types/src/queues/models/relatedObjectsCounts.d.ts +0 -5
  802. package/types/src/schemas/models/index.d.ts +0 -30
  803. package/types/src/schemas/models/list.d.ts +0 -18
  804. package/types/src/schemas/models/list.schema.d.ts +0 -66
  805. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +0 -9
  806. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +0 -8
  807. package/types/src/surveys/models/index.d.ts +0 -4
  808. package/types/src/surveys/models/question.d.ts +0 -6
  809. package/types/src/surveys/models/survey.d.ts +0 -13
  810. package/types/src/surveys/models/surveyTemplate.d.ts +0 -6
  811. package/types/src/tasks/models/asyncTask.d.ts +0 -17
  812. package/types/src/uploads/models/upload.d.ts +0 -13
  813. package/types/src/users/models/resetPassword.d.ts +0 -3
  814. package/types/src/workflowActivities/models/index.d.ts +0 -1
  815. package/types/src/workflowSteps/models/index.d.ts +0 -1
  816. package/types/src/workflows/models/index.d.ts +0 -1
  817. package/types/src/workspaces/models/index.d.ts +0 -1
@@ -43,6 +43,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
43
43
  createdAt: import("zod").ZodString;
44
44
  modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
45
45
  confirmedAt: import("zod").ZodNullable<import("zod").ZodString>;
46
+ exportFailedAt: import("zod").ZodNullable<import("zod").ZodString>;
46
47
  exportedAt: import("zod").ZodNullable<import("zod").ZodString>;
47
48
  deletedAt: import("zod").ZodNullable<import("zod").ZodString>;
48
49
  rejectedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -104,6 +105,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
104
105
  timestamp?: string | undefined;
105
106
  } | null | undefined;
106
107
  }>, "many">>;
108
+ einvoice: import("zod").ZodBoolean;
107
109
  url: import("zod").ZodString;
108
110
  content: import("zod").ZodString;
109
111
  timeSpent: import("zod").ZodNullable<import("zod").ZodNumber>;
@@ -133,11 +135,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
133
135
  restrictedAccess: import("zod").ZodBoolean;
134
136
  }, "strip", import("zod").ZodTypeAny, {
135
137
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
136
- document: string;
137
138
  assignees: string[];
139
+ url: string;
140
+ queue: string;
141
+ document: string;
138
142
  content: string;
139
143
  id: number;
140
- queue: string;
141
144
  schema: string;
142
145
  relations: string[];
143
146
  pages: string[];
@@ -146,6 +149,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
146
149
  createdAt: string;
147
150
  modifiedAt: string | null;
148
151
  confirmedAt: string | null;
152
+ exportFailedAt: string | null;
149
153
  exportedAt: string | null;
150
154
  deletedAt: string | null;
151
155
  rejectedAt: string | null;
@@ -168,7 +172,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
168
172
  timestamp?: string | undefined;
169
173
  } | null | undefined;
170
174
  }[] | null;
171
- url: string;
175
+ einvoice: boolean;
172
176
  timeSpent: number | null;
173
177
  metadata: Record<string, unknown>;
174
178
  automated: boolean;
@@ -189,11 +193,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
189
193
  hasEmailThreadWithNewReplies?: boolean | undefined;
190
194
  }, {
191
195
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
192
- document: string;
193
196
  assignees: string[];
197
+ url: string;
198
+ queue: string;
199
+ document: string;
194
200
  content: string;
195
201
  id: number;
196
- queue: string;
197
202
  schema: string;
198
203
  relations: string[];
199
204
  pages: string[];
@@ -202,6 +207,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
202
207
  createdAt: string;
203
208
  modifiedAt: string | null;
204
209
  confirmedAt: string | null;
210
+ exportFailedAt: string | null;
205
211
  exportedAt: string | null;
206
212
  deletedAt: string | null;
207
213
  rejectedAt: string | null;
@@ -224,7 +230,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
224
230
  timestamp?: string | undefined;
225
231
  } | null | undefined;
226
232
  }[] | null;
227
- url: string;
233
+ einvoice: boolean;
228
234
  timeSpent: number | null;
229
235
  metadata: Record<string, unknown>;
230
236
  automated: boolean;
@@ -247,11 +253,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
247
253
  }, "strip", import("zod").ZodTypeAny, {
248
254
  results: {
249
255
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
250
- document: string;
251
256
  assignees: string[];
257
+ url: string;
258
+ queue: string;
259
+ document: string;
252
260
  content: string;
253
261
  id: number;
254
- queue: string;
255
262
  schema: string;
256
263
  relations: string[];
257
264
  pages: string[];
@@ -260,6 +267,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
260
267
  createdAt: string;
261
268
  modifiedAt: string | null;
262
269
  confirmedAt: string | null;
270
+ exportFailedAt: string | null;
263
271
  exportedAt: string | null;
264
272
  deletedAt: string | null;
265
273
  rejectedAt: string | null;
@@ -282,7 +290,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
282
290
  timestamp?: string | undefined;
283
291
  } | null | undefined;
284
292
  }[] | null;
285
- url: string;
293
+ einvoice: boolean;
286
294
  timeSpent: number | null;
287
295
  metadata: Record<string, unknown>;
288
296
  automated: boolean;
@@ -311,11 +319,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
311
319
  }, {
312
320
  results: {
313
321
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
314
- document: string;
315
322
  assignees: string[];
323
+ url: string;
324
+ queue: string;
325
+ document: string;
316
326
  content: string;
317
327
  id: number;
318
- queue: string;
319
328
  schema: string;
320
329
  relations: string[];
321
330
  pages: string[];
@@ -324,6 +333,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
324
333
  createdAt: string;
325
334
  modifiedAt: string | null;
326
335
  confirmedAt: string | null;
336
+ exportFailedAt: string | null;
327
337
  exportedAt: string | null;
328
338
  deletedAt: string | null;
329
339
  rejectedAt: string | null;
@@ -346,7 +356,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
346
356
  timestamp?: string | undefined;
347
357
  } | null | undefined;
348
358
  }[] | null;
349
- url: string;
359
+ einvoice: boolean;
350
360
  timeSpent: number | null;
351
361
  metadata: Record<string, unknown>;
352
362
  automated: boolean;
@@ -434,13 +444,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
434
444
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
435
445
  }, "strip", import("zod").ZodTypeAny, {
436
446
  annotations: string[];
447
+ url: string;
448
+ originalFileName: string | null;
437
449
  content: string | null;
438
450
  id: number;
439
451
  creator: string | null;
440
452
  createdAt: string;
441
- url: string;
442
453
  email: string | null;
443
- originalFileName: string | null;
444
454
  s3Name: string | null;
445
455
  parent: string | null;
446
456
  mimeType: string;
@@ -449,13 +459,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
449
459
  metadata?: unknown;
450
460
  }, {
451
461
  annotations: string[];
462
+ url: string;
463
+ originalFileName: string | null;
452
464
  content: string | null;
453
465
  id: number;
454
466
  creator: string | null;
455
467
  createdAt: string;
456
- url: string;
457
468
  email: string | null;
458
- originalFileName: string | null;
459
469
  s3Name: string | null;
460
470
  parent: string | null;
461
471
  mimeType: string;
@@ -485,8 +495,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
485
495
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
486
496
  }, "strip", import("zod").ZodTypeAny, {
487
497
  deleted: boolean;
488
- id: number;
489
498
  url: string;
499
+ id: number;
490
500
  organization: string;
491
501
  queues: string[];
492
502
  lastName: string;
@@ -505,8 +515,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
505
515
  oidcId?: string | null | undefined;
506
516
  }, {
507
517
  deleted: boolean;
508
- id: number;
509
518
  url: string;
519
+ id: number;
510
520
  organization: string;
511
521
  queues: string[];
512
522
  lastName: string;
@@ -578,9 +588,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
578
588
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
579
589
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
580
590
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
591
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
581
592
  }, "strip", import("zod").ZodTypeAny, {
582
- id: number | null;
583
593
  url: string | null;
594
+ id: number | null;
584
595
  schemaId: string | null;
585
596
  category: "datapoint" | null;
586
597
  content?: {
@@ -602,9 +613,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
602
613
  validationSources?: string[] | null | undefined;
603
614
  timeSpent?: number | null | undefined;
604
615
  timeSpentOverall?: number | null | undefined;
616
+ noRecalculation?: boolean | undefined;
605
617
  }, {
606
- id: number | null;
607
618
  url: string | null;
619
+ id: number | null;
608
620
  schemaId: string | null;
609
621
  category: "datapoint" | null;
610
622
  content?: {
@@ -626,6 +638,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
626
638
  validationSources?: string[] | null | undefined;
627
639
  timeSpent?: number | null | undefined;
628
640
  timeSpentOverall?: number | null | undefined;
641
+ noRecalculation?: boolean | undefined;
629
642
  }>, import("zod").ZodObject<{
630
643
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
631
644
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -729,9 +742,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
729
742
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
730
743
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
731
744
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
745
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
732
746
  }, "strip", import("zod").ZodTypeAny, {
733
- id: number | null;
734
747
  url: string | null;
748
+ id: number | null;
735
749
  schemaId: string | null;
736
750
  category: "datapoint" | null;
737
751
  content?: {
@@ -753,9 +767,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
753
767
  validationSources?: string[] | null | undefined;
754
768
  timeSpent?: number | null | undefined;
755
769
  timeSpentOverall?: number | null | undefined;
770
+ noRecalculation?: boolean | undefined;
756
771
  }, {
757
- id: number | null;
758
772
  url: string | null;
773
+ id: number | null;
759
774
  schemaId: string | null;
760
775
  category: "datapoint" | null;
761
776
  content?: {
@@ -777,6 +792,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
777
792
  validationSources?: string[] | null | undefined;
778
793
  timeSpent?: number | null | undefined;
779
794
  timeSpentOverall?: number | null | undefined;
795
+ noRecalculation?: boolean | undefined;
780
796
  }>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
781
797
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
782
798
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -835,9 +851,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
835
851
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
836
852
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
837
853
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
854
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
838
855
  }, "strip", import("zod").ZodTypeAny, {
839
- id: number | null;
840
856
  url: string | null;
857
+ id: number | null;
841
858
  schemaId: string | null;
842
859
  category: "datapoint" | null;
843
860
  content?: {
@@ -859,9 +876,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
859
876
  validationSources?: string[] | null | undefined;
860
877
  timeSpent?: number | null | undefined;
861
878
  timeSpentOverall?: number | null | undefined;
879
+ noRecalculation?: boolean | undefined;
862
880
  }, {
863
- id: number | null;
864
881
  url: string | null;
882
+ id: number | null;
865
883
  schemaId: string | null;
866
884
  category: "datapoint" | null;
867
885
  content?: {
@@ -883,16 +901,14 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
883
901
  validationSources?: string[] | null | undefined;
884
902
  timeSpent?: number | null | undefined;
885
903
  timeSpentOverall?: number | null | undefined;
904
+ noRecalculation?: boolean | undefined;
886
905
  }>>, "many">;
887
906
  schemaId: import("zod").ZodString;
888
907
  }, "strip", import("zod").ZodTypeAny, {
889
- id: number | null;
890
908
  url: string | null;
891
- schemaId: string;
892
- category: "tuple" | null;
893
909
  children: ({
894
- id: number | null;
895
910
  url: string | null;
911
+ id: number | null;
896
912
  schemaId: string | null;
897
913
  category: "datapoint" | null;
898
914
  content?: {
@@ -914,15 +930,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
914
930
  validationSources?: string[] | null | undefined;
915
931
  timeSpent?: number | null | undefined;
916
932
  timeSpentOverall?: number | null | undefined;
933
+ noRecalculation?: boolean | undefined;
917
934
  } | null)[];
918
- }, {
919
935
  id: number | null;
920
- url: string | null;
921
936
  schemaId: string;
922
937
  category: "tuple" | null;
938
+ }, {
939
+ url: string | null;
923
940
  children: ({
924
- id: number | null;
925
941
  url: string | null;
942
+ id: number | null;
926
943
  schemaId: string | null;
927
944
  category: "datapoint" | null;
928
945
  content?: {
@@ -944,7 +961,11 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
944
961
  validationSources?: string[] | null | undefined;
945
962
  timeSpent?: number | null | undefined;
946
963
  timeSpentOverall?: number | null | undefined;
964
+ noRecalculation?: boolean | undefined;
947
965
  } | null)[];
966
+ id: number | null;
967
+ schemaId: string;
968
+ category: "tuple" | null;
948
969
  }>, "many">]>>;
949
970
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"multivalue">>;
950
971
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1040,13 +1061,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1040
1061
  timeSpentGrid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1041
1062
  timeSpentGridOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1042
1063
  }, "strip", import("zod").ZodTypeAny, {
1043
- id: number | null;
1044
1064
  url: string | null;
1045
- schemaId: string | null;
1046
- category: "multivalue" | null;
1047
1065
  children: (({
1048
- id: number | null;
1049
1066
  url: string | null;
1067
+ id: number | null;
1050
1068
  schemaId: string | null;
1051
1069
  category: "datapoint" | null;
1052
1070
  content?: {
@@ -1068,14 +1086,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1068
1086
  validationSources?: string[] | null | undefined;
1069
1087
  timeSpent?: number | null | undefined;
1070
1088
  timeSpentOverall?: number | null | undefined;
1089
+ noRecalculation?: boolean | undefined;
1071
1090
  }[] | {
1072
- id: number | null;
1073
1091
  url: string | null;
1074
- schemaId: string;
1075
- category: "tuple" | null;
1076
1092
  children: ({
1077
- id: number | null;
1078
1093
  url: string | null;
1094
+ id: number | null;
1079
1095
  schemaId: string | null;
1080
1096
  category: "datapoint" | null;
1081
1097
  content?: {
@@ -1097,10 +1113,14 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1097
1113
  validationSources?: string[] | null | undefined;
1098
1114
  timeSpent?: number | null | undefined;
1099
1115
  timeSpentOverall?: number | null | undefined;
1116
+ noRecalculation?: boolean | undefined;
1100
1117
  } | null)[];
1101
- }[]) & ({
1102
1118
  id: number | null;
1119
+ schemaId: string;
1120
+ category: "tuple" | null;
1121
+ }[]) & ({
1103
1122
  url: string | null;
1123
+ id: number | null;
1104
1124
  schemaId: string | null;
1105
1125
  category: "datapoint" | null;
1106
1126
  content?: {
@@ -1122,14 +1142,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1122
1142
  validationSources?: string[] | null | undefined;
1123
1143
  timeSpent?: number | null | undefined;
1124
1144
  timeSpentOverall?: number | null | undefined;
1145
+ noRecalculation?: boolean | undefined;
1125
1146
  }[] | {
1126
- id: number | null;
1127
1147
  url: string | null;
1128
- schemaId: string;
1129
- category: "tuple" | null;
1130
1148
  children: ({
1131
- id: number | null;
1132
1149
  url: string | null;
1150
+ id: number | null;
1133
1151
  schemaId: string | null;
1134
1152
  category: "datapoint" | null;
1135
1153
  content?: {
@@ -1151,8 +1169,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1151
1169
  validationSources?: string[] | null | undefined;
1152
1170
  timeSpent?: number | null | undefined;
1153
1171
  timeSpentOverall?: number | null | undefined;
1172
+ noRecalculation?: boolean | undefined;
1154
1173
  } | null)[];
1174
+ id: number | null;
1175
+ schemaId: string;
1176
+ category: "tuple" | null;
1155
1177
  }[] | undefined)) | null;
1178
+ id: number | null;
1179
+ schemaId: string | null;
1180
+ category: "multivalue" | null;
1156
1181
  content?: {
1157
1182
  value?: string | null | undefined;
1158
1183
  normalizedValue?: string | null | undefined;
@@ -1191,13 +1216,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1191
1216
  timeSpentGrid?: number | null | undefined;
1192
1217
  timeSpentGridOverall?: number | null | undefined;
1193
1218
  }, {
1194
- id: number | null;
1195
1219
  url: string | null;
1196
- schemaId: string | null;
1197
- category: "multivalue" | null;
1198
1220
  children: (({
1199
- id: number | null;
1200
1221
  url: string | null;
1222
+ id: number | null;
1201
1223
  schemaId: string | null;
1202
1224
  category: "datapoint" | null;
1203
1225
  content?: {
@@ -1219,14 +1241,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1219
1241
  validationSources?: string[] | null | undefined;
1220
1242
  timeSpent?: number | null | undefined;
1221
1243
  timeSpentOverall?: number | null | undefined;
1244
+ noRecalculation?: boolean | undefined;
1222
1245
  }[] | {
1223
- id: number | null;
1224
1246
  url: string | null;
1225
- schemaId: string;
1226
- category: "tuple" | null;
1227
1247
  children: ({
1228
- id: number | null;
1229
1248
  url: string | null;
1249
+ id: number | null;
1230
1250
  schemaId: string | null;
1231
1251
  category: "datapoint" | null;
1232
1252
  content?: {
@@ -1248,10 +1268,14 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1248
1268
  validationSources?: string[] | null | undefined;
1249
1269
  timeSpent?: number | null | undefined;
1250
1270
  timeSpentOverall?: number | null | undefined;
1271
+ noRecalculation?: boolean | undefined;
1251
1272
  } | null)[];
1252
- }[]) & ({
1253
1273
  id: number | null;
1274
+ schemaId: string;
1275
+ category: "tuple" | null;
1276
+ }[]) & ({
1254
1277
  url: string | null;
1278
+ id: number | null;
1255
1279
  schemaId: string | null;
1256
1280
  category: "datapoint" | null;
1257
1281
  content?: {
@@ -1273,14 +1297,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1273
1297
  validationSources?: string[] | null | undefined;
1274
1298
  timeSpent?: number | null | undefined;
1275
1299
  timeSpentOverall?: number | null | undefined;
1300
+ noRecalculation?: boolean | undefined;
1276
1301
  }[] | {
1277
- id: number | null;
1278
1302
  url: string | null;
1279
- schemaId: string;
1280
- category: "tuple" | null;
1281
1303
  children: ({
1282
- id: number | null;
1283
1304
  url: string | null;
1305
+ id: number | null;
1284
1306
  schemaId: string | null;
1285
1307
  category: "datapoint" | null;
1286
1308
  content?: {
@@ -1302,8 +1324,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1302
1324
  validationSources?: string[] | null | undefined;
1303
1325
  timeSpent?: number | null | undefined;
1304
1326
  timeSpentOverall?: number | null | undefined;
1327
+ noRecalculation?: boolean | undefined;
1305
1328
  } | null)[];
1329
+ id: number | null;
1330
+ schemaId: string;
1331
+ category: "tuple" | null;
1306
1332
  }[] | undefined)) | null;
1333
+ id: number | null;
1334
+ schemaId: string | null;
1335
+ category: "multivalue" | null;
1307
1336
  content?: {
1308
1337
  value?: string | null | undefined;
1309
1338
  normalizedValue?: string | null | undefined;
@@ -1364,8 +1393,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1364
1393
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
1365
1394
  }, "strip", import("zod").ZodTypeAny, {
1366
1395
  deleted: boolean;
1367
- id: number;
1368
1396
  url: string;
1397
+ id: number;
1369
1398
  organization: string;
1370
1399
  queues: string[];
1371
1400
  lastName: string;
@@ -1384,8 +1413,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1384
1413
  oidcId?: string | null | undefined;
1385
1414
  }, {
1386
1415
  deleted: boolean;
1387
- id: number;
1388
1416
  url: string;
1417
+ id: number;
1389
1418
  organization: string;
1390
1419
  queues: string[];
1391
1420
  lastName: string;
@@ -1407,14 +1436,17 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1407
1436
  id: import("zod").ZodNumber;
1408
1437
  url: import("zod").ZodString;
1409
1438
  name: import("zod").ZodString;
1439
+ color: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1410
1440
  }, "strip", import("zod").ZodTypeAny, {
1411
- id: number;
1412
1441
  url: string;
1442
+ id: number;
1413
1443
  name: string;
1444
+ color?: string | null | undefined;
1414
1445
  }, {
1415
- id: number;
1416
1446
  url: string;
1447
+ id: number;
1417
1448
  name: string;
1449
+ color?: string | null | undefined;
1418
1450
  }>, "many">;
1419
1451
  relations: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
1420
1452
  url: import("zod").ZodString;
@@ -1423,13 +1455,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1423
1455
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1424
1456
  }, "strip", import("zod").ZodTypeAny, {
1425
1457
  annotations: string[];
1426
- id: number;
1427
1458
  url: string;
1459
+ id: number;
1428
1460
  key: string | null;
1429
1461
  }, {
1430
1462
  annotations: string[];
1431
- id: number;
1432
1463
  url: string;
1464
+ id: number;
1433
1465
  key: string | null;
1434
1466
  }>, import("zod").ZodObject<{
1435
1467
  type: import("zod").ZodLiteral<"edit">;
@@ -1447,13 +1479,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1447
1479
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1448
1480
  }, "strip", import("zod").ZodTypeAny, {
1449
1481
  annotations: string[];
1450
- id: number;
1451
1482
  url: string;
1483
+ id: number;
1452
1484
  key: string | null;
1453
1485
  }, {
1454
1486
  annotations: string[];
1455
- id: number;
1456
1487
  url: string;
1488
+ id: number;
1457
1489
  key: string | null;
1458
1490
  }>, import("zod").ZodObject<{
1459
1491
  type: import("zod").ZodLiteral<"duplicate">;
@@ -1471,13 +1503,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1471
1503
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1472
1504
  }, "strip", import("zod").ZodTypeAny, {
1473
1505
  annotations: string[];
1474
- id: number;
1475
1506
  url: string;
1507
+ id: number;
1476
1508
  key: string | null;
1477
1509
  }, {
1478
1510
  annotations: string[];
1479
- id: number;
1480
1511
  url: string;
1512
+ id: number;
1481
1513
  key: string | null;
1482
1514
  }>, import("zod").ZodObject<{
1483
1515
  type: import("zod").ZodLiteral<"attachment">;
@@ -1496,13 +1528,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1496
1528
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1497
1529
  }, "strip", import("zod").ZodTypeAny, {
1498
1530
  annotations: string[];
1499
- id: number;
1500
1531
  url: string;
1532
+ id: number;
1501
1533
  key: string | null;
1502
1534
  }, {
1503
1535
  annotations: string[];
1504
- id: number;
1505
1536
  url: string;
1537
+ id: number;
1506
1538
  key: string | null;
1507
1539
  }>, import("zod").ZodObject<{
1508
1540
  type: import("zod").ZodLiteral<"edit">;
@@ -1520,13 +1552,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1520
1552
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1521
1553
  }, "strip", import("zod").ZodTypeAny, {
1522
1554
  annotations: string[];
1523
- id: number;
1524
1555
  url: string;
1556
+ id: number;
1525
1557
  key: string | null;
1526
1558
  }, {
1527
1559
  annotations: string[];
1528
- id: number;
1529
1560
  url: string;
1561
+ id: number;
1530
1562
  key: string | null;
1531
1563
  }>, import("zod").ZodObject<{
1532
1564
  type: import("zod").ZodLiteral<"duplicate">;
@@ -1544,13 +1576,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1544
1576
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1545
1577
  }, "strip", import("zod").ZodTypeAny, {
1546
1578
  annotations: string[];
1547
- id: number;
1548
1579
  url: string;
1580
+ id: number;
1549
1581
  key: string | null;
1550
1582
  }, {
1551
1583
  annotations: string[];
1552
- id: number;
1553
1584
  url: string;
1585
+ id: number;
1554
1586
  key: string | null;
1555
1587
  }>, import("zod").ZodObject<{
1556
1588
  type: import("zod").ZodLiteral<"attachment">;
@@ -1753,7 +1785,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1753
1785
  }>>;
1754
1786
  annotationListTable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1755
1787
  columns: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
1756
- metaName: import("zod").ZodUnion<[import("zod").ZodLiteral<"original_file_name">, import("zod").ZodLiteral<"queue">, import("zod").ZodLiteral<"status">, import("zod").ZodLiteral<"labels">, import("zod").ZodLiteral<"details">, import("zod").ZodUnion<[import("zod").ZodLiteral<"created_at">, import("zod").ZodLiteral<"modified_at">, import("zod").ZodLiteral<"exported_at">, import("zod").ZodLiteral<"confirmed_at">, import("zod").ZodLiteral<"rejected_at">, import("zod").ZodLiteral<"deleted_at">, import("zod").ZodLiteral<"assigned_at">]>, import("zod").ZodUnion<[import("zod").ZodLiteral<"exported_by">, import("zod").ZodLiteral<"confirmed_by">, import("zod").ZodLiteral<"rejected_by">, import("zod").ZodLiteral<"deleted_by">, import("zod").ZodLiteral<"modifier">, import("zod").ZodLiteral<"assignees">]>]>;
1788
+ metaName: import("zod").ZodUnion<[import("zod").ZodLiteral<"original_file_name">, import("zod").ZodLiteral<"queue">, import("zod").ZodLiteral<"status">, import("zod").ZodLiteral<"labels">, import("zod").ZodLiteral<"details">, import("zod").ZodUnion<[import("zod").ZodLiteral<"created_at">, import("zod").ZodLiteral<"modified_at">, import("zod").ZodLiteral<"exported_at">, import("zod").ZodLiteral<"confirmed_at">, import("zod").ZodLiteral<"rejected_at">, import("zod").ZodLiteral<"deleted_at">, import("zod").ZodLiteral<"assigned_at">, import("zod").ZodLiteral<"export_failed_at">]>, import("zod").ZodUnion<[import("zod").ZodLiteral<"exported_by">, import("zod").ZodLiteral<"confirmed_by">, import("zod").ZodLiteral<"rejected_by">, import("zod").ZodLiteral<"deleted_by">, import("zod").ZodLiteral<"modifier">, import("zod").ZodLiteral<"assignees">, import("zod").ZodLiteral<"creator">]>]>;
1757
1789
  columnType: import("zod").ZodLiteral<"meta">;
1758
1790
  visible: import("zod").ZodBoolean;
1759
1791
  width: import("zod").ZodNumber;
@@ -1761,12 +1793,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1761
1793
  width: number;
1762
1794
  columnType: "meta";
1763
1795
  visible: boolean;
1764
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1796
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1765
1797
  }, {
1766
1798
  width: number;
1767
1799
  columnType: "meta";
1768
1800
  visible: boolean;
1769
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1801
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1770
1802
  }>, import("zod").ZodObject<{
1771
1803
  schemaId: import("zod").ZodString;
1772
1804
  dataType: import("zod").ZodUnion<[import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"date">, import("zod").ZodLiteral<"boolean">]>;
@@ -1801,7 +1833,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1801
1833
  width: number;
1802
1834
  columnType: "meta";
1803
1835
  visible: boolean;
1804
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1836
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1805
1837
  })[];
1806
1838
  }, {
1807
1839
  columns: ({
@@ -1815,11 +1847,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1815
1847
  width: number;
1816
1848
  columnType: "meta";
1817
1849
  visible: boolean;
1818
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1850
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1819
1851
  })[];
1820
1852
  }>>>;
1821
1853
  uploadValues: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
1822
1854
  complexTables: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1855
+ uiUploadEnabled: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1823
1856
  }, "strip", import("zod").ZodTypeAny, {
1824
1857
  columns?: {
1825
1858
  schemaId: string;
@@ -1885,11 +1918,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1885
1918
  width: number;
1886
1919
  columnType: "meta";
1887
1920
  visible: boolean;
1888
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1921
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1889
1922
  })[];
1890
1923
  } | undefined;
1891
1924
  uploadValues?: unknown;
1892
1925
  complexTables?: boolean | undefined;
1926
+ uiUploadEnabled?: boolean | undefined;
1893
1927
  }, {
1894
1928
  columns?: {
1895
1929
  schemaId: string;
@@ -1955,11 +1989,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1955
1989
  width: number;
1956
1990
  columnType: "meta";
1957
1991
  visible: boolean;
1958
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1992
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1959
1993
  })[];
1960
1994
  } | undefined;
1961
1995
  uploadValues?: unknown;
1962
1996
  complexTables?: boolean | undefined;
1997
+ uiUploadEnabled?: boolean | undefined;
1963
1998
  }>;
1964
1999
  documentLifetime: import("zod").ZodNullable<import("zod").ZodString>;
1965
2000
  dedicatedEngine: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1971,10 +2006,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1971
2006
  deleteAfter: import("zod").ZodNullable<import("zod").ZodString>;
1972
2007
  }, "strip", import("zod").ZodTypeAny, {
1973
2008
  status: string;
1974
- id: number;
1975
- schema: string;
1976
2009
  url: string;
1977
2010
  sessionTimeout: string;
2011
+ id: number;
2012
+ schema: string;
1978
2013
  name: string;
1979
2014
  workflows: Record<string, string | number>[];
1980
2015
  workspace: string | null;
@@ -2057,11 +2092,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2057
2092
  width: number;
2058
2093
  columnType: "meta";
2059
2094
  visible: boolean;
2060
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2095
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2061
2096
  })[];
2062
2097
  } | undefined;
2063
2098
  uploadValues?: unknown;
2064
2099
  complexTables?: boolean | undefined;
2100
+ uiUploadEnabled?: boolean | undefined;
2065
2101
  };
2066
2102
  documentLifetime: string | null;
2067
2103
  dedicatedEngine: string | null;
@@ -2072,10 +2108,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2072
2108
  metadata?: unknown;
2073
2109
  }, {
2074
2110
  status: string;
2075
- id: number;
2076
- schema: string;
2077
2111
  url: string;
2078
2112
  sessionTimeout: string;
2113
+ id: number;
2114
+ schema: string;
2079
2115
  name: string;
2080
2116
  workflows: Record<string, string | number>[];
2081
2117
  workspace: string | null;
@@ -2158,11 +2194,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2158
2194
  width: number;
2159
2195
  columnType: "meta";
2160
2196
  visible: boolean;
2161
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2197
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2162
2198
  })[];
2163
2199
  } | undefined;
2164
2200
  uploadValues?: unknown;
2165
2201
  complexTables?: boolean | undefined;
2202
+ uiUploadEnabled?: boolean | undefined;
2166
2203
  };
2167
2204
  documentLifetime: string | null;
2168
2205
  dedicatedEngine: string | null;
@@ -2194,8 +2231,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2194
2231
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2195
2232
  }, "strip", import("zod").ZodTypeAny, {
2196
2233
  deleted: boolean;
2197
- id: number;
2198
2234
  url: string;
2235
+ id: number;
2199
2236
  organization: string;
2200
2237
  queues: string[];
2201
2238
  lastName: string;
@@ -2214,8 +2251,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2214
2251
  oidcId?: string | null | undefined;
2215
2252
  }, {
2216
2253
  deleted: boolean;
2217
- id: number;
2218
2254
  url: string;
2255
+ id: number;
2219
2256
  organization: string;
2220
2257
  queues: string[];
2221
2258
  lastName: string;
@@ -2255,8 +2292,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2255
2292
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2256
2293
  }, "strip", import("zod").ZodTypeAny, {
2257
2294
  deleted: boolean;
2258
- id: number;
2259
2295
  url: string;
2296
+ id: number;
2260
2297
  organization: string;
2261
2298
  queues: string[];
2262
2299
  lastName: string;
@@ -2275,8 +2312,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2275
2312
  oidcId?: string | null | undefined;
2276
2313
  }, {
2277
2314
  deleted: boolean;
2278
- id: number;
2279
2315
  url: string;
2316
+ id: number;
2280
2317
  organization: string;
2281
2318
  queues: string[];
2282
2319
  lastName: string;
@@ -2316,8 +2353,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2316
2353
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2317
2354
  }, "strip", import("zod").ZodTypeAny, {
2318
2355
  deleted: boolean;
2319
- id: number;
2320
2356
  url: string;
2357
+ id: number;
2321
2358
  organization: string;
2322
2359
  queues: string[];
2323
2360
  lastName: string;
@@ -2336,8 +2373,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2336
2373
  oidcId?: string | null | undefined;
2337
2374
  }, {
2338
2375
  deleted: boolean;
2339
- id: number;
2340
2376
  url: string;
2377
+ id: number;
2341
2378
  organization: string;
2342
2379
  queues: string[];
2343
2380
  lastName: string;
@@ -2377,8 +2414,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2377
2414
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2378
2415
  }, "strip", import("zod").ZodTypeAny, {
2379
2416
  deleted: boolean;
2380
- id: number;
2381
2417
  url: string;
2418
+ id: number;
2382
2419
  organization: string;
2383
2420
  queues: string[];
2384
2421
  lastName: string;
@@ -2397,8 +2434,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2397
2434
  oidcId?: string | null | undefined;
2398
2435
  }, {
2399
2436
  deleted: boolean;
2400
- id: number;
2401
2437
  url: string;
2438
+ id: number;
2402
2439
  organization: string;
2403
2440
  queues: string[];
2404
2441
  lastName: string;
@@ -2425,16 +2462,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2425
2462
  queues: import("zod").ZodArray<import("zod").ZodString, "many">;
2426
2463
  metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
2427
2464
  }, "strip", import("zod").ZodTypeAny, {
2428
- id: number;
2429
2465
  url: string;
2466
+ id: number;
2430
2467
  organization: string;
2431
2468
  name: string;
2432
2469
  queues: string[];
2433
2470
  autopilot: boolean;
2434
2471
  metadata?: unknown;
2435
2472
  }, {
2436
- id: number;
2437
2473
  url: string;
2474
+ id: number;
2438
2475
  organization: string;
2439
2476
  name: string;
2440
2477
  queues: string[];
@@ -2444,8 +2481,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2444
2481
  }, "strip", import("zod").ZodTypeAny, {
2445
2482
  assignees: {
2446
2483
  deleted: boolean;
2447
- id: number;
2448
2484
  url: string;
2485
+ id: number;
2449
2486
  organization: string;
2450
2487
  queues: string[];
2451
2488
  lastName: string;
@@ -2464,8 +2501,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2464
2501
  oidcId?: string | null | undefined;
2465
2502
  }[];
2466
2503
  content: ({
2467
- id: number | null;
2468
2504
  url: string | null;
2505
+ id: number | null;
2469
2506
  schemaId: string | null;
2470
2507
  category: "datapoint" | null;
2471
2508
  content?: {
@@ -2487,14 +2524,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2487
2524
  validationSources?: string[] | null | undefined;
2488
2525
  timeSpent?: number | null | undefined;
2489
2526
  timeSpentOverall?: number | null | undefined;
2527
+ noRecalculation?: boolean | undefined;
2490
2528
  } | {
2491
- id: number | null;
2492
2529
  url: string | null;
2493
- schemaId: string | null;
2494
- category: "multivalue" | null;
2495
2530
  children: (({
2496
- id: number | null;
2497
2531
  url: string | null;
2532
+ id: number | null;
2498
2533
  schemaId: string | null;
2499
2534
  category: "datapoint" | null;
2500
2535
  content?: {
@@ -2516,14 +2551,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2516
2551
  validationSources?: string[] | null | undefined;
2517
2552
  timeSpent?: number | null | undefined;
2518
2553
  timeSpentOverall?: number | null | undefined;
2554
+ noRecalculation?: boolean | undefined;
2519
2555
  }[] | {
2520
- id: number | null;
2521
2556
  url: string | null;
2522
- schemaId: string;
2523
- category: "tuple" | null;
2524
2557
  children: ({
2525
- id: number | null;
2526
2558
  url: string | null;
2559
+ id: number | null;
2527
2560
  schemaId: string | null;
2528
2561
  category: "datapoint" | null;
2529
2562
  content?: {
@@ -2545,10 +2578,14 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2545
2578
  validationSources?: string[] | null | undefined;
2546
2579
  timeSpent?: number | null | undefined;
2547
2580
  timeSpentOverall?: number | null | undefined;
2581
+ noRecalculation?: boolean | undefined;
2548
2582
  } | null)[];
2549
- }[]) & ({
2550
2583
  id: number | null;
2584
+ schemaId: string;
2585
+ category: "tuple" | null;
2586
+ }[]) & ({
2551
2587
  url: string | null;
2588
+ id: number | null;
2552
2589
  schemaId: string | null;
2553
2590
  category: "datapoint" | null;
2554
2591
  content?: {
@@ -2570,14 +2607,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2570
2607
  validationSources?: string[] | null | undefined;
2571
2608
  timeSpent?: number | null | undefined;
2572
2609
  timeSpentOverall?: number | null | undefined;
2610
+ noRecalculation?: boolean | undefined;
2573
2611
  }[] | {
2574
- id: number | null;
2575
2612
  url: string | null;
2576
- schemaId: string;
2577
- category: "tuple" | null;
2578
2613
  children: ({
2579
- id: number | null;
2580
2614
  url: string | null;
2615
+ id: number | null;
2581
2616
  schemaId: string | null;
2582
2617
  category: "datapoint" | null;
2583
2618
  content?: {
@@ -2599,8 +2634,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2599
2634
  validationSources?: string[] | null | undefined;
2600
2635
  timeSpent?: number | null | undefined;
2601
2636
  timeSpentOverall?: number | null | undefined;
2637
+ noRecalculation?: boolean | undefined;
2602
2638
  } | null)[];
2639
+ id: number | null;
2640
+ schemaId: string;
2641
+ category: "tuple" | null;
2603
2642
  }[] | undefined)) | null;
2643
+ id: number | null;
2644
+ schemaId: string | null;
2645
+ category: "multivalue" | null;
2604
2646
  content?: {
2605
2647
  value?: string | null | undefined;
2606
2648
  normalizedValue?: string | null | undefined;
@@ -2641,43 +2683,44 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2641
2683
  })[];
2642
2684
  relations: (({
2643
2685
  annotations: string[];
2644
- id: number;
2645
2686
  url: string;
2687
+ id: number;
2646
2688
  key: string | null;
2647
2689
  } & {
2648
2690
  type: "edit";
2649
2691
  parent: string;
2650
2692
  }) | ({
2651
2693
  annotations: string[];
2652
- id: number;
2653
2694
  url: string;
2695
+ id: number;
2654
2696
  key: string | null;
2655
2697
  } & {
2656
2698
  type: "duplicate";
2657
2699
  parent: string | null;
2658
2700
  }) | ({
2659
2701
  annotations: string[];
2660
- id: number;
2661
2702
  url: string;
2703
+ id: number;
2662
2704
  key: string | null;
2663
2705
  } & {
2664
2706
  type: "attachment";
2665
2707
  parent: string | null;
2666
2708
  }))[];
2667
2709
  labels: {
2668
- id: number;
2669
2710
  url: string;
2711
+ id: number;
2670
2712
  name: string;
2713
+ color?: string | null | undefined;
2671
2714
  }[];
2672
2715
  documents: {
2673
2716
  annotations: string[];
2717
+ url: string;
2718
+ originalFileName: string | null;
2674
2719
  content: string | null;
2675
2720
  id: number;
2676
2721
  creator: string | null;
2677
2722
  createdAt: string;
2678
- url: string;
2679
2723
  email: string | null;
2680
- originalFileName: string | null;
2681
2724
  s3Name: string | null;
2682
2725
  parent: string | null;
2683
2726
  mimeType: string;
@@ -2687,8 +2730,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2687
2730
  }[];
2688
2731
  modifiers: {
2689
2732
  deleted: boolean;
2690
- id: number;
2691
2733
  url: string;
2734
+ id: number;
2692
2735
  organization: string;
2693
2736
  queues: string[];
2694
2737
  lastName: string;
@@ -2708,24 +2751,24 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2708
2751
  }[];
2709
2752
  childRelations: (({
2710
2753
  annotations: string[];
2711
- id: number;
2712
2754
  url: string;
2755
+ id: number;
2713
2756
  key: string | null;
2714
2757
  } & {
2715
2758
  type: "edit";
2716
2759
  parent: string;
2717
2760
  }) | ({
2718
2761
  annotations: string[];
2719
- id: number;
2720
2762
  url: string;
2763
+ id: number;
2721
2764
  key: string | null;
2722
2765
  } & {
2723
2766
  type: "duplicate";
2724
2767
  parent: string | null;
2725
2768
  }) | ({
2726
2769
  annotations: string[];
2727
- id: number;
2728
2770
  url: string;
2771
+ id: number;
2729
2772
  key: string | null;
2730
2773
  } & {
2731
2774
  type: "attachment";
@@ -2733,8 +2776,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2733
2776
  }))[];
2734
2777
  exportedBys: {
2735
2778
  deleted: boolean;
2736
- id: number;
2737
2779
  url: string;
2780
+ id: number;
2738
2781
  organization: string;
2739
2782
  queues: string[];
2740
2783
  lastName: string;
@@ -2754,8 +2797,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2754
2797
  }[];
2755
2798
  deletedBys: {
2756
2799
  deleted: boolean;
2757
- id: number;
2758
2800
  url: string;
2801
+ id: number;
2759
2802
  organization: string;
2760
2803
  queues: string[];
2761
2804
  lastName: string;
@@ -2775,8 +2818,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2775
2818
  }[];
2776
2819
  confirmedBys: {
2777
2820
  deleted: boolean;
2778
- id: number;
2779
2821
  url: string;
2822
+ id: number;
2780
2823
  organization: string;
2781
2824
  queues: string[];
2782
2825
  lastName: string;
@@ -2796,8 +2839,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2796
2839
  }[];
2797
2840
  rejectedBys: {
2798
2841
  deleted: boolean;
2799
- id: number;
2800
2842
  url: string;
2843
+ id: number;
2801
2844
  organization: string;
2802
2845
  queues: string[];
2803
2846
  lastName: string;
@@ -2816,8 +2859,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2816
2859
  oidcId?: string | null | undefined;
2817
2860
  }[];
2818
2861
  workspaces: {
2819
- id: number;
2820
2862
  url: string;
2863
+ id: number;
2821
2864
  organization: string;
2822
2865
  name: string;
2823
2866
  queues: string[];
@@ -2826,10 +2869,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2826
2869
  }[];
2827
2870
  queues: {
2828
2871
  status: string;
2829
- id: number;
2830
- schema: string;
2831
2872
  url: string;
2832
2873
  sessionTimeout: string;
2874
+ id: number;
2875
+ schema: string;
2833
2876
  name: string;
2834
2877
  workflows: Record<string, string | number>[];
2835
2878
  workspace: string | null;
@@ -2912,11 +2955,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2912
2955
  width: number;
2913
2956
  columnType: "meta";
2914
2957
  visible: boolean;
2915
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2958
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2916
2959
  })[];
2917
2960
  } | undefined;
2918
2961
  uploadValues?: unknown;
2919
2962
  complexTables?: boolean | undefined;
2963
+ uiUploadEnabled?: boolean | undefined;
2920
2964
  };
2921
2965
  documentLifetime: string | null;
2922
2966
  dedicatedEngine: string | null;
@@ -2929,8 +2973,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2929
2973
  }, {
2930
2974
  assignees: {
2931
2975
  deleted: boolean;
2932
- id: number;
2933
2976
  url: string;
2977
+ id: number;
2934
2978
  organization: string;
2935
2979
  queues: string[];
2936
2980
  lastName: string;
@@ -2949,8 +2993,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2949
2993
  oidcId?: string | null | undefined;
2950
2994
  }[];
2951
2995
  content: ({
2952
- id: number | null;
2953
2996
  url: string | null;
2997
+ id: number | null;
2954
2998
  schemaId: string | null;
2955
2999
  category: "datapoint" | null;
2956
3000
  content?: {
@@ -2972,14 +3016,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2972
3016
  validationSources?: string[] | null | undefined;
2973
3017
  timeSpent?: number | null | undefined;
2974
3018
  timeSpentOverall?: number | null | undefined;
3019
+ noRecalculation?: boolean | undefined;
2975
3020
  } | {
2976
- id: number | null;
2977
3021
  url: string | null;
2978
- schemaId: string | null;
2979
- category: "multivalue" | null;
2980
3022
  children: (({
2981
- id: number | null;
2982
3023
  url: string | null;
3024
+ id: number | null;
2983
3025
  schemaId: string | null;
2984
3026
  category: "datapoint" | null;
2985
3027
  content?: {
@@ -3001,14 +3043,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3001
3043
  validationSources?: string[] | null | undefined;
3002
3044
  timeSpent?: number | null | undefined;
3003
3045
  timeSpentOverall?: number | null | undefined;
3046
+ noRecalculation?: boolean | undefined;
3004
3047
  }[] | {
3005
- id: number | null;
3006
3048
  url: string | null;
3007
- schemaId: string;
3008
- category: "tuple" | null;
3009
3049
  children: ({
3010
- id: number | null;
3011
3050
  url: string | null;
3051
+ id: number | null;
3012
3052
  schemaId: string | null;
3013
3053
  category: "datapoint" | null;
3014
3054
  content?: {
@@ -3030,10 +3070,14 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3030
3070
  validationSources?: string[] | null | undefined;
3031
3071
  timeSpent?: number | null | undefined;
3032
3072
  timeSpentOverall?: number | null | undefined;
3073
+ noRecalculation?: boolean | undefined;
3033
3074
  } | null)[];
3034
- }[]) & ({
3035
3075
  id: number | null;
3076
+ schemaId: string;
3077
+ category: "tuple" | null;
3078
+ }[]) & ({
3036
3079
  url: string | null;
3080
+ id: number | null;
3037
3081
  schemaId: string | null;
3038
3082
  category: "datapoint" | null;
3039
3083
  content?: {
@@ -3055,14 +3099,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3055
3099
  validationSources?: string[] | null | undefined;
3056
3100
  timeSpent?: number | null | undefined;
3057
3101
  timeSpentOverall?: number | null | undefined;
3102
+ noRecalculation?: boolean | undefined;
3058
3103
  }[] | {
3059
- id: number | null;
3060
3104
  url: string | null;
3061
- schemaId: string;
3062
- category: "tuple" | null;
3063
3105
  children: ({
3064
- id: number | null;
3065
3106
  url: string | null;
3107
+ id: number | null;
3066
3108
  schemaId: string | null;
3067
3109
  category: "datapoint" | null;
3068
3110
  content?: {
@@ -3084,8 +3126,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3084
3126
  validationSources?: string[] | null | undefined;
3085
3127
  timeSpent?: number | null | undefined;
3086
3128
  timeSpentOverall?: number | null | undefined;
3129
+ noRecalculation?: boolean | undefined;
3087
3130
  } | null)[];
3131
+ id: number | null;
3132
+ schemaId: string;
3133
+ category: "tuple" | null;
3088
3134
  }[] | undefined)) | null;
3135
+ id: number | null;
3136
+ schemaId: string | null;
3137
+ category: "multivalue" | null;
3089
3138
  content?: {
3090
3139
  value?: string | null | undefined;
3091
3140
  normalizedValue?: string | null | undefined;
@@ -3126,43 +3175,44 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3126
3175
  })[];
3127
3176
  relations: (({
3128
3177
  annotations: string[];
3129
- id: number;
3130
3178
  url: string;
3179
+ id: number;
3131
3180
  key: string | null;
3132
3181
  } & {
3133
3182
  type: "edit";
3134
3183
  parent: string;
3135
3184
  }) | ({
3136
3185
  annotations: string[];
3137
- id: number;
3138
3186
  url: string;
3187
+ id: number;
3139
3188
  key: string | null;
3140
3189
  } & {
3141
3190
  type: "duplicate";
3142
3191
  parent: string | null;
3143
3192
  }) | ({
3144
3193
  annotations: string[];
3145
- id: number;
3146
3194
  url: string;
3195
+ id: number;
3147
3196
  key: string | null;
3148
3197
  } & {
3149
3198
  type: "attachment";
3150
3199
  parent: string | null;
3151
3200
  }))[];
3152
3201
  labels: {
3153
- id: number;
3154
3202
  url: string;
3203
+ id: number;
3155
3204
  name: string;
3205
+ color?: string | null | undefined;
3156
3206
  }[];
3157
3207
  documents: {
3158
3208
  annotations: string[];
3209
+ url: string;
3210
+ originalFileName: string | null;
3159
3211
  content: string | null;
3160
3212
  id: number;
3161
3213
  creator: string | null;
3162
3214
  createdAt: string;
3163
- url: string;
3164
3215
  email: string | null;
3165
- originalFileName: string | null;
3166
3216
  s3Name: string | null;
3167
3217
  parent: string | null;
3168
3218
  mimeType: string;
@@ -3172,8 +3222,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3172
3222
  }[];
3173
3223
  modifiers: {
3174
3224
  deleted: boolean;
3175
- id: number;
3176
3225
  url: string;
3226
+ id: number;
3177
3227
  organization: string;
3178
3228
  queues: string[];
3179
3229
  lastName: string;
@@ -3193,24 +3243,24 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3193
3243
  }[];
3194
3244
  childRelations: (({
3195
3245
  annotations: string[];
3196
- id: number;
3197
3246
  url: string;
3247
+ id: number;
3198
3248
  key: string | null;
3199
3249
  } & {
3200
3250
  type: "edit";
3201
3251
  parent: string;
3202
3252
  }) | ({
3203
3253
  annotations: string[];
3204
- id: number;
3205
3254
  url: string;
3255
+ id: number;
3206
3256
  key: string | null;
3207
3257
  } & {
3208
3258
  type: "duplicate";
3209
3259
  parent: string | null;
3210
3260
  }) | ({
3211
3261
  annotations: string[];
3212
- id: number;
3213
3262
  url: string;
3263
+ id: number;
3214
3264
  key: string | null;
3215
3265
  } & {
3216
3266
  type: "attachment";
@@ -3218,8 +3268,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3218
3268
  }))[];
3219
3269
  exportedBys: {
3220
3270
  deleted: boolean;
3221
- id: number;
3222
3271
  url: string;
3272
+ id: number;
3223
3273
  organization: string;
3224
3274
  queues: string[];
3225
3275
  lastName: string;
@@ -3239,8 +3289,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3239
3289
  }[];
3240
3290
  deletedBys: {
3241
3291
  deleted: boolean;
3242
- id: number;
3243
3292
  url: string;
3293
+ id: number;
3244
3294
  organization: string;
3245
3295
  queues: string[];
3246
3296
  lastName: string;
@@ -3260,8 +3310,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3260
3310
  }[];
3261
3311
  confirmedBys: {
3262
3312
  deleted: boolean;
3263
- id: number;
3264
3313
  url: string;
3314
+ id: number;
3265
3315
  organization: string;
3266
3316
  queues: string[];
3267
3317
  lastName: string;
@@ -3281,8 +3331,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3281
3331
  }[];
3282
3332
  rejectedBys: {
3283
3333
  deleted: boolean;
3284
- id: number;
3285
3334
  url: string;
3335
+ id: number;
3286
3336
  organization: string;
3287
3337
  queues: string[];
3288
3338
  lastName: string;
@@ -3301,8 +3351,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3301
3351
  oidcId?: string | null | undefined;
3302
3352
  }[];
3303
3353
  workspaces: {
3304
- id: number;
3305
3354
  url: string;
3355
+ id: number;
3306
3356
  organization: string;
3307
3357
  name: string;
3308
3358
  queues: string[];
@@ -3311,10 +3361,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3311
3361
  }[];
3312
3362
  queues: {
3313
3363
  status: string;
3314
- id: number;
3315
- schema: string;
3316
3364
  url: string;
3317
3365
  sessionTimeout: string;
3366
+ id: number;
3367
+ schema: string;
3318
3368
  name: string;
3319
3369
  workflows: Record<string, string | number>[];
3320
3370
  workspace: string | null;
@@ -3397,11 +3447,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3397
3447
  width: number;
3398
3448
  columnType: "meta";
3399
3449
  visible: boolean;
3400
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
3450
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
3401
3451
  })[];
3402
3452
  } | undefined;
3403
3453
  uploadValues?: unknown;
3404
3454
  complexTables?: boolean | undefined;
3455
+ uiUploadEnabled?: boolean | undefined;
3405
3456
  };
3406
3457
  documentLifetime: string | null;
3407
3458
  dedicatedEngine: string | null;