@n8n/api-types 1.31.2 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (370) hide show
  1. package/dist/agent-builder-interactive.d.ts +7 -11
  2. package/dist/agent-builder-interactive.js +1 -10
  3. package/dist/agent-builder-interactive.js.map +1 -1
  4. package/dist/agent-builder-tool-node-types.d.ts +1 -1
  5. package/dist/agent-builder-tool-node-types.js +1 -0
  6. package/dist/agent-builder-tool-node-types.js.map +1 -1
  7. package/dist/agent-sse.d.ts +0 -7
  8. package/dist/agents/agent-config-validation.schema.d.ts +127 -0
  9. package/dist/agents/agent-config-validation.schema.js +38 -0
  10. package/dist/agents/agent-config-validation.schema.js.map +1 -0
  11. package/dist/agents/agent-files.constants.d.ts +1 -1
  12. package/dist/agents/agent-files.constants.js.map +1 -1
  13. package/dist/agents/agent-integration.schema.d.ts +1 -1
  14. package/dist/agents/agent-integration.schema.js.map +1 -1
  15. package/dist/agents/agent-interaction.schema.d.ts +27 -26
  16. package/dist/agents/agent-interaction.schema.js +8 -2
  17. package/dist/agents/agent-interaction.schema.js.map +1 -1
  18. package/dist/agents/agent-json-config.schema.d.ts +1342 -1251
  19. package/dist/agents/agent-json-config.schema.js +36 -33
  20. package/dist/agents/agent-json-config.schema.js.map +1 -1
  21. package/dist/agents/agent-skill.schema.d.ts +99 -0
  22. package/dist/agents/agent-skill.schema.js +79 -0
  23. package/dist/agents/agent-skill.schema.js.map +1 -0
  24. package/dist/agents/agent-task.schema.js.map +1 -1
  25. package/dist/agents/dto.d.ts +71 -146
  26. package/dist/agents/dto.js +12 -87
  27. package/dist/agents/dto.js.map +1 -1
  28. package/dist/agents/index.d.ts +4 -1
  29. package/dist/agents/index.js +4 -2
  30. package/dist/agents/index.js.map +1 -1
  31. package/dist/agents/inline-agent-config.schema.d.ts +4007 -0
  32. package/dist/agents/inline-agent-config.schema.js +76 -0
  33. package/dist/agents/inline-agent-config.schema.js.map +1 -0
  34. package/dist/agents/model-providers.d.ts +1 -1
  35. package/dist/agents/model-providers.js.map +1 -1
  36. package/dist/agents/provider-capabilities.d.ts +12 -12
  37. package/dist/agents/provider-capabilities.js.map +1 -1
  38. package/dist/agents/rich-card.schema.d.ts +298 -298
  39. package/dist/agents/rich-card.schema.js.map +1 -1
  40. package/dist/agents/sanitize-agent-json-config.d.ts +1 -0
  41. package/dist/agents/sanitize-agent-json-config.js +10 -0
  42. package/dist/agents/sanitize-agent-json-config.js.map +1 -1
  43. package/dist/agents/types.d.ts +19 -27
  44. package/dist/agents/types.js +1 -6
  45. package/dist/agents/types.js.map +1 -1
  46. package/dist/build.tsbuildinfo +1 -1
  47. package/dist/chat-hub.d.ts +162 -162
  48. package/dist/chat-hub.js.map +1 -1
  49. package/dist/constants/proxy-feature.d.ts +1 -1
  50. package/dist/constants/proxy-feature.js.map +1 -1
  51. package/dist/dto/ai/ai-apply-suggestion-request.dto.js.map +1 -1
  52. package/dist/dto/ai/ai-ask-request.dto.d.ts +10 -10
  53. package/dist/dto/ai/ai-ask-request.dto.js.map +1 -1
  54. package/dist/dto/ai/ai-build-request.dto.d.ts +13 -13
  55. package/dist/dto/ai/ai-build-request.dto.js.map +1 -1
  56. package/dist/dto/ai/ai-chat-request.dto.js.map +1 -1
  57. package/dist/dto/ai/ai-clear-session-request.dto.js.map +1 -1
  58. package/dist/dto/ai/ai-free-credits-request.dto.js.map +1 -1
  59. package/dist/dto/ai/ai-gateway-config-response.dto.js.map +1 -1
  60. package/dist/dto/ai/ai-gateway-usage-response.dto.d.ts +1 -1
  61. package/dist/dto/ai/ai-gateway-usage-response.dto.js.map +1 -1
  62. package/dist/dto/ai/ai-session-retrieval-request.dto.js.map +1 -1
  63. package/dist/dto/ai/ai-truncate-messages-request.dto.d.ts +1 -1
  64. package/dist/dto/ai/ai-truncate-messages-request.dto.js.map +1 -1
  65. package/dist/dto/ai/ai-usage-settings-request.dto.js.map +1 -1
  66. package/dist/dto/api-keys/create-api-key-request.dto.js.map +1 -1
  67. package/dist/dto/api-keys/list-api-keys-query.dto.d.ts +5 -5
  68. package/dist/dto/api-keys/list-api-keys-query.dto.js.map +1 -1
  69. package/dist/dto/api-keys/update-api-key-request.dto.js.map +1 -1
  70. package/dist/dto/auth/embed-login-body.dto.js.map +1 -1
  71. package/dist/dto/auth/embed-login-query.dto.js.map +1 -1
  72. package/dist/dto/auth/login-request.dto.js.map +1 -1
  73. package/dist/dto/auth/resolve-signup-token-query.dto.js.map +1 -1
  74. package/dist/dto/binary-data/binary-data-query.dto.d.ts +2 -2
  75. package/dist/dto/binary-data/binary-data-query.dto.js.map +1 -1
  76. package/dist/dto/binary-data/binary-data-signed-query.dto.js.map +1 -1
  77. package/dist/dto/breaking-changes/breaking-change-report-query.dto.js.map +1 -1
  78. package/dist/dto/credential-resolver/create-credential-resolver.dto.d.ts +1 -1
  79. package/dist/dto/credential-resolver/create-credential-resolver.dto.js.map +1 -1
  80. package/dist/dto/credential-resolver/list-credential-resolvers-query.dto.d.ts +1 -1
  81. package/dist/dto/credential-resolver/list-credential-resolvers-query.dto.js.map +1 -1
  82. package/dist/dto/credential-resolver/update-credential-resolver.dto.js.map +1 -1
  83. package/dist/dto/credentials/create-credential.dto.d.ts +1 -1
  84. package/dist/dto/credentials/create-credential.dto.js.map +1 -1
  85. package/dist/dto/credentials/credentials-get-many-request.dto.d.ts +6 -6
  86. package/dist/dto/credentials/credentials-get-many-request.dto.js.map +1 -1
  87. package/dist/dto/credentials/credentials-get-one-request.dto.d.ts +1 -1
  88. package/dist/dto/credentials/credentials-get-one-request.dto.js.map +1 -1
  89. package/dist/dto/credentials/generate-credential-name.dto.js.map +1 -1
  90. package/dist/dto/data-table/add-data-table-column.dto.d.ts +1 -1
  91. package/dist/dto/data-table/add-data-table-column.dto.js.map +1 -1
  92. package/dist/dto/data-table/add-data-table-rows.dto.d.ts +1 -1
  93. package/dist/dto/data-table/add-data-table-rows.dto.js.map +1 -1
  94. package/dist/dto/data-table/create-data-table-column.dto.d.ts +1 -1
  95. package/dist/dto/data-table/create-data-table-column.dto.js.map +1 -1
  96. package/dist/dto/data-table/create-data-table.dto.d.ts +3 -3
  97. package/dist/dto/data-table/create-data-table.dto.js.map +1 -1
  98. package/dist/dto/data-table/delete-data-table-rows.dto.d.ts +4 -4
  99. package/dist/dto/data-table/delete-data-table-rows.dto.js.map +1 -1
  100. package/dist/dto/data-table/download-data-table-csv-query.dto.js.map +1 -1
  101. package/dist/dto/data-table/import-csv-to-data-table.dto.js.map +1 -1
  102. package/dist/dto/data-table/list-data-table-content-query.dto.d.ts +10 -10
  103. package/dist/dto/data-table/list-data-table-content-query.dto.js.map +1 -1
  104. package/dist/dto/data-table/list-data-table-query.dto.d.ts +8 -8
  105. package/dist/dto/data-table/list-data-table-query.dto.js.map +1 -1
  106. package/dist/dto/data-table/move-data-table-column.dto.js.map +1 -1
  107. package/dist/dto/data-table/public-api-create-data-table.dto.d.ts +4 -4
  108. package/dist/dto/data-table/public-api-create-data-table.dto.js.map +1 -1
  109. package/dist/dto/data-table/rename-data-table-column.dto.js.map +1 -1
  110. package/dist/dto/data-table/update-data-table-column.dto.d.ts +2 -2
  111. package/dist/dto/data-table/update-data-table-row.dto.d.ts +14 -14
  112. package/dist/dto/data-table/update-data-table-row.dto.js.map +1 -1
  113. package/dist/dto/data-table/update-data-table.dto.js.map +1 -1
  114. package/dist/dto/data-table/upsert-data-table-row.dto.d.ts +14 -14
  115. package/dist/dto/data-table/upsert-data-table-row.dto.js.map +1 -1
  116. package/dist/dto/dynamic-node-parameters/action-result-request.dto.d.ts +2 -2
  117. package/dist/dto/dynamic-node-parameters/action-result-request.dto.js.map +1 -1
  118. package/dist/dto/dynamic-node-parameters/base-dynamic-parameters-request.dto.d.ts +2 -2
  119. package/dist/dto/dynamic-node-parameters/base-dynamic-parameters-request.dto.js.map +1 -1
  120. package/dist/dto/dynamic-node-parameters/options-request.dto.d.ts +2 -2
  121. package/dist/dto/dynamic-node-parameters/options-request.dto.js.map +1 -1
  122. package/dist/dto/dynamic-node-parameters/resource-locator-request.dto.d.ts +2 -2
  123. package/dist/dto/dynamic-node-parameters/resource-locator-request.dto.js.map +1 -1
  124. package/dist/dto/dynamic-node-parameters/resource-mapper-fields-request.dto.d.ts +2 -2
  125. package/dist/dto/dynamic-node-parameters/resource-mapper-fields-request.dto.js.map +1 -1
  126. package/dist/dto/encryption/create-encryption-key.dto.js.map +1 -1
  127. package/dist/dto/encryption/list-encryption-keys-query.dto.d.ts +4 -4
  128. package/dist/dto/encryption/list-encryption-keys-query.dto.js.map +1 -1
  129. package/dist/dto/evaluations/dataset-row.dto.d.ts +6 -6
  130. package/dist/dto/evaluations/dataset-row.dto.js.map +1 -1
  131. package/dist/dto/evaluations/evaluation-config.dto.d.ts +110 -110
  132. package/dist/dto/evaluations/evaluation-config.dto.js +2 -1
  133. package/dist/dto/evaluations/evaluation-config.dto.js.map +1 -1
  134. package/dist/dto/evaluations/evaluation-error-code.d.ts +24 -24
  135. package/dist/dto/evaluations/index.d.ts +1 -0
  136. package/dist/dto/evaluations/index.js +1 -0
  137. package/dist/dto/evaluations/index.js.map +1 -1
  138. package/dist/dto/evaluations/llm-judge-providers.d.ts +11 -0
  139. package/dist/dto/evaluations/llm-judge-providers.js +103 -0
  140. package/dist/dto/evaluations/llm-judge-providers.js.map +1 -0
  141. package/dist/dto/evaluations/public-api-test-run.dto.d.ts +9 -0
  142. package/dist/dto/executions/execution-redaction-query.dto.d.ts +3 -3
  143. package/dist/dto/folders/create-folder.dto.js.map +1 -1
  144. package/dist/dto/folders/delete-folder.dto.js.map +1 -1
  145. package/dist/dto/folders/list-folder-query.dto.d.ts +9 -9
  146. package/dist/dto/folders/list-folder-query.dto.js.map +1 -1
  147. package/dist/dto/folders/transfer-folder.dto.d.ts +1 -1
  148. package/dist/dto/folders/transfer-folder.dto.js.map +1 -1
  149. package/dist/dto/folders/update-folder.dto.d.ts +1 -1
  150. package/dist/dto/folders/update-folder.dto.js.map +1 -1
  151. package/dist/dto/index.d.ts +7 -2
  152. package/dist/dto/index.js +20 -4
  153. package/dist/dto/index.js.map +1 -1
  154. package/dist/dto/insights/date-filter.dto.d.ts +1 -1
  155. package/dist/dto/insights/date-filter.dto.js.map +1 -1
  156. package/dist/dto/insights/list-workflow-query.dto.d.ts +3 -3
  157. package/dist/dto/insights/list-workflow-query.dto.js.map +1 -1
  158. package/dist/dto/instance-ai/instance-ai-confirm-request.dto.d.ts +8 -8
  159. package/dist/dto/instance-ai/instance-ai-feedback-request.dto.d.ts +1 -1
  160. package/dist/dto/instance-ai/instance-ai-feedback-request.dto.js.map +1 -1
  161. package/dist/dto/instance-ai/instance-ai-mcp-create-connection-request.dto.d.ts +1 -1
  162. package/dist/dto/instance-ai/instance-ai-mcp-create-connection-request.dto.js.map +1 -1
  163. package/dist/dto/instance-ai/instance-ai-mcp-update-connection-request.dto.d.ts +1 -1
  164. package/dist/dto/instance-ai/instance-ai-mcp-update-connection-request.dto.js.map +1 -1
  165. package/dist/dto/instance-ai/instance-ai-rename-thread-request.dto.js.map +1 -1
  166. package/dist/dto/instance-ai-examples/instance-ai-examples-query.dto.d.ts +2 -2
  167. package/dist/dto/instance-ai-examples/instance-ai-examples-query.dto.js.map +1 -1
  168. package/dist/dto/instance-version-history/version-query.dto.d.ts +1 -1
  169. package/dist/dto/instance-version-history/version-query.dto.js.map +1 -1
  170. package/dist/dto/instance-version-history/version-since-date-query.dto.js.map +1 -1
  171. package/dist/dto/invitation/accept-invitation-request.dto.d.ts +1 -1
  172. package/dist/dto/invitation/accept-invitation-request.dto.js.map +1 -1
  173. package/dist/dto/invitation/invite-users-request.dto.d.ts +2 -2
  174. package/dist/dto/invitation/invite-users-request.dto.js.map +1 -1
  175. package/dist/dto/license/community-registered-request.dto.js.map +1 -1
  176. package/dist/dto/log-streaming/create-destination.dto.d.ts +126 -126
  177. package/dist/dto/log-streaming/delete-destination-query.dto.js.map +1 -1
  178. package/dist/dto/log-streaming/get-destination-query.dto.js.map +1 -1
  179. package/dist/dto/log-streaming/public-destination.dto.d.ts +881 -0
  180. package/dist/dto/log-streaming/public-destination.dto.js +53 -0
  181. package/dist/dto/log-streaming/public-destination.dto.js.map +1 -0
  182. package/dist/dto/log-streaming/test-destination-query.dto.js.map +1 -1
  183. package/dist/dto/node-types/get-node-types-by-identifier.dto.js.map +1 -1
  184. package/dist/dto/oauth/oauth-client.dto.d.ts +142 -10
  185. package/dist/dto/oauth/oauth-client.dto.js +34 -12
  186. package/dist/dto/oauth/oauth-client.dto.js.map +1 -1
  187. package/dist/dto/oidc/config.dto.d.ts +3 -3
  188. package/dist/dto/oidc/config.dto.js.map +1 -1
  189. package/dist/dto/oidc/test-oidc-config-response.dto.js.map +1 -1
  190. package/dist/dto/otel/test-otel-connection.dto.d.ts +1 -1
  191. package/dist/dto/otel/test-otel-connection.dto.js.map +1 -1
  192. package/dist/dto/otel/update-otel-settings.dto.d.ts +1 -1
  193. package/dist/dto/otel/update-otel-settings.dto.js.map +1 -1
  194. package/dist/dto/owner/dismiss-banner-request.dto.js.map +1 -1
  195. package/dist/dto/owner/owner-setup-request.dto.d.ts +1 -1
  196. package/dist/dto/owner/owner-setup-request.dto.js.map +1 -1
  197. package/dist/dto/packages/export-package-request.dto.d.ts +5 -1
  198. package/dist/dto/packages/export-package-request.dto.js +5 -0
  199. package/dist/dto/packages/export-package-request.dto.js.map +1 -1
  200. package/dist/dto/packages/import-package-request.dto.d.ts +13 -7
  201. package/dist/dto/packages/import-package-request.dto.js +12 -0
  202. package/dist/dto/packages/import-package-request.dto.js.map +1 -1
  203. package/dist/dto/pagination/pagination.dto.js.map +1 -1
  204. package/dist/dto/password-reset/change-password-request.dto.js.map +1 -1
  205. package/dist/dto/password-reset/forgot-password-request.dto.js.map +1 -1
  206. package/dist/dto/password-reset/resolve-password-token-query.dto.js.map +1 -1
  207. package/dist/dto/project/add-users-to-project.dto.d.ts +3 -3
  208. package/dist/dto/project/add-users-to-project.dto.js.map +1 -1
  209. package/dist/dto/project/change-user-role-in-project.dto.js.map +1 -1
  210. package/dist/dto/project/create-project.dto.d.ts +3 -3
  211. package/dist/dto/project/create-project.dto.js.map +1 -1
  212. package/dist/dto/project/delete-project.dto.js.map +1 -1
  213. package/dist/dto/project/list-projects-query.dto.d.ts +2 -2
  214. package/dist/dto/project/list-projects-query.dto.js.map +1 -1
  215. package/dist/dto/project/update-project.dto.d.ts +29 -29
  216. package/dist/dto/project/update-project.dto.js.map +1 -1
  217. package/dist/dto/provisioning/config.dto.js.map +1 -1
  218. package/dist/dto/quick-connect/create-quick-connect-credential.dto.js.map +1 -1
  219. package/dist/dto/roles/create-role-mapping-rule.dto.d.ts +2 -2
  220. package/dist/dto/roles/create-role-mapping-rule.dto.js.map +1 -1
  221. package/dist/dto/roles/create-role.dto.d.ts +2 -2
  222. package/dist/dto/roles/create-role.dto.js.map +1 -1
  223. package/dist/dto/roles/list-role-mapping-rule-query.dto.d.ts +3 -3
  224. package/dist/dto/roles/list-role-mapping-rule-query.dto.js.map +1 -1
  225. package/dist/dto/roles/move-role-mapping-rule.dto.js.map +1 -1
  226. package/dist/dto/roles/patch-role-mapping-rule.dto.d.ts +2 -2
  227. package/dist/dto/roles/patch-role-mapping-rule.dto.js.map +1 -1
  228. package/dist/dto/roles/role-assignments-response.dto.d.ts +9 -9
  229. package/dist/dto/roles/role-assignments-response.dto.js.map +1 -1
  230. package/dist/dto/roles/role-get-query.dto.d.ts +1 -1
  231. package/dist/dto/roles/role-get-query.dto.js.map +1 -1
  232. package/dist/dto/roles/role-list-query.dto.d.ts +1 -1
  233. package/dist/dto/roles/role-list-query.dto.js.map +1 -1
  234. package/dist/dto/roles/role-member.schema.d.ts +4 -4
  235. package/dist/dto/roles/role-members-response.dto.d.ts +7 -7
  236. package/dist/dto/roles/role-members-response.dto.js.map +1 -1
  237. package/dist/dto/roles/role-project-members-response.dto.d.ts +6 -6
  238. package/dist/dto/roles/role-project-members-response.dto.js.map +1 -1
  239. package/dist/dto/roles/update-role.dto.js.map +1 -1
  240. package/dist/dto/saml/saml-acs.dto.js.map +1 -1
  241. package/dist/dto/saml/saml-configuration-response.dto.d.ts +5 -0
  242. package/dist/dto/saml/saml-configuration-response.dto.js +3 -0
  243. package/dist/dto/saml/saml-configuration-response.dto.js.map +1 -0
  244. package/dist/dto/saml/saml-preferences.dto.d.ts +113 -20
  245. package/dist/dto/saml/saml-preferences.dto.js +34 -1
  246. package/dist/dto/saml/saml-preferences.dto.js.map +1 -1
  247. package/dist/dto/saml/saml-toggle.dto.js.map +1 -1
  248. package/dist/dto/secrets-provider/create-secrets-provider-connection.dto.d.ts +3 -3
  249. package/dist/dto/secrets-provider/create-secrets-provider-connection.dto.js.map +1 -1
  250. package/dist/dto/secrets-provider/set-secrets-provider-connection-is-enabled.dto.js.map +1 -1
  251. package/dist/dto/secrets-provider/update-external-secrets-settings.dto.js.map +1 -1
  252. package/dist/dto/secrets-provider/update-secrets-provider-connection.dto.d.ts +2 -2
  253. package/dist/dto/secrets-provider/update-secrets-provider-connection.dto.js.map +1 -1
  254. package/dist/dto/security-settings/security-policy.dto.d.ts +11 -11
  255. package/dist/dto/security-settings/security-policy.dto.js +3 -3
  256. package/dist/dto/security-settings/security-policy.dto.js.map +1 -1
  257. package/dist/dto/security-settings/security-settings.dto.d.ts +6 -6
  258. package/dist/dto/security-settings/security-settings.dto.js.map +1 -1
  259. package/dist/dto/source-control/pull-work-folder-request.dto.d.ts +1 -1
  260. package/dist/dto/source-control/pull-work-folder-request.dto.js.map +1 -1
  261. package/dist/dto/source-control/push-work-folder-request.dto.d.ts +14 -14
  262. package/dist/dto/source-control/push-work-folder-request.dto.js.map +1 -1
  263. package/dist/dto/tag/create-or-update-tag-request.dto.js.map +1 -1
  264. package/dist/dto/tag/list-tags-query.dto.d.ts +11 -0
  265. package/dist/dto/tag/list-tags-query.dto.js +13 -0
  266. package/dist/dto/tag/list-tags-query.dto.js.map +1 -0
  267. package/dist/dto/tag/retrieve-tag-query.dto.d.ts +1 -1
  268. package/dist/dto/tag/retrieve-tag-query.dto.js.map +1 -1
  269. package/dist/dto/tag/tag-public.dto.d.ts +60 -0
  270. package/dist/dto/tag/tag-public.dto.js +26 -0
  271. package/dist/dto/tag/tag-public.dto.js.map +1 -0
  272. package/dist/dto/user/password-update-request.dto.js.map +1 -1
  273. package/dist/dto/user/role-change-request.dto.js.map +1 -1
  274. package/dist/dto/user/settings-update-request.dto.js.map +1 -1
  275. package/dist/dto/user/user-self-settings-update-request.dto.js.map +1 -1
  276. package/dist/dto/user/user-update-request.dto.d.ts +1 -1
  277. package/dist/dto/user/user-update-request.dto.js.map +1 -1
  278. package/dist/dto/user/users-list-filter.dto.d.ts +12 -12
  279. package/dist/dto/user/users-list-filter.dto.js.map +1 -1
  280. package/dist/dto/variables/base.dto.d.ts +2 -2
  281. package/dist/dto/variables/base.dto.js.map +1 -1
  282. package/dist/dto/variables/create-variable-request.dto.d.ts +1 -1
  283. package/dist/dto/variables/create-variable-request.dto.js.map +1 -1
  284. package/dist/dto/variables/update-variable-request.dto.d.ts +2 -2
  285. package/dist/dto/variables/update-variable-request.dto.js.map +1 -1
  286. package/dist/dto/variables/variables-list-request.dto.d.ts +1 -1
  287. package/dist/dto/variables/variables-list-request.dto.js.map +1 -1
  288. package/dist/dto/workflow-history/update-workflow-history-version.dto.js.map +1 -1
  289. package/dist/dto/workflow-history/workflow-history-lookup.dto.d.ts +1 -1
  290. package/dist/dto/workflow-history/workflow-history-versions-by-ids.dto.js.map +1 -1
  291. package/dist/dto/workflows/activate-workflow.dto.js.map +1 -1
  292. package/dist/dto/workflows/archive-workflow.dto.js.map +1 -1
  293. package/dist/dto/workflows/base-workflow.dto.d.ts +6 -0
  294. package/dist/dto/workflows/base-workflow.dto.js +7 -0
  295. package/dist/dto/workflows/base-workflow.dto.js.map +1 -1
  296. package/dist/dto/workflows/create-workflow.dto.d.ts +13 -9
  297. package/dist/dto/workflows/create-workflow.dto.js.map +1 -1
  298. package/dist/dto/workflows/deactivate-workflow.dto.js.map +1 -1
  299. package/dist/dto/workflows/get-resource-dependencies.dto.d.ts +1 -1
  300. package/dist/dto/workflows/get-resource-dependencies.dto.js.map +1 -1
  301. package/dist/dto/workflows/get-resource-dependency-counts.dto.d.ts +1 -1
  302. package/dist/dto/workflows/get-resource-dependency-counts.dto.js.map +1 -1
  303. package/dist/dto/workflows/import-workflow-from-url.dto.js.map +1 -1
  304. package/dist/dto/workflows/manual-run.dto.d.ts +23 -23
  305. package/dist/dto/workflows/transfer.dto.js.map +1 -1
  306. package/dist/dto/workflows/update-workflow.dto.d.ts +8 -4
  307. package/dist/dto/workflows/update-workflow.dto.js.map +1 -1
  308. package/dist/frontend-settings.d.ts +10 -1
  309. package/dist/frontend-settings.js +8 -0
  310. package/dist/frontend-settings.js.map +1 -1
  311. package/dist/index.d.ts +7 -6
  312. package/dist/index.js +22 -3
  313. package/dist/index.js.map +1 -1
  314. package/dist/instance-registry-types.d.ts +52 -52
  315. package/dist/instance-registry-types.js.map +1 -1
  316. package/dist/push/execution.d.ts +2 -0
  317. package/dist/push/heartbeat.js.map +1 -1
  318. package/dist/push/workflow.d.ts +1 -0
  319. package/dist/schemas/agent-run-reducer.js +51 -7
  320. package/dist/schemas/agent-run-reducer.js.map +1 -1
  321. package/dist/schemas/banner-name.schema.js.map +1 -1
  322. package/dist/schemas/boolean-from-string.d.ts +1 -1
  323. package/dist/schemas/breaking-changes.schema.d.ts +252 -252
  324. package/dist/schemas/breaking-changes.schema.js.map +1 -1
  325. package/dist/schemas/credential-resolver.schema.d.ts +12 -12
  326. package/dist/schemas/credential-resolver.schema.js.map +1 -1
  327. package/dist/schemas/credential-response.schema.d.ts +8 -8
  328. package/dist/schemas/data-table-filter.schema.d.ts +12 -12
  329. package/dist/schemas/data-table-filter.schema.js.map +1 -1
  330. package/dist/schemas/data-table.schema.d.ts +14 -14
  331. package/dist/schemas/data-table.schema.js.map +1 -1
  332. package/dist/schemas/encryption-key.schema.d.ts +14 -14
  333. package/dist/schemas/encryption-key.schema.js.map +1 -1
  334. package/dist/schemas/eval-collections.schema.d.ts +18 -15
  335. package/dist/schemas/eval-collections.schema.js +19 -1
  336. package/dist/schemas/eval-collections.schema.js.map +1 -1
  337. package/dist/schemas/eval-insights.schema.d.ts +29 -29
  338. package/dist/schemas/eval-insights.schema.js.map +1 -1
  339. package/dist/schemas/evaluations.schema.d.ts +5 -0
  340. package/dist/schemas/evaluations.schema.js +1 -0
  341. package/dist/schemas/evaluations.schema.js.map +1 -1
  342. package/dist/schemas/favorites.schema.d.ts +1 -1
  343. package/dist/schemas/insights.schema.d.ts +76 -68
  344. package/dist/schemas/insights.schema.js +1 -0
  345. package/dist/schemas/insights.schema.js.map +1 -1
  346. package/dist/schemas/instance-ai.schema.d.ts +1115 -820
  347. package/dist/schemas/instance-ai.schema.js +55 -7
  348. package/dist/schemas/instance-ai.schema.js.map +1 -1
  349. package/dist/schemas/llm-step-display.js.map +1 -1
  350. package/dist/schemas/mcp.schema.d.ts +15 -0
  351. package/dist/schemas/mcp.schema.js +31 -1
  352. package/dist/schemas/mcp.schema.js.map +1 -1
  353. package/dist/schemas/password.schema.js.map +1 -1
  354. package/dist/schemas/project.schema.d.ts +4 -4
  355. package/dist/schemas/secrets-provider.schema.d.ts +24 -24
  356. package/dist/schemas/secrets-provider.schema.js.map +1 -1
  357. package/dist/schemas/source-controlled-file.schema.d.ts +8 -8
  358. package/dist/schemas/source-controlled-file.schema.js.map +1 -1
  359. package/dist/schemas/timezone.schema.js.map +1 -1
  360. package/dist/schemas/usage.schema.d.ts +32 -32
  361. package/dist/schemas/user-settings.schema.d.ts +8 -8
  362. package/dist/schemas/user-settings.schema.js.map +1 -1
  363. package/dist/schemas/user.schema.d.ts +111 -111
  364. package/dist/schemas/user.schema.js.map +1 -1
  365. package/dist/schemas/workflow-execution-status.schema.d.ts +10 -10
  366. package/dist/schemas/workflow-publication-status.schema.d.ts +6 -6
  367. package/dist/schemas/workflow-version.schema.js.map +1 -1
  368. package/dist/utils/allowed-domains.js.map +1 -1
  369. package/dist/zod-class.js.map +1 -1
  370. package/package.json +6 -6
