tencentcloud-sdk-nodejs 4.0.472 → 4.0.474
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 +491 -0
- package/SERVICE_CHANGELOG.md +469 -113
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +17 -1
- package/src/services/captcha/v20190722/captcha_client.ts +12 -0
- package/src/services/captcha/v20190722/captcha_models.ts +51 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/dasb/v20191018/dasb_client.ts +1 -0
- package/src/services/dasb/v20191018/dasb_models.ts +25 -0
- package/src/services/dts/index.ts +2 -2
- package/src/services/es/v20180416/es_models.ts +6 -0
- package/src/services/ess/v20201111/ess_models.ts +15 -5
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +11 -6
- package/src/services/gme/v20180711/gme_client.ts +0 -12
- package/src/services/gme/v20180711/gme_models.ts +0 -44
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
- package/src/services/irp/index.ts +2 -2
- package/src/services/live/v20180801/live_models.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mps/v20190612/mps_client.ts +8 -2
- package/src/services/mps/v20190612/mps_models.ts +194 -26
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +18 -1
- package/src/services/organization/v20210331/organization_models.ts +5 -0
- package/src/services/rum/v20210622/rum_models.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +5 -0
- package/src/services/ssl/v20191205/ssl_client.ts +12 -0
- package/src/services/ssl/v20191205/ssl_models.ts +30 -0
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tcm/v20210413/tcm_client.ts +18 -6
- package/src/services/tcm/v20210413/tcm_models.ts +40 -0
- package/src/services/tcr/v20190924/tcr_client.ts +2 -2
- package/src/services/tcr/v20190924/tcr_models.ts +11 -1
- package/src/services/tcss/v20201101/tcss_client.ts +14 -2
- package/src/services/tcss/v20201101/tcss_models.ts +72 -13
- package/src/services/tem/index.ts +2 -2
- package/src/services/tem/v20210701/tem_client.ts +1 -0
- package/src/services/tem/v20210701/tem_models.ts +73 -3
- package/src/services/thpc/v20220401/thpc_models.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tione/v20211111/tione_client.ts +196 -35
- package/src/services/tione/v20211111/tione_models.ts +1687 -281
- package/src/services/trp/v20210515/trp_client.ts +12 -0
- package/src/services/trp/v20210515/trp_models.ts +66 -0
- package/src/services/vm/index.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +0 -2
- package/src/services/vod/v20180717/vod_models.ts +13 -14
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +43 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +21 -0
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +13 -5
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -5
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +1 -5
- package/tencentcloud/services/gme/v20180711/gme_client.js +0 -6
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +0 -38
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4 -0
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +165 -24
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +15 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +26 -0
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +7 -3
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +9 -3
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +34 -0
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +2 -2
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +1 -1
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +10 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +5 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +6 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +64 -12
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +62 -3
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +55 -7
- package/tencentcloud/services/tione/v20211111/tione_client.js +81 -9
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1453 -254
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +55 -0
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +0 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +11 -12
- package/test/captcha.v20190722.test.js +10 -0
- package/test/gme.v20180711.test.js +0 -10
- package/test/ssl.v20191205.test.js +10 -0
- package/test/tcm.v20210413.test.js +12 -2
- package/test/tcss.v20201101.test.js +10 -0
- package/test/tione.v20211111.test.js +126 -6
- package/test/trp.v20210515.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
15
15
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-10-31 06:08:19 |
|
|
16
16
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-22 06:08:36 |
|
|
17
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-
|
|
17
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-11-03 06:08:22 |
|
|
18
18
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-11-01 06:08:50 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
20
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
34
34
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
35
35
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-09-23 06:11:49 |
|
|
36
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-
|
|
36
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-11-02 06:08:36 |
|
|
37
37
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
|
|
38
38
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-10-31 06:12:52 |
|
|
39
39
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-09-15 11:03:22 |
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
52
52
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
53
53
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
54
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-
|
|
54
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-11-03 06:14:10 |
|
|
55
55
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-11-01 06:15:44 |
|
|
56
56
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
57
|
-
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-11-
|
|
57
|
+
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-11-02 06:13:26 |
|
|
58
58
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
|
|
59
59
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-11-01 06:16:55 |
|
|
60
60
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
63
63
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-26 06:23:03 |
|
|
64
64
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
65
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-11-
|
|
65
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-11-02 06:16:11 |
|
|
66
66
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-10-26 06:25:43 |
|
|
67
67
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
68
68
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-11-01 06:21:27 |
|
|
69
|
-
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-
|
|
69
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-03 06:19:23 |
|
|
70
70
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
71
71
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
72
72
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-09-29 06:25:38 |
|
|
@@ -87,15 +87,15 @@
|
|
|
87
87
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
88
88
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-10-31 06:29:52 |
|
|
89
89
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-10-27 06:31:19 |
|
|
90
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-
|
|
91
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-
|
|
92
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-
|
|
90
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-11-02 06:23:18 |
|
|
91
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-11-01 17:32:04 |
|
|
92
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-11-03 06:24:19 |
|
|
93
93
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
94
94
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-10-17 06:26:28 |
|
|
95
95
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
96
96
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
97
97
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-10-13 06:28:02 |
|
|
98
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-
|
|
98
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-11-03 06:25:18 |
|
|
99
99
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
100
100
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2022-10-31 06:31:59 |
|
|
101
101
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
@@ -112,14 +112,14 @@
|
|
|
112
112
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
113
113
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-10-25 06:38:53 |
|
|
114
114
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
115
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-
|
|
115
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-11-03 06:28:16 |
|
|
116
116
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
|
|
117
117
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
|
|
118
118
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
119
119
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-11-01 06:32:51 |
|
|
120
120
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-10-19 06:31:50 |
|
|
121
121
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-09-14 06:27:13 |
|
|
122
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-
|
|
122
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-11-02 06:30:01 |
|
|
123
123
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
124
124
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
125
125
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-10-26 06:46:25 |
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-09-14 20:21:28 |
|
|
131
131
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-10-28 06:36:39 |
|
|
132
132
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-10-21 06:35:12 |
|
|
133
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-
|
|
133
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-11-03 06:32:33 |
|
|
134
134
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
135
135
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-09-16 17:41:33 |
|
|
136
136
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
@@ -138,8 +138,8 @@
|
|
|
138
138
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
139
139
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
140
140
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-10-27 06:45:50 |
|
|
141
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-11-
|
|
142
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-
|
|
141
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-11-02 06:33:46 |
|
|
142
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-11-02 06:34:29 |
|
|
143
143
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-10-28 06:40:32 |
|
|
144
144
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
145
145
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-09-23 06:42:05 |
|
|
@@ -150,9 +150,9 @@
|
|
|
150
150
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
151
151
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
152
152
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
153
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-
|
|
153
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-11-03 06:36:08 |
|
|
154
154
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-09-30 06:49:15 |
|
|
155
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-
|
|
155
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-11-03 06:36:44 |
|
|
156
156
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-10-19 06:39:28 |
|
|
157
157
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
158
158
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-10-28 06:43:40 |
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
161
161
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-10-13 06:43:00 |
|
|
162
162
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-08-16 06:39:20 |
|
|
163
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-
|
|
163
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-11-02 06:38:26 |
|
|
164
164
|
| sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
|
|
165
165
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
|
|
166
166
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
|
|
@@ -177,29 +177,29 @@
|
|
|
177
177
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
|
|
178
178
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
179
179
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
180
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-
|
|
181
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-
|
|
182
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-11-
|
|
180
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-02 06:40:38 |
|
|
181
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-11-02 06:40:49 |
|
|
182
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-11-03 06:40:31 |
|
|
183
183
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
184
184
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
185
185
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-11-01 06:46:31 |
|
|
186
186
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-10-10 06:42:56 |
|
|
187
|
-
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-
|
|
187
|
+
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-11-03 06:42:48 |
|
|
188
188
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-11-01 06:48:56 |
|
|
189
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-
|
|
189
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-11-03 06:43:53 |
|
|
190
190
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
191
191
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
192
192
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
193
193
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
194
194
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
195
195
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-09-20 06:53:40 |
|
|
196
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-
|
|
196
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-11-03 06:44:22 |
|
|
197
197
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
198
198
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-11-01 06:51:59 |
|
|
199
199
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
200
200
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
201
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-
|
|
202
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-
|
|
201
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-11-02 06:48:15 |
|
|
202
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-11-02 10:37:26 |
|
|
203
203
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-10-19 15:31:57 |
|
|
204
204
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
|
|
205
205
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-31 06:58:25 |
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
209
209
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-10-21 06:54:07 |
|
|
210
210
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
211
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-11-
|
|
211
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-11-02 06:50:30 |
|
|
212
212
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-10-27 07:09:19 |
|
|
213
213
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-15 06:49:04 |
|
|
214
214
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.474"
|
|
@@ -2546,7 +2546,7 @@ export interface DescribeAutoScalingInstancesResponse {
|
|
|
2546
2546
|
}
|
|
2547
2547
|
|
|
2548
2548
|
/**
|
|
2549
|
-
*
|
|
2549
|
+
* 描述了实例的增强服务启用情况与其设置,如云安全,云监控,自动化助手等实例 Agent。
|
|
2550
2550
|
*/
|
|
2551
2551
|
export interface EnhancedService {
|
|
2552
2552
|
/**
|
|
@@ -2558,6 +2558,22 @@ export interface EnhancedService {
|
|
|
2558
2558
|
* 开启云监控服务。若不指定该参数,则默认开启云监控服务。
|
|
2559
2559
|
*/
|
|
2560
2560
|
MonitorService?: RunMonitorServiceEnabled
|
|
2561
|
+
|
|
2562
|
+
/**
|
|
2563
|
+
* 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。
|
|
2564
|
+
*/
|
|
2565
|
+
AutomationService?: Array<RunAutomationServiceEnabled>
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
/**
|
|
2569
|
+
* 描述了 “自动化助手” 服务相关的信息
|
|
2570
|
+
*/
|
|
2571
|
+
export interface RunAutomationServiceEnabled {
|
|
2572
|
+
/**
|
|
2573
|
+
* 是否开启[自动化助手](https://cloud.tencent.com/document/product/1340)服务。取值范围:<br><li>TRUE:表示开启自动化助手服务<br><li>FALSE:表示不开启自动化助手服务
|
|
2574
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2575
|
+
*/
|
|
2576
|
+
Enabled?: boolean
|
|
2561
2577
|
}
|
|
2562
2578
|
|
|
2563
2579
|
/**
|
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
UpdateCaptchaAppIdInfoRequest,
|
|
28
28
|
OutputManageMarketingRiskValue,
|
|
29
29
|
CaptchaOperDataRes,
|
|
30
|
+
GetTicketStatisticsRequest,
|
|
30
31
|
TicketInterceptUnit,
|
|
31
32
|
DescribeCaptchaUserAllAppIdRequest,
|
|
32
33
|
GetTotalTicketStatisticsResponse,
|
|
@@ -45,6 +46,7 @@ import {
|
|
|
45
46
|
DescribeCaptchaOperDataRequest,
|
|
46
47
|
DescribeCaptchaDataSumRequest,
|
|
47
48
|
DescribeCaptchaMiniRiskResultResponse,
|
|
49
|
+
GetTicketStatisticsResponse,
|
|
48
50
|
TicketAmountUnit,
|
|
49
51
|
CaptchaQueryData,
|
|
50
52
|
RequestTrendObj,
|
|
@@ -153,6 +155,16 @@ export class Client extends AbstractClient {
|
|
|
153
155
|
return this.request("DescribeCaptchaMiniDataSum", req, cb)
|
|
154
156
|
}
|
|
155
157
|
|
|
158
|
+
/**
|
|
159
|
+
* 查询单个验证的统计数据,包括:票据校验量、票据校验通过量、票据校验拦截量。
|
|
160
|
+
*/
|
|
161
|
+
async GetTicketStatistics(
|
|
162
|
+
req: GetTicketStatisticsRequest,
|
|
163
|
+
cb?: (error: string, rep: GetTicketStatisticsResponse) => void
|
|
164
|
+
): Promise<GetTicketStatisticsResponse> {
|
|
165
|
+
return this.request("GetTicketStatistics", req, cb)
|
|
166
|
+
}
|
|
167
|
+
|
|
156
168
|
/**
|
|
157
169
|
* 核查验证码票据结果(小程序插件)
|
|
158
170
|
*/
|
|
@@ -367,6 +367,31 @@ export interface CaptchaOperDataRes {
|
|
|
367
367
|
OperDataTryTimesDistributeUnitArray: Array<CaptchaOperDataTryTimesDistributeUnit>
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
+
/**
|
|
371
|
+
* GetTicketStatistics请求参数结构体
|
|
372
|
+
*/
|
|
373
|
+
export interface GetTicketStatisticsRequest {
|
|
374
|
+
/**
|
|
375
|
+
* 验证码appid
|
|
376
|
+
*/
|
|
377
|
+
CaptchaAppId: string
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* 开始时间字符串
|
|
381
|
+
*/
|
|
382
|
+
StartTimeStr: string
|
|
383
|
+
|
|
384
|
+
/**
|
|
385
|
+
* 结束时间字符串
|
|
386
|
+
*/
|
|
387
|
+
EndTimeStr: string
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* 查询粒度
|
|
391
|
+
*/
|
|
392
|
+
Dimension: string
|
|
393
|
+
}
|
|
394
|
+
|
|
370
395
|
/**
|
|
371
396
|
* DescribeCaptchaTicketData 返回的数据结构
|
|
372
397
|
*/
|
|
@@ -852,6 +877,32 @@ export interface DescribeCaptchaMiniRiskResultResponse {
|
|
|
852
877
|
RequestId?: string
|
|
853
878
|
}
|
|
854
879
|
|
|
880
|
+
/**
|
|
881
|
+
* GetTicketStatistics返回参数结构体
|
|
882
|
+
*/
|
|
883
|
+
export interface GetTicketStatisticsResponse {
|
|
884
|
+
/**
|
|
885
|
+
* 查询后数据块
|
|
886
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
887
|
+
*/
|
|
888
|
+
Data: CaptchaStatisticObj
|
|
889
|
+
|
|
890
|
+
/**
|
|
891
|
+
* 验证码返回码
|
|
892
|
+
*/
|
|
893
|
+
CaptchaCode: number
|
|
894
|
+
|
|
895
|
+
/**
|
|
896
|
+
* 验证码返回信息
|
|
897
|
+
*/
|
|
898
|
+
CaptchaMsg: string
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
902
|
+
*/
|
|
903
|
+
RequestId?: string
|
|
904
|
+
}
|
|
905
|
+
|
|
855
906
|
/**
|
|
856
907
|
* DescribeCaptchaTicketData 返回的数据结构
|
|
857
908
|
*/
|
|
@@ -6351,7 +6351,7 @@ export interface KafkaParam {
|
|
|
6351
6351
|
UseAutoCreateTopic?: boolean
|
|
6352
6352
|
|
|
6353
6353
|
/**
|
|
6354
|
-
* 写入Topic时是否进行压缩,不开启填"none"
|
|
6354
|
+
* 写入Topic时是否进行压缩,不开启填"none",开启的话,填写"open"。
|
|
6355
6355
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6356
6356
|
*/
|
|
6357
6357
|
CompressionType?: string
|
|
@@ -799,13 +799,13 @@ export interface InquiryPriceBuyVsmResponse {
|
|
|
799
799
|
GoodsNum: number
|
|
800
800
|
|
|
801
801
|
/**
|
|
802
|
-
*
|
|
802
|
+
* 商品的时间大小,整型参数,举例:当TimeSpan为1,TImeUnit为m时,表示询价购买时长为1个月时的价格
|
|
803
803
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
804
804
|
*/
|
|
805
805
|
TimeSpan: string
|
|
806
806
|
|
|
807
807
|
/**
|
|
808
|
-
*
|
|
808
|
+
* 商品的时间单位,m表示月,y表示年
|
|
809
809
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
810
810
|
*/
|
|
811
811
|
TimeUnit: string
|
|
@@ -655,6 +655,11 @@ export interface ResetInstanceRequest {
|
|
|
655
655
|
* 重装系统时,可以指定修改实例的主机名。<br><li>点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。<br><li>Windows 实例:名字符长度为[2, 15],允许字母(不限制大小写)、数字和短横线(-)组成,不支持点号(.),不能全是数字。<br><li>其他类型(Linux 等)实例:字符长度为[2, 60],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。
|
|
656
656
|
*/
|
|
657
657
|
HostName?: string
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* 提供给实例使用的用户数据,需要以 base64 方式编码,支持的最大数据大小为 16KB。关于获取此参数的详细介绍,请参阅[Windows](https://cloud.tencent.com/document/product/213/17526)和[Linux](https://cloud.tencent.com/document/product/213/17525)启动时运行命令。
|
|
661
|
+
*/
|
|
662
|
+
UserData?: string
|
|
658
663
|
}
|
|
659
664
|
|
|
660
665
|
/**
|
|
@@ -1198,6 +1198,11 @@ export interface DescribeDevicesRequest {
|
|
|
1198
1198
|
* 过滤条件,可按照部门ID进行过滤
|
|
1199
1199
|
*/
|
|
1200
1200
|
DepartmentId?: string
|
|
1201
|
+
|
|
1202
|
+
/**
|
|
1203
|
+
* 过滤条件,可按照标签键、标签进行过滤。如果同时指定标签键和标签过滤条件,它们之间为“AND”的关系
|
|
1204
|
+
*/
|
|
1205
|
+
TagFilters?: Array<TagFilter>
|
|
1201
1206
|
}
|
|
1202
1207
|
|
|
1203
1208
|
/**
|
|
@@ -1454,6 +1459,21 @@ export interface CreateUserRequest {
|
|
|
1454
1459
|
DepartmentId?: string
|
|
1455
1460
|
}
|
|
1456
1461
|
|
|
1462
|
+
/**
|
|
1463
|
+
* 资产标签
|
|
1464
|
+
*/
|
|
1465
|
+
export interface TagFilter {
|
|
1466
|
+
/**
|
|
1467
|
+
* 标签键
|
|
1468
|
+
*/
|
|
1469
|
+
TagKey: string
|
|
1470
|
+
|
|
1471
|
+
/**
|
|
1472
|
+
* 标签值
|
|
1473
|
+
*/
|
|
1474
|
+
TagValue?: Array<string>
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1457
1477
|
/**
|
|
1458
1478
|
* DeleteUsers返回参数结构体
|
|
1459
1479
|
*/
|
|
@@ -1668,6 +1688,11 @@ export interface DescribeDeviceGroupMembersRequest {
|
|
|
1668
1688
|
* 所属部门ID
|
|
1669
1689
|
*/
|
|
1670
1690
|
DepartmentId?: string
|
|
1691
|
+
|
|
1692
|
+
/**
|
|
1693
|
+
* 过滤条件,可按照标签键、标签进行过滤。如果同时指定标签键和标签过滤条件,它们之间为“AND”的关系
|
|
1694
|
+
*/
|
|
1695
|
+
TagFilters?: Array<TagFilter>
|
|
1671
1696
|
}
|
|
1672
1697
|
|
|
1673
1698
|
/**
|
|
@@ -161,7 +161,7 @@ export interface CreateFlowRequest {
|
|
|
161
161
|
DeadLine?: number
|
|
162
162
|
|
|
163
163
|
/**
|
|
164
|
-
*
|
|
164
|
+
* 用户自定义字段,回调的时候会进行透传,长度需要小于20480
|
|
165
165
|
*/
|
|
166
166
|
UserData?: string
|
|
167
167
|
|
|
@@ -1433,6 +1433,11 @@ HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
|
1433
1433
|
* 客户自定义签署人标识,64位长度,保证唯一,非企微场景不使用此字段
|
|
1434
1434
|
*/
|
|
1435
1435
|
CustomApproverTag?: string
|
|
1436
|
+
|
|
1437
|
+
/**
|
|
1438
|
+
* 签署人个性化能力值
|
|
1439
|
+
*/
|
|
1440
|
+
ApproverOption?: ApproverOption
|
|
1436
1441
|
}
|
|
1437
1442
|
|
|
1438
1443
|
/**
|
|
@@ -1574,9 +1579,9 @@ export interface CreateStaffResult {
|
|
|
1574
1579
|
*/
|
|
1575
1580
|
export interface UploadFilesRequest {
|
|
1576
1581
|
/**
|
|
1577
|
-
*
|
|
1578
|
-
1. TEMPLATE - 模板; 文件类型:.pdf
|
|
1579
|
-
2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.jpg/.png
|
|
1582
|
+
* 文件对应业务类型
|
|
1583
|
+
1. TEMPLATE - 模板; 文件类型:.pdf/.doc/.docx/.html
|
|
1584
|
+
2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html
|
|
1580
1585
|
3. SEAL - 印章; 文件类型:.jpg/.jpeg/.png
|
|
1581
1586
|
*/
|
|
1582
1587
|
BusinessType: string
|
|
@@ -1958,7 +1963,7 @@ REJECT: 拒绝
|
|
|
1958
1963
|
*/
|
|
1959
1964
|
export interface CreateConvertTaskApiRequest {
|
|
1960
1965
|
/**
|
|
1961
|
-
* 资源类型 取值范围doc,docx,html之一
|
|
1966
|
+
* 资源类型 取值范围doc,docx,html,excel之一
|
|
1962
1967
|
*/
|
|
1963
1968
|
ResourceType: string
|
|
1964
1969
|
|
|
@@ -2098,6 +2103,11 @@ false:有序签
|
|
|
2098
2103
|
*/
|
|
2099
2104
|
NeedSignReview?: boolean
|
|
2100
2105
|
|
|
2106
|
+
/**
|
|
2107
|
+
* 用户自定义字段,回调的时候会进行透传,长度需要小于20480
|
|
2108
|
+
*/
|
|
2109
|
+
UserData?: string
|
|
2110
|
+
|
|
2101
2111
|
/**
|
|
2102
2112
|
* 应用号信息
|
|
2103
2113
|
*/
|
|
@@ -1083,6 +1083,8 @@ export interface Component {
|
|
|
1083
1083
|
/**
|
|
1084
1084
|
* 控件编号
|
|
1085
1085
|
|
|
1086
|
+
CreateFlowByTemplates发起合同时优先以ComponentId(不为空)填充;否则以ComponentName填充
|
|
1087
|
+
|
|
1086
1088
|
注:
|
|
1087
1089
|
当GenerateMode=3时,通过"^"来决定是否使用关键字整词匹配能力。
|
|
1088
1090
|
例:
|
|
@@ -1447,8 +1449,9 @@ export interface CreateFlowsByTemplatesResponse {
|
|
|
1447
1449
|
PreviewUrls: Array<string>
|
|
1448
1450
|
|
|
1449
1451
|
/**
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
+
* 复杂文档合成任务(如,包含动态表格的预览任务)的任务信息数组;
|
|
1453
|
+
如果文档需要异步合成,此字段会返回该异步任务的任务信息,后续可以通过ChannelGetTaskResultApi接口查询任务详情;
|
|
1454
|
+
*/
|
|
1452
1455
|
TaskInfos: Array<TaskInfo>
|
|
1453
1456
|
|
|
1454
1457
|
/**
|
|
@@ -1475,6 +1478,7 @@ export interface ChannelCreateFlowSignReviewRequest {
|
|
|
1475
1478
|
* 企业内部审核结果
|
|
1476
1479
|
PASS: 通过
|
|
1477
1480
|
REJECT: 拒绝
|
|
1481
|
+
SIGN_REJECT:拒签(流程结束)
|
|
1478
1482
|
*/
|
|
1479
1483
|
ReviewType: string
|
|
1480
1484
|
|
|
@@ -1779,6 +1783,7 @@ export interface CreateFlowsByTemplatesRequest {
|
|
|
1779
1783
|
/**
|
|
1780
1784
|
* 是否为预览模式;默认为false,即非预览模式,此时发起合同并返回FlowIds;若为预览模式,不会发起合同,会返回PreviewUrls(此Url返回的是PDF文件流 );
|
|
1781
1785
|
预览链接有效期300秒;
|
|
1786
|
+
同时,如果预览的文件中指定了动态表格控件,需要进行异步合成;此时此接口返回的是合成前的文档预览链接,而合成完成后的文档预览链接会通过:回调通知的方式、或使用返回的TaskInfo中的TaskId通过ChannelGetTaskResultApi接口查询;
|
|
1782
1787
|
*/
|
|
1783
1788
|
NeedPreview?: boolean
|
|
1784
1789
|
|
|
@@ -2420,7 +2425,7 @@ export interface ChannelCreateConvertTaskApiRequest {
|
|
|
2420
2425
|
Agent: Agent
|
|
2421
2426
|
|
|
2422
2427
|
/**
|
|
2423
|
-
* 资源类型 取值范围doc,docx,html之一
|
|
2428
|
+
* 资源类型 取值范围doc,docx,html,excel之一
|
|
2424
2429
|
*/
|
|
2425
2430
|
ResourceType: string
|
|
2426
2431
|
|
|
@@ -2673,9 +2678,9 @@ export interface UploadFilesRequest {
|
|
|
2673
2678
|
Agent: Agent
|
|
2674
2679
|
|
|
2675
2680
|
/**
|
|
2676
|
-
*
|
|
2677
|
-
1. TEMPLATE - 模板; 文件类型:.pdf
|
|
2678
|
-
2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.jpg/.png
|
|
2681
|
+
* 文件对应业务类型
|
|
2682
|
+
1. TEMPLATE - 模板; 文件类型:.pdf/.doc/.docx/.html
|
|
2683
|
+
2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html
|
|
2679
2684
|
*/
|
|
2680
2685
|
BusinessType: string
|
|
2681
2686
|
|
|
@@ -73,11 +73,9 @@ import {
|
|
|
73
73
|
UpdateScanUsersRequest,
|
|
74
74
|
DeleteResult,
|
|
75
75
|
AgeDetectTaskResult,
|
|
76
|
-
ModifyRoomInfoResponse,
|
|
77
76
|
DescribeScanResult,
|
|
78
77
|
AgeDetectTask,
|
|
79
78
|
ScanDetail,
|
|
80
|
-
ModifyRoomInfoRequest,
|
|
81
79
|
CreateAgeDetectTaskResponse,
|
|
82
80
|
CreateAppRequest,
|
|
83
81
|
RealtimeSpeechConf,
|
|
@@ -144,16 +142,6 @@ export class Client extends AbstractClient {
|
|
|
144
142
|
return this.request("GetCustomizationList", req, cb)
|
|
145
143
|
}
|
|
146
144
|
|
|
147
|
-
/**
|
|
148
|
-
* 修改房间信息
|
|
149
|
-
*/
|
|
150
|
-
async ModifyRoomInfo(
|
|
151
|
-
req: ModifyRoomInfoRequest,
|
|
152
|
-
cb?: (error: string, rep: ModifyRoomInfoResponse) => void
|
|
153
|
-
): Promise<ModifyRoomInfoResponse> {
|
|
154
|
-
return this.request("ModifyRoomInfo", req, cb)
|
|
155
|
-
}
|
|
156
|
-
|
|
157
145
|
/**
|
|
158
146
|
* 拉取用户在房间得进出时间
|
|
159
147
|
*/
|