@rossum/api-client 0.1.30 → 0.2.1

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 (1011) hide show
  1. package/index.js +4 -4
  2. package/index.js.map +1 -1
  3. package/package.json +1 -1
  4. package/src/annotations/endpoints/editPages.js.map +1 -1
  5. package/src/annotations/endpoints/editPages.schema.js +2 -0
  6. package/src/annotations/endpoints/editPages.schema.js.map +1 -1
  7. package/src/annotations/endpoints/editPagesInPlace.schema.js +1 -0
  8. package/src/annotations/endpoints/editPagesInPlace.schema.js.map +1 -1
  9. package/src/annotations/endpoints/list.js +3 -2
  10. package/src/annotations/endpoints/list.js.map +1 -1
  11. package/src/annotations/index.js +20 -0
  12. package/src/annotations/index.js.map +1 -0
  13. package/src/annotations/mocks/annotation.js +24 -0
  14. package/src/annotations/mocks/annotation.js.map +1 -0
  15. package/src/annotations/mocks/index.js +18 -0
  16. package/src/annotations/mocks/index.js.map +1 -0
  17. package/src/annotations/models/annotation.schema.js +1 -0
  18. package/src/annotations/models/annotation.schema.js.map +1 -1
  19. package/src/annotations/models/annotationData.schema.js +7 -0
  20. package/src/annotations/models/annotationData.schema.js.map +1 -1
  21. package/src/annotations/models/annotationListSideload.schema.js +5 -0
  22. package/src/annotations/models/annotationListSideload.schema.js.map +1 -1
  23. package/src/annotations/models/editPages.schema.js +10 -1
  24. package/src/annotations/models/editPages.schema.js.map +1 -1
  25. package/src/authentication/index.js +19 -0
  26. package/src/authentication/index.js.map +1 -0
  27. package/src/{rules/models/schemaRule.js → authentication/models/authInfo.js} +1 -1
  28. package/src/authentication/models/authInfo.js.map +1 -0
  29. package/src/authentication/models/index.js +19 -0
  30. package/src/authentication/models/index.js.map +1 -0
  31. package/src/automationBlockers/index.js +19 -0
  32. package/src/automationBlockers/index.js.map +1 -0
  33. package/src/automationBlockers/models/automationBlocker.js.map +1 -0
  34. package/src/automationBlockers/models/automationBlocker.schema.js +43 -10
  35. package/src/automationBlockers/models/automationBlocker.schema.js.map +1 -1
  36. package/src/automationBlockers/models/index.js +19 -0
  37. package/src/automationBlockers/models/index.js.map +1 -0
  38. package/src/billing/endpoints/getHistory.schema.js +14 -0
  39. package/src/billing/endpoints/getHistory.schema.js.map +1 -0
  40. package/src/billing/endpoints/index.js +22 -0
  41. package/src/billing/endpoints/index.js.map +1 -0
  42. package/src/billing/index.js +19 -0
  43. package/src/billing/index.js.map +1 -0
  44. package/src/billing/models/billingHistory.js +3 -0
  45. package/src/billing/models/billingHistory.js.map +1 -0
  46. package/src/{rule-templates/models/ruleTemplate.js → billing/models/billingStats.js} +1 -1
  47. package/src/billing/models/billingStats.js.map +1 -0
  48. package/src/billing/models/index.js +21 -0
  49. package/src/billing/models/index.js.map +1 -0
  50. package/src/connectors/endpoints/list.js +3 -2
  51. package/src/connectors/endpoints/list.js.map +1 -1
  52. package/src/connectors/index.js +19 -0
  53. package/src/connectors/index.js.map +1 -0
  54. package/src/connectors/models/connector.js +3 -0
  55. package/src/connectors/models/connector.js.map +1 -0
  56. package/src/connectors/models/index.js +19 -0
  57. package/src/connectors/models/index.js.map +1 -0
  58. package/src/dedicatedEngineSchema/index.js +19 -0
  59. package/src/dedicatedEngineSchema/index.js.map +1 -0
  60. package/src/dedicatedEngineSchema/models/index.js +25 -0
  61. package/src/dedicatedEngineSchema/models/index.js.map +1 -0
  62. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +3 -0
  63. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +1 -0
  64. package/src/dedicatedEngines/endpoints/list.js +3 -2
  65. package/src/dedicatedEngines/endpoints/list.js.map +1 -1
  66. package/src/dedicatedEngines/index.js +19 -0
  67. package/src/dedicatedEngines/index.js.map +1 -0
  68. package/src/dedicatedEngines/models/dedicatedEngine.js +3 -0
  69. package/src/dedicatedEngines/models/dedicatedEngine.js.map +1 -0
  70. package/src/dedicatedEngines/models/index.js +18 -0
  71. package/src/dedicatedEngines/models/index.js.map +1 -0
  72. package/src/deleteRecommendations/endpoints/list.js +3 -2
  73. package/src/deleteRecommendations/endpoints/list.js.map +1 -1
  74. package/src/deleteRecommendations/index.js +19 -0
  75. package/src/deleteRecommendations/index.js.map +1 -0
  76. package/src/deleteRecommendations/models/deleteRecommendation.js +3 -0
  77. package/src/deleteRecommendations/models/deleteRecommendation.js.map +1 -0
  78. package/src/deleteRecommendations/models/index.js +18 -0
  79. package/src/deleteRecommendations/models/index.js.map +1 -0
  80. package/src/documentRelations/endpoints/list.js +3 -2
  81. package/src/documentRelations/endpoints/list.js.map +1 -1
  82. package/src/documentRelations/index.js +19 -0
  83. package/src/documentRelations/index.js.map +1 -0
  84. package/src/documentRelations/models/index.js +18 -0
  85. package/src/documentRelations/models/index.js.map +1 -0
  86. package/src/documentRelations/models/relation.js +3 -0
  87. package/src/documentRelations/models/relation.js.map +1 -0
  88. package/src/documentRelations/models/relation.schema.js +18 -0
  89. package/src/documentRelations/models/relation.schema.js.map +1 -0
  90. package/src/documents/endpoints/index.js +3 -1
  91. package/src/documents/endpoints/index.js.map +1 -1
  92. package/src/documents/endpoints/list.js +3 -2
  93. package/src/documents/endpoints/list.js.map +1 -1
  94. package/src/documents/index.js +20 -0
  95. package/src/documents/index.js.map +1 -0
  96. package/src/documents/mocks/document.js +19 -0
  97. package/src/documents/mocks/document.js.map +1 -0
  98. package/src/documents/mocks/index.js +18 -0
  99. package/src/documents/mocks/index.js.map +1 -0
  100. package/src/documents/models/index.js +19 -0
  101. package/src/documents/models/index.js.map +1 -0
  102. package/src/email/endpoints/get.js +2 -2
  103. package/src/email/endpoints/get.js.map +1 -1
  104. package/src/email/endpoints/index.js +3 -1
  105. package/src/email/endpoints/index.js.map +1 -1
  106. package/src/email/endpoints/list.js +3 -2
  107. package/src/email/endpoints/list.js.map +1 -1
  108. package/src/email/index.js +20 -0
  109. package/src/email/index.js.map +1 -0
  110. package/src/email/mocks/email.js +49 -0
  111. package/src/email/mocks/email.js.map +1 -0
  112. package/src/email/mocks/index.js +18 -0
  113. package/src/email/mocks/index.js.map +1 -0
  114. package/src/email/models/email.js +3 -0
  115. package/src/email/models/email.js.map +1 -0
  116. package/src/email/models/index.js +19 -0
  117. package/src/email/models/index.js.map +1 -0
  118. package/src/emailTemplates/endpoints/list.js +3 -2
  119. package/src/emailTemplates/endpoints/list.js.map +1 -1
  120. package/src/emailTemplates/endpoints/list.schema.js +1 -1
  121. package/src/emailTemplates/endpoints/list.schema.js.map +1 -1
  122. package/src/emailTemplates/index.js +20 -0
  123. package/src/emailTemplates/index.js.map +1 -0
  124. package/src/emailTemplates/mocks/emailTemplate.js +26 -0
  125. package/src/emailTemplates/mocks/emailTemplate.js.map +1 -0
  126. package/src/emailTemplates/mocks/index.js +18 -0
  127. package/src/emailTemplates/mocks/index.js.map +1 -0
  128. package/src/emailTemplates/models/index.js +18 -0
  129. package/src/emailTemplates/models/index.js.map +1 -0
  130. package/src/emailTemplatesStats/endpoints/list.js +3 -2
  131. package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
  132. package/src/emailTemplatesStats/index.js +19 -0
  133. package/src/emailTemplatesStats/index.js.map +1 -0
  134. package/src/emailTemplatesStats/models/emailTemplateStats.js +3 -0
  135. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +1 -0
  136. package/src/emailTemplatesStats/models/index.js +18 -0
  137. package/src/emailTemplatesStats/models/index.js.map +1 -0
  138. package/src/emailThreads/endpoints/list.js +3 -2
  139. package/src/emailThreads/endpoints/list.js.map +1 -1
  140. package/src/emailThreads/index.js +20 -0
  141. package/src/emailThreads/index.js.map +1 -0
  142. package/src/emailThreads/mocks/emailThread.js +30 -0
  143. package/src/emailThreads/mocks/emailThread.js.map +1 -0
  144. package/src/emailThreads/mocks/index.js +18 -0
  145. package/src/emailThreads/mocks/index.js.map +1 -0
  146. package/src/emailThreads/models/emailThreads.js +3 -0
  147. package/src/emailThreads/models/emailThreads.js.map +1 -0
  148. package/src/emailThreads/models/index.js +19 -0
  149. package/src/emailThreads/models/index.js.map +1 -0
  150. package/src/engineFields/endpoints/list.js +3 -2
  151. package/src/engineFields/endpoints/list.js.map +1 -1
  152. package/src/engineFields/index.js +19 -0
  153. package/src/engineFields/index.js.map +1 -0
  154. package/src/engineFields/models/index.js +20 -0
  155. package/src/engineFields/models/index.js.map +1 -0
  156. package/src/engineFields/models/preTrainedField.js +3 -0
  157. package/src/engineFields/models/preTrainedField.js.map +1 -0
  158. package/src/engines/endpoints/list.js +3 -2
  159. package/src/engines/endpoints/list.js.map +1 -1
  160. package/src/engines/endpoints/queueStats.js +3 -2
  161. package/src/engines/endpoints/queueStats.js.map +1 -1
  162. package/src/engines/index.js +19 -0
  163. package/src/engines/index.js.map +1 -0
  164. package/src/engines/models/engineQueueStatsItem.js +3 -0
  165. package/src/engines/models/engineQueueStatsItem.js.map +1 -0
  166. package/src/engines/models/index.js +18 -0
  167. package/src/engines/models/index.js.map +1 -0
  168. package/src/genericEngines/endpoints/list.js +3 -2
  169. package/src/genericEngines/endpoints/list.js.map +1 -1
  170. package/src/genericEngines/index.js +19 -0
  171. package/src/genericEngines/index.js.map +1 -0
  172. package/src/genericEngines/models/genericEngine.js +3 -0
  173. package/src/genericEngines/models/genericEngine.js.map +1 -0
  174. package/src/genericEngines/models/index.js +18 -0
  175. package/src/genericEngines/models/index.js.map +1 -0
  176. package/src/groups/endpoints/list.js +3 -0
  177. package/src/groups/endpoints/list.js.map +1 -1
  178. package/src/groups/endpoints/list.schema.js +12 -0
  179. package/src/groups/endpoints/list.schema.js.map +1 -0
  180. package/src/groups/index.js +19 -0
  181. package/src/groups/index.js.map +1 -0
  182. package/src/groups/models/group.js +3 -0
  183. package/src/groups/models/group.js.map +1 -0
  184. package/src/groups/models/index.js +18 -0
  185. package/src/groups/models/index.js.map +1 -0
  186. package/src/hookInterfaces/endpoints/list.js +3 -2
  187. package/src/hookInterfaces/endpoints/list.js.map +1 -1
  188. package/src/hookInterfaces/index.js +19 -0
  189. package/src/hookInterfaces/index.js.map +1 -0
  190. package/src/hookTemplates/endpoints/list.js +3 -2
  191. package/src/hookTemplates/endpoints/list.js.map +1 -1
  192. package/src/hookTemplates/index.js +19 -0
  193. package/src/hookTemplates/index.js.map +1 -0
  194. package/src/hookTemplates/models/hookTemplate.js +3 -0
  195. package/src/hookTemplates/models/hookTemplate.js.map +1 -0
  196. package/src/hookTemplates/models/hookTemplate.schema.js +2 -1
  197. package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
  198. package/src/hookTemplates/models/index.js +21 -0
  199. package/src/hookTemplates/models/index.js.map +1 -0
  200. package/src/hooks/endpoints/createFromTemplate.js.map +1 -1
  201. package/src/hooks/endpoints/createFromTemplate.schema.js +2 -2
  202. package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -1
  203. package/src/hooks/endpoints/duplicate.js +16 -0
  204. package/src/hooks/endpoints/duplicate.js.map +1 -0
  205. package/src/hooks/endpoints/duplicate.schema.js +11 -0
  206. package/src/hooks/endpoints/duplicate.schema.js.map +1 -0
  207. package/src/hooks/endpoints/index.js +2 -0
  208. package/src/hooks/endpoints/index.js.map +1 -1
  209. package/src/hooks/endpoints/list.js +3 -2
  210. package/src/hooks/endpoints/list.js.map +1 -1
  211. package/src/hooks/endpoints/list.schema.js +3 -2
  212. package/src/hooks/endpoints/list.schema.js.map +1 -1
  213. package/src/hooks/endpoints/runLogs.js +3 -0
  214. package/src/hooks/endpoints/runLogs.js.map +1 -1
  215. package/src/hooks/endpoints/runs.js +6 -3
  216. package/src/hooks/endpoints/runs.js.map +1 -1
  217. package/src/hooks/endpoints/runs.schema.js +3 -4
  218. package/src/hooks/endpoints/runs.schema.js.map +1 -1
  219. package/src/hooks/index.js +19 -0
  220. package/src/hooks/index.js.map +1 -0
  221. package/src/hooks/models/event.js +59 -0
  222. package/src/hooks/models/event.js.map +1 -0
  223. package/src/hooks/models/event.schema.js +7 -0
  224. package/src/hooks/models/event.schema.js.map +1 -0
  225. package/src/hooks/models/hook.schema.js +2 -1
  226. package/src/hooks/models/hook.schema.js.map +1 -1
  227. package/src/hooks/models/hookConfig.schema.js +1 -1
  228. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  229. package/src/hooks/models/hookUtils.schema.js +1 -21
  230. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  231. package/src/hooks/models/index.js +29 -0
  232. package/src/hooks/models/index.js.map +1 -0
  233. package/src/hooks/models/run.schema.js +5 -4
  234. package/src/hooks/models/run.schema.js.map +1 -1
  235. package/src/hooks/models/values.js +15 -0
  236. package/src/hooks/models/values.js.map +1 -0
  237. package/src/inboxes/endpoints/list.js +3 -2
  238. package/src/inboxes/endpoints/list.js.map +1 -1
  239. package/src/inboxes/index.js +20 -0
  240. package/src/inboxes/index.js.map +1 -0
  241. package/src/inboxes/mocks/inbox.js +21 -0
  242. package/src/inboxes/mocks/inbox.js.map +1 -0
  243. package/src/inboxes/mocks/index.js +18 -0
  244. package/src/inboxes/mocks/index.js.map +1 -0
  245. package/src/inboxes/models/index.js +18 -0
  246. package/src/inboxes/models/index.js.map +1 -0
  247. package/src/internal/endpoints/computedFieldSummary.js +15 -0
  248. package/src/internal/endpoints/computedFieldSummary.js.map +1 -0
  249. package/src/internal/endpoints/computedFieldSummary.schema.js +21 -0
  250. package/src/internal/endpoints/computedFieldSummary.schema.js.map +1 -0
  251. package/src/internal/endpoints/getMetabaseJWT.js +13 -0
  252. package/src/internal/endpoints/getMetabaseJWT.js.map +1 -0
  253. package/src/internal/endpoints/getMetabaseJWT.schema.js +8 -0
  254. package/src/internal/endpoints/getMetabaseJWT.schema.js.map +1 -0
  255. package/src/internal/endpoints/index.js +11 -1
  256. package/src/internal/endpoints/index.js.map +1 -1
  257. package/src/internal/endpoints/reportSummary.js +15 -0
  258. package/src/internal/endpoints/reportSummary.js.map +1 -0
  259. package/src/internal/endpoints/reportSummary.schema.js +12 -0
  260. package/src/internal/endpoints/reportSummary.schema.js.map +1 -0
  261. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  262. package/src/internal/endpoints/rules/evaluateRules.schema.js +5 -6
  263. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  264. package/src/internal/endpoints/rules/suggestRule.schema.js +4 -4
  265. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  266. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js +4 -4
  267. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js.map +1 -1
  268. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +4 -4
  269. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  270. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  271. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -2
  272. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  273. package/src/internal/endpoints/schemas/formulasInfo.schema.js +7 -1
  274. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  275. package/src/internal/endpoints/schemas/suggestComputedField.js +13 -0
  276. package/src/internal/endpoints/schemas/suggestComputedField.js.map +1 -0
  277. package/src/internal/endpoints/schemas/suggestComputedField.schema.js +21 -0
  278. package/src/internal/endpoints/schemas/suggestComputedField.schema.js.map +1 -0
  279. package/src/internal/endpoints/suggestReport.js +15 -0
  280. package/src/internal/endpoints/suggestReport.js.map +1 -0
  281. package/src/internal/endpoints/suggestReport.schema.js +13 -0
  282. package/src/internal/endpoints/suggestReport.schema.js.map +1 -0
  283. package/src/internal/index.js +18 -0
  284. package/src/internal/index.js.map +1 -0
  285. package/src/labels/endpoints/list.js +3 -2
  286. package/src/labels/endpoints/list.js.map +1 -1
  287. package/src/labels/index.js +19 -0
  288. package/src/labels/index.js.map +1 -0
  289. package/src/labels/models/index.js +19 -0
  290. package/src/labels/models/index.js.map +1 -0
  291. package/src/memberships/index.js +19 -0
  292. package/src/memberships/index.js.map +1 -0
  293. package/src/memberships/models/index.js +18 -0
  294. package/src/memberships/models/index.js.map +1 -0
  295. package/src/memberships/models/membership.js +3 -0
  296. package/src/memberships/models/membership.js.map +1 -0
  297. package/src/organization/endpoints/list.js +3 -2
  298. package/src/organization/endpoints/list.js.map +1 -1
  299. package/src/organization/endpoints/patch.schema.js +6 -0
  300. package/src/organization/endpoints/patch.schema.js.map +1 -0
  301. package/src/organization/index.js +20 -0
  302. package/src/organization/index.js.map +1 -0
  303. package/src/organization/mocks/index.js +18 -0
  304. package/src/organization/mocks/index.js.map +1 -0
  305. package/src/organization/mocks/organization.js +15 -0
  306. package/src/organization/mocks/organization.js.map +1 -0
  307. package/src/organization/models/emailLimits.js +3 -0
  308. package/src/organization/models/emailLimits.js.map +1 -0
  309. package/src/organization/models/index.js +23 -0
  310. package/src/organization/models/index.js.map +1 -0
  311. package/src/organization/models/limits.js +3 -0
  312. package/src/organization/models/limits.js.map +1 -0
  313. package/src/organizationGroups/endpoints/organizations.js +3 -2
  314. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  315. package/src/organizationGroups/endpoints/queues.js +3 -2
  316. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  317. package/src/organizationGroups/endpoints/workspaces.js +3 -2
  318. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  319. package/src/organizationGroups/index.js +19 -0
  320. package/src/organizationGroups/index.js.map +1 -0
  321. package/src/organizationGroups/models/index.js +23 -0
  322. package/src/organizationGroups/models/index.js.map +1 -0
  323. package/src/organizationGroups/models/organizationGroupOrganization.js +3 -0
  324. package/src/organizationGroups/models/organizationGroupOrganization.js.map +1 -0
  325. package/src/organizationGroups/models/organizationGroupQueue.js +3 -0
  326. package/src/organizationGroups/models/organizationGroupQueue.js.map +1 -0
  327. package/src/organizationGroups/models/organizationGroupWorkspace.js +3 -0
  328. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +1 -0
  329. package/src/pages/endpoints/list.js +3 -2
  330. package/src/pages/endpoints/list.js.map +1 -1
  331. package/src/pages/endpoints/list.schema.js +13 -3
  332. package/src/pages/endpoints/list.schema.js.map +1 -1
  333. package/src/pages/index.js +19 -0
  334. package/src/pages/index.js.map +1 -0
  335. package/src/pages/models/index.js +18 -0
  336. package/src/pages/models/index.js.map +1 -0
  337. package/src/pages/models/page.js +3 -0
  338. package/src/pages/models/page.js.map +1 -0
  339. package/src/queues/endpoints/automation.schema.js +2 -2
  340. package/src/queues/endpoints/automation.schema.js.map +1 -1
  341. package/src/queues/endpoints/automationSetupCurrentStats.js +13 -0
  342. package/src/queues/endpoints/automationSetupCurrentStats.js.map +1 -0
  343. package/src/queues/endpoints/automationSetupProjections.js +17 -0
  344. package/src/queues/endpoints/automationSetupProjections.js.map +1 -0
  345. package/src/queues/endpoints/duplicate.js.map +1 -1
  346. package/src/queues/endpoints/duplicate.schema.js +1 -0
  347. package/src/queues/endpoints/duplicate.schema.js.map +1 -1
  348. package/src/queues/endpoints/getAutomationTargets.js +14 -0
  349. package/src/queues/endpoints/getAutomationTargets.js.map +1 -0
  350. package/src/queues/endpoints/index.js +8 -2
  351. package/src/queues/endpoints/index.js.map +1 -1
  352. package/src/queues/endpoints/list.js +5 -3
  353. package/src/queues/endpoints/list.js.map +1 -1
  354. package/src/queues/endpoints/list.schema.js +5 -3
  355. package/src/queues/endpoints/list.schema.js.map +1 -1
  356. package/src/queues/endpoints/saveAutomationTarget.js +16 -0
  357. package/src/queues/endpoints/saveAutomationTarget.js.map +1 -0
  358. package/src/queues/index.js +20 -0
  359. package/src/queues/index.js.map +1 -0
  360. package/src/queues/mocks/automation.js +19 -0
  361. package/src/queues/mocks/automation.js.map +1 -0
  362. package/src/queues/mocks/index.js +19 -0
  363. package/src/queues/mocks/index.js.map +1 -0
  364. package/src/queues/mocks/queue.js +33 -0
  365. package/src/queues/mocks/queue.js.map +1 -0
  366. package/src/queues/models/automationResponseAutomationBlocker.js +3 -0
  367. package/src/queues/models/automationResponseAutomationBlocker.js.map +1 -0
  368. package/src/queues/models/automationResponseAutomationBlocker.schema.js +24 -0
  369. package/src/queues/models/automationResponseAutomationBlocker.schema.js.map +1 -0
  370. package/src/queues/models/automationSetup.schema.js +50 -31
  371. package/src/queues/models/automationSetup.schema.js.map +1 -1
  372. package/src/queues/models/index.js +31 -0
  373. package/src/queues/models/index.js.map +1 -0
  374. package/src/queues/models/queueSettings.schema.js +45 -3
  375. package/src/queues/models/queueSettings.schema.js.map +1 -1
  376. package/src/queues/models/relatedObjectsCounts.js +3 -0
  377. package/src/queues/models/relatedObjectsCounts.js.map +1 -0
  378. package/src/queues/models/vendorEmailNotificationsSettings.js +3 -0
  379. package/src/queues/models/vendorEmailNotificationsSettings.js.map +1 -0
  380. package/src/queues/models/vendorEmailNotificationsSettings.schema.js +16 -0
  381. package/src/queues/models/vendorEmailNotificationsSettings.schema.js.map +1 -0
  382. package/src/relations/endpoints/list.js +3 -2
  383. package/src/relations/endpoints/list.js.map +1 -1
  384. package/src/relations/index.js +19 -0
  385. package/src/relations/index.js.map +1 -0
  386. package/src/relations/models/index.js +19 -0
  387. package/src/relations/models/index.js.map +1 -0
  388. package/src/rules/endpoints/create.js +2 -2
  389. package/src/rules/endpoints/create.js.map +1 -1
  390. package/src/rules/endpoints/create.schema.js +5 -2
  391. package/src/rules/endpoints/create.schema.js.map +1 -1
  392. package/src/rules/endpoints/get.js +2 -2
  393. package/src/rules/endpoints/get.js.map +1 -1
  394. package/src/rules/endpoints/index.js.map +1 -1
  395. package/src/rules/endpoints/list.js +5 -4
  396. package/src/rules/endpoints/list.js.map +1 -1
  397. package/src/rules/endpoints/list.schema.js +4 -1
  398. package/src/rules/endpoints/list.schema.js.map +1 -1
  399. package/src/rules/endpoints/patch.js +2 -2
  400. package/src/rules/endpoints/patch.js.map +1 -1
  401. package/src/rules/endpoints/patch.schema.js +2 -2
  402. package/src/rules/endpoints/patch.schema.js.map +1 -1
  403. package/src/rules/index.js +18 -0
  404. package/src/rules/index.js.map +1 -0
  405. package/src/rules/models/queueRule.js +3 -0
  406. package/src/rules/models/queueRule.js.map +1 -0
  407. package/src/rules/models/{schemaRule.schema.js → queueRule.schema.js} +9 -12
  408. package/src/rules/models/queueRule.schema.js.map +1 -0
  409. package/src/rulesExecutionLogs/endpoints/get.js +13 -0
  410. package/src/rulesExecutionLogs/endpoints/get.js.map +1 -0
  411. package/src/rulesExecutionLogs/endpoints/index.js +10 -0
  412. package/src/rulesExecutionLogs/endpoints/index.js.map +1 -0
  413. package/src/rulesExecutionLogs/endpoints/list.js +18 -0
  414. package/src/rulesExecutionLogs/endpoints/list.js.map +1 -0
  415. package/src/rulesExecutionLogs/endpoints/list.schema.js +17 -0
  416. package/src/rulesExecutionLogs/endpoints/list.schema.js.map +1 -0
  417. package/src/rulesExecutionLogs/index.js +19 -0
  418. package/src/rulesExecutionLogs/index.js.map +1 -0
  419. package/src/rulesExecutionLogs/models/index.js +3 -0
  420. package/src/rulesExecutionLogs/models/index.js.map +1 -0
  421. package/src/rulesExecutionLogs/models/ruleExecutionLog.js +3 -0
  422. package/src/rulesExecutionLogs/models/ruleExecutionLog.js.map +1 -0
  423. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js +32 -0
  424. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js.map +1 -0
  425. package/src/schemaFields/index.js +19 -0
  426. package/src/schemaFields/index.js.map +1 -0
  427. package/src/schemaFields/models/index.js +19 -0
  428. package/src/schemaFields/models/index.js.map +1 -0
  429. package/src/schemas/endpoints/get.js +12 -1
  430. package/src/schemas/endpoints/get.js.map +1 -1
  431. package/src/schemas/endpoints/index.js +3 -0
  432. package/src/schemas/endpoints/index.js.map +1 -1
  433. package/src/schemas/endpoints/list.js +3 -2
  434. package/src/schemas/endpoints/list.js.map +1 -1
  435. package/src/schemas/endpoints/patch.js +12 -1
  436. package/src/schemas/endpoints/patch.js.map +1 -1
  437. package/src/schemas/endpoints/patch.schema.js +3 -1
  438. package/src/schemas/endpoints/patch.schema.js.map +1 -1
  439. package/src/schemas/endpoints/validate.js +13 -2
  440. package/src/schemas/endpoints/validate.js.map +1 -1
  441. package/src/schemas/index.js +20 -0
  442. package/src/schemas/index.js.map +1 -0
  443. package/src/schemas/mocks/index.js +19 -0
  444. package/src/schemas/mocks/index.js.map +1 -0
  445. package/src/schemas/mocks/schema.js +12 -0
  446. package/src/schemas/mocks/schema.js.map +1 -0
  447. package/src/schemas/mocks/schemaItem.js +64 -0
  448. package/src/schemas/mocks/schemaItem.js.map +1 -0
  449. package/src/schemas/models/index.js +49 -0
  450. package/src/schemas/models/index.js.map +1 -0
  451. package/src/schemas/models/list.js +3 -0
  452. package/src/schemas/models/list.js.map +1 -0
  453. package/src/schemas/models/list.schema.js +23 -0
  454. package/src/schemas/models/list.schema.js.map +1 -0
  455. package/src/schemas/models/rawSchema.js +3 -0
  456. package/src/schemas/models/rawSchema.js.map +1 -0
  457. package/src/schemas/models/rawSchema.schema.js +16 -0
  458. package/src/schemas/models/rawSchema.schema.js.map +1 -0
  459. package/src/schemas/models/schema.schema.js +2 -0
  460. package/src/schemas/models/schema.schema.js.map +1 -1
  461. package/src/schemas/models/schemaDatapointBase.schema.js +2 -2
  462. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  463. package/src/schemas/models/schemaDatapointEnum.schema.js +1 -0
  464. package/src/schemas/models/schemaDatapointEnum.schema.js.map +1 -1
  465. package/src/shared/index.js +18 -0
  466. package/src/shared/index.js.map +1 -0
  467. package/src/shared/models/annotationListTable.schema.js +1 -0
  468. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  469. package/src/shared/models/index.js +23 -0
  470. package/src/shared/models/index.js.map +1 -0
  471. package/src/shared/models/message.schema.js +7 -3
  472. package/src/shared/models/message.schema.js.map +1 -1
  473. package/src/suggestedEdit/index.js +19 -0
  474. package/src/suggestedEdit/index.js.map +1 -0
  475. package/src/suggestedEdit/models/index.js +21 -0
  476. package/src/suggestedEdit/models/index.js.map +1 -0
  477. package/src/suggestedEdit/models/suggestedDocument.js +3 -0
  478. package/src/suggestedEdit/models/suggestedDocument.js.map +1 -0
  479. package/src/suggestedEdit/models/suggestedDocument.schema.js +3 -0
  480. package/src/suggestedEdit/models/suggestedDocument.schema.js.map +1 -1
  481. package/src/suggestedEdit/models/suggestedEdit.js +3 -0
  482. package/src/suggestedEdit/models/suggestedEdit.js.map +1 -0
  483. package/src/surveys/endpoints/get.schema.js +10 -0
  484. package/src/surveys/endpoints/get.schema.js.map +1 -0
  485. package/src/surveys/endpoints/list.js +3 -2
  486. package/src/surveys/endpoints/list.js.map +1 -1
  487. package/src/surveys/index.js +19 -0
  488. package/src/surveys/index.js.map +1 -0
  489. package/src/surveys/models/index.js +21 -0
  490. package/src/surveys/models/index.js.map +1 -0
  491. package/src/surveys/models/question.js +3 -0
  492. package/src/surveys/models/question.js.map +1 -0
  493. package/src/surveys/models/question.schema.js +11 -0
  494. package/src/surveys/models/question.schema.js.map +1 -0
  495. package/src/surveys/models/survey.js +3 -0
  496. package/src/surveys/models/survey.js.map +1 -0
  497. package/src/surveys/models/surveyTemplate.js +3 -0
  498. package/src/surveys/models/surveyTemplate.js.map +1 -0
  499. package/src/surveys/models/surveyTemplate.schema.js +11 -0
  500. package/src/surveys/models/surveyTemplate.schema.js.map +1 -0
  501. package/src/tasks/index.js +20 -0
  502. package/src/tasks/index.js.map +1 -0
  503. package/src/tasks/mocks/asyncTask.js +14 -0
  504. package/src/tasks/mocks/asyncTask.js.map +1 -0
  505. package/src/tasks/mocks/index.js +18 -0
  506. package/src/tasks/mocks/index.js.map +1 -0
  507. package/src/tasks/models/asyncTask.js +3 -0
  508. package/src/tasks/models/asyncTask.js.map +1 -0
  509. package/src/tasks/models/asyncTaskResult.js +3 -0
  510. package/src/tasks/models/asyncTaskResult.js.map +1 -0
  511. package/src/tasks/models/asyncTaskResult.schema.js +13 -0
  512. package/src/tasks/models/asyncTaskResult.schema.js.map +1 -0
  513. package/src/tasks/models/index.js +21 -0
  514. package/src/tasks/models/index.js.map +1 -0
  515. package/src/triggers/endpoints/list.js +3 -2
  516. package/src/triggers/endpoints/list.js.map +1 -1
  517. package/src/triggers/index.js +19 -0
  518. package/src/triggers/index.js.map +1 -0
  519. package/src/triggers/models/index.js +18 -0
  520. package/src/triggers/models/index.js.map +1 -0
  521. package/src/uploads/index.js +19 -0
  522. package/src/uploads/index.js.map +1 -0
  523. package/src/uploads/models/index.js +19 -0
  524. package/src/uploads/models/index.js.map +1 -0
  525. package/src/uploads/models/upload.js +3 -0
  526. package/src/uploads/models/upload.js.map +1 -0
  527. package/src/users/endpoints/index.js.map +1 -1
  528. package/src/users/endpoints/list.js +3 -2
  529. package/src/users/endpoints/list.js.map +1 -1
  530. package/src/users/endpoints/list.schema.js +2 -1
  531. package/src/users/endpoints/list.schema.js.map +1 -1
  532. package/src/users/index.js +20 -0
  533. package/src/users/index.js.map +1 -0
  534. package/src/users/mocks/index.js +18 -0
  535. package/src/users/mocks/index.js.map +1 -0
  536. package/src/users/mocks/user.js +14 -0
  537. package/src/users/mocks/user.js.map +1 -0
  538. package/src/users/models/resetPassword.js +3 -0
  539. package/src/users/models/resetPassword.js.map +1 -0
  540. package/src/utils/index.js +37 -0
  541. package/src/utils/index.js.map +1 -0
  542. package/src/utils/mockUtils.js +13 -0
  543. package/src/utils/mockUtils.js.map +1 -0
  544. package/src/utils.schema.js +9 -0
  545. package/src/utils.schema.js.map +1 -0
  546. package/src/workflowActivities/endpoints/list.js +3 -2
  547. package/src/workflowActivities/endpoints/list.js.map +1 -1
  548. package/src/workflowActivities/index.js +19 -0
  549. package/src/workflowActivities/index.js.map +1 -0
  550. package/src/workflowActivities/models/index.js +18 -0
  551. package/src/workflowActivities/models/index.js.map +1 -0
  552. package/src/workflowRuns/endpoints/list.js +3 -2
  553. package/src/workflowRuns/endpoints/list.js.map +1 -1
  554. package/src/workflowRuns/index.js +19 -0
  555. package/src/workflowRuns/index.js.map +1 -0
  556. package/src/workflowRuns/models/index.js +19 -0
  557. package/src/workflowRuns/models/index.js.map +1 -0
  558. package/src/workflowSteps/endpoints/list.js +3 -2
  559. package/src/workflowSteps/endpoints/list.js.map +1 -1
  560. package/src/workflowSteps/index.js +19 -0
  561. package/src/workflowSteps/index.js.map +1 -0
  562. package/src/workflowSteps/models/index.js +18 -0
  563. package/src/workflowSteps/models/index.js.map +1 -0
  564. package/src/workflows/endpoints/list.js +3 -2
  565. package/src/workflows/endpoints/list.js.map +1 -1
  566. package/src/workflows/index.js +19 -0
  567. package/src/workflows/index.js.map +1 -0
  568. package/src/workflows/models/index.js +18 -0
  569. package/src/workflows/models/index.js.map +1 -0
  570. package/src/workspaces/endpoints/list.js +3 -2
  571. package/src/workspaces/endpoints/list.js.map +1 -1
  572. package/src/workspaces/index.js +19 -0
  573. package/src/workspaces/index.js.map +1 -0
  574. package/src/workspaces/models/index.js +18 -0
  575. package/src/workspaces/models/index.js.map +1 -0
  576. package/types/index.d.ts +6531 -2434
  577. package/types/src/annotations/endpoints/editPages.d.ts +14 -0
  578. package/types/src/annotations/endpoints/editPages.schema.d.ts +12 -0
  579. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +6 -0
  580. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +5 -0
  581. package/types/src/annotations/endpoints/get.d.ts +52 -21
  582. package/types/src/annotations/endpoints/getContent.d.ts +456 -0
  583. package/types/src/annotations/endpoints/index.d.ts +1934 -155
  584. package/types/src/annotations/endpoints/list.d.ts +1118 -570
  585. package/types/src/annotations/endpoints/patch.d.ts +104 -42
  586. package/types/src/annotations/endpoints/patch.schema.d.ts +52 -21
  587. package/types/src/annotations/endpoints/search.d.ts +571 -42
  588. package/types/src/annotations/endpoints/startEditPages.d.ts +72 -0
  589. package/types/src/annotations/endpoints/updateContent.d.ts +23 -0
  590. package/types/src/annotations/endpoints/validate.d.ts +42 -0
  591. package/types/src/annotations/endpoints/validate.schema.d.ts +42 -0
  592. package/types/src/annotations/index.d.ts +3 -0
  593. package/types/src/annotations/mocks/annotation.d.ts +8 -0
  594. package/types/src/annotations/mocks/index.d.ts +1 -0
  595. package/types/src/annotations/models/annotation.d.ts +1 -0
  596. package/types/src/annotations/models/annotation.schema.d.ts +52 -21
  597. package/types/src/annotations/models/annotationData.d.ts +5 -0
  598. package/types/src/annotations/models/annotationData.schema.d.ts +819 -0
  599. package/types/src/annotations/models/annotationListSideload.d.ts +4 -1
  600. package/types/src/annotations/models/annotationListSideload.schema.d.ts +504 -16
  601. package/types/src/annotations/models/editPages.d.ts +9 -1
  602. package/types/src/annotations/models/editPages.schema.d.ts +172 -0
  603. package/types/src/authentication/endpoints/index.d.ts +1 -1
  604. package/types/src/authentication/index.d.ts +2 -0
  605. package/types/src/authentication/models/authInfo.d.ts +4 -0
  606. package/types/src/authentication/models/index.d.ts +2 -0
  607. package/types/src/automationBlockers/endpoints/get.d.ts +350 -114
  608. package/types/src/automationBlockers/endpoints/index.d.ts +350 -114
  609. package/types/src/automationBlockers/index.d.ts +2 -0
  610. package/types/src/automationBlockers/models/automationBlocker.d.ts +55 -0
  611. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +1376 -6
  612. package/types/src/automationBlockers/models/index.d.ts +2 -0
  613. package/types/src/billing/endpoints/getHistory.schema.d.ts +26 -0
  614. package/types/src/billing/endpoints/index.d.ts +5 -0
  615. package/types/src/billing/index.d.ts +2 -0
  616. package/types/src/billing/models/billingHistory.d.ts +40 -0
  617. package/types/src/billing/models/billingStats.d.ts +21 -0
  618. package/types/src/billing/models/index.d.ts +4 -0
  619. package/types/src/connectors/endpoints/index.d.ts +15 -2
  620. package/types/src/connectors/endpoints/list.d.ts +46 -32
  621. package/types/src/connectors/index.d.ts +2 -0
  622. package/types/src/connectors/models/connector.d.ts +15 -0
  623. package/types/src/connectors/models/index.d.ts +2 -0
  624. package/types/src/dedicatedEngineSchema/index.d.ts +2 -0
  625. package/types/src/dedicatedEngineSchema/models/index.d.ts +9 -0
  626. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +31 -0
  627. package/types/src/dedicatedEngines/endpoints/index.d.ts +21 -3
  628. package/types/src/dedicatedEngines/endpoints/list.d.ts +49 -30
  629. package/types/src/dedicatedEngines/index.d.ts +2 -0
  630. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +10 -0
  631. package/types/src/dedicatedEngines/models/index.d.ts +1 -0
  632. package/types/src/deleteRecommendations/endpoints/index.d.ts +12 -3
  633. package/types/src/deleteRecommendations/endpoints/list.d.ts +31 -21
  634. package/types/src/deleteRecommendations/index.d.ts +2 -0
  635. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +10 -0
  636. package/types/src/deleteRecommendations/models/index.d.ts +1 -0
  637. package/types/src/documentRelations/endpoints/index.d.ts +17 -2
  638. package/types/src/documentRelations/endpoints/list.d.ts +44 -28
  639. package/types/src/documentRelations/index.d.ts +2 -0
  640. package/types/src/documentRelations/models/index.d.ts +1 -0
  641. package/types/src/documentRelations/models/relation.d.ts +10 -0
  642. package/types/src/documentRelations/models/relation.schema.d.ts +24 -0
  643. package/types/src/documents/endpoints/index.d.ts +22 -3
  644. package/types/src/documents/endpoints/list.d.ts +58 -39
  645. package/types/src/documents/index.d.ts +3 -0
  646. package/types/src/documents/mocks/document.d.ts +8 -0
  647. package/types/src/documents/mocks/index.d.ts +1 -0
  648. package/types/src/documents/models/index.d.ts +2 -0
  649. package/types/src/email/endpoints/get.d.ts +3 -3
  650. package/types/src/email/endpoints/index.d.ts +33 -4
  651. package/types/src/email/endpoints/list.d.ts +108 -79
  652. package/types/src/email/index.d.ts +3 -0
  653. package/types/src/email/mocks/email.d.ts +9 -0
  654. package/types/src/email/mocks/index.d.ts +1 -0
  655. package/types/src/email/models/email.d.ts +39 -0
  656. package/types/src/email/models/index.d.ts +2 -0
  657. package/types/src/emailTemplates/endpoints/index.d.ts +20 -7
  658. package/types/src/emailTemplates/endpoints/list.d.ts +84 -70
  659. package/types/src/emailTemplates/endpoints/list.schema.d.ts +3 -3
  660. package/types/src/emailTemplates/index.d.ts +3 -0
  661. package/types/src/emailTemplates/mocks/emailTemplate.d.ts +54 -0
  662. package/types/src/emailTemplates/mocks/index.d.ts +1 -0
  663. package/types/src/emailTemplates/models/index.d.ts +1 -0
  664. package/types/src/emailTemplatesStats/endpoints/index.d.ts +14 -3
  665. package/types/src/emailTemplatesStats/endpoints/list.d.ts +32 -20
  666. package/types/src/emailTemplatesStats/index.d.ts +2 -0
  667. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +6 -0
  668. package/types/src/emailTemplatesStats/models/index.d.ts +1 -0
  669. package/types/src/emailThreads/endpoints/index.d.ts +23 -2
  670. package/types/src/emailThreads/endpoints/list.d.ts +74 -52
  671. package/types/src/emailThreads/index.d.ts +3 -0
  672. package/types/src/emailThreads/mocks/emailThread.d.ts +8 -0
  673. package/types/src/emailThreads/mocks/index.d.ts +1 -0
  674. package/types/src/emailThreads/models/emailThreads.d.ts +32 -0
  675. package/types/src/emailThreads/models/index.d.ts +2 -0
  676. package/types/src/engineFields/endpoints/index.d.ts +20 -6
  677. package/types/src/engineFields/endpoints/list.d.ts +46 -31
  678. package/types/src/engineFields/endpoints/listPreTrainedFields.d.ts +4 -4
  679. package/types/src/engineFields/index.d.ts +2 -0
  680. package/types/src/engineFields/models/index.d.ts +3 -0
  681. package/types/src/engineFields/models/preTrainedField.d.ts +11 -0
  682. package/types/src/engineFields/models/preTrainedField.schema.d.ts +2 -2
  683. package/types/src/engines/endpoints/index.d.ts +213 -20
  684. package/types/src/engines/endpoints/list.d.ts +40 -27
  685. package/types/src/engines/endpoints/queueStats.d.ts +322 -140
  686. package/types/src/engines/endpoints/queueStats.schema.d.ts +186 -15
  687. package/types/src/engines/index.d.ts +2 -0
  688. package/types/src/engines/models/engineQueueStatsItem.d.ts +7 -0
  689. package/types/src/engines/models/index.d.ts +1 -0
  690. package/types/src/genericEngines/endpoints/index.d.ts +21 -3
  691. package/types/src/genericEngines/endpoints/list.d.ts +49 -30
  692. package/types/src/genericEngines/index.d.ts +2 -0
  693. package/types/src/genericEngines/models/genericEngine.d.ts +9 -0
  694. package/types/src/genericEngines/models/index.d.ts +1 -0
  695. package/types/src/groups/endpoints/index.d.ts +10 -0
  696. package/types/src/groups/endpoints/list.d.ts +24 -13
  697. package/types/src/groups/endpoints/list.schema.d.ts +11 -0
  698. package/types/src/groups/index.d.ts +2 -0
  699. package/types/src/groups/models/group.d.ts +7 -0
  700. package/types/src/groups/models/index.d.ts +1 -0
  701. package/types/src/hookInterfaces/endpoints/index.d.ts +16 -2
  702. package/types/src/hookInterfaces/endpoints/list.d.ts +45 -30
  703. package/types/src/hookInterfaces/index.d.ts +2 -0
  704. package/types/src/hookTemplates/endpoints/get.d.ts +14 -14
  705. package/types/src/hookTemplates/endpoints/index.d.ts +49 -38
  706. package/types/src/hookTemplates/endpoints/list.d.ts +181 -169
  707. package/types/src/hookTemplates/index.d.ts +2 -0
  708. package/types/src/hookTemplates/models/hookTemplate.d.ts +45 -0
  709. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +14 -14
  710. package/types/src/hookTemplates/models/index.d.ts +2 -0
  711. package/types/src/hooks/endpoints/create.d.ts +19 -19
  712. package/types/src/hooks/endpoints/create.schema.d.ts +10 -10
  713. package/types/src/hooks/endpoints/createFromTemplate.d.ts +18 -18
  714. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +3 -3
  715. package/types/src/hooks/endpoints/duplicate.d.ts +502 -0
  716. package/types/src/hooks/endpoints/duplicate.schema.d.ts +17 -0
  717. package/types/src/hooks/endpoints/get.d.ts +14 -14
  718. package/types/src/hooks/endpoints/index.d.ts +826 -230
  719. package/types/src/hooks/endpoints/list.d.ts +190 -167
  720. package/types/src/hooks/endpoints/list.schema.d.ts +6 -3
  721. package/types/src/hooks/endpoints/patch.d.ts +28 -28
  722. package/types/src/hooks/endpoints/patch.schema.d.ts +14 -14
  723. package/types/src/hooks/endpoints/runLogs.d.ts +24 -13
  724. package/types/src/hooks/endpoints/runs.d.ts +302 -233
  725. package/types/src/hooks/endpoints/runs.schema.d.ts +6 -502
  726. package/types/src/hooks/endpoints/test.d.ts +5 -5
  727. package/types/src/hooks/endpoints/test.schema.d.ts +5 -5
  728. package/types/src/hooks/index.d.ts +2 -0
  729. package/types/src/hooks/models/event.d.ts +6 -0
  730. package/types/src/hooks/models/event.schema.d.ts +2 -0
  731. package/types/src/hooks/models/hook.d.ts +2 -1
  732. package/types/src/hooks/models/hook.schema.d.ts +31 -31
  733. package/types/src/hooks/models/hookConfig.d.ts +1 -1
  734. package/types/src/hooks/models/hookConfig.schema.d.ts +3 -3
  735. package/types/src/hooks/models/hookUtils.d.ts +0 -1
  736. package/types/src/hooks/models/hookUtils.schema.d.ts +0 -1
  737. package/types/src/hooks/models/index.d.ts +9 -0
  738. package/types/src/hooks/models/run.d.ts +5 -4
  739. package/types/src/hooks/models/run.schema.d.ts +75 -60
  740. package/types/src/hooks/models/values.d.ts +6 -0
  741. package/types/src/inboxes/endpoints/index.d.ts +12 -3
  742. package/types/src/inboxes/endpoints/list.d.ts +49 -39
  743. package/types/src/inboxes/index.d.ts +3 -0
  744. package/types/src/inboxes/mocks/inbox.d.ts +4 -0
  745. package/types/src/inboxes/mocks/index.d.ts +1 -0
  746. package/types/src/inboxes/models/index.d.ts +1 -0
  747. package/types/src/internal/endpoints/computedFieldSummary.d.ts +7871 -0
  748. package/types/src/internal/endpoints/computedFieldSummary.schema.d.ts +7889 -0
  749. package/types/src/internal/endpoints/getMetabaseJWT.d.ts +11 -0
  750. package/types/src/internal/endpoints/getMetabaseJWT.schema.d.ts +8 -0
  751. package/types/src/internal/endpoints/index.d.ts +8191 -22536
  752. package/types/src/internal/endpoints/reportSummary.d.ts +17 -0
  753. package/types/src/internal/endpoints/reportSummary.schema.d.ts +20 -0
  754. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +370 -7858
  755. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +365 -7852
  756. package/types/src/internal/endpoints/rules/suggestRule.d.ts +7 -7745
  757. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +3 -7751
  758. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +17 -7760
  759. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +13 -7756
  760. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +17 -7760
  761. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +13 -7756
  762. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +695 -167
  763. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +693 -165
  764. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +188 -144
  765. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +188 -144
  766. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +188 -144
  767. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +188 -144
  768. package/types/src/internal/endpoints/schemas/suggestComputedField.d.ts +7839 -0
  769. package/types/src/internal/endpoints/schemas/suggestComputedField.schema.d.ts +7836 -0
  770. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +188 -144
  771. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +188 -144
  772. package/types/src/internal/endpoints/suggestReport.d.ts +16 -0
  773. package/types/src/internal/endpoints/suggestReport.schema.d.ts +27 -0
  774. package/types/src/internal/index.d.ts +1 -0
  775. package/types/src/labels/endpoints/index.d.ts +14 -4
  776. package/types/src/labels/endpoints/list.d.ts +31 -20
  777. package/types/src/labels/index.d.ts +2 -0
  778. package/types/src/labels/models/index.d.ts +2 -0
  779. package/types/src/memberships/index.d.ts +2 -0
  780. package/types/src/memberships/models/index.d.ts +1 -0
  781. package/types/src/memberships/models/membership.d.ts +9 -0
  782. package/types/src/organization/endpoints/create.d.ts +11 -11
  783. package/types/src/organization/endpoints/create.schema.d.ts +11 -11
  784. package/types/src/organization/endpoints/get.d.ts +9 -9
  785. package/types/src/organization/endpoints/index.d.ts +66 -55
  786. package/types/src/organization/endpoints/list.d.ts +72 -60
  787. package/types/src/organization/endpoints/patch.d.ts +18 -18
  788. package/types/src/organization/endpoints/patch.schema.d.ts +182 -0
  789. package/types/src/organization/index.d.ts +3 -0
  790. package/types/src/organization/mocks/index.d.ts +1 -0
  791. package/types/src/organization/mocks/organization.d.ts +4 -0
  792. package/types/src/organization/models/emailLimits.d.ts +10 -0
  793. package/types/src/organization/models/index.d.ts +6 -0
  794. package/types/src/organization/models/limits.d.ts +4 -0
  795. package/types/src/organization/models/organization.schema.d.ts +9 -9
  796. package/types/src/organizationGroups/endpoints/index.d.ts +36 -15
  797. package/types/src/organizationGroups/endpoints/organizations.d.ts +28 -20
  798. package/types/src/organizationGroups/endpoints/queues.d.ts +33 -25
  799. package/types/src/organizationGroups/endpoints/workspaces.d.ts +32 -24
  800. package/types/src/organizationGroups/index.d.ts +2 -0
  801. package/types/src/organizationGroups/models/index.d.ts +6 -0
  802. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +6 -0
  803. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +8 -0
  804. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +7 -0
  805. package/types/src/pages/endpoints/index.d.ts +35 -12
  806. package/types/src/pages/endpoints/list.d.ts +64 -37
  807. package/types/src/pages/endpoints/list.schema.d.ts +18 -9
  808. package/types/src/pages/index.d.ts +2 -0
  809. package/types/src/pages/models/index.d.ts +1 -0
  810. package/types/src/pages/models/page.d.ts +14 -0
  811. package/types/src/queues/endpoints/automation.d.ts +12 -12
  812. package/types/src/queues/endpoints/automation.schema.d.ts +10 -10
  813. package/types/src/queues/endpoints/automationSetupCurrentStats.d.ts +133 -0
  814. package/types/src/queues/endpoints/automationSetupProjections.d.ts +424 -0
  815. package/types/src/queues/endpoints/create.d.ts +144 -11
  816. package/types/src/queues/endpoints/createFromTemplate.d.ts +144 -11
  817. package/types/src/queues/endpoints/duplicate.d.ts +148 -11
  818. package/types/src/queues/endpoints/duplicate.schema.d.ts +3 -0
  819. package/types/src/queues/endpoints/get.d.ts +144 -11
  820. package/types/src/queues/endpoints/getAutomationTargets.d.ts +77 -0
  821. package/types/src/queues/endpoints/index.d.ts +1610 -415
  822. package/types/src/queues/endpoints/list.d.ts +197 -21
  823. package/types/src/queues/endpoints/list.schema.d.ts +15 -9
  824. package/types/src/queues/endpoints/patch.d.ts +286 -20
  825. package/types/src/queues/endpoints/patch.schema.d.ts +142 -9
  826. package/types/src/queues/endpoints/saveAutomationTarget.d.ts +50 -0
  827. package/types/src/queues/index.d.ts +3 -0
  828. package/types/src/queues/mocks/automation.d.ts +10 -0
  829. package/types/src/queues/mocks/index.d.ts +2 -0
  830. package/types/src/queues/mocks/queue.d.ts +4 -0
  831. package/types/src/queues/models/automationBlocker.schema.d.ts +2 -2
  832. package/types/src/queues/models/automationResponseAutomationBlocker.d.ts +17 -0
  833. package/types/src/queues/models/automationResponseAutomationBlocker.schema.d.ts +53 -0
  834. package/types/src/queues/models/automationSetup.d.ts +39 -25
  835. package/types/src/queues/models/automationSetup.schema.d.ts +647 -559
  836. package/types/src/queues/models/index.d.ts +14 -0
  837. package/types/src/queues/models/queue.schema.d.ts +144 -11
  838. package/types/src/queues/models/queueSettings.d.ts +33 -2
  839. package/types/src/queues/models/queueSettings.schema.d.ts +207 -12
  840. package/types/src/queues/models/relatedObjectsCounts.d.ts +5 -0
  841. package/types/src/queues/models/vendorEmailNotificationsSettings.d.ts +9 -0
  842. package/types/src/queues/models/vendorEmailNotificationsSettings.schema.d.ts +211 -0
  843. package/types/src/relations/endpoints/index.d.ts +16 -3
  844. package/types/src/relations/endpoints/list.d.ts +62 -48
  845. package/types/src/relations/index.d.ts +2 -0
  846. package/types/src/relations/models/index.d.ts +2 -0
  847. package/types/src/rules/endpoints/create.d.ts +40 -70
  848. package/types/src/rules/endpoints/create.schema.d.ts +31 -48
  849. package/types/src/rules/endpoints/get.d.ts +6 -19
  850. package/types/src/rules/endpoints/index.d.ts +98 -160
  851. package/types/src/rules/endpoints/list.d.ts +76 -67
  852. package/types/src/rules/endpoints/list.schema.d.ts +12 -3
  853. package/types/src/rules/endpoints/patch.d.ts +15 -41
  854. package/types/src/rules/endpoints/patch.schema.d.ts +6 -19
  855. package/types/src/rules/index.d.ts +1 -0
  856. package/types/src/rules/models/{schemaRule.d.ts → queueRule.d.ts} +7 -10
  857. package/types/src/rules/models/{schemaRule.schema.d.ts → queueRule.schema.d.ts} +9 -28
  858. package/types/src/rulesExecutionLogs/endpoints/get.d.ts +77 -0
  859. package/types/src/rulesExecutionLogs/endpoints/index.d.ts +288 -0
  860. package/types/src/rulesExecutionLogs/endpoints/list.d.ts +224 -0
  861. package/types/src/rulesExecutionLogs/endpoints/list.schema.d.ts +38 -0
  862. package/types/src/rulesExecutionLogs/index.d.ts +2 -0
  863. package/types/src/rulesExecutionLogs/models/index.d.ts +1 -0
  864. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.d.ts +23 -0
  865. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.schema.d.ts +94 -0
  866. package/types/src/schemaFields/index.d.ts +2 -0
  867. package/types/src/schemaFields/models/index.d.ts +2 -0
  868. package/types/src/schemas/endpoints/create.d.ts +194 -144
  869. package/types/src/schemas/endpoints/get.d.ts +236 -144
  870. package/types/src/schemas/endpoints/index.d.ts +6 -3
  871. package/types/src/schemas/endpoints/list.d.ts +1133 -1060
  872. package/types/src/schemas/endpoints/patch.d.ts +451 -288
  873. package/types/src/schemas/endpoints/patch.schema.d.ts +222 -144
  874. package/types/src/schemas/endpoints/validate.d.ts +446 -304
  875. package/types/src/schemas/index.d.ts +3 -0
  876. package/types/src/schemas/mocks/index.d.ts +2 -0
  877. package/types/src/schemas/mocks/schema.d.ts +4 -0
  878. package/types/src/schemas/mocks/schemaItem.d.ts +37 -0
  879. package/types/src/schemas/models/index.d.ts +32 -0
  880. package/types/src/schemas/models/list.d.ts +18 -0
  881. package/types/src/schemas/models/list.schema.d.ts +66 -0
  882. package/types/src/schemas/models/rawSchema.d.ts +11 -0
  883. package/types/src/schemas/models/rawSchema.schema.d.ts +29 -0
  884. package/types/src/schemas/models/schema.d.ts +2 -0
  885. package/types/src/schemas/models/schema.schema.d.ts +194 -144
  886. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +17 -12
  887. package/types/src/schemas/models/schemaDatapointBase.d.ts +1 -1
  888. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +3 -3
  889. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +3 -3
  890. package/types/src/schemas/models/schemaDatapointEnum.d.ts +1 -0
  891. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +14 -3
  892. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +3 -3
  893. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +3 -3
  894. package/types/src/schemas/models/schemaItem.schema.d.ts +108 -80
  895. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +64 -48
  896. package/types/src/schemas/models/schemaSection.schema.d.ts +148 -112
  897. package/types/src/schemas/models/schemaTuple.schema.d.ts +27 -20
  898. package/types/src/shared/index.d.ts +1 -0
  899. package/types/src/shared/models/annotationListTable.d.ts +1 -1
  900. package/types/src/shared/models/annotationListTable.schema.d.ts +15 -15
  901. package/types/src/shared/models/index.d.ts +6 -0
  902. package/types/src/shared/models/message.d.ts +7 -3
  903. package/types/src/shared/models/message.schema.d.ts +35 -15
  904. package/types/src/suggestedEdit/endpoints/get.d.ts +17 -0
  905. package/types/src/suggestedEdit/endpoints/index.d.ts +17 -0
  906. package/types/src/suggestedEdit/index.d.ts +2 -0
  907. package/types/src/suggestedEdit/models/index.d.ts +4 -0
  908. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +12 -0
  909. package/types/src/suggestedEdit/models/suggestedDocument.schema.d.ts +11 -0
  910. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +8 -0
  911. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +17 -0
  912. package/types/src/surveys/endpoints/get.schema.d.ts +8 -0
  913. package/types/src/surveys/endpoints/index.d.ts +14 -3
  914. package/types/src/surveys/endpoints/list.d.ts +41 -29
  915. package/types/src/surveys/index.d.ts +2 -0
  916. package/types/src/surveys/models/index.d.ts +4 -0
  917. package/types/src/surveys/models/question.d.ts +6 -0
  918. package/types/src/surveys/models/question.schema.d.ts +15 -0
  919. package/types/src/surveys/models/survey.d.ts +13 -0
  920. package/types/src/surveys/models/surveyTemplate.d.ts +6 -0
  921. package/types/src/surveys/models/surveyTemplate.schema.d.ts +34 -0
  922. package/types/src/tasks/index.d.ts +3 -0
  923. package/types/src/tasks/mocks/asyncTask.d.ts +17 -0
  924. package/types/src/tasks/mocks/index.d.ts +1 -0
  925. package/types/src/tasks/models/asyncTask.d.ts +17 -0
  926. package/types/src/tasks/models/asyncTaskResult.d.ts +8 -0
  927. package/types/src/tasks/models/asyncTaskResult.schema.d.ts +20 -0
  928. package/types/src/tasks/models/index.d.ts +4 -0
  929. package/types/src/triggers/endpoints/create.d.ts +2 -2
  930. package/types/src/triggers/endpoints/get.d.ts +2 -2
  931. package/types/src/triggers/endpoints/index.d.ts +25 -18
  932. package/types/src/triggers/endpoints/list.d.ts +40 -32
  933. package/types/src/triggers/endpoints/patch.d.ts +2 -2
  934. package/types/src/triggers/index.d.ts +2 -0
  935. package/types/src/triggers/models/index.d.ts +1 -0
  936. package/types/src/triggers/models/trigger.schema.d.ts +2 -2
  937. package/types/src/uploads/index.d.ts +2 -0
  938. package/types/src/uploads/models/index.d.ts +2 -0
  939. package/types/src/uploads/models/upload.d.ts +13 -0
  940. package/types/src/users/endpoints/index.d.ts +33 -6
  941. package/types/src/users/endpoints/list.d.ts +79 -51
  942. package/types/src/users/endpoints/list.schema.d.ts +6 -3
  943. package/types/src/users/index.d.ts +3 -0
  944. package/types/src/users/mocks/index.d.ts +1 -0
  945. package/types/src/users/mocks/user.d.ts +4 -0
  946. package/types/src/users/models/resetPassword.d.ts +3 -0
  947. package/types/src/utils/index.d.ts +20 -0
  948. package/types/src/utils/mockUtils.d.ts +15 -0
  949. package/types/src/utils.schema.d.ts +1 -0
  950. package/types/src/workflowActivities/endpoints/get.d.ts +2 -2
  951. package/types/src/workflowActivities/endpoints/index.d.ts +20 -9
  952. package/types/src/workflowActivities/endpoints/list.d.ts +46 -34
  953. package/types/src/workflowActivities/index.d.ts +2 -0
  954. package/types/src/workflowActivities/models/index.d.ts +1 -0
  955. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +2 -2
  956. package/types/src/workflowRuns/endpoints/index.d.ts +15 -3
  957. package/types/src/workflowRuns/endpoints/list.d.ts +38 -25
  958. package/types/src/workflowRuns/index.d.ts +2 -0
  959. package/types/src/workflowRuns/models/index.d.ts +2 -0
  960. package/types/src/workflowSteps/endpoints/index.d.ts +15 -3
  961. package/types/src/workflowSteps/endpoints/list.d.ts +40 -27
  962. package/types/src/workflowSteps/index.d.ts +2 -0
  963. package/types/src/workflowSteps/models/index.d.ts +1 -0
  964. package/types/src/workflows/endpoints/index.d.ts +13 -2
  965. package/types/src/workflows/endpoints/list.d.ts +36 -24
  966. package/types/src/workflows/index.d.ts +2 -0
  967. package/types/src/workflows/models/index.d.ts +1 -0
  968. package/types/src/workspaces/endpoints/index.d.ts +16 -2
  969. package/types/src/workspaces/endpoints/list.d.ts +43 -28
  970. package/types/src/workspaces/index.d.ts +2 -0
  971. package/types/src/workspaces/models/index.d.ts +1 -0
  972. package/src/queues/endpoints/automationSetup.js +0 -15
  973. package/src/queues/endpoints/automationSetup.js.map +0 -1
  974. package/src/queues/models/automationBlocker.js.map +0 -1
  975. package/src/rule-templates/endpoints/create.js +0 -16
  976. package/src/rule-templates/endpoints/create.js.map +0 -1
  977. package/src/rule-templates/endpoints/create.schema.js +0 -6
  978. package/src/rule-templates/endpoints/create.schema.js.map +0 -1
  979. package/src/rule-templates/endpoints/delete.js +0 -13
  980. package/src/rule-templates/endpoints/delete.js.map +0 -1
  981. package/src/rule-templates/endpoints/get.js +0 -13
  982. package/src/rule-templates/endpoints/get.js.map +0 -1
  983. package/src/rule-templates/endpoints/index.js +0 -16
  984. package/src/rule-templates/endpoints/index.js.map +0 -1
  985. package/src/rule-templates/endpoints/list.js +0 -17
  986. package/src/rule-templates/endpoints/list.js.map +0 -1
  987. package/src/rule-templates/endpoints/list.schema.js +0 -6
  988. package/src/rule-templates/endpoints/list.schema.js.map +0 -1
  989. package/src/rule-templates/endpoints/patch.js +0 -16
  990. package/src/rule-templates/endpoints/patch.js.map +0 -1
  991. package/src/rule-templates/endpoints/patch.schema.js +0 -6
  992. package/src/rule-templates/endpoints/patch.schema.js.map +0 -1
  993. package/src/rule-templates/models/ruleTemplate.js.map +0 -1
  994. package/src/rule-templates/models/ruleTemplate.schema.js +0 -17
  995. package/src/rule-templates/models/ruleTemplate.schema.js.map +0 -1
  996. package/src/rules/models/schemaRule.js.map +0 -1
  997. package/src/rules/models/schemaRule.schema.js.map +0 -1
  998. package/types/src/queues/endpoints/automationSetup.d.ts +0 -462
  999. package/types/src/queues/models/automationBlocker.d.ts +0 -17
  1000. package/types/src/rule-templates/endpoints/create.d.ts +0 -153
  1001. package/types/src/rule-templates/endpoints/create.schema.d.ts +0 -74
  1002. package/types/src/rule-templates/endpoints/delete.d.ts +0 -7
  1003. package/types/src/rule-templates/endpoints/get.d.ts +0 -78
  1004. package/types/src/rule-templates/endpoints/index.d.ts +0 -544
  1005. package/types/src/rule-templates/endpoints/list.d.ts +0 -160
  1006. package/types/src/rule-templates/endpoints/list.schema.d.ts +0 -11
  1007. package/types/src/rule-templates/endpoints/patch.d.ts +0 -154
  1008. package/types/src/rule-templates/endpoints/patch.schema.d.ts +0 -74
  1009. package/types/src/rule-templates/models/ruleTemplate.d.ts +0 -12
  1010. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +0 -74
  1011. /package/src/{queues → automationBlockers}/models/automationBlocker.js +0 -0
