@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
@@ -1,12 +1,12 @@
1
- export { type AnnotationListQuery } from './list';
2
- export { type UsageReportPayload } from './usageReportExport';
3
- export { type AnnotationsSearchPayload, type AnnotationsSearchQuery, } from './search';
1
+ export { type AnnotationWorkflowPayload } from './approve';
2
+ export { type AssignPayload } from './assign';
4
3
  export { type EditPagesPayload, type EditPagesResponse } from './editPages';
4
+ export { type AnnotationListQuery } from './list';
5
5
  export { type AnnotationPayload } from './patch';
6
6
  export { type PurgePayload } from './purge';
7
- export { type AnnotationWorkflowPayload } from './approve';
8
- export { type AssignPayload } from './assign';
9
- export { type TranslateAnnotationResponse, type TranslateAnnotationPayload, } from './translate';
7
+ export { type AnnotationsSearchPayload, type AnnotationsSearchQuery, } from './search';
8
+ export { type TranslateAnnotationPayload, type TranslateAnnotationResponse, } from './translate';
9
+ export { type UsageReportPayload } from './usageReportExport';
10
10
  export declare const annotations: {
11
11
  copy: (annotationId: number, payload: import("./copy").CopyAnnotationPayload) => {
12
12
  readonly endpoint: `/annotations/${number}/copy`;
@@ -45,6 +45,7 @@ export declare const annotations: {
45
45
  createdAt: import("zod").ZodString;
46
46
  modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
47
47
  confirmedAt: import("zod").ZodNullable<import("zod").ZodString>;
48
+ exportFailedAt: import("zod").ZodNullable<import("zod").ZodString>;
48
49
  exportedAt: import("zod").ZodNullable<import("zod").ZodString>;
49
50
  deletedAt: import("zod").ZodNullable<import("zod").ZodString>;
50
51
  rejectedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -106,6 +107,7 @@ export declare const annotations: {
106
107
  timestamp?: string | undefined;
107
108
  } | null | undefined;
108
109
  }>, "many">>;
110
+ einvoice: import("zod").ZodBoolean;
109
111
  url: import("zod").ZodString;
110
112
  content: import("zod").ZodString;
111
113
  timeSpent: import("zod").ZodNullable<import("zod").ZodNumber>;
@@ -135,11 +137,12 @@ export declare const annotations: {
135
137
  restrictedAccess: import("zod").ZodBoolean;
136
138
  }, "strip", import("zod").ZodTypeAny, {
137
139
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
138
- document: string;
139
140
  assignees: string[];
141
+ url: string;
142
+ queue: string;
143
+ document: string;
140
144
  content: string;
141
145
  id: number;
142
- queue: string;
143
146
  schema: string;
144
147
  relations: string[];
145
148
  pages: string[];
@@ -148,6 +151,7 @@ export declare const annotations: {
148
151
  createdAt: string;
149
152
  modifiedAt: string | null;
150
153
  confirmedAt: string | null;
154
+ exportFailedAt: string | null;
151
155
  exportedAt: string | null;
152
156
  deletedAt: string | null;
153
157
  rejectedAt: string | null;
@@ -170,7 +174,7 @@ export declare const annotations: {
170
174
  timestamp?: string | undefined;
171
175
  } | null | undefined;
172
176
  }[] | null;
173
- url: string;
177
+ einvoice: boolean;
174
178
  timeSpent: number | null;
175
179
  metadata: Record<string, unknown>;
176
180
  automated: boolean;
@@ -191,11 +195,12 @@ export declare const annotations: {
191
195
  hasEmailThreadWithNewReplies?: boolean | undefined;
192
196
  }, {
193
197
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
194
- document: string;
195
198
  assignees: string[];
199
+ url: string;
200
+ queue: string;
201
+ document: string;
196
202
  content: string;
197
203
  id: number;
198
- queue: string;
199
204
  schema: string;
200
205
  relations: string[];
201
206
  pages: string[];
@@ -204,6 +209,7 @@ export declare const annotations: {
204
209
  createdAt: string;
205
210
  modifiedAt: string | null;
206
211
  confirmedAt: string | null;
212
+ exportFailedAt: string | null;
207
213
  exportedAt: string | null;
208
214
  deletedAt: string | null;
209
215
  rejectedAt: string | null;
@@ -226,7 +232,7 @@ export declare const annotations: {
226
232
  timestamp?: string | undefined;
227
233
  } | null | undefined;
228
234
  }[] | null;
229
- url: string;
235
+ einvoice: boolean;
230
236
  timeSpent: number | null;
231
237
  metadata: Record<string, unknown>;
232
238
  automated: boolean;
@@ -259,6 +265,7 @@ export declare const annotations: {
259
265
  createdAt: import("zod").ZodOptional<import("zod").ZodString>;
260
266
  modifiedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
261
267
  confirmedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
268
+ exportFailedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
262
269
  exportedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
263
270
  deletedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
264
271
  rejectedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -320,6 +327,7 @@ export declare const annotations: {
320
327
  timestamp?: string | undefined;
321
328
  } | null | undefined;
322
329
  }>, "many">>>;
330
+ einvoice: import("zod").ZodOptional<import("zod").ZodBoolean>;
323
331
  url: import("zod").ZodOptional<import("zod").ZodString>;
324
332
  content: import("zod").ZodOptional<import("zod").ZodString>;
325
333
  timeSpent: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -359,6 +367,7 @@ export declare const annotations: {
359
367
  createdAt?: string | undefined;
360
368
  modifiedAt?: string | null | undefined;
361
369
  confirmedAt?: string | null | undefined;
370
+ exportFailedAt?: string | null | undefined;
362
371
  exportedAt?: string | null | undefined;
363
372
  deletedAt?: string | null | undefined;
364
373
  rejectedAt?: string | null | undefined;
@@ -382,6 +391,7 @@ export declare const annotations: {
382
391
  timestamp?: string | undefined;
383
392
  } | null | undefined;
384
393
  }[] | null | undefined;
394
+ einvoice?: boolean | undefined;
385
395
  url?: string | undefined;
386
396
  content?: string | undefined;
387
397
  timeSpent?: number | null | undefined;
@@ -415,6 +425,7 @@ export declare const annotations: {
415
425
  createdAt?: string | undefined;
416
426
  modifiedAt?: string | null | undefined;
417
427
  confirmedAt?: string | null | undefined;
428
+ exportFailedAt?: string | null | undefined;
418
429
  exportedAt?: string | null | undefined;
419
430
  deletedAt?: string | null | undefined;
420
431
  rejectedAt?: string | null | undefined;
@@ -438,6 +449,7 @@ export declare const annotations: {
438
449
  timestamp?: string | undefined;
439
450
  } | null | undefined;
440
451
  }[] | null | undefined;
452
+ einvoice?: boolean | undefined;
441
453
  url?: string | undefined;
442
454
  content?: string | undefined;
443
455
  timeSpent?: number | null | undefined;
@@ -621,9 +633,10 @@ export declare const annotations: {
621
633
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
622
634
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
623
635
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
636
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
624
637
  }, "strip", import("zod").ZodTypeAny, {
625
- id: number | null;
626
638
  url: string | null;
639
+ id: number | null;
627
640
  schemaId: string | null;
628
641
  category: "datapoint" | null;
629
642
  content?: {
@@ -645,9 +658,10 @@ export declare const annotations: {
645
658
  validationSources?: string[] | null | undefined;
646
659
  timeSpent?: number | null | undefined;
647
660
  timeSpentOverall?: number | null | undefined;
661
+ noRecalculation?: boolean | undefined;
648
662
  }, {
649
- id: number | null;
650
663
  url: string | null;
664
+ id: number | null;
651
665
  schemaId: string | null;
652
666
  category: "datapoint" | null;
653
667
  content?: {
@@ -669,6 +683,7 @@ export declare const annotations: {
669
683
  validationSources?: string[] | null | undefined;
670
684
  timeSpent?: number | null | undefined;
671
685
  timeSpentOverall?: number | null | undefined;
686
+ noRecalculation?: boolean | undefined;
672
687
  }>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
673
688
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
674
689
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -727,9 +742,10 @@ export declare const annotations: {
727
742
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
728
743
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
729
744
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
745
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
730
746
  }, "strip", import("zod").ZodTypeAny, {
731
- id: number | null;
732
747
  url: string | null;
748
+ id: number | null;
733
749
  schemaId: string | null;
734
750
  category: "datapoint" | null;
735
751
  content?: {
@@ -751,9 +767,10 @@ export declare const annotations: {
751
767
  validationSources?: string[] | null | undefined;
752
768
  timeSpent?: number | null | undefined;
753
769
  timeSpentOverall?: number | null | undefined;
770
+ noRecalculation?: boolean | undefined;
754
771
  }, {
755
- id: number | null;
756
772
  url: string | null;
773
+ id: number | null;
757
774
  schemaId: string | null;
758
775
  category: "datapoint" | null;
759
776
  content?: {
@@ -775,16 +792,14 @@ export declare const annotations: {
775
792
  validationSources?: string[] | null | undefined;
776
793
  timeSpent?: number | null | undefined;
777
794
  timeSpentOverall?: number | null | undefined;
795
+ noRecalculation?: boolean | undefined;
778
796
  }>>, "many">;
779
797
  schemaId: import("zod").ZodString;
780
798
  }, "strip", import("zod").ZodTypeAny, {
781
- id: number | null;
782
799
  url: string | null;
783
- schemaId: string;
784
- category: "tuple" | null;
785
800
  children: ({
786
- id: number | null;
787
801
  url: string | null;
802
+ id: number | null;
788
803
  schemaId: string | null;
789
804
  category: "datapoint" | null;
790
805
  content?: {
@@ -806,15 +821,16 @@ export declare const annotations: {
806
821
  validationSources?: string[] | null | undefined;
807
822
  timeSpent?: number | null | undefined;
808
823
  timeSpentOverall?: number | null | undefined;
824
+ noRecalculation?: boolean | undefined;
809
825
  } | null)[];
810
- }, {
811
826
  id: number | null;
812
- url: string | null;
813
827
  schemaId: string;
814
828
  category: "tuple" | null;
829
+ }, {
830
+ url: string | null;
815
831
  children: ({
816
- id: number | null;
817
832
  url: string | null;
833
+ id: number | null;
818
834
  schemaId: string | null;
819
835
  category: "datapoint" | null;
820
836
  content?: {
@@ -836,7 +852,11 @@ export declare const annotations: {
836
852
  validationSources?: string[] | null | undefined;
837
853
  timeSpent?: number | null | undefined;
838
854
  timeSpentOverall?: number | null | undefined;
855
+ noRecalculation?: boolean | undefined;
839
856
  } | null)[];
857
+ id: number | null;
858
+ schemaId: string;
859
+ category: "tuple" | null;
840
860
  }>, "many">]>>;
841
861
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"multivalue">>;
842
862
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -932,13 +952,10 @@ export declare const annotations: {
932
952
  timeSpentGrid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
933
953
  timeSpentGridOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
934
954
  }, "strip", import("zod").ZodTypeAny, {
935
- id: number | null;
936
955
  url: string | null;
937
- schemaId: string | null;
938
- category: "multivalue" | null;
939
956
  children: (({
940
- id: number | null;
941
957
  url: string | null;
958
+ id: number | null;
942
959
  schemaId: string | null;
943
960
  category: "datapoint" | null;
944
961
  content?: {
@@ -960,14 +977,12 @@ export declare const annotations: {
960
977
  validationSources?: string[] | null | undefined;
961
978
  timeSpent?: number | null | undefined;
962
979
  timeSpentOverall?: number | null | undefined;
980
+ noRecalculation?: boolean | undefined;
963
981
  }[] | {
964
- id: number | null;
965
982
  url: string | null;
966
- schemaId: string;
967
- category: "tuple" | null;
968
983
  children: ({
969
- id: number | null;
970
984
  url: string | null;
985
+ id: number | null;
971
986
  schemaId: string | null;
972
987
  category: "datapoint" | null;
973
988
  content?: {
@@ -989,10 +1004,14 @@ export declare const annotations: {
989
1004
  validationSources?: string[] | null | undefined;
990
1005
  timeSpent?: number | null | undefined;
991
1006
  timeSpentOverall?: number | null | undefined;
1007
+ noRecalculation?: boolean | undefined;
992
1008
  } | null)[];
993
- }[]) & ({
994
1009
  id: number | null;
1010
+ schemaId: string;
1011
+ category: "tuple" | null;
1012
+ }[]) & ({
995
1013
  url: string | null;
1014
+ id: number | null;
996
1015
  schemaId: string | null;
997
1016
  category: "datapoint" | null;
998
1017
  content?: {
@@ -1014,14 +1033,12 @@ export declare const annotations: {
1014
1033
  validationSources?: string[] | null | undefined;
1015
1034
  timeSpent?: number | null | undefined;
1016
1035
  timeSpentOverall?: number | null | undefined;
1036
+ noRecalculation?: boolean | undefined;
1017
1037
  }[] | {
1018
- id: number | null;
1019
1038
  url: string | null;
1020
- schemaId: string;
1021
- category: "tuple" | null;
1022
1039
  children: ({
1023
- id: number | null;
1024
1040
  url: string | null;
1041
+ id: number | null;
1025
1042
  schemaId: string | null;
1026
1043
  category: "datapoint" | null;
1027
1044
  content?: {
@@ -1043,8 +1060,15 @@ export declare const annotations: {
1043
1060
  validationSources?: string[] | null | undefined;
1044
1061
  timeSpent?: number | null | undefined;
1045
1062
  timeSpentOverall?: number | null | undefined;
1063
+ noRecalculation?: boolean | undefined;
1046
1064
  } | null)[];
1065
+ id: number | null;
1066
+ schemaId: string;
1067
+ category: "tuple" | null;
1047
1068
  }[] | undefined)) | null;
1069
+ id: number | null;
1070
+ schemaId: string | null;
1071
+ category: "multivalue" | null;
1048
1072
  content?: {
1049
1073
  value?: string | null | undefined;
1050
1074
  normalizedValue?: string | null | undefined;
@@ -1083,13 +1107,10 @@ export declare const annotations: {
1083
1107
  timeSpentGrid?: number | null | undefined;
1084
1108
  timeSpentGridOverall?: number | null | undefined;
1085
1109
  }, {
1086
- id: number | null;
1087
1110
  url: string | null;
1088
- schemaId: string | null;
1089
- category: "multivalue" | null;
1090
1111
  children: (({
1091
- id: number | null;
1092
1112
  url: string | null;
1113
+ id: number | null;
1093
1114
  schemaId: string | null;
1094
1115
  category: "datapoint" | null;
1095
1116
  content?: {
@@ -1111,14 +1132,12 @@ export declare const annotations: {
1111
1132
  validationSources?: string[] | null | undefined;
1112
1133
  timeSpent?: number | null | undefined;
1113
1134
  timeSpentOverall?: number | null | undefined;
1135
+ noRecalculation?: boolean | undefined;
1114
1136
  }[] | {
1115
- id: number | null;
1116
1137
  url: string | null;
1117
- schemaId: string;
1118
- category: "tuple" | null;
1119
1138
  children: ({
1120
- id: number | null;
1121
1139
  url: string | null;
1140
+ id: number | null;
1122
1141
  schemaId: string | null;
1123
1142
  category: "datapoint" | null;
1124
1143
  content?: {
@@ -1140,10 +1159,14 @@ export declare const annotations: {
1140
1159
  validationSources?: string[] | null | undefined;
1141
1160
  timeSpent?: number | null | undefined;
1142
1161
  timeSpentOverall?: number | null | undefined;
1162
+ noRecalculation?: boolean | undefined;
1143
1163
  } | null)[];
1144
- }[]) & ({
1145
1164
  id: number | null;
1165
+ schemaId: string;
1166
+ category: "tuple" | null;
1167
+ }[]) & ({
1146
1168
  url: string | null;
1169
+ id: number | null;
1147
1170
  schemaId: string | null;
1148
1171
  category: "datapoint" | null;
1149
1172
  content?: {
@@ -1165,14 +1188,12 @@ export declare const annotations: {
1165
1188
  validationSources?: string[] | null | undefined;
1166
1189
  timeSpent?: number | null | undefined;
1167
1190
  timeSpentOverall?: number | null | undefined;
1191
+ noRecalculation?: boolean | undefined;
1168
1192
  }[] | {
1169
- id: number | null;
1170
1193
  url: string | null;
1171
- schemaId: string;
1172
- category: "tuple" | null;
1173
1194
  children: ({
1174
- id: number | null;
1175
1195
  url: string | null;
1196
+ id: number | null;
1176
1197
  schemaId: string | null;
1177
1198
  category: "datapoint" | null;
1178
1199
  content?: {
@@ -1194,8 +1215,15 @@ export declare const annotations: {
1194
1215
  validationSources?: string[] | null | undefined;
1195
1216
  timeSpent?: number | null | undefined;
1196
1217
  timeSpentOverall?: number | null | undefined;
1218
+ noRecalculation?: boolean | undefined;
1197
1219
  } | null)[];
1220
+ id: number | null;
1221
+ schemaId: string;
1222
+ category: "tuple" | null;
1198
1223
  }[] | undefined)) | null;
1224
+ id: number | null;
1225
+ schemaId: string | null;
1226
+ category: "multivalue" | null;
1199
1227
  content?: {
1200
1228
  value?: string | null | undefined;
1201
1229
  normalizedValue?: string | null | undefined;
@@ -1287,9 +1315,10 @@ export declare const annotations: {
1287
1315
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1288
1316
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1289
1317
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1318
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
1290
1319
  }, "strip", import("zod").ZodTypeAny, {
1291
- id: number | null;
1292
1320
  url: string | null;
1321
+ id: number | null;
1293
1322
  schemaId: string | null;
1294
1323
  category: "datapoint" | null;
1295
1324
  content?: {
@@ -1311,9 +1340,10 @@ export declare const annotations: {
1311
1340
  validationSources?: string[] | null | undefined;
1312
1341
  timeSpent?: number | null | undefined;
1313
1342
  timeSpentOverall?: number | null | undefined;
1343
+ noRecalculation?: boolean | undefined;
1314
1344
  }, {
1315
- id: number | null;
1316
1345
  url: string | null;
1346
+ id: number | null;
1317
1347
  schemaId: string | null;
1318
1348
  category: "datapoint" | null;
1319
1349
  content?: {
@@ -1335,17 +1365,15 @@ export declare const annotations: {
1335
1365
  validationSources?: string[] | null | undefined;
1336
1366
  timeSpent?: number | null | undefined;
1337
1367
  timeSpentOverall?: number | null | undefined;
1368
+ noRecalculation?: boolean | undefined;
1338
1369
  }>]>, "many">>;
1339
1370
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"section">>;
1340
1371
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
1341
1372
  }, "strip", import("zod").ZodTypeAny, {
1342
- id: number | null;
1343
1373
  url: string | null;
1344
- schemaId: string | null;
1345
- category: "section" | null;
1346
1374
  children: ({
1347
- id: number | null;
1348
1375
  url: string | null;
1376
+ id: number | null;
1349
1377
  schemaId: string | null;
1350
1378
  category: "datapoint" | null;
1351
1379
  content?: {
@@ -1367,14 +1395,12 @@ export declare const annotations: {
1367
1395
  validationSources?: string[] | null | undefined;
1368
1396
  timeSpent?: number | null | undefined;
1369
1397
  timeSpentOverall?: number | null | undefined;
1398
+ noRecalculation?: boolean | undefined;
1370
1399
  } | {
1371
- id: number | null;
1372
1400
  url: string | null;
1373
- schemaId: string | null;
1374
- category: "multivalue" | null;
1375
1401
  children: (({
1376
- id: number | null;
1377
1402
  url: string | null;
1403
+ id: number | null;
1378
1404
  schemaId: string | null;
1379
1405
  category: "datapoint" | null;
1380
1406
  content?: {
@@ -1396,14 +1422,12 @@ export declare const annotations: {
1396
1422
  validationSources?: string[] | null | undefined;
1397
1423
  timeSpent?: number | null | undefined;
1398
1424
  timeSpentOverall?: number | null | undefined;
1425
+ noRecalculation?: boolean | undefined;
1399
1426
  }[] | {
1400
- id: number | null;
1401
1427
  url: string | null;
1402
- schemaId: string;
1403
- category: "tuple" | null;
1404
1428
  children: ({
1405
- id: number | null;
1406
1429
  url: string | null;
1430
+ id: number | null;
1407
1431
  schemaId: string | null;
1408
1432
  category: "datapoint" | null;
1409
1433
  content?: {
@@ -1425,10 +1449,14 @@ export declare const annotations: {
1425
1449
  validationSources?: string[] | null | undefined;
1426
1450
  timeSpent?: number | null | undefined;
1427
1451
  timeSpentOverall?: number | null | undefined;
1452
+ noRecalculation?: boolean | undefined;
1428
1453
  } | null)[];
1429
- }[]) & ({
1430
1454
  id: number | null;
1455
+ schemaId: string;
1456
+ category: "tuple" | null;
1457
+ }[]) & ({
1431
1458
  url: string | null;
1459
+ id: number | null;
1432
1460
  schemaId: string | null;
1433
1461
  category: "datapoint" | null;
1434
1462
  content?: {
@@ -1450,14 +1478,12 @@ export declare const annotations: {
1450
1478
  validationSources?: string[] | null | undefined;
1451
1479
  timeSpent?: number | null | undefined;
1452
1480
  timeSpentOverall?: number | null | undefined;
1481
+ noRecalculation?: boolean | undefined;
1453
1482
  }[] | {
1454
- id: number | null;
1455
1483
  url: string | null;
1456
- schemaId: string;
1457
- category: "tuple" | null;
1458
1484
  children: ({
1459
- id: number | null;
1460
1485
  url: string | null;
1486
+ id: number | null;
1461
1487
  schemaId: string | null;
1462
1488
  category: "datapoint" | null;
1463
1489
  content?: {
@@ -1479,8 +1505,15 @@ export declare const annotations: {
1479
1505
  validationSources?: string[] | null | undefined;
1480
1506
  timeSpent?: number | null | undefined;
1481
1507
  timeSpentOverall?: number | null | undefined;
1508
+ noRecalculation?: boolean | undefined;
1482
1509
  } | null)[];
1510
+ id: number | null;
1511
+ schemaId: string;
1512
+ category: "tuple" | null;
1483
1513
  }[] | undefined)) | null;
1514
+ id: number | null;
1515
+ schemaId: string | null;
1516
+ category: "multivalue" | null;
1484
1517
  content?: {
1485
1518
  value?: string | null | undefined;
1486
1519
  normalizedValue?: string | null | undefined;
@@ -1519,14 +1552,14 @@ export declare const annotations: {
1519
1552
  timeSpentGrid?: number | null | undefined;
1520
1553
  timeSpentGridOverall?: number | null | undefined;
1521
1554
  })[] | null;
1522
- }, {
1523
1555
  id: number | null;
1524
- url: string | null;
1525
1556
  schemaId: string | null;
1526
1557
  category: "section" | null;
1558
+ }, {
1559
+ url: string | null;
1527
1560
  children: ({
1528
- id: number | null;
1529
1561
  url: string | null;
1562
+ id: number | null;
1530
1563
  schemaId: string | null;
1531
1564
  category: "datapoint" | null;
1532
1565
  content?: {
@@ -1548,14 +1581,12 @@ export declare const annotations: {
1548
1581
  validationSources?: string[] | null | undefined;
1549
1582
  timeSpent?: number | null | undefined;
1550
1583
  timeSpentOverall?: number | null | undefined;
1584
+ noRecalculation?: boolean | undefined;
1551
1585
  } | {
1552
- id: number | null;
1553
1586
  url: string | null;
1554
- schemaId: string | null;
1555
- category: "multivalue" | null;
1556
1587
  children: (({
1557
- id: number | null;
1558
1588
  url: string | null;
1589
+ id: number | null;
1559
1590
  schemaId: string | null;
1560
1591
  category: "datapoint" | null;
1561
1592
  content?: {
@@ -1577,14 +1608,12 @@ export declare const annotations: {
1577
1608
  validationSources?: string[] | null | undefined;
1578
1609
  timeSpent?: number | null | undefined;
1579
1610
  timeSpentOverall?: number | null | undefined;
1611
+ noRecalculation?: boolean | undefined;
1580
1612
  }[] | {
1581
- id: number | null;
1582
1613
  url: string | null;
1583
- schemaId: string;
1584
- category: "tuple" | null;
1585
1614
  children: ({
1586
- id: number | null;
1587
1615
  url: string | null;
1616
+ id: number | null;
1588
1617
  schemaId: string | null;
1589
1618
  category: "datapoint" | null;
1590
1619
  content?: {
@@ -1606,10 +1635,14 @@ export declare const annotations: {
1606
1635
  validationSources?: string[] | null | undefined;
1607
1636
  timeSpent?: number | null | undefined;
1608
1637
  timeSpentOverall?: number | null | undefined;
1638
+ noRecalculation?: boolean | undefined;
1609
1639
  } | null)[];
1610
- }[]) & ({
1611
1640
  id: number | null;
1641
+ schemaId: string;
1642
+ category: "tuple" | null;
1643
+ }[]) & ({
1612
1644
  url: string | null;
1645
+ id: number | null;
1613
1646
  schemaId: string | null;
1614
1647
  category: "datapoint" | null;
1615
1648
  content?: {
@@ -1631,14 +1664,12 @@ export declare const annotations: {
1631
1664
  validationSources?: string[] | null | undefined;
1632
1665
  timeSpent?: number | null | undefined;
1633
1666
  timeSpentOverall?: number | null | undefined;
1667
+ noRecalculation?: boolean | undefined;
1634
1668
  }[] | {
1635
- id: number | null;
1636
1669
  url: string | null;
1637
- schemaId: string;
1638
- category: "tuple" | null;
1639
1670
  children: ({
1640
- id: number | null;
1641
1671
  url: string | null;
1672
+ id: number | null;
1642
1673
  schemaId: string | null;
1643
1674
  category: "datapoint" | null;
1644
1675
  content?: {
@@ -1660,8 +1691,15 @@ export declare const annotations: {
1660
1691
  validationSources?: string[] | null | undefined;
1661
1692
  timeSpent?: number | null | undefined;
1662
1693
  timeSpentOverall?: number | null | undefined;
1694
+ noRecalculation?: boolean | undefined;
1663
1695
  } | null)[];
1696
+ id: number | null;
1697
+ schemaId: string;
1698
+ category: "tuple" | null;
1664
1699
  }[] | undefined)) | null;
1700
+ id: number | null;
1701
+ schemaId: string | null;
1702
+ category: "multivalue" | null;
1665
1703
  content?: {
1666
1704
  value?: string | null | undefined;
1667
1705
  normalizedValue?: string | null | undefined;
@@ -1700,6 +1738,9 @@ export declare const annotations: {
1700
1738
  timeSpentGrid?: number | null | undefined;
1701
1739
  timeSpentGridOverall?: number | null | undefined;
1702
1740
  })[] | null;
1741
+ id: number | null;
1742
+ schemaId: string | null;
1743
+ category: "section" | null;
1703
1744
  }>, "many">;
1704
1745
  results: import("zod").ZodArray<import("zod").ZodObject<{
1705
1746
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
@@ -1807,9 +1848,10 @@ export declare const annotations: {
1807
1848
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1808
1849
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1809
1850
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1851
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
1810
1852
  }, "strip", import("zod").ZodTypeAny, {
1811
- id: number | null;
1812
1853
  url: string | null;
1854
+ id: number | null;
1813
1855
  schemaId: string | null;
1814
1856
  category: "datapoint" | null;
1815
1857
  content?: {
@@ -1831,9 +1873,10 @@ export declare const annotations: {
1831
1873
  validationSources?: string[] | null | undefined;
1832
1874
  timeSpent?: number | null | undefined;
1833
1875
  timeSpentOverall?: number | null | undefined;
1876
+ noRecalculation?: boolean | undefined;
1834
1877
  }, {
1835
- id: number | null;
1836
1878
  url: string | null;
1879
+ id: number | null;
1837
1880
  schemaId: string | null;
1838
1881
  category: "datapoint" | null;
1839
1882
  content?: {
@@ -1855,6 +1898,7 @@ export declare const annotations: {
1855
1898
  validationSources?: string[] | null | undefined;
1856
1899
  timeSpent?: number | null | undefined;
1857
1900
  timeSpentOverall?: number | null | undefined;
1901
+ noRecalculation?: boolean | undefined;
1858
1902
  }>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
1859
1903
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
1860
1904
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1913,9 +1957,10 @@ export declare const annotations: {
1913
1957
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1914
1958
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1915
1959
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1960
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
1916
1961
  }, "strip", import("zod").ZodTypeAny, {
1917
- id: number | null;
1918
1962
  url: string | null;
1963
+ id: number | null;
1919
1964
  schemaId: string | null;
1920
1965
  category: "datapoint" | null;
1921
1966
  content?: {
@@ -1937,9 +1982,10 @@ export declare const annotations: {
1937
1982
  validationSources?: string[] | null | undefined;
1938
1983
  timeSpent?: number | null | undefined;
1939
1984
  timeSpentOverall?: number | null | undefined;
1985
+ noRecalculation?: boolean | undefined;
1940
1986
  }, {
1941
- id: number | null;
1942
1987
  url: string | null;
1988
+ id: number | null;
1943
1989
  schemaId: string | null;
1944
1990
  category: "datapoint" | null;
1945
1991
  content?: {
@@ -1961,16 +2007,14 @@ export declare const annotations: {
1961
2007
  validationSources?: string[] | null | undefined;
1962
2008
  timeSpent?: number | null | undefined;
1963
2009
  timeSpentOverall?: number | null | undefined;
2010
+ noRecalculation?: boolean | undefined;
1964
2011
  }>>, "many">;
1965
2012
  schemaId: import("zod").ZodString;
1966
2013
  }, "strip", import("zod").ZodTypeAny, {
1967
- id: number | null;
1968
2014
  url: string | null;
1969
- schemaId: string;
1970
- category: "tuple" | null;
1971
2015
  children: ({
1972
- id: number | null;
1973
2016
  url: string | null;
2017
+ id: number | null;
1974
2018
  schemaId: string | null;
1975
2019
  category: "datapoint" | null;
1976
2020
  content?: {
@@ -1992,15 +2036,16 @@ export declare const annotations: {
1992
2036
  validationSources?: string[] | null | undefined;
1993
2037
  timeSpent?: number | null | undefined;
1994
2038
  timeSpentOverall?: number | null | undefined;
2039
+ noRecalculation?: boolean | undefined;
1995
2040
  } | null)[];
1996
- }, {
1997
2041
  id: number | null;
1998
- url: string | null;
1999
2042
  schemaId: string;
2000
2043
  category: "tuple" | null;
2044
+ }, {
2045
+ url: string | null;
2001
2046
  children: ({
2002
- id: number | null;
2003
2047
  url: string | null;
2048
+ id: number | null;
2004
2049
  schemaId: string | null;
2005
2050
  category: "datapoint" | null;
2006
2051
  content?: {
@@ -2022,7 +2067,11 @@ export declare const annotations: {
2022
2067
  validationSources?: string[] | null | undefined;
2023
2068
  timeSpent?: number | null | undefined;
2024
2069
  timeSpentOverall?: number | null | undefined;
2070
+ noRecalculation?: boolean | undefined;
2025
2071
  } | null)[];
2072
+ id: number | null;
2073
+ schemaId: string;
2074
+ category: "tuple" | null;
2026
2075
  }>, "many">]>>;
2027
2076
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"multivalue">>;
2028
2077
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -2118,13 +2167,10 @@ export declare const annotations: {
2118
2167
  timeSpentGrid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
2119
2168
  timeSpentGridOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
2120
2169
  }, "strip", import("zod").ZodTypeAny, {
2121
- id: number | null;
2122
2170
  url: string | null;
2123
- schemaId: string | null;
2124
- category: "multivalue" | null;
2125
2171
  children: (({
2126
- id: number | null;
2127
2172
  url: string | null;
2173
+ id: number | null;
2128
2174
  schemaId: string | null;
2129
2175
  category: "datapoint" | null;
2130
2176
  content?: {
@@ -2146,14 +2192,12 @@ export declare const annotations: {
2146
2192
  validationSources?: string[] | null | undefined;
2147
2193
  timeSpent?: number | null | undefined;
2148
2194
  timeSpentOverall?: number | null | undefined;
2195
+ noRecalculation?: boolean | undefined;
2149
2196
  }[] | {
2150
- id: number | null;
2151
2197
  url: string | null;
2152
- schemaId: string;
2153
- category: "tuple" | null;
2154
2198
  children: ({
2155
- id: number | null;
2156
2199
  url: string | null;
2200
+ id: number | null;
2157
2201
  schemaId: string | null;
2158
2202
  category: "datapoint" | null;
2159
2203
  content?: {
@@ -2175,10 +2219,14 @@ export declare const annotations: {
2175
2219
  validationSources?: string[] | null | undefined;
2176
2220
  timeSpent?: number | null | undefined;
2177
2221
  timeSpentOverall?: number | null | undefined;
2222
+ noRecalculation?: boolean | undefined;
2178
2223
  } | null)[];
2179
- }[]) & ({
2180
2224
  id: number | null;
2225
+ schemaId: string;
2226
+ category: "tuple" | null;
2227
+ }[]) & ({
2181
2228
  url: string | null;
2229
+ id: number | null;
2182
2230
  schemaId: string | null;
2183
2231
  category: "datapoint" | null;
2184
2232
  content?: {
@@ -2200,14 +2248,12 @@ export declare const annotations: {
2200
2248
  validationSources?: string[] | null | undefined;
2201
2249
  timeSpent?: number | null | undefined;
2202
2250
  timeSpentOverall?: number | null | undefined;
2251
+ noRecalculation?: boolean | undefined;
2203
2252
  }[] | {
2204
- id: number | null;
2205
2253
  url: string | null;
2206
- schemaId: string;
2207
- category: "tuple" | null;
2208
2254
  children: ({
2209
- id: number | null;
2210
2255
  url: string | null;
2256
+ id: number | null;
2211
2257
  schemaId: string | null;
2212
2258
  category: "datapoint" | null;
2213
2259
  content?: {
@@ -2229,8 +2275,15 @@ export declare const annotations: {
2229
2275
  validationSources?: string[] | null | undefined;
2230
2276
  timeSpent?: number | null | undefined;
2231
2277
  timeSpentOverall?: number | null | undefined;
2278
+ noRecalculation?: boolean | undefined;
2232
2279
  } | null)[];
2280
+ id: number | null;
2281
+ schemaId: string;
2282
+ category: "tuple" | null;
2233
2283
  }[] | undefined)) | null;
2284
+ id: number | null;
2285
+ schemaId: string | null;
2286
+ category: "multivalue" | null;
2234
2287
  content?: {
2235
2288
  value?: string | null | undefined;
2236
2289
  normalizedValue?: string | null | undefined;
@@ -2269,13 +2322,10 @@ export declare const annotations: {
2269
2322
  timeSpentGrid?: number | null | undefined;
2270
2323
  timeSpentGridOverall?: number | null | undefined;
2271
2324
  }, {
2272
- id: number | null;
2273
2325
  url: string | null;
2274
- schemaId: string | null;
2275
- category: "multivalue" | null;
2276
2326
  children: (({
2277
- id: number | null;
2278
2327
  url: string | null;
2328
+ id: number | null;
2279
2329
  schemaId: string | null;
2280
2330
  category: "datapoint" | null;
2281
2331
  content?: {
@@ -2297,14 +2347,12 @@ export declare const annotations: {
2297
2347
  validationSources?: string[] | null | undefined;
2298
2348
  timeSpent?: number | null | undefined;
2299
2349
  timeSpentOverall?: number | null | undefined;
2350
+ noRecalculation?: boolean | undefined;
2300
2351
  }[] | {
2301
- id: number | null;
2302
2352
  url: string | null;
2303
- schemaId: string;
2304
- category: "tuple" | null;
2305
2353
  children: ({
2306
- id: number | null;
2307
2354
  url: string | null;
2355
+ id: number | null;
2308
2356
  schemaId: string | null;
2309
2357
  category: "datapoint" | null;
2310
2358
  content?: {
@@ -2326,10 +2374,14 @@ export declare const annotations: {
2326
2374
  validationSources?: string[] | null | undefined;
2327
2375
  timeSpent?: number | null | undefined;
2328
2376
  timeSpentOverall?: number | null | undefined;
2377
+ noRecalculation?: boolean | undefined;
2329
2378
  } | null)[];
2330
- }[]) & ({
2331
2379
  id: number | null;
2380
+ schemaId: string;
2381
+ category: "tuple" | null;
2382
+ }[]) & ({
2332
2383
  url: string | null;
2384
+ id: number | null;
2333
2385
  schemaId: string | null;
2334
2386
  category: "datapoint" | null;
2335
2387
  content?: {
@@ -2351,14 +2403,12 @@ export declare const annotations: {
2351
2403
  validationSources?: string[] | null | undefined;
2352
2404
  timeSpent?: number | null | undefined;
2353
2405
  timeSpentOverall?: number | null | undefined;
2406
+ noRecalculation?: boolean | undefined;
2354
2407
  }[] | {
2355
- id: number | null;
2356
2408
  url: string | null;
2357
- schemaId: string;
2358
- category: "tuple" | null;
2359
2409
  children: ({
2360
- id: number | null;
2361
2410
  url: string | null;
2411
+ id: number | null;
2362
2412
  schemaId: string | null;
2363
2413
  category: "datapoint" | null;
2364
2414
  content?: {
@@ -2380,8 +2430,15 @@ export declare const annotations: {
2380
2430
  validationSources?: string[] | null | undefined;
2381
2431
  timeSpent?: number | null | undefined;
2382
2432
  timeSpentOverall?: number | null | undefined;
2433
+ noRecalculation?: boolean | undefined;
2383
2434
  } | null)[];
2435
+ id: number | null;
2436
+ schemaId: string;
2437
+ category: "tuple" | null;
2384
2438
  }[] | undefined)) | null;
2439
+ id: number | null;
2440
+ schemaId: string | null;
2441
+ category: "multivalue" | null;
2385
2442
  content?: {
2386
2443
  value?: string | null | undefined;
2387
2444
  normalizedValue?: string | null | undefined;
@@ -2473,9 +2530,10 @@ export declare const annotations: {
2473
2530
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
2474
2531
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
2475
2532
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
2533
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
2476
2534
  }, "strip", import("zod").ZodTypeAny, {
2477
- id: number | null;
2478
2535
  url: string | null;
2536
+ id: number | null;
2479
2537
  schemaId: string | null;
2480
2538
  category: "datapoint" | null;
2481
2539
  content?: {
@@ -2497,9 +2555,10 @@ export declare const annotations: {
2497
2555
  validationSources?: string[] | null | undefined;
2498
2556
  timeSpent?: number | null | undefined;
2499
2557
  timeSpentOverall?: number | null | undefined;
2558
+ noRecalculation?: boolean | undefined;
2500
2559
  }, {
2501
- id: number | null;
2502
2560
  url: string | null;
2561
+ id: number | null;
2503
2562
  schemaId: string | null;
2504
2563
  category: "datapoint" | null;
2505
2564
  content?: {
@@ -2521,17 +2580,15 @@ export declare const annotations: {
2521
2580
  validationSources?: string[] | null | undefined;
2522
2581
  timeSpent?: number | null | undefined;
2523
2582
  timeSpentOverall?: number | null | undefined;
2583
+ noRecalculation?: boolean | undefined;
2524
2584
  }>]>, "many">>;
2525
2585
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"section">>;
2526
2586
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
2527
2587
  }, "strip", import("zod").ZodTypeAny, {
2528
- id: number | null;
2529
2588
  url: string | null;
2530
- schemaId: string | null;
2531
- category: "section" | null;
2532
2589
  children: ({
2533
- id: number | null;
2534
2590
  url: string | null;
2591
+ id: number | null;
2535
2592
  schemaId: string | null;
2536
2593
  category: "datapoint" | null;
2537
2594
  content?: {
@@ -2553,14 +2610,12 @@ export declare const annotations: {
2553
2610
  validationSources?: string[] | null | undefined;
2554
2611
  timeSpent?: number | null | undefined;
2555
2612
  timeSpentOverall?: number | null | undefined;
2613
+ noRecalculation?: boolean | undefined;
2556
2614
  } | {
2557
- id: number | null;
2558
2615
  url: string | null;
2559
- schemaId: string | null;
2560
- category: "multivalue" | null;
2561
2616
  children: (({
2562
- id: number | null;
2563
2617
  url: string | null;
2618
+ id: number | null;
2564
2619
  schemaId: string | null;
2565
2620
  category: "datapoint" | null;
2566
2621
  content?: {
@@ -2582,14 +2637,12 @@ export declare const annotations: {
2582
2637
  validationSources?: string[] | null | undefined;
2583
2638
  timeSpent?: number | null | undefined;
2584
2639
  timeSpentOverall?: number | null | undefined;
2640
+ noRecalculation?: boolean | undefined;
2585
2641
  }[] | {
2586
- id: number | null;
2587
2642
  url: string | null;
2588
- schemaId: string;
2589
- category: "tuple" | null;
2590
2643
  children: ({
2591
- id: number | null;
2592
2644
  url: string | null;
2645
+ id: number | null;
2593
2646
  schemaId: string | null;
2594
2647
  category: "datapoint" | null;
2595
2648
  content?: {
@@ -2611,10 +2664,14 @@ export declare const annotations: {
2611
2664
  validationSources?: string[] | null | undefined;
2612
2665
  timeSpent?: number | null | undefined;
2613
2666
  timeSpentOverall?: number | null | undefined;
2667
+ noRecalculation?: boolean | undefined;
2614
2668
  } | null)[];
2615
- }[]) & ({
2616
2669
  id: number | null;
2670
+ schemaId: string;
2671
+ category: "tuple" | null;
2672
+ }[]) & ({
2617
2673
  url: string | null;
2674
+ id: number | null;
2618
2675
  schemaId: string | null;
2619
2676
  category: "datapoint" | null;
2620
2677
  content?: {
@@ -2636,14 +2693,12 @@ export declare const annotations: {
2636
2693
  validationSources?: string[] | null | undefined;
2637
2694
  timeSpent?: number | null | undefined;
2638
2695
  timeSpentOverall?: number | null | undefined;
2696
+ noRecalculation?: boolean | undefined;
2639
2697
  }[] | {
2640
- id: number | null;
2641
2698
  url: string | null;
2642
- schemaId: string;
2643
- category: "tuple" | null;
2644
2699
  children: ({
2645
- id: number | null;
2646
2700
  url: string | null;
2701
+ id: number | null;
2647
2702
  schemaId: string | null;
2648
2703
  category: "datapoint" | null;
2649
2704
  content?: {
@@ -2665,8 +2720,15 @@ export declare const annotations: {
2665
2720
  validationSources?: string[] | null | undefined;
2666
2721
  timeSpent?: number | null | undefined;
2667
2722
  timeSpentOverall?: number | null | undefined;
2723
+ noRecalculation?: boolean | undefined;
2668
2724
  } | null)[];
2725
+ id: number | null;
2726
+ schemaId: string;
2727
+ category: "tuple" | null;
2669
2728
  }[] | undefined)) | null;
2729
+ id: number | null;
2730
+ schemaId: string | null;
2731
+ category: "multivalue" | null;
2670
2732
  content?: {
2671
2733
  value?: string | null | undefined;
2672
2734
  normalizedValue?: string | null | undefined;
@@ -2705,14 +2767,14 @@ export declare const annotations: {
2705
2767
  timeSpentGrid?: number | null | undefined;
2706
2768
  timeSpentGridOverall?: number | null | undefined;
2707
2769
  })[] | null;
2708
- }, {
2709
2770
  id: number | null;
2710
- url: string | null;
2711
2771
  schemaId: string | null;
2712
2772
  category: "section" | null;
2773
+ }, {
2774
+ url: string | null;
2713
2775
  children: ({
2714
- id: number | null;
2715
2776
  url: string | null;
2777
+ id: number | null;
2716
2778
  schemaId: string | null;
2717
2779
  category: "datapoint" | null;
2718
2780
  content?: {
@@ -2734,14 +2796,12 @@ export declare const annotations: {
2734
2796
  validationSources?: string[] | null | undefined;
2735
2797
  timeSpent?: number | null | undefined;
2736
2798
  timeSpentOverall?: number | null | undefined;
2799
+ noRecalculation?: boolean | undefined;
2737
2800
  } | {
2738
- id: number | null;
2739
2801
  url: string | null;
2740
- schemaId: string | null;
2741
- category: "multivalue" | null;
2742
2802
  children: (({
2743
- id: number | null;
2744
2803
  url: string | null;
2804
+ id: number | null;
2745
2805
  schemaId: string | null;
2746
2806
  category: "datapoint" | null;
2747
2807
  content?: {
@@ -2763,14 +2823,12 @@ export declare const annotations: {
2763
2823
  validationSources?: string[] | null | undefined;
2764
2824
  timeSpent?: number | null | undefined;
2765
2825
  timeSpentOverall?: number | null | undefined;
2826
+ noRecalculation?: boolean | undefined;
2766
2827
  }[] | {
2767
- id: number | null;
2768
2828
  url: string | null;
2769
- schemaId: string;
2770
- category: "tuple" | null;
2771
2829
  children: ({
2772
- id: number | null;
2773
2830
  url: string | null;
2831
+ id: number | null;
2774
2832
  schemaId: string | null;
2775
2833
  category: "datapoint" | null;
2776
2834
  content?: {
@@ -2792,10 +2850,14 @@ export declare const annotations: {
2792
2850
  validationSources?: string[] | null | undefined;
2793
2851
  timeSpent?: number | null | undefined;
2794
2852
  timeSpentOverall?: number | null | undefined;
2853
+ noRecalculation?: boolean | undefined;
2795
2854
  } | null)[];
2796
- }[]) & ({
2797
2855
  id: number | null;
2856
+ schemaId: string;
2857
+ category: "tuple" | null;
2858
+ }[]) & ({
2798
2859
  url: string | null;
2860
+ id: number | null;
2799
2861
  schemaId: string | null;
2800
2862
  category: "datapoint" | null;
2801
2863
  content?: {
@@ -2817,14 +2879,12 @@ export declare const annotations: {
2817
2879
  validationSources?: string[] | null | undefined;
2818
2880
  timeSpent?: number | null | undefined;
2819
2881
  timeSpentOverall?: number | null | undefined;
2882
+ noRecalculation?: boolean | undefined;
2820
2883
  }[] | {
2821
- id: number | null;
2822
2884
  url: string | null;
2823
- schemaId: string;
2824
- category: "tuple" | null;
2825
2885
  children: ({
2826
- id: number | null;
2827
2886
  url: string | null;
2887
+ id: number | null;
2828
2888
  schemaId: string | null;
2829
2889
  category: "datapoint" | null;
2830
2890
  content?: {
@@ -2846,8 +2906,15 @@ export declare const annotations: {
2846
2906
  validationSources?: string[] | null | undefined;
2847
2907
  timeSpent?: number | null | undefined;
2848
2908
  timeSpentOverall?: number | null | undefined;
2909
+ noRecalculation?: boolean | undefined;
2849
2910
  } | null)[];
2911
+ id: number | null;
2912
+ schemaId: string;
2913
+ category: "tuple" | null;
2850
2914
  }[] | undefined)) | null;
2915
+ id: number | null;
2916
+ schemaId: string | null;
2917
+ category: "multivalue" | null;
2851
2918
  content?: {
2852
2919
  value?: string | null | undefined;
2853
2920
  normalizedValue?: string | null | undefined;
@@ -2886,16 +2953,16 @@ export declare const annotations: {
2886
2953
  timeSpentGrid?: number | null | undefined;
2887
2954
  timeSpentGridOverall?: number | null | undefined;
2888
2955
  })[] | null;
2889
- }>, "many">;
2890
- }, "strip", import("zod").ZodTypeAny, {
2891
- content: {
2892
2956
  id: number | null;
2893
- url: string | null;
2894
2957
  schemaId: string | null;
2895
2958
  category: "section" | null;
2959
+ }>, "many">;
2960
+ }, "strip", import("zod").ZodTypeAny, {
2961
+ results: {
2962
+ url: string | null;
2896
2963
  children: ({
2897
- id: number | null;
2898
2964
  url: string | null;
2965
+ id: number | null;
2899
2966
  schemaId: string | null;
2900
2967
  category: "datapoint" | null;
2901
2968
  content?: {
@@ -2917,14 +2984,12 @@ export declare const annotations: {
2917
2984
  validationSources?: string[] | null | undefined;
2918
2985
  timeSpent?: number | null | undefined;
2919
2986
  timeSpentOverall?: number | null | undefined;
2987
+ noRecalculation?: boolean | undefined;
2920
2988
  } | {
2921
- id: number | null;
2922
2989
  url: string | null;
2923
- schemaId: string | null;
2924
- category: "multivalue" | null;
2925
2990
  children: (({
2926
- id: number | null;
2927
2991
  url: string | null;
2992
+ id: number | null;
2928
2993
  schemaId: string | null;
2929
2994
  category: "datapoint" | null;
2930
2995
  content?: {
@@ -2946,14 +3011,12 @@ export declare const annotations: {
2946
3011
  validationSources?: string[] | null | undefined;
2947
3012
  timeSpent?: number | null | undefined;
2948
3013
  timeSpentOverall?: number | null | undefined;
3014
+ noRecalculation?: boolean | undefined;
2949
3015
  }[] | {
2950
- id: number | null;
2951
3016
  url: string | null;
2952
- schemaId: string;
2953
- category: "tuple" | null;
2954
3017
  children: ({
2955
- id: number | null;
2956
3018
  url: string | null;
3019
+ id: number | null;
2957
3020
  schemaId: string | null;
2958
3021
  category: "datapoint" | null;
2959
3022
  content?: {
@@ -2975,10 +3038,14 @@ export declare const annotations: {
2975
3038
  validationSources?: string[] | null | undefined;
2976
3039
  timeSpent?: number | null | undefined;
2977
3040
  timeSpentOverall?: number | null | undefined;
3041
+ noRecalculation?: boolean | undefined;
2978
3042
  } | null)[];
2979
- }[]) & ({
2980
3043
  id: number | null;
3044
+ schemaId: string;
3045
+ category: "tuple" | null;
3046
+ }[]) & ({
2981
3047
  url: string | null;
3048
+ id: number | null;
2982
3049
  schemaId: string | null;
2983
3050
  category: "datapoint" | null;
2984
3051
  content?: {
@@ -3000,14 +3067,12 @@ export declare const annotations: {
3000
3067
  validationSources?: string[] | null | undefined;
3001
3068
  timeSpent?: number | null | undefined;
3002
3069
  timeSpentOverall?: number | null | undefined;
3070
+ noRecalculation?: boolean | undefined;
3003
3071
  }[] | {
3004
- id: number | null;
3005
3072
  url: string | null;
3006
- schemaId: string;
3007
- category: "tuple" | null;
3008
3073
  children: ({
3009
- id: number | null;
3010
3074
  url: string | null;
3075
+ id: number | null;
3011
3076
  schemaId: string | null;
3012
3077
  category: "datapoint" | null;
3013
3078
  content?: {
@@ -3029,8 +3094,15 @@ export declare const annotations: {
3029
3094
  validationSources?: string[] | null | undefined;
3030
3095
  timeSpent?: number | null | undefined;
3031
3096
  timeSpentOverall?: number | null | undefined;
3097
+ noRecalculation?: boolean | undefined;
3032
3098
  } | null)[];
3099
+ id: number | null;
3100
+ schemaId: string;
3101
+ category: "tuple" | null;
3033
3102
  }[] | undefined)) | null;
3103
+ id: number | null;
3104
+ schemaId: string | null;
3105
+ category: "multivalue" | null;
3034
3106
  content?: {
3035
3107
  value?: string | null | undefined;
3036
3108
  normalizedValue?: string | null | undefined;
@@ -3069,15 +3141,15 @@ export declare const annotations: {
3069
3141
  timeSpentGrid?: number | null | undefined;
3070
3142
  timeSpentGridOverall?: number | null | undefined;
3071
3143
  })[] | null;
3072
- }[];
3073
- results: {
3074
3144
  id: number | null;
3075
- url: string | null;
3076
3145
  schemaId: string | null;
3077
3146
  category: "section" | null;
3147
+ }[];
3148
+ content: {
3149
+ url: string | null;
3078
3150
  children: ({
3079
- id: number | null;
3080
3151
  url: string | null;
3152
+ id: number | null;
3081
3153
  schemaId: string | null;
3082
3154
  category: "datapoint" | null;
3083
3155
  content?: {
@@ -3099,14 +3171,12 @@ export declare const annotations: {
3099
3171
  validationSources?: string[] | null | undefined;
3100
3172
  timeSpent?: number | null | undefined;
3101
3173
  timeSpentOverall?: number | null | undefined;
3174
+ noRecalculation?: boolean | undefined;
3102
3175
  } | {
3103
- id: number | null;
3104
3176
  url: string | null;
3105
- schemaId: string | null;
3106
- category: "multivalue" | null;
3107
3177
  children: (({
3108
- id: number | null;
3109
3178
  url: string | null;
3179
+ id: number | null;
3110
3180
  schemaId: string | null;
3111
3181
  category: "datapoint" | null;
3112
3182
  content?: {
@@ -3128,14 +3198,12 @@ export declare const annotations: {
3128
3198
  validationSources?: string[] | null | undefined;
3129
3199
  timeSpent?: number | null | undefined;
3130
3200
  timeSpentOverall?: number | null | undefined;
3201
+ noRecalculation?: boolean | undefined;
3131
3202
  }[] | {
3132
- id: number | null;
3133
3203
  url: string | null;
3134
- schemaId: string;
3135
- category: "tuple" | null;
3136
3204
  children: ({
3137
- id: number | null;
3138
3205
  url: string | null;
3206
+ id: number | null;
3139
3207
  schemaId: string | null;
3140
3208
  category: "datapoint" | null;
3141
3209
  content?: {
@@ -3157,10 +3225,14 @@ export declare const annotations: {
3157
3225
  validationSources?: string[] | null | undefined;
3158
3226
  timeSpent?: number | null | undefined;
3159
3227
  timeSpentOverall?: number | null | undefined;
3228
+ noRecalculation?: boolean | undefined;
3160
3229
  } | null)[];
3161
- }[]) & ({
3162
3230
  id: number | null;
3231
+ schemaId: string;
3232
+ category: "tuple" | null;
3233
+ }[]) & ({
3163
3234
  url: string | null;
3235
+ id: number | null;
3164
3236
  schemaId: string | null;
3165
3237
  category: "datapoint" | null;
3166
3238
  content?: {
@@ -3182,14 +3254,12 @@ export declare const annotations: {
3182
3254
  validationSources?: string[] | null | undefined;
3183
3255
  timeSpent?: number | null | undefined;
3184
3256
  timeSpentOverall?: number | null | undefined;
3257
+ noRecalculation?: boolean | undefined;
3185
3258
  }[] | {
3186
- id: number | null;
3187
3259
  url: string | null;
3188
- schemaId: string;
3189
- category: "tuple" | null;
3190
3260
  children: ({
3191
- id: number | null;
3192
3261
  url: string | null;
3262
+ id: number | null;
3193
3263
  schemaId: string | null;
3194
3264
  category: "datapoint" | null;
3195
3265
  content?: {
@@ -3211,8 +3281,15 @@ export declare const annotations: {
3211
3281
  validationSources?: string[] | null | undefined;
3212
3282
  timeSpent?: number | null | undefined;
3213
3283
  timeSpentOverall?: number | null | undefined;
3284
+ noRecalculation?: boolean | undefined;
3214
3285
  } | null)[];
3286
+ id: number | null;
3287
+ schemaId: string;
3288
+ category: "tuple" | null;
3215
3289
  }[] | undefined)) | null;
3290
+ id: number | null;
3291
+ schemaId: string | null;
3292
+ category: "multivalue" | null;
3216
3293
  content?: {
3217
3294
  value?: string | null | undefined;
3218
3295
  normalizedValue?: string | null | undefined;
@@ -3251,16 +3328,16 @@ export declare const annotations: {
3251
3328
  timeSpentGrid?: number | null | undefined;
3252
3329
  timeSpentGridOverall?: number | null | undefined;
3253
3330
  })[] | null;
3254
- }[];
3255
- }, {
3256
- content: {
3257
3331
  id: number | null;
3258
- url: string | null;
3259
3332
  schemaId: string | null;
3260
3333
  category: "section" | null;
3334
+ }[];
3335
+ }, {
3336
+ results: {
3337
+ url: string | null;
3261
3338
  children: ({
3262
- id: number | null;
3263
3339
  url: string | null;
3340
+ id: number | null;
3264
3341
  schemaId: string | null;
3265
3342
  category: "datapoint" | null;
3266
3343
  content?: {
@@ -3282,14 +3359,12 @@ export declare const annotations: {
3282
3359
  validationSources?: string[] | null | undefined;
3283
3360
  timeSpent?: number | null | undefined;
3284
3361
  timeSpentOverall?: number | null | undefined;
3362
+ noRecalculation?: boolean | undefined;
3285
3363
  } | {
3286
- id: number | null;
3287
3364
  url: string | null;
3288
- schemaId: string | null;
3289
- category: "multivalue" | null;
3290
3365
  children: (({
3291
- id: number | null;
3292
3366
  url: string | null;
3367
+ id: number | null;
3293
3368
  schemaId: string | null;
3294
3369
  category: "datapoint" | null;
3295
3370
  content?: {
@@ -3311,14 +3386,12 @@ export declare const annotations: {
3311
3386
  validationSources?: string[] | null | undefined;
3312
3387
  timeSpent?: number | null | undefined;
3313
3388
  timeSpentOverall?: number | null | undefined;
3389
+ noRecalculation?: boolean | undefined;
3314
3390
  }[] | {
3315
- id: number | null;
3316
3391
  url: string | null;
3317
- schemaId: string;
3318
- category: "tuple" | null;
3319
3392
  children: ({
3320
- id: number | null;
3321
3393
  url: string | null;
3394
+ id: number | null;
3322
3395
  schemaId: string | null;
3323
3396
  category: "datapoint" | null;
3324
3397
  content?: {
@@ -3340,10 +3413,14 @@ export declare const annotations: {
3340
3413
  validationSources?: string[] | null | undefined;
3341
3414
  timeSpent?: number | null | undefined;
3342
3415
  timeSpentOverall?: number | null | undefined;
3416
+ noRecalculation?: boolean | undefined;
3343
3417
  } | null)[];
3344
- }[]) & ({
3345
3418
  id: number | null;
3419
+ schemaId: string;
3420
+ category: "tuple" | null;
3421
+ }[]) & ({
3346
3422
  url: string | null;
3423
+ id: number | null;
3347
3424
  schemaId: string | null;
3348
3425
  category: "datapoint" | null;
3349
3426
  content?: {
@@ -3365,14 +3442,12 @@ export declare const annotations: {
3365
3442
  validationSources?: string[] | null | undefined;
3366
3443
  timeSpent?: number | null | undefined;
3367
3444
  timeSpentOverall?: number | null | undefined;
3445
+ noRecalculation?: boolean | undefined;
3368
3446
  }[] | {
3369
- id: number | null;
3370
3447
  url: string | null;
3371
- schemaId: string;
3372
- category: "tuple" | null;
3373
3448
  children: ({
3374
- id: number | null;
3375
3449
  url: string | null;
3450
+ id: number | null;
3376
3451
  schemaId: string | null;
3377
3452
  category: "datapoint" | null;
3378
3453
  content?: {
@@ -3394,8 +3469,15 @@ export declare const annotations: {
3394
3469
  validationSources?: string[] | null | undefined;
3395
3470
  timeSpent?: number | null | undefined;
3396
3471
  timeSpentOverall?: number | null | undefined;
3472
+ noRecalculation?: boolean | undefined;
3397
3473
  } | null)[];
3474
+ id: number | null;
3475
+ schemaId: string;
3476
+ category: "tuple" | null;
3398
3477
  }[] | undefined)) | null;
3478
+ id: number | null;
3479
+ schemaId: string | null;
3480
+ category: "multivalue" | null;
3399
3481
  content?: {
3400
3482
  value?: string | null | undefined;
3401
3483
  normalizedValue?: string | null | undefined;
@@ -3434,15 +3516,15 @@ export declare const annotations: {
3434
3516
  timeSpentGrid?: number | null | undefined;
3435
3517
  timeSpentGridOverall?: number | null | undefined;
3436
3518
  })[] | null;
3437
- }[];
3438
- results: {
3439
3519
  id: number | null;
3440
- url: string | null;
3441
3520
  schemaId: string | null;
3442
3521
  category: "section" | null;
3522
+ }[];
3523
+ content: {
3524
+ url: string | null;
3443
3525
  children: ({
3444
- id: number | null;
3445
3526
  url: string | null;
3527
+ id: number | null;
3446
3528
  schemaId: string | null;
3447
3529
  category: "datapoint" | null;
3448
3530
  content?: {
@@ -3464,14 +3546,12 @@ export declare const annotations: {
3464
3546
  validationSources?: string[] | null | undefined;
3465
3547
  timeSpent?: number | null | undefined;
3466
3548
  timeSpentOverall?: number | null | undefined;
3549
+ noRecalculation?: boolean | undefined;
3467
3550
  } | {
3468
- id: number | null;
3469
3551
  url: string | null;
3470
- schemaId: string | null;
3471
- category: "multivalue" | null;
3472
3552
  children: (({
3473
- id: number | null;
3474
3553
  url: string | null;
3554
+ id: number | null;
3475
3555
  schemaId: string | null;
3476
3556
  category: "datapoint" | null;
3477
3557
  content?: {
@@ -3493,14 +3573,12 @@ export declare const annotations: {
3493
3573
  validationSources?: string[] | null | undefined;
3494
3574
  timeSpent?: number | null | undefined;
3495
3575
  timeSpentOverall?: number | null | undefined;
3576
+ noRecalculation?: boolean | undefined;
3496
3577
  }[] | {
3497
- id: number | null;
3498
3578
  url: string | null;
3499
- schemaId: string;
3500
- category: "tuple" | null;
3501
3579
  children: ({
3502
- id: number | null;
3503
3580
  url: string | null;
3581
+ id: number | null;
3504
3582
  schemaId: string | null;
3505
3583
  category: "datapoint" | null;
3506
3584
  content?: {
@@ -3522,10 +3600,14 @@ export declare const annotations: {
3522
3600
  validationSources?: string[] | null | undefined;
3523
3601
  timeSpent?: number | null | undefined;
3524
3602
  timeSpentOverall?: number | null | undefined;
3603
+ noRecalculation?: boolean | undefined;
3525
3604
  } | null)[];
3526
- }[]) & ({
3527
3605
  id: number | null;
3606
+ schemaId: string;
3607
+ category: "tuple" | null;
3608
+ }[]) & ({
3528
3609
  url: string | null;
3610
+ id: number | null;
3529
3611
  schemaId: string | null;
3530
3612
  category: "datapoint" | null;
3531
3613
  content?: {
@@ -3547,14 +3629,12 @@ export declare const annotations: {
3547
3629
  validationSources?: string[] | null | undefined;
3548
3630
  timeSpent?: number | null | undefined;
3549
3631
  timeSpentOverall?: number | null | undefined;
3632
+ noRecalculation?: boolean | undefined;
3550
3633
  }[] | {
3551
- id: number | null;
3552
3634
  url: string | null;
3553
- schemaId: string;
3554
- category: "tuple" | null;
3555
3635
  children: ({
3556
- id: number | null;
3557
3636
  url: string | null;
3637
+ id: number | null;
3558
3638
  schemaId: string | null;
3559
3639
  category: "datapoint" | null;
3560
3640
  content?: {
@@ -3576,8 +3656,15 @@ export declare const annotations: {
3576
3656
  validationSources?: string[] | null | undefined;
3577
3657
  timeSpent?: number | null | undefined;
3578
3658
  timeSpentOverall?: number | null | undefined;
3659
+ noRecalculation?: boolean | undefined;
3579
3660
  } | null)[];
3661
+ id: number | null;
3662
+ schemaId: string;
3663
+ category: "tuple" | null;
3580
3664
  }[] | undefined)) | null;
3665
+ id: number | null;
3666
+ schemaId: string | null;
3667
+ category: "multivalue" | null;
3581
3668
  content?: {
3582
3669
  value?: string | null | undefined;
3583
3670
  normalizedValue?: string | null | undefined;
@@ -3616,6 +3703,9 @@ export declare const annotations: {
3616
3703
  timeSpentGrid?: number | null | undefined;
3617
3704
  timeSpentGridOverall?: number | null | undefined;
3618
3705
  })[] | null;
3706
+ id: number | null;
3707
+ schemaId: string | null;
3708
+ category: "section" | null;
3619
3709
  }[];
3620
3710
  }>;
3621
3711
  };
@@ -3656,6 +3746,7 @@ export declare const annotations: {
3656
3746
  createdAt: import("zod").ZodString;
3657
3747
  modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
3658
3748
  confirmedAt: import("zod").ZodNullable<import("zod").ZodString>;
3749
+ exportFailedAt: import("zod").ZodNullable<import("zod").ZodString>;
3659
3750
  exportedAt: import("zod").ZodNullable<import("zod").ZodString>;
3660
3751
  deletedAt: import("zod").ZodNullable<import("zod").ZodString>;
3661
3752
  rejectedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -3717,6 +3808,7 @@ export declare const annotations: {
3717
3808
  timestamp?: string | undefined;
3718
3809
  } | null | undefined;
3719
3810
  }>, "many">>;
3811
+ einvoice: import("zod").ZodBoolean;
3720
3812
  url: import("zod").ZodString;
3721
3813
  content: import("zod").ZodString;
3722
3814
  timeSpent: import("zod").ZodNullable<import("zod").ZodNumber>;
@@ -3746,11 +3838,12 @@ export declare const annotations: {
3746
3838
  restrictedAccess: import("zod").ZodBoolean;
3747
3839
  }, "strip", import("zod").ZodTypeAny, {
3748
3840
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
3749
- document: string;
3750
3841
  assignees: string[];
3842
+ url: string;
3843
+ queue: string;
3844
+ document: string;
3751
3845
  content: string;
3752
3846
  id: number;
3753
- queue: string;
3754
3847
  schema: string;
3755
3848
  relations: string[];
3756
3849
  pages: string[];
@@ -3759,6 +3852,7 @@ export declare const annotations: {
3759
3852
  createdAt: string;
3760
3853
  modifiedAt: string | null;
3761
3854
  confirmedAt: string | null;
3855
+ exportFailedAt: string | null;
3762
3856
  exportedAt: string | null;
3763
3857
  deletedAt: string | null;
3764
3858
  rejectedAt: string | null;
@@ -3781,7 +3875,7 @@ export declare const annotations: {
3781
3875
  timestamp?: string | undefined;
3782
3876
  } | null | undefined;
3783
3877
  }[] | null;
3784
- url: string;
3878
+ einvoice: boolean;
3785
3879
  timeSpent: number | null;
3786
3880
  metadata: Record<string, unknown>;
3787
3881
  automated: boolean;
@@ -3802,11 +3896,12 @@ export declare const annotations: {
3802
3896
  hasEmailThreadWithNewReplies?: boolean | undefined;
3803
3897
  }, {
3804
3898
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
3805
- document: string;
3806
3899
  assignees: string[];
3900
+ url: string;
3901
+ queue: string;
3902
+ document: string;
3807
3903
  content: string;
3808
3904
  id: number;
3809
- queue: string;
3810
3905
  schema: string;
3811
3906
  relations: string[];
3812
3907
  pages: string[];
@@ -3815,6 +3910,7 @@ export declare const annotations: {
3815
3910
  createdAt: string;
3816
3911
  modifiedAt: string | null;
3817
3912
  confirmedAt: string | null;
3913
+ exportFailedAt: string | null;
3818
3914
  exportedAt: string | null;
3819
3915
  deletedAt: string | null;
3820
3916
  rejectedAt: string | null;
@@ -3837,7 +3933,7 @@ export declare const annotations: {
3837
3933
  timestamp?: string | undefined;
3838
3934
  } | null | undefined;
3839
3935
  }[] | null;
3840
- url: string;
3936
+ einvoice: boolean;
3841
3937
  timeSpent: number | null;
3842
3938
  metadata: Record<string, unknown>;
3843
3939
  automated: boolean;
@@ -3890,6 +3986,7 @@ export declare const annotations: {
3890
3986
  createdAt: import("zod").ZodString;
3891
3987
  modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
3892
3988
  confirmedAt: import("zod").ZodNullable<import("zod").ZodString>;
3989
+ exportFailedAt: import("zod").ZodNullable<import("zod").ZodString>;
3893
3990
  exportedAt: import("zod").ZodNullable<import("zod").ZodString>;
3894
3991
  deletedAt: import("zod").ZodNullable<import("zod").ZodString>;
3895
3992
  rejectedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -3951,6 +4048,7 @@ export declare const annotations: {
3951
4048
  timestamp?: string | undefined;
3952
4049
  } | null | undefined;
3953
4050
  }>, "many">>;
4051
+ einvoice: import("zod").ZodBoolean;
3954
4052
  url: import("zod").ZodString;
3955
4053
  content: import("zod").ZodString;
3956
4054
  timeSpent: import("zod").ZodNullable<import("zod").ZodNumber>;
@@ -3980,11 +4078,12 @@ export declare const annotations: {
3980
4078
  restrictedAccess: import("zod").ZodBoolean;
3981
4079
  }, "strip", import("zod").ZodTypeAny, {
3982
4080
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
3983
- document: string;
3984
4081
  assignees: string[];
4082
+ url: string;
4083
+ queue: string;
4084
+ document: string;
3985
4085
  content: string;
3986
4086
  id: number;
3987
- queue: string;
3988
4087
  schema: string;
3989
4088
  relations: string[];
3990
4089
  pages: string[];
@@ -3993,6 +4092,7 @@ export declare const annotations: {
3993
4092
  createdAt: string;
3994
4093
  modifiedAt: string | null;
3995
4094
  confirmedAt: string | null;
4095
+ exportFailedAt: string | null;
3996
4096
  exportedAt: string | null;
3997
4097
  deletedAt: string | null;
3998
4098
  rejectedAt: string | null;
@@ -4015,7 +4115,7 @@ export declare const annotations: {
4015
4115
  timestamp?: string | undefined;
4016
4116
  } | null | undefined;
4017
4117
  }[] | null;
4018
- url: string;
4118
+ einvoice: boolean;
4019
4119
  timeSpent: number | null;
4020
4120
  metadata: Record<string, unknown>;
4021
4121
  automated: boolean;
@@ -4036,11 +4136,12 @@ export declare const annotations: {
4036
4136
  hasEmailThreadWithNewReplies?: boolean | undefined;
4037
4137
  }, {
4038
4138
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
4039
- document: string;
4040
4139
  assignees: string[];
4140
+ url: string;
4141
+ queue: string;
4142
+ document: string;
4041
4143
  content: string;
4042
4144
  id: number;
4043
- queue: string;
4044
4145
  schema: string;
4045
4146
  relations: string[];
4046
4147
  pages: string[];
@@ -4049,6 +4150,7 @@ export declare const annotations: {
4049
4150
  createdAt: string;
4050
4151
  modifiedAt: string | null;
4051
4152
  confirmedAt: string | null;
4153
+ exportFailedAt: string | null;
4052
4154
  exportedAt: string | null;
4053
4155
  deletedAt: string | null;
4054
4156
  rejectedAt: string | null;
@@ -4071,7 +4173,7 @@ export declare const annotations: {
4071
4173
  timestamp?: string | undefined;
4072
4174
  } | null | undefined;
4073
4175
  }[] | null;
4074
- url: string;
4176
+ einvoice: boolean;
4075
4177
  timeSpent: number | null;
4076
4178
  metadata: Record<string, unknown>;
4077
4179
  automated: boolean;
@@ -4094,11 +4196,12 @@ export declare const annotations: {
4094
4196
  }, "strip", import("zod").ZodTypeAny, {
4095
4197
  results: {
4096
4198
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
4097
- document: string;
4098
4199
  assignees: string[];
4200
+ url: string;
4201
+ queue: string;
4202
+ document: string;
4099
4203
  content: string;
4100
4204
  id: number;
4101
- queue: string;
4102
4205
  schema: string;
4103
4206
  relations: string[];
4104
4207
  pages: string[];
@@ -4107,6 +4210,7 @@ export declare const annotations: {
4107
4210
  createdAt: string;
4108
4211
  modifiedAt: string | null;
4109
4212
  confirmedAt: string | null;
4213
+ exportFailedAt: string | null;
4110
4214
  exportedAt: string | null;
4111
4215
  deletedAt: string | null;
4112
4216
  rejectedAt: string | null;
@@ -4129,7 +4233,7 @@ export declare const annotations: {
4129
4233
  timestamp?: string | undefined;
4130
4234
  } | null | undefined;
4131
4235
  }[] | null;
4132
- url: string;
4236
+ einvoice: boolean;
4133
4237
  timeSpent: number | null;
4134
4238
  metadata: Record<string, unknown>;
4135
4239
  automated: boolean;
@@ -4158,11 +4262,12 @@ export declare const annotations: {
4158
4262
  }, {
4159
4263
  results: {
4160
4264
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
4161
- document: string;
4162
4265
  assignees: string[];
4266
+ url: string;
4267
+ queue: string;
4268
+ document: string;
4163
4269
  content: string;
4164
4270
  id: number;
4165
- queue: string;
4166
4271
  schema: string;
4167
4272
  relations: string[];
4168
4273
  pages: string[];
@@ -4171,6 +4276,7 @@ export declare const annotations: {
4171
4276
  createdAt: string;
4172
4277
  modifiedAt: string | null;
4173
4278
  confirmedAt: string | null;
4279
+ exportFailedAt: string | null;
4174
4280
  exportedAt: string | null;
4175
4281
  deletedAt: string | null;
4176
4282
  rejectedAt: string | null;
@@ -4193,7 +4299,7 @@ export declare const annotations: {
4193
4299
  timestamp?: string | undefined;
4194
4300
  } | null | undefined;
4195
4301
  }[] | null;
4196
- url: string;
4302
+ einvoice: boolean;
4197
4303
  timeSpent: number | null;
4198
4304
  metadata: Record<string, unknown>;
4199
4305
  automated: boolean;
@@ -4276,13 +4382,13 @@ export declare const annotations: {
4276
4382
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
4277
4383
  }, "strip", import("zod").ZodTypeAny, {
4278
4384
  annotations: string[];
4385
+ url: string;
4386
+ originalFileName: string | null;
4279
4387
  content: string | null;
4280
4388
  id: number;
4281
4389
  creator: string | null;
4282
4390
  createdAt: string;
4283
- url: string;
4284
4391
  email: string | null;
4285
- originalFileName: string | null;
4286
4392
  s3Name: string | null;
4287
4393
  parent: string | null;
4288
4394
  mimeType: string;
@@ -4291,13 +4397,13 @@ export declare const annotations: {
4291
4397
  metadata?: unknown;
4292
4398
  }, {
4293
4399
  annotations: string[];
4400
+ url: string;
4401
+ originalFileName: string | null;
4294
4402
  content: string | null;
4295
4403
  id: number;
4296
4404
  creator: string | null;
4297
4405
  createdAt: string;
4298
- url: string;
4299
4406
  email: string | null;
4300
- originalFileName: string | null;
4301
4407
  s3Name: string | null;
4302
4408
  parent: string | null;
4303
4409
  mimeType: string;
@@ -4327,8 +4433,8 @@ export declare const annotations: {
4327
4433
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
4328
4434
  }, "strip", import("zod").ZodTypeAny, {
4329
4435
  deleted: boolean;
4330
- id: number;
4331
4436
  url: string;
4437
+ id: number;
4332
4438
  organization: string;
4333
4439
  queues: string[];
4334
4440
  lastName: string;
@@ -4347,8 +4453,8 @@ export declare const annotations: {
4347
4453
  oidcId?: string | null | undefined;
4348
4454
  }, {
4349
4455
  deleted: boolean;
4350
- id: number;
4351
4456
  url: string;
4457
+ id: number;
4352
4458
  organization: string;
4353
4459
  queues: string[];
4354
4460
  lastName: string;
@@ -4420,9 +4526,10 @@ export declare const annotations: {
4420
4526
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
4421
4527
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
4422
4528
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
4529
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
4423
4530
  }, "strip", import("zod").ZodTypeAny, {
4424
- id: number | null;
4425
4531
  url: string | null;
4532
+ id: number | null;
4426
4533
  schemaId: string | null;
4427
4534
  category: "datapoint" | null;
4428
4535
  content?: {
@@ -4444,9 +4551,10 @@ export declare const annotations: {
4444
4551
  validationSources?: string[] | null | undefined;
4445
4552
  timeSpent?: number | null | undefined;
4446
4553
  timeSpentOverall?: number | null | undefined;
4554
+ noRecalculation?: boolean | undefined;
4447
4555
  }, {
4448
- id: number | null;
4449
4556
  url: string | null;
4557
+ id: number | null;
4450
4558
  schemaId: string | null;
4451
4559
  category: "datapoint" | null;
4452
4560
  content?: {
@@ -4468,6 +4576,7 @@ export declare const annotations: {
4468
4576
  validationSources?: string[] | null | undefined;
4469
4577
  timeSpent?: number | null | undefined;
4470
4578
  timeSpentOverall?: number | null | undefined;
4579
+ noRecalculation?: boolean | undefined;
4471
4580
  }>, import("zod").ZodObject<{
4472
4581
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
4473
4582
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -4571,9 +4680,10 @@ export declare const annotations: {
4571
4680
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
4572
4681
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
4573
4682
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
4683
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
4574
4684
  }, "strip", import("zod").ZodTypeAny, {
4575
- id: number | null;
4576
4685
  url: string | null;
4686
+ id: number | null;
4577
4687
  schemaId: string | null;
4578
4688
  category: "datapoint" | null;
4579
4689
  content?: {
@@ -4595,9 +4705,10 @@ export declare const annotations: {
4595
4705
  validationSources?: string[] | null | undefined;
4596
4706
  timeSpent?: number | null | undefined;
4597
4707
  timeSpentOverall?: number | null | undefined;
4708
+ noRecalculation?: boolean | undefined;
4598
4709
  }, {
4599
- id: number | null;
4600
4710
  url: string | null;
4711
+ id: number | null;
4601
4712
  schemaId: string | null;
4602
4713
  category: "datapoint" | null;
4603
4714
  content?: {
@@ -4619,6 +4730,7 @@ export declare const annotations: {
4619
4730
  validationSources?: string[] | null | undefined;
4620
4731
  timeSpent?: number | null | undefined;
4621
4732
  timeSpentOverall?: number | null | undefined;
4733
+ noRecalculation?: boolean | undefined;
4622
4734
  }>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
4623
4735
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
4624
4736
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -4677,9 +4789,10 @@ export declare const annotations: {
4677
4789
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
4678
4790
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
4679
4791
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
4792
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
4680
4793
  }, "strip", import("zod").ZodTypeAny, {
4681
- id: number | null;
4682
4794
  url: string | null;
4795
+ id: number | null;
4683
4796
  schemaId: string | null;
4684
4797
  category: "datapoint" | null;
4685
4798
  content?: {
@@ -4701,9 +4814,10 @@ export declare const annotations: {
4701
4814
  validationSources?: string[] | null | undefined;
4702
4815
  timeSpent?: number | null | undefined;
4703
4816
  timeSpentOverall?: number | null | undefined;
4817
+ noRecalculation?: boolean | undefined;
4704
4818
  }, {
4705
- id: number | null;
4706
4819
  url: string | null;
4820
+ id: number | null;
4707
4821
  schemaId: string | null;
4708
4822
  category: "datapoint" | null;
4709
4823
  content?: {
@@ -4725,16 +4839,14 @@ export declare const annotations: {
4725
4839
  validationSources?: string[] | null | undefined;
4726
4840
  timeSpent?: number | null | undefined;
4727
4841
  timeSpentOverall?: number | null | undefined;
4842
+ noRecalculation?: boolean | undefined;
4728
4843
  }>>, "many">;
4729
4844
  schemaId: import("zod").ZodString;
4730
4845
  }, "strip", import("zod").ZodTypeAny, {
4731
- id: number | null;
4732
4846
  url: string | null;
4733
- schemaId: string;
4734
- category: "tuple" | null;
4735
4847
  children: ({
4736
- id: number | null;
4737
4848
  url: string | null;
4849
+ id: number | null;
4738
4850
  schemaId: string | null;
4739
4851
  category: "datapoint" | null;
4740
4852
  content?: {
@@ -4756,15 +4868,16 @@ export declare const annotations: {
4756
4868
  validationSources?: string[] | null | undefined;
4757
4869
  timeSpent?: number | null | undefined;
4758
4870
  timeSpentOverall?: number | null | undefined;
4871
+ noRecalculation?: boolean | undefined;
4759
4872
  } | null)[];
4760
- }, {
4761
4873
  id: number | null;
4762
- url: string | null;
4763
4874
  schemaId: string;
4764
4875
  category: "tuple" | null;
4876
+ }, {
4877
+ url: string | null;
4765
4878
  children: ({
4766
- id: number | null;
4767
4879
  url: string | null;
4880
+ id: number | null;
4768
4881
  schemaId: string | null;
4769
4882
  category: "datapoint" | null;
4770
4883
  content?: {
@@ -4786,7 +4899,11 @@ export declare const annotations: {
4786
4899
  validationSources?: string[] | null | undefined;
4787
4900
  timeSpent?: number | null | undefined;
4788
4901
  timeSpentOverall?: number | null | undefined;
4902
+ noRecalculation?: boolean | undefined;
4789
4903
  } | null)[];
4904
+ id: number | null;
4905
+ schemaId: string;
4906
+ category: "tuple" | null;
4790
4907
  }>, "many">]>>;
4791
4908
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"multivalue">>;
4792
4909
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -4882,13 +4999,10 @@ export declare const annotations: {
4882
4999
  timeSpentGrid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
4883
5000
  timeSpentGridOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
4884
5001
  }, "strip", import("zod").ZodTypeAny, {
4885
- id: number | null;
4886
5002
  url: string | null;
4887
- schemaId: string | null;
4888
- category: "multivalue" | null;
4889
5003
  children: (({
4890
- id: number | null;
4891
5004
  url: string | null;
5005
+ id: number | null;
4892
5006
  schemaId: string | null;
4893
5007
  category: "datapoint" | null;
4894
5008
  content?: {
@@ -4910,14 +5024,12 @@ export declare const annotations: {
4910
5024
  validationSources?: string[] | null | undefined;
4911
5025
  timeSpent?: number | null | undefined;
4912
5026
  timeSpentOverall?: number | null | undefined;
5027
+ noRecalculation?: boolean | undefined;
4913
5028
  }[] | {
4914
- id: number | null;
4915
5029
  url: string | null;
4916
- schemaId: string;
4917
- category: "tuple" | null;
4918
5030
  children: ({
4919
- id: number | null;
4920
5031
  url: string | null;
5032
+ id: number | null;
4921
5033
  schemaId: string | null;
4922
5034
  category: "datapoint" | null;
4923
5035
  content?: {
@@ -4939,10 +5051,14 @@ export declare const annotations: {
4939
5051
  validationSources?: string[] | null | undefined;
4940
5052
  timeSpent?: number | null | undefined;
4941
5053
  timeSpentOverall?: number | null | undefined;
5054
+ noRecalculation?: boolean | undefined;
4942
5055
  } | null)[];
4943
- }[]) & ({
4944
5056
  id: number | null;
5057
+ schemaId: string;
5058
+ category: "tuple" | null;
5059
+ }[]) & ({
4945
5060
  url: string | null;
5061
+ id: number | null;
4946
5062
  schemaId: string | null;
4947
5063
  category: "datapoint" | null;
4948
5064
  content?: {
@@ -4964,14 +5080,12 @@ export declare const annotations: {
4964
5080
  validationSources?: string[] | null | undefined;
4965
5081
  timeSpent?: number | null | undefined;
4966
5082
  timeSpentOverall?: number | null | undefined;
5083
+ noRecalculation?: boolean | undefined;
4967
5084
  }[] | {
4968
- id: number | null;
4969
5085
  url: string | null;
4970
- schemaId: string;
4971
- category: "tuple" | null;
4972
5086
  children: ({
4973
- id: number | null;
4974
5087
  url: string | null;
5088
+ id: number | null;
4975
5089
  schemaId: string | null;
4976
5090
  category: "datapoint" | null;
4977
5091
  content?: {
@@ -4993,8 +5107,15 @@ export declare const annotations: {
4993
5107
  validationSources?: string[] | null | undefined;
4994
5108
  timeSpent?: number | null | undefined;
4995
5109
  timeSpentOverall?: number | null | undefined;
5110
+ noRecalculation?: boolean | undefined;
4996
5111
  } | null)[];
5112
+ id: number | null;
5113
+ schemaId: string;
5114
+ category: "tuple" | null;
4997
5115
  }[] | undefined)) | null;
5116
+ id: number | null;
5117
+ schemaId: string | null;
5118
+ category: "multivalue" | null;
4998
5119
  content?: {
4999
5120
  value?: string | null | undefined;
5000
5121
  normalizedValue?: string | null | undefined;
@@ -5033,13 +5154,10 @@ export declare const annotations: {
5033
5154
  timeSpentGrid?: number | null | undefined;
5034
5155
  timeSpentGridOverall?: number | null | undefined;
5035
5156
  }, {
5036
- id: number | null;
5037
5157
  url: string | null;
5038
- schemaId: string | null;
5039
- category: "multivalue" | null;
5040
5158
  children: (({
5041
- id: number | null;
5042
5159
  url: string | null;
5160
+ id: number | null;
5043
5161
  schemaId: string | null;
5044
5162
  category: "datapoint" | null;
5045
5163
  content?: {
@@ -5061,14 +5179,12 @@ export declare const annotations: {
5061
5179
  validationSources?: string[] | null | undefined;
5062
5180
  timeSpent?: number | null | undefined;
5063
5181
  timeSpentOverall?: number | null | undefined;
5182
+ noRecalculation?: boolean | undefined;
5064
5183
  }[] | {
5065
- id: number | null;
5066
5184
  url: string | null;
5067
- schemaId: string;
5068
- category: "tuple" | null;
5069
5185
  children: ({
5070
- id: number | null;
5071
5186
  url: string | null;
5187
+ id: number | null;
5072
5188
  schemaId: string | null;
5073
5189
  category: "datapoint" | null;
5074
5190
  content?: {
@@ -5090,10 +5206,14 @@ export declare const annotations: {
5090
5206
  validationSources?: string[] | null | undefined;
5091
5207
  timeSpent?: number | null | undefined;
5092
5208
  timeSpentOverall?: number | null | undefined;
5209
+ noRecalculation?: boolean | undefined;
5093
5210
  } | null)[];
5094
- }[]) & ({
5095
5211
  id: number | null;
5212
+ schemaId: string;
5213
+ category: "tuple" | null;
5214
+ }[]) & ({
5096
5215
  url: string | null;
5216
+ id: number | null;
5097
5217
  schemaId: string | null;
5098
5218
  category: "datapoint" | null;
5099
5219
  content?: {
@@ -5115,14 +5235,12 @@ export declare const annotations: {
5115
5235
  validationSources?: string[] | null | undefined;
5116
5236
  timeSpent?: number | null | undefined;
5117
5237
  timeSpentOverall?: number | null | undefined;
5238
+ noRecalculation?: boolean | undefined;
5118
5239
  }[] | {
5119
- id: number | null;
5120
5240
  url: string | null;
5121
- schemaId: string;
5122
- category: "tuple" | null;
5123
5241
  children: ({
5124
- id: number | null;
5125
5242
  url: string | null;
5243
+ id: number | null;
5126
5244
  schemaId: string | null;
5127
5245
  category: "datapoint" | null;
5128
5246
  content?: {
@@ -5144,8 +5262,15 @@ export declare const annotations: {
5144
5262
  validationSources?: string[] | null | undefined;
5145
5263
  timeSpent?: number | null | undefined;
5146
5264
  timeSpentOverall?: number | null | undefined;
5265
+ noRecalculation?: boolean | undefined;
5147
5266
  } | null)[];
5267
+ id: number | null;
5268
+ schemaId: string;
5269
+ category: "tuple" | null;
5148
5270
  }[] | undefined)) | null;
5271
+ id: number | null;
5272
+ schemaId: string | null;
5273
+ category: "multivalue" | null;
5149
5274
  content?: {
5150
5275
  value?: string | null | undefined;
5151
5276
  normalizedValue?: string | null | undefined;
@@ -5206,8 +5331,8 @@ export declare const annotations: {
5206
5331
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
5207
5332
  }, "strip", import("zod").ZodTypeAny, {
5208
5333
  deleted: boolean;
5209
- id: number;
5210
5334
  url: string;
5335
+ id: number;
5211
5336
  organization: string;
5212
5337
  queues: string[];
5213
5338
  lastName: string;
@@ -5226,8 +5351,8 @@ export declare const annotations: {
5226
5351
  oidcId?: string | null | undefined;
5227
5352
  }, {
5228
5353
  deleted: boolean;
5229
- id: number;
5230
5354
  url: string;
5355
+ id: number;
5231
5356
  organization: string;
5232
5357
  queues: string[];
5233
5358
  lastName: string;
@@ -5249,14 +5374,17 @@ export declare const annotations: {
5249
5374
  id: import("zod").ZodNumber;
5250
5375
  url: import("zod").ZodString;
5251
5376
  name: import("zod").ZodString;
5377
+ color: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
5252
5378
  }, "strip", import("zod").ZodTypeAny, {
5253
- id: number;
5254
5379
  url: string;
5380
+ id: number;
5255
5381
  name: string;
5382
+ color?: string | null | undefined;
5256
5383
  }, {
5257
- id: number;
5258
5384
  url: string;
5385
+ id: number;
5259
5386
  name: string;
5387
+ color?: string | null | undefined;
5260
5388
  }>, "many">;
5261
5389
  relations: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
5262
5390
  url: import("zod").ZodString;
@@ -5265,13 +5393,13 @@ export declare const annotations: {
5265
5393
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
5266
5394
  }, "strip", import("zod").ZodTypeAny, {
5267
5395
  annotations: string[];
5268
- id: number;
5269
5396
  url: string;
5397
+ id: number;
5270
5398
  key: string | null;
5271
5399
  }, {
5272
5400
  annotations: string[];
5273
- id: number;
5274
5401
  url: string;
5402
+ id: number;
5275
5403
  key: string | null;
5276
5404
  }>, import("zod").ZodObject<{
5277
5405
  type: import("zod").ZodLiteral<"edit">;
@@ -5289,13 +5417,13 @@ export declare const annotations: {
5289
5417
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
5290
5418
  }, "strip", import("zod").ZodTypeAny, {
5291
5419
  annotations: string[];
5292
- id: number;
5293
5420
  url: string;
5421
+ id: number;
5294
5422
  key: string | null;
5295
5423
  }, {
5296
5424
  annotations: string[];
5297
- id: number;
5298
5425
  url: string;
5426
+ id: number;
5299
5427
  key: string | null;
5300
5428
  }>, import("zod").ZodObject<{
5301
5429
  type: import("zod").ZodLiteral<"duplicate">;
@@ -5313,13 +5441,13 @@ export declare const annotations: {
5313
5441
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
5314
5442
  }, "strip", import("zod").ZodTypeAny, {
5315
5443
  annotations: string[];
5316
- id: number;
5317
5444
  url: string;
5445
+ id: number;
5318
5446
  key: string | null;
5319
5447
  }, {
5320
5448
  annotations: string[];
5321
- id: number;
5322
5449
  url: string;
5450
+ id: number;
5323
5451
  key: string | null;
5324
5452
  }>, import("zod").ZodObject<{
5325
5453
  type: import("zod").ZodLiteral<"attachment">;
@@ -5338,13 +5466,13 @@ export declare const annotations: {
5338
5466
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
5339
5467
  }, "strip", import("zod").ZodTypeAny, {
5340
5468
  annotations: string[];
5341
- id: number;
5342
5469
  url: string;
5470
+ id: number;
5343
5471
  key: string | null;
5344
5472
  }, {
5345
5473
  annotations: string[];
5346
- id: number;
5347
5474
  url: string;
5475
+ id: number;
5348
5476
  key: string | null;
5349
5477
  }>, import("zod").ZodObject<{
5350
5478
  type: import("zod").ZodLiteral<"edit">;
@@ -5362,13 +5490,13 @@ export declare const annotations: {
5362
5490
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
5363
5491
  }, "strip", import("zod").ZodTypeAny, {
5364
5492
  annotations: string[];
5365
- id: number;
5366
5493
  url: string;
5494
+ id: number;
5367
5495
  key: string | null;
5368
5496
  }, {
5369
5497
  annotations: string[];
5370
- id: number;
5371
5498
  url: string;
5499
+ id: number;
5372
5500
  key: string | null;
5373
5501
  }>, import("zod").ZodObject<{
5374
5502
  type: import("zod").ZodLiteral<"duplicate">;
@@ -5386,13 +5514,13 @@ export declare const annotations: {
5386
5514
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
5387
5515
  }, "strip", import("zod").ZodTypeAny, {
5388
5516
  annotations: string[];
5389
- id: number;
5390
5517
  url: string;
5518
+ id: number;
5391
5519
  key: string | null;
5392
5520
  }, {
5393
5521
  annotations: string[];
5394
- id: number;
5395
5522
  url: string;
5523
+ id: number;
5396
5524
  key: string | null;
5397
5525
  }>, import("zod").ZodObject<{
5398
5526
  type: import("zod").ZodLiteral<"attachment">;
@@ -5595,7 +5723,7 @@ export declare const annotations: {
5595
5723
  }>>;
5596
5724
  annotationListTable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
5597
5725
  columns: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
5598
- 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">]>]>;
5726
+ 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">]>]>;
5599
5727
  columnType: import("zod").ZodLiteral<"meta">;
5600
5728
  visible: import("zod").ZodBoolean;
5601
5729
  width: import("zod").ZodNumber;
@@ -5603,12 +5731,12 @@ export declare const annotations: {
5603
5731
  width: number;
5604
5732
  columnType: "meta";
5605
5733
  visible: boolean;
5606
- 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";
5734
+ 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";
5607
5735
  }, {
5608
5736
  width: number;
5609
5737
  columnType: "meta";
5610
5738
  visible: boolean;
5611
- 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";
5739
+ 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";
5612
5740
  }>, import("zod").ZodObject<{
5613
5741
  schemaId: import("zod").ZodString;
5614
5742
  dataType: import("zod").ZodUnion<[import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"date">, import("zod").ZodLiteral<"boolean">]>;
@@ -5643,7 +5771,7 @@ export declare const annotations: {
5643
5771
  width: number;
5644
5772
  columnType: "meta";
5645
5773
  visible: boolean;
5646
- 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";
5774
+ 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";
5647
5775
  })[];
5648
5776
  }, {
5649
5777
  columns: ({
@@ -5657,7 +5785,7 @@ export declare const annotations: {
5657
5785
  width: number;
5658
5786
  columnType: "meta";
5659
5787
  visible: boolean;
5660
- 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";
5788
+ 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";
5661
5789
  })[];
5662
5790
  }>>>;
5663
5791
  uploadValues: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
@@ -5727,7 +5855,7 @@ export declare const annotations: {
5727
5855
  width: number;
5728
5856
  columnType: "meta";
5729
5857
  visible: boolean;
5730
- 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";
5858
+ 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";
5731
5859
  })[];
5732
5860
  } | undefined;
5733
5861
  uploadValues?: unknown;
@@ -5797,7 +5925,7 @@ export declare const annotations: {
5797
5925
  width: number;
5798
5926
  columnType: "meta";
5799
5927
  visible: boolean;
5800
- 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";
5928
+ 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";
5801
5929
  })[];
5802
5930
  } | undefined;
5803
5931
  uploadValues?: unknown;
@@ -5813,10 +5941,10 @@ export declare const annotations: {
5813
5941
  deleteAfter: import("zod").ZodNullable<import("zod").ZodString>;
5814
5942
  }, "strip", import("zod").ZodTypeAny, {
5815
5943
  status: string;
5816
- id: number;
5817
- schema: string;
5818
5944
  url: string;
5819
5945
  sessionTimeout: string;
5946
+ id: number;
5947
+ schema: string;
5820
5948
  name: string;
5821
5949
  workflows: Record<string, string | number>[];
5822
5950
  workspace: string | null;
@@ -5899,7 +6027,7 @@ export declare const annotations: {
5899
6027
  width: number;
5900
6028
  columnType: "meta";
5901
6029
  visible: boolean;
5902
- 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";
6030
+ 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";
5903
6031
  })[];
5904
6032
  } | undefined;
5905
6033
  uploadValues?: unknown;
@@ -5914,10 +6042,10 @@ export declare const annotations: {
5914
6042
  metadata?: unknown;
5915
6043
  }, {
5916
6044
  status: string;
5917
- id: number;
5918
- schema: string;
5919
6045
  url: string;
5920
6046
  sessionTimeout: string;
6047
+ id: number;
6048
+ schema: string;
5921
6049
  name: string;
5922
6050
  workflows: Record<string, string | number>[];
5923
6051
  workspace: string | null;
@@ -6000,7 +6128,7 @@ export declare const annotations: {
6000
6128
  width: number;
6001
6129
  columnType: "meta";
6002
6130
  visible: boolean;
6003
- 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";
6131
+ 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";
6004
6132
  })[];
6005
6133
  } | undefined;
6006
6134
  uploadValues?: unknown;
@@ -6036,8 +6164,8 @@ export declare const annotations: {
6036
6164
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
6037
6165
  }, "strip", import("zod").ZodTypeAny, {
6038
6166
  deleted: boolean;
6039
- id: number;
6040
6167
  url: string;
6168
+ id: number;
6041
6169
  organization: string;
6042
6170
  queues: string[];
6043
6171
  lastName: string;
@@ -6056,8 +6184,8 @@ export declare const annotations: {
6056
6184
  oidcId?: string | null | undefined;
6057
6185
  }, {
6058
6186
  deleted: boolean;
6059
- id: number;
6060
6187
  url: string;
6188
+ id: number;
6061
6189
  organization: string;
6062
6190
  queues: string[];
6063
6191
  lastName: string;
@@ -6097,8 +6225,8 @@ export declare const annotations: {
6097
6225
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
6098
6226
  }, "strip", import("zod").ZodTypeAny, {
6099
6227
  deleted: boolean;
6100
- id: number;
6101
6228
  url: string;
6229
+ id: number;
6102
6230
  organization: string;
6103
6231
  queues: string[];
6104
6232
  lastName: string;
@@ -6117,8 +6245,8 @@ export declare const annotations: {
6117
6245
  oidcId?: string | null | undefined;
6118
6246
  }, {
6119
6247
  deleted: boolean;
6120
- id: number;
6121
6248
  url: string;
6249
+ id: number;
6122
6250
  organization: string;
6123
6251
  queues: string[];
6124
6252
  lastName: string;
@@ -6158,8 +6286,8 @@ export declare const annotations: {
6158
6286
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
6159
6287
  }, "strip", import("zod").ZodTypeAny, {
6160
6288
  deleted: boolean;
6161
- id: number;
6162
6289
  url: string;
6290
+ id: number;
6163
6291
  organization: string;
6164
6292
  queues: string[];
6165
6293
  lastName: string;
@@ -6178,8 +6306,8 @@ export declare const annotations: {
6178
6306
  oidcId?: string | null | undefined;
6179
6307
  }, {
6180
6308
  deleted: boolean;
6181
- id: number;
6182
6309
  url: string;
6310
+ id: number;
6183
6311
  organization: string;
6184
6312
  queues: string[];
6185
6313
  lastName: string;
@@ -6219,8 +6347,8 @@ export declare const annotations: {
6219
6347
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
6220
6348
  }, "strip", import("zod").ZodTypeAny, {
6221
6349
  deleted: boolean;
6222
- id: number;
6223
6350
  url: string;
6351
+ id: number;
6224
6352
  organization: string;
6225
6353
  queues: string[];
6226
6354
  lastName: string;
@@ -6239,8 +6367,8 @@ export declare const annotations: {
6239
6367
  oidcId?: string | null | undefined;
6240
6368
  }, {
6241
6369
  deleted: boolean;
6242
- id: number;
6243
6370
  url: string;
6371
+ id: number;
6244
6372
  organization: string;
6245
6373
  queues: string[];
6246
6374
  lastName: string;
@@ -6267,16 +6395,16 @@ export declare const annotations: {
6267
6395
  queues: import("zod").ZodArray<import("zod").ZodString, "many">;
6268
6396
  metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
6269
6397
  }, "strip", import("zod").ZodTypeAny, {
6270
- id: number;
6271
6398
  url: string;
6399
+ id: number;
6272
6400
  organization: string;
6273
6401
  name: string;
6274
6402
  queues: string[];
6275
6403
  autopilot: boolean;
6276
6404
  metadata?: unknown;
6277
6405
  }, {
6278
- id: number;
6279
6406
  url: string;
6407
+ id: number;
6280
6408
  organization: string;
6281
6409
  name: string;
6282
6410
  queues: string[];
@@ -6286,8 +6414,8 @@ export declare const annotations: {
6286
6414
  }, "strip", import("zod").ZodTypeAny, {
6287
6415
  assignees: {
6288
6416
  deleted: boolean;
6289
- id: number;
6290
6417
  url: string;
6418
+ id: number;
6291
6419
  organization: string;
6292
6420
  queues: string[];
6293
6421
  lastName: string;
@@ -6306,8 +6434,8 @@ export declare const annotations: {
6306
6434
  oidcId?: string | null | undefined;
6307
6435
  }[];
6308
6436
  content: ({
6309
- id: number | null;
6310
6437
  url: string | null;
6438
+ id: number | null;
6311
6439
  schemaId: string | null;
6312
6440
  category: "datapoint" | null;
6313
6441
  content?: {
@@ -6329,14 +6457,12 @@ export declare const annotations: {
6329
6457
  validationSources?: string[] | null | undefined;
6330
6458
  timeSpent?: number | null | undefined;
6331
6459
  timeSpentOverall?: number | null | undefined;
6460
+ noRecalculation?: boolean | undefined;
6332
6461
  } | {
6333
- id: number | null;
6334
6462
  url: string | null;
6335
- schemaId: string | null;
6336
- category: "multivalue" | null;
6337
6463
  children: (({
6338
- id: number | null;
6339
6464
  url: string | null;
6465
+ id: number | null;
6340
6466
  schemaId: string | null;
6341
6467
  category: "datapoint" | null;
6342
6468
  content?: {
@@ -6358,14 +6484,12 @@ export declare const annotations: {
6358
6484
  validationSources?: string[] | null | undefined;
6359
6485
  timeSpent?: number | null | undefined;
6360
6486
  timeSpentOverall?: number | null | undefined;
6487
+ noRecalculation?: boolean | undefined;
6361
6488
  }[] | {
6362
- id: number | null;
6363
6489
  url: string | null;
6364
- schemaId: string;
6365
- category: "tuple" | null;
6366
6490
  children: ({
6367
- id: number | null;
6368
6491
  url: string | null;
6492
+ id: number | null;
6369
6493
  schemaId: string | null;
6370
6494
  category: "datapoint" | null;
6371
6495
  content?: {
@@ -6387,10 +6511,14 @@ export declare const annotations: {
6387
6511
  validationSources?: string[] | null | undefined;
6388
6512
  timeSpent?: number | null | undefined;
6389
6513
  timeSpentOverall?: number | null | undefined;
6514
+ noRecalculation?: boolean | undefined;
6390
6515
  } | null)[];
6391
- }[]) & ({
6392
6516
  id: number | null;
6517
+ schemaId: string;
6518
+ category: "tuple" | null;
6519
+ }[]) & ({
6393
6520
  url: string | null;
6521
+ id: number | null;
6394
6522
  schemaId: string | null;
6395
6523
  category: "datapoint" | null;
6396
6524
  content?: {
@@ -6412,14 +6540,12 @@ export declare const annotations: {
6412
6540
  validationSources?: string[] | null | undefined;
6413
6541
  timeSpent?: number | null | undefined;
6414
6542
  timeSpentOverall?: number | null | undefined;
6543
+ noRecalculation?: boolean | undefined;
6415
6544
  }[] | {
6416
- id: number | null;
6417
6545
  url: string | null;
6418
- schemaId: string;
6419
- category: "tuple" | null;
6420
6546
  children: ({
6421
- id: number | null;
6422
6547
  url: string | null;
6548
+ id: number | null;
6423
6549
  schemaId: string | null;
6424
6550
  category: "datapoint" | null;
6425
6551
  content?: {
@@ -6441,8 +6567,15 @@ export declare const annotations: {
6441
6567
  validationSources?: string[] | null | undefined;
6442
6568
  timeSpent?: number | null | undefined;
6443
6569
  timeSpentOverall?: number | null | undefined;
6570
+ noRecalculation?: boolean | undefined;
6444
6571
  } | null)[];
6572
+ id: number | null;
6573
+ schemaId: string;
6574
+ category: "tuple" | null;
6445
6575
  }[] | undefined)) | null;
6576
+ id: number | null;
6577
+ schemaId: string | null;
6578
+ category: "multivalue" | null;
6446
6579
  content?: {
6447
6580
  value?: string | null | undefined;
6448
6581
  normalizedValue?: string | null | undefined;
@@ -6483,43 +6616,44 @@ export declare const annotations: {
6483
6616
  })[];
6484
6617
  relations: (({
6485
6618
  annotations: string[];
6486
- id: number;
6487
6619
  url: string;
6620
+ id: number;
6488
6621
  key: string | null;
6489
6622
  } & {
6490
6623
  type: "edit";
6491
6624
  parent: string;
6492
6625
  }) | ({
6493
6626
  annotations: string[];
6494
- id: number;
6495
6627
  url: string;
6628
+ id: number;
6496
6629
  key: string | null;
6497
6630
  } & {
6498
6631
  type: "duplicate";
6499
6632
  parent: string | null;
6500
6633
  }) | ({
6501
6634
  annotations: string[];
6502
- id: number;
6503
6635
  url: string;
6636
+ id: number;
6504
6637
  key: string | null;
6505
6638
  } & {
6506
6639
  type: "attachment";
6507
6640
  parent: string | null;
6508
6641
  }))[];
6509
6642
  labels: {
6510
- id: number;
6511
6643
  url: string;
6644
+ id: number;
6512
6645
  name: string;
6646
+ color?: string | null | undefined;
6513
6647
  }[];
6514
6648
  documents: {
6515
6649
  annotations: string[];
6650
+ url: string;
6651
+ originalFileName: string | null;
6516
6652
  content: string | null;
6517
6653
  id: number;
6518
6654
  creator: string | null;
6519
6655
  createdAt: string;
6520
- url: string;
6521
6656
  email: string | null;
6522
- originalFileName: string | null;
6523
6657
  s3Name: string | null;
6524
6658
  parent: string | null;
6525
6659
  mimeType: string;
@@ -6529,8 +6663,8 @@ export declare const annotations: {
6529
6663
  }[];
6530
6664
  modifiers: {
6531
6665
  deleted: boolean;
6532
- id: number;
6533
6666
  url: string;
6667
+ id: number;
6534
6668
  organization: string;
6535
6669
  queues: string[];
6536
6670
  lastName: string;
@@ -6550,24 +6684,24 @@ export declare const annotations: {
6550
6684
  }[];
6551
6685
  childRelations: (({
6552
6686
  annotations: string[];
6553
- id: number;
6554
6687
  url: string;
6688
+ id: number;
6555
6689
  key: string | null;
6556
6690
  } & {
6557
6691
  type: "edit";
6558
6692
  parent: string;
6559
6693
  }) | ({
6560
6694
  annotations: string[];
6561
- id: number;
6562
6695
  url: string;
6696
+ id: number;
6563
6697
  key: string | null;
6564
6698
  } & {
6565
6699
  type: "duplicate";
6566
6700
  parent: string | null;
6567
6701
  }) | ({
6568
6702
  annotations: string[];
6569
- id: number;
6570
6703
  url: string;
6704
+ id: number;
6571
6705
  key: string | null;
6572
6706
  } & {
6573
6707
  type: "attachment";
@@ -6575,8 +6709,8 @@ export declare const annotations: {
6575
6709
  }))[];
6576
6710
  exportedBys: {
6577
6711
  deleted: boolean;
6578
- id: number;
6579
6712
  url: string;
6713
+ id: number;
6580
6714
  organization: string;
6581
6715
  queues: string[];
6582
6716
  lastName: string;
@@ -6596,8 +6730,8 @@ export declare const annotations: {
6596
6730
  }[];
6597
6731
  deletedBys: {
6598
6732
  deleted: boolean;
6599
- id: number;
6600
6733
  url: string;
6734
+ id: number;
6601
6735
  organization: string;
6602
6736
  queues: string[];
6603
6737
  lastName: string;
@@ -6617,8 +6751,8 @@ export declare const annotations: {
6617
6751
  }[];
6618
6752
  confirmedBys: {
6619
6753
  deleted: boolean;
6620
- id: number;
6621
6754
  url: string;
6755
+ id: number;
6622
6756
  organization: string;
6623
6757
  queues: string[];
6624
6758
  lastName: string;
@@ -6638,8 +6772,8 @@ export declare const annotations: {
6638
6772
  }[];
6639
6773
  rejectedBys: {
6640
6774
  deleted: boolean;
6641
- id: number;
6642
6775
  url: string;
6776
+ id: number;
6643
6777
  organization: string;
6644
6778
  queues: string[];
6645
6779
  lastName: string;
@@ -6658,8 +6792,8 @@ export declare const annotations: {
6658
6792
  oidcId?: string | null | undefined;
6659
6793
  }[];
6660
6794
  workspaces: {
6661
- id: number;
6662
6795
  url: string;
6796
+ id: number;
6663
6797
  organization: string;
6664
6798
  name: string;
6665
6799
  queues: string[];
@@ -6668,10 +6802,10 @@ export declare const annotations: {
6668
6802
  }[];
6669
6803
  queues: {
6670
6804
  status: string;
6671
- id: number;
6672
- schema: string;
6673
6805
  url: string;
6674
6806
  sessionTimeout: string;
6807
+ id: number;
6808
+ schema: string;
6675
6809
  name: string;
6676
6810
  workflows: Record<string, string | number>[];
6677
6811
  workspace: string | null;
@@ -6754,7 +6888,7 @@ export declare const annotations: {
6754
6888
  width: number;
6755
6889
  columnType: "meta";
6756
6890
  visible: boolean;
6757
- 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";
6891
+ 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";
6758
6892
  })[];
6759
6893
  } | undefined;
6760
6894
  uploadValues?: unknown;
@@ -6771,8 +6905,8 @@ export declare const annotations: {
6771
6905
  }, {
6772
6906
  assignees: {
6773
6907
  deleted: boolean;
6774
- id: number;
6775
6908
  url: string;
6909
+ id: number;
6776
6910
  organization: string;
6777
6911
  queues: string[];
6778
6912
  lastName: string;
@@ -6791,8 +6925,8 @@ export declare const annotations: {
6791
6925
  oidcId?: string | null | undefined;
6792
6926
  }[];
6793
6927
  content: ({
6794
- id: number | null;
6795
6928
  url: string | null;
6929
+ id: number | null;
6796
6930
  schemaId: string | null;
6797
6931
  category: "datapoint" | null;
6798
6932
  content?: {
@@ -6814,14 +6948,12 @@ export declare const annotations: {
6814
6948
  validationSources?: string[] | null | undefined;
6815
6949
  timeSpent?: number | null | undefined;
6816
6950
  timeSpentOverall?: number | null | undefined;
6951
+ noRecalculation?: boolean | undefined;
6817
6952
  } | {
6818
- id: number | null;
6819
6953
  url: string | null;
6820
- schemaId: string | null;
6821
- category: "multivalue" | null;
6822
6954
  children: (({
6823
- id: number | null;
6824
6955
  url: string | null;
6956
+ id: number | null;
6825
6957
  schemaId: string | null;
6826
6958
  category: "datapoint" | null;
6827
6959
  content?: {
@@ -6843,14 +6975,12 @@ export declare const annotations: {
6843
6975
  validationSources?: string[] | null | undefined;
6844
6976
  timeSpent?: number | null | undefined;
6845
6977
  timeSpentOverall?: number | null | undefined;
6978
+ noRecalculation?: boolean | undefined;
6846
6979
  }[] | {
6847
- id: number | null;
6848
6980
  url: string | null;
6849
- schemaId: string;
6850
- category: "tuple" | null;
6851
6981
  children: ({
6852
- id: number | null;
6853
6982
  url: string | null;
6983
+ id: number | null;
6854
6984
  schemaId: string | null;
6855
6985
  category: "datapoint" | null;
6856
6986
  content?: {
@@ -6872,10 +7002,14 @@ export declare const annotations: {
6872
7002
  validationSources?: string[] | null | undefined;
6873
7003
  timeSpent?: number | null | undefined;
6874
7004
  timeSpentOverall?: number | null | undefined;
7005
+ noRecalculation?: boolean | undefined;
6875
7006
  } | null)[];
6876
- }[]) & ({
6877
7007
  id: number | null;
7008
+ schemaId: string;
7009
+ category: "tuple" | null;
7010
+ }[]) & ({
6878
7011
  url: string | null;
7012
+ id: number | null;
6879
7013
  schemaId: string | null;
6880
7014
  category: "datapoint" | null;
6881
7015
  content?: {
@@ -6897,14 +7031,12 @@ export declare const annotations: {
6897
7031
  validationSources?: string[] | null | undefined;
6898
7032
  timeSpent?: number | null | undefined;
6899
7033
  timeSpentOverall?: number | null | undefined;
7034
+ noRecalculation?: boolean | undefined;
6900
7035
  }[] | {
6901
- id: number | null;
6902
7036
  url: string | null;
6903
- schemaId: string;
6904
- category: "tuple" | null;
6905
7037
  children: ({
6906
- id: number | null;
6907
7038
  url: string | null;
7039
+ id: number | null;
6908
7040
  schemaId: string | null;
6909
7041
  category: "datapoint" | null;
6910
7042
  content?: {
@@ -6926,8 +7058,15 @@ export declare const annotations: {
6926
7058
  validationSources?: string[] | null | undefined;
6927
7059
  timeSpent?: number | null | undefined;
6928
7060
  timeSpentOverall?: number | null | undefined;
7061
+ noRecalculation?: boolean | undefined;
6929
7062
  } | null)[];
7063
+ id: number | null;
7064
+ schemaId: string;
7065
+ category: "tuple" | null;
6930
7066
  }[] | undefined)) | null;
7067
+ id: number | null;
7068
+ schemaId: string | null;
7069
+ category: "multivalue" | null;
6931
7070
  content?: {
6932
7071
  value?: string | null | undefined;
6933
7072
  normalizedValue?: string | null | undefined;
@@ -6968,43 +7107,44 @@ export declare const annotations: {
6968
7107
  })[];
6969
7108
  relations: (({
6970
7109
  annotations: string[];
6971
- id: number;
6972
7110
  url: string;
7111
+ id: number;
6973
7112
  key: string | null;
6974
7113
  } & {
6975
7114
  type: "edit";
6976
7115
  parent: string;
6977
7116
  }) | ({
6978
7117
  annotations: string[];
6979
- id: number;
6980
7118
  url: string;
7119
+ id: number;
6981
7120
  key: string | null;
6982
7121
  } & {
6983
7122
  type: "duplicate";
6984
7123
  parent: string | null;
6985
7124
  }) | ({
6986
7125
  annotations: string[];
6987
- id: number;
6988
7126
  url: string;
7127
+ id: number;
6989
7128
  key: string | null;
6990
7129
  } & {
6991
7130
  type: "attachment";
6992
7131
  parent: string | null;
6993
7132
  }))[];
6994
7133
  labels: {
6995
- id: number;
6996
7134
  url: string;
7135
+ id: number;
6997
7136
  name: string;
7137
+ color?: string | null | undefined;
6998
7138
  }[];
6999
7139
  documents: {
7000
7140
  annotations: string[];
7141
+ url: string;
7142
+ originalFileName: string | null;
7001
7143
  content: string | null;
7002
7144
  id: number;
7003
7145
  creator: string | null;
7004
7146
  createdAt: string;
7005
- url: string;
7006
7147
  email: string | null;
7007
- originalFileName: string | null;
7008
7148
  s3Name: string | null;
7009
7149
  parent: string | null;
7010
7150
  mimeType: string;
@@ -7014,8 +7154,8 @@ export declare const annotations: {
7014
7154
  }[];
7015
7155
  modifiers: {
7016
7156
  deleted: boolean;
7017
- id: number;
7018
7157
  url: string;
7158
+ id: number;
7019
7159
  organization: string;
7020
7160
  queues: string[];
7021
7161
  lastName: string;
@@ -7035,24 +7175,24 @@ export declare const annotations: {
7035
7175
  }[];
7036
7176
  childRelations: (({
7037
7177
  annotations: string[];
7038
- id: number;
7039
7178
  url: string;
7179
+ id: number;
7040
7180
  key: string | null;
7041
7181
  } & {
7042
7182
  type: "edit";
7043
7183
  parent: string;
7044
7184
  }) | ({
7045
7185
  annotations: string[];
7046
- id: number;
7047
7186
  url: string;
7187
+ id: number;
7048
7188
  key: string | null;
7049
7189
  } & {
7050
7190
  type: "duplicate";
7051
7191
  parent: string | null;
7052
7192
  }) | ({
7053
7193
  annotations: string[];
7054
- id: number;
7055
7194
  url: string;
7195
+ id: number;
7056
7196
  key: string | null;
7057
7197
  } & {
7058
7198
  type: "attachment";
@@ -7060,8 +7200,8 @@ export declare const annotations: {
7060
7200
  }))[];
7061
7201
  exportedBys: {
7062
7202
  deleted: boolean;
7063
- id: number;
7064
7203
  url: string;
7204
+ id: number;
7065
7205
  organization: string;
7066
7206
  queues: string[];
7067
7207
  lastName: string;
@@ -7081,8 +7221,8 @@ export declare const annotations: {
7081
7221
  }[];
7082
7222
  deletedBys: {
7083
7223
  deleted: boolean;
7084
- id: number;
7085
7224
  url: string;
7225
+ id: number;
7086
7226
  organization: string;
7087
7227
  queues: string[];
7088
7228
  lastName: string;
@@ -7102,8 +7242,8 @@ export declare const annotations: {
7102
7242
  }[];
7103
7243
  confirmedBys: {
7104
7244
  deleted: boolean;
7105
- id: number;
7106
7245
  url: string;
7246
+ id: number;
7107
7247
  organization: string;
7108
7248
  queues: string[];
7109
7249
  lastName: string;
@@ -7123,8 +7263,8 @@ export declare const annotations: {
7123
7263
  }[];
7124
7264
  rejectedBys: {
7125
7265
  deleted: boolean;
7126
- id: number;
7127
7266
  url: string;
7267
+ id: number;
7128
7268
  organization: string;
7129
7269
  queues: string[];
7130
7270
  lastName: string;
@@ -7143,8 +7283,8 @@ export declare const annotations: {
7143
7283
  oidcId?: string | null | undefined;
7144
7284
  }[];
7145
7285
  workspaces: {
7146
- id: number;
7147
7286
  url: string;
7287
+ id: number;
7148
7288
  organization: string;
7149
7289
  name: string;
7150
7290
  queues: string[];
@@ -7153,10 +7293,10 @@ export declare const annotations: {
7153
7293
  }[];
7154
7294
  queues: {
7155
7295
  status: string;
7156
- id: number;
7157
- schema: string;
7158
7296
  url: string;
7159
7297
  sessionTimeout: string;
7298
+ id: number;
7299
+ schema: string;
7160
7300
  name: string;
7161
7301
  workflows: Record<string, string | number>[];
7162
7302
  workspace: string | null;
@@ -7239,7 +7379,7 @@ export declare const annotations: {
7239
7379
  width: number;
7240
7380
  columnType: "meta";
7241
7381
  visible: boolean;
7242
- 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";
7382
+ 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";
7243
7383
  })[];
7244
7384
  } | undefined;
7245
7385
  uploadValues?: unknown;
@@ -7275,11 +7415,81 @@ export declare const annotations: {
7275
7415
  annotation: import("zod").ZodString;
7276
7416
  sessionTimeout: import("zod").ZodString;
7277
7417
  }, "strip", import("zod").ZodTypeAny, {
7278
- sessionTimeout: string;
7279
7418
  annotation: string;
7280
- }, {
7281
7419
  sessionTimeout: string;
7420
+ }, {
7282
7421
  annotation: string;
7422
+ sessionTimeout: string;
7423
+ }>;
7424
+ };
7425
+ split: (annotationId: import("../../..").ID, payload: import("./split").SplitPayload) => {
7426
+ readonly endpoint: `/annotations/${number}/split`;
7427
+ readonly method: "POST";
7428
+ readonly responseSchema: import("zod").ZodObject<{
7429
+ results: import("zod").ZodArray<import("zod").ZodObject<{
7430
+ document: import("zod").ZodString;
7431
+ annotation: import("zod").ZodString;
7432
+ }, "strip", import("zod").ZodTypeAny, {
7433
+ annotation: string;
7434
+ document: string;
7435
+ }, {
7436
+ annotation: string;
7437
+ document: string;
7438
+ }>, "many">;
7439
+ }, "strip", import("zod").ZodTypeAny, {
7440
+ results: {
7441
+ annotation: string;
7442
+ document: string;
7443
+ }[];
7444
+ }, {
7445
+ results: {
7446
+ annotation: string;
7447
+ document: string;
7448
+ }[];
7449
+ }>;
7450
+ readonly payload: import("./split").SplitPayload;
7451
+ readonly payloadSchema: import("zod").ZodObject<{
7452
+ documents: import("zod").ZodTuple<[import("zod").ZodObject<{
7453
+ pages: import("zod").ZodArray<import("zod").ZodObject<{
7454
+ page: import("zod").ZodString;
7455
+ rotationDeg: import("zod").ZodOptional<import("zod").ZodNumber>;
7456
+ }, "strip", import("zod").ZodTypeAny, {
7457
+ page: string;
7458
+ rotationDeg?: number | undefined;
7459
+ }, {
7460
+ page: string;
7461
+ rotationDeg?: number | undefined;
7462
+ }>, "many">;
7463
+ metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
7464
+ }, "strip", import("zod").ZodTypeAny, {
7465
+ pages: {
7466
+ page: string;
7467
+ rotationDeg?: number | undefined;
7468
+ }[];
7469
+ metadata?: unknown;
7470
+ }, {
7471
+ pages: {
7472
+ page: string;
7473
+ rotationDeg?: number | undefined;
7474
+ }[];
7475
+ metadata?: unknown;
7476
+ }>], null>;
7477
+ }, "strip", import("zod").ZodTypeAny, {
7478
+ documents: [{
7479
+ pages: {
7480
+ page: string;
7481
+ rotationDeg?: number | undefined;
7482
+ }[];
7483
+ metadata?: unknown;
7484
+ }];
7485
+ }, {
7486
+ documents: [{
7487
+ pages: {
7488
+ page: string;
7489
+ rotationDeg?: number | undefined;
7490
+ }[];
7491
+ metadata?: unknown;
7492
+ }];
7283
7493
  }>;
7284
7494
  };
7285
7495
  startEditPages: (annotationId: number) => {
@@ -7306,8 +7516,8 @@ export declare const annotations: {
7306
7516
  }>, "many">;
7307
7517
  }, "strip", import("zod").ZodTypeAny, {
7308
7518
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
7309
- queue: string;
7310
7519
  url: string;
7520
+ queue: string;
7311
7521
  started: boolean;
7312
7522
  originalFileName: string;
7313
7523
  parentPages: {
@@ -7316,8 +7526,8 @@ export declare const annotations: {
7316
7526
  }[];
7317
7527
  }, {
7318
7528
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
7319
- queue: string;
7320
7529
  url: string;
7530
+ queue: string;
7321
7531
  started: boolean;
7322
7532
  originalFileName: string;
7323
7533
  parentPages: {
@@ -7353,10 +7563,12 @@ export declare const annotations: {
7353
7563
  }[];
7354
7564
  }>]>, "many">;
7355
7565
  }, "strip", import("zod").ZodTypeAny, {
7566
+ parentAnnotation: string;
7567
+ sessionTimeout: string;
7356
7568
  children: ({
7357
7569
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
7358
- queue: string;
7359
7570
  url: string;
7571
+ queue: string;
7360
7572
  started: boolean;
7361
7573
  originalFileName: string;
7362
7574
  parentPages: {
@@ -7371,13 +7583,13 @@ export declare const annotations: {
7371
7583
  rotationDeg: number;
7372
7584
  }[];
7373
7585
  })[];
7586
+ }, {
7374
7587
  parentAnnotation: string;
7375
7588
  sessionTimeout: string;
7376
- }, {
7377
7589
  children: ({
7378
7590
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
7379
- queue: string;
7380
7591
  url: string;
7592
+ queue: string;
7381
7593
  started: boolean;
7382
7594
  originalFileName: string;
7383
7595
  parentPages: {
@@ -7392,8 +7604,6 @@ export declare const annotations: {
7392
7604
  rotationDeg: number;
7393
7605
  }[];
7394
7606
  })[];
7395
- parentAnnotation: string;
7396
- sessionTimeout: string;
7397
7607
  }>;
7398
7608
  };
7399
7609
  cancelEditPages: (parentAnnotationId: number, payload: import("./cancelEditPages").CancelEditPagesPayload) => {
@@ -7412,15 +7622,15 @@ export declare const annotations: {
7412
7622
  timeSpentBlockers: import("zod").ZodNumber;
7413
7623
  timeSpentOpening: import("zod").ZodNumber;
7414
7624
  }, "strip", import("zod").ZodTypeAny, {
7415
- timeSpentOverall: number;
7416
7625
  timeSpentActive: number;
7626
+ timeSpentOverall: number;
7417
7627
  timeSpentEdit: number;
7418
7628
  timeSpentEmails: number;
7419
7629
  timeSpentBlockers: number;
7420
7630
  timeSpentOpening: number;
7421
7631
  }, {
7422
- timeSpentOverall: number;
7423
7632
  timeSpentActive: number;
7633
+ timeSpentOverall: number;
7424
7634
  timeSpentEdit: number;
7425
7635
  timeSpentEmails: number;
7426
7636
  timeSpentBlockers: number;
@@ -7430,8 +7640,8 @@ export declare const annotations: {
7430
7640
  annotations: string[];
7431
7641
  cancelParent: boolean;
7432
7642
  processingDuration?: {
7433
- timeSpentOverall: number;
7434
7643
  timeSpentActive: number;
7644
+ timeSpentOverall: number;
7435
7645
  timeSpentEdit: number;
7436
7646
  timeSpentEmails: number;
7437
7647
  timeSpentBlockers: number;
@@ -7441,8 +7651,8 @@ export declare const annotations: {
7441
7651
  annotations: string[];
7442
7652
  cancelParent: boolean;
7443
7653
  processingDuration?: {
7444
- timeSpentOverall: number;
7445
7654
  timeSpentActive: number;
7655
+ timeSpentOverall: number;
7446
7656
  timeSpentEdit: number;
7447
7657
  timeSpentEmails: number;
7448
7658
  timeSpentBlockers: number;
@@ -7458,21 +7668,21 @@ export declare const annotations: {
7458
7668
  document: import("zod").ZodString;
7459
7669
  annotation: import("zod").ZodString;
7460
7670
  }, "strip", import("zod").ZodTypeAny, {
7461
- document: string;
7462
7671
  annotation: string;
7463
- }, {
7464
7672
  document: string;
7673
+ }, {
7465
7674
  annotation: string;
7675
+ document: string;
7466
7676
  }>, "many">;
7467
7677
  }, "strip", import("zod").ZodTypeAny, {
7468
7678
  results: {
7469
- document: string;
7470
7679
  annotation: string;
7680
+ document: string;
7471
7681
  }[];
7472
7682
  }, {
7473
7683
  results: {
7474
- document: string;
7475
7684
  annotation: string;
7685
+ document: string;
7476
7686
  }[];
7477
7687
  }>;
7478
7688
  readonly payload: import("./editPages").EditPagesPayload;
@@ -7493,19 +7703,19 @@ export declare const annotations: {
7493
7703
  targetQueue: import("zod").ZodString;
7494
7704
  documentName: import("zod").ZodOptional<import("zod").ZodString>;
7495
7705
  }, "strip", import("zod").ZodTypeAny, {
7706
+ targetQueue: string;
7496
7707
  parentPages: {
7497
7708
  page: string;
7498
7709
  rotationDeg: number;
7499
7710
  }[];
7500
- targetQueue: string;
7501
7711
  annotation?: string | undefined;
7502
7712
  documentName?: string | undefined;
7503
7713
  }, {
7714
+ targetQueue: string;
7504
7715
  parentPages: {
7505
7716
  page: string;
7506
7717
  rotationDeg: number;
7507
7718
  }[];
7508
- targetQueue: string;
7509
7719
  annotation?: string | undefined;
7510
7720
  documentName?: string | undefined;
7511
7721
  }>, "many">;
@@ -7513,11 +7723,11 @@ export declare const annotations: {
7513
7723
  annotation: import("zod").ZodString;
7514
7724
  targetQueue: import("zod").ZodString;
7515
7725
  }, "strip", import("zod").ZodTypeAny, {
7516
- annotation: string;
7517
7726
  targetQueue: string;
7518
- }, {
7519
7727
  annotation: string;
7728
+ }, {
7520
7729
  targetQueue: string;
7730
+ annotation: string;
7521
7731
  }>, "many">;
7522
7732
  stopReviewing: import("zod").ZodArray<import("zod").ZodString, "many">;
7523
7733
  stopParent: import("zod").ZodBoolean;
@@ -7529,15 +7739,15 @@ export declare const annotations: {
7529
7739
  timeSpentBlockers: import("zod").ZodNumber;
7530
7740
  timeSpentOpening: import("zod").ZodNumber;
7531
7741
  }, "strip", import("zod").ZodTypeAny, {
7532
- timeSpentOverall: number;
7533
7742
  timeSpentActive: number;
7743
+ timeSpentOverall: number;
7534
7744
  timeSpentEdit: number;
7535
7745
  timeSpentEmails: number;
7536
7746
  timeSpentBlockers: number;
7537
7747
  timeSpentOpening: number;
7538
7748
  }, {
7539
- timeSpentOverall: number;
7540
7749
  timeSpentActive: number;
7750
+ timeSpentOverall: number;
7541
7751
  timeSpentEdit: number;
7542
7752
  timeSpentEmails: number;
7543
7753
  timeSpentBlockers: number;
@@ -7547,23 +7757,23 @@ export declare const annotations: {
7547
7757
  }, "strip", import("zod").ZodTypeAny, {
7548
7758
  delete: string[];
7549
7759
  edit: {
7760
+ targetQueue: string;
7550
7761
  parentPages: {
7551
7762
  page: string;
7552
7763
  rotationDeg: number;
7553
7764
  }[];
7554
- targetQueue: string;
7555
7765
  annotation?: string | undefined;
7556
7766
  documentName?: string | undefined;
7557
7767
  }[];
7558
7768
  move: {
7559
- annotation: string;
7560
7769
  targetQueue: string;
7770
+ annotation: string;
7561
7771
  }[];
7562
7772
  stopReviewing: string[];
7563
7773
  stopParent: boolean;
7564
7774
  processingDuration?: {
7565
- timeSpentOverall: number;
7566
7775
  timeSpentActive: number;
7776
+ timeSpentOverall: number;
7567
7777
  timeSpentEdit: number;
7568
7778
  timeSpentEmails: number;
7569
7779
  timeSpentBlockers: number;
@@ -7573,23 +7783,23 @@ export declare const annotations: {
7573
7783
  }, {
7574
7784
  delete: string[];
7575
7785
  edit: {
7786
+ targetQueue: string;
7576
7787
  parentPages: {
7577
7788
  page: string;
7578
7789
  rotationDeg: number;
7579
7790
  }[];
7580
- targetQueue: string;
7581
7791
  annotation?: string | undefined;
7582
7792
  documentName?: string | undefined;
7583
7793
  }[];
7584
7794
  move: {
7585
- annotation: string;
7586
7795
  targetQueue: string;
7796
+ annotation: string;
7587
7797
  }[];
7588
7798
  stopReviewing: string[];
7589
7799
  stopParent: boolean;
7590
7800
  processingDuration?: {
7591
- timeSpentOverall: number;
7592
7801
  timeSpentActive: number;
7802
+ timeSpentOverall: number;
7593
7803
  timeSpentEdit: number;
7594
7804
  timeSpentEmails: number;
7595
7805
  timeSpentBlockers: number;
@@ -7606,21 +7816,21 @@ export declare const annotations: {
7606
7816
  document: import("zod").ZodString;
7607
7817
  annotation: import("zod").ZodString;
7608
7818
  }, "strip", import("zod").ZodTypeAny, {
7609
- document: string;
7610
7819
  annotation: string;
7611
- }, {
7612
7820
  document: string;
7821
+ }, {
7613
7822
  annotation: string;
7823
+ document: string;
7614
7824
  }>, "many">;
7615
7825
  }, "strip", import("zod").ZodTypeAny, {
7616
7826
  results: {
7617
- document: string;
7618
7827
  annotation: string;
7828
+ document: string;
7619
7829
  }[];
7620
7830
  }, {
7621
7831
  results: {
7622
- document: string;
7623
7832
  annotation: string;
7833
+ document: string;
7624
7834
  }[];
7625
7835
  }>;
7626
7836
  readonly payload: import("./editPagesInPlace").EditPagesInPlacePayload;
@@ -7644,15 +7854,15 @@ export declare const annotations: {
7644
7854
  timeSpentBlockers: import("zod").ZodNumber;
7645
7855
  timeSpentOpening: import("zod").ZodNumber;
7646
7856
  }, "strip", import("zod").ZodTypeAny, {
7647
- timeSpentOverall: number;
7648
7857
  timeSpentActive: number;
7858
+ timeSpentOverall: number;
7649
7859
  timeSpentEdit: number;
7650
7860
  timeSpentEmails: number;
7651
7861
  timeSpentBlockers: number;
7652
7862
  timeSpentOpening: number;
7653
7863
  }, {
7654
- timeSpentOverall: number;
7655
7864
  timeSpentActive: number;
7865
+ timeSpentOverall: number;
7656
7866
  timeSpentEdit: number;
7657
7867
  timeSpentEmails: number;
7658
7868
  timeSpentBlockers: number;
@@ -7666,8 +7876,8 @@ export declare const annotations: {
7666
7876
  }[];
7667
7877
  targetQueue?: string | undefined;
7668
7878
  processingDuration?: {
7669
- timeSpentOverall: number;
7670
7879
  timeSpentActive: number;
7880
+ timeSpentOverall: number;
7671
7881
  timeSpentEdit: number;
7672
7882
  timeSpentEmails: number;
7673
7883
  timeSpentBlockers: number;
@@ -7681,8 +7891,8 @@ export declare const annotations: {
7681
7891
  }[];
7682
7892
  targetQueue?: string | undefined;
7683
7893
  processingDuration?: {
7684
- timeSpentOverall: number;
7685
7894
  timeSpentActive: number;
7895
+ timeSpentOverall: number;
7686
7896
  timeSpentEdit: number;
7687
7897
  timeSpentEmails: number;
7688
7898
  timeSpentBlockers: number;
@@ -7796,9 +8006,10 @@ export declare const annotations: {
7796
8006
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
7797
8007
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
7798
8008
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
8009
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
7799
8010
  }, "strip", import("zod").ZodTypeAny, {
7800
- id: number | null;
7801
8011
  url: string | null;
8012
+ id: number | null;
7802
8013
  schemaId: string | null;
7803
8014
  category: "datapoint" | null;
7804
8015
  content?: {
@@ -7820,9 +8031,10 @@ export declare const annotations: {
7820
8031
  validationSources?: string[] | null | undefined;
7821
8032
  timeSpent?: number | null | undefined;
7822
8033
  timeSpentOverall?: number | null | undefined;
8034
+ noRecalculation?: boolean | undefined;
7823
8035
  }, {
7824
- id: number | null;
7825
8036
  url: string | null;
8037
+ id: number | null;
7826
8038
  schemaId: string | null;
7827
8039
  category: "datapoint" | null;
7828
8040
  content?: {
@@ -7844,6 +8056,7 @@ export declare const annotations: {
7844
8056
  validationSources?: string[] | null | undefined;
7845
8057
  timeSpent?: number | null | undefined;
7846
8058
  timeSpentOverall?: number | null | undefined;
8059
+ noRecalculation?: boolean | undefined;
7847
8060
  }>, import("zod").ZodObject<{
7848
8061
  options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
7849
8062
  value: import("zod").ZodString;
@@ -8080,8 +8293,8 @@ export declare const annotations: {
8080
8293
  aggregationType: "sum";
8081
8294
  })[];
8082
8295
  updatedDatapoints: ({
8083
- id: number | null;
8084
8296
  url: string | null;
8297
+ id: number | null;
8085
8298
  schemaId: string | null;
8086
8299
  category: "datapoint" | null;
8087
8300
  content?: {
@@ -8103,6 +8316,7 @@ export declare const annotations: {
8103
8316
  validationSources?: string[] | null | undefined;
8104
8317
  timeSpent?: number | null | undefined;
8105
8318
  timeSpentOverall?: number | null | undefined;
8319
+ noRecalculation?: boolean | undefined;
8106
8320
  } & {
8107
8321
  options?: {
8108
8322
  value: string;
@@ -8163,8 +8377,8 @@ export declare const annotations: {
8163
8377
  aggregationType: "sum";
8164
8378
  })[];
8165
8379
  updatedDatapoints: ({
8166
- id: number | null;
8167
8380
  url: string | null;
8381
+ id: number | null;
8168
8382
  schemaId: string | null;
8169
8383
  category: "datapoint" | null;
8170
8384
  content?: {
@@ -8186,6 +8400,7 @@ export declare const annotations: {
8186
8400
  validationSources?: string[] | null | undefined;
8187
8401
  timeSpent?: number | null | undefined;
8188
8402
  timeSpentOverall?: number | null | undefined;
8403
+ noRecalculation?: boolean | undefined;
8189
8404
  } & {
8190
8405
  options?: {
8191
8406
  value: string;
@@ -8292,9 +8507,10 @@ export declare const annotations: {
8292
8507
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
8293
8508
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
8294
8509
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
8510
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
8295
8511
  }, "strip", import("zod").ZodTypeAny, {
8296
- id: number | null;
8297
8512
  url: string | null;
8513
+ id: number | null;
8298
8514
  schemaId: string | null;
8299
8515
  category: "datapoint" | null;
8300
8516
  content?: {
@@ -8316,9 +8532,10 @@ export declare const annotations: {
8316
8532
  validationSources?: string[] | null | undefined;
8317
8533
  timeSpent?: number | null | undefined;
8318
8534
  timeSpentOverall?: number | null | undefined;
8535
+ noRecalculation?: boolean | undefined;
8319
8536
  }, {
8320
- id: number | null;
8321
8537
  url: string | null;
8538
+ id: number | null;
8322
8539
  schemaId: string | null;
8323
8540
  category: "datapoint" | null;
8324
8541
  content?: {
@@ -8340,6 +8557,7 @@ export declare const annotations: {
8340
8557
  validationSources?: string[] | null | undefined;
8341
8558
  timeSpent?: number | null | undefined;
8342
8559
  timeSpentOverall?: number | null | undefined;
8560
+ noRecalculation?: boolean | undefined;
8343
8561
  }>;
8344
8562
  readonly payload: import("./updateContent").UpdateAnnotationContentPayload;
8345
8563
  readonly payloadSchema: import("zod").ZodObject<{
@@ -8427,6 +8645,7 @@ export declare const annotations: {
8427
8645
  createdAt: import("zod").ZodString;
8428
8646
  modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
8429
8647
  confirmedAt: import("zod").ZodNullable<import("zod").ZodString>;
8648
+ exportFailedAt: import("zod").ZodNullable<import("zod").ZodString>;
8430
8649
  exportedAt: import("zod").ZodNullable<import("zod").ZodString>;
8431
8650
  deletedAt: import("zod").ZodNullable<import("zod").ZodString>;
8432
8651
  rejectedAt: import("zod").ZodNullable<import("zod").ZodString>;
@@ -8488,6 +8707,7 @@ export declare const annotations: {
8488
8707
  timestamp?: string | undefined;
8489
8708
  } | null | undefined;
8490
8709
  }>, "many">>;
8710
+ einvoice: import("zod").ZodBoolean;
8491
8711
  url: import("zod").ZodString;
8492
8712
  content: import("zod").ZodString;
8493
8713
  timeSpent: import("zod").ZodNullable<import("zod").ZodNumber>;
@@ -8517,11 +8737,12 @@ export declare const annotations: {
8517
8737
  restrictedAccess: import("zod").ZodBoolean;
8518
8738
  }, "strip", import("zod").ZodTypeAny, {
8519
8739
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
8520
- document: string;
8521
8740
  assignees: string[];
8741
+ url: string;
8742
+ queue: string;
8743
+ document: string;
8522
8744
  content: string;
8523
8745
  id: number;
8524
- queue: string;
8525
8746
  schema: string;
8526
8747
  relations: string[];
8527
8748
  pages: string[];
@@ -8530,6 +8751,7 @@ export declare const annotations: {
8530
8751
  createdAt: string;
8531
8752
  modifiedAt: string | null;
8532
8753
  confirmedAt: string | null;
8754
+ exportFailedAt: string | null;
8533
8755
  exportedAt: string | null;
8534
8756
  deletedAt: string | null;
8535
8757
  rejectedAt: string | null;
@@ -8552,7 +8774,7 @@ export declare const annotations: {
8552
8774
  timestamp?: string | undefined;
8553
8775
  } | null | undefined;
8554
8776
  }[] | null;
8555
- url: string;
8777
+ einvoice: boolean;
8556
8778
  timeSpent: number | null;
8557
8779
  metadata: Record<string, unknown>;
8558
8780
  automated: boolean;
@@ -8573,11 +8795,12 @@ export declare const annotations: {
8573
8795
  hasEmailThreadWithNewReplies?: boolean | undefined;
8574
8796
  }, {
8575
8797
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
8576
- document: string;
8577
8798
  assignees: string[];
8799
+ url: string;
8800
+ queue: string;
8801
+ document: string;
8578
8802
  content: string;
8579
8803
  id: number;
8580
- queue: string;
8581
8804
  schema: string;
8582
8805
  relations: string[];
8583
8806
  pages: string[];
@@ -8586,6 +8809,7 @@ export declare const annotations: {
8586
8809
  createdAt: string;
8587
8810
  modifiedAt: string | null;
8588
8811
  confirmedAt: string | null;
8812
+ exportFailedAt: string | null;
8589
8813
  exportedAt: string | null;
8590
8814
  deletedAt: string | null;
8591
8815
  rejectedAt: string | null;
@@ -8608,7 +8832,7 @@ export declare const annotations: {
8608
8832
  timestamp?: string | undefined;
8609
8833
  } | null | undefined;
8610
8834
  }[] | null;
8611
- url: string;
8835
+ einvoice: boolean;
8612
8836
  timeSpent: number | null;
8613
8837
  metadata: Record<string, unknown>;
8614
8838
  automated: boolean;
@@ -8631,11 +8855,12 @@ export declare const annotations: {
8631
8855
  }, "strip", import("zod").ZodTypeAny, {
8632
8856
  results: {
8633
8857
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
8634
- document: string;
8635
8858
  assignees: string[];
8859
+ url: string;
8860
+ queue: string;
8861
+ document: string;
8636
8862
  content: string;
8637
8863
  id: number;
8638
- queue: string;
8639
8864
  schema: string;
8640
8865
  relations: string[];
8641
8866
  pages: string[];
@@ -8644,6 +8869,7 @@ export declare const annotations: {
8644
8869
  createdAt: string;
8645
8870
  modifiedAt: string | null;
8646
8871
  confirmedAt: string | null;
8872
+ exportFailedAt: string | null;
8647
8873
  exportedAt: string | null;
8648
8874
  deletedAt: string | null;
8649
8875
  rejectedAt: string | null;
@@ -8666,7 +8892,7 @@ export declare const annotations: {
8666
8892
  timestamp?: string | undefined;
8667
8893
  } | null | undefined;
8668
8894
  }[] | null;
8669
- url: string;
8895
+ einvoice: boolean;
8670
8896
  timeSpent: number | null;
8671
8897
  metadata: Record<string, unknown>;
8672
8898
  automated: boolean;
@@ -8695,11 +8921,12 @@ export declare const annotations: {
8695
8921
  }, {
8696
8922
  results: {
8697
8923
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
8698
- document: string;
8699
8924
  assignees: string[];
8925
+ url: string;
8926
+ queue: string;
8927
+ document: string;
8700
8928
  content: string;
8701
8929
  id: number;
8702
- queue: string;
8703
8930
  schema: string;
8704
8931
  relations: string[];
8705
8932
  pages: string[];
@@ -8708,6 +8935,7 @@ export declare const annotations: {
8708
8935
  createdAt: string;
8709
8936
  modifiedAt: string | null;
8710
8937
  confirmedAt: string | null;
8938
+ exportFailedAt: string | null;
8711
8939
  exportedAt: string | null;
8712
8940
  deletedAt: string | null;
8713
8941
  rejectedAt: string | null;
@@ -8730,7 +8958,7 @@ export declare const annotations: {
8730
8958
  timestamp?: string | undefined;
8731
8959
  } | null | undefined;
8732
8960
  }[] | null;
8733
- url: string;
8961
+ einvoice: boolean;
8734
8962
  timeSpent: number | null;
8735
8963
  metadata: Record<string, unknown>;
8736
8964
  automated: boolean;
@@ -8818,13 +9046,13 @@ export declare const annotations: {
8818
9046
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
8819
9047
  }, "strip", import("zod").ZodTypeAny, {
8820
9048
  annotations: string[];
9049
+ url: string;
9050
+ originalFileName: string | null;
8821
9051
  content: string | null;
8822
9052
  id: number;
8823
9053
  creator: string | null;
8824
9054
  createdAt: string;
8825
- url: string;
8826
9055
  email: string | null;
8827
- originalFileName: string | null;
8828
9056
  s3Name: string | null;
8829
9057
  parent: string | null;
8830
9058
  mimeType: string;
@@ -8833,13 +9061,13 @@ export declare const annotations: {
8833
9061
  metadata?: unknown;
8834
9062
  }, {
8835
9063
  annotations: string[];
9064
+ url: string;
9065
+ originalFileName: string | null;
8836
9066
  content: string | null;
8837
9067
  id: number;
8838
9068
  creator: string | null;
8839
9069
  createdAt: string;
8840
- url: string;
8841
9070
  email: string | null;
8842
- originalFileName: string | null;
8843
9071
  s3Name: string | null;
8844
9072
  parent: string | null;
8845
9073
  mimeType: string;
@@ -8869,8 +9097,8 @@ export declare const annotations: {
8869
9097
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
8870
9098
  }, "strip", import("zod").ZodTypeAny, {
8871
9099
  deleted: boolean;
8872
- id: number;
8873
9100
  url: string;
9101
+ id: number;
8874
9102
  organization: string;
8875
9103
  queues: string[];
8876
9104
  lastName: string;
@@ -8889,8 +9117,8 @@ export declare const annotations: {
8889
9117
  oidcId?: string | null | undefined;
8890
9118
  }, {
8891
9119
  deleted: boolean;
8892
- id: number;
8893
9120
  url: string;
9121
+ id: number;
8894
9122
  organization: string;
8895
9123
  queues: string[];
8896
9124
  lastName: string;
@@ -8962,9 +9190,10 @@ export declare const annotations: {
8962
9190
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
8963
9191
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
8964
9192
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
9193
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
8965
9194
  }, "strip", import("zod").ZodTypeAny, {
8966
- id: number | null;
8967
9195
  url: string | null;
9196
+ id: number | null;
8968
9197
  schemaId: string | null;
8969
9198
  category: "datapoint" | null;
8970
9199
  content?: {
@@ -8986,9 +9215,10 @@ export declare const annotations: {
8986
9215
  validationSources?: string[] | null | undefined;
8987
9216
  timeSpent?: number | null | undefined;
8988
9217
  timeSpentOverall?: number | null | undefined;
9218
+ noRecalculation?: boolean | undefined;
8989
9219
  }, {
8990
- id: number | null;
8991
9220
  url: string | null;
9221
+ id: number | null;
8992
9222
  schemaId: string | null;
8993
9223
  category: "datapoint" | null;
8994
9224
  content?: {
@@ -9010,6 +9240,7 @@ export declare const annotations: {
9010
9240
  validationSources?: string[] | null | undefined;
9011
9241
  timeSpent?: number | null | undefined;
9012
9242
  timeSpentOverall?: number | null | undefined;
9243
+ noRecalculation?: boolean | undefined;
9013
9244
  }>, import("zod").ZodObject<{
9014
9245
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
9015
9246
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -9113,9 +9344,10 @@ export declare const annotations: {
9113
9344
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
9114
9345
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
9115
9346
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
9347
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
9116
9348
  }, "strip", import("zod").ZodTypeAny, {
9117
- id: number | null;
9118
9349
  url: string | null;
9350
+ id: number | null;
9119
9351
  schemaId: string | null;
9120
9352
  category: "datapoint" | null;
9121
9353
  content?: {
@@ -9137,9 +9369,10 @@ export declare const annotations: {
9137
9369
  validationSources?: string[] | null | undefined;
9138
9370
  timeSpent?: number | null | undefined;
9139
9371
  timeSpentOverall?: number | null | undefined;
9372
+ noRecalculation?: boolean | undefined;
9140
9373
  }, {
9141
- id: number | null;
9142
9374
  url: string | null;
9375
+ id: number | null;
9143
9376
  schemaId: string | null;
9144
9377
  category: "datapoint" | null;
9145
9378
  content?: {
@@ -9161,6 +9394,7 @@ export declare const annotations: {
9161
9394
  validationSources?: string[] | null | undefined;
9162
9395
  timeSpent?: number | null | undefined;
9163
9396
  timeSpentOverall?: number | null | undefined;
9397
+ noRecalculation?: boolean | undefined;
9164
9398
  }>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
9165
9399
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
9166
9400
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -9219,9 +9453,10 @@ export declare const annotations: {
9219
9453
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
9220
9454
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
9221
9455
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
9456
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
9222
9457
  }, "strip", import("zod").ZodTypeAny, {
9223
- id: number | null;
9224
9458
  url: string | null;
9459
+ id: number | null;
9225
9460
  schemaId: string | null;
9226
9461
  category: "datapoint" | null;
9227
9462
  content?: {
@@ -9243,9 +9478,10 @@ export declare const annotations: {
9243
9478
  validationSources?: string[] | null | undefined;
9244
9479
  timeSpent?: number | null | undefined;
9245
9480
  timeSpentOverall?: number | null | undefined;
9481
+ noRecalculation?: boolean | undefined;
9246
9482
  }, {
9247
- id: number | null;
9248
9483
  url: string | null;
9484
+ id: number | null;
9249
9485
  schemaId: string | null;
9250
9486
  category: "datapoint" | null;
9251
9487
  content?: {
@@ -9267,16 +9503,14 @@ export declare const annotations: {
9267
9503
  validationSources?: string[] | null | undefined;
9268
9504
  timeSpent?: number | null | undefined;
9269
9505
  timeSpentOverall?: number | null | undefined;
9506
+ noRecalculation?: boolean | undefined;
9270
9507
  }>>, "many">;
9271
9508
  schemaId: import("zod").ZodString;
9272
9509
  }, "strip", import("zod").ZodTypeAny, {
9273
- id: number | null;
9274
9510
  url: string | null;
9275
- schemaId: string;
9276
- category: "tuple" | null;
9277
9511
  children: ({
9278
- id: number | null;
9279
9512
  url: string | null;
9513
+ id: number | null;
9280
9514
  schemaId: string | null;
9281
9515
  category: "datapoint" | null;
9282
9516
  content?: {
@@ -9298,15 +9532,16 @@ export declare const annotations: {
9298
9532
  validationSources?: string[] | null | undefined;
9299
9533
  timeSpent?: number | null | undefined;
9300
9534
  timeSpentOverall?: number | null | undefined;
9535
+ noRecalculation?: boolean | undefined;
9301
9536
  } | null)[];
9302
- }, {
9303
9537
  id: number | null;
9304
- url: string | null;
9305
9538
  schemaId: string;
9306
9539
  category: "tuple" | null;
9540
+ }, {
9541
+ url: string | null;
9307
9542
  children: ({
9308
- id: number | null;
9309
9543
  url: string | null;
9544
+ id: number | null;
9310
9545
  schemaId: string | null;
9311
9546
  category: "datapoint" | null;
9312
9547
  content?: {
@@ -9328,7 +9563,11 @@ export declare const annotations: {
9328
9563
  validationSources?: string[] | null | undefined;
9329
9564
  timeSpent?: number | null | undefined;
9330
9565
  timeSpentOverall?: number | null | undefined;
9566
+ noRecalculation?: boolean | undefined;
9331
9567
  } | null)[];
9568
+ id: number | null;
9569
+ schemaId: string;
9570
+ category: "tuple" | null;
9332
9571
  }>, "many">]>>;
9333
9572
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"multivalue">>;
9334
9573
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -9424,13 +9663,10 @@ export declare const annotations: {
9424
9663
  timeSpentGrid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
9425
9664
  timeSpentGridOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
9426
9665
  }, "strip", import("zod").ZodTypeAny, {
9427
- id: number | null;
9428
9666
  url: string | null;
9429
- schemaId: string | null;
9430
- category: "multivalue" | null;
9431
9667
  children: (({
9432
- id: number | null;
9433
9668
  url: string | null;
9669
+ id: number | null;
9434
9670
  schemaId: string | null;
9435
9671
  category: "datapoint" | null;
9436
9672
  content?: {
@@ -9452,14 +9688,12 @@ export declare const annotations: {
9452
9688
  validationSources?: string[] | null | undefined;
9453
9689
  timeSpent?: number | null | undefined;
9454
9690
  timeSpentOverall?: number | null | undefined;
9691
+ noRecalculation?: boolean | undefined;
9455
9692
  }[] | {
9456
- id: number | null;
9457
9693
  url: string | null;
9458
- schemaId: string;
9459
- category: "tuple" | null;
9460
9694
  children: ({
9461
- id: number | null;
9462
9695
  url: string | null;
9696
+ id: number | null;
9463
9697
  schemaId: string | null;
9464
9698
  category: "datapoint" | null;
9465
9699
  content?: {
@@ -9481,10 +9715,14 @@ export declare const annotations: {
9481
9715
  validationSources?: string[] | null | undefined;
9482
9716
  timeSpent?: number | null | undefined;
9483
9717
  timeSpentOverall?: number | null | undefined;
9718
+ noRecalculation?: boolean | undefined;
9484
9719
  } | null)[];
9485
- }[]) & ({
9486
9720
  id: number | null;
9721
+ schemaId: string;
9722
+ category: "tuple" | null;
9723
+ }[]) & ({
9487
9724
  url: string | null;
9725
+ id: number | null;
9488
9726
  schemaId: string | null;
9489
9727
  category: "datapoint" | null;
9490
9728
  content?: {
@@ -9506,14 +9744,12 @@ export declare const annotations: {
9506
9744
  validationSources?: string[] | null | undefined;
9507
9745
  timeSpent?: number | null | undefined;
9508
9746
  timeSpentOverall?: number | null | undefined;
9747
+ noRecalculation?: boolean | undefined;
9509
9748
  }[] | {
9510
- id: number | null;
9511
9749
  url: string | null;
9512
- schemaId: string;
9513
- category: "tuple" | null;
9514
9750
  children: ({
9515
- id: number | null;
9516
9751
  url: string | null;
9752
+ id: number | null;
9517
9753
  schemaId: string | null;
9518
9754
  category: "datapoint" | null;
9519
9755
  content?: {
@@ -9535,8 +9771,15 @@ export declare const annotations: {
9535
9771
  validationSources?: string[] | null | undefined;
9536
9772
  timeSpent?: number | null | undefined;
9537
9773
  timeSpentOverall?: number | null | undefined;
9774
+ noRecalculation?: boolean | undefined;
9538
9775
  } | null)[];
9776
+ id: number | null;
9777
+ schemaId: string;
9778
+ category: "tuple" | null;
9539
9779
  }[] | undefined)) | null;
9780
+ id: number | null;
9781
+ schemaId: string | null;
9782
+ category: "multivalue" | null;
9540
9783
  content?: {
9541
9784
  value?: string | null | undefined;
9542
9785
  normalizedValue?: string | null | undefined;
@@ -9575,13 +9818,10 @@ export declare const annotations: {
9575
9818
  timeSpentGrid?: number | null | undefined;
9576
9819
  timeSpentGridOverall?: number | null | undefined;
9577
9820
  }, {
9578
- id: number | null;
9579
9821
  url: string | null;
9580
- schemaId: string | null;
9581
- category: "multivalue" | null;
9582
9822
  children: (({
9583
- id: number | null;
9584
9823
  url: string | null;
9824
+ id: number | null;
9585
9825
  schemaId: string | null;
9586
9826
  category: "datapoint" | null;
9587
9827
  content?: {
@@ -9603,14 +9843,12 @@ export declare const annotations: {
9603
9843
  validationSources?: string[] | null | undefined;
9604
9844
  timeSpent?: number | null | undefined;
9605
9845
  timeSpentOverall?: number | null | undefined;
9846
+ noRecalculation?: boolean | undefined;
9606
9847
  }[] | {
9607
- id: number | null;
9608
9848
  url: string | null;
9609
- schemaId: string;
9610
- category: "tuple" | null;
9611
9849
  children: ({
9612
- id: number | null;
9613
9850
  url: string | null;
9851
+ id: number | null;
9614
9852
  schemaId: string | null;
9615
9853
  category: "datapoint" | null;
9616
9854
  content?: {
@@ -9632,10 +9870,14 @@ export declare const annotations: {
9632
9870
  validationSources?: string[] | null | undefined;
9633
9871
  timeSpent?: number | null | undefined;
9634
9872
  timeSpentOverall?: number | null | undefined;
9873
+ noRecalculation?: boolean | undefined;
9635
9874
  } | null)[];
9636
- }[]) & ({
9637
9875
  id: number | null;
9876
+ schemaId: string;
9877
+ category: "tuple" | null;
9878
+ }[]) & ({
9638
9879
  url: string | null;
9880
+ id: number | null;
9639
9881
  schemaId: string | null;
9640
9882
  category: "datapoint" | null;
9641
9883
  content?: {
@@ -9657,14 +9899,12 @@ export declare const annotations: {
9657
9899
  validationSources?: string[] | null | undefined;
9658
9900
  timeSpent?: number | null | undefined;
9659
9901
  timeSpentOverall?: number | null | undefined;
9902
+ noRecalculation?: boolean | undefined;
9660
9903
  }[] | {
9661
- id: number | null;
9662
9904
  url: string | null;
9663
- schemaId: string;
9664
- category: "tuple" | null;
9665
9905
  children: ({
9666
- id: number | null;
9667
9906
  url: string | null;
9907
+ id: number | null;
9668
9908
  schemaId: string | null;
9669
9909
  category: "datapoint" | null;
9670
9910
  content?: {
@@ -9686,8 +9926,15 @@ export declare const annotations: {
9686
9926
  validationSources?: string[] | null | undefined;
9687
9927
  timeSpent?: number | null | undefined;
9688
9928
  timeSpentOverall?: number | null | undefined;
9929
+ noRecalculation?: boolean | undefined;
9689
9930
  } | null)[];
9931
+ id: number | null;
9932
+ schemaId: string;
9933
+ category: "tuple" | null;
9690
9934
  }[] | undefined)) | null;
9935
+ id: number | null;
9936
+ schemaId: string | null;
9937
+ category: "multivalue" | null;
9691
9938
  content?: {
9692
9939
  value?: string | null | undefined;
9693
9940
  normalizedValue?: string | null | undefined;
@@ -9748,8 +9995,8 @@ export declare const annotations: {
9748
9995
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
9749
9996
  }, "strip", import("zod").ZodTypeAny, {
9750
9997
  deleted: boolean;
9751
- id: number;
9752
9998
  url: string;
9999
+ id: number;
9753
10000
  organization: string;
9754
10001
  queues: string[];
9755
10002
  lastName: string;
@@ -9768,8 +10015,8 @@ export declare const annotations: {
9768
10015
  oidcId?: string | null | undefined;
9769
10016
  }, {
9770
10017
  deleted: boolean;
9771
- id: number;
9772
10018
  url: string;
10019
+ id: number;
9773
10020
  organization: string;
9774
10021
  queues: string[];
9775
10022
  lastName: string;
@@ -9791,14 +10038,17 @@ export declare const annotations: {
9791
10038
  id: import("zod").ZodNumber;
9792
10039
  url: import("zod").ZodString;
9793
10040
  name: import("zod").ZodString;
10041
+ color: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
9794
10042
  }, "strip", import("zod").ZodTypeAny, {
9795
- id: number;
9796
10043
  url: string;
10044
+ id: number;
9797
10045
  name: string;
10046
+ color?: string | null | undefined;
9798
10047
  }, {
9799
- id: number;
9800
10048
  url: string;
10049
+ id: number;
9801
10050
  name: string;
10051
+ color?: string | null | undefined;
9802
10052
  }>, "many">;
9803
10053
  relations: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
9804
10054
  url: import("zod").ZodString;
@@ -9807,13 +10057,13 @@ export declare const annotations: {
9807
10057
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
9808
10058
  }, "strip", import("zod").ZodTypeAny, {
9809
10059
  annotations: string[];
9810
- id: number;
9811
10060
  url: string;
10061
+ id: number;
9812
10062
  key: string | null;
9813
10063
  }, {
9814
10064
  annotations: string[];
9815
- id: number;
9816
10065
  url: string;
10066
+ id: number;
9817
10067
  key: string | null;
9818
10068
  }>, import("zod").ZodObject<{
9819
10069
  type: import("zod").ZodLiteral<"edit">;
@@ -9831,13 +10081,13 @@ export declare const annotations: {
9831
10081
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
9832
10082
  }, "strip", import("zod").ZodTypeAny, {
9833
10083
  annotations: string[];
9834
- id: number;
9835
10084
  url: string;
10085
+ id: number;
9836
10086
  key: string | null;
9837
10087
  }, {
9838
10088
  annotations: string[];
9839
- id: number;
9840
10089
  url: string;
10090
+ id: number;
9841
10091
  key: string | null;
9842
10092
  }>, import("zod").ZodObject<{
9843
10093
  type: import("zod").ZodLiteral<"duplicate">;
@@ -9855,13 +10105,13 @@ export declare const annotations: {
9855
10105
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
9856
10106
  }, "strip", import("zod").ZodTypeAny, {
9857
10107
  annotations: string[];
9858
- id: number;
9859
10108
  url: string;
10109
+ id: number;
9860
10110
  key: string | null;
9861
10111
  }, {
9862
10112
  annotations: string[];
9863
- id: number;
9864
10113
  url: string;
10114
+ id: number;
9865
10115
  key: string | null;
9866
10116
  }>, import("zod").ZodObject<{
9867
10117
  type: import("zod").ZodLiteral<"attachment">;
@@ -9880,13 +10130,13 @@ export declare const annotations: {
9880
10130
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
9881
10131
  }, "strip", import("zod").ZodTypeAny, {
9882
10132
  annotations: string[];
9883
- id: number;
9884
10133
  url: string;
10134
+ id: number;
9885
10135
  key: string | null;
9886
10136
  }, {
9887
10137
  annotations: string[];
9888
- id: number;
9889
10138
  url: string;
10139
+ id: number;
9890
10140
  key: string | null;
9891
10141
  }>, import("zod").ZodObject<{
9892
10142
  type: import("zod").ZodLiteral<"edit">;
@@ -9904,13 +10154,13 @@ export declare const annotations: {
9904
10154
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
9905
10155
  }, "strip", import("zod").ZodTypeAny, {
9906
10156
  annotations: string[];
9907
- id: number;
9908
10157
  url: string;
10158
+ id: number;
9909
10159
  key: string | null;
9910
10160
  }, {
9911
10161
  annotations: string[];
9912
- id: number;
9913
10162
  url: string;
10163
+ id: number;
9914
10164
  key: string | null;
9915
10165
  }>, import("zod").ZodObject<{
9916
10166
  type: import("zod").ZodLiteral<"duplicate">;
@@ -9928,13 +10178,13 @@ export declare const annotations: {
9928
10178
  annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
9929
10179
  }, "strip", import("zod").ZodTypeAny, {
9930
10180
  annotations: string[];
9931
- id: number;
9932
10181
  url: string;
10182
+ id: number;
9933
10183
  key: string | null;
9934
10184
  }, {
9935
10185
  annotations: string[];
9936
- id: number;
9937
10186
  url: string;
10187
+ id: number;
9938
10188
  key: string | null;
9939
10189
  }>, import("zod").ZodObject<{
9940
10190
  type: import("zod").ZodLiteral<"attachment">;
@@ -10137,7 +10387,7 @@ export declare const annotations: {
10137
10387
  }>>;
10138
10388
  annotationListTable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
10139
10389
  columns: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
10140
- 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">]>]>;
10390
+ 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">]>]>;
10141
10391
  columnType: import("zod").ZodLiteral<"meta">;
10142
10392
  visible: import("zod").ZodBoolean;
10143
10393
  width: import("zod").ZodNumber;
@@ -10145,12 +10395,12 @@ export declare const annotations: {
10145
10395
  width: number;
10146
10396
  columnType: "meta";
10147
10397
  visible: boolean;
10148
- 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";
10398
+ 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";
10149
10399
  }, {
10150
10400
  width: number;
10151
10401
  columnType: "meta";
10152
10402
  visible: boolean;
10153
- 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";
10403
+ 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";
10154
10404
  }>, import("zod").ZodObject<{
10155
10405
  schemaId: import("zod").ZodString;
10156
10406
  dataType: import("zod").ZodUnion<[import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"date">, import("zod").ZodLiteral<"boolean">]>;
@@ -10185,7 +10435,7 @@ export declare const annotations: {
10185
10435
  width: number;
10186
10436
  columnType: "meta";
10187
10437
  visible: boolean;
10188
- 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";
10438
+ 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";
10189
10439
  })[];
10190
10440
  }, {
10191
10441
  columns: ({
@@ -10199,7 +10449,7 @@ export declare const annotations: {
10199
10449
  width: number;
10200
10450
  columnType: "meta";
10201
10451
  visible: boolean;
10202
- 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";
10452
+ 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";
10203
10453
  })[];
10204
10454
  }>>>;
10205
10455
  uploadValues: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
@@ -10269,7 +10519,7 @@ export declare const annotations: {
10269
10519
  width: number;
10270
10520
  columnType: "meta";
10271
10521
  visible: boolean;
10272
- 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";
10522
+ 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";
10273
10523
  })[];
10274
10524
  } | undefined;
10275
10525
  uploadValues?: unknown;
@@ -10339,7 +10589,7 @@ export declare const annotations: {
10339
10589
  width: number;
10340
10590
  columnType: "meta";
10341
10591
  visible: boolean;
10342
- 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";
10592
+ 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";
10343
10593
  })[];
10344
10594
  } | undefined;
10345
10595
  uploadValues?: unknown;
@@ -10355,10 +10605,10 @@ export declare const annotations: {
10355
10605
  deleteAfter: import("zod").ZodNullable<import("zod").ZodString>;
10356
10606
  }, "strip", import("zod").ZodTypeAny, {
10357
10607
  status: string;
10358
- id: number;
10359
- schema: string;
10360
10608
  url: string;
10361
10609
  sessionTimeout: string;
10610
+ id: number;
10611
+ schema: string;
10362
10612
  name: string;
10363
10613
  workflows: Record<string, string | number>[];
10364
10614
  workspace: string | null;
@@ -10441,7 +10691,7 @@ export declare const annotations: {
10441
10691
  width: number;
10442
10692
  columnType: "meta";
10443
10693
  visible: boolean;
10444
- 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";
10694
+ 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";
10445
10695
  })[];
10446
10696
  } | undefined;
10447
10697
  uploadValues?: unknown;
@@ -10456,10 +10706,10 @@ export declare const annotations: {
10456
10706
  metadata?: unknown;
10457
10707
  }, {
10458
10708
  status: string;
10459
- id: number;
10460
- schema: string;
10461
10709
  url: string;
10462
10710
  sessionTimeout: string;
10711
+ id: number;
10712
+ schema: string;
10463
10713
  name: string;
10464
10714
  workflows: Record<string, string | number>[];
10465
10715
  workspace: string | null;
@@ -10542,7 +10792,7 @@ export declare const annotations: {
10542
10792
  width: number;
10543
10793
  columnType: "meta";
10544
10794
  visible: boolean;
10545
- 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";
10795
+ 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";
10546
10796
  })[];
10547
10797
  } | undefined;
10548
10798
  uploadValues?: unknown;
@@ -10578,8 +10828,8 @@ export declare const annotations: {
10578
10828
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
10579
10829
  }, "strip", import("zod").ZodTypeAny, {
10580
10830
  deleted: boolean;
10581
- id: number;
10582
10831
  url: string;
10832
+ id: number;
10583
10833
  organization: string;
10584
10834
  queues: string[];
10585
10835
  lastName: string;
@@ -10598,8 +10848,8 @@ export declare const annotations: {
10598
10848
  oidcId?: string | null | undefined;
10599
10849
  }, {
10600
10850
  deleted: boolean;
10601
- id: number;
10602
10851
  url: string;
10852
+ id: number;
10603
10853
  organization: string;
10604
10854
  queues: string[];
10605
10855
  lastName: string;
@@ -10639,8 +10889,8 @@ export declare const annotations: {
10639
10889
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
10640
10890
  }, "strip", import("zod").ZodTypeAny, {
10641
10891
  deleted: boolean;
10642
- id: number;
10643
10892
  url: string;
10893
+ id: number;
10644
10894
  organization: string;
10645
10895
  queues: string[];
10646
10896
  lastName: string;
@@ -10659,8 +10909,8 @@ export declare const annotations: {
10659
10909
  oidcId?: string | null | undefined;
10660
10910
  }, {
10661
10911
  deleted: boolean;
10662
- id: number;
10663
10912
  url: string;
10913
+ id: number;
10664
10914
  organization: string;
10665
10915
  queues: string[];
10666
10916
  lastName: string;
@@ -10700,8 +10950,8 @@ export declare const annotations: {
10700
10950
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
10701
10951
  }, "strip", import("zod").ZodTypeAny, {
10702
10952
  deleted: boolean;
10703
- id: number;
10704
10953
  url: string;
10954
+ id: number;
10705
10955
  organization: string;
10706
10956
  queues: string[];
10707
10957
  lastName: string;
@@ -10720,8 +10970,8 @@ export declare const annotations: {
10720
10970
  oidcId?: string | null | undefined;
10721
10971
  }, {
10722
10972
  deleted: boolean;
10723
- id: number;
10724
10973
  url: string;
10974
+ id: number;
10725
10975
  organization: string;
10726
10976
  queues: string[];
10727
10977
  lastName: string;
@@ -10761,8 +11011,8 @@ export declare const annotations: {
10761
11011
  phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
10762
11012
  }, "strip", import("zod").ZodTypeAny, {
10763
11013
  deleted: boolean;
10764
- id: number;
10765
11014
  url: string;
11015
+ id: number;
10766
11016
  organization: string;
10767
11017
  queues: string[];
10768
11018
  lastName: string;
@@ -10781,8 +11031,8 @@ export declare const annotations: {
10781
11031
  oidcId?: string | null | undefined;
10782
11032
  }, {
10783
11033
  deleted: boolean;
10784
- id: number;
10785
11034
  url: string;
11035
+ id: number;
10786
11036
  organization: string;
10787
11037
  queues: string[];
10788
11038
  lastName: string;
@@ -10809,16 +11059,16 @@ export declare const annotations: {
10809
11059
  queues: import("zod").ZodArray<import("zod").ZodString, "many">;
10810
11060
  metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
10811
11061
  }, "strip", import("zod").ZodTypeAny, {
10812
- id: number;
10813
11062
  url: string;
11063
+ id: number;
10814
11064
  organization: string;
10815
11065
  name: string;
10816
11066
  queues: string[];
10817
11067
  autopilot: boolean;
10818
11068
  metadata?: unknown;
10819
11069
  }, {
10820
- id: number;
10821
11070
  url: string;
11071
+ id: number;
10822
11072
  organization: string;
10823
11073
  name: string;
10824
11074
  queues: string[];
@@ -10828,8 +11078,8 @@ export declare const annotations: {
10828
11078
  }, "strip", import("zod").ZodTypeAny, {
10829
11079
  assignees: {
10830
11080
  deleted: boolean;
10831
- id: number;
10832
11081
  url: string;
11082
+ id: number;
10833
11083
  organization: string;
10834
11084
  queues: string[];
10835
11085
  lastName: string;
@@ -10848,8 +11098,8 @@ export declare const annotations: {
10848
11098
  oidcId?: string | null | undefined;
10849
11099
  }[];
10850
11100
  content: ({
10851
- id: number | null;
10852
11101
  url: string | null;
11102
+ id: number | null;
10853
11103
  schemaId: string | null;
10854
11104
  category: "datapoint" | null;
10855
11105
  content?: {
@@ -10871,14 +11121,12 @@ export declare const annotations: {
10871
11121
  validationSources?: string[] | null | undefined;
10872
11122
  timeSpent?: number | null | undefined;
10873
11123
  timeSpentOverall?: number | null | undefined;
11124
+ noRecalculation?: boolean | undefined;
10874
11125
  } | {
10875
- id: number | null;
10876
11126
  url: string | null;
10877
- schemaId: string | null;
10878
- category: "multivalue" | null;
10879
11127
  children: (({
10880
- id: number | null;
10881
11128
  url: string | null;
11129
+ id: number | null;
10882
11130
  schemaId: string | null;
10883
11131
  category: "datapoint" | null;
10884
11132
  content?: {
@@ -10900,14 +11148,12 @@ export declare const annotations: {
10900
11148
  validationSources?: string[] | null | undefined;
10901
11149
  timeSpent?: number | null | undefined;
10902
11150
  timeSpentOverall?: number | null | undefined;
11151
+ noRecalculation?: boolean | undefined;
10903
11152
  }[] | {
10904
- id: number | null;
10905
11153
  url: string | null;
10906
- schemaId: string;
10907
- category: "tuple" | null;
10908
11154
  children: ({
10909
- id: number | null;
10910
11155
  url: string | null;
11156
+ id: number | null;
10911
11157
  schemaId: string | null;
10912
11158
  category: "datapoint" | null;
10913
11159
  content?: {
@@ -10929,10 +11175,14 @@ export declare const annotations: {
10929
11175
  validationSources?: string[] | null | undefined;
10930
11176
  timeSpent?: number | null | undefined;
10931
11177
  timeSpentOverall?: number | null | undefined;
11178
+ noRecalculation?: boolean | undefined;
10932
11179
  } | null)[];
10933
- }[]) & ({
10934
11180
  id: number | null;
11181
+ schemaId: string;
11182
+ category: "tuple" | null;
11183
+ }[]) & ({
10935
11184
  url: string | null;
11185
+ id: number | null;
10936
11186
  schemaId: string | null;
10937
11187
  category: "datapoint" | null;
10938
11188
  content?: {
@@ -10954,14 +11204,12 @@ export declare const annotations: {
10954
11204
  validationSources?: string[] | null | undefined;
10955
11205
  timeSpent?: number | null | undefined;
10956
11206
  timeSpentOverall?: number | null | undefined;
11207
+ noRecalculation?: boolean | undefined;
10957
11208
  }[] | {
10958
- id: number | null;
10959
11209
  url: string | null;
10960
- schemaId: string;
10961
- category: "tuple" | null;
10962
11210
  children: ({
10963
- id: number | null;
10964
11211
  url: string | null;
11212
+ id: number | null;
10965
11213
  schemaId: string | null;
10966
11214
  category: "datapoint" | null;
10967
11215
  content?: {
@@ -10983,8 +11231,15 @@ export declare const annotations: {
10983
11231
  validationSources?: string[] | null | undefined;
10984
11232
  timeSpent?: number | null | undefined;
10985
11233
  timeSpentOverall?: number | null | undefined;
11234
+ noRecalculation?: boolean | undefined;
10986
11235
  } | null)[];
11236
+ id: number | null;
11237
+ schemaId: string;
11238
+ category: "tuple" | null;
10987
11239
  }[] | undefined)) | null;
11240
+ id: number | null;
11241
+ schemaId: string | null;
11242
+ category: "multivalue" | null;
10988
11243
  content?: {
10989
11244
  value?: string | null | undefined;
10990
11245
  normalizedValue?: string | null | undefined;
@@ -11025,43 +11280,44 @@ export declare const annotations: {
11025
11280
  })[];
11026
11281
  relations: (({
11027
11282
  annotations: string[];
11028
- id: number;
11029
11283
  url: string;
11284
+ id: number;
11030
11285
  key: string | null;
11031
11286
  } & {
11032
11287
  type: "edit";
11033
11288
  parent: string;
11034
11289
  }) | ({
11035
11290
  annotations: string[];
11036
- id: number;
11037
11291
  url: string;
11292
+ id: number;
11038
11293
  key: string | null;
11039
11294
  } & {
11040
11295
  type: "duplicate";
11041
11296
  parent: string | null;
11042
11297
  }) | ({
11043
11298
  annotations: string[];
11044
- id: number;
11045
11299
  url: string;
11300
+ id: number;
11046
11301
  key: string | null;
11047
11302
  } & {
11048
11303
  type: "attachment";
11049
11304
  parent: string | null;
11050
11305
  }))[];
11051
11306
  labels: {
11052
- id: number;
11053
11307
  url: string;
11308
+ id: number;
11054
11309
  name: string;
11310
+ color?: string | null | undefined;
11055
11311
  }[];
11056
11312
  documents: {
11057
11313
  annotations: string[];
11314
+ url: string;
11315
+ originalFileName: string | null;
11058
11316
  content: string | null;
11059
11317
  id: number;
11060
11318
  creator: string | null;
11061
11319
  createdAt: string;
11062
- url: string;
11063
11320
  email: string | null;
11064
- originalFileName: string | null;
11065
11321
  s3Name: string | null;
11066
11322
  parent: string | null;
11067
11323
  mimeType: string;
@@ -11071,8 +11327,8 @@ export declare const annotations: {
11071
11327
  }[];
11072
11328
  modifiers: {
11073
11329
  deleted: boolean;
11074
- id: number;
11075
11330
  url: string;
11331
+ id: number;
11076
11332
  organization: string;
11077
11333
  queues: string[];
11078
11334
  lastName: string;
@@ -11092,24 +11348,24 @@ export declare const annotations: {
11092
11348
  }[];
11093
11349
  childRelations: (({
11094
11350
  annotations: string[];
11095
- id: number;
11096
11351
  url: string;
11352
+ id: number;
11097
11353
  key: string | null;
11098
11354
  } & {
11099
11355
  type: "edit";
11100
11356
  parent: string;
11101
11357
  }) | ({
11102
11358
  annotations: string[];
11103
- id: number;
11104
11359
  url: string;
11360
+ id: number;
11105
11361
  key: string | null;
11106
11362
  } & {
11107
11363
  type: "duplicate";
11108
11364
  parent: string | null;
11109
11365
  }) | ({
11110
11366
  annotations: string[];
11111
- id: number;
11112
11367
  url: string;
11368
+ id: number;
11113
11369
  key: string | null;
11114
11370
  } & {
11115
11371
  type: "attachment";
@@ -11117,8 +11373,8 @@ export declare const annotations: {
11117
11373
  }))[];
11118
11374
  exportedBys: {
11119
11375
  deleted: boolean;
11120
- id: number;
11121
11376
  url: string;
11377
+ id: number;
11122
11378
  organization: string;
11123
11379
  queues: string[];
11124
11380
  lastName: string;
@@ -11138,8 +11394,8 @@ export declare const annotations: {
11138
11394
  }[];
11139
11395
  deletedBys: {
11140
11396
  deleted: boolean;
11141
- id: number;
11142
11397
  url: string;
11398
+ id: number;
11143
11399
  organization: string;
11144
11400
  queues: string[];
11145
11401
  lastName: string;
@@ -11159,8 +11415,8 @@ export declare const annotations: {
11159
11415
  }[];
11160
11416
  confirmedBys: {
11161
11417
  deleted: boolean;
11162
- id: number;
11163
11418
  url: string;
11419
+ id: number;
11164
11420
  organization: string;
11165
11421
  queues: string[];
11166
11422
  lastName: string;
@@ -11180,8 +11436,8 @@ export declare const annotations: {
11180
11436
  }[];
11181
11437
  rejectedBys: {
11182
11438
  deleted: boolean;
11183
- id: number;
11184
11439
  url: string;
11440
+ id: number;
11185
11441
  organization: string;
11186
11442
  queues: string[];
11187
11443
  lastName: string;
@@ -11200,8 +11456,8 @@ export declare const annotations: {
11200
11456
  oidcId?: string | null | undefined;
11201
11457
  }[];
11202
11458
  workspaces: {
11203
- id: number;
11204
11459
  url: string;
11460
+ id: number;
11205
11461
  organization: string;
11206
11462
  name: string;
11207
11463
  queues: string[];
@@ -11210,10 +11466,10 @@ export declare const annotations: {
11210
11466
  }[];
11211
11467
  queues: {
11212
11468
  status: string;
11213
- id: number;
11214
- schema: string;
11215
11469
  url: string;
11216
11470
  sessionTimeout: string;
11471
+ id: number;
11472
+ schema: string;
11217
11473
  name: string;
11218
11474
  workflows: Record<string, string | number>[];
11219
11475
  workspace: string | null;
@@ -11296,7 +11552,7 @@ export declare const annotations: {
11296
11552
  width: number;
11297
11553
  columnType: "meta";
11298
11554
  visible: boolean;
11299
- 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";
11555
+ 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";
11300
11556
  })[];
11301
11557
  } | undefined;
11302
11558
  uploadValues?: unknown;
@@ -11313,8 +11569,8 @@ export declare const annotations: {
11313
11569
  }, {
11314
11570
  assignees: {
11315
11571
  deleted: boolean;
11316
- id: number;
11317
11572
  url: string;
11573
+ id: number;
11318
11574
  organization: string;
11319
11575
  queues: string[];
11320
11576
  lastName: string;
@@ -11333,8 +11589,8 @@ export declare const annotations: {
11333
11589
  oidcId?: string | null | undefined;
11334
11590
  }[];
11335
11591
  content: ({
11336
- id: number | null;
11337
11592
  url: string | null;
11593
+ id: number | null;
11338
11594
  schemaId: string | null;
11339
11595
  category: "datapoint" | null;
11340
11596
  content?: {
@@ -11356,14 +11612,12 @@ export declare const annotations: {
11356
11612
  validationSources?: string[] | null | undefined;
11357
11613
  timeSpent?: number | null | undefined;
11358
11614
  timeSpentOverall?: number | null | undefined;
11615
+ noRecalculation?: boolean | undefined;
11359
11616
  } | {
11360
- id: number | null;
11361
11617
  url: string | null;
11362
- schemaId: string | null;
11363
- category: "multivalue" | null;
11364
11618
  children: (({
11365
- id: number | null;
11366
11619
  url: string | null;
11620
+ id: number | null;
11367
11621
  schemaId: string | null;
11368
11622
  category: "datapoint" | null;
11369
11623
  content?: {
@@ -11385,14 +11639,12 @@ export declare const annotations: {
11385
11639
  validationSources?: string[] | null | undefined;
11386
11640
  timeSpent?: number | null | undefined;
11387
11641
  timeSpentOverall?: number | null | undefined;
11642
+ noRecalculation?: boolean | undefined;
11388
11643
  }[] | {
11389
- id: number | null;
11390
11644
  url: string | null;
11391
- schemaId: string;
11392
- category: "tuple" | null;
11393
11645
  children: ({
11394
- id: number | null;
11395
11646
  url: string | null;
11647
+ id: number | null;
11396
11648
  schemaId: string | null;
11397
11649
  category: "datapoint" | null;
11398
11650
  content?: {
@@ -11414,10 +11666,14 @@ export declare const annotations: {
11414
11666
  validationSources?: string[] | null | undefined;
11415
11667
  timeSpent?: number | null | undefined;
11416
11668
  timeSpentOverall?: number | null | undefined;
11669
+ noRecalculation?: boolean | undefined;
11417
11670
  } | null)[];
11418
- }[]) & ({
11419
11671
  id: number | null;
11672
+ schemaId: string;
11673
+ category: "tuple" | null;
11674
+ }[]) & ({
11420
11675
  url: string | null;
11676
+ id: number | null;
11421
11677
  schemaId: string | null;
11422
11678
  category: "datapoint" | null;
11423
11679
  content?: {
@@ -11439,14 +11695,12 @@ export declare const annotations: {
11439
11695
  validationSources?: string[] | null | undefined;
11440
11696
  timeSpent?: number | null | undefined;
11441
11697
  timeSpentOverall?: number | null | undefined;
11698
+ noRecalculation?: boolean | undefined;
11442
11699
  }[] | {
11443
- id: number | null;
11444
11700
  url: string | null;
11445
- schemaId: string;
11446
- category: "tuple" | null;
11447
11701
  children: ({
11448
- id: number | null;
11449
11702
  url: string | null;
11703
+ id: number | null;
11450
11704
  schemaId: string | null;
11451
11705
  category: "datapoint" | null;
11452
11706
  content?: {
@@ -11468,8 +11722,15 @@ export declare const annotations: {
11468
11722
  validationSources?: string[] | null | undefined;
11469
11723
  timeSpent?: number | null | undefined;
11470
11724
  timeSpentOverall?: number | null | undefined;
11725
+ noRecalculation?: boolean | undefined;
11471
11726
  } | null)[];
11727
+ id: number | null;
11728
+ schemaId: string;
11729
+ category: "tuple" | null;
11472
11730
  }[] | undefined)) | null;
11731
+ id: number | null;
11732
+ schemaId: string | null;
11733
+ category: "multivalue" | null;
11473
11734
  content?: {
11474
11735
  value?: string | null | undefined;
11475
11736
  normalizedValue?: string | null | undefined;
@@ -11510,43 +11771,44 @@ export declare const annotations: {
11510
11771
  })[];
11511
11772
  relations: (({
11512
11773
  annotations: string[];
11513
- id: number;
11514
11774
  url: string;
11775
+ id: number;
11515
11776
  key: string | null;
11516
11777
  } & {
11517
11778
  type: "edit";
11518
11779
  parent: string;
11519
11780
  }) | ({
11520
11781
  annotations: string[];
11521
- id: number;
11522
11782
  url: string;
11783
+ id: number;
11523
11784
  key: string | null;
11524
11785
  } & {
11525
11786
  type: "duplicate";
11526
11787
  parent: string | null;
11527
11788
  }) | ({
11528
11789
  annotations: string[];
11529
- id: number;
11530
11790
  url: string;
11791
+ id: number;
11531
11792
  key: string | null;
11532
11793
  } & {
11533
11794
  type: "attachment";
11534
11795
  parent: string | null;
11535
11796
  }))[];
11536
11797
  labels: {
11537
- id: number;
11538
11798
  url: string;
11799
+ id: number;
11539
11800
  name: string;
11801
+ color?: string | null | undefined;
11540
11802
  }[];
11541
11803
  documents: {
11542
11804
  annotations: string[];
11805
+ url: string;
11806
+ originalFileName: string | null;
11543
11807
  content: string | null;
11544
11808
  id: number;
11545
11809
  creator: string | null;
11546
11810
  createdAt: string;
11547
- url: string;
11548
11811
  email: string | null;
11549
- originalFileName: string | null;
11550
11812
  s3Name: string | null;
11551
11813
  parent: string | null;
11552
11814
  mimeType: string;
@@ -11556,8 +11818,8 @@ export declare const annotations: {
11556
11818
  }[];
11557
11819
  modifiers: {
11558
11820
  deleted: boolean;
11559
- id: number;
11560
11821
  url: string;
11822
+ id: number;
11561
11823
  organization: string;
11562
11824
  queues: string[];
11563
11825
  lastName: string;
@@ -11577,24 +11839,24 @@ export declare const annotations: {
11577
11839
  }[];
11578
11840
  childRelations: (({
11579
11841
  annotations: string[];
11580
- id: number;
11581
11842
  url: string;
11843
+ id: number;
11582
11844
  key: string | null;
11583
11845
  } & {
11584
11846
  type: "edit";
11585
11847
  parent: string;
11586
11848
  }) | ({
11587
11849
  annotations: string[];
11588
- id: number;
11589
11850
  url: string;
11851
+ id: number;
11590
11852
  key: string | null;
11591
11853
  } & {
11592
11854
  type: "duplicate";
11593
11855
  parent: string | null;
11594
11856
  }) | ({
11595
11857
  annotations: string[];
11596
- id: number;
11597
11858
  url: string;
11859
+ id: number;
11598
11860
  key: string | null;
11599
11861
  } & {
11600
11862
  type: "attachment";
@@ -11602,8 +11864,8 @@ export declare const annotations: {
11602
11864
  }))[];
11603
11865
  exportedBys: {
11604
11866
  deleted: boolean;
11605
- id: number;
11606
11867
  url: string;
11868
+ id: number;
11607
11869
  organization: string;
11608
11870
  queues: string[];
11609
11871
  lastName: string;
@@ -11623,8 +11885,8 @@ export declare const annotations: {
11623
11885
  }[];
11624
11886
  deletedBys: {
11625
11887
  deleted: boolean;
11626
- id: number;
11627
11888
  url: string;
11889
+ id: number;
11628
11890
  organization: string;
11629
11891
  queues: string[];
11630
11892
  lastName: string;
@@ -11644,8 +11906,8 @@ export declare const annotations: {
11644
11906
  }[];
11645
11907
  confirmedBys: {
11646
11908
  deleted: boolean;
11647
- id: number;
11648
11909
  url: string;
11910
+ id: number;
11649
11911
  organization: string;
11650
11912
  queues: string[];
11651
11913
  lastName: string;
@@ -11665,8 +11927,8 @@ export declare const annotations: {
11665
11927
  }[];
11666
11928
  rejectedBys: {
11667
11929
  deleted: boolean;
11668
- id: number;
11669
11930
  url: string;
11931
+ id: number;
11670
11932
  organization: string;
11671
11933
  queues: string[];
11672
11934
  lastName: string;
@@ -11685,8 +11947,8 @@ export declare const annotations: {
11685
11947
  oidcId?: string | null | undefined;
11686
11948
  }[];
11687
11949
  workspaces: {
11688
- id: number;
11689
11950
  url: string;
11951
+ id: number;
11690
11952
  organization: string;
11691
11953
  name: string;
11692
11954
  queues: string[];
@@ -11695,10 +11957,10 @@ export declare const annotations: {
11695
11957
  }[];
11696
11958
  queues: {
11697
11959
  status: string;
11698
- id: number;
11699
- schema: string;
11700
11960
  url: string;
11701
11961
  sessionTimeout: string;
11962
+ id: number;
11963
+ schema: string;
11702
11964
  name: string;
11703
11965
  workflows: Record<string, string | number>[];
11704
11966
  workspace: string | null;
@@ -11781,7 +12043,7 @@ export declare const annotations: {
11781
12043
  width: number;
11782
12044
  columnType: "meta";
11783
12045
  visible: boolean;
11784
- 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";
12046
+ 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";
11785
12047
  })[];
11786
12048
  } | undefined;
11787
12049
  uploadValues?: unknown;
@@ -12197,11 +12459,11 @@ export declare const annotations: {
12197
12459
  rectangle: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber], null>;
12198
12460
  page: import("zod").ZodString;
12199
12461
  }, "strip", import("zod").ZodTypeAny, {
12200
- page: string;
12201
12462
  rectangle: [number, number, number, number];
12202
- }, {
12203
12463
  page: string;
12464
+ }, {
12204
12465
  rectangle: [number, number, number, number];
12466
+ page: string;
12205
12467
  }>;
12206
12468
  readonly responseSchema: import("zod").ZodUnknown;
12207
12469
  };
@@ -12243,25 +12505,25 @@ export declare const annotations: {
12243
12505
  position: import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber], null>;
12244
12506
  text: import("zod").ZodString;
12245
12507
  }, "strip", import("zod").ZodTypeAny, {
12246
- text: string;
12247
12508
  position: [number, number, number, number];
12248
- }, {
12249
12509
  text: string;
12510
+ }, {
12250
12511
  position: [number, number, number, number];
12512
+ text: string;
12251
12513
  }>, "many">;
12252
12514
  }, "strip", import("zod").ZodTypeAny, {
12253
12515
  pageNumber: number;
12254
12516
  granularity: "lines";
12255
12517
  items: {
12256
- text: string;
12257
12518
  position: [number, number, number, number];
12519
+ text: string;
12258
12520
  }[];
12259
12521
  }, {
12260
12522
  pageNumber: number;
12261
12523
  granularity: "lines";
12262
12524
  items: {
12263
- text: string;
12264
12525
  position: [number, number, number, number];
12526
+ text: string;
12265
12527
  }[];
12266
12528
  }>, "many">;
12267
12529
  }, "strip", import("zod").ZodTypeAny, {
@@ -12269,8 +12531,8 @@ export declare const annotations: {
12269
12531
  pageNumber: number;
12270
12532
  granularity: "lines";
12271
12533
  items: {
12272
- text: string;
12273
12534
  position: [number, number, number, number];
12535
+ text: string;
12274
12536
  }[];
12275
12537
  }[];
12276
12538
  }, {
@@ -12278,8 +12540,8 @@ export declare const annotations: {
12278
12540
  pageNumber: number;
12279
12541
  granularity: "lines";
12280
12542
  items: {
12281
- text: string;
12282
12543
  position: [number, number, number, number];
12544
+ text: string;
12283
12545
  }[];
12284
12546
  }[];
12285
12547
  }>;