n8n 2.4.4 → 2.5.1
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-executions.js +1 -0
- package/dist/active-executions.js.map +1 -1
- package/dist/auth/auth.service.js +2 -1
- package/dist/auth/auth.service.js.map +1 -1
- package/dist/build.tsbuildinfo +1 -1
- package/dist/chat/chat-service.d.ts +2 -1
- package/dist/chat/chat-service.js +33 -11
- package/dist/chat/chat-service.js.map +1 -1
- package/dist/chat/utils.d.ts +1 -1
- package/dist/chat/utils.js +5 -0
- package/dist/chat/utils.js.map +1 -1
- package/dist/commands/base-command.js +2 -0
- package/dist/commands/base-command.js.map +1 -1
- package/dist/commands/export/credentials.d.ts +2 -2
- package/dist/commands/export/workflow.d.ts +2 -2
- package/dist/commands/import/entities.d.ts +3 -0
- package/dist/commands/import/entities.js +11 -1
- package/dist/commands/import/entities.js.map +1 -1
- package/dist/commands/start.js +1 -4
- package/dist/commands/start.js.map +1 -1
- package/dist/commands/webhook.js +2 -0
- package/dist/commands/webhook.js.map +1 -1
- package/dist/commands/worker.js +1 -0
- package/dist/commands/worker.js.map +1 -1
- package/dist/config/index.js +0 -1
- package/dist/config/index.js.map +1 -1
- package/dist/controller.registry.js +6 -0
- package/dist/controller.registry.js.map +1 -1
- package/dist/controllers/ai.controller.d.ts +1 -2
- package/dist/controllers/ai.controller.js +0 -18
- package/dist/controllers/ai.controller.js.map +1 -1
- package/dist/controllers/auth.controller.js +2 -1
- package/dist/controllers/auth.controller.js.map +1 -1
- package/dist/controllers/e2e.controller.d.ts +3 -3
- package/dist/controllers/e2e.controller.js +10 -8
- package/dist/controllers/e2e.controller.js.map +1 -1
- package/dist/controllers/me.controller.js +13 -15
- package/dist/controllers/me.controller.js.map +1 -1
- package/dist/controllers/node-types.controller.d.ts +2 -0
- package/dist/controllers/node-types.controller.js +40 -22
- package/dist/controllers/node-types.controller.js.map +1 -1
- package/dist/controllers/orchestration.controller.d.ts +2 -1
- package/dist/controllers/orchestration.controller.js +3 -3
- package/dist/controllers/orchestration.controller.js.map +1 -1
- package/dist/credentials-helper.js +3 -1
- package/dist/credentials-helper.js.map +1 -1
- package/dist/deprecation/deprecation.service.js +5 -0
- package/dist/deprecation/deprecation.service.js.map +1 -1
- package/dist/eventbus/message-event-bus/message-event-bus.d.ts +2 -21
- package/dist/eventbus/message-event-bus/message-event-bus.js +1 -110
- package/dist/eventbus/message-event-bus/message-event-bus.js.map +1 -1
- package/dist/events/maps/relay.event-map.d.ts +6 -0
- package/dist/events/relays/telemetry.event-relay.d.ts +1 -0
- package/dist/events/relays/telemetry.event-relay.js +18 -4
- package/dist/events/relays/telemetry.event-relay.js.map +1 -1
- package/dist/events/relays/workflow-failure-notification.event-relay.d.ts +13 -0
- package/dist/events/relays/workflow-failure-notification.event-relay.js +78 -0
- package/dist/events/relays/workflow-failure-notification.event-relay.js.map +1 -0
- package/dist/executions/execution-data/types.d.ts +17 -0
- package/dist/executions/execution-data/types.js.map +1 -0
- package/dist/executions/{execution-data.service.d.ts → failed-run-factory.d.ts} +1 -1
- package/dist/executions/{execution-data.service.js → failed-run-factory.js} +6 -6
- package/dist/executions/failed-run-factory.js.map +1 -0
- package/dist/license/license.controller.js +6 -1
- package/dist/license/license.controller.js.map +1 -1
- package/dist/license/license.service.d.ts +2 -1
- package/dist/license/license.service.js +10 -2
- package/dist/license/license.service.js.map +1 -1
- package/dist/license.d.ts +2 -1
- package/dist/license.js +2 -2
- package/dist/license.js.map +1 -1
- package/dist/load-nodes-and-credentials.d.ts +1 -0
- package/dist/load-nodes-and-credentials.js +7 -0
- package/dist/load-nodes-and-credentials.js.map +1 -1
- package/dist/mfa/mfa.service.d.ts +5 -3
- package/dist/mfa/mfa.service.js +15 -10
- package/dist/mfa/mfa.service.js.map +1 -1
- package/dist/modules/breaking-changes/breaking-changes.module.js +1 -1
- package/dist/modules/breaking-changes/breaking-changes.module.js.map +1 -1
- package/dist/modules/breaking-changes/breaking-changes.service.d.ts +4 -3
- package/dist/modules/breaking-changes/breaking-changes.service.js +25 -6
- package/dist/modules/breaking-changes/breaking-changes.service.js.map +1 -1
- package/dist/modules/breaking-changes/rules/index.d.ts +1 -1
- package/dist/modules/breaking-changes/rules/v2/index.d.ts +2 -3
- package/dist/modules/breaking-changes/rules/v2/index.js +0 -4
- package/dist/modules/breaking-changes/rules/v2/index.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-agent.service.d.ts +2 -2
- package/dist/modules/chat-hub/chat-hub-agent.service.js +2 -2
- package/dist/modules/chat-hub/chat-hub-agent.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-extractor.d.ts +22 -0
- package/dist/modules/chat-hub/chat-hub-extractor.js +64 -0
- package/dist/modules/chat-hub/chat-hub-extractor.js.map +1 -0
- package/dist/modules/chat-hub/chat-hub-message.entity.js +1 -1
- package/dist/modules/chat-hub/chat-hub-message.entity.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-session.entity.js +1 -1
- package/dist/modules/chat-hub/chat-hub-session.entity.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-workflow.service.d.ts +1 -1
- package/dist/modules/chat-hub/chat-hub-workflow.service.js +2 -2
- package/dist/modules/chat-hub/chat-hub-workflow.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.constants.d.ts +2 -0
- package/dist/modules/chat-hub/chat-hub.constants.js +8 -1
- package/dist/modules/chat-hub/chat-hub.constants.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.controller.js +17 -5
- package/dist/modules/chat-hub/chat-hub.controller.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.service.d.ts +16 -3
- package/dist/modules/chat-hub/chat-hub.service.js +290 -56
- package/dist/modules/chat-hub/chat-hub.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.types.d.ts +8 -2
- package/dist/modules/chat-hub/chat-hub.types.js.map +1 -1
- package/dist/modules/community-packages/community-node-types.service.js +2 -5
- package/dist/modules/community-packages/community-node-types.service.js.map +1 -1
- package/dist/modules/community-packages/community-packages.module.d.ts +1 -0
- package/dist/modules/community-packages/community-packages.module.js +3 -0
- package/dist/modules/community-packages/community-packages.module.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/data-table/data-table-file-cleanup.service.d.ts +3 -1
- package/dist/modules/data-table/data-table-file-cleanup.service.js +7 -2
- package/dist/modules/data-table/data-table-file-cleanup.service.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.config.d.ts +4 -0
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.config.js +32 -0
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.config.js.map +1 -0
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.d.ts +9 -2
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.js +63 -7
- package/dist/modules/dynamic-credentials.ee/dynamic-credentials.controller.js.map +1 -1
- package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-cors.service.d.ts +12 -0
- package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-cors.service.js +70 -0
- package/dist/modules/dynamic-credentials.ee/services/dynamic-credential-cors.service.js.map +1 -0
- package/dist/modules/dynamic-credentials.ee/workflow-status.controller.d.ts +5 -2
- package/dist/modules/dynamic-credentials.ee/workflow-status.controller.js +17 -3
- package/dist/modules/dynamic-credentials.ee/workflow-status.controller.js.map +1 -1
- package/dist/modules/external-secrets.ee/external-secrets.config.d.ts +1 -0
- package/dist/modules/external-secrets.ee/external-secrets.config.js +5 -0
- package/dist/modules/external-secrets.ee/external-secrets.config.js.map +1 -1
- package/dist/modules/log-streaming.ee/database/entities/event-destination.entity.d.ts +6 -0
- package/dist/modules/log-streaming.ee/database/entities/event-destination.entity.js +29 -0
- package/dist/modules/log-streaming.ee/database/entities/event-destination.entity.js.map +1 -0
- package/dist/modules/log-streaming.ee/database/entities/index.d.ts +1 -0
- package/dist/modules/log-streaming.ee/database/entities/index.js +6 -0
- package/dist/modules/log-streaming.ee/database/entities/index.js.map +1 -0
- package/dist/modules/log-streaming.ee/database/repositories/event-destination.repository.d.ts +5 -0
- package/dist/modules/log-streaming.ee/database/repositories/event-destination.repository.js +26 -0
- package/dist/modules/log-streaming.ee/database/repositories/event-destination.repository.js.map +1 -0
- package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-from-db.d.ts +2 -2
- package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-from-db.js.map +1 -0
- package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-sentry.ee.d.ts +1 -1
- package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-sentry.ee.js +3 -4
- package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-sentry.ee.js.map +1 -0
- package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-syslog.ee.d.ts +1 -1
- package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-syslog.ee.js +1 -1
- package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-syslog.ee.js.map +1 -0
- package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-webhook.ee.d.ts +2 -2
- package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-webhook.ee.js +3 -3
- package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination-webhook.ee.js.map +1 -0
- package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination.ee.d.ts +6 -12
- package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination.ee.js +9 -49
- package/dist/modules/log-streaming.ee/destinations/message-event-bus-destination.ee.js.map +1 -0
- package/dist/modules/log-streaming.ee/log-streaming-destination.service.d.ts +32 -0
- package/dist/modules/log-streaming.ee/log-streaming-destination.service.js +176 -0
- package/dist/modules/log-streaming.ee/log-streaming-destination.service.js.map +1 -0
- package/dist/{eventbus/event-bus.controller.d.ts → modules/log-streaming.ee/log-streaming.controller.d.ts} +5 -3
- package/dist/{eventbus/event-bus.controller.js → modules/log-streaming.ee/log-streaming.controller.js} +19 -18
- package/dist/modules/log-streaming.ee/log-streaming.controller.js.map +1 -0
- package/dist/modules/log-streaming.ee/log-streaming.module.d.ts +5 -0
- package/dist/modules/log-streaming.ee/log-streaming.module.js +67 -0
- package/dist/modules/log-streaming.ee/log-streaming.module.js.map +1 -0
- package/dist/modules/mcp/mcp.errors.d.ts +5 -0
- package/dist/modules/mcp/mcp.errors.js +9 -1
- package/dist/modules/mcp/mcp.errors.js.map +1 -1
- package/dist/modules/mcp/mcp.service.d.ts +7 -2
- package/dist/modules/mcp/mcp.service.js +13 -4
- package/dist/modules/mcp/mcp.service.js.map +1 -1
- package/dist/modules/mcp/mcp.types.d.ts +9 -5
- package/dist/modules/mcp/tools/execute-workflow.tool.d.ts +3 -3
- package/dist/modules/mcp/tools/execute-workflow.tool.js +34 -10
- package/dist/modules/mcp/tools/execute-workflow.tool.js.map +1 -1
- package/dist/modules/mcp/tools/get-workflow-details.tool.d.ts +4 -2
- package/dist/modules/mcp/tools/get-workflow-details.tool.js +9 -3
- package/dist/modules/mcp/tools/get-workflow-details.tool.js.map +1 -1
- package/dist/modules/mcp/tools/schemas.d.ts +10 -0
- package/dist/modules/mcp/tools/schemas.js +2 -0
- package/dist/modules/mcp/tools/schemas.js.map +1 -1
- package/dist/modules/mcp/tools/search-workflows.tool.js +25 -14
- package/dist/modules/mcp/tools/search-workflows.tool.js.map +1 -1
- package/dist/modules/provisioning.ee/provisioning.module.js +5 -1
- package/dist/modules/provisioning.ee/provisioning.module.js.map +1 -1
- package/dist/modules/source-control.ee/source-control-git.service.ee.d.ts +1 -0
- package/dist/modules/source-control.ee/source-control-git.service.ee.js +40 -3
- package/dist/modules/source-control.ee/source-control-git.service.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control-preferences.service.ee.d.ts +3 -1
- package/dist/modules/source-control.ee/source-control-preferences.service.ee.js +61 -11
- package/dist/modules/source-control.ee/source-control-preferences.service.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control.controller.ee.d.ts +1 -1
- package/dist/modules/source-control.ee/source-control.controller.ee.js +35 -5
- package/dist/modules/source-control.ee/source-control.controller.ee.js.map +1 -1
- package/dist/modules/source-control.ee/source-control.module.js +5 -1
- package/dist/modules/source-control.ee/source-control.module.js.map +1 -1
- package/dist/modules/source-control.ee/source-control.service.ee.d.ts +4 -0
- package/dist/modules/source-control.ee/source-control.service.ee.js +77 -5
- package/dist/modules/source-control.ee/source-control.service.ee.js.map +1 -1
- package/dist/modules/sso-oidc/constants.js.map +1 -0
- package/dist/{sso.ee/oidc/routes → modules/sso-oidc}/oidc.controller.ee.d.ts +4 -4
- package/dist/{sso.ee/oidc/routes → modules/sso-oidc}/oidc.controller.ee.js +6 -6
- package/dist/modules/sso-oidc/oidc.controller.ee.js.map +1 -0
- package/dist/{sso.ee/oidc → modules/sso-oidc}/oidc.service.ee.js +2 -2
- package/dist/modules/sso-oidc/oidc.service.ee.js.map +1 -0
- package/dist/modules/sso-oidc/sso-oidc.module.d.ts +4 -0
- package/dist/modules/sso-oidc/sso-oidc.module.js +56 -0
- package/dist/modules/sso-oidc/sso-oidc.module.js.map +1 -0
- package/dist/modules/sso-saml/constants.js.map +1 -0
- package/dist/modules/sso-saml/errors/invalid-saml-metadata-url.error.js.map +1 -0
- package/dist/modules/sso-saml/errors/invalid-saml-metadata.error.js.map +1 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/middleware/saml-enabled-middleware.js +3 -3
- package/dist/modules/sso-saml/middleware/saml-enabled-middleware.js.map +1 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/saml-helpers.d.ts +0 -4
- package/dist/{sso.ee/saml → modules/sso-saml}/saml-helpers.js +1 -18
- package/dist/modules/sso-saml/saml-helpers.js.map +1 -0
- package/dist/modules/sso-saml/saml-validator.js.map +1 -0
- package/dist/{sso.ee/saml/routes → modules/sso-saml}/saml.controller.ee.d.ts +5 -5
- package/dist/{sso.ee/saml/routes → modules/sso-saml}/saml.controller.ee.js +12 -11
- package/dist/modules/sso-saml/saml.controller.ee.js.map +1 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/saml.service.ee.js +12 -12
- package/dist/modules/sso-saml/saml.service.ee.js.map +1 -0
- package/dist/modules/sso-saml/schema/metadata-exchange.xsd.js.map +1 -0
- package/dist/modules/sso-saml/schema/oasis-200401-wss-wssecurity-secext-1.0.xsd.js.map +1 -0
- package/dist/modules/sso-saml/schema/oasis-200401-wss-wssecurity-utility-1.0.xsd.js.map +1 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-assertion-2.0.xsd.js.map +1 -1
- package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-metadata-2.0.xsd.js.map +1 -1
- package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-protocol-2.0.xsd.js.map +1 -1
- package/dist/modules/sso-saml/schema/ws-addr.xsd.js.map +1 -0
- package/dist/modules/sso-saml/schema/ws-authorization.xsd.js.map +1 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-federation.xsd.js.map +1 -1
- package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-securitypolicy-1.2.xsd.js.map +1 -1
- package/dist/modules/sso-saml/schema/xenc-schema.xsd.js.map +1 -0
- package/dist/modules/sso-saml/schema/xml.xsd.js.map +1 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/schema/xmldsig-core-schema.xsd.js.map +1 -1
- package/dist/modules/sso-saml/service-provider.ee.js.map +1 -0
- package/dist/modules/sso-saml/sso-saml.module.d.ts +4 -0
- package/dist/modules/sso-saml/sso-saml.module.js +56 -0
- package/dist/modules/sso-saml/sso-saml.module.js.map +1 -0
- package/dist/modules/sso-saml/types.js +3 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/types.js.map +1 -1
- package/dist/modules/sso-saml/views/init-sso-post.js.map +1 -0
- package/dist/modules/workflow-index/workflow-index.service.js +8 -0
- package/dist/modules/workflow-index/workflow-index.service.js.map +1 -1
- package/dist/node-types.d.ts +1 -0
- package/dist/node-types.js +17 -0
- package/dist/node-types.js.map +1 -1
- package/dist/scaling/constants.d.ts +2 -2
- package/dist/scaling/pubsub/pubsub.event-map.d.ts +7 -2
- package/dist/scaling/pubsub/pubsub.types.d.ts +2 -1
- package/dist/scaling/worker-status.service.ee.d.ts +7 -3
- package/dist/scaling/worker-status.service.ee.js +13 -7
- package/dist/scaling/worker-status.service.ee.js.map +1 -1
- package/dist/server.d.ts +0 -1
- package/dist/server.js +5 -22
- package/dist/server.js.map +1 -1
- package/dist/services/ai-workflow-builder.service.d.ts +2 -3
- package/dist/services/ai-workflow-builder.service.js +36 -36
- package/dist/services/ai-workflow-builder.service.js.map +1 -1
- package/dist/services/cors-service.d.ts +7 -0
- package/dist/services/cors-service.js +51 -0
- package/dist/services/cors-service.js.map +1 -0
- package/dist/services/frontend.service.d.ts +3 -1
- package/dist/services/frontend.service.js +19 -4
- package/dist/services/frontend.service.js.map +1 -1
- package/dist/services/import.service.d.ts +2 -4
- package/dist/services/import.service.js +11 -11
- package/dist/services/import.service.js.map +1 -1
- package/dist/services/project.service.ee.d.ts +1 -3
- package/dist/services/project.service.ee.js +4 -12
- package/dist/services/project.service.ee.js.map +1 -1
- package/dist/services/pruning/workflow-history-compaction.service.d.ts +11 -6
- package/dist/services/pruning/workflow-history-compaction.service.js +72 -25
- package/dist/services/pruning/workflow-history-compaction.service.js.map +1 -1
- package/dist/services/public-api-key.service.js +2 -1
- package/dist/services/public-api-key.service.js.map +1 -1
- package/dist/services/role-cache.service.d.ts +2 -1
- package/dist/services/role-cache.service.js +4 -4
- package/dist/services/role-cache.service.js.map +1 -1
- package/dist/services/role.service.d.ts +2 -1
- package/dist/services/role.service.js +3 -3
- package/dist/services/role.service.js.map +1 -1
- package/dist/services/user.service.d.ts +5 -3
- package/dist/services/user.service.js +15 -1
- package/dist/services/user.service.js.map +1 -1
- package/dist/services/workflow-statistics.service.d.ts +4 -2
- package/dist/services/workflow-statistics.service.js +35 -4
- package/dist/services/workflow-statistics.service.js.map +1 -1
- package/dist/sso.ee/sso-helpers.d.ts +4 -0
- package/dist/sso.ee/sso-helpers.js +17 -1
- package/dist/sso.ee/sso-helpers.js.map +1 -1
- package/dist/user-management/email/templates/workflow-failure.handlebars +211 -0
- package/dist/user-management/email/user-management-mailer.d.ts +7 -1
- package/dist/user-management/email/user-management-mailer.js +19 -0
- package/dist/user-management/email/user-management-mailer.js.map +1 -1
- package/dist/workflow-execute-additional-data.js +2 -2
- package/dist/workflow-execute-additional-data.js.map +1 -1
- package/dist/workflow-helpers.d.ts +2 -1
- package/dist/workflow-helpers.js +21 -0
- package/dist/workflow-helpers.js.map +1 -1
- package/dist/workflow-runner.d.ts +3 -3
- package/dist/workflow-runner.js +5 -5
- package/dist/workflow-runner.js.map +1 -1
- package/dist/workflows/workflow-execution.service.d.ts +4 -4
- package/dist/workflows/workflow-execution.service.js +7 -7
- package/dist/workflows/workflow-execution.service.js.map +1 -1
- package/dist/workflows/workflow-finder.service.d.ts +0 -1
- package/dist/workflows/workflow-finder.service.js +2 -2
- package/dist/workflows/workflow-finder.service.js.map +1 -1
- package/dist/workflows/workflow.service.js +10 -17
- package/dist/workflows/workflow.service.js.map +1 -1
- package/dist/workflows/workflows.controller.d.ts +0 -8
- package/package.json +16 -16
- package/dist/eventbus/event-bus.controller.js.map +0 -1
- package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-from-db.js.map +0 -1
- package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-sentry.ee.js.map +0 -1
- package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-syslog.ee.js.map +0 -1
- package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-webhook.ee.js.map +0 -1
- package/dist/eventbus/message-event-bus-destination/message-event-bus-destination.ee.js.map +0 -1
- package/dist/executions/execution-data.service.js.map +0 -1
- package/dist/executions/legacy-sqlite-execution-recovery.service.d.ts +0 -11
- package/dist/executions/legacy-sqlite-execution-recovery.service.js +0 -48
- package/dist/executions/legacy-sqlite-execution-recovery.service.js.map +0 -1
- package/dist/modules/breaking-changes/rules/v2/git-node-bare-repos.rule.d.ts +0 -10
- package/dist/modules/breaking-changes/rules/v2/git-node-bare-repos.rule.js +0 -66
- package/dist/modules/breaking-changes/rules/v2/git-node-bare-repos.rule.js.map +0 -1
- package/dist/modules/breaking-changes/rules/v2/sqlite-legacy-driver.rule.d.ts +0 -9
- package/dist/modules/breaking-changes/rules/v2/sqlite-legacy-driver.rule.js +0 -75
- package/dist/modules/breaking-changes/rules/v2/sqlite-legacy-driver.rule.js.map +0 -1
- package/dist/sso.ee/oidc/constants.js.map +0 -1
- package/dist/sso.ee/oidc/oidc.service.ee.js.map +0 -1
- package/dist/sso.ee/oidc/routes/oidc.controller.ee.js.map +0 -1
- package/dist/sso.ee/saml/constants.js.map +0 -1
- package/dist/sso.ee/saml/errors/invalid-saml-metadata-url.error.js.map +0 -1
- package/dist/sso.ee/saml/errors/invalid-saml-metadata.error.js.map +0 -1
- package/dist/sso.ee/saml/middleware/saml-enabled-middleware.js.map +0 -1
- package/dist/sso.ee/saml/routes/saml.controller.ee.js.map +0 -1
- package/dist/sso.ee/saml/saml-helpers.js.map +0 -1
- package/dist/sso.ee/saml/saml-validator.js.map +0 -1
- package/dist/sso.ee/saml/saml.service.ee.js.map +0 -1
- package/dist/sso.ee/saml/schema/metadata-exchange.xsd.js.map +0 -1
- package/dist/sso.ee/saml/schema/oasis-200401-wss-wssecurity-secext-1.0.xsd.js.map +0 -1
- package/dist/sso.ee/saml/schema/oasis-200401-wss-wssecurity-utility-1.0.xsd.js.map +0 -1
- package/dist/sso.ee/saml/schema/ws-addr.xsd.js.map +0 -1
- package/dist/sso.ee/saml/schema/ws-authorization.xsd.js.map +0 -1
- package/dist/sso.ee/saml/schema/xenc-schema.xsd.js.map +0 -1
- package/dist/sso.ee/saml/schema/xml.xsd.js.map +0 -1
- package/dist/sso.ee/saml/service-provider.ee.js.map +0 -1
- package/dist/sso.ee/saml/views/init-sso-post.js.map +0 -1
- package/dist/{sso.ee/saml → executions/execution-data}/types.js +0 -0
- package/dist/{eventbus/message-event-bus-destination → modules/log-streaming.ee/destinations}/message-event-bus-destination-from-db.js +0 -0
- package/dist/{sso.ee/oidc → modules/sso-oidc}/constants.d.ts +0 -0
- package/dist/{sso.ee/oidc → modules/sso-oidc}/constants.js +0 -0
- package/dist/{sso.ee/oidc → modules/sso-oidc}/oidc.service.ee.d.ts +0 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/constants.d.ts +0 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/constants.js +0 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/errors/invalid-saml-metadata-url.error.d.ts +0 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/errors/invalid-saml-metadata-url.error.js +0 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/errors/invalid-saml-metadata.error.d.ts +0 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/errors/invalid-saml-metadata.error.js +0 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/middleware/saml-enabled-middleware.d.ts +0 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/saml-validator.d.ts +0 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/saml-validator.js +0 -0
- package/dist/{sso.ee/saml → modules/sso-saml}/saml.service.ee.d.ts +2 -2
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/metadata-exchange.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/metadata-exchange.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/oasis-200401-wss-wssecurity-secext-1.0.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/oasis-200401-wss-wssecurity-secext-1.0.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/oasis-200401-wss-wssecurity-utility-1.0.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/oasis-200401-wss-wssecurity-utility-1.0.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-assertion-2.0.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-assertion-2.0.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-metadata-2.0.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-metadata-2.0.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-protocol-2.0.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/saml-schema-protocol-2.0.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-addr.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-addr.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-authorization.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-authorization.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-federation.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-federation.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-securitypolicy-1.2.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/ws-securitypolicy-1.2.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xenc-schema.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xenc-schema.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xml.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xml.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xmldsig-core-schema.xsd.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/schema/xmldsig-core-schema.xsd.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/service-provider.ee.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/service-provider.ee.js +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/types.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/views/init-sso-post.d.ts +0 -0
- /package/dist/{sso.ee/saml → modules/sso-saml}/views/init-sso-post.js +0 -0
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.