n8n 1.121.2 → 1.122.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.
- package/dist/active-workflow-manager.js +35 -13
- package/dist/active-workflow-manager.js.map +1 -1
- package/dist/auth/auth.service.js +1 -0
- package/dist/auth/auth.service.js.map +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/commands/base-command.d.ts +2 -1
- package/dist/commands/base-command.js +1 -0
- package/dist/commands/base-command.js.map +1 -1
- package/dist/commands/execute-batch.d.ts +2 -2
- package/dist/commands/start.js +2 -1
- package/dist/commands/start.js.map +1 -1
- package/dist/commands/webhook.js +1 -1
- package/dist/commands/webhook.js.map +1 -1
- package/dist/commands/worker.js +2 -1
- package/dist/commands/worker.js.map +1 -1
- package/dist/controllers/ai.controller.d.ts +1 -0
- package/dist/credentials/credentials-finder.service.d.ts +18 -3
- package/dist/credentials/credentials-finder.service.js +63 -7
- package/dist/credentials/credentials-finder.service.js.map +1 -1
- package/dist/credentials/credentials.controller.d.ts +4 -0
- package/dist/credentials/credentials.controller.js +9 -0
- package/dist/credentials/credentials.controller.js.map +1 -1
- package/dist/credentials/credentials.service.d.ts +25 -1
- package/dist/credentials/credentials.service.ee.d.ts +2 -0
- package/dist/credentials/credentials.service.js +100 -67
- package/dist/credentials/credentials.service.js.map +1 -1
- package/dist/environments.ee/source-control/source-control-export.service.ee.js +2 -1
- package/dist/environments.ee/source-control/source-control-export.service.ee.js.map +1 -1
- package/dist/environments.ee/source-control/source-control-import.service.ee.js +21 -8
- package/dist/environments.ee/source-control/source-control-import.service.ee.js.map +1 -1
- package/dist/environments.ee/source-control/source-control-status.service.ee.js +2 -1
- package/dist/environments.ee/source-control/source-control-status.service.ee.js.map +1 -1
- package/dist/environments.ee/source-control/types/exportable-credential.d.ts +1 -0
- package/dist/evaluation.ee/test-runner/test-runner.service.ee.js +2 -2
- package/dist/evaluation.ee/test-runner/test-runner.service.ee.js.map +1 -1
- package/dist/eventbus/message-event-bus/message-event-bus.js +1 -1
- package/dist/eventbus/message-event-bus/message-event-bus.js.map +1 -1
- package/dist/events/maps/relay.event-map.d.ts +9 -0
- package/dist/events/relays/telemetry.event-relay.d.ts +2 -0
- package/dist/events/relays/telemetry.event-relay.js +12 -0
- package/dist/events/relays/telemetry.event-relay.js.map +1 -1
- package/dist/execution-lifecycle/shared/shared-hook-functions.js +1 -0
- package/dist/execution-lifecycle/shared/shared-hook-functions.js.map +1 -1
- package/dist/executions/execution-data.service.d.ts +1 -1
- package/dist/executions/execution-data.service.js +3 -2
- package/dist/executions/execution-data.service.js.map +1 -1
- package/dist/executions/execution-recovery.service.js +1 -1
- package/dist/executions/execution-recovery.service.js.map +1 -1
- package/dist/executions/execution.service.js +1 -0
- package/dist/executions/execution.service.js.map +1 -1
- package/dist/executions/execution.utils.d.ts +2 -0
- package/dist/executions/execution.utils.js +7 -0
- package/dist/executions/execution.utils.js.map +1 -0
- package/dist/executions/pre-execution-checks/credentials-permission-checker.d.ts +4 -2
- package/dist/executions/pre-execution-checks/credentials-permission-checker.js +16 -2
- package/dist/executions/pre-execution-checks/credentials-permission-checker.js.map +1 -1
- package/dist/metrics/prometheus-metrics.service.d.ts +7 -2
- package/dist/metrics/prometheus-metrics.service.js +95 -2
- package/dist/metrics/prometheus-metrics.service.js.map +1 -1
- package/dist/metrics/types.d.ts +1 -1
- package/dist/middlewares/body-parser.js +3 -0
- package/dist/middlewares/body-parser.js.map +1 -1
- package/dist/middlewares/list-query/dtos/workflow.select.dto.js +1 -0
- package/dist/middlewares/list-query/dtos/workflow.select.dto.js.map +1 -1
- package/dist/modules/breaking-changes/breaking-changes.service.js +2 -2
- package/dist/modules/breaking-changes/breaking-changes.service.js.map +1 -1
- package/dist/modules/breaking-changes/rules/v2/binary-data-storage.rule.d.ts +3 -1
- package/dist/modules/breaking-changes/rules/v2/binary-data-storage.rule.js +27 -19
- package/dist/modules/breaking-changes/rules/v2/binary-data-storage.rule.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-agent.service.js +1 -0
- package/dist/modules/chat-hub/chat-hub-agent.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-credentials.service.js +2 -2
- package/dist/modules/chat-hub/chat-hub-credentials.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-message.entity.d.ts +2 -0
- package/dist/modules/chat-hub/chat-hub-message.entity.js +4 -0
- package/dist/modules/chat-hub/chat-hub-message.entity.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-workflow.service.d.ts +4 -2
- package/dist/modules/chat-hub/chat-hub-workflow.service.js +147 -22
- package/dist/modules/chat-hub/chat-hub-workflow.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.attachment.service.d.ts +28 -0
- package/dist/modules/chat-hub/chat-hub.attachment.service.js +96 -0
- package/dist/modules/chat-hub/chat-hub.attachment.service.js.map +1 -0
- package/dist/modules/chat-hub/chat-hub.constants.d.ts +1 -0
- package/dist/modules/chat-hub/chat-hub.constants.js +46 -1
- package/dist/modules/chat-hub/chat-hub.constants.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.controller.d.ts +6 -3
- package/dist/modules/chat-hub/chat-hub.controller.js +59 -12
- package/dist/modules/chat-hub/chat-hub.controller.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.module.d.ts +13 -1
- package/dist/modules/chat-hub/chat-hub.module.js +3 -2
- package/dist/modules/chat-hub/chat-hub.module.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.service.d.ts +23 -8
- package/dist/modules/chat-hub/chat-hub.service.js +578 -102
- package/dist/modules/chat-hub/chat-hub.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.settings.controller.d.ts +39 -5
- package/dist/modules/chat-hub/chat-hub.settings.controller.js +28 -11
- package/dist/modules/chat-hub/chat-hub.settings.controller.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.settings.service.d.ts +5 -0
- package/dist/modules/chat-hub/chat-hub.settings.service.js +62 -3
- package/dist/modules/chat-hub/chat-hub.settings.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.types.d.ts +37 -1
- package/dist/modules/chat-hub/chat-hub.types.js +12 -0
- package/dist/modules/chat-hub/chat-hub.types.js.map +1 -1
- package/dist/modules/chat-hub/chat-message.repository.d.ts +2 -0
- package/dist/modules/chat-hub/chat-message.repository.js.map +1 -1
- package/dist/modules/chat-hub/chat-session.repository.d.ts +1 -1
- package/dist/modules/chat-hub/chat-session.repository.js +20 -5
- package/dist/modules/chat-hub/chat-session.repository.js.map +1 -1
- package/dist/modules/chat-hub/context-limits.js +11 -0
- package/dist/modules/chat-hub/context-limits.js.map +1 -1
- package/dist/modules/chat-hub/dto/chat-models-request.dto.d.ts +1 -1
- package/dist/modules/community-packages/community-node.command.js +1 -1
- package/dist/modules/community-packages/community-node.command.js.map +1 -1
- package/dist/modules/community-packages/community-packages.controller.js +3 -2
- package/dist/modules/community-packages/community-packages.controller.js.map +1 -1
- package/dist/modules/community-packages/community-packages.service.d.ts +1 -1
- package/dist/modules/community-packages/community-packages.service.js +9 -9
- package/dist/modules/community-packages/community-packages.service.js.map +1 -1
- package/dist/modules/data-table/csv-parser.service.d.ts +22 -0
- package/dist/modules/data-table/csv-parser.service.js +157 -0
- package/dist/modules/data-table/csv-parser.service.js.map +1 -0
- package/dist/modules/data-table/data-table-file-cleanup.service.d.ts +12 -0
- package/dist/modules/data-table/data-table-file-cleanup.service.js +81 -0
- package/dist/modules/data-table/data-table-file-cleanup.service.js.map +1 -0
- package/dist/modules/data-table/data-table-size-validator.service.d.ts +0 -1
- package/dist/modules/data-table/data-table-size-validator.service.js +2 -4
- package/dist/modules/data-table/data-table-size-validator.service.js.map +1 -1
- package/dist/modules/data-table/data-table-uploads.controller.d.ts +13 -0
- package/dist/modules/data-table/data-table-uploads.controller.js +68 -0
- package/dist/modules/data-table/data-table-uploads.controller.js.map +1 -0
- package/dist/modules/data-table/data-table.controller.d.ts +7 -0
- package/dist/modules/data-table/data-table.controller.js +28 -0
- package/dist/modules/data-table/data-table.controller.js.map +1 -1
- package/dist/modules/data-table/data-table.module.js +5 -0
- package/dist/modules/data-table/data-table.module.js.map +1 -1
- package/dist/modules/data-table/data-table.service.d.ts +14 -1
- package/dist/modules/data-table/data-table.service.js +115 -2
- package/dist/modules/data-table/data-table.service.js.map +1 -1
- package/dist/modules/data-table/errors/data-table-file-upload.error.d.ts +4 -0
- package/dist/modules/data-table/errors/data-table-file-upload.error.js +13 -0
- package/dist/modules/data-table/errors/data-table-file-upload.error.js.map +1 -0
- package/dist/modules/data-table/multer-upload-middleware.d.ts +15 -0
- package/dist/modules/data-table/multer-upload-middleware.js +98 -0
- package/dist/modules/data-table/multer-upload-middleware.js.map +1 -0
- package/dist/modules/data-table/types.d.ts +12 -0
- package/dist/modules/data-table/types.js +7 -0
- package/dist/modules/data-table/types.js.map +1 -0
- package/dist/modules/data-table/utils/size-utils.d.ts +2 -0
- package/dist/modules/data-table/utils/size-utils.js +19 -0
- package/dist/modules/data-table/utils/size-utils.js.map +1 -0
- package/dist/modules/insights/insights-collection.service.d.ts +2 -1
- package/dist/modules/insights/insights-collection.service.js +12 -1
- package/dist/modules/insights/insights-collection.service.js.map +1 -1
- package/dist/modules/insights/insights.module.js +4 -7
- package/dist/modules/insights/insights.module.js.map +1 -1
- package/dist/modules/insights/insights.service.d.ts +3 -16
- package/dist/modules/insights/insights.service.js +51 -25
- package/dist/modules/insights/insights.service.js.map +1 -1
- package/dist/modules/insights/insights.settings.d.ts +17 -0
- package/dist/modules/insights/insights.settings.js +44 -0
- package/dist/modules/insights/insights.settings.js.map +1 -0
- package/dist/modules/mcp/mcp-api-key.service.d.ts +3 -2
- package/dist/modules/mcp/mcp-api-key.service.js +22 -3
- package/dist/modules/mcp/mcp-api-key.service.js.map +1 -1
- package/dist/modules/mcp/mcp-oauth-token.service.d.ts +4 -3
- package/dist/modules/mcp/mcp-oauth-token.service.js +24 -6
- package/dist/modules/mcp/mcp-oauth-token.service.js.map +1 -1
- package/dist/modules/mcp/mcp-server-middleware.service.d.ts +4 -4
- package/dist/modules/mcp/mcp-server-middleware.service.js +43 -18
- package/dist/modules/mcp/mcp-server-middleware.service.js.map +1 -1
- package/dist/modules/mcp/mcp.errors.d.ts +7 -0
- package/dist/modules/mcp/mcp.errors.js +16 -1
- package/dist/modules/mcp/mcp.errors.js.map +1 -1
- package/dist/modules/mcp/mcp.settings.controller.js +1 -1
- package/dist/modules/mcp/mcp.settings.controller.js.map +1 -1
- package/dist/modules/mcp/mcp.types.d.ts +12 -0
- package/dist/modules/mcp/tools/execute-workflow.tool.js +2 -2
- package/dist/modules/mcp/tools/execute-workflow.tool.js.map +1 -1
- package/dist/modules/mcp/tools/get-workflow-details.tool.js +1 -1
- package/dist/modules/mcp/tools/get-workflow-details.tool.js.map +1 -1
- package/dist/modules/mcp/tools/search-workflows.tool.js +2 -1
- package/dist/modules/mcp/tools/search-workflows.tool.js.map +1 -1
- package/dist/modules/provisioning.ee/provisioning.service.ee.d.ts +3 -1
- package/dist/modules/provisioning.ee/provisioning.service.ee.js +14 -2
- package/dist/modules/provisioning.ee/provisioning.service.ee.js.map +1 -1
- package/dist/permissions.ee/check-access.js +13 -1
- package/dist/permissions.ee/check-access.js.map +1 -1
- package/dist/public-api/types.d.ts +3 -1
- package/dist/public-api/v1/handlers/workflows/workflows.handler.js +36 -14
- package/dist/public-api/v1/handlers/workflows/workflows.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/workflows/workflows.service.d.ts +1 -1
- package/dist/public-api/v1/handlers/workflows/workflows.service.js +6 -1
- package/dist/public-api/v1/handlers/workflows/workflows.service.js.map +1 -1
- package/dist/public-api/v1/openapi.yml +48 -3
- package/dist/requests.d.ts +1 -0
- package/dist/scaling/job-processor.d.ts +1 -0
- package/dist/scaling/job-processor.js +13 -2
- package/dist/scaling/job-processor.js.map +1 -1
- package/dist/scaling/scaling.service.js +13 -2
- package/dist/scaling/scaling.service.js.map +1 -1
- package/dist/scaling/scaling.types.d.ts +1 -0
- package/dist/security-audit/risk-reporters/credentials-risk-reporter.js +4 -3
- package/dist/security-audit/risk-reporters/credentials-risk-reporter.js.map +1 -1
- package/dist/security-audit/risk-reporters/instance-risk-reporter.js +1 -1
- package/dist/security-audit/risk-reporters/instance-risk-reporter.js.map +1 -1
- package/dist/security-audit/security-audit.service.js +1 -1
- package/dist/security-audit/security-audit.service.js.map +1 -1
- package/dist/services/ai-workflow-builder.service.d.ts +5 -1
- package/dist/services/ai-workflow-builder.service.js +12 -3
- package/dist/services/ai-workflow-builder.service.js.map +1 -1
- package/dist/services/import.service.js +2 -1
- package/dist/services/import.service.js.map +1 -1
- package/dist/services/role.service.js +8 -1
- package/dist/services/role.service.js.map +1 -1
- package/dist/task-runners/task-managers/data-request-response-builder.js +3 -2
- package/dist/task-runners/task-managers/data-request-response-builder.js.map +1 -1
- package/dist/task-runners/task-managers/data-request-response-stripper.js +3 -2
- package/dist/task-runners/task-managers/data-request-response-stripper.js.map +1 -1
- package/dist/webhooks/live-webhooks.js +11 -4
- package/dist/webhooks/live-webhooks.js.map +1 -1
- package/dist/webhooks/waiting-forms.d.ts +1 -1
- package/dist/webhooks/waiting-forms.js +2 -1
- package/dist/webhooks/waiting-forms.js.map +1 -1
- package/dist/webhooks/waiting-webhooks.d.ts +2 -1
- package/dist/webhooks/waiting-webhooks.js +2 -1
- package/dist/webhooks/waiting-webhooks.js.map +1 -1
- package/dist/workflow-execute-additional-data.js +13 -7
- package/dist/workflow-execute-additional-data.js.map +1 -1
- package/dist/workflow-helpers.d.ts +2 -0
- package/dist/workflow-helpers.js +10 -0
- package/dist/workflow-helpers.js.map +1 -1
- package/dist/workflow-runner.js +3 -3
- package/dist/workflow-runner.js.map +1 -1
- package/dist/workflows/workflow-execution.service.js +4 -3
- package/dist/workflows/workflow-execution.service.js.map +1 -1
- package/dist/workflows/workflow-finder.service.d.ts +3 -0
- package/dist/workflows/workflow-finder.service.js +1 -0
- package/dist/workflows/workflow-finder.service.js.map +1 -1
- package/dist/workflows/workflow-history/workflow-history-manager.js +1 -1
- package/dist/workflows/workflow-history/workflow-history-manager.js.map +1 -1
- package/dist/workflows/workflow-history/workflow-history.service.d.ts +5 -3
- package/dist/workflows/workflow-history/workflow-history.service.js +18 -4
- package/dist/workflows/workflow-history/workflow-history.service.js.map +1 -1
- package/dist/workflows/workflow.request.d.ts +11 -0
- package/dist/workflows/workflow.service.d.ts +8 -1
- package/dist/workflows/workflow.service.ee.js +3 -3
- package/dist/workflows/workflow.service.ee.js.map +1 -1
- package/dist/workflows/workflow.service.js +145 -46
- package/dist/workflows/workflow.service.js.map +1 -1
- package/dist/workflows/workflows.controller.d.ts +74 -8
- package/dist/workflows/workflows.controller.js +65 -10
- package/dist/workflows/workflows.controller.js.map +1 -1
- package/package.json +18 -17
- package/dist/modules/chat-hub/dto/chat-message-request.dto.d.ts +0 -9
- package/dist/modules/chat-hub/dto/chat-message-request.dto.js +0 -12
- package/dist/modules/chat-hub/dto/chat-message-request.dto.js.map +0 -1
- package/dist/modules/chat-hub/dto/update-chat-settings.dto.d.ts +0 -8
- package/dist/modules/chat-hub/dto/update-chat-settings.dto.js +0 -11
- package/dist/modules/chat-hub/dto/update-chat-settings.dto.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.