n8n 1.57.0 → 1.58.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 (699) hide show
  1. package/dist/abstract-server.d.ts +1 -1
  2. package/dist/abstract-server.js +6 -1
  3. package/dist/abstract-server.js.map +1 -1
  4. package/dist/active-executions.d.ts +1 -1
  5. package/dist/active-executions.js +2 -4
  6. package/dist/active-executions.js.map +1 -1
  7. package/dist/active-workflow-manager.d.ts +2 -2
  8. package/dist/active-workflow-manager.js +4 -4
  9. package/dist/active-workflow-manager.js.map +1 -1
  10. package/dist/auth/auth.service.d.ts +1 -1
  11. package/dist/auth/jwt.d.ts +1 -1
  12. package/dist/auth/methods/email.d.ts +1 -1
  13. package/dist/auth/methods/email.js +2 -3
  14. package/dist/auth/methods/email.js.map +1 -1
  15. package/dist/auth/methods/ldap.d.ts +1 -1
  16. package/dist/auth/methods/ldap.js +1 -2
  17. package/dist/auth/methods/ldap.js.map +1 -1
  18. package/dist/build.tsbuildinfo +1 -1
  19. package/dist/collaboration/collaboration.message.d.ts +51 -0
  20. package/dist/collaboration/collaboration.message.js +25 -0
  21. package/dist/collaboration/collaboration.message.js.map +1 -0
  22. package/dist/collaboration/collaboration.service.d.ts +20 -0
  23. package/dist/collaboration/collaboration.service.js +109 -0
  24. package/dist/collaboration/collaboration.service.js.map +1 -0
  25. package/dist/collaboration/collaboration.state.d.ts +17 -0
  26. package/dist/collaboration/collaboration.state.js +81 -0
  27. package/dist/collaboration/collaboration.state.js.map +1 -0
  28. package/dist/collaboration/collaboration.types.d.ts +6 -0
  29. package/dist/{services/redis/RedisServiceCommands.js → collaboration/collaboration.types.js} +1 -1
  30. package/dist/collaboration/collaboration.types.js.map +1 -0
  31. package/dist/commands/audit.js +2 -2
  32. package/dist/commands/audit.js.map +1 -1
  33. package/dist/commands/base-command.d.ts +1 -1
  34. package/dist/commands/base-command.js +7 -7
  35. package/dist/commands/base-command.js.map +1 -1
  36. package/dist/commands/db/revert.js +2 -4
  37. package/dist/commands/db/revert.js.map +1 -1
  38. package/dist/commands/{executeBatch.d.ts → execute-batch.d.ts} +3 -2
  39. package/dist/commands/{executeBatch.js → execute-batch.js} +4 -4
  40. package/dist/commands/execute-batch.js.map +1 -0
  41. package/dist/commands/import/credentials.js +4 -4
  42. package/dist/commands/ldap/reset.js +1 -2
  43. package/dist/commands/ldap/reset.js.map +1 -1
  44. package/dist/commands/start.js +2 -4
  45. package/dist/commands/start.js.map +1 -1
  46. package/dist/commands/user-management/reset.d.ts +1 -1
  47. package/dist/commands/user-management/reset.js +2 -2
  48. package/dist/commands/webhook.js +1 -2
  49. package/dist/commands/webhook.js.map +1 -1
  50. package/dist/commands/worker.d.ts +1 -1
  51. package/dist/commands/worker.js +8 -5
  52. package/dist/commands/worker.js.map +1 -1
  53. package/dist/concurrency/concurrency-control.service.d.ts +1 -1
  54. package/dist/concurrency/concurrency-queue.d.ts +1 -1
  55. package/dist/concurrency/concurrency-queue.js +2 -2
  56. package/dist/concurrency/concurrency-queue.js.map +1 -1
  57. package/dist/config/index.js +1 -2
  58. package/dist/config/index.js.map +1 -1
  59. package/dist/controllers/active-workflows.controller.d.ts +1 -1
  60. package/dist/controllers/active-workflows.controller.js +2 -2
  61. package/dist/controllers/active-workflows.controller.js.map +1 -1
  62. package/dist/controllers/ai-assistant.controller.d.ts +8 -4
  63. package/dist/controllers/ai-assistant.controller.js +17 -10
  64. package/dist/controllers/ai-assistant.controller.js.map +1 -1
  65. package/dist/controllers/annotation-tags.controller.d.ts +10 -0
  66. package/dist/controllers/annotation-tags.controller.js +74 -0
  67. package/dist/controllers/annotation-tags.controller.js.map +1 -0
  68. package/dist/controllers/auth.controller.d.ts +1 -1
  69. package/dist/controllers/auth.controller.js +5 -6
  70. package/dist/controllers/auth.controller.js.map +1 -1
  71. package/dist/controllers/community-packages.controller.d.ts +1 -1
  72. package/dist/controllers/community-packages.controller.js +2 -2
  73. package/dist/controllers/community-packages.controller.js.map +1 -1
  74. package/dist/controllers/dynamic-node-parameters.controller.d.ts +1 -1
  75. package/dist/controllers/dynamic-node-parameters.controller.js +2 -2
  76. package/dist/controllers/dynamic-node-parameters.controller.js.map +1 -1
  77. package/dist/controllers/invitation.controller.d.ts +1 -1
  78. package/dist/controllers/invitation.controller.js +1 -1
  79. package/dist/controllers/invitation.controller.js.map +1 -1
  80. package/dist/controllers/me.controller.d.ts +2 -2
  81. package/dist/controllers/me.controller.js +2 -2
  82. package/dist/controllers/me.controller.js.map +1 -1
  83. package/dist/controllers/oauth/abstract-oauth.controller.d.ts +1 -1
  84. package/dist/controllers/oauth/oauth1-credential.controller.js +1 -2
  85. package/dist/controllers/oauth/oauth1-credential.controller.js.map +1 -1
  86. package/dist/controllers/oauth/oauth2-credential.controller.js +8 -9
  87. package/dist/controllers/oauth/oauth2-credential.controller.js.map +1 -1
  88. package/dist/controllers/owner.controller.d.ts +1 -1
  89. package/dist/controllers/password-reset.controller.d.ts +1 -3
  90. package/dist/controllers/password-reset.controller.js +9 -16
  91. package/dist/controllers/password-reset.controller.js.map +1 -1
  92. package/dist/controllers/survey-answers.dto.js +1 -1
  93. package/dist/controllers/survey-answers.dto.js.map +1 -1
  94. package/dist/controllers/users.controller.d.ts +1 -1
  95. package/dist/controllers/users.controller.js +4 -4
  96. package/dist/controllers/users.controller.js.map +1 -1
  97. package/dist/controllers/workflow-statistics.controller.d.ts +1 -1
  98. package/dist/crash-journal.js +1 -1
  99. package/dist/crash-journal.js.map +1 -1
  100. package/dist/credential-types.js +2 -4
  101. package/dist/credential-types.js.map +1 -1
  102. package/dist/credentials/credentials.controller.js +4 -5
  103. package/dist/credentials/credentials.controller.js.map +1 -1
  104. package/dist/credentials/credentials.service.d.ts +2 -2
  105. package/dist/credentials/credentials.service.ee.d.ts +1 -1
  106. package/dist/credentials/credentials.service.ee.js +1 -1
  107. package/dist/credentials/credentials.service.ee.js.map +1 -1
  108. package/dist/credentials/credentials.service.js +16 -19
  109. package/dist/credentials/credentials.service.js.map +1 -1
  110. package/dist/credentials-helper.js +8 -12
  111. package/dist/credentials-helper.js.map +1 -1
  112. package/dist/credentials-overwrites.d.ts +1 -1
  113. package/dist/databases/config.js +3 -2
  114. package/dist/databases/config.js.map +1 -1
  115. package/dist/databases/dsl/{Column.js → column.js} +3 -3
  116. package/dist/databases/dsl/column.js.map +1 -0
  117. package/dist/databases/dsl/index.d.ts +3 -3
  118. package/dist/databases/dsl/index.js +14 -14
  119. package/dist/databases/dsl/{Indices.js → indices.js} +3 -5
  120. package/dist/databases/dsl/indices.js.map +1 -0
  121. package/dist/databases/dsl/{Table.d.ts → table.d.ts} +1 -1
  122. package/dist/databases/dsl/{Table.js → table.js} +3 -3
  123. package/dist/databases/dsl/{Table.js.map → table.js.map} +1 -1
  124. package/dist/databases/entities/abstract-entity.d.ts +1 -1
  125. package/dist/databases/entities/annotation-tag-entity.d.ts +8 -0
  126. package/dist/databases/entities/annotation-tag-entity.js +37 -0
  127. package/dist/databases/entities/annotation-tag-entity.js.map +1 -0
  128. package/dist/databases/entities/annotation-tag-mapping.d.ts +8 -0
  129. package/dist/databases/entities/annotation-tag-mapping.js +38 -0
  130. package/dist/databases/entities/annotation-tag-mapping.js.map +1 -0
  131. package/dist/databases/entities/auth-identity.d.ts +1 -1
  132. package/dist/databases/entities/auth-identity.js +3 -3
  133. package/dist/databases/entities/auth-user.d.ts +1 -1
  134. package/dist/databases/entities/auth-user.js +2 -2
  135. package/dist/databases/entities/credentials-entity.d.ts +1 -1
  136. package/dist/databases/entities/execution-annotation.d.ts +13 -0
  137. package/dist/databases/entities/execution-annotation.js +64 -0
  138. package/dist/databases/entities/execution-annotation.js.map +1 -0
  139. package/dist/databases/entities/execution-entity.d.ts +2 -0
  140. package/dist/databases/entities/execution-entity.js +4 -0
  141. package/dist/databases/entities/execution-entity.js.map +1 -1
  142. package/dist/databases/entities/index.d.ts +8 -2
  143. package/dist/databases/entities/index.js +10 -4
  144. package/dist/databases/entities/index.js.map +1 -1
  145. package/dist/databases/entities/project-relation.d.ts +1 -1
  146. package/dist/databases/entities/project-relation.js +2 -2
  147. package/dist/databases/entities/{User.d.ts → user.d.ts} +2 -2
  148. package/dist/databases/entities/{User.js → user.js} +3 -5
  149. package/dist/databases/entities/user.js.map +1 -0
  150. package/dist/databases/entities/{Variables.js → variables.js} +1 -1
  151. package/dist/databases/entities/{Variables.js.map → variables.js.map} +1 -1
  152. package/dist/databases/entities/workflow-entity.d.ts +1 -1
  153. package/dist/databases/migrations/common/1630330987096-UpdateWorkflowCredentials.js +3 -6
  154. package/dist/databases/migrations/common/1630330987096-UpdateWorkflowCredentials.js.map +1 -1
  155. package/dist/databases/migrations/common/1675940580449-PurgeInvalidWorkflowConnections.js +1 -2
  156. package/dist/databases/migrations/common/1675940580449-PurgeInvalidWorkflowConnections.js.map +1 -1
  157. package/dist/databases/migrations/common/1700571993961-AddGlobalAdminRole.js +2 -3
  158. package/dist/databases/migrations/common/1700571993961-AddGlobalAdminRole.js.map +1 -1
  159. package/dist/databases/migrations/common/1724753530828-CreateExecutionAnnotationTables.d.ts +5 -0
  160. package/dist/databases/migrations/common/1724753530828-CreateExecutionAnnotationTables.js +42 -0
  161. package/dist/databases/migrations/common/1724753530828-CreateExecutionAnnotationTables.js.map +1 -0
  162. package/dist/databases/migrations/mysqldb/1690000000001-MigrateIntegerKeysToString.js +1 -1
  163. package/dist/databases/migrations/mysqldb/1690000000001-MigrateIntegerKeysToString.js.map +1 -1
  164. package/dist/databases/migrations/mysqldb/index.js +2 -0
  165. package/dist/databases/migrations/mysqldb/index.js.map +1 -1
  166. package/dist/databases/migrations/postgresdb/index.js +2 -0
  167. package/dist/databases/migrations/postgresdb/index.js.map +1 -1
  168. package/dist/databases/migrations/sqlite/index.js +2 -0
  169. package/dist/databases/migrations/sqlite/index.js.map +1 -1
  170. package/dist/databases/repositories/annotation-tag-mapping.repository.d.ts +6 -0
  171. package/dist/databases/repositories/annotation-tag-mapping.repository.js +36 -0
  172. package/dist/databases/repositories/annotation-tag-mapping.repository.js.map +1 -0
  173. package/dist/databases/repositories/annotation-tag.repository.d.ts +5 -0
  174. package/dist/databases/repositories/annotation-tag.repository.js +26 -0
  175. package/dist/databases/repositories/annotation-tag.repository.js.map +1 -0
  176. package/dist/databases/repositories/credentials.repository.d.ts +1 -1
  177. package/dist/databases/repositories/credentials.repository.js +4 -4
  178. package/dist/databases/repositories/credentials.repository.js.map +1 -1
  179. package/dist/databases/repositories/execution-annotation.repository.d.ts +5 -0
  180. package/dist/databases/repositories/execution-annotation.repository.js +26 -0
  181. package/dist/databases/repositories/execution-annotation.repository.js.map +1 -0
  182. package/dist/databases/repositories/execution.repository.d.ts +9 -2
  183. package/dist/databases/repositories/execution.repository.js +132 -54
  184. package/dist/databases/repositories/execution.repository.js.map +1 -1
  185. package/dist/databases/repositories/installed-packages.repository.js +2 -2
  186. package/dist/databases/repositories/installed-packages.repository.js.map +1 -1
  187. package/dist/databases/repositories/project-relation.repository.js +1 -2
  188. package/dist/databases/repositories/project-relation.repository.js.map +1 -1
  189. package/dist/databases/repositories/project.repository.js +2 -2
  190. package/dist/databases/repositories/project.repository.js.map +1 -1
  191. package/dist/databases/repositories/settings.repository.js +1 -2
  192. package/dist/databases/repositories/settings.repository.js.map +1 -1
  193. package/dist/databases/repositories/shared-credentials.repository.d.ts +1 -1
  194. package/dist/databases/repositories/shared-credentials.repository.js +4 -5
  195. package/dist/databases/repositories/shared-credentials.repository.js.map +1 -1
  196. package/dist/databases/repositories/shared-workflow.repository.d.ts +1 -1
  197. package/dist/databases/repositories/shared-workflow.repository.js +5 -6
  198. package/dist/databases/repositories/shared-workflow.repository.js.map +1 -1
  199. package/dist/databases/repositories/tag.repository.js +1 -2
  200. package/dist/databases/repositories/tag.repository.js.map +1 -1
  201. package/dist/databases/repositories/user.repository.d.ts +1 -1
  202. package/dist/databases/repositories/user.repository.js +5 -5
  203. package/dist/databases/repositories/user.repository.js.map +1 -1
  204. package/dist/databases/repositories/variables.repository.d.ts +1 -1
  205. package/dist/databases/repositories/variables.repository.js +2 -2
  206. package/dist/databases/repositories/workflow-statistics.repository.d.ts +1 -1
  207. package/dist/databases/repositories/workflow-statistics.repository.js +1 -1
  208. package/dist/databases/repositories/workflow-statistics.repository.js.map +1 -1
  209. package/dist/databases/repositories/workflow.repository.d.ts +1 -1
  210. package/dist/databases/repositories/workflow.repository.js +13 -14
  211. package/dist/databases/repositories/workflow.repository.js.map +1 -1
  212. package/dist/databases/subscribers/user-subscriber.d.ts +1 -1
  213. package/dist/databases/subscribers/user-subscriber.js +3 -3
  214. package/dist/databases/utils/generators.d.ts +1 -1
  215. package/dist/databases/utils/migration-helpers.js +3 -3
  216. package/dist/databases/utils/migration-helpers.js.map +1 -1
  217. package/dist/databases/utils/transformers.js +1 -1
  218. package/dist/databases/utils/transformers.js.map +1 -1
  219. package/dist/{Db.js → db.js} +2 -2
  220. package/dist/db.js.map +1 -0
  221. package/dist/decorators/licensed.d.ts +1 -1
  222. package/dist/decorators/on-shutdown.js +1 -1
  223. package/dist/decorators/on-shutdown.js.map +1 -1
  224. package/dist/decorators/redactable.js +1 -2
  225. package/dist/decorators/redactable.js.map +1 -1
  226. package/dist/decorators/route.js +3 -4
  227. package/dist/decorators/route.js.map +1 -1
  228. package/dist/decorators/types.d.ts +1 -1
  229. package/dist/environments/source-control/source-control-export.service.ee.js +2 -2
  230. package/dist/environments/source-control/source-control-export.service.ee.js.map +1 -1
  231. package/dist/environments/source-control/source-control-git.service.ee.d.ts +1 -1
  232. package/dist/environments/source-control/source-control-git.service.ee.js +4 -5
  233. package/dist/environments/source-control/source-control-git.service.ee.js.map +1 -1
  234. package/dist/environments/source-control/source-control-helper.ee.js +4 -5
  235. package/dist/environments/source-control/source-control-helper.ee.js.map +1 -1
  236. package/dist/environments/source-control/source-control-import.service.ee.d.ts +1 -1
  237. package/dist/environments/source-control/source-control-import.service.ee.js +13 -15
  238. package/dist/environments/source-control/source-control-import.service.ee.js.map +1 -1
  239. package/dist/environments/source-control/source-control-preferences.service.ee.js +5 -5
  240. package/dist/environments/source-control/source-control-preferences.service.ee.js.map +1 -1
  241. package/dist/environments/source-control/source-control.controller.ee.d.ts +3 -3
  242. package/dist/environments/source-control/source-control.controller.ee.js +2 -4
  243. package/dist/environments/source-control/source-control.controller.ee.js.map +1 -1
  244. package/dist/environments/source-control/source-control.service.ee.d.ts +2 -2
  245. package/dist/environments/source-control/source-control.service.ee.js +23 -33
  246. package/dist/environments/source-control/source-control.service.ee.js.map +1 -1
  247. package/dist/environments/source-control/types/source-control-preferences.js +6 -7
  248. package/dist/environments/source-control/types/source-control-preferences.js.map +1 -1
  249. package/dist/environments/variables/variables.controller.ee.d.ts +4 -4
  250. package/dist/environments/variables/variables.service.ee.d.ts +1 -1
  251. package/dist/environments/variables/variables.service.ee.js +1 -2
  252. package/dist/environments/variables/variables.service.ee.js.map +1 -1
  253. package/dist/error-reporting.js +6 -4
  254. package/dist/error-reporting.js.map +1 -1
  255. package/dist/errors/response-errors/webhook-not-found.error.js +1 -1
  256. package/dist/errors/response-errors/webhook-not-found.error.js.map +1 -1
  257. package/dist/errors/workflow-missing-id.error.d.ts +1 -1
  258. package/dist/eventbus/{eventBus.controller.js → event-bus.controller.js} +1 -1
  259. package/dist/eventbus/event-bus.controller.js.map +1 -0
  260. package/dist/eventbus/event-message-classes/abstract-event-message.js +4 -5
  261. package/dist/eventbus/event-message-classes/abstract-event-message.js.map +1 -1
  262. package/dist/eventbus/event-message-classes/event-message-confirm.js +1 -2
  263. package/dist/eventbus/event-message-classes/event-message-confirm.js.map +1 -1
  264. package/dist/eventbus/event-message-classes/event-message-workflow.d.ts +1 -1
  265. package/dist/eventbus/message-event-bus/message-event-bus.js +19 -29
  266. package/dist/eventbus/message-event-bus/message-event-bus.js.map +1 -1
  267. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-sentry.ee.js +5 -8
  268. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-sentry.ee.js.map +1 -1
  269. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-syslog.ee.js +10 -11
  270. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-syslog.ee.js.map +1 -1
  271. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-webhook.ee.js +6 -9
  272. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination-webhook.ee.js.map +1 -1
  273. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination.ee.js +5 -6
  274. package/dist/eventbus/message-event-bus-destination/message-event-bus-destination.ee.js.map +1 -1
  275. package/dist/eventbus/message-event-bus-writer/message-event-bus-log-writer-worker.js +9 -10
  276. package/dist/eventbus/message-event-bus-writer/message-event-bus-log-writer-worker.js.map +1 -1
  277. package/dist/eventbus/message-event-bus-writer/message-event-bus-log-writer.js +6 -8
  278. package/dist/eventbus/message-event-bus-writer/message-event-bus-log-writer.js.map +1 -1
  279. package/dist/events/event.service.d.ts +1 -1
  280. package/dist/events/event.service.js +2 -2
  281. package/dist/events/event.service.js.map +1 -1
  282. package/dist/events/log-streaming-event-relay.js +8 -11
  283. package/dist/events/log-streaming-event-relay.js.map +1 -1
  284. package/dist/events/relay-event-map.d.ts +2 -2
  285. package/dist/events/telemetry-event-relay.js +18 -20
  286. package/dist/events/telemetry-event-relay.js.map +1 -1
  287. package/dist/execution-lifecycle-hooks/restore-binary-data-id.js +1 -2
  288. package/dist/execution-lifecycle-hooks/restore-binary-data-id.js.map +1 -1
  289. package/dist/execution-lifecycle-hooks/shared/shared-hook-functions.d.ts +1 -1
  290. package/dist/execution-lifecycle-hooks/shared/shared-hook-functions.js +4 -6
  291. package/dist/execution-lifecycle-hooks/shared/shared-hook-functions.js.map +1 -1
  292. package/dist/execution-lifecycle-hooks/to-save-settings.js +2 -3
  293. package/dist/execution-lifecycle-hooks/to-save-settings.js.map +1 -1
  294. package/dist/executions/execution-recovery.service.d.ts +1 -1
  295. package/dist/executions/execution-recovery.service.js +7 -9
  296. package/dist/executions/execution-recovery.service.js.map +1 -1
  297. package/dist/executions/execution.service.d.ts +18 -4
  298. package/dist/executions/execution.service.ee.d.ts +1 -1
  299. package/dist/executions/execution.service.js +31 -7
  300. package/dist/executions/execution.service.js.map +1 -1
  301. package/dist/executions/execution.types.d.ts +8 -1
  302. package/dist/executions/executions.controller.d.ts +2 -1
  303. package/dist/executions/executions.controller.js +22 -1
  304. package/dist/executions/executions.controller.js.map +1 -1
  305. package/dist/executions/validation.d.ts +2 -0
  306. package/dist/executions/validation.js +26 -0
  307. package/dist/executions/validation.js.map +1 -0
  308. package/dist/external-secrets/external-secrets-manager.ee.d.ts +1 -1
  309. package/dist/external-secrets/external-secrets-manager.ee.js +21 -35
  310. package/dist/external-secrets/external-secrets-manager.ee.js.map +1 -1
  311. package/dist/external-secrets/external-secrets-providers.ee.d.ts +1 -1
  312. package/dist/external-secrets/external-secrets-providers.ee.js +1 -2
  313. package/dist/external-secrets/external-secrets-providers.ee.js.map +1 -1
  314. package/dist/external-secrets/external-secrets.controller.ee.d.ts +1 -1
  315. package/dist/external-secrets/external-secrets.service.ee.d.ts +2 -2
  316. package/dist/external-secrets/external-secrets.service.ee.js +2 -3
  317. package/dist/external-secrets/external-secrets.service.ee.js.map +1 -1
  318. package/dist/external-secrets/providers/aws-secrets/aws-secrets-manager.d.ts +1 -1
  319. package/dist/external-secrets/providers/aws-secrets/types.d.ts +1 -1
  320. package/dist/external-secrets/providers/azure-key-vault/azure-key-vault.d.ts +1 -1
  321. package/dist/external-secrets/providers/azure-key-vault/types.d.ts +1 -1
  322. package/dist/external-secrets/providers/gcp-secrets-manager/gcp-secrets-manager.d.ts +1 -1
  323. package/dist/external-secrets/providers/gcp-secrets-manager/gcp-secrets-manager.js +4 -6
  324. package/dist/external-secrets/providers/gcp-secrets-manager/gcp-secrets-manager.js.map +1 -1
  325. package/dist/external-secrets/providers/gcp-secrets-manager/types.d.ts +1 -1
  326. package/dist/external-secrets/providers/infisical.d.ts +1 -1
  327. package/dist/external-secrets/providers/vault.d.ts +2 -2
  328. package/dist/external-secrets/providers/vault.js +2 -2
  329. package/dist/generic-helpers.d.ts +3 -2
  330. package/dist/generic-helpers.js.map +1 -1
  331. package/dist/{Interfaces.d.ts → interfaces.d.ts} +26 -4
  332. package/dist/{Interfaces.js → interfaces.js} +1 -1
  333. package/dist/interfaces.js.map +1 -0
  334. package/dist/ldap/helpers.ee.d.ts +1 -1
  335. package/dist/ldap/helpers.ee.js +9 -10
  336. package/dist/ldap/helpers.ee.js.map +1 -1
  337. package/dist/license/license.controller.js +1 -2
  338. package/dist/license/license.controller.js.map +1 -1
  339. package/dist/license/license.service.d.ts +1 -1
  340. package/dist/license/license.service.js +2 -4
  341. package/dist/license/license.service.js.map +1 -1
  342. package/dist/license.d.ts +1 -1
  343. package/dist/license.js +21 -27
  344. package/dist/license.js.map +1 -1
  345. package/dist/load-nodes-and-credentials.d.ts +1 -0
  346. package/dist/load-nodes-and-credentials.js +16 -3
  347. package/dist/load-nodes-and-credentials.js.map +1 -1
  348. package/dist/metrics/prometheus-metrics.service.js +10 -12
  349. package/dist/metrics/prometheus-metrics.service.js.map +1 -1
  350. package/dist/mfa/mfa.service.js +1 -1
  351. package/dist/mfa/mfa.service.js.map +1 -1
  352. package/dist/mfa/totp.service.js +1 -2
  353. package/dist/mfa/totp.service.js.map +1 -1
  354. package/dist/middlewares/body-parser.js +2 -2
  355. package/dist/middlewares/body-parser.js.map +1 -1
  356. package/dist/node-types.js +7 -2
  357. package/dist/node-types.js.map +1 -1
  358. package/dist/permissions/check-access.d.ts +1 -1
  359. package/dist/permissions/global-roles.js +10 -0
  360. package/dist/permissions/global-roles.js.map +1 -1
  361. package/dist/posthog/index.d.ts +1 -1
  362. package/dist/posthog/index.js +1 -2
  363. package/dist/posthog/index.js.map +1 -1
  364. package/dist/{PublicApi → public-api}/index.js +2 -3
  365. package/dist/public-api/index.js.map +1 -0
  366. package/dist/public-api/types.js.map +1 -0
  367. package/dist/{PublicApi → public-api}/v1/handlers/audit/audit.handler.d.ts +1 -1
  368. package/dist/{PublicApi → public-api}/v1/handlers/audit/audit.handler.js +2 -3
  369. package/dist/public-api/v1/handlers/audit/audit.handler.js.map +1 -0
  370. package/dist/{PublicApi → public-api}/v1/handlers/credentials/credentials.handler.js +2 -2
  371. package/dist/public-api/v1/handlers/credentials/credentials.handler.js.map +1 -0
  372. package/dist/public-api/v1/handlers/credentials/credentials.middleware.js.map +1 -0
  373. package/dist/{PublicApi → public-api}/v1/handlers/credentials/credentials.service.d.ts +2 -2
  374. package/dist/{PublicApi → public-api}/v1/handlers/credentials/credentials.service.js +9 -11
  375. package/dist/public-api/v1/handlers/credentials/credentials.service.js.map +1 -0
  376. package/dist/public-api/v1/handlers/executions/executions.handler.js.map +1 -0
  377. package/dist/{PublicApi → public-api}/v1/handlers/projects/projects.handler.d.ts +1 -1
  378. package/dist/public-api/v1/handlers/projects/projects.handler.js.map +1 -0
  379. package/dist/{PublicApi/v1/handlers/sourceControl/sourceControl.handler.js → public-api/v1/handlers/source-control/source-control.handler.js} +2 -3
  380. package/dist/public-api/v1/handlers/source-control/source-control.handler.js.map +1 -0
  381. package/dist/public-api/v1/handlers/tags/tags.handler.js.map +1 -0
  382. package/dist/public-api/v1/handlers/users/users.handler.ee.js.map +1 -0
  383. package/dist/{PublicApi → public-api}/v1/handlers/users/users.service.ee.d.ts +1 -1
  384. package/dist/{PublicApi → public-api}/v1/handlers/users/users.service.ee.js +3 -3
  385. package/dist/public-api/v1/handlers/users/users.service.ee.js.map +1 -0
  386. package/dist/{PublicApi → public-api}/v1/handlers/variables/variables.handler.d.ts +1 -1
  387. package/dist/public-api/v1/handlers/variables/variables.handler.js.map +1 -0
  388. package/dist/public-api/v1/handlers/workflows/workflows.handler.js.map +1 -0
  389. package/dist/{PublicApi → public-api}/v1/handlers/workflows/workflows.service.d.ts +1 -1
  390. package/dist/{PublicApi → public-api}/v1/handlers/workflows/workflows.service.js +1 -1
  391. package/dist/public-api/v1/handlers/workflows/workflows.service.js.map +1 -0
  392. package/dist/{PublicApi → public-api}/v1/openapi.yml +1 -1
  393. package/dist/{PublicApi → public-api}/v1/shared/middlewares/global.middleware.d.ts +1 -1
  394. package/dist/public-api/v1/shared/middlewares/global.middleware.js.map +1 -0
  395. package/dist/public-api/v1/shared/services/pagination.service.js.map +1 -0
  396. package/dist/push/abstract.push.d.ts +12 -3
  397. package/dist/push/abstract.push.js +18 -3
  398. package/dist/push/abstract.push.js.map +1 -1
  399. package/dist/push/index.d.ts +8 -4
  400. package/dist/push/index.js +11 -5
  401. package/dist/push/index.js.map +1 -1
  402. package/dist/push/sse.push.d.ts +2 -1
  403. package/dist/push/sse.push.js +3 -4
  404. package/dist/push/sse.push.js.map +1 -1
  405. package/dist/push/types.d.ts +6 -0
  406. package/dist/push/websocket.push.d.ts +2 -1
  407. package/dist/push/websocket.push.js +25 -2
  408. package/dist/push/websocket.push.js.map +1 -1
  409. package/dist/requests.d.ts +20 -4
  410. package/dist/response-helper.js +1 -2
  411. package/dist/response-helper.js.map +1 -1
  412. package/dist/scaling/job-processor.js +4 -6
  413. package/dist/scaling/job-processor.js.map +1 -1
  414. package/dist/scaling/scaling.service.js +1 -1
  415. package/dist/scaling/scaling.service.js.map +1 -1
  416. package/dist/secrets-helpers.js +2 -4
  417. package/dist/secrets-helpers.js.map +1 -1
  418. package/dist/security-audit/risk-reporters/credentials-risk-reporter.js +1 -1
  419. package/dist/security-audit/risk-reporters/credentials-risk-reporter.js.map +1 -1
  420. package/dist/security-audit/risk-reporters/instance-risk-reporter.js +3 -4
  421. package/dist/security-audit/risk-reporters/instance-risk-reporter.js.map +1 -1
  422. package/dist/security-audit/risk-reporters/nodes-risk-reporter.d.ts +1 -1
  423. package/dist/security-audit/risk-reporters/nodes-risk-reporter.js +2 -2
  424. package/dist/security-audit/risk-reporters/nodes-risk-reporter.js.map +1 -1
  425. package/dist/server.d.ts +2 -1
  426. package/dist/server.js +16 -6
  427. package/dist/server.js.map +1 -1
  428. package/dist/services/{activeWorkflows.service.d.ts → active-workflows.service.d.ts} +1 -1
  429. package/dist/services/{activeWorkflows.service.js → active-workflows.service.js} +1 -1
  430. package/dist/services/active-workflows.service.js.map +1 -0
  431. package/dist/services/{aiAsisstant.service.js → ai-assistant.service.js} +1 -1
  432. package/dist/services/ai-assistant.service.js.map +1 -0
  433. package/dist/services/annotation-tag.service.d.ts +20 -0
  434. package/dist/services/annotation-tag.service.js +55 -0
  435. package/dist/services/annotation-tag.service.js.map +1 -0
  436. package/dist/services/cache/cache.service.d.ts +1 -1
  437. package/dist/services/cache/cache.service.js +9 -10
  438. package/dist/services/cache/cache.service.js.map +1 -1
  439. package/dist/services/cache/redis.cache-manager.js +4 -5
  440. package/dist/services/cache/redis.cache-manager.js.map +1 -1
  441. package/dist/services/{communityPackages.service.d.ts → community-packages.service.d.ts} +1 -1
  442. package/dist/services/{communityPackages.service.js → community-packages.service.js} +2 -2
  443. package/dist/services/community-packages.service.js.map +1 -0
  444. package/dist/services/credentials-tester.service.d.ts +1 -1
  445. package/dist/services/credentials-tester.service.js +8 -12
  446. package/dist/services/credentials-tester.service.js.map +1 -1
  447. package/dist/services/cta.service.d.ts +1 -1
  448. package/dist/services/curl.service.js +8 -10
  449. package/dist/services/curl.service.js.map +1 -1
  450. package/dist/services/{dynamicNodeParameters.service.js → dynamic-node-parameters.service.js} +5 -7
  451. package/dist/services/dynamic-node-parameters.service.js.map +1 -0
  452. package/dist/services/{executionMetadata.service.js → execution-metadata.service.js} +1 -1
  453. package/dist/services/execution-metadata.service.js.map +1 -0
  454. package/dist/services/frontend.service.js +6 -8
  455. package/dist/services/frontend.service.js.map +1 -1
  456. package/dist/services/hooks.service.d.ts +2 -2
  457. package/dist/services/import.service.js +4 -5
  458. package/dist/services/import.service.js.map +1 -1
  459. package/dist/services/orchestration/helpers.d.ts +1 -1
  460. package/dist/services/orchestration/helpers.js +2 -2
  461. package/dist/services/orchestration/helpers.js.map +1 -1
  462. package/dist/services/orchestration/main/handle-command-message-main.d.ts +1 -0
  463. package/dist/services/orchestration/main/{handleCommandMessageMain.js → handle-command-message-main.js} +8 -10
  464. package/dist/services/orchestration/main/handle-command-message-main.js.map +1 -0
  465. package/dist/services/orchestration/main/{handleWorkerResponseMessageMain.d.ts → handle-worker-response-message-main.d.ts} +4 -4
  466. package/dist/services/orchestration/main/{handleWorkerResponseMessageMain.js → handle-worker-response-message-main.js} +3 -3
  467. package/dist/services/orchestration/main/handle-worker-response-message-main.js.map +1 -0
  468. package/dist/services/orchestration/main/{MultiMainSetup.ee.d.ts → multi-main-setup.ee.d.ts} +2 -2
  469. package/dist/services/orchestration/main/{MultiMainSetup.ee.js → multi-main-setup.ee.js} +5 -5
  470. package/dist/services/orchestration/main/multi-main-setup.ee.js.map +1 -0
  471. package/dist/services/orchestration/main/orchestration.handler.main.service.js +7 -7
  472. package/dist/services/orchestration/main/orchestration.handler.main.service.js.map +1 -1
  473. package/dist/services/orchestration/main/types.d.ts +1 -1
  474. package/dist/services/orchestration/pubsub/pubsub-message-map.d.ts +1 -1
  475. package/dist/services/orchestration/webhook/handle-command-message-webhook.d.ts +1 -0
  476. package/dist/services/orchestration/webhook/{handleCommandMessageWebhook.js → handle-command-message-webhook.js} +3 -3
  477. package/dist/services/orchestration/webhook/handle-command-message-webhook.js.map +1 -0
  478. package/dist/services/orchestration/webhook/orchestration.handler.webhook.service.js +4 -4
  479. package/dist/services/orchestration/webhook/orchestration.handler.webhook.service.js.map +1 -1
  480. package/dist/services/orchestration/worker/{handleCommandMessageWorker.js → handle-command-message-worker.js} +12 -15
  481. package/dist/services/orchestration/worker/handle-command-message-worker.js.map +1 -0
  482. package/dist/services/orchestration/worker/orchestration.handler.worker.service.js +2 -2
  483. package/dist/services/orchestration/worker/orchestration.handler.worker.service.js.map +1 -1
  484. package/dist/services/orchestration/worker/types.d.ts +1 -1
  485. package/dist/services/orchestration.handler.base.service.d.ts +1 -1
  486. package/dist/services/orchestration.handler.base.service.js +1 -2
  487. package/dist/services/orchestration.handler.base.service.js.map +1 -1
  488. package/dist/services/orchestration.service.d.ts +3 -3
  489. package/dist/services/orchestration.service.js +2 -2
  490. package/dist/services/orchestration.service.js.map +1 -1
  491. package/dist/services/ownership.service.d.ts +1 -1
  492. package/dist/services/ownership.service.js +1 -2
  493. package/dist/services/ownership.service.js.map +1 -1
  494. package/dist/services/project.service.d.ts +1 -1
  495. package/dist/services/project.service.js +2 -2
  496. package/dist/services/project.service.js.map +1 -1
  497. package/dist/services/redis/redis-client.service.js +1 -1
  498. package/dist/services/redis/redis-client.service.js.map +1 -1
  499. package/dist/services/redis/{RedisConstants.js → redis-constants.js} +1 -1
  500. package/dist/services/redis/redis-constants.js.map +1 -0
  501. package/dist/services/redis/{RedisServiceBaseClasses.js → redis-service-base-classes.js} +1 -1
  502. package/dist/services/redis/redis-service-base-classes.js.map +1 -0
  503. package/dist/services/redis/{RedisServiceCommands.d.ts → redis-service-commands.d.ts} +1 -1
  504. package/dist/services/redis/redis-service-commands.js +3 -0
  505. package/dist/services/redis/redis-service-commands.js.map +1 -0
  506. package/dist/services/redis/{RedisServicePubSubPublisher.d.ts → redis-service-pub-sub-publisher.d.ts} +2 -2
  507. package/dist/services/redis/{RedisServicePubSubPublisher.js → redis-service-pub-sub-publisher.js} +11 -16
  508. package/dist/services/redis/redis-service-pub-sub-publisher.js.map +1 -0
  509. package/dist/services/redis/{RedisServicePubSubSubscriber.d.ts → redis-service-pub-sub-subscriber.d.ts} +1 -1
  510. package/dist/services/redis/{RedisServicePubSubSubscriber.js → redis-service-pub-sub-subscriber.js} +13 -16
  511. package/dist/services/redis/redis-service-pub-sub-subscriber.js.map +1 -0
  512. package/dist/services/redis.service.d.ts +2 -2
  513. package/dist/services/redis.service.js +4 -4
  514. package/dist/services/redis.service.js.map +1 -1
  515. package/dist/services/role.service.d.ts +1 -1
  516. package/dist/services/role.service.js +2 -3
  517. package/dist/services/role.service.js.map +1 -1
  518. package/dist/services/tag.service.d.ts +1 -1
  519. package/dist/services/tag.service.js +1 -1
  520. package/dist/services/tag.service.js.map +1 -1
  521. package/dist/services/url.service.js +1 -2
  522. package/dist/services/url.service.js.map +1 -1
  523. package/dist/services/{userOnboarding.service.d.ts → user-onboarding.service.d.ts} +1 -1
  524. package/dist/services/{userOnboarding.service.js → user-onboarding.service.js} +1 -1
  525. package/dist/services/user-onboarding.service.js.map +1 -0
  526. package/dist/services/user.service.d.ts +2 -2
  527. package/dist/services/user.service.js +6 -9
  528. package/dist/services/user.service.js.map +1 -1
  529. package/dist/services/workflow-statistics.service.d.ts +1 -1
  530. package/dist/services/workflow-statistics.service.js +3 -4
  531. package/dist/services/workflow-statistics.service.js.map +1 -1
  532. package/dist/sso/saml/routes/saml.controller.ee.js +5 -6
  533. package/dist/sso/saml/routes/saml.controller.ee.js.map +1 -1
  534. package/dist/sso/saml/saml-helpers.d.ts +1 -1
  535. package/dist/sso/saml/saml-helpers.js +2 -3
  536. package/dist/sso/saml/saml-helpers.js.map +1 -1
  537. package/dist/sso/saml/saml-validator.js +6 -6
  538. package/dist/sso/saml/saml-validator.js.map +1 -1
  539. package/dist/sso/saml/saml.service.ee.d.ts +1 -1
  540. package/dist/sso/saml/saml.service.ee.js +14 -16
  541. package/dist/sso/saml/saml.service.ee.js.map +1 -1
  542. package/dist/sso/saml/views/saml-connection-test-failed.js +5 -6
  543. package/dist/sso/saml/views/saml-connection-test-failed.js.map +1 -1
  544. package/dist/sso/saml/views/saml-connection-test-success.js +4 -5
  545. package/dist/sso/saml/views/saml-connection-test-success.js.map +1 -1
  546. package/dist/subworkflows/subworkflow-policy-checker.service.js +5 -4
  547. package/dist/subworkflows/subworkflow-policy-checker.service.js.map +1 -1
  548. package/dist/telemetry/index.d.ts +1 -1
  549. package/dist/telemetry/index.js +8 -12
  550. package/dist/telemetry/index.js.map +1 -1
  551. package/dist/{TypedEmitter.js → typed-emitter.js} +1 -1
  552. package/dist/typed-emitter.js.map +1 -0
  553. package/dist/user-management/email/{Interfaces.d.ts → interfaces.d.ts} +1 -6
  554. package/dist/user-management/email/{Interfaces.js → interfaces.js} +1 -1
  555. package/dist/user-management/email/interfaces.js.map +1 -0
  556. package/dist/user-management/email/node-mailer.d.ts +1 -1
  557. package/dist/user-management/email/node-mailer.js +14 -3
  558. package/dist/user-management/email/node-mailer.js.map +1 -1
  559. package/dist/user-management/email/templates/credentials-shared.handlebars +201 -0
  560. package/dist/user-management/email/templates/n8n-logo.png +0 -0
  561. package/dist/user-management/email/templates/password-reset-requested.handlebars +235 -0
  562. package/dist/user-management/email/templates/user-invited.handlebars +201 -0
  563. package/dist/user-management/email/templates/workflow-shared.handlebars +201 -0
  564. package/dist/user-management/email/user-management-mailer.d.ts +8 -5
  565. package/dist/user-management/email/user-management-mailer.js +26 -19
  566. package/dist/user-management/email/user-management-mailer.js.map +1 -1
  567. package/dist/user-management/permission-checker.js +1 -1
  568. package/dist/user-management/permission-checker.js.map +1 -1
  569. package/dist/utils.js +1 -1
  570. package/dist/utils.js.map +1 -1
  571. package/dist/waiting-forms.d.ts +1 -1
  572. package/dist/webhooks/live-webhooks.js +5 -9
  573. package/dist/webhooks/live-webhooks.js.map +1 -1
  574. package/dist/webhooks/test-webhook-registrations.service.d.ts +1 -1
  575. package/dist/webhooks/test-webhooks.d.ts +1 -1
  576. package/dist/webhooks/test-webhooks.js +6 -10
  577. package/dist/webhooks/test-webhooks.js.map +1 -1
  578. package/dist/webhooks/waiting-webhooks.d.ts +1 -1
  579. package/dist/webhooks/waiting-webhooks.js +1 -1
  580. package/dist/webhooks/waiting-webhooks.js.map +1 -1
  581. package/dist/webhooks/webhook-helpers.d.ts +1 -1
  582. package/dist/webhooks/webhook-helpers.js +10 -11
  583. package/dist/webhooks/webhook-helpers.js.map +1 -1
  584. package/dist/webhooks/webhook-request-handler.js +2 -2
  585. package/dist/webhooks/webhook-request-handler.js.map +1 -1
  586. package/dist/webhooks/webhook.service.d.ts +1 -1
  587. package/dist/webhooks/webhook.service.js +1 -1
  588. package/dist/webhooks/webhook.service.js.map +1 -1
  589. package/dist/workflow-execute-additional-data.d.ts +1 -1
  590. package/dist/workflow-execute-additional-data.js +14 -19
  591. package/dist/workflow-execute-additional-data.js.map +1 -1
  592. package/dist/workflow-helpers.d.ts +1 -1
  593. package/dist/workflow-helpers.js +5 -6
  594. package/dist/workflow-helpers.js.map +1 -1
  595. package/dist/workflow-runner.d.ts +1 -1
  596. package/dist/workflow-runner.js +5 -6
  597. package/dist/workflow-runner.js.map +1 -1
  598. package/dist/workflows/workflow-execution.service.d.ts +2 -2
  599. package/dist/workflows/workflow-execution.service.js +9 -11
  600. package/dist/workflows/workflow-execution.service.js.map +1 -1
  601. package/dist/workflows/workflow-history/workflow-history.controller.ee.js +1 -2
  602. package/dist/workflows/workflow-history/workflow-history.controller.ee.js.map +1 -1
  603. package/dist/workflows/workflow-history/workflow-history.service.ee.d.ts +1 -1
  604. package/dist/workflows/workflow-sharing.service.d.ts +1 -1
  605. package/dist/workflows/workflow-static-data.service.js +1 -2
  606. package/dist/workflows/workflow-static-data.service.js.map +1 -1
  607. package/dist/workflows/workflow.request.d.ts +1 -1
  608. package/dist/workflows/workflow.service.d.ts +2 -2
  609. package/dist/workflows/workflow.service.ee.d.ts +1 -1
  610. package/dist/workflows/workflow.service.ee.js +7 -11
  611. package/dist/workflows/workflow.service.ee.js.map +1 -1
  612. package/dist/workflows/workflow.service.js +4 -5
  613. package/dist/workflows/workflow.service.js.map +1 -1
  614. package/dist/workflows/workflows.controller.d.ts +18 -18
  615. package/dist/workflows/workflows.controller.js +7 -8
  616. package/dist/workflows/workflows.controller.js.map +1 -1
  617. package/package.json +10 -9
  618. package/dist/Db.js.map +0 -1
  619. package/dist/Interfaces.js.map +0 -1
  620. package/dist/PublicApi/index.js.map +0 -1
  621. package/dist/PublicApi/types.js.map +0 -1
  622. package/dist/PublicApi/v1/handlers/audit/audit.handler.js.map +0 -1
  623. package/dist/PublicApi/v1/handlers/credentials/credentials.handler.js.map +0 -1
  624. package/dist/PublicApi/v1/handlers/credentials/credentials.middleware.js.map +0 -1
  625. package/dist/PublicApi/v1/handlers/credentials/credentials.service.js.map +0 -1
  626. package/dist/PublicApi/v1/handlers/executions/executions.handler.js.map +0 -1
  627. package/dist/PublicApi/v1/handlers/projects/projects.handler.js.map +0 -1
  628. package/dist/PublicApi/v1/handlers/sourceControl/sourceControl.handler.js.map +0 -1
  629. package/dist/PublicApi/v1/handlers/tags/tags.handler.js.map +0 -1
  630. package/dist/PublicApi/v1/handlers/users/users.handler.ee.js.map +0 -1
  631. package/dist/PublicApi/v1/handlers/users/users.service.ee.js.map +0 -1
  632. package/dist/PublicApi/v1/handlers/variables/variables.handler.js.map +0 -1
  633. package/dist/PublicApi/v1/handlers/workflows/workflows.handler.js.map +0 -1
  634. package/dist/PublicApi/v1/handlers/workflows/workflows.service.js.map +0 -1
  635. package/dist/PublicApi/v1/shared/middlewares/global.middleware.js.map +0 -1
  636. package/dist/PublicApi/v1/shared/services/pagination.service.js.map +0 -1
  637. package/dist/TypedEmitter.js.map +0 -1
  638. package/dist/commands/executeBatch.js.map +0 -1
  639. package/dist/databases/dsl/Column.js.map +0 -1
  640. package/dist/databases/dsl/Indices.js.map +0 -1
  641. package/dist/databases/entities/User.js.map +0 -1
  642. package/dist/eventbus/eventBus.controller.js.map +0 -1
  643. package/dist/services/activeWorkflows.service.js.map +0 -1
  644. package/dist/services/aiAsisstant.service.js.map +0 -1
  645. package/dist/services/communityPackages.service.js.map +0 -1
  646. package/dist/services/dynamicNodeParameters.service.js.map +0 -1
  647. package/dist/services/executionMetadata.service.js.map +0 -1
  648. package/dist/services/orchestration/main/MultiMainSetup.ee.js.map +0 -1
  649. package/dist/services/orchestration/main/handleCommandMessageMain.d.ts +0 -1
  650. package/dist/services/orchestration/main/handleCommandMessageMain.js.map +0 -1
  651. package/dist/services/orchestration/main/handleWorkerResponseMessageMain.js.map +0 -1
  652. package/dist/services/orchestration/webhook/handleCommandMessageWebhook.d.ts +0 -1
  653. package/dist/services/orchestration/webhook/handleCommandMessageWebhook.js.map +0 -1
  654. package/dist/services/orchestration/worker/handleCommandMessageWorker.js.map +0 -1
  655. package/dist/services/redis/RedisConstants.js.map +0 -1
  656. package/dist/services/redis/RedisServiceBaseClasses.js.map +0 -1
  657. package/dist/services/redis/RedisServiceCommands.js.map +0 -1
  658. package/dist/services/redis/RedisServicePubSubPublisher.js.map +0 -1
  659. package/dist/services/redis/RedisServicePubSubSubscriber.js.map +0 -1
  660. package/dist/services/userOnboarding.service.js.map +0 -1
  661. package/dist/user-management/email/Interfaces.js.map +0 -1
  662. package/dist/user-management/email/templates/credentialsShared.html +0 -4
  663. package/dist/user-management/email/templates/instanceSetup.html +0 -5
  664. package/dist/user-management/email/templates/invite.html +0 -4
  665. package/dist/user-management/email/templates/passwordReset.html +0 -5
  666. package/dist/user-management/email/templates/workflowShared.html +0 -4
  667. /package/dist/databases/dsl/{Column.d.ts → column.d.ts} +0 -0
  668. /package/dist/databases/dsl/{Indices.d.ts → indices.d.ts} +0 -0
  669. /package/dist/databases/entities/{Variables.d.ts → variables.d.ts} +0 -0
  670. /package/dist/{Db.d.ts → db.d.ts} +0 -0
  671. /package/dist/eventbus/{eventBus.controller.d.ts → event-bus.controller.d.ts} +0 -0
  672. /package/dist/{PublicApi → public-api}/index.d.ts +0 -0
  673. /package/dist/{PublicApi/swaggerTheme.css → public-api/swagger-theme.css} +0 -0
  674. /package/dist/{PublicApi → public-api}/types.d.ts +0 -0
  675. /package/dist/{PublicApi → public-api}/types.js +0 -0
  676. /package/dist/{PublicApi → public-api}/v1/handlers/credentials/credentials.handler.d.ts +0 -0
  677. /package/dist/{PublicApi → public-api}/v1/handlers/credentials/credentials.middleware.d.ts +0 -0
  678. /package/dist/{PublicApi → public-api}/v1/handlers/credentials/credentials.middleware.js +0 -0
  679. /package/dist/{PublicApi → public-api}/v1/handlers/executions/executions.handler.d.ts +0 -0
  680. /package/dist/{PublicApi → public-api}/v1/handlers/executions/executions.handler.js +0 -0
  681. /package/dist/{PublicApi → public-api}/v1/handlers/projects/projects.handler.js +0 -0
  682. /package/dist/{PublicApi/v1/handlers/sourceControl/sourceControl.handler.d.ts → public-api/v1/handlers/source-control/source-control.handler.d.ts} +0 -0
  683. /package/dist/{PublicApi → public-api}/v1/handlers/tags/tags.handler.d.ts +0 -0
  684. /package/dist/{PublicApi → public-api}/v1/handlers/tags/tags.handler.js +0 -0
  685. /package/dist/{PublicApi → public-api}/v1/handlers/users/users.handler.ee.d.ts +0 -0
  686. /package/dist/{PublicApi → public-api}/v1/handlers/users/users.handler.ee.js +0 -0
  687. /package/dist/{PublicApi → public-api}/v1/handlers/variables/variables.handler.js +0 -0
  688. /package/dist/{PublicApi → public-api}/v1/handlers/workflows/workflows.handler.d.ts +0 -0
  689. /package/dist/{PublicApi → public-api}/v1/handlers/workflows/workflows.handler.js +0 -0
  690. /package/dist/{PublicApi → public-api}/v1/shared/middlewares/global.middleware.js +0 -0
  691. /package/dist/{PublicApi → public-api}/v1/shared/services/pagination.service.d.ts +0 -0
  692. /package/dist/{PublicApi → public-api}/v1/shared/services/pagination.service.js +0 -0
  693. /package/dist/services/{aiAsisstant.service.d.ts → ai-assistant.service.d.ts} +0 -0
  694. /package/dist/services/{dynamicNodeParameters.service.d.ts → dynamic-node-parameters.service.d.ts} +0 -0
  695. /package/dist/services/{executionMetadata.service.d.ts → execution-metadata.service.d.ts} +0 -0
  696. /package/dist/services/orchestration/worker/{handleCommandMessageWorker.d.ts → handle-command-message-worker.d.ts} +0 -0
  697. /package/dist/services/redis/{RedisConstants.d.ts → redis-constants.d.ts} +0 -0
  698. /package/dist/services/redis/{RedisServiceBaseClasses.d.ts → redis-service-base-classes.d.ts} +0 -0
  699. /package/dist/{TypedEmitter.d.ts → typed-emitter.d.ts} +0 -0
