n8n 2.34.4 → 2.35.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (677) hide show
  1. package/dist/active-workflow-manager.js +2 -14
  2. package/dist/active-workflow-manager.js.map +1 -1
  3. package/dist/agent-library-bundle.js +6 -6
  4. package/dist/build.tsbuildinfo +1 -1
  5. package/dist/controllers/ai.controller.js +3 -0
  6. package/dist/controllers/ai.controller.js.map +1 -1
  7. package/dist/controllers/role.controller.d.ts +0 -1
  8. package/dist/controllers/role.controller.js +6 -14
  9. package/dist/controllers/role.controller.js.map +1 -1
  10. package/dist/credentials/credentials.controller.d.ts +1 -1
  11. package/dist/credentials/credentials.controller.js +7 -1
  12. package/dist/credentials/credentials.controller.js.map +1 -1
  13. package/dist/credentials/credentials.service.d.ts +2 -1
  14. package/dist/credentials/credentials.service.js +24 -0
  15. package/dist/credentials/credentials.service.js.map +1 -1
  16. package/dist/credentials-helper.js +4 -7
  17. package/dist/credentials-helper.js.map +1 -1
  18. package/dist/deprecation/deprecation.service.js +5 -0
  19. package/dist/deprecation/deprecation.service.js.map +1 -1
  20. package/dist/eventbus/event-message-classes/index.js.map +1 -1
  21. package/dist/events/maps/relay.event-map.d.ts +9 -0
  22. package/dist/events/relays/telemetry.event-relay.d.ts +4 -2
  23. package/dist/events/relays/telemetry.event-relay.js +23 -7
  24. package/dist/events/relays/telemetry.event-relay.js.map +1 -1
  25. package/dist/execution-lifecycle/execute-error-workflow.js +19 -5
  26. package/dist/execution-lifecycle/execute-error-workflow.js.map +1 -1
  27. package/dist/execution-lifecycle/execution-lifecycle-hooks.js.map +1 -1
  28. package/dist/executions/execution-persistence.d.ts +6 -4
  29. package/dist/executions/execution-persistence.js +7 -14
  30. package/dist/executions/execution-persistence.js.map +1 -1
  31. package/dist/executions/execution.service.d.ts +31 -2
  32. package/dist/executions/execution.service.js +108 -1
  33. package/dist/executions/execution.service.js.map +1 -1
  34. package/dist/middlewares/body-parser.js +3 -2
  35. package/dist/middlewares/body-parser.js.map +1 -1
  36. package/dist/middlewares/cors.js +1 -1
  37. package/dist/middlewares/cors.js.map +1 -1
  38. package/dist/modules/agent-evals/agent-eval-rating.service.d.ts +12 -15
  39. package/dist/modules/agent-evals/agent-eval-rating.service.js +33 -46
  40. package/dist/modules/agent-evals/agent-eval-rating.service.js.map +1 -1
  41. package/dist/modules/agent-evals/agent-eval-record-mappers.d.ts +3 -2
  42. package/dist/modules/agent-evals/agent-eval-record-mappers.js +13 -0
  43. package/dist/modules/agent-evals/agent-eval-record-mappers.js.map +1 -1
  44. package/dist/modules/agent-evals/agent-eval-runner.service.js +15 -7
  45. package/dist/modules/agent-evals/agent-eval-runner.service.js.map +1 -1
  46. package/dist/modules/agent-evals/agent-eval.service.d.ts +8 -3
  47. package/dist/modules/agent-evals/agent-eval.service.js +6 -6
  48. package/dist/modules/agent-evals/agent-eval.service.js.map +1 -1
  49. package/dist/modules/agent-evals/agent-evals-required-modules.js +2 -2
  50. package/dist/modules/agent-evals/agent-evals-required-modules.js.map +1 -1
  51. package/dist/modules/agent-evals/agent-evals.controller.d.ts +12 -4
  52. package/dist/modules/agent-evals/agent-evals.controller.js +50 -9
  53. package/dist/modules/agent-evals/agent-evals.controller.js.map +1 -1
  54. package/dist/modules/agents/agent-chat.controller.d.ts +3 -5
  55. package/dist/modules/agents/agent-chat.controller.js +19 -25
  56. package/dist/modules/agents/agent-chat.controller.js.map +1 -1
  57. package/dist/modules/agents/agent-config.service.d.ts +5 -1
  58. package/dist/modules/agents/agent-config.service.js +10 -3
  59. package/dist/modules/agents/agent-config.service.js.map +1 -1
  60. package/dist/modules/agents/agent-credential-index.listener.d.ts +11 -0
  61. package/dist/modules/agents/agent-credential-index.listener.js +55 -0
  62. package/dist/modules/agents/agent-credential-index.listener.js.map +1 -0
  63. package/dist/modules/agents/agent-credential-index.service.d.ts +14 -0
  64. package/dist/modules/agents/agent-credential-index.service.js +57 -0
  65. package/dist/modules/agents/agent-credential-index.service.js.map +1 -0
  66. package/dist/modules/agents/agent-execution-orchestrator.service.d.ts +5 -0
  67. package/dist/modules/agents/agent-execution-orchestrator.service.js +89 -23
  68. package/dist/modules/agents/agent-execution-orchestrator.service.js.map +1 -1
  69. package/dist/modules/agents/agent-execution-update-broadcaster.d.ts +20 -0
  70. package/dist/modules/agents/agent-execution-update-broadcaster.js +65 -0
  71. package/dist/modules/agents/agent-execution-update-broadcaster.js.map +1 -0
  72. package/dist/modules/agents/agent-execution.service.d.ts +30 -4
  73. package/dist/modules/agents/agent-execution.service.js +217 -46
  74. package/dist/modules/agents/agent-execution.service.js.map +1 -1
  75. package/dist/modules/agents/agent-integration-management.service.d.ts +33 -0
  76. package/dist/modules/agents/agent-integration-management.service.js +80 -0
  77. package/dist/modules/agents/agent-integration-management.service.js.map +1 -0
  78. package/dist/modules/agents/agent-integration-persistence.service.d.ts +3 -1
  79. package/dist/modules/agents/agent-integration-persistence.service.js +6 -2
  80. package/dist/modules/agents/agent-integration-persistence.service.js.map +1 -1
  81. package/dist/modules/agents/agent-integrations.controller.d.ts +4 -24
  82. package/dist/modules/agents/agent-integrations.controller.js +28 -114
  83. package/dist/modules/agents/agent-integrations.controller.js.map +1 -1
  84. package/dist/modules/agents/agent-interrupted-execution-sweeper.d.ts +11 -0
  85. package/dist/modules/agents/agent-interrupted-execution-sweeper.js +63 -0
  86. package/dist/modules/agents/agent-interrupted-execution-sweeper.js.map +1 -0
  87. package/dist/modules/agents/agent-model-catalog.service.d.ts +1 -0
  88. package/dist/modules/agents/agent-model-catalog.service.js +37 -8
  89. package/dist/modules/agents/agent-model-catalog.service.js.map +1 -1
  90. package/dist/modules/agents/agent-publish.service.d.ts +3 -1
  91. package/dist/modules/agents/agent-publish.service.js +8 -2
  92. package/dist/modules/agents/agent-publish.service.js.map +1 -1
  93. package/dist/modules/agents/agent-run-tracing.service.d.ts +1 -0
  94. package/dist/modules/agents/agent-run-tracing.service.js +4 -1
  95. package/dist/modules/agents/agent-run-tracing.service.js.map +1 -1
  96. package/dist/modules/agents/agent-runtime-cache.service.js +1 -1
  97. package/dist/modules/agents/agent-runtime-cache.service.js.map +1 -1
  98. package/dist/modules/agents/agent-runtime-reconstruction.service.d.ts +3 -1
  99. package/dist/modules/agents/agent-runtime-reconstruction.service.js +14 -8
  100. package/dist/modules/agents/agent-runtime-reconstruction.service.js.map +1 -1
  101. package/dist/modules/agents/agent-slack-integrations.controller.d.ts +23 -0
  102. package/dist/modules/agents/agent-slack-integrations.controller.js +98 -0
  103. package/dist/modules/agents/agent-slack-integrations.controller.js.map +1 -0
  104. package/dist/modules/agents/agent-test-run.service.d.ts +134 -0
  105. package/dist/modules/agents/agent-test-run.service.js +240 -0
  106. package/dist/modules/agents/agent-test-run.service.js.map +1 -0
  107. package/dist/modules/agents/agent-validation.service.d.ts +1 -0
  108. package/dist/modules/agents/agent-validation.service.js +32 -13
  109. package/dist/modules/agents/agent-validation.service.js.map +1 -1
  110. package/dist/modules/agents/agent-workflow-execution.service.d.ts +5 -1
  111. package/dist/modules/agents/agent-workflow-execution.service.js +137 -64
  112. package/dist/modules/agents/agent-workflow-execution.service.js.map +1 -1
  113. package/dist/modules/agents/agents-config.controller.d.ts +8 -0
  114. package/dist/modules/agents/agents.module.d.ts +3 -1
  115. package/dist/modules/agents/agents.module.js +35 -1
  116. package/dist/modules/agents/agents.module.js.map +1 -1
  117. package/dist/modules/agents/agents.service.d.ts +4 -2
  118. package/dist/modules/agents/agents.service.js +6 -2
  119. package/dist/modules/agents/agents.service.js.map +1 -1
  120. package/dist/modules/agents/attachable-workflows.service.d.ts +1 -0
  121. package/dist/modules/agents/attachable-workflows.service.js +2 -1
  122. package/dist/modules/agents/attachable-workflows.service.js.map +1 -1
  123. package/dist/modules/agents/builder/agents-builder-prompts.d.ts +2 -2
  124. package/dist/modules/agents/builder/agents-builder-prompts.js +26 -7
  125. package/dist/modules/agents/builder/agents-builder-prompts.js.map +1 -1
  126. package/dist/modules/agents/builder/agents-builder-tools.service.d.ts +4 -2
  127. package/dist/modules/agents/builder/agents-builder-tools.service.js +130 -2
  128. package/dist/modules/agents/builder/agents-builder-tools.service.js.map +1 -1
  129. package/dist/modules/agents/builder/builder-model-live-lookup.service.d.ts +16 -1
  130. package/dist/modules/agents/builder/builder-model-live-lookup.service.js +69 -22
  131. package/dist/modules/agents/builder/builder-model-live-lookup.service.js.map +1 -1
  132. package/dist/modules/agents/builder/builder-tool-names.d.ts +1 -0
  133. package/dist/modules/agents/builder/builder-tool-names.js +1 -0
  134. package/dist/modules/agents/builder/builder-tool-names.js.map +1 -1
  135. package/dist/modules/agents/builder/interactive/finish-setup.tool.d.ts +1 -0
  136. package/dist/modules/agents/builder/interactive/finish-setup.tool.js +4 -2
  137. package/dist/modules/agents/builder/interactive/finish-setup.tool.js.map +1 -1
  138. package/dist/modules/agents/builder/interactive/resolve-llm.tool.js +68 -2
  139. package/dist/modules/agents/builder/interactive/resolve-llm.tool.js.map +1 -1
  140. package/dist/modules/agents/builder/prompts/llm-selection.prompt.js +1 -0
  141. package/dist/modules/agents/builder/prompts/llm-selection.prompt.js.map +1 -1
  142. package/dist/modules/agents/builder/prompts/tools.prompt.d.ts +1 -1
  143. package/dist/modules/agents/builder/prompts/tools.prompt.js +5 -2
  144. package/dist/modules/agents/builder/prompts/tools.prompt.js.map +1 -1
  145. package/dist/modules/agents/builder/skills/external-services.skill.js +26 -2
  146. package/dist/modules/agents/builder/skills/external-services.skill.js.map +1 -1
  147. package/dist/modules/agents/entities/agent-credential-dependency.entity.d.ts +9 -0
  148. package/dist/modules/agents/entities/agent-credential-dependency.entity.js +40 -0
  149. package/dist/modules/agents/entities/agent-credential-dependency.entity.js.map +1 -0
  150. package/dist/modules/agents/entities/agent-execution.entity.d.ts +1 -1
  151. package/dist/modules/agents/entities/agent-execution.entity.js +2 -1
  152. package/dist/modules/agents/entities/agent-execution.entity.js.map +1 -1
  153. package/dist/modules/agents/execution-recorder.d.ts +7 -1
  154. package/dist/modules/agents/execution-recorder.js +64 -8
  155. package/dist/modules/agents/execution-recorder.js.map +1 -1
  156. package/dist/modules/agents/instance-ai-builder-delegate.adapter.d.ts +6 -2
  157. package/dist/modules/agents/instance-ai-builder-delegate.adapter.js +24 -3
  158. package/dist/modules/agents/instance-ai-builder-delegate.adapter.js.map +1 -1
  159. package/dist/modules/agents/integrations/agent-chat-bridge.d.ts +3 -2
  160. package/dist/modules/agents/integrations/agent-chat-bridge.js +30 -13
  161. package/dist/modules/agents/integrations/agent-chat-bridge.js.map +1 -1
  162. package/dist/modules/agents/integrations/agent-chat-hitl-resume-handler.d.ts +3 -2
  163. package/dist/modules/agents/integrations/agent-chat-hitl-resume-handler.js +25 -12
  164. package/dist/modules/agents/integrations/agent-chat-hitl-resume-handler.js.map +1 -1
  165. package/dist/modules/agents/integrations/agent-chat-integration.d.ts +38 -6
  166. package/dist/modules/agents/integrations/agent-chat-integration.js.map +1 -1
  167. package/dist/modules/agents/integrations/agent-chat-message-context.js +13 -6
  168. package/dist/modules/agents/integrations/agent-chat-message-context.js.map +1 -1
  169. package/dist/modules/agents/integrations/agent-chat-stream-consumer.js +7 -1
  170. package/dist/modules/agents/integrations/agent-chat-stream-consumer.js.map +1 -1
  171. package/dist/modules/agents/integrations/callback-store.d.ts +13 -4
  172. package/dist/modules/agents/integrations/callback-store.js +44 -18
  173. package/dist/modules/agents/integrations/callback-store.js.map +1 -1
  174. package/dist/modules/agents/integrations/chat-integration.service.d.ts +7 -3
  175. package/dist/modules/agents/integrations/chat-integration.service.js +59 -22
  176. package/dist/modules/agents/integrations/chat-integration.service.js.map +1 -1
  177. package/dist/modules/agents/integrations/component-mapper.d.ts +1 -1
  178. package/dist/modules/agents/integrations/component-mapper.js +1 -1
  179. package/dist/modules/agents/integrations/component-mapper.js.map +1 -1
  180. package/dist/modules/agents/integrations/esm-loader.d.ts +1 -0
  181. package/dist/modules/agents/integrations/esm-loader.js +4 -0
  182. package/dist/modules/agents/integrations/esm-loader.js.map +1 -1
  183. package/dist/modules/agents/integrations/integration-action-executor.d.ts +2 -0
  184. package/dist/modules/agents/integrations/integration-action-executor.js +74 -20
  185. package/dist/modules/agents/integrations/integration-action-executor.js.map +1 -1
  186. package/dist/modules/agents/integrations/integration-tool-definitions.js +35 -2
  187. package/dist/modules/agents/integrations/integration-tool-definitions.js.map +1 -1
  188. package/dist/modules/agents/integrations/integration-tool-execution.js +10 -5
  189. package/dist/modules/agents/integrations/integration-tool-execution.js.map +1 -1
  190. package/dist/modules/agents/integrations/integration-tool-schema.js +8 -2
  191. package/dist/modules/agents/integrations/integration-tool-schema.js.map +1 -1
  192. package/dist/modules/agents/integrations/integration-tool-types.d.ts +2 -0
  193. package/dist/modules/agents/integrations/n8n-memory.js +6 -7
  194. package/dist/modules/agents/integrations/n8n-memory.js.map +1 -1
  195. package/dist/modules/agents/integrations/platforms/discord-gateway.d.ts +32 -0
  196. package/dist/modules/agents/integrations/platforms/discord-gateway.js +138 -0
  197. package/dist/modules/agents/integrations/platforms/discord-gateway.js.map +1 -0
  198. package/dist/modules/agents/integrations/platforms/discord-integration.d.ts +73 -0
  199. package/dist/modules/agents/integrations/platforms/discord-integration.js +364 -0
  200. package/dist/modules/agents/integrations/platforms/discord-integration.js.map +1 -0
  201. package/dist/modules/agents/integrations/platforms/discord-operations.d.ts +64 -0
  202. package/dist/modules/agents/integrations/platforms/discord-operations.js +176 -0
  203. package/dist/modules/agents/integrations/platforms/discord-operations.js.map +1 -0
  204. package/dist/modules/agents/integrations/platforms/{slack-bridge-behavior.d.ts → slack/slack-bridge-behavior.d.ts} +3 -3
  205. package/dist/modules/agents/integrations/platforms/slack/slack-bridge-behavior.js.map +1 -0
  206. package/dist/modules/agents/integrations/platforms/{slack-integration.d.ts → slack/slack-integration.d.ts} +11 -6
  207. package/dist/modules/agents/integrations/platforms/{slack-integration.js → slack/slack-integration.js} +32 -23
  208. package/dist/modules/agents/integrations/platforms/slack/slack-integration.js.map +1 -0
  209. package/dist/modules/agents/integrations/platforms/slack/slack-manual-setup.service.d.ts +35 -0
  210. package/dist/modules/agents/integrations/platforms/slack/slack-manual-setup.service.js +150 -0
  211. package/dist/modules/agents/integrations/platforms/slack/slack-manual-setup.service.js.map +1 -0
  212. package/dist/modules/agents/integrations/platforms/slack/slack-methods.service.d.ts +36 -0
  213. package/dist/modules/agents/integrations/platforms/slack/slack-methods.service.js +193 -0
  214. package/dist/modules/agents/integrations/platforms/slack/slack-methods.service.js.map +1 -0
  215. package/dist/modules/agents/integrations/platforms/slack/slack-operations.d.ts +10 -0
  216. package/dist/modules/agents/integrations/platforms/{slack-operations.js → slack/slack-operations.js} +1 -57
  217. package/dist/modules/agents/integrations/platforms/slack/slack-operations.js.map +1 -0
  218. package/dist/modules/agents/integrations/platforms/telegram-bridge-behavior.js +6 -36
  219. package/dist/modules/agents/integrations/platforms/telegram-bridge-behavior.js.map +1 -1
  220. package/dist/modules/agents/integrations/platforms/telegram-integration.d.ts +3 -2
  221. package/dist/modules/agents/integrations/platforms/telegram-integration.js +14 -5
  222. package/dist/modules/agents/integrations/platforms/telegram-integration.js.map +1 -1
  223. package/dist/modules/agents/integrations/platforms/typing-indicator.d.ts +9 -0
  224. package/dist/modules/agents/integrations/platforms/typing-indicator.js +42 -0
  225. package/dist/modules/agents/integrations/platforms/typing-indicator.js.map +1 -0
  226. package/dist/modules/agents/integrations/recording/recording-adapter.js +11 -0
  227. package/dist/modules/agents/integrations/recording/recording-adapter.js.map +1 -1
  228. package/dist/modules/agents/json-config/node-tool-ai-gateway.service.d.ts +9 -0
  229. package/dist/modules/agents/json-config/node-tool-ai-gateway.service.js +34 -0
  230. package/dist/modules/agents/json-config/node-tool-ai-gateway.service.js.map +1 -0
  231. package/dist/modules/agents/json-config/reconcile-node-tool-gateway-credentials.d.ts +4 -0
  232. package/dist/modules/agents/json-config/reconcile-node-tool-gateway-credentials.js +152 -0
  233. package/dist/modules/agents/json-config/reconcile-node-tool-gateway-credentials.js.map +1 -0
  234. package/dist/modules/agents/repositories/agent-credential-dependency.repository.d.ts +12 -0
  235. package/dist/modules/agents/repositories/agent-credential-dependency.repository.js +92 -0
  236. package/dist/modules/agents/repositories/agent-credential-dependency.repository.js.map +1 -0
  237. package/dist/modules/agents/repositories/agent-execution.repository.d.ts +7 -0
  238. package/dist/modules/agents/repositories/agent-execution.repository.js +20 -0
  239. package/dist/modules/agents/repositories/agent-execution.repository.js.map +1 -1
  240. package/dist/modules/agents/repositories/agent.repository.d.ts +2 -0
  241. package/dist/modules/agents/repositories/agent.repository.js +18 -0
  242. package/dist/modules/agents/repositories/agent.repository.js.map +1 -1
  243. package/dist/modules/agents/sub-agents/sub-agent-foreground-runner.d.ts +2 -0
  244. package/dist/modules/agents/sub-agents/sub-agent-foreground-runner.js +69 -5
  245. package/dist/modules/agents/sub-agents/sub-agent-foreground-runner.js.map +1 -1
  246. package/dist/modules/agents/tools/node-tool-factory.js +5 -1
  247. package/dist/modules/agents/tools/node-tool-factory.js.map +1 -1
  248. package/dist/modules/agents/tools/workflow-tool-factory.d.ts +7 -4
  249. package/dist/modules/agents/tools/workflow-tool-factory.js +86 -41
  250. package/dist/modules/agents/tools/workflow-tool-factory.js.map +1 -1
  251. package/dist/modules/agents/tools/workflow-tool-workflow-loader.service.d.ts +14 -0
  252. package/dist/modules/agents/tools/workflow-tool-workflow-loader.service.js +50 -0
  253. package/dist/modules/agents/tools/workflow-tool-workflow-loader.service.js.map +1 -0
  254. package/dist/modules/agents/tools/workflow-tool-workflow-resolver.d.ts +3 -3
  255. package/dist/modules/agents/tools/workflow-tool-workflow-resolver.js +28 -23
  256. package/dist/modules/agents/tools/workflow-tool-workflow-resolver.js.map +1 -1
  257. package/dist/modules/agents/utils/extract-agent-credential-ids.d.ts +1 -0
  258. package/dist/modules/agents/utils/extract-agent-credential-ids.js +41 -0
  259. package/dist/modules/agents/utils/extract-agent-credential-ids.js.map +1 -0
  260. package/dist/modules/agents/utils/node-tool-validation.js +2 -2
  261. package/dist/modules/agents/utils/node-tool-validation.js.map +1 -1
  262. package/dist/modules/breaking-changes/rules/v3/unverified-packages.rule.d.ts +6 -2
  263. package/dist/modules/breaking-changes/rules/v3/unverified-packages.rule.js +26 -3
  264. package/dist/modules/breaking-changes/rules/v3/unverified-packages.rule.js.map +1 -1
  265. package/dist/modules/data-table/data-table-permissions.d.ts +5 -0
  266. package/dist/modules/data-table/data-table-permissions.js +14 -0
  267. package/dist/modules/data-table/data-table-permissions.js.map +1 -0
  268. package/dist/modules/data-table/data-table-proxy.service.js +2 -0
  269. package/dist/modules/data-table/data-table-proxy.service.js.map +1 -1
  270. package/dist/modules/data-table/data-table.controller.d.ts +1 -1
  271. package/dist/modules/data-table/data-table.controller.js +7 -19
  272. package/dist/modules/data-table/data-table.controller.js.map +1 -1
  273. package/dist/modules/data-table/data-table.service.d.ts +3 -0
  274. package/dist/modules/data-table/data-table.service.js.map +1 -1
  275. package/dist/modules/dynamic-credentials.ee/services/credential-check-proxy.service.d.ts +1 -0
  276. package/dist/modules/dynamic-credentials.ee/services/credential-check-proxy.service.js +8 -0
  277. package/dist/modules/dynamic-credentials.ee/services/credential-check-proxy.service.js.map +1 -1
  278. package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.d.ts +1 -0
  279. package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.js +100 -3
  280. package/dist/modules/external-secrets.ee/providers/azure-key-vault/azure-key-vault.js.map +1 -1
  281. package/dist/modules/external-secrets.ee/providers/azure-key-vault/types.d.ts +4 -0
  282. package/dist/modules/insights/database/repositories/insights-by-period-query.helper.d.ts +2 -1
  283. package/dist/modules/insights/database/repositories/insights-by-period-query.helper.js +11 -5
  284. package/dist/modules/insights/database/repositories/insights-by-period-query.helper.js.map +1 -1
  285. package/dist/modules/insights/database/repositories/insights-by-period.repository.d.ts +6 -3
  286. package/dist/modules/insights/database/repositories/insights-by-period.repository.js +31 -11
  287. package/dist/modules/insights/database/repositories/insights-by-period.repository.js.map +1 -1
  288. package/dist/modules/insights/insights.controller.js +13 -7
  289. package/dist/modules/insights/insights.controller.js.map +1 -1
  290. package/dist/modules/insights/insights.service.d.ts +6 -3
  291. package/dist/modules/insights/insights.service.js +6 -3
  292. package/dist/modules/insights/insights.service.js.map +1 -1
  293. package/dist/modules/instance-ai/eval/agent-execution.service.js +10 -3
  294. package/dist/modules/instance-ai/eval/agent-execution.service.js.map +1 -1
  295. package/dist/modules/instance-ai/eval/execution.service.d.ts +1 -0
  296. package/dist/modules/instance-ai/eval/execution.service.js +37 -3
  297. package/dist/modules/instance-ai/eval/execution.service.js.map +1 -1
  298. package/dist/modules/instance-ai/eval/thread-restore.service.d.ts +5 -1
  299. package/dist/modules/instance-ai/eval/thread-restore.service.js +67 -9
  300. package/dist/modules/instance-ai/eval/thread-restore.service.js.map +1 -1
  301. package/dist/modules/instance-ai/instance-ai-credit-display.d.ts +9 -0
  302. package/dist/modules/instance-ai/instance-ai-credit-display.js +15 -0
  303. package/dist/modules/instance-ai/instance-ai-credit-display.js.map +1 -0
  304. package/dist/modules/instance-ai/instance-ai-credit.service.d.ts +11 -1
  305. package/dist/modules/instance-ai/instance-ai-credit.service.js +52 -9
  306. package/dist/modules/instance-ai/instance-ai-credit.service.js.map +1 -1
  307. package/dist/modules/instance-ai/instance-ai-model-catalog.service.d.ts +15 -0
  308. package/dist/modules/instance-ai/instance-ai-model-catalog.service.js +130 -0
  309. package/dist/modules/instance-ai/instance-ai-model-catalog.service.js.map +1 -0
  310. package/dist/modules/instance-ai/instance-ai-model.service.d.ts +2 -4
  311. package/dist/modules/instance-ai/instance-ai-model.service.js.map +1 -1
  312. package/dist/modules/instance-ai/instance-ai-settings.service.d.ts +19 -1
  313. package/dist/modules/instance-ai/instance-ai-settings.service.js +240 -24
  314. package/dist/modules/instance-ai/instance-ai-settings.service.js.map +1 -1
  315. package/dist/modules/instance-ai/instance-ai-verification.service.d.ts +20 -0
  316. package/dist/modules/instance-ai/instance-ai-verification.service.js +232 -0
  317. package/dist/modules/instance-ai/instance-ai-verification.service.js.map +1 -0
  318. package/dist/modules/instance-ai/instance-ai.adapter.service.d.ts +4 -0
  319. package/dist/modules/instance-ai/instance-ai.adapter.service.js +78 -4
  320. package/dist/modules/instance-ai/instance-ai.adapter.service.js.map +1 -1
  321. package/dist/modules/instance-ai/instance-ai.controller.d.ts +10 -6
  322. package/dist/modules/instance-ai/instance-ai.controller.js +84 -2
  323. package/dist/modules/instance-ai/instance-ai.controller.js.map +1 -1
  324. package/dist/modules/instance-ai/instance-ai.module.d.ts +3 -1
  325. package/dist/modules/instance-ai/instance-ai.module.js +4 -7
  326. package/dist/modules/instance-ai/instance-ai.module.js.map +1 -1
  327. package/dist/modules/instance-ai/instance-ai.service.d.ts +7 -6
  328. package/dist/modules/instance-ai/instance-ai.service.js +238 -63
  329. package/dist/modules/instance-ai/instance-ai.service.js.map +1 -1
  330. package/dist/modules/instance-ai/node-definition-resolver.d.ts +0 -1
  331. package/dist/modules/instance-ai/node-definition-resolver.js +0 -19
  332. package/dist/modules/instance-ai/node-definition-resolver.js.map +1 -1
  333. package/dist/modules/instance-ai/repositories/instance-ai-message.repository.d.ts +1 -0
  334. package/dist/modules/instance-ai/repositories/instance-ai-message.repository.js +10 -0
  335. package/dist/modules/instance-ai/repositories/instance-ai-message.repository.js.map +1 -1
  336. package/dist/modules/instance-ai/sandbox/instance-ai-sandbox.service.d.ts +1 -0
  337. package/dist/modules/instance-ai/sandbox/instance-ai-sandbox.service.js +37 -2
  338. package/dist/modules/instance-ai/sandbox/instance-ai-sandbox.service.js.map +1 -1
  339. package/dist/modules/instance-ai/storage/typeorm-observation-log-store.js +6 -6
  340. package/dist/modules/instance-ai/storage/typeorm-observation-log-store.js.map +1 -1
  341. package/dist/modules/instance-ai/suspended-run-restorer.service.d.ts +1 -1
  342. package/dist/modules/instance-ai/suspended-run-restorer.service.js +9 -0
  343. package/dist/modules/instance-ai/suspended-run-restorer.service.js.map +1 -1
  344. package/dist/modules/mcp/mcp-protected-resource.d.ts +3 -4
  345. package/dist/modules/mcp/mcp-protected-resource.js +4 -4
  346. package/dist/modules/mcp/mcp-protected-resource.js.map +1 -1
  347. package/dist/modules/mcp/mcp-scopes.js +2 -0
  348. package/dist/modules/mcp/mcp-scopes.js.map +1 -1
  349. package/dist/modules/mcp/mcp-server-middleware.service.js +1 -0
  350. package/dist/modules/mcp/mcp-server-middleware.service.js.map +1 -1
  351. package/dist/modules/mcp/mcp.constants.d.ts +4 -0
  352. package/dist/modules/mcp/mcp.constants.js +5 -1
  353. package/dist/modules/mcp/mcp.constants.js.map +1 -1
  354. package/dist/modules/mcp/mcp.controller.js +14 -14
  355. package/dist/modules/mcp/mcp.controller.js.map +1 -1
  356. package/dist/modules/mcp/mcp.service.d.ts +4 -3
  357. package/dist/modules/mcp/mcp.service.js +49 -34
  358. package/dist/modules/mcp/mcp.service.js.map +1 -1
  359. package/dist/modules/mcp/mcp.types.d.ts +31 -5
  360. package/dist/modules/mcp/mcp.types.js.map +1 -1
  361. package/dist/modules/mcp/mcp.utils.d.ts +1 -0
  362. package/dist/modules/mcp/mcp.utils.js +22 -5
  363. package/dist/modules/mcp/mcp.utils.js.map +1 -1
  364. package/dist/modules/mcp/tool-schema.util.d.ts +3 -0
  365. package/dist/modules/mcp/tool-schema.util.js +32 -0
  366. package/dist/modules/mcp/tool-schema.util.js.map +1 -0
  367. package/dist/modules/mcp/tools/agents/agent-reference.d.ts +1 -1
  368. package/dist/modules/mcp/tools/agents/agent-reference.js +17 -6
  369. package/dist/modules/mcp/tools/agents/agent-reference.js.map +1 -1
  370. package/dist/modules/mcp/tools/agents/agent-tools.service.d.ts +9 -8
  371. package/dist/modules/mcp/tools/agents/agent-tools.service.js +207 -52
  372. package/dist/modules/mcp/tools/agents/agent-tools.service.js.map +1 -1
  373. package/dist/modules/mcp/tools/execute-workflow.tool.js +1 -1
  374. package/dist/modules/mcp/tools/execute-workflow.tool.js.map +1 -1
  375. package/dist/modules/mcp/tools/get-workflow-details.tool.d.ts +4 -1
  376. package/dist/modules/mcp/tools/get-workflow-details.tool.js +60 -23
  377. package/dist/modules/mcp/tools/get-workflow-details.tool.js.map +1 -1
  378. package/dist/modules/mcp/tools/list-credentials.tool.js +1 -1
  379. package/dist/modules/mcp/tools/list-credentials.tool.js.map +1 -1
  380. package/dist/modules/mcp/tools/schemas.d.ts +81 -40
  381. package/dist/modules/mcp/tools/schemas.js +31 -11
  382. package/dist/modules/mcp/tools/schemas.js.map +1 -1
  383. package/dist/modules/mcp/tools/search-workflows.tool.js +1 -9
  384. package/dist/modules/mcp/tools/search-workflows.tool.js.map +1 -1
  385. package/dist/modules/mcp/tools/workflow-builder/credentials-auto-assign.d.ts +1 -1
  386. package/dist/modules/mcp/tools/workflow-builder/credentials-auto-assign.js +2 -7
  387. package/dist/modules/mcp/tools/workflow-builder/credentials-auto-assign.js.map +1 -1
  388. package/dist/modules/mcp/tools/workflow-builder/get-workflow-best-practices.tool.js +2 -11
  389. package/dist/modules/mcp/tools/workflow-builder/get-workflow-best-practices.tool.js.map +1 -1
  390. package/dist/modules/mcp/tools/workflow-builder/mcp-instructions.js +2 -2
  391. package/dist/modules/mcp/tools/workflow-builder/sdk-reference-content.js +2 -1
  392. package/dist/modules/mcp/tools/workflow-builder/sdk-reference-content.js.map +1 -1
  393. package/dist/modules/mcp-registry/registry/mcp-registry-search.d.ts +1 -0
  394. package/dist/modules/mcp-registry/registry/mcp-registry-search.js +17 -5
  395. package/dist/modules/mcp-registry/registry/mcp-registry-search.js.map +1 -1
  396. package/dist/modules/n8n-packages/engine/import-blocked.error.js +2 -0
  397. package/dist/modules/n8n-packages/engine/import-blocked.error.js.map +1 -1
  398. package/dist/modules/n8n-packages/engine/import-gates.d.ts +3 -4
  399. package/dist/modules/n8n-packages/engine/import-gates.js +10 -8
  400. package/dist/modules/n8n-packages/engine/import-gates.js.map +1 -1
  401. package/dist/modules/n8n-packages/engine/import-orchestrator.d.ts +6 -2
  402. package/dist/modules/n8n-packages/engine/import-orchestrator.js +36 -8
  403. package/dist/modules/n8n-packages/engine/import-orchestrator.js.map +1 -1
  404. package/dist/modules/n8n-packages/engine/import-result.d.ts +2 -0
  405. package/dist/modules/n8n-packages/engine/import-result.js +13 -2
  406. package/dist/modules/n8n-packages/engine/import-result.js.map +1 -1
  407. package/dist/modules/n8n-packages/engine/import-telemetry.js +8 -2
  408. package/dist/modules/n8n-packages/engine/import-telemetry.js.map +1 -1
  409. package/dist/modules/n8n-packages/engine/n8n-package-parser.d.ts +3 -0
  410. package/dist/modules/n8n-packages/engine/n8n-package-parser.js +29 -0
  411. package/dist/modules/n8n-packages/engine/n8n-package-parser.js.map +1 -1
  412. package/dist/modules/n8n-packages/engine/package-layout.d.ts +18 -1
  413. package/dist/modules/n8n-packages/engine/package-layout.js +36 -7
  414. package/dist/modules/n8n-packages/engine/package-layout.js.map +1 -1
  415. package/dist/modules/n8n-packages/engine/project-package-importer.js +28 -16
  416. package/dist/modules/n8n-packages/engine/project-package-importer.js.map +1 -1
  417. package/dist/modules/n8n-packages/engine/workflow-package-importer.js +12 -12
  418. package/dist/modules/n8n-packages/engine/workflow-package-importer.js.map +1 -1
  419. package/dist/modules/n8n-packages/entities/project/project-conflict-policy.d.ts +7 -0
  420. package/dist/modules/n8n-packages/entities/project/project-conflict-policy.js +12 -0
  421. package/dist/modules/n8n-packages/entities/project/project-conflict-policy.js.map +1 -0
  422. package/dist/modules/n8n-packages/entities/project/project-import.types.d.ts +13 -3
  423. package/dist/modules/n8n-packages/entities/project/project-importer.d.ts +3 -3
  424. package/dist/modules/n8n-packages/entities/project/project-importer.js +58 -29
  425. package/dist/modules/n8n-packages/entities/project/project-importer.js.map +1 -1
  426. package/dist/modules/n8n-packages/entities/tag/tag-import-decision.d.ts +4 -1
  427. package/dist/modules/n8n-packages/entities/tag/tag-import-decision.js +10 -3
  428. package/dist/modules/n8n-packages/entities/tag/tag-import-decision.js.map +1 -1
  429. package/dist/modules/n8n-packages/entities/tag/tag-importer.d.ts +1 -4
  430. package/dist/modules/n8n-packages/entities/tag/tag-importer.js +22 -10
  431. package/dist/modules/n8n-packages/entities/tag/tag-importer.js.map +1 -1
  432. package/dist/modules/n8n-packages/entities/tag/tag.types.d.ts +13 -0
  433. package/dist/modules/n8n-packages/entities/tag/tag.types.js +36 -0
  434. package/dist/modules/n8n-packages/entities/tag/tag.types.js.map +1 -1
  435. package/dist/modules/n8n-packages/entities/variable/variable-importer.d.ts +6 -5
  436. package/dist/modules/n8n-packages/entities/variable/variable-importer.js +85 -21
  437. package/dist/modules/n8n-packages/entities/variable/variable-importer.js.map +1 -1
  438. package/dist/modules/n8n-packages/entities/variable/variable-missing-mode.d.ts +1 -0
  439. package/dist/modules/n8n-packages/entities/variable/variable-missing-mode.js +8 -3
  440. package/dist/modules/n8n-packages/entities/variable/variable-missing-mode.js.map +1 -1
  441. package/dist/modules/n8n-packages/entities/variable/variable.exporter.d.ts +1 -0
  442. package/dist/modules/n8n-packages/entities/variable/variable.exporter.js +18 -23
  443. package/dist/modules/n8n-packages/entities/variable/variable.exporter.js.map +1 -1
  444. package/dist/modules/n8n-packages/entities/variable/variable.types.d.ts +21 -2
  445. package/dist/modules/n8n-packages/entities/variable/variable.types.js +15 -0
  446. package/dist/modules/n8n-packages/entities/variable/variable.types.js.map +1 -1
  447. package/dist/modules/n8n-packages/entities/workflow/workflow-publisher.d.ts +6 -2
  448. package/dist/modules/n8n-packages/entities/workflow/workflow-publisher.js +33 -11
  449. package/dist/modules/n8n-packages/entities/workflow/workflow-publisher.js.map +1 -1
  450. package/dist/modules/n8n-packages/n8n-packages.types.d.ts +35 -3
  451. package/dist/modules/n8n-packages/n8n-packages.types.js +12 -1
  452. package/dist/modules/n8n-packages/n8n-packages.types.js.map +1 -1
  453. package/dist/modules/n8n-packages/spec/manifest.schema.d.ts +0 -11
  454. package/dist/modules/n8n-packages/spec/requirements.schema.d.ts +0 -10
  455. package/dist/modules/n8n-packages/spec/requirements.schema.js +0 -1
  456. package/dist/modules/n8n-packages/spec/requirements.schema.js.map +1 -1
  457. package/dist/modules/n8n-packages/spec/serialized/variable.schema.d.ts +3 -3
  458. package/dist/modules/n8n-packages/spec/serialized/variable.schema.js +3 -2
  459. package/dist/modules/n8n-packages/spec/serialized/variable.schema.js.map +1 -1
  460. package/dist/modules/oauth-server/oauth-server.service.js +2 -2
  461. package/dist/modules/oauth-server/oauth-server.service.js.map +1 -1
  462. package/dist/modules/otel/execution-level-tracer.d.ts +2 -0
  463. package/dist/modules/otel/execution-level-tracer.js +4 -0
  464. package/dist/modules/otel/execution-level-tracer.js.map +1 -1
  465. package/dist/modules/redaction/redaction-context-hook.d.ts +3 -1
  466. package/dist/modules/redaction/redaction-context-hook.js +9 -2
  467. package/dist/modules/redaction/redaction-context-hook.js.map +1 -1
  468. package/dist/modules/source-control.ee/source-control-import.service.ee.d.ts +4 -1
  469. package/dist/modules/source-control.ee/source-control-import.service.ee.js +26 -6
  470. package/dist/modules/source-control.ee/source-control-import.service.ee.js.map +1 -1
  471. package/dist/modules/workflow-index/workflow-dependency-query.service.d.ts +8 -1
  472. package/dist/modules/workflow-index/workflow-dependency-query.service.js +76 -18
  473. package/dist/modules/workflow-index/workflow-dependency-query.service.js.map +1 -1
  474. package/dist/modules/workflow-reviews.ee/workflow-review-auto-close.service.d.ts +16 -0
  475. package/dist/modules/workflow-reviews.ee/workflow-review-auto-close.service.js +95 -0
  476. package/dist/modules/workflow-reviews.ee/workflow-review-auto-close.service.js.map +1 -0
  477. package/dist/modules/workflow-reviews.ee/workflow-review-decision-eligibility.service.d.ts +15 -0
  478. package/dist/modules/workflow-reviews.ee/workflow-review-decision-eligibility.service.js +52 -0
  479. package/dist/modules/workflow-reviews.ee/workflow-review-decision-eligibility.service.js.map +1 -0
  480. package/dist/modules/workflow-reviews.ee/workflow-review-inbox.service.d.ts +3 -1
  481. package/dist/modules/workflow-reviews.ee/workflow-review-inbox.service.js +10 -4
  482. package/dist/modules/workflow-reviews.ee/workflow-review-inbox.service.js.map +1 -1
  483. package/dist/modules/workflow-reviews.ee/workflow-review-publish-guard.service.js +1 -1
  484. package/dist/modules/workflow-reviews.ee/workflow-review-publish-guard.service.js.map +1 -1
  485. package/dist/modules/workflow-reviews.ee/workflow-review-request.service.d.ts +9 -5
  486. package/dist/modules/workflow-reviews.ee/workflow-review-request.service.js +71 -40
  487. package/dist/modules/workflow-reviews.ee/workflow-review-request.service.js.map +1 -1
  488. package/dist/modules/workflow-reviews.ee/workflow-reviews.module.js +3 -0
  489. package/dist/modules/workflow-reviews.ee/workflow-reviews.module.js.map +1 -1
  490. package/dist/node-execution/ephemeral-node-executor.js +20 -13
  491. package/dist/node-execution/ephemeral-node-executor.js.map +1 -1
  492. package/dist/oauth/dcr-managed-fields.d.ts +6 -0
  493. package/dist/oauth/dcr-managed-fields.js +13 -0
  494. package/dist/oauth/dcr-managed-fields.js.map +1 -0
  495. package/dist/oauth/oauth.service.d.ts +1 -0
  496. package/dist/oauth/oauth.service.js +24 -25
  497. package/dist/oauth/oauth.service.js.map +1 -1
  498. package/dist/posthog/index.d.ts +2 -0
  499. package/dist/posthog/index.js +19 -0
  500. package/dist/posthog/index.js.map +1 -1
  501. package/dist/public-api/public-api-controller.registry.d.ts +1 -0
  502. package/dist/public-api/public-api-controller.registry.js +36 -35
  503. package/dist/public-api/public-api-controller.registry.js.map +1 -1
  504. package/dist/public-api/public-api-route-resolver.d.ts +38 -0
  505. package/dist/public-api/public-api-route-resolver.js +136 -0
  506. package/dist/public-api/public-api-route-resolver.js.map +1 -0
  507. package/dist/public-api/types.d.ts +3 -6
  508. package/dist/public-api/v1/controllers/index.d.ts +1 -0
  509. package/dist/public-api/v1/controllers/index.js +1 -0
  510. package/dist/public-api/v1/controllers/index.js.map +1 -1
  511. package/dist/public-api/v1/controllers/roles.public.controller.d.ts +11 -0
  512. package/dist/public-api/v1/controllers/roles.public.controller.js +65 -0
  513. package/dist/public-api/v1/controllers/roles.public.controller.js.map +1 -0
  514. package/dist/public-api/v1/controllers/tags.public.controller.js +9 -2
  515. package/dist/public-api/v1/controllers/tags.public.controller.js.map +1 -1
  516. package/dist/public-api/v1/controllers/workflows.public.controller.d.ts +10 -2
  517. package/dist/public-api/v1/controllers/workflows.public.controller.js +132 -4
  518. package/dist/public-api/v1/controllers/workflows.public.controller.js.map +1 -1
  519. package/dist/public-api/v1/handlers/data-tables/data-tables.rows.handler.js +7 -15
  520. package/dist/public-api/v1/handlers/data-tables/data-tables.rows.handler.js.map +1 -1
  521. package/dist/public-api/v1/handlers/decorator-routed.handler.d.ts +2 -0
  522. package/dist/public-api/v1/handlers/decorator-routed.handler.js +10 -0
  523. package/dist/public-api/v1/handlers/decorator-routed.handler.js.map +1 -0
  524. package/dist/public-api/v1/handlers/discover/discover.service.js +54 -49
  525. package/dist/public-api/v1/handlers/discover/discover.service.js.map +1 -1
  526. package/dist/public-api/v1/handlers/executions/executions.handler.js +25 -65
  527. package/dist/public-api/v1/handlers/executions/executions.handler.js.map +1 -1
  528. package/dist/public-api/v1/handlers/n8n-packages/n8n-packages.handler.js +2 -0
  529. package/dist/public-api/v1/handlers/n8n-packages/n8n-packages.handler.js.map +1 -1
  530. package/dist/public-api/v1/handlers/workflows/workflows.handler.d.ts +0 -1
  531. package/dist/public-api/v1/handlers/workflows/workflows.handler.js +44 -122
  532. package/dist/public-api/v1/handlers/workflows/workflows.handler.js.map +1 -1
  533. package/dist/public-api/v1/openapi-gen/decorator-routes.d.ts +18 -0
  534. package/dist/public-api/v1/openapi-gen/decorator-routes.js +160 -0
  535. package/dist/public-api/v1/openapi-gen/decorator-routes.js.map +1 -0
  536. package/dist/public-api/v1/openapi-gen/generate.d.ts +25 -0
  537. package/dist/public-api/v1/openapi-gen/generate.js +149 -0
  538. package/dist/public-api/v1/openapi-gen/generate.js.map +1 -0
  539. package/dist/public-api/v1/openapi-gen/zod-extend.d.ts +1 -0
  540. package/dist/public-api/v1/openapi-gen/zod-extend.js +6 -0
  541. package/dist/public-api/v1/openapi-gen/zod-extend.js.map +1 -0
  542. package/dist/public-api/v1/openapi.yml +625 -166
  543. package/dist/public-api/v1/shared/middlewares/global.middleware.d.ts +1 -3
  544. package/dist/public-api/v1/shared/middlewares/global.middleware.js.map +1 -1
  545. package/dist/scaling/constants.d.ts +2 -2
  546. package/dist/scaling/constants.js +1 -0
  547. package/dist/scaling/constants.js.map +1 -1
  548. package/dist/scaling/pubsub/pubsub.event-map.d.ts +5 -1
  549. package/dist/scaling/pubsub/pubsub.types.d.ts +2 -1
  550. package/dist/server.js +1 -0
  551. package/dist/server.js.map +1 -1
  552. package/dist/{modules/mcp/tools/workflow-builder → services}/ai-gateway-eligibility.d.ts +1 -0
  553. package/dist/{modules/mcp/tools/workflow-builder → services}/ai-gateway-eligibility.js +7 -1
  554. package/dist/services/ai-gateway-eligibility.js.map +1 -0
  555. package/dist/services/ai-gateway.service.d.ts +2 -0
  556. package/dist/services/ai-gateway.service.js +17 -3
  557. package/dist/services/ai-gateway.service.js.map +1 -1
  558. package/dist/services/ai.service.d.ts +1 -0
  559. package/dist/services/ai.service.js +4 -0
  560. package/dist/services/ai.service.js.map +1 -1
  561. package/dist/services/cache/cache.service.d.ts +2 -0
  562. package/dist/services/cache/cache.service.js +21 -0
  563. package/dist/services/cache/cache.service.js.map +1 -1
  564. package/dist/services/cache/redis.cache-manager.d.ts +1 -0
  565. package/dist/services/cache/redis.cache-manager.js +6 -0
  566. package/dist/services/cache/redis.cache-manager.js.map +1 -1
  567. package/dist/services/credentials-tester.service.d.ts +5 -1
  568. package/dist/services/credentials-tester.service.js +9 -3
  569. package/dist/services/credentials-tester.service.js.map +1 -1
  570. package/dist/services/folder.service.js.map +1 -1
  571. package/dist/services/free-ai-credits.service.js +1 -1
  572. package/dist/services/free-ai-credits.service.js.map +1 -1
  573. package/dist/services/frontend.service.js +3 -1
  574. package/dist/services/frontend.service.js.map +1 -1
  575. package/dist/services/instance-activation.service.d.ts +10 -0
  576. package/dist/services/instance-activation.service.js +48 -0
  577. package/dist/services/instance-activation.service.js.map +1 -0
  578. package/dist/services/node-resource-explorer.service.d.ts +13 -0
  579. package/dist/services/node-resource-explorer.service.js +117 -0
  580. package/dist/services/node-resource-explorer.service.js.map +1 -1
  581. package/dist/services/ownership-transfer/ownership-transfer.manifest.json +1 -1
  582. package/dist/services/project.service.ee.d.ts +3 -3
  583. package/dist/services/project.service.ee.js +4 -7
  584. package/dist/services/project.service.ee.js.map +1 -1
  585. package/dist/services/role-authorization.d.ts +3 -0
  586. package/dist/services/role-authorization.js +14 -0
  587. package/dist/services/role-authorization.js.map +1 -0
  588. package/dist/services/tag.service.d.ts +5 -2
  589. package/dist/services/tag.service.js +9 -2
  590. package/dist/services/tag.service.js.map +1 -1
  591. package/dist/services/workflow-statistics.service.d.ts +1 -0
  592. package/dist/services/workflow-statistics.service.js +12 -0
  593. package/dist/services/workflow-statistics.service.js.map +1 -1
  594. package/dist/task-runners/task-broker/auth/task-broker-auth.controller.d.ts +1 -0
  595. package/dist/task-runners/task-broker/auth/task-broker-auth.controller.js +2 -2
  596. package/dist/task-runners/task-broker/auth/task-broker-auth.controller.js.map +1 -1
  597. package/dist/task-runners/task-broker/auth/task-broker-auth.service.d.ts +6 -2
  598. package/dist/task-runners/task-broker/auth/task-broker-auth.service.js +8 -4
  599. package/dist/task-runners/task-broker/auth/task-broker-auth.service.js.map +1 -1
  600. package/dist/task-runners/task-broker/task-broker-server.d.ts +1 -0
  601. package/dist/task-runners/task-broker/task-broker-server.js +13 -3
  602. package/dist/task-runners/task-broker/task-broker-server.js.map +1 -1
  603. package/dist/task-runners/task-broker/task-broker-ws-server.d.ts +1 -0
  604. package/dist/task-runners/task-broker/task-broker-ws-server.js +8 -5
  605. package/dist/task-runners/task-broker/task-broker-ws-server.js.map +1 -1
  606. package/dist/task-runners/task-broker/task-broker.service.js +2 -9
  607. package/dist/task-runners/task-broker/task-broker.service.js.map +1 -1
  608. package/dist/task-runners/task-runner-lifecycle-events.d.ts +0 -1
  609. package/dist/task-runners/task-runner-process-base.d.ts +2 -2
  610. package/dist/task-runners/task-runner-process-base.js +14 -10
  611. package/dist/task-runners/task-runner-process-base.js.map +1 -1
  612. package/dist/task-runners/task-runner-process-js.d.ts +1 -2
  613. package/dist/task-runners/task-runner-process-js.js +4 -4
  614. package/dist/task-runners/task-runner-process-js.js.map +1 -1
  615. package/dist/task-runners/task-runner-process-py.d.ts +1 -2
  616. package/dist/task-runners/task-runner-process-py.js +2 -2
  617. package/dist/task-runners/task-runner-process-py.js.map +1 -1
  618. package/dist/utils/node-definition-dirs.d.ts +1 -0
  619. package/dist/utils/node-definition-dirs.js +24 -0
  620. package/dist/utils/node-definition-dirs.js.map +1 -0
  621. package/dist/webhooks/constants.d.ts +1 -0
  622. package/dist/webhooks/constants.js +2 -1
  623. package/dist/webhooks/constants.js.map +1 -1
  624. package/dist/webhooks/live-webhooks.d.ts +4 -2
  625. package/dist/webhooks/live-webhooks.js +25 -4
  626. package/dist/webhooks/live-webhooks.js.map +1 -1
  627. package/dist/webhooks/webhook-execution-context.d.ts +5 -2
  628. package/dist/webhooks/webhook-execution-context.js +10 -0
  629. package/dist/webhooks/webhook-execution-context.js.map +1 -1
  630. package/dist/webhooks/webhook-helpers.js +9 -8
  631. package/dist/webhooks/webhook-helpers.js.map +1 -1
  632. package/dist/webhooks/webhook.service.d.ts +5 -1
  633. package/dist/webhooks/webhook.service.js +52 -9
  634. package/dist/webhooks/webhook.service.js.map +1 -1
  635. package/dist/workflow-runner.js.map +1 -1
  636. package/dist/workflows/triggers/trigger-execution-context.factory.d.ts +3 -0
  637. package/dist/workflows/triggers/trigger-execution-context.factory.js +43 -38
  638. package/dist/workflows/triggers/trigger-execution-context.factory.js.map +1 -1
  639. package/dist/workflows/triggers/webhook-trigger-registrar.d.ts +0 -1
  640. package/dist/workflows/triggers/webhook-trigger-registrar.js +1 -16
  641. package/dist/workflows/triggers/webhook-trigger-registrar.js.map +1 -1
  642. package/dist/workflows/workflow-finder.service.d.ts +20 -31
  643. package/dist/workflows/workflow-finder.service.js +42 -9
  644. package/dist/workflows/workflow-finder.service.js.map +1 -1
  645. package/dist/workflows/workflow-mutation-hooks-proxy.service.d.ts +14 -0
  646. package/dist/workflows/workflow-mutation-hooks-proxy.service.js +35 -0
  647. package/dist/workflows/workflow-mutation-hooks-proxy.service.js.map +1 -0
  648. package/dist/workflows/workflow-sharing.service.d.ts +4 -1
  649. package/dist/workflows/workflow-sharing.service.js +14 -2
  650. package/dist/workflows/workflow-sharing.service.js.map +1 -1
  651. package/dist/workflows/workflow.service.d.ts +9 -6
  652. package/dist/workflows/workflow.service.ee.d.ts +3 -3
  653. package/dist/workflows/workflow.service.ee.js +20 -7
  654. package/dist/workflows/workflow.service.ee.js.map +1 -1
  655. package/dist/workflows/workflow.service.js +33 -9
  656. package/dist/workflows/workflow.service.js.map +1 -1
  657. package/package.json +45 -41
  658. package/templates/form-shell.handlebars +418 -0
  659. package/templates/form-trigger.handlebars +30 -1
  660. package/dist/modules/agents/integrations/platforms/slack-bridge-behavior.js.map +0 -1
  661. package/dist/modules/agents/integrations/platforms/slack-integration.js.map +0 -1
  662. package/dist/modules/agents/integrations/platforms/slack-operations.d.ts +0 -17
  663. package/dist/modules/agents/integrations/platforms/slack-operations.js.map +0 -1
  664. package/dist/modules/agents/integrations/platforms/slack-tool-definitions.d.ts +0 -48
  665. package/dist/modules/agents/integrations/platforms/slack-tool-definitions.js +0 -42
  666. package/dist/modules/agents/integrations/platforms/slack-tool-definitions.js.map +0 -1
  667. package/dist/modules/agents/integrations/slack-app-setup.service.d.ts +0 -54
  668. package/dist/modules/agents/integrations/slack-app-setup.service.js +0 -326
  669. package/dist/modules/agents/integrations/slack-app-setup.service.js.map +0 -1
  670. package/dist/modules/mcp/tools/workflow-builder/ai-gateway-eligibility.js.map +0 -1
  671. package/dist/public-api/v1/handlers/executions/executions.service.d.ts +0 -14
  672. package/dist/public-api/v1/handlers/executions/executions.service.js +0 -49
  673. package/dist/public-api/v1/handlers/executions/executions.service.js.map +0 -1
  674. package/dist/public-api/v1/handlers/workflows/workflows.service.d.ts +0 -13
  675. package/dist/public-api/v1/handlers/workflows/workflows.service.js +0 -98
  676. package/dist/public-api/v1/handlers/workflows/workflows.service.js.map +0 -1
  677. /package/dist/modules/agents/integrations/platforms/{slack-bridge-behavior.js → slack/slack-bridge-behavior.js} +0 -0
