@rossum/api-client 0.1.25 → 0.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (802) hide show
  1. package/index.js +64 -60
  2. package/index.js.map +1 -1
  3. package/package.json +3 -2
  4. package/src/annotations/endpoints/approve.js.map +1 -1
  5. package/src/annotations/endpoints/assign.js.map +1 -1
  6. package/src/annotations/endpoints/cancel.js +1 -1
  7. package/src/annotations/endpoints/cancel.js.map +1 -1
  8. package/src/annotations/endpoints/confirm.js.map +1 -1
  9. package/src/annotations/endpoints/contentSelect.js.map +1 -1
  10. package/src/annotations/endpoints/copy.js.map +1 -1
  11. package/src/annotations/endpoints/delete.js.map +1 -1
  12. package/src/annotations/endpoints/editPages.js.map +1 -1
  13. package/src/annotations/endpoints/editPagesInPlace.js.map +1 -1
  14. package/src/annotations/endpoints/get.js.map +1 -1
  15. package/src/annotations/endpoints/getContent.js.map +1 -1
  16. package/src/annotations/endpoints/getPageData.js +1 -1
  17. package/src/annotations/endpoints/getPageData.js.map +1 -1
  18. package/src/annotations/endpoints/index.js +2 -0
  19. package/src/annotations/endpoints/index.js.map +1 -1
  20. package/src/annotations/endpoints/patch.js.map +1 -1
  21. package/src/annotations/endpoints/postpone.js.map +1 -1
  22. package/src/annotations/endpoints/purge.js.map +1 -1
  23. package/src/annotations/endpoints/reject.js.map +1 -1
  24. package/src/annotations/endpoints/search.js +2 -2
  25. package/src/annotations/endpoints/search.js.map +1 -1
  26. package/src/annotations/endpoints/split.js +15 -0
  27. package/src/annotations/endpoints/split.js.map +1 -0
  28. package/src/annotations/endpoints/split.schema.js +23 -0
  29. package/src/annotations/endpoints/split.schema.js.map +1 -0
  30. package/src/annotations/endpoints/start.js.map +1 -1
  31. package/src/annotations/endpoints/startEditPages.js.map +1 -1
  32. package/src/annotations/endpoints/startEmbedded.js.map +1 -1
  33. package/src/annotations/endpoints/updateContent.js.map +1 -1
  34. package/src/annotations/endpoints/usageReportExport.js.map +1 -1
  35. package/src/annotations/endpoints/validate.js.map +1 -1
  36. package/src/annotations/models/annotation.schema.js +2 -0
  37. package/src/annotations/models/annotation.schema.js.map +1 -1
  38. package/src/annotations/models/annotationData.schema.js +1 -0
  39. package/src/annotations/models/annotationData.schema.js.map +1 -1
  40. package/src/authentication/endpoints/getMembershipToken.js.map +1 -1
  41. package/src/authentication/endpoints/login.js.map +1 -1
  42. package/src/authentication/endpoints/password/change.js.map +1 -1
  43. package/src/authentication/endpoints/password/confirm.js +17 -7
  44. package/src/authentication/endpoints/password/confirm.js.map +1 -1
  45. package/src/authentication/endpoints/password/reset.js +17 -7
  46. package/src/authentication/endpoints/password/reset.js.map +1 -1
  47. package/src/authentication/endpoints/password/score.js.map +1 -1
  48. package/src/authentication/endpoints/patch.js.map +1 -1
  49. package/src/authentication/endpoints/user.js.map +1 -1
  50. package/src/automationBlockers/endpoints/get.js.map +1 -1
  51. package/src/billing/endpoints/getHistory.js.map +1 -1
  52. package/src/billing/endpoints/getHistoryExport.js.map +1 -1
  53. package/src/billing/endpoints/getStats.js.map +1 -1
  54. package/src/billing/endpoints/getStatsExport.js.map +1 -1
  55. package/src/connectors/endpoints/create.js.map +1 -1
  56. package/src/connectors/endpoints/delete.js.map +1 -1
  57. package/src/connectors/endpoints/list.js.map +1 -1
  58. package/src/dedicatedEngineSchema/endpoints/create.js.map +1 -1
  59. package/src/dedicatedEngineSchema/endpoints/get.js.map +1 -1
  60. package/src/dedicatedEngineSchema/endpoints/patch.js.map +1 -1
  61. package/src/dedicatedEngineSchema/endpoints/predict.js.map +1 -1
  62. package/src/dedicatedEngineSchema/endpoints/validate.js.map +1 -1
  63. package/src/dedicatedEngines/endpoints/create.js.map +1 -1
  64. package/src/dedicatedEngines/endpoints/get.js.map +1 -1
  65. package/src/dedicatedEngines/endpoints/list.js.map +1 -1
  66. package/src/dedicatedEngines/endpoints/patch.js.map +1 -1
  67. package/src/dedicatedEngines/endpoints/request.js.map +1 -1
  68. package/src/deleteRecommendations/endpoints/create.js.map +1 -1
  69. package/src/deleteRecommendations/endpoints/get.js.map +1 -1
  70. package/src/deleteRecommendations/endpoints/list.js.map +1 -1
  71. package/src/deleteRecommendations/endpoints/patch.js.map +1 -1
  72. package/src/documentRelations/endpoints/index.js +8 -0
  73. package/src/documentRelations/endpoints/index.js.map +1 -0
  74. package/src/documentRelations/endpoints/list.js +17 -0
  75. package/src/documentRelations/endpoints/list.js.map +1 -0
  76. package/src/documentRelations/endpoints/list.schema.js +17 -0
  77. package/src/documentRelations/endpoints/list.schema.js.map +1 -0
  78. package/src/documentRelations/models/relations.schema.js +18 -0
  79. package/src/documentRelations/models/relations.schema.js.map +1 -0
  80. package/src/documents/endpoints/downloads.js.map +1 -1
  81. package/src/documents/endpoints/get.js.map +1 -1
  82. package/src/documents/endpoints/getBlob.js.map +1 -1
  83. package/src/documents/endpoints/list.js.map +1 -1
  84. package/src/documents/endpoints/patch.js.map +1 -1
  85. package/src/email/endpoints/get.js.map +1 -1
  86. package/src/email/endpoints/list.js.map +1 -1
  87. package/src/email/endpoints/send.js.map +1 -1
  88. package/src/email/endpoints/send.schema.js +1 -0
  89. package/src/email/endpoints/send.schema.js.map +1 -1
  90. package/src/emailTemplates/endpoints/create.js.map +1 -1
  91. package/src/emailTemplates/endpoints/delete.js.map +1 -1
  92. package/src/emailTemplates/endpoints/get.js.map +1 -1
  93. package/src/emailTemplates/endpoints/list.js.map +1 -1
  94. package/src/emailTemplates/endpoints/patch.js.map +1 -1
  95. package/src/emailTemplates/endpoints/render.js.map +1 -1
  96. package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
  97. package/src/emailThreads/endpoints/counts.js.map +1 -1
  98. package/src/emailThreads/endpoints/get.js.map +1 -1
  99. package/src/emailThreads/endpoints/list.js.map +1 -1
  100. package/src/emailThreads/endpoints/patch.js.map +1 -1
  101. package/src/engines/endpoints/patch.schema.js +6 -1
  102. package/src/engines/endpoints/patch.schema.js.map +1 -1
  103. package/src/engines/models/engine.schema.js +1 -0
  104. package/src/engines/models/engine.schema.js.map +1 -1
  105. package/src/engines/models/engineQueueStatsItem.schema.js +2 -0
  106. package/src/engines/models/engineQueueStatsItem.schema.js.map +1 -1
  107. package/src/genericEngines/endpoints/get.js.map +1 -1
  108. package/src/genericEngines/endpoints/list.js.map +1 -1
  109. package/src/groups/endpoints/list.js.map +1 -1
  110. package/src/hookInterfaces/endpoints/create.js +16 -0
  111. package/src/hookInterfaces/endpoints/create.js.map +1 -0
  112. package/src/hookInterfaces/endpoints/create.schema.js +14 -0
  113. package/src/hookInterfaces/endpoints/create.schema.js.map +1 -0
  114. package/src/hookInterfaces/endpoints/delete.js +13 -0
  115. package/src/hookInterfaces/endpoints/delete.js.map +1 -0
  116. package/src/hookInterfaces/endpoints/index.js +16 -0
  117. package/src/hookInterfaces/endpoints/index.js.map +1 -0
  118. package/src/hookInterfaces/endpoints/invoke.js +15 -0
  119. package/src/hookInterfaces/endpoints/invoke.js.map +1 -0
  120. package/src/hookInterfaces/endpoints/invoke.schema.js +10 -0
  121. package/src/hookInterfaces/endpoints/invoke.schema.js.map +1 -0
  122. package/src/hookInterfaces/endpoints/list.js +17 -0
  123. package/src/hookInterfaces/endpoints/list.js.map +1 -0
  124. package/src/hookInterfaces/endpoints/list.schema.js +16 -0
  125. package/src/hookInterfaces/endpoints/list.schema.js.map +1 -0
  126. package/src/hookInterfaces/endpoints/patch.js +16 -0
  127. package/src/hookInterfaces/endpoints/patch.js.map +1 -0
  128. package/src/hookInterfaces/endpoints/patch.schema.js +12 -0
  129. package/src/hookInterfaces/endpoints/patch.schema.js.map +1 -0
  130. package/src/{authentication/models/authInfo.js → hookInterfaces/models/hookInterface.js} +1 -1
  131. package/src/hookInterfaces/models/hookInterface.js.map +1 -0
  132. package/src/hookInterfaces/models/hookInterface.schema.js +17 -0
  133. package/src/hookInterfaces/models/hookInterface.schema.js.map +1 -0
  134. package/src/{deleteRecommendations → hookInterfaces}/models/index.js +2 -1
  135. package/src/hookInterfaces/models/index.js.map +1 -0
  136. package/src/hookTemplates/endpoints/get.js +13 -0
  137. package/src/hookTemplates/endpoints/get.js.map +1 -0
  138. package/src/hookTemplates/endpoints/index.js +2 -0
  139. package/src/hookTemplates/endpoints/index.js.map +1 -1
  140. package/src/hookTemplates/endpoints/list.js.map +1 -1
  141. package/src/hookTemplates/models/hookTemplate.schema.js +5 -0
  142. package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
  143. package/src/hooks/endpoints/cancelRun.js +13 -0
  144. package/src/hooks/endpoints/cancelRun.js.map +1 -0
  145. package/src/hooks/endpoints/cancelRun.schema.js +8 -0
  146. package/src/hooks/endpoints/cancelRun.schema.js.map +1 -0
  147. package/src/hooks/endpoints/create.js.map +1 -1
  148. package/src/hooks/endpoints/create.schema.js +8 -1
  149. package/src/hooks/endpoints/create.schema.js.map +1 -1
  150. package/src/hooks/endpoints/createFromTemplate.js +16 -0
  151. package/src/hooks/endpoints/createFromTemplate.js.map +1 -0
  152. package/src/hooks/endpoints/createFromTemplate.schema.js +14 -0
  153. package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -0
  154. package/src/hooks/endpoints/delete.js.map +1 -1
  155. package/src/hooks/endpoints/generatePayload.js.map +1 -1
  156. package/src/hooks/endpoints/get.js.map +1 -1
  157. package/src/hooks/endpoints/getSecretsKeys.js.map +1 -1
  158. package/src/hooks/endpoints/index.js +9 -3
  159. package/src/hooks/endpoints/index.js.map +1 -1
  160. package/src/hooks/endpoints/invoke.js.map +1 -1
  161. package/src/hooks/endpoints/list.js.map +1 -1
  162. package/src/hooks/endpoints/list.schema.js +2 -0
  163. package/src/hooks/endpoints/list.schema.js.map +1 -1
  164. package/src/hooks/endpoints/patch.js.map +1 -1
  165. package/src/hooks/endpoints/patch.schema.js +6 -0
  166. package/src/hooks/endpoints/patch.schema.js.map +1 -1
  167. package/src/hooks/endpoints/runLogs.js +14 -0
  168. package/src/hooks/endpoints/runLogs.js.map +1 -0
  169. package/src/hooks/endpoints/runs.js +15 -0
  170. package/src/hooks/endpoints/runs.js.map +1 -0
  171. package/src/hooks/endpoints/runs.schema.js +26 -0
  172. package/src/hooks/endpoints/runs.schema.js.map +1 -0
  173. package/src/hooks/endpoints/test.js.map +1 -1
  174. package/src/hooks/models/hook.schema.js +14 -4
  175. package/src/hooks/models/hook.schema.js.map +1 -1
  176. package/src/hooks/models/hookConfig.schema.js +17 -11
  177. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  178. package/src/hooks/models/hookUtils.schema.js +11 -1
  179. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  180. package/src/hooks/models/run.js +72 -0
  181. package/src/hooks/models/run.js.map +1 -0
  182. package/src/hooks/models/run.schema.js +115 -0
  183. package/src/hooks/models/run.schema.js.map +1 -0
  184. package/src/hooks/models/runLog.js +5 -0
  185. package/src/hooks/models/runLog.js.map +1 -0
  186. package/src/hooks/models/runLog.schema.js +15 -0
  187. package/src/hooks/models/runLog.schema.js.map +1 -0
  188. package/src/inboxes/endpoints/create.js.map +1 -1
  189. package/src/inboxes/endpoints/get.js.map +1 -1
  190. package/src/inboxes/endpoints/list.js.map +1 -1
  191. package/src/inboxes/endpoints/patch.js.map +1 -1
  192. package/src/internal/endpoints/domainSettings.js.map +1 -1
  193. package/src/internal/endpoints/generateRejectionEmail.js.map +1 -1
  194. package/src/internal/endpoints/index.js +16 -10
  195. package/src/internal/endpoints/index.js.map +1 -1
  196. package/src/internal/endpoints/logs.js +16 -0
  197. package/src/internal/endpoints/logs.js.map +1 -0
  198. package/src/internal/endpoints/logs.schema.js +13 -0
  199. package/src/internal/endpoints/logs.schema.js.map +1 -0
  200. package/src/internal/endpoints/requestDemo.js.map +1 -1
  201. package/src/internal/endpoints/requestExtension.js.map +1 -1
  202. package/src/internal/endpoints/rules/evaluateRules.schema.js +2 -2
  203. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  204. package/src/internal/endpoints/rules/suggestRule.schema.js +1 -1
  205. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  206. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.js.map +1 -1
  207. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +0 -4
  208. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  209. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  210. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -1
  211. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  212. package/src/internal/endpoints/schemas/formulasInfo.js.map +1 -1
  213. package/src/internal/endpoints/schemas/formulasInfo.schema.js +2 -1
  214. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  215. package/src/labels/endpoints/apply.js.map +1 -1
  216. package/src/labels/endpoints/create.js.map +1 -1
  217. package/src/labels/endpoints/create.schema.js +4 -3
  218. package/src/labels/endpoints/create.schema.js.map +1 -1
  219. package/src/labels/endpoints/delete.js.map +1 -1
  220. package/src/labels/endpoints/list.js.map +1 -1
  221. package/src/labels/endpoints/patch.js.map +1 -1
  222. package/src/labels/endpoints/patch.schema.js +4 -3
  223. package/src/labels/endpoints/patch.schema.js.map +1 -1
  224. package/src/labels/models/label.schema.js +1 -0
  225. package/src/labels/models/label.schema.js.map +1 -1
  226. package/src/memberships/endpoints/create.js.map +1 -1
  227. package/src/organization/endpoints/create.js.map +1 -1
  228. package/src/organization/endpoints/get.js.map +1 -1
  229. package/src/organization/endpoints/limits.js.map +1 -1
  230. package/src/organization/endpoints/patch.js.map +1 -1
  231. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  232. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  233. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  234. package/src/queues/endpoints/automation.js.map +1 -1
  235. package/src/queues/endpoints/create.js.map +1 -1
  236. package/src/queues/endpoints/createFromTemplate.js.map +1 -1
  237. package/src/queues/endpoints/delete.js.map +1 -1
  238. package/src/queues/endpoints/duplicate.js.map +1 -1
  239. package/src/queues/endpoints/exportAnnotation.js.map +1 -1
  240. package/src/queues/endpoints/get.js.map +1 -1
  241. package/src/queues/endpoints/getRelatedObjectsCounts.js.map +1 -1
  242. package/src/queues/endpoints/index.js.map +1 -1
  243. package/src/queues/endpoints/list.js.map +1 -1
  244. package/src/queues/endpoints/nextAnnotation.js.map +1 -1
  245. package/src/queues/endpoints/patch.js.map +1 -1
  246. package/src/queues/endpoints/suggestedRecipients.js.map +1 -1
  247. package/src/queues/endpoints/upload.js.map +1 -1
  248. package/src/relations/endpoints/create.js.map +1 -1
  249. package/src/relations/endpoints/delete.js.map +1 -1
  250. package/src/relations/endpoints/get.js.map +1 -1
  251. package/src/relations/endpoints/list.js.map +1 -1
  252. package/src/relations/endpoints/patch.js.map +1 -1
  253. package/src/rule-templates/models/ruleTemplate.schema.js +1 -1
  254. package/src/rule-templates/models/ruleTemplate.schema.js.map +1 -1
  255. package/src/rules/models/schemaRule.schema.js +13 -16
  256. package/src/rules/models/schemaRule.schema.js.map +1 -1
  257. package/src/schemaFields/endpoints/list.js.map +1 -1
  258. package/src/schemas/endpoints/create.js.map +1 -1
  259. package/src/schemas/endpoints/get.js.map +1 -1
  260. package/src/schemas/endpoints/list.js.map +1 -1
  261. package/src/schemas/endpoints/patch.js.map +1 -1
  262. package/src/schemas/models/schemaDatapointBase.schema.js +3 -0
  263. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  264. package/src/shared/models/annotationListTable.schema.js +1 -0
  265. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  266. package/src/suggestedEdit/endpoints/get.js.map +1 -1
  267. package/src/surveys/endpoints/fromTemplate.js.map +1 -1
  268. package/src/surveys/endpoints/get.js.map +1 -1
  269. package/src/surveys/endpoints/list.js.map +1 -1
  270. package/src/surveys/endpoints/patch.js.map +1 -1
  271. package/src/tasks/endpoints/get.js.map +1 -1
  272. package/src/triggers/endpoints/create.js.map +1 -1
  273. package/src/triggers/endpoints/delete.js.map +1 -1
  274. package/src/triggers/endpoints/get.js.map +1 -1
  275. package/src/triggers/endpoints/index.js +2 -0
  276. package/src/triggers/endpoints/index.js.map +1 -1
  277. package/src/triggers/endpoints/list.js +17 -0
  278. package/src/triggers/endpoints/list.js.map +1 -0
  279. package/src/triggers/endpoints/list.schema.js +14 -0
  280. package/src/triggers/endpoints/list.schema.js.map +1 -0
  281. package/src/triggers/endpoints/patch.js.map +1 -1
  282. package/src/uploads/endpoints/get.js.map +1 -1
  283. package/src/uploads/endpoints/post.js.map +1 -1
  284. package/src/users/endpoints/create.js.map +1 -1
  285. package/src/users/endpoints/delete.js.map +1 -1
  286. package/src/users/endpoints/get.js.map +1 -1
  287. package/src/users/endpoints/list.js.map +1 -1
  288. package/src/users/endpoints/patch.js.map +1 -1
  289. package/src/users/endpoints/resetPassword.js.map +1 -1
  290. package/src/utils/codecUtils.js +17 -7
  291. package/src/utils/codecUtils.js.map +1 -1
  292. package/src/utils/request.js +17 -7
  293. package/src/utils/request.js.map +1 -1
  294. package/src/utils/requestConfig.js +17 -7
  295. package/src/utils/requestConfig.js.map +1 -1
  296. package/src/utils/requestResponse.js +17 -7
  297. package/src/utils/requestResponse.js.map +1 -1
  298. package/src/utils.js +17 -7
  299. package/src/utils.js.map +1 -1
  300. package/src/workflowActivities/endpoints/get.js.map +1 -1
  301. package/src/workflowActivities/endpoints/list.js.map +1 -1
  302. package/src/workflowRuns/endpoints/get.js.map +1 -1
  303. package/src/workflowRuns/endpoints/list.js.map +1 -1
  304. package/src/workflowRuns/endpoints/reset.js.map +1 -1
  305. package/src/workflowSteps/endpoints/get.js.map +1 -1
  306. package/src/workflowSteps/endpoints/list.js.map +1 -1
  307. package/src/workflows/endpoints/get.js.map +1 -1
  308. package/src/workflows/endpoints/list.js.map +1 -1
  309. package/src/workspaces/endpoints/create.js.map +1 -1
  310. package/src/workspaces/endpoints/delete.js.map +1 -1
  311. package/src/workspaces/endpoints/get.js +13 -0
  312. package/src/workspaces/endpoints/get.js.map +1 -0
  313. package/src/workspaces/endpoints/index.js +2 -0
  314. package/src/workspaces/endpoints/index.js.map +1 -1
  315. package/src/workspaces/endpoints/list.js.map +1 -1
  316. package/src/workspaces/endpoints/patch.js.map +1 -1
  317. package/types/index.d.ts +6342 -3208
  318. package/types/src/annotations/endpoints/cancelEditPages.d.ts +4 -4
  319. package/types/src/annotations/endpoints/cancelEditPages.schema.d.ts +4 -4
  320. package/types/src/annotations/endpoints/contentSelect.d.ts +2 -2
  321. package/types/src/annotations/endpoints/contentSelect.schema.d.ts +2 -2
  322. package/types/src/annotations/endpoints/editPages.d.ts +16 -16
  323. package/types/src/annotations/endpoints/editPages.schema.d.ts +16 -16
  324. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +8 -8
  325. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +8 -8
  326. package/types/src/annotations/endpoints/get.d.ts +12 -6
  327. package/types/src/annotations/endpoints/getContent.d.ts +292 -214
  328. package/types/src/annotations/endpoints/getPageData.d.ts +1 -1
  329. package/types/src/annotations/endpoints/index.d.ts +869 -607
  330. package/types/src/annotations/endpoints/list.d.ts +206 -162
  331. package/types/src/annotations/endpoints/patch.d.ts +18 -6
  332. package/types/src/annotations/endpoints/patch.schema.d.ts +6 -0
  333. package/types/src/annotations/endpoints/search.d.ts +206 -162
  334. package/types/src/annotations/endpoints/split.d.ts +88 -0
  335. package/types/src/annotations/endpoints/split.schema.d.ts +66 -0
  336. package/types/src/annotations/endpoints/start.d.ts +2 -2
  337. package/types/src/annotations/endpoints/startEditPages.d.ts +7 -7
  338. package/types/src/annotations/endpoints/translate.d.ts +6 -6
  339. package/types/src/annotations/endpoints/translate.schema.d.ts +6 -6
  340. package/types/src/annotations/endpoints/updateContent.d.ts +5 -2
  341. package/types/src/annotations/endpoints/validate.d.ts +9 -4
  342. package/types/src/annotations/endpoints/validate.schema.d.ts +9 -4
  343. package/types/src/annotations/models/annotation.d.ts +2 -0
  344. package/types/src/annotations/models/annotation.schema.d.ts +12 -6
  345. package/types/src/annotations/models/annotationData.d.ts +1 -0
  346. package/types/src/annotations/models/annotationData.schema.d.ts +471 -337
  347. package/types/src/annotations/models/annotationListSideload.schema.d.ts +184 -150
  348. package/types/src/annotations/models/annotationStart.schema.d.ts +2 -2
  349. package/types/src/annotations/models/editPages.schema.d.ts +11 -11
  350. package/types/src/annotations/models/pageData.schema.d.ts +6 -6
  351. package/types/src/annotations/models/processingDuration.schema.d.ts +2 -2
  352. package/types/src/authentication/endpoints/index.d.ts +6 -6
  353. package/types/src/authentication/endpoints/password/score.d.ts +2 -2
  354. package/types/src/authentication/endpoints/password/score.schema.d.ts +2 -2
  355. package/types/src/authentication/endpoints/patch.d.ts +2 -2
  356. package/types/src/authentication/endpoints/user.d.ts +2 -2
  357. package/types/src/automationBlockers/endpoints/get.d.ts +4 -4
  358. package/types/src/automationBlockers/endpoints/index.d.ts +4 -4
  359. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +4 -4
  360. package/types/src/billing/endpoints/getHistory.d.ts +12 -12
  361. package/types/src/billing/endpoints/getStats.d.ts +12 -12
  362. package/types/src/billing/models/billingHistory.schema.d.ts +12 -12
  363. package/types/src/billing/models/billingStats.schema.d.ts +12 -12
  364. package/types/src/connectors/endpoints/create.d.ts +2 -2
  365. package/types/src/connectors/endpoints/index.d.ts +6 -6
  366. package/types/src/connectors/endpoints/list.d.ts +4 -4
  367. package/types/src/connectors/models/connector.schema.d.ts +2 -2
  368. package/types/src/dedicatedEngineSchema/endpoints/create.d.ts +28 -28
  369. package/types/src/dedicatedEngineSchema/endpoints/get.d.ts +30 -30
  370. package/types/src/dedicatedEngineSchema/endpoints/get.schema.d.ts +2 -2
  371. package/types/src/dedicatedEngineSchema/endpoints/index.d.ts +128 -128
  372. package/types/src/dedicatedEngineSchema/endpoints/patch.d.ts +36 -36
  373. package/types/src/dedicatedEngineSchema/endpoints/patch.schema.d.ts +8 -8
  374. package/types/src/dedicatedEngineSchema/endpoints/predict.d.ts +26 -26
  375. package/types/src/dedicatedEngineSchema/endpoints/predict.schema.d.ts +26 -26
  376. package/types/src/dedicatedEngineSchema/endpoints/validate.d.ts +8 -8
  377. package/types/src/dedicatedEngineSchema/endpoints/validate.schema.d.ts +8 -8
  378. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchema.schema.d.ts +48 -48
  379. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchemaObject.schema.d.ts +18 -18
  380. package/types/src/dedicatedEngineSchema/models/simpleMultivalueField.schema.d.ts +2 -2
  381. package/types/src/dedicatedEngineSchema/models/tableMultivalueField.schema.d.ts +14 -14
  382. package/types/src/dedicatedEngineSchema/models/transformedFields.schema.d.ts +14 -14
  383. package/types/src/dedicatedEngines/endpoints/create.d.ts +2 -2
  384. package/types/src/dedicatedEngines/endpoints/get.d.ts +4 -4
  385. package/types/src/dedicatedEngines/endpoints/get.schema.d.ts +2 -2
  386. package/types/src/dedicatedEngines/endpoints/index.d.ts +18 -18
  387. package/types/src/dedicatedEngines/endpoints/list.d.ts +8 -8
  388. package/types/src/dedicatedEngines/endpoints/list.schema.d.ts +4 -4
  389. package/types/src/dedicatedEngines/endpoints/patch.d.ts +2 -2
  390. package/types/src/dedicatedEngines/endpoints/request.d.ts +2 -2
  391. package/types/src/dedicatedEngines/models/dedicatedEngine.schema.d.ts +2 -2
  392. package/types/src/deleteRecommendations/endpoints/create.d.ts +4 -4
  393. package/types/src/deleteRecommendations/endpoints/get.d.ts +4 -4
  394. package/types/src/deleteRecommendations/endpoints/index.d.ts +20 -20
  395. package/types/src/deleteRecommendations/endpoints/list.d.ts +8 -8
  396. package/types/src/deleteRecommendations/endpoints/patch.d.ts +4 -4
  397. package/types/src/deleteRecommendations/models/deleteRecommendation.schema.d.ts +4 -4
  398. package/types/src/documentRelations/endpoints/index.d.ts +105 -0
  399. package/types/src/documentRelations/endpoints/list.d.ts +112 -0
  400. package/types/src/documentRelations/endpoints/list.schema.d.ts +29 -0
  401. package/types/src/documentRelations/models/relations.schema.d.ts +24 -0
  402. package/types/src/documents/endpoints/get.d.ts +4 -4
  403. package/types/src/documents/endpoints/index.d.ts +16 -16
  404. package/types/src/documents/endpoints/list.d.ts +8 -8
  405. package/types/src/documents/endpoints/patch.d.ts +4 -4
  406. package/types/src/documents/models/document.schema.d.ts +4 -4
  407. package/types/src/email/endpoints/get.d.ts +6 -6
  408. package/types/src/email/endpoints/index.d.ts +21 -18
  409. package/types/src/email/endpoints/list.d.ts +12 -12
  410. package/types/src/email/endpoints/send.d.ts +4 -0
  411. package/types/src/email/endpoints/send.schema.d.ts +3 -0
  412. package/types/src/email/models/email.schema.d.ts +6 -6
  413. package/types/src/emailTemplates/endpoints/create.d.ts +8 -8
  414. package/types/src/emailTemplates/endpoints/get.d.ts +8 -8
  415. package/types/src/emailTemplates/endpoints/index.d.ts +40 -40
  416. package/types/src/emailTemplates/endpoints/list.d.ts +16 -16
  417. package/types/src/emailTemplates/endpoints/patch.d.ts +8 -8
  418. package/types/src/emailTemplates/models/emailTemplate.schema.d.ts +16 -16
  419. package/types/src/emailThreads/endpoints/get.d.ts +4 -4
  420. package/types/src/emailThreads/endpoints/index.d.ts +16 -16
  421. package/types/src/emailThreads/endpoints/list.d.ts +8 -8
  422. package/types/src/emailThreads/endpoints/patch.d.ts +4 -4
  423. package/types/src/emailThreads/models/emailThreads.schema.d.ts +4 -4
  424. package/types/src/engineFields/endpoints/create.d.ts +2 -2
  425. package/types/src/engineFields/endpoints/get.d.ts +2 -2
  426. package/types/src/engineFields/endpoints/index.d.ts +10 -10
  427. package/types/src/engineFields/endpoints/list.d.ts +4 -4
  428. package/types/src/engineFields/endpoints/patch.d.ts +2 -2
  429. package/types/src/engineFields/models/engineField.schema.d.ts +2 -2
  430. package/types/src/engines/endpoints/create.d.ts +5 -2
  431. package/types/src/engines/endpoints/duplicate.d.ts +5 -2
  432. package/types/src/engines/endpoints/get.d.ts +5 -2
  433. package/types/src/engines/endpoints/index.d.ts +62 -32
  434. package/types/src/engines/endpoints/list.d.ts +9 -4
  435. package/types/src/engines/endpoints/patch.d.ts +10 -4
  436. package/types/src/engines/endpoints/patch.schema.d.ts +4 -1
  437. package/types/src/engines/endpoints/queueStats.d.ts +29 -19
  438. package/types/src/engines/endpoints/queueStats.schema.d.ts +19 -19
  439. package/types/src/engines/models/engine.d.ts +1 -0
  440. package/types/src/engines/models/engine.schema.d.ts +5 -2
  441. package/types/src/engines/models/engineQueueStatsItem.schema.d.ts +6 -0
  442. package/types/src/genericEngines/endpoints/get.d.ts +4 -4
  443. package/types/src/genericEngines/endpoints/get.schema.d.ts +2 -2
  444. package/types/src/genericEngines/endpoints/index.d.ts +12 -12
  445. package/types/src/genericEngines/endpoints/list.d.ts +8 -8
  446. package/types/src/genericEngines/endpoints/list.schema.d.ts +4 -4
  447. package/types/src/genericEngines/models/genericEngine.schema.d.ts +2 -2
  448. package/types/src/groups/endpoints/index.d.ts +4 -4
  449. package/types/src/groups/endpoints/list.d.ts +4 -4
  450. package/types/src/groups/models/group.schema.d.ts +2 -2
  451. package/types/src/hookInterfaces/endpoints/create.d.ts +67 -0
  452. package/types/src/hookInterfaces/endpoints/create.schema.d.ts +23 -0
  453. package/types/src/hookInterfaces/endpoints/delete.d.ts +7 -0
  454. package/types/src/hookInterfaces/endpoints/index.d.ts +243 -0
  455. package/types/src/hookInterfaces/endpoints/invoke.d.ts +10 -0
  456. package/types/src/hookInterfaces/endpoints/invoke.schema.d.ts +3 -0
  457. package/types/src/hookInterfaces/endpoints/list.d.ts +123 -0
  458. package/types/src/hookInterfaces/endpoints/list.schema.d.ts +26 -0
  459. package/types/src/hookInterfaces/endpoints/patch.d.ts +63 -0
  460. package/types/src/hookInterfaces/endpoints/patch.schema.d.ts +20 -0
  461. package/types/src/hookInterfaces/models/hookInterface.d.ts +12 -0
  462. package/types/src/hookInterfaces/models/hookInterface.schema.d.ts +32 -0
  463. package/types/src/hookInterfaces/models/index.d.ts +2 -0
  464. package/types/src/hookTemplates/endpoints/get.d.ts +528 -0
  465. package/types/src/hookTemplates/endpoints/index.d.ts +807 -29
  466. package/types/src/hookTemplates/endpoints/list.d.ts +280 -29
  467. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +188 -19
  468. package/types/src/hooks/endpoints/cancelRun.d.ts +14 -0
  469. package/types/src/hooks/endpoints/cancelRun.schema.d.ts +8 -0
  470. package/types/src/hooks/endpoints/create.d.ts +238 -47
  471. package/types/src/hooks/endpoints/create.schema.d.ts +92 -40
  472. package/types/src/hooks/endpoints/createFromTemplate.d.ts +508 -0
  473. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +20 -0
  474. package/types/src/hooks/endpoints/get.d.ts +184 -26
  475. package/types/src/hooks/endpoints/index.d.ts +3052 -1412
  476. package/types/src/hooks/endpoints/list.d.ts +285 -42
  477. package/types/src/hooks/endpoints/list.schema.d.ts +3 -0
  478. package/types/src/hooks/endpoints/patch.d.ts +370 -51
  479. package/types/src/hooks/endpoints/patch.schema.d.ts +182 -24
  480. package/types/src/hooks/endpoints/runLogs.d.ts +59 -0
  481. package/types/src/hooks/endpoints/runs.d.ts +579 -0
  482. package/types/src/hooks/endpoints/runs.schema.d.ts +543 -0
  483. package/types/src/hooks/endpoints/test.d.ts +20 -15
  484. package/types/src/hooks/endpoints/test.schema.d.ts +20 -15
  485. package/types/src/hooks/models/hook.d.ts +10 -6
  486. package/types/src/hooks/models/hook.schema.d.ts +670 -32
  487. package/types/src/hooks/models/hookConfig.d.ts +16 -8
  488. package/types/src/hooks/models/hookConfig.schema.d.ts +59 -7
  489. package/types/src/hooks/models/hookUtils.d.ts +4 -3
  490. package/types/src/hooks/models/hookUtils.schema.d.ts +4 -3
  491. package/types/src/hooks/models/run.d.ts +53 -0
  492. package/types/src/hooks/models/run.schema.d.ts +301 -0
  493. package/types/src/hooks/models/runLog.d.ts +7 -0
  494. package/types/src/hooks/models/runLog.schema.d.ts +15 -0
  495. package/types/src/inboxes/endpoints/create.d.ts +2 -2
  496. package/types/src/inboxes/endpoints/get.d.ts +2 -2
  497. package/types/src/inboxes/endpoints/index.d.ts +10 -10
  498. package/types/src/inboxes/endpoints/list.d.ts +4 -4
  499. package/types/src/inboxes/endpoints/patch.d.ts +2 -2
  500. package/types/src/inboxes/models/inbox.schema.d.ts +2 -2
  501. package/types/src/internal/endpoints/generateRejectionEmail.d.ts +2 -2
  502. package/types/src/internal/endpoints/generateRejectionEmail.schema.d.ts +2 -2
  503. package/types/src/internal/endpoints/index.d.ts +4530 -2304
  504. package/types/src/internal/endpoints/logs.d.ts +34 -0
  505. package/types/src/internal/endpoints/logs.schema.d.ts +20 -0
  506. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +676 -350
  507. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +674 -348
  508. package/types/src/internal/endpoints/rules/suggestRule.d.ts +537 -255
  509. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +574 -298
  510. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +520 -238
  511. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +520 -238
  512. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +521 -332
  513. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +520 -390
  514. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +787 -541
  515. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +784 -539
  516. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +482 -194
  517. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +482 -194
  518. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +494 -200
  519. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +492 -199
  520. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +482 -194
  521. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +482 -194
  522. package/types/src/labels/endpoints/create.d.ts +14 -7
  523. package/types/src/labels/endpoints/create.schema.d.ts +7 -2
  524. package/types/src/labels/endpoints/index.d.ts +33 -12
  525. package/types/src/labels/endpoints/list.d.ts +9 -4
  526. package/types/src/labels/endpoints/patch.d.ts +14 -7
  527. package/types/src/labels/endpoints/patch.schema.d.ts +7 -2
  528. package/types/src/labels/models/label.d.ts +1 -0
  529. package/types/src/labels/models/label.schema.d.ts +5 -2
  530. package/types/src/memberships/endpoints/create.d.ts +5 -5
  531. package/types/src/memberships/endpoints/index.d.ts +4 -4
  532. package/types/src/memberships/models/membership.schema.d.ts +2 -2
  533. package/types/src/organization/endpoints/create.d.ts +15 -15
  534. package/types/src/organization/endpoints/create.schema.d.ts +15 -15
  535. package/types/src/organization/endpoints/get.d.ts +11 -11
  536. package/types/src/organization/endpoints/index.d.ts +85 -85
  537. package/types/src/organization/endpoints/list.d.ts +15 -15
  538. package/types/src/organization/endpoints/patch.d.ts +20 -20
  539. package/types/src/organization/models/organization.schema.d.ts +11 -11
  540. package/types/src/organizationGroups/endpoints/index.d.ts +36 -36
  541. package/types/src/organizationGroups/endpoints/organizations.d.ts +4 -4
  542. package/types/src/organizationGroups/endpoints/queues.d.ts +4 -4
  543. package/types/src/organizationGroups/endpoints/workspaces.d.ts +4 -4
  544. package/types/src/organizationGroups/models/organizationGroupOrganization.schema.d.ts +2 -2
  545. package/types/src/organizationGroups/models/organizationGroupQueue.schema.d.ts +2 -2
  546. package/types/src/organizationGroups/models/organizationGroupWorkspace.schema.d.ts +2 -2
  547. package/types/src/pages/endpoints/index.d.ts +14 -14
  548. package/types/src/pages/endpoints/list.d.ts +14 -14
  549. package/types/src/pages/endpoints/list.schema.d.ts +2 -2
  550. package/types/src/pages/models/page.schema.d.ts +6 -6
  551. package/types/src/queues/endpoints/automation.d.ts +4 -4
  552. package/types/src/queues/endpoints/automation.schema.d.ts +4 -4
  553. package/types/src/queues/endpoints/create.d.ts +13 -13
  554. package/types/src/queues/endpoints/createFromTemplate.d.ts +13 -13
  555. package/types/src/queues/endpoints/duplicate.d.ts +13 -13
  556. package/types/src/queues/endpoints/get.d.ts +13 -13
  557. package/types/src/queues/endpoints/index.d.ts +112 -111
  558. package/types/src/queues/endpoints/list.d.ts +24 -24
  559. package/types/src/queues/endpoints/list.schema.d.ts +4 -4
  560. package/types/src/queues/endpoints/patch.d.ts +22 -22
  561. package/types/src/queues/endpoints/patch.schema.d.ts +9 -9
  562. package/types/src/queues/endpoints/upload.d.ts +8 -8
  563. package/types/src/queues/endpoints/upload.schema.d.ts +8 -8
  564. package/types/src/queues/models/automation.schema.d.ts +2 -2
  565. package/types/src/queues/models/queue.schema.d.ts +13 -13
  566. package/types/src/queues/models/queueSettings.schema.d.ts +7 -7
  567. package/types/src/relations/endpoints/create.d.ts +6 -6
  568. package/types/src/relations/endpoints/get.d.ts +6 -6
  569. package/types/src/relations/endpoints/index.d.ts +30 -30
  570. package/types/src/relations/endpoints/list.d.ts +12 -12
  571. package/types/src/relations/endpoints/patch.d.ts +6 -6
  572. package/types/src/relations/models/relations.schema.d.ts +14 -14
  573. package/types/src/rule-templates/endpoints/create.d.ts +58 -70
  574. package/types/src/rule-templates/endpoints/create.schema.d.ts +26 -32
  575. package/types/src/rule-templates/endpoints/get.d.ts +32 -38
  576. package/types/src/rule-templates/endpoints/index.d.ts +198 -234
  577. package/types/src/rule-templates/endpoints/list.d.ts +50 -56
  578. package/types/src/rule-templates/endpoints/patch.d.ts +58 -70
  579. package/types/src/rule-templates/endpoints/patch.schema.d.ts +26 -32
  580. package/types/src/rule-templates/models/ruleTemplate.d.ts +1 -1
  581. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +32 -38
  582. package/types/src/rules/endpoints/create.d.ts +58 -70
  583. package/types/src/rules/endpoints/create.schema.d.ts +26 -32
  584. package/types/src/rules/endpoints/get.d.ts +32 -38
  585. package/types/src/rules/endpoints/index.d.ts +198 -234
  586. package/types/src/rules/endpoints/list.d.ts +50 -56
  587. package/types/src/rules/endpoints/patch.d.ts +58 -70
  588. package/types/src/rules/endpoints/patch.schema.d.ts +26 -32
  589. package/types/src/rules/models/schemaRule.d.ts +4 -4
  590. package/types/src/rules/models/schemaRule.schema.d.ts +50 -59
  591. package/types/src/schemas/endpoints/create.d.ts +484 -196
  592. package/types/src/schemas/endpoints/get.d.ts +486 -198
  593. package/types/src/schemas/endpoints/get.schema.d.ts +2 -2
  594. package/types/src/schemas/endpoints/list.d.ts +588 -236
  595. package/types/src/schemas/endpoints/patch.d.ts +966 -390
  596. package/types/src/schemas/endpoints/patch.schema.d.ts +482 -194
  597. package/types/src/schemas/endpoints/validate.d.ts +1015 -407
  598. package/types/src/schemas/models/schema.schema.d.ts +484 -196
  599. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +44 -20
  600. package/types/src/schemas/models/schemaDatapointBase.d.ts +3 -1
  601. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +15 -9
  602. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +11 -5
  603. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +11 -5
  604. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +11 -5
  605. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +11 -5
  606. package/types/src/schemas/models/schemaItem.schema.d.ts +278 -118
  607. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +164 -68
  608. package/types/src/schemas/models/schemaSection.schema.d.ts +380 -156
  609. package/types/src/schemas/models/schemaTuple.schema.d.ts +70 -30
  610. package/types/src/shared/models/annotationListTable.d.ts +1 -1
  611. package/types/src/shared/models/annotationListTable.schema.d.ts +15 -15
  612. package/types/src/suggestedEdit/endpoints/get.d.ts +4 -4
  613. package/types/src/suggestedEdit/endpoints/index.d.ts +4 -4
  614. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +4 -4
  615. package/types/src/surveys/endpoints/fromTemplate.d.ts +2 -2
  616. package/types/src/surveys/endpoints/get.d.ts +2 -2
  617. package/types/src/surveys/endpoints/index.d.ts +10 -10
  618. package/types/src/surveys/endpoints/list.d.ts +4 -4
  619. package/types/src/surveys/endpoints/patch.d.ts +2 -2
  620. package/types/src/surveys/models/survey.schema.d.ts +2 -2
  621. package/types/src/tasks/endpoints/get.d.ts +4 -4
  622. package/types/src/tasks/endpoints/index.d.ts +4 -4
  623. package/types/src/tasks/models/asyncTask.schema.d.ts +4 -4
  624. package/types/src/triggers/endpoints/create.d.ts +4 -4
  625. package/types/src/triggers/endpoints/get.d.ts +4 -4
  626. package/types/src/triggers/endpoints/index.d.ts +109 -12
  627. package/types/src/triggers/endpoints/list.d.ts +104 -0
  628. package/types/src/triggers/endpoints/list.schema.d.ts +14 -0
  629. package/types/src/triggers/endpoints/patch.d.ts +4 -4
  630. package/types/src/triggers/models/trigger.schema.d.ts +4 -4
  631. package/types/src/uploads/endpoints/get.d.ts +4 -4
  632. package/types/src/uploads/endpoints/index.d.ts +4 -4
  633. package/types/src/uploads/models/upload.schema.d.ts +4 -4
  634. package/types/src/users/endpoints/create.d.ts +2 -2
  635. package/types/src/users/endpoints/get.d.ts +2 -2
  636. package/types/src/users/endpoints/index.d.ts +10 -10
  637. package/types/src/users/endpoints/list.d.ts +4 -4
  638. package/types/src/users/endpoints/patch.d.ts +2 -2
  639. package/types/src/users/models/user.schema.d.ts +2 -2
  640. package/types/src/utils/withFields.d.ts +9 -9
  641. package/types/src/utils/withSideload.d.ts +2 -2
  642. package/types/src/workflowActivities/endpoints/get.d.ts +4 -4
  643. package/types/src/workflowActivities/endpoints/index.d.ts +13 -13
  644. package/types/src/workflowActivities/endpoints/list.d.ts +8 -8
  645. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +4 -4
  646. package/types/src/workflowRuns/endpoints/get.d.ts +4 -4
  647. package/types/src/workflowRuns/endpoints/index.d.ts +12 -12
  648. package/types/src/workflowRuns/endpoints/list.d.ts +8 -8
  649. package/types/src/workflowRuns/models/workflowRun.schema.d.ts +4 -4
  650. package/types/src/workflowSteps/endpoints/get.d.ts +2 -2
  651. package/types/src/workflowSteps/endpoints/index.d.ts +7 -7
  652. package/types/src/workflowSteps/endpoints/list.d.ts +4 -4
  653. package/types/src/workflowSteps/models/workflowStep.schema.d.ts +2 -2
  654. package/types/src/workflows/endpoints/get.d.ts +2 -2
  655. package/types/src/workflows/endpoints/index.d.ts +6 -6
  656. package/types/src/workflows/endpoints/list.d.ts +4 -4
  657. package/types/src/workflows/models/workflow.schema.d.ts +2 -2
  658. package/types/src/workspaces/endpoints/create.d.ts +2 -2
  659. package/types/src/workspaces/endpoints/get.d.ts +30 -0
  660. package/types/src/workspaces/endpoints/index.d.ts +37 -8
  661. package/types/src/workspaces/endpoints/list.d.ts +4 -4
  662. package/types/src/workspaces/endpoints/patch.d.ts +2 -2
  663. package/types/src/workspaces/models/workspace.schema.d.ts +2 -2
  664. package/src/authentication/models/authInfo.js.map +0 -1
  665. package/src/automationBlockers/models/automationBlocker.js +0 -3
  666. package/src/automationBlockers/models/automationBlocker.js.map +0 -1
  667. package/src/billing/models/billingHistory.js +0 -3
  668. package/src/billing/models/billingHistory.js.map +0 -1
  669. package/src/billing/models/billingStats.js +0 -3
  670. package/src/billing/models/billingStats.js.map +0 -1
  671. package/src/connectors/models/connector.js +0 -3
  672. package/src/connectors/models/connector.js.map +0 -1
  673. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +0 -3
  674. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +0 -1
  675. package/src/dedicatedEngines/models/dedicatedEngine.js +0 -3
  676. package/src/dedicatedEngines/models/dedicatedEngine.js.map +0 -1
  677. package/src/deleteRecommendations/models/deleteRecommendation.js +0 -3
  678. package/src/deleteRecommendations/models/deleteRecommendation.js.map +0 -1
  679. package/src/deleteRecommendations/models/index.js.map +0 -1
  680. package/src/email/models/email.js +0 -3
  681. package/src/email/models/email.js.map +0 -1
  682. package/src/emailTemplatesStats/models/emailTemplateStats.js +0 -3
  683. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +0 -1
  684. package/src/emailTemplatesStats/models/index.js +0 -18
  685. package/src/emailTemplatesStats/models/index.js.map +0 -1
  686. package/src/emailThreads/models/emailThreads.js +0 -3
  687. package/src/emailThreads/models/emailThreads.js.map +0 -1
  688. package/src/genericEngines/models/genericEngine.js +0 -3
  689. package/src/genericEngines/models/genericEngine.js.map +0 -1
  690. package/src/groups/models/group.js +0 -3
  691. package/src/groups/models/group.js.map +0 -1
  692. package/src/groups/models/index.js +0 -18
  693. package/src/groups/models/index.js.map +0 -1
  694. package/src/hookTemplates/models/hookTemplate.js +0 -3
  695. package/src/hookTemplates/models/hookTemplate.js.map +0 -1
  696. package/src/hooks/endpoints/logs.js +0 -15
  697. package/src/hooks/endpoints/logs.js.map +0 -1
  698. package/src/hooks/endpoints/logs.schema.js +0 -22
  699. package/src/hooks/endpoints/logs.schema.js.map +0 -1
  700. package/src/hooks/models/log.js +0 -3
  701. package/src/hooks/models/log.js.map +0 -1
  702. package/src/hooks/models/log.schema.js +0 -56
  703. package/src/hooks/models/log.schema.js.map +0 -1
  704. package/src/inboxes/models/index.js +0 -18
  705. package/src/inboxes/models/index.js.map +0 -1
  706. package/src/memberships/models/index.js +0 -18
  707. package/src/memberships/models/index.js.map +0 -1
  708. package/src/memberships/models/membership.js +0 -3
  709. package/src/memberships/models/membership.js.map +0 -1
  710. package/src/organization/models/emailLimits.js +0 -3
  711. package/src/organization/models/emailLimits.js.map +0 -1
  712. package/src/organization/models/limits.js +0 -3
  713. package/src/organization/models/limits.js.map +0 -1
  714. package/src/organizationGroups/models/organizationGroupOrganization.js +0 -3
  715. package/src/organizationGroups/models/organizationGroupOrganization.js.map +0 -1
  716. package/src/organizationGroups/models/organizationGroupQueue.js +0 -3
  717. package/src/organizationGroups/models/organizationGroupQueue.js.map +0 -1
  718. package/src/organizationGroups/models/organizationGroupWorkspace.js +0 -3
  719. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +0 -1
  720. package/src/queues/models/index.js +0 -28
  721. package/src/queues/models/index.js.map +0 -1
  722. package/src/queues/models/relatedObjectsCounts.js +0 -3
  723. package/src/queues/models/relatedObjectsCounts.js.map +0 -1
  724. package/src/schemas/models/index.js +0 -47
  725. package/src/schemas/models/index.js.map +0 -1
  726. package/src/schemas/models/list.js +0 -3
  727. package/src/schemas/models/list.js.map +0 -1
  728. package/src/schemas/models/list.schema.js +0 -23
  729. package/src/schemas/models/list.schema.js.map +0 -1
  730. package/src/suggestedEdit/models/suggestedDocument.js +0 -3
  731. package/src/suggestedEdit/models/suggestedDocument.js.map +0 -1
  732. package/src/suggestedEdit/models/suggestedEdit.js +0 -3
  733. package/src/suggestedEdit/models/suggestedEdit.js.map +0 -1
  734. package/src/surveys/models/index.js +0 -21
  735. package/src/surveys/models/index.js.map +0 -1
  736. package/src/surveys/models/question.js +0 -3
  737. package/src/surveys/models/question.js.map +0 -1
  738. package/src/surveys/models/survey.js +0 -3
  739. package/src/surveys/models/survey.js.map +0 -1
  740. package/src/surveys/models/surveyTemplate.js +0 -3
  741. package/src/surveys/models/surveyTemplate.js.map +0 -1
  742. package/src/tasks/models/asyncTask.js +0 -3
  743. package/src/tasks/models/asyncTask.js.map +0 -1
  744. package/src/uploads/models/upload.js +0 -3
  745. package/src/uploads/models/upload.js.map +0 -1
  746. package/src/users/models/resetPassword.js +0 -3
  747. package/src/users/models/resetPassword.js.map +0 -1
  748. package/src/workflowActivities/models/index.js +0 -18
  749. package/src/workflowActivities/models/index.js.map +0 -1
  750. package/src/workflowSteps/models/index.js +0 -18
  751. package/src/workflowSteps/models/index.js.map +0 -1
  752. package/src/workflows/models/index.js +0 -18
  753. package/src/workflows/models/index.js.map +0 -1
  754. package/src/workspaces/models/index.js +0 -18
  755. package/src/workspaces/models/index.js.map +0 -1
  756. package/types/src/authentication/models/authInfo.d.ts +0 -4
  757. package/types/src/automationBlockers/models/automationBlocker.d.ts +0 -31
  758. package/types/src/billing/models/billingHistory.d.ts +0 -40
  759. package/types/src/billing/models/billingStats.d.ts +0 -21
  760. package/types/src/connectors/models/connector.d.ts +0 -15
  761. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +0 -31
  762. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +0 -10
  763. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +0 -10
  764. package/types/src/deleteRecommendations/models/index.d.ts +0 -1
  765. package/types/src/email/models/email.d.ts +0 -39
  766. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +0 -6
  767. package/types/src/emailTemplatesStats/models/index.d.ts +0 -1
  768. package/types/src/emailThreads/models/emailThreads.d.ts +0 -32
  769. package/types/src/genericEngines/models/genericEngine.d.ts +0 -9
  770. package/types/src/groups/models/group.d.ts +0 -7
  771. package/types/src/groups/models/index.d.ts +0 -1
  772. package/types/src/hookTemplates/models/hookTemplate.d.ts +0 -40
  773. package/types/src/hooks/endpoints/logs.d.ts +0 -411
  774. package/types/src/hooks/endpoints/logs.schema.d.ts +0 -390
  775. package/types/src/hooks/models/log.d.ts +0 -42
  776. package/types/src/hooks/models/log.schema.d.ts +0 -210
  777. package/types/src/inboxes/models/index.d.ts +0 -1
  778. package/types/src/memberships/models/index.d.ts +0 -1
  779. package/types/src/memberships/models/membership.d.ts +0 -9
  780. package/types/src/organization/models/emailLimits.d.ts +0 -10
  781. package/types/src/organization/models/limits.d.ts +0 -4
  782. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +0 -6
  783. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +0 -8
  784. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +0 -7
  785. package/types/src/queues/models/index.d.ts +0 -11
  786. package/types/src/queues/models/relatedObjectsCounts.d.ts +0 -5
  787. package/types/src/schemas/models/index.d.ts +0 -30
  788. package/types/src/schemas/models/list.d.ts +0 -18
  789. package/types/src/schemas/models/list.schema.d.ts +0 -66
  790. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +0 -9
  791. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +0 -8
  792. package/types/src/surveys/models/index.d.ts +0 -4
  793. package/types/src/surveys/models/question.d.ts +0 -6
  794. package/types/src/surveys/models/survey.d.ts +0 -13
  795. package/types/src/surveys/models/surveyTemplate.d.ts +0 -6
  796. package/types/src/tasks/models/asyncTask.d.ts +0 -17
  797. package/types/src/uploads/models/upload.d.ts +0 -13
  798. package/types/src/users/models/resetPassword.d.ts +0 -3
  799. package/types/src/workflowActivities/models/index.d.ts +0 -1
  800. package/types/src/workflowSteps/models/index.d.ts +0 -1
  801. package/types/src/workflows/models/index.d.ts +0 -1
  802. package/types/src/workspaces/models/index.d.ts +0 -1
