tencentcloud-sdk-nodejs 4.0.278 → 4.0.282

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 (103) hide show
  1. package/CHANGELOG.md +425 -0
  2. package/SERVICE_CHANGELOG.md +464 -176
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +108 -62
  7. package/src/services/ame/v20190916/ame_models.ts +1112 -824
  8. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  9. package/src/services/apigateway/v20180808/apigateway_models.ts +19 -1
  10. package/src/services/asr/v20190614/asr_models.ts +1 -2
  11. package/src/services/cam/v20190116/cam_models.ts +6 -0
  12. package/src/services/cbs/v20170312/cbs_client.ts +16 -0
  13. package/src/services/cbs/v20170312/cbs_models.ts +61 -1
  14. package/src/services/ccc/v20200210/ccc_client.ts +31 -6
  15. package/src/services/ccc/v20200210/ccc_models.ts +270 -113
  16. package/src/services/chdfs/v20201112/chdfs_models.ts +10 -10
  17. package/src/services/cii/v20210408/cii_models.ts +2 -2
  18. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  19. package/src/services/cme/v20191029/cme_client.ts +17 -7
  20. package/src/services/cme/v20191029/cme_models.ts +415 -139
  21. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  22. package/src/services/cvm/v20170312/cvm_models.ts +30 -1
  23. package/src/services/gme/v20180711/gme_client.ts +2 -2
  24. package/src/services/ims/v20201229/ims_models.ts +1 -1
  25. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +5 -5
  26. package/src/services/ivld/v20210903/ivld_client.ts +227 -29
  27. package/src/services/ivld/v20210903/ivld_models.ts +643 -107
  28. package/src/services/live/v20180801/live_models.ts +4 -4
  29. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  30. package/src/services/monitor/v20180724/monitor_models.ts +2 -2
  31. package/src/services/oceanus/v20190422/oceanus_models.ts +5 -0
  32. package/src/services/ocr/v20181119/ocr_client.ts +13 -1
  33. package/src/services/ocr/v20181119/ocr_models.ts +49 -2
  34. package/src/services/organization/v20210331/organization_models.ts +12 -0
  35. package/src/services/partners/v20180321/partners_models.ts +4 -4
  36. package/src/services/ses/v20201002/ses_models.ts +4 -4
  37. package/src/services/sms/v20190711/sms_client.ts +7 -7
  38. package/src/services/soe/v20180724/soe_models.ts +4 -12
  39. package/src/services/tcm/v20210413/tcm_models.ts +7 -1
  40. package/src/services/tcss/v20201101/tcss_models.ts +33 -8
  41. package/src/services/tke/v20180525/tke_client.ts +21 -8
  42. package/src/services/tke/v20180525/tke_models.ts +104 -10
  43. package/src/services/tms/v20201229/tms_models.ts +1 -1
  44. package/src/services/tts/v20190823/tts_models.ts +1 -1
  45. package/src/services/vod/v20180717/vod_models.ts +38 -4
  46. package/src/services/vpc/v20170312/vpc_client.ts +2 -1
  47. package/src/services/vpc/v20170312/vpc_models.ts +87 -42
  48. package/tencentcloud/common/sdk_version.d.ts +1 -1
  49. package/tencentcloud/common/sdk_version.js +1 -1
  50. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +20 -5
  51. package/tencentcloud/services/ame/v20190916/ame_client.js +27 -6
  52. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +956 -710
  53. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -1
  54. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -2
  55. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
  56. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +8 -1
  57. package/tencentcloud/services/cbs/v20170312/cbs_client.js +9 -0
  58. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +52 -1
  59. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -1
  60. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -0
  61. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +233 -100
  62. package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +10 -10
  63. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +2 -2
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  65. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
  66. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +359 -123
  67. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -1
  68. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +2 -2
  69. package/tencentcloud/services/gme/v20180711/gme_client.js +2 -2
  70. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  71. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +5 -5
  72. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +93 -11
  73. package/tencentcloud/services/ivld/v20210903/ivld_client.js +123 -13
  74. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +529 -71
  75. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
  76. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  77. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  78. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
  79. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  80. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
  81. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
  82. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +43 -2
  83. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +10 -0
  84. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +4 -4
  85. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -4
  86. package/tencentcloud/services/sms/v20190711/sms_client.d.ts +7 -7
  87. package/tencentcloud/services/sms/v20190711/sms_client.js +7 -7
  88. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +4 -12
  89. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +6 -1
  90. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +28 -8
  91. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -3
  92. package/tencentcloud/services/tke/v20180525/tke_client.js +9 -3
  93. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +89 -10
  94. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
  95. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  96. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +32 -2
  97. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +75 -37
  98. package/test/ame.v20190916.test.js +34 -4
  99. package/test/cbs.v20170312.test.js +10 -0
  100. package/test/ccc.v20200210.test.js +20 -0
  101. package/test/ivld.v20210903.test.js +146 -6
  102. package/test/ocr.v20181119.test.js +10 -0
  103. package/test/tke.v20180525.test.js +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.278",