@@ -45,6 +45,8 @@ tags:
45
45
  description: Beta — breaking changes may still occur without major version bump.
46
46
  - name: Projects
47
47
  description: Operations about projects
48
+ - name: Role
49
+ description: Operations about roles
48
50
  - name: SecurityPolicy
49
51
  description: Operations about the instance security policy settings
50
52
  - name: SettingsLdap
@@ -924,12 +926,12 @@ paths:
924
926
  type: string
925
927
  format: date-time
926
928
  description: Only stop executions that started after this time.
927
- example: '2024-01-01T00:00:00.000Z'
929
+ example: 2024-01-01T00:00:00.000Z
928
930
  startedBefore:
929
931
  type: string
930
932
  format: date-time
931
933
  description: Only stop executions that started before this time.
932
- example: '2024-12-31T23:59:59.999Z'
934
+ example: 2024-12-31T23:59:59.999Z
933
935
  responses:
934
936
  '200':
935
937
  description: Operation successful.
@@ -1029,23 +1031,57 @@ paths:
1029
1031
  $ref: '#/components/responses/conflict'
1030
1032
  get:
1031
1033
  operationId: getTags
1032
- x-required-scope: tag:list
1033
1034
  tags:
1034
1035
  - Tags
1035
1036
  summary: Retrieve all tags
