tencentcloud-sdk-nodejs 4.0.366 → 4.0.369
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 +459 -0
- package/SERVICE_CHANGELOG.md +484 -82
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +12 -0
- package/src/services/cls/v20201016/cls_models.ts +1 -0
- package/src/services/cme/v20191029/cme_client.ts +3 -1
- package/src/services/cme/v20191029/cme_models.ts +21 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +57 -14
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +38 -2
- package/src/services/dnspod/v20210323/dnspod_client.ts +75 -26
- package/src/services/dnspod/v20210323/dnspod_models.ts +184 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +42 -1
- package/src/services/mmps/v20200710/mmps_models.ts +6 -0
- package/src/services/monitor/v20180724/monitor_client.ts +267 -35
- package/src/services/monitor/v20180724/monitor_models.ts +1017 -190
- package/src/services/mrs/v20200910/mrs_client.ts +1 -0
- package/src/services/mrs/v20200910/mrs_models.ts +65 -0
- package/src/services/tcbr/v20220217/tcbr_client.ts +48 -8
- package/src/services/tcbr/v20220217/tcbr_models.ts +329 -26
- package/src/services/teo/v20220106/teo_models.ts +3 -3
- package/src/services/tke/v20180525/tke_models.ts +3 -3
- package/src/services/vod/v20180717/vod_models.ts +16 -15
- package/src/services/vpc/v20170312/vpc_client.ts +16 -1
- package/src/services/vpc/v20170312/vpc_models.ts +165 -15
- package/src/services/waf/v20180125/waf_client.ts +37 -20
- package/src/services/waf/v20180125/waf_models.ts +435 -129
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -0
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +2 -1
- package/tencentcloud/services/cme/v20191029/cme_client.js +2 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +18 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +50 -14
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +26 -10
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +37 -13
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +159 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +35 -1
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +5 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +85 -9
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +124 -10
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +889 -173
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +55 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +15 -3
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +21 -3
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +276 -23
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -12
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +6 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +138 -14
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +363 -108
- package/test/dnspod.v20210323.test.js +48 -8
- package/test/monitor.v20180724.test.js +194 -4
- package/test/tcbr.v20220217.test.js +32 -2
- package/test/vpc.v20170312.test.js +10 -0
- package/test/waf.v20180125.test.js +14 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
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-05-23 06:01:56 |
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
10
|
-
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-
|
|
10
|
+
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-23 06:06:13 |
|
|
11
11
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-06-16 06:00:42 |
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
|
|
16
16
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-06-21 06:01:15 |
|
|
17
17
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-06-02 06:02:22 |
|
|
18
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-
|
|
18
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-23 06:06:50 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
20
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
21
21
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-31 06:04:46 |
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-06-20 06:03:42 |
|
|
40
40
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-15 06:04:37 |
|
|
41
41
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
42
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-
|
|
42
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-23 06:08:11 |
|
|
43
43
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
44
44
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
|
|
45
45
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-31 06:07:03 |
|
|
53
53
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
|
|
54
54
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
|
|
55
|
-
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-
|
|
56
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-
|
|
57
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-
|
|
55
|
+
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
56
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-22 06:04:41 |
|
|
57
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
|
|
58
58
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
59
59
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
60
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-
|
|
60
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-24 06:09:13 |
|
|
61
61
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
62
62
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-16 06:04:38 |
|
|
63
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-
|
|
63
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-23 06:10:09 |
|
|
64
64
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
65
65
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-06-15 06:07:21 |
|
|
66
66
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
|
|
67
67
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
68
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-
|
|
68
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-06-22 06:06:28 |
|
|
69
69
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-05-31 17:05:07 |
|
|
70
70
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
71
71
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-31 06:09:47 |
|
|
72
72
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-21 06:06:29 |
|
|
73
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-06-
|
|
73
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-06-23 06:11:27 |
|
|
74
74
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
75
75
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
76
76
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
|
|
@@ -79,13 +79,13 @@
|
|
|
79
79
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-05-26 06:11:01 |
|
|
80
80
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
81
81
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
82
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-
|
|
82
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-24 06:11:32 |
|
|
83
83
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
84
84
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
|
|
85
85
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-09 06:11:36 |
|
|
86
86
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-20 06:08:20 |
|
|
87
87
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-15 06:09:03 |
|
|
88
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-
|
|
88
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-23 06:12:30 |
|
|
89
89
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
90
90
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-06-02 06:08:18 |
|
|
91
91
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -113,19 +113,19 @@
|
|
|
113
113
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
|
|
114
114
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-21 06:09:47 |
|
|
115
115
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
|
|
116
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-
|
|
116
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-22 06:10:05 |
|
|
117
117
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
118
118
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
119
119
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-06-15 06:11:30 |
|
|
120
120
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
121
121
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
122
122
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
123
|
-
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-
|
|
123
|
+
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-24 06:14:40 |
|
|
124
124
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
125
125
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
|
|
126
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-
|
|
126
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-24 06:14:48 |
|
|
127
127
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
|
|
128
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-
|
|
128
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-24 06:15:32 |
|
|
129
129
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
130
130
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
131
131
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
167
167
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
|
|
168
168
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
|
|
169
|
-
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-06-
|
|
169
|
+
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-06-24 06:17:45 |
|
|
170
170
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
|
|
171
171
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
172
172
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-06-08 06:15:21 |
|
|
@@ -174,9 +174,9 @@
|
|
|
174
174
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-06-21 06:13:45 |
|
|
175
175
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|
|
176
176
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
177
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-
|
|
177
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-24 06:18:25 |
|
|
178
178
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-20 06:14:36 |
|
|
179
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-
|
|
179
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-23 06:19:17 |
|
|
180
180
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
181
181
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
182
182
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
@@ -186,22 +186,22 @@
|
|
|
186
186
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-15 06:15:49 |
|
|
187
187
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
|
|
188
188
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
189
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-
|
|
189
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-24 06:19:13 |
|
|
190
190
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
191
191
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
192
192
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
193
193
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
|
|
194
194
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-21 06:15:46 |
|
|
195
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-
|
|
195
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-23 06:20:18 |
|
|
196
196
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-06-21 06:15:54 |
|
|
197
197
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
198
198
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
|
|
199
199
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
200
|
-
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-
|
|
200
|
+
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-23 06:20:49 |
|
|
201
201
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
202
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-
|
|
203
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-
|
|
204
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-
|
|
202
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-23 06:20:52 |
|
|
203
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-24 06:20:35 |
|
|
204
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-06-23 06:22:00 |
|
|
205
205
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
206
206
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
207
207
|
| 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.369"
|
|
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
|
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac
|
|
278
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
|
|
279
279
|
*/
|
|
280
280
|
async SentenceRecognition(
|
|
281
281
|
req: SentenceRecognitionRequest,
|
|
@@ -7443,6 +7443,18 @@ export interface CreateVerifyRecordResponse {
|
|
|
7443
7443
|
*/
|
|
7444
7444
|
FileVerifyUrl: string
|
|
7445
7445
|
|
|
7446
|
+
/**
|
|
7447
|
+
* 文件校验域名列表
|
|
7448
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7449
|
+
*/
|
|
7450
|
+
FileVerifyDomains: Array<string>
|
|
7451
|
+
|
|
7452
|
+
/**
|
|
7453
|
+
* 文件校验文件名
|
|
7454
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7455
|
+
*/
|
|
7456
|
+
FileVerifyName: string
|
|
7457
|
+
|
|
7446
7458
|
/**
|
|
7447
7459
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7448
7460
|
*/
|
|
@@ -4051,6 +4051,7 @@ export interface SearchLogRequest {
|
|
|
4051
4051
|
/**
|
|
4052
4052
|
* 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时
|
|
4053
4053
|
注意:
|
|
4054
|
+
* 透传该参数时,请勿修改除该参数外的其它参数
|
|
4054
4055
|
* 仅当检索分析语句(Query)不包含SQL时有效
|
|
4055
4056
|
* SQL获取后续结果参考<a href="https://cloud.tencent.com/document/product/614/58977" target="_blank">SQL LIMIT语法</a>
|
|
4056
4057
|
*/
|
|
@@ -45,6 +45,7 @@ import {
|
|
|
45
45
|
StreamConnectOutput,
|
|
46
46
|
CopyProjectRequest,
|
|
47
47
|
SearchScope,
|
|
48
|
+
VodPullInputPlayInfo,
|
|
48
49
|
RevokeResourceAuthorizationResponse,
|
|
49
50
|
DescribeTasksResponse,
|
|
50
51
|
ProjectInfo,
|
|
@@ -564,7 +565,8 @@ export class Client extends AbstractClient {
|
|
|
564
565
|
- `Start`(开启转推),参见 [示例10](#.E7.A4.BA.E4.BE.8B10-.E5.BC.80.E5.90.AF.E4.BA.91.E8.BD.AC.E6.8E.A8);
|
|
565
566
|
- `Stop`(停止转推),参见 [示例11](#.E7.A4.BA.E4.BE.8B11-.E5.81.9C.E6.AD.A2.E4.BA.91.E8.BD.AC.E6.8E.A8);
|
|
566
567
|
- `SwitchInput`(切换输入源),参见 [示例12](#.E7.A4.BA.E4.BE.8B12-.E5.88.87.E6.8D.A2.E8.BE.93.E5.85.A5.E6.BA.90);
|
|
567
|
-
- `ModifyCurrentStopTime`(修改当前计划结束时间),参见 [示例13](#.E7.A4.BA.E4.BE.8B13-.E4.BF.AE.E6.94.B9.E8.BD.AC.E6.8E.A8.E7.BB.93.E6.9D.9F.E6.97.B6.E9.97.B4)
|
|
568
|
+
- `ModifyCurrentStopTime`(修改当前计划结束时间),参见 [示例13](#.E7.A4.BA.E4.BE.8B13-.E4.BF.AE.E6.94.B9.E8.BD.AC.E6.8E.A8.E7.BB.93.E6.9D.9F.E6.97.B6.E9.97.B4);
|
|
569
|
+
- `DescribeInputPlayInfo`(查询播放进度),参见 [示例14](#.E7.A4.BA.E4.BE.8B14-.E6.9F.A5.E8.AF.A2.E7.82.B9.E6.92.AD.E8.BE.93.E5.85.A5.E6.BA.90.E6.92.AD.E6.94.BE.E8.BF.9B.E5.BA.A6)。
|
|
568
570
|
*/
|
|
569
571
|
async HandleStreamConnectProject(
|
|
570
572
|
req: HandleStreamConnectProjectRequest,
|
|
@@ -718,6 +718,21 @@ export interface SearchScope {
|
|
|
718
718
|
ClassPath?: string
|
|
719
719
|
}
|
|
720
720
|
|
|
721
|
+
/**
|
|
722
|
+
* 点播文件播放信息,包含当前在播地址和该地址已播时长 。
|
|
723
|
+
*/
|
|
724
|
+
export interface VodPullInputPlayInfo {
|
|
725
|
+
/**
|
|
726
|
+
* 当前正在播放文件 Url 。
|
|
727
|
+
*/
|
|
728
|
+
Url: string
|
|
729
|
+
|
|
730
|
+
/**
|
|
731
|
+
* 点播文件已播放时长,单位:秒。
|
|
732
|
+
*/
|
|
733
|
+
TimeOffset: number
|
|
734
|
+
}
|
|
735
|
+
|
|
721
736
|
/**
|
|
722
737
|
* RevokeResourceAuthorization返回参数结构体
|
|
723
738
|
*/
|
|
@@ -3461,6 +3476,12 @@ export interface HandleStreamConnectProjectResponse {
|
|
|
3461
3476
|
*/
|
|
3462
3477
|
StreamInputRtmpPushUrl: string
|
|
3463
3478
|
|
|
3479
|
+
/**
|
|
3480
|
+
* 点播输入源播放进度信息,当 Operation 取值 DescribeInputPlayInfo 且 InputType 为 VodPull 类型时有效。
|
|
3481
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3482
|
+
*/
|
|
3483
|
+
VodPullInputPlayInfo: VodPullInputPlayInfo
|
|
3484
|
+
|
|
3464
3485
|
/**
|
|
3465
3486
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3466
3487
|
*/
|
|
@@ -3723,9 +3723,9 @@ export interface QueryOpenBankPaymentOrderResult {
|
|
|
3723
3723
|
ThirdPayOrderId: string
|
|
3724
3724
|
|
|
3725
3725
|
/**
|
|
3726
|
-
*
|
|
3726
|
+
* 订单状态。
|
|
3727
|
+
INIT:初始化
|
|
3727
3728
|
PAYING:支付中
|
|
3728
|
-
DEDUCTED:扣款成功
|
|
3729
3729
|
ACCEPTED:支付受理成功
|
|
3730
3730
|
SUCCESS:支付成功
|
|
3731
3731
|
CLOSED:关单
|
|
@@ -3785,6 +3785,18 @@ OPENBANK_PAYMENT
|
|
|
3785
3785
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3786
3786
|
*/
|
|
3787
3787
|
BankApprovalGuideInfo: OpenBankApprovalGuideInfo
|
|
3788
|
+
|
|
3789
|
+
/**
|
|
3790
|
+
* 手续费金额
|
|
3791
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3792
|
+
*/
|
|
3793
|
+
FeeAmount: number
|
|
3794
|
+
|
|
3795
|
+
/**
|
|
3796
|
+
* 手续费费率
|
|
3797
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3798
|
+
*/
|
|
3799
|
+
FeeRate: number
|
|
3788
3800
|
}
|
|
3789
3801
|
|
|
3790
3802
|
/**
|
|
@@ -4233,24 +4245,30 @@ ANONYMOUS: 匿名类型 USER_ID
|
|
|
4233
4245
|
*/
|
|
4234
4246
|
export interface OpenBankSceneInfo {
|
|
4235
4247
|
/**
|
|
4236
|
-
* 用户端实际 ip
|
|
4248
|
+
* 用户端实际 ip。汇付渠道必填。
|
|
4237
4249
|
*/
|
|
4238
4250
|
PayerClientIp?: string
|
|
4239
4251
|
|
|
4240
4252
|
/**
|
|
4241
|
-
* 浏览器 User-Agent
|
|
4253
|
+
* 浏览器 User-Agent。
|
|
4242
4254
|
*/
|
|
4243
4255
|
PayerUa?: string
|
|
4244
4256
|
|
|
4245
4257
|
/**
|
|
4246
|
-
*
|
|
4258
|
+
* 用户下单时间。若不上送,服务端默认当前时间。
|
|
4247
4259
|
*/
|
|
4248
4260
|
OrderTime?: string
|
|
4249
4261
|
|
|
4250
4262
|
/**
|
|
4251
|
-
* 终端设备号(门店号或收银设备 ID),示例值:POS1:1
|
|
4263
|
+
* 终端设备号(门店号或收银设备 ID),示例值:POS1:1。
|
|
4252
4264
|
*/
|
|
4253
4265
|
DeviceId?: string
|
|
4266
|
+
|
|
4267
|
+
/**
|
|
4268
|
+
* 终端设备类型。MOBILE_BROWSER:手机浏览器,MOBILE_APP:手机应用程序,TABLET:平板;WATCH:手表,PC:电脑PC,OTHER:其他。
|
|
4269
|
+
汇付渠道必填。
|
|
4270
|
+
*/
|
|
4271
|
+
DeviceType?: string
|
|
4254
4272
|
}
|
|
4255
4273
|
|
|
4256
4274
|
/**
|
|
@@ -7218,7 +7236,7 @@ export interface CreateOpenBankPaymentOrderRequest {
|
|
|
7218
7236
|
ChannelMerchantId: string
|
|
7219
7237
|
|
|
7220
7238
|
/**
|
|
7221
|
-
*
|
|
7239
|
+
* 渠道名称。详见附录-云企付枚举类说明-ChannelName。
|
|
7222
7240
|
__TENPAY__: 商企付
|
|
7223
7241
|
__WECHAT__: 微信支付
|
|
7224
7242
|
__ALIPAY__: 支付宝
|
|
@@ -7227,7 +7245,7 @@ __WECHAT__: 微信支付
|
|
|
7227
7245
|
ChannelName: string
|
|
7228
7246
|
|
|
7229
7247
|
/**
|
|
7230
|
-
*
|
|
7248
|
+
* 付款方式。详见附录-云企付枚举类说明-PaymentMethod。
|
|
7231
7249
|
__EBANK_PAYMENT__:B2B EBank付款
|
|
7232
7250
|
__OPENBANK_PAYMENT__:B2C openbank付款
|
|
7233
7251
|
__SAFT_ISV__:支付宝安心发
|
|
@@ -7465,7 +7483,7 @@ export interface CreateOpenBankExternalSubMerchantRegistrationRequest {
|
|
|
7465
7483
|
OutSubMerchantId: string
|
|
7466
7484
|
|
|
7467
7485
|
/**
|
|
7468
|
-
*
|
|
7486
|
+
* 渠道名称。详见附录-云企付枚举类说明-ChannelName。
|
|
7469
7487
|
__TENPAY__: 商企付
|
|
7470
7488
|
__WECHAT__: 微信支付
|
|
7471
7489
|
__ALIPAY__: 支付宝
|
|
@@ -7473,7 +7491,7 @@ __ALIPAY__: 支付宝
|
|
|
7473
7491
|
ChannelName: string
|
|
7474
7492
|
|
|
7475
7493
|
/**
|
|
7476
|
-
*
|
|
7494
|
+
* 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
|
|
7477
7495
|
__EBANK_PAYMENT__: ebank支付
|
|
7478
7496
|
__OPENBANK_PAYMENT__: openbank支付
|
|
7479
7497
|
*/
|
|
@@ -13257,6 +13275,19 @@ __WORKING__: 正常工作
|
|
|
13257
13275
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13258
13276
|
*/
|
|
13259
13277
|
BankNotice: string
|
|
13278
|
+
|
|
13279
|
+
/**
|
|
13280
|
+
* 支持银行代码
|
|
13281
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13282
|
+
*/
|
|
13283
|
+
BankId: string
|
|
13284
|
+
|
|
13285
|
+
/**
|
|
13286
|
+
* 卡类型。
|
|
13287
|
+
D:借记卡,C:信用卡,Z:借贷合一卡。
|
|
13288
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13289
|
+
*/
|
|
13290
|
+
CardType: string
|
|
13260
13291
|
}
|
|
13261
13292
|
|
|
13262
13293
|
/**
|
|
@@ -14230,19 +14261,24 @@ export interface RegisterBillRequest {
|
|
|
14230
14261
|
*/
|
|
14231
14262
|
export interface OpenBankGoodsInfo {
|
|
14232
14263
|
/**
|
|
14233
|
-
*
|
|
14264
|
+
* 商品标题。默认值“商品支付”。
|
|
14234
14265
|
*/
|
|
14235
14266
|
GoodsName?: string
|
|
14236
14267
|
|
|
14237
14268
|
/**
|
|
14238
|
-
*
|
|
14269
|
+
* 商品详细描述(商品列表)。
|
|
14239
14270
|
*/
|
|
14240
14271
|
GoodsDetail?: string
|
|
14241
14272
|
|
|
14242
14273
|
/**
|
|
14243
|
-
*
|
|
14274
|
+
* 银行附言。不可以有以下字符:<>+{}()%*&';"[]等特殊符号
|
|
14244
14275
|
*/
|
|
14245
14276
|
GoodsDescription?: string
|
|
14277
|
+
|
|
14278
|
+
/**
|
|
14279
|
+
* 业务类型。汇付渠道必填,汇付渠道传入固定值100099。
|
|
14280
|
+
*/
|
|
14281
|
+
GoodsBizType?: string
|
|
14246
14282
|
}
|
|
14247
14283
|
|
|
14248
14284
|
/**
|
|
@@ -21728,7 +21764,7 @@ export interface OpenBankPayerInfo {
|
|
|
21728
21764
|
|
|
21729
21765
|
/**
|
|
21730
21766
|
* 付款方付款账户标识。
|
|
21731
|
-
当付款方式为OPENBANK_PAYMENT时,必输表示企业账户ID;当付款方式为SAFT_ISV时,必须上送付款方的渠道电子记账本ID。
|
|
21767
|
+
当付款方式为OPENBANK_PAYMENT时,必输表示企业账户ID;当付款方式为SAFT_ISV时,必须上送付款方的渠道电子记账本ID;当付款方式为ONLINEBANK,上送付款方银行编号BankId。
|
|
21732
21768
|
*/
|
|
21733
21769
|
BindSerialNo?: string
|
|
21734
21770
|
|
|
@@ -21739,6 +21775,13 @@ ACCOUNT_BOOK_ID:电子记账本ID。
|
|
|
21739
21775
|
当付款方式为SAFT_ISV时,必须上送类型为ACCOUNT_BOOK_ID。
|
|
21740
21776
|
*/
|
|
21741
21777
|
AccountType?: string
|
|
21778
|
+
|
|
21779
|
+
/**
|
|
21780
|
+
* 付款卡类型。汇付渠道必填。
|
|
21781
|
+
DEBIT_CARD:借记卡
|
|
21782
|
+
CREDIT_CARD:信用卡
|
|
21783
|
+
*/
|
|
21784
|
+
BankCardType?: string
|
|
21742
21785
|
}
|
|
21743
21786
|
|
|
21744
21787
|
/**
|
|
@@ -888,6 +888,36 @@ export interface TrustMalwaresRequest {
|
|
|
888
888
|
Ids: Array<number>
|
|
889
889
|
}
|
|
890
890
|
|
|
891
|
+
/**
|
|
892
|
+
* 授权订单对象内容
|
|
893
|
+
*/
|
|
894
|
+
export interface LicenseOrder {
|
|
895
|
+
/**
|
|
896
|
+
* 授权ID
|
|
897
|
+
*/
|
|
898
|
+
LicenseId: number
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* 授权类型
|
|
902
|
+
*/
|
|
903
|
+
LicenseType: number
|
|
904
|
+
|
|
905
|
+
/**
|
|
906
|
+
* 授权订单资源状态
|
|
907
|
+
*/
|
|
908
|
+
Status: number
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* 订单类型
|
|
912
|
+
*/
|
|
913
|
+
SourceType: number
|
|
914
|
+
|
|
915
|
+
/**
|
|
916
|
+
* 资源ID
|
|
917
|
+
*/
|
|
918
|
+
ResourceId: string
|
|
919
|
+
}
|
|
920
|
+
|
|
891
921
|
/**
|
|
892
922
|
* ExportVulEffectHostList请求参数结构体
|
|
893
923
|
*/
|
|
@@ -5524,6 +5554,12 @@ export interface EffectiveMachineInfo {
|
|
|
5524
5554
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5525
5555
|
*/
|
|
5526
5556
|
MachineStatus: string
|
|
5557
|
+
|
|
5558
|
+
/**
|
|
5559
|
+
* 授权订单对象
|
|
5560
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5561
|
+
*/
|
|
5562
|
+
LicenseOrder: LicenseOrder
|
|
5527
5563
|
}
|
|
5528
5564
|
|
|
5529
5565
|
/**
|
|
@@ -8249,8 +8285,8 @@ export interface DescribeImportMachineInfoRequest {
|
|
|
8249
8285
|
IsQueryProMachine?: boolean
|
|
8250
8286
|
|
|
8251
8287
|
/**
|
|
8252
|
-
*
|
|
8253
|
-
<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship
|
|
8288
|
+
* 过滤条件:
|
|
8289
|
+
<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:普惠版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+普惠版</li>
|
|
8254
8290
|
*/
|
|
8255
8291
|
Filters?: Array<Filters>
|
|
8256
8292
|
}
|