@@ -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">]>]>;
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" | "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" | "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" | "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,7 +1842,7 @@ 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" | "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>>;
@@ -1880,7 +1912,7 @@ export declare const list: (query?: AnnotationListQuery) => {
1880
1912
  width: number;
1881
1913
  columnType: "meta";
1882
1914
  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";
1915
+ metaName: "status" | "assignees" | "queue" | "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
1916
  })[];
1885
1917
  } | undefined;
1886
1918
  uploadValues?: unknown;
@@ -1950,7 +1982,7 @@ export declare const list: (query?: AnnotationListQuery) => {
1950
1982
  width: number;
1951
1983
  columnType: "meta";
1952
1984
  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";
1985
+ metaName: "status" | "assignees" | "queue" | "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
1986
  })[];
1955
1987
  } | undefined;
1956
1988
  uploadValues?: unknown;
@@ -1966,10 +1998,10 @@ export declare const list: (query?: AnnotationListQuery) => {
1966
1998
  deleteAfter: import("zod").ZodNullable<import("zod").ZodString>;
1967
1999
  }, "strip", import("zod").ZodTypeAny, {
1968
2000
  status: string;
1969
- id: number;
1970
- schema: string;
1971
2001
  url: string;
1972
2002
  sessionTimeout: string;
2003
+ id: number;
2004
+ schema: string;
1973
2005
  name: string;
1974
2006
  workflows: Record<string, string | number>[];
1975
2007
  workspace: string | null;
@@ -2052,7 +2084,7 @@ export declare const list: (query?: AnnotationListQuery) => {
2052
2084
  width: number;
2053
2085
  columnType: "meta";
2054
2086
  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";
2087
+ metaName: "status" | "assignees" | "queue" | "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
2088
  })[];
