@rossum/api-client 0.1.26 → 0.2.0

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 (1016) hide show
  1. package/index.js +70 -70
  2. package/index.js.map +1 -1
  3. package/package.json +3 -2
  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 +7 -4
  218. package/src/hooks/endpoints/runs.schema.js.map +1 -1
  219. package/src/hooks/endpoints/test.schema.js +2 -2
  220. package/src/hooks/endpoints/test.schema.js.map +1 -1
  221. package/src/hooks/index.js +19 -0
  222. package/src/hooks/index.js.map +1 -0
  223. package/src/hooks/models/event.js +59 -0
  224. package/src/hooks/models/event.js.map +1 -0
  225. package/src/hooks/models/event.schema.js +7 -0
  226. package/src/hooks/models/event.schema.js.map +1 -0
  227. package/src/hooks/models/hook.schema.js +2 -1
  228. package/src/hooks/models/hook.schema.js.map +1 -1
  229. package/src/hooks/models/hookConfig.schema.js +1 -1
  230. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  231. package/src/hooks/models/hookUtils.schema.js +2 -20
  232. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  233. package/src/hooks/models/index.js +29 -0
  234. package/src/hooks/models/index.js.map +1 -0
  235. package/src/hooks/models/run.schema.js +5 -4
  236. package/src/hooks/models/run.schema.js.map +1 -1
  237. package/src/hooks/models/values.js +15 -0
  238. package/src/hooks/models/values.js.map +1 -0
  239. package/src/inboxes/endpoints/list.js +3 -2
  240. package/src/inboxes/endpoints/list.js.map +1 -1
  241. package/src/inboxes/index.js +20 -0
  242. package/src/inboxes/index.js.map +1 -0
  243. package/src/inboxes/mocks/inbox.js +21 -0
  244. package/src/inboxes/mocks/inbox.js.map +1 -0
  245. package/src/inboxes/mocks/index.js +18 -0
  246. package/src/inboxes/mocks/index.js.map +1 -0
  247. package/src/inboxes/models/index.js +18 -0
  248. package/src/inboxes/models/index.js.map +1 -0
  249. package/src/internal/endpoints/computedFieldSummary.js +15 -0
  250. package/src/internal/endpoints/computedFieldSummary.js.map +1 -0
  251. package/src/internal/endpoints/computedFieldSummary.schema.js +21 -0
  252. package/src/internal/endpoints/computedFieldSummary.schema.js.map +1 -0
  253. package/src/internal/endpoints/getMetabaseJWT.js +13 -0
  254. package/src/internal/endpoints/getMetabaseJWT.js.map +1 -0
  255. package/src/internal/endpoints/getMetabaseJWT.schema.js +8 -0
  256. package/src/internal/endpoints/getMetabaseJWT.schema.js.map +1 -0
  257. package/src/internal/endpoints/index.js +11 -1
  258. package/src/internal/endpoints/index.js.map +1 -1
  259. package/src/internal/endpoints/reportSummary.js +15 -0
  260. package/src/internal/endpoints/reportSummary.js.map +1 -0
  261. package/src/internal/endpoints/reportSummary.schema.js +12 -0
  262. package/src/internal/endpoints/reportSummary.schema.js.map +1 -0
  263. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  264. package/src/internal/endpoints/rules/evaluateRules.schema.js +7 -6
  265. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  266. package/src/internal/endpoints/rules/suggestRule.schema.js +4 -4
  267. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  268. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js +4 -4
  269. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js.map +1 -1
  270. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +4 -4
  271. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  272. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  273. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +4 -4
  274. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  275. package/src/internal/endpoints/schemas/formulasInfo.schema.js +7 -1
  276. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  277. package/src/internal/endpoints/schemas/suggestComputedField.js +13 -0
  278. package/src/internal/endpoints/schemas/suggestComputedField.js.map +1 -0
  279. package/src/internal/endpoints/schemas/suggestComputedField.schema.js +21 -0
  280. package/src/internal/endpoints/schemas/suggestComputedField.schema.js.map +1 -0
  281. package/src/internal/endpoints/suggestReport.js +15 -0
  282. package/src/internal/endpoints/suggestReport.js.map +1 -0
  283. package/src/internal/endpoints/suggestReport.schema.js +13 -0
  284. package/src/internal/endpoints/suggestReport.schema.js.map +1 -0
  285. package/src/internal/index.js +18 -0
  286. package/src/internal/index.js.map +1 -0
  287. package/src/labels/endpoints/list.js +3 -2
  288. package/src/labels/endpoints/list.js.map +1 -1
  289. package/src/labels/index.js +19 -0
  290. package/src/labels/index.js.map +1 -0
  291. package/src/labels/models/index.js +19 -0
  292. package/src/labels/models/index.js.map +1 -0
  293. package/src/memberships/index.js +19 -0
  294. package/src/memberships/index.js.map +1 -0
  295. package/src/memberships/models/index.js +18 -0
  296. package/src/memberships/models/index.js.map +1 -0
  297. package/src/memberships/models/membership.js +3 -0
  298. package/src/memberships/models/membership.js.map +1 -0
  299. package/src/organization/endpoints/list.js +3 -2
  300. package/src/organization/endpoints/list.js.map +1 -1
  301. package/src/organization/endpoints/patch.schema.js +6 -0
  302. package/src/organization/endpoints/patch.schema.js.map +1 -0
  303. package/src/organization/index.js +20 -0
  304. package/src/organization/index.js.map +1 -0
  305. package/src/organization/mocks/index.js +18 -0
  306. package/src/organization/mocks/index.js.map +1 -0
  307. package/src/organization/mocks/organization.js +15 -0
  308. package/src/organization/mocks/organization.js.map +1 -0
  309. package/src/organization/models/emailLimits.js +3 -0
  310. package/src/organization/models/emailLimits.js.map +1 -0
  311. package/src/organization/models/index.js +23 -0
  312. package/src/organization/models/index.js.map +1 -0
  313. package/src/organization/models/limits.js +3 -0
  314. package/src/organization/models/limits.js.map +1 -0
  315. package/src/organizationGroups/endpoints/organizations.js +3 -2
  316. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  317. package/src/organizationGroups/endpoints/queues.js +3 -2
  318. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  319. package/src/organizationGroups/endpoints/workspaces.js +3 -2
  320. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  321. package/src/organizationGroups/index.js +19 -0
  322. package/src/organizationGroups/index.js.map +1 -0
  323. package/src/organizationGroups/models/index.js +23 -0
  324. package/src/organizationGroups/models/index.js.map +1 -0
  325. package/src/organizationGroups/models/organizationGroupOrganization.js +3 -0
  326. package/src/organizationGroups/models/organizationGroupOrganization.js.map +1 -0
  327. package/src/organizationGroups/models/organizationGroupQueue.js +3 -0
  328. package/src/organizationGroups/models/organizationGroupQueue.js.map +1 -0
  329. package/src/organizationGroups/models/organizationGroupWorkspace.js +3 -0
  330. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +1 -0
  331. package/src/pages/endpoints/list.js +3 -2
  332. package/src/pages/endpoints/list.js.map +1 -1
  333. package/src/pages/endpoints/list.schema.js +13 -3
  334. package/src/pages/endpoints/list.schema.js.map +1 -1
  335. package/src/pages/index.js +19 -0
  336. package/src/pages/index.js.map +1 -0
  337. package/src/pages/models/index.js +18 -0
  338. package/src/pages/models/index.js.map +1 -0
  339. package/src/pages/models/page.js +3 -0
  340. package/src/pages/models/page.js.map +1 -0
  341. package/src/queues/endpoints/automation.schema.js +2 -2
  342. package/src/queues/endpoints/automation.schema.js.map +1 -1
  343. package/src/queues/endpoints/automationSetupCurrentStats.js +13 -0
  344. package/src/queues/endpoints/automationSetupCurrentStats.js.map +1 -0
  345. package/src/queues/endpoints/automationSetupProjections.js +17 -0
  346. package/src/queues/endpoints/automationSetupProjections.js.map +1 -0
  347. package/src/queues/endpoints/duplicate.js.map +1 -1
  348. package/src/queues/endpoints/duplicate.schema.js +1 -0
  349. package/src/queues/endpoints/duplicate.schema.js.map +1 -1
  350. package/src/queues/endpoints/getAutomationTargets.js +14 -0
  351. package/src/queues/endpoints/getAutomationTargets.js.map +1 -0
  352. package/src/queues/endpoints/index.js +8 -0
  353. package/src/queues/endpoints/index.js.map +1 -1
  354. package/src/queues/endpoints/list.js +5 -3
  355. package/src/queues/endpoints/list.js.map +1 -1
  356. package/src/queues/endpoints/list.schema.js +5 -3
  357. package/src/queues/endpoints/list.schema.js.map +1 -1
  358. package/src/queues/endpoints/saveAutomationTarget.js +16 -0
  359. package/src/queues/endpoints/saveAutomationTarget.js.map +1 -0
  360. package/src/queues/index.js +20 -0
  361. package/src/queues/index.js.map +1 -0
  362. package/src/queues/mocks/automation.js +19 -0
  363. package/src/queues/mocks/automation.js.map +1 -0
  364. package/src/queues/mocks/index.js +19 -0
  365. package/src/queues/mocks/index.js.map +1 -0
  366. package/src/queues/mocks/queue.js +33 -0
  367. package/src/queues/mocks/queue.js.map +1 -0
  368. package/src/queues/models/automationResponseAutomationBlocker.js +3 -0
  369. package/src/queues/models/automationResponseAutomationBlocker.js.map +1 -0
  370. package/src/queues/models/automationResponseAutomationBlocker.schema.js +24 -0
  371. package/src/queues/models/automationResponseAutomationBlocker.schema.js.map +1 -0
  372. package/src/queues/models/automationSetup.js +3 -0
  373. package/src/queues/models/automationSetup.js.map +1 -0
  374. package/src/queues/models/automationSetup.schema.js +68 -0
  375. package/src/queues/models/automationSetup.schema.js.map +1 -0
  376. package/src/queues/models/index.js +31 -0
  377. package/src/queues/models/index.js.map +1 -0
  378. package/src/queues/models/queueSettings.schema.js +46 -3
  379. package/src/queues/models/queueSettings.schema.js.map +1 -1
  380. package/src/queues/models/relatedObjectsCounts.js +3 -0
  381. package/src/queues/models/relatedObjectsCounts.js.map +1 -0
  382. package/src/queues/models/vendorEmailNotificationsSettings.js +3 -0
  383. package/src/queues/models/vendorEmailNotificationsSettings.js.map +1 -0
  384. package/src/queues/models/vendorEmailNotificationsSettings.schema.js +16 -0
  385. package/src/queues/models/vendorEmailNotificationsSettings.schema.js.map +1 -0
  386. package/src/relations/endpoints/list.js +3 -2
  387. package/src/relations/endpoints/list.js.map +1 -1
  388. package/src/relations/index.js +19 -0
  389. package/src/relations/index.js.map +1 -0
  390. package/src/relations/models/index.js +19 -0
  391. package/src/relations/models/index.js.map +1 -0
  392. package/src/rules/endpoints/create.js +2 -2
  393. package/src/rules/endpoints/create.js.map +1 -1
  394. package/src/rules/endpoints/create.schema.js +5 -2
  395. package/src/rules/endpoints/create.schema.js.map +1 -1
  396. package/src/rules/endpoints/get.js +2 -2
  397. package/src/rules/endpoints/get.js.map +1 -1
  398. package/src/rules/endpoints/index.js.map +1 -1
  399. package/src/rules/endpoints/list.js +5 -4
  400. package/src/rules/endpoints/list.js.map +1 -1
  401. package/src/rules/endpoints/list.schema.js +4 -1
  402. package/src/rules/endpoints/list.schema.js.map +1 -1
  403. package/src/rules/endpoints/patch.js +2 -2
  404. package/src/rules/endpoints/patch.js.map +1 -1
  405. package/src/rules/endpoints/patch.schema.js +2 -2
  406. package/src/rules/endpoints/patch.schema.js.map +1 -1
  407. package/src/rules/index.js +18 -0
  408. package/src/rules/index.js.map +1 -0
  409. package/src/rules/models/queueRule.js +3 -0
  410. package/src/rules/models/queueRule.js.map +1 -0
  411. package/src/rules/models/{schemaRule.schema.js → queueRule.schema.js} +10 -12
  412. package/src/rules/models/queueRule.schema.js.map +1 -0
  413. package/src/rulesExecutionLogs/endpoints/get.js +13 -0
  414. package/src/rulesExecutionLogs/endpoints/get.js.map +1 -0
  415. package/src/rulesExecutionLogs/endpoints/index.js +10 -0
  416. package/src/rulesExecutionLogs/endpoints/index.js.map +1 -0
  417. package/src/rulesExecutionLogs/endpoints/list.js +18 -0
  418. package/src/rulesExecutionLogs/endpoints/list.js.map +1 -0
  419. package/src/rulesExecutionLogs/endpoints/list.schema.js +17 -0
  420. package/src/rulesExecutionLogs/endpoints/list.schema.js.map +1 -0
  421. package/src/rulesExecutionLogs/index.js +19 -0
  422. package/src/rulesExecutionLogs/index.js.map +1 -0
  423. package/src/rulesExecutionLogs/models/index.js +3 -0
  424. package/src/rulesExecutionLogs/models/index.js.map +1 -0
  425. package/src/rulesExecutionLogs/models/ruleExecutionLog.js +3 -0
  426. package/src/rulesExecutionLogs/models/ruleExecutionLog.js.map +1 -0
  427. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js +32 -0
  428. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js.map +1 -0
  429. package/src/schemaFields/index.js +19 -0
  430. package/src/schemaFields/index.js.map +1 -0
  431. package/src/schemaFields/models/index.js +19 -0
  432. package/src/schemaFields/models/index.js.map +1 -0
  433. package/src/schemas/endpoints/get.js +12 -1
  434. package/src/schemas/endpoints/get.js.map +1 -1
  435. package/src/schemas/endpoints/index.js +3 -0
  436. package/src/schemas/endpoints/index.js.map +1 -1
  437. package/src/schemas/endpoints/list.js +3 -2
  438. package/src/schemas/endpoints/list.js.map +1 -1
  439. package/src/schemas/endpoints/patch.js +12 -1
  440. package/src/schemas/endpoints/patch.js.map +1 -1
  441. package/src/schemas/endpoints/patch.schema.js +3 -1
  442. package/src/schemas/endpoints/patch.schema.js.map +1 -1
  443. package/src/schemas/endpoints/validate.js +13 -2
  444. package/src/schemas/endpoints/validate.js.map +1 -1
  445. package/src/schemas/index.js +20 -0
  446. package/src/schemas/index.js.map +1 -0
  447. package/src/schemas/mocks/index.js +19 -0
  448. package/src/schemas/mocks/index.js.map +1 -0
  449. package/src/schemas/mocks/schema.js +12 -0
  450. package/src/schemas/mocks/schema.js.map +1 -0
  451. package/src/schemas/mocks/schemaItem.js +64 -0
  452. package/src/schemas/mocks/schemaItem.js.map +1 -0
  453. package/src/schemas/models/index.js +49 -0
  454. package/src/schemas/models/index.js.map +1 -0
  455. package/src/schemas/models/list.js +3 -0
  456. package/src/schemas/models/list.js.map +1 -0
  457. package/src/schemas/models/list.schema.js +23 -0
  458. package/src/schemas/models/list.schema.js.map +1 -0
  459. package/src/schemas/models/rawSchema.js +3 -0
  460. package/src/schemas/models/rawSchema.js.map +1 -0
  461. package/src/schemas/models/rawSchema.schema.js +16 -0
  462. package/src/schemas/models/rawSchema.schema.js.map +1 -0
  463. package/src/schemas/models/schema.schema.js +2 -0
  464. package/src/schemas/models/schema.schema.js.map +1 -1
  465. package/src/schemas/models/schemaDatapointBase.schema.js +2 -0
  466. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  467. package/src/schemas/models/schemaDatapointEnum.schema.js +1 -0
  468. package/src/schemas/models/schemaDatapointEnum.schema.js.map +1 -1
  469. package/src/shared/index.js +18 -0
  470. package/src/shared/index.js.map +1 -0
  471. package/src/shared/models/annotationListTable.schema.js +13 -1
  472. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  473. package/src/shared/models/index.js +23 -0
  474. package/src/shared/models/index.js.map +1 -0
  475. package/src/shared/models/message.schema.js +7 -3
  476. package/src/shared/models/message.schema.js.map +1 -1
  477. package/src/suggestedEdit/index.js +19 -0
  478. package/src/suggestedEdit/index.js.map +1 -0
  479. package/src/suggestedEdit/models/index.js +21 -0
  480. package/src/suggestedEdit/models/index.js.map +1 -0
  481. package/src/suggestedEdit/models/suggestedDocument.js +3 -0
  482. package/src/suggestedEdit/models/suggestedDocument.js.map +1 -0
  483. package/src/suggestedEdit/models/suggestedDocument.schema.js +3 -0
  484. package/src/suggestedEdit/models/suggestedDocument.schema.js.map +1 -1
  485. package/src/suggestedEdit/models/suggestedEdit.js +3 -0
  486. package/src/suggestedEdit/models/suggestedEdit.js.map +1 -0
  487. package/src/surveys/endpoints/get.schema.js +10 -0
  488. package/src/surveys/endpoints/get.schema.js.map +1 -0
  489. package/src/surveys/endpoints/list.js +3 -2
  490. package/src/surveys/endpoints/list.js.map +1 -1
  491. package/src/surveys/index.js +19 -0
  492. package/src/surveys/index.js.map +1 -0
  493. package/src/surveys/models/index.js +21 -0
  494. package/src/surveys/models/index.js.map +1 -0
  495. package/src/surveys/models/question.js +3 -0
  496. package/src/surveys/models/question.js.map +1 -0
  497. package/src/surveys/models/question.schema.js +11 -0
  498. package/src/surveys/models/question.schema.js.map +1 -0
  499. package/src/surveys/models/survey.js +3 -0
  500. package/src/surveys/models/survey.js.map +1 -0
  501. package/src/surveys/models/surveyTemplate.js +3 -0
  502. package/src/surveys/models/surveyTemplate.js.map +1 -0
  503. package/src/surveys/models/surveyTemplate.schema.js +11 -0
  504. package/src/surveys/models/surveyTemplate.schema.js.map +1 -0
  505. package/src/tasks/index.js +20 -0
  506. package/src/tasks/index.js.map +1 -0
  507. package/src/tasks/mocks/asyncTask.js +14 -0
  508. package/src/tasks/mocks/asyncTask.js.map +1 -0
  509. package/src/tasks/mocks/index.js +18 -0
  510. package/src/tasks/mocks/index.js.map +1 -0
  511. package/src/tasks/models/asyncTask.js +3 -0
  512. package/src/tasks/models/asyncTask.js.map +1 -0
  513. package/src/tasks/models/asyncTaskResult.js +3 -0
  514. package/src/tasks/models/asyncTaskResult.js.map +1 -0
  515. package/src/tasks/models/asyncTaskResult.schema.js +13 -0
  516. package/src/tasks/models/asyncTaskResult.schema.js.map +1 -0
  517. package/src/tasks/models/index.js +21 -0
  518. package/src/tasks/models/index.js.map +1 -0
  519. package/src/triggers/endpoints/list.js +3 -2
  520. package/src/triggers/endpoints/list.js.map +1 -1
  521. package/src/triggers/index.js +19 -0
  522. package/src/triggers/index.js.map +1 -0
  523. package/src/triggers/models/index.js +18 -0
  524. package/src/triggers/models/index.js.map +1 -0
  525. package/src/uploads/index.js +19 -0
  526. package/src/uploads/index.js.map +1 -0
  527. package/src/uploads/models/index.js +19 -0
  528. package/src/uploads/models/index.js.map +1 -0
  529. package/src/uploads/models/upload.js +3 -0
  530. package/src/uploads/models/upload.js.map +1 -0
  531. package/src/users/endpoints/index.js.map +1 -1
  532. package/src/users/endpoints/list.js +3 -2
  533. package/src/users/endpoints/list.js.map +1 -1
  534. package/src/users/endpoints/list.schema.js +2 -1
  535. package/src/users/endpoints/list.schema.js.map +1 -1
  536. package/src/users/index.js +20 -0
  537. package/src/users/index.js.map +1 -0
  538. package/src/users/mocks/index.js +18 -0
  539. package/src/users/mocks/index.js.map +1 -0
  540. package/src/users/mocks/user.js +14 -0
  541. package/src/users/mocks/user.js.map +1 -0
  542. package/src/users/models/resetPassword.js +3 -0
  543. package/src/users/models/resetPassword.js.map +1 -0
  544. package/src/utils/index.js +37 -0
  545. package/src/utils/index.js.map +1 -0
  546. package/src/utils/mockUtils.js +13 -0
  547. package/src/utils/mockUtils.js.map +1 -0
  548. package/src/utils/requestConfig.js +5 -4
  549. package/src/utils/requestConfig.js.map +1 -1
  550. package/src/utils/requestResponse.js +2 -2
  551. package/src/utils/requestResponse.js.map +1 -1
  552. package/src/utils.schema.js +9 -0
  553. package/src/utils.schema.js.map +1 -0
  554. package/src/workflowActivities/endpoints/list.js +3 -2
  555. package/src/workflowActivities/endpoints/list.js.map +1 -1
  556. package/src/workflowActivities/index.js +19 -0
  557. package/src/workflowActivities/index.js.map +1 -0
  558. package/src/workflowActivities/models/index.js +18 -0
  559. package/src/workflowActivities/models/index.js.map +1 -0
  560. package/src/workflowRuns/endpoints/list.js +3 -2
  561. package/src/workflowRuns/endpoints/list.js.map +1 -1
  562. package/src/workflowRuns/index.js +19 -0
  563. package/src/workflowRuns/index.js.map +1 -0
  564. package/src/workflowRuns/models/index.js +19 -0
  565. package/src/workflowRuns/models/index.js.map +1 -0
  566. package/src/workflowSteps/endpoints/list.js +3 -2
  567. package/src/workflowSteps/endpoints/list.js.map +1 -1
  568. package/src/workflowSteps/index.js +19 -0
  569. package/src/workflowSteps/index.js.map +1 -0
  570. package/src/workflowSteps/models/index.js +18 -0
  571. package/src/workflowSteps/models/index.js.map +1 -0
  572. package/src/workflows/endpoints/list.js +3 -2
  573. package/src/workflows/endpoints/list.js.map +1 -1
  574. package/src/workflows/index.js +19 -0
  575. package/src/workflows/index.js.map +1 -0
  576. package/src/workflows/models/index.js +18 -0
  577. package/src/workflows/models/index.js.map +1 -0
  578. package/src/workspaces/endpoints/list.js +3 -2
  579. package/src/workspaces/endpoints/list.js.map +1 -1
  580. package/src/workspaces/index.js +19 -0
  581. package/src/workspaces/index.js.map +1 -0
  582. package/src/workspaces/models/index.js +18 -0
  583. package/src/workspaces/models/index.js.map +1 -0
  584. package/types/index.d.ts +6760 -2128
  585. package/types/src/annotations/endpoints/editPages.d.ts +14 -0
  586. package/types/src/annotations/endpoints/editPages.schema.d.ts +12 -0
  587. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +6 -0
  588. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +5 -0
  589. package/types/src/annotations/endpoints/get.d.ts +52 -21
  590. package/types/src/annotations/endpoints/getContent.d.ts +456 -0
  591. package/types/src/annotations/endpoints/index.d.ts +1948 -155
  592. package/types/src/annotations/endpoints/list.d.ts +1124 -569
  593. package/types/src/annotations/endpoints/patch.d.ts +104 -42
  594. package/types/src/annotations/endpoints/patch.schema.d.ts +52 -21
  595. package/types/src/annotations/endpoints/search.d.ts +578 -42
  596. package/types/src/annotations/endpoints/startEditPages.d.ts +72 -0
  597. package/types/src/annotations/endpoints/updateContent.d.ts +23 -0
  598. package/types/src/annotations/endpoints/validate.d.ts +42 -0
  599. package/types/src/annotations/endpoints/validate.schema.d.ts +42 -0
  600. package/types/src/annotations/index.d.ts +3 -0
  601. package/types/src/annotations/mocks/annotation.d.ts +8 -0
  602. package/types/src/annotations/mocks/index.d.ts +1 -0
  603. package/types/src/annotations/models/annotation.d.ts +1 -0
  604. package/types/src/annotations/models/annotation.schema.d.ts +52 -21
  605. package/types/src/annotations/models/annotationData.d.ts +5 -0
  606. package/types/src/annotations/models/annotationData.schema.d.ts +819 -0
  607. package/types/src/annotations/models/annotationListSideload.d.ts +4 -1
  608. package/types/src/annotations/models/annotationListSideload.schema.d.ts +511 -16
  609. package/types/src/annotations/models/editPages.d.ts +9 -1
  610. package/types/src/annotations/models/editPages.schema.d.ts +172 -0
  611. package/types/src/authentication/endpoints/index.d.ts +1 -1
  612. package/types/src/authentication/index.d.ts +2 -0
  613. package/types/src/authentication/models/authInfo.d.ts +4 -0
  614. package/types/src/authentication/models/index.d.ts +2 -0
  615. package/types/src/automationBlockers/endpoints/get.d.ts +350 -114
  616. package/types/src/automationBlockers/endpoints/index.d.ts +350 -114
  617. package/types/src/automationBlockers/index.d.ts +2 -0
  618. package/types/src/automationBlockers/models/automationBlocker.d.ts +55 -0
  619. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +1376 -6
  620. package/types/src/automationBlockers/models/index.d.ts +2 -0
  621. package/types/src/billing/endpoints/getHistory.schema.d.ts +26 -0
  622. package/types/src/billing/endpoints/index.d.ts +5 -0
  623. package/types/src/billing/index.d.ts +2 -0
  624. package/types/src/billing/models/billingHistory.d.ts +40 -0
  625. package/types/src/billing/models/billingStats.d.ts +21 -0
  626. package/types/src/billing/models/index.d.ts +4 -0
  627. package/types/src/connectors/endpoints/index.d.ts +15 -2
  628. package/types/src/connectors/endpoints/list.d.ts +46 -32
  629. package/types/src/connectors/index.d.ts +2 -0
  630. package/types/src/connectors/models/connector.d.ts +15 -0
  631. package/types/src/connectors/models/index.d.ts +2 -0
  632. package/types/src/dedicatedEngineSchema/index.d.ts +2 -0
  633. package/types/src/dedicatedEngineSchema/models/index.d.ts +9 -0
  634. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +31 -0
  635. package/types/src/dedicatedEngines/endpoints/index.d.ts +21 -3
  636. package/types/src/dedicatedEngines/endpoints/list.d.ts +49 -30
  637. package/types/src/dedicatedEngines/index.d.ts +2 -0
  638. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +10 -0
  639. package/types/src/dedicatedEngines/models/index.d.ts +1 -0
  640. package/types/src/deleteRecommendations/endpoints/index.d.ts +12 -3
  641. package/types/src/deleteRecommendations/endpoints/list.d.ts +31 -21
  642. package/types/src/deleteRecommendations/index.d.ts +2 -0
  643. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +10 -0
  644. package/types/src/deleteRecommendations/models/index.d.ts +1 -0
  645. package/types/src/documentRelations/endpoints/index.d.ts +17 -2
  646. package/types/src/documentRelations/endpoints/list.d.ts +44 -28
  647. package/types/src/documentRelations/index.d.ts +2 -0
  648. package/types/src/documentRelations/models/index.d.ts +1 -0
  649. package/types/src/documentRelations/models/relation.d.ts +10 -0
  650. package/types/src/documentRelations/models/relation.schema.d.ts +24 -0
  651. package/types/src/documents/endpoints/index.d.ts +22 -3
  652. package/types/src/documents/endpoints/list.d.ts +58 -39
  653. package/types/src/documents/index.d.ts +3 -0
  654. package/types/src/documents/mocks/document.d.ts +8 -0
  655. package/types/src/documents/mocks/index.d.ts +1 -0
  656. package/types/src/documents/models/index.d.ts +2 -0
  657. package/types/src/email/endpoints/get.d.ts +3 -3
  658. package/types/src/email/endpoints/index.d.ts +33 -4
  659. package/types/src/email/endpoints/list.d.ts +108 -79
  660. package/types/src/email/index.d.ts +3 -0
  661. package/types/src/email/mocks/email.d.ts +9 -0
  662. package/types/src/email/mocks/index.d.ts +1 -0
  663. package/types/src/email/models/email.d.ts +39 -0
  664. package/types/src/email/models/index.d.ts +2 -0
  665. package/types/src/emailTemplates/endpoints/index.d.ts +20 -7
  666. package/types/src/emailTemplates/endpoints/list.d.ts +84 -70
  667. package/types/src/emailTemplates/endpoints/list.schema.d.ts +3 -3
  668. package/types/src/emailTemplates/index.d.ts +3 -0
  669. package/types/src/emailTemplates/mocks/emailTemplate.d.ts +54 -0
  670. package/types/src/emailTemplates/mocks/index.d.ts +1 -0
  671. package/types/src/emailTemplates/models/index.d.ts +1 -0
  672. package/types/src/emailTemplatesStats/endpoints/index.d.ts +14 -3
  673. package/types/src/emailTemplatesStats/endpoints/list.d.ts +32 -20
  674. package/types/src/emailTemplatesStats/index.d.ts +2 -0
  675. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +6 -0
  676. package/types/src/emailTemplatesStats/models/index.d.ts +1 -0
  677. package/types/src/emailThreads/endpoints/index.d.ts +23 -2
  678. package/types/src/emailThreads/endpoints/list.d.ts +74 -52
  679. package/types/src/emailThreads/index.d.ts +3 -0
  680. package/types/src/emailThreads/mocks/emailThread.d.ts +8 -0
  681. package/types/src/emailThreads/mocks/index.d.ts +1 -0
  682. package/types/src/emailThreads/models/emailThreads.d.ts +32 -0
  683. package/types/src/emailThreads/models/index.d.ts +2 -0
  684. package/types/src/engineFields/endpoints/index.d.ts +20 -6
  685. package/types/src/engineFields/endpoints/list.d.ts +46 -31
  686. package/types/src/engineFields/endpoints/listPreTrainedFields.d.ts +4 -4
  687. package/types/src/engineFields/index.d.ts +2 -0
  688. package/types/src/engineFields/models/index.d.ts +3 -0
  689. package/types/src/engineFields/models/preTrainedField.d.ts +11 -0
  690. package/types/src/engineFields/models/preTrainedField.schema.d.ts +2 -2
  691. package/types/src/engines/endpoints/index.d.ts +220 -20
  692. package/types/src/engines/endpoints/list.d.ts +40 -27
  693. package/types/src/engines/endpoints/queueStats.d.ts +328 -139
  694. package/types/src/engines/endpoints/queueStats.schema.d.ts +193 -15
  695. package/types/src/engines/index.d.ts +2 -0
  696. package/types/src/engines/models/engineQueueStatsItem.d.ts +7 -0
  697. package/types/src/engines/models/index.d.ts +1 -0
  698. package/types/src/genericEngines/endpoints/index.d.ts +21 -3
  699. package/types/src/genericEngines/endpoints/list.d.ts +49 -30
  700. package/types/src/genericEngines/index.d.ts +2 -0
  701. package/types/src/genericEngines/models/genericEngine.d.ts +9 -0
  702. package/types/src/genericEngines/models/index.d.ts +1 -0
  703. package/types/src/groups/endpoints/index.d.ts +10 -0
  704. package/types/src/groups/endpoints/list.d.ts +24 -13
  705. package/types/src/groups/endpoints/list.schema.d.ts +11 -0
  706. package/types/src/groups/index.d.ts +2 -0
  707. package/types/src/groups/models/group.d.ts +7 -0
  708. package/types/src/groups/models/index.d.ts +1 -0
  709. package/types/src/hookInterfaces/endpoints/index.d.ts +16 -2
  710. package/types/src/hookInterfaces/endpoints/list.d.ts +45 -30
  711. package/types/src/hookInterfaces/index.d.ts +2 -0
  712. package/types/src/hookTemplates/endpoints/get.d.ts +14 -14
  713. package/types/src/hookTemplates/endpoints/index.d.ts +49 -38
  714. package/types/src/hookTemplates/endpoints/list.d.ts +181 -169
  715. package/types/src/hookTemplates/index.d.ts +2 -0
  716. package/types/src/hookTemplates/models/hookTemplate.d.ts +45 -0
  717. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +14 -14
  718. package/types/src/hookTemplates/models/index.d.ts +2 -0
  719. package/types/src/hooks/endpoints/create.d.ts +19 -19
  720. package/types/src/hooks/endpoints/create.schema.d.ts +10 -10
  721. package/types/src/hooks/endpoints/createFromTemplate.d.ts +18 -18
  722. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +3 -3
  723. package/types/src/hooks/endpoints/duplicate.d.ts +502 -0
  724. package/types/src/hooks/endpoints/duplicate.schema.d.ts +17 -0
  725. package/types/src/hooks/endpoints/get.d.ts +14 -14
  726. package/types/src/hooks/endpoints/index.d.ts +853 -241
  727. package/types/src/hooks/endpoints/list.d.ts +190 -167
  728. package/types/src/hooks/endpoints/list.schema.d.ts +6 -3
  729. package/types/src/hooks/endpoints/patch.d.ts +28 -28
  730. package/types/src/hooks/endpoints/patch.schema.d.ts +14 -14
  731. package/types/src/hooks/endpoints/runLogs.d.ts +24 -13
  732. package/types/src/hooks/endpoints/runs.d.ts +322 -233
  733. package/types/src/hooks/endpoints/runs.schema.d.ts +18 -502
  734. package/types/src/hooks/endpoints/test.d.ts +13 -13
  735. package/types/src/hooks/endpoints/test.schema.d.ts +11 -11
  736. package/types/src/hooks/index.d.ts +2 -0
  737. package/types/src/hooks/models/event.d.ts +6 -0
  738. package/types/src/hooks/models/event.schema.d.ts +2 -0
  739. package/types/src/hooks/models/hook.d.ts +2 -1
  740. package/types/src/hooks/models/hook.schema.d.ts +31 -31
  741. package/types/src/hooks/models/hookConfig.d.ts +1 -1
  742. package/types/src/hooks/models/hookConfig.schema.d.ts +3 -3
  743. package/types/src/hooks/models/hookUtils.d.ts +1 -2
  744. package/types/src/hooks/models/hookUtils.schema.d.ts +2 -3
  745. package/types/src/hooks/models/index.d.ts +9 -0
  746. package/types/src/hooks/models/run.d.ts +5 -4
  747. package/types/src/hooks/models/run.schema.d.ts +80 -65
  748. package/types/src/hooks/models/values.d.ts +6 -0
  749. package/types/src/inboxes/endpoints/index.d.ts +12 -3
  750. package/types/src/inboxes/endpoints/list.d.ts +49 -39
  751. package/types/src/inboxes/index.d.ts +3 -0
  752. package/types/src/inboxes/mocks/inbox.d.ts +4 -0
  753. package/types/src/inboxes/mocks/index.d.ts +1 -0
  754. package/types/src/inboxes/models/index.d.ts +1 -0
  755. package/types/src/internal/endpoints/computedFieldSummary.d.ts +7871 -0
  756. package/types/src/internal/endpoints/computedFieldSummary.schema.d.ts +7889 -0
  757. package/types/src/internal/endpoints/getMetabaseJWT.d.ts +11 -0
  758. package/types/src/internal/endpoints/getMetabaseJWT.schema.d.ts +8 -0
  759. package/types/src/internal/endpoints/index.d.ts +6554 -19747
  760. package/types/src/internal/endpoints/reportSummary.d.ts +17 -0
  761. package/types/src/internal/endpoints/reportSummary.schema.d.ts +20 -0
  762. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +358 -7697
  763. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +351 -7691
  764. package/types/src/internal/endpoints/rules/suggestRule.d.ts +14 -7608
  765. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +15 -7619
  766. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +24 -7623
  767. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +20 -7619
  768. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +24 -7623
  769. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +20 -7619
  770. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +881 -212
  771. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +877 -208
  772. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +364 -176
  773. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +364 -176
  774. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +370 -182
  775. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +369 -181
  776. package/types/src/internal/endpoints/schemas/suggestComputedField.d.ts +7839 -0
  777. package/types/src/internal/endpoints/schemas/suggestComputedField.schema.d.ts +7836 -0
  778. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +364 -176
  779. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +364 -176
  780. package/types/src/internal/endpoints/suggestReport.d.ts +16 -0
  781. package/types/src/internal/endpoints/suggestReport.schema.d.ts +27 -0
  782. package/types/src/internal/index.d.ts +1 -0
  783. package/types/src/labels/endpoints/index.d.ts +14 -4
  784. package/types/src/labels/endpoints/list.d.ts +31 -20
  785. package/types/src/labels/index.d.ts +2 -0
  786. package/types/src/labels/models/index.d.ts +2 -0
  787. package/types/src/memberships/index.d.ts +2 -0
  788. package/types/src/memberships/models/index.d.ts +1 -0
  789. package/types/src/memberships/models/membership.d.ts +9 -0
  790. package/types/src/organization/endpoints/create.d.ts +11 -11
  791. package/types/src/organization/endpoints/create.schema.d.ts +11 -11
  792. package/types/src/organization/endpoints/get.d.ts +9 -9
  793. package/types/src/organization/endpoints/index.d.ts +66 -55
  794. package/types/src/organization/endpoints/list.d.ts +72 -60
  795. package/types/src/organization/endpoints/patch.d.ts +18 -18
  796. package/types/src/organization/endpoints/patch.schema.d.ts +182 -0
  797. package/types/src/organization/index.d.ts +3 -0
  798. package/types/src/organization/mocks/index.d.ts +1 -0
  799. package/types/src/organization/mocks/organization.d.ts +4 -0
  800. package/types/src/organization/models/emailLimits.d.ts +10 -0
  801. package/types/src/organization/models/index.d.ts +6 -0
  802. package/types/src/organization/models/limits.d.ts +4 -0
  803. package/types/src/organization/models/organization.schema.d.ts +9 -9
  804. package/types/src/organizationGroups/endpoints/index.d.ts +36 -15
  805. package/types/src/organizationGroups/endpoints/organizations.d.ts +28 -20
  806. package/types/src/organizationGroups/endpoints/queues.d.ts +33 -25
  807. package/types/src/organizationGroups/endpoints/workspaces.d.ts +32 -24
  808. package/types/src/organizationGroups/index.d.ts +2 -0
  809. package/types/src/organizationGroups/models/index.d.ts +6 -0
  810. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +6 -0
  811. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +8 -0
  812. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +7 -0
  813. package/types/src/pages/endpoints/index.d.ts +35 -12
  814. package/types/src/pages/endpoints/list.d.ts +64 -37
  815. package/types/src/pages/endpoints/list.schema.d.ts +18 -9
  816. package/types/src/pages/index.d.ts +2 -0
  817. package/types/src/pages/models/index.d.ts +1 -0
  818. package/types/src/pages/models/page.d.ts +14 -0
  819. package/types/src/queues/endpoints/automation.d.ts +12 -12
  820. package/types/src/queues/endpoints/automation.schema.d.ts +10 -10
  821. package/types/src/queues/endpoints/automationSetupCurrentStats.d.ts +133 -0
  822. package/types/src/queues/endpoints/automationSetupProjections.d.ts +424 -0
  823. package/types/src/queues/endpoints/create.d.ts +149 -11
  824. package/types/src/queues/endpoints/createFromTemplate.d.ts +149 -11
  825. package/types/src/queues/endpoints/duplicate.d.ts +153 -11
  826. package/types/src/queues/endpoints/duplicate.schema.d.ts +3 -0
  827. package/types/src/queues/endpoints/get.d.ts +149 -11
  828. package/types/src/queues/endpoints/getAutomationTargets.d.ts +77 -0
  829. package/types/src/queues/endpoints/index.d.ts +1787 -94
  830. package/types/src/queues/endpoints/list.d.ts +204 -21
  831. package/types/src/queues/endpoints/list.schema.d.ts +15 -9
  832. package/types/src/queues/endpoints/patch.d.ts +296 -20
  833. package/types/src/queues/endpoints/patch.schema.d.ts +147 -9
  834. package/types/src/queues/endpoints/saveAutomationTarget.d.ts +50 -0
  835. package/types/src/queues/index.d.ts +3 -0
  836. package/types/src/queues/mocks/automation.d.ts +10 -0
  837. package/types/src/queues/mocks/index.d.ts +2 -0
  838. package/types/src/queues/mocks/queue.d.ts +4 -0
  839. package/types/src/queues/models/automationBlocker.schema.d.ts +2 -2
  840. package/types/src/queues/models/automationResponseAutomationBlocker.d.ts +17 -0
  841. package/types/src/queues/models/automationResponseAutomationBlocker.schema.d.ts +53 -0
  842. package/types/src/queues/models/automationSetup.d.ts +56 -0
  843. package/types/src/queues/models/automationSetup.schema.d.ts +839 -0
  844. package/types/src/queues/models/index.d.ts +14 -0
  845. package/types/src/queues/models/queue.schema.d.ts +149 -11
  846. package/types/src/queues/models/queueSettings.d.ts +34 -2
  847. package/types/src/queues/models/queueSettings.schema.d.ts +210 -12
  848. package/types/src/queues/models/relatedObjectsCounts.d.ts +5 -0
  849. package/types/src/queues/models/vendorEmailNotificationsSettings.d.ts +9 -0
  850. package/types/src/queues/models/vendorEmailNotificationsSettings.schema.d.ts +211 -0
  851. package/types/src/relations/endpoints/index.d.ts +16 -3
  852. package/types/src/relations/endpoints/list.d.ts +62 -48
  853. package/types/src/relations/index.d.ts +2 -0
  854. package/types/src/relations/models/index.d.ts +2 -0
  855. package/types/src/rules/endpoints/create.d.ts +50 -80
  856. package/types/src/rules/endpoints/create.schema.d.ts +36 -53
  857. package/types/src/rules/endpoints/get.d.ts +11 -24
  858. package/types/src/rules/endpoints/index.d.ts +130 -192
  859. package/types/src/rules/endpoints/list.d.ts +82 -73
  860. package/types/src/rules/endpoints/list.schema.d.ts +12 -3
  861. package/types/src/rules/endpoints/patch.d.ts +25 -51
  862. package/types/src/rules/endpoints/patch.schema.d.ts +11 -24
  863. package/types/src/rules/index.d.ts +1 -0
  864. package/types/src/rules/models/{schemaRule.d.ts → queueRule.d.ts} +8 -11
  865. package/types/src/rules/models/{schemaRule.schema.d.ts → queueRule.schema.d.ts} +20 -39
  866. package/types/src/rulesExecutionLogs/endpoints/get.d.ts +77 -0
  867. package/types/src/rulesExecutionLogs/endpoints/index.d.ts +288 -0
  868. package/types/src/rulesExecutionLogs/endpoints/list.d.ts +224 -0
  869. package/types/src/rulesExecutionLogs/endpoints/list.schema.d.ts +38 -0
  870. package/types/src/rulesExecutionLogs/index.d.ts +2 -0
  871. package/types/src/rulesExecutionLogs/models/index.d.ts +1 -0
  872. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.d.ts +23 -0
  873. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.schema.d.ts +94 -0
  874. package/types/src/schemaFields/index.d.ts +2 -0
  875. package/types/src/schemaFields/models/index.d.ts +2 -0
  876. package/types/src/schemas/endpoints/create.d.ts +370 -176
  877. package/types/src/schemas/endpoints/get.d.ts +412 -176
  878. package/types/src/schemas/endpoints/index.d.ts +6 -3
  879. package/types/src/schemas/endpoints/list.d.ts +1325 -1076
  880. package/types/src/schemas/endpoints/patch.d.ts +803 -352
  881. package/types/src/schemas/endpoints/patch.schema.d.ts +398 -176
  882. package/types/src/schemas/endpoints/validate.d.ts +814 -368
  883. package/types/src/schemas/index.d.ts +3 -0
  884. package/types/src/schemas/mocks/index.d.ts +2 -0
  885. package/types/src/schemas/mocks/schema.d.ts +4 -0
  886. package/types/src/schemas/mocks/schemaItem.d.ts +37 -0
  887. package/types/src/schemas/models/index.d.ts +32 -0
  888. package/types/src/schemas/models/list.d.ts +18 -0
  889. package/types/src/schemas/models/list.schema.d.ts +66 -0
  890. package/types/src/schemas/models/rawSchema.d.ts +11 -0
  891. package/types/src/schemas/models/rawSchema.schema.d.ts +29 -0
  892. package/types/src/schemas/models/schema.d.ts +2 -0
  893. package/types/src/schemas/models/schema.schema.d.ts +370 -176
  894. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +37 -20
  895. package/types/src/schemas/models/schemaDatapointBase.d.ts +2 -1
  896. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +12 -9
  897. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +8 -5
  898. package/types/src/schemas/models/schemaDatapointEnum.d.ts +1 -0
  899. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +19 -5
  900. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +8 -5
  901. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +8 -5
  902. package/types/src/schemas/models/schemaItem.schema.d.ts +220 -112
  903. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +128 -64
  904. package/types/src/schemas/models/schemaSection.schema.d.ts +292 -144
  905. package/types/src/schemas/models/schemaTuple.schema.d.ts +55 -28
  906. package/types/src/shared/index.d.ts +1 -0
  907. package/types/src/shared/models/annotationListTable.d.ts +12 -2
  908. package/types/src/shared/models/annotationListTable.schema.d.ts +99 -15
  909. package/types/src/shared/models/index.d.ts +6 -0
  910. package/types/src/shared/models/message.d.ts +7 -3
  911. package/types/src/shared/models/message.schema.d.ts +35 -15
  912. package/types/src/suggestedEdit/endpoints/get.d.ts +17 -0
  913. package/types/src/suggestedEdit/endpoints/index.d.ts +17 -0
  914. package/types/src/suggestedEdit/index.d.ts +2 -0
  915. package/types/src/suggestedEdit/models/index.d.ts +4 -0
  916. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +12 -0
  917. package/types/src/suggestedEdit/models/suggestedDocument.schema.d.ts +11 -0
  918. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +8 -0
  919. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +17 -0
  920. package/types/src/surveys/endpoints/get.schema.d.ts +8 -0
  921. package/types/src/surveys/endpoints/index.d.ts +14 -3
  922. package/types/src/surveys/endpoints/list.d.ts +41 -29
  923. package/types/src/surveys/index.d.ts +2 -0
  924. package/types/src/surveys/models/index.d.ts +4 -0
  925. package/types/src/surveys/models/question.d.ts +6 -0
  926. package/types/src/surveys/models/question.schema.d.ts +15 -0
  927. package/types/src/surveys/models/survey.d.ts +13 -0
  928. package/types/src/surveys/models/surveyTemplate.d.ts +6 -0
  929. package/types/src/surveys/models/surveyTemplate.schema.d.ts +34 -0
  930. package/types/src/tasks/index.d.ts +3 -0
  931. package/types/src/tasks/mocks/asyncTask.d.ts +17 -0
  932. package/types/src/tasks/mocks/index.d.ts +1 -0
  933. package/types/src/tasks/models/asyncTask.d.ts +17 -0
  934. package/types/src/tasks/models/asyncTaskResult.d.ts +8 -0
  935. package/types/src/tasks/models/asyncTaskResult.schema.d.ts +20 -0
  936. package/types/src/tasks/models/index.d.ts +4 -0
  937. package/types/src/triggers/endpoints/create.d.ts +2 -2
  938. package/types/src/triggers/endpoints/get.d.ts +2 -2
  939. package/types/src/triggers/endpoints/index.d.ts +25 -18
  940. package/types/src/triggers/endpoints/list.d.ts +40 -32
  941. package/types/src/triggers/endpoints/patch.d.ts +2 -2
  942. package/types/src/triggers/index.d.ts +2 -0
  943. package/types/src/triggers/models/index.d.ts +1 -0
  944. package/types/src/triggers/models/trigger.schema.d.ts +2 -2
  945. package/types/src/uploads/index.d.ts +2 -0
  946. package/types/src/uploads/models/index.d.ts +2 -0
  947. package/types/src/uploads/models/upload.d.ts +13 -0
  948. package/types/src/users/endpoints/index.d.ts +33 -6
  949. package/types/src/users/endpoints/list.d.ts +79 -51
  950. package/types/src/users/endpoints/list.schema.d.ts +6 -3
  951. package/types/src/users/index.d.ts +3 -0
  952. package/types/src/users/mocks/index.d.ts +1 -0
  953. package/types/src/users/mocks/user.d.ts +4 -0
  954. package/types/src/users/models/resetPassword.d.ts +3 -0
  955. package/types/src/utils/index.d.ts +20 -0
  956. package/types/src/utils/mockUtils.d.ts +15 -0
  957. package/types/src/utils.schema.d.ts +1 -0
  958. package/types/src/workflowActivities/endpoints/get.d.ts +2 -2
  959. package/types/src/workflowActivities/endpoints/index.d.ts +20 -9
  960. package/types/src/workflowActivities/endpoints/list.d.ts +46 -34
  961. package/types/src/workflowActivities/index.d.ts +2 -0
  962. package/types/src/workflowActivities/models/index.d.ts +1 -0
  963. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +2 -2
  964. package/types/src/workflowRuns/endpoints/index.d.ts +15 -3
  965. package/types/src/workflowRuns/endpoints/list.d.ts +38 -25
  966. package/types/src/workflowRuns/index.d.ts +2 -0
  967. package/types/src/workflowRuns/models/index.d.ts +2 -0
  968. package/types/src/workflowSteps/endpoints/index.d.ts +15 -3
  969. package/types/src/workflowSteps/endpoints/list.d.ts +40 -27
  970. package/types/src/workflowSteps/index.d.ts +2 -0
  971. package/types/src/workflowSteps/models/index.d.ts +1 -0
  972. package/types/src/workflows/endpoints/index.d.ts +13 -2
  973. package/types/src/workflows/endpoints/list.d.ts +36 -24
  974. package/types/src/workflows/index.d.ts +2 -0
  975. package/types/src/workflows/models/index.d.ts +1 -0
  976. package/types/src/workspaces/endpoints/index.d.ts +16 -2
  977. package/types/src/workspaces/endpoints/list.d.ts +43 -28
  978. package/types/src/workspaces/index.d.ts +2 -0
  979. package/types/src/workspaces/models/index.d.ts +1 -0
  980. package/src/queues/models/automationBlocker.js.map +0 -1
  981. package/src/rule-templates/endpoints/create.js +0 -16
  982. package/src/rule-templates/endpoints/create.js.map +0 -1
  983. package/src/rule-templates/endpoints/create.schema.js +0 -6
  984. package/src/rule-templates/endpoints/create.schema.js.map +0 -1
  985. package/src/rule-templates/endpoints/delete.js +0 -13
  986. package/src/rule-templates/endpoints/delete.js.map +0 -1
  987. package/src/rule-templates/endpoints/get.js +0 -13
  988. package/src/rule-templates/endpoints/get.js.map +0 -1
  989. package/src/rule-templates/endpoints/index.js +0 -16
  990. package/src/rule-templates/endpoints/index.js.map +0 -1
  991. package/src/rule-templates/endpoints/list.js +0 -17
  992. package/src/rule-templates/endpoints/list.js.map +0 -1
  993. package/src/rule-templates/endpoints/list.schema.js +0 -6
  994. package/src/rule-templates/endpoints/list.schema.js.map +0 -1
  995. package/src/rule-templates/endpoints/patch.js +0 -16
  996. package/src/rule-templates/endpoints/patch.js.map +0 -1
  997. package/src/rule-templates/endpoints/patch.schema.js +0 -6
  998. package/src/rule-templates/endpoints/patch.schema.js.map +0 -1
  999. package/src/rule-templates/models/ruleTemplate.js.map +0 -1
  1000. package/src/rule-templates/models/ruleTemplate.schema.js +0 -17
  1001. package/src/rule-templates/models/ruleTemplate.schema.js.map +0 -1
  1002. package/src/rules/models/schemaRule.js.map +0 -1
  1003. package/src/rules/models/schemaRule.schema.js.map +0 -1
  1004. package/types/src/queues/models/automationBlocker.d.ts +0 -17
  1005. package/types/src/rule-templates/endpoints/create.d.ts +0 -153
  1006. package/types/src/rule-templates/endpoints/create.schema.d.ts +0 -74
  1007. package/types/src/rule-templates/endpoints/delete.d.ts +0 -7
  1008. package/types/src/rule-templates/endpoints/get.d.ts +0 -78
  1009. package/types/src/rule-templates/endpoints/index.d.ts +0 -544
  1010. package/types/src/rule-templates/endpoints/list.d.ts +0 -160
  1011. package/types/src/rule-templates/endpoints/list.schema.d.ts +0 -11
  1012. package/types/src/rule-templates/endpoints/patch.d.ts +0 -154
  1013. package/types/src/rule-templates/endpoints/patch.schema.d.ts +0 -74
  1014. package/types/src/rule-templates/models/ruleTemplate.d.ts +0 -12
  1015. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +0 -74
  1016. /package/src/{queues → automationBlockers}/models/automationBlocker.js +0 -0
