@nutanix-scratch/licensing-js-client 4.1.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 +4 -4
- package/dist/Ntnx-Licensing-js-client-prod.js +1 -1
- package/dist/Ntnx-Licensing-js-client.js +252 -131
- package/dist/es/ApiClient.d.ts +1 -1
- package/dist/es/ApiClient.js +3 -3
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +2 -2
- package/dist/es/apis/enduserlicenseagreement-endpoints.d.ts +1 -1
- package/dist/es/apis/enduserlicenseagreement-endpoints.js +4 -4
- package/dist/es/apis/licensekeys-endpoints.d.ts +4 -3
- package/dist/es/apis/licensekeys-endpoints.js +10 -10
- package/dist/es/apis/licenses-endpoints.d.ts +1 -1
- package/dist/es/apis/licenses-endpoints.js +11 -11
- package/dist/es/index.d.ts +25 -3
- package/dist/es/index.js +92 -4
- package/dist/es/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/es/models/common/v1/config/Flag.js +2 -2
- package/dist/es/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/es/models/common/v1/config/KVPair.js +2 -2
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +2 -2
- package/dist/es/models/common/v1/config/Message.d.ts +1 -1
- package/dist/es/models/common/v1/config/Message.js +2 -2
- package/dist/es/models/common/v1/config/MessageSeverity.js +1 -1
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +1 -1
- package/dist/es/models/common/v1/config/TenantAwareModel.js +2 -2
- package/dist/es/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiLink.js +2 -2
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +2 -2
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +2 -2
- package/dist/es/models/licensing/v4/agreements/Acceptance.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/Acceptance.js +3 -3
- package/dist/es/models/licensing/v4/agreements/AddUserApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/AddUserApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/agreements/EndUser.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/EndUser.js +3 -3
- package/dist/es/models/licensing/v4/agreements/Eula.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/Eula.js +3 -3
- package/dist/es/models/licensing/v4/agreements/GetEulaApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/agreements/GetEulaApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/AddLicenseKeyApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AddLicenseKeyApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.d.ts +11 -1
- package/dist/es/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.js +3 -3
- package/dist/es/models/licensing/v4/config/Allowance.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Allowance.js +3 -3
- package/dist/es/models/licensing/v4/config/AllowanceDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AllowanceDetail.js +3 -3
- package/dist/es/models/licensing/v4/config/AllowanceDetailProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AllowanceDetailProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/AllowanceProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AllowanceProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/AssignLicenseKeysApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AssignLicenseKeysApiResponse.js +4 -4
- 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 +3 -3
- package/dist/es/models/licensing/v4/config/BaseLicenseInfo.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/BaseLicenseInfo.js +3 -3
- package/dist/es/models/licensing/v4/config/BillingPlan.js +1 -1
- package/dist/es/models/licensing/v4/config/CapacityViolation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/CapacityViolation.js +3 -3
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMapping.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMapping.js +3 -3
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/ClusterType.js +1 -1
- package/dist/es/models/licensing/v4/config/Compliance.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Compliance.js +3 -3
- package/dist/es/models/licensing/v4/config/ComplianceProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ComplianceProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/Consumption.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Consumption.js +3 -3
- package/dist/es/models/licensing/v4/config/ConsumptionProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ConsumptionProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/ConsumptionType.js +1 -1
- package/dist/es/models/licensing/v4/config/DeleteLicenseKeyApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/DeleteLicenseKeyApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/DryRunCheck.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/DryRunCheck.js +3 -3
- package/dist/es/models/licensing/v4/config/DryRunStatus.js +1 -1
- package/dist/es/models/licensing/v4/config/DryRunValidationResult.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/DryRunValidationResult.js +3 -3
- package/dist/es/models/licensing/v4/config/EnforcementActions.js +1 -1
- package/dist/es/models/licensing/v4/config/EnforcementLevel.js +1 -1
- package/dist/es/models/licensing/v4/config/EnforcementPolicy.js +1 -1
- package/dist/es/models/licensing/v4/config/Entitlement.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Entitlement.js +3 -3
- package/dist/es/models/licensing/v4/config/EntitlementDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/EntitlementDetail.js +3 -3
- package/dist/es/models/licensing/v4/config/EntitlementDetailProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/EntitlementDetailProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/EntitlementProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/EntitlementProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/ExpiredLicense.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ExpiredLicense.js +3 -3
- package/dist/es/models/licensing/v4/config/Feature.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Feature.js +3 -3
- package/dist/es/models/licensing/v4/config/FeatureDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/FeatureDetail.js +3 -3
- package/dist/es/models/licensing/v4/config/FeatureProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/FeatureProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/FeatureViolation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/FeatureViolation.js +3 -3
- package/dist/es/models/licensing/v4/config/GetLicenseKeyApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/GetLicenseKeyApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/License.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/License.js +3 -3
- package/dist/es/models/licensing/v4/config/LicenseCategory.js +21 -3
- package/dist/es/models/licensing/v4/config/LicenseClass.js +1 -1
- package/dist/es/models/licensing/v4/config/LicenseKey.d.ts +33 -1
- package/dist/es/models/licensing/v4/config/LicenseKey.js +89 -5
- package/dist/es/models/licensing/v4/config/{LicenseKeyAssignSpec.d.ts → LicenseKeyAssignment.d.ts} +8 -8
- package/dist/es/models/licensing/v4/config/{LicenseKeyAssignSpec.js → LicenseKeyAssignment.js} +26 -26
- 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/config/LicenseKeyAssociation.js +403 -0
- 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 +3 -3
- package/dist/es/models/licensing/v4/config/LicenseKeyProjection.d.ts +33 -2
- package/dist/es/models/licensing/v4/config/LicenseKeyProjection.js +70 -5
- package/dist/es/models/licensing/v4/config/LicenseKeySubCategory.js +1 -1
- package/dist/es/models/licensing/v4/config/LicenseProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/LicenseProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/LicenseStateSyncSpec.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/LicenseStateSyncSpec.js +3 -3
- package/dist/es/models/licensing/v4/config/LicenseType.js +15 -3
- package/dist/es/models/licensing/v4/config/ListAllowancesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListAllowancesApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListCompliancesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListCompliancesApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListEntitlementsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListEntitlementsApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListFeaturesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListFeaturesApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListLicenseKeysApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListLicenseKeysApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListLicensesApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListLicensesApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListRecommendationsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListRecommendationsApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListSettingsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListSettingsApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/ListViolationsApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ListViolationsApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/LogicalVersion.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/LogicalVersion.js +3 -3
- package/dist/es/models/licensing/v4/config/Meter.js +1 -1
- package/dist/es/models/licensing/v4/config/OperationType.js +1 -1
- package/dist/es/models/licensing/v4/config/PortalSetting.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/PortalSetting.js +3 -3
- package/dist/es/models/licensing/v4/config/PostPaidCategory.js +1 -1
- package/dist/es/models/licensing/v4/config/PostPaidConfig.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/PostPaidConfig.js +3 -3
- package/dist/es/models/licensing/v4/config/ProductName.js +1 -1
- 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 +3 -3
- package/dist/es/models/licensing/v4/config/RecommendationDetail.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/RecommendationDetail.js +3 -3
- package/dist/es/models/licensing/v4/config/RecommendationScope.js +1 -1
- package/dist/es/models/licensing/v4/config/ResetScope.js +1 -1
- package/dist/es/models/licensing/v4/config/Scope.js +1 -1
- package/dist/es/models/licensing/v4/config/Service.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Service.js +3 -3
- package/dist/es/models/licensing/v4/config/ServiceProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ServiceProjection.js +3 -3
- package/dist/es/models/licensing/v4/config/ServiceViolation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ServiceViolation.js +3 -3
- package/dist/es/models/licensing/v4/config/ServiceViolationType.js +1 -1
- package/dist/es/models/licensing/v4/config/Setting.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Setting.js +3 -3
- package/dist/es/models/licensing/v4/config/Status.js +1 -1
- package/dist/es/models/licensing/v4/config/SubCategory.js +1 -1
- package/dist/es/models/licensing/v4/config/SyncLicenseStateApiResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/SyncLicenseStateApiResponse.js +4 -4
- package/dist/es/models/licensing/v4/config/SyncOperationType.js +1 -1
- package/dist/es/models/licensing/v4/config/Trial.d.ts +93 -0
- package/dist/es/models/licensing/v4/config/Trial.js +421 -0
- 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 +1 -1
- package/dist/es/models/licensing/v4/config/Violation.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/Violation.js +3 -3
- package/dist/es/models/licensing/v4/error/AppMessage.d.ts +1 -1
- package/dist/es/models/licensing/v4/error/AppMessage.js +3 -3
- package/dist/es/models/licensing/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/es/models/licensing/v4/error/ErrorResponse.js +3 -3
- package/dist/es/models/licensing/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/es/models/licensing/v4/error/SchemaValidationError.js +3 -3
- package/dist/es/models/licensing/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/es/models/licensing/v4/error/SchemaValidationErrorMessage.js +3 -3
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +1 -1
- package/dist/es/models/prism/v4/config/TaskReference.js +2 -2
- package/dist/es/models/validation/ValidationError.js +1 -1
- package/dist/es/utils/ValidationUtils.js +1 -1
- package/dist/lib/ApiClient.d.ts +1 -1
- package/dist/lib/ApiClient.js +3 -3
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +2 -2
- package/dist/lib/apis/enduserlicenseagreement-endpoints.d.ts +1 -1
- package/dist/lib/apis/enduserlicenseagreement-endpoints.js +4 -4
- package/dist/lib/apis/licensekeys-endpoints.d.ts +4 -3
- package/dist/lib/apis/licensekeys-endpoints.js +10 -10
- package/dist/lib/apis/licenses-endpoints.d.ts +1 -1
- package/dist/lib/apis/licenses-endpoints.js +11 -11
- package/dist/lib/index.d.ts +25 -3
- package/dist/lib/index.js +92 -4
- package/dist/lib/models/common/v1/config/Flag.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Flag.js +2 -2
- package/dist/lib/models/common/v1/config/KVPair.d.ts +1 -1
- package/dist/lib/models/common/v1/config/KVPair.js +2 -2
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +1 -1
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +2 -2
- package/dist/lib/models/common/v1/config/Message.d.ts +1 -1
- package/dist/lib/models/common/v1/config/Message.js +2 -2
- package/dist/lib/models/common/v1/config/MessageSeverity.js +1 -1
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +1 -1
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +2 -2
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiLink.js +2 -2
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +2 -2
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -1
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +2 -2
- package/dist/lib/models/licensing/v4/agreements/Acceptance.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/Acceptance.js +3 -3
- package/dist/lib/models/licensing/v4/agreements/AddUserApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/AddUserApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/agreements/EndUser.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/EndUser.js +3 -3
- package/dist/lib/models/licensing/v4/agreements/Eula.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/Eula.js +3 -3
- package/dist/lib/models/licensing/v4/agreements/GetEulaApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/agreements/GetEulaApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.d.ts +11 -1
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.js +3 -3
- package/dist/lib/models/licensing/v4/config/Allowance.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Allowance.js +3 -3
- package/dist/lib/models/licensing/v4/config/AllowanceDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AllowanceDetail.js +3 -3
- package/dist/lib/models/licensing/v4/config/AllowanceDetailProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AllowanceDetailProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/AllowanceProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AllowanceProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/AssignLicenseKeysApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AssignLicenseKeysApiResponse.js +4 -4
- 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 +3 -3
- package/dist/lib/models/licensing/v4/config/BaseLicenseInfo.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/BaseLicenseInfo.js +3 -3
- package/dist/lib/models/licensing/v4/config/BillingPlan.js +1 -1
- package/dist/lib/models/licensing/v4/config/CapacityViolation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/CapacityViolation.js +3 -3
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMapping.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMapping.js +3 -3
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/ClusterType.js +1 -1
- package/dist/lib/models/licensing/v4/config/Compliance.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Compliance.js +3 -3
- package/dist/lib/models/licensing/v4/config/ComplianceProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ComplianceProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/Consumption.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Consumption.js +3 -3
- package/dist/lib/models/licensing/v4/config/ConsumptionProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ConsumptionProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/ConsumptionType.js +1 -1
- package/dist/lib/models/licensing/v4/config/DeleteLicenseKeyApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/DeleteLicenseKeyApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/DryRunCheck.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/DryRunCheck.js +3 -3
- package/dist/lib/models/licensing/v4/config/DryRunStatus.js +1 -1
- package/dist/lib/models/licensing/v4/config/DryRunValidationResult.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/DryRunValidationResult.js +3 -3
- package/dist/lib/models/licensing/v4/config/EnforcementActions.js +1 -1
- package/dist/lib/models/licensing/v4/config/EnforcementLevel.js +1 -1
- package/dist/lib/models/licensing/v4/config/EnforcementPolicy.js +1 -1
- package/dist/lib/models/licensing/v4/config/Entitlement.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Entitlement.js +3 -3
- package/dist/lib/models/licensing/v4/config/EntitlementDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/EntitlementDetail.js +3 -3
- package/dist/lib/models/licensing/v4/config/EntitlementDetailProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/EntitlementDetailProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/EntitlementProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/EntitlementProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/ExpiredLicense.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ExpiredLicense.js +3 -3
- package/dist/lib/models/licensing/v4/config/Feature.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Feature.js +3 -3
- package/dist/lib/models/licensing/v4/config/FeatureDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/FeatureDetail.js +3 -3
- package/dist/lib/models/licensing/v4/config/FeatureProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/FeatureProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/FeatureViolation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/FeatureViolation.js +3 -3
- package/dist/lib/models/licensing/v4/config/GetLicenseKeyApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/GetLicenseKeyApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/License.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/License.js +3 -3
- package/dist/lib/models/licensing/v4/config/LicenseCategory.js +21 -3
- package/dist/lib/models/licensing/v4/config/LicenseClass.js +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseKey.d.ts +33 -1
- package/dist/lib/models/licensing/v4/config/LicenseKey.js +89 -5
- package/dist/lib/models/licensing/v4/config/{LicenseKeyAssignSpec.d.ts → LicenseKeyAssignment.d.ts} +8 -8
- package/dist/lib/models/licensing/v4/config/{LicenseKeyAssignSpec.js → LicenseKeyAssignment.js} +26 -26
- 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/config/LicenseKeyAssociation.js +403 -0
- 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 +3 -3
- package/dist/lib/models/licensing/v4/config/LicenseKeyProjection.d.ts +33 -2
- package/dist/lib/models/licensing/v4/config/LicenseKeyProjection.js +70 -5
- package/dist/lib/models/licensing/v4/config/LicenseKeySubCategory.js +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/LicenseStateSyncSpec.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/LicenseStateSyncSpec.js +3 -3
- package/dist/lib/models/licensing/v4/config/LicenseType.js +15 -3
- package/dist/lib/models/licensing/v4/config/ListAllowancesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListAllowancesApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListCompliancesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListCompliancesApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListEntitlementsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListEntitlementsApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListFeaturesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListFeaturesApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListLicenseKeysApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListLicenseKeysApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListLicensesApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListLicensesApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListRecommendationsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListRecommendationsApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListSettingsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListSettingsApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/ListViolationsApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ListViolationsApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/LogicalVersion.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/LogicalVersion.js +3 -3
- package/dist/lib/models/licensing/v4/config/Meter.js +1 -1
- package/dist/lib/models/licensing/v4/config/OperationType.js +1 -1
- package/dist/lib/models/licensing/v4/config/PortalSetting.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/PortalSetting.js +3 -3
- package/dist/lib/models/licensing/v4/config/PostPaidCategory.js +1 -1
- package/dist/lib/models/licensing/v4/config/PostPaidConfig.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/PostPaidConfig.js +3 -3
- package/dist/lib/models/licensing/v4/config/ProductName.js +1 -1
- 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 +3 -3
- package/dist/lib/models/licensing/v4/config/RecommendationDetail.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/RecommendationDetail.js +3 -3
- package/dist/lib/models/licensing/v4/config/RecommendationScope.js +1 -1
- package/dist/lib/models/licensing/v4/config/ResetScope.js +1 -1
- package/dist/lib/models/licensing/v4/config/Scope.js +1 -1
- package/dist/lib/models/licensing/v4/config/Service.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Service.js +3 -3
- package/dist/lib/models/licensing/v4/config/ServiceProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ServiceProjection.js +3 -3
- package/dist/lib/models/licensing/v4/config/ServiceViolation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ServiceViolation.js +3 -3
- package/dist/lib/models/licensing/v4/config/ServiceViolationType.js +1 -1
- package/dist/lib/models/licensing/v4/config/Setting.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Setting.js +3 -3
- package/dist/lib/models/licensing/v4/config/Status.js +1 -1
- package/dist/lib/models/licensing/v4/config/SubCategory.js +1 -1
- package/dist/lib/models/licensing/v4/config/SyncLicenseStateApiResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/SyncLicenseStateApiResponse.js +4 -4
- package/dist/lib/models/licensing/v4/config/SyncOperationType.js +1 -1
- package/dist/lib/models/licensing/v4/config/Trial.d.ts +93 -0
- package/dist/lib/models/licensing/v4/config/Trial.js +421 -0
- 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 +1 -1
- package/dist/lib/models/licensing/v4/config/Violation.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/Violation.js +3 -3
- package/dist/lib/models/licensing/v4/error/AppMessage.d.ts +1 -1
- package/dist/lib/models/licensing/v4/error/AppMessage.js +3 -3
- package/dist/lib/models/licensing/v4/error/ErrorResponse.d.ts +1 -1
- package/dist/lib/models/licensing/v4/error/ErrorResponse.js +3 -3
- package/dist/lib/models/licensing/v4/error/SchemaValidationError.d.ts +1 -1
- package/dist/lib/models/licensing/v4/error/SchemaValidationError.js +3 -3
- package/dist/lib/models/licensing/v4/error/SchemaValidationErrorMessage.d.ts +1 -1
- package/dist/lib/models/licensing/v4/error/SchemaValidationErrorMessage.js +3 -3
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +1 -1
- package/dist/lib/models/prism/v4/config/TaskReference.js +2 -2
- package/dist/lib/models/validation/ValidationError.js +1 -1
- package/dist/lib/utils/ValidationUtils.js +1 -1
- package/package.json +2 -2
|
@@ -27,7 +27,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
27
27
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
28
28
|
* Nutanix Licensing APIs
|
|
29
29
|
*
|
|
30
|
-
* OpenAPI spec version: 4.
|
|
30
|
+
* OpenAPI spec version: 4.2.1
|
|
31
31
|
*
|
|
32
32
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
33
33
|
*
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
/**
|
|
40
40
|
* The Flag model module.
|
|
41
41
|
* @module Ntnx/Flag
|
|
42
|
-
* @version 4.
|
|
42
|
+
* @version 4.2.1
|
|
43
43
|
* @class Flag
|
|
44
44
|
*/
|
|
45
45
|
var _Flag_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -29,7 +29,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
29
29
|
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"); } /*
|
|
30
30
|
* Nutanix Licensing APIs
|
|
31
31
|
*
|
|
32
|
-
* OpenAPI spec version: 4.
|
|
32
|
+
* OpenAPI spec version: 4.2.1
|
|
33
33
|
*
|
|
34
34
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
35
35
|
*
|
|
@@ -41,7 +41,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
41
41
|
/**
|
|
42
42
|
* The KVPair model module.
|
|
43
43
|
* @module Ntnx/KVPair
|
|
44
|
-
* @version 4.
|
|
44
|
+
* @version 4.2.1
|
|
45
45
|
* @class KVPair
|
|
46
46
|
*/
|
|
47
47
|
var _KVPair_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -28,7 +28,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
28
28
|
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"); } /*
|
|
29
29
|
* Nutanix Licensing APIs
|
|
30
30
|
*
|
|
31
|
-
* OpenAPI spec version: 4.
|
|
31
|
+
* OpenAPI spec version: 4.2.1
|
|
32
32
|
*
|
|
33
33
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
34
34
|
*
|
|
@@ -40,7 +40,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
40
40
|
/**
|
|
41
41
|
* The MapOfStringWrapper model module.
|
|
42
42
|
* @module Ntnx/MapOfStringWrapper
|
|
43
|
-
* @version 4.
|
|
43
|
+
* @version 4.2.1
|
|
44
44
|
* @class MapOfStringWrapper
|
|
45
45
|
*/
|
|
46
46
|
var _MapOfStringWrapper_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -28,7 +28,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
28
28
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
29
29
|
* Nutanix Licensing APIs
|
|
30
30
|
*
|
|
31
|
-
* OpenAPI spec version: 4.
|
|
31
|
+
* OpenAPI spec version: 4.2.1
|
|
32
32
|
*
|
|
33
33
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
34
34
|
*
|
|
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
/**
|
|
41
41
|
* The Message model module.
|
|
42
42
|
* @module Ntnx/Message
|
|
43
|
-
* @version 4.
|
|
43
|
+
* @version 4.2.1
|
|
44
44
|
* @class Message
|
|
45
45
|
*/
|
|
46
46
|
var _Message_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
|
|
|
11
11
|
/*
|
|
12
12
|
* Nutanix Licensing APIs
|
|
13
13
|
*
|
|
14
|
-
* OpenAPI spec version: 4.
|
|
14
|
+
* OpenAPI spec version: 4.2.1
|
|
15
15
|
*
|
|
16
16
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
17
17
|
*
|
|
@@ -27,7 +27,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
27
27
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
28
28
|
* Nutanix Licensing APIs
|
|
29
29
|
*
|
|
30
|
-
* OpenAPI spec version: 4.
|
|
30
|
+
* OpenAPI spec version: 4.2.1
|
|
31
31
|
*
|
|
32
32
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
33
33
|
*
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
/**
|
|
40
40
|
* The TenantAwareModel model module.
|
|
41
41
|
* @module Ntnx/TenantAwareModel
|
|
42
|
-
* @version 4.
|
|
42
|
+
* @version 4.2.1
|
|
43
43
|
* @class TenantAwareModel
|
|
44
44
|
*/
|
|
45
45
|
var _TenantAwareModel_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -27,7 +27,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
27
27
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
28
28
|
* Nutanix Licensing APIs
|
|
29
29
|
*
|
|
30
|
-
* OpenAPI spec version: 4.
|
|
30
|
+
* OpenAPI spec version: 4.2.1
|
|
31
31
|
*
|
|
32
32
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
33
33
|
*
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
/**
|
|
40
40
|
* The ApiLink model module.
|
|
41
41
|
* @module Ntnx/ApiLink
|
|
42
|
-
* @version 4.
|
|
42
|
+
* @version 4.2.1
|
|
43
43
|
* @class ApiLink
|
|
44
44
|
*/
|
|
45
45
|
var _ApiLink_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -31,7 +31,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
31
31
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
32
32
|
* Nutanix Licensing APIs
|
|
33
33
|
*
|
|
34
|
-
* OpenAPI spec version: 4.
|
|
34
|
+
* OpenAPI spec version: 4.2.1
|
|
35
35
|
*
|
|
36
36
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
37
37
|
*
|
|
@@ -43,7 +43,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
43
43
|
/**
|
|
44
44
|
* The ApiResponseMetadata model module.
|
|
45
45
|
* @module Ntnx/ApiResponseMetadata
|
|
46
|
-
* @version 4.
|
|
46
|
+
* @version 4.2.1
|
|
47
47
|
* @class ApiResponseMetadata
|
|
48
48
|
*/
|
|
49
49
|
var _ApiResponseMetadata_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -36,7 +36,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
36
36
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
37
37
|
* Nutanix Licensing APIs
|
|
38
38
|
*
|
|
39
|
-
* OpenAPI spec version: 4.
|
|
39
|
+
* OpenAPI spec version: 4.2.1
|
|
40
40
|
*
|
|
41
41
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
42
42
|
*
|
|
@@ -48,7 +48,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
48
48
|
/**
|
|
49
49
|
* The ExternalizableAbstractModel model module.
|
|
50
50
|
* @module Ntnx/ExternalizableAbstractModel
|
|
51
|
-
* @version 4.
|
|
51
|
+
* @version 4.2.1
|
|
52
52
|
* @class ExternalizableAbstractModel
|
|
53
53
|
* @extends TenantAwareModel
|
|
54
54
|
*/
|
|
@@ -29,7 +29,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
29
29
|
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"); } /*
|
|
30
30
|
* Nutanix Licensing APIs
|
|
31
31
|
*
|
|
32
|
-
* OpenAPI spec version: 4.
|
|
32
|
+
* OpenAPI spec version: 4.2.1
|
|
33
33
|
*
|
|
34
34
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
35
35
|
*
|
|
@@ -41,7 +41,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
41
41
|
/**
|
|
42
42
|
* The Acceptance model module.
|
|
43
43
|
* @module Ntnx/Acceptance
|
|
44
|
-
* @version 4.
|
|
44
|
+
* @version 4.2.1
|
|
45
45
|
* @class Acceptance
|
|
46
46
|
*
|
|
47
47
|
* @param { EndUser } acceptedBy
|
|
@@ -68,7 +68,7 @@ var Acceptance = exports["default"] = /*#__PURE__*/function () {
|
|
|
68
68
|
this.$objectType = "licensing.v4.agreements.Acceptance";
|
|
69
69
|
/** @type {object<string, any>} */
|
|
70
70
|
this.$reserved = {
|
|
71
|
-
'$fv': "v4.
|
|
71
|
+
'$fv': "v4.r2"
|
|
72
72
|
};
|
|
73
73
|
/** @type {object<string, any>} */
|
|
74
74
|
this.$unknownFields = {};
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
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"); } /*
|
|
40
40
|
* Nutanix Licensing APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.
|
|
42
|
+
* OpenAPI spec version: 4.2.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The AddUserApiResponse model module.
|
|
53
53
|
* @module Ntnx/AddUserApiResponse
|
|
54
|
-
* @version 4.
|
|
54
|
+
* @version 4.2.1
|
|
55
55
|
* @class AddUserApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _AddUserApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var AddUserApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>AddUserApiResponse</code>.
|
|
61
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
61
|
+
* REST response for all response codes in API path /licensing/v4.2/agreements/eula/$actions/add-user Post operation
|
|
62
62
|
* @alias module:Ntnx/AddUserApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function AddUserApiResponse() {
|
|
@@ -75,7 +75,7 @@ var AddUserApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable)
|
|
|
75
75
|
_this.$objectType = "licensing.v4.agreements.AddUserApiResponse";
|
|
76
76
|
/** @type {object<string, any>} */
|
|
77
77
|
_this.$reserved = {
|
|
78
|
-
'$fv': "v4.
|
|
78
|
+
'$fv': "v4.r2"
|
|
79
79
|
};
|
|
80
80
|
/** @type {object<string, any>} */
|
|
81
81
|
_this.$unknownFields = {};
|
|
@@ -27,7 +27,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
27
27
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
28
28
|
* Nutanix Licensing APIs
|
|
29
29
|
*
|
|
30
|
-
* OpenAPI spec version: 4.
|
|
30
|
+
* OpenAPI spec version: 4.2.1
|
|
31
31
|
*
|
|
32
32
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
33
33
|
*
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
/**
|
|
40
40
|
* The EndUser model module.
|
|
41
41
|
* @module Ntnx/EndUser
|
|
42
|
-
* @version 4.
|
|
42
|
+
* @version 4.2.1
|
|
43
43
|
* @class EndUser
|
|
44
44
|
*
|
|
45
45
|
* @param { string } userName User name of the user accepting the EULA.
|
|
@@ -81,7 +81,7 @@ var EndUser = exports["default"] = /*#__PURE__*/function () {
|
|
|
81
81
|
this.$objectType = "licensing.v4.agreements.EndUser";
|
|
82
82
|
/** @type {object<string, any>} */
|
|
83
83
|
this.$reserved = {
|
|
84
|
-
'$fv': "v4.
|
|
84
|
+
'$fv': "v4.r2"
|
|
85
85
|
};
|
|
86
86
|
/** @type {object<string, any>} */
|
|
87
87
|
this.$unknownFields = {};
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
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"); } /*
|
|
40
40
|
* Nutanix Licensing APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.
|
|
42
|
+
* OpenAPI spec version: 4.2.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
@@ -51,7 +51,7 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The Eula model module.
|
|
53
53
|
* @module Ntnx/Eula
|
|
54
|
-
* @version 4.
|
|
54
|
+
* @version 4.2.1
|
|
55
55
|
* @class Eula
|
|
56
56
|
* @extends ExternalizableAbstractModel
|
|
57
57
|
*
|
|
@@ -87,7 +87,7 @@ var Eula = exports["default"] = /*#__PURE__*/function (_ExternalizableAbstra) {
|
|
|
87
87
|
_this.$objectType = "licensing.v4.agreements.Eula";
|
|
88
88
|
/** @type {object<string, any>} */
|
|
89
89
|
_this.$reserved = {
|
|
90
|
-
'$fv': "v4.
|
|
90
|
+
'$fv': "v4.r2"
|
|
91
91
|
};
|
|
92
92
|
/** @type {object<string, any>} */
|
|
93
93
|
_this.$unknownFields = {};
|
|
@@ -39,7 +39,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
39
39
|
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"); } /*
|
|
40
40
|
* Nutanix Licensing APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.
|
|
42
|
+
* OpenAPI spec version: 4.2.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
@@ -51,14 +51,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
51
51
|
/**
|
|
52
52
|
* The GetEulaApiResponse model module.
|
|
53
53
|
* @module Ntnx/GetEulaApiResponse
|
|
54
|
-
* @version 4.
|
|
54
|
+
* @version 4.2.1
|
|
55
55
|
* @class GetEulaApiResponse
|
|
56
56
|
*/
|
|
57
57
|
var _GetEulaApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
58
58
|
var GetEulaApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
59
59
|
/**
|
|
60
60
|
* Constructs a new <code>GetEulaApiResponse</code>.
|
|
61
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
61
|
+
* REST response for all response codes in API path /licensing/v4.2/agreements/eula Get operation
|
|
62
62
|
* @alias module:Ntnx/GetEulaApiResponse
|
|
63
63
|
*/
|
|
64
64
|
function GetEulaApiResponse() {
|
|
@@ -75,7 +75,7 @@ var GetEulaApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable)
|
|
|
75
75
|
_this.$objectType = "licensing.v4.agreements.GetEulaApiResponse";
|
|
76
76
|
/** @type {object<string, any>} */
|
|
77
77
|
_this.$reserved = {
|
|
78
|
-
'$fv': "v4.
|
|
78
|
+
'$fv': "v4.r2"
|
|
79
79
|
};
|
|
80
80
|
/** @type {object<string, any>} */
|
|
81
81
|
_this.$unknownFields = {};
|
|
@@ -40,7 +40,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
40
40
|
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"); } /*
|
|
41
41
|
* Nutanix Licensing APIs
|
|
42
42
|
*
|
|
43
|
-
* OpenAPI spec version: 4.
|
|
43
|
+
* OpenAPI spec version: 4.2.1
|
|
44
44
|
*
|
|
45
45
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
46
46
|
*
|
|
@@ -52,14 +52,14 @@ function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.h
|
|
|
52
52
|
/**
|
|
53
53
|
* The AddLicenseKeyApiResponse model module.
|
|
54
54
|
* @module Ntnx/AddLicenseKeyApiResponse
|
|
55
|
-
* @version 4.
|
|
55
|
+
* @version 4.2.1
|
|
56
56
|
* @class AddLicenseKeyApiResponse
|
|
57
57
|
*/
|
|
58
58
|
var _AddLicenseKeyApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
59
59
|
var AddLicenseKeyApiResponse = exports["default"] = /*#__PURE__*/function (_Paginable) {
|
|
60
60
|
/**
|
|
61
61
|
* Constructs a new <code>AddLicenseKeyApiResponse</code>.
|
|
62
|
-
* REST response for all response codes in API path /licensing/v4.
|
|
62
|
+
* REST response for all response codes in API path /licensing/v4.2/config/license-keys Post operation
|
|
63
63
|
* @alias module:Ntnx/AddLicenseKeyApiResponse
|
|
64
64
|
*/
|
|
65
65
|
function AddLicenseKeyApiResponse() {
|
|
@@ -76,7 +76,7 @@ var AddLicenseKeyApiResponse = exports["default"] = /*#__PURE__*/function (_Pagi
|
|
|
76
76
|
_this.$objectType = "licensing.v4.config.AddLicenseKeyApiResponse";
|
|
77
77
|
/** @type {object<string, any>} */
|
|
78
78
|
_this.$reserved = {
|
|
79
|
-
'$fv': "v4.
|
|
79
|
+
'$fv': "v4.r2"
|
|
80
80
|
};
|
|
81
81
|
/** @type {object<string, any>} */
|
|
82
82
|
_this.$unknownFields = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The AddLicenseKeyDryRunApiResponse model module.
|
|
3
3
|
* @module Ntnx/AddLicenseKeyDryRunApiResponse
|
|
4
|
-
* @version 4.
|
|
4
|
+
* @version 4.2.1
|
|
5
5
|
* @class AddLicenseKeyDryRunApiResponse
|
|
6
6
|
*/
|
|
7
7
|
export default class AddLicenseKeyDryRunApiResponse extends Paginable {
|
|
@@ -72,6 +72,15 @@ export default class AddLicenseKeyDryRunApiResponse extends Paginable {
|
|
|
72
72
|
href?: string;
|
|
73
73
|
}[];
|
|
74
74
|
extId?: string;
|
|
75
|
+
associationDetails?: {
|
|
76
|
+
$reserved: any;
|
|
77
|
+
$objectType: string;
|
|
78
|
+
$unknownFields: any;
|
|
79
|
+
reclaimType?: string;
|
|
80
|
+
associationType?: string;
|
|
81
|
+
associatedKey?: string;
|
|
82
|
+
baseKey?: string;
|
|
83
|
+
}[];
|
|
75
84
|
assignmentDetails?: {
|
|
76
85
|
$reserved: any; /**
|
|
77
86
|
* @param {DryRunValidationResult} validationResult
|
|
@@ -82,6 +91,7 @@ export default class AddLicenseKeyDryRunApiResponse extends Paginable {
|
|
|
82
91
|
key?: string;
|
|
83
92
|
clusterExtId?: string;
|
|
84
93
|
}[];
|
|
94
|
+
enforcementPolicy?: string;
|
|
85
95
|
groupId?: string;
|
|
86
96
|
quantity?: number;
|
|
87
97
|
meter?: string;
|
|
@@ -38,7 +38,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
38
38
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
39
39
|
* Nutanix Licensing APIs
|
|
40
40
|
*
|
|
41
|
-
* OpenAPI spec version: 4.
|
|
41
|
+
* OpenAPI spec version: 4.2.1
|
|
42
42
|
*
|
|
43
43
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
44
44
|
*
|
|
@@ -50,7 +50,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
50
50
|
/**
|
|
51
51
|
* The AddLicenseKeyDryRunApiResponse model module.
|
|
52
52
|
* @module Ntnx/AddLicenseKeyDryRunApiResponse
|
|
53
|
-
* @version 4.
|
|
53
|
+
* @version 4.2.1
|
|
54
54
|
* @class AddLicenseKeyDryRunApiResponse
|
|
55
55
|
*/
|
|
56
56
|
var _AddLicenseKeyDryRunApiResponse_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -73,7 +73,7 @@ var AddLicenseKeyDryRunApiResponse = exports["default"] = /*#__PURE__*/function
|
|
|
73
73
|
_this.$objectType = "licensing.v4.config.AddLicenseKeyDryRunApiResponse";
|
|
74
74
|
/** @type {object<string, any>} */
|
|
75
75
|
_this.$reserved = {
|
|
76
|
-
'$fv': "v4.
|
|
76
|
+
'$fv': "v4.r2"
|
|
77
77
|
};
|
|
78
78
|
/** @type {object<string, any>} */
|
|
79
79
|
_this.$unknownFields = {};
|
|
@@ -39,7 +39,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
39
39
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
40
40
|
* Nutanix Licensing APIs
|
|
41
41
|
*
|
|
42
|
-
* OpenAPI spec version: 4.
|
|
42
|
+
* OpenAPI spec version: 4.2.1
|
|
43
43
|
*
|
|
44
44
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
45
45
|
*
|
|
@@ -51,7 +51,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
51
51
|
/**
|
|
52
52
|
* The Allowance model module.
|
|
53
53
|
* @module Ntnx/Allowance
|
|
54
|
-
* @version 4.
|
|
54
|
+
* @version 4.2.1
|
|
55
55
|
* @class Allowance
|
|
56
56
|
* @extends BaseClusterInfo
|
|
57
57
|
*/
|
|
@@ -77,7 +77,7 @@ var Allowance = exports["default"] = /*#__PURE__*/function (_BaseClusterInfo) {
|
|
|
77
77
|
_this.$objectType = "licensing.v4.config.Allowance";
|
|
78
78
|
/** @type {object<string, any>} */
|
|
79
79
|
_this.$reserved = {
|
|
80
|
-
'$fv': "v4.
|
|
80
|
+
'$fv': "v4.r2"
|
|
81
81
|
};
|
|
82
82
|
/** @type {object<string, any>} */
|
|
83
83
|
_this.$unknownFields = {};
|
|
@@ -29,7 +29,7 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a
|
|
|
29
29
|
function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); } /*
|
|
30
30
|
* Nutanix Licensing APIs
|
|
31
31
|
*
|
|
32
|
-
* OpenAPI spec version: 4.
|
|
32
|
+
* OpenAPI spec version: 4.2.1
|
|
33
33
|
*
|
|
34
34
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
35
35
|
*
|
|
@@ -41,7 +41,7 @@ function _checkPrivateRedeclaration(e, t) { if (t.has(e)) throw new TypeError("C
|
|
|
41
41
|
/**
|
|
42
42
|
* The AllowanceDetail model module.
|
|
43
43
|
* @module Ntnx/AllowanceDetail
|
|
44
|
-
* @version 4.
|
|
44
|
+
* @version 4.2.1
|
|
45
45
|
* @class AllowanceDetail
|
|
46
46
|
*/
|
|
47
47
|
var _AllowanceDetail_brand = /*#__PURE__*/new WeakSet();
|
|
@@ -63,7 +63,7 @@ var AllowanceDetail = exports["default"] = /*#__PURE__*/function () {
|
|
|
63
63
|
this.$objectType = "licensing.v4.config.AllowanceDetail";
|
|
64
64
|
/** @type {object<string, any>} */
|
|
65
65
|
this.$reserved = {
|
|
66
|
-
'$fv': "v4.
|
|
66
|
+
'$fv': "v4.r2"
|
|
67
67
|
};
|
|
68
68
|
/** @type {object<string, any>} */
|
|
69
69
|
this.$unknownFields = {};
|
|
@@ -29,7 +29,7 @@ function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new T
|
|
|
29
29
|
function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); } /*
|
|
30
30
|
* Nutanix Licensing APIs
|
|
31
31
|
*
|
|
32
|
-
* OpenAPI spec version: 4.
|
|
32
|
+
* OpenAPI spec version: 4.2.1
|
|
33
33
|
*
|
|
34
34
|
* NOTE: This class is auto generated by the Open API Dev Platform.
|
|
35
35
|
*
|
|
@@ -41,7 +41,7 @@ function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf
|
|
|
41
41
|
/**
|
|
42
42
|
* The AllowanceDetailProjection model module.
|
|
43
43
|
* @module Ntnx/AllowanceDetailProjection
|
|
44
|
-
* @version 4.
|
|
44
|
+
* @version 4.2.1
|
|
45
45
|
* @class AllowanceDetailProjection
|
|
46
46
|
* @extends AllowanceDetail
|
|
47
47
|
*/
|
|
@@ -58,7 +58,7 @@ var AllowanceDetailProjection = exports["default"] = /*#__PURE__*/function (_All
|
|
|
58
58
|
_this.$objectType = "licensing.v4.config.AllowanceDetailProjection";
|
|
59
59
|
/** @type {object<string, any>} */
|
|
60
60
|
_this.$reserved = {
|
|
61
|
-
'$fv': "v4.
|
|
61
|
+
'$fv': "v4.r2"
|
|
62
62
|
};
|
|
63
63
|
/** @type {object<string, any>} */
|
|
64
64
|
_this.$unknownFields = {};
|