n8n 1.121.2 → 1.122.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 (259) hide show
  1. package/dist/active-workflow-manager.js +35 -13
  2. package/dist/active-workflow-manager.js.map +1 -1
  3. package/dist/auth/auth.service.js +1 -0
  4. package/dist/auth/auth.service.js.map +1 -1
  5. package/dist/build.tsbuildinfo +1 -1
  6. package/dist/commands/base-command.d.ts +2 -1
  7. package/dist/commands/base-command.js +1 -0
  8. package/dist/commands/base-command.js.map +1 -1
  9. package/dist/commands/execute-batch.d.ts +2 -2
  10. package/dist/commands/start.js +2 -1
  11. package/dist/commands/start.js.map +1 -1
  12. package/dist/commands/webhook.js +1 -1
  13. package/dist/commands/webhook.js.map +1 -1
  14. package/dist/commands/worker.js +2 -1
  15. package/dist/commands/worker.js.map +1 -1
  16. package/dist/controllers/ai.controller.d.ts +1 -0
  17. package/dist/credentials/credentials-finder.service.d.ts +18 -3
  18. package/dist/credentials/credentials-finder.service.js +63 -7
  19. package/dist/credentials/credentials-finder.service.js.map +1 -1
  20. package/dist/credentials/credentials.controller.d.ts +4 -0
  21. package/dist/credentials/credentials.controller.js +9 -0
  22. package/dist/credentials/credentials.controller.js.map +1 -1
  23. package/dist/credentials/credentials.service.d.ts +25 -1
  24. package/dist/credentials/credentials.service.ee.d.ts +2 -0
  25. package/dist/credentials/credentials.service.js +100 -67
  26. package/dist/credentials/credentials.service.js.map +1 -1
  27. package/dist/environments.ee/source-control/source-control-export.service.ee.js +2 -1
  28. package/dist/environments.ee/source-control/source-control-export.service.ee.js.map +1 -1
  29. package/dist/environments.ee/source-control/source-control-import.service.ee.js +21 -8
  30. package/dist/environments.ee/source-control/source-control-import.service.ee.js.map +1 -1
  31. package/dist/environments.ee/source-control/source-control-status.service.ee.js +2 -1
  32. package/dist/environments.ee/source-control/source-control-status.service.ee.js.map +1 -1
  33. package/dist/environments.ee/source-control/types/exportable-credential.d.ts +1 -0
  34. package/dist/evaluation.ee/test-runner/test-runner.service.ee.js +2 -2
  35. package/dist/evaluation.ee/test-runner/test-runner.service.ee.js.map +1 -1
  36. package/dist/eventbus/message-event-bus/message-event-bus.js +1 -1
  37. package/dist/eventbus/message-event-bus/message-event-bus.js.map +1 -1
  38. package/dist/events/maps/relay.event-map.d.ts +9 -0
  39. package/dist/events/relays/telemetry.event-relay.d.ts +2 -0
  40. package/dist/events/relays/telemetry.event-relay.js +12 -0
  41. package/dist/events/relays/telemetry.event-relay.js.map +1 -1
  42. package/dist/execution-lifecycle/shared/shared-hook-functions.js +1 -0
  43. package/dist/execution-lifecycle/shared/shared-hook-functions.js.map +1 -1
  44. package/dist/executions/execution-data.service.d.ts +1 -1
  45. package/dist/executions/execution-data.service.js +3 -2
  46. package/dist/executions/execution-data.service.js.map +1 -1
  47. package/dist/executions/execution-recovery.service.js +1 -1
  48. package/dist/executions/execution-recovery.service.js.map +1 -1
  49. package/dist/executions/execution.service.js +1 -0
  50. package/dist/executions/execution.service.js.map +1 -1
  51. package/dist/executions/execution.utils.d.ts +2 -0
  52. package/dist/executions/execution.utils.js +7 -0
  53. package/dist/executions/execution.utils.js.map +1 -0
  54. package/dist/executions/pre-execution-checks/credentials-permission-checker.d.ts +4 -2
  55. package/dist/executions/pre-execution-checks/credentials-permission-checker.js +16 -2
  56. package/dist/executions/pre-execution-checks/credentials-permission-checker.js.map +1 -1
  57. package/dist/metrics/prometheus-metrics.service.d.ts +7 -2
  58. package/dist/metrics/prometheus-metrics.service.js +95 -2
  59. package/dist/metrics/prometheus-metrics.service.js.map +1 -1
  60. package/dist/metrics/types.d.ts +1 -1
  61. package/dist/middlewares/body-parser.js +3 -0
  62. package/dist/middlewares/body-parser.js.map +1 -1
  63. package/dist/middlewares/list-query/dtos/workflow.select.dto.js +1 -0
  64. package/dist/middlewares/list-query/dtos/workflow.select.dto.js.map +1 -1
  65. package/dist/modules/breaking-changes/breaking-changes.service.js +2 -2
  66. package/dist/modules/breaking-changes/breaking-changes.service.js.map +1 -1
  67. package/dist/modules/breaking-changes/rules/v2/binary-data-storage.rule.d.ts +3 -1
  68. package/dist/modules/breaking-changes/rules/v2/binary-data-storage.rule.js +27 -19
  69. package/dist/modules/breaking-changes/rules/v2/binary-data-storage.rule.js.map +1 -1
  70. package/dist/modules/chat-hub/chat-hub-agent.service.js +1 -0
  71. package/dist/modules/chat-hub/chat-hub-agent.service.js.map +1 -1
  72. package/dist/modules/chat-hub/chat-hub-credentials.service.js +2 -2
  73. package/dist/modules/chat-hub/chat-hub-credentials.service.js.map +1 -1
  74. package/dist/modules/chat-hub/chat-hub-message.entity.d.ts +2 -0
  75. package/dist/modules/chat-hub/chat-hub-message.entity.js +4 -0
  76. package/dist/modules/chat-hub/chat-hub-message.entity.js.map +1 -1
  77. package/dist/modules/chat-hub/chat-hub-workflow.service.d.ts +4 -2
  78. package/dist/modules/chat-hub/chat-hub-workflow.service.js +147 -22
  79. package/dist/modules/chat-hub/chat-hub-workflow.service.js.map +1 -1
  80. package/dist/modules/chat-hub/chat-hub.attachment.service.d.ts +28 -0
  81. package/dist/modules/chat-hub/chat-hub.attachment.service.js +96 -0
  82. package/dist/modules/chat-hub/chat-hub.attachment.service.js.map +1 -0
  83. package/dist/modules/chat-hub/chat-hub.constants.d.ts +1 -0
  84. package/dist/modules/chat-hub/chat-hub.constants.js +46 -1
  85. package/dist/modules/chat-hub/chat-hub.constants.js.map +1 -1
  86. package/dist/modules/chat-hub/chat-hub.controller.d.ts +6 -3
  87. package/dist/modules/chat-hub/chat-hub.controller.js +59 -12
  88. package/dist/modules/chat-hub/chat-hub.controller.js.map +1 -1
  89. package/dist/modules/chat-hub/chat-hub.module.d.ts +13 -1
  90. package/dist/modules/chat-hub/chat-hub.module.js +3 -2
  91. package/dist/modules/chat-hub/chat-hub.module.js.map +1 -1
  92. package/dist/modules/chat-hub/chat-hub.service.d.ts +23 -8
  93. package/dist/modules/chat-hub/chat-hub.service.js +578 -102
  94. package/dist/modules/chat-hub/chat-hub.service.js.map +1 -1
  95. package/dist/modules/chat-hub/chat-hub.settings.controller.d.ts +39 -5
  96. package/dist/modules/chat-hub/chat-hub.settings.controller.js +28 -11
  97. package/dist/modules/chat-hub/chat-hub.settings.controller.js.map +1 -1
  98. package/dist/modules/chat-hub/chat-hub.settings.service.d.ts +5 -0
  99. package/dist/modules/chat-hub/chat-hub.settings.service.js +62 -3
  100. package/dist/modules/chat-hub/chat-hub.settings.service.js.map +1 -1
  101. package/dist/modules/chat-hub/chat-hub.types.d.ts +37 -1
  102. package/dist/modules/chat-hub/chat-hub.types.js +12 -0
  103. package/dist/modules/chat-hub/chat-hub.types.js.map +1 -1
  104. package/dist/modules/chat-hub/chat-message.repository.d.ts +2 -0
  105. package/dist/modules/chat-hub/chat-message.repository.js.map +1 -1
  106. package/dist/modules/chat-hub/chat-session.repository.d.ts +1 -1
  107. package/dist/modules/chat-hub/chat-session.repository.js +20 -5
  108. package/dist/modules/chat-hub/chat-session.repository.js.map +1 -1
  109. package/dist/modules/chat-hub/context-limits.js +11 -0
  110. package/dist/modules/chat-hub/context-limits.js.map +1 -1
  111. package/dist/modules/chat-hub/dto/chat-models-request.dto.d.ts +1 -1
  112. package/dist/modules/community-packages/community-node.command.js +1 -1
  113. package/dist/modules/community-packages/community-node.command.js.map +1 -1
  114. package/dist/modules/community-packages/community-packages.controller.js +3 -2
  115. package/dist/modules/community-packages/community-packages.controller.js.map +1 -1
  116. package/dist/modules/community-packages/community-packages.service.d.ts +1 -1
  117. package/dist/modules/community-packages/community-packages.service.js +9 -9
  118. package/dist/modules/community-packages/community-packages.service.js.map +1 -1
  119. package/dist/modules/data-table/csv-parser.service.d.ts +22 -0
  120. package/dist/modules/data-table/csv-parser.service.js +157 -0
  121. package/dist/modules/data-table/csv-parser.service.js.map +1 -0
  122. package/dist/modules/data-table/data-table-file-cleanup.service.d.ts +12 -0
  123. package/dist/modules/data-table/data-table-file-cleanup.service.js +81 -0
  124. package/dist/modules/data-table/data-table-file-cleanup.service.js.map +1 -0
  125. package/dist/modules/data-table/data-table-size-validator.service.d.ts +0 -1
  126. package/dist/modules/data-table/data-table-size-validator.service.js +2 -4
  127. package/dist/modules/data-table/data-table-size-validator.service.js.map +1 -1
  128. package/dist/modules/data-table/data-table-uploads.controller.d.ts +13 -0
  129. package/dist/modules/data-table/data-table-uploads.controller.js +68 -0
  130. package/dist/modules/data-table/data-table-uploads.controller.js.map +1 -0
  131. package/dist/modules/data-table/data-table.controller.d.ts +7 -0
  132. package/dist/modules/data-table/data-table.controller.js +28 -0
  133. package/dist/modules/data-table/data-table.controller.js.map +1 -1
  134. package/dist/modules/data-table/data-table.module.js +5 -0
  135. package/dist/modules/data-table/data-table.module.js.map +1 -1
  136. package/dist/modules/data-table/data-table.service.d.ts +14 -1
  137. package/dist/modules/data-table/data-table.service.js +115 -2
  138. package/dist/modules/data-table/data-table.service.js.map +1 -1
  139. package/dist/modules/data-table/errors/data-table-file-upload.error.d.ts +4 -0
  140. package/dist/modules/data-table/errors/data-table-file-upload.error.js +13 -0
  141. package/dist/modules/data-table/errors/data-table-file-upload.error.js.map +1 -0
  142. package/dist/modules/data-table/multer-upload-middleware.d.ts +15 -0
  143. package/dist/modules/data-table/multer-upload-middleware.js +98 -0
  144. package/dist/modules/data-table/multer-upload-middleware.js.map +1 -0
  145. package/dist/modules/data-table/types.d.ts +12 -0
  146. package/dist/modules/data-table/types.js +7 -0
  147. package/dist/modules/data-table/types.js.map +1 -0
  148. package/dist/modules/data-table/utils/size-utils.d.ts +2 -0
  149. package/dist/modules/data-table/utils/size-utils.js +19 -0
  150. package/dist/modules/data-table/utils/size-utils.js.map +1 -0
  151. package/dist/modules/insights/insights-collection.service.d.ts +2 -1
  152. package/dist/modules/insights/insights-collection.service.js +12 -1
  153. package/dist/modules/insights/insights-collection.service.js.map +1 -1
  154. package/dist/modules/insights/insights.module.js +4 -7
  155. package/dist/modules/insights/insights.module.js.map +1 -1
  156. package/dist/modules/insights/insights.service.d.ts +3 -16
  157. package/dist/modules/insights/insights.service.js +51 -25
  158. package/dist/modules/insights/insights.service.js.map +1 -1
  159. package/dist/modules/insights/insights.settings.d.ts +17 -0
  160. package/dist/modules/insights/insights.settings.js +44 -0
  161. package/dist/modules/insights/insights.settings.js.map +1 -0
  162. package/dist/modules/mcp/mcp-api-key.service.d.ts +3 -2
  163. package/dist/modules/mcp/mcp-api-key.service.js +22 -3
  164. package/dist/modules/mcp/mcp-api-key.service.js.map +1 -1
  165. package/dist/modules/mcp/mcp-oauth-token.service.d.ts +4 -3
  166. package/dist/modules/mcp/mcp-oauth-token.service.js +24 -6
  167. package/dist/modules/mcp/mcp-oauth-token.service.js.map +1 -1
  168. package/dist/modules/mcp/mcp-server-middleware.service.d.ts +4 -4
  169. package/dist/modules/mcp/mcp-server-middleware.service.js +43 -18
  170. package/dist/modules/mcp/mcp-server-middleware.service.js.map +1 -1
  171. package/dist/modules/mcp/mcp.errors.d.ts +7 -0
  172. package/dist/modules/mcp/mcp.errors.js +16 -1
  173. package/dist/modules/mcp/mcp.errors.js.map +1 -1
  174. package/dist/modules/mcp/mcp.settings.controller.js +1 -1
  175. package/dist/modules/mcp/mcp.settings.controller.js.map +1 -1
  176. package/dist/modules/mcp/mcp.types.d.ts +12 -0
  177. package/dist/modules/mcp/tools/execute-workflow.tool.js +2 -2
  178. package/dist/modules/mcp/tools/execute-workflow.tool.js.map +1 -1
  179. package/dist/modules/mcp/tools/get-workflow-details.tool.js +1 -1
  180. package/dist/modules/mcp/tools/get-workflow-details.tool.js.map +1 -1
  181. package/dist/modules/mcp/tools/search-workflows.tool.js +2 -1
  182. package/dist/modules/mcp/tools/search-workflows.tool.js.map +1 -1
  183. package/dist/modules/provisioning.ee/provisioning.service.ee.d.ts +3 -1
  184. package/dist/modules/provisioning.ee/provisioning.service.ee.js +14 -2
  185. package/dist/modules/provisioning.ee/provisioning.service.ee.js.map +1 -1
  186. package/dist/permissions.ee/check-access.js +13 -1
  187. package/dist/permissions.ee/check-access.js.map +1 -1
  188. package/dist/public-api/types.d.ts +3 -1
  189. package/dist/public-api/v1/handlers/workflows/workflows.handler.js +36 -14
  190. package/dist/public-api/v1/handlers/workflows/workflows.handler.js.map +1 -1
  191. package/dist/public-api/v1/handlers/workflows/workflows.service.d.ts +1 -1
  192. package/dist/public-api/v1/handlers/workflows/workflows.service.js +6 -1
  193. package/dist/public-api/v1/handlers/workflows/workflows.service.js.map +1 -1
  194. package/dist/public-api/v1/openapi.yml +48 -3
  195. package/dist/requests.d.ts +1 -0
  196. package/dist/scaling/job-processor.d.ts +1 -0
  197. package/dist/scaling/job-processor.js +13 -2
  198. package/dist/scaling/job-processor.js.map +1 -1
  199. package/dist/scaling/scaling.service.js +13 -2
  200. package/dist/scaling/scaling.service.js.map +1 -1
  201. package/dist/scaling/scaling.types.d.ts +1 -0
  202. package/dist/security-audit/risk-reporters/credentials-risk-reporter.js +4 -3
  203. package/dist/security-audit/risk-reporters/credentials-risk-reporter.js.map +1 -1
  204. package/dist/security-audit/risk-reporters/instance-risk-reporter.js +1 -1
  205. package/dist/security-audit/risk-reporters/instance-risk-reporter.js.map +1 -1
  206. package/dist/security-audit/security-audit.service.js +1 -1
  207. package/dist/security-audit/security-audit.service.js.map +1 -1
  208. package/dist/services/ai-workflow-builder.service.d.ts +5 -1
  209. package/dist/services/ai-workflow-builder.service.js +12 -3
  210. package/dist/services/ai-workflow-builder.service.js.map +1 -1
  211. package/dist/services/import.service.js +2 -1
  212. package/dist/services/import.service.js.map +1 -1
  213. package/dist/services/role.service.js +8 -1
  214. package/dist/services/role.service.js.map +1 -1
  215. package/dist/task-runners/task-managers/data-request-response-builder.js +3 -2
  216. package/dist/task-runners/task-managers/data-request-response-builder.js.map +1 -1
  217. package/dist/task-runners/task-managers/data-request-response-stripper.js +3 -2
  218. package/dist/task-runners/task-managers/data-request-response-stripper.js.map +1 -1
  219. package/dist/webhooks/live-webhooks.js +11 -4
  220. package/dist/webhooks/live-webhooks.js.map +1 -1
  221. package/dist/webhooks/waiting-forms.d.ts +1 -1
  222. package/dist/webhooks/waiting-forms.js +2 -1
  223. package/dist/webhooks/waiting-forms.js.map +1 -1
  224. package/dist/webhooks/waiting-webhooks.d.ts +2 -1
  225. package/dist/webhooks/waiting-webhooks.js +2 -1
  226. package/dist/webhooks/waiting-webhooks.js.map +1 -1
  227. package/dist/workflow-execute-additional-data.js +13 -7
  228. package/dist/workflow-execute-additional-data.js.map +1 -1
  229. package/dist/workflow-helpers.d.ts +2 -0
  230. package/dist/workflow-helpers.js +10 -0
  231. package/dist/workflow-helpers.js.map +1 -1
  232. package/dist/workflow-runner.js +3 -3
  233. package/dist/workflow-runner.js.map +1 -1
  234. package/dist/workflows/workflow-execution.service.js +4 -3
  235. package/dist/workflows/workflow-execution.service.js.map +1 -1
  236. package/dist/workflows/workflow-finder.service.d.ts +3 -0
  237. package/dist/workflows/workflow-finder.service.js +1 -0
  238. package/dist/workflows/workflow-finder.service.js.map +1 -1
  239. package/dist/workflows/workflow-history/workflow-history-manager.js +1 -1
  240. package/dist/workflows/workflow-history/workflow-history-manager.js.map +1 -1
  241. package/dist/workflows/workflow-history/workflow-history.service.d.ts +5 -3
  242. package/dist/workflows/workflow-history/workflow-history.service.js +18 -4
  243. package/dist/workflows/workflow-history/workflow-history.service.js.map +1 -1
  244. package/dist/workflows/workflow.request.d.ts +11 -0
  245. package/dist/workflows/workflow.service.d.ts +8 -1
  246. package/dist/workflows/workflow.service.ee.js +3 -3
  247. package/dist/workflows/workflow.service.ee.js.map +1 -1
  248. package/dist/workflows/workflow.service.js +145 -46
  249. package/dist/workflows/workflow.service.js.map +1 -1
  250. package/dist/workflows/workflows.controller.d.ts +74 -8
  251. package/dist/workflows/workflows.controller.js +65 -10
  252. package/dist/workflows/workflows.controller.js.map +1 -1
  253. package/package.json +18 -17
  254. package/dist/modules/chat-hub/dto/chat-message-request.dto.d.ts +0 -9
  255. package/dist/modules/chat-hub/dto/chat-message-request.dto.js +0 -12
  256. package/dist/modules/chat-hub/dto/chat-message-request.dto.js.map +0 -1
  257. package/dist/modules/chat-hub/dto/update-chat-settings.dto.d.ts +0 -8
  258. package/dist/modules/chat-hub/dto/update-chat-settings.dto.js +0 -11
  259. package/dist/modules/chat-hub/dto/update-chat-settings.dto.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.