@@ -59,25 +59,37 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
59
59
  content: import("zod").ZodString;
60
60
  id: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"all">, import("zod").ZodString, import("zod").ZodNumber]>>>;
61
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;
62
+ hookId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
63
+ hookName: import("zod").ZodOptional<import("zod").ZodString>;
64
+ requestId: import("zod").ZodOptional<import("zod").ZodString>;
65
65
  isException: import("zod").ZodOptional<import("zod").ZodBoolean>;
66
66
  tracebackLineNumber: import("zod").ZodOptional<import("zod").ZodNumber>;
67
+ ruleId: import("zod").ZodOptional<import("zod").ZodNumber>;
68
+ ruleName: import("zod").ZodOptional<import("zod").ZodString>;
69
+ sourceId: import("zod").ZodOptional<import("zod").ZodNumber>;
70
+ sourceSchemaId: import("zod").ZodOptional<import("zod").ZodString>;
67
71
  timestamp: import("zod").ZodOptional<import("zod").ZodString>;
68
72
  }, "strip", import("zod").ZodTypeAny, {
69
- hookId: number | null;
70
- hookName: string;
71
- requestId: string;
73
+ hookId?: number | null | undefined;
74
+ hookName?: string | undefined;
75
+ requestId?: string | undefined;
72
76
  isException?: boolean | undefined;
73
77
  tracebackLineNumber?: number | undefined;
78
+ ruleId?: number | undefined;
79
+ ruleName?: string | undefined;
80
+ sourceId?: number | undefined;
81
+ sourceSchemaId?: string | undefined;
74
82
  timestamp?: string | undefined;
75
83
  }, {
76
- hookId: number | null;
77
- hookName: string;
78
- requestId: string;
84
+ hookId?: number | null | undefined;
85
+ hookName?: string | undefined;
86
+ requestId?: string | undefined;
79
87
  isException?: boolean | undefined;
80
88
  tracebackLineNumber?: number | undefined;
89
+ ruleId?: number | undefined;
90
+ ruleName?: string | undefined;
91
+ sourceId?: number | undefined;
92
+ sourceSchemaId?: string | undefined;
81
93
  timestamp?: string | undefined;
82
94
  }>>>;
