@rossum/api-client 0.1.30 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1011) hide show
  1. package/index.js +4 -4
  2. package/index.js.map +1 -1
  3. package/package.json +1 -1
  4. package/src/annotations/endpoints/editPages.js.map +1 -1
  5. package/src/annotations/endpoints/editPages.schema.js +2 -0
  6. package/src/annotations/endpoints/editPages.schema.js.map +1 -1
  7. package/src/annotations/endpoints/editPagesInPlace.schema.js +1 -0
  8. package/src/annotations/endpoints/editPagesInPlace.schema.js.map +1 -1
  9. package/src/annotations/endpoints/list.js +3 -2
  10. package/src/annotations/endpoints/list.js.map +1 -1
  11. package/src/annotations/index.js +20 -0
  12. package/src/annotations/index.js.map +1 -0
  13. package/src/annotations/mocks/annotation.js +24 -0
  14. package/src/annotations/mocks/annotation.js.map +1 -0
  15. package/src/annotations/mocks/index.js +18 -0
  16. package/src/annotations/mocks/index.js.map +1 -0
  17. package/src/annotations/models/annotation.schema.js +1 -0
  18. package/src/annotations/models/annotation.schema.js.map +1 -1
  19. package/src/annotations/models/annotationData.schema.js +7 -0
  20. package/src/annotations/models/annotationData.schema.js.map +1 -1
  21. package/src/annotations/models/annotationListSideload.schema.js +5 -0
  22. package/src/annotations/models/annotationListSideload.schema.js.map +1 -1
  23. package/src/annotations/models/editPages.schema.js +10 -1
  24. package/src/annotations/models/editPages.schema.js.map +1 -1
  25. package/src/authentication/index.js +19 -0
  26. package/src/authentication/index.js.map +1 -0
  27. package/src/{rules/models/schemaRule.js → authentication/models/authInfo.js} +1 -1
  28. package/src/authentication/models/authInfo.js.map +1 -0
  29. package/src/authentication/models/index.js +19 -0
  30. package/src/authentication/models/index.js.map +1 -0
  31. package/src/automationBlockers/index.js +19 -0
  32. package/src/automationBlockers/index.js.map +1 -0
  33. package/src/automationBlockers/models/automationBlocker.js.map +1 -0
  34. package/src/automationBlockers/models/automationBlocker.schema.js +43 -10
  35. package/src/automationBlockers/models/automationBlocker.schema.js.map +1 -1
  36. package/src/automationBlockers/models/index.js +19 -0
  37. package/src/automationBlockers/models/index.js.map +1 -0
  38. package/src/billing/endpoints/getHistory.schema.js +14 -0
  39. package/src/billing/endpoints/getHistory.schema.js.map +1 -0
  40. package/src/billing/endpoints/index.js +22 -0
  41. package/src/billing/endpoints/index.js.map +1 -0
  42. package/src/billing/index.js +19 -0
  43. package/src/billing/index.js.map +1 -0
  44. package/src/billing/models/billingHistory.js +3 -0
  45. package/src/billing/models/billingHistory.js.map +1 -0
  46. package/src/{rule-templates/models/ruleTemplate.js → billing/models/billingStats.js} +1 -1
  47. package/src/billing/models/billingStats.js.map +1 -0
  48. package/src/billing/models/index.js +21 -0
  49. package/src/billing/models/index.js.map +1 -0
  50. package/src/connectors/endpoints/list.js +3 -2
  51. package/src/connectors/endpoints/list.js.map +1 -1
  52. package/src/connectors/index.js +19 -0
  53. package/src/connectors/index.js.map +1 -0
  54. package/src/connectors/models/connector.js +3 -0
  55. package/src/connectors/models/connector.js.map +1 -0
  56. package/src/connectors/models/index.js +19 -0
  57. package/src/connectors/models/index.js.map +1 -0
  58. package/src/dedicatedEngineSchema/index.js +19 -0
  59. package/src/dedicatedEngineSchema/index.js.map +1 -0
  60. package/src/dedicatedEngineSchema/models/index.js +25 -0
  61. package/src/dedicatedEngineSchema/models/index.js.map +1 -0
  62. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +3 -0
  63. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +1 -0
  64. package/src/dedicatedEngines/endpoints/list.js +3 -2
  65. package/src/dedicatedEngines/endpoints/list.js.map +1 -1
  66. package/src/dedicatedEngines/index.js +19 -0
  67. package/src/dedicatedEngines/index.js.map +1 -0
  68. package/src/dedicatedEngines/models/dedicatedEngine.js +3 -0
  69. package/src/dedicatedEngines/models/dedicatedEngine.js.map +1 -0
  70. package/src/dedicatedEngines/models/index.js +18 -0
  71. package/src/dedicatedEngines/models/index.js.map +1 -0
  72. package/src/deleteRecommendations/endpoints/list.js +3 -2
  73. package/src/deleteRecommendations/endpoints/list.js.map +1 -1
  74. package/src/deleteRecommendations/index.js +19 -0
  75. package/src/deleteRecommendations/index.js.map +1 -0
  76. package/src/deleteRecommendations/models/deleteRecommendation.js +3 -0
  77. package/src/deleteRecommendations/models/deleteRecommendation.js.map +1 -0
  78. package/src/deleteRecommendations/models/index.js +18 -0
  79. package/src/deleteRecommendations/models/index.js.map +1 -0
  80. package/src/documentRelations/endpoints/list.js +3 -2
  81. package/src/documentRelations/endpoints/list.js.map +1 -1
  82. package/src/documentRelations/index.js +19 -0
  83. package/src/documentRelations/index.js.map +1 -0
  84. package/src/documentRelations/models/index.js +18 -0
  85. package/src/documentRelations/models/index.js.map +1 -0
  86. package/src/documentRelations/models/relation.js +3 -0
  87. package/src/documentRelations/models/relation.js.map +1 -0
  88. package/src/documentRelations/models/relation.schema.js +18 -0
  89. package/src/documentRelations/models/relation.schema.js.map +1 -0
  90. package/src/documents/endpoints/index.js +3 -1
  91. package/src/documents/endpoints/index.js.map +1 -1
  92. package/src/documents/endpoints/list.js +3 -2
  93. package/src/documents/endpoints/list.js.map +1 -1
  94. package/src/documents/index.js +20 -0
  95. package/src/documents/index.js.map +1 -0
  96. package/src/documents/mocks/document.js +19 -0
  97. package/src/documents/mocks/document.js.map +1 -0
  98. package/src/documents/mocks/index.js +18 -0
  99. package/src/documents/mocks/index.js.map +1 -0
  100. package/src/documents/models/index.js +19 -0
  101. package/src/documents/models/index.js.map +1 -0
  102. package/src/email/endpoints/get.js +2 -2
  103. package/src/email/endpoints/get.js.map +1 -1
  104. package/src/email/endpoints/index.js +3 -1
  105. package/src/email/endpoints/index.js.map +1 -1
  106. package/src/email/endpoints/list.js +3 -2
  107. package/src/email/endpoints/list.js.map +1 -1
  108. package/src/email/index.js +20 -0
  109. package/src/email/index.js.map +1 -0
  110. package/src/email/mocks/email.js +49 -0
  111. package/src/email/mocks/email.js.map +1 -0
  112. package/src/email/mocks/index.js +18 -0
  113. package/src/email/mocks/index.js.map +1 -0
  114. package/src/email/models/email.js +3 -0
  115. package/src/email/models/email.js.map +1 -0
  116. package/src/email/models/index.js +19 -0
  117. package/src/email/models/index.js.map +1 -0
  118. package/src/emailTemplates/endpoints/list.js +3 -2
  119. package/src/emailTemplates/endpoints/list.js.map +1 -1
  120. package/src/emailTemplates/endpoints/list.schema.js +1 -1
  121. package/src/emailTemplates/endpoints/list.schema.js.map +1 -1
  122. package/src/emailTemplates/index.js +20 -0
  123. package/src/emailTemplates/index.js.map +1 -0
  124. package/src/emailTemplates/mocks/emailTemplate.js +26 -0
  125. package/src/emailTemplates/mocks/emailTemplate.js.map +1 -0
  126. package/src/emailTemplates/mocks/index.js +18 -0
  127. package/src/emailTemplates/mocks/index.js.map +1 -0
  128. package/src/emailTemplates/models/index.js +18 -0
  129. package/src/emailTemplates/models/index.js.map +1 -0
  130. package/src/emailTemplatesStats/endpoints/list.js +3 -2
  131. package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
  132. package/src/emailTemplatesStats/index.js +19 -0
  133. package/src/emailTemplatesStats/index.js.map +1 -0
  134. package/src/emailTemplatesStats/models/emailTemplateStats.js +3 -0
  135. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +1 -0
  136. package/src/emailTemplatesStats/models/index.js +18 -0
  137. package/src/emailTemplatesStats/models/index.js.map +1 -0
  138. package/src/emailThreads/endpoints/list.js +3 -2
  139. package/src/emailThreads/endpoints/list.js.map +1 -1
  140. package/src/emailThreads/index.js +20 -0
  141. package/src/emailThreads/index.js.map +1 -0
  142. package/src/emailThreads/mocks/emailThread.js +30 -0
  143. package/src/emailThreads/mocks/emailThread.js.map +1 -0
  144. package/src/emailThreads/mocks/index.js +18 -0
  145. package/src/emailThreads/mocks/index.js.map +1 -0
  146. package/src/emailThreads/models/emailThreads.js +3 -0
  147. package/src/emailThreads/models/emailThreads.js.map +1 -0
  148. package/src/emailThreads/models/index.js +19 -0
  149. package/src/emailThreads/models/index.js.map +1 -0
  150. package/src/engineFields/endpoints/list.js +3 -2
  151. package/src/engineFields/endpoints/list.js.map +1 -1
  152. package/src/engineFields/index.js +19 -0
  153. package/src/engineFields/index.js.map +1 -0
  154. package/src/engineFields/models/index.js +20 -0
  155. package/src/engineFields/models/index.js.map +1 -0
  156. package/src/engineFields/models/preTrainedField.js +3 -0
  157. package/src/engineFields/models/preTrainedField.js.map +1 -0
  158. package/src/engines/endpoints/list.js +3 -2
  159. package/src/engines/endpoints/list.js.map +1 -1
  160. package/src/engines/endpoints/queueStats.js +3 -2
  161. package/src/engines/endpoints/queueStats.js.map +1 -1
  162. package/src/engines/index.js +19 -0
  163. package/src/engines/index.js.map +1 -0
  164. package/src/engines/models/engineQueueStatsItem.js +3 -0
  165. package/src/engines/models/engineQueueStatsItem.js.map +1 -0
  166. package/src/engines/models/index.js +18 -0
  167. package/src/engines/models/index.js.map +1 -0
  168. package/src/genericEngines/endpoints/list.js +3 -2
  169. package/src/genericEngines/endpoints/list.js.map +1 -1
  170. package/src/genericEngines/index.js +19 -0
  171. package/src/genericEngines/index.js.map +1 -0
  172. package/src/genericEngines/models/genericEngine.js +3 -0
  173. package/src/genericEngines/models/genericEngine.js.map +1 -0
  174. package/src/genericEngines/models/index.js +18 -0
  175. package/src/genericEngines/models/index.js.map +1 -0
  176. package/src/groups/endpoints/list.js +3 -0
  177. package/src/groups/endpoints/list.js.map +1 -1
  178. package/src/groups/endpoints/list.schema.js +12 -0
  179. package/src/groups/endpoints/list.schema.js.map +1 -0
  180. package/src/groups/index.js +19 -0
  181. package/src/groups/index.js.map +1 -0
  182. package/src/groups/models/group.js +3 -0
  183. package/src/groups/models/group.js.map +1 -0
  184. package/src/groups/models/index.js +18 -0
  185. package/src/groups/models/index.js.map +1 -0
  186. package/src/hookInterfaces/endpoints/list.js +3 -2
  187. package/src/hookInterfaces/endpoints/list.js.map +1 -1
  188. package/src/hookInterfaces/index.js +19 -0
  189. package/src/hookInterfaces/index.js.map +1 -0
  190. package/src/hookTemplates/endpoints/list.js +3 -2
  191. package/src/hookTemplates/endpoints/list.js.map +1 -1
  192. package/src/hookTemplates/index.js +19 -0
  193. package/src/hookTemplates/index.js.map +1 -0
  194. package/src/hookTemplates/models/hookTemplate.js +3 -0
  195. package/src/hookTemplates/models/hookTemplate.js.map +1 -0
  196. package/src/hookTemplates/models/hookTemplate.schema.js +2 -1
  197. package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
  198. package/src/hookTemplates/models/index.js +21 -0
  199. package/src/hookTemplates/models/index.js.map +1 -0
  200. package/src/hooks/endpoints/createFromTemplate.js.map +1 -1
  201. package/src/hooks/endpoints/createFromTemplate.schema.js +2 -2
  202. package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -1
  203. package/src/hooks/endpoints/duplicate.js +16 -0
  204. package/src/hooks/endpoints/duplicate.js.map +1 -0
  205. package/src/hooks/endpoints/duplicate.schema.js +11 -0
  206. package/src/hooks/endpoints/duplicate.schema.js.map +1 -0
  207. package/src/hooks/endpoints/index.js +2 -0
  208. package/src/hooks/endpoints/index.js.map +1 -1
  209. package/src/hooks/endpoints/list.js +3 -2
  210. package/src/hooks/endpoints/list.js.map +1 -1
  211. package/src/hooks/endpoints/list.schema.js +3 -2
  212. package/src/hooks/endpoints/list.schema.js.map +1 -1
  213. package/src/hooks/endpoints/runLogs.js +3 -0
  214. package/src/hooks/endpoints/runLogs.js.map +1 -1
  215. package/src/hooks/endpoints/runs.js +6 -3
  216. package/src/hooks/endpoints/runs.js.map +1 -1
  217. package/src/hooks/endpoints/runs.schema.js +3 -4
  218. package/src/hooks/endpoints/runs.schema.js.map +1 -1
  219. package/src/hooks/index.js +19 -0
  220. package/src/hooks/index.js.map +1 -0
  221. package/src/hooks/models/event.js +59 -0
  222. package/src/hooks/models/event.js.map +1 -0
  223. package/src/hooks/models/event.schema.js +7 -0
  224. package/src/hooks/models/event.schema.js.map +1 -0
  225. package/src/hooks/models/hook.schema.js +2 -1
  226. package/src/hooks/models/hook.schema.js.map +1 -1
  227. package/src/hooks/models/hookConfig.schema.js +1 -1
  228. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  229. package/src/hooks/models/hookUtils.schema.js +1 -21
  230. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  231. package/src/hooks/models/index.js +29 -0
  232. package/src/hooks/models/index.js.map +1 -0
  233. package/src/hooks/models/run.schema.js +5 -4
  234. package/src/hooks/models/run.schema.js.map +1 -1
  235. package/src/hooks/models/values.js +15 -0
  236. package/src/hooks/models/values.js.map +1 -0
  237. package/src/inboxes/endpoints/list.js +3 -2
  238. package/src/inboxes/endpoints/list.js.map +1 -1
  239. package/src/inboxes/index.js +20 -0
  240. package/src/inboxes/index.js.map +1 -0
  241. package/src/inboxes/mocks/inbox.js +21 -0
  242. package/src/inboxes/mocks/inbox.js.map +1 -0
  243. package/src/inboxes/mocks/index.js +18 -0
  244. package/src/inboxes/mocks/index.js.map +1 -0
  245. package/src/inboxes/models/index.js +18 -0
  246. package/src/inboxes/models/index.js.map +1 -0
  247. package/src/internal/endpoints/computedFieldSummary.js +15 -0
  248. package/src/internal/endpoints/computedFieldSummary.js.map +1 -0
  249. package/src/internal/endpoints/computedFieldSummary.schema.js +21 -0
  250. package/src/internal/endpoints/computedFieldSummary.schema.js.map +1 -0
  251. package/src/internal/endpoints/getMetabaseJWT.js +13 -0
  252. package/src/internal/endpoints/getMetabaseJWT.js.map +1 -0
  253. package/src/internal/endpoints/getMetabaseJWT.schema.js +8 -0
  254. package/src/internal/endpoints/getMetabaseJWT.schema.js.map +1 -0
  255. package/src/internal/endpoints/index.js +11 -1
  256. package/src/internal/endpoints/index.js.map +1 -1
  257. package/src/internal/endpoints/reportSummary.js +15 -0
  258. package/src/internal/endpoints/reportSummary.js.map +1 -0
  259. package/src/internal/endpoints/reportSummary.schema.js +12 -0
  260. package/src/internal/endpoints/reportSummary.schema.js.map +1 -0
  261. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  262. package/src/internal/endpoints/rules/evaluateRules.schema.js +5 -6
  263. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  264. package/src/internal/endpoints/rules/suggestRule.schema.js +4 -4
  265. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  266. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js +4 -4
  267. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js.map +1 -1
  268. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +4 -4
  269. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  270. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  271. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -2
  272. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  273. package/src/internal/endpoints/schemas/formulasInfo.schema.js +7 -1
  274. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  275. package/src/internal/endpoints/schemas/suggestComputedField.js +13 -0
  276. package/src/internal/endpoints/schemas/suggestComputedField.js.map +1 -0
  277. package/src/internal/endpoints/schemas/suggestComputedField.schema.js +21 -0
  278. package/src/internal/endpoints/schemas/suggestComputedField.schema.js.map +1 -0
  279. package/src/internal/endpoints/suggestReport.js +15 -0
  280. package/src/internal/endpoints/suggestReport.js.map +1 -0
  281. package/src/internal/endpoints/suggestReport.schema.js +13 -0
  282. package/src/internal/endpoints/suggestReport.schema.js.map +1 -0
  283. package/src/internal/index.js +18 -0
  284. package/src/internal/index.js.map +1 -0
  285. package/src/labels/endpoints/list.js +3 -2
  286. package/src/labels/endpoints/list.js.map +1 -1
  287. package/src/labels/index.js +19 -0
  288. package/src/labels/index.js.map +1 -0
  289. package/src/labels/models/index.js +19 -0
  290. package/src/labels/models/index.js.map +1 -0
  291. package/src/memberships/index.js +19 -0
  292. package/src/memberships/index.js.map +1 -0
  293. package/src/memberships/models/index.js +18 -0
  294. package/src/memberships/models/index.js.map +1 -0
  295. package/src/memberships/models/membership.js +3 -0
  296. package/src/memberships/models/membership.js.map +1 -0
  297. package/src/organization/endpoints/list.js +3 -2
  298. package/src/organization/endpoints/list.js.map +1 -1
  299. package/src/organization/endpoints/patch.schema.js +6 -0
  300. package/src/organization/endpoints/patch.schema.js.map +1 -0
  301. package/src/organization/index.js +20 -0
  302. package/src/organization/index.js.map +1 -0
  303. package/src/organization/mocks/index.js +18 -0
  304. package/src/organization/mocks/index.js.map +1 -0
  305. package/src/organization/mocks/organization.js +15 -0
  306. package/src/organization/mocks/organization.js.map +1 -0
  307. package/src/organization/models/emailLimits.js +3 -0
  308. package/src/organization/models/emailLimits.js.map +1 -0
  309. package/src/organization/models/index.js +23 -0
  310. package/src/organization/models/index.js.map +1 -0
  311. package/src/organization/models/limits.js +3 -0
  312. package/src/organization/models/limits.js.map +1 -0
  313. package/src/organizationGroups/endpoints/organizations.js +3 -2
  314. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  315. package/src/organizationGroups/endpoints/queues.js +3 -2
  316. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  317. package/src/organizationGroups/endpoints/workspaces.js +3 -2
  318. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  319. package/src/organizationGroups/index.js +19 -0
  320. package/src/organizationGroups/index.js.map +1 -0
  321. package/src/organizationGroups/models/index.js +23 -0
  322. package/src/organizationGroups/models/index.js.map +1 -0
  323. package/src/organizationGroups/models/organizationGroupOrganization.js +3 -0
  324. package/src/organizationGroups/models/organizationGroupOrganization.js.map +1 -0
  325. package/src/organizationGroups/models/organizationGroupQueue.js +3 -0
  326. package/src/organizationGroups/models/organizationGroupQueue.js.map +1 -0
  327. package/src/organizationGroups/models/organizationGroupWorkspace.js +3 -0
  328. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +1 -0
  329. package/src/pages/endpoints/list.js +3 -2
  330. package/src/pages/endpoints/list.js.map +1 -1
  331. package/src/pages/endpoints/list.schema.js +13 -3
  332. package/src/pages/endpoints/list.schema.js.map +1 -1
  333. package/src/pages/index.js +19 -0
  334. package/src/pages/index.js.map +1 -0
  335. package/src/pages/models/index.js +18 -0
  336. package/src/pages/models/index.js.map +1 -0
  337. package/src/pages/models/page.js +3 -0
  338. package/src/pages/models/page.js.map +1 -0
  339. package/src/queues/endpoints/automation.schema.js +2 -2
  340. package/src/queues/endpoints/automation.schema.js.map +1 -1
  341. package/src/queues/endpoints/automationSetupCurrentStats.js +13 -0
  342. package/src/queues/endpoints/automationSetupCurrentStats.js.map +1 -0
  343. package/src/queues/endpoints/automationSetupProjections.js +17 -0
  344. package/src/queues/endpoints/automationSetupProjections.js.map +1 -0
  345. package/src/queues/endpoints/duplicate.js.map +1 -1
  346. package/src/queues/endpoints/duplicate.schema.js +1 -0
  347. package/src/queues/endpoints/duplicate.schema.js.map +1 -1
  348. package/src/queues/endpoints/getAutomationTargets.js +14 -0
  349. package/src/queues/endpoints/getAutomationTargets.js.map +1 -0
  350. package/src/queues/endpoints/index.js +8 -2
  351. package/src/queues/endpoints/index.js.map +1 -1
  352. package/src/queues/endpoints/list.js +5 -3
  353. package/src/queues/endpoints/list.js.map +1 -1
  354. package/src/queues/endpoints/list.schema.js +5 -3
  355. package/src/queues/endpoints/list.schema.js.map +1 -1
  356. package/src/queues/endpoints/saveAutomationTarget.js +16 -0
  357. package/src/queues/endpoints/saveAutomationTarget.js.map +1 -0
  358. package/src/queues/index.js +20 -0
  359. package/src/queues/index.js.map +1 -0
  360. package/src/queues/mocks/automation.js +19 -0
  361. package/src/queues/mocks/automation.js.map +1 -0
  362. package/src/queues/mocks/index.js +19 -0
  363. package/src/queues/mocks/index.js.map +1 -0
  364. package/src/queues/mocks/queue.js +33 -0
  365. package/src/queues/mocks/queue.js.map +1 -0
  366. package/src/queues/models/automationResponseAutomationBlocker.js +3 -0
  367. package/src/queues/models/automationResponseAutomationBlocker.js.map +1 -0
  368. package/src/queues/models/automationResponseAutomationBlocker.schema.js +24 -0
  369. package/src/queues/models/automationResponseAutomationBlocker.schema.js.map +1 -0
  370. package/src/queues/models/automationSetup.schema.js +50 -31
  371. package/src/queues/models/automationSetup.schema.js.map +1 -1
  372. package/src/queues/models/index.js +31 -0
  373. package/src/queues/models/index.js.map +1 -0
  374. package/src/queues/models/queueSettings.schema.js +45 -3
  375. package/src/queues/models/queueSettings.schema.js.map +1 -1
  376. package/src/queues/models/relatedObjectsCounts.js +3 -0
  377. package/src/queues/models/relatedObjectsCounts.js.map +1 -0
  378. package/src/queues/models/vendorEmailNotificationsSettings.js +3 -0
  379. package/src/queues/models/vendorEmailNotificationsSettings.js.map +1 -0
  380. package/src/queues/models/vendorEmailNotificationsSettings.schema.js +16 -0
  381. package/src/queues/models/vendorEmailNotificationsSettings.schema.js.map +1 -0
  382. package/src/relations/endpoints/list.js +3 -2
  383. package/src/relations/endpoints/list.js.map +1 -1
  384. package/src/relations/index.js +19 -0
  385. package/src/relations/index.js.map +1 -0
  386. package/src/relations/models/index.js +19 -0
  387. package/src/relations/models/index.js.map +1 -0
  388. package/src/rules/endpoints/create.js +2 -2
  389. package/src/rules/endpoints/create.js.map +1 -1
  390. package/src/rules/endpoints/create.schema.js +5 -2
  391. package/src/rules/endpoints/create.schema.js.map +1 -1
  392. package/src/rules/endpoints/get.js +2 -2
  393. package/src/rules/endpoints/get.js.map +1 -1
  394. package/src/rules/endpoints/index.js.map +1 -1
  395. package/src/rules/endpoints/list.js +5 -4
  396. package/src/rules/endpoints/list.js.map +1 -1
  397. package/src/rules/endpoints/list.schema.js +4 -1
  398. package/src/rules/endpoints/list.schema.js.map +1 -1
  399. package/src/rules/endpoints/patch.js +2 -2
  400. package/src/rules/endpoints/patch.js.map +1 -1
  401. package/src/rules/endpoints/patch.schema.js +2 -2
  402. package/src/rules/endpoints/patch.schema.js.map +1 -1
  403. package/src/rules/index.js +18 -0
  404. package/src/rules/index.js.map +1 -0
  405. package/src/rules/models/queueRule.js +3 -0
  406. package/src/rules/models/queueRule.js.map +1 -0
  407. package/src/rules/models/{schemaRule.schema.js → queueRule.schema.js} +9 -12
  408. package/src/rules/models/queueRule.schema.js.map +1 -0
  409. package/src/rulesExecutionLogs/endpoints/get.js +13 -0
  410. package/src/rulesExecutionLogs/endpoints/get.js.map +1 -0
  411. package/src/rulesExecutionLogs/endpoints/index.js +10 -0
  412. package/src/rulesExecutionLogs/endpoints/index.js.map +1 -0
  413. package/src/rulesExecutionLogs/endpoints/list.js +18 -0
  414. package/src/rulesExecutionLogs/endpoints/list.js.map +1 -0
  415. package/src/rulesExecutionLogs/endpoints/list.schema.js +17 -0
  416. package/src/rulesExecutionLogs/endpoints/list.schema.js.map +1 -0
  417. package/src/rulesExecutionLogs/index.js +19 -0
  418. package/src/rulesExecutionLogs/index.js.map +1 -0
  419. package/src/rulesExecutionLogs/models/index.js +3 -0
  420. package/src/rulesExecutionLogs/models/index.js.map +1 -0
  421. package/src/rulesExecutionLogs/models/ruleExecutionLog.js +3 -0
  422. package/src/rulesExecutionLogs/models/ruleExecutionLog.js.map +1 -0
  423. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js +32 -0
  424. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js.map +1 -0
  425. package/src/schemaFields/index.js +19 -0
  426. package/src/schemaFields/index.js.map +1 -0
  427. package/src/schemaFields/models/index.js +19 -0
  428. package/src/schemaFields/models/index.js.map +1 -0
  429. package/src/schemas/endpoints/get.js +12 -1
  430. package/src/schemas/endpoints/get.js.map +1 -1
  431. package/src/schemas/endpoints/index.js +3 -0
  432. package/src/schemas/endpoints/index.js.map +1 -1
  433. package/src/schemas/endpoints/list.js +3 -2
  434. package/src/schemas/endpoints/list.js.map +1 -1
  435. package/src/schemas/endpoints/patch.js +12 -1
  436. package/src/schemas/endpoints/patch.js.map +1 -1
  437. package/src/schemas/endpoints/patch.schema.js +3 -1
  438. package/src/schemas/endpoints/patch.schema.js.map +1 -1
  439. package/src/schemas/endpoints/validate.js +13 -2
  440. package/src/schemas/endpoints/validate.js.map +1 -1
  441. package/src/schemas/index.js +20 -0
  442. package/src/schemas/index.js.map +1 -0
  443. package/src/schemas/mocks/index.js +19 -0
  444. package/src/schemas/mocks/index.js.map +1 -0
  445. package/src/schemas/mocks/schema.js +12 -0
  446. package/src/schemas/mocks/schema.js.map +1 -0
  447. package/src/schemas/mocks/schemaItem.js +64 -0
  448. package/src/schemas/mocks/schemaItem.js.map +1 -0
  449. package/src/schemas/models/index.js +49 -0
  450. package/src/schemas/models/index.js.map +1 -0
  451. package/src/schemas/models/list.js +3 -0
  452. package/src/schemas/models/list.js.map +1 -0
  453. package/src/schemas/models/list.schema.js +23 -0
  454. package/src/schemas/models/list.schema.js.map +1 -0
  455. package/src/schemas/models/rawSchema.js +3 -0
  456. package/src/schemas/models/rawSchema.js.map +1 -0
  457. package/src/schemas/models/rawSchema.schema.js +16 -0
  458. package/src/schemas/models/rawSchema.schema.js.map +1 -0
  459. package/src/schemas/models/schema.schema.js +2 -0
  460. package/src/schemas/models/schema.schema.js.map +1 -1
  461. package/src/schemas/models/schemaDatapointBase.schema.js +2 -2
  462. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  463. package/src/schemas/models/schemaDatapointEnum.schema.js +1 -0
  464. package/src/schemas/models/schemaDatapointEnum.schema.js.map +1 -1
  465. package/src/shared/index.js +18 -0
  466. package/src/shared/index.js.map +1 -0
  467. package/src/shared/models/annotationListTable.schema.js +1 -0
  468. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  469. package/src/shared/models/index.js +23 -0
  470. package/src/shared/models/index.js.map +1 -0
  471. package/src/shared/models/message.schema.js +7 -3
  472. package/src/shared/models/message.schema.js.map +1 -1
  473. package/src/suggestedEdit/index.js +19 -0
  474. package/src/suggestedEdit/index.js.map +1 -0
  475. package/src/suggestedEdit/models/index.js +21 -0
  476. package/src/suggestedEdit/models/index.js.map +1 -0
  477. package/src/suggestedEdit/models/suggestedDocument.js +3 -0
  478. package/src/suggestedEdit/models/suggestedDocument.js.map +1 -0
  479. package/src/suggestedEdit/models/suggestedDocument.schema.js +3 -0
  480. package/src/suggestedEdit/models/suggestedDocument.schema.js.map +1 -1
  481. package/src/suggestedEdit/models/suggestedEdit.js +3 -0
  482. package/src/suggestedEdit/models/suggestedEdit.js.map +1 -0
  483. package/src/surveys/endpoints/get.schema.js +10 -0
  484. package/src/surveys/endpoints/get.schema.js.map +1 -0
  485. package/src/surveys/endpoints/list.js +3 -2
  486. package/src/surveys/endpoints/list.js.map +1 -1
  487. package/src/surveys/index.js +19 -0
  488. package/src/surveys/index.js.map +1 -0
  489. package/src/surveys/models/index.js +21 -0
  490. package/src/surveys/models/index.js.map +1 -0
  491. package/src/surveys/models/question.js +3 -0
  492. package/src/surveys/models/question.js.map +1 -0
  493. package/src/surveys/models/question.schema.js +11 -0
  494. package/src/surveys/models/question.schema.js.map +1 -0
  495. package/src/surveys/models/survey.js +3 -0
  496. package/src/surveys/models/survey.js.map +1 -0
  497. package/src/surveys/models/surveyTemplate.js +3 -0
  498. package/src/surveys/models/surveyTemplate.js.map +1 -0
  499. package/src/surveys/models/surveyTemplate.schema.js +11 -0
  500. package/src/surveys/models/surveyTemplate.schema.js.map +1 -0
  501. package/src/tasks/index.js +20 -0
  502. package/src/tasks/index.js.map +1 -0
  503. package/src/tasks/mocks/asyncTask.js +14 -0
  504. package/src/tasks/mocks/asyncTask.js.map +1 -0
  505. package/src/tasks/mocks/index.js +18 -0
  506. package/src/tasks/mocks/index.js.map +1 -0
  507. package/src/tasks/models/asyncTask.js +3 -0
  508. package/src/tasks/models/asyncTask.js.map +1 -0
  509. package/src/tasks/models/asyncTaskResult.js +3 -0
  510. package/src/tasks/models/asyncTaskResult.js.map +1 -0
  511. package/src/tasks/models/asyncTaskResult.schema.js +13 -0
  512. package/src/tasks/models/asyncTaskResult.schema.js.map +1 -0
  513. package/src/tasks/models/index.js +21 -0
  514. package/src/tasks/models/index.js.map +1 -0
  515. package/src/triggers/endpoints/list.js +3 -2
  516. package/src/triggers/endpoints/list.js.map +1 -1
  517. package/src/triggers/index.js +19 -0
  518. package/src/triggers/index.js.map +1 -0
  519. package/src/triggers/models/index.js +18 -0
  520. package/src/triggers/models/index.js.map +1 -0
  521. package/src/uploads/index.js +19 -0
  522. package/src/uploads/index.js.map +1 -0
  523. package/src/uploads/models/index.js +19 -0
  524. package/src/uploads/models/index.js.map +1 -0
  525. package/src/uploads/models/upload.js +3 -0
  526. package/src/uploads/models/upload.js.map +1 -0
  527. package/src/users/endpoints/index.js.map +1 -1
  528. package/src/users/endpoints/list.js +3 -2
  529. package/src/users/endpoints/list.js.map +1 -1
  530. package/src/users/endpoints/list.schema.js +2 -1
  531. package/src/users/endpoints/list.schema.js.map +1 -1
  532. package/src/users/index.js +20 -0
  533. package/src/users/index.js.map +1 -0
  534. package/src/users/mocks/index.js +18 -0
  535. package/src/users/mocks/index.js.map +1 -0
  536. package/src/users/mocks/user.js +14 -0
  537. package/src/users/mocks/user.js.map +1 -0
  538. package/src/users/models/resetPassword.js +3 -0
  539. package/src/users/models/resetPassword.js.map +1 -0
  540. package/src/utils/index.js +37 -0
  541. package/src/utils/index.js.map +1 -0
  542. package/src/utils/mockUtils.js +13 -0
  543. package/src/utils/mockUtils.js.map +1 -0
  544. package/src/utils.schema.js +9 -0
  545. package/src/utils.schema.js.map +1 -0
  546. package/src/workflowActivities/endpoints/list.js +3 -2
  547. package/src/workflowActivities/endpoints/list.js.map +1 -1
  548. package/src/workflowActivities/index.js +19 -0
  549. package/src/workflowActivities/index.js.map +1 -0
  550. package/src/workflowActivities/models/index.js +18 -0
  551. package/src/workflowActivities/models/index.js.map +1 -0
  552. package/src/workflowRuns/endpoints/list.js +3 -2
  553. package/src/workflowRuns/endpoints/list.js.map +1 -1
  554. package/src/workflowRuns/index.js +19 -0
  555. package/src/workflowRuns/index.js.map +1 -0
  556. package/src/workflowRuns/models/index.js +19 -0
  557. package/src/workflowRuns/models/index.js.map +1 -0
  558. package/src/workflowSteps/endpoints/list.js +3 -2
  559. package/src/workflowSteps/endpoints/list.js.map +1 -1
  560. package/src/workflowSteps/index.js +19 -0
  561. package/src/workflowSteps/index.js.map +1 -0
  562. package/src/workflowSteps/models/index.js +18 -0
  563. package/src/workflowSteps/models/index.js.map +1 -0
  564. package/src/workflows/endpoints/list.js +3 -2
  565. package/src/workflows/endpoints/list.js.map +1 -1
  566. package/src/workflows/index.js +19 -0
  567. package/src/workflows/index.js.map +1 -0
  568. package/src/workflows/models/index.js +18 -0
  569. package/src/workflows/models/index.js.map +1 -0
  570. package/src/workspaces/endpoints/list.js +3 -2
  571. package/src/workspaces/endpoints/list.js.map +1 -1
  572. package/src/workspaces/index.js +19 -0
  573. package/src/workspaces/index.js.map +1 -0
  574. package/src/workspaces/models/index.js +18 -0
  575. package/src/workspaces/models/index.js.map +1 -0
  576. package/types/index.d.ts +6531 -2434
  577. package/types/src/annotations/endpoints/editPages.d.ts +14 -0
  578. package/types/src/annotations/endpoints/editPages.schema.d.ts +12 -0
  579. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +6 -0
  580. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +5 -0
  581. package/types/src/annotations/endpoints/get.d.ts +52 -21
  582. package/types/src/annotations/endpoints/getContent.d.ts +456 -0
  583. package/types/src/annotations/endpoints/index.d.ts +1934 -155
  584. package/types/src/annotations/endpoints/list.d.ts +1118 -570
  585. package/types/src/annotations/endpoints/patch.d.ts +104 -42
  586. package/types/src/annotations/endpoints/patch.schema.d.ts +52 -21
  587. package/types/src/annotations/endpoints/search.d.ts +571 -42
  588. package/types/src/annotations/endpoints/startEditPages.d.ts +72 -0
  589. package/types/src/annotations/endpoints/updateContent.d.ts +23 -0
  590. package/types/src/annotations/endpoints/validate.d.ts +42 -0
  591. package/types/src/annotations/endpoints/validate.schema.d.ts +42 -0
  592. package/types/src/annotations/index.d.ts +3 -0
  593. package/types/src/annotations/mocks/annotation.d.ts +8 -0
  594. package/types/src/annotations/mocks/index.d.ts +1 -0
  595. package/types/src/annotations/models/annotation.d.ts +1 -0
  596. package/types/src/annotations/models/annotation.schema.d.ts +52 -21
  597. package/types/src/annotations/models/annotationData.d.ts +5 -0
  598. package/types/src/annotations/models/annotationData.schema.d.ts +819 -0
  599. package/types/src/annotations/models/annotationListSideload.d.ts +4 -1
  600. package/types/src/annotations/models/annotationListSideload.schema.d.ts +504 -16
  601. package/types/src/annotations/models/editPages.d.ts +9 -1
  602. package/types/src/annotations/models/editPages.schema.d.ts +172 -0
  603. package/types/src/authentication/endpoints/index.d.ts +1 -1
  604. package/types/src/authentication/index.d.ts +2 -0
  605. package/types/src/authentication/models/authInfo.d.ts +4 -0
  606. package/types/src/authentication/models/index.d.ts +2 -0
  607. package/types/src/automationBlockers/endpoints/get.d.ts +350 -114
  608. package/types/src/automationBlockers/endpoints/index.d.ts +350 -114
  609. package/types/src/automationBlockers/index.d.ts +2 -0
  610. package/types/src/automationBlockers/models/automationBlocker.d.ts +55 -0
  611. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +1376 -6
  612. package/types/src/automationBlockers/models/index.d.ts +2 -0
  613. package/types/src/billing/endpoints/getHistory.schema.d.ts +26 -0
  614. package/types/src/billing/endpoints/index.d.ts +5 -0
  615. package/types/src/billing/index.d.ts +2 -0
  616. package/types/src/billing/models/billingHistory.d.ts +40 -0
  617. package/types/src/billing/models/billingStats.d.ts +21 -0
  618. package/types/src/billing/models/index.d.ts +4 -0
  619. package/types/src/connectors/endpoints/index.d.ts +15 -2
  620. package/types/src/connectors/endpoints/list.d.ts +46 -32
  621. package/types/src/connectors/index.d.ts +2 -0
  622. package/types/src/connectors/models/connector.d.ts +15 -0
  623. package/types/src/connectors/models/index.d.ts +2 -0
  624. package/types/src/dedicatedEngineSchema/index.d.ts +2 -0
  625. package/types/src/dedicatedEngineSchema/models/index.d.ts +9 -0
  626. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +31 -0
  627. package/types/src/dedicatedEngines/endpoints/index.d.ts +21 -3
  628. package/types/src/dedicatedEngines/endpoints/list.d.ts +49 -30
  629. package/types/src/dedicatedEngines/index.d.ts +2 -0
  630. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +10 -0
  631. package/types/src/dedicatedEngines/models/index.d.ts +1 -0
  632. package/types/src/deleteRecommendations/endpoints/index.d.ts +12 -3
  633. package/types/src/deleteRecommendations/endpoints/list.d.ts +31 -21
  634. package/types/src/deleteRecommendations/index.d.ts +2 -0
  635. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +10 -0
  636. package/types/src/deleteRecommendations/models/index.d.ts +1 -0
  637. package/types/src/documentRelations/endpoints/index.d.ts +17 -2
  638. package/types/src/documentRelations/endpoints/list.d.ts +44 -28
  639. package/types/src/documentRelations/index.d.ts +2 -0
  640. package/types/src/documentRelations/models/index.d.ts +1 -0
  641. package/types/src/documentRelations/models/relation.d.ts +10 -0
  642. package/types/src/documentRelations/models/relation.schema.d.ts +24 -0
  643. package/types/src/documents/endpoints/index.d.ts +22 -3
  644. package/types/src/documents/endpoints/list.d.ts +58 -39
  645. package/types/src/documents/index.d.ts +3 -0
  646. package/types/src/documents/mocks/document.d.ts +8 -0
  647. package/types/src/documents/mocks/index.d.ts +1 -0
  648. package/types/src/documents/models/index.d.ts +2 -0
  649. package/types/src/email/endpoints/get.d.ts +3 -3
  650. package/types/src/email/endpoints/index.d.ts +33 -4
  651. package/types/src/email/endpoints/list.d.ts +108 -79
  652. package/types/src/email/index.d.ts +3 -0
  653. package/types/src/email/mocks/email.d.ts +9 -0
  654. package/types/src/email/mocks/index.d.ts +1 -0
  655. package/types/src/email/models/email.d.ts +39 -0
  656. package/types/src/email/models/index.d.ts +2 -0
  657. package/types/src/emailTemplates/endpoints/index.d.ts +20 -7
  658. package/types/src/emailTemplates/endpoints/list.d.ts +84 -70
  659. package/types/src/emailTemplates/endpoints/list.schema.d.ts +3 -3
  660. package/types/src/emailTemplates/index.d.ts +3 -0
  661. package/types/src/emailTemplates/mocks/emailTemplate.d.ts +54 -0
  662. package/types/src/emailTemplates/mocks/index.d.ts +1 -0
  663. package/types/src/emailTemplates/models/index.d.ts +1 -0
  664. package/types/src/emailTemplatesStats/endpoints/index.d.ts +14 -3
  665. package/types/src/emailTemplatesStats/endpoints/list.d.ts +32 -20
  666. package/types/src/emailTemplatesStats/index.d.ts +2 -0
  667. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +6 -0
  668. package/types/src/emailTemplatesStats/models/index.d.ts +1 -0
  669. package/types/src/emailThreads/endpoints/index.d.ts +23 -2
  670. package/types/src/emailThreads/endpoints/list.d.ts +74 -52
  671. package/types/src/emailThreads/index.d.ts +3 -0
  672. package/types/src/emailThreads/mocks/emailThread.d.ts +8 -0
  673. package/types/src/emailThreads/mocks/index.d.ts +1 -0
  674. package/types/src/emailThreads/models/emailThreads.d.ts +32 -0
  675. package/types/src/emailThreads/models/index.d.ts +2 -0
  676. package/types/src/engineFields/endpoints/index.d.ts +20 -6
  677. package/types/src/engineFields/endpoints/list.d.ts +46 -31
  678. package/types/src/engineFields/endpoints/listPreTrainedFields.d.ts +4 -4
  679. package/types/src/engineFields/index.d.ts +2 -0
  680. package/types/src/engineFields/models/index.d.ts +3 -0
  681. package/types/src/engineFields/models/preTrainedField.d.ts +11 -0
  682. package/types/src/engineFields/models/preTrainedField.schema.d.ts +2 -2
  683. package/types/src/engines/endpoints/index.d.ts +213 -20
  684. package/types/src/engines/endpoints/list.d.ts +40 -27
  685. package/types/src/engines/endpoints/queueStats.d.ts +322 -140
  686. package/types/src/engines/endpoints/queueStats.schema.d.ts +186 -15
  687. package/types/src/engines/index.d.ts +2 -0
  688. package/types/src/engines/models/engineQueueStatsItem.d.ts +7 -0
  689. package/types/src/engines/models/index.d.ts +1 -0
  690. package/types/src/genericEngines/endpoints/index.d.ts +21 -3
  691. package/types/src/genericEngines/endpoints/list.d.ts +49 -30
  692. package/types/src/genericEngines/index.d.ts +2 -0
  693. package/types/src/genericEngines/models/genericEngine.d.ts +9 -0
  694. package/types/src/genericEngines/models/index.d.ts +1 -0
  695. package/types/src/groups/endpoints/index.d.ts +10 -0
  696. package/types/src/groups/endpoints/list.d.ts +24 -13
  697. package/types/src/groups/endpoints/list.schema.d.ts +11 -0
  698. package/types/src/groups/index.d.ts +2 -0
  699. package/types/src/groups/models/group.d.ts +7 -0
  700. package/types/src/groups/models/index.d.ts +1 -0
  701. package/types/src/hookInterfaces/endpoints/index.d.ts +16 -2
  702. package/types/src/hookInterfaces/endpoints/list.d.ts +45 -30
  703. package/types/src/hookInterfaces/index.d.ts +2 -0
  704. package/types/src/hookTemplates/endpoints/get.d.ts +14 -14
  705. package/types/src/hookTemplates/endpoints/index.d.ts +49 -38
  706. package/types/src/hookTemplates/endpoints/list.d.ts +181 -169
  707. package/types/src/hookTemplates/index.d.ts +2 -0
  708. package/types/src/hookTemplates/models/hookTemplate.d.ts +45 -0
  709. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +14 -14
  710. package/types/src/hookTemplates/models/index.d.ts +2 -0
  711. package/types/src/hooks/endpoints/create.d.ts +19 -19
  712. package/types/src/hooks/endpoints/create.schema.d.ts +10 -10
  713. package/types/src/hooks/endpoints/createFromTemplate.d.ts +18 -18
  714. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +3 -3
  715. package/types/src/hooks/endpoints/duplicate.d.ts +502 -0
  716. package/types/src/hooks/endpoints/duplicate.schema.d.ts +17 -0
  717. package/types/src/hooks/endpoints/get.d.ts +14 -14
  718. package/types/src/hooks/endpoints/index.d.ts +826 -230
  719. package/types/src/hooks/endpoints/list.d.ts +190 -167
  720. package/types/src/hooks/endpoints/list.schema.d.ts +6 -3
  721. package/types/src/hooks/endpoints/patch.d.ts +28 -28
  722. package/types/src/hooks/endpoints/patch.schema.d.ts +14 -14
  723. package/types/src/hooks/endpoints/runLogs.d.ts +24 -13
  724. package/types/src/hooks/endpoints/runs.d.ts +302 -233
  725. package/types/src/hooks/endpoints/runs.schema.d.ts +6 -502
  726. package/types/src/hooks/endpoints/test.d.ts +5 -5
  727. package/types/src/hooks/endpoints/test.schema.d.ts +5 -5
  728. package/types/src/hooks/index.d.ts +2 -0
  729. package/types/src/hooks/models/event.d.ts +6 -0
  730. package/types/src/hooks/models/event.schema.d.ts +2 -0
  731. package/types/src/hooks/models/hook.d.ts +2 -1
  732. package/types/src/hooks/models/hook.schema.d.ts +31 -31
  733. package/types/src/hooks/models/hookConfig.d.ts +1 -1
  734. package/types/src/hooks/models/hookConfig.schema.d.ts +3 -3
  735. package/types/src/hooks/models/hookUtils.d.ts +0 -1
  736. package/types/src/hooks/models/hookUtils.schema.d.ts +0 -1
  737. package/types/src/hooks/models/index.d.ts +9 -0
  738. package/types/src/hooks/models/run.d.ts +5 -4
  739. package/types/src/hooks/models/run.schema.d.ts +75 -60
  740. package/types/src/hooks/models/values.d.ts +6 -0
  741. package/types/src/inboxes/endpoints/index.d.ts +12 -3
  742. package/types/src/inboxes/endpoints/list.d.ts +49 -39
  743. package/types/src/inboxes/index.d.ts +3 -0
  744. package/types/src/inboxes/mocks/inbox.d.ts +4 -0
  745. package/types/src/inboxes/mocks/index.d.ts +1 -0
  746. package/types/src/inboxes/models/index.d.ts +1 -0
  747. package/types/src/internal/endpoints/computedFieldSummary.d.ts +7871 -0
  748. package/types/src/internal/endpoints/computedFieldSummary.schema.d.ts +7889 -0
  749. package/types/src/internal/endpoints/getMetabaseJWT.d.ts +11 -0
  750. package/types/src/internal/endpoints/getMetabaseJWT.schema.d.ts +8 -0
  751. package/types/src/internal/endpoints/index.d.ts +8191 -22536
  752. package/types/src/internal/endpoints/reportSummary.d.ts +17 -0
  753. package/types/src/internal/endpoints/reportSummary.schema.d.ts +20 -0
  754. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +370 -7858
  755. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +365 -7852
  756. package/types/src/internal/endpoints/rules/suggestRule.d.ts +7 -7745
  757. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +3 -7751
  758. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +17 -7760
  759. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +13 -7756
  760. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +17 -7760
  761. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +13 -7756
  762. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +695 -167
  763. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +693 -165
  764. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +188 -144
  765. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +188 -144
  766. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +188 -144
  767. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +188 -144
  768. package/types/src/internal/endpoints/schemas/suggestComputedField.d.ts +7839 -0
  769. package/types/src/internal/endpoints/schemas/suggestComputedField.schema.d.ts +7836 -0
  770. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +188 -144
  771. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +188 -144
  772. package/types/src/internal/endpoints/suggestReport.d.ts +16 -0
  773. package/types/src/internal/endpoints/suggestReport.schema.d.ts +27 -0
  774. package/types/src/internal/index.d.ts +1 -0
  775. package/types/src/labels/endpoints/index.d.ts +14 -4
  776. package/types/src/labels/endpoints/list.d.ts +31 -20
  777. package/types/src/labels/index.d.ts +2 -0
  778. package/types/src/labels/models/index.d.ts +2 -0
  779. package/types/src/memberships/index.d.ts +2 -0
  780. package/types/src/memberships/models/index.d.ts +1 -0
  781. package/types/src/memberships/models/membership.d.ts +9 -0
  782. package/types/src/organization/endpoints/create.d.ts +11 -11
  783. package/types/src/organization/endpoints/create.schema.d.ts +11 -11
  784. package/types/src/organization/endpoints/get.d.ts +9 -9
  785. package/types/src/organization/endpoints/index.d.ts +66 -55
  786. package/types/src/organization/endpoints/list.d.ts +72 -60
  787. package/types/src/organization/endpoints/patch.d.ts +18 -18
  788. package/types/src/organization/endpoints/patch.schema.d.ts +182 -0
  789. package/types/src/organization/index.d.ts +3 -0
  790. package/types/src/organization/mocks/index.d.ts +1 -0
  791. package/types/src/organization/mocks/organization.d.ts +4 -0
  792. package/types/src/organization/models/emailLimits.d.ts +10 -0
  793. package/types/src/organization/models/index.d.ts +6 -0
  794. package/types/src/organization/models/limits.d.ts +4 -0
  795. package/types/src/organization/models/organization.schema.d.ts +9 -9
  796. package/types/src/organizationGroups/endpoints/index.d.ts +36 -15
  797. package/types/src/organizationGroups/endpoints/organizations.d.ts +28 -20
  798. package/types/src/organizationGroups/endpoints/queues.d.ts +33 -25
  799. package/types/src/organizationGroups/endpoints/workspaces.d.ts +32 -24
  800. package/types/src/organizationGroups/index.d.ts +2 -0
  801. package/types/src/organizationGroups/models/index.d.ts +6 -0
  802. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +6 -0
  803. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +8 -0
  804. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +7 -0
  805. package/types/src/pages/endpoints/index.d.ts +35 -12
  806. package/types/src/pages/endpoints/list.d.ts +64 -37
  807. package/types/src/pages/endpoints/list.schema.d.ts +18 -9
  808. package/types/src/pages/index.d.ts +2 -0
  809. package/types/src/pages/models/index.d.ts +1 -0
  810. package/types/src/pages/models/page.d.ts +14 -0
  811. package/types/src/queues/endpoints/automation.d.ts +12 -12
  812. package/types/src/queues/endpoints/automation.schema.d.ts +10 -10
  813. package/types/src/queues/endpoints/automationSetupCurrentStats.d.ts +133 -0
  814. package/types/src/queues/endpoints/automationSetupProjections.d.ts +424 -0
  815. package/types/src/queues/endpoints/create.d.ts +144 -11
  816. package/types/src/queues/endpoints/createFromTemplate.d.ts +144 -11
  817. package/types/src/queues/endpoints/duplicate.d.ts +148 -11
  818. package/types/src/queues/endpoints/duplicate.schema.d.ts +3 -0
  819. package/types/src/queues/endpoints/get.d.ts +144 -11
  820. package/types/src/queues/endpoints/getAutomationTargets.d.ts +77 -0
  821. package/types/src/queues/endpoints/index.d.ts +1610 -415
  822. package/types/src/queues/endpoints/list.d.ts +197 -21
  823. package/types/src/queues/endpoints/list.schema.d.ts +15 -9
  824. package/types/src/queues/endpoints/patch.d.ts +286 -20
  825. package/types/src/queues/endpoints/patch.schema.d.ts +142 -9
  826. package/types/src/queues/endpoints/saveAutomationTarget.d.ts +50 -0
  827. package/types/src/queues/index.d.ts +3 -0
  828. package/types/src/queues/mocks/automation.d.ts +10 -0
  829. package/types/src/queues/mocks/index.d.ts +2 -0
  830. package/types/src/queues/mocks/queue.d.ts +4 -0
  831. package/types/src/queues/models/automationBlocker.schema.d.ts +2 -2
  832. package/types/src/queues/models/automationResponseAutomationBlocker.d.ts +17 -0
  833. package/types/src/queues/models/automationResponseAutomationBlocker.schema.d.ts +53 -0
  834. package/types/src/queues/models/automationSetup.d.ts +39 -25
  835. package/types/src/queues/models/automationSetup.schema.d.ts +647 -559
  836. package/types/src/queues/models/index.d.ts +14 -0
  837. package/types/src/queues/models/queue.schema.d.ts +144 -11
  838. package/types/src/queues/models/queueSettings.d.ts +33 -2
  839. package/types/src/queues/models/queueSettings.schema.d.ts +207 -12
  840. package/types/src/queues/models/relatedObjectsCounts.d.ts +5 -0
  841. package/types/src/queues/models/vendorEmailNotificationsSettings.d.ts +9 -0
  842. package/types/src/queues/models/vendorEmailNotificationsSettings.schema.d.ts +211 -0
  843. package/types/src/relations/endpoints/index.d.ts +16 -3
  844. package/types/src/relations/endpoints/list.d.ts +62 -48
  845. package/types/src/relations/index.d.ts +2 -0
  846. package/types/src/relations/models/index.d.ts +2 -0
  847. package/types/src/rules/endpoints/create.d.ts +40 -70
  848. package/types/src/rules/endpoints/create.schema.d.ts +31 -48
  849. package/types/src/rules/endpoints/get.d.ts +6 -19
  850. package/types/src/rules/endpoints/index.d.ts +98 -160
  851. package/types/src/rules/endpoints/list.d.ts +76 -67
  852. package/types/src/rules/endpoints/list.schema.d.ts +12 -3
  853. package/types/src/rules/endpoints/patch.d.ts +15 -41
  854. package/types/src/rules/endpoints/patch.schema.d.ts +6 -19
  855. package/types/src/rules/index.d.ts +1 -0
  856. package/types/src/rules/models/{schemaRule.d.ts → queueRule.d.ts} +7 -10
  857. package/types/src/rules/models/{schemaRule.schema.d.ts → queueRule.schema.d.ts} +9 -28
  858. package/types/src/rulesExecutionLogs/endpoints/get.d.ts +77 -0
  859. package/types/src/rulesExecutionLogs/endpoints/index.d.ts +288 -0
  860. package/types/src/rulesExecutionLogs/endpoints/list.d.ts +224 -0
  861. package/types/src/rulesExecutionLogs/endpoints/list.schema.d.ts +38 -0
  862. package/types/src/rulesExecutionLogs/index.d.ts +2 -0
  863. package/types/src/rulesExecutionLogs/models/index.d.ts +1 -0
  864. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.d.ts +23 -0
  865. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.schema.d.ts +94 -0
  866. package/types/src/schemaFields/index.d.ts +2 -0
  867. package/types/src/schemaFields/models/index.d.ts +2 -0
  868. package/types/src/schemas/endpoints/create.d.ts +194 -144
  869. package/types/src/schemas/endpoints/get.d.ts +236 -144
  870. package/types/src/schemas/endpoints/index.d.ts +6 -3
  871. package/types/src/schemas/endpoints/list.d.ts +1133 -1060
  872. package/types/src/schemas/endpoints/patch.d.ts +451 -288
  873. package/types/src/schemas/endpoints/patch.schema.d.ts +222 -144
  874. package/types/src/schemas/endpoints/validate.d.ts +446 -304
  875. package/types/src/schemas/index.d.ts +3 -0
  876. package/types/src/schemas/mocks/index.d.ts +2 -0
  877. package/types/src/schemas/mocks/schema.d.ts +4 -0
  878. package/types/src/schemas/mocks/schemaItem.d.ts +37 -0
  879. package/types/src/schemas/models/index.d.ts +32 -0
  880. package/types/src/schemas/models/list.d.ts +18 -0
  881. package/types/src/schemas/models/list.schema.d.ts +66 -0
  882. package/types/src/schemas/models/rawSchema.d.ts +11 -0
  883. package/types/src/schemas/models/rawSchema.schema.d.ts +29 -0
  884. package/types/src/schemas/models/schema.d.ts +2 -0
  885. package/types/src/schemas/models/schema.schema.d.ts +194 -144
  886. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +17 -12
  887. package/types/src/schemas/models/schemaDatapointBase.d.ts +1 -1
  888. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +3 -3
  889. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +3 -3
  890. package/types/src/schemas/models/schemaDatapointEnum.d.ts +1 -0
  891. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +14 -3
  892. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +3 -3
  893. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +3 -3
  894. package/types/src/schemas/models/schemaItem.schema.d.ts +108 -80
  895. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +64 -48
  896. package/types/src/schemas/models/schemaSection.schema.d.ts +148 -112
  897. package/types/src/schemas/models/schemaTuple.schema.d.ts +27 -20
  898. package/types/src/shared/index.d.ts +1 -0
  899. package/types/src/shared/models/annotationListTable.d.ts +1 -1
  900. package/types/src/shared/models/annotationListTable.schema.d.ts +15 -15
  901. package/types/src/shared/models/index.d.ts +6 -0
  902. package/types/src/shared/models/message.d.ts +7 -3
  903. package/types/src/shared/models/message.schema.d.ts +35 -15
  904. package/types/src/suggestedEdit/endpoints/get.d.ts +17 -0
  905. package/types/src/suggestedEdit/endpoints/index.d.ts +17 -0
  906. package/types/src/suggestedEdit/index.d.ts +2 -0
  907. package/types/src/suggestedEdit/models/index.d.ts +4 -0
  908. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +12 -0
  909. package/types/src/suggestedEdit/models/suggestedDocument.schema.d.ts +11 -0
  910. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +8 -0
  911. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +17 -0
  912. package/types/src/surveys/endpoints/get.schema.d.ts +8 -0
  913. package/types/src/surveys/endpoints/index.d.ts +14 -3
  914. package/types/src/surveys/endpoints/list.d.ts +41 -29
  915. package/types/src/surveys/index.d.ts +2 -0
  916. package/types/src/surveys/models/index.d.ts +4 -0
  917. package/types/src/surveys/models/question.d.ts +6 -0
  918. package/types/src/surveys/models/question.schema.d.ts +15 -0
  919. package/types/src/surveys/models/survey.d.ts +13 -0
  920. package/types/src/surveys/models/surveyTemplate.d.ts +6 -0
  921. package/types/src/surveys/models/surveyTemplate.schema.d.ts +34 -0
  922. package/types/src/tasks/index.d.ts +3 -0
  923. package/types/src/tasks/mocks/asyncTask.d.ts +17 -0
  924. package/types/src/tasks/mocks/index.d.ts +1 -0
  925. package/types/src/tasks/models/asyncTask.d.ts +17 -0
  926. package/types/src/tasks/models/asyncTaskResult.d.ts +8 -0
  927. package/types/src/tasks/models/asyncTaskResult.schema.d.ts +20 -0
  928. package/types/src/tasks/models/index.d.ts +4 -0
  929. package/types/src/triggers/endpoints/create.d.ts +2 -2
  930. package/types/src/triggers/endpoints/get.d.ts +2 -2
  931. package/types/src/triggers/endpoints/index.d.ts +25 -18
  932. package/types/src/triggers/endpoints/list.d.ts +40 -32
  933. package/types/src/triggers/endpoints/patch.d.ts +2 -2
  934. package/types/src/triggers/index.d.ts +2 -0
  935. package/types/src/triggers/models/index.d.ts +1 -0
  936. package/types/src/triggers/models/trigger.schema.d.ts +2 -2
  937. package/types/src/uploads/index.d.ts +2 -0
  938. package/types/src/uploads/models/index.d.ts +2 -0
  939. package/types/src/uploads/models/upload.d.ts +13 -0
  940. package/types/src/users/endpoints/index.d.ts +33 -6
  941. package/types/src/users/endpoints/list.d.ts +79 -51
  942. package/types/src/users/endpoints/list.schema.d.ts +6 -3
  943. package/types/src/users/index.d.ts +3 -0
  944. package/types/src/users/mocks/index.d.ts +1 -0
  945. package/types/src/users/mocks/user.d.ts +4 -0
  946. package/types/src/users/models/resetPassword.d.ts +3 -0
  947. package/types/src/utils/index.d.ts +20 -0
  948. package/types/src/utils/mockUtils.d.ts +15 -0
  949. package/types/src/utils.schema.d.ts +1 -0
  950. package/types/src/workflowActivities/endpoints/get.d.ts +2 -2
  951. package/types/src/workflowActivities/endpoints/index.d.ts +20 -9
  952. package/types/src/workflowActivities/endpoints/list.d.ts +46 -34
  953. package/types/src/workflowActivities/index.d.ts +2 -0
  954. package/types/src/workflowActivities/models/index.d.ts +1 -0
  955. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +2 -2
  956. package/types/src/workflowRuns/endpoints/index.d.ts +15 -3
  957. package/types/src/workflowRuns/endpoints/list.d.ts +38 -25
  958. package/types/src/workflowRuns/index.d.ts +2 -0
  959. package/types/src/workflowRuns/models/index.d.ts +2 -0
  960. package/types/src/workflowSteps/endpoints/index.d.ts +15 -3
  961. package/types/src/workflowSteps/endpoints/list.d.ts +40 -27
  962. package/types/src/workflowSteps/index.d.ts +2 -0
  963. package/types/src/workflowSteps/models/index.d.ts +1 -0
  964. package/types/src/workflows/endpoints/index.d.ts +13 -2
  965. package/types/src/workflows/endpoints/list.d.ts +36 -24
  966. package/types/src/workflows/index.d.ts +2 -0
  967. package/types/src/workflows/models/index.d.ts +1 -0
  968. package/types/src/workspaces/endpoints/index.d.ts +16 -2
  969. package/types/src/workspaces/endpoints/list.d.ts +43 -28
  970. package/types/src/workspaces/index.d.ts +2 -0
  971. package/types/src/workspaces/models/index.d.ts +1 -0
  972. package/src/queues/endpoints/automationSetup.js +0 -15
  973. package/src/queues/endpoints/automationSetup.js.map +0 -1
  974. package/src/queues/models/automationBlocker.js.map +0 -1
  975. package/src/rule-templates/endpoints/create.js +0 -16
  976. package/src/rule-templates/endpoints/create.js.map +0 -1
  977. package/src/rule-templates/endpoints/create.schema.js +0 -6
  978. package/src/rule-templates/endpoints/create.schema.js.map +0 -1
  979. package/src/rule-templates/endpoints/delete.js +0 -13
  980. package/src/rule-templates/endpoints/delete.js.map +0 -1
  981. package/src/rule-templates/endpoints/get.js +0 -13
  982. package/src/rule-templates/endpoints/get.js.map +0 -1
  983. package/src/rule-templates/endpoints/index.js +0 -16
  984. package/src/rule-templates/endpoints/index.js.map +0 -1
  985. package/src/rule-templates/endpoints/list.js +0 -17
  986. package/src/rule-templates/endpoints/list.js.map +0 -1
  987. package/src/rule-templates/endpoints/list.schema.js +0 -6
  988. package/src/rule-templates/endpoints/list.schema.js.map +0 -1
  989. package/src/rule-templates/endpoints/patch.js +0 -16
  990. package/src/rule-templates/endpoints/patch.js.map +0 -1
  991. package/src/rule-templates/endpoints/patch.schema.js +0 -6
  992. package/src/rule-templates/endpoints/patch.schema.js.map +0 -1
  993. package/src/rule-templates/models/ruleTemplate.js.map +0 -1
  994. package/src/rule-templates/models/ruleTemplate.schema.js +0 -17
  995. package/src/rule-templates/models/ruleTemplate.schema.js.map +0 -1
  996. package/src/rules/models/schemaRule.js.map +0 -1
  997. package/src/rules/models/schemaRule.schema.js.map +0 -1
  998. package/types/src/queues/endpoints/automationSetup.d.ts +0 -462
  999. package/types/src/queues/models/automationBlocker.d.ts +0 -17
  1000. package/types/src/rule-templates/endpoints/create.d.ts +0 -153
  1001. package/types/src/rule-templates/endpoints/create.schema.d.ts +0 -74
  1002. package/types/src/rule-templates/endpoints/delete.d.ts +0 -7
  1003. package/types/src/rule-templates/endpoints/get.d.ts +0 -78
  1004. package/types/src/rule-templates/endpoints/index.d.ts +0 -544
  1005. package/types/src/rule-templates/endpoints/list.d.ts +0 -160
  1006. package/types/src/rule-templates/endpoints/list.schema.d.ts +0 -11
  1007. package/types/src/rule-templates/endpoints/patch.d.ts +0 -154
  1008. package/types/src/rule-templates/endpoints/patch.schema.d.ts +0 -74
  1009. package/types/src/rule-templates/models/ruleTemplate.d.ts +0 -12
  1010. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +0 -74
  1011. /package/src/{queues → automationBlockers}/models/automationBlocker.js +0 -0
