@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 search: (query: AnnotationsSearchQuery | undefined, payload
43
43
  createdAt: import("zod").ZodString;
44
44
  modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
45
45
  confirmedAt: import("zod").ZodNullable<import("zod").ZodString>;
46
+ exportFailedAt: import("zod").ZodNullable<import("zod").ZodString>;
46
47
  exportedAt: import("zod").ZodNullable<import("zod").ZodString>;
47
48
  deletedAt: import("zod").ZodNullable<import("zod").ZodString>;
48
49
  rejectedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -104,6 +105,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
104
105
  timestamp?: string | undefined;
105
106
  } | null | undefined;
106
107
  }>, "many">>;
108
+ einvoice: import("zod").ZodBoolean;
107
109
  url: import("zod").ZodString;
108
110
  content: import("zod").ZodString;
109
111
  timeSpent: import("zod").ZodNullable<import("zod").ZodNumber>;
@@ -133,11 +135,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
133
135
  restrictedAccess: import("zod").ZodBoolean;
134
136
  }, "strip", import("zod").ZodTypeAny, {
135
137
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
136
- document: string;
137
138
  assignees: string[];
139
+ url: string;
140
+ queue: string;
141
+ document: string;
138
142
  content: string;
139
143
  id: number;
140
- queue: string;
141
144
  schema: string;
142
145
  relations: string[];
143
146
  pages: string[];
@@ -146,6 +149,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
146
149
  createdAt: string;
147
150
  modifiedAt: string | null;
148
151
  confirmedAt: string | null;
152
+ exportFailedAt: string | null;
149
153
  exportedAt: string | null;
150
154
  deletedAt: string | null;
151
155
  rejectedAt: string | null;
@@ -168,7 +172,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
168
172
  timestamp?: string | undefined;
169
173
  } | null | undefined;
170
174
  }[] | null;
171
- url: string;
175
+ einvoice: boolean;
172
176
  timeSpent: number | null;
173
177
  metadata: Record<string, unknown>;
174
178
  automated: boolean;
@@ -189,11 +193,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
189
193
  hasEmailThreadWithNewReplies?: boolean | undefined;
190
194
  }, {
191
195
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
192
- document: string;
193
196
  assignees: string[];
197
+ url: string;
198
+ queue: string;
199
+ document: string;
194
200
  content: string;
195
201
  id: number;
196
- queue: string;
197
202
  schema: string;
198
203
  relations: string[];
199
204
  pages: string[];
@@ -202,6 +207,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
202
207
  createdAt: string;
203
208
  modifiedAt: string | null;
204
209
  confirmedAt: string | null;
210
+ exportFailedAt: string | null;
205
211
  exportedAt: string | null;
206
212
  deletedAt: string | null;
207
213
  rejectedAt: string | null;
@@ -224,7 +230,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
224
230
  timestamp?: string | undefined;
225
231
  } | null | undefined;
226
232
  }[] | null;
227
- url: string;
233
+ einvoice: boolean;
228
234
  timeSpent: number | null;
229
235
  metadata: Record<string, unknown>;
230
236
  automated: boolean;
@@ -247,11 +253,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
247
253
  }, "strip", import("zod").ZodTypeAny, {
248
254
  results: {
249
255
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
250
- document: string;
251
256
  assignees: string[];
257
+ url: string;
258
+ queue: string;
259
+ document: string;
252
260
  content: string;
253
261
  id: number;
254
- queue: string;
255
262
  schema: string;
256
263
  relations: string[];
257
264
  pages: string[];
@@ -260,6 +267,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
260
267
  createdAt: string;
261
268
  modifiedAt: string | null;
262
269
  confirmedAt: string | null;
270
+ exportFailedAt: string | null;
263
271
  exportedAt: string | null;
264
272
  deletedAt: string | null;
265
273
  rejectedAt: string | null;
@@ -282,7 +290,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
282
290
  timestamp?: string | undefined;
283
291
  } | null | undefined;
284
292
  }[] | null;
285
- url: string;
293
+ einvoice: boolean;
286
294
  timeSpent: number | null;
287
295
  metadata: Record<string, unknown>;
288
296
  automated: boolean;
@@ -311,11 +319,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
311
319
  }, {
312
320
  results: {
313
321
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
314
- document: string;
315
322
  assignees: string[];
323
+ url: string;
324
+ queue: string;
325
+ document: string;
316
326
  content: string;
317
327
  id: number;
318
- queue: string;
319
328
  schema: string;
320
329
  relations: string[];
321
330
  pages: string[];
@@ -324,6 +333,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
324
333
  createdAt: string;
325
334
  modifiedAt: string | null;
326
335
  confirmedAt: string | null;
336
+ exportFailedAt: string | null;
327
337
  exportedAt: string | null;
328
338
  deletedAt: string | null;
329
339
  rejectedAt: string | null;
@@ -346,7 +356,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
346
356
  timestamp?: string | undefined;
347
357
  } | null | undefined;
348
358
  }[] | null;
349
- url: string;
359
+ einvoice: boolean;
350
360
  timeSpent: number | null;
351
361
  metadata: Record<string, unknown>;
352
362
  automated: boolean;
