@huaweicloud/huaweicloud-sdk-metastudio 3.1.98 → 3.1.100

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 (283) hide show
  1. package/package.json +2 -2
  2. package/v1/MetaStudioClient.d.ts +234 -5
  3. package/v1/MetaStudioClient.d.ts.map +1 -1
  4. package/v1/MetaStudioClient.js +663 -15
  5. package/v1/MetaStudioClient.js.map +1 -1
  6. package/v1/model/AssetActionResult.d.ts +25 -0
  7. package/v1/model/AssetActionResult.d.ts.map +1 -0
  8. package/v1/model/AssetActionResult.js +48 -0
  9. package/v1/model/AssetActionResult.js.map +1 -0
  10. package/v1/model/AssetFileInfo.d.ts +2 -1
  11. package/v1/model/AssetFileInfo.d.ts.map +1 -1
  12. package/v1/model/AssetFileInfo.js +1 -0
  13. package/v1/model/AssetFileInfo.js.map +1 -1
  14. package/v1/model/AssetSharedConfig.d.ts +25 -0
  15. package/v1/model/AssetSharedConfig.d.ts.map +1 -0
  16. package/v1/model/AssetSharedConfig.js +49 -0
  17. package/v1/model/AssetSharedConfig.js.map +1 -0
  18. package/v1/model/BatchAssetActionReq.d.ts +25 -0
  19. package/v1/model/BatchAssetActionReq.d.ts.map +1 -0
  20. package/v1/model/BatchAssetActionReq.js +43 -0
  21. package/v1/model/BatchAssetActionReq.js.map +1 -0
  22. package/v1/model/BatchExecuteAssetActionRequest.d.ts +19 -0
  23. package/v1/model/BatchExecuteAssetActionRequest.d.ts.map +1 -0
  24. package/v1/model/BatchExecuteAssetActionRequest.js +43 -0
  25. package/v1/model/BatchExecuteAssetActionRequest.js.map +1 -0
  26. package/v1/model/BatchExecuteAssetActionResponse.d.ts +12 -0
  27. package/v1/model/BatchExecuteAssetActionResponse.d.ts.map +1 -0
  28. package/v1/model/BatchExecuteAssetActionResponse.js +25 -0
  29. package/v1/model/BatchExecuteAssetActionResponse.js.map +1 -0
  30. package/v1/model/CommitJobReq.d.ts +2 -10
  31. package/v1/model/CommitJobReq.d.ts.map +1 -1
  32. package/v1/model/CommitJobReq.js +1 -10
  33. package/v1/model/CommitJobReq.js.map +1 -1
  34. package/v1/model/Create2DDigitalHumanVideoReq.d.ts +0 -16
  35. package/v1/model/Create2DDigitalHumanVideoReq.d.ts.map +1 -1
  36. package/v1/model/Create2DDigitalHumanVideoReq.js +1 -30
  37. package/v1/model/Create2DDigitalHumanVideoReq.js.map +1 -1
  38. package/v1/model/{CreateAssetbyReplicationInfoRequest.d.ts → CreateAssetByReplicationInfoRequest.d.ts} +6 -6
  39. package/v1/model/{CreateAssetbyReplicationInfoRequest.d.ts.map → CreateAssetByReplicationInfoRequest.d.ts.map} +1 -1
  40. package/v1/model/{CreateAssetbyReplicationInfoRequest.js → CreateAssetByReplicationInfoRequest.js} +4 -4
  41. package/v1/model/{CreateAssetbyReplicationInfoRequest.js.map → CreateAssetByReplicationInfoRequest.js.map} +1 -1
  42. package/v1/model/{CreateAssetbyReplicationInfoResponse.d.ts → CreateAssetByReplicationInfoResponse.d.ts} +3 -3
  43. package/v1/model/{CreateAssetbyReplicationInfoResponse.d.ts.map → CreateAssetByReplicationInfoResponse.d.ts.map} +1 -1
  44. package/v1/model/{CreateAssetbyReplicationInfoResponse.js → CreateAssetByReplicationInfoResponse.js} +4 -4
  45. package/v1/model/{CreateAssetbyReplicationInfoResponse.js.map → CreateAssetByReplicationInfoResponse.js.map} +1 -1
  46. package/v1/model/CreateDigitalAssetRequest.d.ts +4 -0
  47. package/v1/model/CreateDigitalAssetRequest.d.ts.map +1 -1
  48. package/v1/model/CreateDigitalAssetRequest.js +10 -0
  49. package/v1/model/CreateDigitalAssetRequest.js.map +1 -1
  50. package/v1/model/CreateDigitalAssetRequestBody.d.ts +4 -4
  51. package/v1/model/CreateDigitalAssetRequestBody.d.ts.map +1 -1
  52. package/v1/model/CreateDigitalAssetRequestBody.js.map +1 -1
  53. package/v1/model/CreateDigitalHumanBusinessCardReq.d.ts +5 -0
  54. package/v1/model/CreateDigitalHumanBusinessCardReq.d.ts.map +1 -1
  55. package/v1/model/CreateDigitalHumanBusinessCardReq.js +10 -0
  56. package/v1/model/CreateDigitalHumanBusinessCardReq.js.map +1 -1
  57. package/v1/model/CreatePhotoDigitalHumanVideoReq.d.ts +5 -0
  58. package/v1/model/CreatePhotoDigitalHumanVideoReq.d.ts.map +1 -1
  59. package/v1/model/CreatePhotoDigitalHumanVideoReq.js +10 -0
  60. package/v1/model/CreatePhotoDigitalHumanVideoReq.js.map +1 -1
  61. package/v1/model/CreateProductRequest.d.ts +23 -0
  62. package/v1/model/CreateProductRequest.d.ts.map +1 -0
  63. package/v1/model/CreateProductRequest.js +53 -0
  64. package/v1/model/CreateProductRequest.js.map +1 -0
  65. package/v1/model/CreateProductRequestBody.d.ts +27 -0
  66. package/v1/model/CreateProductRequestBody.d.ts.map +1 -0
  67. package/v1/model/CreateProductRequestBody.js +56 -0
  68. package/v1/model/CreateProductRequestBody.js.map +1 -0
  69. package/v1/model/CreateProductResponse.d.ts +13 -0
  70. package/v1/model/CreateProductResponse.d.ts.map +1 -0
  71. package/v1/model/CreateProductResponse.js +31 -0
  72. package/v1/model/CreateProductResponse.js.map +1 -0
  73. package/v1/model/CreateRobotReq.d.ts +4 -0
  74. package/v1/model/CreateRobotReq.d.ts.map +1 -1
  75. package/v1/model/CreateRobotReq.js +10 -0
  76. package/v1/model/CreateRobotReq.js.map +1 -1
  77. package/v1/model/CreateSmartLiveRoomReq.d.ts +9 -4
  78. package/v1/model/CreateSmartLiveRoomReq.d.ts.map +1 -1
  79. package/v1/model/CreateSmartLiveRoomReq.js +10 -0
  80. package/v1/model/CreateSmartLiveRoomReq.js.map +1 -1
  81. package/v1/model/CreateTrainingJobReq.d.ts +2 -10
  82. package/v1/model/CreateTrainingJobReq.d.ts.map +1 -1
  83. package/v1/model/CreateTrainingJobReq.js +1 -10
  84. package/v1/model/CreateTrainingJobReq.js.map +1 -1
  85. package/v1/model/DeleteProductRequest.d.ts +24 -0
  86. package/v1/model/DeleteProductRequest.d.ts.map +1 -0
  87. package/v1/model/DeleteProductRequest.js +60 -0
  88. package/v1/model/DeleteProductRequest.js.map +1 -0
  89. package/v1/model/DeleteProductResponse.d.ts +9 -0
  90. package/v1/model/DeleteProductResponse.d.ts.map +1 -0
  91. package/v1/model/DeleteProductResponse.js +21 -0
  92. package/v1/model/DeleteProductResponse.js.map +1 -0
  93. package/v1/model/DigitalAssetInfo.d.ts +4 -0
  94. package/v1/model/DigitalAssetInfo.d.ts.map +1 -1
  95. package/v1/model/DigitalAssetInfo.js +10 -0
  96. package/v1/model/DigitalAssetInfo.js.map +1 -1
  97. package/v1/model/ExternalVoiceAssetMeta.d.ts +5 -6
  98. package/v1/model/ExternalVoiceAssetMeta.d.ts.map +1 -1
  99. package/v1/model/ExternalVoiceAssetMeta.js +4 -10
  100. package/v1/model/ExternalVoiceAssetMeta.js.map +1 -1
  101. package/v1/model/HitCondition.d.ts +2 -1
  102. package/v1/model/HitCondition.d.ts.map +1 -1
  103. package/v1/model/HitCondition.js +1 -0
  104. package/v1/model/HitCondition.js.map +1 -1
  105. package/v1/model/HumanModel2DAssetMeta.d.ts +4 -0
  106. package/v1/model/HumanModel2DAssetMeta.d.ts.map +1 -1
  107. package/v1/model/HumanModel2DAssetMeta.js +10 -0
  108. package/v1/model/HumanModel2DAssetMeta.js.map +1 -1
  109. package/v1/model/ListAssetsRequest.d.ts +20 -0
  110. package/v1/model/ListAssetsRequest.d.ts.map +1 -1
  111. package/v1/model/ListAssetsRequest.js +50 -0
  112. package/v1/model/ListAssetsRequest.js.map +1 -1
  113. package/v1/model/ListProductsRequest.d.ts +46 -0
  114. package/v1/model/ListProductsRequest.d.ts.map +1 -0
  115. package/v1/model/ListProductsRequest.js +109 -0
  116. package/v1/model/ListProductsRequest.js.map +1 -0
  117. package/v1/model/ListProductsResponse.d.ts +14 -0
  118. package/v1/model/ListProductsResponse.d.ts.map +1 -0
  119. package/v1/model/ListProductsResponse.js +29 -0
  120. package/v1/model/ListProductsResponse.js.map +1 -0
  121. package/v1/model/LiveEventCallBackConfig.d.ts +1 -1
  122. package/v1/model/LiveEventCallBackConfig.d.ts.map +1 -1
  123. package/v1/model/LiveEventCallBackConfig.js +1 -1
  124. package/v1/model/LiveEventCallBackConfig.js.map +1 -1
  125. package/v1/model/LiveRoomInteractionRuleInfo.d.ts +43 -0
  126. package/v1/model/LiveRoomInteractionRuleInfo.d.ts.map +1 -0
  127. package/v1/model/LiveRoomInteractionRuleInfo.js +97 -0
  128. package/v1/model/LiveRoomInteractionRuleInfo.js.map +1 -0
  129. package/v1/model/OutputAssetConfig.d.ts +0 -4
  130. package/v1/model/OutputAssetConfig.d.ts.map +1 -1
  131. package/v1/model/OutputAssetConfig.js +0 -10
  132. package/v1/model/OutputAssetConfig.js.map +1 -1
  133. package/v1/model/ProductAssetReleation.d.ts +24 -0
  134. package/v1/model/ProductAssetReleation.d.ts.map +1 -0
  135. package/v1/model/ProductAssetReleation.js +42 -0
  136. package/v1/model/ProductAssetReleation.js.map +1 -0
  137. package/v1/model/ProductBasicInfo.d.ts +23 -0
  138. package/v1/model/ProductBasicInfo.d.ts.map +1 -0
  139. package/v1/model/ProductBasicInfo.js +46 -0
  140. package/v1/model/ProductBasicInfo.js.map +1 -0
  141. package/v1/model/ProductCoverDetailInfo.d.ts +16 -0
  142. package/v1/model/ProductCoverDetailInfo.d.ts.map +1 -0
  143. package/v1/model/ProductCoverDetailInfo.js +39 -0
  144. package/v1/model/ProductCoverDetailInfo.js.map +1 -0
  145. package/v1/model/ProductCoverInfo.d.ts +8 -0
  146. package/v1/model/ProductCoverInfo.d.ts.map +1 -0
  147. package/v1/model/ProductCoverInfo.js +19 -0
  148. package/v1/model/ProductCoverInfo.js.map +1 -0
  149. package/v1/model/ProductDetailInfo.d.ts +47 -0
  150. package/v1/model/ProductDetailInfo.d.ts.map +1 -0
  151. package/v1/model/ProductDetailInfo.js +90 -0
  152. package/v1/model/ProductDetailInfo.js.map +1 -0
  153. package/v1/model/ProductMediaDetailInfo.d.ts +43 -0
  154. package/v1/model/ProductMediaDetailInfo.d.ts.map +1 -0
  155. package/v1/model/ProductMediaDetailInfo.js +93 -0
  156. package/v1/model/ProductMediaDetailInfo.js.map +1 -0
  157. package/v1/model/ProductMediaInfo.d.ts +23 -0
  158. package/v1/model/ProductMediaInfo.d.ts.map +1 -0
  159. package/v1/model/ProductMediaInfo.js +43 -0
  160. package/v1/model/ProductMediaInfo.js.map +1 -0
  161. package/v1/model/ProductTextInfo.d.ts +8 -0
  162. package/v1/model/ProductTextInfo.d.ts.map +1 -0
  163. package/v1/model/ProductTextInfo.js +17 -0
  164. package/v1/model/ProductTextInfo.js.map +1 -0
  165. package/v1/model/RTCLiveEventCallBackConfig.d.ts +8 -0
  166. package/v1/model/RTCLiveEventCallBackConfig.d.ts.map +1 -0
  167. package/v1/model/RTCLiveEventCallBackConfig.js +19 -0
  168. package/v1/model/RTCLiveEventCallBackConfig.js.map +1 -0
  169. package/v1/model/RobotInfo.d.ts +8 -0
  170. package/v1/model/RobotInfo.d.ts.map +1 -1
  171. package/v1/model/RobotInfo.js +20 -0
  172. package/v1/model/RobotInfo.js.map +1 -1
  173. package/v1/model/SetProductAssetRequest.d.ts +27 -0
  174. package/v1/model/SetProductAssetRequest.d.ts.map +1 -0
  175. package/v1/model/SetProductAssetRequest.js +64 -0
  176. package/v1/model/SetProductAssetRequest.js.map +1 -0
  177. package/v1/model/SetProductAssetResponse.d.ts +9 -0
  178. package/v1/model/SetProductAssetResponse.d.ts.map +1 -0
  179. package/v1/model/SetProductAssetResponse.js +21 -0
  180. package/v1/model/SetProductAssetResponse.js.map +1 -0
  181. package/v1/model/ShootScript.d.ts +0 -10
  182. package/v1/model/ShootScript.d.ts.map +1 -1
  183. package/v1/model/ShootScript.js +0 -20
  184. package/v1/model/ShootScript.js.map +1 -1
  185. package/v1/model/ShootScriptDetail.d.ts +0 -10
  186. package/v1/model/ShootScriptDetail.d.ts.map +1 -1
  187. package/v1/model/ShootScriptDetail.js +0 -20
  188. package/v1/model/ShootScriptDetail.js.map +1 -1
  189. package/v1/model/ShowAssetResponse.d.ts +4 -0
  190. package/v1/model/ShowAssetResponse.d.ts.map +1 -1
  191. package/v1/model/ShowAssetResponse.js +10 -0
  192. package/v1/model/ShowAssetResponse.js.map +1 -1
  193. package/v1/model/ShowProductRequest.d.ts +24 -0
  194. package/v1/model/ShowProductRequest.d.ts.map +1 -0
  195. package/v1/model/ShowProductRequest.js +60 -0
  196. package/v1/model/ShowProductRequest.js.map +1 -0
  197. package/v1/model/ShowProductResponse.d.ts +52 -0
  198. package/v1/model/ShowProductResponse.d.ts.map +1 -0
  199. package/v1/model/ShowProductResponse.js +102 -0
  200. package/v1/model/ShowProductResponse.js.map +1 -0
  201. package/v1/model/ShowRobotResponse.d.ts +8 -0
  202. package/v1/model/ShowRobotResponse.d.ts.map +1 -1
  203. package/v1/model/ShowRobotResponse.js +20 -0
  204. package/v1/model/ShowRobotResponse.js.map +1 -1
  205. package/v1/model/ShowSmartLiveResponse.d.ts +5 -0
  206. package/v1/model/ShowSmartLiveResponse.d.ts.map +1 -1
  207. package/v1/model/ShowSmartLiveResponse.js +10 -0
  208. package/v1/model/ShowSmartLiveResponse.js.map +1 -1
  209. package/v1/model/ShowSmartLiveRoomResponse.d.ts +9 -4
  210. package/v1/model/ShowSmartLiveRoomResponse.d.ts.map +1 -1
  211. package/v1/model/ShowSmartLiveRoomResponse.js +10 -0
  212. package/v1/model/ShowSmartLiveRoomResponse.js.map +1 -1
  213. package/v1/model/SmartLiveJob.d.ts +5 -0
  214. package/v1/model/SmartLiveJob.d.ts.map +1 -1
  215. package/v1/model/SmartLiveJob.js +10 -0
  216. package/v1/model/SmartLiveJob.js.map +1 -1
  217. package/v1/model/StartSmartLiveReq.d.ts +5 -0
  218. package/v1/model/StartSmartLiveReq.d.ts.map +1 -1
  219. package/v1/model/StartSmartLiveReq.js +10 -0
  220. package/v1/model/StartSmartLiveReq.js.map +1 -1
  221. package/v1/model/SystemProperty.d.ts +2 -1
  222. package/v1/model/SystemProperty.d.ts.map +1 -1
  223. package/v1/model/SystemProperty.js +1 -0
  224. package/v1/model/SystemProperty.js.map +1 -1
  225. package/v1/model/TriggerProcess.d.ts +6 -1
  226. package/v1/model/TriggerProcess.d.ts.map +1 -1
  227. package/v1/model/TriggerProcess.js +11 -0
  228. package/v1/model/TriggerProcess.js.map +1 -1
  229. package/v1/model/UpdateDigitalAssetRequestBody.d.ts +4 -4
  230. package/v1/model/UpdateDigitalAssetRequestBody.d.ts.map +1 -1
  231. package/v1/model/UpdateDigitalAssetRequestBody.js.map +1 -1
  232. package/v1/model/UpdateDigitalAssetResponse.d.ts +4 -0
  233. package/v1/model/UpdateDigitalAssetResponse.d.ts.map +1 -1
  234. package/v1/model/UpdateDigitalAssetResponse.js +10 -0
  235. package/v1/model/UpdateDigitalAssetResponse.js.map +1 -1
  236. package/v1/model/UpdateProductRequest.d.ts +27 -0
  237. package/v1/model/UpdateProductRequest.d.ts.map +1 -0
  238. package/v1/model/UpdateProductRequest.js +64 -0
  239. package/v1/model/UpdateProductRequest.js.map +1 -0
  240. package/v1/model/UpdateProductRequestBody.d.ts +33 -0
  241. package/v1/model/UpdateProductRequestBody.d.ts.map +1 -0
  242. package/v1/model/UpdateProductRequestBody.js +59 -0
  243. package/v1/model/UpdateProductRequestBody.js.map +1 -0
  244. package/v1/model/UpdateProductResponse.d.ts +9 -0
  245. package/v1/model/UpdateProductResponse.d.ts.map +1 -0
  246. package/v1/model/UpdateProductResponse.js +21 -0
  247. package/v1/model/UpdateProductResponse.js.map +1 -0
  248. package/v1/model/UpdateRobotReq.d.ts +4 -0
  249. package/v1/model/UpdateRobotReq.d.ts.map +1 -1
  250. package/v1/model/UpdateRobotReq.js +10 -0
  251. package/v1/model/UpdateRobotReq.js.map +1 -1
  252. package/v1/model/UpdateSmartLiveRoomResponse.d.ts +9 -4
  253. package/v1/model/UpdateSmartLiveRoomResponse.d.ts.map +1 -1
  254. package/v1/model/UpdateSmartLiveRoomResponse.js +10 -0
  255. package/v1/model/UpdateSmartLiveRoomResponse.js.map +1 -1
  256. package/v1/model/VideoConfig.d.ts +4 -0
  257. package/v1/model/VideoConfig.d.ts.map +1 -1
  258. package/v1/model/VideoConfig.js +10 -0
  259. package/v1/model/VideoConfig.js.map +1 -1
  260. package/v1/model/VoiceCapability.d.ts +36 -0
  261. package/v1/model/VoiceCapability.d.ts.map +1 -0
  262. package/v1/model/VoiceCapability.js +89 -0
  263. package/v1/model/VoiceCapability.js.map +1 -0
  264. package/v1/model/VoiceModelAssetMeta.d.ts +9 -0
  265. package/v1/model/VoiceModelAssetMeta.d.ts.map +1 -1
  266. package/v1/model/VoiceModelAssetMeta.js +20 -0
  267. package/v1/model/VoiceModelAssetMeta.js.map +1 -1
  268. package/v1/public-api.d.ts +32 -5
  269. package/v1/public-api.d.ts.map +1 -1
  270. package/v1/public-api.js +32 -5
  271. package/v1/public-api.js.map +1 -1
  272. package/v1/model/AnimationConfig.d.ts +0 -6
  273. package/v1/model/AnimationConfig.d.ts.map +0 -1
  274. package/v1/model/AnimationConfig.js +0 -13
  275. package/v1/model/AnimationConfig.js.map +0 -1
  276. package/v1/model/EmotionConfig.d.ts +0 -16
  277. package/v1/model/EmotionConfig.d.ts.map +0 -1
  278. package/v1/model/EmotionConfig.js +0 -24
  279. package/v1/model/EmotionConfig.js.map +0 -1
  280. package/v1/model/MobvoiVoiceAssetMeta.d.ts +0 -6
  281. package/v1/model/MobvoiVoiceAssetMeta.d.ts.map +0 -1
  282. package/v1/model/MobvoiVoiceAssetMeta.js +0 -14
  283. package/v1/model/MobvoiVoiceAssetMeta.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductAssetReleation.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductAssetReleation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,qBAAa,qBAAqB;IAC9B,OAAO,CAAC,YAAY,CAAC,CAAmB;IACxC,OAAO,CAAC,WAAW,CAAC,CAAkB;IAC/B,MAAM,CAAC,EAAE,+BAA+B,GAAG,MAAM,CAAC;;IAGlD,aAAa,CAAC,SAAS,EAAE,gBAAgB,GAAG,qBAAqB;IAIxE,IAAW,SAAS,CAAC,SAAS,EAAE,gBAAgB,GAAI,SAAS,EAE5D;IACD,IAAW,SAAS,IAAI,gBAAgB,GAAG,SAAS,CAEnD;IACM,YAAY,CAAC,QAAQ,EAAE,eAAe,GAAG,qBAAqB;IAIrE,IAAW,QAAQ,CAAC,QAAQ,EAAE,eAAe,GAAI,SAAS,EAEzD;IACD,IAAW,QAAQ,IAAI,eAAe,GAAG,SAAS,CAEjD;IACM,UAAU,CAAC,MAAM,EAAE,+BAA+B,GAAG,MAAM,GAAG,qBAAqB;CAI7F;AAED;;;MAGM;AACN,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,MAAM,WAAW;CACpB"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductAssetReleationActionEnum = exports.ProductAssetReleation = void 0;
