@nutanix-scratch/licensing-js-client 4.1.1 → 4.3.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 +16 -4
- package/dist/Ntnx-Licensing-js-client-prod.js +1 -1
- package/dist/Ntnx-Licensing-js-client.js +711 -518
- package/dist/es/ApiClient.d.ts +29 -7
- package/dist/es/ApiClient.js +854 -667
- package/dist/es/Paginable.d.ts +1 -1
- package/dist/es/Paginable.js +144 -183
- package/dist/es/apis/enduserlicenseagreement-endpoints.d.ts +1 -1
- package/dist/es/apis/enduserlicenseagreement-endpoints.js +82 -99
- package/dist/es/apis/licensekeys-endpoints.d.ts +49 -3
- package/dist/es/apis/licensekeys-endpoints.js +361 -223
- package/dist/es/apis/licenses-endpoints.d.ts +1 -1
- package/dist/es/apis/licenses-endpoints.js +400 -380
- package/dist/es/index.d.ts +37 -3
- package/dist/es/index.js +439 -303
- package/dist/es/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/es/models/common/v1/config/Flag.js +170 -211
- package/dist/es/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/es/models/common/v1/config/KVPair.js +225 -270
- package/dist/es/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/es/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/es/models/common/v1/config/Message.d.ts +2 -10
- package/dist/es/models/common/v1/config/Message.js +213 -258
- package/dist/es/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/es/models/common/v1/config/TenantAwareModel.d.ts +2 -7
- package/dist/es/models/common/v1/config/TenantAwareModel.js +137 -177
- package/dist/es/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/es/models/common/v1/response/ApiLink.js +165 -206
- package/dist/es/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/es/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/es/models/common/v1/response/ExternalizableAbstractModel.js +154 -202
- package/dist/es/models/licensing/v4/agreements/Acceptance.d.ts +2 -16
- package/dist/es/models/licensing/v4/agreements/Acceptance.js +161 -203
- package/dist/es/models/licensing/v4/agreements/AddUserApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/agreements/AddUserApiResponse.js +209 -264
- package/dist/es/models/licensing/v4/agreements/EndUser.d.ts +2 -10
- package/dist/es/models/licensing/v4/agreements/EndUser.js +226 -271
- package/dist/es/models/licensing/v4/agreements/Eula.d.ts +1 -34
- package/dist/es/models/licensing/v4/agreements/Eula.js +230 -286
- package/dist/es/models/licensing/v4/agreements/GetEulaApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/agreements/GetEulaApiResponse.js +187 -242
- package/dist/es/models/licensing/v4/config/AddLicenseKeyApiResponse.d.ts +2 -46
- package/dist/es/models/licensing/v4/config/AddLicenseKeyApiResponse.js +190 -245
- package/dist/es/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.d.ts +2 -62
- package/dist/es/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.js +194 -247
- package/dist/es/models/licensing/v4/config/Allowance.d.ts +1 -27
- package/dist/es/models/licensing/v4/config/Allowance.js +192 -241
- package/dist/es/models/licensing/v4/config/AllowanceDetail.d.ts +2 -10
- package/dist/es/models/licensing/v4/config/AllowanceDetail.js +217 -262
- package/dist/es/models/licensing/v4/config/AllowanceDetailProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/AllowanceDetailProjection.js +74 -103
- package/dist/es/models/licensing/v4/config/AllowanceProjection.d.ts +1 -36
- package/dist/es/models/licensing/v4/config/AllowanceProjection.js +155 -198
- package/dist/es/models/licensing/v4/config/AssignLicenseKeysApiResponse.d.ts +2 -46
- package/dist/es/models/licensing/v4/config/AssignLicenseKeysApiResponse.js +209 -264
- package/dist/es/models/licensing/v4/config/AssociateLicenseKeySpec.d.ts +58 -0
- package/dist/es/models/licensing/v4/config/AssociateLicenseKeySpec.js +253 -0
- package/dist/es/models/licensing/v4/config/AssociateLicenseKeysApiResponse.d.ts +58 -0
- package/dist/es/models/licensing/v4/config/AssociateLicenseKeysApiResponse.js +310 -0
- package/dist/es/models/licensing/v4/config/AssociationType.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/AssociationType.js +83 -0
- package/dist/es/models/licensing/v4/config/BaseClusterInfo.d.ts +1 -16
- package/dist/es/models/licensing/v4/config/BaseClusterInfo.js +123 -166
- package/dist/es/models/licensing/v4/config/BaseLicenseInfo.d.ts +1 -20
- package/dist/es/models/licensing/v4/config/BaseLicenseInfo.js +223 -273
- package/dist/es/models/licensing/v4/config/BillingPlan.js +7 -9
- package/dist/es/models/licensing/v4/config/CapacityViolation.d.ts +2 -10
- package/dist/es/models/licensing/v4/config/CapacityViolation.js +210 -255
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMapping.d.ts +1 -9
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMapping.js +131 -170
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.js +73 -102
- package/dist/es/models/licensing/v4/config/ClusterType.js +14 -10
- package/dist/es/models/licensing/v4/config/Compliance.d.ts +1 -35
- package/dist/es/models/licensing/v4/config/Compliance.js +192 -241
- package/dist/es/models/licensing/v4/config/ComplianceProjection.d.ts +1 -52
- package/dist/es/models/licensing/v4/config/ComplianceProjection.js +155 -198
- package/dist/es/models/licensing/v4/config/Consumption.d.ts +2 -8
- package/dist/es/models/licensing/v4/config/Consumption.js +168 -209
- package/dist/es/models/licensing/v4/config/ConsumptionProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ConsumptionProjection.js +74 -103
- package/dist/es/models/licensing/v4/config/ConsumptionType.js +7 -9
- package/dist/es/models/licensing/v4/config/DeleteLicenseKeyApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/DeleteLicenseKeyApiResponse.js +190 -245
- package/dist/es/models/licensing/v4/config/DryRunCheck.d.ts +2 -18
- package/dist/es/models/licensing/v4/config/DryRunCheck.js +173 -224
- package/dist/es/models/licensing/v4/config/DryRunStatus.js +7 -9
- package/dist/es/models/licensing/v4/config/DryRunValidationResult.d.ts +2 -23
- package/dist/es/models/licensing/v4/config/DryRunValidationResult.js +154 -207
- package/dist/es/models/licensing/v4/config/EnforcementActions.js +7 -9
- package/dist/es/models/licensing/v4/config/EnforcementLevel.js +7 -9
- package/dist/es/models/licensing/v4/config/EnforcementPolicy.js +7 -9
- package/dist/es/models/licensing/v4/config/Entitlement.d.ts +1 -33
- package/dist/es/models/licensing/v4/config/Entitlement.js +245 -298
- package/dist/es/models/licensing/v4/config/EntitlementDetail.d.ts +2 -14
- package/dist/es/models/licensing/v4/config/EntitlementDetail.js +308 -361
- package/dist/es/models/licensing/v4/config/EntitlementDetailProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/EntitlementDetailProjection.js +74 -103
- package/dist/es/models/licensing/v4/config/EntitlementProjection.d.ts +1 -46
- package/dist/es/models/licensing/v4/config/EntitlementProjection.js +165 -204
- package/dist/es/models/licensing/v4/config/ExpiredLicense.d.ts +1 -23
- package/dist/es/models/licensing/v4/config/ExpiredLicense.js +203 -239
- package/dist/es/models/licensing/v4/config/Feature.d.ts +1 -22
- package/dist/es/models/licensing/v4/config/Feature.js +285 -343
- package/dist/es/models/licensing/v4/config/FeatureDetail.d.ts +2 -9
- package/dist/es/models/licensing/v4/config/FeatureDetail.js +198 -241
- package/dist/es/models/licensing/v4/config/FeatureProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/FeatureProjection.js +74 -103
- package/dist/es/models/licensing/v4/config/FeatureViolation.d.ts +1 -10
- package/dist/es/models/licensing/v4/config/FeatureViolation.js +136 -173
- package/dist/es/models/licensing/v4/config/GetLicenseKeyApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/GetLicenseKeyApiResponse.js +187 -242
- package/dist/es/models/licensing/v4/config/License.d.ts +1 -31
- package/dist/es/models/licensing/v4/config/License.js +262 -306
- package/dist/es/models/licensing/v4/config/LicenseCategory.js +33 -11
- package/dist/es/models/licensing/v4/config/LicenseClass.js +7 -9
- package/dist/es/models/licensing/v4/config/LicenseKey.d.ts +23 -32
- package/dist/es/models/licensing/v4/config/LicenseKey.js +431 -420
- package/dist/es/models/licensing/v4/config/{LicenseKeyAssignSpec.d.ts → LicenseKeyAssignment.d.ts} +9 -21
- package/dist/es/models/licensing/v4/config/LicenseKeyAssignment.js +284 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssignmentSpec.d.ts +58 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssignmentSpec.js +253 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociation.d.ts +96 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociation.js +357 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociationProjection.d.ts +16 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyAssociationProjection.js +135 -0
- package/dist/es/models/licensing/v4/config/LicenseKeyMapping.d.ts +2 -8
- package/dist/es/models/licensing/v4/config/LicenseKeyMapping.js +168 -209
- package/dist/es/models/licensing/v4/config/LicenseKeyProjection.d.ts +11 -40
- package/dist/es/models/licensing/v4/config/LicenseKeyProjection.js +236 -208
- package/dist/es/models/licensing/v4/config/LicenseKeySubCategory.js +7 -9
- package/dist/es/models/licensing/v4/config/LicenseProjection.d.ts +1 -38
- package/dist/es/models/licensing/v4/config/LicenseProjection.js +187 -217
- package/dist/es/models/licensing/v4/config/LicenseStateSyncSpec.d.ts +2 -9
- package/dist/es/models/licensing/v4/config/LicenseStateSyncSpec.js +203 -246
- package/dist/es/models/licensing/v4/config/LicenseType.js +21 -11
- package/dist/es/models/licensing/v4/config/ListAllowancesApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/ListAllowancesApiResponse.js +213 -268
- package/dist/es/models/licensing/v4/config/ListCompliancesApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/ListCompliancesApiResponse.js +213 -268
- package/dist/es/models/licensing/v4/config/ListEntitlementsApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/ListEntitlementsApiResponse.js +213 -268
- package/dist/es/models/licensing/v4/config/ListFeaturesApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/ListFeaturesApiResponse.js +213 -268
- package/dist/es/models/licensing/v4/config/ListLicenseKeysApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/ListLicenseKeysApiResponse.js +213 -268
- package/dist/es/models/licensing/v4/config/ListLicensesApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/ListLicensesApiResponse.js +213 -268
- package/dist/es/models/licensing/v4/config/ListReclaimLicenseTokensApiResponse.d.ts +59 -0
- package/dist/es/models/licensing/v4/config/ListReclaimLicenseTokensApiResponse.js +315 -0
- package/dist/es/models/licensing/v4/config/ListRecommendationsApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/ListRecommendationsApiResponse.js +209 -264
- package/dist/es/models/licensing/v4/config/ListSettingsApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/ListSettingsApiResponse.js +209 -264
- package/dist/es/models/licensing/v4/config/ListViolationsApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/ListViolationsApiResponse.js +209 -264
- package/dist/es/models/licensing/v4/config/LogicalVersion.d.ts +2 -8
- package/dist/es/models/licensing/v4/config/LogicalVersion.js +166 -207
- package/dist/es/models/licensing/v4/config/Meter.js +7 -9
- package/dist/es/models/licensing/v4/config/OperationType.js +7 -9
- package/dist/es/models/licensing/v4/config/PortalSetting.d.ts +2 -9
- package/dist/es/models/licensing/v4/config/PortalSetting.js +194 -238
- package/dist/es/models/licensing/v4/config/PostPaidCategory.js +7 -9
- package/dist/es/models/licensing/v4/config/PostPaidConfig.d.ts +2 -11
- package/dist/es/models/licensing/v4/config/PostPaidConfig.js +237 -284
- package/dist/es/models/licensing/v4/config/ProductName.js +15 -11
- package/dist/es/models/licensing/v4/config/ReclaimLicenseKeyApiResponse.d.ts +58 -0
- package/dist/es/models/licensing/v4/config/ReclaimLicenseKeyApiResponse.js +310 -0
- package/dist/es/models/licensing/v4/config/ReclaimLicenseKeySpec.d.ts +59 -0
- package/dist/es/models/licensing/v4/config/ReclaimLicenseKeySpec.js +248 -0
- package/dist/es/models/licensing/v4/config/ReclaimLicenseToken.d.ts +57 -0
- package/dist/es/models/licensing/v4/config/ReclaimLicenseToken.js +342 -0
- package/dist/es/models/licensing/v4/config/ReclaimLicenseTokenProjection.d.ts +10 -0
- package/dist/es/models/licensing/v4/config/ReclaimLicenseTokenProjection.js +123 -0
- package/dist/es/models/licensing/v4/config/ReclaimType.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/ReclaimType.js +83 -0
- package/dist/es/models/licensing/v4/config/Recommendation.d.ts +1 -25
- package/dist/es/models/licensing/v4/config/Recommendation.js +136 -182
- package/dist/es/models/licensing/v4/config/RecommendationDetail.d.ts +2 -11
- package/dist/es/models/licensing/v4/config/RecommendationDetail.js +241 -288
- package/dist/es/models/licensing/v4/config/RecommendationScope.js +7 -9
- package/dist/es/models/licensing/v4/config/ResetScope.js +7 -9
- package/dist/es/models/licensing/v4/config/Scope.js +7 -9
- package/dist/es/models/licensing/v4/config/Service.d.ts +2 -18
- package/dist/es/models/licensing/v4/config/Service.js +278 -331
- package/dist/es/models/licensing/v4/config/ServiceProjection.d.ts +1 -1
- package/dist/es/models/licensing/v4/config/ServiceProjection.js +74 -103
- package/dist/es/models/licensing/v4/config/ServiceViolation.d.ts +2 -8
- package/dist/es/models/licensing/v4/config/ServiceViolation.js +164 -205
- package/dist/es/models/licensing/v4/config/ServiceViolationType.js +7 -9
- package/dist/es/models/licensing/v4/config/Setting.d.ts +1 -40
- package/dist/es/models/licensing/v4/config/Setting.js +325 -382
- package/dist/es/models/licensing/v4/config/Status.js +7 -9
- package/dist/es/models/licensing/v4/config/SubCategory.js +7 -9
- package/dist/es/models/licensing/v4/config/SyncLicenseStateApiResponse.d.ts +2 -43
- package/dist/es/models/licensing/v4/config/SyncLicenseStateApiResponse.js +187 -242
- package/dist/es/models/licensing/v4/config/SyncOperationType.js +7 -9
- package/dist/es/models/licensing/v4/config/Trial.d.ts +74 -0
- package/dist/es/models/licensing/v4/config/Trial.js +369 -0
- package/dist/es/models/licensing/v4/config/TrialCategory.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/TrialCategory.js +77 -0
- package/dist/es/models/licensing/v4/config/TrialProjection.d.ts +12 -0
- package/dist/es/models/licensing/v4/config/TrialProjection.js +130 -0
- package/dist/es/models/licensing/v4/config/TrialStatus.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/TrialStatus.js +83 -0
- package/dist/es/models/licensing/v4/config/TrialType.d.ts +19 -0
- package/dist/es/models/licensing/v4/config/TrialType.js +77 -0
- package/dist/es/models/licensing/v4/config/ValueType.js +7 -9
- package/dist/es/models/licensing/v4/config/Violation.d.ts +1 -56
- package/dist/es/models/licensing/v4/config/Violation.js +211 -268
- package/dist/es/models/licensing/v4/error/AppMessage.d.ts +2 -12
- package/dist/es/models/licensing/v4/error/AppMessage.js +264 -313
- package/dist/es/models/licensing/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/es/models/licensing/v4/error/ErrorResponse.js +178 -218
- package/dist/es/models/licensing/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/es/models/licensing/v4/error/SchemaValidationError.js +249 -300
- package/dist/es/models/licensing/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/es/models/licensing/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/es/models/prism/v4/config/TaskReference.d.ts +2 -7
- package/dist/es/models/prism/v4/config/TaskReference.js +142 -181
- package/dist/es/models/validation/ValidationError.js +26 -42
- package/dist/es/models/validation/ValidationScopes.js +3 -3
- package/dist/es/utils/ValidationUtils.js +39 -69
- package/dist/lib/ApiClient.d.ts +29 -7
- package/dist/lib/ApiClient.js +854 -667
- package/dist/lib/Paginable.d.ts +1 -1
- package/dist/lib/Paginable.js +144 -183
- package/dist/lib/apis/enduserlicenseagreement-endpoints.d.ts +1 -1
- package/dist/lib/apis/enduserlicenseagreement-endpoints.js +82 -99
- package/dist/lib/apis/licensekeys-endpoints.d.ts +49 -3
- package/dist/lib/apis/licensekeys-endpoints.js +361 -223
- package/dist/lib/apis/licenses-endpoints.d.ts +1 -1
- package/dist/lib/apis/licenses-endpoints.js +400 -380
- package/dist/lib/index.d.ts +37 -3
- package/dist/lib/index.js +439 -303
- package/dist/lib/models/common/v1/config/Flag.d.ts +2 -8
- package/dist/lib/models/common/v1/config/Flag.js +170 -211
- package/dist/lib/models/common/v1/config/KVPair.d.ts +2 -8
- package/dist/lib/models/common/v1/config/KVPair.js +225 -270
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.d.ts +2 -7
- package/dist/lib/models/common/v1/config/MapOfStringWrapper.js +139 -178
- package/dist/lib/models/common/v1/config/Message.d.ts +2 -10
- package/dist/lib/models/common/v1/config/Message.js +213 -258
- package/dist/lib/models/common/v1/config/MessageSeverity.js +7 -9
- package/dist/lib/models/common/v1/config/TenantAwareModel.d.ts +2 -7
- package/dist/lib/models/common/v1/config/TenantAwareModel.js +137 -177
- package/dist/lib/models/common/v1/response/ApiLink.d.ts +2 -8
- package/dist/lib/models/common/v1/response/ApiLink.js +165 -206
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.d.ts +2 -40
- package/dist/lib/models/common/v1/response/ApiResponseMetadata.js +281 -344
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.d.ts +1 -15
- package/dist/lib/models/common/v1/response/ExternalizableAbstractModel.js +154 -202
- package/dist/lib/models/licensing/v4/agreements/Acceptance.d.ts +2 -16
- package/dist/lib/models/licensing/v4/agreements/Acceptance.js +161 -203
- package/dist/lib/models/licensing/v4/agreements/AddUserApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/agreements/AddUserApiResponse.js +209 -264
- package/dist/lib/models/licensing/v4/agreements/EndUser.d.ts +2 -10
- package/dist/lib/models/licensing/v4/agreements/EndUser.js +226 -271
- package/dist/lib/models/licensing/v4/agreements/Eula.d.ts +1 -34
- package/dist/lib/models/licensing/v4/agreements/Eula.js +230 -286
- package/dist/lib/models/licensing/v4/agreements/GetEulaApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/agreements/GetEulaApiResponse.js +187 -242
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyApiResponse.d.ts +2 -46
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyApiResponse.js +190 -245
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.d.ts +2 -62
- package/dist/lib/models/licensing/v4/config/AddLicenseKeyDryRunApiResponse.js +194 -247
- package/dist/lib/models/licensing/v4/config/Allowance.d.ts +1 -27
- package/dist/lib/models/licensing/v4/config/Allowance.js +192 -241
- package/dist/lib/models/licensing/v4/config/AllowanceDetail.d.ts +2 -10
- package/dist/lib/models/licensing/v4/config/AllowanceDetail.js +217 -262
- package/dist/lib/models/licensing/v4/config/AllowanceDetailProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/AllowanceDetailProjection.js +74 -103
- package/dist/lib/models/licensing/v4/config/AllowanceProjection.d.ts +1 -36
- package/dist/lib/models/licensing/v4/config/AllowanceProjection.js +155 -198
- package/dist/lib/models/licensing/v4/config/AssignLicenseKeysApiResponse.d.ts +2 -46
- package/dist/lib/models/licensing/v4/config/AssignLicenseKeysApiResponse.js +209 -264
- package/dist/lib/models/licensing/v4/config/AssociateLicenseKeySpec.d.ts +58 -0
- package/dist/lib/models/licensing/v4/config/AssociateLicenseKeySpec.js +253 -0
- package/dist/lib/models/licensing/v4/config/AssociateLicenseKeysApiResponse.d.ts +58 -0
- package/dist/lib/models/licensing/v4/config/AssociateLicenseKeysApiResponse.js +310 -0
- package/dist/lib/models/licensing/v4/config/AssociationType.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/AssociationType.js +83 -0
- package/dist/lib/models/licensing/v4/config/BaseClusterInfo.d.ts +1 -16
- package/dist/lib/models/licensing/v4/config/BaseClusterInfo.js +123 -166
- package/dist/lib/models/licensing/v4/config/BaseLicenseInfo.d.ts +1 -20
- package/dist/lib/models/licensing/v4/config/BaseLicenseInfo.js +223 -273
- package/dist/lib/models/licensing/v4/config/BillingPlan.js +7 -9
- package/dist/lib/models/licensing/v4/config/CapacityViolation.d.ts +2 -10
- package/dist/lib/models/licensing/v4/config/CapacityViolation.js +210 -255
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMapping.d.ts +1 -9
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMapping.js +131 -170
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ClusterLicenseKeyMappingProjection.js +73 -102
- package/dist/lib/models/licensing/v4/config/ClusterType.js +14 -10
- package/dist/lib/models/licensing/v4/config/Compliance.d.ts +1 -35
- package/dist/lib/models/licensing/v4/config/Compliance.js +192 -241
- package/dist/lib/models/licensing/v4/config/ComplianceProjection.d.ts +1 -52
- package/dist/lib/models/licensing/v4/config/ComplianceProjection.js +155 -198
- package/dist/lib/models/licensing/v4/config/Consumption.d.ts +2 -8
- package/dist/lib/models/licensing/v4/config/Consumption.js +168 -209
- package/dist/lib/models/licensing/v4/config/ConsumptionProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ConsumptionProjection.js +74 -103
- package/dist/lib/models/licensing/v4/config/ConsumptionType.js +7 -9
- package/dist/lib/models/licensing/v4/config/DeleteLicenseKeyApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/DeleteLicenseKeyApiResponse.js +190 -245
- package/dist/lib/models/licensing/v4/config/DryRunCheck.d.ts +2 -18
- package/dist/lib/models/licensing/v4/config/DryRunCheck.js +173 -224
- package/dist/lib/models/licensing/v4/config/DryRunStatus.js +7 -9
- package/dist/lib/models/licensing/v4/config/DryRunValidationResult.d.ts +2 -23
- package/dist/lib/models/licensing/v4/config/DryRunValidationResult.js +154 -207
- package/dist/lib/models/licensing/v4/config/EnforcementActions.js +7 -9
- package/dist/lib/models/licensing/v4/config/EnforcementLevel.js +7 -9
- package/dist/lib/models/licensing/v4/config/EnforcementPolicy.js +7 -9
- package/dist/lib/models/licensing/v4/config/Entitlement.d.ts +1 -33
- package/dist/lib/models/licensing/v4/config/Entitlement.js +245 -298
- package/dist/lib/models/licensing/v4/config/EntitlementDetail.d.ts +2 -14
- package/dist/lib/models/licensing/v4/config/EntitlementDetail.js +308 -361
- package/dist/lib/models/licensing/v4/config/EntitlementDetailProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/EntitlementDetailProjection.js +74 -103
- package/dist/lib/models/licensing/v4/config/EntitlementProjection.d.ts +1 -46
- package/dist/lib/models/licensing/v4/config/EntitlementProjection.js +165 -204
- package/dist/lib/models/licensing/v4/config/ExpiredLicense.d.ts +1 -23
- package/dist/lib/models/licensing/v4/config/ExpiredLicense.js +203 -239
- package/dist/lib/models/licensing/v4/config/Feature.d.ts +1 -22
- package/dist/lib/models/licensing/v4/config/Feature.js +285 -343
- package/dist/lib/models/licensing/v4/config/FeatureDetail.d.ts +2 -9
- package/dist/lib/models/licensing/v4/config/FeatureDetail.js +198 -241
- package/dist/lib/models/licensing/v4/config/FeatureProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/FeatureProjection.js +74 -103
- package/dist/lib/models/licensing/v4/config/FeatureViolation.d.ts +1 -10
- package/dist/lib/models/licensing/v4/config/FeatureViolation.js +136 -173
- package/dist/lib/models/licensing/v4/config/GetLicenseKeyApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/GetLicenseKeyApiResponse.js +187 -242
- package/dist/lib/models/licensing/v4/config/License.d.ts +1 -31
- package/dist/lib/models/licensing/v4/config/License.js +262 -306
- package/dist/lib/models/licensing/v4/config/LicenseCategory.js +33 -11
- package/dist/lib/models/licensing/v4/config/LicenseClass.js +7 -9
- package/dist/lib/models/licensing/v4/config/LicenseKey.d.ts +23 -32
- package/dist/lib/models/licensing/v4/config/LicenseKey.js +431 -420
- package/dist/lib/models/licensing/v4/config/{LicenseKeyAssignSpec.d.ts → LicenseKeyAssignment.d.ts} +9 -21
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssignment.js +284 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssignmentSpec.d.ts +58 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssignmentSpec.js +253 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociation.d.ts +96 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociation.js +357 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociationProjection.d.ts +16 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssociationProjection.js +135 -0
- package/dist/lib/models/licensing/v4/config/LicenseKeyMapping.d.ts +2 -8
- package/dist/lib/models/licensing/v4/config/LicenseKeyMapping.js +168 -209
- package/dist/lib/models/licensing/v4/config/LicenseKeyProjection.d.ts +11 -40
- package/dist/lib/models/licensing/v4/config/LicenseKeyProjection.js +236 -208
- package/dist/lib/models/licensing/v4/config/LicenseKeySubCategory.js +7 -9
- package/dist/lib/models/licensing/v4/config/LicenseProjection.d.ts +1 -38
- package/dist/lib/models/licensing/v4/config/LicenseProjection.js +187 -217
- package/dist/lib/models/licensing/v4/config/LicenseStateSyncSpec.d.ts +2 -9
- package/dist/lib/models/licensing/v4/config/LicenseStateSyncSpec.js +203 -246
- package/dist/lib/models/licensing/v4/config/LicenseType.js +21 -11
- package/dist/lib/models/licensing/v4/config/ListAllowancesApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/ListAllowancesApiResponse.js +213 -268
- package/dist/lib/models/licensing/v4/config/ListCompliancesApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/ListCompliancesApiResponse.js +213 -268
- package/dist/lib/models/licensing/v4/config/ListEntitlementsApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/ListEntitlementsApiResponse.js +213 -268
- package/dist/lib/models/licensing/v4/config/ListFeaturesApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/ListFeaturesApiResponse.js +213 -268
- package/dist/lib/models/licensing/v4/config/ListLicenseKeysApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/ListLicenseKeysApiResponse.js +213 -268
- package/dist/lib/models/licensing/v4/config/ListLicensesApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/ListLicensesApiResponse.js +213 -268
- package/dist/lib/models/licensing/v4/config/ListReclaimLicenseTokensApiResponse.d.ts +59 -0
- package/dist/lib/models/licensing/v4/config/ListReclaimLicenseTokensApiResponse.js +315 -0
- package/dist/lib/models/licensing/v4/config/ListRecommendationsApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/ListRecommendationsApiResponse.js +209 -264
- package/dist/lib/models/licensing/v4/config/ListSettingsApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/ListSettingsApiResponse.js +209 -264
- package/dist/lib/models/licensing/v4/config/ListViolationsApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/ListViolationsApiResponse.js +209 -264
- package/dist/lib/models/licensing/v4/config/LogicalVersion.d.ts +2 -8
- package/dist/lib/models/licensing/v4/config/LogicalVersion.js +166 -207
- package/dist/lib/models/licensing/v4/config/Meter.js +7 -9
- package/dist/lib/models/licensing/v4/config/OperationType.js +7 -9
- package/dist/lib/models/licensing/v4/config/PortalSetting.d.ts +2 -9
- package/dist/lib/models/licensing/v4/config/PortalSetting.js +194 -238
- package/dist/lib/models/licensing/v4/config/PostPaidCategory.js +7 -9
- package/dist/lib/models/licensing/v4/config/PostPaidConfig.d.ts +2 -11
- package/dist/lib/models/licensing/v4/config/PostPaidConfig.js +237 -284
- package/dist/lib/models/licensing/v4/config/ProductName.js +15 -11
- package/dist/lib/models/licensing/v4/config/ReclaimLicenseKeyApiResponse.d.ts +58 -0
- package/dist/lib/models/licensing/v4/config/ReclaimLicenseKeyApiResponse.js +310 -0
- package/dist/lib/models/licensing/v4/config/ReclaimLicenseKeySpec.d.ts +59 -0
- package/dist/lib/models/licensing/v4/config/ReclaimLicenseKeySpec.js +248 -0
- package/dist/lib/models/licensing/v4/config/ReclaimLicenseToken.d.ts +57 -0
- package/dist/lib/models/licensing/v4/config/ReclaimLicenseToken.js +342 -0
- package/dist/lib/models/licensing/v4/config/ReclaimLicenseTokenProjection.d.ts +10 -0
- package/dist/lib/models/licensing/v4/config/ReclaimLicenseTokenProjection.js +123 -0
- package/dist/lib/models/licensing/v4/config/ReclaimType.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/ReclaimType.js +83 -0
- package/dist/lib/models/licensing/v4/config/Recommendation.d.ts +1 -25
- package/dist/lib/models/licensing/v4/config/Recommendation.js +136 -182
- package/dist/lib/models/licensing/v4/config/RecommendationDetail.d.ts +2 -11
- package/dist/lib/models/licensing/v4/config/RecommendationDetail.js +241 -288
- package/dist/lib/models/licensing/v4/config/RecommendationScope.js +7 -9
- package/dist/lib/models/licensing/v4/config/ResetScope.js +7 -9
- package/dist/lib/models/licensing/v4/config/Scope.js +7 -9
- package/dist/lib/models/licensing/v4/config/Service.d.ts +2 -18
- package/dist/lib/models/licensing/v4/config/Service.js +278 -331
- package/dist/lib/models/licensing/v4/config/ServiceProjection.d.ts +1 -1
- package/dist/lib/models/licensing/v4/config/ServiceProjection.js +74 -103
- package/dist/lib/models/licensing/v4/config/ServiceViolation.d.ts +2 -8
- package/dist/lib/models/licensing/v4/config/ServiceViolation.js +164 -205
- package/dist/lib/models/licensing/v4/config/ServiceViolationType.js +7 -9
- package/dist/lib/models/licensing/v4/config/Setting.d.ts +1 -40
- package/dist/lib/models/licensing/v4/config/Setting.js +325 -382
- package/dist/lib/models/licensing/v4/config/Status.js +7 -9
- package/dist/lib/models/licensing/v4/config/SubCategory.js +7 -9
- package/dist/lib/models/licensing/v4/config/SyncLicenseStateApiResponse.d.ts +2 -43
- package/dist/lib/models/licensing/v4/config/SyncLicenseStateApiResponse.js +187 -242
- package/dist/lib/models/licensing/v4/config/SyncOperationType.js +7 -9
- package/dist/lib/models/licensing/v4/config/Trial.d.ts +74 -0
- package/dist/lib/models/licensing/v4/config/Trial.js +369 -0
- package/dist/lib/models/licensing/v4/config/TrialCategory.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/TrialCategory.js +77 -0
- package/dist/lib/models/licensing/v4/config/TrialProjection.d.ts +12 -0
- package/dist/lib/models/licensing/v4/config/TrialProjection.js +130 -0
- package/dist/lib/models/licensing/v4/config/TrialStatus.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/TrialStatus.js +83 -0
- package/dist/lib/models/licensing/v4/config/TrialType.d.ts +19 -0
- package/dist/lib/models/licensing/v4/config/TrialType.js +77 -0
- package/dist/lib/models/licensing/v4/config/ValueType.js +7 -9
- package/dist/lib/models/licensing/v4/config/Violation.d.ts +1 -56
- package/dist/lib/models/licensing/v4/config/Violation.js +211 -268
- package/dist/lib/models/licensing/v4/error/AppMessage.d.ts +2 -12
- package/dist/lib/models/licensing/v4/error/AppMessage.js +264 -313
- package/dist/lib/models/licensing/v4/error/ErrorResponse.d.ts +2 -7
- package/dist/lib/models/licensing/v4/error/ErrorResponse.js +178 -218
- package/dist/lib/models/licensing/v4/error/SchemaValidationError.d.ts +2 -18
- package/dist/lib/models/licensing/v4/error/SchemaValidationError.js +249 -300
- package/dist/lib/models/licensing/v4/error/SchemaValidationErrorMessage.d.ts +2 -9
- package/dist/lib/models/licensing/v4/error/SchemaValidationErrorMessage.js +191 -234
- package/dist/lib/models/prism/v4/config/TaskReference.d.ts +2 -7
- package/dist/lib/models/prism/v4/config/TaskReference.js +142 -181
- package/dist/lib/models/validation/ValidationError.js +26 -42
- package/dist/lib/models/validation/ValidationScopes.js +3 -3
- package/dist/lib/utils/ValidationUtils.js +39 -69
- package/package.json +2 -2
- package/dist/es/models/licensing/v4/config/LicenseKeyAssignSpec.js +0 -329
- package/dist/lib/models/licensing/v4/config/LicenseKeyAssignSpec.js +0 -329
package/dist/es/index.js
CHANGED
|
@@ -5,617 +5,719 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
Object.defineProperty(exports, "Acceptance", {
|
|
7
7
|
enumerable: true,
|
|
8
|
-
get: function
|
|
9
|
-
return _Acceptance
|
|
8
|
+
get: function () {
|
|
9
|
+
return _Acceptance.default;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "AddLicenseKeyApiResponse", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function
|
|
15
|
-
return _AddLicenseKeyApiResponse
|
|
14
|
+
get: function () {
|
|
15
|
+
return _AddLicenseKeyApiResponse.default;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "AddLicenseKeyDryRunApiResponse", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function
|
|
21
|
-
return _AddLicenseKeyDryRunApiResponse
|
|
20
|
+
get: function () {
|
|
21
|
+
return _AddLicenseKeyDryRunApiResponse.default;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "AddUserApiResponse", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function
|
|
27
|
-
return _AddUserApiResponse
|
|
26
|
+
get: function () {
|
|
27
|
+
return _AddUserApiResponse.default;
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "Allowance", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function
|
|
33
|
-
return _Allowance
|
|
32
|
+
get: function () {
|
|
33
|
+
return _Allowance.default;
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "AllowanceDetail", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function
|
|
39
|
-
return _AllowanceDetail
|
|
38
|
+
get: function () {
|
|
39
|
+
return _AllowanceDetail.default;
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "AllowanceDetailProjection", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function
|
|
45
|
-
return _AllowanceDetailProjection
|
|
44
|
+
get: function () {
|
|
45
|
+
return _AllowanceDetailProjection.default;
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "AllowanceProjection", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function
|
|
51
|
-
return _AllowanceProjection
|
|
50
|
+
get: function () {
|
|
51
|
+
return _AllowanceProjection.default;
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "ApiClient", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function
|
|
56
|
+
get: function () {
|
|
57
57
|
return _ApiClient.ApiClient;
|
|
58
58
|
}
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "ApiLink", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function
|
|
63
|
-
return _ApiLink
|
|
62
|
+
get: function () {
|
|
63
|
+
return _ApiLink.default;
|
|
64
64
|
}
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "ApiResponseMetadata", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function
|
|
69
|
-
return _ApiResponseMetadata
|
|
68
|
+
get: function () {
|
|
69
|
+
return _ApiResponseMetadata.default;
|
|
70
70
|
}
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "AppMessage", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function
|
|
75
|
-
return _AppMessage
|
|
74
|
+
get: function () {
|
|
75
|
+
return _AppMessage.default;
|
|
76
76
|
}
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "AssignLicenseKeysApiResponse", {
|
|
79
79
|
enumerable: true,
|
|
80
|
-
get: function
|
|
81
|
-
return _AssignLicenseKeysApiResponse
|
|
80
|
+
get: function () {
|
|
81
|
+
return _AssignLicenseKeysApiResponse.default;
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(exports, "AssociateLicenseKeySpec", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function () {
|
|
87
|
+
return _AssociateLicenseKeySpec.default;
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
Object.defineProperty(exports, "AssociateLicenseKeysApiResponse", {
|
|
91
|
+
enumerable: true,
|
|
92
|
+
get: function () {
|
|
93
|
+
return _AssociateLicenseKeysApiResponse.default;
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
Object.defineProperty(exports, "AssociationType", {
|
|
97
|
+
enumerable: true,
|
|
98
|
+
get: function () {
|
|
99
|
+
return _AssociationType.default;
|
|
82
100
|
}
|
|
83
101
|
});
|
|
84
102
|
Object.defineProperty(exports, "BaseClusterInfo", {
|
|
85
103
|
enumerable: true,
|
|
86
|
-
get: function
|
|
87
|
-
return _BaseClusterInfo
|
|
104
|
+
get: function () {
|
|
105
|
+
return _BaseClusterInfo.default;
|
|
88
106
|
}
|
|
89
107
|
});
|
|
90
108
|
Object.defineProperty(exports, "BaseLicenseInfo", {
|
|
91
109
|
enumerable: true,
|
|
92
|
-
get: function
|
|
93
|
-
return _BaseLicenseInfo
|
|
110
|
+
get: function () {
|
|
111
|
+
return _BaseLicenseInfo.default;
|
|
94
112
|
}
|
|
95
113
|
});
|
|
96
114
|
Object.defineProperty(exports, "BillingPlan", {
|
|
97
115
|
enumerable: true,
|
|
98
|
-
get: function
|
|
99
|
-
return _BillingPlan
|
|
116
|
+
get: function () {
|
|
117
|
+
return _BillingPlan.default;
|
|
100
118
|
}
|
|
101
119
|
});
|
|
102
120
|
Object.defineProperty(exports, "CapacityViolation", {
|
|
103
121
|
enumerable: true,
|
|
104
|
-
get: function
|
|
105
|
-
return _CapacityViolation
|
|
122
|
+
get: function () {
|
|
123
|
+
return _CapacityViolation.default;
|
|
106
124
|
}
|
|
107
125
|
});
|
|
108
126
|
Object.defineProperty(exports, "ClusterLicenseKeyMapping", {
|
|
109
127
|
enumerable: true,
|
|
110
|
-
get: function
|
|
111
|
-
return _ClusterLicenseKeyMapping
|
|
128
|
+
get: function () {
|
|
129
|
+
return _ClusterLicenseKeyMapping.default;
|
|
112
130
|
}
|
|
113
131
|
});
|
|
114
132
|
Object.defineProperty(exports, "ClusterLicenseKeyMappingProjection", {
|
|
115
133
|
enumerable: true,
|
|
116
|
-
get: function
|
|
117
|
-
return _ClusterLicenseKeyMappingProjection
|
|
134
|
+
get: function () {
|
|
135
|
+
return _ClusterLicenseKeyMappingProjection.default;
|
|
118
136
|
}
|
|
119
137
|
});
|
|
120
138
|
Object.defineProperty(exports, "ClusterType", {
|
|
121
139
|
enumerable: true,
|
|
122
|
-
get: function
|
|
123
|
-
return _ClusterType
|
|
140
|
+
get: function () {
|
|
141
|
+
return _ClusterType.default;
|
|
124
142
|
}
|
|
125
143
|
});
|
|
126
144
|
Object.defineProperty(exports, "Compliance", {
|
|
127
145
|
enumerable: true,
|
|
128
|
-
get: function
|
|
129
|
-
return _Compliance
|
|
146
|
+
get: function () {
|
|
147
|
+
return _Compliance.default;
|
|
130
148
|
}
|
|
131
149
|
});
|
|
132
150
|
Object.defineProperty(exports, "ComplianceProjection", {
|
|
133
151
|
enumerable: true,
|
|
134
|
-
get: function
|
|
135
|
-
return _ComplianceProjection
|
|
152
|
+
get: function () {
|
|
153
|
+
return _ComplianceProjection.default;
|
|
136
154
|
}
|
|
137
155
|
});
|
|
138
156
|
Object.defineProperty(exports, "Consumption", {
|
|
139
157
|
enumerable: true,
|
|
140
|
-
get: function
|
|
141
|
-
return _Consumption
|
|
158
|
+
get: function () {
|
|
159
|
+
return _Consumption.default;
|
|
142
160
|
}
|
|
143
161
|
});
|
|
144
162
|
Object.defineProperty(exports, "ConsumptionProjection", {
|
|
145
163
|
enumerable: true,
|
|
146
|
-
get: function
|
|
147
|
-
return _ConsumptionProjection
|
|
164
|
+
get: function () {
|
|
165
|
+
return _ConsumptionProjection.default;
|
|
148
166
|
}
|
|
149
167
|
});
|
|
150
168
|
Object.defineProperty(exports, "ConsumptionType", {
|
|
151
169
|
enumerable: true,
|
|
152
|
-
get: function
|
|
153
|
-
return _ConsumptionType
|
|
170
|
+
get: function () {
|
|
171
|
+
return _ConsumptionType.default;
|
|
154
172
|
}
|
|
155
173
|
});
|
|
156
174
|
Object.defineProperty(exports, "DeleteLicenseKeyApiResponse", {
|
|
157
175
|
enumerable: true,
|
|
158
|
-
get: function
|
|
159
|
-
return _DeleteLicenseKeyApiResponse
|
|
176
|
+
get: function () {
|
|
177
|
+
return _DeleteLicenseKeyApiResponse.default;
|
|
160
178
|
}
|
|
161
179
|
});
|
|
162
180
|
Object.defineProperty(exports, "DryRunCheck", {
|
|
163
181
|
enumerable: true,
|
|
164
|
-
get: function
|
|
165
|
-
return _DryRunCheck
|
|
182
|
+
get: function () {
|
|
183
|
+
return _DryRunCheck.default;
|
|
166
184
|
}
|
|
167
185
|
});
|
|
168
186
|
Object.defineProperty(exports, "DryRunStatus", {
|
|
169
187
|
enumerable: true,
|
|
170
|
-
get: function
|
|
171
|
-
return _DryRunStatus
|
|
188
|
+
get: function () {
|
|
189
|
+
return _DryRunStatus.default;
|
|
172
190
|
}
|
|
173
191
|
});
|
|
174
192
|
Object.defineProperty(exports, "DryRunValidationResult", {
|
|
175
193
|
enumerable: true,
|
|
176
|
-
get: function
|
|
177
|
-
return _DryRunValidationResult
|
|
194
|
+
get: function () {
|
|
195
|
+
return _DryRunValidationResult.default;
|
|
178
196
|
}
|
|
179
197
|
});
|
|
180
198
|
Object.defineProperty(exports, "EndUser", {
|
|
181
199
|
enumerable: true,
|
|
182
|
-
get: function
|
|
183
|
-
return _EndUser
|
|
200
|
+
get: function () {
|
|
201
|
+
return _EndUser.default;
|
|
184
202
|
}
|
|
185
203
|
});
|
|
186
204
|
Object.defineProperty(exports, "EndUserLicenseAgreementApi", {
|
|
187
205
|
enumerable: true,
|
|
188
|
-
get: function
|
|
206
|
+
get: function () {
|
|
189
207
|
return _enduserlicenseagreementEndpoints.EndUserLicenseAgreementApi;
|
|
190
208
|
}
|
|
191
209
|
});
|
|
192
210
|
Object.defineProperty(exports, "EnforcementActions", {
|
|
193
211
|
enumerable: true,
|
|
194
|
-
get: function
|
|
195
|
-
return _EnforcementActions
|
|
212
|
+
get: function () {
|
|
213
|
+
return _EnforcementActions.default;
|
|
196
214
|
}
|
|
197
215
|
});
|
|
198
216
|
Object.defineProperty(exports, "EnforcementLevel", {
|
|
199
217
|
enumerable: true,
|
|
200
|
-
get: function
|
|
201
|
-
return _EnforcementLevel
|
|
218
|
+
get: function () {
|
|
219
|
+
return _EnforcementLevel.default;
|
|
202
220
|
}
|
|
203
221
|
});
|
|
204
222
|
Object.defineProperty(exports, "EnforcementPolicy", {
|
|
205
223
|
enumerable: true,
|
|
206
|
-
get: function
|
|
207
|
-
return _EnforcementPolicy
|
|
224
|
+
get: function () {
|
|
225
|
+
return _EnforcementPolicy.default;
|
|
208
226
|
}
|
|
209
227
|
});
|
|
210
228
|
Object.defineProperty(exports, "Entitlement", {
|
|
211
229
|
enumerable: true,
|
|
212
|
-
get: function
|
|
213
|
-
return _Entitlement
|
|
230
|
+
get: function () {
|
|
231
|
+
return _Entitlement.default;
|
|
214
232
|
}
|
|
215
233
|
});
|
|
216
234
|
Object.defineProperty(exports, "EntitlementDetail", {
|
|
217
235
|
enumerable: true,
|
|
218
|
-
get: function
|
|
219
|
-
return _EntitlementDetail
|
|
236
|
+
get: function () {
|
|
237
|
+
return _EntitlementDetail.default;
|
|
220
238
|
}
|
|
221
239
|
});
|
|
222
240
|
Object.defineProperty(exports, "EntitlementDetailProjection", {
|
|
223
241
|
enumerable: true,
|
|
224
|
-
get: function
|
|
225
|
-
return _EntitlementDetailProjection
|
|
242
|
+
get: function () {
|
|
243
|
+
return _EntitlementDetailProjection.default;
|
|
226
244
|
}
|
|
227
245
|
});
|
|
228
246
|
Object.defineProperty(exports, "EntitlementProjection", {
|
|
229
247
|
enumerable: true,
|
|
230
|
-
get: function
|
|
231
|
-
return _EntitlementProjection
|
|
248
|
+
get: function () {
|
|
249
|
+
return _EntitlementProjection.default;
|
|
232
250
|
}
|
|
233
251
|
});
|
|
234
252
|
Object.defineProperty(exports, "ErrorResponse", {
|
|
235
253
|
enumerable: true,
|
|
236
|
-
get: function
|
|
237
|
-
return _ErrorResponse
|
|
254
|
+
get: function () {
|
|
255
|
+
return _ErrorResponse.default;
|
|
238
256
|
}
|
|
239
257
|
});
|
|
240
258
|
Object.defineProperty(exports, "Eula", {
|
|
241
259
|
enumerable: true,
|
|
242
|
-
get: function
|
|
243
|
-
return _Eula
|
|
260
|
+
get: function () {
|
|
261
|
+
return _Eula.default;
|
|
244
262
|
}
|
|
245
263
|
});
|
|
246
264
|
Object.defineProperty(exports, "ExpiredLicense", {
|
|
247
265
|
enumerable: true,
|
|
248
|
-
get: function
|
|
249
|
-
return _ExpiredLicense
|
|
266
|
+
get: function () {
|
|
267
|
+
return _ExpiredLicense.default;
|
|
250
268
|
}
|
|
251
269
|
});
|
|
252
270
|
Object.defineProperty(exports, "ExternalizableAbstractModel", {
|
|
253
271
|
enumerable: true,
|
|
254
|
-
get: function
|
|
255
|
-
return _ExternalizableAbstractModel
|
|
272
|
+
get: function () {
|
|
273
|
+
return _ExternalizableAbstractModel.default;
|
|
256
274
|
}
|
|
257
275
|
});
|
|
258
276
|
Object.defineProperty(exports, "Feature", {
|
|
259
277
|
enumerable: true,
|
|
260
|
-
get: function
|
|
261
|
-
return _Feature
|
|
278
|
+
get: function () {
|
|
279
|
+
return _Feature.default;
|
|
262
280
|
}
|
|
263
281
|
});
|
|
264
282
|
Object.defineProperty(exports, "FeatureDetail", {
|
|
265
283
|
enumerable: true,
|
|
266
|
-
get: function
|
|
267
|
-
return _FeatureDetail
|
|
284
|
+
get: function () {
|
|
285
|
+
return _FeatureDetail.default;
|
|
268
286
|
}
|
|
269
287
|
});
|
|
270
288
|
Object.defineProperty(exports, "FeatureProjection", {
|
|
271
289
|
enumerable: true,
|
|
272
|
-
get: function
|
|
273
|
-
return _FeatureProjection
|
|
290
|
+
get: function () {
|
|
291
|
+
return _FeatureProjection.default;
|
|
274
292
|
}
|
|
275
293
|
});
|
|
276
294
|
Object.defineProperty(exports, "FeatureViolation", {
|
|
277
295
|
enumerable: true,
|
|
278
|
-
get: function
|
|
279
|
-
return _FeatureViolation
|
|
296
|
+
get: function () {
|
|
297
|
+
return _FeatureViolation.default;
|
|
280
298
|
}
|
|
281
299
|
});
|
|
282
300
|
Object.defineProperty(exports, "Flag", {
|
|
283
301
|
enumerable: true,
|
|
284
|
-
get: function
|
|
285
|
-
return _Flag
|
|
302
|
+
get: function () {
|
|
303
|
+
return _Flag.default;
|
|
286
304
|
}
|
|
287
305
|
});
|
|
288
306
|
Object.defineProperty(exports, "GetEulaApiResponse", {
|
|
289
307
|
enumerable: true,
|
|
290
|
-
get: function
|
|
291
|
-
return _GetEulaApiResponse
|
|
308
|
+
get: function () {
|
|
309
|
+
return _GetEulaApiResponse.default;
|
|
292
310
|
}
|
|
293
311
|
});
|
|
294
312
|
Object.defineProperty(exports, "GetLicenseKeyApiResponse", {
|
|
295
313
|
enumerable: true,
|
|
296
|
-
get: function
|
|
297
|
-
return _GetLicenseKeyApiResponse
|
|
314
|
+
get: function () {
|
|
315
|
+
return _GetLicenseKeyApiResponse.default;
|
|
298
316
|
}
|
|
299
317
|
});
|
|
300
318
|
Object.defineProperty(exports, "KVPair", {
|
|
301
319
|
enumerable: true,
|
|
302
|
-
get: function
|
|
303
|
-
return _KVPair
|
|
320
|
+
get: function () {
|
|
321
|
+
return _KVPair.default;
|
|
304
322
|
}
|
|
305
323
|
});
|
|
306
324
|
Object.defineProperty(exports, "License", {
|
|
307
325
|
enumerable: true,
|
|
308
|
-
get: function
|
|
309
|
-
return _License
|
|
326
|
+
get: function () {
|
|
327
|
+
return _License.default;
|
|
310
328
|
}
|
|
311
329
|
});
|
|
312
330
|
Object.defineProperty(exports, "LicenseCategory", {
|
|
313
331
|
enumerable: true,
|
|
314
|
-
get: function
|
|
315
|
-
return _LicenseCategory
|
|
332
|
+
get: function () {
|
|
333
|
+
return _LicenseCategory.default;
|
|
316
334
|
}
|
|
317
335
|
});
|
|
318
336
|
Object.defineProperty(exports, "LicenseClass", {
|
|
319
337
|
enumerable: true,
|
|
320
|
-
get: function
|
|
321
|
-
return _LicenseClass
|
|
338
|
+
get: function () {
|
|
339
|
+
return _LicenseClass.default;
|
|
322
340
|
}
|
|
323
341
|
});
|
|
324
342
|
Object.defineProperty(exports, "LicenseKey", {
|
|
325
343
|
enumerable: true,
|
|
326
|
-
get: function
|
|
327
|
-
return _LicenseKey
|
|
344
|
+
get: function () {
|
|
345
|
+
return _LicenseKey.default;
|
|
346
|
+
}
|
|
347
|
+
});
|
|
348
|
+
Object.defineProperty(exports, "LicenseKeyAssignment", {
|
|
349
|
+
enumerable: true,
|
|
350
|
+
get: function () {
|
|
351
|
+
return _LicenseKeyAssignment.default;
|
|
352
|
+
}
|
|
353
|
+
});
|
|
354
|
+
Object.defineProperty(exports, "LicenseKeyAssignmentSpec", {
|
|
355
|
+
enumerable: true,
|
|
356
|
+
get: function () {
|
|
357
|
+
return _LicenseKeyAssignmentSpec.default;
|
|
328
358
|
}
|
|
329
359
|
});
|
|
330
|
-
Object.defineProperty(exports, "
|
|
360
|
+
Object.defineProperty(exports, "LicenseKeyAssociation", {
|
|
331
361
|
enumerable: true,
|
|
332
|
-
get: function
|
|
333
|
-
return
|
|
362
|
+
get: function () {
|
|
363
|
+
return _LicenseKeyAssociation.default;
|
|
364
|
+
}
|
|
365
|
+
});
|
|
366
|
+
Object.defineProperty(exports, "LicenseKeyAssociationProjection", {
|
|
367
|
+
enumerable: true,
|
|
368
|
+
get: function () {
|
|
369
|
+
return _LicenseKeyAssociationProjection.default;
|
|
334
370
|
}
|
|
335
371
|
});
|
|
336
372
|
Object.defineProperty(exports, "LicenseKeyMapping", {
|
|
337
373
|
enumerable: true,
|
|
338
|
-
get: function
|
|
339
|
-
return _LicenseKeyMapping
|
|
374
|
+
get: function () {
|
|
375
|
+
return _LicenseKeyMapping.default;
|
|
340
376
|
}
|
|
341
377
|
});
|
|
342
378
|
Object.defineProperty(exports, "LicenseKeyProjection", {
|
|
343
379
|
enumerable: true,
|
|
344
|
-
get: function
|
|
345
|
-
return _LicenseKeyProjection
|
|
380
|
+
get: function () {
|
|
381
|
+
return _LicenseKeyProjection.default;
|
|
346
382
|
}
|
|
347
383
|
});
|
|
348
384
|
Object.defineProperty(exports, "LicenseKeySubCategory", {
|
|
349
385
|
enumerable: true,
|
|
350
|
-
get: function
|
|
351
|
-
return _LicenseKeySubCategory
|
|
386
|
+
get: function () {
|
|
387
|
+
return _LicenseKeySubCategory.default;
|
|
352
388
|
}
|
|
353
389
|
});
|
|
354
390
|
Object.defineProperty(exports, "LicenseKeysApi", {
|
|
355
391
|
enumerable: true,
|
|
356
|
-
get: function
|
|
392
|
+
get: function () {
|
|
357
393
|
return _licensekeysEndpoints.LicenseKeysApi;
|
|
358
394
|
}
|
|
359
395
|
});
|
|
360
396
|
Object.defineProperty(exports, "LicenseProjection", {
|
|
361
397
|
enumerable: true,
|
|
362
|
-
get: function
|
|
363
|
-
return _LicenseProjection
|
|
398
|
+
get: function () {
|
|
399
|
+
return _LicenseProjection.default;
|
|
364
400
|
}
|
|
365
401
|
});
|
|
366
402
|
Object.defineProperty(exports, "LicenseStateSyncSpec", {
|
|
367
403
|
enumerable: true,
|
|
368
|
-
get: function
|
|
369
|
-
return _LicenseStateSyncSpec
|
|
404
|
+
get: function () {
|
|
405
|
+
return _LicenseStateSyncSpec.default;
|
|
370
406
|
}
|
|
371
407
|
});
|
|
372
408
|
Object.defineProperty(exports, "LicenseType", {
|
|
373
409
|
enumerable: true,
|
|
374
|
-
get: function
|
|
375
|
-
return _LicenseType
|
|
410
|
+
get: function () {
|
|
411
|
+
return _LicenseType.default;
|
|
376
412
|
}
|
|
377
413
|
});
|
|
378
414
|
Object.defineProperty(exports, "LicensesApi", {
|
|
379
415
|
enumerable: true,
|
|
380
|
-
get: function
|
|
416
|
+
get: function () {
|
|
381
417
|
return _licensesEndpoints.LicensesApi;
|
|
382
418
|
}
|
|
383
419
|
});
|
|
384
420
|
Object.defineProperty(exports, "ListAllowancesApiResponse", {
|
|
385
421
|
enumerable: true,
|
|
386
|
-
get: function
|
|
387
|
-
return _ListAllowancesApiResponse
|
|
422
|
+
get: function () {
|
|
423
|
+
return _ListAllowancesApiResponse.default;
|
|
388
424
|
}
|
|
389
425
|
});
|
|
390
426
|
Object.defineProperty(exports, "ListCompliancesApiResponse", {
|
|
391
427
|
enumerable: true,
|
|
392
|
-
get: function
|
|
393
|
-
return _ListCompliancesApiResponse
|
|
428
|
+
get: function () {
|
|
429
|
+
return _ListCompliancesApiResponse.default;
|
|
394
430
|
}
|
|
395
431
|
});
|
|
396
432
|
Object.defineProperty(exports, "ListEntitlementsApiResponse", {
|
|
397
433
|
enumerable: true,
|
|
398
|
-
get: function
|
|
399
|
-
return _ListEntitlementsApiResponse
|
|
434
|
+
get: function () {
|
|
435
|
+
return _ListEntitlementsApiResponse.default;
|
|
400
436
|
}
|
|
401
437
|
});
|
|
402
438
|
Object.defineProperty(exports, "ListFeaturesApiResponse", {
|
|
403
439
|
enumerable: true,
|
|
404
|
-
get: function
|
|
405
|
-
return _ListFeaturesApiResponse
|
|
440
|
+
get: function () {
|
|
441
|
+
return _ListFeaturesApiResponse.default;
|
|
406
442
|
}
|
|
407
443
|
});
|
|
408
444
|
Object.defineProperty(exports, "ListLicenseKeysApiResponse", {
|
|
409
445
|
enumerable: true,
|
|
410
|
-
get: function
|
|
411
|
-
return _ListLicenseKeysApiResponse
|
|
446
|
+
get: function () {
|
|
447
|
+
return _ListLicenseKeysApiResponse.default;
|
|
412
448
|
}
|
|
413
449
|
});
|
|
414
450
|
Object.defineProperty(exports, "ListLicensesApiResponse", {
|
|
415
451
|
enumerable: true,
|
|
416
|
-
get: function
|
|
417
|
-
return _ListLicensesApiResponse
|
|
452
|
+
get: function () {
|
|
453
|
+
return _ListLicensesApiResponse.default;
|
|
454
|
+
}
|
|
455
|
+
});
|
|
456
|
+
Object.defineProperty(exports, "ListReclaimLicenseTokensApiResponse", {
|
|
457
|
+
enumerable: true,
|
|
458
|
+
get: function () {
|
|
459
|
+
return _ListReclaimLicenseTokensApiResponse.default;
|
|
418
460
|
}
|
|
419
461
|
});
|
|
420
462
|
Object.defineProperty(exports, "ListRecommendationsApiResponse", {
|
|
421
463
|
enumerable: true,
|
|
422
|
-
get: function
|
|
423
|
-
return _ListRecommendationsApiResponse
|
|
464
|
+
get: function () {
|
|
465
|
+
return _ListRecommendationsApiResponse.default;
|
|
424
466
|
}
|
|
425
467
|
});
|
|
426
468
|
Object.defineProperty(exports, "ListSettingsApiResponse", {
|
|
427
469
|
enumerable: true,
|
|
428
|
-
get: function
|
|
429
|
-
return _ListSettingsApiResponse
|
|
470
|
+
get: function () {
|
|
471
|
+
return _ListSettingsApiResponse.default;
|
|
430
472
|
}
|
|
431
473
|
});
|
|
432
474
|
Object.defineProperty(exports, "ListViolationsApiResponse", {
|
|
433
475
|
enumerable: true,
|
|
434
|
-
get: function
|
|
435
|
-
return _ListViolationsApiResponse
|
|
476
|
+
get: function () {
|
|
477
|
+
return _ListViolationsApiResponse.default;
|
|
436
478
|
}
|
|
437
479
|
});
|
|
438
480
|
Object.defineProperty(exports, "LogicalVersion", {
|
|
439
481
|
enumerable: true,
|
|
440
|
-
get: function
|
|
441
|
-
return _LogicalVersion
|
|
482
|
+
get: function () {
|
|
483
|
+
return _LogicalVersion.default;
|
|
442
484
|
}
|
|
443
485
|
});
|
|
444
486
|
Object.defineProperty(exports, "MapOfStringWrapper", {
|
|
445
487
|
enumerable: true,
|
|
446
|
-
get: function
|
|
447
|
-
return _MapOfStringWrapper
|
|
488
|
+
get: function () {
|
|
489
|
+
return _MapOfStringWrapper.default;
|
|
448
490
|
}
|
|
449
491
|
});
|
|
450
492
|
Object.defineProperty(exports, "Message", {
|
|
451
493
|
enumerable: true,
|
|
452
|
-
get: function
|
|
453
|
-
return _Message
|
|
494
|
+
get: function () {
|
|
495
|
+
return _Message.default;
|
|
454
496
|
}
|
|
455
497
|
});
|
|
456
498
|
Object.defineProperty(exports, "MessageSeverity", {
|
|
457
499
|
enumerable: true,
|
|
458
|
-
get: function
|
|
459
|
-
return _MessageSeverity
|
|
500
|
+
get: function () {
|
|
501
|
+
return _MessageSeverity.default;
|
|
460
502
|
}
|
|
461
503
|
});
|
|
462
504
|
Object.defineProperty(exports, "Meter", {
|
|
463
505
|
enumerable: true,
|
|
464
|
-
get: function
|
|
465
|
-
return _Meter
|
|
506
|
+
get: function () {
|
|
507
|
+
return _Meter.default;
|
|
466
508
|
}
|
|
467
509
|
});
|
|
468
510
|
Object.defineProperty(exports, "OperationType", {
|
|
469
511
|
enumerable: true,
|
|
470
|
-
get: function
|
|
471
|
-
return _OperationType
|
|
512
|
+
get: function () {
|
|
513
|
+
return _OperationType.default;
|
|
472
514
|
}
|
|
473
515
|
});
|
|
474
516
|
Object.defineProperty(exports, "PortalSetting", {
|
|
475
517
|
enumerable: true,
|
|
476
|
-
get: function
|
|
477
|
-
return _PortalSetting
|
|
518
|
+
get: function () {
|
|
519
|
+
return _PortalSetting.default;
|
|
478
520
|
}
|
|
479
521
|
});
|
|
480
522
|
Object.defineProperty(exports, "PostPaidCategory", {
|
|
481
523
|
enumerable: true,
|
|
482
|
-
get: function
|
|
483
|
-
return _PostPaidCategory
|
|
524
|
+
get: function () {
|
|
525
|
+
return _PostPaidCategory.default;
|
|
484
526
|
}
|
|
485
527
|
});
|
|
486
528
|
Object.defineProperty(exports, "PostPaidConfig", {
|
|
487
529
|
enumerable: true,
|
|
488
|
-
get: function
|
|
489
|
-
return _PostPaidConfig
|
|
530
|
+
get: function () {
|
|
531
|
+
return _PostPaidConfig.default;
|
|
490
532
|
}
|
|
491
533
|
});
|
|
492
534
|
Object.defineProperty(exports, "ProductName", {
|
|
493
535
|
enumerable: true,
|
|
494
|
-
get: function
|
|
495
|
-
return _ProductName
|
|
536
|
+
get: function () {
|
|
537
|
+
return _ProductName.default;
|
|
538
|
+
}
|
|
539
|
+
});
|
|
540
|
+
Object.defineProperty(exports, "ReclaimLicenseKeyApiResponse", {
|
|
541
|
+
enumerable: true,
|
|
542
|
+
get: function () {
|
|
543
|
+
return _ReclaimLicenseKeyApiResponse.default;
|
|
544
|
+
}
|
|
545
|
+
});
|
|
546
|
+
Object.defineProperty(exports, "ReclaimLicenseKeySpec", {
|
|
547
|
+
enumerable: true,
|
|
548
|
+
get: function () {
|
|
549
|
+
return _ReclaimLicenseKeySpec.default;
|
|
550
|
+
}
|
|
551
|
+
});
|
|
552
|
+
Object.defineProperty(exports, "ReclaimLicenseToken", {
|
|
553
|
+
enumerable: true,
|
|
554
|
+
get: function () {
|
|
555
|
+
return _ReclaimLicenseToken.default;
|
|
556
|
+
}
|
|
557
|
+
});
|
|
558
|
+
Object.defineProperty(exports, "ReclaimLicenseTokenProjection", {
|
|
559
|
+
enumerable: true,
|
|
560
|
+
get: function () {
|
|
561
|
+
return _ReclaimLicenseTokenProjection.default;
|
|
562
|
+
}
|
|
563
|
+
});
|
|
564
|
+
Object.defineProperty(exports, "ReclaimType", {
|
|
565
|
+
enumerable: true,
|
|
566
|
+
get: function () {
|
|
567
|
+
return _ReclaimType.default;
|
|
496
568
|
}
|
|
497
569
|
});
|
|
498
570
|
Object.defineProperty(exports, "Recommendation", {
|
|
499
571
|
enumerable: true,
|
|
500
|
-
get: function
|
|
501
|
-
return _Recommendation
|
|
572
|
+
get: function () {
|
|
573
|
+
return _Recommendation.default;
|
|
502
574
|
}
|
|
503
575
|
});
|
|
504
576
|
Object.defineProperty(exports, "RecommendationDetail", {
|
|
505
577
|
enumerable: true,
|
|
506
|
-
get: function
|
|
507
|
-
return _RecommendationDetail
|
|
578
|
+
get: function () {
|
|
579
|
+
return _RecommendationDetail.default;
|
|
508
580
|
}
|
|
509
581
|
});
|
|
510
582
|
Object.defineProperty(exports, "RecommendationScope", {
|
|
511
583
|
enumerable: true,
|
|
512
|
-
get: function
|
|
513
|
-
return _RecommendationScope
|
|
584
|
+
get: function () {
|
|
585
|
+
return _RecommendationScope.default;
|
|
514
586
|
}
|
|
515
587
|
});
|
|
516
588
|
Object.defineProperty(exports, "ResetScope", {
|
|
517
589
|
enumerable: true,
|
|
518
|
-
get: function
|
|
519
|
-
return _ResetScope
|
|
590
|
+
get: function () {
|
|
591
|
+
return _ResetScope.default;
|
|
520
592
|
}
|
|
521
593
|
});
|
|
522
594
|
Object.defineProperty(exports, "SchemaValidationError", {
|
|
523
595
|
enumerable: true,
|
|
524
|
-
get: function
|
|
525
|
-
return _SchemaValidationError
|
|
596
|
+
get: function () {
|
|
597
|
+
return _SchemaValidationError.default;
|
|
526
598
|
}
|
|
527
599
|
});
|
|
528
600
|
Object.defineProperty(exports, "SchemaValidationErrorMessage", {
|
|
529
601
|
enumerable: true,
|
|
530
|
-
get: function
|
|
531
|
-
return _SchemaValidationErrorMessage
|
|
602
|
+
get: function () {
|
|
603
|
+
return _SchemaValidationErrorMessage.default;
|
|
532
604
|
}
|
|
533
605
|
});
|
|
534
606
|
Object.defineProperty(exports, "Scope", {
|
|
535
607
|
enumerable: true,
|
|
536
|
-
get: function
|
|
537
|
-
return _Scope
|
|
608
|
+
get: function () {
|
|
609
|
+
return _Scope.default;
|
|
538
610
|
}
|
|
539
611
|
});
|
|
540
612
|
Object.defineProperty(exports, "Service", {
|
|
541
613
|
enumerable: true,
|
|
542
|
-
get: function
|
|
543
|
-
return _Service
|
|
614
|
+
get: function () {
|
|
615
|
+
return _Service.default;
|
|
544
616
|
}
|
|
545
617
|
});
|
|
546
618
|
Object.defineProperty(exports, "ServiceProjection", {
|
|
547
619
|
enumerable: true,
|
|
548
|
-
get: function
|
|
549
|
-
return _ServiceProjection
|
|
620
|
+
get: function () {
|
|
621
|
+
return _ServiceProjection.default;
|
|
550
622
|
}
|
|
551
623
|
});
|
|
552
624
|
Object.defineProperty(exports, "ServiceViolation", {
|
|
553
625
|
enumerable: true,
|
|
554
|
-
get: function
|
|
555
|
-
return _ServiceViolation
|
|
626
|
+
get: function () {
|
|
627
|
+
return _ServiceViolation.default;
|
|
556
628
|
}
|
|
557
629
|
});
|
|
558
630
|
Object.defineProperty(exports, "ServiceViolationType", {
|
|
559
631
|
enumerable: true,
|
|
560
|
-
get: function
|
|
561
|
-
return _ServiceViolationType
|
|
632
|
+
get: function () {
|
|
633
|
+
return _ServiceViolationType.default;
|
|
562
634
|
}
|
|
563
635
|
});
|
|
564
636
|
Object.defineProperty(exports, "Setting", {
|
|
565
637
|
enumerable: true,
|
|
566
|
-
get: function
|
|
567
|
-
return _Setting
|
|
638
|
+
get: function () {
|
|
639
|
+
return _Setting.default;
|
|
568
640
|
}
|
|
569
641
|
});
|
|
570
642
|
Object.defineProperty(exports, "Status", {
|
|
571
643
|
enumerable: true,
|
|
572
|
-
get: function
|
|
573
|
-
return _Status
|
|
644
|
+
get: function () {
|
|
645
|
+
return _Status.default;
|
|
574
646
|
}
|
|
575
647
|
});
|
|
576
648
|
Object.defineProperty(exports, "SubCategory", {
|
|
577
649
|
enumerable: true,
|
|
578
|
-
get: function
|
|
579
|
-
return _SubCategory
|
|
650
|
+
get: function () {
|
|
651
|
+
return _SubCategory.default;
|
|
580
652
|
}
|
|
581
653
|
});
|
|
582
654
|
Object.defineProperty(exports, "SyncLicenseStateApiResponse", {
|
|
583
655
|
enumerable: true,
|
|
584
|
-
get: function
|
|
585
|
-
return _SyncLicenseStateApiResponse
|
|
656
|
+
get: function () {
|
|
657
|
+
return _SyncLicenseStateApiResponse.default;
|
|
586
658
|
}
|
|
587
659
|
});
|
|
588
660
|
Object.defineProperty(exports, "SyncOperationType", {
|
|
589
661
|
enumerable: true,
|
|
590
|
-
get: function
|
|
591
|
-
return _SyncOperationType
|
|
662
|
+
get: function () {
|
|
663
|
+
return _SyncOperationType.default;
|
|
592
664
|
}
|
|
593
665
|
});
|
|
594
666
|
Object.defineProperty(exports, "TaskReference", {
|
|
595
667
|
enumerable: true,
|
|
596
|
-
get: function
|
|
597
|
-
return _TaskReference
|
|
668
|
+
get: function () {
|
|
669
|
+
return _TaskReference.default;
|
|
598
670
|
}
|
|
599
671
|
});
|
|
600
672
|
Object.defineProperty(exports, "TenantAwareModel", {
|
|
601
673
|
enumerable: true,
|
|
602
|
-
get: function
|
|
603
|
-
return _TenantAwareModel
|
|
674
|
+
get: function () {
|
|
675
|
+
return _TenantAwareModel.default;
|
|
676
|
+
}
|
|
677
|
+
});
|
|
678
|
+
Object.defineProperty(exports, "Trial", {
|
|
679
|
+
enumerable: true,
|
|
680
|
+
get: function () {
|
|
681
|
+
return _Trial.default;
|
|
682
|
+
}
|
|
683
|
+
});
|
|
684
|
+
Object.defineProperty(exports, "TrialCategory", {
|
|
685
|
+
enumerable: true,
|
|
686
|
+
get: function () {
|
|
687
|
+
return _TrialCategory.default;
|
|
688
|
+
}
|
|
689
|
+
});
|
|
690
|
+
Object.defineProperty(exports, "TrialProjection", {
|
|
691
|
+
enumerable: true,
|
|
692
|
+
get: function () {
|
|
693
|
+
return _TrialProjection.default;
|
|
694
|
+
}
|
|
695
|
+
});
|
|
696
|
+
Object.defineProperty(exports, "TrialStatus", {
|
|
697
|
+
enumerable: true,
|
|
698
|
+
get: function () {
|
|
699
|
+
return _TrialStatus.default;
|
|
700
|
+
}
|
|
701
|
+
});
|
|
702
|
+
Object.defineProperty(exports, "TrialType", {
|
|
703
|
+
enumerable: true,
|
|
704
|
+
get: function () {
|
|
705
|
+
return _TrialType.default;
|
|
604
706
|
}
|
|
605
707
|
});
|
|
606
708
|
Object.defineProperty(exports, "ValueType", {
|
|
607
709
|
enumerable: true,
|
|
608
|
-
get: function
|
|
609
|
-
return _ValueType
|
|
710
|
+
get: function () {
|
|
711
|
+
return _ValueType.default;
|
|
610
712
|
}
|
|
611
713
|
});
|
|
612
714
|
Object.defineProperty(exports, "Violation", {
|
|
613
715
|
enumerable: true,
|
|
614
|
-
get: function
|
|
615
|
-
return _Violation
|
|
716
|
+
get: function () {
|
|
717
|
+
return _Violation.default;
|
|
616
718
|
}
|
|
617
719
|
});
|
|
618
|
-
exports
|
|
720
|
+
exports.default = void 0;
|
|
619
721
|
var _ApiClient = require("./ApiClient");
|
|
620
722
|
var _licensekeysEndpoints = require("./apis/licensekeys-endpoints");
|
|
621
723
|
var _enduserlicenseagreementEndpoints = require("./apis/enduserlicenseagreement-endpoints");
|
|
@@ -641,6 +743,9 @@ var _AllowanceDetail = _interopRequireDefault(require("./models/licensing/v4/con
|
|
|
641
743
|
var _AllowanceDetailProjection = _interopRequireDefault(require("./models/licensing/v4/config/AllowanceDetailProjection"));
|
|
642
744
|
var _AllowanceProjection = _interopRequireDefault(require("./models/licensing/v4/config/AllowanceProjection"));
|
|
643
745
|
var _AssignLicenseKeysApiResponse = _interopRequireDefault(require("./models/licensing/v4/config/AssignLicenseKeysApiResponse"));
|
|
746
|
+
var _AssociateLicenseKeySpec = _interopRequireDefault(require("./models/licensing/v4/config/AssociateLicenseKeySpec"));
|
|
747
|
+
var _AssociateLicenseKeysApiResponse = _interopRequireDefault(require("./models/licensing/v4/config/AssociateLicenseKeysApiResponse"));
|
|
748
|
+
var _AssociationType = _interopRequireDefault(require("./models/licensing/v4/config/AssociationType"));
|
|
644
749
|
var _BaseClusterInfo = _interopRequireDefault(require("./models/licensing/v4/config/BaseClusterInfo"));
|
|
645
750
|
var _BaseLicenseInfo = _interopRequireDefault(require("./models/licensing/v4/config/BaseLicenseInfo"));
|
|
646
751
|
var _BillingPlan = _interopRequireDefault(require("./models/licensing/v4/config/BillingPlan"));
|
|
@@ -674,7 +779,10 @@ var _License = _interopRequireDefault(require("./models/licensing/v4/config/Lice
|
|
|
674
779
|
var _LicenseCategory = _interopRequireDefault(require("./models/licensing/v4/config/LicenseCategory"));
|
|
675
780
|
var _LicenseClass = _interopRequireDefault(require("./models/licensing/v4/config/LicenseClass"));
|
|
676
781
|
var _LicenseKey = _interopRequireDefault(require("./models/licensing/v4/config/LicenseKey"));
|
|
677
|
-
var
|
|
782
|
+
var _LicenseKeyAssignment = _interopRequireDefault(require("./models/licensing/v4/config/LicenseKeyAssignment"));
|
|
783
|
+
var _LicenseKeyAssignmentSpec = _interopRequireDefault(require("./models/licensing/v4/config/LicenseKeyAssignmentSpec"));
|
|
784
|
+
var _LicenseKeyAssociation = _interopRequireDefault(require("./models/licensing/v4/config/LicenseKeyAssociation"));
|
|
785
|
+
var _LicenseKeyAssociationProjection = _interopRequireDefault(require("./models/licensing/v4/config/LicenseKeyAssociationProjection"));
|
|
678
786
|
var _LicenseKeyMapping = _interopRequireDefault(require("./models/licensing/v4/config/LicenseKeyMapping"));
|
|
679
787
|
var _LicenseKeyProjection = _interopRequireDefault(require("./models/licensing/v4/config/LicenseKeyProjection"));
|
|
680
788
|
var _LicenseKeySubCategory = _interopRequireDefault(require("./models/licensing/v4/config/LicenseKeySubCategory"));
|
|
@@ -687,6 +795,7 @@ var _ListEntitlementsApiResponse = _interopRequireDefault(require("./models/lice
|
|
|
687
795
|
var _ListFeaturesApiResponse = _interopRequireDefault(require("./models/licensing/v4/config/ListFeaturesApiResponse"));
|
|
688
796
|
var _ListLicenseKeysApiResponse = _interopRequireDefault(require("./models/licensing/v4/config/ListLicenseKeysApiResponse"));
|
|
689
797
|
var _ListLicensesApiResponse = _interopRequireDefault(require("./models/licensing/v4/config/ListLicensesApiResponse"));
|
|
798
|
+
var _ListReclaimLicenseTokensApiResponse = _interopRequireDefault(require("./models/licensing/v4/config/ListReclaimLicenseTokensApiResponse"));
|
|
690
799
|
var _ListRecommendationsApiResponse = _interopRequireDefault(require("./models/licensing/v4/config/ListRecommendationsApiResponse"));
|
|
691
800
|
var _ListSettingsApiResponse = _interopRequireDefault(require("./models/licensing/v4/config/ListSettingsApiResponse"));
|
|
692
801
|
var _ListViolationsApiResponse = _interopRequireDefault(require("./models/licensing/v4/config/ListViolationsApiResponse"));
|
|
@@ -697,6 +806,11 @@ var _PortalSetting = _interopRequireDefault(require("./models/licensing/v4/confi
|
|
|
697
806
|
var _PostPaidCategory = _interopRequireDefault(require("./models/licensing/v4/config/PostPaidCategory"));
|
|
698
807
|
var _PostPaidConfig = _interopRequireDefault(require("./models/licensing/v4/config/PostPaidConfig"));
|
|
699
808
|
var _ProductName = _interopRequireDefault(require("./models/licensing/v4/config/ProductName"));
|
|
809
|
+
var _ReclaimLicenseKeyApiResponse = _interopRequireDefault(require("./models/licensing/v4/config/ReclaimLicenseKeyApiResponse"));
|
|
810
|
+
var _ReclaimLicenseKeySpec = _interopRequireDefault(require("./models/licensing/v4/config/ReclaimLicenseKeySpec"));
|
|
811
|
+
var _ReclaimLicenseToken = _interopRequireDefault(require("./models/licensing/v4/config/ReclaimLicenseToken"));
|
|
812
|
+
var _ReclaimLicenseTokenProjection = _interopRequireDefault(require("./models/licensing/v4/config/ReclaimLicenseTokenProjection"));
|
|
813
|
+
var _ReclaimType = _interopRequireDefault(require("./models/licensing/v4/config/ReclaimType"));
|
|
700
814
|
var _Recommendation = _interopRequireDefault(require("./models/licensing/v4/config/Recommendation"));
|
|
701
815
|
var _RecommendationDetail = _interopRequireDefault(require("./models/licensing/v4/config/RecommendationDetail"));
|
|
702
816
|
var _RecommendationScope = _interopRequireDefault(require("./models/licensing/v4/config/RecommendationScope"));
|
|
@@ -711,6 +825,11 @@ var _Status = _interopRequireDefault(require("./models/licensing/v4/config/Statu
|
|
|
711
825
|
var _SubCategory = _interopRequireDefault(require("./models/licensing/v4/config/SubCategory"));
|
|
712
826
|
var _SyncLicenseStateApiResponse = _interopRequireDefault(require("./models/licensing/v4/config/SyncLicenseStateApiResponse"));
|
|
713
827
|
var _SyncOperationType = _interopRequireDefault(require("./models/licensing/v4/config/SyncOperationType"));
|
|
828
|
+
var _Trial = _interopRequireDefault(require("./models/licensing/v4/config/Trial"));
|
|
829
|
+
var _TrialCategory = _interopRequireDefault(require("./models/licensing/v4/config/TrialCategory"));
|
|
830
|
+
var _TrialProjection = _interopRequireDefault(require("./models/licensing/v4/config/TrialProjection"));
|
|
831
|
+
var _TrialStatus = _interopRequireDefault(require("./models/licensing/v4/config/TrialStatus"));
|
|
832
|
+
var _TrialType = _interopRequireDefault(require("./models/licensing/v4/config/TrialType"));
|
|
714
833
|
var _ValueType = _interopRequireDefault(require("./models/licensing/v4/config/ValueType"));
|
|
715
834
|
var _Violation = _interopRequireDefault(require("./models/licensing/v4/config/Violation"));
|
|
716
835
|
var _AppMessage = _interopRequireDefault(require("./models/licensing/v4/error/AppMessage"));
|
|
@@ -718,111 +837,128 @@ var _ErrorResponse = _interopRequireDefault(require("./models/licensing/v4/error
|
|
|
718
837
|
var _SchemaValidationError = _interopRequireDefault(require("./models/licensing/v4/error/SchemaValidationError"));
|
|
719
838
|
var _SchemaValidationErrorMessage = _interopRequireDefault(require("./models/licensing/v4/error/SchemaValidationErrorMessage"));
|
|
720
839
|
var _TaskReference = _interopRequireDefault(require("./models/prism/v4/config/TaskReference"));
|
|
721
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : {
|
|
840
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
722
841
|
// Export base files
|
|
723
842
|
// Export APIs
|
|
724
843
|
// Export models
|
|
725
|
-
var _default = exports
|
|
844
|
+
var _default = exports.default = {
|
|
726
845
|
ApiClient: _ApiClient.ApiClient,
|
|
727
846
|
LicenseKeysApi: _licensekeysEndpoints.LicenseKeysApi,
|
|
728
847
|
EndUserLicenseAgreementApi: _enduserlicenseagreementEndpoints.EndUserLicenseAgreementApi,
|
|
729
848
|
LicensesApi: _licensesEndpoints.LicensesApi,
|
|
730
|
-
Flag: _Flag
|
|
731
|
-
KVPair: _KVPair
|
|
732
|
-
MapOfStringWrapper: _MapOfStringWrapper
|
|
733
|
-
Message: _Message
|
|
734
|
-
MessageSeverity: _MessageSeverity
|
|
735
|
-
TenantAwareModel: _TenantAwareModel
|
|
736
|
-
ApiLink: _ApiLink
|
|
737
|
-
ApiResponseMetadata: _ApiResponseMetadata
|
|
738
|
-
ExternalizableAbstractModel: _ExternalizableAbstractModel
|
|
739
|
-
Acceptance: _Acceptance
|
|
740
|
-
AddUserApiResponse: _AddUserApiResponse
|
|
741
|
-
EndUser: _EndUser
|
|
742
|
-
Eula: _Eula
|
|
743
|
-
GetEulaApiResponse: _GetEulaApiResponse
|
|
744
|
-
AddLicenseKeyApiResponse: _AddLicenseKeyApiResponse
|
|
745
|
-
AddLicenseKeyDryRunApiResponse: _AddLicenseKeyDryRunApiResponse
|
|
746
|
-
Allowance: _Allowance
|
|
747
|
-
AllowanceDetail: _AllowanceDetail
|
|
748
|
-
AllowanceDetailProjection: _AllowanceDetailProjection
|
|
749
|
-
AllowanceProjection: _AllowanceProjection
|
|
750
|
-
AssignLicenseKeysApiResponse: _AssignLicenseKeysApiResponse
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
849
|
+
Flag: _Flag.default,
|
|
850
|
+
KVPair: _KVPair.default,
|
|
851
|
+
MapOfStringWrapper: _MapOfStringWrapper.default,
|
|
852
|
+
Message: _Message.default,
|
|
853
|
+
MessageSeverity: _MessageSeverity.default,
|
|
854
|
+
TenantAwareModel: _TenantAwareModel.default,
|
|
855
|
+
ApiLink: _ApiLink.default,
|
|
856
|
+
ApiResponseMetadata: _ApiResponseMetadata.default,
|
|
857
|
+
ExternalizableAbstractModel: _ExternalizableAbstractModel.default,
|
|
858
|
+
Acceptance: _Acceptance.default,
|
|
859
|
+
AddUserApiResponse: _AddUserApiResponse.default,
|
|
860
|
+
EndUser: _EndUser.default,
|
|
861
|
+
Eula: _Eula.default,
|
|
862
|
+
GetEulaApiResponse: _GetEulaApiResponse.default,
|
|
863
|
+
AddLicenseKeyApiResponse: _AddLicenseKeyApiResponse.default,
|
|
864
|
+
AddLicenseKeyDryRunApiResponse: _AddLicenseKeyDryRunApiResponse.default,
|
|
865
|
+
Allowance: _Allowance.default,
|
|
866
|
+
AllowanceDetail: _AllowanceDetail.default,
|
|
867
|
+
AllowanceDetailProjection: _AllowanceDetailProjection.default,
|
|
868
|
+
AllowanceProjection: _AllowanceProjection.default,
|
|
869
|
+
AssignLicenseKeysApiResponse: _AssignLicenseKeysApiResponse.default,
|
|
870
|
+
AssociateLicenseKeySpec: _AssociateLicenseKeySpec.default,
|
|
871
|
+
AssociateLicenseKeysApiResponse: _AssociateLicenseKeysApiResponse.default,
|
|
872
|
+
AssociationType: _AssociationType.default,
|
|
873
|
+
BaseClusterInfo: _BaseClusterInfo.default,
|
|
874
|
+
BaseLicenseInfo: _BaseLicenseInfo.default,
|
|
875
|
+
BillingPlan: _BillingPlan.default,
|
|
876
|
+
CapacityViolation: _CapacityViolation.default,
|
|
877
|
+
ClusterLicenseKeyMapping: _ClusterLicenseKeyMapping.default,
|
|
878
|
+
ClusterLicenseKeyMappingProjection: _ClusterLicenseKeyMappingProjection.default,
|
|
879
|
+
ClusterType: _ClusterType.default,
|
|
880
|
+
Compliance: _Compliance.default,
|
|
881
|
+
ComplianceProjection: _ComplianceProjection.default,
|
|
882
|
+
Consumption: _Consumption.default,
|
|
883
|
+
ConsumptionProjection: _ConsumptionProjection.default,
|
|
884
|
+
ConsumptionType: _ConsumptionType.default,
|
|
885
|
+
DeleteLicenseKeyApiResponse: _DeleteLicenseKeyApiResponse.default,
|
|
886
|
+
DryRunCheck: _DryRunCheck.default,
|
|
887
|
+
DryRunStatus: _DryRunStatus.default,
|
|
888
|
+
DryRunValidationResult: _DryRunValidationResult.default,
|
|
889
|
+
EnforcementActions: _EnforcementActions.default,
|
|
890
|
+
EnforcementLevel: _EnforcementLevel.default,
|
|
891
|
+
EnforcementPolicy: _EnforcementPolicy.default,
|
|
892
|
+
Entitlement: _Entitlement.default,
|
|
893
|
+
EntitlementDetail: _EntitlementDetail.default,
|
|
894
|
+
EntitlementDetailProjection: _EntitlementDetailProjection.default,
|
|
895
|
+
EntitlementProjection: _EntitlementProjection.default,
|
|
896
|
+
ExpiredLicense: _ExpiredLicense.default,
|
|
897
|
+
Feature: _Feature.default,
|
|
898
|
+
FeatureDetail: _FeatureDetail.default,
|
|
899
|
+
FeatureProjection: _FeatureProjection.default,
|
|
900
|
+
FeatureViolation: _FeatureViolation.default,
|
|
901
|
+
GetLicenseKeyApiResponse: _GetLicenseKeyApiResponse.default,
|
|
902
|
+
License: _License.default,
|
|
903
|
+
LicenseCategory: _LicenseCategory.default,
|
|
904
|
+
LicenseClass: _LicenseClass.default,
|
|
905
|
+
LicenseKey: _LicenseKey.default,
|
|
906
|
+
LicenseKeyAssignment: _LicenseKeyAssignment.default,
|
|
907
|
+
LicenseKeyAssignmentSpec: _LicenseKeyAssignmentSpec.default,
|
|
908
|
+
LicenseKeyAssociation: _LicenseKeyAssociation.default,
|
|
909
|
+
LicenseKeyAssociationProjection: _LicenseKeyAssociationProjection.default,
|
|
910
|
+
LicenseKeyMapping: _LicenseKeyMapping.default,
|
|
911
|
+
LicenseKeyProjection: _LicenseKeyProjection.default,
|
|
912
|
+
LicenseKeySubCategory: _LicenseKeySubCategory.default,
|
|
913
|
+
LicenseProjection: _LicenseProjection.default,
|
|
914
|
+
LicenseStateSyncSpec: _LicenseStateSyncSpec.default,
|
|
915
|
+
LicenseType: _LicenseType.default,
|
|
916
|
+
ListAllowancesApiResponse: _ListAllowancesApiResponse.default,
|
|
917
|
+
ListCompliancesApiResponse: _ListCompliancesApiResponse.default,
|
|
918
|
+
ListEntitlementsApiResponse: _ListEntitlementsApiResponse.default,
|
|
919
|
+
ListFeaturesApiResponse: _ListFeaturesApiResponse.default,
|
|
920
|
+
ListLicenseKeysApiResponse: _ListLicenseKeysApiResponse.default,
|
|
921
|
+
ListLicensesApiResponse: _ListLicensesApiResponse.default,
|
|
922
|
+
ListReclaimLicenseTokensApiResponse: _ListReclaimLicenseTokensApiResponse.default,
|
|
923
|
+
ListRecommendationsApiResponse: _ListRecommendationsApiResponse.default,
|
|
924
|
+
ListSettingsApiResponse: _ListSettingsApiResponse.default,
|
|
925
|
+
ListViolationsApiResponse: _ListViolationsApiResponse.default,
|
|
926
|
+
LogicalVersion: _LogicalVersion.default,
|
|
927
|
+
Meter: _Meter.default,
|
|
928
|
+
OperationType: _OperationType.default,
|
|
929
|
+
PortalSetting: _PortalSetting.default,
|
|
930
|
+
PostPaidCategory: _PostPaidCategory.default,
|
|
931
|
+
PostPaidConfig: _PostPaidConfig.default,
|
|
932
|
+
ProductName: _ProductName.default,
|
|
933
|
+
ReclaimLicenseKeyApiResponse: _ReclaimLicenseKeyApiResponse.default,
|
|
934
|
+
ReclaimLicenseKeySpec: _ReclaimLicenseKeySpec.default,
|
|
935
|
+
ReclaimLicenseToken: _ReclaimLicenseToken.default,
|
|
936
|
+
ReclaimLicenseTokenProjection: _ReclaimLicenseTokenProjection.default,
|
|
937
|
+
ReclaimType: _ReclaimType.default,
|
|
938
|
+
Recommendation: _Recommendation.default,
|
|
939
|
+
RecommendationDetail: _RecommendationDetail.default,
|
|
940
|
+
RecommendationScope: _RecommendationScope.default,
|
|
941
|
+
ResetScope: _ResetScope.default,
|
|
942
|
+
Scope: _Scope.default,
|
|
943
|
+
Service: _Service.default,
|
|
944
|
+
ServiceProjection: _ServiceProjection.default,
|
|
945
|
+
ServiceViolation: _ServiceViolation.default,
|
|
946
|
+
ServiceViolationType: _ServiceViolationType.default,
|
|
947
|
+
Setting: _Setting.default,
|
|
948
|
+
Status: _Status.default,
|
|
949
|
+
SubCategory: _SubCategory.default,
|
|
950
|
+
SyncLicenseStateApiResponse: _SyncLicenseStateApiResponse.default,
|
|
951
|
+
SyncOperationType: _SyncOperationType.default,
|
|
952
|
+
Trial: _Trial.default,
|
|
953
|
+
TrialCategory: _TrialCategory.default,
|
|
954
|
+
TrialProjection: _TrialProjection.default,
|
|
955
|
+
TrialStatus: _TrialStatus.default,
|
|
956
|
+
TrialType: _TrialType.default,
|
|
957
|
+
ValueType: _ValueType.default,
|
|
958
|
+
Violation: _Violation.default,
|
|
959
|
+
AppMessage: _AppMessage.default,
|
|
960
|
+
ErrorResponse: _ErrorResponse.default,
|
|
961
|
+
SchemaValidationError: _SchemaValidationError.default,
|
|
962
|
+
SchemaValidationErrorMessage: _SchemaValidationErrorMessage.default,
|
|
963
|
+
TaskReference: _TaskReference.default
|
|
828
964
|
};
|