tencentcloud-sdk-nodejs 4.0.911 → 4.0.913
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 +442 -0
- package/SERVICE_CHANGELOG.md +547 -13
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +38 -20
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +11 -8
- package/src/services/dlc/v20210125/dlc_models.ts +8 -0
- package/src/services/es/v20180416/es_models.ts +13 -0
- package/src/services/ess/v20201111/ess_models.ts +18 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +16 -6
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +30 -6
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +44 -6
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +15 -0
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/pts/v20210728/pts_models.ts +2 -2
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +9 -7
- package/src/services/sms/v20210111/sms_models.ts +1 -2
- package/src/services/ssl/v20191205/ssl_models.ts +36 -26
- package/src/services/tcb/v20180608/tcb_models.ts +12 -7
- package/src/services/tcbr/v20220217/tcbr_models.ts +7 -0
- package/src/services/tds/v20220801/tds_client.ts +1 -0
- package/src/services/tds/v20220801/tds_models.ts +44 -0
- package/src/services/trtc/v20190722/trtc_client.ts +4 -2
- package/src/services/trtc/v20190722/trtc_models.ts +62 -27
- package/src/services/tts/v20190823/tts_models.ts +2 -1
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/src/services/vrs/v20200824/vrs_client.ts +3 -2
- package/src/services/vrs/v20200824/vrs_models.ts +67 -10
- package/src/services/wedata/v20210820/wedata_client.ts +17 -1
- package/src/services/wedata/v20210820/wedata_models.ts +347 -26
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +38 -20
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -8
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +18 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +16 -6
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +11 -3
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +15 -3
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +40 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +15 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +9 -7
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +36 -26
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +12 -7
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +7 -0
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +43 -0
- 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 +61 -26
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +3 -2
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +1 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +67 -10
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +341 -26
- package/test/hunyuan.v20230901.test.js +22 -2
- package/test/wedata.v20210820.test.js +10 -0
package/products.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
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-07-31 01:04:59 |
|
|
19
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-
|
|
19
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-08-08 01:09:56 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-07-16 01:08:08 |
|
|
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 |
|
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
72
72
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-08-02 01:20:09 |
|
|
73
73
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
74
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-07
|
|
75
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-07
|
|
74
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-08-07 01:23:06 |
|
|
75
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-08-07 01:24:12 |
|
|
76
76
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
77
77
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-08-05 01:24:50 |
|
|
78
78
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-07-16 01:13:41 |
|
|
79
79
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
80
80
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
81
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-07
|
|
81
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-08-07 01:30:42 |
|
|
82
82
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
83
83
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-07-15 01:09:18 |
|
|
84
84
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-11 01:14:04 |
|
|
85
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-
|
|
85
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-08-08 01:33:40 |
|
|
86
86
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-07-29 01:33:59 |
|
|
87
87
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
88
88
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
98
98
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
99
99
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-08-01 01:40:41 |
|
|
100
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-
|
|
101
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-
|
|
102
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-
|
|
100
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-08-08 01:41:08 |
|
|
101
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-07 01:41:05 |
|
|
102
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-08 01:42:39 |
|
|
103
103
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-07-16 01:16:45 |
|
|
104
104
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-07-31 01:37:45 |
|
|
105
105
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
115
115
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
116
116
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
117
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-08-
|
|
117
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-08-07 01:45:31 |
|
|
118
118
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
119
119
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
120
120
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-28 01:12:56 |
|
|
126
126
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
127
127
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
128
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-08-
|
|
128
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-08-08 01:47:56 |
|
|
129
129
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
130
130
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
131
131
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -157,16 +157,16 @@
|
|
|
157
157
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
158
158
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
159
159
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-23 01:53:12 |
|
|
160
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07
|
|
160
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-07 02:04:23 |
|
|
161
161
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
162
162
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-02 01:58:09 |
|
|
163
163
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
164
164
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
165
165
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-23 01:55:36 |
|
|
166
166
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
|
|
167
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-
|
|
167
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-07 02:07:54 |
|
|
168
168
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-08-01 02:05:51 |
|
|
169
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-08-
|
|
169
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-08-07 02:08:35 |
|
|
170
170
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
171
171
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
172
172
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -176,12 +176,12 @@
|
|
|
176
176
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
|
|
177
177
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
178
178
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
|
|
179
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-
|
|
179
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-08-08 02:08:10 |
|
|
180
180
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
181
181
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
182
182
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-05 02:02:14 |
|
|
183
183
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
184
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-
|
|
184
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-08-08 02:09:39 |
|
|
185
185
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
186
186
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
187
187
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -195,8 +195,8 @@
|
|
|
195
195
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
196
196
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2024-03-20 01:24:24 |
|
|
197
197
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2024-08-05 02:05:20 |
|
|
198
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-
|
|
199
|
-
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2024-
|
|
198
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-08-07 02:15:35 |
|
|
199
|
+
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2024-08-08 02:12:50 |
|
|
200
200
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
201
201
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
|
|
202
202
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
207
207
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
208
208
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-17 01:25:48 |
|
|
209
|
-
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-
|
|
209
|
+
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
|
|
210
210
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
|
|
211
211
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-07-03 19:33:55 |
|
|
212
212
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-07-24 02:16:49 |
|
|
@@ -227,12 +227,12 @@
|
|
|
227
227
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-07-05 01:19:38 |
|
|
228
228
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
229
229
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
230
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-
|
|
231
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-08-
|
|
230
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-08 02:24:11 |
|
|
231
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-08-08 02:24:45 |
|
|
232
232
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-30 11:37:37 |
|
|
233
233
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
234
234
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
235
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-07
|
|
235
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-08-07 02:33:08 |
|
|
236
236
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
237
237
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
238
238
|
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-07-31 02:21:05 |
|
|
@@ -240,12 +240,12 @@
|
|
|
240
240
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
241
241
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
242
242
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-23 11:34:10 |
|
|
243
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-08-
|
|
244
|
-
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-
|
|
243
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-08-07 02:36:08 |
|
|
244
|
+
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-08-07 02:38:54 |
|
|
245
245
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-07-31 02:26:05 |
|
|
246
246
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-29 02:30:48 |
|
|
247
247
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
248
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-
|
|
248
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-08-08 02:34:16 |
|
|
249
249
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
250
250
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
251
251
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.913"
|
|
@@ -44,9 +44,8 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
44
44
|
InstanceTypes?: Array<string>
|
|
45
45
|
/**
|
|
46
46
|
* 实例类型校验策略,在实际修改 InstanceTypes 时发挥作用,取值包括 ALL 和 ANY,默认取值为ANY。
|
|
47
|
-
<
|
|
48
|
-
<
|
|
49
|
-
|
|
47
|
+
<li> ALL,所有实例类型(InstanceType)都可用则通过校验,否则校验报错。</li>
|
|
48
|
+
<li> ANY,存在任何一个实例类型(InstanceType)可用则通过校验,否则校验报错。</li>
|
|
50
49
|
实例类型不可用的常见原因包括该实例类型售罄、对应云盘售罄等。
|
|
51
50
|
如果 InstanceTypes 中一款机型不存在或者已下线,则无论 InstanceTypesCheckPolicy 采用何种取值,都会校验报错。
|
|
52
51
|
*/
|
|
@@ -71,9 +70,9 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
71
70
|
InternetAccessible?: InternetAccessible
|
|
72
71
|
/**
|
|
73
72
|
* 实例计费类型。具体取值范围如下:
|
|
74
|
-
<
|
|
75
|
-
<
|
|
76
|
-
<
|
|
73
|
+
<li>POSTPAID_BY_HOUR:按小时后付费</li>
|
|
74
|
+
<li>SPOTPAID:竞价付费</li>
|
|
75
|
+
<li>PREPAID:预付费,即包年包月</li>
|
|
77
76
|
*/
|
|
78
77
|
InstanceChargeType?: string
|
|
79
78
|
/**
|
|
@@ -92,8 +91,8 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
92
91
|
InstanceMarketOptions?: InstanceMarketOptionsRequest
|
|
93
92
|
/**
|
|
94
93
|
* 云盘类型选择策略,取值范围:
|
|
95
|
-
<
|
|
96
|
-
<
|
|
94
|
+
<li>ORIGINAL:使用设置的云盘类型。</li>
|
|
95
|
+
<li>AUTOMATIC:自动选择当前可用的云盘类型。</li>
|
|
97
96
|
*/
|
|
98
97
|
DiskTypePolicy?: string
|
|
99
98
|
/**
|
|
@@ -143,6 +142,11 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
143
142
|
* 实例登录设置,包括密码、密钥或保持镜像的原始登录设置。<br>请注意,指定新的登录设置会覆盖原有登录设置。例如,如果您之前使用密码登录,使用该参数将登录设置修改为密钥,则原有密码被清除。
|
|
144
143
|
*/
|
|
145
144
|
LoginSettings?: LoginSettings
|
|
145
|
+
/**
|
|
146
|
+
* 实例标签列表。通过指定该参数,可以为扩容的实例绑定标签。最多支持指定10个标签。
|
|
147
|
+
该参数会覆盖原有的实例标签列表,如需新增标签,需将新标签和原有标签一并传入。
|
|
148
|
+
*/
|
|
149
|
+
InstanceTags?: Array<InstanceTag>
|
|
146
150
|
}
|
|
147
151
|
|
|
148
152
|
/**
|
|
@@ -1281,9 +1285,9 @@ export interface CreateLaunchConfigurationRequest {
|
|
|
1281
1285
|
UserData?: string
|
|
1282
1286
|
/**
|
|
1283
1287
|
* 实例计费类型,CVM默认值按照POSTPAID_BY_HOUR处理。
|
|
1284
|
-
<
|
|
1285
|
-
<
|
|
1286
|
-
<
|
|
1288
|
+
<li>POSTPAID_BY_HOUR:按小时后付费</li>
|
|
1289
|
+
<li>SPOTPAID:竞价付费</li>
|
|
1290
|
+
<li>PREPAID:预付费,即包年包月</li>
|
|
1287
1291
|
*/
|
|
1288
1292
|
InstanceChargeType?: string
|
|
1289
1293
|
/**
|
|
@@ -1301,8 +1305,8 @@ export interface CreateLaunchConfigurationRequest {
|
|
|
1301
1305
|
CamRoleName?: string
|
|
1302
1306
|
/**
|
|
1303
1307
|
* 实例类型校验策略,取值包括 ALL 和 ANY,默认取值为ANY。
|
|
1304
|
-
<
|
|
1305
|
-
<
|
|
1308
|
+
<li> ALL,所有实例类型(InstanceType)都可用则通过校验,否则校验报错。</li>
|
|
1309
|
+
<li> ANY,存在任何一个实例类型(InstanceType)可用则通过校验,否则校验报错。</li>
|
|
1306
1310
|
|
|
1307
1311
|
实例类型不可用的常见原因包括该实例类型售罄、对应云盘售罄等。
|
|
1308
1312
|
如果 InstanceTypes 中一款机型不存在或者已下线,则无论 InstanceTypesCheckPolicy 采用何种取值,都会校验报错。
|
|
@@ -1331,8 +1335,8 @@ export interface CreateLaunchConfigurationRequest {
|
|
|
1331
1335
|
InstanceChargePrepaid?: InstanceChargePrepaid
|
|
1332
1336
|
/**
|
|
1333
1337
|
* 云盘类型选择策略,默认取值 ORIGINAL,取值范围:
|
|
1334
|
-
<
|
|
1335
|
-
<
|
|
1338
|
+
<li>ORIGINAL:使用设置的云盘类型</li>
|
|
1339
|
+
<li>AUTOMATIC:自动选择当前可用的云盘类型</li>
|
|
1336
1340
|
*/
|
|
1337
1341
|
DiskTypePolicy?: string
|
|
1338
1342
|
/**
|
|
@@ -1662,19 +1666,28 @@ export interface DescribeAutoScalingGroupLastActivitiesRequest {
|
|
|
1662
1666
|
export interface HostNameSettings {
|
|
1663
1667
|
/**
|
|
1664
1668
|
* 云服务器的主机名。
|
|
1665
|
-
<
|
|
1666
|
-
<
|
|
1667
|
-
<
|
|
1669
|
+
<li> 点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。</li>
|
|
1670
|
+
<li> 不支持 Windows 实例。</li>
|
|
1671
|
+
<li> 其他类型(Linux 等)实例:字符长度为[2, 40],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。不允许为纯数字。</li>
|
|
1668
1672
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1669
1673
|
*/
|
|
1670
1674
|
HostName: string
|
|
1671
1675
|
/**
|
|
1672
1676
|
* 云服务器主机名的风格,取值范围包括 ORIGINAL 和 UNIQUE,默认为 ORIGINAL。
|
|
1673
|
-
<
|
|
1674
|
-
<
|
|
1677
|
+
<li> ORIGINAL,AS 直接将入参中所填的 HostName 传递给 CVM,CVM 可能会对 HostName 追加序列号,伸缩组中实例的 HostName 会出现冲突的情况。</li>
|
|
1678
|
+
<li> UNIQUE,入参所填的 HostName 相当于主机名前缀,AS 和 CVM 会对其进行拓展,伸缩组中实例的 HostName 可以保证唯一。</li>
|
|
1675
1679
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1676
1680
|
*/
|
|
1677
1681
|
HostNameStyle?: string
|
|
1682
|
+
/**
|
|
1683
|
+
* 云服务器的主机名后缀。
|
|
1684
|
+
<li> 点号(.)和短横线(-)不能作为 HostNameSuffix 的首尾字符,不能连续使用。</li>
|
|
1685
|
+
<li> 不支持 Windows 实例。</li>
|
|
1686
|
+
<li>其他类型(Linux 等)实例:字符长度为[1, 37],且与 HostName 的长度和不能超过 39,允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。</li>
|
|
1687
|
+
假设后缀名称为 suffix,原主机名为 test.0,最终主机名为 test.0.suffix。
|
|
1688
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1689
|
+
*/
|
|
1690
|
+
HostNameSuffix?: string
|
|
1678
1691
|
}
|
|
1679
1692
|
|
|
1680
1693
|
/**
|
|
@@ -3614,6 +3627,11 @@ export interface ClearLaunchConfigurationAttributesRequest {
|
|
|
3614
3627
|
填 true 代表清空置放群组信息,清空后基于此新创建的云主机将不指定任何置放群组。
|
|
3615
3628
|
*/
|
|
3616
3629
|
ClearDisasterRecoverGroupIds?: boolean
|
|
3630
|
+
/**
|
|
3631
|
+
* 是否清空实例标签列表,非必填,默认为 false。
|
|
3632
|
+
填 true 代表清空实例标签列表,清空后基于此新创建的云主机将不会绑定列表中的标签。
|
|
3633
|
+
*/
|
|
3634
|
+
ClearInstanceTags?: boolean
|
|
3617
3635
|
}
|
|
3618
3636
|
|
|
3619
3637
|
/**
|
|
@@ -1444,7 +1444,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
1444
1444
|
* 本接口 (ResetInstancesInternetMaxBandwidth) 用于调整实例公网带宽上限。
|
|
1445
1445
|
|
|
1446
1446
|
* 不同机型带宽上限范围不一致,具体限制详见[公网带宽上限](https://cloud.tencent.com/document/product/213/12523)。
|
|
1447
|
-
* 对于 `BANDWIDTH_PREPAID` 计费方式的带宽,需要输入参数 `StartTime` 和 `EndTime` ,指定调整后的带宽的生效时间段。在这种场景下目前不支持调小带宽,会涉及扣费,请确保账户余额充足。可通过 [DescribeAccountBalance]
|
|
1447
|
+
* 对于 `BANDWIDTH_PREPAID` 计费方式的带宽,需要输入参数 `StartTime` 和 `EndTime` ,指定调整后的带宽的生效时间段。在这种场景下目前不支持调小带宽,会涉及扣费,请确保账户余额充足。可通过 [DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
|
|
1448
1448
|
* 对于 `TRAFFIC_POSTPAID_BY_HOUR` 、 `BANDWIDTH_POSTPAID_BY_HOUR` 和 `BANDWIDTH_PACKAGE` 计费方式的带宽,使用该接口调整带宽上限是实时生效的,可以在带宽允许的范围内调大或者调小带宽,不支持输入参数 `StartTime` 和 `EndTime` 。
|
|
1449
1449
|
* 接口不支持调整 `BANDWIDTH_POSTPAID_BY_MONTH` 计费方式的带宽。
|
|
1450
1450
|
* 接口不支持批量调整 `BANDWIDTH_PREPAID` 和 `BANDWIDTH_POSTPAID_BY_HOUR` 计费方式的带宽。
|
|
@@ -1169,7 +1169,7 @@ export interface ZoneInfo {
|
|
|
1169
1169
|
<li> ap-hongkong-3 </li>
|
|
1170
1170
|
<li> ap-shenzhen-fsi-1 </li>
|
|
1171
1171
|
<li> ap-shenzhen-fsi-2 </li>
|
|
1172
|
-
<li> ap-shenzhen-fsi-3 </li>
|
|
1172
|
+
<li> ap-shenzhen-fsi-3(售罄) </li>
|
|
1173
1173
|
<li> ap-guangzhou-1(售罄)</li>
|
|
1174
1174
|
<li> ap-guangzhou-2(售罄)</li>
|
|
1175
1175
|
<li> ap-guangzhou-3 </li>
|
|
@@ -1217,19 +1217,19 @@ export interface ZoneInfo {
|
|
|
1217
1217
|
<li> ap-jakarta-1 </li>
|
|
1218
1218
|
<li> ap-jakarta-2 </li>
|
|
1219
1219
|
*/
|
|
1220
|
-
Zone
|
|
1220
|
+
Zone?: string
|
|
1221
1221
|
/**
|
|
1222
1222
|
* 可用区描述,例如,广州三区
|
|
1223
1223
|
*/
|
|
1224
|
-
ZoneName
|
|
1224
|
+
ZoneName?: string
|
|
1225
1225
|
/**
|
|
1226
1226
|
* 可用区ID
|
|
1227
1227
|
*/
|
|
1228
|
-
ZoneId
|
|
1228
|
+
ZoneId?: string
|
|
1229
1229
|
/**
|
|
1230
1230
|
* 可用区状态,包含AVAILABLE和UNAVAILABLE。AVAILABLE代表可用,UNAVAILABLE代表不可用。
|
|
1231
1231
|
*/
|
|
1232
|
-
ZoneState
|
|
1232
|
+
ZoneState?: string
|
|
1233
1233
|
}
|
|
1234
1234
|
|
|
1235
1235
|
/**
|
|
@@ -2043,19 +2043,21 @@ export interface SyncImagesRequest {
|
|
|
2043
2043
|
*/
|
|
2044
2044
|
ImageIds: Array<string>
|
|
2045
2045
|
/**
|
|
2046
|
-
* 目的同步地域列表,必须满足如下限制:<br><li>必须是一个合法的Region。</li><li>如果是自定义镜像,则目标同步地域不能为源地域。</li><li>如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为源地域的自定义镜像。</li><li
|
|
2046
|
+
* 目的同步地域列表,必须满足如下限制:<br><li>必须是一个合法的Region。</li><li>如果是自定义镜像,则目标同步地域不能为源地域。</li><li>如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为源地域的自定义镜像。</li><li>暂不支持部分地域同步,请参考[复制镜像](https://cloud.tencent.com/document/product/213/4943#.E5.A4.8D.E5.88.B6.E8.AF.B4.E6.98.8E)。</li>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。
|
|
2047
2047
|
*/
|
|
2048
2048
|
DestinationRegions: Array<string>
|
|
2049
2049
|
/**
|
|
2050
2050
|
* 检测是否支持发起同步镜像。
|
|
2051
|
+
默认值: false
|
|
2051
2052
|
*/
|
|
2052
2053
|
DryRun?: boolean
|
|
2053
2054
|
/**
|
|
2054
|
-
*
|
|
2055
|
+
* 目标镜像名称。默认使用源镜像名称。
|
|
2055
2056
|
*/
|
|
2056
2057
|
ImageName?: string
|
|
2057
2058
|
/**
|
|
2058
2059
|
* 是否需要返回目的地域的镜像ID。
|
|
2060
|
+
默认值: false
|
|
2059
2061
|
*/
|
|
2060
2062
|
ImageSetRequired?: boolean
|
|
2061
2063
|
}
|
|
@@ -3915,7 +3917,7 @@ export interface ResetInstancesInternetMaxBandwidthRequest {
|
|
|
3915
3917
|
*/
|
|
3916
3918
|
StartTime?: string
|
|
3917
3919
|
/**
|
|
3918
|
-
* 带宽生效的终止时间。格式: `YYYY-MM-DD` ,例如:`2016-10-30` 。新设置的带宽的有效期包含终止时间此日期。终止时间不能晚于包年包月实例的到期时间。实例的到期时间可通过 [
|
|
3920
|
+
* 带宽生效的终止时间。格式: `YYYY-MM-DD` ,例如:`2016-10-30` 。新设置的带宽的有效期包含终止时间此日期。终止时间不能晚于包年包月实例的到期时间。实例的到期时间可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/9388)接口返回值中的`ExpiredTime`获取。该参数只对包年包月带宽有效,其他模式带宽不支持该参数,否则接口会以相应错误码返回。
|
|
3919
3921
|
*/
|
|
3920
3922
|
EndTime?: string
|
|
3921
3923
|
}
|
|
@@ -5102,6 +5104,7 @@ export interface TerminateInstancesRequest {
|
|
|
5102
5104
|
InstanceIds: Array<string>
|
|
5103
5105
|
/**
|
|
5104
5106
|
* 释放实例挂载的包年包月数据盘。true表示销毁实例同时释放包年包月数据盘,false表示只销毁实例。
|
|
5107
|
+
默认值:false
|
|
5105
5108
|
*/
|
|
5106
5109
|
ReleasePrepaidDataDisks?: boolean
|
|
5107
5110
|
}
|
|
@@ -9438,6 +9438,14 @@ export interface UpdateDataEngineConfigRequest {
|
|
|
9438
9438
|
* 引擎配置命令,支持UpdateSparkSQLLakefsPath(更新原生表配置)、UpdateSparkSQLResultPath(更新结果路径配置)
|
|
9439
9439
|
*/
|
|
9440
9440
|
DataEngineConfigCommand: string
|
|
9441
|
+
/**
|
|
9442
|
+
* 是否使用lakefs作为结果存储
|
|
9443
|
+
*/
|
|
9444
|
+
UseLakeFs?: boolean
|
|
9445
|
+
/**
|
|
9446
|
+
* 用户自定义结果路径
|
|
9447
|
+
*/
|
|
9448
|
+
CustomResultPath?: string
|
|
9441
9449
|
}
|
|
9442
9450
|
|
|
9443
9451
|
/**
|
|
@@ -2889,6 +2889,10 @@ export interface CreateInstanceRequest {
|
|
|
2889
2889
|
* 置放群组亲和度,范围[0,10],0表示不开启
|
|
2890
2890
|
*/
|
|
2891
2891
|
DisasterRecoverGroupAffinity?: number
|
|
2892
|
+
/**
|
|
2893
|
+
* 子产品ID枚举值: 开源版:"sp_es_io2", 基础版:"sp_es_basic",白金版:"sp_es_platinum",企业版:"sp_es_enterprise",CDC白金版:"sp_es_cdc_platinum",日志增强版:"sp_es_enlogging",tsearch:"sp_tsearch_io2",logstash:"sp_es_logstash" ,可以为空,为空的时候后台取LicenseType映射该字段
|
|
2894
|
+
*/
|
|
2895
|
+
SubProductCode?: string
|
|
2892
2896
|
}
|
|
2893
2897
|
|
|
2894
2898
|
/**
|
|
@@ -3402,6 +3406,11 @@ RENEW_FLAG_DEFAULT:不自动续费
|
|
|
3402
3406
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3403
3407
|
*/
|
|
3404
3408
|
DisasterRecoverGroupAffinity?: number
|
|
3409
|
+
/**
|
|
3410
|
+
* 子产品ID枚举值: 开源版:"sp_es_io2", 基础版:"sp_es_basic",白金版:"sp_es_platinum",企业版:"sp_es_enterprise",CDC白金版:"sp_es_cdc_platinum",日志增强版:"sp_es_enlogging",tsearch:"sp_tsearch_io2",logstash:"sp_es_logstash" ,可以为空,为空的时候后台取LicenseType映射该字段
|
|
3411
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3412
|
+
*/
|
|
3413
|
+
SubProductCode?: string
|
|
3405
3414
|
}
|
|
3406
3415
|
|
|
3407
3416
|
/**
|
|
@@ -3516,6 +3525,10 @@ export interface DescribeInstancesRequest {
|
|
|
3516
3525
|
* Vpc列表 筛选项
|
|
3517
3526
|
*/
|
|
3518
3527
|
VpcIds?: Array<string>
|
|
3528
|
+
/**
|
|
3529
|
+
* cdc集群id
|
|
3530
|
+
*/
|
|
3531
|
+
CdcId?: string
|
|
3519
3532
|
}
|
|
3520
3533
|
|
|
3521
3534
|
/**
|
|
@@ -4904,10 +4904,15 @@ export interface FlowCreateApprover {
|
|
|
4904
4904
|
* 您可以指定签署方签署合同的认证校验方式,可传递以下值:
|
|
4905
4905
|
<ul><li>**1**:人脸认证,需进行人脸识别成功后才能签署合同;</li>
|
|
4906
4906
|
<li>**2**:签署密码,需输入与用户在腾讯电子签设置的密码一致才能校验成功进行合同签署;</li>
|
|
4907
|
-
<li>**3**:运营商三要素,需到运营商处比对手机号实名信息(名字、手机号、证件号)校验一致才能成功进行合同签署。(如果是港澳台客户,建议不要选择这个)</li
|
|
4907
|
+
<li>**3**:运营商三要素,需到运营商处比对手机号实名信息(名字、手机号、证件号)校验一致才能成功进行合同签署。(如果是港澳台客户,建议不要选择这个)</li>
|
|
4908
|
+
<li>**5**:设备指纹识别,需要对比手机机主预留的指纹信息,校验一致才能成功进行合同签署。(iOS系统暂不支持该校验方式)</li>
|
|
4909
|
+
<li>**6**:设备面容识别,需要对比手机机主预留的人脸信息,校验一致才能成功进行合同签署。(Android系统暂不支持该校验方式)</li></ul>
|
|
4910
|
+
|
|
4908
4911
|
注:
|
|
4909
4912
|
<ul><li>默认情况下,认证校验方式为人脸认证和签署密码两种形式;</li>
|
|
4910
|
-
<li>您可以传递多种值,表示可用多种认证校验方式。</li
|
|
4913
|
+
<li>您可以传递多种值,表示可用多种认证校验方式。</li>
|
|
4914
|
+
<li>校验方式不允许只包含设备指纹识别和设备面容识别,至少需要再增加一种其他校验方式。</li>
|
|
4915
|
+
<li>设备指纹识别和设备面容识别只支持小程序使用,其他端暂不支持。</li></ul>
|
|
4911
4916
|
|
|
4912
4917
|
注:
|
|
4913
4918
|
`此参数仅针对文件发起设置生效,模板发起合同签署流程, 请以模板配置为主`
|
|
@@ -6187,7 +6192,9 @@ WECHAT-微信通知
|
|
|
6187
6192
|
<ul><li> 1 :人脸认证</li>
|
|
6188
6193
|
<li> 2 :签署密码</li>
|
|
6189
6194
|
<li> 3 :运营商三要素认证</li>
|
|
6190
|
-
<li> 4 :UKey认证</li
|
|
6195
|
+
<li> 4 :UKey认证</li>
|
|
6196
|
+
<li> 5 :设备指纹识别</li>
|
|
6197
|
+
<li> 6 :设备面容识别</li></ul>
|
|
6191
6198
|
*/
|
|
6192
6199
|
ApproverSignTypes?: Array<number | bigint>
|
|
6193
6200
|
}
|
|
@@ -6406,13 +6413,18 @@ export interface ApproverInfo {
|
|
|
6406
6413
|
* 您可以指定签署方签署合同的认证校验方式,可传递以下值:
|
|
6407
6414
|
<ul><li>**1**:人脸认证,需进行人脸识别成功后才能签署合同;</li>
|
|
6408
6415
|
<li>**2**:签署密码,需输入与用户在腾讯电子签设置的密码一致才能校验成功进行合同签署;</li>
|
|
6409
|
-
<li>**3**:运营商三要素,需到运营商处比对手机号实名信息(名字、手机号、证件号)校验一致才能成功进行合同签署。(如果是港澳台客户,建议不要选择这个)</li
|
|
6416
|
+
<li>**3**:运营商三要素,需到运营商处比对手机号实名信息(名字、手机号、证件号)校验一致才能成功进行合同签署。(如果是港澳台客户,建议不要选择这个)</li>
|
|
6417
|
+
<li>**5**:设备指纹识别,需要对比手机机主预留的指纹信息,校验一致才能成功进行合同签署。(iOS系统暂不支持该校验方式)</li>
|
|
6418
|
+
<li>**6**:设备面容识别,需要对比手机机主预留的人脸信息,校验一致才能成功进行合同签署。(Android系统暂不支持该校验方式)</li></ul>
|
|
6419
|
+
|
|
6410
6420
|
|
|
6411
|
-
默认为1(人脸认证 ),2(签署密码),3(运营商三要素)
|
|
6421
|
+
默认为1(人脸认证 ),2(签署密码),3(运营商三要素),5(设备指纹识别),6(设备面容识别)
|
|
6412
6422
|
|
|
6413
6423
|
注:
|
|
6414
6424
|
1. 用<font color='red'>模板创建合同场景</font>, 签署人的认证方式需要在配置模板的时候指定, <font color='red'>在创建合同重新指定无效</font>
|
|
6415
|
-
|
|
6425
|
+
2. 运营商三要素认证方式对手机号运营商及前缀有限制,可以参考[运营商支持列表类](https://qian.tencent.com/developers/company/mobile_support)得到具体的支持说明
|
|
6426
|
+
3. 校验方式不允许只包含<font color='red'>设备指纹识别</font>和<font color='red'>设备面容识别</font>,至少需要再增加一种其他校验方式。
|
|
6427
|
+
4. <font color='red'>设备指纹识别</font>和<font color='red'>设备面容识别</font>只支持小程序使用,其他端暂不支持。
|
|
6416
6428
|
*/
|
|
6417
6429
|
ApproverSignTypes?: Array<number | bigint>
|
|
6418
6430
|
/**
|
|
@@ -2675,7 +2675,9 @@ false-否
|
|
|
2675
2675
|
<ul><li> 1 :人脸认证</li>
|
|
2676
2676
|
<li> 2 :签署密码</li>
|
|
2677
2677
|
<li> 3 :运营商三要素认证</li>
|
|
2678
|
-
<li> 4 :UKey认证</li
|
|
2678
|
+
<li> 4 :UKey认证</li>
|
|
2679
|
+
<li> 5 :设备指纹识别</li>
|
|
2680
|
+
<li> 6 :设备面容识别</li></ul>
|
|
2679
2681
|
*/
|
|
2680
2682
|
ApproverSignTypes?: Array<number | bigint>
|
|
2681
2683
|
}
|
|
@@ -3546,13 +3548,17 @@ export interface CommonFlowApprover {
|
|
|
3546
3548
|
* 签署人签署合同时的认证方式
|
|
3547
3549
|
<ul><li> **1** :人脸认证</li>
|
|
3548
3550
|
<li> **2** :签署密码</li>
|
|
3549
|
-
<li> **3** :运营商三要素</li
|
|
3551
|
+
<li> **3** :运营商三要素</li>
|
|
3552
|
+
<li> **5** :设备指纹识别</li>
|
|
3553
|
+
<li> **6** :设备面容识别</li></ul>
|
|
3550
3554
|
|
|
3551
|
-
默认为1(人脸认证 ),2(签署密码)
|
|
3555
|
+
默认为1(人脸认证 ),2(签署密码),3(运营商三要素),5(设备指纹识别),6(设备面容识别)
|
|
3552
3556
|
|
|
3553
3557
|
注:
|
|
3554
3558
|
1. 用<font color='red'>模板创建合同场景</font>, 签署人的认证方式需要在配置模板的时候指定, <font color='red'>在创建合同重新指定无效</font>
|
|
3555
3559
|
2. 运营商三要素认证方式对手机号运营商及前缀有限制,可以参考[运营商支持列表类](https://qian.tencent.com/developers/partner/mobile_support)得到具体的支持说明
|
|
3560
|
+
3. 校验方式不允许只包含<font color='red'>设备指纹识别</font>和<font color='red'>设备面容识别</font>,至少需要再增加一种其他校验方式。
|
|
3561
|
+
4. <font color='red'>设备指纹识别</font>和<font color='red'>设备面容识别</font>只支持小程序使用,其他端暂不支持。
|
|
3556
3562
|
*/
|
|
3557
3563
|
ApproverSignTypes?: Array<number | bigint>
|
|
3558
3564
|
}
|
|
@@ -3907,7 +3913,7 @@ export interface ChannelDescribeOrganizationSealsRequest {
|
|
|
3907
3913
|
*/
|
|
3908
3914
|
SealId?: string
|
|
3909
3915
|
/**
|
|
3910
|
-
* 电子印章类型 , 可选类型如下: <ul><li>**OFFICIAL**: 公章</li><li>**CONTRACT**: 合同专用章;</li><li>**FINANCE**: 财务专用章;</li><li>**PERSONNEL**: 人事专用章</li><li>**INVOICE**: 发票专用章</li
|
|
3916
|
+
* 电子印章类型 , 可选类型如下: <ul><li>**OFFICIAL**: 公章</li><li>**CONTRACT**: 合同专用章;</li><li>**FINANCE**: 财务专用章;</li><li>**PERSONNEL**: 人事专用章</li><li>**INVOICE**: 发票专用章</li><li>**EMPLOYEE_QUALIFICATION_SEAL**: 员工执业章</li></ul>注: `为空时查询所有类型的印章。`
|
|
3911
3917
|
*/
|
|
3912
3918
|
SealTypes?: Array<string>
|
|
3913
3919
|
/**
|
|
@@ -5071,13 +5077,17 @@ export interface FlowApproverInfo {
|
|
|
5071
5077
|
* 签署人签署合同时的认证方式
|
|
5072
5078
|
<ul><li> **1** :人脸认证</li>
|
|
5073
5079
|
<li> **2** :签署密码</li>
|
|
5074
|
-
<li> **3** :运营商三要素(如果是港澳台客户,建议不要选择这个)</li
|
|
5080
|
+
<li> **3** :运营商三要素(如果是港澳台客户,建议不要选择这个)</li>
|
|
5081
|
+
<li>**5**:设备指纹识别,需要对比手机机主预留的指纹信息,校验一致才能成功进行合同签署。(iOS系统暂不支持该校验方式)</li>
|
|
5082
|
+
<li>**6**:设备面容识别,需要对比手机机主预留的人脸信息,校验一致才能成功进行合同签署。(Android系统暂不支持该校验方式)</li></ul>
|
|
5075
5083
|
|
|
5076
|
-
默认为1(人脸认证 ),2(签署密码),3(运营商三要素)
|
|
5084
|
+
默认为1(人脸认证 ),2(签署密码),3(运营商三要素),5(设备指纹识别),6(设备面容识别)
|
|
5077
5085
|
|
|
5078
5086
|
注:
|
|
5079
5087
|
1. 用<font color='red'>模板创建合同场景</font>, 签署人的认证方式需要在配置模板的时候指定, <font color='red'>在创建合同重新指定无效</font>
|
|
5080
5088
|
2. 运营商三要素认证方式对手机号运营商及前缀有限制,可以参考[运营商支持列表类](https://qian.tencent.com/developers/partner/mobile_support)得到具体的支持说明
|
|
5089
|
+
3. 校验方式不允许只包含<font color='red'>设备指纹识别</font>和<font color='red'>设备面容识别</font>,至少需要再增加一种其他校验方式。
|
|
5090
|
+
4. <font color='red'>设备指纹识别</font>和<font color='red'>设备面容识别</font>只支持小程序使用,其他端暂不支持。
|
|
5081
5091
|
*/
|
|
5082
5092
|
ApproverSignTypes?: Array<number | bigint>
|
|
5083
5093
|
/**
|
|
@@ -22,6 +22,7 @@ import {
|
|
|
22
22
|
LogoParam,
|
|
23
23
|
GetEmbeddingRequest,
|
|
24
24
|
ImageUrl,
|
|
25
|
+
ActivateServiceRequest,
|
|
25
26
|
Content,
|
|
26
27
|
SubmitHunyuanImageJobRequest,
|
|
27
28
|
Usage,
|
|
@@ -33,11 +34,14 @@ import {
|
|
|
33
34
|
EmbeddingData,
|
|
34
35
|
ToolFunction,
|
|
35
36
|
Delta,
|
|
37
|
+
SetPayModeResponse,
|
|
36
38
|
ToolCall,
|
|
37
39
|
ToolCallFunction,
|
|
40
|
+
SetPayModeRequest,
|
|
38
41
|
LogoRect,
|
|
39
42
|
TextToImageLiteRequest,
|
|
40
43
|
SubmitHunyuanImageJobResponse,
|
|
44
|
+
ActivateServiceResponse,
|
|
41
45
|
QueryHunyuanImageJobResponse,
|
|
42
46
|
GetEmbeddingResponse,
|
|
43
47
|
ErrorMsg,
|
|
@@ -84,6 +88,16 @@ export class Client extends AbstractClient {
|
|
|
84
88
|
return this.request("QueryHunyuanImageJob", req, cb)
|
|
85
89
|
}
|
|
86
90
|
|
|
91
|
+
/**
|
|
92
|
+
* 该接口用于计算文本对应Token数、字符数。
|
|
93
|
+
*/
|
|
94
|
+
async GetTokenCount(
|
|
95
|
+
req: GetTokenCountRequest,
|
|
96
|
+
cb?: (error: string, rep: GetTokenCountResponse) => void
|
|
97
|
+
): Promise<GetTokenCountResponse> {
|
|
98
|
+
return this.request("GetTokenCount", req, cb)
|
|
99
|
+
}
|
|
100
|
+
|
|
87
101
|
/**
|
|
88
102
|
* 腾讯混元大模型是由腾讯研发的大语言模型,具备强大的中文创作能力,复杂语境下的逻辑推理能力,以及可靠的任务执行能力。本接口支持流式或非流式调用,当使用流式调用时为 SSE 协议。
|
|
89
103
|
|
|
@@ -100,13 +114,23 @@ export class Client extends AbstractClient {
|
|
|
100
114
|
}
|
|
101
115
|
|
|
102
116
|
/**
|
|
103
|
-
*
|
|
117
|
+
* 开通服务
|
|
104
118
|
*/
|
|
105
|
-
async
|
|
106
|
-
req:
|
|
107
|
-
cb?: (error: string, rep:
|
|
108
|
-
): Promise<
|
|
109
|
-
return this.request("
|
|
119
|
+
async ActivateService(
|
|
120
|
+
req: ActivateServiceRequest,
|
|
121
|
+
cb?: (error: string, rep: ActivateServiceResponse) => void
|
|
122
|
+
): Promise<ActivateServiceResponse> {
|
|
123
|
+
return this.request("ActivateService", req, cb)
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* 设置付费模式
|
|
128
|
+
*/
|
|
129
|
+
async SetPayMode(
|
|
130
|
+
req: SetPayModeRequest,
|
|
131
|
+
cb?: (error: string, rep: SetPayModeResponse) => void
|
|
132
|
+
): Promise<SetPayModeResponse> {
|
|
133
|
+
return this.request("SetPayMode", req, cb)
|
|
110
134
|
}
|
|
111
135
|
|
|
112
136
|
/**
|