@@ -9,11 +9,11 @@ declare const recommendationSchema: z.ZodObject<{
9
9
  action: z.ZodString;
10
10
  description: z.ZodString;
11
11
  }, "strip", z.ZodTypeAny, {
12
- description: string;
13
12
  action: string;
14
- }, {
15
13
  description: string;
14
+ }, {
16
15
  action: string;
16
+ description: string;
17
17
  }>;
18
18
  export type BreakingChangeRecommendation = z.infer<typeof recommendationSchema>;
19
19
  declare const instanceIssueSchema: z.ZodObject<{
@@ -23,11 +23,11 @@ declare const instanceIssueSchema: z.ZodObject<{
23
23
  }, "strip", z.ZodTypeAny, {
24
24
  title: string;
25
25
  description: string;
26
- level: "error" | "warning" | "info";
26
+ level: "error" | "info" | "warning";
27
27
  }, {
28
28
  title: string;
29
29
  description: string;
30
- level: "error" | "warning" | "info";
30
+ level: "error" | "info" | "warning";
31
31
  }>;
32
32
  export type BreakingChangeInstanceIssue = z.infer<typeof instanceIssueSchema>;
33
33
  declare const workflowIssueSchema: z.ZodObject<{
@@ -40,15 +40,15 @@ declare const workflowIssueSchema: z.ZodObject<{
40
40
  }, "strip", z.ZodTypeAny, {
41
41
  title: string;
42
42
  description: string;
43
- level: "error" | "warning" | "info";
44
- nodeName?: string | undefined;
43
+ level: "error" | "info" | "warning";
45
44
  nodeId?: string | undefined;
45
+ nodeName?: string | undefined;
46
46
  }, {
47
47
  title: string;
48
48
  description: string;
49
- level: "error" | "warning" | "info";
50
- nodeName?: string | undefined;
49
+ level: "error" | "info" | "warning";
51
50
  nodeId?: string | undefined;
51
+ nodeName?: string | undefined;
52
52
  }>;
53
53
  export type BreakingChangeWorkflowIssue = z.infer<typeof workflowIssueSchema>;
54
54
  declare const affectedWorkflowSchema: z.ZodObject<{
@@ -68,44 +68,44 @@ declare const affectedWorkflowSchema: z.ZodObject<{
68
68
  }, "strip", z.ZodTypeAny, {
69
69
  title: string;
70
70
  description: string;
71
- level: "error" | "warning" | "info";
72
- nodeName?: string | undefined;
71
+ level: "error" | "info" | "warning";
73
72
  nodeId?: string | undefined;
73
+ nodeName?: string | undefined;
74
74
  }, {
75
75
  title: string;
76
76
  description: string;
77
- level: "error" | "warning" | "info";
78
- nodeName?: string | undefined;
77
+ level: "error" | "info" | "warning";
79
78
  nodeId?: string | undefined;
79
+ nodeName?: string | undefined;
80
80
  }>, "many">;
81
81
  }, "strip", z.ZodTypeAny, {
82
- issues: {
83
- title: string;
84
- description: string;
85
- level: "error" | "warning" | "info";
86
- nodeName?: string | undefined;
87
- nodeId?: string | undefined;
88
- }[];
89
- active: boolean;
90
82
  id: string;
91
83
  name: string;
84
+ active: boolean;
92
85
  numberOfExecutions: number;
93
86
  lastUpdatedAt: Date;
94
87
  lastExecutedAt?: Date | undefined;
95
- }, {
96
88
  issues: {
97
89
  title: string;
98
90
  description: string;
99
- level: "error" | "warning" | "info";
100
- nodeName?: string | undefined;
91
+ level: "error" | "info" | "warning";
101
92
  nodeId?: string | undefined;
93
+ nodeName?: string | undefined;
102
94
  }[];
103
- active: boolean;
95
+ }, {
104
96
  id: string;
105
97
  name: string;
98
+ active: boolean;
106
99
  numberOfExecutions: number;
107
100
  lastUpdatedAt: Date;
108
101
  lastExecutedAt?: Date | undefined;
102
+ issues: {
103
+ title: string;
104
+ description: string;
105
+ level: "error" | "info" | "warning";
106
+ nodeId?: string | undefined;
107
+ nodeName?: string | undefined;
108
+ }[];
109
109
  }>;
110
110
  export type BreakingChangeAffectedWorkflow = z.infer<typeof affectedWorkflowSchema>;
111
111
  declare const instanceRuleResultsSchema: z.ZodObject<{
@@ -118,11 +118,11 @@ declare const instanceRuleResultsSchema: z.ZodObject<{
118
118
  action: z.ZodString;
119
119
  description: z.ZodString;
120
120
  }, "strip", z.ZodTypeAny, {
121
- description: string;
122
121
  action: string;
123
- }, {
124
122
  description: string;
123
+ }, {
125
124
  action: string;
125
+ description: string;
126
126
  }>, "many">;
127
127
  } & {
128
128
  instanceIssues: z.ZodArray<z.ZodObject<{
@@ -132,42 +132,42 @@ declare const instanceRuleResultsSchema: z.ZodObject<{
132
132
  }, "strip", z.ZodTypeAny, {
133
133
  title: string;
134
134
  description: string;
135
- level: "error" | "warning" | "info";
135
+ level: "error" | "info" | "warning";
136
136
  }, {
137
137
  title: string;
138
138
  description: string;
139
- level: "error" | "warning" | "info";
139
+ level: "error" | "info" | "warning";
140
140
  }>, "many">;
141
141
  }, "strip", z.ZodTypeAny, {
142
142
  ruleId: string;
143
143
  ruleTitle: string;
144
144
  ruleDescription: string;
145
- ruleSeverity: "low" | "medium" | "critical";
145
+ ruleSeverity: "critical" | "low" | "medium";
146
+ ruleDocumentationUrl?: string | undefined;
146
147
  recommendations: {
147
- description: string;
148
148
  action: string;
149
+ description: string;
149
150
  }[];
150
151
  instanceIssues: {
151
152
  title: string;
152
153
  description: string;
153
- level: "error" | "warning" | "info";
154
+ level: "error" | "info" | "warning";
154
155
  }[];
155
- ruleDocumentationUrl?: string | undefined;
156
156
  }, {
157
157
  ruleId: string;
158
158
  ruleTitle: string;
159
159
  ruleDescription: string;
160
- ruleSeverity: "low" | "medium" | "critical";
160
+ ruleSeverity: "critical" | "low" | "medium";
161
+ ruleDocumentationUrl?: string | undefined;
161
162
  recommendations: {
162
- description: string;
163
163
  action: string;
164
+ description: string;
164
165
  }[];
165
166
  instanceIssues: {
166
167
  title: string;
167
168
  description: string;
168
- level: "error" | "warning" | "info";
169
+ level: "error" | "info" | "warning";
169
170
  }[];
170
- ruleDocumentationUrl?: string | undefined;
171
171
  }>;
172
172
  export type BreakingChangeInstanceRuleResult = z.infer<typeof instanceRuleResultsSchema>;
173
173
  declare const workflowRuleResultsSchema: z.ZodObject<{
@@ -180,11 +180,11 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
180
180
  action: z.ZodString;
181
181
  description: z.ZodString;
182
182
  }, "strip", z.ZodTypeAny, {
183
- description: string;
184
183
  action: string;
185
- }, {
186
184
  description: string;
185
+ }, {
187
186
  action: string;
187
+ description: string;
188
188
  }>, "many">;
189
189
  } & {
190
190
  affectedWorkflows: z.ZodArray<z.ZodObject<{
@@ -204,95 +204,95 @@ declare const workflowRuleResultsSchema: z.ZodObject<{
204
204
  }, "strip", z.ZodTypeAny, {
205
205
  title: string;
206
206
  description: string;
207
- level: "error" | "warning" | "info";
208
- nodeName?: string | undefined;
207
+ level: "error" | "info" | "warning";
209
208
  nodeId?: string | undefined;
209
+ nodeName?: string | undefined;
210
210
  }, {
211
211
  title: string;
212
212
  description: string;
213
- level: "error" | "warning" | "info";
214
- nodeName?: string | undefined;
213
+ level: "error" | "info" | "warning";
215
214
  nodeId?: string | undefined;
215
+ nodeName?: string | undefined;
216
216
  }>, "many">;
217
217
  }, "strip", z.ZodTypeAny, {
218
- issues: {
219
- title: string;
220
- description: string;
221
- level: "error" | "warning" | "info";
222
- nodeName?: string | undefined;
223
- nodeId?: string | undefined;
224
- }[];
225
- active: boolean;
226
218
  id: string;
227
219
  name: string;
220
+ active: boolean;
228
221
  numberOfExecutions: number;
229
222
  lastUpdatedAt: Date;
230
223
  lastExecutedAt?: Date | undefined;
231
- }, {
232
224
  issues: {
233
225
  title: string;
234
226
  description: string;
235
- level: "error" | "warning" | "info";
236
- nodeName?: string | undefined;
227
+ level: "error" | "info" | "warning";
237
228
  nodeId?: string | undefined;
229
+ nodeName?: string | undefined;
238
230
  }[];
239
- active: boolean;
231
+ }, {
240
232
  id: string;
241
233
  name: string;
234
+ active: boolean;
242
235
  numberOfExecutions: number;
243
236
  lastUpdatedAt: Date;
244
237
  lastExecutedAt?: Date | undefined;
238
+ issues: {
239
+ title: string;
240
+ description: string;
241
+ level: "error" | "info" | "warning";
242
+ nodeId?: string | undefined;
243
+ nodeName?: string | undefined;
244
+ }[];
245
245
  }>, "many">;
246
246
  }, "strip", z.ZodTypeAny, {
247
247
  ruleId: string;
248
248
  ruleTitle: string;
249
249
  ruleDescription: string;
250
- ruleSeverity: "low" | "medium" | "critical";
250
+ ruleSeverity: "critical" | "low" | "medium";
251
+ ruleDocumentationUrl?: string | undefined;
251
252
  recommendations: {
252
- description: string;
253
253
  action: string;
254
+ description: string;
254
255
  }[];
255
256
  affectedWorkflows: {
256
- issues: {
257
- title: string;
258
- description: string;
259
- level: "error" | "warning" | "info";
260
- nodeName?: string | undefined;
261
- nodeId?: string | undefined;
262
- }[];
263
- active: boolean;
264
257
  id: string;
265
258
  name: string;
259
+ active: boolean;
266
260
  numberOfExecutions: number;
267
261
  lastUpdatedAt: Date;
268
262
  lastExecutedAt?: Date | undefined;
263
+ issues: {
264
+ title: string;
265
+ description: string;
266
+ level: "error" | "info" | "warning";
267
+ nodeId?: string | undefined;
268
+ nodeName?: string | undefined;
269
+ }[];
269
270
  }[];
270
- ruleDocumentationUrl?: string | undefined;
271
271
  }, {
272
272
  ruleId: string;
273
273
  ruleTitle: string;
274
274
  ruleDescription: string;
275
- ruleSeverity: "low" | "medium" | "critical";
275
+ ruleSeverity: "critical" | "low" | "medium";
276
+ ruleDocumentationUrl?: string | undefined;
276
277
  recommendations: {
277
- description: string;
278
278
  action: string;
279
+ description: string;
279
280
  }[];
280
281
  affectedWorkflows: {
281
- issues: {
282
- title: string;
283
- description: string;
284
- level: "error" | "warning" | "info";
285
- nodeName?: string | undefined;
286
- nodeId?: string | undefined;
287
- }[];
288
- active: boolean;
289
282
  id: string;
290
283
  name: string;
284
+ active: boolean;
291
285
  numberOfExecutions: number;
292
286
  lastUpdatedAt: Date;
293
287
  lastExecutedAt?: Date | undefined;
288
+ issues: {
289
+ title: string;
290
+ description: string;
291
+ level: "error" | "info" | "warning";
292
+ nodeId?: string | undefined;
293
+ nodeName?: string | undefined;
294
+ }[];
294
295
  }[];
295
- ruleDocumentationUrl?: string | undefined;
296
296
  }>;
297
297
  export type BreakingChangeWorkflowRuleResult = z.infer<typeof workflowRuleResultsSchema>;
298
298
  declare const breakingChangeReportResultDataSchema: z.ZodObject<{
@@ -310,11 +310,11 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
310
310
  action: z.ZodString;
311
311
  description: z.ZodString;
312
312
  }, "strip", z.ZodTypeAny, {
313
- description: string;
314
313
  action: string;
315
- }, {
316
314
  description: string;
315
+ }, {
317
316
  action: string;
317
+ description: string;
318
318
  }>, "many">;
319
319
  } & {
320
320
  instanceIssues: z.ZodArray<z.ZodObject<{
@@ -324,42 +324,42 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
324
324
  }, "strip", z.ZodTypeAny, {
325
325
  title: string;
326
326
  description: string;
327
- level: "error" | "warning" | "info";
327
+ level: "error" | "info" | "warning";
328
328
  }, {
329
329
  title: string;
330
330
  description: string;
331
- level: "error" | "warning" | "info";
331
+ level: "error" | "info" | "warning";
332
332
  }>, "many">;
333
333
  }, "strip", z.ZodTypeAny, {
334
334
  ruleId: string;
335
335
  ruleTitle: string;
336
336
  ruleDescription: string;
337
- ruleSeverity: "low" | "medium" | "critical";
337
+ ruleSeverity: "critical" | "low" | "medium";
338
+ ruleDocumentationUrl?: string | undefined;
338
339
  recommendations: {
339
- description: string;
340
340
  action: string;
341
+ description: string;
341
342
  }[];
342
343
  instanceIssues: {
343
344
  title: string;
344
345
  description: string;
345
- level: "error" | "warning" | "info";
346
+ level: "error" | "info" | "warning";
346
347
  }[];
347
- ruleDocumentationUrl?: string | undefined;
348
348
  }, {
349
349
  ruleId: string;
350
350
  ruleTitle: string;
351
351
  ruleDescription: string;
352
- ruleSeverity: "low" | "medium" | "critical";
352
+ ruleSeverity: "critical" | "low" | "medium";
353
+ ruleDocumentationUrl?: string | undefined;
353
354
  recommendations: {
354
- description: string;
355
355
  action: string;
356
+ description: string;
356
357
  }[];
357
358
  instanceIssues: {
358
359
  title: string;
359
360
  description: string;
360
- level: "error" | "warning" | "info";
361
+ level: "error" | "info" | "warning";
361
362
  }[];
362
- ruleDocumentationUrl?: string | undefined;
363
363
  }>, "many">;
364
364
  readonly workflowResults: z.ZodArray<z.ZodObject<{
365
365
  ruleId: z.ZodString;
@@ -371,11 +371,11 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
371
371
  action: z.ZodString;
372
372
  description: z.ZodString;
373
373
  }, "strip", z.ZodTypeAny, {
374
- description: string;
375
374
  action: string;
376
- }, {
377
375
  description: string;
376
+ }, {
378
377
  action: string;
378
+ description: string;
379
379
  }>, "many">;
380
380
  } & {
381
381
  affectedWorkflows: z.ZodArray<z.ZodObject<{
@@ -395,95 +395,95 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
395
395
  }, "strip", z.ZodTypeAny, {
396
396
  title: string;
397
397
  description: string;
398
- level: "error" | "warning" | "info";
399
- nodeName?: string | undefined;
398
+ level: "error" | "info" | "warning";
400
399
  nodeId?: string | undefined;
400
+ nodeName?: string | undefined;
401
401
  }, {
402
402
  title: string;
403
403
  description: string;
404
- level: "error" | "warning" | "info";
405
- nodeName?: string | undefined;
404
+ level: "error" | "info" | "warning";
406
405
  nodeId?: string | undefined;
406
+ nodeName?: string | undefined;
407
407
  }>, "many">;
408
408
  }, "strip", z.ZodTypeAny, {
409
- issues: {
410
- title: string;
411
- description: string;
412
- level: "error" | "warning" | "info";
413
- nodeName?: string | undefined;
414
- nodeId?: string | undefined;
415
- }[];
416
- active: boolean;
417
409
  id: string;
418
410
  name: string;
411
+ active: boolean;
419
412
  numberOfExecutions: number;
420
413
  lastUpdatedAt: Date;
421
414
  lastExecutedAt?: Date | undefined;
422
- }, {
423
415
  issues: {
424
416
  title: string;
425
417
  description: string;
426
- level: "error" | "warning" | "info";
427
- nodeName?: string | undefined;
418
+ level: "error" | "info" | "warning";
428
419
  nodeId?: string | undefined;
420
+ nodeName?: string | undefined;
429
421
  }[];
430
- active: boolean;
422
+ }, {
431
423
  id: string;
432
424
  name: string;
425
+ active: boolean;
433
426
  numberOfExecutions: number;
434
427
  lastUpdatedAt: Date;
435
428
  lastExecutedAt?: Date | undefined;
429
+ issues: {
430
+ title: string;
431
+ description: string;
432
+ level: "error" | "info" | "warning";
433
+ nodeId?: string | undefined;
434
+ nodeName?: string | undefined;
435
+ }[];
436
436
  }>, "many">;