@@ -1,6 +1,9 @@
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;
6
9
  startAfter: string;
@@ -9,40 +12,56 @@ export type RunsQuery = Partial<{
9
12
  endBefore: string;
10
13
  search: string;
11
14
  hook: Array<number>;
15
+ uuid: Array<string>;
12
16
  requestId: string;
13
17
  logLevel: LogLevel;
14
18
  statusCode: Array<StatusCode>;
15
19
  queue: Array<string>;
16
20
  annotation: Array<number>;
17
21
  email: Array<string>;
18
- pageSize: number;
19
22
  status: Array<RunStatus>;
20
23
  }>;
21
- export type Runs = {
22
- results: Array<Run>;
23
- };
24
+ export type Runs = ListResponse<Run>;
24
25
  export declare const runs: (query?: RunsQuery) => {
25
26
  readonly endpoint: "/hooks/runs";
26
27
  readonly method: "GET";
27
- readonly responseSchema: import("zod").ZodObject<{
28
- results: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
29
- hookId: import("zod").ZodNumber;
30
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">, import("zod").ZodLiteral<"job">]>;
31
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>;
32
- message: import("zod").ZodString;
33
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
34
- request: import("zod").ZodNullable<import("zod").ZodString>;
35
- requestId: import("zod").ZodString;
36
- response: import("zod").ZodNullable<import("zod").ZodString>;
37
- timestamp: import("zod").ZodString;
38
- start: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
39
- end: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
40
- 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">]>>;
41
- settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
42
- uuid: import("zod").ZodOptional<import("zod").ZodString>;
43
- cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
44
- }, "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, {
45
63
  message: string;
64
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
46
65
  hookId: number;
47
66
  requestId: string;
48
67
  timestamp: string;
@@ -50,15 +69,16 @@ export declare const runs: (query?: RunsQuery) => {
50
69
  hookType: "function" | "webhook" | "job";
51
70
  request: string | null;
52
71
  response: string | null;
72
+ start: string | null;
73
+ end: string | null;
74
+ uuid: string;
53
75
  queueId?: number | null | undefined;
54
- start?: string | null | undefined;
55
- end?: string | null | undefined;
56
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
57
76
  settings?: unknown;
58
- uuid?: string | undefined;
59
77
  cancelRequested?: string | null | undefined;
78
+ output?: string | null | undefined;
60
79
  }, {
61
80
  message: string;
81
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
62
82
  hookId: number;
63
83
  requestId: string;
64
84
  timestamp: string;
@@ -66,18 +86,18 @@ export declare const runs: (query?: RunsQuery) => {
66
86
  hookType: "function" | "webhook" | "job";
67
87
  request: string | null;
68
88
  response: string | null;
89
+ start: string | null;
90
+ end: string | null;
91
+ uuid: string;
69
92
  queueId?: number | null | undefined;
70
- start?: string | null | undefined;
71
- end?: string | null | undefined;
72
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
73
93
  settings?: unknown;
74
- uuid?: string | undefined;
75
94
  cancelRequested?: string | null | undefined;
76
- }>, import("zod").ZodObject<{
77
- annotationId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
78
- event: import("zod").ZodLiteral<"annotation_content">;
79
- 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">]>;
80
- }, "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, {
81
101
  event: "annotation_content";
82
102
  action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
83
103
  annotationId?: number | null | undefined;
@@ -85,24 +105,26 @@ export declare const runs: (query?: RunsQuery) => {
85
105
  event: "annotation_content";
86
106
  action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
87
107
  annotationId?: number | null | undefined;
88
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
89
- hookId: import("zod").ZodNumber;
90
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">, import("zod").ZodLiteral<"job">]>;
91
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>;
92
- message: import("zod").ZodString;
93
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
94
- request: import("zod").ZodNullable<import("zod").ZodString>;
95
- requestId: import("zod").ZodString;
96
- response: import("zod").ZodNullable<import("zod").ZodString>;
97
- timestamp: import("zod").ZodString;
98
- start: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
99
- end: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
100
- 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">]>>;
101
- settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
102
- uuid: import("zod").ZodOptional<import("zod").ZodString>;
103
- cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
104
- }, "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, {
105
126
  message: string;
127
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
106
128
  hookId: number;
107
129
  requestId: string;
108
130
  timestamp: string;
@@ -110,15 +132,16 @@ export declare const runs: (query?: RunsQuery) => {
110
132
  hookType: "function" | "webhook" | "job";
111
133
  request: string | null;
112
134
  response: string | null;
135
+ start: string | null;
136
+ end: string | null;
137
+ uuid: string;
113
138
  queueId?: number | null | undefined;
114
- start?: string | null | undefined;
115
- end?: string | null | undefined;
116
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
117
139
  settings?: unknown;
118
- uuid?: string | undefined;
119
140
  cancelRequested?: string | null | undefined;
141
+ output?: string | null | undefined;
120
142
  }, {
121
143
  message: string;
144
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
122
145
  hookId: number;
123
146
  requestId: string;
124
147
  timestamp: string;
@@ -126,18 +149,18 @@ export declare const runs: (query?: RunsQuery) => {
126
149
  hookType: "function" | "webhook" | "job";
127
150
  request: string | null;
128
151
  response: string | null;
152
+ start: string | null;
153
+ end: string | null;
154
+ uuid: string;
129
155
  queueId?: number | null | undefined;
130
- start?: string | null | undefined;
131
- end?: string | null | undefined;
132
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
133
156
  settings?: unknown;
134
- uuid?: string | undefined;
135
157
  cancelRequested?: string | null | undefined;
136
- }>, import("zod").ZodObject<{
137
- annotationId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
138
- event: import("zod").ZodLiteral<"annotation_status">;
139
- action: import("zod").ZodLiteral<"changed">;
140
- }, "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, {
141
164
  event: "annotation_status";
142
165
  action: "changed";
143
166
  annotationId?: number | null | undefined;
@@ -145,24 +168,26 @@ export declare const runs: (query?: RunsQuery) => {
145
168
  event: "annotation_status";
146
169
  action: "changed";
147
170
  annotationId?: number | null | undefined;
148
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
149
- hookId: import("zod").ZodNumber;
150
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">, import("zod").ZodLiteral<"job">]>;
151
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>;
152
- message: import("zod").ZodString;
153
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
154
- request: import("zod").ZodNullable<import("zod").ZodString>;
155
- requestId: import("zod").ZodString;
156
- response: import("zod").ZodNullable<import("zod").ZodString>;
157
- timestamp: import("zod").ZodString;
158
- start: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
159
- end: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
160
- 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">]>>;
161
- settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
162
- uuid: import("zod").ZodOptional<import("zod").ZodString>;
163
- cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
164
- }, "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, {
165
189
  message: string;
190
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
166
191
  hookId: number;
167
192
  requestId: string;
168
193
  timestamp: string;
@@ -170,15 +195,16 @@ export declare const runs: (query?: RunsQuery) => {
170
195
  hookType: "function" | "webhook" | "job";
171
196
  request: string | null;
172
197
  response: string | null;
198
+ start: string | null;
199
+ end: string | null;
200
+ uuid: string;
173
201
  queueId?: number | null | undefined;
174
- start?: string | null | undefined;
175
- end?: string | null | undefined;
176
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
177
202
  settings?: unknown;
178
- uuid?: string | undefined;
179
203
  cancelRequested?: string | null | undefined;
204
+ output?: string | null | undefined;
180
205
  }, {
181
206
  message: string;
207
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
182
208
  hookId: number;
183
209
  requestId: string;
184
210
  timestamp: string;
@@ -186,18 +212,18 @@ export declare const runs: (query?: RunsQuery) => {
186
212
  hookType: "function" | "webhook" | "job";
187
213
  request: string | null;
188
214
  response: string | null;
215
+ start: string | null;
216
+ end: string | null;
217
+ uuid: string;
189
218
  queueId?: number | null | undefined;
190
- start?: string | null | undefined;
191
- end?: string | null | undefined;
192
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
193
219
  settings?: unknown;
194
- uuid?: string | undefined;
195
220
  cancelRequested?: string | null | undefined;
196
- }>, import("zod").ZodObject<{
197
- emailId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
198
- event: import("zod").ZodLiteral<"upload">;
199
- action: import("zod").ZodLiteral<"created">;
200
- }, "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, {
201
227
  event: "upload";
202
228
  action: "created";
203
229
  emailId?: number | null | undefined;
@@ -205,24 +231,26 @@ export declare const runs: (query?: RunsQuery) => {
205
231
  event: "upload";
206
232
  action: "created";
207
233
  emailId?: number | null | undefined;
208
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
209
- hookId: import("zod").ZodNumber;
210
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">, import("zod").ZodLiteral<"job">]>;
211
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>;
212
- message: import("zod").ZodString;
213
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
214
- request: import("zod").ZodNullable<import("zod").ZodString>;
215
- requestId: import("zod").ZodString;
216
- response: import("zod").ZodNullable<import("zod").ZodString>;
217
- timestamp: import("zod").ZodString;
218
- start: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
219
- end: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
220
- 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">]>>;
221
- settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
222
- uuid: import("zod").ZodOptional<import("zod").ZodString>;
223
- cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
224
- }, "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, {
225
252
  message: string;
253
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
226
254
  hookId: number;
227
255
  requestId: string;
228
256
  timestamp: string;
@@ -230,15 +258,16 @@ export declare const runs: (query?: RunsQuery) => {
230
258
  hookType: "function" | "webhook" | "job";
231
259
  request: string | null;
232
260
  response: string | null;
261
+ start: string | null;
262
+ end: string | null;
263
+ uuid: string;
233
264
  queueId?: number | null | undefined;
234
- start?: string | null | undefined;
235
- end?: string | null | undefined;
236
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
237
265
  settings?: unknown;
238
- uuid?: string | undefined;
239
266
  cancelRequested?: string | null | undefined;
267
+ output?: string | null | undefined;
240
268
  }, {
241
269
  message: string;
270
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
242
271
  hookId: number;
243
272
  requestId: string;
244
273
  timestamp: string;
@@ -246,18 +275,18 @@ export declare const runs: (query?: RunsQuery) => {
246
275
  hookType: "function" | "webhook" | "job";
247
276
  request: string | null;
248
277
  response: string | null;
278
+ start: string | null;
279
+ end: string | null;
280
+ uuid: string;
249
281
  queueId?: number | null | undefined;
250
- start?: string | null | undefined;
251
- end?: string | null | undefined;
252
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
253
282
  settings?: unknown;
254
- uuid?: string | undefined;
255
283
  cancelRequested?: string | null | undefined;
256
- }>, import("zod").ZodObject<{
257
- emailId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
258
- event: import("zod").ZodLiteral<"email">;
259
- action: import("zod").ZodLiteral<"received">;
260
- }, "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, {
261
290
  event: "email";
262
291
  action: "received";
263
292
  emailId?: number | null | undefined;
@@ -265,24 +294,26 @@ export declare const runs: (query?: RunsQuery) => {
265
294
  event: "email";
266
295
  action: "received";
267
296
  emailId?: number | null | undefined;
268
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
269
- hookId: import("zod").ZodNumber;
270
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">, import("zod").ZodLiteral<"job">]>;
271
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>;
272
- message: import("zod").ZodString;
273
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
274
- request: import("zod").ZodNullable<import("zod").ZodString>;
275
- requestId: import("zod").ZodString;
276
- response: import("zod").ZodNullable<import("zod").ZodString>;
277
- timestamp: import("zod").ZodString;
278
- start: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
279
- end: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
280
- 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">]>>;
281
- settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
282
- uuid: import("zod").ZodOptional<import("zod").ZodString>;
283
- cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
284
- }, "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, {
285
315
  message: string;
316
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
286
317
  hookId: number;
287
318
  requestId: string;
288
319
  timestamp: string;
@@ -290,15 +321,16 @@ export declare const runs: (query?: RunsQuery) => {
290
321
  hookType: "function" | "webhook" | "job";
291
322
  request: string | null;
292
323
  response: string | null;
324
+ start: string | null;
325
+ end: string | null;
326
+ uuid: string;
293
327
  queueId?: number | null | undefined;
294
- start?: string | null | undefined;
295
- end?: string | null | undefined;
296
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
297
328
  settings?: unknown;
298
- uuid?: string | undefined;
299
329
  cancelRequested?: string | null | undefined;
330
+ output?: string | null | undefined;
300
331
  }, {
301
332
  message: string;
333
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
302
334
  hookId: number;
303
335
  requestId: string;
304
336
  timestamp: string;
@@ -306,26 +338,27 @@ export declare const runs: (query?: RunsQuery) => {
306
338
  hookType: "function" | "webhook" | "job";
307
339
  request: string | null;
308
340
  response: string | null;
341
+ start: string | null;
342
+ end: string | null;
343
+ uuid: string;
309
344
  queueId?: number | null | undefined;
310
- start?: string | null | undefined;
311
- end?: string | null | undefined;
312
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
313
345
  settings?: unknown;
314
- uuid?: string | undefined;
315
346
  cancelRequested?: string | null | undefined;
316
- }>, import("zod").ZodObject<{
317
- event: import("zod").ZodLiteral<"invocation">;
318
- action: import("zod").ZodUnion<[import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"scheduled">, import("zod").ZodLiteral<"integration">, import("zod").ZodLiteral<"interface">]>;
319
- }, "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, {
320
352
  event: "invocation";
321
353
  action: "manual" | "scheduled" | "integration" | "interface";
322
354
  }, {
323
355
  event: "invocation";
324
356
  action: "manual" | "scheduled" | "integration" | "interface";
325
357
  }>>]>, "many">;
326
- }, "strip", import("zod").ZodTypeAny, {
358
+ }, "strip", z.ZodTypeAny, {
327
359
  results: (({
328
360
  message: string;
361
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
329
362
  hookId: number;
330
363
  requestId: string;
331
364
  timestamp: string;
@@ -333,19 +366,20 @@ export declare const runs: (query?: RunsQuery) => {
333
366
  hookType: "function" | "webhook" | "job";
334
367
  request: string | null;
335
368
  response: string | null;
369
+ start: string | null;
370
+ end: string | null;
371
+ uuid: string;
336
372
  queueId?: number | null | undefined;
337
- start?: string | null | undefined;
338
- end?: string | null | undefined;
339
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
340
373
  settings?: unknown;
341
- uuid?: string | undefined;
342
374
  cancelRequested?: string | null | undefined;
375
+ output?: string | null | undefined;
343
376
  } & {
344
377
  event: "annotation_content";
345
378
  action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
346
379
  annotationId?: number | null | undefined;
347
380
  }) | ({
348
381
  message: string;
382
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
349
383
  hookId: number;
350
384
  requestId: string;
351
385
  timestamp: string;
@@ -353,19 +387,20 @@ export declare const runs: (query?: RunsQuery) => {
353
387
  hookType: "function" | "webhook" | "job";
354
388
  request: string | null;
355
389
  response: string | null;
390
+ start: string | null;
391
+ end: string | null;
392
+ uuid: string;
356
393
  queueId?: number | null | undefined;
357
- start?: string | null | undefined;
358
- end?: string | null | undefined;
359
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
360
394
  settings?: unknown;
361
- uuid?: string | undefined;
362
395
  cancelRequested?: string | null | undefined;
396
+ output?: string | null | undefined;
363
397
  } & {
364
398
  event: "annotation_status";
365
399
  action: "changed";
366
400
  annotationId?: number | null | undefined;
367
401
  }) | ({
368
402
  message: string;
403
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
369
404
  hookId: number;
370
405
  requestId: string;
371
406
  timestamp: string;
@@ -373,19 +408,20 @@ export declare const runs: (query?: RunsQuery) => {
373
408
  hookType: "function" | "webhook" | "job";
374
409
  request: string | null;
375
410
  response: string | null;
411
+ start: string | null;
412
+ end: string | null;
413
+ uuid: string;
376
414
  queueId?: number | null | undefined;
377
- start?: string | null | undefined;
378
- end?: string | null | undefined;
379
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
380
415
  settings?: unknown;
381
- uuid?: string | undefined;
382
416
  cancelRequested?: string | null | undefined;
417
+ output?: string | null | undefined;
383
418
  } & {
384
419
  event: "upload";
385
420
  action: "created";
386
421
  emailId?: number | null | undefined;
387
422
  }) | ({
388
423
  message: string;
424
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
389
425
  hookId: number;
390
426
  requestId: string;
391
427
  timestamp: string;
@@ -393,19 +429,20 @@ export declare const runs: (query?: RunsQuery) => {
393
429
  hookType: "function" | "webhook" | "job";
394
430
  request: string | null;
395
431
  response: string | null;
432
+ start: string | null;
433
+ end: string | null;
434
+ uuid: string;
396
435
  queueId?: number | null | undefined;
397
- start?: string | null | undefined;
398
- end?: string | null | undefined;
399
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
400
436
  settings?: unknown;
401
- uuid?: string | undefined;
402
437
  cancelRequested?: string | null | undefined;
438
+ output?: string | null | undefined;
403
439
  } & {
404
440
  event: "email";
405
441
  action: "received";
406
442
  emailId?: number | null | undefined;
407
443
  }) | ({
408
444
  message: string;
445
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
409
446
  hookId: number;
410
447
  requestId: string;
411
448
  timestamp: string;
@@ -413,20 +450,27 @@ export declare const runs: (query?: RunsQuery) => {
413
450
  hookType: "function" | "webhook" | "job";
414
451
  request: string | null;
415
452
  response: string | null;
453
+ start: string | null;
454
+ end: string | null;
455
+ uuid: string;
416
456
  queueId?: number | null | undefined;
417
- start?: string | null | undefined;
418
- end?: string | null | undefined;
419
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
420
457
  settings?: unknown;
421
- uuid?: string | undefined;
422
458
  cancelRequested?: string | null | undefined;
459
+ output?: string | null | undefined;
423
460
  } & {
424
461
  event: "invocation";
425
462
  action: "manual" | "scheduled" | "integration" | "interface";
426
463
  }))[];
464
+ pagination: {
465
+ next: string | null;
466
+ previous: string | null;
467
+ total: number;
468
+ totalPages: number;
469
+ };
427
470
  }, {
428
471
  results: (({
429
472
  message: string;
473
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
430
474
  hookId: number;
431
475
  requestId: string;
432
476
  timestamp: string;
@@ -434,19 +478,20 @@ export declare const runs: (query?: RunsQuery) => {
434
478
  hookType: "function" | "webhook" | "job";
435
479
  request: string | null;
436
480
  response: string | null;
481
+ start: string | null;
482
+ end: string | null;
483
+ uuid: string;
437
484
  queueId?: number | null | undefined;
438
- start?: string | null | undefined;
439
- end?: string | null | undefined;
440
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
441
485
  settings?: unknown;
442
- uuid?: string | undefined;
443
486
  cancelRequested?: string | null | undefined;
487
+ output?: string | null | undefined;
444
488
  } & {
445
489
  event: "annotation_content";
446
490
  action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
447
491
  annotationId?: number | null | undefined;
448
492
  }) | ({
449
493
  message: string;
494
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
450
495
  hookId: number;
451
496
  requestId: string;
452
497
  timestamp: string;
@@ -454,19 +499,20 @@ export declare const runs: (query?: RunsQuery) => {
454
499
  hookType: "function" | "webhook" | "job";
455
500
  request: string | null;
456
501
  response: string | null;
502
+ start: string | null;
503
+ end: string | null;
504
+ uuid: string;
457
505
  queueId?: number | null | undefined;
458
- start?: string | null | undefined;
459
- end?: string | null | undefined;
460
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
461
506
  settings?: unknown;
462
- uuid?: string | undefined;
463
507
  cancelRequested?: string | null | undefined;
508
+ output?: string | null | undefined;
464
509
  } & {
465
510
  event: "annotation_status";
466
511
  action: "changed";
467
512
  annotationId?: number | null | undefined;
468
513
  }) | ({
469
514
  message: string;
515
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
470
516
  hookId: number;
471
517
  requestId: string;
472
518
  timestamp: string;
@@ -474,19 +520,20 @@ export declare const runs: (query?: RunsQuery) => {
474
520
  hookType: "function" | "webhook" | "job";
475
521
  request: string | null;
476
522
  response: string | null;
523
+ start: string | null;
524
+ end: string | null;
525
+ uuid: string;
477
526
  queueId?: number | null | undefined;
478
- start?: string | null | undefined;
479
- end?: string | null | undefined;
480
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
481
527
  settings?: unknown;
482
- uuid?: string | undefined;
483
528
  cancelRequested?: string | null | undefined;
529
+ output?: string | null | undefined;
484
530
  } & {
485
531
  event: "upload";
486
532
  action: "created";
487
533
  emailId?: number | null | undefined;
488
534
  }) | ({
489
535
  message: string;
536
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
490
537
  hookId: number;
491
538
  requestId: string;
492
539
  timestamp: string;
@@ -494,19 +541,20 @@ export declare const runs: (query?: RunsQuery) => {
494
541
  hookType: "function" | "webhook" | "job";
495
542
  request: string | null;
496
543
  response: string | null;
544
+ start: string | null;
545
+ end: string | null;
546
+ uuid: string;
497
547
  queueId?: number | null | undefined;
498
- start?: string | null | undefined;
499
- end?: string | null | undefined;
500
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
501
548
  settings?: unknown;
502
- uuid?: string | undefined;
503
549
  cancelRequested?: string | null | undefined;
550
+ output?: string | null | undefined;
504
551
  } & {
505
552
  event: "email";
506
553
  action: "received";
507
554
  emailId?: number | null | undefined;
508
555
  }) | ({
509
556
  message: string;
557
+ status: "failed" | "completed" | "running" | "cancelled" | "waiting";
510
558
  hookId: number;
511
559
  requestId: string;
512
560
  timestamp: string;
@@ -514,54 +562,65 @@ export declare const runs: (query?: RunsQuery) => {
514
562
  hookType: "function" | "webhook" | "job";
515
563
  request: string | null;
516
564
  response: string | null;
565
+ start: string | null;
566
+ end: string | null;
567
+ uuid: string;
517
568
  queueId?: number | null | undefined;
518
- start?: string | null | undefined;
519
- end?: string | null | undefined;
520
- status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
521
569
  settings?: unknown;
522
- uuid?: string | undefined;
523
570
  cancelRequested?: string | null | undefined;
571
+ output?: string | null | undefined;
524
572
  } & {
525
573
  event: "invocation";
526
574
  action: "manual" | "scheduled" | "integration" | "interface";
527
575
  }))[];
576
+ pagination: {
577
+ next: string | null;
578
+ previous: string | null;
579
+ total: number;
580
+ totalPages: number;
581
+ };
528
582
  }>;
529
- readonly query: Partial<{
530
- timestampAfter: string;
531
- timestampBefore: string;
532
- startAfter: string;
533
- startBefore: string;
534
- endAfter: string;
535
- endBefore: string;
536
- search: string;
537
- hook: Array<number>;
538
- requestId: string;
539
- logLevel: LogLevel;
540
- statusCode: Array<StatusCode>;
541
- queue: Array<string>;
542
- annotation: Array<number>;
543
- email: Array<string>;
544
- pageSize: number;
545
- status: Array<RunStatus>;
546
- }>;
547
- readonly querySchema: import("zod").ZodObject<{
548
- timestampAfter: import("zod").ZodOptional<import("zod").ZodString>;
549
- timestampBefore: import("zod").ZodOptional<import("zod").ZodString>;
550
- startAfter: import("zod").ZodOptional<import("zod").ZodString>;
551
- startBefore: import("zod").ZodOptional<import("zod").ZodString>;
552
- endAfter: import("zod").ZodOptional<import("zod").ZodString>;
553
- endBefore: import("zod").ZodOptional<import("zod").ZodString>;
554
- search: import("zod").ZodOptional<import("zod").ZodString>;
555
- hook: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
556
- requestId: import("zod").ZodOptional<import("zod").ZodString>;
557
- logLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>>;
558
- 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">>;
559
- queue: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
560
- annotation: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
561
- email: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
562
- pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
563
- 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">>;
564
- }, "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, {
565
624
  timestampAfter?: string | undefined;
566
625
  timestampBefore?: string | undefined;
567
626
  startAfter?: string | undefined;
@@ -570,12 +629,14 @@ export declare const runs: (query?: RunsQuery) => {
570
629
  endBefore?: string | undefined;
571
630
  search?: string | undefined;
572
631
  hook?: number[] | undefined;
632
+ uuid?: string[] | undefined;
573
633
  requestId?: string | undefined;
574
634
  logLevel?: "INFO" | "ERROR" | "WARNING" | undefined;
575
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;
576
636
  queue?: string[] | undefined;
577
637
  annotation?: number[] | undefined;
578
638
  email?: string[] | undefined;
639
+ page?: number | undefined;
579
640
  pageSize?: number | undefined;
580
641
  status?: ("failed" | "completed" | "running" | "cancelled" | "waiting")[] | undefined;
581
642
  }, {
@@ -587,13 +648,21 @@ export declare const runs: (query?: RunsQuery) => {
587
648
  endBefore?: string | undefined;
588
649
  search?: string | undefined;
589
650
  hook?: number[] | undefined;
651
+ uuid?: string[] | undefined;
590
652
  requestId?: string | undefined;
591
653
  logLevel?: "INFO" | "ERROR" | "WARNING" | undefined;
592
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;
593
655
  queue?: string[] | undefined;
594
656
  annotation?: number[] | undefined;
595
657
  email?: string[] | undefined;
658
+ page?: number | undefined;
596
659
  pageSize?: number | undefined;
597
660
  status?: ("failed" | "completed" | "running" | "cancelled" | "waiting")[] | undefined;
598
- }>;
661
+ }>, z.ZodObject<{
662
+ includeTotal: z.ZodOptional<z.ZodBoolean>;
663
+ }, "strip", z.ZodTypeAny, {
664
+ includeTotal?: boolean | undefined;
665
+ }, {
666
+ includeTotal?: boolean | undefined;
667
+ }>>;
599
668
  };