@rossum/api-client 0.1.25 → 0.1.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (817) hide show
  1. package/index.js +73 -69
  2. package/index.js.map +1 -1
  3. package/package.json +4 -2
  4. package/src/annotations/endpoints/approve.js.map +1 -1
  5. package/src/annotations/endpoints/assign.js.map +1 -1
  6. package/src/annotations/endpoints/cancel.js +1 -1
  7. package/src/annotations/endpoints/cancel.js.map +1 -1
  8. package/src/annotations/endpoints/confirm.js.map +1 -1
  9. package/src/annotations/endpoints/contentSelect.js.map +1 -1
  10. package/src/annotations/endpoints/copy.js.map +1 -1
  11. package/src/annotations/endpoints/delete.js.map +1 -1
  12. package/src/annotations/endpoints/editPages.js.map +1 -1
  13. package/src/annotations/endpoints/editPagesInPlace.js.map +1 -1
  14. package/src/annotations/endpoints/get.js.map +1 -1
  15. package/src/annotations/endpoints/getContent.js.map +1 -1
  16. package/src/annotations/endpoints/getPageData.js +1 -1
  17. package/src/annotations/endpoints/getPageData.js.map +1 -1
  18. package/src/annotations/endpoints/index.js +2 -0
  19. package/src/annotations/endpoints/index.js.map +1 -1
  20. package/src/annotations/endpoints/patch.js.map +1 -1
  21. package/src/annotations/endpoints/postpone.js.map +1 -1
  22. package/src/annotations/endpoints/purge.js.map +1 -1
  23. package/src/annotations/endpoints/reject.js.map +1 -1
  24. package/src/annotations/endpoints/search.js +2 -2
  25. package/src/annotations/endpoints/search.js.map +1 -1
  26. package/src/annotations/endpoints/split.js +15 -0
  27. package/src/annotations/endpoints/split.js.map +1 -0
  28. package/src/annotations/endpoints/split.schema.js +23 -0
  29. package/src/annotations/endpoints/split.schema.js.map +1 -0
  30. package/src/annotations/endpoints/start.js.map +1 -1
  31. package/src/annotations/endpoints/startEditPages.js.map +1 -1
  32. package/src/annotations/endpoints/startEmbedded.js.map +1 -1
  33. package/src/annotations/endpoints/updateContent.js.map +1 -1
  34. package/src/annotations/endpoints/usageReportExport.js.map +1 -1
  35. package/src/annotations/endpoints/validate.js.map +1 -1
  36. package/src/annotations/models/annotation.schema.js +2 -0
  37. package/src/annotations/models/annotation.schema.js.map +1 -1
  38. package/src/annotations/models/annotationData.schema.js +1 -0
  39. package/src/annotations/models/annotationData.schema.js.map +1 -1
  40. package/src/authentication/endpoints/getMembershipToken.js.map +1 -1
  41. package/src/authentication/endpoints/login.js.map +1 -1
  42. package/src/authentication/endpoints/password/change.js.map +1 -1
  43. package/src/authentication/endpoints/password/confirm.js +17 -7
  44. package/src/authentication/endpoints/password/confirm.js.map +1 -1
  45. package/src/authentication/endpoints/password/reset.js +17 -7
  46. package/src/authentication/endpoints/password/reset.js.map +1 -1
  47. package/src/authentication/endpoints/password/score.js.map +1 -1
  48. package/src/authentication/endpoints/patch.js.map +1 -1
  49. package/src/authentication/endpoints/user.js.map +1 -1
  50. package/src/automationBlockers/endpoints/get.js.map +1 -1
  51. package/src/billing/endpoints/getHistory.js.map +1 -1
  52. package/src/billing/endpoints/getHistoryExport.js.map +1 -1
  53. package/src/billing/endpoints/getStats.js.map +1 -1
  54. package/src/billing/endpoints/getStatsExport.js.map +1 -1
  55. package/src/connectors/endpoints/create.js.map +1 -1
  56. package/src/connectors/endpoints/delete.js.map +1 -1
  57. package/src/connectors/endpoints/list.js.map +1 -1
  58. package/src/dedicatedEngineSchema/endpoints/create.js.map +1 -1
  59. package/src/dedicatedEngineSchema/endpoints/get.js.map +1 -1
  60. package/src/dedicatedEngineSchema/endpoints/patch.js.map +1 -1
  61. package/src/dedicatedEngineSchema/endpoints/predict.js.map +1 -1
  62. package/src/dedicatedEngineSchema/endpoints/validate.js.map +1 -1
  63. package/src/dedicatedEngines/endpoints/create.js.map +1 -1
  64. package/src/dedicatedEngines/endpoints/get.js.map +1 -1
  65. package/src/dedicatedEngines/endpoints/list.js.map +1 -1
  66. package/src/dedicatedEngines/endpoints/patch.js.map +1 -1
  67. package/src/dedicatedEngines/endpoints/request.js.map +1 -1
  68. package/src/deleteRecommendations/endpoints/create.js.map +1 -1
  69. package/src/deleteRecommendations/endpoints/get.js.map +1 -1
  70. package/src/deleteRecommendations/endpoints/list.js.map +1 -1
  71. package/src/deleteRecommendations/endpoints/patch.js.map +1 -1
  72. package/src/documentRelations/endpoints/index.js +8 -0
  73. package/src/documentRelations/endpoints/index.js.map +1 -0
  74. package/src/documentRelations/endpoints/list.js +17 -0
  75. package/src/documentRelations/endpoints/list.js.map +1 -0
  76. package/src/documentRelations/endpoints/list.schema.js +17 -0
  77. package/src/documentRelations/endpoints/list.schema.js.map +1 -0
  78. package/src/documentRelations/models/relations.schema.js +18 -0
  79. package/src/documentRelations/models/relations.schema.js.map +1 -0
  80. package/src/documents/endpoints/downloads.js.map +1 -1
  81. package/src/documents/endpoints/get.js.map +1 -1
  82. package/src/documents/endpoints/getBlob.js.map +1 -1
  83. package/src/documents/endpoints/list.js.map +1 -1
  84. package/src/documents/endpoints/patch.js.map +1 -1
  85. package/src/email/endpoints/get.js.map +1 -1
  86. package/src/email/endpoints/list.js.map +1 -1
  87. package/src/email/endpoints/send.js.map +1 -1
  88. package/src/email/endpoints/send.schema.js +1 -0
  89. package/src/email/endpoints/send.schema.js.map +1 -1
  90. package/src/emailTemplates/endpoints/create.js.map +1 -1
  91. package/src/emailTemplates/endpoints/delete.js.map +1 -1
  92. package/src/emailTemplates/endpoints/get.js.map +1 -1
  93. package/src/emailTemplates/endpoints/list.js.map +1 -1
  94. package/src/emailTemplates/endpoints/patch.js.map +1 -1
  95. package/src/emailTemplates/endpoints/render.js.map +1 -1
  96. package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
  97. package/src/emailThreads/endpoints/counts.js.map +1 -1
  98. package/src/emailThreads/endpoints/get.js.map +1 -1
  99. package/src/emailThreads/endpoints/list.js.map +1 -1
  100. package/src/emailThreads/endpoints/patch.js.map +1 -1
  101. package/src/engines/endpoints/patch.schema.js +6 -1
  102. package/src/engines/endpoints/patch.schema.js.map +1 -1
  103. package/src/engines/models/engine.schema.js +1 -0
  104. package/src/engines/models/engine.schema.js.map +1 -1
  105. package/src/engines/models/engineQueueStatsItem.schema.js +2 -0
  106. package/src/engines/models/engineQueueStatsItem.schema.js.map +1 -1
  107. package/src/genericEngines/endpoints/get.js.map +1 -1
  108. package/src/genericEngines/endpoints/list.js.map +1 -1
  109. package/src/groups/endpoints/list.js.map +1 -1
  110. package/src/hookInterfaces/endpoints/create.js +16 -0
  111. package/src/hookInterfaces/endpoints/create.js.map +1 -0
  112. package/src/hookInterfaces/endpoints/create.schema.js +14 -0
  113. package/src/hookInterfaces/endpoints/create.schema.js.map +1 -0
  114. package/src/hookInterfaces/endpoints/delete.js +13 -0
  115. package/src/hookInterfaces/endpoints/delete.js.map +1 -0
  116. package/src/hookInterfaces/endpoints/index.js +16 -0
  117. package/src/hookInterfaces/endpoints/index.js.map +1 -0
  118. package/src/hookInterfaces/endpoints/invoke.js +15 -0
  119. package/src/hookInterfaces/endpoints/invoke.js.map +1 -0
  120. package/src/hookInterfaces/endpoints/invoke.schema.js +10 -0
  121. package/src/hookInterfaces/endpoints/invoke.schema.js.map +1 -0
  122. package/src/hookInterfaces/endpoints/list.js +17 -0
  123. package/src/hookInterfaces/endpoints/list.js.map +1 -0
  124. package/src/hookInterfaces/endpoints/list.schema.js +16 -0
  125. package/src/hookInterfaces/endpoints/list.schema.js.map +1 -0
  126. package/src/hookInterfaces/endpoints/patch.js +16 -0
  127. package/src/hookInterfaces/endpoints/patch.js.map +1 -0
  128. package/src/hookInterfaces/endpoints/patch.schema.js +12 -0
  129. package/src/hookInterfaces/endpoints/patch.schema.js.map +1 -0
  130. package/src/{authentication/models/authInfo.js → hookInterfaces/models/hookInterface.js} +1 -1
  131. package/src/hookInterfaces/models/hookInterface.js.map +1 -0
  132. package/src/hookInterfaces/models/hookInterface.schema.js +17 -0
  133. package/src/hookInterfaces/models/hookInterface.schema.js.map +1 -0
  134. package/src/{deleteRecommendations → hookInterfaces}/models/index.js +2 -1
  135. package/src/hookInterfaces/models/index.js.map +1 -0
  136. package/src/hookTemplates/endpoints/get.js +13 -0
  137. package/src/hookTemplates/endpoints/get.js.map +1 -0
  138. package/src/hookTemplates/endpoints/index.js +2 -0
  139. package/src/hookTemplates/endpoints/index.js.map +1 -1
  140. package/src/hookTemplates/endpoints/list.js.map +1 -1
  141. package/src/hookTemplates/models/hookTemplate.schema.js +5 -0
  142. package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
  143. package/src/hooks/endpoints/cancelRun.js +13 -0
  144. package/src/hooks/endpoints/cancelRun.js.map +1 -0
  145. package/src/hooks/endpoints/cancelRun.schema.js +8 -0
  146. package/src/hooks/endpoints/cancelRun.schema.js.map +1 -0
  147. package/src/hooks/endpoints/create.js.map +1 -1
  148. package/src/hooks/endpoints/create.schema.js +8 -1
  149. package/src/hooks/endpoints/create.schema.js.map +1 -1
  150. package/src/hooks/endpoints/createFromTemplate.js +16 -0
  151. package/src/hooks/endpoints/createFromTemplate.js.map +1 -0
  152. package/src/hooks/endpoints/createFromTemplate.schema.js +14 -0
  153. package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -0
  154. package/src/hooks/endpoints/delete.js.map +1 -1
  155. package/src/hooks/endpoints/generatePayload.js.map +1 -1
  156. package/src/hooks/endpoints/get.js.map +1 -1
  157. package/src/hooks/endpoints/getSecretsKeys.js.map +1 -1
  158. package/src/hooks/endpoints/index.js +9 -3
  159. package/src/hooks/endpoints/index.js.map +1 -1
  160. package/src/hooks/endpoints/invoke.js.map +1 -1
  161. package/src/hooks/endpoints/list.js.map +1 -1
  162. package/src/hooks/endpoints/list.schema.js +2 -0
  163. package/src/hooks/endpoints/list.schema.js.map +1 -1
  164. package/src/hooks/endpoints/patch.js.map +1 -1
  165. package/src/hooks/endpoints/patch.schema.js +6 -0
  166. package/src/hooks/endpoints/patch.schema.js.map +1 -1
  167. package/src/hooks/endpoints/runLogs.js +14 -0
  168. package/src/hooks/endpoints/runLogs.js.map +1 -0
  169. package/src/hooks/endpoints/runs.js +15 -0
  170. package/src/hooks/endpoints/runs.js.map +1 -0
  171. package/src/hooks/endpoints/runs.schema.js +30 -0
  172. package/src/hooks/endpoints/runs.schema.js.map +1 -0
  173. package/src/hooks/endpoints/test.js.map +1 -1
  174. package/src/hooks/endpoints/test.schema.js +2 -2
  175. package/src/hooks/endpoints/test.schema.js.map +1 -1
  176. package/src/hooks/models/hook.schema.js +14 -4
  177. package/src/hooks/models/hook.schema.js.map +1 -1
  178. package/src/hooks/models/hookConfig.schema.js +17 -11
  179. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  180. package/src/hooks/models/hookUtils.schema.js +13 -1
  181. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  182. package/src/hooks/models/run.js +72 -0
  183. package/src/hooks/models/run.js.map +1 -0
  184. package/src/hooks/models/run.schema.js +115 -0
  185. package/src/hooks/models/run.schema.js.map +1 -0
  186. package/src/hooks/models/runLog.js +5 -0
  187. package/src/hooks/models/runLog.js.map +1 -0
  188. package/src/hooks/models/runLog.schema.js +15 -0
  189. package/src/hooks/models/runLog.schema.js.map +1 -0
  190. package/src/inboxes/endpoints/create.js.map +1 -1
  191. package/src/inboxes/endpoints/get.js.map +1 -1
  192. package/src/inboxes/endpoints/list.js.map +1 -1
  193. package/src/inboxes/endpoints/patch.js.map +1 -1
  194. package/src/internal/endpoints/domainSettings.js.map +1 -1
  195. package/src/internal/endpoints/generateRejectionEmail.js.map +1 -1
  196. package/src/internal/endpoints/index.js +16 -10
  197. package/src/internal/endpoints/index.js.map +1 -1
  198. package/src/internal/endpoints/logs.js +16 -0
  199. package/src/internal/endpoints/logs.js.map +1 -0
  200. package/src/internal/endpoints/logs.schema.js +13 -0
  201. package/src/internal/endpoints/logs.schema.js.map +1 -0
  202. package/src/internal/endpoints/requestDemo.js.map +1 -1
  203. package/src/internal/endpoints/requestExtension.js.map +1 -1
  204. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  205. package/src/internal/endpoints/rules/evaluateRules.schema.js +4 -2
  206. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  207. package/src/internal/endpoints/rules/suggestRule.schema.js +1 -1
  208. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  209. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.js.map +1 -1
  210. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +0 -4
  211. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  212. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  213. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -1
  214. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  215. package/src/internal/endpoints/schemas/formulasInfo.js.map +1 -1
  216. package/src/internal/endpoints/schemas/formulasInfo.schema.js +2 -1
  217. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  218. package/src/labels/endpoints/apply.js.map +1 -1
  219. package/src/labels/endpoints/create.js.map +1 -1
  220. package/src/labels/endpoints/create.schema.js +4 -3
  221. package/src/labels/endpoints/create.schema.js.map +1 -1
  222. package/src/labels/endpoints/delete.js.map +1 -1
  223. package/src/labels/endpoints/list.js.map +1 -1
  224. package/src/labels/endpoints/patch.js.map +1 -1
  225. package/src/labels/endpoints/patch.schema.js +4 -3
  226. package/src/labels/endpoints/patch.schema.js.map +1 -1
  227. package/src/labels/models/label.schema.js +1 -0
  228. package/src/labels/models/label.schema.js.map +1 -1
  229. package/src/memberships/endpoints/create.js.map +1 -1
  230. package/src/organization/endpoints/create.js.map +1 -1
  231. package/src/organization/endpoints/get.js.map +1 -1
  232. package/src/organization/endpoints/limits.js.map +1 -1
  233. package/src/organization/endpoints/patch.js.map +1 -1
  234. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  235. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  236. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  237. package/src/queues/endpoints/automation.js.map +1 -1
  238. package/src/queues/endpoints/automationSetup.js +15 -0
  239. package/src/queues/endpoints/automationSetup.js.map +1 -0
  240. package/src/queues/endpoints/create.js.map +1 -1
  241. package/src/queues/endpoints/createFromTemplate.js.map +1 -1
  242. package/src/queues/endpoints/delete.js.map +1 -1
  243. package/src/queues/endpoints/duplicate.js.map +1 -1
  244. package/src/queues/endpoints/exportAnnotation.js.map +1 -1
  245. package/src/queues/endpoints/get.js.map +1 -1
  246. package/src/queues/endpoints/getRelatedObjectsCounts.js.map +1 -1
  247. package/src/queues/endpoints/index.js +2 -0
  248. package/src/queues/endpoints/index.js.map +1 -1
  249. package/src/queues/endpoints/list.js.map +1 -1
  250. package/src/queues/endpoints/nextAnnotation.js.map +1 -1
  251. package/src/queues/endpoints/patch.js.map +1 -1
  252. package/src/queues/endpoints/suggestedRecipients.js.map +1 -1
  253. package/src/queues/endpoints/upload.js.map +1 -1
  254. package/src/{billing/models/billingHistory.js → queues/models/automationSetup.js} +1 -1
  255. package/src/queues/models/automationSetup.js.map +1 -0
  256. package/src/queues/models/automationSetup.schema.js +49 -0
  257. package/src/queues/models/automationSetup.schema.js.map +1 -0
  258. package/src/queues/models/queueSettings.schema.js +1 -0
  259. package/src/queues/models/queueSettings.schema.js.map +1 -1
  260. package/src/relations/endpoints/create.js.map +1 -1
  261. package/src/relations/endpoints/delete.js.map +1 -1
  262. package/src/relations/endpoints/get.js.map +1 -1
  263. package/src/relations/endpoints/list.js.map +1 -1
  264. package/src/relations/endpoints/patch.js.map +1 -1
  265. package/src/rule-templates/models/ruleTemplate.schema.js +1 -1
  266. package/src/rule-templates/models/ruleTemplate.schema.js.map +1 -1
  267. package/src/rules/models/schemaRule.schema.js +14 -16
  268. package/src/rules/models/schemaRule.schema.js.map +1 -1
  269. package/src/schemaFields/endpoints/list.js.map +1 -1
  270. package/src/schemas/endpoints/create.js.map +1 -1
  271. package/src/schemas/endpoints/get.js.map +1 -1
  272. package/src/schemas/endpoints/list.js.map +1 -1
  273. package/src/schemas/endpoints/patch.js.map +1 -1
  274. package/src/schemas/models/schemaDatapointBase.schema.js +5 -0
  275. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  276. package/src/shared/models/annotationListTable.schema.js +13 -1
  277. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  278. package/src/suggestedEdit/endpoints/get.js.map +1 -1
  279. package/src/surveys/endpoints/fromTemplate.js.map +1 -1
  280. package/src/surveys/endpoints/get.js.map +1 -1
  281. package/src/surveys/endpoints/list.js.map +1 -1
  282. package/src/surveys/endpoints/patch.js.map +1 -1
  283. package/src/tasks/endpoints/get.js.map +1 -1
  284. package/src/triggers/endpoints/create.js.map +1 -1
  285. package/src/triggers/endpoints/delete.js.map +1 -1
  286. package/src/triggers/endpoints/get.js.map +1 -1
  287. package/src/triggers/endpoints/index.js +2 -0
  288. package/src/triggers/endpoints/index.js.map +1 -1
  289. package/src/triggers/endpoints/list.js +17 -0
  290. package/src/triggers/endpoints/list.js.map +1 -0
  291. package/src/triggers/endpoints/list.schema.js +14 -0
  292. package/src/triggers/endpoints/list.schema.js.map +1 -0
  293. package/src/triggers/endpoints/patch.js.map +1 -1
  294. package/src/uploads/endpoints/get.js.map +1 -1
  295. package/src/uploads/endpoints/post.js.map +1 -1
  296. package/src/users/endpoints/create.js.map +1 -1
  297. package/src/users/endpoints/delete.js.map +1 -1
  298. package/src/users/endpoints/get.js.map +1 -1
  299. package/src/users/endpoints/list.js.map +1 -1
  300. package/src/users/endpoints/patch.js.map +1 -1
  301. package/src/users/endpoints/resetPassword.js.map +1 -1
  302. package/src/utils/codecUtils.js +17 -7
  303. package/src/utils/codecUtils.js.map +1 -1
  304. package/src/utils/request.js +17 -7
  305. package/src/utils/request.js.map +1 -1
  306. package/src/utils/requestConfig.js +22 -11
  307. package/src/utils/requestConfig.js.map +1 -1
  308. package/src/utils/requestResponse.js +19 -9
  309. package/src/utils/requestResponse.js.map +1 -1
  310. package/src/utils.js +17 -7
  311. package/src/utils.js.map +1 -1
  312. package/src/workflowActivities/endpoints/get.js.map +1 -1
  313. package/src/workflowActivities/endpoints/list.js.map +1 -1
  314. package/src/workflowRuns/endpoints/get.js.map +1 -1
  315. package/src/workflowRuns/endpoints/list.js.map +1 -1
  316. package/src/workflowRuns/endpoints/reset.js.map +1 -1
  317. package/src/workflowSteps/endpoints/get.js.map +1 -1
  318. package/src/workflowSteps/endpoints/list.js.map +1 -1
  319. package/src/workflows/endpoints/get.js.map +1 -1
  320. package/src/workflows/endpoints/list.js.map +1 -1
  321. package/src/workspaces/endpoints/create.js.map +1 -1
  322. package/src/workspaces/endpoints/delete.js.map +1 -1
  323. package/src/workspaces/endpoints/get.js +13 -0
  324. package/src/workspaces/endpoints/get.js.map +1 -0
  325. package/src/workspaces/endpoints/index.js +2 -0
  326. package/src/workspaces/endpoints/index.js.map +1 -1
  327. package/src/workspaces/endpoints/list.js.map +1 -1
  328. package/src/workspaces/endpoints/patch.js.map +1 -1
  329. package/types/index.d.ts +6883 -3214
  330. package/types/src/annotations/endpoints/cancelEditPages.d.ts +4 -4
  331. package/types/src/annotations/endpoints/cancelEditPages.schema.d.ts +4 -4
  332. package/types/src/annotations/endpoints/contentSelect.d.ts +2 -2
  333. package/types/src/annotations/endpoints/contentSelect.schema.d.ts +2 -2
  334. package/types/src/annotations/endpoints/editPages.d.ts +16 -16
  335. package/types/src/annotations/endpoints/editPages.schema.d.ts +16 -16
  336. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +8 -8
  337. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +8 -8
  338. package/types/src/annotations/endpoints/get.d.ts +12 -6
  339. package/types/src/annotations/endpoints/getContent.d.ts +292 -214
  340. package/types/src/annotations/endpoints/getPageData.d.ts +1 -1
  341. package/types/src/annotations/endpoints/index.d.ts +883 -607
  342. package/types/src/annotations/endpoints/list.d.ts +213 -162
  343. package/types/src/annotations/endpoints/patch.d.ts +18 -6
  344. package/types/src/annotations/endpoints/patch.schema.d.ts +6 -0
  345. package/types/src/annotations/endpoints/search.d.ts +213 -162
  346. package/types/src/annotations/endpoints/split.d.ts +88 -0
  347. package/types/src/annotations/endpoints/split.schema.d.ts +66 -0
  348. package/types/src/annotations/endpoints/start.d.ts +2 -2
  349. package/types/src/annotations/endpoints/startEditPages.d.ts +7 -7
  350. package/types/src/annotations/endpoints/translate.d.ts +6 -6
  351. package/types/src/annotations/endpoints/translate.schema.d.ts +6 -6
  352. package/types/src/annotations/endpoints/updateContent.d.ts +5 -2
  353. package/types/src/annotations/endpoints/validate.d.ts +9 -4
  354. package/types/src/annotations/endpoints/validate.schema.d.ts +9 -4
  355. package/types/src/annotations/models/annotation.d.ts +2 -0
  356. package/types/src/annotations/models/annotation.schema.d.ts +12 -6
  357. package/types/src/annotations/models/annotationData.d.ts +1 -0
  358. package/types/src/annotations/models/annotationData.schema.d.ts +471 -337
  359. package/types/src/annotations/models/annotationListSideload.schema.d.ts +191 -150
  360. package/types/src/annotations/models/annotationStart.schema.d.ts +2 -2
  361. package/types/src/annotations/models/editPages.schema.d.ts +11 -11
  362. package/types/src/annotations/models/pageData.schema.d.ts +6 -6
  363. package/types/src/annotations/models/processingDuration.schema.d.ts +2 -2
  364. package/types/src/authentication/endpoints/index.d.ts +6 -6
  365. package/types/src/authentication/endpoints/password/score.d.ts +2 -2
  366. package/types/src/authentication/endpoints/password/score.schema.d.ts +2 -2
  367. package/types/src/authentication/endpoints/patch.d.ts +2 -2
  368. package/types/src/authentication/endpoints/user.d.ts +2 -2
  369. package/types/src/automationBlockers/endpoints/get.d.ts +4 -4
  370. package/types/src/automationBlockers/endpoints/index.d.ts +4 -4
  371. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +4 -4
  372. package/types/src/billing/endpoints/getHistory.d.ts +12 -12
  373. package/types/src/billing/endpoints/getStats.d.ts +12 -12
  374. package/types/src/billing/models/billingHistory.schema.d.ts +12 -12
  375. package/types/src/billing/models/billingStats.schema.d.ts +12 -12
  376. package/types/src/connectors/endpoints/create.d.ts +2 -2
  377. package/types/src/connectors/endpoints/index.d.ts +6 -6
  378. package/types/src/connectors/endpoints/list.d.ts +4 -4
  379. package/types/src/connectors/models/connector.schema.d.ts +2 -2
  380. package/types/src/dedicatedEngineSchema/endpoints/create.d.ts +28 -28
  381. package/types/src/dedicatedEngineSchema/endpoints/get.d.ts +30 -30
  382. package/types/src/dedicatedEngineSchema/endpoints/get.schema.d.ts +2 -2
  383. package/types/src/dedicatedEngineSchema/endpoints/index.d.ts +128 -128
  384. package/types/src/dedicatedEngineSchema/endpoints/patch.d.ts +36 -36
  385. package/types/src/dedicatedEngineSchema/endpoints/patch.schema.d.ts +8 -8
  386. package/types/src/dedicatedEngineSchema/endpoints/predict.d.ts +26 -26
  387. package/types/src/dedicatedEngineSchema/endpoints/predict.schema.d.ts +26 -26
  388. package/types/src/dedicatedEngineSchema/endpoints/validate.d.ts +8 -8
  389. package/types/src/dedicatedEngineSchema/endpoints/validate.schema.d.ts +8 -8
  390. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchema.schema.d.ts +48 -48
  391. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchemaObject.schema.d.ts +18 -18
  392. package/types/src/dedicatedEngineSchema/models/simpleMultivalueField.schema.d.ts +2 -2
  393. package/types/src/dedicatedEngineSchema/models/tableMultivalueField.schema.d.ts +14 -14
  394. package/types/src/dedicatedEngineSchema/models/transformedFields.schema.d.ts +14 -14
  395. package/types/src/dedicatedEngines/endpoints/create.d.ts +2 -2
  396. package/types/src/dedicatedEngines/endpoints/get.d.ts +4 -4
  397. package/types/src/dedicatedEngines/endpoints/get.schema.d.ts +2 -2
  398. package/types/src/dedicatedEngines/endpoints/index.d.ts +18 -18
  399. package/types/src/dedicatedEngines/endpoints/list.d.ts +8 -8
  400. package/types/src/dedicatedEngines/endpoints/list.schema.d.ts +4 -4
  401. package/types/src/dedicatedEngines/endpoints/patch.d.ts +2 -2
  402. package/types/src/dedicatedEngines/endpoints/request.d.ts +2 -2
  403. package/types/src/dedicatedEngines/models/dedicatedEngine.schema.d.ts +2 -2
  404. package/types/src/deleteRecommendations/endpoints/create.d.ts +4 -4
  405. package/types/src/deleteRecommendations/endpoints/get.d.ts +4 -4
  406. package/types/src/deleteRecommendations/endpoints/index.d.ts +20 -20
  407. package/types/src/deleteRecommendations/endpoints/list.d.ts +8 -8
  408. package/types/src/deleteRecommendations/endpoints/patch.d.ts +4 -4
  409. package/types/src/deleteRecommendations/models/deleteRecommendation.schema.d.ts +4 -4
  410. package/types/src/documentRelations/endpoints/index.d.ts +105 -0
  411. package/types/src/documentRelations/endpoints/list.d.ts +112 -0
  412. package/types/src/documentRelations/endpoints/list.schema.d.ts +29 -0
  413. package/types/src/documentRelations/models/relations.schema.d.ts +24 -0
  414. package/types/src/documents/endpoints/get.d.ts +4 -4
  415. package/types/src/documents/endpoints/index.d.ts +16 -16
  416. package/types/src/documents/endpoints/list.d.ts +8 -8
  417. package/types/src/documents/endpoints/patch.d.ts +4 -4
  418. package/types/src/documents/models/document.schema.d.ts +4 -4
  419. package/types/src/email/endpoints/get.d.ts +6 -6
  420. package/types/src/email/endpoints/index.d.ts +21 -18
  421. package/types/src/email/endpoints/list.d.ts +12 -12
  422. package/types/src/email/endpoints/send.d.ts +4 -0
  423. package/types/src/email/endpoints/send.schema.d.ts +3 -0
  424. package/types/src/email/models/email.schema.d.ts +6 -6
  425. package/types/src/emailTemplates/endpoints/create.d.ts +8 -8
  426. package/types/src/emailTemplates/endpoints/get.d.ts +8 -8
  427. package/types/src/emailTemplates/endpoints/index.d.ts +40 -40
  428. package/types/src/emailTemplates/endpoints/list.d.ts +16 -16
  429. package/types/src/emailTemplates/endpoints/patch.d.ts +8 -8
  430. package/types/src/emailTemplates/models/emailTemplate.schema.d.ts +16 -16
  431. package/types/src/emailThreads/endpoints/get.d.ts +4 -4
  432. package/types/src/emailThreads/endpoints/index.d.ts +16 -16
  433. package/types/src/emailThreads/endpoints/list.d.ts +8 -8
  434. package/types/src/emailThreads/endpoints/patch.d.ts +4 -4
  435. package/types/src/emailThreads/models/emailThreads.schema.d.ts +4 -4
  436. package/types/src/engineFields/endpoints/create.d.ts +2 -2
  437. package/types/src/engineFields/endpoints/get.d.ts +2 -2
  438. package/types/src/engineFields/endpoints/index.d.ts +10 -10
  439. package/types/src/engineFields/endpoints/list.d.ts +4 -4
  440. package/types/src/engineFields/endpoints/patch.d.ts +2 -2
  441. package/types/src/engineFields/models/engineField.schema.d.ts +2 -2
  442. package/types/src/engines/endpoints/create.d.ts +5 -2
  443. package/types/src/engines/endpoints/duplicate.d.ts +5 -2
  444. package/types/src/engines/endpoints/get.d.ts +5 -2
  445. package/types/src/engines/endpoints/index.d.ts +69 -32
  446. package/types/src/engines/endpoints/list.d.ts +9 -4
  447. package/types/src/engines/endpoints/patch.d.ts +10 -4
  448. package/types/src/engines/endpoints/patch.schema.d.ts +4 -1
  449. package/types/src/engines/endpoints/queueStats.d.ts +36 -19
  450. package/types/src/engines/endpoints/queueStats.schema.d.ts +26 -19
  451. package/types/src/engines/models/engine.d.ts +1 -0
  452. package/types/src/engines/models/engine.schema.d.ts +5 -2
  453. package/types/src/engines/models/engineQueueStatsItem.schema.d.ts +6 -0
  454. package/types/src/genericEngines/endpoints/get.d.ts +4 -4
  455. package/types/src/genericEngines/endpoints/get.schema.d.ts +2 -2
  456. package/types/src/genericEngines/endpoints/index.d.ts +12 -12
  457. package/types/src/genericEngines/endpoints/list.d.ts +8 -8
  458. package/types/src/genericEngines/endpoints/list.schema.d.ts +4 -4
  459. package/types/src/genericEngines/models/genericEngine.schema.d.ts +2 -2
  460. package/types/src/groups/endpoints/index.d.ts +4 -4
  461. package/types/src/groups/endpoints/list.d.ts +4 -4
  462. package/types/src/groups/models/group.schema.d.ts +2 -2
  463. package/types/src/hookInterfaces/endpoints/create.d.ts +67 -0
  464. package/types/src/hookInterfaces/endpoints/create.schema.d.ts +23 -0
  465. package/types/src/hookInterfaces/endpoints/delete.d.ts +7 -0
  466. package/types/src/hookInterfaces/endpoints/index.d.ts +243 -0
  467. package/types/src/hookInterfaces/endpoints/invoke.d.ts +10 -0
  468. package/types/src/hookInterfaces/endpoints/invoke.schema.d.ts +3 -0
  469. package/types/src/hookInterfaces/endpoints/list.d.ts +123 -0
  470. package/types/src/hookInterfaces/endpoints/list.schema.d.ts +26 -0
  471. package/types/src/hookInterfaces/endpoints/patch.d.ts +63 -0
  472. package/types/src/hookInterfaces/endpoints/patch.schema.d.ts +20 -0
  473. package/types/src/hookInterfaces/models/hookInterface.d.ts +12 -0
  474. package/types/src/hookInterfaces/models/hookInterface.schema.d.ts +32 -0
  475. package/types/src/hookInterfaces/models/index.d.ts +2 -0
  476. package/types/src/hookTemplates/endpoints/get.d.ts +528 -0
  477. package/types/src/hookTemplates/endpoints/index.d.ts +807 -29
  478. package/types/src/hookTemplates/endpoints/list.d.ts +280 -29
  479. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +188 -19
  480. package/types/src/hooks/endpoints/cancelRun.d.ts +14 -0
  481. package/types/src/hooks/endpoints/cancelRun.schema.d.ts +8 -0
  482. package/types/src/hooks/endpoints/create.d.ts +238 -47
  483. package/types/src/hooks/endpoints/create.schema.d.ts +92 -40
  484. package/types/src/hooks/endpoints/createFromTemplate.d.ts +508 -0
  485. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +20 -0
  486. package/types/src/hooks/endpoints/get.d.ts +184 -26
  487. package/types/src/hooks/endpoints/index.d.ts +2658 -1002
  488. package/types/src/hooks/endpoints/list.d.ts +285 -42
  489. package/types/src/hooks/endpoints/list.schema.d.ts +3 -0
  490. package/types/src/hooks/endpoints/patch.d.ts +370 -51
  491. package/types/src/hooks/endpoints/patch.schema.d.ts +182 -24
  492. package/types/src/hooks/endpoints/runLogs.d.ts +59 -0
  493. package/types/src/hooks/endpoints/runs.d.ts +599 -0
  494. package/types/src/hooks/endpoints/runs.schema.d.ts +555 -0
  495. package/types/src/hooks/endpoints/test.d.ts +28 -23
  496. package/types/src/hooks/endpoints/test.schema.d.ts +26 -21
  497. package/types/src/hooks/models/hook.d.ts +10 -6
  498. package/types/src/hooks/models/hook.schema.d.ts +670 -32
  499. package/types/src/hooks/models/hookConfig.d.ts +16 -8
  500. package/types/src/hooks/models/hookConfig.schema.d.ts +59 -7
  501. package/types/src/hooks/models/hookUtils.d.ts +4 -3
  502. package/types/src/hooks/models/hookUtils.schema.d.ts +4 -3
  503. package/types/src/hooks/models/run.d.ts +53 -0
  504. package/types/src/hooks/models/run.schema.d.ts +301 -0
  505. package/types/src/hooks/models/runLog.d.ts +7 -0
  506. package/types/src/hooks/models/runLog.schema.d.ts +15 -0
  507. package/types/src/inboxes/endpoints/create.d.ts +2 -2
  508. package/types/src/inboxes/endpoints/get.d.ts +2 -2
  509. package/types/src/inboxes/endpoints/index.d.ts +10 -10
  510. package/types/src/inboxes/endpoints/list.d.ts +4 -4
  511. package/types/src/inboxes/endpoints/patch.d.ts +2 -2
  512. package/types/src/inboxes/models/inbox.schema.d.ts +2 -2
  513. package/types/src/internal/endpoints/generateRejectionEmail.d.ts +2 -2
  514. package/types/src/internal/endpoints/generateRejectionEmail.schema.d.ts +2 -2
  515. package/types/src/internal/endpoints/index.d.ts +5682 -2304
  516. package/types/src/internal/endpoints/logs.d.ts +34 -0
  517. package/types/src/internal/endpoints/logs.schema.d.ts +20 -0
  518. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +825 -350
  519. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +821 -348
  520. package/types/src/internal/endpoints/rules/suggestRule.d.ts +681 -255
  521. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +718 -298
  522. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +664 -238
  523. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +664 -238
  524. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +665 -332
  525. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +664 -390
  526. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +928 -541
  527. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +925 -539
  528. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +626 -194
  529. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +626 -194
  530. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +638 -200
  531. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +636 -199
  532. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +626 -194
  533. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +626 -194
  534. package/types/src/labels/endpoints/create.d.ts +14 -7
  535. package/types/src/labels/endpoints/create.schema.d.ts +7 -2
  536. package/types/src/labels/endpoints/index.d.ts +33 -12
  537. package/types/src/labels/endpoints/list.d.ts +9 -4
  538. package/types/src/labels/endpoints/patch.d.ts +14 -7
  539. package/types/src/labels/endpoints/patch.schema.d.ts +7 -2
  540. package/types/src/labels/models/label.d.ts +1 -0
  541. package/types/src/labels/models/label.schema.d.ts +5 -2
  542. package/types/src/memberships/endpoints/create.d.ts +5 -5
  543. package/types/src/memberships/endpoints/index.d.ts +4 -4
  544. package/types/src/memberships/models/membership.schema.d.ts +2 -2
  545. package/types/src/organization/endpoints/create.d.ts +15 -15
  546. package/types/src/organization/endpoints/create.schema.d.ts +15 -15
  547. package/types/src/organization/endpoints/get.d.ts +11 -11
  548. package/types/src/organization/endpoints/index.d.ts +85 -85
  549. package/types/src/organization/endpoints/list.d.ts +15 -15
  550. package/types/src/organization/endpoints/patch.d.ts +20 -20
  551. package/types/src/organization/models/organization.schema.d.ts +11 -11
  552. package/types/src/organizationGroups/endpoints/index.d.ts +36 -36
  553. package/types/src/organizationGroups/endpoints/organizations.d.ts +4 -4
  554. package/types/src/organizationGroups/endpoints/queues.d.ts +4 -4
  555. package/types/src/organizationGroups/endpoints/workspaces.d.ts +4 -4
  556. package/types/src/organizationGroups/models/organizationGroupOrganization.schema.d.ts +2 -2
  557. package/types/src/organizationGroups/models/organizationGroupQueue.schema.d.ts +2 -2
  558. package/types/src/organizationGroups/models/organizationGroupWorkspace.schema.d.ts +2 -2
  559. package/types/src/pages/endpoints/index.d.ts +14 -14
  560. package/types/src/pages/endpoints/list.d.ts +14 -14
  561. package/types/src/pages/endpoints/list.schema.d.ts +2 -2
  562. package/types/src/pages/models/page.schema.d.ts +6 -6
  563. package/types/src/queues/endpoints/automation.d.ts +4 -4
  564. package/types/src/queues/endpoints/automation.schema.d.ts +4 -4
  565. package/types/src/queues/endpoints/automationSetup.d.ts +462 -0
  566. package/types/src/queues/endpoints/create.d.ts +18 -13
  567. package/types/src/queues/endpoints/createFromTemplate.d.ts +18 -13
  568. package/types/src/queues/endpoints/duplicate.d.ts +18 -13
  569. package/types/src/queues/endpoints/get.d.ts +18 -13
  570. package/types/src/queues/endpoints/index.d.ts +610 -111
  571. package/types/src/queues/endpoints/list.d.ts +31 -24
  572. package/types/src/queues/endpoints/list.schema.d.ts +4 -4
  573. package/types/src/queues/endpoints/patch.d.ts +32 -22
  574. package/types/src/queues/endpoints/patch.schema.d.ts +14 -9
  575. package/types/src/queues/endpoints/upload.d.ts +8 -8
  576. package/types/src/queues/endpoints/upload.schema.d.ts +8 -8
  577. package/types/src/queues/models/automation.schema.d.ts +2 -2
  578. package/types/src/queues/models/automationSetup.d.ts +42 -0
  579. package/types/src/queues/models/automationSetup.schema.d.ts +751 -0
  580. package/types/src/queues/models/queue.schema.d.ts +18 -13
  581. package/types/src/queues/models/queueSettings.d.ts +1 -0
  582. package/types/src/queues/models/queueSettings.schema.d.ts +10 -7
  583. package/types/src/relations/endpoints/create.d.ts +6 -6
  584. package/types/src/relations/endpoints/get.d.ts +6 -6
  585. package/types/src/relations/endpoints/index.d.ts +30 -30
  586. package/types/src/relations/endpoints/list.d.ts +12 -12
  587. package/types/src/relations/endpoints/patch.d.ts +6 -6
  588. package/types/src/relations/models/relations.schema.d.ts +14 -14
  589. package/types/src/rule-templates/endpoints/create.d.ts +58 -70
  590. package/types/src/rule-templates/endpoints/create.schema.d.ts +26 -32
  591. package/types/src/rule-templates/endpoints/get.d.ts +32 -38
  592. package/types/src/rule-templates/endpoints/index.d.ts +198 -234
  593. package/types/src/rule-templates/endpoints/list.d.ts +50 -56
  594. package/types/src/rule-templates/endpoints/patch.d.ts +58 -70
  595. package/types/src/rule-templates/endpoints/patch.schema.d.ts +26 -32
  596. package/types/src/rule-templates/models/ruleTemplate.d.ts +1 -1
  597. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +32 -38
  598. package/types/src/rules/endpoints/create.d.ts +58 -70
  599. package/types/src/rules/endpoints/create.schema.d.ts +26 -32
  600. package/types/src/rules/endpoints/get.d.ts +32 -38
  601. package/types/src/rules/endpoints/index.d.ts +198 -234
  602. package/types/src/rules/endpoints/list.d.ts +50 -56
  603. package/types/src/rules/endpoints/patch.d.ts +58 -70
  604. package/types/src/rules/endpoints/patch.schema.d.ts +26 -32
  605. package/types/src/rules/models/schemaRule.d.ts +4 -4
  606. package/types/src/rules/models/schemaRule.schema.d.ts +50 -59
  607. package/types/src/schemas/endpoints/create.d.ts +628 -196
  608. package/types/src/schemas/endpoints/get.d.ts +630 -198
  609. package/types/src/schemas/endpoints/get.schema.d.ts +2 -2
  610. package/types/src/schemas/endpoints/list.d.ts +764 -236
  611. package/types/src/schemas/endpoints/patch.d.ts +1254 -390
  612. package/types/src/schemas/endpoints/patch.schema.d.ts +626 -194
  613. package/types/src/schemas/endpoints/validate.d.ts +1319 -407
  614. package/types/src/schemas/models/schema.schema.d.ts +628 -196
  615. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +56 -20
  616. package/types/src/schemas/models/schemaDatapointBase.d.ts +4 -1
  617. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +18 -9
  618. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +14 -5
  619. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +14 -5
  620. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +14 -5
  621. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +14 -5
  622. package/types/src/schemas/models/schemaItem.schema.d.ts +358 -118
  623. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +212 -68
  624. package/types/src/schemas/models/schemaSection.schema.d.ts +492 -156
  625. package/types/src/schemas/models/schemaTuple.schema.d.ts +90 -30
  626. package/types/src/shared/models/annotationListTable.d.ts +12 -2
  627. package/types/src/shared/models/annotationListTable.schema.d.ts +99 -15
  628. package/types/src/suggestedEdit/endpoints/get.d.ts +4 -4
  629. package/types/src/suggestedEdit/endpoints/index.d.ts +4 -4
  630. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +4 -4
  631. package/types/src/surveys/endpoints/fromTemplate.d.ts +2 -2
  632. package/types/src/surveys/endpoints/get.d.ts +2 -2
  633. package/types/src/surveys/endpoints/index.d.ts +10 -10
  634. package/types/src/surveys/endpoints/list.d.ts +4 -4
  635. package/types/src/surveys/endpoints/patch.d.ts +2 -2
  636. package/types/src/surveys/models/survey.schema.d.ts +2 -2
  637. package/types/src/tasks/endpoints/get.d.ts +4 -4
  638. package/types/src/tasks/endpoints/index.d.ts +4 -4
  639. package/types/src/tasks/models/asyncTask.schema.d.ts +4 -4
  640. package/types/src/triggers/endpoints/create.d.ts +4 -4
  641. package/types/src/triggers/endpoints/get.d.ts +4 -4
  642. package/types/src/triggers/endpoints/index.d.ts +109 -12
  643. package/types/src/triggers/endpoints/list.d.ts +104 -0
  644. package/types/src/triggers/endpoints/list.schema.d.ts +14 -0
  645. package/types/src/triggers/endpoints/patch.d.ts +4 -4
  646. package/types/src/triggers/models/trigger.schema.d.ts +4 -4
  647. package/types/src/uploads/endpoints/get.d.ts +4 -4
  648. package/types/src/uploads/endpoints/index.d.ts +4 -4
  649. package/types/src/uploads/models/upload.schema.d.ts +4 -4
  650. package/types/src/users/endpoints/create.d.ts +2 -2
  651. package/types/src/users/endpoints/get.d.ts +2 -2
  652. package/types/src/users/endpoints/index.d.ts +10 -10
  653. package/types/src/users/endpoints/list.d.ts +4 -4
  654. package/types/src/users/endpoints/patch.d.ts +2 -2
  655. package/types/src/users/models/user.schema.d.ts +2 -2
  656. package/types/src/utils/withFields.d.ts +9 -9
  657. package/types/src/utils/withSideload.d.ts +2 -2
  658. package/types/src/workflowActivities/endpoints/get.d.ts +4 -4
  659. package/types/src/workflowActivities/endpoints/index.d.ts +13 -13
  660. package/types/src/workflowActivities/endpoints/list.d.ts +8 -8
  661. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +4 -4
  662. package/types/src/workflowRuns/endpoints/get.d.ts +4 -4
  663. package/types/src/workflowRuns/endpoints/index.d.ts +12 -12
  664. package/types/src/workflowRuns/endpoints/list.d.ts +8 -8
  665. package/types/src/workflowRuns/models/workflowRun.schema.d.ts +4 -4
  666. package/types/src/workflowSteps/endpoints/get.d.ts +2 -2
  667. package/types/src/workflowSteps/endpoints/index.d.ts +7 -7
  668. package/types/src/workflowSteps/endpoints/list.d.ts +4 -4
  669. package/types/src/workflowSteps/models/workflowStep.schema.d.ts +2 -2
  670. package/types/src/workflows/endpoints/get.d.ts +2 -2
  671. package/types/src/workflows/endpoints/index.d.ts +6 -6
  672. package/types/src/workflows/endpoints/list.d.ts +4 -4
  673. package/types/src/workflows/models/workflow.schema.d.ts +2 -2
  674. package/types/src/workspaces/endpoints/create.d.ts +2 -2
  675. package/types/src/workspaces/endpoints/get.d.ts +30 -0
  676. package/types/src/workspaces/endpoints/index.d.ts +37 -8
  677. package/types/src/workspaces/endpoints/list.d.ts +4 -4
  678. package/types/src/workspaces/endpoints/patch.d.ts +2 -2
  679. package/types/src/workspaces/models/workspace.schema.d.ts +2 -2
  680. package/src/authentication/models/authInfo.js.map +0 -1
  681. package/src/automationBlockers/models/automationBlocker.js +0 -3
  682. package/src/automationBlockers/models/automationBlocker.js.map +0 -1
  683. package/src/billing/models/billingHistory.js.map +0 -1
  684. package/src/billing/models/billingStats.js +0 -3
  685. package/src/billing/models/billingStats.js.map +0 -1
  686. package/src/connectors/models/connector.js +0 -3
  687. package/src/connectors/models/connector.js.map +0 -1
  688. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +0 -3
  689. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +0 -1
  690. package/src/dedicatedEngines/models/dedicatedEngine.js +0 -3
  691. package/src/dedicatedEngines/models/dedicatedEngine.js.map +0 -1
  692. package/src/deleteRecommendations/models/deleteRecommendation.js +0 -3
  693. package/src/deleteRecommendations/models/deleteRecommendation.js.map +0 -1
  694. package/src/deleteRecommendations/models/index.js.map +0 -1
  695. package/src/email/models/email.js +0 -3
  696. package/src/email/models/email.js.map +0 -1
  697. package/src/emailTemplatesStats/models/emailTemplateStats.js +0 -3
  698. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +0 -1
  699. package/src/emailTemplatesStats/models/index.js +0 -18
  700. package/src/emailTemplatesStats/models/index.js.map +0 -1
  701. package/src/emailThreads/models/emailThreads.js +0 -3
  702. package/src/emailThreads/models/emailThreads.js.map +0 -1
  703. package/src/genericEngines/models/genericEngine.js +0 -3
  704. package/src/genericEngines/models/genericEngine.js.map +0 -1
  705. package/src/groups/models/group.js +0 -3
  706. package/src/groups/models/group.js.map +0 -1
  707. package/src/groups/models/index.js +0 -18
  708. package/src/groups/models/index.js.map +0 -1
  709. package/src/hookTemplates/models/hookTemplate.js +0 -3
  710. package/src/hookTemplates/models/hookTemplate.js.map +0 -1
  711. package/src/hooks/endpoints/logs.js +0 -15
  712. package/src/hooks/endpoints/logs.js.map +0 -1
  713. package/src/hooks/endpoints/logs.schema.js +0 -22
  714. package/src/hooks/endpoints/logs.schema.js.map +0 -1
  715. package/src/hooks/models/log.js +0 -3
  716. package/src/hooks/models/log.js.map +0 -1
  717. package/src/hooks/models/log.schema.js +0 -56
  718. package/src/hooks/models/log.schema.js.map +0 -1
  719. package/src/inboxes/models/index.js +0 -18
  720. package/src/inboxes/models/index.js.map +0 -1
  721. package/src/memberships/models/index.js +0 -18
  722. package/src/memberships/models/index.js.map +0 -1
  723. package/src/memberships/models/membership.js +0 -3
  724. package/src/memberships/models/membership.js.map +0 -1
  725. package/src/organization/models/emailLimits.js +0 -3
  726. package/src/organization/models/emailLimits.js.map +0 -1
  727. package/src/organization/models/limits.js +0 -3
  728. package/src/organization/models/limits.js.map +0 -1
  729. package/src/organizationGroups/models/organizationGroupOrganization.js +0 -3
  730. package/src/organizationGroups/models/organizationGroupOrganization.js.map +0 -1
  731. package/src/organizationGroups/models/organizationGroupQueue.js +0 -3
  732. package/src/organizationGroups/models/organizationGroupQueue.js.map +0 -1
  733. package/src/organizationGroups/models/organizationGroupWorkspace.js +0 -3
  734. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +0 -1
  735. package/src/queues/models/index.js +0 -28
  736. package/src/queues/models/index.js.map +0 -1
  737. package/src/queues/models/relatedObjectsCounts.js +0 -3
  738. package/src/queues/models/relatedObjectsCounts.js.map +0 -1
  739. package/src/schemas/models/index.js +0 -47
  740. package/src/schemas/models/index.js.map +0 -1
  741. package/src/schemas/models/list.js +0 -3
  742. package/src/schemas/models/list.js.map +0 -1
  743. package/src/schemas/models/list.schema.js +0 -23
  744. package/src/schemas/models/list.schema.js.map +0 -1
  745. package/src/suggestedEdit/models/suggestedDocument.js +0 -3
  746. package/src/suggestedEdit/models/suggestedDocument.js.map +0 -1
  747. package/src/suggestedEdit/models/suggestedEdit.js +0 -3
  748. package/src/suggestedEdit/models/suggestedEdit.js.map +0 -1
  749. package/src/surveys/models/index.js +0 -21
  750. package/src/surveys/models/index.js.map +0 -1
  751. package/src/surveys/models/question.js +0 -3
  752. package/src/surveys/models/question.js.map +0 -1
  753. package/src/surveys/models/survey.js +0 -3
  754. package/src/surveys/models/survey.js.map +0 -1
  755. package/src/surveys/models/surveyTemplate.js +0 -3
  756. package/src/surveys/models/surveyTemplate.js.map +0 -1
  757. package/src/tasks/models/asyncTask.js +0 -3
  758. package/src/tasks/models/asyncTask.js.map +0 -1
  759. package/src/uploads/models/upload.js +0 -3
  760. package/src/uploads/models/upload.js.map +0 -1
  761. package/src/users/models/resetPassword.js +0 -3
  762. package/src/users/models/resetPassword.js.map +0 -1
  763. package/src/workflowActivities/models/index.js +0 -18
  764. package/src/workflowActivities/models/index.js.map +0 -1
  765. package/src/workflowSteps/models/index.js +0 -18
  766. package/src/workflowSteps/models/index.js.map +0 -1
  767. package/src/workflows/models/index.js +0 -18
  768. package/src/workflows/models/index.js.map +0 -1
  769. package/src/workspaces/models/index.js +0 -18
  770. package/src/workspaces/models/index.js.map +0 -1
  771. package/types/src/authentication/models/authInfo.d.ts +0 -4
  772. package/types/src/automationBlockers/models/automationBlocker.d.ts +0 -31
  773. package/types/src/billing/models/billingHistory.d.ts +0 -40
  774. package/types/src/billing/models/billingStats.d.ts +0 -21
  775. package/types/src/connectors/models/connector.d.ts +0 -15
  776. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +0 -31
  777. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +0 -10
  778. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +0 -10
  779. package/types/src/deleteRecommendations/models/index.d.ts +0 -1
  780. package/types/src/email/models/email.d.ts +0 -39
  781. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +0 -6
  782. package/types/src/emailTemplatesStats/models/index.d.ts +0 -1
  783. package/types/src/emailThreads/models/emailThreads.d.ts +0 -32
  784. package/types/src/genericEngines/models/genericEngine.d.ts +0 -9
  785. package/types/src/groups/models/group.d.ts +0 -7
  786. package/types/src/groups/models/index.d.ts +0 -1
  787. package/types/src/hookTemplates/models/hookTemplate.d.ts +0 -40
  788. package/types/src/hooks/endpoints/logs.d.ts +0 -411
  789. package/types/src/hooks/endpoints/logs.schema.d.ts +0 -390
  790. package/types/src/hooks/models/log.d.ts +0 -42
  791. package/types/src/hooks/models/log.schema.d.ts +0 -210
  792. package/types/src/inboxes/models/index.d.ts +0 -1
  793. package/types/src/memberships/models/index.d.ts +0 -1
  794. package/types/src/memberships/models/membership.d.ts +0 -9
  795. package/types/src/organization/models/emailLimits.d.ts +0 -10
  796. package/types/src/organization/models/limits.d.ts +0 -4
  797. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +0 -6
  798. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +0 -8
  799. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +0 -7
  800. package/types/src/queues/models/index.d.ts +0 -11
  801. package/types/src/queues/models/relatedObjectsCounts.d.ts +0 -5
  802. package/types/src/schemas/models/index.d.ts +0 -30
  803. package/types/src/schemas/models/list.d.ts +0 -18
  804. package/types/src/schemas/models/list.schema.d.ts +0 -66
  805. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +0 -9
  806. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +0 -8
  807. package/types/src/surveys/models/index.d.ts +0 -4
  808. package/types/src/surveys/models/question.d.ts +0 -6
  809. package/types/src/surveys/models/survey.d.ts +0 -13
  810. package/types/src/surveys/models/surveyTemplate.d.ts +0 -6
  811. package/types/src/tasks/models/asyncTask.d.ts +0 -17
  812. package/types/src/uploads/models/upload.d.ts +0 -13
  813. package/types/src/users/models/resetPassword.d.ts +0 -3
  814. package/types/src/workflowActivities/models/index.d.ts +0 -1
  815. package/types/src/workflowSteps/models/index.d.ts +0 -1
  816. package/types/src/workflows/models/index.d.ts +0 -1
  817. package/types/src/workspaces/models/index.d.ts +0 -1