437
437
  }, "strip", z.ZodTypeAny, {
438
438
  ruleId: string;
439
439
  ruleTitle: string;
440
440
  ruleDescription: string;
441
- ruleSeverity: "low" | "medium" | "critical";
441
+ ruleSeverity: "critical" | "low" | "medium";
442
+ ruleDocumentationUrl?: string | undefined;
442
443
  recommendations: {
443
- description: string;
444
444
  action: string;
445
+ description: string;
445
446
  }[];
446
447
  affectedWorkflows: {
447
- issues: {
448
- title: string;
449
- description: string;
450
- level: "error" | "warning" | "info";
451
- nodeName?: string | undefined;
452
- nodeId?: string | undefined;
453
- }[];
454
- active: boolean;
455
448
  id: string;
456
449
  name: string;
450
+ active: boolean;
457
451
  numberOfExecutions: number;
458
452
  lastUpdatedAt: Date;
459
453
  lastExecutedAt?: Date | undefined;
454
+ issues: {
455
+ title: string;
456
+ description: string;
457
+ level: "error" | "info" | "warning";
458
+ nodeId?: string | undefined;
459
+ nodeName?: string | undefined;
460
+ }[];
460
461
  }[];
461
- ruleDocumentationUrl?: string | undefined;
462
462
  }, {
463
463
  ruleId: string;
464
464
  ruleTitle: string;
465
465
  ruleDescription: string;
466
- ruleSeverity: "low" | "medium" | "critical";
466
+ ruleSeverity: "critical" | "low" | "medium";
467
+ ruleDocumentationUrl?: string | undefined;
467
468
  recommendations: {
468
- description: string;
469
469
  action: string;
470
+ description: string;
470
471
  }[];
471
472
  affectedWorkflows: {
472
- issues: {
473
- title: string;
474
- description: string;
475
- level: "error" | "warning" | "info";
476
- nodeName?: string | undefined;
477
- nodeId?: string | undefined;
478
- }[];
479
- active: boolean;
480
473
  id: string;
481
474
  name: string;
475
+ active: boolean;
482
476
  numberOfExecutions: number;
483
477
  lastUpdatedAt: Date;
484
478
  lastExecutedAt?: Date | undefined;
479
+ issues: {
480
+ title: string;
481
+ description: string;
482
+ level: "error" | "info" | "warning";
483
+ nodeId?: string | undefined;
484
+ nodeName?: string | undefined;
485
+ }[];
485
486
  }[];
486
- ruleDocumentationUrl?: string | undefined;
487
487
  }>, "many">;
