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.
- package/dist/active-workflow-manager.d.ts +3 -1
- package/dist/active-workflow-manager.js +7 -4
- package/dist/active-workflow-manager.js.map +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/commands/start.js +5 -0
- package/dist/commands/start.js.map +1 -1
- package/dist/commands/webhook.js +7 -1
- package/dist/commands/webhook.js.map +1 -1
- package/dist/commands/worker.js +7 -1
- package/dist/commands/worker.js.map +1 -1
- package/dist/controllers/mfa.controller.d.ts +3 -1
- package/dist/controllers/mfa.controller.js +9 -2
- package/dist/controllers/mfa.controller.js.map +1 -1
- package/dist/controllers/security-settings.controller.d.ts +4 -1
- package/dist/controllers/security-settings.controller.js +10 -2
- package/dist/controllers/security-settings.controller.js.map +1 -1
- package/dist/credentials/credentials.controller.js +8 -11
- package/dist/credentials/credentials.controller.js.map +1 -1
- package/dist/credentials/credentials.service.d.ts +3 -0
- package/dist/credentials/credentials.service.js +39 -0
- package/dist/credentials/credentials.service.js.map +1 -1
- package/dist/credentials-overwrites.js +6 -4
- package/dist/credentials-overwrites.js.map +1 -1
- package/dist/errors/credential-not-found.error.d.ts +1 -1
- package/dist/errors/credential-not-found.error.js +3 -1
- package/dist/errors/credential-not-found.error.js.map +1 -1
- package/dist/errors/response-errors/workflow-activation-bad-request.error.d.ts +13 -0
- package/dist/errors/response-errors/workflow-activation-bad-request.error.js +13 -0
- package/dist/errors/response-errors/workflow-activation-bad-request.error.js.map +1 -0
- package/dist/errors/response-errors/workflow-validation.error.d.ts +2 -2
- package/dist/errors/response-errors/workflow-validation.error.js +2 -2
- package/dist/errors/response-errors/workflow-validation.error.js.map +1 -1
- package/dist/eventbus/event-message-classes/index.d.ts +2 -2
- package/dist/eventbus/event-message-classes/index.js +1 -0
- package/dist/eventbus/event-message-classes/index.js.map +1 -1
- package/dist/events/maps/relay.event-map.d.ts +19 -1
- package/dist/events/relays/log-streaming.event-relay.d.ts +1 -0
- package/dist/events/relays/log-streaming.event-relay.js +7 -0
- package/dist/events/relays/log-streaming.event-relay.js.map +1 -1
- package/dist/events/relays/telemetry.event-relay.d.ts +2 -0
- package/dist/events/relays/telemetry.event-relay.js +23 -2
- package/dist/events/relays/telemetry.event-relay.js.map +1 -1
- package/dist/instance-settings-loader/instance-bootstrapping.error.d.ts +3 -0
- package/dist/instance-settings-loader/instance-bootstrapping.error.js +8 -0
- package/dist/instance-settings-loader/instance-bootstrapping.error.js.map +1 -0
- package/dist/instance-settings-loader/instance-settings-loader.service.d.ts +5 -1
- package/dist/instance-settings-loader/instance-settings-loader.service.js +10 -2
- package/dist/instance-settings-loader/instance-settings-loader.service.js.map +1 -1
- package/dist/instance-settings-loader/loaders/oidc.instance-settings-loader.d.ts +13 -0
- package/dist/instance-settings-loader/loaders/oidc.instance-settings-loader.js +116 -0
- package/dist/instance-settings-loader/loaders/oidc.instance-settings-loader.js.map +1 -0
- package/dist/instance-settings-loader/loaders/owner.instance-settings-loader.js +4 -6
- package/dist/instance-settings-loader/loaders/owner.instance-settings-loader.js.map +1 -1
- package/dist/instance-settings-loader/loaders/security-policy.instance-settings-loader.d.ts +12 -0
- package/dist/instance-settings-loader/loaders/security-policy.instance-settings-loader.js +48 -0
- package/dist/instance-settings-loader/loaders/security-policy.instance-settings-loader.js.map +1 -0
- package/dist/metrics/prometheus-metrics.service.d.ts +2 -0
- package/dist/metrics/prometheus-metrics.service.js +61 -0
- package/dist/metrics/prometheus-metrics.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-extractor.d.ts +2 -2
- package/dist/modules/community-packages/community-node-types.service.d.ts +1 -1
- package/dist/modules/community-packages/community-node-types.service.js +4 -1
- package/dist/modules/community-packages/community-node-types.service.js.map +1 -1
- package/dist/modules/community-packages/community-packages.config.d.ts +1 -0
- package/dist/modules/community-packages/community-packages.config.js +5 -0
- package/dist/modules/community-packages/community-packages.config.js.map +1 -1
- package/dist/modules/community-packages/community-packages.lifecycle.service.d.ts +4 -1
- package/dist/modules/community-packages/community-packages.lifecycle.service.js +42 -22
- package/dist/modules/community-packages/community-packages.lifecycle.service.js.map +1 -1
- package/dist/modules/community-packages/community-packages.service.d.ts +2 -1
- package/dist/modules/community-packages/community-packages.service.js +25 -19
- package/dist/modules/community-packages/community-packages.service.js.map +1 -1
- package/dist/modules/community-packages/npm-utils.d.ts +10 -2
- package/dist/modules/community-packages/npm-utils.js +63 -26
- package/dist/modules/community-packages/npm-utils.js.map +1 -1
- package/dist/modules/data-table/data-table.service.d.ts +3 -1
- package/dist/modules/data-table/data-table.service.js +10 -2
- package/dist/modules/data-table/data-table.service.js.map +1 -1
- package/dist/modules/encryption-key-manager/encryption-key-manager.module.d.ts +4 -0
- package/dist/modules/encryption-key-manager/encryption-key-manager.module.js +53 -0
- package/dist/modules/encryption-key-manager/encryption-key-manager.module.js.map +1 -0
- package/dist/modules/encryption-key-manager/key-manager.service.d.ts +19 -0
- package/dist/modules/encryption-key-manager/key-manager.service.js +75 -0
- package/dist/modules/encryption-key-manager/key-manager.service.js.map +1 -0
- package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.d.ts +1 -1
- package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.js +27 -9
- package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.js.map +1 -1
- package/dist/modules/favorites/database/entities/user-favorite.entity.d.ts +9 -0
- package/dist/modules/favorites/database/entities/user-favorite.entity.js +43 -0
- package/dist/modules/favorites/database/entities/user-favorite.entity.js.map +1 -0
- package/dist/modules/favorites/database/repositories/user-favorite.repository.d.ts +9 -0
- package/dist/modules/favorites/database/repositories/user-favorite.repository.js +40 -0
- package/dist/modules/favorites/database/repositories/user-favorite.repository.js.map +1 -0
- package/dist/modules/favorites/dto/add-favorite.dto.d.ts +11 -0
- package/dist/modules/favorites/dto/add-favorite.dto.js +12 -0
- package/dist/modules/favorites/dto/add-favorite.dto.js.map +1 -0
- package/dist/modules/favorites/favorites.controller.d.ts +13 -0
- package/dist/modules/favorites/favorites.controller.js +68 -0
- package/dist/modules/favorites/favorites.controller.js.map +1 -0
- package/dist/modules/favorites/favorites.event-relay.d.ts +9 -0
- package/dist/modules/favorites/favorites.event-relay.js +40 -0
- package/dist/modules/favorites/favorites.event-relay.js.map +1 -0
- package/dist/modules/favorites/favorites.module.d.ts +5 -0
- package/dist/modules/favorites/favorites.module.js +60 -0
- package/dist/modules/favorites/favorites.module.js.map +1 -0
- package/dist/modules/favorites/favorites.service.d.ts +23 -0
- package/dist/modules/favorites/favorites.service.js +176 -0
- package/dist/modules/favorites/favorites.service.js.map +1 -0
- package/dist/modules/insights/database/entities/insights-shared.d.ts +1 -1
- package/dist/modules/instance-ai/filesystem/local-gateway-registry.d.ts +1 -0
- package/dist/modules/instance-ai/filesystem/local-gateway-registry.js +5 -0
- package/dist/modules/instance-ai/filesystem/local-gateway-registry.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai-settings.service.d.ts +6 -2
- package/dist/modules/instance-ai/instance-ai-settings.service.js +36 -10
- package/dist/modules/instance-ai/instance-ai-settings.service.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai-test.controller.d.ts +26 -0
- package/dist/modules/instance-ai/instance-ai-test.controller.js +102 -0
- package/dist/modules/instance-ai/instance-ai-test.controller.js.map +1 -0
- package/dist/modules/instance-ai/instance-ai.adapter.service.js +17 -11
- package/dist/modules/instance-ai/instance-ai.adapter.service.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai.controller.d.ts +8 -6
- package/dist/modules/instance-ai/instance-ai.controller.js +45 -22
- package/dist/modules/instance-ai/instance-ai.controller.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai.module.d.ts +1 -0
- package/dist/modules/instance-ai/instance-ai.module.js +6 -0
- package/dist/modules/instance-ai/instance-ai.module.js.map +1 -1
- package/dist/modules/instance-ai/instance-ai.service.d.ts +9 -0
- package/dist/modules/instance-ai/instance-ai.service.js +81 -4
- package/dist/modules/instance-ai/instance-ai.service.js.map +1 -1
- package/dist/modules/instance-ai/trace-replay-state.d.ts +19 -0
- package/dist/modules/instance-ai/trace-replay-state.js +105 -0
- package/dist/modules/instance-ai/trace-replay-state.js.map +1 -0
- package/dist/modules/instance-registry/instance-registry.controller.d.ts +7 -0
- package/dist/modules/instance-registry/instance-registry.controller.js +39 -0
- package/dist/modules/instance-registry/instance-registry.controller.js.map +1 -0
- package/dist/modules/instance-registry/instance-registry.module.d.ts +1 -0
- package/dist/modules/instance-registry/instance-registry.module.js +60 -3
- package/dist/modules/instance-registry/instance-registry.module.js.map +1 -1
- package/dist/modules/instance-registry/instance-registry.service.d.ts +26 -0
- package/dist/modules/instance-registry/instance-registry.service.js +158 -0
- package/dist/modules/instance-registry/instance-registry.service.js.map +1 -0
- package/dist/modules/instance-registry/stale-member-cleanup.service.d.ts +16 -0
- package/dist/modules/instance-registry/stale-member-cleanup.service.js +81 -0
- package/dist/modules/instance-registry/stale-member-cleanup.service.js.map +1 -0
- package/dist/modules/instance-registry/storage/lua-scripts.d.ts +2 -2
- package/dist/modules/instance-registry/storage/lua-scripts.js +23 -9
- package/dist/modules/instance-registry/storage/lua-scripts.js.map +1 -1
- package/dist/modules/instance-registry/storage/redis-instance-storage.js +12 -12
- package/dist/modules/instance-registry/storage/redis-instance-storage.js.map +1 -1
- package/dist/modules/mcp/mcp-oauth-service.js +15 -8
- package/dist/modules/mcp/mcp-oauth-service.js.map +1 -1
- package/dist/modules/mcp/mcp.service.js +1 -1
- package/dist/modules/mcp/mcp.service.js.map +1 -1
- package/dist/modules/mcp/tools/publish-workflow.tool.js +1 -0
- package/dist/modules/mcp/tools/publish-workflow.tool.js.map +1 -1
- package/dist/modules/mcp/tools/unpublish-workflow.tool.js +3 -1
- package/dist/modules/mcp/tools/unpublish-workflow.tool.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.d.ts +2 -1
- package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js +49 -5
- package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/update-workflow.tool.js +10 -3
- package/dist/modules/mcp/tools/workflow-builder/update-workflow.tool.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-builder/validate-workflow-code.tool.js +7 -0
- package/dist/modules/mcp/tools/workflow-builder/validate-workflow-code.tool.js.map +1 -1
- package/dist/modules/mcp/tools/workflow-validation.utils.d.ts +1 -0
- package/dist/modules/mcp/tools/workflow-validation.utils.js +9 -0
- package/dist/modules/mcp/tools/workflow-validation.utils.js.map +1 -1
- package/dist/modules/otel/handlers/workflow-start.handler.js +1 -0
- package/dist/modules/otel/handlers/workflow-start.handler.js.map +1 -1
- package/dist/modules/otel/otel.constants.d.ts +1 -0
- package/dist/modules/otel/otel.constants.js +1 -0
- package/dist/modules/otel/otel.constants.js.map +1 -1
- package/dist/modules/provisioning.ee/provisioning.controller.ee.d.ts +3 -1
- package/dist/modules/provisioning.ee/provisioning.controller.ee.js +9 -2
- package/dist/modules/provisioning.ee/provisioning.controller.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control-git.service.ee.d.ts +4 -1
- package/dist/modules/source-control.ee/source-control-git.service.ee.js +38 -5
- package/dist/modules/source-control.ee/source-control-git.service.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control-import.service.ee.js +56 -34
- package/dist/modules/source-control.ee/source-control-import.service.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control-status.service.ee.d.ts +1 -0
- package/dist/modules/source-control.ee/source-control-status.service.ee.js +55 -5
- package/dist/modules/source-control.ee/source-control-status.service.ee.js.map +1 -1
- package/dist/modules/sso-oidc/oidc.controller.ee.d.ts +3 -1
- package/dist/modules/sso-oidc/oidc.controller.ee.js +8 -2
- package/dist/modules/sso-oidc/oidc.controller.ee.js.map +1 -1
- package/dist/modules/token-exchange/controllers/embed-auth.controller.js +26 -13
- package/dist/modules/token-exchange/controllers/embed-auth.controller.js.map +1 -1
- package/dist/modules/token-exchange/controllers/token-exchange.controller.js +10 -4
- package/dist/modules/token-exchange/controllers/token-exchange.controller.js.map +1 -1
- package/dist/modules/token-exchange/services/identity-resolution.service.js +7 -6
- package/dist/modules/token-exchange/services/identity-resolution.service.js.map +1 -1
- package/dist/modules/token-exchange/services/token-exchange.service.js +11 -12
- package/dist/modules/token-exchange/services/token-exchange.service.js.map +1 -1
- package/dist/modules/token-exchange/token-exchange.errors.d.ts +11 -0
- package/dist/modules/token-exchange/token-exchange.errors.js +20 -0
- package/dist/modules/token-exchange/token-exchange.errors.js.map +1 -0
- package/dist/modules/token-exchange/token-exchange.schemas.d.ts +6 -6
- package/dist/modules/token-exchange/token-exchange.types.d.ts +15 -0
- package/dist/modules/token-exchange/token-exchange.types.js +15 -1
- package/dist/modules/token-exchange/token-exchange.types.js.map +1 -1
- package/dist/public-api/types.d.ts +8 -2
- package/dist/public-api/v1/handlers/community-packages/community-packages.handler.d.ts +1 -0
- package/dist/public-api/v1/handlers/community-packages/community-packages.handler.js +2 -1
- package/dist/public-api/v1/handlers/community-packages/community-packages.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/credentials/credentials.handler.d.ts +20 -1
- package/dist/public-api/v1/handlers/credentials/credentials.handler.js +55 -27
- package/dist/public-api/v1/handlers/credentials/credentials.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/credentials/credentials.mapper.d.ts +6 -0
- package/dist/public-api/v1/handlers/credentials/credentials.mapper.js +19 -0
- package/dist/public-api/v1/handlers/credentials/credentials.mapper.js.map +1 -0
- package/dist/public-api/v1/handlers/credentials/credentials.service.d.ts +3 -2
- package/dist/public-api/v1/handlers/credentials/credentials.service.js +2 -6
- package/dist/public-api/v1/handlers/credentials/credentials.service.js.map +1 -1
- package/dist/public-api/v1/handlers/data-tables/data-tables.handler.js +23 -41
- package/dist/public-api/v1/handlers/data-tables/data-tables.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/data-tables/data-tables.service.d.ts +5 -0
- package/dist/public-api/v1/handlers/data-tables/data-tables.service.js +57 -0
- package/dist/public-api/v1/handlers/data-tables/data-tables.service.js.map +1 -0
- package/dist/public-api/v1/handlers/workflows/workflows.handler.js +8 -2
- package/dist/public-api/v1/handlers/workflows/workflows.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/workflows/workflows.service.js +1 -0
- package/dist/public-api/v1/handlers/workflows/workflows.service.js.map +1 -1
- package/dist/public-api/v1/openapi.yml +102 -11
- package/dist/scaling/pubsub/pubsub.event-map.d.ts +2 -0
- package/dist/services/dynamic-node-parameters.service.d.ts +4 -1
- package/dist/services/dynamic-node-parameters.service.js +29 -14
- package/dist/services/dynamic-node-parameters.service.js.map +1 -1
- package/dist/services/folder.service.d.ts +3 -1
- package/dist/services/folder.service.js +8 -4
- package/dist/services/folder.service.js.map +1 -1
- package/dist/services/frontend.service.js +1 -0
- package/dist/services/frontend.service.js.map +1 -1
- package/dist/services/jwt.service.d.ts +13 -1
- package/dist/services/jwt.service.js +21 -1
- package/dist/services/jwt.service.js.map +1 -1
- package/dist/services/project.service.ee.js +3 -1
- package/dist/services/project.service.ee.js.map +1 -1
- package/dist/wait-tracker.d.ts +2 -6
- package/dist/wait-tracker.js +63 -94
- package/dist/wait-tracker.js.map +1 -1
- package/dist/workflows/utils.d.ts +2 -0
- package/dist/workflows/utils.js +18 -0
- package/dist/workflows/utils.js.map +1 -0
- package/dist/workflows/workflow-creation.service.d.ts +2 -0
- package/dist/workflows/workflow-creation.service.js +2 -1
- package/dist/workflows/workflow-creation.service.js.map +1 -1
- package/dist/workflows/workflow.service.d.ts +5 -2
- package/dist/workflows/workflow.service.js +26 -11
- package/dist/workflows/workflow.service.js.map +1 -1
- package/package.json +25 -25
- package/dist/services/db-clock.service.d.ts +0 -10
- package/dist/services/db-clock.service.js +0 -48
- 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.