83
95
  }, "strip", import("zod").ZodTypeAny, {
@@ -85,11 +97,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
85
97
  content: string;
86
98
  id?: string | number | null | undefined;
87
99
  detail?: {
88
- hookId: number | null;
89
- hookName: string;
90
- requestId: string;
100
+ hookId?: number | null | undefined;
101
+ hookName?: string | undefined;
102
+ requestId?: string | undefined;
91
103
  isException?: boolean | undefined;
92
104
  tracebackLineNumber?: number | undefined;
105
+ ruleId?: number | undefined;
106
+ ruleName?: string | undefined;
107
+ sourceId?: number | undefined;
108
+ sourceSchemaId?: string | undefined;
93
109
  timestamp?: string | undefined;
94
110
  } | null | undefined;
95
111
  }, {
@@ -97,11 +113,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
97
113
  content: string;
98
114
  id?: string | number | null | undefined;
99
115
  detail?: {
100
- hookId: number | null;
101
- hookName: string;
102
- requestId: string;
116
+ hookId?: number | null | undefined;
117
+ hookName?: string | undefined;
118
+ requestId?: string | undefined;
103
119
  isException?: boolean | undefined;
104
120
  tracebackLineNumber?: number | undefined;
121
+ ruleId?: number | undefined;
122
+ ruleName?: string | undefined;
123
+ sourceId?: number | undefined;
124
+ sourceSchemaId?: string | undefined;
105
125
  timestamp?: string | undefined;
106
126
  } | null | undefined;
107
127
  }>, "many">>;