488
488
  }, "strict", z.ZodTypeAny, {
489
489
  generatedAt: Date;
@@ -493,43 +493,43 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
493
493
  ruleId: string;
494
494
  ruleTitle: string;
495
495
  ruleDescription: string;
496
- ruleSeverity: "low" | "medium" | "critical";
496
+ ruleSeverity: "critical" | "low" | "medium";
497
+ ruleDocumentationUrl?: string | undefined;
497
498
  recommendations: {
498
- description: string;
499
499
  action: string;
500
+ description: string;
500
501
  }[];
501
502
  instanceIssues: {
502
503
  title: string;
503
504
  description: string;
504
- level: "error" | "warning" | "info";
505
+ level: "error" | "info" | "warning";
505
506
  }[];
506
- ruleDocumentationUrl?: string | undefined;
507
507
  }[];
508
508
  workflowResults: {
509
509
  ruleId: string;
510
510
  ruleTitle: string;
511
511
  ruleDescription: string;
512
- ruleSeverity: "low" | "medium" | "critical";
512
+ ruleSeverity: "critical" | "low" | "medium";
513
+ ruleDocumentationUrl?: string | undefined;
513
514
  recommendations: {
514
- description: string;
515
515
  action: string;
516
+ description: string;
516
517
  }[];
517
518
  affectedWorkflows: {
518
- issues: {
519
- title: string;
520
- description: string;
521
- level: "error" | "warning" | "info";
522
- nodeName?: string | undefined;
523
- nodeId?: string | undefined;
524
- }[];
525
- active: boolean;
526
519
  id: string;
527
520
  name: string;
521
+ active: boolean;
528
522
  numberOfExecutions: number;
529
523
  lastUpdatedAt: Date;
530
524
  lastExecutedAt?: Date | undefined;
525
+ issues: {
526
+ title: string;
527
+ description: string;
528
+ level: "error" | "info" | "warning";
529
+ nodeId?: string | undefined;
530
+ nodeName?: string | undefined;
531
+ }[];
531
532
  }[];
532
- ruleDocumentationUrl?: string | undefined;
533
533
  }[];
