tencentcloud-sdk-nodejs 4.0.280 → 4.0.284

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 (72) hide show
  1. package/CHANGELOG.md +331 -0
  2. package/SERVICE_CHANGELOG.md +232 -6
  3. package/package.json +1 -1
  4. package/products.md +19 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +121 -63
  7. package/src/services/ame/v20190916/ame_models.ts +1157 -820
  8. package/src/services/cam/v20190116/cam_models.ts +6 -0
  9. package/src/services/cbs/v20170312/cbs_client.ts +16 -0
  10. package/src/services/cbs/v20170312/cbs_models.ts +60 -0
  11. package/src/services/chdfs/v20201112/chdfs_models.ts +10 -10
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  13. package/src/services/cme/v20191029/cme_client.ts +17 -7
  14. package/src/services/cme/v20191029/cme_models.ts +415 -139
  15. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  16. package/src/services/index.ts +1 -0
  17. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +5 -5
  18. package/src/services/ivld/v20210903/ivld_client.ts +227 -29
  19. package/src/services/ivld/v20210903/ivld_models.ts +643 -107
  20. package/src/services/lowcode/index.ts +5 -0
  21. package/src/services/lowcode/v20210108/index.ts +6 -0
  22. package/src/services/lowcode/v20210108/lowcode_client.ts +48 -0
  23. package/src/services/lowcode/v20210108/lowcode_models.ts +359 -0
  24. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  25. package/src/services/monitor/v20180724/monitor_models.ts +2 -2
  26. package/src/services/organization/v20210331/organization_models.ts +12 -0
  27. package/src/services/partners/v20180321/partners_models.ts +4 -4
  28. package/src/services/ses/v20201002/ses_models.ts +1 -1
  29. package/src/services/tcss/v20201101/tcss_models.ts +1 -1
  30. package/src/services/vod/v20180717/vod_models.ts +38 -4
  31. package/src/services/vpc/v20170312/vpc_models.ts +4 -2
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +24 -5
  35. package/tencentcloud/services/ame/v20190916/ame_client.js +33 -6
  36. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +1016 -730
  37. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
  38. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +8 -1
  39. package/tencentcloud/services/cbs/v20170312/cbs_client.js +9 -0
  40. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +51 -0
  41. package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +10 -10
  42. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  43. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
  44. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +359 -123
  45. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  46. package/tencentcloud/services/index.d.ts +1 -0
  47. package/tencentcloud/services/index.js +2 -0
  48. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +5 -5
  49. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +93 -11
  50. package/tencentcloud/services/ivld/v20210903/ivld_client.js +123 -13
  51. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +529 -71
  52. package/tencentcloud/services/lowcode/index.d.ts +6 -0
  53. package/tencentcloud/services/lowcode/index.js +7 -0
  54. package/tencentcloud/services/lowcode/v20210108/index.d.ts +6 -0
  55. package/tencentcloud/services/lowcode/v20210108/index.js +9 -0
  56. package/tencentcloud/services/lowcode/v20210108/lowcode_client.d.ts +14 -0
  57. package/tencentcloud/services/lowcode/v20210108/lowcode_client.js +37 -0
  58. package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +287 -0
  59. package/tencentcloud/services/lowcode/v20210108/lowcode_models.js +18 -0
  60. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  61. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  62. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
  63. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +10 -0
  64. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +4 -4
  65. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
  66. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1 -1
  67. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +32 -2
  68. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -2
  69. package/test/ame.v20190916.test.js +44 -4
  70. package/test/cbs.v20170312.test.js +10 -0
  71. package/test/ivld.v20210903.test.js +146 -6
  72. package/test/lowcode.v20210108.test.js +31 -0
package/products.md CHANGED
@@ -5,7 +5,7 @@
5
5
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
6
6
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-01-07 08:02:53 |
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-01-07 08:02:54 |
8
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-24 08:04:15 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-28 08:00:20 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-12-21 08:00:20 |
10
10
  | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-01-19 08:04:47 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
