@rossum/api-client 0.1.25 → 0.1.26

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 (802) hide show
  1. package/index.js +64 -60
  2. package/index.js.map +1 -1
  3. package/package.json +3 -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 +26 -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/models/hook.schema.js +14 -4
  175. package/src/hooks/models/hook.schema.js.map +1 -1
  176. package/src/hooks/models/hookConfig.schema.js +17 -11
  177. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  178. package/src/hooks/models/hookUtils.schema.js +11 -1
  179. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  180. package/src/hooks/models/run.js +72 -0
  181. package/src/hooks/models/run.js.map +1 -0
  182. package/src/hooks/models/run.schema.js +115 -0
  183. package/src/hooks/models/run.schema.js.map +1 -0
  184. package/src/hooks/models/runLog.js +5 -0
  185. package/src/hooks/models/runLog.js.map +1 -0
  186. package/src/hooks/models/runLog.schema.js +15 -0
  187. package/src/hooks/models/runLog.schema.js.map +1 -0
  188. package/src/inboxes/endpoints/create.js.map +1 -1
  189. package/src/inboxes/endpoints/get.js.map +1 -1
  190. package/src/inboxes/endpoints/list.js.map +1 -1
  191. package/src/inboxes/endpoints/patch.js.map +1 -1
  192. package/src/internal/endpoints/domainSettings.js.map +1 -1
  193. package/src/internal/endpoints/generateRejectionEmail.js.map +1 -1
  194. package/src/internal/endpoints/index.js +16 -10
  195. package/src/internal/endpoints/index.js.map +1 -1
  196. package/src/internal/endpoints/logs.js +16 -0
  197. package/src/internal/endpoints/logs.js.map +1 -0
  198. package/src/internal/endpoints/logs.schema.js +13 -0
  199. package/src/internal/endpoints/logs.schema.js.map +1 -0
  200. package/src/internal/endpoints/requestDemo.js.map +1 -1
  201. package/src/internal/endpoints/requestExtension.js.map +1 -1
  202. package/src/internal/endpoints/rules/evaluateRules.schema.js +2 -2
  203. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  204. package/src/internal/endpoints/rules/suggestRule.schema.js +1 -1
  205. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  206. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.js.map +1 -1
  207. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +0 -4
  208. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  209. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  210. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -1
  211. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  212. package/src/internal/endpoints/schemas/formulasInfo.js.map +1 -1
  213. package/src/internal/endpoints/schemas/formulasInfo.schema.js +2 -1
  214. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  215. package/src/labels/endpoints/apply.js.map +1 -1
  216. package/src/labels/endpoints/create.js.map +1 -1
  217. package/src/labels/endpoints/create.schema.js +4 -3
  218. package/src/labels/endpoints/create.schema.js.map +1 -1
  219. package/src/labels/endpoints/delete.js.map +1 -1
  220. package/src/labels/endpoints/list.js.map +1 -1
  221. package/src/labels/endpoints/patch.js.map +1 -1
  222. package/src/labels/endpoints/patch.schema.js +4 -3
  223. package/src/labels/endpoints/patch.schema.js.map +1 -1
  224. package/src/labels/models/label.schema.js +1 -0
  225. package/src/labels/models/label.schema.js.map +1 -1
  226. package/src/memberships/endpoints/create.js.map +1 -1
  227. package/src/organization/endpoints/create.js.map +1 -1
  228. package/src/organization/endpoints/get.js.map +1 -1
  229. package/src/organization/endpoints/limits.js.map +1 -1
  230. package/src/organization/endpoints/patch.js.map +1 -1
  231. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  232. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  233. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  234. package/src/queues/endpoints/automation.js.map +1 -1
  235. package/src/queues/endpoints/create.js.map +1 -1
  236. package/src/queues/endpoints/createFromTemplate.js.map +1 -1
  237. package/src/queues/endpoints/delete.js.map +1 -1
  238. package/src/queues/endpoints/duplicate.js.map +1 -1
  239. package/src/queues/endpoints/exportAnnotation.js.map +1 -1
  240. package/src/queues/endpoints/get.js.map +1 -1
  241. package/src/queues/endpoints/getRelatedObjectsCounts.js.map +1 -1
  242. package/src/queues/endpoints/index.js.map +1 -1
  243. package/src/queues/endpoints/list.js.map +1 -1
  244. package/src/queues/endpoints/nextAnnotation.js.map +1 -1
  245. package/src/queues/endpoints/patch.js.map +1 -1
  246. package/src/queues/endpoints/suggestedRecipients.js.map +1 -1
  247. package/src/queues/endpoints/upload.js.map +1 -1
  248. package/src/relations/endpoints/create.js.map +1 -1
  249. package/src/relations/endpoints/delete.js.map +1 -1
  250. package/src/relations/endpoints/get.js.map +1 -1
  251. package/src/relations/endpoints/list.js.map +1 -1
  252. package/src/relations/endpoints/patch.js.map +1 -1
  253. package/src/rule-templates/models/ruleTemplate.schema.js +1 -1
  254. package/src/rule-templates/models/ruleTemplate.schema.js.map +1 -1
  255. package/src/rules/models/schemaRule.schema.js +13 -16
  256. package/src/rules/models/schemaRule.schema.js.map +1 -1
  257. package/src/schemaFields/endpoints/list.js.map +1 -1
  258. package/src/schemas/endpoints/create.js.map +1 -1
  259. package/src/schemas/endpoints/get.js.map +1 -1
  260. package/src/schemas/endpoints/list.js.map +1 -1
  261. package/src/schemas/endpoints/patch.js.map +1 -1
  262. package/src/schemas/models/schemaDatapointBase.schema.js +3 -0
  263. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  264. package/src/shared/models/annotationListTable.schema.js +1 -0
  265. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  266. package/src/suggestedEdit/endpoints/get.js.map +1 -1
  267. package/src/surveys/endpoints/fromTemplate.js.map +1 -1
  268. package/src/surveys/endpoints/get.js.map +1 -1
  269. package/src/surveys/endpoints/list.js.map +1 -1
  270. package/src/surveys/endpoints/patch.js.map +1 -1
  271. package/src/tasks/endpoints/get.js.map +1 -1
  272. package/src/triggers/endpoints/create.js.map +1 -1
  273. package/src/triggers/endpoints/delete.js.map +1 -1
  274. package/src/triggers/endpoints/get.js.map +1 -1
  275. package/src/triggers/endpoints/index.js +2 -0
  276. package/src/triggers/endpoints/index.js.map +1 -1
  277. package/src/triggers/endpoints/list.js +17 -0
  278. package/src/triggers/endpoints/list.js.map +1 -0
  279. package/src/triggers/endpoints/list.schema.js +14 -0
  280. package/src/triggers/endpoints/list.schema.js.map +1 -0
  281. package/src/triggers/endpoints/patch.js.map +1 -1
  282. package/src/uploads/endpoints/get.js.map +1 -1
  283. package/src/uploads/endpoints/post.js.map +1 -1
  284. package/src/users/endpoints/create.js.map +1 -1
  285. package/src/users/endpoints/delete.js.map +1 -1
  286. package/src/users/endpoints/get.js.map +1 -1
  287. package/src/users/endpoints/list.js.map +1 -1
  288. package/src/users/endpoints/patch.js.map +1 -1
  289. package/src/users/endpoints/resetPassword.js.map +1 -1
  290. package/src/utils/codecUtils.js +17 -7
  291. package/src/utils/codecUtils.js.map +1 -1
  292. package/src/utils/request.js +17 -7
  293. package/src/utils/request.js.map +1 -1
  294. package/src/utils/requestConfig.js +17 -7
  295. package/src/utils/requestConfig.js.map +1 -1
  296. package/src/utils/requestResponse.js +17 -7
  297. package/src/utils/requestResponse.js.map +1 -1
  298. package/src/utils.js +17 -7
  299. package/src/utils.js.map +1 -1
  300. package/src/workflowActivities/endpoints/get.js.map +1 -1
  301. package/src/workflowActivities/endpoints/list.js.map +1 -1
  302. package/src/workflowRuns/endpoints/get.js.map +1 -1
  303. package/src/workflowRuns/endpoints/list.js.map +1 -1
  304. package/src/workflowRuns/endpoints/reset.js.map +1 -1
  305. package/src/workflowSteps/endpoints/get.js.map +1 -1
  306. package/src/workflowSteps/endpoints/list.js.map +1 -1
  307. package/src/workflows/endpoints/get.js.map +1 -1
  308. package/src/workflows/endpoints/list.js.map +1 -1
  309. package/src/workspaces/endpoints/create.js.map +1 -1
  310. package/src/workspaces/endpoints/delete.js.map +1 -1
  311. package/src/workspaces/endpoints/get.js +13 -0
  312. package/src/workspaces/endpoints/get.js.map +1 -0
  313. package/src/workspaces/endpoints/index.js +2 -0
  314. package/src/workspaces/endpoints/index.js.map +1 -1
  315. package/src/workspaces/endpoints/list.js.map +1 -1
  316. package/src/workspaces/endpoints/patch.js.map +1 -1
  317. package/types/index.d.ts +6342 -3208
  318. package/types/src/annotations/endpoints/cancelEditPages.d.ts +4 -4
  319. package/types/src/annotations/endpoints/cancelEditPages.schema.d.ts +4 -4
  320. package/types/src/annotations/endpoints/contentSelect.d.ts +2 -2
  321. package/types/src/annotations/endpoints/contentSelect.schema.d.ts +2 -2
  322. package/types/src/annotations/endpoints/editPages.d.ts +16 -16
  323. package/types/src/annotations/endpoints/editPages.schema.d.ts +16 -16
  324. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +8 -8
  325. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +8 -8
  326. package/types/src/annotations/endpoints/get.d.ts +12 -6
  327. package/types/src/annotations/endpoints/getContent.d.ts +292 -214
  328. package/types/src/annotations/endpoints/getPageData.d.ts +1 -1
  329. package/types/src/annotations/endpoints/index.d.ts +869 -607
  330. package/types/src/annotations/endpoints/list.d.ts +206 -162
  331. package/types/src/annotations/endpoints/patch.d.ts +18 -6
  332. package/types/src/annotations/endpoints/patch.schema.d.ts +6 -0
  333. package/types/src/annotations/endpoints/search.d.ts +206 -162
  334. package/types/src/annotations/endpoints/split.d.ts +88 -0
  335. package/types/src/annotations/endpoints/split.schema.d.ts +66 -0
  336. package/types/src/annotations/endpoints/start.d.ts +2 -2
  337. package/types/src/annotations/endpoints/startEditPages.d.ts +7 -7
  338. package/types/src/annotations/endpoints/translate.d.ts +6 -6
  339. package/types/src/annotations/endpoints/translate.schema.d.ts +6 -6
  340. package/types/src/annotations/endpoints/updateContent.d.ts +5 -2
  341. package/types/src/annotations/endpoints/validate.d.ts +9 -4
  342. package/types/src/annotations/endpoints/validate.schema.d.ts +9 -4
  343. package/types/src/annotations/models/annotation.d.ts +2 -0
  344. package/types/src/annotations/models/annotation.schema.d.ts +12 -6
  345. package/types/src/annotations/models/annotationData.d.ts +1 -0
  346. package/types/src/annotations/models/annotationData.schema.d.ts +471 -337
  347. package/types/src/annotations/models/annotationListSideload.schema.d.ts +184 -150
  348. package/types/src/annotations/models/annotationStart.schema.d.ts +2 -2
  349. package/types/src/annotations/models/editPages.schema.d.ts +11 -11
  350. package/types/src/annotations/models/pageData.schema.d.ts +6 -6
  351. package/types/src/annotations/models/processingDuration.schema.d.ts +2 -2
  352. package/types/src/authentication/endpoints/index.d.ts +6 -6
  353. package/types/src/authentication/endpoints/password/score.d.ts +2 -2
  354. package/types/src/authentication/endpoints/password/score.schema.d.ts +2 -2
  355. package/types/src/authentication/endpoints/patch.d.ts +2 -2
  356. package/types/src/authentication/endpoints/user.d.ts +2 -2
  357. package/types/src/automationBlockers/endpoints/get.d.ts +4 -4
  358. package/types/src/automationBlockers/endpoints/index.d.ts +4 -4
  359. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +4 -4
  360. package/types/src/billing/endpoints/getHistory.d.ts +12 -12
  361. package/types/src/billing/endpoints/getStats.d.ts +12 -12
  362. package/types/src/billing/models/billingHistory.schema.d.ts +12 -12
  363. package/types/src/billing/models/billingStats.schema.d.ts +12 -12
  364. package/types/src/connectors/endpoints/create.d.ts +2 -2
  365. package/types/src/connectors/endpoints/index.d.ts +6 -6
  366. package/types/src/connectors/endpoints/list.d.ts +4 -4
  367. package/types/src/connectors/models/connector.schema.d.ts +2 -2
  368. package/types/src/dedicatedEngineSchema/endpoints/create.d.ts +28 -28
  369. package/types/src/dedicatedEngineSchema/endpoints/get.d.ts +30 -30
  370. package/types/src/dedicatedEngineSchema/endpoints/get.schema.d.ts +2 -2
  371. package/types/src/dedicatedEngineSchema/endpoints/index.d.ts +128 -128
  372. package/types/src/dedicatedEngineSchema/endpoints/patch.d.ts +36 -36
  373. package/types/src/dedicatedEngineSchema/endpoints/patch.schema.d.ts +8 -8
  374. package/types/src/dedicatedEngineSchema/endpoints/predict.d.ts +26 -26
  375. package/types/src/dedicatedEngineSchema/endpoints/predict.schema.d.ts +26 -26
  376. package/types/src/dedicatedEngineSchema/endpoints/validate.d.ts +8 -8
  377. package/types/src/dedicatedEngineSchema/endpoints/validate.schema.d.ts +8 -8
  378. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchema.schema.d.ts +48 -48
  379. package/types/src/dedicatedEngineSchema/models/dedicatedEngineSchemaObject.schema.d.ts +18 -18
  380. package/types/src/dedicatedEngineSchema/models/simpleMultivalueField.schema.d.ts +2 -2
  381. package/types/src/dedicatedEngineSchema/models/tableMultivalueField.schema.d.ts +14 -14
  382. package/types/src/dedicatedEngineSchema/models/transformedFields.schema.d.ts +14 -14
  383. package/types/src/dedicatedEngines/endpoints/create.d.ts +2 -2
  384. package/types/src/dedicatedEngines/endpoints/get.d.ts +4 -4
  385. package/types/src/dedicatedEngines/endpoints/get.schema.d.ts +2 -2
  386. package/types/src/dedicatedEngines/endpoints/index.d.ts +18 -18
  387. package/types/src/dedicatedEngines/endpoints/list.d.ts +8 -8
  388. package/types/src/dedicatedEngines/endpoints/list.schema.d.ts +4 -4
  389. package/types/src/dedicatedEngines/endpoints/patch.d.ts +2 -2
  390. package/types/src/dedicatedEngines/endpoints/request.d.ts +2 -2
  391. package/types/src/dedicatedEngines/models/dedicatedEngine.schema.d.ts +2 -2
  392. package/types/src/deleteRecommendations/endpoints/create.d.ts +4 -4
  393. package/types/src/deleteRecommendations/endpoints/get.d.ts +4 -4
  394. package/types/src/deleteRecommendations/endpoints/index.d.ts +20 -20
  395. package/types/src/deleteRecommendations/endpoints/list.d.ts +8 -8
  396. package/types/src/deleteRecommendations/endpoints/patch.d.ts +4 -4
  397. package/types/src/deleteRecommendations/models/deleteRecommendation.schema.d.ts +4 -4
  398. package/types/src/documentRelations/endpoints/index.d.ts +105 -0
  399. package/types/src/documentRelations/endpoints/list.d.ts +112 -0
  400. package/types/src/documentRelations/endpoints/list.schema.d.ts +29 -0
  401. package/types/src/documentRelations/models/relations.schema.d.ts +24 -0
  402. package/types/src/documents/endpoints/get.d.ts +4 -4
  403. package/types/src/documents/endpoints/index.d.ts +16 -16
  404. package/types/src/documents/endpoints/list.d.ts +8 -8
  405. package/types/src/documents/endpoints/patch.d.ts +4 -4
  406. package/types/src/documents/models/document.schema.d.ts +4 -4
  407. package/types/src/email/endpoints/get.d.ts +6 -6
  408. package/types/src/email/endpoints/index.d.ts +21 -18
  409. package/types/src/email/endpoints/list.d.ts +12 -12
  410. package/types/src/email/endpoints/send.d.ts +4 -0
  411. package/types/src/email/endpoints/send.schema.d.ts +3 -0
  412. package/types/src/email/models/email.schema.d.ts +6 -6
  413. package/types/src/emailTemplates/endpoints/create.d.ts +8 -8
  414. package/types/src/emailTemplates/endpoints/get.d.ts +8 -8
  415. package/types/src/emailTemplates/endpoints/index.d.ts +40 -40
  416. package/types/src/emailTemplates/endpoints/list.d.ts +16 -16
  417. package/types/src/emailTemplates/endpoints/patch.d.ts +8 -8
  418. package/types/src/emailTemplates/models/emailTemplate.schema.d.ts +16 -16
  419. package/types/src/emailThreads/endpoints/get.d.ts +4 -4
  420. package/types/src/emailThreads/endpoints/index.d.ts +16 -16
  421. package/types/src/emailThreads/endpoints/list.d.ts +8 -8
  422. package/types/src/emailThreads/endpoints/patch.d.ts +4 -4
  423. package/types/src/emailThreads/models/emailThreads.schema.d.ts +4 -4
  424. package/types/src/engineFields/endpoints/create.d.ts +2 -2
  425. package/types/src/engineFields/endpoints/get.d.ts +2 -2
  426. package/types/src/engineFields/endpoints/index.d.ts +10 -10
  427. package/types/src/engineFields/endpoints/list.d.ts +4 -4
  428. package/types/src/engineFields/endpoints/patch.d.ts +2 -2
  429. package/types/src/engineFields/models/engineField.schema.d.ts +2 -2
  430. package/types/src/engines/endpoints/create.d.ts +5 -2
  431. package/types/src/engines/endpoints/duplicate.d.ts +5 -2
  432. package/types/src/engines/endpoints/get.d.ts +5 -2
  433. package/types/src/engines/endpoints/index.d.ts +62 -32
  434. package/types/src/engines/endpoints/list.d.ts +9 -4
  435. package/types/src/engines/endpoints/patch.d.ts +10 -4
  436. package/types/src/engines/endpoints/patch.schema.d.ts +4 -1
  437. package/types/src/engines/endpoints/queueStats.d.ts +29 -19
  438. package/types/src/engines/endpoints/queueStats.schema.d.ts +19 -19
  439. package/types/src/engines/models/engine.d.ts +1 -0
  440. package/types/src/engines/models/engine.schema.d.ts +5 -2
  441. package/types/src/engines/models/engineQueueStatsItem.schema.d.ts +6 -0
  442. package/types/src/genericEngines/endpoints/get.d.ts +4 -4
  443. package/types/src/genericEngines/endpoints/get.schema.d.ts +2 -2
  444. package/types/src/genericEngines/endpoints/index.d.ts +12 -12
  445. package/types/src/genericEngines/endpoints/list.d.ts +8 -8
  446. package/types/src/genericEngines/endpoints/list.schema.d.ts +4 -4
  447. package/types/src/genericEngines/models/genericEngine.schema.d.ts +2 -2
  448. package/types/src/groups/endpoints/index.d.ts +4 -4
  449. package/types/src/groups/endpoints/list.d.ts +4 -4
  450. package/types/src/groups/models/group.schema.d.ts +2 -2
  451. package/types/src/hookInterfaces/endpoints/create.d.ts +67 -0
  452. package/types/src/hookInterfaces/endpoints/create.schema.d.ts +23 -0
  453. package/types/src/hookInterfaces/endpoints/delete.d.ts +7 -0
  454. package/types/src/hookInterfaces/endpoints/index.d.ts +243 -0
  455. package/types/src/hookInterfaces/endpoints/invoke.d.ts +10 -0
  456. package/types/src/hookInterfaces/endpoints/invoke.schema.d.ts +3 -0
  457. package/types/src/hookInterfaces/endpoints/list.d.ts +123 -0
  458. package/types/src/hookInterfaces/endpoints/list.schema.d.ts +26 -0
  459. package/types/src/hookInterfaces/endpoints/patch.d.ts +63 -0
  460. package/types/src/hookInterfaces/endpoints/patch.schema.d.ts +20 -0
  461. package/types/src/hookInterfaces/models/hookInterface.d.ts +12 -0
  462. package/types/src/hookInterfaces/models/hookInterface.schema.d.ts +32 -0
  463. package/types/src/hookInterfaces/models/index.d.ts +2 -0
  464. package/types/src/hookTemplates/endpoints/get.d.ts +528 -0
  465. package/types/src/hookTemplates/endpoints/index.d.ts +807 -29
  466. package/types/src/hookTemplates/endpoints/list.d.ts +280 -29
  467. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +188 -19
  468. package/types/src/hooks/endpoints/cancelRun.d.ts +14 -0
  469. package/types/src/hooks/endpoints/cancelRun.schema.d.ts +8 -0
  470. package/types/src/hooks/endpoints/create.d.ts +238 -47
  471. package/types/src/hooks/endpoints/create.schema.d.ts +92 -40
  472. package/types/src/hooks/endpoints/createFromTemplate.d.ts +508 -0
  473. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +20 -0
  474. package/types/src/hooks/endpoints/get.d.ts +184 -26
  475. package/types/src/hooks/endpoints/index.d.ts +3052 -1412
  476. package/types/src/hooks/endpoints/list.d.ts +285 -42
  477. package/types/src/hooks/endpoints/list.schema.d.ts +3 -0
  478. package/types/src/hooks/endpoints/patch.d.ts +370 -51
  479. package/types/src/hooks/endpoints/patch.schema.d.ts +182 -24
  480. package/types/src/hooks/endpoints/runLogs.d.ts +59 -0
  481. package/types/src/hooks/endpoints/runs.d.ts +579 -0
  482. package/types/src/hooks/endpoints/runs.schema.d.ts +543 -0
  483. package/types/src/hooks/endpoints/test.d.ts +20 -15
  484. package/types/src/hooks/endpoints/test.schema.d.ts +20 -15
  485. package/types/src/hooks/models/hook.d.ts +10 -6
  486. package/types/src/hooks/models/hook.schema.d.ts +670 -32
  487. package/types/src/hooks/models/hookConfig.d.ts +16 -8
  488. package/types/src/hooks/models/hookConfig.schema.d.ts +59 -7
  489. package/types/src/hooks/models/hookUtils.d.ts +4 -3
  490. package/types/src/hooks/models/hookUtils.schema.d.ts +4 -3
  491. package/types/src/hooks/models/run.d.ts +53 -0
  492. package/types/src/hooks/models/run.schema.d.ts +301 -0
  493. package/types/src/hooks/models/runLog.d.ts +7 -0
  494. package/types/src/hooks/models/runLog.schema.d.ts +15 -0
  495. package/types/src/inboxes/endpoints/create.d.ts +2 -2
  496. package/types/src/inboxes/endpoints/get.d.ts +2 -2
  497. package/types/src/inboxes/endpoints/index.d.ts +10 -10
  498. package/types/src/inboxes/endpoints/list.d.ts +4 -4
  499. package/types/src/inboxes/endpoints/patch.d.ts +2 -2
  500. package/types/src/inboxes/models/inbox.schema.d.ts +2 -2
  501. package/types/src/internal/endpoints/generateRejectionEmail.d.ts +2 -2
  502. package/types/src/internal/endpoints/generateRejectionEmail.schema.d.ts +2 -2
  503. package/types/src/internal/endpoints/index.d.ts +4530 -2304
  504. package/types/src/internal/endpoints/logs.d.ts +34 -0
  505. package/types/src/internal/endpoints/logs.schema.d.ts +20 -0
  506. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +676 -350
  507. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +674 -348
  508. package/types/src/internal/endpoints/rules/suggestRule.d.ts +537 -255
  509. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +574 -298
  510. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +520 -238
  511. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +520 -238
  512. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +521 -332
  513. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +520 -390
  514. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +787 -541
  515. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +784 -539
  516. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +482 -194
  517. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +482 -194
  518. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +494 -200
  519. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +492 -199
  520. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +482 -194
  521. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +482 -194
  522. package/types/src/labels/endpoints/create.d.ts +14 -7
  523. package/types/src/labels/endpoints/create.schema.d.ts +7 -2
  524. package/types/src/labels/endpoints/index.d.ts +33 -12
  525. package/types/src/labels/endpoints/list.d.ts +9 -4
  526. package/types/src/labels/endpoints/patch.d.ts +14 -7
  527. package/types/src/labels/endpoints/patch.schema.d.ts +7 -2
  528. package/types/src/labels/models/label.d.ts +1 -0
  529. package/types/src/labels/models/label.schema.d.ts +5 -2
  530. package/types/src/memberships/endpoints/create.d.ts +5 -5
  531. package/types/src/memberships/endpoints/index.d.ts +4 -4
  532. package/types/src/memberships/models/membership.schema.d.ts +2 -2
  533. package/types/src/organization/endpoints/create.d.ts +15 -15
  534. package/types/src/organization/endpoints/create.schema.d.ts +15 -15
  535. package/types/src/organization/endpoints/get.d.ts +11 -11
  536. package/types/src/organization/endpoints/index.d.ts +85 -85
  537. package/types/src/organization/endpoints/list.d.ts +15 -15
  538. package/types/src/organization/endpoints/patch.d.ts +20 -20
  539. package/types/src/organization/models/organization.schema.d.ts +11 -11
  540. package/types/src/organizationGroups/endpoints/index.d.ts +36 -36
  541. package/types/src/organizationGroups/endpoints/organizations.d.ts +4 -4
  542. package/types/src/organizationGroups/endpoints/queues.d.ts +4 -4
  543. package/types/src/organizationGroups/endpoints/workspaces.d.ts +4 -4
  544. package/types/src/organizationGroups/models/organizationGroupOrganization.schema.d.ts +2 -2
  545. package/types/src/organizationGroups/models/organizationGroupQueue.schema.d.ts +2 -2
  546. package/types/src/organizationGroups/models/organizationGroupWorkspace.schema.d.ts +2 -2
  547. package/types/src/pages/endpoints/index.d.ts +14 -14
  548. package/types/src/pages/endpoints/list.d.ts +14 -14
  549. package/types/src/pages/endpoints/list.schema.d.ts +2 -2
  550. package/types/src/pages/models/page.schema.d.ts +6 -6
  551. package/types/src/queues/endpoints/automation.d.ts +4 -4
  552. package/types/src/queues/endpoints/automation.schema.d.ts +4 -4
  553. package/types/src/queues/endpoints/create.d.ts +13 -13
  554. package/types/src/queues/endpoints/createFromTemplate.d.ts +13 -13
  555. package/types/src/queues/endpoints/duplicate.d.ts +13 -13
  556. package/types/src/queues/endpoints/get.d.ts +13 -13
  557. package/types/src/queues/endpoints/index.d.ts +112 -111
  558. package/types/src/queues/endpoints/list.d.ts +24 -24
  559. package/types/src/queues/endpoints/list.schema.d.ts +4 -4
  560. package/types/src/queues/endpoints/patch.d.ts +22 -22
  561. package/types/src/queues/endpoints/patch.schema.d.ts +9 -9
  562. package/types/src/queues/endpoints/upload.d.ts +8 -8
  563. package/types/src/queues/endpoints/upload.schema.d.ts +8 -8
  564. package/types/src/queues/models/automation.schema.d.ts +2 -2
  565. package/types/src/queues/models/queue.schema.d.ts +13 -13
  566. package/types/src/queues/models/queueSettings.schema.d.ts +7 -7
  567. package/types/src/relations/endpoints/create.d.ts +6 -6
  568. package/types/src/relations/endpoints/get.d.ts +6 -6
  569. package/types/src/relations/endpoints/index.d.ts +30 -30
  570. package/types/src/relations/endpoints/list.d.ts +12 -12
  571. package/types/src/relations/endpoints/patch.d.ts +6 -6
  572. package/types/src/relations/models/relations.schema.d.ts +14 -14
  573. package/types/src/rule-templates/endpoints/create.d.ts +58 -70
  574. package/types/src/rule-templates/endpoints/create.schema.d.ts +26 -32
  575. package/types/src/rule-templates/endpoints/get.d.ts +32 -38
  576. package/types/src/rule-templates/endpoints/index.d.ts +198 -234
  577. package/types/src/rule-templates/endpoints/list.d.ts +50 -56
  578. package/types/src/rule-templates/endpoints/patch.d.ts +58 -70
  579. package/types/src/rule-templates/endpoints/patch.schema.d.ts +26 -32
  580. package/types/src/rule-templates/models/ruleTemplate.d.ts +1 -1
  581. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +32 -38
  582. package/types/src/rules/endpoints/create.d.ts +58 -70
  583. package/types/src/rules/endpoints/create.schema.d.ts +26 -32
  584. package/types/src/rules/endpoints/get.d.ts +32 -38
  585. package/types/src/rules/endpoints/index.d.ts +198 -234
  586. package/types/src/rules/endpoints/list.d.ts +50 -56
  587. package/types/src/rules/endpoints/patch.d.ts +58 -70
  588. package/types/src/rules/endpoints/patch.schema.d.ts +26 -32
  589. package/types/src/rules/models/schemaRule.d.ts +4 -4
  590. package/types/src/rules/models/schemaRule.schema.d.ts +50 -59
  591. package/types/src/schemas/endpoints/create.d.ts +484 -196
  592. package/types/src/schemas/endpoints/get.d.ts +486 -198
  593. package/types/src/schemas/endpoints/get.schema.d.ts +2 -2
  594. package/types/src/schemas/endpoints/list.d.ts +588 -236
  595. package/types/src/schemas/endpoints/patch.d.ts +966 -390
  596. package/types/src/schemas/endpoints/patch.schema.d.ts +482 -194
  597. package/types/src/schemas/endpoints/validate.d.ts +1015 -407
  598. package/types/src/schemas/models/schema.schema.d.ts +484 -196
  599. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +44 -20
  600. package/types/src/schemas/models/schemaDatapointBase.d.ts +3 -1
  601. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +15 -9
  602. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +11 -5
  603. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +11 -5
  604. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +11 -5
  605. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +11 -5
  606. package/types/src/schemas/models/schemaItem.schema.d.ts +278 -118
  607. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +164 -68
  608. package/types/src/schemas/models/schemaSection.schema.d.ts +380 -156
  609. package/types/src/schemas/models/schemaTuple.schema.d.ts +70 -30
  610. package/types/src/shared/models/annotationListTable.d.ts +1 -1
  611. package/types/src/shared/models/annotationListTable.schema.d.ts +15 -15
  612. package/types/src/suggestedEdit/endpoints/get.d.ts +4 -4
  613. package/types/src/suggestedEdit/endpoints/index.d.ts +4 -4
  614. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +4 -4
  615. package/types/src/surveys/endpoints/fromTemplate.d.ts +2 -2
  616. package/types/src/surveys/endpoints/get.d.ts +2 -2
  617. package/types/src/surveys/endpoints/index.d.ts +10 -10
  618. package/types/src/surveys/endpoints/list.d.ts +4 -4
  619. package/types/src/surveys/endpoints/patch.d.ts +2 -2
  620. package/types/src/surveys/models/survey.schema.d.ts +2 -2
  621. package/types/src/tasks/endpoints/get.d.ts +4 -4
  622. package/types/src/tasks/endpoints/index.d.ts +4 -4
  623. package/types/src/tasks/models/asyncTask.schema.d.ts +4 -4
  624. package/types/src/triggers/endpoints/create.d.ts +4 -4
  625. package/types/src/triggers/endpoints/get.d.ts +4 -4
  626. package/types/src/triggers/endpoints/index.d.ts +109 -12
  627. package/types/src/triggers/endpoints/list.d.ts +104 -0
  628. package/types/src/triggers/endpoints/list.schema.d.ts +14 -0
  629. package/types/src/triggers/endpoints/patch.d.ts +4 -4
  630. package/types/src/triggers/models/trigger.schema.d.ts +4 -4
  631. package/types/src/uploads/endpoints/get.d.ts +4 -4
  632. package/types/src/uploads/endpoints/index.d.ts +4 -4
  633. package/types/src/uploads/models/upload.schema.d.ts +4 -4
  634. package/types/src/users/endpoints/create.d.ts +2 -2
  635. package/types/src/users/endpoints/get.d.ts +2 -2
  636. package/types/src/users/endpoints/index.d.ts +10 -10
  637. package/types/src/users/endpoints/list.d.ts +4 -4
  638. package/types/src/users/endpoints/patch.d.ts +2 -2
  639. package/types/src/users/models/user.schema.d.ts +2 -2
  640. package/types/src/utils/withFields.d.ts +9 -9
  641. package/types/src/utils/withSideload.d.ts +2 -2
  642. package/types/src/workflowActivities/endpoints/get.d.ts +4 -4
  643. package/types/src/workflowActivities/endpoints/index.d.ts +13 -13
  644. package/types/src/workflowActivities/endpoints/list.d.ts +8 -8
  645. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +4 -4
  646. package/types/src/workflowRuns/endpoints/get.d.ts +4 -4
  647. package/types/src/workflowRuns/endpoints/index.d.ts +12 -12
  648. package/types/src/workflowRuns/endpoints/list.d.ts +8 -8
  649. package/types/src/workflowRuns/models/workflowRun.schema.d.ts +4 -4
  650. package/types/src/workflowSteps/endpoints/get.d.ts +2 -2
  651. package/types/src/workflowSteps/endpoints/index.d.ts +7 -7
  652. package/types/src/workflowSteps/endpoints/list.d.ts +4 -4
  653. package/types/src/workflowSteps/models/workflowStep.schema.d.ts +2 -2
  654. package/types/src/workflows/endpoints/get.d.ts +2 -2
  655. package/types/src/workflows/endpoints/index.d.ts +6 -6
  656. package/types/src/workflows/endpoints/list.d.ts +4 -4
  657. package/types/src/workflows/models/workflow.schema.d.ts +2 -2
  658. package/types/src/workspaces/endpoints/create.d.ts +2 -2
  659. package/types/src/workspaces/endpoints/get.d.ts +30 -0
  660. package/types/src/workspaces/endpoints/index.d.ts +37 -8
  661. package/types/src/workspaces/endpoints/list.d.ts +4 -4
  662. package/types/src/workspaces/endpoints/patch.d.ts +2 -2
  663. package/types/src/workspaces/models/workspace.schema.d.ts +2 -2
  664. package/src/authentication/models/authInfo.js.map +0 -1
  665. package/src/automationBlockers/models/automationBlocker.js +0 -3
  666. package/src/automationBlockers/models/automationBlocker.js.map +0 -1
  667. package/src/billing/models/billingHistory.js +0 -3
  668. package/src/billing/models/billingHistory.js.map +0 -1
  669. package/src/billing/models/billingStats.js +0 -3
  670. package/src/billing/models/billingStats.js.map +0 -1
  671. package/src/connectors/models/connector.js +0 -3
  672. package/src/connectors/models/connector.js.map +0 -1
  673. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +0 -3
  674. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +0 -1
  675. package/src/dedicatedEngines/models/dedicatedEngine.js +0 -3
  676. package/src/dedicatedEngines/models/dedicatedEngine.js.map +0 -1
  677. package/src/deleteRecommendations/models/deleteRecommendation.js +0 -3
  678. package/src/deleteRecommendations/models/deleteRecommendation.js.map +0 -1
  679. package/src/deleteRecommendations/models/index.js.map +0 -1
  680. package/src/email/models/email.js +0 -3
  681. package/src/email/models/email.js.map +0 -1
  682. package/src/emailTemplatesStats/models/emailTemplateStats.js +0 -3
  683. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +0 -1
  684. package/src/emailTemplatesStats/models/index.js +0 -18
  685. package/src/emailTemplatesStats/models/index.js.map +0 -1
  686. package/src/emailThreads/models/emailThreads.js +0 -3
  687. package/src/emailThreads/models/emailThreads.js.map +0 -1
  688. package/src/genericEngines/models/genericEngine.js +0 -3
  689. package/src/genericEngines/models/genericEngine.js.map +0 -1
  690. package/src/groups/models/group.js +0 -3
  691. package/src/groups/models/group.js.map +0 -1
  692. package/src/groups/models/index.js +0 -18
  693. package/src/groups/models/index.js.map +0 -1
  694. package/src/hookTemplates/models/hookTemplate.js +0 -3
  695. package/src/hookTemplates/models/hookTemplate.js.map +0 -1
  696. package/src/hooks/endpoints/logs.js +0 -15
  697. package/src/hooks/endpoints/logs.js.map +0 -1
  698. package/src/hooks/endpoints/logs.schema.js +0 -22
  699. package/src/hooks/endpoints/logs.schema.js.map +0 -1
  700. package/src/hooks/models/log.js +0 -3
  701. package/src/hooks/models/log.js.map +0 -1
  702. package/src/hooks/models/log.schema.js +0 -56
  703. package/src/hooks/models/log.schema.js.map +0 -1
  704. package/src/inboxes/models/index.js +0 -18
  705. package/src/inboxes/models/index.js.map +0 -1
  706. package/src/memberships/models/index.js +0 -18
  707. package/src/memberships/models/index.js.map +0 -1
  708. package/src/memberships/models/membership.js +0 -3
  709. package/src/memberships/models/membership.js.map +0 -1
  710. package/src/organization/models/emailLimits.js +0 -3
  711. package/src/organization/models/emailLimits.js.map +0 -1
  712. package/src/organization/models/limits.js +0 -3
  713. package/src/organization/models/limits.js.map +0 -1
  714. package/src/organizationGroups/models/organizationGroupOrganization.js +0 -3
  715. package/src/organizationGroups/models/organizationGroupOrganization.js.map +0 -1
  716. package/src/organizationGroups/models/organizationGroupQueue.js +0 -3
  717. package/src/organizationGroups/models/organizationGroupQueue.js.map +0 -1
  718. package/src/organizationGroups/models/organizationGroupWorkspace.js +0 -3
  719. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +0 -1
  720. package/src/queues/models/index.js +0 -28
  721. package/src/queues/models/index.js.map +0 -1
  722. package/src/queues/models/relatedObjectsCounts.js +0 -3
  723. package/src/queues/models/relatedObjectsCounts.js.map +0 -1
  724. package/src/schemas/models/index.js +0 -47
  725. package/src/schemas/models/index.js.map +0 -1
  726. package/src/schemas/models/list.js +0 -3
  727. package/src/schemas/models/list.js.map +0 -1
  728. package/src/schemas/models/list.schema.js +0 -23
  729. package/src/schemas/models/list.schema.js.map +0 -1
  730. package/src/suggestedEdit/models/suggestedDocument.js +0 -3
  731. package/src/suggestedEdit/models/suggestedDocument.js.map +0 -1
  732. package/src/suggestedEdit/models/suggestedEdit.js +0 -3
  733. package/src/suggestedEdit/models/suggestedEdit.js.map +0 -1
  734. package/src/surveys/models/index.js +0 -21
  735. package/src/surveys/models/index.js.map +0 -1
  736. package/src/surveys/models/question.js +0 -3
  737. package/src/surveys/models/question.js.map +0 -1
  738. package/src/surveys/models/survey.js +0 -3
  739. package/src/surveys/models/survey.js.map +0 -1
  740. package/src/surveys/models/surveyTemplate.js +0 -3
  741. package/src/surveys/models/surveyTemplate.js.map +0 -1
  742. package/src/tasks/models/asyncTask.js +0 -3
  743. package/src/tasks/models/asyncTask.js.map +0 -1
  744. package/src/uploads/models/upload.js +0 -3
  745. package/src/uploads/models/upload.js.map +0 -1
  746. package/src/users/models/resetPassword.js +0 -3
  747. package/src/users/models/resetPassword.js.map +0 -1
  748. package/src/workflowActivities/models/index.js +0 -18
  749. package/src/workflowActivities/models/index.js.map +0 -1
  750. package/src/workflowSteps/models/index.js +0 -18
  751. package/src/workflowSteps/models/index.js.map +0 -1
  752. package/src/workflows/models/index.js +0 -18
  753. package/src/workflows/models/index.js.map +0 -1
  754. package/src/workspaces/models/index.js +0 -18
  755. package/src/workspaces/models/index.js.map +0 -1
  756. package/types/src/authentication/models/authInfo.d.ts +0 -4
  757. package/types/src/automationBlockers/models/automationBlocker.d.ts +0 -31
  758. package/types/src/billing/models/billingHistory.d.ts +0 -40
  759. package/types/src/billing/models/billingStats.d.ts +0 -21
  760. package/types/src/connectors/models/connector.d.ts +0 -15
  761. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +0 -31
  762. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +0 -10
  763. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +0 -10
  764. package/types/src/deleteRecommendations/models/index.d.ts +0 -1
  765. package/types/src/email/models/email.d.ts +0 -39
  766. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +0 -6
  767. package/types/src/emailTemplatesStats/models/index.d.ts +0 -1
  768. package/types/src/emailThreads/models/emailThreads.d.ts +0 -32
  769. package/types/src/genericEngines/models/genericEngine.d.ts +0 -9
  770. package/types/src/groups/models/group.d.ts +0 -7
  771. package/types/src/groups/models/index.d.ts +0 -1
  772. package/types/src/hookTemplates/models/hookTemplate.d.ts +0 -40
  773. package/types/src/hooks/endpoints/logs.d.ts +0 -411
  774. package/types/src/hooks/endpoints/logs.schema.d.ts +0 -390
  775. package/types/src/hooks/models/log.d.ts +0 -42
  776. package/types/src/hooks/models/log.schema.d.ts +0 -210
  777. package/types/src/inboxes/models/index.d.ts +0 -1
  778. package/types/src/memberships/models/index.d.ts +0 -1
  779. package/types/src/memberships/models/membership.d.ts +0 -9
  780. package/types/src/organization/models/emailLimits.d.ts +0 -10
  781. package/types/src/organization/models/limits.d.ts +0 -4
  782. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +0 -6
  783. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +0 -8
  784. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +0 -7
  785. package/types/src/queues/models/index.d.ts +0 -11
  786. package/types/src/queues/models/relatedObjectsCounts.d.ts +0 -5
  787. package/types/src/schemas/models/index.d.ts +0 -30
  788. package/types/src/schemas/models/list.d.ts +0 -18
  789. package/types/src/schemas/models/list.schema.d.ts +0 -66
  790. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +0 -9
  791. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +0 -8
  792. package/types/src/surveys/models/index.d.ts +0 -4
  793. package/types/src/surveys/models/question.d.ts +0 -6
  794. package/types/src/surveys/models/survey.d.ts +0 -13
  795. package/types/src/surveys/models/surveyTemplate.d.ts +0 -6
  796. package/types/src/tasks/models/asyncTask.d.ts +0 -17
  797. package/types/src/uploads/models/upload.d.ts +0 -13
  798. package/types/src/users/models/resetPassword.d.ts +0 -3
  799. package/types/src/workflowActivities/models/index.d.ts +0 -1
  800. package/types/src/workflowSteps/models/index.d.ts +0 -1
  801. package/types/src/workflows/models/index.d.ts +0 -1
  802. package/types/src/workspaces/models/index.d.ts +0 -1
