@rossum/api-client 0.1.25 → 0.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (802) hide show
  1. package/index.js +64 -60
  2. package/index.js.map +1 -1
  3. package/package.json +3 -2
  4. package/src/annotations/endpoints/approve.js.map +1 -1
  5. package/src/annotations/endpoints/assign.js.map +1 -1
  6. package/src/annotations/endpoints/cancel.js +1 -1
  7. package/src/annotations/endpoints/cancel.js.map +1 -1
  8. package/src/annotations/endpoints/confirm.js.map +1 -1
  9. package/src/annotations/endpoints/contentSelect.js.map +1 -1
  10. package/src/annotations/endpoints/copy.js.map +1 -1
  11. package/src/annotations/endpoints/delete.js.map +1 -1
  12. package/src/annotations/endpoints/editPages.js.map +1 -1
  13. package/src/annotations/endpoints/editPagesInPlace.js.map +1 -1
  14. package/src/annotations/endpoints/get.js.map +1 -1
  15. package/src/annotations/endpoints/getContent.js.map +1 -1
  16. package/src/annotations/endpoints/getPageData.js +1 -1
  17. package/src/annotations/endpoints/getPageData.js.map +1 -1
  18. package/src/annotations/endpoints/index.js +2 -0
  19. package/src/annotations/endpoints/index.js.map +1 -1
  20. package/src/annotations/endpoints/patch.js.map +1 -1
  21. package/src/annotations/endpoints/postpone.js.map +1 -1
  22. package/src/annotations/endpoints/purge.js.map +1 -1
  23. package/src/annotations/endpoints/reject.js.map +1 -1
  24. package/src/annotations/endpoints/search.js +2 -2
  25. package/src/annotations/endpoints/search.js.map +1 -1
  26. package/src/annotations/endpoints/split.js +15 -0
  27. package/src/annotations/endpoints/split.js.map +1 -0
  28. package/src/annotations/endpoints/split.schema.js +23 -0
  29. package/src/annotations/endpoints/split.schema.js.map +1 -0
  30. package/src/annotations/endpoints/start.js.map +1 -1
  31. package/src/annotations/endpoints/startEditPages.js.map +1 -1
  32. package/src/annotations/endpoints/startEmbedded.js.map +1 -1
  33. package/src/annotations/endpoints/updateContent.js.map +1 -1
  34. package/src/annotations/endpoints/usageReportExport.js.map +1 -1
  35. package/src/annotations/endpoints/validate.js.map +1 -1
  36. package/src/annotations/models/annotation.schema.js +2 -0
  37. package/src/annotations/models/annotation.schema.js.map +1 -1
  38. package/src/annotations/models/annotationData.schema.js +1 -0
  39. package/src/annotations/models/annotationData.schema.js.map +1 -1
  40. package/src/authentication/endpoints/getMembershipToken.js.map +1 -1
  41. package/src/authentication/endpoints/login.js.map +1 -1
  42. package/src/authentication/endpoints/password/change.js.map +1 -1
  43. package/src/authentication/endpoints/password/confirm.js +17 -7
  44. package/src/authentication/endpoints/password/confirm.js.map +1 -1
  45. package/src/authentication/endpoints/password/reset.js +17 -7
  46. package/src/authentication/endpoints/password/reset.js.map +1 -1
  47. package/src/authentication/endpoints/password/score.js.map +1 -1
  48. package/src/authentication/endpoints/patch.js.map +1 -1
  49. package/src/authentication/endpoints/user.js.map +1 -1
  50. package/src/automationBlockers/endpoints/get.js.map +1 -1
  51. package/src/billing/endpoints/getHistory.js.map +1 -1
  52. package/src/billing/endpoints/getHistoryExport.js.map +1 -1
  53. package/src/billing/endpoints/getStats.js.map +1 -1
  54. package/src/billing/endpoints/getStatsExport.js.map +1 -1
  55. package/src/connectors/endpoints/create.js.map +1 -1
  56. package/src/connectors/endpoints/delete.js.map +1 -1
  57. package/src/connectors/endpoints/list.js.map +1 -1
  58. package/src/dedicatedEngineSchema/endpoints/create.js.map +1 -1
  59. package/src/dedicatedEngineSchema/endpoints/get.js.map +1 -1
  60. package/src/dedicatedEngineSchema/endpoints/patch.js.map +1 -1
  61. package/src/dedicatedEngineSchema/endpoints/predict.js.map +1 -1
  62. package/src/dedicatedEngineSchema/endpoints/validate.js.map +1 -1
  63. package/src/dedicatedEngines/endpoints/create.js.map +1 -1
  64. package/src/dedicatedEngines/endpoints/get.js.map +1 -1
  65. package/src/dedicatedEngines/endpoints/list.js.map +1 -1
  66. package/src/dedicatedEngines/endpoints/patch.js.map +1 -1
  67. package/src/dedicatedEngines/endpoints/request.js.map +1 -1
  68. package/src/deleteRecommendations/endpoints/create.js.map +1 -1
  69. package/src/deleteRecommendations/endpoints/get.js.map +1 -1
  70. package/src/deleteRecommendations/endpoints/list.js.map +1 -1
  71. package/src/deleteRecommendations/endpoints/patch.js.map +1 -1
  72. package/src/documentRelations/endpoints/index.js +8 -0
  73. package/src/documentRelations/endpoints/index.js.map +1 -0
  74. package/src/documentRelations/endpoints/list.js +17 -0
  75. package/src/documentRelations/endpoints/list.js.map +1 -0
  76. package/src/documentRelations/endpoints/list.schema.js +17 -0
  77. package/src/documentRelations/endpoints/list.schema.js.map +1 -0
  78. package/src/documentRelations/models/relations.schema.js +18 -0
  79. package/src/documentRelations/models/relations.schema.js.map +1 -0
  80. package/src/documents/endpoints/downloads.js.map +1 -1
  81. package/src/documents/endpoints/get.js.map +1 -1
  82. package/src/documents/endpoints/getBlob.js.map +1 -1
  83. package/src/documents/endpoints/list.js.map +1 -1
  84. package/src/documents/endpoints/patch.js.map +1 -1
  85. package/src/email/endpoints/get.js.map +1 -1
  86. package/src/email/endpoints/list.js.map +1 -1
  87. package/src/email/endpoints/send.js.map +1 -1
  88. package/src/email/endpoints/send.schema.js +1 -0
  89. package/src/email/endpoints/send.schema.js.map +1 -1
  90. package/src/emailTemplates/endpoints/create.js.map +1 -1
  91. package/src/emailTemplates/endpoints/delete.js.map +1 -1
  92. package/src/emailTemplates/endpoints/get.js.map +1 -1
  93. package/src/emailTemplates/endpoints/list.js.map +1 -1
  94. package/src/emailTemplates/endpoints/patch.js.map +1 -1
  95. package/src/emailTemplates/endpoints/render.js.map +1 -1
  96. package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
  97. package/src/emailThreads/endpoints/counts.js.map +1 -1
  98. package/src/emailThreads/endpoints/get.js.map +1 -1
  99. package/src/emailThreads/endpoints/list.js.map +1 -1
  100. package/src/emailThreads/endpoints/patch.js.map +1 -1
  101. package/src/engines/endpoints/patch.schema.js +6 -1
  102. package/src/engines/endpoints/patch.schema.js.map +1 -1
  103. package/src/engines/models/engine.schema.js +1 -0
  104. package/src/engines/models/engine.schema.js.map +1 -1
  105. package/src/engines/models/engineQueueStatsItem.schema.js +2 -0
  106. package/src/engines/models/engineQueueStatsItem.schema.js.map +1 -1
  107. package/src/genericEngines/endpoints/get.js.map +1 -1
  108. package/src/genericEngines/endpoints/list.js.map +1 -1
  109. package/src/groups/endpoints/list.js.map +1 -1
  110. package/src/hookInterfaces/endpoints/create.js +16 -0
  111. package/src/hookInterfaces/endpoints/create.js.map +1 -0
  112. package/src/hookInterfaces/endpoints/create.schema.js +14 -0
  113. package/src/hookInterfaces/endpoints/create.schema.js.map +1 -0
  114. package/src/hookInterfaces/endpoints/delete.js +13 -0
  115. package/src/hookInterfaces/endpoints/delete.js.map +1 -0
  116. package/src/hookInterfaces/endpoints/index.js +16 -0
  117. package/src/hookInterfaces/endpoints/index.js.map +1 -0
  118. package/src/hookInterfaces/endpoints/invoke.js +15 -0
  119. package/src/hookInterfaces/endpoints/invoke.js.map +1 -0
  120. package/src/hookInterfaces/endpoints/invoke.schema.js +10 -0
  121. package/src/hookInterfaces/endpoints/invoke.schema.js.map +1 -0
  122. package/src/hookInterfaces/endpoints/list.js +17 -0
  123. package/src/hookInterfaces/endpoints/list.js.map +1 -0
  124. package/src/hookInterfaces/endpoints/list.schema.js +16 -0
  125. package/src/hookInterfaces/endpoints/list.schema.js.map +1 -0
  126. package/src/hookInterfaces/endpoints/patch.js +16 -0
  127. package/src/hookInterfaces/endpoints/patch.js.map +1 -0
  128. package/src/hookInterfaces/endpoints/patch.schema.js +12 -0
  129. package/src/hookInterfaces/endpoints/patch.schema.js.map +1 -0
  130. package/src/{authentication/models/authInfo.js → hookInterfaces/models/hookInterface.js} +1 -1
  131. package/src/hookInterfaces/models/hookInterface.js.map +1 -0
  132. package/src/hookInterfaces/models/hookInterface.schema.js +17 -0
  133. package/src/hookInterfaces/models/hookInterface.schema.js.map +1 -0
  134. package/src/{deleteRecommendations → hookInterfaces}/models/index.js +2 -1
  135. package/src/hookInterfaces/models/index.js.map +1 -0
  136. package/src/hookTemplates/endpoints/get.js +13 -0
  137. package/src/hookTemplates/endpoints/get.js.map +1 -0
  138. package/src/hookTemplates/endpoints/index.js +2 -0
  139. package/src/hookTemplates/endpoints/index.js.map +1 -1
  140. package/src/hookTemplates/endpoints/list.js.map +1 -1
  141. package/src/hookTemplates/models/hookTemplate.schema.js +5 -0
  142. package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
  143. package/src/hooks/endpoints/cancelRun.js +13 -0
  144. package/src/hooks/endpoints/cancelRun.js.map +1 -0
  145. package/src/hooks/endpoints/cancelRun.schema.js +8 -0
  146. package/src/hooks/endpoints/cancelRun.schema.js.map +1 -0
  147. package/src/hooks/endpoints/create.js.map +1 -1
  148. package/src/hooks/endpoints/create.schema.js +8 -1
  149. package/src/hooks/endpoints/create.schema.js.map +1 -1
  150. package/src/hooks/endpoints/createFromTemplate.js +16 -0
  151. package/src/hooks/endpoints/createFromTemplate.js.map +1 -0
  152. package/src/hooks/endpoints/createFromTemplate.schema.js +14 -0
  153. package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -0
  154. package/src/hooks/endpoints/delete.js.map +1 -1
  155. package/src/hooks/endpoints/generatePayload.js.map +1 -1
  156. package/src/hooks/endpoints/get.js.map +1 -1
  157. package/src/hooks/endpoints/getSecretsKeys.js.map +1 -1
  158. package/src/hooks/endpoints/index.js +9 -3
  159. package/src/hooks/endpoints/index.js.map +1 -1
  160. package/src/hooks/endpoints/invoke.js.map +1 -1
  161. package/src/hooks/endpoints/list.js.map +1 -1
  162. package/src/hooks/endpoints/list.schema.js +2 -0
  163. package/src/hooks/endpoints/list.schema.js.map +1 -1
  164. package/src/hooks/endpoints/patch.js.map +1 -1
  165. package/src/hooks/endpoints/patch.schema.js +6 -0
  166. package/src/hooks/endpoints/patch.schema.js.map +1 -1
  167. package/src/hooks/endpoints/runLogs.js +14 -0
  168. package/src/hooks/endpoints/runLogs.js.map +1 -0
  169. package/src/hooks/endpoints/runs.js +15 -0
  170. package/src/hooks/endpoints/runs.js.map +1 -0
  171. package/src/hooks/endpoints/runs.schema.js +26 -0
  172. package/src/hooks/endpoints/runs.schema.js.map +1 -0
  173. package/src/hooks/endpoints/test.js.map +1 -1
  174. package/src/hooks/models/hook.schema.js +14 -4
  175. package/src/hooks/models/hook.schema.js.map +1 -1
  176. package/src/hooks/models/hookConfig.schema.js +17 -11
  177. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  178. package/src/hooks/models/hookUtils.schema.js +11 -1
  179. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  180. package/src/hooks/models/run.js +72 -0
  181. package/src/hooks/models/run.js.map +1 -0
  182. package/src/hooks/models/run.schema.js +115 -0
  183. package/src/hooks/models/run.schema.js.map +1 -0
  184. package/src/hooks/models/runLog.js +5 -0
  185. package/src/hooks/models/runLog.js.map +1 -0
  186. package/src/hooks/models/runLog.schema.js +15 -0
  187. package/src/hooks/models/runLog.schema.js.map +1 -0
  188. package/src/inboxes/endpoints/create.js.map +1 -1
  189. package/src/inboxes/endpoints/get.js.map +1 -1
  190. package/src/inboxes/endpoints/list.js.map +1 -1
  191. package/src/inboxes/endpoints/patch.js.map +1 -1
  192. package/src/internal/endpoints/domainSettings.js.map +1 -1
  193. package/src/internal/endpoints/generateRejectionEmail.js.map +1 -1
  194. package/src/internal/endpoints/index.js +16 -10
  195. package/src/internal/endpoints/index.js.map +1 -1
  196. package/src/internal/endpoints/logs.js +16 -0
  197. package/src/internal/endpoints/logs.js.map +1 -0
  198. package/src/internal/endpoints/logs.schema.js +13 -0
  199. package/src/internal/endpoints/logs.schema.js.map +1 -0
  200. package/src/internal/endpoints/requestDemo.js.map +1 -1
  201. package/src/internal/endpoints/requestExtension.js.map +1 -1
  202. package/src/internal/endpoints/rules/evaluateRules.schema.js +2 -2
  203. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  204. package/src/internal/endpoints/rules/suggestRule.schema.js +1 -1
  205. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  206. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.js.map +1 -1
  207. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +0 -4
  208. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  209. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  210. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -1
  211. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  212. package/src/internal/endpoints/schemas/formulasInfo.js.map +1 -1
  213. package/src/internal/endpoints/schemas/formulasInfo.schema.js +2 -1
  214. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  215. package/src/labels/endpoints/apply.js.map +1 -1
  216. package/src/labels/endpoints/create.js.map +1 -1
  217. package/src/labels/endpoints/create.schema.js +4 -3
  218. package/src/labels/endpoints/create.schema.js.map +1 -1
  219. package/src/labels/endpoints/delete.js.map +1 -1
  220. package/src/labels/endpoints/list.js.map +1 -1
  221. package/src/labels/endpoints/patch.js.map +1 -1
  222. package/src/labels/endpoints/patch.schema.js +4 -3
  223. package/src/labels/endpoints/patch.schema.js.map +1 -1
  224. package/src/labels/models/label.schema.js +1 -0
  225. package/src/labels/models/label.schema.js.map +1 -1
  226. package/src/memberships/endpoints/create.js.map +1 -1
  227. package/src/organization/endpoints/create.js.map +1 -1
  228. package/src/organization/endpoints/get.js.map +1 -1
  229. package/src/organization/endpoints/limits.js.map +1 -1
  230. package/src/organization/endpoints/patch.js.map +1 -1
  231. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  232. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  233. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  234. package/src/queues/endpoints/automation.js.map +1 -1
  235. package/src/queues/endpoints/create.js.map +1 -1
  236. package/src/queues/endpoints/createFromTemplate.js.map +1 -1
  237. package/src/queues/endpoints/delete.js.map +1 -1
  238. package/src/queues/endpoints/duplicate.js.map +1 -1
  239. package/src/queues/endpoints/exportAnnotation.js.map +1 -1
  240. package/src/queues/endpoints/get.js.map +1 -1
  241. package/src/queues/endpoints/getRelatedObjectsCounts.js.map +1 -1
  242. package/src/queues/endpoints/index.js.map +1 -1
  243. package/src/queues/endpoints/list.js.map +1 -1
  244. package/src/queues/endpoints/nextAnnotation.js.map +1 -1
  245. package/src/queues/endpoints/patch.js.map +1 -1
  246. package/src/queues/endpoints/suggestedRecipients.js.map +1 -1
  247. package/src/queues/endpoints/upload.js.map +1 -1
  248. package/src/relations/endpoints/create.js.map +1 -1
  249. package/src/relations/endpoints/delete.js.map +1 -1
  250. package/src/relations/endpoints/get.js.map +1 -1
  251. package/src/relations/endpoints/list.js.map +1 -1
  252. package/src/relations/endpoints/patch.js.map +1 -1
  253. package/src/rule-templates/models/ruleTemplate.schema.js +1 -1
  254. package/src/rule-templates/models/ruleTemplate.schema.js.map +1 -1
  255. package/src/rules/models/schemaRule.schema.js +13 -16
  256. package/src/rules/models/schemaRule.schema.js.map +1 -1
  257. package/src/schemaFields/endpoints/list.js.map +1 -1
  258. package/src/schemas/endpoints/create.js.map +1 -1
  259. package/src/schemas/endpoints/get.js.map +1 -1
  260. package/src/schemas/endpoints/list.js.map +1 -1
  261. package/src/schemas/endpoints/patch.js.map +1 -1
  262. package/src/schemas/models/schemaDatapointBase.schema.js +3 -0
  263. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  264. package/src/shared/models/annotationListTable.schema.js +1 -0
  265. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  266. package/src/suggestedEdit/endpoints/get.js.map +1 -1
  267. package/src/surveys/endpoints/fromTemplate.js.map +1 -1
  268. package/src/surveys/endpoints/get.js.map +1 -1
  269. package/src/surveys/endpoints/list.js.map +1 -1
  270. package/src/surveys/endpoints/patch.js.map +1 -1
  271. package/src/tasks/endpoints/get.js.map +1 -1
  272. package/src/triggers/endpoints/create.js.map +1 -1
  273. package/src/triggers/endpoints/delete.js.map +1 -1
  274. package/src/triggers/endpoints/get.js.map +1 -1
  275. package/src/triggers/endpoints/index.js +2 -0
  276. package/src/triggers/endpoints/index.js.map +1 -1
  277. package/src/triggers/endpoints/list.js +17 -0
  278. package/src/triggers/endpoints/list.js.map +1 -0
  279. package/src/triggers/endpoints/list.schema.js +14 -0
  280. package/src/triggers/endpoints/list.schema.js.map +1 -0
  281. package/src/triggers/endpoints/patch.js.map +1 -1
  282. package/src/uploads/endpoints/get.js.map +1 -1
  283. package/src/uploads/endpoints/post.js.map +1 -1
  284. package/src/users/endpoints/create.js.map +1 -1
  285. package/src/users/endpoints/delete.js.map +1 -1
  286. package/src/users/endpoints/get.js.map +1 -1
  287. package/src/users/endpoints/list.js.map +1 -1
  288. package/src/users/endpoints/patch.js.map +1 -1
  289. package/src/users/endpoints/resetPassword.js.map +1 -1
  290. package/src/utils/codecUtils.js +17 -7
  291. package/src/utils/codecUtils.js.map +1 -1
  292. package/src/utils/request.js +17 -7
  293. package/src/utils/request.js.map +1 -1
  294. package/src/utils/requestConfig.js +17 -7
  295. package/src/utils/requestConfig.js.map +1 -1
  296. package/src/utils/requestResponse.js +17 -7
  297. package/src/utils/requestResponse.js.map +1 -1
  298. package/src/utils.js +17 -7
  299. package/src/utils.js.map +1 -1
  300. package/src/workflowActivities/endpoints/get.js.map +1 -1
  301. package/src/workflowActivities/endpoints/list.js.map +1 -1
  302. package/src/workflowRuns/endpoints/get.js.map +1 -1
  303. package/src/workflowRuns/endpoints/list.js.map +1 -1
  304. package/src/workflowRuns/endpoints/reset.js.map +1 -1
  305. package/src/workflowSteps/endpoints/get.js.map +1 -1
  306. package/src/workflowSteps/endpoints/list.js.map +1 -1
  307. package/src/workflows/endpoints/get.js.map +1 -1
  308. package/src/workflows/endpoints/list.js.map +1 -1
  309. package/src/workspaces/endpoints/create.js.map +1 -1
  310. package/src/workspaces/endpoints/delete.js.map +1 -1
  311. package/src/workspaces/endpoints/get.js +13 -0
  312. package/src/workspaces/endpoints/get.js.map +1 -0
  313. package/src/workspaces/endpoints/index.js +2 -0
  314. package/src/workspaces/endpoints/index.js.map +1 -1
  315. package/src/workspaces/endpoints/list.js.map +1 -1
  316. package/src/workspaces/endpoints/patch.js.map +1 -1
  317. package/types/index.d.ts +6342 -3208
  318. package/types/src/annotations/endpoints/cancelEditPages.d.ts +4 -4
  319. package/types/src/annotations/endpoints/cancelEditPages.schema.d.ts +4 -4
  320. package/types/src/annotations/endpoints/contentSelect.d.ts +2 -2
  321. package/types/src/annotations/endpoints/contentSelect.schema.d.ts +2 -2
  322. package/types/src/annotations/endpoints/editPages.d.ts +16 -16
  323. package/types/src/annotations/endpoints/editPages.schema.d.ts +16 -16
  324. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +8 -8
  325. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +8 -8
  326. package/types/src/annotations/endpoints/get.d.ts +12 -6
  327. package/types/src/annotations/endpoints/getContent.d.ts +292 -214
  328. package/types/src/annotations/endpoints/getPageData.d.ts +1 -1
  329. package/types/src/annotations/endpoints/index.d.ts +869 -607
  330. package/types/src/annotations/endpoints/list.d.ts +206 -162
  331. package/types/src/annotations/endpoints/patch.d.ts +18 -6
  332. package/types/src/annotations/endpoints/patch.schema.d.ts +6 -0
  333. package/types/src/annotations/endpoints/search.d.ts +206 -162
  334. package/types/src/annotations/endpoints/split.d.ts +88 -0
  335. package/types/src/annotations/endpoints/split.schema.d.ts +66 -0
  336. package/types/src/annotations/endpoints/start.d.ts +2 -2
  337. package/types/src/annotations/endpoints/startEditPages.d.ts +7 -7
  338. package/types/src/annotations/endpoints/translate.d.ts +6 -6
  339. package/types/src/annotations/endpoints/translate.schema.d.ts +6 -6
  340. package/types/src/annotations/endpoints/updateContent.d.ts +5 -2
  341. package/types/src/annotations/endpoints/validate.d.ts +9 -4
  342. package/types/src/annotations/endpoints/validate.schema.d.ts +9 -4
  343. package/types/src/annotations/models/annotation.d.ts +2 -0
  344. package/types/src/annotations/models/annotation.schema.d.ts +12 -6
  345. package/types/src/annotations/models/annotationData.d.ts +1 -0
  346. package/types/src/annotations/models/annotationData.schema.d.ts +471 -337
  347. package/types/src/annotations/models/annotationListSideload.schema.d.ts +184 -150
  348. package/types/src/annotations/models/annotationStart.schema.d.ts +2 -2
  349. package/types/src/annotations/models/editPages.schema.d.ts +11 -11
  350. package/types/src/annotations/models/pageData.schema.d.ts +6 -6
  351. package/types/src/annotations/models/processingDuration.schema.d.ts +2 -2
  352. package/types/src/authentication/endpoints/index.d.ts +6 -6
  353. package/types/src/authentication/endpoints/password/score.d.ts +2 -2
  354. package/types/src/authentication/endpoints/password/score.schema.d.ts +2 -2
  355. package/types/src/authentication/endpoints/patch.d.ts +2 -2
  356. package/types/src/authentication/endpoints/user.d.ts +2 -2
  357. package/types/src/automationBlockers/endpoints/get.d.ts +4 -4
  358. package/types/src/automationBlockers/endpoints/index.d.ts +4 -4
  359. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +4 -4
  360. package/types/src/billing/endpoints/getHistory.d.ts +12 -12
  361. package/types/src/billing/endpoints/getStats.d.ts +12 -12
  362. package/types/src/billing/models/billingHistory.schema.d.ts +12 -12
  363. package/types/src/billing/models/billingStats.schema.d.ts +12 -12
  364. package/types/src/connectors/endpoints/create.d.ts +2 -2
  365. package/types/src/connectors/endpoints/index.d.ts +6 -6
  366. package/types/src/connectors/endpoints/list.d.ts +4 -4
  367. package/types/src/connectors/models/connector.schema.d.ts +2 -2
  368. package/types/src/dedicatedEngineSchema/endpoints/create.d.ts +28 -28
  369. package/types/src/dedicatedEngineSchema/endpoints/get.d.ts +30 -30
  370. package/types/src/dedicatedEngineSchema/endpoints/get.schema.d.ts +2 -2
  371. package/types/src/dedicatedEngineSchema/endpoints/index.d.ts +128 -128
  372. package/types/src/dedicatedEngineSchema/endpoints/patch.d.ts +36 -36
  373. package/types/src/dedicatedEngineSchema/endpoints/patch.schema.d.ts +8 -8
  374. package/types/src/dedicatedEngineSchema/endpoints/predict.d.ts +26 -26
  375. package/types/src/dedicatedEngineSchema/endpoints/predict.schema.d.ts +26 -26
  376. package/types/src/dedicatedEngineSchema/endpoints/validate.d.ts +8 -8
  377. package/types/src/dedicatedEngineSchema/endpoints/validate.schema.d.ts +8 -8
  378. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchema.schema.d.ts +48 -48
  379. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchemaObject.schema.d.ts +18 -18
  380. package/types/src/dedicatedEngineSchema/models/simpleMultivalueField.schema.d.ts +2 -2
  381. package/types/src/dedicatedEngineSchema/models/tableMultivalueField.schema.d.ts +14 -14
  382. package/types/src/dedicatedEngineSchema/models/transformedFields.schema.d.ts +14 -14
  383. package/types/src/dedicatedEngines/endpoints/create.d.ts +2 -2
  384. package/types/src/dedicatedEngines/endpoints/get.d.ts +4 -4
  385. package/types/src/dedicatedEngines/endpoints/get.schema.d.ts +2 -2
  386. package/types/src/dedicatedEngines/endpoints/index.d.ts +18 -18
  387. package/types/src/dedicatedEngines/endpoints/list.d.ts +8 -8
  388. package/types/src/dedicatedEngines/endpoints/list.schema.d.ts +4 -4
  389. package/types/src/dedicatedEngines/endpoints/patch.d.ts +2 -2
  390. package/types/src/dedicatedEngines/endpoints/request.d.ts +2 -2
  391. package/types/src/dedicatedEngines/models/dedicatedEngine.schema.d.ts +2 -2
  392. package/types/src/deleteRecommendations/endpoints/create.d.ts +4 -4
  393. package/types/src/deleteRecommendations/endpoints/get.d.ts +4 -4
  394. package/types/src/deleteRecommendations/endpoints/index.d.ts +20 -20
  395. package/types/src/deleteRecommendations/endpoints/list.d.ts +8 -8
  396. package/types/src/deleteRecommendations/endpoints/patch.d.ts +4 -4
  397. package/types/src/deleteRecommendations/models/deleteRecommendation.schema.d.ts +4 -4
  398. package/types/src/documentRelations/endpoints/index.d.ts +105 -0
  399. package/types/src/documentRelations/endpoints/list.d.ts +112 -0
  400. package/types/src/documentRelations/endpoints/list.schema.d.ts +29 -0
  401. package/types/src/documentRelations/models/relations.schema.d.ts +24 -0
  402. package/types/src/documents/endpoints/get.d.ts +4 -4
  403. package/types/src/documents/endpoints/index.d.ts +16 -16
  404. package/types/src/documents/endpoints/list.d.ts +8 -8
  405. package/types/src/documents/endpoints/patch.d.ts +4 -4
  406. package/types/src/documents/models/document.schema.d.ts +4 -4
  407. package/types/src/email/endpoints/get.d.ts +6 -6
  408. package/types/src/email/endpoints/index.d.ts +21 -18
  409. package/types/src/email/endpoints/list.d.ts +12 -12
  410. package/types/src/email/endpoints/send.d.ts +4 -0
  411. package/types/src/email/endpoints/send.schema.d.ts +3 -0
  412. package/types/src/email/models/email.schema.d.ts +6 -6
  413. package/types/src/emailTemplates/endpoints/create.d.ts +8 -8
  414. package/types/src/emailTemplates/endpoints/get.d.ts +8 -8
  415. package/types/src/emailTemplates/endpoints/index.d.ts +40 -40
  416. package/types/src/emailTemplates/endpoints/list.d.ts +16 -16
  417. package/types/src/emailTemplates/endpoints/patch.d.ts +8 -8
  418. package/types/src/emailTemplates/models/emailTemplate.schema.d.ts +16 -16
  419. package/types/src/emailThreads/endpoints/get.d.ts +4 -4
  420. package/types/src/emailThreads/endpoints/index.d.ts +16 -16
  421. package/types/src/emailThreads/endpoints/list.d.ts +8 -8
  422. package/types/src/emailThreads/endpoints/patch.d.ts +4 -4
  423. package/types/src/emailThreads/models/emailThreads.schema.d.ts +4 -4
  424. package/types/src/engineFields/endpoints/create.d.ts +2 -2
  425. package/types/src/engineFields/endpoints/get.d.ts +2 -2
  426. package/types/src/engineFields/endpoints/index.d.ts +10 -10
  427. package/types/src/engineFields/endpoints/list.d.ts +4 -4
  428. package/types/src/engineFields/endpoints/patch.d.ts +2 -2
  429. package/types/src/engineFields/models/engineField.schema.d.ts +2 -2
  430. package/types/src/engines/endpoints/create.d.ts +5 -2
  431. package/types/src/engines/endpoints/duplicate.d.ts +5 -2
  432. package/types/src/engines/endpoints/get.d.ts +5 -2
  433. package/types/src/engines/endpoints/index.d.ts +62 -32
  434. package/types/src/engines/endpoints/list.d.ts +9 -4
  435. package/types/src/engines/endpoints/patch.d.ts +10 -4
  436. package/types/src/engines/endpoints/patch.schema.d.ts +4 -1
  437. package/types/src/engines/endpoints/queueStats.d.ts +29 -19
  438. package/types/src/engines/endpoints/queueStats.schema.d.ts +19 -19
  439. package/types/src/engines/models/engine.d.ts +1 -0
  440. package/types/src/engines/models/engine.schema.d.ts +5 -2
  441. package/types/src/engines/models/engineQueueStatsItem.schema.d.ts +6 -0
  442. package/types/src/genericEngines/endpoints/get.d.ts +4 -4
  443. package/types/src/genericEngines/endpoints/get.schema.d.ts +2 -2
  444. package/types/src/genericEngines/endpoints/index.d.ts +12 -12
  445. package/types/src/genericEngines/endpoints/list.d.ts +8 -8
  446. package/types/src/genericEngines/endpoints/list.schema.d.ts +4 -4
  447. package/types/src/genericEngines/models/genericEngine.schema.d.ts +2 -2
  448. package/types/src/groups/endpoints/index.d.ts +4 -4
  449. package/types/src/groups/endpoints/list.d.ts +4 -4
  450. package/types/src/groups/models/group.schema.d.ts +2 -2
  451. package/types/src/hookInterfaces/endpoints/create.d.ts +67 -0
  452. package/types/src/hookInterfaces/endpoints/create.schema.d.ts +23 -0
  453. package/types/src/hookInterfaces/endpoints/delete.d.ts +7 -0
  454. package/types/src/hookInterfaces/endpoints/index.d.ts +243 -0
  455. package/types/src/hookInterfaces/endpoints/invoke.d.ts +10 -0
  456. package/types/src/hookInterfaces/endpoints/invoke.schema.d.ts +3 -0
  457. package/types/src/hookInterfaces/endpoints/list.d.ts +123 -0
  458. package/types/src/hookInterfaces/endpoints/list.schema.d.ts +26 -0
  459. package/types/src/hookInterfaces/endpoints/patch.d.ts +63 -0
  460. package/types/src/hookInterfaces/endpoints/patch.schema.d.ts +20 -0
  461. package/types/src/hookInterfaces/models/hookInterface.d.ts +12 -0
  462. package/types/src/hookInterfaces/models/hookInterface.schema.d.ts +32 -0
  463. package/types/src/hookInterfaces/models/index.d.ts +2 -0
  464. package/types/src/hookTemplates/endpoints/get.d.ts +528 -0
  465. package/types/src/hookTemplates/endpoints/index.d.ts +807 -29
  466. package/types/src/hookTemplates/endpoints/list.d.ts +280 -29
  467. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +188 -19
  468. package/types/src/hooks/endpoints/cancelRun.d.ts +14 -0
  469. package/types/src/hooks/endpoints/cancelRun.schema.d.ts +8 -0
  470. package/types/src/hooks/endpoints/create.d.ts +238 -47
  471. package/types/src/hooks/endpoints/create.schema.d.ts +92 -40
  472. package/types/src/hooks/endpoints/createFromTemplate.d.ts +508 -0
  473. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +20 -0
  474. package/types/src/hooks/endpoints/get.d.ts +184 -26
  475. package/types/src/hooks/endpoints/index.d.ts +3052 -1412
  476. package/types/src/hooks/endpoints/list.d.ts +285 -42
  477. package/types/src/hooks/endpoints/list.schema.d.ts +3 -0
  478. package/types/src/hooks/endpoints/patch.d.ts +370 -51
  479. package/types/src/hooks/endpoints/patch.schema.d.ts +182 -24
  480. package/types/src/hooks/endpoints/runLogs.d.ts +59 -0
  481. package/types/src/hooks/endpoints/runs.d.ts +579 -0
  482. package/types/src/hooks/endpoints/runs.schema.d.ts +543 -0
  483. package/types/src/hooks/endpoints/test.d.ts +20 -15
  484. package/types/src/hooks/endpoints/test.schema.d.ts +20 -15
  485. package/types/src/hooks/models/hook.d.ts +10 -6
  486. package/types/src/hooks/models/hook.schema.d.ts +670 -32
  487. package/types/src/hooks/models/hookConfig.d.ts +16 -8
  488. package/types/src/hooks/models/hookConfig.schema.d.ts +59 -7
  489. package/types/src/hooks/models/hookUtils.d.ts +4 -3
  490. package/types/src/hooks/models/hookUtils.schema.d.ts +4 -3
  491. package/types/src/hooks/models/run.d.ts +53 -0
  492. package/types/src/hooks/models/run.schema.d.ts +301 -0
  493. package/types/src/hooks/models/runLog.d.ts +7 -0
  494. package/types/src/hooks/models/runLog.schema.d.ts +15 -0
  495. package/types/src/inboxes/endpoints/create.d.ts +2 -2
  496. package/types/src/inboxes/endpoints/get.d.ts +2 -2
  497. package/types/src/inboxes/endpoints/index.d.ts +10 -10
  498. package/types/src/inboxes/endpoints/list.d.ts +4 -4
  499. package/types/src/inboxes/endpoints/patch.d.ts +2 -2
  500. package/types/src/inboxes/models/inbox.schema.d.ts +2 -2
  501. package/types/src/internal/endpoints/generateRejectionEmail.d.ts +2 -2
  502. package/types/src/internal/endpoints/generateRejectionEmail.schema.d.ts +2 -2
  503. package/types/src/internal/endpoints/index.d.ts +4530 -2304
  504. package/types/src/internal/endpoints/logs.d.ts +34 -0
  505. package/types/src/internal/endpoints/logs.schema.d.ts +20 -0
  506. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +676 -350
  507. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +674 -348
  508. package/types/src/internal/endpoints/rules/suggestRule.d.ts +537 -255
  509. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +574 -298
  510. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +520 -238
  511. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +520 -238
  512. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +521 -332
  513. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +520 -390
  514. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +787 -541
  515. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +784 -539
  516. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +482 -194
  517. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +482 -194
  518. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +494 -200
  519. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +492 -199
  520. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +482 -194
  521. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +482 -194
  522. package/types/src/labels/endpoints/create.d.ts +14 -7
  523. package/types/src/labels/endpoints/create.schema.d.ts +7 -2
  524. package/types/src/labels/endpoints/index.d.ts +33 -12
  525. package/types/src/labels/endpoints/list.d.ts +9 -4
  526. package/types/src/labels/endpoints/patch.d.ts +14 -7
  527. package/types/src/labels/endpoints/patch.schema.d.ts +7 -2
  528. package/types/src/labels/models/label.d.ts +1 -0
  529. package/types/src/labels/models/label.schema.d.ts +5 -2
  530. package/types/src/memberships/endpoints/create.d.ts +5 -5
  531. package/types/src/memberships/endpoints/index.d.ts +4 -4
  532. package/types/src/memberships/models/membership.schema.d.ts +2 -2
  533. package/types/src/organization/endpoints/create.d.ts +15 -15
  534. package/types/src/organization/endpoints/create.schema.d.ts +15 -15
  535. package/types/src/organization/endpoints/get.d.ts +11 -11
  536. package/types/src/organization/endpoints/index.d.ts +85 -85
  537. package/types/src/organization/endpoints/list.d.ts +15 -15
  538. package/types/src/organization/endpoints/patch.d.ts +20 -20
  539. package/types/src/organization/models/organization.schema.d.ts +11 -11
  540. package/types/src/organizationGroups/endpoints/index.d.ts +36 -36
  541. package/types/src/organizationGroups/endpoints/organizations.d.ts +4 -4
  542. package/types/src/organizationGroups/endpoints/queues.d.ts +4 -4
  543. package/types/src/organizationGroups/endpoints/workspaces.d.ts +4 -4
  544. package/types/src/organizationGroups/models/organizationGroupOrganization.schema.d.ts +2 -2
  545. package/types/src/organizationGroups/models/organizationGroupQueue.schema.d.ts +2 -2
  546. package/types/src/organizationGroups/models/organizationGroupWorkspace.schema.d.ts +2 -2
  547. package/types/src/pages/endpoints/index.d.ts +14 -14
  548. package/types/src/pages/endpoints/list.d.ts +14 -14
  549. package/types/src/pages/endpoints/list.schema.d.ts +2 -2
  550. package/types/src/pages/models/page.schema.d.ts +6 -6
  551. package/types/src/queues/endpoints/automation.d.ts +4 -4
  552. package/types/src/queues/endpoints/automation.schema.d.ts +4 -4
  553. package/types/src/queues/endpoints/create.d.ts +13 -13
  554. package/types/src/queues/endpoints/createFromTemplate.d.ts +13 -13
  555. package/types/src/queues/endpoints/duplicate.d.ts +13 -13
  556. package/types/src/queues/endpoints/get.d.ts +13 -13
  557. package/types/src/queues/endpoints/index.d.ts +112 -111
  558. package/types/src/queues/endpoints/list.d.ts +24 -24
  559. package/types/src/queues/endpoints/list.schema.d.ts +4 -4
  560. package/types/src/queues/endpoints/patch.d.ts +22 -22
  561. package/types/src/queues/endpoints/patch.schema.d.ts +9 -9
  562. package/types/src/queues/endpoints/upload.d.ts +8 -8
  563. package/types/src/queues/endpoints/upload.schema.d.ts +8 -8
  564. package/types/src/queues/models/automation.schema.d.ts +2 -2
  565. package/types/src/queues/models/queue.schema.d.ts +13 -13
  566. package/types/src/queues/models/queueSettings.schema.d.ts +7 -7
  567. package/types/src/relations/endpoints/create.d.ts +6 -6
  568. package/types/src/relations/endpoints/get.d.ts +6 -6
  569. package/types/src/relations/endpoints/index.d.ts +30 -30
  570. package/types/src/relations/endpoints/list.d.ts +12 -12
  571. package/types/src/relations/endpoints/patch.d.ts +6 -6
  572. package/types/src/relations/models/relations.schema.d.ts +14 -14
  573. package/types/src/rule-templates/endpoints/create.d.ts +58 -70
  574. package/types/src/rule-templates/endpoints/create.schema.d.ts +26 -32
  575. package/types/src/rule-templates/endpoints/get.d.ts +32 -38
  576. package/types/src/rule-templates/endpoints/index.d.ts +198 -234
  577. package/types/src/rule-templates/endpoints/list.d.ts +50 -56
  578. package/types/src/rule-templates/endpoints/patch.d.ts +58 -70
  579. package/types/src/rule-templates/endpoints/patch.schema.d.ts +26 -32
  580. package/types/src/rule-templates/models/ruleTemplate.d.ts +1 -1
  581. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +32 -38
  582. package/types/src/rules/endpoints/create.d.ts +58 -70
  583. package/types/src/rules/endpoints/create.schema.d.ts +26 -32
  584. package/types/src/rules/endpoints/get.d.ts +32 -38
  585. package/types/src/rules/endpoints/index.d.ts +198 -234
  586. package/types/src/rules/endpoints/list.d.ts +50 -56
  587. package/types/src/rules/endpoints/patch.d.ts +58 -70
  588. package/types/src/rules/endpoints/patch.schema.d.ts +26 -32
  589. package/types/src/rules/models/schemaRule.d.ts +4 -4
  590. package/types/src/rules/models/schemaRule.schema.d.ts +50 -59
  591. package/types/src/schemas/endpoints/create.d.ts +484 -196
  592. package/types/src/schemas/endpoints/get.d.ts +486 -198
  593. package/types/src/schemas/endpoints/get.schema.d.ts +2 -2
  594. package/types/src/schemas/endpoints/list.d.ts +588 -236
  595. package/types/src/schemas/endpoints/patch.d.ts +966 -390
  596. package/types/src/schemas/endpoints/patch.schema.d.ts +482 -194
  597. package/types/src/schemas/endpoints/validate.d.ts +1015 -407
  598. package/types/src/schemas/models/schema.schema.d.ts +484 -196
  599. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +44 -20
  600. package/types/src/schemas/models/schemaDatapointBase.d.ts +3 -1
  601. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +15 -9
  602. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +11 -5
  603. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +11 -5
  604. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +11 -5
  605. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +11 -5
  606. package/types/src/schemas/models/schemaItem.schema.d.ts +278 -118
  607. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +164 -68
  608. package/types/src/schemas/models/schemaSection.schema.d.ts +380 -156
  609. package/types/src/schemas/models/schemaTuple.schema.d.ts +70 -30
  610. package/types/src/shared/models/annotationListTable.d.ts +1 -1
  611. package/types/src/shared/models/annotationListTable.schema.d.ts +15 -15
  612. package/types/src/suggestedEdit/endpoints/get.d.ts +4 -4
  613. package/types/src/suggestedEdit/endpoints/index.d.ts +4 -4
  614. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +4 -4
  615. package/types/src/surveys/endpoints/fromTemplate.d.ts +2 -2
  616. package/types/src/surveys/endpoints/get.d.ts +2 -2
  617. package/types/src/surveys/endpoints/index.d.ts +10 -10
  618. package/types/src/surveys/endpoints/list.d.ts +4 -4
  619. package/types/src/surveys/endpoints/patch.d.ts +2 -2
  620. package/types/src/surveys/models/survey.schema.d.ts +2 -2
  621. package/types/src/tasks/endpoints/get.d.ts +4 -4
  622. package/types/src/tasks/endpoints/index.d.ts +4 -4
  623. package/types/src/tasks/models/asyncTask.schema.d.ts +4 -4
  624. package/types/src/triggers/endpoints/create.d.ts +4 -4
  625. package/types/src/triggers/endpoints/get.d.ts +4 -4
  626. package/types/src/triggers/endpoints/index.d.ts +109 -12
  627. package/types/src/triggers/endpoints/list.d.ts +104 -0
  628. package/types/src/triggers/endpoints/list.schema.d.ts +14 -0
  629. package/types/src/triggers/endpoints/patch.d.ts +4 -4
  630. package/types/src/triggers/models/trigger.schema.d.ts +4 -4
  631. package/types/src/uploads/endpoints/get.d.ts +4 -4
  632. package/types/src/uploads/endpoints/index.d.ts +4 -4
  633. package/types/src/uploads/models/upload.schema.d.ts +4 -4
  634. package/types/src/users/endpoints/create.d.ts +2 -2
  635. package/types/src/users/endpoints/get.d.ts +2 -2
  636. package/types/src/users/endpoints/index.d.ts +10 -10
  637. package/types/src/users/endpoints/list.d.ts +4 -4
  638. package/types/src/users/endpoints/patch.d.ts +2 -2
  639. package/types/src/users/models/user.schema.d.ts +2 -2
  640. package/types/src/utils/withFields.d.ts +9 -9
  641. package/types/src/utils/withSideload.d.ts +2 -2
  642. package/types/src/workflowActivities/endpoints/get.d.ts +4 -4
  643. package/types/src/workflowActivities/endpoints/index.d.ts +13 -13
  644. package/types/src/workflowActivities/endpoints/list.d.ts +8 -8
  645. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +4 -4
  646. package/types/src/workflowRuns/endpoints/get.d.ts +4 -4
  647. package/types/src/workflowRuns/endpoints/index.d.ts +12 -12
  648. package/types/src/workflowRuns/endpoints/list.d.ts +8 -8
  649. package/types/src/workflowRuns/models/workflowRun.schema.d.ts +4 -4
  650. package/types/src/workflowSteps/endpoints/get.d.ts +2 -2
  651. package/types/src/workflowSteps/endpoints/index.d.ts +7 -7
  652. package/types/src/workflowSteps/endpoints/list.d.ts +4 -4
  653. package/types/src/workflowSteps/models/workflowStep.schema.d.ts +2 -2
  654. package/types/src/workflows/endpoints/get.d.ts +2 -2
  655. package/types/src/workflows/endpoints/index.d.ts +6 -6
  656. package/types/src/workflows/endpoints/list.d.ts +4 -4
  657. package/types/src/workflows/models/workflow.schema.d.ts +2 -2
  658. package/types/src/workspaces/endpoints/create.d.ts +2 -2
  659. package/types/src/workspaces/endpoints/get.d.ts +30 -0
  660. package/types/src/workspaces/endpoints/index.d.ts +37 -8
  661. package/types/src/workspaces/endpoints/list.d.ts +4 -4
  662. package/types/src/workspaces/endpoints/patch.d.ts +2 -2
  663. package/types/src/workspaces/models/workspace.schema.d.ts +2 -2
  664. package/src/authentication/models/authInfo.js.map +0 -1
  665. package/src/automationBlockers/models/automationBlocker.js +0 -3
  666. package/src/automationBlockers/models/automationBlocker.js.map +0 -1
  667. package/src/billing/models/billingHistory.js +0 -3
  668. package/src/billing/models/billingHistory.js.map +0 -1
  669. package/src/billing/models/billingStats.js +0 -3
  670. package/src/billing/models/billingStats.js.map +0 -1
  671. package/src/connectors/models/connector.js +0 -3
  672. package/src/connectors/models/connector.js.map +0 -1
  673. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +0 -3
  674. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +0 -1
  675. package/src/dedicatedEngines/models/dedicatedEngine.js +0 -3
  676. package/src/dedicatedEngines/models/dedicatedEngine.js.map +0 -1
  677. package/src/deleteRecommendations/models/deleteRecommendation.js +0 -3
  678. package/src/deleteRecommendations/models/deleteRecommendation.js.map +0 -1
  679. package/src/deleteRecommendations/models/index.js.map +0 -1
  680. package/src/email/models/email.js +0 -3
  681. package/src/email/models/email.js.map +0 -1
  682. package/src/emailTemplatesStats/models/emailTemplateStats.js +0 -3
  683. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +0 -1
  684. package/src/emailTemplatesStats/models/index.js +0 -18
  685. package/src/emailTemplatesStats/models/index.js.map +0 -1
  686. package/src/emailThreads/models/emailThreads.js +0 -3
  687. package/src/emailThreads/models/emailThreads.js.map +0 -1
  688. package/src/genericEngines/models/genericEngine.js +0 -3
  689. package/src/genericEngines/models/genericEngine.js.map +0 -1
  690. package/src/groups/models/group.js +0 -3
  691. package/src/groups/models/group.js.map +0 -1
  692. package/src/groups/models/index.js +0 -18
  693. package/src/groups/models/index.js.map +0 -1
  694. package/src/hookTemplates/models/hookTemplate.js +0 -3
  695. package/src/hookTemplates/models/hookTemplate.js.map +0 -1
  696. package/src/hooks/endpoints/logs.js +0 -15
  697. package/src/hooks/endpoints/logs.js.map +0 -1
  698. package/src/hooks/endpoints/logs.schema.js +0 -22
  699. package/src/hooks/endpoints/logs.schema.js.map +0 -1
  700. package/src/hooks/models/log.js +0 -3
  701. package/src/hooks/models/log.js.map +0 -1
  702. package/src/hooks/models/log.schema.js +0 -56
  703. package/src/hooks/models/log.schema.js.map +0 -1
  704. package/src/inboxes/models/index.js +0 -18
  705. package/src/inboxes/models/index.js.map +0 -1
  706. package/src/memberships/models/index.js +0 -18
  707. package/src/memberships/models/index.js.map +0 -1
  708. package/src/memberships/models/membership.js +0 -3
  709. package/src/memberships/models/membership.js.map +0 -1
  710. package/src/organization/models/emailLimits.js +0 -3
  711. package/src/organization/models/emailLimits.js.map +0 -1
  712. package/src/organization/models/limits.js +0 -3
  713. package/src/organization/models/limits.js.map +0 -1
  714. package/src/organizationGroups/models/organizationGroupOrganization.js +0 -3
  715. package/src/organizationGroups/models/organizationGroupOrganization.js.map +0 -1
  716. package/src/organizationGroups/models/organizationGroupQueue.js +0 -3
  717. package/src/organizationGroups/models/organizationGroupQueue.js.map +0 -1
  718. package/src/organizationGroups/models/organizationGroupWorkspace.js +0 -3
  719. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +0 -1
  720. package/src/queues/models/index.js +0 -28
  721. package/src/queues/models/index.js.map +0 -1
  722. package/src/queues/models/relatedObjectsCounts.js +0 -3
  723. package/src/queues/models/relatedObjectsCounts.js.map +0 -1
  724. package/src/schemas/models/index.js +0 -47
  725. package/src/schemas/models/index.js.map +0 -1
  726. package/src/schemas/models/list.js +0 -3
  727. package/src/schemas/models/list.js.map +0 -1
  728. package/src/schemas/models/list.schema.js +0 -23
  729. package/src/schemas/models/list.schema.js.map +0 -1
  730. package/src/suggestedEdit/models/suggestedDocument.js +0 -3
  731. package/src/suggestedEdit/models/suggestedDocument.js.map +0 -1
  732. package/src/suggestedEdit/models/suggestedEdit.js +0 -3
  733. package/src/suggestedEdit/models/suggestedEdit.js.map +0 -1
  734. package/src/surveys/models/index.js +0 -21
  735. package/src/surveys/models/index.js.map +0 -1
  736. package/src/surveys/models/question.js +0 -3
  737. package/src/surveys/models/question.js.map +0 -1
  738. package/src/surveys/models/survey.js +0 -3
  739. package/src/surveys/models/survey.js.map +0 -1
  740. package/src/surveys/models/surveyTemplate.js +0 -3
  741. package/src/surveys/models/surveyTemplate.js.map +0 -1
  742. package/src/tasks/models/asyncTask.js +0 -3
  743. package/src/tasks/models/asyncTask.js.map +0 -1
  744. package/src/uploads/models/upload.js +0 -3
  745. package/src/uploads/models/upload.js.map +0 -1
  746. package/src/users/models/resetPassword.js +0 -3
  747. package/src/users/models/resetPassword.js.map +0 -1
  748. package/src/workflowActivities/models/index.js +0 -18
  749. package/src/workflowActivities/models/index.js.map +0 -1
  750. package/src/workflowSteps/models/index.js +0 -18
  751. package/src/workflowSteps/models/index.js.map +0 -1
  752. package/src/workflows/models/index.js +0 -18
  753. package/src/workflows/models/index.js.map +0 -1
  754. package/src/workspaces/models/index.js +0 -18
  755. package/src/workspaces/models/index.js.map +0 -1
  756. package/types/src/authentication/models/authInfo.d.ts +0 -4
  757. package/types/src/automationBlockers/models/automationBlocker.d.ts +0 -31
  758. package/types/src/billing/models/billingHistory.d.ts +0 -40
  759. package/types/src/billing/models/billingStats.d.ts +0 -21
  760. package/types/src/connectors/models/connector.d.ts +0 -15
  761. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +0 -31
  762. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +0 -10
  763. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +0 -10
  764. package/types/src/deleteRecommendations/models/index.d.ts +0 -1
  765. package/types/src/email/models/email.d.ts +0 -39
  766. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +0 -6
  767. package/types/src/emailTemplatesStats/models/index.d.ts +0 -1
  768. package/types/src/emailThreads/models/emailThreads.d.ts +0 -32
  769. package/types/src/genericEngines/models/genericEngine.d.ts +0 -9
  770. package/types/src/groups/models/group.d.ts +0 -7
  771. package/types/src/groups/models/index.d.ts +0 -1
  772. package/types/src/hookTemplates/models/hookTemplate.d.ts +0 -40
  773. package/types/src/hooks/endpoints/logs.d.ts +0 -411
  774. package/types/src/hooks/endpoints/logs.schema.d.ts +0 -390
  775. package/types/src/hooks/models/log.d.ts +0 -42
  776. package/types/src/hooks/models/log.schema.d.ts +0 -210
  777. package/types/src/inboxes/models/index.d.ts +0 -1
  778. package/types/src/memberships/models/index.d.ts +0 -1
  779. package/types/src/memberships/models/membership.d.ts +0 -9
  780. package/types/src/organization/models/emailLimits.d.ts +0 -10
  781. package/types/src/organization/models/limits.d.ts +0 -4
  782. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +0 -6
  783. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +0 -8
  784. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +0 -7
  785. package/types/src/queues/models/index.d.ts +0 -11
  786. package/types/src/queues/models/relatedObjectsCounts.d.ts +0 -5
  787. package/types/src/schemas/models/index.d.ts +0 -30
  788. package/types/src/schemas/models/list.d.ts +0 -18
  789. package/types/src/schemas/models/list.schema.d.ts +0 -66
  790. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +0 -9
  791. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +0 -8
  792. package/types/src/surveys/models/index.d.ts +0 -4
  793. package/types/src/surveys/models/question.d.ts +0 -6
  794. package/types/src/surveys/models/survey.d.ts +0 -13
  795. package/types/src/surveys/models/surveyTemplate.d.ts +0 -6
  796. package/types/src/tasks/models/asyncTask.d.ts +0 -17
  797. package/types/src/uploads/models/upload.d.ts +0 -13
  798. package/types/src/users/models/resetPassword.d.ts +0 -3
  799. package/types/src/workflowActivities/models/index.d.ts +0 -1
  800. package/types/src/workflowSteps/models/index.d.ts +0 -1
  801. package/types/src/workflows/models/index.d.ts +0 -1
  802. package/types/src/workspaces/models/index.d.ts +0 -1
