tencentcloud-sdk-nodejs 4.0.590 → 4.0.591

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.
Files changed (55) hide show
  1. package/CHANGELOG.md +343 -0
  2. package/SERVICE_CHANGELOG.md +458 -92
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +4 -4
  7. package/src/services/bma/v20221115/bma_models.ts +12 -1
  8. package/src/services/cdn/v20180606/cdn_models.ts +21 -11
  9. package/src/services/cfw/v20190904/cfw_models.ts +12 -6
  10. package/src/services/cpdp/v20190820/cpdp_models.ts +6 -0
  11. package/src/services/dasb/v20191018/dasb_models.ts +146 -7
  12. package/src/services/ess/v20201111/ess_client.ts +11 -5
  13. package/src/services/ess/v20201111/ess_models.ts +6 -5
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +9 -2
  15. package/src/services/kms/v20190118/kms_client.ts +48 -0
  16. package/src/services/kms/v20190118/kms_models.ts +141 -0
  17. package/src/services/live/v20180801/live_models.ts +7 -2
  18. package/src/services/mps/v20190612/mps_models.ts +6 -1
  19. package/src/services/sqlserver/v20180328/sqlserver_models.ts +13 -13
  20. package/src/services/teo/v20220901/teo_models.ts +5 -1
  21. package/src/services/thpc/v20230321/thpc_models.ts +2 -2
  22. package/src/services/vod/v20180717/vod_models.ts +8 -2
  23. package/src/services/waf/v20180125/waf_models.ts +26 -8
  24. package/src/services/wedata/v20210820/wedata_client.ts +24 -11
  25. package/src/services/wedata/v20210820/wedata_models.ts +225 -73
  26. package/src/services/yinsuda/v20220527/yinsuda_models.ts +23 -2
  27. package/tencentcloud/common/sdk_version.d.ts +1 -1
  28. package/tencentcloud/common/sdk_version.js +1 -1
  29. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
  30. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +10 -1
  31. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +20 -11
  32. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +11 -6
  33. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +5 -0
  34. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +123 -7
  35. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -5
  36. package/tencentcloud/services/ess/v20201111/ess_client.js +11 -5
  37. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -4
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -2
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +9 -2
  40. package/tencentcloud/services/kms/v20190118/kms_client.d.ts +17 -1
  41. package/tencentcloud/services/kms/v20190118/kms_client.js +24 -0
  42. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +121 -0
  43. package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -2
  44. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -1
  45. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +13 -13
  46. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -1
  47. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +2 -2
  48. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +7 -2
  49. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -7
  50. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +8 -4
  51. package/tencentcloud/services/wedata/v20210820/wedata_client.js +10 -4
  52. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +190 -65
  53. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +20 -2
  54. package/test/kms.v20190118.test.js +40 -0
  55. package/test/wedata.v20210820.test.js +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.590",