534
534
  }, {
535
535
  generatedAt: Date;
@@ -539,43 +539,43 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
539
539
  ruleId: string;
540
540
  ruleTitle: string;
541
541
  ruleDescription: string;
542
- ruleSeverity: "low" | "medium" | "critical";
542
+ ruleSeverity: "critical" | "low" | "medium";
543
+ ruleDocumentationUrl?: string | undefined;
543
544
  recommendations: {
544
- description: string;
545
545
  action: string;
546
+ description: string;
546
547
  }[];
547
548
  instanceIssues: {
548
549
  title: string;
549
550
  description: string;
550
- level: "error" | "warning" | "info";
551
+ level: "error" | "info" | "warning";
551
552
  }[];
552
- ruleDocumentationUrl?: string | undefined;
553
553
  }[];
554
554
  workflowResults: {
555
555
  ruleId: string;
556
556
  ruleTitle: string;
557
557
  ruleDescription: string;
558
- ruleSeverity: "low" | "medium" | "critical";
558
+ ruleSeverity: "critical" | "low" | "medium";
559
+ ruleDocumentationUrl?: string | undefined;
559
560
  recommendations: {
560
- description: string;
561
561
  action: string;
562
+ description: string;
562
563
  }[];
563
564
  affectedWorkflows: {
564
- issues: {
565
- title: string;
566
- description: string;
567
- level: "error" | "warning" | "info";
568
- nodeName?: string | undefined;
569
- nodeId?: string | undefined;
570
- }[];
571
- active: boolean;
572
565
  id: string;
573
566
  name: string;
567
+ active: boolean;
574
568
  numberOfExecutions: number;
575
569
  lastUpdatedAt: Date;
576
570
  lastExecutedAt?: Date | undefined;
571
+ issues: {
572
+ title: string;
573
+ description: string;
574
+ level: "error" | "info" | "warning";
575
+ nodeId?: string | undefined;
576
+ nodeName?: string | undefined;
577
+ }[];
577
578
  }[];
578
- ruleDocumentationUrl?: string | undefined;
579
579
  }[];