4
+ class ProductAssetReleation {
5
+ constructor() {
6
+ }
7
+ withAssetItem(assetItem) {
8
+ this['asset_item'] = assetItem;
9
+ return this;
10
+ }
11
+ set assetItem(assetItem) {
12
+ this['asset_item'] = assetItem;
13
+ }
14
+ get assetItem() {
15
+ return this['asset_item'];
16
+ }
17
+ withTextItem(textItem) {
18
+ this['text_item'] = textItem;
19
+ return this;
20
+ }
21
+ set textItem(textItem) {
22
+ this['text_item'] = textItem;
23
+ }
24
+ get textItem() {
25
+ return this['text_item'];
26
+ }
27
+ withAction(action) {
28
+ this['action'] = action;
29
+ return this;
30
+ }
31
+ }
32
+ exports.ProductAssetReleation = ProductAssetReleation;
33
+ /**
34
+ * @export
35
+ * @enum {string}
36
+ */
37
+ var ProductAssetReleationActionEnum;
38
+ (function (ProductAssetReleationActionEnum) {
39
+ ProductAssetReleationActionEnum["LINK"] = "LINK";
40
+ ProductAssetReleationActionEnum["UNLINK"] = "UNLINK";
41
+ })(ProductAssetReleationActionEnum = exports.ProductAssetReleationActionEnum || (exports.ProductAssetReleationActionEnum = {}));
42
+ //# sourceMappingURL=ProductAssetReleation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductAssetReleation.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductAssetReleation.ts"],"names":[],"mappings":";;;AAIA,MAAa,qBAAqB;IAI9B;IACA,CAAC;IACM,aAAa,CAAC,SAA2B;QAC5C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAAwC;QACzD,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,YAAY,CAAC,QAAyB;QACzC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAAsC;QACtD,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,UAAU,CAAC,MAAgD;QAC9D,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA9BD,sDA8BC;AAED;;;MAGM;AACN,IAAY,+BAGX;AAHD,WAAY,+BAA+B;IACvC,gDAAa,CAAA;IACb,oDAAiB,CAAA;AACrB,CAAC,EAHW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAG1C"}
@@ -0,0 +1,23 @@
1
+ import { ProductCoverInfo } from './ProductCoverInfo';
2
+ import { ProductMediaInfo } from './ProductMediaInfo';
3
+ import { ProductTextInfo } from './ProductTextInfo';
4
+ export declare class ProductBasicInfo {
5
+ name?: string;
6
+ description?: string;
7
+ tags?: Array<string>;
8
+ cover?: ProductCoverInfo;
9
+ private 'text_list'?;
10
+ private 'asset_list'?;
11
+ constructor(name?: string);
12
+ withName(name: string): ProductBasicInfo;
13
+ withDescription(description: string): ProductBasicInfo;
14
+ withTags(tags: Array<string>): ProductBasicInfo;
15
+ withCover(cover: ProductCoverInfo): ProductBasicInfo;
16
+ withTextList(textList: Array<ProductTextInfo>): ProductBasicInfo;
17
+ set textList(textList: Array<ProductTextInfo> | undefined);
18
+ get textList(): Array<ProductTextInfo> | undefined;
19
+ withAssetList(assetList: Array<ProductMediaInfo>): ProductBasicInfo;
20
+ set assetList(assetList: Array<ProductMediaInfo> | undefined);
21
+ get assetList(): Array<ProductMediaInfo> | undefined;
22
+ }
23
+ //# sourceMappingURL=ProductBasicInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductBasicInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductBasicInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,qBAAa,gBAAgB;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,KAAK,CAAC,EAAE,gBAAgB,CAAC;IAChC,OAAO,CAAC,WAAW,CAAC,CAAyB;IAC7C,OAAO,CAAC,YAAY,CAAC,CAA0B;gBAC5B,IAAI,CAAC,EAAE,MAAM;IAGzB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,gBAAgB;IAIxC,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,gBAAgB;IAItD,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,gBAAgB;IAI/C,SAAS,CAAC,KAAK,EAAE,gBAAgB,GAAG,gBAAgB;IAIpD,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,gBAAgB;IAIvE,IAAW,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,eAAe,CAAC,GAAI,SAAS,EAEhE;IACD,IAAW,QAAQ,IAAI,KAAK,CAAC,eAAe,CAAC,GAAG,SAAS,CAExD;IACM,aAAa,CAAC,SAAS,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAI1E,IAAW,SAAS,CAAC,SAAS,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAI,SAAS,EAEnE;IACD,IAAW,SAAS,IAAI,KAAK,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAE1D;CACJ"}
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductBasicInfo = void 0;
4
+ class ProductBasicInfo {
5
+ constructor(name) {
6
+ this['name'] = name;
7
+ }
8
+ withName(name) {
9
+ this['name'] = name;
10
+ return this;
11
+ }
12
+ withDescription(description) {
13
+ this['description'] = description;
14
+ return this;
15
+ }
16
+ withTags(tags) {
17
+ this['tags'] = tags;
18
+ return this;
19
+ }
20
+ withCover(cover) {
21
+ this['cover'] = cover;
22
+ return this;
23
+ }
24
+ withTextList(textList) {
25
+ this['text_list'] = textList;
26
+ return this;
27
+ }
28
+ set textList(textList) {
29
+ this['text_list'] = textList;
30
+ }
31
+ get textList() {
32
+ return this['text_list'];
33
+ }
34
+ withAssetList(assetList) {
35
+ this['asset_list'] = assetList;
36
+ return this;
37
+ }
38
+ set assetList(assetList) {
39
+ this['asset_list'] = assetList;
40
+ }
41
+ get assetList() {
42
+ return this['asset_list'];
43
+ }
44
+ }
45
+ exports.ProductBasicInfo = ProductBasicInfo;
46
+ //# sourceMappingURL=ProductBasicInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductBasicInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductBasicInfo.ts"],"names":[],"mappings":";;;AAKA,MAAa,gBAAgB;IAOzB,YAAmB,IAAa;QAC5B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAmB;QAC/B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAuB;QACpC,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgC;QAChD,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6C;QAC7D,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,aAAa,CAAC,SAAkC;QACnD,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA+C;QAChE,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;CACJ;AA9CD,4CA8CC"}
@@ -0,0 +1,16 @@
1
+ export declare class ProductCoverDetailInfo {
2
+ private 'asset_id'?;
3
+ private 'cover_url'?;
4
+ private 'thumbnail_url'?;
5
+ constructor();
6
+ withAssetId(assetId: string): ProductCoverDetailInfo;
7
+ set assetId(assetId: string | undefined);
8
+ get assetId(): string | undefined;
9
+ withCoverUrl(coverUrl: string): ProductCoverDetailInfo;
10
+ set coverUrl(coverUrl: string | undefined);
11
+ get coverUrl(): string | undefined;
12
+ withThumbnailUrl(thumbnailUrl: string): ProductCoverDetailInfo;
13
+ set thumbnailUrl(thumbnailUrl: string | undefined);
14
+ get thumbnailUrl(): string | undefined;
15
+ }
16
+ //# sourceMappingURL=ProductCoverDetailInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductCoverDetailInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductCoverDetailInfo.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAC/B,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,eAAe,CAAC,CAAS;;IAG1B,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,sBAAsB;IAI3D,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB;IAI7D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;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;CACJ"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductCoverDetailInfo = void 0;
4
+ class ProductCoverDetailInfo {
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
+ withCoverUrl(coverUrl) {
18
+ this['cover_url'] = coverUrl;
19
+ return this;
20
+ }
21
+ set coverUrl(coverUrl) {
22
+ this['cover_url'] = coverUrl;
23
+ }
24
+ get coverUrl() {
25
+ return this['cover_url'];
26
+ }
27
+ withThumbnailUrl(thumbnailUrl) {
28
+ this['thumbnail_url'] = thumbnailUrl;
29
+ return this;
30
+ }
31
+ set thumbnailUrl(thumbnailUrl) {
32
+ this['thumbnail_url'] = thumbnailUrl;
33
+ }
34
+ get thumbnailUrl() {
35
+ return this['thumbnail_url'];
36
+ }
37
+ }
38
+ exports.ProductCoverDetailInfo = ProductCoverDetailInfo;
39
+ //# sourceMappingURL=ProductCoverDetailInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductCoverDetailInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductCoverDetailInfo.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;IAI/B;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,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,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;AApCD,wDAoCC"}
@@ -0,0 +1,8 @@
1
+ export declare class ProductCoverInfo {
2
+ private 'asset_id'?;
3
+ constructor();
4
+ withAssetId(assetId: string): ProductCoverInfo;
5
+ set assetId(assetId: string | undefined);
6
+ get assetId(): string | undefined;
7
+ }
8
+ //# sourceMappingURL=ProductCoverInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductCoverInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductCoverInfo.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IACzB,OAAO,CAAC,UAAU,CAAC,CAAS;;IAGrB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,gBAAgB;IAIrD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;CACJ"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductCoverInfo = void 0;
4
+ class ProductCoverInfo {
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
+ }
18
+ exports.ProductCoverInfo = ProductCoverInfo;
19
+ //# sourceMappingURL=ProductCoverInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductCoverInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductCoverInfo.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IAEzB;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;CACJ;AAdD,4CAcC"}
@@ -0,0 +1,47 @@
1
+ import { ProductCoverDetailInfo } from './ProductCoverDetailInfo';
2
+ import { ProductMediaDetailInfo } from './ProductMediaDetailInfo';
3
+ import { ProductTextInfo } from './ProductTextInfo';
4
+ export declare class ProductDetailInfo {
5
+ private 'product_id'?;
6
+ name?: string;
7
+ description?: string;
8
+ tags?: Array<string>;
9
+ cover?: ProductCoverDetailInfo;
10
+ private 'text_list'?;
11
+ private 'asset_list'?;
12
+ private 'create_time'?;
13
+ private 'update_time'?;
14
+ state?: ProductDetailInfoStateEnum | string;
15
+ constructor();
16
+ withProductId(productId: string): ProductDetailInfo;
17
+ set productId(productId: string | undefined);
18
+ get productId(): string | undefined;
19
+ withName(name: string): ProductDetailInfo;
20
+ withDescription(description: string): ProductDetailInfo;
21
+ withTags(tags: Array<string>): ProductDetailInfo;
22
+ withCover(cover: ProductCoverDetailInfo): ProductDetailInfo;
23
+ withTextList(textList: Array<ProductTextInfo>): ProductDetailInfo;
24
+ set textList(textList: Array<ProductTextInfo> | undefined);
25
+ get textList(): Array<ProductTextInfo> | undefined;
26
+ withAssetList(assetList: Array<ProductMediaDetailInfo>): ProductDetailInfo;
27
+ set assetList(assetList: Array<ProductMediaDetailInfo> | undefined);
28
+ get assetList(): Array<ProductMediaDetailInfo> | undefined;
29
+ withCreateTime(createTime: string): ProductDetailInfo;
30
+ set createTime(createTime: string | undefined);
31
+ get createTime(): string | undefined;
32
+ withUpdateTime(updateTime: string): ProductDetailInfo;
33
+ set updateTime(updateTime: string | undefined);
34
+ get updateTime(): string | undefined;
35
+ withState(state: ProductDetailInfoStateEnum | string): ProductDetailInfo;
36
+ }
37
+ /**
38
+ * @export
39
+ * @enum {string}
40
+ */
41
+ export declare enum ProductDetailInfoStateEnum {
42
+ ACTIVED = "ACTIVED",
43
+ UNACTIVED = "UNACTIVED",
44
+ BLOCK = "BLOCK",
45
+ DELETED = "DELETED"
46
+ }
47
+ //# sourceMappingURL=ProductDetailInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductDetailInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductDetailInfo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,qBAAa,iBAAiB;IAC1B,OAAO,CAAC,YAAY,CAAC,CAAS;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,KAAK,CAAC,EAAE,sBAAsB,CAAC;IACtC,OAAO,CAAC,WAAW,CAAC,CAAyB;IAC7C,OAAO,CAAC,YAAY,CAAC,CAAgC;IACrD,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,aAAa,CAAC,CAAS;IACxB,KAAK,CAAC,EAAE,0BAA0B,GAAG,MAAM,CAAC;;IAG5C,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,iBAAiB;IAI1D,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,iBAAiB;IAIzC,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,iBAAiB;IAIvD,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,iBAAiB;IAIhD,SAAS,CAAC,KAAK,EAAE,sBAAsB,GAAG,iBAAiB;IAI3D,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,iBAAiB;IAIxE,IAAW,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,eAAe,CAAC,GAAI,SAAS,EAEhE;IACD,IAAW,QAAQ,IAAI,KAAK,CAAC,eAAe,CAAC,GAAG,SAAS,CAExD;IACM,aAAa,CAAC,SAAS,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,iBAAiB;IAIjF,IAAW,SAAS,CAAC,SAAS,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAI,SAAS,EAEzE;IACD,IAAW,SAAS,IAAI,KAAK,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAEhE;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,iBAAiB;IAI5D,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,iBAAiB;IAI5D,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,SAAS,CAAC,KAAK,EAAE,0BAA0B,GAAG,MAAM,GAAG,iBAAiB;CAIlF;AAED;;;MAGM;AACN,oBAAY,0BAA0B;IAClC,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,OAAO,YAAY;CACtB"}
@@ -0,0 +1,90 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductDetailInfoStateEnum = exports.ProductDetailInfo = void 0;
4
+ class ProductDetailInfo {
5
+ constructor() {
6
+ }
7
+ withProductId(productId) {
8
+ this['product_id'] = productId;
9
+ return this;
10
+ }
11
+ set productId(productId) {
12
+ this['product_id'] = productId;
13
+ }
14
+ get productId() {
15
+ return this['product_id'];
16
+ }
17
+ withName(name) {
18
+ this['name'] = name;
19
+ return this;
20
+ }
21
+ withDescription(description) {
22
+ this['description'] = description;
23
+ return this;
24
+ }
25
+ withTags(tags) {
26
+ this['tags'] = tags;
27
+ return this;
28
+ }
29
+ withCover(cover) {
30
+ this['cover'] = cover;
31
+ return this;
32
+ }
33
+ withTextList(textList) {
34
+ this['text_list'] = textList;
35
+ return this;
36
+ }
37
+ set textList(textList) {
38
+ this['text_list'] = textList;
39
+ }
40
+ get textList() {
41
+ return this['text_list'];
42
+ }
43
+ withAssetList(assetList) {
44
+ this['asset_list'] = assetList;
45
+ return this;
46
+ }
47
+ set assetList(assetList) {
48
+ this['asset_list'] = assetList;
49
+ }
50
+ get assetList() {
51
+ return this['asset_list'];
52
+ }
53
+ withCreateTime(createTime) {
54
+ this['create_time'] = createTime;
55
+ return this;
56
+ }
57
+ set createTime(createTime) {
58
+ this['create_time'] = createTime;
59
+ }
60
+ get createTime() {
61
+ return this['create_time'];
62
+ }
63
+ withUpdateTime(updateTime) {
64
+ this['update_time'] = updateTime;
65
+ return this;
66
+ }
67
+ set updateTime(updateTime) {
68
+ this['update_time'] = updateTime;
69
+ }
70
+ get updateTime() {
71
+ return this['update_time'];
72
+ }
73
+ withState(state) {
74
+ this['state'] = state;
75
+ return this;
76
+ }
77
+ }
78
+ exports.ProductDetailInfo = ProductDetailInfo;
79
+ /**
80
+ * @export
81
+ * @enum {string}
82
+ */
83
+ var ProductDetailInfoStateEnum;
84
+ (function (ProductDetailInfoStateEnum) {
85
+ ProductDetailInfoStateEnum["ACTIVED"] = "ACTIVED";
86
+ ProductDetailInfoStateEnum["UNACTIVED"] = "UNACTIVED";
87
+ ProductDetailInfoStateEnum["BLOCK"] = "BLOCK";
88
+ ProductDetailInfoStateEnum["DELETED"] = "DELETED";
89
+ })(ProductDetailInfoStateEnum = exports.ProductDetailInfoStateEnum || (exports.ProductDetailInfoStateEnum = {}));
90
+ //# sourceMappingURL=ProductDetailInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductDetailInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductDetailInfo.ts"],"names":[],"mappings":";;;AAKA,MAAa,iBAAiB;IAW1B;IACA,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAmB;QAC/B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAA6B;QAC1C,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgC;QAChD,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6C;QAC7D,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,aAAa,CAAC,SAAwC;QACzD,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAAqD;QACtE,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,SAAS,CAAC,KAA0C;QACvD,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAnFD,8CAmFC;AAED;;;MAGM;AACN,IAAY,0BAKX;AALD,WAAY,0BAA0B;IAClC,iDAAmB,CAAA;IACnB,qDAAuB,CAAA;IACvB,6CAAe,CAAA;IACf,iDAAmB,CAAA;AACvB,CAAC,EALW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAKrC"}
@@ -0,0 +1,43 @@
1
+ export declare class ProductMediaDetailInfo {
2
+ private 'asset_id'?;
3
+ private 'asset_type'?;
4
+ order?: number;
5
+ private 'asset_name'?;
6
+ private 'asset_state'?;
7
+ private 'cover_url'?;
8
+ private 'thumbnail_url'?;
9
+ private 'main_url'?;
10
+ constructor();
11
+ withAssetId(assetId: string): ProductMediaDetailInfo;
12
+ set assetId(assetId: string | undefined);
13
+ get assetId(): string | undefined;
14
+ withAssetType(assetType: ProductMediaDetailInfoAssetTypeEnum | string): ProductMediaDetailInfo;
15
+ set assetType(assetType: ProductMediaDetailInfoAssetTypeEnum | string | undefined);
16
+ get assetType(): ProductMediaDetailInfoAssetTypeEnum | string | undefined;
17
+ withOrder(order: number): ProductMediaDetailInfo;
18
+ withAssetName(assetName: string): ProductMediaDetailInfo;
19
+ set assetName(assetName: string | undefined);
20
+ get assetName(): string | undefined;
21
+ withAssetState(assetState: string): ProductMediaDetailInfo;
22
+ set assetState(assetState: string | undefined);
23
+ get assetState(): string | undefined;
24
+ withCoverUrl(coverUrl: string): ProductMediaDetailInfo;
25
+ set coverUrl(coverUrl: string | undefined);
26
+ get coverUrl(): string | undefined;
27
+ withThumbnailUrl(thumbnailUrl: string): ProductMediaDetailInfo;
28
+ set thumbnailUrl(thumbnailUrl: string | undefined);
29
+ get thumbnailUrl(): string | undefined;
30
+ withMainUrl(mainUrl: string): ProductMediaDetailInfo;
31
+ set mainUrl(mainUrl: string | undefined);
32
+ get mainUrl(): string | undefined;
33
+ }
34
+ /**
35
+ * @export
36
+ * @enum {string}
37
+ */
38
+ export declare enum ProductMediaDetailInfoAssetTypeEnum {
39
+ IMAGE = "IMAGE",
40
+ VIDEO = "VIDEO",
41
+ AUDIO = "AUDIO"
42
+ }
43
+ //# sourceMappingURL=ProductMediaDetailInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductMediaDetailInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductMediaDetailInfo.ts"],"names":[],"mappings":"AAGA,qBAAa,sBAAsB;IAC/B,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,YAAY,CAAC,CAA+C;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,UAAU,CAAC,CAAS;;IAGrB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,sBAAsB;IAI3D,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,aAAa,CAAC,SAAS,EAAE,mCAAmC,GAAG,MAAM,GAAG,sBAAsB;IAIrG,IAAW,SAAS,CAAC,SAAS,EAAE,mCAAmC,GAAG,MAAM,GAAI,SAAS,EAExF;IACD,IAAW,SAAS,IAAI,mCAAmC,GAAG,MAAM,GAAG,SAAS,CAE/E;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,sBAAsB;IAIhD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,sBAAsB;IAI/D,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,sBAAsB;IAIjE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB;IAI7D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;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,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,sBAAsB;IAI3D,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;CACJ;AAED;;;MAGM;AACN,oBAAY,mCAAmC;IAC3C,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;CAClB"}
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductMediaDetailInfoAssetTypeEnum = exports.ProductMediaDetailInfo = void 0;
4
+ class ProductMediaDetailInfo {
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
+ withAssetType(assetType) {
18
+ this['asset_type'] = assetType;
19
+ return this;
20
+ }
21
+ set assetType(assetType) {
22
+ this['asset_type'] = assetType;
23
+ }
24
+ get assetType() {
25
+ return this['asset_type'];
26
+ }
27
+ withOrder(order) {
28
+ this['order'] = order;
29
+ return this;
30
+ }
31
+ withAssetName(assetName) {
32
+ this['asset_name'] = assetName;
33
+ return this;
34
+ }
35
+ set assetName(assetName) {
36
+ this['asset_name'] = assetName;
37
+ }
38
+ get assetName() {
39
+ return this['asset_name'];
40
+ }
41
+ withAssetState(assetState) {
42
+ this['asset_state'] = assetState;
43
+ return this;
44
+ }
45
+ set assetState(assetState) {
46
+ this['asset_state'] = assetState;
47
+ }
48
+ get assetState() {
49
+ return this['asset_state'];
50
+ }
51
+ withCoverUrl(coverUrl) {
52
+ this['cover_url'] = coverUrl;
53
+ return this;
54
+ }
55
+ set coverUrl(coverUrl) {
56
+ this['cover_url'] = coverUrl;
57
+ }
58
+ get coverUrl() {
59
+ return this['cover_url'];
60
+ }
61
+ withThumbnailUrl(thumbnailUrl) {
62
+ this['thumbnail_url'] = thumbnailUrl;
63
+ return this;
64
+ }
65
+ set thumbnailUrl(thumbnailUrl) {
66
+ this['thumbnail_url'] = thumbnailUrl;
67
+ }
68
+ get thumbnailUrl() {
69
+ return this['thumbnail_url'];
70
+ }
71
+ withMainUrl(mainUrl) {
72
+ this['main_url'] = mainUrl;
73
+ return this;
74
+ }
75
+ set mainUrl(mainUrl) {
76
+ this['main_url'] = mainUrl;
77
+ }
78
+ get mainUrl() {
79
+ return this['main_url'];
80
+ }
81
+ }
82
+ exports.ProductMediaDetailInfo = ProductMediaDetailInfo;
83
+ /**
84
+ * @export
85
+ * @enum {string}
86
+ */
87
+ var ProductMediaDetailInfoAssetTypeEnum;
88
+ (function (ProductMediaDetailInfoAssetTypeEnum) {
89
+ ProductMediaDetailInfoAssetTypeEnum["IMAGE"] = "IMAGE";
90
+ ProductMediaDetailInfoAssetTypeEnum["VIDEO"] = "VIDEO";
91
+ ProductMediaDetailInfoAssetTypeEnum["AUDIO"] = "AUDIO";
92
+ })(ProductMediaDetailInfoAssetTypeEnum = exports.ProductMediaDetailInfoAssetTypeEnum || (exports.ProductMediaDetailInfoAssetTypeEnum = {}));
93
+ //# sourceMappingURL=ProductMediaDetailInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductMediaDetailInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductMediaDetailInfo.ts"],"names":[],"mappings":";;;AAGA,MAAa,sBAAsB;IAS/B;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,aAAa,CAAC,SAAuD;QACxE,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAAoE;QACrF,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,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,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;CACJ;AArFD,wDAqFC;AAED;;;MAGM;AACN,IAAY,mCAIX;AAJD,WAAY,mCAAmC;IAC3C,sDAAe,CAAA;IACf,sDAAe,CAAA;IACf,sDAAe,CAAA;AACnB,CAAC,EAJW,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAI9C"}
@@ -0,0 +1,23 @@
1
+ export declare class ProductMediaInfo {
2
+ private 'asset_id'?;
3
+ private 'asset_type'?;
4
+ order?: number;
5
+ constructor();
6
+ withAssetId(assetId: string): ProductMediaInfo;
7
+ set assetId(assetId: string | undefined);
8
+ get assetId(): string | undefined;
9
+ withAssetType(assetType: ProductMediaInfoAssetTypeEnum | string): ProductMediaInfo;
10
+ set assetType(assetType: ProductMediaInfoAssetTypeEnum | string | undefined);
11
+ get assetType(): ProductMediaInfoAssetTypeEnum | string | undefined;
12
+ withOrder(order: number): ProductMediaInfo;
13
+ }
14
+ /**
15
+ * @export
16
+ * @enum {string}
17
+ */
18
+ export declare enum ProductMediaInfoAssetTypeEnum {
19
+ IMAGE = "IMAGE",
20
+ VIDEO = "VIDEO",
21
+ AUDIO = "AUDIO"
22
+ }
23
+ //# sourceMappingURL=ProductMediaInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductMediaInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductMediaInfo.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IACzB,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,YAAY,CAAC,CAAyC;IACvD,KAAK,CAAC,EAAE,MAAM,CAAC;;IAGf,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,gBAAgB;IAIrD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,aAAa,CAAC,SAAS,EAAE,6BAA6B,GAAG,MAAM,GAAG,gBAAgB;IAIzF,IAAW,SAAS,CAAC,SAAS,EAAE,6BAA6B,GAAG,MAAM,GAAI,SAAS,EAElF;IACD,IAAW,SAAS,IAAI,6BAA6B,GAAG,MAAM,GAAG,SAAS,CAEzE;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,gBAAgB;CAIpD;AAED;;;MAGM;AACN,oBAAY,6BAA6B;IACrC,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;CAClB"}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductMediaInfoAssetTypeEnum = exports.ProductMediaInfo = void 0;
4
+ class ProductMediaInfo {
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
+ withAssetType(assetType) {
18
+ this['asset_type'] = assetType;
19
+ return this;
20
+ }
21
+ set assetType(assetType) {
22
+ this['asset_type'] = assetType;
23
+ }
24
+ get assetType() {
25
+ return this['asset_type'];
26
+ }
27
+ withOrder(order) {
28
+ this['order'] = order;
29
+ return this;
30
+ }
31
+ }
32
+ exports.ProductMediaInfo = ProductMediaInfo;
33
+ /**
34
+ * @export
35
+ * @enum {string}
36
+ */
37
+ var ProductMediaInfoAssetTypeEnum;
38
+ (function (ProductMediaInfoAssetTypeEnum) {
39
+ ProductMediaInfoAssetTypeEnum["IMAGE"] = "IMAGE";
40
+ ProductMediaInfoAssetTypeEnum["VIDEO"] = "VIDEO";
41
+ ProductMediaInfoAssetTypeEnum["AUDIO"] = "AUDIO";
42
+ })(ProductMediaInfoAssetTypeEnum = exports.ProductMediaInfoAssetTypeEnum || (exports.ProductMediaInfoAssetTypeEnum = {}));
43
+ //# sourceMappingURL=ProductMediaInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductMediaInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductMediaInfo.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IAIzB;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,aAAa,CAAC,SAAiD;QAClE,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8D;QAC/E,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA9BD,4CA8BC;AAED;;;MAGM;AACN,IAAY,6BAIX;AAJD,WAAY,6BAA6B;IACrC,gDAAe,CAAA;IACf,gDAAe,CAAA;IACf,gDAAe,CAAA;AACnB,CAAC,EAJW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAIxC"}
@@ -0,0 +1,8 @@
1
+ export declare class ProductTextInfo {
2
+ title?: string;
3
+ text?: string;
4
+ constructor();
5
+ withTitle(title: string): ProductTextInfo;
6
+ withText(text: string): ProductTextInfo;
7
+ }
8
+ //# sourceMappingURL=ProductTextInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductTextInfo.d.ts","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductTextInfo.ts"],"names":[],"mappings":"AAEA,qBAAa,eAAe;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;;IAGd,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,eAAe;IAIzC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,eAAe;CAIjD"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductTextInfo = void 0;
4
+ class ProductTextInfo {
5
+ constructor() {
6
+ }
7
+ withTitle(title) {
8
+ this['title'] = title;
9
+ return this;
10
+ }
11
+ withText(text) {
12
+ this['text'] = text;
13
+ return this;
14
+ }
15
+ }
16
+ exports.ProductTextInfo = ProductTextInfo;
17
+ //# sourceMappingURL=ProductTextInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductTextInfo.js","sourceRoot":"","sources":["../../../../../services/metastudio/v1/model/ProductTextInfo.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IAGxB;IACA,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAbD,0CAaC"}