@rossum/api-client 0.1.25 → 0.1.30

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 (817) hide show
  1. package/index.js +73 -69
  2. package/index.js.map +1 -1
  3. package/package.json +4 -2
  4. package/src/annotations/endpoints/approve.js.map +1 -1
  5. package/src/annotations/endpoints/assign.js.map +1 -1
  6. package/src/annotations/endpoints/cancel.js +1 -1
  7. package/src/annotations/endpoints/cancel.js.map +1 -1
  8. package/src/annotations/endpoints/confirm.js.map +1 -1
  9. package/src/annotations/endpoints/contentSelect.js.map +1 -1
  10. package/src/annotations/endpoints/copy.js.map +1 -1
  11. package/src/annotations/endpoints/delete.js.map +1 -1
  12. package/src/annotations/endpoints/editPages.js.map +1 -1
  13. package/src/annotations/endpoints/editPagesInPlace.js.map +1 -1
  14. package/src/annotations/endpoints/get.js.map +1 -1
  15. package/src/annotations/endpoints/getContent.js.map +1 -1
  16. package/src/annotations/endpoints/getPageData.js +1 -1
  17. package/src/annotations/endpoints/getPageData.js.map +1 -1
  18. package/src/annotations/endpoints/index.js +2 -0
  19. package/src/annotations/endpoints/index.js.map +1 -1
  20. package/src/annotations/endpoints/patch.js.map +1 -1
  21. package/src/annotations/endpoints/postpone.js.map +1 -1
  22. package/src/annotations/endpoints/purge.js.map +1 -1
  23. package/src/annotations/endpoints/reject.js.map +1 -1
  24. package/src/annotations/endpoints/search.js +2 -2
  25. package/src/annotations/endpoints/search.js.map +1 -1
  26. package/src/annotations/endpoints/split.js +15 -0
  27. package/src/annotations/endpoints/split.js.map +1 -0
  28. package/src/annotations/endpoints/split.schema.js +23 -0
  29. package/src/annotations/endpoints/split.schema.js.map +1 -0
  30. package/src/annotations/endpoints/start.js.map +1 -1
  31. package/src/annotations/endpoints/startEditPages.js.map +1 -1
  32. package/src/annotations/endpoints/startEmbedded.js.map +1 -1
  33. package/src/annotations/endpoints/updateContent.js.map +1 -1
  34. package/src/annotations/endpoints/usageReportExport.js.map +1 -1
  35. package/src/annotations/endpoints/validate.js.map +1 -1
  36. package/src/annotations/models/annotation.schema.js +2 -0
  37. package/src/annotations/models/annotation.schema.js.map +1 -1
  38. package/src/annotations/models/annotationData.schema.js +1 -0
  39. package/src/annotations/models/annotationData.schema.js.map +1 -1
  40. package/src/authentication/endpoints/getMembershipToken.js.map +1 -1
  41. package/src/authentication/endpoints/login.js.map +1 -1
  42. package/src/authentication/endpoints/password/change.js.map +1 -1
  43. package/src/authentication/endpoints/password/confirm.js +17 -7
  44. package/src/authentication/endpoints/password/confirm.js.map +1 -1
  45. package/src/authentication/endpoints/password/reset.js +17 -7
  46. package/src/authentication/endpoints/password/reset.js.map +1 -1
  47. package/src/authentication/endpoints/password/score.js.map +1 -1
  48. package/src/authentication/endpoints/patch.js.map +1 -1
  49. package/src/authentication/endpoints/user.js.map +1 -1
  50. package/src/automationBlockers/endpoints/get.js.map +1 -1
  51. package/src/billing/endpoints/getHistory.js.map +1 -1
  52. package/src/billing/endpoints/getHistoryExport.js.map +1 -1
  53. package/src/billing/endpoints/getStats.js.map +1 -1
  54. package/src/billing/endpoints/getStatsExport.js.map +1 -1
  55. package/src/connectors/endpoints/create.js.map +1 -1
  56. package/src/connectors/endpoints/delete.js.map +1 -1
  57. package/src/connectors/endpoints/list.js.map +1 -1
  58. package/src/dedicatedEngineSchema/endpoints/create.js.map +1 -1
  59. package/src/dedicatedEngineSchema/endpoints/get.js.map +1 -1
  60. package/src/dedicatedEngineSchema/endpoints/patch.js.map +1 -1
  61. package/src/dedicatedEngineSchema/endpoints/predict.js.map +1 -1
  62. package/src/dedicatedEngineSchema/endpoints/validate.js.map +1 -1
  63. package/src/dedicatedEngines/endpoints/create.js.map +1 -1
  64. package/src/dedicatedEngines/endpoints/get.js.map +1 -1
  65. package/src/dedicatedEngines/endpoints/list.js.map +1 -1
  66. package/src/dedicatedEngines/endpoints/patch.js.map +1 -1
  67. package/src/dedicatedEngines/endpoints/request.js.map +1 -1
  68. package/src/deleteRecommendations/endpoints/create.js.map +1 -1
  69. package/src/deleteRecommendations/endpoints/get.js.map +1 -1
  70. package/src/deleteRecommendations/endpoints/list.js.map +1 -1
  71. package/src/deleteRecommendations/endpoints/patch.js.map +1 -1
  72. package/src/documentRelations/endpoints/index.js +8 -0
  73. package/src/documentRelations/endpoints/index.js.map +1 -0
  74. package/src/documentRelations/endpoints/list.js +17 -0
  75. package/src/documentRelations/endpoints/list.js.map +1 -0
  76. package/src/documentRelations/endpoints/list.schema.js +17 -0
  77. package/src/documentRelations/endpoints/list.schema.js.map +1 -0
  78. package/src/documentRelations/models/relations.schema.js +18 -0
  79. package/src/documentRelations/models/relations.schema.js.map +1 -0
  80. package/src/documents/endpoints/downloads.js.map +1 -1
  81. package/src/documents/endpoints/get.js.map +1 -1
  82. package/src/documents/endpoints/getBlob.js.map +1 -1
  83. package/src/documents/endpoints/list.js.map +1 -1
  84. package/src/documents/endpoints/patch.js.map +1 -1
  85. package/src/email/endpoints/get.js.map +1 -1
  86. package/src/email/endpoints/list.js.map +1 -1
  87. package/src/email/endpoints/send.js.map +1 -1
  88. package/src/email/endpoints/send.schema.js +1 -0
  89. package/src/email/endpoints/send.schema.js.map +1 -1
  90. package/src/emailTemplates/endpoints/create.js.map +1 -1
  91. package/src/emailTemplates/endpoints/delete.js.map +1 -1
  92. package/src/emailTemplates/endpoints/get.js.map +1 -1
  93. package/src/emailTemplates/endpoints/list.js.map +1 -1
  94. package/src/emailTemplates/endpoints/patch.js.map +1 -1
  95. package/src/emailTemplates/endpoints/render.js.map +1 -1
  96. package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
  97. package/src/emailThreads/endpoints/counts.js.map +1 -1
  98. package/src/emailThreads/endpoints/get.js.map +1 -1
  99. package/src/emailThreads/endpoints/list.js.map +1 -1
  100. package/src/emailThreads/endpoints/patch.js.map +1 -1
  101. package/src/engines/endpoints/patch.schema.js +6 -1
  102. package/src/engines/endpoints/patch.schema.js.map +1 -1
  103. package/src/engines/models/engine.schema.js +1 -0
  104. package/src/engines/models/engine.schema.js.map +1 -1
  105. package/src/engines/models/engineQueueStatsItem.schema.js +2 -0
  106. package/src/engines/models/engineQueueStatsItem.schema.js.map +1 -1
  107. package/src/genericEngines/endpoints/get.js.map +1 -1
  108. package/src/genericEngines/endpoints/list.js.map +1 -1
  109. package/src/groups/endpoints/list.js.map +1 -1
  110. package/src/hookInterfaces/endpoints/create.js +16 -0
  111. package/src/hookInterfaces/endpoints/create.js.map +1 -0
  112. package/src/hookInterfaces/endpoints/create.schema.js +14 -0
  113. package/src/hookInterfaces/endpoints/create.schema.js.map +1 -0
  114. package/src/hookInterfaces/endpoints/delete.js +13 -0
  115. package/src/hookInterfaces/endpoints/delete.js.map +1 -0
  116. package/src/hookInterfaces/endpoints/index.js +16 -0
  117. package/src/hookInterfaces/endpoints/index.js.map +1 -0
  118. package/src/hookInterfaces/endpoints/invoke.js +15 -0
  119. package/src/hookInterfaces/endpoints/invoke.js.map +1 -0
  120. package/src/hookInterfaces/endpoints/invoke.schema.js +10 -0
  121. package/src/hookInterfaces/endpoints/invoke.schema.js.map +1 -0
  122. package/src/hookInterfaces/endpoints/list.js +17 -0
  123. package/src/hookInterfaces/endpoints/list.js.map +1 -0
  124. package/src/hookInterfaces/endpoints/list.schema.js +16 -0
  125. package/src/hookInterfaces/endpoints/list.schema.js.map +1 -0
  126. package/src/hookInterfaces/endpoints/patch.js +16 -0
  127. package/src/hookInterfaces/endpoints/patch.js.map +1 -0
  128. package/src/hookInterfaces/endpoints/patch.schema.js +12 -0
  129. package/src/hookInterfaces/endpoints/patch.schema.js.map +1 -0
  130. package/src/{authentication/models/authInfo.js → hookInterfaces/models/hookInterface.js} +1 -1
  131. package/src/hookInterfaces/models/hookInterface.js.map +1 -0
  132. package/src/hookInterfaces/models/hookInterface.schema.js +17 -0
  133. package/src/hookInterfaces/models/hookInterface.schema.js.map +1 -0
  134. package/src/{deleteRecommendations → hookInterfaces}/models/index.js +2 -1
  135. package/src/hookInterfaces/models/index.js.map +1 -0
  136. package/src/hookTemplates/endpoints/get.js +13 -0
  137. package/src/hookTemplates/endpoints/get.js.map +1 -0
  138. package/src/hookTemplates/endpoints/index.js +2 -0
  139. package/src/hookTemplates/endpoints/index.js.map +1 -1
  140. package/src/hookTemplates/endpoints/list.js.map +1 -1
  141. package/src/hookTemplates/models/hookTemplate.schema.js +5 -0
  142. package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
  143. package/src/hooks/endpoints/cancelRun.js +13 -0
  144. package/src/hooks/endpoints/cancelRun.js.map +1 -0
  145. package/src/hooks/endpoints/cancelRun.schema.js +8 -0
  146. package/src/hooks/endpoints/cancelRun.schema.js.map +1 -0
  147. package/src/hooks/endpoints/create.js.map +1 -1
  148. package/src/hooks/endpoints/create.schema.js +8 -1
  149. package/src/hooks/endpoints/create.schema.js.map +1 -1
  150. package/src/hooks/endpoints/createFromTemplate.js +16 -0
  151. package/src/hooks/endpoints/createFromTemplate.js.map +1 -0
  152. package/src/hooks/endpoints/createFromTemplate.schema.js +14 -0
  153. package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -0
  154. package/src/hooks/endpoints/delete.js.map +1 -1
  155. package/src/hooks/endpoints/generatePayload.js.map +1 -1
  156. package/src/hooks/endpoints/get.js.map +1 -1
  157. package/src/hooks/endpoints/getSecretsKeys.js.map +1 -1
  158. package/src/hooks/endpoints/index.js +9 -3
  159. package/src/hooks/endpoints/index.js.map +1 -1
  160. package/src/hooks/endpoints/invoke.js.map +1 -1
  161. package/src/hooks/endpoints/list.js.map +1 -1
  162. package/src/hooks/endpoints/list.schema.js +2 -0
  163. package/src/hooks/endpoints/list.schema.js.map +1 -1
  164. package/src/hooks/endpoints/patch.js.map +1 -1
  165. package/src/hooks/endpoints/patch.schema.js +6 -0
  166. package/src/hooks/endpoints/patch.schema.js.map +1 -1
  167. package/src/hooks/endpoints/runLogs.js +14 -0
  168. package/src/hooks/endpoints/runLogs.js.map +1 -0
  169. package/src/hooks/endpoints/runs.js +15 -0
  170. package/src/hooks/endpoints/runs.js.map +1 -0
  171. package/src/hooks/endpoints/runs.schema.js +30 -0
  172. package/src/hooks/endpoints/runs.schema.js.map +1 -0
  173. package/src/hooks/endpoints/test.js.map +1 -1
  174. package/src/hooks/endpoints/test.schema.js +2 -2
  175. package/src/hooks/endpoints/test.schema.js.map +1 -1
  176. package/src/hooks/models/hook.schema.js +14 -4
  177. package/src/hooks/models/hook.schema.js.map +1 -1
  178. package/src/hooks/models/hookConfig.schema.js +17 -11
  179. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  180. package/src/hooks/models/hookUtils.schema.js +13 -1
  181. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  182. package/src/hooks/models/run.js +72 -0
  183. package/src/hooks/models/run.js.map +1 -0
  184. package/src/hooks/models/run.schema.js +115 -0
  185. package/src/hooks/models/run.schema.js.map +1 -0
  186. package/src/hooks/models/runLog.js +5 -0
  187. package/src/hooks/models/runLog.js.map +1 -0
  188. package/src/hooks/models/runLog.schema.js +15 -0
  189. package/src/hooks/models/runLog.schema.js.map +1 -0
  190. package/src/inboxes/endpoints/create.js.map +1 -1
  191. package/src/inboxes/endpoints/get.js.map +1 -1
  192. package/src/inboxes/endpoints/list.js.map +1 -1
  193. package/src/inboxes/endpoints/patch.js.map +1 -1
  194. package/src/internal/endpoints/domainSettings.js.map +1 -1
  195. package/src/internal/endpoints/generateRejectionEmail.js.map +1 -1
  196. package/src/internal/endpoints/index.js +16 -10
  197. package/src/internal/endpoints/index.js.map +1 -1
  198. package/src/internal/endpoints/logs.js +16 -0
  199. package/src/internal/endpoints/logs.js.map +1 -0
  200. package/src/internal/endpoints/logs.schema.js +13 -0
  201. package/src/internal/endpoints/logs.schema.js.map +1 -0
  202. package/src/internal/endpoints/requestDemo.js.map +1 -1
  203. package/src/internal/endpoints/requestExtension.js.map +1 -1
  204. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  205. package/src/internal/endpoints/rules/evaluateRules.schema.js +4 -2
  206. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  207. package/src/internal/endpoints/rules/suggestRule.schema.js +1 -1
  208. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  209. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.js.map +1 -1
  210. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +0 -4
  211. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  212. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  213. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -1
  214. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  215. package/src/internal/endpoints/schemas/formulasInfo.js.map +1 -1
  216. package/src/internal/endpoints/schemas/formulasInfo.schema.js +2 -1
  217. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  218. package/src/labels/endpoints/apply.js.map +1 -1
  219. package/src/labels/endpoints/create.js.map +1 -1
  220. package/src/labels/endpoints/create.schema.js +4 -3
  221. package/src/labels/endpoints/create.schema.js.map +1 -1
  222. package/src/labels/endpoints/delete.js.map +1 -1
  223. package/src/labels/endpoints/list.js.map +1 -1
  224. package/src/labels/endpoints/patch.js.map +1 -1
  225. package/src/labels/endpoints/patch.schema.js +4 -3
  226. package/src/labels/endpoints/patch.schema.js.map +1 -1
  227. package/src/labels/models/label.schema.js +1 -0
  228. package/src/labels/models/label.schema.js.map +1 -1
  229. package/src/memberships/endpoints/create.js.map +1 -1
  230. package/src/organization/endpoints/create.js.map +1 -1
  231. package/src/organization/endpoints/get.js.map +1 -1
  232. package/src/organization/endpoints/limits.js.map +1 -1
  233. package/src/organization/endpoints/patch.js.map +1 -1
  234. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  235. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  236. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  237. package/src/queues/endpoints/automation.js.map +1 -1
  238. package/src/queues/endpoints/automationSetup.js +15 -0
  239. package/src/queues/endpoints/automationSetup.js.map +1 -0
  240. package/src/queues/endpoints/create.js.map +1 -1
  241. package/src/queues/endpoints/createFromTemplate.js.map +1 -1
  242. package/src/queues/endpoints/delete.js.map +1 -1
  243. package/src/queues/endpoints/duplicate.js.map +1 -1
  244. package/src/queues/endpoints/exportAnnotation.js.map +1 -1
  245. package/src/queues/endpoints/get.js.map +1 -1
  246. package/src/queues/endpoints/getRelatedObjectsCounts.js.map +1 -1
  247. package/src/queues/endpoints/index.js +2 -0
  248. package/src/queues/endpoints/index.js.map +1 -1
  249. package/src/queues/endpoints/list.js.map +1 -1
  250. package/src/queues/endpoints/nextAnnotation.js.map +1 -1
  251. package/src/queues/endpoints/patch.js.map +1 -1
  252. package/src/queues/endpoints/suggestedRecipients.js.map +1 -1
  253. package/src/queues/endpoints/upload.js.map +1 -1
  254. package/src/{billing/models/billingHistory.js → queues/models/automationSetup.js} +1 -1
  255. package/src/queues/models/automationSetup.js.map +1 -0
  256. package/src/queues/models/automationSetup.schema.js +49 -0
  257. package/src/queues/models/automationSetup.schema.js.map +1 -0
  258. package/src/queues/models/queueSettings.schema.js +1 -0
  259. package/src/queues/models/queueSettings.schema.js.map +1 -1
  260. package/src/relations/endpoints/create.js.map +1 -1
  261. package/src/relations/endpoints/delete.js.map +1 -1
  262. package/src/relations/endpoints/get.js.map +1 -1
  263. package/src/relations/endpoints/list.js.map +1 -1
  264. package/src/relations/endpoints/patch.js.map +1 -1
  265. package/src/rule-templates/models/ruleTemplate.schema.js +1 -1
  266. package/src/rule-templates/models/ruleTemplate.schema.js.map +1 -1
  267. package/src/rules/models/schemaRule.schema.js +14 -16
  268. package/src/rules/models/schemaRule.schema.js.map +1 -1
  269. package/src/schemaFields/endpoints/list.js.map +1 -1
  270. package/src/schemas/endpoints/create.js.map +1 -1
  271. package/src/schemas/endpoints/get.js.map +1 -1
  272. package/src/schemas/endpoints/list.js.map +1 -1
  273. package/src/schemas/endpoints/patch.js.map +1 -1
  274. package/src/schemas/models/schemaDatapointBase.schema.js +5 -0
  275. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  276. package/src/shared/models/annotationListTable.schema.js +13 -1
  277. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  278. package/src/suggestedEdit/endpoints/get.js.map +1 -1
  279. package/src/surveys/endpoints/fromTemplate.js.map +1 -1
  280. package/src/surveys/endpoints/get.js.map +1 -1
  281. package/src/surveys/endpoints/list.js.map +1 -1
  282. package/src/surveys/endpoints/patch.js.map +1 -1
  283. package/src/tasks/endpoints/get.js.map +1 -1
  284. package/src/triggers/endpoints/create.js.map +1 -1
  285. package/src/triggers/endpoints/delete.js.map +1 -1
  286. package/src/triggers/endpoints/get.js.map +1 -1
  287. package/src/triggers/endpoints/index.js +2 -0
  288. package/src/triggers/endpoints/index.js.map +1 -1
  289. package/src/triggers/endpoints/list.js +17 -0
  290. package/src/triggers/endpoints/list.js.map +1 -0
  291. package/src/triggers/endpoints/list.schema.js +14 -0
  292. package/src/triggers/endpoints/list.schema.js.map +1 -0
  293. package/src/triggers/endpoints/patch.js.map +1 -1
  294. package/src/uploads/endpoints/get.js.map +1 -1
  295. package/src/uploads/endpoints/post.js.map +1 -1
  296. package/src/users/endpoints/create.js.map +1 -1
  297. package/src/users/endpoints/delete.js.map +1 -1
  298. package/src/users/endpoints/get.js.map +1 -1
  299. package/src/users/endpoints/list.js.map +1 -1
  300. package/src/users/endpoints/patch.js.map +1 -1
  301. package/src/users/endpoints/resetPassword.js.map +1 -1
  302. package/src/utils/codecUtils.js +17 -7
  303. package/src/utils/codecUtils.js.map +1 -1
  304. package/src/utils/request.js +17 -7
  305. package/src/utils/request.js.map +1 -1
  306. package/src/utils/requestConfig.js +22 -11
  307. package/src/utils/requestConfig.js.map +1 -1
  308. package/src/utils/requestResponse.js +19 -9
  309. package/src/utils/requestResponse.js.map +1 -1
  310. package/src/utils.js +17 -7
  311. package/src/utils.js.map +1 -1
  312. package/src/workflowActivities/endpoints/get.js.map +1 -1
  313. package/src/workflowActivities/endpoints/list.js.map +1 -1
  314. package/src/workflowRuns/endpoints/get.js.map +1 -1
  315. package/src/workflowRuns/endpoints/list.js.map +1 -1
  316. package/src/workflowRuns/endpoints/reset.js.map +1 -1
  317. package/src/workflowSteps/endpoints/get.js.map +1 -1
  318. package/src/workflowSteps/endpoints/list.js.map +1 -1
  319. package/src/workflows/endpoints/get.js.map +1 -1
  320. package/src/workflows/endpoints/list.js.map +1 -1
  321. package/src/workspaces/endpoints/create.js.map +1 -1
  322. package/src/workspaces/endpoints/delete.js.map +1 -1
  323. package/src/workspaces/endpoints/get.js +13 -0
  324. package/src/workspaces/endpoints/get.js.map +1 -0
  325. package/src/workspaces/endpoints/index.js +2 -0
  326. package/src/workspaces/endpoints/index.js.map +1 -1
  327. package/src/workspaces/endpoints/list.js.map +1 -1
  328. package/src/workspaces/endpoints/patch.js.map +1 -1
  329. package/types/index.d.ts +6883 -3214
  330. package/types/src/annotations/endpoints/cancelEditPages.d.ts +4 -4
  331. package/types/src/annotations/endpoints/cancelEditPages.schema.d.ts +4 -4
  332. package/types/src/annotations/endpoints/contentSelect.d.ts +2 -2
  333. package/types/src/annotations/endpoints/contentSelect.schema.d.ts +2 -2
  334. package/types/src/annotations/endpoints/editPages.d.ts +16 -16
  335. package/types/src/annotations/endpoints/editPages.schema.d.ts +16 -16
  336. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +8 -8
  337. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +8 -8
  338. package/types/src/annotations/endpoints/get.d.ts +12 -6
  339. package/types/src/annotations/endpoints/getContent.d.ts +292 -214
  340. package/types/src/annotations/endpoints/getPageData.d.ts +1 -1
  341. package/types/src/annotations/endpoints/index.d.ts +883 -607
  342. package/types/src/annotations/endpoints/list.d.ts +213 -162
  343. package/types/src/annotations/endpoints/patch.d.ts +18 -6
  344. package/types/src/annotations/endpoints/patch.schema.d.ts +6 -0
  345. package/types/src/annotations/endpoints/search.d.ts +213 -162
  346. package/types/src/annotations/endpoints/split.d.ts +88 -0
  347. package/types/src/annotations/endpoints/split.schema.d.ts +66 -0
  348. package/types/src/annotations/endpoints/start.d.ts +2 -2
  349. package/types/src/annotations/endpoints/startEditPages.d.ts +7 -7
  350. package/types/src/annotations/endpoints/translate.d.ts +6 -6
  351. package/types/src/annotations/endpoints/translate.schema.d.ts +6 -6
  352. package/types/src/annotations/endpoints/updateContent.d.ts +5 -2
  353. package/types/src/annotations/endpoints/validate.d.ts +9 -4
  354. package/types/src/annotations/endpoints/validate.schema.d.ts +9 -4
  355. package/types/src/annotations/models/annotation.d.ts +2 -0
  356. package/types/src/annotations/models/annotation.schema.d.ts +12 -6
  357. package/types/src/annotations/models/annotationData.d.ts +1 -0
  358. package/types/src/annotations/models/annotationData.schema.d.ts +471 -337
  359. package/types/src/annotations/models/annotationListSideload.schema.d.ts +191 -150
  360. package/types/src/annotations/models/annotationStart.schema.d.ts +2 -2
  361. package/types/src/annotations/models/editPages.schema.d.ts +11 -11
  362. package/types/src/annotations/models/pageData.schema.d.ts +6 -6
  363. package/types/src/annotations/models/processingDuration.schema.d.ts +2 -2
  364. package/types/src/authentication/endpoints/index.d.ts +6 -6
  365. package/types/src/authentication/endpoints/password/score.d.ts +2 -2
  366. package/types/src/authentication/endpoints/password/score.schema.d.ts +2 -2
  367. package/types/src/authentication/endpoints/patch.d.ts +2 -2
  368. package/types/src/authentication/endpoints/user.d.ts +2 -2
  369. package/types/src/automationBlockers/endpoints/get.d.ts +4 -4
  370. package/types/src/automationBlockers/endpoints/index.d.ts +4 -4
  371. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +4 -4
  372. package/types/src/billing/endpoints/getHistory.d.ts +12 -12
  373. package/types/src/billing/endpoints/getStats.d.ts +12 -12
  374. package/types/src/billing/models/billingHistory.schema.d.ts +12 -12
  375. package/types/src/billing/models/billingStats.schema.d.ts +12 -12
  376. package/types/src/connectors/endpoints/create.d.ts +2 -2
  377. package/types/src/connectors/endpoints/index.d.ts +6 -6
  378. package/types/src/connectors/endpoints/list.d.ts +4 -4
  379. package/types/src/connectors/models/connector.schema.d.ts +2 -2
  380. package/types/src/dedicatedEngineSchema/endpoints/create.d.ts +28 -28
  381. package/types/src/dedicatedEngineSchema/endpoints/get.d.ts +30 -30
  382. package/types/src/dedicatedEngineSchema/endpoints/get.schema.d.ts +2 -2
  383. package/types/src/dedicatedEngineSchema/endpoints/index.d.ts +128 -128
  384. package/types/src/dedicatedEngineSchema/endpoints/patch.d.ts +36 -36
  385. package/types/src/dedicatedEngineSchema/endpoints/patch.schema.d.ts +8 -8
  386. package/types/src/dedicatedEngineSchema/endpoints/predict.d.ts +26 -26
  387. package/types/src/dedicatedEngineSchema/endpoints/predict.schema.d.ts +26 -26
  388. package/types/src/dedicatedEngineSchema/endpoints/validate.d.ts +8 -8
  389. package/types/src/dedicatedEngineSchema/endpoints/validate.schema.d.ts +8 -8
  390. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchema.schema.d.ts +48 -48
  391. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchemaObject.schema.d.ts +18 -18
  392. package/types/src/dedicatedEngineSchema/models/simpleMultivalueField.schema.d.ts +2 -2
  393. package/types/src/dedicatedEngineSchema/models/tableMultivalueField.schema.d.ts +14 -14
  394. package/types/src/dedicatedEngineSchema/models/transformedFields.schema.d.ts +14 -14
  395. package/types/src/dedicatedEngines/endpoints/create.d.ts +2 -2
  396. package/types/src/dedicatedEngines/endpoints/get.d.ts +4 -4
  397. package/types/src/dedicatedEngines/endpoints/get.schema.d.ts +2 -2
  398. package/types/src/dedicatedEngines/endpoints/index.d.ts +18 -18
  399. package/types/src/dedicatedEngines/endpoints/list.d.ts +8 -8
  400. package/types/src/dedicatedEngines/endpoints/list.schema.d.ts +4 -4
  401. package/types/src/dedicatedEngines/endpoints/patch.d.ts +2 -2
  402. package/types/src/dedicatedEngines/endpoints/request.d.ts +2 -2
  403. package/types/src/dedicatedEngines/models/dedicatedEngine.schema.d.ts +2 -2
  404. package/types/src/deleteRecommendations/endpoints/create.d.ts +4 -4
  405. package/types/src/deleteRecommendations/endpoints/get.d.ts +4 -4
  406. package/types/src/deleteRecommendations/endpoints/index.d.ts +20 -20
  407. package/types/src/deleteRecommendations/endpoints/list.d.ts +8 -8
  408. package/types/src/deleteRecommendations/endpoints/patch.d.ts +4 -4
  409. package/types/src/deleteRecommendations/models/deleteRecommendation.schema.d.ts +4 -4
  410. package/types/src/documentRelations/endpoints/index.d.ts +105 -0
  411. package/types/src/documentRelations/endpoints/list.d.ts +112 -0
  412. package/types/src/documentRelations/endpoints/list.schema.d.ts +29 -0
  413. package/types/src/documentRelations/models/relations.schema.d.ts +24 -0
  414. package/types/src/documents/endpoints/get.d.ts +4 -4
  415. package/types/src/documents/endpoints/index.d.ts +16 -16
  416. package/types/src/documents/endpoints/list.d.ts +8 -8
  417. package/types/src/documents/endpoints/patch.d.ts +4 -4
  418. package/types/src/documents/models/document.schema.d.ts +4 -4
  419. package/types/src/email/endpoints/get.d.ts +6 -6
  420. package/types/src/email/endpoints/index.d.ts +21 -18
  421. package/types/src/email/endpoints/list.d.ts +12 -12
  422. package/types/src/email/endpoints/send.d.ts +4 -0
  423. package/types/src/email/endpoints/send.schema.d.ts +3 -0
  424. package/types/src/email/models/email.schema.d.ts +6 -6
  425. package/types/src/emailTemplates/endpoints/create.d.ts +8 -8
  426. package/types/src/emailTemplates/endpoints/get.d.ts +8 -8
  427. package/types/src/emailTemplates/endpoints/index.d.ts +40 -40
  428. package/types/src/emailTemplates/endpoints/list.d.ts +16 -16
  429. package/types/src/emailTemplates/endpoints/patch.d.ts +8 -8
  430. package/types/src/emailTemplates/models/emailTemplate.schema.d.ts +16 -16
  431. package/types/src/emailThreads/endpoints/get.d.ts +4 -4
  432. package/types/src/emailThreads/endpoints/index.d.ts +16 -16
  433. package/types/src/emailThreads/endpoints/list.d.ts +8 -8
  434. package/types/src/emailThreads/endpoints/patch.d.ts +4 -4
  435. package/types/src/emailThreads/models/emailThreads.schema.d.ts +4 -4
  436. package/types/src/engineFields/endpoints/create.d.ts +2 -2
  437. package/types/src/engineFields/endpoints/get.d.ts +2 -2
  438. package/types/src/engineFields/endpoints/index.d.ts +10 -10
  439. package/types/src/engineFields/endpoints/list.d.ts +4 -4
  440. package/types/src/engineFields/endpoints/patch.d.ts +2 -2
  441. package/types/src/engineFields/models/engineField.schema.d.ts +2 -2
  442. package/types/src/engines/endpoints/create.d.ts +5 -2
  443. package/types/src/engines/endpoints/duplicate.d.ts +5 -2
  444. package/types/src/engines/endpoints/get.d.ts +5 -2
  445. package/types/src/engines/endpoints/index.d.ts +69 -32
  446. package/types/src/engines/endpoints/list.d.ts +9 -4
  447. package/types/src/engines/endpoints/patch.d.ts +10 -4
  448. package/types/src/engines/endpoints/patch.schema.d.ts +4 -1
  449. package/types/src/engines/endpoints/queueStats.d.ts +36 -19
  450. package/types/src/engines/endpoints/queueStats.schema.d.ts +26 -19
  451. package/types/src/engines/models/engine.d.ts +1 -0
  452. package/types/src/engines/models/engine.schema.d.ts +5 -2
  453. package/types/src/engines/models/engineQueueStatsItem.schema.d.ts +6 -0
  454. package/types/src/genericEngines/endpoints/get.d.ts +4 -4
  455. package/types/src/genericEngines/endpoints/get.schema.d.ts +2 -2
  456. package/types/src/genericEngines/endpoints/index.d.ts +12 -12
  457. package/types/src/genericEngines/endpoints/list.d.ts +8 -8
  458. package/types/src/genericEngines/endpoints/list.schema.d.ts +4 -4
  459. package/types/src/genericEngines/models/genericEngine.schema.d.ts +2 -2
  460. package/types/src/groups/endpoints/index.d.ts +4 -4
  461. package/types/src/groups/endpoints/list.d.ts +4 -4
  462. package/types/src/groups/models/group.schema.d.ts +2 -2
  463. package/types/src/hookInterfaces/endpoints/create.d.ts +67 -0
  464. package/types/src/hookInterfaces/endpoints/create.schema.d.ts +23 -0
  465. package/types/src/hookInterfaces/endpoints/delete.d.ts +7 -0
  466. package/types/src/hookInterfaces/endpoints/index.d.ts +243 -0
  467. package/types/src/hookInterfaces/endpoints/invoke.d.ts +10 -0
  468. package/types/src/hookInterfaces/endpoints/invoke.schema.d.ts +3 -0
  469. package/types/src/hookInterfaces/endpoints/list.d.ts +123 -0
  470. package/types/src/hookInterfaces/endpoints/list.schema.d.ts +26 -0
  471. package/types/src/hookInterfaces/endpoints/patch.d.ts +63 -0
  472. package/types/src/hookInterfaces/endpoints/patch.schema.d.ts +20 -0
  473. package/types/src/hookInterfaces/models/hookInterface.d.ts +12 -0
  474. package/types/src/hookInterfaces/models/hookInterface.schema.d.ts +32 -0
  475. package/types/src/hookInterfaces/models/index.d.ts +2 -0
  476. package/types/src/hookTemplates/endpoints/get.d.ts +528 -0
  477. package/types/src/hookTemplates/endpoints/index.d.ts +807 -29
  478. package/types/src/hookTemplates/endpoints/list.d.ts +280 -29
  479. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +188 -19
  480. package/types/src/hooks/endpoints/cancelRun.d.ts +14 -0
  481. package/types/src/hooks/endpoints/cancelRun.schema.d.ts +8 -0
  482. package/types/src/hooks/endpoints/create.d.ts +238 -47
  483. package/types/src/hooks/endpoints/create.schema.d.ts +92 -40
  484. package/types/src/hooks/endpoints/createFromTemplate.d.ts +508 -0
  485. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +20 -0
  486. package/types/src/hooks/endpoints/get.d.ts +184 -26
  487. package/types/src/hooks/endpoints/index.d.ts +2658 -1002
  488. package/types/src/hooks/endpoints/list.d.ts +285 -42
  489. package/types/src/hooks/endpoints/list.schema.d.ts +3 -0
  490. package/types/src/hooks/endpoints/patch.d.ts +370 -51
  491. package/types/src/hooks/endpoints/patch.schema.d.ts +182 -24
  492. package/types/src/hooks/endpoints/runLogs.d.ts +59 -0
  493. package/types/src/hooks/endpoints/runs.d.ts +599 -0
  494. package/types/src/hooks/endpoints/runs.schema.d.ts +555 -0
  495. package/types/src/hooks/endpoints/test.d.ts +28 -23
  496. package/types/src/hooks/endpoints/test.schema.d.ts +26 -21
  497. package/types/src/hooks/models/hook.d.ts +10 -6
  498. package/types/src/hooks/models/hook.schema.d.ts +670 -32
  499. package/types/src/hooks/models/hookConfig.d.ts +16 -8
  500. package/types/src/hooks/models/hookConfig.schema.d.ts +59 -7
  501. package/types/src/hooks/models/hookUtils.d.ts +4 -3
  502. package/types/src/hooks/models/hookUtils.schema.d.ts +4 -3
  503. package/types/src/hooks/models/run.d.ts +53 -0
  504. package/types/src/hooks/models/run.schema.d.ts +301 -0
  505. package/types/src/hooks/models/runLog.d.ts +7 -0
  506. package/types/src/hooks/models/runLog.schema.d.ts +15 -0
  507. package/types/src/inboxes/endpoints/create.d.ts +2 -2
  508. package/types/src/inboxes/endpoints/get.d.ts +2 -2
  509. package/types/src/inboxes/endpoints/index.d.ts +10 -10
  510. package/types/src/inboxes/endpoints/list.d.ts +4 -4
  511. package/types/src/inboxes/endpoints/patch.d.ts +2 -2
  512. package/types/src/inboxes/models/inbox.schema.d.ts +2 -2
  513. package/types/src/internal/endpoints/generateRejectionEmail.d.ts +2 -2
  514. package/types/src/internal/endpoints/generateRejectionEmail.schema.d.ts +2 -2
  515. package/types/src/internal/endpoints/index.d.ts +5682 -2304
  516. package/types/src/internal/endpoints/logs.d.ts +34 -0
  517. package/types/src/internal/endpoints/logs.schema.d.ts +20 -0
  518. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +825 -350
  519. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +821 -348
  520. package/types/src/internal/endpoints/rules/suggestRule.d.ts +681 -255
  521. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +718 -298
  522. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +664 -238
  523. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +664 -238
  524. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +665 -332
  525. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +664 -390
  526. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +928 -541
  527. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +925 -539
  528. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +626 -194
  529. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +626 -194
  530. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +638 -200
  531. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +636 -199
  532. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +626 -194
  533. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +626 -194
  534. package/types/src/labels/endpoints/create.d.ts +14 -7
  535. package/types/src/labels/endpoints/create.schema.d.ts +7 -2
  536. package/types/src/labels/endpoints/index.d.ts +33 -12
  537. package/types/src/labels/endpoints/list.d.ts +9 -4
  538. package/types/src/labels/endpoints/patch.d.ts +14 -7
  539. package/types/src/labels/endpoints/patch.schema.d.ts +7 -2
  540. package/types/src/labels/models/label.d.ts +1 -0
  541. package/types/src/labels/models/label.schema.d.ts +5 -2
  542. package/types/src/memberships/endpoints/create.d.ts +5 -5
  543. package/types/src/memberships/endpoints/index.d.ts +4 -4
  544. package/types/src/memberships/models/membership.schema.d.ts +2 -2
  545. package/types/src/organization/endpoints/create.d.ts +15 -15
  546. package/types/src/organization/endpoints/create.schema.d.ts +15 -15
  547. package/types/src/organization/endpoints/get.d.ts +11 -11
  548. package/types/src/organization/endpoints/index.d.ts +85 -85
  549. package/types/src/organization/endpoints/list.d.ts +15 -15
  550. package/types/src/organization/endpoints/patch.d.ts +20 -20
  551. package/types/src/organization/models/organization.schema.d.ts +11 -11
  552. package/types/src/organizationGroups/endpoints/index.d.ts +36 -36
  553. package/types/src/organizationGroups/endpoints/organizations.d.ts +4 -4
  554. package/types/src/organizationGroups/endpoints/queues.d.ts +4 -4
  555. package/types/src/organizationGroups/endpoints/workspaces.d.ts +4 -4
  556. package/types/src/organizationGroups/models/organizationGroupOrganization.schema.d.ts +2 -2
  557. package/types/src/organizationGroups/models/organizationGroupQueue.schema.d.ts +2 -2
  558. package/types/src/organizationGroups/models/organizationGroupWorkspace.schema.d.ts +2 -2
  559. package/types/src/pages/endpoints/index.d.ts +14 -14
  560. package/types/src/pages/endpoints/list.d.ts +14 -14
  561. package/types/src/pages/endpoints/list.schema.d.ts +2 -2
  562. package/types/src/pages/models/page.schema.d.ts +6 -6
  563. package/types/src/queues/endpoints/automation.d.ts +4 -4
  564. package/types/src/queues/endpoints/automation.schema.d.ts +4 -4
  565. package/types/src/queues/endpoints/automationSetup.d.ts +462 -0
  566. package/types/src/queues/endpoints/create.d.ts +18 -13
  567. package/types/src/queues/endpoints/createFromTemplate.d.ts +18 -13
  568. package/types/src/queues/endpoints/duplicate.d.ts +18 -13
  569. package/types/src/queues/endpoints/get.d.ts +18 -13
  570. package/types/src/queues/endpoints/index.d.ts +610 -111
  571. package/types/src/queues/endpoints/list.d.ts +31 -24
  572. package/types/src/queues/endpoints/list.schema.d.ts +4 -4
  573. package/types/src/queues/endpoints/patch.d.ts +32 -22
  574. package/types/src/queues/endpoints/patch.schema.d.ts +14 -9
  575. package/types/src/queues/endpoints/upload.d.ts +8 -8
  576. package/types/src/queues/endpoints/upload.schema.d.ts +8 -8
  577. package/types/src/queues/models/automation.schema.d.ts +2 -2
  578. package/types/src/queues/models/automationSetup.d.ts +42 -0
  579. package/types/src/queues/models/automationSetup.schema.d.ts +751 -0
  580. package/types/src/queues/models/queue.schema.d.ts +18 -13
  581. package/types/src/queues/models/queueSettings.d.ts +1 -0
  582. package/types/src/queues/models/queueSettings.schema.d.ts +10 -7
  583. package/types/src/relations/endpoints/create.d.ts +6 -6
  584. package/types/src/relations/endpoints/get.d.ts +6 -6
  585. package/types/src/relations/endpoints/index.d.ts +30 -30
  586. package/types/src/relations/endpoints/list.d.ts +12 -12
  587. package/types/src/relations/endpoints/patch.d.ts +6 -6
  588. package/types/src/relations/models/relations.schema.d.ts +14 -14
  589. package/types/src/rule-templates/endpoints/create.d.ts +58 -70
  590. package/types/src/rule-templates/endpoints/create.schema.d.ts +26 -32
  591. package/types/src/rule-templates/endpoints/get.d.ts +32 -38
  592. package/types/src/rule-templates/endpoints/index.d.ts +198 -234
  593. package/types/src/rule-templates/endpoints/list.d.ts +50 -56
  594. package/types/src/rule-templates/endpoints/patch.d.ts +58 -70
  595. package/types/src/rule-templates/endpoints/patch.schema.d.ts +26 -32
  596. package/types/src/rule-templates/models/ruleTemplate.d.ts +1 -1
  597. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +32 -38
  598. package/types/src/rules/endpoints/create.d.ts +58 -70
  599. package/types/src/rules/endpoints/create.schema.d.ts +26 -32
  600. package/types/src/rules/endpoints/get.d.ts +32 -38
  601. package/types/src/rules/endpoints/index.d.ts +198 -234
  602. package/types/src/rules/endpoints/list.d.ts +50 -56
  603. package/types/src/rules/endpoints/patch.d.ts +58 -70
  604. package/types/src/rules/endpoints/patch.schema.d.ts +26 -32
  605. package/types/src/rules/models/schemaRule.d.ts +4 -4
  606. package/types/src/rules/models/schemaRule.schema.d.ts +50 -59
  607. package/types/src/schemas/endpoints/create.d.ts +628 -196
  608. package/types/src/schemas/endpoints/get.d.ts +630 -198
  609. package/types/src/schemas/endpoints/get.schema.d.ts +2 -2
  610. package/types/src/schemas/endpoints/list.d.ts +764 -236
  611. package/types/src/schemas/endpoints/patch.d.ts +1254 -390
  612. package/types/src/schemas/endpoints/patch.schema.d.ts +626 -194
  613. package/types/src/schemas/endpoints/validate.d.ts +1319 -407
  614. package/types/src/schemas/models/schema.schema.d.ts +628 -196
  615. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +56 -20
  616. package/types/src/schemas/models/schemaDatapointBase.d.ts +4 -1
  617. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +18 -9
  618. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +14 -5
  619. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +14 -5
  620. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +14 -5
  621. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +14 -5
  622. package/types/src/schemas/models/schemaItem.schema.d.ts +358 -118
  623. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +212 -68
  624. package/types/src/schemas/models/schemaSection.schema.d.ts +492 -156
  625. package/types/src/schemas/models/schemaTuple.schema.d.ts +90 -30
  626. package/types/src/shared/models/annotationListTable.d.ts +12 -2
  627. package/types/src/shared/models/annotationListTable.schema.d.ts +99 -15
  628. package/types/src/suggestedEdit/endpoints/get.d.ts +4 -4
  629. package/types/src/suggestedEdit/endpoints/index.d.ts +4 -4
  630. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +4 -4
  631. package/types/src/surveys/endpoints/fromTemplate.d.ts +2 -2
  632. package/types/src/surveys/endpoints/get.d.ts +2 -2
  633. package/types/src/surveys/endpoints/index.d.ts +10 -10
  634. package/types/src/surveys/endpoints/list.d.ts +4 -4
  635. package/types/src/surveys/endpoints/patch.d.ts +2 -2
  636. package/types/src/surveys/models/survey.schema.d.ts +2 -2
  637. package/types/src/tasks/endpoints/get.d.ts +4 -4
  638. package/types/src/tasks/endpoints/index.d.ts +4 -4
  639. package/types/src/tasks/models/asyncTask.schema.d.ts +4 -4
  640. package/types/src/triggers/endpoints/create.d.ts +4 -4
  641. package/types/src/triggers/endpoints/get.d.ts +4 -4
  642. package/types/src/triggers/endpoints/index.d.ts +109 -12
  643. package/types/src/triggers/endpoints/list.d.ts +104 -0
  644. package/types/src/triggers/endpoints/list.schema.d.ts +14 -0
  645. package/types/src/triggers/endpoints/patch.d.ts +4 -4
  646. package/types/src/triggers/models/trigger.schema.d.ts +4 -4
  647. package/types/src/uploads/endpoints/get.d.ts +4 -4
  648. package/types/src/uploads/endpoints/index.d.ts +4 -4
  649. package/types/src/uploads/models/upload.schema.d.ts +4 -4
  650. package/types/src/users/endpoints/create.d.ts +2 -2
  651. package/types/src/users/endpoints/get.d.ts +2 -2
  652. package/types/src/users/endpoints/index.d.ts +10 -10
  653. package/types/src/users/endpoints/list.d.ts +4 -4
  654. package/types/src/users/endpoints/patch.d.ts +2 -2
  655. package/types/src/users/models/user.schema.d.ts +2 -2
  656. package/types/src/utils/withFields.d.ts +9 -9
  657. package/types/src/utils/withSideload.d.ts +2 -2
  658. package/types/src/workflowActivities/endpoints/get.d.ts +4 -4
  659. package/types/src/workflowActivities/endpoints/index.d.ts +13 -13
  660. package/types/src/workflowActivities/endpoints/list.d.ts +8 -8
  661. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +4 -4
  662. package/types/src/workflowRuns/endpoints/get.d.ts +4 -4
  663. package/types/src/workflowRuns/endpoints/index.d.ts +12 -12
  664. package/types/src/workflowRuns/endpoints/list.d.ts +8 -8
  665. package/types/src/workflowRuns/models/workflowRun.schema.d.ts +4 -4
  666. package/types/src/workflowSteps/endpoints/get.d.ts +2 -2
  667. package/types/src/workflowSteps/endpoints/index.d.ts +7 -7
  668. package/types/src/workflowSteps/endpoints/list.d.ts +4 -4
  669. package/types/src/workflowSteps/models/workflowStep.schema.d.ts +2 -2
  670. package/types/src/workflows/endpoints/get.d.ts +2 -2
  671. package/types/src/workflows/endpoints/index.d.ts +6 -6
  672. package/types/src/workflows/endpoints/list.d.ts +4 -4
  673. package/types/src/workflows/models/workflow.schema.d.ts +2 -2
  674. package/types/src/workspaces/endpoints/create.d.ts +2 -2
  675. package/types/src/workspaces/endpoints/get.d.ts +30 -0
  676. package/types/src/workspaces/endpoints/index.d.ts +37 -8
  677. package/types/src/workspaces/endpoints/list.d.ts +4 -4
  678. package/types/src/workspaces/endpoints/patch.d.ts +2 -2
  679. package/types/src/workspaces/models/workspace.schema.d.ts +2 -2
  680. package/src/authentication/models/authInfo.js.map +0 -1
  681. package/src/automationBlockers/models/automationBlocker.js +0 -3
  682. package/src/automationBlockers/models/automationBlocker.js.map +0 -1
  683. package/src/billing/models/billingHistory.js.map +0 -1
  684. package/src/billing/models/billingStats.js +0 -3
  685. package/src/billing/models/billingStats.js.map +0 -1
  686. package/src/connectors/models/connector.js +0 -3
  687. package/src/connectors/models/connector.js.map +0 -1
  688. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +0 -3
  689. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +0 -1
  690. package/src/dedicatedEngines/models/dedicatedEngine.js +0 -3
  691. package/src/dedicatedEngines/models/dedicatedEngine.js.map +0 -1
  692. package/src/deleteRecommendations/models/deleteRecommendation.js +0 -3
  693. package/src/deleteRecommendations/models/deleteRecommendation.js.map +0 -1
  694. package/src/deleteRecommendations/models/index.js.map +0 -1
  695. package/src/email/models/email.js +0 -3
  696. package/src/email/models/email.js.map +0 -1
  697. package/src/emailTemplatesStats/models/emailTemplateStats.js +0 -3
  698. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +0 -1
  699. package/src/emailTemplatesStats/models/index.js +0 -18
  700. package/src/emailTemplatesStats/models/index.js.map +0 -1
  701. package/src/emailThreads/models/emailThreads.js +0 -3
  702. package/src/emailThreads/models/emailThreads.js.map +0 -1
  703. package/src/genericEngines/models/genericEngine.js +0 -3
  704. package/src/genericEngines/models/genericEngine.js.map +0 -1
  705. package/src/groups/models/group.js +0 -3
  706. package/src/groups/models/group.js.map +0 -1
  707. package/src/groups/models/index.js +0 -18
  708. package/src/groups/models/index.js.map +0 -1
  709. package/src/hookTemplates/models/hookTemplate.js +0 -3
  710. package/src/hookTemplates/models/hookTemplate.js.map +0 -1
  711. package/src/hooks/endpoints/logs.js +0 -15
  712. package/src/hooks/endpoints/logs.js.map +0 -1
  713. package/src/hooks/endpoints/logs.schema.js +0 -22
  714. package/src/hooks/endpoints/logs.schema.js.map +0 -1
  715. package/src/hooks/models/log.js +0 -3
  716. package/src/hooks/models/log.js.map +0 -1
  717. package/src/hooks/models/log.schema.js +0 -56
  718. package/src/hooks/models/log.schema.js.map +0 -1
  719. package/src/inboxes/models/index.js +0 -18
  720. package/src/inboxes/models/index.js.map +0 -1
  721. package/src/memberships/models/index.js +0 -18
  722. package/src/memberships/models/index.js.map +0 -1
  723. package/src/memberships/models/membership.js +0 -3
  724. package/src/memberships/models/membership.js.map +0 -1
  725. package/src/organization/models/emailLimits.js +0 -3
  726. package/src/organization/models/emailLimits.js.map +0 -1
  727. package/src/organization/models/limits.js +0 -3
  728. package/src/organization/models/limits.js.map +0 -1
  729. package/src/organizationGroups/models/organizationGroupOrganization.js +0 -3
  730. package/src/organizationGroups/models/organizationGroupOrganization.js.map +0 -1
  731. package/src/organizationGroups/models/organizationGroupQueue.js +0 -3
  732. package/src/organizationGroups/models/organizationGroupQueue.js.map +0 -1
  733. package/src/organizationGroups/models/organizationGroupWorkspace.js +0 -3
  734. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +0 -1
  735. package/src/queues/models/index.js +0 -28
  736. package/src/queues/models/index.js.map +0 -1
  737. package/src/queues/models/relatedObjectsCounts.js +0 -3
  738. package/src/queues/models/relatedObjectsCounts.js.map +0 -1
  739. package/src/schemas/models/index.js +0 -47
  740. package/src/schemas/models/index.js.map +0 -1
  741. package/src/schemas/models/list.js +0 -3
  742. package/src/schemas/models/list.js.map +0 -1
  743. package/src/schemas/models/list.schema.js +0 -23
  744. package/src/schemas/models/list.schema.js.map +0 -1
  745. package/src/suggestedEdit/models/suggestedDocument.js +0 -3
  746. package/src/suggestedEdit/models/suggestedDocument.js.map +0 -1
  747. package/src/suggestedEdit/models/suggestedEdit.js +0 -3
  748. package/src/suggestedEdit/models/suggestedEdit.js.map +0 -1
  749. package/src/surveys/models/index.js +0 -21
  750. package/src/surveys/models/index.js.map +0 -1
  751. package/src/surveys/models/question.js +0 -3
  752. package/src/surveys/models/question.js.map +0 -1
  753. package/src/surveys/models/survey.js +0 -3
  754. package/src/surveys/models/survey.js.map +0 -1
  755. package/src/surveys/models/surveyTemplate.js +0 -3
  756. package/src/surveys/models/surveyTemplate.js.map +0 -1
  757. package/src/tasks/models/asyncTask.js +0 -3
  758. package/src/tasks/models/asyncTask.js.map +0 -1
  759. package/src/uploads/models/upload.js +0 -3
  760. package/src/uploads/models/upload.js.map +0 -1
  761. package/src/users/models/resetPassword.js +0 -3
  762. package/src/users/models/resetPassword.js.map +0 -1
  763. package/src/workflowActivities/models/index.js +0 -18
  764. package/src/workflowActivities/models/index.js.map +0 -1
  765. package/src/workflowSteps/models/index.js +0 -18
  766. package/src/workflowSteps/models/index.js.map +0 -1
  767. package/src/workflows/models/index.js +0 -18
  768. package/src/workflows/models/index.js.map +0 -1
  769. package/src/workspaces/models/index.js +0 -18
  770. package/src/workspaces/models/index.js.map +0 -1
  771. package/types/src/authentication/models/authInfo.d.ts +0 -4
  772. package/types/src/automationBlockers/models/automationBlocker.d.ts +0 -31
  773. package/types/src/billing/models/billingHistory.d.ts +0 -40
  774. package/types/src/billing/models/billingStats.d.ts +0 -21
  775. package/types/src/connectors/models/connector.d.ts +0 -15
  776. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +0 -31
  777. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +0 -10
  778. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +0 -10
  779. package/types/src/deleteRecommendations/models/index.d.ts +0 -1
  780. package/types/src/email/models/email.d.ts +0 -39
  781. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +0 -6
  782. package/types/src/emailTemplatesStats/models/index.d.ts +0 -1
  783. package/types/src/emailThreads/models/emailThreads.d.ts +0 -32
  784. package/types/src/genericEngines/models/genericEngine.d.ts +0 -9
  785. package/types/src/groups/models/group.d.ts +0 -7
  786. package/types/src/groups/models/index.d.ts +0 -1
  787. package/types/src/hookTemplates/models/hookTemplate.d.ts +0 -40
  788. package/types/src/hooks/endpoints/logs.d.ts +0 -411
  789. package/types/src/hooks/endpoints/logs.schema.d.ts +0 -390
  790. package/types/src/hooks/models/log.d.ts +0 -42
  791. package/types/src/hooks/models/log.schema.d.ts +0 -210
  792. package/types/src/inboxes/models/index.d.ts +0 -1
  793. package/types/src/memberships/models/index.d.ts +0 -1
  794. package/types/src/memberships/models/membership.d.ts +0 -9
  795. package/types/src/organization/models/emailLimits.d.ts +0 -10
  796. package/types/src/organization/models/limits.d.ts +0 -4
  797. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +0 -6
  798. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +0 -8
  799. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +0 -7
  800. package/types/src/queues/models/index.d.ts +0 -11
  801. package/types/src/queues/models/relatedObjectsCounts.d.ts +0 -5
  802. package/types/src/schemas/models/index.d.ts +0 -30
  803. package/types/src/schemas/models/list.d.ts +0 -18
  804. package/types/src/schemas/models/list.schema.d.ts +0 -66
  805. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +0 -9
  806. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +0 -8
  807. package/types/src/surveys/models/index.d.ts +0 -4
  808. package/types/src/surveys/models/question.d.ts +0 -6
  809. package/types/src/surveys/models/survey.d.ts +0 -13
  810. package/types/src/surveys/models/surveyTemplate.d.ts +0 -6
  811. package/types/src/tasks/models/asyncTask.d.ts +0 -17
  812. package/types/src/uploads/models/upload.d.ts +0 -13
  813. package/types/src/users/models/resetPassword.d.ts +0 -3
  814. package/types/src/workflowActivities/models/index.d.ts +0 -1
  815. package/types/src/workflowSteps/models/index.d.ts +0 -1
  816. package/types/src/workflows/models/index.d.ts +0 -1
  817. package/types/src/workspaces/models/index.d.ts +0 -1
