n8n 2.4.4 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (396) hide show
  1. package/dist/active-executions.js +1 -0
  2. package/dist/active-executions.js.map +1 -1
  3. package/dist/auth/auth.service.js +2 -1
  4. package/dist/auth/auth.service.js.map +1 -1
  5. package/dist/build.tsbuildinfo +1 -1
  6. package/dist/chat/chat-service.d.ts +2 -1
  7. package/dist/chat/chat-service.js +33 -11
  8. package/dist/chat/chat-service.js.map +1 -1
  9. package/dist/chat/utils.d.ts +1 -1
  10. package/dist/chat/utils.js +5 -0
  11. package/dist/chat/utils.js.map +1 -1
  12. package/dist/commands/base-command.js +2 -0
  13. package/dist/commands/base-command.js.map +1 -1
  14. package/dist/commands/export/credentials.d.ts +2 -2
  15. package/dist/commands/export/workflow.d.ts +2 -2
  16. package/dist/commands/import/entities.d.ts +3 -0
  17. package/dist/commands/import/entities.js +11 -1
  18. package/dist/commands/import/entities.js.map +1 -1
  19. package/dist/commands/start.js +1 -4
  20. package/dist/commands/start.js.map +1 -1
  21. package/dist/commands/webhook.js +2 -0
  22. package/dist/commands/webhook.js.map +1 -1
  23. package/dist/commands/worker.js +1 -0
  24. package/dist/commands/worker.js.map +1 -1
  25. package/dist/config/index.js +0 -1
  26. package/dist/config/index.js.map +1 -1
  27. package/dist/controller.registry.js +6 -0
  28. package/dist/controller.registry.js.map +1 -1
  29. package/dist/controllers/ai.controller.d.ts +1 -2
  30. package/dist/controllers/ai.controller.js +0 -18
  31. package/dist/controllers/ai.controller.js.map +1 -1
  32. package/dist/controllers/auth.controller.js +2 -1
  33. package/dist/controllers/auth.controller.js.map +1 -1
  34. package/dist/controllers/e2e.controller.d.ts +3 -3
  35. package/dist/controllers/e2e.controller.js +10 -8
  36. package/dist/controllers/e2e.controller.js.map +1 -1
  37. package/dist/controllers/me.controller.js +13 -15
  38. package/dist/controllers/me.controller.js.map +1 -1
  39. package/dist/controllers/node-types.controller.d.ts +2 -0
  40. package/dist/controllers/node-types.controller.js +40 -22
  41. package/dist/controllers/node-types.controller.js.map +1 -1
  42. package/dist/controllers/orchestration.controller.d.ts +2 -1
  43. package/dist/controllers/orchestration.controller.js +3 -3
  44. package/dist/controllers/orchestration.controller.js.map +1 -1
  45. package/dist/credentials-helper.js +3 -1
  46. package/dist/credentials-helper.js.map +1 -1
  47. package/dist/deprecation/deprecation.service.js +5 -0
  48. package/dist/deprecation/deprecation.service.js.map +1 -1
  49. package/dist/eventbus/message-event-bus/message-event-bus.d.ts +2 -21
  50. package/dist/eventbus/message-event-bus/message-event-bus.js +1 -110
  51. package/dist/eventbus/message-event-bus/message-event-bus.js.map +1 -1
  52. package/dist/events/maps/relay.event-map.d.ts +6 -0
  53. package/dist/events/relays/telemetry.event-relay.d.ts +1 -0
  54. package/dist/events/relays/telemetry.event-relay.js +18 -4
  55. package/dist/events/relays/telemetry.event-relay.js.map +1 -1
  56. package/dist/events/relays/workflow-failure-notification.event-relay.d.ts +13 -0
  57. package/dist/events/relays/workflow-failure-notification.event-relay.js +78 -0
  58. package/dist/events/relays/workflow-failure-notification.event-relay.js.map +1 -0
  59. package/dist/executions/execution-data/types.d.ts +17 -0
  60. package/dist/executions/execution-data/types.js.map +1 -0
  61. package/dist/executions/{execution-data.service.d.ts → failed-run-factory.d.ts} +1 -1
  62. package/dist/executions/{execution-data.service.js → failed-run-factory.js} +6 -6
  63. package/dist/executions/failed-run-factory.js.map +1 -0
  64. package/dist/license/license.controller.js +6 -1
  65. package/dist/license/license.controller.js.map +1 -1
  66. package/dist/license/license.service.d.ts +2 -1
  67. package/dist/license/license.service.js +10 -2
  68. package/dist/license/license.service.js.map +1 -1
  69. package/dist/license.d.ts +2 -1
  70. package/dist/license.js +2 -2
  71. package/dist/license.js.map +1 -1
  72. package/dist/load-nodes-and-credentials.d.ts +1 -0
  73. package/dist/load-nodes-and-credentials.js +7 -0
  74. package/dist/load-nodes-and-credentials.js.map +1 -1
  75. package/dist/mfa/mfa.service.d.ts +5 -3
  76. package/dist/mfa/mfa.service.js +15 -10
  77. package/dist/mfa/mfa.service.js.map +1 -1
  78. package/dist/modules/breaking-changes/breaking-changes.module.js +1 -1
  79. package/dist/modules/breaking-changes/breaking-changes.module.js.map +1 -1
  80. package/dist/modules/breaking-changes/breaking-changes.service.d.ts +4 -3
  81. package/dist/modules/breaking-changes/breaking-changes.service.js +25 -6
  82. package/dist/modules/breaking-changes/breaking-changes.service.js.map +1 -1
  83. package/dist/modules/breaking-changes/rules/index.d.ts +1 -1
  84. package/dist/modules/breaking-changes/rules/v2/index.d.ts +2 -3
  85. package/dist/modules/breaking-changes/rules/v2/index.js +0 -4
  86. package/dist/modules/breaking-changes/rules/v2/index.js.map +1 -1
  87. package/dist/modules/chat-hub/chat-hub-agent.service.d.ts +2 -2
  88. package/dist/modules/chat-hub/chat-hub-agent.service.js +2 -2
  89. package/dist/modules/chat-hub/chat-hub-agent.service.js.map +1 -1
  90. package/dist/modules/chat-hub/chat-hub-extractor.d.ts +22 -0
  91. package/dist/modules/chat-hub/chat-hub-extractor.js +64 -0
  92. package/dist/modules/chat-hub/chat-hub-extractor.js.map +1 -0
  93. package/dist/modules/chat-hub/chat-hub-message.entity.js +1 -1
  94. package/dist/modules/chat-hub/chat-hub-message.entity.js.map +1 -1
  95. package/dist/modules/chat-hub/chat-hub-session.entity.js +1 -1
  96. package/dist/modules/chat-hub/chat-hub-session.entity.js.map +1 -1
  97. package/dist/modules/chat-hub/chat-hub-workflow.service.d.ts +1 -1
  98. package/dist/modules/chat-hub/chat-hub-workflow.service.js +2 -2
  99. package/dist/modules/chat-hub/chat-hub-workflow.service.js.map +1 -1
  100. package/dist/modules/chat-hub/chat-hub.constants.d.ts +2 -0
  101. package/dist/modules/chat-hub/chat-hub.constants.js +8 -1
  102. package/dist/modules/chat-hub/chat-hub.constants.js.map +1 -1
  103. package/dist/modules/chat-hub/chat-hub.controller.js +17 -5
  104. package/dist/modules/chat-hub/chat-hub.controller.js.map +1 -1
  105. package/dist/modules/chat-hub/chat-hub.service.d.ts +16 -3
  106. package/dist/modules/chat-hub/chat-hub.service.js +290 -56
  107. package/dist/modules/chat-hub/chat-hub.service.js.map +1 -1
  108. package/dist/modules/chat-hub/chat-hub.types.d.ts +8 -2
  109. package/dist/modules/chat-hub/chat-hub.types.js.map +1 -1
  110. package/dist/modules/community-packages/community-node-types.service.js +2 -5
  111. package/dist/modules/community-packages/community-node-types.service.js.map +1 -1
  112. package/dist/modules/community-packages/community-packages.module.d.ts +1 -0
  113. package/dist/modules/community-packages/community-packages.module.js +3 -0
  114. package/dist/modules/community-packages/community-packages.module.js.map +1 -1
  115. package/dist/modules/community-packages/community-packages.service.js +4 -0
  116. package/dist/modules/community-packages/community-packages.service.js.map +1 -1
  117. package/dist/modules/data-table/data-table-file-cleanup.service.d.ts +3 -1
  118. package/dist/modules/data-table/data-table-file-cleanup.service.js +7 -2
  119. package/dist/modules/data-table/data-table-file-cleanup.service.js.map +1 -1
  120. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.config.d.ts +4 -0
  121. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.config.js +32 -0
  122. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.config.js.map +1 -0
  123. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.d.ts +9 -2
  124. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.js +63 -7
  125. package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.js.map +1 -1
  126. package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-cors.service.d.ts +12 -0
  127. package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-cors.service.js +70 -0
  128. package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-cors.service.js.map +1 -0
  129. package/dist/modules/dynamic-credentials.ee/workflow-status.controller.d.ts +5 -2
  130. package/dist/modules/dynamic-credentials.ee/workflow-status.controller.js +17 -3
  131. package/dist/modules/dynamic-credentials.ee/workflow-status.controller.js.map +1 -1
  132. package/dist/modules/external-secrets.ee/external-secrets.config.d.ts +1 -0
  133. package/dist/modules/external-secrets.ee/external-secrets.config.js +5 -0
  134. package/dist/modules/external-secrets.ee/external-secrets.config.js.map +1 -1
  135. package/dist/modules/log-streaming.ee/database/entities/event-destination.entity.d.ts +6 -0
  136. package/dist/modules/log-streaming.ee/database/entities/event-destination.entity.js +29 -0
  137. package/dist/modules/log-streaming.ee/database/entities/event-destination.entity.js.map +1 -0
  138. package/dist/modules/log-streaming.ee/database/entities/index.d.ts +1 -0
  139. package/dist/modules/log-streaming.ee/database/entities/index.js +6 -0
  140. package/dist/modules/log-streaming.ee/database/entities/index.js.map +1 -0
  141. package/dist/modules/log-streaming.ee/database/repositories/event-destination.repository.d.ts +5 -0
  142. package/dist/modules/log-streaming.ee/database/repositories/event-destination.repository.js +26 -0
  143. package/dist/modules/log-streaming.ee/database/repositories/event-destination.repository.js.map +1 -0
  144. package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-from-db.d.ts +2 -2
  145. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-from-db.js.map +1 -0
  146. package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-sentry.ee.d.ts +1 -1
  147. package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-sentry.ee.js +3 -4
  148. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-sentry.ee.js.map +1 -0
  149. package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-syslog.ee.d.ts +1 -1
  150. package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-syslog.ee.js +1 -1
  151. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-syslog.ee.js.map +1 -0
  152. package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-webhook.ee.d.ts +2 -2
  153. package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-webhook.ee.js +3 -3
  154. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-webhook.ee.js.map +1 -0
  155. package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination.ee.d.ts +6 -12
  156. package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination.ee.js +9 -49
  157. package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination.ee.js.map +1 -0
  158. package/dist/modules/log-streaming.ee/log-streaming-destination.service.d.ts +32 -0
  159. package/dist/modules/log-streaming.ee/log-streaming-destination.service.js +176 -0
  160. package/dist/modules/log-streaming.ee/log-streaming-destination.service.js.map +1 -0
  161. package/dist/{eventbus/event-bus.controller.d.ts → modules/log-streaming.ee/log-streaming.controller.d.ts} +5 -3
  162. package/dist/{eventbus/event-bus.controller.js → modules/log-streaming.ee/log-streaming.controller.js} +19 -18
  163. package/dist/modules/log-streaming.ee/log-streaming.controller.js.map +1 -0
  164. package/dist/modules/log-streaming.ee/log-streaming.module.d.ts +5 -0
  165. package/dist/modules/log-streaming.ee/log-streaming.module.js +67 -0
  166. package/dist/modules/log-streaming.ee/log-streaming.module.js.map +1 -0
  167. package/dist/modules/mcp/mcp.errors.d.ts +5 -0
  168. package/dist/modules/mcp/mcp.errors.js +9 -1
  169. package/dist/modules/mcp/mcp.errors.js.map +1 -1
  170. package/dist/modules/mcp/mcp.service.d.ts +7 -2
  171. package/dist/modules/mcp/mcp.service.js +13 -4
  172. package/dist/modules/mcp/mcp.service.js.map +1 -1
  173. package/dist/modules/mcp/mcp.types.d.ts +9 -5
  174. package/dist/modules/mcp/tools/execute-workflow.tool.d.ts +3 -3
  175. package/dist/modules/mcp/tools/execute-workflow.tool.js +34 -10
  176. package/dist/modules/mcp/tools/execute-workflow.tool.js.map +1 -1
  177. package/dist/modules/mcp/tools/get-workflow-details.tool.d.ts +4 -2
  178. package/dist/modules/mcp/tools/get-workflow-details.tool.js +9 -3
  179. package/dist/modules/mcp/tools/get-workflow-details.tool.js.map +1 -1
  180. package/dist/modules/mcp/tools/schemas.d.ts +10 -0
  181. package/dist/modules/mcp/tools/schemas.js +2 -0
  182. package/dist/modules/mcp/tools/schemas.js.map +1 -1
  183. package/dist/modules/mcp/tools/search-workflows.tool.js +25 -14
  184. package/dist/modules/mcp/tools/search-workflows.tool.js.map +1 -1
  185. package/dist/modules/provisioning.ee/provisioning.module.js +5 -1
  186. package/dist/modules/provisioning.ee/provisioning.module.js.map +1 -1
  187. package/dist/modules/source-control.ee/source-control-git.service.ee.d.ts +1 -0
  188. package/dist/modules/source-control.ee/source-control-git.service.ee.js +40 -3
  189. package/dist/modules/source-control.ee/source-control-git.service.ee.js.map +1 -1
  190. package/dist/modules/source-control.ee/source-control-preferences.service.ee.d.ts +3 -1
  191. package/dist/modules/source-control.ee/source-control-preferences.service.ee.js +61 -11
  192. package/dist/modules/source-control.ee/source-control-preferences.service.ee.js.map +1 -1
  193. package/dist/modules/source-control.ee/source-control.controller.ee.d.ts +1 -1
  194. package/dist/modules/source-control.ee/source-control.controller.ee.js +35 -5
  195. package/dist/modules/source-control.ee/source-control.controller.ee.js.map +1 -1
  196. package/dist/modules/source-control.ee/source-control.module.js +5 -1
  197. package/dist/modules/source-control.ee/source-control.module.js.map +1 -1
  198. package/dist/modules/source-control.ee/source-control.service.ee.d.ts +4 -0
  199. package/dist/modules/source-control.ee/source-control.service.ee.js +77 -5
  200. package/dist/modules/source-control.ee/source-control.service.ee.js.map +1 -1
  201. package/dist/modules/sso-oidc/constants.js.map +1 -0
  202. package/dist/{sso.ee/oidc/routes → modules/sso-oidc}/oidc.controller.ee.d.ts +4 -4
  203. package/dist/{sso.ee/oidc/routes → modules/sso-oidc}/oidc.controller.ee.js +6 -6
  204. package/dist/modules/sso-oidc/oidc.controller.ee.js.map +1 -0
  205. package/dist/{sso.ee/oidc → modules/sso-oidc}/oidc.service.ee.js +2 -2
  206. package/dist/modules/sso-oidc/oidc.service.ee.js.map +1 -0
  207. package/dist/modules/sso-oidc/sso-oidc.module.d.ts +4 -0
  208. package/dist/modules/sso-oidc/sso-oidc.module.js +56 -0
  209. package/dist/modules/sso-oidc/sso-oidc.module.js.map +1 -0
  210. package/dist/modules/sso-saml/constants.js.map +1 -0
  211. package/dist/modules/sso-saml/errors/invalid-saml-metadata-url.error.js.map +1 -0
  212. package/dist/modules/sso-saml/errors/invalid-saml-metadata.error.js.map +1 -0
  213. package/dist/{sso.ee/saml → modules/sso-saml}/middleware/saml-enabled-middleware.js +3 -3
  214. package/dist/modules/sso-saml/middleware/saml-enabled-middleware.js.map +1 -0
  215. package/dist/{sso.ee/saml → modules/sso-saml}/saml-helpers.d.ts +0 -4
  216. package/dist/{sso.ee/saml → modules/sso-saml}/saml-helpers.js +1 -18
  217. package/dist/modules/sso-saml/saml-helpers.js.map +1 -0
  218. package/dist/modules/sso-saml/saml-validator.js.map +1 -0
  219. package/dist/{sso.ee/saml/routes → modules/sso-saml}/saml.controller.ee.d.ts +5 -5
  220. package/dist/{sso.ee/saml/routes → modules/sso-saml}/saml.controller.ee.js +12 -11
  221. package/dist/modules/sso-saml/saml.controller.ee.js.map +1 -0
  222. package/dist/{sso.ee/saml → modules/sso-saml}/saml.service.ee.js +12 -12
  223. package/dist/modules/sso-saml/saml.service.ee.js.map +1 -0
  224. package/dist/modules/sso-saml/schema/metadata-exchange.xsd.js.map +1 -0
  225. package/dist/modules/sso-saml/schema/oasis-200401-wss-wssecurity-secext-1.0.xsd.js.map +1 -0
  226. package/dist/modules/sso-saml/schema/oasis-200401-wss-wssecurity-utility-1.0.xsd.js.map +1 -0
  227. package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-assertion-2.0.xsd.js.map +1 -1
  228. package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-metadata-2.0.xsd.js.map +1 -1
  229. package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-protocol-2.0.xsd.js.map +1 -1
  230. package/dist/modules/sso-saml/schema/ws-addr.xsd.js.map +1 -0
  231. package/dist/modules/sso-saml/schema/ws-authorization.xsd.js.map +1 -0
  232. package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-federation.xsd.js.map +1 -1
  233. package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-securitypolicy-1.2.xsd.js.map +1 -1
  234. package/dist/modules/sso-saml/schema/xenc-schema.xsd.js.map +1 -0
  235. package/dist/modules/sso-saml/schema/xml.xsd.js.map +1 -0
  236. package/dist/{sso.ee/saml → modules/sso-saml}/schema/xmldsig-core-schema.xsd.js.map +1 -1
  237. package/dist/modules/sso-saml/service-provider.ee.js.map +1 -0
  238. package/dist/modules/sso-saml/sso-saml.module.d.ts +4 -0
  239. package/dist/modules/sso-saml/sso-saml.module.js +56 -0
  240. package/dist/modules/sso-saml/sso-saml.module.js.map +1 -0
  241. package/dist/modules/sso-saml/types.js +3 -0
  242. package/dist/{sso.ee/saml → modules/sso-saml}/types.js.map +1 -1
  243. package/dist/modules/sso-saml/views/init-sso-post.js.map +1 -0
  244. package/dist/modules/workflow-index/workflow-index.service.js +8 -0
  245. package/dist/modules/workflow-index/workflow-index.service.js.map +1 -1
  246. package/dist/node-types.d.ts +1 -0
  247. package/dist/node-types.js +17 -0
  248. package/dist/node-types.js.map +1 -1
  249. package/dist/scaling/constants.d.ts +2 -2
  250. package/dist/scaling/pubsub/pubsub.event-map.d.ts +7 -2
  251. package/dist/scaling/pubsub/pubsub.types.d.ts +2 -1
  252. package/dist/scaling/worker-status.service.ee.d.ts +7 -3
  253. package/dist/scaling/worker-status.service.ee.js +13 -7
  254. package/dist/scaling/worker-status.service.ee.js.map +1 -1
  255. package/dist/server.d.ts +0 -1
  256. package/dist/server.js +5 -22
  257. package/dist/server.js.map +1 -1
  258. package/dist/services/ai-workflow-builder.service.d.ts +2 -3
  259. package/dist/services/ai-workflow-builder.service.js +36 -36
  260. package/dist/services/ai-workflow-builder.service.js.map +1 -1
  261. package/dist/services/cors-service.d.ts +7 -0
  262. package/dist/services/cors-service.js +51 -0
  263. package/dist/services/cors-service.js.map +1 -0
  264. package/dist/services/frontend.service.d.ts +3 -1
  265. package/dist/services/frontend.service.js +19 -4
  266. package/dist/services/frontend.service.js.map +1 -1
  267. package/dist/services/import.service.d.ts +2 -4
  268. package/dist/services/import.service.js +11 -11
  269. package/dist/services/import.service.js.map +1 -1
  270. package/dist/services/project.service.ee.d.ts +1 -3
  271. package/dist/services/project.service.ee.js +4 -12
  272. package/dist/services/project.service.ee.js.map +1 -1
  273. package/dist/services/pruning/workflow-history-compaction.service.d.ts +11 -6
  274. package/dist/services/pruning/workflow-history-compaction.service.js +72 -25
  275. package/dist/services/pruning/workflow-history-compaction.service.js.map +1 -1
  276. package/dist/services/public-api-key.service.js +2 -1
  277. package/dist/services/public-api-key.service.js.map +1 -1
  278. package/dist/services/role-cache.service.d.ts +2 -1
  279. package/dist/services/role-cache.service.js +4 -4
  280. package/dist/services/role-cache.service.js.map +1 -1
  281. package/dist/services/role.service.d.ts +2 -1
  282. package/dist/services/role.service.js +3 -3
  283. package/dist/services/role.service.js.map +1 -1
  284. package/dist/services/user.service.d.ts +5 -3
  285. package/dist/services/user.service.js +15 -1
  286. package/dist/services/user.service.js.map +1 -1
  287. package/dist/services/workflow-statistics.service.d.ts +4 -2
  288. package/dist/services/workflow-statistics.service.js +35 -4
  289. package/dist/services/workflow-statistics.service.js.map +1 -1
  290. package/dist/sso.ee/sso-helpers.d.ts +4 -0
  291. package/dist/sso.ee/sso-helpers.js +17 -1
  292. package/dist/sso.ee/sso-helpers.js.map +1 -1
  293. package/dist/user-management/email/templates/workflow-failure.handlebars +211 -0
  294. package/dist/user-management/email/user-management-mailer.d.ts +7 -1
  295. package/dist/user-management/email/user-management-mailer.js +19 -0
  296. package/dist/user-management/email/user-management-mailer.js.map +1 -1
  297. package/dist/workflow-execute-additional-data.js +2 -2
  298. package/dist/workflow-execute-additional-data.js.map +1 -1
  299. package/dist/workflow-helpers.d.ts +2 -1
  300. package/dist/workflow-helpers.js +21 -0
  301. package/dist/workflow-helpers.js.map +1 -1
  302. package/dist/workflow-runner.d.ts +3 -3
  303. package/dist/workflow-runner.js +5 -5
  304. package/dist/workflow-runner.js.map +1 -1
  305. package/dist/workflows/workflow-execution.service.d.ts +4 -4
  306. package/dist/workflows/workflow-execution.service.js +7 -7
  307. package/dist/workflows/workflow-execution.service.js.map +1 -1
  308. package/dist/workflows/workflow-finder.service.d.ts +0 -1
  309. package/dist/workflows/workflow-finder.service.js +2 -2
  310. package/dist/workflows/workflow-finder.service.js.map +1 -1
  311. package/dist/workflows/workflow.service.js +10 -17
  312. package/dist/workflows/workflow.service.js.map +1 -1
  313. package/dist/workflows/workflows.controller.d.ts +0 -8
  314. package/package.json +16 -16
  315. package/dist/eventbus/event-bus.controller.js.map +0 -1
  316. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-from-db.js.map +0 -1
  317. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-sentry.ee.js.map +0 -1
  318. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-syslog.ee.js.map +0 -1
  319. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-webhook.ee.js.map +0 -1
  320. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination.ee.js.map +0 -1
  321. package/dist/executions/execution-data.service.js.map +0 -1
  322. package/dist/executions/legacy-sqlite-execution-recovery.service.d.ts +0 -11
  323. package/dist/executions/legacy-sqlite-execution-recovery.service.js +0 -48
  324. package/dist/executions/legacy-sqlite-execution-recovery.service.js.map +0 -1
  325. package/dist/modules/breaking-changes/rules/v2/git-node-bare-repos.rule.d.ts +0 -10
  326. package/dist/modules/breaking-changes/rules/v2/git-node-bare-repos.rule.js +0 -66
  327. package/dist/modules/breaking-changes/rules/v2/git-node-bare-repos.rule.js.map +0 -1
  328. package/dist/modules/breaking-changes/rules/v2/sqlite-legacy-driver.rule.d.ts +0 -9
  329. package/dist/modules/breaking-changes/rules/v2/sqlite-legacy-driver.rule.js +0 -75
  330. package/dist/modules/breaking-changes/rules/v2/sqlite-legacy-driver.rule.js.map +0 -1
  331. package/dist/sso.ee/oidc/constants.js.map +0 -1
  332. package/dist/sso.ee/oidc/oidc.service.ee.js.map +0 -1
  333. package/dist/sso.ee/oidc/routes/oidc.controller.ee.js.map +0 -1
  334. package/dist/sso.ee/saml/constants.js.map +0 -1
  335. package/dist/sso.ee/saml/errors/invalid-saml-metadata-url.error.js.map +0 -1
  336. package/dist/sso.ee/saml/errors/invalid-saml-metadata.error.js.map +0 -1
  337. package/dist/sso.ee/saml/middleware/saml-enabled-middleware.js.map +0 -1
  338. package/dist/sso.ee/saml/routes/saml.controller.ee.js.map +0 -1
  339. package/dist/sso.ee/saml/saml-helpers.js.map +0 -1
  340. package/dist/sso.ee/saml/saml-validator.js.map +0 -1
  341. package/dist/sso.ee/saml/saml.service.ee.js.map +0 -1
  342. package/dist/sso.ee/saml/schema/metadata-exchange.xsd.js.map +0 -1
  343. package/dist/sso.ee/saml/schema/oasis-200401-wss-wssecurity-secext-1.0.xsd.js.map +0 -1
  344. package/dist/sso.ee/saml/schema/oasis-200401-wss-wssecurity-utility-1.0.xsd.js.map +0 -1
  345. package/dist/sso.ee/saml/schema/ws-addr.xsd.js.map +0 -1
  346. package/dist/sso.ee/saml/schema/ws-authorization.xsd.js.map +0 -1
  347. package/dist/sso.ee/saml/schema/xenc-schema.xsd.js.map +0 -1
  348. package/dist/sso.ee/saml/schema/xml.xsd.js.map +0 -1
  349. package/dist/sso.ee/saml/service-provider.ee.js.map +0 -1
  350. package/dist/sso.ee/saml/views/init-sso-post.js.map +0 -1
  351. package/dist/{sso.ee/saml → executions/execution-data}/types.js +0 -0
  352. package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-from-db.js +0 -0
  353. package/dist/{sso.ee/oidc → modules/sso-oidc}/constants.d.ts +0 -0
  354. package/dist/{sso.ee/oidc → modules/sso-oidc}/constants.js +0 -0
  355. package/dist/{sso.ee/oidc → modules/sso-oidc}/oidc.service.ee.d.ts +0 -0
  356. package/dist/{sso.ee/saml → modules/sso-saml}/constants.d.ts +0 -0
  357. package/dist/{sso.ee/saml → modules/sso-saml}/constants.js +0 -0
  358. package/dist/{sso.ee/saml → modules/sso-saml}/errors/invalid-saml-metadata-url.error.d.ts +0 -0
  359. package/dist/{sso.ee/saml → modules/sso-saml}/errors/invalid-saml-metadata-url.error.js +0 -0
  360. package/dist/{sso.ee/saml → modules/sso-saml}/errors/invalid-saml-metadata.error.d.ts +0 -0
  361. package/dist/{sso.ee/saml → modules/sso-saml}/errors/invalid-saml-metadata.error.js +0 -0
  362. package/dist/{sso.ee/saml → modules/sso-saml}/middleware/saml-enabled-middleware.d.ts +0 -0
  363. package/dist/{sso.ee/saml → modules/sso-saml}/saml-validator.d.ts +0 -0
  364. package/dist/{sso.ee/saml → modules/sso-saml}/saml-validator.js +0 -0
  365. package/dist/{sso.ee/saml → modules/sso-saml}/saml.service.ee.d.ts +2 -2
  366. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/metadata-exchange.xsd.d.ts +0 -0
  367. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/metadata-exchange.xsd.js +0 -0
  368. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/oasis-200401-wss-wssecurity-secext-1.0.xsd.d.ts +0 -0
  369. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/oasis-200401-wss-wssecurity-secext-1.0.xsd.js +0 -0
  370. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/oasis-200401-wss-wssecurity-utility-1.0.xsd.d.ts +0 -0
  371. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/oasis-200401-wss-wssecurity-utility-1.0.xsd.js +0 -0
  372. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-assertion-2.0.xsd.d.ts +0 -0
  373. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-assertion-2.0.xsd.js +0 -0
  374. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-metadata-2.0.xsd.d.ts +0 -0
  375. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-metadata-2.0.xsd.js +0 -0
  376. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-protocol-2.0.xsd.d.ts +0 -0
  377. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-protocol-2.0.xsd.js +0 -0
  378. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-addr.xsd.d.ts +0 -0
  379. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-addr.xsd.js +0 -0
  380. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-authorization.xsd.d.ts +0 -0
  381. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-authorization.xsd.js +0 -0
  382. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-federation.xsd.d.ts +0 -0
  383. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-federation.xsd.js +0 -0
  384. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-securitypolicy-1.2.xsd.d.ts +0 -0
  385. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-securitypolicy-1.2.xsd.js +0 -0
  386. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xenc-schema.xsd.d.ts +0 -0
  387. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xenc-schema.xsd.js +0 -0
  388. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xml.xsd.d.ts +0 -0
  389. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xml.xsd.js +0 -0
  390. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xmldsig-core-schema.xsd.d.ts +0 -0
  391. /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xmldsig-core-schema.xsd.js +0 -0
  392. /package/dist/{sso.ee/saml → modules/sso-saml}/service-provider.ee.d.ts +0 -0
  393. /package/dist/{sso.ee/saml → modules/sso-saml}/service-provider.ee.js +0 -0
  394. /package/dist/{sso.ee/saml → modules/sso-saml}/types.d.ts +0 -0
  395. /package/dist/{sso.ee/saml → modules/sso-saml}/views/init-sso-post.d.ts +0 -0
  396. /package/dist/{sso.ee/saml → modules/sso-saml}/views/init-sso-post.js +0 -0

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.