@kestra-io/kestra-sdk 1.3.0 → 2.0.0-dev.2e43ff28.eb2705ef

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 (1397) hide show
  1. package/dist/ai.d.ts +2 -0
  2. package/dist/ai.js +37 -0
  3. package/dist/apps.d.ts +2 -0
  4. package/dist/apps.js +95 -0
  5. package/dist/assets.d.ts +2 -0
  6. package/dist/assets.js +49 -0
  7. package/dist/audit-logs.d.ts +2 -0
  8. package/dist/audit-logs.js +31 -0
  9. package/dist/auths.d.ts +2 -0
  10. package/dist/auths.js +29 -0
  11. package/dist/banners.d.ts +2 -0
  12. package/dist/banners.js +18 -0
  13. package/dist/bindings.d.ts +2 -0
  14. package/dist/bindings.js +28 -0
  15. package/dist/blueprint-tags.d.ts +2 -0
  16. package/dist/blueprint-tags.js +13 -0
  17. package/dist/blueprints.d.ts +2 -0
  18. package/dist/blueprints.js +87 -0
  19. package/dist/client.d.ts +15 -0
  20. package/dist/client.gen-Cck1nGA2.js +570 -0
  21. package/dist/client.js +2 -0
  22. package/dist/cluster.d.ts +2 -0
  23. package/dist/cluster.js +7 -0
  24. package/dist/dashboards.d.ts +2 -0
  25. package/dist/dashboards.js +67 -0
  26. package/dist/executions.d.ts +2 -0
  27. package/dist/executions.js +217 -0
  28. package/dist/files.d.ts +2 -0
  29. package/dist/files.js +48 -0
  30. package/dist/flows.d.ts +2 -0
  31. package/dist/flows.js +147 -0
  32. package/dist/groups.d.ts +2 -0
  33. package/dist/groups.js +63 -0
  34. package/dist/index-B27Fh0cc.d.ts +2123 -0
  35. package/dist/index.d.ts +57 -0
  36. package/dist/index.js +302 -0
  37. package/dist/invitations.d.ts +2 -0
  38. package/dist/invitations.js +29 -0
  39. package/dist/kill-switches.d.ts +2 -0
  40. package/dist/kill-switches.js +18 -0
  41. package/dist/ks-Banners.gen-CFztT5Kc.d.ts +16 -0
  42. package/dist/ks-Cluster.gen-DIsFzvNi.d.ts +11 -0
  43. package/dist/ks-KillSwitches.gen-BRLUkj3m.d.ts +16 -0
  44. package/dist/ks-Login.gen-EPtT1Sua.d.ts +9 -0
  45. package/dist/ks-ScimGroups.gen-B2nf9YUU.d.ts +27 -0
  46. package/dist/ks-ScimUsers.gen-DSR-B_o_.d.ts +27 -0
  47. package/dist/ks-shared.gen-DOLnlDDx.d.ts +15 -0
  48. package/dist/kv.d.ts +2 -0
  49. package/dist/kv.js +33 -0
  50. package/dist/login.d.ts +2 -0
  51. package/dist/login.js +6 -0
  52. package/dist/logs.d.ts +2 -0
  53. package/dist/logs.js +25 -0
  54. package/dist/metrics.d.ts +2 -0
  55. package/dist/metrics.js +29 -0
  56. package/dist/misc.d.ts +2 -0
  57. package/dist/misc.js +29 -0
  58. package/dist/namespaces.d.ts +2 -0
  59. package/dist/namespaces.js +82 -0
  60. package/dist/outputs.d.ts +2 -0
  61. package/dist/outputs.js +13 -0
  62. package/dist/plugins.d.ts +2 -0
  63. package/dist/plugins.js +43 -0
  64. package/dist/roles.d.ts +2 -0
  65. package/dist/roles.js +46 -0
  66. package/dist/scim-configuration.d.ts +2 -0
  67. package/dist/scim-configuration.js +10 -0
  68. package/dist/scim-groups.d.ts +2 -0
  69. package/dist/scim-groups.js +28 -0
  70. package/dist/scim-users.d.ts +2 -0
  71. package/dist/scim-users.js +28 -0
  72. package/dist/sdk.gen-CFV9DDYS.js +12888 -0
  73. package/dist/sdk.gen-Q8oyZ3SN.d.ts +3469 -0
  74. package/dist/secrets.d.ts +2 -0
  75. package/dist/secrets.js +9 -0
  76. package/dist/security-integrations.d.ts +2 -0
  77. package/dist/security-integrations.js +36 -0
  78. package/dist/service-account.d.ts +2 -0
  79. package/dist/service-account.js +74 -0
  80. package/dist/services.d.ts +2 -0
  81. package/dist/services.js +9 -0
  82. package/dist/shared.d.ts +2 -0
  83. package/dist/shared.js +17 -0
  84. package/dist/tenant-access.d.ts +2 -0
  85. package/dist/tenant-access.js +28 -0
  86. package/dist/tenants.d.ts +2 -0
  87. package/dist/tenants.js +54 -0
  88. package/dist/test-suites.d.ts +2 -0
  89. package/dist/test-suites.js +80 -0
  90. package/dist/triggers.d.ts +2 -0
  91. package/dist/triggers.js +115 -0
  92. package/dist/types.gen-CZXAiwaT.d.ts +13257 -0
  93. package/dist/users.d.ts +2 -0
  94. package/dist/users.js +78 -0
  95. package/dist/worker-auth.d.ts +2 -0
  96. package/dist/worker-auth.js +17 -0
  97. package/dist/worker-groups.d.ts +2 -0
  98. package/dist/worker-groups.js +19 -0
  99. package/package.json +63 -452
  100. package/README.md +0 -769
  101. package/dist/AbstractFlow-C68hQfXI.mjs +0 -171
  102. package/dist/AbstractGraph-CV9srXKU.mjs +0 -83
  103. package/dist/AbstractGraphBranchType-BVHNIylw.mjs +0 -45
  104. package/dist/AbstractTrigger-CwNYjLRb.mjs +0 -174
  105. package/dist/AbstractTriggerForExecution-qtAlQDzN.mjs +0 -91
  106. package/dist/AbstractUser-CdSxNqyO.mjs +0 -166
  107. package/dist/AbstractUserTenantIdentityProvider-DKcRzYpu.mjs +0 -116
  108. package/dist/Action-BT4W1sls.mjs +0 -51
  109. package/dist/AiControllerAiProviderResponse-zLzpQ9Du.mjs +0 -82
  110. package/dist/AiControllerDashboardGenerationPrompt-DGCltS-Q.mjs +0 -113
  111. package/dist/AiControllerFlowGenerationPrompt-V4gX8Mph.mjs +0 -124
  112. package/dist/ApiAuth-BMNyesfZ.mjs +0 -83
  113. package/dist/ApiAutocomplete-B5pZB9__.mjs +0 -82
  114. package/dist/ApiClient-fBZ10h6n.mjs +0 -503
  115. package/dist/ApiClient.d.mts +0 -204
  116. package/dist/ApiClient.mjs +0 -3
  117. package/dist/ApiGroupSummary-BHD1MDr5.mjs +0 -76
  118. package/dist/ApiIds-mbuCcV46.mjs +0 -69
  119. package/dist/ApiPatchSuperAdminRequest-DbgU0EwE.mjs +0 -73
  120. package/dist/ApiRoleSummary-CNzx-NFi.mjs +0 -88
  121. package/dist/ApiSecretListResponseApiSecretMeta-CsHb_uRa.mjs +0 -92
  122. package/dist/ApiSecretMeta-ijHZgXwR.mjs +0 -74
  123. package/dist/ApiSecretMetaEE-MrYE9kOd.mjs +0 -109
  124. package/dist/ApiSecretTag-DKjl1cDS.mjs +0 -83
  125. package/dist/ApiSecretValue-DBUsb44L.mjs +0 -101
  126. package/dist/ApiTenant-C4B4N27B.mjs +0 -249
  127. package/dist/ApiTenantSummary-DSFI4OFX.mjs +0 -76
  128. package/dist/ApiToken-DlmzS6ra.mjs +0 -120
  129. package/dist/ApiTokenList-qXPhNmBe.mjs +0 -79
  130. package/dist/ApiUser-vBAodUWb.mjs +0 -229
  131. package/dist/AppGenerationPrompt-vX48aSB3.mjs +0 -90
  132. package/dist/AppResponse-yJ8zb3OK.mjs +0 -84
  133. package/dist/AppResponseUILayout-DH1S5DEB.mjs +0 -69
  134. package/dist/AppsControllerApiApp-C8RbZROp.mjs +0 -129
  135. package/dist/AppsControllerApiAppCatalogItem--AhHbaPD.mjs +0 -104
  136. package/dist/AppsControllerApiAppSource-CBYL1Ljr.mjs +0 -115
  137. package/dist/AppsControllerApiAppTags-C7QusRsf.mjs +0 -69
  138. package/dist/AppsControllerApiBulkImportResponse-DVJPshqy.mjs +0 -80
  139. package/dist/AppsControllerApiBulkImportResponseError-BmZCFCpm.mjs +0 -76
  140. package/dist/AppsControllerApiBulkOperationRequest-Rsy8Teou.mjs +0 -69
  141. package/dist/Assertion-IH5UJLL9.mjs +0 -186
  142. package/dist/AssertionResult-CHayBbcJ.mjs +0 -124
  143. package/dist/AssertionRunError-8u-S4ZfY.mjs +0 -81
  144. package/dist/Asset-QWv2ZEoy.mjs +0 -110
  145. package/dist/AssetIdentifier-CzXHaTTa.mjs +0 -76
  146. package/dist/AssetTopologyGraph-D8ge2U5g.mjs +0 -84
  147. package/dist/AssetTopologyGraphEdge-17HY74KH.mjs +0 -83
  148. package/dist/AssetTopologyGraphNode-BJtAlIO4.mjs +0 -95
  149. package/dist/AssetTopologyGraphNodeNodeType-CSWcxttc.mjs +0 -39
  150. package/dist/AssetsControllerApiAsset-BxMV-VHF.mjs +0 -121
  151. package/dist/AssetsControllerApiAssetLineageEvent-O73ba8Ov.mjs +0 -156
  152. package/dist/AssetsControllerApiAssetUsage-_YbpvXtW.mjs +0 -116
  153. package/dist/AssetsDeclaration-DmG6gtlE.mjs +0 -73
  154. package/dist/AssetsInOut-BT_nZJkV.mjs +0 -84
  155. package/dist/AttributeReference-BfCyKZ1I.mjs +0 -104
  156. package/dist/AuditLog-BSqvS79V.mjs +0 -187
  157. package/dist/AuditLogControllerApiAuditLogItem-BmR4mmAu.mjs +0 -66
  158. package/dist/AuditLogControllerAuditLogDiff-pyFjRri1.mjs +0 -76
  159. package/dist/AuditLogControllerAuditLogOption-BlQA7BdL.mjs +0 -82
  160. package/dist/AuditLogControllerFindRequest-CR3UQm3j.mjs +0 -82
  161. package/dist/AuditLogDetail-DiY3fwUL.mjs +0 -95
  162. package/dist/AuthControllerAuth-Sh2JBylb.mjs +0 -87
  163. package/dist/AuthControllerInvitationUserRequest-9z_4ngPP.mjs +0 -96
  164. package/dist/AuthControllerResetPasswordRequest-Cab-XbAo.mjs +0 -76
  165. package/dist/Backfill-wUd12WSz.mjs +0 -114
  166. package/dist/Banner-BST_Xh8q.mjs +0 -113
  167. package/dist/BannerType-DwR7iMyw.mjs +0 -45
  168. package/dist/BaseAuditLog-UGYoJPzl.mjs +0 -137
  169. package/dist/BaseResourcePatchRequest-C89yNOo4.mjs +0 -69
  170. package/dist/BaseResourceScimResource-CiOt5A_b.mjs +0 -69
  171. package/dist/BaseResourceSearchRequest-CSXA4M4L.mjs +0 -69
  172. package/dist/Binding-BT9cvfnv.mjs +0 -119
  173. package/dist/BindingType-C7TJLtiV.mjs +0 -39
  174. package/dist/Blueprint-C6RRKuHp.mjs +0 -124
  175. package/dist/BlueprintControllerApiBlueprintItem-BQFzKcbr.mjs +0 -103
  176. package/dist/BlueprintControllerApiBlueprintItemWithSource-CYPOrCSk.mjs +0 -145
  177. package/dist/BlueprintControllerApiBlueprintTagItem-CUs6E2nS.mjs +0 -82
  178. package/dist/BlueprintControllerApiFlowBlueprint-BsRU2_Bv.mjs +0 -118
  179. package/dist/BlueprintControllerFlowBlueprintCreateOrUpdate-Up7lST7X.mjs +0 -97
  180. package/dist/BlueprintControllerKind-zkagwFbw.mjs +0 -45
  181. package/dist/BlueprintControllerUseBlueprintTemplateRequest-CyO5Q7RY.mjs +0 -68
  182. package/dist/BlueprintControllerUseBlueprintTemplateResponse-BT3ev36z.mjs +0 -69
  183. package/dist/BlueprintTemplate-DCLsQIAM.mjs +0 -81
  184. package/dist/BlueprintWithFlowEntity-DtamLhQY.mjs +0 -173
  185. package/dist/Breakpoint-BMo8Lpao.mjs +0 -81
  186. package/dist/BulkErrorResponse-gdsFoYPP.mjs +0 -75
  187. package/dist/BulkImportAppsRequest-CT95BVdg.mjs +0 -69
  188. package/dist/BulkResponse-Bo_Avne5.mjs +0 -68
  189. package/dist/Cache-Db21YiXE.mjs +0 -80
  190. package/dist/ChartChartOption-MO6xLS9q.mjs +0 -89
  191. package/dist/ChartFiltersOverrides-BHwWh-RB.mjs +0 -110
  192. package/dist/Check-Dm5NvLlI.mjs +0 -97
  193. package/dist/CheckBehavior-BW341KoQ.mjs +0 -45
  194. package/dist/CheckStyle-PBSMhOAA.mjs +0 -51
  195. package/dist/Concurrency-DZBgP_AA.mjs +0 -82
  196. package/dist/ConcurrencyBehavior-DPce0aVe.mjs +0 -45
  197. package/dist/ConcurrencyLimit-C6dNYMdk.mjs +0 -102
  198. package/dist/Condition-BXpMolpU.mjs +0 -74
  199. package/dist/ConversionServiceProvider-BlJOMqSl.mjs +0 -73
  200. package/dist/ConvertibleMultiValuesString-Dqd9fijQ.mjs +0 -99
  201. package/dist/ConvertibleValuesListString-7fvm1BaY.mjs +0 -87
  202. package/dist/CreateApiTokenRequest-DhflX6aG.mjs +0 -94
  203. package/dist/CreateApiTokenResponse-CUIWvx6k.mjs +0 -83
  204. package/dist/CreateNamespaceFileRequest-1uWW6yJe.mjs +0 -69
  205. package/dist/CreateSecurityIntegrationRequest-B0pS090h.mjs +0 -99
  206. package/dist/CrudEventType-DnYDdG5I.mjs +0 -81
  207. package/dist/DailyExecutionStatistics-BDvZYNW9.mjs +0 -98
  208. package/dist/DailyExecutionStatisticsDuration-DchUuidi.mjs +0 -115
  209. package/dist/DailyExecutionStatisticsExecutionCounts-_UQd150u.mjs +0 -164
  210. package/dist/DashboardControllerDashboardResponse-Dvkjw4Q-.mjs +0 -147
  211. package/dist/DashboardControllerPreviewRequest-DNledDxj.mjs +0 -82
  212. package/dist/DashboardGenerationPrompt-Czndjqjs.mjs +0 -90
  213. package/dist/DeleteTriggersByQueryRequest-BhXJb5pH.mjs +0 -74
  214. package/dist/DependsOn-GNgHPHR5.mjs +0 -76
  215. package/dist/DocumentationWithSchema-C5pHza1Z.mjs +0 -77
  216. package/dist/EditionProviderEdition-GZVCLbet.mjs +0 -39
  217. package/dist/Email-Ce1n1pAv.mjs +0 -83
  218. package/dist/EvaluationType-BEVBskBx.mjs +0 -51
  219. package/dist/EventAppResponse-IseAy082.mjs +0 -98
  220. package/dist/EventExecution-eUXcifnM.mjs +0 -98
  221. package/dist/EventExecutionStatusEvent-RYNNC7_N.mjs +0 -98
  222. package/dist/ExecutableTaskSubflowId-7Nn9qyqT.mjs +0 -82
  223. package/dist/Execution-Ckx_siAG.mjs +0 -237
  224. package/dist/ExecutionControllerEvalResult-DYsyjDM4.mjs +0 -83
  225. package/dist/ExecutionControllerExecutionResponse-zmoxgU91.mjs +0 -328
  226. package/dist/ExecutionControllerLastExecutionResponse-DLplUZCS.mjs +0 -96
  227. package/dist/ExecutionControllerSetLabelsByIdsRequest-DI8EoEvK.mjs +0 -80
  228. package/dist/ExecutionControllerStateRequest-B5_vdw7N.mjs +0 -76
  229. package/dist/ExecutionKind-CympInQF.mjs +0 -45
  230. package/dist/ExecutionMetadata-CcYPxt7I.mjs +0 -74
  231. package/dist/ExecutionRepositoryInterfaceFlowFilter-CdF8VTKK.mjs +0 -83
  232. package/dist/ExecutionStatusEvent-D3dXXrV2.mjs +0 -98
  233. package/dist/ExecutionTrigger-CzKbJUnh.mjs +0 -96
  234. package/dist/ExecutionUsage-CdwmVH2s.mjs +0 -73
  235. package/dist/ExecutionsApi-WCYOCwYm.mjs +0 -1960
  236. package/dist/FileAttributes-B3z_wqBd.mjs +0 -100
  237. package/dist/FileAttributesFileType-DG3d4VvH.mjs +0 -39
  238. package/dist/FileMetas-B2AXSfNp.mjs +0 -73
  239. package/dist/Filter-ClQjji6i.mjs +0 -75
  240. package/dist/Fixtures-HC5Z2Uzn.mjs +0 -93
  241. package/dist/Flow-DislLHKM.mjs +0 -329
  242. package/dist/FlowControllerFlowWithDeprecatedTasks-CkzadfWl.mjs +0 -93
  243. package/dist/FlowControllerTaskValidationType-9u-2k9AY.mjs +0 -39
  244. package/dist/FlowForExecution-BQFjfsQZ.mjs +0 -277
  245. package/dist/FlowGenerationPrompt-Dp_sPtqt.mjs +0 -97
  246. package/dist/FlowGraph-OiT5dMX2.mjs +0 -102
  247. package/dist/FlowGraphCluster-B4yi_Q6m.mjs +0 -98
  248. package/dist/FlowGraphEdge-AwaV73vs.mjs +0 -84
  249. package/dist/FlowId-RzQVtdEJ.mjs +0 -89
  250. package/dist/FlowInterface-DQOEGjCr.mjs +0 -217
  251. package/dist/FlowNode-CVQ4262U.mjs +0 -88
  252. package/dist/FlowRelation-BfeorWYp.mjs +0 -39
  253. package/dist/FlowServiceTaskDeprecation-LF16LLm0.mjs +0 -83
  254. package/dist/FlowTopologyGraph-vnjB5A-w.mjs +0 -84
  255. package/dist/FlowTopologyGraphEdge-mflPUwOD.mjs +0 -83
  256. package/dist/FlowUsage-B9CCuxNT.mjs +0 -92
  257. package/dist/FlowWithSource-COuLirdF.mjs +0 -432
  258. package/dist/FlowsApi-BRj8Gas8.mjs +0 -1325
  259. package/dist/ForwardSupportTicketRequest-BrCa3vQv.mjs +0 -76
  260. package/dist/GroupIdentifier-DV7dq4r5.mjs +0 -89
  261. package/dist/GroupIdentifierMembership-DQfdgRy0.mjs +0 -39
  262. package/dist/GroupUsage-CWvHjkN6.mjs +0 -68
  263. package/dist/GroupsApi-CA3P8CIb.mjs +0 -471
  264. package/dist/HttpParameters-Q1Y7Uq7s.mjs +0 -111
  265. package/dist/IAMBindingControllerApiBindingDetail--OEOZZVZ.mjs +0 -107
  266. package/dist/IAMBindingControllerApiBindingGroup-BwqVes8y.mjs +0 -76
  267. package/dist/IAMBindingControllerApiBindingUser-DNDfX7f5.mjs +0 -90
  268. package/dist/IAMBindingControllerApiCreateBindingRequest-zc6_lqlJ.mjs +0 -103
  269. package/dist/IAMBindingControllerApiRole-Dm1M3rJ8.mjs +0 -76
  270. package/dist/IAMGroupControllerApiCreateGroupRequest-vDLO_Pmc.mjs +0 -88
  271. package/dist/IAMGroupControllerApiGroupDetail-DvaavHxN.mjs +0 -83
  272. package/dist/IAMGroupControllerApiGroupMember-Cz-DBPxP.mjs +0 -94
  273. package/dist/IAMGroupControllerApiGroupMembership-_fgeKe49.mjs +0 -89
  274. package/dist/IAMGroupControllerApiUpdateGroupRequest-BLOYxrKb.mjs +0 -84
  275. package/dist/IAMInvitationControllerApiInvitationCreateRequest-B2boQR0j.mjs +0 -104
  276. package/dist/IAMInvitationControllerApiInvitationDetail-CoupZ71P.mjs +0 -143
  277. package/dist/IAMInvitationControllerApiInvitationRole-6OGCl-3z.mjs +0 -81
  278. package/dist/IAMRoleControllerApiRoleCreateOrUpdateRequest-CdI0sR3m.mjs +0 -97
  279. package/dist/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions-910tlcd8.mjs +0 -244
  280. package/dist/IAMRoleControllerApiRoleDetail-C4Uxo3C_.mjs +0 -103
  281. package/dist/IAMServiceAccountControllerApiCreateServiceAccountRequest-JTbg7yIX.mjs +0 -95
  282. package/dist/IAMServiceAccountControllerApiGroup-QJINnSAZ.mjs +0 -69
  283. package/dist/IAMServiceAccountControllerApiPatchServiceAccountRequest-DbwuPM6o.mjs +0 -82
  284. package/dist/IAMServiceAccountControllerApiServiceAccountDetail-uNt1zY97.mjs +0 -109
  285. package/dist/IAMServiceAccountControllerApiServiceAccountRequest-6CJFHC5T.mjs +0 -99
  286. package/dist/IAMServiceAccountControllerApiServiceAccountResponse-D-z7tklT.mjs +0 -109
  287. package/dist/IAMTenantAccessControllerApiAuthentication-CBGI1dUc.mjs +0 -76
  288. package/dist/IAMTenantAccessControllerApiCreateTenantAccessRequest-0EFQgglx.mjs +0 -74
  289. package/dist/IAMTenantAccessControllerApiGroup-CvXEmFmJ.mjs +0 -82
  290. package/dist/IAMTenantAccessControllerApiRoleAssignment-T5XxzghQ.mjs +0 -108
  291. package/dist/IAMTenantAccessControllerApiTenantAccess-BbMtE9OT.mjs +0 -118
  292. package/dist/IAMTenantAccessControllerApiUserPermission-DqEEj00S.mjs +0 -77
  293. package/dist/IAMTenantAccessControllerApiUserTenantAccess-CasF7fbt.mjs +0 -112
  294. package/dist/IAMTenantAccessControllerUserApiAutocomplete-D_xcdwn4.mjs +0 -105
  295. package/dist/IAMUserControllerApiCreateOrUpdateUserRequest-CdA3xDw9.mjs +0 -121
  296. package/dist/IAMUserControllerApiGroup-1i89N0by.mjs +0 -76
  297. package/dist/IAMUserControllerApiPatchRestrictedRequest-CeeWS3c5.mjs +0 -73
  298. package/dist/IAMUserControllerApiPatchUserPasswordRequest-Cd7v25xx.mjs +0 -74
  299. package/dist/IAMUserControllerApiUser-7hm6Oyfj.mjs +0 -149
  300. package/dist/IAMUserControllerApiUserAuth-WWYnrc3I.mjs +0 -83
  301. package/dist/IAMUserControllerApiUserSummary-DMHfTRbP.mjs +0 -111
  302. package/dist/IAMUserGroupControllerApiUpdateUserGroupsRequest-DzqFmJVj.mjs +0 -69
  303. package/dist/IQueryFilter-C0EgxMlb.d.mts +0 -14
  304. package/dist/IdWithNamespace-Dms8_GVt.mjs +0 -76
  305. package/dist/IdentityProvider-BzdXADiq.mjs +0 -89
  306. package/dist/ImportPluginDefaultsRequest-0LkA3ZP6.mjs +0 -68
  307. package/dist/InputObject-C6GD5E0Q.mjs +0 -126
  308. package/dist/InputType-DcNvwAuo.mjs +0 -76
  309. package/dist/InstanceControllerApiActiveService-C5BlPDaD.mjs +0 -75
  310. package/dist/InstanceControllerApiActiveServiceList-B3v8Zb4b.mjs +0 -79
  311. package/dist/InstanceControllerApiCreateOrUpdateWorkerGroupRequest-CL5_fOY0.mjs +0 -91
  312. package/dist/InstanceControllerApiPluginArtifact-IQvfRATp.mjs +0 -97
  313. package/dist/InstanceControllerApiPluginArtifactListPluginArtifact-BEvHjF5x.mjs +0 -75
  314. package/dist/InstanceControllerApiPluginArtifactListPluginResolutionResult-D5MPfIb8.mjs +0 -75
  315. package/dist/InstanceControllerApiPluginListRequest-GkfBZd2a.mjs +0 -69
  316. package/dist/InstanceControllerApiPluginVersionDetails-CqOtOxKu.mjs +0 -115
  317. package/dist/InstanceControllerApiPluginVersionDetailsApiPluginClass-BH15xLdC.mjs +0 -76
  318. package/dist/InstanceControllerApiPluginVersionDetailsApiPluginClasses-gUHOLnlu.mjs +0 -80
  319. package/dist/InstanceControllerApiPluginVersions-Y4pr4Oxo.mjs +0 -87
  320. package/dist/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata-CZ7rtSoO.mjs +0 -77
  321. package/dist/InstanceControllerApiServerInstance-BqQHIkFz.mjs +0 -90
  322. package/dist/InstanceControllerApiServiceInstance-BMk31yxs.mjs +0 -103
  323. package/dist/InstanceControllerApiWorkerGroup-Dd4Vkmgy.mjs +0 -94
  324. package/dist/InstanceControllerApiWorkerGroupDetails-Csiv8kkg.mjs +0 -106
  325. package/dist/InstanceControllerApiWorkerGroupItem-ZwUW9uQW.mjs +0 -94
  326. package/dist/InstanceControllerApiWorkerGroupList-D3gA4xeL.mjs +0 -75
  327. package/dist/Invitation-Cbbp6cPp.mjs +0 -165
  328. package/dist/InvitationInvitationStatus-oogdcpf5.mjs +0 -45
  329. package/dist/Isolation-LwSzTA0F.mjs +0 -76
  330. package/dist/KVApi-BiWB5HEJ.mjs +0 -303
  331. package/dist/KVControllerApiDeleteBulkRequest-CkfcI8OG.mjs +0 -69
  332. package/dist/KVControllerApiDeleteBulkResponse-BeGXJEwJ.mjs +0 -69
  333. package/dist/KVControllerKvDetail-DrmISo4q.mjs +0 -87
  334. package/dist/KVEntry-giTLUh__.mjs +0 -107
  335. package/dist/KVType-mtrFDQZa.mjs +0 -69
  336. package/dist/KestraClient-Djtth0SS.mjs +0 -45
  337. package/dist/KestraClient.d.mts +0 -219
  338. package/dist/KestraClient.mjs +0 -197
  339. package/dist/KillSwitch-2gVKZYEZ.mjs +0 -155
  340. package/dist/Label-NQsPduJI.mjs +0 -84
  341. package/dist/LeftSidebarConfiguration-Drquiwsa.mjs +0 -69
  342. package/dist/Level-C7urWy3V.mjs +0 -57
  343. package/dist/LogEntry-DG0tvovL.mjs +0 -151
  344. package/dist/MapObjectObject-CiMbke6f.mjs +0 -68
  345. package/dist/MeControllerApiMe-oIu96Z8s.mjs +0 -111
  346. package/dist/MeControllerApiProfile-B4wNX9yH.mjs +0 -90
  347. package/dist/MeControllerApiTenant-sZykFWi5.mjs +0 -83
  348. package/dist/MeControllerApiUpdatePasswordRequest-B5y4Iq2g.mjs +0 -76
  349. package/dist/MeControllerApiUserDetailsRequest-t4ezw13u.mjs +0 -83
  350. package/dist/Meta-D6s3GBjs.mjs +0 -95
  351. package/dist/Metric-K39dEbHg.mjs +0 -107
  352. package/dist/MetricAggregation-BTUmiOd9.mjs +0 -88
  353. package/dist/MetricAggregations-5rHHCQ18.mjs +0 -87
  354. package/dist/MetricEntry-CSF9NGyS.mjs +0 -158
  355. package/dist/MetricTag-DEsnzwGm.mjs +0 -76
  356. package/dist/MiscControllerApiUsage-C3pWGbQa.mjs +0 -66
  357. package/dist/MiscControllerConfiguration-CpjI_Omn.mjs +0 -194
  358. package/dist/MiscControllerEEConfiguration-65KIpPrB.mjs +0 -410
  359. package/dist/MiscControllerEnvironment-B9dlsDB8.mjs +0 -76
  360. package/dist/MiscControllerLicenseInfo-B5PRgBzh.mjs +0 -111
  361. package/dist/MiscControllerPluginIdAndVersion-CBmGbLwd.mjs +0 -76
  362. package/dist/MiscControllerPreview-3BO_VVQK.mjs +0 -74
  363. package/dist/MiscControllerTenantConfigurationInfo-CHOkwPtC.mjs +0 -74
  364. package/dist/Name-DllfVQYn.mjs +0 -77
  365. package/dist/Namespace-D_vTm-7I.mjs +0 -194
  366. package/dist/NamespaceAllowedNamespace-CmLpc6Aj.mjs +0 -74
  367. package/dist/NamespaceControllerApiInheritedPluginDefaultFromNamespace-CtLPfYvN.mjs +0 -93
  368. package/dist/NamespaceFileRevision-D8aly7TU.mjs +0 -68
  369. package/dist/NamespaceLight-CrWM7GWm.mjs +0 -74
  370. package/dist/NamespacesApi-CxsvqnRJ.mjs +0 -594
  371. package/dist/Output-BiBqpuJQ.mjs +0 -117
  372. package/dist/OutputValue-D5nRliVj.mjs +0 -82
  373. package/dist/PageRequest-Bw9mqSHu.mjs +0 -74
  374. package/dist/PagedResultsApiGroupSummary-hAPWYEf2.mjs +0 -86
  375. package/dist/PagedResultsApiRoleSummary-Ynlhr0r_.mjs +0 -86
  376. package/dist/PagedResultsAppsControllerApiApp-DAgUwvqL.mjs +0 -86
  377. package/dist/PagedResultsAppsControllerApiAppCatalogItem-CLHNgWBW.mjs +0 -86
  378. package/dist/PagedResultsAssetsControllerApiAsset-Bqro_4kv.mjs +0 -86
  379. package/dist/PagedResultsAssetsControllerApiAssetLineageEvent-tvYvO0Yr.mjs +0 -86
  380. package/dist/PagedResultsAssetsControllerApiAssetUsage-z2SLoJnH.mjs +0 -86
  381. package/dist/PagedResultsAuditLogControllerApiAuditLogItem-DJNPihFB.mjs +0 -86
  382. package/dist/PagedResultsBlueprint-CxxvAcug.mjs +0 -86
  383. package/dist/PagedResultsBlueprintControllerApiBlueprintItem-BWeXuw8e.mjs +0 -86
  384. package/dist/PagedResultsConcurrencyLimit-DXaP7U1F.mjs +0 -86
  385. package/dist/PagedResultsDashboardControllerDashboardResponse-Bwe__-SU.mjs +0 -86
  386. package/dist/PagedResultsExecution-BG9g7IxC.mjs +0 -86
  387. package/dist/PagedResultsFlow-Bi0BjEoP.mjs +0 -86
  388. package/dist/PagedResultsIAMBindingControllerApiBindingDetail-DZfcoC8J.mjs +0 -86
  389. package/dist/PagedResultsIAMGroupControllerApiGroupMember-B994yMyU.mjs +0 -86
  390. package/dist/PagedResultsIAMInvitationControllerApiInvitationDetail-BgRofYmB.mjs +0 -86
  391. package/dist/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail-pPQI_SKN.mjs +0 -86
  392. package/dist/PagedResultsIAMTenantAccessControllerApiUserTenantAccess-y5oTvJ8l.mjs +0 -86
  393. package/dist/PagedResultsIAMUserControllerApiUserSummary-Dif8sSzX.mjs +0 -86
  394. package/dist/PagedResultsInstanceControllerApiPluginArtifact-DSYlxCTk.mjs +0 -86
  395. package/dist/PagedResultsInstanceControllerApiServiceInstance-DsxoWYq1.mjs +0 -86
  396. package/dist/PagedResultsKVEntry-CT8M6C7O.mjs +0 -86
  397. package/dist/PagedResultsLogEntry-CXm6frCJ.mjs +0 -86
  398. package/dist/PagedResultsMapStringObject-DRKQlogb.mjs +0 -82
  399. package/dist/PagedResultsMetricEntry-Byi5MA8w.mjs +0 -86
  400. package/dist/PagedResultsNamespace-CdBhFBIk.mjs +0 -86
  401. package/dist/PagedResultsSearchResultFlow-CPXqfsKS.mjs +0 -86
  402. package/dist/PagedResultsTenant-DD9RwysM.mjs +0 -86
  403. package/dist/PagedResultsTestSuite-ByDMit8v.mjs +0 -86
  404. package/dist/PagedResultsTestSuiteRunResult-CBHpg4Ux.mjs +0 -86
  405. package/dist/PagedResultsTrigger-B2GqIop0.mjs +0 -86
  406. package/dist/PagedResultsTriggerControllerTriggers-B3LBokJS.mjs +0 -86
  407. package/dist/PatchOperation-DPZhMDE6.mjs +0 -83
  408. package/dist/PatchOperationPath-9L1igBWj.mjs +0 -58
  409. package/dist/PatchOperationType-DFRG4X2E.mjs +0 -45
  410. package/dist/PatchRequest-fslKw7SG.mjs +0 -88
  411. package/dist/Permission-7IzIZMO2.mjs +0 -183
  412. package/dist/Plugin-DcbQTL4w.mjs +0 -287
  413. package/dist/PluginArtifact-C1u-9Lx1.mjs +0 -104
  414. package/dist/PluginArtifactMetadata-CoQOIAah.mjs +0 -94
  415. package/dist/PluginControllerApiPluginVersions-BwS5sVOE.mjs +0 -76
  416. package/dist/PluginDefault-DXni4W8J.mjs +0 -86
  417. package/dist/PluginIcon-Cz3J23nW.mjs +0 -82
  418. package/dist/PluginPluginElementMetadata-BWFEk2Uu.mjs +0 -89
  419. package/dist/PluginSchema-D26-VX90.mjs +0 -80
  420. package/dist/PluginSubGroupPluginCategory-CYdKL28f.mjs +0 -129
  421. package/dist/PropertyBoolean-b7O8MU73.mjs +0 -90
  422. package/dist/PropertyDouble-CfX2Ge_l.mjs +0 -90
  423. package/dist/PropertyDuration-CY_9LOQ0.mjs +0 -90
  424. package/dist/PropertyListAsset-BpSKBrt4.mjs +0 -90
  425. package/dist/PropertyListAssetIdentifier-CzPTxMuQ.mjs +0 -90
  426. package/dist/PropertyListString-C33CuVHR.mjs +0 -90
  427. package/dist/PropertyObject-BQnT5ThZ.mjs +0 -90
  428. package/dist/PropertyString-bcv_q08o.mjs +0 -90
  429. package/dist/QueryFilter-QU-EfvQ4.mjs +0 -82
  430. package/dist/QueryFilterField-CqQvMUwu.mjs +0 -219
  431. package/dist/QueryFilterOp-I6iNIMKZ.mjs +0 -105
  432. package/dist/RBACServiceRoleAssignmentRoleOrigin-CRNwVfs7.mjs +0 -39
  433. package/dist/Relation-CVeYxMEL.mjs +0 -76
  434. package/dist/Relation1-BDnipNXA.mjs +0 -39
  435. package/dist/RelationType-DRy2FlSX.mjs +0 -69
  436. package/dist/ResourceType-qOZOQR5g.mjs +0 -213
  437. package/dist/ResourceType1-gr-fDXQF.mjs +0 -228
  438. package/dist/ResourceTypeSchemaExtensionConfiguration-DS3tMpIZ.mjs +0 -75
  439. package/dist/RightSidebarConfiguration-dzafaLKa.mjs +0 -69
  440. package/dist/RightSidebarConfigurationCustomLink-B81TV4b8.mjs +0 -76
  441. package/dist/Role-BhSIvvGJ.mjs +0 -122
  442. package/dist/RoleUsage-Cb7vYWnn.mjs +0 -68
  443. package/dist/RolesApi-IcjeozX6.mjs +0 -286
  444. package/dist/SDKAuth-B50OQGF_.mjs +0 -83
  445. package/dist/SLA-7xILhPt6.mjs +0 -104
  446. package/dist/SLABehavior-CoTQEZUy.mjs +0 -45
  447. package/dist/SLALabels-KGnyzIXp.mjs +0 -90
  448. package/dist/SLAType-Uw2BNRmn.mjs +0 -39
  449. package/dist/Schema-Da3gF83B.mjs +0 -107
  450. package/dist/SchemaAttribute-B1PL1Quy.mjs +0 -175
  451. package/dist/SchemaAttributeMutability-CxFBIbFd.mjs +0 -51
  452. package/dist/SchemaAttributeReturned-CYiIDX1C.mjs +0 -51
  453. package/dist/SchemaAttributeType-BUjj2StW.mjs +0 -75
  454. package/dist/SchemaAttributeUniqueness-CGRGT14X.mjs +0 -45
  455. package/dist/SchemaType--MpMdRt9.mjs +0 -75
  456. package/dist/ScimExtension-Ddp3MFOo.mjs +0 -69
  457. package/dist/ScimResource-D8tIRxVj.mjs +0 -125
  458. package/dist/ScimResourceWithOptionalId-kb_ztvI1.mjs +0 -157
  459. package/dist/ScimUser-kHMwZt5U.mjs +0 -208
  460. package/dist/SearchRequest-B2rDuq3l.mjs +0 -148
  461. package/dist/SearchResultFlow-D0Gk3oZI.mjs +0 -77
  462. package/dist/SecurityIntegrationType-CjK3O3Ee.mjs +0 -31
  463. package/dist/ServerConfig-CiAgqjDW.mjs +0 -90
  464. package/dist/ServerConfigLiveness-C62J7Tal.mjs +0 -120
  465. package/dist/ServerInstance-CEx2p156.mjs +0 -129
  466. package/dist/ServerInstanceType-CwvVeo6m.mjs +0 -39
  467. package/dist/ServiceAccountApi-DAZOUbz0.mjs +0 -583
  468. package/dist/ServiceInstance-BTuVwfSH.mjs +0 -145
  469. package/dist/ServiceInstanceTimestampedEvent-CztQuvrM.mjs +0 -89
  470. package/dist/ServiceProviderConfiguration-DVPpBz3U.mjs +0 -252
  471. package/dist/ServiceProviderConfigurationAuthenticationSchema-CVSunWfh.mjs +0 -97
  472. package/dist/ServiceProviderConfigurationAuthenticationSchemaType-CMsZh0Q6.mjs +0 -57
  473. package/dist/ServiceProviderConfigurationBulkConfiguration-Bx3g-52z.mjs +0 -88
  474. package/dist/ServiceProviderConfigurationFilterConfiguration-kKml2xek.mjs +0 -82
  475. package/dist/ServiceProviderConfigurationSupportedConfiguration-bjI6AMJY.mjs +0 -68
  476. package/dist/ServiceServiceState-C7RWhVk-.mjs +0 -87
  477. package/dist/ServiceType-aIzMRT54.mjs +0 -63
  478. package/dist/SetAppsCatalogLogoRequest-Dla4613I.mjs +0 -69
  479. package/dist/SetupConfiguration-Bwh-dK-l.mjs +0 -109
  480. package/dist/SoftDeletableFlowInterface-BuYSJeqE.mjs +0 -68
  481. package/dist/SortOrder-BN_PRikb.mjs +0 -39
  482. package/dist/SortRequest-D0QGSTcM.mjs +0 -65
  483. package/dist/State-DVXHVcVv.mjs +0 -134
  484. package/dist/StateHistory-CKitluwW.mjs +0 -82
  485. package/dist/StateType-CA4aMnXy.mjs +0 -129
  486. package/dist/SupportDebugInfo-OurXmkQ8.mjs +0 -133
  487. package/dist/SupportDebugInfoAuthType-2sXtOBc2.mjs +0 -45
  488. package/dist/SupportDebugInfoDeploymentType-C02mbKJG.mjs +0 -51
  489. package/dist/Task-FeMW3wXo.mjs +0 -174
  490. package/dist/TaskFixture-CCwz5_h2.mjs +0 -112
  491. package/dist/TaskForExecution-BDSKlqYb.mjs +0 -120
  492. package/dist/TaskRun-DfrMpzji.mjs +0 -184
  493. package/dist/TaskRunAttempt-dzhuP0_u.mjs +0 -89
  494. package/dist/Tenant-G7HGU9D9.mjs +0 -178
  495. package/dist/TenantAppCatalogConfig-Ifpyz0HN.mjs +0 -83
  496. package/dist/TenantControllerAppsCatalogConfigRequest-fdy4dn5l.mjs +0 -83
  497. package/dist/TenantControllerAppsCatalogConfigResponse-D19wODxM.mjs +0 -90
  498. package/dist/TenantInterface-KicoRPTW.mjs +0 -69
  499. package/dist/TenantUsage-DcciI3BN.mjs +0 -68
  500. package/dist/TestState-B4ewj54k.mjs +0 -51
  501. package/dist/TestSuite-BqV0kRrr.mjs +0 -136
  502. package/dist/TestSuiteControllerRunRequest-Dnm1Eb__.mjs +0 -69
  503. package/dist/TestSuiteControllerSearchTestsLastResult-BAPDwqWp.mjs +0 -73
  504. package/dist/TestSuiteControllerTestSuiteApiId-CUfb7Xa6.mjs +0 -83
  505. package/dist/TestSuiteControllerTestSuiteBulkRequest-C7FeBWi8.mjs +0 -78
  506. package/dist/TestSuiteControllerTestsLastResultResponse-CjtDh37I.mjs +0 -73
  507. package/dist/TestSuiteGenerationPrompt-CVib6nRy.mjs +0 -97
  508. package/dist/TestSuiteRunResult-CTOGUzAN.mjs +0 -145
  509. package/dist/TestSuiteServiceRunByQueryRequest-Cgq44MqD.mjs +0 -89
  510. package/dist/TestSuiteServiceTestRunByQueryResult-jVJiAzQZ.mjs +0 -100
  511. package/dist/TestSuitesApi-DdKvw7ow.mjs +0 -608
  512. package/dist/TheLabelsToPassToTheExecutionCreated-D-jJPJjD.mjs +0 -90
  513. package/dist/TimeWindow-yZHN4x2t.mjs +0 -76
  514. package/dist/Trigger-DWrZ3-4N.mjs +0 -209
  515. package/dist/TriggerContext-D-5YLMeU.mjs +0 -142
  516. package/dist/TriggerControllerSetDisabledRequest-IHLc-nWF.mjs +0 -86
  517. package/dist/TriggerControllerTriggers-DygQgDZt.mjs +0 -66
  518. package/dist/TriggerFixture-Ceo47lhR.mjs +0 -89
  519. package/dist/TriggersApi-hJoppR8F.mjs +0 -846
  520. package/dist/Type-DedIPHdh.mjs +0 -141
  521. package/dist/UnitTest-BMo6wCX1.mjs +0 -121
  522. package/dist/UnitTestResult-DexATQfC.mjs +0 -146
  523. package/dist/UploadVersionedPluginsRequest-B2YVuxeq.mjs +0 -79
  524. package/dist/UsageEE-GrVuXdLg.mjs +0 -110
  525. package/dist/UserGroup-BXP6S-Cm.mjs +0 -90
  526. package/dist/UserGroupType-C2C5nzSz.mjs +0 -39
  527. package/dist/UserType-BsLznrlV.mjs +0 -39
  528. package/dist/UserUsage-CgG-gPko.mjs +0 -102
  529. package/dist/UsernamePasswordCredentials-tXD0PZcY.mjs +0 -97
  530. package/dist/UsersApi-Br4olMOF.mjs +0 -620
  531. package/dist/ValidateConstraintViolation-CwVxXtff.mjs +0 -128
  532. package/dist/ValuePathExpression-DL6K1L9B.mjs +0 -76
  533. package/dist/WebhookResponse-f1E_L-Fq.mjs +0 -136
  534. package/dist/WorkerGroup-COoO34xB.mjs +0 -76
  535. package/dist/WorkerGroupFallback-B6jAaIQG.mjs +0 -45
  536. package/dist/WorkerTaskRestartStrategy-CXYJhhQE.mjs +0 -45
  537. package/dist/api/ExecutionsApi.d.mts +0 -990
  538. package/dist/api/ExecutionsApi.mjs +0 -57
  539. package/dist/api/FlowsApi.d.mts +0 -716
  540. package/dist/api/FlowsApi.mjs +0 -68
  541. package/dist/api/GroupsApi.d.mts +0 -228
  542. package/dist/api/GroupsApi.mjs +0 -19
  543. package/dist/api/KVApi.d.mts +0 -148
  544. package/dist/api/KVApi.mjs +0 -14
  545. package/dist/api/NamespacesApi.d.mts +0 -295
  546. package/dist/api/NamespacesApi.mjs +0 -25
  547. package/dist/api/RolesApi.d.mts +0 -138
  548. package/dist/api/RolesApi.mjs +0 -13
  549. package/dist/api/ServiceAccountApi.d.mts +0 -269
  550. package/dist/api/ServiceAccountApi.mjs +0 -18
  551. package/dist/api/TestSuitesApi.d.mts +0 -318
  552. package/dist/api/TestSuitesApi.mjs +0 -29
  553. package/dist/api/TriggersApi.d.mts +0 -415
  554. package/dist/api/TriggersApi.mjs +0 -30
  555. package/dist/api/UsersApi.d.mts +0 -312
  556. package/dist/api/UsersApi.mjs +0 -30
  557. package/dist/index.d.mts +0 -433
  558. package/dist/index.mjs +0 -448
  559. package/dist/model/AbstractFlow.d.mts +0 -91
  560. package/dist/model/AbstractFlow.mjs +0 -12
  561. package/dist/model/AbstractGraph.d.mts +0 -47
  562. package/dist/model/AbstractGraph.mjs +0 -5
  563. package/dist/model/AbstractGraphBranchType.d.mts +0 -46
  564. package/dist/model/AbstractGraphBranchType.mjs +0 -4
  565. package/dist/model/AbstractTrigger.d.mts +0 -104
  566. package/dist/model/AbstractTrigger.mjs +0 -16
  567. package/dist/model/AbstractTriggerForExecution.d.mts +0 -57
  568. package/dist/model/AbstractTriggerForExecution.mjs +0 -4
  569. package/dist/model/AbstractUser.d.mts +0 -87
  570. package/dist/model/AbstractUser.mjs +0 -9
  571. package/dist/model/AbstractUserTenantIdentityProvider.d.mts +0 -50
  572. package/dist/model/AbstractUserTenantIdentityProvider.mjs +0 -5
  573. package/dist/model/Action.d.mts +0 -52
  574. package/dist/model/Action.mjs +0 -4
  575. package/dist/model/AiControllerAiProviderResponse.d.mts +0 -44
  576. package/dist/model/AiControllerAiProviderResponse.mjs +0 -4
  577. package/dist/model/AiControllerDashboardGenerationPrompt.d.mts +0 -58
  578. package/dist/model/AiControllerDashboardGenerationPrompt.mjs +0 -5
  579. package/dist/model/AiControllerFlowGenerationPrompt.d.mts +0 -61
  580. package/dist/model/AiControllerFlowGenerationPrompt.mjs +0 -5
  581. package/dist/model/ApiAuth.d.mts +0 -44
  582. package/dist/model/ApiAuth.mjs +0 -4
  583. package/dist/model/ApiAutocomplete.d.mts +0 -44
  584. package/dist/model/ApiAutocomplete.mjs +0 -4
  585. package/dist/model/ApiGroupSummary.d.mts +0 -41
  586. package/dist/model/ApiGroupSummary.mjs +0 -4
  587. package/dist/model/ApiIds.d.mts +0 -38
  588. package/dist/model/ApiIds.mjs +0 -4
  589. package/dist/model/ApiPatchSuperAdminRequest.d.mts +0 -47
  590. package/dist/model/ApiPatchSuperAdminRequest.mjs +0 -4
  591. package/dist/model/ApiRoleSummary.d.mts +0 -47
  592. package/dist/model/ApiRoleSummary.mjs +0 -4
  593. package/dist/model/ApiSecretListResponseApiSecretMeta.d.mts +0 -57
  594. package/dist/model/ApiSecretListResponseApiSecretMeta.mjs +0 -7
  595. package/dist/model/ApiSecretMeta.d.mts +0 -47
  596. package/dist/model/ApiSecretMeta.mjs +0 -4
  597. package/dist/model/ApiSecretMetaEE.d.mts +0 -61
  598. package/dist/model/ApiSecretMetaEE.mjs +0 -6
  599. package/dist/model/ApiSecretTag.d.mts +0 -51
  600. package/dist/model/ApiSecretTag.mjs +0 -4
  601. package/dist/model/ApiSecretValue.d.mts +0 -60
  602. package/dist/model/ApiSecretValue.mjs +0 -5
  603. package/dist/model/ApiTenant.d.mts +0 -103
  604. package/dist/model/ApiTenant.mjs +0 -11
  605. package/dist/model/ApiTenantSummary.d.mts +0 -41
  606. package/dist/model/ApiTenantSummary.mjs +0 -4
  607. package/dist/model/ApiToken.d.mts +0 -62
  608. package/dist/model/ApiToken.mjs +0 -4
  609. package/dist/model/ApiTokenList.d.mts +0 -44
  610. package/dist/model/ApiTokenList.mjs +0 -5
  611. package/dist/model/ApiUser.d.mts +0 -90
  612. package/dist/model/ApiUser.mjs +0 -11
  613. package/dist/model/AppGenerationPrompt.d.mts +0 -47
  614. package/dist/model/AppGenerationPrompt.mjs +0 -4
  615. package/dist/model/AppResponse.d.mts +0 -47
  616. package/dist/model/AppResponse.mjs +0 -5
  617. package/dist/model/AppResponseUILayout.d.mts +0 -38
  618. package/dist/model/AppResponseUILayout.mjs +0 -4
  619. package/dist/model/AppsControllerApiApp.d.mts +0 -65
  620. package/dist/model/AppsControllerApiApp.mjs +0 -4
  621. package/dist/model/AppsControllerApiAppCatalogItem.d.mts +0 -53
  622. package/dist/model/AppsControllerApiAppCatalogItem.mjs +0 -4
  623. package/dist/model/AppsControllerApiAppSource.d.mts +0 -59
  624. package/dist/model/AppsControllerApiAppSource.mjs +0 -4
  625. package/dist/model/AppsControllerApiAppTags.d.mts +0 -38
  626. package/dist/model/AppsControllerApiAppTags.mjs +0 -4
  627. package/dist/model/AppsControllerApiBulkImportResponse.d.mts +0 -44
  628. package/dist/model/AppsControllerApiBulkImportResponse.mjs +0 -5
  629. package/dist/model/AppsControllerApiBulkImportResponseError.d.mts +0 -41
  630. package/dist/model/AppsControllerApiBulkImportResponseError.mjs +0 -4
  631. package/dist/model/AppsControllerApiBulkOperationRequest.d.mts +0 -38
  632. package/dist/model/AppsControllerApiBulkOperationRequest.mjs +0 -4
  633. package/dist/model/Assertion.d.mts +0 -95
  634. package/dist/model/Assertion.mjs +0 -4
  635. package/dist/model/AssertionResult.d.mts +0 -68
  636. package/dist/model/AssertionResult.mjs +0 -4
  637. package/dist/model/AssertionRunError.d.mts +0 -50
  638. package/dist/model/AssertionRunError.mjs +0 -4
  639. package/dist/model/Asset.d.mts +0 -63
  640. package/dist/model/Asset.mjs +0 -4
  641. package/dist/model/AssetIdentifier.d.mts +0 -41
  642. package/dist/model/AssetIdentifier.mjs +0 -4
  643. package/dist/model/AssetTopologyGraph.d.mts +0 -43
  644. package/dist/model/AssetTopologyGraph.mjs +0 -8
  645. package/dist/model/AssetTopologyGraphEdge.d.mts +0 -47
  646. package/dist/model/AssetTopologyGraphEdge.mjs +0 -5
  647. package/dist/model/AssetTopologyGraphNode.d.mts +0 -59
  648. package/dist/model/AssetTopologyGraphNode.mjs +0 -5
  649. package/dist/model/AssetTopologyGraphNodeNodeType.d.mts +0 -40
  650. package/dist/model/AssetTopologyGraphNodeNodeType.mjs +0 -4
  651. package/dist/model/AssetsControllerApiAsset.d.mts +0 -62
  652. package/dist/model/AssetsControllerApiAsset.mjs +0 -4
  653. package/dist/model/AssetsControllerApiAssetLineageEvent.d.mts +0 -76
  654. package/dist/model/AssetsControllerApiAssetLineageEvent.mjs +0 -5
  655. package/dist/model/AssetsControllerApiAssetUsage.d.mts +0 -59
  656. package/dist/model/AssetsControllerApiAssetUsage.mjs +0 -4
  657. package/dist/model/AssetsDeclaration.d.mts +0 -50
  658. package/dist/model/AssetsDeclaration.mjs +0 -8
  659. package/dist/model/AssetsInOut.d.mts +0 -43
  660. package/dist/model/AssetsInOut.mjs +0 -6
  661. package/dist/model/AttributeReference.d.mts +0 -53
  662. package/dist/model/AttributeReference.mjs +0 -4
  663. package/dist/model/AuditLog.d.mts +0 -85
  664. package/dist/model/AuditLog.mjs +0 -9
  665. package/dist/model/AuditLogControllerApiAuditLogItem.d.mts +0 -57
  666. package/dist/model/AuditLogControllerApiAuditLogItem.mjs +0 -18
  667. package/dist/model/AuditLogControllerAuditLogDiff.d.mts +0 -41
  668. package/dist/model/AuditLogControllerAuditLogDiff.mjs +0 -4
  669. package/dist/model/AuditLogControllerAuditLogOption.d.mts +0 -44
  670. package/dist/model/AuditLogControllerAuditLogOption.mjs +0 -4
  671. package/dist/model/AuditLogControllerFindRequest.d.mts +0 -48
  672. package/dist/model/AuditLogControllerFindRequest.mjs +0 -6
  673. package/dist/model/AuditLogDetail.d.mts +0 -60
  674. package/dist/model/AuditLogDetail.mjs +0 -6
  675. package/dist/model/AuthControllerAuth.d.mts +0 -47
  676. package/dist/model/AuthControllerAuth.mjs +0 -4
  677. package/dist/model/AuthControllerInvitationUserRequest.d.mts +0 -55
  678. package/dist/model/AuthControllerInvitationUserRequest.mjs +0 -4
  679. package/dist/model/AuthControllerResetPasswordRequest.d.mts +0 -41
  680. package/dist/model/AuthControllerResetPasswordRequest.mjs +0 -4
  681. package/dist/model/Backfill.d.mts +0 -68
  682. package/dist/model/Backfill.mjs +0 -5
  683. package/dist/model/Banner.d.mts +0 -68
  684. package/dist/model/Banner.mjs +0 -5
  685. package/dist/model/BannerType.d.mts +0 -46
  686. package/dist/model/BannerType.mjs +0 -4
  687. package/dist/model/BaseAuditLog.d.mts +0 -78
  688. package/dist/model/BaseAuditLog.mjs +0 -8
  689. package/dist/model/BaseResourcePatchRequest.d.mts +0 -38
  690. package/dist/model/BaseResourcePatchRequest.mjs +0 -4
  691. package/dist/model/BaseResourceScimResource.d.mts +0 -38
  692. package/dist/model/BaseResourceScimResource.mjs +0 -4
  693. package/dist/model/BaseResourceSearchRequest.d.mts +0 -38
  694. package/dist/model/BaseResourceSearchRequest.mjs +0 -4
  695. package/dist/model/Binding.d.mts +0 -68
  696. package/dist/model/Binding.mjs +0 -5
  697. package/dist/model/BindingType.d.mts +0 -40
  698. package/dist/model/BindingType.mjs +0 -4
  699. package/dist/model/Blueprint.d.mts +0 -75
  700. package/dist/model/Blueprint.mjs +0 -8
  701. package/dist/model/BlueprintControllerApiBlueprintItem.d.mts +0 -53
  702. package/dist/model/BlueprintControllerApiBlueprintItem.mjs +0 -4
  703. package/dist/model/BlueprintControllerApiBlueprintItemWithSource.d.mts +0 -62
  704. package/dist/model/BlueprintControllerApiBlueprintItemWithSource.mjs +0 -6
  705. package/dist/model/BlueprintControllerApiBlueprintTagItem.d.mts +0 -44
  706. package/dist/model/BlueprintControllerApiBlueprintTagItem.mjs +0 -4
  707. package/dist/model/BlueprintControllerApiFlowBlueprint.d.mts +0 -65
  708. package/dist/model/BlueprintControllerApiFlowBlueprint.mjs +0 -8
  709. package/dist/model/BlueprintControllerFlowBlueprintCreateOrUpdate.d.mts +0 -57
  710. package/dist/model/BlueprintControllerFlowBlueprintCreateOrUpdate.mjs +0 -4
  711. package/dist/model/BlueprintControllerKind.d.mts +0 -46
  712. package/dist/model/BlueprintControllerKind.mjs +0 -4
  713. package/dist/model/BlueprintControllerUseBlueprintTemplateRequest.d.mts +0 -38
  714. package/dist/model/BlueprintControllerUseBlueprintTemplateRequest.mjs +0 -4
  715. package/dist/model/BlueprintControllerUseBlueprintTemplateResponse.d.mts +0 -38
  716. package/dist/model/BlueprintControllerUseBlueprintTemplateResponse.mjs +0 -4
  717. package/dist/model/BlueprintTemplate.d.mts +0 -53
  718. package/dist/model/BlueprintTemplate.mjs +0 -7
  719. package/dist/model/BlueprintWithFlowEntity.d.mts +0 -80
  720. package/dist/model/BlueprintWithFlowEntity.mjs +0 -9
  721. package/dist/model/Breakpoint.d.mts +0 -50
  722. package/dist/model/Breakpoint.mjs +0 -4
  723. package/dist/model/BulkErrorResponse.d.mts +0 -41
  724. package/dist/model/BulkErrorResponse.mjs +0 -4
  725. package/dist/model/BulkImportAppsRequest.d.mts +0 -41
  726. package/dist/model/BulkImportAppsRequest.mjs +0 -4
  727. package/dist/model/BulkResponse.d.mts +0 -38
  728. package/dist/model/BulkResponse.mjs +0 -4
  729. package/dist/model/Cache.d.mts +0 -50
  730. package/dist/model/Cache.mjs +0 -4
  731. package/dist/model/ChartChartOption.d.mts +0 -54
  732. package/dist/model/ChartChartOption.mjs +0 -4
  733. package/dist/model/ChartFiltersOverrides.d.mts +0 -59
  734. package/dist/model/ChartFiltersOverrides.mjs +0 -7
  735. package/dist/model/Check.d.mts +0 -61
  736. package/dist/model/Check.mjs +0 -6
  737. package/dist/model/CheckBehavior.d.mts +0 -46
  738. package/dist/model/CheckBehavior.mjs +0 -4
  739. package/dist/model/CheckStyle.d.mts +0 -52
  740. package/dist/model/CheckStyle.mjs +0 -4
  741. package/dist/model/Concurrency.d.mts +0 -54
  742. package/dist/model/Concurrency.mjs +0 -5
  743. package/dist/model/ConcurrencyBehavior.d.mts +0 -46
  744. package/dist/model/ConcurrencyBehavior.mjs +0 -4
  745. package/dist/model/ConcurrencyLimit.d.mts +0 -58
  746. package/dist/model/ConcurrencyLimit.mjs +0 -4
  747. package/dist/model/Condition.d.mts +0 -47
  748. package/dist/model/Condition.mjs +0 -4
  749. package/dist/model/ConversionServiceProvider.d.mts +0 -47
  750. package/dist/model/ConversionServiceProvider.mjs +0 -4
  751. package/dist/model/ConvertibleMultiValuesString.d.mts +0 -52
  752. package/dist/model/ConvertibleMultiValuesString.mjs +0 -6
  753. package/dist/model/ConvertibleValuesListString.d.mts +0 -51
  754. package/dist/model/ConvertibleValuesListString.mjs +0 -5
  755. package/dist/model/CreateApiTokenRequest.d.mts +0 -56
  756. package/dist/model/CreateApiTokenRequest.mjs +0 -4
  757. package/dist/model/CreateApiTokenResponse.d.mts +0 -44
  758. package/dist/model/CreateApiTokenResponse.mjs +0 -4
  759. package/dist/model/CreateNamespaceFileRequest.d.mts +0 -41
  760. package/dist/model/CreateNamespaceFileRequest.mjs +0 -4
  761. package/dist/model/CreateSecurityIntegrationRequest.d.mts +0 -65
  762. package/dist/model/CreateSecurityIntegrationRequest.mjs +0 -5
  763. package/dist/model/CrudEventType.d.mts +0 -82
  764. package/dist/model/CrudEventType.mjs +0 -4
  765. package/dist/model/DailyExecutionStatistics.d.mts +0 -61
  766. package/dist/model/DailyExecutionStatistics.mjs +0 -6
  767. package/dist/model/DailyExecutionStatisticsDuration.d.mts +0 -63
  768. package/dist/model/DailyExecutionStatisticsDuration.mjs +0 -4
  769. package/dist/model/DailyExecutionStatisticsExecutionCounts.d.mts +0 -86
  770. package/dist/model/DailyExecutionStatisticsExecutionCounts.mjs +0 -4
  771. package/dist/model/DashboardControllerDashboardResponse.d.mts +0 -82
  772. package/dist/model/DashboardControllerDashboardResponse.mjs +0 -6
  773. package/dist/model/DashboardControllerPreviewRequest.d.mts +0 -56
  774. package/dist/model/DashboardControllerPreviewRequest.mjs +0 -8
  775. package/dist/model/DashboardGenerationPrompt.d.mts +0 -54
  776. package/dist/model/DashboardGenerationPrompt.mjs +0 -4
  777. package/dist/model/DeleteTriggersByQueryRequest.d.mts +0 -41
  778. package/dist/model/DeleteTriggersByQueryRequest.mjs +0 -7
  779. package/dist/model/DependsOn.d.mts +0 -41
  780. package/dist/model/DependsOn.mjs +0 -4
  781. package/dist/model/DocumentationWithSchema.d.mts +0 -44
  782. package/dist/model/DocumentationWithSchema.mjs +0 -5
  783. package/dist/model/EditionProviderEdition.d.mts +0 -40
  784. package/dist/model/EditionProviderEdition.mjs +0 -4
  785. package/dist/model/Email.d.mts +0 -44
  786. package/dist/model/Email.mjs +0 -4
  787. package/dist/model/EvaluationType.d.mts +0 -52
  788. package/dist/model/EvaluationType.mjs +0 -4
  789. package/dist/model/EventAppResponse.d.mts +0 -54
  790. package/dist/model/EventAppResponse.mjs +0 -6
  791. package/dist/model/EventExecution.d.mts +0 -67
  792. package/dist/model/EventExecution.mjs +0 -19
  793. package/dist/model/EventExecutionStatusEvent.d.mts +0 -56
  794. package/dist/model/EventExecutionStatusEvent.mjs +0 -8
  795. package/dist/model/ExecutableTaskSubflowId.d.mts +0 -44
  796. package/dist/model/ExecutableTaskSubflowId.mjs +0 -4
  797. package/dist/model/Execution.d.mts +0 -117
  798. package/dist/model/Execution.mjs +0 -18
  799. package/dist/model/ExecutionControllerEvalResult.d.mts +0 -44
  800. package/dist/model/ExecutionControllerEvalResult.mjs +0 -4
  801. package/dist/model/ExecutionControllerExecutionResponse.d.mts +0 -121
  802. package/dist/model/ExecutionControllerExecutionResponse.mjs +0 -19
  803. package/dist/model/ExecutionControllerLastExecutionResponse.d.mts +0 -53
  804. package/dist/model/ExecutionControllerLastExecutionResponse.mjs +0 -5
  805. package/dist/model/ExecutionControllerSetLabelsByIdsRequest.d.mts +0 -44
  806. package/dist/model/ExecutionControllerSetLabelsByIdsRequest.mjs +0 -5
  807. package/dist/model/ExecutionControllerStateRequest.d.mts +0 -44
  808. package/dist/model/ExecutionControllerStateRequest.mjs +0 -5
  809. package/dist/model/ExecutionKind.d.mts +0 -46
  810. package/dist/model/ExecutionKind.mjs +0 -4
  811. package/dist/model/ExecutionMetadata.d.mts +0 -41
  812. package/dist/model/ExecutionMetadata.mjs +0 -4
  813. package/dist/model/ExecutionRepositoryInterfaceFlowFilter.d.mts +0 -51
  814. package/dist/model/ExecutionRepositoryInterfaceFlowFilter.mjs +0 -4
  815. package/dist/model/ExecutionStatusEvent.d.mts +0 -55
  816. package/dist/model/ExecutionStatusEvent.mjs +0 -7
  817. package/dist/model/ExecutionTrigger.d.mts +0 -57
  818. package/dist/model/ExecutionTrigger.mjs +0 -4
  819. package/dist/model/ExecutionUsage.d.mts +0 -41
  820. package/dist/model/ExecutionUsage.mjs +0 -7
  821. package/dist/model/FileAttributes.d.mts +0 -56
  822. package/dist/model/FileAttributes.mjs +0 -5
  823. package/dist/model/FileAttributesFileType.d.mts +0 -40
  824. package/dist/model/FileAttributesFileType.mjs +0 -4
  825. package/dist/model/FileMetas.d.mts +0 -47
  826. package/dist/model/FileMetas.mjs +0 -4
  827. package/dist/model/Filter.d.mts +0 -41
  828. package/dist/model/Filter.mjs +0 -4
  829. package/dist/model/Fixtures.d.mts +0 -53
  830. package/dist/model/Fixtures.mjs +0 -8
  831. package/dist/model/Flow.d.mts +0 -120
  832. package/dist/model/Flow.mjs +0 -36
  833. package/dist/model/FlowControllerFlowWithDeprecatedTasks.d.mts +0 -50
  834. package/dist/model/FlowControllerFlowWithDeprecatedTasks.mjs +0 -5
  835. package/dist/model/FlowControllerTaskValidationType.d.mts +0 -40
  836. package/dist/model/FlowControllerTaskValidationType.mjs +0 -4
  837. package/dist/model/FlowForExecution.d.mts +0 -108
  838. package/dist/model/FlowForExecution.mjs +0 -17
  839. package/dist/model/FlowGenerationPrompt.d.mts +0 -57
  840. package/dist/model/FlowGenerationPrompt.mjs +0 -4
  841. package/dist/model/FlowGraph.d.mts +0 -48
  842. package/dist/model/FlowGraph.mjs +0 -10
  843. package/dist/model/FlowGraphCluster.d.mts +0 -54
  844. package/dist/model/FlowGraphCluster.mjs +0 -6
  845. package/dist/model/FlowGraphEdge.d.mts +0 -48
  846. package/dist/model/FlowGraphEdge.mjs +0 -6
  847. package/dist/model/FlowId.d.mts +0 -47
  848. package/dist/model/FlowId.mjs +0 -4
  849. package/dist/model/FlowInterface.d.mts +0 -86
  850. package/dist/model/FlowInterface.mjs +0 -22
  851. package/dist/model/FlowNode.d.mts +0 -53
  852. package/dist/model/FlowNode.mjs +0 -4
  853. package/dist/model/FlowRelation.d.mts +0 -40
  854. package/dist/model/FlowRelation.mjs +0 -4
  855. package/dist/model/FlowServiceTaskDeprecation.d.mts +0 -44
  856. package/dist/model/FlowServiceTaskDeprecation.mjs +0 -4
  857. package/dist/model/FlowTopologyGraph.d.mts +0 -43
  858. package/dist/model/FlowTopologyGraph.mjs +0 -7
  859. package/dist/model/FlowTopologyGraphEdge.d.mts +0 -47
  860. package/dist/model/FlowTopologyGraphEdge.mjs +0 -5
  861. package/dist/model/FlowUsage.d.mts +0 -50
  862. package/dist/model/FlowUsage.mjs +0 -4
  863. package/dist/model/FlowWithSource.d.mts +0 -124
  864. package/dist/model/FlowWithSource.mjs +0 -37
  865. package/dist/model/ForwardSupportTicketRequest.d.mts +0 -41
  866. package/dist/model/ForwardSupportTicketRequest.mjs +0 -4
  867. package/dist/model/GroupIdentifier.d.mts +0 -50
  868. package/dist/model/GroupIdentifier.mjs +0 -5
  869. package/dist/model/GroupIdentifierMembership.d.mts +0 -40
  870. package/dist/model/GroupIdentifierMembership.mjs +0 -4
  871. package/dist/model/GroupUsage.d.mts +0 -38
  872. package/dist/model/GroupUsage.mjs +0 -4
  873. package/dist/model/HttpParameters.d.mts +0 -53
  874. package/dist/model/HttpParameters.mjs +0 -7
  875. package/dist/model/IAMBindingControllerApiBindingDetail.d.mts +0 -60
  876. package/dist/model/IAMBindingControllerApiBindingDetail.mjs +0 -9
  877. package/dist/model/IAMBindingControllerApiBindingGroup.d.mts +0 -41
  878. package/dist/model/IAMBindingControllerApiBindingGroup.mjs +0 -4
  879. package/dist/model/IAMBindingControllerApiBindingUser.d.mts +0 -50
  880. package/dist/model/IAMBindingControllerApiBindingUser.mjs +0 -5
  881. package/dist/model/IAMBindingControllerApiCreateBindingRequest.d.mts +0 -61
  882. package/dist/model/IAMBindingControllerApiCreateBindingRequest.mjs +0 -5
  883. package/dist/model/IAMBindingControllerApiRole.d.mts +0 -41
  884. package/dist/model/IAMBindingControllerApiRole.mjs +0 -4
  885. package/dist/model/IAMGroupControllerApiCreateGroupRequest.d.mts +0 -53
  886. package/dist/model/IAMGroupControllerApiCreateGroupRequest.mjs +0 -4
  887. package/dist/model/IAMGroupControllerApiGroupDetail.d.mts +0 -44
  888. package/dist/model/IAMGroupControllerApiGroupDetail.mjs +0 -4
  889. package/dist/model/IAMGroupControllerApiGroupMember.d.mts +0 -50
  890. package/dist/model/IAMGroupControllerApiGroupMember.mjs +0 -6
  891. package/dist/model/IAMGroupControllerApiGroupMembership.d.mts +0 -50
  892. package/dist/model/IAMGroupControllerApiGroupMembership.mjs +0 -5
  893. package/dist/model/IAMGroupControllerApiUpdateGroupRequest.d.mts +0 -57
  894. package/dist/model/IAMGroupControllerApiUpdateGroupRequest.mjs +0 -4
  895. package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.d.mts +0 -62
  896. package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.mjs +0 -5
  897. package/dist/model/IAMInvitationControllerApiInvitationDetail.d.mts +0 -73
  898. package/dist/model/IAMInvitationControllerApiInvitationDetail.mjs +0 -7
  899. package/dist/model/IAMInvitationControllerApiInvitationRole.d.mts +0 -50
  900. package/dist/model/IAMInvitationControllerApiInvitationRole.mjs +0 -4
  901. package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.d.mts +0 -60
  902. package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.mjs +0 -5
  903. package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.mts +0 -113
  904. package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.mjs +0 -4
  905. package/dist/model/IAMRoleControllerApiRoleDetail.d.mts +0 -56
  906. package/dist/model/IAMRoleControllerApiRoleDetail.mjs +0 -5
  907. package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.d.mts +0 -57
  908. package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.mjs +0 -4
  909. package/dist/model/IAMServiceAccountControllerApiGroup.d.mts +0 -38
  910. package/dist/model/IAMServiceAccountControllerApiGroup.mjs +0 -4
  911. package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.d.mts +0 -51
  912. package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.mjs +0 -4
  913. package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.d.mts +0 -72
  914. package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.mjs +0 -5
  915. package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.d.mts +0 -60
  916. package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.mjs +0 -5
  917. package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.d.mts +0 -72
  918. package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.mjs +0 -5
  919. package/dist/model/IAMTenantAccessControllerApiAuthentication.d.mts +0 -41
  920. package/dist/model/IAMTenantAccessControllerApiAuthentication.mjs +0 -4
  921. package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.d.mts +0 -47
  922. package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.mjs +0 -4
  923. package/dist/model/IAMTenantAccessControllerApiGroup.d.mts +0 -44
  924. package/dist/model/IAMTenantAccessControllerApiGroup.mjs +0 -4
  925. package/dist/model/IAMTenantAccessControllerApiRoleAssignment.d.mts +0 -59
  926. package/dist/model/IAMTenantAccessControllerApiRoleAssignment.mjs +0 -8
  927. package/dist/model/IAMTenantAccessControllerApiTenantAccess.d.mts +0 -58
  928. package/dist/model/IAMTenantAccessControllerApiTenantAccess.mjs +0 -10
  929. package/dist/model/IAMTenantAccessControllerApiUserPermission.d.mts +0 -47
  930. package/dist/model/IAMTenantAccessControllerApiUserPermission.mjs +0 -6
  931. package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.d.mts +0 -55
  932. package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.mjs +0 -6
  933. package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.d.mts +0 -47
  934. package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.mjs +0 -5
  935. package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.d.mts +0 -68
  936. package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.mjs +0 -4
  937. package/dist/model/IAMUserControllerApiGroup.d.mts +0 -41
  938. package/dist/model/IAMUserControllerApiGroup.mjs +0 -4
  939. package/dist/model/IAMUserControllerApiPatchRestrictedRequest.d.mts +0 -47
  940. package/dist/model/IAMUserControllerApiPatchRestrictedRequest.mjs +0 -4
  941. package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.d.mts +0 -47
  942. package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.mjs +0 -4
  943. package/dist/model/IAMUserControllerApiUser.d.mts +0 -69
  944. package/dist/model/IAMUserControllerApiUser.mjs +0 -7
  945. package/dist/model/IAMUserControllerApiUserAuth.d.mts +0 -44
  946. package/dist/model/IAMUserControllerApiUserAuth.mjs +0 -4
  947. package/dist/model/IAMUserControllerApiUserSummary.d.mts +0 -55
  948. package/dist/model/IAMUserControllerApiUserSummary.mjs +0 -6
  949. package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.d.mts +0 -38
  950. package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.mjs +0 -4
  951. package/dist/model/IdWithNamespace.d.mts +0 -41
  952. package/dist/model/IdWithNamespace.mjs +0 -4
  953. package/dist/model/IdentityProvider.d.mts +0 -47
  954. package/dist/model/IdentityProvider.mjs +0 -4
  955. package/dist/model/ImportPluginDefaultsRequest.d.mts +0 -38
  956. package/dist/model/ImportPluginDefaultsRequest.mjs +0 -4
  957. package/dist/model/InputObject.d.mts +0 -76
  958. package/dist/model/InputObject.mjs +0 -6
  959. package/dist/model/InputType.d.mts +0 -41
  960. package/dist/model/InputType.mjs +0 -4
  961. package/dist/model/InstanceControllerApiActiveService.d.mts +0 -44
  962. package/dist/model/InstanceControllerApiActiveService.mjs +0 -5
  963. package/dist/model/InstanceControllerApiActiveServiceList.d.mts +0 -44
  964. package/dist/model/InstanceControllerApiActiveServiceList.mjs +0 -6
  965. package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.d.mts +0 -60
  966. package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.mjs +0 -4
  967. package/dist/model/InstanceControllerApiPluginArtifact.d.mts +0 -50
  968. package/dist/model/InstanceControllerApiPluginArtifact.mjs +0 -4
  969. package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.d.mts +0 -41
  970. package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.mjs +0 -4
  971. package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.d.mts +0 -41
  972. package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.mjs +0 -4
  973. package/dist/model/InstanceControllerApiPluginListRequest.d.mts +0 -38
  974. package/dist/model/InstanceControllerApiPluginListRequest.mjs +0 -4
  975. package/dist/model/InstanceControllerApiPluginVersionDetails.d.mts +0 -59
  976. package/dist/model/InstanceControllerApiPluginVersionDetails.mjs +0 -6
  977. package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.d.mts +0 -41
  978. package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.mjs +0 -4
  979. package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.d.mts +0 -44
  980. package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.mjs +0 -5
  981. package/dist/model/InstanceControllerApiPluginVersions.d.mts +0 -47
  982. package/dist/model/InstanceControllerApiPluginVersions.mjs +0 -6
  983. package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.d.mts +0 -44
  984. package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.mjs +0 -5
  985. package/dist/model/InstanceControllerApiServerInstance.d.mts +0 -50
  986. package/dist/model/InstanceControllerApiServerInstance.mjs +0 -5
  987. package/dist/model/InstanceControllerApiServiceInstance.d.mts +0 -59
  988. package/dist/model/InstanceControllerApiServiceInstance.mjs +0 -8
  989. package/dist/model/InstanceControllerApiWorkerGroup.d.mts +0 -56
  990. package/dist/model/InstanceControllerApiWorkerGroup.mjs +0 -4
  991. package/dist/model/InstanceControllerApiWorkerGroupDetails.d.mts +0 -62
  992. package/dist/model/InstanceControllerApiWorkerGroupDetails.mjs +0 -15
  993. package/dist/model/InstanceControllerApiWorkerGroupItem.d.mts +0 -59
  994. package/dist/model/InstanceControllerApiWorkerGroupItem.mjs +0 -4
  995. package/dist/model/InstanceControllerApiWorkerGroupList.d.mts +0 -41
  996. package/dist/model/InstanceControllerApiWorkerGroupList.mjs +0 -5
  997. package/dist/model/Invitation.d.mts +0 -94
  998. package/dist/model/Invitation.mjs +0 -8
  999. package/dist/model/InvitationInvitationStatus.d.mts +0 -46
  1000. package/dist/model/InvitationInvitationStatus.mjs +0 -4
  1001. package/dist/model/Isolation.d.mts +0 -44
  1002. package/dist/model/Isolation.mjs +0 -5
  1003. package/dist/model/KVControllerApiDeleteBulkRequest.d.mts +0 -38
  1004. package/dist/model/KVControllerApiDeleteBulkRequest.mjs +0 -4
  1005. package/dist/model/KVControllerApiDeleteBulkResponse.d.mts +0 -38
  1006. package/dist/model/KVControllerApiDeleteBulkResponse.mjs +0 -4
  1007. package/dist/model/KVControllerKvDetail.d.mts +0 -50
  1008. package/dist/model/KVControllerKvDetail.mjs +0 -5
  1009. package/dist/model/KVEntry.d.mts +0 -56
  1010. package/dist/model/KVEntry.mjs +0 -4
  1011. package/dist/model/KVType.d.mts +0 -70
  1012. package/dist/model/KVType.mjs +0 -4
  1013. package/dist/model/KillSwitch.d.mts +0 -85
  1014. package/dist/model/KillSwitch.mjs +0 -5
  1015. package/dist/model/Label.d.mts +0 -52
  1016. package/dist/model/Label.mjs +0 -4
  1017. package/dist/model/LeftSidebarConfiguration.d.mts +0 -38
  1018. package/dist/model/LeftSidebarConfiguration.mjs +0 -4
  1019. package/dist/model/Level.d.mts +0 -58
  1020. package/dist/model/Level.mjs +0 -4
  1021. package/dist/model/LogEntry.d.mts +0 -85
  1022. package/dist/model/LogEntry.mjs +0 -6
  1023. package/dist/model/MapObjectObject.d.mts +0 -38
  1024. package/dist/model/MapObjectObject.mjs +0 -4
  1025. package/dist/model/MeControllerApiMe.d.mts +0 -58
  1026. package/dist/model/MeControllerApiMe.mjs +0 -7
  1027. package/dist/model/MeControllerApiProfile.d.mts +0 -47
  1028. package/dist/model/MeControllerApiProfile.mjs +0 -4
  1029. package/dist/model/MeControllerApiTenant.d.mts +0 -44
  1030. package/dist/model/MeControllerApiTenant.mjs +0 -4
  1031. package/dist/model/MeControllerApiUpdatePasswordRequest.d.mts +0 -41
  1032. package/dist/model/MeControllerApiUpdatePasswordRequest.mjs +0 -4
  1033. package/dist/model/MeControllerApiUserDetailsRequest.d.mts +0 -44
  1034. package/dist/model/MeControllerApiUserDetailsRequest.mjs +0 -4
  1035. package/dist/model/Meta.d.mts +0 -50
  1036. package/dist/model/Meta.mjs +0 -4
  1037. package/dist/model/Metric.d.mts +0 -56
  1038. package/dist/model/Metric.mjs +0 -5
  1039. package/dist/model/MetricAggregation.d.mts +0 -54
  1040. package/dist/model/MetricAggregation.mjs +0 -4
  1041. package/dist/model/MetricAggregations.d.mts +0 -54
  1042. package/dist/model/MetricAggregations.mjs +0 -5
  1043. package/dist/model/MetricEntry.d.mts +0 -85
  1044. package/dist/model/MetricEntry.mjs +0 -5
  1045. package/dist/model/MetricTag.d.mts +0 -41
  1046. package/dist/model/MetricTag.mjs +0 -4
  1047. package/dist/model/MiscControllerApiUsage.d.mts +0 -48
  1048. package/dist/model/MiscControllerApiUsage.mjs +0 -9
  1049. package/dist/model/MiscControllerConfiguration.d.mts +0 -100
  1050. package/dist/model/MiscControllerConfiguration.mjs +0 -7
  1051. package/dist/model/MiscControllerEEConfiguration.d.mts +0 -161
  1052. package/dist/model/MiscControllerEEConfiguration.mjs +0 -17
  1053. package/dist/model/MiscControllerEnvironment.d.mts +0 -41
  1054. package/dist/model/MiscControllerEnvironment.mjs +0 -4
  1055. package/dist/model/MiscControllerLicenseInfo.d.mts +0 -59
  1056. package/dist/model/MiscControllerLicenseInfo.mjs +0 -4
  1057. package/dist/model/MiscControllerPluginIdAndVersion.d.mts +0 -41
  1058. package/dist/model/MiscControllerPluginIdAndVersion.mjs +0 -4
  1059. package/dist/model/MiscControllerPreview.d.mts +0 -41
  1060. package/dist/model/MiscControllerPreview.mjs +0 -4
  1061. package/dist/model/MiscControllerTenantConfigurationInfo.d.mts +0 -41
  1062. package/dist/model/MiscControllerTenantConfigurationInfo.mjs +0 -4
  1063. package/dist/model/Name.d.mts +0 -41
  1064. package/dist/model/Name.mjs +0 -4
  1065. package/dist/model/Namespace.d.mts +0 -103
  1066. package/dist/model/Namespace.mjs +0 -12
  1067. package/dist/model/NamespaceAllowedNamespace.d.mts +0 -47
  1068. package/dist/model/NamespaceAllowedNamespace.mjs +0 -4
  1069. package/dist/model/NamespaceControllerApiInheritedPluginDefaultFromNamespace.d.mts +0 -56
  1070. package/dist/model/NamespaceControllerApiInheritedPluginDefaultFromNamespace.mjs +0 -4
  1071. package/dist/model/NamespaceFileRevision.d.mts +0 -38
  1072. package/dist/model/NamespaceFileRevision.mjs +0 -4
  1073. package/dist/model/NamespaceLight.d.mts +0 -47
  1074. package/dist/model/NamespaceLight.mjs +0 -4
  1075. package/dist/model/Output.d.mts +0 -68
  1076. package/dist/model/Output.mjs +0 -6
  1077. package/dist/model/OutputValue.d.mts +0 -48
  1078. package/dist/model/OutputValue.mjs +0 -4
  1079. package/dist/model/PageRequest.d.mts +0 -41
  1080. package/dist/model/PageRequest.mjs +0 -4
  1081. package/dist/model/PagedResultsApiGroupSummary.d.mts +0 -54
  1082. package/dist/model/PagedResultsApiGroupSummary.mjs +0 -5
  1083. package/dist/model/PagedResultsApiRoleSummary.d.mts +0 -54
  1084. package/dist/model/PagedResultsApiRoleSummary.mjs +0 -5
  1085. package/dist/model/PagedResultsAppsControllerApiApp.d.mts +0 -54
  1086. package/dist/model/PagedResultsAppsControllerApiApp.mjs +0 -5
  1087. package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.d.mts +0 -54
  1088. package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.mjs +0 -5
  1089. package/dist/model/PagedResultsAssetsControllerApiAsset.d.mts +0 -54
  1090. package/dist/model/PagedResultsAssetsControllerApiAsset.mjs +0 -5
  1091. package/dist/model/PagedResultsAssetsControllerApiAssetLineageEvent.d.mts +0 -54
  1092. package/dist/model/PagedResultsAssetsControllerApiAssetLineageEvent.mjs +0 -6
  1093. package/dist/model/PagedResultsAssetsControllerApiAssetUsage.d.mts +0 -54
  1094. package/dist/model/PagedResultsAssetsControllerApiAssetUsage.mjs +0 -5
  1095. package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.d.mts +0 -54
  1096. package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.mjs +0 -19
  1097. package/dist/model/PagedResultsBlueprint.d.mts +0 -54
  1098. package/dist/model/PagedResultsBlueprint.mjs +0 -9
  1099. package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.d.mts +0 -54
  1100. package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.mjs +0 -5
  1101. package/dist/model/PagedResultsConcurrencyLimit.d.mts +0 -54
  1102. package/dist/model/PagedResultsConcurrencyLimit.mjs +0 -5
  1103. package/dist/model/PagedResultsDashboardControllerDashboardResponse.d.mts +0 -54
  1104. package/dist/model/PagedResultsDashboardControllerDashboardResponse.mjs +0 -7
  1105. package/dist/model/PagedResultsExecution.d.mts +0 -54
  1106. package/dist/model/PagedResultsExecution.mjs +0 -19
  1107. package/dist/model/PagedResultsFlow.d.mts +0 -54
  1108. package/dist/model/PagedResultsFlow.mjs +0 -37
  1109. package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.d.mts +0 -54
  1110. package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.mjs +0 -10
  1111. package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.d.mts +0 -54
  1112. package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.mjs +0 -7
  1113. package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.d.mts +0 -54
  1114. package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.mjs +0 -8
  1115. package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.d.mts +0 -54
  1116. package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.mjs +0 -6
  1117. package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.d.mts +0 -54
  1118. package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.mjs +0 -7
  1119. package/dist/model/PagedResultsIAMUserControllerApiUserSummary.d.mts +0 -54
  1120. package/dist/model/PagedResultsIAMUserControllerApiUserSummary.mjs +0 -7
  1121. package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.d.mts +0 -54
  1122. package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.mjs +0 -5
  1123. package/dist/model/PagedResultsInstanceControllerApiServiceInstance.d.mts +0 -54
  1124. package/dist/model/PagedResultsInstanceControllerApiServiceInstance.mjs +0 -9
  1125. package/dist/model/PagedResultsKVEntry.d.mts +0 -54
  1126. package/dist/model/PagedResultsKVEntry.mjs +0 -5
  1127. package/dist/model/PagedResultsLogEntry.d.mts +0 -54
  1128. package/dist/model/PagedResultsLogEntry.mjs +0 -7
  1129. package/dist/model/PagedResultsMapStringObject.d.mts +0 -51
  1130. package/dist/model/PagedResultsMapStringObject.mjs +0 -4
  1131. package/dist/model/PagedResultsMetricEntry.d.mts +0 -54
  1132. package/dist/model/PagedResultsMetricEntry.mjs +0 -6
  1133. package/dist/model/PagedResultsNamespace.d.mts +0 -54
  1134. package/dist/model/PagedResultsNamespace.mjs +0 -13
  1135. package/dist/model/PagedResultsSearchResultFlow.d.mts +0 -54
  1136. package/dist/model/PagedResultsSearchResultFlow.mjs +0 -38
  1137. package/dist/model/PagedResultsTenant.d.mts +0 -54
  1138. package/dist/model/PagedResultsTenant.mjs +0 -11
  1139. package/dist/model/PagedResultsTestSuite.d.mts +0 -54
  1140. package/dist/model/PagedResultsTestSuite.mjs +0 -12
  1141. package/dist/model/PagedResultsTestSuiteRunResult.d.mts +0 -54
  1142. package/dist/model/PagedResultsTestSuiteRunResult.mjs +0 -14
  1143. package/dist/model/PagedResultsTrigger.d.mts +0 -54
  1144. package/dist/model/PagedResultsTrigger.mjs +0 -9
  1145. package/dist/model/PagedResultsTriggerControllerTriggers.d.mts +0 -54
  1146. package/dist/model/PagedResultsTriggerControllerTriggers.mjs +0 -22
  1147. package/dist/model/PatchOperation.d.mts +0 -50
  1148. package/dist/model/PatchOperation.mjs +0 -8
  1149. package/dist/model/PatchOperationPath.d.mts +0 -42
  1150. package/dist/model/PatchOperationPath.mjs +0 -6
  1151. package/dist/model/PatchOperationType.d.mts +0 -46
  1152. package/dist/model/PatchOperationType.mjs +0 -4
  1153. package/dist/model/PatchRequest.d.mts +0 -44
  1154. package/dist/model/PatchRequest.mjs +0 -10
  1155. package/dist/model/Permission.d.mts +0 -184
  1156. package/dist/model/Permission.mjs +0 -4
  1157. package/dist/model/Plugin.d.mts +0 -102
  1158. package/dist/model/Plugin.mjs +0 -6
  1159. package/dist/model/PluginArtifact.d.mts +0 -53
  1160. package/dist/model/PluginArtifact.mjs +0 -4
  1161. package/dist/model/PluginArtifactMetadata.d.mts +0 -50
  1162. package/dist/model/PluginArtifactMetadata.mjs +0 -4
  1163. package/dist/model/PluginControllerApiPluginVersions.d.mts +0 -41
  1164. package/dist/model/PluginControllerApiPluginVersions.mjs +0 -4
  1165. package/dist/model/PluginDefault.d.mts +0 -53
  1166. package/dist/model/PluginDefault.mjs +0 -4
  1167. package/dist/model/PluginIcon.d.mts +0 -44
  1168. package/dist/model/PluginIcon.mjs +0 -4
  1169. package/dist/model/PluginPluginElementMetadata.d.mts +0 -47
  1170. package/dist/model/PluginPluginElementMetadata.mjs +0 -4
  1171. package/dist/model/PluginSchema.d.mts +0 -44
  1172. package/dist/model/PluginSchema.mjs +0 -4
  1173. package/dist/model/PluginSubGroupPluginCategory.d.mts +0 -130
  1174. package/dist/model/PluginSubGroupPluginCategory.mjs +0 -4
  1175. package/dist/model/PropertyBoolean.d.mts +0 -50
  1176. package/dist/model/PropertyBoolean.mjs +0 -4
  1177. package/dist/model/PropertyDouble.d.mts +0 -50
  1178. package/dist/model/PropertyDouble.mjs +0 -4
  1179. package/dist/model/PropertyDuration.d.mts +0 -50
  1180. package/dist/model/PropertyDuration.mjs +0 -4
  1181. package/dist/model/PropertyListAsset.d.mts +0 -50
  1182. package/dist/model/PropertyListAsset.mjs +0 -5
  1183. package/dist/model/PropertyListAssetIdentifier.d.mts +0 -50
  1184. package/dist/model/PropertyListAssetIdentifier.mjs +0 -5
  1185. package/dist/model/PropertyListString.d.mts +0 -50
  1186. package/dist/model/PropertyListString.mjs +0 -4
  1187. package/dist/model/PropertyObject.d.mts +0 -50
  1188. package/dist/model/PropertyObject.mjs +0 -4
  1189. package/dist/model/PropertyString.d.mts +0 -50
  1190. package/dist/model/PropertyString.mjs +0 -4
  1191. package/dist/model/QueryFilter.d.mts +0 -48
  1192. package/dist/model/QueryFilter.mjs +0 -6
  1193. package/dist/model/QueryFilterField.d.mts +0 -220
  1194. package/dist/model/QueryFilterField.mjs +0 -4
  1195. package/dist/model/QueryFilterOp.d.mts +0 -106
  1196. package/dist/model/QueryFilterOp.mjs +0 -4
  1197. package/dist/model/RBACServiceRoleAssignmentRoleOrigin.d.mts +0 -40
  1198. package/dist/model/RBACServiceRoleAssignmentRoleOrigin.mjs +0 -4
  1199. package/dist/model/Relation.d.mts +0 -44
  1200. package/dist/model/Relation.mjs +0 -5
  1201. package/dist/model/Relation1.d.mts +0 -40
  1202. package/dist/model/Relation1.mjs +0 -4
  1203. package/dist/model/RelationType.d.mts +0 -70
  1204. package/dist/model/RelationType.mjs +0 -4
  1205. package/dist/model/ResourceType.d.mts +0 -214
  1206. package/dist/model/ResourceType.mjs +0 -4
  1207. package/dist/model/ResourceType1.d.mts +0 -88
  1208. package/dist/model/ResourceType1.mjs +0 -10
  1209. package/dist/model/ResourceTypeSchemaExtensionConfiguration.d.mts +0 -41
  1210. package/dist/model/ResourceTypeSchemaExtensionConfiguration.mjs +0 -4
  1211. package/dist/model/RightSidebarConfiguration.d.mts +0 -41
  1212. package/dist/model/RightSidebarConfiguration.mjs +0 -5
  1213. package/dist/model/RightSidebarConfigurationCustomLink.d.mts +0 -41
  1214. package/dist/model/RightSidebarConfigurationCustomLink.mjs +0 -4
  1215. package/dist/model/Role.d.mts +0 -70
  1216. package/dist/model/Role.mjs +0 -5
  1217. package/dist/model/RoleUsage.d.mts +0 -38
  1218. package/dist/model/RoleUsage.mjs +0 -4
  1219. package/dist/model/SDKAuth.d.mts +0 -44
  1220. package/dist/model/SDKAuth.mjs +0 -4
  1221. package/dist/model/SLA.d.mts +0 -64
  1222. package/dist/model/SLA.mjs +0 -8
  1223. package/dist/model/SLABehavior.d.mts +0 -46
  1224. package/dist/model/SLABehavior.mjs +0 -4
  1225. package/dist/model/SLALabels.d.mts +0 -49
  1226. package/dist/model/SLALabels.mjs +0 -5
  1227. package/dist/model/SLAType.d.mts +0 -40
  1228. package/dist/model/SLAType.mjs +0 -4
  1229. package/dist/model/Schema.d.mts +0 -65
  1230. package/dist/model/Schema.mjs +0 -10
  1231. package/dist/model/SchemaAttribute.d.mts +0 -91
  1232. package/dist/model/SchemaAttribute.mjs +0 -8
  1233. package/dist/model/SchemaAttributeMutability.d.mts +0 -52
  1234. package/dist/model/SchemaAttributeMutability.mjs +0 -4
  1235. package/dist/model/SchemaAttributeReturned.d.mts +0 -52
  1236. package/dist/model/SchemaAttributeReturned.mjs +0 -4
  1237. package/dist/model/SchemaAttributeType.d.mts +0 -76
  1238. package/dist/model/SchemaAttributeType.mjs +0 -4
  1239. package/dist/model/SchemaAttributeUniqueness.d.mts +0 -46
  1240. package/dist/model/SchemaAttributeUniqueness.mjs +0 -4
  1241. package/dist/model/SchemaType.d.mts +0 -76
  1242. package/dist/model/SchemaType.mjs +0 -4
  1243. package/dist/model/ScimExtension.d.mts +0 -38
  1244. package/dist/model/ScimExtension.mjs +0 -4
  1245. package/dist/model/ScimResource.d.mts +0 -72
  1246. package/dist/model/ScimResource.mjs +0 -7
  1247. package/dist/model/ScimResourceWithOptionalId.d.mts +0 -73
  1248. package/dist/model/ScimResourceWithOptionalId.mjs +0 -8
  1249. package/dist/model/ScimUser.d.mts +0 -92
  1250. package/dist/model/ScimUser.mjs +0 -12
  1251. package/dist/model/SearchRequest.d.mts +0 -74
  1252. package/dist/model/SearchRequest.mjs +0 -10
  1253. package/dist/model/SearchResultFlow.d.mts +0 -76
  1254. package/dist/model/SearchResultFlow.mjs +0 -37
  1255. package/dist/model/SecurityIntegrationType.d.mts +0 -34
  1256. package/dist/model/SecurityIntegrationType.mjs +0 -4
  1257. package/dist/model/ServerConfig.d.mts +0 -57
  1258. package/dist/model/ServerConfig.mjs +0 -6
  1259. package/dist/model/ServerConfigLiveness.d.mts +0 -63
  1260. package/dist/model/ServerConfigLiveness.mjs +0 -4
  1261. package/dist/model/ServerInstance.d.mts +0 -73
  1262. package/dist/model/ServerInstance.mjs +0 -7
  1263. package/dist/model/ServerInstanceType.d.mts +0 -40
  1264. package/dist/model/ServerInstanceType.mjs +0 -4
  1265. package/dist/model/ServiceInstance.d.mts +0 -81
  1266. package/dist/model/ServiceInstance.mjs +0 -14
  1267. package/dist/model/ServiceInstanceTimestampedEvent.d.mts +0 -50
  1268. package/dist/model/ServiceInstanceTimestampedEvent.mjs +0 -5
  1269. package/dist/model/ServiceProviderConfiguration.d.mts +0 -100
  1270. package/dist/model/ServiceProviderConfiguration.mjs +0 -14
  1271. package/dist/model/ServiceProviderConfigurationAuthenticationSchema.d.mts +0 -53
  1272. package/dist/model/ServiceProviderConfigurationAuthenticationSchema.mjs +0 -5
  1273. package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.d.mts +0 -58
  1274. package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.mjs +0 -4
  1275. package/dist/model/ServiceProviderConfigurationBulkConfiguration.d.mts +0 -44
  1276. package/dist/model/ServiceProviderConfigurationBulkConfiguration.mjs +0 -5
  1277. package/dist/model/ServiceProviderConfigurationFilterConfiguration.d.mts +0 -41
  1278. package/dist/model/ServiceProviderConfigurationFilterConfiguration.mjs +0 -5
  1279. package/dist/model/ServiceProviderConfigurationSupportedConfiguration.d.mts +0 -38
  1280. package/dist/model/ServiceProviderConfigurationSupportedConfiguration.mjs +0 -4
  1281. package/dist/model/ServiceServiceState.d.mts +0 -88
  1282. package/dist/model/ServiceServiceState.mjs +0 -4
  1283. package/dist/model/ServiceType.d.mts +0 -64
  1284. package/dist/model/ServiceType.mjs +0 -4
  1285. package/dist/model/SetAppsCatalogLogoRequest.d.mts +0 -41
  1286. package/dist/model/SetAppsCatalogLogoRequest.mjs +0 -4
  1287. package/dist/model/SetupConfiguration.d.mts +0 -56
  1288. package/dist/model/SetupConfiguration.mjs +0 -4
  1289. package/dist/model/SoftDeletableFlowInterface.d.mts +0 -38
  1290. package/dist/model/SoftDeletableFlowInterface.mjs +0 -4
  1291. package/dist/model/SortOrder.d.mts +0 -40
  1292. package/dist/model/SortOrder.mjs +0 -4
  1293. package/dist/model/SortRequest.d.mts +0 -45
  1294. package/dist/model/SortRequest.mjs +0 -6
  1295. package/dist/model/State.d.mts +0 -77
  1296. package/dist/model/State.mjs +0 -6
  1297. package/dist/model/StateHistory.d.mts +0 -54
  1298. package/dist/model/StateHistory.mjs +0 -5
  1299. package/dist/model/StateType.d.mts +0 -130
  1300. package/dist/model/StateType.mjs +0 -4
  1301. package/dist/model/SupportDebugInfo.d.mts +0 -69
  1302. package/dist/model/SupportDebugInfo.mjs +0 -6
  1303. package/dist/model/SupportDebugInfoAuthType.d.mts +0 -46
  1304. package/dist/model/SupportDebugInfoAuthType.mjs +0 -4
  1305. package/dist/model/SupportDebugInfoDeploymentType.d.mts +0 -52
  1306. package/dist/model/SupportDebugInfoDeploymentType.mjs +0 -4
  1307. package/dist/model/Task.d.mts +0 -107
  1308. package/dist/model/Task.mjs +0 -13
  1309. package/dist/model/TaskFixture.d.mts +0 -68
  1310. package/dist/model/TaskFixture.mjs +0 -6
  1311. package/dist/model/TaskForExecution.d.mts +0 -71
  1312. package/dist/model/TaskForExecution.mjs +0 -8
  1313. package/dist/model/TaskRun.d.mts +0 -102
  1314. package/dist/model/TaskRun.mjs +0 -11
  1315. package/dist/model/TaskRunAttempt.d.mts +0 -58
  1316. package/dist/model/TaskRunAttempt.mjs +0 -7
  1317. package/dist/model/Tenant.d.mts +0 -99
  1318. package/dist/model/Tenant.mjs +0 -10
  1319. package/dist/model/TenantAppCatalogConfig.d.mts +0 -44
  1320. package/dist/model/TenantAppCatalogConfig.mjs +0 -4
  1321. package/dist/model/TenantControllerAppsCatalogConfigRequest.d.mts +0 -44
  1322. package/dist/model/TenantControllerAppsCatalogConfigRequest.mjs +0 -4
  1323. package/dist/model/TenantControllerAppsCatalogConfigResponse.d.mts +0 -47
  1324. package/dist/model/TenantControllerAppsCatalogConfigResponse.mjs +0 -4
  1325. package/dist/model/TenantInterface.d.mts +0 -38
  1326. package/dist/model/TenantInterface.mjs +0 -4
  1327. package/dist/model/TenantUsage.d.mts +0 -38
  1328. package/dist/model/TenantUsage.mjs +0 -4
  1329. package/dist/model/TestState.d.mts +0 -52
  1330. package/dist/model/TestState.mjs +0 -4
  1331. package/dist/model/TestSuite.d.mts +0 -74
  1332. package/dist/model/TestSuite.mjs +0 -11
  1333. package/dist/model/TestSuiteControllerRunRequest.d.mts +0 -38
  1334. package/dist/model/TestSuiteControllerRunRequest.mjs +0 -4
  1335. package/dist/model/TestSuiteControllerSearchTestsLastResult.d.mts +0 -41
  1336. package/dist/model/TestSuiteControllerSearchTestsLastResult.mjs +0 -5
  1337. package/dist/model/TestSuiteControllerTestSuiteApiId.d.mts +0 -51
  1338. package/dist/model/TestSuiteControllerTestSuiteApiId.mjs +0 -4
  1339. package/dist/model/TestSuiteControllerTestSuiteBulkRequest.d.mts +0 -50
  1340. package/dist/model/TestSuiteControllerTestSuiteBulkRequest.mjs +0 -5
  1341. package/dist/model/TestSuiteControllerTestsLastResultResponse.d.mts +0 -41
  1342. package/dist/model/TestSuiteControllerTestsLastResultResponse.mjs +0 -14
  1343. package/dist/model/TestSuiteGenerationPrompt.d.mts +0 -57
  1344. package/dist/model/TestSuiteGenerationPrompt.mjs +0 -4
  1345. package/dist/model/TestSuiteRunResult.d.mts +0 -80
  1346. package/dist/model/TestSuiteRunResult.mjs +0 -13
  1347. package/dist/model/TestSuiteServiceRunByQueryRequest.d.mts +0 -56
  1348. package/dist/model/TestSuiteServiceRunByQueryRequest.mjs +0 -4
  1349. package/dist/model/TestSuiteServiceTestRunByQueryResult.d.mts +0 -56
  1350. package/dist/model/TestSuiteServiceTestRunByQueryResult.mjs +0 -15
  1351. package/dist/model/TheLabelsToPassToTheExecutionCreated.d.mts +0 -49
  1352. package/dist/model/TheLabelsToPassToTheExecutionCreated.mjs +0 -5
  1353. package/dist/model/TimeWindow.d.mts +0 -41
  1354. package/dist/model/TimeWindow.mjs +0 -4
  1355. package/dist/model/Trigger.d.mts +0 -94
  1356. package/dist/model/Trigger.mjs +0 -8
  1357. package/dist/model/TriggerContext.d.mts +0 -81
  1358. package/dist/model/TriggerContext.mjs +0 -7
  1359. package/dist/model/TriggerControllerSetDisabledRequest.d.mts +0 -54
  1360. package/dist/model/TriggerControllerSetDisabledRequest.mjs +0 -9
  1361. package/dist/model/TriggerControllerTriggers.d.mts +0 -60
  1362. package/dist/model/TriggerControllerTriggers.mjs +0 -21
  1363. package/dist/model/TriggerFixture.d.mts +0 -54
  1364. package/dist/model/TriggerFixture.mjs +0 -4
  1365. package/dist/model/Type.d.mts +0 -142
  1366. package/dist/model/Type.mjs +0 -4
  1367. package/dist/model/UnitTest.d.mts +0 -74
  1368. package/dist/model/UnitTest.mjs +0 -10
  1369. package/dist/model/UnitTestResult.d.mts +0 -82
  1370. package/dist/model/UnitTestResult.mjs +0 -12
  1371. package/dist/model/UploadVersionedPluginsRequest.d.mts +0 -50
  1372. package/dist/model/UploadVersionedPluginsRequest.mjs +0 -4
  1373. package/dist/model/UsageEE.d.mts +0 -64
  1374. package/dist/model/UsageEE.mjs +0 -14
  1375. package/dist/model/UserGroup.d.mts +0 -50
  1376. package/dist/model/UserGroup.mjs +0 -5
  1377. package/dist/model/UserGroupType.d.mts +0 -40
  1378. package/dist/model/UserGroupType.mjs +0 -4
  1379. package/dist/model/UserType.d.mts +0 -40
  1380. package/dist/model/UserType.mjs +0 -4
  1381. package/dist/model/UserUsage.d.mts +0 -59
  1382. package/dist/model/UserUsage.mjs +0 -4
  1383. package/dist/model/UsernamePasswordCredentials.d.mts +0 -57
  1384. package/dist/model/UsernamePasswordCredentials.mjs +0 -4
  1385. package/dist/model/ValidateConstraintViolation.d.mts +0 -71
  1386. package/dist/model/ValidateConstraintViolation.mjs +0 -4
  1387. package/dist/model/ValuePathExpression.d.mts +0 -44
  1388. package/dist/model/ValuePathExpression.mjs +0 -5
  1389. package/dist/model/WebhookResponse.d.mts +0 -74
  1390. package/dist/model/WebhookResponse.mjs +0 -9
  1391. package/dist/model/WorkerGroup.d.mts +0 -44
  1392. package/dist/model/WorkerGroup.mjs +0 -5
  1393. package/dist/model/WorkerGroupFallback.d.mts +0 -46
  1394. package/dist/model/WorkerGroupFallback.mjs +0 -4
  1395. package/dist/model/WorkerTaskRestartStrategy.d.mts +0 -46
  1396. package/dist/model/WorkerTaskRestartStrategy.mjs +0 -4
  1397. package/dist/node-CCXhBrFK.mjs +0 -419