3
+ "version": "4.0.282",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -5,16 +5,16 @@
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-18 08:03:18 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-27 08:04:32 |
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 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
13
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 |
14
+ | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-01-25 08:05:51 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-01-19 08:05:14 |
16
16
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-01-21 08:05:34 |
17
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-12-22 08:06:39 |
17
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-01-25 08:06:14 |
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 |
20
20
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
@@ -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-18 08:05:02 |
34
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-10 08:02:29 |
33
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-26 08:03:48 |
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-20 08:06:41 |
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-21 08:08:55 |
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 |
@@ -65,7 +65,7 @@
65
65
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-11-10 08:06:23 |
66
66
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-11-10 08:06:24 |
67
67
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-11-10 08:06:26 |
68
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-21 08:05:11 |
68
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-01-24 08:09:08 |
69
69
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-01-20 08:09:25 |
70
70
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
71
71
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-01-18 08:09:09 |
@@ -80,7 +80,7 @@
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) | 2022-01-17 08:08:32 |
83
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-01-24 08:10:18 |
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 |
@@ -91,17 +91,17 @@
91
91
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2021-11-11 11:03:38 |
92
92
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2021-12-23 14:56:48 |
93
93
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2021-11-10 08:07:49 |
94
- | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-11-10 08:07:49 |
94
+ | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-01-24 08:10:57 |
95
95
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
96
96
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
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
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-19 08:12:24 |
104
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-25 08:14:02 |
105
105
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
106
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 |
@@ -109,7 +109,7 @@
109
109
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
110
110
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
111
111
  | 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 |
112
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-01-26 08:10:33 |
113
113
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
114
114
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
115
115
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -117,10 +117,10 @@
117
117
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
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
- | 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-21 08:15:03 |
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 |
120
+ | 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-27 08:59:26 |
122
+ | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-01-26 08:11:15 |
123
+ | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-01-27 09:00:32 |
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 |
@@ -130,16 +130,16 @@
130
130
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
131
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-21 08:15:58 |
133
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-26 08:11:53 |
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
- | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
136
+ | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-01-24 08:14:00 |
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
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
- | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-01-11 08:14:31 |
142
+ | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-01-24 08:14:23 |
143
143
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-12-16 08:13:48 |
144
144
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-12-23 08:14:47 |
145
145
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
@@ -152,9 +152,9 @@
152
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
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
155
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-01-24 08:14:58 |
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-20 19:50:27 |
157
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-26 08:13:10 |
158
158
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
159
159
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-21 08:17:48 |
160
160
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-01-21 08:18:01 |
@@ -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-19 08:16:28 |
170
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-24 08:16:10 |
171
171
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
172
- | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-01-13 09:12:45 |
172
+ | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-01-24 08:16:27 |
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
176
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-01-20 08:16:32 |
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) | 2022-01-18 08:17:37 |
178
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-01-24 08:16:57 |
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
- | 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-19 08:17:55 |
182
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-26 08:14:54 |
183
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-01-26 08:15:17 |
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.278"
1
+ export const sdkVersion = "4.0.282"
@@ -18,82 +18,95 @@
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
+ DescribeKTVSingerCategoriesRequest,
27
+ KTVSingerBaseInfo,
28
+ ModifyMusicOnShelvesRequest,
29
+ PlayCommandInput,
30
+ DescribeMusicRequest,
31
+ DescribeMusicSaleStatusRequest,
32
+ TakeMusicOffShelves,
33
+ DescribeCloudMusicResponse,
34
+ MusicDetailInfo,
35
+ ImagePath,
36
+ DescribeMusicSaleStatusResponse,
37
+ DestroyKTVRobotRequest,
38
+ DescribeAuthInfoResponse,
39
+ DescribeLyricRequest,
40
+ ReportDataRequest,
41
+ SeekCommandInput,
23
42
  DescribePkgOfflineMusicRequest,
