tencentcloud-sdk-nodejs 4.0.445 → 4.0.447
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 +590 -0
- package/SERVICE_CHANGELOG.md +699 -7
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +7 -2
- package/src/services/cfw/v20190904/cfw_client.ts +2 -14
- package/src/services/cfw/v20190904/cfw_models.ts +22 -60
- package/src/services/cvm/v20170312/cvm_models.ts +2 -4
- package/src/services/ess/v20201111/ess_client.ts +13 -0
- package/src/services/ess/v20201111/ess_models.ts +108 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +36 -18
- package/src/services/essbasic/v20210526/essbasic_models.ts +128 -12
- package/src/services/faceid/v20180301/faceid_models.ts +22 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +20 -7
- package/src/services/ivld/v20210903/ivld_client.ts +62 -51
- package/src/services/ivld/v20210903/ivld_models.ts +1179 -803
- package/src/services/mongodb/v20190725/mongodb_client.ts +13 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +55 -0
- package/src/services/mps/v20190612/mps_client.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +5 -0
- package/src/services/ocr/v20181119/ocr_client.ts +22 -10
- package/src/services/ocr/v20181119/ocr_models.ts +159 -93
- package/src/services/teo/index.ts +2 -0
- package/src/services/teo/v20220901/index.ts +6 -0
- package/src/services/teo/v20220901/teo_client.ts +1630 -0
- package/src/services/teo/v20220901/teo_models.ts +11306 -0
- package/src/services/tiia/v20190529/tiia_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +4 -3
- package/src/services/wedata/v20210820/wedata_client.ts +61 -8
- package/src/services/wedata/v20210820/wedata_models.ts +499 -51
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -6
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +20 -53
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -3
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +90 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +108 -12
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +20 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +15 -4
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +1 -1
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +1081 -758
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +47 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +9 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +137 -78
- package/tencentcloud/services/teo/index.d.ts +4 -0
- package/tencentcloud/services/teo/index.js +2 -0
- package/tencentcloud/services/teo/v20220901/index.d.ts +6 -0
- package/tencentcloud/services/teo/v20220901/index.js +9 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +490 -0
- package/tencentcloud/services/teo/v20220901/teo_client.js +751 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +9713 -0
- package/tencentcloud/services/teo/v20220901/teo_models.js +18 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +23 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +31 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +421 -47
- package/test/cfw.v20190904.test.js +0 -10
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +14 -4
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/ocr.v20181119.test.js +12 -2
- package/test/teo.v20220901.test.js +1221 -0
- package/test/wedata.v20210820.test.js +42 -2
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
38
38
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-09-15 11:03:22 |
|
|
39
39
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-09-08 06:11:23 |
|
|
40
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-09-
|
|
41
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-09-
|
|
40
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-09-21 06:12:40 |
|
|
41
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-09-21 06:12:53 |
|
|
42
42
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
|
|
43
43
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-09-19 06:14:28 |
|
|
44
44
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
45
45
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
|
|
46
46
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-09-07 06:15:13 |
|
|
47
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-09-
|
|
47
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-09-20 06:15:17 |
|
|
48
48
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
|
|
49
49
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
|
|
50
50
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
62
62
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-09-14 06:15:14 |
|
|
63
63
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
64
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-09-
|
|
64
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-09-21 06:19:55 |
|
|
65
65
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-09-16 06:18:26 |
|
|
66
66
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
67
67
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-09-14 06:18:19 |
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
|
|
88
88
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-09-06 06:30:34 |
|
|
89
89
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-16 06:24:23 |
|
|
90
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-
|
|
91
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-
|
|
90
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-20 21:03:08 |
|
|
91
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-20 21:03:25 |
|
|
92
92
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
93
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-09-
|
|
93
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-09-20 06:29:06 |
|
|
94
94
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
95
95
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
96
96
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-09-01 06:29:26 |
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
112
112
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-09-12 06:28:33 |
|
|
113
113
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
114
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-
|
|
114
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-09-21 06:33:00 |
|
|
115
115
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
|
|
116
116
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
|
|
117
|
-
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-
|
|
117
|
+
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-09-20 19:36:34 |
|
|
118
118
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
|
|
119
119
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-09-14 06:27:13 |
|
|
120
120
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-09-16 06:31:07 |
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
127
127
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
128
128
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-09-14 20:21:28 |
|
|
129
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-09-
|
|
129
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-09-21 06:37:03 |
|
|
130
130
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-09-15 06:31:40 |
|
|
131
|
-
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-09-
|
|
131
|
+
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-09-20 06:38:58 |
|
|
132
132
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
133
133
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-09-16 17:41:33 |
|
|
134
134
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
137
137
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
138
138
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-30 06:43:16 |
|
|
139
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-
|
|
139
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-21 06:39:36 |
|
|
140
140
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
|
|
141
141
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-09-05 06:41:45 |
|
|
142
142
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -182,14 +182,14 @@
|
|
|
182
182
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
183
183
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
|
|
184
184
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-09-07 06:51:54 |
|
|
185
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-09-
|
|
185
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-09-20 06:52:09 |
|
|
186
186
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
187
187
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
188
188
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
189
189
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
190
190
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
191
191
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
192
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-09-
|
|
192
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-09-20 06:53:40 |
|
|
193
193
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-09-06 13:11:30 |
|
|
194
194
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
195
195
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-09-15 06:43:33 |
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
198
198
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
|
|
199
199
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-09-02 07:00:24 |
|
|
200
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-09-
|
|
200
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-09-20 06:56:04 |
|
|
201
201
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-24 06:56:05 |
|
|
202
202
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
|
|
203
203
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-09-16 06:49:40 |
|
|
210
210
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-15 06:49:04 |
|
|
211
211
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
212
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-09-
|
|
212
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-09-19 21:02:53 |
|
|
213
213
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
214
214
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-09-16 06:52:09 |
|
|
215
215
|
| 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.447"
|
|
@@ -670,6 +670,11 @@ export interface CreateParamTemplateRequest {
|
|
|
670
670
|
* 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
671
671
|
*/
|
|
672
672
|
TemplateType?: string
|
|
673
|
+
|
|
674
|
+
/**
|
|
675
|
+
* 实例引擎类型,默认为"InnoDB",支持值包括:"InnoDB","RocksDB"。
|
|
676
|
+
*/
|
|
677
|
+
EngineType?: string
|
|
673
678
|
}
|
|
674
679
|
|
|
675
680
|
/**
|
|
@@ -3956,7 +3961,7 @@ export interface DescribeDBInstancesResponse {
|
|
|
3956
3961
|
TotalCount: number
|
|
3957
3962
|
|
|
3958
3963
|
/**
|
|
3959
|
-
*
|
|
3964
|
+
* 实例详细信息列表。
|
|
3960
3965
|
*/
|
|
3961
3966
|
Items: Array<InstanceInfo>
|
|
3962
3967
|
|
|
@@ -8540,7 +8545,7 @@ export interface DescribeDBPriceRequest {
|
|
|
8540
8545
|
Cpu?: number
|
|
8541
8546
|
|
|
8542
8547
|
/**
|
|
8543
|
-
*
|
|
8548
|
+
* 询价续费实例ID。如需查询实例续费价格,填写InstanceId和Period即可。
|
|
8544
8549
|
*/
|
|
8545
8550
|
InstanceId?: string
|
|
8546
8551
|
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
|
-
DescribeVpcRuleOverviewResponse,
|
|
22
21
|
DescribeNatFwInstanceRequest,
|
|
23
22
|
ModifyNatFwVpcDnsSwitchResponse,
|
|
24
23
|
DescribeNatFwInstanceWithRegionRequest,
|
|
@@ -29,7 +28,7 @@ import {
|
|
|
29
28
|
ModifyAcRuleResponse,
|
|
30
29
|
DescribeTableStatusResponse,
|
|
31
30
|
AddAcRuleRequest,
|
|
32
|
-
|
|
31
|
+
DescribeTLogInfoRequest,
|
|
33
32
|
SecurityGroupRule,
|
|
34
33
|
ModifyNatFwVpcDnsSwitchRequest,
|
|
35
34
|
DeleteNatFwInstanceResponse,
|
|
@@ -70,7 +69,7 @@ import {
|
|
|
70
69
|
DescribeSourceAssetRequest,
|
|
71
70
|
SecurityGroupOrderIndexData,
|
|
72
71
|
DescribeSourceAssetResponse,
|
|
73
|
-
|
|
72
|
+
IPDefendStatus,
|
|
74
73
|
DescribeSecurityGroupListResponse,
|
|
75
74
|
AssetZone,
|
|
76
75
|
DescribeTLogIpListRequest,
|
|
@@ -121,7 +120,6 @@ import {
|
|
|
121
120
|
DescribeRuleOverviewRequest,
|
|
122
121
|
DescribeDefenseSwitchResponse,
|
|
123
122
|
DescribeAcListsRequest,
|
|
124
|
-
DescribeVpcRuleOverviewRequest,
|
|
125
123
|
UnHandleEvent,
|
|
126
124
|
DescribeAssociatedInstanceListRequest,
|
|
127
125
|
DeleteAcRuleRequest,
|
|
@@ -255,16 +253,6 @@ export class Client extends AbstractClient {
|
|
|
255
253
|
return this.request("CreateChooseVpcs", req, cb)
|
|
256
254
|
}
|
|
257
255
|
|
|
258
|
-
/**
|
|
259
|
-
* vpc规则列表概况
|
|
260
|
-
*/
|
|
261
|
-
async DescribeVpcRuleOverview(
|
|
262
|
-
req: DescribeVpcRuleOverviewRequest,
|
|
263
|
-
cb?: (error: string, rep: DescribeVpcRuleOverviewResponse) => void
|
|
264
|
-
): Promise<DescribeVpcRuleOverviewResponse> {
|
|
265
|
-
return this.request("DescribeVpcRuleOverview", req, cb)
|
|
266
|
-
}
|
|
267
|
-
|
|
268
256
|
/**
|
|
269
257
|
* GetNatFwInstanceWithRegion 获取租户新增运维的NAT实例,带上地域
|
|
270
258
|
*/
|
|
@@ -15,34 +15,6 @@
|
|
|
15
15
|
* under the License.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* DescribeVpcRuleOverview返回参数结构体
|
|
20
|
-
*/
|
|
21
|
-
export interface DescribeVpcRuleOverviewResponse {
|
|
22
|
-
/**
|
|
23
|
-
* 阻断策略规则数量
|
|
24
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
|
-
*/
|
|
26
|
-
StrategyNum: number
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* 启用规则数量
|
|
30
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
31
|
-
*/
|
|
32
|
-
StartRuleNum: number
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* 规则总量
|
|
36
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
37
|
-
*/
|
|
38
|
-
Total: number
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
42
|
-
*/
|
|
43
|
-
RequestId?: string
|
|
44
|
-
}
|
|
45
|
-
|
|
46
18
|
/**
|
|
47
19
|
* DescribeNatFwInstance请求参数结构体
|
|
48
20
|
*/
|
|
@@ -354,18 +326,28 @@ true为启用,false为不启用
|
|
|
354
326
|
}
|
|
355
327
|
|
|
356
328
|
/**
|
|
357
|
-
*
|
|
329
|
+
* DescribeTLogInfo请求参数结构体
|
|
358
330
|
*/
|
|
359
|
-
export interface
|
|
331
|
+
export interface DescribeTLogInfoRequest {
|
|
360
332
|
/**
|
|
361
|
-
*
|
|
333
|
+
* 开始时间
|
|
362
334
|
*/
|
|
363
|
-
|
|
335
|
+
StartTime: string
|
|
364
336
|
|
|
365
337
|
/**
|
|
366
|
-
*
|
|
338
|
+
* 结束时间
|
|
367
339
|
*/
|
|
368
|
-
|
|
340
|
+
EndTime: string
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* 类型 1 告警 2阻断
|
|
344
|
+
*/
|
|
345
|
+
QueryType: string
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* 查询条件
|
|
349
|
+
*/
|
|
350
|
+
SearchValue?: string
|
|
369
351
|
}
|
|
370
352
|
|
|
371
353
|
/**
|
|
@@ -1514,28 +1496,18 @@ export interface DescribeSourceAssetResponse {
|
|
|
1514
1496
|
}
|
|
1515
1497
|
|
|
1516
1498
|
/**
|
|
1517
|
-
*
|
|
1499
|
+
* ip防护状态
|
|
1518
1500
|
*/
|
|
1519
|
-
export interface
|
|
1520
|
-
/**
|
|
1521
|
-
* 开始时间
|
|
1522
|
-
*/
|
|
1523
|
-
StartTime: string
|
|
1524
|
-
|
|
1525
|
-
/**
|
|
1526
|
-
* 结束时间
|
|
1527
|
-
*/
|
|
1528
|
-
EndTime: string
|
|
1529
|
-
|
|
1501
|
+
export interface IPDefendStatus {
|
|
1530
1502
|
/**
|
|
1531
|
-
*
|
|
1503
|
+
* ip地址
|
|
1532
1504
|
*/
|
|
1533
|
-
|
|
1505
|
+
IP: string
|
|
1534
1506
|
|
|
1535
1507
|
/**
|
|
1536
|
-
*
|
|
1508
|
+
* 防护状态 1:防护打开; -1:地址错误; 其他:未防护
|
|
1537
1509
|
*/
|
|
1538
|
-
|
|
1510
|
+
Status: number
|
|
1539
1511
|
}
|
|
1540
1512
|
|
|
1541
1513
|
/**
|
|
@@ -2829,16 +2801,6 @@ export interface DescribeAcListsRequest {
|
|
|
2829
2801
|
InstanceId?: string
|
|
2830
2802
|
}
|
|
2831
2803
|
|
|
2832
|
-
/**
|
|
2833
|
-
* DescribeVpcRuleOverview请求参数结构体
|
|
2834
|
-
*/
|
|
2835
|
-
export interface DescribeVpcRuleOverviewRequest {
|
|
2836
|
-
/**
|
|
2837
|
-
* EdgeId值两个vpc间的边id 不是必填项可以为空,就是所有vpc间的访问控制规则
|
|
2838
|
-
*/
|
|
2839
|
-
EdgeId: string
|
|
2840
|
-
}
|
|
2841
|
-
|
|
2842
2804
|
/**
|
|
2843
2805
|
* 未处置事件详情
|
|
2844
2806
|
*/
|
|
@@ -1807,10 +1807,8 @@ export interface SyncImagesRequest {
|
|
|
1807
1807
|
ImageIds: Array<string>
|
|
1808
1808
|
|
|
1809
1809
|
/**
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为同地域的自定义镜像。
|
|
1813
|
-
*/
|
|
1810
|
+
* 目的同步地域列表,必须满足如下限制:<br><li>必须是一个合法的Region。<br><li>如果是自定义镜像,则目标同步地域不能为源地域。<br><li>如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为源地域的自定义镜像。<br><li>暂不支持部分地域同步。<br>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。
|
|
1811
|
+
*/
|
|
1814
1812
|
DestinationRegions: Array<string>
|
|
1815
1813
|
|
|
1816
1814
|
/**
|
|
@@ -48,14 +48,17 @@ import {
|
|
|
48
48
|
OrganizationInfo,
|
|
49
49
|
DescribeFlowBriefsRequest,
|
|
50
50
|
Recipient,
|
|
51
|
+
VerifyPdfRequest,
|
|
51
52
|
UserInfo,
|
|
52
53
|
FillApproverInfo,
|
|
53
54
|
SignUrl,
|
|
55
|
+
VerifyPdfResponse,
|
|
54
56
|
DescribeFileUrlsRequest,
|
|
55
57
|
ApproverInfo,
|
|
56
58
|
CreateFlowSignReviewResponse,
|
|
57
59
|
Caller,
|
|
58
60
|
DescribeFlowTemplatesResponse,
|
|
61
|
+
PdfVerifyResult,
|
|
59
62
|
CreateFlowEvidenceReportRequest,
|
|
60
63
|
CreateBatchCancelFlowUrlResponse,
|
|
61
64
|
UploadFilesRequest,
|
|
@@ -92,6 +95,16 @@ export class Client extends AbstractClient {
|
|
|
92
95
|
super("ess.tencentcloudapi.com", "2020-11-11", clientConfig)
|
|
93
96
|
}
|
|
94
97
|
|
|
98
|
+
/**
|
|
99
|
+
* 验证合同文件
|
|
100
|
+
*/
|
|
101
|
+
async VerifyPdf(
|
|
102
|
+
req: VerifyPdfRequest,
|
|
103
|
+
cb?: (error: string, rep: VerifyPdfResponse) => void
|
|
104
|
+
): Promise<VerifyPdfResponse> {
|
|
105
|
+
return this.request("VerifyPdf", req, cb)
|
|
106
|
+
}
|
|
107
|
+
|
|
95
108
|
/**
|
|
96
109
|
* 查询文件下载URL
|
|
97
110
|
适用场景:通过传参合同流程编号,下载对应的合同PDF文件流到本地。
|
|
@@ -294,7 +294,7 @@ export interface CreateFlowRequest {
|
|
|
294
294
|
/**
|
|
295
295
|
* 暂未开放
|
|
296
296
|
*/
|
|
297
|
-
|
|
297
|
+
RelatedFlowId?: string
|
|
298
298
|
|
|
299
299
|
/**
|
|
300
300
|
* 签署流程的签署截止时间。
|
|
@@ -336,7 +336,7 @@ false:有序签
|
|
|
336
336
|
/**
|
|
337
337
|
* 暂未开放
|
|
338
338
|
*/
|
|
339
|
-
|
|
339
|
+
CallbackUrl?: string
|
|
340
340
|
|
|
341
341
|
/**
|
|
342
342
|
* 应用相关信息
|
|
@@ -1009,6 +1009,21 @@ export interface Recipient {
|
|
|
1009
1009
|
RecipientExtra?: string
|
|
1010
1010
|
}
|
|
1011
1011
|
|
|
1012
|
+
/**
|
|
1013
|
+
* VerifyPdf请求参数结构体
|
|
1014
|
+
*/
|
|
1015
|
+
export interface VerifyPdfRequest {
|
|
1016
|
+
/**
|
|
1017
|
+
* 合同Id,流程Id
|
|
1018
|
+
*/
|
|
1019
|
+
FlowId: string
|
|
1020
|
+
|
|
1021
|
+
/**
|
|
1022
|
+
* 调用方用户信息,userId 必填
|
|
1023
|
+
*/
|
|
1024
|
+
Operator?: UserInfo
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1012
1027
|
/**
|
|
1013
1028
|
* 用户信息
|
|
1014
1029
|
*/
|
|
@@ -1081,6 +1096,27 @@ export interface SignUrl {
|
|
|
1081
1096
|
HttpSignUrl: string
|
|
1082
1097
|
}
|
|
1083
1098
|
|
|
1099
|
+
/**
|
|
1100
|
+
* VerifyPdf返回参数结构体
|
|
1101
|
+
*/
|
|
1102
|
+
export interface VerifyPdfResponse {
|
|
1103
|
+
/**
|
|
1104
|
+
* 验签结果,1-文件未被篡改,全部签名在腾讯电子签完成; 2-文件未被篡改,部分签名在腾讯电子签完成;3-文件被篡改;4-异常:文件内没有签名域;5-异常:文件签名格式错误
|
|
1105
|
+
*/
|
|
1106
|
+
VerifyResult: number
|
|
1107
|
+
|
|
1108
|
+
/**
|
|
1109
|
+
* 验签结果详情,内部状态1-验签成功,在电子签签署;2-验签成功,在其他平台签署;3-验签失败;4-pdf文件没有签名域
|
|
1110
|
+
;5-文件签名格式错误
|
|
1111
|
+
*/
|
|
1112
|
+
PdfVerifyResults: Array<PdfVerifyResult>
|
|
1113
|
+
|
|
1114
|
+
/**
|
|
1115
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1116
|
+
*/
|
|
1117
|
+
RequestId?: string
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1084
1120
|
/**
|
|
1085
1121
|
* DescribeFileUrls请求参数结构体
|
|
1086
1122
|
*/
|
|
@@ -1283,6 +1319,76 @@ export interface DescribeFlowTemplatesResponse {
|
|
|
1283
1319
|
RequestId?: string
|
|
1284
1320
|
}
|
|
1285
1321
|
|
|
1322
|
+
/**
|
|
1323
|
+
* 合同文件验签单个结果结构体
|
|
1324
|
+
*/
|
|
1325
|
+
export interface PdfVerifyResult {
|
|
1326
|
+
/**
|
|
1327
|
+
* 验签结果
|
|
1328
|
+
*/
|
|
1329
|
+
VerifyResult: number
|
|
1330
|
+
|
|
1331
|
+
/**
|
|
1332
|
+
* 签署平台
|
|
1333
|
+
*/
|
|
1334
|
+
SignPlatform: string
|
|
1335
|
+
|
|
1336
|
+
/**
|
|
1337
|
+
* 签署人名称
|
|
1338
|
+
*/
|
|
1339
|
+
SignerName: string
|
|
1340
|
+
|
|
1341
|
+
/**
|
|
1342
|
+
* 签署时间
|
|
1343
|
+
*/
|
|
1344
|
+
SignTime: number
|
|
1345
|
+
|
|
1346
|
+
/**
|
|
1347
|
+
* 签名算法
|
|
1348
|
+
*/
|
|
1349
|
+
SignAlgorithm: string
|
|
1350
|
+
|
|
1351
|
+
/**
|
|
1352
|
+
* 签名证书序列号
|
|
1353
|
+
*/
|
|
1354
|
+
CertSn: string
|
|
1355
|
+
|
|
1356
|
+
/**
|
|
1357
|
+
* 证书起始时间
|
|
1358
|
+
*/
|
|
1359
|
+
CertNotBefore: number
|
|
1360
|
+
|
|
1361
|
+
/**
|
|
1362
|
+
* 证书过期时间
|
|
1363
|
+
*/
|
|
1364
|
+
CertNotAfter: number
|
|
1365
|
+
|
|
1366
|
+
/**
|
|
1367
|
+
* 签名域横坐标
|
|
1368
|
+
*/
|
|
1369
|
+
ComponentPosX: number
|
|
1370
|
+
|
|
1371
|
+
/**
|
|
1372
|
+
* 签名域纵坐标
|
|
1373
|
+
*/
|
|
1374
|
+
ComponentPosY: number
|
|
1375
|
+
|
|
1376
|
+
/**
|
|
1377
|
+
* 签名域宽度
|
|
1378
|
+
*/
|
|
1379
|
+
ComponentWidth: number
|
|
1380
|
+
|
|
1381
|
+
/**
|
|
1382
|
+
* 签名域高度
|
|
1383
|
+
*/
|
|
1384
|
+
ComponentHeight: number
|
|
1385
|
+
|
|
1386
|
+
/**
|
|
1387
|
+
* 签名域所在页码
|
|
1388
|
+
*/
|
|
1389
|
+
ComponentPage: number
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1286
1392
|
/**
|
|
1287
1393
|
* CreateFlowEvidenceReport请求参数结构体
|
|
1288
1394
|
*/
|
|
@@ -19,12 +19,13 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
ResourceUrlInfo,
|
|
22
|
-
|
|
22
|
+
PdfVerifyResult,
|
|
23
23
|
FlowApproverInfo,
|
|
24
24
|
ChannelCreateConvertTaskApiResponse,
|
|
25
25
|
OperateChannelTemplateRequest,
|
|
26
26
|
TemplateInfo,
|
|
27
27
|
UploadFilesRequest,
|
|
28
|
+
SyncProxyOrganizationResponse,
|
|
28
29
|
ChannelBatchCancelFlowsResponse,
|
|
29
30
|
GetDownloadFlowUrlResponse,
|
|
30
31
|
DescribeResourceUrlsByFlowsResponse,
|
|
@@ -42,6 +43,7 @@ import {
|
|
|
42
43
|
UploadFile,
|
|
43
44
|
ProxyOrganizationOperator,
|
|
44
45
|
ChannelGetTaskResultApiRequest,
|
|
46
|
+
ChannelVerifyPdfResponse,
|
|
45
47
|
SignUrlInfo,
|
|
46
48
|
Component,
|
|
47
49
|
GetDownloadFlowUrlRequest,
|
|
@@ -54,7 +56,7 @@ import {
|
|
|
54
56
|
DescribeUsageResponse,
|
|
55
57
|
SyncProxyOrganizationOperatorsResponse,
|
|
56
58
|
CreateSealByImageResponse,
|
|
57
|
-
|
|
59
|
+
ChannelVerifyPdfRequest,
|
|
58
60
|
FlowResourceUrlInfo,
|
|
59
61
|
FlowFileInfo,
|
|
60
62
|
DescribeTemplatesRequest,
|
|
@@ -64,6 +66,7 @@ import {
|
|
|
64
66
|
SyncProxyOrganizationRequest,
|
|
65
67
|
CreateSealByImageRequest,
|
|
66
68
|
SignQrCode,
|
|
69
|
+
SignUrl,
|
|
67
70
|
ChannelCreateFlowGroupByFilesResponse,
|
|
68
71
|
PrepareFlowsRequest,
|
|
69
72
|
UsageDetail,
|
|
@@ -128,7 +131,7 @@ export class Client extends AbstractClient {
|
|
|
128
131
|
}
|
|
129
132
|
|
|
130
133
|
/**
|
|
131
|
-
* 接口(ChannelCreateFlowByFiles
|
|
134
|
+
* 接口(ChannelCreateFlowByFiles)用于渠道版通过文件创建签署流程。此接口静默签能力不可直接使用,需要运营申请
|
|
132
135
|
*/
|
|
133
136
|
async ChannelCreateFlowByFiles(
|
|
134
137
|
req: ChannelCreateFlowByFilesRequest,
|
|
@@ -215,7 +218,10 @@ export class Client extends AbstractClient {
|
|
|
215
218
|
|
|
216
219
|
/**
|
|
217
220
|
* 指定需要批量撤销的签署流程Id,获取批量撤销链接
|
|
218
|
-
客户指定需要撤销的签署流程Id,最多100个,超过100
|
|
221
|
+
客户指定需要撤销的签署流程Id,最多100个,超过100不处理;
|
|
222
|
+
接口调用成功返回批量撤销合同的链接,通过链接跳转到电子签小程序完成批量撤销;
|
|
223
|
+
注意:
|
|
224
|
+
能撤回合同的只能是合同的发起人或者发起企业的超管、法人
|
|
219
225
|
*/
|
|
220
226
|
async ChannelCreateBatchCancelFlowUrl(
|
|
221
227
|
req: ChannelCreateBatchCancelFlowUrlRequest,
|
|
@@ -235,13 +241,24 @@ export class Client extends AbstractClient {
|
|
|
235
241
|
}
|
|
236
242
|
|
|
237
243
|
/**
|
|
238
|
-
|
|
244
|
+
* 【描述】:创建出证报告,返回报告 URL
|
|
245
|
+
【注意】:此接口需要通过添加白名单获取调用权限,请联系运营人员加白
|
|
246
|
+
*/
|
|
247
|
+
async CreateChannelFlowEvidenceReport(
|
|
248
|
+
req: CreateChannelFlowEvidenceReportRequest,
|
|
249
|
+
cb?: (error: string, rep: CreateChannelFlowEvidenceReportResponse) => void
|
|
250
|
+
): Promise<CreateChannelFlowEvidenceReportResponse> {
|
|
251
|
+
return this.request("CreateChannelFlowEvidenceReport", req, cb)
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* 合同文件验签
|
|
239
256
|
*/
|
|
240
|
-
async
|
|
241
|
-
req:
|
|
242
|
-
cb?: (error: string, rep:
|
|
243
|
-
): Promise<
|
|
244
|
-
return this.request("
|
|
257
|
+
async ChannelVerifyPdf(
|
|
258
|
+
req: ChannelVerifyPdfRequest,
|
|
259
|
+
cb?: (error: string, rep: ChannelVerifyPdfResponse) => void
|
|
260
|
+
): Promise<ChannelVerifyPdfResponse> {
|
|
261
|
+
return this.request("ChannelVerifyPdf", req, cb)
|
|
245
262
|
}
|
|
246
263
|
|
|
247
264
|
/**
|
|
@@ -270,6 +287,8 @@ export class Client extends AbstractClient {
|
|
|
270
287
|
/**
|
|
271
288
|
* 指定需要批量撤销的签署流程Id,批量撤销合同
|
|
272
289
|
客户指定需要撤销的签署流程Id,最多100个,超过100不处理;接口失败后返回错误信息
|
|
290
|
+
注意:
|
|
291
|
+
能撤回合同的只能是合同的发起人或者发起企业的超管、法人
|
|
273
292
|
*/
|
|
274
293
|
async ChannelBatchCancelFlows(
|
|
275
294
|
req: ChannelBatchCancelFlowsRequest,
|
|
@@ -322,14 +341,13 @@ export class Client extends AbstractClient {
|
|
|
322
341
|
}
|
|
323
342
|
|
|
324
343
|
/**
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
return this.request("CreateChannelFlowEvidenceReport", req, cb)
|
|
344
|
+
* 此接口(SyncProxyOrganization)用于同步渠道子客企业信息,主要是子客企业的营业执照,便于子客企业开通过程中不用手动上传。若有需要调用此接口,需要在创建控制链接CreateConsoleLoginUrl之后即刻进行调用。
|
|
345
|
+
*/
|
|
346
|
+
async SyncProxyOrganization(
|
|
347
|
+
req: SyncProxyOrganizationRequest,
|
|
348
|
+
cb?: (error: string, rep: SyncProxyOrganizationResponse) => void
|
|
349
|
+
): Promise<SyncProxyOrganizationResponse> {
|
|
350
|
+
return this.request("SyncProxyOrganization", req, cb)
|
|
333
351
|
}
|
|
334
352
|
|
|
335
353
|
/**
|