1036
1037
  description: Retrieve all tags from your instance.
1038
+ x-required-scope: tag:list
1037
1039
  parameters:
1038
1040
  - $ref: '#/components/parameters/limit'
1039
1041
  - $ref: '#/components/parameters/cursor'
1042
+ x-eov-operation-id: unreachable
1043
+ x-eov-operation-handler: v1/handlers/decorator-routed.handler
1044
+ x-decorator-routed: true
1040
1045
  responses:
1041
1046
  '200':
1042
1047
  description: Operation successful.
1043
1048
  content:
1044
1049
  application/json:
1045
1050
  schema:
1046
- $ref: '#/components/schemas/tagList'
1051
+ type: object
1052
+ properties:
1053
+ data:
1054
+ type: array
1055
+ items:
1056
+ type: object
1057
+ properties:
1058
+ id:
1059
+ type: string
1060
+ name:
1061
+ type: string
1062
+ createdAt:
1063
+ type: string
1064
+ format: date-time
1065
+ updatedAt:
1066
+ type: string
1067
+ format: date-time
1068
+ required:
1069
+ - id
1070
+ - name
1071
+ - createdAt
1072
+ - updatedAt
1073
+ nextCursor:
1074
+ type: string
1075
+ nullable: true
1076
+ required:
1077
+ - data
1078
+ - nextCursor
1079
+ '400':
1080
+ $ref: '#/components/responses/badRequest'
1047
1081
  '401':
