@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
@@ -1,44 +1,67 @@
1
+ import { z } from 'zod';
2
+ import { PaginationQuery } from '../../utils/listQuery';
3
+ import { ListResponse } from '../../utils/listResponse';
1
4
  import { Run, RunStatus, StatusCode } from '../models/run';
2
5
  import { LogLevel } from '../models/runLog';
3
- export type RunsQuery = Partial<{
6
+ export type RunsQuery = PaginationQuery & Partial<{
4
7
  timestampAfter: string;
5
8
  timestampBefore: string;
9
+ startAfter: string;
10
+ startBefore: string;
11
+ endAfter: string;
12
+ endBefore: string;
6
13
  search: string;
7
14
  hook: Array<number>;
15
+ uuid: Array<string>;
8
16
  requestId: string;
9
17
  logLevel: LogLevel;
10
18
  statusCode: Array<StatusCode>;
11
19
  queue: Array<string>;
12
20
  annotation: Array<number>;
13
21
  email: Array<string>;
14
- pageSize: number;
15
22
  status: Array<RunStatus>;
16
23
  }>;
17
- export type Runs = {
18
- results: Array<Run>;
19
- };
24
+ export type Runs = ListResponse<Run>;
20
25
  export declare const runs: (query?: RunsQuery) => {
21
26
  readonly endpoint: "/hooks/runs";
22
27
  readonly method: "GET";
23
- readonly responseSchema: import("zod").ZodObject<{
24
- results: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
25
- hookId: import("zod").ZodNumber;
26
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">, import("zod").ZodLiteral<"job">]>;
27
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>;
28
- message: import("zod").ZodString;
29
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
30
- request: import("zod").ZodNullable<import("zod").ZodString>;
31
- requestId: import("zod").ZodString;
32
- response: import("zod").ZodNullable<import("zod").ZodString>;
33
- timestamp: import("zod").ZodString;
34
- start: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
35
- end: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
36
- status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>>;
37
- settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
38
- uuid: import("zod").ZodOptional<import("zod").ZodString>;
39
- cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
40
- }, "strip", import("zod").ZodTypeAny, {
28
+ readonly responseSchema: z.ZodObject<{
29
+ pagination: z.ZodObject<{
30
+ next: z.ZodNullable<z.ZodString>;
31
+ previous: z.ZodNullable<z.ZodString>;
32
+ total: z.ZodNumber;
33
+ totalPages: z.ZodNumber;
34
+ }, "strip", z.ZodTypeAny, {
35
+ next: string | null;
36
+ previous: string | null;
37
+ total: number;
38
+ totalPages: number;
39
+ }, {
40
+ next: string | null;
41
+ previous: string | null;
42
+ total: number;
43
+ totalPages: number;
44
+ }>;
45
+ results: z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
46
+ hookId: z.ZodNumber;
47
+ hookType: z.ZodUnion<[z.ZodLiteral<"webhook">, z.ZodLiteral<"function">, z.ZodLiteral<"job">]>;
48
+ logLevel: z.ZodUnion<[z.ZodLiteral<"INFO">, z.ZodLiteral<"ERROR">, z.ZodLiteral<"WARNING">]>;
49
+ message: z.ZodString;
50
+ queueId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
51
+ request: z.ZodNullable<z.ZodString>;
52
+ requestId: z.ZodString;
53
+ response: z.ZodNullable<z.ZodString>;
54
+ timestamp: z.ZodString;
55
+ start: z.ZodNullable<z.ZodString>;
56
+ end: z.ZodNullable<z.ZodString>;
57
+ status: z.ZodUnion<[z.ZodLiteral<"completed">, z.ZodLiteral<"failed">, z.ZodLiteral<"running">, z.ZodLiteral<"cancelled">, z.ZodLiteral<"waiting">]>;
58
+ uuid: z.ZodString;
59
+ settings: z.ZodOptional<z.ZodUnknown>;
60
+ cancelRequested: z.ZodNullable<z.ZodOptional<z.ZodString>>;
61
+ output: z.ZodNullable<z.ZodOptional<z.ZodString>>;
62
+ }, "strip", z.ZodTypeAny, {
41
63
  message: string;
64
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
42
65
  hookId: number;
43
66
  requestId: string;
44
67
  timestamp: string;
@@ -46,15 +69,16 @@ export declare const runs: (query?: RunsQuery) => {
46
69
  hookType: "function" | "webhook" | "job";
47
70
  request: string | null;
48
71
  response: string | null;
72
+ start: string | null;
73
+ end: string | null;
74
+ uuid: string;
49
75
  queueId?: number | null | undefined;
50
- start?: string | null | undefined;
51
- end?: string | null | undefined;
52
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
53
76
  settings?: unknown;
54
- uuid?: string | undefined;
55
77
  cancelRequested?: string | null | undefined;
78
+ output?: string | null | undefined;
56
79
  }, {
57
80
  message: string;
81
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
58
82
  hookId: number;
59
83
  requestId: string;
60
84
  timestamp: string;
@@ -62,43 +86,45 @@ export declare const runs: (query?: RunsQuery) => {
62
86
  hookType: "function" | "webhook" | "job";
63
87
  request: string | null;
64
88
  response: string | null;
89
+ start: string | null;
90
+ end: string | null;
91
+ uuid: string;
65
92
  queueId?: number | null | undefined;
66
- start?: string | null | undefined;
67
- end?: string | null | undefined;
68
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
69
93
  settings?: unknown;
70
- uuid?: string | undefined;
71
94
  cancelRequested?: string | null | undefined;
72
- }>, import("zod").ZodObject<{
73
- annotationId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
74
- event: import("zod").ZodLiteral<"annotation_content">;
75
- action: import("zod").ZodUnion<[import("zod").ZodLiteral<"confirm">, import("zod").ZodLiteral<"export">, import("zod").ZodLiteral<"initialize">, import("zod").ZodLiteral<"started">, import("zod").ZodLiteral<"updated">, import("zod").ZodLiteral<"user_update">]>;
76
- }, "strip", import("zod").ZodTypeAny, {
95
+ output?: string | null | undefined;
96
+ }>, z.ZodObject<{
97
+ annotationId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
98
+ event: z.ZodLiteral<"annotation_content">;
99
+ action: z.ZodUnion<[z.ZodLiteral<"confirm">, z.ZodLiteral<"export">, z.ZodLiteral<"initialize">, z.ZodLiteral<"started">, z.ZodLiteral<"updated">, z.ZodLiteral<"user_update">]>;
100
+ }, "strip", z.ZodTypeAny, {
77
101
  event: "annotation_content";
78
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
102
+ action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
79
103
  annotationId?: number | null | undefined;
80
104
  }, {
81
105
  event: "annotation_content";
82
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
106
+ action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
83
107
  annotationId?: number | null | undefined;
84
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
85
- hookId: import("zod").ZodNumber;
86
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">, import("zod").ZodLiteral<"job">]>;
87
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>;
88
- message: import("zod").ZodString;
89
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
90
- request: import("zod").ZodNullable<import("zod").ZodString>;
91
- requestId: import("zod").ZodString;
92
- response: import("zod").ZodNullable<import("zod").ZodString>;
93
- timestamp: import("zod").ZodString;
94
- start: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
95
- end: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
96
- status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>>;
97
- settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
98
- uuid: import("zod").ZodOptional<import("zod").ZodString>;
99
- cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
100
- }, "strip", import("zod").ZodTypeAny, {
108
+ }>>, z.ZodIntersection<z.ZodObject<{
109
+ hookId: z.ZodNumber;
110
+ hookType: z.ZodUnion<[z.ZodLiteral<"webhook">, z.ZodLiteral<"function">, z.ZodLiteral<"job">]>;
111
+ logLevel: z.ZodUnion<[z.ZodLiteral<"INFO">, z.ZodLiteral<"ERROR">, z.ZodLiteral<"WARNING">]>;
112
+ message: z.ZodString;
113
+ queueId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
114
+ request: z.ZodNullable<z.ZodString>;
115
+ requestId: z.ZodString;
116
+ response: z.ZodNullable<z.ZodString>;
117
+ timestamp: z.ZodString;
118
+ start: z.ZodNullable<z.ZodString>;
119
+ end: z.ZodNullable<z.ZodString>;
120
+ status: z.ZodUnion<[z.ZodLiteral<"completed">, z.ZodLiteral<"failed">, z.ZodLiteral<"running">, z.ZodLiteral<"cancelled">, z.ZodLiteral<"waiting">]>;
121
+ uuid: z.ZodString;
122
+ settings: z.ZodOptional<z.ZodUnknown>;
123
+ cancelRequested: z.ZodNullable<z.ZodOptional<z.ZodString>>;
124
+ output: z.ZodNullable<z.ZodOptional<z.ZodString>>;
125
+ }, "strip", z.ZodTypeAny, {
101
126
  message: string;
127
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
102
128
  hookId: number;
103
129
  requestId: string;
104
130
  timestamp: string;
@@ -106,15 +132,16 @@ export declare const runs: (query?: RunsQuery) => {
106
132
  hookType: "function" | "webhook" | "job";
107
133
  request: string | null;
108
134
  response: string | null;
135
+ start: string | null;
136
+ end: string | null;
137
+ uuid: string;
109
138
  queueId?: number | null | undefined;
110
- start?: string | null | undefined;
111
- end?: string | null | undefined;
112
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
113
139
  settings?: unknown;
114
- uuid?: string | undefined;
115
140
  cancelRequested?: string | null | undefined;
141
+ output?: string | null | undefined;
116
142
  }, {
117
143
  message: string;
144
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
118
145
  hookId: number;
119
146
  requestId: string;
120
147
  timestamp: string;
@@ -122,18 +149,18 @@ export declare const runs: (query?: RunsQuery) => {
122
149
  hookType: "function" | "webhook" | "job";
123
150
  request: string | null;
124
151
  response: string | null;
152
+ start: string | null;
153
+ end: string | null;
154
+ uuid: string;
125
155
  queueId?: number | null | undefined;
126
- start?: string | null | undefined;
127
- end?: string | null | undefined;
128
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
129
156
  settings?: unknown;
130
- uuid?: string | undefined;
131
157
  cancelRequested?: string | null | undefined;
132
- }>, import("zod").ZodObject<{
133
- annotationId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
134
- event: import("zod").ZodLiteral<"annotation_status">;
135
- action: import("zod").ZodLiteral<"changed">;
136
- }, "strip", import("zod").ZodTypeAny, {
158
+ output?: string | null | undefined;
159
+ }>, z.ZodObject<{
160
+ annotationId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
161
+ event: z.ZodLiteral<"annotation_status">;
162
+ action: z.ZodLiteral<"changed">;
163
+ }, "strip", z.ZodTypeAny, {
137
164
  event: "annotation_status";
138
165
  action: "changed";
139
166
  annotationId?: number | null | undefined;
@@ -141,24 +168,26 @@ export declare const runs: (query?: RunsQuery) => {
141
168
  event: "annotation_status";
142
169
  action: "changed";
143
170
  annotationId?: number | null | undefined;
144
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
145
- hookId: import("zod").ZodNumber;
146
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">, import("zod").ZodLiteral<"job">]>;
147
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>;
148
- message: import("zod").ZodString;
149
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
150
- request: import("zod").ZodNullable<import("zod").ZodString>;
151
- requestId: import("zod").ZodString;
152
- response: import("zod").ZodNullable<import("zod").ZodString>;
153
- timestamp: import("zod").ZodString;
154
- start: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
155
- end: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
156
- status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>>;
157
- settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
158
- uuid: import("zod").ZodOptional<import("zod").ZodString>;
159
- cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
160
- }, "strip", import("zod").ZodTypeAny, {
171
+ }>>, z.ZodIntersection<z.ZodObject<{
172
+ hookId: z.ZodNumber;
173
+ hookType: z.ZodUnion<[z.ZodLiteral<"webhook">, z.ZodLiteral<"function">, z.ZodLiteral<"job">]>;
174
+ logLevel: z.ZodUnion<[z.ZodLiteral<"INFO">, z.ZodLiteral<"ERROR">, z.ZodLiteral<"WARNING">]>;
175
+ message: z.ZodString;
176
+ queueId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
177
+ request: z.ZodNullable<z.ZodString>;
178
+ requestId: z.ZodString;
179
+ response: z.ZodNullable<z.ZodString>;
180
+ timestamp: z.ZodString;
181
+ start: z.ZodNullable<z.ZodString>;
182
+ end: z.ZodNullable<z.ZodString>;
183
+ status: z.ZodUnion<[z.ZodLiteral<"completed">, z.ZodLiteral<"failed">, z.ZodLiteral<"running">, z.ZodLiteral<"cancelled">, z.ZodLiteral<"waiting">]>;
184
+ uuid: z.ZodString;
185
+ settings: z.ZodOptional<z.ZodUnknown>;
186
+ cancelRequested: z.ZodNullable<z.ZodOptional<z.ZodString>>;
187
+ output: z.ZodNullable<z.ZodOptional<z.ZodString>>;
188
+ }, "strip", z.ZodTypeAny, {
161
189
  message: string;
190
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
162
191
  hookId: number;
163
192
  requestId: string;
164
193
  timestamp: string;
@@ -166,15 +195,16 @@ export declare const runs: (query?: RunsQuery) => {
166
195
  hookType: "function" | "webhook" | "job";
167
196
  request: string | null;
168
197
  response: string | null;
198
+ start: string | null;
199
+ end: string | null;
200
+ uuid: string;
169
201
  queueId?: number | null | undefined;
170
- start?: string | null | undefined;
171
- end?: string | null | undefined;
172
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
173
202
  settings?: unknown;
174
- uuid?: string | undefined;
175
203
  cancelRequested?: string | null | undefined;
204
+ output?: string | null | undefined;
176
205
  }, {
177
206
  message: string;
207
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
178
208
  hookId: number;
179
209
  requestId: string;
180
210
  timestamp: string;
@@ -182,18 +212,18 @@ export declare const runs: (query?: RunsQuery) => {
182
212
  hookType: "function" | "webhook" | "job";
183
213
  request: string | null;
184
214
  response: string | null;
215
+ start: string | null;
216
+ end: string | null;
217
+ uuid: string;
185
218
  queueId?: number | null | undefined;
186
- start?: string | null | undefined;
187
- end?: string | null | undefined;
188
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
189
219
  settings?: unknown;
190
- uuid?: string | undefined;
191
220
  cancelRequested?: string | null | undefined;
192
- }>, import("zod").ZodObject<{
193
- emailId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
194
- event: import("zod").ZodLiteral<"upload">;
195
- action: import("zod").ZodLiteral<"created">;
196
- }, "strip", import("zod").ZodTypeAny, {
221
+ output?: string | null | undefined;
222
+ }>, z.ZodObject<{
223
+ emailId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
224
+ event: z.ZodLiteral<"upload">;
225
+ action: z.ZodLiteral<"created">;
226
+ }, "strip", z.ZodTypeAny, {
197
227
  event: "upload";
198
228
  action: "created";
199
229
  emailId?: number | null | undefined;
@@ -201,24 +231,26 @@ export declare const runs: (query?: RunsQuery) => {
201
231
  event: "upload";
202
232
  action: "created";
203
233
  emailId?: number | null | undefined;
204
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
205
- hookId: import("zod").ZodNumber;
206
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">, import("zod").ZodLiteral<"job">]>;
207
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>;
208
- message: import("zod").ZodString;
209
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
210
- request: import("zod").ZodNullable<import("zod").ZodString>;
211
- requestId: import("zod").ZodString;
212
- response: import("zod").ZodNullable<import("zod").ZodString>;
213
- timestamp: import("zod").ZodString;
214
- start: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
215
- end: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
216
- status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>>;
217
- settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
218
- uuid: import("zod").ZodOptional<import("zod").ZodString>;
219
- cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
220
- }, "strip", import("zod").ZodTypeAny, {
234
+ }>>, z.ZodIntersection<z.ZodObject<{
235
+ hookId: z.ZodNumber;
236
+ hookType: z.ZodUnion<[z.ZodLiteral<"webhook">, z.ZodLiteral<"function">, z.ZodLiteral<"job">]>;
237
+ logLevel: z.ZodUnion<[z.ZodLiteral<"INFO">, z.ZodLiteral<"ERROR">, z.ZodLiteral<"WARNING">]>;
238
+ message: z.ZodString;
239
+ queueId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
240
+ request: z.ZodNullable<z.ZodString>;
241
+ requestId: z.ZodString;
242
+ response: z.ZodNullable<z.ZodString>;
243
+ timestamp: z.ZodString;
244
+ start: z.ZodNullable<z.ZodString>;
245
+ end: z.ZodNullable<z.ZodString>;
246
+ status: z.ZodUnion<[z.ZodLiteral<"completed">, z.ZodLiteral<"failed">, z.ZodLiteral<"running">, z.ZodLiteral<"cancelled">, z.ZodLiteral<"waiting">]>;
247
+ uuid: z.ZodString;
248
+ settings: z.ZodOptional<z.ZodUnknown>;
249
+ cancelRequested: z.ZodNullable<z.ZodOptional<z.ZodString>>;
250
+ output: z.ZodNullable<z.ZodOptional<z.ZodString>>;
251
+ }, "strip", z.ZodTypeAny, {
221
252
  message: string;
253
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
222
254
  hookId: number;
223
255
  requestId: string;
224
256
  timestamp: string;
@@ -226,15 +258,16 @@ export declare const runs: (query?: RunsQuery) => {
226
258
  hookType: "function" | "webhook" | "job";
227
259
  request: string | null;
228
260
  response: string | null;
261
+ start: string | null;
262
+ end: string | null;
263
+ uuid: string;
229
264
  queueId?: number | null | undefined;
230
- start?: string | null | undefined;
231
- end?: string | null | undefined;
232
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
233
265
  settings?: unknown;
234
- uuid?: string | undefined;
235
266
  cancelRequested?: string | null | undefined;
267
+ output?: string | null | undefined;
236
268
  }, {
237
269
  message: string;
270
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
238
271
  hookId: number;
239
272
  requestId: string;
240
273
  timestamp: string;
@@ -242,18 +275,18 @@ export declare const runs: (query?: RunsQuery) => {
242
275
  hookType: "function" | "webhook" | "job";
243
276
  request: string | null;
244
277
  response: string | null;
278
+ start: string | null;
279
+ end: string | null;
280
+ uuid: string;
245
281
  queueId?: number | null | undefined;
246
- start?: string | null | undefined;
247
- end?: string | null | undefined;
248
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
249
282
  settings?: unknown;
250
- uuid?: string | undefined;
251
283
  cancelRequested?: string | null | undefined;
252
- }>, import("zod").ZodObject<{
253
- emailId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
254
- event: import("zod").ZodLiteral<"email">;
255
- action: import("zod").ZodLiteral<"received">;
256
- }, "strip", import("zod").ZodTypeAny, {
284
+ output?: string | null | undefined;
285
+ }>, z.ZodObject<{
286
+ emailId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
287
+ event: z.ZodLiteral<"email">;
288
+ action: z.ZodLiteral<"received">;
289
+ }, "strip", z.ZodTypeAny, {
257
290
  event: "email";
258
291
  action: "received";
259
292
  emailId?: number | null | undefined;
@@ -261,24 +294,26 @@ export declare const runs: (query?: RunsQuery) => {
261
294
  event: "email";
262
295
  action: "received";
263
296
  emailId?: number | null | undefined;
264
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
265
- hookId: import("zod").ZodNumber;
266
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">, import("zod").ZodLiteral<"job">]>;
267
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>;
268
- message: import("zod").ZodString;
269
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
270
- request: import("zod").ZodNullable<import("zod").ZodString>;
271
- requestId: import("zod").ZodString;
272
- response: import("zod").ZodNullable<import("zod").ZodString>;
273
- timestamp: import("zod").ZodString;
274
- start: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
275
- end: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
276
- status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>>;
277
- settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
278
- uuid: import("zod").ZodOptional<import("zod").ZodString>;
279
- cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
280
- }, "strip", import("zod").ZodTypeAny, {
297
+ }>>, z.ZodIntersection<z.ZodObject<{
298
+ hookId: z.ZodNumber;
299
+ hookType: z.ZodUnion<[z.ZodLiteral<"webhook">, z.ZodLiteral<"function">, z.ZodLiteral<"job">]>;
300
+ logLevel: z.ZodUnion<[z.ZodLiteral<"INFO">, z.ZodLiteral<"ERROR">, z.ZodLiteral<"WARNING">]>;
301
+ message: z.ZodString;
302
+ queueId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
303
+ request: z.ZodNullable<z.ZodString>;
304
+ requestId: z.ZodString;
305
+ response: z.ZodNullable<z.ZodString>;
306
+ timestamp: z.ZodString;
307
+ start: z.ZodNullable<z.ZodString>;
308
+ end: z.ZodNullable<z.ZodString>;
309
+ status: z.ZodUnion<[z.ZodLiteral<"completed">, z.ZodLiteral<"failed">, z.ZodLiteral<"running">, z.ZodLiteral<"cancelled">, z.ZodLiteral<"waiting">]>;
310
+ uuid: z.ZodString;
311
+ settings: z.ZodOptional<z.ZodUnknown>;
312
+ cancelRequested: z.ZodNullable<z.ZodOptional<z.ZodString>>;
313
+ output: z.ZodNullable<z.ZodOptional<z.ZodString>>;
314
+ }, "strip", z.ZodTypeAny, {
281
315
  message: string;
316
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
282
317
  hookId: number;
283
318
  requestId: string;
284
319
  timestamp: string;
@@ -286,15 +321,16 @@ export declare const runs: (query?: RunsQuery) => {
286
321
  hookType: "function" | "webhook" | "job";
287
322
  request: string | null;
288
323
  response: string | null;
324
+ start: string | null;
325
+ end: string | null;
326
+ uuid: string;
289
327
  queueId?: number | null | undefined;
290
- start?: string | null | undefined;
291
- end?: string | null | undefined;
292
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
293
328
  settings?: unknown;
294
- uuid?: string | undefined;
295
329
  cancelRequested?: string | null | undefined;
330
+ output?: string | null | undefined;
296
331
  }, {
297
332
  message: string;
333
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
298
334
  hookId: number;
299
335
  requestId: string;
300
336
  timestamp: string;
@@ -302,26 +338,27 @@ export declare const runs: (query?: RunsQuery) => {
302
338
  hookType: "function" | "webhook" | "job";
303
339
  request: string | null;
304
340
  response: string | null;
341
+ start: string | null;
342
+ end: string | null;
343
+ uuid: string;
305
344
  queueId?: number | null | undefined;
306
- start?: string | null | undefined;
307
- end?: string | null | undefined;
308
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
309
345
  settings?: unknown;
310
- uuid?: string | undefined;
311
346
  cancelRequested?: string | null | undefined;
312
- }>, import("zod").ZodObject<{
313
- event: import("zod").ZodLiteral<"invocation">;
314
- action: import("zod").ZodUnion<[import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"scheduled">, import("zod").ZodLiteral<"integration">]>;
315
- }, "strip", import("zod").ZodTypeAny, {
347
+ output?: string | null | undefined;
348
+ }>, z.ZodObject<{
349
+ event: z.ZodLiteral<"invocation">;
350
+ action: z.ZodUnion<[z.ZodLiteral<"manual">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"integration">, z.ZodLiteral<"interface">]>;
351
+ }, "strip", z.ZodTypeAny, {
316
352
  event: "invocation";
317
- action: "manual" | "scheduled" | "integration";
353
+ action: "manual" | "scheduled" | "integration" | "interface";
318
354
  }, {
319
355
  event: "invocation";
320
- action: "manual" | "scheduled" | "integration";
356
+ action: "manual" | "scheduled" | "integration" | "interface";
321
357
  }>>]>, "many">;
322
- }, "strip", import("zod").ZodTypeAny, {
358
+ }, "strip", z.ZodTypeAny, {
323
359
  results: (({
324
360
  message: string;
361
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
325
362
  hookId: number;
326
363
  requestId: string;
327
364
  timestamp: string;
@@ -329,19 +366,20 @@ export declare const runs: (query?: RunsQuery) => {
329
366
  hookType: "function" | "webhook" | "job";
330
367
  request: string | null;
331
368
  response: string | null;
369
+ start: string | null;
370
+ end: string | null;
371
+ uuid: string;
332
372
  queueId?: number | null | undefined;
333
- start?: string | null | undefined;
334
- end?: string | null | undefined;
335
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
336
373
  settings?: unknown;
337
- uuid?: string | undefined;
338
374
  cancelRequested?: string | null | undefined;
375
+ output?: string | null | undefined;
339
376
  } & {
340
377
  event: "annotation_content";
341
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
378
+ action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
342
379
  annotationId?: number | null | undefined;
343
380
  }) | ({
344
381
  message: string;
382
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
345
383
  hookId: number;
346
384
  requestId: string;
347
385
  timestamp: string;
@@ -349,19 +387,20 @@ export declare const runs: (query?: RunsQuery) => {
349
387
  hookType: "function" | "webhook" | "job";
350
388
  request: string | null;
351
389
  response: string | null;
390
+ start: string | null;
391
+ end: string | null;
392
+ uuid: string;
352
393
  queueId?: number | null | undefined;
353
- start?: string | null | undefined;
354
- end?: string | null | undefined;
355
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
356
394
  settings?: unknown;
357
- uuid?: string | undefined;
358
395
  cancelRequested?: string | null | undefined;
396
+ output?: string | null | undefined;
359
397
  } & {
360
398
  event: "annotation_status";
361
399
  action: "changed";
362
400
  annotationId?: number | null | undefined;
363
401
  }) | ({
364
402
  message: string;
403
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
365
404
  hookId: number;
366
405
  requestId: string;
367
406
  timestamp: string;
@@ -369,19 +408,20 @@ export declare const runs: (query?: RunsQuery) => {
369
408
  hookType: "function" | "webhook" | "job";
370
409
  request: string | null;
371
410
  response: string | null;
411
+ start: string | null;
412
+ end: string | null;
413
+ uuid: string;
372
414
  queueId?: number | null | undefined;
373
- start?: string | null | undefined;
374
- end?: string | null | undefined;
375
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
376
415
  settings?: unknown;
377
- uuid?: string | undefined;
378
416
  cancelRequested?: string | null | undefined;
417
+ output?: string | null | undefined;
379
418
  } & {
380
419
  event: "upload";
381
420
  action: "created";
382
421
  emailId?: number | null | undefined;
383
422
  }) | ({
384
423
  message: string;
424
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
385
425
  hookId: number;
386
426
  requestId: string;
387
427
  timestamp: string;
@@ -389,19 +429,20 @@ export declare const runs: (query?: RunsQuery) => {
389
429
  hookType: "function" | "webhook" | "job";
390
430
  request: string | null;
391
431
  response: string | null;
432
+ start: string | null;
433
+ end: string | null;
434
+ uuid: string;
392
435
  queueId?: number | null | undefined;
393
- start?: string | null | undefined;
394
- end?: string | null | undefined;
395
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
396
436
  settings?: unknown;
397
- uuid?: string | undefined;
398
437
  cancelRequested?: string | null | undefined;
438
+ output?: string | null | undefined;
399
439
  } & {
400
440
  event: "email";
401
441
  action: "received";
402
442
  emailId?: number | null | undefined;
403
443
  }) | ({
404
444
  message: string;
445
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
405
446
  hookId: number;
406
447
  requestId: string;
407
448
  timestamp: string;
@@ -409,20 +450,27 @@ export declare const runs: (query?: RunsQuery) => {
409
450
  hookType: "function" | "webhook" | "job";
410
451
  request: string | null;
411
452
  response: string | null;
453
+ start: string | null;
454
+ end: string | null;
455
+ uuid: string;
412
456
  queueId?: number | null | undefined;
413
- start?: string | null | undefined;
414
- end?: string | null | undefined;
415
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
416
457
  settings?: unknown;
417
- uuid?: string | undefined;
418
458
  cancelRequested?: string | null | undefined;
459
+ output?: string | null | undefined;
419
460
  } & {
420
461
  event: "invocation";
421
- action: "manual" | "scheduled" | "integration";
462
+ action: "manual" | "scheduled" | "integration" | "interface";
422
463
  }))[];
464
+ pagination: {
465
+ next: string | null;
466
+ previous: string | null;
467
+ total: number;
468
+ totalPages: number;
469
+ };
423
470
  }, {
424
471
  results: (({
425
472
  message: string;
473
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
426
474
  hookId: number;
427
475
  requestId: string;
428
476
  timestamp: string;
@@ -430,19 +478,20 @@ export declare const runs: (query?: RunsQuery) => {
430
478
  hookType: "function" | "webhook" | "job";
431
479
  request: string | null;
432
480
  response: string | null;
481
+ start: string | null;
482
+ end: string | null;
483
+ uuid: string;
433
484
  queueId?: number | null | undefined;
434
- start?: string | null | undefined;
435
- end?: string | null | undefined;
436
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
437
485
  settings?: unknown;
438
- uuid?: string | undefined;
439
486
  cancelRequested?: string | null | undefined;
487
+ output?: string | null | undefined;
440
488
  } & {
441
489
  event: "annotation_content";
442
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
490
+ action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
443
491
  annotationId?: number | null | undefined;
444
492
  }) | ({
445
493
  message: string;
494
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
446
495
  hookId: number;
447
496
  requestId: string;
448
497
  timestamp: string;
@@ -450,19 +499,20 @@ export declare const runs: (query?: RunsQuery) => {
450
499
  hookType: "function" | "webhook" | "job";
451
500
  request: string | null;
452
501
  response: string | null;
502
+ start: string | null;
503
+ end: string | null;
504
+ uuid: string;
453
505
  queueId?: number | null | undefined;
454
- start?: string | null | undefined;
455
- end?: string | null | undefined;
456
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
457
506
  settings?: unknown;
458
- uuid?: string | undefined;
459
507
  cancelRequested?: string | null | undefined;
508
+ output?: string | null | undefined;
460
509
  } & {
461
510
  event: "annotation_status";
462
511
  action: "changed";
463
512
  annotationId?: number | null | undefined;
464
513
  }) | ({
465
514
  message: string;
515
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
466
516
  hookId: number;
467
517
  requestId: string;
468
518
  timestamp: string;
@@ -470,19 +520,20 @@ export declare const runs: (query?: RunsQuery) => {
470
520
  hookType: "function" | "webhook" | "job";
471
521
  request: string | null;
472
522
  response: string | null;
523
+ start: string | null;
524
+ end: string | null;
525
+ uuid: string;
473
526
  queueId?: number | null | undefined;
474
- start?: string | null | undefined;
475
- end?: string | null | undefined;
476
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
477
527
  settings?: unknown;
478
- uuid?: string | undefined;
479
528
  cancelRequested?: string | null | undefined;
529
+ output?: string | null | undefined;
480
530
  } & {
481
531
  event: "upload";
482
532
  action: "created";
483
533
  emailId?: number | null | undefined;
484
534
  }) | ({
485
535
  message: string;
536
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
486
537
  hookId: number;
487
538
  requestId: string;
488
539
  timestamp: string;
@@ -490,19 +541,20 @@ export declare const runs: (query?: RunsQuery) => {
490
541
  hookType: "function" | "webhook" | "job";
491
542
  request: string | null;
492
543
  response: string | null;
544
+ start: string | null;
545
+ end: string | null;
546
+ uuid: string;
493
547
  queueId?: number | null | undefined;
494
- start?: string | null | undefined;
495
- end?: string | null | undefined;
496
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
497
548
  settings?: unknown;
498
- uuid?: string | undefined;
499
549
  cancelRequested?: string | null | undefined;
550
+ output?: string | null | undefined;
500
551
  } & {
501
552
  event: "email";
502
553
  action: "received";
503
554
  emailId?: number | null | undefined;
504
555
  }) | ({
505
556
  message: string;
557
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
506
558
  hookId: number;
507
559
  requestId: string;
508
560
  timestamp: string;
@@ -510,70 +562,107 @@ export declare const runs: (query?: RunsQuery) => {
510
562
  hookType: "function" | "webhook" | "job";
511
563
  request: string | null;
512
564
  response: string | null;
565
+ start: string | null;
566
+ end: string | null;
567
+ uuid: string;
513
568
  queueId?: number | null | undefined;
514
- start?: string | null | undefined;
515
- end?: string | null | undefined;
516
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
517
569
  settings?: unknown;
518
- uuid?: string | undefined;
519
570
  cancelRequested?: string | null | undefined;
571
+ output?: string | null | undefined;
520
572
  } & {
521
573
  event: "invocation";
522
- action: "manual" | "scheduled" | "integration";
574
+ action: "manual" | "scheduled" | "integration" | "interface";
523
575
  }))[];
576
+ pagination: {
577
+ next: string | null;
578
+ previous: string | null;
579
+ total: number;
580
+ totalPages: number;
581
+ };
524
582
  }>;
525
- readonly query: Partial<{
526
- timestampAfter: string;
527
- timestampBefore: string;
528
- search: string;
529
- hook: Array<number>;
530
- requestId: string;
531
- logLevel: LogLevel;
532
- statusCode: Array<StatusCode>;
533
- queue: Array<string>;
534
- annotation: Array<number>;
535
- email: Array<string>;
536
- pageSize: number;
537
- status: Array<RunStatus>;
538
- }>;
539
- readonly querySchema: import("zod").ZodObject<{
540
- timestampAfter: import("zod").ZodOptional<import("zod").ZodString>;
541
- timestampBefore: import("zod").ZodOptional<import("zod").ZodString>;
542
- search: import("zod").ZodOptional<import("zod").ZodString>;
543
- hook: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
544
- requestId: import("zod").ZodOptional<import("zod").ZodString>;
545
- logLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>>;
546
- statusCode: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"200">, import("zod").ZodLiteral<"201">, import("zod").ZodLiteral<"202">, import("zod").ZodLiteral<"203">, import("zod").ZodLiteral<"204">, import("zod").ZodLiteral<"205">, import("zod").ZodLiteral<"206">, import("zod").ZodLiteral<"207">, import("zod").ZodLiteral<"208">, import("zod").ZodLiteral<"226">, import("zod").ZodLiteral<"400">, import("zod").ZodLiteral<"401">, import("zod").ZodLiteral<"402">, import("zod").ZodLiteral<"403">, import("zod").ZodLiteral<"404">, import("zod").ZodLiteral<"405">, import("zod").ZodLiteral<"406">, import("zod").ZodLiteral<"407">, import("zod").ZodLiteral<"408">, import("zod").ZodLiteral<"409">, import("zod").ZodLiteral<"410">, import("zod").ZodLiteral<"411">, import("zod").ZodLiteral<"412">, import("zod").ZodLiteral<"413">, import("zod").ZodLiteral<"414">, import("zod").ZodLiteral<"415">, import("zod").ZodLiteral<"416">, import("zod").ZodLiteral<"417">, import("zod").ZodLiteral<"418">, import("zod").ZodLiteral<"421">, import("zod").ZodLiteral<"422">, import("zod").ZodLiteral<"423">, import("zod").ZodLiteral<"424">, import("zod").ZodLiteral<"425">, import("zod").ZodLiteral<"426">, import("zod").ZodLiteral<"428">, import("zod").ZodLiteral<"429">, import("zod").ZodLiteral<"431">, import("zod").ZodLiteral<"451">, import("zod").ZodLiteral<"500">, import("zod").ZodLiteral<"501">, import("zod").ZodLiteral<"502">, import("zod").ZodLiteral<"503">, import("zod").ZodLiteral<"504">, import("zod").ZodLiteral<"505">, import("zod").ZodLiteral<"506">, import("zod").ZodLiteral<"507">, import("zod").ZodLiteral<"508">, import("zod").ZodLiteral<"510">, import("zod").ZodLiteral<"511">]>, "many">>;
547
- queue: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
548
- annotation: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
549
- email: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
550
- pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
551
- status: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>, "many">>;
552
- }, "strip", import("zod").ZodTypeAny, {
583
+ readonly query: {
584
+ readonly includeTotal: true;
585
+ readonly pageSize?: number;
586
+ readonly page?: number;
587
+ readonly timestampAfter?: string | undefined;
588
+ readonly timestampBefore?: string | undefined;
589
+ readonly startAfter?: string | undefined;
590
+ readonly startBefore?: string | undefined;
591
+ readonly endAfter?: string | undefined;
592
+ readonly endBefore?: string | undefined;
593
+ readonly search?: string | undefined;
594
+ readonly hook?: number[] | undefined;
595
+ readonly uuid?: string[] | undefined;
596
+ readonly requestId?: string | undefined;
597
+ readonly logLevel?: LogLevel | undefined;
598
+ readonly statusCode?: StatusCode[] | undefined;
599
+ readonly queue?: string[] | undefined;
600
+ readonly annotation?: number[] | undefined;
601
+ readonly email?: string[] | undefined;
602
+ readonly status?: RunStatus[] | undefined;
603
+ };
604
+ readonly querySchema: z.ZodIntersection<z.ZodObject<{
605
+ timestampAfter: z.ZodOptional<z.ZodString>;
606
+ timestampBefore: z.ZodOptional<z.ZodString>;
607
+ startAfter: z.ZodOptional<z.ZodString>;
608
+ startBefore: z.ZodOptional<z.ZodString>;
609
+ endAfter: z.ZodOptional<z.ZodString>;
610
+ endBefore: z.ZodOptional<z.ZodString>;
611
+ search: z.ZodOptional<z.ZodString>;
612
+ hook: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
613
+ uuid: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
614
+ requestId: z.ZodOptional<z.ZodString>;
615
+ logLevel: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"INFO">, z.ZodLiteral<"ERROR">, z.ZodLiteral<"WARNING">]>>;
616
+ statusCode: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"200">, z.ZodLiteral<"201">, z.ZodLiteral<"202">, z.ZodLiteral<"203">, z.ZodLiteral<"204">, z.ZodLiteral<"205">, z.ZodLiteral<"206">, z.ZodLiteral<"207">, z.ZodLiteral<"208">, z.ZodLiteral<"226">, z.ZodLiteral<"400">, z.ZodLiteral<"401">, z.ZodLiteral<"402">, z.ZodLiteral<"403">, z.ZodLiteral<"404">, z.ZodLiteral<"405">, z.ZodLiteral<"406">, z.ZodLiteral<"407">, z.ZodLiteral<"408">, z.ZodLiteral<"409">, z.ZodLiteral<"410">, z.ZodLiteral<"411">, z.ZodLiteral<"412">, z.ZodLiteral<"413">, z.ZodLiteral<"414">, z.ZodLiteral<"415">, z.ZodLiteral<"416">, z.ZodLiteral<"417">, z.ZodLiteral<"418">, z.ZodLiteral<"421">, z.ZodLiteral<"422">, z.ZodLiteral<"423">, z.ZodLiteral<"424">, z.ZodLiteral<"425">, z.ZodLiteral<"426">, z.ZodLiteral<"428">, z.ZodLiteral<"429">, z.ZodLiteral<"431">, z.ZodLiteral<"451">, z.ZodLiteral<"500">, z.ZodLiteral<"501">, z.ZodLiteral<"502">, z.ZodLiteral<"503">, z.ZodLiteral<"504">, z.ZodLiteral<"505">, z.ZodLiteral<"506">, z.ZodLiteral<"507">, z.ZodLiteral<"508">, z.ZodLiteral<"510">, z.ZodLiteral<"511">]>, "many">>;
617
+ queue: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
618
+ annotation: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
619
+ email: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
620
+ page: z.ZodOptional<z.ZodNumber>;
621
+ pageSize: z.ZodOptional<z.ZodNumber>;
622
+ status: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"completed">, z.ZodLiteral<"failed">, z.ZodLiteral<"running">, z.ZodLiteral<"cancelled">, z.ZodLiteral<"waiting">]>, "many">>;
623
+ }, "strip", z.ZodTypeAny, {
553
624
  timestampAfter?: string | undefined;
554
625
  timestampBefore?: string | undefined;
626
+ startAfter?: string | undefined;
627
+ startBefore?: string | undefined;
628
+ endAfter?: string | undefined;
629
+ endBefore?: string | undefined;
555
630
  search?: string | undefined;
556
631
  hook?: number[] | undefined;
632
+ uuid?: string[] | undefined;
557
633
  requestId?: string | undefined;
558
634
  logLevel?: "INFO" | "ERROR" | "WARNING" | undefined;
559
635
  statusCode?: ("400" | "401" | "403" | "404" | "405" | "409" | "413" | "429" | "500" | "503" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "226" | "402" | "406" | "407" | "408" | "410" | "411" | "412" | "414" | "415" | "416" | "417" | "418" | "421" | "422" | "423" | "424" | "425" | "426" | "428" | "431" | "451" | "501" | "502" | "504" | "505" | "506" | "507" | "508" | "510" | "511")[] | undefined;
560
636
  queue?: string[] | undefined;
561
637
  annotation?: number[] | undefined;
562
638
  email?: string[] | undefined;
639
+ page?: number | undefined;
563
640
  pageSize?: number | undefined;
564
641
  status?: ("failed" | "completed" | "running" | "cancelled" | "waiting")[] | undefined;
565
642
  }, {
566
643
  timestampAfter?: string | undefined;
567
644
  timestampBefore?: string | undefined;
645
+ startAfter?: string | undefined;
646
+ startBefore?: string | undefined;
647
+ endAfter?: string | undefined;
648
+ endBefore?: string | undefined;
568
649
  search?: string | undefined;
569
650
  hook?: number[] | undefined;
651
+ uuid?: string[] | undefined;
570
652
  requestId?: string | undefined;
571
653
  logLevel?: "INFO" | "ERROR" | "WARNING" | undefined;
572
654
  statusCode?: ("400" | "401" | "403" | "404" | "405" | "409" | "413" | "429" | "500" | "503" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "226" | "402" | "406" | "407" | "408" | "410" | "411" | "412" | "414" | "415" | "416" | "417" | "418" | "421" | "422" | "423" | "424" | "425" | "426" | "428" | "431" | "451" | "501" | "502" | "504" | "505" | "506" | "507" | "508" | "510" | "511")[] | undefined;
573
655
  queue?: string[] | undefined;
574
656
  annotation?: number[] | undefined;
575
657
  email?: string[] | undefined;
658
+ page?: number | undefined;
576
659
  pageSize?: number | undefined;
577
660
  status?: ("failed" | "completed" | "running" | "cancelled" | "waiting")[] | undefined;
578
- }>;
661
+ }>, z.ZodObject<{
662
+ includeTotal: z.ZodOptional<z.ZodBoolean>;
663
+ }, "strip", z.ZodTypeAny, {
664
+ includeTotal?: boolean | undefined;
665
+ }, {
666
+ includeTotal?: boolean | undefined;
667
+ }>>;
579
668
  };