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