@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/secrets.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Dr as _077F7Debb } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-Secrets.gen.ts
|
|
4
|
+
/**
|
|
5
|
+
* Search secrets of all namespaces
|
|
6
|
+
*/
|
|
7
|
+
const listSecrets = (parameters, options) => getDataOrThrow(_077F7Debb(addTenantToParameters(parameters), options));
|
|
8
|
+
//#endregion
|
|
9
|
+
export { listSecrets };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { an as searchSecurityIntegration, en as createSecurityIntegration, in as listSecurityIntegrations, nn as disableSecurityIntegration, on as securityIntegration, rn as enableSecurityIntegration, tn as deleteSecurityIntegration } from "./index-CpGCUULo.js";
|
|
2
|
+
export { createSecurityIntegration, deleteSecurityIntegration, disableSecurityIntegration, enableSecurityIntegration, listSecurityIntegrations, searchSecurityIntegration, securityIntegration };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { $r as _12D3F2C9, At as _0391165C3, Na as _4A97D3F1, Ta as _454A6c, ao as _570E8Fac, oa as _3945Cbd8, va as _40Cc9E74 } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow, resolveTenant } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-SecurityIntegrations.gen.ts
|
|
4
|
+
/**
|
|
5
|
+
* List all security integrations
|
|
6
|
+
*/
|
|
7
|
+
const listSecurityIntegrations = (parameters, options) => getDataOrThrow(_0391165C3(addTenantToParameters(parameters), options));
|
|
8
|
+
/**
|
|
9
|
+
* Create a security integration
|
|
10
|
+
*/
|
|
11
|
+
const createSecurityIntegration = (parameters, options) => getDataOrThrow(_3945Cbd8({
|
|
12
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
13
|
+
createSecurityIntegrationRequest: parameters
|
|
14
|
+
}, options));
|
|
15
|
+
/**
|
|
16
|
+
* Retrieve security integrations filtered by Filters
|
|
17
|
+
*/
|
|
18
|
+
const searchSecurityIntegration = (parameters, options) => getDataOrThrow(_570E8Fac(addTenantToParameters(parameters), options));
|
|
19
|
+
/**
|
|
20
|
+
* Delete a security integration
|
|
21
|
+
*/
|
|
22
|
+
const deleteSecurityIntegration = (parameters, options) => getDataOrThrow(_12D3F2C9(addTenantToParameters(parameters), options));
|
|
23
|
+
/**
|
|
24
|
+
* Retrieve a security integration
|
|
25
|
+
*/
|
|
26
|
+
const securityIntegration = (parameters, options) => getDataOrThrow(_40Cc9E74(addTenantToParameters(parameters), options));
|
|
27
|
+
/**
|
|
28
|
+
* Disable a security integration
|
|
29
|
+
*/
|
|
30
|
+
const disableSecurityIntegration = (parameters, options) => getDataOrThrow(_454A6c(addTenantToParameters(parameters), options));
|
|
31
|
+
/**
|
|
32
|
+
* Enable a security integration
|
|
33
|
+
*/
|
|
34
|
+
const enableSecurityIntegration = (parameters, options) => getDataOrThrow(_4A97D3F1(addTenantToParameters(parameters), options));
|
|
35
|
+
//#endregion
|
|
36
|
+
export { createSecurityIntegration, deleteSecurityIntegration, disableSecurityIntegration, enableSecurityIntegration, listSecurityIntegrations, searchSecurityIntegration, securityIntegration };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { $t as updateServiceAccount, Bt as createServiceAccount, Gt as deleteServiceAccountForTenant, Ht as deleteApiTokenForServiceAccount, Jt as listServiceAccounts, Kt as listApiTokensForServiceAccount, Qt as serviceAccountForTenant, Rt as createApiTokensForServiceAccount, Ut as deleteApiTokenForServiceAccountWithTenant, Vt as createServiceAccountForTenant, Wt as deleteServiceAccount, Xt as patchServiceAccountSuperAdmin, Yt as patchServiceAccountDetails, Zt as serviceAccount, qt as listApiTokensForServiceAccountWithTenant, zt as createApiTokensForServiceAccountWithTenant } from "./index-CpGCUULo.js";
|
|
2
|
+
export { createApiTokensForServiceAccount, createApiTokensForServiceAccountWithTenant, createServiceAccount, createServiceAccountForTenant, deleteApiTokenForServiceAccount, deleteApiTokenForServiceAccountWithTenant, deleteServiceAccount, deleteServiceAccountForTenant, listApiTokensForServiceAccount, listApiTokensForServiceAccountWithTenant, listServiceAccounts, patchServiceAccountDetails, patchServiceAccountSuperAdmin, serviceAccount, serviceAccountForTenant, updateServiceAccount };
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { Bo as _64A9593d, Di as _27B78202, Ds as _8194F9, Hi as _3026D709, L as _020E2391f, Lr as _0A5Ca62c, Ls as e42E043, Ot as _038D53E30, Tn as _053C06005, Vr as _0B990465, en as _0465C8F2c, ga as _405255B8, lt as _02Dfdba59, ma as _3Fdb7B5f, qt as _0434216C9, t as _010043Fd5 } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow, resolveTenant } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-ServiceAccount.gen.ts
|
|
4
|
+
const listServiceAccounts = (parameters, options) => getDataOrThrow(_64A9593d(parameters, options));
|
|
5
|
+
/**
|
|
6
|
+
* Create a service account
|
|
7
|
+
*/
|
|
8
|
+
const createServiceAccount = (parameters, options) => getDataOrThrow(_0A5Ca62c({ iamServiceAccountControllerApiCreateServiceAccountRequest: parameters }, options));
|
|
9
|
+
const deleteServiceAccount = (parameters, options) => getDataOrThrow(e42E043(parameters, options));
|
|
10
|
+
const serviceAccount = (parameters, options) => getDataOrThrow(_405255B8(parameters, options));
|
|
11
|
+
/**
|
|
12
|
+
* Update service account details
|
|
13
|
+
*/
|
|
14
|
+
const patchServiceAccountDetails = (parameters, options) => getDataOrThrow(_27B78202({
|
|
15
|
+
...parameters,
|
|
16
|
+
iamServiceAccountControllerApiPatchServiceAccountRequest: parameters
|
|
17
|
+
}, options));
|
|
18
|
+
const listApiTokensForServiceAccount = (parameters, options) => getDataOrThrow(_010043Fd5(parameters, options));
|
|
19
|
+
/**
|
|
20
|
+
* Create new API Token for a specific service account
|
|
21
|
+
*/
|
|
22
|
+
const createApiTokensForServiceAccount = (parameters, options) => getDataOrThrow(_3026D709({
|
|
23
|
+
...parameters,
|
|
24
|
+
createApiTokenRequest: parameters
|
|
25
|
+
}, options));
|
|
26
|
+
const deleteApiTokenForServiceAccount = (parameters, options) => getDataOrThrow(_0434216C9(parameters, options));
|
|
27
|
+
/**
|
|
28
|
+
* Update service account superadmin privileges
|
|
29
|
+
*/
|
|
30
|
+
const patchServiceAccountSuperAdmin = (parameters, options) => getDataOrThrow(_0465C8F2c({
|
|
31
|
+
...parameters,
|
|
32
|
+
apiPatchSuperAdminRequest: parameters
|
|
33
|
+
}, options));
|
|
34
|
+
/**
|
|
35
|
+
* Create a service account for the given tenant
|
|
36
|
+
*/
|
|
37
|
+
const createServiceAccountForTenant = (parameters, options) => getDataOrThrow(_3Fdb7B5f({
|
|
38
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
39
|
+
iamServiceAccountControllerApiServiceAccountRequest: parameters
|
|
40
|
+
}, options));
|
|
41
|
+
/**
|
|
42
|
+
* Delete a service account
|
|
43
|
+
*/
|
|
44
|
+
const deleteServiceAccountForTenant = (parameters, options) => getDataOrThrow(_038D53E30(addTenantToParameters(parameters), options));
|
|
45
|
+
/**
|
|
46
|
+
* Retrieve a service account
|
|
47
|
+
*/
|
|
48
|
+
const serviceAccountForTenant = (parameters, options) => getDataOrThrow(_053C06005(addTenantToParameters(parameters), options));
|
|
49
|
+
/**
|
|
50
|
+
* Update a user service account
|
|
51
|
+
*/
|
|
52
|
+
const updateServiceAccount = (parameters, options) => getDataOrThrow(_020E2391f({
|
|
53
|
+
...parameters,
|
|
54
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
55
|
+
iamServiceAccountControllerApiServiceAccountRequest: parameters
|
|
56
|
+
}, options));
|
|
57
|
+
/**
|
|
58
|
+
* List API tokens for a specific service account
|
|
59
|
+
*/
|
|
60
|
+
const listApiTokensForServiceAccountWithTenant = (parameters, options) => getDataOrThrow(_0B990465(addTenantToParameters(parameters), options));
|
|
61
|
+
/**
|
|
62
|
+
* Create new API Token for a specific service account
|
|
63
|
+
*/
|
|
64
|
+
const createApiTokensForServiceAccountWithTenant = (parameters, options) => getDataOrThrow(_8194F9({
|
|
65
|
+
...parameters,
|
|
66
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
67
|
+
createApiTokenRequest: parameters
|
|
68
|
+
}, options));
|
|
69
|
+
/**
|
|
70
|
+
* Delete an API Token for specific service account and token id
|
|
71
|
+
*/
|
|
72
|
+
const deleteApiTokenForServiceAccountWithTenant = (parameters, options) => getDataOrThrow(_02Dfdba59(addTenantToParameters(parameters), options));
|
|
73
|
+
//#endregion
|
|
74
|
+
export { createApiTokensForServiceAccount, createApiTokensForServiceAccountWithTenant, createServiceAccount, createServiceAccountForTenant, deleteApiTokenForServiceAccount, deleteApiTokenForServiceAccountWithTenant, deleteServiceAccount, deleteServiceAccountForTenant, listApiTokensForServiceAccount, listApiTokensForServiceAccountWithTenant, listServiceAccounts, patchServiceAccountDetails, patchServiceAccountSuperAdmin, serviceAccount, serviceAccountForTenant, updateServiceAccount };
|
package/dist/services.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { _s as _7643C6B5, aa as _38F8C0C3, ct as _02D424Dda, mt as _03115727c } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { getDataOrThrow } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-Services.gen.ts
|
|
4
|
+
const metrics = (parameters, options) => getDataOrThrow(_38F8C0C3(parameters, options));
|
|
5
|
+
const activeServices = (options) => getDataOrThrow(_03115727c(options));
|
|
6
|
+
const searchServices = (parameters, options) => getDataOrThrow(_02D424Dda(parameters, options));
|
|
7
|
+
const service = (parameters, options) => getDataOrThrow(_7643C6B5(parameters, options));
|
|
8
|
+
//#endregion
|
|
9
|
+
export { activeServices, metrics, searchServices, service };
|
package/dist/shared.d.ts
ADDED
package/dist/shared.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
//#region src/openapi/sdk/ks-shared.gen.ts
|
|
2
|
+
let globalTenant = "main";
|
|
3
|
+
const setSelectedTenant = (newTenant) => {
|
|
4
|
+
globalTenant = newTenant;
|
|
5
|
+
};
|
|
6
|
+
const addTenantToParameters = (parameters) => ({
|
|
7
|
+
tenant: globalTenant,
|
|
8
|
+
...parameters
|
|
9
|
+
});
|
|
10
|
+
const resolveTenant = (tenant) => tenant ?? globalTenant;
|
|
11
|
+
const getDataOrThrow = async (respPromise) => {
|
|
12
|
+
const resp = await respPromise;
|
|
13
|
+
if ("error" in resp) throw resp.error;
|
|
14
|
+
return resp.data;
|
|
15
|
+
};
|
|
16
|
+
//#endregion
|
|
17
|
+
export { addTenantToParameters, getDataOrThrow, resolveTenant, setSelectedTenant };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Os as _82Aea6c, T as _0196Dc236, Ti as _24Ee93F9, br as _075060104, cs as _6Fd6E2Ae } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow, resolveTenant } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-TenantAccess.gen.ts
|
|
4
|
+
/**
|
|
5
|
+
* Retrieve users belonging to the tenant
|
|
6
|
+
*/
|
|
7
|
+
const listTenantAccess = (parameters, options) => getDataOrThrow(_82Aea6c(addTenantToParameters(parameters), options));
|
|
8
|
+
/**
|
|
9
|
+
* Create tenant access for a user
|
|
10
|
+
*/
|
|
11
|
+
const createTenantAccess = (parameters, options) => getDataOrThrow(_0196Dc236({
|
|
12
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
13
|
+
iamTenantAccessControllerApiCreateTenantAccessRequest: parameters
|
|
14
|
+
}, options));
|
|
15
|
+
/**
|
|
16
|
+
* Delete tenant access for a user
|
|
17
|
+
*/
|
|
18
|
+
const deleteTenantAccess = (parameters, options) => getDataOrThrow(_24Ee93F9(addTenantToParameters(parameters), options));
|
|
19
|
+
/**
|
|
20
|
+
* Retrieve tenant access for a user
|
|
21
|
+
*/
|
|
22
|
+
const tenantAccess = (parameters, options) => getDataOrThrow(_6Fd6E2Ae(addTenantToParameters(parameters), options));
|
|
23
|
+
/**
|
|
24
|
+
* Create tenant access for a user
|
|
25
|
+
*/
|
|
26
|
+
const createTenantAccess_1 = (parameters, options) => getDataOrThrow(_075060104(addTenantToParameters(parameters), options));
|
|
27
|
+
//#endregion
|
|
28
|
+
export { createTenantAccess, createTenantAccess_1, deleteTenantAccess, listTenantAccess, tenantAccess };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { Ct as get_2, Dt as setTenantDefaultDashboards, Et as setLogo, Ot as update, St as flowDependenciesFromTenant, Tt as setAppsCatalogLogo, _t as create_1, bt as delete_2, gt as appsCatalogConfig, vt as defaultDashboards, wt as setAppsCatalogConfig, xt as find, yt as deleteAppsCatalogLogo } from "./index-CpGCUULo.js";
|
|
2
|
+
export { appsCatalogConfig, create_1, defaultDashboards, deleteAppsCatalogLogo, delete_2, find, flowDependenciesFromTenant, get_2, setAppsCatalogConfig, setAppsCatalogLogo, setLogo, setTenantDefaultDashboards, update };
|
package/dist/tenants.js
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { Bi as _2Ff5B9, Fn as _05Bfd34Cc, Gi as _30Dbd29e, Gt as _0425Af897, It as _03D361199, Mr as _07D8A0280, bo as _5Db1D89, gt as _031Ffc737, h as _0139064D9, ni as _161Cb5Cb, ss as _6C815Dae, u as _0121E6D30, vs as _764Cf52d } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-Tenants.gen.ts
|
|
4
|
+
/**
|
|
5
|
+
* Create a tenant
|
|
6
|
+
*/
|
|
7
|
+
const create_1 = (parameters, options) => getDataOrThrow(_6C815Dae({ tenant: parameters }, options));
|
|
8
|
+
const find = (parameters, options) => getDataOrThrow(_2Ff5B9(parameters, options));
|
|
9
|
+
const delete_2 = (parameters, options) => getDataOrThrow(_30Dbd29e(parameters, options));
|
|
10
|
+
const get_2 = (parameters, options) => getDataOrThrow(_5Db1D89(parameters, options));
|
|
11
|
+
/**
|
|
12
|
+
* Update a tenant
|
|
13
|
+
*/
|
|
14
|
+
const update = (parameters, options) => getDataOrThrow(_031Ffc737({
|
|
15
|
+
...parameters,
|
|
16
|
+
tenant: parameters
|
|
17
|
+
}, options));
|
|
18
|
+
const appsCatalogConfig = (parameters, options) => getDataOrThrow(_0425Af897(parameters, options));
|
|
19
|
+
/**
|
|
20
|
+
* Set the apps catalog config for the specified tenant.
|
|
21
|
+
*/
|
|
22
|
+
const setAppsCatalogConfig = (parameters, options) => getDataOrThrow(_0139064D9({
|
|
23
|
+
...parameters,
|
|
24
|
+
tenantControllerAppsCatalogConfigRequest: parameters
|
|
25
|
+
}, options));
|
|
26
|
+
const deleteAppsCatalogLogo = (parameters, options) => getDataOrThrow(_03D361199(parameters, options));
|
|
27
|
+
/**
|
|
28
|
+
* Set the apps catalog logo for the specified tenant.
|
|
29
|
+
*/
|
|
30
|
+
const setAppsCatalogLogo = (parameters, options) => getDataOrThrow(_0121E6D30({
|
|
31
|
+
body: [],
|
|
32
|
+
...parameters
|
|
33
|
+
}, options));
|
|
34
|
+
/**
|
|
35
|
+
* Set a tenant logo
|
|
36
|
+
*/
|
|
37
|
+
const setLogo = (parameters, options) => getDataOrThrow(_764Cf52d({
|
|
38
|
+
body: [],
|
|
39
|
+
...parameters
|
|
40
|
+
}, options));
|
|
41
|
+
const defaultDashboards = (parameters, options) => getDataOrThrow(_07D8A0280(parameters, options));
|
|
42
|
+
/**
|
|
43
|
+
* Update default dashboards for the entire tenant
|
|
44
|
+
*/
|
|
45
|
+
const setTenantDefaultDashboards = (parameters, options) => getDataOrThrow(_05Bfd34Cc({
|
|
46
|
+
...parameters,
|
|
47
|
+
tenantControllerSetTenantDefaultDashboardsRequest: parameters
|
|
48
|
+
}, options));
|
|
49
|
+
/**
|
|
50
|
+
* Get tenant dependencies
|
|
51
|
+
*/
|
|
52
|
+
const flowDependenciesFromTenant = (parameters, options) => getDataOrThrow(_161Cb5Cb(addTenantToParameters(parameters), options));
|
|
53
|
+
//#endregion
|
|
54
|
+
export { appsCatalogConfig, create_1, defaultDashboards, deleteAppsCatalogLogo, delete_2, find, flowDependenciesFromTenant, get_2, setAppsCatalogConfig, setAppsCatalogLogo, setLogo, setTenantDefaultDashboards, update };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { at as disableTestSuitesByIds, ct as runTestSuitesByQuery, dt as testResult, ft as testSuite, ht as validateTestSuite, it as deleteTestSuitesByIds, lt as searchTestSuites, mt as updateTestSuite, nt as createTestSuite, ot as enableTestSuitesByIds, pt as testsLastResult, rt as deleteTestSuite, st as runTestSuite, ut as searchTestSuitesResults } from "./index-CpGCUULo.js";
|
|
2
|
+
export { createTestSuite, deleteTestSuite, deleteTestSuitesByIds, disableTestSuitesByIds, enableTestSuitesByIds, runTestSuite, runTestSuitesByQuery, searchTestSuites, searchTestSuitesResults, testResult, testSuite, testsLastResult, updateTestSuite, validateTestSuite };
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { Ao as _61Ac07Ea, C as _018132C8b, Is as dae6Bd, Ja as _51A50D10, Ln as _05E5Dc0C5, Mo as _62186B31, Ra as _4D1D22C1, Y as _025Da49F7, ha as _3Fec3354, jn as _0591Da8D4, nn as _046Ffd27a, ta as _361Cef9, w as _0186007E5, zo as _6473C34f } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow, resolveTenant } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-TestSuites.gen.ts
|
|
4
|
+
/**
|
|
5
|
+
* Create a test from YAML source
|
|
6
|
+
*/
|
|
7
|
+
const createTestSuite = (parameters, options) => getDataOrThrow(_61Ac07Ea(addTenantToParameters(parameters), options));
|
|
8
|
+
/**
|
|
9
|
+
* Delete multiple tests by id
|
|
10
|
+
*/
|
|
11
|
+
const deleteTestSuitesByIds = (parameters, options) => getDataOrThrow(_025Da49F7({
|
|
12
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
13
|
+
testSuiteControllerTestSuiteBulkRequest: parameters
|
|
14
|
+
}, options));
|
|
15
|
+
/**
|
|
16
|
+
* Disable multiple tests by id
|
|
17
|
+
*/
|
|
18
|
+
const disableTestSuitesByIds = (parameters, options) => getDataOrThrow(_0591Da8D4({
|
|
19
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
20
|
+
testSuiteControllerTestSuiteBulkRequest: parameters
|
|
21
|
+
}, options));
|
|
22
|
+
/**
|
|
23
|
+
* Enable multiple tests by id
|
|
24
|
+
*/
|
|
25
|
+
const enableTestSuitesByIds = (parameters, options) => getDataOrThrow(_62186B31({
|
|
26
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
27
|
+
testSuiteControllerTestSuiteBulkRequest: parameters
|
|
28
|
+
}, options));
|
|
29
|
+
/**
|
|
30
|
+
* Search for tests results
|
|
31
|
+
*/
|
|
32
|
+
const searchTestSuitesResults = (parameters, options) => getDataOrThrow(_4D1D22C1(addTenantToParameters(parameters), options));
|
|
33
|
+
/**
|
|
34
|
+
* Get tests last result
|
|
35
|
+
*/
|
|
36
|
+
const testsLastResult = (parameters, options) => getDataOrThrow(_3Fec3354({
|
|
37
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
38
|
+
testSuiteControllerSearchTestsLastResult: parameters
|
|
39
|
+
}, options));
|
|
40
|
+
/**
|
|
41
|
+
* Get a test result
|
|
42
|
+
*/
|
|
43
|
+
const testResult = (parameters, options) => getDataOrThrow(_6473C34f(addTenantToParameters(parameters), options));
|
|
44
|
+
/**
|
|
45
|
+
* Run multiple TestSuites by query
|
|
46
|
+
*/
|
|
47
|
+
const runTestSuitesByQuery = (parameters, options) => getDataOrThrow(_361Cef9({
|
|
48
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
49
|
+
testSuiteServiceRunByQueryRequest: parameters
|
|
50
|
+
}, options));
|
|
51
|
+
/**
|
|
52
|
+
* Search for tests
|
|
53
|
+
*/
|
|
54
|
+
const searchTestSuites = (parameters, options) => getDataOrThrow(_018132C8b(addTenantToParameters(parameters), options));
|
|
55
|
+
/**
|
|
56
|
+
* Validate a test
|
|
57
|
+
*/
|
|
58
|
+
const validateTestSuite = (parameters, options) => getDataOrThrow(_51A50D10(addTenantToParameters(parameters), options));
|
|
59
|
+
/**
|
|
60
|
+
* Delete a test
|
|
61
|
+
*/
|
|
62
|
+
const deleteTestSuite = (parameters, options) => getDataOrThrow(_0186007E5(addTenantToParameters(parameters), options));
|
|
63
|
+
/**
|
|
64
|
+
* Retrieve a test
|
|
65
|
+
*/
|
|
66
|
+
const testSuite = (parameters, options) => getDataOrThrow(_046Ffd27a(addTenantToParameters(parameters), options));
|
|
67
|
+
/**
|
|
68
|
+
* Update a test from YAML source
|
|
69
|
+
*/
|
|
70
|
+
const updateTestSuite = (parameters, options) => getDataOrThrow(dae6Bd(addTenantToParameters(parameters), options));
|
|
71
|
+
/**
|
|
72
|
+
* Run a full test
|
|
73
|
+
*/
|
|
74
|
+
const runTestSuite = (parameters, options) => getDataOrThrow(_05E5Dc0C5({
|
|
75
|
+
...parameters,
|
|
76
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
77
|
+
testSuiteControllerRunRequest: parameters
|
|
78
|
+
}, options));
|
|
79
|
+
//#endregion
|
|
80
|
+
export { createTestSuite, deleteTestSuite, deleteTestSuitesByIds, disableTestSuitesByIds, enableTestSuitesByIds, runTestSuite, runTestSuitesByQuery, searchTestSuites, searchTestSuitesResults, testResult, testSuite, testsLastResult, updateTestSuite, validateTestSuite };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { $ as unpauseBackfill, B as disableTriggerById, F as deleteBackfillByIds, G as pauseBackfillByIds, H as disabledTriggersByQuery, I as deleteBackfillByQuery, J as searchTriggers, K as pauseBackfillByQuery, L as deleteTrigger, N as createBackfill, P as deleteBackfill, Q as unlockTriggersByQuery, R as deleteTriggersByIds, U as exportTriggers, V as disabledTriggersByIds, W as pauseBackfill, X as unlockTrigger, Y as searchTriggersForFlow, Z as unlockTriggersByIds, et as unpauseBackfillByIds, q as restartTrigger, tt as unpauseBackfillByQuery, z as deleteTriggersByQuery } from "./index-CpGCUULo.js";
|
|
2
|
+
export { createBackfill, deleteBackfill, deleteBackfillByIds, deleteBackfillByQuery, deleteTrigger, deleteTriggersByIds, deleteTriggersByQuery, disableTriggerById, disabledTriggersByIds, disabledTriggersByQuery, exportTriggers, pauseBackfill, pauseBackfillByIds, pauseBackfillByQuery, restartTrigger, searchTriggers, searchTriggersForFlow, unlockTrigger, unlockTriggersByIds, unlockTriggersByQuery, unpauseBackfill, unpauseBackfillByIds, unpauseBackfillByQuery };
|
package/dist/triggers.js
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { $n as _0675820B5, $t as _0454D50C4, Ai as _2Bf5E58f, Cr as _075D97736, Ct as _0361F2856, E as _01Af6F06f, Er as _077995F6c, Ki as _3139A61a, Kn as _064E031A6, Ni as _2D079507, Pt as _03C4Fde05, Ri as _2F570092, Wr as _0Dd4E62c, X as _025Dffc7d, Xn as _0669E525e, bs as _7874E902, cr as _06E9Fc5D4, fn as _04B613E73, ln as _04A8F87Fa, qo as _674530A9, ya as _4153Db5, zr as _0Af3543f, zs as e736300 } from "./sdk.gen-N-hcF-we.js";
|
|
2
|
+
import { addTenantToParameters, getDataOrThrow, resolveTenant } from "./shared.js";
|
|
3
|
+
//#region src/openapi/sdk/ks-Triggers.gen.ts
|
|
4
|
+
/**
|
|
5
|
+
* Create a backfill
|
|
6
|
+
*/
|
|
7
|
+
const createBackfill = (parameters, options) => getDataOrThrow(_04A8F87Fa({
|
|
8
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
9
|
+
triggerControllerApiCreateBackfillRequest: parameters
|
|
10
|
+
}, options));
|
|
11
|
+
/**
|
|
12
|
+
* Delete a backfill
|
|
13
|
+
*/
|
|
14
|
+
const deleteBackfill = (parameters, options) => getDataOrThrow(_4153Db5({
|
|
15
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
16
|
+
triggerControllerApiTriggerId: parameters
|
|
17
|
+
}, options));
|
|
18
|
+
/**
|
|
19
|
+
* Delete backfill for triggers matching query asynchronously
|
|
20
|
+
*/
|
|
21
|
+
const deleteBackfillByQuery = (parameters, options) => getDataOrThrow(_0454D50C4(addTenantToParameters(parameters), options));
|
|
22
|
+
/**
|
|
23
|
+
* Delete backfill for given triggers asynchronously
|
|
24
|
+
*/
|
|
25
|
+
const deleteBackfillByIds = (parameters, options) => getDataOrThrow(_06E9Fc5D4(addTenantToParameters(parameters), options));
|
|
26
|
+
/**
|
|
27
|
+
* Pause a backfill
|
|
28
|
+
*/
|
|
29
|
+
const pauseBackfill = (parameters, options) => getDataOrThrow(e736300({
|
|
30
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
31
|
+
triggerControllerApiTriggerId: parameters
|
|
32
|
+
}, options));
|
|
33
|
+
/**
|
|
34
|
+
* Pause backfill for triggers matching query asynchronously
|
|
35
|
+
*/
|
|
36
|
+
const pauseBackfillByQuery = (parameters, options) => getDataOrThrow(_01Af6F06f(addTenantToParameters(parameters), options));
|
|
37
|
+
/**
|
|
38
|
+
* Pause backfill for given triggers asynchronously
|
|
39
|
+
*/
|
|
40
|
+
const pauseBackfillByIds = (parameters, options) => getDataOrThrow(_0Af3543f(addTenantToParameters(parameters), options));
|
|
41
|
+
/**
|
|
42
|
+
* Unpause a backfill
|
|
43
|
+
*/
|
|
44
|
+
const unpauseBackfill = (parameters, options) => getDataOrThrow(_2D079507({
|
|
45
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
46
|
+
triggerControllerApiTriggerId: parameters
|
|
47
|
+
}, options));
|
|
48
|
+
/**
|
|
49
|
+
* Unpause backfill for triggers matching query asynchronously
|
|
50
|
+
*/
|
|
51
|
+
const unpauseBackfillByQuery = (parameters, options) => getDataOrThrow(_0361F2856(addTenantToParameters(parameters), options));
|
|
52
|
+
/**
|
|
53
|
+
* Unpause backfill for given triggers asynchronously
|
|
54
|
+
*/
|
|
55
|
+
const unpauseBackfillByIds = (parameters, options) => getDataOrThrow(_3139A61a(addTenantToParameters(parameters), options));
|
|
56
|
+
/**
|
|
57
|
+
* Delete triggers by query parameters asynchronously
|
|
58
|
+
*/
|
|
59
|
+
const deleteTriggersByQuery = (parameters, options) => getDataOrThrow(_0675820B5(addTenantToParameters(parameters), options));
|
|
60
|
+
/**
|
|
61
|
+
* Delete given triggers asynchronously
|
|
62
|
+
*/
|
|
63
|
+
const deleteTriggersByIds = (parameters, options) => getDataOrThrow(_03C4Fde05(addTenantToParameters(parameters), options));
|
|
64
|
+
/**
|
|
65
|
+
* Export all triggers as a streamed CSV file
|
|
66
|
+
*/
|
|
67
|
+
const exportTriggers = (parameters, options) => getDataOrThrow(_2Bf5E58f(addTenantToParameters(parameters), options));
|
|
68
|
+
/**
|
|
69
|
+
* Search for triggers
|
|
70
|
+
*/
|
|
71
|
+
const searchTriggers = (parameters, options) => getDataOrThrow(_025Dffc7d(addTenantToParameters(parameters), options));
|
|
72
|
+
/**
|
|
73
|
+
* Disable/enable a trigger
|
|
74
|
+
*/
|
|
75
|
+
const disableTriggerById = (parameters, options) => getDataOrThrow(_0669E525e({
|
|
76
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
77
|
+
triggerControllerApiDisableTriggerRequest: parameters
|
|
78
|
+
}, options));
|
|
79
|
+
/**
|
|
80
|
+
* Disable/enable triggers by query parameters asynchronously
|
|
81
|
+
*/
|
|
82
|
+
const disabledTriggersByQuery = (parameters, options) => getDataOrThrow(_064E031A6(addTenantToParameters(parameters), options));
|
|
83
|
+
/**
|
|
84
|
+
* Disable/enable given triggers asynchronously
|
|
85
|
+
*/
|
|
86
|
+
const disabledTriggersByIds = (parameters, options) => getDataOrThrow(_075D97736({
|
|
87
|
+
tenant: resolveTenant(parameters?.tenant),
|
|
88
|
+
triggerControllerSetDisabledRequest: parameters
|
|
89
|
+
}, options));
|
|
90
|
+
/**
|
|
91
|
+
* Unlock triggers by query parameters asynchronously
|
|
92
|
+
*/
|
|
93
|
+
const unlockTriggersByQuery = (parameters, options) => getDataOrThrow(_2F570092(addTenantToParameters(parameters), options));
|
|
94
|
+
/**
|
|
95
|
+
* Unlock given triggers asynchronously
|
|
96
|
+
*/
|
|
97
|
+
const unlockTriggersByIds = (parameters, options) => getDataOrThrow(_7874E902(addTenantToParameters(parameters), options));
|
|
98
|
+
/**
|
|
99
|
+
* Get all triggers for a flow
|
|
100
|
+
*/
|
|
101
|
+
const searchTriggersForFlow = (parameters, options) => getDataOrThrow(_077995F6c(addTenantToParameters(parameters), options));
|
|
102
|
+
/**
|
|
103
|
+
* Delete a trigger
|
|
104
|
+
*/
|
|
105
|
+
const deleteTrigger = (parameters, options) => getDataOrThrow(_04B613E73(addTenantToParameters(parameters), options));
|
|
106
|
+
/**
|
|
107
|
+
* Restart a trigger
|
|
108
|
+
*/
|
|
109
|
+
const restartTrigger = (parameters, options) => getDataOrThrow(_674530A9(addTenantToParameters(parameters), options));
|
|
110
|
+
/**
|
|
111
|
+
* Unlock a trigger
|
|
112
|
+
*/
|
|
113
|
+
const unlockTrigger = (parameters, options) => getDataOrThrow(_0Dd4E62c(addTenantToParameters(parameters), options));
|
|
114
|
+
//#endregion
|
|
115
|
+
export { createBackfill, deleteBackfill, deleteBackfillByIds, deleteBackfillByQuery, deleteTrigger, deleteTriggersByIds, deleteTriggersByQuery, disableTriggerById, disabledTriggersByIds, disabledTriggersByQuery, exportTriggers, pauseBackfill, pauseBackfillByIds, pauseBackfillByQuery, restartTrigger, searchTriggers, searchTriggersForFlow, unlockTrigger, unlockTriggersByIds, unlockTriggersByQuery, unpauseBackfill, unpauseBackfillByIds, unpauseBackfillByQuery };
|