@@ -0,0 +1,201 @@
1
+ <!doctype html>
2
+ <html lang="und" dir="auto" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3
+
4
+ <head>
5
+ <title></title>
6
+ <!--[if !mso]><!-->
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
+ <!--<![endif]-->
9
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
10
+ <meta name="viewport" content="width=device-width, initial-scale=1">
11
+ <style type="text/css">
12
+ #outlook a {
13
+ padding: 0;
14
+ }
15
+
16
+ body {
17
+ margin: 0;
18
+ padding: 0;
19
+ -webkit-text-size-adjust: 100%;
20
+ -ms-text-size-adjust: 100%;
21
+ }
22
+
23
+ table,
24
+ td {
25
+ border-collapse: collapse;
26
+ mso-table-lspace: 0pt;
27
+ mso-table-rspace: 0pt;
28
+ }
29
+
30
+ img {
31
+ border: 0;
32
+ height: auto;
33
+ line-height: 100%;
34
+ outline: none;
35
+ text-decoration: none;
36
+ -ms-interpolation-mode: bicubic;
37
+ }
38
+
39
+ p {
40
+ display: block;
41
+ margin: 13px 0;
42
+ }
43
+
44
+ </style>
45
+ <!--[if mso]>
46
+ <noscript>
47
+ <xml>
48
+ <o:OfficeDocumentSettings>
49
+ <o:AllowPNG/>
50
+ <o:PixelsPerInch>96</o:PixelsPerInch>
51
+ </o:OfficeDocumentSettings>
52
+ </xml>
53
+ </noscript>
54
+ <![endif]-->
55
+ <!--[if lte mso 11]>
56
+ <style type="text/css">
57
+ .mj-outlook-group-fix { width:100% !important; }
58
+ </style>
59
+ <![endif]-->
60
+ <!--[if !mso]><!-->
61
+ <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700" rel="stylesheet" type="text/css">
62
+ <style type="text/css">
63
+ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700);
64
+
65
+ </style>
66
+ <!--<![endif]-->
67
+ <style type="text/css">
68
+ @media only screen and (min-width:480px) {
69
+ .mj-column-per-100 {
70
+ width: 100% !important;
71
+ max-width: 100%;
72
+ }
73
+ }
74
+
75
+ </style>
76
+ <style media="screen and (min-width:480px)">
77
+ .moz-text-html .mj-column-per-100 {
78
+ width: 100% !important;
79
+ max-width: 100%;
80
+ }
81
+
82
+ </style>
83
+ <style type="text/css">
84
+ @media only screen and (max-width:479px) {
85
+ table.mj-full-width-mobile {
86
+ width: 100% !important;
87
+ }
88
+
89
+ td.mj-full-width-mobile {
90
+ width: auto !important;
91
+ }
92
+ }
93
+
94
+ </style>
95
+ </head>
96
+
97
+ <body style="word-spacing:normal;background-color:#fbfcfe;">
98
+ <div style="background-color:#fbfcfe;" lang="und" dir="auto">
99
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
100
+ <div style="margin:0px auto;max-width:600px;">
101
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
102
+ <tbody>
103
+ <tr>
104
+ <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
105
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
106
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
107
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
108
+ <tbody>
109
+ <tr>
110
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
111
+ <div style="font-family:Open Sans, sans-serif;font-size:24px;font-weight:400;line-height:24px;text-align:center;color:#ff6f5c;">A credential has been shared with you</div>
112
+ </td>
113
+ </tr>
114
+ </tbody>
115
+ </table>
116
+ </div>
117
+ <!--[if mso | IE]></td></tr></table><![endif]-->
118
+ </td>
119
+ </tr>
120
+ </tbody>
121
+ </table>
122
+ </div>
123
+ <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" bgcolor="#FFFFFF" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
124
+ <div style="background:#FFFFFF;background-color:#FFFFFF;margin:0px auto;max-width:600px;">
125
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#FFFFFF;background-color:#FFFFFF;width:100%;">
126
+ <tbody>
127
+ <tr>
128
+ <td style="border:1px solid #ddd;direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
129
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:598px;" ><![endif]-->
130
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
131
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
132
+ <tbody>
133
+ <tr>
134
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
135
+ <div style="font-family:Open Sans, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center;color:#444444;"><b>"{{ credentialsName }}"</b> credential has been shared with you.</div>
136
+ </td>
137
+ </tr>
138
+ <tr>
139
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
140
+ <div style="font-family:Open Sans, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center;color:#444444;">To access it, please click the button below.</div>
141
+ </td>
142
+ </tr>
143
+ <tr>
144
+ <td align="center" style="font-size:0px;padding:10px 25px;padding-top:20px;word-break:break-word;">
145
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:separate;line-height:100%;">
146
+ <tbody>
147
+ <tr>
148
+ <td align="center" bgcolor="#ff6f5c" role="presentation" style="border:none;border-radius:4px;cursor:auto;mso-padding-alt:10px 25px;background:#ff6f5c;" valign="middle">
149
+ <a href="{{credentialsListUrl}}" style="display:inline-block;background:#ff6f5c;color:#ffffff;font-family:Open Sans, sans-serif;font-size:18px;font-weight:600;line-height:24px;margin:0;text-decoration:none;text-transform:none;padding:10px 25px;mso-padding-alt:0px;border-radius:4px;" target="_blank"> Open credential </a>
150
+ </td>
151
+ </tr>
152
+ </tbody>
153
+ </table>
154
+ </td>
155
+ </tr>
156
+ </tbody>
157
+ </table>
158
+ </div>
159
+ <!--[if mso | IE]></td></tr></table><![endif]-->
160
+ </td>
161
+ </tr>
162
+ </tbody>
163
+ </table>
164
+ </div>
165
+ <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
166
+ <div style="margin:0px auto;max-width:600px;">
167
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
168
+ <tbody>
169
+ <tr>
170
+ <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
171
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
172
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
173
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
174
+ <tbody>
175
+ <tr>
176
+ <td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
177
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
178
+ <tbody>
179
+ <tr>
180
+ <td style="width:70px;">
181
+ <img alt="" src="cid:n8n-logo" style="border:0;display:block;outline:none;text-decoration:none;height:40px;width:100%;font-size:13px;" width="70" height="40" />
182
+ </td>
183
+ </tr>
184
+ </tbody>
185
+ </table>
186
+ </td>
187
+ </tr>
188
+ </tbody>
189
+ </table>
190
+ </div>
191
+ <!--[if mso | IE]></td></tr></table><![endif]-->
192
+ </td>
193
+ </tr>
194
+ </tbody>
195
+ </table>
196
+ </div>
197
+ <!--[if mso | IE]></td></tr></table><![endif]-->
198
+ </div>
199
+ </body>
200
+
201
+ </html>
@@ -0,0 +1,235 @@
1
+ <!doctype html>
2
+ <html lang="und" dir="auto" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3
+
4
+ <head>
5
+ <title></title>
6
+ <!--[if !mso]><!-->
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
+ <!--<![endif]-->
9
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
10
+ <meta name="viewport" content="width=device-width, initial-scale=1">
11
+ <style type="text/css">
12
+ #outlook a {
13
+ padding: 0;
14
+ }
15
+
16
+ body {
17
+ margin: 0;
18
+ padding: 0;
19
+ -webkit-text-size-adjust: 100%;
20
+ -ms-text-size-adjust: 100%;
21
+ }
22
+
23
+ table,
24
+ td {
25
+ border-collapse: collapse;
26
+ mso-table-lspace: 0pt;
27
+ mso-table-rspace: 0pt;
28
+ }
29
+
30
+ img {
31
+ border: 0;
32
+ height: auto;
33
+ line-height: 100%;
34
+ outline: none;
35
+ text-decoration: none;
36
+ -ms-interpolation-mode: bicubic;
37
+ }
38
+
39
+ p {
40
+ display: block;
41
+ margin: 13px 0;
42
+ }
43
+
44
+ </style>
45
+ <!--[if mso]>
46
+ <noscript>
47
+ <xml>
48
+ <o:OfficeDocumentSettings>
49
+ <o:AllowPNG/>
50
+ <o:PixelsPerInch>96</o:PixelsPerInch>
51
+ </o:OfficeDocumentSettings>
52
+ </xml>
53
+ </noscript>
54
+ <![endif]-->
55
+ <!--[if lte mso 11]>
56
+ <style type="text/css">
57
+ .mj-outlook-group-fix { width:100% !important; }
58
+ </style>
59
+ <![endif]-->
60
+ <!--[if !mso]><!-->
61
+ <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700" rel="stylesheet" type="text/css">
62
+ <style type="text/css">
63
+ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700);
64
+
65
+ </style>
66
+ <!--<![endif]-->
67
+ <style type="text/css">
68
+ @media only screen and (min-width:480px) {
69
+ .mj-column-per-100 {
70
+ width: 100% !important;
71
+ max-width: 100%;
72
+ }
73
+ }
74
+
75
+ </style>
76
+ <style media="screen and (min-width:480px)">
77
+ .moz-text-html .mj-column-per-100 {
78
+ width: 100% !important;
79
+ max-width: 100%;
80
+ }
81
+
82
+ </style>
83
+ <style type="text/css">
84
+ @media only screen and (max-width:479px) {
85
+ table.mj-full-width-mobile {
86
+ width: 100% !important;
87
+ }
88
+
89
+ td.mj-full-width-mobile {
90
+ width: auto !important;
91
+ }
92
+ }
93
+
94
+ </style>
95
+ </head>
96
+
97
+ <body style="word-spacing:normal;background-color:#fbfcfe;">
98
+ <div style="background-color:#fbfcfe;" lang="und" dir="auto">
99
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
100
+ <div style="margin:0px auto;max-width:600px;">
101
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
102
+ <tbody>
103
+ <tr>
104
+ <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
105
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
106
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
107
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
108
+ <tbody>
109
+ <tr>
110
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
111
+ <div style="font-family:Open Sans, sans-serif;font-size:24px;font-weight:400;line-height:24px;text-align:center;color:#ff6f5c;">Reset your n8n password</div>
112
+ </td>
113
+ </tr>
114
+ </tbody>
115
+ </table>
116
+ </div>
117
+ <!--[if mso | IE]></td></tr></table><![endif]-->
118
+ </td>
119
+ </tr>
120
+ </tbody>
121
+ </table>
122
+ </div>
123
+ <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" bgcolor="#FFFFFF" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
124
+ <div style="background:#FFFFFF;background-color:#FFFFFF;margin:0px auto;max-width:600px;">
125
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#FFFFFF;background-color:#FFFFFF;width:100%;">
126
+ <tbody>
127
+ <tr>
128
+ <td style="border:1px solid #ddd;direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
129
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:598px;" ><![endif]-->
130
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
131
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
132
+ <tbody>
133
+ <tr>
134
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
135
+ <div style="font-family:Open Sans, sans-serif;font-size:20px;font-weight:400;line-height:24px;text-align:center;color:#444444;">Hi {{firstName}},</div>
136
+ </td>
137
+ </tr>
138
+ <tr>
139
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
140
+ <div style="font-family:Open Sans, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center;color:#444444;">Somebody asked to reset your password on n8n at <b>{{domain}}</b> .</div>
141
+ </td>
142
+ </tr>
143
+ <tr>
144
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
145
+ <div style="font-family:Open Sans, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center;color:#444444;">Click the following link to choose a new password.</div>
146
+ </td>
147
+ </tr>
148
+ <tr>
149
+ <td align="center" style="font-size:0px;padding:10px 25px;padding-top:20px;word-break:break-word;">
150
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:separate;line-height:100%;">
151
+ <tbody>
152
+ <tr>
153
+ <td align="center" bgcolor="#ff6f5c" role="presentation" style="border:none;border-radius:4px;cursor:auto;mso-padding-alt:10px 25px;background:#ff6f5c;" valign="middle">
154
+ <a href="{{passwordResetUrl}}" style="display:inline-block;background:#ff6f5c;color:#ffffff;font-family:Open Sans, sans-serif;font-size:18px;font-weight:600;line-height:24px;margin:0;text-decoration:none;text-transform:none;padding:10px 25px;mso-padding-alt:0px;border-radius:4px;" target="_blank"> Set a new password </a>
155
+ </td>
156
+ </tr>
157
+ </tbody>
158
+ </table>
159
+ </td>
160
+ </tr>
161
+ <tr>
162
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
163
+ <div style="font-family:Open Sans, sans-serif;font-size:14px;font-weight:400;line-height:24px;text-align:center;color:#444444;">The link is only valid for 20 minutes since this email was sent.</div>
164
+ </td>
165
+ </tr>
166
+ </tbody>
167
+ </table>
168
+ </div>
169
+ <!--[if mso | IE]></td></tr></table><![endif]-->
170
+ </td>
171
+ </tr>
172
+ </tbody>
173
+ </table>
174
+ </div>
175
+ <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
176
+ <div style="margin:0px auto;max-width:600px;">
177
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
178
+ <tbody>
179
+ <tr>
180
+ <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
181
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
182
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
183
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
184
+ <tbody>
185
+ <tr>
186
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
187
+ <div style="font-family:Open Sans, sans-serif;font-size:12px;font-weight:400;line-height:24px;text-align:center;color:#777777;">If you did not request this email, you can safely ignore this. <br /> Your password will not be changed.</div>
188
+ </td>
189
+ </tr>
190
+ </tbody>
191
+ </table>
192
+ </div>
193
+ <!--[if mso | IE]></td></tr></table><![endif]-->
194
+ </td>
195
+ </tr>
196
+ </tbody>
197
+ </table>
198
+ </div>
199
+ <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
200
+ <div style="margin:0px auto;max-width:600px;">
201
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
202
+ <tbody>
203
+ <tr>
204
+ <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
205
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
206
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
207
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
208
+ <tbody>
209
+ <tr>
210
+ <td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
211
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
212
+ <tbody>
213
+ <tr>
214
+ <td style="width:70px;">
215
+ <img alt="" src="cid:n8n-logo" style="border:0;display:block;outline:none;text-decoration:none;height:40px;width:100%;font-size:13px;" width="70" height="40" />
216
+ </td>
217
+ </tr>
218
+ </tbody>
219
+ </table>
220
+ </td>
221
+ </tr>
222
+ </tbody>
223
+ </table>
224
+ </div>
225
+ <!--[if mso | IE]></td></tr></table><![endif]-->
226
+ </td>
227
+ </tr>
228
+ </tbody>
229
+ </table>
230
+ </div>
231
+ <!--[if mso | IE]></td></tr></table><![endif]-->
232
+ </div>
233
+ </body>
234
+
235
+ </html>
@@ -0,0 +1,201 @@
1
+ <!doctype html>
2
+ <html lang="und" dir="auto" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3
+
4
+ <head>
5
+ <title></title>
6
+ <!--[if !mso]><!-->
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
+ <!--<![endif]-->
9
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
10
+ <meta name="viewport" content="width=device-width, initial-scale=1">
11
+ <style type="text/css">
12
+ #outlook a {
13
+ padding: 0;
14
+ }
15
+
16
+ body {
17
+ margin: 0;
18
+ padding: 0;
19
+ -webkit-text-size-adjust: 100%;
20
+ -ms-text-size-adjust: 100%;
21
+ }
22
+
23
+ table,
24
+ td {
25
+ border-collapse: collapse;
26
+ mso-table-lspace: 0pt;
27
+ mso-table-rspace: 0pt;
28
+ }
29
+
30
+ img {
31
+ border: 0;
32
+ height: auto;
33
+ line-height: 100%;
34
+ outline: none;
35
+ text-decoration: none;
36
+ -ms-interpolation-mode: bicubic;
37
+ }
38
+
39
+ p {
40
+ display: block;
41
+ margin: 13px 0;
42
+ }
43
+
44
+ </style>
45
+ <!--[if mso]>
46
+ <noscript>
47
+ <xml>
48
+ <o:OfficeDocumentSettings>
49
+ <o:AllowPNG/>
50
+ <o:PixelsPerInch>96</o:PixelsPerInch>
51
+ </o:OfficeDocumentSettings>
52
+ </xml>
53
+ </noscript>
54
+ <![endif]-->
55
+ <!--[if lte mso 11]>
56
+ <style type="text/css">
57
+ .mj-outlook-group-fix { width:100% !important; }
58
+ </style>
59
+ <![endif]-->
60
+ <!--[if !mso]><!-->
61
+ <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700" rel="stylesheet" type="text/css">
62
+ <style type="text/css">
63
+ @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700);
64
+
65
+ </style>
66
+ <!--<![endif]-->
67
+ <style type="text/css">
68
+ @media only screen and (min-width:480px) {
69
+ .mj-column-per-100 {
70
+ width: 100% !important;
71
+ max-width: 100%;
72
+ }
73
+ }
74
+
75
+ </style>
76
+ <style media="screen and (min-width:480px)">
77
+ .moz-text-html .mj-column-per-100 {
78
+ width: 100% !important;
79
+ max-width: 100%;
80
+ }
81
+
82
+ </style>
83
+ <style type="text/css">
84
+ @media only screen and (max-width:479px) {
85
+ table.mj-full-width-mobile {
86
+ width: 100% !important;
87
+ }
88
+
89
+ td.mj-full-width-mobile {
90
+ width: auto !important;
91
+ }
92
+ }
93
+
94
+ </style>
95
+ </head>
96
+
97
+ <body style="word-spacing:normal;background-color:#fbfcfe;">
98
+ <div style="background-color:#fbfcfe;" lang="und" dir="auto">
99
+ <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
100
+ <div style="margin:0px auto;max-width:600px;">
101
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
102
+ <tbody>
103
+ <tr>
104
+ <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
105
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
106
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
107
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
108
+ <tbody>
109
+ <tr>
110
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
111
+ <div style="font-family:Open Sans, sans-serif;font-size:24px;font-weight:400;line-height:24px;text-align:center;color:#ff6f5c;">Welcome to n8n! 🎉</div>
112
+ </td>
113
+ </tr>
114
+ </tbody>
115
+ </table>
116
+ </div>
117
+ <!--[if mso | IE]></td></tr></table><![endif]-->
118
+ </td>
119
+ </tr>
120
+ </tbody>
121
+ </table>
122
+ </div>
123
+ <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" bgcolor="#FFFFFF" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
124
+ <div style="background:#FFFFFF;background-color:#FFFFFF;margin:0px auto;max-width:600px;">
125
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#FFFFFF;background-color:#FFFFFF;width:100%;">
126
+ <tbody>
127
+ <tr>
128
+ <td style="border:1px solid #ddd;direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
129
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:598px;" ><![endif]-->
130
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
131
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
132
+ <tbody>
133
+ <tr>
134
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
135
+ <div style="font-family:Open Sans, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center;color:#444444;">You have been invited to join n8n at <b>{{domain}}</b> .</div>
136
+ </td>
137
+ </tr>
138
+ <tr>
139
+ <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
140
+ <div style="font-family:Open Sans, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center;color:#444444;">To accept, please click the button below.</div>
141
+ </td>
142
+ </tr>
143
+ <tr>
144
+ <td align="center" style="font-size:0px;padding:10px 25px;padding-top:20px;word-break:break-word;">
145
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:separate;line-height:100%;">
146
+ <tbody>
147
+ <tr>
148
+ <td align="center" bgcolor="#ff6f5c" role="presentation" style="border:none;border-radius:4px;cursor:auto;mso-padding-alt:10px 25px;background:#ff6f5c;" valign="middle">
149
+ <a href="{{inviteAcceptUrl}}" style="display:inline-block;background:#ff6f5c;color:#ffffff;font-family:Open Sans, sans-serif;font-size:18px;font-weight:600;line-height:24px;margin:0;text-decoration:none;text-transform:none;padding:10px 25px;mso-padding-alt:0px;border-radius:4px;" target="_blank"> Set up your n8n account </a>
150
+ </td>
151
+ </tr>
152
+ </tbody>
153
+ </table>
154
+ </td>
155
+ </tr>
156
+ </tbody>
157
+ </table>
158
+ </div>
159
+ <!--[if mso | IE]></td></tr></table><![endif]-->
160
+ </td>
161
+ </tr>
162
+ </tbody>
163
+ </table>
164
+ </div>
165
+ <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
166
+ <div style="margin:0px auto;max-width:600px;">
167
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
168
+ <tbody>
169
+ <tr>
170
+ <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
171
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
172
+ <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
173
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
174
+ <tbody>
175
+ <tr>
176
+ <td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
177
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
178
+ <tbody>
179
+ <tr>
180
+ <td style="width:70px;">
181
+ <img alt="" src="cid:n8n-logo" style="border:0;display:block;outline:none;text-decoration:none;height:40px;width:100%;font-size:13px;" width="70" height="40" />
182
+ </td>
183
+ </tr>
184
+ </tbody>
185
+ </table>
186
+ </td>
187
+ </tr>
188
+ </tbody>
189
+ </table>
190
+ </div>
191
+ <!--[if mso | IE]></td></tr></table><![endif]-->
192
+ </td>
193
+ </tr>
194
+ </tbody>
195
+ </table>
196
+ </div>
197
+ <!--[if mso | IE]></td></tr></table><![endif]-->
198
+ </div>
199
+ </body>
200
+
201
+ </html>