3
+ "version": "4.0.591",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
18
18
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-04-21 01:08:25 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-27 01:03:23 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-28 01:07:27 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-04-20 01:03:43 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-04-12 01:04:10 |
@@ -26,7 +26,7 @@
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-25 01:04:35 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-03-30 01:04:12 |
29
- | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-30 01:04:35 |
29
+ | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-04-28 01:08:34 |
30
30
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-03-30 01:04:44 |
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-03-30 01:04:50 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-03-30 01:05:04 |
@@ -34,7 +34,7 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-03-30 01:05:21 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-03-30 01:05:24 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-04-19 01:05:13 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-04-28 01:09:43 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-04-06 20:55:55 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-04-12 01:08:36 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
@@ -43,12 +43,12 @@
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-24 01:06:05 |
44
44
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-27 01:07:29 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-19 01:11:05 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-28 01:11:33 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-21 01:13:12 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-04-19 01:11:52 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-25 01:11:04 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-27 01:09:48 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-28 01:12:37 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-03-30 01:09:19 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-03-30 01:09:27 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-03-30 01:09:33 |
@@ -63,13 +63,13 @@
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
66
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-04-14 01:14:41 |
66
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-04-28 01:15:09 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
68
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-27 01:14:08 |
69
69
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-19 01:23:40 |
70
70
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
71
71
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
72
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-24 01:14:18 |
72
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-28 01:18:09 |
73
73
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
74
74
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
75
75
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-27 01:17:03 |
@@ -91,10 +91,10 @@
91
91
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-04-20 01:20:51 |
92
92
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-04-11 01:19:59 |
93
93
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
94
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-24 01:19:11 |
95
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-24 16:40:52 |
94
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-28 01:22:42 |
95
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-28 01:23:07 |
96
96
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-04-20 16:06:06 |
97
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-17 01:20:00 |
97
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-28 01:23:27 |
98
98
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
99
99
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
100
100
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-27 01:21:51 |
@@ -122,10 +122,10 @@
122
122
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-04-26 01:31:28 |
123
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
124
124
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-04-24 01:28:29 |
125
- | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
125
+ | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-04-28 01:28:18 |
126
126
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-27 01:26:43 |
127
127
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-27 01:27:08 |
128
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-24 01:29:32 |
128
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-28 01:29:18 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
130
130
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
131
131
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-30 01:46:35 |
@@ -136,7 +136,7 @@
136
136
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
137
137
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-11 01:28:42 |
138
138
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-24 01:31:01 |
139
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-25 01:38:38 |
139
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-28 01:31:27 |
140
140
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-30 01:49:08 |
141
141
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-04-17 01:29:42 |
142
142
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
@@ -166,7 +166,7 @@
166
166
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-03-30 01:52:50 |
167
167
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-03-30 01:52:56 |
168
168
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
169
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-04-21 01:38:00 |
169
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-04-28 01:35:52 |
170
170
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-03-30 01:53:27 |
171
171
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-04-21 01:38:46 |
172
172
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-30 01:53:47 |
@@ -193,8 +193,8 @@
193
193
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-27 01:38:59 |
194
194
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
195
195
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-04-20 01:41:18 |
196
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-26 01:54:26 |
197
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-30 02:29:55 |
196
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-28 01:40:49 |
197
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-04-28 01:42:11 |
198
198
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
199
199
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
200
200
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -219,14 +219,14 @@
219
219
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
220
220
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
221
221
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
222
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-25 01:59:07 |
222
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-28 01:46:12 |
223
223
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-26 02:02:58 |
224
224
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-14 02:04:14 |
225
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-24 01:51:56 |
225
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-28 01:48:31 |
226
226
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
227
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-13 01:50:59 |
227
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-27 13:15:51 |
228
228
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
229
- | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-04-19 16:26:04 |
229
+ | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-04-28 01:49:51 |
230
230
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
231
231
  | yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
232
232
  | yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2023-03-30 02:59:18 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.590"
1
+ export const sdkVersion = "4.0.591"
@@ -624,13 +624,13 @@ export interface GetCustomizationListResponse {
624
624
  * 自学习模型数组
625
625
  注意:此字段可能返回 null,表示取不到有效值。
626
626
  */
627
- Data: Array<Model>
627
+ Data?: Array<Model>
628
628
 
629
629
  /**
630
630
  * 自学习模型总量
631
631
  注意:此字段可能返回 null,表示取不到有效值。
632
632
  */
633
- TotalCount: number
633
+ TotalCount?: number
634
634
 
635
635
  /**
636
636
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1162,12 +1162,12 @@ export interface GetAsrVocabListResponse {
1162
1162
  /**
1163
1163
  * 热词表列表
1164
1164
  */
1165
- VocabList: Array<Vocab>
1165
+ VocabList?: Array<Vocab>
1166
1166
 
1167
1167
  /**
1168
1168
  * 热词列表总数
1169
1169
  */
1170
- TotalCount: number
1170
+ TotalCount?: number
1171
1171
 
1172
1172
  /**
1173
1173
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -74,6 +74,11 @@ export interface CreateBPBrandRequest {
74
74
  */
75
75
  CompanyName?: string
76
76
 
77
+ /**
78
+ * 品牌logo
79
+ */
80
+ BrandLogo?: string
81
+
77
82
  /**
78
83
  * 联系电话
79
84
  */
@@ -626,6 +631,12 @@ export interface FakeURLData {
626
631
  注意:此字段可能返回 null,表示取不到有效值。
627
632
  */
628
633
  Snapshot?: string
634
+
635
+ /**
636
+ * 账户资源状态:0-不可用 1-可用
637
+ 注意:此字段可能返回 null,表示取不到有效值。
638
+ */
639
+ AccountStatus?: number
629
640
  }
630
641
 
631
642
  /**
@@ -815,7 +826,7 @@ export interface CreateBPBrandResponse {
815
826
  /**
816
827
  * 企业id
817
828
  */
818
- CompanyId: number
829
+ CompanyId?: number
819
830
 
820
831
  /**
821
832
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4049,7 +4049,8 @@ export interface DescribePayTypeRequest {
4049
4049
  * 指定服务地域查询
4050
4050
  mainland:境内计费方式查询
4051
4051
  overseas:境外计费方式查询
4052
- 未填充时默认为 mainland
4052
+ global:全球计费方式查询
4053
+ 未填充时,默认为 mainland
4053
4054
  */
4054
4055
  Area?: string
4055
4056
 
@@ -4057,6 +4058,14 @@ overseas:境外计费方式查询
4057
4058
  * 指定查询的产品数据,可选为cdn或者ecdn,默认为cdn
4058
4059
  */
4059
4060
  Product?: string
4061
+
4062
+ /**
4063
+ * 指定资源包查询
4064
+ flux:流量包
4065
+ https:HTTPS请求包
4066
+ 未填充时,默认为 flux
4067
+ */
4068
+ Type?: string
4060
4069
  }
