tencentcloud-sdk-nodejs 4.0.894 → 4.0.896
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 +311 -0
- package/SERVICE_CHANGELOG.md +293 -83
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cbs/v20170312/cbs_client.ts +4 -2
- package/src/services/cwp/v20180228/cwp_models.ts +37 -16
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dts/v20211206/dts_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +16 -1
- package/src/services/ess/v20201111/ess_models.ts +65 -32
- package/src/services/essbasic/v20210526/essbasic_client.ts +37 -22
- package/src/services/essbasic/v20210526/essbasic_models.ts +32 -11
- package/src/services/gaap/v20180529/gaap_client.ts +12 -0
- package/src/services/gaap/v20180529/gaap_models.ts +20 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +5 -3
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +76 -29
- package/src/services/lke/v20231130/lke_models.ts +5 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +44 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +74 -64
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +6 -6
- package/src/services/oceanus/v20190422/oceanus_models.ts +14 -0
- package/src/services/organization/v20210331/organization_client.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +4 -0
- package/src/services/ses/v20201002/ses_models.ts +1 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
- package/src/services/thpc/v20230321/thpc_models.ts +5 -1
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +8 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +3 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -16
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +9 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +63 -32
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +26 -19
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +28 -19
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +30 -11
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +18 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +74 -29
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +42 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +74 -64
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +6 -6
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +14 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +5 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -4
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +12 -2
- package/test/gaap.v20180529.test.js +10 -0
- package/test/mariadb.v20170312.test.js +10 -0
package/products.md
CHANGED
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-06-19 01:13:52 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-07-12 01:09:00 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-06-19 01:14:46 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
|
|
41
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-07-15 01:04:45 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-13 01:13:25 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-10 01:09:35 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
@@ -70,24 +70,24 @@
|
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-07-03 01:12:26 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-06-20 01:25:33 |
|
|
73
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-07-
|
|
73
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-07-12 01:12:13 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-15 01:08:36 |
|
|
76
76
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
79
79
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-07-05 01:08:15 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
81
|
-
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-
|
|
81
|
+
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-07-15 01:09:18 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-11 01:14:04 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-07-08 01:13:07 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-07-11 01:14:33 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-02 01:14:51 |
|
|
86
|
-
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-
|
|
86
|
+
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-25 01:13:45 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-15 01:10:34 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
|
|
@@ -96,13 +96,13 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-09 01:14:34 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-09 01:14:44 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-12 01:16:02 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-12 01:16:22 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
105
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-
|
|
105
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-15 01:12:05 |
|
|
106
106
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-06-27 01:13:06 |
|
|
107
107
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-07-10 01:17:00 |
|
|
108
108
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-28 01:12:56 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-15 01:13:08 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -134,30 +134,30 @@
|
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-06-24 01:17:36 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-07-11 01:19:19 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-07-
|
|
138
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-07-12 01:19:39 |
|
|
138
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-15 01:15:17 |
|
|
139
139
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
140
140
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
141
141
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
142
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-07-
|
|
142
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2024-07-12 01:20:13 |
|
|
143
143
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2024-03-20 01:20:21 |
|
|
144
144
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-03-20 01:20:22 |
|
|
145
145
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
146
146
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
|
|
147
147
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-07-11 01:20:22 |
|
|
148
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-
|
|
149
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-
|
|
150
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-
|
|
148
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-15 01:15:52 |
|
|
149
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-12 01:20:43 |
|
|
150
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-15 01:16:23 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
|
|
152
152
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
|
|
153
153
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
154
154
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
156
156
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
157
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-
|
|
157
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-15 01:16:56 |
|
|
158
158
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-09 01:19:41 |
|
|
159
159
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
160
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-07-
|
|
160
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-07-12 01:22:08 |
|
|
161
161
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
162
162
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
163
163
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-10 01:22:15 |
|
|
@@ -168,9 +168,9 @@
|
|
|
168
168
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
169
169
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
170
170
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
171
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-07-
|
|
171
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-07-12 01:22:59 |
|
|
172
172
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-07-03 01:22:38 |
|
|
173
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-
|
|
173
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-15 01:18:34 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
|
|
175
175
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
176
176
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
|
|
@@ -203,11 +203,11 @@
|
|
|
203
203
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-26 01:23:56 |
|
|
204
204
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
205
205
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
206
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-
|
|
206
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-12 01:25:48 |
|
|
207
207
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
|
|
208
208
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-06-25 01:23:38 |
|
|
209
209
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-07-03 19:33:55 |
|
|
210
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-
|
|
210
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-07-12 01:26:38 |
|
|
211
211
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
212
212
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
213
213
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -219,13 +219,13 @@
|
|
|
219
219
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-06-24 01:24:28 |
|
|
220
220
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
221
221
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
|
|
222
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-07-
|
|
222
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-07-15 01:22:43 |
|
|
223
223
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
224
224
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
225
225
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-07-05 01:19:38 |
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
227
227
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-21 02:25:01 |
|
|
228
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-07-
|
|
228
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-07-12 01:27:45 |
|
|
229
229
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-07-10 01:27:48 |
|
|
230
230
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-11 01:28:05 |
|
|
231
231
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-07-08 01:25:22 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.896"
|
|
@@ -588,8 +588,10 @@ export class Client extends AbstractClient {
|
|
|
588
588
|
}
|
|
589
589
|
|
|
590
590
|
/**
|
|
591
|
-
|
|
592
|
-
|
|
591
|
+
* 为进一步规范化API命名,该接口决定预下线,新接口命名为:DescribeSnapshotOverview
|
|
592
|
+
|
|
593
|
+
获取快照概览信息
|
|
594
|
+
*/
|
|
593
595
|
async GetSnapOverview(
|
|
594
596
|
req?: GetSnapOverviewRequest,
|
|
595
597
|
cb?: (error: string, rep: GetSnapOverviewResponse) => void
|
|
@@ -2859,6 +2859,11 @@ export interface ModifyMalwareTimingScanSettingsRequest {
|
|
|
2859
2859
|
* 是否杀掉进程 1杀掉 0不杀掉
|
|
2860
2860
|
*/
|
|
2861
2861
|
KillProcess?: number
|
|
2862
|
+
/**
|
|
2863
|
+
* 1 清理, 0 不清理
|
|
2864
|
+
<li>本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用</li>
|
|
2865
|
+
*/
|
|
2866
|
+
DoClean?: number
|
|
2862
2867
|
/**
|
|
2863
2868
|
* 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)
|
|
2864
2869
|
*/
|
|
@@ -2871,6 +2876,14 @@ export interface ModifyMalwareTimingScanSettingsRequest {
|
|
|
2871
2876
|
* 是否开启恶意进程查杀[0:未开启,1:开启]
|
|
2872
2877
|
*/
|
|
2873
2878
|
EnableMemShellScan?: number
|
|
2879
|
+
/**
|
|
2880
|
+
* 防护模式 0 标准 1重保
|
|
2881
|
+
*/
|
|
2882
|
+
ProtectMode?: number
|
|
2883
|
+
/**
|
|
2884
|
+
* 查杀范围 0 脚本类之外的恶意文件,1全部恶意文件
|
|
2885
|
+
*/
|
|
2886
|
+
ProtectFileScope?: number
|
|
2874
2887
|
}
|
|
2875
2888
|
|
|
2876
2889
|
/**
|
|
@@ -21755,68 +21768,76 @@ export interface DescribeMalwareTimingScanSettingResponse {
|
|
|
21755
21768
|
/**
|
|
21756
21769
|
* 检测模式 0 全盘检测 1快速检测
|
|
21757
21770
|
*/
|
|
21758
|
-
CheckPattern
|
|
21771
|
+
CheckPattern?: number
|
|
21759
21772
|
/**
|
|
21760
21773
|
* 检测周期 开始时间
|
|
21761
21774
|
*/
|
|
21762
|
-
StartTime
|
|
21775
|
+
StartTime?: string
|
|
21763
21776
|
/**
|
|
21764
21777
|
* 检测周期 超时结束时间
|
|
21765
21778
|
*/
|
|
21766
|
-
EndTime
|
|
21779
|
+
EndTime?: string
|
|
21767
21780
|
/**
|
|
21768
21781
|
* 是否全部服务器 1 全部 2 自选
|
|
21769
21782
|
*/
|
|
21770
|
-
IsGlobal
|
|
21783
|
+
IsGlobal?: number
|
|
21771
21784
|
/**
|
|
21772
21785
|
* 自选服务器时必须 主机quuid的string数组
|
|
21773
21786
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
21774
21787
|
*/
|
|
21775
|
-
QuuidList
|
|
21788
|
+
QuuidList?: Array<string>
|
|
21776
21789
|
/**
|
|
21777
21790
|
* 监控模式 0 标准 1深度
|
|
21778
21791
|
*/
|
|
21779
|
-
MonitoringPattern
|
|
21792
|
+
MonitoringPattern?: number
|
|
21780
21793
|
/**
|
|
21781
21794
|
* 周期 1每天
|
|
21782
21795
|
*/
|
|
21783
|
-
Cycle
|
|
21796
|
+
Cycle?: number
|
|
21784
21797
|
/**
|
|
21785
21798
|
* 定时检测开关 0 关闭1 开启
|
|
21786
21799
|
*/
|
|
21787
|
-
EnableScan
|
|
21800
|
+
EnableScan?: number
|
|
21788
21801
|
/**
|
|
21789
21802
|
* 唯一ID
|
|
21790
21803
|
*/
|
|
21791
|
-
Id
|
|
21804
|
+
Id?: number
|
|
21792
21805
|
/**
|
|
21793
21806
|
* 实时监控0 关闭 1开启
|
|
21794
21807
|
*/
|
|
21795
|
-
RealTimeMonitoring
|
|
21808
|
+
RealTimeMonitoring?: number
|
|
21796
21809
|
/**
|
|
21797
21810
|
* 是否自动隔离:1-是,0-否
|
|
21798
21811
|
*/
|
|
21799
|
-
AutoIsolation
|
|
21812
|
+
AutoIsolation?: number
|
|
21800
21813
|
/**
|
|
21801
21814
|
* 一键扫描超时时长,如:1800秒(s)
|
|
21802
21815
|
*/
|
|
21803
|
-
ClickTimeout
|
|
21816
|
+
ClickTimeout?: number
|
|
21804
21817
|
/**
|
|
21805
21818
|
* 是否杀掉进程 1杀掉 0不杀掉 只有开启自动隔离才生效
|
|
21806
21819
|
*/
|
|
21807
|
-
KillProcess
|
|
21820
|
+
KillProcess?: number
|
|
21808
21821
|
/**
|
|
21809
21822
|
* 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)
|
|
21810
21823
|
*/
|
|
21811
|
-
EngineType
|
|
21824
|
+
EngineType?: number
|
|
21812
21825
|
/**
|
|
21813
21826
|
* 启发引擎 0 关闭 1开启
|
|
21814
21827
|
*/
|
|
21815
|
-
EnableInspiredEngine
|
|
21828
|
+
EnableInspiredEngine?: number
|
|
21816
21829
|
/**
|
|
21817
21830
|
* 是否开启恶意进程查杀[0:未开启,1:开启]
|
|
21818
21831
|
*/
|
|
21819
|
-
EnableMemShellScan
|
|
21832
|
+
EnableMemShellScan?: number
|
|
21833
|
+
/**
|
|
21834
|
+
* 防护模式 0 标准 1 重保
|
|
21835
|
+
*/
|
|
21836
|
+
ProtectMode?: number
|
|
21837
|
+
/**
|
|
21838
|
+
* 查杀范围 0 脚本类之外的恶意文件,1全部恶意文件
|
|
21839
|
+
*/
|
|
21840
|
+
ProtectFileScope?: number
|
|
21820
21841
|
/**
|
|
21821
21842
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
21822
21843
|
*/
|
|
@@ -6857,7 +6857,7 @@ export interface CloseClusterPasswordComplexityResponse {
|
|
|
6857
6857
|
/**
|
|
6858
6858
|
* 任务流ID
|
|
6859
6859
|
*/
|
|
6860
|
-
FlowId
|
|
6860
|
+
FlowId?: number
|
|
6861
6861
|
/**
|
|
6862
6862
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6863
6863
|
*/
|
|
@@ -9170,7 +9170,7 @@ export interface ModifyClusterPasswordComplexityResponse {
|
|
|
9170
9170
|
/**
|
|
9171
9171
|
* 任务流ID
|
|
9172
9172
|
*/
|
|
9173
|
-
FlowId
|
|
9173
|
+
FlowId?: number
|
|
9174
9174
|
/**
|
|
9175
9175
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9176
9176
|
*/
|
|
@@ -1950,12 +1950,12 @@ export interface CreateSubscribeResponse {
|
|
|
1950
1950
|
*/
|
|
1951
1951
|
export interface CompareOptions {
|
|
1952
1952
|
/**
|
|
1953
|
-
* 对比方式:dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比)
|
|
1953
|
+
* 对比方式:dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比), 默认为dataCheck
|
|
1954
1954
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1955
1955
|
*/
|
|
1956
1956
|
Method?: string
|
|
1957
1957
|
/**
|
|
1958
|
-
* 抽样比例;范围0,100
|
|
1958
|
+
* 抽样比例;范围0,100。默认为100
|
|
1959
1959
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1960
1960
|
*/
|
|
1961
1961
|
SampleRate?: number
|
|
@@ -83,7 +83,7 @@ import {
|
|
|
83
83
|
IntentionAction,
|
|
84
84
|
CallbackInfo,
|
|
85
85
|
DescribeSignFaceVideoRequest,
|
|
86
|
-
|
|
86
|
+
CreateEmployeeQualificationSealQrCodeResponse,
|
|
87
87
|
CreateFlowGroupByTemplatesResponse,
|
|
88
88
|
CancelFailureFlow,
|
|
89
89
|
CreateUserVerifyUrlResponse,
|
|
@@ -118,6 +118,7 @@ import {
|
|
|
118
118
|
FillApproverInfo,
|
|
119
119
|
OccupiedSeal,
|
|
120
120
|
IntentionActionResultDetail,
|
|
121
|
+
CreateEmployeeQualificationSealQrCodeRequest,
|
|
121
122
|
CreatePersonAuthCertificateImageResponse,
|
|
122
123
|
FailedDeleteStaffData,
|
|
123
124
|
PdfVerifyResult,
|
|
@@ -128,6 +129,7 @@ import {
|
|
|
128
129
|
DisableUserAutoSignRequest,
|
|
129
130
|
DescribeIntegrationEmployeesResponse,
|
|
130
131
|
SuccessDeleteStaffData,
|
|
132
|
+
DeleteSealPoliciesRequest,
|
|
131
133
|
CreateConvertTaskApiResponse,
|
|
132
134
|
CreateFlowSignReviewRequest,
|
|
133
135
|
CreateOrganizationAuthUrlResponse,
|
|
@@ -1302,6 +1304,19 @@ export class Client extends AbstractClient {
|
|
|
1302
1304
|
return this.request("CreateBatchOrganizationRegistrationTasks", req, cb)
|
|
1303
1305
|
}
|
|
1304
1306
|
|
|
1307
|
+
/**
|
|
1308
|
+
* 该接口用于获取个人授权执业章给企业的二维码,需要个人用户通过微信扫码。扫描后将跳转到腾讯电子签小程序,进入到授权执业章的流程。个人用户授权成功后,企业印章管理员需对印章进行审核,审核通过后,即可使用个人授权的执业章进行盖章操作。
|
|
1309
|
+
|
|
1310
|
+
**注意**
|
|
1311
|
+
1. 该二维码**有效期为7天**,过期后将失效,可重新创建。
|
|
1312
|
+
*/
|
|
1313
|
+
async CreateEmployeeQualificationSealQrCode(
|
|
1314
|
+
req: CreateEmployeeQualificationSealQrCodeRequest,
|
|
1315
|
+
cb?: (error: string, rep: CreateEmployeeQualificationSealQrCodeResponse) => void
|
|
1316
|
+
): Promise<CreateEmployeeQualificationSealQrCodeResponse> {
|
|
1317
|
+
return this.request("CreateEmployeeQualificationSealQrCode", req, cb)
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1305
1320
|
/**
|
|
1306
1321
|
* 创建企业扩展服务授权,当前仅支持授权 “企业自动签” 和 “批量签署” 给企业员工。
|
|
1307
1322
|
该接口作用和电子签控制台 企业设置-扩展服务-企业自动签署和批量签署授权 两个模块功能相同,可通过该接口授权给企业员工。
|
|
@@ -891,6 +891,7 @@ export interface ModifyExtendedServiceRequest {
|
|
|
891
891
|
/**
|
|
892
892
|
* 要管理的拓展服务类型。
|
|
893
893
|
<ul><li>OPEN_SERVER_SIGN:企业自动签署</li>
|
|
894
|
+
<li>AUTO_SIGN_CAN_FILL_IN:本企业自动签合同支持签前内容补充</li>
|
|
894
895
|
<li>OVERSEA_SIGN:企业与港澳台居民签署合同</li>
|
|
895
896
|
<li>AGE_LIMIT_EXPANSION:拓宽签署方年龄限制</li>
|
|
896
897
|
<li>MOBILE_CHECK_APPROVER:个人签署方仅校验手机号</li>
|
|
@@ -898,7 +899,8 @@ export interface ModifyExtendedServiceRequest {
|
|
|
898
899
|
<li>ORGANIZATION_OCR_FALLBACK:正楷临摹签名失败后更换其他签名类型</li>
|
|
899
900
|
<li>ORGANIZATION_FLOW_NOTIFY_TYPE:短信通知签署方</li>
|
|
900
901
|
<li>HIDE_ONE_KEY_SIGN:个人签署方手动签字</li>
|
|
901
|
-
<li>
|
|
902
|
+
<li>ORGANIZATION_FLOW_EMAIL_NOTIFY:邮件通知签署方</li>
|
|
903
|
+
<li>FLOW_APPROVAL:合同审批强制开启</li>
|
|
902
904
|
<li>ORGANIZATION_FLOW_PASSWD_NOTIFY:签署密码开通引导</li></ul>
|
|
903
905
|
*/
|
|
904
906
|
ServiceType: string
|
|
@@ -2050,35 +2052,17 @@ export interface DescribeSignFaceVideoRequest {
|
|
|
2050
2052
|
}
|
|
2051
2053
|
|
|
2052
2054
|
/**
|
|
2053
|
-
*
|
|
2055
|
+
* CreateEmployeeQualificationSealQrCode返回参数结构体
|
|
2054
2056
|
*/
|
|
2055
|
-
export interface
|
|
2056
|
-
/**
|
|
2057
|
-
* 执行本接口操作的员工信息。
|
|
2058
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
2059
|
-
*/
|
|
2060
|
-
Operator: UserInfo
|
|
2061
|
-
/**
|
|
2062
|
-
* 印章授权编码数组。这个参数跟下面的SealId其中一个必填,另外一个可选填
|
|
2063
|
-
*/
|
|
2064
|
-
PolicyIds?: Array<string>
|
|
2057
|
+
export interface CreateEmployeeQualificationSealQrCodeResponse {
|
|
2065
2058
|
/**
|
|
2066
|
-
*
|
|
2067
|
-
建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。
|
|
2068
|
-
可登录腾讯电子签控制台,在 "印章"->"印章中心"选择查看的印章,在"印章详情" 中查看某个印章的SealId(在页面中展示为印章ID)。
|
|
2069
|
-
注:印章ID。这个参数跟上面的PolicyIds其中一个必填,另外一个可选填。
|
|
2059
|
+
* 二维码图片的Base64 注: `此二维码的有效时间为7天,过期后需要重新生成新的二维码图片`
|
|
2070
2060
|
*/
|
|
2071
|
-
|
|
2072
|
-
/**
|
|
2073
|
-
* 待授权的员工ID,员工在腾讯电子签平台的唯一身份标识,为32位字符串。
|
|
2074
|
-
可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
|
|
2075
|
-
*/
|
|
2076
|
-
UserIds?: Array<string>
|
|
2061
|
+
QrcodeBase64?: string
|
|
2077
2062
|
/**
|
|
2078
|
-
*
|
|
2079
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
2063
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2080
2064
|
*/
|
|
2081
|
-
|
|
2065
|
+
RequestId?: string
|
|
2082
2066
|
}
|
|
2083
2067
|
|
|
2084
2068
|
/**
|
|
@@ -3396,6 +3380,24 @@ export interface IntentionActionResultDetail {
|
|
|
3396
3380
|
Video?: string
|
|
3397
3381
|
}
|
|
3398
3382
|
|
|
3383
|
+
/**
|
|
3384
|
+
* CreateEmployeeQualificationSealQrCode请求参数结构体
|
|
3385
|
+
*/
|
|
3386
|
+
export interface CreateEmployeeQualificationSealQrCodeRequest {
|
|
3387
|
+
/**
|
|
3388
|
+
* 执行本接口操作的员工信息。使用此接口时,必须填写userId。 支持填入集团子公司经办人 userId 代发合同。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
3389
|
+
*/
|
|
3390
|
+
Operator: UserInfo
|
|
3391
|
+
/**
|
|
3392
|
+
* 代理企业和员工的信息。 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
3393
|
+
*/
|
|
3394
|
+
Agent?: Agent
|
|
3395
|
+
/**
|
|
3396
|
+
* 提示信息,扫码后此信息会展示给扫描用户,用来提示用户授权操作的目的
|
|
3397
|
+
*/
|
|
3398
|
+
HintText?: string
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3399
3401
|
/**
|
|
3400
3402
|
* CreatePersonAuthCertificateImage返回参数结构体
|
|
3401
3403
|
*/
|
|
@@ -3684,6 +3686,38 @@ export interface SuccessDeleteStaffData {
|
|
|
3684
3686
|
UserId: string
|
|
3685
3687
|
}
|
|
3686
3688
|
|
|
3689
|
+
/**
|
|
3690
|
+
* DeleteSealPolicies请求参数结构体
|
|
3691
|
+
*/
|
|
3692
|
+
export interface DeleteSealPoliciesRequest {
|
|
3693
|
+
/**
|
|
3694
|
+
* 执行本接口操作的员工信息。
|
|
3695
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
3696
|
+
*/
|
|
3697
|
+
Operator: UserInfo
|
|
3698
|
+
/**
|
|
3699
|
+
* 印章授权编码数组。这个参数跟下面的SealId其中一个必填,另外一个可选填
|
|
3700
|
+
*/
|
|
3701
|
+
PolicyIds?: Array<string>
|
|
3702
|
+
/**
|
|
3703
|
+
* 电子印章ID,为32位字符串。
|
|
3704
|
+
建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。
|
|
3705
|
+
可登录腾讯电子签控制台,在 "印章"->"印章中心"选择查看的印章,在"印章详情" 中查看某个印章的SealId(在页面中展示为印章ID)。
|
|
3706
|
+
注:印章ID。这个参数跟上面的PolicyIds其中一个必填,另外一个可选填。
|
|
3707
|
+
*/
|
|
3708
|
+
SealId?: string
|
|
3709
|
+
/**
|
|
3710
|
+
* 待授权的员工ID,员工在腾讯电子签平台的唯一身份标识,为32位字符串。
|
|
3711
|
+
可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
|
|
3712
|
+
*/
|
|
3713
|
+
UserIds?: Array<string>
|
|
3714
|
+
/**
|
|
3715
|
+
* 代理企业和员工的信息。
|
|
3716
|
+
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
3717
|
+
*/
|
|
3718
|
+
Agent?: Agent
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3687
3721
|
/**
|
|
3688
3722
|
* CreateConvertTaskApi返回参数结构体
|
|
3689
3723
|
*/
|
|
@@ -3836,7 +3870,7 @@ export interface CreateFlowByFilesRequest {
|
|
|
3836
3870
|
*/
|
|
3837
3871
|
Operator: UserInfo
|
|
3838
3872
|
/**
|
|
3839
|
-
* 合同流程的名称(可自定义此名称),长度不能超过200
|
|
3873
|
+
* 合同流程的名称(可自定义此名称),长度不能超过200个字符,只能由中文、字母、数字、中划线和下划线组成。
|
|
3840
3874
|
|
|
3841
3875
|
该名称还将用于合同签署完成后的下载文件名。
|
|
3842
3876
|
*/
|
|
@@ -3870,6 +3904,7 @@ export interface CreateFlowByFilesRequest {
|
|
|
3870
3904
|
<li> 勾选框控件 </li>
|
|
3871
3905
|
<li> 数字控件 </li>
|
|
3872
3906
|
<li> 图片控件 </li>
|
|
3907
|
+
<li> 水印控件 </li>
|
|
3873
3908
|
<li> 动态表格等填写控件</li></ul>
|
|
3874
3909
|
*/
|
|
3875
3910
|
Components?: Array<Component>
|
|
@@ -7480,11 +7515,7 @@ export interface DescribeOrganizationSealsRequest {
|
|
|
7480
7515
|
*/
|
|
7481
7516
|
SealId?: string
|
|
7482
7517
|
/**
|
|
7483
|
-
* 印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。
|
|
7484
|
-
|
|
7485
|
-
目前支持以下几种:
|
|
7486
|
-
|
|
7487
|
-
<ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong>ORGANIZATION_SEAL</strong>:企业印章(通过图片上传创建);</li> <li><strong>LEGAL_PERSON_SEAL</strong>:法定代表人章。</li> </ul>
|
|
7518
|
+
* 印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。 目前支持以下几种:<ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong>ORGANIZATION_SEAL</strong>:企业印章(通过图片上传创建);</li> <li><strong>LEGAL_PERSON_SEAL</strong>:法定代表人章。</li> <li><strong>EMPLOYEE_QUALIFICATION_SEAL</strong>:员工执业章。</li> </ul>
|
|
7488
7519
|
*/
|
|
7489
7520
|
SealTypes?: Array<string>
|
|
7490
7521
|
/**
|
|
@@ -7898,6 +7929,7 @@ export interface DescribeExtendedServiceAuthInfosRequest {
|
|
|
7898
7929
|
默认为空,即查询当前支持的所有扩展服务信息。
|
|
7899
7930
|
若需查询单个扩展服务的开通情况,请传递相应的值,如下所示:
|
|
7900
7931
|
<ul><li>OPEN_SERVER_SIGN:企业自动签署</li>
|
|
7932
|
+
<li>AUTO_SIGN_CAN_FILL_IN:本企业自动签合同支持签前内容补充</li>
|
|
7901
7933
|
<li>BATCH_SIGN:批量签署</li>
|
|
7902
7934
|
<li>OVERSEA_SIGN:企业与港澳台居民签署合同</li>
|
|
7903
7935
|
<li>AGE_LIMIT_EXPANSION:拓宽签署方年龄限制</li>
|
|
@@ -7906,7 +7938,8 @@ export interface DescribeExtendedServiceAuthInfosRequest {
|
|
|
7906
7938
|
<li>ORGANIZATION_OCR_FALLBACK:正楷临摹签名失败后更换其他签名类型</li>
|
|
7907
7939
|
<li>ORGANIZATION_FLOW_NOTIFY_TYPE:短信通知签署方</li>
|
|
7908
7940
|
<li>HIDE_ONE_KEY_SIGN:个人签署方手动签字</li>
|
|
7909
|
-
<li>
|
|
7941
|
+
<li>ORGANIZATION_FLOW_EMAIL_NOTIFY:邮件通知签署方</li>
|
|
7942
|
+
<li>FLOW_APPROVAL:合同审批强制开启</li>
|
|
7910
7943
|
<li>ORGANIZATION_FLOW_PASSWD_NOTIFY:签署密码开通引导</li></ul>
|
|
7911
7944
|
*/
|
|
7912
7945
|
ExtendServiceType?: string
|
|
@@ -33,6 +33,7 @@ import {
|
|
|
33
33
|
CreateLegalSealQrCodeResponse,
|
|
34
34
|
CommonApproverOption,
|
|
35
35
|
DescribeCancelFlowsTaskResponse,
|
|
36
|
+
CreateEmployeeQualificationSealQrCodeResponse,
|
|
36
37
|
ChannelCreateFlowGroupByTemplatesResponse,
|
|
37
38
|
ChannelCreateFlowSignReviewRequest,
|
|
38
39
|
AuthFailMessage,
|
|
@@ -117,6 +118,7 @@ import {
|
|
|
117
118
|
CommonFlowApprover,
|
|
118
119
|
FillApproverInfo,
|
|
119
120
|
IntentionActionResultDetail,
|
|
121
|
+
CreateEmployeeQualificationSealQrCodeRequest,
|
|
120
122
|
ChannelCreateUserAutoSignSealUrlRequest,
|
|
121
123
|
PdfVerifyResult,
|
|
122
124
|
UserThreeFactor,
|
|
@@ -880,30 +882,16 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
880
882
|
}
|
|
881
883
|
|
|
882
884
|
/**
|
|
883
|
-
*
|
|
884
|
-
|
|
885
|
-
**腾讯电子签小程序的AppID 和 原始Id如下:**
|
|
885
|
+
* 该接口用于获取个人授权执业章给企业的二维码,需要个人用户通过微信扫码。扫描后将跳转到腾讯电子签小程序,进入到授权执业章的流程。个人用户授权成功后,企业印章管理员需对印章进行审核,审核通过后,即可使用个人授权的执业章进行盖章操作。
|
|
886
886
|
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |
|
|
890
|
-
| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |
|
|
891
|
-
|
|
892
|
-
**主要使用场景EndPoint分类**
|
|
893
|
-
|
|
894
|
-
|EndPoint| 场景| 说明和示例|
|
|
895
|
-
| ---- | ---- | --- |
|
|
896
|
-
| WEIXINAPP | 短链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序(与腾讯电子签官方短信提醒用户签署形式一样)<br> 示例: https://essurl.cn/x9nvWU8fTg|
|
|
897
|
-
| LONGURL2WEIXINAPP | 长链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序, 是WEIXINAPP生成短链代表的那个长链|
|
|
898
|
-
| CHANNEL | 带有H5引导页的跳转腾讯电子签小程序签署场景 | 点击链接打开一个H5引导页面, 页面中有个"前往小程序"的按钮, 点击后会跳转到腾讯电子签小程序签署场景; 签署完成会回到H5引导页面, 然后跳转到指定创建链接指定的JumpUrl<br>示例: https://res.ess.tencent.cn/cdn/h5-activity-beta/jump-mp.html?use=channel-guide&type=warning&token=uIFKIU8fTd |
|
|
899
|
-
|APP| <font color="red">贵方APP</font>跳转腾讯电子签小程序签署场景| 贵方App直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方App的场景<br>跳转到腾讯电子签小程序的实现可以参考微信的官方文档:<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html" target="_blank">开放能力/打开 App</a> <br> 示例: pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
|
|
900
|
-
|APP| <font color="red">贵方小程序</font>跳转腾讯电子签小程序签署场景| 贵方小程序直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方小程序的场景<br>跳转到腾讯电子签小程序的实现可以参考微信官方文档<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html" target="_blank">全屏方式</a>和<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html " target="_blank">半屏方式</a><br>此时返回的SignUrl就是官方文档中的path<br> 示例:pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
|
|
887
|
+
**注意**
|
|
888
|
+
1. 该二维码**有效期为7天**,过期后将失效,可重新创建。
|
|
901
889
|
*/
|
|
902
|
-
async
|
|
903
|
-
req:
|
|
904
|
-
cb?: (error: string, rep:
|
|
905
|
-
): Promise<
|
|
906
|
-
return this.request("
|
|
890
|
+
async CreateEmployeeQualificationSealQrCode(
|
|
891
|
+
req: CreateEmployeeQualificationSealQrCodeRequest,
|
|
892
|
+
cb?: (error: string, rep: CreateEmployeeQualificationSealQrCodeResponse) => void
|
|
893
|
+
): Promise<CreateEmployeeQualificationSealQrCodeResponse> {
|
|
894
|
+
return this.request("CreateEmployeeQualificationSealQrCode", req, cb)
|
|
907
895
|
}
|
|
908
896
|
|
|
909
897
|
/**
|
|
@@ -1289,6 +1277,33 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
|
|
|
1289
1277
|
return this.request("PrepareFlows", req, cb)
|
|
1290
1278
|
}
|
|
1291
1279
|
|
|
1280
|
+
/**
|
|
1281
|
+
* 创建跳转小程序查看或签署的链接
|
|
1282
|
+
|
|
1283
|
+
**腾讯电子签小程序的AppID 和 原始Id如下:**
|
|
1284
|
+
|
|
1285
|
+
| 小程序 | AppID | 原始ID |
|
|
1286
|
+
| ------------ | ------------ | ------------ |
|
|
1287
|
+
| 腾讯电子签(正式版) | wxa023b292fd19d41d | gh_da88f6188665 |
|
|
1288
|
+
| 腾讯电子签Demo | wx371151823f6f3edf | gh_39a5d3de69fa |
|
|
1289
|
+
|
|
1290
|
+
**主要使用场景EndPoint分类**
|
|
1291
|
+
|
|
1292
|
+
|EndPoint| 场景| 说明和示例|
|
|
1293
|
+
| ---- | ---- | --- |
|
|
1294
|
+
| WEIXINAPP | 短链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序(与腾讯电子签官方短信提醒用户签署形式一样)<br> 示例: https://essurl.cn/x9nvWU8fTg|
|
|
1295
|
+
| LONGURL2WEIXINAPP | 长链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序, 是WEIXINAPP生成短链代表的那个长链|
|
|
1296
|
+
| CHANNEL | 带有H5引导页的跳转腾讯电子签小程序签署场景 | 点击链接打开一个H5引导页面, 页面中有个"前往小程序"的按钮, 点击后会跳转到腾讯电子签小程序签署场景; 签署完成会回到H5引导页面, 然后跳转到指定创建链接指定的JumpUrl<br>示例: https://res.ess.tencent.cn/cdn/h5-activity-beta/jump-mp.html?use=channel-guide&type=warning&token=uIFKIU8fTd |
|
|
1297
|
+
|APP| <font color="red">贵方APP</font>跳转腾讯电子签小程序签署场景| 贵方App直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方App的场景<br>跳转到腾讯电子签小程序的实现可以参考微信的官方文档:<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html" target="_blank">开放能力/打开 App</a> <br> 示例: pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
|
|
1298
|
+
|APP| <font color="red">贵方小程序</font>跳转腾讯电子签小程序签署场景| 贵方小程序直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方小程序的场景<br>跳转到腾讯电子签小程序的实现可以参考微信官方文档<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html" target="_blank">全屏方式</a>和<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html " target="_blank">半屏方式</a><br>此时返回的SignUrl就是官方文档中的path<br> 示例:pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
|
|
1299
|
+
*/
|
|
1300
|
+
async CreateSignUrls(
|
|
1301
|
+
req: CreateSignUrlsRequest,
|
|
1302
|
+
cb?: (error: string, rep: CreateSignUrlsResponse) => void
|
|
1303
|
+
): Promise<CreateSignUrlsResponse> {
|
|
1304
|
+
return this.request("CreateSignUrls", req, cb)
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1292
1307
|
/**
|
|
1293
1308
|
* 此接口(GetDownloadFlowUrl)用户获取合同控制台下载页面链接, 点击链接后会跳转至本企业合同管理控制台(会筛选出传入的合同列表), 点击**下载**按钮后就会下载传入的合同列表, 下载页面如下图
|
|
1294
1309
|

|