@@ -133,6 +153,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
133
153
  assignees: import("zod").ZodArray<import("zod").ZodString, "many">;
134
154
  labels: import("zod").ZodArray<import("zod").ZodString, "many">;
135
155
  restrictedAccess: import("zod").ZodBoolean;
156
+ trainingEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
136
157
  }, "strip", import("zod").ZodTypeAny, {
137
158
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
138
159
  assignees: string[];
@@ -164,11 +185,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
164
185
  content: string;
165
186
  id?: string | number | null | undefined;
166
187
  detail?: {
167
- hookId: number | null;
168
- hookName: string;
169
- requestId: string;
188
+ hookId?: number | null | undefined;
189
+ hookName?: string | undefined;
190
+ requestId?: string | undefined;
170
191
  isException?: boolean | undefined;
171
192
  tracebackLineNumber?: number | undefined;
193
+ ruleId?: number | undefined;
194
+ ruleName?: string | undefined;
195
+ sourceId?: number | undefined;
196
+ sourceSchemaId?: string | undefined;
172
197
  timestamp?: string | undefined;
173
198
  } | null | undefined;
174
199
  }[] | null;
@@ -191,6 +216,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
191
216
  restrictedAccess: boolean;
192
217
  hasEmailThreadWithReplies?: boolean | undefined;
