@kestra-io/kestra-sdk 1.0.12 → 2.0.0-develop.3fc51071.7c8bc6c3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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-CpGCUULo.d.ts +2123 -0
- package/dist/index.d.ts +48 -405
- package/dist/index.js +281 -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-B5tOiByw.d.ts +16 -0
- package/dist/ks-Cluster.gen-dtsebDgv.d.ts +11 -0
- package/dist/ks-KillSwitches.gen-CQH7za-0.d.ts +16 -0
- package/dist/ks-Login.gen-BDVuPPFb.d.ts +9 -0
- package/dist/ks-ScimGroups.gen-B2Xowz9Y.d.ts +27 -0
- package/dist/ks-ScimUsers.gen-LYEijgsh.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-DAfzFXJR.d.ts +3469 -0
- package/dist/sdk.gen-N-hcF-we.js +12874 -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-CA2Jf8BL.d.ts +13252 -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 +65 -23
- 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
package/dist/misc.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { ar as basicAuthConfigErrors, cr as expressionFunctions, dr as licenseInfo, fr as listActions, gr as usages, hr as supportDebugInfo, lr as forwardSupportTicket, mr as setupConfiguration, or as configuration, pr as mainTenantFlows, sr as expressionFilters, ur as generate } from "./index-CpGCUULo.js";
|
|
2
|
+
export { basicAuthConfigErrors, configuration, expressionFilters, expressionFunctions, forwardSupportTicket, generate, licenseInfo, listActions, mainTenantFlows, setupConfiguration, supportDebugInfo, usages };
|
package/dist/misc.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Ha as _50Eb0692, K as _02437E287, To as _5Eadd763, Xi as _34380E43, Z as _0263Aab71, _t as _032A61D81, fs as _733374F6, ht as _031D6C90e, is as _6Be81575, ji as _2C5384F6, qi as _3294Ffe3, xt as _033Ccd4Fe } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-Misc.gen.ts
|
|
4
|
+
const basicAuthConfigErrors = (options) => getDataOrThrow(_5Eadd763(options));
|
|
5
|
+
const configuration = (options) => getDataOrThrow(_733374F6(options));
|
|
6
|
+
const licenseInfo = (options) => getDataOrThrow(_0263Aab71(options));
|
|
7
|
+
const mainTenantFlows = (options) => getDataOrThrow(_033Ccd4Fe(options));
|
|
8
|
+
const expressionFilters = (options) => getDataOrThrow(_34380E43(options));
|
|
9
|
+
const expressionFunctions = (options) => getDataOrThrow(_3294Ffe3(options));
|
|
10
|
+
const setupConfiguration = (options) => getDataOrThrow(_02437E287(options));
|
|
11
|
+
const supportDebugInfo = (options) => getDataOrThrow(_50Eb0692(options));
|
|
12
|
+
/**
|
|
13
|
+
* Forward support ticket to configured registry proxy
|
|
14
|
+
*/
|
|
15
|
+
const forwardSupportTicket = (parameters, options) => getDataOrThrow(_2C5384F6({
|
|
16
|
+
body: [],
|
|
17
|
+
...parameters
|
|
18
|
+
}, options));
|
|
19
|
+
/**
|
|
20
|
+
* Retrieve list of actions
|
|
21
|
+
*/
|
|
22
|
+
const listActions = (parameters, options) => getDataOrThrow(_032A61D81(addTenantToParameters(parameters), options));
|
|
23
|
+
const generate = (parameters, options) => getDataOrThrow(_6Be81575(addTenantToParameters(parameters), options));
|
|
24
|
+
/**
|
|
25
|
+
* Retrieve instance usage information
|
|
26
|
+
*/
|
|
27
|
+
const usages = (parameters, options) => getDataOrThrow(_031D6C90e(addTenantToParameters(parameters), options));
|
|
28
|
+
//#endregion
|
|
29
|
+
export { basicAuthConfigErrors, configuration, expressionFilters, expressionFunctions, forwardSupportTicket, generate, licenseInfo, listActions, mainTenantFlows, setupConfiguration, supportDebugInfo, usages };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { $n as inheritedVariables, Gn as autocompleteNamespaces, Jn as deleteSecret, Kn as createNamespace, Qn as inheritedSecrets, Xn as importPluginDefaults, Yn as exportPluginDefaults, Zn as inheritedPluginDefaults, er as namespace_, ir as updateNamespace, nr as putSecrets, qn as deleteNamespace, rr as searchNamespaces, tr as patchSecret } from "./index-CpGCUULo.js";
|
|
2
|
+
export { autocompleteNamespaces, createNamespace, deleteNamespace, deleteSecret, exportPluginDefaults, importPluginDefaults, inheritedPluginDefaults, inheritedSecrets, inheritedVariables, namespace_, patchSecret, putSecrets, searchNamespaces, updateNamespace };
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Hr as _0Cb0D041, Ma as _4A4Df41f, Pa as _4Aa3555b, Qa as _548A6080, Rn as _05Edac887, Ss as _79431Ff0, ai as _18B3Cb89, es as _695A5Daa, hr as _071E8524c, k as _01De71843, sr as _06D81F16e, ut as _02E276Bc5, xr as _0755159C0, yi as _1Fe10518 } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow, resolveTenant } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-Namespaces.gen.ts
|
|
4
|
+
/**
|
|
5
|
+
* Create a namespace
|
|
6
|
+
*/
|
|
7
|
+
const createNamespace = (parameters, options) => getDataOrThrow(_0Cb0D041({
|
|
8
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
9
|
+
namespace: parameters
|
|
10
|
+
}, options));
|
|
11
|
+
/**
|
|
12
|
+
* List namespaces for autocomplete
|
|
13
|
+
*/
|
|
14
|
+
const autocompleteNamespaces = (parameters, options) => getDataOrThrow(_548A6080({
|
|
15
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
16
|
+
apiAutocomplete: parameters
|
|
17
|
+
}, options));
|
|
18
|
+
/**
|
|
19
|
+
* Search for namespaces
|
|
20
|
+
*/
|
|
21
|
+
const searchNamespaces = (parameters, options) => getDataOrThrow(_0755159C0(addTenantToParameters(parameters), options));
|
|
22
|
+
/**
|
|
23
|
+
* Delete a namespace
|
|
24
|
+
*/
|
|
25
|
+
const deleteNamespace = (parameters, options) => getDataOrThrow(_79431Ff0(addTenantToParameters(parameters), options));
|
|
26
|
+
/**
|
|
27
|
+
* Get a namespace
|
|
28
|
+
*/
|
|
29
|
+
const namespace_ = (parameters, options) => getDataOrThrow(_4Aa3555b(addTenantToParameters(parameters), options));
|
|
30
|
+
/**
|
|
31
|
+
* Update a namespace
|
|
32
|
+
*/
|
|
33
|
+
const updateNamespace = (parameters, options) => getDataOrThrow(_06D81F16e({
|
|
34
|
+
...parameters,
|
|
35
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
36
|
+
namespace: parameters
|
|
37
|
+
}, options));
|
|
38
|
+
/**
|
|
39
|
+
* List inherited plugin defaults
|
|
40
|
+
*/
|
|
41
|
+
const inheritedPluginDefaults = (parameters, options) => getDataOrThrow(_4A4Df41f(addTenantToParameters(parameters), options));
|
|
42
|
+
/**
|
|
43
|
+
* List inherited variables
|
|
44
|
+
*/
|
|
45
|
+
const inheritedVariables = (parameters, options) => getDataOrThrow(_01De71843(addTenantToParameters(parameters), options));
|
|
46
|
+
/**
|
|
47
|
+
* Export this namespace plugin defaults
|
|
48
|
+
*/
|
|
49
|
+
const exportPluginDefaults = (parameters, options) => getDataOrThrow(_05Edac887(addTenantToParameters(parameters), options));
|
|
50
|
+
/**
|
|
51
|
+
* Import plugin defaults in this namespace
|
|
52
|
+
*/
|
|
53
|
+
const importPluginDefaults = (parameters, options) => getDataOrThrow(_695A5Daa(addTenantToParameters({
|
|
54
|
+
body: [],
|
|
55
|
+
...parameters
|
|
56
|
+
}), options));
|
|
57
|
+
/**
|
|
58
|
+
* List inherited secrets
|
|
59
|
+
*/
|
|
60
|
+
const inheritedSecrets = (parameters, options) => getDataOrThrow(_18B3Cb89(addTenantToParameters(parameters), options));
|
|
61
|
+
/**
|
|
62
|
+
* Update secrets for a namespace
|
|
63
|
+
*/
|
|
64
|
+
const putSecrets = (parameters, options) => getDataOrThrow(_071E8524c({
|
|
65
|
+
...parameters,
|
|
66
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
67
|
+
apiSecretValue: parameters
|
|
68
|
+
}, options));
|
|
69
|
+
/**
|
|
70
|
+
* Delete a secret for a namespace
|
|
71
|
+
*/
|
|
72
|
+
const deleteSecret = (parameters, options) => getDataOrThrow(_02E276Bc5(addTenantToParameters(parameters), options));
|
|
73
|
+
/**
|
|
74
|
+
* Patch a secret metadata for a namespace
|
|
75
|
+
*/
|
|
76
|
+
const patchSecret = (parameters, options) => getDataOrThrow(_1Fe10518({
|
|
77
|
+
...parameters,
|
|
78
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
79
|
+
apiSecretMetaEe: parameters
|
|
80
|
+
}, options));
|
|
81
|
+
//#endregion
|
|
82
|
+
export { autocompleteNamespaces, createNamespace, deleteNamespace, deleteSecret, exportPluginDefaults, importPluginDefaults, inheritedPluginDefaults, inheritedSecrets, inheritedVariables, namespace_, patchSecret, putSecrets, searchNamespaces, updateNamespace };
|
package/dist/outputs.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Wo as _667F809f, zi as _2F61B1Ec } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-Outputs.gen.ts
|
|
4
|
+
/**
|
|
5
|
+
* Get task run outputs
|
|
6
|
+
*/
|
|
7
|
+
const taskOutputsInformation = (parameters, options) => getDataOrThrow(_667F809f(addTenantToParameters(parameters), options));
|
|
8
|
+
/**
|
|
9
|
+
* Get task run outputs
|
|
10
|
+
*/
|
|
11
|
+
const taskRunOutputs = (parameters, options) => getDataOrThrow(_2F61B1Ec(addTenantToParameters(parameters), options));
|
|
12
|
+
//#endregion
|
|
13
|
+
export { taskOutputsInformation, taskRunOutputs };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { An as pluginGroupIcons, Bn as uploadVersionedPlugins, Cn as listAvailableVersionedPluginsForSecretManager, Dn as pluginBySubgroups, En as listVersionedPlugin, Fn as propertiesFromType, Hn as versionedPluginDetailsFromVersion, In as resolveVersionedPlugins, Ln as schemaFromInputType, Mn as pluginUi, Nn as pluginUiManifest, On as pluginDocumentation, Pn as pluginVersions, Rn as schemasFromType, Sn as listAvailableVersionedPlugins, Tn as listPlugins, Vn as versionedPluginDetails, bn as allInputTypes, jn as pluginIcons, kn as pluginDocumentationFromVersion, wn as listAvailableVersionedPluginsForStorage, xn as installVersionedPlugins, zn as uninstallVersionedPlugins } from "./index-CpGCUULo.js";
|
|
2
|
+
export { allInputTypes, installVersionedPlugins, listAvailableVersionedPlugins, listAvailableVersionedPluginsForSecretManager, listAvailableVersionedPluginsForStorage, listPlugins, listVersionedPlugin, pluginBySubgroups, pluginDocumentation, pluginDocumentationFromVersion, pluginGroupIcons, pluginIcons, pluginUi, pluginUiManifest, pluginVersions, propertiesFromType, resolveVersionedPlugins, schemaFromInputType, schemasFromType, uninstallVersionedPlugins, uploadVersionedPlugins, versionedPluginDetails, versionedPluginDetailsFromVersion };
|
package/dist/plugins.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { As as _8D0A158, B as _0229397B6, Cn as _052623492, D as _01C500B8a, Io as _6379A635, Ir as _09Bfeede, Li as _2F38C956, O as _01C6847B6, R as _020Ed1B9, Ui as _30C1Aea6, Vn as _05Fc2Bba9, Wa as _51936Eee, Zi as _34407Ba7, as as _6Bf6A12b, c as _011Bcf8Ea, do as _59325214, kr as _07Ae22D38, lr as _06Ed786D9, pi as _1B622107, ra as _37F2Df50, ri as _17875579, tn as _046C7F41c, un as _04B060Ef4 } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { getDataOrThrow } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-Plugins.gen.ts
|
|
4
|
+
const listVersionedPlugin = (parameters, options) => getDataOrThrow(_04B060Ef4(parameters, options));
|
|
5
|
+
const listAvailableVersionedPlugins = (options) => getDataOrThrow(_59325214(options));
|
|
6
|
+
const listAvailableVersionedPluginsForSecretManager = (options) => getDataOrThrow(_07Ae22D38(options));
|
|
7
|
+
const listAvailableVersionedPluginsForStorage = (options) => getDataOrThrow(_30C1Aea6(options));
|
|
8
|
+
/**
|
|
9
|
+
* Install specified plugin artifacts
|
|
10
|
+
*/
|
|
11
|
+
const installVersionedPlugins = (parameters, options) => getDataOrThrow(_046C7F41c({ instanceControllerApiPluginListRequest: parameters }, options));
|
|
12
|
+
/**
|
|
13
|
+
* Resolve versions for specified plugin artifacts
|
|
14
|
+
*/
|
|
15
|
+
const resolveVersionedPlugins = (parameters, options) => getDataOrThrow(_6379A635({ instanceControllerApiPluginListRequest: parameters }, options));
|
|
16
|
+
/**
|
|
17
|
+
* Uninstall plugin artifacts
|
|
18
|
+
*/
|
|
19
|
+
const uninstallVersionedPlugins = (parameters, options) => getDataOrThrow(_6Bf6A12b({ instanceControllerApiPluginListRequest: parameters }, options));
|
|
20
|
+
/**
|
|
21
|
+
* Upload a plugin artifact JAR file
|
|
22
|
+
*/
|
|
23
|
+
const uploadVersionedPlugins = (parameters, options) => getDataOrThrow(_0229397B6({
|
|
24
|
+
body: [],
|
|
25
|
+
...parameters
|
|
26
|
+
}, options));
|
|
27
|
+
const versionedPluginDetails = (parameters, options) => getDataOrThrow(_8D0A158(parameters, options));
|
|
28
|
+
const versionedPluginDetailsFromVersion = (parameters, options) => getDataOrThrow(_2F38C956(parameters, options));
|
|
29
|
+
const listPlugins = (options) => getDataOrThrow(_09Bfeede(options));
|
|
30
|
+
const pluginBySubgroups = (options) => getDataOrThrow(_01C6847B6(options));
|
|
31
|
+
const pluginIcons = (options) => getDataOrThrow(_34407Ba7(options));
|
|
32
|
+
const pluginGroupIcons = (options) => getDataOrThrow(_052623492(options));
|
|
33
|
+
const allInputTypes = (options) => getDataOrThrow(_37F2Df50(options));
|
|
34
|
+
const schemaFromInputType = (parameters, options) => getDataOrThrow(_17875579(parameters, options));
|
|
35
|
+
const pluginUiManifest = (parameters, options) => getDataOrThrow(_01C500B8a(parameters, options));
|
|
36
|
+
const propertiesFromType = (parameters, options) => getDataOrThrow(_05Fc2Bba9(parameters, options));
|
|
37
|
+
const schemasFromType = (parameters, options) => getDataOrThrow(_011Bcf8Ea(parameters, options));
|
|
38
|
+
const pluginDocumentation = (parameters, options) => getDataOrThrow(_020Ed1B9(parameters, options));
|
|
39
|
+
const pluginVersions = (parameters, options) => getDataOrThrow(_51936Eee(parameters, options));
|
|
40
|
+
const pluginDocumentationFromVersion = (parameters, options) => getDataOrThrow(_1B622107(parameters, options));
|
|
41
|
+
const pluginUi = (parameters, options) => getDataOrThrow(_06Ed786D9(parameters, options));
|
|
42
|
+
//#endregion
|
|
43
|
+
export { allInputTypes, installVersionedPlugins, listAvailableVersionedPlugins, listAvailableVersionedPluginsForSecretManager, listAvailableVersionedPluginsForStorage, listPlugins, listVersionedPlugin, pluginBySubgroups, pluginDocumentation, pluginDocumentationFromVersion, pluginGroupIcons, pluginIcons, pluginUi, pluginUiManifest, pluginVersions, propertiesFromType, resolveVersionedPlugins, schemaFromInputType, schemasFromType, uninstallVersionedPlugins, uploadVersionedPlugins, versionedPluginDetails, versionedPluginDetailsFromVersion };
|
package/dist/roles.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { _n as role, gn as listRolesFromGivenIds, hn as deleteRole, mn as createRole, pn as autocompleteRoles, vn as searchRoles, yn as updateRole } from "./index-CpGCUULo.js";
|
|
2
|
+
export { autocompleteRoles, createRole, deleteRole, listRolesFromGivenIds, role, searchRoles, updateRole };
|
package/dist/roles.js
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { I as _020Dd7E0b, Ka as _519Bb792, Qo as _692Cacc1, ea as _358076, lo as _58Eb5Fb5, o as _011A45F21, vo as _5C889A24 } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow, resolveTenant } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-Roles.gen.ts
|
|
4
|
+
/**
|
|
5
|
+
* Create a role
|
|
6
|
+
*/
|
|
7
|
+
const createRole = (parameters, options) => getDataOrThrow(_519Bb792({
|
|
8
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
9
|
+
iamRoleControllerApiRoleCreateOrUpdateRequest: parameters
|
|
10
|
+
}, options));
|
|
11
|
+
/**
|
|
12
|
+
* List roles for autocomplete
|
|
13
|
+
*/
|
|
14
|
+
const autocompleteRoles = (parameters, options) => getDataOrThrow(_58Eb5Fb5({
|
|
15
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
16
|
+
apiAutocomplete: parameters
|
|
17
|
+
}, options));
|
|
18
|
+
/**
|
|
19
|
+
* List roles by ids
|
|
20
|
+
*/
|
|
21
|
+
const listRolesFromGivenIds = (parameters, options) => getDataOrThrow(_5C889A24({
|
|
22
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
23
|
+
apiIds: parameters
|
|
24
|
+
}, options));
|
|
25
|
+
/**
|
|
26
|
+
* Search for roles
|
|
27
|
+
*/
|
|
28
|
+
const searchRoles = (parameters, options) => getDataOrThrow(_020Dd7E0b(addTenantToParameters(parameters), options));
|
|
29
|
+
/**
|
|
30
|
+
* Delete a role
|
|
31
|
+
*/
|
|
32
|
+
const deleteRole = (parameters, options) => getDataOrThrow(_692Cacc1(addTenantToParameters(parameters), options));
|
|
33
|
+
/**
|
|
34
|
+
* Retrieve a role
|
|
35
|
+
*/
|
|
36
|
+
const role = (parameters, options) => getDataOrThrow(_358076(addTenantToParameters(parameters), options));
|
|
37
|
+
/**
|
|
38
|
+
* Update a role
|
|
39
|
+
*/
|
|
40
|
+
const updateRole = (parameters, options) => getDataOrThrow(_011A45F21({
|
|
41
|
+
...parameters,
|
|
42
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
43
|
+
iamRoleControllerApiRoleCreateOrUpdateRequest: parameters
|
|
44
|
+
}, options));
|
|
45
|
+
//#endregion
|
|
46
|
+
export { autocompleteRoles, createRole, deleteRole, listRolesFromGivenIds, role, searchRoles, updateRole };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Nt as _03Ad049Ef, St as _0361Eca5f, Xo as _684Bcad0, ei as _13D120Ea, y as _016E8Ef98 } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-ScimConfiguration.gen.ts
|
|
4
|
+
const allResourceTypes = (parameters, options) => getDataOrThrow(_13D120Ea(addTenantToParameters(parameters), options));
|
|
5
|
+
const resourceType = (parameters, options) => getDataOrThrow(_016E8Ef98(addTenantToParameters(parameters), options));
|
|
6
|
+
const allSchemas = (parameters, options) => getDataOrThrow(_03Ad049Ef(addTenantToParameters(parameters), options));
|
|
7
|
+
const schema = (parameters, options) => getDataOrThrow(_0361Eca5f(addTenantToParameters(parameters), options));
|
|
8
|
+
const serviceProviderConfiguration = (parameters, options) => getDataOrThrow(_684Bcad0(addTenantToParameters(parameters), options));
|
|
9
|
+
//#endregion
|
|
10
|
+
export { allResourceTypes, allSchemas, resourceType, schema, serviceProviderConfiguration };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as queryGroups, i as patchGroups, n as deleteGroups, o as sCIMResourceByIdGroups, r as findGroups, s as updateGroups, t as createSCIMResourceByIdGroups } from "./ks-ScimGroups.gen-B2Xowz9Y.js";
|
|
2
|
+
export { createSCIMResourceByIdGroups, deleteGroups, findGroups, patchGroups, queryGroups, sCIMResourceByIdGroups, updateGroups };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Bn as _05Fc1D744, Fs as c23903c, Gr as _0E583313, Wt as _041E4E0A1, in as _04763C298, mn as _04Ca27C03, nt as _029Da9A7c } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow, resolveTenant } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-ScimGroups.gen.ts
|
|
4
|
+
const queryGroups = (parameters, options) => getDataOrThrow(_05Fc1D744(addTenantToParameters(parameters), options));
|
|
5
|
+
const createSCIMResourceByIdGroups = (parameters, options) => getDataOrThrow(_029Da9A7c({
|
|
6
|
+
...parameters,
|
|
7
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
8
|
+
scimUser: parameters
|
|
9
|
+
}, options));
|
|
10
|
+
const findGroups = (parameters, options) => getDataOrThrow(_0E583313({
|
|
11
|
+
...parameters,
|
|
12
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
13
|
+
searchRequest: parameters
|
|
14
|
+
}, options));
|
|
15
|
+
const deleteGroups = (parameters, options) => getDataOrThrow(_041E4E0A1(addTenantToParameters(parameters), options));
|
|
16
|
+
const sCIMResourceByIdGroups = (parameters, options) => getDataOrThrow(_04763C298(addTenantToParameters(parameters), options));
|
|
17
|
+
const patchGroups = (parameters, options) => getDataOrThrow(c23903c({
|
|
18
|
+
...parameters,
|
|
19
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
20
|
+
patchRequest: parameters
|
|
21
|
+
}, options));
|
|
22
|
+
const updateGroups = (parameters, options) => getDataOrThrow(_04Ca27C03({
|
|
23
|
+
...parameters,
|
|
24
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
25
|
+
scimResource: parameters
|
|
26
|
+
}, options));
|
|
27
|
+
//#endregion
|
|
28
|
+
export { createSCIMResourceByIdGroups, deleteGroups, findGroups, patchGroups, queryGroups, sCIMResourceByIdGroups, updateGroups };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as queryUsers, i as patchUsers, n as deleteUsers, o as sCIMResourceByIdUsers, r as findUsers, s as updateUsers, t as createSCIMResourceByIdUsers } from "./ks-ScimUsers.gen-LYEijgsh.js";
|
|
2
|
+
export { createSCIMResourceByIdUsers, deleteUsers, findUsers, patchUsers, queryUsers, sCIMResourceByIdUsers, updateUsers };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { En as _0541C980c, Fa as _4B7C6Aa0, Jt as _0436B14E3, Rr as _0A933De0, V as _022Bb8541, ci as _191553Cf, rs as _6Ac6Cc58 } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow, resolveTenant } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-ScimUsers.gen.ts
|
|
4
|
+
const queryUsers = (parameters, options) => getDataOrThrow(_0A933De0(addTenantToParameters(parameters), options));
|
|
5
|
+
const createSCIMResourceByIdUsers = (parameters, options) => getDataOrThrow(_6Ac6Cc58({
|
|
6
|
+
...parameters,
|
|
7
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
8
|
+
scimUser: parameters
|
|
9
|
+
}, options));
|
|
10
|
+
const findUsers = (parameters, options) => getDataOrThrow(_191553Cf({
|
|
11
|
+
...parameters,
|
|
12
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
13
|
+
searchRequest: parameters
|
|
14
|
+
}, options));
|
|
15
|
+
const deleteUsers = (parameters, options) => getDataOrThrow(_0436B14E3(addTenantToParameters(parameters), options));
|
|
16
|
+
const sCIMResourceByIdUsers = (parameters, options) => getDataOrThrow(_0541C980c(addTenantToParameters(parameters), options));
|
|
17
|
+
const patchUsers = (parameters, options) => getDataOrThrow(_4B7C6Aa0({
|
|
18
|
+
...parameters,
|
|
19
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
20
|
+
patchRequest: parameters
|
|
21
|
+
}, options));
|
|
22
|
+
const updateUsers = (parameters, options) => getDataOrThrow(_022Bb8541({
|
|
23
|
+
...parameters,
|
|
24
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
25
|
+
scimResource: parameters
|
|
26
|
+
}, options));
|
|
27
|
+
//#endregion
|
|
28
|
+
export { createSCIMResourceByIdUsers, deleteUsers, findUsers, patchUsers, queryUsers, sCIMResourceByIdUsers, updateUsers };
|