@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,323 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* AssistedInstall
|
|
5
|
+
* Assisted installation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
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, setApiKeyToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, } from '../common';
|
|
18
|
+
// @ts-ignore
|
|
19
|
+
import { BASE_PATH, BaseAPI } from '../base';
|
|
20
|
+
/**
|
|
21
|
+
* OperatorsApi - axios parameter creator
|
|
22
|
+
* @export
|
|
23
|
+
*/
|
|
24
|
+
export const OperatorsApiAxiosParamCreator = function (configuration) {
|
|
25
|
+
return {
|
|
26
|
+
/**
|
|
27
|
+
* Lists operators to be monitored for a cluster.
|
|
28
|
+
* @param {string} clusterId The cluster to return operators for.
|
|
29
|
+
* @param {string} [operatorName] An operator in the specified cluster to return its data.
|
|
30
|
+
* @param {*} [options] Override http request option.
|
|
31
|
+
* @throws {RequiredError}
|
|
32
|
+
*/
|
|
33
|
+
v2ListOfClusterOperators: async (clusterId, operatorName, options = {}) => {
|
|
34
|
+
// verify required parameter 'clusterId' is not null or undefined
|
|
35
|
+
assertParamExists('v2ListOfClusterOperators', 'clusterId', clusterId);
|
|
36
|
+
const localVarPath = `/v2/clusters/{cluster_id}/monitored-operators`.replace(`{${'cluster_id'}}`, encodeURIComponent(String(clusterId)));
|
|
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: 'GET', ...baseOptions, ...options };
|
|
44
|
+
const localVarHeaderParameter = {};
|
|
45
|
+
const localVarQueryParameter = {};
|
|
46
|
+
// authentication agentAuth required
|
|
47
|
+
await setApiKeyToObject(localVarHeaderParameter, 'X-Secret-Key', configuration);
|
|
48
|
+
if (operatorName !== undefined) {
|
|
49
|
+
localVarQueryParameter['operator_name'] = operatorName;
|
|
50
|
+
}
|
|
51
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
52
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
53
|
+
localVarRequestOptions.headers = {
|
|
54
|
+
...localVarHeaderParameter,
|
|
55
|
+
...headersFromBaseOptions,
|
|
56
|
+
...options.headers,
|
|
57
|
+
};
|
|
58
|
+
return {
|
|
59
|
+
url: toPathString(localVarUrlObj),
|
|
60
|
+
options: localVarRequestOptions,
|
|
61
|
+
};
|
|
62
|
+
},
|
|
63
|
+
/**
|
|
64
|
+
* Lists properties for an operator.
|
|
65
|
+
* @param {string} operatorName The operator name.
|
|
66
|
+
* @param {*} [options] Override http request option.
|
|
67
|
+
* @throws {RequiredError}
|
|
68
|
+
*/
|
|
69
|
+
v2ListOperatorProperties: async (operatorName, options = {}) => {
|
|
70
|
+
// verify required parameter 'operatorName' is not null or undefined
|
|
71
|
+
assertParamExists('v2ListOperatorProperties', 'operatorName', operatorName);
|
|
72
|
+
const localVarPath = `/v2/supported-operators/{operator_name}`.replace(`{${'operator_name'}}`, encodeURIComponent(String(operatorName)));
|
|
73
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
74
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
75
|
+
let baseOptions;
|
|
76
|
+
if (configuration) {
|
|
77
|
+
baseOptions = configuration.baseOptions;
|
|
78
|
+
}
|
|
79
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
80
|
+
const localVarHeaderParameter = {};
|
|
81
|
+
const localVarQueryParameter = {};
|
|
82
|
+
// authentication userAuth required
|
|
83
|
+
await setApiKeyToObject(localVarHeaderParameter, 'Authorization', configuration);
|
|
84
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
85
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
86
|
+
localVarRequestOptions.headers = {
|
|
87
|
+
...localVarHeaderParameter,
|
|
88
|
+
...headersFromBaseOptions,
|
|
89
|
+
...options.headers,
|
|
90
|
+
};
|
|
91
|
+
return {
|
|
92
|
+
url: toPathString(localVarUrlObj),
|
|
93
|
+
options: localVarRequestOptions,
|
|
94
|
+
};
|
|
95
|
+
},
|
|
96
|
+
/**
|
|
97
|
+
* Retrieves the list of supported operators.
|
|
98
|
+
* @param {*} [options] Override http request option.
|
|
99
|
+
* @throws {RequiredError}
|
|
100
|
+
*/
|
|
101
|
+
v2ListSupportedOperators: async (options = {}) => {
|
|
102
|
+
const localVarPath = `/v2/supported-operators`;
|
|
103
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
104
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
105
|
+
let baseOptions;
|
|
106
|
+
if (configuration) {
|
|
107
|
+
baseOptions = configuration.baseOptions;
|
|
108
|
+
}
|
|
109
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
110
|
+
const localVarHeaderParameter = {};
|
|
111
|
+
const localVarQueryParameter = {};
|
|
112
|
+
// authentication userAuth required
|
|
113
|
+
await setApiKeyToObject(localVarHeaderParameter, 'Authorization', configuration);
|
|
114
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
115
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
116
|
+
localVarRequestOptions.headers = {
|
|
117
|
+
...localVarHeaderParameter,
|
|
118
|
+
...headersFromBaseOptions,
|
|
119
|
+
...options.headers,
|
|
120
|
+
};
|
|
121
|
+
return {
|
|
122
|
+
url: toPathString(localVarUrlObj),
|
|
123
|
+
options: localVarRequestOptions,
|
|
124
|
+
};
|
|
125
|
+
},
|
|
126
|
+
/**
|
|
127
|
+
* Controller API to report of monitored operators.
|
|
128
|
+
* @param {string} clusterId The cluster whose operators are being monitored.
|
|
129
|
+
* @param {OperatorMonitorReport} reportParams The operators monitor report.
|
|
130
|
+
* @param {*} [options] Override http request option.
|
|
131
|
+
* @throws {RequiredError}
|
|
132
|
+
*/
|
|
133
|
+
v2ReportMonitoredOperatorStatus: async (clusterId, reportParams, options = {}) => {
|
|
134
|
+
// verify required parameter 'clusterId' is not null or undefined
|
|
135
|
+
assertParamExists('v2ReportMonitoredOperatorStatus', 'clusterId', clusterId);
|
|
136
|
+
// verify required parameter 'reportParams' is not null or undefined
|
|
137
|
+
assertParamExists('v2ReportMonitoredOperatorStatus', 'reportParams', reportParams);
|
|
138
|
+
const localVarPath = `/v2/clusters/{cluster_id}/monitored-operators`.replace(`{${'cluster_id'}}`, encodeURIComponent(String(clusterId)));
|
|
139
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
140
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
141
|
+
let baseOptions;
|
|
142
|
+
if (configuration) {
|
|
143
|
+
baseOptions = configuration.baseOptions;
|
|
144
|
+
}
|
|
145
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options };
|
|
146
|
+
const localVarHeaderParameter = {};
|
|
147
|
+
const localVarQueryParameter = {};
|
|
148
|
+
// authentication agentAuth required
|
|
149
|
+
await setApiKeyToObject(localVarHeaderParameter, 'X-Secret-Key', configuration);
|
|
150
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
151
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
152
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
153
|
+
localVarRequestOptions.headers = {
|
|
154
|
+
...localVarHeaderParameter,
|
|
155
|
+
...headersFromBaseOptions,
|
|
156
|
+
...options.headers,
|
|
157
|
+
};
|
|
158
|
+
localVarRequestOptions.data = serializeDataIfNeeded(reportParams, localVarRequestOptions, configuration);
|
|
159
|
+
return {
|
|
160
|
+
url: toPathString(localVarUrlObj),
|
|
161
|
+
options: localVarRequestOptions,
|
|
162
|
+
};
|
|
163
|
+
},
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
/**
|
|
167
|
+
* OperatorsApi - functional programming interface
|
|
168
|
+
* @export
|
|
169
|
+
*/
|
|
170
|
+
export const OperatorsApiFp = function (configuration) {
|
|
171
|
+
const localVarAxiosParamCreator = OperatorsApiAxiosParamCreator(configuration);
|
|
172
|
+
return {
|
|
173
|
+
/**
|
|
174
|
+
* Lists operators to be monitored for a cluster.
|
|
175
|
+
* @param {string} clusterId The cluster to return operators for.
|
|
176
|
+
* @param {string} [operatorName] An operator in the specified cluster to return its data.
|
|
177
|
+
* @param {*} [options] Override http request option.
|
|
178
|
+
* @throws {RequiredError}
|
|
179
|
+
*/
|
|
180
|
+
async v2ListOfClusterOperators(clusterId, operatorName, options) {
|
|
181
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.v2ListOfClusterOperators(clusterId, operatorName, options);
|
|
182
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
183
|
+
},
|
|
184
|
+
/**
|
|
185
|
+
* Lists properties for an operator.
|
|
186
|
+
* @param {string} operatorName The operator name.
|
|
187
|
+
* @param {*} [options] Override http request option.
|
|
188
|
+
* @throws {RequiredError}
|
|
189
|
+
*/
|
|
190
|
+
async v2ListOperatorProperties(operatorName, options) {
|
|
191
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.v2ListOperatorProperties(operatorName, options);
|
|
192
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
193
|
+
},
|
|
194
|
+
/**
|
|
195
|
+
* Retrieves the list of supported operators.
|
|
196
|
+
* @param {*} [options] Override http request option.
|
|
197
|
+
* @throws {RequiredError}
|
|
198
|
+
*/
|
|
199
|
+
async v2ListSupportedOperators(options) {
|
|
200
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.v2ListSupportedOperators(options);
|
|
201
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
202
|
+
},
|
|
203
|
+
/**
|
|
204
|
+
* Controller API to report of monitored operators.
|
|
205
|
+
* @param {string} clusterId The cluster whose operators are being monitored.
|
|
206
|
+
* @param {OperatorMonitorReport} reportParams The operators monitor report.
|
|
207
|
+
* @param {*} [options] Override http request option.
|
|
208
|
+
* @throws {RequiredError}
|
|
209
|
+
*/
|
|
210
|
+
async v2ReportMonitoredOperatorStatus(clusterId, reportParams, options) {
|
|
211
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.v2ReportMonitoredOperatorStatus(clusterId, reportParams, options);
|
|
212
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
213
|
+
},
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
/**
|
|
217
|
+
* OperatorsApi - factory interface
|
|
218
|
+
* @export
|
|
219
|
+
*/
|
|
220
|
+
export const OperatorsApiFactory = function (configuration, basePath, axios) {
|
|
221
|
+
const localVarFp = OperatorsApiFp(configuration);
|
|
222
|
+
return {
|
|
223
|
+
/**
|
|
224
|
+
* Lists operators to be monitored for a cluster.
|
|
225
|
+
* @param {OperatorsApiV2ListOfClusterOperatorsRequest} requestParameters Request parameters.
|
|
226
|
+
* @param {*} [options] Override http request option.
|
|
227
|
+
* @throws {RequiredError}
|
|
228
|
+
*/
|
|
229
|
+
v2ListOfClusterOperators(requestParameters, options) {
|
|
230
|
+
return localVarFp
|
|
231
|
+
.v2ListOfClusterOperators(requestParameters.clusterId, requestParameters.operatorName, options)
|
|
232
|
+
.then((request) => request(axios, basePath));
|
|
233
|
+
},
|
|
234
|
+
/**
|
|
235
|
+
* Lists properties for an operator.
|
|
236
|
+
* @param {OperatorsApiV2ListOperatorPropertiesRequest} requestParameters Request parameters.
|
|
237
|
+
* @param {*} [options] Override http request option.
|
|
238
|
+
* @throws {RequiredError}
|
|
239
|
+
*/
|
|
240
|
+
v2ListOperatorProperties(requestParameters, options) {
|
|
241
|
+
return localVarFp
|
|
242
|
+
.v2ListOperatorProperties(requestParameters.operatorName, options)
|
|
243
|
+
.then((request) => request(axios, basePath));
|
|
244
|
+
},
|
|
245
|
+
/**
|
|
246
|
+
* Retrieves the list of supported operators.
|
|
247
|
+
* @param {*} [options] Override http request option.
|
|
248
|
+
* @throws {RequiredError}
|
|
249
|
+
*/
|
|
250
|
+
v2ListSupportedOperators(options) {
|
|
251
|
+
return localVarFp
|
|
252
|
+
.v2ListSupportedOperators(options)
|
|
253
|
+
.then((request) => request(axios, basePath));
|
|
254
|
+
},
|
|
255
|
+
/**
|
|
256
|
+
* Controller API to report of monitored operators.
|
|
257
|
+
* @param {OperatorsApiV2ReportMonitoredOperatorStatusRequest} requestParameters Request parameters.
|
|
258
|
+
* @param {*} [options] Override http request option.
|
|
259
|
+
* @throws {RequiredError}
|
|
260
|
+
*/
|
|
261
|
+
v2ReportMonitoredOperatorStatus(requestParameters, options) {
|
|
262
|
+
return localVarFp
|
|
263
|
+
.v2ReportMonitoredOperatorStatus(requestParameters.clusterId, requestParameters.reportParams, options)
|
|
264
|
+
.then((request) => request(axios, basePath));
|
|
265
|
+
},
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
/**
|
|
269
|
+
* OperatorsApi - object-oriented interface
|
|
270
|
+
* @export
|
|
271
|
+
* @class OperatorsApi
|
|
272
|
+
* @extends {BaseAPI}
|
|
273
|
+
*/
|
|
274
|
+
export class OperatorsApi extends BaseAPI {
|
|
275
|
+
/**
|
|
276
|
+
* Lists operators to be monitored for a cluster.
|
|
277
|
+
* @param {OperatorsApiV2ListOfClusterOperatorsRequest} requestParameters Request parameters.
|
|
278
|
+
* @param {*} [options] Override http request option.
|
|
279
|
+
* @throws {RequiredError}
|
|
280
|
+
* @memberof OperatorsApi
|
|
281
|
+
*/
|
|
282
|
+
v2ListOfClusterOperators(requestParameters, options) {
|
|
283
|
+
return OperatorsApiFp(this.configuration)
|
|
284
|
+
.v2ListOfClusterOperators(requestParameters.clusterId, requestParameters.operatorName, options)
|
|
285
|
+
.then((request) => request(this.axios, this.basePath));
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* Lists properties for an operator.
|
|
289
|
+
* @param {OperatorsApiV2ListOperatorPropertiesRequest} requestParameters Request parameters.
|
|
290
|
+
* @param {*} [options] Override http request option.
|
|
291
|
+
* @throws {RequiredError}
|
|
292
|
+
* @memberof OperatorsApi
|
|
293
|
+
*/
|
|
294
|
+
v2ListOperatorProperties(requestParameters, options) {
|
|
295
|
+
return OperatorsApiFp(this.configuration)
|
|
296
|
+
.v2ListOperatorProperties(requestParameters.operatorName, options)
|
|
297
|
+
.then((request) => request(this.axios, this.basePath));
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* Retrieves the list of supported operators.
|
|
301
|
+
* @param {*} [options] Override http request option.
|
|
302
|
+
* @throws {RequiredError}
|
|
303
|
+
* @memberof OperatorsApi
|
|
304
|
+
*/
|
|
305
|
+
v2ListSupportedOperators(options) {
|
|
306
|
+
return OperatorsApiFp(this.configuration)
|
|
307
|
+
.v2ListSupportedOperators(options)
|
|
308
|
+
.then((request) => request(this.axios, this.basePath));
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* Controller API to report of monitored operators.
|
|
312
|
+
* @param {OperatorsApiV2ReportMonitoredOperatorStatusRequest} requestParameters Request parameters.
|
|
313
|
+
* @param {*} [options] Override http request option.
|
|
314
|
+
* @throws {RequiredError}
|
|
315
|
+
* @memberof OperatorsApi
|
|
316
|
+
*/
|
|
317
|
+
v2ReportMonitoredOperatorStatus(requestParameters, options) {
|
|
318
|
+
return OperatorsApiFp(this.configuration)
|
|
319
|
+
.v2ReportMonitoredOperatorStatus(requestParameters.clusterId, requestParameters.reportParams, options)
|
|
320
|
+
.then((request) => request(this.axios, this.basePath));
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
//# sourceMappingURL=operators-api.js.map
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* AssistedInstall
|
|
5
|
+
* Assisted installation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
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, setApiKeyToObject, setSearchParams, toPathString, createRequestFunction, } from '../common';
|
|
18
|
+
// @ts-ignore
|
|
19
|
+
import { BASE_PATH, BaseAPI } from '../base';
|
|
20
|
+
/**
|
|
21
|
+
* VersionsApi - axios parameter creator
|
|
22
|
+
* @export
|
|
23
|
+
*/
|
|
24
|
+
export const VersionsApiAxiosParamCreator = function (configuration) {
|
|
25
|
+
return {
|
|
26
|
+
/**
|
|
27
|
+
* List of component versions.
|
|
28
|
+
* @param {*} [options] Override http request option.
|
|
29
|
+
* @throws {RequiredError}
|
|
30
|
+
*/
|
|
31
|
+
v2ListComponentVersions: async (options = {}) => {
|
|
32
|
+
const localVarPath = `/v2/component-versions`;
|
|
33
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
34
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
35
|
+
let baseOptions;
|
|
36
|
+
if (configuration) {
|
|
37
|
+
baseOptions = configuration.baseOptions;
|
|
38
|
+
}
|
|
39
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
40
|
+
const localVarHeaderParameter = {};
|
|
41
|
+
const localVarQueryParameter = {};
|
|
42
|
+
// authentication userAuth required
|
|
43
|
+
await setApiKeyToObject(localVarHeaderParameter, 'Authorization', configuration);
|
|
44
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
45
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
46
|
+
localVarRequestOptions.headers = {
|
|
47
|
+
...localVarHeaderParameter,
|
|
48
|
+
...headersFromBaseOptions,
|
|
49
|
+
...options.headers,
|
|
50
|
+
};
|
|
51
|
+
return {
|
|
52
|
+
url: toPathString(localVarUrlObj),
|
|
53
|
+
options: localVarRequestOptions,
|
|
54
|
+
};
|
|
55
|
+
},
|
|
56
|
+
/**
|
|
57
|
+
* Retrieves the list of OpenShift supported versions.
|
|
58
|
+
* @param {*} [options] Override http request option.
|
|
59
|
+
* @throws {RequiredError}
|
|
60
|
+
*/
|
|
61
|
+
v2ListSupportedOpenshiftVersions: async (options = {}) => {
|
|
62
|
+
const localVarPath = `/v2/openshift-versions`;
|
|
63
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
64
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
65
|
+
let baseOptions;
|
|
66
|
+
if (configuration) {
|
|
67
|
+
baseOptions = configuration.baseOptions;
|
|
68
|
+
}
|
|
69
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
70
|
+
const localVarHeaderParameter = {};
|
|
71
|
+
const localVarQueryParameter = {};
|
|
72
|
+
// authentication userAuth required
|
|
73
|
+
await setApiKeyToObject(localVarHeaderParameter, 'Authorization', configuration);
|
|
74
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
75
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76
|
+
localVarRequestOptions.headers = {
|
|
77
|
+
...localVarHeaderParameter,
|
|
78
|
+
...headersFromBaseOptions,
|
|
79
|
+
...options.headers,
|
|
80
|
+
};
|
|
81
|
+
return {
|
|
82
|
+
url: toPathString(localVarUrlObj),
|
|
83
|
+
options: localVarRequestOptions,
|
|
84
|
+
};
|
|
85
|
+
},
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* VersionsApi - functional programming interface
|
|
90
|
+
* @export
|
|
91
|
+
*/
|
|
92
|
+
export const VersionsApiFp = function (configuration) {
|
|
93
|
+
const localVarAxiosParamCreator = VersionsApiAxiosParamCreator(configuration);
|
|
94
|
+
return {
|
|
95
|
+
/**
|
|
96
|
+
* List of component versions.
|
|
97
|
+
* @param {*} [options] Override http request option.
|
|
98
|
+
* @throws {RequiredError}
|
|
99
|
+
*/
|
|
100
|
+
async v2ListComponentVersions(options) {
|
|
101
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.v2ListComponentVersions(options);
|
|
102
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
103
|
+
},
|
|
104
|
+
/**
|
|
105
|
+
* Retrieves the list of OpenShift supported versions.
|
|
106
|
+
* @param {*} [options] Override http request option.
|
|
107
|
+
* @throws {RequiredError}
|
|
108
|
+
*/
|
|
109
|
+
async v2ListSupportedOpenshiftVersions(options) {
|
|
110
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.v2ListSupportedOpenshiftVersions(options);
|
|
111
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
112
|
+
},
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* VersionsApi - factory interface
|
|
117
|
+
* @export
|
|
118
|
+
*/
|
|
119
|
+
export const VersionsApiFactory = function (configuration, basePath, axios) {
|
|
120
|
+
const localVarFp = VersionsApiFp(configuration);
|
|
121
|
+
return {
|
|
122
|
+
/**
|
|
123
|
+
* List of component versions.
|
|
124
|
+
* @param {*} [options] Override http request option.
|
|
125
|
+
* @throws {RequiredError}
|
|
126
|
+
*/
|
|
127
|
+
v2ListComponentVersions(options) {
|
|
128
|
+
return localVarFp
|
|
129
|
+
.v2ListComponentVersions(options)
|
|
130
|
+
.then((request) => request(axios, basePath));
|
|
131
|
+
},
|
|
132
|
+
/**
|
|
133
|
+
* Retrieves the list of OpenShift supported versions.
|
|
134
|
+
* @param {*} [options] Override http request option.
|
|
135
|
+
* @throws {RequiredError}
|
|
136
|
+
*/
|
|
137
|
+
v2ListSupportedOpenshiftVersions(options) {
|
|
138
|
+
return localVarFp
|
|
139
|
+
.v2ListSupportedOpenshiftVersions(options)
|
|
140
|
+
.then((request) => request(axios, basePath));
|
|
141
|
+
},
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
/**
|
|
145
|
+
* VersionsApi - object-oriented interface
|
|
146
|
+
* @export
|
|
147
|
+
* @class VersionsApi
|
|
148
|
+
* @extends {BaseAPI}
|
|
149
|
+
*/
|
|
150
|
+
export class VersionsApi extends BaseAPI {
|
|
151
|
+
/**
|
|
152
|
+
* List of component versions.
|
|
153
|
+
* @param {*} [options] Override http request option.
|
|
154
|
+
* @throws {RequiredError}
|
|
155
|
+
* @memberof VersionsApi
|
|
156
|
+
*/
|
|
157
|
+
v2ListComponentVersions(options) {
|
|
158
|
+
return VersionsApiFp(this.configuration)
|
|
159
|
+
.v2ListComponentVersions(options)
|
|
160
|
+
.then((request) => request(this.axios, this.basePath));
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* Retrieves the list of OpenShift supported versions.
|
|
164
|
+
* @param {*} [options] Override http request option.
|
|
165
|
+
* @throws {RequiredError}
|
|
166
|
+
* @memberof VersionsApi
|
|
167
|
+
*/
|
|
168
|
+
v2ListSupportedOpenshiftVersions(options) {
|
|
169
|
+
return VersionsApiFp(this.configuration)
|
|
170
|
+
.v2ListSupportedOpenshiftVersions(options)
|
|
171
|
+
.then((request) => request(this.axios, this.basePath));
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
//# sourceMappingURL=versions-api.js.map
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* AssistedInstall
|
|
5
|
+
* Assisted installation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
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
|
+
export const BASE_PATH = 'http://api.openshift.com/api/assisted-install'.replace(/\/+$/, '');
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export const COLLECTION_FORMATS = {
|
|
21
|
+
csv: ',',
|
|
22
|
+
ssv: ' ',
|
|
23
|
+
tsv: '\t',
|
|
24
|
+
pipes: '|',
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @class BaseAPI
|
|
30
|
+
*/
|
|
31
|
+
export class BaseAPI {
|
|
32
|
+
basePath;
|
|
33
|
+
axios;
|
|
34
|
+
configuration;
|
|
35
|
+
constructor(configuration, basePath = BASE_PATH, axios = globalAxios) {
|
|
36
|
+
this.basePath = basePath;
|
|
37
|
+
this.axios = axios;
|
|
38
|
+
if (configuration) {
|
|
39
|
+
this.configuration = configuration;
|
|
40
|
+
this.basePath = configuration.basePath || this.basePath;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @export
|
|
47
|
+
* @class RequiredError
|
|
48
|
+
* @extends {Error}
|
|
49
|
+
*/
|
|
50
|
+
export class RequiredError extends Error {
|
|
51
|
+
field;
|
|
52
|
+
constructor(field, msg) {
|
|
53
|
+
super(msg);
|
|
54
|
+
this.field = field;
|
|
55
|
+
this.name = 'RequiredError';
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=base.js.map
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* AssistedInstall
|
|
5
|
+
* Assisted installation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
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 { RequiredError } from './base';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export const DUMMY_BASE_URL = 'https://example.com';
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @throws {RequiredError}
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
export const assertParamExists = function (functionName, paramName, paramValue) {
|
|
26
|
+
if (paramValue === null || paramValue === undefined) {
|
|
27
|
+
throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`);
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export const setApiKeyToObject = async function (object, keyParamName, configuration) {
|
|
35
|
+
if (configuration && configuration.apiKey) {
|
|
36
|
+
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
37
|
+
? await configuration.apiKey(keyParamName)
|
|
38
|
+
: await configuration.apiKey;
|
|
39
|
+
object[keyParamName] = localVarApiKeyValue;
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @export
|
|
45
|
+
*/
|
|
46
|
+
export const setBasicAuthToObject = function (object, configuration) {
|
|
47
|
+
if (configuration && (configuration.username || configuration.password)) {
|
|
48
|
+
object['auth'] = { username: configuration.username, password: configuration.password };
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @export
|
|
54
|
+
*/
|
|
55
|
+
export const setBearerAuthToObject = async function (object, configuration) {
|
|
56
|
+
if (configuration && configuration.accessToken) {
|
|
57
|
+
const accessToken = typeof configuration.accessToken === 'function'
|
|
58
|
+
? await configuration.accessToken()
|
|
59
|
+
: await configuration.accessToken;
|
|
60
|
+
object['Authorization'] = 'Bearer ' + accessToken;
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @export
|
|
66
|
+
*/
|
|
67
|
+
export const setOAuthToObject = async function (object, name, scopes, configuration) {
|
|
68
|
+
if (configuration && configuration.accessToken) {
|
|
69
|
+
const localVarAccessTokenValue = typeof configuration.accessToken === 'function'
|
|
70
|
+
? await configuration.accessToken(name, scopes)
|
|
71
|
+
: await configuration.accessToken;
|
|
72
|
+
object['Authorization'] = 'Bearer ' + localVarAccessTokenValue;
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
function setFlattenedQueryParams(urlSearchParams, parameter, key = '') {
|
|
76
|
+
if (parameter == null)
|
|
77
|
+
return;
|
|
78
|
+
if (typeof parameter === 'object') {
|
|
79
|
+
if (Array.isArray(parameter)) {
|
|
80
|
+
parameter.forEach((item) => setFlattenedQueryParams(urlSearchParams, item, key));
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
Object.keys(parameter).forEach((currentKey) => setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`));
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
else {
|
|
87
|
+
if (urlSearchParams.has(key)) {
|
|
88
|
+
urlSearchParams.append(key, parameter);
|
|
89
|
+
}
|
|
90
|
+
else {
|
|
91
|
+
urlSearchParams.set(key, parameter);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @export
|
|
98
|
+
*/
|
|
99
|
+
export const setSearchParams = function (url, ...objects) {
|
|
100
|
+
const searchParams = new URLSearchParams(url.search);
|
|
101
|
+
setFlattenedQueryParams(searchParams, objects);
|
|
102
|
+
url.search = searchParams.toString();
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @export
|
|
107
|
+
*/
|
|
108
|
+
export const serializeDataIfNeeded = function (value, requestOptions, configuration) {
|
|
109
|
+
const nonString = typeof value !== 'string';
|
|
110
|
+
const needsSerialization = nonString && configuration && configuration.isJsonMime
|
|
111
|
+
? configuration.isJsonMime(requestOptions.headers['Content-Type'])
|
|
112
|
+
: nonString;
|
|
113
|
+
return needsSerialization ? JSON.stringify(value !== undefined ? value : {}) : value || '';
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @export
|
|
118
|
+
*/
|
|
119
|
+
export const toPathString = function (url) {
|
|
120
|
+
return url.pathname + url.search + url.hash;
|
|
121
|
+
};
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @export
|
|
125
|
+
*/
|
|
126
|
+
export const createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configuration) {
|
|
127
|
+
return (axios = globalAxios, basePath = BASE_PATH) => {
|
|
128
|
+
const axiosRequestArgs = {
|
|
129
|
+
...axiosArgs.options,
|
|
130
|
+
url: (configuration?.basePath || axios.defaults.baseURL || basePath) + axiosArgs.url,
|
|
131
|
+
};
|
|
132
|
+
return axios.request(axiosRequestArgs);
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
//# sourceMappingURL=common.js.map
|