n8n 2.2.2 → 2.3.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/build.tsbuildinfo +1 -1
- package/dist/commands/import/workflow.js +21 -14
- package/dist/commands/import/workflow.js.map +1 -1
- package/dist/commands/start.js +4 -2
- package/dist/commands/start.js.map +1 -1
- package/dist/commands/webhook.js +2 -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/e2e.controller.d.ts +1 -0
- package/dist/controllers/e2e.controller.js +10 -2
- package/dist/controllers/e2e.controller.js.map +1 -1
- package/dist/credentials/credentials.service.d.ts +1 -1
- package/dist/credentials/credentials.service.js +2 -2
- package/dist/credentials/credentials.service.js.map +1 -1
- package/dist/executions/execution.service.d.ts +1 -0
- package/dist/executions/execution.service.js +18 -1
- package/dist/executions/execution.service.js.map +1 -1
- package/dist/executions/execution.types.d.ts +4 -0
- package/dist/executions/executions.controller.d.ts +3 -0
- package/dist/executions/executions.controller.js +13 -0
- package/dist/executions/executions.controller.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-agent.repository.js +16 -21
- package/dist/modules/chat-hub/chat-hub-agent.repository.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-agent.service.js +3 -3
- package/dist/modules/chat-hub/chat-hub-agent.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub-credentials.service.d.ts +11 -15
- package/dist/modules/chat-hub/chat-hub-credentials.service.js +26 -27
- package/dist/modules/chat-hub/chat-hub-credentials.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.service.js +64 -36
- package/dist/modules/chat-hub/chat-hub.service.js.map +1 -1
- package/dist/modules/chat-hub/chat-hub.types.d.ts +2 -0
- package/dist/modules/chat-hub/chat-hub.types.js.map +1 -1
- package/dist/modules/chat-hub/chat-message.repository.js +14 -18
- package/dist/modules/chat-hub/chat-message.repository.js.map +1 -1
- package/dist/modules/chat-hub/chat-session.repository.js +26 -33
- package/dist/modules/chat-hub/chat-session.repository.js.map +1 -1
- package/dist/modules/data-table/data-table-column.repository.js +7 -8
- package/dist/modules/data-table/data-table-column.repository.js.map +1 -1
- package/dist/modules/data-table/data-table-rows.repository.js +21 -25
- package/dist/modules/data-table/data-table-rows.repository.js.map +1 -1
- package/dist/modules/external-secrets.ee/external-secrets.service.ee.js +9 -2
- package/dist/modules/external-secrets.ee/external-secrets.service.ee.js.map +1 -1
- package/dist/modules/insights/insights-compaction.service.js +2 -1
- package/dist/modules/insights/insights-compaction.service.js.map +1 -1
- package/dist/oauth/oauth.service.d.ts +8 -4
- package/dist/oauth/oauth.service.js +20 -17
- package/dist/oauth/oauth.service.js.map +1 -1
- package/dist/oauth/types.d.ts +2 -1
- package/dist/oauth/types.js.map +1 -1
- package/dist/public-api/types.d.ts +10 -0
- package/dist/public-api/v1/handlers/credentials/credentials.handler.d.ts +3 -0
- package/dist/public-api/v1/handlers/credentials/credentials.handler.js +36 -0
- package/dist/public-api/v1/handlers/credentials/credentials.handler.js.map +1 -1
- package/dist/public-api/v1/handlers/credentials/credentials.middleware.d.ts +2 -0
- package/dist/public-api/v1/handlers/credentials/credentials.middleware.js +60 -10
- package/dist/public-api/v1/handlers/credentials/credentials.middleware.js.map +1 -1
- package/dist/public-api/v1/handlers/credentials/credentials.service.d.ts +11 -1
- package/dist/public-api/v1/handlers/credentials/credentials.service.js +62 -0
- package/dist/public-api/v1/handlers/credentials/credentials.service.js.map +1 -1
- package/dist/public-api/v1/openapi.yml +65 -0
- package/dist/scaling/pubsub/publisher.service.d.ts +5 -2
- package/dist/scaling/pubsub/publisher.service.js +10 -5
- package/dist/scaling/pubsub/publisher.service.js.map +1 -1
- package/dist/scaling/pubsub/subscriber.service.d.ts +8 -4
- package/dist/scaling/pubsub/subscriber.service.js +14 -2
- package/dist/scaling/pubsub/subscriber.service.js.map +1 -1
- package/dist/services/ai-workflow-builder.service.js +1 -0
- package/dist/services/ai-workflow-builder.service.js.map +1 -1
- package/dist/services/ai.service.d.ts +3 -1
- package/dist/services/ai.service.js +6 -2
- package/dist/services/ai.service.js.map +1 -1
- package/dist/services/frontend.service.d.ts +1 -0
- package/dist/services/frontend.service.js +2 -3
- package/dist/services/frontend.service.js.map +1 -1
- package/dist/services/pruning/executions-pruning.service.js +3 -3
- package/dist/services/pruning/executions-pruning.service.js.map +1 -1
- package/dist/services/pruning/workflow-history-compaction.service.d.ts +21 -0
- package/dist/services/pruning/workflow-history-compaction.service.js +144 -0
- package/dist/services/pruning/workflow-history-compaction.service.js.map +1 -0
- package/dist/task-runners/task-runner-module.js +13 -15
- package/dist/task-runners/task-runner-module.js.map +1 -1
- package/dist/utils/cors.util.d.ts +2 -0
- package/dist/utils/cors.util.js +18 -0
- package/dist/utils/cors.util.js.map +1 -0
- package/dist/webhooks/waiting-forms.js +3 -3
- package/dist/webhooks/waiting-forms.js.map +1 -1
- package/dist/webhooks/waiting-webhooks.js +2 -0
- package/dist/webhooks/waiting-webhooks.js.map +1 -1
- package/dist/workflows/workflow.service.ee.js +6 -5
- package/dist/workflows/workflow.service.ee.js.map +1 -1
- package/dist/workflows/workflows.controller.d.ts +1 -1
- package/dist/workflows/workflows.controller.js +1 -4
- package/dist/workflows/workflows.controller.js.map +1 -1
- package/package.json +18 -18
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.