1048
1082
  $ref: '#/components/responses/unauthorized'
1083
+ '403':
1084
+ $ref: '#/components/responses/forbidden'
1049
1085
  /tags/{id}:
1050
1086
  get:
1051
1087
  x-eov-operation-id: getTag
@@ -1211,34 +1247,6 @@ paths:
1211
1247
  '401':
1212
1248
  $ref: '#/components/responses/unauthorized'
1213
1249
  /workflows/{id}:
1214
- get:
1215
- x-eov-operation-id: getWorkflow
1216
- x-required-scope: workflow:read
1217
- x-eov-operation-handler: v1/handlers/workflows/workflows.handler
1218
- tags:
1219
- - Workflow
1220
- summary: Retrieve a workflow
1221
- description: Retrieve a workflow.
1222
- parameters:
1223
- - name: excludePinnedData
1224
- in: query
1225
- required: false
1226
- description: Set this to avoid retrieving pinned data
1227
- schema:
1228
- type: boolean
1229
- example: true
1230
- - $ref: '#/components/parameters/workflowId'
1231
- responses:
1232
- '200':
1233
- description: Operation successful.
1234
- content:
1235
- application/json:
1236
- schema:
1237
- $ref: '#/components/schemas/workflow'
1238
- '401':
1239
- $ref: '#/components/responses/unauthorized'
1240
- '404':
1241
- $ref: '#/components/responses/notFound'
1242
1250
  delete:
