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.
- package/dist/active-workflow-manager.d.ts +8 -8
- package/dist/active-workflow-manager.js +38 -23
- package/dist/active-workflow-manager.js.map +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/chat/chat-execution-manager.d.ts +5 -0
- package/dist/chat/chat-execution-manager.js +50 -10
- package/dist/chat/chat-execution-manager.js.map +1 -1
- package/dist/chat/chat-service.d.ts +0 -1
- package/dist/chat/chat-service.js +12 -18
- package/dist/chat/chat-service.js.map +1 -1
- package/dist/chat/utils.d.ts +1 -0
- package/dist/chat/utils.js +14 -4
- package/dist/chat/utils.js.map +1 -1
- package/dist/controllers/role.controller.d.ts +3 -1
- package/dist/controllers/role.controller.js +19 -3
- package/dist/controllers/role.controller.js.map +1 -1
- package/dist/credentials/credentials.service.js +24 -3
- package/dist/credentials/credentials.service.js.map +1 -1
- package/dist/errors/subworkflow-policy-denial.error.d.ts +4 -1
- package/dist/errors/subworkflow-policy-denial.error.js +26 -10
- package/dist/errors/subworkflow-policy-denial.error.js.map +1 -1
- package/dist/executions/execution-recovery.service.d.ts +3 -1
- package/dist/executions/execution-recovery.service.js +13 -4
- package/dist/executions/execution-recovery.service.js.map +1 -1
- package/dist/executions/pre-execution-checks/subworkflow-policy-checker.d.ts +5 -2
- package/dist/executions/pre-execution-checks/subworkflow-policy-checker.js +28 -8
- package/dist/executions/pre-execution-checks/subworkflow-policy-checker.js.map +1 -1
- package/dist/modules/agents/agent-runtime-reconstruction.service.js +4 -2
- package/dist/modules/agents/agent-runtime-reconstruction.service.js.map +1 -1
- package/dist/modules/agents/builder/get-resource-locator-options.tool.d.ts +2 -2
- package/dist/modules/agents/tools/workflow-tool-factory.d.ts +2 -0
- package/dist/modules/agents/tools/workflow-tool-factory.js +2 -1
- package/dist/modules/agents/tools/workflow-tool-factory.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.service.d.ts +3 -1
- package/dist/modules/chat-hub/chat-hub.service.js +8 -2
- package/dist/modules/chat-hub/chat-hub.service.js.map +1 -1
- package/dist/modules/community-packages/community-packages.service.js +4 -0
- package/dist/modules/community-packages/community-packages.service.js.map +1 -1
- package/dist/modules/instance-ai/eval/execution.service.js +1 -1
- package/dist/modules/instance-ai/eval/execution.service.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai.adapter.service.js +2 -2
- package/dist/modules/instance-ai/instance-ai.adapter.service.js.map +1 -1
- package/dist/modules/log-streaming.ee/destinations/destination-credentials-access.d.ts +4 -0
- package/dist/modules/log-streaming.ee/destinations/destination-credentials-access.js +21 -0
- package/dist/modules/log-streaming.ee/destinations/destination-credentials-access.js.map +1 -0
- package/dist/modules/log-streaming.ee/log-streaming.controller.d.ts +4 -2
- package/dist/modules/log-streaming.ee/log-streaming.controller.js +13 -4
- package/dist/modules/log-streaming.ee/log-streaming.controller.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/constants.d.ts +1 -0
- package/dist/modules/mcp/tools/workflow-builder/constants.js +2 -1
- package/dist/modules/mcp/tools/workflow-builder/constants.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js +2 -1
- package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/validate-workflow-code.tool.js +2 -1
- package/dist/modules/mcp/tools/workflow-builder/validate-workflow-code.tool.js.map +1 -1
- package/dist/modules/oauth-server/oauth-server.service.js +29 -0
- package/dist/modules/oauth-server/oauth-server.service.js.map +1 -1
- package/dist/modules/oauth-server/oauth-session.service.d.ts +1 -0
- package/dist/modules/oauth-server/oauth-session.service.js +5 -5
- package/dist/modules/oauth-server/oauth-session.service.js.map +1 -1
- package/dist/modules/source-control.ee/source-control.service.ee.d.ts +1 -0
- package/dist/modules/source-control.ee/source-control.service.ee.js +24 -20
- package/dist/modules/source-control.ee/source-control.service.ee.js.map +1 -1
- package/dist/modules/sso-oidc/oidc.controller.ee.js +1 -0
- package/dist/modules/sso-oidc/oidc.controller.ee.js.map +1 -1
- package/dist/modules/sso-oidc/oidc.service.ee.d.ts +1 -0
- package/dist/modules/sso-oidc/oidc.service.ee.js +7 -0
- package/dist/modules/sso-oidc/oidc.service.ee.js.map +1 -1
- package/dist/public-api/v1/handlers/log-streaming/log-streaming.handler.js +10 -3
- package/dist/public-api/v1/handlers/log-streaming/log-streaming.handler.js.map +1 -1
- package/dist/push/abstract.push.js +2 -1
- package/dist/push/abstract.push.js.map +1 -1
- package/dist/server.d.ts +1 -0
- package/dist/server.js +25 -25
- package/dist/server.js.map +1 -1
- package/dist/services/active-workflows.service.d.ts +4 -3
- package/dist/services/active-workflows.service.js +7 -6
- package/dist/services/active-workflows.service.js.map +1 -1
- package/dist/services/credentials-tester.service.d.ts +1 -0
- package/dist/services/credentials-tester.service.js +9 -1
- package/dist/services/credentials-tester.service.js.map +1 -1
- package/dist/task-runners/task-broker/auth/task-broker-auth.service.js +1 -2
- package/dist/task-runners/task-broker/auth/task-broker-auth.service.js.map +1 -1
- package/dist/utils/request-path.d.ts +2 -0
- package/dist/utils/request-path.js +58 -0
- package/dist/utils/request-path.js.map +1 -0
- package/dist/webhooks/hitl-interaction-webhooks.d.ts +1 -0
- package/dist/webhooks/hitl-interaction-webhooks.js +5 -3
- package/dist/webhooks/hitl-interaction-webhooks.js.map +1 -1
- package/dist/webhooks/slack-interaction-webhooks.d.ts +1 -0
- package/dist/webhooks/slack-interaction-webhooks.js +4 -0
- package/dist/webhooks/slack-interaction-webhooks.js.map +1 -1
- package/dist/webhooks/telegram-interaction-webhooks.d.ts +1 -0
- package/dist/webhooks/telegram-interaction-webhooks.js +4 -0
- package/dist/webhooks/telegram-interaction-webhooks.js.map +1 -1
- package/dist/webhooks/webhook-request-sanitizer.js +8 -0
- package/dist/webhooks/webhook-request-sanitizer.js.map +1 -1
- package/dist/webhooks/webhook-response-headers.js +11 -2
- package/dist/webhooks/webhook-response-headers.js.map +1 -1
- package/dist/workflows/publication/publication-status-reporter.d.ts +4 -4
- package/dist/workflows/publication/publication-status-reporter.js +16 -16
- package/dist/workflows/publication/publication-status-reporter.js.map +1 -1
- package/dist/workflows/workflow-push-notifier.service.d.ts +9 -0
- package/dist/workflows/workflow-push-notifier.service.js +31 -0
- package/dist/workflows/workflow-push-notifier.service.js.map +1 -0
- package/dist/workflows/workflow-sharing.service.d.ts +7 -3
- package/dist/workflows/workflow-sharing.service.js +29 -2
- package/dist/workflows/workflow-sharing.service.js.map +1 -1
- 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.