@@ -1,3 +1,4 @@
1
+ import { z } from 'zod';
1
2
  import { AnnotationStatus } from '../../shared/models/annotationStatus';
2
3
  import { ID } from '../../utils/codecUtils';
3
4
  import { PaginationQuery } from '../../utils/listQuery';
@@ -14,13 +15,13 @@ export type AnnotationListQuery = Partial<{
14
15
  export declare const list: (query?: AnnotationListQuery) => {
15
16
  readonly endpoint: "/annotations";
16
17
  readonly method: "GET";
17
- readonly responseSchema: import("zod").ZodObject<{
18
- pagination: import("zod").ZodObject<{
19
- next: import("zod").ZodNullable<import("zod").ZodString>;
20
- previous: import("zod").ZodNullable<import("zod").ZodString>;
21
- total: import("zod").ZodNumber;
22
- totalPages: import("zod").ZodNumber;
23
- }, "strip", import("zod").ZodTypeAny, {
18
+ readonly responseSchema: z.ZodObject<{
19
+ pagination: z.ZodObject<{
20
+ next: z.ZodNullable<z.ZodString>;
21
+ previous: z.ZodNullable<z.ZodString>;
22
+ total: z.ZodNumber;
23
+ totalPages: z.ZodNumber;
24
+ }, "strip", z.ZodTypeAny, {
24
25
  next: string | null;
25
26
  previous: string | null;
26
27
  total: number;
@@ -31,65 +32,81 @@ export declare const list: (query?: AnnotationListQuery) => {
31
32
  total: number;
32
33
  totalPages: number;
33
34
  }>;
34
- results: import("zod").ZodArray<import("zod").ZodObject<{
35
- document: import("zod").ZodString;
36
- id: import("zod").ZodNumber;
37
- queue: import("zod").ZodString;
38
- schema: import("zod").ZodString;
39
- relations: import("zod").ZodArray<import("zod").ZodString, "many">;
40
- pages: import("zod").ZodArray<import("zod").ZodString, "many">;
41
- creator: import("zod").ZodNullable<import("zod").ZodString>;
42
- modifier: import("zod").ZodNullable<import("zod").ZodString>;
43
- createdAt: import("zod").ZodString;
44
- modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
45
- confirmedAt: import("zod").ZodNullable<import("zod").ZodString>;
46
- exportFailedAt: import("zod").ZodNullable<import("zod").ZodString>;
47
- exportedAt: import("zod").ZodNullable<import("zod").ZodString>;
48
- deletedAt: import("zod").ZodNullable<import("zod").ZodString>;
49
- rejectedAt: import("zod").ZodNullable<import("zod").ZodString>;
50
- confirmedBy: import("zod").ZodNullable<import("zod").ZodString>;
51
- deletedBy: import("zod").ZodNullable<import("zod").ZodString>;
52
- exportedBy: import("zod").ZodNullable<import("zod").ZodString>;
53
- rejectedBy: import("zod").ZodNullable<import("zod").ZodString>;
54
- assignedAt: import("zod").ZodNullable<import("zod").ZodString>;
55
- status: import("zod").ZodUnion<[import("zod").ZodLiteral<"created">, import("zod").ZodLiteral<"importing">, import("zod").ZodLiteral<"failed_import">, import("zod").ZodLiteral<"split">, import("zod").ZodLiteral<"to_review">, import("zod").ZodLiteral<"reviewing">, import("zod").ZodLiteral<"confirmed">, import("zod").ZodLiteral<"rejected">, import("zod").ZodLiteral<"exporting">, import("zod").ZodLiteral<"exported">, import("zod").ZodLiteral<"failed_export">, import("zod").ZodLiteral<"postponed">, import("zod").ZodLiteral<"deleted">, import("zod").ZodLiteral<"purged">, import("zod").ZodLiteral<"in_workflow">]>;
56
- rirPollId: import("zod").ZodNullable<import("zod").ZodString>;
57
- messages: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
58
- type: import("zod").ZodUnion<[import("zod").ZodLiteral<"error">, import("zod").ZodLiteral<"warning">, import("zod").ZodLiteral<"info">]>;
59
- content: import("zod").ZodString;
60
- id: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"all">, import("zod").ZodString, import("zod").ZodNumber]>>>;
61
- detail: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
62
- hookId: import("zod").ZodNullable<import("zod").ZodNumber>;
63
- hookName: import("zod").ZodString;
64
- requestId: import("zod").ZodString;
65
- isException: import("zod").ZodOptional<import("zod").ZodBoolean>;
66
- tracebackLineNumber: import("zod").ZodOptional<import("zod").ZodNumber>;
67
- timestamp: import("zod").ZodOptional<import("zod").ZodString>;
68
- }, "strip", import("zod").ZodTypeAny, {
69
- hookId: number | null;
70
- hookName: string;
71
- requestId: string;
35
+ results: z.ZodArray<z.ZodObject<{
36
+ document: z.ZodString;
37
+ id: z.ZodNumber;
38
+ queue: z.ZodString;
39
+ schema: z.ZodString;
40
+ relations: z.ZodArray<z.ZodString, "many">;
41
+ pages: z.ZodArray<z.ZodString, "many">;
42
+ creator: z.ZodNullable<z.ZodString>;
43
+ modifier: z.ZodNullable<z.ZodString>;
44
+ createdAt: z.ZodString;
45
+ modifiedAt: z.ZodNullable<z.ZodString>;
46
+ confirmedAt: z.ZodNullable<z.ZodString>;
47
+ exportFailedAt: z.ZodNullable<z.ZodString>;
48
+ exportedAt: z.ZodNullable<z.ZodString>;
49
+ deletedAt: z.ZodNullable<z.ZodString>;
50
+ rejectedAt: z.ZodNullable<z.ZodString>;
51
+ confirmedBy: z.ZodNullable<z.ZodString>;
52
+ deletedBy: z.ZodNullable<z.ZodString>;
53
+ exportedBy: z.ZodNullable<z.ZodString>;
54
+ rejectedBy: z.ZodNullable<z.ZodString>;
55
+ assignedAt: z.ZodNullable<z.ZodString>;
56
+ status: z.ZodUnion<[z.ZodLiteral<"created">, z.ZodLiteral<"importing">, z.ZodLiteral<"failed_import">, z.ZodLiteral<"split">, z.ZodLiteral<"to_review">, z.ZodLiteral<"reviewing">, z.ZodLiteral<"confirmed">, z.ZodLiteral<"rejected">, z.ZodLiteral<"exporting">, z.ZodLiteral<"exported">, z.ZodLiteral<"failed_export">, z.ZodLiteral<"postponed">, z.ZodLiteral<"deleted">, z.ZodLiteral<"purged">, z.ZodLiteral<"in_workflow">]>;
57
+ rirPollId: z.ZodNullable<z.ZodString>;
58
+ messages: z.ZodNullable<z.ZodArray<z.ZodObject<{
59
+ type: z.ZodUnion<[z.ZodLiteral<"error">, z.ZodLiteral<"warning">, z.ZodLiteral<"info">]>;
60
+ content: z.ZodString;
61
+ id: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"all">, z.ZodString, z.ZodNumber]>>>;
62
+ detail: z.ZodNullable<z.ZodOptional<z.ZodObject<{
63
+ hookId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
64
+ hookName: z.ZodOptional<z.ZodString>;
65
+ requestId: z.ZodOptional<z.ZodString>;
66
+ isException: z.ZodOptional<z.ZodBoolean>;
67
+ tracebackLineNumber: z.ZodOptional<z.ZodNumber>;
68
+ ruleId: z.ZodOptional<z.ZodNumber>;
69
+ ruleName: z.ZodOptional<z.ZodString>;
70
+ sourceId: z.ZodOptional<z.ZodNumber>;
71
+ sourceSchemaId: z.ZodOptional<z.ZodString>;
72
+ timestamp: z.ZodOptional<z.ZodString>;
73
+ }, "strip", z.ZodTypeAny, {
74
+ hookId?: number | null | undefined;
75
+ hookName?: string | undefined;
76
+ requestId?: string | undefined;
72
77
  isException?: boolean | undefined;
73
78
  tracebackLineNumber?: number | undefined;
79
+ ruleId?: number | undefined;
80
+ ruleName?: string | undefined;
81
+ sourceId?: number | undefined;
82
+ sourceSchemaId?: string | undefined;
74
83
  timestamp?: string | undefined;
75
84
  }, {
76
- hookId: number | null;
77
- hookName: string;
78
- requestId: string;
85
+ hookId?: number | null | undefined;
86
+ hookName?: string | undefined;
87
+ requestId?: string | undefined;
79
88
  isException?: boolean | undefined;
80
89
  tracebackLineNumber?: number | undefined;
90
+ ruleId?: number | undefined;
91
+ ruleName?: string | undefined;
92
+ sourceId?: number | undefined;
93
+ sourceSchemaId?: string | undefined;
81
94
  timestamp?: string | undefined;
82
95
  }>>>;
83
- }, "strip", import("zod").ZodTypeAny, {
96
+ }, "strip", z.ZodTypeAny, {
84
97
  type: "error" | "warning" | "info";
85
98
  content: string;
86
99
  id?: string | number | null | undefined;
87
100
  detail?: {
88
- hookId: number | null;
89
- hookName: string;
90
- requestId: string;
101
+ hookId?: number | null | undefined;
102
+ hookName?: string | undefined;
103
+ requestId?: string | undefined;
91
104
  isException?: boolean | undefined;
92
105
  tracebackLineNumber?: number | undefined;
106
+ ruleId?: number | undefined;
107
+ ruleName?: string | undefined;
108
+ sourceId?: number | undefined;
109
+ sourceSchemaId?: string | undefined;
93
110
  timestamp?: string | undefined;
94
111
  } | null | undefined;
95
112
  }, {
@@ -97,43 +114,48 @@ export declare const list: (query?: AnnotationListQuery) => {
97
114
  content: string;
98
115
  id?: string | number | null | undefined;
99
116
  detail?: {
100
- hookId: number | null;
101
- hookName: string;
102
- requestId: string;
117
+ hookId?: number | null | undefined;
118
+ hookName?: string | undefined;
119
+ requestId?: string | undefined;
103
120
  isException?: boolean | undefined;
104
121
  tracebackLineNumber?: number | undefined;
122
+ ruleId?: number | undefined;
123
+ ruleName?: string | undefined;
124
+ sourceId?: number | undefined;
125
+ sourceSchemaId?: string | undefined;
105
126
  timestamp?: string | undefined;
106
127
  } | null | undefined;
107
128
  }>, "many">>;
108
- einvoice: import("zod").ZodBoolean;
109
- url: import("zod").ZodString;
110
- content: import("zod").ZodString;
111
- timeSpent: import("zod").ZodNullable<import("zod").ZodNumber>;
112
- metadata: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>;
113
- automated: import("zod").ZodBoolean;
114
- suggestedEdit: import("zod").ZodNullable<import("zod").ZodString>;
115
- relatedEmails: import("zod").ZodArray<import("zod").ZodString, "many">;
116
- email: import("zod").ZodNullable<import("zod").ZodString>;
117
- automationBlocker: import("zod").ZodNullable<import("zod").ZodString>;
118
- emailThread: import("zod").ZodNullable<import("zod").ZodString>;
119
- organization: import("zod").ZodString;
120
- automaticallyRejected: import("zod").ZodBoolean;
121
- prediction: import("zod").ZodNullable<import("zod").ZodObject<{
122
- source: import("zod").ZodNullable<import("zod").ZodString>;
123
- version: import("zod").ZodNullable<import("zod").ZodString>;
124
- }, "strip", import("zod").ZodTypeAny, {
129
+ einvoice: z.ZodBoolean;
130
+ url: z.ZodString;
131
+ content: z.ZodString;
132
+ timeSpent: z.ZodNullable<z.ZodNumber>;
133
+ metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
134
+ automated: z.ZodBoolean;
135
+ suggestedEdit: z.ZodNullable<z.ZodString>;
136
+ relatedEmails: z.ZodArray<z.ZodString, "many">;
137
+ email: z.ZodNullable<z.ZodString>;
138
+ automationBlocker: z.ZodNullable<z.ZodString>;
139
+ emailThread: z.ZodNullable<z.ZodString>;
140
+ organization: z.ZodString;
141
+ automaticallyRejected: z.ZodBoolean;
142
+ prediction: z.ZodNullable<z.ZodObject<{
143
+ source: z.ZodNullable<z.ZodString>;
144
+ version: z.ZodNullable<z.ZodString>;
145
+ }, "strip", z.ZodTypeAny, {
125
146
  source: string | null;
126
147
  version: string | null;
127
148
  }, {
128
149
  source: string | null;
129
150
  version: string | null;
130
151
  }>>;
131
- hasEmailThreadWithReplies: import("zod").ZodOptional<import("zod").ZodBoolean>;
132
- hasEmailThreadWithNewReplies: import("zod").ZodOptional<import("zod").ZodBoolean>;
133
- assignees: import("zod").ZodArray<import("zod").ZodString, "many">;
134
- labels: import("zod").ZodArray<import("zod").ZodString, "many">;
135
- restrictedAccess: import("zod").ZodBoolean;
136
- }, "strip", import("zod").ZodTypeAny, {
152
+ hasEmailThreadWithReplies: z.ZodOptional<z.ZodBoolean>;
153
+ hasEmailThreadWithNewReplies: z.ZodOptional<z.ZodBoolean>;
154
+ assignees: z.ZodArray<z.ZodString, "many">;
155
+ labels: z.ZodArray<z.ZodString, "many">;
156
+ restrictedAccess: z.ZodBoolean;
157
+ trainingEnabled: z.ZodOptional<z.ZodBoolean>;
158
+ }, "strip", z.ZodTypeAny, {
137
159
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
138
160
  assignees: string[];
139
161
  url: string;
@@ -164,11 +186,15 @@ export declare const list: (query?: AnnotationListQuery) => {
164
186
  content: string;
165
187
  id?: string | number | null | undefined;
166
188
  detail?: {
167
- hookId: number | null;
168
- hookName: string;
169
- requestId: string;
189
+ hookId?: number | null | undefined;
190
+ hookName?: string | undefined;
191
+ requestId?: string | undefined;
170
192
  isException?: boolean | undefined;
171
193
  tracebackLineNumber?: number | undefined;
194
+ ruleId?: number | undefined;
195
+ ruleName?: string | undefined;
196
+ sourceId?: number | undefined;
197
+ sourceSchemaId?: string | undefined;
172
198
  timestamp?: string | undefined;
173
199
  } | null | undefined;
174
200
  }[] | null;
@@ -191,6 +217,7 @@ export declare const list: (query?: AnnotationListQuery) => {
191
217
  restrictedAccess: boolean;
192
218
  hasEmailThreadWithReplies?: boolean | undefined;
193
219
  hasEmailThreadWithNewReplies?: boolean | undefined;
220
+ trainingEnabled?: boolean | undefined;
194
221
  }, {
195
222
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
196
223
  assignees: string[];
@@ -222,11 +249,15 @@ export declare const list: (query?: AnnotationListQuery) => {
222
249
  content: string;
223
250
  id?: string | number | null | undefined;
224
251
  detail?: {
225
- hookId: number | null;
226
- hookName: string;
227
- requestId: string;
252
+ hookId?: number | null | undefined;
253
+ hookName?: string | undefined;
254
+ requestId?: string | undefined;
228
255
  isException?: boolean | undefined;
229
256
  tracebackLineNumber?: number | undefined;
257
+ ruleId?: number | undefined;
258
+ ruleName?: string | undefined;
259
+ sourceId?: number | undefined;
260
+ sourceSchemaId?: string | undefined;
230
261
  timestamp?: string | undefined;
231
262
  } | null | undefined;
232
263
  }[] | null;
@@ -249,8 +280,9 @@ export declare const list: (query?: AnnotationListQuery) => {
249
280
  restrictedAccess: boolean;
250
281
  hasEmailThreadWithReplies?: boolean | undefined;
251
282
  hasEmailThreadWithNewReplies?: boolean | undefined;
283
+ trainingEnabled?: boolean | undefined;
252
284
  }>, "many">;
253
- }, "strip", import("zod").ZodTypeAny, {
285
+ }, "strip", z.ZodTypeAny, {
254
286
  results: {
255
287
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
256
288
  assignees: string[];
@@ -282,11 +314,15 @@ export declare const list: (query?: AnnotationListQuery) => {
282
314
  content: string;
283
315
  id?: string | number | null | undefined;
284
316
  detail?: {
285
- hookId: number | null;
286
- hookName: string;
287
- requestId: string;
317
+ hookId?: number | null | undefined;
318
+ hookName?: string | undefined;
319
+ requestId?: string | undefined;
288
320
  isException?: boolean | undefined;
289
321
  tracebackLineNumber?: number | undefined;
322
+ ruleId?: number | undefined;
323
+ ruleName?: string | undefined;
324
+ sourceId?: number | undefined;
325
+ sourceSchemaId?: string | undefined;
290
326
  timestamp?: string | undefined;
291
327
  } | null | undefined;
292
328
  }[] | null;
@@ -309,6 +345,7 @@ export declare const list: (query?: AnnotationListQuery) => {
309
345
  restrictedAccess: boolean;
310
346
  hasEmailThreadWithReplies?: boolean | undefined;
311
347
  hasEmailThreadWithNewReplies?: boolean | undefined;
348
+ trainingEnabled?: boolean | undefined;
312
349
  }[];
313
350
  pagination: {
314
351
  next: string | null;
@@ -348,11 +385,15 @@ export declare const list: (query?: AnnotationListQuery) => {
348
385
  content: string;
349
386
  id?: string | number | null | undefined;
350
387
  detail?: {
351
- hookId: number | null;
352
- hookName: string;
353
- requestId: string;
388
+ hookId?: number | null | undefined;
389
+ hookName?: string | undefined;
390
+ requestId?: string | undefined;
354
391
  isException?: boolean | undefined;
355
392
  tracebackLineNumber?: number | undefined;
393
+ ruleId?: number | undefined;
394
+ ruleName?: string | undefined;
395
+ sourceId?: number | undefined;
396
+ sourceSchemaId?: string | undefined;
356
397
  timestamp?: string | undefined;
357
398
  } | null | undefined;
358
399
  }[] | null;
@@ -375,6 +416,7 @@ export declare const list: (query?: AnnotationListQuery) => {
375
416
  restrictedAccess: boolean;
376
417
  hasEmailThreadWithReplies?: boolean | undefined;
377
418
  hasEmailThreadWithNewReplies?: boolean | undefined;
419
+ trainingEnabled?: boolean | undefined;
378
420
  }[];
379
421
  pagination: {
380
422
  next: string | null;
@@ -383,17 +425,29 @@ export declare const list: (query?: AnnotationListQuery) => {
383
425
  totalPages: number;
384
426
  };
385
427
  }>;
386
- readonly query: AnnotationListQuery;
387
- readonly querySchema: import("zod").ZodIntersection<import("zod").ZodObject<{
388
- id: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
389
- queue: import("zod").ZodOptional<import("zod").ZodNumber>;
390
- search: import("zod").ZodOptional<import("zod").ZodString>;
391
- status: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"created">, import("zod").ZodLiteral<"importing">, import("zod").ZodLiteral<"failed_import">, import("zod").ZodLiteral<"split">, import("zod").ZodLiteral<"to_review">, import("zod").ZodLiteral<"reviewing">, import("zod").ZodLiteral<"confirmed">, import("zod").ZodLiteral<"rejected">, import("zod").ZodLiteral<"exporting">, import("zod").ZodLiteral<"exported">, import("zod").ZodLiteral<"failed_export">, import("zod").ZodLiteral<"postponed">, import("zod").ZodLiteral<"deleted">, import("zod").ZodLiteral<"purged">, import("zod").ZodLiteral<"in_workflow">]>, "many">>;
392
- labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
393
- ordering: import("zod").ZodOptional<import("zod").ZodString>;
394
- assignees: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
395
- 'content.schema_id': import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
396
- }, "strip", import("zod").ZodTypeAny, {
428
+ readonly query: {
429
+ readonly includeTotal: true;
430
+ readonly id?: number[] | undefined;
431
+ readonly queue?: number | undefined;
432
+ readonly search?: string | undefined;
433
+ readonly status?: AnnotationStatus[] | undefined;
434
+ readonly labels?: string[] | undefined;
435
+ readonly ordering?: string | undefined;
436
+ readonly assignees?: number[] | undefined;
437
+ readonly 'content.schema_id'?: string[] | undefined;
438
+ readonly pageSize?: number;
439
+ readonly page?: number;
440
+ };
441
+ readonly querySchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
442
+ id: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
443
+ queue: z.ZodOptional<z.ZodNumber>;
444
+ search: z.ZodOptional<z.ZodString>;
445
+ status: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"created">, z.ZodLiteral<"importing">, z.ZodLiteral<"failed_import">, z.ZodLiteral<"split">, z.ZodLiteral<"to_review">, z.ZodLiteral<"reviewing">, z.ZodLiteral<"confirmed">, z.ZodLiteral<"rejected">, z.ZodLiteral<"exporting">, z.ZodLiteral<"exported">, z.ZodLiteral<"failed_export">, z.ZodLiteral<"postponed">, z.ZodLiteral<"deleted">, z.ZodLiteral<"purged">, z.ZodLiteral<"in_workflow">]>, "many">>;
446
+ labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
447
+ ordering: z.ZodOptional<z.ZodString>;
448
+ assignees: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
449
+ 'content.schema_id': z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
450
+ }, "strip", z.ZodTypeAny, {
397
451
  id?: number[] | undefined;
398
452
  queue?: number | undefined;
399
453
  search?: string | undefined;
@@ -411,33 +465,39 @@ export declare const list: (query?: AnnotationListQuery) => {
411
465
  ordering?: string | undefined;
412
466
  assignees?: number[] | undefined;
413
467
  'content.schema_id'?: string[] | undefined;
414
- }>, import("zod").ZodObject<{
415
- pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
416
- page: import("zod").ZodOptional<import("zod").ZodNumber>;
417
- }, "strip", import("zod").ZodTypeAny, {
468
+ }>, z.ZodObject<{
469
+ pageSize: z.ZodOptional<z.ZodNumber>;
470
+ page: z.ZodOptional<z.ZodNumber>;
471
+ }, "strip", z.ZodTypeAny, {
418
472
  pageSize?: number | undefined;
419
473
  page?: number | undefined;
420
474
  }, {
421
475
  pageSize?: number | undefined;
422
476
  page?: number | undefined;
477
+ }>>, z.ZodObject<{
478
+ includeTotal: z.ZodOptional<z.ZodBoolean>;
479
+ }, "strip", z.ZodTypeAny, {
480
+ includeTotal?: boolean | undefined;
481
+ }, {
482
+ includeTotal?: boolean | undefined;
423
483
  }>>;
424
- readonly sideloadSchema: import("zod").ZodObject<{
425
- documents: import("zod").ZodArray<import("zod").ZodObject<{
426
- id: import("zod").ZodNumber;
427
- url: import("zod").ZodString;
428
- s3Name: import("zod").ZodNullable<import("zod").ZodString>;
429
- parent: import("zod").ZodNullable<import("zod").ZodString>;
430
- email: import("zod").ZodNullable<import("zod").ZodString>;
431
- mimeType: import("zod").ZodString;
432
- creator: import("zod").ZodNullable<import("zod").ZodString>;
433
- createdAt: import("zod").ZodString;
434
- arrivedAt: import("zod").ZodString;
435
- originalFileName: import("zod").ZodNullable<import("zod").ZodString>;
436
- content: import("zod").ZodNullable<import("zod").ZodString>;
437
- attachmentStatus: import("zod").ZodNullable<import("zod").ZodString>;
438
- metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
439
- annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
440
- }, "strip", import("zod").ZodTypeAny, {
484
+ readonly sideloadSchema: z.ZodObject<{
485
+ documents: z.ZodArray<z.ZodObject<{
486
+ id: z.ZodNumber;
487
+ url: z.ZodString;
488
+ s3Name: z.ZodNullable<z.ZodString>;
489
+ parent: z.ZodNullable<z.ZodString>;
490
+ email: z.ZodNullable<z.ZodString>;
491
+ mimeType: z.ZodString;
492
+ creator: z.ZodNullable<z.ZodString>;
493
+ createdAt: z.ZodString;
494
+ arrivedAt: z.ZodString;
495
+ originalFileName: z.ZodNullable<z.ZodString>;
496
+ content: z.ZodNullable<z.ZodString>;
497
+ attachmentStatus: z.ZodNullable<z.ZodString>;
498
+ metadata: z.ZodOptional<z.ZodUnknown>;
499
+ annotations: z.ZodArray<z.ZodString, "many">;
500
+ }, "strip", z.ZodTypeAny, {
441
501
  annotations: string[];
442
502
  url: string;
443
503
  originalFileName: string | null;
@@ -468,27 +528,27 @@ export declare const list: (query?: AnnotationListQuery) => {
468
528
  attachmentStatus: string | null;
469
529
  metadata?: unknown;
470
530
  }>, "many">;
471
- modifiers: import("zod").ZodArray<import("zod").ZodObject<{
472
- id: import("zod").ZodNumber;
473
- url: import("zod").ZodString;
474
- firstName: import("zod").ZodOptional<import("zod").ZodString>;
475
- lastName: import("zod").ZodString;
476
- email: import("zod").ZodOptional<import("zod").ZodString>;
477
- emailVerified: import("zod").ZodBoolean;
478
- dateJoined: import("zod").ZodString;
479
- username: import("zod").ZodString;
480
- groups: import("zod").ZodArray<import("zod").ZodString, "many">;
481
- organization: import("zod").ZodString;
482
- queues: import("zod").ZodArray<import("zod").ZodString, "many">;
483
- isActive: import("zod").ZodBoolean;
484
- lastLogin: import("zod").ZodNullable<import("zod").ZodString>;
485
- uiSettings: import("zod").ZodOptional<import("zod").ZodUnknown>;
486
- metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
487
- oidcId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
488
- authType: import("zod").ZodUnion<[import("zod").ZodLiteral<"password">, import("zod").ZodLiteral<"sso">]>;
489
- deleted: import("zod").ZodBoolean;
490
- phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
491
- }, "strip", import("zod").ZodTypeAny, {
531
+ modifiers: z.ZodArray<z.ZodObject<{
532
+ id: z.ZodNumber;
533
+ url: z.ZodString;
534
+ firstName: z.ZodOptional<z.ZodString>;
535
+ lastName: z.ZodString;
536
+ email: z.ZodOptional<z.ZodString>;
537
+ emailVerified: z.ZodBoolean;
538
+ dateJoined: z.ZodString;
539
+ username: z.ZodString;
540
+ groups: z.ZodArray<z.ZodString, "many">;
541
+ organization: z.ZodString;
542
+ queues: z.ZodArray<z.ZodString, "many">;
543
+ isActive: z.ZodBoolean;
544
+ lastLogin: z.ZodNullable<z.ZodString>;
545
+ uiSettings: z.ZodOptional<z.ZodUnknown>;
546
+ metadata: z.ZodOptional<z.ZodUnknown>;
547
+ oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
548
+ authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
549
+ deleted: z.ZodBoolean;
550
+ phoneNumber: z.ZodNullable<z.ZodString>;
551
+ }, "strip", z.ZodTypeAny, {
492
552
  deleted: boolean;
493
553
  url: string;
494
554
  id: number;
@@ -529,25 +589,26 @@ export declare const list: (query?: AnnotationListQuery) => {
529
589
  metadata?: unknown;
530
590
  oidcId?: string | null | undefined;
531
591
  }>, "many">;
532
- content: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
533
- id: import("zod").ZodNullable<import("zod").ZodNumber>;
534
- url: import("zod").ZodNullable<import("zod").ZodString>;
535
- content: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
536
- value: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
537
- normalizedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
538
- page: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
539
- position: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber], null>>>;
540
- rirText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
541
- rirRawText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
542
- ocrText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
543
- ocrRawText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
544
- rirPage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
545
- rirPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
546
- ocrPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
547
- rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
548
- connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
549
- connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
550
- }, "strip", import("zod").ZodTypeAny, {
592
+ content: z.ZodArray<z.ZodUnion<[z.ZodObject<{
593
+ id: z.ZodNullable<z.ZodNumber>;
594
+ url: z.ZodNullable<z.ZodString>;
595
+ content: z.ZodNullable<z.ZodOptional<z.ZodObject<{
596
+ value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
597
+ normalizedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
598
+ page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
599
+ position: z.ZodOptional<z.ZodNullable<z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>>>;
600
+ rirText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
601
+ rirRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
602
+ ocrText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
603
+ ocrRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
604
+ rirPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
605
+ rirPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
606
+ ocrPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
607
+ rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
608
+ connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
609
+ connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
610
+ struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
611
+ }, "strip", z.ZodTypeAny, {
551
612
  value?: string | null | undefined;
552
613
  normalizedValue?: string | null | undefined;
553
614
  page?: number | null | undefined;
@@ -562,6 +623,7 @@ export declare const list: (query?: AnnotationListQuery) => {
562
623
  rirConfidence?: number | null | undefined;
563
624
  connectorPosition?: number[] | null | undefined;
564
625
  connectorText?: string | null | undefined;
626
+ struct?: unknown;
565
627
  }, {
566
628
  value?: string | null | undefined;
567
629
  normalizedValue?: string | null | undefined;
@@ -577,14 +639,25 @@ export declare const list: (query?: AnnotationListQuery) => {
577
639
  rirConfidence?: number | null | undefined;
578
640
  connectorPosition?: number[] | null | undefined;
579
641
  connectorText?: string | null | undefined;
642
+ struct?: unknown;
580
643
  }>>>;
581
- category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
582
- schemaId: import("zod").ZodNullable<import("zod").ZodString>;
583
- validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
584
- timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
585
- timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
586
- noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
587
- }, "strip", import("zod").ZodTypeAny, {
644
+ category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
645
+ schemaId: z.ZodNullable<z.ZodString>;
646
+ validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
647
+ timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
648
+ timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
649
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
650
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
651
+ label: z.ZodString;
652
+ value: z.ZodString;
653
+ }, "strip", z.ZodTypeAny, {
654
+ value: string;
655
+ label: string;
656
+ }, {
657
+ value: string;
658
+ label: string;
659
+ }>, "many">>;
660
+ }, "strip", z.ZodTypeAny, {
588
661
  url: string | null;
589
662
  id: number | null;
590
663
  schemaId: string | null;
@@ -604,11 +677,16 @@ export declare const list: (query?: AnnotationListQuery) => {
604
677
  rirConfidence?: number | null | undefined;
605
678
  connectorPosition?: number[] | null | undefined;
606
679
  connectorText?: string | null | undefined;
680
+ struct?: unknown;
607
681
  } | null | undefined;
608
682
  validationSources?: string[] | null | undefined;
609
683
  timeSpent?: number | null | undefined;
610
684
  timeSpentOverall?: number | null | undefined;
611
685
  noRecalculation?: boolean | undefined;
686
+ options?: {
687
+ value: string;
688
+ label: string;
689
+ }[] | undefined;
612
690
  }, {
613
691
  url: string | null;
614
692
  id: number | null;
@@ -629,30 +707,36 @@ export declare const list: (query?: AnnotationListQuery) => {
629
707
  rirConfidence?: number | null | undefined;
630
708
  connectorPosition?: number[] | null | undefined;
631
709
  connectorText?: string | null | undefined;
710
+ struct?: unknown;
632
711
  } | null | undefined;
633
712
  validationSources?: string[] | null | undefined;
634
713
  timeSpent?: number | null | undefined;
635
714
  timeSpentOverall?: number | null | undefined;
636
715
  noRecalculation?: boolean | undefined;
637
- }>, import("zod").ZodObject<{
638
- id: import("zod").ZodNullable<import("zod").ZodNumber>;
639
- url: import("zod").ZodNullable<import("zod").ZodString>;
640
- content: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
641
- value: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
642
- normalizedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
643
- page: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
644
- position: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber], null>>>;
645
- rirText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
646
- rirRawText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
647
- ocrText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
648
- ocrRawText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
649
- rirPage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
650
- rirPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
651
- ocrPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
652
- rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
653
- connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
654
- connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
655
- }, "strip", import("zod").ZodTypeAny, {
716
+ options?: {
717
+ value: string;
718
+ label: string;
719
+ }[] | undefined;
720
+ }>, z.ZodObject<{
721
+ id: z.ZodNullable<z.ZodNumber>;
722
+ url: z.ZodNullable<z.ZodString>;
723
+ content: z.ZodNullable<z.ZodOptional<z.ZodObject<{
724
+ value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
725
+ normalizedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
726
+ page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
727
+ position: z.ZodOptional<z.ZodNullable<z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>>>;
728
+ rirText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
729
+ rirRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
730
+ ocrText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
731
+ ocrRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
732
+ rirPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
733
+ rirPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
734
+ ocrPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
735
+ rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
736
+ connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
737
+ connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
738
+ struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
739
+ }, "strip", z.ZodTypeAny, {
656
740
  value?: string | null | undefined;
657
741
  normalizedValue?: string | null | undefined;
658
742
  page?: number | null | undefined;
@@ -667,6 +751,7 @@ export declare const list: (query?: AnnotationListQuery) => {
667
751
  rirConfidence?: number | null | undefined;
668
752
  connectorPosition?: number[] | null | undefined;
669
753
  connectorText?: string | null | undefined;
754
+ struct?: unknown;
670
755
  }, {
671
756
  value?: string | null | undefined;
672
757
  normalizedValue?: string | null | undefined;
@@ -682,26 +767,28 @@ export declare const list: (query?: AnnotationListQuery) => {
682
767
  rirConfidence?: number | null | undefined;
683
768
  connectorPosition?: number[] | null | undefined;
684
769
  connectorText?: string | null | undefined;
770
+ struct?: unknown;
685
771
  }>>>;
686
- children: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodArray<import("zod").ZodObject<{
687
- id: import("zod").ZodNullable<import("zod").ZodNumber>;
688
- url: import("zod").ZodNullable<import("zod").ZodString>;
689
- content: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
690
- value: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
691
- normalizedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
692
- page: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
693
- position: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber], null>>>;
694
- rirText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
695
- rirRawText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
696
- ocrText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
697
- ocrRawText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
698
- rirPage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
699
- rirPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
700
- ocrPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
701
- rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
702
- connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
703
- connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
704
- }, "strip", import("zod").ZodTypeAny, {
772
+ children: z.ZodNullable<z.ZodUnion<[z.ZodArray<z.ZodObject<{
773
+ id: z.ZodNullable<z.ZodNumber>;
774
+ url: z.ZodNullable<z.ZodString>;
775
+ content: z.ZodNullable<z.ZodOptional<z.ZodObject<{
776
+ value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
777
+ normalizedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
778
+ page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
779
+ position: z.ZodOptional<z.ZodNullable<z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>>>;
780
+ rirText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
781
+ rirRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
782
+ ocrText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
783
+ ocrRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
784
+ rirPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
785
+ rirPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
786
+ ocrPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
787
+ rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
788
+ connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
789
+ connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
790
+ struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
791
+ }, "strip", z.ZodTypeAny, {
705
792
  value?: string | null | undefined;
706
793
  normalizedValue?: string | null | undefined;
707
794
  page?: number | null | undefined;
@@ -716,6 +803,7 @@ export declare const list: (query?: AnnotationListQuery) => {
716
803
  rirConfidence?: number | null | undefined;
717
804
  connectorPosition?: number[] | null | undefined;
718
805
  connectorText?: string | null | undefined;
806
+ struct?: unknown;
719
807
  }, {
720
808
  value?: string | null | undefined;
721
809
  normalizedValue?: string | null | undefined;
@@ -731,14 +819,25 @@ export declare const list: (query?: AnnotationListQuery) => {
731
819
  rirConfidence?: number | null | undefined;
732
820
  connectorPosition?: number[] | null | undefined;
733
821
  connectorText?: string | null | undefined;
822
+ struct?: unknown;
734
823
  }>>>;
735
- category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
736
- schemaId: import("zod").ZodNullable<import("zod").ZodString>;
737
- validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
738
- timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
739
- timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
740
- noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
741
- }, "strip", import("zod").ZodTypeAny, {
824
+ category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
825
+ schemaId: z.ZodNullable<z.ZodString>;
826
+ validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
827
+ timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
828
+ timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
829
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
830
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
831
+ label: z.ZodString;
832
+ value: z.ZodString;
833
+ }, "strip", z.ZodTypeAny, {
834
+ value: string;
835
+ label: string;
836
+ }, {
837
+ value: string;
838
+ label: string;
839
+ }>, "many">>;
840
+ }, "strip", z.ZodTypeAny, {
742
841
  url: string | null;
743
842
  id: number | null;
744
843
  schemaId: string | null;
@@ -758,11 +857,16 @@ export declare const list: (query?: AnnotationListQuery) => {
758
857
  rirConfidence?: number | null | undefined;
759
858
  connectorPosition?: number[] | null | undefined;
760
859
  connectorText?: string | null | undefined;
860
+ struct?: unknown;
761
861
  } | null | undefined;
762
862
  validationSources?: string[] | null | undefined;
763
863
  timeSpent?: number | null | undefined;
764
864
  timeSpentOverall?: number | null | undefined;
765
865
  noRecalculation?: boolean | undefined;
866
+ options?: {
867
+ value: string;
868
+ label: string;
869
+ }[] | undefined;
766
870
  }, {
767
871
  url: string | null;
768
872
  id: number | null;
@@ -783,34 +887,40 @@ export declare const list: (query?: AnnotationListQuery) => {
783
887
  rirConfidence?: number | null | undefined;
784
888
  connectorPosition?: number[] | null | undefined;
785
889
  connectorText?: string | null | undefined;
890
+ struct?: unknown;
786
891
  } | null | undefined;
787
892
  validationSources?: string[] | null | undefined;
788
893
  timeSpent?: number | null | undefined;
789
894
  timeSpentOverall?: number | null | undefined;
790
895
  noRecalculation?: boolean | undefined;
791
- }>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
792
- id: import("zod").ZodNullable<import("zod").ZodNumber>;
793
- url: import("zod").ZodNullable<import("zod").ZodString>;
794
- category: import("zod").ZodNullable<import("zod").ZodLiteral<"tuple">>;
795
- children: import("zod").ZodArray<import("zod").ZodNullable<import("zod").ZodObject<{
796
- id: import("zod").ZodNullable<import("zod").ZodNumber>;
797
- url: import("zod").ZodNullable<import("zod").ZodString>;
798
- content: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
799
- value: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
800
- normalizedValue: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
801
- page: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
802
- position: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodTuple<[import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber, import("zod").ZodNumber], null>>>;
803
- rirText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
804
- rirRawText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
805
- ocrText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
806
- ocrRawText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
807
- rirPage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
808
- rirPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
809
- ocrPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
810
- rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
811
- connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
812
- connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
813
- }, "strip", import("zod").ZodTypeAny, {
896
+ options?: {
897
+ value: string;
898
+ label: string;
899
+ }[] | undefined;
900
+ }>, "many">, z.ZodArray<z.ZodObject<{
901
+ id: z.ZodNullable<z.ZodNumber>;
902
+ url: z.ZodNullable<z.ZodString>;
903
+ category: z.ZodNullable<z.ZodLiteral<"tuple">>;
904
+ children: z.ZodArray<z.ZodNullable<z.ZodObject<{
905
+ id: z.ZodNullable<z.ZodNumber>;
906
+ url: z.ZodNullable<z.ZodString>;
907
+ content: z.ZodNullable<z.ZodOptional<z.ZodObject<{
908
+ value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
909
+ normalizedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
910
+ page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
911
+ position: z.ZodOptional<z.ZodNullable<z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>>>;
912
+ rirText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
913
+ rirRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
914
+ ocrText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
915
+ ocrRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
916
+ rirPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
917
+ rirPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
918
+ ocrPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
919
+ rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
920
+ connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
921
+ connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
922
+ struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
923
+ }, "strip", z.ZodTypeAny, {
814
924
  value?: string | null | undefined;
815
925
  normalizedValue?: string | null | undefined;
816
926
  page?: number | null | undefined;
@@ -825,6 +935,7 @@ export declare const list: (query?: AnnotationListQuery) => {
825
935
  rirConfidence?: number | null | undefined;
826
936
  connectorPosition?: number[] | null | undefined;
827
937
  connectorText?: string | null | undefined;
938
+ struct?: unknown;
828
939
  }, {
829
940
  value?: string | null | undefined;
830
941
  normalizedValue?: string | null | undefined;
@@ -840,14 +951,25 @@ export declare const list: (query?: AnnotationListQuery) => {
840
951
  rirConfidence?: number | null | undefined;
841
952
  connectorPosition?: number[] | null | undefined;
842
953
  connectorText?: string | null | undefined;
954
+ struct?: unknown;
843
955
  }>>>;
844
- category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
845
- schemaId: import("zod").ZodNullable<import("zod").ZodString>;
846
- validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
847
- timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
848
- timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
849
- noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
850
- }, "strip", import("zod").ZodTypeAny, {
956
+ category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
957
+ schemaId: z.ZodNullable<z.ZodString>;
958
+ validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
959
+ timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
960
+ timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
961
+ noRecalculation: z.ZodOptional<z.ZodBoolean>;
962
+ options: z.ZodOptional<z.ZodArray<z.ZodObject<{
963
+ label: z.ZodString;
964
+ value: z.ZodString;
965
+ }, "strip", z.ZodTypeAny, {
966
+ value: string;
967
+ label: string;
968
+ }, {
969
+ value: string;
970
+ label: string;
971
+ }>, "many">>;
972
+ }, "strip", z.ZodTypeAny, {
851
973
  url: string | null;
852
974
  id: number | null;
853
975
  schemaId: string | null;
@@ -867,11 +989,16 @@ export declare const list: (query?: AnnotationListQuery) => {
867
989
  rirConfidence?: number | null | undefined;
868
990
  connectorPosition?: number[] | null | undefined;
869
991
  connectorText?: string | null | undefined;
992
+ struct?: unknown;
870
993
  } | null | undefined;
871
994
  validationSources?: string[] | null | undefined;
872
995
  timeSpent?: number | null | undefined;
873
996
  timeSpentOverall?: number | null | undefined;
874
997
  noRecalculation?: boolean | undefined;
998
+ options?: {
999
+ value: string;
1000
+ label: string;
1001
+ }[] | undefined;
875
1002
  }, {
876
1003
  url: string | null;
877
1004
  id: number | null;
@@ -892,14 +1019,19 @@ export declare const list: (query?: AnnotationListQuery) => {
892
1019
  rirConfidence?: number | null | undefined;
893
1020
  connectorPosition?: number[] | null | undefined;
894
1021
  connectorText?: string | null | undefined;
1022
+ struct?: unknown;
895
1023
  } | null | undefined;
896
1024
  validationSources?: string[] | null | undefined;
897
1025
  timeSpent?: number | null | undefined;
898
1026
  timeSpentOverall?: number | null | undefined;
899
1027
  noRecalculation?: boolean | undefined;
1028
+ options?: {
1029
+ value: string;
1030
+ label: string;
1031
+ }[] | undefined;
900
1032
  }>>, "many">;
901
- schemaId: import("zod").ZodString;
902
- }, "strip", import("zod").ZodTypeAny, {
1033
+ schemaId: z.ZodString;
1034
+ }, "strip", z.ZodTypeAny, {
903
1035
  url: string | null;
904
1036
  children: ({
905
1037
  url: string | null;
@@ -921,11 +1053,16 @@ export declare const list: (query?: AnnotationListQuery) => {
921
1053
  rirConfidence?: number | null | undefined;
922
1054
  connectorPosition?: number[] | null | undefined;
923
1055
  connectorText?: string | null | undefined;
1056
+ struct?: unknown;
924
1057
  } | null | undefined;
925
1058
  validationSources?: string[] | null | undefined;
926
1059
  timeSpent?: number | null | undefined;
927
1060
  timeSpentOverall?: number | null | undefined;
928
1061
  noRecalculation?: boolean | undefined;
1062
+ options?: {
1063
+ value: string;
1064
+ label: string;
1065
+ }[] | undefined;
929
1066
  } | null)[];
930
1067
  id: number | null;
931
1068
  schemaId: string;
@@ -952,29 +1089,34 @@ export declare const list: (query?: AnnotationListQuery) => {
952
1089
  rirConfidence?: number | null | undefined;
953
1090
  connectorPosition?: number[] | null | undefined;
954
1091
  connectorText?: string | null | undefined;
1092
+ struct?: unknown;
955
1093
  } | null | undefined;
956
1094
  validationSources?: string[] | null | undefined;
957
1095
  timeSpent?: number | null | undefined;
958
1096
  timeSpentOverall?: number | null | undefined;
959
1097
  noRecalculation?: boolean | undefined;
1098
+ options?: {
1099
+ value: string;
1100
+ label: string;
1101
+ }[] | undefined;
960
1102
  } | null)[];
961
1103
  id: number | null;
962
1104
  schemaId: string;
963
1105
  category: "tuple" | null;
964
1106
  }>, "many">]>>;
965
- category: import("zod").ZodNullable<import("zod").ZodLiteral<"multivalue">>;
966
- schemaId: import("zod").ZodNullable<import("zod").ZodString>;
967
- validationSources: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
968
- timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
969
- timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
970
- grid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
971
- parts: import("zod").ZodArray<import("zod").ZodObject<{
972
- page: import("zod").ZodNumber;
973
- columns: import("zod").ZodArray<import("zod").ZodObject<{
974
- leftPosition: import("zod").ZodNumber;
975
- schemaId: import("zod").ZodNullable<import("zod").ZodString>;
976
- headerTexts: import("zod").ZodArray<import("zod").ZodString, "many">;
977
- }, "strip", import("zod").ZodTypeAny, {
1107
+ category: z.ZodNullable<z.ZodLiteral<"multivalue">>;
1108
+ schemaId: z.ZodNullable<z.ZodString>;
1109
+ validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1110
+ timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1111
+ timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1112
+ grid: z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodObject<{
1113
+ parts: z.ZodArray<z.ZodObject<{
1114
+ page: z.ZodNumber;
1115
+ columns: z.ZodArray<z.ZodObject<{
1116
+ leftPosition: z.ZodNumber;
1117
+ schemaId: z.ZodNullable<z.ZodString>;
1118
+ headerTexts: z.ZodArray<z.ZodString, "many">;
1119
+ }, "strip", z.ZodTypeAny, {
978
1120
  leftPosition: number;
979
1121
  schemaId: string | null;
980
1122
  headerTexts: string[];
@@ -983,19 +1125,19 @@ export declare const list: (query?: AnnotationListQuery) => {
983
1125
  schemaId: string | null;
984
1126
  headerTexts: string[];
985
1127
  }>, "many">;
986
- rows: import("zod").ZodArray<import("zod").ZodObject<{
987
- topPosition: import("zod").ZodNumber;
988
- type: import("zod").ZodNullable<import("zod").ZodString>;
989
- }, "strip", import("zod").ZodTypeAny, {
1128
+ rows: z.ZodArray<z.ZodObject<{
1129
+ topPosition: z.ZodNumber;
1130
+ type: z.ZodNullable<z.ZodString>;
1131
+ }, "strip", z.ZodTypeAny, {
990
1132
  type: string | null;
991
1133
  topPosition: number;
992
1134
  }, {
993
1135
  type: string | null;
994
1136
  topPosition: number;
995
1137
  }>, "many">;
996
- width: import("zod").ZodNumber;
997
- height: import("zod").ZodNumber;
998
- }, "strip", import("zod").ZodTypeAny, {
1138
+ width: z.ZodNumber;
1139
+ height: z.ZodNumber;
1140
+ }, "strip", z.ZodTypeAny, {
999
1141
  page: number;
1000
1142
  columns: {
1001
1143
  leftPosition: number;
@@ -1022,7 +1164,7 @@ export declare const list: (query?: AnnotationListQuery) => {
1022
1164
  width: number;
1023
1165
  height: number;
1024
1166
  }>, "many">;
1025
- }, "strip", import("zod").ZodTypeAny, {
1167
+ }, "strip", z.ZodTypeAny, {
1026
1168
  parts: {
1027
1169
  page: number;
1028
1170
  columns: {
@@ -1053,9 +1195,9 @@ export declare const list: (query?: AnnotationListQuery) => {
1053
1195
  height: number;
1054
1196
  }[];
1055
1197
  }>>>>;
1056
- timeSpentGrid: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1057
- timeSpentGridOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1058
- }, "strip", import("zod").ZodTypeAny, {
1198
+ timeSpentGrid: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1199
+ timeSpentGridOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1200
+ }, "strip", z.ZodTypeAny, {
1059
1201
  url: string | null;
1060
1202
  children: (({
1061
1203
  url: string | null;
@@ -1077,11 +1219,16 @@ export declare const list: (query?: AnnotationListQuery) => {
1077
1219
  rirConfidence?: number | null | undefined;
1078
1220
  connectorPosition?: number[] | null | undefined;
1079
1221
  connectorText?: string | null | undefined;
1222
+ struct?: unknown;
1080
1223
  } | null | undefined;
1081
1224
  validationSources?: string[] | null | undefined;
1082
1225
  timeSpent?: number | null | undefined;
1083
1226
  timeSpentOverall?: number | null | undefined;
1084
1227
  noRecalculation?: boolean | undefined;
1228
+ options?: {
1229
+ value: string;
1230
+ label: string;
1231
+ }[] | undefined;
1085
1232
  }[] | {
1086
1233
  url: string | null;
1087
1234
  children: ({
@@ -1104,11 +1251,16 @@ export declare const list: (query?: AnnotationListQuery) => {
1104
1251
  rirConfidence?: number | null | undefined;
1105
1252
  connectorPosition?: number[] | null | undefined;
1106
1253
  connectorText?: string | null | undefined;
1254
+ struct?: unknown;
1107
1255
  } | null | undefined;
1108
1256
  validationSources?: string[] | null | undefined;
1109
1257
  timeSpent?: number | null | undefined;
1110
1258
  timeSpentOverall?: number | null | undefined;
1111
1259
  noRecalculation?: boolean | undefined;
1260
+ options?: {
1261
+ value: string;
1262
+ label: string;
1263
+ }[] | undefined;
1112
1264
  } | null)[];
1113
1265
  id: number | null;
1114
1266
  schemaId: string;
@@ -1133,11 +1285,16 @@ export declare const list: (query?: AnnotationListQuery) => {
1133
1285
  rirConfidence?: number | null | undefined;
1134
1286
  connectorPosition?: number[] | null | undefined;
1135
1287
  connectorText?: string | null | undefined;
1288
+ struct?: unknown;
1136
1289
  } | null | undefined;
1137
1290
  validationSources?: string[] | null | undefined;
1138
1291
  timeSpent?: number | null | undefined;
1139
1292
  timeSpentOverall?: number | null | undefined;
1140
1293
  noRecalculation?: boolean | undefined;
1294
+ options?: {
1295
+ value: string;
1296
+ label: string;
1297
+ }[] | undefined;
1141
1298
  }[] | {
1142
1299
  url: string | null;
1143
1300
  children: ({
@@ -1160,11 +1317,16 @@ export declare const list: (query?: AnnotationListQuery) => {
1160
1317
  rirConfidence?: number | null | undefined;
1161
1318
  connectorPosition?: number[] | null | undefined;
1162
1319
  connectorText?: string | null | undefined;
1320
+ struct?: unknown;
1163
1321
  } | null | undefined;
1164
1322
  validationSources?: string[] | null | undefined;
1165
1323
  timeSpent?: number | null | undefined;
1166
1324
  timeSpentOverall?: number | null | undefined;
1167
1325
  noRecalculation?: boolean | undefined;
1326
+ options?: {
1327
+ value: string;
1328
+ label: string;
1329
+ }[] | undefined;
1168
1330
  } | null)[];
1169
1331
  id: number | null;
1170
1332
  schemaId: string;
@@ -1188,6 +1350,7 @@ export declare const list: (query?: AnnotationListQuery) => {
1188
1350
  rirConfidence?: number | null | undefined;
1189
1351
  connectorPosition?: number[] | null | undefined;
1190
1352
  connectorText?: string | null | undefined;
1353
+ struct?: unknown;
1191
1354
  } | null | undefined;
1192
1355
  validationSources?: string[] | null | undefined;
1193
1356
  timeSpent?: number | null | undefined;
@@ -1232,11 +1395,16 @@ export declare const list: (query?: AnnotationListQuery) => {
1232
1395
  rirConfidence?: number | null | undefined;
1233
1396
  connectorPosition?: number[] | null | undefined;
1234
1397
  connectorText?: string | null | undefined;
1398
+ struct?: unknown;
1235
1399
  } | null | undefined;
1236
1400
  validationSources?: string[] | null | undefined;
1237
1401
  timeSpent?: number | null | undefined;
1238
1402
  timeSpentOverall?: number | null | undefined;
1239
1403
  noRecalculation?: boolean | undefined;
1404
+ options?: {
1405
+ value: string;
1406
+ label: string;
1407
+ }[] | undefined;
1240
1408
  }[] | {
1241
1409
  url: string | null;
1242
1410
  children: ({
@@ -1259,11 +1427,16 @@ export declare const list: (query?: AnnotationListQuery) => {
1259
1427
  rirConfidence?: number | null | undefined;
1260
1428
  connectorPosition?: number[] | null | undefined;
1261
1429
  connectorText?: string | null | undefined;
1430
+ struct?: unknown;
1262
1431
  } | null | undefined;
1263
1432
  validationSources?: string[] | null | undefined;
1264
1433
  timeSpent?: number | null | undefined;
1265
1434
  timeSpentOverall?: number | null | undefined;
1266
1435
  noRecalculation?: boolean | undefined;
1436
+ options?: {
1437
+ value: string;
1438
+ label: string;
1439
+ }[] | undefined;
1267
1440
  } | null)[];
1268
1441
  id: number | null;
1269
1442
  schemaId: string;
@@ -1288,11 +1461,16 @@ export declare const list: (query?: AnnotationListQuery) => {
1288
1461
  rirConfidence?: number | null | undefined;
1289
1462
  connectorPosition?: number[] | null | undefined;
1290
1463
  connectorText?: string | null | undefined;
1464
+ struct?: unknown;
1291
1465
  } | null | undefined;
1292
1466
  validationSources?: string[] | null | undefined;
1293
1467
  timeSpent?: number | null | undefined;
1294
1468
  timeSpentOverall?: number | null | undefined;
1295
1469
  noRecalculation?: boolean | undefined;
1470
+ options?: {
1471
+ value: string;
1472
+ label: string;
1473
+ }[] | undefined;
1296
1474
  }[] | {
1297
1475
  url: string | null;
1298
1476
  children: ({
@@ -1315,11 +1493,16 @@ export declare const list: (query?: AnnotationListQuery) => {
1315
1493
  rirConfidence?: number | null | undefined;
1316
1494
  connectorPosition?: number[] | null | undefined;
1317
1495
  connectorText?: string | null | undefined;
1496
+ struct?: unknown;
1318
1497
  } | null | undefined;
1319
1498
  validationSources?: string[] | null | undefined;
1320
1499
  timeSpent?: number | null | undefined;
1321
1500
  timeSpentOverall?: number | null | undefined;
1322
1501
  noRecalculation?: boolean | undefined;
1502
+ options?: {
1503
+ value: string;
1504
+ label: string;
1505
+ }[] | undefined;
1323
1506
  } | null)[];
1324
1507
  id: number | null;
1325
1508
  schemaId: string;
@@ -1343,6 +1526,7 @@ export declare const list: (query?: AnnotationListQuery) => {
1343
1526
  rirConfidence?: number | null | undefined;
1344
1527
  connectorPosition?: number[] | null | undefined;
1345
1528
  connectorText?: string | null | undefined;
1529
+ struct?: unknown;
1346
1530
  } | null | undefined;
1347
1531
  validationSources?: string[] | null | undefined;
1348
1532
  timeSpent?: number | null | undefined;
@@ -1366,27 +1550,27 @@ export declare const list: (query?: AnnotationListQuery) => {
1366
1550
  timeSpentGrid?: number | null | undefined;
1367
1551
  timeSpentGridOverall?: number | null | undefined;
1368
1552
  }>]>, "many">;
1369
- assignees: import("zod").ZodArray<import("zod").ZodObject<{
1370
- id: import("zod").ZodNumber;
1371
- url: import("zod").ZodString;
1372
- firstName: import("zod").ZodOptional<import("zod").ZodString>;
1373
- lastName: import("zod").ZodString;
1374
- email: import("zod").ZodOptional<import("zod").ZodString>;
1375
- emailVerified: import("zod").ZodBoolean;
1376
- dateJoined: import("zod").ZodString;
1377
- username: import("zod").ZodString;
1378
- groups: import("zod").ZodArray<import("zod").ZodString, "many">;
1379
- organization: import("zod").ZodString;
1380
- queues: import("zod").ZodArray<import("zod").ZodString, "many">;
1381
- isActive: import("zod").ZodBoolean;
1382
- lastLogin: import("zod").ZodNullable<import("zod").ZodString>;
1383
- uiSettings: import("zod").ZodOptional<import("zod").ZodUnknown>;
1384
- metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
1385
- oidcId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1386
- authType: import("zod").ZodUnion<[import("zod").ZodLiteral<"password">, import("zod").ZodLiteral<"sso">]>;
1387
- deleted: import("zod").ZodBoolean;
1388
- phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
1389
- }, "strip", import("zod").ZodTypeAny, {
1553
+ assignees: z.ZodArray<z.ZodObject<{
1554
+ id: z.ZodNumber;
1555
+ url: z.ZodString;
1556
+ firstName: z.ZodOptional<z.ZodString>;
1557
+ lastName: z.ZodString;
1558
+ email: z.ZodOptional<z.ZodString>;
1559
+ emailVerified: z.ZodBoolean;
1560
+ dateJoined: z.ZodString;
1561
+ username: z.ZodString;
1562
+ groups: z.ZodArray<z.ZodString, "many">;
1563
+ organization: z.ZodString;
1564
+ queues: z.ZodArray<z.ZodString, "many">;
1565
+ isActive: z.ZodBoolean;
1566
+ lastLogin: z.ZodNullable<z.ZodString>;
1567
+ uiSettings: z.ZodOptional<z.ZodUnknown>;
1568
+ metadata: z.ZodOptional<z.ZodUnknown>;
1569
+ oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1570
+ authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
1571
+ deleted: z.ZodBoolean;
1572
+ phoneNumber: z.ZodNullable<z.ZodString>;
1573
+ }, "strip", z.ZodTypeAny, {
1390
1574
  deleted: boolean;
1391
1575
  url: string;
1392
1576
  id: number;
@@ -1427,12 +1611,12 @@ export declare const list: (query?: AnnotationListQuery) => {
1427
1611
  metadata?: unknown;
1428
1612
  oidcId?: string | null | undefined;
1429
1613
  }>, "many">;
1430
- labels: import("zod").ZodArray<import("zod").ZodObject<{
1431
- id: import("zod").ZodNumber;
1432
- url: import("zod").ZodString;
1433
- name: import("zod").ZodString;
1434
- color: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
1435
- }, "strip", import("zod").ZodTypeAny, {
1614
+ labels: z.ZodArray<z.ZodObject<{
1615
+ id: z.ZodNumber;
1616
+ url: z.ZodString;
1617
+ name: z.ZodString;
1618
+ color: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1619
+ }, "strip", z.ZodTypeAny, {
1436
1620
  url: string;
1437
1621
  id: number;
1438
1622
  name: string;
@@ -1443,12 +1627,12 @@ export declare const list: (query?: AnnotationListQuery) => {
1443
1627
  name: string;
1444
1628
  color?: string | null | undefined;
1445
1629
  }>, "many">;
1446
- relations: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
1447
- url: import("zod").ZodString;
1448
- id: import("zod").ZodNumber;
1449
- key: import("zod").ZodNullable<import("zod").ZodString>;
1450
- annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1451
- }, "strip", import("zod").ZodTypeAny, {
1630
+ relations: z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
1631
+ url: z.ZodString;
1632
+ id: z.ZodNumber;
1633
+ key: z.ZodNullable<z.ZodString>;
1634
+ annotations: z.ZodArray<z.ZodString, "many">;
1635
+ }, "strip", z.ZodTypeAny, {
1452
1636
  annotations: string[];
1453
1637
  url: string;
1454
1638
  id: number;
@@ -1458,21 +1642,21 @@ export declare const list: (query?: AnnotationListQuery) => {
1458
1642
  url: string;
1459
1643
  id: number;
1460
1644
  key: string | null;
1461
- }>, import("zod").ZodObject<{
1462
- type: import("zod").ZodLiteral<"edit">;
1463
- parent: import("zod").ZodString;
1464
- }, "strip", import("zod").ZodTypeAny, {
1645
+ }>, z.ZodObject<{
1646
+ type: z.ZodLiteral<"edit">;
1647
+ parent: z.ZodString;
1648
+ }, "strip", z.ZodTypeAny, {
1465
1649
  type: "edit";
1466
1650
  parent: string;
1467
1651
  }, {
1468
1652
  type: "edit";
1469
1653
  parent: string;
1470
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1471
- url: import("zod").ZodString;
1472
- id: import("zod").ZodNumber;
1473
- key: import("zod").ZodNullable<import("zod").ZodString>;
1474
- annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1475
- }, "strip", import("zod").ZodTypeAny, {
1654
+ }>>, z.ZodIntersection<z.ZodObject<{
1655
+ url: z.ZodString;
1656
+ id: z.ZodNumber;
1657
+ key: z.ZodNullable<z.ZodString>;
1658
+ annotations: z.ZodArray<z.ZodString, "many">;
1659
+ }, "strip", z.ZodTypeAny, {
1476
1660
  annotations: string[];
1477
1661
  url: string;
1478
1662
  id: number;
@@ -1482,21 +1666,21 @@ export declare const list: (query?: AnnotationListQuery) => {
1482
1666
  url: string;
1483
1667
  id: number;
1484
1668
  key: string | null;
1485
- }>, import("zod").ZodObject<{
1486
- type: import("zod").ZodLiteral<"duplicate">;
1487
- parent: import("zod").ZodNullable<import("zod").ZodString>;
1488
- }, "strip", import("zod").ZodTypeAny, {
1669
+ }>, z.ZodObject<{
1670
+ type: z.ZodLiteral<"duplicate">;
1671
+ parent: z.ZodNullable<z.ZodString>;
1672
+ }, "strip", z.ZodTypeAny, {
1489
1673
  type: "duplicate";
1490
1674
  parent: string | null;
1491
1675
  }, {
1492
1676
  type: "duplicate";
1493
1677
  parent: string | null;
1494
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1495
- url: import("zod").ZodString;
1496
- id: import("zod").ZodNumber;
1497
- key: import("zod").ZodNullable<import("zod").ZodString>;
1498
- annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1499
- }, "strip", import("zod").ZodTypeAny, {
1678
+ }>>, z.ZodIntersection<z.ZodObject<{
1679
+ url: z.ZodString;
1680
+ id: z.ZodNumber;
1681
+ key: z.ZodNullable<z.ZodString>;
1682
+ annotations: z.ZodArray<z.ZodString, "many">;
1683
+ }, "strip", z.ZodTypeAny, {
1500
1684
  annotations: string[];
1501
1685
  url: string;
1502
1686
  id: number;
@@ -1506,22 +1690,22 @@ export declare const list: (query?: AnnotationListQuery) => {
1506
1690
  url: string;
1507
1691
  id: number;
1508
1692
  key: string | null;
1509
- }>, import("zod").ZodObject<{
1510
- type: import("zod").ZodLiteral<"attachment">;
1511
- parent: import("zod").ZodNullable<import("zod").ZodString>;
1512
- }, "strip", import("zod").ZodTypeAny, {
1693
+ }>, z.ZodObject<{
1694
+ type: z.ZodLiteral<"attachment">;
1695
+ parent: z.ZodNullable<z.ZodString>;
1696
+ }, "strip", z.ZodTypeAny, {
1513
1697
  type: "attachment";
1514
1698
  parent: string | null;
1515
1699
  }, {
1516
1700
  type: "attachment";
1517
1701
  parent: string | null;
1518
1702
  }>>]>, "many">;
1519
- childRelations: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
1520
- url: import("zod").ZodString;
1521
- id: import("zod").ZodNumber;
1522
- key: import("zod").ZodNullable<import("zod").ZodString>;
1523
- annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1524
- }, "strip", import("zod").ZodTypeAny, {
1703
+ childRelations: z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
1704
+ url: z.ZodString;
1705
+ id: z.ZodNumber;
1706
+ key: z.ZodNullable<z.ZodString>;
1707
+ annotations: z.ZodArray<z.ZodString, "many">;
1708
+ }, "strip", z.ZodTypeAny, {
1525
1709
  annotations: string[];
1526
1710
  url: string;
1527
1711
  id: number;
@@ -1531,21 +1715,21 @@ export declare const list: (query?: AnnotationListQuery) => {
1531
1715
  url: string;
1532
1716
  id: number;
1533
1717
  key: string | null;
1534
- }>, import("zod").ZodObject<{
1535
- type: import("zod").ZodLiteral<"edit">;
1536
- parent: import("zod").ZodString;
1537
- }, "strip", import("zod").ZodTypeAny, {
1718
+ }>, z.ZodObject<{
1719
+ type: z.ZodLiteral<"edit">;
1720
+ parent: z.ZodString;
1721
+ }, "strip", z.ZodTypeAny, {
1538
1722
  type: "edit";
1539
1723
  parent: string;
1540
1724
  }, {
1541
1725
  type: "edit";
1542
1726
  parent: string;
1543
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1544
- url: import("zod").ZodString;
1545
- id: import("zod").ZodNumber;
1546
- key: import("zod").ZodNullable<import("zod").ZodString>;
1547
- annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1548
- }, "strip", import("zod").ZodTypeAny, {
1727
+ }>>, z.ZodIntersection<z.ZodObject<{
1728
+ url: z.ZodString;
1729
+ id: z.ZodNumber;
1730
+ key: z.ZodNullable<z.ZodString>;
1731
+ annotations: z.ZodArray<z.ZodString, "many">;
1732
+ }, "strip", z.ZodTypeAny, {
1549
1733
  annotations: string[];
1550
1734
  url: string;
1551
1735
  id: number;
@@ -1555,21 +1739,21 @@ export declare const list: (query?: AnnotationListQuery) => {
1555
1739
  url: string;
1556
1740
  id: number;
1557
1741
  key: string | null;
1558
- }>, import("zod").ZodObject<{
1559
- type: import("zod").ZodLiteral<"duplicate">;
1560
- parent: import("zod").ZodNullable<import("zod").ZodString>;
1561
- }, "strip", import("zod").ZodTypeAny, {
1742
+ }>, z.ZodObject<{
1743
+ type: z.ZodLiteral<"duplicate">;
1744
+ parent: z.ZodNullable<z.ZodString>;
1745
+ }, "strip", z.ZodTypeAny, {
1562
1746
  type: "duplicate";
1563
1747
  parent: string | null;
1564
1748
  }, {
1565
1749
  type: "duplicate";
1566
1750
  parent: string | null;
1567
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
1568
- url: import("zod").ZodString;
1569
- id: import("zod").ZodNumber;
1570
- key: import("zod").ZodNullable<import("zod").ZodString>;
1571
- annotations: import("zod").ZodArray<import("zod").ZodString, "many">;
1572
- }, "strip", import("zod").ZodTypeAny, {
1751
+ }>>, z.ZodIntersection<z.ZodObject<{
1752
+ url: z.ZodString;
1753
+ id: z.ZodNumber;
1754
+ key: z.ZodNullable<z.ZodString>;
1755
+ annotations: z.ZodArray<z.ZodString, "many">;
1756
+ }, "strip", z.ZodTypeAny, {
1573
1757
  annotations: string[];
1574
1758
  url: string;
1575
1759
  id: number;
@@ -1579,70 +1763,70 @@ export declare const list: (query?: AnnotationListQuery) => {
1579
1763
  url: string;
1580
1764
  id: number;
1581
1765
  key: string | null;
1582
- }>, import("zod").ZodObject<{
1583
- type: import("zod").ZodLiteral<"attachment">;
1584
- parent: import("zod").ZodNullable<import("zod").ZodString>;
1585
- }, "strip", import("zod").ZodTypeAny, {
1766
+ }>, z.ZodObject<{
1767
+ type: z.ZodLiteral<"attachment">;
1768
+ parent: z.ZodNullable<z.ZodString>;
1769
+ }, "strip", z.ZodTypeAny, {
1586
1770
  type: "attachment";
1587
1771
  parent: string | null;
1588
1772
  }, {
1589
1773
  type: "attachment";
1590
1774
  parent: string | null;
1591
1775
  }>>]>, "many">;
1592
- queues: import("zod").ZodArray<import("zod").ZodObject<{
1593
- id: import("zod").ZodNumber;
1594
- name: import("zod").ZodString;
1595
- url: import("zod").ZodString;
1596
- workspace: import("zod").ZodNullable<import("zod").ZodString>;
1597
- connector: import("zod").ZodNullable<import("zod").ZodString>;
1598
- webhooks: import("zod").ZodArray<import("zod").ZodString, "many">;
1599
- hooks: import("zod").ZodArray<import("zod").ZodString, "many">;
1600
- schema: import("zod").ZodString;
1601
- inbox: import("zod").ZodNullable<import("zod").ZodString>;
1602
- users: import("zod").ZodArray<import("zod").ZodString, "many">;
1603
- sessionTimeout: import("zod").ZodString;
1604
- rirUrl: import("zod").ZodNullable<import("zod").ZodString>;
1605
- rirParams: import("zod").ZodNullable<import("zod").ZodString>;
1606
- counts: import("zod").ZodRecord<import("zod").ZodUnion<[import("zod").ZodLiteral<"created">, import("zod").ZodLiteral<"importing">, import("zod").ZodLiteral<"failed_import">, import("zod").ZodLiteral<"split">, import("zod").ZodLiteral<"to_review">, import("zod").ZodLiteral<"reviewing">, import("zod").ZodLiteral<"confirmed">, import("zod").ZodLiteral<"rejected">, import("zod").ZodLiteral<"exporting">, import("zod").ZodLiteral<"exported">, import("zod").ZodLiteral<"failed_export">, import("zod").ZodLiteral<"postponed">, import("zod").ZodLiteral<"deleted">, import("zod").ZodLiteral<"purged">, import("zod").ZodLiteral<"in_workflow">]>, import("zod").ZodNumber>;
1607
- defaultScoreThreshold: import("zod").ZodNumber;
1608
- automationEnabled: import("zod").ZodBoolean;
1609
- automationLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"always">, import("zod").ZodLiteral<"confident">, import("zod").ZodLiteral<"never">]>;
1610
- locale: import("zod").ZodString;
1611
- metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
1612
- useConfirmedState: import("zod").ZodBoolean;
1613
- archiveEnabled: import("zod").ZodBoolean;
1614
- settings: import("zod").ZodObject<{
1615
- columns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1616
- schemaId: import("zod").ZodString;
1617
- }, "strip", import("zod").ZodTypeAny, {
1776
+ queues: z.ZodArray<z.ZodObject<{
1777
+ id: z.ZodNumber;
1778
+ name: z.ZodString;
1779
+ url: z.ZodString;
1780
+ workspace: z.ZodNullable<z.ZodString>;
1781
+ connector: z.ZodNullable<z.ZodString>;
1782
+ webhooks: z.ZodArray<z.ZodString, "many">;
1783
+ hooks: z.ZodArray<z.ZodString, "many">;
1784
+ schema: z.ZodString;
1785
+ inbox: z.ZodNullable<z.ZodString>;
1786
+ users: z.ZodArray<z.ZodString, "many">;
1787
+ sessionTimeout: z.ZodString;
1788
+ rirUrl: z.ZodNullable<z.ZodString>;
1789
+ rirParams: z.ZodNullable<z.ZodString>;
1790
+ counts: z.ZodRecord<z.ZodUnion<[z.ZodLiteral<"created">, z.ZodLiteral<"importing">, z.ZodLiteral<"failed_import">, z.ZodLiteral<"split">, z.ZodLiteral<"to_review">, z.ZodLiteral<"reviewing">, z.ZodLiteral<"confirmed">, z.ZodLiteral<"rejected">, z.ZodLiteral<"exporting">, z.ZodLiteral<"exported">, z.ZodLiteral<"failed_export">, z.ZodLiteral<"postponed">, z.ZodLiteral<"deleted">, z.ZodLiteral<"purged">, z.ZodLiteral<"in_workflow">]>, z.ZodNumber>;
1791
+ defaultScoreThreshold: z.ZodNumber;
1792
+ automationEnabled: z.ZodBoolean;
1793
+ automationLevel: z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"confident">, z.ZodLiteral<"never">]>;
1794
+ locale: z.ZodString;
1795
+ metadata: z.ZodOptional<z.ZodUnknown>;
1796
+ useConfirmedState: z.ZodBoolean;
1797
+ archiveEnabled: z.ZodBoolean;
1798
+ settings: z.ZodObject<{
1799
+ columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
1800
+ schemaId: z.ZodString;
1801
+ }, "strip", z.ZodTypeAny, {
1618
1802
  schemaId: string;
1619
1803
  }, {
1620
1804
  schemaId: string;
1621
1805
  }>, "many">>;
1622
- hideExportButton: import("zod").ZodOptional<import("zod").ZodBoolean>;
1623
- autopilot: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1624
- enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1625
- searchHistory: import("zod").ZodOptional<import("zod").ZodObject<{
1626
- rirFieldNames: import("zod").ZodArray<import("zod").ZodString, "many">;
1627
- matchingFieldsThreshold: import("zod").ZodOptional<import("zod").ZodNumber>;
1628
- }, "strip", import("zod").ZodTypeAny, {
1806
+ hideExportButton: z.ZodOptional<z.ZodBoolean>;
1807
+ autopilot: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1808
+ enabled: z.ZodOptional<z.ZodBoolean>;
1809
+ searchHistory: z.ZodOptional<z.ZodObject<{
1810
+ rirFieldNames: z.ZodArray<z.ZodString, "many">;
1811
+ matchingFieldsThreshold: z.ZodOptional<z.ZodNumber>;
1812
+ }, "strip", z.ZodTypeAny, {
1629
1813
  rirFieldNames: string[];
1630
1814
  matchingFieldsThreshold?: number | undefined;
1631
1815
  }, {
1632
1816
  rirFieldNames: string[];
1633
1817
  matchingFieldsThreshold?: number | undefined;
1634
1818
  }>>;
1635
- automateFields: import("zod").ZodOptional<import("zod").ZodObject<{
1636
- rirFieldNames: import("zod").ZodArray<import("zod").ZodString, "many">;
1637
- fieldRepeatedMin: import("zod").ZodNumber;
1638
- }, "strip", import("zod").ZodTypeAny, {
1819
+ automateFields: z.ZodOptional<z.ZodObject<{
1820
+ rirFieldNames: z.ZodArray<z.ZodString, "many">;
1821
+ fieldRepeatedMin: z.ZodNumber;
1822
+ }, "strip", z.ZodTypeAny, {
1639
1823
  rirFieldNames: string[];
1640
1824
  fieldRepeatedMin: number;
1641
1825
  }, {
1642
1826
  rirFieldNames: string[];
1643
1827
  fieldRepeatedMin: number;
1644
1828
  }>>;
1645
- }, "strip", import("zod").ZodTypeAny, {
1829
+ }, "strip", z.ZodTypeAny, {
1646
1830
  enabled?: boolean | undefined;
1647
1831
  searchHistory?: {
1648
1832
  rirFieldNames: string[];
@@ -1663,32 +1847,32 @@ export declare const list: (query?: AnnotationListQuery) => {
1663
1847
  fieldRepeatedMin: number;
1664
1848
  } | undefined;
1665
1849
  }>>>;
1666
- acceptedMimeTypes: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1667
- asynchronousExport: import("zod").ZodOptional<import("zod").ZodBoolean>;
1668
- automation: import("zod").ZodOptional<import("zod").ZodObject<{
1669
- automateDuplicates: import("zod").ZodOptional<import("zod").ZodBoolean>;
1670
- automateSuggestedEdit: import("zod").ZodOptional<import("zod").ZodBoolean>;
1671
- }, "strip", import("zod").ZodTypeAny, {
1850
+ acceptedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1851
+ asynchronousExport: z.ZodOptional<z.ZodBoolean>;
1852
+ automation: z.ZodOptional<z.ZodObject<{
1853
+ automateDuplicates: z.ZodOptional<z.ZodBoolean>;
1854
+ automateSuggestedEdit: z.ZodOptional<z.ZodBoolean>;
1855
+ }, "strip", z.ZodTypeAny, {
1672
1856
  automateDuplicates?: boolean | undefined;
1673
1857
  automateSuggestedEdit?: boolean | undefined;
1674
1858
  }, {
1675
1859
  automateDuplicates?: boolean | undefined;
1676
1860
  automateSuggestedEdit?: boolean | undefined;
1677
1861
  }>>;
1678
- rejectionConfig: import("zod").ZodOptional<import("zod").ZodObject<{
1679
- enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1680
- email: import("zod").ZodOptional<import("zod").ZodObject<{
1681
- templateValues: import("zod").ZodObject<{
1682
- subject: import("zod").ZodOptional<import("zod").ZodString>;
1683
- message: import("zod").ZodOptional<import("zod").ZodString>;
1684
- }, "strip", import("zod").ZodTypeAny, {
1862
+ rejectionConfig: z.ZodOptional<z.ZodObject<{
1863
+ enabled: z.ZodOptional<z.ZodBoolean>;
1864
+ email: z.ZodOptional<z.ZodObject<{
1865
+ templateValues: z.ZodObject<{
1866
+ subject: z.ZodOptional<z.ZodString>;
1867
+ message: z.ZodOptional<z.ZodString>;
1868
+ }, "strip", z.ZodTypeAny, {
1685
1869
  subject?: string | undefined;
1686
1870
  message?: string | undefined;
1687
1871
  }, {
1688
1872
  subject?: string | undefined;
1689
1873
  message?: string | undefined;
1690
1874
  }>;
1691
- }, "strip", import("zod").ZodTypeAny, {
1875
+ }, "strip", z.ZodTypeAny, {
1692
1876
  templateValues: {
1693
1877
  subject?: string | undefined;
1694
1878
  message?: string | undefined;
@@ -1699,7 +1883,7 @@ export declare const list: (query?: AnnotationListQuery) => {
1699
1883
  message?: string | undefined;
1700
1884
  };
1701
1885
  }>>;
1702
- }, "strip", import("zod").ZodTypeAny, {
1886
+ }, "strip", z.ZodTypeAny, {
1703
1887
  enabled?: boolean | undefined;
1704
1888
  email?: {
1705
1889
  templateValues: {
@@ -1716,33 +1900,33 @@ export declare const list: (query?: AnnotationListQuery) => {
1716
1900
  };
1717
1901
  } | undefined;
1718
1902
  }>>;
1719
- suggestedRecipientsSources: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1720
- source: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"email_header">, import("zod").ZodLiteral<"extracted_value">, import("zod").ZodLiteral<"vendor_database">, import("zod").ZodLiteral<"queue_mailing_history">, import("zod").ZodLiteral<"organization_users">]>>;
1721
- schemaId: import("zod").ZodOptional<import("zod").ZodString>;
1722
- }, "strip", import("zod").ZodTypeAny, {
1903
+ suggestedRecipientsSources: z.ZodOptional<z.ZodArray<z.ZodObject<{
1904
+ source: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"email_header">, z.ZodLiteral<"extracted_value">, z.ZodLiteral<"vendor_database">, z.ZodLiteral<"queue_mailing_history">, z.ZodLiteral<"organization_users">]>>;
1905
+ schemaId: z.ZodOptional<z.ZodString>;
1906
+ }, "strip", z.ZodTypeAny, {
1723
1907
  source?: "email_header" | "extracted_value" | "vendor_database" | "queue_mailing_history" | "organization_users" | undefined;
1724
1908
  schemaId?: string | undefined;
1725
1909
  }, {
1726
1910
  source?: "email_header" | "extracted_value" | "vendor_database" | "queue_mailing_history" | "organization_users" | undefined;
1727
1911
  schemaId?: string | undefined;
1728
1912
  }>, "many">>;
1729
- suggestedEdit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"suggest">, import("zod").ZodLiteral<"disable">]>>;
1730
- emailNotifications: import("zod").ZodOptional<import("zod").ZodObject<{
1731
- recipient: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
1732
- email: import("zod").ZodOptional<import("zod").ZodString>;
1733
- name: import("zod").ZodOptional<import("zod").ZodString>;
1734
- }, "strip", import("zod").ZodTypeAny, {
1913
+ suggestedEdit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"suggest">, z.ZodLiteral<"disable">]>>;
1914
+ emailNotifications: z.ZodOptional<z.ZodObject<{
1915
+ recipient: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1916
+ email: z.ZodOptional<z.ZodString>;
1917
+ name: z.ZodOptional<z.ZodString>;
1918
+ }, "strip", z.ZodTypeAny, {
1735
1919
  email?: string | undefined;
1736
1920
  name?: string | undefined;
1737
1921
  }, {
1738
1922
  email?: string | undefined;
1739
1923
  name?: string | undefined;
1740
1924
  }>>>;
1741
- unprocessableAttachments: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1742
- postponedAnnotations: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1743
- deletedAnnotations: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1744
- emailWithNoAttachments: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1745
- }, "strip", import("zod").ZodTypeAny, {
1925
+ unprocessableAttachments: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1926
+ postponedAnnotations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1927
+ deletedAnnotations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1928
+ emailWithNoAttachments: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1929
+ }, "strip", z.ZodTypeAny, {
1746
1930
  recipient?: {
1747
1931
  email?: string | undefined;
1748
1932
  name?: string | undefined;
@@ -1761,47 +1945,47 @@ export declare const list: (query?: AnnotationListQuery) => {
1761
1945
  deletedAnnotations?: boolean | null | undefined;
1762
1946
  emailWithNoAttachments?: boolean | null | undefined;
1763
1947
  }>>;
1764
- workflows: import("zod").ZodOptional<import("zod").ZodObject<{
1765
- enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1766
- bypassWorkflowsAllowed: import("zod").ZodOptional<import("zod").ZodBoolean>;
1767
- }, "strip", import("zod").ZodTypeAny, {
1948
+ workflows: z.ZodOptional<z.ZodObject<{
1949
+ enabled: z.ZodOptional<z.ZodBoolean>;
1950
+ bypassWorkflowsAllowed: z.ZodOptional<z.ZodBoolean>;
1951
+ }, "strip", z.ZodTypeAny, {
1768
1952
  enabled?: boolean | undefined;
1769
1953
  bypassWorkflowsAllowed?: boolean | undefined;
1770
1954
  }, {
1771
1955
  enabled?: boolean | undefined;
1772
1956
  bypassWorkflowsAllowed?: boolean | undefined;
1773
1957
  }>>;
1774
- dashboardCustomization: import("zod").ZodOptional<import("zod").ZodObject<{
1775
- allDocuments: import("zod").ZodOptional<import("zod").ZodBoolean>;
1776
- }, "strip", import("zod").ZodTypeAny, {
1958
+ dashboardCustomization: z.ZodOptional<z.ZodObject<{
1959
+ allDocuments: z.ZodOptional<z.ZodBoolean>;
1960
+ }, "strip", z.ZodTypeAny, {
1777
1961
  allDocuments?: boolean | undefined;
1778
1962
  }, {
1779
1963
  allDocuments?: boolean | undefined;
1780
1964
  }>>;
1781
- annotationListTable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1782
- columns: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
1783
- metaName: import("zod").ZodUnion<[import("zod").ZodLiteral<"original_file_name">, import("zod").ZodLiteral<"queue">, import("zod").ZodLiteral<"status">, import("zod").ZodLiteral<"labels">, import("zod").ZodLiteral<"details">, import("zod").ZodUnion<[import("zod").ZodLiteral<"created_at">, import("zod").ZodLiteral<"modified_at">, import("zod").ZodLiteral<"exported_at">, import("zod").ZodLiteral<"confirmed_at">, import("zod").ZodLiteral<"rejected_at">, import("zod").ZodLiteral<"deleted_at">, import("zod").ZodLiteral<"assigned_at">, import("zod").ZodLiteral<"export_failed_at">]>, import("zod").ZodUnion<[import("zod").ZodLiteral<"exported_by">, import("zod").ZodLiteral<"confirmed_by">, import("zod").ZodLiteral<"rejected_by">, import("zod").ZodLiteral<"deleted_by">, import("zod").ZodLiteral<"modifier">, import("zod").ZodLiteral<"assignees">, import("zod").ZodLiteral<"creator">]>]>;
1784
- columnType: import("zod").ZodLiteral<"meta">;
1785
- visible: import("zod").ZodBoolean;
1786
- width: import("zod").ZodNumber;
1787
- }, "strip", import("zod").ZodTypeAny, {
1965
+ annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
1966
+ columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1967
+ metaName: z.ZodUnion<[z.ZodLiteral<"annotation">, z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
1968
+ columnType: z.ZodLiteral<"meta">;
1969
+ visible: z.ZodBoolean;
1970
+ width: z.ZodNumber;
1971
+ }, "strip", z.ZodTypeAny, {
1788
1972
  width: number;
1789
1973
  columnType: "meta";
1790
1974
  visible: boolean;
1791
- metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1975
+ metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1792
1976
  }, {
1793
1977
  width: number;
1794
1978
  columnType: "meta";
1795
1979
  visible: boolean;
1796
- metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1797
- }>, import("zod").ZodObject<{
1798
- schemaId: import("zod").ZodString;
1799
- dataType: import("zod").ZodUnion<[import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"date">, import("zod").ZodLiteral<"boolean">]>;
1800
- columnType: import("zod").ZodLiteral<"schema">;
1801
- visible: import("zod").ZodBoolean;
1802
- width: import("zod").ZodNumber;
1803
- scoreThreshold: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
1804
- }, "strip", import("zod").ZodTypeAny, {
1980
+ metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1981
+ }>, z.ZodObject<{
1982
+ schemaId: z.ZodString;
1983
+ dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
1984
+ columnType: z.ZodLiteral<"schema">;
1985
+ visible: z.ZodBoolean;
1986
+ width: z.ZodNumber;
1987
+ scoreThreshold: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1988
+ }, "strip", z.ZodTypeAny, {
1805
1989
  schemaId: string;
1806
1990
  width: number;
1807
1991
  dataType: "string" | "number" | "boolean" | "date";
@@ -1816,7 +2000,7 @@ export declare const list: (query?: AnnotationListQuery) => {
1816
2000
  visible: boolean;
1817
2001
  scoreThreshold?: number | null | undefined;
1818
2002
  }>]>, "many">;
1819
- }, "strip", import("zod").ZodTypeAny, {
2003
+ }, "strip", z.ZodTypeAny, {
1820
2004
  columns: ({
1821
2005
  schemaId: string;
1822
2006
  width: number;
@@ -1828,7 +2012,7 @@ export declare const list: (query?: AnnotationListQuery) => {
1828
2012
  width: number;
1829
2013
  columnType: "meta";
1830
2014
  visible: boolean;
1831
- metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2015
+ metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1832
2016
  })[];
1833
2017
  }, {
1834
2018
  columns: ({
@@ -1842,13 +2026,70 @@ export declare const list: (query?: AnnotationListQuery) => {
1842
2026
  width: number;
1843
2027
  columnType: "meta";
1844
2028
  visible: boolean;
1845
- metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2029
+ metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1846
2030
  })[];
1847
2031
  }>>>;
1848
- uploadValues: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
1849
- complexTables: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1850
- uiUploadEnabled: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
1851
- }, "strip", import("zod").ZodTypeAny, {
2032
+ uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
2033
+ complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
2034
+ uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
2035
+ uiOnEditConfirm: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_list">, z.ZodLiteral<"edit_next">, z.ZodLiteral<"validate_first">]>>>;
2036
+ uiValidationScreenEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
2037
+ uiEditValues: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
2038
+ id: z.ZodString;
2039
+ label: z.ZodString;
2040
+ required: z.ZodBoolean;
2041
+ }, "strip", z.ZodTypeAny, {
2042
+ id: string;
2043
+ label: string;
2044
+ required: boolean;
2045
+ }, {
2046
+ id: string;
2047
+ label: string;
2048
+ required: boolean;
2049
+ }>, z.ZodObject<{
2050
+ dataType: z.ZodLiteral<"enum">;
2051
+ enumOptions: z.ZodArray<z.ZodObject<{
2052
+ label: z.ZodString;
2053
+ value: z.ZodString;
2054
+ }, "strip", z.ZodTypeAny, {
2055
+ value: string;
2056
+ label: string;
2057
+ }, {
2058
+ value: string;
2059
+ label: string;
2060
+ }>, "many">;
2061
+ }, "strip", z.ZodTypeAny, {
2062
+ dataType: "enum";
2063
+ enumOptions: {
2064
+ value: string;
2065
+ label: string;
2066
+ }[];
2067
+ }, {
2068
+ dataType: "enum";
2069
+ enumOptions: {
2070
+ value: string;
2071
+ label: string;
2072
+ }[];
2073
+ }>>, z.ZodIntersection<z.ZodObject<{
2074
+ id: z.ZodString;
2075
+ label: z.ZodString;
2076
+ required: z.ZodBoolean;
2077
+ }, "strip", z.ZodTypeAny, {
2078
+ id: string;
2079
+ label: string;
2080
+ required: boolean;
2081
+ }, {
2082
+ id: string;
2083
+ label: string;
2084
+ required: boolean;
2085
+ }>, z.ZodObject<{
2086
+ dataType: z.ZodLiteral<"string">;
2087
+ }, "strip", z.ZodTypeAny, {
2088
+ dataType: "string";
2089
+ }, {
2090
+ dataType: "string";
2091
+ }>>]>, "many">>>;
2092
+ }, "strip", z.ZodTypeAny, {
1852
2093
  columns?: {
1853
2094
  schemaId: string;
1854
2095
  }[] | undefined;
@@ -1913,12 +2154,31 @@ export declare const list: (query?: AnnotationListQuery) => {
1913
2154
  width: number;
1914
2155
  columnType: "meta";
1915
2156
  visible: boolean;
1916
- metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2157
+ metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1917
2158
  })[];
1918
2159
  } | undefined;
1919
2160
  uploadValues?: unknown;
1920
2161
  complexTables?: boolean | undefined;
1921
2162
  uiUploadEnabled?: boolean | undefined;
2163
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
2164
+ uiValidationScreenEnabled?: boolean | undefined;
2165
+ uiEditValues?: (({
2166
+ id: string;
2167
+ label: string;
2168
+ required: boolean;
2169
+ } & {
2170
+ dataType: "enum";
2171
+ enumOptions: {
2172
+ value: string;
2173
+ label: string;
2174
+ }[];
2175
+ }) | ({
2176
+ id: string;
2177
+ label: string;
2178
+ required: boolean;
2179
+ } & {
2180
+ dataType: "string";
2181
+ }))[] | undefined;
1922
2182
  }, {
1923
2183
  columns?: {
1924
2184
  schemaId: string;
@@ -1984,27 +2244,47 @@ export declare const list: (query?: AnnotationListQuery) => {
1984
2244
  width: number;
1985
2245
  columnType: "meta";
1986
2246
  visible: boolean;
1987
- metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2247
+ metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1988
2248
  })[];
1989
2249
  } | undefined;
1990
2250
  uploadValues?: unknown;
1991
2251
  complexTables?: boolean | undefined;
1992
2252
  uiUploadEnabled?: boolean | undefined;
2253
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
2254
+ uiValidationScreenEnabled?: boolean | undefined;
2255
+ uiEditValues?: (({
2256
+ id: string;
2257
+ label: string;
2258
+ required: boolean;
2259
+ } & {
2260
+ dataType: "enum";
2261
+ enumOptions: {
2262
+ value: string;
2263
+ label: string;
2264
+ }[];
2265
+ }) | ({
2266
+ id: string;
2267
+ label: string;
2268
+ required: boolean;
2269
+ } & {
2270
+ dataType: "string";
2271
+ }))[] | undefined;
1993
2272
  }>;
1994
- documentLifetime: import("zod").ZodNullable<import("zod").ZodString>;
1995
- dedicatedEngine: import("zod").ZodNullable<import("zod").ZodString>;
1996
- genericEngine: import("zod").ZodNullable<import("zod").ZodString>;
1997
- engine: import("zod").ZodNullable<import("zod").ZodString>;
1998
- status: import("zod").ZodString;
1999
- workflows: import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>, "many">;
2000
- trainingEnabled: import("zod").ZodBoolean;
2001
- deleteAfter: import("zod").ZodNullable<import("zod").ZodString>;
2002
- }, "strip", import("zod").ZodTypeAny, {
2273
+ documentLifetime: z.ZodNullable<z.ZodString>;
2274
+ dedicatedEngine: z.ZodNullable<z.ZodString>;
2275
+ genericEngine: z.ZodNullable<z.ZodString>;
2276
+ engine: z.ZodNullable<z.ZodString>;
2277
+ status: z.ZodString;
2278
+ workflows: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>>, "many">;
2279
+ trainingEnabled: z.ZodBoolean;
2280
+ deleteAfter: z.ZodNullable<z.ZodString>;
2281
+ }, "strip", z.ZodTypeAny, {
2003
2282
  status: string;
2004
2283
  url: string;
2005
2284
  sessionTimeout: string;
2006
2285
  id: number;
2007
2286
  schema: string;
2287
+ trainingEnabled: boolean;
2008
2288
  name: string;
2009
2289
  workflows: Record<string, string | number>[];
2010
2290
  workspace: string | null;
@@ -2087,18 +2367,36 @@ export declare const list: (query?: AnnotationListQuery) => {
2087
2367
  width: number;
2088
2368
  columnType: "meta";
2089
2369
  visible: boolean;
2090
- metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2370
+ metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2091
2371
  })[];
2092
2372
  } | undefined;
2093
2373
  uploadValues?: unknown;
2094
2374
  complexTables?: boolean | undefined;
2095
2375
  uiUploadEnabled?: boolean | undefined;
2376
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
2377
+ uiValidationScreenEnabled?: boolean | undefined;
2378
+ uiEditValues?: (({
2379
+ id: string;
2380
+ label: string;
2381
+ required: boolean;
2382
+ } & {
2383
+ dataType: "enum";
2384
+ enumOptions: {
2385
+ value: string;
2386
+ label: string;
2387
+ }[];
2388
+ }) | ({
2389
+ id: string;
2390
+ label: string;
2391
+ required: boolean;
2392
+ } & {
2393
+ dataType: "string";
2394
+ }))[] | undefined;
2096
2395
  };
2097
2396
  documentLifetime: string | null;
2098
2397
  dedicatedEngine: string | null;
2099
2398
  genericEngine: string | null;
2100
2399
  engine: string | null;
2101
- trainingEnabled: boolean;
2102
2400
  deleteAfter: string | null;
2103
2401
  metadata?: unknown;
2104
2402
  }, {
@@ -2107,6 +2405,7 @@ export declare const list: (query?: AnnotationListQuery) => {
2107
2405
  sessionTimeout: string;
2108
2406
  id: number;
2109
2407
  schema: string;
2408
+ trainingEnabled: boolean;
2110
2409
  name: string;
2111
2410
  workflows: Record<string, string | number>[];
2112
2411
  workspace: string | null;
@@ -2189,42 +2488,60 @@ export declare const list: (query?: AnnotationListQuery) => {
2189
2488
  width: number;
2190
2489
  columnType: "meta";
2191
2490
  visible: boolean;
2192
- metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2491
+ metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2193
2492
  })[];
2194
2493
  } | undefined;
2195
2494
  uploadValues?: unknown;
2196
2495
  complexTables?: boolean | undefined;
2197
2496
  uiUploadEnabled?: boolean | undefined;
2497
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
2498
+ uiValidationScreenEnabled?: boolean | undefined;
2499
+ uiEditValues?: (({
2500
+ id: string;
2501
+ label: string;
2502
+ required: boolean;
2503
+ } & {
2504
+ dataType: "enum";
2505
+ enumOptions: {
2506
+ value: string;
2507
+ label: string;
2508
+ }[];
2509
+ }) | ({
2510
+ id: string;
2511
+ label: string;
2512
+ required: boolean;
2513
+ } & {
2514
+ dataType: "string";
2515
+ }))[] | undefined;
2198
2516
  };
2199
2517
  documentLifetime: string | null;
2200
2518
  dedicatedEngine: string | null;
2201
2519
  genericEngine: string | null;
2202
2520
  engine: string | null;
2203
- trainingEnabled: boolean;
2204
2521
  deleteAfter: string | null;
2205
2522
  metadata?: unknown;
2206
2523
  }>, "many">;
2207
- exportedBys: import("zod").ZodArray<import("zod").ZodObject<{
2208
- id: import("zod").ZodNumber;
2209
- url: import("zod").ZodString;
2210
- firstName: import("zod").ZodOptional<import("zod").ZodString>;
2211
- lastName: import("zod").ZodString;
2212
- email: import("zod").ZodOptional<import("zod").ZodString>;
2213
- emailVerified: import("zod").ZodBoolean;
2214
- dateJoined: import("zod").ZodString;
2215
- username: import("zod").ZodString;
2216
- groups: import("zod").ZodArray<import("zod").ZodString, "many">;
2217
- organization: import("zod").ZodString;
2218
- queues: import("zod").ZodArray<import("zod").ZodString, "many">;
2219
- isActive: import("zod").ZodBoolean;
2220
- lastLogin: import("zod").ZodNullable<import("zod").ZodString>;
2221
- uiSettings: import("zod").ZodOptional<import("zod").ZodUnknown>;
2222
- metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
2223
- oidcId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
2224
- authType: import("zod").ZodUnion<[import("zod").ZodLiteral<"password">, import("zod").ZodLiteral<"sso">]>;
2225
- deleted: import("zod").ZodBoolean;
2226
- phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2227
- }, "strip", import("zod").ZodTypeAny, {
2524
+ exportedBys: z.ZodArray<z.ZodObject<{
2525
+ id: z.ZodNumber;
2526
+ url: z.ZodString;
2527
+ firstName: z.ZodOptional<z.ZodString>;
2528
+ lastName: z.ZodString;
2529
+ email: z.ZodOptional<z.ZodString>;
2530
+ emailVerified: z.ZodBoolean;
2531
+ dateJoined: z.ZodString;
2532
+ username: z.ZodString;
2533
+ groups: z.ZodArray<z.ZodString, "many">;
2534
+ organization: z.ZodString;
2535
+ queues: z.ZodArray<z.ZodString, "many">;
2536
+ isActive: z.ZodBoolean;
2537
+ lastLogin: z.ZodNullable<z.ZodString>;
2538
+ uiSettings: z.ZodOptional<z.ZodUnknown>;
2539
+ metadata: z.ZodOptional<z.ZodUnknown>;
2540
+ oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2541
+ authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
2542
+ deleted: z.ZodBoolean;
2543
+ phoneNumber: z.ZodNullable<z.ZodString>;
2544
+ }, "strip", z.ZodTypeAny, {
2228
2545
  deleted: boolean;
2229
2546
  url: string;
2230
2547
  id: number;
@@ -2265,27 +2582,27 @@ export declare const list: (query?: AnnotationListQuery) => {
2265
2582
  metadata?: unknown;
2266
2583
  oidcId?: string | null | undefined;
2267
2584
  }>, "many">;
2268
- rejectedBys: import("zod").ZodArray<import("zod").ZodObject<{
2269
- id: import("zod").ZodNumber;
2270
- url: import("zod").ZodString;
2271
- firstName: import("zod").ZodOptional<import("zod").ZodString>;
2272
- lastName: import("zod").ZodString;
2273
- email: import("zod").ZodOptional<import("zod").ZodString>;
2274
- emailVerified: import("zod").ZodBoolean;
2275
- dateJoined: import("zod").ZodString;
2276
- username: import("zod").ZodString;
2277
- groups: import("zod").ZodArray<import("zod").ZodString, "many">;
2278
- organization: import("zod").ZodString;
2279
- queues: import("zod").ZodArray<import("zod").ZodString, "many">;
2280
- isActive: import("zod").ZodBoolean;
2281
- lastLogin: import("zod").ZodNullable<import("zod").ZodString>;
2282
- uiSettings: import("zod").ZodOptional<import("zod").ZodUnknown>;
2283
- metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
2284
- oidcId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
2285
- authType: import("zod").ZodUnion<[import("zod").ZodLiteral<"password">, import("zod").ZodLiteral<"sso">]>;
2286
- deleted: import("zod").ZodBoolean;
2287
- phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2288
- }, "strip", import("zod").ZodTypeAny, {
2585
+ rejectedBys: z.ZodArray<z.ZodObject<{
2586
+ id: z.ZodNumber;
2587
+ url: z.ZodString;
2588
+ firstName: z.ZodOptional<z.ZodString>;
2589
+ lastName: z.ZodString;
2590
+ email: z.ZodOptional<z.ZodString>;
2591
+ emailVerified: z.ZodBoolean;
2592
+ dateJoined: z.ZodString;
2593
+ username: z.ZodString;
2594
+ groups: z.ZodArray<z.ZodString, "many">;
2595
+ organization: z.ZodString;
2596
+ queues: z.ZodArray<z.ZodString, "many">;
2597
+ isActive: z.ZodBoolean;
2598
+ lastLogin: z.ZodNullable<z.ZodString>;
2599
+ uiSettings: z.ZodOptional<z.ZodUnknown>;
2600
+ metadata: z.ZodOptional<z.ZodUnknown>;
2601
+ oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2602
+ authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
2603
+ deleted: z.ZodBoolean;
2604
+ phoneNumber: z.ZodNullable<z.ZodString>;
2605
+ }, "strip", z.ZodTypeAny, {
2289
2606
  deleted: boolean;
2290
2607
  url: string;
2291
2608
  id: number;
@@ -2326,27 +2643,27 @@ export declare const list: (query?: AnnotationListQuery) => {
2326
2643
  metadata?: unknown;
2327
2644
  oidcId?: string | null | undefined;
2328
2645
  }>, "many">;
2329
- confirmedBys: import("zod").ZodArray<import("zod").ZodObject<{
2330
- id: import("zod").ZodNumber;
2331
- url: import("zod").ZodString;
2332
- firstName: import("zod").ZodOptional<import("zod").ZodString>;
2333
- lastName: import("zod").ZodString;
2334
- email: import("zod").ZodOptional<import("zod").ZodString>;
2335
- emailVerified: import("zod").ZodBoolean;
2336
- dateJoined: import("zod").ZodString;
2337
- username: import("zod").ZodString;
2338
- groups: import("zod").ZodArray<import("zod").ZodString, "many">;
2339
- organization: import("zod").ZodString;
2340
- queues: import("zod").ZodArray<import("zod").ZodString, "many">;
2341
- isActive: import("zod").ZodBoolean;
2342
- lastLogin: import("zod").ZodNullable<import("zod").ZodString>;
2343
- uiSettings: import("zod").ZodOptional<import("zod").ZodUnknown>;
2344
- metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
2345
- oidcId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
2346
- authType: import("zod").ZodUnion<[import("zod").ZodLiteral<"password">, import("zod").ZodLiteral<"sso">]>;
2347
- deleted: import("zod").ZodBoolean;
2348
- phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2349
- }, "strip", import("zod").ZodTypeAny, {
2646
+ confirmedBys: z.ZodArray<z.ZodObject<{
2647
+ id: z.ZodNumber;
2648
+ url: z.ZodString;
2649
+ firstName: z.ZodOptional<z.ZodString>;
2650
+ lastName: z.ZodString;
2651
+ email: z.ZodOptional<z.ZodString>;
2652
+ emailVerified: z.ZodBoolean;
2653
+ dateJoined: z.ZodString;
2654
+ username: z.ZodString;
2655
+ groups: z.ZodArray<z.ZodString, "many">;
2656
+ organization: z.ZodString;
2657
+ queues: z.ZodArray<z.ZodString, "many">;
2658
+ isActive: z.ZodBoolean;
2659
+ lastLogin: z.ZodNullable<z.ZodString>;
2660
+ uiSettings: z.ZodOptional<z.ZodUnknown>;
2661
+ metadata: z.ZodOptional<z.ZodUnknown>;
2662
+ oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2663
+ authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
2664
+ deleted: z.ZodBoolean;
2665
+ phoneNumber: z.ZodNullable<z.ZodString>;
2666
+ }, "strip", z.ZodTypeAny, {
2350
2667
  deleted: boolean;
2351
2668
  url: string;
2352
2669
  id: number;
@@ -2387,27 +2704,27 @@ export declare const list: (query?: AnnotationListQuery) => {
2387
2704
  metadata?: unknown;
2388
2705
  oidcId?: string | null | undefined;
2389
2706
  }>, "many">;
2390
- deletedBys: import("zod").ZodArray<import("zod").ZodObject<{
2391
- id: import("zod").ZodNumber;
2392
- url: import("zod").ZodString;
2393
- firstName: import("zod").ZodOptional<import("zod").ZodString>;
2394
- lastName: import("zod").ZodString;
2395
- email: import("zod").ZodOptional<import("zod").ZodString>;
2396
- emailVerified: import("zod").ZodBoolean;
2397
- dateJoined: import("zod").ZodString;
2398
- username: import("zod").ZodString;
2399
- groups: import("zod").ZodArray<import("zod").ZodString, "many">;
2400
- organization: import("zod").ZodString;
2401
- queues: import("zod").ZodArray<import("zod").ZodString, "many">;
2402
- isActive: import("zod").ZodBoolean;
2403
- lastLogin: import("zod").ZodNullable<import("zod").ZodString>;
2404
- uiSettings: import("zod").ZodOptional<import("zod").ZodUnknown>;
2405
- metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
2406
- oidcId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
2407
- authType: import("zod").ZodUnion<[import("zod").ZodLiteral<"password">, import("zod").ZodLiteral<"sso">]>;
2408
- deleted: import("zod").ZodBoolean;
2409
- phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2410
- }, "strip", import("zod").ZodTypeAny, {
2707
+ deletedBys: z.ZodArray<z.ZodObject<{
2708
+ id: z.ZodNumber;
2709
+ url: z.ZodString;
2710
+ firstName: z.ZodOptional<z.ZodString>;
2711
+ lastName: z.ZodString;
2712
+ email: z.ZodOptional<z.ZodString>;
2713
+ emailVerified: z.ZodBoolean;
2714
+ dateJoined: z.ZodString;
2715
+ username: z.ZodString;
2716
+ groups: z.ZodArray<z.ZodString, "many">;
2717
+ organization: z.ZodString;
2718
+ queues: z.ZodArray<z.ZodString, "many">;
2719
+ isActive: z.ZodBoolean;
2720
+ lastLogin: z.ZodNullable<z.ZodString>;
2721
+ uiSettings: z.ZodOptional<z.ZodUnknown>;
2722
+ metadata: z.ZodOptional<z.ZodUnknown>;
2723
+ oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2724
+ authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
2725
+ deleted: z.ZodBoolean;
2726
+ phoneNumber: z.ZodNullable<z.ZodString>;
2727
+ }, "strip", z.ZodTypeAny, {
2411
2728
  deleted: boolean;
2412
2729
  url: string;
2413
2730
  id: number;
@@ -2448,15 +2765,15 @@ export declare const list: (query?: AnnotationListQuery) => {
2448
2765
  metadata?: unknown;
2449
2766
  oidcId?: string | null | undefined;
2450
2767
  }>, "many">;
2451
- workspaces: import("zod").ZodArray<import("zod").ZodObject<{
2452
- id: import("zod").ZodNumber;
2453
- name: import("zod").ZodString;
2454
- url: import("zod").ZodString;
2455
- autopilot: import("zod").ZodBoolean;
2456
- organization: import("zod").ZodString;
2457
- queues: import("zod").ZodArray<import("zod").ZodString, "many">;
2458
- metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
2459
- }, "strip", import("zod").ZodTypeAny, {
2768
+ workspaces: z.ZodArray<z.ZodObject<{
2769
+ id: z.ZodNumber;
2770
+ name: z.ZodString;
2771
+ url: z.ZodString;
2772
+ autopilot: z.ZodBoolean;
2773
+ organization: z.ZodString;
2774
+ queues: z.ZodArray<z.ZodString, "many">;
2775
+ metadata: z.ZodOptional<z.ZodUnknown>;
2776
+ }, "strip", z.ZodTypeAny, {
2460
2777
  url: string;
2461
2778
  id: number;
2462
2779
  organization: string;
@@ -2473,7 +2790,90 @@ export declare const list: (query?: AnnotationListQuery) => {
2473
2790
  autopilot: boolean;
2474
2791
  metadata?: unknown;
2475
2792
  }>, "many">;
2476
- }, "strip", import("zod").ZodTypeAny, {
2793
+ creators: z.ZodArray<z.ZodObject<{
2794
+ id: z.ZodNumber;
2795
+ url: z.ZodString;
2796
+ firstName: z.ZodOptional<z.ZodString>;
2797
+ lastName: z.ZodString;
2798
+ email: z.ZodOptional<z.ZodString>;
2799
+ emailVerified: z.ZodBoolean;
2800
+ dateJoined: z.ZodString;
2801
+ username: z.ZodString;
2802
+ groups: z.ZodArray<z.ZodString, "many">;
2803
+ organization: z.ZodString;
2804
+ queues: z.ZodArray<z.ZodString, "many">;
2805
+ isActive: z.ZodBoolean;
2806
+ lastLogin: z.ZodNullable<z.ZodString>;
2807
+ uiSettings: z.ZodOptional<z.ZodUnknown>;
2808
+ metadata: z.ZodOptional<z.ZodUnknown>;
2809
+ oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2810
+ authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
2811
+ deleted: z.ZodBoolean;
2812
+ phoneNumber: z.ZodNullable<z.ZodString>;
2813
+ }, "strip", z.ZodTypeAny, {
2814
+ deleted: boolean;
2815
+ url: string;
2816
+ id: number;
2817
+ organization: string;
2818
+ queues: string[];
2819
+ lastName: string;
2820
+ emailVerified: boolean;
2821
+ dateJoined: string;
2822
+ username: string;
2823
+ groups: string[];
2824
+ isActive: boolean;
2825
+ lastLogin: string | null;
2826
+ authType: "password" | "sso";
2827
+ phoneNumber: string | null;
2828
+ firstName?: string | undefined;
2829
+ email?: string | undefined;
2830
+ uiSettings?: unknown;
2831
+ metadata?: unknown;
2832
+ oidcId?: string | null | undefined;
2833
+ }, {
2834
+ deleted: boolean;
2835
+ url: string;
2836
+ id: number;
2837
+ organization: string;
2838
+ queues: string[];
2839
+ lastName: string;
2840
+ emailVerified: boolean;
2841
+ dateJoined: string;
2842
+ username: string;
2843
+ groups: string[];
2844
+ isActive: boolean;
2845
+ lastLogin: string | null;
2846
+ authType: "password" | "sso";
2847
+ phoneNumber: string | null;
2848
+ firstName?: string | undefined;
2849
+ email?: string | undefined;
2850
+ uiSettings?: unknown;
2851
+ metadata?: unknown;
2852
+ oidcId?: string | null | undefined;
2853
+ }>, "many">;
2854
+ workflowRuns: z.ZodArray<z.ZodObject<{
2855
+ id: z.ZodNumber;
2856
+ url: z.ZodString;
2857
+ annotation: z.ZodString;
2858
+ currentStep: z.ZodNullable<z.ZodString>;
2859
+ organization: z.ZodString;
2860
+ workflowStatus: z.ZodUnion<[z.ZodLiteral<"pending">, z.ZodLiteral<"approved">, z.ZodLiteral<"rejected">, z.ZodLiteral<"in_review">]>;
2861
+ }, "strip", z.ZodTypeAny, {
2862
+ annotation: string;
2863
+ url: string;
2864
+ id: number;
2865
+ organization: string;
2866
+ currentStep: string | null;
2867
+ workflowStatus: "rejected" | "pending" | "approved" | "in_review";
2868
+ }, {
2869
+ annotation: string;
2870
+ url: string;
2871
+ id: number;
2872
+ organization: string;
2873
+ currentStep: string | null;
2874
+ workflowStatus: "rejected" | "pending" | "approved" | "in_review";
2875
+ }>, "many">;
2876
+ }, "strip", z.ZodTypeAny, {
2477
2877
  assignees: {
2478
2878
  deleted: boolean;
2479
2879
  url: string;
@@ -2515,11 +2915,16 @@ export declare const list: (query?: AnnotationListQuery) => {
2515
2915
  rirConfidence?: number | null | undefined;
2516
2916
  connectorPosition?: number[] | null | undefined;
2517
2917
  connectorText?: string | null | undefined;
2918
+ struct?: unknown;
2518
2919
  } | null | undefined;
2519
2920
  validationSources?: string[] | null | undefined;
2520
2921
  timeSpent?: number | null | undefined;
2521
2922
  timeSpentOverall?: number | null | undefined;
2522
2923
  noRecalculation?: boolean | undefined;
2924
+ options?: {
2925
+ value: string;
2926
+ label: string;
2927
+ }[] | undefined;
2523
2928
  } | {
2524
2929
  url: string | null;
2525
2930
  children: (({
@@ -2542,11 +2947,16 @@ export declare const list: (query?: AnnotationListQuery) => {
2542
2947
  rirConfidence?: number | null | undefined;
2543
2948
  connectorPosition?: number[] | null | undefined;
2544
2949
  connectorText?: string | null | undefined;
2950
+ struct?: unknown;
2545
2951
  } | null | undefined;
2546
2952
  validationSources?: string[] | null | undefined;
2547
2953
  timeSpent?: number | null | undefined;
2548
2954
  timeSpentOverall?: number | null | undefined;
2549
2955
  noRecalculation?: boolean | undefined;
2956
+ options?: {
2957
+ value: string;
2958
+ label: string;
2959
+ }[] | undefined;
2550
2960
  }[] | {
2551
2961
  url: string | null;
2552
2962
  children: ({
@@ -2569,11 +2979,16 @@ export declare const list: (query?: AnnotationListQuery) => {
2569
2979
  rirConfidence?: number | null | undefined;
2570
2980
  connectorPosition?: number[] | null | undefined;
2571
2981
  connectorText?: string | null | undefined;
2982
+ struct?: unknown;
2572
2983
  } | null | undefined;
2573
2984
  validationSources?: string[] | null | undefined;
2574
2985
  timeSpent?: number | null | undefined;
2575
2986
  timeSpentOverall?: number | null | undefined;
2576
2987
  noRecalculation?: boolean | undefined;
2988
+ options?: {
2989
+ value: string;
2990
+ label: string;
2991
+ }[] | undefined;
2577
2992
  } | null)[];
2578
2993
  id: number | null;
2579
2994
  schemaId: string;
@@ -2598,11 +3013,16 @@ export declare const list: (query?: AnnotationListQuery) => {
2598
3013
  rirConfidence?: number | null | undefined;
2599
3014
  connectorPosition?: number[] | null | undefined;
2600
3015
  connectorText?: string | null | undefined;
3016
+ struct?: unknown;
2601
3017
  } | null | undefined;
2602
3018
  validationSources?: string[] | null | undefined;
2603
3019
  timeSpent?: number | null | undefined;
2604
3020
  timeSpentOverall?: number | null | undefined;
2605
3021
  noRecalculation?: boolean | undefined;
3022
+ options?: {
3023
+ value: string;
3024
+ label: string;
3025
+ }[] | undefined;
2606
3026
  }[] | {
2607
3027
  url: string | null;
2608
3028
  children: ({
@@ -2625,11 +3045,16 @@ export declare const list: (query?: AnnotationListQuery) => {
2625
3045
  rirConfidence?: number | null | undefined;
2626
3046
  connectorPosition?: number[] | null | undefined;
2627
3047
  connectorText?: string | null | undefined;
3048
+ struct?: unknown;
2628
3049
  } | null | undefined;
2629
3050
  validationSources?: string[] | null | undefined;
2630
3051
  timeSpent?: number | null | undefined;
2631
3052
  timeSpentOverall?: number | null | undefined;
2632
3053
  noRecalculation?: boolean | undefined;
3054
+ options?: {
3055
+ value: string;
3056
+ label: string;
3057
+ }[] | undefined;
2633
3058
  } | null)[];
2634
3059
  id: number | null;
2635
3060
  schemaId: string;
@@ -2653,6 +3078,7 @@ export declare const list: (query?: AnnotationListQuery) => {
2653
3078
  rirConfidence?: number | null | undefined;
2654
3079
  connectorPosition?: number[] | null | undefined;
2655
3080
  connectorText?: string | null | undefined;
3081
+ struct?: unknown;
2656
3082
  } | null | undefined;
2657
3083
  validationSources?: string[] | null | undefined;
2658
3084
  timeSpent?: number | null | undefined;
@@ -2862,12 +3288,42 @@ export declare const list: (query?: AnnotationListQuery) => {
2862
3288
  autopilot: boolean;
2863
3289
  metadata?: unknown;
2864
3290
  }[];
3291
+ creators: {
3292
+ deleted: boolean;
3293
+ url: string;
3294
+ id: number;
3295
+ organization: string;
3296
+ queues: string[];
3297
+ lastName: string;
3298
+ emailVerified: boolean;
3299
+ dateJoined: string;
3300
+ username: string;
3301
+ groups: string[];
3302
+ isActive: boolean;
3303
+ lastLogin: string | null;
3304
+ authType: "password" | "sso";
3305
+ phoneNumber: string | null;
3306
+ firstName?: string | undefined;
3307
+ email?: string | undefined;
3308
+ uiSettings?: unknown;
3309
+ metadata?: unknown;
3310
+ oidcId?: string | null | undefined;
3311
+ }[];
3312
+ workflowRuns: {
3313
+ annotation: string;
3314
+ url: string;
3315
+ id: number;
3316
+ organization: string;
3317
+ currentStep: string | null;
3318
+ workflowStatus: "rejected" | "pending" | "approved" | "in_review";
3319
+ }[];
2865
3320
  queues: {
2866
3321
  status: string;
2867
3322
  url: string;
2868
3323
  sessionTimeout: string;
2869
3324
  id: number;
2870
3325
  schema: string;
3326
+ trainingEnabled: boolean;
2871
3327
  name: string;
2872
3328
  workflows: Record<string, string | number>[];
2873
3329
  workspace: string | null;
@@ -2950,18 +3406,36 @@ export declare const list: (query?: AnnotationListQuery) => {
2950
3406
  width: number;
2951
3407
  columnType: "meta";
2952
3408
  visible: boolean;
2953
- metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
3409
+ metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2954
3410
  })[];
2955
3411
  } | undefined;
2956
3412
  uploadValues?: unknown;
2957
3413
  complexTables?: boolean | undefined;
2958
3414
  uiUploadEnabled?: boolean | undefined;
3415
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
3416
+ uiValidationScreenEnabled?: boolean | undefined;
3417
+ uiEditValues?: (({
3418
+ id: string;
3419
+ label: string;
3420
+ required: boolean;
3421
+ } & {
3422
+ dataType: "enum";
3423
+ enumOptions: {
3424
+ value: string;
3425
+ label: string;
3426
+ }[];
3427
+ }) | ({
3428
+ id: string;
3429
+ label: string;
3430
+ required: boolean;
3431
+ } & {
3432
+ dataType: "string";
3433
+ }))[] | undefined;
2959
3434
  };
2960
3435
  documentLifetime: string | null;
2961
3436
  dedicatedEngine: string | null;
2962
3437
  genericEngine: string | null;
2963
3438
  engine: string | null;
2964
- trainingEnabled: boolean;
2965
3439
  deleteAfter: string | null;
2966
3440
  metadata?: unknown;
2967
3441
  }[];
@@ -3007,11 +3481,16 @@ export declare const list: (query?: AnnotationListQuery) => {
3007
3481
  rirConfidence?: number | null | undefined;
3008
3482
  connectorPosition?: number[] | null | undefined;
3009
3483
  connectorText?: string | null | undefined;
3484
+ struct?: unknown;
3010
3485
  } | null | undefined;
3011
3486
  validationSources?: string[] | null | undefined;
3012
3487
  timeSpent?: number | null | undefined;
3013
3488
  timeSpentOverall?: number | null | undefined;
3014
3489
  noRecalculation?: boolean | undefined;
3490
+ options?: {
3491
+ value: string;
3492
+ label: string;
3493
+ }[] | undefined;
3015
3494
  } | {
3016
3495
  url: string | null;
3017
3496
  children: (({
@@ -3034,11 +3513,16 @@ export declare const list: (query?: AnnotationListQuery) => {
3034
3513
  rirConfidence?: number | null | undefined;
3035
3514
  connectorPosition?: number[] | null | undefined;
3036
3515
  connectorText?: string | null | undefined;
3516
+ struct?: unknown;
3037
3517
  } | null | undefined;
3038
3518
  validationSources?: string[] | null | undefined;
3039
3519
  timeSpent?: number | null | undefined;
3040
3520
  timeSpentOverall?: number | null | undefined;
3041
3521
  noRecalculation?: boolean | undefined;
3522
+ options?: {
3523
+ value: string;
3524
+ label: string;
3525
+ }[] | undefined;
3042
3526
  }[] | {
3043
3527
  url: string | null;
3044
3528
  children: ({
@@ -3061,11 +3545,16 @@ export declare const list: (query?: AnnotationListQuery) => {
3061
3545
  rirConfidence?: number | null | undefined;
3062
3546
  connectorPosition?: number[] | null | undefined;
3063
3547
  connectorText?: string | null | undefined;
3548
+ struct?: unknown;
3064
3549
  } | null | undefined;
3065
3550
  validationSources?: string[] | null | undefined;
3066
3551
  timeSpent?: number | null | undefined;
3067
3552
  timeSpentOverall?: number | null | undefined;
3068
3553
  noRecalculation?: boolean | undefined;
3554
+ options?: {
3555
+ value: string;
3556
+ label: string;
3557
+ }[] | undefined;
3069
3558
  } | null)[];
3070
3559
  id: number | null;
3071
3560
  schemaId: string;
@@ -3090,11 +3579,16 @@ export declare const list: (query?: AnnotationListQuery) => {
3090
3579
  rirConfidence?: number | null | undefined;
3091
3580
  connectorPosition?: number[] | null | undefined;
3092
3581
  connectorText?: string | null | undefined;
3582
+ struct?: unknown;
3093
3583
  } | null | undefined;
3094
3584
  validationSources?: string[] | null | undefined;
3095
3585
  timeSpent?: number | null | undefined;
3096
3586
  timeSpentOverall?: number | null | undefined;
3097
3587
  noRecalculation?: boolean | undefined;
3588
+ options?: {
3589
+ value: string;
3590
+ label: string;
3591
+ }[] | undefined;
3098
3592
  }[] | {
3099
3593
  url: string | null;
3100
3594
  children: ({
@@ -3117,11 +3611,16 @@ export declare const list: (query?: AnnotationListQuery) => {
3117
3611
  rirConfidence?: number | null | undefined;
3118
3612
  connectorPosition?: number[] | null | undefined;
3119
3613
  connectorText?: string | null | undefined;
3614
+ struct?: unknown;
3120
3615
  } | null | undefined;
3121
3616
  validationSources?: string[] | null | undefined;
3122
3617
  timeSpent?: number | null | undefined;
3123
3618
  timeSpentOverall?: number | null | undefined;
3124
3619
  noRecalculation?: boolean | undefined;
3620
+ options?: {
3621
+ value: string;
3622
+ label: string;
3623
+ }[] | undefined;
3125
3624
  } | null)[];
3126
3625
  id: number | null;
3127
3626
  schemaId: string;
@@ -3145,6 +3644,7 @@ export declare const list: (query?: AnnotationListQuery) => {
3145
3644
  rirConfidence?: number | null | undefined;
3146
3645
  connectorPosition?: number[] | null | undefined;
3147
3646
  connectorText?: string | null | undefined;
3647
+ struct?: unknown;
3148
3648
  } | null | undefined;
3149
3649
  validationSources?: string[] | null | undefined;
3150
3650
  timeSpent?: number | null | undefined;
@@ -3354,12 +3854,42 @@ export declare const list: (query?: AnnotationListQuery) => {
3354
3854
  autopilot: boolean;
3355
3855
  metadata?: unknown;
3356
3856
  }[];
3857
+ creators: {
3858
+ deleted: boolean;
3859
+ url: string;
3860
+ id: number;
3861
+ organization: string;
3862
+ queues: string[];
3863
+ lastName: string;
3864
+ emailVerified: boolean;
3865
+ dateJoined: string;
3866
+ username: string;
3867
+ groups: string[];
3868
+ isActive: boolean;
3869
+ lastLogin: string | null;
3870
+ authType: "password" | "sso";
3871
+ phoneNumber: string | null;
3872
+ firstName?: string | undefined;
3873
+ email?: string | undefined;
3874
+ uiSettings?: unknown;
3875
+ metadata?: unknown;
3876
+ oidcId?: string | null | undefined;
3877
+ }[];
3878
+ workflowRuns: {
3879
+ annotation: string;
3880
+ url: string;
3881
+ id: number;
3882
+ organization: string;
3883
+ currentStep: string | null;
3884
+ workflowStatus: "rejected" | "pending" | "approved" | "in_review";
3885
+ }[];
3357
3886
  queues: {
3358
3887
  status: string;
3359
3888
  url: string;
3360
3889
  sessionTimeout: string;
3361
3890
  id: number;
3362
3891
  schema: string;
3892
+ trainingEnabled: boolean;
3363
3893
  name: string;
3364
3894
  workflows: Record<string, string | number>[];
3365
3895
  workspace: string | null;
@@ -3442,18 +3972,36 @@ export declare const list: (query?: AnnotationListQuery) => {
3442
3972
  width: number;
3443
3973
  columnType: "meta";
3444
3974
  visible: boolean;
3445
- metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
3975
+ metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
3446
3976
  })[];
3447
3977
  } | undefined;
3448
3978
  uploadValues?: unknown;
3449
3979
  complexTables?: boolean | undefined;
3450
3980
  uiUploadEnabled?: boolean | undefined;
3981
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
3982
+ uiValidationScreenEnabled?: boolean | undefined;
3983
+ uiEditValues?: (({
3984
+ id: string;
3985
+ label: string;
3986
+ required: boolean;
3987
+ } & {
3988
+ dataType: "enum";
3989
+ enumOptions: {
3990
+ value: string;
3991
+ label: string;
3992
+ }[];
3993
+ }) | ({
3994
+ id: string;
3995
+ label: string;
3996
+ required: boolean;
3997
+ } & {
3998
+ dataType: "string";
3999
+ }))[] | undefined;
3451
4000
  };
3452
4001
  documentLifetime: string | null;
3453
4002
  dedicatedEngine: string | null;
3454
4003
  genericEngine: string | null;
3455
4004
  engine: string | null;
3456
- trainingEnabled: boolean;
3457
4005
  deleteAfter: string | null;
3458
4006
  metadata?: unknown;
3459
4007
  }[];