tencentcloud-sdk-nodejs 4.0.472 → 4.0.473
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 +310 -0
- package/SERVICE_CHANGELOG.md +426 -84
- package/package.json +1 -1
- package/products.md +17 -17
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_client.ts +12 -0
- package/src/services/captcha/v20190722/captcha_models.ts +51 -0
- package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/es/v20180416/es_models.ts +6 -0
- package/src/services/ess/v20201111/ess_models.ts +15 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -4
- package/src/services/live/v20180801/live_models.ts +2 -2
- 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/ssl/v20191205/ssl_client.ts +12 -0
- package/src/services/ssl/v20191205/ssl_models.ts +30 -0
- 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/v20210701/tem_client.ts +1 -0
- package/src/services/tem/v20210701/tem_models.ts +72 -2
- package/src/services/tione/v20211111/tione_client.ts +196 -35
- package/src/services/tione/v20211111/tione_models.ts +1687 -281
- 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/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/cloudhsm/v20191112/cloudhsm_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- 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/v20210526/essbasic_models.d.ts +7 -4
- package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
- 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/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/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/v20210701/tem_models.d.ts +61 -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/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/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/package.json
CHANGED
package/products.md
CHANGED
|
@@ -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 |
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-10-31 06:17:22 |
|
|
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,7 +62,7 @@
|
|
|
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 |
|
|
@@ -87,9 +87,9 @@
|
|
|
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-01 17:32:22 |
|
|
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 |
|
|
@@ -119,7 +119,7 @@
|
|
|
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 |
|
|
@@ -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 |
|
|
@@ -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,14 +177,14 @@
|
|
|
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-02 06:41:34 |
|
|
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-02 06:44:20 |
|
|
188
188
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-11-01 06:48:56 |
|
|
189
189
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-10-27 07:00:42 |
|
|
190
190
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
@@ -193,12 +193,12 @@
|
|
|
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-02 06:46:06 |
|
|
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-
|
|
201
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-11-02 06:48:15 |
|
|
202
202
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-26 07:10:48 |
|
|
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 |
|
|
@@ -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.473"
|
|
@@ -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
|
*/
|
|
@@ -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
|
/**
|
|
@@ -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
|
例:
|
|
@@ -1475,6 +1477,7 @@ export interface ChannelCreateFlowSignReviewRequest {
|
|
|
1475
1477
|
* 企业内部审核结果
|
|
1476
1478
|
PASS: 通过
|
|
1477
1479
|
REJECT: 拒绝
|
|
1480
|
+
SIGN_REJECT:拒签(流程结束)
|
|
1478
1481
|
*/
|
|
1479
1482
|
ReviewType: string
|
|
1480
1483
|
|
|
@@ -2420,7 +2423,7 @@ export interface ChannelCreateConvertTaskApiRequest {
|
|
|
2420
2423
|
Agent: Agent
|
|
2421
2424
|
|
|
2422
2425
|
/**
|
|
2423
|
-
* 资源类型 取值范围doc,docx,html之一
|
|
2426
|
+
* 资源类型 取值范围doc,docx,html,excel之一
|
|
2424
2427
|
*/
|
|
2425
2428
|
ResourceType: string
|
|
2426
2429
|
|
|
@@ -2673,9 +2676,9 @@ export interface UploadFilesRequest {
|
|
|
2673
2676
|
Agent: Agent
|
|
2674
2677
|
|
|
2675
2678
|
/**
|
|
2676
|
-
*
|
|
2677
|
-
1. TEMPLATE - 模板; 文件类型:.pdf
|
|
2678
|
-
2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.jpg/.png
|
|
2679
|
+
* 文件对应业务类型
|
|
2680
|
+
1. TEMPLATE - 模板; 文件类型:.pdf/.doc/.docx/.html
|
|
2681
|
+
2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.doc/.docx/.jpg/.png/.xls.xlsx/.html
|
|
2679
2682
|
*/
|
|
2680
2683
|
BusinessType: string
|
|
2681
2684
|
|
|
@@ -5682,12 +5682,12 @@ export interface DescribeLogDownloadListResponse {
|
|
|
5682
5682
|
/**
|
|
5683
5683
|
* 日志信息列表。
|
|
5684
5684
|
*/
|
|
5685
|
-
LogInfoList
|
|
5685
|
+
LogInfoList: Array<LogInfo>
|
|
5686
5686
|
|
|
5687
5687
|
/**
|
|
5688
5688
|
* 总条数。
|
|
5689
5689
|
*/
|
|
5690
|
-
TotalNum
|
|
5690
|
+
TotalNum: number
|
|
5691
5691
|
|
|
5692
5692
|
/**
|
|
5693
5693
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -394,7 +394,7 @@ export class Client extends AbstractClient {
|
|
|
394
394
|
}
|
|
395
395
|
|
|
396
396
|
/**
|
|
397
|
-
*
|
|
397
|
+
* 本接口支持增值税发票的准确性核验,您可以通过输入增值税发票的关键字段提供所需的验证信息,接口返回真实的票面相关信息,包括发票代码、发票号码、开票日期、金额、消费类型、购方名称、购方税号、销方名称、销方税号等多个常用字段。支持多种发票类型核验,包括增值税专用发票、增值税普通发票(含电子普通发票、卷式发票、通行费发票)、全电发票、机动车销售统一发票、货物运输业增值税专用发票、二手车销售统一发票、通用机打电子发票(广东和浙江)。
|
|
398
398
|
*/
|
|
399
399
|
async VatInvoiceVerifyNew(
|
|
400
400
|
req: VatInvoiceVerifyNewRequest,
|
|
@@ -2666,6 +2666,22 @@ export interface VatInvoiceVerifyNewRequest {
|
|
|
2666
2666
|
* 不含税金额,增值税专用发票、增值税电子专用发票、机动车销售统一发票、二手车销售统一发票、区块链发票时必填; 全电发票为价税合计(含税金额)
|
|
2667
2667
|
*/
|
|
2668
2668
|
Amount?: string
|
|
2669
|
+
|
|
2670
|
+
/**
|
|
2671
|
+
* 地区编码,通用机打电子发票时必填。
|
|
2672
|
+
广东:4400,浙江:3300
|
|
2673
|
+
*/
|
|
2674
|
+
RegionCode?: string
|
|
2675
|
+
|
|
2676
|
+
/**
|
|
2677
|
+
* 销方税号,通用机打电子发票必填
|
|
2678
|
+
*/
|
|
2679
|
+
SellerTaxCode?: string
|
|
2680
|
+
|
|
2681
|
+
/**
|
|
2682
|
+
* 是否开启通用机打电子发票,默认为关闭。
|
|
2683
|
+
*/
|
|
2684
|
+
EnableCommonElectronic?: boolean
|
|
2669
2685
|
}
|
|
2670
2686
|
|
|
2671
2687
|
/**
|
|
@@ -6375,7 +6391,8 @@ export interface VatInvoice {
|
|
|
6375
6391
|
11:增值税普通发票(卷式),
|
|
6376
6392
|
14:增值税电子(通行费)发票,
|
|
6377
6393
|
15:二手车销售统一发票,
|
|
6378
|
-
32
|
|
6394
|
+
32:深圳区块链发票,
|
|
6395
|
+
102:通用机打电子发票
|
|
6379
6396
|
*/
|
|
6380
6397
|
Type: string
|
|
6381
6398
|
|
|
@@ -25,6 +25,7 @@ import {
|
|
|
25
25
|
DeleteCertificateRequest,
|
|
26
26
|
DescribeCertificateOperateLogsResponse,
|
|
27
27
|
ModifyCertificateAliasRequest,
|
|
28
|
+
ModifyCertificatesExpiringNotificationSwitchResponse,
|
|
28
29
|
CommitCertificateInformationRequest,
|
|
29
30
|
DownloadCertificateResponse,
|
|
30
31
|
ReplaceCertificateResponse,
|
|
@@ -67,6 +68,7 @@ import {
|
|
|
67
68
|
DescribeManagerDetailRequest,
|
|
68
69
|
DvAuthDetail,
|
|
69
70
|
ProjectInfo,
|
|
71
|
+
ModifyCertificatesExpiringNotificationSwitchRequest,
|
|
70
72
|
DescribeDeployedResourcesResponse,
|
|
71
73
|
DescribeCertificateOperateLogsRequest,
|
|
72
74
|
CancelCertificateOrderResponse,
|
|
@@ -262,6 +264,16 @@ export class Client extends AbstractClient {
|
|
|
262
264
|
return this.request("DescribeCertificateDetail", req, cb)
|
|
263
265
|
}
|
|
264
266
|
|
|
267
|
+
/**
|
|
268
|
+
* 修改忽略证书到期通知。打开或关闭证书到期通知。
|
|
269
|
+
*/
|
|
270
|
+
async ModifyCertificatesExpiringNotificationSwitch(
|
|
271
|
+
req: ModifyCertificatesExpiringNotificationSwitchRequest,
|
|
272
|
+
cb?: (error: string, rep: ModifyCertificatesExpiringNotificationSwitchResponse) => void
|
|
273
|
+
): Promise<ModifyCertificatesExpiringNotificationSwitchResponse> {
|
|
274
|
+
return this.request("ModifyCertificatesExpiringNotificationSwitch", req, cb)
|
|
275
|
+
}
|
|
276
|
+
|
|
265
277
|
/**
|
|
266
278
|
* 查询管理人详情
|
|
267
279
|
*/
|
|
@@ -211,6 +211,21 @@ export interface ModifyCertificateAliasRequest {
|
|
|
211
211
|
Alias?: string
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
+
/**
|
|
215
|
+
* ModifyCertificatesExpiringNotificationSwitch返回参数结构体
|
|
216
|
+
*/
|
|
217
|
+
export interface ModifyCertificatesExpiringNotificationSwitchResponse {
|
|
218
|
+
/**
|
|
219
|
+
* 证书ID列表
|
|
220
|
+
*/
|
|
221
|
+
CertificateIds: Array<string>
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
225
|
+
*/
|
|
226
|
+
RequestId?: string
|
|
227
|
+
}
|
|
228
|
+
|
|
214
229
|
/**
|
|
215
230
|
* CommitCertificateInformation请求参数结构体
|
|
216
231
|
*/
|
|
@@ -1781,6 +1796,21 @@ export interface ProjectInfo {
|
|
|
1781
1796
|
ProjectId: string
|
|
1782
1797
|
}
|
|
1783
1798
|
|
|
1799
|
+
/**
|
|
1800
|
+
* ModifyCertificatesExpiringNotificationSwitch请求参数结构体
|
|
1801
|
+
*/
|
|
1802
|
+
export interface ModifyCertificatesExpiringNotificationSwitchRequest {
|
|
1803
|
+
/**
|
|
1804
|
+
* 证书ID列表。最多50个
|
|
1805
|
+
*/
|
|
1806
|
+
CertificateIds: Array<string>
|
|
1807
|
+
|
|
1808
|
+
/**
|
|
1809
|
+
* 0:不忽略通知。1:忽略通知
|
|
1810
|
+
*/
|
|
1811
|
+
SwitchStatus: number
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1784
1814
|
/**
|
|
1785
1815
|
* DescribeDeployedResources返回参数结构体
|
|
1786
1816
|
*/
|
|
@@ -24,6 +24,7 @@ import {
|
|
|
24
24
|
MeshConfig,
|
|
25
25
|
UnlinkPrometheusResponse,
|
|
26
26
|
LoadBalancerStatus,
|
|
27
|
+
ModifyTracingConfigResponse,
|
|
27
28
|
DescribeMeshResponse,
|
|
28
29
|
PodsMetricSource,
|
|
29
30
|
AutoInjectionNamespaceState,
|
|
@@ -68,6 +69,7 @@ import {
|
|
|
68
69
|
EgressGatewayStatus,
|
|
69
70
|
ExtensiveClusters,
|
|
70
71
|
SelectedItems,
|
|
72
|
+
ModifyTracingConfigRequest,
|
|
71
73
|
ModifyMeshRequest,
|
|
72
74
|
Cluster,
|
|
73
75
|
Tag,
|
|
@@ -141,13 +143,13 @@ export class Client extends AbstractClient {
|
|
|
141
143
|
}
|
|
142
144
|
|
|
143
145
|
/**
|
|
144
|
-
*
|
|
146
|
+
* 修改 Tracing 配置
|
|
145
147
|
*/
|
|
146
|
-
async
|
|
147
|
-
req:
|
|
148
|
-
cb?: (error: string, rep:
|
|
149
|
-
): Promise<
|
|
150
|
-
return this.request("
|
|
148
|
+
async ModifyTracingConfig(
|
|
149
|
+
req: ModifyTracingConfigRequest,
|
|
150
|
+
cb?: (error: string, rep: ModifyTracingConfigResponse) => void
|
|
151
|
+
): Promise<ModifyTracingConfigResponse> {
|
|
152
|
+
return this.request("ModifyTracingConfig", req, cb)
|
|
151
153
|
}
|
|
152
154
|
|
|
153
155
|
/**
|
|
@@ -179,4 +181,14 @@ export class Client extends AbstractClient {
|
|
|
179
181
|
): Promise<DescribeMeshResponse> {
|
|
180
182
|
return this.request("DescribeMesh", req, cb)
|
|
181
183
|
}
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* 解除关联Prometheus
|
|
187
|
+
*/
|
|
188
|
+
async UnlinkPrometheus(
|
|
189
|
+
req: UnlinkPrometheusRequest,
|
|
190
|
+
cb?: (error: string, rep: UnlinkPrometheusResponse) => void
|
|
191
|
+
): Promise<UnlinkPrometheusResponse> {
|
|
192
|
+
return this.request("UnlinkPrometheus", req, cb)
|
|
193
|
+
}
|
|
182
194
|
}
|
|
@@ -158,6 +158,16 @@ export interface LoadBalancerStatus {
|
|
|
158
158
|
LoadBalancerVip: string
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
+
/**
|
|
162
|
+
* ModifyTracingConfig返回参数结构体
|
|
163
|
+
*/
|
|
164
|
+
export interface ModifyTracingConfigResponse {
|
|
165
|
+
/**
|
|
166
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
167
|
+
*/
|
|
168
|
+
RequestId?: string
|
|
169
|
+
}
|
|
170
|
+
|
|
161
171
|
/**
|
|
162
172
|
* DescribeMesh返回参数结构体
|
|
163
173
|
*/
|
|
@@ -1146,6 +1156,36 @@ export interface SelectedItems {
|
|
|
1146
1156
|
Gateways?: Array<string>
|
|
1147
1157
|
}
|
|
1148
1158
|
|
|
1159
|
+
/**
|
|
1160
|
+
* ModifyTracingConfig请求参数结构体
|
|
1161
|
+
*/
|
|
1162
|
+
export interface ModifyTracingConfigRequest {
|
|
1163
|
+
/**
|
|
1164
|
+
* mesh名字
|
|
1165
|
+
*/
|
|
1166
|
+
MeshId: string
|
|
1167
|
+
|
|
1168
|
+
/**
|
|
1169
|
+
* 是否启用调用跟踪
|
|
1170
|
+
*/
|
|
1171
|
+
Enable?: boolean
|
|
1172
|
+
|
|
1173
|
+
/**
|
|
1174
|
+
* 腾讯云 APM 服务相关参数
|
|
1175
|
+
*/
|
|
1176
|
+
APM?: APM
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* 调用跟踪采样值
|
|
1180
|
+
*/
|
|
1181
|
+
Sampling?: number
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* 调用追踪Zipkin相关配置
|
|
1185
|
+
*/
|
|
1186
|
+
Zipkin?: TracingZipkin
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1149
1189
|
/**
|
|
1150
1190
|
* ModifyMesh请求参数结构体
|
|
1151
1191
|
*/
|
|
@@ -736,10 +736,10 @@ export class Client extends AbstractClient {
|
|
|
736
736
|
}
|
|
737
737
|
|
|
738
738
|
/**
|
|
739
|
-
*
|
|
739
|
+
* 查询所有实例命名空间列表
|
|
740
740
|
*/
|
|
741
741
|
async DescribeInstanceAllNamespaces(
|
|
742
|
-
req
|
|
742
|
+
req: DescribeInstanceAllNamespacesRequest,
|
|
743
743
|
cb?: (error: string, rep: DescribeInstanceAllNamespacesResponse) => void
|
|
744
744
|
): Promise<DescribeInstanceAllNamespacesResponse> {
|
|
745
745
|
return this.request("DescribeInstanceAllNamespaces", req, cb)
|
|
@@ -5101,7 +5101,17 @@ export interface CheckInstanceNameRequest {
|
|
|
5101
5101
|
/**
|
|
5102
5102
|
* DescribeInstanceAllNamespaces请求参数结构体
|
|
5103
5103
|
*/
|
|
5104
|
-
export
|
|
5104
|
+
export interface DescribeInstanceAllNamespacesRequest {
|
|
5105
|
+
/**
|
|
5106
|
+
* 每页个数
|
|
5107
|
+
*/
|
|
5108
|
+
Limit?: number
|
|
5109
|
+
|
|
5110
|
+
/**
|
|
5111
|
+
* 起始偏移位置
|
|
5112
|
+
*/
|
|
5113
|
+
Offset?: number
|
|
5114
|
+
}
|
|
5105
5115
|
|
|
5106
5116
|
/**
|
|
5107
5117
|
* DescribeInstanceToken返回参数结构体
|