@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create2dModelTrainingJobReq.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/Create2dModelTrainingJobReq.ts"],"names":[],"mappings":";;;AAIA,MAAa,2BAA2B;
|
|
1
|
+
{"version":3,"file":"Create2dModelTrainingJobReq.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/Create2dModelTrainingJobReq.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class CreateTtsOnceCodeRequest {
|
|
2
|
+
private 'X-Request-Id'?;
|
|
3
|
+
private 'Authorization'?;
|
|
4
|
+
private 'X-Sdk-Date'?;
|
|
5
|
+
private 'X-Project-Id'?;
|
|
6
|
+
private 'X-App-UserId'?;
|
|
7
|
+
constructor();
|
|
8
|
+
withXRequestId(xRequestId: string): CreateTtsOnceCodeRequest;
|
|
9
|
+
set xRequestId(xRequestId: string | undefined);
|
|
10
|
+
get xRequestId(): string | undefined;
|
|
11
|
+
withAuthorization(authorization: string): CreateTtsOnceCodeRequest;
|
|
12
|
+
set authorization(authorization: string | undefined);
|
|
13
|
+
get authorization(): string | undefined;
|
|
14
|
+
withXSdkDate(xSdkDate: string): CreateTtsOnceCodeRequest;
|
|
15
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
16
|
+
get xSdkDate(): string | undefined;
|
|
17
|
+
withXProjectId(xProjectId: string): CreateTtsOnceCodeRequest;
|
|
18
|
+
set xProjectId(xProjectId: string | undefined);
|
|
19
|
+
get xProjectId(): string | undefined;
|
|
20
|
+
withXAppUserId(xAppUserId: string): CreateTtsOnceCodeRequest;
|
|
21
|
+
set xAppUserId(xAppUserId: string | undefined);
|
|
22
|
+
get xAppUserId(): string | undefined;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=CreateTtsOnceCodeRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTtsOnceCodeRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTtsOnceCodeRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,wBAAwB;IACjC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,cAAc,CAAC,CAAS;;IAGzB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAInE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,wBAAwB;IAIzE,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,wBAAwB;IAI/D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAInE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAInE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
class
|
|
3
|
+
exports.CreateTtsOnceCodeRequest = void 0;
|
|
4
|
+
class CreateTtsOnceCodeRequest {
|
|
5
5
|
constructor() {
|
|
6
6
|
}
|
|
7
|
+
withXRequestId(xRequestId) {
|
|
8
|
+
this['X-Request-Id'] = xRequestId;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set xRequestId(xRequestId) {
|
|
12
|
+
this['X-Request-Id'] = xRequestId;
|
|
13
|
+
}
|
|
14
|
+
get xRequestId() {
|
|
15
|
+
return this['X-Request-Id'];
|
|
16
|
+
}
|
|
7
17
|
withAuthorization(authorization) {
|
|
8
18
|
this['Authorization'] = authorization;
|
|
9
19
|
return this;
|
|
@@ -44,10 +54,6 @@ class CreateTtsaRequest {
|
|
|
44
54
|
get xAppUserId() {
|
|
45
55
|
return this['X-App-UserId'];
|
|
46
56
|
}
|
|
47
|
-
withBody(body) {
|
|
48
|
-
this['body'] = body;
|
|
49
|
-
return this;
|
|
50
|
-
}
|
|
51
57
|
}
|
|
52
|
-
exports.
|
|
53
|
-
//# sourceMappingURL=
|
|
58
|
+
exports.CreateTtsOnceCodeRequest = CreateTtsOnceCodeRequest;
|
|
59
|
+
//# sourceMappingURL=CreateTtsOnceCodeRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTtsOnceCodeRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTtsOnceCodeRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,wBAAwB;IAMjC;IACA,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,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,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;AA1DD,4DA0DC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class CreateTtsOnceCodeResponse extends SdkResponse {
|
|
3
|
+
private 'once_code'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withOnceCode(onceCode: string): CreateTtsOnceCodeResponse;
|
|
6
|
+
set onceCode(onceCode: string | undefined);
|
|
7
|
+
get onceCode(): string | undefined;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=CreateTtsOnceCodeResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTtsOnceCodeResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTtsOnceCodeResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,yBAA0B,SAAQ,WAAW;IACtD,OAAO,CAAC,WAAW,CAAC,CAAS;;IAItB,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,yBAAyB;IAIhE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;CACJ"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateTtsOnceCodeResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class CreateTtsOnceCodeResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withOnceCode(onceCode) {
|
|
10
|
+
this['once_code'] = onceCode;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set onceCode(onceCode) {
|
|
14
|
+
this['once_code'] = onceCode;
|
|
15
|
+
}
|
|
16
|
+
get onceCode() {
|
|
17
|
+
return this['once_code'];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CreateTtsOnceCodeResponse = CreateTtsOnceCodeResponse;
|
|
21
|
+
//# sourceMappingURL=CreateTtsOnceCodeResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTtsOnceCodeResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateTtsOnceCodeResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,yBAA0B,SAAQ,yBAAW;IAEtD;QACI,KAAK,EAAE,CAAC;IACZ,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;CACJ;AAfD,8DAeC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { UserQuotaDetail } from './UserQuotaDetail';
|
|
2
|
+
export declare class CreateUserQuotaInfo {
|
|
3
|
+
private 'user_id'?;
|
|
4
|
+
quota?: UserQuotaDetail;
|
|
5
|
+
constructor(userId?: string, quota?: UserQuotaDetail);
|
|
6
|
+
withUserId(userId: string): CreateUserQuotaInfo;
|
|
7
|
+
set userId(userId: string | undefined);
|
|
8
|
+
get userId(): string | undefined;
|
|
9
|
+
withQuota(quota: UserQuotaDetail): CreateUserQuotaInfo;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=CreateUserQuotaInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateUserQuotaInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateUserQuotaInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,qBAAa,mBAAmB;IAC5B,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,KAAK,CAAC,EAAE,eAAe,CAAC;gBACZ,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,eAAe;IAIpD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,mBAAmB;IAItD,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,SAAS,CAAC,KAAK,EAAE,eAAe,GAAG,mBAAmB;CAIhE"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateUserQuotaInfo = void 0;
|
|
4
|
+
class CreateUserQuotaInfo {
|
|
5
|
+
constructor(userId, quota) {
|
|
6
|
+
this['user_id'] = userId;
|
|
7
|
+
this['quota'] = quota;
|
|
8
|
+
}
|
|
9
|
+
withUserId(userId) {
|
|
10
|
+
this['user_id'] = userId;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set userId(userId) {
|
|
14
|
+
this['user_id'] = userId;
|
|
15
|
+
}
|
|
16
|
+
get userId() {
|
|
17
|
+
return this['user_id'];
|
|
18
|
+
}
|
|
19
|
+
withQuota(quota) {
|
|
20
|
+
this['quota'] = quota;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
exports.CreateUserQuotaInfo = CreateUserQuotaInfo;
|
|
25
|
+
//# sourceMappingURL=CreateUserQuotaInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateUserQuotaInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateUserQuotaInfo.ts"],"names":[],"mappings":";;;AAGA,MAAa,mBAAmB;IAG5B,YAAmB,MAAe,EAAE,KAAuB;QACvD,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;IAC1B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,SAAS,CAAC,KAAsB;QACnC,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AArBD,kDAqBC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { CreateUserQuotaInfo } from './CreateUserQuotaInfo';
|
|
2
|
+
export declare class CreateUserQuotasRequest {
|
|
3
|
+
private 'Authorization'?;
|
|
4
|
+
private 'X-Sdk-Date'?;
|
|
5
|
+
private 'X-Project-Id'?;
|
|
6
|
+
body?: CreateUserQuotaInfo;
|
|
7
|
+
constructor();
|
|
8
|
+
withAuthorization(authorization: string): CreateUserQuotasRequest;
|
|
9
|
+
set authorization(authorization: string | undefined);
|
|
10
|
+
get authorization(): string | undefined;
|
|
11
|
+
withXSdkDate(xSdkDate: string): CreateUserQuotasRequest;
|
|
12
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
13
|
+
get xSdkDate(): string | undefined;
|
|
14
|
+
withXProjectId(xProjectId: string): CreateUserQuotasRequest;
|
|
15
|
+
set xProjectId(xProjectId: string | undefined);
|
|
16
|
+
get xProjectId(): string | undefined;
|
|
17
|
+
withBody(body: CreateUserQuotaInfo): CreateUserQuotasRequest;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=CreateUserQuotasRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateUserQuotasRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateUserQuotasRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,qBAAa,uBAAuB;IAChC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,mBAAmB,CAAC;;IAG3B,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,uBAAuB;IAIxE,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,uBAAuB;IAI9D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,uBAAuB;IAIlE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,QAAQ,CAAC,IAAI,EAAE,mBAAmB,GAAG,uBAAuB;CAItE"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateUserQuotasRequest = void 0;
|
|
4
|
+
class CreateUserQuotasRequest {
|
|
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
|
+
withBody(body) {
|
|
38
|
+
this['body'] = body;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
exports.CreateUserQuotasRequest = CreateUserQuotasRequest;
|
|
43
|
+
//# sourceMappingURL=CreateUserQuotasRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateUserQuotasRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateUserQuotasRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,uBAAuB;IAKhC;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;IACM,QAAQ,CAAC,IAAyB;QACrC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAzCD,0DAyCC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class CreateUserQuotasResponse extends SdkResponse {
|
|
3
|
+
private 'X-Request-Id'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withXRequestId(xRequestId: string): CreateUserQuotasResponse;
|
|
6
|
+
set xRequestId(xRequestId: string | undefined);
|
|
7
|
+
get xRequestId(): string | undefined;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=CreateUserQuotasResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateUserQuotasResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateUserQuotasResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,wBAAyB,SAAQ,WAAW;IACrD,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAInE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateUserQuotasResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class CreateUserQuotasResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withXRequestId(xRequestId) {
|
|
10
|
+
this['X-Request-Id'] = xRequestId;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set xRequestId(xRequestId) {
|
|
14
|
+
this['X-Request-Id'] = xRequestId;
|
|
15
|
+
}
|
|
16
|
+
get xRequestId() {
|
|
17
|
+
return this['X-Request-Id'];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CreateUserQuotasResponse = CreateUserQuotasResponse;
|
|
21
|
+
//# sourceMappingURL=CreateUserQuotasResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateUserQuotasResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CreateUserQuotasResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,wBAAyB,SAAQ,yBAAW;IAErD;QACI,KAAK,EAAE,CAAC;IACZ,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;AAfD,4DAeC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CollectionInfo } from './CollectionInfo';
|
|
2
|
+
export declare class DeleteTenantUserConfigurationReq {
|
|
3
|
+
private 'my_collections'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withMyCollections(myCollections: Array<CollectionInfo>): DeleteTenantUserConfigurationReq;
|
|
6
|
+
set myCollections(myCollections: Array<CollectionInfo> | undefined);
|
|
7
|
+
get myCollections(): Array<CollectionInfo> | undefined;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=DeleteTenantUserConfigurationReq.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTenantUserConfigurationReq.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/DeleteTenantUserConfigurationReq.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,qBAAa,gCAAgC;IACzC,OAAO,CAAC,gBAAgB,CAAC,CAAwB;;IAG1C,iBAAiB,CAAC,aAAa,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,gCAAgC;IAIhG,IAAW,aAAa,CAAC,aAAa,EAAE,KAAK,CAAC,cAAc,CAAC,GAAI,SAAS,EAEzE;IACD,IAAW,aAAa,IAAI,KAAK,CAAC,cAAc,CAAC,GAAG,SAAS,CAE5D;CACJ"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteTenantUserConfigurationReq = void 0;
|
|
4
|
+
class DeleteTenantUserConfigurationReq {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withMyCollections(myCollections) {
|
|
8
|
+
this['my_collections'] = myCollections;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set myCollections(myCollections) {
|
|
12
|
+
this['my_collections'] = myCollections;
|
|
13
|
+
}
|
|
14
|
+
get myCollections() {
|
|
15
|
+
return this['my_collections'];
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.DeleteTenantUserConfigurationReq = DeleteTenantUserConfigurationReq;
|
|
19
|
+
//# sourceMappingURL=DeleteTenantUserConfigurationReq.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTenantUserConfigurationReq.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/DeleteTenantUserConfigurationReq.ts"],"names":[],"mappings":";;;AAGA,MAAa,gCAAgC;IAEzC;IACA,CAAC;IACM,iBAAiB,CAAC,aAAoC;QACzD,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;QACvC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAiD;QACtE,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;IAC3C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,CAAC;CACJ;AAdD,4EAcC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DeleteTenantUserConfigurationReq } from './DeleteTenantUserConfigurationReq';
|
|
2
|
+
export declare class DeleteTenantUserConfigurationRequest {
|
|
3
|
+
private 'Authorization'?;
|
|
4
|
+
private 'X-Sdk-Date'?;
|
|
5
|
+
private 'X-Project-Id'?;
|
|
6
|
+
body?: DeleteTenantUserConfigurationReq;
|
|
7
|
+
constructor();
|
|
8
|
+
withAuthorization(authorization: string): DeleteTenantUserConfigurationRequest;
|
|
9
|
+
set authorization(authorization: string | undefined);
|
|
10
|
+
get authorization(): string | undefined;
|
|
11
|
+
withXSdkDate(xSdkDate: string): DeleteTenantUserConfigurationRequest;
|
|
12
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
13
|
+
get xSdkDate(): string | undefined;
|
|
14
|
+
withXProjectId(xProjectId: string): DeleteTenantUserConfigurationRequest;
|
|
15
|
+
set xProjectId(xProjectId: string | undefined);
|
|
16
|
+
get xProjectId(): string | undefined;
|
|
17
|
+
withBody(body: DeleteTenantUserConfigurationReq): DeleteTenantUserConfigurationRequest;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=DeleteTenantUserConfigurationRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTenantUserConfigurationRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/DeleteTenantUserConfigurationRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAGtF,qBAAa,oCAAoC;IAC7C,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,gCAAgC,CAAC;;IAGxC,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,QAAQ,CAAC,IAAI,EAAE,gCAAgC,GAAG,oCAAoC;CAIhG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteTenantUserConfigurationRequest = void 0;
|
|
4
|
+
class DeleteTenantUserConfigurationRequest {
|
|
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
|
+
withBody(body) {
|
|
38
|
+
this['body'] = body;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
exports.DeleteTenantUserConfigurationRequest = DeleteTenantUserConfigurationRequest;
|
|
43
|
+
//# sourceMappingURL=DeleteTenantUserConfigurationRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTenantUserConfigurationRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/DeleteTenantUserConfigurationRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,oCAAoC;IAK7C;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;IACM,QAAQ,CAAC,IAAsC;QAClD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAzCD,oFAyCC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class DeleteTenantUserConfigurationResponse extends SdkResponse {
|
|
3
|
+
private 'X-Request-Id'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withXRequestId(xRequestId: string): DeleteTenantUserConfigurationResponse;
|
|
6
|
+
set xRequestId(xRequestId: string | undefined);
|
|
7
|
+
get xRequestId(): string | undefined;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=DeleteTenantUserConfigurationResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTenantUserConfigurationResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/DeleteTenantUserConfigurationResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qCAAsC,SAAQ,WAAW;IAClE,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,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,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteTenantUserConfigurationResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class DeleteTenantUserConfigurationResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withXRequestId(xRequestId) {
|
|
10
|
+
this['X-Request-Id'] = xRequestId;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set xRequestId(xRequestId) {
|
|
14
|
+
this['X-Request-Id'] = xRequestId;
|
|
15
|
+
}
|
|
16
|
+
get xRequestId() {
|
|
17
|
+
return this['X-Request-Id'];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.DeleteTenantUserConfigurationResponse = DeleteTenantUserConfigurationResponse;
|
|
21
|
+
//# sourceMappingURL=DeleteTenantUserConfigurationResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTenantUserConfigurationResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/DeleteTenantUserConfigurationResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,qCAAsC,SAAQ,yBAAW;IAElE;QACI,KAAK,EAAE,CAAC;IACZ,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;AAfD,sFAeC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class DeleteUserQuotasRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
private 'user_id'?;
|
|
6
|
+
constructor(userId?: string);
|
|
7
|
+
withAuthorization(authorization: string): DeleteUserQuotasRequest;
|
|
8
|
+
set authorization(authorization: string | undefined);
|
|
9
|
+
get authorization(): string | undefined;
|
|
10
|
+
withXSdkDate(xSdkDate: string): DeleteUserQuotasRequest;
|
|
11
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
12
|
+
get xSdkDate(): string | undefined;
|
|
13
|
+
withXProjectId(xProjectId: string): DeleteUserQuotasRequest;
|
|
14
|
+
set xProjectId(xProjectId: string | undefined);
|
|
15
|
+
get xProjectId(): string | undefined;
|
|
16
|
+
withUserId(userId: string): DeleteUserQuotasRequest;
|
|
17
|
+
set userId(userId: string | undefined);
|
|
18
|
+
get userId(): string | undefined;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=DeleteUserQuotasRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteUserQuotasRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/DeleteUserQuotasRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,uBAAuB;IAChC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,SAAS,CAAC,CAAS;gBACR,MAAM,CAAC,EAAE,MAAM;IAG3B,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,uBAAuB;IAIxE,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,uBAAuB;IAI9D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,uBAAuB;IAIlE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,uBAAuB;IAI1D,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;CACJ"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteUserQuotasRequest = void 0;
|
|
4
|
+
class DeleteUserQuotasRequest {
|
|
5
|
+
constructor(userId) {
|
|
6
|
+
this['user_id'] = userId;
|
|
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
|
+
withUserId(userId) {
|
|
39
|
+
this['user_id'] = userId;
|
|
40
|
+
return this;
|
|
41
|
+
}
|
|
42
|
+
set userId(userId) {
|
|
43
|
+
this['user_id'] = userId;
|
|
44
|
+
}
|
|
45
|
+
get userId() {
|
|
46
|
+
return this['user_id'];
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
exports.DeleteUserQuotasRequest = DeleteUserQuotasRequest;
|
|
50
|
+
//# sourceMappingURL=DeleteUserQuotasRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteUserQuotasRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/DeleteUserQuotasRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,uBAAuB;IAKhC,YAAmB,MAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,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,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;CACJ;AAhDD,0DAgDC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class DeleteUserQuotasResponse extends SdkResponse {
|
|
3
|
+
private 'X-Request-Id'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withXRequestId(xRequestId: string): DeleteUserQuotasResponse;
|
|
6
|
+
set xRequestId(xRequestId: string | undefined);
|
|
7
|
+
get xRequestId(): string | undefined;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=DeleteUserQuotasResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteUserQuotasResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/DeleteUserQuotasResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,wBAAyB,SAAQ,WAAW;IACrD,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,wBAAwB;IAInE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteUserQuotasResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class DeleteUserQuotasResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withXRequestId(xRequestId) {
|
|
10
|
+
this['X-Request-Id'] = xRequestId;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set xRequestId(xRequestId) {
|
|
14
|
+
this['X-Request-Id'] = xRequestId;
|
|
15
|
+
}
|
|
16
|
+
get xRequestId() {
|
|
17
|
+
return this['X-Request-Id'];
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.DeleteUserQuotasResponse = DeleteUserQuotasResponse;
|
|
21
|
+
//# sourceMappingURL=DeleteUserQuotasResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteUserQuotasResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/DeleteUserQuotasResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,wBAAyB,SAAQ,yBAAW;IAErD;QACI,KAAK,EAAE,CAAC;IACZ,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;AAfD,4DAeC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class Download2dModelTraningEncryptFileRequest {
|
|
2
|
+
private 'tenant_id'?;
|
|
3
|
+
private 'job_id'?;
|
|
4
|
+
private 'once_token'?;
|
|
5
|
+
constructor(tenantId?: string, jobId?: string, onceToken?: string);
|
|
6
|
+
withTenantId(tenantId: string): Download2dModelTraningEncryptFileRequest;
|
|
7
|
+
set tenantId(tenantId: string | undefined);
|
|
8
|
+
get tenantId(): string | undefined;
|
|
9
|
+
withJobId(jobId: string): Download2dModelTraningEncryptFileRequest;
|
|
10
|
+
set jobId(jobId: string | undefined);
|
|
11
|
+
get jobId(): string | undefined;
|
|
12
|
+
withOnceToken(onceToken: string): Download2dModelTraningEncryptFileRequest;
|
|
13
|
+
set onceToken(onceToken: string | undefined);
|
|
14
|
+
get onceToken(): string | undefined;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=Download2dModelTraningEncryptFileRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Download2dModelTraningEncryptFileRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/Download2dModelTraningEncryptFileRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,wCAAwC;IACjD,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,QAAQ,CAAC,CAAS;IAC1B,OAAO,CAAC,YAAY,CAAC,CAAS;gBACX,QAAQ,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAKjE,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,wCAAwC;IAI/E,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,wCAAwC;IAIzE,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAI,SAAS,EAE1C;IACD,IAAW,KAAK,IAAI,MAAM,GAAG,SAAS,CAErC;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,wCAAwC;IAIjF,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;CACJ"}
|