1243
1251
  x-eov-operation-id: deleteWorkflow
1244
1252
  x-required-scope: workflow:delete
@@ -1267,9 +1275,16 @@ paths:
1267
1275
  tags:
1268
1276
  - Workflow
1269
1277
  summary: Update a workflow
1270
- description: Update a workflow. If the workflow is published, the updated version will be automatically re-published.
1278
+ description: Update a workflow. If the workflow is published, the updated version will be automatically re-published unless `publishIfActive` is set to `false`.
1271
1279
  parameters:
1272
1280
  - $ref: '#/components/parameters/workflowId'
1281
+ - name: publishIfActive
1282
+ in: query
1283
+ required: false
1284
+ description: Whether to publish the update if the workflow is currently published. Set to `false` to save the change as a draft on the existing published version instead of releasing it. Has no effect on a workflow that isn't currently published.
1285
+ schema:
1286
+ type: boolean
1287
+ default: true
1273
1288
  requestBody:
1274
1289
  description: Updated workflow object.
1275
1290
  content:
@@ -1296,32 +1311,6 @@ paths:
1296
1311
  application/json:
1297
1312
  schema:
1298
1313
  $ref: '#/components/schemas/workflowPublishBlockedError'
1299
- /workflows/{id}/history:
1300
- get:
1301
- operationId: getWorkflowHistory
1302
- x-required-scope: workflow:read
1303
- tags:
1304
- - Workflow
1305
- summary: Retrieve workflow version history
1306
- description: Returns a paginated list of workflow versions (version IDs and metadata) for a workflow.
1307
- parameters:
1308
- - $ref: '#/components/parameters/workflowId'
1309
- - $ref: '#/components/parameters/limit'
1310
- - $ref: '#/components/parameters/offset'
1311
- - $ref: '#/components/parameters/cursor'
1312
- responses:
1313
- '200':
1314
- description: Operation successful.
1315
- content:
1316
- application/json:
1317
- schema:
1318
- $ref: '#/components/schemas/workflowVersionHistoryList'
1319
- '400':
1320
- $ref: '#/components/responses/badRequest'
1321
- '401':
1322
- $ref: '#/components/responses/unauthorized'
1323
- '404':
1324
- $ref: '#/components/responses/notFound'
1325
1314
  /workflows/{id}/{versionId}:
