@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,32 @@
|
|
|
1
|
+
export declare class AllocateSpResourceInfo {
|
|
2
|
+
private 'assignment_record_id'?;
|
|
3
|
+
private 'resource_spec_code'?;
|
|
4
|
+
private 'charging_mode'?;
|
|
5
|
+
private 'resource_num'?;
|
|
6
|
+
private 'resource_used_num'?;
|
|
7
|
+
private 'resource_allocate_time'?;
|
|
8
|
+
private 'resource_expire_time'?;
|
|
9
|
+
constructor();
|
|
10
|
+
withAssignmentRecordId(assignmentRecordId: string): AllocateSpResourceInfo;
|
|
11
|
+
set assignmentRecordId(assignmentRecordId: string | undefined);
|
|
12
|
+
get assignmentRecordId(): string | undefined;
|
|
13
|
+
withResourceSpecCode(resourceSpecCode: string): AllocateSpResourceInfo;
|
|
14
|
+
set resourceSpecCode(resourceSpecCode: string | undefined);
|
|
15
|
+
get resourceSpecCode(): string | undefined;
|
|
16
|
+
withChargingMode(chargingMode: string): AllocateSpResourceInfo;
|
|
17
|
+
set chargingMode(chargingMode: string | undefined);
|
|
18
|
+
get chargingMode(): string | undefined;
|
|
19
|
+
withResourceNum(resourceNum: number): AllocateSpResourceInfo;
|
|
20
|
+
set resourceNum(resourceNum: number | undefined);
|
|
21
|
+
get resourceNum(): number | undefined;
|
|
22
|
+
withResourceUsedNum(resourceUsedNum: number): AllocateSpResourceInfo;
|
|
23
|
+
set resourceUsedNum(resourceUsedNum: number | undefined);
|
|
24
|
+
get resourceUsedNum(): number | undefined;
|
|
25
|
+
withResourceAllocateTime(resourceAllocateTime: number): AllocateSpResourceInfo;
|
|
26
|
+
set resourceAllocateTime(resourceAllocateTime: number | undefined);
|
|
27
|
+
get resourceAllocateTime(): number | undefined;
|
|
28
|
+
withResourceExpireTime(resourceExpireTime: number): AllocateSpResourceInfo;
|
|
29
|
+
set resourceExpireTime(resourceExpireTime: number | undefined);
|
|
30
|
+
get resourceExpireTime(): number | undefined;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=AllocateSpResourceInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AllocateSpResourceInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AllocateSpResourceInfo.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAC/B,OAAO,CAAC,sBAAsB,CAAC,CAAS;IACxC,OAAO,CAAC,oBAAoB,CAAC,CAAS;IACtC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,mBAAmB,CAAC,CAAS;IACrC,OAAO,CAAC,wBAAwB,CAAC,CAAS;IAC1C,OAAO,CAAC,sBAAsB,CAAC,CAAS;;IAGjC,sBAAsB,CAAC,kBAAkB,EAAE,MAAM,GAAG,sBAAsB;IAIjF,IAAW,kBAAkB,CAAC,kBAAkB,EAAE,MAAM,GAAI,SAAS,EAEpE;IACD,IAAW,kBAAkB,IAAI,MAAM,GAAG,SAAS,CAElD;IACM,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,sBAAsB;IAI7E,IAAW,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAI,SAAS,EAEhE;IACD,IAAW,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAEhD;IACM,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,sBAAsB;IAIrE,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,sBAAsB;IAInE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,mBAAmB,CAAC,eAAe,EAAE,MAAM,GAAG,sBAAsB;IAI3E,IAAW,eAAe,CAAC,eAAe,EAAE,MAAM,GAAI,SAAS,EAE9D;IACD,IAAW,eAAe,IAAI,MAAM,GAAG,SAAS,CAE/C;IACM,wBAAwB,CAAC,oBAAoB,EAAE,MAAM,GAAG,sBAAsB;IAIrF,IAAW,oBAAoB,CAAC,oBAAoB,EAAE,MAAM,GAAI,SAAS,EAExE;IACD,IAAW,oBAAoB,IAAI,MAAM,GAAG,SAAS,CAEpD;IACM,sBAAsB,CAAC,kBAAkB,EAAE,MAAM,GAAG,sBAAsB;IAIjF,IAAW,kBAAkB,CAAC,kBAAkB,EAAE,MAAM,GAAI,SAAS,EAEpE;IACD,IAAW,kBAAkB,IAAI,MAAM,GAAG,SAAS,CAElD;CACJ"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AllocateSpResourceInfo = void 0;
|
|
4
|
+
class AllocateSpResourceInfo {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withAssignmentRecordId(assignmentRecordId) {
|
|
8
|
+
this['assignment_record_id'] = assignmentRecordId;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set assignmentRecordId(assignmentRecordId) {
|
|
12
|
+
this['assignment_record_id'] = assignmentRecordId;
|
|
13
|
+
}
|
|
14
|
+
get assignmentRecordId() {
|
|
15
|
+
return this['assignment_record_id'];
|
|
16
|
+
}
|
|
17
|
+
withResourceSpecCode(resourceSpecCode) {
|
|
18
|
+
this['resource_spec_code'] = resourceSpecCode;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set resourceSpecCode(resourceSpecCode) {
|
|
22
|
+
this['resource_spec_code'] = resourceSpecCode;
|
|
23
|
+
}
|
|
24
|
+
get resourceSpecCode() {
|
|
25
|
+
return this['resource_spec_code'];
|
|
26
|
+
}
|
|
27
|
+
withChargingMode(chargingMode) {
|
|
28
|
+
this['charging_mode'] = chargingMode;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set chargingMode(chargingMode) {
|
|
32
|
+
this['charging_mode'] = chargingMode;
|
|
33
|
+
}
|
|
34
|
+
get chargingMode() {
|
|
35
|
+
return this['charging_mode'];
|
|
36
|
+
}
|
|
37
|
+
withResourceNum(resourceNum) {
|
|
38
|
+
this['resource_num'] = resourceNum;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
set resourceNum(resourceNum) {
|
|
42
|
+
this['resource_num'] = resourceNum;
|
|
43
|
+
}
|
|
44
|
+
get resourceNum() {
|
|
45
|
+
return this['resource_num'];
|
|
46
|
+
}
|
|
47
|
+
withResourceUsedNum(resourceUsedNum) {
|
|
48
|
+
this['resource_used_num'] = resourceUsedNum;
|
|
49
|
+
return this;
|
|
50
|
+
}
|
|
51
|
+
set resourceUsedNum(resourceUsedNum) {
|
|
52
|
+
this['resource_used_num'] = resourceUsedNum;
|
|
53
|
+
}
|
|
54
|
+
get resourceUsedNum() {
|
|
55
|
+
return this['resource_used_num'];
|
|
56
|
+
}
|
|
57
|
+
withResourceAllocateTime(resourceAllocateTime) {
|
|
58
|
+
this['resource_allocate_time'] = resourceAllocateTime;
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
set resourceAllocateTime(resourceAllocateTime) {
|
|
62
|
+
this['resource_allocate_time'] = resourceAllocateTime;
|
|
63
|
+
}
|
|
64
|
+
get resourceAllocateTime() {
|
|
65
|
+
return this['resource_allocate_time'];
|
|
66
|
+
}
|
|
67
|
+
withResourceExpireTime(resourceExpireTime) {
|
|
68
|
+
this['resource_expire_time'] = resourceExpireTime;
|
|
69
|
+
return this;
|
|
70
|
+
}
|
|
71
|
+
set resourceExpireTime(resourceExpireTime) {
|
|
72
|
+
this['resource_expire_time'] = resourceExpireTime;
|
|
73
|
+
}
|
|
74
|
+
get resourceExpireTime() {
|
|
75
|
+
return this['resource_expire_time'];
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
exports.AllocateSpResourceInfo = AllocateSpResourceInfo;
|
|
79
|
+
//# sourceMappingURL=AllocateSpResourceInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AllocateSpResourceInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AllocateSpResourceInfo.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;IAQ/B;IACA,CAAC;IACM,sBAAsB,CAAC,kBAA0B;QACpD,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,kBAAkB,CAAC,kBAAuC;QACjE,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACD,IAAW,kBAAkB;QACzB,OAAO,IAAI,CAAC,sBAAsB,CAAC,CAAC;IACxC,CAAC;IACM,oBAAoB,CAAC,gBAAwB;QAChD,IAAI,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;QAC9C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,gBAAgB,CAAC,gBAAqC;QAC7D,IAAI,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;IAClD,CAAC;IACD,IAAW,gBAAgB;QACvB,OAAO,IAAI,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,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,mBAAmB,CAAC,eAAuB;QAC9C,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAoC;QAC3D,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;IACM,wBAAwB,CAAC,oBAA4B;QACxD,IAAI,CAAC,wBAAwB,CAAC,GAAG,oBAAoB,CAAC;QACtD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,oBAAoB,CAAC,oBAAyC;QACrE,IAAI,CAAC,wBAAwB,CAAC,GAAG,oBAAoB,CAAC;IAC1D,CAAC;IACD,IAAW,oBAAoB;QAC3B,OAAO,IAAI,CAAC,wBAAwB,CAAC,CAAC;IAC1C,CAAC;IACM,sBAAsB,CAAC,kBAA0B;QACpD,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,kBAAkB,CAAC,kBAAuC;QACjE,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACD,IAAW,kBAAkB;QACzB,OAAO,IAAI,CAAC,sBAAsB,CAAC,CAAC;IACxC,CAAC;CACJ;AAhFD,wDAgFC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class AllocateSpResourceSummaryInfo {
|
|
2
|
+
private 'resource_spec_code'?;
|
|
3
|
+
private 'resource_num'?;
|
|
4
|
+
private 'resource_used_num'?;
|
|
5
|
+
private 'resource_remind_quota'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withResourceSpecCode(resourceSpecCode: string): AllocateSpResourceSummaryInfo;
|
|
8
|
+
set resourceSpecCode(resourceSpecCode: string | undefined);
|
|
9
|
+
get resourceSpecCode(): string | undefined;
|
|
10
|
+
withResourceNum(resourceNum: number): AllocateSpResourceSummaryInfo;
|
|
11
|
+
set resourceNum(resourceNum: number | undefined);
|
|
12
|
+
get resourceNum(): number | undefined;
|
|
13
|
+
withResourceUsedNum(resourceUsedNum: number): AllocateSpResourceSummaryInfo;
|
|
14
|
+
set resourceUsedNum(resourceUsedNum: number | undefined);
|
|
15
|
+
get resourceUsedNum(): number | undefined;
|
|
16
|
+
withResourceRemindQuota(resourceRemindQuota: number): AllocateSpResourceSummaryInfo;
|
|
17
|
+
set resourceRemindQuota(resourceRemindQuota: number | undefined);
|
|
18
|
+
get resourceRemindQuota(): number | undefined;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=AllocateSpResourceSummaryInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AllocateSpResourceSummaryInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AllocateSpResourceSummaryInfo.ts"],"names":[],"mappings":"AAEA,qBAAa,6BAA6B;IACtC,OAAO,CAAC,oBAAoB,CAAC,CAAS;IACtC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,mBAAmB,CAAC,CAAS;IACrC,OAAO,CAAC,uBAAuB,CAAC,CAAS;;IAGlC,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,6BAA6B;IAIpF,IAAW,gBAAgB,CAAC,gBAAgB,EAAE,MAAM,GAAI,SAAS,EAEhE;IACD,IAAW,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAEhD;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,6BAA6B;IAI1E,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,mBAAmB,CAAC,eAAe,EAAE,MAAM,GAAG,6BAA6B;IAIlF,IAAW,eAAe,CAAC,eAAe,EAAE,MAAM,GAAI,SAAS,EAE9D;IACD,IAAW,eAAe,IAAI,MAAM,GAAG,SAAS,CAE/C;IACM,uBAAuB,CAAC,mBAAmB,EAAE,MAAM,GAAG,6BAA6B;IAI1F,IAAW,mBAAmB,CAAC,mBAAmB,EAAE,MAAM,GAAI,SAAS,EAEtE;IACD,IAAW,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAEnD;CACJ"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AllocateSpResourceSummaryInfo = void 0;
|
|
4
|
+
class AllocateSpResourceSummaryInfo {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withResourceSpecCode(resourceSpecCode) {
|
|
8
|
+
this['resource_spec_code'] = resourceSpecCode;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set resourceSpecCode(resourceSpecCode) {
|
|
12
|
+
this['resource_spec_code'] = resourceSpecCode;
|
|
13
|
+
}
|
|
14
|
+
get resourceSpecCode() {
|
|
15
|
+
return this['resource_spec_code'];
|
|
16
|
+
}
|
|
17
|
+
withResourceNum(resourceNum) {
|
|
18
|
+
this['resource_num'] = resourceNum;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set resourceNum(resourceNum) {
|
|
22
|
+
this['resource_num'] = resourceNum;
|
|
23
|
+
}
|
|
24
|
+
get resourceNum() {
|
|
25
|
+
return this['resource_num'];
|
|
26
|
+
}
|
|
27
|
+
withResourceUsedNum(resourceUsedNum) {
|
|
28
|
+
this['resource_used_num'] = resourceUsedNum;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set resourceUsedNum(resourceUsedNum) {
|
|
32
|
+
this['resource_used_num'] = resourceUsedNum;
|
|
33
|
+
}
|
|
34
|
+
get resourceUsedNum() {
|
|
35
|
+
return this['resource_used_num'];
|
|
36
|
+
}
|
|
37
|
+
withResourceRemindQuota(resourceRemindQuota) {
|
|
38
|
+
this['resource_remind_quota'] = resourceRemindQuota;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
set resourceRemindQuota(resourceRemindQuota) {
|
|
42
|
+
this['resource_remind_quota'] = resourceRemindQuota;
|
|
43
|
+
}
|
|
44
|
+
get resourceRemindQuota() {
|
|
45
|
+
return this['resource_remind_quota'];
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.AllocateSpResourceSummaryInfo = AllocateSpResourceSummaryInfo;
|
|
49
|
+
//# sourceMappingURL=AllocateSpResourceSummaryInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AllocateSpResourceSummaryInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AllocateSpResourceSummaryInfo.ts"],"names":[],"mappings":";;;AAEA,MAAa,6BAA6B;IAKtC;IACA,CAAC;IACM,oBAAoB,CAAC,gBAAwB;QAChD,IAAI,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;QAC9C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,gBAAgB,CAAC,gBAAqC;QAC7D,IAAI,CAAC,oBAAoB,CAAC,GAAG,gBAAgB,CAAC;IAClD,CAAC;IACD,IAAW,gBAAgB;QACvB,OAAO,IAAI,CAAC,oBAAoB,CAAC,CAAC;IACtC,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,mBAAmB,CAAC,eAAuB;QAC9C,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAoC;QAC3D,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;IACM,uBAAuB,CAAC,mBAA2B;QACtD,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;QACpD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,mBAAmB,CAAC,mBAAwC;QACnE,IAAI,CAAC,uBAAuB,CAAC,GAAG,mBAAmB,CAAC;IACxD,CAAC;IACD,IAAW,mBAAmB;QAC1B,OAAO,IAAI,CAAC,uBAAuB,CAAC,CAAC;IACzC,CAAC;CACJ;AA/CD,sEA+CC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class AttachmentUploadingAddress {
|
|
2
|
+
private 'number'?;
|
|
3
|
+
private 'uploading_url'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withModelNumber(modelNumber: number): AttachmentUploadingAddress;
|
|
6
|
+
set modelNumber(modelNumber: number | undefined);
|
|
7
|
+
get modelNumber(): number | undefined;
|
|
8
|
+
withUploadingUrl(uploadingUrl: string): AttachmentUploadingAddress;
|
|
9
|
+
set uploadingUrl(uploadingUrl: string | undefined);
|
|
10
|
+
get uploadingUrl(): string | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AttachmentUploadingAddress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttachmentUploadingAddress.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AttachmentUploadingAddress.ts"],"names":[],"mappings":"AAEA,qBAAa,0BAA0B;IACnC,OAAO,CAAC,QAAQ,CAAC,CAAS;IAC1B,OAAO,CAAC,eAAe,CAAC,CAAS;;IAG1B,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,0BAA0B;IAIvE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,0BAA0B;IAIzE,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;CACJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AttachmentUploadingAddress = void 0;
|
|
4
|
+
class AttachmentUploadingAddress {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withModelNumber(modelNumber) {
|
|
8
|
+
this['number'] = modelNumber;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set modelNumber(modelNumber) {
|
|
12
|
+
this['number'] = modelNumber;
|
|
13
|
+
}
|
|
14
|
+
get modelNumber() {
|
|
15
|
+
return this['number'];
|
|
16
|
+
}
|
|
17
|
+
withUploadingUrl(uploadingUrl) {
|
|
18
|
+
this['uploading_url'] = uploadingUrl;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set uploadingUrl(uploadingUrl) {
|
|
22
|
+
this['uploading_url'] = uploadingUrl;
|
|
23
|
+
}
|
|
24
|
+
get uploadingUrl() {
|
|
25
|
+
return this['uploading_url'];
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.AttachmentUploadingAddress = AttachmentUploadingAddress;
|
|
29
|
+
//# sourceMappingURL=AttachmentUploadingAddress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttachmentUploadingAddress.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/AttachmentUploadingAddress.ts"],"names":[],"mappings":";;;AAEA,MAAa,0BAA0B;IAGnC;IACA,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,QAAQ,CAAC,GAAG,WAAW,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,QAAQ,CAAC,GAAG,WAAW,CAAC;IACjC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1B,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;CACJ;AAzBD,gEAyBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BillResourceType.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/BillResourceType.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;;CAG5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BillResourceType.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/BillResourceType.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IACzB;IACA,CAAC;CACJ;AAHD,4CAGC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { BillResourceType } from './BillResourceType';
|
|
2
|
+
export declare class BillResources {
|
|
3
|
+
private 'resource_type'?;
|
|
4
|
+
private 'resource_nums'?;
|
|
5
|
+
constructor();
|
|
6
|
+
withResourceType(resourceType: BillResourceType): BillResources;
|
|
7
|
+
set resourceType(resourceType: BillResourceType | undefined);
|
|
8
|
+
get resourceType(): BillResourceType | undefined;
|
|
9
|
+
withResourceNums(resourceNums: number): BillResources;
|
|
10
|
+
set resourceNums(resourceNums: number | undefined);
|
|
11
|
+
get resourceNums(): number | undefined;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=BillResources.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BillResources.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/BillResources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGtD,qBAAa,aAAa;IACtB,OAAO,CAAC,eAAe,CAAC,CAAmB;IAC3C,OAAO,CAAC,eAAe,CAAC,CAAS;;IAG1B,gBAAgB,CAAC,YAAY,EAAE,gBAAgB,GAAG,aAAa;IAItE,IAAW,YAAY,CAAC,YAAY,EAAE,gBAAgB,GAAI,SAAS,EAElE;IACD,IAAW,YAAY,IAAI,gBAAgB,GAAG,SAAS,CAEtD;IACM,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,aAAa;IAI5D,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;CACJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BillResources = void 0;
|
|
4
|
+
class BillResources {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withResourceType(resourceType) {
|
|
8
|
+
this['resource_type'] = resourceType;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set resourceType(resourceType) {
|
|
12
|
+
this['resource_type'] = resourceType;
|
|
13
|
+
}
|
|
14
|
+
get resourceType() {
|
|
15
|
+
return this['resource_type'];
|
|
16
|
+
}
|
|
17
|
+
withResourceNums(resourceNums) {
|
|
18
|
+
this['resource_nums'] = resourceNums;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set resourceNums(resourceNums) {
|
|
22
|
+
this['resource_nums'] = resourceNums;
|
|
23
|
+
}
|
|
24
|
+
get resourceNums() {
|
|
25
|
+
return this['resource_nums'];
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.BillResources = BillResources;
|
|
29
|
+
//# sourceMappingURL=BillResources.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BillResources.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/BillResources.ts"],"names":[],"mappings":";;;AAGA,MAAa,aAAa;IAGtB;IACA,CAAC;IACM,gBAAgB,CAAC,YAA8B;QAClD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAA2C;QAC/D,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;CACJ;AAzBD,sCAyBC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class BindAssetResourceReq {
|
|
2
|
+
private 'asset_id'?;
|
|
3
|
+
private 'business_type'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withAssetId(assetId: string): BindAssetResourceReq;
|
|
6
|
+
set assetId(assetId: string | undefined);
|
|
7
|
+
get assetId(): string | undefined;
|
|
8
|
+
withBusinessType(businessType: string): BindAssetResourceReq;
|
|
9
|
+
set businessType(businessType: string | undefined);
|
|
10
|
+
get businessType(): string | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=BindAssetResourceReq.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BindAssetResourceReq.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/BindAssetResourceReq.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,eAAe,CAAC,CAAS;;IAG1B,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,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;CACJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BindAssetResourceReq = void 0;
|
|
4
|
+
class BindAssetResourceReq {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withAssetId(assetId) {
|
|
8
|
+
this['asset_id'] = assetId;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set assetId(assetId) {
|
|
12
|
+
this['asset_id'] = assetId;
|
|
13
|
+
}
|
|
14
|
+
get assetId() {
|
|
15
|
+
return this['asset_id'];
|
|
16
|
+
}
|
|
17
|
+
withBusinessType(businessType) {
|
|
18
|
+
this['business_type'] = businessType;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set businessType(businessType) {
|
|
22
|
+
this['business_type'] = businessType;
|
|
23
|
+
}
|
|
24
|
+
get businessType() {
|
|
25
|
+
return this['business_type'];
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.BindAssetResourceReq = BindAssetResourceReq;
|
|
29
|
+
//# sourceMappingURL=BindAssetResourceReq.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BindAssetResourceReq.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/BindAssetResourceReq.ts"],"names":[],"mappings":";;;AAEA,MAAa,oBAAoB;IAG7B;IACA,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;CACJ;AAzBD,oDAyBC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { BindAssetResourceReq } from './BindAssetResourceReq';
|
|
2
|
+
export declare class BindUserAssetResourceRequest {
|
|
3
|
+
private 'Authorization'?;
|
|
4
|
+
private 'X-Sdk-Date'?;
|
|
5
|
+
private 'X-Project-Id'?;
|
|
6
|
+
body?: BindAssetResourceReq;
|
|
7
|
+
constructor();
|
|
8
|
+
withAuthorization(authorization: string): BindUserAssetResourceRequest;
|
|
9
|
+
set authorization(authorization: string | undefined);
|
|
10
|
+
get authorization(): string | undefined;
|
|
11
|
+
withXSdkDate(xSdkDate: string): BindUserAssetResourceRequest;
|
|
12
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
13
|
+
get xSdkDate(): string | undefined;
|
|
14
|
+
withXProjectId(xProjectId: string): BindUserAssetResourceRequest;
|
|
15
|
+
set xProjectId(xProjectId: string | undefined);
|
|
16
|
+
get xProjectId(): string | undefined;
|
|
17
|
+
withBody(body: BindAssetResourceReq): BindUserAssetResourceRequest;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=BindUserAssetResourceRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BindUserAssetResourceRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/BindUserAssetResourceRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAG9D,qBAAa,4BAA4B;IACrC,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IACzB,IAAI,CAAC,EAAE,oBAAoB,CAAC;;IAG5B,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,4BAA4B;IAI7E,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,4BAA4B;IAInE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,4BAA4B;IAIvE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,QAAQ,CAAC,IAAI,EAAE,oBAAoB,GAAG,4BAA4B;CAI5E"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BindUserAssetResourceRequest = void 0;
|
|
4
|
+
class BindUserAssetResourceRequest {
|
|
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.BindUserAssetResourceRequest = BindUserAssetResourceRequest;
|
|
43
|
+
//# sourceMappingURL=BindUserAssetResourceRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BindUserAssetResourceRequest.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/BindUserAssetResourceRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,4BAA4B;IAKrC;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,IAA0B;QACtC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAzCD,oEAyCC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class BindUserAssetResourceResponse extends SdkResponse {
|
|
3
|
+
private 'X-Request-Id'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withXRequestId(xRequestId: string): BindUserAssetResourceResponse;
|
|
6
|
+
set xRequestId(xRequestId: string | undefined);
|
|
7
|
+
get xRequestId(): string | undefined;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=BindUserAssetResourceResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BindUserAssetResourceResponse.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/BindUserAssetResourceResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,6BAA8B,SAAQ,WAAW;IAC1D,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,6BAA6B;IAIxE,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.BindUserAssetResourceResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class BindUserAssetResourceResponse 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.BindUserAssetResourceResponse = BindUserAssetResourceResponse;
|
|
21
|
+
//# sourceMappingURL=BindUserAssetResourceResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BindUserAssetResourceResponse.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/BindUserAssetResourceResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,6BAA8B,SAAQ,yBAAW;IAE1D;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,sEAeC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare class CollectionInfo {
|
|
2
|
+
private 'collection_type'?;
|
|
3
|
+
private 'collection_ids'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withCollectionType(collectionType: CollectionInfoCollectionTypeEnum | string): CollectionInfo;
|
|
6
|
+
set collectionType(collectionType: CollectionInfoCollectionTypeEnum | string | undefined);
|
|
7
|
+
get collectionType(): CollectionInfoCollectionTypeEnum | string | undefined;
|
|
8
|
+
withCollectionIds(collectionIds: Array<string>): CollectionInfo;
|
|
9
|
+
set collectionIds(collectionIds: Array<string> | undefined);
|
|
10
|
+
get collectionIds(): Array<string> | undefined;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @export
|
|
14
|
+
* @enum {string}
|
|
15
|
+
*/
|
|
16
|
+
export declare enum CollectionInfoCollectionTypeEnum {
|
|
17
|
+
VOICE = "VOICE"
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=CollectionInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CollectionInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CollectionInfo.ts"],"names":[],"mappings":"AAEA,qBAAa,cAAc;IACvB,OAAO,CAAC,iBAAiB,CAAC,CAA4C;IACtE,OAAO,CAAC,gBAAgB,CAAC,CAAgB;;IAGlC,kBAAkB,CAAC,cAAc,EAAE,gCAAgC,GAAG,MAAM,GAAG,cAAc;IAIpG,IAAW,cAAc,CAAC,cAAc,EAAE,gCAAgC,GAAG,MAAM,GAAI,SAAS,EAE/F;IACD,IAAW,cAAc,IAAI,gCAAgC,GAAG,MAAM,GAAG,SAAS,CAEjF;IACM,iBAAiB,CAAC,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,cAAc;IAItE,IAAW,aAAa,CAAC,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,GAAI,SAAS,EAEjE;IACD,IAAW,aAAa,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAEpD;CACJ;AAED;;;MAGM;AACN,oBAAY,gCAAgC;IACxC,KAAK,UAAU;CAClB"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CollectionInfoCollectionTypeEnum = exports.CollectionInfo = void 0;
|
|
4
|
+
class CollectionInfo {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withCollectionType(collectionType) {
|
|
8
|
+
this['collection_type'] = collectionType;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set collectionType(collectionType) {
|
|
12
|
+
this['collection_type'] = collectionType;
|
|
13
|
+
}
|
|
14
|
+
get collectionType() {
|
|
15
|
+
return this['collection_type'];
|
|
16
|
+
}
|
|
17
|
+
withCollectionIds(collectionIds) {
|
|
18
|
+
this['collection_ids'] = collectionIds;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set collectionIds(collectionIds) {
|
|
22
|
+
this['collection_ids'] = collectionIds;
|
|
23
|
+
}
|
|
24
|
+
get collectionIds() {
|
|
25
|
+
return this['collection_ids'];
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.CollectionInfo = CollectionInfo;
|
|
29
|
+
/**
|
|
30
|
+
* @export
|
|
31
|
+
* @enum {string}
|
|
32
|
+
*/
|
|
33
|
+
var CollectionInfoCollectionTypeEnum;
|
|
34
|
+
(function (CollectionInfoCollectionTypeEnum) {
|
|
35
|
+
CollectionInfoCollectionTypeEnum["VOICE"] = "VOICE";
|
|
36
|
+
})(CollectionInfoCollectionTypeEnum = exports.CollectionInfoCollectionTypeEnum || (exports.CollectionInfoCollectionTypeEnum = {}));
|
|
37
|
+
//# sourceMappingURL=CollectionInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CollectionInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CollectionInfo.ts"],"names":[],"mappings":";;;AAEA,MAAa,cAAc;IAGvB;IACA,CAAC;IACM,kBAAkB,CAAC,cAAyD;QAC/E,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAsE;QAC5F,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,iBAAiB,CAAC,aAA4B;QACjD,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;QACvC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAyC;QAC9D,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;IAC3C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,CAAC;CACJ;AAzBD,wCAyBC;AAED;;;MAGM;AACN,IAAY,gCAEX;AAFD,WAAY,gCAAgC;IACxC,mDAAe,CAAA;AACnB,CAAC,EAFW,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAE3C"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class CommitShortJobRequest {
|
|
2
|
+
private 'Authorization'?;
|
|
3
|
+
private 'X-Sdk-Date'?;
|
|
4
|
+
private 'X-Project-Id'?;
|
|
5
|
+
private 'X-App-UserId'?;
|
|
6
|
+
private 'job_id'?;
|
|
7
|
+
constructor(jobId?: string);
|
|
8
|
+
withAuthorization(authorization: string): CommitShortJobRequest;
|
|
9
|
+
set authorization(authorization: string | undefined);
|
|
10
|
+
get authorization(): string | undefined;
|
|
11
|
+
withXSdkDate(xSdkDate: string): CommitShortJobRequest;
|
|
12
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
13
|
+
get xSdkDate(): string | undefined;
|
|
14
|
+
withXProjectId(xProjectId: string): CommitShortJobRequest;
|
|
15
|
+
set xProjectId(xProjectId: string | undefined);
|
|
16
|
+
get xProjectId(): string | undefined;
|
|
17
|
+
withXAppUserId(xAppUserId: string): CommitShortJobRequest;
|
|
18
|
+
set xAppUserId(xAppUserId: string | undefined);
|
|
19
|
+
get xAppUserId(): string | undefined;
|
|
20
|
+
withJobId(jobId: string): CommitShortJobRequest;
|
|
21
|
+
set jobId(jobId: string | undefined);
|
|
22
|
+
get jobId(): string | undefined;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=CommitShortJobRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommitShortJobRequest.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/CommitShortJobRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IAC9B,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,QAAQ,CAAC,CAAS;gBACP,KAAK,CAAC,EAAE,MAAM;IAG1B,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,qBAAqB;IAItE,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,qBAAqB;IAI5D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;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;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;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,qBAAqB;IAItD,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAI,SAAS,EAE1C;IACD,IAAW,KAAK,IAAI,MAAM,GAAG,SAAS,CAErC;CACJ"}
|