4061
4070
 
4062
4071
  /**
@@ -5852,7 +5861,7 @@ export interface StopScdnDomainResponse {
5852
5861
  */
5853
5862
  export interface DescribePayTypeResponse {
5854
5863
  /**
5855
- * 计费类型:
5864
+ * 计费类型
5856
5865
  flux:流量计费
5857
5866
  bandwidth:带宽计费
5858
5867
  request:请求数计费
@@ -5860,41 +5869,42 @@ flux_sep:动静分离流量计费
5860
5869
  bandwidth_sep:动静分离带宽计费
5861
5870
  日结计费方式切换时,若当日产生消耗,则此字段表示第二天即将生效的计费方式,若未产生消耗,则表示已经生效的计费方式。
5862
5871
  */
5863
- PayType: string
5872
+ PayType?: string
5864
5873
 
5865
5874
  /**
5866
- * 计费周期:
5875
+ * 计费周期
5867
5876
  day:日结计费
5868
5877
  month:月结计费
5869
5878
  hour:小时结计费
5870
5879
  */
5871
- BillingCycle: string
5880
+ BillingCycle?: string
5872
5881
 
5873
5882
  /**
5874
- * monthMax:日峰值月平均,月结模式
5883
+ * 统计类型
5884
+ monthMax:日峰值月平均,月结模式
5875
5885
  day95:日 95 带宽,月结模式
5876
5886
  month95:月95带宽,月结模式
5877
5887
  sum:总流量/总请求数,日结或月结模式
5878
5888
  max:峰值带宽,日结模式
5879
5889
  */
5880
- StatType: string
5890
+ StatType?: string
5881
5891
 
5882
5892
  /**
5883
- * 境外计费类型:
5893
+ * 计费区域
5884
5894
  all:全地区统一计费
5885
5895
  multiple:分地区计费
5886
5896
  */
5887
- RegionType: string
5897
+ RegionType?: string
5888
5898
 
5889
5899
  /**
5890
- * 当前生效计费类型:
5900
+ * 当前生效计费类型
5891
5901
  flux:流量计费
5892
5902
  bandwidth:带宽计费
5893
5903
  request:请求数计费
5894
5904
  flux_sep:动静分离流量计费
5895
5905
  bandwidth_sep:动静分离带宽计费
5896
5906
  */
5897
- CurrentPayType: string
5907
+ CurrentPayType?: string
5898
5908
 
5899
5909
  /**
5900
5910
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -519,6 +519,12 @@ export interface BlockIgnoreRule {
519
519
  注意:此字段可能返回 null,表示取不到有效值。
520
520
  */
521
521
  Country: string
522
+
523
+ /**
524
+ * 备注
525
+ 注意:此字段可能返回 null,表示取不到有效值。
526
+ */
527
+ Comment: string
522
528
  }
523
529
 
