@huaweicloud/huaweicloud-sdk-metastudio 3.1.174 → 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 +1818 -670
- package/v1/MetaStudioClient.d.ts.map +1 -1
- package/v1/MetaStudioClient.js +3752 -777
- 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/AttachmentUploadingAddress.d.ts +12 -0
- package/v1/model/AttachmentUploadingAddress.d.ts.map +1 -0
- package/v1/model/AttachmentUploadingAddress.js +29 -0
- package/v1/model/AttachmentUploadingAddress.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/CommitShortJobRequest.d.ts +24 -0
- package/v1/model/CommitShortJobRequest.d.ts.map +1 -0
- package/v1/model/CommitShortJobRequest.js +60 -0
- package/v1/model/CommitShortJobRequest.js.map +1 -0
- package/v1/model/CommitShortJobResponse.d.ts +5 -0
- package/v1/model/CommitShortJobResponse.d.ts.map +1 -0
- package/v1/model/CommitShortJobResponse.js +11 -0
- package/v1/model/CommitShortJobResponse.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/CreateAudioRecordConfigReq.d.ts +16 -0
- package/v1/model/CreateAudioRecordConfigReq.d.ts.map +1 -0
- package/v1/model/CreateAudioRecordConfigReq.js +42 -0
- package/v1/model/CreateAudioRecordConfigReq.js.map +1 -0
- package/v1/model/CreateAudioRecordConfigRequest.d.ts +23 -0
- package/v1/model/CreateAudioRecordConfigRequest.d.ts.map +1 -0
- package/v1/model/CreateAudioRecordConfigRequest.js +53 -0
- package/v1/model/CreateAudioRecordConfigRequest.js.map +1 -0
- package/v1/model/CreateAudioRecordConfigResponse.d.ts +33 -0
- package/v1/model/CreateAudioRecordConfigResponse.d.ts.map +1 -0
- package/v1/model/CreateAudioRecordConfigResponse.js +81 -0
- package/v1/model/CreateAudioRecordConfigResponse.js.map +1 -0
- package/v1/model/CreateInteractionRuleReq.d.ts +20 -0
- package/v1/model/CreateInteractionRuleReq.d.ts.map +1 -0
- package/v1/model/CreateInteractionRuleReq.js +43 -0
- package/v1/model/CreateInteractionRuleReq.js.map +1 -0
- package/v1/model/CreateInteractionRuleRequest.d.ts +27 -0
- package/v1/model/CreateInteractionRuleRequest.d.ts.map +1 -0
- package/v1/model/CreateInteractionRuleRequest.js +64 -0
- package/v1/model/CreateInteractionRuleRequest.js.map +1 -0
- package/v1/model/CreateInteractionRuleResponse.d.ts +48 -0
- package/v1/model/CreateInteractionRuleResponse.d.ts.map +1 -0
- package/v1/model/CreateInteractionRuleResponse.js +109 -0
- package/v1/model/CreateInteractionRuleResponse.js.map +1 -0
- package/v1/model/CreateShortJobReq.d.ts +11 -0
- package/v1/model/CreateShortJobReq.d.ts.map +1 -0
- package/v1/model/CreateShortJobReq.js +24 -0
- package/v1/model/CreateShortJobReq.js.map +1 -0
- package/v1/model/CreateShortJobRequest.d.ts +23 -0
- package/v1/model/CreateShortJobRequest.d.ts.map +1 -0
- package/v1/model/{CreateTtsaRequest.js → CreateShortJobRequest.js} +4 -4
- package/v1/model/CreateShortJobRequest.js.map +1 -0
- package/v1/model/CreateShortJobResponse.d.ts +13 -0
- package/v1/model/CreateShortJobResponse.d.ts.map +1 -0
- package/v1/model/CreateShortJobResponse.js +31 -0
- package/v1/model/CreateShortJobResponse.js.map +1 -0
- package/v1/model/CreateSmartChatRoomReq.d.ts +4 -0
- package/v1/model/CreateSmartChatRoomReq.d.ts.map +1 -1
- package/v1/model/CreateSmartChatRoomReq.js +10 -0
- package/v1/model/CreateSmartChatRoomReq.js.map +1 -1
- package/v1/model/CreateSmartChatRoomRequestBody.d.ts +4 -0
- package/v1/model/CreateSmartChatRoomRequestBody.d.ts.map +1 -1
- package/v1/model/CreateSmartChatRoomRequestBody.js +10 -0
- package/v1/model/CreateSmartChatRoomRequestBody.js.map +1 -1
- package/v1/model/CreateTrainingThirdPartyJobRequest.d.ts +11 -0
- package/v1/model/CreateTrainingThirdPartyJobRequest.d.ts.map +1 -0
- package/v1/model/CreateTrainingThirdPartyJobRequest.js +23 -0
- package/v1/model/CreateTrainingThirdPartyJobRequest.js.map +1 -0
- package/v1/model/CreateTrainingThirdPartyJobResponse.d.ts +22 -0
- package/v1/model/CreateTrainingThirdPartyJobResponse.d.ts.map +1 -0
- package/v1/model/CreateTrainingThirdPartyJobResponse.js +51 -0
- package/v1/model/CreateTrainingThirdPartyJobResponse.js.map +1 -0
- package/v1/model/CreateTtsOnceCodeRequest.d.ts +24 -0
- package/v1/model/CreateTtsOnceCodeRequest.d.ts.map +1 -0
- package/v1/model/CreateTtsOnceCodeRequest.js +59 -0
- 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/{CreateTtsaRequest.d.ts → DeleteAudioRecordConfigRequest.d.ts} +6 -9
- package/v1/model/DeleteAudioRecordConfigRequest.d.ts.map +1 -0
- package/v1/model/DeleteAudioRecordConfigRequest.js +49 -0
- package/v1/model/DeleteAudioRecordConfigRequest.js.map +1 -0
- package/v1/model/DeleteAudioRecordConfigResponse.d.ts +9 -0
- package/v1/model/DeleteAudioRecordConfigResponse.d.ts.map +1 -0
- package/v1/model/DeleteAudioRecordConfigResponse.js +21 -0
- package/v1/model/DeleteAudioRecordConfigResponse.js.map +1 -0
- package/v1/model/DeleteInteractionRuleRequest.d.ts +28 -0
- package/v1/model/DeleteInteractionRuleRequest.d.ts.map +1 -0
- package/v1/model/DeleteInteractionRuleRequest.js +71 -0
- package/v1/model/DeleteInteractionRuleRequest.js.map +1 -0
- package/v1/model/DeleteInteractionRuleResponse.d.ts +9 -0
- package/v1/model/DeleteInteractionRuleResponse.d.ts.map +1 -0
- package/v1/model/DeleteInteractionRuleResponse.js +21 -0
- package/v1/model/DeleteInteractionRuleResponse.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/DigitalAssetSummary.d.ts +4 -0
- package/v1/model/DigitalAssetSummary.d.ts.map +1 -1
- package/v1/model/DigitalAssetSummary.js +10 -0
- package/v1/model/DigitalAssetSummary.js.map +1 -1
- 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/InsertCommandItem.d.ts +31 -0
- package/v1/model/InsertCommandItem.d.ts.map +1 -0
- package/v1/model/InsertCommandItem.js +50 -0
- package/v1/model/InsertCommandItem.js.map +1 -0
- package/v1/model/InteractionRuleGroupSummary.d.ts +20 -0
- package/v1/model/InteractionRuleGroupSummary.d.ts.map +1 -0
- package/v1/model/InteractionRuleGroupSummary.js +49 -0
- package/v1/model/InteractionRuleGroupSummary.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/ListInsertCommandsRequest.d.ts +32 -0
- package/v1/model/ListInsertCommandsRequest.d.ts.map +1 -0
- package/v1/model/ListInsertCommandsRequest.js +79 -0
- package/v1/model/ListInsertCommandsRequest.js.map +1 -0
- package/v1/model/ListInsertCommandsResponse.d.ts +16 -0
- package/v1/model/ListInsertCommandsResponse.d.ts.map +1 -0
- package/v1/model/ListInsertCommandsResponse.js +35 -0
- package/v1/model/ListInsertCommandsResponse.js.map +1 -0
- package/v1/model/ListInteractionRuleGroupsSummaryRequest.d.ts +36 -0
- package/v1/model/ListInteractionRuleGroupsSummaryRequest.d.ts.map +1 -0
- package/v1/model/ListInteractionRuleGroupsSummaryRequest.js +87 -0
- package/v1/model/ListInteractionRuleGroupsSummaryRequest.js.map +1 -0
- package/v1/model/ListInteractionRuleGroupsSummaryResponse.d.ts +16 -0
- package/v1/model/ListInteractionRuleGroupsSummaryResponse.d.ts.map +1 -0
- package/v1/model/ListInteractionRuleGroupsSummaryResponse.js +35 -0
- package/v1/model/ListInteractionRuleGroupsSummaryResponse.js.map +1 -0
- 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/ListUserQuotasRequest.js +57 -0
- 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/ListUserQuotasResponse.js +29 -0
- 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/LiveNotifyConfigReq.d.ts +20 -0
- package/v1/model/LiveNotifyConfigReq.d.ts.map +1 -0
- package/v1/model/LiveNotifyConfigReq.js +33 -0
- package/v1/model/LiveNotifyConfigReq.js.map +1 -0
- package/v1/model/NotifyEventEnum.d.ts +4 -0
- package/v1/model/NotifyEventEnum.d.ts.map +1 -0
- package/v1/model/NotifyEventEnum.js +9 -0
- package/v1/model/NotifyEventEnum.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/ResourceAvailableNums.d.ts +20 -0
- package/v1/model/ResourceAvailableNums.d.ts.map +1 -0
- package/v1/model/ResourceAvailableNums.js +45 -0
- package/v1/model/ResourceAvailableNums.js.map +1 -0
- 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/ShortJobType.d.ts +4 -0
- package/v1/model/ShortJobType.d.ts.map +1 -0
- package/v1/model/ShortJobType.js +9 -0
- package/v1/model/ShortJobType.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/{ListTtsaJobsRequest.d.ts → ShowAudioRecordConfigRequest.d.ts} +6 -10
- package/v1/model/ShowAudioRecordConfigRequest.d.ts.map +1 -0
- package/v1/model/ShowAudioRecordConfigRequest.js +49 -0
- package/v1/model/ShowAudioRecordConfigRequest.js.map +1 -0
- package/v1/model/ShowAudioRecordConfigResponse.d.ts +33 -0
- package/v1/model/ShowAudioRecordConfigResponse.d.ts.map +1 -0
- package/v1/model/ShowAudioRecordConfigResponse.js +81 -0
- package/v1/model/ShowAudioRecordConfigResponse.js.map +1 -0
- package/v1/model/ShowEncryptFileRequest.d.ts +16 -0
- package/v1/model/ShowEncryptFileRequest.d.ts.map +1 -0
- package/v1/model/ShowEncryptFileRequest.js +42 -0
- package/v1/model/ShowEncryptFileRequest.js.map +1 -0
- package/v1/model/ShowEncryptFileResponse.d.ts +5 -0
- package/v1/model/ShowEncryptFileResponse.d.ts.map +1 -0
- package/v1/model/ShowEncryptFileResponse.js +11 -0
- package/v1/model/ShowEncryptFileResponse.js.map +1 -0
- package/v1/model/ShowInteractionRuleGroupRequest.d.ts +24 -0
- package/v1/model/ShowInteractionRuleGroupRequest.d.ts.map +1 -0
- package/v1/model/ShowInteractionRuleGroupRequest.js +60 -0
- package/v1/model/ShowInteractionRuleGroupRequest.js.map +1 -0
- package/v1/model/ShowInteractionRuleGroupResponse.d.ts +30 -0
- package/v1/model/ShowInteractionRuleGroupResponse.d.ts.map +1 -0
- package/v1/model/ShowInteractionRuleGroupResponse.js +71 -0
- package/v1/model/ShowInteractionRuleGroupResponse.js.map +1 -0
- package/v1/model/ShowLivePlatformAccessTypeRequest.d.ts +26 -0
- package/v1/model/ShowLivePlatformAccessTypeRequest.d.ts.map +1 -0
- package/v1/model/{ListTtsaJobsRequest.js → ShowLivePlatformAccessTypeRequest.js} +8 -4
- package/v1/model/ShowLivePlatformAccessTypeRequest.js.map +1 -0
- package/v1/model/ShowLivePlatformAccessTypeResponse.d.ts +14 -0
- package/v1/model/ShowLivePlatformAccessTypeResponse.d.ts.map +1 -0
- package/v1/model/ShowLivePlatformAccessTypeResponse.js +31 -0
- package/v1/model/ShowLivePlatformAccessTypeResponse.js.map +1 -0
- package/v1/model/ShowLiveWarningInfoRequest.d.ts +24 -0
- package/v1/model/ShowLiveWarningInfoRequest.d.ts.map +1 -0
- package/v1/model/ShowLiveWarningInfoRequest.js +60 -0
- package/v1/model/ShowLiveWarningInfoRequest.js.map +1 -0
- package/v1/model/ShowLiveWarningInfoResponse.d.ts +18 -0
- package/v1/model/ShowLiveWarningInfoResponse.d.ts.map +1 -0
- package/v1/model/ShowLiveWarningInfoResponse.js +41 -0
- package/v1/model/ShowLiveWarningInfoResponse.js.map +1 -0
- package/v1/model/{ListTtsaDataRequest.d.ts → ShowShortJobRequest.d.ts} +13 -11
- package/v1/model/ShowShortJobRequest.d.ts.map +1 -0
- package/v1/model/{ListTtsaDataRequest.js → ShowShortJobRequest.js} +22 -16
- package/v1/model/ShowShortJobRequest.js.map +1 -0
- package/v1/model/ShowShortJobResponse.d.ts +38 -0
- package/v1/model/ShowShortJobResponse.d.ts.map +1 -0
- package/v1/model/ShowShortJobResponse.js +85 -0
- package/v1/model/ShowShortJobResponse.js.map +1 -0
- package/v1/model/ShowSmartChatRoomResponse.d.ts +4 -0
- package/v1/model/ShowSmartChatRoomResponse.d.ts.map +1 -1
- package/v1/model/ShowSmartChatRoomResponse.js +10 -0
- package/v1/model/ShowSmartChatRoomResponse.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/ShowSummaryUsageDataRequest.d.ts +42 -0
- package/v1/model/ShowSummaryUsageDataRequest.d.ts.map +1 -0
- package/v1/model/ShowSummaryUsageDataRequest.js +92 -0
- package/v1/model/ShowSummaryUsageDataRequest.js.map +1 -0
- package/v1/model/ShowSummaryUsageDataResponse.d.ts +33 -0
- package/v1/model/ShowSummaryUsageDataResponse.d.ts.map +1 -0
- package/v1/model/ShowSummaryUsageDataResponse.js +68 -0
- package/v1/model/ShowSummaryUsageDataResponse.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/ShowTenantUserConfigurationRequest.js +47 -0
- 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/ShowUsageDataRequest.d.ts +54 -0
- package/v1/model/ShowUsageDataRequest.d.ts.map +1 -0
- package/v1/model/ShowUsageDataRequest.js +122 -0
- package/v1/model/ShowUsageDataRequest.js.map +1 -0
- package/v1/model/ShowUsageDataResponse.d.ts +16 -0
- package/v1/model/ShowUsageDataResponse.d.ts.map +1 -0
- package/v1/model/{ListTtsaJobsResponse.js → ShowUsageDataResponse.js} +12 -12
- package/v1/model/ShowUsageDataResponse.js.map +1 -0
- package/v1/model/ShowUserReviewAttachmentUploadingAddressRequest.d.ts +16 -0
- package/v1/model/ShowUserReviewAttachmentUploadingAddressRequest.d.ts.map +1 -0
- package/v1/model/ShowUserReviewAttachmentUploadingAddressRequest.js +40 -0
- package/v1/model/ShowUserReviewAttachmentUploadingAddressRequest.js.map +1 -0
- package/v1/model/ShowUserReviewAttachmentUploadingAddressResponse.d.ts +8 -0
- package/v1/model/ShowUserReviewAttachmentUploadingAddressResponse.d.ts.map +1 -0
- package/v1/model/ShowUserReviewAttachmentUploadingAddressResponse.js +15 -0
- package/v1/model/ShowUserReviewAttachmentUploadingAddressResponse.js.map +1 -0
- package/v1/model/ShowVoiceTrainingQuotasRequest.d.ts +16 -0
- package/v1/model/ShowVoiceTrainingQuotasRequest.d.ts.map +1 -0
- package/v1/model/ShowVoiceTrainingQuotasRequest.js +37 -0
- package/v1/model/ShowVoiceTrainingQuotasRequest.js.map +1 -0
- package/v1/model/ShowVoiceTrainingQuotasResponse.d.ts +15 -0
- package/v1/model/ShowVoiceTrainingQuotasResponse.d.ts.map +1 -0
- package/v1/model/ShowVoiceTrainingQuotasResponse.js +29 -0
- package/v1/model/ShowVoiceTrainingQuotasResponse.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/SubtitleFileDetail.d.ts +5 -0
- package/v1/model/SubtitleFileDetail.d.ts.map +1 -1
- package/v1/model/SubtitleFileDetail.js +10 -0
- package/v1/model/SubtitleFileDetail.js.map +1 -1
- 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/TimeResourceUsageInfo.d.ts +11 -0
- package/v1/model/TimeResourceUsageInfo.d.ts.map +1 -0
- package/v1/model/TimeResourceUsageInfo.js +23 -0
- package/v1/model/TimeResourceUsageInfo.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/UpdateAudioRecordConfigReq.d.ts +16 -0
- package/v1/model/UpdateAudioRecordConfigReq.d.ts.map +1 -0
- package/v1/model/UpdateAudioRecordConfigReq.js +39 -0
- package/v1/model/UpdateAudioRecordConfigReq.js.map +1 -0
- package/v1/model/UpdateAudioRecordConfigRequest.d.ts +23 -0
- package/v1/model/UpdateAudioRecordConfigRequest.d.ts.map +1 -0
- package/v1/model/UpdateAudioRecordConfigRequest.js +53 -0
- package/v1/model/UpdateAudioRecordConfigRequest.js.map +1 -0
- package/v1/model/UpdateAudioRecordConfigResponse.d.ts +33 -0
- package/v1/model/UpdateAudioRecordConfigResponse.d.ts.map +1 -0
- package/v1/model/UpdateAudioRecordConfigResponse.js +81 -0
- package/v1/model/UpdateAudioRecordConfigResponse.js.map +1 -0
- package/v1/model/UpdateInteractionRuleRequest.d.ts +31 -0
- package/v1/model/UpdateInteractionRuleRequest.d.ts.map +1 -0
- package/v1/model/UpdateInteractionRuleRequest.js +75 -0
- package/v1/model/UpdateInteractionRuleRequest.js.map +1 -0
- package/v1/model/UpdateInteractionRuleResponse.d.ts +48 -0
- package/v1/model/UpdateInteractionRuleResponse.d.ts.map +1 -0
- package/v1/model/UpdateInteractionRuleResponse.js +109 -0
- package/v1/model/UpdateInteractionRuleResponse.js.map +1 -0
- package/v1/model/UpdateSmartChatRoomResponse.d.ts +4 -0
- package/v1/model/UpdateSmartChatRoomResponse.d.ts.map +1 -1
- package/v1/model/UpdateSmartChatRoomResponse.js +10 -0
- package/v1/model/UpdateSmartChatRoomResponse.js.map +1 -1
- package/v1/model/UpdateSmartLiveUserConfigReq.d.ts +19 -0
- package/v1/model/UpdateSmartLiveUserConfigReq.d.ts.map +1 -0
- package/v1/model/UpdateSmartLiveUserConfigReq.js +39 -0
- package/v1/model/UpdateSmartLiveUserConfigReq.js.map +1 -0
- package/v1/model/UpdateSmartLiveUserConfigRequest.d.ts +19 -0
- package/v1/model/UpdateSmartLiveUserConfigRequest.d.ts.map +1 -0
- package/v1/model/UpdateSmartLiveUserConfigRequest.js +43 -0
- package/v1/model/UpdateSmartLiveUserConfigRequest.js.map +1 -0
- package/v1/model/UpdateSmartLiveUserConfigResponse.d.ts +9 -0
- package/v1/model/UpdateSmartLiveUserConfigResponse.d.ts.map +1 -0
- package/v1/model/UpdateSmartLiveUserConfigResponse.js +21 -0
- package/v1/model/UpdateSmartLiveUserConfigResponse.js.map +1 -0
- 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/model/VoiceTrainingResource.d.ts +77 -0
- package/v1/model/VoiceTrainingResource.d.ts.map +1 -0
- package/v1/model/VoiceTrainingResource.js +140 -0
- package/v1/model/VoiceTrainingResource.js.map +1 -0
- package/v1/public-api.d.ts +125 -15
- package/v1/public-api.d.ts.map +1 -1
- package/v1/public-api.js +125 -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.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.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.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,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowTransferAssetJobRequest = void 0;
|
|
4
|
+
class ShowTransferAssetJobRequest {
|
|
5
|
+
constructor(jobId) {
|
|
6
|
+
this['job_id'] = jobId;
|
|
7
|
+
}
|
|
8
|
+
withJobId(jobId) {
|
|
9
|
+
this['job_id'] = jobId;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set jobId(jobId) {
|
|
13
|
+
this['job_id'] = jobId;
|
|
14
|
+
}
|
|
15
|
+
get jobId() {
|
|
16
|
+
return this['job_id'];
|
|
17
|
+
}
|
|
18
|
+
withAuthorization(authorization) {
|
|
19
|
+
this['Authorization'] = authorization;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
set authorization(authorization) {
|
|
23
|
+
this['Authorization'] = authorization;
|
|
24
|
+
}
|
|
25
|
+
get authorization() {
|
|
26
|
+
return this['Authorization'];
|
|
27
|
+
}
|
|
28
|
+
withXSdkDate(xSdkDate) {
|
|
29
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
30
|
+
return this;
|
|
31
|
+
}
|
|
32
|
+
set xSdkDate(xSdkDate) {
|
|
33
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
34
|
+
}
|
|
35
|
+
get xSdkDate() {
|
|
36
|
+
return this['X-Sdk-Date'];
|
|
37
|
+
}
|
|
38
|
+
withXAppUserId(xAppUserId) {
|
|
39
|
+
this['X-App-UserId'] = xAppUserId;
|
|
40
|
+
return this;
|
|
41
|
+
}
|
|
42
|
+
set xAppUserId(xAppUserId) {
|
|
43
|
+
this['X-App-UserId'] = xAppUserId;
|
|
44
|
+
}
|
|
45
|
+
get xAppUserId() {
|
|
46
|
+
return this['X-App-UserId'];
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
exports.ShowTransferAssetJobRequest = ShowTransferAssetJobRequest;
|
|
50
|
+
//# sourceMappingURL=ShowTransferAssetJobRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTransferAssetJobRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTransferAssetJobRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,2BAA2B;IAKpC,YAAmB,KAAc;QAC7B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,KAAK,CAAC,KAA0B;QACvC,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACD,IAAW,KAAK;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1B,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;AAhDD,kEAgDC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { DigitalAssetSummary } from './DigitalAssetSummary';
|
|
2
|
+
import { ErrorResponse } from './ErrorResponse';
|
|
3
|
+
import { TransferTypeEnum } from './TransferTypeEnum';
|
|
4
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
5
|
+
export declare class ShowTransferAssetJobResponse extends SdkResponse {
|
|
6
|
+
private 'job_id'?;
|
|
7
|
+
private 'transfer_type'?;
|
|
8
|
+
private 'transfer_assets'?;
|
|
9
|
+
state?: ShowTransferAssetJobResponseStateEnum | string;
|
|
10
|
+
private 'src_project_id'?;
|
|
11
|
+
private 'dest_project_id'?;
|
|
12
|
+
memo?: string;
|
|
13
|
+
reason?: string;
|
|
14
|
+
private 'start_time'?;
|
|
15
|
+
private 'finish_time'?;
|
|
16
|
+
private 'expire_time'?;
|
|
17
|
+
private 'is_need_billing'?;
|
|
18
|
+
private 'error_info'?;
|
|
19
|
+
private 'X-Request-Id'?;
|
|
20
|
+
constructor();
|
|
21
|
+
withJobId(jobId: string): ShowTransferAssetJobResponse;
|
|
22
|
+
set jobId(jobId: string | undefined);
|
|
23
|
+
get jobId(): string | undefined;
|
|
24
|
+
withTransferType(transferType: TransferTypeEnum): ShowTransferAssetJobResponse;
|
|
25
|
+
set transferType(transferType: TransferTypeEnum | undefined);
|
|
26
|
+
get transferType(): TransferTypeEnum | undefined;
|
|
27
|
+
withTransferAssets(transferAssets: Array<DigitalAssetSummary>): ShowTransferAssetJobResponse;
|
|
28
|
+
set transferAssets(transferAssets: Array<DigitalAssetSummary> | undefined);
|
|
29
|
+
get transferAssets(): Array<DigitalAssetSummary> | undefined;
|
|
30
|
+
withState(state: ShowTransferAssetJobResponseStateEnum | string): ShowTransferAssetJobResponse;
|
|
31
|
+
withSrcProjectId(srcProjectId: string): ShowTransferAssetJobResponse;
|
|
32
|
+
set srcProjectId(srcProjectId: string | undefined);
|
|
33
|
+
get srcProjectId(): string | undefined;
|
|
34
|
+
withDestProjectId(destProjectId: string): ShowTransferAssetJobResponse;
|
|
35
|
+
set destProjectId(destProjectId: string | undefined);
|
|
36
|
+
get destProjectId(): string | undefined;
|
|
37
|
+
withMemo(memo: string): ShowTransferAssetJobResponse;
|
|
38
|
+
withReason(reason: string): ShowTransferAssetJobResponse;
|
|
39
|
+
withStartTime(startTime: string): ShowTransferAssetJobResponse;
|
|
40
|
+
set startTime(startTime: string | undefined);
|
|
41
|
+
get startTime(): string | undefined;
|
|
42
|
+
withFinishTime(finishTime: string): ShowTransferAssetJobResponse;
|
|
43
|
+
set finishTime(finishTime: string | undefined);
|
|
44
|
+
get finishTime(): string | undefined;
|
|
45
|
+
withExpireTime(expireTime: string): ShowTransferAssetJobResponse;
|
|
46
|
+
set expireTime(expireTime: string | undefined);
|
|
47
|
+
get expireTime(): string | undefined;
|
|
48
|
+
withIsNeedBilling(isNeedBilling: boolean): ShowTransferAssetJobResponse;
|
|
49
|
+
set isNeedBilling(isNeedBilling: boolean | undefined);
|
|
50
|
+
get isNeedBilling(): boolean | undefined;
|
|
51
|
+
withErrorInfo(errorInfo: ErrorResponse): ShowTransferAssetJobResponse;
|
|
52
|
+
set errorInfo(errorInfo: ErrorResponse | undefined);
|
|
53
|
+
get errorInfo(): ErrorResponse | undefined;
|
|
54
|
+
withXRequestId(xRequestId: string): ShowTransferAssetJobResponse;
|
|
55
|
+
set xRequestId(xRequestId: string | undefined);
|
|
56
|
+
get xRequestId(): string | undefined;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* @export
|
|
60
|
+
* @enum {string}
|
|
61
|
+
*/
|
|
62
|
+
export declare enum ShowTransferAssetJobResponseStateEnum {
|
|
63
|
+
PROCESSING = "PROCESSING",
|
|
64
|
+
ACCEPT = "ACCEPT",
|
|
65
|
+
REJECT = "REJECT",
|
|
66
|
+
CANCEL = "CANCEL",
|
|
67
|
+
FAIL = "FAIL"
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=ShowTransferAssetJobResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTransferAssetJobResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTransferAssetJobResponse.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowTransferAssetJobResponseStateEnum = exports.ShowTransferAssetJobResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowTransferAssetJobResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withJobId(jobId) {
|
|
10
|
+
this['job_id'] = jobId;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set jobId(jobId) {
|
|
14
|
+
this['job_id'] = jobId;
|
|
15
|
+
}
|
|
16
|
+
get jobId() {
|
|
17
|
+
return this['job_id'];
|
|
18
|
+
}
|
|
19
|
+
withTransferType(transferType) {
|
|
20
|
+
this['transfer_type'] = transferType;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set transferType(transferType) {
|
|
24
|
+
this['transfer_type'] = transferType;
|
|
25
|
+
}
|
|
26
|
+
get transferType() {
|
|
27
|
+
return this['transfer_type'];
|
|
28
|
+
}
|
|
29
|
+
withTransferAssets(transferAssets) {
|
|
30
|
+
this['transfer_assets'] = transferAssets;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set transferAssets(transferAssets) {
|
|
34
|
+
this['transfer_assets'] = transferAssets;
|
|
35
|
+
}
|
|
36
|
+
get transferAssets() {
|
|
37
|
+
return this['transfer_assets'];
|
|
38
|
+
}
|
|
39
|
+
withState(state) {
|
|
40
|
+
this['state'] = state;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
withSrcProjectId(srcProjectId) {
|
|
44
|
+
this['src_project_id'] = srcProjectId;
|
|
45
|
+
return this;
|
|
46
|
+
}
|
|
47
|
+
set srcProjectId(srcProjectId) {
|
|
48
|
+
this['src_project_id'] = srcProjectId;
|
|
49
|
+
}
|
|
50
|
+
get srcProjectId() {
|
|
51
|
+
return this['src_project_id'];
|
|
52
|
+
}
|
|
53
|
+
withDestProjectId(destProjectId) {
|
|
54
|
+
this['dest_project_id'] = destProjectId;
|
|
55
|
+
return this;
|
|
56
|
+
}
|
|
57
|
+
set destProjectId(destProjectId) {
|
|
58
|
+
this['dest_project_id'] = destProjectId;
|
|
59
|
+
}
|
|
60
|
+
get destProjectId() {
|
|
61
|
+
return this['dest_project_id'];
|
|
62
|
+
}
|
|
63
|
+
withMemo(memo) {
|
|
64
|
+
this['memo'] = memo;
|
|
65
|
+
return this;
|
|
66
|
+
}
|
|
67
|
+
withReason(reason) {
|
|
68
|
+
this['reason'] = reason;
|
|
69
|
+
return this;
|
|
70
|
+
}
|
|
71
|
+
withStartTime(startTime) {
|
|
72
|
+
this['start_time'] = startTime;
|
|
73
|
+
return this;
|
|
74
|
+
}
|
|
75
|
+
set startTime(startTime) {
|
|
76
|
+
this['start_time'] = startTime;
|
|
77
|
+
}
|
|
78
|
+
get startTime() {
|
|
79
|
+
return this['start_time'];
|
|
80
|
+
}
|
|
81
|
+
withFinishTime(finishTime) {
|
|
82
|
+
this['finish_time'] = finishTime;
|
|
83
|
+
return this;
|
|
84
|
+
}
|
|
85
|
+
set finishTime(finishTime) {
|
|
86
|
+
this['finish_time'] = finishTime;
|
|
87
|
+
}
|
|
88
|
+
get finishTime() {
|
|
89
|
+
return this['finish_time'];
|
|
90
|
+
}
|
|
91
|
+
withExpireTime(expireTime) {
|
|
92
|
+
this['expire_time'] = expireTime;
|
|
93
|
+
return this;
|
|
94
|
+
}
|
|
95
|
+
set expireTime(expireTime) {
|
|
96
|
+
this['expire_time'] = expireTime;
|
|
97
|
+
}
|
|
98
|
+
get expireTime() {
|
|
99
|
+
return this['expire_time'];
|
|
100
|
+
}
|
|
101
|
+
withIsNeedBilling(isNeedBilling) {
|
|
102
|
+
this['is_need_billing'] = isNeedBilling;
|
|
103
|
+
return this;
|
|
104
|
+
}
|
|
105
|
+
set isNeedBilling(isNeedBilling) {
|
|
106
|
+
this['is_need_billing'] = isNeedBilling;
|
|
107
|
+
}
|
|
108
|
+
get isNeedBilling() {
|
|
109
|
+
return this['is_need_billing'];
|
|
110
|
+
}
|
|
111
|
+
withErrorInfo(errorInfo) {
|
|
112
|
+
this['error_info'] = errorInfo;
|
|
113
|
+
return this;
|
|
114
|
+
}
|
|
115
|
+
set errorInfo(errorInfo) {
|
|
116
|
+
this['error_info'] = errorInfo;
|
|
117
|
+
}
|
|
118
|
+
get errorInfo() {
|
|
119
|
+
return this['error_info'];
|
|
120
|
+
}
|
|
121
|
+
withXRequestId(xRequestId) {
|
|
122
|
+
this['X-Request-Id'] = xRequestId;
|
|
123
|
+
return this;
|
|
124
|
+
}
|
|
125
|
+
set xRequestId(xRequestId) {
|
|
126
|
+
this['X-Request-Id'] = xRequestId;
|
|
127
|
+
}
|
|
128
|
+
get xRequestId() {
|
|
129
|
+
return this['X-Request-Id'];
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
exports.ShowTransferAssetJobResponse = ShowTransferAssetJobResponse;
|
|
133
|
+
/**
|
|
134
|
+
* @export
|
|
135
|
+
* @enum {string}
|
|
136
|
+
*/
|
|
137
|
+
var ShowTransferAssetJobResponseStateEnum;
|
|
138
|
+
(function (ShowTransferAssetJobResponseStateEnum) {
|
|
139
|
+
ShowTransferAssetJobResponseStateEnum["PROCESSING"] = "PROCESSING";
|
|
140
|
+
ShowTransferAssetJobResponseStateEnum["ACCEPT"] = "ACCEPT";
|
|
141
|
+
ShowTransferAssetJobResponseStateEnum["REJECT"] = "REJECT";
|
|
142
|
+
ShowTransferAssetJobResponseStateEnum["CANCEL"] = "CANCEL";
|
|
143
|
+
ShowTransferAssetJobResponseStateEnum["FAIL"] = "FAIL";
|
|
144
|
+
})(ShowTransferAssetJobResponseStateEnum = exports.ShowTransferAssetJobResponseStateEnum || (exports.ShowTransferAssetJobResponseStateEnum = {}));
|
|
145
|
+
//# sourceMappingURL=ShowTransferAssetJobResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowTransferAssetJobResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowTransferAssetJobResponse.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
export declare class ShowUsageDataRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
limit?: number;
|
|
6
|
+
offset?: number;
|
|
7
|
+
private 'X-App-UserId'?;
|
|
8
|
+
private 'start_time'?;
|
|
9
|
+
private 'end_time'?;
|
|
10
|
+
private 'user_id'?;
|
|
11
|
+
private 'resource_type'?;
|
|
12
|
+
private 'business_type'?;
|
|
13
|
+
unit?: ShowUsageDataRequestUnitEnum | string;
|
|
14
|
+
constructor(startTime?: string, endTime?: string);
|
|
15
|
+
withAuthorization(authorization: string): ShowUsageDataRequest;
|
|
16
|
+
set authorization(authorization: string | undefined);
|
|
17
|
+
get authorization(): string | undefined;
|
|
18
|
+
withXSdkDate(xSdkDate: string): ShowUsageDataRequest;
|
|
19
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
20
|
+
get xSdkDate(): string | undefined;
|
|
21
|
+
withXProjectId(xProjectId: string): ShowUsageDataRequest;
|
|
22
|
+
set xProjectId(xProjectId: string | undefined);
|
|
23
|
+
get xProjectId(): string | undefined;
|
|
24
|
+
withLimit(limit: number): ShowUsageDataRequest;
|
|
25
|
+
withOffset(offset: number): ShowUsageDataRequest;
|
|
26
|
+
withXAppUserId(xAppUserId: string): ShowUsageDataRequest;
|
|
27
|
+
set xAppUserId(xAppUserId: string | undefined);
|
|
28
|
+
get xAppUserId(): string | undefined;
|
|
29
|
+
withStartTime(startTime: string): ShowUsageDataRequest;
|
|
30
|
+
set startTime(startTime: string | undefined);
|
|
31
|
+
get startTime(): string | undefined;
|
|
32
|
+
withEndTime(endTime: string): ShowUsageDataRequest;
|
|
33
|
+
set endTime(endTime: string | undefined);
|
|
34
|
+
get endTime(): string | undefined;
|
|
35
|
+
withUserId(userId: string): ShowUsageDataRequest;
|
|
36
|
+
set userId(userId: string | undefined);
|
|
37
|
+
get userId(): string | undefined;
|
|
38
|
+
withResourceType(resourceType: string): ShowUsageDataRequest;
|
|
39
|
+
set resourceType(resourceType: string | undefined);
|
|
40
|
+
get resourceType(): string | undefined;
|
|
41
|
+
withBusinessType(businessType: string): ShowUsageDataRequest;
|
|
42
|
+
set businessType(businessType: string | undefined);
|
|
43
|
+
get businessType(): string | undefined;
|
|
44
|
+
withUnit(unit: ShowUsageDataRequestUnitEnum | string): ShowUsageDataRequest;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* @export
|
|
48
|
+
* @enum {string}
|
|
49
|
+
*/
|
|
50
|
+
export declare enum ShowUsageDataRequestUnitEnum {
|
|
51
|
+
MIN = "MIN",
|
|
52
|
+
HOUR = "HOUR"
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=ShowUsageDataRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowUsageDataRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowUsageDataRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAC7B,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;IACvB,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,SAAS,CAAC,CAAS;IAC3B,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,eAAe,CAAC,CAAS;IAC1B,IAAI,CAAC,EAAE,4BAA4B,GAAG,MAAM,CAAC;gBACjC,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IAIhD,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,oBAAoB;IAIrE,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,oBAAoB;IAI3D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,oBAAoB;IAI/D,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,oBAAoB;IAI9C,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,oBAAoB;IAIhD,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,oBAAoB;IAI/D,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,oBAAoB;IAI7D,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,oBAAoB;IAIzD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,oBAAoB;IAIvD,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,oBAAoB;IAInE,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,oBAAoB;IAInE,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,QAAQ,CAAC,IAAI,EAAE,4BAA4B,GAAG,MAAM,GAAG,oBAAoB;CAIrF;AAED;;;MAGM;AACN,oBAAY,4BAA4B;IACpC,GAAG,QAAQ;IACX,IAAI,SAAS;CAChB"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowUsageDataRequestUnitEnum = exports.ShowUsageDataRequest = void 0;
|
|
4
|
+
class ShowUsageDataRequest {
|
|
5
|
+
constructor(startTime, endTime) {
|
|
6
|
+
this['start_time'] = startTime;
|
|
7
|
+
this['end_time'] = endTime;
|
|
8
|
+
}
|
|
9
|
+
withAuthorization(authorization) {
|
|
10
|
+
this['Authorization'] = authorization;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set authorization(authorization) {
|
|
14
|
+
this['Authorization'] = authorization;
|
|
15
|
+
}
|
|
16
|
+
get authorization() {
|
|
17
|
+
return this['Authorization'];
|
|
18
|
+
}
|
|
19
|
+
withXSdkDate(xSdkDate) {
|
|
20
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set xSdkDate(xSdkDate) {
|
|
24
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
25
|
+
}
|
|
26
|
+
get xSdkDate() {
|
|
27
|
+
return this['X-Sdk-Date'];
|
|
28
|
+
}
|
|
29
|
+
withXProjectId(xProjectId) {
|
|
30
|
+
this['X-Project-Id'] = xProjectId;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set xProjectId(xProjectId) {
|
|
34
|
+
this['X-Project-Id'] = xProjectId;
|
|
35
|
+
}
|
|
36
|
+
get xProjectId() {
|
|
37
|
+
return this['X-Project-Id'];
|
|
38
|
+
}
|
|
39
|
+
withLimit(limit) {
|
|
40
|
+
this['limit'] = limit;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
withOffset(offset) {
|
|
44
|
+
this['offset'] = offset;
|
|
45
|
+
return this;
|
|
46
|
+
}
|
|
47
|
+
withXAppUserId(xAppUserId) {
|
|
48
|
+
this['X-App-UserId'] = xAppUserId;
|
|
49
|
+
return this;
|
|
50
|
+
}
|
|
51
|
+
set xAppUserId(xAppUserId) {
|
|
52
|
+
this['X-App-UserId'] = xAppUserId;
|
|
53
|
+
}
|
|
54
|
+
get xAppUserId() {
|
|
55
|
+
return this['X-App-UserId'];
|
|
56
|
+
}
|
|
57
|
+
withStartTime(startTime) {
|
|
58
|
+
this['start_time'] = startTime;
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
set startTime(startTime) {
|
|
62
|
+
this['start_time'] = startTime;
|
|
63
|
+
}
|
|
64
|
+
get startTime() {
|
|
65
|
+
return this['start_time'];
|
|
66
|
+
}
|
|
67
|
+
withEndTime(endTime) {
|
|
68
|
+
this['end_time'] = endTime;
|
|
69
|
+
return this;
|
|
70
|
+
}
|
|
71
|
+
set endTime(endTime) {
|
|
72
|
+
this['end_time'] = endTime;
|
|
73
|
+
}
|
|
74
|
+
get endTime() {
|
|
75
|
+
return this['end_time'];
|
|
76
|
+
}
|
|
77
|
+
withUserId(userId) {
|
|
78
|
+
this['user_id'] = userId;
|
|
79
|
+
return this;
|
|
80
|
+
}
|
|
81
|
+
set userId(userId) {
|
|
82
|
+
this['user_id'] = userId;
|
|
83
|
+
}
|
|
84
|
+
get userId() {
|
|
85
|
+
return this['user_id'];
|
|
86
|
+
}
|
|
87
|
+
withResourceType(resourceType) {
|
|
88
|
+
this['resource_type'] = resourceType;
|
|
89
|
+
return this;
|
|
90
|
+
}
|
|
91
|
+
set resourceType(resourceType) {
|
|
92
|
+
this['resource_type'] = resourceType;
|
|
93
|
+
}
|
|
94
|
+
get resourceType() {
|
|
95
|
+
return this['resource_type'];
|
|
96
|
+
}
|
|
97
|
+
withBusinessType(businessType) {
|
|
98
|
+
this['business_type'] = businessType;
|
|
99
|
+
return this;
|
|
100
|
+
}
|
|
101
|
+
set businessType(businessType) {
|
|
102
|
+
this['business_type'] = businessType;
|
|
103
|
+
}
|
|
104
|
+
get businessType() {
|
|
105
|
+
return this['business_type'];
|
|
106
|
+
}
|
|
107
|
+
withUnit(unit) {
|
|
108
|
+
this['unit'] = unit;
|
|
109
|
+
return this;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
exports.ShowUsageDataRequest = ShowUsageDataRequest;
|
|
113
|
+
/**
|
|
114
|
+
* @export
|
|
115
|
+
* @enum {string}
|
|
116
|
+
*/
|
|
117
|
+
var ShowUsageDataRequestUnitEnum;
|
|
118
|
+
(function (ShowUsageDataRequestUnitEnum) {
|
|
119
|
+
ShowUsageDataRequestUnitEnum["MIN"] = "MIN";
|
|
120
|
+
ShowUsageDataRequestUnitEnum["HOUR"] = "HOUR";
|
|
121
|
+
})(ShowUsageDataRequestUnitEnum = exports.ShowUsageDataRequestUnitEnum || (exports.ShowUsageDataRequestUnitEnum = {}));
|
|
122
|
+
//# sourceMappingURL=ShowUsageDataRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowUsageDataRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowUsageDataRequest.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { TimeResourceUsageInfo } from './TimeResourceUsageInfo';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ShowUsageDataResponse extends SdkResponse {
|
|
4
|
+
count?: number;
|
|
5
|
+
private 'time_list'?;
|
|
6
|
+
private 'X-Request-Id'?;
|
|
7
|
+
constructor();
|
|
8
|
+
withCount(count: number): ShowUsageDataResponse;
|
|
9
|
+
withTimeList(timeList: Array<TimeResourceUsageInfo>): ShowUsageDataResponse;
|
|
10
|
+
set timeList(timeList: Array<TimeResourceUsageInfo> | undefined);
|
|
11
|
+
get timeList(): Array<TimeResourceUsageInfo> | undefined;
|
|
12
|
+
withXRequestId(xRequestId: string): ShowUsageDataResponse;
|
|
13
|
+
set xRequestId(xRequestId: string | undefined);
|
|
14
|
+
get xRequestId(): string | undefined;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=ShowUsageDataResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowUsageDataResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowUsageDataResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qBAAsB,SAAQ,WAAW;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,WAAW,CAAC,CAA+B;IACnD,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,qBAAqB;IAI/C,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,qBAAqB;IAIlF,IAAW,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAI,SAAS,EAEtE;IACD,IAAW,QAAQ,IAAI,KAAK,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAE9D;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,qBAAqB;IAIhE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ShowUsageDataResponse = void 0;
|
|
4
4
|
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
-
class
|
|
5
|
+
class ShowUsageDataResponse extends SdkResponse_1.SdkResponse {
|
|
6
6
|
constructor() {
|
|
7
7
|
super();
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
this['
|
|
9
|
+
withCount(count) {
|
|
10
|
+
this['count'] = count;
|
|
11
11
|
return this;
|
|
12
12
|
}
|
|
13
|
-
|
|
14
|
-
this['
|
|
13
|
+
withTimeList(timeList) {
|
|
14
|
+
this['time_list'] = timeList;
|
|
15
15
|
return this;
|
|
16
16
|
}
|
|
17
|
-
set
|
|
18
|
-
this['
|
|
17
|
+
set timeList(timeList) {
|
|
18
|
+
this['time_list'] = timeList;
|
|
19
19
|
}
|
|
20
|
-
get
|
|
21
|
-
return this['
|
|
20
|
+
get timeList() {
|
|
21
|
+
return this['time_list'];
|
|
22
22
|
}
|
|
23
23
|
withXRequestId(xRequestId) {
|
|
24
24
|
this['X-Request-Id'] = xRequestId;
|
|
@@ -31,5 +31,5 @@ class ListTtsaJobsResponse extends SdkResponse_1.SdkResponse {
|
|
|
31
31
|
return this['X-Request-Id'];
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
exports.
|
|
35
|
-
//# sourceMappingURL=
|
|
34
|
+
exports.ShowUsageDataResponse = ShowUsageDataResponse;
|
|
35
|
+
//# sourceMappingURL=ShowUsageDataResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowUsageDataResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowUsageDataResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,qBAAsB,SAAQ,yBAAW;IAIlD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAsC;QACtD,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAAmD;QACnE,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,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;AA/BD,sDA+BC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class ShowUserReviewAttachmentUploadingAddressRequest {
|
|
2
|
+
private 'job_id'?;
|
|
3
|
+
private 'start_number'?;
|
|
4
|
+
private 'end_number'?;
|
|
5
|
+
constructor(jobId?: string);
|
|
6
|
+
withJobId(jobId: string): ShowUserReviewAttachmentUploadingAddressRequest;
|
|
7
|
+
set jobId(jobId: string | undefined);
|
|
8
|
+
get jobId(): string | undefined;
|
|
9
|
+
withStartNumber(startNumber: number): ShowUserReviewAttachmentUploadingAddressRequest;
|
|
10
|
+
set startNumber(startNumber: number | undefined);
|
|
11
|
+
get startNumber(): number | undefined;
|
|
12
|
+
withEndNumber(endNumber: number): ShowUserReviewAttachmentUploadingAddressRequest;
|
|
13
|
+
set endNumber(endNumber: number | undefined);
|
|
14
|
+
get endNumber(): number | undefined;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=ShowUserReviewAttachmentUploadingAddressRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowUserReviewAttachmentUploadingAddressRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowUserReviewAttachmentUploadingAddressRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,+CAA+C;IACxD,OAAO,CAAC,QAAQ,CAAC,CAAS;IAC1B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,YAAY,CAAC,CAAS;gBACX,KAAK,CAAC,EAAE,MAAM;IAG1B,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,+CAA+C;IAIhF,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAI,SAAS,EAE1C;IACD,IAAW,KAAK,IAAI,MAAM,GAAG,SAAS,CAErC;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,+CAA+C;IAI5F,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,+CAA+C;IAIxF,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;CACJ"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowUserReviewAttachmentUploadingAddressRequest = void 0;
|
|
4
|
+
class ShowUserReviewAttachmentUploadingAddressRequest {
|
|
5
|
+
constructor(jobId) {
|
|
6
|
+
this['job_id'] = jobId;
|
|
7
|
+
}
|
|
8
|
+
withJobId(jobId) {
|
|
9
|
+
this['job_id'] = jobId;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set jobId(jobId) {
|
|
13
|
+
this['job_id'] = jobId;
|
|
14
|
+
}
|
|
15
|
+
get jobId() {
|
|
16
|
+
return this['job_id'];
|
|
17
|
+
}
|
|
18
|
+
withStartNumber(startNumber) {
|
|
19
|
+
this['start_number'] = startNumber;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
set startNumber(startNumber) {
|
|
23
|
+
this['start_number'] = startNumber;
|
|
24
|
+
}
|
|
25
|
+
get startNumber() {
|
|
26
|
+
return this['start_number'];
|
|
27
|
+
}
|
|
28
|
+
withEndNumber(endNumber) {
|
|
29
|
+
this['end_number'] = endNumber;
|
|
30
|
+
return this;
|
|
31
|
+
}
|
|
32
|
+
set endNumber(endNumber) {
|
|
33
|
+
this['end_number'] = endNumber;
|
|
34
|
+
}
|
|
35
|
+
get endNumber() {
|
|
36
|
+
return this['end_number'];
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
exports.ShowUserReviewAttachmentUploadingAddressRequest = ShowUserReviewAttachmentUploadingAddressRequest;
|
|
40
|
+
//# sourceMappingURL=ShowUserReviewAttachmentUploadingAddressRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowUserReviewAttachmentUploadingAddressRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowUserReviewAttachmentUploadingAddressRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,+CAA+C;IAIxD,YAAmB,KAAc;QAC7B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,KAAK,CAAC,KAA0B;QACvC,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACD,IAAW,KAAK;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1B,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;CACJ;AArCD,0GAqCC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AttachmentUploadingAddress } from './AttachmentUploadingAddress';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ShowUserReviewAttachmentUploadingAddressResponse extends SdkResponse {
|
|
4
|
+
addresses?: Array<AttachmentUploadingAddress>;
|
|
5
|
+
constructor();
|
|
6
|
+
withAddresses(addresses: Array<AttachmentUploadingAddress>): ShowUserReviewAttachmentUploadingAddressResponse;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=ShowUserReviewAttachmentUploadingAddressResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowUserReviewAttachmentUploadingAddressResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowUserReviewAttachmentUploadingAddressResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE1E,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,gDAAiD,SAAQ,WAAW;IACtE,SAAS,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;;IAI9C,aAAa,CAAC,SAAS,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,gDAAgD;CAIvH"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowUserReviewAttachmentUploadingAddressResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowUserReviewAttachmentUploadingAddressResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withAddresses(addresses) {
|
|
10
|
+
this['addresses'] = addresses;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.ShowUserReviewAttachmentUploadingAddressResponse = ShowUserReviewAttachmentUploadingAddressResponse;
|
|
15
|
+
//# sourceMappingURL=ShowUserReviewAttachmentUploadingAddressResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowUserReviewAttachmentUploadingAddressResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ShowUserReviewAttachmentUploadingAddressResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,gDAAiD,SAAQ,yBAAW;IAE7E;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,aAAa,CAAC,SAA4C;QAC7D,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AATD,4GASC"}
|