tencentcloud-sdk-nodejs 4.0.272 → 4.0.276
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +755 -0
- package/SERVICE_CHANGELOG.md +673 -179
- package/package.json +1 -1
- package/products.md +41 -41
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +143 -87
- package/src/services/ame/v20190916/ame_models.ts +363 -43
- package/src/services/antiddos/v20200309/antiddos_client.ts +80 -16
- package/src/services/antiddos/v20200309/antiddos_models.ts +305 -19
- package/src/services/api/v20201106/api_client.ts +2 -2
- package/src/services/api/v20201106/api_models.ts +2 -2
- package/src/services/apigateway/v20180808/apigateway_models.ts +35 -0
- package/src/services/apm/v20210622/apm_client.ts +19 -1
- package/src/services/apm/v20210622/apm_models.ts +200 -8
- package/src/services/as/v20180419/as_models.ts +7 -8
- package/src/services/cat/v20180409/cat_models.ts +5 -0
- package/src/services/cbs/v20170312/cbs_client.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +5 -5
- package/src/services/cdb/v20170320/cdb_client.ts +468 -275
- package/src/services/cdb/v20170320/cdb_models.ts +4840 -3856
- package/src/services/cdn/v20180606/cdn_models.ts +7 -5
- package/src/services/cfw/v20190904/cfw_client.ts +13 -1
- package/src/services/cfw/v20190904/cfw_models.ts +25 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +32 -4
- package/src/services/clb/v20180317/clb_client.ts +9 -6
- package/src/services/clb/v20180317/clb_models.ts +10 -5
- package/src/services/cls/v20201016/cls_models.ts +4 -4
- package/src/services/cpdp/v20190820/cpdp_models.ts +9 -9
- package/src/services/cvm/v20170312/cvm_client.ts +14 -0
- package/src/services/cvm/v20170312/cvm_models.ts +35 -0
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
- package/src/services/ecdn/v20191012/ecdn_client.ts +40 -20
- package/src/services/ecdn/v20191012/ecdn_models.ts +18 -12
- package/src/services/eiam/v20210420/eiam_models.ts +7 -1
- package/src/services/eis/v20210601/eis_models.ts +25 -0
- package/src/services/emr/v20190103/emr_client.ts +2 -0
- package/src/services/emr/v20190103/emr_models.ts +45 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/gme/v20180711/gme_models.ts +13 -2
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +27 -14
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +35 -0
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +3 -1
- package/src/services/ocr/v20181119/ocr_models.ts +25 -15
- package/src/services/organization/v20210331/organization_client.ts +1 -0
- package/src/services/organization/v20210331/organization_models.ts +52 -1
- package/src/services/redis/v20180412/redis_client.ts +43 -7
- package/src/services/redis/v20180412/redis_models.ts +111 -1
- package/src/services/rum/v20210622/rum_client.ts +36 -12
- package/src/services/rum/v20210622/rum_models.ts +489 -219
- package/src/services/ses/v20201002/ses_client.ts +152 -102
- package/src/services/ses/v20201002/ses_models.ts +294 -13
- package/src/services/ssl/v20191205/ssl_models.ts +5 -0
- package/src/services/tcb/v20180608/tcb_models.ts +11 -0
- package/src/services/tcss/v20201101/tcss_models.ts +20 -8
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +10 -0
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +5 -0
- package/src/services/tts/v20190823/tts_models.ts +8 -10
- package/src/services/vpc/v20170312/vpc_models.ts +13 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +49 -33
- package/tencentcloud/services/ame/v20190916/ame_client.js +72 -48
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +316 -39
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +25 -5
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +36 -6
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +261 -18
- package/tencentcloud/services/api/v20201106/api_client.d.ts +2 -2
- package/tencentcloud/services/api/v20201106/api_client.js +2 -2
- package/tencentcloud/services/api/v20201106/api_models.d.ts +2 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +28 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
- package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +171 -8
- package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -8
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +73 -13
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +108 -18
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4388 -3546
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +6 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +7 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +22 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +27 -4
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +3 -0
- package/tencentcloud/services/clb/v20180317/clb_client.js +3 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -5
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +9 -9
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +7 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +8 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +30 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +20 -0
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +20 -0
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +17 -12
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +6 -1
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +20 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +38 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +11 -2
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +11 -6
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +14 -7
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +30 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +23 -15
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +44 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +16 -4
- package/tencentcloud/services/redis/v20180412/redis_client.js +22 -4
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +95 -1
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -1
- package/tencentcloud/services/rum/v20210622/rum_client.js +12 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +436 -216
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +52 -36
- package/tencentcloud/services/ses/v20201002/ses_client.js +76 -52
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +249 -13
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +9 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +17 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +8 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -6
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +13 -3
- package/test/ame.v20190916.test.js +76 -36
- package/test/antiddos.v20200309.test.js +54 -4
- package/test/apm.v20210622.test.js +10 -0
- package/test/cdb.v20170320.test.js +168 -18
- package/test/cfw.v20190904.test.js +10 -0
- package/test/cvm.v20170312.test.js +10 -0
- package/test/iotvideoindustry.v20201201.test.js +14 -4
- package/test/redis.v20180412.test.js +32 -2
- package/test/rum.v20210622.test.js +20 -0
- package/test/ses.v20201002.test.js +74 -34
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
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) |
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-18 08:03:18 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-12-21 08:00:20 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) |
|
|
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 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
|
|
13
|
-
| api | [云 API](https://cloud.tencent.com/document/product/
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-01-
|
|
15
|
-
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-01-
|
|
16
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-
|
|
13
|
+
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-01-14 10:07:56 |
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-01-14 08:05:13 |
|
|
15
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-01-19 08:05:14 |
|
|
16
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-18 08:03:59 |
|
|
17
17
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-12-22 08:06:39 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
|
|
@@ -29,36 +29,36 @@
|
|
|
29
29
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-11-10 08:03:08 |
|
|
30
30
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-01-07 08:04:06 |
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
|
|
32
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) |
|
|
33
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-
|
|
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-18 08:05:02 |
|
|
34
34
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-10 08:02:29 |
|
|
35
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-
|
|
36
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-01-
|
|
35
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-18 08:05:12 |
|
|
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
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-01-
|
|
39
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-01-17 08:04:37 |
|
|
40
40
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-12-21 08:02:31 |
|
|
41
41
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-12-16 08:06:21 |
|
|
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) |
|
|
45
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-
|
|
44
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-01-18 08:06:14 |
|
|
45
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-19 08:07:15 |
|
|
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
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-
|
|
48
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-01-17 08:05:17 |
|
|
49
49
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2021-12-24 08:07:24 |
|
|
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
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) |
|
|
52
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-01-19 08:07:49 |
|
|
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-
|
|
55
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-01-
|
|
54
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-18 08:07:22 |
|
|
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 |
|
|
58
58
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
|
|
59
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-01-
|
|
59
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-01-17 08:06:53 |
|
|
60
60
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
|
|
61
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-01-
|
|
61
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-01-14 08:09:41 |
|
|
62
62
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-01-12 08:09:02 |
|
|
63
63
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-12-17 08:10:50 |
|
|
64
64
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-06 08:05:24 |
|
|
@@ -68,19 +68,19 @@
|
|
|
68
68
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-21 08:05:11 |
|
|
69
69
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-01-10 08:10:21 |
|
|
70
70
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
|
|
71
|
-
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) |
|
|
71
|
+
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-01-18 08:09:09 |
|
|
72
72
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
|
|
73
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-01-
|
|
74
|
-
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) |
|
|
75
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) |
|
|
73
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-01-18 08:09:35 |
|
|
74
|
+
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-01-14 08:10:42 |
|
|
75
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-01-17 08:08:00 |
|
|
76
76
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-12-30 08:09:09 |
|
|
77
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-
|
|
77
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-17 08:08:08 |
|
|
78
78
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-01-10 08:11:01 |
|
|
79
79
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-07 08:08:34 |
|
|
80
80
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
|
|
81
81
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
|
|
82
82
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-01-11 08:09:11 |
|
|
83
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) |
|
|
83
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-01-17 08:08:32 |
|
|
84
84
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
|
|
85
85
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-01-12 08:10:24 |
|
|
86
86
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-11-10 08:07:31 |
|
|
@@ -97,13 +97,13 @@
|
|
|
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-
|
|
100
|
+
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-17 10:23:19 |
|
|
101
101
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
|
|
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
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-
|
|
104
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-19 08:12:24 |
|
|
105
105
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
|
|
106
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-01-
|
|
106
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-01-14 08:12:58 |
|
|
107
107
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
|
|
108
108
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
109
109
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
|
|
@@ -118,26 +118,26 @@
|
|
|
118
118
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-12-21 16:54:01 |
|
|
119
119
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
120
120
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-12-21 08:08:44 |
|
|
121
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-
|
|
122
|
-
| organization | [企业组织](https://cloud.tencent.com/document/product/850) |
|
|
121
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-14 08:13:51 |
|
|
122
|
+
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-01-18 08:13:20 |
|
|
123
123
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
|
|
124
124
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
|
|
125
125
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-01-13 08:55:35 |
|
|
126
126
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-23 08:13:49 |
|
|
127
127
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-01-10 08:14:37 |
|
|
128
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) |
|
|
128
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-01-19 08:13:55 |
|
|
129
129
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
|
|
130
130
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
|
|
131
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) |
|
|
131
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-01-18 08:14:02 |
|
|
132
132
|
| 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-
|
|
133
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-18 08:14:15 |
|
|
134
134
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
|
|
135
135
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
|
|
136
136
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
|
|
137
137
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
138
138
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-01-10 08:15:07 |
|
|
139
139
|
| ssa | [态势感知](https://cloud.tencent.com/document/product/664) | 2021-11-22 08:10:13 |
|
|
140
|
-
| ssl | [证书](https://cloud.tencent.com/document/product/400) |
|
|
140
|
+
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-01-17 08:12:18 |
|
|
141
141
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-11-10 08:10:37 |
|
|
142
142
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-01-11 08:14:31 |
|
|
143
143
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-12-16 08:13:48 |
|
|
@@ -149,14 +149,14 @@
|
|
|
149
149
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
150
150
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
|
|
151
151
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
|
|
152
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-01-
|
|
152
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-01-17 08:12:48 |
|
|
153
153
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
|
|
154
154
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
155
155
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
|
|
156
156
|
| 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-
|
|
157
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-17 08:13:13 |
|
|
158
158
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
|
|
159
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-
|
|
159
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-14 08:16:22 |
|
|
160
160
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-01-12 08:15:47 |
|
|
161
161
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-27 08:11:18 |
|
|
162
162
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
@@ -167,20 +167,20 @@
|
|
|
167
167
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-12-22 08:17:35 |
|
|
168
168
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-01-07 08:14:32 |
|
|
169
169
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-27 08:11:32 |
|
|
170
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-
|
|
170
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-19 08:16:28 |
|
|
171
171
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
172
172
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-01-13 09:12:45 |
|
|
173
173
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
|
|
174
174
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
|
|
175
175
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-12-16 08:15:47 |
|
|
176
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-01-
|
|
176
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-01-19 08:17:04 |
|
|
177
177
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
|
|
178
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) |
|
|
178
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-01-18 08:17:37 |
|
|
179
179
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
|
|
180
180
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-12-21 08:12:32 |
|
|
181
181
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
|
|
182
182
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-11 08:17:35 |
|
|
183
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) |
|
|
183
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-01-19 08:17:55 |
|
|
184
184
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
|
|
185
185
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
|
|
186
186
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.276"
|
|
@@ -21,12 +21,18 @@ import {
|
|
|
21
21
|
Album,
|
|
22
22
|
DescribeMusicResponse,
|
|
23
23
|
DescribePkgOfflineMusicRequest,
|
|
24
|
+
JoinRoomInput,
|
|
25
|
+
DestroyKTVRobotResponse,
|
|
24
26
|
DescribeLyricResponse,
|
|
25
27
|
ModifyMusicOnShelvesResponse,
|
|
26
|
-
|
|
28
|
+
CreateKTVRobotRequest,
|
|
29
|
+
PlayCommandInput,
|
|
30
|
+
SyncKTVRobotCommandRequest,
|
|
31
|
+
SetAudioParamCommandInput,
|
|
27
32
|
DescribeKTVPlaylistDetailRequest,
|
|
28
33
|
Station,
|
|
29
|
-
|
|
34
|
+
CreateKTVRobotResponse,
|
|
35
|
+
UseRange,
|
|
30
36
|
MusicDetailInfo,
|
|
31
37
|
DescribeKTVMusicDetailRequest,
|
|
32
38
|
DescribeStationsResponse,
|
|
@@ -37,25 +43,31 @@ import {
|
|
|
37
43
|
DescribeKTVPlaylistsRequest,
|
|
38
44
|
DataInfo,
|
|
39
45
|
DescribeKTVPlaylistDetailResponse,
|
|
46
|
+
TRTCJoinRoomInput,
|
|
40
47
|
Package,
|
|
41
48
|
ReportDataResponse,
|
|
42
49
|
ModifyMusicOnShelvesRequest,
|
|
43
50
|
DescribePackageItemsRequest,
|
|
44
51
|
AuthInfo,
|
|
45
52
|
TakeMusicOffShelvesRequest,
|
|
46
|
-
|
|
53
|
+
DescribeKTVRobotsResponse,
|
|
47
54
|
TakeMusicOffShelves,
|
|
48
55
|
Lyric,
|
|
49
56
|
OfflineMusicDetail,
|
|
50
57
|
DescribeItemByIdRequest,
|
|
51
58
|
DescribeAuthInfoRequest,
|
|
52
59
|
DescribeKTVPlaylistsResponse,
|
|
60
|
+
Music,
|
|
53
61
|
Artist,
|
|
54
62
|
DescribeStationsRequest,
|
|
55
63
|
MusicOpenDetail,
|
|
64
|
+
PutMusicOnTheShelvesResponse,
|
|
56
65
|
SearchKTVMusicsResponse,
|
|
66
|
+
KTVRobotInfo,
|
|
57
67
|
DescribeItemsRequest,
|
|
58
68
|
Item,
|
|
69
|
+
SetPlaylistCommandInput,
|
|
70
|
+
SyncKTVRobotCommandResponse,
|
|
59
71
|
DescribeCloudMusicResponse,
|
|
60
72
|
KTVMusicBaseInfo,
|
|
61
73
|
DescribePackagesRequest,
|
|
@@ -68,15 +80,19 @@ import {
|
|
|
68
80
|
DescribeItemByIdResponse,
|
|
69
81
|
MusicStatus,
|
|
70
82
|
DescribeMusicSaleStatusResponse,
|
|
83
|
+
SendMessageCommandInput,
|
|
71
84
|
PutMusicOnTheShelvesRequest,
|
|
72
85
|
DescribePackagesResponse,
|
|
86
|
+
DestroyKTVRobotRequest,
|
|
73
87
|
DescribeCloudMusicRequest,
|
|
74
88
|
DescribeAuthInfoResponse,
|
|
75
89
|
TakeMusicOffShelvesResponse,
|
|
76
90
|
DescribeLyricRequest,
|
|
77
91
|
DescribeKTVMusicDetailResponse,
|
|
92
|
+
DescribeKTVRobotsRequest,
|
|
78
93
|
DescribeMusicRequest,
|
|
79
94
|
ReportDataRequest,
|
|
95
|
+
SeekCommandInput,
|
|
80
96
|
KTVMusicDefinitionInfo,
|
|
81
97
|
} from "./ame_models"
|
|
82
98
|
|
|
@@ -89,26 +105,6 @@ export class Client extends AbstractClient {
|
|
|
89
105
|
super("ame.tencentcloudapi.com", "2019-09-16", clientConfig)
|
|
90
106
|
}
|
|
91
107
|
|
|
92
|
-
/**
|
|
93
|
-
* 根据 Id 查询歌曲的详细信息,包含基础信息及播放信息。
|
|
94
|
-
*/
|
|
95
|
-
async DescribeKTVMusicDetail(
|
|
96
|
-
req: DescribeKTVMusicDetailRequest,
|
|
97
|
-
cb?: (error: string, rep: DescribeKTVMusicDetailResponse) => void
|
|
98
|
-
): Promise<DescribeKTVMusicDetailResponse> {
|
|
99
|
-
return this.request("DescribeKTVMusicDetail", req, cb)
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* 根据歌曲ID查询歌曲信息
|
|
104
|
-
*/
|
|
105
|
-
async DescribeItemById(
|
|
106
|
-
req: DescribeItemByIdRequest,
|
|
107
|
-
cb?: (error: string, rep: DescribeItemByIdResponse) => void
|
|
108
|
-
): Promise<DescribeItemByIdResponse> {
|
|
109
|
-
return this.request("DescribeItemById", req, cb)
|
|
110
|
-
}
|
|
111
|
-
|
|
112
108
|
/**
|
|
113
109
|
* 获取已购曲库包列表接口
|
|
114
110
|
*/
|
|
@@ -129,36 +125,6 @@ export class Client extends AbstractClient {
|
|
|
129
125
|
return this.request("DescribeLyric", req, cb)
|
|
130
126
|
}
|
|
131
127
|
|
|
132
|
-
/**
|
|
133
|
-
* 根据音乐信息查询音乐是否在售
|
|
134
|
-
*/
|
|
135
|
-
async DescribeMusicSaleStatus(
|
|
136
|
-
req: DescribeMusicSaleStatusRequest,
|
|
137
|
-
cb?: (error: string, rep: DescribeMusicSaleStatusResponse) => void
|
|
138
|
-
): Promise<DescribeMusicSaleStatusResponse> {
|
|
139
|
-
return this.request("DescribeMusicSaleStatus", req, cb)
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* 根据歌单 Id 获取歌单详情,包括歌单的基础信息以及歌曲列表。
|
|
144
|
-
*/
|
|
145
|
-
async DescribeKTVPlaylistDetail(
|
|
146
|
-
req: DescribeKTVPlaylistDetailRequest,
|
|
147
|
-
cb?: (error: string, rep: DescribeKTVPlaylistDetailResponse) => void
|
|
148
|
-
): Promise<DescribeKTVPlaylistDetailResponse> {
|
|
149
|
-
return this.request("DescribeKTVPlaylistDetail", req, cb)
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* 获取曲库包下已核销歌曲列表接口
|
|
154
|
-
*/
|
|
155
|
-
async DescribePackageItems(
|
|
156
|
-
req: DescribePackageItemsRequest,
|
|
157
|
-
cb?: (error: string, rep: DescribePackageItemsResponse) => void
|
|
158
|
-
): Promise<DescribePackageItemsResponse> {
|
|
159
|
-
return this.request("DescribePackageItems", req, cb)
|
|
160
|
-
}
|
|
161
|
-
|
|
162
128
|
/**
|
|
163
129
|
* 该服务后续会停用,不再建议使用
|
|
164
130
|
*/
|
|
@@ -179,6 +145,16 @@ export class Client extends AbstractClient {
|
|
|
179
145
|
return this.request("DescribeAuthInfo", req, cb)
|
|
180
146
|
}
|
|
181
147
|
|
|
148
|
+
/**
|
|
149
|
+
* 获取授权项目下已购云音乐列表
|
|
150
|
+
*/
|
|
151
|
+
async DescribeCloudMusicPurchased(
|
|
152
|
+
req: DescribeCloudMusicPurchasedRequest,
|
|
153
|
+
cb?: (error: string, rep: DescribeCloudMusicPurchasedResponse) => void
|
|
154
|
+
): Promise<DescribeCloudMusicPurchasedResponse> {
|
|
155
|
+
return this.request("DescribeCloudMusicPurchased", req, cb)
|
|
156
|
+
}
|
|
157
|
+
|
|
182
158
|
/**
|
|
183
159
|
* 客户上报用户数据功能,为了更好地为用户提供优质服务
|
|
184
160
|
*/
|
|
@@ -189,6 +165,16 @@ export class Client extends AbstractClient {
|
|
|
189
165
|
return this.request("ReportData", req, cb)
|
|
190
166
|
}
|
|
191
167
|
|
|
168
|
+
/**
|
|
169
|
+
* 根据购买曲库包用户可查询已回退的歌曲信息
|
|
170
|
+
*/
|
|
171
|
+
async DescribePkgOfflineMusic(
|
|
172
|
+
req: DescribePkgOfflineMusicRequest,
|
|
173
|
+
cb?: (error: string, rep: DescribePkgOfflineMusicResponse) => void
|
|
174
|
+
): Promise<DescribePkgOfflineMusicResponse> {
|
|
175
|
+
return this.request("DescribePkgOfflineMusic", req, cb)
|
|
176
|
+
}
|
|
177
|
+
|
|
192
178
|
/**
|
|
193
179
|
* 获取曲库包歌曲播放信息接口
|
|
194
180
|
*/
|
|
@@ -199,16 +185,6 @@ export class Client extends AbstractClient {
|
|
|
199
185
|
return this.request("DescribeMusic", req, cb)
|
|
200
186
|
}
|
|
201
187
|
|
|
202
|
-
/**
|
|
203
|
-
* 获取云音乐播放信息接口
|
|
204
|
-
*/
|
|
205
|
-
async DescribeCloudMusic(
|
|
206
|
-
req: DescribeCloudMusicRequest,
|
|
207
|
-
cb?: (error: string, rep: DescribeCloudMusicResponse) => void
|
|
208
|
-
): Promise<DescribeCloudMusicResponse> {
|
|
209
|
-
return this.request("DescribeCloudMusic", req, cb)
|
|
210
|
-
}
|
|
211
|
-
|
|
212
188
|
/**
|
|
213
189
|
* 根据资源方,需要变更的参数,请求该接口进行变更,为空的参数默认为无变更
|
|
214
190
|
*/
|
|
@@ -220,13 +196,23 @@ export class Client extends AbstractClient {
|
|
|
220
196
|
}
|
|
221
197
|
|
|
222
198
|
/**
|
|
223
|
-
*
|
|
199
|
+
* 获取曲库包下已核销歌曲列表接口
|
|
224
200
|
*/
|
|
225
|
-
async
|
|
226
|
-
req:
|
|
227
|
-
cb?: (error: string, rep:
|
|
228
|
-
): Promise<
|
|
229
|
-
return this.request("
|
|
201
|
+
async DescribePackageItems(
|
|
202
|
+
req: DescribePackageItemsRequest,
|
|
203
|
+
cb?: (error: string, rep: DescribePackageItemsResponse) => void
|
|
204
|
+
): Promise<DescribePackageItemsResponse> {
|
|
205
|
+
return this.request("DescribePackageItems", req, cb)
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* 根据资源方所传MusicId进行将歌曲进行下架,多个MusicId使用逗号隔开
|
|
210
|
+
*/
|
|
211
|
+
async TakeMusicOffShelves(
|
|
212
|
+
req: TakeMusicOffShelvesRequest,
|
|
213
|
+
cb?: (error: string, rep: TakeMusicOffShelvesResponse) => void
|
|
214
|
+
): Promise<TakeMusicOffShelvesResponse> {
|
|
215
|
+
return this.request("TakeMusicOffShelves", req, cb)
|
|
230
216
|
}
|
|
231
217
|
|
|
232
218
|
/**
|
|
@@ -240,23 +226,33 @@ export class Client extends AbstractClient {
|
|
|
240
226
|
}
|
|
241
227
|
|
|
242
228
|
/**
|
|
243
|
-
*
|
|
229
|
+
* 创建机器人,支持进入 RTC 房间,播放直播互动曲库歌曲。
|
|
244
230
|
*/
|
|
245
|
-
async
|
|
246
|
-
req:
|
|
247
|
-
cb?: (error: string, rep:
|
|
248
|
-
): Promise<
|
|
249
|
-
return this.request("
|
|
231
|
+
async CreateKTVRobot(
|
|
232
|
+
req: CreateKTVRobotRequest,
|
|
233
|
+
cb?: (error: string, rep: CreateKTVRobotResponse) => void
|
|
234
|
+
): Promise<CreateKTVRobotResponse> {
|
|
235
|
+
return this.request("CreateKTVRobot", req, cb)
|
|
250
236
|
}
|
|
251
237
|
|
|
252
238
|
/**
|
|
253
|
-
*
|
|
239
|
+
* 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
|
|
254
240
|
*/
|
|
255
|
-
async
|
|
256
|
-
req:
|
|
257
|
-
cb?: (error: string, rep:
|
|
258
|
-
): Promise<
|
|
259
|
-
return this.request("
|
|
241
|
+
async SyncKTVRobotCommand(
|
|
242
|
+
req: SyncKTVRobotCommandRequest,
|
|
243
|
+
cb?: (error: string, rep: SyncKTVRobotCommandResponse) => void
|
|
244
|
+
): Promise<SyncKTVRobotCommandResponse> {
|
|
245
|
+
return this.request("SyncKTVRobotCommand", req, cb)
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* 根据歌单 Id 获取歌单详情,包括歌单的基础信息以及歌曲列表。
|
|
250
|
+
*/
|
|
251
|
+
async DescribeKTVPlaylistDetail(
|
|
252
|
+
req: DescribeKTVPlaylistDetailRequest,
|
|
253
|
+
cb?: (error: string, rep: DescribeKTVPlaylistDetailResponse) => void
|
|
254
|
+
): Promise<DescribeKTVPlaylistDetailResponse> {
|
|
255
|
+
return this.request("DescribeKTVPlaylistDetail", req, cb)
|
|
260
256
|
}
|
|
261
257
|
|
|
262
258
|
/**
|
|
@@ -269,6 +265,56 @@ export class Client extends AbstractClient {
|
|
|
269
265
|
return this.request("DescribeStations", req, cb)
|
|
270
266
|
}
|
|
271
267
|
|
|
268
|
+
/**
|
|
269
|
+
* 根据 Id 查询歌曲的详细信息,包含基础信息及播放信息。
|
|
270
|
+
*/
|
|
271
|
+
async DescribeKTVMusicDetail(
|
|
272
|
+
req: DescribeKTVMusicDetailRequest,
|
|
273
|
+
cb?: (error: string, rep: DescribeKTVMusicDetailResponse) => void
|
|
274
|
+
): Promise<DescribeKTVMusicDetailResponse> {
|
|
275
|
+
return this.request("DescribeKTVMusicDetail", req, cb)
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* 根据歌曲ID查询歌曲信息
|
|
280
|
+
*/
|
|
281
|
+
async DescribeItemById(
|
|
282
|
+
req: DescribeItemByIdRequest,
|
|
283
|
+
cb?: (error: string, rep: DescribeItemByIdResponse) => void
|
|
284
|
+
): Promise<DescribeItemByIdResponse> {
|
|
285
|
+
return this.request("DescribeItemById", req, cb)
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* 根据音乐信息查询音乐是否在售
|
|
290
|
+
*/
|
|
291
|
+
async DescribeMusicSaleStatus(
|
|
292
|
+
req: DescribeMusicSaleStatusRequest,
|
|
293
|
+
cb?: (error: string, rep: DescribeMusicSaleStatusResponse) => void
|
|
294
|
+
): Promise<DescribeMusicSaleStatusResponse> {
|
|
295
|
+
return this.request("DescribeMusicSaleStatus", req, cb)
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* 销毁机器人,机器人退出 RTC 房间。
|
|
300
|
+
*/
|
|
301
|
+
async DestroyKTVRobot(
|
|
302
|
+
req: DestroyKTVRobotRequest,
|
|
303
|
+
cb?: (error: string, rep: DestroyKTVRobotResponse) => void
|
|
304
|
+
): Promise<DestroyKTVRobotResponse> {
|
|
305
|
+
return this.request("DestroyKTVRobot", req, cb)
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* 获取云音乐播放信息接口
|
|
310
|
+
*/
|
|
311
|
+
async DescribeCloudMusic(
|
|
312
|
+
req: DescribeCloudMusicRequest,
|
|
313
|
+
cb?: (error: string, rep: DescribeCloudMusicResponse) => void
|
|
314
|
+
): Promise<DescribeCloudMusicResponse> {
|
|
315
|
+
return this.request("DescribeCloudMusic", req, cb)
|
|
316
|
+
}
|
|
317
|
+
|
|
272
318
|
/**
|
|
273
319
|
* 根据资源方所传歌曲信息,进行歌曲上架,多个歌曲同时请求时,需构造复合结构进行请求
|
|
274
320
|
*/
|
|
@@ -280,12 +326,22 @@ export class Client extends AbstractClient {
|
|
|
280
326
|
}
|
|
281
327
|
|
|
282
328
|
/**
|
|
283
|
-
*
|
|
329
|
+
* 查询机器人列表,支持 Id、状态等过滤条件。
|
|
284
330
|
*/
|
|
285
|
-
async
|
|
286
|
-
req:
|
|
287
|
-
cb?: (error: string, rep:
|
|
288
|
-
): Promise<
|
|
289
|
-
return this.request("
|
|
331
|
+
async DescribeKTVRobots(
|
|
332
|
+
req: DescribeKTVRobotsRequest,
|
|
333
|
+
cb?: (error: string, rep: DescribeKTVRobotsResponse) => void
|
|
334
|
+
): Promise<DescribeKTVRobotsResponse> {
|
|
335
|
+
return this.request("DescribeKTVRobots", req, cb)
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* 根据搜索条件,返回匹配的歌曲列表。
|
|
340
|
+
*/
|
|
341
|
+
async SearchKTVMusics(
|
|
342
|
+
req: SearchKTVMusicsRequest,
|
|
343
|
+
cb?: (error: string, rep: SearchKTVMusicsResponse) => void
|
|
344
|
+
): Promise<SearchKTVMusicsResponse> {
|
|
345
|
+
return this.request("SearchKTVMusics", req, cb)
|
|
290
346
|
}
|
|
291
347
|
}
|