@@ -434,13 +444,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
434
444
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
435
445
  }, "strip", import("zod").ZodTypeAny, {
436
446
  annotations: string[];
447
+ url: string;
448
+ originalFileName: string | null;
437
449
  content: string | null;
438
450
  id: number;
439
451
  creator: string | null;
440
452
  createdAt: string;
441
- url: string;
442
453
  email: string | null;
443
- originalFileName: string | null;
444
454
  s3Name: string | null;
445
455
  parent: string | null;
446
456
  mimeType: string;
@@ -449,13 +459,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
449
459
  metadata?: unknown;
450
460
  }, {
451
461
  annotations: string[];
462
+ url: string;
463
+ originalFileName: string | null;
452
464
  content: string | null;
453
465
  id: number;
454
466
  creator: string | null;
455
467
  createdAt: string;
456
- url: string;
457
468
  email: string | null;
458
- originalFileName: string | null;
459
469
  s3Name: string | null;
460
470
  parent: string | null;
461
471
  mimeType: string;
@@ -485,8 +495,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
485
495
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
486
496
  }, "strip", import("zod").ZodTypeAny, {
487
497
  deleted: boolean;
488
- id: number;
489
498
  url: string;
499
+ id: number;
490
500
  organization: string;
491
501
  queues: string[];
492
502
  lastName: string;
@@ -505,8 +515,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
505
515
  oidcId?: string | null | undefined;
506
516
  }, {
507
517
  deleted: boolean;
508
- id: number;
509
518
  url: string;
519
+ id: number;
510
520
  organization: string;
511
521
  queues: string[];
512
522
  lastName: string;
@@ -578,9 +588,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
578
588
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
579
589
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
580
590
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
591
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
581
592
  }, "strip", import("zod").ZodTypeAny, {
582
- id: number | null;
583
593
  url: string | null;
594
+ id: number | null;
584
595
  schemaId: string | null;
585
596
  category: "datapoint" | null;
586
597
  content?: {
@@ -602,9 +613,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
602
613
  validationSources?: string[] | null | undefined;
603
614
  timeSpent?: number | null | undefined;
604
615
  timeSpentOverall?: number | null | undefined;
616
+ noRecalculation?: boolean | undefined;
605
617
  }, {
606
- id: number | null;
607
618
  url: string | null;
619
+ id: number | null;
608
620
  schemaId: string | null;
609
621
  category: "datapoint" | null;
610
622
  content?: {
@@ -626,6 +638,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
626
638
  validationSources?: string[] | null | undefined;
627
639
  timeSpent?: number | null | undefined;
628
640
  timeSpentOverall?: number | null | undefined;
641
+ noRecalculation?: boolean | undefined;
629
642
  }>, import("zod").ZodObject<{
630
643
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
631
644
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -729,9 +742,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
729
742
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
730
743
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
731
744
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
745
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
732
746
  }, "strip", import("zod").ZodTypeAny, {
733
- id: number | null;
734
747
  url: string | null;
748
+ id: number | null;
735
749
  schemaId: string | null;
736
750
  category: "datapoint" | null;
737
751
  content?: {
@@ -753,9 +767,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
753
767
  validationSources?: string[] | null | undefined;
754
768
  timeSpent?: number | null | undefined;
755
769
  timeSpentOverall?: number | null | undefined;
770
+ noRecalculation?: boolean | undefined;
756
771
  }, {
757
- id: number | null;
758
772
  url: string | null;
773
+ id: number | null;
759
774
  schemaId: string | null;
760
775
  category: "datapoint" | null;
761
776
  content?: {
@@ -777,6 +792,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
777
792
  validationSources?: string[] | null | undefined;
778
793
  timeSpent?: number | null | undefined;
779
794
  timeSpentOverall?: number | null | undefined;
795
+ noRecalculation?: boolean | undefined;
780
796
  }>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
781
797
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
782
798
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -835,9 +851,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
835
851
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
836
852
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
837
853
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
854
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
838
855
  }, "strip", import("zod").ZodTypeAny, {
839
- id: number | null;
840
856
  url: string | null;
857
+ id: number | null;
841
858
  schemaId: string | null;
842
859
  category: "datapoint" | null;
843
860
  content?: {
@@ -859,9 +876,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
859
876
  validationSources?: string[] | null | undefined;
860
877
  timeSpent?: number | null | undefined;
861
878
  timeSpentOverall?: number | null | undefined;
879
+ noRecalculation?: boolean | undefined;
862
880
  }, {
863
- id: number | null;
864
881
  url: string | null;
882
+ id: number | null;
865
883
  schemaId: string | null;
866
884
  category: "datapoint" | null;
867
885
  content?: {
@@ -883,16 +901,14 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
883
901
  validationSources?: string[] | null | undefined;
884
902
  timeSpent?: number | null | undefined;
885
903
  timeSpentOverall?: number | null | undefined;
904
+ noRecalculation?: boolean | undefined;
886
905
  }>>, "many">;
887
906
  schemaId: import("zod").ZodString;
888
907
  }, "strip", import("zod").ZodTypeAny, {
889
- id: number | null;
890
908
  url: string | null;
891
- schemaId: string;
892
- category: "tuple" | null;
893
909
  children: ({
894
- id: number | null;
895
910
  url: string | null;
911
+ id: number | null;
896
912
  schemaId: string | null;
897
913
  category: "datapoint" | null;
898
914
  content?: {
@@ -914,15 +930,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
914
930
  validationSources?: string[] | null | undefined;
915
931
  timeSpent?: number | null | undefined;
916
932
  timeSpentOverall?: number | null | undefined;
933
+ noRecalculation?: boolean | undefined;
917
934
  } | null)[];
918
- }, {
919
935
  id: number | null;
920
- url: string | null;
921
936
  schemaId: string;
922
937
  category: "tuple" | null;
938
+ }, {
939
+ url: string | null;
923
940
  children: ({
924
- id: number | null;
925
941
  url: string | null;
942
+ id: number | null;
926
943
  schemaId: string | null;
927
944
  category: "datapoint" | null;
928
945
  content?: {
@@ -944,7 +961,11 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
944
961
  validationSources?: string[] | null | undefined;
945
962
  timeSpent?: number | null | undefined;
946
963
  timeSpentOverall?: number | null | undefined;
964
+ noRecalculation?: boolean | undefined;
947
965
  } | null)[];
966
+ id: number | null;
967
+ schemaId: string;
968
+ category: "tuple" | null;
948
969
  }>, "many">]>>;
949
970
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"multivalue">>;
950
971
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1040,13 +1061,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1040
1061
  timeSpentGrid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1041
1062
  timeSpentGridOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1042
1063
  }, "strip", import("zod").ZodTypeAny, {
1043
- id: number | null;
1044
1064
  url: string | null;
1045
- schemaId: string | null;
1046
- category: "multivalue" | null;
1047
1065
  children: (({
1048
- id: number | null;
1049
1066
  url: string | null;
1067
+ id: number | null;
1050
1068
  schemaId: string | null;
1051
1069
  category: "datapoint" | null;
1052
1070
  content?: {
@@ -1068,14 +1086,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1068
1086
  validationSources?: string[] | null | undefined;
1069
1087
  timeSpent?: number | null | undefined;
1070
1088
  timeSpentOverall?: number | null | undefined;
1089
+ noRecalculation?: boolean | undefined;
1071
1090
  }[] | {
1072
- id: number | null;
1073
1091
  url: string | null;
1074
- schemaId: string;
1075
- category: "tuple" | null;
1076
1092
  children: ({
1077
- id: number | null;
1078
1093
  url: string | null;
1094
+ id: number | null;
1079
1095
  schemaId: string | null;
1080
1096
  category: "datapoint" | null;
1081
1097
  content?: {
@@ -1097,10 +1113,14 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1097
1113
  validationSources?: string[] | null | undefined;
1098
1114
  timeSpent?: number | null | undefined;
1099
1115
  timeSpentOverall?: number | null | undefined;
1116
+ noRecalculation?: boolean | undefined;
1100
1117
  } | null)[];
1101
- }[]) & ({
1102
1118
  id: number | null;
1119
+ schemaId: string;
1120
+ category: "tuple" | null;
1121
+ }[]) & ({
1103
1122
  url: string | null;
1123
+ id: number | null;
1104
1124
  schemaId: string | null;
1105
1125
  category: "datapoint" | null;
1106
1126
  content?: {
@@ -1122,14 +1142,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1122
1142
  validationSources?: string[] | null | undefined;
1123
1143
  timeSpent?: number | null | undefined;
1124
1144
  timeSpentOverall?: number | null | undefined;
1145
+ noRecalculation?: boolean | undefined;
1125
1146
  }[] | {
1126
- id: number | null;
1127
1147
  url: string | null;
1128
- schemaId: string;
1129
- category: "tuple" | null;
1130
1148
  children: ({
1131
- id: number | null;
1132
1149
  url: string | null;
1150
+ id: number | null;
1133
1151
  schemaId: string | null;
1134
1152
  category: "datapoint" | null;
1135
1153
  content?: {
@@ -1151,8 +1169,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1151
1169
  validationSources?: string[] | null | undefined;
1152
1170
  timeSpent?: number | null | undefined;
1153
1171
  timeSpentOverall?: number | null | undefined;
1172
+ noRecalculation?: boolean | undefined;
1154
1173
  } | null)[];
1174
+ id: number | null;
1175
+ schemaId: string;
1176
+ category: "tuple" | null;
1155
1177
  }[] | undefined)) | null;
1178
+ id: number | null;
1179
+ schemaId: string | null;
1180
+ category: "multivalue" | null;
1156
1181
  content?: {
1157
1182
  value?: string | null | undefined;
1158
1183
  normalizedValue?: string | null | undefined;
@@ -1191,13 +1216,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1191
1216
  timeSpentGrid?: number | null | undefined;
1192
1217
  timeSpentGridOverall?: number | null | undefined;
1193
1218
  }, {
1194
- id: number | null;
1195
1219
  url: string | null;
1196
- schemaId: string | null;
1197
- category: "multivalue" | null;
1198
1220
  children: (({
1199
- id: number | null;
1200
1221
  url: string | null;
1222
+ id: number | null;
1201
1223
  schemaId: string | null;
1202
1224
  category: "datapoint" | null;
1203
1225
  content?: {
@@ -1219,14 +1241,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1219
1241
  validationSources?: string[] | null | undefined;
1220
1242
  timeSpent?: number | null | undefined;
1221
1243
  timeSpentOverall?: number | null | undefined;
1244
+ noRecalculation?: boolean | undefined;
1222
1245
  }[] | {
1223
- id: number | null;
1224
1246
  url: string | null;
1225
- schemaId: string;
1226
- category: "tuple" | null;
1227
1247
  children: ({
1228
- id: number | null;
1229
1248
  url: string | null;
1249
+ id: number | null;
1230
1250
  schemaId: string | null;
1231
1251
  category: "datapoint" | null;
1232
1252
  content?: {
@@ -1248,10 +1268,14 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1248
1268
  validationSources?: string[] | null | undefined;
1249
1269
  timeSpent?: number | null | undefined;
1250
1270
  timeSpentOverall?: number | null | undefined;
1271
+ noRecalculation?: boolean | undefined;
1251
1272
  } | null)[];
1252
- }[]) & ({
1253
1273
  id: number | null;
1274
+ schemaId: string;
1275
+ category: "tuple" | null;
1276
+ }[]) & ({
1254
1277
  url: string | null;
1278
+ id: number | null;
1255
1279
  schemaId: string | null;
1256
1280
  category: "datapoint" | null;
1257
1281
  content?: {
@@ -1273,14 +1297,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1273
1297
  validationSources?: string[] | null | undefined;
1274
1298
  timeSpent?: number | null | undefined;
1275
1299
  timeSpentOverall?: number | null | undefined;
1300
+ noRecalculation?: boolean | undefined;
1276
1301
  }[] | {
1277
- id: number | null;
1278
1302
  url: string | null;
1279
- schemaId: string;
1280
- category: "tuple" | null;
1281
1303
  children: ({
1282
- id: number | null;
1283
1304
  url: string | null;
1305
+ id: number | null;
1284
1306
  schemaId: string | null;
1285
1307
  category: "datapoint" | null;
1286
1308
  content?: {
@@ -1302,8 +1324,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1302
1324
  validationSources?: string[] | null | undefined;
1303
1325
  timeSpent?: number | null | undefined;
1304
1326
  timeSpentOverall?: number | null | undefined;
1327
+ noRecalculation?: boolean | undefined;
1305
1328
  } | null)[];
1329
+ id: number | null;
1330
+ schemaId: string;
1331
+ category: "tuple" | null;
1306
1332
  }[] | undefined)) | null;
1333
+ id: number | null;
1334
+ schemaId: string | null;
1335
+ category: "multivalue" | null;
1307
1336
  content?: {
1308
1337
  value?: string | null | undefined;
1309
1338
  normalizedValue?: string | null | undefined;
@@ -1364,8 +1393,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1364
1393
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
1365
1394
  }, "strip", import("zod").ZodTypeAny, {
1366
1395
  deleted: boolean;
1367
- id: number;
1368
1396
  url: string;
1397
+ id: number;
1369
1398
  organization: string;
1370
1399
  queues: string[];
1371
1400
  lastName: string;
@@ -1384,8 +1413,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1384
1413
  oidcId?: string | null | undefined;
1385
1414
  }, {
1386
1415
  deleted: boolean;
1387
- id: number;
1388
1416
  url: string;
1417
+ id: number;
1389
1418
  organization: string;
1390
1419
  queues: string[];
1391
1420
  lastName: string;
@@ -1407,14 +1436,17 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1407
1436
  id: import("zod").ZodNumber;
1408
1437
  url: import("zod").ZodString;
1409
1438
  name: import("zod").ZodString;
1439
+ color: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1410
1440
  }, "strip", import("zod").ZodTypeAny, {
1411
- id: number;
1412
1441
  url: string;
1442
+ id: number;
1413
1443
  name: string;
1444
+ color?: string | null | undefined;
1414
1445
  }, {
1415
- id: number;
1416
1446
  url: string;
1447
+ id: number;
1417
1448
  name: string;
1449
+ color?: string | null | undefined;
1418
1450
  }>, "many">;
1419
1451
  relations: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
1420
1452
  url: import("zod").ZodString;
@@ -1423,13 +1455,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1423
1455
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1424
1456
  }, "strip", import("zod").ZodTypeAny, {
1425
1457
  annotations: string[];
1426
- id: number;
1427
1458
  url: string;
1459
+ id: number;
1428
1460
  key: string | null;
1429
1461
  }, {
1430
1462
  annotations: string[];
1431
- id: number;
1432
1463
  url: string;
1464
+ id: number;
1433
1465
  key: string | null;
1434
1466
  }>, import("zod").ZodObject<{
1435
1467
  type: import("zod").ZodLiteral<"edit">;
@@ -1447,13 +1479,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1447
1479
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1448
1480
  }, "strip", import("zod").ZodTypeAny, {
1449
1481
  annotations: string[];
1450
- id: number;
1451
1482
  url: string;
1483
+ id: number;
1452
1484
  key: string | null;
1453
1485
  }, {
1454
1486
  annotations: string[];
1455
- id: number;
1456
1487
  url: string;
1488
+ id: number;
1457
1489
  key: string | null;
1458
1490
  }>, import("zod").ZodObject<{
1459
1491
  type: import("zod").ZodLiteral<"duplicate">;
@@ -1471,13 +1503,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1471
1503
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1472
1504
  }, "strip", import("zod").ZodTypeAny, {
1473
1505
  annotations: string[];
1474
- id: number;
1475
1506
  url: string;
1507
+ id: number;
1476
1508
  key: string | null;
1477
1509
  }, {
1478
1510
  annotations: string[];
1479
- id: number;
1480
1511
  url: string;
1512
+ id: number;
1481
1513
  key: string | null;
1482
1514
  }>, import("zod").ZodObject<{
1483
1515
  type: import("zod").ZodLiteral<"attachment">;
@@ -1496,13 +1528,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1496
1528
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1497
1529
  }, "strip", import("zod").ZodTypeAny, {
1498
1530
  annotations: string[];
1499
- id: number;
1500
1531
  url: string;
1532
+ id: number;
1501
1533
  key: string | null;
1502
1534
  }, {
1503
1535
  annotations: string[];
1504
- id: number;
1505
1536
  url: string;
1537
+ id: number;
1506
1538
  key: string | null;
1507
1539
  }>, import("zod").ZodObject<{
1508
1540
  type: import("zod").ZodLiteral<"edit">;
@@ -1520,13 +1552,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1520
1552
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1521
1553
  }, "strip", import("zod").ZodTypeAny, {
1522
1554
  annotations: string[];
1523
- id: number;
1524
1555
  url: string;
1556
+ id: number;
1525
1557
  key: string | null;
1526
1558
  }, {
1527
1559
  annotations: string[];
1528
- id: number;
1529
1560
  url: string;
1561
+ id: number;
1530
1562
  key: string | null;
1531
1563
  }>, import("zod").ZodObject<{
1532
1564
  type: import("zod").ZodLiteral<"duplicate">;
@@ -1544,13 +1576,13 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1544
1576
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1545
1577
  }, "strip", import("zod").ZodTypeAny, {
1546
1578
  annotations: string[];
1547
- id: number;
1548
1579
  url: string;
1580
+ id: number;
1549
1581
  key: string | null;
1550
1582
  }, {
1551
1583
  annotations: string[];
1552
- id: number;
1553
1584
  url: string;
1585
+ id: number;
1554
1586
  key: string | null;
1555
1587
  }>, import("zod").ZodObject<{
1556
1588
  type: import("zod").ZodLiteral<"attachment">;
@@ -1753,7 +1785,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1753
1785
  }>>;
1754
1786
  annotationListTable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1755
1787
  columns: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
1756
- metaName: import("zod").ZodUnion<[import("zod").ZodLiteral<"original_file_name">, import("zod").ZodLiteral<"queue">, import("zod").ZodLiteral<"status">, import("zod").ZodLiteral<"labels">, import("zod").ZodLiteral<"details">, import("zod").ZodUnion<[import("zod").ZodLiteral<"created_at">, import("zod").ZodLiteral<"modified_at">, import("zod").ZodLiteral<"exported_at">, import("zod").ZodLiteral<"confirmed_at">, import("zod").ZodLiteral<"rejected_at">, import("zod").ZodLiteral<"deleted_at">, import("zod").ZodLiteral<"assigned_at">]>, import("zod").ZodUnion<[import("zod").ZodLiteral<"exported_by">, import("zod").ZodLiteral<"confirmed_by">, import("zod").ZodLiteral<"rejected_by">, import("zod").ZodLiteral<"deleted_by">, import("zod").ZodLiteral<"modifier">, import("zod").ZodLiteral<"assignees">]>]>;
1788
+ metaName: import("zod").ZodUnion<[import("zod").ZodLiteral<"original_file_name">, import("zod").ZodLiteral<"queue">, import("zod").ZodLiteral<"status">, import("zod").ZodLiteral<"labels">, import("zod").ZodLiteral<"details">, import("zod").ZodUnion<[import("zod").ZodLiteral<"created_at">, import("zod").ZodLiteral<"modified_at">, import("zod").ZodLiteral<"exported_at">, import("zod").ZodLiteral<"confirmed_at">, import("zod").ZodLiteral<"rejected_at">, import("zod").ZodLiteral<"deleted_at">, import("zod").ZodLiteral<"assigned_at">, import("zod").ZodLiteral<"export_failed_at">]>, import("zod").ZodUnion<[import("zod").ZodLiteral<"exported_by">, import("zod").ZodLiteral<"confirmed_by">, import("zod").ZodLiteral<"rejected_by">, import("zod").ZodLiteral<"deleted_by">, import("zod").ZodLiteral<"modifier">, import("zod").ZodLiteral<"assignees">]>]>;
1757
1789
  columnType: import("zod").ZodLiteral<"meta">;
1758
1790
  visible: import("zod").ZodBoolean;
1759
1791
  width: import("zod").ZodNumber;
@@ -1761,12 +1793,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1761
1793
  width: number;
1762
1794
  columnType: "meta";
1763
1795
  visible: boolean;
1764
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1796
+ metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1765
1797
  }, {
1766
1798
  width: number;
1767
1799
  columnType: "meta";
1768
1800
  visible: boolean;
1769
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1801
+ metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1770
1802
  }>, import("zod").ZodObject<{
1771
1803
  schemaId: import("zod").ZodString;
1772
1804
  dataType: import("zod").ZodUnion<[import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"date">, import("zod").ZodLiteral<"boolean">]>;
@@ -1801,7 +1833,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1801
1833
  width: number;
1802
1834
  columnType: "meta";
1803
1835
  visible: boolean;
1804
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1836
+ metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1805
1837
  })[];
1806
1838
  }, {
1807
1839
  columns: ({
@@ -1815,7 +1847,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1815
1847
  width: number;
1816
1848
  columnType: "meta";
1817
1849
  visible: boolean;
1818
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1850
+ metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1819
1851
  })[];
1820
1852
  }>>>;
1821
1853
  uploadValues: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
@@ -1885,7 +1917,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1885
1917
  width: number;
1886
1918
  columnType: "meta";
1887
1919
  visible: boolean;
1888
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1920
+ 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";
1889
1921
  })[];
1890
1922
  } | undefined;
1891
1923
  uploadValues?: unknown;
@@ -1955,7 +1987,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1955
1987
  width: number;
1956
1988
  columnType: "meta";
1957
1989
  visible: boolean;
1958
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1990
+ 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";
1959
1991
  })[];
1960
1992
  } | undefined;
1961
1993
  uploadValues?: unknown;
@@ -1971,10 +2003,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1971
2003
  deleteAfter: import("zod").ZodNullable<import("zod").ZodString>;
1972
2004
  }, "strip", import("zod").ZodTypeAny, {
1973
2005
  status: string;
1974
- id: number;
1975
- schema: string;
1976
2006
  url: string;
1977
2007
  sessionTimeout: string;
2008
+ id: number;
2009
+ schema: string;
1978
2010
  name: string;
1979
2011
  workflows: Record<string, string | number>[];
1980
2012
  workspace: string | null;
@@ -2057,7 +2089,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2057
2089
  width: number;
2058
2090
  columnType: "meta";
2059
2091
  visible: boolean;
2060
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2092
+ 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";
2061
2093
  })[];
2062
2094
  } | undefined;
2063
2095
  uploadValues?: unknown;
@@ -2072,10 +2104,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2072
2104
  metadata?: unknown;
2073
2105
  }, {
2074
2106
  status: string;
2075
- id: number;
2076
- schema: string;
2077
2107
  url: string;
2078
2108
  sessionTimeout: string;
2109
+ id: number;
2110
+ schema: string;
2079
2111
  name: string;
2080
2112
  workflows: Record<string, string | number>[];
2081
2113
  workspace: string | null;
@@ -2158,7 +2190,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2158
2190
  width: number;
2159
2191
  columnType: "meta";
2160
2192
  visible: boolean;
2161
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2193
+ 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";
2162
2194
  })[];
