@openshift-assisted/sdks 2.9.9-cim
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/README.md +1 -0
- package/accounts-management-service/api.d.ts +13 -0
- package/accounts-management-service/api.js +15 -0
- package/accounts-management-service/apis/default-api.d.ts +8443 -0
- package/accounts-management-service/apis/default-api.js +11647 -0
- package/accounts-management-service/base.d.ts +55 -0
- package/accounts-management-service/base.js +58 -0
- package/accounts-management-service/common.d.ts +66 -0
- package/accounts-management-service/common.js +135 -0
- package/accounts-management-service/configuration.d.ts +84 -0
- package/accounts-management-service/configuration.js +88 -0
- package/accounts-management-service/index.d.ts +15 -0
- package/accounts-management-service/index.js +17 -0
- package/accounts-management-service/models/access-review-response.d.ts +140 -0
- package/accounts-management-service/models/access-review-response.js +77 -0
- package/accounts-management-service/models/access-review.d.ts +122 -0
- package/accounts-management-service/models/access-review.js +77 -0
- package/accounts-management-service/models/access-token-cfg.d.ts +27 -0
- package/accounts-management-service/models/access-token-cfg.js +15 -0
- package/accounts-management-service/models/account-group-assignment-list.d.ts +18 -0
- package/accounts-management-service/models/account-group-assignment-list.js +15 -0
- package/accounts-management-service/models/account-group-assignment.d.ts +18 -0
- package/accounts-management-service/models/account-group-assignment.js +15 -0
- package/accounts-management-service/models/account-group-list.d.ts +18 -0
- package/accounts-management-service/models/account-group-list.js +15 -0
- package/accounts-management-service/models/account-group-request.d.ts +18 -0
- package/accounts-management-service/models/account-group-request.js +15 -0
- package/accounts-management-service/models/account-group.d.ts +18 -0
- package/accounts-management-service/models/account-group.js +15 -0
- package/accounts-management-service/models/account-list.d.ts +18 -0
- package/accounts-management-service/models/account-list.js +15 -0
- package/accounts-management-service/models/account-patch-request.d.ts +67 -0
- package/accounts-management-service/models/account-patch-request.js +15 -0
- package/accounts-management-service/models/account-reference.d.ts +18 -0
- package/accounts-management-service/models/account-reference.js +15 -0
- package/accounts-management-service/models/account.d.ts +18 -0
- package/accounts-management-service/models/account.js +15 -0
- package/accounts-management-service/models/billing-model-list.d.ts +18 -0
- package/accounts-management-service/models/billing-model-list.js +15 -0
- package/accounts-management-service/models/billing-model.d.ts +18 -0
- package/accounts-management-service/models/billing-model.js +15 -0
- package/accounts-management-service/models/capability-list.d.ts +18 -0
- package/accounts-management-service/models/capability-list.js +15 -0
- package/accounts-management-service/models/capability-review-request.d.ts +69 -0
- package/accounts-management-service/models/capability-review-request.js +30 -0
- package/accounts-management-service/models/capability-review.d.ts +25 -0
- package/accounts-management-service/models/capability-review.js +15 -0
- package/accounts-management-service/models/capability.d.ts +18 -0
- package/accounts-management-service/models/capability.js +15 -0
- package/accounts-management-service/models/certificate-serial.d.ts +49 -0
- package/accounts-management-service/models/certificate-serial.js +15 -0
- package/accounts-management-service/models/certificate.d.ts +58 -0
- package/accounts-management-service/models/certificate.js +15 -0
- package/accounts-management-service/models/certificates-request.d.ts +53 -0
- package/accounts-management-service/models/certificates-request.js +38 -0
- package/accounts-management-service/models/cloud-account.d.ts +38 -0
- package/accounts-management-service/models/cloud-account.js +15 -0
- package/accounts-management-service/models/cloud-resource-list.d.ts +18 -0
- package/accounts-management-service/models/cloud-resource-list.js +15 -0
- package/accounts-management-service/models/cloud-resource.d.ts +18 -0
- package/accounts-management-service/models/cloud-resource.js +15 -0
- package/accounts-management-service/models/cluster-authorization-request.d.ts +144 -0
- package/accounts-management-service/models/cluster-authorization-request.js +44 -0
- package/accounts-management-service/models/cluster-authorization-response.d.ts +45 -0
- package/accounts-management-service/models/cluster-authorization-response.js +15 -0
- package/accounts-management-service/models/cluster-metrics-nodes.d.ts +49 -0
- package/accounts-management-service/models/cluster-metrics-nodes.js +15 -0
- package/accounts-management-service/models/cluster-registration-request.d.ts +31 -0
- package/accounts-management-service/models/cluster-registration-request.js +15 -0
- package/accounts-management-service/models/cluster-registration-response.d.ts +43 -0
- package/accounts-management-service/models/cluster-registration-response.js +15 -0
- package/accounts-management-service/models/cluster-resource-total.d.ts +31 -0
- package/accounts-management-service/models/cluster-resource-total.js +15 -0
- package/accounts-management-service/models/cluster-resource.d.ts +38 -0
- package/accounts-management-service/models/cluster-resource.js +15 -0
- package/accounts-management-service/models/cluster-transfer-list.d.ts +18 -0
- package/accounts-management-service/models/cluster-transfer-list.js +15 -0
- package/accounts-management-service/models/cluster-transfer-patch-request.d.ts +25 -0
- package/accounts-management-service/models/cluster-transfer-patch-request.js +15 -0
- package/accounts-management-service/models/cluster-transfer-request.d.ts +37 -0
- package/accounts-management-service/models/cluster-transfer-request.js +15 -0
- package/accounts-management-service/models/cluster-transfer.d.ts +18 -0
- package/accounts-management-service/models/cluster-transfer.js +15 -0
- package/accounts-management-service/models/cluster-upgrade.d.ts +43 -0
- package/accounts-management-service/models/cluster-upgrade.js +15 -0
- package/accounts-management-service/models/consumed-quota-list.d.ts +18 -0
- package/accounts-management-service/models/consumed-quota-list.js +15 -0
- package/accounts-management-service/models/consumed-quota.d.ts +18 -0
- package/accounts-management-service/models/consumed-quota.js +15 -0
- package/accounts-management-service/models/contract-dimension.d.ts +31 -0
- package/accounts-management-service/models/contract-dimension.js +15 -0
- package/accounts-management-service/models/contract.d.ts +38 -0
- package/accounts-management-service/models/contract.js +15 -0
- package/accounts-management-service/models/default-capability-list.d.ts +18 -0
- package/accounts-management-service/models/default-capability-list.js +15 -0
- package/accounts-management-service/models/default-capability.d.ts +18 -0
- package/accounts-management-service/models/default-capability.js +15 -0
- package/accounts-management-service/models/deleted-subscription-list.d.ts +18 -0
- package/accounts-management-service/models/deleted-subscription-list.js +15 -0
- package/accounts-management-service/models/deleted-subscription.d.ts +18 -0
- package/accounts-management-service/models/deleted-subscription.js +15 -0
- package/accounts-management-service/models/ephemeral-resource-quota.d.ts +55 -0
- package/accounts-management-service/models/ephemeral-resource-quota.js +15 -0
- package/accounts-management-service/models/error-list.d.ts +18 -0
- package/accounts-management-service/models/error-list.js +15 -0
- package/accounts-management-service/models/excess-resource.d.ts +18 -0
- package/accounts-management-service/models/excess-resource.js +15 -0
- package/accounts-management-service/models/export-control-review-request.d.ts +31 -0
- package/accounts-management-service/models/export-control-review-request.js +15 -0
- package/accounts-management-service/models/export-control-review.d.ts +25 -0
- package/accounts-management-service/models/export-control-review.js +15 -0
- package/accounts-management-service/models/feature-review-response.d.ts +31 -0
- package/accounts-management-service/models/feature-review-response.js +15 -0
- package/accounts-management-service/models/feature-review.d.ts +37 -0
- package/accounts-management-service/models/feature-review.js +15 -0
- package/accounts-management-service/models/feature-toggle-query-request.d.ts +25 -0
- package/accounts-management-service/models/feature-toggle-query-request.js +15 -0
- package/accounts-management-service/models/feature-toggle.d.ts +18 -0
- package/accounts-management-service/models/feature-toggle.js +15 -0
- package/accounts-management-service/models/index.d.ts +144 -0
- package/accounts-management-service/models/index.js +144 -0
- package/accounts-management-service/models/label-list.d.ts +18 -0
- package/accounts-management-service/models/label-list.js +15 -0
- package/accounts-management-service/models/label.d.ts +18 -0
- package/accounts-management-service/models/label.js +15 -0
- package/accounts-management-service/models/landing-page-ctlitem-shape.d.ts +38 -0
- package/accounts-management-service/models/landing-page-ctlitem-shape.js +15 -0
- package/accounts-management-service/models/landing-page-ctlitem.d.ts +26 -0
- package/accounts-management-service/models/landing-page-ctlitem.js +15 -0
- package/accounts-management-service/models/landing-page-estate-item.d.ts +38 -0
- package/accounts-management-service/models/landing-page-estate-item.js +15 -0
- package/accounts-management-service/models/landing-page-link-shape.d.ts +31 -0
- package/accounts-management-service/models/landing-page-link-shape.js +15 -0
- package/accounts-management-service/models/list.d.ts +43 -0
- package/accounts-management-service/models/list.js +15 -0
- package/accounts-management-service/models/metric.d.ts +18 -0
- package/accounts-management-service/models/metric.js +15 -0
- package/accounts-management-service/models/metrics-list.d.ts +18 -0
- package/accounts-management-service/models/metrics-list.js +15 -0
- package/accounts-management-service/models/model-error.d.ts +18 -0
- package/accounts-management-service/models/model-error.js +15 -0
- package/accounts-management-service/models/notification-contact-create-request.d.ts +25 -0
- package/accounts-management-service/models/notification-contact-create-request.js +15 -0
- package/accounts-management-service/models/notification-request.d.ts +74 -0
- package/accounts-management-service/models/notification-request.js +15 -0
- package/accounts-management-service/models/object-reference.d.ts +37 -0
- package/accounts-management-service/models/object-reference.js +15 -0
- package/accounts-management-service/models/one-metric.d.ts +199 -0
- package/accounts-management-service/models/one-metric.js +24 -0
- package/accounts-management-service/models/organization-list.d.ts +18 -0
- package/accounts-management-service/models/organization-list.js +15 -0
- package/accounts-management-service/models/organization-patch-request.d.ts +37 -0
- package/accounts-management-service/models/organization-patch-request.js +15 -0
- package/accounts-management-service/models/organization.d.ts +18 -0
- package/accounts-management-service/models/organization.js +15 -0
- package/accounts-management-service/models/permission-list.d.ts +18 -0
- package/accounts-management-service/models/permission-list.js +15 -0
- package/accounts-management-service/models/permission.d.ts +42 -0
- package/accounts-management-service/models/permission.js +26 -0
- package/accounts-management-service/models/plan-list.d.ts +18 -0
- package/accounts-management-service/models/plan-list.js +15 -0
- package/accounts-management-service/models/plan.d.ts +18 -0
- package/accounts-management-service/models/plan.js +15 -0
- package/accounts-management-service/models/pull-secret-request.d.ts +25 -0
- package/accounts-management-service/models/pull-secret-request.js +15 -0
- package/accounts-management-service/models/pull-secret-rotation-list.d.ts +18 -0
- package/accounts-management-service/models/pull-secret-rotation-list.js +15 -0
- package/accounts-management-service/models/pull-secret-rotation-request.d.ts +18 -0
- package/accounts-management-service/models/pull-secret-rotation-request.js +15 -0
- package/accounts-management-service/models/pull-secret-rotation.d.ts +18 -0
- package/accounts-management-service/models/pull-secret-rotation.js +15 -0
- package/accounts-management-service/models/quota-authorization-request.d.ts +80 -0
- package/accounts-management-service/models/quota-authorization-request.js +15 -0
- package/accounts-management-service/models/quota-authorization-response.d.ts +45 -0
- package/accounts-management-service/models/quota-authorization-response.js +15 -0
- package/accounts-management-service/models/quota-cost-list.d.ts +18 -0
- package/accounts-management-service/models/quota-cost-list.js +15 -0
- package/accounts-management-service/models/quota-cost.d.ts +18 -0
- package/accounts-management-service/models/quota-cost.js +15 -0
- package/accounts-management-service/models/quota-list.d.ts +18 -0
- package/accounts-management-service/models/quota-list.js +15 -0
- package/accounts-management-service/models/quota-rules-list.d.ts +18 -0
- package/accounts-management-service/models/quota-rules-list.js +15 -0
- package/accounts-management-service/models/quota-rules.d.ts +18 -0
- package/accounts-management-service/models/quota-rules.js +15 -0
- package/accounts-management-service/models/quota.d.ts +18 -0
- package/accounts-management-service/models/quota.js +15 -0
- package/accounts-management-service/models/registry-address-value.d.ts +31 -0
- package/accounts-management-service/models/registry-address-value.js +15 -0
- package/accounts-management-service/models/registry-address.d.ts +21 -0
- package/accounts-management-service/models/registry-address.js +15 -0
- package/accounts-management-service/models/registry-create-request.d.ts +18 -0
- package/accounts-management-service/models/registry-create-request.js +15 -0
- package/accounts-management-service/models/registry-credential-list.d.ts +18 -0
- package/accounts-management-service/models/registry-credential-list.js +15 -0
- package/accounts-management-service/models/registry-credential-patch-request.d.ts +49 -0
- package/accounts-management-service/models/registry-credential-patch-request.js +15 -0
- package/accounts-management-service/models/registry-credential.d.ts +18 -0
- package/accounts-management-service/models/registry-credential.js +15 -0
- package/accounts-management-service/models/registry-list.d.ts +18 -0
- package/accounts-management-service/models/registry-list.js +15 -0
- package/accounts-management-service/models/registry-request.d.ts +55 -0
- package/accounts-management-service/models/registry-request.js +15 -0
- package/accounts-management-service/models/registry.d.ts +18 -0
- package/accounts-management-service/models/registry.js +15 -0
- package/accounts-management-service/models/related-resource.d.ts +18 -0
- package/accounts-management-service/models/related-resource.js +15 -0
- package/accounts-management-service/models/reserved-resource-list.d.ts +18 -0
- package/accounts-management-service/models/reserved-resource-list.js +15 -0
- package/accounts-management-service/models/reserved-resource-patch-request.d.ts +37 -0
- package/accounts-management-service/models/reserved-resource-patch-request.js +27 -0
- package/accounts-management-service/models/reserved-resource.d.ts +18 -0
- package/accounts-management-service/models/reserved-resource.js +15 -0
- package/accounts-management-service/models/resource-quota-list.d.ts +18 -0
- package/accounts-management-service/models/resource-quota-list.js +15 -0
- package/accounts-management-service/models/resource-quota-request.d.ts +46 -0
- package/accounts-management-service/models/resource-quota-request.js +24 -0
- package/accounts-management-service/models/resource-quota.d.ts +18 -0
- package/accounts-management-service/models/resource-quota.js +15 -0
- package/accounts-management-service/models/resource-review-request.d.ts +54 -0
- package/accounts-management-service/models/resource-review-request.js +33 -0
- package/accounts-management-service/models/resource-review.d.ts +80 -0
- package/accounts-management-service/models/resource-review.js +35 -0
- package/accounts-management-service/models/role-binding-create-request.d.ts +18 -0
- package/accounts-management-service/models/role-binding-create-request.js +15 -0
- package/accounts-management-service/models/role-binding-list.d.ts +18 -0
- package/accounts-management-service/models/role-binding-list.js +15 -0
- package/accounts-management-service/models/role-binding-request.d.ts +67 -0
- package/accounts-management-service/models/role-binding-request.js +15 -0
- package/accounts-management-service/models/role-binding.d.ts +18 -0
- package/accounts-management-service/models/role-binding.js +15 -0
- package/accounts-management-service/models/role-list.d.ts +18 -0
- package/accounts-management-service/models/role-list.js +15 -0
- package/accounts-management-service/models/role.d.ts +18 -0
- package/accounts-management-service/models/role.js +15 -0
- package/accounts-management-service/models/self-access-review.d.ts +116 -0
- package/accounts-management-service/models/self-access-review.js +77 -0
- package/accounts-management-service/models/self-entitlement-status.d.ts +31 -0
- package/accounts-management-service/models/self-entitlement-status.js +15 -0
- package/accounts-management-service/models/self-feature-review.d.ts +25 -0
- package/accounts-management-service/models/self-feature-review.js +15 -0
- package/accounts-management-service/models/self-resource-review-request.d.ts +48 -0
- package/accounts-management-service/models/self-resource-review-request.js +33 -0
- package/accounts-management-service/models/self-resource-review.d.ts +74 -0
- package/accounts-management-service/models/self-resource-review.js +35 -0
- package/accounts-management-service/models/self-service-landing-page-schema-config-try-learn.d.ts +32 -0
- package/accounts-management-service/models/self-service-landing-page-schema-config-try-learn.js +15 -0
- package/accounts-management-service/models/self-service-landing-page-schema-estate.d.ts +26 -0
- package/accounts-management-service/models/self-service-landing-page-schema-estate.js +15 -0
- package/accounts-management-service/models/self-service-landing-page-schema.d.ts +33 -0
- package/accounts-management-service/models/self-service-landing-page-schema.js +15 -0
- package/accounts-management-service/models/self-terms-review.d.ts +37 -0
- package/accounts-management-service/models/self-terms-review.js +15 -0
- package/accounts-management-service/models/sku-list.d.ts +18 -0
- package/accounts-management-service/models/sku-list.js +15 -0
- package/accounts-management-service/models/sku-rules-list.d.ts +18 -0
- package/accounts-management-service/models/sku-rules-list.js +15 -0
- package/accounts-management-service/models/sku-rules.d.ts +18 -0
- package/accounts-management-service/models/sku-rules.js +15 -0
- package/accounts-management-service/models/sku.d.ts +18 -0
- package/accounts-management-service/models/sku.js +15 -0
- package/accounts-management-service/models/subscription-common-fields.d.ts +18 -0
- package/accounts-management-service/models/subscription-common-fields.js +15 -0
- package/accounts-management-service/models/subscription-create-request.d.ts +63 -0
- package/accounts-management-service/models/subscription-create-request.js +30 -0
- package/accounts-management-service/models/subscription-list.d.ts +18 -0
- package/accounts-management-service/models/subscription-list.js +15 -0
- package/accounts-management-service/models/subscription-metric-list.d.ts +18 -0
- package/accounts-management-service/models/subscription-metric-list.js +15 -0
- package/accounts-management-service/models/subscription-metric.d.ts +25 -0
- package/accounts-management-service/models/subscription-metric.js +15 -0
- package/accounts-management-service/models/subscription-patch-request.d.ts +227 -0
- package/accounts-management-service/models/subscription-patch-request.js +78 -0
- package/accounts-management-service/models/subscription-role-binding-create-request.d.ts +31 -0
- package/accounts-management-service/models/subscription-role-binding-create-request.js +15 -0
- package/accounts-management-service/models/subscription-role-binding-list.d.ts +18 -0
- package/accounts-management-service/models/subscription-role-binding-list.js +15 -0
- package/accounts-management-service/models/subscription-role-binding.d.ts +18 -0
- package/accounts-management-service/models/subscription-role-binding.js +15 -0
- package/accounts-management-service/models/subscription.d.ts +18 -0
- package/accounts-management-service/models/subscription.js +15 -0
- package/accounts-management-service/models/summary-metrics.d.ts +32 -0
- package/accounts-management-service/models/summary-metrics.js +15 -0
- package/accounts-management-service/models/summary-vector.d.ts +31 -0
- package/accounts-management-service/models/summary-vector.js +15 -0
- package/accounts-management-service/models/summary.d.ts +18 -0
- package/accounts-management-service/models/summary.js +15 -0
- package/accounts-management-service/models/support-cases-created-response.d.ts +73 -0
- package/accounts-management-service/models/support-cases-created-response.js +15 -0
- package/accounts-management-service/models/support-cases-request.d.ts +107 -0
- package/accounts-management-service/models/support-cases-request.js +25 -0
- package/accounts-management-service/models/template-parameter.d.ts +31 -0
- package/accounts-management-service/models/template-parameter.js +15 -0
- package/accounts-management-service/models/terms-review-response.d.ts +49 -0
- package/accounts-management-service/models/terms-review-response.js +15 -0
- package/accounts-management-service/models/terms-review.d.ts +43 -0
- package/accounts-management-service/models/terms-review.js +15 -0
- package/accounts-management-service/models/token-authorization-request.d.ts +25 -0
- package/accounts-management-service/models/token-authorization-request.js +15 -0
- package/accounts-management-service/models/token-authorization-response.d.ts +26 -0
- package/accounts-management-service/models/token-authorization-response.js +15 -0
- package/assisted-installer-service/api.js +20 -0
- package/assisted-installer-service/apis/events-api.js +198 -0
- package/assisted-installer-service/apis/installer-api.js +4905 -0
- package/assisted-installer-service/apis/managed-domains-api.js +112 -0
- package/assisted-installer-service/apis/manifests-api.js +438 -0
- package/assisted-installer-service/apis/operators-api.js +323 -0
- package/assisted-installer-service/apis/versions-api.js +174 -0
- package/assisted-installer-service/base.js +58 -0
- package/assisted-installer-service/common.js +135 -0
- package/assisted-installer-service/configuration.js +88 -0
- package/assisted-installer-service/index.js +17 -0
- package/assisted-installer-service/models/api-vip-connectivity-request.js +15 -0
- package/assisted-installer-service/models/api-vip-connectivity-response.js +15 -0
- package/assisted-installer-service/models/api-vip.js +15 -0
- package/assisted-installer-service/models/architecture-support-level-id.js +27 -0
- package/assisted-installer-service/models/bind-host-params.js +15 -0
- package/assisted-installer-service/models/boot.js +15 -0
- package/assisted-installer-service/models/cluster-create-params.js +56 -0
- package/assisted-installer-service/models/cluster-default-config.js +15 -0
- package/assisted-installer-service/models/cluster-host-requirements-details.js +15 -0
- package/assisted-installer-service/models/cluster-host-requirements-list.js +15 -0
- package/assisted-installer-service/models/cluster-host-requirements.js +15 -0
- package/assisted-installer-service/models/cluster-list.js +15 -0
- package/assisted-installer-service/models/cluster-network.js +15 -0
- package/assisted-installer-service/models/cluster-progress-info.js +15 -0
- package/assisted-installer-service/models/cluster-validation-id.js +46 -0
- package/assisted-installer-service/models/cluster.js +83 -0
- package/assisted-installer-service/models/completion-params.js +15 -0
- package/assisted-installer-service/models/connectivity-check-host.js +15 -0
- package/assisted-installer-service/models/connectivity-check-nic.js +15 -0
- package/assisted-installer-service/models/connectivity-check-params.js +15 -0
- package/assisted-installer-service/models/connectivity-remote-host.js +15 -0
- package/assisted-installer-service/models/connectivity-report.js +15 -0
- package/assisted-installer-service/models/container-image-availability-request.js +15 -0
- package/assisted-installer-service/models/container-image-availability-response.js +15 -0
- package/assisted-installer-service/models/container-image-availability-result.js +24 -0
- package/assisted-installer-service/models/container-image-availability.js +15 -0
- package/assisted-installer-service/models/cpu.js +15 -0
- package/assisted-installer-service/models/create-manifest-params.js +23 -0
- package/assisted-installer-service/models/credentials.js +15 -0
- package/assisted-installer-service/models/dhcp-allocation-request.js +15 -0
- package/assisted-installer-service/models/dhcp-allocation-response.js +15 -0
- package/assisted-installer-service/models/disk-config-params.js +15 -0
- package/assisted-installer-service/models/disk-encryption.js +34 -0
- package/assisted-installer-service/models/disk-info.js +15 -0
- package/assisted-installer-service/models/disk-installation-eligibility.js +15 -0
- package/assisted-installer-service/models/disk-role.js +24 -0
- package/assisted-installer-service/models/disk-skip-formatting-params.js +15 -0
- package/assisted-installer-service/models/disk-speed-check-request.js +15 -0
- package/assisted-installer-service/models/disk-speed-check-response.js +15 -0
- package/assisted-installer-service/models/disk-speed.js +15 -0
- package/assisted-installer-service/models/disk.js +15 -0
- package/assisted-installer-service/models/domain-resolution-request-domains-inner.js +15 -0
- package/assisted-installer-service/models/domain-resolution-request.js +15 -0
- package/assisted-installer-service/models/domain-resolution-response-resolutions-inner.js +15 -0
- package/assisted-installer-service/models/domain-resolution-response.js +15 -0
- package/assisted-installer-service/models/download-boot-artifacts-request.js +15 -0
- package/assisted-installer-service/models/drive-type.js +36 -0
- package/assisted-installer-service/models/event-list.js +15 -0
- package/assisted-installer-service/models/event.js +34 -0
- package/assisted-installer-service/models/feature-support-level-features-inner.js +47 -0
- package/assisted-installer-service/models/feature-support-level-id.js +40 -0
- package/assisted-installer-service/models/feature-support-level.js +15 -0
- package/assisted-installer-service/models/feature-support-levels.js +15 -0
- package/assisted-installer-service/models/free-addresses-list.js +15 -0
- package/assisted-installer-service/models/free-addresses-request.js +15 -0
- package/assisted-installer-service/models/free-network-addresses.js +15 -0
- package/assisted-installer-service/models/free-networks-addresses.js +15 -0
- package/assisted-installer-service/models/get-supported-architectures200-response.js +15 -0
- package/assisted-installer-service/models/get-supported-features200-response.js +15 -0
- package/assisted-installer-service/models/gpu.js +15 -0
- package/assisted-installer-service/models/host-create-params.js +15 -0
- package/assisted-installer-service/models/host-ignition-params.js +15 -0
- package/assisted-installer-service/models/host-list.js +15 -0
- package/assisted-installer-service/models/host-network.js +15 -0
- package/assisted-installer-service/models/host-progress-info.js +15 -0
- package/assisted-installer-service/models/host-progress.js +15 -0
- package/assisted-installer-service/models/host-registration-response-all-of-next-step-runner-command.js +15 -0
- package/assisted-installer-service/models/host-registration-response.js +15 -0
- package/assisted-installer-service/models/host-role-update-params.js +25 -0
- package/assisted-installer-service/models/host-role.js +26 -0
- package/assisted-installer-service/models/host-stage.js +34 -0
- package/assisted-installer-service/models/host-static-network-config.js +15 -0
- package/assisted-installer-service/models/host-type-hardware-requirements-wrapper.js +15 -0
- package/assisted-installer-service/models/host-type-hardware-requirements.js +15 -0
- package/assisted-installer-service/models/host-update-params.js +24 -0
- package/assisted-installer-service/models/host-validation-id.js +63 -0
- package/assisted-installer-service/models/host.js +67 -0
- package/assisted-installer-service/models/ignition-endpoint.js +15 -0
- package/assisted-installer-service/models/ignored-validations.js +15 -0
- package/assisted-installer-service/models/image-create-params.js +15 -0
- package/assisted-installer-service/models/image-info.js +15 -0
- package/assisted-installer-service/models/image-type.js +24 -0
- package/assisted-installer-service/models/import-cluster-params.js +15 -0
- package/assisted-installer-service/models/index.js +170 -0
- package/assisted-installer-service/models/infra-env-create-params.js +26 -0
- package/assisted-installer-service/models/infra-env-list.js +15 -0
- package/assisted-installer-service/models/infra-env-update-params.js +15 -0
- package/assisted-installer-service/models/infra-env.js +34 -0
- package/assisted-installer-service/models/infra-error.js +15 -0
- package/assisted-installer-service/models/ingress-vip.js +15 -0
- package/assisted-installer-service/models/install-cmd-request.js +23 -0
- package/assisted-installer-service/models/installer-args-params.js +15 -0
- package/assisted-installer-service/models/interface.js +15 -0
- package/assisted-installer-service/models/inventory.js +24 -0
- package/assisted-installer-service/models/io-perf.js +15 -0
- package/assisted-installer-service/models/kernel-argument.js +24 -0
- package/assisted-installer-service/models/kernel-arguments.js +15 -0
- package/assisted-installer-service/models/l2-connectivity.js +15 -0
- package/assisted-installer-service/models/l3-connectivity.js +15 -0
- package/assisted-installer-service/models/list-managed-domains.js +15 -0
- package/assisted-installer-service/models/list-manifests.js +15 -0
- package/assisted-installer-service/models/list-versions.js +15 -0
- package/assisted-installer-service/models/logs-gather-cmd-request.js +15 -0
- package/assisted-installer-service/models/logs-progress-params.js +15 -0
- package/assisted-installer-service/models/logs-state.js +27 -0
- package/assisted-installer-service/models/logs-type.js +26 -0
- package/assisted-installer-service/models/mac-interface-map-inner.js +15 -0
- package/assisted-installer-service/models/mac-interface-map.js +15 -0
- package/assisted-installer-service/models/machine-network.js +15 -0
- package/assisted-installer-service/models/managed-domain.js +22 -0
- package/assisted-installer-service/models/manifest.js +23 -0
- package/assisted-installer-service/models/memory-method.js +25 -0
- package/assisted-installer-service/models/memory.js +15 -0
- package/assisted-installer-service/models/model-error.js +22 -0
- package/assisted-installer-service/models/monitored-operator.js +15 -0
- package/assisted-installer-service/models/monitored-operators-list.js +15 -0
- package/assisted-installer-service/models/next-step-cmd-request.js +15 -0
- package/assisted-installer-service/models/node-label-params.js +15 -0
- package/assisted-installer-service/models/ntp-source.js +15 -0
- package/assisted-installer-service/models/ntp-synchronization-request.js +15 -0
- package/assisted-installer-service/models/ntp-synchronization-response.js +15 -0
- package/assisted-installer-service/models/openshift-version.js +24 -0
- package/assisted-installer-service/models/openshift-versions.js +15 -0
- package/assisted-installer-service/models/operator-create-params.js +15 -0
- package/assisted-installer-service/models/operator-hardware-requirements.js +15 -0
- package/assisted-installer-service/models/operator-host-requirements.js +15 -0
- package/assisted-installer-service/models/operator-monitor-report.js +15 -0
- package/assisted-installer-service/models/operator-properties.js +15 -0
- package/assisted-installer-service/models/operator-property.js +25 -0
- package/assisted-installer-service/models/operator-status.js +25 -0
- package/assisted-installer-service/models/operator-type.js +24 -0
- package/assisted-installer-service/models/os-image.js +26 -0
- package/assisted-installer-service/models/os-images.js +15 -0
- package/assisted-installer-service/models/platform-type.js +27 -0
- package/assisted-installer-service/models/platform.js +15 -0
- package/assisted-installer-service/models/preflight-hardware-requirements.js +15 -0
- package/assisted-installer-service/models/presigned-url.js +15 -0
- package/assisted-installer-service/models/proxy.js +15 -0
- package/assisted-installer-service/models/reboot-for-reclaim-request.js +15 -0
- package/assisted-installer-service/models/release-image.js +37 -0
- package/assisted-installer-service/models/release-images.js +15 -0
- package/assisted-installer-service/models/route.js +15 -0
- package/assisted-installer-service/models/service-network.js +15 -0
- package/assisted-installer-service/models/source-state.js +28 -0
- package/assisted-installer-service/models/step-reply.js +15 -0
- package/assisted-installer-service/models/step-type.js +41 -0
- package/assisted-installer-service/models/step.js +15 -0
- package/assisted-installer-service/models/steps-reply.js +15 -0
- package/assisted-installer-service/models/steps.js +23 -0
- package/assisted-installer-service/models/support-level.js +27 -0
- package/assisted-installer-service/models/support-levels.js +15 -0
- package/assisted-installer-service/models/system-vendor.js +15 -0
- package/assisted-installer-service/models/tang-connectivity-request.js +15 -0
- package/assisted-installer-service/models/tang-connectivity-response-tang-server-response-inner-signatures-inner.js +15 -0
- package/assisted-installer-service/models/tang-connectivity-response-tang-server-response-inner.js +15 -0
- package/assisted-installer-service/models/tang-connectivity-response.js +15 -0
- package/assisted-installer-service/models/update-manifest-params.js +32 -0
- package/assisted-installer-service/models/upgrade-agent-request.js +15 -0
- package/assisted-installer-service/models/upgrade-agent-response.js +15 -0
- package/assisted-installer-service/models/upgrade-agent-result.js +24 -0
- package/assisted-installer-service/models/usage.js +15 -0
- package/assisted-installer-service/models/v2-cluster-update-params.js +34 -0
- package/assisted-installer-service/models/verified-vip.js +15 -0
- package/assisted-installer-service/models/verify-vip.js +15 -0
- package/assisted-installer-service/models/verify-vips-request.js +15 -0
- package/assisted-installer-service/models/verify-vips-response.js +15 -0
- package/assisted-installer-service/models/versioned-host-requirements.js +15 -0
- package/assisted-installer-service/models/versions.js +15 -0
- package/assisted-installer-service/models/vip-type.js +24 -0
- package/assisted-installer-service/models/vip-verification.js +25 -0
- package/authorization-service/api.js +15 -0
- package/authorization-service/apis/default-api.js +818 -0
- package/authorization-service/base.js +58 -0
- package/authorization-service/common.js +135 -0
- package/authorization-service/configuration.js +88 -0
- package/authorization-service/index.js +17 -0
- package/authorization-service/models/access-review-response.js +73 -0
- package/authorization-service/models/access-review.js +73 -0
- package/authorization-service/models/capability-review-request.js +30 -0
- package/authorization-service/models/capability-review.js +15 -0
- package/authorization-service/models/error-all-of.js +15 -0
- package/authorization-service/models/export-control-review-request.js +15 -0
- package/authorization-service/models/export-control-review.js +15 -0
- package/authorization-service/models/feature-review-response.js +15 -0
- package/authorization-service/models/feature-review.js +15 -0
- package/authorization-service/models/index.js +21 -0
- package/authorization-service/models/model-error.js +15 -0
- package/authorization-service/models/object-reference.js +15 -0
- package/authorization-service/models/resource-review-request.js +33 -0
- package/authorization-service/models/resource-review.js +35 -0
- package/authorization-service/models/self-access-review.js +73 -0
- package/authorization-service/models/self-feature-review.js +15 -0
- package/authorization-service/models/self-resource-review-request.js +33 -0
- package/authorization-service/models/self-resource-review.js +35 -0
- package/authorization-service/models/self-terms-review.js +15 -0
- package/authorization-service/models/terms-review-response.js +15 -0
- package/authorization-service/models/terms-review.js +15 -0
- package/package.json +46 -0
|
@@ -0,0 +1,818 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Authorization Service API
|
|
5
|
+
* Enables access control on resources of OCM services
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.0.1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import globalAxios from 'axios';
|
|
15
|
+
// Some imports not used depending on template conditions
|
|
16
|
+
// @ts-ignore
|
|
17
|
+
import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, } from '../common';
|
|
18
|
+
// @ts-ignore
|
|
19
|
+
import { BASE_PATH, BaseAPI } from '../base';
|
|
20
|
+
/**
|
|
21
|
+
* DefaultApi - axios parameter creator
|
|
22
|
+
* @export
|
|
23
|
+
*/
|
|
24
|
+
export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
25
|
+
return {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @summary Review an account\'s access to perform an action on a particular resource or resource type
|
|
29
|
+
* @param {AccessReview} accessReview Access review data
|
|
30
|
+
* @param {*} [options] Override http request option.
|
|
31
|
+
* @throws {RequiredError}
|
|
32
|
+
*/
|
|
33
|
+
apiAuthorizationsV1AccessReviewPost: async (accessReview, options = {}) => {
|
|
34
|
+
// verify required parameter 'accessReview' is not null or undefined
|
|
35
|
+
assertParamExists('apiAuthorizationsV1AccessReviewPost', 'accessReview', accessReview);
|
|
36
|
+
const localVarPath = `/api/authorizations/v1/access_review`;
|
|
37
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
38
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
39
|
+
let baseOptions;
|
|
40
|
+
if (configuration) {
|
|
41
|
+
baseOptions = configuration.baseOptions;
|
|
42
|
+
}
|
|
43
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
44
|
+
const localVarHeaderParameter = {};
|
|
45
|
+
const localVarQueryParameter = {};
|
|
46
|
+
// authentication Bearer required
|
|
47
|
+
// http bearer authentication required
|
|
48
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
49
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
50
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
51
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
52
|
+
localVarRequestOptions.headers = {
|
|
53
|
+
...localVarHeaderParameter,
|
|
54
|
+
...headersFromBaseOptions,
|
|
55
|
+
...options.headers,
|
|
56
|
+
};
|
|
57
|
+
localVarRequestOptions.data = serializeDataIfNeeded(accessReview, localVarRequestOptions, configuration);
|
|
58
|
+
return {
|
|
59
|
+
url: toPathString(localVarUrlObj),
|
|
60
|
+
options: localVarRequestOptions,
|
|
61
|
+
};
|
|
62
|
+
},
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @summary Review an account\'s capabilities
|
|
66
|
+
* @param {CapabilityReviewRequest} capabilityReviewRequest Capability review data
|
|
67
|
+
* @param {*} [options] Override http request option.
|
|
68
|
+
* @throws {RequiredError}
|
|
69
|
+
*/
|
|
70
|
+
apiAuthorizationsV1CapabilityReviewPost: async (capabilityReviewRequest, options = {}) => {
|
|
71
|
+
// verify required parameter 'capabilityReviewRequest' is not null or undefined
|
|
72
|
+
assertParamExists('apiAuthorizationsV1CapabilityReviewPost', 'capabilityReviewRequest', capabilityReviewRequest);
|
|
73
|
+
const localVarPath = `/api/authorizations/v1/capability_review`;
|
|
74
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
75
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
76
|
+
let baseOptions;
|
|
77
|
+
if (configuration) {
|
|
78
|
+
baseOptions = configuration.baseOptions;
|
|
79
|
+
}
|
|
80
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
81
|
+
const localVarHeaderParameter = {};
|
|
82
|
+
const localVarQueryParameter = {};
|
|
83
|
+
// authentication Bearer required
|
|
84
|
+
// http bearer authentication required
|
|
85
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
86
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
87
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
88
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
89
|
+
localVarRequestOptions.headers = {
|
|
90
|
+
...localVarHeaderParameter,
|
|
91
|
+
...headersFromBaseOptions,
|
|
92
|
+
...options.headers,
|
|
93
|
+
};
|
|
94
|
+
localVarRequestOptions.data = serializeDataIfNeeded(capabilityReviewRequest, localVarRequestOptions, configuration);
|
|
95
|
+
return {
|
|
96
|
+
url: toPathString(localVarUrlObj),
|
|
97
|
+
options: localVarRequestOptions,
|
|
98
|
+
};
|
|
99
|
+
},
|
|
100
|
+
/**
|
|
101
|
+
*
|
|
102
|
+
* @summary Determine whether a user is restricted from downloading Red Hat software based on export control compliance.
|
|
103
|
+
* @param {ExportControlReviewRequest} exportControlReviewRequest Export control review data
|
|
104
|
+
* @param {*} [options] Override http request option.
|
|
105
|
+
* @throws {RequiredError}
|
|
106
|
+
*/
|
|
107
|
+
apiAuthorizationsV1ExportControlReviewPost: async (exportControlReviewRequest, options = {}) => {
|
|
108
|
+
// verify required parameter 'exportControlReviewRequest' is not null or undefined
|
|
109
|
+
assertParamExists('apiAuthorizationsV1ExportControlReviewPost', 'exportControlReviewRequest', exportControlReviewRequest);
|
|
110
|
+
const localVarPath = `/api/authorizations/v1/export_control_review`;
|
|
111
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
112
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
113
|
+
let baseOptions;
|
|
114
|
+
if (configuration) {
|
|
115
|
+
baseOptions = configuration.baseOptions;
|
|
116
|
+
}
|
|
117
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
118
|
+
const localVarHeaderParameter = {};
|
|
119
|
+
const localVarQueryParameter = {};
|
|
120
|
+
// authentication Bearer required
|
|
121
|
+
// http bearer authentication required
|
|
122
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
123
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
124
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
125
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
126
|
+
localVarRequestOptions.headers = {
|
|
127
|
+
...localVarHeaderParameter,
|
|
128
|
+
...headersFromBaseOptions,
|
|
129
|
+
...options.headers,
|
|
130
|
+
};
|
|
131
|
+
localVarRequestOptions.data = serializeDataIfNeeded(exportControlReviewRequest, localVarRequestOptions, configuration);
|
|
132
|
+
return {
|
|
133
|
+
url: toPathString(localVarUrlObj),
|
|
134
|
+
options: localVarRequestOptions,
|
|
135
|
+
};
|
|
136
|
+
},
|
|
137
|
+
/**
|
|
138
|
+
*
|
|
139
|
+
* @summary Review feature to perform an action on it such as toggle a feature on/off
|
|
140
|
+
* @param {FeatureReview} featureReview Feature review data
|
|
141
|
+
* @param {*} [options] Override http request option.
|
|
142
|
+
* @throws {RequiredError}
|
|
143
|
+
*/
|
|
144
|
+
apiAuthorizationsV1FeatureReviewPost: async (featureReview, options = {}) => {
|
|
145
|
+
// verify required parameter 'featureReview' is not null or undefined
|
|
146
|
+
assertParamExists('apiAuthorizationsV1FeatureReviewPost', 'featureReview', featureReview);
|
|
147
|
+
const localVarPath = `/api/authorizations/v1/feature_review`;
|
|
148
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
149
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
150
|
+
let baseOptions;
|
|
151
|
+
if (configuration) {
|
|
152
|
+
baseOptions = configuration.baseOptions;
|
|
153
|
+
}
|
|
154
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
155
|
+
const localVarHeaderParameter = {};
|
|
156
|
+
const localVarQueryParameter = {};
|
|
157
|
+
// authentication Bearer required
|
|
158
|
+
// http bearer authentication required
|
|
159
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
160
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
161
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
162
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
163
|
+
localVarRequestOptions.headers = {
|
|
164
|
+
...localVarHeaderParameter,
|
|
165
|
+
...headersFromBaseOptions,
|
|
166
|
+
...options.headers,
|
|
167
|
+
};
|
|
168
|
+
localVarRequestOptions.data = serializeDataIfNeeded(featureReview, localVarRequestOptions, configuration);
|
|
169
|
+
return {
|
|
170
|
+
url: toPathString(localVarUrlObj),
|
|
171
|
+
options: localVarRequestOptions,
|
|
172
|
+
};
|
|
173
|
+
},
|
|
174
|
+
/**
|
|
175
|
+
*
|
|
176
|
+
* @summary Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
|
|
177
|
+
* @param {ResourceReviewRequest} resourceReviewRequest Resource review data
|
|
178
|
+
* @param {boolean} [reduceClusterList] If true, When returning a list of cluster_ids/cluster_uuids/subscription_ids, if those are already included in one of the organizations provided in organization_ids, do not include it in the list.
|
|
179
|
+
* @param {string} [excludeSubscriptionStatuses] A comma-separated list of subscription statuses. Subscriptions with these statuses will be excluded from results. This options is mutually exclusive with includeSubscriptionStatuses.
|
|
180
|
+
* @param {string} [includeSubscriptionStatuses] A comma-separated list of subscription statuses. Only subscriptions with these statuses will be included into results. This options is mutually exclusive with excludeSubscriptionStatuses.
|
|
181
|
+
* @param {*} [options] Override http request option.
|
|
182
|
+
* @deprecated
|
|
183
|
+
* @throws {RequiredError}
|
|
184
|
+
*/
|
|
185
|
+
apiAuthorizationsV1ResourceReviewPost: async (resourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options = {}) => {
|
|
186
|
+
// verify required parameter 'resourceReviewRequest' is not null or undefined
|
|
187
|
+
assertParamExists('apiAuthorizationsV1ResourceReviewPost', 'resourceReviewRequest', resourceReviewRequest);
|
|
188
|
+
const localVarPath = `/api/authorizations/v1/resource_review`;
|
|
189
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
190
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
191
|
+
let baseOptions;
|
|
192
|
+
if (configuration) {
|
|
193
|
+
baseOptions = configuration.baseOptions;
|
|
194
|
+
}
|
|
195
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
196
|
+
const localVarHeaderParameter = {};
|
|
197
|
+
const localVarQueryParameter = {};
|
|
198
|
+
// authentication Bearer required
|
|
199
|
+
// http bearer authentication required
|
|
200
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
201
|
+
if (reduceClusterList !== undefined) {
|
|
202
|
+
localVarQueryParameter['reduceClusterList'] = reduceClusterList;
|
|
203
|
+
}
|
|
204
|
+
if (excludeSubscriptionStatuses !== undefined) {
|
|
205
|
+
localVarQueryParameter['excludeSubscriptionStatuses'] = excludeSubscriptionStatuses;
|
|
206
|
+
}
|
|
207
|
+
if (includeSubscriptionStatuses !== undefined) {
|
|
208
|
+
localVarQueryParameter['includeSubscriptionStatuses'] = includeSubscriptionStatuses;
|
|
209
|
+
}
|
|
210
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
211
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
212
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
213
|
+
localVarRequestOptions.headers = {
|
|
214
|
+
...localVarHeaderParameter,
|
|
215
|
+
...headersFromBaseOptions,
|
|
216
|
+
...options.headers,
|
|
217
|
+
};
|
|
218
|
+
localVarRequestOptions.data = serializeDataIfNeeded(resourceReviewRequest, localVarRequestOptions, configuration);
|
|
219
|
+
return {
|
|
220
|
+
url: toPathString(localVarUrlObj),
|
|
221
|
+
options: localVarRequestOptions,
|
|
222
|
+
};
|
|
223
|
+
},
|
|
224
|
+
/**
|
|
225
|
+
*
|
|
226
|
+
* @summary Review your ability to perform an action on a particular resource or resource type
|
|
227
|
+
* @param {SelfAccessReview} selfAccessReview Self access review data
|
|
228
|
+
* @param {*} [options] Override http request option.
|
|
229
|
+
* @throws {RequiredError}
|
|
230
|
+
*/
|
|
231
|
+
apiAuthorizationsV1SelfAccessReviewPost: async (selfAccessReview, options = {}) => {
|
|
232
|
+
// verify required parameter 'selfAccessReview' is not null or undefined
|
|
233
|
+
assertParamExists('apiAuthorizationsV1SelfAccessReviewPost', 'selfAccessReview', selfAccessReview);
|
|
234
|
+
const localVarPath = `/api/authorizations/v1/self_access_review`;
|
|
235
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
236
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
237
|
+
let baseOptions;
|
|
238
|
+
if (configuration) {
|
|
239
|
+
baseOptions = configuration.baseOptions;
|
|
240
|
+
}
|
|
241
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
242
|
+
const localVarHeaderParameter = {};
|
|
243
|
+
const localVarQueryParameter = {};
|
|
244
|
+
// authentication Bearer required
|
|
245
|
+
// http bearer authentication required
|
|
246
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
247
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
248
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
249
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
250
|
+
localVarRequestOptions.headers = {
|
|
251
|
+
...localVarHeaderParameter,
|
|
252
|
+
...headersFromBaseOptions,
|
|
253
|
+
...options.headers,
|
|
254
|
+
};
|
|
255
|
+
localVarRequestOptions.data = serializeDataIfNeeded(selfAccessReview, localVarRequestOptions, configuration);
|
|
256
|
+
return {
|
|
257
|
+
url: toPathString(localVarUrlObj),
|
|
258
|
+
options: localVarRequestOptions,
|
|
259
|
+
};
|
|
260
|
+
},
|
|
261
|
+
/**
|
|
262
|
+
*
|
|
263
|
+
* @summary Review your ability to toggle a feature
|
|
264
|
+
* @param {SelfFeatureReview} selfFeatureReview Self feature review data
|
|
265
|
+
* @param {*} [options] Override http request option.
|
|
266
|
+
* @throws {RequiredError}
|
|
267
|
+
*/
|
|
268
|
+
apiAuthorizationsV1SelfFeatureReviewPost: async (selfFeatureReview, options = {}) => {
|
|
269
|
+
// verify required parameter 'selfFeatureReview' is not null or undefined
|
|
270
|
+
assertParamExists('apiAuthorizationsV1SelfFeatureReviewPost', 'selfFeatureReview', selfFeatureReview);
|
|
271
|
+
const localVarPath = `/api/authorizations/v1/self_feature_review`;
|
|
272
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
273
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
274
|
+
let baseOptions;
|
|
275
|
+
if (configuration) {
|
|
276
|
+
baseOptions = configuration.baseOptions;
|
|
277
|
+
}
|
|
278
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
279
|
+
const localVarHeaderParameter = {};
|
|
280
|
+
const localVarQueryParameter = {};
|
|
281
|
+
// authentication Bearer required
|
|
282
|
+
// http bearer authentication required
|
|
283
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
284
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
285
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
286
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
287
|
+
localVarRequestOptions.headers = {
|
|
288
|
+
...localVarHeaderParameter,
|
|
289
|
+
...headersFromBaseOptions,
|
|
290
|
+
...options.headers,
|
|
291
|
+
};
|
|
292
|
+
localVarRequestOptions.data = serializeDataIfNeeded(selfFeatureReview, localVarRequestOptions, configuration);
|
|
293
|
+
return {
|
|
294
|
+
url: toPathString(localVarUrlObj),
|
|
295
|
+
options: localVarRequestOptions,
|
|
296
|
+
};
|
|
297
|
+
},
|
|
298
|
+
/**
|
|
299
|
+
*
|
|
300
|
+
* @summary Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
|
|
301
|
+
* @param {SelfResourceReviewRequest} selfResourceReviewRequest Self resource review data
|
|
302
|
+
* @param {boolean} [reduceClusterList] If true, When returning a list of cluster_ids/cluster_uuids/subscription_ids, if those are already included in one of the organizations provided in organization_ids, do not include it in the list.
|
|
303
|
+
* @param {string} [excludeSubscriptionStatuses] A comma-separated list of subscription statuses. Subscriptions with these statuses will be excluded from results. This options is mutually exclusive with includeSubscriptionStatuses.
|
|
304
|
+
* @param {string} [includeSubscriptionStatuses] A comma-separated list of subscription statuses. Only subscriptions with these statuses will be included into results. This options is mutually exclusive with excludeSubscriptionStatuses.
|
|
305
|
+
* @param {*} [options] Override http request option.
|
|
306
|
+
* @throws {RequiredError}
|
|
307
|
+
*/
|
|
308
|
+
apiAuthorizationsV1SelfResourceReviewPost: async (selfResourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options = {}) => {
|
|
309
|
+
// verify required parameter 'selfResourceReviewRequest' is not null or undefined
|
|
310
|
+
assertParamExists('apiAuthorizationsV1SelfResourceReviewPost', 'selfResourceReviewRequest', selfResourceReviewRequest);
|
|
311
|
+
const localVarPath = `/api/authorizations/v1/self_resource_review`;
|
|
312
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
313
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
314
|
+
let baseOptions;
|
|
315
|
+
if (configuration) {
|
|
316
|
+
baseOptions = configuration.baseOptions;
|
|
317
|
+
}
|
|
318
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
319
|
+
const localVarHeaderParameter = {};
|
|
320
|
+
const localVarQueryParameter = {};
|
|
321
|
+
// authentication Bearer required
|
|
322
|
+
// http bearer authentication required
|
|
323
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
324
|
+
if (reduceClusterList !== undefined) {
|
|
325
|
+
localVarQueryParameter['reduceClusterList'] = reduceClusterList;
|
|
326
|
+
}
|
|
327
|
+
if (excludeSubscriptionStatuses !== undefined) {
|
|
328
|
+
localVarQueryParameter['excludeSubscriptionStatuses'] = excludeSubscriptionStatuses;
|
|
329
|
+
}
|
|
330
|
+
if (includeSubscriptionStatuses !== undefined) {
|
|
331
|
+
localVarQueryParameter['includeSubscriptionStatuses'] = includeSubscriptionStatuses;
|
|
332
|
+
}
|
|
333
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
334
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
335
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
336
|
+
localVarRequestOptions.headers = {
|
|
337
|
+
...localVarHeaderParameter,
|
|
338
|
+
...headersFromBaseOptions,
|
|
339
|
+
...options.headers,
|
|
340
|
+
};
|
|
341
|
+
localVarRequestOptions.data = serializeDataIfNeeded(selfResourceReviewRequest, localVarRequestOptions, configuration);
|
|
342
|
+
return {
|
|
343
|
+
url: toPathString(localVarUrlObj),
|
|
344
|
+
options: localVarRequestOptions,
|
|
345
|
+
};
|
|
346
|
+
},
|
|
347
|
+
/**
|
|
348
|
+
*
|
|
349
|
+
* @summary Review your status of Terms
|
|
350
|
+
* @param {SelfTermsReview} selfTermsReview Data to check self terms for
|
|
351
|
+
* @param {*} [options] Override http request option.
|
|
352
|
+
* @throws {RequiredError}
|
|
353
|
+
*/
|
|
354
|
+
apiAuthorizationsV1SelfTermsReviewPost: async (selfTermsReview, options = {}) => {
|
|
355
|
+
// verify required parameter 'selfTermsReview' is not null or undefined
|
|
356
|
+
assertParamExists('apiAuthorizationsV1SelfTermsReviewPost', 'selfTermsReview', selfTermsReview);
|
|
357
|
+
const localVarPath = `/api/authorizations/v1/self_terms_review`;
|
|
358
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
359
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
360
|
+
let baseOptions;
|
|
361
|
+
if (configuration) {
|
|
362
|
+
baseOptions = configuration.baseOptions;
|
|
363
|
+
}
|
|
364
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
365
|
+
const localVarHeaderParameter = {};
|
|
366
|
+
const localVarQueryParameter = {};
|
|
367
|
+
// authentication Bearer required
|
|
368
|
+
// http bearer authentication required
|
|
369
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
370
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
371
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
372
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
373
|
+
localVarRequestOptions.headers = {
|
|
374
|
+
...localVarHeaderParameter,
|
|
375
|
+
...headersFromBaseOptions,
|
|
376
|
+
...options.headers,
|
|
377
|
+
};
|
|
378
|
+
localVarRequestOptions.data = serializeDataIfNeeded(selfTermsReview, localVarRequestOptions, configuration);
|
|
379
|
+
return {
|
|
380
|
+
url: toPathString(localVarUrlObj),
|
|
381
|
+
options: localVarRequestOptions,
|
|
382
|
+
};
|
|
383
|
+
},
|
|
384
|
+
/**
|
|
385
|
+
*
|
|
386
|
+
* @summary Review an account\'s status of Terms
|
|
387
|
+
* @param {TermsReview} termsReview Data to check terms for
|
|
388
|
+
* @param {*} [options] Override http request option.
|
|
389
|
+
* @throws {RequiredError}
|
|
390
|
+
*/
|
|
391
|
+
apiAuthorizationsV1TermsReviewPost: async (termsReview, options = {}) => {
|
|
392
|
+
// verify required parameter 'termsReview' is not null or undefined
|
|
393
|
+
assertParamExists('apiAuthorizationsV1TermsReviewPost', 'termsReview', termsReview);
|
|
394
|
+
const localVarPath = `/api/authorizations/v1/terms_review`;
|
|
395
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
396
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
397
|
+
let baseOptions;
|
|
398
|
+
if (configuration) {
|
|
399
|
+
baseOptions = configuration.baseOptions;
|
|
400
|
+
}
|
|
401
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
402
|
+
const localVarHeaderParameter = {};
|
|
403
|
+
const localVarQueryParameter = {};
|
|
404
|
+
// authentication Bearer required
|
|
405
|
+
// http bearer authentication required
|
|
406
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
407
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
408
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
409
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
410
|
+
localVarRequestOptions.headers = {
|
|
411
|
+
...localVarHeaderParameter,
|
|
412
|
+
...headersFromBaseOptions,
|
|
413
|
+
...options.headers,
|
|
414
|
+
};
|
|
415
|
+
localVarRequestOptions.data = serializeDataIfNeeded(termsReview, localVarRequestOptions, configuration);
|
|
416
|
+
return {
|
|
417
|
+
url: toPathString(localVarUrlObj),
|
|
418
|
+
options: localVarRequestOptions,
|
|
419
|
+
};
|
|
420
|
+
},
|
|
421
|
+
};
|
|
422
|
+
};
|
|
423
|
+
/**
|
|
424
|
+
* DefaultApi - functional programming interface
|
|
425
|
+
* @export
|
|
426
|
+
*/
|
|
427
|
+
export const DefaultApiFp = function (configuration) {
|
|
428
|
+
const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration);
|
|
429
|
+
return {
|
|
430
|
+
/**
|
|
431
|
+
*
|
|
432
|
+
* @summary Review an account\'s access to perform an action on a particular resource or resource type
|
|
433
|
+
* @param {AccessReview} accessReview Access review data
|
|
434
|
+
* @param {*} [options] Override http request option.
|
|
435
|
+
* @throws {RequiredError}
|
|
436
|
+
*/
|
|
437
|
+
async apiAuthorizationsV1AccessReviewPost(accessReview, options) {
|
|
438
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1AccessReviewPost(accessReview, options);
|
|
439
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
440
|
+
},
|
|
441
|
+
/**
|
|
442
|
+
*
|
|
443
|
+
* @summary Review an account\'s capabilities
|
|
444
|
+
* @param {CapabilityReviewRequest} capabilityReviewRequest Capability review data
|
|
445
|
+
* @param {*} [options] Override http request option.
|
|
446
|
+
* @throws {RequiredError}
|
|
447
|
+
*/
|
|
448
|
+
async apiAuthorizationsV1CapabilityReviewPost(capabilityReviewRequest, options) {
|
|
449
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1CapabilityReviewPost(capabilityReviewRequest, options);
|
|
450
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
451
|
+
},
|
|
452
|
+
/**
|
|
453
|
+
*
|
|
454
|
+
* @summary Determine whether a user is restricted from downloading Red Hat software based on export control compliance.
|
|
455
|
+
* @param {ExportControlReviewRequest} exportControlReviewRequest Export control review data
|
|
456
|
+
* @param {*} [options] Override http request option.
|
|
457
|
+
* @throws {RequiredError}
|
|
458
|
+
*/
|
|
459
|
+
async apiAuthorizationsV1ExportControlReviewPost(exportControlReviewRequest, options) {
|
|
460
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1ExportControlReviewPost(exportControlReviewRequest, options);
|
|
461
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
462
|
+
},
|
|
463
|
+
/**
|
|
464
|
+
*
|
|
465
|
+
* @summary Review feature to perform an action on it such as toggle a feature on/off
|
|
466
|
+
* @param {FeatureReview} featureReview Feature review data
|
|
467
|
+
* @param {*} [options] Override http request option.
|
|
468
|
+
* @throws {RequiredError}
|
|
469
|
+
*/
|
|
470
|
+
async apiAuthorizationsV1FeatureReviewPost(featureReview, options) {
|
|
471
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1FeatureReviewPost(featureReview, options);
|
|
472
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
473
|
+
},
|
|
474
|
+
/**
|
|
475
|
+
*
|
|
476
|
+
* @summary Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
|
|
477
|
+
* @param {ResourceReviewRequest} resourceReviewRequest Resource review data
|
|
478
|
+
* @param {boolean} [reduceClusterList] If true, When returning a list of cluster_ids/cluster_uuids/subscription_ids, if those are already included in one of the organizations provided in organization_ids, do not include it in the list.
|
|
479
|
+
* @param {string} [excludeSubscriptionStatuses] A comma-separated list of subscription statuses. Subscriptions with these statuses will be excluded from results. This options is mutually exclusive with includeSubscriptionStatuses.
|
|
480
|
+
* @param {string} [includeSubscriptionStatuses] A comma-separated list of subscription statuses. Only subscriptions with these statuses will be included into results. This options is mutually exclusive with excludeSubscriptionStatuses.
|
|
481
|
+
* @param {*} [options] Override http request option.
|
|
482
|
+
* @deprecated
|
|
483
|
+
* @throws {RequiredError}
|
|
484
|
+
*/
|
|
485
|
+
async apiAuthorizationsV1ResourceReviewPost(resourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options) {
|
|
486
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1ResourceReviewPost(resourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options);
|
|
487
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
488
|
+
},
|
|
489
|
+
/**
|
|
490
|
+
*
|
|
491
|
+
* @summary Review your ability to perform an action on a particular resource or resource type
|
|
492
|
+
* @param {SelfAccessReview} selfAccessReview Self access review data
|
|
493
|
+
* @param {*} [options] Override http request option.
|
|
494
|
+
* @throws {RequiredError}
|
|
495
|
+
*/
|
|
496
|
+
async apiAuthorizationsV1SelfAccessReviewPost(selfAccessReview, options) {
|
|
497
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1SelfAccessReviewPost(selfAccessReview, options);
|
|
498
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
499
|
+
},
|
|
500
|
+
/**
|
|
501
|
+
*
|
|
502
|
+
* @summary Review your ability to toggle a feature
|
|
503
|
+
* @param {SelfFeatureReview} selfFeatureReview Self feature review data
|
|
504
|
+
* @param {*} [options] Override http request option.
|
|
505
|
+
* @throws {RequiredError}
|
|
506
|
+
*/
|
|
507
|
+
async apiAuthorizationsV1SelfFeatureReviewPost(selfFeatureReview, options) {
|
|
508
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1SelfFeatureReviewPost(selfFeatureReview, options);
|
|
509
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
510
|
+
},
|
|
511
|
+
/**
|
|
512
|
+
*
|
|
513
|
+
* @summary Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
|
|
514
|
+
* @param {SelfResourceReviewRequest} selfResourceReviewRequest Self resource review data
|
|
515
|
+
* @param {boolean} [reduceClusterList] If true, When returning a list of cluster_ids/cluster_uuids/subscription_ids, if those are already included in one of the organizations provided in organization_ids, do not include it in the list.
|
|
516
|
+
* @param {string} [excludeSubscriptionStatuses] A comma-separated list of subscription statuses. Subscriptions with these statuses will be excluded from results. This options is mutually exclusive with includeSubscriptionStatuses.
|
|
517
|
+
* @param {string} [includeSubscriptionStatuses] A comma-separated list of subscription statuses. Only subscriptions with these statuses will be included into results. This options is mutually exclusive with excludeSubscriptionStatuses.
|
|
518
|
+
* @param {*} [options] Override http request option.
|
|
519
|
+
* @throws {RequiredError}
|
|
520
|
+
*/
|
|
521
|
+
async apiAuthorizationsV1SelfResourceReviewPost(selfResourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options) {
|
|
522
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1SelfResourceReviewPost(selfResourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options);
|
|
523
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
524
|
+
},
|
|
525
|
+
/**
|
|
526
|
+
*
|
|
527
|
+
* @summary Review your status of Terms
|
|
528
|
+
* @param {SelfTermsReview} selfTermsReview Data to check self terms for
|
|
529
|
+
* @param {*} [options] Override http request option.
|
|
530
|
+
* @throws {RequiredError}
|
|
531
|
+
*/
|
|
532
|
+
async apiAuthorizationsV1SelfTermsReviewPost(selfTermsReview, options) {
|
|
533
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1SelfTermsReviewPost(selfTermsReview, options);
|
|
534
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
535
|
+
},
|
|
536
|
+
/**
|
|
537
|
+
*
|
|
538
|
+
* @summary Review an account\'s status of Terms
|
|
539
|
+
* @param {TermsReview} termsReview Data to check terms for
|
|
540
|
+
* @param {*} [options] Override http request option.
|
|
541
|
+
* @throws {RequiredError}
|
|
542
|
+
*/
|
|
543
|
+
async apiAuthorizationsV1TermsReviewPost(termsReview, options) {
|
|
544
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1TermsReviewPost(termsReview, options);
|
|
545
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
546
|
+
},
|
|
547
|
+
};
|
|
548
|
+
};
|
|
549
|
+
/**
|
|
550
|
+
* DefaultApi - factory interface
|
|
551
|
+
* @export
|
|
552
|
+
*/
|
|
553
|
+
export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
554
|
+
const localVarFp = DefaultApiFp(configuration);
|
|
555
|
+
return {
|
|
556
|
+
/**
|
|
557
|
+
*
|
|
558
|
+
* @summary Review an account\'s access to perform an action on a particular resource or resource type
|
|
559
|
+
* @param {DefaultApiApiAuthorizationsV1AccessReviewPostRequest} requestParameters Request parameters.
|
|
560
|
+
* @param {*} [options] Override http request option.
|
|
561
|
+
* @throws {RequiredError}
|
|
562
|
+
*/
|
|
563
|
+
apiAuthorizationsV1AccessReviewPost(requestParameters, options) {
|
|
564
|
+
return localVarFp
|
|
565
|
+
.apiAuthorizationsV1AccessReviewPost(requestParameters.accessReview, options)
|
|
566
|
+
.then((request) => request(axios, basePath));
|
|
567
|
+
},
|
|
568
|
+
/**
|
|
569
|
+
*
|
|
570
|
+
* @summary Review an account\'s capabilities
|
|
571
|
+
* @param {DefaultApiApiAuthorizationsV1CapabilityReviewPostRequest} requestParameters Request parameters.
|
|
572
|
+
* @param {*} [options] Override http request option.
|
|
573
|
+
* @throws {RequiredError}
|
|
574
|
+
*/
|
|
575
|
+
apiAuthorizationsV1CapabilityReviewPost(requestParameters, options) {
|
|
576
|
+
return localVarFp
|
|
577
|
+
.apiAuthorizationsV1CapabilityReviewPost(requestParameters.capabilityReviewRequest, options)
|
|
578
|
+
.then((request) => request(axios, basePath));
|
|
579
|
+
},
|
|
580
|
+
/**
|
|
581
|
+
*
|
|
582
|
+
* @summary Determine whether a user is restricted from downloading Red Hat software based on export control compliance.
|
|
583
|
+
* @param {DefaultApiApiAuthorizationsV1ExportControlReviewPostRequest} requestParameters Request parameters.
|
|
584
|
+
* @param {*} [options] Override http request option.
|
|
585
|
+
* @throws {RequiredError}
|
|
586
|
+
*/
|
|
587
|
+
apiAuthorizationsV1ExportControlReviewPost(requestParameters, options) {
|
|
588
|
+
return localVarFp
|
|
589
|
+
.apiAuthorizationsV1ExportControlReviewPost(requestParameters.exportControlReviewRequest, options)
|
|
590
|
+
.then((request) => request(axios, basePath));
|
|
591
|
+
},
|
|
592
|
+
/**
|
|
593
|
+
*
|
|
594
|
+
* @summary Review feature to perform an action on it such as toggle a feature on/off
|
|
595
|
+
* @param {DefaultApiApiAuthorizationsV1FeatureReviewPostRequest} requestParameters Request parameters.
|
|
596
|
+
* @param {*} [options] Override http request option.
|
|
597
|
+
* @throws {RequiredError}
|
|
598
|
+
*/
|
|
599
|
+
apiAuthorizationsV1FeatureReviewPost(requestParameters, options) {
|
|
600
|
+
return localVarFp
|
|
601
|
+
.apiAuthorizationsV1FeatureReviewPost(requestParameters.featureReview, options)
|
|
602
|
+
.then((request) => request(axios, basePath));
|
|
603
|
+
},
|
|
604
|
+
/**
|
|
605
|
+
*
|
|
606
|
+
* @summary Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
|
|
607
|
+
* @param {DefaultApiApiAuthorizationsV1ResourceReviewPostRequest} requestParameters Request parameters.
|
|
608
|
+
* @param {*} [options] Override http request option.
|
|
609
|
+
* @deprecated
|
|
610
|
+
* @throws {RequiredError}
|
|
611
|
+
*/
|
|
612
|
+
apiAuthorizationsV1ResourceReviewPost(requestParameters, options) {
|
|
613
|
+
return localVarFp
|
|
614
|
+
.apiAuthorizationsV1ResourceReviewPost(requestParameters.resourceReviewRequest, requestParameters.reduceClusterList, requestParameters.excludeSubscriptionStatuses, requestParameters.includeSubscriptionStatuses, options)
|
|
615
|
+
.then((request) => request(axios, basePath));
|
|
616
|
+
},
|
|
617
|
+
/**
|
|
618
|
+
*
|
|
619
|
+
* @summary Review your ability to perform an action on a particular resource or resource type
|
|
620
|
+
* @param {DefaultApiApiAuthorizationsV1SelfAccessReviewPostRequest} requestParameters Request parameters.
|
|
621
|
+
* @param {*} [options] Override http request option.
|
|
622
|
+
* @throws {RequiredError}
|
|
623
|
+
*/
|
|
624
|
+
apiAuthorizationsV1SelfAccessReviewPost(requestParameters, options) {
|
|
625
|
+
return localVarFp
|
|
626
|
+
.apiAuthorizationsV1SelfAccessReviewPost(requestParameters.selfAccessReview, options)
|
|
627
|
+
.then((request) => request(axios, basePath));
|
|
628
|
+
},
|
|
629
|
+
/**
|
|
630
|
+
*
|
|
631
|
+
* @summary Review your ability to toggle a feature
|
|
632
|
+
* @param {DefaultApiApiAuthorizationsV1SelfFeatureReviewPostRequest} requestParameters Request parameters.
|
|
633
|
+
* @param {*} [options] Override http request option.
|
|
634
|
+
* @throws {RequiredError}
|
|
635
|
+
*/
|
|
636
|
+
apiAuthorizationsV1SelfFeatureReviewPost(requestParameters, options) {
|
|
637
|
+
return localVarFp
|
|
638
|
+
.apiAuthorizationsV1SelfFeatureReviewPost(requestParameters.selfFeatureReview, options)
|
|
639
|
+
.then((request) => request(axios, basePath));
|
|
640
|
+
},
|
|
641
|
+
/**
|
|
642
|
+
*
|
|
643
|
+
* @summary Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
|
|
644
|
+
* @param {DefaultApiApiAuthorizationsV1SelfResourceReviewPostRequest} requestParameters Request parameters.
|
|
645
|
+
* @param {*} [options] Override http request option.
|
|
646
|
+
* @throws {RequiredError}
|
|
647
|
+
*/
|
|
648
|
+
apiAuthorizationsV1SelfResourceReviewPost(requestParameters, options) {
|
|
649
|
+
return localVarFp
|
|
650
|
+
.apiAuthorizationsV1SelfResourceReviewPost(requestParameters.selfResourceReviewRequest, requestParameters.reduceClusterList, requestParameters.excludeSubscriptionStatuses, requestParameters.includeSubscriptionStatuses, options)
|
|
651
|
+
.then((request) => request(axios, basePath));
|
|
652
|
+
},
|
|
653
|
+
/**
|
|
654
|
+
*
|
|
655
|
+
* @summary Review your status of Terms
|
|
656
|
+
* @param {DefaultApiApiAuthorizationsV1SelfTermsReviewPostRequest} requestParameters Request parameters.
|
|
657
|
+
* @param {*} [options] Override http request option.
|
|
658
|
+
* @throws {RequiredError}
|
|
659
|
+
*/
|
|
660
|
+
apiAuthorizationsV1SelfTermsReviewPost(requestParameters, options) {
|
|
661
|
+
return localVarFp
|
|
662
|
+
.apiAuthorizationsV1SelfTermsReviewPost(requestParameters.selfTermsReview, options)
|
|
663
|
+
.then((request) => request(axios, basePath));
|
|
664
|
+
},
|
|
665
|
+
/**
|
|
666
|
+
*
|
|
667
|
+
* @summary Review an account\'s status of Terms
|
|
668
|
+
* @param {DefaultApiApiAuthorizationsV1TermsReviewPostRequest} requestParameters Request parameters.
|
|
669
|
+
* @param {*} [options] Override http request option.
|
|
670
|
+
* @throws {RequiredError}
|
|
671
|
+
*/
|
|
672
|
+
apiAuthorizationsV1TermsReviewPost(requestParameters, options) {
|
|
673
|
+
return localVarFp
|
|
674
|
+
.apiAuthorizationsV1TermsReviewPost(requestParameters.termsReview, options)
|
|
675
|
+
.then((request) => request(axios, basePath));
|
|
676
|
+
},
|
|
677
|
+
};
|
|
678
|
+
};
|
|
679
|
+
/**
|
|
680
|
+
* DefaultApi - object-oriented interface
|
|
681
|
+
* @export
|
|
682
|
+
* @class DefaultApi
|
|
683
|
+
* @extends {BaseAPI}
|
|
684
|
+
*/
|
|
685
|
+
export class DefaultApi extends BaseAPI {
|
|
686
|
+
/**
|
|
687
|
+
*
|
|
688
|
+
* @summary Review an account\'s access to perform an action on a particular resource or resource type
|
|
689
|
+
* @param {DefaultApiApiAuthorizationsV1AccessReviewPostRequest} requestParameters Request parameters.
|
|
690
|
+
* @param {*} [options] Override http request option.
|
|
691
|
+
* @throws {RequiredError}
|
|
692
|
+
* @memberof DefaultApi
|
|
693
|
+
*/
|
|
694
|
+
apiAuthorizationsV1AccessReviewPost(requestParameters, options) {
|
|
695
|
+
return DefaultApiFp(this.configuration)
|
|
696
|
+
.apiAuthorizationsV1AccessReviewPost(requestParameters.accessReview, options)
|
|
697
|
+
.then((request) => request(this.axios, this.basePath));
|
|
698
|
+
}
|
|
699
|
+
/**
|
|
700
|
+
*
|
|
701
|
+
* @summary Review an account\'s capabilities
|
|
702
|
+
* @param {DefaultApiApiAuthorizationsV1CapabilityReviewPostRequest} requestParameters Request parameters.
|
|
703
|
+
* @param {*} [options] Override http request option.
|
|
704
|
+
* @throws {RequiredError}
|
|
705
|
+
* @memberof DefaultApi
|
|
706
|
+
*/
|
|
707
|
+
apiAuthorizationsV1CapabilityReviewPost(requestParameters, options) {
|
|
708
|
+
return DefaultApiFp(this.configuration)
|
|
709
|
+
.apiAuthorizationsV1CapabilityReviewPost(requestParameters.capabilityReviewRequest, options)
|
|
710
|
+
.then((request) => request(this.axios, this.basePath));
|
|
711
|
+
}
|
|
712
|
+
/**
|
|
713
|
+
*
|
|
714
|
+
* @summary Determine whether a user is restricted from downloading Red Hat software based on export control compliance.
|
|
715
|
+
* @param {DefaultApiApiAuthorizationsV1ExportControlReviewPostRequest} requestParameters Request parameters.
|
|
716
|
+
* @param {*} [options] Override http request option.
|
|
717
|
+
* @throws {RequiredError}
|
|
718
|
+
* @memberof DefaultApi
|
|
719
|
+
*/
|
|
720
|
+
apiAuthorizationsV1ExportControlReviewPost(requestParameters, options) {
|
|
721
|
+
return DefaultApiFp(this.configuration)
|
|
722
|
+
.apiAuthorizationsV1ExportControlReviewPost(requestParameters.exportControlReviewRequest, options)
|
|
723
|
+
.then((request) => request(this.axios, this.basePath));
|
|
724
|
+
}
|
|
725
|
+
/**
|
|
726
|
+
*
|
|
727
|
+
* @summary Review feature to perform an action on it such as toggle a feature on/off
|
|
728
|
+
* @param {DefaultApiApiAuthorizationsV1FeatureReviewPostRequest} requestParameters Request parameters.
|
|
729
|
+
* @param {*} [options] Override http request option.
|
|
730
|
+
* @throws {RequiredError}
|
|
731
|
+
* @memberof DefaultApi
|
|
732
|
+
*/
|
|
733
|
+
apiAuthorizationsV1FeatureReviewPost(requestParameters, options) {
|
|
734
|
+
return DefaultApiFp(this.configuration)
|
|
735
|
+
.apiAuthorizationsV1FeatureReviewPost(requestParameters.featureReview, options)
|
|
736
|
+
.then((request) => request(this.axios, this.basePath));
|
|
737
|
+
}
|
|
738
|
+
/**
|
|
739
|
+
*
|
|
740
|
+
* @summary Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
|
|
741
|
+
* @param {DefaultApiApiAuthorizationsV1ResourceReviewPostRequest} requestParameters Request parameters.
|
|
742
|
+
* @param {*} [options] Override http request option.
|
|
743
|
+
* @deprecated
|
|
744
|
+
* @throws {RequiredError}
|
|
745
|
+
* @memberof DefaultApi
|
|
746
|
+
*/
|
|
747
|
+
apiAuthorizationsV1ResourceReviewPost(requestParameters, options) {
|
|
748
|
+
return DefaultApiFp(this.configuration)
|
|
749
|
+
.apiAuthorizationsV1ResourceReviewPost(requestParameters.resourceReviewRequest, requestParameters.reduceClusterList, requestParameters.excludeSubscriptionStatuses, requestParameters.includeSubscriptionStatuses, options)
|
|
750
|
+
.then((request) => request(this.axios, this.basePath));
|
|
751
|
+
}
|
|
752
|
+
/**
|
|
753
|
+
*
|
|
754
|
+
* @summary Review your ability to perform an action on a particular resource or resource type
|
|
755
|
+
* @param {DefaultApiApiAuthorizationsV1SelfAccessReviewPostRequest} requestParameters Request parameters.
|
|
756
|
+
* @param {*} [options] Override http request option.
|
|
757
|
+
* @throws {RequiredError}
|
|
758
|
+
* @memberof DefaultApi
|
|
759
|
+
*/
|
|
760
|
+
apiAuthorizationsV1SelfAccessReviewPost(requestParameters, options) {
|
|
761
|
+
return DefaultApiFp(this.configuration)
|
|
762
|
+
.apiAuthorizationsV1SelfAccessReviewPost(requestParameters.selfAccessReview, options)
|
|
763
|
+
.then((request) => request(this.axios, this.basePath));
|
|
764
|
+
}
|
|
765
|
+
/**
|
|
766
|
+
*
|
|
767
|
+
* @summary Review your ability to toggle a feature
|
|
768
|
+
* @param {DefaultApiApiAuthorizationsV1SelfFeatureReviewPostRequest} requestParameters Request parameters.
|
|
769
|
+
* @param {*} [options] Override http request option.
|
|
770
|
+
* @throws {RequiredError}
|
|
771
|
+
* @memberof DefaultApi
|
|
772
|
+
*/
|
|
773
|
+
apiAuthorizationsV1SelfFeatureReviewPost(requestParameters, options) {
|
|
774
|
+
return DefaultApiFp(this.configuration)
|
|
775
|
+
.apiAuthorizationsV1SelfFeatureReviewPost(requestParameters.selfFeatureReview, options)
|
|
776
|
+
.then((request) => request(this.axios, this.basePath));
|
|
777
|
+
}
|
|
778
|
+
/**
|
|
779
|
+
*
|
|
780
|
+
* @summary Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
|
|
781
|
+
* @param {DefaultApiApiAuthorizationsV1SelfResourceReviewPostRequest} requestParameters Request parameters.
|
|
782
|
+
* @param {*} [options] Override http request option.
|
|
783
|
+
* @throws {RequiredError}
|
|
784
|
+
* @memberof DefaultApi
|
|
785
|
+
*/
|
|
786
|
+
apiAuthorizationsV1SelfResourceReviewPost(requestParameters, options) {
|
|
787
|
+
return DefaultApiFp(this.configuration)
|
|
788
|
+
.apiAuthorizationsV1SelfResourceReviewPost(requestParameters.selfResourceReviewRequest, requestParameters.reduceClusterList, requestParameters.excludeSubscriptionStatuses, requestParameters.includeSubscriptionStatuses, options)
|
|
789
|
+
.then((request) => request(this.axios, this.basePath));
|
|
790
|
+
}
|
|
791
|
+
/**
|
|
792
|
+
*
|
|
793
|
+
* @summary Review your status of Terms
|
|
794
|
+
* @param {DefaultApiApiAuthorizationsV1SelfTermsReviewPostRequest} requestParameters Request parameters.
|
|
795
|
+
* @param {*} [options] Override http request option.
|
|
796
|
+
* @throws {RequiredError}
|
|
797
|
+
* @memberof DefaultApi
|
|
798
|
+
*/
|
|
799
|
+
apiAuthorizationsV1SelfTermsReviewPost(requestParameters, options) {
|
|
800
|
+
return DefaultApiFp(this.configuration)
|
|
801
|
+
.apiAuthorizationsV1SelfTermsReviewPost(requestParameters.selfTermsReview, options)
|
|
802
|
+
.then((request) => request(this.axios, this.basePath));
|
|
803
|
+
}
|
|
804
|
+
/**
|
|
805
|
+
*
|
|
806
|
+
* @summary Review an account\'s status of Terms
|
|
807
|
+
* @param {DefaultApiApiAuthorizationsV1TermsReviewPostRequest} requestParameters Request parameters.
|
|
808
|
+
* @param {*} [options] Override http request option.
|
|
809
|
+
* @throws {RequiredError}
|
|
810
|
+
* @memberof DefaultApi
|
|
811
|
+
*/
|
|
812
|
+
apiAuthorizationsV1TermsReviewPost(requestParameters, options) {
|
|
813
|
+
return DefaultApiFp(this.configuration)
|
|
814
|
+
.apiAuthorizationsV1TermsReviewPost(requestParameters.termsReview, options)
|
|
815
|
+
.then((request) => request(this.axios, this.basePath));
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
//# sourceMappingURL=default-api.js.map
|