193
218
  hasEmailThreadWithNewReplies?: boolean | undefined;
219
+ trainingEnabled?: boolean | undefined;
194
220
  }, {
195
221
  status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
196
222
  assignees: string[];
@@ -222,11 +248,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
222
248
  content: string;
223
249
  id?: string | number | null | undefined;
224
250
  detail?: {
225
- hookId: number | null;
226
- hookName: string;
227
- requestId: string;
251
+ hookId?: number | null | undefined;
252
+ hookName?: string | undefined;
253
+ requestId?: string | undefined;
228
254
  isException?: boolean | undefined;
229
255
  tracebackLineNumber?: number | undefined;
256
+ ruleId?: number | undefined;
257
+ ruleName?: string | undefined;
258
+ sourceId?: number | undefined;
259
+ sourceSchemaId?: string | undefined;
230
260
  timestamp?: string | undefined;
231
261
  } | null | undefined;
232
262
  }[] | null;
@@ -249,6 +279,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
249
279
  restrictedAccess: boolean;
250
280
  hasEmailThreadWithReplies?: boolean | undefined;
251
281
  hasEmailThreadWithNewReplies?: boolean | undefined;
282
+ trainingEnabled?: boolean | undefined;
252
283
  }>, "many">;
253
284
  }, "strip", import("zod").ZodTypeAny, {
254
285
  results: {
@@ -282,11 +313,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
282
313
  content: string;
283
314
  id?: string | number | null | undefined;
284
315
  detail?: {
285
- hookId: number | null;
286
- hookName: string;
287
- requestId: string;
316
+ hookId?: number | null | undefined;
317
+ hookName?: string | undefined;
318
+ requestId?: string | undefined;
288
319
  isException?: boolean | undefined;
289
320
  tracebackLineNumber?: number | undefined;
321
+ ruleId?: number | undefined;
322
+ ruleName?: string | undefined;
323
+ sourceId?: number | undefined;
324
+ sourceSchemaId?: string | undefined;
290
325
  timestamp?: string | undefined;
291
326
  } | null | undefined;
292
327
  }[] | null;
@@ -309,6 +344,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
309
344
  restrictedAccess: boolean;
310
345
  hasEmailThreadWithReplies?: boolean | undefined;
311
346
  hasEmailThreadWithNewReplies?: boolean | undefined;
347
+ trainingEnabled?: boolean | undefined;
312
348
  }[];
313
349
  pagination: {
314
350
  next: string | null;
@@ -348,11 +384,15 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
348
384
  content: string;
349
385
  id?: string | number | null | undefined;
350
386
  detail?: {
351
- hookId: number | null;
352
- hookName: string;
353
- requestId: string;
387
+ hookId?: number | null | undefined;
388
+ hookName?: string | undefined;
389
+ requestId?: string | undefined;
354
390
  isException?: boolean | undefined;
355
391
  tracebackLineNumber?: number | undefined;
392
+ ruleId?: number | undefined;
393
+ ruleName?: string | undefined;
394
+ sourceId?: number | undefined;
395
+ sourceSchemaId?: string | undefined;
356
396
  timestamp?: string | undefined;
357
397
  } | null | undefined;
358
398
  }[] | null;
@@ -375,6 +415,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
375
415
  restrictedAccess: boolean;
376
416
  hasEmailThreadWithReplies?: boolean | undefined;
377
417
  hasEmailThreadWithNewReplies?: boolean | undefined;
418
+ trainingEnabled?: boolean | undefined;
378
419
  }[];
379
420
  pagination: {
380
421
  next: string | null;
@@ -552,6 +593,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
552
593
  rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
553
594
  connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
554
595
  connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
596
+ struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
555
597
  }, "strip", import("zod").ZodTypeAny, {
556
598
  value?: string | null | undefined;
557
599
  normalizedValue?: string | null | undefined;
@@ -567,6 +609,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
567
609
  rirConfidence?: number | null | undefined;
568
610
  connectorPosition?: number[] | null | undefined;
569
611
  connectorText?: string | null | undefined;
612
+ struct?: unknown;
570
613
  }, {
571
614
  value?: string | null | undefined;
572
615
  normalizedValue?: string | null | undefined;
@@ -582,6 +625,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
582
625
  rirConfidence?: number | null | undefined;
583
626
  connectorPosition?: number[] | null | undefined;
584
627
  connectorText?: string | null | undefined;
628
+ struct?: unknown;
585
629
  }>>>;
586
630
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
587
631
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -589,6 +633,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
589
633
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
590
634
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
591
635
  noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
636
+ options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
637
+ label: import("zod").ZodString;
638
+ value: import("zod").ZodString;
639
+ }, "strip", import("zod").ZodTypeAny, {
640
+ value: string;
641
+ label: string;
642
+ }, {
643
+ value: string;
644
+ label: string;
645
+ }>, "many">>;
592
646
  }, "strip", import("zod").ZodTypeAny, {
593
647
  url: string | null;
594
648
  id: number | null;
@@ -609,11 +663,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
609
663
  rirConfidence?: number | null | undefined;
610
664
  connectorPosition?: number[] | null | undefined;
611
665
  connectorText?: string | null | undefined;
666
+ struct?: unknown;
612
667
  } | null | undefined;
613
668
  validationSources?: string[] | null | undefined;
614
669
  timeSpent?: number | null | undefined;
615
670
  timeSpentOverall?: number | null | undefined;
616
671
  noRecalculation?: boolean | undefined;
672
+ options?: {
673
+ value: string;
674
+ label: string;
675
+ }[] | undefined;
617
676
  }, {
618
677
  url: string | null;
619
678
  id: number | null;
@@ -634,11 +693,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
634
693
  rirConfidence?: number | null | undefined;
635
694
  connectorPosition?: number[] | null | undefined;
636
695
  connectorText?: string | null | undefined;
696
+ struct?: unknown;
637
697
  } | null | undefined;
638
698
  validationSources?: string[] | null | undefined;
639
699
  timeSpent?: number | null | undefined;
640
700
  timeSpentOverall?: number | null | undefined;
641
701
  noRecalculation?: boolean | undefined;
702
+ options?: {
703
+ value: string;
704
+ label: string;
705
+ }[] | undefined;
642
706
  }>, import("zod").ZodObject<{
643
707
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
644
708
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -657,6 +721,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
657
721
  rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
658
722
  connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
659
723
  connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
724
+ struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
660
725
  }, "strip", import("zod").ZodTypeAny, {
661
726
  value?: string | null | undefined;
662
727
  normalizedValue?: string | null | undefined;
@@ -672,6 +737,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
672
737
  rirConfidence?: number | null | undefined;
673
738
  connectorPosition?: number[] | null | undefined;
674
739
  connectorText?: string | null | undefined;
740
+ struct?: unknown;
675
741
  }, {
676
742
  value?: string | null | undefined;
677
743
  normalizedValue?: string | null | undefined;
@@ -687,6 +753,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
687
753
  rirConfidence?: number | null | undefined;
688
754
  connectorPosition?: number[] | null | undefined;
689
755
  connectorText?: string | null | undefined;
756
+ struct?: unknown;
690
757
  }>>>;
691
758
  children: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodArray<import("zod").ZodObject<{
692
759
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
@@ -706,6 +773,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
706
773
  rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
707
774
  connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
708
775
  connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
776
+ struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
709
777
  }, "strip", import("zod").ZodTypeAny, {
710
778
  value?: string | null | undefined;
711
779
  normalizedValue?: string | null | undefined;
@@ -721,6 +789,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
721
789
  rirConfidence?: number | null | undefined;
722
790
  connectorPosition?: number[] | null | undefined;
723
791
  connectorText?: string | null | undefined;
792
+ struct?: unknown;
724
793
  }, {
725
794
  value?: string | null | undefined;
726
795
  normalizedValue?: string | null | undefined;
@@ -736,6 +805,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
736
805
  rirConfidence?: number | null | undefined;
737
806
  connectorPosition?: number[] | null | undefined;
738
807
  connectorText?: string | null | undefined;
808
+ struct?: unknown;
739
809
  }>>>;
740
810
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
741
811
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -743,6 +813,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
743
813
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
744
814
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
745
815
  noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
816
+ options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
817
+ label: import("zod").ZodString;
818
+ value: import("zod").ZodString;
819
+ }, "strip", import("zod").ZodTypeAny, {
820
+ value: string;
821
+ label: string;
822
+ }, {
823
+ value: string;
824
+ label: string;
825
+ }>, "many">>;
746
826
  }, "strip", import("zod").ZodTypeAny, {
747
827
  url: string | null;
748
828
  id: number | null;
@@ -763,11 +843,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
763
843
  rirConfidence?: number | null | undefined;
764
844
  connectorPosition?: number[] | null | undefined;
765
845
  connectorText?: string | null | undefined;
846
+ struct?: unknown;
766
847
  } | null | undefined;
