tencentcloud-sdk-nodejs 4.0.590 → 4.0.592

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 (70) hide show
  1. package/CHANGELOG.md +447 -0
  2. package/SERVICE_CHANGELOG.md +401 -192
  3. package/package.json +1 -1
  4. package/products.md +23 -23
  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_client.ts +27 -1
  11. package/src/services/cpdp/v20190820/cpdp_models.ts +273 -22
  12. package/src/services/dasb/v20191018/dasb_models.ts +146 -7
  13. package/src/services/ess/v20201111/ess_client.ts +11 -5
  14. package/src/services/ess/v20201111/ess_models.ts +6 -5
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +9 -2
  16. package/src/services/kms/v20190118/kms_client.ts +48 -0
  17. package/src/services/kms/v20190118/kms_models.ts +141 -0
  18. package/src/services/live/v20180801/live_models.ts +7 -2
  19. package/src/services/mps/v20190612/mps_models.ts +6 -1
  20. package/src/services/redis/v20180412/redis_client.ts +2 -2
  21. package/src/services/redis/v20180412/redis_models.ts +24 -19
  22. package/src/services/sqlserver/v20180328/sqlserver_models.ts +13 -13
  23. package/src/services/teo/v20220901/teo_models.ts +5 -1
  24. package/src/services/thpc/v20230321/thpc_client.ts +13 -0
  25. package/src/services/thpc/v20230321/thpc_models.ts +61 -2
  26. package/src/services/vod/v20180717/vod_models.ts +8 -2
  27. package/src/services/vpc/v20170312/vpc_models.ts +21 -1
  28. package/src/services/waf/v20180125/waf_models.ts +26 -8
  29. package/src/services/wedata/v20210820/wedata_client.ts +24 -11
  30. package/src/services/wedata/v20210820/wedata_models.ts +225 -73
  31. package/src/services/yinsuda/v20220527/yinsuda_models.ts +23 -2
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
  35. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +10 -1
  36. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +20 -11
  37. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +11 -6
  38. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
  39. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
  40. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +231 -18
  41. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +123 -7
  42. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -5
  43. package/tencentcloud/services/ess/v20201111/ess_client.js +11 -5
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -4
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -2
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +9 -2
  47. package/tencentcloud/services/kms/v20190118/kms_client.d.ts +17 -1
  48. package/tencentcloud/services/kms/v20190118/kms_client.js +24 -0
  49. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +121 -0
  50. package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -2
  51. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -1
  52. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
  53. package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
  54. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +21 -16
  55. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +13 -13
  56. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -1
  57. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +5 -1
  58. package/tencentcloud/services/thpc/v20230321/thpc_client.js +6 -0
  59. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +53 -2
  60. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +7 -2
  61. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17 -1
  62. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -7
  63. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +8 -4
  64. package/tencentcloud/services/wedata/v20210820/wedata_client.js +10 -4
  65. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +190 -65
  66. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +20 -2
  67. package/test/cpdp.v20190820.test.js +20 -0
  68. package/test/kms.v20190118.test.js +40 -0
  69. package/test/thpc.v20230321.test.js +10 -0
  70. 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.592",
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-05-01 01:14:33 |
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 |
@@ -135,8 +135,8 @@
135
135
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-03-30 01:46:57 |
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
- | 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 |
138
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-05-01 01:29:41 |
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 |
@@ -153,7 +153,7 @@
153
153
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-04-27 01:32:20 |
154
154
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-27 01:32:51 |
155
155
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-04-26 01:42:31 |
156
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-27 01:33:11 |
156
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-05-01 01:33:15 |
157
157
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
158
158
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
159
159
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -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-05-01 01:41:10 |
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 |
223
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-26 02:02:58 |
222
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-28 01:46:12 |
223
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-01 01:46:16 |
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.592"
@@ -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。
@@ -134,6 +134,7 @@ import {
134
134
  QueryFlexPlatformAccountBalanceResponse,
135
135
  ApplyReWithdrawalRequest,
136
136
  DownloadFileResult,
137
+ QueryFlexWechatAuthResultResponse,
137
138
  RechargeByThirdPayResponse,
138
139
  QueryOutwardOrderRequest,
139
140
  ViewMerchantRequest,
@@ -240,6 +241,7 @@ import {
240
241
  OpenBankRefundOrderApplyResult,
241
242
  CreatePayRollPreOrderWithAuthRequest,
242
243
  QueryMerchantBalanceRequest,
244
+ ApplyFlexWechatPreAuthRequest,
243
245
  QueryOutwardOrderResult,
244
246
  QueryPayerInfoRequest,
245
247
  QuerySingleTransactionStatusRequest,
@@ -443,6 +445,7 @@ import {
443
445
  QueryTransferResultResponse,
444
446
  CloseCloudOrderRequest,
445
447
  CreateInvoiceResultV2,
448
+ WechatPreAuthResult,
446
449
  QueryAcctInfoRequest,
447
450
  DescribeChargeDetailResponse,
448
451
  TranItem,
@@ -561,13 +564,14 @@ import {
561
564
  CreateOrderRequest,
562
565
  ModifyBindedAccountRequest,
563
566
  WithdrawCashMembershipResponse,
567
+ ViewShopRequest,
564
568
  CreateSinglePaymentRequest,
565
569
  QueryFlexPayeeAccountInfoResponse,
566
570
  WithdrawBill,
567
571
  MemberTransactionItem,
568
572
  DistributeReceiverResult,
569
573
  DistributeApplyRequest,
570
- ViewShopRequest,
574
+ QueryFlexWechatAuthResultRequest,
571
575
  OpenBankQueryRefundOrderResult,
572
576
  ApplyOutwardOrderResponse,
573
577
  QueryFlexServiceProviderAccountBalanceResponse,
@@ -643,6 +647,7 @@ import {
643
647
  ApplyOpenBankOrderDetailReceiptResult,
644
648
  CreateRedInvoiceV2Response,
645
649
  PayeeAccountPropertyInfo,
650
+ ApplyFlexWechatPreAuthResponse,
646
651
  DistributeMultiApplyResult,
647
652
  RefundOrderRequest,
648
653
  OpenBankPayerInfo,
@@ -653,6 +658,7 @@ import {
653
658
  CheckAcctResponse,
654
659
  CloudSubOrderRefund,
655
660
  QueryOpenBankExternalSubAccountBookBalanceRequest,
661
+ QueryWechatAuthResult,
656
662
  ApplyOutwardOrderResult,
657
663
  ApplyPayerInfoRequest,
658
664
  CreateBatchPaymentBatchData,
@@ -1814,6 +1820,16 @@ export class Client extends AbstractClient {
1814
1820
  return this.request("CreateFlexPayee", req, cb)
1815
1821
  }
1816
1822
 
1823
+ /**
1824
+ * 查询微工卡核身结果
1825
+ */
1826
+ async QueryFlexWechatAuthResult(
1827
+ req: QueryFlexWechatAuthResultRequest,
1828
+ cb?: (error: string, rep: QueryFlexWechatAuthResultResponse) => void
1829
+ ): Promise<QueryFlexWechatAuthResultResponse> {
1830
+ return this.request("QueryFlexWechatAuthResult", req, cb)
1831
+ }
1832
+
1817
1833
  /**
1818
1834
  * 智慧零售-发票红冲V2
1819
1835
  */
@@ -1937,6 +1953,16 @@ export class Client extends AbstractClient {
1937
1953
  return this.request("QueryMerchant", req, cb)
1938
1954
  }
1939
1955
 
1956
+ /**
1957
+ * 微工卡开通预核身接口
1958
+ */
1959
+ async ApplyFlexWechatPreAuth(
1960
+ req: ApplyFlexWechatPreAuthRequest,
1961
+ cb?: (error: string, rep: ApplyFlexWechatPreAuthResponse) => void
1962
+ ): Promise<ApplyFlexWechatPreAuthResponse> {
1963
+ return this.request("ApplyFlexWechatPreAuth", req, cb)
1964
+ }
1965
+
1940
1966
  /**
1941
1967
  * 修改会员属性-普通商户子账户。修改会员的会员属性。
1942
1968
  */