n8n 2.0.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (349) hide show
  1. package/dist/active-executions.js +7 -1
  2. package/dist/active-executions.js.map +1 -1
  3. package/dist/active-workflow-manager.d.ts +0 -1
  4. package/dist/active-workflow-manager.js +5 -8
  5. package/dist/active-workflow-manager.js.map +1 -1
  6. package/dist/auth/auth.service.js +1 -7
  7. package/dist/auth/auth.service.js.map +1 -1
  8. package/dist/build.tsbuildinfo +1 -1
  9. package/dist/commands/base-command.js +1 -2
  10. package/dist/commands/base-command.js.map +1 -1
  11. package/dist/commands/start.js +3 -0
  12. package/dist/commands/start.js.map +1 -1
  13. package/dist/commands/user-management/reset.js +1 -1
  14. package/dist/commands/user-management/reset.js.map +1 -1
  15. package/dist/commands/worker.js +3 -0
  16. package/dist/commands/worker.js.map +1 -1
  17. package/dist/concurrency/concurrency-control.service.js +2 -1
  18. package/dist/concurrency/concurrency-control.service.js.map +1 -1
  19. package/dist/config/schema.js.map +1 -1
  20. package/dist/config/types.d.ts +0 -1
  21. package/dist/controllers/ai.controller.d.ts +3 -0
  22. package/dist/controllers/ai.controller.js +2 -1
  23. package/dist/controllers/ai.controller.js.map +1 -1
  24. package/dist/controllers/api-keys.controller.js +5 -0
  25. package/dist/controllers/api-keys.controller.js.map +1 -1
  26. package/dist/controllers/e2e.controller.d.ts +1 -0
  27. package/dist/controllers/e2e.controller.js +10 -11
  28. package/dist/controllers/e2e.controller.js.map +1 -1
  29. package/dist/controllers/invitation.controller.d.ts +3 -1
  30. package/dist/controllers/invitation.controller.js +6 -7
  31. package/dist/controllers/invitation.controller.js.map +1 -1
  32. package/dist/controllers/oauth/oauth1-credential.controller.d.ts +6 -3
  33. package/dist/controllers/oauth/oauth1-credential.controller.js +39 -57
  34. package/dist/controllers/oauth/oauth1-credential.controller.js.map +1 -1
  35. package/dist/controllers/oauth/oauth2-credential.controller.d.ts +8 -5
  36. package/dist/controllers/oauth/oauth2-credential.controller.js +41 -179
  37. package/dist/controllers/oauth/oauth2-credential.controller.js.map +1 -1
  38. package/dist/controllers/owner.controller.d.ts +4 -10
  39. package/dist/controllers/owner.controller.js +6 -42
  40. package/dist/controllers/owner.controller.js.map +1 -1
  41. package/dist/controllers/project.controller.d.ts +4 -0
  42. package/dist/credentials/credential-resolution-provider.interface.d.ts +12 -0
  43. package/dist/credentials/credential-resolution-provider.interface.js +3 -0
  44. package/dist/credentials/credential-resolution-provider.interface.js.map +1 -0
  45. package/dist/credentials/credentials-finder.service.d.ts +4 -0
  46. package/dist/credentials/credentials-finder.service.js +3 -0
  47. package/dist/credentials/credentials-finder.service.js.map +1 -1
  48. package/dist/credentials/credentials.controller.d.ts +12 -4
  49. package/dist/credentials/credentials.controller.js +9 -6
  50. package/dist/credentials/credentials.controller.js.map +1 -1
  51. package/dist/credentials/credentials.service.d.ts +13 -0
  52. package/dist/credentials/credentials.service.ee.d.ts +9 -2
  53. package/dist/credentials/credentials.service.ee.js +4 -1
  54. package/dist/credentials/credentials.service.ee.js.map +1 -1
  55. package/dist/credentials/credentials.service.js +10 -6
  56. package/dist/credentials/credentials.service.js.map +1 -1
  57. package/dist/credentials/dynamic-credential-storage.interface.d.ts +11 -0
  58. package/dist/credentials/dynamic-credential-storage.interface.js +3 -0
  59. package/dist/credentials/dynamic-credential-storage.interface.js.map +1 -0
  60. package/dist/credentials/dynamic-credentials-proxy.d.ts +14 -0
  61. package/dist/credentials/dynamic-credentials-proxy.js +50 -0
  62. package/dist/credentials/dynamic-credentials-proxy.js.map +1 -0
  63. package/dist/credentials-helper.d.ts +5 -2
  64. package/dist/credentials-helper.js +25 -7
  65. package/dist/credentials-helper.js.map +1 -1
  66. package/dist/environments.ee/source-control/source-control-import.service.ee.js.map +1 -1
  67. package/dist/environments.ee/source-control/source-control-status.service.ee.d.ts +2 -2
  68. package/dist/environments.ee/source-control/source-control.controller.ee.d.ts +4 -4
  69. package/dist/environments.ee/source-control/source-control.service.ee.d.ts +2 -2
  70. package/dist/environments.ee/source-control/source-control.service.ee.js +67 -39
  71. package/dist/environments.ee/source-control/source-control.service.ee.js.map +1 -1
  72. package/dist/errors/single-webhook-trigger.error.d.ts +4 -0
  73. package/dist/errors/single-webhook-trigger.error.js +11 -0
  74. package/dist/errors/single-webhook-trigger.error.js.map +1 -0
  75. package/dist/eventbus/event-message-classes/index.d.ts +2 -2
  76. package/dist/eventbus/event-message-classes/index.js +1 -0
  77. package/dist/eventbus/event-message-classes/index.js.map +1 -1
  78. package/dist/events/maps/relay.event-map.d.ts +6 -1
  79. package/dist/events/relays/log-streaming.event-relay.d.ts +1 -0
  80. package/dist/events/relays/log-streaming.event-relay.js +12 -0
  81. package/dist/events/relays/log-streaming.event-relay.js.map +1 -1
  82. package/dist/events/relays/telemetry.event-relay.js +14 -3
  83. package/dist/events/relays/telemetry.event-relay.js.map +1 -1
  84. package/dist/execution-lifecycle/execution-lifecycle-hooks.d.ts +2 -2
  85. package/dist/execution-lifecycle/execution-lifecycle-hooks.js +15 -3
  86. package/dist/execution-lifecycle/execution-lifecycle-hooks.js.map +1 -1
  87. package/dist/license.d.ts +6 -0
  88. package/dist/license.js +27 -0
  89. package/dist/license.js.map +1 -1
  90. package/dist/load-nodes-and-credentials.d.ts +2 -0
  91. package/dist/load-nodes-and-credentials.js +97 -86
  92. package/dist/load-nodes-and-credentials.js.map +1 -1
  93. package/dist/modules/breaking-changes/rules/index.d.ts +1 -1
  94. package/dist/modules/breaking-changes/rules/v2/index.d.ts +2 -1
  95. package/dist/modules/breaking-changes/rules/v2/index.js +2 -0
  96. package/dist/modules/breaking-changes/rules/v2/index.js.map +1 -1
  97. package/dist/modules/breaking-changes/rules/v2/pyodide-removed.rule.js +2 -1
  98. package/dist/modules/breaking-changes/rules/v2/pyodide-removed.rule.js.map +1 -1
  99. package/dist/modules/breaking-changes/rules/v2/settings-file-permissions.rule.d.ts +3 -3
  100. package/dist/modules/breaking-changes/rules/v2/settings-file-permissions.rule.js +11 -4
  101. package/dist/modules/breaking-changes/rules/v2/settings-file-permissions.rule.js.map +1 -1
  102. package/dist/modules/breaking-changes/rules/v2/start-node-removed.rule.d.ts +11 -0
  103. package/dist/modules/breaking-changes/rules/v2/start-node-removed.rule.js +63 -0
  104. package/dist/modules/breaking-changes/rules/v2/start-node-removed.rule.js.map +1 -0
  105. package/dist/modules/breaking-changes/rules/v2/task-runner-docker-image.rule.d.ts +3 -0
  106. package/dist/modules/breaking-changes/rules/v2/task-runner-docker-image.rule.js +15 -2
  107. package/dist/modules/breaking-changes/rules/v2/task-runner-docker-image.rule.js.map +1 -1
  108. package/dist/modules/breaking-changes/rules/v2/task-runners.rule.d.ts +3 -2
  109. package/dist/modules/breaking-changes/rules/v2/task-runners.rule.js +11 -2
  110. package/dist/modules/breaking-changes/rules/v2/task-runners.rule.js.map +1 -1
  111. package/dist/modules/chat-hub/chat-hub-agent.entity.d.ts +4 -3
  112. package/dist/modules/chat-hub/chat-hub-agent.entity.js +4 -0
  113. package/dist/modules/chat-hub/chat-hub-agent.entity.js.map +1 -1
  114. package/dist/modules/chat-hub/chat-hub-agent.service.d.ts +5 -21
  115. package/dist/modules/chat-hub/chat-hub-agent.service.js +17 -11
  116. package/dist/modules/chat-hub/chat-hub-agent.service.js.map +1 -1
  117. package/dist/modules/chat-hub/chat-hub-credentials.service.js +4 -2
  118. package/dist/modules/chat-hub/chat-hub-credentials.service.js.map +1 -1
  119. package/dist/modules/chat-hub/chat-hub-message.entity.js +1 -1
  120. package/dist/modules/chat-hub/chat-hub-message.entity.js.map +1 -1
  121. package/dist/modules/chat-hub/chat-hub-session.entity.d.ts +2 -0
  122. package/dist/modules/chat-hub/chat-hub-session.entity.js +6 -1
  123. package/dist/modules/chat-hub/chat-hub-session.entity.js.map +1 -1
  124. package/dist/modules/chat-hub/chat-hub-workflow.service.d.ts +17 -4
  125. package/dist/modules/chat-hub/chat-hub-workflow.service.js +161 -31
  126. package/dist/modules/chat-hub/chat-hub-workflow.service.js.map +1 -1
  127. package/dist/modules/chat-hub/chat-hub.attachment.service.d.ts +2 -0
  128. package/dist/modules/chat-hub/chat-hub.attachment.service.js +12 -0
  129. package/dist/modules/chat-hub/chat-hub.attachment.service.js.map +1 -1
  130. package/dist/modules/chat-hub/chat-hub.constants.d.ts +7 -3
  131. package/dist/modules/chat-hub/chat-hub.constants.js +468 -10
  132. package/dist/modules/chat-hub/chat-hub.constants.js.map +1 -1
  133. package/dist/modules/chat-hub/chat-hub.controller.d.ts +3 -1
  134. package/dist/modules/chat-hub/chat-hub.controller.js +7 -14
  135. package/dist/modules/chat-hub/chat-hub.controller.js.map +1 -1
  136. package/dist/modules/chat-hub/chat-hub.models.service.d.ts +35 -0
  137. package/dist/modules/chat-hub/chat-hub.models.service.js +640 -0
  138. package/dist/modules/chat-hub/chat-hub.models.service.js.map +1 -0
  139. package/dist/modules/chat-hub/chat-hub.module.js +0 -8
  140. package/dist/modules/chat-hub/chat-hub.module.js.map +1 -1
  141. package/dist/modules/chat-hub/chat-hub.service.d.ts +13 -26
  142. package/dist/modules/chat-hub/chat-hub.service.js +162 -760
  143. package/dist/modules/chat-hub/chat-hub.service.js.map +1 -1
  144. package/dist/modules/chat-hub/chat-hub.types.d.ts +27 -6
  145. package/dist/modules/chat-hub/chat-hub.types.js +11 -3
  146. package/dist/modules/chat-hub/chat-hub.types.js.map +1 -1
  147. package/dist/modules/chat-hub/chat-session.repository.js +17 -2
  148. package/dist/modules/chat-hub/chat-session.repository.js.map +1 -1
  149. package/dist/modules/chat-hub/context-limits.js +62 -5
  150. package/dist/modules/chat-hub/context-limits.js.map +1 -1
  151. package/dist/modules/data-table/data-table-column.repository.d.ts +15 -0
  152. package/dist/modules/data-table/data-table-column.repository.js +33 -17
  153. package/dist/modules/data-table/data-table-column.repository.js.map +1 -1
  154. package/dist/modules/data-table/data-table-ddl.service.d.ts +1 -0
  155. package/dist/modules/data-table/data-table-ddl.service.js +5 -0
  156. package/dist/modules/data-table/data-table-ddl.service.js.map +1 -1
  157. package/dist/modules/data-table/data-table-rows.repository.js +1 -1
  158. package/dist/modules/data-table/data-table-rows.repository.js.map +1 -1
  159. package/dist/modules/data-table/data-table.controller.d.ts +16 -1
  160. package/dist/modules/data-table/data-table.controller.js +39 -35
  161. package/dist/modules/data-table/data-table.controller.js.map +1 -1
  162. package/dist/modules/data-table/data-table.repository.d.ts +4 -1
  163. package/dist/modules/data-table/data-table.repository.js +12 -2
  164. package/dist/modules/data-table/data-table.repository.js.map +1 -1
  165. package/dist/modules/data-table/data-table.service.d.ts +13 -1
  166. package/dist/modules/data-table/data-table.service.js +13 -1
  167. package/dist/modules/data-table/data-table.service.js.map +1 -1
  168. package/dist/modules/data-table/errors/data-table-column-not-found.error.d.ts +2 -2
  169. package/dist/modules/data-table/errors/data-table-column-not-found.error.js +3 -5
  170. package/dist/modules/data-table/errors/data-table-column-not-found.error.js.map +1 -1
  171. package/dist/modules/data-table/errors/data-table-not-found.error.d.ts +2 -2
  172. package/dist/modules/data-table/errors/data-table-not-found.error.js +3 -5
  173. package/dist/modules/data-table/errors/data-table-not-found.error.js.map +1 -1
  174. package/dist/modules/data-table/utils/sql-utils.d.ts +1 -0
  175. package/dist/modules/data-table/utils/sql-utils.js +10 -0
  176. package/dist/modules/data-table/utils/sql-utils.js.map +1 -1
  177. package/dist/modules/dynamic-credentials.ee/context-establishment-hooks/bearer-token-extractor.d.ts +9 -0
  178. package/dist/modules/dynamic-credentials.ee/context-establishment-hooks/bearer-token-extractor.js +42 -0
  179. package/dist/modules/dynamic-credentials.ee/context-establishment-hooks/bearer-token-extractor.js.map +1 -0
  180. package/dist/modules/dynamic-credentials.ee/context-establishment-hooks/http-header-extractor.d.ts +9 -0
  181. package/dist/modules/dynamic-credentials.ee/context-establishment-hooks/http-header-extractor.js +141 -0
  182. package/dist/modules/dynamic-credentials.ee/context-establishment-hooks/http-header-extractor.js.map +1 -0
  183. package/dist/modules/dynamic-credentials.ee/context-establishment-hooks/index.d.ts +2 -0
  184. package/dist/modules/dynamic-credentials.ee/context-establishment-hooks/index.js +5 -0
  185. package/dist/modules/dynamic-credentials.ee/context-establishment-hooks/index.js.map +1 -0
  186. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/identifier-interface.d.ts +7 -0
  187. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/identifier-interface.js +7 -0
  188. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/identifier-interface.js.map +1 -0
  189. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/oauth2-introspection-identifier.d.ts +78 -0
  190. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/oauth2-introspection-identifier.js +223 -0
  191. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/oauth2-introspection-identifier.js.map +1 -0
  192. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/oauth2-userinfo-identifier.d.ts +37 -0
  193. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/oauth2-userinfo-identifier.js +160 -0
  194. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/oauth2-userinfo-identifier.js.map +1 -0
  195. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/oauth2-utils.d.ts +13 -0
  196. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/oauth2-utils.js +17 -0
  197. package/dist/modules/dynamic-credentials.ee/credential-resolvers/identifiers/oauth2-utils.js.map +1 -0
  198. package/dist/modules/dynamic-credentials.ee/credential-resolvers/index.d.ts +2 -0
  199. package/dist/modules/dynamic-credentials.ee/credential-resolvers/index.js +5 -0
  200. package/dist/modules/dynamic-credentials.ee/credential-resolvers/index.js.map +1 -0
  201. package/dist/modules/dynamic-credentials.ee/credential-resolvers/oauth-credential-resolver.d.ts +103 -0
  202. package/dist/modules/dynamic-credentials.ee/credential-resolvers/oauth-credential-resolver.js +174 -0
  203. package/dist/modules/dynamic-credentials.ee/credential-resolvers/oauth-credential-resolver.js.map +1 -0
  204. package/dist/modules/dynamic-credentials.ee/credential-resolvers/storage/dynamic-credential-entry-storage.d.ts +9 -0
  205. package/dist/modules/dynamic-credentials.ee/credential-resolvers/storage/dynamic-credential-entry-storage.js +56 -0
  206. package/dist/modules/dynamic-credentials.ee/credential-resolvers/storage/dynamic-credential-entry-storage.js.map +1 -0
  207. package/dist/modules/dynamic-credentials.ee/credential-resolvers/storage/storage-interface.d.ts +5 -0
  208. package/dist/modules/dynamic-credentials.ee/credential-resolvers/storage/storage-interface.js +3 -0
  209. package/dist/modules/dynamic-credentials.ee/credential-resolvers/storage/storage-interface.js.map +1 -0
  210. package/dist/modules/dynamic-credentials.ee/credential-resolvers/stub-credential-resolver.d.ts +28 -0
  211. package/dist/modules/dynamic-credentials.ee/credential-resolvers/stub-credential-resolver.js +86 -0
  212. package/dist/modules/dynamic-credentials.ee/credential-resolvers/stub-credential-resolver.js.map +1 -0
  213. package/dist/modules/dynamic-credentials.ee/credential-resolvers.controller.d.ts +16 -0
  214. package/dist/modules/dynamic-credentials.ee/credential-resolvers.controller.js +172 -0
  215. package/dist/modules/dynamic-credentials.ee/credential-resolvers.controller.js.map +1 -0
  216. package/dist/modules/dynamic-credentials.ee/database/entities/credential-resolver.d.ts +8 -0
  217. package/dist/modules/dynamic-credentials.ee/database/entities/credential-resolver.js +33 -0
  218. package/dist/modules/dynamic-credentials.ee/database/entities/credential-resolver.js.map +1 -0
  219. package/dist/modules/dynamic-credentials.ee/database/entities/dynamic-credential-entry.d.ts +11 -0
  220. package/dist/modules/dynamic-credentials.ee/database/entities/dynamic-credential-entry.js +60 -0
  221. package/dist/modules/dynamic-credentials.ee/database/entities/dynamic-credential-entry.js.map +1 -0
  222. package/dist/modules/dynamic-credentials.ee/database/repositories/credential-resolver.repository.d.ts +5 -0
  223. package/dist/modules/dynamic-credentials.ee/database/repositories/credential-resolver.repository.js +26 -0
  224. package/dist/modules/dynamic-credentials.ee/database/repositories/credential-resolver.repository.js.map +1 -0
  225. package/dist/modules/dynamic-credentials.ee/database/repositories/dynamic-credential-entry.repository.d.ts +5 -0
  226. package/dist/modules/dynamic-credentials.ee/database/repositories/dynamic-credential-entry.repository.js +26 -0
  227. package/dist/modules/dynamic-credentials.ee/database/repositories/dynamic-credential-entry.repository.js.map +1 -0
  228. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.d.ts +9 -0
  229. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.js +61 -0
  230. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.js.map +1 -0
  231. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.module.d.ts +6 -0
  232. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.module.js +91 -0
  233. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.module.js.map +1 -0
  234. package/dist/modules/dynamic-credentials.ee/errors/credential-resolution.error.d.ts +6 -0
  235. package/dist/modules/dynamic-credentials.ee/errors/credential-resolution.error.js +12 -0
  236. package/dist/modules/dynamic-credentials.ee/errors/credential-resolution.error.js.map +1 -0
  237. package/dist/modules/dynamic-credentials.ee/errors/credential-resolver-not-found.error.d.ts +4 -0
  238. package/dist/modules/dynamic-credentials.ee/errors/credential-resolver-not-found.error.js +11 -0
  239. package/dist/modules/dynamic-credentials.ee/errors/credential-resolver-not-found.error.js.map +1 -0
  240. package/dist/modules/dynamic-credentials.ee/errors/credential-storage.error.d.ts +6 -0
  241. package/dist/modules/dynamic-credentials.ee/errors/credential-storage.error.js +12 -0
  242. package/dist/modules/dynamic-credentials.ee/errors/credential-storage.error.js.map +1 -0
  243. package/dist/modules/dynamic-credentials.ee/services/credential-resolver-registry.service.d.ts +11 -0
  244. package/dist/modules/dynamic-credentials.ee/services/credential-resolver-registry.service.js +64 -0
  245. package/dist/modules/dynamic-credentials.ee/services/credential-resolver-registry.service.js.map +1 -0
  246. package/dist/modules/dynamic-credentials.ee/services/credential-resolver-workflow.service.d.ts +22 -0
  247. package/dist/modules/dynamic-credentials.ee/services/credential-resolver-workflow.service.js +150 -0
  248. package/dist/modules/dynamic-credentials.ee/services/credential-resolver-workflow.service.js.map +1 -0
  249. package/dist/modules/dynamic-credentials.ee/services/credential-resolver.service.d.ts +33 -0
  250. package/dist/modules/dynamic-credentials.ee/services/credential-resolver.service.js +118 -0
  251. package/dist/modules/dynamic-credentials.ee/services/credential-resolver.service.js.map +1 -0
  252. package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-storage.service.d.ts +18 -0
  253. package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-storage.service.js +94 -0
  254. package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-storage.service.js.map +1 -0
  255. package/dist/modules/dynamic-credentials.ee/services/dynamic-credential.service.d.ts +20 -0
  256. package/dist/modules/dynamic-credentials.ee/services/dynamic-credential.service.js +146 -0
  257. package/dist/modules/dynamic-credentials.ee/services/dynamic-credential.service.js.map +1 -0
  258. package/dist/modules/dynamic-credentials.ee/services/index.d.ts +5 -0
  259. package/dist/modules/dynamic-credentials.ee/services/index.js +22 -0
  260. package/dist/modules/dynamic-credentials.ee/services/index.js.map +1 -0
  261. package/dist/modules/dynamic-credentials.ee/services/shared-fields.d.ts +2 -0
  262. package/dist/modules/dynamic-credentials.ee/services/shared-fields.js +13 -0
  263. package/dist/modules/dynamic-credentials.ee/services/shared-fields.js.map +1 -0
  264. package/dist/modules/dynamic-credentials.ee/workflow-status.controller.d.ts +8 -0
  265. package/dist/modules/dynamic-credentials.ee/workflow-status.controller.js +62 -0
  266. package/dist/modules/dynamic-credentials.ee/workflow-status.controller.js.map +1 -0
  267. package/dist/modules/external-secrets.ee/external-secrets-manager.ee.js +40 -24
  268. package/dist/modules/external-secrets.ee/external-secrets-manager.ee.js.map +1 -1
  269. package/dist/modules/insights/database/repositories/insights-by-period.repository.d.ts +2 -2
  270. package/dist/modules/insights/insights-collection.service.d.ts +2 -0
  271. package/dist/modules/insights/insights-collection.service.js +30 -6
  272. package/dist/modules/insights/insights-collection.service.js.map +1 -1
  273. package/dist/modules/insights/insights.service.d.ts +1 -1
  274. package/dist/modules/workflow-index/workflow-index.service.js +17 -10
  275. package/dist/modules/workflow-index/workflow-index.service.js.map +1 -1
  276. package/dist/oauth/oauth.service.d.ts +52 -0
  277. package/dist/oauth/oauth.service.js +416 -0
  278. package/dist/oauth/oauth.service.js.map +1 -0
  279. package/dist/oauth/types.d.ts +28 -0
  280. package/dist/oauth/types.js +16 -0
  281. package/dist/oauth/types.js.map +1 -0
  282. package/dist/public-api/v1/handlers/credentials/credentials.service.js +6 -8
  283. package/dist/public-api/v1/handlers/credentials/credentials.service.js.map +1 -1
  284. package/dist/public-api/v1/handlers/workflows/workflows.handler.js +2 -1
  285. package/dist/public-api/v1/handlers/workflows/workflows.handler.js.map +1 -1
  286. package/dist/public-api/v1/openapi.yml +4 -0
  287. package/dist/requests.d.ts +1 -0
  288. package/dist/scaling/job-processor.js +8 -2
  289. package/dist/scaling/job-processor.js.map +1 -1
  290. package/dist/scaling/worker-status.service.ee.js +20 -2
  291. package/dist/scaling/worker-status.service.ee.js.map +1 -1
  292. package/dist/server.js +5 -3
  293. package/dist/server.js.map +1 -1
  294. package/dist/services/ai-workflow-builder.service.d.ts +1 -0
  295. package/dist/services/ai-workflow-builder.service.js +5 -3
  296. package/dist/services/ai-workflow-builder.service.js.map +1 -1
  297. package/dist/services/ai.service.js +3 -0
  298. package/dist/services/ai.service.js.map +1 -1
  299. package/dist/services/cache/cache.service.d.ts +1 -0
  300. package/dist/services/cache/cache.service.js +4 -0
  301. package/dist/services/cache/cache.service.js.map +1 -1
  302. package/dist/services/frontend.service.d.ts +6 -4
  303. package/dist/services/frontend.service.js +14 -9
  304. package/dist/services/frontend.service.js.map +1 -1
  305. package/dist/services/ownership.service.d.ts +13 -3
  306. package/dist/services/ownership.service.js +59 -4
  307. package/dist/services/ownership.service.js.map +1 -1
  308. package/dist/services/project.service.ee.js +1 -1
  309. package/dist/services/project.service.ee.js.map +1 -1
  310. package/dist/services/public-api-key.service.d.ts +1 -0
  311. package/dist/services/public-api-key.service.js +8 -0
  312. package/dist/services/public-api-key.service.js.map +1 -1
  313. package/dist/services/user.service.d.ts +4 -3
  314. package/dist/services/user.service.js +50 -4
  315. package/dist/services/user.service.js.map +1 -1
  316. package/dist/telemetry/index.js +1 -0
  317. package/dist/telemetry/index.js.map +1 -1
  318. package/dist/webhooks/test-webhook-registrations.service.d.ts +5 -3
  319. package/dist/webhooks/test-webhook-registrations.service.js +25 -6
  320. package/dist/webhooks/test-webhook-registrations.service.js.map +1 -1
  321. package/dist/webhooks/test-webhooks.d.ts +1 -0
  322. package/dist/webhooks/test-webhooks.js +17 -10
  323. package/dist/webhooks/test-webhooks.js.map +1 -1
  324. package/dist/webhooks/waiting-forms.js +2 -0
  325. package/dist/webhooks/waiting-forms.js.map +1 -1
  326. package/dist/webhooks/webhook-helpers.js +12 -3
  327. package/dist/webhooks/webhook-helpers.js.map +1 -1
  328. package/dist/workflow-execute-additional-data.d.ts +2 -1
  329. package/dist/workflow-execute-additional-data.js +5 -3
  330. package/dist/workflow-execute-additional-data.js.map +1 -1
  331. package/dist/workflow-runner.js +1 -0
  332. package/dist/workflow-runner.js.map +1 -1
  333. package/dist/workflows/workflow-execution.service.js +3 -0
  334. package/dist/workflows/workflow-execution.service.js.map +1 -1
  335. package/dist/workflows/workflow-history/workflow-history.service.d.ts +1 -1
  336. package/dist/workflows/workflow-history/workflow-history.service.js +2 -1
  337. package/dist/workflows/workflow-history/workflow-history.service.js.map +1 -1
  338. package/dist/workflows/workflow.request.d.ts +2 -0
  339. package/dist/workflows/workflow.service.d.ts +2 -0
  340. package/dist/workflows/workflow.service.js +4 -2
  341. package/dist/workflows/workflow.service.js.map +1 -1
  342. package/dist/workflows/workflows.controller.js +15 -17
  343. package/dist/workflows/workflows.controller.js.map +1 -1
  344. package/package.json +18 -18
  345. package/templates/form-trigger-completion.handlebars +1 -4
  346. package/templates/form-trigger.handlebars +1 -2
  347. package/dist/controllers/oauth/abstract-oauth.controller.d.ts +0 -47
  348. package/dist/controllers/oauth/abstract-oauth.controller.js +0 -185
  349. package/dist/controllers/oauth/abstract-oauth.controller.js.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.