580
580
  }>;
581
581
  totalWorkflows: z.ZodNumber;
@@ -589,43 +589,43 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
589
589
  ruleId: string;
590
590
  ruleTitle: string;
591
591
  ruleDescription: string;
592
- ruleSeverity: "low" | "medium" | "critical";
592
+ ruleSeverity: "critical" | "low" | "medium";
593
+ ruleDocumentationUrl?: string | undefined;
593
594
  recommendations: {
594
- description: string;
595
595
  action: string;
596
+ description: string;
596
597
  }[];
597
598
  instanceIssues: {
598
599
  title: string;
599
600
  description: string;
600
- level: "error" | "warning" | "info";
601
+ level: "error" | "info" | "warning";
601
602
  }[];
602
- ruleDocumentationUrl?: string | undefined;
603
603
  }[];
604
604
  workflowResults: {
605
605
  ruleId: string;
606
606
  ruleTitle: string;
607
607
  ruleDescription: string;
608
- ruleSeverity: "low" | "medium" | "critical";
608
+ ruleSeverity: "critical" | "low" | "medium";
609
+ ruleDocumentationUrl?: string | undefined;
609
610
  recommendations: {
610
- description: string;
611
611
  action: string;
612
+ description: string;
612
613
  }[];
613
614
  affectedWorkflows: {
614
- issues: {
615
- title: string;
616
- description: string;
617
- level: "error" | "warning" | "info";
618
- nodeName?: string | undefined;
619
- nodeId?: string | undefined;
620
- }[];
621
- active: boolean;
622
615
  id: string;
623
616
  name: string;
617
+ active: boolean;
624
618
  numberOfExecutions: number;
625
619
  lastUpdatedAt: Date;
626
620
  lastExecutedAt?: Date | undefined;
621
+ issues: {
622
+ title: string;
623
+ description: string;
624
+ level: "error" | "info" | "warning";
625
+ nodeId?: string | undefined;
626
+ nodeName?: string | undefined;
627
+ }[];
627
628
  }[];
628
- ruleDocumentationUrl?: string | undefined;
629
629
  }[];