767
848
  validationSources?: string[] | null | undefined;
768
849
  timeSpent?: number | null | undefined;
769
850
  timeSpentOverall?: number | null | undefined;
770
851
  noRecalculation?: boolean | undefined;
852
+ options?: {
853
+ value: string;
854
+ label: string;
855
+ }[] | undefined;
771
856
  }, {
772
857
  url: string | null;
773
858
  id: number | null;
@@ -788,11 +873,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
788
873
  rirConfidence?: number | null | undefined;
789
874
  connectorPosition?: number[] | null | undefined;
790
875
  connectorText?: string | null | undefined;
876
+ struct?: unknown;
791
877
  } | null | undefined;
792
878
  validationSources?: string[] | null | undefined;
793
879
  timeSpent?: number | null | undefined;
794
880
  timeSpentOverall?: number | null | undefined;
795
881
  noRecalculation?: boolean | undefined;
882
+ options?: {
883
+ value: string;
884
+ label: string;
885
+ }[] | undefined;
796
886
  }>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
797
887
  id: import("zod").ZodNullable<import("zod").ZodNumber>;
798
888
  url: import("zod").ZodNullable<import("zod").ZodString>;
@@ -815,6 +905,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
815
905
  rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
816
906
  connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
817
907
  connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
908
+ struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
818
909
  }, "strip", import("zod").ZodTypeAny, {
819
910
  value?: string | null | undefined;
820
911
  normalizedValue?: string | null | undefined;
@@ -830,6 +921,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
830
921
  rirConfidence?: number | null | undefined;
831
922
  connectorPosition?: number[] | null | undefined;
832
923
  connectorText?: string | null | undefined;
924
+ struct?: unknown;
833
925
  }, {
834
926
  value?: string | null | undefined;
835
927
  normalizedValue?: string | null | undefined;
@@ -845,6 +937,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
845
937
  rirConfidence?: number | null | undefined;
846
938
  connectorPosition?: number[] | null | undefined;
847
939
  connectorText?: string | null | undefined;
940
+ struct?: unknown;
848
941
  }>>>;
849
942
  category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
850
943
  schemaId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -852,6 +945,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
852
945
  timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
853
946
  timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
854
947
  noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
948
+ options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
949
+ label: import("zod").ZodString;
950
+ value: import("zod").ZodString;
951
+ }, "strip", import("zod").ZodTypeAny, {
952
+ value: string;
953
+ label: string;
954
+ }, {
955
+ value: string;
956
+ label: string;
957
+ }>, "many">>;
855
958
  }, "strip", import("zod").ZodTypeAny, {
856
959
  url: string | null;
857
960
  id: number | null;
@@ -872,11 +975,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
872
975
  rirConfidence?: number | null | undefined;
873
976
  connectorPosition?: number[] | null | undefined;
874
977
  connectorText?: string | null | undefined;
978
+ struct?: unknown;
875
979
  } | null | undefined;
876
980
  validationSources?: string[] | null | undefined;
877
981
  timeSpent?: number | null | undefined;
878
982
  timeSpentOverall?: number | null | undefined;
879
983
  noRecalculation?: boolean | undefined;
984
+ options?: {
985
+ value: string;
986
+ label: string;
987
+ }[] | undefined;
880
988
  }, {
881
989
  url: string | null;
882
990
  id: number | null;
@@ -897,11 +1005,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
897
1005
  rirConfidence?: number | null | undefined;
898
1006
  connectorPosition?: number[] | null | undefined;
899
1007
  connectorText?: string | null | undefined;
1008
+ struct?: unknown;
900
1009
  } | null | undefined;
901
1010
  validationSources?: string[] | null | undefined;
902
1011
  timeSpent?: number | null | undefined;
903
1012
  timeSpentOverall?: number | null | undefined;
904
1013
  noRecalculation?: boolean | undefined;
1014
+ options?: {
1015
+ value: string;
1016
+ label: string;
1017
+ }[] | undefined;
905
1018
  }>>, "many">;
906
1019
  schemaId: import("zod").ZodString;
907
1020
  }, "strip", import("zod").ZodTypeAny, {
@@ -926,11 +1039,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
926
1039
  rirConfidence?: number | null | undefined;
927
1040
  connectorPosition?: number[] | null | undefined;
928
1041
  connectorText?: string | null | undefined;
1042
+ struct?: unknown;
929
1043
  } | null | undefined;
930
1044
  validationSources?: string[] | null | undefined;
931
1045
  timeSpent?: number | null | undefined;
932
1046
  timeSpentOverall?: number | null | undefined;
933
1047
  noRecalculation?: boolean | undefined;
1048
+ options?: {
1049
+ value: string;
1050
+ label: string;
1051
+ }[] | undefined;
934
1052
  } | null)[];
935
1053
  id: number | null;
936
1054
  schemaId: string;
@@ -957,11 +1075,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
957
1075
  rirConfidence?: number | null | undefined;
958
1076
  connectorPosition?: number[] | null | undefined;
959
1077
  connectorText?: string | null | undefined;
1078
+ struct?: unknown;
960
1079
  } | null | undefined;
961
1080
  validationSources?: string[] | null | undefined;
962
1081
  timeSpent?: number | null | undefined;
963
1082
  timeSpentOverall?: number | null | undefined;
964
1083
  noRecalculation?: boolean | undefined;
1084
+ options?: {
1085
+ value: string;
1086
+ label: string;
1087
+ }[] | undefined;
965
1088
  } | null)[];
966
1089
  id: number | null;
967
1090
  schemaId: string;
@@ -1082,11 +1205,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1082
1205
  rirConfidence?: number | null | undefined;
1083
1206
  connectorPosition?: number[] | null | undefined;
1084
1207
  connectorText?: string | null | undefined;
1208
+ struct?: unknown;
1085
1209
  } | null | undefined;
1086
1210
  validationSources?: string[] | null | undefined;
1087
1211
  timeSpent?: number | null | undefined;
1088
1212
  timeSpentOverall?: number | null | undefined;
1089
1213
  noRecalculation?: boolean | undefined;
1214
+ options?: {
1215
+ value: string;
1216
+ label: string;
1217
+ }[] | undefined;
1090
1218
  }[] | {
1091
1219
  url: string | null;
1092
1220
  children: ({
@@ -1109,11 +1237,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1109
1237
  rirConfidence?: number | null | undefined;
1110
1238
  connectorPosition?: number[] | null | undefined;
1111
1239
  connectorText?: string | null | undefined;
1240
+ struct?: unknown;
1112
1241
  } | null | undefined;
1113
1242
  validationSources?: string[] | null | undefined;
1114
1243
  timeSpent?: number | null | undefined;
1115
1244
  timeSpentOverall?: number | null | undefined;
1116
1245
  noRecalculation?: boolean | undefined;
1246
+ options?: {
1247
+ value: string;
1248
+ label: string;
1249
+ }[] | undefined;
1117
1250
  } | null)[];
1118
1251
  id: number | null;
1119
1252
  schemaId: string;
@@ -1138,11 +1271,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1138
1271
  rirConfidence?: number | null | undefined;
1139
1272
  connectorPosition?: number[] | null | undefined;
1140
1273
  connectorText?: string | null | undefined;
1274
+ struct?: unknown;
1141
1275
  } | null | undefined;
1142
1276
  validationSources?: string[] | null | undefined;
1143
1277
  timeSpent?: number | null | undefined;
1144
1278
  timeSpentOverall?: number | null | undefined;
1145
1279
  noRecalculation?: boolean | undefined;
1280
+ options?: {
1281
+ value: string;
1282
+ label: string;
1283
+ }[] | undefined;
1146
1284
  }[] | {
1147
1285
  url: string | null;
1148
1286
  children: ({
@@ -1165,11 +1303,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1165
1303
  rirConfidence?: number | null | undefined;
1166
1304
  connectorPosition?: number[] | null | undefined;
1167
1305
  connectorText?: string | null | undefined;
1306
+ struct?: unknown;
1168
1307
  } | null | undefined;
1169
1308
  validationSources?: string[] | null | undefined;
1170
1309
  timeSpent?: number | null | undefined;
1171
1310
  timeSpentOverall?: number | null | undefined;
1172
1311
  noRecalculation?: boolean | undefined;
1312
+ options?: {
1313
+ value: string;
1314
+ label: string;
1315
+ }[] | undefined;
1173
1316
  } | null)[];
1174
1317
  id: number | null;
1175
1318
  schemaId: string;
@@ -1193,6 +1336,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1193
1336
  rirConfidence?: number | null | undefined;
1194
1337
  connectorPosition?: number[] | null | undefined;
1195
1338
  connectorText?: string | null | undefined;
1339
+ struct?: unknown;
1196
1340
  } | null | undefined;
1197
1341
  validationSources?: string[] | null | undefined;
1198
1342
  timeSpent?: number | null | undefined;
@@ -1237,11 +1381,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1237
1381
  rirConfidence?: number | null | undefined;
1238
1382
  connectorPosition?: number[] | null | undefined;
1239
1383
  connectorText?: string | null | undefined;
1384
+ struct?: unknown;
1240
1385
  } | null | undefined;
1241
1386
  validationSources?: string[] | null | undefined;
1242
1387
  timeSpent?: number | null | undefined;
1243
1388
  timeSpentOverall?: number | null | undefined;
1244
1389
  noRecalculation?: boolean | undefined;
1390
+ options?: {
1391
+ value: string;
1392
+ label: string;
1393
+ }[] | undefined;
1245
1394
  }[] | {
1246
1395
  url: string | null;
1247
1396
  children: ({
@@ -1264,11 +1413,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1264
1413
  rirConfidence?: number | null | undefined;
1265
1414
  connectorPosition?: number[] | null | undefined;
1266
1415
  connectorText?: string | null | undefined;
1416
+ struct?: unknown;
1267
1417
  } | null | undefined;
1268
1418
  validationSources?: string[] | null | undefined;
1269
1419
  timeSpent?: number | null | undefined;
1270
1420
  timeSpentOverall?: number | null | undefined;
1271
1421
  noRecalculation?: boolean | undefined;
1422
+ options?: {
1423
+ value: string;
1424
+ label: string;
1425
+ }[] | undefined;
1272
1426
  } | null)[];
1273
1427
  id: number | null;
1274
1428
  schemaId: string;
@@ -1293,11 +1447,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1293
1447
  rirConfidence?: number | null | undefined;
1294
1448
  connectorPosition?: number[] | null | undefined;
1295
1449
  connectorText?: string | null | undefined;
1450
+ struct?: unknown;
1296
1451
  } | null | undefined;
1297
1452
  validationSources?: string[] | null | undefined;
1298
1453
  timeSpent?: number | null | undefined;
1299
1454
  timeSpentOverall?: number | null | undefined;
1300
1455
  noRecalculation?: boolean | undefined;
1456
+ options?: {
1457
+ value: string;
1458
+ label: string;
1459
+ }[] | undefined;
1301
1460
  }[] | {
1302
1461
  url: string | null;
1303
1462
  children: ({
@@ -1320,11 +1479,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1320
1479
  rirConfidence?: number | null | undefined;
1321
1480
  connectorPosition?: number[] | null | undefined;
1322
1481
  connectorText?: string | null | undefined;
1482
+ struct?: unknown;
1323
1483
  } | null | undefined;
1324
1484
  validationSources?: string[] | null | undefined;
1325
1485
  timeSpent?: number | null | undefined;
1326
1486
  timeSpentOverall?: number | null | undefined;
1327
1487
  noRecalculation?: boolean | undefined;
1488
+ options?: {
1489
+ value: string;
1490
+ label: string;
1491
+ }[] | undefined;
1328
1492
  } | null)[];
1329
1493
  id: number | null;
1330
1494
  schemaId: string;
@@ -1348,6 +1512,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1348
1512
  rirConfidence?: number | null | undefined;
1349
1513
  connectorPosition?: number[] | null | undefined;
1350
1514
  connectorText?: string | null | undefined;
1515
+ struct?: unknown;
1351
1516
  } | null | undefined;
1352
1517
  validationSources?: string[] | null | undefined;
1353
1518
  timeSpent?: number | null | undefined;
@@ -1785,7 +1950,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1785
1950
  }>>;
1786
1951
  annotationListTable: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
1787
1952
  columns: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
1788
- metaName: import("zod").ZodUnion<[import("zod").ZodLiteral<"original_file_name">, import("zod").ZodLiteral<"queue">, import("zod").ZodLiteral<"status">, import("zod").ZodLiteral<"labels">, import("zod").ZodLiteral<"details">, import("zod").ZodUnion<[import("zod").ZodLiteral<"created_at">, import("zod").ZodLiteral<"modified_at">, import("zod").ZodLiteral<"exported_at">, import("zod").ZodLiteral<"confirmed_at">, import("zod").ZodLiteral<"rejected_at">, import("zod").ZodLiteral<"deleted_at">, import("zod").ZodLiteral<"assigned_at">, import("zod").ZodLiteral<"export_failed_at">]>, import("zod").ZodUnion<[import("zod").ZodLiteral<"exported_by">, import("zod").ZodLiteral<"confirmed_by">, import("zod").ZodLiteral<"rejected_by">, import("zod").ZodLiteral<"deleted_by">, import("zod").ZodLiteral<"modifier">, import("zod").ZodLiteral<"assignees">]>]>;
1953
+ metaName: import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation">, 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">]>]>;
1789
1954
  columnType: import("zod").ZodLiteral<"meta">;
1790
1955
  visible: import("zod").ZodBoolean;
1791
1956
  width: import("zod").ZodNumber;
