tencentcloud-sdk-nodejs 4.0.550 → 4.0.552
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 +308 -0
- package/SERVICE_CHANGELOG.md +380 -370
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +4 -0
- package/src/services/bma/v20221115/bma_models.ts +6 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +7 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +13 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +9 -17
- package/src/services/dts/v20211206/dts_client.ts +1 -1
- package/src/services/dts/v20211206/dts_models.ts +11 -11
- package/src/services/ess/v20201111/ess_client.ts +40 -2
- package/src/services/ess/v20201111/ess_models.ts +292 -92
- package/src/services/essbasic/v20210526/essbasic_client.ts +11 -11
- package/src/services/essbasic/v20210526/essbasic_models.ts +66 -58
- package/src/services/gme/v20180711/gme_client.ts +130 -67
- package/src/services/gme/v20180711/gme_models.ts +1040 -813
- package/src/services/kms/v20190118/kms_models.ts +14 -8
- package/src/services/live/v20180801/live_models.ts +3 -2
- package/src/services/mariadb/v20170312/mariadb_models.ts +8 -9
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +73 -18
- package/src/services/redis/v20180412/redis_client.ts +58 -34
- package/src/services/redis/v20180412/redis_models.ts +143 -48
- package/src/services/tcr/v20190924/tcr_client.ts +0 -14
- package/src/services/tcr/v20190924/tcr_models.ts +0 -52
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/tione/v20211111/tione_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_client.ts +3 -1
- package/src/services/trtc/v20190722/trtc_models.ts +24 -0
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +42 -6
- package/src/services/waf/v20180125/waf_client.ts +12 -0
- package/src/services/waf/v20180125/waf_models.ts +40 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +6 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +11 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -15
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +11 -11
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +13 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +18 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +251 -80
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +65 -58
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +26 -5
- package/tencentcloud/services/gme/v20180711/gme_client.js +37 -6
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +978 -783
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +13 -8
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +7 -8
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +64 -18
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +19 -11
- package/tencentcloud/services/redis/v20180412/redis_client.js +27 -15
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +125 -43
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +1 -7
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +0 -8
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +0 -44
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +20 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +35 -4
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +33 -0
- package/test/ess.v20201111.test.js +30 -0
- package/test/gme.v20180711.test.js +54 -4
- package/test/redis.v20180412.test.js +30 -10
- package/test/tcr.v20190924.test.js +0 -10
- package/test/waf.v20180125.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
|
|
17
17
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-02-23 01:03:27 |
|
|
18
18
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-02 01:02:47 |
|
|
19
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-
|
|
19
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-06 01:03:02 |
|
|
20
20
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
21
21
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
22
22
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-23 01:04:50 |
|
|
26
26
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
27
27
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
|
|
28
|
-
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-
|
|
28
|
+
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-06 01:04:17 |
|
|
29
29
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-02-15 01:10:21 |
|
|
30
30
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
31
31
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
54
54
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
55
55
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
56
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-
|
|
57
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-
|
|
56
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-06 01:08:58 |
|
|
57
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-03 01:09:04 |
|
|
58
58
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
|
|
59
59
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
60
60
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-02 01:11:42 |
|
|
61
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-
|
|
61
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-06 01:10:14 |
|
|
62
62
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-27 01:14:21 |
|
|
63
63
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
64
64
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -67,21 +67,21 @@
|
|
|
67
67
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-01 01:14:49 |
|
|
68
68
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-21 01:18:09 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-
|
|
70
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-03 01:13:15 |
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-27 17:21:05 |
|
|
72
72
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
73
73
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
|
|
74
74
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-02-23 01:19:20 |
|
|
75
75
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
|
|
76
76
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
77
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-
|
|
77
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-03 01:15:06 |
|
|
78
78
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-24 01:10:57 |
|
|
79
79
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-27 01:20:45 |
|
|
80
80
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-22 01:23:19 |
|
|
81
81
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
82
82
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
|
|
83
83
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
84
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-
|
|
84
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-03-03 01:17:26 |
|
|
85
85
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-28 01:29:39 |
|
|
86
86
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
87
87
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
@@ -90,20 +90,20 @@
|
|
|
90
90
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
91
91
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-14 01:26:03 |
|
|
92
92
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
|
|
93
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-
|
|
94
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-06 01:20:52 |
|
|
94
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-03 17:35:43 |
|
|
95
95
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
|
|
96
96
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-01 01:27:36 |
|
|
97
97
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
|
|
98
98
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
99
99
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-02-01 01:25:50 |
|
|
100
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-
|
|
100
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-03-06 01:22:24 |
|
|
101
101
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-02-02 16:45:50 |
|
|
102
102
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
103
103
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-03-01 01:28:37 |
|
|
104
104
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
105
105
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
106
|
-
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-
|
|
106
|
+
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-03-03 01:21:56 |
|
|
107
107
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-01-12 01:21:36 |
|
|
108
108
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-02-10 01:38:04 |
|
|
109
109
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
@@ -121,20 +121,20 @@
|
|
|
121
121
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-02-17 04:09:06 |
|
|
122
122
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
123
123
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-01 01:32:51 |
|
|
124
|
-
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) |
|
|
124
|
+
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-03 01:26:52 |
|
|
125
125
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-28 01:44:45 |
|
|
126
126
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-02 01:27:22 |
|
|
127
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-
|
|
127
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-03 01:27:47 |
|
|
128
128
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
129
129
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
130
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-
|
|
130
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-03 01:28:28 |
|
|
131
131
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
132
132
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2022-10-31 06:39:12 |
|
|
133
133
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
134
134
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
135
135
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
|
|
136
136
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-01 01:35:11 |
|
|
137
|
-
| monitor | [
|
|
137
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-06 01:29:40 |
|
|
138
138
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
|
|
139
139
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-02 01:30:06 |
|
|
140
140
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-02-15 01:45:01 |
|
|
144
144
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
145
145
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-01 01:36:28 |
|
|
146
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-
|
|
146
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-03 01:34:33 |
|
|
147
147
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
|
|
148
148
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
|
|
149
149
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -151,13 +151,13 @@
|
|
|
151
151
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
|
|
152
152
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-02 01:32:50 |
|
|
153
153
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
154
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-
|
|
154
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-03 01:39:15 |
|
|
155
155
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
|
|
156
156
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
157
157
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
158
158
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-17 04:56:22 |
|
|
159
159
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-22 01:43:33 |
|
|
160
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-
|
|
160
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-06 01:34:35 |
|
|
161
161
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
162
162
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
163
163
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-12-28 01:09:31 |
|
|
@@ -165,12 +165,12 @@
|
|
|
165
165
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
166
166
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-03-01 01:40:19 |
|
|
167
167
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-02-21 02:01:02 |
|
|
168
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) |
|
|
168
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-03-03 01:41:47 |
|
|
169
169
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-02 01:35:41 |
|
|
170
170
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
|
|
171
171
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-01-09 01:42:07 |
|
|
172
172
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-09-12 06:39:19 |
|
|
173
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) |
|
|
173
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-03-03 01:42:58 |
|
|
174
174
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
|
|
175
175
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-02-20 01:49:40 |
|
|
176
176
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -183,14 +183,14 @@
|
|
|
183
183
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
184
184
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
185
185
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-02-23 01:54:00 |
|
|
186
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-
|
|
187
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-
|
|
186
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-03 01:45:06 |
|
|
187
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-06 01:38:26 |
|
|
188
188
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
189
189
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
190
190
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-21 02:10:01 |
|
|
191
191
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
192
192
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-02 01:40:29 |
|
|
193
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-
|
|
193
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-03-03 01:53:02 |
|
|
194
194
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-28 02:19:52 |
|
|
195
195
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
196
196
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
@@ -198,15 +198,15 @@
|
|
|
198
198
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
199
199
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
200
200
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
|
|
201
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-
|
|
201
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-03 01:55:44 |
|
|
202
202
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
|
|
203
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-
|
|
203
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-03 01:56:18 |
|
|
204
204
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
205
205
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
206
206
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
|
|
207
207
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
208
208
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
|
|
209
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-02
|
|
209
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-06 02:10:52 |
|
|
210
210
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-01 01:57:41 |
|
|
211
211
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
|
|
212
212
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
@@ -214,9 +214,9 @@
|
|
|
214
214
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
215
215
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
216
216
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
217
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-
|
|
217
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-03 01:59:32 |
|
|
218
218
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-02 01:47:50 |
|
|
219
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-
|
|
219
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-03 02:02:13 |
|
|
220
220
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
221
221
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-28 02:28:46 |
|
|
222
222
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.552"
|
|
@@ -109,7 +109,7 @@ export class Client extends AbstractClient {
|
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
111
|
* 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
|
|
112
|
-
•
|
|
112
|
+
• 支持中文普通话、英语、粤语、日语、越南语、马来语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
113
113
|
• 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式。
|
|
114
114
|
• 支持语音 URL 和本地语音文件两种请求方式。语音 URL 的音频时长不能长于5小时,文件大小不超过1GB。本地语音文件调用不能大于5MB。
|
|
115
115
|
• 提交录音文件识别请求后,在3小时内完成识别(大多数情况下1小时音频约3分钟以内完成识别,半小时内发送超过1000小时录音或者2万条识别任务的除外),识别结果在服务端可保存7天。
|
|
@@ -274,7 +274,7 @@ export class Client extends AbstractClient {
|
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
/**
|
|
277
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>•
|
|
277
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
|
|
278
278
|
*/
|
|
279
279
|
async SentenceRecognition(
|
|
280
280
|
req: SentenceRecognitionRequest,
|
|
@@ -238,6 +238,8 @@ export interface SentenceRecognitionRequest {
|
|
|
238
238
|
• 16k_en:16k 英语;
|
|
239
239
|
• 16k_ca:16k 粤语;
|
|
240
240
|
• 16k_ja:16k 日语;
|
|
241
|
+
• 16k_vi:16k 越南语;
|
|
242
|
+
• 16k_ms:16k 马来语;
|
|
241
243
|
• 16k_zh_medical:16k 医疗;
|
|
242
244
|
• 16k_zh-PY 中英粤;
|
|
243
245
|
• 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
|
@@ -470,6 +472,8 @@ export interface CreateRecTaskRequest {
|
|
|
470
472
|
• 16k_en:16k 英语;
|
|
471
473
|
• 16k_ca:16k 粤语;
|
|
472
474
|
• 16k_ja:16k 日语;
|
|
475
|
+
• 16k_vi:16k 越南语;
|
|
476
|
+
• 16k_ms:16k 马来语;
|
|
473
477
|
• 16k_zh_edu 中文教育;
|
|
474
478
|
• 16k_en_edu 英文教育;
|
|
475
479
|
• 16k_zh_medical 医疗;
|
|
@@ -6169,7 +6169,7 @@ export interface CreateInstancePreResponse {
|
|
|
6169
6169
|
/**
|
|
6170
6170
|
* 返回结果
|
|
6171
6171
|
*/
|
|
6172
|
-
Result
|
|
6172
|
+
Result?: CreateInstancePreResp
|
|
6173
6173
|
|
|
6174
6174
|
/**
|
|
6175
6175
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8218,7 +8218,7 @@ export interface CreateInstancePreRequest {
|
|
|
8218
8218
|
|
|
8219
8219
|
/**
|
|
8220
8220
|
* 实例规格说明 专业版实例[所有规格]填写1.
|
|
8221
|
-
标准版实例 ([入门型]填写1,[标准型]填写2,[进阶型]填写3,[容量型]填写4,[高阶型1]填写5,[高阶性2]填写6,[高阶型3]填写7,[高阶型4]填写8,[独占型]填写9。
|
|
8221
|
+
标准版实例 ([入门型(general)]填写1,[标准型(standard)]填写2,[进阶型(advanced)]填写3,[容量型(capacity)]填写4,[高阶型1(specialized-1)]填写5,[高阶性2(specialized-2)]填写6,[高阶型3(specialized-3)]填写7,[高阶型4(specialized-4)]填写8,[独占型(exclusive)]填写9。
|
|
8222
8222
|
*/
|
|
8223
8223
|
InstanceType: number
|
|
8224
8224
|
|
|
@@ -517,7 +517,7 @@ export interface DescribeLoadBalancerTrafficResponse {
|
|
|
517
517
|
* 按出带宽从高到低排序后的负载均衡信息。
|
|
518
518
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
519
519
|
*/
|
|
520
|
-
LoadBalancerTraffic
|
|
520
|
+
LoadBalancerTraffic?: Array<LoadBalancerTraffic>
|
|
521
521
|
|
|
522
522
|
/**
|
|
523
523
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2089,6 +2089,12 @@ export interface LoadBalancerTraffic {
|
|
|
2089
2089
|
* 最大出带宽,单位:Mbps
|
|
2090
2090
|
*/
|
|
2091
2091
|
OutBandwidth: number
|
|
2092
|
+
|
|
2093
|
+
/**
|
|
2094
|
+
* CLB域名
|
|
2095
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2096
|
+
*/
|
|
2097
|
+
Domain: string
|
|
2092
2098
|
}
|
|
2093
2099
|
|
|
2094
2100
|
/**
|
|
@@ -2380,6 +2380,18 @@ pause
|
|
|
2380
2380
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2381
2381
|
*/
|
|
2382
2382
|
ResourceTags: Array<Tag>
|
|
2383
|
+
|
|
2384
|
+
/**
|
|
2385
|
+
* 主可用区
|
|
2386
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2387
|
+
*/
|
|
2388
|
+
MasterZone?: string
|
|
2389
|
+
|
|
2390
|
+
/**
|
|
2391
|
+
* 备可用区
|
|
2392
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2393
|
+
*/
|
|
2394
|
+
SlaveZones?: Array<string>
|
|
2383
2395
|
}
|
|
2384
2396
|
|
|
2385
2397
|
/**
|
|
@@ -5863,7 +5875,7 @@ export interface DescribeInstanceSpecsResponse {
|
|
|
5863
5875
|
/**
|
|
5864
5876
|
* 规格信息
|
|
5865
5877
|
*/
|
|
5866
|
-
InstanceSpecSet
|
|
5878
|
+
InstanceSpecSet?: Array<InstanceSpec>
|
|
5867
5879
|
|
|
5868
5880
|
/**
|
|
5869
5881
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -760,13 +760,13 @@ export interface CreateDCDBInstanceResponse {
|
|
|
760
760
|
* 长订单号。可以据此调用 DescribeOrders
|
|
761
761
|
查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
|
|
762
762
|
*/
|
|
763
|
-
DealName
|
|
763
|
+
DealName?: string
|
|
764
764
|
|
|
765
765
|
/**
|
|
766
766
|
* 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
|
|
767
767
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
768
768
|
*/
|
|
769
|
-
InstanceIds
|
|
769
|
+
InstanceIds?: Array<string>
|
|
770
770
|
|
|
771
771
|
/**
|
|
772
772
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -938,12 +938,8 @@ export interface CreateHourDCDBInstanceRequest {
|
|
|
938
938
|
ShardCpu?: number
|
|
939
939
|
|
|
940
940
|
/**
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
10.1.9 - Mariadb 10.1.9;
|
|
944
|
-
5.7.17 - Percona 5.7.17。
|
|
945
|
-
如果不填的话,默认为10.1.9,表示Mariadb 10.1.9。
|
|
946
|
-
*/
|
|
941
|
+
* 数据库引擎版本,当前可选:8.0,5.7,10.1,10.0。
|
|
942
|
+
*/
|
|
947
943
|
DbVersionId?: string
|
|
948
944
|
|
|
949
945
|
/**
|
|
@@ -2537,18 +2533,18 @@ export interface CreateHourDCDBInstanceResponse {
|
|
|
2537
2533
|
/**
|
|
2538
2534
|
* 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
|
|
2539
2535
|
*/
|
|
2540
|
-
InstanceIds
|
|
2536
|
+
InstanceIds?: Array<string>
|
|
2541
2537
|
|
|
2542
2538
|
/**
|
|
2543
2539
|
* 流程id,可以根据流程id查询创建进度
|
|
2544
2540
|
*/
|
|
2545
|
-
FlowId
|
|
2541
|
+
FlowId?: number
|
|
2546
2542
|
|
|
2547
2543
|
/**
|
|
2548
2544
|
* 订单号。可以据此调用 DescribeOrders
|
|
2549
2545
|
查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
|
|
2550
2546
|
*/
|
|
2551
|
-
DealName
|
|
2547
|
+
DealName?: string
|
|
2552
2548
|
|
|
2553
2549
|
/**
|
|
2554
2550
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3377,12 +3373,8 @@ export interface CreateDCDBInstanceRequest {
|
|
|
3377
3373
|
SubnetId?: string
|
|
3378
3374
|
|
|
3379
3375
|
/**
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
10.1.9 - Mariadb 10.1.9;
|
|
3383
|
-
5.7.17 - Percona 5.7.17。
|
|
3384
|
-
如果不填的话,默认为5.7.17,表示Percona 5.7.17。
|
|
3385
|
-
*/
|
|
3376
|
+
* 数据库引擎版本,当前可选:8.0,5.7,10.1,10.0。
|
|
3377
|
+
*/
|
|
3386
3378
|
DbVersionId?: string
|
|
3387
3379
|
|
|
3388
3380
|
/**
|
|
@@ -263,7 +263,7 @@ export interface ContinueMigrateJobRequest {
|
|
|
263
263
|
*/
|
|
264
264
|
export interface DescribeCheckSyncJobResultRequest {
|
|
265
265
|
/**
|
|
266
|
-
*
|
|
266
|
+
* 同步实例id(即标识一个同步作业),形如sync-werwfs23,此值必填
|
|
267
267
|
*/
|
|
268
268
|
JobId?: string
|
|
269
269
|
}
|
|
@@ -948,34 +948,34 @@ export interface StopCompareRequest {
|
|
|
948
948
|
*/
|
|
949
949
|
export interface DescribeCheckSyncJobResultResponse {
|
|
950
950
|
/**
|
|
951
|
-
*
|
|
951
|
+
* 校验任务执行状态,如:notStarted(未开始)、running(校验中)、failed(校验任务失败)、success(任务成功)
|
|
952
952
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
953
953
|
*/
|
|
954
|
-
Status
|
|
954
|
+
Status?: string
|
|
955
955
|
|
|
956
956
|
/**
|
|
957
957
|
* 步骤总数
|
|
958
958
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
959
959
|
*/
|
|
960
|
-
StepCount
|
|
960
|
+
StepCount?: number
|
|
961
961
|
|
|
962
962
|
/**
|
|
963
963
|
* 当前所在步骤
|
|
964
964
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
965
965
|
*/
|
|
966
|
-
StepCur
|
|
966
|
+
StepCur?: number
|
|
967
967
|
|
|
968
968
|
/**
|
|
969
|
-
*
|
|
969
|
+
* 总体进度,范围为[0,100]
|
|
970
970
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
971
971
|
*/
|
|
972
|
-
Progress
|
|
972
|
+
Progress?: number
|
|
973
973
|
|
|
974
974
|
/**
|
|
975
975
|
* 步骤信息
|
|
976
976
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
977
977
|
*/
|
|
978
|
-
StepInfos
|
|
978
|
+
StepInfos?: Array<StepInfo>
|
|
979
979
|
|
|
980
980
|
/**
|
|
981
981
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2327,13 +2327,13 @@ export interface StepInfo {
|
|
|
2327
2327
|
StepId?: string
|
|
2328
2328
|
|
|
2329
2329
|
/**
|
|
2330
|
-
*
|
|
2330
|
+
* 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停)
|
|
2331
2331
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2332
2332
|
*/
|
|
2333
2333
|
Status?: string
|
|
2334
2334
|
|
|
2335
2335
|
/**
|
|
2336
|
-
*
|
|
2336
|
+
* 步骤开始时间,可能为空
|
|
2337
2337
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2338
2338
|
*/
|
|
2339
2339
|
StartTime?: string
|
|
@@ -2351,7 +2351,7 @@ export interface StepInfo {
|
|
|
2351
2351
|
Warnings?: Array<StepTip>
|
|
2352
2352
|
|
|
2353
2353
|
/**
|
|
2354
|
-
*
|
|
2354
|
+
* 当前步骤进度,范围为[0-100]
|
|
2355
2355
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2356
2356
|
*/
|
|
2357
2357
|
Progress?: number
|
|
@@ -29,6 +29,7 @@ import {
|
|
|
29
29
|
CreateMultiFlowSignQRCodeResponse,
|
|
30
30
|
FlowCreateApprover,
|
|
31
31
|
DescribeThirdPartyAuthCodeResponse,
|
|
32
|
+
DisableUserAutoSignResponse,
|
|
32
33
|
CreateIntegrationEmployeesRequest,
|
|
33
34
|
CreateFlowEvidenceReportRequest,
|
|
34
35
|
StartFlowResponse,
|
|
@@ -45,23 +46,26 @@ import {
|
|
|
45
46
|
CreateDocumentResponse,
|
|
46
47
|
DescribeIntegrationEmployeesRequest,
|
|
47
48
|
CreateFlowRequest,
|
|
48
|
-
|
|
49
|
+
AutoSignConfig,
|
|
49
50
|
DescribeThirdPartyAuthCodeRequest,
|
|
50
51
|
DescribeFlowInfoRequest,
|
|
51
52
|
DeleteSealPoliciesResponse,
|
|
52
53
|
OrganizationInfo,
|
|
54
|
+
DescribeUserAutoSignStatusResponse,
|
|
53
55
|
FillApproverInfo,
|
|
54
56
|
OccupiedSeal,
|
|
55
57
|
FailedDeleteStaffData,
|
|
56
58
|
PdfVerifyResult,
|
|
57
59
|
CreateBatchCancelFlowUrlResponse,
|
|
60
|
+
UserThreeFactor,
|
|
58
61
|
CreateSealPolicyResponse,
|
|
62
|
+
DisableUserAutoSignRequest,
|
|
59
63
|
DescribeIntegrationEmployeesResponse,
|
|
60
64
|
SuccessDeleteStaffData,
|
|
61
65
|
CreateConvertTaskApiResponse,
|
|
62
66
|
CreateFlowSignReviewRequest,
|
|
63
67
|
FailedCreateStaffData,
|
|
64
|
-
|
|
68
|
+
CreateUserAutoSignEnableUrlResponse,
|
|
65
69
|
CreateFlowSignUrlResponse,
|
|
66
70
|
DescribeFileUrlsRequest,
|
|
67
71
|
FormField,
|
|
@@ -91,10 +95,12 @@ import {
|
|
|
91
95
|
CreateFlowSignReviewResponse,
|
|
92
96
|
Filter,
|
|
93
97
|
CreateStaffResult,
|
|
98
|
+
CreateUserAutoSignEnableUrlRequest,
|
|
94
99
|
DescribeIntegrationMainOrganizationUserResponse,
|
|
95
100
|
CreateSchemeUrlResponse,
|
|
96
101
|
ApproverRestriction,
|
|
97
102
|
DeleteSealPoliciesRequest,
|
|
103
|
+
CreateFlowByFilesRequest,
|
|
98
104
|
CreatePrepareFlowResponse,
|
|
99
105
|
GetTaskResultApiResponse,
|
|
100
106
|
CancelMultiFlowSignQRCodeRequest,
|
|
@@ -103,6 +109,7 @@ import {
|
|
|
103
109
|
StartFlowRequest,
|
|
104
110
|
CreatePrepareFlowRequest,
|
|
105
111
|
ApproverOption,
|
|
112
|
+
FileUrl,
|
|
106
113
|
CreateSealPolicyRequest,
|
|
107
114
|
DescribeOrganizationSealsRequest,
|
|
108
115
|
CancelFlowRequest,
|
|
@@ -124,6 +131,7 @@ import {
|
|
|
124
131
|
DescribeFlowInfoResponse,
|
|
125
132
|
CcInfo,
|
|
126
133
|
CreateFlowResponse,
|
|
134
|
+
DescribeUserAutoSignStatusRequest,
|
|
127
135
|
FlowBrief,
|
|
128
136
|
DescribeOrganizationGroupOrganizationsResponse,
|
|
129
137
|
CancelMultiFlowSignQRCodeResponse,
|
|
@@ -215,6 +223,16 @@ callbackinfo包含: 回调地址和签名key
|
|
|
215
223
|
return this.request("DescribeFileUrls", req, cb)
|
|
216
224
|
}
|
|
217
225
|
|
|
226
|
+
/**
|
|
227
|
+
* 企业方可以通过此接口获取个人用户开启自动签的跳转链接
|
|
228
|
+
*/
|
|
229
|
+
async CreateUserAutoSignEnableUrl(
|
|
230
|
+
req: CreateUserAutoSignEnableUrlRequest,
|
|
231
|
+
cb?: (error: string, rep: CreateUserAutoSignEnableUrlResponse) => void
|
|
232
|
+
): Promise<CreateUserAutoSignEnableUrlResponse> {
|
|
233
|
+
return this.request("CreateUserAutoSignEnableUrl", req, cb)
|
|
234
|
+
}
|
|
235
|
+
|
|
218
236
|
/**
|
|
219
237
|
* 创建出证报告,返回报告 ID。需要配合出证套餐才能调用。
|
|
220
238
|
出证需要一定时间,建议调用创建出证24小时之后再通过DescribeFlowEvidenceReport进行查询。
|
|
@@ -261,6 +279,16 @@ callbackinfo包含: 回调地址和签名key
|
|
|
261
279
|
return this.request("CreateFlowApprovers", req, cb)
|
|
262
280
|
}
|
|
263
281
|
|
|
282
|
+
/**
|
|
283
|
+
* 企业方可以通过此接口关闭个人的自动签功能
|
|
284
|
+
*/
|
|
285
|
+
async DisableUserAutoSign(
|
|
286
|
+
req: DisableUserAutoSignRequest,
|
|
287
|
+
cb?: (error: string, rep: DisableUserAutoSignResponse) => void
|
|
288
|
+
): Promise<DisableUserAutoSignResponse> {
|
|
289
|
+
return this.request("DisableUserAutoSign", req, cb)
|
|
290
|
+
}
|
|
291
|
+
|
|
264
292
|
/**
|
|
265
293
|
* 提交企业签署流程审批结果
|
|
266
294
|
适用场景:
|
|
@@ -332,6 +360,16 @@ callbackinfo包含: 回调地址和签名key
|
|
|
332
360
|
return this.request("CreateFlow", req, cb)
|
|
333
361
|
}
|
|
334
362
|
|
|
363
|
+
/**
|
|
364
|
+
* 企业方可以通过此接口查询个人用户自动签开启状态
|
|
365
|
+
*/
|
|
366
|
+
async DescribeUserAutoSignStatus(
|
|
367
|
+
req: DescribeUserAutoSignStatusRequest,
|
|
368
|
+
cb?: (error: string, rep: DescribeUserAutoSignStatusResponse) => void
|
|
369
|
+
): Promise<DescribeUserAutoSignStatusResponse> {
|
|
370
|
+
return this.request("DescribeUserAutoSignStatus", req, cb)
|
|
371
|
+
}
|
|
372
|
+
|
|
335
373
|
/**
|
|
336
374
|
* 查询出证报告,返回报告 URL。
|
|
337
375
|
*/
|