n8n 2.17.3 → 2.18.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 (252) hide show
  1. package/dist/active-workflow-manager.d.ts +3 -1
  2. package/dist/active-workflow-manager.js +7 -4
  3. package/dist/active-workflow-manager.js.map +1 -1
  4. package/dist/build.tsbuildinfo +1 -1
  5. package/dist/commands/start.js +5 -0
  6. package/dist/commands/start.js.map +1 -1
  7. package/dist/commands/webhook.js +7 -1
  8. package/dist/commands/webhook.js.map +1 -1
  9. package/dist/commands/worker.js +7 -1
  10. package/dist/commands/worker.js.map +1 -1
  11. package/dist/controllers/mfa.controller.d.ts +3 -1
  12. package/dist/controllers/mfa.controller.js +9 -2
  13. package/dist/controllers/mfa.controller.js.map +1 -1
  14. package/dist/controllers/security-settings.controller.d.ts +4 -1
  15. package/dist/controllers/security-settings.controller.js +10 -2
  16. package/dist/controllers/security-settings.controller.js.map +1 -1
  17. package/dist/credentials/credentials.controller.js +8 -11
  18. package/dist/credentials/credentials.controller.js.map +1 -1
  19. package/dist/credentials/credentials.service.d.ts +3 -0
  20. package/dist/credentials/credentials.service.js +39 -0
  21. package/dist/credentials/credentials.service.js.map +1 -1
  22. package/dist/errors/credential-not-found.error.d.ts +1 -1
  23. package/dist/errors/credential-not-found.error.js +3 -1
  24. package/dist/errors/credential-not-found.error.js.map +1 -1
  25. package/dist/errors/response-errors/workflow-activation-bad-request.error.d.ts +13 -0
  26. package/dist/errors/response-errors/workflow-activation-bad-request.error.js +13 -0
  27. package/dist/errors/response-errors/workflow-activation-bad-request.error.js.map +1 -0
  28. package/dist/errors/response-errors/workflow-validation.error.d.ts +2 -2
  29. package/dist/errors/response-errors/workflow-validation.error.js +2 -2
  30. package/dist/errors/response-errors/workflow-validation.error.js.map +1 -1
  31. package/dist/eventbus/event-message-classes/index.d.ts +2 -2
  32. package/dist/eventbus/event-message-classes/index.js +1 -0
  33. package/dist/eventbus/event-message-classes/index.js.map +1 -1
  34. package/dist/events/maps/relay.event-map.d.ts +19 -1
  35. package/dist/events/relays/log-streaming.event-relay.d.ts +1 -0
  36. package/dist/events/relays/log-streaming.event-relay.js +7 -0
  37. package/dist/events/relays/log-streaming.event-relay.js.map +1 -1
  38. package/dist/events/relays/telemetry.event-relay.d.ts +2 -0
  39. package/dist/events/relays/telemetry.event-relay.js +23 -2
  40. package/dist/events/relays/telemetry.event-relay.js.map +1 -1
  41. package/dist/instance-settings-loader/instance-bootstrapping.error.d.ts +3 -0
  42. package/dist/instance-settings-loader/instance-bootstrapping.error.js +8 -0
  43. package/dist/instance-settings-loader/instance-bootstrapping.error.js.map +1 -0
  44. package/dist/instance-settings-loader/instance-settings-loader.service.d.ts +5 -1
  45. package/dist/instance-settings-loader/instance-settings-loader.service.js +10 -2
  46. package/dist/instance-settings-loader/instance-settings-loader.service.js.map +1 -1
  47. package/dist/instance-settings-loader/loaders/oidc.instance-settings-loader.d.ts +13 -0
  48. package/dist/instance-settings-loader/loaders/oidc.instance-settings-loader.js +116 -0
  49. package/dist/instance-settings-loader/loaders/oidc.instance-settings-loader.js.map +1 -0
  50. package/dist/instance-settings-loader/loaders/owner.instance-settings-loader.js +4 -6
  51. package/dist/instance-settings-loader/loaders/owner.instance-settings-loader.js.map +1 -1
  52. package/dist/instance-settings-loader/loaders/security-policy.instance-settings-loader.d.ts +12 -0
  53. package/dist/instance-settings-loader/loaders/security-policy.instance-settings-loader.js +48 -0
  54. package/dist/instance-settings-loader/loaders/security-policy.instance-settings-loader.js.map +1 -0
  55. package/dist/metrics/prometheus-metrics.service.d.ts +2 -0
  56. package/dist/metrics/prometheus-metrics.service.js +61 -0
  57. package/dist/metrics/prometheus-metrics.service.js.map +1 -1
  58. package/dist/modules/chat-hub/chat-hub-extractor.d.ts +2 -2
  59. package/dist/modules/community-packages/community-node-types.service.d.ts +1 -1
  60. package/dist/modules/community-packages/community-node-types.service.js +4 -1
  61. package/dist/modules/community-packages/community-node-types.service.js.map +1 -1
  62. package/dist/modules/community-packages/community-packages.config.d.ts +1 -0
  63. package/dist/modules/community-packages/community-packages.config.js +5 -0
  64. package/dist/modules/community-packages/community-packages.config.js.map +1 -1
  65. package/dist/modules/community-packages/community-packages.lifecycle.service.d.ts +4 -1
  66. package/dist/modules/community-packages/community-packages.lifecycle.service.js +42 -22
  67. package/dist/modules/community-packages/community-packages.lifecycle.service.js.map +1 -1
  68. package/dist/modules/community-packages/community-packages.service.d.ts +2 -1
  69. package/dist/modules/community-packages/community-packages.service.js +25 -19
  70. package/dist/modules/community-packages/community-packages.service.js.map +1 -1
  71. package/dist/modules/community-packages/npm-utils.d.ts +10 -2
  72. package/dist/modules/community-packages/npm-utils.js +63 -26
  73. package/dist/modules/community-packages/npm-utils.js.map +1 -1
  74. package/dist/modules/data-table/data-table.service.d.ts +3 -1
  75. package/dist/modules/data-table/data-table.service.js +10 -2
  76. package/dist/modules/data-table/data-table.service.js.map +1 -1
  77. package/dist/modules/encryption-key-manager/encryption-key-manager.module.d.ts +4 -0
  78. package/dist/modules/encryption-key-manager/encryption-key-manager.module.js +53 -0
  79. package/dist/modules/encryption-key-manager/encryption-key-manager.module.js.map +1 -0
  80. package/dist/modules/encryption-key-manager/key-manager.service.d.ts +19 -0
  81. package/dist/modules/encryption-key-manager/key-manager.service.js +75 -0
  82. package/dist/modules/encryption-key-manager/key-manager.service.js.map +1 -0
  83. package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.d.ts +1 -1
  84. package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.js +27 -9
  85. package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.js.map +1 -1
  86. package/dist/modules/favorites/database/entities/user-favorite.entity.d.ts +9 -0
  87. package/dist/modules/favorites/database/entities/user-favorite.entity.js +43 -0
  88. package/dist/modules/favorites/database/entities/user-favorite.entity.js.map +1 -0
  89. package/dist/modules/favorites/database/repositories/user-favorite.repository.d.ts +9 -0
  90. package/dist/modules/favorites/database/repositories/user-favorite.repository.js +40 -0
  91. package/dist/modules/favorites/database/repositories/user-favorite.repository.js.map +1 -0
  92. package/dist/modules/favorites/dto/add-favorite.dto.d.ts +11 -0
  93. package/dist/modules/favorites/dto/add-favorite.dto.js +12 -0
  94. package/dist/modules/favorites/dto/add-favorite.dto.js.map +1 -0
  95. package/dist/modules/favorites/favorites.controller.d.ts +13 -0
  96. package/dist/modules/favorites/favorites.controller.js +68 -0
  97. package/dist/modules/favorites/favorites.controller.js.map +1 -0
  98. package/dist/modules/favorites/favorites.event-relay.d.ts +9 -0
  99. package/dist/modules/favorites/favorites.event-relay.js +40 -0
  100. package/dist/modules/favorites/favorites.event-relay.js.map +1 -0
  101. package/dist/modules/favorites/favorites.module.d.ts +5 -0
  102. package/dist/modules/favorites/favorites.module.js +60 -0
  103. package/dist/modules/favorites/favorites.module.js.map +1 -0
  104. package/dist/modules/favorites/favorites.service.d.ts +23 -0
  105. package/dist/modules/favorites/favorites.service.js +176 -0
  106. package/dist/modules/favorites/favorites.service.js.map +1 -0
  107. package/dist/modules/insights/database/entities/insights-shared.d.ts +1 -1
  108. package/dist/modules/instance-ai/filesystem/local-gateway-registry.d.ts +1 -0
  109. package/dist/modules/instance-ai/filesystem/local-gateway-registry.js +5 -0
  110. package/dist/modules/instance-ai/filesystem/local-gateway-registry.js.map +1 -1
  111. package/dist/modules/instance-ai/instance-ai-settings.service.d.ts +6 -2
  112. package/dist/modules/instance-ai/instance-ai-settings.service.js +36 -10
  113. package/dist/modules/instance-ai/instance-ai-settings.service.js.map +1 -1
  114. package/dist/modules/instance-ai/instance-ai-test.controller.d.ts +26 -0
  115. package/dist/modules/instance-ai/instance-ai-test.controller.js +102 -0
  116. package/dist/modules/instance-ai/instance-ai-test.controller.js.map +1 -0
  117. package/dist/modules/instance-ai/instance-ai.adapter.service.js +17 -11
  118. package/dist/modules/instance-ai/instance-ai.adapter.service.js.map +1 -1
  119. package/dist/modules/instance-ai/instance-ai.controller.d.ts +8 -6
  120. package/dist/modules/instance-ai/instance-ai.controller.js +45 -22
  121. package/dist/modules/instance-ai/instance-ai.controller.js.map +1 -1
  122. package/dist/modules/instance-ai/instance-ai.module.d.ts +1 -0
  123. package/dist/modules/instance-ai/instance-ai.module.js +6 -0
  124. package/dist/modules/instance-ai/instance-ai.module.js.map +1 -1
  125. package/dist/modules/instance-ai/instance-ai.service.d.ts +9 -0
  126. package/dist/modules/instance-ai/instance-ai.service.js +81 -4
  127. package/dist/modules/instance-ai/instance-ai.service.js.map +1 -1
  128. package/dist/modules/instance-ai/trace-replay-state.d.ts +19 -0
  129. package/dist/modules/instance-ai/trace-replay-state.js +105 -0
  130. package/dist/modules/instance-ai/trace-replay-state.js.map +1 -0
  131. package/dist/modules/instance-registry/instance-registry.controller.d.ts +7 -0
  132. package/dist/modules/instance-registry/instance-registry.controller.js +39 -0
  133. package/dist/modules/instance-registry/instance-registry.controller.js.map +1 -0
  134. package/dist/modules/instance-registry/instance-registry.module.d.ts +1 -0
  135. package/dist/modules/instance-registry/instance-registry.module.js +60 -3
  136. package/dist/modules/instance-registry/instance-registry.module.js.map +1 -1
  137. package/dist/modules/instance-registry/instance-registry.service.d.ts +26 -0
  138. package/dist/modules/instance-registry/instance-registry.service.js +158 -0
  139. package/dist/modules/instance-registry/instance-registry.service.js.map +1 -0
  140. package/dist/modules/instance-registry/stale-member-cleanup.service.d.ts +16 -0
  141. package/dist/modules/instance-registry/stale-member-cleanup.service.js +81 -0
  142. package/dist/modules/instance-registry/stale-member-cleanup.service.js.map +1 -0
  143. package/dist/modules/instance-registry/storage/lua-scripts.d.ts +2 -2
  144. package/dist/modules/instance-registry/storage/lua-scripts.js +23 -9
  145. package/dist/modules/instance-registry/storage/lua-scripts.js.map +1 -1
  146. package/dist/modules/instance-registry/storage/redis-instance-storage.js +12 -12
  147. package/dist/modules/instance-registry/storage/redis-instance-storage.js.map +1 -1
  148. package/dist/modules/mcp/mcp-oauth-service.js +15 -8
  149. package/dist/modules/mcp/mcp-oauth-service.js.map +1 -1
  150. package/dist/modules/mcp/mcp.service.js +1 -1
  151. package/dist/modules/mcp/mcp.service.js.map +1 -1
  152. package/dist/modules/mcp/tools/publish-workflow.tool.js +1 -0
  153. package/dist/modules/mcp/tools/publish-workflow.tool.js.map +1 -1
  154. package/dist/modules/mcp/tools/unpublish-workflow.tool.js +3 -1
  155. package/dist/modules/mcp/tools/unpublish-workflow.tool.js.map +1 -1
  156. package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.d.ts +2 -1
  157. package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js +49 -5
  158. package/dist/modules/mcp/tools/workflow-builder/create-workflow-from-code.tool.js.map +1 -1
  159. package/dist/modules/mcp/tools/workflow-builder/update-workflow.tool.js +10 -3
  160. package/dist/modules/mcp/tools/workflow-builder/update-workflow.tool.js.map +1 -1
  161. package/dist/modules/mcp/tools/workflow-builder/validate-workflow-code.tool.js +7 -0
  162. package/dist/modules/mcp/tools/workflow-builder/validate-workflow-code.tool.js.map +1 -1
  163. package/dist/modules/mcp/tools/workflow-validation.utils.d.ts +1 -0
  164. package/dist/modules/mcp/tools/workflow-validation.utils.js +9 -0
  165. package/dist/modules/mcp/tools/workflow-validation.utils.js.map +1 -1
  166. package/dist/modules/otel/handlers/workflow-start.handler.js +1 -0
  167. package/dist/modules/otel/handlers/workflow-start.handler.js.map +1 -1
  168. package/dist/modules/otel/otel.constants.d.ts +1 -0
  169. package/dist/modules/otel/otel.constants.js +1 -0
  170. package/dist/modules/otel/otel.constants.js.map +1 -1
  171. package/dist/modules/provisioning.ee/provisioning.controller.ee.d.ts +3 -1
  172. package/dist/modules/provisioning.ee/provisioning.controller.ee.js +9 -2
  173. package/dist/modules/provisioning.ee/provisioning.controller.ee.js.map +1 -1
  174. package/dist/modules/source-control.ee/source-control-git.service.ee.d.ts +4 -1
  175. package/dist/modules/source-control.ee/source-control-git.service.ee.js +38 -5
  176. package/dist/modules/source-control.ee/source-control-git.service.ee.js.map +1 -1
  177. package/dist/modules/source-control.ee/source-control-import.service.ee.js +56 -34
  178. package/dist/modules/source-control.ee/source-control-import.service.ee.js.map +1 -1
  179. package/dist/modules/source-control.ee/source-control-status.service.ee.d.ts +1 -0
  180. package/dist/modules/source-control.ee/source-control-status.service.ee.js +55 -5
  181. package/dist/modules/source-control.ee/source-control-status.service.ee.js.map +1 -1
  182. package/dist/modules/sso-oidc/oidc.controller.ee.d.ts +3 -1
  183. package/dist/modules/sso-oidc/oidc.controller.ee.js +8 -2
  184. package/dist/modules/sso-oidc/oidc.controller.ee.js.map +1 -1
  185. package/dist/modules/token-exchange/controllers/embed-auth.controller.js +26 -13
  186. package/dist/modules/token-exchange/controllers/embed-auth.controller.js.map +1 -1
  187. package/dist/modules/token-exchange/controllers/token-exchange.controller.js +10 -4
  188. package/dist/modules/token-exchange/controllers/token-exchange.controller.js.map +1 -1
  189. package/dist/modules/token-exchange/services/identity-resolution.service.js +7 -6
  190. package/dist/modules/token-exchange/services/identity-resolution.service.js.map +1 -1
  191. package/dist/modules/token-exchange/services/token-exchange.service.js +11 -12
  192. package/dist/modules/token-exchange/services/token-exchange.service.js.map +1 -1
  193. package/dist/modules/token-exchange/token-exchange.errors.d.ts +11 -0
  194. package/dist/modules/token-exchange/token-exchange.errors.js +20 -0
  195. package/dist/modules/token-exchange/token-exchange.errors.js.map +1 -0
  196. package/dist/modules/token-exchange/token-exchange.schemas.d.ts +6 -6
  197. package/dist/modules/token-exchange/token-exchange.types.d.ts +15 -0
  198. package/dist/modules/token-exchange/token-exchange.types.js +15 -1
  199. package/dist/modules/token-exchange/token-exchange.types.js.map +1 -1
  200. package/dist/public-api/types.d.ts +8 -2
  201. package/dist/public-api/v1/handlers/community-packages/community-packages.handler.d.ts +1 -0
  202. package/dist/public-api/v1/handlers/community-packages/community-packages.handler.js +2 -1
  203. package/dist/public-api/v1/handlers/community-packages/community-packages.handler.js.map +1 -1
  204. package/dist/public-api/v1/handlers/credentials/credentials.handler.d.ts +20 -1
  205. package/dist/public-api/v1/handlers/credentials/credentials.handler.js +55 -27
  206. package/dist/public-api/v1/handlers/credentials/credentials.handler.js.map +1 -1
  207. package/dist/public-api/v1/handlers/credentials/credentials.mapper.d.ts +6 -0
  208. package/dist/public-api/v1/handlers/credentials/credentials.mapper.js +19 -0
  209. package/dist/public-api/v1/handlers/credentials/credentials.mapper.js.map +1 -0
  210. package/dist/public-api/v1/handlers/credentials/credentials.service.d.ts +3 -2
  211. package/dist/public-api/v1/handlers/credentials/credentials.service.js +2 -6
  212. package/dist/public-api/v1/handlers/credentials/credentials.service.js.map +1 -1
  213. package/dist/public-api/v1/handlers/data-tables/data-tables.handler.js +23 -41
  214. package/dist/public-api/v1/handlers/data-tables/data-tables.handler.js.map +1 -1
  215. package/dist/public-api/v1/handlers/data-tables/data-tables.service.d.ts +5 -0
  216. package/dist/public-api/v1/handlers/data-tables/data-tables.service.js +57 -0
  217. package/dist/public-api/v1/handlers/data-tables/data-tables.service.js.map +1 -0
  218. package/dist/public-api/v1/handlers/workflows/workflows.handler.js +8 -2
  219. package/dist/public-api/v1/handlers/workflows/workflows.handler.js.map +1 -1
  220. package/dist/public-api/v1/handlers/workflows/workflows.service.js +1 -0
  221. package/dist/public-api/v1/handlers/workflows/workflows.service.js.map +1 -1
  222. package/dist/public-api/v1/openapi.yml +102 -11
  223. package/dist/scaling/pubsub/pubsub.event-map.d.ts +2 -0
  224. package/dist/services/dynamic-node-parameters.service.d.ts +4 -1
  225. package/dist/services/dynamic-node-parameters.service.js +29 -14
  226. package/dist/services/dynamic-node-parameters.service.js.map +1 -1
  227. package/dist/services/folder.service.d.ts +3 -1
  228. package/dist/services/folder.service.js +8 -4
  229. package/dist/services/folder.service.js.map +1 -1
  230. package/dist/services/frontend.service.js +1 -0
  231. package/dist/services/frontend.service.js.map +1 -1
  232. package/dist/services/jwt.service.d.ts +13 -1
  233. package/dist/services/jwt.service.js +21 -1
  234. package/dist/services/jwt.service.js.map +1 -1
  235. package/dist/services/project.service.ee.js +3 -1
  236. package/dist/services/project.service.ee.js.map +1 -1
  237. package/dist/wait-tracker.d.ts +2 -6
  238. package/dist/wait-tracker.js +63 -94
  239. package/dist/wait-tracker.js.map +1 -1
  240. package/dist/workflows/utils.d.ts +2 -0
  241. package/dist/workflows/utils.js +18 -0
  242. package/dist/workflows/utils.js.map +1 -0
  243. package/dist/workflows/workflow-creation.service.d.ts +2 -0
  244. package/dist/workflows/workflow-creation.service.js +2 -1
  245. package/dist/workflows/workflow-creation.service.js.map +1 -1
  246. package/dist/workflows/workflow.service.d.ts +5 -2
  247. package/dist/workflows/workflow.service.js +26 -11
  248. package/dist/workflows/workflow.service.js.map +1 -1
  249. package/package.json +24 -24
  250. package/dist/services/db-clock.service.d.ts +0 -10
  251. package/dist/services/db-clock.service.js +0 -48
  252. package/dist/services/db-clock.service.js.map +0 -1
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.UserFavorite = void 0;
13
+ const db_1 = require("@n8n/db");
14
+ const typeorm_1 = require("@n8n/typeorm");
15
+ let UserFavorite = class UserFavorite {
16
+ };
17
+ exports.UserFavorite = UserFavorite;
18
+ __decorate([
19
+ (0, typeorm_1.PrimaryGeneratedColumn)(),
20
+ __metadata("design:type", Number)
21
+ ], UserFavorite.prototype, "id", void 0);
22
+ __decorate([
23
+ (0, typeorm_1.ManyToOne)(() => db_1.User, { onDelete: 'CASCADE' }),
24
+ __metadata("design:type", db_1.User)
25
+ ], UserFavorite.prototype, "user", void 0);
26
+ __decorate([
27
+ (0, typeorm_1.Column)({ type: String }),
28
+ __metadata("design:type", String)
29
+ ], UserFavorite.prototype, "userId", void 0);
30
+ __decorate([
31
+ (0, typeorm_1.Column)({ type: String }),
32
+ __metadata("design:type", String)
33
+ ], UserFavorite.prototype, "resourceId", void 0);
34
+ __decorate([
35
+ (0, typeorm_1.Column)({ type: String }),
36
+ __metadata("design:type", String)
37
+ ], UserFavorite.prototype, "resourceType", void 0);
38
+ exports.UserFavorite = UserFavorite = __decorate([
39
+ (0, typeorm_1.Entity)('user_favorites'),
40
+ (0, typeorm_1.Unique)(['userId', 'resourceId', 'resourceType']),
41
+ (0, typeorm_1.Index)(['userId'])
42
+ ], UserFavorite);
43
+ //# sourceMappingURL=user-favorite.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-favorite.entity.js","sourceRoot":"","sources":["../../../../../src/modules/favorites/database/entities/user-favorite.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,gCAA+B;AAC/B,0CAAgG;AAKzF,IAAM,YAAY,GAAlB,MAAM,YAAY;CAexB,CAAA;AAfY,oCAAY;AAExB;IADC,IAAA,gCAAsB,GAAE;;wCACd;AAGX;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,SAAI,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;8BACzC,SAAI;0CAAC;AAGX;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;4CACV;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;gDACN;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;kDACU;uBAdvB,YAAY;IAHxB,IAAA,gBAAM,EAAC,gBAAgB,CAAC;IACxB,IAAA,gBAAM,EAAC,CAAC,QAAQ,EAAE,YAAY,EAAE,cAAc,CAAC,CAAC;IAChD,IAAA,eAAK,EAAC,CAAC,QAAQ,CAAC,CAAC;GACL,YAAY,CAexB"}
@@ -0,0 +1,9 @@
1
+ import type { FavoriteResourceType } from '@n8n/api-types';
2
+ import { DataSource, Repository } from '@n8n/typeorm';
3
+ import { UserFavorite } from '../entities/user-favorite.entity';
4
+ export declare class UserFavoriteRepository extends Repository<UserFavorite> {
5
+ constructor(dataSource: DataSource);
6
+ findByUser(userId: string): Promise<UserFavorite[]>;
7
+ deleteByResourceId(resourceId: string, resourceType: FavoriteResourceType): Promise<void>;
8
+ deleteByResourceIds(resourceIds: string[], resourceType: FavoriteResourceType): Promise<void>;
9
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.UserFavoriteRepository = void 0;
13
+ const di_1 = require("@n8n/di");
14
+ const typeorm_1 = require("@n8n/typeorm");
15
+ const user_favorite_entity_1 = require("../entities/user-favorite.entity");
16
+ let UserFavoriteRepository = class UserFavoriteRepository extends typeorm_1.Repository {
17
+ constructor(dataSource) {
18
+ super(user_favorite_entity_1.UserFavorite, dataSource.manager);
19
+ }
20
+ async findByUser(userId) {
21
+ return await this.find({
22
+ where: { userId },
23
+ order: { id: 'DESC' },
24
+ });
25
+ }
26
+ async deleteByResourceId(resourceId, resourceType) {
27
+ await this.delete({ resourceId, resourceType });
28
+ }
29
+ async deleteByResourceIds(resourceIds, resourceType) {
30
+ if (resourceIds.length === 0)
31
+ return;
32
+ await this.delete({ resourceId: (0, typeorm_1.In)(resourceIds), resourceType });
33
+ }
34
+ };
35
+ exports.UserFavoriteRepository = UserFavoriteRepository;
36
+ exports.UserFavoriteRepository = UserFavoriteRepository = __decorate([
37
+ (0, di_1.Service)(),
38
+ __metadata("design:paramtypes", [typeorm_1.DataSource])
39
+ ], UserFavoriteRepository);
40
+ //# sourceMappingURL=user-favorite.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-favorite.repository.js","sourceRoot":"","sources":["../../../../../src/modules/favorites/database/repositories/user-favorite.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,gCAAkC;AAClC,0CAA0D;AAE1D,2EAAgE;AAGzD,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,oBAAwB;IACnE,YAAY,UAAsB;QACjC,KAAK,CAAC,mCAAY,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACzC,CAAC;IAED,KAAK,CAAC,UAAU,CAAC,MAAc;QAC9B,OAAO,MAAM,IAAI,CAAC,IAAI,CAAC;YACtB,KAAK,EAAE,EAAE,MAAM,EAAE;YACjB,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE;SACrB,CAAC,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,kBAAkB,CAAC,UAAkB,EAAE,YAAkC;QAC9E,MAAM,IAAI,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,YAAY,EAAE,CAAC,CAAC;IACjD,CAAC;IAED,KAAK,CAAC,mBAAmB,CACxB,WAAqB,EACrB,YAAkC;QAElC,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC;YAAE,OAAO;QACrC,MAAM,IAAI,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,IAAA,YAAE,EAAC,WAAW,CAAC,EAAE,YAAY,EAAE,CAAC,CAAC;IAClE,CAAC;CACD,CAAA;AAvBY,wDAAsB;iCAAtB,sBAAsB;IADlC,IAAA,YAAO,GAAE;qCAEe,oBAAU;GADtB,sBAAsB,CAuBlC"}
@@ -0,0 +1,11 @@
1
+ import { z } from 'zod';
2
+ declare const AddFavoriteDto_base: import("@n8n/api-types").ZodClass<{
3
+ resourceId: string;
4
+ resourceType: "project" | "workflow" | "folder" | "dataTable";
5
+ }, {
6
+ resourceId: z.ZodString;
7
+ resourceType: z.ZodEnum<["workflow", "project", "dataTable", "folder"]>;
8
+ }>;
9
+ export declare class AddFavoriteDto extends AddFavoriteDto_base {
10
+ }
11
+ export {};
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AddFavoriteDto = void 0;
4
+ const api_types_1 = require("@n8n/api-types");
5
+ const zod_1 = require("zod");
6
+ class AddFavoriteDto extends api_types_1.Z.class({
7
+ resourceId: zod_1.z.string(),
8
+ resourceType: zod_1.z.enum(api_types_1.FAVORITE_RESOURCE_TYPES),
9
+ }) {
10
+ }
11
+ exports.AddFavoriteDto = AddFavoriteDto;
12
+ //# sourceMappingURL=add-favorite.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-favorite.dto.js","sourceRoot":"","sources":["../../../../src/modules/favorites/dto/add-favorite.dto.ts"],"names":[],"mappings":";;;AAAA,8CAA4D;AAC5D,6BAAwB;AAExB,MAAa,cAAe,SAAQ,aAAC,CAAC,KAAK,CAAC;IAC3C,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,YAAY,EAAE,OAAC,CAAC,IAAI,CAAC,mCAAuB,CAAC;CAC7C,CAAC;CAAG;AAHL,wCAGK"}
@@ -0,0 +1,13 @@
1
+ import type { AuthenticatedRequest } from '@n8n/db';
2
+ import { FavoritesService } from './favorites.service';
3
+ import { AddFavoriteDto } from './dto/add-favorite.dto';
4
+ export declare class FavoritesController {
5
+ private readonly favoritesService;
6
+ constructor(favoritesService: FavoritesService);
7
+ getFavorites(req: AuthenticatedRequest): Promise<(import("./database/entities/user-favorite.entity").UserFavorite & {
8
+ resourceName: string;
9
+ resourceProjectId?: string;
10
+ })[]>;
11
+ addFavorite(req: AuthenticatedRequest, _res: unknown, body: AddFavoriteDto): Promise<import("./database/entities/user-favorite.entity").UserFavorite>;
12
+ removeFavorite(req: AuthenticatedRequest, _res: unknown, resourceId: string, resourceType: string): Promise<boolean>;
13
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
12
+ return function (target, key) { decorator(target, key, paramIndex); }
13
+ };
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.FavoritesController = void 0;
16
+ const decorators_1 = require("@n8n/decorators");
17
+ const api_types_1 = require("@n8n/api-types");
18
+ const bad_request_error_1 = require("../../errors/response-errors/bad-request.error");
19
+ const favorites_service_1 = require("./favorites.service");
20
+ const add_favorite_dto_1 = require("./dto/add-favorite.dto");
21
+ function isFavoriteResourceType(value) {
22
+ return api_types_1.FAVORITE_RESOURCE_TYPES.includes(value);
23
+ }
24
+ let FavoritesController = class FavoritesController {
25
+ constructor(favoritesService) {
26
+ this.favoritesService = favoritesService;
27
+ }
28
+ async getFavorites(req) {
29
+ return await this.favoritesService.getEnrichedFavorites(req.user.id);
30
+ }
31
+ async addFavorite(req, _res, body) {
32
+ return await this.favoritesService.addFavorite(req.user.id, body.resourceId, body.resourceType);
33
+ }
34
+ async removeFavorite(req, _res, resourceId, resourceType) {
35
+ if (!isFavoriteResourceType(resourceType)) {
36
+ throw new bad_request_error_1.BadRequestError(`Invalid resourceType: ${resourceType}`);
37
+ }
38
+ await this.favoritesService.removeFavorite(req.user.id, resourceId, resourceType);
39
+ return true;
40
+ }
41
+ };
42
+ exports.FavoritesController = FavoritesController;
43
+ __decorate([
44
+ (0, decorators_1.Get)('/'),
45
+ __metadata("design:type", Function),
46
+ __metadata("design:paramtypes", [Object]),
47
+ __metadata("design:returntype", Promise)
48
+ ], FavoritesController.prototype, "getFavorites", null);
49
+ __decorate([
50
+ (0, decorators_1.Post)('/'),
51
+ __param(2, decorators_1.Body),
52
+ __metadata("design:type", Function),
53
+ __metadata("design:paramtypes", [Object, Object, add_favorite_dto_1.AddFavoriteDto]),
54
+ __metadata("design:returntype", Promise)
55
+ ], FavoritesController.prototype, "addFavorite", null);
56
+ __decorate([
57
+ (0, decorators_1.Delete)('/:resourceType/:resourceId'),
58
+ __param(2, (0, decorators_1.Param)('resourceId')),
59
+ __param(3, (0, decorators_1.Param)('resourceType')),
60
+ __metadata("design:type", Function),
61
+ __metadata("design:paramtypes", [Object, Object, String, String]),
62
+ __metadata("design:returntype", Promise)
63
+ ], FavoritesController.prototype, "removeFavorite", null);
64
+ exports.FavoritesController = FavoritesController = __decorate([
65
+ (0, decorators_1.RestController)('/favorites'),
66
+ __metadata("design:paramtypes", [favorites_service_1.FavoritesService])
67
+ ], FavoritesController);
68
+ //# sourceMappingURL=favorites.controller.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"favorites.controller.js","sourceRoot":"","sources":["../../../src/modules/favorites/favorites.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,gDAAiF;AACjF,8CAAoF;AAEpF,kFAA6E;AAE7E,2DAAuD;AACvD,6DAAwD;AAExD,SAAS,sBAAsB,CAAC,KAAa;IAC5C,OAAQ,mCAA6C,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AACvE,CAAC;AAGM,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAC/B,YAA6B,gBAAkC;QAAlC,qBAAgB,GAAhB,gBAAgB,CAAkB;IAAG,CAAC;IAG7D,AAAN,KAAK,CAAC,YAAY,CAAC,GAAyB;QAC3C,OAAO,MAAM,IAAI,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IACtE,CAAC;IAGK,AAAN,KAAK,CAAC,WAAW,CAAC,GAAyB,EAAE,IAAa,EAAQ,IAAoB;QACrF,OAAO,MAAM,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;IACjG,CAAC;IAGK,AAAN,KAAK,CAAC,cAAc,CACnB,GAAyB,EACzB,IAAa,EACQ,UAAkB,EAChB,YAAoB;QAE3C,IAAI,CAAC,sBAAsB,CAAC,YAAY,CAAC,EAAE,CAAC;YAC3C,MAAM,IAAI,mCAAe,CAAC,yBAAyB,YAAY,EAAE,CAAC,CAAC;QACpE,CAAC;QACD,MAAM,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,EAAE,UAAU,EAAE,YAAY,CAAC,CAAC;QAClF,OAAO,IAAI,CAAC;IACb,CAAC;CACD,CAAA;AA1BY,kDAAmB;AAIzB;IADL,IAAA,gBAAG,EAAC,GAAG,CAAC;;;;uDAGR;AAGK;IADL,IAAA,iBAAI,EAAC,GAAG,CAAC;IACmD,WAAA,iBAAI,CAAA;;qDAAO,iCAAc;;sDAErF;AAGK;IADL,IAAA,mBAAM,EAAC,4BAA4B,CAAC;IAInC,WAAA,IAAA,kBAAK,EAAC,YAAY,CAAC,CAAA;IACnB,WAAA,IAAA,kBAAK,EAAC,cAAc,CAAC,CAAA;;;;yDAOtB;8BAzBW,mBAAmB;IAD/B,IAAA,2BAAc,EAAC,YAAY,CAAC;qCAEmB,oCAAgB;GADnD,mBAAmB,CA0B/B"}
@@ -0,0 +1,9 @@
1
+ import { EventRelay } from '../../events/relays/event-relay';
2
+ import { EventService } from '../../events/event.service';
3
+ import { FavoritesService } from './favorites.service';
4
+ export declare class FavoritesEventRelay extends EventRelay {
5
+ readonly eventService: EventService;
6
+ private readonly favoritesService;
7
+ constructor(eventService: EventService, favoritesService: FavoritesService);
8
+ init(): void;
9
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.FavoritesEventRelay = void 0;
13
+ const di_1 = require("@n8n/di");
14
+ const event_relay_1 = require("../../events/relays/event-relay");
15
+ const event_service_1 = require("../../events/event.service");
16
+ const favorites_service_1 = require("./favorites.service");
17
+ let FavoritesEventRelay = class FavoritesEventRelay extends event_relay_1.EventRelay {
18
+ constructor(eventService, favoritesService) {
19
+ super(eventService);
20
+ this.eventService = eventService;
21
+ this.favoritesService = favoritesService;
22
+ }
23
+ init() {
24
+ this.setupListeners({
25
+ 'workflow-deleted': async ({ workflowId }) => await this.favoritesService.deleteByResource(workflowId, 'workflow'),
26
+ 'data-table-deleted': async ({ dataTableId }) => await this.favoritesService.deleteByResource(dataTableId, 'dataTable'),
27
+ 'folder-deleted': async ({ folderId }) => await this.favoritesService.deleteByResource(folderId, 'folder'),
28
+ 'team-project-deleted': async ({ projectId }) => {
29
+ await this.favoritesService.deleteByResource(projectId, 'project');
30
+ },
31
+ });
32
+ }
33
+ };
34
+ exports.FavoritesEventRelay = FavoritesEventRelay;
35
+ exports.FavoritesEventRelay = FavoritesEventRelay = __decorate([
36
+ (0, di_1.Service)(),
37
+ __metadata("design:paramtypes", [event_service_1.EventService,
38
+ favorites_service_1.FavoritesService])
39
+ ], FavoritesEventRelay);
40
+ //# sourceMappingURL=favorites.event-relay.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"favorites.event-relay.js","sourceRoot":"","sources":["../../../src/modules/favorites/favorites.event-relay.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gCAAkC;AAElC,6DAAyD;AACzD,0DAAsD;AAEtD,2DAAuD;AAGhD,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,wBAAU;IAClD,YACU,YAA0B,EAClB,gBAAkC;QAEnD,KAAK,CAAC,YAAY,CAAC,CAAC;QAHX,iBAAY,GAAZ,YAAY,CAAc;QAClB,qBAAgB,GAAhB,gBAAgB,CAAkB;IAGpD,CAAC;IAED,IAAI;QACH,IAAI,CAAC,cAAc,CAAC;YACnB,kBAAkB,EAAE,KAAK,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,CAC5C,MAAM,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,UAAU,EAAE,UAAU,CAAC;YACrE,oBAAoB,EAAE,KAAK,EAAE,EAAE,WAAW,EAAE,EAAE,EAAE,CAC/C,MAAM,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,WAAW,EAAE,WAAW,CAAC;YACvE,gBAAgB,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,CACxC,MAAM,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,CAAC;YACjE,sBAAsB,EAAE,KAAK,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE;gBAC/C,MAAM,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;YACpE,CAAC;SACD,CAAC,CAAC;IACJ,CAAC;CACD,CAAA;AArBY,kDAAmB;8BAAnB,mBAAmB;IAD/B,IAAA,YAAO,GAAE;qCAGe,4BAAY;QACA,oCAAgB;GAHxC,mBAAmB,CAqB/B"}
@@ -0,0 +1,5 @@
1
+ import type { ModuleInterface } from '@n8n/decorators';
2
+ export declare class FavoritesModule implements ModuleInterface {
3
+ init(): Promise<void>;
4
+ entities(): Promise<never>;
5
+ }
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
19
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
20
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
21
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
22
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
23
+ };
24
+ var __importStar = (this && this.__importStar) || (function () {
25
+ var ownKeys = function(o) {
26
+ ownKeys = Object.getOwnPropertyNames || function (o) {
27
+ var ar = [];
28
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
29
+ return ar;
30
+ };
31
+ return ownKeys(o);
32
+ };
33
+ return function (mod) {
34
+ if (mod && mod.__esModule) return mod;
35
+ var result = {};
36
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
37
+ __setModuleDefault(result, mod);
38
+ return result;
39
+ };
40
+ })();
41
+ Object.defineProperty(exports, "__esModule", { value: true });
42
+ exports.FavoritesModule = void 0;
43
+ const decorators_1 = require("@n8n/decorators");
44
+ const di_1 = require("@n8n/di");
45
+ let FavoritesModule = class FavoritesModule {
46
+ async init() {
47
+ await Promise.resolve().then(() => __importStar(require('./favorites.controller')));
48
+ const { FavoritesEventRelay } = await Promise.resolve().then(() => __importStar(require('./favorites.event-relay')));
49
+ di_1.Container.get(FavoritesEventRelay).init();
50
+ }
51
+ async entities() {
52
+ const { UserFavorite } = await Promise.resolve().then(() => __importStar(require('./database/entities/user-favorite.entity')));
53
+ return [UserFavorite];
54
+ }
55
+ };
56
+ exports.FavoritesModule = FavoritesModule;
57
+ exports.FavoritesModule = FavoritesModule = __decorate([
58
+ (0, decorators_1.BackendModule)({ name: 'favorites', instanceTypes: ['main'] })
59
+ ], FavoritesModule);
60
+ //# sourceMappingURL=favorites.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"favorites.module.js","sourceRoot":"","sources":["../../../src/modules/favorites/favorites.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,gDAAgD;AAChD,gCAAoC;AAG7B,IAAM,eAAe,GAArB,MAAM,eAAe;IAC3B,KAAK,CAAC,IAAI;QACT,wDAAa,wBAAwB,GAAC,CAAC;QAEvC,MAAM,EAAE,mBAAmB,EAAE,GAAG,wDAAa,yBAAyB,GAAC,CAAC;QACxE,cAAS,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC,IAAI,EAAE,CAAC;IAC3C,CAAC;IAED,KAAK,CAAC,QAAQ;QACb,MAAM,EAAE,YAAY,EAAE,GAAG,wDAAa,0CAA0C,GAAC,CAAC;QAClF,OAAO,CAAC,YAAY,CAAU,CAAC;IAChC,CAAC;CACD,CAAA;AAZY,0CAAe;0BAAf,eAAe;IAD3B,IAAA,0BAAa,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,aAAa,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;GACjD,eAAe,CAY3B"}
@@ -0,0 +1,23 @@
1
+ import { FolderRepository, ProjectRepository, SharedWorkflowRepository, WorkflowRepository } from '@n8n/db';
2
+ import { UserFavoriteRepository } from './database/repositories/user-favorite.repository';
3
+ import { DataTableRepository } from '../../modules/data-table/data-table.repository';
4
+ import type { FavoriteResourceType } from '@n8n/api-types';
5
+ export declare class FavoritesService {
6
+ private readonly userFavoriteRepository;
7
+ private readonly workflowRepository;
8
+ private readonly projectRepository;
9
+ private readonly sharedWorkflowRepository;
10
+ private readonly dataTableRepository;
11
+ private readonly folderRepository;
12
+ private readonly MAX_FAVORITES;
13
+ constructor(userFavoriteRepository: UserFavoriteRepository, workflowRepository: WorkflowRepository, projectRepository: ProjectRepository, sharedWorkflowRepository: SharedWorkflowRepository, dataTableRepository: DataTableRepository, folderRepository: FolderRepository);
14
+ getEnrichedFavorites(userId: string): Promise<(import("./database/entities/user-favorite.entity").UserFavorite & {
15
+ resourceName: string;
16
+ resourceProjectId?: string;
17
+ })[]>;
18
+ addFavorite(userId: string, resourceId: string, resourceType: FavoriteResourceType): Promise<import("./database/entities/user-favorite.entity").UserFavorite>;
19
+ private assertResourceExists;
20
+ removeFavorite(userId: string, resourceId: string, resourceType: FavoriteResourceType): Promise<void>;
21
+ deleteByResource(resourceId: string, resourceType: FavoriteResourceType): Promise<void>;
22
+ deleteByResourceIds(resourceIds: string[], resourceType: FavoriteResourceType): Promise<void>;
23
+ }
@@ -0,0 +1,176 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.FavoritesService = void 0;
13
+ const di_1 = require("@n8n/di");
14
+ const db_1 = require("@n8n/db");
15
+ const typeorm_1 = require("@n8n/typeorm");
16
+ const user_favorite_repository_1 = require("./database/repositories/user-favorite.repository");
17
+ const bad_request_error_1 = require("../../errors/response-errors/bad-request.error");
18
+ const not_found_error_1 = require("../../errors/response-errors/not-found.error");
19
+ const data_table_repository_1 = require("../../modules/data-table/data-table.repository");
20
+ let FavoritesService = class FavoritesService {
21
+ constructor(userFavoriteRepository, workflowRepository, projectRepository, sharedWorkflowRepository, dataTableRepository, folderRepository) {
22
+ this.userFavoriteRepository = userFavoriteRepository;
23
+ this.workflowRepository = workflowRepository;
24
+ this.projectRepository = projectRepository;
25
+ this.sharedWorkflowRepository = sharedWorkflowRepository;
26
+ this.dataTableRepository = dataTableRepository;
27
+ this.folderRepository = folderRepository;
28
+ this.MAX_FAVORITES = 200;
29
+ }
30
+ async getEnrichedFavorites(userId) {
31
+ const favorites = await this.userFavoriteRepository.findByUser(userId);
32
+ if (favorites.length === 0)
33
+ return [];
34
+ const workflowIds = favorites
35
+ .filter((f) => f.resourceType === 'workflow')
36
+ .map((f) => f.resourceId);
37
+ const dataTableIds = favorites
38
+ .filter((f) => f.resourceType === 'dataTable')
39
+ .map((f) => f.resourceId);
40
+ const folderIds = favorites.filter((f) => f.resourceType === 'folder').map((f) => f.resourceId);
41
+ const accessibleProjects = await this.projectRepository.getAccessibleProjects(userId);
42
+ const accessibleProjectIds = new Set(accessibleProjects.map((p) => p.id));
43
+ const projectNameMap = new Map(accessibleProjects.map((p) => [p.id, p.name ?? '']));
44
+ const [workflows, sharedWorkflows, dataTables, folders] = await Promise.all([
45
+ workflowIds.length > 0 && accessibleProjectIds.size > 0
46
+ ? this.workflowRepository.findByIds(workflowIds, { fields: ['id', 'name'] })
47
+ : [],
48
+ workflowIds.length > 0 && accessibleProjectIds.size > 0
49
+ ? this.sharedWorkflowRepository.find({
50
+ select: { workflowId: true },
51
+ where: { workflowId: (0, typeorm_1.In)(workflowIds), projectId: (0, typeorm_1.In)([...accessibleProjectIds]) },
52
+ })
53
+ : [],
54
+ dataTableIds.length > 0
55
+ ? this.dataTableRepository.find({ where: { id: (0, typeorm_1.In)(dataTableIds) } })
56
+ : [],
57
+ folderIds.length > 0
58
+ ? this.folderRepository.find({
59
+ where: { id: (0, typeorm_1.In)(folderIds) },
60
+ relations: { homeProject: true },
61
+ })
62
+ : [],
63
+ ]);
64
+ const workflowNameMap = new Map();
65
+ if (workflowIds.length > 0 && accessibleProjectIds.size > 0) {
66
+ const wfMap = new Map(workflows.map((wf) => [wf.id, wf.name]));
67
+ const accessibleWfIds = new Set(sharedWorkflows.map((sw) => sw.workflowId));
68
+ for (const id of workflowIds) {
69
+ const name = wfMap.get(id);
70
+ if (accessibleWfIds.has(id) && name !== undefined) {
71
+ workflowNameMap.set(id, name);
72
+ }
73
+ }
74
+ }
75
+ const dataTableMetaMap = new Map();
76
+ for (const dt of dataTables) {
77
+ if (accessibleProjectIds.has(dt.projectId)) {
78
+ dataTableMetaMap.set(dt.id, { name: dt.name, projectId: dt.projectId });
79
+ }
80
+ }
81
+ const folderMetaMap = new Map();
82
+ for (const folder of folders) {
83
+ const projectId = folder.homeProject?.id;
84
+ if (projectId && accessibleProjectIds.has(projectId)) {
85
+ folderMetaMap.set(folder.id, { name: folder.name, projectId });
86
+ }
87
+ }
88
+ const enriched = [];
89
+ for (const fav of favorites) {
90
+ if (fav.resourceType === 'workflow') {
91
+ const name = workflowNameMap.get(fav.resourceId);
92
+ if (name !== undefined)
93
+ enriched.push({ ...fav, resourceName: name });
94
+ }
95
+ else if (fav.resourceType === 'project') {
96
+ const name = projectNameMap.get(fav.resourceId);
97
+ if (name !== undefined) {
98
+ enriched.push({ ...fav, resourceName: name });
99
+ }
100
+ }
101
+ else if (fav.resourceType === 'dataTable') {
102
+ const meta = dataTableMetaMap.get(fav.resourceId);
103
+ if (meta !== undefined) {
104
+ enriched.push({ ...fav, resourceName: meta.name, resourceProjectId: meta.projectId });
105
+ }
106
+ }
107
+ else if (fav.resourceType === 'folder') {
108
+ const meta = folderMetaMap.get(fav.resourceId);
109
+ if (meta !== undefined) {
110
+ enriched.push({ ...fav, resourceName: meta.name, resourceProjectId: meta.projectId });
111
+ }
112
+ }
113
+ }
114
+ return enriched;
115
+ }
116
+ async addFavorite(userId, resourceId, resourceType) {
117
+ const existing = await this.userFavoriteRepository.findOne({
118
+ where: { userId, resourceId, resourceType },
119
+ });
120
+ if (existing)
121
+ return existing;
122
+ await this.assertResourceExists(resourceId, resourceType);
123
+ const count = await this.userFavoriteRepository.count({ where: { userId } });
124
+ if (count >= this.MAX_FAVORITES) {
125
+ throw new bad_request_error_1.BadRequestError(`Favorites limit of ${this.MAX_FAVORITES} reached`);
126
+ }
127
+ const favorite = this.userFavoriteRepository.create({ userId, resourceId, resourceType });
128
+ return await this.userFavoriteRepository.save(favorite);
129
+ }
130
+ async assertResourceExists(resourceId, resourceType) {
131
+ let exists;
132
+ switch (resourceType) {
133
+ case 'workflow':
134
+ exists = await this.workflowRepository.existsBy({ id: resourceId });
135
+ break;
136
+ case 'project':
137
+ exists = await this.projectRepository.existsBy({ id: resourceId });
138
+ break;
139
+ case 'dataTable':
140
+ exists = await this.dataTableRepository.existsBy({ id: resourceId });
141
+ break;
142
+ case 'folder':
143
+ exists = await this.folderRepository.existsBy({ id: resourceId });
144
+ break;
145
+ }
146
+ if (!exists) {
147
+ throw new not_found_error_1.NotFoundError(`${resourceType} with id "${resourceId}" not found`);
148
+ }
149
+ }
150
+ async removeFavorite(userId, resourceId, resourceType) {
151
+ const favorite = await this.userFavoriteRepository.findOne({
152
+ where: { userId, resourceId, resourceType },
153
+ });
154
+ if (!favorite) {
155
+ throw new not_found_error_1.NotFoundError('Favorite not found');
156
+ }
157
+ await this.userFavoriteRepository.remove(favorite);
158
+ }
159
+ async deleteByResource(resourceId, resourceType) {
160
+ await this.userFavoriteRepository.deleteByResourceId(resourceId, resourceType);
161
+ }
162
+ async deleteByResourceIds(resourceIds, resourceType) {
163
+ await this.userFavoriteRepository.deleteByResourceIds(resourceIds, resourceType);
164
+ }
165
+ };
166
+ exports.FavoritesService = FavoritesService;
167
+ exports.FavoritesService = FavoritesService = __decorate([
168
+ (0, di_1.Service)(),
169
+ __metadata("design:paramtypes", [user_favorite_repository_1.UserFavoriteRepository,
170
+ db_1.WorkflowRepository,
171
+ db_1.ProjectRepository,
172
+ db_1.SharedWorkflowRepository,
173
+ data_table_repository_1.DataTableRepository,
174
+ db_1.FolderRepository])
175
+ ], FavoritesService);
176
+ //# sourceMappingURL=favorites.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"favorites.service.js","sourceRoot":"","sources":["../../../src/modules/favorites/favorites.service.ts"],"names":[],"mappings":"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"}
@@ -15,5 +15,5 @@ export declare const TypeToNumber: {
15
15
  };
16
16
  export type TypeUnit = keyof typeof TypeToNumber;
17
17
  export type TypeUnitNumber = (typeof TypeToNumber)[TypeUnit];
18
- export declare const NumberToType: Record<TypeUnitNumber, "success" | "time_saved_min" | "runtime_ms" | "failure">;
18
+ export declare const NumberToType: Record<TypeUnitNumber, "success" | "failure" | "time_saved_min" | "runtime_ms">;
19
19
  export declare function isValidTypeNumber(value: number): value is TypeUnitNumber;
@@ -25,5 +25,6 @@ export declare class LocalGatewayRegistry {
25
25
  };
26
26
  startDisconnectTimer(userId: string, onDisconnect: () => void): void;
27
27
  clearDisconnectTimer(userId: string): void;
28
+ getConnectedUserIds(): string[];
28
29
  disconnectAll(): void;
29
30
  }
@@ -123,6 +123,11 @@ class LocalGatewayRegistry {
123
123
  clearTimeout(state.disconnectTimer);
124
124
  state.disconnectTimer = null;
125
125
  }
126
+ getConnectedUserIds() {
127
+ return [...this.userGateways.entries()]
128
+ .filter(([, state]) => state.gateway.getStatus().connected)
129
+ .map(([userId]) => userId);
130
+ }
126
131
  disconnectAll() {
127
132
  for (const state of this.userGateways.values()) {
128
133
  if (state.disconnectTimer)
@@ -1 +1 @@
1
- {"version":3,"file":"local-gateway-registry.js","sourceRoot":"","sources":["../../../../src/modules/instance-ai/filesystem/local-gateway-registry.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"local-gateway-registry.js","sourceRoot":"","sources":["../../../../src/modules/instance-ai/filesystem/local-gateway-registry.ts"],"names":[],"mappings":"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"}