2057
2089
  } | undefined;
2058
2090
  uploadValues?: unknown;
@@ -2067,10 +2099,10 @@ export declare const list: (query?: AnnotationListQuery) => {
2067
2099
  metadata?: unknown;
2068
2100
  }, {
2069
2101
  status: string;
2070
- id: number;
2071
- schema: string;
2072
2102
  url: string;
2073
2103
  sessionTimeout: string;
2104
+ id: number;
2105
+ schema: string;
2074
2106
  name: string;
2075
2107
  workflows: Record<string, string | number>[];
2076
2108
  workspace: string | null;
@@ -2153,7 +2185,7 @@ export declare const list: (query?: AnnotationListQuery) => {
2153
2185
  width: number;
2154
2186
  columnType: "meta";
2155
2187
  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";
2188
+ metaName: "status" | "assignees" | "queue" | "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
2189
  })[];
2158
2190
  } | undefined;
2159
2191
  uploadValues?: unknown;
@@ -2189,8 +2221,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2189
2221
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2190
2222
  }, "strip", import("zod").ZodTypeAny, {
2191
2223
  deleted: boolean;
2192
- id: number;
2193
2224
  url: string;
2225
+ id: number;
2194
2226
  organization: string;
2195
2227
  queues: string[];
2196
2228
  lastName: string;
@@ -2209,8 +2241,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2209
2241
  oidcId?: string | null | undefined;
2210
2242
  }, {
2211
2243
  deleted: boolean;
2212
- id: number;
2213
2244
  url: string;
2245
+ id: number;
2214
2246
  organization: string;
2215
2247
  queues: string[];
2216
2248
  lastName: string;
@@ -2250,8 +2282,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2250
2282
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2251
2283
  }, "strip", import("zod").ZodTypeAny, {
2252
2284
  deleted: boolean;
2253
- id: number;
2254
2285
  url: string;
2286
+ id: number;
2255
2287
  organization: string;
2256
2288
  queues: string[];
2257
2289
  lastName: string;
@@ -2270,8 +2302,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2270
2302
  oidcId?: string | null | undefined;
2271
2303
  }, {
2272
2304
  deleted: boolean;
2273
- id: number;
2274
2305
  url: string;
2306
+ id: number;
2275
2307
  organization: string;
2276
2308
  queues: string[];
2277
2309
  lastName: string;
@@ -2311,8 +2343,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2311
2343
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2312
2344
  }, "strip", import("zod").ZodTypeAny, {
2313
2345
  deleted: boolean;
2314
- id: number;
2315
2346
  url: string;
2347
+ id: number;
2316
2348
  organization: string;
2317
2349
  queues: string[];
2318
2350
  lastName: string;
@@ -2331,8 +2363,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2331
2363
  oidcId?: string | null | undefined;
2332
2364
  }, {
2333
2365
  deleted: boolean;
2334
- id: number;
2335
2366
  url: string;
2367
+ id: number;
2336
2368
  organization: string;
2337
2369
  queues: string[];
2338
2370
  lastName: string;
@@ -2372,8 +2404,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2372
2404
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2373
2405
  }, "strip", import("zod").ZodTypeAny, {
2374
2406
  deleted: boolean;
2375
- id: number;
2376
2407
  url: string;
2408
+ id: number;
2377
2409
  organization: string;
2378
2410
  queues: string[];
2379
2411
  lastName: string;
@@ -2392,8 +2424,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2392
2424
  oidcId?: string | null | undefined;
2393
2425
  }, {
2394
2426
  deleted: boolean;
2395
- id: number;
2396
2427
  url: string;
2428
+ id: number;
2397
2429
  organization: string;
2398
2430
  queues: string[];
2399
2431
  lastName: string;
@@ -2420,16 +2452,16 @@ export declare const list: (query?: AnnotationListQuery) => {
2420
2452
  queues: import("zod").ZodArray<import("zod").ZodString, "many">;
2421
2453
  metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
2422
2454
  }, "strip", import("zod").ZodTypeAny, {
2423
- id: number;
2424
2455
  url: string;
2456
+ id: number;
2425
2457
  organization: string;
2426
2458
  name: string;
2427
2459
  queues: string[];
2428
2460
  autopilot: boolean;
2429
2461
  metadata?: unknown;
2430
2462
  }, {
2431
- id: number;
2432
2463
  url: string;
2464
+ id: number;
2433
2465
  organization: string;
2434
2466
  name: string;
2435
2467
  queues: string[];
@@ -2439,8 +2471,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2439
2471
  }, "strip", import("zod").ZodTypeAny, {
2440
2472
  assignees: {
2441
2473
  deleted: boolean;
2442
- id: number;
2443
2474
  url: string;
2475
+ id: number;
2444
2476
  organization: string;
2445
2477
  queues: string[];
2446
2478
  lastName: string;
@@ -2459,8 +2491,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2459
2491
  oidcId?: string | null | undefined;
2460
2492
  }[];
2461
2493
  content: ({
2462
- id: number | null;
2463
2494
  url: string | null;
2495
+ id: number | null;
2464
2496
  schemaId: string | null;
2465
2497
  category: "datapoint" | null;
2466
2498
  content?: {
@@ -2482,14 +2514,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2482
2514
  validationSources?: string[] | null | undefined;
2483
2515
  timeSpent?: number | null | undefined;
2484
2516
  timeSpentOverall?: number | null | undefined;
2517
+ noRecalculation?: boolean | undefined;
2485
2518
  } | {
2486
- id: number | null;
2487
2519
  url: string | null;
2488
- schemaId: string | null;
2489
- category: "multivalue" | null;
2490
2520
  children: (({
2491
- id: number | null;
2492
2521
  url: string | null;
2522
+ id: number | null;
2493
2523
  schemaId: string | null;
2494
2524
  category: "datapoint" | null;
2495
2525
  content?: {
@@ -2511,14 +2541,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2511
2541
  validationSources?: string[] | null | undefined;
2512
2542
  timeSpent?: number | null | undefined;
2513
2543
  timeSpentOverall?: number | null | undefined;
2544
+ noRecalculation?: boolean | undefined;
2514
2545
  }[] | {
2515
- id: number | null;
2516
2546
  url: string | null;
2517
- schemaId: string;
2518
- category: "tuple" | null;
2519
2547
  children: ({
2520
- id: number | null;
2521
2548
  url: string | null;
2549
+ id: number | null;
2522
2550
  schemaId: string | null;
2523
2551
  category: "datapoint" | null;
2524
2552
  content?: {
@@ -2540,10 +2568,14 @@ export declare const list: (query?: AnnotationListQuery) => {
2540
2568
  validationSources?: string[] | null | undefined;
2541
2569
  timeSpent?: number | null | undefined;
2542
2570
  timeSpentOverall?: number | null | undefined;
2571
+ noRecalculation?: boolean | undefined;
2543
2572
  } | null)[];
2544
- }[]) & ({
2545
2573
  id: number | null;
2574
+ schemaId: string;
2575
+ category: "tuple" | null;
2576
+ }[]) & ({
2546
2577
  url: string | null;
2578
+ id: number | null;
2547
2579
  schemaId: string | null;
2548
2580
  category: "datapoint" | null;
2549
2581
  content?: {
@@ -2565,14 +2597,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2565
2597
  validationSources?: string[] | null | undefined;
2566
2598
  timeSpent?: number | null | undefined;
2567
2599
  timeSpentOverall?: number | null | undefined;
2600
+ noRecalculation?: boolean | undefined;
2568
2601
  }[] | {
2569
- id: number | null;
2570
2602
  url: string | null;
2571
- schemaId: string;
2572
- category: "tuple" | null;
2573
2603
  children: ({
2574
- id: number | null;
2575
2604
  url: string | null;
2605
+ id: number | null;
2576
2606
  schemaId: string | null;
2577
2607
  category: "datapoint" | null;
2578
2608
  content?: {
@@ -2594,8 +2624,15 @@ export declare const list: (query?: AnnotationListQuery) => {
2594
2624
  validationSources?: string[] | null | undefined;
2595
2625
  timeSpent?: number | null | undefined;
2596
2626
  timeSpentOverall?: number | null | undefined;
2627
+ noRecalculation?: boolean | undefined;
2597
2628
  } | null)[];
2629
+ id: number | null;
2630
+ schemaId: string;
2631
+ category: "tuple" | null;
2598
2632
  }[] | undefined)) | null;
2633
+ id: number | null;
2634
+ schemaId: string | null;
2635
+ category: "multivalue" | null;
2599
2636
  content?: {
2600
2637
  value?: string | null | undefined;
2601
2638
  normalizedValue?: string | null | undefined;
@@ -2636,43 +2673,44 @@ export declare const list: (query?: AnnotationListQuery) => {
2636
2673
  })[];
2637
2674
  relations: (({
2638
2675
  annotations: string[];
2639
- id: number;
2640
2676
  url: string;
2677
+ id: number;
2641
2678
  key: string | null;
2642
2679
  } & {
2643
2680
  type: "edit";
2644
2681
  parent: string;
2645
2682
  }) | ({
2646
2683
  annotations: string[];
2647
- id: number;
2648
2684
  url: string;
2685
+ id: number;
2649
2686
  key: string | null;
2650
2687
  } & {
2651
2688
  type: "duplicate";
2652
2689
  parent: string | null;
2653
2690
  }) | ({
2654
2691
  annotations: string[];
2655
- id: number;
2656
2692
  url: string;
2693
+ id: number;
2657
2694
  key: string | null;
2658
2695
  } & {
2659
2696
  type: "attachment";
2660
2697
  parent: string | null;
2661
2698
  }))[];
2662
2699
  labels: {
2663
- id: number;
2664
2700
  url: string;
2701
+ id: number;
2665
2702
  name: string;
2703
+ color?: string | null | undefined;
2666
2704
  }[];
2667
2705
  documents: {
2668
2706
  annotations: string[];
2707
+ url: string;
2708
+ originalFileName: string | null;
2669
2709
  content: string | null;
2670
2710
  id: number;
2671
2711
  creator: string | null;
2672
2712
  createdAt: string;
2673
- url: string;
2674
2713
  email: string | null;
2675
- originalFileName: string | null;
2676
2714
  s3Name: string | null;
2677
2715
  parent: string | null;
2678
2716
  mimeType: string;
@@ -2682,8 +2720,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2682
2720
  }[];
2683
2721
  modifiers: {
2684
2722
  deleted: boolean;
2685
- id: number;
2686
2723
  url: string;
2724
+ id: number;
2687
2725
  organization: string;
2688
2726
  queues: string[];
2689
2727
  lastName: string;
@@ -2703,24 +2741,24 @@ export declare const list: (query?: AnnotationListQuery) => {
2703
2741
  }[];
2704
2742
  childRelations: (({
2705
2743
  annotations: string[];
2706
- id: number;
2707
2744
  url: string;
2745
+ id: number;
2708
2746
  key: string | null;
2709
2747
  } & {
2710
2748
  type: "edit";
2711
2749
  parent: string;
2712
2750
  }) | ({
2713
2751
  annotations: string[];
2714
- id: number;
2715
2752
  url: string;
2753
+ id: number;
2716
2754
  key: string | null;
2717
2755
  } & {
2718
2756
  type: "duplicate";
2719
2757
  parent: string | null;
2720
2758
  }) | ({
2721
2759
  annotations: string[];
2722
- id: number;
2723
2760
  url: string;
2761
+ id: number;
2724
2762
  key: string | null;
2725
2763
  } & {
2726
2764
  type: "attachment";
@@ -2728,8 +2766,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2728
2766
  }))[];
2729
2767
  exportedBys: {
2730
2768
  deleted: boolean;
2731
- id: number;
2732
2769
  url: string;
2770
+ id: number;
2733
2771
  organization: string;
2734
2772
  queues: string[];
2735
2773
  lastName: string;
@@ -2749,8 +2787,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2749
2787
  }[];
2750
2788
  deletedBys: {
2751
2789
  deleted: boolean;
2752
- id: number;
2753
2790
  url: string;
2791
+ id: number;
2754
2792
  organization: string;
2755
2793
  queues: string[];
2756
2794
  lastName: string;
@@ -2770,8 +2808,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2770
2808
  }[];
2771
2809
  confirmedBys: {
2772
2810
  deleted: boolean;
2773
- id: number;
2774
2811
  url: string;
2812
+ id: number;
2775
2813
  organization: string;
2776
2814
  queues: string[];
2777
2815
  lastName: string;
@@ -2791,8 +2829,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2791
2829
  }[];
2792
2830
  rejectedBys: {
2793
2831
  deleted: boolean;
2794
- id: number;
2795
2832
  url: string;
2833
+ id: number;
2796
2834
  organization: string;
2797
2835
  queues: string[];
2798
2836
  lastName: string;
@@ -2811,8 +2849,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2811
2849
  oidcId?: string | null | undefined;
2812
2850
  }[];
2813
2851
  workspaces: {
2814
- id: number;
2815
2852
  url: string;
2853
+ id: number;
2816
2854
  organization: string;
2817
2855
  name: string;
2818
2856
  queues: string[];
@@ -2821,10 +2859,10 @@ export declare const list: (query?: AnnotationListQuery) => {
2821
2859
  }[];
2822
2860
  queues: {
2823
2861
  status: string;
2824
- id: number;
2825
- schema: string;
2826
2862
  url: string;
2827
2863
  sessionTimeout: string;
2864
+ id: number;
2865
+ schema: string;
2828
2866
  name: string;
2829
2867
  workflows: Record<string, string | number>[];
2830
2868
  workspace: string | null;
@@ -2907,7 +2945,7 @@ export declare const list: (query?: AnnotationListQuery) => {
2907
2945
  width: number;
2908
2946
  columnType: "meta";
2909
2947
  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";
2948
+ metaName: "status" | "assignees" | "queue" | "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
2949
  })[];
2912
2950
  } | undefined;
2913
2951
  uploadValues?: unknown;
@@ -2924,8 +2962,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2924
2962
  }, {
2925
2963
  assignees: {
2926
2964
  deleted: boolean;
2927
- id: number;
2928
2965
  url: string;
2966
+ id: number;
2929
2967
  organization: string;
2930
2968
  queues: string[];
2931
2969
  lastName: string;
@@ -2944,8 +2982,8 @@ export declare const list: (query?: AnnotationListQuery) => {
2944
2982
  oidcId?: string | null | undefined;
2945
2983
  }[];
2946
2984
  content: ({
2947
- id: number | null;
2948
2985
  url: string | null;
2986
+ id: number | null;
2949
2987
  schemaId: string | null;
2950
2988
  category: "datapoint" | null;
2951
2989
  content?: {
@@ -2967,14 +3005,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2967
3005
  validationSources?: string[] | null | undefined;
2968
3006
  timeSpent?: number | null | undefined;
2969
3007
  timeSpentOverall?: number | null | undefined;
3008
+ noRecalculation?: boolean | undefined;
2970
3009
  } | {
2971
- id: number | null;
2972
3010
  url: string | null;
2973
- schemaId: string | null;
2974
- category: "multivalue" | null;
2975
3011
  children: (({
2976
- id: number | null;
2977
3012
  url: string | null;
3013
+ id: number | null;
2978
3014
  schemaId: string | null;
2979
3015
  category: "datapoint" | null;
2980
3016
  content?: {
@@ -2996,14 +3032,12 @@ export declare const list: (query?: AnnotationListQuery) => {
2996
3032
  validationSources?: string[] | null | undefined;
2997
3033
  timeSpent?: number | null | undefined;
2998
3034
  timeSpentOverall?: number | null | undefined;
3035
+ noRecalculation?: boolean | undefined;
2999
3036
  }[] | {
3000
- id: number | null;
3001
3037
  url: string | null;
3002
- schemaId: string;
3003
- category: "tuple" | null;
3004
3038
  children: ({
3005
- id: number | null;
3006
3039
  url: string | null;
3040
+ id: number | null;
3007
3041
  schemaId: string | null;
3008
3042
  category: "datapoint" | null;
3009
3043
  content?: {
@@ -3025,10 +3059,14 @@ export declare const list: (query?: AnnotationListQuery) => {
3025
3059
  validationSources?: string[] | null | undefined;
3026
3060
  timeSpent?: number | null | undefined;
3027
3061
  timeSpentOverall?: number | null | undefined;
3062
+ noRecalculation?: boolean | undefined;
3028
3063
  } | null)[];
3029
- }[]) & ({
3030
3064
  id: number | null;
3065
+ schemaId: string;
3066
+ category: "tuple" | null;
3067
+ }[]) & ({
3031
3068
  url: string | null;
3069
+ id: number | null;
3032
3070
  schemaId: string | null;
3033
3071
  category: "datapoint" | null;
3034
3072
  content?: {
@@ -3050,14 +3088,12 @@ export declare const list: (query?: AnnotationListQuery) => {
3050
3088
  validationSources?: string[] | null | undefined;
3051
3089
  timeSpent?: number | null | undefined;
3052
3090
  timeSpentOverall?: number | null | undefined;
3091
+ noRecalculation?: boolean | undefined;
3053
3092
  }[] | {
3054
- id: number | null;
3055
3093
  url: string | null;
3056
- schemaId: string;
3057
- category: "tuple" | null;
3058
3094
  children: ({
3059
- id: number | null;
3060
3095
  url: string | null;
3096
+ id: number | null;
3061
3097
  schemaId: string | null;
3062
3098
  category: "datapoint" | null;
3063
3099
  content?: {
@@ -3079,8 +3115,15 @@ export declare const list: (query?: AnnotationListQuery) => {
3079
3115
  validationSources?: string[] | null | undefined;
3080
3116
  timeSpent?: number | null | undefined;
3081
3117
  timeSpentOverall?: number | null | undefined;
3118
+ noRecalculation?: boolean | undefined;
3082
3119
  } | null)[];
3120
+ id: number | null;
3121
+ schemaId: string;
3122
+ category: "tuple" | null;
3083
3123
  }[] | undefined)) | null;
3124
+ id: number | null;
3125
+ schemaId: string | null;
3126
+ category: "multivalue" | null;
3084
3127
  content?: {
3085
3128
  value?: string | null | undefined;
3086
3129
  normalizedValue?: string | null | undefined;
@@ -3121,43 +3164,44 @@ export declare const list: (query?: AnnotationListQuery) => {
3121
3164
  })[];
3122
3165
  relations: (({
3123
3166
  annotations: string[];
3124
- id: number;
3125
3167
  url: string;
3168
+ id: number;
3126
3169
  key: string | null;
3127
3170
  } & {
3128
3171
  type: "edit";
3129
3172
  parent: string;
3130
3173
  }) | ({
3131
3174
  annotations: string[];
3132
- id: number;
3133
3175
  url: string;
3176
+ id: number;
3134
3177
  key: string | null;
3135
3178
  } & {
3136
3179
  type: "duplicate";
3137
3180
  parent: string | null;
3138
3181
  }) | ({
3139
3182
  annotations: string[];
3140
- id: number;
3141
3183
  url: string;
3184
+ id: number;
3142
3185
  key: string | null;
3143
3186
  } & {
3144
3187
  type: "attachment";
3145
3188
  parent: string | null;
3146
3189
  }))[];
3147
3190
  labels: {
3148
- id: number;
3149
3191
  url: string;
3192
+ id: number;
3150
3193
  name: string;
3194
+ color?: string | null | undefined;
3151
3195
  }[];
3152
3196
  documents: {
3153
3197
  annotations: string[];
3198
+ url: string;
3199
+ originalFileName: string | null;
3154
3200
  content: string | null;
3155
3201
  id: number;
3156
3202
  creator: string | null;
3157
3203
  createdAt: string;
3158
- url: string;
3159
3204
  email: string | null;
3160
- originalFileName: string | null;
3161
3205
  s3Name: string | null;
3162
3206
  parent: string | null;
3163
3207
  mimeType: string;
@@ -3167,8 +3211,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3167
3211
  }[];
3168
3212
  modifiers: {
3169
3213
  deleted: boolean;
3170
- id: number;
3171
3214
  url: string;
3215
+ id: number;
3172
3216
  organization: string;
3173
3217
  queues: string[];
3174
3218
  lastName: string;
@@ -3188,24 +3232,24 @@ export declare const list: (query?: AnnotationListQuery) => {
3188
3232
  }[];
3189
3233
  childRelations: (({
3190
3234
  annotations: string[];
3191
- id: number;
3192
3235
  url: string;
3236
+ id: number;
3193
3237
  key: string | null;
3194
3238
  } & {
3195
3239
  type: "edit";
3196
3240
  parent: string;
3197
3241
  }) | ({
3198
3242
  annotations: string[];
3199
- id: number;
3200
3243
  url: string;
3244
+ id: number;
3201
3245
  key: string | null;
3202
3246
  } & {
3203
3247
  type: "duplicate";
3204
3248
  parent: string | null;
3205
3249
  }) | ({
3206
3250
  annotations: string[];
3207
- id: number;
3208
3251
  url: string;
3252
+ id: number;
3209
3253
  key: string | null;
3210
3254
  } & {
3211
3255
  type: "attachment";
@@ -3213,8 +3257,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3213
3257
  }))[];
3214
3258
  exportedBys: {
3215
3259
  deleted: boolean;
3216
- id: number;
3217
3260
  url: string;
3261
+ id: number;
3218
3262
  organization: string;
3219
3263
  queues: string[];
3220
3264
  lastName: string;
@@ -3234,8 +3278,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3234
3278
  }[];
3235
3279
  deletedBys: {
3236
3280
  deleted: boolean;
3237
- id: number;
3238
3281
  url: string;
3282
+ id: number;
3239
3283
  organization: string;
3240
3284
  queues: string[];
3241
3285
  lastName: string;
@@ -3255,8 +3299,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3255
3299
  }[];
3256
3300
  confirmedBys: {
3257
3301
  deleted: boolean;
3258
- id: number;
3259
3302
  url: string;
3303
+ id: number;
3260
3304
  organization: string;
3261
3305
  queues: string[];
3262
3306
  lastName: string;
@@ -3276,8 +3320,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3276
3320
  }[];
3277
3321
  rejectedBys: {
3278
3322
  deleted: boolean;
3279
- id: number;
3280
3323
  url: string;
3324
+ id: number;
3281
3325
  organization: string;
3282
3326
  queues: string[];
3283
3327
  lastName: string;
@@ -3296,8 +3340,8 @@ export declare const list: (query?: AnnotationListQuery) => {
3296
3340
  oidcId?: string | null | undefined;
3297
3341
  }[];
3298
3342
  workspaces: {
3299
- id: number;
3300
3343
  url: string;
3344
+ id: number;
3301
3345
  organization: string;
3302
3346
  name: string;
3303
3347
  queues: string[];
@@ -3306,10 +3350,10 @@ export declare const list: (query?: AnnotationListQuery) => {
3306
3350
  }[];
3307
3351
  queues: {
3308
3352
  status: string;
3309
- id: number;
3310
- schema: string;
3311
3353
  url: string;
3312
3354
  sessionTimeout: string;
3355
+ id: number;
3356
+ schema: string;
3313
3357
  name: string;
3314
3358
  workflows: Record<string, string | number>[];
3315
3359
  workspace: string | null;
@@ -3392,7 +3436,7 @@ export declare const list: (query?: AnnotationListQuery) => {
3392
3436
  width: number;
3393
3437
  columnType: "meta";
3394
3438
  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";
3439
+ metaName: "status" | "assignees" | "queue" | "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
3440
  })[];
3397
3441
  } | undefined;
3398
3442
  uploadValues?: unknown;