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