n8n 2.17.2 → 2.18.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 (254) hide show
  1. package/dist/active-workflow-manager.d.ts +3 -1
  2. package/dist/active-workflow-manager.js +7 -4
  3. package/dist/active-workflow-manager.js.map +1 -1
  4. package/dist/build.tsbuildinfo +1 -1
  5. package/dist/commands/start.js +5 -0
  6. package/dist/commands/start.js.map +1 -1
  7. package/dist/commands/webhook.js +7 -1
  8. package/dist/commands/webhook.js.map +1 -1
  9. package/dist/commands/worker.js +7 -1
  10. package/dist/commands/worker.js.map +1 -1
  11. package/dist/controllers/mfa.controller.d.ts +3 -1
  12. package/dist/controllers/mfa.controller.js +9 -2
  13. package/dist/controllers/mfa.controller.js.map +1 -1
  14. package/dist/controllers/security-settings.controller.d.ts +4 -1
  15. package/dist/controllers/security-settings.controller.js +10 -2
  16. package/dist/controllers/security-settings.controller.js.map +1 -1
  17. package/dist/credentials/credentials.controller.js +8 -11
  18. package/dist/credentials/credentials.controller.js.map +1 -1
  19. package/dist/credentials/credentials.service.d.ts +3 -0
  20. package/dist/credentials/credentials.service.js +39 -0
  21. package/dist/credentials/credentials.service.js.map +1 -1
  22. package/dist/credentials-overwrites.js +6 -4
  23. package/dist/credentials-overwrites.js.map +1 -1
  24. package/dist/errors/credential-not-found.error.d.ts +1 -1
  25. package/dist/errors/credential-not-found.error.js +3 -1
  26. package/dist/errors/credential-not-found.error.js.map +1 -1
  27. package/dist/errors/response-errors/workflow-activation-bad-request.error.d.ts +13 -0
  28. package/dist/errors/response-errors/workflow-activation-bad-request.error.js +13 -0
  29. package/dist/errors/response-errors/workflow-activation-bad-request.error.js.map +1 -0
  30. package/dist/errors/response-errors/workflow-validation.error.d.ts +2 -2
  31. package/dist/errors/response-errors/workflow-validation.error.js +2 -2
  32. package/dist/errors/response-errors/workflow-validation.error.js.map +1 -1
  33. package/dist/eventbus/event-message-classes/index.d.ts +2 -2
  34. package/dist/eventbus/event-message-classes/index.js +1 -0
  35. package/dist/eventbus/event-message-classes/index.js.map +1 -1
  36. package/dist/events/maps/relay.event-map.d.ts +19 -1
  37. package/dist/events/relays/log-streaming.event-relay.d.ts +1 -0
  38. package/dist/events/relays/log-streaming.event-relay.js +7 -0
  39. package/dist/events/relays/log-streaming.event-relay.js.map +1 -1
  40. package/dist/events/relays/telemetry.event-relay.d.ts +2 -0
  41. package/dist/events/relays/telemetry.event-relay.js +23 -2
  42. package/dist/events/relays/telemetry.event-relay.js.map +1 -1
  43. package/dist/instance-settings-loader/instance-bootstrapping.error.d.ts +3 -0
  44. package/dist/instance-settings-loader/instance-bootstrapping.error.js +8 -0
  45. package/dist/instance-settings-loader/instance-bootstrapping.error.js.map +1 -0
  46. package/dist/instance-settings-loader/instance-settings-loader.service.d.ts +5 -1
  47. package/dist/instance-settings-loader/instance-settings-loader.service.js +10 -2
  48. package/dist/instance-settings-loader/instance-settings-loader.service.js.map +1 -1
  49. package/dist/instance-settings-loader/loaders/oidc.instance-settings-loader.d.ts +13 -0
  50. package/dist/instance-settings-loader/loaders/oidc.instance-settings-loader.js +116 -0
  51. package/dist/instance-settings-loader/loaders/oidc.instance-settings-loader.js.map +1 -0
  52. package/dist/instance-settings-loader/loaders/owner.instance-settings-loader.js +4 -6
  53. package/dist/instance-settings-loader/loaders/owner.instance-settings-loader.js.map +1 -1
  54. package/dist/instance-settings-loader/loaders/security-policy.instance-settings-loader.d.ts +12 -0
  55. package/dist/instance-settings-loader/loaders/security-policy.instance-settings-loader.js +48 -0
  56. package/dist/instance-settings-loader/loaders/security-policy.instance-settings-loader.js.map +1 -0
  57. package/dist/metrics/prometheus-metrics.service.d.ts +2 -0
  58. package/dist/metrics/prometheus-metrics.service.js +61 -0
  59. package/dist/metrics/prometheus-metrics.service.js.map +1 -1
  60. package/dist/modules/chat-hub/chat-hub-extractor.d.ts +2 -2
  61. package/dist/modules/community-packages/community-node-types.service.d.ts +1 -1
  62. package/dist/modules/community-packages/community-node-types.service.js +4 -1
  63. package/dist/modules/community-packages/community-node-types.service.js.map +1 -1
  64. package/dist/modules/community-packages/community-packages.config.d.ts +1 -0
  65. package/dist/modules/community-packages/community-packages.config.js +5 -0
  66. package/dist/modules/community-packages/community-packages.config.js.map +1 -1
  67. package/dist/modules/community-packages/community-packages.lifecycle.service.d.ts +4 -1
  68. package/dist/modules/community-packages/community-packages.lifecycle.service.js +42 -22
  69. package/dist/modules/community-packages/community-packages.lifecycle.service.js.map +1 -1
  70. package/dist/modules/community-packages/community-packages.service.d.ts +2 -1
  71. package/dist/modules/community-packages/community-packages.service.js +25 -19
  72. package/dist/modules/community-packages/community-packages.service.js.map +1 -1
  73. package/dist/modules/community-packages/npm-utils.d.ts +10 -2
  74. package/dist/modules/community-packages/npm-utils.js +63 -26
  75. package/dist/modules/community-packages/npm-utils.js.map +1 -1
  76. package/dist/modules/data-table/data-table.service.d.ts +3 -1
  77. package/dist/modules/data-table/data-table.service.js +10 -2
  78. package/dist/modules/data-table/data-table.service.js.map +1 -1
  79. package/dist/modules/encryption-key-manager/encryption-key-manager.module.d.ts +4 -0
  80. package/dist/modules/encryption-key-manager/encryption-key-manager.module.js +53 -0
  81. package/dist/modules/encryption-key-manager/encryption-key-manager.module.js.map +1 -0
  82. package/dist/modules/encryption-key-manager/key-manager.service.d.ts +19 -0
  83. package/dist/modules/encryption-key-manager/key-manager.service.js +75 -0
  84. package/dist/modules/encryption-key-manager/key-manager.service.js.map +1 -0
  85. package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.d.ts +1 -1
  86. package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.js +27 -9
  87. package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.js.map +1 -1
  88. package/dist/modules/favorites/database/entities/user-favorite.entity.d.ts +9 -0
  89. package/dist/modules/favorites/database/entities/user-favorite.entity.js +43 -0
  90. package/dist/modules/favorites/database/entities/user-favorite.entity.js.map +1 -0
  91. package/dist/modules/favorites/database/repositories/user-favorite.repository.d.ts +9 -0
  92. package/dist/modules/favorites/database/repositories/user-favorite.repository.js +40 -0
  93. package/dist/modules/favorites/database/repositories/user-favorite.repository.js.map +1 -0
  94. package/dist/modules/favorites/dto/add-favorite.dto.d.ts +11 -0
  95. package/dist/modules/favorites/dto/add-favorite.dto.js +12 -0
  96. package/dist/modules/favorites/dto/add-favorite.dto.js.map +1 -0
  97. package/dist/modules/favorites/favorites.controller.d.ts +13 -0
  98. package/dist/modules/favorites/favorites.controller.js +68 -0
  99. package/dist/modules/favorites/favorites.controller.js.map +1 -0
  100. package/dist/modules/favorites/favorites.event-relay.d.ts +9 -0
  101. package/dist/modules/favorites/favorites.event-relay.js +40 -0
  102. package/dist/modules/favorites/favorites.event-relay.js.map +1 -0
  103. package/dist/modules/favorites/favorites.module.d.ts +5 -0
  104. package/dist/modules/favorites/favorites.module.js +60 -0
  105. package/dist/modules/favorites/favorites.module.js.map +1 -0
  106. package/dist/modules/favorites/favorites.service.d.ts +23 -0
  107. package/dist/modules/favorites/favorites.service.js +176 -0
  108. package/dist/modules/favorites/favorites.service.js.map +1 -0
  109. package/dist/modules/insights/database/entities/insights-shared.d.ts +1 -1
  110. package/dist/modules/instance-ai/filesystem/local-gateway-registry.d.ts +1 -0
  111. package/dist/modules/instance-ai/filesystem/local-gateway-registry.js +5 -0
  112. package/dist/modules/instance-ai/filesystem/local-gateway-registry.js.map +1 -1
  113. package/dist/modules/instance-ai/instance-ai-settings.service.d.ts +6 -2
  114. package/dist/modules/instance-ai/instance-ai-settings.service.js +36 -10
  115. package/dist/modules/instance-ai/instance-ai-settings.service.js.map +1 -1
  116. package/dist/modules/instance-ai/instance-ai-test.controller.d.ts +26 -0
  117. package/dist/modules/instance-ai/instance-ai-test.controller.js +102 -0
  118. package/dist/modules/instance-ai/instance-ai-test.controller.js.map +1 -0
  119. package/dist/modules/instance-ai/instance-ai.adapter.service.js +17 -11
  120. package/dist/modules/instance-ai/instance-ai.adapter.service.js.map +1 -1
  121. package/dist/modules/instance-ai/instance-ai.controller.d.ts +8 -6
  122. package/dist/modules/instance-ai/instance-ai.controller.js +45 -22
  123. package/dist/modules/instance-ai/instance-ai.controller.js.map +1 -1
  124. package/dist/modules/instance-ai/instance-ai.module.d.ts +1 -0
  125. package/dist/modules/instance-ai/instance-ai.module.js +6 -0
  126. package/dist/modules/instance-ai/instance-ai.module.js.map +1 -1
  127. package/dist/modules/instance-ai/instance-ai.service.d.ts +9 -0
  128. package/dist/modules/instance-ai/instance-ai.service.js +81 -4
  129. package/dist/modules/instance-ai/instance-ai.service.js.map +1 -1
  130. package/dist/modules/instance-ai/trace-replay-state.d.ts +19 -0
  131. package/dist/modules/instance-ai/trace-replay-state.js +105 -0
  132. package/dist/modules/instance-ai/trace-replay-state.js.map +1 -0
  133. package/dist/modules/instance-registry/instance-registry.controller.d.ts +7 -0
  134. package/dist/modules/instance-registry/instance-registry.controller.js +39 -0
  135. package/dist/modules/instance-registry/instance-registry.controller.js.map +1 -0
  136. package/dist/modules/instance-registry/instance-registry.module.d.ts +1 -0
  137. package/dist/modules/instance-registry/instance-registry.module.js +60 -3
  138. package/dist/modules/instance-registry/instance-registry.module.js.map +1 -1
  139. package/dist/modules/instance-registry/instance-registry.service.d.ts +26 -0
  140. package/dist/modules/instance-registry/instance-registry.service.js +158 -0
  141. package/dist/modules/instance-registry/instance-registry.service.js.map +1 -0
  142. package/dist/modules/instance-registry/stale-member-cleanup.service.d.ts +16 -0
  143. package/dist/modules/instance-registry/stale-member-cleanup.service.js +81 -0
  144. package/dist/modules/instance-registry/stale-member-cleanup.service.js.map +1 -0
  145. package/dist/modules/instance-registry/storage/lua-scripts.d.ts +2 -2
  146. package/dist/modules/instance-registry/storage/lua-scripts.js +23 -9
  147. package/dist/modules/instance-registry/storage/lua-scripts.js.map +1 -1
  148. package/dist/modules/instance-registry/storage/redis-instance-storage.js +12 -12
  149. package/dist/modules/instance-registry/storage/redis-instance-storage.js.map +1 -1
  150. package/dist/modules/mcp/mcp-oauth-service.js +15 -8
  151. package/dist/modules/mcp/mcp-oauth-service.js.map +1 -1
  152. package/dist/modules/mcp/mcp.service.js +1 -1
  153. package/dist/modules/mcp/mcp.service.js.map +1 -1
  154. package/dist/modules/mcp/tools/publish-workflow.tool.js +1 -0
  155. package/dist/modules/mcp/tools/publish-workflow.tool.js.map +1 -1
  156. package/dist/modules/mcp/tools/unpublish-workflow.tool.js +3 -1
  157. package/dist/modules/mcp/tools/unpublish-workflow.tool.js.map +1 -1
  158. package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.d.ts +2 -1
  159. package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js +49 -5
  160. package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js.map +1 -1
  161. package/dist/modules/mcp/tools/workflow-builder/update-workflow.tool.js +10 -3
  162. package/dist/modules/mcp/tools/workflow-builder/update-workflow.tool.js.map +1 -1
  163. package/dist/modules/mcp/tools/workflow-builder/validate-workflow-code.tool.js +7 -0
  164. package/dist/modules/mcp/tools/workflow-builder/validate-workflow-code.tool.js.map +1 -1
  165. package/dist/modules/mcp/tools/workflow-validation.utils.d.ts +1 -0
  166. package/dist/modules/mcp/tools/workflow-validation.utils.js +9 -0
  167. package/dist/modules/mcp/tools/workflow-validation.utils.js.map +1 -1
  168. package/dist/modules/otel/handlers/workflow-start.handler.js +1 -0
  169. package/dist/modules/otel/handlers/workflow-start.handler.js.map +1 -1
  170. package/dist/modules/otel/otel.constants.d.ts +1 -0
  171. package/dist/modules/otel/otel.constants.js +1 -0
  172. package/dist/modules/otel/otel.constants.js.map +1 -1
  173. package/dist/modules/provisioning.ee/provisioning.controller.ee.d.ts +3 -1
  174. package/dist/modules/provisioning.ee/provisioning.controller.ee.js +9 -2
  175. package/dist/modules/provisioning.ee/provisioning.controller.ee.js.map +1 -1
  176. package/dist/modules/source-control.ee/source-control-git.service.ee.d.ts +4 -1
  177. package/dist/modules/source-control.ee/source-control-git.service.ee.js +38 -5
  178. package/dist/modules/source-control.ee/source-control-git.service.ee.js.map +1 -1
  179. package/dist/modules/source-control.ee/source-control-import.service.ee.js +56 -34
  180. package/dist/modules/source-control.ee/source-control-import.service.ee.js.map +1 -1
  181. package/dist/modules/source-control.ee/source-control-status.service.ee.d.ts +1 -0
  182. package/dist/modules/source-control.ee/source-control-status.service.ee.js +55 -5
  183. package/dist/modules/source-control.ee/source-control-status.service.ee.js.map +1 -1
  184. package/dist/modules/sso-oidc/oidc.controller.ee.d.ts +3 -1
  185. package/dist/modules/sso-oidc/oidc.controller.ee.js +8 -2
  186. package/dist/modules/sso-oidc/oidc.controller.ee.js.map +1 -1
  187. package/dist/modules/token-exchange/controllers/embed-auth.controller.js +26 -13
  188. package/dist/modules/token-exchange/controllers/embed-auth.controller.js.map +1 -1
  189. package/dist/modules/token-exchange/controllers/token-exchange.controller.js +10 -4
  190. package/dist/modules/token-exchange/controllers/token-exchange.controller.js.map +1 -1
  191. package/dist/modules/token-exchange/services/identity-resolution.service.js +7 -6
  192. package/dist/modules/token-exchange/services/identity-resolution.service.js.map +1 -1
  193. package/dist/modules/token-exchange/services/token-exchange.service.js +11 -12
  194. package/dist/modules/token-exchange/services/token-exchange.service.js.map +1 -1
  195. package/dist/modules/token-exchange/token-exchange.errors.d.ts +11 -0
  196. package/dist/modules/token-exchange/token-exchange.errors.js +20 -0
  197. package/dist/modules/token-exchange/token-exchange.errors.js.map +1 -0
  198. package/dist/modules/token-exchange/token-exchange.schemas.d.ts +6 -6
  199. package/dist/modules/token-exchange/token-exchange.types.d.ts +15 -0
  200. package/dist/modules/token-exchange/token-exchange.types.js +15 -1
  201. package/dist/modules/token-exchange/token-exchange.types.js.map +1 -1
  202. package/dist/public-api/types.d.ts +8 -2
  203. package/dist/public-api/v1/handlers/community-packages/community-packages.handler.d.ts +1 -0
  204. package/dist/public-api/v1/handlers/community-packages/community-packages.handler.js +2 -1
  205. package/dist/public-api/v1/handlers/community-packages/community-packages.handler.js.map +1 -1
  206. package/dist/public-api/v1/handlers/credentials/credentials.handler.d.ts +20 -1
  207. package/dist/public-api/v1/handlers/credentials/credentials.handler.js +55 -27
  208. package/dist/public-api/v1/handlers/credentials/credentials.handler.js.map +1 -1
  209. package/dist/public-api/v1/handlers/credentials/credentials.mapper.d.ts +6 -0
  210. package/dist/public-api/v1/handlers/credentials/credentials.mapper.js +19 -0
  211. package/dist/public-api/v1/handlers/credentials/credentials.mapper.js.map +1 -0
  212. package/dist/public-api/v1/handlers/credentials/credentials.service.d.ts +3 -2
  213. package/dist/public-api/v1/handlers/credentials/credentials.service.js +2 -6
  214. package/dist/public-api/v1/handlers/credentials/credentials.service.js.map +1 -1
  215. package/dist/public-api/v1/handlers/data-tables/data-tables.handler.js +23 -41
  216. package/dist/public-api/v1/handlers/data-tables/data-tables.handler.js.map +1 -1
  217. package/dist/public-api/v1/handlers/data-tables/data-tables.service.d.ts +5 -0
  218. package/dist/public-api/v1/handlers/data-tables/data-tables.service.js +57 -0
  219. package/dist/public-api/v1/handlers/data-tables/data-tables.service.js.map +1 -0
  220. package/dist/public-api/v1/handlers/workflows/workflows.handler.js +8 -2
  221. package/dist/public-api/v1/handlers/workflows/workflows.handler.js.map +1 -1
  222. package/dist/public-api/v1/handlers/workflows/workflows.service.js +1 -0
  223. package/dist/public-api/v1/handlers/workflows/workflows.service.js.map +1 -1
  224. package/dist/public-api/v1/openapi.yml +102 -11
  225. package/dist/scaling/pubsub/pubsub.event-map.d.ts +2 -0
  226. package/dist/services/dynamic-node-parameters.service.d.ts +4 -1
  227. package/dist/services/dynamic-node-parameters.service.js +29 -14
  228. package/dist/services/dynamic-node-parameters.service.js.map +1 -1
  229. package/dist/services/folder.service.d.ts +3 -1
  230. package/dist/services/folder.service.js +8 -4
  231. package/dist/services/folder.service.js.map +1 -1
  232. package/dist/services/frontend.service.js +1 -0
  233. package/dist/services/frontend.service.js.map +1 -1
  234. package/dist/services/jwt.service.d.ts +13 -1
  235. package/dist/services/jwt.service.js +21 -1
  236. package/dist/services/jwt.service.js.map +1 -1
  237. package/dist/services/project.service.ee.js +3 -1
  238. package/dist/services/project.service.ee.js.map +1 -1
  239. package/dist/wait-tracker.d.ts +2 -6
  240. package/dist/wait-tracker.js +63 -94
  241. package/dist/wait-tracker.js.map +1 -1
  242. package/dist/workflows/utils.d.ts +2 -0
  243. package/dist/workflows/utils.js +18 -0
  244. package/dist/workflows/utils.js.map +1 -0
  245. package/dist/workflows/workflow-creation.service.d.ts +2 -0
  246. package/dist/workflows/workflow-creation.service.js +2 -1
  247. package/dist/workflows/workflow-creation.service.js.map +1 -1
  248. package/dist/workflows/workflow.service.d.ts +5 -2
  249. package/dist/workflows/workflow.service.js +26 -11
  250. package/dist/workflows/workflow.service.js.map +1 -1
  251. package/package.json +25 -25
  252. package/dist/services/db-clock.service.d.ts +0 -10
  253. package/dist/services/db-clock.service.js +0 -48
  254. package/dist/services/db-clock.service.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.