@@ -108,9 +108,10 @@ export declare const getContent: (annotationId: number) => {
108
108
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
109
109
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
110
110
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
111
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
111
112
  }, "strip", import("zod").ZodTypeAny, {
112
- id: number | null;
113
113
  url: string | null;
114
+ id: number | null;
114
115
  schemaId: string | null;
115
116
  category: "datapoint" | null;
116
117
  content?: {
@@ -132,9 +133,10 @@ export declare const getContent: (annotationId: number) => {
132
133
  validationSources?: string[] | null | undefined;
133
134
  timeSpent?: number | null | undefined;
134
135
  timeSpentOverall?: number | null | undefined;
136
+ noRecalculation?: boolean | undefined;
135
137
  }, {
136
- id: number | null;
137
138
  url: string | null;
139
+ id: number | null;
138
140
  schemaId: string | null;
139
141
  category: "datapoint" | null;
140
142
  content?: {
@@ -156,6 +158,7 @@ export declare const getContent: (annotationId: number) => {
156
158
  validationSources?: string[] | null | undefined;
157
159
  timeSpent?: number | null | undefined;
158
160
  timeSpentOverall?: number | null | undefined;
161
+ noRecalculation?: boolean | undefined;
159
162
  }>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
160
163
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
161
164
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -214,9 +217,10 @@ export declare const getContent: (annotationId: number) => {
214
217
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
215
218
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
216
219
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
220
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
217
221
  }, "strip", import("zod").ZodTypeAny, {
218
- id: number | null;
219
222
  url: string | null;
223
+ id: number | null;
220
224
  schemaId: string | null;
221
225
  category: "datapoint" | null;
222
226
  content?: {
@@ -238,9 +242,10 @@ export declare const getContent: (annotationId: number) => {
238
242
  validationSources?: string[] | null | undefined;
239
243
  timeSpent?: number | null | undefined;
240
244
  timeSpentOverall?: number | null | undefined;
245
+ noRecalculation?: boolean | undefined;
241
246
  }, {
242
- id: number | null;
243
247
  url: string | null;
248
+ id: number | null;
244
249
  schemaId: string | null;
245
250
  category: "datapoint" | null;
246
251
  content?: {
@@ -262,16 +267,14 @@ export declare const getContent: (annotationId: number) => {
262
267
  validationSources?: string[] | null | undefined;
263
268
  timeSpent?: number | null | undefined;
264
269
  timeSpentOverall?: number | null | undefined;
270
+ noRecalculation?: boolean | undefined;
265
271
  }>>, "many">;
266
272
  schemaId: import("zod").ZodString;
267
273
  }, "strip", import("zod").ZodTypeAny, {
268
- id: number | null;
269
274
  url: string | null;
270
- schemaId: string;
271
- category: "tuple" | null;
272
275
  children: ({
273
- id: number | null;
274
276
  url: string | null;
277
+ id: number | null;
275
278
  schemaId: string | null;
276
279
  category: "datapoint" | null;
277
280
  content?: {
@@ -293,15 +296,16 @@ export declare const getContent: (annotationId: number) => {
293
296
  validationSources?: string[] | null | undefined;
294
297
  timeSpent?: number | null | undefined;
295
298
  timeSpentOverall?: number | null | undefined;
299
+ noRecalculation?: boolean | undefined;
296
300
  } | null)[];
297
- }, {
298
301
  id: number | null;
299
- url: string | null;
300
302
  schemaId: string;
301
303
  category: "tuple" | null;
304
+ }, {
305
+ url: string | null;
302
306
  children: ({
303
- id: number | null;
304
307
  url: string | null;
308
+ id: number | null;
305
309
  schemaId: string | null;
306
310
  category: "datapoint" | null;
307
311
  content?: {
@@ -323,7 +327,11 @@ export declare const getContent: (annotationId: number) => {
323
327
  validationSources?: string[] | null | undefined;
324
328
  timeSpent?: number | null | undefined;
325
329
  timeSpentOverall?: number | null | undefined;
330
+ noRecalculation?: boolean | undefined;
326
331
  } | null)[];
332
+ id: number | null;
333
+ schemaId: string;
334
+ category: "tuple" | null;
327
335
  }>, "many">]>>;
328
336
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"multivalue">>;
329
337
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -419,13 +427,10 @@ export declare const getContent: (annotationId: number) => {
419
427
  timeSpentGrid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
420
428
  timeSpentGridOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
421
429
  }, "strip", import("zod").ZodTypeAny, {
422
- id: number | null;
423
430
  url: string | null;
424
- schemaId: string | null;
425
- category: "multivalue" | null;
426
431
  children: (({
427
- id: number | null;
428
432
  url: string | null;
433
+ id: number | null;
429
434
  schemaId: string | null;
430
435
  category: "datapoint" | null;
431
436
  content?: {
@@ -447,14 +452,12 @@ export declare const getContent: (annotationId: number) => {
447
452
  validationSources?: string[] | null | undefined;
448
453
  timeSpent?: number | null | undefined;
449
454
  timeSpentOverall?: number | null | undefined;
455
+ noRecalculation?: boolean | undefined;
450
456
  }[] | {
451
- id: number | null;
452
457
  url: string | null;
453
- schemaId: string;
454
- category: "tuple" | null;
455
458
  children: ({
456
- id: number | null;
457
459
  url: string | null;
460
+ id: number | null;
458
461
  schemaId: string | null;
459
462
  category: "datapoint" | null;
460
463
  content?: {
@@ -476,10 +479,14 @@ export declare const getContent: (annotationId: number) => {
476
479
  validationSources?: string[] | null | undefined;
477
480
  timeSpent?: number | null | undefined;
478
481
  timeSpentOverall?: number | null | undefined;
482
+ noRecalculation?: boolean | undefined;
479
483
  } | null)[];
480
- }[]) & ({
481
484
  id: number | null;
485
+ schemaId: string;
486
+ category: "tuple" | null;
487
+ }[]) & ({
482
488
  url: string | null;
489
+ id: number | null;
483
490
  schemaId: string | null;
484
491
  category: "datapoint" | null;
485
492
  content?: {
@@ -501,14 +508,12 @@ export declare const getContent: (annotationId: number) => {
501
508
  validationSources?: string[] | null | undefined;
502
509
  timeSpent?: number | null | undefined;
503
510
  timeSpentOverall?: number | null | undefined;
511
+ noRecalculation?: boolean | undefined;
504
512
  }[] | {
505
- id: number | null;
506
513
  url: string | null;
507
- schemaId: string;
508
- category: "tuple" | null;
509
514
  children: ({
510
- id: number | null;
511
515
  url: string | null;
516
+ id: number | null;
512
517
  schemaId: string | null;
513
518
  category: "datapoint" | null;
514
519
  content?: {
@@ -530,8 +535,15 @@ export declare const getContent: (annotationId: number) => {
530
535
  validationSources?: string[] | null | undefined;
531
536
  timeSpent?: number | null | undefined;
532
537
  timeSpentOverall?: number | null | undefined;
538
+ noRecalculation?: boolean | undefined;
533
539
  } | null)[];
540
+ id: number | null;
541
+ schemaId: string;
542
+ category: "tuple" | null;
534
543
  }[] | undefined)) | null;
544
+ id: number | null;
545
+ schemaId: string | null;
546
+ category: "multivalue" | null;
535
547
  content?: {
536
548
  value?: string | null | undefined;
537
549
  normalizedValue?: string | null | undefined;
@@ -570,13 +582,10 @@ export declare const getContent: (annotationId: number) => {
570
582
  timeSpentGrid?: number | null | undefined;
571
583
  timeSpentGridOverall?: number | null | undefined;
572
584
  }, {
573
- id: number | null;
574
585
  url: string | null;
575
- schemaId: string | null;
576
- category: "multivalue" | null;
577
586
  children: (({
578
- id: number | null;
579
587
  url: string | null;
588
+ id: number | null;
580
589
  schemaId: string | null;
581
590
  category: "datapoint" | null;
582
591
  content?: {
@@ -598,14 +607,12 @@ export declare const getContent: (annotationId: number) => {
598
607
  validationSources?: string[] | null | undefined;
599
608
  timeSpent?: number | null | undefined;
600
609
  timeSpentOverall?: number | null | undefined;
610
+ noRecalculation?: boolean | undefined;
601
611
  }[] | {
602
- id: number | null;
603
612
  url: string | null;
604
- schemaId: string;
605
- category: "tuple" | null;
606
613
  children: ({
607
- id: number | null;
608
614
  url: string | null;
615
+ id: number | null;
609
616
  schemaId: string | null;
610
617
  category: "datapoint" | null;
611
618
  content?: {
@@ -627,10 +634,14 @@ export declare const getContent: (annotationId: number) => {
627
634
  validationSources?: string[] | null | undefined;
628
635
  timeSpent?: number | null | undefined;
629
636
  timeSpentOverall?: number | null | undefined;
637
+ noRecalculation?: boolean | undefined;
630
638
  } | null)[];
631
- }[]) & ({
632
639
  id: number | null;
640
+ schemaId: string;
641
+ category: "tuple" | null;
642
+ }[]) & ({
633
643
  url: string | null;
644
+ id: number | null;
634
645
  schemaId: string | null;
635
646
  category: "datapoint" | null;
636
647
  content?: {
@@ -652,14 +663,12 @@ export declare const getContent: (annotationId: number) => {
652
663
  validationSources?: string[] | null | undefined;
653
664
  timeSpent?: number | null | undefined;
654
665
  timeSpentOverall?: number | null | undefined;
666
+ noRecalculation?: boolean | undefined;
655
667
  }[] | {
656
- id: number | null;
657
668
  url: string | null;
658
- schemaId: string;
659
- category: "tuple" | null;
660
669
  children: ({
661
- id: number | null;
662
670
  url: string | null;
671
+ id: number | null;
663
672
  schemaId: string | null;
664
673
  category: "datapoint" | null;
665
674
  content?: {
@@ -681,8 +690,15 @@ export declare const getContent: (annotationId: number) => {
681
690
  validationSources?: string[] | null | undefined;
682
691
  timeSpent?: number | null | undefined;
683
692
  timeSpentOverall?: number | null | undefined;
693
+ noRecalculation?: boolean | undefined;
684
694
  } | null)[];
695
+ id: number | null;
696
+ schemaId: string;
697
+ category: "tuple" | null;
685
698
  }[] | undefined)) | null;
699
+ id: number | null;
700
+ schemaId: string | null;
701
+ category: "multivalue" | null;
686
702
  content?: {
687
703
  value?: string | null | undefined;
688
704
  normalizedValue?: string | null | undefined;
@@ -774,9 +790,10 @@ export declare const getContent: (annotationId: number) => {
774
790
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
775
791
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
776
792
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
793
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
777
794
  }, "strip", import("zod").ZodTypeAny, {
778
- id: number | null;
779
795
  url: string | null;
796
+ id: number | null;
780
797
  schemaId: string | null;
781
798
  category: "datapoint" | null;
782
799
  content?: {
@@ -798,9 +815,10 @@ export declare const getContent: (annotationId: number) => {
798
815
  validationSources?: string[] | null | undefined;
799
816
  timeSpent?: number | null | undefined;
800
817
  timeSpentOverall?: number | null | undefined;
818
+ noRecalculation?: boolean | undefined;
801
819
  }, {
802
- id: number | null;
803
820
  url: string | null;
821
+ id: number | null;
804
822
  schemaId: string | null;
805
823
  category: "datapoint" | null;
806
824
  content?: {
@@ -822,17 +840,15 @@ export declare const getContent: (annotationId: number) => {
822
840
  validationSources?: string[] | null | undefined;
823
841
  timeSpent?: number | null | undefined;
824
842
  timeSpentOverall?: number | null | undefined;
843
+ noRecalculation?: boolean | undefined;
825
844
  }>]>, "many">>;
826
845
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"section">>;
827
846
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
828
847
  }, "strip", import("zod").ZodTypeAny, {
829
- id: number | null;
830
848
  url: string | null;
831
- schemaId: string | null;
832
- category: "section" | null;
833
849
  children: ({
834
- id: number | null;
835
850
  url: string | null;
851
+ id: number | null;
836
852
  schemaId: string | null;
837
853
  category: "datapoint" | null;
838
854
  content?: {
@@ -854,14 +870,12 @@ export declare const getContent: (annotationId: number) => {
854
870
  validationSources?: string[] | null | undefined;
855
871
  timeSpent?: number | null | undefined;
856
872
  timeSpentOverall?: number | null | undefined;
873
+ noRecalculation?: boolean | undefined;
857
874
  } | {
858
- id: number | null;
859
875
  url: string | null;
860
- schemaId: string | null;
861
- category: "multivalue" | null;
862
876
  children: (({
863
- id: number | null;
864
877
  url: string | null;
878
+ id: number | null;
865
879
  schemaId: string | null;
866
880
  category: "datapoint" | null;
867
881
  content?: {
@@ -883,14 +897,12 @@ export declare const getContent: (annotationId: number) => {
883
897
  validationSources?: string[] | null | undefined;
884
898
  timeSpent?: number | null | undefined;
885
899
  timeSpentOverall?: number | null | undefined;
900
+ noRecalculation?: boolean | undefined;
886
901
  }[] | {
887
- id: number | null;
888
902
  url: string | null;
889
- schemaId: string;
890
- category: "tuple" | null;
891
903
  children: ({
892
- id: number | null;
893
904
  url: string | null;
905
+ id: number | null;
894
906
  schemaId: string | null;
895
907
  category: "datapoint" | null;
896
908
  content?: {
@@ -912,10 +924,14 @@ export declare const getContent: (annotationId: number) => {
912
924
  validationSources?: string[] | null | undefined;
913
925
  timeSpent?: number | null | undefined;
914
926
  timeSpentOverall?: number | null | undefined;
927
+ noRecalculation?: boolean | undefined;
915
928
  } | null)[];
916
- }[]) & ({
917
929
  id: number | null;
930
+ schemaId: string;
931
+ category: "tuple" | null;
932
+ }[]) & ({
918
933
  url: string | null;
934
+ id: number | null;
919
935
  schemaId: string | null;
920
936
  category: "datapoint" | null;
921
937
  content?: {
@@ -937,14 +953,12 @@ export declare const getContent: (annotationId: number) => {
937
953
  validationSources?: string[] | null | undefined;
938
954
  timeSpent?: number | null | undefined;
939
955
  timeSpentOverall?: number | null | undefined;
956
+ noRecalculation?: boolean | undefined;
940
957
  }[] | {
941
- id: number | null;
942
958
  url: string | null;
943
- schemaId: string;
944
- category: "tuple" | null;
945
959
  children: ({
946
- id: number | null;
947
960
  url: string | null;
961
+ id: number | null;
948
962
  schemaId: string | null;
949
963
  category: "datapoint" | null;
950
964
  content?: {
@@ -966,8 +980,15 @@ export declare const getContent: (annotationId: number) => {
966
980
  validationSources?: string[] | null | undefined;
967
981
  timeSpent?: number | null | undefined;
968
982
  timeSpentOverall?: number | null | undefined;
983
+ noRecalculation?: boolean | undefined;
969
984
  } | null)[];
985
+ id: number | null;
986
+ schemaId: string;
987
+ category: "tuple" | null;
970
988
  }[] | undefined)) | null;
989
+ id: number | null;
990
+ schemaId: string | null;
991
+ category: "multivalue" | null;
971
992
  content?: {
972
993
  value?: string | null | undefined;
973
994
  normalizedValue?: string | null | undefined;
@@ -1006,14 +1027,14 @@ export declare const getContent: (annotationId: number) => {
1006
1027
  timeSpentGrid?: number | null | undefined;
1007
1028
  timeSpentGridOverall?: number | null | undefined;
1008
1029
  })[] | null;
1009
- }, {
1010
1030
  id: number | null;
1011
- url: string | null;
1012
1031
  schemaId: string | null;
1013
1032
  category: "section" | null;
1033
+ }, {
1034
+ url: string | null;
1014
1035
  children: ({
1015
- id: number | null;
1016
1036
  url: string | null;
1037
+ id: number | null;
1017
1038
  schemaId: string | null;
1018
1039
  category: "datapoint" | null;
1019
1040
  content?: {
@@ -1035,14 +1056,12 @@ export declare const getContent: (annotationId: number) => {
1035
1056
  validationSources?: string[] | null | undefined;
1036
1057
  timeSpent?: number | null | undefined;
1037
1058
  timeSpentOverall?: number | null | undefined;
1059
+ noRecalculation?: boolean | undefined;
1038
1060
  } | {
1039
- id: number | null;
1040
1061
  url: string | null;
1041
- schemaId: string | null;
1042
- category: "multivalue" | null;
1043
1062
  children: (({
1044
- id: number | null;
1045
1063
  url: string | null;
1064
+ id: number | null;
1046
1065
  schemaId: string | null;
1047
1066
  category: "datapoint" | null;
1048
1067
  content?: {
@@ -1064,14 +1083,12 @@ export declare const getContent: (annotationId: number) => {
1064
1083
  validationSources?: string[] | null | undefined;
1065
1084
  timeSpent?: number | null | undefined;
1066
1085
  timeSpentOverall?: number | null | undefined;
1086
+ noRecalculation?: boolean | undefined;
1067
1087
  }[] | {
1068
- id: number | null;
1069
1088
  url: string | null;
1070
- schemaId: string;
1071
- category: "tuple" | null;
1072
1089
  children: ({
1073
- id: number | null;
1074
1090
  url: string | null;
1091
+ id: number | null;
1075
1092
  schemaId: string | null;
1076
1093
  category: "datapoint" | null;
1077
1094
  content?: {
@@ -1093,10 +1110,14 @@ export declare const getContent: (annotationId: number) => {
1093
1110
  validationSources?: string[] | null | undefined;
1094
1111
  timeSpent?: number | null | undefined;
1095
1112
  timeSpentOverall?: number | null | undefined;
1113
+ noRecalculation?: boolean | undefined;
1096
1114
  } | null)[];
1097
- }[]) & ({
1098
1115
  id: number | null;
1116
+ schemaId: string;
1117
+ category: "tuple" | null;
1118
+ }[]) & ({
1099
1119
  url: string | null;
1120
+ id: number | null;
1100
1121
  schemaId: string | null;
1101
1122
  category: "datapoint" | null;
1102
1123
  content?: {
@@ -1118,14 +1139,12 @@ export declare const getContent: (annotationId: number) => {
1118
1139
  validationSources?: string[] | null | undefined;
1119
1140
  timeSpent?: number | null | undefined;
1120
1141
  timeSpentOverall?: number | null | undefined;
1142
+ noRecalculation?: boolean | undefined;
1121
1143
  }[] | {
1122
- id: number | null;
1123
1144
  url: string | null;
1124
- schemaId: string;
1125
- category: "tuple" | null;
1126
1145
  children: ({
1127
- id: number | null;
1128
1146
  url: string | null;
1147
+ id: number | null;
1129
1148
  schemaId: string | null;
1130
1149
  category: "datapoint" | null;
1131
1150
  content?: {
@@ -1147,8 +1166,15 @@ export declare const getContent: (annotationId: number) => {
1147
1166
  validationSources?: string[] | null | undefined;
1148
1167
  timeSpent?: number | null | undefined;
1149
1168
  timeSpentOverall?: number | null | undefined;
1169
+ noRecalculation?: boolean | undefined;
1150
1170
  } | null)[];
1171
+ id: number | null;
1172
+ schemaId: string;
1173
+ category: "tuple" | null;
1151
1174
  }[] | undefined)) | null;
1175
+ id: number | null;
1176
+ schemaId: string | null;
1177
+ category: "multivalue" | null;
1152
1178
  content?: {
1153
1179
  value?: string | null | undefined;
1154
1180
  normalizedValue?: string | null | undefined;
@@ -1187,6 +1213,9 @@ export declare const getContent: (annotationId: number) => {
1187
1213
  timeSpentGrid?: number | null | undefined;
1188
1214
  timeSpentGridOverall?: number | null | undefined;
1189
1215
  })[] | null;
1216
+ id: number | null;
1217
+ schemaId: string | null;
1218
+ category: "section" | null;
1190
1219
  }>, "many">;
1191
1220
  results: import("zod").ZodArray<import("zod").ZodObject<{
1192
1221
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
@@ -1294,9 +1323,10 @@ export declare const getContent: (annotationId: number) => {
1294
1323
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1295
1324
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1296
1325
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1326
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
1297
1327
  }, "strip", import("zod").ZodTypeAny, {
1298
- id: number | null;
1299
1328
  url: string | null;
1329
+ id: number | null;
1300
1330
  schemaId: string | null;
1301
1331
  category: "datapoint" | null;
1302
1332
  content?: {
@@ -1318,9 +1348,10 @@ export declare const getContent: (annotationId: number) => {
1318
1348
  validationSources?: string[] | null | undefined;
1319
1349
  timeSpent?: number | null | undefined;
1320
1350
  timeSpentOverall?: number | null | undefined;
1351
+ noRecalculation?: boolean | undefined;
1321
1352
  }, {
1322
- id: number | null;
1323
1353
  url: string | null;
1354
+ id: number | null;
1324
1355
  schemaId: string | null;
1325
1356
  category: "datapoint" | null;
1326
1357
  content?: {
@@ -1342,6 +1373,7 @@ export declare const getContent: (annotationId: number) => {
1342
1373
  validationSources?: string[] | null | undefined;
1343
1374
  timeSpent?: number | null | undefined;
1344
1375
  timeSpentOverall?: number | null | undefined;
1376
+ noRecalculation?: boolean | undefined;
1345
1377
  }>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
1346
1378
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
1347
1379
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1400,9 +1432,10 @@ export declare const getContent: (annotationId: number) => {
1400
1432
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1401
1433
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1402
1434
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1435
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
1403
1436
  }, "strip", import("zod").ZodTypeAny, {
1404
- id: number | null;
1405
1437
  url: string | null;
1438
+ id: number | null;
1406
1439
  schemaId: string | null;
1407
1440
  category: "datapoint" | null;
1408
1441
  content?: {
@@ -1424,9 +1457,10 @@ export declare const getContent: (annotationId: number) => {
1424
1457
  validationSources?: string[] | null | undefined;
1425
1458
  timeSpent?: number | null | undefined;
1426
1459
  timeSpentOverall?: number | null | undefined;
1460
+ noRecalculation?: boolean | undefined;
1427
1461
  }, {
1428
- id: number | null;
1429
1462
  url: string | null;
1463
+ id: number | null;
1430
1464
  schemaId: string | null;
1431
1465
  category: "datapoint" | null;
1432
1466
  content?: {
@@ -1448,16 +1482,14 @@ export declare const getContent: (annotationId: number) => {
1448
1482
  validationSources?: string[] | null | undefined;
1449
1483
  timeSpent?: number | null | undefined;
1450
1484
  timeSpentOverall?: number | null | undefined;
1485
+ noRecalculation?: boolean | undefined;
1451
1486
  }>>, "many">;
1452
1487
  schemaId: import("zod").ZodString;
1453
1488
  }, "strip", import("zod").ZodTypeAny, {
1454
- id: number | null;
1455
1489
  url: string | null;
1456
- schemaId: string;
1457
- category: "tuple" | null;
1458
1490
  children: ({
1459
- id: number | null;
1460
1491
  url: string | null;
1492
+ id: number | null;
1461
1493
  schemaId: string | null;
1462
1494
  category: "datapoint" | null;
1463
1495
  content?: {
@@ -1479,15 +1511,16 @@ export declare const getContent: (annotationId: number) => {
1479
1511
  validationSources?: string[] | null | undefined;
1480
1512
  timeSpent?: number | null | undefined;
1481
1513
  timeSpentOverall?: number | null | undefined;
1514
+ noRecalculation?: boolean | undefined;
1482
1515
  } | null)[];
1483
- }, {
1484
1516
  id: number | null;
1485
- url: string | null;
1486
1517
  schemaId: string;
1487
1518
  category: "tuple" | null;
1519
+ }, {
1520
+ url: string | null;
1488
1521
  children: ({
1489
- id: number | null;
1490
1522
  url: string | null;
1523
+ id: number | null;
1491
1524
  schemaId: string | null;
1492
1525
  category: "datapoint" | null;
1493
1526
  content?: {
@@ -1509,7 +1542,11 @@ export declare const getContent: (annotationId: number) => {
1509
1542
  validationSources?: string[] | null | undefined;
1510
1543
  timeSpent?: number | null | undefined;
1511
1544
  timeSpentOverall?: number | null | undefined;
1545
+ noRecalculation?: boolean | undefined;
1512
1546
  } | null)[];
1547
+ id: number | null;
1548
+ schemaId: string;
1549
+ category: "tuple" | null;
1513
1550
  }>, "many">]>>;
1514
1551
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"multivalue">>;
1515
1552
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -1605,13 +1642,10 @@ export declare const getContent: (annotationId: number) => {
1605
1642
  timeSpentGrid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1606
1643
  timeSpentGridOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1607
1644
  }, "strip", import("zod").ZodTypeAny, {
1608
- id: number | null;
1609
1645
  url: string | null;
1610
- schemaId: string | null;
1611
- category: "multivalue" | null;
1612
1646
  children: (({
1613
- id: number | null;
1614
1647
  url: string | null;
1648
+ id: number | null;
1615
1649
  schemaId: string | null;
1616
1650
  category: "datapoint" | null;
1617
1651
  content?: {
@@ -1633,14 +1667,12 @@ export declare const getContent: (annotationId: number) => {
1633
1667
  validationSources?: string[] | null | undefined;
1634
1668
  timeSpent?: number | null | undefined;
1635
1669
  timeSpentOverall?: number | null | undefined;
1670
+ noRecalculation?: boolean | undefined;
1636
1671
  }[] | {
1637
- id: number | null;
1638
1672
  url: string | null;
1639
- schemaId: string;
1640
- category: "tuple" | null;
1641
1673
  children: ({
1642
- id: number | null;
1643
1674
  url: string | null;
1675
+ id: number | null;
1644
1676
  schemaId: string | null;
1645
1677
  category: "datapoint" | null;
1646
1678
  content?: {
@@ -1662,10 +1694,14 @@ export declare const getContent: (annotationId: number) => {
1662
1694
  validationSources?: string[] | null | undefined;
1663
1695
  timeSpent?: number | null | undefined;
1664
1696
  timeSpentOverall?: number | null | undefined;
1697
+ noRecalculation?: boolean | undefined;
1665
1698
  } | null)[];
1666
- }[]) & ({
1667
1699
  id: number | null;
1700
+ schemaId: string;
1701
+ category: "tuple" | null;
1702
+ }[]) & ({
1668
1703
  url: string | null;
1704
+ id: number | null;
1669
1705
  schemaId: string | null;
1670
1706
  category: "datapoint" | null;
1671
1707
  content?: {
@@ -1687,14 +1723,12 @@ export declare const getContent: (annotationId: number) => {
1687
1723
  validationSources?: string[] | null | undefined;
1688
1724
  timeSpent?: number | null | undefined;
1689
1725
  timeSpentOverall?: number | null | undefined;
1726
+ noRecalculation?: boolean | undefined;
1690
1727
  }[] | {
1691
- id: number | null;
1692
1728
  url: string | null;
1693
- schemaId: string;
1694
- category: "tuple" | null;
1695
1729
  children: ({
1696
- id: number | null;
1697
1730
  url: string | null;
1731
+ id: number | null;
1698
1732
  schemaId: string | null;
1699
1733
  category: "datapoint" | null;
1700
1734
  content?: {
@@ -1716,8 +1750,15 @@ export declare const getContent: (annotationId: number) => {
1716
1750
  validationSources?: string[] | null | undefined;
1717
1751
  timeSpent?: number | null | undefined;
1718
1752
  timeSpentOverall?: number | null | undefined;
1753
+ noRecalculation?: boolean | undefined;
1719
1754
  } | null)[];
1755
+ id: number | null;
1756
+ schemaId: string;
1757
+ category: "tuple" | null;
1720
1758
  }[] | undefined)) | null;
1759
+ id: number | null;
1760
+ schemaId: string | null;
1761
+ category: "multivalue" | null;
1721
1762
  content?: {
1722
1763
  value?: string | null | undefined;
1723
1764
  normalizedValue?: string | null | undefined;
@@ -1756,13 +1797,10 @@ export declare const getContent: (annotationId: number) => {
1756
1797
  timeSpentGrid?: number | null | undefined;
1757
1798
  timeSpentGridOverall?: number | null | undefined;
1758
1799
  }, {
1759
- id: number | null;
1760
1800
  url: string | null;
1761
- schemaId: string | null;
1762
- category: "multivalue" | null;
1763
1801
  children: (({
1764
- id: number | null;
1765
1802
  url: string | null;
1803
+ id: number | null;
1766
1804
  schemaId: string | null;
1767
1805
  category: "datapoint" | null;
1768
1806
  content?: {
@@ -1784,14 +1822,12 @@ export declare const getContent: (annotationId: number) => {
1784
1822
  validationSources?: string[] | null | undefined;
1785
1823
  timeSpent?: number | null | undefined;
1786
1824
  timeSpentOverall?: number | null | undefined;
1825
+ noRecalculation?: boolean | undefined;
1787
1826
  }[] | {
1788
- id: number | null;
1789
1827
  url: string | null;
1790
- schemaId: string;
1791
- category: "tuple" | null;
1792
1828
  children: ({
1793
- id: number | null;
1794
1829
  url: string | null;
1830
+ id: number | null;
1795
1831
  schemaId: string | null;
1796
1832
  category: "datapoint" | null;
1797
1833
  content?: {
@@ -1813,10 +1849,14 @@ export declare const getContent: (annotationId: number) => {
1813
1849
  validationSources?: string[] | null | undefined;
1814
1850
  timeSpent?: number | null | undefined;
1815
1851
  timeSpentOverall?: number | null | undefined;
1852
+ noRecalculation?: boolean | undefined;
1816
1853
  } | null)[];
1817
- }[]) & ({
1818
1854
  id: number | null;
1855
+ schemaId: string;
1856
+ category: "tuple" | null;
1857
+ }[]) & ({
1819
1858
  url: string | null;
1859
+ id: number | null;
1820
1860
  schemaId: string | null;
1821
1861
  category: "datapoint" | null;
1822
1862
  content?: {
@@ -1838,14 +1878,12 @@ export declare const getContent: (annotationId: number) => {
1838
1878
  validationSources?: string[] | null | undefined;
1839
1879
  timeSpent?: number | null | undefined;
1840
1880
  timeSpentOverall?: number | null | undefined;
1881
+ noRecalculation?: boolean | undefined;
1841
1882
  }[] | {
1842
- id: number | null;
1843
1883
  url: string | null;
1844
- schemaId: string;
1845
- category: "tuple" | null;
1846
1884
  children: ({
1847
- id: number | null;
1848
1885
  url: string | null;
1886
+ id: number | null;
1849
1887
  schemaId: string | null;
1850
1888
  category: "datapoint" | null;
1851
1889
  content?: {
@@ -1867,8 +1905,15 @@ export declare const getContent: (annotationId: number) => {
1867
1905
  validationSources?: string[] | null | undefined;
1868
1906
  timeSpent?: number | null | undefined;
1869
1907
  timeSpentOverall?: number | null | undefined;
1908
+ noRecalculation?: boolean | undefined;
1870
1909
  } | null)[];
1910
+ id: number | null;
1911
+ schemaId: string;
1912
+ category: "tuple" | null;
1871
1913
  }[] | undefined)) | null;
1914
+ id: number | null;
1915
+ schemaId: string | null;
1916
+ category: "multivalue" | null;
1872
1917
  content?: {
1873
1918
  value?: string | null | undefined;
1874
1919
  normalizedValue?: string | null | undefined;
@@ -1960,9 +2005,10 @@ export declare const getContent: (annotationId: number) => {
1960
2005
  validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
1961
2006
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1962
2007
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
2008
+ noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
1963
2009
  }, "strip", import("zod").ZodTypeAny, {
1964
- id: number | null;
1965
2010
  url: string | null;
2011
+ id: number | null;
1966
2012
  schemaId: string | null;
1967
2013
  category: "datapoint" | null;
1968
2014
  content?: {
@@ -1984,9 +2030,10 @@ export declare const getContent: (annotationId: number) => {
1984
2030
  validationSources?: string[] | null | undefined;
1985
2031
  timeSpent?: number | null | undefined;
1986
2032
  timeSpentOverall?: number | null | undefined;
2033
+ noRecalculation?: boolean | undefined;
1987
2034
  }, {
1988
- id: number | null;
1989
2035
  url: string | null;
2036
+ id: number | null;
1990
2037
  schemaId: string | null;
1991
2038
  category: "datapoint" | null;
1992
2039
  content?: {
@@ -2008,17 +2055,15 @@ export declare const getContent: (annotationId: number) => {
2008
2055
  validationSources?: string[] | null | undefined;
2009
2056
  timeSpent?: number | null | undefined;
2010
2057
  timeSpentOverall?: number | null | undefined;
2058
+ noRecalculation?: boolean | undefined;
2011
2059
  }>]>, "many">>;
2012
2060
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"section">>;
2013
2061
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
2014
2062
  }, "strip", import("zod").ZodTypeAny, {
2015
- id: number | null;
2016
2063
  url: string | null;
2017
- schemaId: string | null;
2018
- category: "section" | null;
2019
2064
  children: ({
2020
- id: number | null;
2021
2065
  url: string | null;
2066
+ id: number | null;
2022
2067
  schemaId: string | null;
2023
2068
  category: "datapoint" | null;
2024
2069
  content?: {
@@ -2040,14 +2085,12 @@ export declare const getContent: (annotationId: number) => {
2040
2085
  validationSources?: string[] | null | undefined;
2041
2086
  timeSpent?: number | null | undefined;
2042
2087
  timeSpentOverall?: number | null | undefined;
2088
+ noRecalculation?: boolean | undefined;
2043
2089
  } | {
2044
- id: number | null;
2045
2090
  url: string | null;
2046
- schemaId: string | null;
2047
- category: "multivalue" | null;
2048
2091
  children: (({
2049
- id: number | null;
2050
2092
  url: string | null;
2093
+ id: number | null;
2051
2094
  schemaId: string | null;
2052
2095
  category: "datapoint" | null;
2053
2096
  content?: {
@@ -2069,14 +2112,12 @@ export declare const getContent: (annotationId: number) => {
2069
2112
  validationSources?: string[] | null | undefined;
2070
2113
  timeSpent?: number | null | undefined;
2071
2114
  timeSpentOverall?: number | null | undefined;
2115
+ noRecalculation?: boolean | undefined;
2072
2116
  }[] | {
2073
- id: number | null;
2074
2117
  url: string | null;
2075
- schemaId: string;
2076
- category: "tuple" | null;
2077
2118
  children: ({
2078
- id: number | null;
2079
2119
  url: string | null;
2120
+ id: number | null;
2080
2121
  schemaId: string | null;
2081
2122
  category: "datapoint" | null;
2082
2123
  content?: {
@@ -2098,10 +2139,14 @@ export declare const getContent: (annotationId: number) => {
2098
2139
  validationSources?: string[] | null | undefined;
2099
2140
  timeSpent?: number | null | undefined;
2100
2141
  timeSpentOverall?: number | null | undefined;
2142
+ noRecalculation?: boolean | undefined;
2101
2143
  } | null)[];
2102
- }[]) & ({
2103
2144
  id: number | null;
2145
+ schemaId: string;
2146
+ category: "tuple" | null;
2147
+ }[]) & ({
2104
2148
  url: string | null;
2149
+ id: number | null;
2105
2150
  schemaId: string | null;
2106
2151
  category: "datapoint" | null;
2107
2152
  content?: {
@@ -2123,14 +2168,12 @@ export declare const getContent: (annotationId: number) => {
2123
2168
  validationSources?: string[] | null | undefined;
2124
2169
  timeSpent?: number | null | undefined;
2125
2170
  timeSpentOverall?: number | null | undefined;
2171
+ noRecalculation?: boolean | undefined;
2126
2172
  }[] | {
2127
- id: number | null;
2128
2173
  url: string | null;
2129
- schemaId: string;
2130
- category: "tuple" | null;
2131
2174
  children: ({
2132
- id: number | null;
2133
2175
  url: string | null;
2176
+ id: number | null;
2134
2177
  schemaId: string | null;
2135
2178
  category: "datapoint" | null;
2136
2179
  content?: {
@@ -2152,8 +2195,15 @@ export declare const getContent: (annotationId: number) => {
2152
2195
  validationSources?: string[] | null | undefined;
2153
2196
  timeSpent?: number | null | undefined;
2154
2197
  timeSpentOverall?: number | null | undefined;
2198
+ noRecalculation?: boolean | undefined;
2155
2199
  } | null)[];
2200
+ id: number | null;
2201
+ schemaId: string;
2202
+ category: "tuple" | null;
2156
2203
  }[] | undefined)) | null;
2204
+ id: number | null;
2205
+ schemaId: string | null;
2206
+ category: "multivalue" | null;
2157
2207
  content?: {
2158
2208
  value?: string | null | undefined;
2159
2209
  normalizedValue?: string | null | undefined;
@@ -2192,14 +2242,14 @@ export declare const getContent: (annotationId: number) => {
2192
2242
  timeSpentGrid?: number | null | undefined;
2193
2243
  timeSpentGridOverall?: number | null | undefined;
2194
2244
  })[] | null;
2195
- }, {
2196
2245
  id: number | null;
2197
- url: string | null;
2198
2246
  schemaId: string | null;
2199
2247
  category: "section" | null;
2248
+ }, {
2249
+ url: string | null;
2200
2250
  children: ({
2201
- id: number | null;
2202
2251
  url: string | null;
2252
+ id: number | null;
2203
2253
  schemaId: string | null;
2204
2254
  category: "datapoint" | null;
2205
2255
  content?: {
@@ -2221,14 +2271,12 @@ export declare const getContent: (annotationId: number) => {
2221
2271
  validationSources?: string[] | null | undefined;
2222
2272
  timeSpent?: number | null | undefined;
2223
2273
  timeSpentOverall?: number | null | undefined;
2274
+ noRecalculation?: boolean | undefined;
2224
2275
  } | {
2225
- id: number | null;
2226
2276
  url: string | null;
2227
- schemaId: string | null;
2228
- category: "multivalue" | null;
2229
2277
  children: (({
2230
- id: number | null;
2231
2278
  url: string | null;
2279
+ id: number | null;
2232
2280
  schemaId: string | null;
2233
2281
  category: "datapoint" | null;
2234
2282
  content?: {
@@ -2250,14 +2298,12 @@ export declare const getContent: (annotationId: number) => {
2250
2298
  validationSources?: string[] | null | undefined;
2251
2299
  timeSpent?: number | null | undefined;
2252
2300
  timeSpentOverall?: number | null | undefined;
2301
+ noRecalculation?: boolean | undefined;
2253
2302
  }[] | {
2254
- id: number | null;
2255
2303
  url: string | null;
2256
- schemaId: string;
2257
- category: "tuple" | null;
2258
2304
  children: ({
2259
- id: number | null;
2260
2305
  url: string | null;
2306
+ id: number | null;
2261
2307
  schemaId: string | null;
2262
2308
  category: "datapoint" | null;
2263
2309
  content?: {
@@ -2279,10 +2325,14 @@ export declare const getContent: (annotationId: number) => {
2279
2325
  validationSources?: string[] | null | undefined;
2280
2326
  timeSpent?: number | null | undefined;
2281
2327
  timeSpentOverall?: number | null | undefined;
2328
+ noRecalculation?: boolean | undefined;
2282
2329
  } | null)[];
2283
- }[]) & ({
2284
2330
  id: number | null;
2331
+ schemaId: string;
2332
+ category: "tuple" | null;
2333
+ }[]) & ({
2285
2334
  url: string | null;
2335
+ id: number | null;
2286
2336
  schemaId: string | null;
2287
2337
  category: "datapoint" | null;
2288
2338
  content?: {
@@ -2304,14 +2354,12 @@ export declare const getContent: (annotationId: number) => {
2304
2354
  validationSources?: string[] | null | undefined;
2305
2355
  timeSpent?: number | null | undefined;
2306
2356
  timeSpentOverall?: number | null | undefined;
2357
+ noRecalculation?: boolean | undefined;
2307
2358
  }[] | {
2308
- id: number | null;
2309
2359
  url: string | null;
2310
- schemaId: string;
2311
- category: "tuple" | null;
2312
2360
  children: ({
2313
- id: number | null;
2314
2361
  url: string | null;
2362
+ id: number | null;
2315
2363
  schemaId: string | null;
2316
2364
  category: "datapoint" | null;
2317
2365
  content?: {
@@ -2333,8 +2381,15 @@ export declare const getContent: (annotationId: number) => {
2333
2381
  validationSources?: string[] | null | undefined;
2334
2382
  timeSpent?: number | null | undefined;
2335
2383
  timeSpentOverall?: number | null | undefined;
2384
+ noRecalculation?: boolean | undefined;
2336
2385
  } | null)[];
2386
+ id: number | null;
2387
+ schemaId: string;
2388
+ category: "tuple" | null;
2337
2389
  }[] | undefined)) | null;
2390
+ id: number | null;
2391
+ schemaId: string | null;
2392
+ category: "multivalue" | null;
2338
2393
  content?: {
2339
2394
  value?: string | null | undefined;
2340
2395
  normalizedValue?: string | null | undefined;
@@ -2373,16 +2428,16 @@ export declare const getContent: (annotationId: number) => {
2373
2428
  timeSpentGrid?: number | null | undefined;
2374
2429
  timeSpentGridOverall?: number | null | undefined;
2375
2430
  })[] | null;
2376
- }>, "many">;
2377
- }, "strip", import("zod").ZodTypeAny, {
2378
- content: {
2379
2431
  id: number | null;
2380
- url: string | null;
2381
2432
  schemaId: string | null;
2382
2433
  category: "section" | null;
2434
+ }>, "many">;
2435
+ }, "strip", import("zod").ZodTypeAny, {
2436
+ results: {
2437
+ url: string | null;
2383
2438
  children: ({
2384
- id: number | null;
2385
2439
  url: string | null;
2440
+ id: number | null;
2386
2441
  schemaId: string | null;
2387
2442
  category: "datapoint" | null;
2388
2443
  content?: {
@@ -2404,14 +2459,12 @@ export declare const getContent: (annotationId: number) => {
2404
2459
  validationSources?: string[] | null | undefined;
2405
2460
  timeSpent?: number | null | undefined;
2406
2461
  timeSpentOverall?: number | null | undefined;
2462
+ noRecalculation?: boolean | undefined;
2407
2463
  } | {
2408
- id: number | null;
2409
2464
  url: string | null;
2410
- schemaId: string | null;
2411
- category: "multivalue" | null;
2412
2465
  children: (({
2413
- id: number | null;
2414
2466
  url: string | null;
2467
+ id: number | null;
2415
2468
  schemaId: string | null;
2416
2469
  category: "datapoint" | null;
2417
2470
  content?: {
@@ -2433,14 +2486,12 @@ export declare const getContent: (annotationId: number) => {
2433
2486
  validationSources?: string[] | null | undefined;
2434
2487
  timeSpent?: number | null | undefined;
2435
2488
  timeSpentOverall?: number | null | undefined;
2489
+ noRecalculation?: boolean | undefined;
2436
2490
  }[] | {
2437
- id: number | null;
2438
2491
  url: string | null;
2439
- schemaId: string;
2440
- category: "tuple" | null;
2441
2492
  children: ({
2442
- id: number | null;
2443
2493
  url: string | null;
2494
+ id: number | null;
2444
2495
  schemaId: string | null;
2445
2496
  category: "datapoint" | null;
2446
2497
  content?: {
@@ -2462,10 +2513,14 @@ export declare const getContent: (annotationId: number) => {
2462
2513
  validationSources?: string[] | null | undefined;
2463
2514
  timeSpent?: number | null | undefined;
2464
2515
  timeSpentOverall?: number | null | undefined;
2516
+ noRecalculation?: boolean | undefined;
2465
2517
  } | null)[];
2466
- }[]) & ({
2467
2518
  id: number | null;
2519
+ schemaId: string;
2520
+ category: "tuple" | null;
2521
+ }[]) & ({
2468
2522
  url: string | null;
2523
+ id: number | null;
2469
2524
  schemaId: string | null;
2470
2525
  category: "datapoint" | null;
2471
2526
  content?: {
@@ -2487,14 +2542,12 @@ export declare const getContent: (annotationId: number) => {
2487
2542
  validationSources?: string[] | null | undefined;
2488
2543
  timeSpent?: number | null | undefined;
2489
2544
  timeSpentOverall?: number | null | undefined;
2545
+ noRecalculation?: boolean | undefined;
2490
2546
  }[] | {
2491
- id: number | null;
2492
2547
  url: string | null;
2493
- schemaId: string;
2494
- category: "tuple" | null;
2495
2548
  children: ({
2496
- id: number | null;
2497
2549
  url: string | null;
2550
+ id: number | null;
2498
2551
  schemaId: string | null;
2499
2552
  category: "datapoint" | null;
2500
2553
  content?: {
@@ -2516,8 +2569,15 @@ export declare const getContent: (annotationId: number) => {
2516
2569
  validationSources?: string[] | null | undefined;
2517
2570
  timeSpent?: number | null | undefined;
2518
2571
  timeSpentOverall?: number | null | undefined;
2572
+ noRecalculation?: boolean | undefined;
2519
2573
  } | null)[];
2574
+ id: number | null;
2575
+ schemaId: string;
2576
+ category: "tuple" | null;
2520
2577
  }[] | undefined)) | null;
2578
+ id: number | null;
2579
+ schemaId: string | null;
2580
+ category: "multivalue" | null;
2521
2581
  content?: {
2522
2582
  value?: string | null | undefined;
2523
2583
  normalizedValue?: string | null | undefined;
@@ -2556,15 +2616,15 @@ export declare const getContent: (annotationId: number) => {
2556
2616
  timeSpentGrid?: number | null | undefined;
2557
2617
  timeSpentGridOverall?: number | null | undefined;
2558
2618
  })[] | null;
2559
- }[];
2560
- results: {
2561
2619
  id: number | null;
2562
- url: string | null;
2563
2620
  schemaId: string | null;
2564
2621
  category: "section" | null;
2622
+ }[];
2623
+ content: {
2624
+ url: string | null;
2565
2625
  children: ({
2566
- id: number | null;
2567
2626
  url: string | null;
2627
+ id: number | null;
2568
2628
  schemaId: string | null;
2569
2629
  category: "datapoint" | null;
2570
2630
  content?: {
@@ -2586,14 +2646,12 @@ export declare const getContent: (annotationId: number) => {
2586
2646
  validationSources?: string[] | null | undefined;
2587
2647
  timeSpent?: number | null | undefined;
2588
2648
  timeSpentOverall?: number | null | undefined;
2649
+ noRecalculation?: boolean | undefined;
2589
2650
  } | {
2590
- id: number | null;
2591
2651
  url: string | null;
2592
- schemaId: string | null;
2593
- category: "multivalue" | null;
2594
2652
  children: (({
2595
- id: number | null;
2596
2653
  url: string | null;
2654
+ id: number | null;
2597
2655
  schemaId: string | null;
2598
2656
  category: "datapoint" | null;
2599
2657
  content?: {
@@ -2615,14 +2673,12 @@ export declare const getContent: (annotationId: number) => {
2615
2673
  validationSources?: string[] | null | undefined;
2616
2674
  timeSpent?: number | null | undefined;
2617
2675
  timeSpentOverall?: number | null | undefined;
2676
+ noRecalculation?: boolean | undefined;
2618
2677
  }[] | {
2619
- id: number | null;
2620
2678
  url: string | null;
2621
- schemaId: string;
2622
- category: "tuple" | null;
2623
2679
  children: ({
2624
- id: number | null;
2625
2680
  url: string | null;
2681
+ id: number | null;
2626
2682
  schemaId: string | null;
2627
2683
  category: "datapoint" | null;
2628
2684
  content?: {
@@ -2644,10 +2700,14 @@ export declare const getContent: (annotationId: number) => {
2644
2700
  validationSources?: string[] | null | undefined;
2645
2701
  timeSpent?: number | null | undefined;
2646
2702
  timeSpentOverall?: number | null | undefined;
2703
+ noRecalculation?: boolean | undefined;
2647
2704
  } | null)[];
2648
- }[]) & ({
2649
2705
  id: number | null;
2706
+ schemaId: string;
2707
+ category: "tuple" | null;
2708
+ }[]) & ({
2650
2709
  url: string | null;
2710
+ id: number | null;
2651
2711
  schemaId: string | null;
2652
2712
  category: "datapoint" | null;
2653
2713
  content?: {
@@ -2669,14 +2729,12 @@ export declare const getContent: (annotationId: number) => {
2669
2729
  validationSources?: string[] | null | undefined;
2670
2730
  timeSpent?: number | null | undefined;
2671
2731
  timeSpentOverall?: number | null | undefined;
2732
+ noRecalculation?: boolean | undefined;
2672
2733
  }[] | {
2673
- id: number | null;
2674
2734
  url: string | null;
2675
- schemaId: string;
2676
- category: "tuple" | null;
2677
2735
  children: ({
2678
- id: number | null;
2679
2736
  url: string | null;
2737
+ id: number | null;
2680
2738
  schemaId: string | null;
2681
2739
  category: "datapoint" | null;
2682
2740
  content?: {
@@ -2698,8 +2756,15 @@ export declare const getContent: (annotationId: number) => {
2698
2756
  validationSources?: string[] | null | undefined;
2699
2757
  timeSpent?: number | null | undefined;
2700
2758
  timeSpentOverall?: number | null | undefined;
2759
+ noRecalculation?: boolean | undefined;
2701
2760
  } | null)[];
2761
+ id: number | null;
2762
+ schemaId: string;
2763
+ category: "tuple" | null;
2702
2764
  }[] | undefined)) | null;
2765
+ id: number | null;
2766
+ schemaId: string | null;
2767
+ category: "multivalue" | null;
2703
2768
  content?: {
2704
2769
  value?: string | null | undefined;
2705
2770
  normalizedValue?: string | null | undefined;
@@ -2738,16 +2803,16 @@ export declare const getContent: (annotationId: number) => {
2738
2803
  timeSpentGrid?: number | null | undefined;
2739
2804
  timeSpentGridOverall?: number | null | undefined;
2740
2805
  })[] | null;
2741
- }[];
2742
- }, {
2743
- content: {
2744
2806
  id: number | null;
2745
- url: string | null;
2746
2807
  schemaId: string | null;
2747
2808
  category: "section" | null;
2809
+ }[];
2810
+ }, {
2811
+ results: {
2812
+ url: string | null;
2748
2813
  children: ({
2749
- id: number | null;
2750
2814
  url: string | null;
2815
+ id: number | null;
2751
2816
  schemaId: string | null;
2752
2817
  category: "datapoint" | null;
2753
2818
  content?: {
@@ -2769,14 +2834,12 @@ export declare const getContent: (annotationId: number) => {
2769
2834
  validationSources?: string[] | null | undefined;
2770
2835
  timeSpent?: number | null | undefined;
2771
2836
  timeSpentOverall?: number | null | undefined;
2837
+ noRecalculation?: boolean | undefined;
2772
2838
  } | {
2773
- id: number | null;
2774
2839
  url: string | null;
2775
- schemaId: string | null;
2776
- category: "multivalue" | null;
2777
2840
  children: (({
2778
- id: number | null;
2779
2841
  url: string | null;
2842
+ id: number | null;
2780
2843
  schemaId: string | null;
2781
2844
  category: "datapoint" | null;
2782
2845
  content?: {
@@ -2798,14 +2861,12 @@ export declare const getContent: (annotationId: number) => {
2798
2861
  validationSources?: string[] | null | undefined;
2799
2862
  timeSpent?: number | null | undefined;
2800
2863
  timeSpentOverall?: number | null | undefined;
2864
+ noRecalculation?: boolean | undefined;
2801
2865
  }[] | {
2802
- id: number | null;
2803
2866
  url: string | null;
2804
- schemaId: string;
2805
- category: "tuple" | null;
2806
2867
  children: ({
2807
- id: number | null;
2808
2868
  url: string | null;
2869
+ id: number | null;
2809
2870
  schemaId: string | null;
2810
2871
  category: "datapoint" | null;
2811
2872
  content?: {
@@ -2827,10 +2888,14 @@ export declare const getContent: (annotationId: number) => {
2827
2888
  validationSources?: string[] | null | undefined;
2828
2889
  timeSpent?: number | null | undefined;
2829
2890
  timeSpentOverall?: number | null | undefined;
2891
+ noRecalculation?: boolean | undefined;
2830
2892
  } | null)[];
2831
- }[]) & ({
2832
2893
  id: number | null;
2894
+ schemaId: string;
2895
+ category: "tuple" | null;
2896
+ }[]) & ({
2833
2897
  url: string | null;
2898
+ id: number | null;
2834
2899
  schemaId: string | null;
2835
2900
  category: "datapoint" | null;
2836
2901
  content?: {
@@ -2852,14 +2917,12 @@ export declare const getContent: (annotationId: number) => {
2852
2917
  validationSources?: string[] | null | undefined;
2853
2918
  timeSpent?: number | null | undefined;
2854
2919
  timeSpentOverall?: number | null | undefined;
2920
+ noRecalculation?: boolean | undefined;
2855
2921
  }[] | {
2856
- id: number | null;
2857
2922
  url: string | null;
2858
- schemaId: string;
2859
- category: "tuple" | null;
2860
2923
  children: ({
2861
- id: number | null;
2862
2924
  url: string | null;
2925
+ id: number | null;
2863
2926
  schemaId: string | null;
2864
2927
  category: "datapoint" | null;
2865
2928
  content?: {
@@ -2881,8 +2944,15 @@ export declare const getContent: (annotationId: number) => {
2881
2944
  validationSources?: string[] | null | undefined;
2882
2945
  timeSpent?: number | null | undefined;
2883
2946
  timeSpentOverall?: number | null | undefined;
2947
+ noRecalculation?: boolean | undefined;
2884
2948
  } | null)[];
2949
+ id: number | null;
2950
+ schemaId: string;
2951
+ category: "tuple" | null;
2885
2952
  }[] | undefined)) | null;
2953
+ id: number | null;
2954
+ schemaId: string | null;
2955
+ category: "multivalue" | null;
2886
2956
  content?: {
2887
2957
  value?: string | null | undefined;
2888
2958
  normalizedValue?: string | null | undefined;
@@ -2921,15 +2991,15 @@ export declare const getContent: (annotationId: number) => {
2921
2991
  timeSpentGrid?: number | null | undefined;
2922
2992
  timeSpentGridOverall?: number | null | undefined;
2923
2993
  })[] | null;
2924
- }[];
2925
- results: {
2926
2994
  id: number | null;
2927
- url: string | null;
2928
2995
  schemaId: string | null;
2929
2996
  category: "section" | null;
2997
+ }[];
2998
+ content: {
2999
+ url: string | null;
2930
3000
  children: ({
2931
- id: number | null;
2932
3001
  url: string | null;
3002
+ id: number | null;
2933
3003
  schemaId: string | null;
2934
3004
  category: "datapoint" | null;
2935
3005
  content?: {
@@ -2951,14 +3021,12 @@ export declare const getContent: (annotationId: number) => {
2951
3021
  validationSources?: string[] | null | undefined;
2952
3022
  timeSpent?: number | null | undefined;
2953
3023
  timeSpentOverall?: number | null | undefined;
3024
+ noRecalculation?: boolean | undefined;
2954
3025
  } | {
2955
- id: number | null;
2956
3026
  url: string | null;
2957
- schemaId: string | null;
2958
- category: "multivalue" | null;
2959
3027
  children: (({
2960
- id: number | null;
2961
3028
  url: string | null;
3029
+ id: number | null;
2962
3030
  schemaId: string | null;
2963
3031
  category: "datapoint" | null;
2964
3032
  content?: {
@@ -2980,14 +3048,12 @@ export declare const getContent: (annotationId: number) => {
2980
3048
  validationSources?: string[] | null | undefined;
2981
3049
  timeSpent?: number | null | undefined;
2982
3050
  timeSpentOverall?: number | null | undefined;
3051
+ noRecalculation?: boolean | undefined;
2983
3052
  }[] | {
2984
- id: number | null;
2985
3053
  url: string | null;
2986
- schemaId: string;
2987
- category: "tuple" | null;
2988
3054
  children: ({
2989
- id: number | null;
2990
3055
  url: string | null;
3056
+ id: number | null;
2991
3057
  schemaId: string | null;
2992
3058
  category: "datapoint" | null;
2993
3059
  content?: {
@@ -3009,10 +3075,14 @@ export declare const getContent: (annotationId: number) => {
3009
3075
  validationSources?: string[] | null | undefined;
3010
3076
  timeSpent?: number | null | undefined;
3011
3077
  timeSpentOverall?: number | null | undefined;
3078
+ noRecalculation?: boolean | undefined;
3012
3079
  } | null)[];
3013
- }[]) & ({
3014
3080
  id: number | null;
3081
+ schemaId: string;
3082
+ category: "tuple" | null;
3083
+ }[]) & ({
3015
3084
  url: string | null;
3085
+ id: number | null;
3016
3086
  schemaId: string | null;
3017
3087
  category: "datapoint" | null;
3018
3088
  content?: {
@@ -3034,14 +3104,12 @@ export declare const getContent: (annotationId: number) => {
3034
3104
  validationSources?: string[] | null | undefined;
3035
3105
  timeSpent?: number | null | undefined;
3036
3106
  timeSpentOverall?: number | null | undefined;
3107
+ noRecalculation?: boolean | undefined;
3037
3108
  }[] | {
3038
- id: number | null;
3039
3109
  url: string | null;
3040
- schemaId: string;
3041
- category: "tuple" | null;
3042
3110
  children: ({
3043
- id: number | null;
3044
3111
  url: string | null;
3112
+ id: number | null;
3045
3113
  schemaId: string | null;
3046
3114
  category: "datapoint" | null;
3047
3115
  content?: {
@@ -3063,8 +3131,15 @@ export declare const getContent: (annotationId: number) => {
3063
3131
  validationSources?: string[] | null | undefined;
3064
3132
  timeSpent?: number | null | undefined;
3065
3133
  timeSpentOverall?: number | null | undefined;
3134
+ noRecalculation?: boolean | undefined;
3066
3135
  } | null)[];
3136
+ id: number | null;
3137
+ schemaId: string;
3138
+ category: "tuple" | null;
3067
3139
  }[] | undefined)) | null;
3140
+ id: number | null;
3141
+ schemaId: string | null;
3142
+ category: "multivalue" | null;
3068
3143
  content?: {
3069
3144
  value?: string | null | undefined;
3070
3145
  normalizedValue?: string | null | undefined;
@@ -3103,6 +3178,9 @@ export declare const getContent: (annotationId: number) => {
3103
3178
  timeSpentGrid?: number | null | undefined;
3104
3179
  timeSpentGridOverall?: number | null | undefined;
3105
3180
  })[] | null;
3181
+ id: number | null;
3182
+ schemaId: string | null;
3183
+ category: "section" | null;
3106
3184
  }[];
3107
3185
  }>;
3108
3186
  };