@@ -1793,12 +1958,12 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1793
1958
  width: number;
1794
1959
  columnType: "meta";
1795
1960
  visible: boolean;
1796
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1961
+ 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";
1797
1962
  }, {
1798
1963
  width: number;
1799
1964
  columnType: "meta";
1800
1965
  visible: boolean;
1801
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
1966
+ 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";
1802
1967
  }>, import("zod").ZodObject<{
1803
1968
  schemaId: import("zod").ZodString;
1804
1969
  dataType: import("zod").ZodUnion<[import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"date">, import("zod").ZodLiteral<"boolean">]>;
@@ -1833,7 +1998,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1833
1998
  width: number;
1834
1999
  columnType: "meta";
1835
2000
  visible: boolean;
1836
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2001
+ 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";
1837
2002
  })[];
1838
2003
  }, {
1839
2004
  columns: ({
@@ -1847,11 +2012,69 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1847
2012
  width: number;
1848
2013
  columnType: "meta";
1849
2014
  visible: boolean;
1850
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
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";
1851
2016
  })[];
1852
2017
  }>>>;
1853
2018
  uploadValues: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
1854
2019
  complexTables: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2020
+ uiUploadEnabled: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2021
+ uiOnEditConfirm: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_list">, import("zod").ZodLiteral<"edit_next">, import("zod").ZodLiteral<"validate_first">]>>>;
2022
+ uiValidationScreenEnabled: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
2023
+ uiEditValues: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
2024
+ id: import("zod").ZodString;
2025
+ label: import("zod").ZodString;
2026
+ required: import("zod").ZodBoolean;
2027
+ }, "strip", import("zod").ZodTypeAny, {
2028
+ id: string;
2029
+ label: string;
2030
+ required: boolean;
2031
+ }, {
2032
+ id: string;
2033
+ label: string;
2034
+ required: boolean;
2035
+ }>, import("zod").ZodObject<{
2036
+ dataType: import("zod").ZodLiteral<"enum">;
2037
+ enumOptions: import("zod").ZodArray<import("zod").ZodObject<{
2038
+ label: import("zod").ZodString;
2039
+ value: import("zod").ZodString;
2040
+ }, "strip", import("zod").ZodTypeAny, {
2041
+ value: string;
2042
+ label: string;
2043
+ }, {
2044
+ value: string;
2045
+ label: string;
2046
+ }>, "many">;
2047
+ }, "strip", import("zod").ZodTypeAny, {
2048
+ dataType: "enum";
2049
+ enumOptions: {
2050
+ value: string;
2051
+ label: string;
2052
+ }[];
2053
+ }, {
2054
+ dataType: "enum";
2055
+ enumOptions: {
2056
+ value: string;
2057
+ label: string;
2058
+ }[];
2059
+ }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
2060
+ id: import("zod").ZodString;
2061
+ label: import("zod").ZodString;
2062
+ required: import("zod").ZodBoolean;
2063
+ }, "strip", import("zod").ZodTypeAny, {
2064
+ id: string;
2065
+ label: string;
2066
+ required: boolean;
2067
+ }, {
2068
+ id: string;
2069
+ label: string;
2070
+ required: boolean;
2071
+ }>, import("zod").ZodObject<{
2072
+ dataType: import("zod").ZodLiteral<"string">;
2073
+ }, "strip", import("zod").ZodTypeAny, {
2074
+ dataType: "string";
2075
+ }, {
2076
+ dataType: "string";
2077
+ }>>]>, "many">>>;
1855
2078
  }, "strip", import("zod").ZodTypeAny, {
1856
2079
  columns?: {
1857
2080
  schemaId: string;
@@ -1917,11 +2140,31 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1917
2140
  width: number;
1918
2141
  columnType: "meta";
1919
2142
  visible: boolean;
1920
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2143
+ 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";
1921
2144
  })[];
1922
2145
  } | undefined;
1923
2146
  uploadValues?: unknown;
1924
2147
  complexTables?: boolean | undefined;
2148
+ uiUploadEnabled?: boolean | undefined;
2149
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
2150
+ uiValidationScreenEnabled?: boolean | undefined;
2151
+ uiEditValues?: (({
2152
+ id: string;
2153
+ label: string;
2154
+ required: boolean;
2155
+ } & {
2156
+ dataType: "enum";
2157
+ enumOptions: {
2158
+ value: string;
2159
+ label: string;
2160
+ }[];
2161
+ }) | ({
2162
+ id: string;
2163
+ label: string;
2164
+ required: boolean;
2165
+ } & {
2166
+ dataType: "string";
2167
+ }))[] | undefined;
1925
2168
  }, {
1926
2169
  columns?: {
1927
2170
  schemaId: string;
@@ -1987,11 +2230,31 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
1987
2230
  width: number;
1988
2231
  columnType: "meta";
1989
2232
  visible: boolean;
1990
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2233
+ 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";
1991
2234
  })[];
1992
2235
  } | undefined;
1993
2236
  uploadValues?: unknown;
1994
2237
  complexTables?: boolean | undefined;
2238
+ uiUploadEnabled?: boolean | undefined;
2239
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
2240
+ uiValidationScreenEnabled?: boolean | undefined;
2241
+ uiEditValues?: (({
2242
+ id: string;
2243
+ label: string;
2244
+ required: boolean;
2245
+ } & {
2246
+ dataType: "enum";
2247
+ enumOptions: {
2248
+ value: string;
2249
+ label: string;
2250
+ }[];
2251
+ }) | ({
2252
+ id: string;
2253
+ label: string;
2254
+ required: boolean;
2255
+ } & {
2256
+ dataType: "string";
2257
+ }))[] | undefined;
1995
2258
  }>;
1996
2259
  documentLifetime: import("zod").ZodNullable<import("zod").ZodString>;
1997
2260
  dedicatedEngine: import("zod").ZodNullable<import("zod").ZodString>;
@@ -2007,6 +2270,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2007
2270
  sessionTimeout: string;
2008
2271
  id: number;
2009
2272
  schema: string;
2273
+ trainingEnabled: boolean;
2010
2274
  name: string;
2011
2275
  workflows: Record<string, string | number>[];
2012
2276
  workspace: string | null;
@@ -2089,17 +2353,36 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2089
2353
  width: number;
2090
2354
  columnType: "meta";
2091
2355
  visible: boolean;
2092
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2356
+ 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";
2093
2357
  })[];
2094
2358
  } | undefined;
2095
2359
  uploadValues?: unknown;
2096
2360
  complexTables?: boolean | undefined;
2361
+ uiUploadEnabled?: boolean | undefined;
2362
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
2363
+ uiValidationScreenEnabled?: boolean | undefined;
2364
+ uiEditValues?: (({
2365
+ id: string;
2366
+ label: string;
2367
+ required: boolean;
2368
+ } & {
2369
+ dataType: "enum";
2370
+ enumOptions: {
2371
+ value: string;
2372
+ label: string;
2373
+ }[];
2374
+ }) | ({
2375
+ id: string;
2376
+ label: string;
2377
+ required: boolean;
2378
+ } & {
2379
+ dataType: "string";
2380
+ }))[] | undefined;
2097
2381
  };
2098
2382
  documentLifetime: string | null;
2099
2383
  dedicatedEngine: string | null;
2100
2384
  genericEngine: string | null;
2101
2385
  engine: string | null;
2102
- trainingEnabled: boolean;
2103
2386
  deleteAfter: string | null;
2104
2387
  metadata?: unknown;
2105
2388
  }, {
@@ -2108,6 +2391,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2108
2391
  sessionTimeout: string;
2109
2392
  id: number;
2110
2393
  schema: string;
2394
+ trainingEnabled: boolean;
2111
2395
  name: string;
2112
2396
  workflows: Record<string, string | number>[];
2113
2397
  workspace: string | null;
@@ -2190,17 +2474,36 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2190
2474
  width: number;
2191
2475
  columnType: "meta";
2192
2476
  visible: boolean;
2193
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
2477
+ 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";
2194
2478
  })[];
2195
2479
  } | undefined;
2196
2480
  uploadValues?: unknown;
2197
2481
  complexTables?: boolean | undefined;
2482
+ uiUploadEnabled?: boolean | undefined;
2483
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
2484
+ uiValidationScreenEnabled?: boolean | undefined;
2485
+ uiEditValues?: (({
2486
+ id: string;
2487
+ label: string;
2488
+ required: boolean;
2489
+ } & {
2490
+ dataType: "enum";
2491
+ enumOptions: {
2492
+ value: string;
2493
+ label: string;
2494
+ }[];
2495
+ }) | ({
2496
+ id: string;
2497
+ label: string;
2498
+ required: boolean;
2499
+ } & {
2500
+ dataType: "string";
2501
+ }))[] | undefined;
2198
2502
  };
2199
2503
  documentLifetime: string | null;
2200
2504
  dedicatedEngine: string | null;
2201
2505
  genericEngine: string | null;
2202
2506
  engine: string | null;
2203
- trainingEnabled: boolean;
2204
2507
  deleteAfter: string | null;
2205
2508
  metadata?: unknown;
2206
2509
  }>, "many">;
@@ -2473,6 +2776,89 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2473
2776
  autopilot: boolean;
2474
2777
  metadata?: unknown;
2475
2778
  }>, "many">;
2779
+ creators: import("zod").ZodArray<import("zod").ZodObject<{
2780
+ id: import("zod").ZodNumber;
2781
+ url: import("zod").ZodString;
2782
+ firstName: import("zod").ZodOptional<import("zod").ZodString>;
2783
+ lastName: import("zod").ZodString;
2784
+ email: import("zod").ZodOptional<import("zod").ZodString>;
2785
+ emailVerified: import("zod").ZodBoolean;
2786
+ dateJoined: import("zod").ZodString;
2787
+ username: import("zod").ZodString;
2788
+ groups: import("zod").ZodArray<import("zod").ZodString, "many">;
2789
+ organization: import("zod").ZodString;
2790
+ queues: import("zod").ZodArray<import("zod").ZodString, "many">;
2791
+ isActive: import("zod").ZodBoolean;
2792
+ lastLogin: import("zod").ZodNullable<import("zod").ZodString>;
2793
+ uiSettings: import("zod").ZodOptional<import("zod").ZodUnknown>;
2794
+ metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
2795
+ oidcId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
2796
+ authType: import("zod").ZodUnion<[import("zod").ZodLiteral<"password">, import("zod").ZodLiteral<"sso">]>;
2797
+ deleted: import("zod").ZodBoolean;
2798
+ phoneNumber: import("zod").ZodNullable<import("zod").ZodString>;
2799
+ }, "strip", import("zod").ZodTypeAny, {
2800
+ deleted: boolean;
2801
+ url: string;
2802
+ id: number;
2803
+ organization: string;
2804
+ queues: string[];
2805
+ lastName: string;
2806
+ emailVerified: boolean;
2807
+ dateJoined: string;
2808
+ username: string;
2809
+ groups: string[];
2810
+ isActive: boolean;
2811
+ lastLogin: string | null;
2812
+ authType: "password" | "sso";
2813
+ phoneNumber: string | null;
2814
+ firstName?: string | undefined;
2815
+ email?: string | undefined;
2816
+ uiSettings?: unknown;
2817
+ metadata?: unknown;
2818
+ oidcId?: string | null | undefined;
2819
+ }, {
2820
+ deleted: boolean;
2821
+ url: string;
2822
+ id: number;
2823
+ organization: string;
2824
+ queues: string[];
2825
+ lastName: string;
2826
+ emailVerified: boolean;
2827
+ dateJoined: string;
2828
+ username: string;
2829
+ groups: string[];
2830
+ isActive: boolean;
2831
+ lastLogin: string | null;
2832
+ authType: "password" | "sso";
2833
+ phoneNumber: string | null;
2834
+ firstName?: string | undefined;
2835
+ email?: string | undefined;
2836
+ uiSettings?: unknown;
2837
+ metadata?: unknown;
2838
+ oidcId?: string | null | undefined;
2839
+ }>, "many">;
2840
+ workflowRuns: import("zod").ZodArray<import("zod").ZodObject<{
2841
+ id: import("zod").ZodNumber;
2842
+ url: import("zod").ZodString;
2843
+ annotation: import("zod").ZodString;
2844
+ currentStep: import("zod").ZodNullable<import("zod").ZodString>;
2845
+ organization: import("zod").ZodString;
2846
+ workflowStatus: import("zod").ZodUnion<[import("zod").ZodLiteral<"pending">, import("zod").ZodLiteral<"approved">, import("zod").ZodLiteral<"rejected">, import("zod").ZodLiteral<"in_review">]>;
2847
+ }, "strip", import("zod").ZodTypeAny, {
2848
+ annotation: string;
2849
+ url: string;
2850
+ id: number;
2851
+ organization: string;
2852
+ currentStep: string | null;
2853
+ workflowStatus: "rejected" | "pending" | "approved" | "in_review";
2854
+ }, {
2855
+ annotation: string;
2856
+ url: string;
2857
+ id: number;
2858
+ organization: string;
2859
+ currentStep: string | null;
2860
+ workflowStatus: "rejected" | "pending" | "approved" | "in_review";
2861
+ }>, "many">;
2476
2862
  }, "strip", import("zod").ZodTypeAny, {
2477
2863
  assignees: {
2478
2864
  deleted: boolean;
@@ -2515,11 +2901,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2515
2901
  rirConfidence?: number | null | undefined;
2516
2902
  connectorPosition?: number[] | null | undefined;
2517
2903
  connectorText?: string | null | undefined;
2904
+ struct?: unknown;
2518
2905
  } | null | undefined;
2519
2906
  validationSources?: string[] | null | undefined;
2520
2907
  timeSpent?: number | null | undefined;
2521
2908
  timeSpentOverall?: number | null | undefined;
2522
2909
  noRecalculation?: boolean | undefined;
2910
+ options?: {
2911
+ value: string;
2912
+ label: string;
2913
+ }[] | undefined;
2523
2914
  } | {
2524
2915
  url: string | null;
2525
2916
  children: (({
@@ -2542,11 +2933,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2542
2933
  rirConfidence?: number | null | undefined;
2543
2934
  connectorPosition?: number[] | null | undefined;
2544
2935
  connectorText?: string | null | undefined;
2936
+ struct?: unknown;
2545
2937
  } | null | undefined;
2546
2938
  validationSources?: string[] | null | undefined;
2547
2939
  timeSpent?: number | null | undefined;
2548
2940
  timeSpentOverall?: number | null | undefined;
2549
2941
  noRecalculation?: boolean | undefined;
2942
+ options?: {
2943
+ value: string;
2944
+ label: string;
2945
+ }[] | undefined;
2550
2946
  }[] | {
2551
2947
  url: string | null;
2552
2948
  children: ({
@@ -2569,11 +2965,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2569
2965
  rirConfidence?: number | null | undefined;
2570
2966
  connectorPosition?: number[] | null | undefined;
2571
2967
  connectorText?: string | null | undefined;
2968
+ struct?: unknown;
2572
2969
  } | null | undefined;
2573
2970
  validationSources?: string[] | null | undefined;
2574
2971
  timeSpent?: number | null | undefined;
2575
2972
  timeSpentOverall?: number | null | undefined;
2576
2973
  noRecalculation?: boolean | undefined;
2974
+ options?: {
2975
+ value: string;
2976
+ label: string;
2977
+ }[] | undefined;
2577
2978
  } | null)[];
2578
2979
  id: number | null;
2579
2980
  schemaId: string;
@@ -2598,11 +2999,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2598
2999
  rirConfidence?: number | null | undefined;
2599
3000
  connectorPosition?: number[] | null | undefined;
2600
3001
  connectorText?: string | null | undefined;
3002
+ struct?: unknown;
2601
3003
  } | null | undefined;
2602
3004
  validationSources?: string[] | null | undefined;
2603
3005
  timeSpent?: number | null | undefined;
2604
3006
  timeSpentOverall?: number | null | undefined;
2605
3007
  noRecalculation?: boolean | undefined;
3008
+ options?: {
3009
+ value: string;
3010
+ label: string;
3011
+ }[] | undefined;
2606
3012
  }[] | {
2607
3013
  url: string | null;
2608
3014
  children: ({
@@ -2625,11 +3031,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2625
3031
  rirConfidence?: number | null | undefined;
2626
3032
  connectorPosition?: number[] | null | undefined;
2627
3033
  connectorText?: string | null | undefined;
3034
+ struct?: unknown;
2628
3035
  } | null | undefined;
2629
3036
  validationSources?: string[] | null | undefined;
2630
3037
  timeSpent?: number | null | undefined;
2631
3038
  timeSpentOverall?: number | null | undefined;
2632
3039
  noRecalculation?: boolean | undefined;
3040
+ options?: {
3041
+ value: string;
3042
+ label: string;
3043
+ }[] | undefined;
2633
3044
  } | null)[];