43
+ TimeRange,
44
+ CreateKTVRobotResponse,
45
+ DescribePackageItemsResponse,
46
+ DescribeCloudMusicPurchasedResponse,
47
+ DataInfo,
48
+ Artist,
49
+ ReportDataResponse,
50
+ SearchKTVMusicsResponse,
51
+ DescribeItemByIdRequest,
52
+ PutMusicOnTheShelvesResponse,
53
+ DescribeKTVSingerMusicsResponse,
54
+ DescribeItemsResponse,
55
+ DescribePkgOfflineMusicResponse,
56
+ KTVSingerInfo,
57
+ PutMusicOnTheShelvesRequest,
58
+ DescribeCloudMusicRequest,
59
+ SortBy,
60
+ DescribeKTVMusicDetailResponse,
61
+ DescribeKTVRobotsRequest,
24
62
  JoinRoomInput,
25
63
  DestroyKTVRobotResponse,
26
- DescribeLyricResponse,
27
- ModifyMusicOnShelvesResponse,
28
64
  CreateKTVRobotRequest,
29
- PlayCommandInput,
30
- SyncKTVRobotCommandRequest,
31
- SetAudioParamCommandInput,
32
65
  DescribeKTVPlaylistDetailRequest,
33
- Station,
34
- CreateKTVRobotResponse,
35
- UseRange,
36
- MusicDetailInfo,
37
- DescribeKTVMusicDetailRequest,
66
+ Music,
38
67
  DescribeStationsResponse,
39
- DescribePackageItemsResponse,
40
68
  DescribeCloudMusicPurchasedRequest,
41
69
  PackageItem,
42
- DescribeCloudMusicPurchasedResponse,
43
70
  DescribeKTVPlaylistsRequest,
44
- DataInfo,
45
- DescribeKTVPlaylistDetailResponse,
46
71
  TRTCJoinRoomInput,
47
- Package,
48
- ReportDataResponse,
49
- ModifyMusicOnShelvesRequest,
50
72
  DescribePackageItemsRequest,
51
73
  AuthInfo,
52
- TakeMusicOffShelvesRequest,
53
74
  DescribeKTVRobotsResponse,
54
- TakeMusicOffShelves,
55
- Lyric,
56
- OfflineMusicDetail,
57
- DescribeItemByIdRequest,
58
- DescribeAuthInfoRequest,
59
- DescribeKTVPlaylistsResponse,
60
- Music,
61
- Artist,
75
+ UseRange,
62
76
  DescribeStationsRequest,
63
- MusicOpenDetail,
64
- PutMusicOnTheShelvesResponse,
65
- SearchKTVMusicsResponse,
66
- KTVRobotInfo,
67
- DescribeItemsRequest,
68
- Item,
77
+ DescribeKTVSingerMusicsRequest,
78
+ DescribeKTVSingerCategoriesResponse,
79
+ DescribeKTVSingersRequest,
69
80
  SetPlaylistCommandInput,
70
81
  SyncKTVRobotCommandResponse,
71
- DescribeCloudMusicResponse,
72
- KTVMusicBaseInfo,
73
- DescribePackagesRequest,
74
- DescribeMusicSaleStatusRequest,
75
82
  SearchKTVMusicsRequest,
76
- ImagePath,
77
- DescribeItemsResponse,
78
- DescribePkgOfflineMusicResponse,
79
83
  KTVPlaylistBaseInfo,
84
+ DescribeKTVSingersResponse,
80
85
  DescribeItemByIdResponse,
81
86
  MusicStatus,
82
- DescribeMusicSaleStatusResponse,
87
+ KTVSingerCategoryInfo,
83
88
  SendMessageCommandInput,