524
530
  /**
@@ -3919,12 +3925,12 @@ export interface DescribeBlockIgnoreListRequest {
3919
3925
  RuleType: number
3920
3926
 
3921
3927
  /**
3922
- * 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
3928
+ * 排序类型:desc降序,asc正序
3923
3929
  */
3924
3930
  Order: string
3925
3931
 
3926
3932
  /**
3927
- * 排序类型:desc降序,asc正序
3933
+ * 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
3928
3934
  */
3929
3935
  By: string
3930
3936
 
@@ -4849,22 +4855,22 @@ export interface DescribeBlockIgnoreListResponse {
4849
4855
  /**
4850
4856
  * 列表数据
4851
4857
  */
4852
- Data: Array<BlockIgnoreRule>
4858
+ Data?: Array<BlockIgnoreRule>
4853
4859
 
4854
4860
  /**
4855
4861
  * 查询结果总数,用于分页
4856
4862
  */
4857
- Total: number
4863
+ Total?: number
4858
4864
 
4859
4865
  /**
4860
4866
  * 状态值,0:查询成功,非0:查询失败
4861
4867
  */
4862
- ReturnCode: number
4868
+ ReturnCode?: number
4863
4869
 
4864
4870
  /**
4865
4871
  * 状态信息,success:查询成功,fail:查询失败
4866
4872
  */
4867
- ReturnMsg: string
4873
+ ReturnMsg?: string
4868
4874
 
4869
4875
  /**
4870
4876
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3574,6 +3574,12 @@ FAILED:已失败
3574
3574
  注意:此字段可能返回 null,表示取不到有效值。
3575
3575
  */
3576
3576
  FailReason: string
3577
+
3578
+ /**
3579
+ * 资金账户字类型: WECHATPAY_ACCOUNT 微信零钱, BANK_ACCOUNT 银行卡
3580
+ 注意:此字段可能返回 null,表示取不到有效值。
3581
+ */
3582
+ FundingAccountSubType?: string
3577
3583
  }
3578
3584
 
3579
3585
  /**
@@ -552,6 +552,12 @@ export interface SearchCommandRequest {
552
552
  */
553
553
  Cmd?: string
554
554
 
555
+ /**
556
+ * Cmd字段是前端传值是否进行base64.
557
+ 0:否,1:是
558
+ */
559
+ Encoding?: number
560
+
555
561
  /**
556
562
  * 根据拦截状态进行过滤:1 - 已执行,2 - 被阻断
557
563
  */
@@ -751,6 +757,54 @@ export interface SearchCommandResult {
751
757
  * 命令执行时间相对于所属会话开始时间的偏移量,单位ms
752
758
  */
753
759
  TimeOffset: number
760
+
761
+ /**
762
+ * 账号
763
+ 注意:此字段可能返回 null,表示取不到有效值。
764
+ */
765
+ Account?: string
766
+
767
+ /**
768
+ * source ip
769
+ 注意:此字段可能返回 null,表示取不到有效值。
770
+ */
771
+ FromIp?: string
772
+
773
+ /**
774
+ * 该命令所属会话的会话开始时间
775
+ 注意:此字段可能返回 null,表示取不到有效值。
776
+ */
777
+ SessTime?: string
778
+
779
+ /**
780
+ * 复核时间
781
+ 注意:此字段可能返回 null,表示取不到有效值。
782
+ */
783
+ ConfirmTime?: string
784
+
785
+ /**
786
+ * 部门id
787
+ 注意:此字段可能返回 null,表示取不到有效值。
788
+ */
789
+ UserDepartmentId?: string
790
+
791
+ /**
792
+ * 用户部门名称
793
+ 注意:此字段可能返回 null,表示取不到有效值。
794
+ */
795
+ UserDepartmentName?: string
796
+
797
+ /**
798
+ * 设备部门id
799
+ 注意:此字段可能返回 null,表示取不到有效值。
800
+ */
801
+ DeviceDepartmentId?: string
802
+
803
+ /**
804
+ * 设备部门名称
805
+ 注意:此字段可能返回 null,表示取不到有效值。
806
+ */
807
+ DeviceDepartmentName?: string
754
808
  }
755
809
 
756
810
  /**
@@ -822,6 +876,12 @@ export interface SearchCommandBySidRequest {
822
876
  */
823
877
  Cmd?: string
824
878
 
