@nutanix-scratch/licensing-js-client 4.0.1 → 4.2.1
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 +20 -19
- package/dist/Ntnx-Licensing-js-client-prod.js +1 -1
- package/dist/Ntnx-Licensing-js-client.js +265 -166
- package/dist/es/ApiClient.d.ts +7 -1
- package/dist/es/ApiClient.js +16 -25
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +3 -3
- package/dist/es/apis/enduserlicenseagreement-endpoints.d.ts +1 -1
- package/dist/es/apis/enduserlicenseagreement-endpoints.js +5 -5
- package/dist/es/apis/licensekeys-endpoints.d.ts +7 -22
- package/dist/es/apis/licensekeys-endpoints.js +16 -30
- package/dist/es/apis/licenses-endpoints.d.ts +15 -101
- package/dist/es/apis/licenses-endpoints.js +36 -112
- package/dist/es/index.d.ts +27 -9
- package/dist/es/index.js +92 -20
- package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/es/models/common/v1/config/Flag.js +3 -3
- package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/es/models/common/v1/config/KVPair.js +3 -3
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +3 -3
- package/dist/es/models/common/v1/config/Message.d.ts +1 -1
- package/dist/es/models/common/v1/config/Message.js +3 -3
- package/dist/es/models/common/v1/config/MessageSeverity.js +2 -2
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +4 -4
- package/dist/es/models/common/v1/config/TenantAwareModel.js +7 -7
- package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiLink.js +3 -3
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +3 -3
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +4 -4
- package/dist/es/models/licensing/v4/agreements/Acceptance.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/Acceptance.js +4 -4
- package/dist/es/models/licensing/v4/agreements/AddUserApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/AddUserApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/agreements/EndUser.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/EndUser.js +4 -4
- package/dist/es/models/licensing/v4/agreements/Eula.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/Eula.js +5 -5
- package/dist/es/models/licensing/v4/agreements/GetEulaApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/GetEulaApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/AddLicenseKeyApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AddLicenseKeyApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.d.ts +14 -3
- package/dist/es/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/Allowance.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Allowance.js +5 -5
- package/dist/es/models/licensing/v4/config/AllowanceDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AllowanceDetail.js +4 -4
- package/dist/es/models/licensing/v4/config/AllowanceDetailProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AllowanceDetailProjection.js +4 -4
- package/dist/es/models/licensing/v4/config/AllowanceProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AllowanceProjection.js +5 -5
- package/dist/es/models/licensing/v4/config/AssignLicenseKeysApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AssignLicenseKeysApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/AssociationType.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/AssociationType.js +85 -0
- package/dist/es/models/licensing/v4/config/BaseClusterInfo.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/BaseClusterInfo.js +5 -5
- package/dist/es/models/licensing/v4/config/BaseLicenseInfo.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/BaseLicenseInfo.js +5 -5
- package/dist/es/models/licensing/v4/config/BillingPlan.js +2 -2
- package/dist/es/models/licensing/v4/config/CapacityViolation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/CapacityViolation.js +4 -4
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMapping.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMapping.js +4 -4
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.js +4 -4
- package/dist/es/models/licensing/v4/config/ClusterType.js +2 -2
- package/dist/es/models/licensing/v4/config/Compliance.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Compliance.js +5 -5
- package/dist/es/models/licensing/v4/config/ComplianceProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ComplianceProjection.js +5 -5
- package/dist/es/models/licensing/v4/config/Consumption.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Consumption.js +4 -4
- package/dist/es/models/licensing/v4/config/ConsumptionProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ConsumptionProjection.js +4 -4
- package/dist/es/models/licensing/v4/config/ConsumptionType.js +2 -2
- package/dist/es/models/licensing/v4/config/DeleteLicenseKeyApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/DeleteLicenseKeyApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/DryRunCheck.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/DryRunCheck.js +7 -4
- package/dist/es/models/licensing/v4/config/DryRunStatus.js +2 -2
- package/dist/es/models/licensing/v4/config/DryRunValidationResult.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/DryRunValidationResult.js +4 -4
- package/dist/es/models/licensing/v4/config/EnforcementActions.js +2 -2
- package/dist/es/models/licensing/v4/config/EnforcementLevel.js +2 -2
- package/dist/es/models/licensing/v4/config/EnforcementPolicy.js +2 -2
- package/dist/es/models/licensing/v4/config/Entitlement.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Entitlement.js +5 -5
- package/dist/es/models/licensing/v4/config/EntitlementDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/EntitlementDetail.js +4 -4
- package/dist/es/models/licensing/v4/config/EntitlementDetailProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/EntitlementDetailProjection.js +4 -4
- package/dist/es/models/licensing/v4/config/EntitlementProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/EntitlementProjection.js +5 -5
- package/dist/es/models/licensing/v4/config/ExpiredLicense.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ExpiredLicense.js +5 -5
- package/dist/es/models/licensing/v4/config/Feature.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Feature.js +5 -5
- package/dist/es/models/licensing/v4/config/FeatureDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/FeatureDetail.js +4 -4
- package/dist/es/models/licensing/v4/config/FeatureProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/FeatureProjection.js +4 -4
- package/dist/es/models/licensing/v4/config/FeatureViolation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/FeatureViolation.js +4 -4
- package/dist/es/models/licensing/v4/config/GetLicenseKeyApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/GetLicenseKeyApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/License.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/License.js +5 -5
- package/dist/es/models/licensing/v4/config/LicenseCategory.js +22 -4
- package/dist/es/models/licensing/v4/config/LicenseClass.js +2 -2
- package/dist/es/models/licensing/v4/config/LicenseKey.d.ts +59 -16
- package/dist/es/models/licensing/v4/config/LicenseKey.js +166 -52
- package/dist/{lib/models/licensing/v4/config/LicenseKeyAssignSpec.d.ts → es/models/licensing/v4/config/LicenseKeyAssignment.d.ts} +8 -8
- package/dist/{lib/models/licensing/v4/config/LicenseKeyAssignSpec.js → es/models/licensing/v4/config/LicenseKeyAssignment.js} +27 -27
- package/dist/es/models/licensing/v4/config/LicenseKeyAssignmentSpec.d.ts +75 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssignmentSpec.js +296 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociation.d.ts +104 -0
- package/dist/es/models/licensing/v4/{agreements/UpdateEulaApiResponse.js → config/LicenseKeyAssociation.js} +166 -128
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociationProjection.d.ts +16 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociationProjection.js +164 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociationSpec.d.ts +71 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociationSpec.js +296 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyMapping.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/LicenseKeyMapping.js +4 -4
- package/dist/es/models/licensing/v4/config/LicenseKeyProjection.d.ts +36 -4
- package/dist/es/models/licensing/v4/config/LicenseKeyProjection.js +89 -15
- package/dist/es/models/licensing/v4/config/LicenseKeySubCategory.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/LicenseKeySubCategory.js +85 -0
- package/dist/es/models/licensing/v4/config/LicenseProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/LicenseProjection.js +5 -5
- package/dist/es/models/licensing/v4/config/LicenseStateSyncSpec.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/LicenseStateSyncSpec.js +4 -4
- package/dist/es/models/licensing/v4/config/LicenseType.js +22 -4
- package/dist/es/models/licensing/v4/config/ListAllowancesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListAllowancesApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/ListCompliancesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListCompliancesApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/ListEntitlementsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListEntitlementsApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/ListFeaturesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListFeaturesApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/ListLicenseKeysApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListLicenseKeysApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/ListLicensesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListLicensesApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/ListRecommendationsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListRecommendationsApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/ListSettingsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListSettingsApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/ListViolationsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListViolationsApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/LogicalVersion.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/LogicalVersion.js +4 -4
- package/dist/es/models/licensing/v4/config/Meter.js +10 -4
- package/dist/es/models/licensing/v4/config/OperationType.js +2 -2
- package/dist/es/models/licensing/v4/config/PortalSetting.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/PortalSetting.js +4 -4
- package/dist/es/models/licensing/v4/config/PostPaidCategory.js +2 -2
- package/dist/es/models/licensing/v4/config/PostPaidConfig.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/PostPaidConfig.js +4 -4
- package/dist/es/models/licensing/v4/config/ProductName.js +2 -2
- package/dist/es/models/licensing/v4/config/ReclaimType.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/ReclaimType.js +85 -0
- package/dist/es/models/licensing/v4/config/Recommendation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Recommendation.js +5 -5
- package/dist/es/models/licensing/v4/config/RecommendationDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/RecommendationDetail.js +4 -4
- package/dist/es/models/licensing/v4/config/RecommendationScope.js +2 -2
- package/dist/es/models/licensing/v4/config/ResetScope.js +2 -2
- package/dist/es/models/licensing/v4/config/Scope.js +2 -2
- package/dist/es/models/licensing/v4/config/Service.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Service.js +4 -4
- package/dist/es/models/licensing/v4/config/ServiceProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ServiceProjection.js +4 -4
- package/dist/es/models/licensing/v4/config/ServiceViolation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ServiceViolation.js +4 -4
- package/dist/es/models/licensing/v4/config/ServiceViolationType.js +2 -2
- package/dist/es/models/licensing/v4/config/Setting.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Setting.js +5 -5
- package/dist/es/models/licensing/v4/config/Status.js +2 -2
- package/dist/es/models/licensing/v4/config/SubCategory.js +2 -2
- package/dist/es/models/licensing/v4/config/SyncLicenseStateApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/SyncLicenseStateApiResponse.js +5 -5
- package/dist/es/models/licensing/v4/config/SyncOperationType.js +2 -2
- package/dist/es/models/licensing/v4/config/Trial.d.ts +93 -0
- package/dist/es/models/licensing/v4/config/{ResetLicenseStateApiResponse.js → Trial.js} +194 -138
- package/dist/es/models/licensing/v4/config/TrialCategory.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/TrialCategory.js +79 -0
- package/dist/es/models/licensing/v4/config/TrialProjection.d.ts +12 -0
- package/dist/es/models/licensing/v4/config/TrialProjection.js +159 -0
- package/dist/es/models/licensing/v4/config/TrialStatus.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/TrialStatus.js +85 -0
- package/dist/es/models/licensing/v4/config/TrialType.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/TrialType.js +79 -0
- package/dist/es/models/licensing/v4/config/ValueType.js +2 -2
- package/dist/es/models/licensing/v4/config/Violation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Violation.js +5 -5
- package/dist/es/models/licensing/v4/error/AppMessage.d.ts +4 -4
- package/dist/es/models/licensing/v4/error/AppMessage.js +8 -8
- package/dist/es/models/licensing/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/error/ErrorResponse.js +5 -8
- package/dist/es/models/licensing/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/es/models/licensing/v4/error/SchemaValidationError.js +4 -4
- package/dist/es/models/licensing/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/es/models/licensing/v4/error/SchemaValidationErrorMessage.js +4 -4
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +4 -4
- package/dist/es/models/prism/v4/config/TaskReference.js +8 -8
- package/dist/es/models/validation/ValidationError.js +2 -2
- package/dist/es/utils/ValidationUtils.js +2 -2
- package/dist/lib/ApiClient.d.ts +7 -1
- package/dist/lib/ApiClient.js +16 -25
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +3 -3
- package/dist/lib/apis/enduserlicenseagreement-endpoints.d.ts +1 -1
- package/dist/lib/apis/enduserlicenseagreement-endpoints.js +5 -5
- package/dist/lib/apis/licensekeys-endpoints.d.ts +7 -22
- package/dist/lib/apis/licensekeys-endpoints.js +16 -30
- package/dist/lib/apis/licenses-endpoints.d.ts +15 -101
- package/dist/lib/apis/licenses-endpoints.js +36 -112
- package/dist/lib/index.d.ts +27 -9
- package/dist/lib/index.js +92 -20
- package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Flag.js +3 -3
- package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/lib/models/common/v1/config/KVPair.js +3 -3
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +3 -3
- package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Message.js +3 -3
- package/dist/lib/models/common/v1/config/MessageSeverity.js +2 -2
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +4 -4
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +7 -7
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiLink.js +3 -3
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +3 -3
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +4 -4
- package/dist/lib/models/licensing/v4/agreements/Acceptance.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/Acceptance.js +4 -4
- package/dist/lib/models/licensing/v4/agreements/AddUserApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/AddUserApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/agreements/EndUser.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/EndUser.js +4 -4
- package/dist/lib/models/licensing/v4/agreements/Eula.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/Eula.js +5 -5
- package/dist/lib/models/licensing/v4/agreements/GetEulaApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/GetEulaApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.d.ts +14 -3
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/Allowance.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Allowance.js +5 -5
- package/dist/lib/models/licensing/v4/config/AllowanceDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AllowanceDetail.js +4 -4
- package/dist/lib/models/licensing/v4/config/AllowanceDetailProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AllowanceDetailProjection.js +4 -4
- package/dist/lib/models/licensing/v4/config/AllowanceProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AllowanceProjection.js +5 -5
- package/dist/lib/models/licensing/v4/config/AssignLicenseKeysApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AssignLicenseKeysApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/AssociationType.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/AssociationType.js +85 -0
- package/dist/lib/models/licensing/v4/config/BaseClusterInfo.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/BaseClusterInfo.js +5 -5
- package/dist/lib/models/licensing/v4/config/BaseLicenseInfo.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/BaseLicenseInfo.js +5 -5
- package/dist/lib/models/licensing/v4/config/BillingPlan.js +2 -2
- package/dist/lib/models/licensing/v4/config/CapacityViolation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/CapacityViolation.js +4 -4
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMapping.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMapping.js +4 -4
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.js +4 -4
- package/dist/lib/models/licensing/v4/config/ClusterType.js +2 -2
- package/dist/lib/models/licensing/v4/config/Compliance.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Compliance.js +5 -5
- package/dist/lib/models/licensing/v4/config/ComplianceProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ComplianceProjection.js +5 -5
- package/dist/lib/models/licensing/v4/config/Consumption.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Consumption.js +4 -4
- package/dist/lib/models/licensing/v4/config/ConsumptionProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ConsumptionProjection.js +4 -4
- package/dist/lib/models/licensing/v4/config/ConsumptionType.js +2 -2
- package/dist/lib/models/licensing/v4/config/DeleteLicenseKeyApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/DeleteLicenseKeyApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/DryRunCheck.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/DryRunCheck.js +7 -4
- package/dist/lib/models/licensing/v4/config/DryRunStatus.js +2 -2
- package/dist/lib/models/licensing/v4/config/DryRunValidationResult.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/DryRunValidationResult.js +4 -4
- package/dist/lib/models/licensing/v4/config/EnforcementActions.js +2 -2
- package/dist/lib/models/licensing/v4/config/EnforcementLevel.js +2 -2
- package/dist/lib/models/licensing/v4/config/EnforcementPolicy.js +2 -2
- package/dist/lib/models/licensing/v4/config/Entitlement.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Entitlement.js +5 -5
- package/dist/lib/models/licensing/v4/config/EntitlementDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/EntitlementDetail.js +4 -4
- package/dist/lib/models/licensing/v4/config/EntitlementDetailProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/EntitlementDetailProjection.js +4 -4
- package/dist/lib/models/licensing/v4/config/EntitlementProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/EntitlementProjection.js +5 -5
- package/dist/lib/models/licensing/v4/config/ExpiredLicense.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ExpiredLicense.js +5 -5
- package/dist/lib/models/licensing/v4/config/Feature.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Feature.js +5 -5
- package/dist/lib/models/licensing/v4/config/FeatureDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/FeatureDetail.js +4 -4
- package/dist/lib/models/licensing/v4/config/FeatureProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/FeatureProjection.js +4 -4
- package/dist/lib/models/licensing/v4/config/FeatureViolation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/FeatureViolation.js +4 -4
- package/dist/lib/models/licensing/v4/config/GetLicenseKeyApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/GetLicenseKeyApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/License.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/License.js +5 -5
- package/dist/lib/models/licensing/v4/config/LicenseCategory.js +22 -4
- package/dist/lib/models/licensing/v4/config/LicenseClass.js +2 -2
- package/dist/lib/models/licensing/v4/config/LicenseKey.d.ts +59 -16
- package/dist/lib/models/licensing/v4/config/LicenseKey.js +166 -52
- package/dist/{es/models/licensing/v4/config/LicenseKeyAssignSpec.d.ts → lib/models/licensing/v4/config/LicenseKeyAssignment.d.ts} +8 -8
- package/dist/{es/models/licensing/v4/config/LicenseKeyAssignSpec.js → lib/models/licensing/v4/config/LicenseKeyAssignment.js} +27 -27
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssignmentSpec.d.ts +75 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssignmentSpec.js +296 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociation.d.ts +104 -0
- package/dist/lib/models/licensing/v4/{agreements/UpdateEulaApiResponse.js → config/LicenseKeyAssociation.js} +166 -128
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociationProjection.d.ts +16 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociationProjection.js +164 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociationSpec.d.ts +71 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociationSpec.js +296 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyMapping.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseKeyMapping.js +4 -4
- package/dist/lib/models/licensing/v4/config/LicenseKeyProjection.d.ts +36 -4
- package/dist/lib/models/licensing/v4/config/LicenseKeyProjection.js +89 -15
- package/dist/lib/models/licensing/v4/config/LicenseKeySubCategory.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeySubCategory.js +85 -0
- package/dist/lib/models/licensing/v4/config/LicenseProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseProjection.js +5 -5
- package/dist/lib/models/licensing/v4/config/LicenseStateSyncSpec.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseStateSyncSpec.js +4 -4
- package/dist/lib/models/licensing/v4/config/LicenseType.js +22 -4
- package/dist/lib/models/licensing/v4/config/ListAllowancesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListAllowancesApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/ListCompliancesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListCompliancesApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/ListEntitlementsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListEntitlementsApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/ListFeaturesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListFeaturesApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/ListLicenseKeysApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListLicenseKeysApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/ListLicensesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListLicensesApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/ListRecommendationsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListRecommendationsApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/ListSettingsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListSettingsApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/ListViolationsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListViolationsApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/LogicalVersion.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/LogicalVersion.js +4 -4
- package/dist/lib/models/licensing/v4/config/Meter.js +10 -4
- package/dist/lib/models/licensing/v4/config/OperationType.js +2 -2
- package/dist/lib/models/licensing/v4/config/PortalSetting.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/PortalSetting.js +4 -4
- package/dist/lib/models/licensing/v4/config/PostPaidCategory.js +2 -2
- package/dist/lib/models/licensing/v4/config/PostPaidConfig.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/PostPaidConfig.js +4 -4
- package/dist/lib/models/licensing/v4/config/ProductName.js +2 -2
- package/dist/lib/models/licensing/v4/config/ReclaimType.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/ReclaimType.js +85 -0
- package/dist/lib/models/licensing/v4/config/Recommendation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Recommendation.js +5 -5
- package/dist/lib/models/licensing/v4/config/RecommendationDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/RecommendationDetail.js +4 -4
- package/dist/lib/models/licensing/v4/config/RecommendationScope.js +2 -2
- package/dist/lib/models/licensing/v4/config/ResetScope.js +2 -2
- package/dist/lib/models/licensing/v4/config/Scope.js +2 -2
- package/dist/lib/models/licensing/v4/config/Service.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Service.js +4 -4
- package/dist/lib/models/licensing/v4/config/ServiceProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ServiceProjection.js +4 -4
- package/dist/lib/models/licensing/v4/config/ServiceViolation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ServiceViolation.js +4 -4
- package/dist/lib/models/licensing/v4/config/ServiceViolationType.js +2 -2
- package/dist/lib/models/licensing/v4/config/Setting.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Setting.js +5 -5
- package/dist/lib/models/licensing/v4/config/Status.js +2 -2
- package/dist/lib/models/licensing/v4/config/SubCategory.js +2 -2
- package/dist/lib/models/licensing/v4/config/SyncLicenseStateApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/SyncLicenseStateApiResponse.js +5 -5
- package/dist/lib/models/licensing/v4/config/SyncOperationType.js +2 -2
- package/dist/lib/models/licensing/v4/config/Trial.d.ts +93 -0
- package/dist/lib/models/licensing/v4/config/{ResetLicenseStateApiResponse.js → Trial.js} +194 -138
- package/dist/lib/models/licensing/v4/config/TrialCategory.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/TrialCategory.js +79 -0
- package/dist/lib/models/licensing/v4/config/TrialProjection.d.ts +12 -0
- package/dist/lib/models/licensing/v4/config/TrialProjection.js +159 -0
- package/dist/lib/models/licensing/v4/config/TrialStatus.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/TrialStatus.js +85 -0
- package/dist/lib/models/licensing/v4/config/TrialType.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/TrialType.js +79 -0
- package/dist/lib/models/licensing/v4/config/ValueType.js +2 -2
- package/dist/lib/models/licensing/v4/config/Violation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Violation.js +5 -5
- package/dist/lib/models/licensing/v4/error/AppMessage.d.ts +4 -4
- package/dist/lib/models/licensing/v4/error/AppMessage.js +8 -8
- package/dist/lib/models/licensing/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/error/ErrorResponse.js +5 -8
- package/dist/lib/models/licensing/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/lib/models/licensing/v4/error/SchemaValidationError.js +4 -4
- package/dist/lib/models/licensing/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/lib/models/licensing/v4/error/SchemaValidationErrorMessage.js +4 -4
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +4 -4
- package/dist/lib/models/prism/v4/config/TaskReference.js +8 -8
- package/dist/lib/models/validation/ValidationError.js +2 -2
- package/dist/lib/utils/ValidationUtils.js +2 -2
- package/package.json +3 -3
- package/dist/es/models/licensing/v4/agreements/UpdateEulaApiResponse.d.ts +0 -101
- package/dist/es/models/licensing/v4/config/ResetLicenseStateApiResponse.d.ts +0 -102
- package/dist/es/models/licensing/v4/config/UpdatePortalSettingApiResponse.d.ts +0 -99
- package/dist/es/models/licensing/v4/config/UpdatePortalSettingApiResponse.js +0 -365
- package/dist/lib/models/licensing/v4/agreements/UpdateEulaApiResponse.d.ts +0 -101
- package/dist/lib/models/licensing/v4/config/ResetLicenseStateApiResponse.d.ts +0 -102
- package/dist/lib/models/licensing/v4/config/UpdatePortalSettingApiResponse.d.ts +0 -99
- package/dist/lib/models/licensing/v4/config/UpdatePortalSettingApiResponse.js +0 -365
|
@@ -32,18 +32,18 @@ function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a),
|
|
|
32
32
|
function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } /*
|
|
33
33
|
* Nutanix Licensing APIs
|
|
34
34
|
*
|
|
35
|
-
* OpenAPI spec version: 4.
|
|
35
|
+
* OpenAPI spec version: 4.2.1
|
|
36
36
|
*
|
|
37
37
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
38
38
|
*
|
|
39
|
-
* Open API Dev Platform Codegen version:
|
|
39
|
+
* Open API Dev Platform Codegen version: 17.4.0.8851-RELEASE
|
|
40
40
|
*
|
|
41
41
|
* Do not edit the class manually.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
/**
|
|
45
45
|
* Licenses service.
|
|
46
|
-
* @version 4.
|
|
46
|
+
* @version 4.2.1
|
|
47
47
|
* @class LicensesApi
|
|
48
48
|
*/
|
|
49
49
|
var _headersToSkip = /*#__PURE__*/new WeakMap();
|
|
@@ -73,24 +73,11 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
73
73
|
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
|
|
74
74
|
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
|
|
75
75
|
* @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
|
|
76
|
-
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'
|
|
77
|
-
*
|
|
78
|
-
* -
|
|
79
|
-
* -
|
|
80
|
-
*
|
|
81
|
-
* - name<br>
|
|
82
|
-
* - type
|
|
83
|
-
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.<br>
|
|
84
|
-
* The orderby can be applied to the following fields:<br>
|
|
85
|
-
* - clusterExtId
|
|
86
|
-
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported.
|
|
87
|
-
- details
|
|
88
|
-
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
89
|
-
- clusterExtId
|
|
90
|
-
- extId
|
|
91
|
-
- name
|
|
92
|
-
- type
|
|
93
|
-
* @param {Object} args Additional Arguments
|
|
76
|
+
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
|
|
77
|
+
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
|
|
78
|
+
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
|
|
79
|
+
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
80
|
+
* @param {Object} args Additional Arguments
|
|
94
81
|
* @return {Promise<ListAllowancesApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListAllowancesApiResponse } and HTTP response
|
|
95
82
|
*/
|
|
96
83
|
return _createClass(LicensesApi, [{
|
|
@@ -126,7 +113,7 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
126
113
|
var contentTypes = [];
|
|
127
114
|
var accepts = ['application/json'];
|
|
128
115
|
var returnType = _ListAllowancesApiResponse["default"];
|
|
129
|
-
return this.apiClient.callApi('/api/licensing/v4.
|
|
116
|
+
return this.apiClient.callApi('/api/licensing/v4.2/config/allowances', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
130
117
|
}
|
|
131
118
|
|
|
132
119
|
/**
|
|
@@ -136,21 +123,11 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
136
123
|
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
|
|
137
124
|
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
|
|
138
125
|
* @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
|
|
139
|
-
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'
|
|
140
|
-
*
|
|
141
|
-
* -
|
|
142
|
-
* -
|
|
143
|
-
*
|
|
144
|
-
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.<br>
|
|
145
|
-
* The orderby can be applied to the following fields:<br>
|
|
146
|
-
* - clusterExtId<br>
|
|
147
|
-
* - type
|
|
148
|
-
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported.
|
|
149
|
-
- compliance
|
|
150
|
-
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
151
|
-
- clusterExtId
|
|
152
|
-
- type
|
|
153
|
-
* @param {Object} args Additional Arguments
|
|
126
|
+
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
|
|
127
|
+
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
|
|
128
|
+
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
|
|
129
|
+
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
130
|
+
* @param {Object} args Additional Arguments
|
|
154
131
|
* @return {Promise<ListCompliancesApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListCompliancesApiResponse } and HTTP response
|
|
155
132
|
*/
|
|
156
133
|
}, {
|
|
@@ -186,7 +163,7 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
186
163
|
var contentTypes = [];
|
|
187
164
|
var accepts = ['application/json'];
|
|
188
165
|
var returnType = _ListCompliancesApiResponse["default"];
|
|
189
|
-
return this.apiClient.callApi('/api/licensing/v4.
|
|
166
|
+
return this.apiClient.callApi('/api/licensing/v4.2/config/compliances', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
190
167
|
}
|
|
191
168
|
|
|
192
169
|
/**
|
|
@@ -196,25 +173,11 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
196
173
|
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
|
|
197
174
|
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
|
|
198
175
|
* @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
|
|
199
|
-
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'
|
|
200
|
-
*
|
|
201
|
-
* -
|
|
202
|
-
* -
|
|
203
|
-
*
|
|
204
|
-
* - name<br>
|
|
205
|
-
* - type
|
|
206
|
-
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.<br>
|
|
207
|
-
* The orderby can be applied to the following fields:<br>
|
|
208
|
-
* - clusterExtId<br>
|
|
209
|
-
* - name
|
|
210
|
-
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported.
|
|
211
|
-
- details
|
|
212
|
-
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
213
|
-
- clusterExtId
|
|
214
|
-
- extId
|
|
215
|
-
- name
|
|
216
|
-
- type
|
|
217
|
-
* @param {Object} args Additional Arguments
|
|
176
|
+
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
|
|
177
|
+
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
|
|
178
|
+
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
|
|
179
|
+
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
180
|
+
* @param {Object} args Additional Arguments
|
|
218
181
|
* @return {Promise<ListEntitlementsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListEntitlementsApiResponse } and HTTP response
|
|
219
182
|
*/
|
|
220
183
|
}, {
|
|
@@ -250,7 +213,7 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
250
213
|
var contentTypes = [];
|
|
251
214
|
var accepts = ['application/json'];
|
|
252
215
|
var returnType = _ListEntitlementsApiResponse["default"];
|
|
253
|
-
return this.apiClient.callApi('/api/licensing/v4.
|
|
216
|
+
return this.apiClient.callApi('/api/licensing/v4.2/config/entitlements', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
254
217
|
}
|
|
255
218
|
|
|
256
219
|
/**
|
|
@@ -260,28 +223,10 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
260
223
|
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
|
|
261
224
|
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
|
|
262
225
|
* @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
|
|
263
|
-
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'
|
|
264
|
-
*
|
|
265
|
-
* - licenseCategory<br>
|
|
266
|
-
* - licenseSubCategory<br>
|
|
267
|
-
* - licenseType<br>
|
|
268
|
-
* - name<br>
|
|
269
|
-
* - scope<br>
|
|
270
|
-
* - value<br>
|
|
271
|
-
* - valueType
|
|
272
|
-
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.<br>
|
|
273
|
-
* The orderby can be applied to the following fields:<br>
|
|
274
|
-
* - licenseCategory<br>
|
|
275
|
-
* - licenseType<br>
|
|
276
|
-
* - name
|
|
226
|
+
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
|
|
227
|
+
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
|
|
277
228
|
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
278
|
-
|
|
279
|
-
- licenseSubCategory
|
|
280
|
-
- licenseType
|
|
281
|
-
- name
|
|
282
|
-
- value
|
|
283
|
-
- valueType
|
|
284
|
-
* @param {Object} args Additional Arguments
|
|
229
|
+
* @param {Object} args Additional Arguments
|
|
285
230
|
* @return {Promise<ListFeaturesApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListFeaturesApiResponse } and HTTP response
|
|
286
231
|
*/
|
|
287
232
|
}, {
|
|
@@ -315,7 +260,7 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
315
260
|
var contentTypes = [];
|
|
316
261
|
var accepts = ['application/json'];
|
|
317
262
|
var returnType = _ListFeaturesApiResponse["default"];
|
|
318
|
-
return this.apiClient.callApi('/api/licensing/v4.
|
|
263
|
+
return this.apiClient.callApi('/api/licensing/v4.2/config/features', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
319
264
|
}
|
|
320
265
|
|
|
321
266
|
/**
|
|
@@ -325,28 +270,11 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
325
270
|
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
|
|
326
271
|
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
|
|
327
272
|
* @param { String } opts.$filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions.<br>
|
|
328
|
-
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'
|
|
329
|
-
*
|
|
330
|
-
* -
|
|
331
|
-
* -
|
|
332
|
-
*
|
|
333
|
-
* - meter<br>
|
|
334
|
-
* - salesforceLicenseId<br>
|
|
335
|
-
* - subCategory<br>
|
|
336
|
-
* - type
|
|
337
|
-
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.<br>
|
|
338
|
-
* The orderby can be applied to the following fields:<br>
|
|
339
|
-
* - category<br>
|
|
340
|
-
* - type
|
|
341
|
-
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby. The following expansion keys are supported.
|
|
342
|
-
- consumptionDetails
|
|
343
|
-
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
344
|
-
- category
|
|
345
|
-
- meter
|
|
346
|
-
- salesforceLicenseId
|
|
347
|
-
- subCategory
|
|
348
|
-
- type
|
|
349
|
-
* @param {Object} args Additional Arguments
|
|
273
|
+
* For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'.
|
|
274
|
+
* @param { String } opts.$orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, '$orderby=templateName desc' would get all templates sorted by templateName in descending order.
|
|
275
|
+
* @param { String } opts.$expand A URL query parameter that allows clients to request related resources when a resource that satisfies a particular request is retrieved. Each expanded item is evaluated relative to the entity containing the property being expanded. Other query options can be applied to an expanded property by appending a semicolon-separated list of query options, enclosed in parentheses, to the property name. Permissible system query options are $filter, $select and $orderby.
|
|
276
|
+
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
277
|
+
* @param {Object} args Additional Arguments
|
|
350
278
|
* @return {Promise<ListLicensesApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListLicensesApiResponse } and HTTP response
|
|
351
279
|
*/
|
|
352
280
|
}, {
|
|
@@ -382,7 +310,7 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
382
310
|
var contentTypes = [];
|
|
383
311
|
var accepts = ['application/json'];
|
|
384
312
|
var returnType = _ListLicensesApiResponse["default"];
|
|
385
|
-
return this.apiClient.callApi('/api/licensing/v4.
|
|
313
|
+
return this.apiClient.callApi('/api/licensing/v4.2/config/licenses', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
386
314
|
}
|
|
387
315
|
|
|
388
316
|
/**
|
|
@@ -392,11 +320,7 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
392
320
|
* @param { Number } opts.$page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
|
|
393
321
|
* @param { Number } opts.$limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
|
|
394
322
|
* @param { String } opts.$select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned.
|
|
395
|
-
|
|
396
|
-
- extId
|
|
397
|
-
- links
|
|
398
|
-
- tenantId
|
|
399
|
-
* @param {Object} args Additional Arguments
|
|
323
|
+
* @param {Object} args Additional Arguments
|
|
400
324
|
* @return {Promise<ListRecommendationsApiResponse>} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link ListRecommendationsApiResponse } and HTTP response
|
|
401
325
|
*/
|
|
402
326
|
}, {
|
|
@@ -426,7 +350,7 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
426
350
|
var contentTypes = [];
|
|
427
351
|
var accepts = ['application/json'];
|
|
428
352
|
var returnType = _ListRecommendationsApiResponse["default"];
|
|
429
|
-
return this.apiClient.callApi('/api/licensing/v4.
|
|
353
|
+
return this.apiClient.callApi('/api/licensing/v4.2/config/recommendations', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
430
354
|
}
|
|
431
355
|
|
|
432
356
|
/**
|
|
@@ -463,7 +387,7 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
463
387
|
var contentTypes = [];
|
|
464
388
|
var accepts = ['application/json'];
|
|
465
389
|
var returnType = _ListSettingsApiResponse["default"];
|
|
466
|
-
return this.apiClient.callApi('/api/licensing/v4.
|
|
390
|
+
return this.apiClient.callApi('/api/licensing/v4.2/config/settings', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
467
391
|
}
|
|
468
392
|
|
|
469
393
|
/**
|
|
@@ -500,7 +424,7 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
500
424
|
var contentTypes = [];
|
|
501
425
|
var accepts = ['application/json'];
|
|
502
426
|
var returnType = _ListViolationsApiResponse["default"];
|
|
503
|
-
return this.apiClient.callApi('/api/licensing/v4.
|
|
427
|
+
return this.apiClient.callApi('/api/licensing/v4.2/config/violations', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
504
428
|
}
|
|
505
429
|
|
|
506
430
|
/**
|
|
@@ -540,7 +464,7 @@ var LicensesApi = exports.LicensesApi = /*#__PURE__*/function () {
|
|
|
540
464
|
var contentTypes = ['application/json'];
|
|
541
465
|
var accepts = ['application/json'];
|
|
542
466
|
var returnType = _SyncLicenseStateApiResponse["default"];
|
|
543
|
-
return this.apiClient.callApi('/api/licensing/v4.
|
|
467
|
+
return this.apiClient.callApi('/api/licensing/v4.2/config/$actions/sync-license-state', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType);
|
|
544
468
|
}
|
|
545
469
|
}], [{
|
|
546
470
|
key: "ApiClient",
|
package/dist/es/index.d.ts
CHANGED
|
@@ -17,7 +17,6 @@ declare namespace _default {
|
|
|
17
17
|
export { EndUser };
|
|
18
18
|
export { Eula };
|
|
19
19
|
export { GetEulaApiResponse };
|
|
20
|
-
export { UpdateEulaApiResponse };
|
|
21
20
|
export { AddLicenseKeyApiResponse };
|
|
22
21
|
export { AddLicenseKeyDryRunApiResponse };
|
|
23
22
|
export { Allowance };
|
|
@@ -25,6 +24,7 @@ declare namespace _default {
|
|
|
25
24
|
export { AllowanceDetailProjection };
|
|
26
25
|
export { AllowanceProjection };
|
|
27
26
|
export { AssignLicenseKeysApiResponse };
|
|
27
|
+
export { AssociationType };
|
|
28
28
|
export { BaseClusterInfo };
|
|
29
29
|
export { BaseLicenseInfo };
|
|
30
30
|
export { BillingPlan };
|
|
@@ -58,9 +58,14 @@ declare namespace _default {
|
|
|
58
58
|
export { LicenseCategory };
|
|
59
59
|
export { LicenseClass };
|
|
60
60
|
export { LicenseKey };
|
|
61
|
-
export {
|
|
61
|
+
export { LicenseKeyAssignment };
|
|
62
|
+
export { LicenseKeyAssignmentSpec };
|
|
63
|
+
export { LicenseKeyAssociation };
|
|
64
|
+
export { LicenseKeyAssociationProjection };
|
|
65
|
+
export { LicenseKeyAssociationSpec };
|
|
62
66
|
export { LicenseKeyMapping };
|
|
63
67
|
export { LicenseKeyProjection };
|
|
68
|
+
export { LicenseKeySubCategory };
|
|
64
69
|
export { LicenseProjection };
|
|
65
70
|
export { LicenseStateSyncSpec };
|
|
66
71
|
export { LicenseType };
|
|
@@ -80,10 +85,10 @@ declare namespace _default {
|
|
|
80
85
|
export { PostPaidCategory };
|
|
81
86
|
export { PostPaidConfig };
|
|
82
87
|
export { ProductName };
|
|
88
|
+
export { ReclaimType };
|
|
83
89
|
export { Recommendation };
|
|
84
90
|
export { RecommendationDetail };
|
|
85
91
|
export { RecommendationScope };
|
|
86
|
-
export { ResetLicenseStateApiResponse };
|
|
87
92
|
export { ResetScope };
|
|
88
93
|
export { Scope };
|
|
89
94
|
export { Service };
|
|
@@ -95,7 +100,11 @@ declare namespace _default {
|
|
|
95
100
|
export { SubCategory };
|
|
96
101
|
export { SyncLicenseStateApiResponse };
|
|
97
102
|
export { SyncOperationType };
|
|
98
|
-
export {
|
|
103
|
+
export { Trial };
|
|
104
|
+
export { TrialCategory };
|
|
105
|
+
export { TrialProjection };
|
|
106
|
+
export { TrialStatus };
|
|
107
|
+
export { TrialType };
|
|
99
108
|
export { ValueType };
|
|
100
109
|
export { Violation };
|
|
101
110
|
export { AppMessage };
|
|
@@ -123,7 +132,6 @@ import AddUserApiResponse from "./models/licensing/v4/agreements/AddUserApiRespo
|
|
|
123
132
|
import EndUser from "./models/licensing/v4/agreements/EndUser";
|
|
124
133
|
import Eula from "./models/licensing/v4/agreements/Eula";
|
|
125
134
|
import GetEulaApiResponse from "./models/licensing/v4/agreements/GetEulaApiResponse";
|
|
126
|
-
import UpdateEulaApiResponse from "./models/licensing/v4/agreements/UpdateEulaApiResponse";
|
|
127
135
|
import AddLicenseKeyApiResponse from "./models/licensing/v4/config/AddLicenseKeyApiResponse";
|
|
128
136
|
import AddLicenseKeyDryRunApiResponse from "./models/licensing/v4/config/AddLicenseKeyDryRunApiResponse";
|
|
129
137
|
import Allowance from "./models/licensing/v4/config/Allowance";
|
|
@@ -131,6 +139,7 @@ import AllowanceDetail from "./models/licensing/v4/config/AllowanceDetail";
|
|
|
131
139
|
import AllowanceDetailProjection from "./models/licensing/v4/config/AllowanceDetailProjection";
|
|
132
140
|
import AllowanceProjection from "./models/licensing/v4/config/AllowanceProjection";
|
|
133
141
|
import AssignLicenseKeysApiResponse from "./models/licensing/v4/config/AssignLicenseKeysApiResponse";
|
|
142
|
+
import AssociationType from "./models/licensing/v4/config/AssociationType";
|
|
134
143
|
import BaseClusterInfo from "./models/licensing/v4/config/BaseClusterInfo";
|
|
135
144
|
import BaseLicenseInfo from "./models/licensing/v4/config/BaseLicenseInfo";
|
|
136
145
|
import BillingPlan from "./models/licensing/v4/config/BillingPlan";
|
|
@@ -164,9 +173,14 @@ import License from "./models/licensing/v4/config/License";
|
|
|
164
173
|
import LicenseCategory from "./models/licensing/v4/config/LicenseCategory";
|
|
165
174
|
import LicenseClass from "./models/licensing/v4/config/LicenseClass";
|
|
166
175
|
import LicenseKey from "./models/licensing/v4/config/LicenseKey";
|
|
167
|
-
import
|
|
176
|
+
import LicenseKeyAssignment from "./models/licensing/v4/config/LicenseKeyAssignment";
|
|
177
|
+
import LicenseKeyAssignmentSpec from "./models/licensing/v4/config/LicenseKeyAssignmentSpec";
|
|
178
|
+
import LicenseKeyAssociation from "./models/licensing/v4/config/LicenseKeyAssociation";
|
|
179
|
+
import LicenseKeyAssociationProjection from "./models/licensing/v4/config/LicenseKeyAssociationProjection";
|
|
180
|
+
import LicenseKeyAssociationSpec from "./models/licensing/v4/config/LicenseKeyAssociationSpec";
|
|
168
181
|
import LicenseKeyMapping from "./models/licensing/v4/config/LicenseKeyMapping";
|
|
169
182
|
import LicenseKeyProjection from "./models/licensing/v4/config/LicenseKeyProjection";
|
|
183
|
+
import LicenseKeySubCategory from "./models/licensing/v4/config/LicenseKeySubCategory";
|
|
170
184
|
import LicenseProjection from "./models/licensing/v4/config/LicenseProjection";
|
|
171
185
|
import LicenseStateSyncSpec from "./models/licensing/v4/config/LicenseStateSyncSpec";
|
|
172
186
|
import LicenseType from "./models/licensing/v4/config/LicenseType";
|
|
@@ -186,10 +200,10 @@ import PortalSetting from "./models/licensing/v4/config/PortalSetting";
|
|
|
186
200
|
import PostPaidCategory from "./models/licensing/v4/config/PostPaidCategory";
|
|
187
201
|
import PostPaidConfig from "./models/licensing/v4/config/PostPaidConfig";
|
|
188
202
|
import ProductName from "./models/licensing/v4/config/ProductName";
|
|
203
|
+
import ReclaimType from "./models/licensing/v4/config/ReclaimType";
|
|
189
204
|
import Recommendation from "./models/licensing/v4/config/Recommendation";
|
|
190
205
|
import RecommendationDetail from "./models/licensing/v4/config/RecommendationDetail";
|
|
191
206
|
import RecommendationScope from "./models/licensing/v4/config/RecommendationScope";
|
|
192
|
-
import ResetLicenseStateApiResponse from "./models/licensing/v4/config/ResetLicenseStateApiResponse";
|
|
193
207
|
import ResetScope from "./models/licensing/v4/config/ResetScope";
|
|
194
208
|
import Scope from "./models/licensing/v4/config/Scope";
|
|
195
209
|
import Service from "./models/licensing/v4/config/Service";
|
|
@@ -201,7 +215,11 @@ import Status from "./models/licensing/v4/config/Status";
|
|
|
201
215
|
import SubCategory from "./models/licensing/v4/config/SubCategory";
|
|
202
216
|
import SyncLicenseStateApiResponse from "./models/licensing/v4/config/SyncLicenseStateApiResponse";
|
|
203
217
|
import SyncOperationType from "./models/licensing/v4/config/SyncOperationType";
|
|
204
|
-
import
|
|
218
|
+
import Trial from "./models/licensing/v4/config/Trial";
|
|
219
|
+
import TrialCategory from "./models/licensing/v4/config/TrialCategory";
|
|
220
|
+
import TrialProjection from "./models/licensing/v4/config/TrialProjection";
|
|
221
|
+
import TrialStatus from "./models/licensing/v4/config/TrialStatus";
|
|
222
|
+
import TrialType from "./models/licensing/v4/config/TrialType";
|
|
205
223
|
import ValueType from "./models/licensing/v4/config/ValueType";
|
|
206
224
|
import Violation from "./models/licensing/v4/config/Violation";
|
|
207
225
|
import AppMessage from "./models/licensing/v4/error/AppMessage";
|
|
@@ -209,4 +227,4 @@ import ErrorResponse from "./models/licensing/v4/error/ErrorResponse";
|
|
|
209
227
|
import SchemaValidationError from "./models/licensing/v4/error/SchemaValidationError";
|
|
210
228
|
import SchemaValidationErrorMessage from "./models/licensing/v4/error/SchemaValidationErrorMessage";
|
|
211
229
|
import TaskReference from "./models/prism/v4/config/TaskReference";
|
|
212
|
-
export { ApiClient, LicenseKeysApi, EndUserLicenseAgreementApi, LicensesApi, Flag, KVPair, MapOfStringWrapper, Message, MessageSeverity, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, Acceptance, AddUserApiResponse, EndUser, Eula, GetEulaApiResponse,
|
|
230
|
+
export { ApiClient, LicenseKeysApi, EndUserLicenseAgreementApi, LicensesApi, Flag, KVPair, MapOfStringWrapper, Message, MessageSeverity, TenantAwareModel, ApiLink, ApiResponseMetadata, ExternalizableAbstractModel, Acceptance, AddUserApiResponse, EndUser, Eula, GetEulaApiResponse, AddLicenseKeyApiResponse, AddLicenseKeyDryRunApiResponse, Allowance, AllowanceDetail, AllowanceDetailProjection, AllowanceProjection, AssignLicenseKeysApiResponse, AssociationType, BaseClusterInfo, BaseLicenseInfo, BillingPlan, CapacityViolation, ClusterLicenseKeyMapping, ClusterLicenseKeyMappingProjection, ClusterType, Compliance, ComplianceProjection, Consumption, ConsumptionProjection, ConsumptionType, DeleteLicenseKeyApiResponse, DryRunCheck, DryRunStatus, DryRunValidationResult, EnforcementActions, EnforcementLevel, EnforcementPolicy, Entitlement, EntitlementDetail, EntitlementDetailProjection, EntitlementProjection, ExpiredLicense, Feature, FeatureDetail, FeatureProjection, FeatureViolation, GetLicenseKeyApiResponse, License, LicenseCategory, LicenseClass, LicenseKey, LicenseKeyAssignment, LicenseKeyAssignmentSpec, LicenseKeyAssociation, LicenseKeyAssociationProjection, LicenseKeyAssociationSpec, LicenseKeyMapping, LicenseKeyProjection, LicenseKeySubCategory, LicenseProjection, LicenseStateSyncSpec, LicenseType, ListAllowancesApiResponse, ListCompliancesApiResponse, ListEntitlementsApiResponse, ListFeaturesApiResponse, ListLicenseKeysApiResponse, ListLicensesApiResponse, ListRecommendationsApiResponse, ListSettingsApiResponse, ListViolationsApiResponse, LogicalVersion, Meter, OperationType, PortalSetting, PostPaidCategory, PostPaidConfig, ProductName, ReclaimType, Recommendation, RecommendationDetail, RecommendationScope, ResetScope, Scope, Service, ServiceProjection, ServiceViolation, ServiceViolationType, Setting, Status, SubCategory, SyncLicenseStateApiResponse, SyncOperationType, Trial, TrialCategory, TrialProjection, TrialStatus, TrialType, ValueType, Violation, AppMessage, ErrorResponse, SchemaValidationError, SchemaValidationErrorMessage, TaskReference };
|