2634
3045
  id: number | null;
2635
3046
  schemaId: string;
@@ -2653,6 +3064,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2653
3064
  rirConfidence?: number | null | undefined;
2654
3065
  connectorPosition?: number[] | null | undefined;
2655
3066
  connectorText?: string | null | undefined;
3067
+ struct?: unknown;
2656
3068
  } | null | undefined;
2657
3069
  validationSources?: string[] | null | undefined;
2658
3070
  timeSpent?: number | null | undefined;
@@ -2862,12 +3274,42 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2862
3274
  autopilot: boolean;
2863
3275
  metadata?: unknown;
2864
3276
  }[];
3277
+ creators: {
3278
+ deleted: boolean;
3279
+ url: string;
3280
+ id: number;
3281
+ organization: string;
3282
+ queues: string[];
3283
+ lastName: string;
3284
+ emailVerified: boolean;
3285
+ dateJoined: string;
3286
+ username: string;
3287
+ groups: string[];
3288
+ isActive: boolean;
3289
+ lastLogin: string | null;
3290
+ authType: "password" | "sso";
3291
+ phoneNumber: string | null;
3292
+ firstName?: string | undefined;
3293
+ email?: string | undefined;
3294
+ uiSettings?: unknown;
3295
+ metadata?: unknown;
3296
+ oidcId?: string | null | undefined;
3297
+ }[];
3298
+ workflowRuns: {
3299
+ annotation: string;
3300
+ url: string;
3301
+ id: number;
3302
+ organization: string;
3303
+ currentStep: string | null;
3304
+ workflowStatus: "rejected" | "pending" | "approved" | "in_review";
3305
+ }[];
2865
3306
  queues: {
2866
3307
  status: string;
2867
3308
  url: string;
2868
3309
  sessionTimeout: string;
2869
3310
  id: number;
2870
3311
  schema: string;
3312
+ trainingEnabled: boolean;
2871
3313
  name: string;
2872
3314
  workflows: Record<string, string | number>[];
2873
3315
  workspace: string | null;
@@ -2950,17 +3392,36 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
2950
3392
  width: number;
2951
3393
  columnType: "meta";
2952
3394
  visible: boolean;
2953
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
3395
+ 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
3396
  })[];
2955
3397
  } | undefined;
2956
3398
  uploadValues?: unknown;
2957
3399
  complexTables?: boolean | undefined;
3400
+ uiUploadEnabled?: boolean | undefined;
3401
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
3402
+ uiValidationScreenEnabled?: boolean | undefined;
3403
+ uiEditValues?: (({
3404
+ id: string;
3405
+ label: string;
3406
+ required: boolean;
3407
+ } & {
3408
+ dataType: "enum";
3409
+ enumOptions: {
3410
+ value: string;
3411
+ label: string;
3412
+ }[];
3413
+ }) | ({
3414
+ id: string;
3415
+ label: string;
3416
+ required: boolean;
3417
+ } & {
3418
+ dataType: "string";
3419
+ }))[] | undefined;
2958
3420
  };
2959
3421
  documentLifetime: string | null;
2960
3422
  dedicatedEngine: string | null;
2961
3423
  genericEngine: string | null;
2962
3424
  engine: string | null;
2963
- trainingEnabled: boolean;
2964
3425
  deleteAfter: string | null;
2965
3426
  metadata?: unknown;
2966
3427
  }[];
@@ -3006,11 +3467,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3006
3467
  rirConfidence?: number | null | undefined;
3007
3468
  connectorPosition?: number[] | null | undefined;
3008
3469
  connectorText?: string | null | undefined;
3470
+ struct?: unknown;
3009
3471
  } | null | undefined;
3010
3472
  validationSources?: string[] | null | undefined;
3011
3473
  timeSpent?: number | null | undefined;
3012
3474
  timeSpentOverall?: number | null | undefined;
3013
3475
  noRecalculation?: boolean | undefined;
3476
+ options?: {
3477
+ value: string;
3478
+ label: string;
3479
+ }[] | undefined;
3014
3480
  } | {
3015
3481
  url: string | null;
3016
3482
  children: (({
@@ -3033,11 +3499,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3033
3499
  rirConfidence?: number | null | undefined;
3034
3500
  connectorPosition?: number[] | null | undefined;
3035
3501
  connectorText?: string | null | undefined;
3502
+ struct?: unknown;
3036
3503
  } | null | undefined;
3037
3504
  validationSources?: string[] | null | undefined;
3038
3505
  timeSpent?: number | null | undefined;
3039
3506
  timeSpentOverall?: number | null | undefined;
3040
3507
  noRecalculation?: boolean | undefined;
3508
+ options?: {
3509
+ value: string;
3510
+ label: string;
3511
+ }[] | undefined;
3041
3512
  }[] | {
3042
3513
  url: string | null;
3043
3514
  children: ({
@@ -3060,11 +3531,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3060
3531
  rirConfidence?: number | null | undefined;
3061
3532
  connectorPosition?: number[] | null | undefined;
3062
3533
  connectorText?: string | null | undefined;
3534
+ struct?: unknown;
3063
3535
  } | null | undefined;
3064
3536
  validationSources?: string[] | null | undefined;
3065
3537
  timeSpent?: number | null | undefined;
3066
3538
  timeSpentOverall?: number | null | undefined;
3067
3539
  noRecalculation?: boolean | undefined;
3540
+ options?: {
3541
+ value: string;
3542
+ label: string;
3543
+ }[] | undefined;
3068
3544
  } | null)[];
3069
3545
  id: number | null;
3070
3546
  schemaId: string;
@@ -3089,11 +3565,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3089
3565
  rirConfidence?: number | null | undefined;
3090
3566
  connectorPosition?: number[] | null | undefined;
3091
3567
  connectorText?: string | null | undefined;
3568
+ struct?: unknown;
3092
3569
  } | null | undefined;
3093
3570
  validationSources?: string[] | null | undefined;
3094
3571
  timeSpent?: number | null | undefined;
3095
3572
  timeSpentOverall?: number | null | undefined;
3096
3573
  noRecalculation?: boolean | undefined;
3574
+ options?: {
3575
+ value: string;
3576
+ label: string;
3577
+ }[] | undefined;
3097
3578
  }[] | {
3098
3579
  url: string | null;
3099
3580
  children: ({
@@ -3116,11 +3597,16 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3116
3597
  rirConfidence?: number | null | undefined;
3117
3598
  connectorPosition?: number[] | null | undefined;
3118
3599
  connectorText?: string | null | undefined;
3600
+ struct?: unknown;
3119
3601
  } | null | undefined;
3120
3602
  validationSources?: string[] | null | undefined;
3121
3603
  timeSpent?: number | null | undefined;
3122
3604
  timeSpentOverall?: number | null | undefined;
3123
3605
  noRecalculation?: boolean | undefined;
3606
+ options?: {
3607
+ value: string;
3608
+ label: string;
3609
+ }[] | undefined;
3124
3610
  } | null)[];
3125
3611
  id: number | null;
3126
3612
  schemaId: string;
@@ -3144,6 +3630,7 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3144
3630
  rirConfidence?: number | null | undefined;
3145
3631
  connectorPosition?: number[] | null | undefined;
3146
3632
  connectorText?: string | null | undefined;
3633
+ struct?: unknown;
3147
3634
  } | null | undefined;
3148
3635
  validationSources?: string[] | null | undefined;
3149
3636
  timeSpent?: number | null | undefined;
@@ -3353,12 +3840,42 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3353
3840
  autopilot: boolean;
3354
3841
  metadata?: unknown;
3355
3842
  }[];
3843
+ creators: {
3844
+ deleted: boolean;
3845
+ url: string;
3846
+ id: number;
3847
+ organization: string;
3848
+ queues: string[];
3849
+ lastName: string;
3850
+ emailVerified: boolean;
3851
+ dateJoined: string;
3852
+ username: string;
3853
+ groups: string[];
3854
+ isActive: boolean;
3855
+ lastLogin: string | null;
3856
+ authType: "password" | "sso";
3857
+ phoneNumber: string | null;
3858
+ firstName?: string | undefined;
3859
+ email?: string | undefined;
3860
+ uiSettings?: unknown;
3861
+ metadata?: unknown;
3862
+ oidcId?: string | null | undefined;
3863
+ }[];
3864
+ workflowRuns: {
3865
+ annotation: string;
3866
+ url: string;
3867
+ id: number;
3868
+ organization: string;
3869
+ currentStep: string | null;
3870
+ workflowStatus: "rejected" | "pending" | "approved" | "in_review";
3871
+ }[];
3356
3872
  queues: {
3357
3873
  status: string;
3358
3874
  url: string;
3359
3875
  sessionTimeout: string;
3360
3876
  id: number;
3361
3877
  schema: string;
3878
+ trainingEnabled: boolean;
3362
3879
  name: string;
3363
3880
  workflows: Record<string, string | number>[];
3364
3881
  workspace: string | null;
@@ -3441,17 +3958,36 @@ export declare const search: (query: AnnotationsSearchQuery | undefined, payload
3441
3958
  width: number;
3442
3959
  columnType: "meta";
3443
3960
  visible: boolean;
3444
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
3961
+ 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";
3445
3962
  })[];
3446
3963
  } | undefined;
3447
3964
  uploadValues?: unknown;
3448
3965
  complexTables?: boolean | undefined;
3966
+ uiUploadEnabled?: boolean | undefined;
3967
+ uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
3968
+ uiValidationScreenEnabled?: boolean | undefined;
3969
+ uiEditValues?: (({
3970
+ id: string;
3971
+ label: string;
3972
+ required: boolean;
3973
+ } & {
3974
+ dataType: "enum";
3975
+ enumOptions: {
3976
+ value: string;
3977
+ label: string;
3978
+ }[];
3979
+ }) | ({
3980
+ id: string;
3981
+ label: string;
3982
+ required: boolean;
3983
+ } & {
3984
+ dataType: "string";
3985
+ }))[] | undefined;
3449
3986
  };
3450
3987
  documentLifetime: string | null;
3451
3988
  dedicatedEngine: string | null;
3452
3989
  genericEngine: string | null;
3453
3990
  engine: string | null;
3454
- trainingEnabled: boolean;
3455
3991
  deleteAfter: string | null;
3456
3992
  metadata?: unknown;
3457
3993
  }[];