630
630
  };
631
631
  totalWorkflows: number;
@@ -639,43 +639,43 @@ declare const breakingChangeReportResultDataSchema: z.ZodObject<{
639
639
  ruleId: string;
640
640
  ruleTitle: string;
641
641
  ruleDescription: string;
642
- ruleSeverity: "low" | "medium" | "critical";
642
+ ruleSeverity: "critical" | "low" | "medium";
643
+ ruleDocumentationUrl?: string | undefined;
643
644
  recommendations: {
644
- description: string;
645
645
  action: string;
646
+ description: string;
646
647
  }[];
647
648
  instanceIssues: {
648
649
  title: string;
649
650
  description: string;
650
- level: "error" | "warning" | "info";
651
+ level: "error" | "info" | "warning";
651
652
  }[];
652
- ruleDocumentationUrl?: string | undefined;
653
653
  }[];
654
654
  workflowResults: {
655
655
  ruleId: string;
656
656
  ruleTitle: string;
657
657
  ruleDescription: string;
658
- ruleSeverity: "low" | "medium" | "critical";
658
+ ruleSeverity: "critical" | "low" | "medium";
659
+ ruleDocumentationUrl?: string | undefined;
659
660
  recommendations: {
660
- description: string;
661
661
  action: string;
662
+ description: string;
662
663
  }[];
663
664
  affectedWorkflows: {
664
- issues: {
665
- title: string;
666
- description: string;
667
- level: "error" | "warning" | "info";
668
- nodeName?: string | undefined;
669
- nodeId?: string | undefined;
670
- }[];
671
- active: boolean;
672
665
  id: string;
673
666
  name: string;
667
+ active: boolean;
674
668
  numberOfExecutions: number;
675
669
  lastUpdatedAt: Date;
676
670
  lastExecutedAt?: Date | undefined;
671
+ issues: {
672
+ title: string;
673
+ description: string;
674
+ level: "error" | "info" | "warning";
675
+ nodeId?: string | undefined;
676
+ nodeName?: string | undefined;
677
+ }[];
677
678
  }[];
678
- ruleDocumentationUrl?: string | undefined;
679
679
  }[];
680
680
  };
681
681
  totalWorkflows: number;
@@ -697,11 +697,11 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
697
697
  action: z.ZodString;
698
698
  description: z.ZodString;
699
699
  }, "strip", z.ZodTypeAny, {
700
- description: string;
701
700
  action: string;
702
- }, {
703
701
  description: string;
702
+ }, {
704
703
  action: string;
704
+ description: string;
705
705
  }>, "many">;
706
706
  } & {
707
707
  instanceIssues: z.ZodArray<z.ZodObject<{
@@ -711,42 +711,42 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
711
711
  }, "strip", z.ZodTypeAny, {
712
712
  title: string;
713
713
  description: string;
714
- level: "error" | "warning" | "info";
714
+ level: "error" | "info" | "warning";
715
715
  }, {
716
716
  title: string;
717
717
  description: string;
718
- level: "error" | "warning" | "info";
718
+ level: "error" | "info" | "warning";
719
719
  }>, "many">;
720
720
  }, "strip", z.ZodTypeAny, {
721
721
  ruleId: string;
722
722
  ruleTitle: string;
723
723
  ruleDescription: string;
724
- ruleSeverity: "low" | "medium" | "critical";
724
+ ruleSeverity: "critical" | "low" | "medium";
725
+ ruleDocumentationUrl?: string | undefined;
725
726
  recommendations: {
726
- description: string;
727
727
  action: string;
728
+ description: string;
728
729
  }[];
729
730
  instanceIssues: {
730
731
  title: string;
731
732
  description: string;
732
- level: "error" | "warning" | "info";
733
+ level: "error" | "info" | "warning";
733
734
  }[];
734
- ruleDocumentationUrl?: string | undefined;
735
735
  }, {
736
736
  ruleId: string;
737
737
  ruleTitle: string;
738
738
  ruleDescription: string;
739
- ruleSeverity: "low" | "medium" | "critical";
739
+ ruleSeverity: "critical" | "low" | "medium";
740
+ ruleDocumentationUrl?: string | undefined;
740
741
  recommendations: {
741
- description: string;
742
742
  action: string;
743
+ description: string;
743
744
  }[];
744
745
  instanceIssues: {
745
746
  title: string;
746
747
  description: string;
747
- level: "error" | "warning" | "info";
748
+ level: "error" | "info" | "warning";
748
749
  }[];
749
- ruleDocumentationUrl?: string | undefined;
750
750
  }>, "many">;
751
751
  readonly workflowResults: z.ZodArray<z.ZodObject<Omit<{
752
752
  ruleId: z.ZodString;
@@ -758,11 +758,11 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
758
758
  action: z.ZodString;
759
759
  description: z.ZodString;
760
760
  }, "strip", z.ZodTypeAny, {
761
- description: string;
762
761
  action: string;
763
- }, {
764
762
  description: string;
763
+ }, {
765
764
  action: string;
765
+ description: string;
766
766
  }>, "many">;
