@kestra-io/kestra-sdk 1.0.12 → 2.0.0-develop.3fc51071.7c8bc6c3

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 (912) 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-CpGCUULo.d.ts +2123 -0
  35. package/dist/index.d.ts +48 -405
  36. package/dist/index.js +281 -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-B5tOiByw.d.ts +16 -0
  42. package/dist/ks-Cluster.gen-dtsebDgv.d.ts +11 -0
  43. package/dist/ks-KillSwitches.gen-CQH7za-0.d.ts +16 -0
  44. package/dist/ks-Login.gen-BDVuPPFb.d.ts +9 -0
  45. package/dist/ks-ScimGroups.gen-B2Xowz9Y.d.ts +27 -0
  46. package/dist/ks-ScimUsers.gen-LYEijgsh.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-DAfzFXJR.d.ts +3469 -0
  73. package/dist/sdk.gen-N-hcF-we.js +12874 -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-CA2Jf8BL.d.ts +13252 -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 +65 -23
  100. package/README.md +0 -740
  101. package/dist/ApiClient.d.ts +0 -203
  102. package/dist/ApiClient.d.ts.map +0 -1
  103. package/dist/KestraClient.d.ts +0 -33
  104. package/dist/KestraClient.d.ts.map +0 -1
  105. package/dist/KestraClient.mjs +0 -44337
  106. package/dist/api/ExecutionsApi.d.ts +0 -1009
  107. package/dist/api/ExecutionsApi.d.ts.map +0 -1
  108. package/dist/api/FlowsApi.d.ts +0 -683
  109. package/dist/api/FlowsApi.d.ts.map +0 -1
  110. package/dist/api/GroupsApi.d.ts +0 -238
  111. package/dist/api/GroupsApi.d.ts.map +0 -1
  112. package/dist/api/KVApi.d.ts +0 -153
  113. package/dist/api/KVApi.d.ts.map +0 -1
  114. package/dist/api/NamespacesApi.d.ts +0 -304
  115. package/dist/api/NamespacesApi.d.ts.map +0 -1
  116. package/dist/api/RolesApi.d.ts +0 -145
  117. package/dist/api/RolesApi.d.ts.map +0 -1
  118. package/dist/api/ServiceAccountApi.d.ts +0 -291
  119. package/dist/api/ServiceAccountApi.d.ts.map +0 -1
  120. package/dist/api/TestSuitesApi.d.ts +0 -325
  121. package/dist/api/TestSuitesApi.d.ts.map +0 -1
  122. package/dist/api/TriggersApi.d.ts +0 -431
  123. package/dist/api/TriggersApi.d.ts.map +0 -1
  124. package/dist/api/UsersApi.d.ts +0 -333
  125. package/dist/api/UsersApi.d.ts.map +0 -1
  126. package/dist/index.d.ts.map +0 -1
  127. package/dist/model/AbstractFlow.d.ts +0 -87
  128. package/dist/model/AbstractFlow.d.ts.map +0 -1
  129. package/dist/model/AbstractGraph.d.ts +0 -44
  130. package/dist/model/AbstractGraph.d.ts.map +0 -1
  131. package/dist/model/AbstractGraphBranchType.d.ts +0 -44
  132. package/dist/model/AbstractGraphBranchType.d.ts.map +0 -1
  133. package/dist/model/AbstractTrigger.d.ts +0 -95
  134. package/dist/model/AbstractTrigger.d.ts.map +0 -1
  135. package/dist/model/AbstractTriggerForExecution.d.ts +0 -56
  136. package/dist/model/AbstractTriggerForExecution.d.ts.map +0 -1
  137. package/dist/model/AbstractUser.d.ts +0 -84
  138. package/dist/model/AbstractUser.d.ts.map +0 -1
  139. package/dist/model/AbstractUserTenantIdentityProvider.d.ts +0 -49
  140. package/dist/model/AbstractUserTenantIdentityProvider.d.ts.map +0 -1
  141. package/dist/model/Action.d.ts +0 -50
  142. package/dist/model/Action.d.ts.map +0 -1
  143. package/dist/model/AiControllerAiProviderResponse.d.ts +0 -43
  144. package/dist/model/AiControllerAiProviderResponse.d.ts.map +0 -1
  145. package/dist/model/ApiAuth.d.ts +0 -43
  146. package/dist/model/ApiAuth.d.ts.map +0 -1
  147. package/dist/model/ApiAutocomplete.d.ts +0 -43
  148. package/dist/model/ApiAutocomplete.d.ts.map +0 -1
  149. package/dist/model/ApiGroupSummary.d.ts +0 -40
  150. package/dist/model/ApiGroupSummary.d.ts.map +0 -1
  151. package/dist/model/ApiIds.d.ts +0 -37
  152. package/dist/model/ApiIds.d.ts.map +0 -1
  153. package/dist/model/ApiPatchSuperAdminRequest.d.ts +0 -46
  154. package/dist/model/ApiPatchSuperAdminRequest.d.ts.map +0 -1
  155. package/dist/model/ApiRoleSummary.d.ts +0 -46
  156. package/dist/model/ApiRoleSummary.d.ts.map +0 -1
  157. package/dist/model/ApiSecretListResponseApiSecretMeta.d.ts +0 -56
  158. package/dist/model/ApiSecretListResponseApiSecretMeta.d.ts.map +0 -1
  159. package/dist/model/ApiSecretMeta.d.ts +0 -46
  160. package/dist/model/ApiSecretMeta.d.ts.map +0 -1
  161. package/dist/model/ApiSecretMetaEE.d.ts +0 -60
  162. package/dist/model/ApiSecretMetaEE.d.ts.map +0 -1
  163. package/dist/model/ApiSecretTag.d.ts +0 -50
  164. package/dist/model/ApiSecretTag.d.ts.map +0 -1
  165. package/dist/model/ApiSecretValue.d.ts +0 -59
  166. package/dist/model/ApiSecretValue.d.ts.map +0 -1
  167. package/dist/model/ApiTenant.d.ts +0 -98
  168. package/dist/model/ApiTenant.d.ts.map +0 -1
  169. package/dist/model/ApiTenantSummary.d.ts +0 -40
  170. package/dist/model/ApiTenantSummary.d.ts.map +0 -1
  171. package/dist/model/ApiToken.d.ts +0 -61
  172. package/dist/model/ApiToken.d.ts.map +0 -1
  173. package/dist/model/ApiTokenList.d.ts +0 -43
  174. package/dist/model/ApiTokenList.d.ts.map +0 -1
  175. package/dist/model/ApiUser.d.ts +0 -87
  176. package/dist/model/ApiUser.d.ts.map +0 -1
  177. package/dist/model/AppGenerationPrompt.d.ts +0 -46
  178. package/dist/model/AppGenerationPrompt.d.ts.map +0 -1
  179. package/dist/model/AppsControllerApiApp.d.ts +0 -64
  180. package/dist/model/AppsControllerApiApp.d.ts.map +0 -1
  181. package/dist/model/AppsControllerApiAppCatalogItem.d.ts +0 -52
  182. package/dist/model/AppsControllerApiAppCatalogItem.d.ts.map +0 -1
  183. package/dist/model/AppsControllerApiAppSource.d.ts +0 -58
  184. package/dist/model/AppsControllerApiAppSource.d.ts.map +0 -1
  185. package/dist/model/AppsControllerApiAppTags.d.ts +0 -37
  186. package/dist/model/AppsControllerApiAppTags.d.ts.map +0 -1
  187. package/dist/model/AppsControllerApiBulkImportResponse.d.ts +0 -43
  188. package/dist/model/AppsControllerApiBulkImportResponse.d.ts.map +0 -1
  189. package/dist/model/AppsControllerApiBulkImportResponseError.d.ts +0 -40
  190. package/dist/model/AppsControllerApiBulkImportResponseError.d.ts.map +0 -1
  191. package/dist/model/AppsControllerApiBulkOperationRequest.d.ts +0 -37
  192. package/dist/model/AppsControllerApiBulkOperationRequest.d.ts.map +0 -1
  193. package/dist/model/Assertion.d.ts +0 -94
  194. package/dist/model/Assertion.d.ts.map +0 -1
  195. package/dist/model/AssertionResult.d.ts +0 -67
  196. package/dist/model/AssertionResult.d.ts.map +0 -1
  197. package/dist/model/AssertionRunError.d.ts +0 -49
  198. package/dist/model/AssertionRunError.d.ts.map +0 -1
  199. package/dist/model/Asset.d.ts +0 -62
  200. package/dist/model/Asset.d.ts.map +0 -1
  201. package/dist/model/AssetIdentifier.d.ts +0 -40
  202. package/dist/model/AssetIdentifier.d.ts.map +0 -1
  203. package/dist/model/AssetTopologyGraph.d.ts +0 -42
  204. package/dist/model/AssetTopologyGraph.d.ts.map +0 -1
  205. package/dist/model/AssetTopologyGraphEdge.d.ts +0 -44
  206. package/dist/model/AssetTopologyGraphEdge.d.ts.map +0 -1
  207. package/dist/model/AssetTopologyGraphNode.d.ts +0 -56
  208. package/dist/model/AssetTopologyGraphNode.d.ts.map +0 -1
  209. package/dist/model/AssetTopologyGraphNodeNodeType.d.ts +0 -38
  210. package/dist/model/AssetTopologyGraphNodeNodeType.d.ts.map +0 -1
  211. package/dist/model/AssetsControllerApiAsset.d.ts +0 -61
  212. package/dist/model/AssetsControllerApiAsset.d.ts.map +0 -1
  213. package/dist/model/AssetsControllerApiAssetLineageEvent.d.ts +0 -75
  214. package/dist/model/AssetsControllerApiAssetLineageEvent.d.ts.map +0 -1
  215. package/dist/model/AssetsControllerApiAssetUsage.d.ts +0 -58
  216. package/dist/model/AssetsControllerApiAssetUsage.d.ts.map +0 -1
  217. package/dist/model/AssetsDeclaration.d.ts +0 -45
  218. package/dist/model/AssetsDeclaration.d.ts.map +0 -1
  219. package/dist/model/AssetsInOut.d.ts +0 -42
  220. package/dist/model/AssetsInOut.d.ts.map +0 -1
  221. package/dist/model/AttributeReference.d.ts +0 -52
  222. package/dist/model/AttributeReference.d.ts.map +0 -1
  223. package/dist/model/AuditLog.d.ts +0 -80
  224. package/dist/model/AuditLog.d.ts.map +0 -1
  225. package/dist/model/AuditLogControllerApiAuditLogItem.d.ts +0 -42
  226. package/dist/model/AuditLogControllerApiAuditLogItem.d.ts.map +0 -1
  227. package/dist/model/AuditLogControllerAuditLogDiff.d.ts +0 -40
  228. package/dist/model/AuditLogControllerAuditLogDiff.d.ts.map +0 -1
  229. package/dist/model/AuditLogControllerAuditLogOption.d.ts +0 -43
  230. package/dist/model/AuditLogControllerAuditLogOption.d.ts.map +0 -1
  231. package/dist/model/AuditLogControllerFindRequest.d.ts +0 -45
  232. package/dist/model/AuditLogControllerFindRequest.d.ts.map +0 -1
  233. package/dist/model/AuditLogDetail.d.ts +0 -57
  234. package/dist/model/AuditLogDetail.d.ts.map +0 -1
  235. package/dist/model/AuthControllerAuth.d.ts +0 -46
  236. package/dist/model/AuthControllerAuth.d.ts.map +0 -1
  237. package/dist/model/AuthControllerInvitationUserRequest.d.ts +0 -54
  238. package/dist/model/AuthControllerInvitationUserRequest.d.ts.map +0 -1
  239. package/dist/model/AuthControllerResetPasswordRequest.d.ts +0 -40
  240. package/dist/model/AuthControllerResetPasswordRequest.d.ts.map +0 -1
  241. package/dist/model/Backfill.d.ts +0 -67
  242. package/dist/model/Backfill.d.ts.map +0 -1
  243. package/dist/model/Banner.d.ts +0 -65
  244. package/dist/model/Banner.d.ts.map +0 -1
  245. package/dist/model/BannerType.d.ts +0 -44
  246. package/dist/model/BannerType.d.ts.map +0 -1
  247. package/dist/model/BaseAuditLog.d.ts +0 -73
  248. package/dist/model/BaseAuditLog.d.ts.map +0 -1
  249. package/dist/model/BaseResourcePatchRequest.d.ts +0 -37
  250. package/dist/model/BaseResourcePatchRequest.d.ts.map +0 -1
  251. package/dist/model/BaseResourceScimResource.d.ts +0 -37
  252. package/dist/model/BaseResourceScimResource.d.ts.map +0 -1
  253. package/dist/model/BaseResourceSearchRequest.d.ts +0 -37
  254. package/dist/model/BaseResourceSearchRequest.d.ts.map +0 -1
  255. package/dist/model/Binding.d.ts +0 -65
  256. package/dist/model/Binding.d.ts.map +0 -1
  257. package/dist/model/BindingType.d.ts +0 -38
  258. package/dist/model/BindingType.d.ts.map +0 -1
  259. package/dist/model/Blueprint.d.ts +0 -69
  260. package/dist/model/Blueprint.d.ts.map +0 -1
  261. package/dist/model/BlueprintControllerApiBlueprintItem.d.ts +0 -52
  262. package/dist/model/BlueprintControllerApiBlueprintItem.d.ts.map +0 -1
  263. package/dist/model/BlueprintControllerApiBlueprintItemWithSource.d.ts +0 -59
  264. package/dist/model/BlueprintControllerApiBlueprintItemWithSource.d.ts.map +0 -1
  265. package/dist/model/BlueprintControllerApiBlueprintTagItem.d.ts +0 -43
  266. package/dist/model/BlueprintControllerApiBlueprintTagItem.d.ts.map +0 -1
  267. package/dist/model/BlueprintControllerApiFlowBlueprint.d.ts +0 -59
  268. package/dist/model/BlueprintControllerApiFlowBlueprint.d.ts.map +0 -1
  269. package/dist/model/BlueprintControllerFlowBlueprintCreateOrUpdate.d.ts +0 -56
  270. package/dist/model/BlueprintControllerFlowBlueprintCreateOrUpdate.d.ts.map +0 -1
  271. package/dist/model/BlueprintControllerKind.d.ts +0 -44
  272. package/dist/model/BlueprintControllerKind.d.ts.map +0 -1
  273. package/dist/model/BlueprintControllerUseBlueprintTemplateRequest.d.ts +0 -37
  274. package/dist/model/BlueprintControllerUseBlueprintTemplateRequest.d.ts.map +0 -1
  275. package/dist/model/BlueprintControllerUseBlueprintTemplateResponse.d.ts +0 -37
  276. package/dist/model/BlueprintControllerUseBlueprintTemplateResponse.d.ts.map +0 -1
  277. package/dist/model/BlueprintTemplate.d.ts +0 -52
  278. package/dist/model/BlueprintTemplate.d.ts.map +0 -1
  279. package/dist/model/BlueprintWithFlowEntity.d.ts +0 -74
  280. package/dist/model/BlueprintWithFlowEntity.d.ts.map +0 -1
  281. package/dist/model/Breakpoint.d.ts +0 -49
  282. package/dist/model/Breakpoint.d.ts.map +0 -1
  283. package/dist/model/BulkErrorResponse.d.ts +0 -40
  284. package/dist/model/BulkErrorResponse.d.ts.map +0 -1
  285. package/dist/model/BulkImportAppsRequest.d.ts +0 -40
  286. package/dist/model/BulkImportAppsRequest.d.ts.map +0 -1
  287. package/dist/model/BulkResponse.d.ts +0 -37
  288. package/dist/model/BulkResponse.d.ts.map +0 -1
  289. package/dist/model/Cache.d.ts +0 -49
  290. package/dist/model/Cache.d.ts.map +0 -1
  291. package/dist/model/ChartChartOption.d.ts +0 -53
  292. package/dist/model/ChartChartOption.d.ts.map +0 -1
  293. package/dist/model/ChartFiltersOverrides.d.ts +0 -58
  294. package/dist/model/ChartFiltersOverrides.d.ts.map +0 -1
  295. package/dist/model/Check.d.ts +0 -58
  296. package/dist/model/Check.d.ts.map +0 -1
  297. package/dist/model/CheckBehavior.d.ts +0 -44
  298. package/dist/model/CheckBehavior.d.ts.map +0 -1
  299. package/dist/model/CheckStyle.d.ts +0 -50
  300. package/dist/model/CheckStyle.d.ts.map +0 -1
  301. package/dist/model/Concurrency.d.ts +0 -51
  302. package/dist/model/Concurrency.d.ts.map +0 -1
  303. package/dist/model/ConcurrencyBehavior.d.ts +0 -44
  304. package/dist/model/ConcurrencyBehavior.d.ts.map +0 -1
  305. package/dist/model/ConcurrencyLimit.d.ts +0 -57
  306. package/dist/model/ConcurrencyLimit.d.ts.map +0 -1
  307. package/dist/model/Condition.d.ts +0 -46
  308. package/dist/model/Condition.d.ts.map +0 -1
  309. package/dist/model/CreateApiTokenRequest.d.ts +0 -55
  310. package/dist/model/CreateApiTokenRequest.d.ts.map +0 -1
  311. package/dist/model/CreateApiTokenResponse.d.ts +0 -43
  312. package/dist/model/CreateApiTokenResponse.d.ts.map +0 -1
  313. package/dist/model/CreateNamespaceFileRequest.d.ts +0 -40
  314. package/dist/model/CreateNamespaceFileRequest.d.ts.map +0 -1
  315. package/dist/model/CreateSecurityIntegrationRequest.d.ts +0 -62
  316. package/dist/model/CreateSecurityIntegrationRequest.d.ts.map +0 -1
  317. package/dist/model/CrudEventType.d.ts +0 -80
  318. package/dist/model/CrudEventType.d.ts.map +0 -1
  319. package/dist/model/Dashboard.d.ts +0 -63
  320. package/dist/model/Dashboard.d.ts.map +0 -1
  321. package/dist/model/DashboardControllerPreviewRequest.d.ts +0 -50
  322. package/dist/model/DashboardControllerPreviewRequest.d.ts.map +0 -1
  323. package/dist/model/DashboardGenerationPrompt.d.ts +0 -56
  324. package/dist/model/DashboardGenerationPrompt.d.ts.map +0 -1
  325. package/dist/model/DeleteTriggersByQueryRequest.d.ts +0 -40
  326. package/dist/model/DeleteTriggersByQueryRequest.d.ts.map +0 -1
  327. package/dist/model/DependsOn.d.ts +0 -40
  328. package/dist/model/DependsOn.d.ts.map +0 -1
  329. package/dist/model/DocumentationWithSchema.d.ts +0 -41
  330. package/dist/model/DocumentationWithSchema.d.ts.map +0 -1
  331. package/dist/model/EditionProviderEdition.d.ts +0 -38
  332. package/dist/model/EditionProviderEdition.d.ts.map +0 -1
  333. package/dist/model/Email.d.ts +0 -43
  334. package/dist/model/Email.d.ts.map +0 -1
  335. package/dist/model/EvaluationType.d.ts +0 -50
  336. package/dist/model/EvaluationType.d.ts.map +0 -1
  337. package/dist/model/EventExecution.d.ts +0 -50
  338. package/dist/model/EventExecution.d.ts.map +0 -1
  339. package/dist/model/EventExecutionStatusEvent.d.ts +0 -50
  340. package/dist/model/EventExecutionStatusEvent.d.ts.map +0 -1
  341. package/dist/model/ExecutableTaskSubflowId.d.ts +0 -43
  342. package/dist/model/ExecutableTaskSubflowId.d.ts.map +0 -1
  343. package/dist/model/Execution.d.ts +0 -112
  344. package/dist/model/Execution.d.ts.map +0 -1
  345. package/dist/model/ExecutionControllerExecutionResponse.d.ts +0 -116
  346. package/dist/model/ExecutionControllerExecutionResponse.d.ts.map +0 -1
  347. package/dist/model/ExecutionControllerLastExecutionResponse.d.ts +0 -49
  348. package/dist/model/ExecutionControllerLastExecutionResponse.d.ts.map +0 -1
  349. package/dist/model/ExecutionControllerSetLabelsByIdsRequest.d.ts +0 -43
  350. package/dist/model/ExecutionControllerSetLabelsByIdsRequest.d.ts.map +0 -1
  351. package/dist/model/ExecutionControllerStateRequest.d.ts +0 -40
  352. package/dist/model/ExecutionControllerStateRequest.d.ts.map +0 -1
  353. package/dist/model/ExecutionKind.d.ts +0 -44
  354. package/dist/model/ExecutionKind.d.ts.map +0 -1
  355. package/dist/model/ExecutionMetadata.d.ts +0 -40
  356. package/dist/model/ExecutionMetadata.d.ts.map +0 -1
  357. package/dist/model/ExecutionRepositoryInterfaceFlowFilter.d.ts +0 -50
  358. package/dist/model/ExecutionRepositoryInterfaceFlowFilter.d.ts.map +0 -1
  359. package/dist/model/ExecutionStatusEvent.d.ts +0 -50
  360. package/dist/model/ExecutionStatusEvent.d.ts.map +0 -1
  361. package/dist/model/ExecutionTrigger.d.ts +0 -56
  362. package/dist/model/ExecutionTrigger.d.ts.map +0 -1
  363. package/dist/model/FileAttributes.d.ts +0 -53
  364. package/dist/model/FileAttributes.d.ts.map +0 -1
  365. package/dist/model/FileAttributesFileType.d.ts +0 -38
  366. package/dist/model/FileAttributesFileType.d.ts.map +0 -1
  367. package/dist/model/FileMetas.d.ts +0 -46
  368. package/dist/model/FileMetas.d.ts.map +0 -1
  369. package/dist/model/Filter.d.ts +0 -40
  370. package/dist/model/Filter.d.ts.map +0 -1
  371. package/dist/model/Fixtures.d.ts +0 -50
  372. package/dist/model/Fixtures.d.ts.map +0 -1
  373. package/dist/model/Flow.d.ts +0 -112
  374. package/dist/model/Flow.d.ts.map +0 -1
  375. package/dist/model/FlowControllerTaskValidationType.d.ts +0 -38
  376. package/dist/model/FlowControllerTaskValidationType.d.ts.map +0 -1
  377. package/dist/model/FlowForExecution.d.ts +0 -101
  378. package/dist/model/FlowForExecution.d.ts.map +0 -1
  379. package/dist/model/FlowGenerationPrompt.d.ts +0 -59
  380. package/dist/model/FlowGenerationPrompt.d.ts.map +0 -1
  381. package/dist/model/FlowGraph.d.ts +0 -47
  382. package/dist/model/FlowGraph.d.ts.map +0 -1
  383. package/dist/model/FlowGraphCluster.d.ts +0 -50
  384. package/dist/model/FlowGraphCluster.d.ts.map +0 -1
  385. package/dist/model/FlowGraphEdge.d.ts +0 -44
  386. package/dist/model/FlowGraphEdge.d.ts.map +0 -1
  387. package/dist/model/FlowId.d.ts +0 -46
  388. package/dist/model/FlowId.d.ts.map +0 -1
  389. package/dist/model/FlowInterface.d.ts +0 -81
  390. package/dist/model/FlowInterface.d.ts.map +0 -1
  391. package/dist/model/FlowNode.d.ts +0 -52
  392. package/dist/model/FlowNode.d.ts.map +0 -1
  393. package/dist/model/FlowRelation.d.ts +0 -38
  394. package/dist/model/FlowRelation.d.ts.map +0 -1
  395. package/dist/model/FlowTopologyGraph.d.ts +0 -42
  396. package/dist/model/FlowTopologyGraph.d.ts.map +0 -1
  397. package/dist/model/FlowTopologyGraphEdge.d.ts +0 -44
  398. package/dist/model/FlowTopologyGraphEdge.d.ts.map +0 -1
  399. package/dist/model/FlowWithSource.d.ts +0 -116
  400. package/dist/model/FlowWithSource.d.ts.map +0 -1
  401. package/dist/model/GroupIdentifier.d.ts +0 -47
  402. package/dist/model/GroupIdentifier.d.ts.map +0 -1
  403. package/dist/model/GroupIdentifierMembership.d.ts +0 -38
  404. package/dist/model/GroupIdentifierMembership.d.ts.map +0 -1
  405. package/dist/model/IAMBindingControllerApiBindingDetail.d.ts +0 -56
  406. package/dist/model/IAMBindingControllerApiBindingDetail.d.ts.map +0 -1
  407. package/dist/model/IAMBindingControllerApiBindingGroup.d.ts +0 -40
  408. package/dist/model/IAMBindingControllerApiBindingGroup.d.ts.map +0 -1
  409. package/dist/model/IAMBindingControllerApiBindingUser.d.ts +0 -47
  410. package/dist/model/IAMBindingControllerApiBindingUser.d.ts.map +0 -1
  411. package/dist/model/IAMBindingControllerApiCreateBindingRequest.d.ts +0 -58
  412. package/dist/model/IAMBindingControllerApiCreateBindingRequest.d.ts.map +0 -1
  413. package/dist/model/IAMBindingControllerApiRole.d.ts +0 -40
  414. package/dist/model/IAMBindingControllerApiRole.d.ts.map +0 -1
  415. package/dist/model/IAMGroupControllerApiCreateGroupRequest.d.ts +0 -52
  416. package/dist/model/IAMGroupControllerApiCreateGroupRequest.d.ts.map +0 -1
  417. package/dist/model/IAMGroupControllerApiGroupDetail.d.ts +0 -43
  418. package/dist/model/IAMGroupControllerApiGroupDetail.d.ts.map +0 -1
  419. package/dist/model/IAMGroupControllerApiGroupMember.d.ts +0 -49
  420. package/dist/model/IAMGroupControllerApiGroupMember.d.ts.map +0 -1
  421. package/dist/model/IAMGroupControllerApiGroupMembership.d.ts +0 -47
  422. package/dist/model/IAMGroupControllerApiGroupMembership.d.ts.map +0 -1
  423. package/dist/model/IAMGroupControllerApiUpdateGroupRequest.d.ts +0 -56
  424. package/dist/model/IAMGroupControllerApiUpdateGroupRequest.d.ts.map +0 -1
  425. package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.d.ts +0 -61
  426. package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.d.ts.map +0 -1
  427. package/dist/model/IAMInvitationControllerApiInvitationDetail.d.ts +0 -70
  428. package/dist/model/IAMInvitationControllerApiInvitationDetail.d.ts.map +0 -1
  429. package/dist/model/IAMInvitationControllerApiInvitationRole.d.ts +0 -49
  430. package/dist/model/IAMInvitationControllerApiInvitationRole.d.ts.map +0 -1
  431. package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.d.ts +0 -57
  432. package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.d.ts.map +0 -1
  433. package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.ts +0 -112
  434. package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.ts.map +0 -1
  435. package/dist/model/IAMRoleControllerApiRoleDetail.d.ts +0 -53
  436. package/dist/model/IAMRoleControllerApiRoleDetail.d.ts.map +0 -1
  437. package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.d.ts +0 -56
  438. package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.d.ts.map +0 -1
  439. package/dist/model/IAMServiceAccountControllerApiGroup.d.ts +0 -37
  440. package/dist/model/IAMServiceAccountControllerApiGroup.d.ts.map +0 -1
  441. package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.d.ts +0 -50
  442. package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.d.ts.map +0 -1
  443. package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.d.ts +0 -71
  444. package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.d.ts.map +0 -1
  445. package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.d.ts +0 -59
  446. package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.d.ts.map +0 -1
  447. package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.d.ts +0 -71
  448. package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.d.ts.map +0 -1
  449. package/dist/model/IAMTenantAccessControllerApiAuthentication.d.ts +0 -40
  450. package/dist/model/IAMTenantAccessControllerApiAuthentication.d.ts.map +0 -1
  451. package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.d.ts +0 -46
  452. package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.d.ts.map +0 -1
  453. package/dist/model/IAMTenantAccessControllerApiGroup.d.ts +0 -43
  454. package/dist/model/IAMTenantAccessControllerApiGroup.d.ts.map +0 -1
  455. package/dist/model/IAMTenantAccessControllerApiRoleAssignment.d.ts +0 -56
  456. package/dist/model/IAMTenantAccessControllerApiRoleAssignment.d.ts.map +0 -1
  457. package/dist/model/IAMTenantAccessControllerApiTenantAccess.d.ts +0 -57
  458. package/dist/model/IAMTenantAccessControllerApiTenantAccess.d.ts.map +0 -1
  459. package/dist/model/IAMTenantAccessControllerApiUserPermission.d.ts +0 -44
  460. package/dist/model/IAMTenantAccessControllerApiUserPermission.d.ts.map +0 -1
  461. package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.d.ts +0 -54
  462. package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.d.ts.map +0 -1
  463. package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.d.ts +0 -46
  464. package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.d.ts.map +0 -1
  465. package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.d.ts +0 -67
  466. package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.d.ts.map +0 -1
  467. package/dist/model/IAMUserControllerApiGroup.d.ts +0 -40
  468. package/dist/model/IAMUserControllerApiGroup.d.ts.map +0 -1
  469. package/dist/model/IAMUserControllerApiPatchRestrictedRequest.d.ts +0 -46
  470. package/dist/model/IAMUserControllerApiPatchRestrictedRequest.d.ts.map +0 -1
  471. package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.d.ts +0 -46
  472. package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.d.ts.map +0 -1
  473. package/dist/model/IAMUserControllerApiUser.d.ts +0 -68
  474. package/dist/model/IAMUserControllerApiUser.d.ts.map +0 -1
  475. package/dist/model/IAMUserControllerApiUserAuth.d.ts +0 -43
  476. package/dist/model/IAMUserControllerApiUserAuth.d.ts.map +0 -1
  477. package/dist/model/IAMUserControllerApiUserSummary.d.ts +0 -54
  478. package/dist/model/IAMUserControllerApiUserSummary.d.ts.map +0 -1
  479. package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.d.ts +0 -37
  480. package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.d.ts.map +0 -1
  481. package/dist/model/IQueryFilter.d.ts +0 -10
  482. package/dist/model/IQueryFilter.d.ts.map +0 -1
  483. package/dist/model/IdWithNamespace.d.ts +0 -40
  484. package/dist/model/IdWithNamespace.d.ts.map +0 -1
  485. package/dist/model/IdentityProvider.d.ts +0 -46
  486. package/dist/model/IdentityProvider.d.ts.map +0 -1
  487. package/dist/model/ImportPluginDefaultsRequest.d.ts +0 -37
  488. package/dist/model/ImportPluginDefaultsRequest.d.ts.map +0 -1
  489. package/dist/model/InputObject.d.ts +0 -73
  490. package/dist/model/InputObject.d.ts.map +0 -1
  491. package/dist/model/InputType.d.ts +0 -40
  492. package/dist/model/InputType.d.ts.map +0 -1
  493. package/dist/model/InstanceControllerApiActiveService.d.ts +0 -41
  494. package/dist/model/InstanceControllerApiActiveService.d.ts.map +0 -1
  495. package/dist/model/InstanceControllerApiActiveServiceList.d.ts +0 -43
  496. package/dist/model/InstanceControllerApiActiveServiceList.d.ts.map +0 -1
  497. package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.d.ts +0 -59
  498. package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.d.ts.map +0 -1
  499. package/dist/model/InstanceControllerApiPluginArtifact.d.ts +0 -49
  500. package/dist/model/InstanceControllerApiPluginArtifact.d.ts.map +0 -1
  501. package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.d.ts +0 -40
  502. package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.d.ts.map +0 -1
  503. package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.d.ts +0 -40
  504. package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.d.ts.map +0 -1
  505. package/dist/model/InstanceControllerApiPluginListRequest.d.ts +0 -37
  506. package/dist/model/InstanceControllerApiPluginListRequest.d.ts.map +0 -1
  507. package/dist/model/InstanceControllerApiPluginVersionDetails.d.ts +0 -58
  508. package/dist/model/InstanceControllerApiPluginVersionDetails.d.ts.map +0 -1
  509. package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.d.ts +0 -40
  510. package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.d.ts.map +0 -1
  511. package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.d.ts +0 -43
  512. package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.d.ts.map +0 -1
  513. package/dist/model/InstanceControllerApiPluginVersions.d.ts +0 -46
  514. package/dist/model/InstanceControllerApiPluginVersions.d.ts.map +0 -1
  515. package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.d.ts +0 -41
  516. package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.d.ts.map +0 -1
  517. package/dist/model/InstanceControllerApiServerInstance.d.ts +0 -47
  518. package/dist/model/InstanceControllerApiServerInstance.d.ts.map +0 -1
  519. package/dist/model/InstanceControllerApiServiceInstance.d.ts +0 -55
  520. package/dist/model/InstanceControllerApiServiceInstance.d.ts.map +0 -1
  521. package/dist/model/InstanceControllerApiWorkerGroup.d.ts +0 -55
  522. package/dist/model/InstanceControllerApiWorkerGroup.d.ts.map +0 -1
  523. package/dist/model/InstanceControllerApiWorkerGroupDetails.d.ts +0 -61
  524. package/dist/model/InstanceControllerApiWorkerGroupDetails.d.ts.map +0 -1
  525. package/dist/model/InstanceControllerApiWorkerGroupItem.d.ts +0 -58
  526. package/dist/model/InstanceControllerApiWorkerGroupItem.d.ts.map +0 -1
  527. package/dist/model/InstanceControllerApiWorkerGroupList.d.ts +0 -40
  528. package/dist/model/InstanceControllerApiWorkerGroupList.d.ts.map +0 -1
  529. package/dist/model/Invitation.d.ts +0 -91
  530. package/dist/model/Invitation.d.ts.map +0 -1
  531. package/dist/model/InvitationInvitationStatus.d.ts +0 -44
  532. package/dist/model/InvitationInvitationStatus.d.ts.map +0 -1
  533. package/dist/model/Isolation.d.ts +0 -43
  534. package/dist/model/Isolation.d.ts.map +0 -1
  535. package/dist/model/KVControllerApiDeleteBulkRequest.d.ts +0 -37
  536. package/dist/model/KVControllerApiDeleteBulkRequest.d.ts.map +0 -1
  537. package/dist/model/KVControllerApiDeleteBulkResponse.d.ts +0 -37
  538. package/dist/model/KVControllerApiDeleteBulkResponse.d.ts.map +0 -1
  539. package/dist/model/KVControllerKvDetail.d.ts +0 -47
  540. package/dist/model/KVControllerKvDetail.d.ts.map +0 -1
  541. package/dist/model/KVEntry.d.ts +0 -55
  542. package/dist/model/KVEntry.d.ts.map +0 -1
  543. package/dist/model/KVType.d.ts +0 -68
  544. package/dist/model/KVType.d.ts.map +0 -1
  545. package/dist/model/KillSwitch.d.ts +0 -82
  546. package/dist/model/KillSwitch.d.ts.map +0 -1
  547. package/dist/model/Label.d.ts +0 -51
  548. package/dist/model/Label.d.ts.map +0 -1
  549. package/dist/model/LeftSidebarConfiguration.d.ts +0 -37
  550. package/dist/model/LeftSidebarConfiguration.d.ts.map +0 -1
  551. package/dist/model/Level.d.ts +0 -56
  552. package/dist/model/Level.d.ts.map +0 -1
  553. package/dist/model/LogEntry.d.ts +0 -82
  554. package/dist/model/LogEntry.d.ts.map +0 -1
  555. package/dist/model/MapObjectObject.d.ts +0 -37
  556. package/dist/model/MapObjectObject.d.ts.map +0 -1
  557. package/dist/model/MeControllerApiMe.d.ts +0 -55
  558. package/dist/model/MeControllerApiMe.d.ts.map +0 -1
  559. package/dist/model/MeControllerApiProfile.d.ts +0 -46
  560. package/dist/model/MeControllerApiProfile.d.ts.map +0 -1
  561. package/dist/model/MeControllerApiTenant.d.ts +0 -43
  562. package/dist/model/MeControllerApiTenant.d.ts.map +0 -1
  563. package/dist/model/MeControllerApiUpdatePasswordRequest.d.ts +0 -40
  564. package/dist/model/MeControllerApiUpdatePasswordRequest.d.ts.map +0 -1
  565. package/dist/model/MeControllerApiUserDetailsRequest.d.ts +0 -43
  566. package/dist/model/MeControllerApiUserDetailsRequest.d.ts.map +0 -1
  567. package/dist/model/Meta.d.ts +0 -49
  568. package/dist/model/Meta.d.ts.map +0 -1
  569. package/dist/model/Metric.d.ts +0 -55
  570. package/dist/model/Metric.d.ts.map +0 -1
  571. package/dist/model/MetricAggregation.d.ts +0 -53
  572. package/dist/model/MetricAggregation.d.ts.map +0 -1
  573. package/dist/model/MetricAggregations.d.ts +0 -53
  574. package/dist/model/MetricAggregations.d.ts.map +0 -1
  575. package/dist/model/MetricEntry.d.ts +0 -82
  576. package/dist/model/MetricEntry.d.ts.map +0 -1
  577. package/dist/model/MetricTag.d.ts +0 -40
  578. package/dist/model/MetricTag.d.ts.map +0 -1
  579. package/dist/model/MiscControllerConfiguration.d.ts +0 -94
  580. package/dist/model/MiscControllerConfiguration.d.ts.map +0 -1
  581. package/dist/model/MiscControllerEEConfiguration.d.ts +0 -153
  582. package/dist/model/MiscControllerEEConfiguration.d.ts.map +0 -1
  583. package/dist/model/MiscControllerEnvironment.d.ts +0 -40
  584. package/dist/model/MiscControllerEnvironment.d.ts.map +0 -1
  585. package/dist/model/MiscControllerLicenseInfo.d.ts +0 -58
  586. package/dist/model/MiscControllerLicenseInfo.d.ts.map +0 -1
  587. package/dist/model/MiscControllerPluginIdAndVersion.d.ts +0 -40
  588. package/dist/model/MiscControllerPluginIdAndVersion.d.ts.map +0 -1
  589. package/dist/model/MiscControllerPreview.d.ts +0 -40
  590. package/dist/model/MiscControllerPreview.d.ts.map +0 -1
  591. package/dist/model/MiscControllerTenantConfigurationInfo.d.ts +0 -40
  592. package/dist/model/MiscControllerTenantConfigurationInfo.d.ts.map +0 -1
  593. package/dist/model/Name.d.ts +0 -40
  594. package/dist/model/Name.d.ts.map +0 -1
  595. package/dist/model/Namespace.d.ts +0 -98
  596. package/dist/model/Namespace.d.ts.map +0 -1
  597. package/dist/model/NamespaceAllowedNamespace.d.ts +0 -46
  598. package/dist/model/NamespaceAllowedNamespace.d.ts.map +0 -1
  599. package/dist/model/NamespaceControllerApiInheritedPluginDefaultFromNamespace.d.ts +0 -55
  600. package/dist/model/NamespaceControllerApiInheritedPluginDefaultFromNamespace.d.ts.map +0 -1
  601. package/dist/model/NamespaceFileRevision.d.ts +0 -37
  602. package/dist/model/NamespaceFileRevision.d.ts.map +0 -1
  603. package/dist/model/NamespaceLight.d.ts +0 -46
  604. package/dist/model/NamespaceLight.d.ts.map +0 -1
  605. package/dist/model/Output.d.ts +0 -65
  606. package/dist/model/Output.d.ts.map +0 -1
  607. package/dist/model/OutputValue.d.ts +0 -47
  608. package/dist/model/OutputValue.d.ts.map +0 -1
  609. package/dist/model/PageRequest.d.ts +0 -40
  610. package/dist/model/PageRequest.d.ts.map +0 -1
  611. package/dist/model/PagedResultsApiGroupSummary.d.ts +0 -53
  612. package/dist/model/PagedResultsApiGroupSummary.d.ts.map +0 -1
  613. package/dist/model/PagedResultsApiRoleSummary.d.ts +0 -53
  614. package/dist/model/PagedResultsApiRoleSummary.d.ts.map +0 -1
  615. package/dist/model/PagedResultsAppsControllerApiApp.d.ts +0 -53
  616. package/dist/model/PagedResultsAppsControllerApiApp.d.ts.map +0 -1
  617. package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.d.ts +0 -53
  618. package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.d.ts.map +0 -1
  619. package/dist/model/PagedResultsAssetsControllerApiAsset.d.ts +0 -53
  620. package/dist/model/PagedResultsAssetsControllerApiAsset.d.ts.map +0 -1
  621. package/dist/model/PagedResultsAssetsControllerApiAssetLineageEvent.d.ts +0 -53
  622. package/dist/model/PagedResultsAssetsControllerApiAssetLineageEvent.d.ts.map +0 -1
  623. package/dist/model/PagedResultsAssetsControllerApiAssetUsage.d.ts +0 -53
  624. package/dist/model/PagedResultsAssetsControllerApiAssetUsage.d.ts.map +0 -1
  625. package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.d.ts +0 -53
  626. package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.d.ts.map +0 -1
  627. package/dist/model/PagedResultsBlueprint.d.ts +0 -53
  628. package/dist/model/PagedResultsBlueprint.d.ts.map +0 -1
  629. package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.d.ts +0 -53
  630. package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.d.ts.map +0 -1
  631. package/dist/model/PagedResultsConcurrencyLimit.d.ts +0 -53
  632. package/dist/model/PagedResultsConcurrencyLimit.d.ts.map +0 -1
  633. package/dist/model/PagedResultsDashboard.d.ts +0 -53
  634. package/dist/model/PagedResultsDashboard.d.ts.map +0 -1
  635. package/dist/model/PagedResultsExecution.d.ts +0 -53
  636. package/dist/model/PagedResultsExecution.d.ts.map +0 -1
  637. package/dist/model/PagedResultsFlow.d.ts +0 -53
  638. package/dist/model/PagedResultsFlow.d.ts.map +0 -1
  639. package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.d.ts +0 -53
  640. package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.d.ts.map +0 -1
  641. package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.d.ts +0 -53
  642. package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.d.ts.map +0 -1
  643. package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.d.ts +0 -53
  644. package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.d.ts.map +0 -1
  645. package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.d.ts +0 -53
  646. package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.d.ts.map +0 -1
  647. package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.d.ts +0 -53
  648. package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.d.ts.map +0 -1
  649. package/dist/model/PagedResultsIAMUserControllerApiUserSummary.d.ts +0 -53
  650. package/dist/model/PagedResultsIAMUserControllerApiUserSummary.d.ts.map +0 -1
  651. package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.d.ts +0 -53
  652. package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.d.ts.map +0 -1
  653. package/dist/model/PagedResultsInstanceControllerApiServiceInstance.d.ts +0 -53
  654. package/dist/model/PagedResultsInstanceControllerApiServiceInstance.d.ts.map +0 -1
  655. package/dist/model/PagedResultsKVEntry.d.ts +0 -53
  656. package/dist/model/PagedResultsKVEntry.d.ts.map +0 -1
  657. package/dist/model/PagedResultsLogEntry.d.ts +0 -53
  658. package/dist/model/PagedResultsLogEntry.d.ts.map +0 -1
  659. package/dist/model/PagedResultsMapStringObject.d.ts +0 -50
  660. package/dist/model/PagedResultsMapStringObject.d.ts.map +0 -1
  661. package/dist/model/PagedResultsMetricEntry.d.ts +0 -53
  662. package/dist/model/PagedResultsMetricEntry.d.ts.map +0 -1
  663. package/dist/model/PagedResultsNamespace.d.ts +0 -53
  664. package/dist/model/PagedResultsNamespace.d.ts.map +0 -1
  665. package/dist/model/PagedResultsSearchResultFlow.d.ts +0 -53
  666. package/dist/model/PagedResultsSearchResultFlow.d.ts.map +0 -1
  667. package/dist/model/PagedResultsTenant.d.ts +0 -53
  668. package/dist/model/PagedResultsTenant.d.ts.map +0 -1
  669. package/dist/model/PagedResultsTestSuite.d.ts +0 -53
  670. package/dist/model/PagedResultsTestSuite.d.ts.map +0 -1
  671. package/dist/model/PagedResultsTestSuiteRunResult.d.ts +0 -53
  672. package/dist/model/PagedResultsTestSuiteRunResult.d.ts.map +0 -1
  673. package/dist/model/PagedResultsTrigger.d.ts +0 -53
  674. package/dist/model/PagedResultsTrigger.d.ts.map +0 -1
  675. package/dist/model/PagedResultsTriggerControllerTriggers.d.ts +0 -53
  676. package/dist/model/PagedResultsTriggerControllerTriggers.d.ts.map +0 -1
  677. package/dist/model/PatchOperation.d.ts +0 -45
  678. package/dist/model/PatchOperation.d.ts.map +0 -1
  679. package/dist/model/PatchOperationPath.d.ts +0 -38
  680. package/dist/model/PatchOperationPath.d.ts.map +0 -1
  681. package/dist/model/PatchOperationType.d.ts +0 -44
  682. package/dist/model/PatchOperationType.d.ts.map +0 -1
  683. package/dist/model/PatchRequest.d.ts +0 -43
  684. package/dist/model/PatchRequest.d.ts.map +0 -1
  685. package/dist/model/Permission.d.ts +0 -182
  686. package/dist/model/Permission.d.ts.map +0 -1
  687. package/dist/model/Plugin.d.ts +0 -101
  688. package/dist/model/Plugin.d.ts.map +0 -1
  689. package/dist/model/PluginArtifact.d.ts +0 -52
  690. package/dist/model/PluginArtifact.d.ts.map +0 -1
  691. package/dist/model/PluginArtifactMetadata.d.ts +0 -49
  692. package/dist/model/PluginArtifactMetadata.d.ts.map +0 -1
  693. package/dist/model/PluginControllerApiPluginVersions.d.ts +0 -40
  694. package/dist/model/PluginControllerApiPluginVersions.d.ts.map +0 -1
  695. package/dist/model/PluginDefault.d.ts +0 -52
  696. package/dist/model/PluginDefault.d.ts.map +0 -1
  697. package/dist/model/PluginIcon.d.ts +0 -43
  698. package/dist/model/PluginIcon.d.ts.map +0 -1
  699. package/dist/model/PluginPluginElementMetadata.d.ts +0 -46
  700. package/dist/model/PluginPluginElementMetadata.d.ts.map +0 -1
  701. package/dist/model/PluginSchema.d.ts +0 -43
  702. package/dist/model/PluginSchema.d.ts.map +0 -1
  703. package/dist/model/PluginSubGroupPluginCategory.d.ts +0 -128
  704. package/dist/model/PluginSubGroupPluginCategory.d.ts.map +0 -1
  705. package/dist/model/PropertyBoolean.d.ts +0 -49
  706. package/dist/model/PropertyBoolean.d.ts.map +0 -1
  707. package/dist/model/PropertyDouble.d.ts +0 -49
  708. package/dist/model/PropertyDouble.d.ts.map +0 -1
  709. package/dist/model/PropertyDuration.d.ts +0 -49
  710. package/dist/model/PropertyDuration.d.ts.map +0 -1
  711. package/dist/model/PropertyListAsset.d.ts +0 -49
  712. package/dist/model/PropertyListAsset.d.ts.map +0 -1
  713. package/dist/model/PropertyListAssetIdentifier.d.ts +0 -49
  714. package/dist/model/PropertyListAssetIdentifier.d.ts.map +0 -1
  715. package/dist/model/PropertyListString.d.ts +0 -49
  716. package/dist/model/PropertyListString.d.ts.map +0 -1
  717. package/dist/model/PropertyObject.d.ts +0 -49
  718. package/dist/model/PropertyObject.d.ts.map +0 -1
  719. package/dist/model/PropertyString.d.ts +0 -49
  720. package/dist/model/PropertyString.d.ts.map +0 -1
  721. package/dist/model/QueryFilter.d.ts +0 -45
  722. package/dist/model/QueryFilter.d.ts.map +0 -1
  723. package/dist/model/QueryFilterField.d.ts +0 -218
  724. package/dist/model/QueryFilterField.d.ts.map +0 -1
  725. package/dist/model/QueryFilterOp.d.ts +0 -104
  726. package/dist/model/QueryFilterOp.d.ts.map +0 -1
  727. package/dist/model/RBACServiceRoleAssignmentRoleOrigin.d.ts +0 -38
  728. package/dist/model/RBACServiceRoleAssignmentRoleOrigin.d.ts.map +0 -1
  729. package/dist/model/Relation.d.ts +0 -41
  730. package/dist/model/Relation.d.ts.map +0 -1
  731. package/dist/model/Relation1.d.ts +0 -38
  732. package/dist/model/Relation1.d.ts.map +0 -1
  733. package/dist/model/RelationType.d.ts +0 -68
  734. package/dist/model/RelationType.d.ts.map +0 -1
  735. package/dist/model/ResourceType.d.ts +0 -212
  736. package/dist/model/ResourceType.d.ts.map +0 -1
  737. package/dist/model/ResourceType1.d.ts +0 -85
  738. package/dist/model/ResourceType1.d.ts.map +0 -1
  739. package/dist/model/ResourceTypeSchemaExtensionConfiguration.d.ts +0 -40
  740. package/dist/model/ResourceTypeSchemaExtensionConfiguration.d.ts.map +0 -1
  741. package/dist/model/RightSidebarConfiguration.d.ts +0 -40
  742. package/dist/model/RightSidebarConfiguration.d.ts.map +0 -1
  743. package/dist/model/RightSidebarConfigurationCustomLink.d.ts +0 -40
  744. package/dist/model/RightSidebarConfigurationCustomLink.d.ts.map +0 -1
  745. package/dist/model/Role.d.ts +0 -67
  746. package/dist/model/Role.d.ts.map +0 -1
  747. package/dist/model/SDKAuth.d.ts +0 -43
  748. package/dist/model/SDKAuth.d.ts.map +0 -1
  749. package/dist/model/SLA.d.ts +0 -60
  750. package/dist/model/SLA.d.ts.map +0 -1
  751. package/dist/model/SLABehavior.d.ts +0 -44
  752. package/dist/model/SLABehavior.d.ts.map +0 -1
  753. package/dist/model/SLALabels.d.ts +0 -48
  754. package/dist/model/SLALabels.d.ts.map +0 -1
  755. package/dist/model/SLAType.d.ts +0 -38
  756. package/dist/model/SLAType.d.ts.map +0 -1
  757. package/dist/model/Schema.d.ts +0 -62
  758. package/dist/model/Schema.d.ts.map +0 -1
  759. package/dist/model/SchemaAttribute.d.ts +0 -88
  760. package/dist/model/SchemaAttribute.d.ts.map +0 -1
  761. package/dist/model/SchemaAttributeMutability.d.ts +0 -50
  762. package/dist/model/SchemaAttributeMutability.d.ts.map +0 -1
  763. package/dist/model/SchemaAttributeReturned.d.ts +0 -50
  764. package/dist/model/SchemaAttributeReturned.d.ts.map +0 -1
  765. package/dist/model/SchemaAttributeType.d.ts +0 -74
  766. package/dist/model/SchemaAttributeType.d.ts.map +0 -1
  767. package/dist/model/SchemaAttributeUniqueness.d.ts +0 -44
  768. package/dist/model/SchemaAttributeUniqueness.d.ts.map +0 -1
  769. package/dist/model/SchemaType.d.ts +0 -74
  770. package/dist/model/SchemaType.d.ts.map +0 -1
  771. package/dist/model/ScimExtension.d.ts +0 -37
  772. package/dist/model/ScimExtension.d.ts.map +0 -1
  773. package/dist/model/ScimResource.d.ts +0 -69
  774. package/dist/model/ScimResource.d.ts.map +0 -1
  775. package/dist/model/ScimResourceWithOptionalId.d.ts +0 -70
  776. package/dist/model/ScimResourceWithOptionalId.d.ts.map +0 -1
  777. package/dist/model/ScimUser.d.ts +0 -89
  778. package/dist/model/ScimUser.d.ts.map +0 -1
  779. package/dist/model/SearchRequest.d.ts +0 -71
  780. package/dist/model/SearchRequest.d.ts.map +0 -1
  781. package/dist/model/SearchResultFlow.d.ts +0 -41
  782. package/dist/model/SearchResultFlow.d.ts.map +0 -1
  783. package/dist/model/SecurityIntegrationType.d.ts +0 -32
  784. package/dist/model/SecurityIntegrationType.d.ts.map +0 -1
  785. package/dist/model/ServerConfig.d.ts +0 -54
  786. package/dist/model/ServerConfig.d.ts.map +0 -1
  787. package/dist/model/ServerConfigLiveness.d.ts +0 -62
  788. package/dist/model/ServerConfigLiveness.d.ts.map +0 -1
  789. package/dist/model/ServerInstance.d.ts +0 -70
  790. package/dist/model/ServerInstance.d.ts.map +0 -1
  791. package/dist/model/ServerInstanceType.d.ts +0 -38
  792. package/dist/model/ServerInstanceType.d.ts.map +0 -1
  793. package/dist/model/ServiceInstance.d.ts +0 -73
  794. package/dist/model/ServiceInstance.d.ts.map +0 -1
  795. package/dist/model/ServiceInstanceTimestampedEvent.d.ts +0 -47
  796. package/dist/model/ServiceInstanceTimestampedEvent.d.ts.map +0 -1
  797. package/dist/model/ServiceProviderConfiguration.d.ts +0 -97
  798. package/dist/model/ServiceProviderConfiguration.d.ts.map +0 -1
  799. package/dist/model/ServiceProviderConfigurationAuthenticationSchema.d.ts +0 -50
  800. package/dist/model/ServiceProviderConfigurationAuthenticationSchema.d.ts.map +0 -1
  801. package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.d.ts +0 -56
  802. package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.d.ts.map +0 -1
  803. package/dist/model/ServiceProviderConfigurationBulkConfiguration.d.ts +0 -43
  804. package/dist/model/ServiceProviderConfigurationBulkConfiguration.d.ts.map +0 -1
  805. package/dist/model/ServiceProviderConfigurationFilterConfiguration.d.ts +0 -40
  806. package/dist/model/ServiceProviderConfigurationFilterConfiguration.d.ts.map +0 -1
  807. package/dist/model/ServiceProviderConfigurationSupportedConfiguration.d.ts +0 -37
  808. package/dist/model/ServiceProviderConfigurationSupportedConfiguration.d.ts.map +0 -1
  809. package/dist/model/ServiceServiceState.d.ts +0 -86
  810. package/dist/model/ServiceServiceState.d.ts.map +0 -1
  811. package/dist/model/ServiceType.d.ts +0 -62
  812. package/dist/model/ServiceType.d.ts.map +0 -1
  813. package/dist/model/SetAppsCatalogLogoRequest.d.ts +0 -40
  814. package/dist/model/SetAppsCatalogLogoRequest.d.ts.map +0 -1
  815. package/dist/model/SetupConfiguration.d.ts +0 -55
  816. package/dist/model/SetupConfiguration.d.ts.map +0 -1
  817. package/dist/model/SoftDeletableFlowInterface.d.ts +0 -37
  818. package/dist/model/SoftDeletableFlowInterface.d.ts.map +0 -1
  819. package/dist/model/SortOrder.d.ts +0 -38
  820. package/dist/model/SortOrder.d.ts.map +0 -1
  821. package/dist/model/SortRequest.d.ts +0 -42
  822. package/dist/model/SortRequest.d.ts.map +0 -1
  823. package/dist/model/State.d.ts +0 -61
  824. package/dist/model/State.d.ts.map +0 -1
  825. package/dist/model/StateHistory.d.ts +0 -50
  826. package/dist/model/StateHistory.d.ts.map +0 -1
  827. package/dist/model/StateType.d.ts +0 -128
  828. package/dist/model/StateType.d.ts.map +0 -1
  829. package/dist/model/Task.d.ts +0 -96
  830. package/dist/model/Task.d.ts.map +0 -1
  831. package/dist/model/TaskFixture.d.ts +0 -64
  832. package/dist/model/TaskFixture.d.ts.map +0 -1
  833. package/dist/model/TaskForExecution.d.ts +0 -68
  834. package/dist/model/TaskForExecution.d.ts.map +0 -1
  835. package/dist/model/TaskRun.d.ts +0 -95
  836. package/dist/model/TaskRun.d.ts.map +0 -1
  837. package/dist/model/TaskRunAttempt.d.ts +0 -53
  838. package/dist/model/TaskRunAttempt.d.ts.map +0 -1
  839. package/dist/model/Tenant.d.ts +0 -94
  840. package/dist/model/Tenant.d.ts.map +0 -1
  841. package/dist/model/TenantAppCatalogConfig.d.ts +0 -43
  842. package/dist/model/TenantAppCatalogConfig.d.ts.map +0 -1
  843. package/dist/model/TenantControllerAppsCatalogConfigRequest.d.ts +0 -43
  844. package/dist/model/TenantControllerAppsCatalogConfigRequest.d.ts.map +0 -1
  845. package/dist/model/TenantControllerAppsCatalogConfigResponse.d.ts +0 -46
  846. package/dist/model/TenantControllerAppsCatalogConfigResponse.d.ts.map +0 -1
  847. package/dist/model/TenantInterface.d.ts +0 -37
  848. package/dist/model/TenantInterface.d.ts.map +0 -1
  849. package/dist/model/TestState.d.ts +0 -50
  850. package/dist/model/TestState.d.ts.map +0 -1
  851. package/dist/model/TestSuite.d.ts +0 -73
  852. package/dist/model/TestSuite.d.ts.map +0 -1
  853. package/dist/model/TestSuiteControllerRunRequest.d.ts +0 -37
  854. package/dist/model/TestSuiteControllerRunRequest.d.ts.map +0 -1
  855. package/dist/model/TestSuiteControllerSearchTestsLastResult.d.ts +0 -40
  856. package/dist/model/TestSuiteControllerSearchTestsLastResult.d.ts.map +0 -1
  857. package/dist/model/TestSuiteControllerTestSuiteApiId.d.ts +0 -50
  858. package/dist/model/TestSuiteControllerTestSuiteApiId.d.ts.map +0 -1
  859. package/dist/model/TestSuiteControllerTestSuiteBulkRequest.d.ts +0 -49
  860. package/dist/model/TestSuiteControllerTestSuiteBulkRequest.d.ts.map +0 -1
  861. package/dist/model/TestSuiteControllerTestsLastResultResponse.d.ts +0 -40
  862. package/dist/model/TestSuiteControllerTestsLastResultResponse.d.ts.map +0 -1
  863. package/dist/model/TestSuiteGenerationPrompt.d.ts +0 -56
  864. package/dist/model/TestSuiteGenerationPrompt.d.ts.map +0 -1
  865. package/dist/model/TestSuiteRunResult.d.ts +0 -77
  866. package/dist/model/TestSuiteRunResult.d.ts.map +0 -1
  867. package/dist/model/TestSuiteServiceRunByQueryRequest.d.ts +0 -55
  868. package/dist/model/TestSuiteServiceRunByQueryRequest.d.ts.map +0 -1
  869. package/dist/model/TestSuiteServiceTestRunByQueryResult.d.ts +0 -53
  870. package/dist/model/TestSuiteServiceTestRunByQueryResult.d.ts.map +0 -1
  871. package/dist/model/TheLabelsToPassToTheExecutionCreated.d.ts +0 -48
  872. package/dist/model/TheLabelsToPassToTheExecutionCreated.d.ts.map +0 -1
  873. package/dist/model/TimeWindow.d.ts +0 -40
  874. package/dist/model/TimeWindow.d.ts.map +0 -1
  875. package/dist/model/Trigger.d.ts +0 -90
  876. package/dist/model/Trigger.d.ts.map +0 -1
  877. package/dist/model/TriggerContext.d.ts +0 -77
  878. package/dist/model/TriggerContext.d.ts.map +0 -1
  879. package/dist/model/TriggerControllerSetDisabledRequest.d.ts +0 -53
  880. package/dist/model/TriggerControllerSetDisabledRequest.d.ts.map +0 -1
  881. package/dist/model/TriggerControllerTriggers.d.ts +0 -42
  882. package/dist/model/TriggerControllerTriggers.d.ts.map +0 -1
  883. package/dist/model/TriggerFixture.d.ts +0 -53
  884. package/dist/model/TriggerFixture.d.ts.map +0 -1
  885. package/dist/model/Type.d.ts +0 -140
  886. package/dist/model/Type.d.ts.map +0 -1
  887. package/dist/model/UnitTest.d.ts +0 -67
  888. package/dist/model/UnitTest.d.ts.map +0 -1
  889. package/dist/model/UnitTestResult.d.ts +0 -75
  890. package/dist/model/UnitTestResult.d.ts.map +0 -1
  891. package/dist/model/UploadVersionedPluginsRequest.d.ts +0 -49
  892. package/dist/model/UploadVersionedPluginsRequest.d.ts.map +0 -1
  893. package/dist/model/UserGroup.d.ts +0 -47
  894. package/dist/model/UserGroup.d.ts.map +0 -1
  895. package/dist/model/UserGroupType.d.ts +0 -38
  896. package/dist/model/UserGroupType.d.ts.map +0 -1
  897. package/dist/model/UserType.d.ts +0 -38
  898. package/dist/model/UserType.d.ts.map +0 -1
  899. package/dist/model/UsernamePasswordCredentials.d.ts +0 -56
  900. package/dist/model/UsernamePasswordCredentials.d.ts.map +0 -1
  901. package/dist/model/ValidateConstraintViolation.d.ts +0 -70
  902. package/dist/model/ValidateConstraintViolation.d.ts.map +0 -1
  903. package/dist/model/ValuePathExpression.d.ts +0 -41
  904. package/dist/model/ValuePathExpression.d.ts.map +0 -1
  905. package/dist/model/WebhookResponse.d.ts +0 -69
  906. package/dist/model/WebhookResponse.d.ts.map +0 -1
  907. package/dist/model/WorkerGroup.d.ts +0 -41
  908. package/dist/model/WorkerGroup.d.ts.map +0 -1
  909. package/dist/model/WorkerGroupFallback.d.ts +0 -44
  910. package/dist/model/WorkerGroupFallback.d.ts.map +0 -1
  911. package/dist/model/WorkerTaskRestartStrategy.d.ts +0 -44
  912. package/dist/model/WorkerTaskRestartStrategy.d.ts.map +0 -1
