@kestra-io/kestra-sdk 1.0.12 → 2.0.0-dev.2e43ff28.eb2705ef
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai.d.ts +2 -0
- package/dist/ai.js +37 -0
- package/dist/apps.d.ts +2 -0
- package/dist/apps.js +95 -0
- package/dist/assets.d.ts +2 -0
- package/dist/assets.js +49 -0
- package/dist/audit-logs.d.ts +2 -0
- package/dist/audit-logs.js +31 -0
- package/dist/auths.d.ts +2 -0
- package/dist/auths.js +29 -0
- package/dist/banners.d.ts +2 -0
- package/dist/banners.js +18 -0
- package/dist/bindings.d.ts +2 -0
- package/dist/bindings.js +28 -0
- package/dist/blueprint-tags.d.ts +2 -0
- package/dist/blueprint-tags.js +13 -0
- package/dist/blueprints.d.ts +2 -0
- package/dist/blueprints.js +87 -0
- package/dist/client.d.ts +15 -0
- package/dist/client.gen-Cck1nGA2.js +570 -0
- package/dist/client.js +2 -0
- package/dist/cluster.d.ts +2 -0
- package/dist/cluster.js +7 -0
- package/dist/dashboards.d.ts +2 -0
- package/dist/dashboards.js +67 -0
- package/dist/executions.d.ts +2 -0
- package/dist/executions.js +217 -0
- package/dist/files.d.ts +2 -0
- package/dist/files.js +48 -0
- package/dist/flows.d.ts +2 -0
- package/dist/flows.js +147 -0
- package/dist/groups.d.ts +2 -0
- package/dist/groups.js +63 -0
- package/dist/index-B27Fh0cc.d.ts +2123 -0
- package/dist/index.d.ts +57 -405
- package/dist/index.js +302 -0
- package/dist/invitations.d.ts +2 -0
- package/dist/invitations.js +29 -0
- package/dist/kill-switches.d.ts +2 -0
- package/dist/kill-switches.js +18 -0
- package/dist/ks-Banners.gen-CFztT5Kc.d.ts +16 -0
- package/dist/ks-Cluster.gen-DIsFzvNi.d.ts +11 -0
- package/dist/ks-KillSwitches.gen-BRLUkj3m.d.ts +16 -0
- package/dist/ks-Login.gen-EPtT1Sua.d.ts +9 -0
- package/dist/ks-ScimGroups.gen-B2nf9YUU.d.ts +27 -0
- package/dist/ks-ScimUsers.gen-DSR-B_o_.d.ts +27 -0
- package/dist/ks-shared.gen-DOLnlDDx.d.ts +15 -0
- package/dist/kv.d.ts +2 -0
- package/dist/kv.js +33 -0
- package/dist/login.d.ts +2 -0
- package/dist/login.js +6 -0
- package/dist/logs.d.ts +2 -0
- package/dist/logs.js +25 -0
- package/dist/metrics.d.ts +2 -0
- package/dist/metrics.js +29 -0
- package/dist/misc.d.ts +2 -0
- package/dist/misc.js +29 -0
- package/dist/namespaces.d.ts +2 -0
- package/dist/namespaces.js +82 -0
- package/dist/outputs.d.ts +2 -0
- package/dist/outputs.js +13 -0
- package/dist/plugins.d.ts +2 -0
- package/dist/plugins.js +43 -0
- package/dist/roles.d.ts +2 -0
- package/dist/roles.js +46 -0
- package/dist/scim-configuration.d.ts +2 -0
- package/dist/scim-configuration.js +10 -0
- package/dist/scim-groups.d.ts +2 -0
- package/dist/scim-groups.js +28 -0
- package/dist/scim-users.d.ts +2 -0
- package/dist/scim-users.js +28 -0
- package/dist/sdk.gen-CFV9DDYS.js +12888 -0
- package/dist/sdk.gen-Q8oyZ3SN.d.ts +3469 -0
- package/dist/secrets.d.ts +2 -0
- package/dist/secrets.js +9 -0
- package/dist/security-integrations.d.ts +2 -0
- package/dist/security-integrations.js +36 -0
- package/dist/service-account.d.ts +2 -0
- package/dist/service-account.js +74 -0
- package/dist/services.d.ts +2 -0
- package/dist/services.js +9 -0
- package/dist/shared.d.ts +2 -0
- package/dist/shared.js +17 -0
- package/dist/tenant-access.d.ts +2 -0
- package/dist/tenant-access.js +28 -0
- package/dist/tenants.d.ts +2 -0
- package/dist/tenants.js +54 -0
- package/dist/test-suites.d.ts +2 -0
- package/dist/test-suites.js +80 -0
- package/dist/triggers.d.ts +2 -0
- package/dist/triggers.js +115 -0
- package/dist/types.gen-CZXAiwaT.d.ts +13257 -0
- package/dist/users.d.ts +2 -0
- package/dist/users.js +78 -0
- package/dist/worker-auth.d.ts +2 -0
- package/dist/worker-auth.js +17 -0
- package/dist/worker-groups.d.ts +2 -0
- package/dist/worker-groups.js +19 -0
- package/package.json +63 -22
- package/README.md +0 -740
- package/dist/ApiClient.d.ts +0 -203
- package/dist/ApiClient.d.ts.map +0 -1
- package/dist/KestraClient.d.ts +0 -33
- package/dist/KestraClient.d.ts.map +0 -1
- package/dist/KestraClient.mjs +0 -44337
- package/dist/api/ExecutionsApi.d.ts +0 -1009
- package/dist/api/ExecutionsApi.d.ts.map +0 -1
- package/dist/api/FlowsApi.d.ts +0 -683
- package/dist/api/FlowsApi.d.ts.map +0 -1
- package/dist/api/GroupsApi.d.ts +0 -238
- package/dist/api/GroupsApi.d.ts.map +0 -1
- package/dist/api/KVApi.d.ts +0 -153
- package/dist/api/KVApi.d.ts.map +0 -1
- package/dist/api/NamespacesApi.d.ts +0 -304
- package/dist/api/NamespacesApi.d.ts.map +0 -1
- package/dist/api/RolesApi.d.ts +0 -145
- package/dist/api/RolesApi.d.ts.map +0 -1
- package/dist/api/ServiceAccountApi.d.ts +0 -291
- package/dist/api/ServiceAccountApi.d.ts.map +0 -1
- package/dist/api/TestSuitesApi.d.ts +0 -325
- package/dist/api/TestSuitesApi.d.ts.map +0 -1
- package/dist/api/TriggersApi.d.ts +0 -431
- package/dist/api/TriggersApi.d.ts.map +0 -1
- package/dist/api/UsersApi.d.ts +0 -333
- package/dist/api/UsersApi.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/model/AbstractFlow.d.ts +0 -87
- package/dist/model/AbstractFlow.d.ts.map +0 -1
- package/dist/model/AbstractGraph.d.ts +0 -44
- package/dist/model/AbstractGraph.d.ts.map +0 -1
- package/dist/model/AbstractGraphBranchType.d.ts +0 -44
- package/dist/model/AbstractGraphBranchType.d.ts.map +0 -1
- package/dist/model/AbstractTrigger.d.ts +0 -95
- package/dist/model/AbstractTrigger.d.ts.map +0 -1
- package/dist/model/AbstractTriggerForExecution.d.ts +0 -56
- package/dist/model/AbstractTriggerForExecution.d.ts.map +0 -1
- package/dist/model/AbstractUser.d.ts +0 -84
- package/dist/model/AbstractUser.d.ts.map +0 -1
- package/dist/model/AbstractUserTenantIdentityProvider.d.ts +0 -49
- package/dist/model/AbstractUserTenantIdentityProvider.d.ts.map +0 -1
- package/dist/model/Action.d.ts +0 -50
- package/dist/model/Action.d.ts.map +0 -1
- package/dist/model/AiControllerAiProviderResponse.d.ts +0 -43
- package/dist/model/AiControllerAiProviderResponse.d.ts.map +0 -1
- package/dist/model/ApiAuth.d.ts +0 -43
- package/dist/model/ApiAuth.d.ts.map +0 -1
- package/dist/model/ApiAutocomplete.d.ts +0 -43
- package/dist/model/ApiAutocomplete.d.ts.map +0 -1
- package/dist/model/ApiGroupSummary.d.ts +0 -40
- package/dist/model/ApiGroupSummary.d.ts.map +0 -1
- package/dist/model/ApiIds.d.ts +0 -37
- package/dist/model/ApiIds.d.ts.map +0 -1
- package/dist/model/ApiPatchSuperAdminRequest.d.ts +0 -46
- package/dist/model/ApiPatchSuperAdminRequest.d.ts.map +0 -1
- package/dist/model/ApiRoleSummary.d.ts +0 -46
- package/dist/model/ApiRoleSummary.d.ts.map +0 -1
- package/dist/model/ApiSecretListResponseApiSecretMeta.d.ts +0 -56
- package/dist/model/ApiSecretListResponseApiSecretMeta.d.ts.map +0 -1
- package/dist/model/ApiSecretMeta.d.ts +0 -46
- package/dist/model/ApiSecretMeta.d.ts.map +0 -1
- package/dist/model/ApiSecretMetaEE.d.ts +0 -60
- package/dist/model/ApiSecretMetaEE.d.ts.map +0 -1
- package/dist/model/ApiSecretTag.d.ts +0 -50
- package/dist/model/ApiSecretTag.d.ts.map +0 -1
- package/dist/model/ApiSecretValue.d.ts +0 -59
- package/dist/model/ApiSecretValue.d.ts.map +0 -1
- package/dist/model/ApiTenant.d.ts +0 -98
- package/dist/model/ApiTenant.d.ts.map +0 -1
- package/dist/model/ApiTenantSummary.d.ts +0 -40
- package/dist/model/ApiTenantSummary.d.ts.map +0 -1
- package/dist/model/ApiToken.d.ts +0 -61
- package/dist/model/ApiToken.d.ts.map +0 -1
- package/dist/model/ApiTokenList.d.ts +0 -43
- package/dist/model/ApiTokenList.d.ts.map +0 -1
- package/dist/model/ApiUser.d.ts +0 -87
- package/dist/model/ApiUser.d.ts.map +0 -1
- package/dist/model/AppGenerationPrompt.d.ts +0 -46
- package/dist/model/AppGenerationPrompt.d.ts.map +0 -1
- package/dist/model/AppsControllerApiApp.d.ts +0 -64
- package/dist/model/AppsControllerApiApp.d.ts.map +0 -1
- package/dist/model/AppsControllerApiAppCatalogItem.d.ts +0 -52
- package/dist/model/AppsControllerApiAppCatalogItem.d.ts.map +0 -1
- package/dist/model/AppsControllerApiAppSource.d.ts +0 -58
- package/dist/model/AppsControllerApiAppSource.d.ts.map +0 -1
- package/dist/model/AppsControllerApiAppTags.d.ts +0 -37
- package/dist/model/AppsControllerApiAppTags.d.ts.map +0 -1
- package/dist/model/AppsControllerApiBulkImportResponse.d.ts +0 -43
- package/dist/model/AppsControllerApiBulkImportResponse.d.ts.map +0 -1
- package/dist/model/AppsControllerApiBulkImportResponseError.d.ts +0 -40
- package/dist/model/AppsControllerApiBulkImportResponseError.d.ts.map +0 -1
- package/dist/model/AppsControllerApiBulkOperationRequest.d.ts +0 -37
- package/dist/model/AppsControllerApiBulkOperationRequest.d.ts.map +0 -1
- package/dist/model/Assertion.d.ts +0 -94
- package/dist/model/Assertion.d.ts.map +0 -1
- package/dist/model/AssertionResult.d.ts +0 -67
- package/dist/model/AssertionResult.d.ts.map +0 -1
- package/dist/model/AssertionRunError.d.ts +0 -49
- package/dist/model/AssertionRunError.d.ts.map +0 -1
- package/dist/model/Asset.d.ts +0 -62
- package/dist/model/Asset.d.ts.map +0 -1
- package/dist/model/AssetIdentifier.d.ts +0 -40
- package/dist/model/AssetIdentifier.d.ts.map +0 -1
- package/dist/model/AssetTopologyGraph.d.ts +0 -42
- package/dist/model/AssetTopologyGraph.d.ts.map +0 -1
- package/dist/model/AssetTopologyGraphEdge.d.ts +0 -44
- package/dist/model/AssetTopologyGraphEdge.d.ts.map +0 -1
- package/dist/model/AssetTopologyGraphNode.d.ts +0 -56
- package/dist/model/AssetTopologyGraphNode.d.ts.map +0 -1
- package/dist/model/AssetTopologyGraphNodeNodeType.d.ts +0 -38
- package/dist/model/AssetTopologyGraphNodeNodeType.d.ts.map +0 -1
- package/dist/model/AssetsControllerApiAsset.d.ts +0 -61
- package/dist/model/AssetsControllerApiAsset.d.ts.map +0 -1
- package/dist/model/AssetsControllerApiAssetLineageEvent.d.ts +0 -75
- package/dist/model/AssetsControllerApiAssetLineageEvent.d.ts.map +0 -1
- package/dist/model/AssetsControllerApiAssetUsage.d.ts +0 -58
- package/dist/model/AssetsControllerApiAssetUsage.d.ts.map +0 -1
- package/dist/model/AssetsDeclaration.d.ts +0 -45
- package/dist/model/AssetsDeclaration.d.ts.map +0 -1
- package/dist/model/AssetsInOut.d.ts +0 -42
- package/dist/model/AssetsInOut.d.ts.map +0 -1
- package/dist/model/AttributeReference.d.ts +0 -52
- package/dist/model/AttributeReference.d.ts.map +0 -1
- package/dist/model/AuditLog.d.ts +0 -80
- package/dist/model/AuditLog.d.ts.map +0 -1
- package/dist/model/AuditLogControllerApiAuditLogItem.d.ts +0 -42
- package/dist/model/AuditLogControllerApiAuditLogItem.d.ts.map +0 -1
- package/dist/model/AuditLogControllerAuditLogDiff.d.ts +0 -40
- package/dist/model/AuditLogControllerAuditLogDiff.d.ts.map +0 -1
- package/dist/model/AuditLogControllerAuditLogOption.d.ts +0 -43
- package/dist/model/AuditLogControllerAuditLogOption.d.ts.map +0 -1
- package/dist/model/AuditLogControllerFindRequest.d.ts +0 -45
- package/dist/model/AuditLogControllerFindRequest.d.ts.map +0 -1
- package/dist/model/AuditLogDetail.d.ts +0 -57
- package/dist/model/AuditLogDetail.d.ts.map +0 -1
- package/dist/model/AuthControllerAuth.d.ts +0 -46
- package/dist/model/AuthControllerAuth.d.ts.map +0 -1
- package/dist/model/AuthControllerInvitationUserRequest.d.ts +0 -54
- package/dist/model/AuthControllerInvitationUserRequest.d.ts.map +0 -1
- package/dist/model/AuthControllerResetPasswordRequest.d.ts +0 -40
- package/dist/model/AuthControllerResetPasswordRequest.d.ts.map +0 -1
- package/dist/model/Backfill.d.ts +0 -67
- package/dist/model/Backfill.d.ts.map +0 -1
- package/dist/model/Banner.d.ts +0 -65
- package/dist/model/Banner.d.ts.map +0 -1
- package/dist/model/BannerType.d.ts +0 -44
- package/dist/model/BannerType.d.ts.map +0 -1
- package/dist/model/BaseAuditLog.d.ts +0 -73
- package/dist/model/BaseAuditLog.d.ts.map +0 -1
- package/dist/model/BaseResourcePatchRequest.d.ts +0 -37
- package/dist/model/BaseResourcePatchRequest.d.ts.map +0 -1
- package/dist/model/BaseResourceScimResource.d.ts +0 -37
- package/dist/model/BaseResourceScimResource.d.ts.map +0 -1
- package/dist/model/BaseResourceSearchRequest.d.ts +0 -37
- package/dist/model/BaseResourceSearchRequest.d.ts.map +0 -1
- package/dist/model/Binding.d.ts +0 -65
- package/dist/model/Binding.d.ts.map +0 -1
- package/dist/model/BindingType.d.ts +0 -38
- package/dist/model/BindingType.d.ts.map +0 -1
- package/dist/model/Blueprint.d.ts +0 -69
- package/dist/model/Blueprint.d.ts.map +0 -1
- package/dist/model/BlueprintControllerApiBlueprintItem.d.ts +0 -52
- package/dist/model/BlueprintControllerApiBlueprintItem.d.ts.map +0 -1
- package/dist/model/BlueprintControllerApiBlueprintItemWithSource.d.ts +0 -59
- package/dist/model/BlueprintControllerApiBlueprintItemWithSource.d.ts.map +0 -1
- package/dist/model/BlueprintControllerApiBlueprintTagItem.d.ts +0 -43
- package/dist/model/BlueprintControllerApiBlueprintTagItem.d.ts.map +0 -1
- package/dist/model/BlueprintControllerApiFlowBlueprint.d.ts +0 -59
- package/dist/model/BlueprintControllerApiFlowBlueprint.d.ts.map +0 -1
- package/dist/model/BlueprintControllerFlowBlueprintCreateOrUpdate.d.ts +0 -56
- package/dist/model/BlueprintControllerFlowBlueprintCreateOrUpdate.d.ts.map +0 -1
- package/dist/model/BlueprintControllerKind.d.ts +0 -44
- package/dist/model/BlueprintControllerKind.d.ts.map +0 -1
- package/dist/model/BlueprintControllerUseBlueprintTemplateRequest.d.ts +0 -37
- package/dist/model/BlueprintControllerUseBlueprintTemplateRequest.d.ts.map +0 -1
- package/dist/model/BlueprintControllerUseBlueprintTemplateResponse.d.ts +0 -37
- package/dist/model/BlueprintControllerUseBlueprintTemplateResponse.d.ts.map +0 -1
- package/dist/model/BlueprintTemplate.d.ts +0 -52
- package/dist/model/BlueprintTemplate.d.ts.map +0 -1
- package/dist/model/BlueprintWithFlowEntity.d.ts +0 -74
- package/dist/model/BlueprintWithFlowEntity.d.ts.map +0 -1
- package/dist/model/Breakpoint.d.ts +0 -49
- package/dist/model/Breakpoint.d.ts.map +0 -1
- package/dist/model/BulkErrorResponse.d.ts +0 -40
- package/dist/model/BulkErrorResponse.d.ts.map +0 -1
- package/dist/model/BulkImportAppsRequest.d.ts +0 -40
- package/dist/model/BulkImportAppsRequest.d.ts.map +0 -1
- package/dist/model/BulkResponse.d.ts +0 -37
- package/dist/model/BulkResponse.d.ts.map +0 -1
- package/dist/model/Cache.d.ts +0 -49
- package/dist/model/Cache.d.ts.map +0 -1
- package/dist/model/ChartChartOption.d.ts +0 -53
- package/dist/model/ChartChartOption.d.ts.map +0 -1
- package/dist/model/ChartFiltersOverrides.d.ts +0 -58
- package/dist/model/ChartFiltersOverrides.d.ts.map +0 -1
- package/dist/model/Check.d.ts +0 -58
- package/dist/model/Check.d.ts.map +0 -1
- package/dist/model/CheckBehavior.d.ts +0 -44
- package/dist/model/CheckBehavior.d.ts.map +0 -1
- package/dist/model/CheckStyle.d.ts +0 -50
- package/dist/model/CheckStyle.d.ts.map +0 -1
- package/dist/model/Concurrency.d.ts +0 -51
- package/dist/model/Concurrency.d.ts.map +0 -1
- package/dist/model/ConcurrencyBehavior.d.ts +0 -44
- package/dist/model/ConcurrencyBehavior.d.ts.map +0 -1
- package/dist/model/ConcurrencyLimit.d.ts +0 -57
- package/dist/model/ConcurrencyLimit.d.ts.map +0 -1
- package/dist/model/Condition.d.ts +0 -46
- package/dist/model/Condition.d.ts.map +0 -1
- package/dist/model/CreateApiTokenRequest.d.ts +0 -55
- package/dist/model/CreateApiTokenRequest.d.ts.map +0 -1
- package/dist/model/CreateApiTokenResponse.d.ts +0 -43
- package/dist/model/CreateApiTokenResponse.d.ts.map +0 -1
- package/dist/model/CreateNamespaceFileRequest.d.ts +0 -40
- package/dist/model/CreateNamespaceFileRequest.d.ts.map +0 -1
- package/dist/model/CreateSecurityIntegrationRequest.d.ts +0 -62
- package/dist/model/CreateSecurityIntegrationRequest.d.ts.map +0 -1
- package/dist/model/CrudEventType.d.ts +0 -80
- package/dist/model/CrudEventType.d.ts.map +0 -1
- package/dist/model/Dashboard.d.ts +0 -63
- package/dist/model/Dashboard.d.ts.map +0 -1
- package/dist/model/DashboardControllerPreviewRequest.d.ts +0 -50
- package/dist/model/DashboardControllerPreviewRequest.d.ts.map +0 -1
- package/dist/model/DashboardGenerationPrompt.d.ts +0 -56
- package/dist/model/DashboardGenerationPrompt.d.ts.map +0 -1
- package/dist/model/DeleteTriggersByQueryRequest.d.ts +0 -40
- package/dist/model/DeleteTriggersByQueryRequest.d.ts.map +0 -1
- package/dist/model/DependsOn.d.ts +0 -40
- package/dist/model/DependsOn.d.ts.map +0 -1
- package/dist/model/DocumentationWithSchema.d.ts +0 -41
- package/dist/model/DocumentationWithSchema.d.ts.map +0 -1
- package/dist/model/EditionProviderEdition.d.ts +0 -38
- package/dist/model/EditionProviderEdition.d.ts.map +0 -1
- package/dist/model/Email.d.ts +0 -43
- package/dist/model/Email.d.ts.map +0 -1
- package/dist/model/EvaluationType.d.ts +0 -50
- package/dist/model/EvaluationType.d.ts.map +0 -1
- package/dist/model/EventExecution.d.ts +0 -50
- package/dist/model/EventExecution.d.ts.map +0 -1
- package/dist/model/EventExecutionStatusEvent.d.ts +0 -50
- package/dist/model/EventExecutionStatusEvent.d.ts.map +0 -1
- package/dist/model/ExecutableTaskSubflowId.d.ts +0 -43
- package/dist/model/ExecutableTaskSubflowId.d.ts.map +0 -1
- package/dist/model/Execution.d.ts +0 -112
- package/dist/model/Execution.d.ts.map +0 -1
- package/dist/model/ExecutionControllerExecutionResponse.d.ts +0 -116
- package/dist/model/ExecutionControllerExecutionResponse.d.ts.map +0 -1
- package/dist/model/ExecutionControllerLastExecutionResponse.d.ts +0 -49
- package/dist/model/ExecutionControllerLastExecutionResponse.d.ts.map +0 -1
- package/dist/model/ExecutionControllerSetLabelsByIdsRequest.d.ts +0 -43
- package/dist/model/ExecutionControllerSetLabelsByIdsRequest.d.ts.map +0 -1
- package/dist/model/ExecutionControllerStateRequest.d.ts +0 -40
- package/dist/model/ExecutionControllerStateRequest.d.ts.map +0 -1
- package/dist/model/ExecutionKind.d.ts +0 -44
- package/dist/model/ExecutionKind.d.ts.map +0 -1
- package/dist/model/ExecutionMetadata.d.ts +0 -40
- package/dist/model/ExecutionMetadata.d.ts.map +0 -1
- package/dist/model/ExecutionRepositoryInterfaceFlowFilter.d.ts +0 -50
- package/dist/model/ExecutionRepositoryInterfaceFlowFilter.d.ts.map +0 -1
- package/dist/model/ExecutionStatusEvent.d.ts +0 -50
- package/dist/model/ExecutionStatusEvent.d.ts.map +0 -1
- package/dist/model/ExecutionTrigger.d.ts +0 -56
- package/dist/model/ExecutionTrigger.d.ts.map +0 -1
- package/dist/model/FileAttributes.d.ts +0 -53
- package/dist/model/FileAttributes.d.ts.map +0 -1
- package/dist/model/FileAttributesFileType.d.ts +0 -38
- package/dist/model/FileAttributesFileType.d.ts.map +0 -1
- package/dist/model/FileMetas.d.ts +0 -46
- package/dist/model/FileMetas.d.ts.map +0 -1
- package/dist/model/Filter.d.ts +0 -40
- package/dist/model/Filter.d.ts.map +0 -1
- package/dist/model/Fixtures.d.ts +0 -50
- package/dist/model/Fixtures.d.ts.map +0 -1
- package/dist/model/Flow.d.ts +0 -112
- package/dist/model/Flow.d.ts.map +0 -1
- package/dist/model/FlowControllerTaskValidationType.d.ts +0 -38
- package/dist/model/FlowControllerTaskValidationType.d.ts.map +0 -1
- package/dist/model/FlowForExecution.d.ts +0 -101
- package/dist/model/FlowForExecution.d.ts.map +0 -1
- package/dist/model/FlowGenerationPrompt.d.ts +0 -59
- package/dist/model/FlowGenerationPrompt.d.ts.map +0 -1
- package/dist/model/FlowGraph.d.ts +0 -47
- package/dist/model/FlowGraph.d.ts.map +0 -1
- package/dist/model/FlowGraphCluster.d.ts +0 -50
- package/dist/model/FlowGraphCluster.d.ts.map +0 -1
- package/dist/model/FlowGraphEdge.d.ts +0 -44
- package/dist/model/FlowGraphEdge.d.ts.map +0 -1
- package/dist/model/FlowId.d.ts +0 -46
- package/dist/model/FlowId.d.ts.map +0 -1
- package/dist/model/FlowInterface.d.ts +0 -81
- package/dist/model/FlowInterface.d.ts.map +0 -1
- package/dist/model/FlowNode.d.ts +0 -52
- package/dist/model/FlowNode.d.ts.map +0 -1
- package/dist/model/FlowRelation.d.ts +0 -38
- package/dist/model/FlowRelation.d.ts.map +0 -1
- package/dist/model/FlowTopologyGraph.d.ts +0 -42
- package/dist/model/FlowTopologyGraph.d.ts.map +0 -1
- package/dist/model/FlowTopologyGraphEdge.d.ts +0 -44
- package/dist/model/FlowTopologyGraphEdge.d.ts.map +0 -1
- package/dist/model/FlowWithSource.d.ts +0 -116
- package/dist/model/FlowWithSource.d.ts.map +0 -1
- package/dist/model/GroupIdentifier.d.ts +0 -47
- package/dist/model/GroupIdentifier.d.ts.map +0 -1
- package/dist/model/GroupIdentifierMembership.d.ts +0 -38
- package/dist/model/GroupIdentifierMembership.d.ts.map +0 -1
- package/dist/model/IAMBindingControllerApiBindingDetail.d.ts +0 -56
- package/dist/model/IAMBindingControllerApiBindingDetail.d.ts.map +0 -1
- package/dist/model/IAMBindingControllerApiBindingGroup.d.ts +0 -40
- package/dist/model/IAMBindingControllerApiBindingGroup.d.ts.map +0 -1
- package/dist/model/IAMBindingControllerApiBindingUser.d.ts +0 -47
- package/dist/model/IAMBindingControllerApiBindingUser.d.ts.map +0 -1
- package/dist/model/IAMBindingControllerApiCreateBindingRequest.d.ts +0 -58
- package/dist/model/IAMBindingControllerApiCreateBindingRequest.d.ts.map +0 -1
- package/dist/model/IAMBindingControllerApiRole.d.ts +0 -40
- package/dist/model/IAMBindingControllerApiRole.d.ts.map +0 -1
- package/dist/model/IAMGroupControllerApiCreateGroupRequest.d.ts +0 -52
- package/dist/model/IAMGroupControllerApiCreateGroupRequest.d.ts.map +0 -1
- package/dist/model/IAMGroupControllerApiGroupDetail.d.ts +0 -43
- package/dist/model/IAMGroupControllerApiGroupDetail.d.ts.map +0 -1
- package/dist/model/IAMGroupControllerApiGroupMember.d.ts +0 -49
- package/dist/model/IAMGroupControllerApiGroupMember.d.ts.map +0 -1
- package/dist/model/IAMGroupControllerApiGroupMembership.d.ts +0 -47
- package/dist/model/IAMGroupControllerApiGroupMembership.d.ts.map +0 -1
- package/dist/model/IAMGroupControllerApiUpdateGroupRequest.d.ts +0 -56
- package/dist/model/IAMGroupControllerApiUpdateGroupRequest.d.ts.map +0 -1
- package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.d.ts +0 -61
- package/dist/model/IAMInvitationControllerApiInvitationCreateRequest.d.ts.map +0 -1
- package/dist/model/IAMInvitationControllerApiInvitationDetail.d.ts +0 -70
- package/dist/model/IAMInvitationControllerApiInvitationDetail.d.ts.map +0 -1
- package/dist/model/IAMInvitationControllerApiInvitationRole.d.ts +0 -49
- package/dist/model/IAMInvitationControllerApiInvitationRole.d.ts.map +0 -1
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.d.ts +0 -57
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequest.d.ts.map +0 -1
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.ts +0 -112
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.ts.map +0 -1
- package/dist/model/IAMRoleControllerApiRoleDetail.d.ts +0 -53
- package/dist/model/IAMRoleControllerApiRoleDetail.d.ts.map +0 -1
- package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.d.ts +0 -56
- package/dist/model/IAMServiceAccountControllerApiCreateServiceAccountRequest.d.ts.map +0 -1
- package/dist/model/IAMServiceAccountControllerApiGroup.d.ts +0 -37
- package/dist/model/IAMServiceAccountControllerApiGroup.d.ts.map +0 -1
- package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.d.ts +0 -50
- package/dist/model/IAMServiceAccountControllerApiPatchServiceAccountRequest.d.ts.map +0 -1
- package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.d.ts +0 -71
- package/dist/model/IAMServiceAccountControllerApiServiceAccountDetail.d.ts.map +0 -1
- package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.d.ts +0 -59
- package/dist/model/IAMServiceAccountControllerApiServiceAccountRequest.d.ts.map +0 -1
- package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.d.ts +0 -71
- package/dist/model/IAMServiceAccountControllerApiServiceAccountResponse.d.ts.map +0 -1
- package/dist/model/IAMTenantAccessControllerApiAuthentication.d.ts +0 -40
- package/dist/model/IAMTenantAccessControllerApiAuthentication.d.ts.map +0 -1
- package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.d.ts +0 -46
- package/dist/model/IAMTenantAccessControllerApiCreateTenantAccessRequest.d.ts.map +0 -1
- package/dist/model/IAMTenantAccessControllerApiGroup.d.ts +0 -43
- package/dist/model/IAMTenantAccessControllerApiGroup.d.ts.map +0 -1
- package/dist/model/IAMTenantAccessControllerApiRoleAssignment.d.ts +0 -56
- package/dist/model/IAMTenantAccessControllerApiRoleAssignment.d.ts.map +0 -1
- package/dist/model/IAMTenantAccessControllerApiTenantAccess.d.ts +0 -57
- package/dist/model/IAMTenantAccessControllerApiTenantAccess.d.ts.map +0 -1
- package/dist/model/IAMTenantAccessControllerApiUserPermission.d.ts +0 -44
- package/dist/model/IAMTenantAccessControllerApiUserPermission.d.ts.map +0 -1
- package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.d.ts +0 -54
- package/dist/model/IAMTenantAccessControllerApiUserTenantAccess.d.ts.map +0 -1
- package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.d.ts +0 -46
- package/dist/model/IAMTenantAccessControllerUserApiAutocomplete.d.ts.map +0 -1
- package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.d.ts +0 -67
- package/dist/model/IAMUserControllerApiCreateOrUpdateUserRequest.d.ts.map +0 -1
- package/dist/model/IAMUserControllerApiGroup.d.ts +0 -40
- package/dist/model/IAMUserControllerApiGroup.d.ts.map +0 -1
- package/dist/model/IAMUserControllerApiPatchRestrictedRequest.d.ts +0 -46
- package/dist/model/IAMUserControllerApiPatchRestrictedRequest.d.ts.map +0 -1
- package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.d.ts +0 -46
- package/dist/model/IAMUserControllerApiPatchUserPasswordRequest.d.ts.map +0 -1
- package/dist/model/IAMUserControllerApiUser.d.ts +0 -68
- package/dist/model/IAMUserControllerApiUser.d.ts.map +0 -1
- package/dist/model/IAMUserControllerApiUserAuth.d.ts +0 -43
- package/dist/model/IAMUserControllerApiUserAuth.d.ts.map +0 -1
- package/dist/model/IAMUserControllerApiUserSummary.d.ts +0 -54
- package/dist/model/IAMUserControllerApiUserSummary.d.ts.map +0 -1
- package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.d.ts +0 -37
- package/dist/model/IAMUserGroupControllerApiUpdateUserGroupsRequest.d.ts.map +0 -1
- package/dist/model/IQueryFilter.d.ts +0 -10
- package/dist/model/IQueryFilter.d.ts.map +0 -1
- package/dist/model/IdWithNamespace.d.ts +0 -40
- package/dist/model/IdWithNamespace.d.ts.map +0 -1
- package/dist/model/IdentityProvider.d.ts +0 -46
- package/dist/model/IdentityProvider.d.ts.map +0 -1
- package/dist/model/ImportPluginDefaultsRequest.d.ts +0 -37
- package/dist/model/ImportPluginDefaultsRequest.d.ts.map +0 -1
- package/dist/model/InputObject.d.ts +0 -73
- package/dist/model/InputObject.d.ts.map +0 -1
- package/dist/model/InputType.d.ts +0 -40
- package/dist/model/InputType.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiActiveService.d.ts +0 -41
- package/dist/model/InstanceControllerApiActiveService.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiActiveServiceList.d.ts +0 -43
- package/dist/model/InstanceControllerApiActiveServiceList.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.d.ts +0 -59
- package/dist/model/InstanceControllerApiCreateOrUpdateWorkerGroupRequest.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiPluginArtifact.d.ts +0 -49
- package/dist/model/InstanceControllerApiPluginArtifact.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.d.ts +0 -40
- package/dist/model/InstanceControllerApiPluginArtifactListPluginArtifact.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.d.ts +0 -40
- package/dist/model/InstanceControllerApiPluginArtifactListPluginResolutionResult.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiPluginListRequest.d.ts +0 -37
- package/dist/model/InstanceControllerApiPluginListRequest.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiPluginVersionDetails.d.ts +0 -58
- package/dist/model/InstanceControllerApiPluginVersionDetails.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.d.ts +0 -40
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClass.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.d.ts +0 -43
- package/dist/model/InstanceControllerApiPluginVersionDetailsApiPluginClasses.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiPluginVersions.d.ts +0 -46
- package/dist/model/InstanceControllerApiPluginVersions.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.d.ts +0 -41
- package/dist/model/InstanceControllerApiPluginVersionsApiPluginVersionAndMetadata.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiServerInstance.d.ts +0 -47
- package/dist/model/InstanceControllerApiServerInstance.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiServiceInstance.d.ts +0 -55
- package/dist/model/InstanceControllerApiServiceInstance.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiWorkerGroup.d.ts +0 -55
- package/dist/model/InstanceControllerApiWorkerGroup.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiWorkerGroupDetails.d.ts +0 -61
- package/dist/model/InstanceControllerApiWorkerGroupDetails.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiWorkerGroupItem.d.ts +0 -58
- package/dist/model/InstanceControllerApiWorkerGroupItem.d.ts.map +0 -1
- package/dist/model/InstanceControllerApiWorkerGroupList.d.ts +0 -40
- package/dist/model/InstanceControllerApiWorkerGroupList.d.ts.map +0 -1
- package/dist/model/Invitation.d.ts +0 -91
- package/dist/model/Invitation.d.ts.map +0 -1
- package/dist/model/InvitationInvitationStatus.d.ts +0 -44
- package/dist/model/InvitationInvitationStatus.d.ts.map +0 -1
- package/dist/model/Isolation.d.ts +0 -43
- package/dist/model/Isolation.d.ts.map +0 -1
- package/dist/model/KVControllerApiDeleteBulkRequest.d.ts +0 -37
- package/dist/model/KVControllerApiDeleteBulkRequest.d.ts.map +0 -1
- package/dist/model/KVControllerApiDeleteBulkResponse.d.ts +0 -37
- package/dist/model/KVControllerApiDeleteBulkResponse.d.ts.map +0 -1
- package/dist/model/KVControllerKvDetail.d.ts +0 -47
- package/dist/model/KVControllerKvDetail.d.ts.map +0 -1
- package/dist/model/KVEntry.d.ts +0 -55
- package/dist/model/KVEntry.d.ts.map +0 -1
- package/dist/model/KVType.d.ts +0 -68
- package/dist/model/KVType.d.ts.map +0 -1
- package/dist/model/KillSwitch.d.ts +0 -82
- package/dist/model/KillSwitch.d.ts.map +0 -1
- package/dist/model/Label.d.ts +0 -51
- package/dist/model/Label.d.ts.map +0 -1
- package/dist/model/LeftSidebarConfiguration.d.ts +0 -37
- package/dist/model/LeftSidebarConfiguration.d.ts.map +0 -1
- package/dist/model/Level.d.ts +0 -56
- package/dist/model/Level.d.ts.map +0 -1
- package/dist/model/LogEntry.d.ts +0 -82
- package/dist/model/LogEntry.d.ts.map +0 -1
- package/dist/model/MapObjectObject.d.ts +0 -37
- package/dist/model/MapObjectObject.d.ts.map +0 -1
- package/dist/model/MeControllerApiMe.d.ts +0 -55
- package/dist/model/MeControllerApiMe.d.ts.map +0 -1
- package/dist/model/MeControllerApiProfile.d.ts +0 -46
- package/dist/model/MeControllerApiProfile.d.ts.map +0 -1
- package/dist/model/MeControllerApiTenant.d.ts +0 -43
- package/dist/model/MeControllerApiTenant.d.ts.map +0 -1
- package/dist/model/MeControllerApiUpdatePasswordRequest.d.ts +0 -40
- package/dist/model/MeControllerApiUpdatePasswordRequest.d.ts.map +0 -1
- package/dist/model/MeControllerApiUserDetailsRequest.d.ts +0 -43
- package/dist/model/MeControllerApiUserDetailsRequest.d.ts.map +0 -1
- package/dist/model/Meta.d.ts +0 -49
- package/dist/model/Meta.d.ts.map +0 -1
- package/dist/model/Metric.d.ts +0 -55
- package/dist/model/Metric.d.ts.map +0 -1
- package/dist/model/MetricAggregation.d.ts +0 -53
- package/dist/model/MetricAggregation.d.ts.map +0 -1
- package/dist/model/MetricAggregations.d.ts +0 -53
- package/dist/model/MetricAggregations.d.ts.map +0 -1
- package/dist/model/MetricEntry.d.ts +0 -82
- package/dist/model/MetricEntry.d.ts.map +0 -1
- package/dist/model/MetricTag.d.ts +0 -40
- package/dist/model/MetricTag.d.ts.map +0 -1
- package/dist/model/MiscControllerConfiguration.d.ts +0 -94
- package/dist/model/MiscControllerConfiguration.d.ts.map +0 -1
- package/dist/model/MiscControllerEEConfiguration.d.ts +0 -153
- package/dist/model/MiscControllerEEConfiguration.d.ts.map +0 -1
- package/dist/model/MiscControllerEnvironment.d.ts +0 -40
- package/dist/model/MiscControllerEnvironment.d.ts.map +0 -1
- package/dist/model/MiscControllerLicenseInfo.d.ts +0 -58
- package/dist/model/MiscControllerLicenseInfo.d.ts.map +0 -1
- package/dist/model/MiscControllerPluginIdAndVersion.d.ts +0 -40
- package/dist/model/MiscControllerPluginIdAndVersion.d.ts.map +0 -1
- package/dist/model/MiscControllerPreview.d.ts +0 -40
- package/dist/model/MiscControllerPreview.d.ts.map +0 -1
- package/dist/model/MiscControllerTenantConfigurationInfo.d.ts +0 -40
- package/dist/model/MiscControllerTenantConfigurationInfo.d.ts.map +0 -1
- package/dist/model/Name.d.ts +0 -40
- package/dist/model/Name.d.ts.map +0 -1
- package/dist/model/Namespace.d.ts +0 -98
- package/dist/model/Namespace.d.ts.map +0 -1
- package/dist/model/NamespaceAllowedNamespace.d.ts +0 -46
- package/dist/model/NamespaceAllowedNamespace.d.ts.map +0 -1
- package/dist/model/NamespaceControllerApiInheritedPluginDefaultFromNamespace.d.ts +0 -55
- package/dist/model/NamespaceControllerApiInheritedPluginDefaultFromNamespace.d.ts.map +0 -1
- package/dist/model/NamespaceFileRevision.d.ts +0 -37
- package/dist/model/NamespaceFileRevision.d.ts.map +0 -1
- package/dist/model/NamespaceLight.d.ts +0 -46
- package/dist/model/NamespaceLight.d.ts.map +0 -1
- package/dist/model/Output.d.ts +0 -65
- package/dist/model/Output.d.ts.map +0 -1
- package/dist/model/OutputValue.d.ts +0 -47
- package/dist/model/OutputValue.d.ts.map +0 -1
- package/dist/model/PageRequest.d.ts +0 -40
- package/dist/model/PageRequest.d.ts.map +0 -1
- package/dist/model/PagedResultsApiGroupSummary.d.ts +0 -53
- package/dist/model/PagedResultsApiGroupSummary.d.ts.map +0 -1
- package/dist/model/PagedResultsApiRoleSummary.d.ts +0 -53
- package/dist/model/PagedResultsApiRoleSummary.d.ts.map +0 -1
- package/dist/model/PagedResultsAppsControllerApiApp.d.ts +0 -53
- package/dist/model/PagedResultsAppsControllerApiApp.d.ts.map +0 -1
- package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.d.ts +0 -53
- package/dist/model/PagedResultsAppsControllerApiAppCatalogItem.d.ts.map +0 -1
- package/dist/model/PagedResultsAssetsControllerApiAsset.d.ts +0 -53
- package/dist/model/PagedResultsAssetsControllerApiAsset.d.ts.map +0 -1
- package/dist/model/PagedResultsAssetsControllerApiAssetLineageEvent.d.ts +0 -53
- package/dist/model/PagedResultsAssetsControllerApiAssetLineageEvent.d.ts.map +0 -1
- package/dist/model/PagedResultsAssetsControllerApiAssetUsage.d.ts +0 -53
- package/dist/model/PagedResultsAssetsControllerApiAssetUsage.d.ts.map +0 -1
- package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.d.ts +0 -53
- package/dist/model/PagedResultsAuditLogControllerApiAuditLogItem.d.ts.map +0 -1
- package/dist/model/PagedResultsBlueprint.d.ts +0 -53
- package/dist/model/PagedResultsBlueprint.d.ts.map +0 -1
- package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.d.ts +0 -53
- package/dist/model/PagedResultsBlueprintControllerApiBlueprintItem.d.ts.map +0 -1
- package/dist/model/PagedResultsConcurrencyLimit.d.ts +0 -53
- package/dist/model/PagedResultsConcurrencyLimit.d.ts.map +0 -1
- package/dist/model/PagedResultsDashboard.d.ts +0 -53
- package/dist/model/PagedResultsDashboard.d.ts.map +0 -1
- package/dist/model/PagedResultsExecution.d.ts +0 -53
- package/dist/model/PagedResultsExecution.d.ts.map +0 -1
- package/dist/model/PagedResultsFlow.d.ts +0 -53
- package/dist/model/PagedResultsFlow.d.ts.map +0 -1
- package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.d.ts +0 -53
- package/dist/model/PagedResultsIAMBindingControllerApiBindingDetail.d.ts.map +0 -1
- package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.d.ts +0 -53
- package/dist/model/PagedResultsIAMGroupControllerApiGroupMember.d.ts.map +0 -1
- package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.d.ts +0 -53
- package/dist/model/PagedResultsIAMInvitationControllerApiInvitationDetail.d.ts.map +0 -1
- package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.d.ts +0 -53
- package/dist/model/PagedResultsIAMServiceAccountControllerApiServiceAccountDetail.d.ts.map +0 -1
- package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.d.ts +0 -53
- package/dist/model/PagedResultsIAMTenantAccessControllerApiUserTenantAccess.d.ts.map +0 -1
- package/dist/model/PagedResultsIAMUserControllerApiUserSummary.d.ts +0 -53
- package/dist/model/PagedResultsIAMUserControllerApiUserSummary.d.ts.map +0 -1
- package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.d.ts +0 -53
- package/dist/model/PagedResultsInstanceControllerApiPluginArtifact.d.ts.map +0 -1
- package/dist/model/PagedResultsInstanceControllerApiServiceInstance.d.ts +0 -53
- package/dist/model/PagedResultsInstanceControllerApiServiceInstance.d.ts.map +0 -1
- package/dist/model/PagedResultsKVEntry.d.ts +0 -53
- package/dist/model/PagedResultsKVEntry.d.ts.map +0 -1
- package/dist/model/PagedResultsLogEntry.d.ts +0 -53
- package/dist/model/PagedResultsLogEntry.d.ts.map +0 -1
- package/dist/model/PagedResultsMapStringObject.d.ts +0 -50
- package/dist/model/PagedResultsMapStringObject.d.ts.map +0 -1
- package/dist/model/PagedResultsMetricEntry.d.ts +0 -53
- package/dist/model/PagedResultsMetricEntry.d.ts.map +0 -1
- package/dist/model/PagedResultsNamespace.d.ts +0 -53
- package/dist/model/PagedResultsNamespace.d.ts.map +0 -1
- package/dist/model/PagedResultsSearchResultFlow.d.ts +0 -53
- package/dist/model/PagedResultsSearchResultFlow.d.ts.map +0 -1
- package/dist/model/PagedResultsTenant.d.ts +0 -53
- package/dist/model/PagedResultsTenant.d.ts.map +0 -1
- package/dist/model/PagedResultsTestSuite.d.ts +0 -53
- package/dist/model/PagedResultsTestSuite.d.ts.map +0 -1
- package/dist/model/PagedResultsTestSuiteRunResult.d.ts +0 -53
- package/dist/model/PagedResultsTestSuiteRunResult.d.ts.map +0 -1
- package/dist/model/PagedResultsTrigger.d.ts +0 -53
- package/dist/model/PagedResultsTrigger.d.ts.map +0 -1
- package/dist/model/PagedResultsTriggerControllerTriggers.d.ts +0 -53
- package/dist/model/PagedResultsTriggerControllerTriggers.d.ts.map +0 -1
- package/dist/model/PatchOperation.d.ts +0 -45
- package/dist/model/PatchOperation.d.ts.map +0 -1
- package/dist/model/PatchOperationPath.d.ts +0 -38
- package/dist/model/PatchOperationPath.d.ts.map +0 -1
- package/dist/model/PatchOperationType.d.ts +0 -44
- package/dist/model/PatchOperationType.d.ts.map +0 -1
- package/dist/model/PatchRequest.d.ts +0 -43
- package/dist/model/PatchRequest.d.ts.map +0 -1
- package/dist/model/Permission.d.ts +0 -182
- package/dist/model/Permission.d.ts.map +0 -1
- package/dist/model/Plugin.d.ts +0 -101
- package/dist/model/Plugin.d.ts.map +0 -1
- package/dist/model/PluginArtifact.d.ts +0 -52
- package/dist/model/PluginArtifact.d.ts.map +0 -1
- package/dist/model/PluginArtifactMetadata.d.ts +0 -49
- package/dist/model/PluginArtifactMetadata.d.ts.map +0 -1
- package/dist/model/PluginControllerApiPluginVersions.d.ts +0 -40
- package/dist/model/PluginControllerApiPluginVersions.d.ts.map +0 -1
- package/dist/model/PluginDefault.d.ts +0 -52
- package/dist/model/PluginDefault.d.ts.map +0 -1
- package/dist/model/PluginIcon.d.ts +0 -43
- package/dist/model/PluginIcon.d.ts.map +0 -1
- package/dist/model/PluginPluginElementMetadata.d.ts +0 -46
- package/dist/model/PluginPluginElementMetadata.d.ts.map +0 -1
- package/dist/model/PluginSchema.d.ts +0 -43
- package/dist/model/PluginSchema.d.ts.map +0 -1
- package/dist/model/PluginSubGroupPluginCategory.d.ts +0 -128
- package/dist/model/PluginSubGroupPluginCategory.d.ts.map +0 -1
- package/dist/model/PropertyBoolean.d.ts +0 -49
- package/dist/model/PropertyBoolean.d.ts.map +0 -1
- package/dist/model/PropertyDouble.d.ts +0 -49
- package/dist/model/PropertyDouble.d.ts.map +0 -1
- package/dist/model/PropertyDuration.d.ts +0 -49
- package/dist/model/PropertyDuration.d.ts.map +0 -1
- package/dist/model/PropertyListAsset.d.ts +0 -49
- package/dist/model/PropertyListAsset.d.ts.map +0 -1
- package/dist/model/PropertyListAssetIdentifier.d.ts +0 -49
- package/dist/model/PropertyListAssetIdentifier.d.ts.map +0 -1
- package/dist/model/PropertyListString.d.ts +0 -49
- package/dist/model/PropertyListString.d.ts.map +0 -1
- package/dist/model/PropertyObject.d.ts +0 -49
- package/dist/model/PropertyObject.d.ts.map +0 -1
- package/dist/model/PropertyString.d.ts +0 -49
- package/dist/model/PropertyString.d.ts.map +0 -1
- package/dist/model/QueryFilter.d.ts +0 -45
- package/dist/model/QueryFilter.d.ts.map +0 -1
- package/dist/model/QueryFilterField.d.ts +0 -218
- package/dist/model/QueryFilterField.d.ts.map +0 -1
- package/dist/model/QueryFilterOp.d.ts +0 -104
- package/dist/model/QueryFilterOp.d.ts.map +0 -1
- package/dist/model/RBACServiceRoleAssignmentRoleOrigin.d.ts +0 -38
- package/dist/model/RBACServiceRoleAssignmentRoleOrigin.d.ts.map +0 -1
- package/dist/model/Relation.d.ts +0 -41
- package/dist/model/Relation.d.ts.map +0 -1
- package/dist/model/Relation1.d.ts +0 -38
- package/dist/model/Relation1.d.ts.map +0 -1
- package/dist/model/RelationType.d.ts +0 -68
- package/dist/model/RelationType.d.ts.map +0 -1
- package/dist/model/ResourceType.d.ts +0 -212
- package/dist/model/ResourceType.d.ts.map +0 -1
- package/dist/model/ResourceType1.d.ts +0 -85
- package/dist/model/ResourceType1.d.ts.map +0 -1
- package/dist/model/ResourceTypeSchemaExtensionConfiguration.d.ts +0 -40
- package/dist/model/ResourceTypeSchemaExtensionConfiguration.d.ts.map +0 -1
- package/dist/model/RightSidebarConfiguration.d.ts +0 -40
- package/dist/model/RightSidebarConfiguration.d.ts.map +0 -1
- package/dist/model/RightSidebarConfigurationCustomLink.d.ts +0 -40
- package/dist/model/RightSidebarConfigurationCustomLink.d.ts.map +0 -1
- package/dist/model/Role.d.ts +0 -67
- package/dist/model/Role.d.ts.map +0 -1
- package/dist/model/SDKAuth.d.ts +0 -43
- package/dist/model/SDKAuth.d.ts.map +0 -1
- package/dist/model/SLA.d.ts +0 -60
- package/dist/model/SLA.d.ts.map +0 -1
- package/dist/model/SLABehavior.d.ts +0 -44
- package/dist/model/SLABehavior.d.ts.map +0 -1
- package/dist/model/SLALabels.d.ts +0 -48
- package/dist/model/SLALabels.d.ts.map +0 -1
- package/dist/model/SLAType.d.ts +0 -38
- package/dist/model/SLAType.d.ts.map +0 -1
- package/dist/model/Schema.d.ts +0 -62
- package/dist/model/Schema.d.ts.map +0 -1
- package/dist/model/SchemaAttribute.d.ts +0 -88
- package/dist/model/SchemaAttribute.d.ts.map +0 -1
- package/dist/model/SchemaAttributeMutability.d.ts +0 -50
- package/dist/model/SchemaAttributeMutability.d.ts.map +0 -1
- package/dist/model/SchemaAttributeReturned.d.ts +0 -50
- package/dist/model/SchemaAttributeReturned.d.ts.map +0 -1
- package/dist/model/SchemaAttributeType.d.ts +0 -74
- package/dist/model/SchemaAttributeType.d.ts.map +0 -1
- package/dist/model/SchemaAttributeUniqueness.d.ts +0 -44
- package/dist/model/SchemaAttributeUniqueness.d.ts.map +0 -1
- package/dist/model/SchemaType.d.ts +0 -74
- package/dist/model/SchemaType.d.ts.map +0 -1
- package/dist/model/ScimExtension.d.ts +0 -37
- package/dist/model/ScimExtension.d.ts.map +0 -1
- package/dist/model/ScimResource.d.ts +0 -69
- package/dist/model/ScimResource.d.ts.map +0 -1
- package/dist/model/ScimResourceWithOptionalId.d.ts +0 -70
- package/dist/model/ScimResourceWithOptionalId.d.ts.map +0 -1
- package/dist/model/ScimUser.d.ts +0 -89
- package/dist/model/ScimUser.d.ts.map +0 -1
- package/dist/model/SearchRequest.d.ts +0 -71
- package/dist/model/SearchRequest.d.ts.map +0 -1
- package/dist/model/SearchResultFlow.d.ts +0 -41
- package/dist/model/SearchResultFlow.d.ts.map +0 -1
- package/dist/model/SecurityIntegrationType.d.ts +0 -32
- package/dist/model/SecurityIntegrationType.d.ts.map +0 -1
- package/dist/model/ServerConfig.d.ts +0 -54
- package/dist/model/ServerConfig.d.ts.map +0 -1
- package/dist/model/ServerConfigLiveness.d.ts +0 -62
- package/dist/model/ServerConfigLiveness.d.ts.map +0 -1
- package/dist/model/ServerInstance.d.ts +0 -70
- package/dist/model/ServerInstance.d.ts.map +0 -1
- package/dist/model/ServerInstanceType.d.ts +0 -38
- package/dist/model/ServerInstanceType.d.ts.map +0 -1
- package/dist/model/ServiceInstance.d.ts +0 -73
- package/dist/model/ServiceInstance.d.ts.map +0 -1
- package/dist/model/ServiceInstanceTimestampedEvent.d.ts +0 -47
- package/dist/model/ServiceInstanceTimestampedEvent.d.ts.map +0 -1
- package/dist/model/ServiceProviderConfiguration.d.ts +0 -97
- package/dist/model/ServiceProviderConfiguration.d.ts.map +0 -1
- package/dist/model/ServiceProviderConfigurationAuthenticationSchema.d.ts +0 -50
- package/dist/model/ServiceProviderConfigurationAuthenticationSchema.d.ts.map +0 -1
- package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.d.ts +0 -56
- package/dist/model/ServiceProviderConfigurationAuthenticationSchemaType.d.ts.map +0 -1
- package/dist/model/ServiceProviderConfigurationBulkConfiguration.d.ts +0 -43
- package/dist/model/ServiceProviderConfigurationBulkConfiguration.d.ts.map +0 -1
- package/dist/model/ServiceProviderConfigurationFilterConfiguration.d.ts +0 -40
- package/dist/model/ServiceProviderConfigurationFilterConfiguration.d.ts.map +0 -1
- package/dist/model/ServiceProviderConfigurationSupportedConfiguration.d.ts +0 -37
- package/dist/model/ServiceProviderConfigurationSupportedConfiguration.d.ts.map +0 -1
- package/dist/model/ServiceServiceState.d.ts +0 -86
- package/dist/model/ServiceServiceState.d.ts.map +0 -1
- package/dist/model/ServiceType.d.ts +0 -62
- package/dist/model/ServiceType.d.ts.map +0 -1
- package/dist/model/SetAppsCatalogLogoRequest.d.ts +0 -40
- package/dist/model/SetAppsCatalogLogoRequest.d.ts.map +0 -1
- package/dist/model/SetupConfiguration.d.ts +0 -55
- package/dist/model/SetupConfiguration.d.ts.map +0 -1
- package/dist/model/SoftDeletableFlowInterface.d.ts +0 -37
- package/dist/model/SoftDeletableFlowInterface.d.ts.map +0 -1
- package/dist/model/SortOrder.d.ts +0 -38
- package/dist/model/SortOrder.d.ts.map +0 -1
- package/dist/model/SortRequest.d.ts +0 -42
- package/dist/model/SortRequest.d.ts.map +0 -1
- package/dist/model/State.d.ts +0 -61
- package/dist/model/State.d.ts.map +0 -1
- package/dist/model/StateHistory.d.ts +0 -50
- package/dist/model/StateHistory.d.ts.map +0 -1
- package/dist/model/StateType.d.ts +0 -128
- package/dist/model/StateType.d.ts.map +0 -1
- package/dist/model/Task.d.ts +0 -96
- package/dist/model/Task.d.ts.map +0 -1
- package/dist/model/TaskFixture.d.ts +0 -64
- package/dist/model/TaskFixture.d.ts.map +0 -1
- package/dist/model/TaskForExecution.d.ts +0 -68
- package/dist/model/TaskForExecution.d.ts.map +0 -1
- package/dist/model/TaskRun.d.ts +0 -95
- package/dist/model/TaskRun.d.ts.map +0 -1
- package/dist/model/TaskRunAttempt.d.ts +0 -53
- package/dist/model/TaskRunAttempt.d.ts.map +0 -1
- package/dist/model/Tenant.d.ts +0 -94
- package/dist/model/Tenant.d.ts.map +0 -1
- package/dist/model/TenantAppCatalogConfig.d.ts +0 -43
- package/dist/model/TenantAppCatalogConfig.d.ts.map +0 -1
- package/dist/model/TenantControllerAppsCatalogConfigRequest.d.ts +0 -43
- package/dist/model/TenantControllerAppsCatalogConfigRequest.d.ts.map +0 -1
- package/dist/model/TenantControllerAppsCatalogConfigResponse.d.ts +0 -46
- package/dist/model/TenantControllerAppsCatalogConfigResponse.d.ts.map +0 -1
- package/dist/model/TenantInterface.d.ts +0 -37
- package/dist/model/TenantInterface.d.ts.map +0 -1
- package/dist/model/TestState.d.ts +0 -50
- package/dist/model/TestState.d.ts.map +0 -1
- package/dist/model/TestSuite.d.ts +0 -73
- package/dist/model/TestSuite.d.ts.map +0 -1
- package/dist/model/TestSuiteControllerRunRequest.d.ts +0 -37
- package/dist/model/TestSuiteControllerRunRequest.d.ts.map +0 -1
- package/dist/model/TestSuiteControllerSearchTestsLastResult.d.ts +0 -40
- package/dist/model/TestSuiteControllerSearchTestsLastResult.d.ts.map +0 -1
- package/dist/model/TestSuiteControllerTestSuiteApiId.d.ts +0 -50
- package/dist/model/TestSuiteControllerTestSuiteApiId.d.ts.map +0 -1
- package/dist/model/TestSuiteControllerTestSuiteBulkRequest.d.ts +0 -49
- package/dist/model/TestSuiteControllerTestSuiteBulkRequest.d.ts.map +0 -1
- package/dist/model/TestSuiteControllerTestsLastResultResponse.d.ts +0 -40
- package/dist/model/TestSuiteControllerTestsLastResultResponse.d.ts.map +0 -1
- package/dist/model/TestSuiteGenerationPrompt.d.ts +0 -56
- package/dist/model/TestSuiteGenerationPrompt.d.ts.map +0 -1
- package/dist/model/TestSuiteRunResult.d.ts +0 -77
- package/dist/model/TestSuiteRunResult.d.ts.map +0 -1
- package/dist/model/TestSuiteServiceRunByQueryRequest.d.ts +0 -55
- package/dist/model/TestSuiteServiceRunByQueryRequest.d.ts.map +0 -1
- package/dist/model/TestSuiteServiceTestRunByQueryResult.d.ts +0 -53
- package/dist/model/TestSuiteServiceTestRunByQueryResult.d.ts.map +0 -1
- package/dist/model/TheLabelsToPassToTheExecutionCreated.d.ts +0 -48
- package/dist/model/TheLabelsToPassToTheExecutionCreated.d.ts.map +0 -1
- package/dist/model/TimeWindow.d.ts +0 -40
- package/dist/model/TimeWindow.d.ts.map +0 -1
- package/dist/model/Trigger.d.ts +0 -90
- package/dist/model/Trigger.d.ts.map +0 -1
- package/dist/model/TriggerContext.d.ts +0 -77
- package/dist/model/TriggerContext.d.ts.map +0 -1
- package/dist/model/TriggerControllerSetDisabledRequest.d.ts +0 -53
- package/dist/model/TriggerControllerSetDisabledRequest.d.ts.map +0 -1
- package/dist/model/TriggerControllerTriggers.d.ts +0 -42
- package/dist/model/TriggerControllerTriggers.d.ts.map +0 -1
- package/dist/model/TriggerFixture.d.ts +0 -53
- package/dist/model/TriggerFixture.d.ts.map +0 -1
- package/dist/model/Type.d.ts +0 -140
- package/dist/model/Type.d.ts.map +0 -1
- package/dist/model/UnitTest.d.ts +0 -67
- package/dist/model/UnitTest.d.ts.map +0 -1
- package/dist/model/UnitTestResult.d.ts +0 -75
- package/dist/model/UnitTestResult.d.ts.map +0 -1
- package/dist/model/UploadVersionedPluginsRequest.d.ts +0 -49
- package/dist/model/UploadVersionedPluginsRequest.d.ts.map +0 -1
- package/dist/model/UserGroup.d.ts +0 -47
- package/dist/model/UserGroup.d.ts.map +0 -1
- package/dist/model/UserGroupType.d.ts +0 -38
- package/dist/model/UserGroupType.d.ts.map +0 -1
- package/dist/model/UserType.d.ts +0 -38
- package/dist/model/UserType.d.ts.map +0 -1
- package/dist/model/UsernamePasswordCredentials.d.ts +0 -56
- package/dist/model/UsernamePasswordCredentials.d.ts.map +0 -1
- package/dist/model/ValidateConstraintViolation.d.ts +0 -70
- package/dist/model/ValidateConstraintViolation.d.ts.map +0 -1
- package/dist/model/ValuePathExpression.d.ts +0 -41
- package/dist/model/ValuePathExpression.d.ts.map +0 -1
- package/dist/model/WebhookResponse.d.ts +0 -69
- package/dist/model/WebhookResponse.d.ts.map +0 -1
- package/dist/model/WorkerGroup.d.ts +0 -41
- package/dist/model/WorkerGroup.d.ts.map +0 -1
- package/dist/model/WorkerGroupFallback.d.ts +0 -44
- package/dist/model/WorkerGroupFallback.d.ts.map +0 -1
- package/dist/model/WorkerTaskRestartStrategy.d.ts +0 -44
- 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
|