@huaweicloud/huaweicloud-sdk-metastudio 3.1.175 → 3.1.176
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/package.json +2 -2
- package/v1/MetaStudioClient.d.ts +652 -193
- package/v1/MetaStudioClient.d.ts.map +1 -1
- package/v1/MetaStudioClient.js +1821 -639
- package/v1/MetaStudioClient.js.map +1 -1
- package/v1/model/AllocateSpResourceInfo.d.ts +32 -0
- package/v1/model/AllocateSpResourceInfo.d.ts.map +1 -0
- package/v1/model/AllocateSpResourceInfo.js +79 -0
- package/v1/model/AllocateSpResourceInfo.js.map +1 -0
- package/v1/model/AllocateSpResourceSummaryInfo.d.ts +20 -0
- package/v1/model/AllocateSpResourceSummaryInfo.d.ts.map +1 -0
- package/v1/model/AllocateSpResourceSummaryInfo.js +49 -0
- package/v1/model/AllocateSpResourceSummaryInfo.js.map +1 -0
- package/v1/model/BillResourceType.d.ts +4 -0
- package/v1/model/BillResourceType.d.ts.map +1 -0
- package/v1/model/BillResourceType.js +9 -0
- package/v1/model/BillResourceType.js.map +1 -0
- package/v1/model/BillResources.d.ts +13 -0
- package/v1/model/BillResources.d.ts.map +1 -0
- package/v1/model/BillResources.js +29 -0
- package/v1/model/BillResources.js.map +1 -0
- package/v1/model/BindAssetResourceReq.d.ts +12 -0
- package/v1/model/BindAssetResourceReq.d.ts.map +1 -0
- package/v1/model/BindAssetResourceReq.js +29 -0
- package/v1/model/BindAssetResourceReq.js.map +1 -0
- package/v1/model/BindUserAssetResourceRequest.d.ts +19 -0
- package/v1/model/BindUserAssetResourceRequest.d.ts.map +1 -0
- package/v1/model/BindUserAssetResourceRequest.js +43 -0
- package/v1/model/BindUserAssetResourceRequest.js.map +1 -0
- package/v1/model/BindUserAssetResourceResponse.d.ts +9 -0
- package/v1/model/BindUserAssetResourceResponse.d.ts.map +1 -0
- package/v1/model/BindUserAssetResourceResponse.js +21 -0
- package/v1/model/BindUserAssetResourceResponse.js.map +1 -0
- package/v1/model/CollectionInfo.d.ts +19 -0
- package/v1/model/CollectionInfo.d.ts.map +1 -0
- package/v1/model/CollectionInfo.js +37 -0
- package/v1/model/CollectionInfo.js.map +1 -0
- package/v1/model/Create2dModelTrainingJobReq.d.ts +14 -1
- package/v1/model/Create2dModelTrainingJobReq.d.ts.map +1 -1
- package/v1/model/Create2dModelTrainingJobReq.js +31 -0
- package/v1/model/Create2dModelTrainingJobReq.js.map +1 -1
- package/v1/model/CreateTtsOnceCodeRequest.d.ts +24 -0
- package/v1/model/CreateTtsOnceCodeRequest.d.ts.map +1 -0
- package/v1/model/{CreateTtsaRequest.js → CreateTtsOnceCodeRequest.js} +14 -8
- package/v1/model/CreateTtsOnceCodeRequest.js.map +1 -0
- package/v1/model/CreateTtsOnceCodeResponse.d.ts +9 -0
- package/v1/model/CreateTtsOnceCodeResponse.d.ts.map +1 -0
- package/v1/model/CreateTtsOnceCodeResponse.js +21 -0
- package/v1/model/CreateTtsOnceCodeResponse.js.map +1 -0
- package/v1/model/CreateUserQuotaInfo.d.ts +11 -0
- package/v1/model/CreateUserQuotaInfo.d.ts.map +1 -0
- package/v1/model/CreateUserQuotaInfo.js +25 -0
- package/v1/model/CreateUserQuotaInfo.js.map +1 -0
- package/v1/model/CreateUserQuotasRequest.d.ts +19 -0
- package/v1/model/CreateUserQuotasRequest.d.ts.map +1 -0
- package/v1/model/CreateUserQuotasRequest.js +43 -0
- package/v1/model/CreateUserQuotasRequest.js.map +1 -0
- package/v1/model/CreateUserQuotasResponse.d.ts +9 -0
- package/v1/model/CreateUserQuotasResponse.d.ts.map +1 -0
- package/v1/model/CreateUserQuotasResponse.js +21 -0
- package/v1/model/CreateUserQuotasResponse.js.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationReq.d.ts +9 -0
- package/v1/model/DeleteTenantUserConfigurationReq.d.ts.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationReq.js +19 -0
- package/v1/model/DeleteTenantUserConfigurationReq.js.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationRequest.d.ts +19 -0
- package/v1/model/DeleteTenantUserConfigurationRequest.d.ts.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationRequest.js +43 -0
- package/v1/model/DeleteTenantUserConfigurationRequest.js.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationResponse.d.ts +9 -0
- package/v1/model/DeleteTenantUserConfigurationResponse.d.ts.map +1 -0
- package/v1/model/DeleteTenantUserConfigurationResponse.js +21 -0
- package/v1/model/DeleteTenantUserConfigurationResponse.js.map +1 -0
- package/v1/model/DeleteUserQuotasRequest.d.ts +20 -0
- package/v1/model/DeleteUserQuotasRequest.d.ts.map +1 -0
- package/v1/model/DeleteUserQuotasRequest.js +50 -0
- package/v1/model/DeleteUserQuotasRequest.js.map +1 -0
- package/v1/model/DeleteUserQuotasResponse.d.ts +9 -0
- package/v1/model/DeleteUserQuotasResponse.d.ts.map +1 -0
- package/v1/model/DeleteUserQuotasResponse.js +21 -0
- package/v1/model/DeleteUserQuotasResponse.js.map +1 -0
- package/v1/model/Download2dModelTraningEncryptFileRequest.d.ts +16 -0
- package/v1/model/Download2dModelTraningEncryptFileRequest.d.ts.map +1 -0
- package/v1/model/Download2dModelTraningEncryptFileRequest.js +42 -0
- package/v1/model/Download2dModelTraningEncryptFileRequest.js.map +1 -0
- package/v1/model/Download2dModelTraningEncryptFileResponse.d.ts +5 -0
- package/v1/model/Download2dModelTraningEncryptFileResponse.d.ts.map +1 -0
- package/v1/model/Download2dModelTraningEncryptFileResponse.js +11 -0
- package/v1/model/Download2dModelTraningEncryptFileResponse.js.map +1 -0
- package/v1/model/Execute2dModelTrainingCommandByUserReq.d.ts +7 -1
- package/v1/model/Execute2dModelTrainingCommandByUserReq.d.ts.map +1 -1
- package/v1/model/Execute2dModelTrainingCommandByUserReq.js +12 -0
- package/v1/model/Execute2dModelTrainingCommandByUserReq.js.map +1 -1
- package/v1/model/Execute2dModelTrainingCommandByUserResponse.d.ts +5 -0
- package/v1/model/Execute2dModelTrainingCommandByUserResponse.d.ts.map +1 -1
- package/v1/model/Execute2dModelTrainingCommandByUserResponse.js +10 -0
- package/v1/model/Execute2dModelTrainingCommandByUserResponse.js.map +1 -1
- package/v1/model/ExecuteTransferAssetActionRequest.d.ts +25 -0
- package/v1/model/ExecuteTransferAssetActionRequest.d.ts.map +1 -0
- package/v1/model/ExecuteTransferAssetActionRequest.js +59 -0
- package/v1/model/ExecuteTransferAssetActionRequest.js.map +1 -0
- package/v1/model/ExecuteTransferAssetActionResponse.d.ts +14 -0
- package/v1/model/ExecuteTransferAssetActionResponse.d.ts.map +1 -0
- package/v1/model/ExecuteTransferAssetActionResponse.js +31 -0
- package/v1/model/ExecuteTransferAssetActionResponse.js.map +1 -0
- package/v1/model/List2dModelTrainingJobRequest.d.ts +22 -2
- package/v1/model/List2dModelTrainingJobRequest.d.ts.map +1 -1
- package/v1/model/List2dModelTrainingJobRequest.js +54 -4
- package/v1/model/List2dModelTrainingJobRequest.js.map +1 -1
- package/v1/model/ListTransferAssetJobsRequest.d.ts +37 -0
- package/v1/model/ListTransferAssetJobsRequest.d.ts.map +1 -0
- package/v1/model/ListTransferAssetJobsRequest.js +75 -0
- package/v1/model/ListTransferAssetJobsRequest.js.map +1 -0
- package/v1/model/ListTransferAssetJobsResponse.d.ts +14 -0
- package/v1/model/ListTransferAssetJobsResponse.d.ts.map +1 -0
- package/v1/model/{CreateFacialAnimationsResponse.js → ListTransferAssetJobsResponse.js} +9 -11
- package/v1/model/ListTransferAssetJobsResponse.js.map +1 -0
- package/v1/model/ListUserQuotaDetail.d.ts +36 -0
- package/v1/model/ListUserQuotaDetail.d.ts.map +1 -0
- package/v1/model/ListUserQuotaDetail.js +89 -0
- package/v1/model/ListUserQuotaDetail.js.map +1 -0
- package/v1/model/ListUserQuotasRequest.d.ts +24 -0
- package/v1/model/ListUserQuotasRequest.d.ts.map +1 -0
- package/v1/model/{ListTtsaJobsRequest.js → ListUserQuotasRequest.js} +14 -14
- package/v1/model/ListUserQuotasRequest.js.map +1 -0
- package/v1/model/ListUserQuotasResponse.d.ts +14 -0
- package/v1/model/ListUserQuotasResponse.d.ts.map +1 -0
- package/v1/model/{ListTtsaJobsResponse.js → ListUserQuotasResponse.js} +8 -14
- package/v1/model/ListUserQuotasResponse.js.map +1 -0
- package/v1/model/LiveNotifyConfig.d.ts +9 -0
- package/v1/model/LiveNotifyConfig.d.ts.map +1 -0
- package/v1/model/LiveNotifyConfig.js +19 -0
- package/v1/model/LiveNotifyConfig.js.map +1 -0
- package/v1/model/OperationLogInfo.d.ts +47 -1
- package/v1/model/OperationLogInfo.d.ts.map +1 -1
- package/v1/model/OperationLogInfo.js +52 -0
- package/v1/model/OperationLogInfo.js.map +1 -1
- package/v1/model/ServiceSharedConfig.d.ts +14 -0
- package/v1/model/ServiceSharedConfig.d.ts.map +1 -0
- package/v1/model/ServiceSharedConfig.js +33 -0
- package/v1/model/ServiceSharedConfig.js.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationReq.d.ts +12 -0
- package/v1/model/SetTenantNoticeConfigurationReq.d.ts.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationReq.js +28 -0
- package/v1/model/SetTenantNoticeConfigurationReq.js.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationRequest.d.ts +19 -0
- package/v1/model/SetTenantNoticeConfigurationRequest.d.ts.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationRequest.js +43 -0
- package/v1/model/SetTenantNoticeConfigurationRequest.js.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationResponse.d.ts +9 -0
- package/v1/model/SetTenantNoticeConfigurationResponse.d.ts.map +1 -0
- package/v1/model/SetTenantNoticeConfigurationResponse.js +21 -0
- package/v1/model/SetTenantNoticeConfigurationResponse.js.map +1 -0
- package/v1/model/SetTenantUserConfigurationReq.d.ts +9 -0
- package/v1/model/SetTenantUserConfigurationReq.d.ts.map +1 -0
- package/v1/model/SetTenantUserConfigurationReq.js +19 -0
- package/v1/model/SetTenantUserConfigurationReq.js.map +1 -0
- package/v1/model/SetTenantUserConfigurationRequest.d.ts +19 -0
- package/v1/model/SetTenantUserConfigurationRequest.d.ts.map +1 -0
- package/v1/model/SetTenantUserConfigurationRequest.js +43 -0
- package/v1/model/SetTenantUserConfigurationRequest.js.map +1 -0
- package/v1/model/SetTenantUserConfigurationResponse.d.ts +9 -0
- package/v1/model/SetTenantUserConfigurationResponse.d.ts.map +1 -0
- package/v1/model/SetTenantUserConfigurationResponse.js +21 -0
- package/v1/model/SetTenantUserConfigurationResponse.js.map +1 -0
- package/v1/model/Show2dModelTrainingJobResponse.d.ts +90 -6
- package/v1/model/Show2dModelTrainingJobResponse.d.ts.map +1 -1
- package/v1/model/Show2dModelTrainingJobResponse.js +167 -11
- package/v1/model/Show2dModelTrainingJobResponse.js.map +1 -1
- package/v1/model/ShowLivePlatformAccessTypeRequest.d.ts +4 -0
- package/v1/model/ShowLivePlatformAccessTypeRequest.d.ts.map +1 -1
- package/v1/model/ShowLivePlatformAccessTypeRequest.js +8 -0
- package/v1/model/ShowLivePlatformAccessTypeRequest.js.map +1 -1
- package/v1/model/ShowSmartLiveUserConfigRequest.d.ts +16 -0
- package/v1/model/ShowSmartLiveUserConfigRequest.d.ts.map +1 -0
- package/v1/model/ShowSmartLiveUserConfigRequest.js +39 -0
- package/v1/model/ShowSmartLiveUserConfigRequest.js.map +1 -0
- package/v1/model/ShowSmartLiveUserConfigResponse.d.ts +24 -0
- package/v1/model/ShowSmartLiveUserConfigResponse.d.ts.map +1 -0
- package/v1/model/ShowSmartLiveUserConfigResponse.js +51 -0
- package/v1/model/ShowSmartLiveUserConfigResponse.js.map +1 -0
- package/v1/model/ShowTenantAssginRecordRequest.d.ts +8 -0
- package/v1/model/ShowTenantAssginRecordRequest.d.ts.map +1 -0
- package/v1/model/ShowTenantAssginRecordRequest.js +17 -0
- package/v1/model/ShowTenantAssginRecordRequest.js.map +1 -0
- package/v1/model/ShowTenantAssginRecordResponse.d.ts +33 -0
- package/v1/model/ShowTenantAssginRecordResponse.d.ts.map +1 -0
- package/v1/model/ShowTenantAssginRecordResponse.js +75 -0
- package/v1/model/ShowTenantAssginRecordResponse.js.map +1 -0
- package/v1/model/ShowTenantNoticeConfigurationRequest.d.ts +22 -0
- package/v1/model/ShowTenantNoticeConfigurationRequest.d.ts.map +1 -0
- package/v1/model/ShowTenantNoticeConfigurationRequest.js +52 -0
- package/v1/model/ShowTenantNoticeConfigurationRequest.js.map +1 -0
- package/v1/model/ShowTenantNoticeConfigurationResponse.d.ts +17 -0
- package/v1/model/ShowTenantNoticeConfigurationResponse.d.ts.map +1 -0
- package/v1/model/ShowTenantNoticeConfigurationResponse.js +39 -0
- package/v1/model/ShowTenantNoticeConfigurationResponse.js.map +1 -0
- package/v1/model/ShowTenantServiceConfigsRequest.d.ts +16 -0
- package/v1/model/ShowTenantServiceConfigsRequest.d.ts.map +1 -0
- package/v1/model/ShowTenantServiceConfigsRequest.js +39 -0
- package/v1/model/ShowTenantServiceConfigsRequest.js.map +1 -0
- package/v1/model/ShowTenantServiceConfigsResponse.d.ts +28 -0
- package/v1/model/ShowTenantServiceConfigsResponse.d.ts.map +1 -0
- package/v1/model/ShowTenantServiceConfigsResponse.js +61 -0
- package/v1/model/ShowTenantServiceConfigsResponse.js.map +1 -0
- package/v1/model/ShowTenantUserConfigurationRequest.d.ts +20 -0
- package/v1/model/ShowTenantUserConfigurationRequest.d.ts.map +1 -0
- package/v1/model/{ListTtsaDataRequest.js → ShowTenantUserConfigurationRequest.js} +9 -16
- package/v1/model/ShowTenantUserConfigurationRequest.js.map +1 -0
- package/v1/model/ShowTenantUserConfigurationResponse.d.ts +14 -0
- package/v1/model/ShowTenantUserConfigurationResponse.d.ts.map +1 -0
- package/v1/model/ShowTenantUserConfigurationResponse.js +31 -0
- package/v1/model/ShowTenantUserConfigurationResponse.js.map +1 -0
- package/v1/model/ShowTransferAssetJobRequest.d.ts +20 -0
- package/v1/model/ShowTransferAssetJobRequest.d.ts.map +1 -0
- package/v1/model/ShowTransferAssetJobRequest.js +50 -0
- package/v1/model/ShowTransferAssetJobRequest.js.map +1 -0
- package/v1/model/ShowTransferAssetJobResponse.d.ts +69 -0
- package/v1/model/ShowTransferAssetJobResponse.d.ts.map +1 -0
- package/v1/model/ShowTransferAssetJobResponse.js +145 -0
- package/v1/model/ShowTransferAssetJobResponse.js.map +1 -0
- package/v1/model/SpTenantInfo.d.ts +28 -0
- package/v1/model/SpTenantInfo.d.ts.map +1 -0
- package/v1/model/SpTenantInfo.js +63 -0
- package/v1/model/SpTenantInfo.js.map +1 -0
- package/v1/model/SubAccountControlConfig.d.ts +12 -0
- package/v1/model/SubAccountControlConfig.d.ts.map +1 -0
- package/v1/model/SubAccountControlConfig.js +29 -0
- package/v1/model/SubAccountControlConfig.js.map +1 -0
- package/v1/model/SubTrainingJobInfoDto.d.ts +26 -0
- package/v1/model/SubTrainingJobInfoDto.d.ts.map +1 -0
- package/v1/model/SubTrainingJobInfoDto.js +63 -0
- package/v1/model/SubTrainingJobInfoDto.js.map +1 -0
- package/v1/model/TenantLogConfig.d.ts +12 -0
- package/v1/model/TenantLogConfig.d.ts.map +1 -0
- package/v1/model/TenantLogConfig.js +29 -0
- package/v1/model/TenantLogConfig.js.map +1 -0
- package/v1/model/TenantServiceConfigsInfo.d.ts +23 -0
- package/v1/model/TenantServiceConfigsInfo.d.ts.map +1 -0
- package/v1/model/TenantServiceConfigsInfo.js +49 -0
- package/v1/model/TenantServiceConfigsInfo.js.map +1 -0
- package/v1/model/TrainingAllocatedResource.d.ts +2 -1
- package/v1/model/TrainingAllocatedResource.d.ts.map +1 -1
- package/v1/model/TrainingAllocatedResource.js +1 -0
- package/v1/model/TrainingAllocatedResource.js.map +1 -1
- package/v1/model/TrainingJobBasicInfo.d.ts +36 -2
- package/v1/model/TrainingJobBasicInfo.d.ts.map +1 -1
- package/v1/model/TrainingJobBasicInfo.js +64 -0
- package/v1/model/TrainingJobBasicInfo.js.map +1 -1
- package/v1/model/TransAcceptResponse.d.ts +13 -0
- package/v1/model/TransAcceptResponse.d.ts.map +1 -0
- package/v1/model/TransAcceptResponse.js +29 -0
- package/v1/model/TransAcceptResponse.js.map +1 -0
- package/v1/model/TransJobRejectBody.d.ts +6 -0
- package/v1/model/TransJobRejectBody.d.ts.map +1 -0
- package/v1/model/TransJobRejectBody.js +13 -0
- package/v1/model/TransJobRejectBody.js.map +1 -0
- package/v1/model/TransferAssetJobInfo.d.ts +64 -0
- package/v1/model/TransferAssetJobInfo.d.ts.map +1 -0
- package/v1/model/TransferAssetJobInfo.js +133 -0
- package/v1/model/TransferAssetJobInfo.js.map +1 -0
- package/v1/model/TransferAssetReq.d.ts +35 -0
- package/v1/model/TransferAssetReq.d.ts.map +1 -0
- package/v1/model/TransferAssetReq.js +85 -0
- package/v1/model/TransferAssetReq.js.map +1 -0
- package/v1/model/TransferAssetRequest.d.ts +19 -0
- package/v1/model/TransferAssetRequest.d.ts.map +1 -0
- package/v1/model/TransferAssetRequest.js +43 -0
- package/v1/model/TransferAssetRequest.js.map +1 -0
- package/v1/model/{CreateTtsaResponse.d.ts → TransferAssetResponse.d.ts} +4 -4
- package/v1/model/TransferAssetResponse.d.ts.map +1 -0
- package/v1/model/{CreateTtsaResponse.js → TransferAssetResponse.js} +4 -4
- package/v1/model/TransferAssetResponse.js.map +1 -0
- package/v1/model/TransferTypeEnum.d.ts +4 -0
- package/v1/model/TransferTypeEnum.d.ts.map +1 -0
- package/v1/model/TransferTypeEnum.js +9 -0
- package/v1/model/TransferTypeEnum.js.map +1 -0
- package/v1/model/Update2dModelTrainingJobReq.d.ts +9 -0
- package/v1/model/Update2dModelTrainingJobReq.d.ts.map +1 -1
- package/v1/model/Update2dModelTrainingJobReq.js +20 -0
- package/v1/model/Update2dModelTrainingJobReq.js.map +1 -1
- package/v1/model/UpdateTenantServiceConfigsReq.d.ts +13 -0
- package/v1/model/UpdateTenantServiceConfigsReq.d.ts.map +1 -0
- package/v1/model/UpdateTenantServiceConfigsReq.js +29 -0
- package/v1/model/UpdateTenantServiceConfigsReq.js.map +1 -0
- package/v1/model/UpdateTenantServiceConfigsRequest.d.ts +19 -0
- package/v1/model/UpdateTenantServiceConfigsRequest.d.ts.map +1 -0
- package/v1/model/UpdateTenantServiceConfigsRequest.js +43 -0
- package/v1/model/UpdateTenantServiceConfigsRequest.js.map +1 -0
- package/v1/model/UpdateTenantServiceConfigsResponse.d.ts +32 -0
- package/v1/model/UpdateTenantServiceConfigsResponse.d.ts.map +1 -0
- package/v1/model/UpdateTenantServiceConfigsResponse.js +71 -0
- package/v1/model/UpdateTenantServiceConfigsResponse.js.map +1 -0
- package/v1/model/UpdateUserQuotaInfo.d.ts +7 -0
- package/v1/model/UpdateUserQuotaInfo.d.ts.map +1 -0
- package/v1/model/UpdateUserQuotaInfo.js +14 -0
- package/v1/model/UpdateUserQuotaInfo.js.map +1 -0
- package/v1/model/UpdateUserQuotasRequest.d.ts +23 -0
- package/v1/model/UpdateUserQuotasRequest.d.ts.map +1 -0
- package/v1/model/UpdateUserQuotasRequest.js +54 -0
- package/v1/model/UpdateUserQuotasRequest.js.map +1 -0
- package/v1/model/UpdateUserQuotasResponse.d.ts +9 -0
- package/v1/model/UpdateUserQuotasResponse.d.ts.map +1 -0
- package/v1/model/UpdateUserQuotasResponse.js +21 -0
- package/v1/model/UpdateUserQuotasResponse.js.map +1 -0
- package/v1/model/UserQuotaDetail.d.ts +36 -0
- package/v1/model/UserQuotaDetail.d.ts.map +1 -0
- package/v1/model/UserQuotaDetail.js +89 -0
- package/v1/model/UserQuotaDetail.js.map +1 -0
- package/v1/model/UserQuotaInfo.d.ts +13 -0
- package/v1/model/UserQuotaInfo.d.ts.map +1 -0
- package/v1/model/UserQuotaInfo.js +29 -0
- package/v1/model/UserQuotaInfo.js.map +1 -0
- package/v1/public-api.d.ts +67 -15
- package/v1/public-api.d.ts.map +1 -1
- package/v1/public-api.js +67 -15
- package/v1/public-api.js.map +1 -1
- package/v1/model/AnimationItem.d.ts +0 -10
- package/v1/model/AnimationItem.d.ts.map +0 -1
- package/v1/model/AnimationItem.js +0 -23
- package/v1/model/AnimationItem.js.map +0 -1
- package/v1/model/CreateFASReq.d.ts +0 -14
- package/v1/model/CreateFASReq.d.ts.map +0 -1
- package/v1/model/CreateFASReq.js +0 -35
- package/v1/model/CreateFASReq.js.map +0 -1
- package/v1/model/CreateFacialAnimationsRequest.d.ts +0 -7
- package/v1/model/CreateFacialAnimationsRequest.d.ts.map +0 -1
- package/v1/model/CreateFacialAnimationsRequest.js +0 -13
- package/v1/model/CreateFacialAnimationsRequest.js.map +0 -1
- package/v1/model/CreateFacialAnimationsResponse.d.ts +0 -13
- package/v1/model/CreateFacialAnimationsResponse.d.ts.map +0 -1
- package/v1/model/CreateFacialAnimationsResponse.js.map +0 -1
- package/v1/model/CreateTTSAReq.d.ts +0 -54
- package/v1/model/CreateTTSAReq.d.ts.map +0 -1
- package/v1/model/CreateTTSAReq.js +0 -109
- package/v1/model/CreateTTSAReq.js.map +0 -1
- package/v1/model/CreateTtsaRequest.d.ts +0 -23
- package/v1/model/CreateTtsaRequest.d.ts.map +0 -1
- package/v1/model/CreateTtsaRequest.js.map +0 -1
- package/v1/model/CreateTtsaResponse.d.ts.map +0 -1
- package/v1/model/CreateTtsaResponse.js.map +0 -1
- package/v1/model/ListFacialAnimationsDataRequest.d.ts +0 -8
- package/v1/model/ListFacialAnimationsDataRequest.d.ts.map +0 -1
- package/v1/model/ListFacialAnimationsDataRequest.js +0 -20
- package/v1/model/ListFacialAnimationsDataRequest.js.map +0 -1
- package/v1/model/ListFacialAnimationsDataResponse.d.ts +0 -24
- package/v1/model/ListFacialAnimationsDataResponse.d.ts.map +0 -1
- package/v1/model/ListFacialAnimationsDataResponse.js +0 -45
- package/v1/model/ListFacialAnimationsDataResponse.js.map +0 -1
- package/v1/model/ListTtsaDataRequest.d.ts +0 -22
- package/v1/model/ListTtsaDataRequest.d.ts.map +0 -1
- package/v1/model/ListTtsaDataRequest.js.map +0 -1
- package/v1/model/ListTtsaDataResponse.d.ts +0 -33
- package/v1/model/ListTtsaDataResponse.d.ts.map +0 -1
- package/v1/model/ListTtsaDataResponse.js +0 -71
- package/v1/model/ListTtsaDataResponse.js.map +0 -1
- package/v1/model/ListTtsaJobsRequest.d.ts +0 -24
- package/v1/model/ListTtsaJobsRequest.d.ts.map +0 -1
- package/v1/model/ListTtsaJobsRequest.js.map +0 -1
- package/v1/model/ListTtsaJobsResponse.d.ts +0 -16
- package/v1/model/ListTtsaJobsResponse.d.ts.map +0 -1
- package/v1/model/ListTtsaJobsResponse.js.map +0 -1
- package/v1/model/MotionItem.d.ts +0 -12
- package/v1/model/MotionItem.d.ts.map +0 -1
- package/v1/model/MotionItem.js +0 -25
- package/v1/model/MotionItem.js.map +0 -1
- package/v1/model/TTSAJob.d.ts +0 -44
- package/v1/model/TTSAJob.d.ts.map +0 -1
- package/v1/model/TTSAJob.js +0 -83
- package/v1/model/TTSAJob.js.map +0 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class ShowSmartLiveUserConfigRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
constructor();
|
|
6
|
+
withAuthorization(authorization: string): ShowSmartLiveUserConfigRequest;
|
|
7
|
+
set authorization(authorization: string | undefined);
|
|
8
|
+
get authorization(): string | undefined;
|
|
9
|
+
withXSdkDate(xSdkDate: string): ShowSmartLiveUserConfigRequest;
|
|
10
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
11
|
+
get xSdkDate(): string | undefined;
|
|
12
|
+
withXProjectId(xProjectId: string): ShowSmartLiveUserConfigRequest;
|
|
13
|
+
set xProjectId(xProjectId: string | undefined);
|
|
14
|
+
get xProjectId(): string | undefined;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=ShowSmartLiveUserConfigRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowSmartLiveUserConfigRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowSmartLiveUserConfigRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,8BAA8B;IACvC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;;IAGzB,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,8BAA8B;IAI/E,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAIrE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,8BAA8B;IAIzE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowSmartLiveUserConfigRequest = void 0;
|
|
4
|
+
class ShowSmartLiveUserConfigRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withAuthorization(authorization) {
|
|
8
|
+
this['Authorization'] = authorization;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set authorization(authorization) {
|
|
12
|
+
this['Authorization'] = authorization;
|
|
13
|
+
}
|
|
14
|
+
get authorization() {
|
|
15
|
+
return this['Authorization'];
|
|
16
|
+
}
|
|
17
|
+
withXSdkDate(xSdkDate) {
|
|
18
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set xSdkDate(xSdkDate) {
|
|
22
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
23
|
+
}
|
|
24
|
+
get xSdkDate() {
|
|
25
|
+
return this['X-Sdk-Date'];
|
|
26
|
+
}
|
|
27
|
+
withXProjectId(xProjectId) {
|
|
28
|
+
this['X-Project-Id'] = xProjectId;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set xProjectId(xProjectId) {
|
|
32
|
+
this['X-Project-Id'] = xProjectId;
|
|
33
|
+
}
|
|
34
|
+
get xProjectId() {
|
|
35
|
+
return this['X-Project-Id'];
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.ShowSmartLiveUserConfigRequest = ShowSmartLiveUserConfigRequest;
|
|
39
|
+
//# sourceMappingURL=ShowSmartLiveUserConfigRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowSmartLiveUserConfigRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowSmartLiveUserConfigRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,8BAA8B;IAIvC;IACA,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;QACtC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;IAC1C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;IAClC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AApCD,wEAoCC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { LiveEventCallBackConfig } from './LiveEventCallBackConfig';
|
|
2
|
+
import { LiveExitConfig } from './LiveExitConfig';
|
|
3
|
+
import { LiveNotifyConfig } from './LiveNotifyConfig';
|
|
4
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
5
|
+
export declare class ShowSmartLiveUserConfigResponse extends SdkResponse {
|
|
6
|
+
private 'live_exit_config'?;
|
|
7
|
+
private 'live_event_callback_config'?;
|
|
8
|
+
private 'live_notify_config'?;
|
|
9
|
+
private 'X-Request-Id'?;
|
|
10
|
+
constructor();
|
|
11
|
+
withLiveExitConfig(liveExitConfig: LiveExitConfig): ShowSmartLiveUserConfigResponse;
|
|
12
|
+
set liveExitConfig(liveExitConfig: LiveExitConfig | undefined);
|
|
13
|
+
get liveExitConfig(): LiveExitConfig | undefined;
|
|
14
|
+
withLiveEventCallbackConfig(liveEventCallbackConfig: LiveEventCallBackConfig): ShowSmartLiveUserConfigResponse;
|
|
15
|
+
set liveEventCallbackConfig(liveEventCallbackConfig: LiveEventCallBackConfig | undefined);
|
|
16
|
+
get liveEventCallbackConfig(): LiveEventCallBackConfig | undefined;
|
|
17
|
+
withLiveNotifyConfig(liveNotifyConfig: LiveNotifyConfig): ShowSmartLiveUserConfigResponse;
|
|
18
|
+
set liveNotifyConfig(liveNotifyConfig: LiveNotifyConfig | undefined);
|
|
19
|
+
get liveNotifyConfig(): LiveNotifyConfig | undefined;
|
|
20
|
+
withXRequestId(xRequestId: string): ShowSmartLiveUserConfigResponse;
|
|
21
|
+
set xRequestId(xRequestId: string | undefined);
|
|
22
|
+
get xRequestId(): string | undefined;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=ShowSmartLiveUserConfigResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowSmartLiveUserConfigResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowSmartLiveUserConfigResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,+BAAgC,SAAQ,WAAW;IAC5D,OAAO,CAAC,kBAAkB,CAAC,CAAiB;IAC5C,OAAO,CAAC,4BAA4B,CAAC,CAA0B;IAC/D,OAAO,CAAC,oBAAoB,CAAC,CAAmB;IAChD,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,kBAAkB,CAAC,cAAc,EAAE,cAAc,GAAG,+BAA+B;IAI1F,IAAW,cAAc,CAAC,cAAc,EAAE,cAAc,GAAI,SAAS,EAEpE;IACD,IAAW,cAAc,IAAI,cAAc,GAAG,SAAS,CAEtD;IACM,2BAA2B,CAAC,uBAAuB,EAAE,uBAAuB,GAAG,+BAA+B;IAIrH,IAAW,uBAAuB,CAAC,uBAAuB,EAAE,uBAAuB,GAAI,SAAS,EAE/F;IACD,IAAW,uBAAuB,IAAI,uBAAuB,GAAG,SAAS,CAExE;IACM,oBAAoB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,+BAA+B;IAIhG,IAAW,gBAAgB,CAAC,gBAAgB,EAAE,gBAAgB,GAAI,SAAS,EAE1E;IACD,IAAW,gBAAgB,IAAI,gBAAgB,GAAG,SAAS,CAE1D;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,+BAA+B;IAI1E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowSmartLiveUserConfigResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowSmartLiveUserConfigResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withLiveExitConfig(liveExitConfig) {
|
|
10
|
+
this['live_exit_config'] = liveExitConfig;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set liveExitConfig(liveExitConfig) {
|
|
14
|
+
this['live_exit_config'] = liveExitConfig;
|
|
15
|
+
}
|
|
16
|
+
get liveExitConfig() {
|
|
17
|
+
return this['live_exit_config'];
|
|
18
|
+
}
|
|
19
|
+
withLiveEventCallbackConfig(liveEventCallbackConfig) {
|
|
20
|
+
this['live_event_callback_config'] = liveEventCallbackConfig;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set liveEventCallbackConfig(liveEventCallbackConfig) {
|
|
24
|
+
this['live_event_callback_config'] = liveEventCallbackConfig;
|
|
25
|
+
}
|
|
26
|
+
get liveEventCallbackConfig() {
|
|
27
|
+
return this['live_event_callback_config'];
|
|
28
|
+
}
|
|
29
|
+
withLiveNotifyConfig(liveNotifyConfig) {
|
|
30
|
+
this['live_notify_config'] = liveNotifyConfig;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set liveNotifyConfig(liveNotifyConfig) {
|
|
34
|
+
this['live_notify_config'] = liveNotifyConfig;
|
|
35
|
+
}
|
|
36
|
+
get liveNotifyConfig() {
|
|
37
|
+
return this['live_notify_config'];
|
|
38
|
+
}
|
|
39
|
+
withXRequestId(xRequestId) {
|
|
40
|
+
this['X-Request-Id'] = xRequestId;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
set xRequestId(xRequestId) {
|
|
44
|
+
this['X-Request-Id'] = xRequestId;
|
|
45
|
+
}
|
|
46
|
+
get xRequestId() {
|
|
47
|
+
return this['X-Request-Id'];
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
exports.ShowSmartLiveUserConfigResponse = ShowSmartLiveUserConfigResponse;
|
|
51
|
+
//# sourceMappingURL=ShowSmartLiveUserConfigResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowSmartLiveUserConfigResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowSmartLiveUserConfigResponse.ts"],"names":[],"mappings":";;;AAIA,+EAA4E;AAE5E,MAAa,+BAAgC,SAAQ,yBAAW;IAK5D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,kBAAkB,CAAC,cAA8B;QACpD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAA2C;QACjE,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;IACM,2BAA2B,CAAC,uBAAgD;QAC/E,IAAI,CAAC,4BAA4B,CAAC,GAAG,uBAAuB,CAAC;QAC7D,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,uBAAuB,CAAC,uBAA6D;QAC5F,IAAI,CAAC,4BAA4B,CAAC,GAAG,uBAAuB,CAAC;IACjE,CAAC;IACD,IAAW,uBAAuB;QAC9B,OAAO,IAAI,CAAC,4BAA4B,CAAC,CAAC;IAC9C,CAAC;IACM,oBAAoB,CAAC,gBAAkC;QAC1D,IAAI,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;QAC9C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,gBAAgB,CAAC,gBAA+C;QACvE,IAAI,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;IAClD,CAAC;IACD,IAAW,gBAAgB;QACvB,OAAO,IAAI,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AAhDD,0EAgDC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare class ShowTenantAssginRecordRequest {
|
|
2
|
+
limit?: number;
|
|
3
|
+
offset?: number;
|
|
4
|
+
constructor();
|
|
5
|
+
withLimit(limit: number): ShowTenantAssginRecordRequest;
|
|
6
|
+
withOffset(offset: number): ShowTenantAssginRecordRequest;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=ShowTenantAssginRecordRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantAssginRecordRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantAssginRecordRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,6BAA6B;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;;IAGhB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,6BAA6B;IAIvD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,6BAA6B;CAInE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowTenantAssginRecordRequest = void 0;
|
|
4
|
+
class ShowTenantAssginRecordRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withLimit(limit) {
|
|
8
|
+
this['limit'] = limit;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
withOffset(offset) {
|
|
12
|
+
this['offset'] = offset;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.ShowTenantAssginRecordRequest = ShowTenantAssginRecordRequest;
|
|
17
|
+
//# sourceMappingURL=ShowTenantAssginRecordRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantAssginRecordRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantAssginRecordRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,6BAA6B;IAGtC;IACA,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAbD,sEAaC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AllocateSpResourceInfo } from './AllocateSpResourceInfo';
|
|
2
|
+
import { AllocateSpResourceSummaryInfo } from './AllocateSpResourceSummaryInfo';
|
|
3
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
4
|
+
export declare class ShowTenantAssginRecordResponse extends SdkResponse {
|
|
5
|
+
private 'customer_project_id'?;
|
|
6
|
+
private 'customer_name'?;
|
|
7
|
+
private 'region_id'?;
|
|
8
|
+
private 'resource_count'?;
|
|
9
|
+
resources?: Array<AllocateSpResourceInfo>;
|
|
10
|
+
private 'resources_overview'?;
|
|
11
|
+
private 'X-Request-Id'?;
|
|
12
|
+
constructor();
|
|
13
|
+
withCustomerProjectId(customerProjectId: string): ShowTenantAssginRecordResponse;
|
|
14
|
+
set customerProjectId(customerProjectId: string | undefined);
|
|
15
|
+
get customerProjectId(): string | undefined;
|
|
16
|
+
withCustomerName(customerName: string): ShowTenantAssginRecordResponse;
|
|
17
|
+
set customerName(customerName: string | undefined);
|
|
18
|
+
get customerName(): string | undefined;
|
|
19
|
+
withRegionId(regionId: string): ShowTenantAssginRecordResponse;
|
|
20
|
+
set regionId(regionId: string | undefined);
|
|
21
|
+
get regionId(): string | undefined;
|
|
22
|
+
withResourceCount(resourceCount: number): ShowTenantAssginRecordResponse;
|
|
23
|
+
set resourceCount(resourceCount: number | undefined);
|
|
24
|
+
get resourceCount(): number | undefined;
|
|
25
|
+
withResources(resources: Array<AllocateSpResourceInfo>): ShowTenantAssginRecordResponse;
|
|
26
|
+
withResourcesOverview(resourcesOverview: Array<AllocateSpResourceSummaryInfo>): ShowTenantAssginRecordResponse;
|
|
27
|
+
set resourcesOverview(resourcesOverview: Array<AllocateSpResourceSummaryInfo> | undefined);
|
|
28
|
+
get resourcesOverview(): Array<AllocateSpResourceSummaryInfo> | undefined;
|
|
29
|
+
withXRequestId(xRequestId: string): ShowTenantAssginRecordResponse;
|
|
30
|
+
set xRequestId(xRequestId: string | undefined);
|
|
31
|
+
get xRequestId(): string | undefined;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=ShowTenantAssginRecordResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantAssginRecordResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantAssginRecordResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAGhF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,8BAA+B,SAAQ,WAAW;IAC3D,OAAO,CAAC,qBAAqB,CAAC,CAAS;IACvC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,gBAAgB,CAAC,CAAS;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IACjD,OAAO,CAAC,oBAAoB,CAAC,CAAuC;IACpE,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,qBAAqB,CAAC,iBAAiB,EAAE,MAAM,GAAG,8BAA8B;IAIvF,IAAW,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,GAAI,SAAS,EAElE;IACD,IAAW,iBAAiB,IAAI,MAAM,GAAG,SAAS,CAEjD;IACM,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,8BAA8B;IAI7E,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAIrE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,8BAA8B;IAI/E,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,aAAa,CAAC,SAAS,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,8BAA8B;IAIvF,qBAAqB,CAAC,iBAAiB,EAAE,KAAK,CAAC,6BAA6B,CAAC,GAAG,8BAA8B;IAIrH,IAAW,iBAAiB,CAAC,iBAAiB,EAAE,KAAK,CAAC,6BAA6B,CAAC,GAAI,SAAS,EAEhG;IACD,IAAW,iBAAiB,IAAI,KAAK,CAAC,6BAA6B,CAAC,GAAG,SAAS,CAE/E;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,8BAA8B;IAIzE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowTenantAssginRecordResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowTenantAssginRecordResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withCustomerProjectId(customerProjectId) {
|
|
10
|
+
this['customer_project_id'] = customerProjectId;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set customerProjectId(customerProjectId) {
|
|
14
|
+
this['customer_project_id'] = customerProjectId;
|
|
15
|
+
}
|
|
16
|
+
get customerProjectId() {
|
|
17
|
+
return this['customer_project_id'];
|
|
18
|
+
}
|
|
19
|
+
withCustomerName(customerName) {
|
|
20
|
+
this['customer_name'] = customerName;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set customerName(customerName) {
|
|
24
|
+
this['customer_name'] = customerName;
|
|
25
|
+
}
|
|
26
|
+
get customerName() {
|
|
27
|
+
return this['customer_name'];
|
|
28
|
+
}
|
|
29
|
+
withRegionId(regionId) {
|
|
30
|
+
this['region_id'] = regionId;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set regionId(regionId) {
|
|
34
|
+
this['region_id'] = regionId;
|
|
35
|
+
}
|
|
36
|
+
get regionId() {
|
|
37
|
+
return this['region_id'];
|
|
38
|
+
}
|
|
39
|
+
withResourceCount(resourceCount) {
|
|
40
|
+
this['resource_count'] = resourceCount;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
set resourceCount(resourceCount) {
|
|
44
|
+
this['resource_count'] = resourceCount;
|
|
45
|
+
}
|
|
46
|
+
get resourceCount() {
|
|
47
|
+
return this['resource_count'];
|
|
48
|
+
}
|
|
49
|
+
withResources(resources) {
|
|
50
|
+
this['resources'] = resources;
|
|
51
|
+
return this;
|
|
52
|
+
}
|
|
53
|
+
withResourcesOverview(resourcesOverview) {
|
|
54
|
+
this['resources_overview'] = resourcesOverview;
|
|
55
|
+
return this;
|
|
56
|
+
}
|
|
57
|
+
set resourcesOverview(resourcesOverview) {
|
|
58
|
+
this['resources_overview'] = resourcesOverview;
|
|
59
|
+
}
|
|
60
|
+
get resourcesOverview() {
|
|
61
|
+
return this['resources_overview'];
|
|
62
|
+
}
|
|
63
|
+
withXRequestId(xRequestId) {
|
|
64
|
+
this['X-Request-Id'] = xRequestId;
|
|
65
|
+
return this;
|
|
66
|
+
}
|
|
67
|
+
set xRequestId(xRequestId) {
|
|
68
|
+
this['X-Request-Id'] = xRequestId;
|
|
69
|
+
}
|
|
70
|
+
get xRequestId() {
|
|
71
|
+
return this['X-Request-Id'];
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.ShowTenantAssginRecordResponse = ShowTenantAssginRecordResponse;
|
|
75
|
+
//# sourceMappingURL=ShowTenantAssginRecordResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantAssginRecordResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantAssginRecordResponse.ts"],"names":[],"mappings":";;;AAIA,+EAA4E;AAE5E,MAAa,8BAA+B,SAAQ,yBAAW;IAQ3D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,qBAAqB,CAAC,iBAAyB;QAClD,IAAI,CAAC,qBAAqB,CAAC,GAAG,iBAAiB,CAAC;QAChD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,iBAAiB,CAAC,iBAAsC;QAC/D,IAAI,CAAC,qBAAqB,CAAC,GAAG,iBAAiB,CAAC;IACpD,CAAC;IACD,IAAW,iBAAiB;QACxB,OAAO,IAAI,CAAC,qBAAqB,CAAC,CAAC;IACvC,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;QACvC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;IAC3C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,CAAC;IACM,aAAa,CAAC,SAAwC;QACzD,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,qBAAqB,CAAC,iBAAuD;QAChF,IAAI,CAAC,oBAAoB,CAAC,GAAG,iBAAiB,CAAC;QAC/C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,iBAAiB,CAAC,iBAAoE;QAC7F,IAAI,CAAC,oBAAoB,CAAC,GAAG,iBAAiB,CAAC;IACnD,CAAC;IACD,IAAW,iBAAiB;QACxB,OAAO,IAAI,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AA3ED,wEA2EC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare class ShowTenantNoticeConfigurationRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
limit?: number;
|
|
6
|
+
offset?: number;
|
|
7
|
+
type?: string;
|
|
8
|
+
constructor(type?: string);
|
|
9
|
+
withAuthorization(authorization: string): ShowTenantNoticeConfigurationRequest;
|
|
10
|
+
set authorization(authorization: string | undefined);
|
|
11
|
+
get authorization(): string | undefined;
|
|
12
|
+
withXSdkDate(xSdkDate: string): ShowTenantNoticeConfigurationRequest;
|
|
13
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
14
|
+
get xSdkDate(): string | undefined;
|
|
15
|
+
withXProjectId(xProjectId: string): ShowTenantNoticeConfigurationRequest;
|
|
16
|
+
set xProjectId(xProjectId: string | undefined);
|
|
17
|
+
get xProjectId(): string | undefined;
|
|
18
|
+
withLimit(limit: number): ShowTenantNoticeConfigurationRequest;
|
|
19
|
+
withOffset(offset: number): ShowTenantNoticeConfigurationRequest;
|
|
20
|
+
withType(type: string): ShowTenantNoticeConfigurationRequest;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=ShowTenantNoticeConfigurationRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantNoticeConfigurationRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantNoticeConfigurationRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,oCAAoC;IAC7C,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;gBACF,IAAI,CAAC,EAAE,MAAM;IAGzB,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,oCAAoC;IAIrF,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,oCAAoC;IAI3E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,oCAAoC;IAI/E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,oCAAoC;IAI9D,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,oCAAoC;IAIhE,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,oCAAoC;CAItE"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowTenantNoticeConfigurationRequest = void 0;
|
|
4
|
+
class ShowTenantNoticeConfigurationRequest {
|
|
5
|
+
constructor(type) {
|
|
6
|
+
this['type'] = type;
|
|
7
|
+
}
|
|
8
|
+
withAuthorization(authorization) {
|
|
9
|
+
this['Authorization'] = authorization;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set authorization(authorization) {
|
|
13
|
+
this['Authorization'] = authorization;
|
|
14
|
+
}
|
|
15
|
+
get authorization() {
|
|
16
|
+
return this['Authorization'];
|
|
17
|
+
}
|
|
18
|
+
withXSdkDate(xSdkDate) {
|
|
19
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
set xSdkDate(xSdkDate) {
|
|
23
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
24
|
+
}
|
|
25
|
+
get xSdkDate() {
|
|
26
|
+
return this['X-Sdk-Date'];
|
|
27
|
+
}
|
|
28
|
+
withXProjectId(xProjectId) {
|
|
29
|
+
this['X-Project-Id'] = xProjectId;
|
|
30
|
+
return this;
|
|
31
|
+
}
|
|
32
|
+
set xProjectId(xProjectId) {
|
|
33
|
+
this['X-Project-Id'] = xProjectId;
|
|
34
|
+
}
|
|
35
|
+
get xProjectId() {
|
|
36
|
+
return this['X-Project-Id'];
|
|
37
|
+
}
|
|
38
|
+
withLimit(limit) {
|
|
39
|
+
this['limit'] = limit;
|
|
40
|
+
return this;
|
|
41
|
+
}
|
|
42
|
+
withOffset(offset) {
|
|
43
|
+
this['offset'] = offset;
|
|
44
|
+
return this;
|
|
45
|
+
}
|
|
46
|
+
withType(type) {
|
|
47
|
+
this['type'] = type;
|
|
48
|
+
return this;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ShowTenantNoticeConfigurationRequest = ShowTenantNoticeConfigurationRequest;
|
|
52
|
+
//# sourceMappingURL=ShowTenantNoticeConfigurationRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantNoticeConfigurationRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantNoticeConfigurationRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,oCAAoC;IAO7C,YAAmB,IAAa;QAC5B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxB,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;QACtC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;IAC1C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;IAClC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApDD,oFAoDC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class ShowTenantNoticeConfigurationResponse extends SdkResponse {
|
|
3
|
+
type?: string;
|
|
4
|
+
private 'send_msg'?;
|
|
5
|
+
properties?: string;
|
|
6
|
+
private 'X-Request-Id'?;
|
|
7
|
+
constructor();
|
|
8
|
+
withType(type: string): ShowTenantNoticeConfigurationResponse;
|
|
9
|
+
withSendMsg(sendMsg: boolean): ShowTenantNoticeConfigurationResponse;
|
|
10
|
+
set sendMsg(sendMsg: boolean | undefined);
|
|
11
|
+
get sendMsg(): boolean | undefined;
|
|
12
|
+
withProperties(properties: string): ShowTenantNoticeConfigurationResponse;
|
|
13
|
+
withXRequestId(xRequestId: string): ShowTenantNoticeConfigurationResponse;
|
|
14
|
+
set xRequestId(xRequestId: string | undefined);
|
|
15
|
+
get xRequestId(): string | undefined;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=ShowTenantNoticeConfigurationResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantNoticeConfigurationResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantNoticeConfigurationResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qCAAsC,SAAQ,WAAW;IAC3D,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,UAAU,CAAC,CAAU;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,qCAAqC;IAI7D,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,qCAAqC;IAI3E,IAAW,OAAO,CAAC,OAAO,EAAE,OAAO,GAAI,SAAS,EAE/C;IACD,IAAW,OAAO,IAAI,OAAO,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,qCAAqC;IAIzE,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,qCAAqC;IAIhF,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowTenantNoticeConfigurationResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowTenantNoticeConfigurationResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withType(type) {
|
|
10
|
+
this['type'] = type;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withSendMsg(sendMsg) {
|
|
14
|
+
this['send_msg'] = sendMsg;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
set sendMsg(sendMsg) {
|
|
18
|
+
this['send_msg'] = sendMsg;
|
|
19
|
+
}
|
|
20
|
+
get sendMsg() {
|
|
21
|
+
return this['send_msg'];
|
|
22
|
+
}
|
|
23
|
+
withProperties(properties) {
|
|
24
|
+
this['properties'] = properties;
|
|
25
|
+
return this;
|
|
26
|
+
}
|
|
27
|
+
withXRequestId(xRequestId) {
|
|
28
|
+
this['X-Request-Id'] = xRequestId;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set xRequestId(xRequestId) {
|
|
32
|
+
this['X-Request-Id'] = xRequestId;
|
|
33
|
+
}
|
|
34
|
+
get xRequestId() {
|
|
35
|
+
return this['X-Request-Id'];
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.ShowTenantNoticeConfigurationResponse = ShowTenantNoticeConfigurationResponse;
|
|
39
|
+
//# sourceMappingURL=ShowTenantNoticeConfigurationResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantNoticeConfigurationResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantNoticeConfigurationResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,qCAAsC,SAAQ,yBAAW;IAKlE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,WAAW,CAAC,OAAgB;QAC/B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA6B;QAC5C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AApCD,sFAoCC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class ShowTenantServiceConfigsRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
constructor();
|
|
6
|
+
withAuthorization(authorization: string): ShowTenantServiceConfigsRequest;
|
|
7
|
+
set authorization(authorization: string | undefined);
|
|
8
|
+
get authorization(): string | undefined;
|
|
9
|
+
withXSdkDate(xSdkDate: string): ShowTenantServiceConfigsRequest;
|
|
10
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
11
|
+
get xSdkDate(): string | undefined;
|
|
12
|
+
withXProjectId(xProjectId: string): ShowTenantServiceConfigsRequest;
|
|
13
|
+
set xProjectId(xProjectId: string | undefined);
|
|
14
|
+
get xProjectId(): string | undefined;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=ShowTenantServiceConfigsRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantServiceConfigsRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantServiceConfigsRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,+BAA+B;IACxC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;;IAGzB,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,+BAA+B;IAIhF,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,+BAA+B;IAItE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,+BAA+B;IAI1E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowTenantServiceConfigsRequest = void 0;
|
|
4
|
+
class ShowTenantServiceConfigsRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withAuthorization(authorization) {
|
|
8
|
+
this['Authorization'] = authorization;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set authorization(authorization) {
|
|
12
|
+
this['Authorization'] = authorization;
|
|
13
|
+
}
|
|
14
|
+
get authorization() {
|
|
15
|
+
return this['Authorization'];
|
|
16
|
+
}
|
|
17
|
+
withXSdkDate(xSdkDate) {
|
|
18
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set xSdkDate(xSdkDate) {
|
|
22
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
23
|
+
}
|
|
24
|
+
get xSdkDate() {
|
|
25
|
+
return this['X-Sdk-Date'];
|
|
26
|
+
}
|
|
27
|
+
withXProjectId(xProjectId) {
|
|
28
|
+
this['X-Project-Id'] = xProjectId;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set xProjectId(xProjectId) {
|
|
32
|
+
this['X-Project-Id'] = xProjectId;
|
|
33
|
+
}
|
|
34
|
+
get xProjectId() {
|
|
35
|
+
return this['X-Project-Id'];
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.ShowTenantServiceConfigsRequest = ShowTenantServiceConfigsRequest;
|
|
39
|
+
//# sourceMappingURL=ShowTenantServiceConfigsRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantServiceConfigsRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantServiceConfigsRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,+BAA+B;IAIxC;IACA,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;QACtC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;IAC1C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC;IAClC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AApCD,0EAoCC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ServiceSharedConfig } from './ServiceSharedConfig';
|
|
2
|
+
import { SubAccountControlConfig } from './SubAccountControlConfig';
|
|
3
|
+
import { TenantLogConfig } from './TenantLogConfig';
|
|
4
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
5
|
+
export declare class ShowTenantServiceConfigsResponse extends SdkResponse {
|
|
6
|
+
private 'service_shared_config'?;
|
|
7
|
+
private 'tenant_log_config'?;
|
|
8
|
+
private 'sub_account_control_config'?;
|
|
9
|
+
private 'is_ai_mark_on'?;
|
|
10
|
+
private 'X-Request-Id'?;
|
|
11
|
+
constructor();
|
|
12
|
+
withServiceSharedConfig(serviceSharedConfig: ServiceSharedConfig): ShowTenantServiceConfigsResponse;
|
|
13
|
+
set serviceSharedConfig(serviceSharedConfig: ServiceSharedConfig | undefined);
|
|
14
|
+
get serviceSharedConfig(): ServiceSharedConfig | undefined;
|
|
15
|
+
withTenantLogConfig(tenantLogConfig: TenantLogConfig): ShowTenantServiceConfigsResponse;
|
|
16
|
+
set tenantLogConfig(tenantLogConfig: TenantLogConfig | undefined);
|
|
17
|
+
get tenantLogConfig(): TenantLogConfig | undefined;
|
|
18
|
+
withSubAccountControlConfig(subAccountControlConfig: SubAccountControlConfig): ShowTenantServiceConfigsResponse;
|
|
19
|
+
set subAccountControlConfig(subAccountControlConfig: SubAccountControlConfig | undefined);
|
|
20
|
+
get subAccountControlConfig(): SubAccountControlConfig | undefined;
|
|
21
|
+
withIsAiMarkOn(isAiMarkOn: boolean): ShowTenantServiceConfigsResponse;
|
|
22
|
+
set isAiMarkOn(isAiMarkOn: boolean | undefined);
|
|
23
|
+
get isAiMarkOn(): boolean | undefined;
|
|
24
|
+
withXRequestId(xRequestId: string): ShowTenantServiceConfigsResponse;
|
|
25
|
+
set xRequestId(xRequestId: string | undefined);
|
|
26
|
+
get xRequestId(): string | undefined;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=ShowTenantServiceConfigsResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantServiceConfigsResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantServiceConfigsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,gCAAiC,SAAQ,WAAW;IAC7D,OAAO,CAAC,uBAAuB,CAAC,CAAsB;IACtD,OAAO,CAAC,mBAAmB,CAAC,CAAkB;IAC9C,OAAO,CAAC,4BAA4B,CAAC,CAA0B;IAC/D,OAAO,CAAC,eAAe,CAAC,CAAU;IAClC,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,uBAAuB,CAAC,mBAAmB,EAAE,mBAAmB,GAAG,gCAAgC;IAI1G,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,mBAAmB,GAAI,SAAS,EAEnF;IACD,IAAW,mBAAmB,IAAI,mBAAmB,GAAG,SAAS,CAEhE;IACM,mBAAmB,CAAC,eAAe,EAAE,eAAe,GAAG,gCAAgC;IAI9F,IAAW,eAAe,CAAC,eAAe,EAAE,eAAe,GAAI,SAAS,EAEvE;IACD,IAAW,eAAe,IAAI,eAAe,GAAG,SAAS,CAExD;IACM,2BAA2B,CAAC,uBAAuB,EAAE,uBAAuB,GAAG,gCAAgC;IAItH,IAAW,uBAAuB,CAAC,uBAAuB,EAAE,uBAAuB,GAAI,SAAS,EAE/F;IACD,IAAW,uBAAuB,IAAI,uBAAuB,GAAG,SAAS,CAExE;IACM,cAAc,CAAC,UAAU,EAAE,OAAO,GAAG,gCAAgC;IAI5E,IAAW,UAAU,CAAC,UAAU,EAAE,OAAO,GAAI,SAAS,EAErD;IACD,IAAW,UAAU,IAAI,OAAO,GAAG,SAAS,CAE3C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,gCAAgC;IAI3E,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowTenantServiceConfigsResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowTenantServiceConfigsResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withServiceSharedConfig(serviceSharedConfig) {
|
|
10
|
+
this['service_shared_config'] = serviceSharedConfig;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set serviceSharedConfig(serviceSharedConfig) {
|
|
14
|
+
this['service_shared_config'] = serviceSharedConfig;
|
|
15
|
+
}
|
|
16
|
+
get serviceSharedConfig() {
|
|
17
|
+
return this['service_shared_config'];
|
|
18
|
+
}
|
|
19
|
+
withTenantLogConfig(tenantLogConfig) {
|
|
20
|
+
this['tenant_log_config'] = tenantLogConfig;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set tenantLogConfig(tenantLogConfig) {
|
|
24
|
+
this['tenant_log_config'] = tenantLogConfig;
|
|
25
|
+
}
|
|
26
|
+
get tenantLogConfig() {
|
|
27
|
+
return this['tenant_log_config'];
|
|
28
|
+
}
|
|
29
|
+
withSubAccountControlConfig(subAccountControlConfig) {
|
|
30
|
+
this['sub_account_control_config'] = subAccountControlConfig;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set subAccountControlConfig(subAccountControlConfig) {
|
|
34
|
+
this['sub_account_control_config'] = subAccountControlConfig;
|
|
35
|
+
}
|
|
36
|
+
get subAccountControlConfig() {
|
|
37
|
+
return this['sub_account_control_config'];
|
|
38
|
+
}
|
|
39
|
+
withIsAiMarkOn(isAiMarkOn) {
|
|
40
|
+
this['is_ai_mark_on'] = isAiMarkOn;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
set isAiMarkOn(isAiMarkOn) {
|
|
44
|
+
this['is_ai_mark_on'] = isAiMarkOn;
|
|
45
|
+
}
|
|
46
|
+
get isAiMarkOn() {
|
|
47
|
+
return this['is_ai_mark_on'];
|
|
48
|
+
}
|
|
49
|
+
withXRequestId(xRequestId) {
|
|
50
|
+
this['X-Request-Id'] = xRequestId;
|
|
51
|
+
return this;
|
|
52
|
+
}
|
|
53
|
+
set xRequestId(xRequestId) {
|
|
54
|
+
this['X-Request-Id'] = xRequestId;
|
|
55
|
+
}
|
|
56
|
+
get xRequestId() {
|
|
57
|
+
return this['X-Request-Id'];
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.ShowTenantServiceConfigsResponse = ShowTenantServiceConfigsResponse;
|
|
61
|
+
//# sourceMappingURL=ShowTenantServiceConfigsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTenantServiceConfigsResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTenantServiceConfigsResponse.ts"],"names":[],"mappings":";;;AAIA,+EAA4E;AAE5E,MAAa,gCAAiC,SAAQ,yBAAW;IAM7D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,uBAAuB,CAAC,mBAAwC;QACnE,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;QACpD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,mBAAmB,CAAC,mBAAqD;QAChF,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;IACxD,CAAC;IACD,IAAW,mBAAmB;QAC1B,OAAO,IAAI,CAAC,uBAAuB,CAAC,CAAC;IACzC,CAAC;IACM,mBAAmB,CAAC,eAAgC;QACvD,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAA6C;QACpE,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;IACM,2BAA2B,CAAC,uBAAgD;QAC/E,IAAI,CAAC,4BAA4B,CAAC,GAAG,uBAAuB,CAAC;QAC7D,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,uBAAuB,CAAC,uBAA6D;QAC5F,IAAI,CAAC,4BAA4B,CAAC,GAAG,uBAAuB,CAAC;IACjE,CAAC;IACD,IAAW,uBAAuB;QAC9B,OAAO,IAAI,CAAC,4BAA4B,CAAC,CAAC;IAC9C,CAAC;IACM,cAAc,CAAC,UAAmB;QACrC,IAAI,CAAC,eAAe,CAAC,GAAG,UAAU,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAAgC;QAClD,IAAI,CAAC,eAAe,CAAC,GAAG,UAAU,CAAC;IACvC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC;IACtC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AA3DD,4EA2DC"}
|