767
767
  } & {
768
768
  affectedWorkflows: z.ZodArray<z.ZodObject<{
@@ -782,44 +782,44 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
782
782
  }, "strip", z.ZodTypeAny, {
783
783
  title: string;
784
784
  description: string;
785
- level: "error" | "warning" | "info";
786
- nodeName?: string | undefined;
785
+ level: "error" | "info" | "warning";
787
786
  nodeId?: string | undefined;
787
+ nodeName?: string | undefined;
788
788
  }, {
789
789
  title: string;
790
790
  description: string;
791
- level: "error" | "warning" | "info";
792
- nodeName?: string | undefined;
791
+ level: "error" | "info" | "warning";
793
792
  nodeId?: string | undefined;
793
+ nodeName?: string | undefined;
794
794
  }>, "many">;
795
795
  }, "strip", z.ZodTypeAny, {
796
- issues: {
797
- title: string;
798
- description: string;
799
- level: "error" | "warning" | "info";
800
- nodeName?: string | undefined;
801
- nodeId?: string | undefined;
802
- }[];
803
- active: boolean;
804
796
  id: string;
805
797
  name: string;
798
+ active: boolean;
806
799
  numberOfExecutions: number;
807
800
  lastUpdatedAt: Date;
808
801
  lastExecutedAt?: Date | undefined;
809
- }, {
810
802
  issues: {
811
803
  title: string;
812
804
  description: string;
813
- level: "error" | "warning" | "info";
814
- nodeName?: string | undefined;
805
+ level: "error" | "info" | "warning";
815
806
  nodeId?: string | undefined;
807
+ nodeName?: string | undefined;
816
808
  }[];
817
- active: boolean;
809
+ }, {
818
810
  id: string;
819
811
  name: string;
812
+ active: boolean;
820
813
  numberOfExecutions: number;
821
814
  lastUpdatedAt: Date;
822
815
  lastExecutedAt?: Date | undefined;
816
+ issues: {
817
+ title: string;
818
+ description: string;
819
+ level: "error" | "info" | "warning";
820
+ nodeId?: string | undefined;
821
+ nodeName?: string | undefined;
822
+ }[];
823
823
  }>, "many">;
824
824
  }, "affectedWorkflows"> & {
825
825
  nbAffectedWorkflows: z.ZodNumber;
@@ -827,24 +827,24 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
827
827
  ruleId: string;
828
828
  ruleTitle: string;
829
829
  ruleDescription: string;
830
- ruleSeverity: "low" | "medium" | "critical";
830
+ ruleSeverity: "critical" | "low" | "medium";
831
+ ruleDocumentationUrl?: string | undefined;
831
832
  recommendations: {
832
- description: string;
833
833
  action: string;
834
+ description: string;
834
835
  }[];
835
836
  nbAffectedWorkflows: number;
836
- ruleDocumentationUrl?: string | undefined;
837
837
  }, {
838
838
  ruleId: string;
839
839
  ruleTitle: string;
840
840
  ruleDescription: string;
841
- ruleSeverity: "low" | "medium" | "critical";
841
+ ruleSeverity: "critical" | "low" | "medium";
842
+ ruleDocumentationUrl?: string | undefined;
842
843
  recommendations: {
843
- description: string;
844
844
  action: string;
845
+ description: string;
845
846
  }[];
846
847
  nbAffectedWorkflows: number;
847
- ruleDocumentationUrl?: string | undefined;
848
848
  }>, "many">;
849
849
  }, "strict", z.ZodTypeAny, {
850
850
  generatedAt: Date;
@@ -854,29 +854,29 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
854
854
  ruleId: string;
855
855
  ruleTitle: string;
856
856
  ruleDescription: string;
857
- ruleSeverity: "low" | "medium" | "critical";
857
+ ruleSeverity: "critical" | "low" | "medium";
858
+ ruleDocumentationUrl?: string | undefined;
858
859
  recommendations: {
859
- description: string;
860
860
  action: string;
861
+ description: string;
861
862
  }[];
862
863
  instanceIssues: {
863
864
  title: string;
864
865
  description: string;
865
- level: "error" | "warning" | "info";
866
+ level: "error" | "info" | "warning";
866
867
  }[];
867
- ruleDocumentationUrl?: string | undefined;
868
868
  }[];
869
869
  workflowResults: {
870
870
  ruleId: string;
871
871
  ruleTitle: string;
872
872
  ruleDescription: string;
873
- ruleSeverity: "low" | "medium" | "critical";
873
+ ruleSeverity: "critical" | "low" | "medium";
874
+ ruleDocumentationUrl?: string | undefined;
874
875
  recommendations: {
875
- description: string;
876
876
  action: string;
877
+ description: string;
877
878
  }[];
878
879
  nbAffectedWorkflows: number;
879
- ruleDocumentationUrl?: string | undefined;
880
880
  }[];
881
881
  }, {
882
882
  generatedAt: Date;
@@ -886,29 +886,29 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
886
886
  ruleId: string;
887
887
  ruleTitle: string;
888
888
  ruleDescription: string;
889
- ruleSeverity: "low" | "medium" | "critical";
889
+ ruleSeverity: "critical" | "low" | "medium";
890
+ ruleDocumentationUrl?: string | undefined;
890
891
  recommendations: {
891
- description: string;
892
892
  action: string;
893
+ description: string;
893
894
  }[];
894
895
  instanceIssues: {
895
896
  title: string;
896
897
  description: string;
897
- level: "error" | "warning" | "info";
898
+ level: "error" | "info" | "warning";
898
899
  }[];
899
- ruleDocumentationUrl?: string | undefined;
900
900
  }[];
901
901
  workflowResults: {
902
902
  ruleId: string;
903
903
  ruleTitle: string;
904
904
  ruleDescription: string;
905
- ruleSeverity: "low" | "medium" | "critical";
905
+ ruleSeverity: "critical" | "low" | "medium";
906
+ ruleDocumentationUrl?: string | undefined;
906
907
  recommendations: {
907
- description: string;
908
908
  action: string;
909
+ description: string;
909
910
  }[];
910
911
  nbAffectedWorkflows: number;
911
- ruleDocumentationUrl?: string | undefined;
912
912
  }[];
913
913
  }>;
914
914
  totalWorkflows: z.ZodNumber;
@@ -922,29 +922,29 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
922
922
  ruleId: string;
923
923
  ruleTitle: string;
924
924
  ruleDescription: string;
925
- ruleSeverity: "low" | "medium" | "critical";
925
+ ruleSeverity: "critical" | "low" | "medium";
926
+ ruleDocumentationUrl?: string | undefined;
926
927
  recommendations: {
927
- description: string;
928
928
  action: string;
929
+ description: string;
929
930
  }[];
930
931
  instanceIssues: {
931
932
  title: string;
932
933
  description: string;
933
- level: "error" | "warning" | "info";
934
+ level: "error" | "info" | "warning";
934
935
  }[];
935
- ruleDocumentationUrl?: string | undefined;
936
936
  }[];
937
937
  workflowResults: {
938
938
  ruleId: string;
939
939
  ruleTitle: string;
940
940
  ruleDescription: string;
941
- ruleSeverity: "low" | "medium" | "critical";
941
+ ruleSeverity: "critical" | "low" | "medium";
942
+ ruleDocumentationUrl?: string | undefined;
942
943
  recommendations: {
943
- description: string;
944
944
  action: string;
945
+ description: string;
945
946
  }[];
946
947
  nbAffectedWorkflows: number;
947
- ruleDocumentationUrl?: string | undefined;
948
948
  }[];
949
949
  };
950
950
  totalWorkflows: number;
@@ -958,29 +958,29 @@ declare const breakingChangeLightReportResultDataSchema: z.ZodObject<{
958
958
  ruleId: string;
959
959
  ruleTitle: string;
960
960
  ruleDescription: string;
961
- ruleSeverity: "low" | "medium" | "critical";
961
+ ruleSeverity: "critical" | "low" | "medium";
962
+ ruleDocumentationUrl?: string | undefined;
962
963
  recommendations: {
963
- description: string;
964
964
  action: string;
965
+ description: string;
965
966
  }[];
966
967
  instanceIssues: {
967
968
  title: string;
968
969
  description: string;
969
- level: "error" | "warning" | "info";
970
+ level: "error" | "info" | "warning";
970
971
  }[];
971
- ruleDocumentationUrl?: string | undefined;
972
972
  }[];
973
973
  workflowResults: {
974
974
  ruleId: string;
975
975
  ruleTitle: string;
976
976
  ruleDescription: string;
977
- ruleSeverity: "low" | "medium" | "critical";
977
+ ruleSeverity: "critical" | "low" | "medium";
978
+ ruleDocumentationUrl?: string | undefined;
978
979
  recommendations: {
979
- description: string;
980
980
  action: string;
981
+ description: string;
981
982
  }[];
982
983
  nbAffectedWorkflows: number;
983
- ruleDocumentationUrl?: string | undefined;
984
984
  }[];
985
985
  };
986
986
  totalWorkflows: number;