@@ -27,31 +27,31 @@
27
27
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2021-11-10 08:03:01 |
28
28
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
29
29
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-11-10 08:03:08 |
30
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-01-21 08:06:23 |
30
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-01-27 08:10:42 |
31
31
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-01-20 08:05:36 |
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-01-18 08:04:56 |
33
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-24 08:05:46 |
33
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-26 08:03:48 |
34
34
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-01-24 08:05:51 |
35
35
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-20 08:05:53 |
36
36
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-01-14 08:07:10 |
37
37
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-12-24 08:06:33 |
38
38
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
39
39
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-01-17 08:04:37 |
40
- | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-01-21 08:07:44 |
41
- | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-01-25 08:08:24 |
40
+ | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-01-26 08:04:40 |
41
+ | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-01-26 19:49:53 |
42
42
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
43
43
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
44
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-01-20 08:06:46 |
44
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-01-26 08:04:46 |
45
45
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-20 08:06:53 |
46
46
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
47
47
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
48
48
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-21 08:08:17 |
49
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2021-12-24 08:07:24 |
49
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-01-27 08:22:16 |
50
50
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
51
51
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
52
52
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-01-20 08:07:33 |
53
53
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
54
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-24 08:07:40 |
54
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-26 08:05:43 |
55
55
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-01-17 08:06:09 |
56
56
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
57
57
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
@@ -97,11 +97,12 @@
97
97
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-01-11 08:10:29 |
98
98
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
99
99
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-24 08:11:21 |
100
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-20 08:11:43 |
101
- | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
100
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-26 08:09:29 |
101
+ | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-01-25 16:20:40 |
102
102
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
103
103
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-01-11 08:11:43 |
104
104
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-25 08:14:02 |
105
+ | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-01-27 10:15:18 |
105
106
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
106
107
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-01-14 08:12:58 |
107
108
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
@@ -109,7 +110,7 @@
109
110
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
110
111
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
111
112
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-01-05 08:11:21 |
112
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-01-21 08:14:26 |
113
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-01-26 08:10:33 |
113
114
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
114
115
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
115
116
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -118,9 +119,9 @@
118
119
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-12-21 16:54:01 |
119
120
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
120
121
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-01-25 08:15:03 |
121
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-24 08:13:05 |
122
- | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-01-18 08:13:20 |
123
- | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
122
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-27 08:59:26 |
123
+ | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-01-26 08:11:15 |
124
+ | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-01-27 09:00:32 |
124
125
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
125
126
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-01-13 08:55:35 |
126
127
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-23 08:13:49 |
@@ -130,7 +131,7 @@
130
131
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
131
132
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-01-18 08:14:02 |
132
133
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-01-12 08:13:52 |
133
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-24 08:13:52 |
134
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-26 08:11:53 |
134
135
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
135
136
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
136
137
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-01-24 08:14:00 |
@@ -154,7 +155,7 @@
154
155
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
155
156
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-01-24 08:14:58 |
156
157
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
157
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-24 08:15:12 |
158
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-26 08:13:10 |
158
159
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
159
160
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-21 08:17:48 |
160
161
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-01-21 08:18:01 |
@@ -179,8 +180,8 @@
179
180
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
180
181
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-12-21 08:12:32 |
181
182
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
182
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-21 08:19:25 |
183
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-01-24 08:17:24 |
183
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-26 08:14:54 |
184
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-01-26 08:15:17 |
184
185
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
185
186
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
186
187
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.280"
1
+ export const sdkVersion = "4.0.284"
@@ -18,83 +18,98 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
- Album,
22
21
  DescribeMusicResponse,
22
+ ChorusClip,
23
+ ModifyMusicOnShelvesResponse,
24
+ Station,
25
+ DescribeKTVMusicDetailRequest,
26
+ KTVMusicTopInfo,
27
+ DescribeKTVSingerCategoriesRequest,
28
+ KTVSingerBaseInfo,
29
+ ModifyMusicOnShelvesRequest,
30
+ PlayCommandInput,
31
+ DescribeMusicRequest,
32
+ DescribeMusicSaleStatusRequest,
33
+ TakeMusicOffShelvesRequest,
34
+ DescribeCloudMusicResponse,
35
+ MusicDetailInfo,
36
+ ImagePath,
37
+ DescribeMusicSaleStatusResponse,
38
+ DestroyKTVRobotRequest,
39
+ DescribeAuthInfoResponse,
40
+ DescribeLyricRequest,
41
+ ReportDataRequest,
42
+ SeekCommandInput,
23
43
  DescribePkgOfflineMusicRequest,