1326
1315
  get:
1327
1316
  x-eov-operation-id: getWorkflowVersion
@@ -3483,8 +3472,8 @@ paths:
3483
3472
  Imports a gzip-compressed tar package (`.n8np`) into the target project. Send the
3484
3473
  archive as the multipart field `package`. Optional routing uses form fields
3485
3474
  `projectId` and `folderId` (omit or send empty for defaults). Every optional
3486
- mode/policy field (credential, workflow, folder, data table, variable, and tag)
3487
- takes its default when omitted. The required
3475
+ mode/policy field (credential, workflow, project, folder, data table, variable,
3476
+ and tag) takes its default when omitted. The required
3488
3477
  `workflowConflictPolicy` field controls what happens when a package workflow
3489
3478
  matches an existing workflow by source id in the target project. Maximum upload
3490
3479
  size is `N8N_ENDPOINTS_PAYLOAD_SIZE_MAX` MB (default 16).
@@ -3575,6 +3564,15 @@ paths:
3575
3564
  default: preserve-published-state
3576
3565
  description: |
3577
3566
  Controls whether imported workflows are published after content is written. `preserve-published-state` keeps new workflows inactive and republishes an updated workflow only when it was already published and the package workflow is published too, so drafts are never published. `match-source` follows the package workflow's published flag. `publish-all` publishes every imported workflow. `unpublish-all` leaves new workflows inactive and unpublishes updated workflows that were published.
3567
+ projectConflictPolicy:
3568
+ type: string
3569
+ enum:
3570
+ - merge
3571
+ - fail
3572
+ - overwrite
3573
+ default: merge
3574
+ description: |
3575
+ What to do when a project the package defines already exists here (matched by id), and — unless `folderConflictPolicy` overrides it — how its contents are treated. `merge` (default) leaves the existing project's name, description, icon and custom span attributes untouched and adds the package's contents alongside. `overwrite` replaces those details with the package's; a detail the package omits is left as it is, not cleared. `fail` rejects the import before anything is written, with one `project-conflict` issue per existing project. A package project id belonging to a personal project, or to a team project the caller cannot update, always rejects the import. Ignored for workflow packages.
3578
3576
  folderConflictPolicy:
3579
3577
  type: string
3580
3578
  enum:
@@ -3613,16 +3611,26 @@ paths:
3613
3611
  - do-nothing
3614
3612
  - must-preexist
3615
3613
  - create-stub
3616
- default: do-nothing
3614
+ - create-with-value
3615
+ default: create-with-value
3617
3616
  description: |
3618
- Controls what happens when a variable referenced by the package's workflows is absent from the target project and the global scope (lookup order: project, then global). `do-nothing` (default) imports the workflows without creating the missing variable and lists its name under `variables.missing`. `must-preexist` rejects the import unless every referenced variable already resolves. `create-stub` creates each missing variable with an empty value at the placement scope (see `variableParentPolicy`) and lists the created names under `variables.stubbed`. Any `create-stub` import that has variable requirements needs an API key carrying the `variable:create` scope (owner/admin keys only) this applies to project placement too, not only `variableParentPolicy=global`.
3617
+ Controls what happens when a variable referenced by the package's workflows is absent from the target project and the global scope (lookup order: project, then global). `create-with-value` (default) creates the variable with its package value and lists its name under `variables.created`. When the package carries no value for it — values were excluded at export, or the exported value was itself empty — it creates an empty stub listed under `variables.stubbed`. `do-nothing` imports without creating the variable and lists its name under `variables.missing`. `must-preexist` rejects the import unless every referenced variable already resolves. `create-stub` creates each missing variable with an empty value at the placement scope (see `variableParentPolicy`) and lists the created names under `variables.stubbed`. An import that actually creates a variable requires a license that permits variables and, for API key callers, the `variable:create` scope; a package whose variables all already resolve creates nothing and needs neither.
3618
+ variableConflictPolicy:
3619
+ type: string
3620
+ enum:
3621
+ - keep-existing
3622
+ - overwrite
3623
+ - fail
3624
+ default: keep-existing
3625
+ description: |
3626
+ What to do when a referenced variable resolves in the target project or global scope but the package bundles a *different* value for it. `keep-existing` (default) leaves the target value untouched and reports the name under `variables.matched`. `overwrite` silently replaces the value of the existing variable at whichever scope it was found — the target project or the global scope, so a global variable other projects also read can be rewritten by this import — and reports the name under `variables.updated`; it needs a license that permits variables, the `variable:update` / `projectVariable:update` permission on that scope, and, for API key callers, the `variable:update` scope. `fail` rejects the import with a 409 instead. Every policy leaves a resolved variable alone when there is nothing to change — either the package bundles no value for it (values were excluded at export, or the exported value was itself empty), or the value it bundles already matches the target's. The reverse does not hold: a resolved variable holding an empty value — a stub an earlier import created, say — still counts as a value, so `overwrite` fills it and `fail` rejects it. Under `overwrite`, a project package whose projects hold *different* values for a name they all resolve to one row — a global none of them shadows, typically — is rejected with a 409: one row cannot carry both values, and the import will not pick for you. Give the projects their own variables in the target, or import them separately.
3619
3627
  variableParentPolicy:
3620
3628
  type: string
3621
3629
  enum:
3622
3630
  - project
3623
3631
  - global
3624
3632
  description: |
