tencentcloud-sdk-nodejs 4.0.520 → 4.0.522
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 +341 -0
- package/README.md +5 -4
- package/SERVICE_CHANGELOG.md +363 -60
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_client.ts +13 -1
- package/src/services/acp/v20220105/acp_models.ts +75 -15
- package/src/services/btoe/v20210514/btoe_client.ts +1 -1
- package/src/services/btoe/v20210514/btoe_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +20 -7
- package/src/services/cwp/v20180228/cwp_models.ts +253 -75
- package/src/services/dts/v20211206/dts_client.ts +1 -1
- package/src/services/dts/v20211206/dts_models.ts +11 -0
- package/src/services/emr/v20190103/emr_models.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +6 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +28 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +218 -108
- package/src/services/facefusion/index.ts +2 -0
- package/src/services/facefusion/v20220927/facefusion_client.ts +65 -0
- package/src/services/facefusion/v20220927/facefusion_models.ts +273 -0
- package/src/services/facefusion/v20220927/index.ts +6 -0
- package/src/services/gme/v20180711/gme_models.ts +9 -3
- package/src/services/hcm/v20181106/hcm_models.ts +12 -7
- package/src/services/ims/v20200713/ims_client.ts +8 -38
- package/src/services/ims/v20200713/ims_models.ts +227 -491
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/ms/v20180408/ms_client.ts +1 -1
- package/src/services/ms/v20180408/ms_models.ts +8 -8
- package/src/services/rum/v20210622/rum_models.ts +7 -1
- package/src/services/tbaas/v20180416/tbaas_models.ts +22 -22
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +7 -2
- package/src/services/tcr/v20190924/tcr_models.ts +6 -1
- package/src/services/tcss/v20201101/tcss_models.ts +12 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/teo/v20220106/teo_models.ts +2 -2
- package/src/services/thpc/v20220401/thpc_client.ts +16 -2
- package/src/services/thpc/v20220401/thpc_models.ts +147 -13
- package/src/services/vod/v20180717/vod_models.ts +8 -7
- package/src/services/wedata/v20210820/wedata_models.ts +6 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_client.d.ts +5 -1
- package/tencentcloud/services/acp/v20220105/acp_client.js +6 -0
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +63 -13
- package/tencentcloud/services/btoe/v20210514/btoe_client.d.ts +1 -1
- package/tencentcloud/services/btoe/v20210514/btoe_client.js +1 -1
- package/tencentcloud/services/btoe/v20210514/btoe_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +211 -62
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +9 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +181 -84
- package/tencentcloud/services/facefusion/index.d.ts +4 -0
- package/tencentcloud/services/facefusion/index.js +2 -0
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.d.ts +22 -0
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.js +47 -0
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +217 -0
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.js +18 -0
- package/tencentcloud/services/facefusion/v20220927/index.d.ts +6 -0
- package/tencentcloud/services/facefusion/v20220927/index.js +9 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +8 -3
- package/tencentcloud/services/hcm/v20181106/hcm_models.d.ts +9 -4
- package/tencentcloud/services/ims/v20200713/ims_client.d.ts +1 -9
- package/tencentcloud/services/ims/v20200713/ims_client.js +0 -12
- package/tencentcloud/services/ims/v20200713/ims_models.d.ts +191 -415
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +1 -1
- package/tencentcloud/services/ms/v20180408/ms_client.js +1 -1
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +8 -8
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +22 -22
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +6 -2
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +5 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2 -2
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +126 -13
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -7
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/acp.v20220105.test.js +10 -0
- package/test/cwp.v20180228.test.js +12 -2
- package/test/essbasic.v20210526.test.js +20 -0
- package/test/facefusion.v20220927.test.js +41 -0
- package/test/ims.v20200713.test.js +0 -20
- package/test/thpc.v20220401.test.js +10 -0
package/products.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|-|-|-|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-08-08 06:02:45 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
|
-
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) |
|
|
5
|
+
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2023-01-10 15:15:42 |
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-11-23 06:03:08 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
|
|
25
25
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-01-06 01:04:34 |
|
|
26
26
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
27
|
-
| bm | [黑石物理服务器
|
|
27
|
+
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
|
|
28
28
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-11-04 06:09:26 |
|
|
29
29
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
|
|
30
30
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2022-12-15 01:10:28 |
|
|
33
33
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
34
34
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
35
|
-
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) |
|
|
35
|
+
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
|
|
36
36
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-12-23 01:11:34 |
|
|
37
37
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-12-15 01:11:14 |
|
|
38
38
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-01-09 01:07:04 |
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-28 11:40:24 |
|
|
66
66
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
67
67
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-28 01:05:55 |
|
|
68
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-
|
|
68
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-12 01:12:53 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
70
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-01-02 01:17:01 |
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
|
|
@@ -81,29 +81,29 @@
|
|
|
81
81
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
82
82
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
|
|
83
83
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
84
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-01-
|
|
84
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-01-12 01:17:34 |
|
|
85
85
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
86
86
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
87
87
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
88
88
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-01-09 01:21:37 |
|
|
89
89
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
90
90
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
91
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-01-
|
|
91
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-01-11 01:21:05 |
|
|
92
92
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
|
|
93
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-01-
|
|
94
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-
|
|
95
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) |
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-01-11 01:21:38 |
|
|
94
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-11 15:01:01 |
|
|
95
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-12 01:20:14 |
|
|
96
96
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-01-06 01:23:24 |
|
|
97
97
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
98
98
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
99
99
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-11-23 06:29:46 |
|
|
100
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) |
|
|
100
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-01-12 01:21:12 |
|
|
101
101
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
102
102
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2022-12-21 15:17:42 |
|
|
103
103
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
104
104
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
105
105
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-04 16:41:04 |
|
|
106
|
-
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) |
|
|
106
|
+
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-01-12 01:21:36 |
|
|
107
107
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-11-21 06:30:35 |
|
|
108
108
|
| ic | [物联网卡](https://cloud.tencent.com/document/product/636) | 2022-11-18 06:30:40 |
|
|
109
109
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
|
|
123
123
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-01-10 01:31:38 |
|
|
124
124
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-01-09 01:31:39 |
|
|
125
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-01-
|
|
125
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-01-11 01:29:14 |
|
|
126
126
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
127
127
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
128
128
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-11-23 06:38:36 |
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-01-02 01:32:07 |
|
|
136
136
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-12-16 01:33:15 |
|
|
137
137
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
|
|
138
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) |
|
|
138
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
|
|
139
139
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
140
140
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
141
141
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-15 10:27:58 |
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
|
|
154
154
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
155
155
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
156
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-01-
|
|
156
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-01-12 01:32:36 |
|
|
157
157
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-12-16 01:37:15 |
|
|
158
158
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
|
|
159
159
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
@@ -172,24 +172,24 @@
|
|
|
172
172
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
|
|
173
173
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-10-31 06:48:20 |
|
|
174
174
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
175
|
-
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-01-
|
|
175
|
+
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-01-12 01:35:28 |
|
|
176
176
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
177
177
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
178
|
-
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) |
|
|
178
|
+
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
|
|
179
179
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-12-23 01:54:25 |
|
|
180
180
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
|
|
181
181
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
182
182
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
183
183
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
|
|
184
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) |
|
|
185
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) |
|
|
184
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-01-11 01:40:34 |
|
|
185
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-01-12 01:37:30 |
|
|
186
186
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
187
187
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-12-30 17:21:31 |
|
|
188
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) |
|
|
188
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-01-12 01:39:37 |
|
|
189
189
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
190
190
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
|
|
191
191
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-10 01:48:46 |
|
|
192
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-01-
|
|
192
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-01-11 01:46:25 |
|
|
193
193
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
194
194
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
195
195
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
|
|
205
205
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
206
206
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-28 16:01:40 |
|
|
207
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-
|
|
207
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-12 01:44:46 |
|
|
208
208
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
|
|
209
209
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-01-10 01:53:48 |
|
|
210
210
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
213
213
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
214
214
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
215
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-
|
|
215
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-11 01:52:34 |
|
|
216
216
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-01-10 01:57:25 |
|
|
217
217
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-01-04 01:53:21 |
|
|
218
218
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
219
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) |
|
|
219
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-01-12 01:49:24 |
|
|
220
220
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
221
221
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-01-09 01:59:51 |
|
|
222
222
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.522"
|
|
@@ -26,9 +26,11 @@ import {
|
|
|
26
26
|
ResourceUsageInfoData,
|
|
27
27
|
TaskFlowStepsInfo,
|
|
28
28
|
CreateAppScanTaskRequest,
|
|
29
|
-
|
|
29
|
+
DescribeChannelTaskReportUrlResponse,
|
|
30
30
|
DescribeFileTicketResponse,
|
|
31
|
+
DescribeScanTaskStatusResponse,
|
|
31
32
|
DescribeScanTaskReportUrlRequest,
|
|
33
|
+
DescribeChannelTaskReportUrlRequest,
|
|
32
34
|
AppTaskData,
|
|
33
35
|
DescribeScanTaskStatusRequest,
|
|
34
36
|
DescribeFileTicketRequest,
|
|
@@ -67,6 +69,16 @@ export class Client extends AbstractClient {
|
|
|
67
69
|
return this.request("CreateAppScanTaskRepeat", req, cb)
|
|
68
70
|
}
|
|
69
71
|
|
|
72
|
+
/**
|
|
73
|
+
* 获取子渠道的App合规诊断任务报告url
|
|
74
|
+
*/
|
|
75
|
+
async DescribeChannelTaskReportUrl(
|
|
76
|
+
req: DescribeChannelTaskReportUrlRequest,
|
|
77
|
+
cb?: (error: string, rep: DescribeChannelTaskReportUrlResponse) => void
|
|
78
|
+
): Promise<DescribeChannelTaskReportUrlResponse> {
|
|
79
|
+
return this.request("DescribeChannelTaskReportUrl", req, cb)
|
|
80
|
+
}
|
|
81
|
+
|
|
70
82
|
/**
|
|
71
83
|
* 查询应用合规平台用户资源的使用情况
|
|
72
84
|
*/
|
|
@@ -411,30 +411,23 @@ export interface CreateAppScanTaskRequest {
|
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
/**
|
|
414
|
-
*
|
|
414
|
+
* DescribeChannelTaskReportUrl返回参数结构体
|
|
415
415
|
*/
|
|
416
|
-
export interface
|
|
416
|
+
export interface DescribeChannelTaskReportUrlResponse {
|
|
417
417
|
/**
|
|
418
418
|
* 返回值, 0:成功, 其他值请查看“返回值”定义
|
|
419
419
|
*/
|
|
420
|
-
Result
|
|
420
|
+
Result?: number
|
|
421
421
|
|
|
422
422
|
/**
|
|
423
|
-
*
|
|
423
|
+
* 诊断报告/堆栈信息/报告json结果下载链接
|
|
424
424
|
*/
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
/**
|
|
428
|
-
* 诊断失败的错误信息
|
|
429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
430
|
-
*/
|
|
431
|
-
ErrMsg: string
|
|
425
|
+
ReportUrl?: string
|
|
432
426
|
|
|
433
427
|
/**
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
FlowSteps: Array<TaskFlowStepsInfo>
|
|
428
|
+
* 诊断报告/堆栈/报告json结果的名称
|
|
429
|
+
*/
|
|
430
|
+
ReportTitle?: string
|
|
438
431
|
|
|
439
432
|
/**
|
|
440
433
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -474,6 +467,38 @@ export interface DescribeFileTicketResponse {
|
|
|
474
467
|
RequestId?: string
|
|
475
468
|
}
|
|
476
469
|
|
|
470
|
+
/**
|
|
471
|
+
* DescribeScanTaskStatus返回参数结构体
|
|
472
|
+
*/
|
|
473
|
+
export interface DescribeScanTaskStatusResponse {
|
|
474
|
+
/**
|
|
475
|
+
* 返回值, 0:成功, 其他值请查看“返回值”定义
|
|
476
|
+
*/
|
|
477
|
+
Result: number
|
|
478
|
+
|
|
479
|
+
/**
|
|
480
|
+
* 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
|
|
481
|
+
*/
|
|
482
|
+
Status: number
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* 诊断失败的错误信息
|
|
486
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
487
|
+
*/
|
|
488
|
+
ErrMsg: string
|
|
489
|
+
|
|
490
|
+
/**
|
|
491
|
+
* 任务流详情
|
|
492
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
493
|
+
*/
|
|
494
|
+
FlowSteps: Array<TaskFlowStepsInfo>
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
498
|
+
*/
|
|
499
|
+
RequestId?: string
|
|
500
|
+
}
|
|
501
|
+
|
|
477
502
|
/**
|
|
478
503
|
* DescribeScanTaskReportUrl请求参数结构体
|
|
479
504
|
*/
|
|
@@ -504,6 +529,41 @@ export interface DescribeScanTaskReportUrlRequest {
|
|
|
504
529
|
ReportType: number
|
|
505
530
|
}
|
|
506
531
|
|
|
532
|
+
/**
|
|
533
|
+
* DescribeChannelTaskReportUrl请求参数结构体
|
|
534
|
+
*/
|
|
535
|
+
export interface DescribeChannelTaskReportUrlRequest {
|
|
536
|
+
/**
|
|
537
|
+
* 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
|
|
538
|
+
*/
|
|
539
|
+
Source: number
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* 应用平台, 0:android, 1: iOS,2:小程序
|
|
543
|
+
*/
|
|
544
|
+
Platform: number
|
|
545
|
+
|
|
546
|
+
/**
|
|
547
|
+
* 任务id
|
|
548
|
+
*/
|
|
549
|
+
TaskID: string
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* 任务类型, 0:基础版, 1:专家版, 2:本地化
|
|
553
|
+
*/
|
|
554
|
+
TaskType: number
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* 报告类型, 0:诊断报告, 1:堆栈报告, 2:视频证据(预留), 3:报告json结果
|
|
558
|
+
*/
|
|
559
|
+
ReportType: number
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* 子渠道APP MD5值
|
|
563
|
+
*/
|
|
564
|
+
AppMD5: string
|
|
565
|
+
}
|
|
566
|
+
|
|
507
567
|
/**
|
|
508
568
|
* 应用合规隐私诊断任务数据
|
|
509
569
|
*/
|
|
@@ -87,7 +87,7 @@ export class Client extends AbstractClient {
|
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
/**
|
|
90
|
-
* 用户通过本接口向BTOE写入待存证的视频的原文件或下载URL,BTOE对视频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。视频文件支持格式:mp4、avi、mkv、mov、flv,wmv,rmvb,3gp;文件大小限制:直接上传原文件不大于5MB
|
|
90
|
+
* 用户通过本接口向BTOE写入待存证的视频的原文件或下载URL,BTOE对视频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。视频文件支持格式:mp4、avi、mkv、mov、flv,wmv,rmvb,3gp;文件大小限制:直接上传原文件不大于5MB。
|
|
91
91
|
*/
|
|
92
92
|
async CreateVideoDeposit(
|
|
93
93
|
req: CreateVideoDepositRequest,
|
|
@@ -490,12 +490,12 @@ export interface CreateVideoDepositResponse {
|
|
|
490
490
|
* 业务ID 透传 长度最大不超过64
|
|
491
491
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
492
492
|
*/
|
|
493
|
-
BusinessId
|
|
493
|
+
BusinessId?: string
|
|
494
494
|
|
|
495
495
|
/**
|
|
496
496
|
* 请求成功,返回存证编码,用于查询存证后续业务数据
|
|
497
497
|
*/
|
|
498
|
-
EvidenceId
|
|
498
|
+
EvidenceId?: string
|
|
499
499
|
|
|
500
500
|
/**
|
|
501
501
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -103,6 +103,7 @@ import {
|
|
|
103
103
|
DeleteSearchTemplateRequest,
|
|
104
104
|
EmergencyVul,
|
|
105
105
|
ExportReverseShellEventsRequest,
|
|
106
|
+
BashEventNew,
|
|
106
107
|
DeleteLoginWhiteListResponse,
|
|
107
108
|
DescribeAttackLogsResponse,
|
|
108
109
|
DeleteMalwaresResponse,
|
|
@@ -331,6 +332,7 @@ import {
|
|
|
331
332
|
DescribeScanTaskStatusResponse,
|
|
332
333
|
DescribeProtectNetListRequest,
|
|
333
334
|
DescribeWebPageEventListResponse,
|
|
335
|
+
DescribeBashEventsNewResponse,
|
|
334
336
|
DeleteProtectDirResponse,
|
|
335
337
|
ModifyBanStatusRequest,
|
|
336
338
|
OsName,
|
|
@@ -477,7 +479,7 @@ import {
|
|
|
477
479
|
DescribeAttackVulTypeListResponse,
|
|
478
480
|
DescribePrivilegeRulesResponse,
|
|
479
481
|
DescribeReverseShellEventsResponse,
|
|
480
|
-
|
|
482
|
+
DescribeBashEventsNewRequest,
|
|
481
483
|
DescribeWebPageProtectStatResponse,
|
|
482
484
|
DescribeAssetPortInfoListRequest,
|
|
483
485
|
VulLevelCountInfo,
|
|
@@ -598,6 +600,7 @@ import {
|
|
|
598
600
|
DeleteBaselineStrategyRequest,
|
|
599
601
|
DescribeAssetSystemPackageListRequest,
|
|
600
602
|
MachineTag,
|
|
603
|
+
DescribeSecurityEventsCntResponse,
|
|
601
604
|
Filters,
|
|
602
605
|
DescribeAssetWebServiceInfoListRequest,
|
|
603
606
|
CreateSearchLogRequest,
|
|
@@ -1977,6 +1980,16 @@ export class Client extends AbstractClient {
|
|
|
1977
1980
|
return this.request("SeparateMalwares", req, cb)
|
|
1978
1981
|
}
|
|
1979
1982
|
|
|
1983
|
+
/**
|
|
1984
|
+
* 导出基线影响主机列表
|
|
1985
|
+
*/
|
|
1986
|
+
async ExportBaselineEffectHostList(
|
|
1987
|
+
req: ExportBaselineEffectHostListRequest,
|
|
1988
|
+
cb?: (error: string, rep: ExportBaselineEffectHostListResponse) => void
|
|
1989
|
+
): Promise<ExportBaselineEffectHostListResponse> {
|
|
1990
|
+
return this.request("ExportBaselineEffectHostList", req, cb)
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1980
1993
|
/**
|
|
1981
1994
|
* 查询木马扫描进度
|
|
1982
1995
|
*/
|
|
@@ -1998,13 +2011,13 @@ export class Client extends AbstractClient {
|
|
|
1998
2011
|
}
|
|
1999
2012
|
|
|
2000
2013
|
/**
|
|
2001
|
-
*
|
|
2014
|
+
* 获取高危命令列表(新)
|
|
2002
2015
|
*/
|
|
2003
|
-
async
|
|
2004
|
-
req:
|
|
2005
|
-
cb?: (error: string, rep:
|
|
2006
|
-
): Promise<
|
|
2007
|
-
return this.request("
|
|
2016
|
+
async DescribeBashEventsNew(
|
|
2017
|
+
req: DescribeBashEventsNewRequest,
|
|
2018
|
+
cb?: (error: string, rep: DescribeBashEventsNewResponse) => void
|
|
2019
|
+
): Promise<DescribeBashEventsNewResponse> {
|
|
2020
|
+
return this.request("DescribeBashEventsNew", req, cb)
|
|
2008
2021
|
}
|
|
2009
2022
|
|
|
2010
2023
|
/**
|