44
+ TimeRange,
45
+ CreateKTVRobotResponse,
46
+ DescribePackageItemsResponse,
47
+ DescribeCloudMusicPurchasedResponse,
48
+ DataInfo,
49
+ Artist,
50
+ ReportDataResponse,
51
+ SearchKTVMusicsResponse,
52
+ DescribeItemByIdRequest,
53
+ PutMusicOnTheShelvesResponse,
54
+ DescribeKTVSingerMusicsResponse,
55
+ DescribeItemsResponse,
56
+ DescribePkgOfflineMusicResponse,
57
+ KTVSingerInfo,
58
+ PutMusicOnTheShelvesRequest,
59
+ DescribeCloudMusicRequest,
60
+ SortBy,
61
+ DescribeKTVMusicDetailResponse,
62
+ DescribeKTVRobotsRequest,
24
63
  JoinRoomInput,
25
64
  DestroyKTVRobotResponse,
26
- DescribeLyricResponse,
27
- ModifyMusicOnShelvesResponse,
28
65
  CreateKTVRobotRequest,
29
- PlayCommandInput,
30
- SyncKTVRobotCommandRequest,
31
- SetAudioParamCommandInput,
66
+ DescribeKTVTopListRequest,
32
67
  DescribeKTVPlaylistDetailRequest,
33
- Station,
34
- CreateKTVRobotResponse,
35
- UseRange,
36
- MusicDetailInfo,
37
- DescribeKTVMusicDetailRequest,
68
+ Music,
38
69
  DescribeStationsResponse,
39
- DescribePackageItemsResponse,
40
70
  DescribeCloudMusicPurchasedRequest,
41
71
  PackageItem,
42
- DescribeCloudMusicPurchasedResponse,
43
72
  DescribeKTVPlaylistsRequest,
44
- DataInfo,
45
- DescribeKTVPlaylistDetailResponse,
46
73
  TRTCJoinRoomInput,
47
- Package,
48
- ReportDataResponse,
49
- ModifyMusicOnShelvesRequest,
50
74
  DescribePackageItemsRequest,
51
75
  AuthInfo,
52
- TakeMusicOffShelvesRequest,
53
76
  DescribeKTVRobotsResponse,
54
- TakeMusicOffShelves,
55
- Lyric,
56
- OfflineMusicDetail,
57
- DescribeItemByIdRequest,
58
- DescribeAuthInfoRequest,
59
- DescribeKTVPlaylistsResponse,
60
- Music,
61
- Artist,
77
+ UseRange,
62
78
  DescribeStationsRequest,
63
- MusicOpenDetail,
64
- PutMusicOnTheShelvesResponse,
65
- SearchKTVMusicsResponse,
66
- KTVRobotInfo,
67
- DescribeItemsRequest,
68
- Item,
69
- SetPlayModeCommandInput,
79
+ DescribeKTVSingerMusicsRequest,
80
+ DescribeKTVSingerCategoriesResponse,
81
+ DescribeKTVSingersRequest,
70
82
  SetPlaylistCommandInput,
71
83
  SyncKTVRobotCommandResponse,
72
- DescribeCloudMusicResponse,
73
- KTVMusicBaseInfo,
74
- DescribePackagesRequest,
75
- DescribeMusicSaleStatusRequest,
76
84
  SearchKTVMusicsRequest,
77
- ImagePath,
78
- DescribeItemsResponse,
79
- DescribePkgOfflineMusicResponse,
80
85
  KTVPlaylistBaseInfo,
86
+ DescribeKTVSingersResponse,
81
87
  DescribeItemByIdResponse,
82
88
  MusicStatus,
83
- DescribeMusicSaleStatusResponse,
89
+ KTVSingerCategoryInfo,
84
90
  SendMessageCommandInput,
85
- PutMusicOnTheShelvesRequest,
91
+ KTVMusicDefinitionInfo,
92
+ Album,
93
+ DescribeLyricResponse,
94
+ KTVMusicBaseInfo,
95
+ SyncKTVRobotCommandRequest,
96
+ DescribeKTVPlaylistsResponse,
97
+ DescribeKTVPlaylistDetailResponse,
98
+ SetAudioParamCommandInput,
99
+ TakeMusicOffShelves,
100
+ OfflineMusicDetail,
101
+ DescribeAuthInfoRequest,
102
+ Package,
103
+ SetPlayModeCommandInput,
104
+ KTVRobotInfo,
105
+ DescribeItemsRequest,
106
+ Item,
107
+ DescribeKTVTopListResponse,
108
+ MusicOpenDetail,
109
+ DescribePackagesRequest,
86
110
  DescribePackagesResponse,
87
- DestroyKTVRobotRequest,
88
- DescribeCloudMusicRequest,
89
- DescribeAuthInfoResponse,
111
+ Lyric,
90
112
  TakeMusicOffShelvesResponse,