879
+ /**
880
+ * Cmd字段是前端传值是否进行base64.
881
+ 0:否,1:是
882
+ */
883
+ Encoding?: number
884
+
825
885
  /**
826
886
  * 偏移量
827
887
  */
@@ -1277,7 +1337,7 @@ export interface CreateCmdTemplateResponse {
1277
1337
  /**
1278
1338
  * 新建成功后返回的记录ID
1279
1339
  */
1280
- Id: number
1340
+ Id?: number
1281
1341
 
1282
1342
  /**
1283
1343
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1308,6 +1368,72 @@ export interface Command {
1308
1368
  * 命令执行情况,1--允许,2--拒绝,3--确认
1309
1369
  */
1310
1370
  Action: number
1371
+
1372
+ /**
1373
+ * 会话id
1374
+ 注意:此字段可能返回 null,表示取不到有效值。
1375
+ */
1376
+ Sid?: string
1377
+
1378
+ /**
1379
+ * 用户名
1380
+ 注意:此字段可能返回 null,表示取不到有效值。
1381
+ */
1382
+ UserName?: string
1383
+
1384
+ /**
1385
+ * 设备account
1386
+ 注意:此字段可能返回 null,表示取不到有效值。
1387
+ */
1388
+ Account?: string
1389
+
1390
+ /**
1391
+ * 设备ip
1392
+ 注意:此字段可能返回 null,表示取不到有效值。
1393
+ */
1394
+ InstanceId?: string
1395
+
1396
+ /**
1397
+ * source ip
1398
+ 注意:此字段可能返回 null,表示取不到有效值。
1399
+ */
1400
+ FromIp?: string
1401
+
1402
+ /**
1403
+ * 该命令所属会话的会话开始时间
1404
+ 注意:此字段可能返回 null,表示取不到有效值。
1405
+ */
1406
+ SessTime?: string
1407
+
1408
+ /**
1409
+ * 复核时间
1410
+ 注意:此字段可能返回 null,表示取不到有效值。
1411
+ */
1412
+ ConfirmTime?: string
1413
+
1414
+ /**
1415
+ * 用户部门id
1416
+ 注意:此字段可能返回 null,表示取不到有效值。
1417
+ */
1418
+ UserDepartmentId?: string
1419
+
1420
+ /**
1421
+ * 用户部门name
1422
+ 注意:此字段可能返回 null,表示取不到有效值。
1423
+ */
1424
+ UserDepartmentName?: string
1425
+
1426
+ /**
1427
+ * 设备部门id
1428
+ 注意:此字段可能返回 null,表示取不到有效值。
1429
+ */
1430
+ DeviceDepartmentId?: string
1431
+
1432
+ /**
1433
+ * 设备部门name
1434
+ 注意:此字段可能返回 null,表示取不到有效值。
1435
+ */
1436
+ DeviceDepartmentName?: string
1311
1437
  }
1312
1438
 
1313
1439
  /**
@@ -1479,12 +1605,12 @@ export interface SearchCommandResponse {
1479
1605
  /**
1480
1606
  * 总记录数
1481
1607
  */
1482
- TotalCount: number
1608
+ TotalCount?: number
1483
1609
 
1484
1610
  /**
1485
1611
  * 命令列表
1486
1612
  */
1487
- Commands: Array<SearchCommandResult>
1613
+ Commands?: Array<SearchCommandResult>
1488
1614
 
1489
1615
  /**
1490
1616
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1509,12 +1635,12 @@ export interface SearchCommandBySidResponse {
1509
1635
  /**
1510
1636
  * 总记录数
1511
1637
  */
1512
- TotalCount: number
1638
+ TotalCount?: number
1513
1639
 
1514
1640
  /**
1515
1641
  * 命令列表
1516
1642
  */
1517
- CommandSet: Array<Command>
1643
+ CommandSet?: Array<Command>
1518
1644
 
1519
1645
  /**
1520
1646
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1691,6 +1817,13 @@ export interface CreateCmdTemplateRequest {
1691
1817
  * 命令列表,\n分隔,最大长度32768字节
1692
1818
  */
1693
1819
  CmdList: string
1820
+
1821
+ /**
1822
+ * 标识cmdlist字段前端是否为base64加密传值.
1823
+ 0:表示非base64加密
1824
+ 1:表示是base64加密
1825
+ */
1826
+ Encoding?: number
1694
1827
  }