3625
- Where `create-stub` creates missing variables for workflow/folder packages. `project` — also the behaviour when the field is omitted — creates them in the import target project (`projectId`, else the caller's personal project). `global` creates them at the global scope. The `variable:create` API key scope requirement described under `variableMissingMode` applies to both placements. Must be omitted for project packages, which reject it with a 400: their placement follows the package layout, where a variable bundled under a project is created in that project and one bundled at the top level is created globally.
3633
+ Where `create-with-value` and `create-stub` create missing variables for workflow/folder packages. `project` — also the behaviour when the field is omitted — creates them in the import target project (`projectId`, else the caller's personal project). `global` creates them at the global scope. The license and `variable:create` requirements described under `variableMissingMode` apply to both placements. Must be omitted for project packages, which reject it with a 400: their placement follows the package layout, where a variable bundled under a project is created in that project and one bundled at the top level is created globally.
3626
3634
  tagMissingMode:
3627
3635
  type: string
3628
3636
  enum:
@@ -3639,7 +3647,7 @@ paths:
3639
3647
  - rename
3640
3648
  default: skip
3641
3649
  description: |
3642
- What to do when a referenced tag conflicts on the target instance — either the same-id target tag carries a different name (rename drift), or the tag's name is already held by a different tag (name collision). `skip` (default) drops the conflicted tags from the import (not created, not renamed, not attached anywhere; the import proceeds and lists them under `tags.skipped`). `fail` rejects the import with a 409. `rename` renames a drifted target tag to the package name and needs an API key carrying the `tag:update` scope when the import would rename a tag; a name collision — including a drifted tag whose package name is held by another tag still rejects the import (rename degrades to fail).
3650
+ What to do when a referenced tag conflicts on the target instance — either the same-id target tag carries a different name (rename drift), or the tag's name is already held by a different tag (name collision). `skip` (default) drops the conflicted tags from the import (not created, not renamed, not attached anywhere; the import proceeds and lists them under `tags.skipped`). `fail` rejects the import with a 409. `rename` renames a drifted target tag to the package name, and reconciles a name collision by re-keying the existing tag to the package (source) id — its name, workflow and folder taggings follow; both need an API key carrying the `tag:update` scope when the import would rename or reconcile a tag. A drifted tag whose package name is held by another tag still rejects the import (rename degrades to fail).
3643
3651
  responses:
3644
3652
  '200':
3645
3653
  description: Import succeeded; the listed workflows were written to the target project.
@@ -3779,7 +3787,7 @@ paths:
3779
3787
  projects:
3780
3788
  type: array
3781
3789
  description: |
3782
- Project shells created or matched-and-updated. Present for project packages; empty when importing loose workflows/folders.
3790
+ Project shells created, or matched and then updated or left as-is (see `projectConflictPolicy`). Present for project packages; empty when importing loose workflows/folders.
3783
3791
  items:
3784
3792
  type: object
3785
3793
  required:
@@ -3796,12 +3804,16 @@ paths:
3796
3804
  description: Project id on the target instance (equal to `sourceProjectId`; project ids are reused).
3797
3805
  name:
3798
3806
  type: string
3807
+ description: |
3808
+ The project's name on the target: the package's under `overwrite`, the pre-existing one under `merge`.
3799
3809
  status:
3800
3810
  type: string
3801
3811
  enum:
3802
3812
  - created
3803
3813
  - updated
3804
- description: Import outcome for this package project.
3814
+ - skipped
3815
+ description: |
3816
+ Import outcome for this package project. `skipped` means the project already existed and `projectConflictPolicy=merge` left its details untouched — its contents were still imported.
3805
3817
  credentials:
3806
3818
  type: object
3807
3819
  description: |
@@ -3825,30 +3837,44 @@ paths:
3825
3837
  variables:
3826
3838
  type: object
3827
3839
  description: |
3828
- Resolution of the package's variable requirements. Names only — values never travel in the response. For project packages these arrays are package-level unions of per-destination outcomes and may overlap (a name matched in one project and stubbed in another appears in both `matched` and `stubbed`); classification under concurrent external writes is best-effort.
3840
+ Resolution of the package's variable requirements. Names only — values never travel in the response. For project packages these arrays are package-level unions of per-destination outcomes and may overlap (for example, a name may be created with a value in one project and stubbed in another); classification under concurrent external writes is best-effort.
3829
3841
  required:
3830
3842
  - matched
3831
3843
  - missing
3844
+ - created
3832
3845
  - stubbed
3846
+ - updated
3833
3847
  properties:
3834
3848
  matched:
3835
3849
  type: array
3836
3850
  items:
3837
3851
  type: string
3838
3852
  description: |
3839
- Variable names that resolved to an existing variable (importing project's scope first, then global).
3853
+ Variable names that resolved to an existing variable (importing project's scope first, then global) and were left untouched. A resolved variable this import rewrote is listed under `updated` instead.
3840
3854
  missing:
3841
3855
  type: array
3842
3856
  items:
3843
3857
  type: string
3844
3858
  description: |
3845
- Variable names still unresolved after import. Under `variableMissingMode=do-nothing` these are warnings — the import still succeeds and nothing is created. A successful `create-stub` import normally leaves this empty.
3859
+ Variable names still unresolved after import. Under `variableMissingMode=do-nothing` these are warnings — the import still succeeds and nothing is created. A successful `create-stub` or `create-with-value` import normally leaves this empty.
3860
+ created:
3861
+ type: array
3862
+ items:
3863
+ type: string
3864
+ description: |
3865
+ Variable names created with a package value under `variableMissingMode=create-with-value`. Empty stubs are listed under `stubbed`.
3846
3866
  stubbed:
3847
3867
  type: array
3848
3868
  items:
3849
3869
  type: string
3850
3870
  description: |
3851
- Variable names created with an empty value by this import under `variableMissingMode=create-stub`. Empty for other modes.
3871
+ Variable names created with an empty value by this import under `variableMissingMode=create-stub`, or because `create-with-value` had no exported value. Empty for other outcomes.
3872
+ updated:
3873
+ type: array
3874
+ items:
3875
+ type: string
3876
+ description: |
3877
+ Variable names whose existing value this import replaced with the package value under `variableConflictPolicy=overwrite`. Empty for other policies.
3852
3878
  tags:
3853
3879
  type: object
3854
3880
  description: |
@@ -3857,6 +3883,7 @@ paths:
3857
3883
  - matched
3858
3884
  - created
3859
3885
  - renamed
3886
+ - reconciled
3860
3887
  - skipped
3861
3888
  properties:
3862
3889
  matched:
@@ -3877,6 +3904,12 @@ paths:
3877
3904
  type: string
3878
3905
  description: |
3879
3906
  Target tags renamed to the package name under `tagConflictPolicy=rename`; listed by their new name.
3907
+ reconciled:
3908
+ type: array
3909
+ items:
3910
+ type: string
3911
+ description: |
3912
+ Existing target tags re-keyed to the package (source) id on a name collision under `tagConflictPolicy=rename`; their name, workflow and folder taggings are kept.
3880
3913
  skipped:
3881
3914
  type: array
3882
3915
  items:
@@ -3911,7 +3944,7 @@ paths:
3911
3944
  $ref: '#/components/responses/notFound'
3912
3945
  '409':
3913
3946
  description: |
3914
- Import blocked by at least one conflict among the issues — a workflow source-id conflict, a folder conflict (id under a different parent, id owned by another project, or a `fail`-policy match), or a tag conflict (rename drift or name collision).
3947
+ Import blocked by at least one conflict among the issues — a workflow source-id conflict, a folder conflict (id under a different parent, id owned by another project, or a `fail`-policy match), a tag conflict (rename drift or name collision), a variable whose bundled value differs from the resolved target's under `variableConflictPolicy=fail`, or one row two projects of a package would overwrite with different values.
3915
3948
  content:
3916
3949
  application/json:
3917
3950
  schema:
@@ -4147,6 +4180,440 @@ paths:
4147
4180
  $ref: '#/components/responses/notFound'
4148
4181
  '409':
4149
4182
  $ref: '#/components/responses/conflict'
4183
+ /roles:
4184
+ post:
4185
+ operationId: createRole
4186
+ tags:
4187
+ - Role
4188
+ summary: Create a custom role
4189
+ description: Creates a custom role. Set `roleType` to `global` for an instance-wide role or `project` for a project role.
4190
+ x-required-scope: role:manage,role:manageProject
4191
+ x-eov-operation-id: unreachable
4192
+ x-eov-operation-handler: v1/handlers/decorator-routed.handler
4193
+ x-decorator-routed: true
4194
+ requestBody:
4195
+ content:
4196
+ application/json:
4197
+ schema:
4198
+ type: object
4199
+ properties:
4200
+ displayName:
4201
+ type: string
4202
+ minLength: 2
4203
+ maxLength: 100
4204
+ description:
4205
+ type: string
4206
+ maxLength: 500
4207
+ roleType:
4208
+ type: string
4209
+ enum:
4210
+ - project
4211
+ - global
4212
+ scopes:
4213
+ type: array
4214
+ items:
4215
+ type: string
4216
+ required:
4217
+ - displayName
4218
+ - roleType
4219
+ - scopes
4220
+ responses:
4221
+ '201':
4222
+ description: Operation successful.
4223
+ content:
4224
+ application/json:
4225
+ schema:
4226
+ type: object
4227
+ properties:
4228
+ slug:
4229
+ type: string
4230
+ displayName:
4231
+ type: string
4232
+ description:
4233
+ type: string
4234
+ nullable: true
4235
+ systemRole:
4236
+ type: boolean
4237
+ roleType:
4238
+ type: string
4239
+ enum:
4240
+ - project
4241
+ - global
4242
+ scopes:
4243
+ type: array
4244
+ items:
4245
+ type: string
4246
+ createdAt:
4247
+ type: string
4248
+ format: date-time
4249
+ updatedAt:
4250
+ type: string
4251
+ format: date-time
4252
+ required:
4253
+ - slug
4254
+ - displayName
4255
+ - description
4256
+ - systemRole
4257
+ - roleType
4258
+ - scopes
4259
+ - createdAt
4260
+ - updatedAt
4261
+ '400':
4262
+ $ref: '#/components/responses/badRequest'
4263
+ '401':
4264
+ $ref: '#/components/responses/unauthorized'
4265
+ '403':
4266
+ $ref: '#/components/responses/forbidden'
4267
+ /workflows/{workflowId}:
4268
+ get:
4269
+ operationId: getWorkflow
4270
+ tags:
4271
+ - Workflow
4272
+ summary: Retrieve a workflow
4273
+ description: Retrieve a workflow.
4274
+ x-required-scope: workflow:read
4275
+ x-eov-operation-id: unreachable
4276
+ x-eov-operation-handler: v1/handlers/decorator-routed.handler
4277
+ x-decorator-routed: true
4278
+ parameters:
4279
+ - schema:
4280
+ type: string
4281
+ required: true
4282
+ name: workflowId
4283
+ in: path
4284
+ - schema:
4285
+ type: string
4286
+ enum:
4287
+ - 'true'
4288
+ - 'false'
4289
+ default: 'false'
4290
+ required: false
4291
+ name: excludePinnedData
4292
+ in: query
4293
+ responses:
4294
+ '200':
4295
+ description: Operation successful.
4296
+ content:
4297
+ application/json:
4298
+ schema:
4299
+ type: object
4300
+ properties:
4301
+ id:
4302
+ type: string
4303
+ name:
4304
+ type: string
4305
+ description:
4306
+ type: string
4307
+ nullable: true
4308
+ active:
4309
+ type: boolean
4310
+ activeVersionId:
4311
+ type: string
4312
+ nullable: true
4313
+ createdAt:
4314
+ type: string
4315
+ format: date-time
4316
+ updatedAt:
4317
+ type: string
4318
+ format: date-time
4319
+ isArchived:
4320
+ type: boolean
4321
+ versionId:
4322
+ type: string
4323
+ versionCounter:
4324
+ type: number
4325
+ sourceWorkflowId:
4326
+ type: string
4327
+ nullable: true
4328
+ triggerCount:
4329
+ type: number
4330
+ nodes: {}
4331
+ connections: {}
4332
+ nodeGroups: {}
4333
+ settings:
4334
+ nullable: true
4335
+ staticData:
4336
+ nullable: true
4337
+ pinData:
4338
+ nullable: true
4339
+ meta:
4340
+ nullable: true
4341
+ tags:
4342
+ type: array
4343
+ items:
4344
+ type: object
4345
+ properties:
4346
+ id:
4347
+ type: string
4348
+ name:
4349
+ type: string
4350
+ createdAt:
4351
+ type: string
4352
+ format: date-time
4353
+ updatedAt:
4354
+ type: string
4355
+ format: date-time
4356
+ required:
4357
+ - id
4358
+ - name
4359
+ - createdAt
4360
+ - updatedAt
4361
+ shared:
4362
+ type: array
4363
+ items:
4364
+ type: object
4365
+ properties:
4366
+ role:
4367
+ type: string
4368
+ workflowId:
4369
+ type: string
4370
+ projectId:
4371
+ type: string
4372
+ project:
4373
+ type: object
4374
+ properties:
4375
+ id:
4376
+ type: string
4377
+ name:
4378
+ type: string
4379
+ type:
4380
+ type: string
4381
+ enum:
4382
+ - personal
4383
+ - team
4384
+ icon:
4385
+ type: object
4386
+ nullable: true
4387
+ properties:
4388
+ type:
4389
+ type: string
4390
+ enum:
4391
+ - emoji
4392
+ - icon
4393
+ value:
4394
+ type: string
4395
+ required:
4396
+ - type
4397
+ - value
4398
+ description:
4399
+ type: string
4400
+ nullable: true
4401
+ customTelemetryTags:
4402
+ type: array
4403
+ items:
4404
+ type: object
4405
+ properties:
4406
+ key:
4407
+ type: string
4408
+ value:
4409
+ type: string
4410
+ required:
4411
+ - key
4412
+ - value
4413
+ creatorId:
4414
+ type: string
4415
+ nullable: true
4416
+ createdAt:
4417
+ type: string
4418
+ format: date-time
4419
+ updatedAt:
4420
+ type: string
4421
+ format: date-time
4422
+ required:
4423
+ - id
4424
+ - name
4425
+ - type
4426
+ - icon
4427
+ - description
4428
+ - customTelemetryTags
4429
+ - creatorId
4430
+ - createdAt
4431
+ - updatedAt
4432
+ createdAt:
4433
+ type: string
4434
+ format: date-time
4435
+ updatedAt:
4436
+ type: string
4437
+ format: date-time
4438
+ required:
4439
+ - role
4440
+ - workflowId
4441
+ - projectId
4442
+ - project
4443
+ - createdAt
4444
+ - updatedAt
4445
+ activeVersion:
4446
+ type: object
4447
+ nullable: true
4448
+ properties:
4449
+ versionId:
4450
+ type: string
4451
+ workflowId:
4452
+ type: string
4453
+ nodes: {}
4454
+ connections: {}
4455
+ nodeGroups: {}
4456
+ authors:
4457
+ type: string
4458
+ name:
4459
+ type: string
4460
+ nullable: true
4461
+ description:
4462
+ type: string
4463
+ nullable: true
4464
+ autosaved:
4465
+ type: boolean
4466
+ createdAt:
4467
+ type: string
4468
+ format: date-time
4469
+ updatedAt:
4470
+ type: string
4471
+ format: date-time
4472
+ workflowPublishHistory:
4473
+ type: array
4474
+ items:
4475
+ type: object
4476
+ properties:
4477
+ id:
4478
+ type: number
4479
+ workflowId:
4480
+ type: string
4481
+ versionId:
4482
+ type: string
4483
+ nullable: true
4484
+ event:
4485
+ type: string
4486
+ enum:
4487
+ - activated
4488
+ - deactivated
4489
+ userId:
4490
+ type: string
4491
+ nullable: true
4492
+ createdAt:
4493
+ type: string
4494
+ format: date-time
4495
+ required:
4496
+ - id
4497
+ - workflowId
4498
+ - versionId
4499
+ - event
4500
+ - userId
4501
+ - createdAt
4502
+ required:
4503
+ - versionId
4504
+ - workflowId
4505
+ - nodes
4506
+ - connections
4507
+ - nodeGroups
4508
+ - authors
4509
+ - name
4510
+ - description
4511
+ - autosaved
4512
+ - createdAt
4513
+ - updatedAt
4514
+ - workflowPublishHistory
4515
+ required:
4516
+ - id
4517
+ - name
4518
+ - description
4519
+ - active
4520
+ - activeVersionId
4521
+ - createdAt
4522
+ - updatedAt
4523
+ - isArchived
4524
+ - versionId
4525
+ - versionCounter
4526
+ - sourceWorkflowId
4527
+ - triggerCount
4528
+ - nodes
4529
+ - connections
4530
+ - nodeGroups
4531
+ - settings
4532
+ - staticData
4533
+ - meta
4534
+ - shared
4535
+ - activeVersion
4536
+ '400':
4537
+ $ref: '#/components/responses/badRequest'
4538
+ '401':
4539
+ $ref: '#/components/responses/unauthorized'
4540
+ '403':
4541
+ $ref: '#/components/responses/forbidden'
4542
+ '404':
4543
+ $ref: '#/components/responses/notFound'
4544
+ /workflows/{workflowId}/history:
4545
+ get:
4546
+ operationId: getWorkflowHistory
4547
+ tags:
4548
+ - Workflow
4549
+ summary: Retrieve workflow version history
4550
+ description: Returns a paginated list of workflow versions (version IDs and metadata) for a workflow.
4551
+ x-required-scope: workflow:read
4552
+ parameters:
4553
+ - $ref: '#/components/parameters/offset'
4554
+ - $ref: '#/components/parameters/limit'
4555
+ - $ref: '#/components/parameters/cursor'
4556
+ - schema:
4557
+ type: string
4558
+ required: true
4559
+ name: workflowId
4560
+ in: path
4561
+ x-eov-operation-id: unreachable
4562
+ x-eov-operation-handler: v1/handlers/decorator-routed.handler
4563
+ x-decorator-routed: true
4564
+ responses:
4565
+ '200':
4566
+ description: Operation successful.
4567
+ content:
4568
+ application/json:
4569
+ schema:
4570
+ type: object
4571
+ properties:
4572
+ data:
4573
+ type: array
4574
+ items:
4575
+ type: object
4576
+ properties:
4577
+ versionId:
4578
+ type: string
4579
+ workflowId:
4580
+ type: string
4581
+ authors:
4582
+ type: string
4583
+ name:
4584
+ type: string
4585
+ nullable: true
4586
+ description:
4587
+ type: string
4588
+ nullable: true
4589
+ createdAt:
4590
+ type: string
4591
+ format: date-time
4592
+ updatedAt:
4593
+ type: string
4594
+ format: date-time
4595
+ required:
4596
+ - versionId
4597
+ - workflowId
4598
+ - authors
4599
+ - name
4600
+ - description
4601
+ - createdAt
4602
+ - updatedAt
4603
+ nextCursor:
4604
+ type: string
4605
+ nullable: true
4606
+ required:
4607
+ - data
4608
+ - nextCursor
4609
+ '400':
4610
+ $ref: '#/components/responses/badRequest'
4611
+ '401':
4612
+ $ref: '#/components/responses/unauthorized'
4613
+ '403':
4614
+ $ref: '#/components/responses/forbidden'
4615
+ '404':
4616
+ $ref: '#/components/responses/notFound'
4150
4617
  components:
4151
4618
  schemas:
4152
4619
  audit:
@@ -4483,12 +4950,12 @@ components:
4483
4950
  type: string
4484
4951
  format: date-time
4485
4952
  description: Timestamp when the synchronization started.
4486
- example: '2025-07-21T10:30:00Z'
4953
+ example: 2025-07-21T10:30:00Z
4487
4954
  endedAt:
4488
4955
  type: string
4489
4956
  format: date-time
4490
4957
  description: Timestamp when the synchronization completed.
4491
- example: '2025-07-21T10:35:00Z'
4958
+ example: 2025-07-21T10:35:00Z
4492
4959
  scanned:
4493
4960
  type: integer
4494
4961
  description: Number of LDAP entries scanned during synchronization.
@@ -4580,7 +5047,7 @@ components:
4580
5047
  floor:
4581
5048
  type: string
4582
5049
  enum:
4583
- - 'off'
5050
+ - off
4584
5051
  - production
4585
5052
  - all
4586
5053
  description: Minimum execution-data redaction level enforced across the instance.
@@ -4611,7 +5078,7 @@ components:
4611
5078
  floor:
4612
5079
  type: string
4613
5080
  enum:
4614
- - 'off'
5081
+ - off
4615
5082
  - production
4616
5083
  - all
4617
5084
  description: Minimum execution-data redaction level enforced across the instance.
@@ -5239,12 +5706,12 @@ components:
5239
5706
  type: string
5240
5707
  format: date-time
5241
5708
  readOnly: true
5242
- example: '2022-04-29T11:02:29.842Z'
5709
+ example: 2022-04-29T11:02:29.842Z
5243
5710
  updatedAt:
5244
5711
  type: string
5245
5712
  format: date-time
5246
5713
  readOnly: true
5247
- example: '2022-04-29T11:02:29.842Z'
5714
+ example: 2022-04-29T11:02:29.842Z
5248
5715
  credentialSharedItem:
5249
5716
  type: object
5250
5717
  required:
@@ -5325,12 +5792,12 @@ components:
5325
5792
  type: string
5326
5793
  format: date-time
5327
5794
  readOnly: true
5328
- example: '2022-04-29T11:02:29.842Z'
5795
+ example: 2022-04-29T11:02:29.842Z
5329
5796
  updatedAt:
5330
5797
  type: string
5331
5798
  format: date-time
5332
5799
  readOnly: true
5333
- example: '2022-04-29T11:02:29.842Z'
5800
+ example: 2022-04-29T11:02:29.842Z
5334
5801
  projectId:
5335
5802
  type: string
5336
5803
  description: Project to create the credential in. Defaults to the user's personal project.
@@ -5365,12 +5832,12 @@ components:
5365
5832
  type: string
5366
5833
  format: date-time
5367
5834
  readOnly: true
5368
- example: '2022-04-29T11:02:29.842Z'
5835
+ example: 2022-04-29T11:02:29.842Z
5369
5836
  updatedAt:
5370
5837
  type: string
5371
5838
  format: date-time
5372
5839
  readOnly: true
5373
- example: '2022-04-29T11:02:29.842Z'
5840
+ example: 2022-04-29T11:02:29.842Z
5374
5841
  update-credential-request:
5375
5842
  type: object
5376
5843
  properties:
@@ -5539,18 +6006,6 @@ components:
5539
6006
  id:
5540
6007
  type: string
5541
6008
  example: 2tUt1wbLX592XDdX
5542
- tagList:
5543
- type: object
5544
- properties:
5545
- data:
5546
- type: array
5547
- items:
5548
- $ref: '#/components/schemas/tag'
5549
- nextCursor:
5550
- type: string
5551
- description: Paginate through tags by setting the cursor parameter to a nextCursor attribute returned by a previous request. Default value fetches the first "page" of the collection.
5552
- nullable: true
5553
- example: MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDA
5554
6009
  node:
5555
6010
  type: object
5556
6011
  additionalProperties: false
@@ -5884,6 +6339,21 @@ components:
5884
6339
  readOnly: true
5885
6340
  description: Comma-separated list of author IDs who contributed to this version
5886
6341
  example: 1,2,3
6342
+ name:
6343
+ type: string
6344
+ nullable: true
6345
+ readOnly: true
6346
+ description: Optional name for this workflow version
6347
+ example: Production release
6348
+ description:
6349
+ type: string
6350
+ nullable: true
6351
+ readOnly: true
6352
+ description: Optional description for this workflow version
6353
+ autosaved:
6354
+ type: boolean
6355
+ readOnly: true
6356
+ description: Whether this version was created by autosave
5887
6357
  createdAt:
5888
6358
  type: string
5889
6359
  format: date-time
@@ -6128,63 +6598,6 @@ components:
6128
6598
  - changes_requested
6129
6599
  workflowReviewRequestId:
6130
6600
  type: string
6131
- workflowVersionListItem:
6132
- type: object
6133
- additionalProperties: false
6134
- required:
6135
- - versionId
6136
- - workflowId
6137
- - authors
6138
- properties:
6139
- versionId:
6140
- type: string
6141
- readOnly: true
6142
- description: The version ID of this workflow snapshot
6143
- example: abc123-def456
6144
- workflowId:
6145
- type: string
6146
- readOnly: true
6147
- description: The workflow ID this version belongs to
6148
- example: 2tUt1wbLX592XDdX
6149
- authors:
6150
- type: string
6151
- readOnly: true
6152
- description: Authors who created this version
6153
- example: John Doe
6154
- name:
6155
- type: string
6156
- nullable: true
6157
- description: Workflow name at this version
6158
- example: Workflow 1
6159
- description:
6160
- type: string
6161
- nullable: true
6162
- description: Workflow description at this version
6163
- createdAt:
6164
- type: string
6165
- format: date-time
6166
- readOnly: true
6167
- description: When this version was created
6168
- updatedAt:
6169
- type: string
6170
- format: date-time
6171
- readOnly: true
6172
- description: When this version was last updated
6173
- workflowVersionHistoryList:
6174
- type: object
6175
- required:
6176
- - data
6177
- - nextCursor
6178
- properties:
6179
- data:
6180
- type: array
6181
- items:
6182
- $ref: '#/components/schemas/workflowVersionListItem'
6183
- nextCursor:
6184
- type: string
6185
- description: Paginate through workflow versions by setting the cursor parameter to a nextCursor attribute returned by a previous request. Default value fetches the first "page" of the collection.
6186
- nullable: true
6187
- example: MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDA
6188
6601
  workflowVersion:
6189
6602
  type: object
6190
6603
  additionalProperties: false
@@ -7361,6 +7774,28 @@ components:
7361
7774
  description: Folder the import was requested to land in.
7362
7775
  name:
7363
7776
  type: string
7777
+ - type: object
7778
+ description: |
7779
+ A project defined by the package that already exists on this instance, under `projectConflictPolicy=fail`.
7780
+ required:
7781
+ - type
7782
+ - kind
7783
+ - sourceProjectId
7784
+ - name
7785
+ properties:
7786
+ type:
7787
+ type: string
7788
+ enum:
7789
+ - project-conflict
7790
+ kind:
7791
+ type: string
7792
+ enum:
7793
+ - fail-policy
7794
+ sourceProjectId:
7795
+ type: string
7796
+ name:
7797
+ type: string
7798
+ description: The project's name as it appears in the package.
7364
7799
  - type: object
7365
7800
  description: |
7366
7801
  A package folder that cannot be imported as-is. `kind` distinguishes the cause: `parent-mismatch` (a folder matched by id sits under a different parent than the package places it), `id-in-other-project` (the folder id already exists in a different project — ids are globally unique), or `fail-policy` (the folder already exists and `folderConflictPolicy` is `fail`).
@@ -7387,7 +7822,7 @@ components:
7387
7822
  existingParentFolderId:
7388
7823
  type: string
7389
7824
  nullable: true
7390
- description: 'For `parent-mismatch`: the matched folder''s current parent in the target.'
7825
+ description: "For `parent-mismatch`: the matched folder's current parent in the target."
7391
7826
  expectedParentFolderId:
7392
7827
  type: string
7393
7828
  nullable: true
@@ -7458,7 +7893,7 @@ components:
7458
7893
  type: string
7459
7894
  - type: object
7460
7895
  description: |
7461
- A tag referenced by the package's workflows that could not be resolved on the target instance. `kind` distinguishes the cause: `rename-drift` (the same-id target tag carries a different name — under `tagConflictPolicy=fail`, or `rename` when the package name is held by another tag), `name-collision` (the id is free but the name belongs to a different tag, under `tagMissingMode=create` with `tagConflictPolicy=fail` or `rename`), `invalid-name` / `invalid-id` (the package tag's name or id cannot be written on this instance), or `permission-denied` (the importing user lacks the global `tag:create` / `tag:update` scope the plan needs).
7896
+ A tag referenced by the package's workflows that could not be resolved on the target instance. `kind` distinguishes the cause: `rename-drift` (the same-id target tag carries a different name — under `tagConflictPolicy=fail`, or `rename` when the package name is held by another tag), `name-collision` (the id is free but the name belongs to a different tag under `tagMissingMode=create` with `tagConflictPolicy=fail`; also raised when two package tags collide with each other, or when the target tag a reconcile would re-key is claimed by another package tag), `invalid-name` / `invalid-id` (the package tag's name or id cannot be written on this instance), or `permission-denied` (the importing user lacks the global `tag:create` / `tag:update` scope the plan needs).
7462
7897
  required:
7463
7898
  - type
7464
7899
  - kind
@@ -7491,7 +7926,7 @@ components:
7491
7926
  existingTagId:
7492
7927
  type: string
7493
7928
  description: |
7494
- Id of the different target tag currently holding the wanted name, when one exists. Absent when two package tags collide with each other rather than with a target tag.
7929
+ Id of the contested target tag — the different tag currently holding the wanted name, or the target tag a blocked reconcile would re-key. Absent when two package tags collide with each other rather than over a target tag.
7495
7930
  existingName:
7496
7931
  type: string
7497
7932
  description: 'For `rename-drift`: the current name of the same-id target tag.'
@@ -7499,7 +7934,8 @@ components:
7499
7934
  type: array
7500
7935
  items:
7501
7936
  type: string
7502
- description: Package workflow ids (non-skipped) that reference the tag.
7937
+ description: |
7938
+ Package workflow ids (non-skipped) that reference the source tag — not workflows attached to the contested target tag.
7503
7939
  - type: object
7504
7940
  description: |
7505
7941
  A variable reference that could not be resolved in the target project or the global scope, under `variableMissingMode=must-preexist`.
@@ -7521,7 +7957,30 @@ components:
7521
7957
  type: string
7522
7958
  - type: object
7523
7959
  description: |
7524
- Creating the package's variable stubs under `variableMissingMode=create-stub` would exceed the instance variable quota (`quota:maxVariables`). Reported once for the whole import; nothing is created.
7960
+ A variable that resolved in the target project or the global scope, but whose value differs from the one the package bundles for it, under `variableConflictPolicy=fail`. Also reported under `overwrite`, once per scope, when the projects of a package resolve one row and disagree about the value it should hold. Values are never reported — only the name and the scope the variable was found in.
7961
+ required:
7962
+ - type
7963
+ - name
7964
+ - usedByWorkflows
7965
+ properties:
7966
+ type:
7967
+ type: string
7968
+ enum:
7969
+ - variable-conflict
7970
+ name:
7971
+ type: string
7972
+ description: Name of the variable whose value differs.
7973
+ projectId:
7974
+ type: string
7975
+ description: |
7976
+ Project owning the resolved variable. Absent when it resolved at the global scope.
7977
+ usedByWorkflows:
7978
+ type: array
7979
+ items:
7980
+ type: string
7981
+ - type: object
7982
+ description: |
7983
+ Creating the package's variables under `create-stub` or `create-with-value` would exceed the instance variable quota (`quota:maxVariables`). Reported once for the whole import; nothing is created.
7525
7984
  required:
7526
7985
  - type
7527
7986
  - limit
@@ -8019,16 +8478,6 @@ components:
8019
8478
  required: true
8020
8479
  schema:
8021
8480
  type: string
8022
- offset:
8023
- name: offset
8024
- in: query
8025
- description: The number of items to skip before starting to collect the result set.
8026
- required: false
8027
- schema:
8028
- type: number
8029
- example: 0
8030
- default: 0
8031
- minimum: 0
8032
8481
  testRunWorkflowId:
8033
8482
  name: id
8034
8483
  in: path
@@ -8043,6 +8492,16 @@ components:
8043
8492
  required: true
8044
8493
  schema:
8045
8494
  type: string
8495
+ offset:
8496
+ name: offset
8497
+ in: query
8498
+ description: The number of items to skip before starting to collect the result set.
8499
+ required: false
8500
+ schema:
8501
+ type: number
8502
+ example: 0
8503
+ default: 0
8504
+ minimum: 0
8046
8505
  includeRole:
8047
8506
  name: includeRole
8048
8507
  in: query