2163
2195
  } | undefined;
2164
2196
  uploadValues?: unknown;
@@ -2194,8 +2226,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2194
2226
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2195
2227
  }, "strip", import("zod").ZodTypeAny, {
2196
2228
  deleted: boolean;
2197
- id: number;
2198
2229
  url: string;
2230
+ id: number;
2199
2231
  organization: string;
2200
2232
  queues: string[];
2201
2233
  lastName: string;
@@ -2214,8 +2246,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2214
2246
  oidcId?: string | null | undefined;
2215
2247
  }, {
2216
2248
  deleted: boolean;
2217
- id: number;
2218
2249
  url: string;
2250
+ id: number;
2219
2251
  organization: string;
2220
2252
  queues: string[];
2221
2253
  lastName: string;
@@ -2255,8 +2287,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2255
2287
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2256
2288
  }, "strip", import("zod").ZodTypeAny, {
2257
2289
  deleted: boolean;
2258
- id: number;
2259
2290
  url: string;
2291
+ id: number;
2260
2292
  organization: string;
2261
2293
  queues: string[];
2262
2294
  lastName: string;
@@ -2275,8 +2307,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2275
2307
  oidcId?: string | null | undefined;
2276
2308
  }, {
2277
2309
  deleted: boolean;
2278
- id: number;
2279
2310
  url: string;
2311
+ id: number;
2280
2312
  organization: string;
2281
2313
  queues: string[];
2282
2314
  lastName: string;
@@ -2316,8 +2348,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2316
2348
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2317
2349
  }, "strip", import("zod").ZodTypeAny, {
2318
2350
  deleted: boolean;
2319
- id: number;
2320
2351
  url: string;
2352
+ id: number;
2321
2353
  organization: string;
2322
2354
  queues: string[];
2323
2355
  lastName: string;
@@ -2336,8 +2368,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2336
2368
  oidcId?: string | null | undefined;
2337
2369
  }, {
2338
2370
  deleted: boolean;
2339
- id: number;
2340
2371
  url: string;
2372
+ id: number;
2341
2373
  organization: string;
2342
2374
  queues: string[];
2343
2375
  lastName: string;
@@ -2377,8 +2409,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2377
2409
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2378
2410
  }, "strip", import("zod").ZodTypeAny, {
2379
2411
  deleted: boolean;
2380
- id: number;
2381
2412
  url: string;
2413
+ id: number;
2382
2414
  organization: string;
2383
2415
  queues: string[];
2384
2416
  lastName: string;
@@ -2397,8 +2429,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2397
2429
  oidcId?: string | null | undefined;
2398
2430
  }, {
2399
2431
  deleted: boolean;
2400
- id: number;
2401
2432
  url: string;
2433
+ id: number;
2402
2434
  organization: string;
2403
2435
  queues: string[];
2404
2436
  lastName: string;
@@ -2425,16 +2457,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2425
2457
  queues: import("zod").ZodArray<import("zod").ZodString, "many">;
2426
2458
  metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
2427
2459
  }, "strip", import("zod").ZodTypeAny, {
2428
- id: number;
2429
2460
  url: string;
2461
+ id: number;
2430
2462
  organization: string;
2431
2463
  name: string;
2432
2464
  queues: string[];
2433
2465
  autopilot: boolean;
2434
2466
  metadata?: unknown;
2435
2467
  }, {
2436
- id: number;
2437
2468
  url: string;
2469
+ id: number;
2438
2470
  organization: string;
2439
2471
  name: string;
2440
2472
  queues: string[];
@@ -2444,8 +2476,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2444
2476
  }, "strip", import("zod").ZodTypeAny, {
2445
2477
  assignees: {
2446
2478
  deleted: boolean;
2447
- id: number;
2448
2479
  url: string;
2480
+ id: number;
2449
2481
  organization: string;
2450
2482
  queues: string[];
2451
2483
  lastName: string;
@@ -2464,8 +2496,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2464
2496
  oidcId?: string | null | undefined;
2465
2497
  }[];
2466
2498
  content: ({
2467
- id: number | null;
2468
2499
  url: string | null;
2500
+ id: number | null;
2469
2501
  schemaId: string | null;
2470
2502
  category: "datapoint" | null;
2471
2503
  content?: {
@@ -2487,14 +2519,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2487
2519
  validationSources?: string[] | null | undefined;
2488
2520
  timeSpent?: number | null | undefined;
2489
2521
  timeSpentOverall?: number | null | undefined;
2522
+ noRecalculation?: boolean | undefined;
2490
2523
  } | {
2491
- id: number | null;
2492
2524
  url: string | null;
2493
- schemaId: string | null;
2494
- category: "multivalue" | null;
2495
2525
  children: (({
2496
- id: number | null;
2497
2526
  url: string | null;
2527
+ id: number | null;
2498
2528
  schemaId: string | null;
2499
2529
  category: "datapoint" | null;
2500
2530
  content?: {
@@ -2516,14 +2546,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2516
2546
  validationSources?: string[] | null | undefined;
2517
2547
  timeSpent?: number | null | undefined;
2518
2548
  timeSpentOverall?: number | null | undefined;
2549
+ noRecalculation?: boolean | undefined;
2519
2550
  }[] | {
2520
- id: number | null;
2521
2551
  url: string | null;
2522
- schemaId: string;
2523
- category: "tuple" | null;
2524
2552
  children: ({
2525
- id: number | null;
2526
2553
  url: string | null;
2554
+ id: number | null;
2527
2555
  schemaId: string | null;
2528
2556
  category: "datapoint" | null;
2529
2557
  content?: {
@@ -2545,10 +2573,14 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2545
2573
  validationSources?: string[] | null | undefined;
2546
2574
  timeSpent?: number | null | undefined;
2547
2575
  timeSpentOverall?: number | null | undefined;
2576
+ noRecalculation?: boolean | undefined;
2548
2577
  } | null)[];
2549
- }[]) & ({
2550
2578
  id: number | null;
2579
+ schemaId: string;
2580
+ category: "tuple" | null;
2581
+ }[]) & ({
2551
2582
  url: string | null;
2583
+ id: number | null;
2552
2584
  schemaId: string | null;
2553
2585
  category: "datapoint" | null;
2554
2586
  content?: {
@@ -2570,14 +2602,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2570
2602
  validationSources?: string[] | null | undefined;
2571
2603
  timeSpent?: number | null | undefined;
2572
2604
  timeSpentOverall?: number | null | undefined;
2605
+ noRecalculation?: boolean | undefined;
2573
2606
  }[] | {
2574
- id: number | null;
2575
2607
  url: string | null;
2576
- schemaId: string;
2577
- category: "tuple" | null;
2578
2608
  children: ({
2579
- id: number | null;
2580
2609
  url: string | null;
2610
+ id: number | null;
2581
2611
  schemaId: string | null;
2582
2612
  category: "datapoint" | null;
2583
2613
  content?: {
@@ -2599,8 +2629,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2599
2629
  validationSources?: string[] | null | undefined;
2600
2630
  timeSpent?: number | null | undefined;
2601
2631
  timeSpentOverall?: number | null | undefined;
2632
+ noRecalculation?: boolean | undefined;
2602
2633
  } | null)[];
2634
+ id: number | null;
2635
+ schemaId: string;
2636
+ category: "tuple" | null;
2603
2637
  }[] | undefined)) | null;
2638
+ id: number | null;
2639
+ schemaId: string | null;
2640
+ category: "multivalue" | null;
2604
2641
  content?: {
2605
2642
  value?: string | null | undefined;
2606
2643
  normalizedValue?: string | null | undefined;
@@ -2641,43 +2678,44 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2641
2678
  })[];
2642
2679
  relations: (({
2643
2680
  annotations: string[];
2644
- id: number;
2645
2681
  url: string;
2682
+ id: number;
2646
2683
  key: string | null;
2647
2684
  } & {
2648
2685
  type: "edit";
2649
2686
  parent: string;
2650
2687
  }) | ({
2651
2688
  annotations: string[];
2652
- id: number;
2653
2689
  url: string;
2690
+ id: number;
2654
2691
  key: string | null;
2655
2692
  } & {
2656
2693
  type: "duplicate";
2657
2694
  parent: string | null;
2658
2695
  }) | ({
2659
2696
  annotations: string[];
2660
- id: number;
2661
2697
  url: string;
2698
+ id: number;
2662
2699
  key: string | null;
2663
2700
  } & {
2664
2701
  type: "attachment";
2665
2702
  parent: string | null;
2666
2703
  }))[];
2667
2704
  labels: {
2668
- id: number;
2669
2705
  url: string;
2706
+ id: number;
2670
2707
  name: string;
2708
+ color?: string | null | undefined;
2671
2709
  }[];
2672
2710
  documents: {
2673
2711
  annotations: string[];
2712
+ url: string;
2713
+ originalFileName: string | null;
2674
2714
  content: string | null;
2675
2715
  id: number;
2676
2716
  creator: string | null;
2677
2717
  createdAt: string;
2678
- url: string;
2679
2718
  email: string | null;
2680
- originalFileName: string | null;
2681
2719
  s3Name: string | null;
2682
2720
  parent: string | null;
2683
2721
  mimeType: string;
@@ -2687,8 +2725,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2687
2725
  }[];
2688
2726
  modifiers: {
2689
2727
  deleted: boolean;
2690
- id: number;
2691
2728
  url: string;
2729
+ id: number;
2692
2730
  organization: string;
2693
2731
  queues: string[];
2694
2732
  lastName: string;
@@ -2708,24 +2746,24 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2708
2746
  }[];
2709
2747
  childRelations: (({
2710
2748
  annotations: string[];
2711
- id: number;
2712
2749
  url: string;
2750
+ id: number;
2713
2751
  key: string | null;
2714
2752
  } & {
2715
2753
  type: "edit";
2716
2754
  parent: string;
2717
2755
  }) | ({
2718
2756
  annotations: string[];
2719
- id: number;
2720
2757
  url: string;
2758
+ id: number;
2721
2759
  key: string | null;
2722
2760
  } & {
2723
2761
  type: "duplicate";
2724
2762
  parent: string | null;
2725
2763
  }) | ({
2726
2764
  annotations: string[];
2727
- id: number;
2728
2765
  url: string;
2766
+ id: number;
2729
2767
  key: string | null;
2730
2768
  } & {
2731
2769
  type: "attachment";
@@ -2733,8 +2771,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2733
2771
  }))[];
2734
2772
  exportedBys: {
2735
2773
  deleted: boolean;
2736
- id: number;
2737
2774
  url: string;
2775
+ id: number;
2738
2776
  organization: string;
2739
2777
  queues: string[];
2740
2778
  lastName: string;
@@ -2754,8 +2792,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2754
2792
  }[];
2755
2793
  deletedBys: {
2756
2794
  deleted: boolean;
2757
- id: number;
2758
2795
  url: string;
2796
+ id: number;
2759
2797
  organization: string;
2760
2798
  queues: string[];
2761
2799
  lastName: string;
@@ -2775,8 +2813,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2775
2813
  }[];
2776
2814
  confirmedBys: {
2777
2815
  deleted: boolean;
2778
- id: number;
2779
2816
  url: string;
2817
+ id: number;
2780
2818
  organization: string;
2781
2819
  queues: string[];
2782
2820
  lastName: string;
@@ -2796,8 +2834,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2796
2834
  }[];
2797
2835
  rejectedBys: {
2798
2836
  deleted: boolean;
2799
- id: number;
2800
2837
  url: string;
2838
+ id: number;
2801
2839
  organization: string;
2802
2840
  queues: string[];
2803
2841
  lastName: string;
@@ -2816,8 +2854,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2816
2854
  oidcId?: string | null | undefined;
2817
2855
  }[];
2818
2856
  workspaces: {
2819
- id: number;
2820
2857
  url: string;
2858
+ id: number;
2821
2859
  organization: string;
2822
2860
  name: string;
2823
2861
  queues: string[];
@@ -2826,10 +2864,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2826
2864
  }[];
2827
2865
  queues: {
2828
2866
  status: string;
2829
- id: number;
2830
- schema: string;
2831
2867
  url: string;
2832
2868
  sessionTimeout: string;
2869
+ id: number;
2870
+ schema: string;
2833
2871
  name: string;
2834
2872
  workflows: Record<string, string | number>[];
2835
2873
  workspace: string | null;
@@ -2912,7 +2950,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2912
2950
  width: number;
2913
2951
  columnType: "meta";
2914
2952
  visible: boolean;
2915
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2953
+ 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";
2916
2954
  })[];
2917
2955
  } | undefined;
2918
2956
  uploadValues?: unknown;
@@ -2929,8 +2967,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2929
2967
  }, {
2930
2968
  assignees: {
2931
2969
  deleted: boolean;
2932
- id: number;
2933
2970
  url: string;
2971
+ id: number;
2934
2972
  organization: string;
2935
2973
  queues: string[];
2936
2974
  lastName: string;
@@ -2949,8 +2987,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2949
2987
  oidcId?: string | null | undefined;
2950
2988
  }[];
2951
2989
  content: ({
2952
- id: number | null;
2953
2990
  url: string | null;
2991
+ id: number | null;
2954
2992
  schemaId: string | null;
2955
2993
  category: "datapoint" | null;
2956
2994
  content?: {
@@ -2972,14 +3010,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2972
3010
  validationSources?: string[] | null | undefined;
2973
3011
  timeSpent?: number | null | undefined;
2974
3012
  timeSpentOverall?: number | null | undefined;
3013
+ noRecalculation?: boolean | undefined;
2975
3014
  } | {
2976
- id: number | null;
2977
3015
  url: string | null;
2978
- schemaId: string | null;
2979
- category: "multivalue" | null;
2980
3016
  children: (({
2981
- id: number | null;
2982
3017
  url: string | null;
3018
+ id: number | null;
2983
3019
  schemaId: string | null;
2984
3020
  category: "datapoint" | null;
2985
3021
  content?: {
@@ -3001,14 +3037,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3001
3037
  validationSources?: string[] | null | undefined;
3002
3038
  timeSpent?: number | null | undefined;
3003
3039
  timeSpentOverall?: number | null | undefined;
3040
+ noRecalculation?: boolean | undefined;
3004
3041
  }[] | {
3005
- id: number | null;
3006
3042
  url: string | null;
3007
- schemaId: string;
3008
- category: "tuple" | null;
3009
3043
  children: ({
3010
- id: number | null;
3011
3044
  url: string | null;
3045
+ id: number | null;
3012
3046
  schemaId: string | null;
3013
3047
  category: "datapoint" | null;
3014
3048
  content?: {
@@ -3030,10 +3064,14 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3030
3064
  validationSources?: string[] | null | undefined;
3031
3065
  timeSpent?: number | null | undefined;
3032
3066
  timeSpentOverall?: number | null | undefined;
3067
+ noRecalculation?: boolean | undefined;
3033
3068
  } | null)[];
3034
- }[]) & ({
3035
3069
  id: number | null;
3070
+ schemaId: string;
3071
+ category: "tuple" | null;
3072
+ }[]) & ({
3036
3073
  url: string | null;
3074
+ id: number | null;
3037
3075
  schemaId: string | null;
3038
3076
  category: "datapoint" | null;
3039
3077
  content?: {
@@ -3055,14 +3093,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3055
3093
  validationSources?: string[] | null | undefined;
3056
3094
  timeSpent?: number | null | undefined;
3057
3095
  timeSpentOverall?: number | null | undefined;
3096
+ noRecalculation?: boolean | undefined;
3058
3097
  }[] | {
3059
- id: number | null;
3060
3098
  url: string | null;
3061
- schemaId: string;
3062
- category: "tuple" | null;
3063
3099
  children: ({
3064
- id: number | null;
3065
3100
  url: string | null;
3101
+ id: number | null;
3066
3102
  schemaId: string | null;
3067
3103
  category: "datapoint" | null;
3068
3104
  content?: {
@@ -3084,8 +3120,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3084
3120
  validationSources?: string[] | null | undefined;
3085
3121
  timeSpent?: number | null | undefined;
3086
3122
  timeSpentOverall?: number | null | undefined;
3123
+ noRecalculation?: boolean | undefined;
3087
3124
  } | null)[];
3125
+ id: number | null;
3126
+ schemaId: string;
3127
+ category: "tuple" | null;
3088
3128
  }[] | undefined)) | null;
3129
+ id: number | null;
3130
+ schemaId: string | null;
3131
+ category: "multivalue" | null;
3089
3132
  content?: {
3090
3133
  value?: string | null | undefined;
3091
3134
  normalizedValue?: string | null | undefined;
@@ -3126,43 +3169,44 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3126
3169
  })[];
3127
3170
  relations: (({
3128
3171
  annotations: string[];
3129
- id: number;
3130
3172
  url: string;
3173
+ id: number;
3131
3174
  key: string | null;
3132
3175
  } & {
3133
3176
  type: "edit";
3134
3177
  parent: string;
3135
3178
  }) | ({
3136
3179
  annotations: string[];
3137
- id: number;
3138
3180
  url: string;
3181
+ id: number;
3139
3182
  key: string | null;
3140
3183
  } & {
3141
3184
  type: "duplicate";
3142
3185
  parent: string | null;
3143
3186
  }) | ({
3144
3187
  annotations: string[];
3145
- id: number;
3146
3188
  url: string;
3189
+ id: number;
3147
3190
  key: string | null;
3148
3191
  } & {
3149
3192
  type: "attachment";
3150
3193
  parent: string | null;
3151
3194
  }))[];
3152
3195
  labels: {
3153
- id: number;
3154
3196
  url: string;
3197
+ id: number;
3155
3198
  name: string;
3199
+ color?: string | null | undefined;
3156
3200
  }[];
3157
3201
  documents: {
3158
3202
  annotations: string[];
3203
+ url: string;
3204
+ originalFileName: string | null;
3159
3205
  content: string | null;
3160
3206
  id: number;
3161
3207
  creator: string | null;
3162
3208
  createdAt: string;
3163
- url: string;
3164
3209
  email: string | null;
3165
- originalFileName: string | null;
3166
3210
  s3Name: string | null;
3167
3211
  parent: string | null;
3168
3212
  mimeType: string;
@@ -3172,8 +3216,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3172
3216
  }[];
3173
3217
  modifiers: {
3174
3218
  deleted: boolean;
3175
- id: number;
3176
3219
  url: string;
3220
+ id: number;
3177
3221
  organization: string;
3178
3222
  queues: string[];
3179
3223
  lastName: string;
@@ -3193,24 +3237,24 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3193
3237
  }[];
3194
3238
  childRelations: (({
3195
3239
  annotations: string[];
3196
- id: number;
3197
3240
  url: string;
3241
+ id: number;
3198
3242
  key: string | null;
3199
3243
  } & {
3200
3244
  type: "edit";
3201
3245
  parent: string;
3202
3246
  }) | ({
3203
3247
  annotations: string[];
3204
- id: number;
3205
3248
  url: string;
3249
+ id: number;
3206
3250
  key: string | null;
3207
3251
  } & {
3208
3252
  type: "duplicate";
3209
3253
  parent: string | null;
3210
3254
  }) | ({
3211
3255
  annotations: string[];
3212
- id: number;
3213
3256
  url: string;
3257
+ id: number;
3214
3258
  key: string | null;
3215
3259
  } & {
3216
3260
  type: "attachment";
@@ -3218,8 +3262,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3218
3262
  }))[];
3219
3263
  exportedBys: {
3220
3264
  deleted: boolean;
3221
- id: number;
3222
3265
  url: string;
3266
+ id: number;
3223
3267
  organization: string;
3224
3268
  queues: string[];
3225
3269
  lastName: string;
@@ -3239,8 +3283,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3239
3283
  }[];
3240
3284
  deletedBys: {
3241
3285
  deleted: boolean;
3242
- id: number;
3243
3286
  url: string;
3287
+ id: number;
3244
3288
  organization: string;
3245
3289
  queues: string[];
3246
3290
  lastName: string;
@@ -3260,8 +3304,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3260
3304
  }[];
3261
3305
  confirmedBys: {
3262
3306
  deleted: boolean;
3263
- id: number;
3264
3307
  url: string;
3308
+ id: number;
3265
3309
  organization: string;
3266
3310
  queues: string[];
3267
3311
  lastName: string;
@@ -3281,8 +3325,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3281
3325
  }[];
3282
3326
  rejectedBys: {
3283
3327
  deleted: boolean;
3284
- id: number;
3285
3328
  url: string;
3329
+ id: number;
3286
3330
  organization: string;
3287
3331
  queues: string[];
3288
3332
  lastName: string;
@@ -3301,8 +3345,8 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3301
3345
  oidcId?: string | null | undefined;
3302
3346
  }[];
3303
3347
  workspaces: {
3304
- id: number;
3305
3348
  url: string;
3349
+ id: number;
3306
3350
  organization: string;
3307
3351
  name: string;
3308
3352
  queues: string[];
@@ -3311,10 +3355,10 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3311
3355
  }[];
3312
3356
  queues: {
3313
3357
  status: string;
3314
- id: number;
3315
- schema: string;
3316
3358
  url: string;
3317
3359
  sessionTimeout: string;
3360
+ id: number;
3361
+ schema: string;
3318
3362
  name: string;
3319
3363
  workflows: Record<string, string | number>[];
3320
3364
  workspace: string | null;
@@ -3397,7 +3441,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3397
3441
  width: number;
3398
3442
  columnType: "meta";
3399
3443
  visible: boolean;
3400
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
3444
+ 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";
3401
3445
  })[];
3402
3446
  } | undefined;
3403
3447
  uploadValues?: unknown;