@@ -1,1009 +0,0 @@
1
- /**
2
- * Executions service.
3
- * @module api/ExecutionsApi
4
- */
5
- export default class ExecutionsApi {
6
- /**
7
- * Constructs a new ExecutionsApi.
8
- * @alias module:api/ExecutionsApi
9
- * @class
10
- * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
11
- * default to {@link module:ApiClient#instance} if unspecified.
12
- */
13
- constructor(apiClient?: any);
14
- apiClient: any;
15
- /**
16
- * Create a new execution for a flow
17
- * @param {String} namespace The flow namespace
18
- * @param {String} id The flow id
19
- * @param {Boolean} wait If the server will wait the end of the execution
20
- * @param {String} tenant
21
- * @param {Object} opts Optional parameters
22
- * @param {Array.<String>} [labels] The labels as a list of 'key:value'
23
- * @param {Number} [revision] The flow revision or latest if null
24
- * @param {Date} [scheduleDate] Schedule the flow on a specific date
25
- * @param {String} [breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
26
- * @param {module:model/ExecutionKind} [kind] Specific execution kind
27
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
28
-
29
- * @return {Promise<ExecutionControllerExecutionResponse>}
30
- */
31
- createExecutionWithHttpInfo(namespace: string, id: string, wait: boolean, tenant: string, opts: any, formData?: any): Promise<ExecutionControllerExecutionResponse>;
32
- /**
33
- * Create a new execution for a flow
34
- * @param {String} namespace The flow namespace
35
- * @param {String} id The flow id
36
- * @param {Boolean} wait If the server will wait the end of the execution
37
- * @param {String} tenant
38
- * @param {Object} [opts] Optional parameters
39
- * @param {Array.<String>} [opts.labels] The labels as a list of 'key:value'
40
- * @param {Number} [opts.revision] The flow revision or latest if null
41
- * @param {Date} [opts.scheduleDate] Schedule the flow on a specific date
42
- * @param {String} [opts.breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
43
- * @param {module:model/ExecutionKind} [opts.kind] Specific execution kind
44
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
45
-
46
- * @return {Promise<ExecutionControllerExecutionResponse>}
47
- */
48
- createExecution(namespace: string, id: string, wait: boolean, tenant: string, opts?: {
49
- labels?: Array<string>;
50
- revision?: number;
51
- scheduleDate?: Date;
52
- breakpoints?: string;
53
- kind?: any;
54
- }, formData?: any): Promise<ExecutionControllerExecutionResponse>;
55
- /**
56
- * Delete an execution
57
- * @param {String} executionId The execution id
58
- * @param {String} tenant
59
- * @param {Object} opts Optional parameters
60
- * @param {Boolean} [deleteLogs = true)] Whether to delete execution logs
61
- * @param {Boolean} [deleteMetrics = true)] Whether to delete execution metrics
62
- * @param {Boolean} [deleteStorage = true)] Whether to delete execution files in the internal storage
63
-
64
- * @return {Promise< >}
65
- */
66
- deleteExecutionWithHttpInfo(executionId: string, tenant: string, opts: any): Promise<any>;
67
- /**
68
- * Delete an execution
69
- * @param {String} executionId The execution id
70
- * @param {String} tenant
71
- * @param {Object} [opts] Optional parameters
72
- * @param {Boolean} [opts.deleteLogs (default to true)] Whether to delete execution logs
73
- * @param {Boolean} [opts.deleteMetrics (default to true)] Whether to delete execution metrics
74
- * @param {Boolean} [opts.deleteStorage (default to true)] Whether to delete execution files in the internal storage
75
-
76
- * @return {Promise< >}
77
- */
78
- deleteExecution(executionId: string, tenant: string, opts?: {
79
- deleteLogs?: boolean;
80
- deleteMetrics?: boolean;
81
- deleteStorage?: boolean;
82
- }): Promise<any>;
83
- /**
84
- * Delete a list of executions
85
- * @param {String} tenant
86
- * @param {Array.<String>} requestBody The execution id
87
- * @param {Object} opts Optional parameters
88
- * @param {Boolean} [includeNonTerminated = false)] Whether to delete non-terminated executions
89
- * @param {Boolean} [deleteLogs = true)] Whether to delete execution logs
90
- * @param {Boolean} [deleteMetrics = true)] Whether to delete execution metrics
91
- * @param {Boolean} [deleteStorage = true)] Whether to delete execution files in the internal storage
92
-
93
- * @return {Promise<BulkResponse>}
94
- */
95
- deleteExecutionsByIdsWithHttpInfo(tenant: string, requestBody: Array<string>, opts: any): Promise<BulkResponse>;
96
- /**
97
- * Delete a list of executions
98
- * @param {String} tenant
99
- * @param {Array.<String>} requestBody The execution id
100
- * @param {Object} [opts] Optional parameters
101
- * @param {Boolean} [opts.includeNonTerminated (default to false)] Whether to delete non-terminated executions
102
- * @param {Boolean} [opts.deleteLogs (default to true)] Whether to delete execution logs
103
- * @param {Boolean} [opts.deleteMetrics (default to true)] Whether to delete execution metrics
104
- * @param {Boolean} [opts.deleteStorage (default to true)] Whether to delete execution files in the internal storage
105
-
106
- * @return {Promise<BulkResponse>}
107
- */
108
- deleteExecutionsByIds(tenant: string, requestBody: Array<string>, opts?: {
109
- includeNonTerminated?: boolean;
110
- deleteLogs?: boolean;
111
- deleteMetrics?: boolean;
112
- deleteStorage?: boolean;
113
- }): Promise<BulkResponse>;
114
- /**
115
- * Delete executions filter by query parameters
116
- * @param {String} tenant
117
- * @param {Object} opts Optional parameters
118
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
119
- * @param {Boolean} [includeNonTerminated = false)] Whether to delete non-terminated executions
120
- * @param {Boolean} [deleteLogs = true)] Whether to delete execution logs
121
- * @param {Boolean} [deleteMetrics = true)] Whether to delete execution metrics
122
- * @param {Boolean} [deleteStorage = true)] Whether to delete execution files in the internal storage
123
-
124
- * @return {Promise< Object >}
125
- */
126
- deleteExecutionsByQueryWithHttpInfo(tenant: string, opts: any): Promise<any>;
127
- /**
128
- * Delete executions filter by query parameters
129
- * @param {String} tenant
130
- * @param {Object} [opts] Optional parameters
131
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
132
- * @param {Boolean} [opts.includeNonTerminated (default to false)] Whether to delete non-terminated executions
133
- * @param {Boolean} [opts.deleteLogs (default to true)] Whether to delete execution logs
134
- * @param {Boolean} [opts.deleteMetrics (default to true)] Whether to delete execution metrics
135
- * @param {Boolean} [opts.deleteStorage (default to true)] Whether to delete execution files in the internal storage
136
-
137
- * @return {Promise< Object >}
138
- */
139
- deleteExecutionsByQuery(tenant: string, opts?: {
140
- filters?: Array<import("../model/IQueryFilter").IQueryFilter>;
141
- includeNonTerminated?: boolean;
142
- deleteLogs?: boolean;
143
- deleteMetrics?: boolean;
144
- deleteStorage?: boolean;
145
- }): Promise<any>;
146
- /**
147
- * Download file for an execution
148
- * @param {String} executionId The execution id
149
- * @param {String} path The internal storage uri
150
- * @param {String} tenant
151
-
152
- * @return {Promise< File >}
153
- */
154
- downloadFileFromExecutionWithHttpInfo(executionId: string, path: string, tenant: string): Promise<File>;
155
- /**
156
- * Download file for an execution
157
- * @param {String} executionId The execution id
158
- * @param {String} path The internal storage uri
159
- * @param {String} tenant
160
-
161
- * @return {Promise< File >}
162
- */
163
- downloadFileFromExecution(executionId: string, path: string, tenant: string): Promise<File>;
164
- /**
165
- * Get an execution
166
- * @param {String} executionId The execution id
167
- * @param {String} tenant
168
-
169
- * @return {Promise<Execution>}
170
- */
171
- executionWithHttpInfo(executionId: string, tenant: string): Promise<Execution>;
172
- /**
173
- * Get an execution
174
- * @param {String} executionId The execution id
175
- * @param {String} tenant
176
-
177
- * @return {Promise<Execution>}
178
- */
179
- execution(executionId: string, tenant: string): Promise<Execution>;
180
- /**
181
- * Generate a graph for an execution
182
- * @param {String} executionId The execution id
183
- * @param {String} tenant
184
- * @param {Object} opts Optional parameters
185
- * @param {Array.<String>} [subflows] The subflow tasks to display
186
-
187
- * @return {Promise<FlowGraph>}
188
- */
189
- executionFlowGraphWithHttpInfo(executionId: string, tenant: string, opts: any): Promise<FlowGraph>;
190
- /**
191
- * Generate a graph for an execution
192
- * @param {String} executionId The execution id
193
- * @param {String} tenant
194
- * @param {Object} [opts] Optional parameters
195
- * @param {Array.<String>} [opts.subflows] The subflow tasks to display
196
-
197
- * @return {Promise<FlowGraph>}
198
- */
199
- executionFlowGraph(executionId: string, tenant: string, opts?: {
200
- subflows?: Array<string>;
201
- }): Promise<FlowGraph>;
202
- /**
203
- * Get file meta information for an execution
204
- * @param {String} executionId The execution id
205
- * @param {String} path The internal storage uri
206
- * @param {String} tenant
207
-
208
- * @return {Promise<FileMetas>}
209
- */
210
- fileMetadatasFromExecutionWithHttpInfo(executionId: string, path: string, tenant: string): Promise<FileMetas>;
211
- /**
212
- * Get file meta information for an execution
213
- * @param {String} executionId The execution id
214
- * @param {String} path The internal storage uri
215
- * @param {String} tenant
216
-
217
- * @return {Promise<FileMetas>}
218
- */
219
- fileMetadatasFromExecution(executionId: string, path: string, tenant: string): Promise<FileMetas>;
220
- /**
221
- * Get flow information's for an execution
222
- * @param {String} namespace The namespace of the flow
223
- * @param {String} flowId The flow id
224
- * @param {String} tenant
225
- * @param {Object} opts Optional parameters
226
- * @param {Number} [revision] The flow revision
227
-
228
- * @return {Promise<FlowForExecution>}
229
- */
230
- flowFromExecutionWithHttpInfo(namespace: string, flowId: string, tenant: string, opts: any): Promise<FlowForExecution>;
231
- /**
232
- * Get flow information's for an execution
233
- * @param {String} namespace The namespace of the flow
234
- * @param {String} flowId The flow id
235
- * @param {String} tenant
236
- * @param {Object} [opts] Optional parameters
237
- * @param {Number} [opts.revision] The flow revision
238
-
239
- * @return {Promise<FlowForExecution>}
240
- */
241
- flowFromExecution(namespace: string, flowId: string, tenant: string, opts?: {
242
- revision?: number;
243
- }): Promise<FlowForExecution>;
244
- /**
245
- * Get flow information's for an execution
246
- * @param {String} executionId The execution that you want flow information
247
- * @param {String} tenant
248
-
249
- * @return {Promise<FlowForExecution>}
250
- */
251
- flowFromExecutionByIdWithHttpInfo(executionId: string, tenant: string): Promise<FlowForExecution>;
252
- /**
253
- * Get flow information's for an execution
254
- * @param {String} executionId The execution that you want flow information
255
- * @param {String} tenant
256
-
257
- * @return {Promise<FlowForExecution>}
258
- */
259
- flowFromExecutionById(executionId: string, tenant: string): Promise<FlowForExecution>;
260
- /**
261
- * Custom implementation for following execution via Server-Sent Events (SSE)
262
- * @param {String} executionId
263
- * @param {Boolean} destinationOnly
264
- * @param {Boolean} expandAll
265
- * @param {String} tenant
266
- * @param {Object} [options] Optional parameters
267
- * @param {Function} [options.EventSource] Custom EventSource constructor (for Node.js environment)
268
- * @return {EventSource} EventSource object to listen to execution events
269
- */
270
- followDependenciesExecutions(executionId: string, destinationOnly: boolean, expandAll: boolean, tenant: string, options?: {
271
- EventSource?: Function;
272
- }): EventSource;
273
- /**
274
- * Custom implementation for following execution via Server-Sent Events (SSE)
275
- * @param {String} executionId
276
- * @param {String} tenant
277
- * @param {Object} [options] Optional parameters
278
- * @param {Function} [options.EventSource] Custom EventSource constructor (for Node.js environment)
279
- * @return {EventSource} EventSource object to listen to execution events
280
- */
281
- followExecution(executionId: string, tenant: string, options?: {
282
- EventSource?: Function;
283
- }): EventSource;
284
- /**
285
- * Force run a list of executions
286
- * @param {String} tenant
287
- * @param {Array.<String>} requestBody The list of executions id
288
-
289
- * @return {Promise<BulkResponse>}
290
- */
291
- forceRunByIdsWithHttpInfo(tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
292
- /**
293
- * Force run a list of executions
294
- * @param {String} tenant
295
- * @param {Array.<String>} requestBody The list of executions id
296
-
297
- * @return {Promise<BulkResponse>}
298
- */
299
- forceRunByIds(tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
300
- /**
301
- * Force run an execution
302
- * @param {String} executionId The execution id
303
- * @param {String} tenant
304
-
305
- * @return {Promise<Execution>}
306
- */
307
- forceRunExecutionWithHttpInfo(executionId: string, tenant: string): Promise<Execution>;
308
- /**
309
- * Force run an execution
310
- * @param {String} executionId The execution id
311
- * @param {String} tenant
312
-
313
- * @return {Promise<Execution>}
314
- */
315
- forceRunExecution(executionId: string, tenant: string): Promise<Execution>;
316
- /**
317
- * Force run executions filter by query parameters
318
- * @param {String} tenant
319
- * @param {Object} opts Optional parameters
320
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
321
-
322
- * @return {Promise< Object >}
323
- */
324
- forceRunExecutionsByQueryWithHttpInfo(tenant: string, opts: any): Promise<any>;
325
- /**
326
- * Force run executions filter by query parameters
327
- * @param {String} tenant
328
- * @param {Object} [opts] Optional parameters
329
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
330
-
331
- * @return {Promise< Object >}
332
- */
333
- forceRunExecutionsByQuery(tenant: string, opts?: {
334
- filters?: Array<import("../model/IQueryFilter").IQueryFilter>;
335
- }): Promise<any>;
336
- /**
337
- * Kill an execution
338
- * @param {String} executionId The execution id
339
- * @param {Boolean} isOnKillCascade Specifies whether killing the execution also kill all subflow executions.
340
- * @param {String} tenant
341
-
342
- * @return {Promise< Object >}
343
- */
344
- killExecutionWithHttpInfo(executionId: string, isOnKillCascade: boolean, tenant: string): Promise<any>;
345
- /**
346
- * Kill an execution
347
- * @param {String} executionId The execution id
348
- * @param {Boolean} isOnKillCascade Specifies whether killing the execution also kill all subflow executions.
349
- * @param {String} tenant
350
-
351
- * @return {Promise< Object >}
352
- */
353
- killExecution(executionId: string, isOnKillCascade: boolean, tenant: string): Promise<any>;
354
- /**
355
- * Kill a list of executions
356
- * @param {String} tenant
357
- * @param {Array.<String>} requestBody The list of executions id
358
-
359
- * @return {Promise<BulkResponse>}
360
- */
361
- killExecutionsByIdsWithHttpInfo(tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
362
- /**
363
- * Kill a list of executions
364
- * @param {String} tenant
365
- * @param {Array.<String>} requestBody The list of executions id
366
-
367
- * @return {Promise<BulkResponse>}
368
- */
369
- killExecutionsByIds(tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
370
- /**
371
- * Kill executions filter by query parameters
372
- * @param {String} tenant
373
- * @param {Object} opts Optional parameters
374
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
375
-
376
- * @return {Promise< Object >}
377
- */
378
- killExecutionsByQueryWithHttpInfo(tenant: string, opts: any): Promise<any>;
379
- /**
380
- * Kill executions filter by query parameters
381
- * @param {String} tenant
382
- * @param {Object} [opts] Optional parameters
383
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
384
-
385
- * @return {Promise< Object >}
386
- */
387
- killExecutionsByQuery(tenant: string, opts?: {
388
- filters?: Array<import("../model/IQueryFilter").IQueryFilter>;
389
- }): Promise<any>;
390
- /**
391
- * Get the latest execution for given flows
392
- * @param {String} tenant
393
- * @param {Array.<module:model/ExecutionRepositoryInterfaceFlowFilter>} executionRepositoryInterfaceFlowFilter
394
-
395
- * @return {Promise<Array.<ExecutionControllerLastExecutionResponse>>}
396
- */
397
- latestExecutionsWithHttpInfo(tenant: string, executionRepositoryInterfaceFlowFilter: any): Promise<Array<ExecutionControllerLastExecutionResponse>>;
398
- /**
399
- * Get the latest execution for given flows
400
- * @param {String} tenant
401
- * @param {Array.<module:model/ExecutionRepositoryInterfaceFlowFilter>} executionRepositoryInterfaceFlowFilter
402
-
403
- * @return {Promise<Array.<ExecutionControllerLastExecutionResponse>>}
404
- */
405
- latestExecutions(tenant: string, executionRepositoryInterfaceFlowFilter: any): Promise<Array<ExecutionControllerLastExecutionResponse>>;
406
- /**
407
- * Pause a running execution.
408
- * @param {String} executionId The execution id
409
- * @param {String} tenant
410
-
411
- * @return {Promise< >}
412
- */
413
- pauseExecutionWithHttpInfo(executionId: string, tenant: string): Promise<any>;
414
- /**
415
- * Pause a running execution.
416
- * @param {String} executionId The execution id
417
- * @param {String} tenant
418
-
419
- * @return {Promise< >}
420
- */
421
- pauseExecution(executionId: string, tenant: string): Promise<any>;
422
- /**
423
- * Pause a list of running executions
424
- * @param {String} tenant
425
- * @param {Array.<String>} requestBody The list of executions id
426
-
427
- * @return {Promise<BulkResponse>}
428
- */
429
- pauseExecutionsByIdsWithHttpInfo(tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
430
- /**
431
- * Pause a list of running executions
432
- * @param {String} tenant
433
- * @param {Array.<String>} requestBody The list of executions id
434
-
435
- * @return {Promise<BulkResponse>}
436
- */
437
- pauseExecutionsByIds(tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
438
- /**
439
- * Pause executions filter by query parameters
440
- * @param {String} tenant
441
- * @param {Object} opts Optional parameters
442
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
443
-
444
- * @return {Promise< Object >}
445
- */
446
- pauseExecutionsByQueryWithHttpInfo(tenant: string, opts: any): Promise<any>;
447
- /**
448
- * Pause executions filter by query parameters
449
- * @param {String} tenant
450
- * @param {Object} [opts] Optional parameters
451
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
452
-
453
- * @return {Promise< Object >}
454
- */
455
- pauseExecutionsByQuery(tenant: string, opts?: {
456
- filters?: Array<import("../model/IQueryFilter").IQueryFilter>;
457
- }): Promise<any>;
458
- /**
459
- * Create a new execution from an old one and start it from a specified task run id
460
- * @param {String} executionId the original execution id to clone
461
- * @param {String} tenant
462
- * @param {Object} opts Optional parameters
463
- * @param {String} [taskRunId] The taskrun id
464
- * @param {Number} [revision] The flow revision to use for new execution
465
- * @param {String} [breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
466
-
467
- * @return {Promise<Execution>}
468
- */
469
- replayExecutionWithHttpInfo(executionId: string, tenant: string, opts: any): Promise<Execution>;
470
- /**
471
- * Create a new execution from an old one and start it from a specified task run id
472
- * @param {String} executionId the original execution id to clone
473
- * @param {String} tenant
474
- * @param {Object} [opts] Optional parameters
475
- * @param {String} [opts.taskRunId] The taskrun id
476
- * @param {Number} [opts.revision] The flow revision to use for new execution
477
- * @param {String} [opts.breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
478
-
479
- * @return {Promise<Execution>}
480
- */
481
- replayExecution(executionId: string, tenant: string, opts?: {
482
- taskRunId?: string;
483
- revision?: number;
484
- breakpoints?: string;
485
- }): Promise<Execution>;
486
- /**
487
- * Create a new execution from an old one and start it from a specified task run id
488
- * @param {String} executionId the original execution id to clone
489
- * @param {String} tenant
490
- * @param {Object} opts Optional parameters
491
- * @param {String} [taskRunId] The taskrun id
492
- * @param {Number} [revision] The flow revision to use for new execution
493
- * @param {String} [breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
494
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
495
-
496
- * @return {Promise<Execution>}
497
- */
498
- replayExecutionWithinputsWithHttpInfo(executionId: string, tenant: string, opts: any, formData?: any): Promise<Execution>;
499
- /**
500
- * Create a new execution from an old one and start it from a specified task run id
501
- * @param {String} executionId the original execution id to clone
502
- * @param {String} tenant
503
- * @param {Object} [opts] Optional parameters
504
- * @param {String} [opts.taskRunId] The taskrun id
505
- * @param {Number} [opts.revision] The flow revision to use for new execution
506
- * @param {String} [opts.breakpoints] Set a list of breakpoints at specific tasks 'id.value', separated by a coma.
507
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
508
-
509
- * @return {Promise<Execution>}
510
- */
511
- replayExecutionWithinputs(executionId: string, tenant: string, opts?: {
512
- taskRunId?: string;
513
- revision?: number;
514
- breakpoints?: string;
515
- }, formData?: any): Promise<Execution>;
516
- /**
517
- * Create new executions from old ones. Keep the flow revision
518
- * @param {String} tenant
519
- * @param {Array.<String>} requestBody The list of executions id
520
- * @param {Object} opts Optional parameters
521
- * @param {Boolean} [latestRevision = false)] If latest revision should be used
522
-
523
- * @return {Promise<BulkResponse>}
524
- */
525
- replayExecutionsByIdsWithHttpInfo(tenant: string, requestBody: Array<string>, opts: any): Promise<BulkResponse>;
526
- /**
527
- * Create new executions from old ones. Keep the flow revision
528
- * @param {String} tenant
529
- * @param {Array.<String>} requestBody The list of executions id
530
- * @param {Object} [opts] Optional parameters
531
- * @param {Boolean} [opts.latestRevision (default to false)] If latest revision should be used
532
-
533
- * @return {Promise<BulkResponse>}
534
- */
535
- replayExecutionsByIds(tenant: string, requestBody: Array<string>, opts?: {
536
- latestRevision?: boolean;
537
- }): Promise<BulkResponse>;
538
- /**
539
- * Create new executions from old ones filter by query parameters. Keep the flow revision
540
- * @param {String} tenant
541
- * @param {Object} opts Optional parameters
542
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
543
- * @param {Boolean} [latestRevision = false)] If latest revision should be used
544
-
545
- * @return {Promise< Object >}
546
- */
547
- replayExecutionsByQueryWithHttpInfo(tenant: string, opts: any): Promise<any>;
548
- /**
549
- * Create new executions from old ones filter by query parameters. Keep the flow revision
550
- * @param {String} tenant
551
- * @param {Object} [opts] Optional parameters
552
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
553
- * @param {Boolean} [opts.latestRevision (default to false)] If latest revision should be used
554
-
555
- * @return {Promise< Object >}
556
- */
557
- replayExecutionsByQuery(tenant: string, opts?: {
558
- filters?: Array<import("../model/IQueryFilter").IQueryFilter>;
559
- latestRevision?: boolean;
560
- }): Promise<any>;
561
- /**
562
- * Restart a new execution from an old one
563
- * @param {String} executionId The execution id
564
- * @param {String} tenant
565
- * @param {Object} opts Optional parameters
566
- * @param {Number} [revision] The flow revision to use for new execution
567
-
568
- * @return {Promise<Execution>}
569
- */
570
- restartExecutionWithHttpInfo(executionId: string, tenant: string, opts: any): Promise<Execution>;
571
- /**
572
- * Restart a new execution from an old one
573
- * @param {String} executionId The execution id
574
- * @param {String} tenant
575
- * @param {Object} [opts] Optional parameters
576
- * @param {Number} [opts.revision] The flow revision to use for new execution
577
-
578
- * @return {Promise<Execution>}
579
- */
580
- restartExecution(executionId: string, tenant: string, opts?: {
581
- revision?: number;
582
- }): Promise<Execution>;
583
- /**
584
- * Restart a list of executions
585
- * @param {String} tenant
586
- * @param {Array.<String>} requestBody The list of executions id
587
-
588
- * @return {Promise<BulkResponse>}
589
- */
590
- restartExecutionsByIdsWithHttpInfo(tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
591
- /**
592
- * Restart a list of executions
593
- * @param {String} tenant
594
- * @param {Array.<String>} requestBody The list of executions id
595
-
596
- * @return {Promise<BulkResponse>}
597
- */
598
- restartExecutionsByIds(tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
599
- /**
600
- * Restart executions filter by query parameters
601
- * @param {String} tenant
602
- * @param {Object} opts Optional parameters
603
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
604
-
605
- * @return {Promise< Object >}
606
- */
607
- restartExecutionsByQueryWithHttpInfo(tenant: string, opts: any): Promise<any>;
608
- /**
609
- * Restart executions filter by query parameters
610
- * @param {String} tenant
611
- * @param {Object} [opts] Optional parameters
612
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
613
-
614
- * @return {Promise< Object >}
615
- */
616
- restartExecutionsByQuery(tenant: string, opts?: {
617
- filters?: Array<import("../model/IQueryFilter").IQueryFilter>;
618
- }): Promise<any>;
619
- /**
620
- * Resume a paused execution.
621
- * @param {String} executionId The execution id
622
- * @param {String} tenant
623
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
624
-
625
- * @return {Promise< Object >}
626
- */
627
- resumeExecutionWithHttpInfo(executionId: string, tenant: string, formData?: any): Promise<any>;
628
- /**
629
- * Resume a paused execution.
630
- * @param {String} executionId The execution id
631
- * @param {String} tenant
632
- * @param {Object} [formData] Extra multipart fields/files (key → value). Values may be strings, File/Blob (browser) or Buffer/stream (Node).
633
-
634
- * @return {Promise< Object >}
635
- */
636
- resumeExecution(executionId: string, tenant: string, formData?: any): Promise<any>;
637
- /**
638
- * Resume a list of paused executions
639
- * @param {String} tenant
640
- * @param {Array.<String>} requestBody The list of executions id
641
-
642
- * @return {Promise<BulkResponse>}
643
- */
644
- resumeExecutionsByIdsWithHttpInfo(tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
645
- /**
646
- * Resume a list of paused executions
647
- * @param {String} tenant
648
- * @param {Array.<String>} requestBody The list of executions id
649
-
650
- * @return {Promise<BulkResponse>}
651
- */
652
- resumeExecutionsByIds(tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
653
- /**
654
- * Resume executions filter by query parameters
655
- * @param {String} tenant
656
- * @param {Object} opts Optional parameters
657
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
658
-
659
- * @return {Promise< Object >}
660
- */
661
- resumeExecutionsByQueryWithHttpInfo(tenant: string, opts: any): Promise<any>;
662
- /**
663
- * Resume executions filter by query parameters
664
- * @param {String} tenant
665
- * @param {Object} [opts] Optional parameters
666
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
667
-
668
- * @return {Promise< Object >}
669
- */
670
- resumeExecutionsByQuery(tenant: string, opts?: {
671
- filters?: Array<import("../model/IQueryFilter").IQueryFilter>;
672
- }): Promise<any>;
673
- /**
674
- * Search for executions
675
- * @param {Number} page The current page
676
- * @param {Number} size The current page size
677
- * @param {String} tenant
678
- * @param {Object} opts Optional parameters
679
- * @param {Array.<String>} [sort] The sort of current page
680
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
681
-
682
- * @return {Promise<PagedResultsExecution>}
683
- */
684
- searchExecutionsWithHttpInfo(page: number, size: number, tenant: string, opts: any): Promise<PagedResultsExecution>;
685
- /**
686
- * Search for executions
687
- * @param {Number} page The current page
688
- * @param {Number} size The current page size
689
- * @param {String} tenant
690
- * @param {Object} [opts] Optional parameters
691
- * @param {Array.<String>} [opts.sort] The sort of current page
692
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
693
-
694
- * @return {Promise<PagedResultsExecution>}
695
- */
696
- searchExecutions(page: number, size: number, tenant: string, opts?: {
697
- sort?: Array<string>;
698
- filters?: Array<import("../model/IQueryFilter").IQueryFilter>;
699
- }): Promise<PagedResultsExecution>;
700
- /**
701
- * Search for executions for a flow
702
- * @param {String} namespace The flow namespace
703
- * @param {String} flowId The flow id
704
- * @param {Number} page The current page
705
- * @param {Number} size The current page size
706
- * @param {String} tenant
707
-
708
- * @return {Promise<PagedResultsExecution>}
709
- */
710
- searchExecutionsByFlowIdWithHttpInfo(namespace: string, flowId: string, page: number, size: number, tenant: string): Promise<PagedResultsExecution>;
711
- /**
712
- * Search for executions for a flow
713
- * @param {String} namespace The flow namespace
714
- * @param {String} flowId The flow id
715
- * @param {Number} page The current page
716
- * @param {Number} size The current page size
717
- * @param {String} tenant
718
-
719
- * @return {Promise<PagedResultsExecution>}
720
- */
721
- searchExecutionsByFlowId(namespace: string, flowId: string, page: number, size: number, tenant: string): Promise<PagedResultsExecution>;
722
- /**
723
- * Add or update labels of a terminated execution
724
- * @param {String} executionId The execution id
725
- * @param {String} tenant
726
- * @param {Array.<module:model/Label>} label The labels to add to the execution
727
-
728
- * @return {Promise< Object >}
729
- */
730
- setLabelsOnTerminatedExecutionWithHttpInfo(executionId: string, tenant: string, label: any): Promise<any>;
731
- /**
732
- * Add or update labels of a terminated execution
733
- * @param {String} executionId The execution id
734
- * @param {String} tenant
735
- * @param {Array.<module:model/Label>} label The labels to add to the execution
736
-
737
- * @return {Promise< Object >}
738
- */
739
- setLabelsOnTerminatedExecution(executionId: string, tenant: string, label: any): Promise<any>;
740
- /**
741
- * Set labels on a list of executions
742
- * @param {String} tenant
743
- * @param {module:model/ExecutionControllerSetLabelsByIdsRequest} executionControllerSetLabelsByIdsRequest The request containing a list of labels and a list of executions
744
-
745
- * @return {Promise<BulkResponse>}
746
- */
747
- setLabelsOnTerminatedExecutionsByIdsWithHttpInfo(tenant: string, executionControllerSetLabelsByIdsRequest: any): Promise<BulkResponse>;
748
- /**
749
- * Set labels on a list of executions
750
- * @param {String} tenant
751
- * @param {module:model/ExecutionControllerSetLabelsByIdsRequest} executionControllerSetLabelsByIdsRequest The request containing a list of labels and a list of executions
752
-
753
- * @return {Promise<BulkResponse>}
754
- */
755
- setLabelsOnTerminatedExecutionsByIds(tenant: string, executionControllerSetLabelsByIdsRequest: any): Promise<BulkResponse>;
756
- /**
757
- * Set label on executions filter by query parameters
758
- * @param {String} tenant
759
- * @param {Array.<module:model/Label>} label The labels to add to the execution
760
- * @param {Object} opts Optional parameters
761
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
762
-
763
- * @return {Promise< Object >}
764
- */
765
- setLabelsOnTerminatedExecutionsByQueryWithHttpInfo(tenant: string, label: any, opts: any): Promise<any>;
766
- /**
767
- * Set label on executions filter by query parameters
768
- * @param {String} tenant
769
- * @param {Array.<module:model/Label>} label The labels to add to the execution
770
- * @param {Object} [opts] Optional parameters
771
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
772
-
773
- * @return {Promise< Object >}
774
- */
775
- setLabelsOnTerminatedExecutionsByQuery(tenant: string, label: any, opts?: {
776
- filters?: Array<import("../model/IQueryFilter").IQueryFilter>;
777
- }): Promise<any>;
778
- /**
779
- * Trigger a new execution by GET webhook trigger
780
- * @param {String} namespace The flow namespace
781
- * @param {String} id The flow id
782
- * @param {String} key The webhook trigger uid
783
- * @param {String} tenant
784
-
785
- * @return {Promise<WebhookResponse>}
786
- */
787
- triggerExecutionByGetWebhookWithHttpInfo(namespace: string, id: string, key: string, tenant: string): Promise<WebhookResponse>;
788
- /**
789
- * Trigger a new execution by GET webhook trigger
790
- * @param {String} namespace The flow namespace
791
- * @param {String} id The flow id
792
- * @param {String} key The webhook trigger uid
793
- * @param {String} tenant
794
-
795
- * @return {Promise<WebhookResponse>}
796
- */
797
- triggerExecutionByGetWebhook(namespace: string, id: string, key: string, tenant: string): Promise<WebhookResponse>;
798
- /**
799
- * Trigger a new execution by GET webhook trigger
800
- * @param {String} namespace The flow namespace
801
- * @param {String} id The flow id
802
- * @param {String} key The webhook trigger uid
803
- * @param {String} path Optional additional path segments
804
- * @param {String} tenant
805
-
806
- * @return {Promise<WebhookResponse>}
807
- */
808
- triggerExecutionByGetWebhookWithPathWithHttpInfo(namespace: string, id: string, key: string, path: string, tenant: string): Promise<WebhookResponse>;
809
- /**
810
- * Trigger a new execution by GET webhook trigger
811
- * @param {String} namespace The flow namespace
812
- * @param {String} id The flow id
813
- * @param {String} key The webhook trigger uid
814
- * @param {String} path Optional additional path segments
815
- * @param {String} tenant
816
-
817
- * @return {Promise<WebhookResponse>}
818
- */
819
- triggerExecutionByGetWebhookWithPath(namespace: string, id: string, key: string, path: string, tenant: string): Promise<WebhookResponse>;
820
- /**
821
- * Trigger a new execution by POST webhook trigger
822
- * @param {String} namespace The flow namespace
823
- * @param {String} id The flow id
824
- * @param {String} key The webhook trigger uid
825
- * @param {String} path Optional additional path segments
826
- * @param {String} tenant
827
-
828
- * @return {Promise<WebhookResponse>}
829
- */
830
- triggerExecutionByPostWebhookWithPathWithHttpInfo(namespace: string, id: string, key: string, path: string, tenant: string): Promise<WebhookResponse>;
831
- /**
832
- * Trigger a new execution by POST webhook trigger
833
- * @param {String} namespace The flow namespace
834
- * @param {String} id The flow id
835
- * @param {String} key The webhook trigger uid
836
- * @param {String} path Optional additional path segments
837
- * @param {String} tenant
838
-
839
- * @return {Promise<WebhookResponse>}
840
- */
841
- triggerExecutionByPostWebhookWithPath(namespace: string, id: string, key: string, path: string, tenant: string): Promise<WebhookResponse>;
842
- /**
843
- * Trigger a new execution by PUT webhook trigger
844
- * @param {String} namespace The flow namespace
845
- * @param {String} id The flow id
846
- * @param {String} key The webhook trigger uid
847
- * @param {String} path Optional additional path segments
848
- * @param {String} tenant
849
-
850
- * @return {Promise<WebhookResponse>}
851
- */
852
- triggerExecutionByPutWebhookWithPathWithHttpInfo(namespace: string, id: string, key: string, path: string, tenant: string): Promise<WebhookResponse>;
853
- /**
854
- * Trigger a new execution by PUT webhook trigger
855
- * @param {String} namespace The flow namespace
856
- * @param {String} id The flow id
857
- * @param {String} key The webhook trigger uid
858
- * @param {String} path Optional additional path segments
859
- * @param {String} tenant
860
-
861
- * @return {Promise<WebhookResponse>}
862
- */
863
- triggerExecutionByPutWebhookWithPath(namespace: string, id: string, key: string, path: string, tenant: string): Promise<WebhookResponse>;
864
- /**
865
- * Unqueue an execution
866
- * @param {String} executionId The execution id
867
- * @param {module:model/StateType} state The new state of the execution
868
- * @param {String} tenant
869
-
870
- * @return {Promise<Execution>}
871
- */
872
- unqueueExecutionWithHttpInfo(executionId: string, state: any, tenant: string): Promise<Execution>;
873
- /**
874
- * Unqueue an execution
875
- * @param {String} executionId The execution id
876
- * @param {module:model/StateType} state The new state of the execution
877
- * @param {String} tenant
878
-
879
- * @return {Promise<Execution>}
880
- */
881
- unqueueExecution(executionId: string, state: any, tenant: string): Promise<Execution>;
882
- /**
883
- * Unqueue a list of executions
884
- * @param {module:model/StateType} state The new state of the unqueued executions
885
- * @param {String} tenant
886
- * @param {Array.<String>} requestBody The list of executions id
887
-
888
- * @return {Promise<BulkResponse>}
889
- */
890
- unqueueExecutionsByIdsWithHttpInfo(state: any, tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
891
- /**
892
- * Unqueue a list of executions
893
- * @param {module:model/StateType} state The new state of the unqueued executions
894
- * @param {String} tenant
895
- * @param {Array.<String>} requestBody The list of executions id
896
-
897
- * @return {Promise<BulkResponse>}
898
- */
899
- unqueueExecutionsByIds(state: any, tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
900
- /**
901
- * Unqueue executions filter by query parameters
902
- * @param {String} tenant
903
- * @param {Object} opts Optional parameters
904
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
905
- * @param {module:model/StateType} [newState] The new state of the unqueued executions
906
-
907
- * @return {Promise< Object >}
908
- */
909
- unqueueExecutionsByQueryWithHttpInfo(tenant: string, opts: any): Promise<any>;
910
- /**
911
- * Unqueue executions filter by query parameters
912
- * @param {String} tenant
913
- * @param {Object} [opts] Optional parameters
914
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
915
- * @param {module:model/StateType} [opts.newState] The new state of the unqueued executions
916
-
917
- * @return {Promise< Object >}
918
- */
919
- unqueueExecutionsByQuery(tenant: string, opts?: {
920
- filters?: Array<import("../model/IQueryFilter").IQueryFilter>;
921
- newState?: any;
922
- }): Promise<any>;
923
- /**
924
- * Change the state of an execution
925
- * @param {String} executionId The execution id
926
- * @param {module:model/StateType} status The new state of the execution
927
- * @param {String} tenant
928
-
929
- * @return {Promise<Execution>}
930
- */
931
- updateExecutionStatusWithHttpInfo(executionId: string, status: any, tenant: string): Promise<Execution>;
932
- /**
933
- * Change the state of an execution
934
- * @param {String} executionId The execution id
935
- * @param {module:model/StateType} status The new state of the execution
936
- * @param {String} tenant
937
-
938
- * @return {Promise<Execution>}
939
- */
940
- updateExecutionStatus(executionId: string, status: any, tenant: string): Promise<Execution>;
941
- /**
942
- * Change executions state by id
943
- * @param {module:model/StateType} newStatus The new state of the executions
944
- * @param {String} tenant
945
- * @param {Array.<String>} requestBody The list of executions id
946
-
947
- * @return {Promise<BulkResponse>}
948
- */
949
- updateExecutionsStatusByIdsWithHttpInfo(newStatus: any, tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
950
- /**
951
- * Change executions state by id
952
- * @param {module:model/StateType} newStatus The new state of the executions
953
- * @param {String} tenant
954
- * @param {Array.<String>} requestBody The list of executions id
955
-
956
- * @return {Promise<BulkResponse>}
957
- */
958
- updateExecutionsStatusByIds(newStatus: any, tenant: string, requestBody: Array<string>): Promise<BulkResponse>;
959
- /**
960
- * Change executions state by query parameters
961
- * @param {module:model/StateType} newStatus The new state of the executions
962
- * @param {String} tenant
963
- * @param {Object} opts Optional parameters
964
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [filters] Filters
965
-
966
- * @return {Promise<BulkResponse>}
967
- */
968
- updateExecutionsStatusByQueryWithHttpInfo(newStatus: any, tenant: string, opts: any): Promise<BulkResponse>;
969
- /**
970
- * Change executions state by query parameters
971
- * @param {module:model/StateType} newStatus The new state of the executions
972
- * @param {String} tenant
973
- * @param {Object} [opts] Optional parameters
974
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} [opts.filters] Filters
975
-
976
- * @return {Promise<BulkResponse>}
977
- */
978
- updateExecutionsStatusByQuery(newStatus: any, tenant: string, opts?: {
979
- filters?: Array<import("../model/IQueryFilter").IQueryFilter>;
980
- }): Promise<BulkResponse>;
981
- /**
982
- * Change state for a taskrun in an execution
983
- * @param {String} executionId The execution id
984
- * @param {String} tenant
985
- * @param {module:model/ExecutionControllerStateRequest} executionControllerStateRequest the taskRun id and state to apply
986
-
987
- * @return {Promise<Execution>}
988
- */
989
- updateTaskRunStateWithHttpInfo(executionId: string, tenant: string, executionControllerStateRequest: any): Promise<Execution>;
990
- /**
991
- * Change state for a taskrun in an execution
992
- * @param {String} executionId The execution id
993
- * @param {String} tenant
994
- * @param {module:model/ExecutionControllerStateRequest} executionControllerStateRequest the taskRun id and state to apply
995
-
996
- * @return {Promise<Execution>}
997
- */
998
- updateTaskRunState(executionId: string, tenant: string, executionControllerStateRequest: any): Promise<Execution>;
999
- }
1000
- import ExecutionControllerExecutionResponse from '../model/ExecutionControllerExecutionResponse';
1001
- import BulkResponse from '../model/BulkResponse';
1002
- import Execution from '../model/Execution';
1003
- import FlowGraph from '../model/FlowGraph';
1004
- import FileMetas from '../model/FileMetas';
1005
- import FlowForExecution from '../model/FlowForExecution';
1006
- import ExecutionControllerLastExecutionResponse from '../model/ExecutionControllerLastExecutionResponse';
1007
- import PagedResultsExecution from '../model/PagedResultsExecution';
1008
- import WebhookResponse from '../model/WebhookResponse';
1009
- //# sourceMappingURL=ExecutionsApi.d.ts.map