n8n 2.2.3 → 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.
Files changed (83) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/commands/import/workflow.js +21 -14
  3. package/dist/commands/import/workflow.js.map +1 -1
  4. package/dist/commands/start.js +4 -2
  5. package/dist/commands/start.js.map +1 -1
  6. package/dist/commands/webhook.js +2 -1
  7. package/dist/commands/webhook.js.map +1 -1
  8. package/dist/commands/worker.js +2 -1
  9. package/dist/commands/worker.js.map +1 -1
  10. package/dist/controllers/e2e.controller.d.ts +1 -0
  11. package/dist/controllers/e2e.controller.js +10 -2
  12. package/dist/controllers/e2e.controller.js.map +1 -1
  13. package/dist/credentials/credentials.service.d.ts +1 -1
  14. package/dist/credentials/credentials.service.js +2 -2
  15. package/dist/credentials/credentials.service.js.map +1 -1
  16. package/dist/executions/execution.service.d.ts +1 -0
  17. package/dist/executions/execution.service.js +18 -1
  18. package/dist/executions/execution.service.js.map +1 -1
  19. package/dist/executions/execution.types.d.ts +4 -0
  20. package/dist/executions/executions.controller.d.ts +3 -0
  21. package/dist/executions/executions.controller.js +13 -0
  22. package/dist/executions/executions.controller.js.map +1 -1
  23. package/dist/modules/chat-hub/chat-hub-agent.repository.js +16 -21
  24. package/dist/modules/chat-hub/chat-hub-agent.repository.js.map +1 -1
  25. package/dist/modules/chat-hub/chat-hub-agent.service.js +3 -3
  26. package/dist/modules/chat-hub/chat-hub-agent.service.js.map +1 -1
  27. package/dist/modules/chat-hub/chat-hub-credentials.service.d.ts +11 -15
  28. package/dist/modules/chat-hub/chat-hub-credentials.service.js +26 -27
  29. package/dist/modules/chat-hub/chat-hub-credentials.service.js.map +1 -1
  30. package/dist/modules/chat-hub/chat-hub.service.js +64 -36
  31. package/dist/modules/chat-hub/chat-hub.service.js.map +1 -1
  32. package/dist/modules/chat-hub/chat-hub.types.d.ts +2 -0
  33. package/dist/modules/chat-hub/chat-hub.types.js.map +1 -1
  34. package/dist/modules/chat-hub/chat-message.repository.js +14 -18
  35. package/dist/modules/chat-hub/chat-message.repository.js.map +1 -1
  36. package/dist/modules/chat-hub/chat-session.repository.js +26 -33
  37. package/dist/modules/chat-hub/chat-session.repository.js.map +1 -1
  38. package/dist/modules/data-table/data-table-column.repository.js +7 -8
  39. package/dist/modules/data-table/data-table-column.repository.js.map +1 -1
  40. package/dist/modules/data-table/data-table-rows.repository.js +21 -25
  41. package/dist/modules/data-table/data-table-rows.repository.js.map +1 -1
  42. package/dist/modules/external-secrets.ee/external-secrets.service.ee.js +9 -2
  43. package/dist/modules/external-secrets.ee/external-secrets.service.ee.js.map +1 -1
  44. package/dist/modules/insights/insights-compaction.service.js +2 -1
  45. package/dist/modules/insights/insights-compaction.service.js.map +1 -1
  46. package/dist/public-api/types.d.ts +10 -0
  47. package/dist/public-api/v1/handlers/credentials/credentials.handler.d.ts +3 -0
  48. package/dist/public-api/v1/handlers/credentials/credentials.handler.js +36 -0
  49. package/dist/public-api/v1/handlers/credentials/credentials.handler.js.map +1 -1
  50. package/dist/public-api/v1/handlers/credentials/credentials.middleware.d.ts +2 -0
  51. package/dist/public-api/v1/handlers/credentials/credentials.middleware.js +60 -10
  52. package/dist/public-api/v1/handlers/credentials/credentials.middleware.js.map +1 -1
  53. package/dist/public-api/v1/handlers/credentials/credentials.service.d.ts +11 -1
  54. package/dist/public-api/v1/handlers/credentials/credentials.service.js +62 -0
  55. package/dist/public-api/v1/handlers/credentials/credentials.service.js.map +1 -1
  56. package/dist/public-api/v1/openapi.yml +65 -0
  57. package/dist/scaling/pubsub/publisher.service.d.ts +5 -2
  58. package/dist/scaling/pubsub/publisher.service.js +10 -5
  59. package/dist/scaling/pubsub/publisher.service.js.map +1 -1
  60. package/dist/scaling/pubsub/subscriber.service.d.ts +8 -4
  61. package/dist/scaling/pubsub/subscriber.service.js +14 -2
  62. package/dist/scaling/pubsub/subscriber.service.js.map +1 -1
  63. package/dist/services/ai-workflow-builder.service.js +1 -0
  64. package/dist/services/ai-workflow-builder.service.js.map +1 -1
  65. package/dist/services/ai.service.d.ts +3 -1
  66. package/dist/services/ai.service.js +6 -2
  67. package/dist/services/ai.service.js.map +1 -1
  68. package/dist/services/frontend.service.d.ts +1 -0
  69. package/dist/services/frontend.service.js +2 -3
  70. package/dist/services/frontend.service.js.map +1 -1
  71. package/dist/services/pruning/executions-pruning.service.js +3 -3
  72. package/dist/services/pruning/executions-pruning.service.js.map +1 -1
  73. package/dist/services/pruning/workflow-history-compaction.service.d.ts +21 -0
  74. package/dist/services/pruning/workflow-history-compaction.service.js +144 -0
  75. package/dist/services/pruning/workflow-history-compaction.service.js.map +1 -0
  76. package/dist/task-runners/task-runner-module.js +13 -15
  77. package/dist/task-runners/task-runner-module.js.map +1 -1
  78. package/dist/workflows/workflow.service.ee.js +6 -5
  79. package/dist/workflows/workflow.service.ee.js.map +1 -1
  80. package/dist/workflows/workflows.controller.d.ts +1 -1
  81. package/dist/workflows/workflows.controller.js +1 -4
  82. package/dist/workflows/workflows.controller.js.map +1 -1
  83. package/package.json +17 -17

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.