@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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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 list: (query?: AnnotationListQuery) => {
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;
@@ -429,13 +439,13 @@ export declare const list: (query?: AnnotationListQuery) => {
429
439
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
430
440
  }, "strip", import("zod").ZodTypeAny, {
431
441
  annotations: string[];
442
+ url: string;
443
+ originalFileName: string | null;
432
444
  content: string | null;
433
445
  id: number;
434
446
  creator: string | null;
435
447
  createdAt: string;
436
- url: string;
437
448
  email: string | null;
438
- originalFileName: string | null;
439
449
  s3Name: string | null;
440
450
  parent: string | null;
441
451
  mimeType: string;
@@ -444,13 +454,13 @@ export declare const list: (query?: AnnotationListQuery) => {
444
454
  metadata?: unknown;
445
455
  }, {
446
456
  annotations: string[];
457
+ url: string;
458
+ originalFileName: string | null;
447
459
  content: string | null;
448
460
  id: number;
449
461
  creator: string | null;
450
462
  createdAt: string;
451
- url: string;
452
463
  email: string | null;
453
- originalFileName: string | null;
454
464
  s3Name: string | null;
455
465
  parent: string | null;
456
466
  mimeType: string;
@@ -480,8 +490,8 @@ export declare const list: (query?: AnnotationListQuery) => {
480
490
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
481
491
  }, "strip", import("zod").ZodTypeAny, {
482
492
  deleted: boolean;
483
- id: number;
484
493
  url: string;
494
+ id: number;
485
495
  organization: string;
486
496
  queues: string[];
487
497
  lastName: string;
@@ -500,8 +510,8 @@ export declare const list: (query?: AnnotationListQuery) => {
500
510
  oidcId?: string | null | undefined;
501
511
  }, {
502
512
  deleted: boolean;
503
- id: number;
504
513
  url: string;
514
+ id: number;
505
515
  organization: string;
506
516
  queues: string[];
507
517
  lastName: string;
@@ -573,9 +583,10 @@ export declare const list: (query?: AnnotationListQuery) => {
573
583
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
574
584
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
575
585
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
586
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
576
587
  }, "strip", import("zod").ZodTypeAny, {
577
- id: number | null;
578
588
  url: string | null;
589
+ id: number | null;
579
590
  schemaId: string | null;
580
591
  category: "datapoint" | null;
581
592
  content?: {
@@ -597,9 +608,10 @@ export declare const list: (query?: AnnotationListQuery) => {
597
608
  validationSources?: string[] | null | undefined;
598
609
  timeSpent?: number | null | undefined;
599
610
  timeSpentOverall?: number | null | undefined;
611
+ noRecalculation?: boolean | undefined;
600
612
  }, {
601
- id: number | null;
602
613
  url: string | null;
614
+ id: number | null;
603
615
  schemaId: string | null;
604
616
  category: "datapoint" | null;
605
617
  content?: {
@@ -621,6 +633,7 @@ export declare const list: (query?: AnnotationListQuery) => {
621
633
  validationSources?: string[] | null | undefined;
622
634
  timeSpent?: number | null | undefined;
623
635
  timeSpentOverall?: number | null | undefined;
636
+ noRecalculation?: boolean | undefined;
624
637
  }>, import("zod").ZodObject<{
625
638
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
626
639
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -724,9 +737,10 @@ export declare const list: (query?: AnnotationListQuery) => {
724
737
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
725
738
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
726
739
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
740
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
727
741
  }, "strip", import("zod").ZodTypeAny, {
728
- id: number | null;
729
742
  url: string | null;
743
+ id: number | null;
730
744
  schemaId: string | null;
731
745
  category: "datapoint" | null;
732
746
  content?: {
@@ -748,9 +762,10 @@ export declare const list: (query?: AnnotationListQuery) => {
748
762
  validationSources?: string[] | null | undefined;
749
763
  timeSpent?: number | null | undefined;
750
764
  timeSpentOverall?: number | null | undefined;
765
+ noRecalculation?: boolean | undefined;
751
766
  }, {
752
- id: number | null;
753
767
  url: string | null;
768
+ id: number | null;
754
769
  schemaId: string | null;
755
770
  category: "datapoint" | null;
756
771
  content?: {
@@ -772,6 +787,7 @@ export declare const list: (query?: AnnotationListQuery) => {
772
787
  validationSources?: string[] | null | undefined;
773
788
  timeSpent?: number | null | undefined;
774
789
  timeSpentOverall?: number | null | undefined;
790
+ noRecalculation?: boolean | undefined;
775
791
  }>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
776
792
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
777
793
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -830,9 +846,10 @@ export declare const list: (query?: AnnotationListQuery) => {
830
846
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
831
847
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
832
848
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
849
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
833
850
  }, "strip", import("zod").ZodTypeAny, {
834
- id: number | null;
835
851
  url: string | null;
852
+ id: number | null;
836
853
  schemaId: string | null;
837
854
  category: "datapoint" | null;
838
855
  content?: {
@@ -854,9 +871,10 @@ export declare const list: (query?: AnnotationListQuery) => {
854
871
  validationSources?: string[] | null | undefined;
855
872
  timeSpent?: number | null | undefined;
856
873
  timeSpentOverall?: number | null | undefined;
874
+ noRecalculation?: boolean | undefined;
857
875
  }, {
858
- id: number | null;
859
876
  url: string | null;
877
+ id: number | null;
860
878
  schemaId: string | null;
861
879
  category: "datapoint" | null;
862
880
  content?: {
@@ -878,16 +896,14 @@ export declare const list: (query?: AnnotationListQuery) => {
878
896
  validationSources?: string[] | null | undefined;
879
897
  timeSpent?: number | null | undefined;
880
898
  timeSpentOverall?: number | null | undefined;
899
+ noRecalculation?: boolean | undefined;
881
900
  }>>, "many">;
882
901
  schemaId: import("zod").ZodString;
883
902
  }, "strip", import("zod").ZodTypeAny, {
884
- id: number | null;
885
903
  url: string | null;
886
- schemaId: string;
887
- category: "tuple" | null;
888
904
  children: ({
889
- id: number | null;
890
905
  url: string | null;
906
+ id: number | null;
891
907
  schemaId: string | null;
892
908
  category: "datapoint" | null;
893
909
  content?: {
@@ -909,15 +925,16 @@ export declare const list: (query?: AnnotationListQuery) => {
909
925
  validationSources?: string[] | null | undefined;
910
926
  timeSpent?: number | null | undefined;
911
927
  timeSpentOverall?: number | null | undefined;
928
+ noRecalculation?: boolean | undefined;
912
929
  } | null)[];
913
- }, {
914
930
  id: number | null;
915
- url: string | null;
916
931
  schemaId: string;
917
932
  category: "tuple" | null;
933
+ }, {
934
+ url: string | null;
918
935
  children: ({
919
- id: number | null;
920
936
  url: string | null;
937
+ id: number | null;
921
938
  schemaId: string | null;
922
939
  category: "datapoint" | null;
923
940
  content?: {
@@ -939,7 +956,11 @@ export declare const list: (query?: AnnotationListQuery) => {
939
956
  validationSources?: string[] | null | undefined;
940
957
  timeSpent?: number | null | undefined;
941
958
  timeSpentOverall?: number | null | undefined;
959
+ noRecalculation?: boolean | undefined;
942
960
  } | null)[];
961
+ id: number | null;
962
+ schemaId: string;
963
+ category: "tuple" | null;
943
964
  }>, "many">]>>;
944
965
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"multivalue">>;
945
966
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1035,13 +1056,10 @@ export declare const list: (query?: AnnotationListQuery) => {
1035
1056
  timeSpentGrid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1036
1057
  timeSpentGridOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1037
1058
  }, "strip", import("zod").ZodTypeAny, {
1038
- id: number | null;
1039
1059
  url: string | null;
1040
- schemaId: string | null;
1041
- category: "multivalue" | null;
1042
1060
  children: (({
1043
- id: number | null;
1044
1061
  url: string | null;
1062
+ id: number | null;
1045
1063
  schemaId: string | null;
1046
1064
  category: "datapoint" | null;
1047
1065
  content?: {
@@ -1063,14 +1081,12 @@ export declare const list: (query?: AnnotationListQuery) => {
1063
1081
  validationSources?: string[] | null | undefined;
1064
1082
  timeSpent?: number | null | undefined;
1065
1083
  timeSpentOverall?: number | null | undefined;
1084
+ noRecalculation?: boolean | undefined;
1066
1085
  }[] | {
1067
- id: number | null;
1068
1086
  url: string | null;
1069
- schemaId: string;
1070
- category: "tuple" | null;
1071
1087
  children: ({
1072
- id: number | null;
1073
1088
  url: string | null;
1089
+ id: number | null;
1074
1090
  schemaId: string | null;
1075
1091
  category: "datapoint" | null;
1076
1092
  content?: {
@@ -1092,10 +1108,14 @@ export declare const list: (query?: AnnotationListQuery) => {
1092
1108
  validationSources?: string[] | null | undefined;
1093
1109
  timeSpent?: number | null | undefined;
1094
1110
  timeSpentOverall?: number | null | undefined;
1111
+ noRecalculation?: boolean | undefined;
1095
1112
  } | null)[];
1096
- }[]) & ({
1097
1113
  id: number | null;
1114
+ schemaId: string;
1115
+ category: "tuple" | null;
1116
+ }[]) & ({
1098
1117
  url: string | null;
1118
+ id: number | null;
1099
1119
  schemaId: string | null;
1100
1120
  category: "datapoint" | null;
1101
1121
  content?: {
@@ -1117,14 +1137,12 @@ export declare const list: (query?: AnnotationListQuery) => {
1117
1137
  validationSources?: string[] | null | undefined;
1118
1138
  timeSpent?: number | null | undefined;
1119
1139
  timeSpentOverall?: number | null | undefined;
1140
+ noRecalculation?: boolean | undefined;
1120
1141
  }[] | {
1121
- id: number | null;
1122
1142
  url: string | null;
1123
- schemaId: string;
1124
- category: "tuple" | null;
1125
1143
  children: ({
1126
- id: number | null;
1127
1144
  url: string | null;
1145
+ id: number | null;
1128
1146
  schemaId: string | null;
1129
1147
  category: "datapoint" | null;
1130
1148
  content?: {
@@ -1146,8 +1164,15 @@ export declare const list: (query?: AnnotationListQuery) => {
1146
1164
  validationSources?: string[] | null | undefined;
1147
1165
  timeSpent?: number | null | undefined;
1148
1166
  timeSpentOverall?: number | null | undefined;
1167
+ noRecalculation?: boolean | undefined;
1149
1168
  } | null)[];
1169
+ id: number | null;
1170
+ schemaId: string;
1171
+ category: "tuple" | null;
1150
1172
  }[] | undefined)) | null;
1173
+ id: number | null;
1174
+ schemaId: string | null;
1175
+ category: "multivalue" | null;
1151
1176
  content?: {
1152
1177
  value?: string | null | undefined;
1153
1178
  normalizedValue?: string | null | undefined;
@@ -1186,13 +1211,10 @@ export declare const list: (query?: AnnotationListQuery) => {
1186
1211
  timeSpentGrid?: number | null | undefined;
1187
1212
  timeSpentGridOverall?: number | null | undefined;
1188
1213
  }, {
1189
- id: number | null;
1190
1214
  url: string | null;
1191
- schemaId: string | null;
1192
- category: "multivalue" | null;
1193
1215
  children: (({
1194
- id: number | null;
1195
1216
  url: string | null;
1217
+ id: number | null;
1196
1218
  schemaId: string | null;
1197
1219
  category: "datapoint" | null;
1198
1220
  content?: {
@@ -1214,14 +1236,12 @@ export declare const list: (query?: AnnotationListQuery) => {
1214
1236
  validationSources?: string[] | null | undefined;
1215
1237
  timeSpent?: number | null | undefined;
1216
1238
  timeSpentOverall?: number | null | undefined;
1239
+ noRecalculation?: boolean | undefined;
1217
1240
  }[] | {
1218
- id: number | null;
1219
1241
  url: string | null;
1220
- schemaId: string;
1221
- category: "tuple" | null;
1222
1242
  children: ({
1223
- id: number | null;
1224
1243
  url: string | null;
1244
+ id: number | null;
1225
1245
  schemaId: string | null;
1226
1246
  category: "datapoint" | null;
1227
1247
  content?: {
@@ -1243,10 +1263,14 @@ export declare const list: (query?: AnnotationListQuery) => {
1243
1263
  validationSources?: string[] | null | undefined;
1244
1264
  timeSpent?: number | null | undefined;
1245
1265
  timeSpentOverall?: number | null | undefined;
1266
+ noRecalculation?: boolean | undefined;
1246
1267
  } | null)[];
1247
- }[]) & ({
1248
1268
  id: number | null;
1269
+ schemaId: string;
1270
+ category: "tuple" | null;
1271
+ }[]) & ({
1249
1272
  url: string | null;
1273
+ id: number | null;
1250
1274
  schemaId: string | null;
1251
1275
  category: "datapoint" | null;
1252
1276
  content?: {
@@ -1268,14 +1292,12 @@ export declare const list: (query?: AnnotationListQuery) => {
1268
1292
  validationSources?: string[] | null | undefined;
1269
1293
  timeSpent?: number | null | undefined;
1270
1294
  timeSpentOverall?: number | null | undefined;
1295
+ noRecalculation?: boolean | undefined;
1271
1296
  }[] | {
1272
- id: number | null;
1273
1297
  url: string | null;
1274
- schemaId: string;
1275
- category: "tuple" | null;
1276
1298
  children: ({
1277
- id: number | null;
1278
1299
  url: string | null;
1300
+ id: number | null;
1279
1301
  schemaId: string | null;
1280
1302
  category: "datapoint" | null;
1281
1303
  content?: {
@@ -1297,8 +1319,15 @@ export declare const list: (query?: AnnotationListQuery) => {
1297
1319
  validationSources?: string[] | null | undefined;
1298
1320
  timeSpent?: number | null | undefined;
1299
1321
  timeSpentOverall?: number | null | undefined;
1322
+ noRecalculation?: boolean | undefined;
1300
1323
  } | null)[];
1324
+ id: number | null;
1325
+ schemaId: string;
1326
+ category: "tuple" | null;
1301
1327
  }[] | undefined)) | null;
1328
+ id: number | null;
1329
+ schemaId: string | null;
1330
+ category: "multivalue" | null;
1302
1331
  content?: {
1303
1332
  value?: string | null | undefined;
1304
1333
  normalizedValue?: string | null | undefined;
@@ -1359,8 +1388,8 @@ export declare const list: (query?: AnnotationListQuery) => {
1359
1388
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
1360
1389
  }, "strip", import("zod").ZodTypeAny, {
1361
1390
  deleted: boolean;
1362
- id: number;
1363
1391
  url: string;
1392
+ id: number;
1364
1393
  organization: string;
1365
1394
  queues: string[];
1366
1395
  lastName: string;
@@ -1379,8 +1408,8 @@ export declare const list: (query?: AnnotationListQuery) => {
1379
1408
  oidcId?: string | null | undefined;
1380
1409
  }, {
1381
1410
  deleted: boolean;
1382
- id: number;
1383
1411
  url: string;
1412
+ id: number;
1384
1413
  organization: string;
1385
1414
  queues: string[];
1386
1415
  lastName: string;
@@ -1402,14 +1431,17 @@ export declare const list: (query?: AnnotationListQuery) => {
1402
1431
  id: import("zod").ZodNumber;
1403
1432
  url: import("zod").ZodString;
1404
1433
  name: import("zod").ZodString;
1434
+ color: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1405
1435
  }, "strip", import("zod").ZodTypeAny, {
1406
- id: number;
1407
1436
  url: string;
1437
+ id: number;
1408
1438
  name: string;
1439
+ color?: string | null | undefined;
1409
1440
  }, {
1410
- id: number;
1411
1441
  url: string;
1442
+ id: number;
1412
1443
  name: string;
1444
+ color?: string | null | undefined;
1413
1445
  }>, "many">;
1414
1446
  relations: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
1415
1447
  url: import("zod").ZodString;
@@ -1418,13 +1450,13 @@ export declare const list: (query?: AnnotationListQuery) => {
1418
1450
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1419
1451
  }, "strip", import("zod").ZodTypeAny, {
1420
1452
  annotations: string[];
1421
- id: number;
1422
1453
  url: string;
1454
+ id: number;
1423
1455
  key: string | null;
1424
1456
  }, {
1425
1457
  annotations: string[];
1426
- id: number;
1427
1458
  url: string;
1459
+ id: number;
1428
1460
  key: string | null;
1429
1461
  }>, import("zod").ZodObject<{
1430
1462
  type: import("zod").ZodLiteral<"edit">;
@@ -1442,13 +1474,13 @@ export declare const list: (query?: AnnotationListQuery) => {
1442
1474
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1443
1475
  }, "strip", import("zod").ZodTypeAny, {
1444
1476
  annotations: string[];
1445
- id: number;
1446
1477
  url: string;
1478
+ id: number;
1447
1479
  key: string | null;
1448
1480
  }, {
1449
1481
  annotations: string[];
1450
- id: number;
1451
1482
  url: string;
1483
+ id: number;
1452
1484
  key: string | null;
1453
1485
  }>, import("zod").ZodObject<{
1454
1486
  type: import("zod").ZodLiteral<"duplicate">;
@@ -1466,13 +1498,13 @@ export declare const list: (query?: AnnotationListQuery) => {
1466
1498
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1467
1499
  }, "strip", import("zod").ZodTypeAny, {
1468
1500
  annotations: string[];
1469
- id: number;
1470
1501
  url: string;
1502
+ id: number;
1471
1503
  key: string | null;
1472
1504
  }, {
1473
1505
  annotations: string[];
1474
- id: number;
1475
1506
  url: string;
1507
+ id: number;
1476
1508
  key: string | null;
1477
1509
  }>, import("zod").ZodObject<{
1478
1510
  type: import("zod").ZodLiteral<"attachment">;
@@ -1491,13 +1523,13 @@ export declare const list: (query?: AnnotationListQuery) => {
1491
1523
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1492
1524
  }, "strip", import("zod").ZodTypeAny, {
1493
1525
  annotations: string[];
1494
- id: number;
1495
1526
  url: string;
1527
+ id: number;
1496
1528
  key: string | null;
1497
1529
  }, {
1498
1530
  annotations: string[];
1499
- id: number;
1500
1531
  url: string;
1532
+ id: number;
1501
1533
  key: string | null;
1502
1534
  }>, import("zod").ZodObject<{
1503
1535
  type: import("zod").ZodLiteral<"edit">;
@@ -1515,13 +1547,13 @@ export declare const list: (query?: AnnotationListQuery) => {
1515
1547
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1516
1548
  }, "strip", import("zod").ZodTypeAny, {
1517
1549
  annotations: string[];
1518
- id: number;
1519
1550
  url: string;
1551
+ id: number;
1520
1552
  key: string | null;
1521
1553
  }, {
1522
1554
  annotations: string[];
1523
- id: number;
1524
1555
  url: string;
1556
+ id: number;
1525
1557
  key: string | null;
1526
1558
  }>, import("zod").ZodObject<{
1527
1559
  type: import("zod").ZodLiteral<"duplicate">;
@@ -1539,13 +1571,13 @@ export declare const list: (query?: AnnotationListQuery) => {
1539
1571
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1540
1572
  }, "strip", import("zod").ZodTypeAny, {
1541
1573
  annotations: string[];
1542
- id: number;
1543
1574
  url: string;
1575
+ id: number;
1544
1576
  key: string | null;
1545
1577
  }, {
1546
1578
  annotations: string[];
1547
- id: number;
1548
1579
  url: string;
1580
+ id: number;
1549
1581
  key: string | null;
1550
1582
  }>, import("zod").ZodObject<{
1551
1583
  type: import("zod").ZodLiteral<"attachment">;
@@ -1748,7 +1780,7 @@ export declare const list: (query?: AnnotationListQuery) => {
1748
1780
  }>>;
1749
1781
  annotationListTable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1750
1782
  columns: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
1751
- 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">]>]>;
1783
+ 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">]>]>;
1752
1784
  columnType: import("zod").ZodLiteral<"meta">;
1753
1785
  visible: import("zod").ZodBoolean;
1754
1786
  width: import("zod").ZodNumber;
@@ -1756,12 +1788,12 @@ export declare const list: (query?: AnnotationListQuery) => {
1756
1788
  width: number;
1757
1789
  columnType: "meta";
1758
1790
  visible: boolean;
1759
- 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";
1791
+ 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";
1760
1792
  }, {
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
  }>, import("zod").ZodObject<{
1766
1798
  schemaId: import("zod").ZodString;
1767
1799
  dataType: import("zod").ZodUnion<[import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"date">, import("zod").ZodLiteral<"boolean">]>;
@@ -1796,7 +1828,7 @@ export declare const list: (query?: AnnotationListQuery) => {
1796
1828
  width: number;
1797
1829
  columnType: "meta";
1798
1830
  visible: boolean;
1799
- 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";
1831
+ 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";
1800
1832
  })[];
1801
1833
  }, {
1802
1834
  columns: ({
@@ -1810,11 +1842,12 @@ export declare const list: (query?: AnnotationListQuery) => {
1810
1842
  width: number;
1811
1843
  columnType: "meta";
1812
1844
  visible: boolean;
1813
- 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";
1845
+ 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";
1814
1846
  })[];
1815
1847
  }>>>;
1816
1848
  uploadValues: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
1817
1849
  complexTables: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1850
+ uiUploadEnabled: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1818
1851
  }, "strip", import("zod").ZodTypeAny, {
1819
1852
  columns?: {
1820
1853
  schemaId: string;
@@ -1880,11 +1913,12 @@ export declare const list: (query?: AnnotationListQuery) => {
1880
1913
  width: number;
1881
1914
  columnType: "meta";
1882
1915
  visible: boolean;
1883
- 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";
1916
+ 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";
1884
1917
  })[];
1885
1918
  } | undefined;
1886
1919
  uploadValues?: unknown;
1887
1920
  complexTables?: boolean | undefined;
1921
+ uiUploadEnabled?: boolean | undefined;
1888
1922
  }, {
1889
1923
  columns?: {
1890
1924
  schemaId: string;
@@ -1950,11 +1984,12 @@ export declare const list: (query?: AnnotationListQuery) => {
1950
1984
  width: number;
1951
1985
  columnType: "meta";
1952
1986
  visible: boolean;
1953
- 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";
1987
+ 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";
1954
1988
  })[];
1955
1989
  } | undefined;
1956
1990
  uploadValues?: unknown;
1957
1991
  complexTables?: boolean | undefined;
1992
+ uiUploadEnabled?: boolean | undefined;
1958
1993
  }>;
1959
1994
  documentLifetime: import("zod").ZodNullable<import("zod").ZodString>;
1960
1995
  dedicatedEngine: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1966,10 +2001,10 @@ export declare const list: (query?: AnnotationListQuery) => {
1966
2001
  deleteAfter: import("zod").ZodNullable<import("zod").ZodString>;
1967
2002
  }, "strip", import("zod").ZodTypeAny, {
1968
2003
  status: string;
1969
- id: number;
1970
- schema: string;
1971
2004
  url: string;
1972
2005
  sessionTimeout: string;
2006
+ id: number;
2007
+ schema: string;
1973
2008
  name: string;
1974
2009
  workflows: Record<string, string | number>[];
1975
2010
  workspace: string | null;
@@ -2052,11 +2087,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2052
2087
  width: number;
2053
2088
  columnType: "meta";
2054
2089
  visible: boolean;
2055
- 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";
2090
+ 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";
2056
2091
  })[];
2057
2092
  } | undefined;
2058
2093
  uploadValues?: unknown;
2059
2094
  complexTables?: boolean | undefined;
2095
+ uiUploadEnabled?: boolean | undefined;
2060
2096
  };
2061
2097
  documentLifetime: string | null;
2062
2098
  dedicatedEngine: string | null;
@@ -2067,10 +2103,10 @@ export declare const list: (query?: AnnotationListQuery) => {
2067
2103
  metadata?: unknown;
2068
2104
  }, {
2069
2105
  status: string;
2070
- id: number;
2071
- schema: string;
2072
2106
  url: string;
2073
2107
  sessionTimeout: string;
2108
+ id: number;
2109
+ schema: string;
2074
2110
  name: string;
2075
2111
  workflows: Record<string, string | number>[];
2076
2112
  workspace: string | null;
@@ -2153,11 +2189,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2153
2189
  width: number;
2154
2190
  columnType: "meta";
2155
2191
  visible: boolean;
2156
- 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";
2192
+ 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";
2157
2193
  })[];
2158
2194
  } | undefined;
2159
2195
  uploadValues?: unknown;
2160
2196
  complexTables?: boolean | undefined;
2197
+ uiUploadEnabled?: boolean | undefined;
2161
2198
  };
2162
2199
  documentLifetime: string | null;
2163
2200
  dedicatedEngine: string | null;
@@ -2189,8 +2226,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2189
2226
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2190
2227
  }, "strip", import("zod").ZodTypeAny, {
2191
2228
  deleted: boolean;
2192
- id: number;
2193
2229
  url: string;
2230
+ id: number;
2194
2231
  organization: string;
2195
2232
  queues: string[];
2196
2233
  lastName: string;
@@ -2209,8 +2246,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2209
2246
  oidcId?: string | null | undefined;
2210
2247
  }, {
2211
2248
  deleted: boolean;
2212
- id: number;
2213
2249
  url: string;
2250
+ id: number;
2214
2251
  organization: string;
2215
2252
  queues: string[];
2216
2253
  lastName: string;
@@ -2250,8 +2287,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2250
2287
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2251
2288
  }, "strip", import("zod").ZodTypeAny, {
2252
2289
  deleted: boolean;
2253
- id: number;
2254
2290
  url: string;
2291
+ id: number;
2255
2292
  organization: string;
2256
2293
  queues: string[];
2257
2294
  lastName: string;
@@ -2270,8 +2307,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2270
2307
  oidcId?: string | null | undefined;
2271
2308
  }, {
2272
2309
  deleted: boolean;
2273
- id: number;
2274
2310
  url: string;
2311
+ id: number;
2275
2312
  organization: string;
2276
2313
  queues: string[];
2277
2314
  lastName: string;
@@ -2311,8 +2348,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2311
2348
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2312
2349
  }, "strip", import("zod").ZodTypeAny, {
2313
2350
  deleted: boolean;
2314
- id: number;
2315
2351
  url: string;
2352
+ id: number;
2316
2353
  organization: string;
2317
2354
  queues: string[];
2318
2355
  lastName: string;
@@ -2331,8 +2368,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2331
2368
  oidcId?: string | null | undefined;
2332
2369
  }, {
2333
2370
  deleted: boolean;
2334
- id: number;
2335
2371
  url: string;
2372
+ id: number;
2336
2373
  organization: string;
2337
2374
  queues: string[];
2338
2375
  lastName: string;
@@ -2372,8 +2409,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2372
2409
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2373
2410
  }, "strip", import("zod").ZodTypeAny, {
2374
2411
  deleted: boolean;
2375
- id: number;
2376
2412
  url: string;
2413
+ id: number;
2377
2414
  organization: string;
2378
2415
  queues: string[];
2379
2416
  lastName: string;
@@ -2392,8 +2429,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2392
2429
  oidcId?: string | null | undefined;
2393
2430
  }, {
2394
2431
  deleted: boolean;
2395
- id: number;
2396
2432
  url: string;
2433
+ id: number;
2397
2434
  organization: string;
2398
2435
  queues: string[];
2399
2436
  lastName: string;
@@ -2420,16 +2457,16 @@ export declare const list: (query?: AnnotationListQuery) => {
2420
2457
  queues: import("zod").ZodArray<import("zod").ZodString, "many">;
2421
2458
  metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
2422
2459
  }, "strip", import("zod").ZodTypeAny, {
2423
- id: number;
2424
2460
  url: string;
2461
+ id: number;
2425
2462
  organization: string;
2426
2463
  name: string;
2427
2464
  queues: string[];
2428
2465
  autopilot: boolean;
2429
2466
  metadata?: unknown;
2430
2467
  }, {
2431
- id: number;
2432
2468
  url: string;
2469
+ id: number;
2433
2470
  organization: string;
2434
2471
  name: string;
2435
2472
  queues: string[];
@@ -2439,8 +2476,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2439
2476
  }, "strip", import("zod").ZodTypeAny, {
2440
2477
  assignees: {
2441
2478
  deleted: boolean;
2442
- id: number;
2443
2479
  url: string;
2480
+ id: number;
2444
2481
  organization: string;
2445
2482
  queues: string[];
2446
2483
  lastName: string;
@@ -2459,8 +2496,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2459
2496
  oidcId?: string | null | undefined;
2460
2497
  }[];
2461
2498
  content: ({
2462
- id: number | null;
2463
2499
  url: string | null;
2500
+ id: number | null;
2464
2501
  schemaId: string | null;
2465
2502
  category: "datapoint" | null;
2466
2503
  content?: {
@@ -2482,14 +2519,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2482
2519
  validationSources?: string[] | null | undefined;
2483
2520
  timeSpent?: number | null | undefined;
2484
2521
  timeSpentOverall?: number | null | undefined;
2522
+ noRecalculation?: boolean | undefined;
2485
2523
  } | {
2486
- id: number | null;
2487
2524
  url: string | null;
2488
- schemaId: string | null;
2489
- category: "multivalue" | null;
2490
2525
  children: (({
2491
- id: number | null;
2492
2526
  url: string | null;
2527
+ id: number | null;
2493
2528
  schemaId: string | null;
2494
2529
  category: "datapoint" | null;
2495
2530
  content?: {
@@ -2511,14 +2546,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2511
2546
  validationSources?: string[] | null | undefined;
2512
2547
  timeSpent?: number | null | undefined;
2513
2548
  timeSpentOverall?: number | null | undefined;
2549
+ noRecalculation?: boolean | undefined;
2514
2550
  }[] | {
2515
- id: number | null;
2516
2551
  url: string | null;
2517
- schemaId: string;
2518
- category: "tuple" | null;
2519
2552
  children: ({
2520
- id: number | null;
2521
2553
  url: string | null;
2554
+ id: number | null;
2522
2555
  schemaId: string | null;
2523
2556
  category: "datapoint" | null;
2524
2557
  content?: {
@@ -2540,10 +2573,14 @@ export declare const list: (query?: AnnotationListQuery) => {
2540
2573
  validationSources?: string[] | null | undefined;
2541
2574
  timeSpent?: number | null | undefined;
2542
2575
  timeSpentOverall?: number | null | undefined;
2576
+ noRecalculation?: boolean | undefined;
2543
2577
  } | null)[];
2544
- }[]) & ({
2545
2578
  id: number | null;
2579
+ schemaId: string;
2580
+ category: "tuple" | null;
2581
+ }[]) & ({
2546
2582
  url: string | null;
2583
+ id: number | null;
2547
2584
  schemaId: string | null;
2548
2585
  category: "datapoint" | null;
2549
2586
  content?: {
@@ -2565,14 +2602,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2565
2602
  validationSources?: string[] | null | undefined;
2566
2603
  timeSpent?: number | null | undefined;
2567
2604
  timeSpentOverall?: number | null | undefined;
2605
+ noRecalculation?: boolean | undefined;
2568
2606
  }[] | {
2569
- id: number | null;
2570
2607
  url: string | null;
2571
- schemaId: string;
2572
- category: "tuple" | null;
2573
2608
  children: ({
2574
- id: number | null;
2575
2609
  url: string | null;
2610
+ id: number | null;
2576
2611
  schemaId: string | null;
2577
2612
  category: "datapoint" | null;
2578
2613
  content?: {
@@ -2594,8 +2629,15 @@ export declare const list: (query?: AnnotationListQuery) => {
2594
2629
  validationSources?: string[] | null | undefined;
2595
2630
  timeSpent?: number | null | undefined;
2596
2631
  timeSpentOverall?: number | null | undefined;
2632
+ noRecalculation?: boolean | undefined;
2597
2633
  } | null)[];
2634
+ id: number | null;
2635
+ schemaId: string;
2636
+ category: "tuple" | null;
2598
2637
  }[] | undefined)) | null;
2638
+ id: number | null;
2639
+ schemaId: string | null;
2640
+ category: "multivalue" | null;
2599
2641
  content?: {
2600
2642
  value?: string | null | undefined;
2601
2643
  normalizedValue?: string | null | undefined;
@@ -2636,43 +2678,44 @@ export declare const list: (query?: AnnotationListQuery) => {
2636
2678
  })[];
2637
2679
  relations: (({
2638
2680
  annotations: string[];
2639
- id: number;
2640
2681
  url: string;
2682
+ id: number;
2641
2683
  key: string | null;
2642
2684
  } & {
2643
2685
  type: "edit";
2644
2686
  parent: string;
2645
2687
  }) | ({
2646
2688
  annotations: string[];
2647
- id: number;
2648
2689
  url: string;
2690
+ id: number;
2649
2691
  key: string | null;
2650
2692
  } & {
2651
2693
  type: "duplicate";
2652
2694
  parent: string | null;
2653
2695
  }) | ({
2654
2696
  annotations: string[];
2655
- id: number;
2656
2697
  url: string;
2698
+ id: number;
2657
2699
  key: string | null;
2658
2700
  } & {
2659
2701
  type: "attachment";
2660
2702
  parent: string | null;
2661
2703
  }))[];
2662
2704
  labels: {
2663
- id: number;
2664
2705
  url: string;
2706
+ id: number;
2665
2707
  name: string;
2708
+ color?: string | null | undefined;
2666
2709
  }[];
2667
2710
  documents: {
2668
2711
  annotations: string[];
2712
+ url: string;
2713
+ originalFileName: string | null;
2669
2714
  content: string | null;
2670
2715
  id: number;
2671
2716
  creator: string | null;
2672
2717
  createdAt: string;
2673
- url: string;
2674
2718
  email: string | null;
2675
- originalFileName: string | null;
2676
2719
  s3Name: string | null;
2677
2720
  parent: string | null;
2678
2721
  mimeType: string;
@@ -2682,8 +2725,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2682
2725
  }[];
2683
2726
  modifiers: {
2684
2727
  deleted: boolean;
2685
- id: number;
2686
2728
  url: string;
2729
+ id: number;
2687
2730
  organization: string;
2688
2731
  queues: string[];
2689
2732
  lastName: string;
@@ -2703,24 +2746,24 @@ export declare const list: (query?: AnnotationListQuery) => {
2703
2746
  }[];
2704
2747
  childRelations: (({
2705
2748
  annotations: string[];
2706
- id: number;
2707
2749
  url: string;
2750
+ id: number;
2708
2751
  key: string | null;
2709
2752
  } & {
2710
2753
  type: "edit";
2711
2754
  parent: string;
2712
2755
  }) | ({
2713
2756
  annotations: string[];
2714
- id: number;
2715
2757
  url: string;
2758
+ id: number;
2716
2759
  key: string | null;
2717
2760
  } & {
2718
2761
  type: "duplicate";
2719
2762
  parent: string | null;
2720
2763
  }) | ({
2721
2764
  annotations: string[];
2722
- id: number;
2723
2765
  url: string;
2766
+ id: number;
2724
2767
  key: string | null;
2725
2768
  } & {
2726
2769
  type: "attachment";
@@ -2728,8 +2771,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2728
2771
  }))[];
2729
2772
  exportedBys: {
2730
2773
  deleted: boolean;
2731
- id: number;
2732
2774
  url: string;
2775
+ id: number;
2733
2776
  organization: string;
2734
2777
  queues: string[];
2735
2778
  lastName: string;
@@ -2749,8 +2792,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2749
2792
  }[];
2750
2793
  deletedBys: {
2751
2794
  deleted: boolean;
2752
- id: number;
2753
2795
  url: string;
2796
+ id: number;
2754
2797
  organization: string;
2755
2798
  queues: string[];
2756
2799
  lastName: string;
@@ -2770,8 +2813,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2770
2813
  }[];
2771
2814
  confirmedBys: {
2772
2815
  deleted: boolean;
2773
- id: number;
2774
2816
  url: string;
2817
+ id: number;
2775
2818
  organization: string;
2776
2819
  queues: string[];
2777
2820
  lastName: string;
@@ -2791,8 +2834,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2791
2834
  }[];
2792
2835
  rejectedBys: {
2793
2836
  deleted: boolean;
2794
- id: number;
2795
2837
  url: string;
2838
+ id: number;
2796
2839
  organization: string;
2797
2840
  queues: string[];
2798
2841
  lastName: string;
@@ -2811,8 +2854,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2811
2854
  oidcId?: string | null | undefined;
2812
2855
  }[];
2813
2856
  workspaces: {
2814
- id: number;
2815
2857
  url: string;
2858
+ id: number;
2816
2859
  organization: string;
2817
2860
  name: string;
2818
2861
  queues: string[];
@@ -2821,10 +2864,10 @@ export declare const list: (query?: AnnotationListQuery) => {
2821
2864
  }[];
2822
2865
  queues: {
2823
2866
  status: string;
2824
- id: number;
2825
- schema: string;
2826
2867
  url: string;
2827
2868
  sessionTimeout: string;
2869
+ id: number;
2870
+ schema: string;
2828
2871
  name: string;
2829
2872
  workflows: Record<string, string | number>[];
2830
2873
  workspace: string | null;
@@ -2907,11 +2950,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2907
2950
  width: number;
2908
2951
  columnType: "meta";
2909
2952
  visible: boolean;
2910
- 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";
2953
+ 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";
2911
2954
  })[];
2912
2955
  } | undefined;
2913
2956
  uploadValues?: unknown;
2914
2957
  complexTables?: boolean | undefined;
2958
+ uiUploadEnabled?: boolean | undefined;
2915
2959
  };
2916
2960
  documentLifetime: string | null;
2917
2961
  dedicatedEngine: string | null;
@@ -2924,8 +2968,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2924
2968
  }, {
2925
2969
  assignees: {
2926
2970
  deleted: boolean;
2927
- id: number;
2928
2971
  url: string;
2972
+ id: number;
2929
2973
  organization: string;
2930
2974
  queues: string[];
2931
2975
  lastName: string;
@@ -2944,8 +2988,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2944
2988
  oidcId?: string | null | undefined;
2945
2989
  }[];
2946
2990
  content: ({
2947
- id: number | null;
2948
2991
  url: string | null;
2992
+ id: number | null;
2949
2993
  schemaId: string | null;
2950
2994
  category: "datapoint" | null;
2951
2995
  content?: {
@@ -2967,14 +3011,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2967
3011
  validationSources?: string[] | null | undefined;
2968
3012
  timeSpent?: number | null | undefined;
2969
3013
  timeSpentOverall?: number | null | undefined;
3014
+ noRecalculation?: boolean | undefined;
2970
3015
  } | {
2971
- id: number | null;
2972
3016
  url: string | null;
2973
- schemaId: string | null;
2974
- category: "multivalue" | null;
2975
3017
  children: (({
2976
- id: number | null;
2977
3018
  url: string | null;
3019
+ id: number | null;
2978
3020
  schemaId: string | null;
2979
3021
  category: "datapoint" | null;
2980
3022
  content?: {
@@ -2996,14 +3038,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2996
3038
  validationSources?: string[] | null | undefined;
2997
3039
  timeSpent?: number | null | undefined;
2998
3040
  timeSpentOverall?: number | null | undefined;
3041
+ noRecalculation?: boolean | undefined;
2999
3042
  }[] | {
3000
- id: number | null;
3001
3043
  url: string | null;
3002
- schemaId: string;
3003
- category: "tuple" | null;
3004
3044
  children: ({
3005
- id: number | null;
3006
3045
  url: string | null;
3046
+ id: number | null;
3007
3047
  schemaId: string | null;
3008
3048
  category: "datapoint" | null;
3009
3049
  content?: {
@@ -3025,10 +3065,14 @@ export declare const list: (query?: AnnotationListQuery) => {
3025
3065
  validationSources?: string[] | null | undefined;
3026
3066
  timeSpent?: number | null | undefined;
3027
3067
  timeSpentOverall?: number | null | undefined;
3068
+ noRecalculation?: boolean | undefined;
3028
3069
  } | null)[];
3029
- }[]) & ({
3030
3070
  id: number | null;
3071
+ schemaId: string;
3072
+ category: "tuple" | null;
3073
+ }[]) & ({
3031
3074
  url: string | null;
3075
+ id: number | null;
3032
3076
  schemaId: string | null;
3033
3077
  category: "datapoint" | null;
3034
3078
  content?: {
@@ -3050,14 +3094,12 @@ export declare const list: (query?: AnnotationListQuery) => {
3050
3094
  validationSources?: string[] | null | undefined;
3051
3095
  timeSpent?: number | null | undefined;
3052
3096
  timeSpentOverall?: number | null | undefined;
3097
+ noRecalculation?: boolean | undefined;
3053
3098
  }[] | {
3054
- id: number | null;
3055
3099
  url: string | null;
3056
- schemaId: string;
3057
- category: "tuple" | null;
3058
3100
  children: ({
3059
- id: number | null;
3060
3101
  url: string | null;
3102
+ id: number | null;
3061
3103
  schemaId: string | null;
3062
3104
  category: "datapoint" | null;
3063
3105
  content?: {
@@ -3079,8 +3121,15 @@ export declare const list: (query?: AnnotationListQuery) => {
3079
3121
  validationSources?: string[] | null | undefined;
3080
3122
  timeSpent?: number | null | undefined;
3081
3123
  timeSpentOverall?: number | null | undefined;
3124
+ noRecalculation?: boolean | undefined;
3082
3125
  } | null)[];
3126
+ id: number | null;
3127
+ schemaId: string;
3128
+ category: "tuple" | null;
3083
3129
  }[] | undefined)) | null;
3130
+ id: number | null;
3131
+ schemaId: string | null;
3132
+ category: "multivalue" | null;
3084
3133
  content?: {
3085
3134
  value?: string | null | undefined;
3086
3135
  normalizedValue?: string | null | undefined;
@@ -3121,43 +3170,44 @@ export declare const list: (query?: AnnotationListQuery) => {
3121
3170
  })[];
3122
3171
  relations: (({
3123
3172
  annotations: string[];
3124
- id: number;
3125
3173
  url: string;
3174
+ id: number;
3126
3175
  key: string | null;
3127
3176
  } & {
3128
3177
  type: "edit";
3129
3178
  parent: string;
3130
3179
  }) | ({
3131
3180
  annotations: string[];
3132
- id: number;
3133
3181
  url: string;
3182
+ id: number;
3134
3183
  key: string | null;
3135
3184
  } & {
3136
3185
  type: "duplicate";
3137
3186
  parent: string | null;
3138
3187
  }) | ({
3139
3188
  annotations: string[];
3140
- id: number;
3141
3189
  url: string;
3190
+ id: number;
3142
3191
  key: string | null;
3143
3192
  } & {
3144
3193
  type: "attachment";
3145
3194
  parent: string | null;
3146
3195
  }))[];
3147
3196
  labels: {
3148
- id: number;
3149
3197
  url: string;
3198
+ id: number;
3150
3199
  name: string;
3200
+ color?: string | null | undefined;
3151
3201
  }[];
3152
3202
  documents: {
3153
3203
  annotations: string[];
3204
+ url: string;
3205
+ originalFileName: string | null;
3154
3206
  content: string | null;
3155
3207
  id: number;
3156
3208
  creator: string | null;
3157
3209
  createdAt: string;
3158
- url: string;
3159
3210
  email: string | null;
3160
- originalFileName: string | null;
3161
3211
  s3Name: string | null;
3162
3212
  parent: string | null;
3163
3213
  mimeType: string;
@@ -3167,8 +3217,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3167
3217
  }[];
3168
3218
  modifiers: {
3169
3219
  deleted: boolean;
3170
- id: number;
3171
3220
  url: string;
3221
+ id: number;
3172
3222
  organization: string;
3173
3223
  queues: string[];
3174
3224
  lastName: string;
@@ -3188,24 +3238,24 @@ export declare const list: (query?: AnnotationListQuery) => {
3188
3238
  }[];
3189
3239
  childRelations: (({
3190
3240
  annotations: string[];
3191
- id: number;
3192
3241
  url: string;
3242
+ id: number;
3193
3243
  key: string | null;
3194
3244
  } & {
3195
3245
  type: "edit";
3196
3246
  parent: string;
3197
3247
  }) | ({
3198
3248
  annotations: string[];
3199
- id: number;
3200
3249
  url: string;
3250
+ id: number;
3201
3251
  key: string | null;
3202
3252
  } & {
3203
3253
  type: "duplicate";
3204
3254
  parent: string | null;
3205
3255
  }) | ({
3206
3256
  annotations: string[];
3207
- id: number;
3208
3257
  url: string;
3258
+ id: number;
3209
3259
  key: string | null;
3210
3260
  } & {
3211
3261
  type: "attachment";
@@ -3213,8 +3263,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3213
3263
  }))[];
3214
3264
  exportedBys: {
3215
3265
  deleted: boolean;
3216
- id: number;
3217
3266
  url: string;
3267
+ id: number;
3218
3268
  organization: string;
3219
3269
  queues: string[];
3220
3270
  lastName: string;
@@ -3234,8 +3284,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3234
3284
  }[];
3235
3285
  deletedBys: {
3236
3286
  deleted: boolean;
3237
- id: number;
3238
3287
  url: string;
3288
+ id: number;
3239
3289
  organization: string;
3240
3290
  queues: string[];
3241
3291
  lastName: string;
@@ -3255,8 +3305,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3255
3305
  }[];
3256
3306
  confirmedBys: {
3257
3307
  deleted: boolean;
3258
- id: number;
3259
3308
  url: string;
3309
+ id: number;
3260
3310
  organization: string;
3261
3311
  queues: string[];
3262
3312
  lastName: string;
@@ -3276,8 +3326,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3276
3326
  }[];
3277
3327
  rejectedBys: {
3278
3328
  deleted: boolean;
3279
- id: number;
3280
3329
  url: string;
3330
+ id: number;
3281
3331
  organization: string;
3282
3332
  queues: string[];
3283
3333
  lastName: string;
@@ -3296,8 +3346,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3296
3346
  oidcId?: string | null | undefined;
3297
3347
  }[];
3298
3348
  workspaces: {
3299
- id: number;
3300
3349
  url: string;
3350
+ id: number;
3301
3351
  organization: string;
3302
3352
  name: string;
3303
3353
  queues: string[];
@@ -3306,10 +3356,10 @@ export declare const list: (query?: AnnotationListQuery) => {
3306
3356
  }[];
3307
3357
  queues: {
3308
3358
  status: string;
3309
- id: number;
3310
- schema: string;
3311
3359
  url: string;
3312
3360
  sessionTimeout: string;
3361
+ id: number;
3362
+ schema: string;
3313
3363
  name: string;
3314
3364
  workflows: Record<string, string | number>[];
3315
3365
  workspace: string | null;
@@ -3392,11 +3442,12 @@ export declare const list: (query?: AnnotationListQuery) => {
3392
3442
  width: number;
3393
3443
  columnType: "meta";
3394
3444
  visible: boolean;
3395
- 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";
3445
+ 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";
3396
3446
  })[];
3397
3447
  } | undefined;
3398
3448
  uploadValues?: unknown;
3399
3449
  complexTables?: boolean | undefined;
3450
+ uiUploadEnabled?: boolean | undefined;
3400
3451
  };
3401
3452
  documentLifetime: string | null;
3402
3453
  dedicatedEngine: string | null;