@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,291 +0,0 @@
1
- /**
2
- * ServiceAccount service.
3
- * @module api/ServiceAccountApi
4
- */
5
- export default class ServiceAccountApi {
6
- /**
7
- * Constructs a new ServiceAccountApi.
8
- * @alias module:api/ServiceAccountApi
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 new API Token for a specific service account
17
- * @param {String} id The user id
18
- * @param {module:model/CreateApiTokenRequest} createApiTokenRequest The create api-token request
19
-
20
- * @return {Promise< Object >}
21
- */
22
- createApiTokensForServiceAccountWithHttpInfo(id: string, createApiTokenRequest: any): Promise<any>;
23
- /**
24
- * Create new API Token for a specific service account
25
- * @param {String} id The user id
26
- * @param {module:model/CreateApiTokenRequest} createApiTokenRequest The create api-token request
27
-
28
- * @return {Promise< Object >}
29
- */
30
- createApiTokensForServiceAccount(id: string, createApiTokenRequest: any): Promise<any>;
31
- /**
32
- * Create new API Token for a specific service account
33
- * @param {String} id The user id
34
- * @param {String} tenant
35
- * @param {module:model/CreateApiTokenRequest} createApiTokenRequest The create api-token request
36
-
37
- * @return {Promise< Object >}
38
- */
39
- createApiTokensForServiceAccountWithTenantWithHttpInfo(id: string, tenant: string, createApiTokenRequest: any): Promise<any>;
40
- /**
41
- * Create new API Token for a specific service account
42
- * @param {String} id The user id
43
- * @param {String} tenant
44
- * @param {module:model/CreateApiTokenRequest} createApiTokenRequest The create api-token request
45
-
46
- * @return {Promise< Object >}
47
- */
48
- createApiTokensForServiceAccountWithTenant(id: string, tenant: string, createApiTokenRequest: any): Promise<any>;
49
- /**
50
- * Create a service account
51
- * Superadmin-only. CReate service account with access to multiple tenants.
52
- * @param {module:model/IAMServiceAccountControllerApiCreateServiceAccountRequest} iAMServiceAccountControllerApiCreateServiceAccountRequest The service account
53
-
54
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountDetail>}
55
- */
56
- createServiceAccountWithHttpInfo(iAMServiceAccountControllerApiCreateServiceAccountRequest: any): Promise<IAMServiceAccountControllerApiServiceAccountDetail>;
57
- /**
58
- * Create a service account
59
- * Superadmin-only. CReate service account with access to multiple tenants.
60
- * @param {module:model/IAMServiceAccountControllerApiCreateServiceAccountRequest} iAMServiceAccountControllerApiCreateServiceAccountRequest The service account
61
-
62
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountDetail>}
63
- */
64
- createServiceAccount(iAMServiceAccountControllerApiCreateServiceAccountRequest: any): Promise<IAMServiceAccountControllerApiServiceAccountDetail>;
65
- /**
66
- * Create a service account for the given tenant
67
- * @param {String} tenant
68
- * @param {module:model/IAMServiceAccountControllerApiServiceAccountRequest} iAMServiceAccountControllerApiServiceAccountRequest The service account
69
-
70
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountResponse>}
71
- */
72
- createServiceAccountForTenantWithHttpInfo(tenant: string, iAMServiceAccountControllerApiServiceAccountRequest: any): Promise<IAMServiceAccountControllerApiServiceAccountResponse>;
73
- /**
74
- * Create a service account for the given tenant
75
- * @param {String} tenant
76
- * @param {module:model/IAMServiceAccountControllerApiServiceAccountRequest} iAMServiceAccountControllerApiServiceAccountRequest The service account
77
-
78
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountResponse>}
79
- */
80
- createServiceAccountForTenant(tenant: string, iAMServiceAccountControllerApiServiceAccountRequest: any): Promise<IAMServiceAccountControllerApiServiceAccountResponse>;
81
- /**
82
- * Delete an API Token for specific service account and token id
83
- * @param {String} id The user id
84
- * @param {String} tokenId The token id
85
-
86
- * @return {Promise< Object >}
87
- */
88
- deleteApiTokenForServiceAccountWithHttpInfo(id: string, tokenId: string): Promise<any>;
89
- /**
90
- * Delete an API Token for specific service account and token id
91
- * @param {String} id The user id
92
- * @param {String} tokenId The token id
93
-
94
- * @return {Promise< Object >}
95
- */
96
- deleteApiTokenForServiceAccount(id: string, tokenId: string): Promise<any>;
97
- /**
98
- * Delete an API Token for specific service account and token id
99
- * @param {String} id The user id
100
- * @param {String} tokenId The token id
101
- * @param {String} tenant
102
-
103
- * @return {Promise< Object >}
104
- */
105
- deleteApiTokenForServiceAccountWithTenantWithHttpInfo(id: string, tokenId: string, tenant: string): Promise<any>;
106
- /**
107
- * Delete an API Token for specific service account and token id
108
- * @param {String} id The user id
109
- * @param {String} tokenId The token id
110
- * @param {String} tenant
111
-
112
- * @return {Promise< Object >}
113
- */
114
- deleteApiTokenForServiceAccountWithTenant(id: string, tokenId: string, tenant: string): Promise<any>;
115
- /**
116
- * Delete a service account
117
- * Superadmin-only. Delete a service account including all its access.
118
- * @param {String} id The service account id
119
-
120
- * @return {Promise< >}
121
- */
122
- deleteServiceAccountWithHttpInfo(id: string): Promise<any>;
123
- /**
124
- * Delete a service account
125
- * Superadmin-only. Delete a service account including all its access.
126
- * @param {String} id The service account id
127
-
128
- * @return {Promise< >}
129
- */
130
- deleteServiceAccount(id: string): Promise<any>;
131
- /**
132
- * Delete a service account
133
- * @param {String} id The service account id
134
- * @param {String} tenant
135
-
136
- * @return {Promise< >}
137
- */
138
- deleteServiceAccountForTenantWithHttpInfo(id: string, tenant: string): Promise<any>;
139
- /**
140
- * Delete a service account
141
- * @param {String} id The service account id
142
- * @param {String} tenant
143
-
144
- * @return {Promise< >}
145
- */
146
- deleteServiceAccountForTenant(id: string, tenant: string): Promise<any>;
147
- /**
148
- * List API tokens for a specific service account
149
- * @param {String} id The user id
150
-
151
- * @return {Promise< Object >}
152
- */
153
- listApiTokensForServiceAccountWithHttpInfo(id: string): Promise<any>;
154
- /**
155
- * List API tokens for a specific service account
156
- * @param {String} id The user id
157
-
158
- * @return {Promise< Object >}
159
- */
160
- listApiTokensForServiceAccount(id: string): Promise<any>;
161
- /**
162
- * List API tokens for a specific service account
163
- * @param {String} id The user id
164
- * @param {String} tenant
165
-
166
- * @return {Promise< Object >}
167
- */
168
- listApiTokensForServiceAccountWithTenantWithHttpInfo(id: string, tenant: string): Promise<any>;
169
- /**
170
- * List API tokens for a specific service account
171
- * @param {String} id The user id
172
- * @param {String} tenant
173
-
174
- * @return {Promise< Object >}
175
- */
176
- listApiTokensForServiceAccountWithTenant(id: string, tenant: string): Promise<any>;
177
- /**
178
- * List service accounts. Superadmin-only.
179
- * @param {Number} page The current page
180
- * @param {Number} size The current page size
181
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} filters Filters
182
- * @param {Object} opts Optional parameters
183
- * @param {Array.<String>} [sort] The sort of current page
184
-
185
- * @return {Promise<PagedResultsIAMServiceAccountControllerApiServiceAccountDetail>}
186
- */
187
- listServiceAccountsWithHttpInfo(page: number, size: number, filters: Array<import("../model/IQueryFilter").IQueryFilter>, opts: any): Promise<PagedResultsIAMServiceAccountControllerApiServiceAccountDetail>;
188
- /**
189
- * List service accounts. Superadmin-only.
190
- * @param {Number} page The current page
191
- * @param {Number} size The current page size
192
- * @param {Array.<import('../model/IQueryFilter').IQueryFilter>} filters Filters
193
- * @param {Object} [opts] Optional parameters
194
- * @param {Array.<String>} [opts.sort] The sort of current page
195
-
196
- * @return {Promise<PagedResultsIAMServiceAccountControllerApiServiceAccountDetail>}
197
- */
198
- listServiceAccounts(page: number, size: number, filters: Array<import("../model/IQueryFilter").IQueryFilter>, opts?: {
199
- sort?: Array<string>;
200
- }): Promise<PagedResultsIAMServiceAccountControllerApiServiceAccountDetail>;
201
- /**
202
- * Update service account details
203
- * Superadmin-only. Updates the details of a service account.
204
- * @param {String} id The service account id
205
- * @param {module:model/IAMServiceAccountControllerApiPatchServiceAccountRequest} iAMServiceAccountControllerApiPatchServiceAccountRequest The service account details
206
-
207
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountDetail>}
208
- */
209
- patchServiceAccountDetailsWithHttpInfo(id: string, iAMServiceAccountControllerApiPatchServiceAccountRequest: any): Promise<IAMServiceAccountControllerApiServiceAccountDetail>;
210
- /**
211
- * Update service account details
212
- * Superadmin-only. Updates the details of a service account.
213
- * @param {String} id The service account id
214
- * @param {module:model/IAMServiceAccountControllerApiPatchServiceAccountRequest} iAMServiceAccountControllerApiPatchServiceAccountRequest The service account details
215
-
216
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountDetail>}
217
- */
218
- patchServiceAccountDetails(id: string, iAMServiceAccountControllerApiPatchServiceAccountRequest: any): Promise<IAMServiceAccountControllerApiServiceAccountDetail>;
219
- /**
220
- * Update service account superadmin privileges
221
- * Superadmin-only. Updates whether a service account is a superadmin.
222
- * @param {String} id The user id
223
- * @param {module:model/ApiPatchSuperAdminRequest} apiPatchSuperAdminRequest
224
-
225
- * @return {Promise< >}
226
- */
227
- patchServiceAccountSuperAdminWithHttpInfo(id: string, apiPatchSuperAdminRequest: any): Promise<any>;
228
- /**
229
- * Update service account superadmin privileges
230
- * Superadmin-only. Updates whether a service account is a superadmin.
231
- * @param {String} id The user id
232
- * @param {module:model/ApiPatchSuperAdminRequest} apiPatchSuperAdminRequest
233
-
234
- * @return {Promise< >}
235
- */
236
- patchServiceAccountSuperAdmin(id: string, apiPatchSuperAdminRequest: any): Promise<any>;
237
- /**
238
- * Get a service account
239
- * Superadmin-only. Get user account details.
240
- * @param {String} id The service account id
241
-
242
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountDetail>}
243
- */
244
- serviceAccountWithHttpInfo(id: string): Promise<IAMServiceAccountControllerApiServiceAccountDetail>;
245
- /**
246
- * Get a service account
247
- * Superadmin-only. Get user account details.
248
- * @param {String} id The service account id
249
-
250
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountDetail>}
251
- */
252
- serviceAccount(id: string): Promise<IAMServiceAccountControllerApiServiceAccountDetail>;
253
- /**
254
- * Retrieve a service account
255
- * @param {String} id The user id
256
- * @param {String} tenant
257
-
258
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountResponse>}
259
- */
260
- serviceAccountForTenantWithHttpInfo(id: string, tenant: string): Promise<IAMServiceAccountControllerApiServiceAccountResponse>;
261
- /**
262
- * Retrieve a service account
263
- * @param {String} id The user id
264
- * @param {String} tenant
265
-
266
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountResponse>}
267
- */
268
- serviceAccountForTenant(id: string, tenant: string): Promise<IAMServiceAccountControllerApiServiceAccountResponse>;
269
- /**
270
- * Update a user service account
271
- * @param {String} id The user id
272
- * @param {String} tenant
273
- * @param {module:model/IAMServiceAccountControllerApiServiceAccountRequest} iAMServiceAccountControllerApiServiceAccountRequest The user
274
-
275
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountResponse>}
276
- */
277
- updateServiceAccountWithHttpInfo(id: string, tenant: string, iAMServiceAccountControllerApiServiceAccountRequest: any): Promise<IAMServiceAccountControllerApiServiceAccountResponse>;
278
- /**
279
- * Update a user service account
280
- * @param {String} id The user id
281
- * @param {String} tenant
282
- * @param {module:model/IAMServiceAccountControllerApiServiceAccountRequest} iAMServiceAccountControllerApiServiceAccountRequest The user
283
-
284
- * @return {Promise<IAMServiceAccountControllerApiServiceAccountResponse>}
285
- */
286
- updateServiceAccount(id: string, tenant: string, iAMServiceAccountControllerApiServiceAccountRequest: any): Promise<IAMServiceAccountControllerApiServiceAccountResponse>;
287
- }
288
- import IAMServiceAccountControllerApiServiceAccountDetail from '../model/IAMServiceAccountControllerApiServiceAccountDetail';
289
- import IAMServiceAccountControllerApiServiceAccountResponse from '../model/IAMServiceAccountControllerApiServiceAccountResponse';
290
- import PagedResultsIAMServiceAccountControllerApiServiceAccountDetail from '../model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail';
291
- //# sourceMappingURL=ServiceAccountApi.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ServiceAccountApi.d.ts","sourceRoot":"","sources":["../../src/api/ServiceAccountApi.js"],"names":[],"mappings":"AAyBA;;;EAGE;AACF;IAEI;;;;;;MAME;IACF,wBAHU,GAAgB,EAKzB;IADG,eAAgD;IAQpD;;;;;;MAME;IACF,gFAJU,GAAkC,GAEjC,OAAO,KAAU,CAgC3B;IAED;;;;;;MAME;IACF,oEAJU,GAAkC,GAEjC,OAAO,KAAU,CAO3B;IAYD;;;;;;;MAOE;IACF,0GAJU,GAAkC,GAEjC,OAAO,KAAU,CAqC3B;IAED;;;;;;;MAOE;IACF,8FAJU,GAAkC,GAEjC,OAAO,KAAU,CAO3B;IAYD;;;;;;MAME;IACF,4FAJU,GAAsE,GAErE,OAAO,CAAC,kDAAkD,CAAC,CA2BrE;IAED;;;;;;MAME;IACF,gFAJU,GAAsE,GAErE,OAAO,CAAC,kDAAkD,CAAC,CAOrE;IAYD;;;;;;MAME;IACF,+GAJU,GAAgE,GAE/D,OAAO,CAAC,oDAAoD,CAAC,CAgCvE;IAED;;;;;;MAME;IACF,mGAJU,GAAgE,GAE/D,OAAO,CAAC,oDAAoD,CAAC,CAOvE;IAYD;;;;;;MAME;IACF,0EAFW,OAAO,KAAU,CAiC3B;IAED;;;;;;MAME;IACF,8DAFW,OAAO,KAAU,CAO3B;IAYD;;;;;;;MAOE;IACF,oGAFW,OAAO,KAAU,CAsC3B;IAED;;;;;;;MAOE;IACF,wFAFW,OAAO,KAAU,CAO3B;IAYD;;;;;;MAME;IACF,2DA0BC;IAED;;;;;;MAME;IACF,+CAKC;IAYD;;;;;;MAME;IACF,oFA+BC;IAED;;;;;;MAME;IACF,wEAKC;IAYD;;;;;MAKE;IACF,wDAFW,OAAO,KAAU,CA4B3B;IAED;;;;;MAKE;IACF,4CAFW,OAAO,KAAU,CAO3B;IAYD;;;;;;MAME;IACF,kFAFW,OAAO,KAAU,CAiC3B;IAED;;;;;;MAME;IACF,sEAFW,OAAO,KAAU,CAO3B;IAYD;;;;;;;;;MASE;IACF,qEANU,KAAK,CAAE,OAAO,uBAAuB,EAAE,YAAY,CAAC,cAInD,OAAO,CAAC,8DAA8D,CAAC,CAwCjF;IAED;;;;;;;;;MASE;IACF,yDANU,KAAK,CAAE,OAAO,uBAAuB,EAAE,YAAY,CAAC,SAE5D;QAA8B,IAAI,GAA1B,KAAK,QAAS;KAEtB,GAAS,OAAO,CAAC,8DAA8D,CAAC,CAOjF;IAYD;;;;;;;MAOE;IACF,6GAJU,GAAqE,GAEpE,OAAO,CAAC,kDAAkD,CAAC,CAgCrE;IAED;;;;;;;MAOE;IACF,iGAJU,GAAqE,GAEpE,OAAO,CAAC,kDAAkD,CAAC,CAOrE;IAYD;;;;;;;MAOE;IACF,iFAJU,GAAsC,gBAkC/C;IAED;;;;;;;MAOE;IACF,qEAJU,GAAsC,gBAS/C;IAYD;;;;;;MAME;IACF,wCAFW,OAAO,CAAC,kDAAkD,CAAC,CA4BrE;IAED;;;;;;MAME;IACF,4BAFW,OAAO,CAAC,kDAAkD,CAAC,CAOrE;IAYD;;;;;;MAME;IACF,iEAFW,OAAO,CAAC,oDAAoD,CAAC,CAiCvE;IAED;;;;;;MAME;IACF,qDAFW,OAAO,CAAC,oDAAoD,CAAC,CAOvE;IAYD;;;;;;;MAOE;IACF,kHAJU,GAAgE,GAE/D,OAAO,CAAC,oDAAoD,CAAC,CAqCvE;IAED;;;;;;;MAOE;IACF,sGAJU,GAAgE,GAE/D,OAAO,CAAC,oDAAoD,CAAC,CAOvE;CASJ;+DAliC8D,6DAA6D;iEAE3D,+DAA+D;2EACrD,yEAAyE"}
@@ -1,325 +0,0 @@
1
- /**
2
- * TestSuites service.
3
- * @module api/TestSuitesApi
4
- */
5
- export default class TestSuitesApi {
6
- /**
7
- * Constructs a new TestSuitesApi.
8
- * @alias module:api/TestSuitesApi
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 test from YAML source
17
- * Creates a new test from a YAML definition. Requires TEST permission with the CREATE action.
18
- * @param {String} tenant
19
- * @param {String} body The TestSuite source code
20
-
21
- * @return {Promise<TestSuite>}
22
- */
23
- createTestSuiteWithHttpInfo(tenant: string, body: string): Promise<TestSuite>;
24
- /**
25
- * Create a test from YAML source
26
- * Creates a new test from a YAML definition. Requires TEST permission with the CREATE action.
27
- * @param {String} tenant
28
- * @param {String} body The TestSuite source code
29
-
30
- * @return {Promise<TestSuite>}
31
- */
32
- createTestSuite(tenant: string, body: string): Promise<TestSuite>;
33
- /**
34
- * Delete a test
35
- * Deletes a test by namespace and ID. Requires TEST permission with the DELETE action.
36
- * @param {String} namespace The TestSuite namespace
37
- * @param {String} id The TestSuite ID
38
- * @param {String} tenant
39
-
40
- * @return {Promise< Object >}
41
- */
42
- deleteTestSuiteWithHttpInfo(namespace: string, id: string, tenant: string): Promise<any>;
43
- /**
44
- * Delete a test
45
- * Deletes a test by namespace and ID. Requires TEST permission with the DELETE action.
46
- * @param {String} namespace The TestSuite namespace
47
- * @param {String} id The TestSuite ID
48
- * @param {String} tenant
49
-
50
- * @return {Promise< Object >}
51
- */
52
- deleteTestSuite(namespace: string, id: string, tenant: string): Promise<any>;
53
- /**
54
- * Delete multiple tests by id
55
- * Deletes a test by namespace and ID. Requires TEST permission with the DELETE action.
56
- * @param {String} tenant
57
- * @param {module:model/TestSuiteControllerTestSuiteBulkRequest} testSuiteControllerTestSuiteBulkRequest
58
-
59
- * @return {Promise<BulkResponse>}
60
- */
61
- deleteTestSuitesByIdsWithHttpInfo(tenant: string, testSuiteControllerTestSuiteBulkRequest: any): Promise<BulkResponse>;
62
- /**
63
- * Delete multiple tests by id
64
- * Deletes a test by namespace and ID. Requires TEST permission with the DELETE action.
65
- * @param {String} tenant
66
- * @param {module:model/TestSuiteControllerTestSuiteBulkRequest} testSuiteControllerTestSuiteBulkRequest
67
-
68
- * @return {Promise<BulkResponse>}
69
- */
70
- deleteTestSuitesByIds(tenant: string, testSuiteControllerTestSuiteBulkRequest: any): Promise<BulkResponse>;
71
- /**
72
- * Disable multiple tests by id
73
- * Disable a test by namespace and ID. Requires TEST permission with the UPDATE action.
74
- * @param {String} tenant
75
- * @param {module:model/TestSuiteControllerTestSuiteBulkRequest} testSuiteControllerTestSuiteBulkRequest
76
-
77
- * @return {Promise<BulkResponse>}
78
- */
79
- disableTestSuitesByIdsWithHttpInfo(tenant: string, testSuiteControllerTestSuiteBulkRequest: any): Promise<BulkResponse>;
80
- /**
81
- * Disable multiple tests by id
82
- * Disable a test by namespace and ID. Requires TEST permission with the UPDATE action.
83
- * @param {String} tenant
84
- * @param {module:model/TestSuiteControllerTestSuiteBulkRequest} testSuiteControllerTestSuiteBulkRequest
85
-
86
- * @return {Promise<BulkResponse>}
87
- */
88
- disableTestSuitesByIds(tenant: string, testSuiteControllerTestSuiteBulkRequest: any): Promise<BulkResponse>;
89
- /**
90
- * Enable multiple tests by id
91
- * Enable a test by namespace and ID. Requires TEST permission with the UPDATE action.
92
- * @param {String} tenant
93
- * @param {module:model/TestSuiteControllerTestSuiteBulkRequest} testSuiteControllerTestSuiteBulkRequest
94
-
95
- * @return {Promise<BulkResponse>}
96
- */
97
- enableTestSuitesByIdsWithHttpInfo(tenant: string, testSuiteControllerTestSuiteBulkRequest: any): Promise<BulkResponse>;
98
- /**
99
- * Enable multiple tests by id
100
- * Enable a test by namespace and ID. Requires TEST permission with the UPDATE action.
101
- * @param {String} tenant
102
- * @param {module:model/TestSuiteControllerTestSuiteBulkRequest} testSuiteControllerTestSuiteBulkRequest
103
-
104
- * @return {Promise<BulkResponse>}
105
- */
106
- enableTestSuitesByIds(tenant: string, testSuiteControllerTestSuiteBulkRequest: any): Promise<BulkResponse>;
107
- /**
108
- * Run a full test
109
- * Executes all test cases in the specified test. Requires TEST permission with the CREATE action.
110
- * @param {String} namespace The TestSuite namespace
111
- * @param {String} id The TestSuite ID
112
- * @param {String} tenant
113
- * @param {Object} opts Optional parameters
114
- * @param {module:model/TestSuiteControllerRunRequest} [testSuiteControllerRunRequest]
115
-
116
- * @return {Promise<TestSuiteRunResult>}
117
- */
118
- runTestSuiteWithHttpInfo(namespace: string, id: string, tenant: string, opts: any): Promise<TestSuiteRunResult>;
119
- /**
120
- * Run a full test
121
- * Executes all test cases in the specified test. Requires TEST permission with the CREATE action.
122
- * @param {String} namespace The TestSuite namespace
123
- * @param {String} id The TestSuite ID
124
- * @param {String} tenant
125
- * @param {Object} [opts] Optional parameters
126
- * @param {module:model/TestSuiteControllerRunRequest} [opts.testSuiteControllerRunRequest]
127
-
128
- * @return {Promise<TestSuiteRunResult>}
129
- */
130
- runTestSuite(namespace: string, id: string, tenant: string, opts?: {
131
- testSuiteControllerRunRequest?: any;
132
- }): Promise<TestSuiteRunResult>;
133
- /**
134
- * Run multiple TestSuites by query
135
- * Executes all TestSuites impacted by the specified filter. Requires TEST permission with the CREATE action.
136
- * @param {String} tenant
137
- * @param {module:model/TestSuiteServiceRunByQueryRequest} testSuiteServiceRunByQueryRequest
138
-
139
- * @return {Promise<TestSuiteServiceTestRunByQueryResult>}
140
- */
141
- runTestSuitesByQueryWithHttpInfo(tenant: string, testSuiteServiceRunByQueryRequest: any): Promise<TestSuiteServiceTestRunByQueryResult>;
142
- /**
143
- * Run multiple TestSuites by query
144
- * Executes all TestSuites impacted by the specified filter. Requires TEST permission with the CREATE action.
145
- * @param {String} tenant
146
- * @param {module:model/TestSuiteServiceRunByQueryRequest} testSuiteServiceRunByQueryRequest
147
-
148
- * @return {Promise<TestSuiteServiceTestRunByQueryResult>}
149
- */
150
- runTestSuitesByQuery(tenant: string, testSuiteServiceRunByQueryRequest: any): Promise<TestSuiteServiceTestRunByQueryResult>;
151
- /**
152
- * Search for tests
153
- * Searches for tests with optional filtering by namespace and flow ID. Requires TEST permission with the READ action.
154
- * @param {Number} page The current page
155
- * @param {Number} size The current page size
156
- * @param {Boolean} includeChildNamespaces Include child namespaces in filter or not
157
- * @param {String} tenant
158
- * @param {Object} opts Optional parameters
159
- * @param {Array.<String>} [sort] The sort of current page
160
- * @param {String} [namespace] The namespace to filter on
161
- * @param {String} [flowId] The flow id to filter on
162
-
163
- * @return {Promise<PagedResultsTestSuite>}
164
- */
165
- searchTestSuitesWithHttpInfo(page: number, size: number, includeChildNamespaces: boolean, tenant: string, opts: any): Promise<PagedResultsTestSuite>;
166
- /**
167
- * Search for tests
168
- * Searches for tests with optional filtering by namespace and flow ID. Requires TEST permission with the READ action.
169
- * @param {Number} page The current page
170
- * @param {Number} size The current page size
171
- * @param {Boolean} includeChildNamespaces Include child namespaces in filter or not
172
- * @param {String} tenant
173
- * @param {Object} [opts] Optional parameters
174
- * @param {Array.<String>} [opts.sort] The sort of current page
175
- * @param {String} [opts.namespace] The namespace to filter on
176
- * @param {String} [opts.flowId] The flow id to filter on
177
-
178
- * @return {Promise<PagedResultsTestSuite>}
179
- */
180
- searchTestSuites(page: number, size: number, includeChildNamespaces: boolean, tenant: string, opts?: {
181
- sort?: Array<string>;
182
- namespace?: string;
183
- flowId?: string;
184
- }): Promise<PagedResultsTestSuite>;
185
- /**
186
- * Search for tests results
187
- * with optional filtering by namespace, test suite ID and flow ID. Requires TEST permission with the READ action.
188
- * @param {Number} page The current page
189
- * @param {Number} size The current page size
190
- * @param {String} tenant
191
- * @param {Object} opts Optional parameters
192
- * @param {Array.<String>} [sort] The sort of current page
193
- * @param {String} [testSuiteId] The test suite id to filter on
194
- * @param {String} [namespace] The namespace to filter on
195
- * @param {String} [flowId] The flow id to filter on
196
-
197
- * @return {Promise<PagedResultsTestSuiteRunResult>}
198
- */
199
- searchTestSuitesResultsWithHttpInfo(page: number, size: number, tenant: string, opts: any): Promise<PagedResultsTestSuiteRunResult>;
200
- /**
201
- * Search for tests results
202
- * with optional filtering by namespace, test suite ID and flow ID. Requires TEST permission with the READ action.
203
- * @param {Number} page The current page
204
- * @param {Number} size The current page size
205
- * @param {String} tenant
206
- * @param {Object} [opts] Optional parameters
207
- * @param {Array.<String>} [opts.sort] The sort of current page
208
- * @param {String} [opts.testSuiteId] The test suite id to filter on
209
- * @param {String} [opts.namespace] The namespace to filter on
210
- * @param {String} [opts.flowId] The flow id to filter on
211
-
212
- * @return {Promise<PagedResultsTestSuiteRunResult>}
213
- */
214
- searchTestSuitesResults(page: number, size: number, tenant: string, opts?: {
215
- sort?: Array<string>;
216
- testSuiteId?: string;
217
- namespace?: string;
218
- flowId?: string;
219
- }): Promise<PagedResultsTestSuiteRunResult>;
220
- /**
221
- * Get a test result
222
- * Get a test result once it was run.
223
- * @param {String} id The test run ID
224
- * @param {String} tenant
225
-
226
- * @return {Promise<TestSuiteRunResult>}
227
- */
228
- testResultWithHttpInfo(id: string, tenant: string): Promise<TestSuiteRunResult>;
229
- /**
230
- * Get a test result
231
- * Get a test result once it was run.
232
- * @param {String} id The test run ID
233
- * @param {String} tenant
234
-
235
- * @return {Promise<TestSuiteRunResult>}
236
- */
237
- testResult(id: string, tenant: string): Promise<TestSuiteRunResult>;
238
- /**
239
- * Retrieve a test
240
- * Retrieves a test by namespace and ID. Requires TEST permission with the READ action.
241
- * @param {String} namespace The TestSuite namespace
242
- * @param {String} id The TestSuite ID
243
- * @param {String} tenant
244
-
245
- * @return {Promise<TestSuite>}
246
- */
247
- testSuiteWithHttpInfo(namespace: string, id: string, tenant: string): Promise<TestSuite>;
248
- /**
249
- * Retrieve a test
250
- * Retrieves a test by namespace and ID. Requires TEST permission with the READ action.
251
- * @param {String} namespace The TestSuite namespace
252
- * @param {String} id The TestSuite ID
253
- * @param {String} tenant
254
-
255
- * @return {Promise<TestSuite>}
256
- */
257
- testSuite(namespace: string, id: string, tenant: string): Promise<TestSuite>;
258
- /**
259
- * Get tests last result
260
- * Get multiple tests last result for a query.
261
- * @param {String} tenant
262
- * @param {module:model/TestSuiteControllerSearchTestsLastResult} testSuiteControllerSearchTestsLastResult
263
-
264
- * @return {Promise<TestSuiteControllerTestsLastResultResponse>}
265
- */
266
- testsLastResultWithHttpInfo(tenant: string, testSuiteControllerSearchTestsLastResult: any): Promise<TestSuiteControllerTestsLastResultResponse>;
267
- /**
268
- * Get tests last result
269
- * Get multiple tests last result for a query.
270
- * @param {String} tenant
271
- * @param {module:model/TestSuiteControllerSearchTestsLastResult} testSuiteControllerSearchTestsLastResult
272
-
273
- * @return {Promise<TestSuiteControllerTestsLastResultResponse>}
274
- */
275
- testsLastResult(tenant: string, testSuiteControllerSearchTestsLastResult: any): Promise<TestSuiteControllerTestsLastResultResponse>;
276
- /**
277
- * Update a test from YAML source
278
- * Updates an existing test with a new YAML definition. Requires TEST permission with the UPDATE action.
279
- * @param {String} namespace The TestSuite namespace
280
- * @param {String} id The TestSuite ID
281
- * @param {String} tenant
282
- * @param {String} body The TestSuite source code
283
-
284
- * @return {Promise<TestSuite>}
285
- */
286
- updateTestSuiteWithHttpInfo(namespace: string, id: string, tenant: string, body: string): Promise<TestSuite>;
287
- /**
288
- * Update a test from YAML source
289
- * Updates an existing test with a new YAML definition. Requires TEST permission with the UPDATE action.
290
- * @param {String} namespace The TestSuite namespace
291
- * @param {String} id The TestSuite ID
292
- * @param {String} tenant
293
- * @param {String} body The TestSuite source code
294
-
295
- * @return {Promise<TestSuite>}
296
- */
297
- updateTestSuite(namespace: string, id: string, tenant: string, body: string): Promise<TestSuite>;
298
- /**
299
- * Validate a test
300
- * Validates a test YAML definition without persisting it. Returns constraint violations if any. Requires TEST permission with the READ action.
301
- * @param {String} tenant
302
- * @param {String} body The TestSuite source code
303
-
304
- * @return {Promise<ValidateConstraintViolation>}
305
- */
306
- validateTestSuiteWithHttpInfo(tenant: string, body: string): Promise<ValidateConstraintViolation>;
307
- /**
308
- * Validate a test
309
- * Validates a test YAML definition without persisting it. Returns constraint violations if any. Requires TEST permission with the READ action.
310
- * @param {String} tenant
311
- * @param {String} body The TestSuite source code
312
-
313
- * @return {Promise<ValidateConstraintViolation>}
314
- */
315
- validateTestSuite(tenant: string, body: string): Promise<ValidateConstraintViolation>;
316
- }
317
- import TestSuite from '../model/TestSuite';
318
- import BulkResponse from '../model/BulkResponse';
319
- import TestSuiteRunResult from '../model/TestSuiteRunResult';
320
- import TestSuiteServiceTestRunByQueryResult from '../model/TestSuiteServiceTestRunByQueryResult';
321
- import PagedResultsTestSuite from '../model/PagedResultsTestSuite';
322
- import PagedResultsTestSuiteRunResult from '../model/PagedResultsTestSuiteRunResult';
323
- import TestSuiteControllerTestsLastResultResponse from '../model/TestSuiteControllerTestsLastResultResponse';
324
- import ValidateConstraintViolation from '../model/ValidateConstraintViolation';
325
- //# sourceMappingURL=TestSuitesApi.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TestSuitesApi.d.ts","sourceRoot":"","sources":["../../src/api/TestSuitesApi.js"],"names":[],"mappings":"AA4BA;;;EAGE;AACF;IAEI;;;;;;MAME;IACF,wBAHU,GAAgB,EAKzB;IADG,eAAgD;IAQpD;;;;;;;MAOE;IACF,2DAFW,OAAO,CAAC,SAAS,CAAC,CAgC5B;IAED;;;;;;;MAOE;IACF,+CAFW,OAAO,CAAC,SAAS,CAAC,CAO5B;IAYD;;;;;;;;MAQE;IACF,4EAFW,OAAO,KAAU,CAsC3B;IAED;;;;;;;;MAQE;IACF,gEAFW,OAAO,KAAU,CAO3B;IAYD;;;;;;;MAOE;IACF,2FAJU,GAAoD,GAEnD,OAAO,CAAC,YAAY,CAAC,CAgC/B;IAED;;;;;;;MAOE;IACF,+EAJU,GAAoD,GAEnD,OAAO,CAAC,YAAY,CAAC,CAO/B;IAYD;;;;;;;MAOE;IACF,4FAJU,GAAoD,GAEnD,OAAO,CAAC,YAAY,CAAC,CAgC/B;IAED;;;;;;;MAOE;IACF,gFAJU,GAAoD,GAEnD,OAAO,CAAC,YAAY,CAAC,CAO/B;IAYD;;;;;;;MAOE;IACF,2FAJU,GAAoD,GAEnD,OAAO,CAAC,YAAY,CAAC,CAgC/B;IAED;;;;;;;MAOE;IACF,+EAJU,GAAoD,GAEnD,OAAO,CAAC,YAAY,CAAC,CAO/B;IAYD;;;;;;;;;;MAUE;IACF,oFAFW,OAAO,CAAC,kBAAkB,CAAC,CAuCrC;IAED;;;;;;;;;;MAUE;IACF,mEAJE;QAA0D,6BAA6B,GAA/E,GAA0C;KAElD,GAAS,OAAO,CAAC,kBAAkB,CAAC,CAOrC;IAYD;;;;;;;MAOE;IACF,oFAJU,GAA8C,GAE7C,OAAO,CAAC,oCAAoC,CAAC,CAgCvD;IAED;;;;;;;MAOE;IACF,wEAJU,GAA8C,GAE7C,OAAO,CAAC,oCAAoC,CAAC,CAOvD;IAYD;;;;;;;;;;;;;MAaE;IACF,sHAFW,OAAO,CAAC,qBAAqB,CAAC,CA+CxC;IAED;;;;;;;;;;;;;MAaE;IACF,qGANE;QAA8B,IAAI,GAA1B,KAAK,QAAS;QACA,SAAS;QACT,MAAM;KAE5B,GAAS,OAAO,CAAC,qBAAqB,CAAC,CAOxC;IAYD;;;;;;;;;;;;;MAaE;IACF,4FAFW,OAAO,CAAC,8BAA8B,CAAC,CA2CjD;IAED;;;;;;;;;;;;;MAaE;IACF,2EAPE;QAA8B,IAAI,GAA1B,KAAK,QAAS;QACA,WAAW;QACX,SAAS;QACT,MAAM;KAE5B,GAAS,OAAO,CAAC,8BAA8B,CAAC,CAOjD;IAYD;;;;;;;MAOE;IACF,oDAFW,OAAO,CAAC,kBAAkB,CAAC,CAiCrC;IAED;;;;;;;MAOE;IACF,wCAFW,OAAO,CAAC,kBAAkB,CAAC,CAOrC;IAYD;;;;;;;;MAQE;IACF,sEAFW,OAAO,CAAC,SAAS,CAAC,CAsC5B;IAED;;;;;;;;MAQE;IACF,0DAFW,OAAO,CAAC,SAAS,CAAC,CAO5B;IAYD;;;;;;;MAOE;IACF,sFAJU,GAAqD,GAEpD,OAAO,CAAC,0CAA0C,CAAC,CAgC7D;IAED;;;;;;;MAOE;IACF,0EAJU,GAAqD,GAEpD,OAAO,CAAC,0CAA0C,CAAC,CAO7D;IAYD;;;;;;;;;MASE;IACF,0FAFW,OAAO,CAAC,SAAS,CAAC,CA0C5B;IAED;;;;;;;;;MASE;IACF,8EAFW,OAAO,CAAC,SAAS,CAAC,CAO5B;IAYD;;;;;;;MAOE;IACF,6DAFW,OAAO,CAAC,2BAA2B,CAAC,CAgC9C;IAED;;;;;;;MAOE;IACF,iDAFW,OAAO,CAAC,2BAA2B,CAAC,CAO9C;CASJ;sBAzgCqB,oBAAoB;yBAHjB,uBAAuB;+BAQjB,6BAA6B;iDAEX,+CAA+C;kCAT9D,gCAAgC;2CACvB,yCAAyC;uDAK7B,qDAAqD;wCAIpE,sCAAsC"}