@@ -53,9 +53,10 @@ export declare const datapointDataSchema: z.ZodObject<{
53
53
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
54
54
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
55
55
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
56
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
56
57
  }, "strip", z.ZodTypeAny, {
57
- id: number | null;
58
58
  url: string | null;
59
+ id: number | null;
59
60
  schemaId: string | null;
60
61
  category: "datapoint" | null;
61
62
  content?: {
@@ -77,9 +78,10 @@ export declare const datapointDataSchema: z.ZodObject<{
77
78
  validationSources?: string[] | null | undefined;
78
79
  timeSpent?: number | null | undefined;
79
80
  timeSpentOverall?: number | null | undefined;
81
+ noRecalculation?: boolean | undefined;
80
82
  }, {
81
- id: number | null;
82
83
  url: string | null;
84
+ id: number | null;
83
85
  schemaId: string | null;
84
86
  category: "datapoint" | null;
85
87
  content?: {
@@ -101,6 +103,7 @@ export declare const datapointDataSchema: z.ZodObject<{
101
103
  validationSources?: string[] | null | undefined;
102
104
  timeSpent?: number | null | undefined;
103
105
  timeSpentOverall?: number | null | undefined;
106
+ noRecalculation?: boolean | undefined;
104
107
  }>;
105
108
  export declare const tupleDataSchema: z.ZodObject<{
106
109
  id: z.ZodNullable<z.ZodNumber>;
@@ -160,9 +163,10 @@ export declare const tupleDataSchema: z.ZodObject<{
160
163
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
161
164
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
162
165
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
166
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
163
167
  }, "strip", z.ZodTypeAny, {
164
- id: number | null;
165
168
  url: string | null;
169
+ id: number | null;
166
170
  schemaId: string | null;
167
171
  category: "datapoint" | null;
168
172
  content?: {
@@ -184,9 +188,10 @@ export declare const tupleDataSchema: z.ZodObject<{
184
188
  validationSources?: string[] | null | undefined;
185
189
  timeSpent?: number | null | undefined;
186
190
  timeSpentOverall?: number | null | undefined;
191
+ noRecalculation?: boolean | undefined;
187
192
  }, {
188
- id: number | null;
189
193
  url: string | null;
194
+ id: number | null;
190
195
  schemaId: string | null;
191
196
  category: "datapoint" | null;
192
197
  content?: {
@@ -208,16 +213,14 @@ export declare const tupleDataSchema: z.ZodObject<{
208
213
  validationSources?: string[] | null | undefined;
209
214
  timeSpent?: number | null | undefined;
210
215
  timeSpentOverall?: number | null | undefined;
216
+ noRecalculation?: boolean | undefined;
211
217
  }>>, "many">;
212
218
  schemaId: z.ZodString;
213
219
  }, "strip", z.ZodTypeAny, {
214
- id: number | null;
215
220
  url: string | null;
216
- schemaId: string;
217
- category: "tuple" | null;
218
221
  children: ({
219
- id: number | null;
220
222
  url: string | null;
223
+ id: number | null;
221
224
  schemaId: string | null;
222
225
  category: "datapoint" | null;
223
226
  content?: {
@@ -239,15 +242,16 @@ export declare const tupleDataSchema: z.ZodObject<{
239
242
  validationSources?: string[] | null | undefined;
240
243
  timeSpent?: number | null | undefined;
241
244
  timeSpentOverall?: number | null | undefined;
245
+ noRecalculation?: boolean | undefined;
242
246
  } | null)[];
243
- }, {
244
247
  id: number | null;
245
- url: string | null;
246
248
  schemaId: string;
247
249
  category: "tuple" | null;
250
+ }, {
251
+ url: string | null;
248
252
  children: ({
249
- id: number | null;
250
253
  url: string | null;
254
+ id: number | null;
251
255
  schemaId: string | null;
252
256
  category: "datapoint" | null;
253
257
  content?: {
@@ -269,7 +273,11 @@ export declare const tupleDataSchema: z.ZodObject<{
269
273
  validationSources?: string[] | null | undefined;
270
274
  timeSpent?: number | null | undefined;
271
275
  timeSpentOverall?: number | null | undefined;
276
+ noRecalculation?: boolean | undefined;
272
277
  } | null)[];
278
+ id: number | null;
279
+ schemaId: string;
280
+ category: "tuple" | null;
273
281
  }>;
274
282
  export declare const multivalueDataSchema: z.ZodObject<{
275
283
  id: z.ZodNullable<z.ZodNumber>;
@@ -374,9 +382,10 @@ export declare const multivalueDataSchema: z.ZodObject<{
374
382
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
375
383
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
376
384
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
385
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
377
386
  }, "strip", z.ZodTypeAny, {
378
- id: number | null;
379
387
  url: string | null;
388
+ id: number | null;
380
389
  schemaId: string | null;
381
390
  category: "datapoint" | null;
382
391
  content?: {
@@ -398,9 +407,10 @@ export declare const multivalueDataSchema: z.ZodObject<{
398
407
  validationSources?: string[] | null | undefined;
399
408
  timeSpent?: number | null | undefined;
400
409
  timeSpentOverall?: number | null | undefined;
410
+ noRecalculation?: boolean | undefined;
401
411
  }, {
402
- id: number | null;
403
412
  url: string | null;
413
+ id: number | null;
404
414
  schemaId: string | null;
405
415
  category: "datapoint" | null;
406
416
  content?: {
@@ -422,6 +432,7 @@ export declare const multivalueDataSchema: z.ZodObject<{
422
432
  validationSources?: string[] | null | undefined;
423
433
  timeSpent?: number | null | undefined;
424
434
  timeSpentOverall?: number | null | undefined;
435
+ noRecalculation?: boolean | undefined;
425
436
  }>, "many">, z.ZodArray<z.ZodObject<{
426
437
  id: z.ZodNullable<z.ZodNumber>;
427
438
  url: z.ZodNullable<z.ZodString>;
@@ -480,9 +491,10 @@ export declare const multivalueDataSchema: z.ZodObject<{
480
491
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
481
492
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
482
493
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
494
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
483
495
  }, "strip", z.ZodTypeAny, {
484
- id: number | null;
485
496
  url: string | null;
497
+ id: number | null;
486
498
  schemaId: string | null;
487
499
  category: "datapoint" | null;
488
500
  content?: {
@@ -504,9 +516,10 @@ export declare const multivalueDataSchema: z.ZodObject<{
504
516
  validationSources?: string[] | null | undefined;
505
517
  timeSpent?: number | null | undefined;
506
518
  timeSpentOverall?: number | null | undefined;
519
+ noRecalculation?: boolean | undefined;
507
520
  }, {
508
- id: number | null;
509
521
  url: string | null;
522
+ id: number | null;
510
523
  schemaId: string | null;
511
524
  category: "datapoint" | null;
512
525
  content?: {
@@ -528,16 +541,14 @@ export declare const multivalueDataSchema: z.ZodObject<{
528
541
  validationSources?: string[] | null | undefined;
529
542
  timeSpent?: number | null | undefined;
530
543
  timeSpentOverall?: number | null | undefined;
544
+ noRecalculation?: boolean | undefined;
531
545
  }>>, "many">;
532
546
  schemaId: z.ZodString;
533
547
  }, "strip", z.ZodTypeAny, {
534
- id: number | null;
535
548
  url: string | null;
536
- schemaId: string;
537
- category: "tuple" | null;
538
549
  children: ({
539
- id: number | null;
540
550
  url: string | null;
551
+ id: number | null;
541
552
  schemaId: string | null;
542
553
  category: "datapoint" | null;
543
554
  content?: {
@@ -559,15 +570,16 @@ export declare const multivalueDataSchema: z.ZodObject<{
559
570
  validationSources?: string[] | null | undefined;
560
571
  timeSpent?: number | null | undefined;
561
572
  timeSpentOverall?: number | null | undefined;
573
+ noRecalculation?: boolean | undefined;
562
574
  } | null)[];
563
- }, {
564
575
  id: number | null;
565
- url: string | null;
566
576
  schemaId: string;
567
577
  category: "tuple" | null;
578
+ }, {
579
+ url: string | null;
568
580
  children: ({
569
- id: number | null;
570
581
  url: string | null;
582
+ id: number | null;
571
583
  schemaId: string | null;
572
584
  category: "datapoint" | null;
573
585
  content?: {
@@ -589,7 +601,11 @@ export declare const multivalueDataSchema: z.ZodObject<{
589
601
  validationSources?: string[] | null | undefined;
590
602
  timeSpent?: number | null | undefined;
591
603
  timeSpentOverall?: number | null | undefined;
604
+ noRecalculation?: boolean | undefined;
592
605
  } | null)[];
606
+ id: number | null;
607
+ schemaId: string;
608
+ category: "tuple" | null;
593
609
  }>, "many">]>>;
594
610
  category: z.ZodNullable<z.ZodLiteral<"multivalue">>;
595
611
  schemaId: z.ZodNullable<z.ZodString>;
@@ -685,13 +701,10 @@ export declare const multivalueDataSchema: z.ZodObject<{
685
701
  timeSpentGrid: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
686
702
  timeSpentGridOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
687
703
  }, "strip", z.ZodTypeAny, {
688
- id: number | null;
689
704
  url: string | null;
690
- schemaId: string | null;
691
- category: "multivalue" | null;
692
705
  children: (({
693
- id: number | null;
694
706
  url: string | null;
707
+ id: number | null;
695
708
  schemaId: string | null;
696
709
  category: "datapoint" | null;
697
710
  content?: {
@@ -713,14 +726,12 @@ export declare const multivalueDataSchema: z.ZodObject<{
713
726
  validationSources?: string[] | null | undefined;
714
727
  timeSpent?: number | null | undefined;
715
728
  timeSpentOverall?: number | null | undefined;
729
+ noRecalculation?: boolean | undefined;
716
730
  }[] | {
717
- id: number | null;
718
731
  url: string | null;
719
- schemaId: string;
720
- category: "tuple" | null;
721
732
  children: ({
722
- id: number | null;
723
733
  url: string | null;
734
+ id: number | null;
724
735
  schemaId: string | null;
725
736
  category: "datapoint" | null;
726
737
  content?: {
@@ -742,10 +753,14 @@ export declare const multivalueDataSchema: z.ZodObject<{
742
753
  validationSources?: string[] | null | undefined;
743
754
  timeSpent?: number | null | undefined;
744
755
  timeSpentOverall?: number | null | undefined;
756
+ noRecalculation?: boolean | undefined;
745
757
  } | null)[];
746
- }[]) & ({
747
758
  id: number | null;
759
+ schemaId: string;
760
+ category: "tuple" | null;
761
+ }[]) & ({
748
762
  url: string | null;
763
+ id: number | null;
749
764
  schemaId: string | null;
750
765
  category: "datapoint" | null;
751
766
  content?: {
@@ -767,14 +782,12 @@ export declare const multivalueDataSchema: z.ZodObject<{
767
782
  validationSources?: string[] | null | undefined;
768
783
  timeSpent?: number | null | undefined;
769
784
  timeSpentOverall?: number | null | undefined;
785
+ noRecalculation?: boolean | undefined;
770
786
  }[] | {
771
- id: number | null;
772
787
  url: string | null;
773
- schemaId: string;
774
- category: "tuple" | null;
775
788
  children: ({
776
- id: number | null;
777
789
  url: string | null;
790
+ id: number | null;
778
791
  schemaId: string | null;
779
792
  category: "datapoint" | null;
780
793
  content?: {
@@ -796,8 +809,15 @@ export declare const multivalueDataSchema: z.ZodObject<{
796
809
  validationSources?: string[] | null | undefined;
797
810
  timeSpent?: number | null | undefined;
798
811
  timeSpentOverall?: number | null | undefined;
812
+ noRecalculation?: boolean | undefined;
799
813
  } | null)[];
814
+ id: number | null;
815
+ schemaId: string;
816
+ category: "tuple" | null;
800
817
  }[] | undefined)) | null;
818
+ id: number | null;
819
+ schemaId: string | null;
820
+ category: "multivalue" | null;
801
821
  content?: {
802
822
  value?: string | null | undefined;
803
823
  normalizedValue?: string | null | undefined;
@@ -836,13 +856,10 @@ export declare const multivalueDataSchema: z.ZodObject<{
836
856
  timeSpentGrid?: number | null | undefined;
837
857
  timeSpentGridOverall?: number | null | undefined;
838
858
  }, {
839
- id: number | null;
840
859
  url: string | null;
841
- schemaId: string | null;
842
- category: "multivalue" | null;
843
860
  children: (({
844
- id: number | null;
845
861
  url: string | null;
862
+ id: number | null;
846
863
  schemaId: string | null;
847
864
  category: "datapoint" | null;
848
865
  content?: {
@@ -864,14 +881,12 @@ export declare const multivalueDataSchema: z.ZodObject<{
864
881
  validationSources?: string[] | null | undefined;
865
882
  timeSpent?: number | null | undefined;
866
883
  timeSpentOverall?: number | null | undefined;
884
+ noRecalculation?: boolean | undefined;
867
885
  }[] | {
868
- id: number | null;
869
886
  url: string | null;
870
- schemaId: string;
871
- category: "tuple" | null;
872
887
  children: ({
873
- id: number | null;
874
888
  url: string | null;
889
+ id: number | null;
875
890
  schemaId: string | null;
876
891
  category: "datapoint" | null;
877
892
  content?: {
@@ -893,10 +908,14 @@ export declare const multivalueDataSchema: z.ZodObject<{
893
908
  validationSources?: string[] | null | undefined;
894
909
  timeSpent?: number | null | undefined;
895
910
  timeSpentOverall?: number | null | undefined;
911
+ noRecalculation?: boolean | undefined;
896
912
  } | null)[];
897
- }[]) & ({
898
913
  id: number | null;
914
+ schemaId: string;
915
+ category: "tuple" | null;
916
+ }[]) & ({
899
917
  url: string | null;
918
+ id: number | null;
900
919
  schemaId: string | null;
901
920
  category: "datapoint" | null;
902
921
  content?: {
@@ -918,14 +937,12 @@ export declare const multivalueDataSchema: z.ZodObject<{
918
937
  validationSources?: string[] | null | undefined;
919
938
  timeSpent?: number | null | undefined;
920
939
  timeSpentOverall?: number | null | undefined;
940
+ noRecalculation?: boolean | undefined;
921
941
  }[] | {
922
- id: number | null;
923
942
  url: string | null;
924
- schemaId: string;
925
- category: "tuple" | null;
926
943
  children: ({
927
- id: number | null;
928
944
  url: string | null;
945
+ id: number | null;
929
946
  schemaId: string | null;
930
947
  category: "datapoint" | null;
931
948
  content?: {
@@ -947,8 +964,15 @@ export declare const multivalueDataSchema: z.ZodObject<{
947
964
  validationSources?: string[] | null | undefined;
948
965
  timeSpent?: number | null | undefined;
949
966
  timeSpentOverall?: number | null | undefined;
967
+ noRecalculation?: boolean | undefined;
950
968
  } | null)[];
969
+ id: number | null;
970
+ schemaId: string;
971
+ category: "tuple" | null;
951
972
  }[] | undefined)) | null;
973
+ id: number | null;
974
+ schemaId: string | null;
975
+ category: "multivalue" | null;
952
976
  content?: {
953
977
  value?: string | null | undefined;
954
978
  normalizedValue?: string | null | undefined;
@@ -1093,9 +1117,10 @@ export declare const sectionDataSchema: z.ZodObject<{
1093
1117
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1094
1118
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1095
1119
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1120
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
1096
1121
  }, "strip", z.ZodTypeAny, {
1097
- id: number | null;
1098
1122
  url: string | null;
1123
+ id: number | null;
1099
1124
  schemaId: string | null;
1100
1125
  category: "datapoint" | null;
1101
1126
  content?: {
@@ -1117,9 +1142,10 @@ export declare const sectionDataSchema: z.ZodObject<{
1117
1142
  validationSources?: string[] | null | undefined;
1118
1143
  timeSpent?: number | null | undefined;
1119
1144
  timeSpentOverall?: number | null | undefined;
1145
+ noRecalculation?: boolean | undefined;
1120
1146
  }, {
1121
- id: number | null;
1122
1147
  url: string | null;
1148
+ id: number | null;
1123
1149
  schemaId: string | null;
1124
1150
  category: "datapoint" | null;
1125
1151
  content?: {
@@ -1141,6 +1167,7 @@ export declare const sectionDataSchema: z.ZodObject<{
1141
1167
  validationSources?: string[] | null | undefined;
1142
1168
  timeSpent?: number | null | undefined;
1143
1169
  timeSpentOverall?: number | null | undefined;
1170
+ noRecalculation?: boolean | undefined;
1144
1171
  }>, "many">, z.ZodArray<z.ZodObject<{
1145
1172
  id: z.ZodNullable<z.ZodNumber>;
1146
1173
  url: z.ZodNullable<z.ZodString>;
@@ -1199,9 +1226,10 @@ export declare const sectionDataSchema: z.ZodObject<{
1199
1226
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1200
1227
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1201
1228
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1229
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
1202
1230
  }, "strip", z.ZodTypeAny, {
1203
- id: number | null;
1204
1231
  url: string | null;
1232
+ id: number | null;
1205
1233
  schemaId: string | null;
1206
1234
  category: "datapoint" | null;
1207
1235
  content?: {
@@ -1223,9 +1251,10 @@ export declare const sectionDataSchema: z.ZodObject<{
1223
1251
  validationSources?: string[] | null | undefined;
1224
1252
  timeSpent?: number | null | undefined;
1225
1253
  timeSpentOverall?: number | null | undefined;
1254
+ noRecalculation?: boolean | undefined;
1226
1255
  }, {
1227
- id: number | null;
1228
1256
  url: string | null;
1257
+ id: number | null;
1229
1258
  schemaId: string | null;
1230
1259
  category: "datapoint" | null;
1231
1260
  content?: {
@@ -1247,16 +1276,14 @@ export declare const sectionDataSchema: z.ZodObject<{
1247
1276
  validationSources?: string[] | null | undefined;
1248
1277
  timeSpent?: number | null | undefined;
1249
1278
  timeSpentOverall?: number | null | undefined;
1279
+ noRecalculation?: boolean | undefined;
1250
1280
  }>>, "many">;
1251
1281
  schemaId: z.ZodString;
1252
1282
  }, "strip", z.ZodTypeAny, {
1253
- id: number | null;
1254
1283
  url: string | null;
1255
- schemaId: string;
1256
- category: "tuple" | null;
1257
1284
  children: ({
1258
- id: number | null;
1259
1285
  url: string | null;
1286
+ id: number | null;
1260
1287
  schemaId: string | null;
1261
1288
  category: "datapoint" | null;
1262
1289
  content?: {
@@ -1278,15 +1305,16 @@ export declare const sectionDataSchema: z.ZodObject<{
1278
1305
  validationSources?: string[] | null | undefined;
1279
1306
  timeSpent?: number | null | undefined;
1280
1307
  timeSpentOverall?: number | null | undefined;
1308
+ noRecalculation?: boolean | undefined;
1281
1309
  } | null)[];
1282
- }, {
1283
1310
  id: number | null;
1284
- url: string | null;
1285
1311
  schemaId: string;
1286
1312
  category: "tuple" | null;
1313
+ }, {
1314
+ url: string | null;
1287
1315
  children: ({
1288
- id: number | null;
1289
1316
  url: string | null;
1317
+ id: number | null;
1290
1318
  schemaId: string | null;
1291
1319
  category: "datapoint" | null;
1292
1320
  content?: {
@@ -1308,7 +1336,11 @@ export declare const sectionDataSchema: z.ZodObject<{
1308
1336
  validationSources?: string[] | null | undefined;
1309
1337
  timeSpent?: number | null | undefined;
1310
1338
  timeSpentOverall?: number | null | undefined;
1339
+ noRecalculation?: boolean | undefined;
1311
1340
  } | null)[];
1341
+ id: number | null;
1342
+ schemaId: string;
1343
+ category: "tuple" | null;
1312
1344
  }>, "many">]>>;
1313
1345
  category: z.ZodNullable<z.ZodLiteral<"multivalue">>;
1314
1346
  schemaId: z.ZodNullable<z.ZodString>;
@@ -1404,13 +1436,10 @@ export declare const sectionDataSchema: z.ZodObject<{
1404
1436
  timeSpentGrid: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1405
1437
  timeSpentGridOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1406
1438
  }, "strip", z.ZodTypeAny, {
1407
- id: number | null;
1408
1439
  url: string | null;
1409
- schemaId: string | null;
1410
- category: "multivalue" | null;
1411
1440
  children: (({
1412
- id: number | null;
1413
1441
  url: string | null;
1442
+ id: number | null;
1414
1443
  schemaId: string | null;
1415
1444
  category: "datapoint" | null;
1416
1445
  content?: {
@@ -1432,14 +1461,12 @@ export declare const sectionDataSchema: z.ZodObject<{
1432
1461
  validationSources?: string[] | null | undefined;
1433
1462
  timeSpent?: number | null | undefined;
1434
1463
  timeSpentOverall?: number | null | undefined;
1464
+ noRecalculation?: boolean | undefined;
1435
1465
  }[] | {
1436
- id: number | null;
1437
1466
  url: string | null;
1438
- schemaId: string;
1439
- category: "tuple" | null;
1440
1467
  children: ({
1441
- id: number | null;
1442
1468
  url: string | null;
1469
+ id: number | null;
1443
1470
  schemaId: string | null;
1444
1471
  category: "datapoint" | null;
1445
1472
  content?: {
@@ -1461,10 +1488,14 @@ export declare const sectionDataSchema: z.ZodObject<{
1461
1488
  validationSources?: string[] | null | undefined;
1462
1489
  timeSpent?: number | null | undefined;
1463
1490
  timeSpentOverall?: number | null | undefined;
1491
+ noRecalculation?: boolean | undefined;
1464
1492
  } | null)[];
1465
- }[]) & ({
1466
1493
  id: number | null;
1494
+ schemaId: string;
1495
+ category: "tuple" | null;
1496
+ }[]) & ({
1467
1497
  url: string | null;
1498
+ id: number | null;
1468
1499
  schemaId: string | null;
1469
1500
  category: "datapoint" | null;
1470
1501
  content?: {
@@ -1486,14 +1517,12 @@ export declare const sectionDataSchema: z.ZodObject<{
1486
1517
  validationSources?: string[] | null | undefined;
1487
1518
  timeSpent?: number | null | undefined;
1488
1519
  timeSpentOverall?: number | null | undefined;
1520
+ noRecalculation?: boolean | undefined;
1489
1521
  }[] | {
1490
- id: number | null;
1491
1522
  url: string | null;
1492
- schemaId: string;
1493
- category: "tuple" | null;
1494
1523
  children: ({
1495
- id: number | null;
1496
1524
  url: string | null;
1525
+ id: number | null;
1497
1526
  schemaId: string | null;
1498
1527
  category: "datapoint" | null;
1499
1528
  content?: {
@@ -1515,8 +1544,15 @@ export declare const sectionDataSchema: z.ZodObject<{
1515
1544
  validationSources?: string[] | null | undefined;
1516
1545
  timeSpent?: number | null | undefined;
1517
1546
  timeSpentOverall?: number | null | undefined;
1547
+ noRecalculation?: boolean | undefined;
1518
1548
  } | null)[];
1549
+ id: number | null;
1550
+ schemaId: string;
1551
+ category: "tuple" | null;
1519
1552
  }[] | undefined)) | null;
1553
+ id: number | null;
1554
+ schemaId: string | null;
1555
+ category: "multivalue" | null;
1520
1556
  content?: {
1521
1557
  value?: string | null | undefined;
1522
1558
  normalizedValue?: string | null | undefined;
@@ -1555,13 +1591,10 @@ export declare const sectionDataSchema: z.ZodObject<{
1555
1591
  timeSpentGrid?: number | null | undefined;
1556
1592
  timeSpentGridOverall?: number | null | undefined;
1557
1593
  }, {
1558
- id: number | null;
1559
1594
  url: string | null;
1560
- schemaId: string | null;
1561
- category: "multivalue" | null;
1562
1595
  children: (({
1563
- id: number | null;
1564
1596
  url: string | null;
1597
+ id: number | null;
1565
1598
  schemaId: string | null;
1566
1599
  category: "datapoint" | null;
1567
1600
  content?: {
@@ -1583,14 +1616,12 @@ export declare const sectionDataSchema: z.ZodObject<{
1583
1616
  validationSources?: string[] | null | undefined;
1584
1617
  timeSpent?: number | null | undefined;
1585
1618
  timeSpentOverall?: number | null | undefined;
1619
+ noRecalculation?: boolean | undefined;
1586
1620
  }[] | {
1587
- id: number | null;
1588
1621
  url: string | null;
1589
- schemaId: string;
1590
- category: "tuple" | null;
1591
1622
  children: ({
1592
- id: number | null;
1593
1623
  url: string | null;
1624
+ id: number | null;
1594
1625
  schemaId: string | null;
1595
1626
  category: "datapoint" | null;
1596
1627
  content?: {
@@ -1612,10 +1643,14 @@ export declare const sectionDataSchema: z.ZodObject<{
1612
1643
  validationSources?: string[] | null | undefined;
1613
1644
  timeSpent?: number | null | undefined;
1614
1645
  timeSpentOverall?: number | null | undefined;
1646
+ noRecalculation?: boolean | undefined;
1615
1647
  } | null)[];
1616
- }[]) & ({
1617
1648
  id: number | null;
1649
+ schemaId: string;
1650
+ category: "tuple" | null;
1651
+ }[]) & ({
1618
1652
  url: string | null;
1653
+ id: number | null;
1619
1654
  schemaId: string | null;
1620
1655
  category: "datapoint" | null;
1621
1656
  content?: {
@@ -1637,14 +1672,12 @@ export declare const sectionDataSchema: z.ZodObject<{
1637
1672
  validationSources?: string[] | null | undefined;
1638
1673
  timeSpent?: number | null | undefined;
1639
1674
  timeSpentOverall?: number | null | undefined;
1675
+ noRecalculation?: boolean | undefined;
1640
1676
  }[] | {
1641
- id: number | null;
1642
1677
  url: string | null;
1643
- schemaId: string;
1644
- category: "tuple" | null;
1645
1678
  children: ({
1646
- id: number | null;
1647
1679
  url: string | null;
1680
+ id: number | null;
1648
1681
  schemaId: string | null;
1649
1682
  category: "datapoint" | null;
1650
1683
  content?: {
@@ -1666,8 +1699,15 @@ export declare const sectionDataSchema: z.ZodObject<{
1666
1699
  validationSources?: string[] | null | undefined;
1667
1700
  timeSpent?: number | null | undefined;
1668
1701
  timeSpentOverall?: number | null | undefined;
1702
+ noRecalculation?: boolean | undefined;
1669
1703
  } | null)[];
1704
+ id: number | null;
1705
+ schemaId: string;
1706
+ category: "tuple" | null;
1670
1707
  }[] | undefined)) | null;
1708
+ id: number | null;
1709
+ schemaId: string | null;
1710
+ category: "multivalue" | null;
1671
1711
  content?: {
1672
1712
  value?: string | null | undefined;
1673
1713
  normalizedValue?: string | null | undefined;
@@ -1759,9 +1799,10 @@ export declare const sectionDataSchema: z.ZodObject<{
1759
1799
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1760
1800
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1761
1801
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1802
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
1762
1803
  }, "strip", z.ZodTypeAny, {
1763
- id: number | null;
1764
1804
  url: string | null;
1805
+ id: number | null;
1765
1806
  schemaId: string | null;
1766
1807
  category: "datapoint" | null;
1767
1808
  content?: {
@@ -1783,9 +1824,10 @@ export declare const sectionDataSchema: z.ZodObject<{
1783
1824
  validationSources?: string[] | null | undefined;
1784
1825
  timeSpent?: number | null | undefined;
1785
1826
  timeSpentOverall?: number | null | undefined;
1827
+ noRecalculation?: boolean | undefined;
1786
1828
  }, {
1787
- id: number | null;
1788
1829
  url: string | null;
1830
+ id: number | null;
1789
1831
  schemaId: string | null;
1790
1832
  category: "datapoint" | null;
1791
1833
  content?: {
@@ -1807,17 +1849,15 @@ export declare const sectionDataSchema: z.ZodObject<{
1807
1849
  validationSources?: string[] | null | undefined;
1808
1850
  timeSpent?: number | null | undefined;
1809
1851
  timeSpentOverall?: number | null | undefined;
1852
+ noRecalculation?: boolean | undefined;
1810
1853
  }>]>, "many">>;
1811
1854
  category: z.ZodNullable<z.ZodLiteral<"section">>;
1812
1855
  schemaId: z.ZodNullable<z.ZodString>;
1813
1856
  }, "strip", z.ZodTypeAny, {
1814
- id: number | null;
1815
1857
  url: string | null;
1816
- schemaId: string | null;
1817
- category: "section" | null;
1818
1858
  children: ({
1819
- id: number | null;
1820
1859
  url: string | null;
1860
+ id: number | null;
1821
1861
  schemaId: string | null;
1822
1862
  category: "datapoint" | null;
1823
1863
  content?: {
@@ -1839,14 +1879,12 @@ export declare const sectionDataSchema: z.ZodObject<{
1839
1879
  validationSources?: string[] | null | undefined;
1840
1880
  timeSpent?: number | null | undefined;
1841
1881
  timeSpentOverall?: number | null | undefined;
1882
+ noRecalculation?: boolean | undefined;
1842
1883
  } | {
1843
- id: number | null;
1844
1884
  url: string | null;
1845
- schemaId: string | null;
1846
- category: "multivalue" | null;
1847
1885
  children: (({
1848
- id: number | null;
1849
1886
  url: string | null;
1887
+ id: number | null;
1850
1888
  schemaId: string | null;
1851
1889
  category: "datapoint" | null;
1852
1890
  content?: {
@@ -1868,14 +1906,12 @@ export declare const sectionDataSchema: z.ZodObject<{
1868
1906
  validationSources?: string[] | null | undefined;
1869
1907
  timeSpent?: number | null | undefined;
1870
1908
  timeSpentOverall?: number | null | undefined;
1909
+ noRecalculation?: boolean | undefined;
1871
1910
  }[] | {
1872
- id: number | null;
1873
1911
  url: string | null;
1874
- schemaId: string;
1875
- category: "tuple" | null;
1876
1912
  children: ({
1877
- id: number | null;
1878
1913
  url: string | null;
1914
+ id: number | null;
1879
1915
  schemaId: string | null;
1880
1916
  category: "datapoint" | null;
1881
1917
  content?: {
@@ -1897,10 +1933,14 @@ export declare const sectionDataSchema: z.ZodObject<{
1897
1933
  validationSources?: string[] | null | undefined;
1898
1934
  timeSpent?: number | null | undefined;
1899
1935
  timeSpentOverall?: number | null | undefined;
1936
+ noRecalculation?: boolean | undefined;
1900
1937
  } | null)[];
1901
- }[]) & ({
1902
1938
  id: number | null;
1939
+ schemaId: string;
1940
+ category: "tuple" | null;
1941
+ }[]) & ({
1903
1942
  url: string | null;
1943
+ id: number | null;
1904
1944
  schemaId: string | null;
1905
1945
  category: "datapoint" | null;
1906
1946
  content?: {
@@ -1922,14 +1962,12 @@ export declare const sectionDataSchema: z.ZodObject<{
1922
1962
  validationSources?: string[] | null | undefined;
1923
1963
  timeSpent?: number | null | undefined;
1924
1964
  timeSpentOverall?: number | null | undefined;
1965
+ noRecalculation?: boolean | undefined;
1925
1966
  }[] | {
1926
- id: number | null;
1927
1967
  url: string | null;
1928
- schemaId: string;
1929
- category: "tuple" | null;
1930
1968
  children: ({
1931
- id: number | null;
1932
1969
  url: string | null;
1970
+ id: number | null;
1933
1971
  schemaId: string | null;
1934
1972
  category: "datapoint" | null;
1935
1973
  content?: {
@@ -1951,8 +1989,15 @@ export declare const sectionDataSchema: z.ZodObject<{
1951
1989
  validationSources?: string[] | null | undefined;
1952
1990
  timeSpent?: number | null | undefined;
1953
1991
  timeSpentOverall?: number | null | undefined;
1992
+ noRecalculation?: boolean | undefined;
1954
1993
  } | null)[];
1994
+ id: number | null;
1995
+ schemaId: string;
1996
+ category: "tuple" | null;
1955
1997
  }[] | undefined)) | null;
1998
+ id: number | null;
1999
+ schemaId: string | null;
2000
+ category: "multivalue" | null;
1956
2001
  content?: {
1957
2002
  value?: string | null | undefined;
1958
2003
  normalizedValue?: string | null | undefined;
@@ -1991,14 +2036,14 @@ export declare const sectionDataSchema: z.ZodObject<{
1991
2036
  timeSpentGrid?: number | null | undefined;
1992
2037
  timeSpentGridOverall?: number | null | undefined;
1993
2038
  })[] | null;
1994
- }, {
1995
2039
  id: number | null;
1996
- url: string | null;
1997
2040
  schemaId: string | null;
1998
2041
  category: "section" | null;
2042
+ }, {
2043
+ url: string | null;
1999
2044
  children: ({
2000
- id: number | null;
2001
2045
  url: string | null;
2046
+ id: number | null;
2002
2047
  schemaId: string | null;
2003
2048
  category: "datapoint" | null;
2004
2049
  content?: {
@@ -2020,14 +2065,12 @@ export declare const sectionDataSchema: z.ZodObject<{
2020
2065
  validationSources?: string[] | null | undefined;
2021
2066
  timeSpent?: number | null | undefined;
2022
2067
  timeSpentOverall?: number | null | undefined;
2068
+ noRecalculation?: boolean | undefined;
2023
2069
  } | {
2024
- id: number | null;
2025
2070
  url: string | null;
2026
- schemaId: string | null;
2027
- category: "multivalue" | null;
2028
2071
  children: (({
2029
- id: number | null;
2030
2072
  url: string | null;
2073
+ id: number | null;
2031
2074
  schemaId: string | null;
2032
2075
  category: "datapoint" | null;
2033
2076
  content?: {
@@ -2049,14 +2092,12 @@ export declare const sectionDataSchema: z.ZodObject<{
2049
2092
  validationSources?: string[] | null | undefined;
2050
2093
  timeSpent?: number | null | undefined;
2051
2094
  timeSpentOverall?: number | null | undefined;
2095
+ noRecalculation?: boolean | undefined;
2052
2096
  }[] | {
2053
- id: number | null;
2054
2097
  url: string | null;
2055
- schemaId: string;
2056
- category: "tuple" | null;
2057
2098
  children: ({
2058
- id: number | null;
2059
2099
  url: string | null;
2100
+ id: number | null;
2060
2101
  schemaId: string | null;
2061
2102
  category: "datapoint" | null;
2062
2103
  content?: {
@@ -2078,10 +2119,14 @@ export declare const sectionDataSchema: z.ZodObject<{
2078
2119
  validationSources?: string[] | null | undefined;
2079
2120
  timeSpent?: number | null | undefined;
2080
2121
  timeSpentOverall?: number | null | undefined;
2122
+ noRecalculation?: boolean | undefined;
2081
2123
  } | null)[];
2082
- }[]) & ({
2083
2124
  id: number | null;
2125
+ schemaId: string;
2126
+ category: "tuple" | null;
2127
+ }[]) & ({
2084
2128
  url: string | null;
2129
+ id: number | null;
2085
2130
  schemaId: string | null;
2086
2131
  category: "datapoint" | null;
2087
2132
  content?: {
@@ -2103,14 +2148,12 @@ export declare const sectionDataSchema: z.ZodObject<{
2103
2148
  validationSources?: string[] | null | undefined;
2104
2149
  timeSpent?: number | null | undefined;
2105
2150
  timeSpentOverall?: number | null | undefined;
2151
+ noRecalculation?: boolean | undefined;
2106
2152
  }[] | {
2107
- id: number | null;
2108
2153
  url: string | null;
2109
- schemaId: string;
2110
- category: "tuple" | null;
2111
2154
  children: ({
2112
- id: number | null;
2113
2155
  url: string | null;
2156
+ id: number | null;
2114
2157
  schemaId: string | null;
2115
2158
  category: "datapoint" | null;
2116
2159
  content?: {
@@ -2132,8 +2175,15 @@ export declare const sectionDataSchema: z.ZodObject<{
2132
2175
  validationSources?: string[] | null | undefined;
2133
2176
  timeSpent?: number | null | undefined;
2134
2177
  timeSpentOverall?: number | null | undefined;
2178
+ noRecalculation?: boolean | undefined;
2135
2179
  } | null)[];
2180
+ id: number | null;
2181
+ schemaId: string;
2182
+ category: "tuple" | null;
2136
2183
  }[] | undefined)) | null;
2184
+ id: number | null;
2185
+ schemaId: string | null;
2186
+ category: "multivalue" | null;
2137
2187
  content?: {
2138
2188
  value?: string | null | undefined;
2139
2189
  normalizedValue?: string | null | undefined;
@@ -2172,6 +2222,9 @@ export declare const sectionDataSchema: z.ZodObject<{
2172
2222
  timeSpentGrid?: number | null | undefined;
2173
2223
  timeSpentGridOverall?: number | null | undefined;
2174
2224
  })[] | null;
2225
+ id: number | null;
2226
+ schemaId: string | null;
2227
+ category: "section" | null;
2175
2228
  }>;
2176
2229
  export declare const annotationDataSchema: z.ZodObject<{
2177
2230
  content: z.ZodArray<z.ZodObject<{
@@ -2280,9 +2333,10 @@ export declare const annotationDataSchema: z.ZodObject<{
2280
2333
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2281
2334
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2282
2335
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2336
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
2283
2337
  }, "strip", z.ZodTypeAny, {
2284
- id: number | null;
2285
2338
  url: string | null;
2339
+ id: number | null;
2286
2340
  schemaId: string | null;
2287
2341
  category: "datapoint" | null;
2288
2342
  content?: {
@@ -2304,9 +2358,10 @@ export declare const annotationDataSchema: z.ZodObject<{
2304
2358
  validationSources?: string[] | null | undefined;
2305
2359
  timeSpent?: number | null | undefined;
2306
2360
  timeSpentOverall?: number | null | undefined;
2361
+ noRecalculation?: boolean | undefined;
2307
2362
  }, {
2308
- id: number | null;
2309
2363
  url: string | null;
2364
+ id: number | null;
2310
2365
  schemaId: string | null;
2311
2366
  category: "datapoint" | null;
2312
2367
  content?: {
@@ -2328,6 +2383,7 @@ export declare const annotationDataSchema: z.ZodObject<{
2328
2383
  validationSources?: string[] | null | undefined;
2329
2384
  timeSpent?: number | null | undefined;
2330
2385
  timeSpentOverall?: number | null | undefined;
2386
+ noRecalculation?: boolean | undefined;
2331
2387
  }>, "many">, z.ZodArray<z.ZodObject<{
2332
2388
  id: z.ZodNullable<z.ZodNumber>;
2333
2389
  url: z.ZodNullable<z.ZodString>;
@@ -2386,9 +2442,10 @@ export declare const annotationDataSchema: z.ZodObject<{
2386
2442
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2387
2443
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2388
2444
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2445
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
2389
2446
  }, "strip", z.ZodTypeAny, {
2390
- id: number | null;
2391
2447
  url: string | null;
2448
+ id: number | null;
2392
2449
  schemaId: string | null;
2393
2450
  category: "datapoint" | null;
2394
2451
  content?: {
@@ -2410,9 +2467,10 @@ export declare const annotationDataSchema: z.ZodObject<{
2410
2467
  validationSources?: string[] | null | undefined;
2411
2468
  timeSpent?: number | null | undefined;
2412
2469
  timeSpentOverall?: number | null | undefined;
2470
+ noRecalculation?: boolean | undefined;
2413
2471
  }, {
2414
- id: number | null;
2415
2472
  url: string | null;
2473
+ id: number | null;
2416
2474
  schemaId: string | null;
2417
2475
  category: "datapoint" | null;
2418
2476
  content?: {
@@ -2434,16 +2492,14 @@ export declare const annotationDataSchema: z.ZodObject<{
2434
2492
  validationSources?: string[] | null | undefined;
2435
2493
  timeSpent?: number | null | undefined;
2436
2494
  timeSpentOverall?: number | null | undefined;
2495
+ noRecalculation?: boolean | undefined;
2437
2496
  }>>, "many">;
2438
2497
  schemaId: z.ZodString;
2439
2498
  }, "strip", z.ZodTypeAny, {
2440
- id: number | null;
2441
2499
  url: string | null;
2442
- schemaId: string;
2443
- category: "tuple" | null;
2444
2500
  children: ({
2445
- id: number | null;
2446
2501
  url: string | null;
2502
+ id: number | null;
2447
2503
  schemaId: string | null;
2448
2504
  category: "datapoint" | null;
2449
2505
  content?: {
@@ -2465,15 +2521,16 @@ export declare const annotationDataSchema: z.ZodObject<{
2465
2521
  validationSources?: string[] | null | undefined;
2466
2522
  timeSpent?: number | null | undefined;
2467
2523
  timeSpentOverall?: number | null | undefined;
2524
+ noRecalculation?: boolean | undefined;
2468
2525
  } | null)[];
2469
- }, {
2470
2526
  id: number | null;
2471
- url: string | null;
2472
2527
  schemaId: string;
2473
2528
  category: "tuple" | null;
2474
- children: ({
2475
- id: number | null;
2529
+ }, {
2530
+ url: string | null;
2531
+ children: ({
2476
2532
  url: string | null;
2533
+ id: number | null;
2477
2534
  schemaId: string | null;
2478
2535
  category: "datapoint" | null;
2479
2536
  content?: {
@@ -2495,7 +2552,11 @@ export declare const annotationDataSchema: z.ZodObject<{
2495
2552
  validationSources?: string[] | null | undefined;
2496
2553
  timeSpent?: number | null | undefined;
2497
2554
  timeSpentOverall?: number | null | undefined;
2555
+ noRecalculation?: boolean | undefined;
2498
2556
  } | null)[];
2557
+ id: number | null;
2558
+ schemaId: string;
2559
+ category: "tuple" | null;
2499
2560
  }>, "many">]>>;
2500
2561
  category: z.ZodNullable<z.ZodLiteral<"multivalue">>;
2501
2562
  schemaId: z.ZodNullable<z.ZodString>;
@@ -2591,13 +2652,10 @@ export declare const annotationDataSchema: z.ZodObject<{
2591
2652
  timeSpentGrid: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2592
2653
  timeSpentGridOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2593
2654
  }, "strip", z.ZodTypeAny, {
2594
- id: number | null;
2595
2655
  url: string | null;
2596
- schemaId: string | null;
2597
- category: "multivalue" | null;
2598
2656
  children: (({
2599
- id: number | null;
2600
2657
  url: string | null;
2658
+ id: number | null;
2601
2659
  schemaId: string | null;
2602
2660
  category: "datapoint" | null;
2603
2661
  content?: {
@@ -2619,14 +2677,12 @@ export declare const annotationDataSchema: z.ZodObject<{
2619
2677
  validationSources?: string[] | null | undefined;
2620
2678
  timeSpent?: number | null | undefined;
2621
2679
  timeSpentOverall?: number | null | undefined;
2680
+ noRecalculation?: boolean | undefined;
2622
2681
  }[] | {
2623
- id: number | null;
2624
2682
  url: string | null;
2625
- schemaId: string;
2626
- category: "tuple" | null;
2627
2683
  children: ({
2628
- id: number | null;
2629
2684
  url: string | null;
2685
+ id: number | null;
2630
2686
  schemaId: string | null;
2631
2687
  category: "datapoint" | null;
2632
2688
  content?: {
@@ -2648,10 +2704,14 @@ export declare const annotationDataSchema: z.ZodObject<{
2648
2704
  validationSources?: string[] | null | undefined;
2649
2705
  timeSpent?: number | null | undefined;
2650
2706
  timeSpentOverall?: number | null | undefined;
2707
+ noRecalculation?: boolean | undefined;
2651
2708
  } | null)[];
2652
- }[]) & ({
2653
2709
  id: number | null;
2710
+ schemaId: string;
2711
+ category: "tuple" | null;
2712
+ }[]) & ({
2654
2713
  url: string | null;
2714
+ id: number | null;
2655
2715
  schemaId: string | null;
2656
2716
  category: "datapoint" | null;
2657
2717
  content?: {
@@ -2673,14 +2733,12 @@ export declare const annotationDataSchema: z.ZodObject<{
2673
2733
  validationSources?: string[] | null | undefined;
2674
2734
  timeSpent?: number | null | undefined;
2675
2735
  timeSpentOverall?: number | null | undefined;
2736
+ noRecalculation?: boolean | undefined;
2676
2737
  }[] | {
2677
- id: number | null;
2678
2738
  url: string | null;
2679
- schemaId: string;
2680
- category: "tuple" | null;
2681
2739
  children: ({
2682
- id: number | null;
2683
2740
  url: string | null;
2741
+ id: number | null;
2684
2742
  schemaId: string | null;
2685
2743
  category: "datapoint" | null;
2686
2744
  content?: {
@@ -2702,8 +2760,15 @@ export declare const annotationDataSchema: z.ZodObject<{
2702
2760
  validationSources?: string[] | null | undefined;
2703
2761
  timeSpent?: number | null | undefined;
2704
2762
  timeSpentOverall?: number | null | undefined;
2763
+ noRecalculation?: boolean | undefined;
2705
2764
  } | null)[];
2765
+ id: number | null;
2766
+ schemaId: string;
2767
+ category: "tuple" | null;
2706
2768
  }[] | undefined)) | null;
2769
+ id: number | null;
2770
+ schemaId: string | null;
2771
+ category: "multivalue" | null;
2707
2772
  content?: {
2708
2773
  value?: string | null | undefined;
2709
2774
  normalizedValue?: string | null | undefined;
@@ -2742,13 +2807,10 @@ export declare const annotationDataSchema: z.ZodObject<{
2742
2807
  timeSpentGrid?: number | null | undefined;
2743
2808
  timeSpentGridOverall?: number | null | undefined;
2744
2809
  }, {
2745
- id: number | null;
2746
2810
  url: string | null;
2747
- schemaId: string | null;
2748
- category: "multivalue" | null;
2749
2811
  children: (({
2750
- id: number | null;
2751
2812
  url: string | null;
2813
+ id: number | null;
2752
2814
  schemaId: string | null;
2753
2815
  category: "datapoint" | null;
2754
2816
  content?: {
@@ -2770,14 +2832,12 @@ export declare const annotationDataSchema: z.ZodObject<{
2770
2832
  validationSources?: string[] | null | undefined;
2771
2833
  timeSpent?: number | null | undefined;
2772
2834
  timeSpentOverall?: number | null | undefined;
2835
+ noRecalculation?: boolean | undefined;
2773
2836
  }[] | {
2774
- id: number | null;
2775
2837
  url: string | null;
2776
- schemaId: string;
2777
- category: "tuple" | null;
2778
2838
  children: ({
2779
- id: number | null;
2780
2839
  url: string | null;
2840
+ id: number | null;
2781
2841
  schemaId: string | null;
2782
2842
  category: "datapoint" | null;
2783
2843
  content?: {
@@ -2799,10 +2859,14 @@ export declare const annotationDataSchema: z.ZodObject<{
2799
2859
  validationSources?: string[] | null | undefined;
2800
2860
  timeSpent?: number | null | undefined;
2801
2861
  timeSpentOverall?: number | null | undefined;
2862
+ noRecalculation?: boolean | undefined;
2802
2863
  } | null)[];
2803
- }[]) & ({
2804
2864
  id: number | null;
2865
+ schemaId: string;
2866
+ category: "tuple" | null;
2867
+ }[]) & ({
2805
2868
  url: string | null;
2869
+ id: number | null;
2806
2870
  schemaId: string | null;
2807
2871
  category: "datapoint" | null;
2808
2872
  content?: {
@@ -2824,14 +2888,12 @@ export declare const annotationDataSchema: z.ZodObject<{
2824
2888
  validationSources?: string[] | null | undefined;
2825
2889
  timeSpent?: number | null | undefined;
2826
2890
  timeSpentOverall?: number | null | undefined;
2891
+ noRecalculation?: boolean | undefined;
2827
2892
  }[] | {
2828
- id: number | null;
2829
2893
  url: string | null;
2830
- schemaId: string;
2831
- category: "tuple" | null;
2832
2894
  children: ({
2833
- id: number | null;
2834
2895
  url: string | null;
2896
+ id: number | null;
2835
2897
  schemaId: string | null;
2836
2898
  category: "datapoint" | null;
2837
2899
  content?: {
@@ -2853,8 +2915,15 @@ export declare const annotationDataSchema: z.ZodObject<{
2853
2915
  validationSources?: string[] | null | undefined;
2854
2916
  timeSpent?: number | null | undefined;
2855
2917
  timeSpentOverall?: number | null | undefined;
2918
+ noRecalculation?: boolean | undefined;
2856
2919
  } | null)[];
2920
+ id: number | null;
2921
+ schemaId: string;
2922
+ category: "tuple" | null;
2857
2923
  }[] | undefined)) | null;
2924
+ id: number | null;
2925
+ schemaId: string | null;
2926
+ category: "multivalue" | null;
2858
2927
  content?: {
2859
2928
  value?: string | null | undefined;
2860
2929
  normalizedValue?: string | null | undefined;
@@ -2946,9 +3015,10 @@ export declare const annotationDataSchema: z.ZodObject<{
2946
3015
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2947
3016
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2948
3017
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
3018
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
2949
3019
  }, "strip", z.ZodTypeAny, {
2950
- id: number | null;
2951
3020
  url: string | null;
3021
+ id: number | null;
2952
3022
  schemaId: string | null;
2953
3023
  category: "datapoint" | null;
2954
3024
  content?: {
@@ -2970,9 +3040,10 @@ export declare const annotationDataSchema: z.ZodObject<{
2970
3040
  validationSources?: string[] | null | undefined;
2971
3041
  timeSpent?: number | null | undefined;
2972
3042
  timeSpentOverall?: number | null | undefined;
3043
+ noRecalculation?: boolean | undefined;
2973
3044
  }, {
2974
- id: number | null;
2975
3045
  url: string | null;
3046
+ id: number | null;
2976
3047
  schemaId: string | null;
2977
3048
  category: "datapoint" | null;
2978
3049
  content?: {
@@ -2994,17 +3065,15 @@ export declare const annotationDataSchema: z.ZodObject<{
2994
3065
  validationSources?: string[] | null | undefined;
2995
3066
  timeSpent?: number | null | undefined;
2996
3067
  timeSpentOverall?: number | null | undefined;
3068
+ noRecalculation?: boolean | undefined;
2997
3069
  }>]>, "many">>;
2998
3070
  category: z.ZodNullable<z.ZodLiteral<"section">>;
2999
3071
  schemaId: z.ZodNullable<z.ZodString>;
3000
3072
  }, "strip", z.ZodTypeAny, {
3001
- id: number | null;
3002
3073
  url: string | null;
3003
- schemaId: string | null;
3004
- category: "section" | null;
3005
3074
  children: ({
3006
- id: number | null;
3007
3075
  url: string | null;
3076
+ id: number | null;
3008
3077
  schemaId: string | null;
3009
3078
  category: "datapoint" | null;
3010
3079
  content?: {
@@ -3026,14 +3095,12 @@ export declare const annotationDataSchema: z.ZodObject<{
3026
3095
  validationSources?: string[] | null | undefined;
3027
3096
  timeSpent?: number | null | undefined;
3028
3097
  timeSpentOverall?: number | null | undefined;
3098
+ noRecalculation?: boolean | undefined;
3029
3099
  } | {
3030
- id: number | null;
3031
3100
  url: string | null;
3032
- schemaId: string | null;
3033
- category: "multivalue" | null;
3034
3101
  children: (({
3035
- id: number | null;
3036
3102
  url: string | null;
3103
+ id: number | null;
3037
3104
  schemaId: string | null;
3038
3105
  category: "datapoint" | null;
3039
3106
  content?: {
@@ -3055,14 +3122,12 @@ export declare const annotationDataSchema: z.ZodObject<{
3055
3122
  validationSources?: string[] | null | undefined;
3056
3123
  timeSpent?: number | null | undefined;
3057
3124
  timeSpentOverall?: number | null | undefined;
3125
+ noRecalculation?: boolean | undefined;
3058
3126
  }[] | {
3059
- id: number | null;
3060
3127
  url: string | null;
3061
- schemaId: string;
3062
- category: "tuple" | null;
3063
3128
  children: ({
3064
- id: number | null;
3065
3129
  url: string | null;
3130
+ id: number | null;
3066
3131
  schemaId: string | null;
3067
3132
  category: "datapoint" | null;
3068
3133
  content?: {
@@ -3084,10 +3149,14 @@ export declare const annotationDataSchema: z.ZodObject<{
3084
3149
  validationSources?: string[] | null | undefined;
3085
3150
  timeSpent?: number | null | undefined;
3086
3151
  timeSpentOverall?: number | null | undefined;
3152
+ noRecalculation?: boolean | undefined;
3087
3153
  } | null)[];
3088
- }[]) & ({
3089
3154
  id: number | null;
3155
+ schemaId: string;
3156
+ category: "tuple" | null;
3157
+ }[]) & ({
3090
3158
  url: string | null;
3159
+ id: number | null;
3091
3160
  schemaId: string | null;
3092
3161
  category: "datapoint" | null;
3093
3162
  content?: {
@@ -3109,14 +3178,12 @@ export declare const annotationDataSchema: z.ZodObject<{
3109
3178
  validationSources?: string[] | null | undefined;
3110
3179
  timeSpent?: number | null | undefined;
3111
3180
  timeSpentOverall?: number | null | undefined;
3181
+ noRecalculation?: boolean | undefined;
3112
3182
  }[] | {
3113
- id: number | null;
3114
3183
  url: string | null;
3115
- schemaId: string;
3116
- category: "tuple" | null;
3117
3184
  children: ({
3118
- id: number | null;
3119
3185
  url: string | null;
3186
+ id: number | null;
3120
3187
  schemaId: string | null;
3121
3188
  category: "datapoint" | null;
3122
3189
  content?: {
@@ -3138,8 +3205,15 @@ export declare const annotationDataSchema: z.ZodObject<{
3138
3205
  validationSources?: string[] | null | undefined;
3139
3206
  timeSpent?: number | null | undefined;
3140
3207
  timeSpentOverall?: number | null | undefined;
3208
+ noRecalculation?: boolean | undefined;
3141
3209
  } | null)[];
3210
+ id: number | null;
3211
+ schemaId: string;
3212
+ category: "tuple" | null;
3142
3213
  }[] | undefined)) | null;
3214
+ id: number | null;
3215
+ schemaId: string | null;
3216
+ category: "multivalue" | null;
3143
3217
  content?: {
3144
3218
  value?: string | null | undefined;
3145
3219
  normalizedValue?: string | null | undefined;
@@ -3178,14 +3252,14 @@ export declare const annotationDataSchema: z.ZodObject<{
3178
3252
  timeSpentGrid?: number | null | undefined;
3179
3253
  timeSpentGridOverall?: number | null | undefined;
3180
3254
  })[] | null;
3181
- }, {
3182
3255
  id: number | null;
3183
- url: string | null;
3184
3256
  schemaId: string | null;
3185
3257
  category: "section" | null;
3258
+ }, {
3259
+ url: string | null;
3186
3260
  children: ({
3187
- id: number | null;
3188
3261
  url: string | null;
3262
+ id: number | null;
3189
3263
  schemaId: string | null;
3190
3264
  category: "datapoint" | null;
3191
3265
  content?: {
@@ -3207,14 +3281,12 @@ export declare const annotationDataSchema: z.ZodObject<{
3207
3281
  validationSources?: string[] | null | undefined;
3208
3282
  timeSpent?: number | null | undefined;
3209
3283
  timeSpentOverall?: number | null | undefined;
3284
+ noRecalculation?: boolean | undefined;
3210
3285
  } | {
3211
- id: number | null;
3212
3286
  url: string | null;
3213
- schemaId: string | null;
3214
- category: "multivalue" | null;
3215
3287
  children: (({
3216
- id: number | null;
3217
3288
  url: string | null;
3289
+ id: number | null;
3218
3290
  schemaId: string | null;
3219
3291
  category: "datapoint" | null;
3220
3292
  content?: {
@@ -3236,14 +3308,12 @@ export declare const annotationDataSchema: z.ZodObject<{
3236
3308
  validationSources?: string[] | null | undefined;
3237
3309
  timeSpent?: number | null | undefined;
3238
3310
  timeSpentOverall?: number | null | undefined;
3311
+ noRecalculation?: boolean | undefined;
3239
3312
  }[] | {
3240
- id: number | null;
3241
3313
  url: string | null;
3242
- schemaId: string;
3243
- category: "tuple" | null;
3244
3314
  children: ({
3245
- id: number | null;
3246
3315
  url: string | null;
3316
+ id: number | null;
3247
3317
  schemaId: string | null;
3248
3318
  category: "datapoint" | null;
3249
3319
  content?: {
@@ -3265,10 +3335,14 @@ export declare const annotationDataSchema: z.ZodObject<{
3265
3335
  validationSources?: string[] | null | undefined;
3266
3336
  timeSpent?: number | null | undefined;
3267
3337
  timeSpentOverall?: number | null | undefined;
3338
+ noRecalculation?: boolean | undefined;
3268
3339
  } | null)[];
3269
- }[]) & ({
3270
3340
  id: number | null;
3341
+ schemaId: string;
3342
+ category: "tuple" | null;
3343
+ }[]) & ({
3271
3344
  url: string | null;
3345
+ id: number | null;
3272
3346
  schemaId: string | null;
3273
3347
  category: "datapoint" | null;
3274
3348
  content?: {
@@ -3290,14 +3364,12 @@ export declare const annotationDataSchema: z.ZodObject<{
3290
3364
  validationSources?: string[] | null | undefined;
3291
3365
  timeSpent?: number | null | undefined;
3292
3366
  timeSpentOverall?: number | null | undefined;
3367
+ noRecalculation?: boolean | undefined;
3293
3368
  }[] | {
3294
- id: number | null;
3295
3369
  url: string | null;
3296
- schemaId: string;
3297
- category: "tuple" | null;
3298
3370
  children: ({
3299
- id: number | null;
3300
3371
  url: string | null;
3372
+ id: number | null;
3301
3373
  schemaId: string | null;
3302
3374
  category: "datapoint" | null;
3303
3375
  content?: {
@@ -3319,8 +3391,15 @@ export declare const annotationDataSchema: z.ZodObject<{
3319
3391
  validationSources?: string[] | null | undefined;
3320
3392
  timeSpent?: number | null | undefined;
3321
3393
  timeSpentOverall?: number | null | undefined;
3394
+ noRecalculation?: boolean | undefined;
3322
3395
  } | null)[];
3396
+ id: number | null;
3397
+ schemaId: string;
3398
+ category: "tuple" | null;
3323
3399
  }[] | undefined)) | null;
3400
+ id: number | null;
3401
+ schemaId: string | null;
3402
+ category: "multivalue" | null;
3324
3403
  content?: {
3325
3404
  value?: string | null | undefined;
3326
3405
  normalizedValue?: string | null | undefined;
@@ -3359,6 +3438,9 @@ export declare const annotationDataSchema: z.ZodObject<{
3359
3438
  timeSpentGrid?: number | null | undefined;
3360
3439
  timeSpentGridOverall?: number | null | undefined;
3361
3440
  })[] | null;
3441
+ id: number | null;
3442
+ schemaId: string | null;
3443
+ category: "section" | null;
3362
3444
  }>, "many">;
3363
3445
  results: z.ZodArray<z.ZodObject<{
3364
3446
  id: z.ZodNullable<z.ZodNumber>;
@@ -3466,9 +3548,10 @@ export declare const annotationDataSchema: z.ZodObject<{
3466
3548
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3467
3549
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
3468
3550
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
3551
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
3469
3552
  }, "strip", z.ZodTypeAny, {
3470
- id: number | null;
3471
3553
  url: string | null;
3554
+ id: number | null;
3472
3555
  schemaId: string | null;
3473
3556
  category: "datapoint" | null;
3474
3557
  content?: {
@@ -3490,9 +3573,10 @@ export declare const annotationDataSchema: z.ZodObject<{
3490
3573
  validationSources?: string[] | null | undefined;
3491
3574
  timeSpent?: number | null | undefined;
3492
3575
  timeSpentOverall?: number | null | undefined;
3576
+ noRecalculation?: boolean | undefined;
3493
3577
  }, {
3494
- id: number | null;
3495
3578
  url: string | null;
3579
+ id: number | null;
3496
3580
  schemaId: string | null;
3497
3581
  category: "datapoint" | null;
3498
3582
  content?: {
@@ -3514,6 +3598,7 @@ export declare const annotationDataSchema: z.ZodObject<{
3514
3598
  validationSources?: string[] | null | undefined;
3515
3599
  timeSpent?: number | null | undefined;
3516
3600
  timeSpentOverall?: number | null | undefined;
3601
+ noRecalculation?: boolean | undefined;
3517
3602
  }>, "many">, z.ZodArray<z.ZodObject<{
3518
3603
  id: z.ZodNullable<z.ZodNumber>;
3519
3604
  url: z.ZodNullable<z.ZodString>;
@@ -3572,9 +3657,10 @@ export declare const annotationDataSchema: z.ZodObject<{
3572
3657
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3573
3658
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
3574
3659
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
3660
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
3575
3661
  }, "strip", z.ZodTypeAny, {
3576
- id: number | null;
3577
3662
  url: string | null;
3663
+ id: number | null;
3578
3664
  schemaId: string | null;
3579
3665
  category: "datapoint" | null;
3580
3666
  content?: {
@@ -3596,9 +3682,10 @@ export declare const annotationDataSchema: z.ZodObject<{
3596
3682
  validationSources?: string[] | null | undefined;
3597
3683
  timeSpent?: number | null | undefined;
3598
3684
  timeSpentOverall?: number | null | undefined;
3685
+ noRecalculation?: boolean | undefined;
3599
3686
  }, {
3600
- id: number | null;
3601
3687
  url: string | null;
3688
+ id: number | null;
3602
3689
  schemaId: string | null;
3603
3690
  category: "datapoint" | null;
3604
3691
  content?: {
@@ -3620,16 +3707,14 @@ export declare const annotationDataSchema: z.ZodObject<{
3620
3707
  validationSources?: string[] | null | undefined;
3621
3708
  timeSpent?: number | null | undefined;
3622
3709
  timeSpentOverall?: number | null | undefined;
3710
+ noRecalculation?: boolean | undefined;
3623
3711
  }>>, "many">;
3624
3712
  schemaId: z.ZodString;
3625
3713
  }, "strip", z.ZodTypeAny, {
3626
- id: number | null;
3627
3714
  url: string | null;
3628
- schemaId: string;
3629
- category: "tuple" | null;
3630
3715
  children: ({
3631
- id: number | null;
3632
3716
  url: string | null;
3717
+ id: number | null;
3633
3718
  schemaId: string | null;
3634
3719
  category: "datapoint" | null;
3635
3720
  content?: {
@@ -3651,15 +3736,16 @@ export declare const annotationDataSchema: z.ZodObject<{
3651
3736
  validationSources?: string[] | null | undefined;
3652
3737
  timeSpent?: number | null | undefined;
3653
3738
  timeSpentOverall?: number | null | undefined;
3739
+ noRecalculation?: boolean | undefined;
3654
3740
  } | null)[];
3655
- }, {
3656
3741
  id: number | null;
3657
- url: string | null;
3658
3742
  schemaId: string;
3659
3743
  category: "tuple" | null;
3744
+ }, {
3745
+ url: string | null;
3660
3746
  children: ({
3661
- id: number | null;
3662
3747
  url: string | null;
3748
+ id: number | null;
3663
3749
  schemaId: string | null;
3664
3750
  category: "datapoint" | null;
3665
3751
  content?: {
@@ -3681,7 +3767,11 @@ export declare const annotationDataSchema: z.ZodObject<{
3681
3767
  validationSources?: string[] | null | undefined;
3682
3768
  timeSpent?: number | null | undefined;
3683
3769
  timeSpentOverall?: number | null | undefined;
3770
+ noRecalculation?: boolean | undefined;
3684
3771
  } | null)[];
3772
+ id: number | null;
3773
+ schemaId: string;
3774
+ category: "tuple" | null;
3685
3775
  }>, "many">]>>;
3686
3776
  category: z.ZodNullable<z.ZodLiteral<"multivalue">>;
3687
3777
  schemaId: z.ZodNullable<z.ZodString>;
@@ -3777,13 +3867,10 @@ export declare const annotationDataSchema: z.ZodObject<{
3777
3867
  timeSpentGrid: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
3778
3868
  timeSpentGridOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
3779
3869
  }, "strip", z.ZodTypeAny, {
3780
- id: number | null;
3781
3870
  url: string | null;
3782
- schemaId: string | null;
3783
- category: "multivalue" | null;
3784
3871
  children: (({
3785
- id: number | null;
3786
3872
  url: string | null;
3873
+ id: number | null;
3787
3874
  schemaId: string | null;
3788
3875
  category: "datapoint" | null;
3789
3876
  content?: {
@@ -3805,14 +3892,12 @@ export declare const annotationDataSchema: z.ZodObject<{
3805
3892
  validationSources?: string[] | null | undefined;
3806
3893
  timeSpent?: number | null | undefined;
3807
3894
  timeSpentOverall?: number | null | undefined;
3895
+ noRecalculation?: boolean | undefined;
3808
3896
  }[] | {
3809
- id: number | null;
3810
3897
  url: string | null;
3811
- schemaId: string;
3812
- category: "tuple" | null;
3813
3898
  children: ({
3814
- id: number | null;
3815
3899
  url: string | null;
3900
+ id: number | null;
3816
3901
  schemaId: string | null;
3817
3902
  category: "datapoint" | null;
3818
3903
  content?: {
@@ -3834,10 +3919,14 @@ export declare const annotationDataSchema: z.ZodObject<{
3834
3919
  validationSources?: string[] | null | undefined;
3835
3920
  timeSpent?: number | null | undefined;
3836
3921
  timeSpentOverall?: number | null | undefined;
3922
+ noRecalculation?: boolean | undefined;
3837
3923
  } | null)[];
3838
- }[]) & ({
3839
3924
  id: number | null;
3925
+ schemaId: string;
3926
+ category: "tuple" | null;
3927
+ }[]) & ({
3840
3928
  url: string | null;
3929
+ id: number | null;
3841
3930
  schemaId: string | null;
3842
3931
  category: "datapoint" | null;
3843
3932
  content?: {
@@ -3859,14 +3948,12 @@ export declare const annotationDataSchema: z.ZodObject<{
3859
3948
  validationSources?: string[] | null | undefined;
3860
3949
  timeSpent?: number | null | undefined;
3861
3950
  timeSpentOverall?: number | null | undefined;
3951
+ noRecalculation?: boolean | undefined;
3862
3952
  }[] | {
3863
- id: number | null;
3864
3953
  url: string | null;
3865
- schemaId: string;
3866
- category: "tuple" | null;
3867
3954
  children: ({
3868
- id: number | null;
3869
3955
  url: string | null;
3956
+ id: number | null;
3870
3957
  schemaId: string | null;
3871
3958
  category: "datapoint" | null;
3872
3959
  content?: {
@@ -3888,8 +3975,15 @@ export declare const annotationDataSchema: z.ZodObject<{
3888
3975
  validationSources?: string[] | null | undefined;
3889
3976
  timeSpent?: number | null | undefined;
3890
3977
  timeSpentOverall?: number | null | undefined;
3978
+ noRecalculation?: boolean | undefined;
3891
3979
  } | null)[];
3980
+ id: number | null;
3981
+ schemaId: string;
3982
+ category: "tuple" | null;
3892
3983
  }[] | undefined)) | null;
3984
+ id: number | null;
3985
+ schemaId: string | null;
3986
+ category: "multivalue" | null;
3893
3987
  content?: {
3894
3988
  value?: string | null | undefined;
3895
3989
  normalizedValue?: string | null | undefined;
@@ -3928,13 +4022,10 @@ export declare const annotationDataSchema: z.ZodObject<{
3928
4022
  timeSpentGrid?: number | null | undefined;
3929
4023
  timeSpentGridOverall?: number | null | undefined;
3930
4024
  }, {
3931
- id: number | null;
3932
4025
  url: string | null;
3933
- schemaId: string | null;
3934
- category: "multivalue" | null;
3935
4026
  children: (({
3936
- id: number | null;
3937
4027
  url: string | null;
4028
+ id: number | null;
3938
4029
  schemaId: string | null;
3939
4030
  category: "datapoint" | null;
3940
4031
  content?: {
@@ -3956,14 +4047,12 @@ export declare const annotationDataSchema: z.ZodObject<{
3956
4047
  validationSources?: string[] | null | undefined;
3957
4048
  timeSpent?: number | null | undefined;
3958
4049
  timeSpentOverall?: number | null | undefined;
4050
+ noRecalculation?: boolean | undefined;
3959
4051
  }[] | {
3960
- id: number | null;
3961
4052
  url: string | null;
3962
- schemaId: string;
3963
- category: "tuple" | null;
3964
4053
  children: ({
3965
- id: number | null;
3966
4054
  url: string | null;
4055
+ id: number | null;
3967
4056
  schemaId: string | null;
3968
4057
  category: "datapoint" | null;
3969
4058
  content?: {
@@ -3985,10 +4074,14 @@ export declare const annotationDataSchema: z.ZodObject<{
3985
4074
  validationSources?: string[] | null | undefined;
3986
4075
  timeSpent?: number | null | undefined;
3987
4076
  timeSpentOverall?: number | null | undefined;
4077
+ noRecalculation?: boolean | undefined;
3988
4078
  } | null)[];
3989
- }[]) & ({
3990
4079
  id: number | null;
4080
+ schemaId: string;
4081
+ category: "tuple" | null;
4082
+ }[]) & ({
3991
4083
  url: string | null;
4084
+ id: number | null;
3992
4085
  schemaId: string | null;
3993
4086
  category: "datapoint" | null;
3994
4087
  content?: {
@@ -4010,14 +4103,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4010
4103
  validationSources?: string[] | null | undefined;
4011
4104
  timeSpent?: number | null | undefined;
4012
4105
  timeSpentOverall?: number | null | undefined;
4106
+ noRecalculation?: boolean | undefined;
4013
4107
  }[] | {
4014
- id: number | null;
4015
4108
  url: string | null;
4016
- schemaId: string;
4017
- category: "tuple" | null;
4018
4109
  children: ({
4019
- id: number | null;
4020
4110
  url: string | null;
4111
+ id: number | null;
4021
4112
  schemaId: string | null;
4022
4113
  category: "datapoint" | null;
4023
4114
  content?: {
@@ -4039,8 +4130,15 @@ export declare const annotationDataSchema: z.ZodObject<{
4039
4130
  validationSources?: string[] | null | undefined;
4040
4131
  timeSpent?: number | null | undefined;
4041
4132
  timeSpentOverall?: number | null | undefined;
4133
+ noRecalculation?: boolean | undefined;
4042
4134
  } | null)[];
4135
+ id: number | null;
4136
+ schemaId: string;
4137
+ category: "tuple" | null;
4043
4138
  }[] | undefined)) | null;
4139
+ id: number | null;
4140
+ schemaId: string | null;
4141
+ category: "multivalue" | null;
4044
4142
  content?: {
4045
4143
  value?: string | null | undefined;
4046
4144
  normalizedValue?: string | null | undefined;
@@ -4132,9 +4230,10 @@ export declare const annotationDataSchema: z.ZodObject<{
4132
4230
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4133
4231
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
4134
4232
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
4233
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
4135
4234
  }, "strip", z.ZodTypeAny, {
4136
- id: number | null;
4137
4235
  url: string | null;
4236
+ id: number | null;
4138
4237
  schemaId: string | null;
4139
4238
  category: "datapoint" | null;
4140
4239
  content?: {
@@ -4156,9 +4255,10 @@ export declare const annotationDataSchema: z.ZodObject<{
4156
4255
  validationSources?: string[] | null | undefined;
4157
4256
  timeSpent?: number | null | undefined;
4158
4257
  timeSpentOverall?: number | null | undefined;
4258
+ noRecalculation?: boolean | undefined;
4159
4259
  }, {
4160
- id: number | null;
4161
4260
  url: string | null;
4261
+ id: number | null;
4162
4262
  schemaId: string | null;
4163
4263
  category: "datapoint" | null;
4164
4264
  content?: {
@@ -4180,17 +4280,15 @@ export declare const annotationDataSchema: z.ZodObject<{
4180
4280
  validationSources?: string[] | null | undefined;
4181
4281
  timeSpent?: number | null | undefined;
4182
4282
  timeSpentOverall?: number | null | undefined;
4283
+ noRecalculation?: boolean | undefined;
4183
4284
  }>]>, "many">>;
4184
4285
  category: z.ZodNullable<z.ZodLiteral<"section">>;
4185
4286
  schemaId: z.ZodNullable<z.ZodString>;
4186
4287
  }, "strip", z.ZodTypeAny, {
4187
- id: number | null;
4188
4288
  url: string | null;
4189
- schemaId: string | null;
4190
- category: "section" | null;
4191
4289
  children: ({
4192
- id: number | null;
4193
4290
  url: string | null;
4291
+ id: number | null;
4194
4292
  schemaId: string | null;
4195
4293
  category: "datapoint" | null;
4196
4294
  content?: {
@@ -4212,14 +4310,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4212
4310
  validationSources?: string[] | null | undefined;
4213
4311
  timeSpent?: number | null | undefined;
4214
4312
  timeSpentOverall?: number | null | undefined;
4313
+ noRecalculation?: boolean | undefined;
4215
4314
  } | {
4216
- id: number | null;
4217
4315
  url: string | null;
4218
- schemaId: string | null;
4219
- category: "multivalue" | null;
4220
4316
  children: (({
4221
- id: number | null;
4222
4317
  url: string | null;
4318
+ id: number | null;
4223
4319
  schemaId: string | null;
4224
4320
  category: "datapoint" | null;
4225
4321
  content?: {
@@ -4241,14 +4337,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4241
4337
  validationSources?: string[] | null | undefined;
4242
4338
  timeSpent?: number | null | undefined;
4243
4339
  timeSpentOverall?: number | null | undefined;
4340
+ noRecalculation?: boolean | undefined;
4244
4341
  }[] | {
4245
- id: number | null;
4246
4342
  url: string | null;
4247
- schemaId: string;
4248
- category: "tuple" | null;
4249
4343
  children: ({
4250
- id: number | null;
4251
4344
  url: string | null;
4345
+ id: number | null;
4252
4346
  schemaId: string | null;
4253
4347
  category: "datapoint" | null;
4254
4348
  content?: {
@@ -4270,10 +4364,14 @@ export declare const annotationDataSchema: z.ZodObject<{
4270
4364
  validationSources?: string[] | null | undefined;
4271
4365
  timeSpent?: number | null | undefined;
4272
4366
  timeSpentOverall?: number | null | undefined;
4367
+ noRecalculation?: boolean | undefined;
4273
4368
  } | null)[];
4274
- }[]) & ({
4275
4369
  id: number | null;
4370
+ schemaId: string;
4371
+ category: "tuple" | null;
4372
+ }[]) & ({
4276
4373
  url: string | null;
4374
+ id: number | null;
4277
4375
  schemaId: string | null;
4278
4376
  category: "datapoint" | null;
4279
4377
  content?: {
@@ -4295,14 +4393,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4295
4393
  validationSources?: string[] | null | undefined;
4296
4394
  timeSpent?: number | null | undefined;
4297
4395
  timeSpentOverall?: number | null | undefined;
4396
+ noRecalculation?: boolean | undefined;
4298
4397
  }[] | {
4299
- id: number | null;
4300
4398
  url: string | null;
4301
- schemaId: string;
4302
- category: "tuple" | null;
4303
4399
  children: ({
4304
- id: number | null;
4305
4400
  url: string | null;
4401
+ id: number | null;
4306
4402
  schemaId: string | null;
4307
4403
  category: "datapoint" | null;
4308
4404
  content?: {
@@ -4324,8 +4420,15 @@ export declare const annotationDataSchema: z.ZodObject<{
4324
4420
  validationSources?: string[] | null | undefined;
4325
4421
  timeSpent?: number | null | undefined;
4326
4422
  timeSpentOverall?: number | null | undefined;
4423
+ noRecalculation?: boolean | undefined;
4327
4424
  } | null)[];
4425
+ id: number | null;
4426
+ schemaId: string;
4427
+ category: "tuple" | null;
4328
4428
  }[] | undefined)) | null;
4429
+ id: number | null;
4430
+ schemaId: string | null;
4431
+ category: "multivalue" | null;
4329
4432
  content?: {
4330
4433
  value?: string | null | undefined;
4331
4434
  normalizedValue?: string | null | undefined;
@@ -4364,14 +4467,14 @@ export declare const annotationDataSchema: z.ZodObject<{
4364
4467
  timeSpentGrid?: number | null | undefined;
4365
4468
  timeSpentGridOverall?: number | null | undefined;
4366
4469
  })[] | null;
4367
- }, {
4368
4470
  id: number | null;
4369
- url: string | null;
4370
4471
  schemaId: string | null;
4371
4472
  category: "section" | null;
4473
+ }, {
4474
+ url: string | null;
4372
4475
  children: ({
4373
- id: number | null;
4374
4476
  url: string | null;
4477
+ id: number | null;
4375
4478
  schemaId: string | null;
4376
4479
  category: "datapoint" | null;
4377
4480
  content?: {
@@ -4393,14 +4496,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4393
4496
  validationSources?: string[] | null | undefined;
4394
4497
  timeSpent?: number | null | undefined;
4395
4498
  timeSpentOverall?: number | null | undefined;
4499
+ noRecalculation?: boolean | undefined;
4396
4500
  } | {
4397
- id: number | null;
4398
4501
  url: string | null;
4399
- schemaId: string | null;
4400
- category: "multivalue" | null;
4401
4502
  children: (({
4402
- id: number | null;
4403
4503
  url: string | null;
4504
+ id: number | null;
4404
4505
  schemaId: string | null;
4405
4506
  category: "datapoint" | null;
4406
4507
  content?: {
@@ -4422,14 +4523,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4422
4523
  validationSources?: string[] | null | undefined;
4423
4524
  timeSpent?: number | null | undefined;
4424
4525
  timeSpentOverall?: number | null | undefined;
4526
+ noRecalculation?: boolean | undefined;
4425
4527
  }[] | {
4426
- id: number | null;
4427
4528
  url: string | null;
4428
- schemaId: string;
4429
- category: "tuple" | null;
4430
4529
  children: ({
4431
- id: number | null;
4432
4530
  url: string | null;
4531
+ id: number | null;
4433
4532
  schemaId: string | null;
4434
4533
  category: "datapoint" | null;
4435
4534
  content?: {
@@ -4451,10 +4550,14 @@ export declare const annotationDataSchema: z.ZodObject<{
4451
4550
  validationSources?: string[] | null | undefined;
4452
4551
  timeSpent?: number | null | undefined;
4453
4552
  timeSpentOverall?: number | null | undefined;
4553
+ noRecalculation?: boolean | undefined;
4454
4554
  } | null)[];
4455
- }[]) & ({
4456
4555
  id: number | null;
4556
+ schemaId: string;
4557
+ category: "tuple" | null;
4558
+ }[]) & ({
4457
4559
  url: string | null;
4560
+ id: number | null;
4458
4561
  schemaId: string | null;
4459
4562
  category: "datapoint" | null;
4460
4563
  content?: {
@@ -4476,14 +4579,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4476
4579
  validationSources?: string[] | null | undefined;
4477
4580
  timeSpent?: number | null | undefined;
4478
4581
  timeSpentOverall?: number | null | undefined;
4582
+ noRecalculation?: boolean | undefined;
4479
4583
  }[] | {
4480
- id: number | null;
4481
4584
  url: string | null;
4482
- schemaId: string;
4483
- category: "tuple" | null;
4484
4585
  children: ({
4485
- id: number | null;
4486
4586
  url: string | null;
4587
+ id: number | null;
4487
4588
  schemaId: string | null;
4488
4589
  category: "datapoint" | null;
4489
4590
  content?: {
@@ -4505,8 +4606,15 @@ export declare const annotationDataSchema: z.ZodObject<{
4505
4606
  validationSources?: string[] | null | undefined;
4506
4607
  timeSpent?: number | null | undefined;
4507
4608
  timeSpentOverall?: number | null | undefined;
4609
+ noRecalculation?: boolean | undefined;
4508
4610
  } | null)[];
4611
+ id: number | null;
4612
+ schemaId: string;
4613
+ category: "tuple" | null;
4509
4614
  }[] | undefined)) | null;
4615
+ id: number | null;
4616
+ schemaId: string | null;
4617
+ category: "multivalue" | null;
4510
4618
  content?: {
4511
4619
  value?: string | null | undefined;
4512
4620
  normalizedValue?: string | null | undefined;
@@ -4545,16 +4653,16 @@ export declare const annotationDataSchema: z.ZodObject<{
4545
4653
  timeSpentGrid?: number | null | undefined;
4546
4654
  timeSpentGridOverall?: number | null | undefined;
4547
4655
  })[] | null;
4548
- }>, "many">;
4549
- }, "strip", z.ZodTypeAny, {
4550
- content: {
4551
4656
  id: number | null;
4552
- url: string | null;
4553
4657
  schemaId: string | null;
4554
4658
  category: "section" | null;
4659
+ }>, "many">;
4660
+ }, "strip", z.ZodTypeAny, {
4661
+ results: {
4662
+ url: string | null;
4555
4663
  children: ({
4556
- id: number | null;
4557
4664
  url: string | null;
4665
+ id: number | null;
4558
4666
  schemaId: string | null;
4559
4667
  category: "datapoint" | null;
4560
4668
  content?: {
@@ -4576,14 +4684,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4576
4684
  validationSources?: string[] | null | undefined;
4577
4685
  timeSpent?: number | null | undefined;
4578
4686
  timeSpentOverall?: number | null | undefined;
4687
+ noRecalculation?: boolean | undefined;
4579
4688
  } | {
4580
- id: number | null;
4581
4689
  url: string | null;
4582
- schemaId: string | null;
4583
- category: "multivalue" | null;
4584
4690
  children: (({
4585
- id: number | null;
4586
4691
  url: string | null;
4692
+ id: number | null;
4587
4693
  schemaId: string | null;
4588
4694
  category: "datapoint" | null;
4589
4695
  content?: {
@@ -4605,14 +4711,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4605
4711
  validationSources?: string[] | null | undefined;
4606
4712
  timeSpent?: number | null | undefined;
4607
4713
  timeSpentOverall?: number | null | undefined;
4714
+ noRecalculation?: boolean | undefined;
4608
4715
  }[] | {
4609
- id: number | null;
4610
4716
  url: string | null;
4611
- schemaId: string;
4612
- category: "tuple" | null;
4613
4717
  children: ({
4614
- id: number | null;
4615
4718
  url: string | null;
4719
+ id: number | null;
4616
4720
  schemaId: string | null;
4617
4721
  category: "datapoint" | null;
4618
4722
  content?: {
@@ -4634,10 +4738,14 @@ export declare const annotationDataSchema: z.ZodObject<{
4634
4738
  validationSources?: string[] | null | undefined;
4635
4739
  timeSpent?: number | null | undefined;
4636
4740
  timeSpentOverall?: number | null | undefined;
4741
+ noRecalculation?: boolean | undefined;
4637
4742
  } | null)[];
4638
- }[]) & ({
4639
4743
  id: number | null;
4744
+ schemaId: string;
4745
+ category: "tuple" | null;
4746
+ }[]) & ({
4640
4747
  url: string | null;
4748
+ id: number | null;
4641
4749
  schemaId: string | null;
4642
4750
  category: "datapoint" | null;
4643
4751
  content?: {
@@ -4659,14 +4767,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4659
4767
  validationSources?: string[] | null | undefined;
4660
4768
  timeSpent?: number | null | undefined;
4661
4769
  timeSpentOverall?: number | null | undefined;
4770
+ noRecalculation?: boolean | undefined;
4662
4771
  }[] | {
4663
- id: number | null;
4664
4772
  url: string | null;
4665
- schemaId: string;
4666
- category: "tuple" | null;
4667
4773
  children: ({
4668
- id: number | null;
4669
4774
  url: string | null;
4775
+ id: number | null;
4670
4776
  schemaId: string | null;
4671
4777
  category: "datapoint" | null;
4672
4778
  content?: {
@@ -4688,8 +4794,15 @@ export declare const annotationDataSchema: z.ZodObject<{
4688
4794
  validationSources?: string[] | null | undefined;
4689
4795
  timeSpent?: number | null | undefined;
4690
4796
  timeSpentOverall?: number | null | undefined;
4797
+ noRecalculation?: boolean | undefined;
4691
4798
  } | null)[];
4799
+ id: number | null;
4800
+ schemaId: string;
4801
+ category: "tuple" | null;
4692
4802
  }[] | undefined)) | null;
4803
+ id: number | null;
4804
+ schemaId: string | null;
4805
+ category: "multivalue" | null;
4693
4806
  content?: {
4694
4807
  value?: string | null | undefined;
4695
4808
  normalizedValue?: string | null | undefined;
@@ -4728,15 +4841,15 @@ export declare const annotationDataSchema: z.ZodObject<{
4728
4841
  timeSpentGrid?: number | null | undefined;
4729
4842
  timeSpentGridOverall?: number | null | undefined;
4730
4843
  })[] | null;
4731
- }[];
4732
- results: {
4733
4844
  id: number | null;
4734
- url: string | null;
4735
4845
  schemaId: string | null;
4736
4846
  category: "section" | null;
4847
+ }[];
4848
+ content: {
4849
+ url: string | null;
4737
4850
  children: ({
4738
- id: number | null;
4739
4851
  url: string | null;
4852
+ id: number | null;
4740
4853
  schemaId: string | null;
4741
4854
  category: "datapoint" | null;
4742
4855
  content?: {
@@ -4758,14 +4871,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4758
4871
  validationSources?: string[] | null | undefined;
4759
4872
  timeSpent?: number | null | undefined;
4760
4873
  timeSpentOverall?: number | null | undefined;
4874
+ noRecalculation?: boolean | undefined;
4761
4875
  } | {
4762
- id: number | null;
4763
4876
  url: string | null;
4764
- schemaId: string | null;
4765
- category: "multivalue" | null;
4766
4877
  children: (({
4767
- id: number | null;
4768
4878
  url: string | null;
4879
+ id: number | null;
4769
4880
  schemaId: string | null;
4770
4881
  category: "datapoint" | null;
4771
4882
  content?: {
@@ -4787,14 +4898,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4787
4898
  validationSources?: string[] | null | undefined;
4788
4899
  timeSpent?: number | null | undefined;
4789
4900
  timeSpentOverall?: number | null | undefined;
4901
+ noRecalculation?: boolean | undefined;
4790
4902
  }[] | {
4791
- id: number | null;
4792
4903
  url: string | null;
4793
- schemaId: string;
4794
- category: "tuple" | null;
4795
4904
  children: ({
4796
- id: number | null;
4797
4905
  url: string | null;
4906
+ id: number | null;
4798
4907
  schemaId: string | null;
4799
4908
  category: "datapoint" | null;
4800
4909
  content?: {
@@ -4816,10 +4925,14 @@ export declare const annotationDataSchema: z.ZodObject<{
4816
4925
  validationSources?: string[] | null | undefined;
4817
4926
  timeSpent?: number | null | undefined;
4818
4927
  timeSpentOverall?: number | null | undefined;
4928
+ noRecalculation?: boolean | undefined;
4819
4929
  } | null)[];
4820
- }[]) & ({
4821
4930
  id: number | null;
4931
+ schemaId: string;
4932
+ category: "tuple" | null;
4933
+ }[]) & ({
4822
4934
  url: string | null;
4935
+ id: number | null;
4823
4936
  schemaId: string | null;
4824
4937
  category: "datapoint" | null;
4825
4938
  content?: {
@@ -4841,14 +4954,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4841
4954
  validationSources?: string[] | null | undefined;
4842
4955
  timeSpent?: number | null | undefined;
4843
4956
  timeSpentOverall?: number | null | undefined;
4957
+ noRecalculation?: boolean | undefined;
4844
4958
  }[] | {
4845
- id: number | null;
4846
4959
  url: string | null;
4847
- schemaId: string;
4848
- category: "tuple" | null;
4849
4960
  children: ({
4850
- id: number | null;
4851
4961
  url: string | null;
4962
+ id: number | null;
4852
4963
  schemaId: string | null;
4853
4964
  category: "datapoint" | null;
4854
4965
  content?: {
@@ -4870,8 +4981,15 @@ export declare const annotationDataSchema: z.ZodObject<{
4870
4981
  validationSources?: string[] | null | undefined;
4871
4982
  timeSpent?: number | null | undefined;
4872
4983
  timeSpentOverall?: number | null | undefined;
4984
+ noRecalculation?: boolean | undefined;
4873
4985
  } | null)[];
4986
+ id: number | null;
4987
+ schemaId: string;
4988
+ category: "tuple" | null;
4874
4989
  }[] | undefined)) | null;
4990
+ id: number | null;
4991
+ schemaId: string | null;
4992
+ category: "multivalue" | null;
4875
4993
  content?: {
4876
4994
  value?: string | null | undefined;
4877
4995
  normalizedValue?: string | null | undefined;
@@ -4910,16 +5028,16 @@ export declare const annotationDataSchema: z.ZodObject<{
4910
5028
  timeSpentGrid?: number | null | undefined;
4911
5029
  timeSpentGridOverall?: number | null | undefined;
4912
5030
  })[] | null;
4913
- }[];
4914
- }, {
4915
- content: {
4916
5031
  id: number | null;
4917
- url: string | null;
4918
5032
  schemaId: string | null;
4919
5033
  category: "section" | null;
5034
+ }[];
5035
+ }, {
5036
+ results: {
5037
+ url: string | null;
4920
5038
  children: ({
4921
- id: number | null;
4922
5039
  url: string | null;
5040
+ id: number | null;
4923
5041
  schemaId: string | null;
4924
5042
  category: "datapoint" | null;
4925
5043
  content?: {
@@ -4941,14 +5059,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4941
5059
  validationSources?: string[] | null | undefined;
4942
5060
  timeSpent?: number | null | undefined;
4943
5061
  timeSpentOverall?: number | null | undefined;
5062
+ noRecalculation?: boolean | undefined;
4944
5063
  } | {
4945
- id: number | null;
4946
5064
  url: string | null;
4947
- schemaId: string | null;
4948
- category: "multivalue" | null;
4949
5065
  children: (({
4950
- id: number | null;
4951
5066
  url: string | null;
5067
+ id: number | null;
4952
5068
  schemaId: string | null;
4953
5069
  category: "datapoint" | null;
4954
5070
  content?: {
@@ -4970,14 +5086,12 @@ export declare const annotationDataSchema: z.ZodObject<{
4970
5086
  validationSources?: string[] | null | undefined;
4971
5087
  timeSpent?: number | null | undefined;
4972
5088
  timeSpentOverall?: number | null | undefined;
5089
+ noRecalculation?: boolean | undefined;
4973
5090
  }[] | {
4974
- id: number | null;
4975
5091
  url: string | null;
4976
- schemaId: string;
4977
- category: "tuple" | null;
4978
5092
  children: ({
4979
- id: number | null;
4980
5093
  url: string | null;
5094
+ id: number | null;
4981
5095
  schemaId: string | null;
4982
5096
  category: "datapoint" | null;
4983
5097
  content?: {
@@ -4999,10 +5113,14 @@ export declare const annotationDataSchema: z.ZodObject<{
4999
5113
  validationSources?: string[] | null | undefined;
5000
5114
  timeSpent?: number | null | undefined;
5001
5115
  timeSpentOverall?: number | null | undefined;
5116
+ noRecalculation?: boolean | undefined;
5002
5117
  } | null)[];
5003
- }[]) & ({
5004
5118
  id: number | null;
5119
+ schemaId: string;
5120
+ category: "tuple" | null;
5121
+ }[]) & ({
5005
5122
  url: string | null;
5123
+ id: number | null;
5006
5124
  schemaId: string | null;
5007
5125
  category: "datapoint" | null;
5008
5126
  content?: {
@@ -5024,14 +5142,12 @@ export declare const annotationDataSchema: z.ZodObject<{
5024
5142
  validationSources?: string[] | null | undefined;
5025
5143
  timeSpent?: number | null | undefined;
5026
5144
  timeSpentOverall?: number | null | undefined;
5145
+ noRecalculation?: boolean | undefined;
5027
5146
  }[] | {
5028
- id: number | null;
5029
5147
  url: string | null;
5030
- schemaId: string;
5031
- category: "tuple" | null;
5032
5148
  children: ({
5033
- id: number | null;
5034
5149
  url: string | null;
5150
+ id: number | null;
5035
5151
  schemaId: string | null;
5036
5152
  category: "datapoint" | null;
5037
5153
  content?: {
@@ -5053,8 +5169,15 @@ export declare const annotationDataSchema: z.ZodObject<{
5053
5169
  validationSources?: string[] | null | undefined;
5054
5170
  timeSpent?: number | null | undefined;
5055
5171
  timeSpentOverall?: number | null | undefined;
5172
+ noRecalculation?: boolean | undefined;
5056
5173
  } | null)[];
5174
+ id: number | null;
5175
+ schemaId: string;
5176
+ category: "tuple" | null;
5057
5177
  }[] | undefined)) | null;
5178
+ id: number | null;
5179
+ schemaId: string | null;
5180
+ category: "multivalue" | null;
5058
5181
  content?: {
5059
5182
  value?: string | null | undefined;
5060
5183
  normalizedValue?: string | null | undefined;
@@ -5093,15 +5216,15 @@ export declare const annotationDataSchema: z.ZodObject<{
5093
5216
  timeSpentGrid?: number | null | undefined;
5094
5217
  timeSpentGridOverall?: number | null | undefined;
5095
5218
  })[] | null;
5096
- }[];
5097
- results: {
5098
5219
  id: number | null;
5099
- url: string | null;
5100
5220
  schemaId: string | null;
5101
5221
  category: "section" | null;
5222
+ }[];
5223
+ content: {
5224
+ url: string | null;
5102
5225
  children: ({
5103
- id: number | null;
5104
5226
  url: string | null;
5227
+ id: number | null;
5105
5228
  schemaId: string | null;
5106
5229
  category: "datapoint" | null;
5107
5230
  content?: {
@@ -5123,14 +5246,12 @@ export declare const annotationDataSchema: z.ZodObject<{
5123
5246
  validationSources?: string[] | null | undefined;
5124
5247
  timeSpent?: number | null | undefined;
5125
5248
  timeSpentOverall?: number | null | undefined;
5249
+ noRecalculation?: boolean | undefined;
5126
5250
  } | {
5127
- id: number | null;
5128
5251
  url: string | null;
5129
- schemaId: string | null;
5130
- category: "multivalue" | null;
5131
5252
  children: (({
5132
- id: number | null;
5133
5253
  url: string | null;
5254
+ id: number | null;
5134
5255
  schemaId: string | null;
5135
5256
  category: "datapoint" | null;
5136
5257
  content?: {
@@ -5152,14 +5273,12 @@ export declare const annotationDataSchema: z.ZodObject<{
5152
5273
  validationSources?: string[] | null | undefined;
5153
5274
  timeSpent?: number | null | undefined;
5154
5275
  timeSpentOverall?: number | null | undefined;
5276
+ noRecalculation?: boolean | undefined;
5155
5277
  }[] | {
5156
- id: number | null;
5157
5278
  url: string | null;
5158
- schemaId: string;
5159
- category: "tuple" | null;
5160
5279
  children: ({
5161
- id: number | null;
5162
5280
  url: string | null;
5281
+ id: number | null;
5163
5282
  schemaId: string | null;
5164
5283
  category: "datapoint" | null;
5165
5284
  content?: {
@@ -5181,10 +5300,14 @@ export declare const annotationDataSchema: z.ZodObject<{
5181
5300
  validationSources?: string[] | null | undefined;
5182
5301
  timeSpent?: number | null | undefined;
5183
5302
  timeSpentOverall?: number | null | undefined;
5303
+ noRecalculation?: boolean | undefined;
5184
5304
  } | null)[];
5185
- }[]) & ({
5186
5305
  id: number | null;
5306
+ schemaId: string;
5307
+ category: "tuple" | null;
5308
+ }[]) & ({
5187
5309
  url: string | null;
5310
+ id: number | null;
5188
5311
  schemaId: string | null;
5189
5312
  category: "datapoint" | null;
5190
5313
  content?: {
@@ -5206,14 +5329,12 @@ export declare const annotationDataSchema: z.ZodObject<{
5206
5329
  validationSources?: string[] | null | undefined;
5207
5330
  timeSpent?: number | null | undefined;
5208
5331
  timeSpentOverall?: number | null | undefined;
5332
+ noRecalculation?: boolean | undefined;
5209
5333
  }[] | {
5210
- id: number | null;
5211
5334
  url: string | null;
5212
- schemaId: string;
5213
- category: "tuple" | null;
5214
5335
  children: ({
5215
- id: number | null;
5216
5336
  url: string | null;
5337
+ id: number | null;
5217
5338
  schemaId: string | null;
5218
5339
  category: "datapoint" | null;
5219
5340
  content?: {
@@ -5235,8 +5356,15 @@ export declare const annotationDataSchema: z.ZodObject<{
5235
5356
  validationSources?: string[] | null | undefined;
5236
5357
  timeSpent?: number | null | undefined;
5237
5358
  timeSpentOverall?: number | null | undefined;
5359
+ noRecalculation?: boolean | undefined;
5238
5360
  } | null)[];
5361
+ id: number | null;
5362
+ schemaId: string;
5363
+ category: "tuple" | null;
5239
5364
  }[] | undefined)) | null;
5365
+ id: number | null;
5366
+ schemaId: string | null;
5367
+ category: "multivalue" | null;
5240
5368
  content?: {
5241
5369
  value?: string | null | undefined;
5242
5370
  normalizedValue?: string | null | undefined;
@@ -5275,6 +5403,9 @@ export declare const annotationDataSchema: z.ZodObject<{
5275
5403
  timeSpentGrid?: number | null | undefined;
5276
5404
  timeSpentGridOverall?: number | null | undefined;
5277
5405
  })[] | null;
5406
+ id: number | null;
5407
+ schemaId: string | null;
5408
+ category: "section" | null;
5278
5409
  }[];
5279
5410
  }>;
5280
5411
  export declare const optionsSchema: z.ZodObject<{
@@ -5505,9 +5636,10 @@ export declare const updatedDatapointsSchema: z.ZodIntersection<z.ZodObject<{
5505
5636
  validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5506
5637
  timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
5507
5638
  timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
5639
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
5508
5640
  }, "strip", z.ZodTypeAny, {
5509
- id: number | null;
5510
5641
  url: string | null;
5642
+ id: number | null;
5511
5643
  schemaId: string | null;
5512
5644
  category: "datapoint" | null;
5513
5645
  content?: {
@@ -5529,9 +5661,10 @@ export declare const updatedDatapointsSchema: z.ZodIntersection<z.ZodObject<{
5529
5661
  validationSources?: string[] | null | undefined;
5530
5662
  timeSpent?: number | null | undefined;
5531
5663
  timeSpentOverall?: number | null | undefined;
5664
+ noRecalculation?: boolean | undefined;
5532
5665
  }, {
5533
- id: number | null;
5534
5666
  url: string | null;
5667
+ id: number | null;
5535
5668
  schemaId: string | null;
5536
5669
  category: "datapoint" | null;
5537
5670
  content?: {
@@ -5553,6 +5686,7 @@ export declare const updatedDatapointsSchema: z.ZodIntersection<z.ZodObject<{
5553
5686
  validationSources?: string[] | null | undefined;
5554
5687
  timeSpent?: number | null | undefined;
5555
5688
  timeSpentOverall?: number | null | undefined;
5689
+ noRecalculation?: boolean | undefined;
5556
5690
  }>, z.ZodObject<{
5557
5691
  options: z.ZodArray<z.ZodObject<{
5558
5692
  value: z.ZodString;