@@ -1,31 +0,0 @@
1
- type Errors = string[];
2
- type SourceValidateResult = Partial<{
3
- schemaId: Errors;
4
- queue: Errors;
5
- }>;
6
- type DatapointFieldValidateResult = Partial<{
7
- engineOutputId: Errors;
8
- type: Errors;
9
- label: Errors;
10
- description: Errors;
11
- sources: Record<string, SourceValidateResult>;
12
- nonFieldErrors: Errors;
13
- }>;
14
- type AllFieldsValidateResult = Partial<{
15
- engineOutputId: Errors;
16
- type: Errors;
17
- label: Errors;
18
- description: Errors;
19
- sources: Record<string, SourceValidateResult>;
20
- nonFieldErrors: Errors;
21
- children: {
22
- children: Record<string, DatapointFieldValidateResult>;
23
- } | DatapointFieldValidateResult;
24
- }>;
25
- export type DedicatedEngineSchemaValidationResult = Partial<{
26
- content: Partial<{
27
- fields: Record<string, AllFieldsValidateResult>;
28
- trainingQueues: Record<string, Errors>;
29
- }>;
30
- }>;
31
- export {};
@@ -1,10 +0,0 @@
1
- import { ID, Url } from '../../utils/codecUtils';
2
- export type DedicatedEngineStatus = 'sample_review' | 'draft' | 'schema_review' | 'annotating_initial' | 'annotating_review' | 'annotating_training' | 'training_started' | 'training_finished' | 'retraining';
3
- export type DedicatedEngine = {
4
- id: ID;
5
- name: string;
6
- url: Url;
7
- status: DedicatedEngineStatus;
8
- schema: Url | null;
9
- description: string;
10
- };
@@ -1,10 +0,0 @@
1
- import { TriggerUrl } from '../../triggers/models/trigger';
2
- import { ID, Url } from '../../utils/codecUtils';
3
- export type DeleteRecommendation = {
4
- id: ID;
5
- enabled: boolean;
6
- url: Url;
7
- organization: Url;
8
- queue: Url;
9
- triggers: TriggerUrl[];
10
- };
@@ -1 +0,0 @@
1
- export * from './deleteRecommendation';
@@ -1,39 +0,0 @@
1
- import { ID, Url } from '../../utils/codecUtils';
2
- export type EmailAddressObject = {
3
- email: string;
4
- name?: string | null;
5
- };
6
- export type Email = {
7
- id: ID;
8
- url: Url;
9
- queue: Url;
10
- inbox: Url | null;
11
- documents: Url[];
12
- parent: Url | null;
13
- children: Url[];
14
- createdAt: string;
15
- subject: string;
16
- to: Partial<EmailAddressObject>[];
17
- cc: Partial<EmailAddressObject>[];
18
- bcc: Partial<EmailAddressObject>[];
19
- bodyTextPlain: string | null;
20
- bodyTextHtml: string | null;
21
- metadata?: unknown;
22
- type: 'incoming' | 'outgoing';
23
- annotationCounts: {
24
- annotations: number;
25
- annotationsProcessed: number;
26
- annotationsRejected: number;
27
- annotationsUnprocessed: number;
28
- annotationsPurged?: number;
29
- };
30
- annotations: Url[];
31
- creator: Url | null;
32
- lastThreadEmailCreatedAt?: string;
33
- filteredOutDocumentCount: number;
34
- labels: string[];
35
- emailThread: Url | null;
36
- relatedAnnotations: Url[];
37
- relatedDocuments: Url[];
38
- from: EmailAddressObject;
39
- };
@@ -1,6 +0,0 @@
1
- import { Url } from '../../utils/codecUtils';
2
- export type EmailTemplateStats = {
3
- url: Url;
4
- manualCount: number;
5
- automatedCount: number;
6
- };
@@ -1 +0,0 @@
1
- export * from './emailTemplateStats';
@@ -1,32 +0,0 @@
1
- import { ID, Url } from '../../utils/codecUtils';
2
- export type EmailThread = {
3
- id: ID;
4
- url: Url;
5
- organization: Url;
6
- queue: Url;
7
- rootEmail: Url | null;
8
- hasReplies: boolean;
9
- hasNewReplies: boolean;
10
- rootEmailRead: boolean;
11
- lastEmailCreatedAt: string | null;
12
- subject?: string | null;
13
- createdAt?: string | null;
14
- from: {
15
- email: string;
16
- name?: string;
17
- } | null;
18
- labels?: string[];
19
- annotationCounts: {
20
- annotations: number;
21
- annotationsProcessed: number;
22
- annotationsRejected: number;
23
- annotationsUnprocessed: number;
24
- annotationsPurged: number | null;
25
- relatedAnnotations: number | null;
26
- };
27
- };
28
- export type EmailThreadCounts = {
29
- withReplies: number;
30
- withNewReplies: number;
31
- recentWithNoDocumentsNotReplied: number;
32
- };
@@ -1,9 +0,0 @@
1
- import { ID, Url } from '../../utils/codecUtils';
2
- export type GenericEngine = {
3
- id: ID;
4
- name: string;
5
- url: Url;
6
- schema: Url | null;
7
- description: string;
8
- documentationUrl: string | null;
9
- };
@@ -1,7 +0,0 @@
1
- import { ID, Url } from '../../utils/codecUtils';
2
- export type GroupUrl = Url;
3
- export type Group = {
4
- id: ID;
5
- name: string;
6
- url: GroupUrl;
7
- };
@@ -1 +0,0 @@
1
- export * from './group';
@@ -1,40 +0,0 @@
1
- import { FunctionConfig, WebhookConfig } from '../../hooks/models/hookConfig';
2
- import { ExtensionEvent, ExtensionSource } from '../../hooks/models/hookUtils';
3
- import { Url } from '../../utils/codecUtils';
4
- type SettingsDescription = Partial<{
5
- name: string;
6
- description: string;
7
- tooltip: string;
8
- }>;
9
- type HookTemplateBase = {
10
- name: string;
11
- url: Url;
12
- events: ExtensionEvent[];
13
- sideload: string[];
14
- metadata?: unknown;
15
- test?: unknown;
16
- description: string;
17
- extensionSource: ExtensionSource;
18
- settings?: Record<string, unknown>;
19
- guide: string;
20
- readMoreUrl: Url | null;
21
- extensionImageUrl: Url | null;
22
- settingsDescription: SettingsDescription[];
23
- storeDescription: string;
24
- externalUrl: Url;
25
- useTokenOwner: boolean;
26
- order: number;
27
- } & Partial<{
28
- id: number;
29
- installAction: string;
30
- }>;
31
- type WebhookTemplate = HookTemplateBase & {
32
- type: 'webhook';
33
- config: WebhookConfig;
34
- };
35
- type FunctionTemplate = HookTemplateBase & {
36
- type: 'function';
37
- config: FunctionConfig;
38
- };
39
- export type HookTemplate = WebhookTemplate | FunctionTemplate;
40
- export {};
@@ -1,411 +0,0 @@
1
- import { Log } from '../models/log';
2
- export type LogsQuery = {
3
- timestampAfter?: string;
4
- timestampBefore?: string;
5
- search?: string;
6
- hook?: Array<string>;
7
- requestId?: string;
8
- logLevel?: string;
9
- statusCode?: Array<string>;
10
- queue?: Array<string>;
11
- annotation?: Array<string>;
12
- email?: Array<string>;
13
- pageSize?: string;
14
- };
15
- export type Logs = {
16
- results: Array<Log>;
17
- };
18
- export declare const logs: (query?: LogsQuery) => {
19
- readonly endpoint: "/hooks/logs";
20
- readonly method: "GET";
21
- readonly responseSchema: import("zod").ZodObject<{
22
- results: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
23
- hookId: import("zod").ZodNumber;
24
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">]>;
25
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"WARNING">, import("zod").ZodLiteral<"ERROR">]>;
26
- message: import("zod").ZodString;
27
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
28
- request: import("zod").ZodNullable<import("zod").ZodString>;
29
- requestId: import("zod").ZodString;
30
- response: import("zod").ZodNullable<import("zod").ZodString>;
31
- timestamp: import("zod").ZodString;
32
- }, "strip", import("zod").ZodTypeAny, {
33
- message: string;
34
- hookId: number;
35
- requestId: string;
36
- timestamp: string;
37
- hookType: "function" | "webhook";
38
- logLevel: "INFO" | "WARNING" | "ERROR";
39
- request: string | null;
40
- response: string | null;
41
- queueId?: number | null | undefined;
42
- }, {
43
- message: string;
44
- hookId: number;
45
- requestId: string;
46
- timestamp: string;
47
- hookType: "function" | "webhook";
48
- logLevel: "INFO" | "WARNING" | "ERROR";
49
- request: string | null;
50
- response: string | null;
51
- queueId?: number | null | undefined;
52
- }>, import("zod").ZodObject<{
53
- annotationId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
54
- event: import("zod").ZodLiteral<"annotation_content">;
55
- 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">]>;
56
- }, "strip", import("zod").ZodTypeAny, {
57
- event: "annotation_content";
58
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
59
- annotationId?: number | null | undefined;
60
- }, {
61
- event: "annotation_content";
62
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
63
- annotationId?: number | null | undefined;
64
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
65
- hookId: import("zod").ZodNumber;
66
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">]>;
67
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"WARNING">, import("zod").ZodLiteral<"ERROR">]>;
68
- message: import("zod").ZodString;
69
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
70
- request: import("zod").ZodNullable<import("zod").ZodString>;
71
- requestId: import("zod").ZodString;
72
- response: import("zod").ZodNullable<import("zod").ZodString>;
73
- timestamp: import("zod").ZodString;
74
- }, "strip", import("zod").ZodTypeAny, {
75
- message: string;
76
- hookId: number;
77
- requestId: string;
78
- timestamp: string;
79
- hookType: "function" | "webhook";
80
- logLevel: "INFO" | "WARNING" | "ERROR";
81
- request: string | null;
82
- response: string | null;
83
- queueId?: number | null | undefined;
84
- }, {
85
- message: string;
86
- hookId: number;
87
- requestId: string;
88
- timestamp: string;
89
- hookType: "function" | "webhook";
90
- logLevel: "INFO" | "WARNING" | "ERROR";
91
- request: string | null;
92
- response: string | null;
93
- queueId?: number | null | undefined;
94
- }>, import("zod").ZodObject<{
95
- annotationId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
96
- event: import("zod").ZodLiteral<"annotation_status">;
97
- action: import("zod").ZodLiteral<"changed">;
98
- }, "strip", import("zod").ZodTypeAny, {
99
- event: "annotation_status";
100
- action: "changed";
101
- annotationId?: number | null | undefined;
102
- }, {
103
- event: "annotation_status";
104
- action: "changed";
105
- annotationId?: number | null | undefined;
106
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
107
- hookId: import("zod").ZodNumber;
108
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">]>;
109
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"WARNING">, import("zod").ZodLiteral<"ERROR">]>;
110
- message: import("zod").ZodString;
111
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
112
- request: import("zod").ZodNullable<import("zod").ZodString>;
113
- requestId: import("zod").ZodString;
114
- response: import("zod").ZodNullable<import("zod").ZodString>;
115
- timestamp: import("zod").ZodString;
116
- }, "strip", import("zod").ZodTypeAny, {
117
- message: string;
118
- hookId: number;
119
- requestId: string;
120
- timestamp: string;
121
- hookType: "function" | "webhook";
122
- logLevel: "INFO" | "WARNING" | "ERROR";
123
- request: string | null;
124
- response: string | null;
125
- queueId?: number | null | undefined;
126
- }, {
127
- message: string;
128
- hookId: number;
129
- requestId: string;
130
- timestamp: string;
131
- hookType: "function" | "webhook";
132
- logLevel: "INFO" | "WARNING" | "ERROR";
133
- request: string | null;
134
- response: string | null;
135
- queueId?: number | null | undefined;
136
- }>, import("zod").ZodObject<{
137
- emailId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
138
- event: import("zod").ZodLiteral<"upload">;
139
- action: import("zod").ZodLiteral<"created">;
140
- }, "strip", import("zod").ZodTypeAny, {
141
- event: "upload";
142
- action: "created";
143
- emailId?: number | null | undefined;
144
- }, {
145
- event: "upload";
146
- action: "created";
147
- emailId?: 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">]>;
151
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"WARNING">, import("zod").ZodLiteral<"ERROR">]>;
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
- }, "strip", import("zod").ZodTypeAny, {
159
- message: string;
160
- hookId: number;
161
- requestId: string;
162
- timestamp: string;
163
- hookType: "function" | "webhook";
164
- logLevel: "INFO" | "WARNING" | "ERROR";
165
- request: string | null;
166
- response: string | null;
167
- queueId?: number | null | undefined;
168
- }, {
169
- message: string;
170
- hookId: number;
171
- requestId: string;
172
- timestamp: string;
173
- hookType: "function" | "webhook";
174
- logLevel: "INFO" | "WARNING" | "ERROR";
175
- request: string | null;
176
- response: string | null;
177
- queueId?: number | null | undefined;
178
- }>, import("zod").ZodObject<{
179
- emailId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
180
- event: import("zod").ZodLiteral<"email">;
181
- action: import("zod").ZodLiteral<"received">;
182
- }, "strip", import("zod").ZodTypeAny, {
183
- event: "email";
184
- action: "received";
185
- emailId?: number | null | undefined;
186
- }, {
187
- event: "email";
188
- action: "received";
189
- emailId?: number | null | undefined;
190
- }>>, import("zod").ZodIntersection<import("zod").ZodObject<{
191
- hookId: import("zod").ZodNumber;
192
- hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">]>;
193
- logLevel: import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"WARNING">, import("zod").ZodLiteral<"ERROR">]>;
194
- message: import("zod").ZodString;
195
- queueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
196
- request: import("zod").ZodNullable<import("zod").ZodString>;
197
- requestId: import("zod").ZodString;
198
- response: import("zod").ZodNullable<import("zod").ZodString>;
199
- timestamp: import("zod").ZodString;
200
- }, "strip", import("zod").ZodTypeAny, {
201
- message: string;
202
- hookId: number;
203
- requestId: string;
204
- timestamp: string;
205
- hookType: "function" | "webhook";
206
- logLevel: "INFO" | "WARNING" | "ERROR";
207
- request: string | null;
208
- response: string | null;
209
- queueId?: number | null | undefined;
210
- }, {
211
- message: string;
212
- hookId: number;
213
- requestId: string;
214
- timestamp: string;
215
- hookType: "function" | "webhook";
216
- logLevel: "INFO" | "WARNING" | "ERROR";
217
- request: string | null;
218
- response: string | null;
219
- queueId?: number | null | undefined;
220
- }>, import("zod").ZodObject<{
221
- event: import("zod").ZodLiteral<"invocation">;
222
- action: import("zod").ZodUnion<[import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"scheduled">]>;
223
- }, "strip", import("zod").ZodTypeAny, {
224
- event: "invocation";
225
- action: "manual" | "scheduled";
226
- }, {
227
- event: "invocation";
228
- action: "manual" | "scheduled";
229
- }>>]>, "many">;
230
- }, "strip", import("zod").ZodTypeAny, {
231
- results: (({
232
- message: string;
233
- hookId: number;
234
- requestId: string;
235
- timestamp: string;
236
- hookType: "function" | "webhook";
237
- logLevel: "INFO" | "WARNING" | "ERROR";
238
- request: string | null;
239
- response: string | null;
240
- queueId?: number | null | undefined;
241
- } & {
242
- event: "annotation_content";
243
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
244
- annotationId?: number | null | undefined;
245
- }) | ({
246
- message: string;
247
- hookId: number;
248
- requestId: string;
249
- timestamp: string;
250
- hookType: "function" | "webhook";
251
- logLevel: "INFO" | "WARNING" | "ERROR";
252
- request: string | null;
253
- response: string | null;
254
- queueId?: number | null | undefined;
255
- } & {
256
- event: "annotation_status";
257
- action: "changed";
258
- annotationId?: number | null | undefined;
259
- }) | ({
260
- message: string;
261
- hookId: number;
262
- requestId: string;
263
- timestamp: string;
264
- hookType: "function" | "webhook";
265
- logLevel: "INFO" | "WARNING" | "ERROR";
266
- request: string | null;
267
- response: string | null;
268
- queueId?: number | null | undefined;
269
- } & {
270
- event: "upload";
271
- action: "created";
272
- emailId?: number | null | undefined;
273
- }) | ({
274
- message: string;
275
- hookId: number;
276
- requestId: string;
277
- timestamp: string;
278
- hookType: "function" | "webhook";
279
- logLevel: "INFO" | "WARNING" | "ERROR";
280
- request: string | null;
281
- response: string | null;
282
- queueId?: number | null | undefined;
283
- } & {
284
- event: "email";
285
- action: "received";
286
- emailId?: number | null | undefined;
287
- }) | ({
288
- message: string;
289
- hookId: number;
290
- requestId: string;
291
- timestamp: string;
292
- hookType: "function" | "webhook";
293
- logLevel: "INFO" | "WARNING" | "ERROR";
294
- request: string | null;
295
- response: string | null;
296
- queueId?: number | null | undefined;
297
- } & {
298
- event: "invocation";
299
- action: "manual" | "scheduled";
300
- }))[];
301
- }, {
302
- results: (({
303
- message: string;
304
- hookId: number;
305
- requestId: string;
306
- timestamp: string;
307
- hookType: "function" | "webhook";
308
- logLevel: "INFO" | "WARNING" | "ERROR";
309
- request: string | null;
310
- response: string | null;
311
- queueId?: number | null | undefined;
312
- } & {
313
- event: "annotation_content";
314
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
315
- annotationId?: number | null | undefined;
316
- }) | ({
317
- message: string;
318
- hookId: number;
319
- requestId: string;
320
- timestamp: string;
321
- hookType: "function" | "webhook";
322
- logLevel: "INFO" | "WARNING" | "ERROR";
323
- request: string | null;
324
- response: string | null;
325
- queueId?: number | null | undefined;
326
- } & {
327
- event: "annotation_status";
328
- action: "changed";
329
- annotationId?: number | null | undefined;
330
- }) | ({
331
- message: string;
332
- hookId: number;
333
- requestId: string;
334
- timestamp: string;
335
- hookType: "function" | "webhook";
336
- logLevel: "INFO" | "WARNING" | "ERROR";
337
- request: string | null;
338
- response: string | null;
339
- queueId?: number | null | undefined;
340
- } & {
341
- event: "upload";
342
- action: "created";
343
- emailId?: number | null | undefined;
344
- }) | ({
345
- message: string;
346
- hookId: number;
347
- requestId: string;
348
- timestamp: string;
349
- hookType: "function" | "webhook";
350
- logLevel: "INFO" | "WARNING" | "ERROR";
351
- request: string | null;
352
- response: string | null;
353
- queueId?: number | null | undefined;
354
- } & {
355
- event: "email";
356
- action: "received";
357
- emailId?: number | null | undefined;
358
- }) | ({
359
- message: string;
360
- hookId: number;
361
- requestId: string;
362
- timestamp: string;
363
- hookType: "function" | "webhook";
364
- logLevel: "INFO" | "WARNING" | "ERROR";
365
- request: string | null;
366
- response: string | null;
367
- queueId?: number | null | undefined;
368
- } & {
369
- event: "invocation";
370
- action: "manual" | "scheduled";
371
- }))[];
372
- }>;
373
- readonly query: LogsQuery;
374
- readonly querySchema: import("zod").ZodObject<{
375
- timestampAfter: import("zod").ZodOptional<import("zod").ZodString>;
376
- timestampBefore: import("zod").ZodOptional<import("zod").ZodString>;
377
- search: import("zod").ZodOptional<import("zod").ZodString>;
378
- hook: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
379
- requestId: import("zod").ZodOptional<import("zod").ZodString>;
380
- logLevel: import("zod").ZodOptional<import("zod").ZodString>;
381
- statusCode: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
382
- queue: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
383
- annotation: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
384
- email: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
385
- pageSize: import("zod").ZodOptional<import("zod").ZodString>;
386
- }, "strip", import("zod").ZodTypeAny, {
387
- timestampAfter?: string | undefined;
388
- timestampBefore?: string | undefined;
389
- search?: string | undefined;
390
- hook?: string[] | undefined;
391
- requestId?: string | undefined;
392
- logLevel?: string | undefined;
393
- statusCode?: string[] | undefined;
394
- queue?: string[] | undefined;
395
- annotation?: string[] | undefined;
396
- email?: string[] | undefined;
397
- pageSize?: string | undefined;
398
- }, {
399
- timestampAfter?: string | undefined;
400
- timestampBefore?: string | undefined;
401
- search?: string | undefined;
402
- hook?: string[] | undefined;
403
- requestId?: string | undefined;
404
- logLevel?: string | undefined;
405
- statusCode?: string[] | undefined;
406
- queue?: string[] | undefined;
407
- annotation?: string[] | undefined;
408
- email?: string[] | undefined;
409
- pageSize?: string | undefined;
410
- }>;
411
- };