@huaweicloud/huaweicloud-sdk-metastudio 3.1.71 → 3.1.72

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.
Files changed (399) hide show
  1. package/package.json +2 -2
  2. package/v1/MetaStudioClient.d.ts +312 -62
  3. package/v1/MetaStudioClient.d.ts.map +1 -1
  4. package/v1/MetaStudioClient.js +735 -113
  5. package/v1/MetaStudioClient.js.map +1 -1
  6. package/v1/model/AssetFileInfo.d.ts +18 -0
  7. package/v1/model/AssetFileInfo.d.ts.map +1 -1
  8. package/v1/model/AssetFileInfo.js +24 -1
  9. package/v1/model/AssetFileInfo.js.map +1 -1
  10. package/v1/model/CallBackConfig.d.ts +22 -0
  11. package/v1/model/CallBackConfig.d.ts.map +1 -0
  12. package/v1/model/CallBackConfig.js +43 -0
  13. package/v1/model/CallBackConfig.js.map +1 -0
  14. package/v1/model/CheckTextLanguageRequest.d.ts +7 -0
  15. package/v1/model/CheckTextLanguageRequest.d.ts.map +1 -0
  16. package/v1/model/CheckTextLanguageRequest.js +13 -0
  17. package/v1/model/CheckTextLanguageRequest.js.map +1 -0
  18. package/v1/model/CheckTextLanguageResponse.d.ts +15 -0
  19. package/v1/model/CheckTextLanguageResponse.d.ts.map +1 -0
  20. package/v1/model/CheckTextLanguageResponse.js +24 -0
  21. package/v1/model/CheckTextLanguageResponse.js.map +1 -0
  22. package/v1/model/ControlSmartLiveReq.d.ts +7 -1
  23. package/v1/model/ControlSmartLiveReq.d.ts.map +1 -1
  24. package/v1/model/ControlSmartLiveReq.js +11 -0
  25. package/v1/model/ControlSmartLiveReq.js.map +1 -1
  26. package/v1/model/Create2DDigitalHumanVideoReq.d.ts +10 -0
  27. package/v1/model/Create2DDigitalHumanVideoReq.d.ts.map +1 -1
  28. package/v1/model/Create2DDigitalHumanVideoReq.js +20 -0
  29. package/v1/model/Create2DDigitalHumanVideoReq.js.map +1 -1
  30. package/v1/model/CreateDigitalAssetRequestBody.d.ts +11 -1
  31. package/v1/model/CreateDigitalAssetRequestBody.d.ts.map +1 -1
  32. package/v1/model/CreateDigitalAssetRequestBody.js +21 -0
  33. package/v1/model/CreateDigitalAssetRequestBody.js.map +1 -1
  34. package/v1/model/CreateDigitalHumanBusinessCardReq.d.ts +22 -1
  35. package/v1/model/CreateDigitalHumanBusinessCardReq.d.ts.map +1 -1
  36. package/v1/model/CreateDigitalHumanBusinessCardReq.js +41 -4
  37. package/v1/model/CreateDigitalHumanBusinessCardReq.js.map +1 -1
  38. package/v1/model/CreateFASReq.d.ts +12 -0
  39. package/v1/model/CreateFASReq.d.ts.map +1 -0
  40. package/v1/model/CreateFASReq.js +31 -0
  41. package/v1/model/CreateFASReq.js.map +1 -0
  42. package/v1/model/CreateFacialAnimationsRequest.d.ts +7 -0
  43. package/v1/model/CreateFacialAnimationsRequest.d.ts.map +1 -0
  44. package/v1/model/CreateFacialAnimationsRequest.js +13 -0
  45. package/v1/model/CreateFacialAnimationsRequest.js.map +1 -0
  46. package/v1/model/CreateFacialAnimationsResponse.d.ts +13 -0
  47. package/v1/model/CreateFacialAnimationsResponse.d.ts.map +1 -0
  48. package/v1/model/CreateFacialAnimationsResponse.js +31 -0
  49. package/v1/model/CreateFacialAnimationsResponse.js.map +1 -0
  50. package/v1/model/CreateInteractionRuleGroupRequest.d.ts +23 -0
  51. package/v1/model/CreateInteractionRuleGroupRequest.d.ts.map +1 -0
  52. package/v1/model/CreateInteractionRuleGroupRequest.js +53 -0
  53. package/v1/model/CreateInteractionRuleGroupRequest.js.map +1 -0
  54. package/v1/model/CreateInteractionRuleGroupResponse.d.ts +13 -0
  55. package/v1/model/CreateInteractionRuleGroupResponse.d.ts.map +1 -0
  56. package/v1/model/CreateInteractionRuleGroupResponse.js +31 -0
  57. package/v1/model/CreateInteractionRuleGroupResponse.js.map +1 -0
  58. package/v1/model/CreatePhotoDigitalHumanVideoReq.d.ts +5 -0
  59. package/v1/model/CreatePhotoDigitalHumanVideoReq.d.ts.map +1 -1
  60. package/v1/model/CreatePhotoDigitalHumanVideoReq.js +10 -0
  61. package/v1/model/CreatePhotoDigitalHumanVideoReq.js.map +1 -1
  62. package/v1/model/CreatePictureModelingByUrlJobRequest.d.ts +0 -4
  63. package/v1/model/CreatePictureModelingByUrlJobRequest.d.ts.map +1 -1
  64. package/v1/model/CreatePictureModelingByUrlJobRequest.js +0 -10
  65. package/v1/model/CreatePictureModelingByUrlJobRequest.js.map +1 -1
  66. package/v1/model/CreatePictureModelingJobRequest.d.ts +0 -4
  67. package/v1/model/CreatePictureModelingJobRequest.d.ts.map +1 -1
  68. package/v1/model/CreatePictureModelingJobRequest.js +0 -10
  69. package/v1/model/CreatePictureModelingJobRequest.js.map +1 -1
  70. package/v1/model/CreateSmartLiveRoomReq.d.ts +25 -1
  71. package/v1/model/CreateSmartLiveRoomReq.d.ts.map +1 -1
  72. package/v1/model/CreateSmartLiveRoomReq.js +51 -0
  73. package/v1/model/CreateSmartLiveRoomReq.js.map +1 -1
  74. package/v1/model/CreateTTSAReq.d.ts +29 -9
  75. package/v1/model/CreateTTSAReq.d.ts.map +1 -1
  76. package/v1/model/CreateTTSAReq.js +51 -23
  77. package/v1/model/CreateTTSAReq.js.map +1 -1
  78. package/v1/model/CreateTtsaRequest.d.ts +0 -4
  79. package/v1/model/CreateTtsaRequest.d.ts.map +1 -1
  80. package/v1/model/CreateTtsaRequest.js +0 -10
  81. package/v1/model/CreateTtsaRequest.js.map +1 -1
  82. package/v1/model/CreateVideoScriptsReq.d.ts +10 -21
  83. package/v1/model/CreateVideoScriptsReq.d.ts.map +1 -1
  84. package/v1/model/CreateVideoScriptsReq.js +22 -44
  85. package/v1/model/CreateVideoScriptsReq.js.map +1 -1
  86. package/v1/model/DeleteInteractionRuleGroupRequest.d.ts +24 -0
  87. package/v1/model/DeleteInteractionRuleGroupRequest.d.ts.map +1 -0
  88. package/v1/model/DeleteInteractionRuleGroupRequest.js +60 -0
  89. package/v1/model/DeleteInteractionRuleGroupRequest.js.map +1 -0
  90. package/v1/model/DeleteInteractionRuleGroupResponse.d.ts +9 -0
  91. package/v1/model/DeleteInteractionRuleGroupResponse.d.ts.map +1 -0
  92. package/v1/model/DeleteInteractionRuleGroupResponse.js +21 -0
  93. package/v1/model/DeleteInteractionRuleGroupResponse.js.map +1 -0
  94. package/v1/model/DigitalAssetInfo.d.ts +20 -1
  95. package/v1/model/DigitalAssetInfo.d.ts.map +1 -1
  96. package/v1/model/DigitalAssetInfo.js +35 -1
  97. package/v1/model/DigitalAssetInfo.js.map +1 -1
  98. package/v1/model/DigitalAssetSummary.d.ts +2 -1
  99. package/v1/model/DigitalAssetSummary.d.ts.map +1 -1
  100. package/v1/model/DigitalAssetSummary.js +1 -0
  101. package/v1/model/DigitalAssetSummary.js.map +1 -1
  102. package/v1/model/HumanModel2DAssetMeta.d.ts +4 -4
  103. package/v1/model/HumanModel2DAssetMeta.d.ts.map +1 -1
  104. package/v1/model/HumanModel2DAssetMeta.js +10 -10
  105. package/v1/model/HumanModel2DAssetMeta.js.map +1 -1
  106. package/v1/model/InteractionRuleDetailInfo.d.ts +43 -0
  107. package/v1/model/InteractionRuleDetailInfo.d.ts.map +1 -0
  108. package/v1/model/InteractionRuleDetailInfo.js +97 -0
  109. package/v1/model/InteractionRuleDetailInfo.js.map +1 -0
  110. package/v1/model/InteractionRuleGroup.d.ts +13 -0
  111. package/v1/model/InteractionRuleGroup.d.ts.map +1 -0
  112. package/v1/model/InteractionRuleGroup.js +30 -0
  113. package/v1/model/InteractionRuleGroup.js.map +1 -0
  114. package/v1/model/InteractionRuleGroupDetail.d.ts +25 -0
  115. package/v1/model/InteractionRuleGroupDetail.d.ts.map +1 -0
  116. package/v1/model/InteractionRuleGroupDetail.js +60 -0
  117. package/v1/model/InteractionRuleGroupDetail.js.map +1 -0
  118. package/v1/model/InteractionRuleInfo.d.ts +9 -0
  119. package/v1/model/InteractionRuleInfo.d.ts.map +1 -1
  120. package/v1/model/InteractionRuleInfo.js +20 -0
  121. package/v1/model/InteractionRuleInfo.js.map +1 -1
  122. package/v1/model/LanguageCheckInfoReq.d.ts +13 -0
  123. package/v1/model/LanguageCheckInfoReq.d.ts.map +1 -0
  124. package/v1/model/LanguageCheckInfoReq.js +31 -0
  125. package/v1/model/LanguageCheckInfoReq.js.map +1 -0
  126. package/v1/model/LayerConfig.d.ts +6 -1
  127. package/v1/model/LayerConfig.d.ts.map +1 -1
  128. package/v1/model/LayerConfig.js +11 -0
  129. package/v1/model/LayerConfig.js.map +1 -1
  130. package/v1/model/ListAssetsRequest.d.ts +0 -22
  131. package/v1/model/ListAssetsRequest.d.ts.map +1 -1
  132. package/v1/model/ListAssetsRequest.js +1 -36
  133. package/v1/model/ListAssetsRequest.js.map +1 -1
  134. package/v1/model/ListDigitalHumanVideoRequest.d.ts +50 -0
  135. package/v1/model/ListDigitalHumanVideoRequest.d.ts.map +1 -0
  136. package/v1/model/ListDigitalHumanVideoRequest.js +121 -0
  137. package/v1/model/ListDigitalHumanVideoRequest.js.map +1 -0
  138. package/v1/model/ListDigitalHumanVideoResponse.d.ts +14 -0
  139. package/v1/model/ListDigitalHumanVideoResponse.d.ts.map +1 -0
  140. package/v1/model/ListDigitalHumanVideoResponse.js +29 -0
  141. package/v1/model/ListDigitalHumanVideoResponse.js.map +1 -0
  142. package/v1/model/ListFacialAnimationsDataRequest.d.ts +8 -0
  143. package/v1/model/ListFacialAnimationsDataRequest.d.ts.map +1 -0
  144. package/v1/model/ListFacialAnimationsDataRequest.js +20 -0
  145. package/v1/model/ListFacialAnimationsDataRequest.js.map +1 -0
  146. package/v1/model/ListFacialAnimationsDataResponse.d.ts +24 -0
  147. package/v1/model/ListFacialAnimationsDataResponse.d.ts.map +1 -0
  148. package/v1/model/ListFacialAnimationsDataResponse.js +45 -0
  149. package/v1/model/ListFacialAnimationsDataResponse.js.map +1 -0
  150. package/v1/model/ListInteractionRuleGroupsRequest.d.ts +36 -0
  151. package/v1/model/ListInteractionRuleGroupsRequest.d.ts.map +1 -0
  152. package/v1/model/ListInteractionRuleGroupsRequest.js +87 -0
  153. package/v1/model/ListInteractionRuleGroupsRequest.js.map +1 -0
  154. package/v1/model/ListInteractionRuleGroupsResponse.d.ts +16 -0
  155. package/v1/model/ListInteractionRuleGroupsResponse.d.ts.map +1 -0
  156. package/v1/model/ListInteractionRuleGroupsResponse.js +35 -0
  157. package/v1/model/ListInteractionRuleGroupsResponse.js.map +1 -0
  158. package/v1/model/ListSmartLiveRequest.d.ts +4 -4
  159. package/v1/model/ListSmartLiveRequest.js +10 -10
  160. package/v1/model/ListSmartLiveRoomsRequest.d.ts +4 -0
  161. package/v1/model/ListSmartLiveRoomsRequest.d.ts.map +1 -1
  162. package/v1/model/ListSmartLiveRoomsRequest.js +10 -0
  163. package/v1/model/ListSmartLiveRoomsRequest.js.map +1 -1
  164. package/v1/model/ListTtsaDataResponse.d.ts +12 -0
  165. package/v1/model/ListTtsaDataResponse.d.ts.map +1 -1
  166. package/v1/model/ListTtsaDataResponse.js +30 -0
  167. package/v1/model/ListTtsaDataResponse.js.map +1 -1
  168. package/v1/model/ListTtsaJobsRequest.d.ts +3 -3
  169. package/v1/model/ListTtsaJobsRequest.d.ts.map +1 -1
  170. package/v1/model/ListTtsaJobsRequest.js +8 -8
  171. package/v1/model/ListTtsaJobsRequest.js.map +1 -1
  172. package/v1/model/ListVideoScriptsRequest.d.ts +26 -0
  173. package/v1/model/ListVideoScriptsRequest.d.ts.map +1 -1
  174. package/v1/model/ListVideoScriptsRequest.js +43 -1
  175. package/v1/model/ListVideoScriptsRequest.js.map +1 -1
  176. package/v1/model/LiveEventCallBackConfig.d.ts +26 -0
  177. package/v1/model/LiveEventCallBackConfig.d.ts.map +1 -0
  178. package/v1/model/LiveEventCallBackConfig.js +52 -0
  179. package/v1/model/LiveEventCallBackConfig.js.map +1 -0
  180. package/v1/model/LiveVideoScriptInfo.d.ts +1 -1
  181. package/v1/model/LiveVideoScriptInfo.d.ts.map +1 -1
  182. package/v1/model/LiveVideoScriptInfo.js +2 -1
  183. package/v1/model/LiveVideoScriptInfo.js.map +1 -1
  184. package/v1/model/LiveWarningItem.d.ts +19 -0
  185. package/v1/model/LiveWarningItem.d.ts.map +1 -0
  186. package/v1/model/LiveWarningItem.js +31 -0
  187. package/v1/model/LiveWarningItem.js.map +1 -0
  188. package/v1/model/ModelInfo.d.ts +4 -0
  189. package/v1/model/ModelInfo.d.ts.map +1 -1
  190. package/v1/model/ModelInfo.js +10 -0
  191. package/v1/model/ModelInfo.js.map +1 -1
  192. package/v1/model/PPTAssetMeta.d.ts +5 -0
  193. package/v1/model/PPTAssetMeta.d.ts.map +1 -1
  194. package/v1/model/PPTAssetMeta.js +10 -0
  195. package/v1/model/PPTAssetMeta.js.map +1 -1
  196. package/v1/model/PhotoVideoConfig.d.ts +0 -4
  197. package/v1/model/PhotoVideoConfig.d.ts.map +1 -1
  198. package/v1/model/PhotoVideoConfig.js +0 -10
  199. package/v1/model/PhotoVideoConfig.js.map +1 -1
  200. package/v1/model/PlayPolicy.d.ts +14 -0
  201. package/v1/model/PlayPolicy.d.ts.map +1 -1
  202. package/v1/model/PlayPolicy.js +22 -1
  203. package/v1/model/PlayPolicy.js.map +1 -1
  204. package/v1/model/RTCUserInfo.d.ts +3 -1
  205. package/v1/model/RTCUserInfo.d.ts.map +1 -1
  206. package/v1/model/RTCUserInfo.js +2 -0
  207. package/v1/model/RTCUserInfo.js.map +1 -1
  208. package/v1/model/ReplyAudioInfo.d.ts +12 -0
  209. package/v1/model/ReplyAudioInfo.d.ts.map +1 -0
  210. package/v1/model/ReplyAudioInfo.js +29 -0
  211. package/v1/model/ReplyAudioInfo.js.map +1 -0
  212. package/v1/model/ReportLiveEventReq.d.ts +5 -0
  213. package/v1/model/ReportLiveEventReq.d.ts.map +1 -1
  214. package/v1/model/ReportLiveEventReq.js +10 -0
  215. package/v1/model/ReportLiveEventReq.js.map +1 -1
  216. package/v1/model/ReviewConfig.d.ts +8 -0
  217. package/v1/model/ReviewConfig.d.ts.map +1 -0
  218. package/v1/model/ReviewConfig.js +19 -0
  219. package/v1/model/ReviewConfig.js.map +1 -0
  220. package/v1/model/SharedConfig.d.ts +38 -0
  221. package/v1/model/SharedConfig.d.ts.map +1 -0
  222. package/v1/model/SharedConfig.js +69 -0
  223. package/v1/model/SharedConfig.js.map +1 -0
  224. package/v1/model/ShootScriptDetail.d.ts +45 -0
  225. package/v1/model/ShootScriptDetail.d.ts.map +1 -0
  226. package/v1/model/ShootScriptDetail.js +88 -0
  227. package/v1/model/ShootScriptDetail.js.map +1 -0
  228. package/v1/model/ShootScriptItem.d.ts +1 -9
  229. package/v1/model/ShootScriptItem.d.ts.map +1 -1
  230. package/v1/model/ShootScriptItem.js +1 -22
  231. package/v1/model/ShootScriptItem.js.map +1 -1
  232. package/v1/model/ShootScriptItemBaseInfo.d.ts +8 -0
  233. package/v1/model/ShootScriptItemBaseInfo.d.ts.map +1 -0
  234. package/v1/model/ShootScriptItemBaseInfo.js +19 -0
  235. package/v1/model/ShootScriptItemBaseInfo.js.map +1 -0
  236. package/v1/model/ShootScriptShowItem.d.ts +13 -0
  237. package/v1/model/ShootScriptShowItem.d.ts.map +1 -0
  238. package/v1/model/ShootScriptShowItem.js +29 -0
  239. package/v1/model/ShootScriptShowItem.js.map +1 -0
  240. package/v1/model/ShowAssetResponse.d.ts +20 -1
  241. package/v1/model/ShowAssetResponse.d.ts.map +1 -1
  242. package/v1/model/ShowAssetResponse.js +35 -1
  243. package/v1/model/ShowAssetResponse.js.map +1 -1
  244. package/v1/model/ShowDigitalHumanBusinessCardResponse.d.ts +16 -0
  245. package/v1/model/ShowDigitalHumanBusinessCardResponse.d.ts.map +1 -1
  246. package/v1/model/ShowDigitalHumanBusinessCardResponse.js +30 -1
  247. package/v1/model/ShowDigitalHumanBusinessCardResponse.js.map +1 -1
  248. package/v1/model/ShowSmartLiveResponse.d.ts +15 -1
  249. package/v1/model/ShowSmartLiveResponse.d.ts.map +1 -1
  250. package/v1/model/ShowSmartLiveResponse.js +31 -0
  251. package/v1/model/ShowSmartLiveResponse.js.map +1 -1
  252. package/v1/model/ShowSmartLiveRoomResponse.d.ts +43 -1
  253. package/v1/model/ShowSmartLiveRoomResponse.d.ts.map +1 -1
  254. package/v1/model/ShowSmartLiveRoomResponse.js +82 -1
  255. package/v1/model/ShowSmartLiveRoomResponse.js.map +1 -1
  256. package/v1/model/ShowVideoScriptResponse.d.ts +15 -22
  257. package/v1/model/ShowVideoScriptResponse.d.ts.map +1 -1
  258. package/v1/model/ShowVideoScriptResponse.js +32 -44
  259. package/v1/model/ShowVideoScriptResponse.js.map +1 -1
  260. package/v1/model/SmartImageLayerConfig.d.ts +12 -0
  261. package/v1/model/SmartImageLayerConfig.d.ts.map +1 -0
  262. package/v1/model/SmartImageLayerConfig.js +30 -0
  263. package/v1/model/SmartImageLayerConfig.js.map +1 -0
  264. package/v1/model/SmartLayerConfig.d.ts +32 -0
  265. package/v1/model/SmartLayerConfig.d.ts.map +1 -0
  266. package/v1/model/SmartLayerConfig.js +58 -0
  267. package/v1/model/SmartLayerConfig.js.map +1 -0
  268. package/v1/model/SmartLiveJob.d.ts +15 -1
  269. package/v1/model/SmartLiveJob.d.ts.map +1 -1
  270. package/v1/model/SmartLiveJob.js +31 -0
  271. package/v1/model/SmartLiveJob.js.map +1 -1
  272. package/v1/model/SmartLiveRoomBaseInfo.d.ts +31 -0
  273. package/v1/model/SmartLiveRoomBaseInfo.d.ts.map +1 -1
  274. package/v1/model/SmartLiveRoomBaseInfo.js +51 -1
  275. package/v1/model/SmartLiveRoomBaseInfo.js.map +1 -1
  276. package/v1/model/SmartVideoLayerConfig.d.ts +16 -0
  277. package/v1/model/SmartVideoLayerConfig.d.ts.map +1 -0
  278. package/v1/model/SmartVideoLayerConfig.js +40 -0
  279. package/v1/model/SmartVideoLayerConfig.js.map +1 -0
  280. package/v1/model/StartSmartLiveReq.d.ts +13 -0
  281. package/v1/model/StartSmartLiveReq.d.ts.map +1 -1
  282. package/v1/model/StartSmartLiveReq.js +30 -0
  283. package/v1/model/StartSmartLiveReq.js.map +1 -1
  284. package/v1/model/StartSmartLiveResponse.d.ts +10 -0
  285. package/v1/model/StartSmartLiveResponse.d.ts.map +1 -1
  286. package/v1/model/StartSmartLiveResponse.js +20 -0
  287. package/v1/model/StartSmartLiveResponse.js.map +1 -1
  288. package/v1/model/StyleExtraMeta.d.ts +0 -44
  289. package/v1/model/StyleExtraMeta.d.ts.map +1 -1
  290. package/v1/model/StyleExtraMeta.js +0 -40
  291. package/v1/model/StyleExtraMeta.js.map +1 -1
  292. package/v1/model/SubtitleConfig.d.ts +20 -0
  293. package/v1/model/SubtitleConfig.d.ts.map +1 -0
  294. package/v1/model/SubtitleConfig.js +45 -0
  295. package/v1/model/SubtitleConfig.js.map +1 -0
  296. package/v1/model/SystemProperty.d.ts +5 -1
  297. package/v1/model/SystemProperty.d.ts.map +1 -1
  298. package/v1/model/SystemProperty.js +4 -0
  299. package/v1/model/SystemProperty.js.map +1 -1
  300. package/v1/model/TTSAJob.d.ts +12 -0
  301. package/v1/model/TTSAJob.d.ts.map +1 -1
  302. package/v1/model/TTSAJob.js +20 -1
  303. package/v1/model/TTSAJob.js.map +1 -1
  304. package/v1/model/TriggerProcess.d.ts +13 -1
  305. package/v1/model/TriggerProcess.d.ts.map +1 -1
  306. package/v1/model/TriggerProcess.js +22 -0
  307. package/v1/model/TriggerProcess.js.map +1 -1
  308. package/v1/model/UpdateDigitalAssetRequestBody.d.ts +11 -1
  309. package/v1/model/UpdateDigitalAssetRequestBody.d.ts.map +1 -1
  310. package/v1/model/UpdateDigitalAssetRequestBody.js +21 -0
  311. package/v1/model/UpdateDigitalAssetRequestBody.js.map +1 -1
  312. package/v1/model/UpdateDigitalAssetResponse.d.ts +20 -1
  313. package/v1/model/UpdateDigitalAssetResponse.d.ts.map +1 -1
  314. package/v1/model/UpdateDigitalAssetResponse.js +35 -1
  315. package/v1/model/UpdateDigitalAssetResponse.js.map +1 -1
  316. package/v1/model/UpdateInteractionRuleGroupRequest.d.ts +27 -0
  317. package/v1/model/UpdateInteractionRuleGroupRequest.d.ts.map +1 -0
  318. package/v1/model/UpdateInteractionRuleGroupRequest.js +64 -0
  319. package/v1/model/UpdateInteractionRuleGroupRequest.js.map +1 -0
  320. package/v1/model/UpdateInteractionRuleGroupResponse.d.ts +30 -0
  321. package/v1/model/UpdateInteractionRuleGroupResponse.d.ts.map +1 -0
  322. package/v1/model/UpdateInteractionRuleGroupResponse.js +71 -0
  323. package/v1/model/UpdateInteractionRuleGroupResponse.js.map +1 -0
  324. package/v1/model/UpdateSmartLiveRoomResponse.d.ts +43 -1
  325. package/v1/model/UpdateSmartLiveRoomResponse.d.ts.map +1 -1
  326. package/v1/model/UpdateSmartLiveRoomResponse.js +82 -1
  327. package/v1/model/UpdateSmartLiveRoomResponse.js.map +1 -1
  328. package/v1/model/UpdateVideoScriptsReq.d.ts +13 -24
  329. package/v1/model/UpdateVideoScriptsReq.d.ts.map +1 -1
  330. package/v1/model/UpdateVideoScriptsReq.js +27 -46
  331. package/v1/model/UpdateVideoScriptsReq.js.map +1 -1
  332. package/v1/model/VideoConfig.d.ts +7 -5
  333. package/v1/model/VideoConfig.d.ts.map +1 -1
  334. package/v1/model/VideoConfig.js +7 -6
  335. package/v1/model/VideoConfig.js.map +1 -1
  336. package/v1/model/VideoScriptBaseInfo.d.ts +10 -16
  337. package/v1/model/VideoScriptBaseInfo.d.ts.map +1 -1
  338. package/v1/model/VideoScriptBaseInfo.js +25 -30
  339. package/v1/model/VideoScriptBaseInfo.js.map +1 -1
  340. package/v1/model/VideoScriptsCreateInfo.d.ts +61 -0
  341. package/v1/model/VideoScriptsCreateInfo.d.ts.map +1 -0
  342. package/v1/model/VideoScriptsCreateInfo.js +128 -0
  343. package/v1/model/VideoScriptsCreateInfo.js.map +1 -0
  344. package/v1/model/VideoScriptsShowInfo.d.ts +61 -0
  345. package/v1/model/VideoScriptsShowInfo.d.ts.map +1 -0
  346. package/v1/model/VideoScriptsShowInfo.js +128 -0
  347. package/v1/model/VideoScriptsShowInfo.js.map +1 -0
  348. package/v1/model/VideoScriptsSimpleInfo.d.ts +56 -0
  349. package/v1/model/VideoScriptsSimpleInfo.d.ts.map +1 -0
  350. package/v1/model/VideoScriptsSimpleInfo.js +118 -0
  351. package/v1/model/VideoScriptsSimpleInfo.js.map +1 -0
  352. package/v1/model/VoiceModelAssetMeta.d.ts +33 -19
  353. package/v1/model/VoiceModelAssetMeta.d.ts.map +1 -1
  354. package/v1/model/VoiceModelAssetMeta.js +37 -23
  355. package/v1/model/VoiceModelAssetMeta.js.map +1 -1
  356. package/v1/public-api.d.ts +37 -10
  357. package/v1/public-api.d.ts.map +1 -1
  358. package/v1/public-api.js +37 -10
  359. package/v1/public-api.js.map +1 -1
  360. package/v1/model/EngineAssetInfo.d.ts +0 -12
  361. package/v1/model/EngineAssetInfo.d.ts.map +0 -1
  362. package/v1/model/EngineAssetInfo.js +0 -29
  363. package/v1/model/EngineAssetInfo.js.map +0 -1
  364. package/v1/model/ExternalVoiceAssetMeta.d.ts +0 -24
  365. package/v1/model/ExternalVoiceAssetMeta.d.ts.map +0 -1
  366. package/v1/model/ExternalVoiceAssetMeta.js +0 -43
  367. package/v1/model/ExternalVoiceAssetMeta.js.map +0 -1
  368. package/v1/model/HuaweiEIVoiceAssetMeta.d.ts +0 -14
  369. package/v1/model/HuaweiEIVoiceAssetMeta.d.ts.map +0 -1
  370. package/v1/model/HuaweiEIVoiceAssetMeta.js +0 -34
  371. package/v1/model/HuaweiEIVoiceAssetMeta.js.map +0 -1
  372. package/v1/model/StyleExtraMetaAdditionalProperties.d.ts +0 -39
  373. package/v1/model/StyleExtraMetaAdditionalProperties.d.ts.map +0 -1
  374. package/v1/model/StyleExtraMetaAdditionalProperties.js +0 -67
  375. package/v1/model/StyleExtraMetaAdditionalProperties.js.map +0 -1
  376. package/v1/model/StyleExtraMetaAdditionalProperties1.d.ts +0 -22
  377. package/v1/model/StyleExtraMetaAdditionalProperties1.d.ts.map +0 -1
  378. package/v1/model/StyleExtraMetaAdditionalProperties1.js +0 -38
  379. package/v1/model/StyleExtraMetaAdditionalProperties1.js.map +0 -1
  380. package/v1/model/StyleExtraMetaEditColorItems.d.ts +0 -18
  381. package/v1/model/StyleExtraMetaEditColorItems.d.ts.map +0 -1
  382. package/v1/model/StyleExtraMetaEditColorItems.js +0 -33
  383. package/v1/model/StyleExtraMetaEditColorItems.js.map +0 -1
  384. package/v1/model/StyleExtraMetaEditComponents.d.ts +0 -7
  385. package/v1/model/StyleExtraMetaEditComponents.d.ts.map +0 -1
  386. package/v1/model/StyleExtraMetaEditComponents.js +0 -13
  387. package/v1/model/StyleExtraMetaEditComponents.js.map +0 -1
  388. package/v1/model/StyleExtraMetaEditValueItems.d.ts +0 -18
  389. package/v1/model/StyleExtraMetaEditValueItems.d.ts.map +0 -1
  390. package/v1/model/StyleExtraMetaEditValueItems.js +0 -33
  391. package/v1/model/StyleExtraMetaEditValueItems.js.map +0 -1
  392. package/v1/model/StyleExtraMetaModellingAlgorithm.d.ts +0 -7
  393. package/v1/model/StyleExtraMetaModellingAlgorithm.d.ts.map +0 -1
  394. package/v1/model/StyleExtraMetaModellingAlgorithm.js +0 -13
  395. package/v1/model/StyleExtraMetaModellingAlgorithm.js.map +0 -1
  396. package/v1/model/XimalayaVoiceAssetMeta.d.ts +0 -14
  397. package/v1/model/XimalayaVoiceAssetMeta.d.ts.map +0 -1
  398. package/v1/model/XimalayaVoiceAssetMeta.js +0 -36
  399. package/v1/model/XimalayaVoiceAssetMeta.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huaweicloud/huaweicloud-sdk-metastudio",
3
- "version": "3.1.71",
3
+ "version": "3.1.72",
4
4
  "description": "Huaweicloud SDK for metastudio",
5
5
  "main": "huaweicloud-sdk-metastudio.js",
6
6
  "typings": "huaweicloud-sdk-metastudio.d.ts",
@@ -14,7 +14,7 @@
14
14
  "author": "HuaweiCloud_SDK",
15
15
  "license": "Apache-2.0",
16
16
  "dependencies": {
17
- "@huaweicloud/huaweicloud-sdk-core": "^3.1.71"
17
+ "@huaweicloud/huaweicloud-sdk-core": "^3.1.72"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^14.14.37",