91
- DescribeLyricRequest,
92
- DescribeKTVMusicDetailResponse,
93
- DescribeKTVRobotsRequest,
94
- DescribeMusicRequest,
95
- ReportDataRequest,
96
- SeekCommandInput,
97
- KTVMusicDefinitionInfo,
98
113
  } from "./ame_models"
99
114
 
100
115
  /**
@@ -156,16 +171,6 @@ export class Client extends AbstractClient {
156
171
  return this.request("DescribeCloudMusicPurchased", req, cb)
157
172
  }
158
173
 
159
- /**
160
- * 客户上报用户数据功能,为了更好地为用户提供优质服务
161
- */
162
- async ReportData(
163
- req: ReportDataRequest,
164
- cb?: (error: string, rep: ReportDataResponse) => void
165
- ): Promise<ReportDataResponse> {
166
- return this.request("ReportData", req, cb)
167
- }
168
-
169
174
  /**
170
175
  * 根据购买曲库包用户可查询已回退的歌曲信息
171
176
  */
@@ -176,6 +181,19 @@ export class Client extends AbstractClient {
176
181
  return this.request("DescribePkgOfflineMusic", req, cb)
177
182
  }
178
183
 
184
+ /**
185
+ * 根据歌手id,返回该歌手下歌曲列表。
186
+
187
+
188
+
189
+ */
190
+ async DescribeKTVSingerMusics(
191
+ req: DescribeKTVSingerMusicsRequest,
192
+ cb?: (error: string, rep: DescribeKTVSingerMusicsResponse) => void
193
+ ): Promise<DescribeKTVSingerMusicsResponse> {
194
+ return this.request("DescribeKTVSingerMusics", req, cb)
195
+ }
196
+
179
197
  /**
180
198
  * 获取曲库包歌曲播放信息接口
181
199
  */
@@ -246,6 +264,16 @@ export class Client extends AbstractClient {
246
264
  return this.request("SyncKTVRobotCommand", req, cb)
247
265
  }
248
266
 
267
+ /**
268
+ * 获取直播互动曲库歌曲的周榜和月榜
269
+ */
270
+ async DescribeKTVTopList(
271
+ req: DescribeKTVTopListRequest,
272
+ cb?: (error: string, rep: DescribeKTVTopListResponse) => void
273
+ ): Promise<DescribeKTVTopListResponse> {
274
+ return this.request("DescribeKTVTopList", req, cb)
275
+ }
276
+
249
277
  /**
250
278
  * 根据歌单 Id 获取歌单详情,包括歌单的基础信息以及歌曲列表。
251
279
  */
@@ -256,6 +284,26 @@ export class Client extends AbstractClient {
256
284
  return this.request("DescribeKTVPlaylistDetail", req, cb)
257
285
  }
258
286
 
287
+ /**
288
+ * 客户上报用户数据功能,为了更好地为用户提供优质服务
289
+ */
290
+ async ReportData(
291
+ req: ReportDataRequest,
292
+ cb?: (error: string, rep: ReportDataResponse) => void
293
+ ): Promise<ReportDataResponse> {
294
+ return this.request("ReportData", req, cb)
295
+ }
296
+
297
+ /**
298
+ * 获取直播互动曲库歌手分类信息
299
+ */
300
+ async DescribeKTVSingerCategories(
301
+ req?: DescribeKTVSingerCategoriesRequest,
302
+ cb?: (error: string, rep: DescribeKTVSingerCategoriesResponse) => void
303
+ ): Promise<DescribeKTVSingerCategoriesResponse> {
304
+ return this.request("DescribeKTVSingerCategories", req, cb)
305
+ }
306
+
259
307
  /**
260
308
  * 该服务后续会停用,不再建议使用
261
309
  */
@@ -296,6 +344,16 @@ export class Client extends AbstractClient {
296
344
  return this.request("DescribeMusicSaleStatus", req, cb)
297
345
  }
298
346
 
347
+ /**
348
+ * 根据过滤条件,返回匹配的歌手列表。
349
+ */
350
+ async DescribeKTVSingers(
351
+ req: DescribeKTVSingersRequest,
352
+ cb?: (error: string, rep: DescribeKTVSingersResponse) => void
353
+ ): Promise<DescribeKTVSingersResponse> {
354
+ return this.request("DescribeKTVSingers", req, cb)
355
+ }
356
+
299
357
  /**
300
358
  * 销毁机器人,机器人退出 RTC 房间。
301
359
  */