84
- PutMusicOnTheShelvesRequest,
89
+ KTVMusicDefinitionInfo,
90
+ Album,
91
+ DescribeLyricResponse,
92
+ KTVMusicBaseInfo,
93
+ SyncKTVRobotCommandRequest,
94
+ DescribeKTVPlaylistsResponse,
95
+ DescribeKTVPlaylistDetailResponse,
96
+ SetAudioParamCommandInput,
97
+ TakeMusicOffShelvesRequest,
98
+ OfflineMusicDetail,
99
+ DescribeAuthInfoRequest,
100
+ Package,
101
+ SetPlayModeCommandInput,
102
+ KTVRobotInfo,
103
+ DescribeItemsRequest,
104
+ Item,
105
+ MusicOpenDetail,
106
+ DescribePackagesRequest,
85
107
  DescribePackagesResponse,
86
- DestroyKTVRobotRequest,
87
- DescribeCloudMusicRequest,
88
- DescribeAuthInfoResponse,
108
+ Lyric,
89
109
  TakeMusicOffShelvesResponse,
90
- DescribeLyricRequest,
91
- DescribeKTVMusicDetailResponse,
92
- DescribeKTVRobotsRequest,
93
- DescribeMusicRequest,
94
- ReportDataRequest,
95
- SeekCommandInput,
96
- KTVMusicDefinitionInfo,
97
110
  } from "./ame_models"
98
111
 
99
112
  /**
@@ -155,16 +168,6 @@ export class Client extends AbstractClient {
155
168
  return this.request("DescribeCloudMusicPurchased", req, cb)
156
169
  }
157
170
 
158
- /**
159
- * 客户上报用户数据功能,为了更好地为用户提供优质服务
160
- */
161
- async ReportData(
162
- req: ReportDataRequest,
163
- cb?: (error: string, rep: ReportDataResponse) => void
164
- ): Promise<ReportDataResponse> {
165
- return this.request("ReportData", req, cb)
166
- }
167
-
168
171
  /**
169
172
  * 根据购买曲库包用户可查询已回退的歌曲信息
170
173
  */
@@ -175,6 +178,19 @@ export class Client extends AbstractClient {
175
178
  return this.request("DescribePkgOfflineMusic", req, cb)
176
179
  }
177
180
 
181
+ /**
182
+ * 根据歌手id,返回该歌手下歌曲列表。
183
+
184
+
185
+
186
+ */
187
+ async DescribeKTVSingerMusics(
188
+ req: DescribeKTVSingerMusicsRequest,
189
+ cb?: (error: string, rep: DescribeKTVSingerMusicsResponse) => void
190
+ ): Promise<DescribeKTVSingerMusicsResponse> {
191
+ return this.request("DescribeKTVSingerMusics", req, cb)
192
+ }
193
+
178
194
  /**
179
195
  * 获取曲库包歌曲播放信息接口
180
196
  */
@@ -255,6 +271,26 @@ export class Client extends AbstractClient {
255
271
  return this.request("DescribeKTVPlaylistDetail", req, cb)
256
272
  }
257
273
 
274
+ /**
275
+ * 客户上报用户数据功能,为了更好地为用户提供优质服务
276
+ */
277
+ async ReportData(
278
+ req: ReportDataRequest,
279
+ cb?: (error: string, rep: ReportDataResponse) => void
280
+ ): Promise<ReportDataResponse> {
281
+ return this.request("ReportData", req, cb)
282
+ }
283
+
284
+ /**
285
+ * 获取直播互动曲库歌手分类信息
286
+ */
287
+ async DescribeKTVSingerCategories(
288
+ req?: DescribeKTVSingerCategoriesRequest,
289
+ cb?: (error: string, rep: DescribeKTVSingerCategoriesResponse) => void
290
+ ): Promise<DescribeKTVSingerCategoriesResponse> {
291
+ return this.request("DescribeKTVSingerCategories", req, cb)
292
+ }
293
+
258
294
  /**
259
295
  * 该服务后续会停用,不再建议使用
260
296
  */
@@ -295,6 +331,16 @@ export class Client extends AbstractClient {
295
331
  return this.request("DescribeMusicSaleStatus", req, cb)
296
332
  }
297
333
 
334
+ /**
335
+ * 根据过滤条件,返回匹配的歌手列表。
336
+ */
337
+ async DescribeKTVSingers(
338
+ req: DescribeKTVSingersRequest,
339
+ cb?: (error: string, rep: DescribeKTVSingersResponse) => void
340
+ ): Promise<DescribeKTVSingersResponse> {
341
+ return this.request("DescribeKTVSingers", req, cb)
342
+ }
343
+
298
344
  /**
299
345
  * 销毁机器人,机器人退出 RTC 房间。
300
346
  */