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