@@ -39,7 +39,7 @@ export declare const hookTemplates: {
39
39
  results: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
40
40
  name: import("zod").ZodString;
41
41
  url: import("zod").ZodString;
42
- events: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_content.confirm">, import("zod").ZodLiteral<"annotation_content.export">, import("zod").ZodLiteral<"annotation_content.initialize">, import("zod").ZodLiteral<"annotation_content.started">, import("zod").ZodLiteral<"annotation_content.updated">, import("zod").ZodLiteral<"annotation_content.user_update">, import("zod").ZodLiteral<"annotation_content">, import("zod").ZodLiteral<"annotation_status.changed">, import("zod").ZodLiteral<"annotation_status">, import("zod").ZodLiteral<"upload.created">, import("zod").ZodLiteral<"upload">, import("zod").ZodLiteral<"email.received">, import("zod").ZodLiteral<"email">, import("zod").ZodLiteral<"invocation.manual">, import("zod").ZodLiteral<"invocation.scheduled">, import("zod").ZodLiteral<"invocation">]>, "many">;
42
+ events: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_content.confirm">, import("zod").ZodLiteral<"annotation_content.export">, import("zod").ZodLiteral<"annotation_content.initialize">, import("zod").ZodLiteral<"annotation_content.started">, import("zod").ZodLiteral<"annotation_content.updated">, import("zod").ZodLiteral<"annotation_content.user_update">, import("zod").ZodLiteral<"annotation_content">, import("zod").ZodLiteral<"annotation_status.changed">, import("zod").ZodLiteral<"annotation_status">, import("zod").ZodLiteral<"upload.created">, import("zod").ZodLiteral<"upload">, import("zod").ZodLiteral<"email.received">, import("zod").ZodLiteral<"email">, import("zod").ZodLiteral<"invocation.manual">, import("zod").ZodLiteral<"invocation.scheduled">, import("zod").ZodLiteral<"invocation.integration">, import("zod").ZodLiteral<"invocation">]>, "many">;
43
43
  sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
44
44
  metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
45
45
  test: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -70,7 +70,7 @@ export declare const hookTemplates: {
70
70
  url: string;
71
71
  name: string;
72
72
  description: string;
73
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled")[];
73
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
74
74
  sideload: string[];
75
75
  extensionSource: "custom" | "rossum_store";
76
76
  guide: string;
@@ -92,7 +92,7 @@ export declare const hookTemplates: {
92
92
  url: string;
93
93
  name: string;
94
94
  description: string;
95
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled")[];
95
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
96
96
  sideload: string[];
97
97
  extensionSource: "custom" | "rossum_store";
98
98
  guide: string;
@@ -223,7 +223,7 @@ export declare const hookTemplates: {
223
223
  }>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
224
224
  name: import("zod").ZodString;
225
225
  url: import("zod").ZodString;
226
- events: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_content.confirm">, import("zod").ZodLiteral<"annotation_content.export">, import("zod").ZodLiteral<"annotation_content.initialize">, import("zod").ZodLiteral<"annotation_content.started">, import("zod").ZodLiteral<"annotation_content.updated">, import("zod").ZodLiteral<"annotation_content.user_update">, import("zod").ZodLiteral<"annotation_content">, import("zod").ZodLiteral<"annotation_status.changed">, import("zod").ZodLiteral<"annotation_status">, import("zod").ZodLiteral<"upload.created">, import("zod").ZodLiteral<"upload">, import("zod").ZodLiteral<"email.received">, import("zod").ZodLiteral<"email">, import("zod").ZodLiteral<"invocation.manual">, import("zod").ZodLiteral<"invocation.scheduled">, import("zod").ZodLiteral<"invocation">]>, "many">;
226
+ events: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_content.confirm">, import("zod").ZodLiteral<"annotation_content.export">, import("zod").ZodLiteral<"annotation_content.initialize">, import("zod").ZodLiteral<"annotation_content.started">, import("zod").ZodLiteral<"annotation_content.updated">, import("zod").ZodLiteral<"annotation_content.user_update">, import("zod").ZodLiteral<"annotation_content">, import("zod").ZodLiteral<"annotation_status.changed">, import("zod").ZodLiteral<"annotation_status">, import("zod").ZodLiteral<"upload.created">, import("zod").ZodLiteral<"upload">, import("zod").ZodLiteral<"email.received">, import("zod").ZodLiteral<"email">, import("zod").ZodLiteral<"invocation.manual">, import("zod").ZodLiteral<"invocation.scheduled">, import("zod").ZodLiteral<"invocation.integration">, import("zod").ZodLiteral<"invocation">]>, "many">;
227
227
  sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
228
228
  metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
229
229
  test: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -254,7 +254,7 @@ export declare const hookTemplates: {
254
254
  url: string;
255
255
  name: string;
256
256
  description: string;
257
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled")[];
257
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
258
258
  sideload: string[];
259
259
  extensionSource: "custom" | "rossum_store";
260
260
  guide: string;
@@ -276,7 +276,7 @@ export declare const hookTemplates: {
276
276
  url: string;
277
277
  name: string;
278
278
  description: string;
279
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled")[];
279
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
280
280
  sideload: string[];
281
281
  extensionSource: "custom" | "rossum_store";
282
282
  guide: string;
@@ -306,9 +306,7 @@ export declare const hookTemplates: {
306
306
  }>>, import("zod").ZodObject<{
307
307
  type: import("zod").ZodLiteral<"function">;
308
308
  config: import("zod").ZodObject<{
309
- private: import("zod").ZodOptional<import("zod").ZodBoolean>;
310
- runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
311
- code: import("zod").ZodOptional<import("zod").ZodString>;
309
+ private: import("zod").ZodOptional<import("zod").ZodUnknown>;
312
310
  schedule: import("zod").ZodOptional<import("zod").ZodObject<{
313
311
  cron: import("zod").ZodOptional<import("zod").ZodString>;
314
312
  }, "strip", import("zod").ZodTypeAny, {
@@ -317,7 +315,7 @@ export declare const hookTemplates: {
317
315
  cron?: string | undefined;
318
316
  }>>;
319
317
  payloadLoggingEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
320
- app: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
318
+ app: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
321
319
  url: import("zod").ZodString;
322
320
  settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
323
321
  displayMode: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"fullscreen">, import("zod").ZodLiteral<"drawer">]>>;
@@ -330,10 +328,11 @@ export declare const hookTemplates: {
330
328
  settings?: unknown;
331
329
  displayMode?: "fullscreen" | "drawer" | undefined;
332
330
  }>>>;
331
+ runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
332
+ code: import("zod").ZodOptional<import("zod").ZodString>;
333
+ thirdPartyLibraryPack: import("zod").ZodOptional<import("zod").ZodString>;
333
334
  }, "strip", import("zod").ZodTypeAny, {
334
- private?: boolean | undefined;
335
- runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
336
- code?: string | undefined;
335
+ private?: unknown;
337
336
  schedule?: {
338
337
  cron?: string | undefined;
339
338
  } | undefined;
@@ -343,10 +342,11 @@ export declare const hookTemplates: {
343
342
  settings?: unknown;
344
343
  displayMode?: "fullscreen" | "drawer" | undefined;
345
344
  } | null | undefined;
346
- }, {
347
- private?: boolean | undefined;
348
345
  runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
349
346
  code?: string | undefined;
347
+ thirdPartyLibraryPack?: string | undefined;
348
+ }, {
349
+ private?: unknown;
350
350
  schedule?: {
351
351
  cron?: string | undefined;
352
352
  } | undefined;
@@ -356,13 +356,14 @@ export declare const hookTemplates: {
356
356
  settings?: unknown;
357
357
  displayMode?: "fullscreen" | "drawer" | undefined;
358
358
  } | null | undefined;
359
+ runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
360
+ code?: string | undefined;
361
+ thirdPartyLibraryPack?: string | undefined;
359
362
  }>;
360
363
  }, "strip", import("zod").ZodTypeAny, {
361
364
  type: "function";
362
365
  config: {
363
- private?: boolean | undefined;
364
- runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
365
- code?: string | undefined;
366
+ private?: unknown;
366
367
  schedule?: {
367
368
  cron?: string | undefined;
368
369
  } | undefined;
@@ -372,22 +373,190 @@ export declare const hookTemplates: {
372
373
  settings?: unknown;
373
374
  displayMode?: "fullscreen" | "drawer" | undefined;
374
375
  } | null | undefined;
376
+ runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
377
+ code?: string | undefined;
378
+ thirdPartyLibraryPack?: string | undefined;
375
379
  };
376
380
  }, {
377
381
  type: "function";
378
382
  config: {
379
- private?: boolean | undefined;
383
+ private?: unknown;
384
+ schedule?: {
385
+ cron?: string | undefined;
386
+ } | undefined;
387
+ payloadLoggingEnabled?: boolean | undefined;
388
+ app?: {
389
+ url: string;
390
+ settings?: unknown;
391
+ displayMode?: "fullscreen" | "drawer" | undefined;
392
+ } | null | undefined;
380
393
  runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
381
394
  code?: string | undefined;
395
+ thirdPartyLibraryPack?: string | undefined;
396
+ };
397
+ }>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
398
+ name: import("zod").ZodString;
399
+ url: import("zod").ZodString;
400
+ events: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_content.confirm">, import("zod").ZodLiteral<"annotation_content.export">, import("zod").ZodLiteral<"annotation_content.initialize">, import("zod").ZodLiteral<"annotation_content.started">, import("zod").ZodLiteral<"annotation_content.updated">, import("zod").ZodLiteral<"annotation_content.user_update">, import("zod").ZodLiteral<"annotation_content">, import("zod").ZodLiteral<"annotation_status.changed">, import("zod").ZodLiteral<"annotation_status">, import("zod").ZodLiteral<"upload.created">, import("zod").ZodLiteral<"upload">, import("zod").ZodLiteral<"email.received">, import("zod").ZodLiteral<"email">, import("zod").ZodLiteral<"invocation.manual">, import("zod").ZodLiteral<"invocation.scheduled">, import("zod").ZodLiteral<"invocation.integration">, import("zod").ZodLiteral<"invocation">]>, "many">;
401
+ sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
402
+ metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
403
+ test: import("zod").ZodOptional<import("zod").ZodUnknown>;
404
+ description: import("zod").ZodString;
405
+ extensionSource: import("zod").ZodUnion<[import("zod").ZodLiteral<"rossum_store">, import("zod").ZodLiteral<"custom">]>;
406
+ settings: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
407
+ guide: import("zod").ZodString;
408
+ readMoreUrl: import("zod").ZodNullable<import("zod").ZodString>;
409
+ extensionImageUrl: import("zod").ZodNullable<import("zod").ZodString>;
410
+ settingsDescription: import("zod").ZodArray<import("zod").ZodObject<{
411
+ name: import("zod").ZodOptional<import("zod").ZodString>;
412
+ description: import("zod").ZodOptional<import("zod").ZodString>;
413
+ tooltip: import("zod").ZodOptional<import("zod").ZodString>;
414
+ }, "strip", import("zod").ZodTypeAny, {
415
+ name?: string | undefined;
416
+ description?: string | undefined;
417
+ tooltip?: string | undefined;
418
+ }, {
419
+ name?: string | undefined;
420
+ description?: string | undefined;
421
+ tooltip?: string | undefined;
422
+ }>, "many">;
423
+ storeDescription: import("zod").ZodString;
424
+ externalUrl: import("zod").ZodString;
425
+ useTokenOwner: import("zod").ZodBoolean;
426
+ order: import("zod").ZodNumber;
427
+ }, "strip", import("zod").ZodTypeAny, {
428
+ url: string;
429
+ name: string;
430
+ description: string;
431
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
432
+ sideload: string[];
433
+ extensionSource: "custom" | "rossum_store";
434
+ guide: string;
435
+ readMoreUrl: string | null;
436
+ extensionImageUrl: string | null;
437
+ settingsDescription: {
438
+ name?: string | undefined;
439
+ description?: string | undefined;
440
+ tooltip?: string | undefined;
441
+ }[];
442
+ storeDescription: string;
443
+ externalUrl: string;
444
+ useTokenOwner: boolean;
445
+ order: number;
446
+ metadata?: unknown;
447
+ test?: unknown;
448
+ settings?: Record<string, unknown> | undefined;
449
+ }, {
450
+ url: string;
451
+ name: string;
452
+ description: string;
453
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
454
+ sideload: string[];
455
+ extensionSource: "custom" | "rossum_store";
456
+ guide: string;
457
+ readMoreUrl: string | null;
458
+ extensionImageUrl: string | null;
459
+ settingsDescription: {
460
+ name?: string | undefined;
461
+ description?: string | undefined;
462
+ tooltip?: string | undefined;
463
+ }[];
464
+ storeDescription: string;
465
+ externalUrl: string;
466
+ useTokenOwner: boolean;
467
+ order: number;
468
+ metadata?: unknown;
469
+ test?: unknown;
470
+ settings?: Record<string, unknown> | undefined;
471
+ }>, import("zod").ZodObject<{
472
+ id: import("zod").ZodOptional<import("zod").ZodNumber>;
473
+ installAction: import("zod").ZodOptional<import("zod").ZodString>;
474
+ }, "strip", import("zod").ZodTypeAny, {
475
+ id?: number | undefined;
476
+ installAction?: string | undefined;
477
+ }, {
478
+ id?: number | undefined;
479
+ installAction?: string | undefined;
480
+ }>>, import("zod").ZodObject<{
481
+ type: import("zod").ZodLiteral<"job">;
482
+ config: import("zod").ZodObject<{
483
+ private: import("zod").ZodOptional<import("zod").ZodUnknown>;
484
+ actorName: import("zod").ZodOptional<import("zod").ZodString>;
485
+ app: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
486
+ url: import("zod").ZodString;
487
+ settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
488
+ displayMode: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"fullscreen">, import("zod").ZodLiteral<"drawer">]>>;
489
+ }, "strip", import("zod").ZodTypeAny, {
490
+ url: string;
491
+ settings?: unknown;
492
+ displayMode?: "fullscreen" | "drawer" | undefined;
493
+ }, {
494
+ url: string;
495
+ settings?: unknown;
496
+ displayMode?: "fullscreen" | "drawer" | undefined;
497
+ }>>>;
498
+ schedule: import("zod").ZodOptional<import("zod").ZodObject<{
499
+ cron: import("zod").ZodOptional<import("zod").ZodString>;
500
+ }, "strip", import("zod").ZodTypeAny, {
501
+ cron?: string | undefined;
502
+ }, {
503
+ cron?: string | undefined;
504
+ }>>;
505
+ payloadLoggingEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
506
+ }, "strip", import("zod").ZodTypeAny, {
507
+ private?: unknown;
508
+ actorName?: string | undefined;
509
+ app?: {
510
+ url: string;
511
+ settings?: unknown;
512
+ displayMode?: "fullscreen" | "drawer" | undefined;
513
+ } | null | undefined;
382
514
  schedule?: {
383
515
  cron?: string | undefined;
384
516
  } | undefined;
385
517
  payloadLoggingEnabled?: boolean | undefined;
518
+ }, {
519
+ private?: unknown;
520
+ actorName?: string | undefined;
386
521
  app?: {
387
522
  url: string;
388
523
  settings?: unknown;
389
524
  displayMode?: "fullscreen" | "drawer" | undefined;
390
525
  } | null | undefined;
526
+ schedule?: {
527
+ cron?: string | undefined;
528
+ } | undefined;
529
+ payloadLoggingEnabled?: boolean | undefined;
530
+ }>;
531
+ }, "strip", import("zod").ZodTypeAny, {
532
+ type: "job";
533
+ config: {
534
+ private?: unknown;
535
+ actorName?: string | undefined;
536
+ app?: {
537
+ url: string;
538
+ settings?: unknown;
539
+ displayMode?: "fullscreen" | "drawer" | undefined;
540
+ } | null | undefined;
541
+ schedule?: {
542
+ cron?: string | undefined;
543
+ } | undefined;
544
+ payloadLoggingEnabled?: boolean | undefined;
545
+ };
546
+ }, {
547
+ type: "job";
548
+ config: {
549
+ private?: unknown;
550
+ actorName?: string | undefined;
551
+ app?: {
552
+ url: string;
553
+ settings?: unknown;
554
+ displayMode?: "fullscreen" | "drawer" | undefined;
555
+ } | null | undefined;
556
+ schedule?: {
557
+ cron?: string | undefined;
558
+ } | undefined;
559
+ payloadLoggingEnabled?: boolean | undefined;
391
560
  };
392
561
  }>>]>, "many">;
393
562
  }, "strip", import("zod").ZodTypeAny, {
@@ -395,7 +564,7 @@ export declare const hookTemplates: {
395
564
  url: string;
396
565
  name: string;
397
566
  description: string;
398
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled")[];
567
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
399
568
  sideload: string[];
400
569
  extensionSource: "custom" | "rossum_store";
401
570
  guide: string;
@@ -439,7 +608,7 @@ export declare const hookTemplates: {
439
608
  url: string;
440
609
  name: string;
441
610
  description: string;
442
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled")[];
611
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
443
612
  sideload: string[];
444
613
  extensionSource: "custom" | "rossum_store";
445
614
  guide: string;
@@ -463,9 +632,7 @@ export declare const hookTemplates: {
463
632
  } & {
464
633
  type: "function";
465
634
  config: {
466
- private?: boolean | undefined;
467
- runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
468
- code?: string | undefined;
635
+ private?: unknown;
469
636
  schedule?: {
470
637
  cron?: string | undefined;
471
638
  } | undefined;
@@ -475,6 +642,49 @@ export declare const hookTemplates: {
475
642
  settings?: unknown;
476
643
  displayMode?: "fullscreen" | "drawer" | undefined;
477
644
  } | null | undefined;
645
+ runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
646
+ code?: string | undefined;
647
+ thirdPartyLibraryPack?: string | undefined;
648
+ };
649
+ }) | ({
650
+ url: string;
651
+ name: string;
652
+ description: string;
653
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
654
+ sideload: string[];
655
+ extensionSource: "custom" | "rossum_store";
656
+ guide: string;
657
+ readMoreUrl: string | null;
658
+ extensionImageUrl: string | null;
659
+ settingsDescription: {
660
+ name?: string | undefined;
661
+ description?: string | undefined;
662
+ tooltip?: string | undefined;
663
+ }[];
664
+ storeDescription: string;
665
+ externalUrl: string;
666
+ useTokenOwner: boolean;
667
+ order: number;
668
+ metadata?: unknown;
669
+ test?: unknown;
670
+ settings?: Record<string, unknown> | undefined;
671
+ } & {
672
+ id?: number | undefined;
673
+ installAction?: string | undefined;
674
+ } & {
675
+ type: "job";
676
+ config: {
677
+ private?: unknown;
678
+ actorName?: string | undefined;
679
+ app?: {
680
+ url: string;
681
+ settings?: unknown;
682
+ displayMode?: "fullscreen" | "drawer" | undefined;
683
+ } | null | undefined;
684
+ schedule?: {
685
+ cron?: string | undefined;
686
+ } | undefined;
687
+ payloadLoggingEnabled?: boolean | undefined;
478
688
  };
479
689
  }))[];
480
690
  pagination: {
@@ -488,7 +698,7 @@ export declare const hookTemplates: {
488
698
  url: string;
489
699
  name: string;
490
700
  description: string;
491
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled")[];
701
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
492
702
  sideload: string[];
493
703
  extensionSource: "custom" | "rossum_store";
494
704
  guide: string;
@@ -532,7 +742,7 @@ export declare const hookTemplates: {
532
742
  url: string;
533
743
  name: string;
534
744
  description: string;
535
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled")[];
745
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
536
746
  sideload: string[];
537
747
  extensionSource: "custom" | "rossum_store";
538
748
  guide: string;
@@ -556,9 +766,7 @@ export declare const hookTemplates: {
556
766
  } & {
557
767
  type: "function";
558
768
  config: {
559
- private?: boolean | undefined;
560
- runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
561
- code?: string | undefined;
769
+ private?: unknown;
562
770
  schedule?: {
563
771
  cron?: string | undefined;
564
772
  } | undefined;
@@ -568,6 +776,49 @@ export declare const hookTemplates: {
568
776
  settings?: unknown;
569
777
  displayMode?: "fullscreen" | "drawer" | undefined;
570
778
  } | null | undefined;
779
+ runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
780
+ code?: string | undefined;
781
+ thirdPartyLibraryPack?: string | undefined;
782
+ };
783
+ }) | ({
784
+ url: string;
785
+ name: string;
786
+ description: string;
787
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
788
+ sideload: string[];
789
+ extensionSource: "custom" | "rossum_store";
790
+ guide: string;
791
+ readMoreUrl: string | null;
792
+ extensionImageUrl: string | null;
793
+ settingsDescription: {
794
+ name?: string | undefined;
795
+ description?: string | undefined;
796
+ tooltip?: string | undefined;
797
+ }[];
798
+ storeDescription: string;
799
+ externalUrl: string;
800
+ useTokenOwner: boolean;
801
+ order: number;
802
+ metadata?: unknown;
803
+ test?: unknown;
804
+ settings?: Record<string, unknown> | undefined;
805
+ } & {
806
+ id?: number | undefined;
807
+ installAction?: string | undefined;
808
+ } & {
809
+ type: "job";
810
+ config: {
811
+ private?: unknown;
812
+ actorName?: string | undefined;
813
+ app?: {
814
+ url: string;
815
+ settings?: unknown;
816
+ displayMode?: "fullscreen" | "drawer" | undefined;
817
+ } | null | undefined;
818
+ schedule?: {
819
+ cron?: string | undefined;
820
+ } | undefined;
821
+ payloadLoggingEnabled?: boolean | undefined;
571
822
  };
572
823
  }))[];
573
824
  pagination: {
@@ -578,4 +829,531 @@ export declare const hookTemplates: {
578
829
  };
579
830
  }>;
580
831
  };
832
+ get: (hookTemplateUrl: import("../../types").Url) => {
833
+ readonly endpoint: string;
834
+ readonly method: "GET";
835
+ readonly responseSchema: import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
836
+ name: import("zod").ZodString;
837
+ url: import("zod").ZodString;
838
+ events: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_content.confirm">, import("zod").ZodLiteral<"annotation_content.export">, import("zod").ZodLiteral<"annotation_content.initialize">, import("zod").ZodLiteral<"annotation_content.started">, import("zod").ZodLiteral<"annotation_content.updated">, import("zod").ZodLiteral<"annotation_content.user_update">, import("zod").ZodLiteral<"annotation_content">, import("zod").ZodLiteral<"annotation_status.changed">, import("zod").ZodLiteral<"annotation_status">, import("zod").ZodLiteral<"upload.created">, import("zod").ZodLiteral<"upload">, import("zod").ZodLiteral<"email.received">, import("zod").ZodLiteral<"email">, import("zod").ZodLiteral<"invocation.manual">, import("zod").ZodLiteral<"invocation.scheduled">, import("zod").ZodLiteral<"invocation.integration">, import("zod").ZodLiteral<"invocation">]>, "many">;
839
+ sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
840
+ metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
841
+ test: import("zod").ZodOptional<import("zod").ZodUnknown>;
842
+ description: import("zod").ZodString;
843
+ extensionSource: import("zod").ZodUnion<[import("zod").ZodLiteral<"rossum_store">, import("zod").ZodLiteral<"custom">]>;
844
+ settings: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
845
+ guide: import("zod").ZodString;
846
+ readMoreUrl: import("zod").ZodNullable<import("zod").ZodString>;
847
+ extensionImageUrl: import("zod").ZodNullable<import("zod").ZodString>;
848
+ settingsDescription: import("zod").ZodArray<import("zod").ZodObject<{
849
+ name: import("zod").ZodOptional<import("zod").ZodString>;
850
+ description: import("zod").ZodOptional<import("zod").ZodString>;
851
+ tooltip: import("zod").ZodOptional<import("zod").ZodString>;
852
+ }, "strip", import("zod").ZodTypeAny, {
853
+ name?: string | undefined;
854
+ description?: string | undefined;
855
+ tooltip?: string | undefined;
856
+ }, {
857
+ name?: string | undefined;
858
+ description?: string | undefined;
859
+ tooltip?: string | undefined;
860
+ }>, "many">;
861
+ storeDescription: import("zod").ZodString;
862
+ externalUrl: import("zod").ZodString;
863
+ useTokenOwner: import("zod").ZodBoolean;
864
+ order: import("zod").ZodNumber;
865
+ }, "strip", import("zod").ZodTypeAny, {
866
+ url: string;
867
+ name: string;
868
+ description: string;
869
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
870
+ sideload: string[];
871
+ extensionSource: "custom" | "rossum_store";
872
+ guide: string;
873
+ readMoreUrl: string | null;
874
+ extensionImageUrl: string | null;
875
+ settingsDescription: {
876
+ name?: string | undefined;
877
+ description?: string | undefined;
878
+ tooltip?: string | undefined;
879
+ }[];
880
+ storeDescription: string;
881
+ externalUrl: string;
882
+ useTokenOwner: boolean;
883
+ order: number;
884
+ metadata?: unknown;
885
+ test?: unknown;
886
+ settings?: Record<string, unknown> | undefined;
887
+ }, {
888
+ url: string;
889
+ name: string;
890
+ description: string;
891
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
892
+ sideload: string[];
893
+ extensionSource: "custom" | "rossum_store";
894
+ guide: string;
895
+ readMoreUrl: string | null;
896
+ extensionImageUrl: string | null;
897
+ settingsDescription: {
898
+ name?: string | undefined;
899
+ description?: string | undefined;
900
+ tooltip?: string | undefined;
901
+ }[];
902
+ storeDescription: string;
903
+ externalUrl: string;
904
+ useTokenOwner: boolean;
905
+ order: number;
906
+ metadata?: unknown;
907
+ test?: unknown;
908
+ settings?: Record<string, unknown> | undefined;
909
+ }>, import("zod").ZodObject<{
910
+ id: import("zod").ZodOptional<import("zod").ZodNumber>;
911
+ installAction: import("zod").ZodOptional<import("zod").ZodString>;
912
+ }, "strip", import("zod").ZodTypeAny, {
913
+ id?: number | undefined;
914
+ installAction?: string | undefined;
915
+ }, {
916
+ id?: number | undefined;
917
+ installAction?: string | undefined;
918
+ }>>, import("zod").ZodObject<{
919
+ type: import("zod").ZodLiteral<"webhook">;
920
+ config: import("zod").ZodObject<{
921
+ private: import("zod").ZodOptional<import("zod").ZodBoolean>;
922
+ url: import("zod").ZodOptional<import("zod").ZodString>;
923
+ insecureSsl: import("zod").ZodOptional<import("zod").ZodBoolean>;
924
+ clientSslCertificate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
925
+ clientSslKey: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
926
+ secret: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
927
+ app: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
928
+ url: import("zod").ZodString;
929
+ settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
930
+ displayMode: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"fullscreen">, import("zod").ZodLiteral<"drawer">]>>;
931
+ }, "strip", import("zod").ZodTypeAny, {
932
+ url: string;
933
+ settings?: unknown;
934
+ displayMode?: "fullscreen" | "drawer" | undefined;
935
+ }, {
936
+ url: string;
937
+ settings?: unknown;
938
+ displayMode?: "fullscreen" | "drawer" | undefined;
939
+ }>>>;
940
+ schedule: import("zod").ZodOptional<import("zod").ZodObject<{
941
+ cron: import("zod").ZodOptional<import("zod").ZodString>;
942
+ }, "strip", import("zod").ZodTypeAny, {
943
+ cron?: string | undefined;
944
+ }, {
945
+ cron?: string | undefined;
946
+ }>>;
947
+ payloadLoggingEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
948
+ }, "strip", import("zod").ZodTypeAny, {
949
+ private?: boolean | undefined;
950
+ url?: string | undefined;
951
+ insecureSsl?: boolean | undefined;
952
+ clientSslCertificate?: string | null | undefined;
953
+ clientSslKey?: string | null | undefined;
954
+ secret?: string | null | undefined;
955
+ app?: {
956
+ url: string;
957
+ settings?: unknown;
958
+ displayMode?: "fullscreen" | "drawer" | undefined;
959
+ } | null | undefined;
960
+ schedule?: {
961
+ cron?: string | undefined;
962
+ } | undefined;
963
+ payloadLoggingEnabled?: boolean | undefined;
964
+ }, {
965
+ private?: boolean | undefined;
966
+ url?: string | undefined;
967
+ insecureSsl?: boolean | undefined;
968
+ clientSslCertificate?: string | null | undefined;
969
+ clientSslKey?: string | null | undefined;
970
+ secret?: string | null | undefined;
971
+ app?: {
972
+ url: string;
973
+ settings?: unknown;
974
+ displayMode?: "fullscreen" | "drawer" | undefined;
975
+ } | null | undefined;
976
+ schedule?: {
977
+ cron?: string | undefined;
978
+ } | undefined;
979
+ payloadLoggingEnabled?: boolean | undefined;
980
+ }>;
981
+ }, "strip", import("zod").ZodTypeAny, {
982
+ type: "webhook";
983
+ config: {
984
+ private?: boolean | undefined;
985
+ url?: string | undefined;
986
+ insecureSsl?: boolean | undefined;
987
+ clientSslCertificate?: string | null | undefined;
988
+ clientSslKey?: string | null | undefined;
989
+ secret?: string | null | undefined;
990
+ app?: {
991
+ url: string;
992
+ settings?: unknown;
993
+ displayMode?: "fullscreen" | "drawer" | undefined;
994
+ } | null | undefined;
995
+ schedule?: {
996
+ cron?: string | undefined;
997
+ } | undefined;
998
+ payloadLoggingEnabled?: boolean | undefined;
999
+ };
1000
+ }, {
1001
+ type: "webhook";
1002
+ config: {
1003
+ private?: boolean | undefined;
1004
+ url?: string | undefined;
1005
+ insecureSsl?: boolean | undefined;
1006
+ clientSslCertificate?: string | null | undefined;
1007
+ clientSslKey?: string | null | undefined;
1008
+ secret?: string | null | undefined;
1009
+ app?: {
1010
+ url: string;
1011
+ settings?: unknown;
1012
+ displayMode?: "fullscreen" | "drawer" | undefined;
1013
+ } | null | undefined;
1014
+ schedule?: {
1015
+ cron?: string | undefined;
1016
+ } | undefined;
1017
+ payloadLoggingEnabled?: boolean | undefined;
1018
+ };
1019
+ }>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1020
+ name: import("zod").ZodString;
1021
+ url: import("zod").ZodString;
1022
+ events: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_content.confirm">, import("zod").ZodLiteral<"annotation_content.export">, import("zod").ZodLiteral<"annotation_content.initialize">, import("zod").ZodLiteral<"annotation_content.started">, import("zod").ZodLiteral<"annotation_content.updated">, import("zod").ZodLiteral<"annotation_content.user_update">, import("zod").ZodLiteral<"annotation_content">, import("zod").ZodLiteral<"annotation_status.changed">, import("zod").ZodLiteral<"annotation_status">, import("zod").ZodLiteral<"upload.created">, import("zod").ZodLiteral<"upload">, import("zod").ZodLiteral<"email.received">, import("zod").ZodLiteral<"email">, import("zod").ZodLiteral<"invocation.manual">, import("zod").ZodLiteral<"invocation.scheduled">, import("zod").ZodLiteral<"invocation.integration">, import("zod").ZodLiteral<"invocation">]>, "many">;
1023
+ sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
1024
+ metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
1025
+ test: import("zod").ZodOptional<import("zod").ZodUnknown>;
1026
+ description: import("zod").ZodString;
1027
+ extensionSource: import("zod").ZodUnion<[import("zod").ZodLiteral<"rossum_store">, import("zod").ZodLiteral<"custom">]>;
1028
+ settings: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1029
+ guide: import("zod").ZodString;
1030
+ readMoreUrl: import("zod").ZodNullable<import("zod").ZodString>;
1031
+ extensionImageUrl: import("zod").ZodNullable<import("zod").ZodString>;
1032
+ settingsDescription: import("zod").ZodArray<import("zod").ZodObject<{
1033
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1034
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1035
+ tooltip: import("zod").ZodOptional<import("zod").ZodString>;
1036
+ }, "strip", import("zod").ZodTypeAny, {
1037
+ name?: string | undefined;
1038
+ description?: string | undefined;
1039
+ tooltip?: string | undefined;
1040
+ }, {
1041
+ name?: string | undefined;
1042
+ description?: string | undefined;
1043
+ tooltip?: string | undefined;
1044
+ }>, "many">;
1045
+ storeDescription: import("zod").ZodString;
1046
+ externalUrl: import("zod").ZodString;
1047
+ useTokenOwner: import("zod").ZodBoolean;
1048
+ order: import("zod").ZodNumber;
1049
+ }, "strip", import("zod").ZodTypeAny, {
1050
+ url: string;
1051
+ name: string;
1052
+ description: string;
1053
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
1054
+ sideload: string[];
1055
+ extensionSource: "custom" | "rossum_store";
1056
+ guide: string;
1057
+ readMoreUrl: string | null;
1058
+ extensionImageUrl: string | null;
1059
+ settingsDescription: {
1060
+ name?: string | undefined;
1061
+ description?: string | undefined;
1062
+ tooltip?: string | undefined;
1063
+ }[];
1064
+ storeDescription: string;
1065
+ externalUrl: string;
1066
+ useTokenOwner: boolean;
1067
+ order: number;
1068
+ metadata?: unknown;
1069
+ test?: unknown;
1070
+ settings?: Record<string, unknown> | undefined;
1071
+ }, {
1072
+ url: string;
1073
+ name: string;
1074
+ description: string;
1075
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
1076
+ sideload: string[];
1077
+ extensionSource: "custom" | "rossum_store";
1078
+ guide: string;
1079
+ readMoreUrl: string | null;
1080
+ extensionImageUrl: string | null;
1081
+ settingsDescription: {
1082
+ name?: string | undefined;
1083
+ description?: string | undefined;
1084
+ tooltip?: string | undefined;
1085
+ }[];
1086
+ storeDescription: string;
1087
+ externalUrl: string;
1088
+ useTokenOwner: boolean;
1089
+ order: number;
1090
+ metadata?: unknown;
1091
+ test?: unknown;
1092
+ settings?: Record<string, unknown> | undefined;
1093
+ }>, import("zod").ZodObject<{
1094
+ id: import("zod").ZodOptional<import("zod").ZodNumber>;
1095
+ installAction: import("zod").ZodOptional<import("zod").ZodString>;
1096
+ }, "strip", import("zod").ZodTypeAny, {
1097
+ id?: number | undefined;
1098
+ installAction?: string | undefined;
1099
+ }, {
1100
+ id?: number | undefined;
1101
+ installAction?: string | undefined;
1102
+ }>>, import("zod").ZodObject<{
1103
+ type: import("zod").ZodLiteral<"function">;
1104
+ config: import("zod").ZodObject<{
1105
+ private: import("zod").ZodOptional<import("zod").ZodUnknown>;
1106
+ schedule: import("zod").ZodOptional<import("zod").ZodObject<{
1107
+ cron: import("zod").ZodOptional<import("zod").ZodString>;
1108
+ }, "strip", import("zod").ZodTypeAny, {
1109
+ cron?: string | undefined;
1110
+ }, {
1111
+ cron?: string | undefined;
1112
+ }>>;
1113
+ payloadLoggingEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1114
+ app: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
1115
+ url: import("zod").ZodString;
1116
+ settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
1117
+ displayMode: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"fullscreen">, import("zod").ZodLiteral<"drawer">]>>;
1118
+ }, "strip", import("zod").ZodTypeAny, {
1119
+ url: string;
1120
+ settings?: unknown;
1121
+ displayMode?: "fullscreen" | "drawer" | undefined;
1122
+ }, {
1123
+ url: string;
1124
+ settings?: unknown;
1125
+ displayMode?: "fullscreen" | "drawer" | undefined;
1126
+ }>>>;
1127
+ runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
1128
+ code: import("zod").ZodOptional<import("zod").ZodString>;
1129
+ thirdPartyLibraryPack: import("zod").ZodOptional<import("zod").ZodString>;
1130
+ }, "strip", import("zod").ZodTypeAny, {
1131
+ private?: unknown;
1132
+ schedule?: {
1133
+ cron?: string | undefined;
1134
+ } | undefined;
1135
+ payloadLoggingEnabled?: boolean | undefined;
1136
+ app?: {
1137
+ url: string;
1138
+ settings?: unknown;
1139
+ displayMode?: "fullscreen" | "drawer" | undefined;
1140
+ } | null | undefined;
1141
+ runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
1142
+ code?: string | undefined;
1143
+ thirdPartyLibraryPack?: string | undefined;
1144
+ }, {
1145
+ private?: unknown;
1146
+ schedule?: {
1147
+ cron?: string | undefined;
1148
+ } | undefined;
1149
+ payloadLoggingEnabled?: boolean | undefined;
1150
+ app?: {
1151
+ url: string;
1152
+ settings?: unknown;
1153
+ displayMode?: "fullscreen" | "drawer" | undefined;
1154
+ } | null | undefined;
1155
+ runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
1156
+ code?: string | undefined;
1157
+ thirdPartyLibraryPack?: string | undefined;
1158
+ }>;
1159
+ }, "strip", import("zod").ZodTypeAny, {
1160
+ type: "function";
1161
+ config: {
1162
+ private?: unknown;
1163
+ schedule?: {
1164
+ cron?: string | undefined;
1165
+ } | undefined;
1166
+ payloadLoggingEnabled?: boolean | undefined;
1167
+ app?: {
1168
+ url: string;
1169
+ settings?: unknown;
1170
+ displayMode?: "fullscreen" | "drawer" | undefined;
1171
+ } | null | undefined;
1172
+ runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
1173
+ code?: string | undefined;
1174
+ thirdPartyLibraryPack?: string | undefined;
1175
+ };
1176
+ }, {
1177
+ type: "function";
1178
+ config: {
1179
+ private?: unknown;
1180
+ schedule?: {
1181
+ cron?: string | undefined;
1182
+ } | undefined;
1183
+ payloadLoggingEnabled?: boolean | undefined;
1184
+ app?: {
1185
+ url: string;
1186
+ settings?: unknown;
1187
+ displayMode?: "fullscreen" | "drawer" | undefined;
1188
+ } | null | undefined;
1189
+ runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
1190
+ code?: string | undefined;
1191
+ thirdPartyLibraryPack?: string | undefined;
1192
+ };
1193
+ }>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
1194
+ name: import("zod").ZodString;
1195
+ url: import("zod").ZodString;
1196
+ events: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"annotation_content.confirm">, import("zod").ZodLiteral<"annotation_content.export">, import("zod").ZodLiteral<"annotation_content.initialize">, import("zod").ZodLiteral<"annotation_content.started">, import("zod").ZodLiteral<"annotation_content.updated">, import("zod").ZodLiteral<"annotation_content.user_update">, import("zod").ZodLiteral<"annotation_content">, import("zod").ZodLiteral<"annotation_status.changed">, import("zod").ZodLiteral<"annotation_status">, import("zod").ZodLiteral<"upload.created">, import("zod").ZodLiteral<"upload">, import("zod").ZodLiteral<"email.received">, import("zod").ZodLiteral<"email">, import("zod").ZodLiteral<"invocation.manual">, import("zod").ZodLiteral<"invocation.scheduled">, import("zod").ZodLiteral<"invocation.integration">, import("zod").ZodLiteral<"invocation">]>, "many">;
1197
+ sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
1198
+ metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
1199
+ test: import("zod").ZodOptional<import("zod").ZodUnknown>;
1200
+ description: import("zod").ZodString;
1201
+ extensionSource: import("zod").ZodUnion<[import("zod").ZodLiteral<"rossum_store">, import("zod").ZodLiteral<"custom">]>;
1202
+ settings: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
1203
+ guide: import("zod").ZodString;
1204
+ readMoreUrl: import("zod").ZodNullable<import("zod").ZodString>;
1205
+ extensionImageUrl: import("zod").ZodNullable<import("zod").ZodString>;
1206
+ settingsDescription: import("zod").ZodArray<import("zod").ZodObject<{
1207
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1208
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1209
+ tooltip: import("zod").ZodOptional<import("zod").ZodString>;
1210
+ }, "strip", import("zod").ZodTypeAny, {
1211
+ name?: string | undefined;
1212
+ description?: string | undefined;
1213
+ tooltip?: string | undefined;
1214
+ }, {
1215
+ name?: string | undefined;
1216
+ description?: string | undefined;
1217
+ tooltip?: string | undefined;
1218
+ }>, "many">;
1219
+ storeDescription: import("zod").ZodString;
1220
+ externalUrl: import("zod").ZodString;
1221
+ useTokenOwner: import("zod").ZodBoolean;
1222
+ order: import("zod").ZodNumber;
1223
+ }, "strip", import("zod").ZodTypeAny, {
1224
+ url: string;
1225
+ name: string;
1226
+ description: string;
1227
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
1228
+ sideload: string[];
1229
+ extensionSource: "custom" | "rossum_store";
1230
+ guide: string;
1231
+ readMoreUrl: string | null;
1232
+ extensionImageUrl: string | null;
1233
+ settingsDescription: {
1234
+ name?: string | undefined;
1235
+ description?: string | undefined;
1236
+ tooltip?: string | undefined;
1237
+ }[];
1238
+ storeDescription: string;
1239
+ externalUrl: string;
1240
+ useTokenOwner: boolean;
1241
+ order: number;
1242
+ metadata?: unknown;
1243
+ test?: unknown;
1244
+ settings?: Record<string, unknown> | undefined;
1245
+ }, {
1246
+ url: string;
1247
+ name: string;
1248
+ description: string;
1249
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
1250
+ sideload: string[];
1251
+ extensionSource: "custom" | "rossum_store";
1252
+ guide: string;
1253
+ readMoreUrl: string | null;
1254
+ extensionImageUrl: string | null;
1255
+ settingsDescription: {
1256
+ name?: string | undefined;
1257
+ description?: string | undefined;
1258
+ tooltip?: string | undefined;
1259
+ }[];
1260
+ storeDescription: string;
1261
+ externalUrl: string;
1262
+ useTokenOwner: boolean;
1263
+ order: number;
1264
+ metadata?: unknown;
1265
+ test?: unknown;
1266
+ settings?: Record<string, unknown> | undefined;
1267
+ }>, import("zod").ZodObject<{
1268
+ id: import("zod").ZodOptional<import("zod").ZodNumber>;
1269
+ installAction: import("zod").ZodOptional<import("zod").ZodString>;
1270
+ }, "strip", import("zod").ZodTypeAny, {
1271
+ id?: number | undefined;
1272
+ installAction?: string | undefined;
1273
+ }, {
1274
+ id?: number | undefined;
1275
+ installAction?: string | undefined;
1276
+ }>>, import("zod").ZodObject<{
1277
+ type: import("zod").ZodLiteral<"job">;
1278
+ config: import("zod").ZodObject<{
1279
+ private: import("zod").ZodOptional<import("zod").ZodUnknown>;
1280
+ actorName: import("zod").ZodOptional<import("zod").ZodString>;
1281
+ app: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
1282
+ url: import("zod").ZodString;
1283
+ settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
1284
+ displayMode: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"fullscreen">, import("zod").ZodLiteral<"drawer">]>>;
1285
+ }, "strip", import("zod").ZodTypeAny, {
1286
+ url: string;
1287
+ settings?: unknown;
1288
+ displayMode?: "fullscreen" | "drawer" | undefined;
1289
+ }, {
1290
+ url: string;
1291
+ settings?: unknown;
1292
+ displayMode?: "fullscreen" | "drawer" | undefined;
1293
+ }>>>;
1294
+ schedule: import("zod").ZodOptional<import("zod").ZodObject<{
1295
+ cron: import("zod").ZodOptional<import("zod").ZodString>;
1296
+ }, "strip", import("zod").ZodTypeAny, {
1297
+ cron?: string | undefined;
1298
+ }, {
1299
+ cron?: string | undefined;
1300
+ }>>;
1301
+ payloadLoggingEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
1302
+ }, "strip", import("zod").ZodTypeAny, {
1303
+ private?: unknown;
1304
+ actorName?: string | undefined;
1305
+ app?: {
1306
+ url: string;
1307
+ settings?: unknown;
1308
+ displayMode?: "fullscreen" | "drawer" | undefined;
1309
+ } | null | undefined;
1310
+ schedule?: {
1311
+ cron?: string | undefined;
1312
+ } | undefined;
1313
+ payloadLoggingEnabled?: boolean | undefined;
1314
+ }, {
1315
+ private?: unknown;
1316
+ actorName?: string | undefined;
1317
+ app?: {
1318
+ url: string;
1319
+ settings?: unknown;
1320
+ displayMode?: "fullscreen" | "drawer" | undefined;
1321
+ } | null | undefined;
1322
+ schedule?: {
1323
+ cron?: string | undefined;
1324
+ } | undefined;
1325
+ payloadLoggingEnabled?: boolean | undefined;
1326
+ }>;
1327
+ }, "strip", import("zod").ZodTypeAny, {
1328
+ type: "job";
1329
+ config: {
1330
+ private?: unknown;
1331
+ actorName?: string | undefined;
1332
+ app?: {
1333
+ url: string;
1334
+ settings?: unknown;
1335
+ displayMode?: "fullscreen" | "drawer" | undefined;
1336
+ } | null | undefined;
1337
+ schedule?: {
1338
+ cron?: string | undefined;
1339
+ } | undefined;
1340
+ payloadLoggingEnabled?: boolean | undefined;
1341
+ };
1342
+ }, {
1343
+ type: "job";
1344
+ config: {
1345
+ private?: unknown;
1346
+ actorName?: string | undefined;
1347
+ app?: {
1348
+ url: string;
1349
+ settings?: unknown;
1350
+ displayMode?: "fullscreen" | "drawer" | undefined;
1351
+ } | null | undefined;
1352
+ schedule?: {
1353
+ cron?: string | undefined;
1354
+ } | undefined;
1355
+ payloadLoggingEnabled?: boolean | undefined;
1356
+ };
1357
+ }>>]>;
1358
+ };
581
1359
  };