n8n 2.37.6 → 2.37.7

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 (109) hide show
  1. package/dist/active-workflow-manager.d.ts +8 -8
  2. package/dist/active-workflow-manager.js +38 -23
  3. package/dist/active-workflow-manager.js.map +1 -1
  4. package/dist/build.tsbuildinfo +1 -1
  5. package/dist/chat/chat-execution-manager.d.ts +5 -0
  6. package/dist/chat/chat-execution-manager.js +50 -10
  7. package/dist/chat/chat-execution-manager.js.map +1 -1
  8. package/dist/chat/chat-service.d.ts +0 -1
  9. package/dist/chat/chat-service.js +12 -18
  10. package/dist/chat/chat-service.js.map +1 -1
  11. package/dist/chat/utils.d.ts +1 -0
  12. package/dist/chat/utils.js +14 -4
  13. package/dist/chat/utils.js.map +1 -1
  14. package/dist/controllers/role.controller.d.ts +3 -1
  15. package/dist/controllers/role.controller.js +19 -3
  16. package/dist/controllers/role.controller.js.map +1 -1
  17. package/dist/credentials/credentials.service.js +24 -3
  18. package/dist/credentials/credentials.service.js.map +1 -1
  19. package/dist/errors/subworkflow-policy-denial.error.d.ts +4 -1
  20. package/dist/errors/subworkflow-policy-denial.error.js +26 -10
  21. package/dist/errors/subworkflow-policy-denial.error.js.map +1 -1
  22. package/dist/executions/execution-recovery.service.d.ts +3 -1
  23. package/dist/executions/execution-recovery.service.js +13 -4
  24. package/dist/executions/execution-recovery.service.js.map +1 -1
  25. package/dist/executions/pre-execution-checks/subworkflow-policy-checker.d.ts +5 -2
  26. package/dist/executions/pre-execution-checks/subworkflow-policy-checker.js +28 -8
  27. package/dist/executions/pre-execution-checks/subworkflow-policy-checker.js.map +1 -1
  28. package/dist/modules/agents/agent-runtime-reconstruction.service.js +4 -2
  29. package/dist/modules/agents/agent-runtime-reconstruction.service.js.map +1 -1
  30. package/dist/modules/agents/builder/get-resource-locator-options.tool.d.ts +2 -2
  31. package/dist/modules/agents/tools/workflow-tool-factory.d.ts +2 -0
  32. package/dist/modules/agents/tools/workflow-tool-factory.js +2 -1
  33. package/dist/modules/agents/tools/workflow-tool-factory.js.map +1 -1
  34. package/dist/modules/chat-hub/chat-hub.service.d.ts +3 -1
  35. package/dist/modules/chat-hub/chat-hub.service.js +8 -2
  36. package/dist/modules/chat-hub/chat-hub.service.js.map +1 -1
  37. package/dist/modules/community-packages/community-packages.service.js +4 -0
  38. package/dist/modules/community-packages/community-packages.service.js.map +1 -1
  39. package/dist/modules/instance-ai/eval/execution.service.js +1 -1
  40. package/dist/modules/instance-ai/eval/execution.service.js.map +1 -1
  41. package/dist/modules/instance-ai/instance-ai.adapter.service.js +2 -2
  42. package/dist/modules/instance-ai/instance-ai.adapter.service.js.map +1 -1
  43. package/dist/modules/log-streaming.ee/destinations/destination-credentials-access.d.ts +4 -0
  44. package/dist/modules/log-streaming.ee/destinations/destination-credentials-access.js +21 -0
  45. package/dist/modules/log-streaming.ee/destinations/destination-credentials-access.js.map +1 -0
  46. package/dist/modules/log-streaming.ee/log-streaming.controller.d.ts +4 -2
  47. package/dist/modules/log-streaming.ee/log-streaming.controller.js +13 -4
  48. package/dist/modules/log-streaming.ee/log-streaming.controller.js.map +1 -1
  49. package/dist/modules/mcp/tools/workflow-builder/constants.d.ts +1 -0
  50. package/dist/modules/mcp/tools/workflow-builder/constants.js +2 -1
  51. package/dist/modules/mcp/tools/workflow-builder/constants.js.map +1 -1
  52. package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js +2 -1
  53. package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js.map +1 -1
  54. package/dist/modules/mcp/tools/workflow-builder/validate-workflow-code.tool.js +2 -1
  55. package/dist/modules/mcp/tools/workflow-builder/validate-workflow-code.tool.js.map +1 -1
  56. package/dist/modules/oauth-server/oauth-server.service.js +29 -0
  57. package/dist/modules/oauth-server/oauth-server.service.js.map +1 -1
  58. package/dist/modules/oauth-server/oauth-session.service.d.ts +1 -0
  59. package/dist/modules/oauth-server/oauth-session.service.js +5 -5
  60. package/dist/modules/oauth-server/oauth-session.service.js.map +1 -1
  61. package/dist/modules/source-control.ee/source-control.service.ee.d.ts +1 -0
  62. package/dist/modules/source-control.ee/source-control.service.ee.js +24 -20
  63. package/dist/modules/source-control.ee/source-control.service.ee.js.map +1 -1
  64. package/dist/modules/sso-oidc/oidc.controller.ee.js +1 -0
  65. package/dist/modules/sso-oidc/oidc.controller.ee.js.map +1 -1
  66. package/dist/modules/sso-oidc/oidc.service.ee.d.ts +1 -0
  67. package/dist/modules/sso-oidc/oidc.service.ee.js +7 -0
  68. package/dist/modules/sso-oidc/oidc.service.ee.js.map +1 -1
  69. package/dist/public-api/v1/handlers/log-streaming/log-streaming.handler.js +10 -3
  70. package/dist/public-api/v1/handlers/log-streaming/log-streaming.handler.js.map +1 -1
  71. package/dist/push/abstract.push.js +2 -1
  72. package/dist/push/abstract.push.js.map +1 -1
  73. package/dist/server.d.ts +1 -0
  74. package/dist/server.js +25 -25
  75. package/dist/server.js.map +1 -1
  76. package/dist/services/active-workflows.service.d.ts +4 -3
  77. package/dist/services/active-workflows.service.js +7 -6
  78. package/dist/services/active-workflows.service.js.map +1 -1
  79. package/dist/services/credentials-tester.service.d.ts +1 -0
  80. package/dist/services/credentials-tester.service.js +9 -1
  81. package/dist/services/credentials-tester.service.js.map +1 -1
  82. package/dist/task-runners/task-broker/auth/task-broker-auth.service.js +1 -2
  83. package/dist/task-runners/task-broker/auth/task-broker-auth.service.js.map +1 -1
  84. package/dist/utils/request-path.d.ts +2 -0
  85. package/dist/utils/request-path.js +58 -0
  86. package/dist/utils/request-path.js.map +1 -0
  87. package/dist/webhooks/hitl-interaction-webhooks.d.ts +1 -0
  88. package/dist/webhooks/hitl-interaction-webhooks.js +5 -3
  89. package/dist/webhooks/hitl-interaction-webhooks.js.map +1 -1
  90. package/dist/webhooks/slack-interaction-webhooks.d.ts +1 -0
  91. package/dist/webhooks/slack-interaction-webhooks.js +4 -0
  92. package/dist/webhooks/slack-interaction-webhooks.js.map +1 -1
  93. package/dist/webhooks/telegram-interaction-webhooks.d.ts +1 -0
  94. package/dist/webhooks/telegram-interaction-webhooks.js +4 -0
  95. package/dist/webhooks/telegram-interaction-webhooks.js.map +1 -1
  96. package/dist/webhooks/webhook-request-sanitizer.js +8 -0
  97. package/dist/webhooks/webhook-request-sanitizer.js.map +1 -1
  98. package/dist/webhooks/webhook-response-headers.js +11 -2
  99. package/dist/webhooks/webhook-response-headers.js.map +1 -1
  100. package/dist/workflows/publication/publication-status-reporter.d.ts +4 -4
  101. package/dist/workflows/publication/publication-status-reporter.js +16 -16
  102. package/dist/workflows/publication/publication-status-reporter.js.map +1 -1
  103. package/dist/workflows/workflow-push-notifier.service.d.ts +9 -0
  104. package/dist/workflows/workflow-push-notifier.service.js +31 -0
  105. package/dist/workflows/workflow-push-notifier.service.js.map +1 -0
  106. package/dist/workflows/workflow-sharing.service.d.ts +7 -3
  107. package/dist/workflows/workflow-sharing.service.js +29 -2
  108. package/dist/workflows/workflow-sharing.service.js.map +1 -1
  109. package/package.json +35 -35

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.