tencentcloud-sdk-nodejs 4.0.893 → 4.0.895
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 +332 -0
- package/SERVICE_CHANGELOG.md +354 -74
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +34 -20
- package/src/services/aiart/v20221229/aiart_models.ts +85 -25
- package/src/services/asr/v20190614/asr_models.ts +4 -4
- package/src/services/clb/v20180317/clb_client.ts +13 -16
- package/src/services/cwp/v20180228/cwp_models.ts +37 -16
- package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
- 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 +15 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +25 -25
- package/src/services/lke/v20231130/lke_client.ts +13 -0
- package/src/services/lke/v20231130/lke_models.ts +86 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +44 -0
- package/src/services/mna/v20210119/mna_client.ts +162 -53
- package/src/services/mna/v20210119/mna_models.ts +1200 -841
- package/src/services/mongodb/v20190725/mongodb_models.ts +58 -51
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +15 -5
- package/src/services/oceanus/v20190422/oceanus_models.ts +10 -0
- package/src/services/organization/v20210331/organization_client.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +4 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +0 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +9 -9
- package/src/services/thpc/v20230321/thpc_models.ts +5 -1
- package/src/services/tke/v20180525/tke_models.ts +3 -3
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +8 -4
- package/src/services/tsf/v20180326/tsf_client.ts +25 -1
- package/src/services/tsf/v20180326/tsf_models.ts +78 -6
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +18 -12
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +21 -13
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +84 -26
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +13 -16
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -16
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -16
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- 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 +13 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +25 -25
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +5 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +6 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +83 -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/mna/v20210119/mna_client.d.ts +39 -3
- package/tencentcloud/services/mna/v20210119/mna_client.js +57 -3
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +1172 -832
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +58 -51
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +15 -5
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +10 -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/tdmq/v20200217/tdmq_client.d.ts +0 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -9
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +5 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3 -3
- 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/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +9 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +12 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +74 -6
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/test/aiart.v20221229.test.js +14 -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/lke.v20231130.test.js +10 -0
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/mna.v20210119.test.js +92 -2
- package/test/tsf.v20180326.test.js +20 -0
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
|
|
9
|
-
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-07-
|
|
9
|
+
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-07-11 01:07:23 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-04-22 01:07:21 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-06-26 01:09:03 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-07-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-07-11 01:08:09 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-25 01:07:59 |
|
|
@@ -34,7 +34,7 @@
|
|
|
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 |
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
58
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-07-08 01:10:21 |
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-07-
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-07-11 01:11:12 |
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
|
|
@@ -70,7 +70,7 @@
|
|
|
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
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-02 01:13:35 |
|
|
76
76
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
|
|
@@ -79,11 +79,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
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-06-14 01:40:38 |
|
|
82
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-
|
|
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
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-
|
|
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 |
|
|
@@ -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-12 01:16:49 |
|
|
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 |
|
|
@@ -133,31 +133,31 @@
|
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
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
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-07-
|
|
138
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-
|
|
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-12 01:19:39 |
|
|
138
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-11 01:19:53 |
|
|
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
|
-
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-
|
|
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-
|
|
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-12 01:20:35 |
|
|
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-11 01:21:03 |
|
|
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-12 01:21:39 |
|
|
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,7 +168,7 @@
|
|
|
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
173
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-01 01:22:01 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
|
|
@@ -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 |
|
|
@@ -225,9 +225,9 @@
|
|
|
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
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-
|
|
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 |
|
|
232
232
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
233
233
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-07-08 01:25:23 |
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
|
|
239
239
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
240
240
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-05 01:20:46 |
|
|
241
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-
|
|
241
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-11 01:29:18 |
|
|
242
242
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
243
243
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
|
|
244
244
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-10 01:30:00 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.895"
|
|
@@ -25,9 +25,11 @@ import {
|
|
|
25
25
|
UploadTrainPortraitImagesRequest,
|
|
26
26
|
ResultConfig,
|
|
27
27
|
QueryTrainPortraitModelJobRequest,
|
|
28
|
+
ReplaceBackgroundRequest,
|
|
28
29
|
SubmitTextToImageProJobRequest,
|
|
29
30
|
QueryDrawPortraitJobResponse,
|
|
30
31
|
QueryTrainPortraitModelJobResponse,
|
|
32
|
+
ChangeClothesResponse,
|
|
31
33
|
SubmitTextToImageProJobResponse,
|
|
32
34
|
SubmitTrainPortraitModelJobRequest,
|
|
33
35
|
TextToImageRequest,
|
|
@@ -37,7 +39,7 @@ import {
|
|
|
37
39
|
SubmitTrainPortraitModelJobResponse,
|
|
38
40
|
QueryDrawPortraitJobRequest,
|
|
39
41
|
ImageToImageResponse,
|
|
40
|
-
|
|
42
|
+
ChangeClothesRequest,
|
|
41
43
|
ReplaceBackgroundResponse,
|
|
42
44
|
UploadTrainPortraitImagesResponse,
|
|
43
45
|
QueryTextToImageProJobRequest,
|
|
@@ -137,14 +139,18 @@ export class Client extends AbstractClient {
|
|
|
137
139
|
|
|
138
140
|
/**
|
|
139
141
|
* AI 写真提供 AI 写真形象照的训练与生成能力,分为上传训练图片、训练模型、生成图片3个环节,需要依次调用对应接口。
|
|
140
|
-
|
|
141
|
-
|
|
142
|
+
每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。
|
|
143
|
+
生成图片分为提交任务和查询任务2个接口。
|
|
144
|
+
- 提交生成写真图片任务:完成训练写真模型后,选择风格模板,提交一个生成写真图片异步任务,根据写真模型 ID 开始生成人物形象在指定风格上的写真图片,获得任务 ID。
|
|
145
|
+
- 查询生成写真图片任务:根据任务 ID 查询生成图片任务的处理状态、处理结果。
|
|
146
|
+
|
|
147
|
+
提交生成写真图片任务默认提供1个并发任务数。
|
|
142
148
|
*/
|
|
143
|
-
async
|
|
144
|
-
req:
|
|
145
|
-
cb?: (error: string, rep:
|
|
146
|
-
): Promise<
|
|
147
|
-
return this.request("
|
|
149
|
+
async SubmitDrawPortraitJob(
|
|
150
|
+
req: SubmitDrawPortraitJobRequest,
|
|
151
|
+
cb?: (error: string, rep: SubmitDrawPortraitJobResponse) => void
|
|
152
|
+
): Promise<SubmitDrawPortraitJobResponse> {
|
|
153
|
+
return this.request("SubmitDrawPortraitJob", req, cb)
|
|
148
154
|
}
|
|
149
155
|
|
|
150
156
|
/**
|
|
@@ -161,6 +167,18 @@ export class Client extends AbstractClient {
|
|
|
161
167
|
return this.request("QueryDrawPortraitJob", req, cb)
|
|
162
168
|
}
|
|
163
169
|
|
|
170
|
+
/**
|
|
171
|
+
* AI 写真提供 AI 写真形象照的训练与生成能力,分为上传训练图片、训练模型、生成图片3个环节,需要依次调用对应接口。
|
|
172
|
+
本接口用于指定一个人物形象的写真模型 ID,上传用于训练该模型的图片。一个写真模型仅用于一个人物形象的写真生成,上传的训练图片要求所属同一人,建议上传单人、正脸、脸部区域占比较大、脸部清晰无遮挡、无大角度偏转、无夸张表情的图片。
|
|
173
|
+
上传写真训练图片默认提供1个并发任务数。
|
|
174
|
+
*/
|
|
175
|
+
async UploadTrainPortraitImages(
|
|
176
|
+
req: UploadTrainPortraitImagesRequest,
|
|
177
|
+
cb?: (error: string, rep: UploadTrainPortraitImagesResponse) => void
|
|
178
|
+
): Promise<UploadTrainPortraitImagesResponse> {
|
|
179
|
+
return this.request("UploadTrainPortraitImages", req, cb)
|
|
180
|
+
}
|
|
181
|
+
|
|
164
182
|
/**
|
|
165
183
|
* 智能文生图接口基于文生图(标准版)模型,将根据输入的文本描述,智能生成与之相关的结果图。
|
|
166
184
|
|
|
@@ -174,19 +192,15 @@ export class Client extends AbstractClient {
|
|
|
174
192
|
}
|
|
175
193
|
|
|
176
194
|
/**
|
|
177
|
-
*
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
- 提交生成写真图片任务:完成训练写真模型后,选择风格模板,提交一个生成写真图片异步任务,根据写真模型 ID 开始生成人物形象在指定风格上的写真图片,获得任务 ID。
|
|
181
|
-
- 查询生成写真图片任务:根据任务 ID 查询生成图片任务的处理状态、处理结果。
|
|
182
|
-
|
|
183
|
-
提交生成写真图片任务默认提供1个并发任务数。
|
|
195
|
+
* 上传正面全身模特照和服装平铺图,生成模特换装后的图片。
|
|
196
|
+
生成的换装图片分辨率和模特照分辨率一致。
|
|
197
|
+
模特换装默认提供1个并发任务数,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
|
|
184
198
|
*/
|
|
185
|
-
async
|
|
186
|
-
req:
|
|
187
|
-
cb?: (error: string, rep:
|
|
188
|
-
): Promise<
|
|
189
|
-
return this.request("
|
|
199
|
+
async ChangeClothes(
|
|
200
|
+
req: ChangeClothesRequest,
|
|
201
|
+
cb?: (error: string, rep: ChangeClothesResponse) => void
|
|
202
|
+
): Promise<ChangeClothesResponse> {
|
|
203
|
+
return this.request("ChangeClothes", req, cb)
|
|
190
204
|
}
|
|
191
205
|
|
|
192
206
|
/**
|
|
@@ -225,6 +225,53 @@ export interface QueryTrainPortraitModelJobRequest {
|
|
|
225
225
|
ModelId: string
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
+
/**
|
|
229
|
+
* ReplaceBackground请求参数结构体
|
|
230
|
+
*/
|
|
231
|
+
export interface ReplaceBackgroundRequest {
|
|
232
|
+
/**
|
|
233
|
+
* 商品原图 Url。
|
|
234
|
+
图片限制:单边分辨率小于4000,长宽比在2:5 ~ 5:2之间,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。
|
|
235
|
+
*/
|
|
236
|
+
ProductUrl: string
|
|
237
|
+
/**
|
|
238
|
+
* 商品 Mask 图 Url,要求背景透明,保留商品主体。
|
|
239
|
+
如果不传,将自动使用内置的商品分割算法得到 Mask。
|
|
240
|
+
支持自定义上传 Mask,如果该参数不为空,则以实际上传的数据为准。
|
|
241
|
+
图片限制:Mask 图必须和商品原图分辨率一致,转成 Base64 字符串后小于 6MB,格式仅支持 png。
|
|
242
|
+
*/
|
|
243
|
+
MaskUrl?: string
|
|
244
|
+
/**
|
|
245
|
+
* 对新背景的文本描述。
|
|
246
|
+
最多支持256个 utf-8 字符,支持中、英文。
|
|
247
|
+
*/
|
|
248
|
+
Prompt?: string
|
|
249
|
+
/**
|
|
250
|
+
* 替换背景后生成的商品图分辨率。
|
|
251
|
+
支持生成单边分辨率大于500且小于4000、长宽比在2:5 ~ 5:2之间的图片,不传默认生成1280:1280。
|
|
252
|
+
建议图片比例为1:1、9:16、16:9,生成效果更佳,使用其他比例的生成效果可能不如建议比例。
|
|
253
|
+
*/
|
|
254
|
+
Resolution?: string
|
|
255
|
+
/**
|
|
256
|
+
* 为生成结果图添加标识的开关,默认为1。
|
|
257
|
+
1:添加标识。
|
|
258
|
+
0:不添加标识。
|
|
259
|
+
其他数值:默认按1处理。
|
|
260
|
+
建议您使用显著标识来提示结果图是 AI 生成的图片。
|
|
261
|
+
*/
|
|
262
|
+
LogoAdd?: number
|
|
263
|
+
/**
|
|
264
|
+
* 标识内容设置。
|
|
265
|
+
默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
|
|
266
|
+
*/
|
|
267
|
+
LogoParam?: LogoParam
|
|
268
|
+
/**
|
|
269
|
+
* 返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。
|
|
270
|
+
生成图分辨率较大时建议选择 url,使用 base64 可能因图片过大导致返回失败。
|
|
271
|
+
*/
|
|
272
|
+
RspImgType?: string
|
|
273
|
+
}
|
|
274
|
+
|
|
228
275
|
/**
|
|
229
276
|
* SubmitTextToImageProJob请求参数结构体
|
|
230
277
|
*/
|
|
@@ -333,6 +380,22 @@ INIT: 初始化、WAIT:等待中、RUN:运行中、FAIL:处理失败、DON
|
|
|
333
380
|
RequestId?: string
|
|
334
381
|
}
|
|
335
382
|
|
|
383
|
+
/**
|
|
384
|
+
* ChangeClothes返回参数结构体
|
|
385
|
+
*/
|
|
386
|
+
export interface ChangeClothesResponse {
|
|
387
|
+
/**
|
|
388
|
+
* 根据入参 RspImgType 填入不同,返回不同的内容。
|
|
389
|
+
如果传入 base64 则返回生成图 Base64 编码。
|
|
390
|
+
如果传入 url 则返回的生成图 URL , 有效期1小时,请及时保存。
|
|
391
|
+
*/
|
|
392
|
+
ResultImage?: string
|
|
393
|
+
/**
|
|
394
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
395
|
+
*/
|
|
396
|
+
RequestId?: string
|
|
397
|
+
}
|
|
398
|
+
|
|
336
399
|
/**
|
|
337
400
|
* SubmitTextToImageProJob返回参数结构体
|
|
338
401
|
*/
|
|
@@ -548,45 +611,42 @@ export interface ImageToImageResponse {
|
|
|
548
611
|
}
|
|
549
612
|
|
|
550
613
|
/**
|
|
551
|
-
*
|
|
614
|
+
* ChangeClothes请求参数结构体
|
|
552
615
|
*/
|
|
553
|
-
export interface
|
|
554
|
-
/**
|
|
555
|
-
* 商品原图 Url。
|
|
556
|
-
图片限制:单边分辨率小于4000,长宽比在2:5 ~ 5:2之间,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。
|
|
557
|
-
*/
|
|
558
|
-
ProductUrl: string
|
|
616
|
+
export interface ChangeClothesRequest {
|
|
559
617
|
/**
|
|
560
|
-
*
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
618
|
+
* 模特图片 Url。
|
|
619
|
+
图片限制:单边分辨率小于3000,且大于512,转成 Base64 字符串后小于 8MB。
|
|
620
|
+
输入要求:
|
|
621
|
+
1、建议上传正面模特图片,至少完整露出应穿着输入指定服装的身体部位(全身、上半身或下半身),无大角度身体偏转或异常姿势。
|
|
622
|
+
2、建议上传3:4比例的图片,生成效果更佳。
|
|
623
|
+
3、建议模特图片中的原始服装和更换后的服装类别一致,或原始服装在身体上的覆盖范围小于等于更换后的服装(例如需要给模特换上短裤,则原始模特图片中也建议穿短裤,不建议穿长裤),否则会影响人像生成效果。
|
|
624
|
+
|
|
564
625
|
*/
|
|
565
|
-
|
|
626
|
+
ModelUrl: string
|
|
566
627
|
/**
|
|
567
|
-
*
|
|
568
|
-
|
|
628
|
+
* 服装图片 Url。
|
|
629
|
+
图片限制:单边分辨率小于3000,大于512,转成 Base64 字符串后小于 8MB。
|
|
630
|
+
输入要求:
|
|
631
|
+
建议上传服装完整的正面平铺图片,仅包含1个服装主体,服装类型支持上衣、下装、连衣裙,三选一。算法将根据输入的图片,结合服装图片给模特换装。
|
|
569
632
|
*/
|
|
570
|
-
|
|
633
|
+
ClothesUrl: string
|
|
571
634
|
/**
|
|
572
|
-
*
|
|
573
|
-
|
|
574
|
-
|
|
635
|
+
* 服装类型,需要和服装图片保持一致。
|
|
636
|
+
取值:
|
|
637
|
+
Upper-body:上衣
|
|
638
|
+
Lower-body:下装
|
|
639
|
+
Dress:连衣裙
|
|
575
640
|
*/
|
|
576
|
-
|
|
641
|
+
ClothesType: string
|
|
577
642
|
/**
|
|
578
643
|
* 为生成结果图添加标识的开关,默认为1。
|
|
579
644
|
1:添加标识。
|
|
580
645
|
0:不添加标识。
|
|
581
646
|
其他数值:默认按1处理。
|
|
582
|
-
|
|
647
|
+
建议您使用显著标识来提示结果图使用了 AI 绘画技术,是 AI 生成的图片。
|
|
583
648
|
*/
|
|
584
649
|
LogoAdd?: number
|
|
585
|
-
/**
|
|
586
|
-
* 标识内容设置。
|
|
587
|
-
默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
|
|
588
|
-
*/
|
|
589
|
-
LogoParam?: LogoParam
|
|
590
650
|
/**
|
|
591
651
|
* 返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。
|
|
592
652
|
生成图分辨率较大时建议选择 url,使用 base64 可能因图片过大导致返回失败。
|
|
@@ -76,14 +76,14 @@ export interface VoicePrintVerifyRequest {
|
|
|
76
76
|
* 音频采样率,目前支持16000,单位:Hz,必填
|
|
77
77
|
*/
|
|
78
78
|
SampleRate: number
|
|
79
|
-
/**
|
|
80
|
-
* 说话人id, 说话人唯一标识
|
|
81
|
-
*/
|
|
82
|
-
VoicePrintId: string
|
|
83
79
|
/**
|
|
84
80
|
* 音频数据, base64 编码, 音频时长不能超过30s,数据大小不超过2M
|
|
85
81
|
*/
|
|
86
82
|
Data: string
|
|
83
|
+
/**
|
|
84
|
+
* 说话人id, 说话人唯一标识
|
|
85
|
+
*/
|
|
86
|
+
VoicePrintId: string
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
/**
|
|
@@ -1179,22 +1179,19 @@ export class Client extends AbstractClient {
|
|
|
1179
1179
|
|
|
1180
1180
|
注:查询实例创建状态可以根据返回值中的requestId访问[DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683)接口
|
|
1181
1181
|
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
当实例的监听器个数超过50个时,不支持克隆。
|
|
1196
|
-
后端服务维度限制
|
|
1197
|
-
不支持克隆绑定的后端服务类型为目标组和 SCF 云函数的实例。
|
|
1182
|
+
限制说明
|
|
1183
|
+
实例属性维度限制:
|
|
1184
|
+
- 支持克隆网络计费模式为按量计费与包年包月的实例,包年包月实例克隆后的新实例网络计费模式会转换为按小时带宽计费,其带宽、规格与原实例设置保持一致。
|
|
1185
|
+
- 不支持克隆未关联实例计费项的 CLB。
|
|
1186
|
+
- 不支持克隆传统型负载均衡实例和高防 CLB。
|
|
1187
|
+
- 不支持克隆基础网络类型的实例。
|
|
1188
|
+
- 不支持克隆 Anycast 类型的实例。
|
|
1189
|
+
- 不支持克隆 IPv6 NAT64 版本的实例。
|
|
1190
|
+
- 不支持克隆被封禁或冻结的实例。
|
|
1191
|
+
- 执行克隆操作前,请确保实例上没有使用已过期证书,否则会导致克隆失败。
|
|
1192
|
+
配额维度限制:
|
|
1193
|
+
- 当实例的监听器个数超过 50 个时,不支持克隆。
|
|
1194
|
+
- 当共享型实例的公网带宽上限超过 2G 时,不支持克隆。
|
|
1198
1195
|
|
|
1199
1196
|
通过接口调用:
|
|
1200
1197
|
BGP带宽包必须传带宽包id
|
|
@@ -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
|
*/
|
|
@@ -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
|
该接口作用和电子签控制台 企业设置-扩展服务-企业自动签署和批量签署授权 两个模块功能相同,可通过该接口授权给企业员工。
|