@@ -1,1960 +0,0 @@
1
- import { i as __toESM, t as ApiClient_default } from "./ApiClient-fBZ10h6n.mjs";
2
- import { t as require_node } from "./node-CCXhBrFK.mjs";
3
- import { t as BulkResponse_default } from "./BulkResponse-Bo_Avne5.mjs";
4
- import { t as Execution_default } from "./Execution-Ckx_siAG.mjs";
5
- import { t as ExecutionControllerEvalResult_default } from "./ExecutionControllerEvalResult-DYsyjDM4.mjs";
6
- import { t as ExecutionControllerExecutionResponse_default } from "./ExecutionControllerExecutionResponse-zmoxgU91.mjs";
7
- import { t as ExecutionControllerLastExecutionResponse_default } from "./ExecutionControllerLastExecutionResponse-DLplUZCS.mjs";
8
- import { t as FileMetas_default } from "./FileMetas-B2AXSfNp.mjs";
9
- import { t as FlowForExecution_default } from "./FlowForExecution-BQFjfsQZ.mjs";
10
- import { t as FlowGraph_default } from "./FlowGraph-OiT5dMX2.mjs";
11
- import { t as PagedResultsExecution_default } from "./PagedResultsExecution-BG9g7IxC.mjs";
12
- import { t as WebhookResponse_default } from "./WebhookResponse-f1E_L-Fq.mjs";
13
-
14
- //#region src/api/ExecutionsApi.js
15
- /**
16
- * Kestra EE
17
- * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.<br/> Endpoints designated as Superadmin-only are not tenant-scoped.
18
- *
19
- *
20
- *
21
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
22
- * https://openapi-generator.tech
23
- * Do not edit the class manually.
24
- *
25
- */
26
- var import_node = /* @__PURE__ */ __toESM(require_node(), 1);
27
- /**
28
- * Executions service.
29
- * @module api/ExecutionsApi
30
- */
31
- var ExecutionsApi = class {
32
- /**
33
- * Constructs a new ExecutionsApi.
34
- * @alias module:api/ExecutionsApi
35
- * @class
36
- * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
37
- * default to {@link module:ApiClient#instance} if unspecified.
38
- */
39
- constructor(apiClient) {
40
- this.apiClient = apiClient || ApiClient_default.instance;
41
- }
42
- /**
43
- * Create a new execution for a flow
44
- * @param {String} namespace The flow namespace
45
- * @param {String} id The flow id
46
- * @param {String} tenant
47
- * @param {Object} opts Optional parameters
48
- * @param {Array.<String>} [labels] The labels as a list of 'key:value'
49
- * @param {Boolean} [wait = false)] If the server will wait the end of the execution
50
- * @param {Number} [revision] The flow revision or latest if null
51
- * @param {Date} [scheduleDate] Schedule the flow on a specific date
52
- * @param {String} [breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
53
- * @param {module:model/ExecutionKind} [kind] Specific execution kind
54
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
55
-
56
- * @return {Promise<ExecutionControllerExecutionResponse>}
57
- */
58
- createExecutionWithHttpInfo(namespace, id, tenant, opts, formData) {
59
- opts = opts || {};
60
- let postBody = null;
61
- if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling createExecution");
62
- if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling createExecution");
63
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling createExecution");
64
- let pathParams = {
65
- "namespace": namespace,
66
- "id": id,
67
- "tenant": tenant
68
- };
69
- let queryParams = {
70
- "labels": this.apiClient.buildCollectionParam(opts["labels"], "multi"),
71
- "wait": opts["wait"],
72
- "revision": opts["revision"],
73
- "scheduleDate": opts["scheduleDate"],
74
- "breakpoints": opts["breakpoints"],
75
- "kind": opts["kind"]
76
- };
77
- let headerParams = {};
78
- let formParams = {};
79
- let authNames = ["basicAuth", "bearerAuth"];
80
- let contentTypes = ["multipart/form-data"];
81
- let accepts = ["application/json"];
82
- let returnType = ExecutionControllerExecutionResponse_default;
83
- if (formData && typeof formData === "object") {
84
- for (const [k, v] of Object.entries(formData)) if (v !== void 0 && v !== null) formParams[k] = v;
85
- }
86
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{namespace}/{id}", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
87
- }
88
- /**
89
- * Create a new execution for a flow
90
- * @param {String} namespace The flow namespace
91
- * @param {String} id The flow id
92
- * @param {String} tenant
93
- * @param {Object} [opts] Optional parameters
94
- * @param {Array.<String>} [opts.labels] The labels as a list of 'key:value'
95
- * @param {Boolean} [opts.wait (default to false)] If the server will wait the end of the execution
96
- * @param {Number} [opts.revision] The flow revision or latest if null
97
- * @param {Date} [opts.scheduleDate] Schedule the flow on a specific date
98
- * @param {String} [opts.breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
99
- * @param {module:model/ExecutionKind} [opts.kind] Specific execution kind
100
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
101
-
102
- * @return {Promise<ExecutionControllerExecutionResponse>}
103
- */
104
- createExecution(namespace, id, tenant, opts, formData) {
105
- return this.createExecutionWithHttpInfo(namespace, id, tenant, opts, formData).then(function(response_and_data) {
106
- return response_and_data.data;
107
- });
108
- }
109
- /**
110
- * Delete an execution
111
- * @param {String} executionId The execution id
112
- * @param {String} tenant
113
- * @param {Object} opts Optional parameters
114
- * @param {Boolean} [deleteLogs = true)] Whether to delete execution logs
115
- * @param {Boolean} [deleteMetrics = true)] Whether to delete execution metrics
116
- * @param {Boolean} [deleteStorage = true)] Whether to delete execution files in the internal storage
117
-
118
- * @return {Promise< >}
119
- */
120
- deleteExecutionWithHttpInfo(executionId, tenant, opts) {
121
- opts = opts || {};
122
- let postBody = null;
123
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling deleteExecution");
124
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling deleteExecution");
125
- let pathParams = {
126
- "executionId": executionId,
127
- "tenant": tenant
128
- };
129
- let queryParams = {
130
- "deleteLogs": opts["deleteLogs"],
131
- "deleteMetrics": opts["deleteMetrics"],
132
- "deleteStorage": opts["deleteStorage"]
133
- };
134
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}", "DELETE", pathParams, queryParams, {}, {}, postBody, ["basicAuth", "bearerAuth"], [], [], null, null);
135
- }
136
- /**
137
- * Delete an execution
138
- * @param {String} executionId The execution id
139
- * @param {String} tenant
140
- * @param {Object} [opts] Optional parameters
141
- * @param {Boolean} [opts.deleteLogs (default to true)] Whether to delete execution logs
142
- * @param {Boolean} [opts.deleteMetrics (default to true)] Whether to delete execution metrics
143
- * @param {Boolean} [opts.deleteStorage (default to true)] Whether to delete execution files in the internal storage
144
-
145
- * @return {Promise< >}
146
- */
147
- deleteExecution(executionId, tenant, opts) {
148
- return this.deleteExecutionWithHttpInfo(executionId, tenant, opts).then(function(response_and_data) {
149
- return response_and_data.data;
150
- });
151
- }
152
- /**
153
- * Delete a list of executions
154
- * @param {String} tenant
155
- * @param {Array.<String>} requestBody The execution id
156
- * @param {Object} opts Optional parameters
157
- * @param {Boolean} [includeNonTerminated = false)] Whether to delete non-terminated executions
158
- * @param {Boolean} [deleteLogs = true)] Whether to delete execution logs
159
- * @param {Boolean} [deleteMetrics = true)] Whether to delete execution metrics
160
- * @param {Boolean} [deleteStorage = true)] Whether to delete execution files in the internal storage
161
-
162
- * @return {Promise<BulkResponse>}
163
- */
164
- deleteExecutionsByIdsWithHttpInfo(tenant, requestBody, opts) {
165
- opts = opts || {};
166
- let postBody = requestBody;
167
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling deleteExecutionsByIds");
168
- if (requestBody === void 0 || requestBody === null) throw new Error("Missing the required parameter 'requestBody' when calling deleteExecutionsByIds");
169
- let pathParams = { "tenant": tenant };
170
- let queryParams = {
171
- "includeNonTerminated": opts["includeNonTerminated"],
172
- "deleteLogs": opts["deleteLogs"],
173
- "deleteMetrics": opts["deleteMetrics"],
174
- "deleteStorage": opts["deleteStorage"]
175
- };
176
- let headerParams = {};
177
- let formParams = {};
178
- let authNames = ["basicAuth", "bearerAuth"];
179
- let contentTypes = ["application/json"];
180
- let accepts = ["application/json"];
181
- let returnType = BulkResponse_default;
182
- return this.apiClient.callApi("/api/v1/{tenant}/executions/by-ids", "DELETE", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
183
- }
184
- /**
185
- * Delete a list of executions
186
- * @param {String} tenant
187
- * @param {Array.<String>} requestBody The execution id
188
- * @param {Object} [opts] Optional parameters
189
- * @param {Boolean} [opts.includeNonTerminated (default to false)] Whether to delete non-terminated executions
190
- * @param {Boolean} [opts.deleteLogs (default to true)] Whether to delete execution logs
191
- * @param {Boolean} [opts.deleteMetrics (default to true)] Whether to delete execution metrics
192
- * @param {Boolean} [opts.deleteStorage (default to true)] Whether to delete execution files in the internal storage
193
-
194
- * @return {Promise<BulkResponse>}
195
- */
196
- deleteExecutionsByIds(tenant, requestBody, opts) {
197
- return this.deleteExecutionsByIdsWithHttpInfo(tenant, requestBody, opts).then(function(response_and_data) {
198
- return response_and_data.data;
199
- });
200
- }
201
- /**
202
- * Delete executions filter by query parameters
203
- * @param {String} tenant
204
- * @param {Object} opts Optional parameters
205
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
206
- * @param {Boolean} [includeNonTerminated = false)] Whether to delete non-terminated executions
207
- * @param {Boolean} [deleteLogs = true)] Whether to delete execution logs
208
- * @param {Boolean} [deleteMetrics = true)] Whether to delete execution metrics
209
- * @param {Boolean} [deleteStorage = true)] Whether to delete execution files in the internal storage
210
-
211
- * @return {Promise< Object >}
212
- */
213
- deleteExecutionsByQueryWithHttpInfo(tenant, opts) {
214
- opts = opts || {};
215
- let postBody = null;
216
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling deleteExecutionsByQuery");
217
- let pathParams = { "tenant": tenant };
218
- let queryParams = {
219
- "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv"),
220
- "includeNonTerminated": opts["includeNonTerminated"],
221
- "deleteLogs": opts["deleteLogs"],
222
- "deleteMetrics": opts["deleteMetrics"],
223
- "deleteStorage": opts["deleteStorage"]
224
- };
225
- let headerParams = {};
226
- let formParams = {};
227
- let authNames = ["basicAuth", "bearerAuth"];
228
- let contentTypes = [];
229
- let accepts = ["application/json"];
230
- let returnType = Object;
231
- return this.apiClient.callApi("/api/v1/{tenant}/executions/by-query", "DELETE", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
232
- }
233
- /**
234
- * Delete executions filter by query parameters
235
- * @param {String} tenant
236
- * @param {Object} [opts] Optional parameters
237
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
238
- * @param {Boolean} [opts.includeNonTerminated (default to false)] Whether to delete non-terminated executions
239
- * @param {Boolean} [opts.deleteLogs (default to true)] Whether to delete execution logs
240
- * @param {Boolean} [opts.deleteMetrics (default to true)] Whether to delete execution metrics
241
- * @param {Boolean} [opts.deleteStorage (default to true)] Whether to delete execution files in the internal storage
242
-
243
- * @return {Promise< Object >}
244
- */
245
- deleteExecutionsByQuery(tenant, opts) {
246
- return this.deleteExecutionsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
247
- return response_and_data.data;
248
- });
249
- }
250
- /**
251
- * Download file for an execution
252
- * @param {String} executionId The execution id
253
- * @param {String} path The internal storage uri
254
- * @param {String} tenant
255
-
256
- * @return {Promise< File >}
257
- */
258
- downloadFileFromExecutionWithHttpInfo(executionId, path, tenant) {
259
- let postBody = null;
260
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling downloadFileFromExecution");
261
- if (path === void 0 || path === null) throw new Error("Missing the required parameter 'path' when calling downloadFileFromExecution");
262
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling downloadFileFromExecution");
263
- let pathParams = {
264
- "executionId": executionId,
265
- "tenant": tenant
266
- };
267
- let queryParams = { "path": path };
268
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/file", "GET", pathParams, queryParams, {}, {}, postBody, ["basicAuth", "bearerAuth"], [], ["application/octet-stream"], "Blob", null);
269
- }
270
- /**
271
- * Download file for an execution
272
- * @param {String} executionId The execution id
273
- * @param {String} path The internal storage uri
274
- * @param {String} tenant
275
-
276
- * @return {Promise< File >}
277
- */
278
- downloadFileFromExecution(executionId, path, tenant) {
279
- return this.downloadFileFromExecutionWithHttpInfo(executionId, path, tenant).then(function(response_and_data) {
280
- return response_and_data.data;
281
- });
282
- }
283
- /**
284
- * Evaluate a variable expression for this execution
285
- * @param {String} executionId The execution id
286
- * @param {String} tenant
287
- * @param {String} body The Pebble expression that should be evaluated
288
-
289
- * @return {Promise<ExecutionControllerEvalResult>}
290
- */
291
- evalExpressionWithHttpInfo(executionId, tenant, body) {
292
- let postBody = body;
293
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling evalExpression");
294
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling evalExpression");
295
- if (body === void 0 || body === null) throw new Error("Missing the required parameter 'body' when calling evalExpression");
296
- let pathParams = {
297
- "executionId": executionId,
298
- "tenant": tenant
299
- };
300
- let queryParams = {};
301
- let headerParams = {};
302
- let formParams = {};
303
- let authNames = ["basicAuth", "bearerAuth"];
304
- let contentTypes = ["text/plain"];
305
- let accepts = ["application/json"];
306
- let returnType = ExecutionControllerEvalResult_default;
307
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/eval", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
308
- }
309
- /**
310
- * Evaluate a variable expression for this execution
311
- * @param {String} executionId The execution id
312
- * @param {String} tenant
313
- * @param {String} body The Pebble expression that should be evaluated
314
-
315
- * @return {Promise<ExecutionControllerEvalResult>}
316
- */
317
- evalExpression(executionId, tenant, body) {
318
- return this.evalExpressionWithHttpInfo(executionId, tenant, body).then(function(response_and_data) {
319
- return response_and_data.data;
320
- });
321
- }
322
- /**
323
- * Get an execution
324
- * @param {String} executionId The execution id
325
- * @param {String} tenant
326
-
327
- * @return {Promise<Execution>}
328
- */
329
- executionWithHttpInfo(executionId, tenant) {
330
- let postBody = null;
331
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling execution");
332
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling execution");
333
- let pathParams = {
334
- "executionId": executionId,
335
- "tenant": tenant
336
- };
337
- let queryParams = {};
338
- let headerParams = {};
339
- let formParams = {};
340
- let authNames = ["basicAuth", "bearerAuth"];
341
- let contentTypes = [];
342
- let accepts = ["application/json"];
343
- let returnType = Execution_default;
344
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
345
- }
346
- /**
347
- * Get an execution
348
- * @param {String} executionId The execution id
349
- * @param {String} tenant
350
-
351
- * @return {Promise<Execution>}
352
- */
353
- execution(executionId, tenant) {
354
- return this.executionWithHttpInfo(executionId, tenant).then(function(response_and_data) {
355
- return response_and_data.data;
356
- });
357
- }
358
- /**
359
- * Generate a graph for an execution
360
- * @param {String} executionId The execution id
361
- * @param {String} tenant
362
- * @param {Object} opts Optional parameters
363
- * @param {Array.<String>} [subflows] The subflow tasks to display
364
-
365
- * @return {Promise<FlowGraph>}
366
- */
367
- executionFlowGraphWithHttpInfo(executionId, tenant, opts) {
368
- opts = opts || {};
369
- let postBody = null;
370
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling executionFlowGraph");
371
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling executionFlowGraph");
372
- let pathParams = {
373
- "executionId": executionId,
374
- "tenant": tenant
375
- };
376
- let queryParams = { "subflows": this.apiClient.buildCollectionParam(opts["subflows"], "csv") };
377
- let headerParams = {};
378
- let formParams = {};
379
- let authNames = ["basicAuth", "bearerAuth"];
380
- let contentTypes = [];
381
- let accepts = ["application/json"];
382
- let returnType = FlowGraph_default;
383
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/graph", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
384
- }
385
- /**
386
- * Generate a graph for an execution
387
- * @param {String} executionId The execution id
388
- * @param {String} tenant
389
- * @param {Object} [opts] Optional parameters
390
- * @param {Array.<String>} [opts.subflows] The subflow tasks to display
391
-
392
- * @return {Promise<FlowGraph>}
393
- */
394
- executionFlowGraph(executionId, tenant, opts) {
395
- return this.executionFlowGraphWithHttpInfo(executionId, tenant, opts).then(function(response_and_data) {
396
- return response_and_data.data;
397
- });
398
- }
399
- /**
400
- * Get file meta information for an execution
401
- * @param {String} executionId The execution id
402
- * @param {String} path The internal storage uri
403
- * @param {String} tenant
404
-
405
- * @return {Promise<FileMetas>}
406
- */
407
- fileMetadatasFromExecutionWithHttpInfo(executionId, path, tenant) {
408
- let postBody = null;
409
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling fileMetadatasFromExecution");
410
- if (path === void 0 || path === null) throw new Error("Missing the required parameter 'path' when calling fileMetadatasFromExecution");
411
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling fileMetadatasFromExecution");
412
- let pathParams = {
413
- "executionId": executionId,
414
- "tenant": tenant
415
- };
416
- let queryParams = { "path": path };
417
- let headerParams = {};
418
- let formParams = {};
419
- let authNames = ["basicAuth", "bearerAuth"];
420
- let contentTypes = [];
421
- let accepts = ["application/json"];
422
- let returnType = FileMetas_default;
423
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/file/metas", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
424
- }
425
- /**
426
- * Get file meta information for an execution
427
- * @param {String} executionId The execution id
428
- * @param {String} path The internal storage uri
429
- * @param {String} tenant
430
-
431
- * @return {Promise<FileMetas>}
432
- */
433
- fileMetadatasFromExecution(executionId, path, tenant) {
434
- return this.fileMetadatasFromExecutionWithHttpInfo(executionId, path, tenant).then(function(response_and_data) {
435
- return response_and_data.data;
436
- });
437
- }
438
- /**
439
- * Get flow information's for an execution
440
- * @param {String} namespace The namespace of the flow
441
- * @param {String} flowId The flow id
442
- * @param {String} tenant
443
- * @param {Object} opts Optional parameters
444
- * @param {Number} [revision] The flow revision
445
-
446
- * @return {Promise<FlowForExecution>}
447
- */
448
- flowFromExecutionWithHttpInfo(namespace, flowId, tenant, opts) {
449
- opts = opts || {};
450
- let postBody = null;
451
- if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling flowFromExecution");
452
- if (flowId === void 0 || flowId === null) throw new Error("Missing the required parameter 'flowId' when calling flowFromExecution");
453
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling flowFromExecution");
454
- let pathParams = {
455
- "namespace": namespace,
456
- "flowId": flowId,
457
- "tenant": tenant
458
- };
459
- let queryParams = { "revision": opts["revision"] };
460
- let headerParams = {};
461
- let formParams = {};
462
- let authNames = ["basicAuth", "bearerAuth"];
463
- let contentTypes = [];
464
- let accepts = ["application/json"];
465
- let returnType = FlowForExecution_default;
466
- return this.apiClient.callApi("/api/v1/{tenant}/executions/flows/{namespace}/{flowId}", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
467
- }
468
- /**
469
- * Get flow information's for an execution
470
- * @param {String} namespace The namespace of the flow
471
- * @param {String} flowId The flow id
472
- * @param {String} tenant
473
- * @param {Object} [opts] Optional parameters
474
- * @param {Number} [opts.revision] The flow revision
475
-
476
- * @return {Promise<FlowForExecution>}
477
- */
478
- flowFromExecution(namespace, flowId, tenant, opts) {
479
- return this.flowFromExecutionWithHttpInfo(namespace, flowId, tenant, opts).then(function(response_and_data) {
480
- return response_and_data.data;
481
- });
482
- }
483
- /**
484
- * Get flow information's for an execution
485
- * @param {String} executionId The execution that you want flow information
486
- * @param {String} tenant
487
-
488
- * @return {Promise<FlowForExecution>}
489
- */
490
- flowFromExecutionByIdWithHttpInfo(executionId, tenant) {
491
- let postBody = null;
492
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling flowFromExecutionById");
493
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling flowFromExecutionById");
494
- let pathParams = {
495
- "executionId": executionId,
496
- "tenant": tenant
497
- };
498
- let queryParams = {};
499
- let headerParams = {};
500
- let formParams = {};
501
- let authNames = ["basicAuth", "bearerAuth"];
502
- let contentTypes = [];
503
- let accepts = ["application/json"];
504
- let returnType = FlowForExecution_default;
505
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/flow", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
506
- }
507
- /**
508
- * Get flow information's for an execution
509
- * @param {String} executionId The execution that you want flow information
510
- * @param {String} tenant
511
-
512
- * @return {Promise<FlowForExecution>}
513
- */
514
- flowFromExecutionById(executionId, tenant) {
515
- return this.flowFromExecutionByIdWithHttpInfo(executionId, tenant).then(function(response_and_data) {
516
- return response_and_data.data;
517
- });
518
- }
519
- /**
520
- * Custom implementation for following execution via Server-Sent Events (SSE)
521
- * @param {String} executionId
522
- * @param {String} tenant
523
- * @param {Boolean} destinationOnly
524
- * @param {Boolean} expandAll
525
- * @param {Object} [options] Optional parameters
526
- * @param {Function} [options.EventSource] Custom EventSource constructor (for Node.js environment)
527
- * @return {EventSource} EventSource object to listen to execution events
528
- */
529
- followDependenciesExecutions(executionId, tenant, opts, options = {}) {
530
- const EventSourceImpl = options.EventSource ?? import_node.default;
531
- if (!EventSourceImpl) throw new Error("EventSource implementation must be provided in options.EventSource");
532
- return new EventSourceImpl(this.apiClient.buildUrl("/api/v1/{tenant}/executions/{executionId}/follow-dependencies", {
533
- "executionId": executionId,
534
- "tenant": tenant
535
- }), { headers: this.apiClient.buildAuthHeaders(["basicAuth", "bearerAuth"]) });
536
- }
537
- /**
538
- * Custom implementation for following execution via Server-Sent Events (SSE)
539
- * @param {String} executionId
540
- * @param {String} tenant
541
- * @param {Object} [options] Optional parameters
542
- * @param {Function} [options.EventSource] Custom EventSource constructor (for Node.js environment)
543
- * @return {EventSource} EventSource object to listen to execution events
544
- */
545
- followExecution(executionId, tenant, options = {}) {
546
- const EventSourceImpl = options.EventSource ?? import_node.default;
547
- if (!EventSourceImpl) throw new Error("EventSource implementation must be provided in options.EventSource");
548
- return new EventSourceImpl(this.apiClient.buildUrl("/api/v1/{tenant}/executions/{executionId}/follow", {
549
- "executionId": executionId,
550
- "tenant": tenant
551
- }), { headers: this.apiClient.buildAuthHeaders(["basicAuth", "bearerAuth"]) });
552
- }
553
- /**
554
- * Force run a list of executions
555
- * @param {String} tenant
556
- * @param {Array.<String>} requestBody The list of executions id
557
-
558
- * @return {Promise<BulkResponse>}
559
- */
560
- forceRunByIdsWithHttpInfo(tenant, requestBody) {
561
- let postBody = requestBody;
562
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling forceRunByIds");
563
- if (requestBody === void 0 || requestBody === null) throw new Error("Missing the required parameter 'requestBody' when calling forceRunByIds");
564
- let pathParams = { "tenant": tenant };
565
- let queryParams = {};
566
- let headerParams = {};
567
- let formParams = {};
568
- let authNames = ["basicAuth", "bearerAuth"];
569
- let contentTypes = ["application/json"];
570
- let accepts = ["application/json"];
571
- let returnType = BulkResponse_default;
572
- return this.apiClient.callApi("/api/v1/{tenant}/executions/force-run/by-ids", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
573
- }
574
- /**
575
- * Force run a list of executions
576
- * @param {String} tenant
577
- * @param {Array.<String>} requestBody The list of executions id
578
-
579
- * @return {Promise<BulkResponse>}
580
- */
581
- forceRunByIds(tenant, requestBody) {
582
- return this.forceRunByIdsWithHttpInfo(tenant, requestBody).then(function(response_and_data) {
583
- return response_and_data.data;
584
- });
585
- }
586
- /**
587
- * Force run an execution
588
- * @param {String} executionId The execution id
589
- * @param {String} tenant
590
-
591
- * @return {Promise<Execution>}
592
- */
593
- forceRunExecutionWithHttpInfo(executionId, tenant) {
594
- let postBody = null;
595
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling forceRunExecution");
596
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling forceRunExecution");
597
- let pathParams = {
598
- "executionId": executionId,
599
- "tenant": tenant
600
- };
601
- let queryParams = {};
602
- let headerParams = {};
603
- let formParams = {};
604
- let authNames = ["basicAuth", "bearerAuth"];
605
- let contentTypes = [];
606
- let accepts = ["application/json"];
607
- let returnType = Execution_default;
608
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/force-run", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
609
- }
610
- /**
611
- * Force run an execution
612
- * @param {String} executionId The execution id
613
- * @param {String} tenant
614
-
615
- * @return {Promise<Execution>}
616
- */
617
- forceRunExecution(executionId, tenant) {
618
- return this.forceRunExecutionWithHttpInfo(executionId, tenant).then(function(response_and_data) {
619
- return response_and_data.data;
620
- });
621
- }
622
- /**
623
- * Force run executions filter by query parameters
624
- * @param {String} tenant
625
- * @param {Object} opts Optional parameters
626
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
627
-
628
- * @return {Promise< Object >}
629
- */
630
- forceRunExecutionsByQueryWithHttpInfo(tenant, opts) {
631
- opts = opts || {};
632
- let postBody = null;
633
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling forceRunExecutionsByQuery");
634
- let pathParams = { "tenant": tenant };
635
- let queryParams = { "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv") };
636
- let headerParams = {};
637
- let formParams = {};
638
- let authNames = ["basicAuth", "bearerAuth"];
639
- let contentTypes = [];
640
- let accepts = ["application/json"];
641
- let returnType = Object;
642
- return this.apiClient.callApi("/api/v1/{tenant}/executions/force-run/by-query", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
643
- }
644
- /**
645
- * Force run executions filter by query parameters
646
- * @param {String} tenant
647
- * @param {Object} [opts] Optional parameters
648
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
649
-
650
- * @return {Promise< Object >}
651
- */
652
- forceRunExecutionsByQuery(tenant, opts) {
653
- return this.forceRunExecutionsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
654
- return response_and_data.data;
655
- });
656
- }
657
- /**
658
- * Kill an execution
659
- * @param {String} executionId The execution id
660
- * @param {String} tenant
661
- * @param {Object} opts Optional parameters
662
- * @param {Boolean} [isOnKillCascade = true)] Specifies whether killing the execution also kill all subflow executions.
663
-
664
- * @return {Promise< Object >}
665
- */
666
- killExecutionWithHttpInfo(executionId, tenant, opts) {
667
- opts = opts || {};
668
- let postBody = null;
669
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling killExecution");
670
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling killExecution");
671
- let pathParams = {
672
- "executionId": executionId,
673
- "tenant": tenant
674
- };
675
- let queryParams = { "isOnKillCascade": opts["isOnKillCascade"] };
676
- let headerParams = {};
677
- let formParams = {};
678
- let authNames = ["basicAuth", "bearerAuth"];
679
- let contentTypes = [];
680
- let accepts = ["text/json"];
681
- let returnType = Object;
682
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/kill", "DELETE", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
683
- }
684
- /**
685
- * Kill an execution
686
- * @param {String} executionId The execution id
687
- * @param {String} tenant
688
- * @param {Object} [opts] Optional parameters
689
- * @param {Boolean} [opts.isOnKillCascade (default to true)] Specifies whether killing the execution also kill all subflow executions.
690
-
691
- * @return {Promise< Object >}
692
- */
693
- killExecution(executionId, tenant, opts) {
694
- return this.killExecutionWithHttpInfo(executionId, tenant, opts).then(function(response_and_data) {
695
- return response_and_data.data;
696
- });
697
- }
698
- /**
699
- * Kill a list of executions
700
- * @param {String} tenant
701
- * @param {Array.<String>} requestBody The list of executions id
702
-
703
- * @return {Promise<BulkResponse>}
704
- */
705
- killExecutionsByIdsWithHttpInfo(tenant, requestBody) {
706
- let postBody = requestBody;
707
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling killExecutionsByIds");
708
- if (requestBody === void 0 || requestBody === null) throw new Error("Missing the required parameter 'requestBody' when calling killExecutionsByIds");
709
- let pathParams = { "tenant": tenant };
710
- let queryParams = {};
711
- let headerParams = {};
712
- let formParams = {};
713
- let authNames = ["basicAuth", "bearerAuth"];
714
- let contentTypes = ["application/json"];
715
- let accepts = ["application/json"];
716
- let returnType = BulkResponse_default;
717
- return this.apiClient.callApi("/api/v1/{tenant}/executions/kill/by-ids", "DELETE", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
718
- }
719
- /**
720
- * Kill a list of executions
721
- * @param {String} tenant
722
- * @param {Array.<String>} requestBody The list of executions id
723
-
724
- * @return {Promise<BulkResponse>}
725
- */
726
- killExecutionsByIds(tenant, requestBody) {
727
- return this.killExecutionsByIdsWithHttpInfo(tenant, requestBody).then(function(response_and_data) {
728
- return response_and_data.data;
729
- });
730
- }
731
- /**
732
- * Kill executions filter by query parameters
733
- * @param {String} tenant
734
- * @param {Object} opts Optional parameters
735
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
736
-
737
- * @return {Promise< Object >}
738
- */
739
- killExecutionsByQueryWithHttpInfo(tenant, opts) {
740
- opts = opts || {};
741
- let postBody = null;
742
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling killExecutionsByQuery");
743
- let pathParams = { "tenant": tenant };
744
- let queryParams = { "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv") };
745
- let headerParams = {};
746
- let formParams = {};
747
- let authNames = ["basicAuth", "bearerAuth"];
748
- let contentTypes = [];
749
- let accepts = ["application/json"];
750
- let returnType = Object;
751
- return this.apiClient.callApi("/api/v1/{tenant}/executions/kill/by-query", "DELETE", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
752
- }
753
- /**
754
- * Kill executions filter by query parameters
755
- * @param {String} tenant
756
- * @param {Object} [opts] Optional parameters
757
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
758
-
759
- * @return {Promise< Object >}
760
- */
761
- killExecutionsByQuery(tenant, opts) {
762
- return this.killExecutionsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
763
- return response_and_data.data;
764
- });
765
- }
766
- /**
767
- * Get the latest execution for given flows
768
- * @param {String} tenant
769
- * @param {Array.<module:model/ExecutionRepositoryInterfaceFlowFilter>} executionRepositoryInterfaceFlowFilter
770
-
771
- * @return {Promise<Array.<ExecutionControllerLastExecutionResponse>>}
772
- */
773
- latestExecutionsWithHttpInfo(tenant, executionRepositoryInterfaceFlowFilter) {
774
- let postBody = executionRepositoryInterfaceFlowFilter;
775
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling latestExecutions");
776
- if (executionRepositoryInterfaceFlowFilter === void 0 || executionRepositoryInterfaceFlowFilter === null) throw new Error("Missing the required parameter 'executionRepositoryInterfaceFlowFilter' when calling latestExecutions");
777
- let pathParams = { "tenant": tenant };
778
- let queryParams = {};
779
- let headerParams = {};
780
- let formParams = {};
781
- let authNames = ["basicAuth", "bearerAuth"];
782
- let contentTypes = ["application/json"];
783
- let accepts = ["application/json"];
784
- let returnType = [ExecutionControllerLastExecutionResponse_default];
785
- return this.apiClient.callApi("/api/v1/{tenant}/executions/latest", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
786
- }
787
- /**
788
- * Get the latest execution for given flows
789
- * @param {String} tenant
790
- * @param {Array.<module:model/ExecutionRepositoryInterfaceFlowFilter>} executionRepositoryInterfaceFlowFilter
791
-
792
- * @return {Promise<Array.<ExecutionControllerLastExecutionResponse>>}
793
- */
794
- latestExecutions(tenant, executionRepositoryInterfaceFlowFilter) {
795
- return this.latestExecutionsWithHttpInfo(tenant, executionRepositoryInterfaceFlowFilter).then(function(response_and_data) {
796
- return response_and_data.data;
797
- });
798
- }
799
- /**
800
- * Pause a running execution.
801
- * @param {String} executionId The execution id
802
- * @param {String} tenant
803
-
804
- * @return {Promise< >}
805
- */
806
- pauseExecutionWithHttpInfo(executionId, tenant) {
807
- let postBody = null;
808
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling pauseExecution");
809
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling pauseExecution");
810
- let pathParams = {
811
- "executionId": executionId,
812
- "tenant": tenant
813
- };
814
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/pause", "POST", pathParams, {}, {}, {}, postBody, ["basicAuth", "bearerAuth"], [], [], null, null);
815
- }
816
- /**
817
- * Pause a running execution.
818
- * @param {String} executionId The execution id
819
- * @param {String} tenant
820
-
821
- * @return {Promise< >}
822
- */
823
- pauseExecution(executionId, tenant) {
824
- return this.pauseExecutionWithHttpInfo(executionId, tenant).then(function(response_and_data) {
825
- return response_and_data.data;
826
- });
827
- }
828
- /**
829
- * Pause a list of running executions
830
- * @param {String} tenant
831
- * @param {Array.<String>} requestBody The list of executions id
832
-
833
- * @return {Promise<BulkResponse>}
834
- */
835
- pauseExecutionsByIdsWithHttpInfo(tenant, requestBody) {
836
- let postBody = requestBody;
837
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling pauseExecutionsByIds");
838
- if (requestBody === void 0 || requestBody === null) throw new Error("Missing the required parameter 'requestBody' when calling pauseExecutionsByIds");
839
- let pathParams = { "tenant": tenant };
840
- let queryParams = {};
841
- let headerParams = {};
842
- let formParams = {};
843
- let authNames = ["basicAuth", "bearerAuth"];
844
- let contentTypes = ["application/json"];
845
- let accepts = ["application/json"];
846
- let returnType = BulkResponse_default;
847
- return this.apiClient.callApi("/api/v1/{tenant}/executions/pause/by-ids", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
848
- }
849
- /**
850
- * Pause a list of running executions
851
- * @param {String} tenant
852
- * @param {Array.<String>} requestBody The list of executions id
853
-
854
- * @return {Promise<BulkResponse>}
855
- */
856
- pauseExecutionsByIds(tenant, requestBody) {
857
- return this.pauseExecutionsByIdsWithHttpInfo(tenant, requestBody).then(function(response_and_data) {
858
- return response_and_data.data;
859
- });
860
- }
861
- /**
862
- * Pause executions filter by query parameters
863
- * @param {String} tenant
864
- * @param {Object} opts Optional parameters
865
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
866
-
867
- * @return {Promise< Object >}
868
- */
869
- pauseExecutionsByQueryWithHttpInfo(tenant, opts) {
870
- opts = opts || {};
871
- let postBody = null;
872
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling pauseExecutionsByQuery");
873
- let pathParams = { "tenant": tenant };
874
- let queryParams = { "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv") };
875
- let headerParams = {};
876
- let formParams = {};
877
- let authNames = ["basicAuth", "bearerAuth"];
878
- let contentTypes = [];
879
- let accepts = ["application/json"];
880
- let returnType = Object;
881
- return this.apiClient.callApi("/api/v1/{tenant}/executions/pause/by-query", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
882
- }
883
- /**
884
- * Pause executions filter by query parameters
885
- * @param {String} tenant
886
- * @param {Object} [opts] Optional parameters
887
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
888
-
889
- * @return {Promise< Object >}
890
- */
891
- pauseExecutionsByQuery(tenant, opts) {
892
- return this.pauseExecutionsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
893
- return response_and_data.data;
894
- });
895
- }
896
- /**
897
- * Create a new execution from an old one and start it from a specified task run id
898
- * @param {String} executionId the original execution id to clone
899
- * @param {String} tenant
900
- * @param {Object} opts Optional parameters
901
- * @param {String} [taskRunId] The taskrun id
902
- * @param {Number} [revision] The flow revision to use for new execution
903
- * @param {String} [breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
904
-
905
- * @return {Promise<Execution>}
906
- */
907
- replayExecutionWithHttpInfo(executionId, tenant, opts) {
908
- opts = opts || {};
909
- let postBody = null;
910
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling replayExecution");
911
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling replayExecution");
912
- let pathParams = {
913
- "executionId": executionId,
914
- "tenant": tenant
915
- };
916
- let queryParams = {
917
- "taskRunId": opts["taskRunId"],
918
- "revision": opts["revision"],
919
- "breakpoints": opts["breakpoints"]
920
- };
921
- let headerParams = {};
922
- let formParams = {};
923
- let authNames = ["basicAuth", "bearerAuth"];
924
- let contentTypes = [];
925
- let accepts = ["application/json"];
926
- let returnType = Execution_default;
927
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/replay", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
928
- }
929
- /**
930
- * Create a new execution from an old one and start it from a specified task run id
931
- * @param {String} executionId the original execution id to clone
932
- * @param {String} tenant
933
- * @param {Object} [opts] Optional parameters
934
- * @param {String} [opts.taskRunId] The taskrun id
935
- * @param {Number} [opts.revision] The flow revision to use for new execution
936
- * @param {String} [opts.breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
937
-
938
- * @return {Promise<Execution>}
939
- */
940
- replayExecution(executionId, tenant, opts) {
941
- return this.replayExecutionWithHttpInfo(executionId, tenant, opts).then(function(response_and_data) {
942
- return response_and_data.data;
943
- });
944
- }
945
- /**
946
- * Create a new execution from an old one and start it from a specified task run id
947
- * @param {String} executionId the original execution id to clone
948
- * @param {String} tenant
949
- * @param {Object} opts Optional parameters
950
- * @param {String} [taskRunId] The taskrun id
951
- * @param {Number} [revision] The flow revision to use for new execution
952
- * @param {String} [breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
953
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
954
-
955
- * @return {Promise<Execution>}
956
- */
957
- replayExecutionWithinputsWithHttpInfo(executionId, tenant, opts, formData) {
958
- opts = opts || {};
959
- let postBody = null;
960
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling replayExecutionWithinputs");
961
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling replayExecutionWithinputs");
962
- let pathParams = {
963
- "executionId": executionId,
964
- "tenant": tenant
965
- };
966
- let queryParams = {
967
- "taskRunId": opts["taskRunId"],
968
- "revision": opts["revision"],
969
- "breakpoints": opts["breakpoints"]
970
- };
971
- let headerParams = {};
972
- let formParams = {};
973
- let authNames = ["basicAuth", "bearerAuth"];
974
- let contentTypes = ["multipart/form-data"];
975
- let accepts = ["application/json"];
976
- let returnType = Execution_default;
977
- if (formData && typeof formData === "object") {
978
- for (const [k, v] of Object.entries(formData)) if (v !== void 0 && v !== null) formParams[k] = v;
979
- }
980
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/replay-with-inputs", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
981
- }
982
- /**
983
- * Create a new execution from an old one and start it from a specified task run id
984
- * @param {String} executionId the original execution id to clone
985
- * @param {String} tenant
986
- * @param {Object} [opts] Optional parameters
987
- * @param {String} [opts.taskRunId] The taskrun id
988
- * @param {Number} [opts.revision] The flow revision to use for new execution
989
- * @param {String} [opts.breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
990
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
991
-
992
- * @return {Promise<Execution>}
993
- */
994
- replayExecutionWithinputs(executionId, tenant, opts, formData) {
995
- return this.replayExecutionWithinputsWithHttpInfo(executionId, tenant, opts, formData).then(function(response_and_data) {
996
- return response_and_data.data;
997
- });
998
- }
999
- /**
1000
- * Create new executions from old ones. Keep the flow revision
1001
- * @param {String} tenant
1002
- * @param {Array.<String>} requestBody The list of executions id
1003
- * @param {Object} opts Optional parameters
1004
- * @param {Boolean} [latestRevision = false)] If latest revision should be used
1005
-
1006
- * @return {Promise<BulkResponse>}
1007
- */
1008
- replayExecutionsByIdsWithHttpInfo(tenant, requestBody, opts) {
1009
- opts = opts || {};
1010
- let postBody = requestBody;
1011
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling replayExecutionsByIds");
1012
- if (requestBody === void 0 || requestBody === null) throw new Error("Missing the required parameter 'requestBody' when calling replayExecutionsByIds");
1013
- let pathParams = { "tenant": tenant };
1014
- let queryParams = { "latestRevision": opts["latestRevision"] };
1015
- let headerParams = {};
1016
- let formParams = {};
1017
- let authNames = ["basicAuth", "bearerAuth"];
1018
- let contentTypes = ["application/json"];
1019
- let accepts = ["application/json"];
1020
- let returnType = BulkResponse_default;
1021
- return this.apiClient.callApi("/api/v1/{tenant}/executions/replay/by-ids", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1022
- }
1023
- /**
1024
- * Create new executions from old ones. Keep the flow revision
1025
- * @param {String} tenant
1026
- * @param {Array.<String>} requestBody The list of executions id
1027
- * @param {Object} [opts] Optional parameters
1028
- * @param {Boolean} [opts.latestRevision (default to false)] If latest revision should be used
1029
-
1030
- * @return {Promise<BulkResponse>}
1031
- */
1032
- replayExecutionsByIds(tenant, requestBody, opts) {
1033
- return this.replayExecutionsByIdsWithHttpInfo(tenant, requestBody, opts).then(function(response_and_data) {
1034
- return response_and_data.data;
1035
- });
1036
- }
1037
- /**
1038
- * Create new executions from old ones filter by query parameters. Keep the flow revision
1039
- * @param {String} tenant
1040
- * @param {Object} opts Optional parameters
1041
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
1042
- * @param {Boolean} [latestRevision = false)] If latest revision should be used
1043
-
1044
- * @return {Promise< Object >}
1045
- */
1046
- replayExecutionsByQueryWithHttpInfo(tenant, opts) {
1047
- opts = opts || {};
1048
- let postBody = null;
1049
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling replayExecutionsByQuery");
1050
- let pathParams = { "tenant": tenant };
1051
- let queryParams = {
1052
- "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv"),
1053
- "latestRevision": opts["latestRevision"]
1054
- };
1055
- let headerParams = {};
1056
- let formParams = {};
1057
- let authNames = ["basicAuth", "bearerAuth"];
1058
- let contentTypes = [];
1059
- let accepts = ["application/json"];
1060
- let returnType = Object;
1061
- return this.apiClient.callApi("/api/v1/{tenant}/executions/replay/by-query", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1062
- }
1063
- /**
1064
- * Create new executions from old ones filter by query parameters. Keep the flow revision
1065
- * @param {String} tenant
1066
- * @param {Object} [opts] Optional parameters
1067
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
1068
- * @param {Boolean} [opts.latestRevision (default to false)] If latest revision should be used
1069
-
1070
- * @return {Promise< Object >}
1071
- */
1072
- replayExecutionsByQuery(tenant, opts) {
1073
- return this.replayExecutionsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
1074
- return response_and_data.data;
1075
- });
1076
- }
1077
- /**
1078
- * Restart a new execution from an old one
1079
- * @param {String} executionId The execution id
1080
- * @param {String} tenant
1081
- * @param {Object} opts Optional parameters
1082
- * @param {Number} [revision] The flow revision to use for new execution
1083
-
1084
- * @return {Promise<Execution>}
1085
- */
1086
- restartExecutionWithHttpInfo(executionId, tenant, opts) {
1087
- opts = opts || {};
1088
- let postBody = null;
1089
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling restartExecution");
1090
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling restartExecution");
1091
- let pathParams = {
1092
- "executionId": executionId,
1093
- "tenant": tenant
1094
- };
1095
- let queryParams = { "revision": opts["revision"] };
1096
- let headerParams = {};
1097
- let formParams = {};
1098
- let authNames = ["basicAuth", "bearerAuth"];
1099
- let contentTypes = [];
1100
- let accepts = ["application/json"];
1101
- let returnType = Execution_default;
1102
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/restart", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1103
- }
1104
- /**
1105
- * Restart a new execution from an old one
1106
- * @param {String} executionId The execution id
1107
- * @param {String} tenant
1108
- * @param {Object} [opts] Optional parameters
1109
- * @param {Number} [opts.revision] The flow revision to use for new execution
1110
-
1111
- * @return {Promise<Execution>}
1112
- */
1113
- restartExecution(executionId, tenant, opts) {
1114
- return this.restartExecutionWithHttpInfo(executionId, tenant, opts).then(function(response_and_data) {
1115
- return response_and_data.data;
1116
- });
1117
- }
1118
- /**
1119
- * Restart a list of executions
1120
- * @param {String} tenant
1121
- * @param {Array.<String>} requestBody The list of executions id
1122
-
1123
- * @return {Promise<BulkResponse>}
1124
- */
1125
- restartExecutionsByIdsWithHttpInfo(tenant, requestBody) {
1126
- let postBody = requestBody;
1127
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling restartExecutionsByIds");
1128
- if (requestBody === void 0 || requestBody === null) throw new Error("Missing the required parameter 'requestBody' when calling restartExecutionsByIds");
1129
- let pathParams = { "tenant": tenant };
1130
- let queryParams = {};
1131
- let headerParams = {};
1132
- let formParams = {};
1133
- let authNames = ["basicAuth", "bearerAuth"];
1134
- let contentTypes = ["application/json"];
1135
- let accepts = ["application/json"];
1136
- let returnType = BulkResponse_default;
1137
- return this.apiClient.callApi("/api/v1/{tenant}/executions/restart/by-ids", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1138
- }
1139
- /**
1140
- * Restart a list of executions
1141
- * @param {String} tenant
1142
- * @param {Array.<String>} requestBody The list of executions id
1143
-
1144
- * @return {Promise<BulkResponse>}
1145
- */
1146
- restartExecutionsByIds(tenant, requestBody) {
1147
- return this.restartExecutionsByIdsWithHttpInfo(tenant, requestBody).then(function(response_and_data) {
1148
- return response_and_data.data;
1149
- });
1150
- }
1151
- /**
1152
- * Restart executions filter by query parameters
1153
- * @param {String} tenant
1154
- * @param {Object} opts Optional parameters
1155
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
1156
-
1157
- * @return {Promise< Object >}
1158
- */
1159
- restartExecutionsByQueryWithHttpInfo(tenant, opts) {
1160
- opts = opts || {};
1161
- let postBody = null;
1162
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling restartExecutionsByQuery");
1163
- let pathParams = { "tenant": tenant };
1164
- let queryParams = { "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv") };
1165
- let headerParams = {};
1166
- let formParams = {};
1167
- let authNames = ["basicAuth", "bearerAuth"];
1168
- let contentTypes = [];
1169
- let accepts = ["application/json"];
1170
- let returnType = Object;
1171
- return this.apiClient.callApi("/api/v1/{tenant}/executions/restart/by-query", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1172
- }
1173
- /**
1174
- * Restart executions filter by query parameters
1175
- * @param {String} tenant
1176
- * @param {Object} [opts] Optional parameters
1177
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
1178
-
1179
- * @return {Promise< Object >}
1180
- */
1181
- restartExecutionsByQuery(tenant, opts) {
1182
- return this.restartExecutionsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
1183
- return response_and_data.data;
1184
- });
1185
- }
1186
- /**
1187
- * Resume a paused execution.
1188
- * @param {String} executionId The execution id
1189
- * @param {String} tenant
1190
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
1191
-
1192
- * @return {Promise< Object >}
1193
- */
1194
- resumeExecutionWithHttpInfo(executionId, tenant, formData) {
1195
- let postBody = null;
1196
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling resumeExecution");
1197
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling resumeExecution");
1198
- let pathParams = {
1199
- "executionId": executionId,
1200
- "tenant": tenant
1201
- };
1202
- let queryParams = {};
1203
- let headerParams = {};
1204
- let formParams = {};
1205
- let authNames = ["basicAuth", "bearerAuth"];
1206
- let contentTypes = ["multipart/form-data"];
1207
- let accepts = ["application/json"];
1208
- let returnType = Object;
1209
- if (formData && typeof formData === "object") {
1210
- for (const [k, v] of Object.entries(formData)) if (v !== void 0 && v !== null) formParams[k] = v;
1211
- }
1212
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/resume", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1213
- }
1214
- /**
1215
- * Resume a paused execution.
1216
- * @param {String} executionId The execution id
1217
- * @param {String} tenant
1218
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
1219
-
1220
- * @return {Promise< Object >}
1221
- */
1222
- resumeExecution(executionId, tenant, formData) {
1223
- return this.resumeExecutionWithHttpInfo(executionId, tenant, formData).then(function(response_and_data) {
1224
- return response_and_data.data;
1225
- });
1226
- }
1227
- /**
1228
- * Resume a list of paused executions
1229
- * @param {String} tenant
1230
- * @param {Array.<String>} requestBody The list of executions id
1231
-
1232
- * @return {Promise<BulkResponse>}
1233
- */
1234
- resumeExecutionsByIdsWithHttpInfo(tenant, requestBody) {
1235
- let postBody = requestBody;
1236
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling resumeExecutionsByIds");
1237
- if (requestBody === void 0 || requestBody === null) throw new Error("Missing the required parameter 'requestBody' when calling resumeExecutionsByIds");
1238
- let pathParams = { "tenant": tenant };
1239
- let queryParams = {};
1240
- let headerParams = {};
1241
- let formParams = {};
1242
- let authNames = ["basicAuth", "bearerAuth"];
1243
- let contentTypes = ["application/json"];
1244
- let accepts = ["application/json"];
1245
- let returnType = BulkResponse_default;
1246
- return this.apiClient.callApi("/api/v1/{tenant}/executions/resume/by-ids", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1247
- }
1248
- /**
1249
- * Resume a list of paused executions
1250
- * @param {String} tenant
1251
- * @param {Array.<String>} requestBody The list of executions id
1252
-
1253
- * @return {Promise<BulkResponse>}
1254
- */
1255
- resumeExecutionsByIds(tenant, requestBody) {
1256
- return this.resumeExecutionsByIdsWithHttpInfo(tenant, requestBody).then(function(response_and_data) {
1257
- return response_and_data.data;
1258
- });
1259
- }
1260
- /**
1261
- * Resume executions filter by query parameters
1262
- * @param {String} tenant
1263
- * @param {Object} opts Optional parameters
1264
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
1265
-
1266
- * @return {Promise< Object >}
1267
- */
1268
- resumeExecutionsByQueryWithHttpInfo(tenant, opts) {
1269
- opts = opts || {};
1270
- let postBody = null;
1271
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling resumeExecutionsByQuery");
1272
- let pathParams = { "tenant": tenant };
1273
- let queryParams = { "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv") };
1274
- let headerParams = {};
1275
- let formParams = {};
1276
- let authNames = ["basicAuth", "bearerAuth"];
1277
- let contentTypes = [];
1278
- let accepts = ["application/json"];
1279
- let returnType = Object;
1280
- return this.apiClient.callApi("/api/v1/{tenant}/executions/resume/by-query", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1281
- }
1282
- /**
1283
- * Resume executions filter by query parameters
1284
- * @param {String} tenant
1285
- * @param {Object} [opts] Optional parameters
1286
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
1287
-
1288
- * @return {Promise< Object >}
1289
- */
1290
- resumeExecutionsByQuery(tenant, opts) {
1291
- return this.resumeExecutionsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
1292
- return response_and_data.data;
1293
- });
1294
- }
1295
- /**
1296
- * Search for executions
1297
- * @param {String} tenant
1298
- * @param {Object} opts Optional parameters
1299
- * @param {Number} [page = 1)] The current page
1300
- * @param {Number} [size = 10)] The current page size
1301
- * @param {Array.<String>} [sort] The sort of current page
1302
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
1303
-
1304
- * @return {Promise<PagedResultsExecution>}
1305
- */
1306
- searchExecutionsWithHttpInfo(tenant, opts) {
1307
- opts = opts || {};
1308
- let postBody = null;
1309
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling searchExecutions");
1310
- let pathParams = { "tenant": tenant };
1311
- let queryParams = {
1312
- "page": opts["page"],
1313
- "size": opts["size"],
1314
- "sort": this.apiClient.buildCollectionParam(opts["sort"], "csv"),
1315
- "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv")
1316
- };
1317
- let headerParams = {};
1318
- let formParams = {};
1319
- let authNames = ["basicAuth", "bearerAuth"];
1320
- let contentTypes = [];
1321
- let accepts = ["application/json"];
1322
- let returnType = PagedResultsExecution_default;
1323
- return this.apiClient.callApi("/api/v1/{tenant}/executions/search", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1324
- }
1325
- /**
1326
- * Search for executions
1327
- * @param {String} tenant
1328
- * @param {Object} [opts] Optional parameters
1329
- * @param {Number} [opts.page (default to 1)] The current page
1330
- * @param {Number} [opts.size (default to 10)] The current page size
1331
- * @param {Array.<String>} [opts.sort] The sort of current page
1332
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
1333
-
1334
- * @return {Promise<PagedResultsExecution>}
1335
- */
1336
- searchExecutions(tenant, opts) {
1337
- return this.searchExecutionsWithHttpInfo(tenant, opts).then(function(response_and_data) {
1338
- return response_and_data.data;
1339
- });
1340
- }
1341
- /**
1342
- * Search for executions for a flow
1343
- * @param {String} namespace The flow namespace
1344
- * @param {String} flowId The flow id
1345
- * @param {String} tenant
1346
- * @param {Object} opts Optional parameters
1347
- * @param {Number} [page = 1)] The current page
1348
- * @param {Number} [size = 10)] The current page size
1349
-
1350
- * @return {Promise<PagedResultsExecution>}
1351
- */
1352
- searchExecutionsByFlowIdWithHttpInfo(namespace, flowId, tenant, opts) {
1353
- opts = opts || {};
1354
- let postBody = null;
1355
- if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling searchExecutionsByFlowId");
1356
- if (flowId === void 0 || flowId === null) throw new Error("Missing the required parameter 'flowId' when calling searchExecutionsByFlowId");
1357
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling searchExecutionsByFlowId");
1358
- let pathParams = { "tenant": tenant };
1359
- let queryParams = {
1360
- "namespace": namespace,
1361
- "flowId": flowId,
1362
- "page": opts["page"],
1363
- "size": opts["size"]
1364
- };
1365
- let headerParams = {};
1366
- let formParams = {};
1367
- let authNames = ["basicAuth", "bearerAuth"];
1368
- let contentTypes = [];
1369
- let accepts = ["application/json"];
1370
- let returnType = PagedResultsExecution_default;
1371
- return this.apiClient.callApi("/api/v1/{tenant}/executions", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1372
- }
1373
- /**
1374
- * Search for executions for a flow
1375
- * @param {String} namespace The flow namespace
1376
- * @param {String} flowId The flow id
1377
- * @param {String} tenant
1378
- * @param {Object} [opts] Optional parameters
1379
- * @param {Number} [opts.page (default to 1)] The current page
1380
- * @param {Number} [opts.size (default to 10)] The current page size
1381
-
1382
- * @return {Promise<PagedResultsExecution>}
1383
- */
1384
- searchExecutionsByFlowId(namespace, flowId, tenant, opts) {
1385
- return this.searchExecutionsByFlowIdWithHttpInfo(namespace, flowId, tenant, opts).then(function(response_and_data) {
1386
- return response_and_data.data;
1387
- });
1388
- }
1389
- /**
1390
- * Add or update labels of a terminated execution
1391
- * @param {String} executionId The execution id
1392
- * @param {String} tenant
1393
- * @param {Array.<module:model/Label>} label The labels to add to the execution
1394
-
1395
- * @return {Promise< Object >}
1396
- */
1397
- setLabelsOnTerminatedExecutionWithHttpInfo(executionId, tenant, label) {
1398
- let postBody = label;
1399
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling setLabelsOnTerminatedExecution");
1400
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling setLabelsOnTerminatedExecution");
1401
- if (label === void 0 || label === null) throw new Error("Missing the required parameter 'label' when calling setLabelsOnTerminatedExecution");
1402
- let pathParams = {
1403
- "executionId": executionId,
1404
- "tenant": tenant
1405
- };
1406
- let queryParams = {};
1407
- let headerParams = {};
1408
- let formParams = {};
1409
- let authNames = ["basicAuth", "bearerAuth"];
1410
- let contentTypes = ["application/json"];
1411
- let accepts = ["application/json"];
1412
- let returnType = Object;
1413
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/labels", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1414
- }
1415
- /**
1416
- * Add or update labels of a terminated execution
1417
- * @param {String} executionId The execution id
1418
- * @param {String} tenant
1419
- * @param {Array.<module:model/Label>} label The labels to add to the execution
1420
-
1421
- * @return {Promise< Object >}
1422
- */
1423
- setLabelsOnTerminatedExecution(executionId, tenant, label) {
1424
- return this.setLabelsOnTerminatedExecutionWithHttpInfo(executionId, tenant, label).then(function(response_and_data) {
1425
- return response_and_data.data;
1426
- });
1427
- }
1428
- /**
1429
- * Set labels on a list of executions
1430
- * @param {String} tenant
1431
- * @param {module:model/ExecutionControllerSetLabelsByIdsRequest} executionControllerSetLabelsByIdsRequest The request containing a list of labels and a list of executions
1432
-
1433
- * @return {Promise<BulkResponse>}
1434
- */
1435
- setLabelsOnTerminatedExecutionsByIdsWithHttpInfo(tenant, executionControllerSetLabelsByIdsRequest) {
1436
- let postBody = executionControllerSetLabelsByIdsRequest;
1437
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling setLabelsOnTerminatedExecutionsByIds");
1438
- if (executionControllerSetLabelsByIdsRequest === void 0 || executionControllerSetLabelsByIdsRequest === null) throw new Error("Missing the required parameter 'executionControllerSetLabelsByIdsRequest' when calling setLabelsOnTerminatedExecutionsByIds");
1439
- let pathParams = { "tenant": tenant };
1440
- let queryParams = {};
1441
- let headerParams = {};
1442
- let formParams = {};
1443
- let authNames = ["basicAuth", "bearerAuth"];
1444
- let contentTypes = ["application/json"];
1445
- let accepts = ["application/json"];
1446
- let returnType = BulkResponse_default;
1447
- return this.apiClient.callApi("/api/v1/{tenant}/executions/labels/by-ids", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1448
- }
1449
- /**
1450
- * Set labels on a list of executions
1451
- * @param {String} tenant
1452
- * @param {module:model/ExecutionControllerSetLabelsByIdsRequest} executionControllerSetLabelsByIdsRequest The request containing a list of labels and a list of executions
1453
-
1454
- * @return {Promise<BulkResponse>}
1455
- */
1456
- setLabelsOnTerminatedExecutionsByIds(tenant, executionControllerSetLabelsByIdsRequest) {
1457
- return this.setLabelsOnTerminatedExecutionsByIdsWithHttpInfo(tenant, executionControllerSetLabelsByIdsRequest).then(function(response_and_data) {
1458
- return response_and_data.data;
1459
- });
1460
- }
1461
- /**
1462
- * Set label on executions filter by query parameters
1463
- * @param {String} tenant
1464
- * @param {Array.<module:model/Label>} label The labels to add to the execution
1465
- * @param {Object} opts Optional parameters
1466
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
1467
-
1468
- * @return {Promise< Object >}
1469
- */
1470
- setLabelsOnTerminatedExecutionsByQueryWithHttpInfo(tenant, label, opts) {
1471
- opts = opts || {};
1472
- let postBody = label;
1473
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling setLabelsOnTerminatedExecutionsByQuery");
1474
- if (label === void 0 || label === null) throw new Error("Missing the required parameter 'label' when calling setLabelsOnTerminatedExecutionsByQuery");
1475
- let pathParams = { "tenant": tenant };
1476
- let queryParams = { "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv") };
1477
- let headerParams = {};
1478
- let formParams = {};
1479
- let authNames = ["basicAuth", "bearerAuth"];
1480
- let contentTypes = ["application/json"];
1481
- let accepts = ["application/json"];
1482
- let returnType = Object;
1483
- return this.apiClient.callApi("/api/v1/{tenant}/executions/labels/by-query", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1484
- }
1485
- /**
1486
- * Set label on executions filter by query parameters
1487
- * @param {String} tenant
1488
- * @param {Array.<module:model/Label>} label The labels to add to the execution
1489
- * @param {Object} [opts] Optional parameters
1490
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
1491
-
1492
- * @return {Promise< Object >}
1493
- */
1494
- setLabelsOnTerminatedExecutionsByQuery(tenant, label, opts) {
1495
- return this.setLabelsOnTerminatedExecutionsByQueryWithHttpInfo(tenant, label, opts).then(function(response_and_data) {
1496
- return response_and_data.data;
1497
- });
1498
- }
1499
- /**
1500
- * Trigger a new execution by GET webhook trigger
1501
- * @param {String} namespace The flow namespace
1502
- * @param {String} id The flow id
1503
- * @param {String} key The webhook trigger uid
1504
- * @param {String} tenant
1505
-
1506
- * @return {Promise<WebhookResponse>}
1507
- */
1508
- triggerExecutionByGetWebhookWithHttpInfo(namespace, id, key, tenant) {
1509
- let postBody = null;
1510
- if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling triggerExecutionByGetWebhook");
1511
- if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling triggerExecutionByGetWebhook");
1512
- if (key === void 0 || key === null) throw new Error("Missing the required parameter 'key' when calling triggerExecutionByGetWebhook");
1513
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling triggerExecutionByGetWebhook");
1514
- let pathParams = {
1515
- "namespace": namespace,
1516
- "id": id,
1517
- "key": key,
1518
- "tenant": tenant
1519
- };
1520
- let queryParams = {};
1521
- let headerParams = {};
1522
- let formParams = {};
1523
- let authNames = ["basicAuth", "bearerAuth"];
1524
- let contentTypes = [];
1525
- let accepts = ["application/json"];
1526
- let returnType = WebhookResponse_default;
1527
- return this.apiClient.callApi("/api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key}", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1528
- }
1529
- /**
1530
- * Trigger a new execution by GET webhook trigger
1531
- * @param {String} namespace The flow namespace
1532
- * @param {String} id The flow id
1533
- * @param {String} key The webhook trigger uid
1534
- * @param {String} tenant
1535
-
1536
- * @return {Promise<WebhookResponse>}
1537
- */
1538
- triggerExecutionByGetWebhook(namespace, id, key, tenant) {
1539
- return this.triggerExecutionByGetWebhookWithHttpInfo(namespace, id, key, tenant).then(function(response_and_data) {
1540
- return response_and_data.data;
1541
- });
1542
- }
1543
- /**
1544
- * Trigger a new execution by GET webhook trigger
1545
- * @param {String} namespace The flow namespace
1546
- * @param {String} id The flow id
1547
- * @param {String} key The webhook trigger uid
1548
- * @param {String} path Optional additional path segments
1549
- * @param {String} tenant
1550
-
1551
- * @return {Promise<WebhookResponse>}
1552
- */
1553
- triggerExecutionByGetWebhookWithPathWithHttpInfo(namespace, id, key, path, tenant) {
1554
- let postBody = null;
1555
- if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling triggerExecutionByGetWebhookWithPath");
1556
- if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling triggerExecutionByGetWebhookWithPath");
1557
- if (key === void 0 || key === null) throw new Error("Missing the required parameter 'key' when calling triggerExecutionByGetWebhookWithPath");
1558
- if (path === void 0 || path === null) throw new Error("Missing the required parameter 'path' when calling triggerExecutionByGetWebhookWithPath");
1559
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling triggerExecutionByGetWebhookWithPath");
1560
- let pathParams = {
1561
- "namespace": namespace,
1562
- "id": id,
1563
- "key": key,
1564
- "path": path,
1565
- "tenant": tenant
1566
- };
1567
- let queryParams = {};
1568
- let headerParams = {};
1569
- let formParams = {};
1570
- let authNames = ["basicAuth", "bearerAuth"];
1571
- let contentTypes = [];
1572
- let accepts = ["application/json"];
1573
- let returnType = WebhookResponse_default;
1574
- return this.apiClient.callApi("/api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key}/{path}", "GET", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1575
- }
1576
- /**
1577
- * Trigger a new execution by GET webhook trigger
1578
- * @param {String} namespace The flow namespace
1579
- * @param {String} id The flow id
1580
- * @param {String} key The webhook trigger uid
1581
- * @param {String} path Optional additional path segments
1582
- * @param {String} tenant
1583
-
1584
- * @return {Promise<WebhookResponse>}
1585
- */
1586
- triggerExecutionByGetWebhookWithPath(namespace, id, key, path, tenant) {
1587
- return this.triggerExecutionByGetWebhookWithPathWithHttpInfo(namespace, id, key, path, tenant).then(function(response_and_data) {
1588
- return response_and_data.data;
1589
- });
1590
- }
1591
- /**
1592
- * Trigger a new execution by POST webhook trigger
1593
- * @param {String} namespace The flow namespace
1594
- * @param {String} id The flow id
1595
- * @param {String} key The webhook trigger uid
1596
- * @param {String} path Optional additional path segments
1597
- * @param {String} tenant
1598
-
1599
- * @return {Promise<WebhookResponse>}
1600
- */
1601
- triggerExecutionByPostWebhookWithPathWithHttpInfo(namespace, id, key, path, tenant) {
1602
- let postBody = null;
1603
- if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling triggerExecutionByPostWebhookWithPath");
1604
- if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling triggerExecutionByPostWebhookWithPath");
1605
- if (key === void 0 || key === null) throw new Error("Missing the required parameter 'key' when calling triggerExecutionByPostWebhookWithPath");
1606
- if (path === void 0 || path === null) throw new Error("Missing the required parameter 'path' when calling triggerExecutionByPostWebhookWithPath");
1607
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling triggerExecutionByPostWebhookWithPath");
1608
- let pathParams = {
1609
- "namespace": namespace,
1610
- "id": id,
1611
- "key": key,
1612
- "path": path,
1613
- "tenant": tenant
1614
- };
1615
- let queryParams = {};
1616
- let headerParams = {};
1617
- let formParams = {};
1618
- let authNames = ["basicAuth", "bearerAuth"];
1619
- let contentTypes = [];
1620
- let accepts = ["application/json"];
1621
- let returnType = WebhookResponse_default;
1622
- return this.apiClient.callApi("/api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key}/{path}", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1623
- }
1624
- /**
1625
- * Trigger a new execution by POST webhook trigger
1626
- * @param {String} namespace The flow namespace
1627
- * @param {String} id The flow id
1628
- * @param {String} key The webhook trigger uid
1629
- * @param {String} path Optional additional path segments
1630
- * @param {String} tenant
1631
-
1632
- * @return {Promise<WebhookResponse>}
1633
- */
1634
- triggerExecutionByPostWebhookWithPath(namespace, id, key, path, tenant) {
1635
- return this.triggerExecutionByPostWebhookWithPathWithHttpInfo(namespace, id, key, path, tenant).then(function(response_and_data) {
1636
- return response_and_data.data;
1637
- });
1638
- }
1639
- /**
1640
- * Trigger a new execution by PUT webhook trigger
1641
- * @param {String} namespace The flow namespace
1642
- * @param {String} id The flow id
1643
- * @param {String} key The webhook trigger uid
1644
- * @param {String} path Optional additional path segments
1645
- * @param {String} tenant
1646
-
1647
- * @return {Promise<WebhookResponse>}
1648
- */
1649
- triggerExecutionByPutWebhookWithPathWithHttpInfo(namespace, id, key, path, tenant) {
1650
- let postBody = null;
1651
- if (namespace === void 0 || namespace === null) throw new Error("Missing the required parameter 'namespace' when calling triggerExecutionByPutWebhookWithPath");
1652
- if (id === void 0 || id === null) throw new Error("Missing the required parameter 'id' when calling triggerExecutionByPutWebhookWithPath");
1653
- if (key === void 0 || key === null) throw new Error("Missing the required parameter 'key' when calling triggerExecutionByPutWebhookWithPath");
1654
- if (path === void 0 || path === null) throw new Error("Missing the required parameter 'path' when calling triggerExecutionByPutWebhookWithPath");
1655
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling triggerExecutionByPutWebhookWithPath");
1656
- let pathParams = {
1657
- "namespace": namespace,
1658
- "id": id,
1659
- "key": key,
1660
- "path": path,
1661
- "tenant": tenant
1662
- };
1663
- let queryParams = {};
1664
- let headerParams = {};
1665
- let formParams = {};
1666
- let authNames = ["basicAuth", "bearerAuth"];
1667
- let contentTypes = [];
1668
- let accepts = ["application/json"];
1669
- let returnType = WebhookResponse_default;
1670
- return this.apiClient.callApi("/api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key}/{path}", "PUT", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1671
- }
1672
- /**
1673
- * Trigger a new execution by PUT webhook trigger
1674
- * @param {String} namespace The flow namespace
1675
- * @param {String} id The flow id
1676
- * @param {String} key The webhook trigger uid
1677
- * @param {String} path Optional additional path segments
1678
- * @param {String} tenant
1679
-
1680
- * @return {Promise<WebhookResponse>}
1681
- */
1682
- triggerExecutionByPutWebhookWithPath(namespace, id, key, path, tenant) {
1683
- return this.triggerExecutionByPutWebhookWithPathWithHttpInfo(namespace, id, key, path, tenant).then(function(response_and_data) {
1684
- return response_and_data.data;
1685
- });
1686
- }
1687
- /**
1688
- * Unqueue an execution
1689
- * @param {String} executionId The execution id
1690
- * @param {module:model/StateType} state The new state of the execution
1691
- * @param {String} tenant
1692
-
1693
- * @return {Promise<Execution>}
1694
- */
1695
- unqueueExecutionWithHttpInfo(executionId, state, tenant) {
1696
- let postBody = null;
1697
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling unqueueExecution");
1698
- if (state === void 0 || state === null) throw new Error("Missing the required parameter 'state' when calling unqueueExecution");
1699
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling unqueueExecution");
1700
- let pathParams = {
1701
- "executionId": executionId,
1702
- "tenant": tenant
1703
- };
1704
- let queryParams = { "state": state };
1705
- let headerParams = {};
1706
- let formParams = {};
1707
- let authNames = ["basicAuth", "bearerAuth"];
1708
- let contentTypes = [];
1709
- let accepts = ["application/json"];
1710
- let returnType = Execution_default;
1711
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/unqueue", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1712
- }
1713
- /**
1714
- * Unqueue an execution
1715
- * @param {String} executionId The execution id
1716
- * @param {module:model/StateType} state The new state of the execution
1717
- * @param {String} tenant
1718
-
1719
- * @return {Promise<Execution>}
1720
- */
1721
- unqueueExecution(executionId, state, tenant) {
1722
- return this.unqueueExecutionWithHttpInfo(executionId, state, tenant).then(function(response_and_data) {
1723
- return response_and_data.data;
1724
- });
1725
- }
1726
- /**
1727
- * Unqueue a list of executions
1728
- * @param {module:model/StateType} state The new state of the unqueued executions
1729
- * @param {String} tenant
1730
- * @param {Array.<String>} requestBody The list of executions id
1731
-
1732
- * @return {Promise<BulkResponse>}
1733
- */
1734
- unqueueExecutionsByIdsWithHttpInfo(state, tenant, requestBody) {
1735
- let postBody = requestBody;
1736
- if (state === void 0 || state === null) throw new Error("Missing the required parameter 'state' when calling unqueueExecutionsByIds");
1737
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling unqueueExecutionsByIds");
1738
- if (requestBody === void 0 || requestBody === null) throw new Error("Missing the required parameter 'requestBody' when calling unqueueExecutionsByIds");
1739
- let pathParams = { "tenant": tenant };
1740
- let queryParams = { "state": state };
1741
- let headerParams = {};
1742
- let formParams = {};
1743
- let authNames = ["basicAuth", "bearerAuth"];
1744
- let contentTypes = ["application/json"];
1745
- let accepts = ["application/json"];
1746
- let returnType = BulkResponse_default;
1747
- return this.apiClient.callApi("/api/v1/{tenant}/executions/unqueue/by-ids", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1748
- }
1749
- /**
1750
- * Unqueue a list of executions
1751
- * @param {module:model/StateType} state The new state of the unqueued executions
1752
- * @param {String} tenant
1753
- * @param {Array.<String>} requestBody The list of executions id
1754
-
1755
- * @return {Promise<BulkResponse>}
1756
- */
1757
- unqueueExecutionsByIds(state, tenant, requestBody) {
1758
- return this.unqueueExecutionsByIdsWithHttpInfo(state, tenant, requestBody).then(function(response_and_data) {
1759
- return response_and_data.data;
1760
- });
1761
- }
1762
- /**
1763
- * Unqueue executions filter by query parameters
1764
- * @param {String} tenant
1765
- * @param {Object} opts Optional parameters
1766
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
1767
- * @param {module:model/StateType} [newState] The new state of the unqueued executions
1768
-
1769
- * @return {Promise< Object >}
1770
- */
1771
- unqueueExecutionsByQueryWithHttpInfo(tenant, opts) {
1772
- opts = opts || {};
1773
- let postBody = null;
1774
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling unqueueExecutionsByQuery");
1775
- let pathParams = { "tenant": tenant };
1776
- let queryParams = {
1777
- "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv"),
1778
- "newState": opts["newState"]
1779
- };
1780
- let headerParams = {};
1781
- let formParams = {};
1782
- let authNames = ["basicAuth", "bearerAuth"];
1783
- let contentTypes = [];
1784
- let accepts = ["application/json"];
1785
- let returnType = Object;
1786
- return this.apiClient.callApi("/api/v1/{tenant}/executions/unqueue/by-query", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1787
- }
1788
- /**
1789
- * Unqueue executions filter by query parameters
1790
- * @param {String} tenant
1791
- * @param {Object} [opts] Optional parameters
1792
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
1793
- * @param {module:model/StateType} [opts.newState] The new state of the unqueued executions
1794
-
1795
- * @return {Promise< Object >}
1796
- */
1797
- unqueueExecutionsByQuery(tenant, opts) {
1798
- return this.unqueueExecutionsByQueryWithHttpInfo(tenant, opts).then(function(response_and_data) {
1799
- return response_and_data.data;
1800
- });
1801
- }
1802
- /**
1803
- * Change the state of an execution
1804
- * @param {String} executionId The execution id
1805
- * @param {module:model/StateType} status The new state of the execution
1806
- * @param {String} tenant
1807
-
1808
- * @return {Promise<Execution>}
1809
- */
1810
- updateExecutionStatusWithHttpInfo(executionId, status, tenant) {
1811
- let postBody = null;
1812
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling updateExecutionStatus");
1813
- if (status === void 0 || status === null) throw new Error("Missing the required parameter 'status' when calling updateExecutionStatus");
1814
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling updateExecutionStatus");
1815
- let pathParams = {
1816
- "executionId": executionId,
1817
- "tenant": tenant
1818
- };
1819
- let queryParams = { "status": status };
1820
- let headerParams = {};
1821
- let formParams = {};
1822
- let authNames = ["basicAuth", "bearerAuth"];
1823
- let contentTypes = [];
1824
- let accepts = ["application/json"];
1825
- let returnType = Execution_default;
1826
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/change-status", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1827
- }
1828
- /**
1829
- * Change the state of an execution
1830
- * @param {String} executionId The execution id
1831
- * @param {module:model/StateType} status The new state of the execution
1832
- * @param {String} tenant
1833
-
1834
- * @return {Promise<Execution>}
1835
- */
1836
- updateExecutionStatus(executionId, status, tenant) {
1837
- return this.updateExecutionStatusWithHttpInfo(executionId, status, tenant).then(function(response_and_data) {
1838
- return response_and_data.data;
1839
- });
1840
- }
1841
- /**
1842
- * Change executions state by id
1843
- * @param {module:model/StateType} newStatus The new state of the executions
1844
- * @param {String} tenant
1845
- * @param {Array.<String>} requestBody The list of executions id
1846
-
1847
- * @return {Promise<BulkResponse>}
1848
- */
1849
- updateExecutionsStatusByIdsWithHttpInfo(newStatus, tenant, requestBody) {
1850
- let postBody = requestBody;
1851
- if (newStatus === void 0 || newStatus === null) throw new Error("Missing the required parameter 'newStatus' when calling updateExecutionsStatusByIds");
1852
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling updateExecutionsStatusByIds");
1853
- if (requestBody === void 0 || requestBody === null) throw new Error("Missing the required parameter 'requestBody' when calling updateExecutionsStatusByIds");
1854
- let pathParams = { "tenant": tenant };
1855
- let queryParams = { "newStatus": newStatus };
1856
- let headerParams = {};
1857
- let formParams = {};
1858
- let authNames = ["basicAuth", "bearerAuth"];
1859
- let contentTypes = ["application/json"];
1860
- let accepts = ["application/json"];
1861
- let returnType = BulkResponse_default;
1862
- return this.apiClient.callApi("/api/v1/{tenant}/executions/change-status/by-ids", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1863
- }
1864
- /**
1865
- * Change executions state by id
1866
- * @param {module:model/StateType} newStatus The new state of the executions
1867
- * @param {String} tenant
1868
- * @param {Array.<String>} requestBody The list of executions id
1869
-
1870
- * @return {Promise<BulkResponse>}
1871
- */
1872
- updateExecutionsStatusByIds(newStatus, tenant, requestBody) {
1873
- return this.updateExecutionsStatusByIdsWithHttpInfo(newStatus, tenant, requestBody).then(function(response_and_data) {
1874
- return response_and_data.data;
1875
- });
1876
- }
1877
- /**
1878
- * Change executions state by query parameters
1879
- * @param {module:model/StateType} newStatus The new state of the executions
1880
- * @param {String} tenant
1881
- * @param {Object} opts Optional parameters
1882
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
1883
-
1884
- * @return {Promise<BulkResponse>}
1885
- */
1886
- updateExecutionsStatusByQueryWithHttpInfo(newStatus, tenant, opts) {
1887
- opts = opts || {};
1888
- let postBody = null;
1889
- if (newStatus === void 0 || newStatus === null) throw new Error("Missing the required parameter 'newStatus' when calling updateExecutionsStatusByQuery");
1890
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling updateExecutionsStatusByQuery");
1891
- let pathParams = { "tenant": tenant };
1892
- let queryParams = {
1893
- "filters": this.apiClient.buildCollectionParam(opts["filters"], "csv"),
1894
- "newStatus": newStatus
1895
- };
1896
- let headerParams = {};
1897
- let formParams = {};
1898
- let authNames = ["basicAuth", "bearerAuth"];
1899
- let contentTypes = [];
1900
- let accepts = ["application/json"];
1901
- let returnType = BulkResponse_default;
1902
- return this.apiClient.callApi("/api/v1/{tenant}/executions/change-status/by-query", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1903
- }
1904
- /**
1905
- * Change executions state by query parameters
1906
- * @param {module:model/StateType} newStatus The new state of the executions
1907
- * @param {String} tenant
1908
- * @param {Object} [opts] Optional parameters
1909
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
1910
-
1911
- * @return {Promise<BulkResponse>}
1912
- */
1913
- updateExecutionsStatusByQuery(newStatus, tenant, opts) {
1914
- return this.updateExecutionsStatusByQueryWithHttpInfo(newStatus, tenant, opts).then(function(response_and_data) {
1915
- return response_and_data.data;
1916
- });
1917
- }
1918
- /**
1919
- * Change state for a taskrun in an execution
1920
- * @param {String} executionId The execution id
1921
- * @param {String} tenant
1922
- * @param {module:model/ExecutionControllerStateRequest} executionControllerStateRequest the taskRun id and state to apply
1923
-
1924
- * @return {Promise<Execution>}
1925
- */
1926
- updateTaskRunStateWithHttpInfo(executionId, tenant, executionControllerStateRequest) {
1927
- let postBody = executionControllerStateRequest;
1928
- if (executionId === void 0 || executionId === null) throw new Error("Missing the required parameter 'executionId' when calling updateTaskRunState");
1929
- if (tenant === void 0 || tenant === null) throw new Error("Missing the required parameter 'tenant' when calling updateTaskRunState");
1930
- if (executionControllerStateRequest === void 0 || executionControllerStateRequest === null) throw new Error("Missing the required parameter 'executionControllerStateRequest' when calling updateTaskRunState");
1931
- let pathParams = {
1932
- "executionId": executionId,
1933
- "tenant": tenant
1934
- };
1935
- let queryParams = {};
1936
- let headerParams = {};
1937
- let formParams = {};
1938
- let authNames = ["basicAuth", "bearerAuth"];
1939
- let contentTypes = ["application/json"];
1940
- let accepts = ["application/json"];
1941
- let returnType = Execution_default;
1942
- return this.apiClient.callApi("/api/v1/{tenant}/executions/{executionId}/state", "POST", pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
1943
- }
1944
- /**
1945
- * Change state for a taskrun in an execution
1946
- * @param {String} executionId The execution id
1947
- * @param {String} tenant
1948
- * @param {module:model/ExecutionControllerStateRequest} executionControllerStateRequest the taskRun id and state to apply
1949
-
1950
- * @return {Promise<Execution>}
1951
- */
1952
- updateTaskRunState(executionId, tenant, executionControllerStateRequest) {
1953
- return this.updateTaskRunStateWithHttpInfo(executionId, tenant, executionControllerStateRequest).then(function(response_and_data) {
1954
- return response_and_data.data;
1955
- });
1956
- }
1957
- };
1958
-
1959
- //#endregion
1960
- export { ExecutionsApi as t };