1695
1828
 
1696
1829
  /**
@@ -1927,12 +2060,12 @@ export interface SearchSessionCommandResponse {
1927
2060
  /**
1928
2061
  * 记录总数
1929
2062
  */
1930
- TotalCount: number
2063
+ TotalCount?: number
1931
2064
 
1932
2065
  /**
1933
2066
  * 命令和所属会话
1934
2067
  */
1935
- CommandSessionSet: Array<SessionCommand>
2068
+ CommandSessionSet?: Array<SessionCommand>
1936
2069
 
1937
2070
  /**
1938
2071
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3157,6 +3290,12 @@ export interface SearchSessionCommandRequest {
3157
3290
  */
3158
3291
  Limit?: number
3159
3292
 
3293
+ /**
3294
+ * Cmd字段前端是否做base64加密
3295
+ 0:否,1:是
3296
+ */
3297
+ Encoding?: number
3298
+
3160
3299
  /**
3161
3300
  * 结束时间
3162
3301
  */
@@ -247,7 +247,7 @@ callbackinfo包含: 回调地址和签名key
247
247
  }
248
248
 
249
249
  /**
250
- * 企业方可以通过此接口获取个人用户开启自动签的跳转链接
250
+ * 企业方可以通过此接口获取个人用户开启自动签的跳转链接(处方单场景专用,使用此接口请与客户经理确认)
251
251
  */
252
252
  async CreateUserAutoSignEnableUrl(
253
253
  req: CreateUserAutoSignEnableUrlRequest,
@@ -310,7 +310,7 @@ callbackinfo包含: 回调地址和签名key
310
310
  }
311
311
 
312
312
  /**
313
- * 本接口(CreatePreparedPersonalEsign)用于创建导入个人印章。
313
+ * 本接口(CreatePreparedPersonalEsign)用于创建导入个人印章(处方单场景专用,在开通个人自动签之后调用,使用此接口请与客户经理确认)。
314
314
  */
315
315
  async CreatePreparedPersonalEsign(
316
316
  req: CreatePreparedPersonalEsignRequest,
@@ -334,7 +334,7 @@ callbackinfo包含: 回调地址和签名key
334
334
  }
335
335
 
336
336
  /**
337
- * 企业方可以通过此接口关闭个人的自动签功能
337
+ * 企业方可以通过此接口关闭个人的自动签功能(处方单场景专用,使用此接口请与客户经理确认)
338
338
  */
339
339
  async DisableUserAutoSign(
340
340
  req: DisableUserAutoSignRequest,
@@ -435,7 +435,7 @@ callbackinfo包含: 回调地址和签名key
435
435
  }
436
436
 
437
437
  /**
438
- * 企业方可以通过此接口查询个人用户自动签开启状态
438
+ * 企业方可以通过此接口查询个人用户自动签开启状态。(处方单场景专用,使用此接口请与客户经理确认)
439
439
  */
440
440
  async DescribeUserAutoSignStatus(
441
441
  req: DescribeUserAutoSignStatusRequest,
@@ -480,7 +480,13 @@ callbackinfo包含: 回调地址和签名key
480
480
  /**
481
481
  * 此接口(CreateMultiFlowSignQRCode)用于创建一码多扫流程签署二维码。
482
482
  适用场景:无需填写签署人信息,可通过模板id生成签署二维码,签署人可通过扫描二维码补充签署信息进行实名签署。常用于提前不知道签署人的身份信息场景,例如:劳务工招工、大批量员工入职等场景。
483
- 适用的模板仅限于B2C(1、无序签署,2、顺序签署时B静默签署,3、顺序签署时B非首位签署)、单C的模板,且模板中发起方没有填写控件。
483
+
484
+ **本接口适用于发起方没有填写控件的 B2C或者单C模板**
485
+
486
+ **若是B2C模板,还要满足以下任意一个条件**
487
+ - 模板中配置的签署顺序是无序
488
+ - B端企业的签署方式是静默签署
489
+ - B端企业是非首位签署
484
490
  */
485
491
  async CreateMultiFlowSignQRCode(
486
492
  req: CreateMultiFlowSignQRCodeRequest,