tencentcloud-sdk-nodejs 4.0.929 → 4.0.931

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 (58) hide show
  1. package/CHANGELOG.md +184 -0
  2. package/SERVICE_CHANGELOG.md +195 -586
  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/bi/v20220105/bi_models.ts +4 -0
  7. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  8. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -0
  9. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +76 -0
  10. package/src/services/cls/v20201016/cls_models.ts +0 -1
  11. package/src/services/cynosdb/v20190107/cynosdb_client.ts +24 -12
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +52 -0
  13. package/src/services/dlc/v20210125/dlc_models.ts +20 -11
  14. package/src/services/dsgc/v20190723/dsgc_models.ts +13 -0
  15. package/src/services/ecc/v20181213/ecc_client.ts +2 -3
  16. package/src/services/ess/v20201111/ess_client.ts +3 -3
  17. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  18. package/src/services/lke/v20231130/lke_models.ts +1 -1
  19. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
  20. package/src/services/redis/v20180412/redis_models.ts +13 -13
  21. package/src/services/ssl/v20191205/ssl_client.ts +14 -1
  22. package/src/services/ssl/v20191205/ssl_models.ts +84 -18
  23. package/src/services/tcr/v20190924/tcr_models.ts +3 -3
  24. package/src/services/thpc/v20230321/thpc_client.ts +191 -135
  25. package/src/services/thpc/v20230321/thpc_models.ts +1279 -799
  26. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  27. package/src/services/waf/v20180125/waf_models.ts +3 -3
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +4 -0
  31. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  32. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +75 -0
  33. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +0 -1
  34. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
  35. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
  36. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +50 -0
  37. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +20 -11
  38. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +13 -0
  39. package/tencentcloud/services/ecc/v20181213/ecc_client.d.ts +1 -2
  40. package/tencentcloud/services/ecc/v20181213/ecc_client.js +1 -2
  41. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -3
  42. package/tencentcloud/services/ess/v20201111/ess_client.js +3 -3
  43. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  44. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
  45. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  46. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +13 -13
  47. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
  48. package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
  49. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +81 -18
  50. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +3 -3
  51. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +49 -33
  52. package/tencentcloud/services/thpc/v20230321/thpc_client.js +71 -47
  53. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1234 -770
  54. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  55. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +3 -3
  56. package/test/cynosdb.v20190107.test.js +14 -4
  57. package/test/ssl.v20191205.test.js +10 -0
  58. package/test/thpc.v20230321.test.js +72 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.929",
3
+ "version": "4.0.931",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -22,7 +22,7 @@
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-08-29 01:10:22 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
25
- | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-08-30 01:06:02 |
25
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-09-05 01:05:48 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-08-29 01:11:13 |
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) | 2024-03-20 01:08:40 |
@@ -40,12 +40,12 @@
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-08-28 01:11:56 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-08-22 01:10:57 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-08-29 01:15:53 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-05 01:10:32 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-26 01:17:46 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
47
47
  | cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-07-24 01:18:03 |
48
- | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-09-02 01:18:49 |
48
+ | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-09-04 01:13:34 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
50
50
  | cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
51
51
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-03 01:21:59 |
@@ -62,7 +62,7 @@
62
62
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
63
63
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
64
64
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-08-23 01:19:08 |
65
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-08-28 01:22:15 |
65
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-09-05 01:17:41 |
66
66
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-07-29 01:23:21 |
67
67
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-08-28 01:24:04 |
68
68
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
@@ -75,7 +75,7 @@
75
75
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-08-29 01:25:55 |
76
76
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-08-29 01:26:55 |
77
77
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
78
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-03 01:35:21 |
78
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-05 01:24:31 |
79
79
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-08-30 01:26:40 |
80
80
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
81
81
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -83,23 +83,23 @@
83
83
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
84
84
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-02 01:33:14 |
85
85
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-03 01:39:09 |
86
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-08-15 01:32:44 |
86
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-04 15:52:47 |
87
87
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-08-21 01:31:30 |
88
88
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
89
89
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
90
90
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
91
- | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-08-27 01:38:24 |
91
+ | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-09-05 01:30:40 |
92
92
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
93
93
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-08-28 01:39:30 |
94
94
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-19 01:36:09 |
95
- | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
95
+ | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-09-05 01:32:54 |
96
96
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
97
97
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
98
98
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
99
99
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
100
100
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-08-30 01:34:26 |
101
101
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-03 01:47:13 |
102
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-28 01:44:13 |
102
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-05 01:35:43 |
103
103
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-03 01:49:10 |
104
104
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-08-28 01:46:27 |
105
105
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-28 01:46:34 |
@@ -115,7 +115,7 @@
115
115
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
116
116
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
117
117
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
118
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-02 14:30:09 |
118
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-04 11:17:13 |
119
119
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
120
120
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
121
121
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
@@ -138,7 +138,7 @@
138
138
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-08-26 02:00:18 |
139
139
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-08-28 01:59:28 |
140
140
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-08-14 02:01:47 |
141
- | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-08-30 01:50:11 |
141
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-09-04 01:48:41 |
142
142
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
143
143
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
144
144
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
@@ -157,8 +157,8 @@
157
157
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
158
158
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
159
159
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
160
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-03 02:13:22 |
161
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-30 01:56:46 |
160
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-04 01:54:37 |
161
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-05 01:55:58 |
162
162
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
163
163
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-28 02:12:13 |
164
164
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
@@ -167,7 +167,7 @@
167
167
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-28 02:14:34 |
168
168
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
169
169
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-08-01 02:05:51 |
170
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-08-29 02:06:32 |
170
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-09-05 01:59:56 |
171
171
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-08-28 02:16:37 |
172
172
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
173
173
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -182,7 +182,7 @@
182
182
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
183
183
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-27 02:19:04 |
184
184
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
185
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-09-03 02:24:16 |
185
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-09-04 02:03:03 |
186
186
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
187
187
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
188
188
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-08-28 02:21:40 |
@@ -202,15 +202,15 @@
202
202
  | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
203
203
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
204
204
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
205
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-08-28 02:24:59 |
205
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-09-05 02:07:24 |
206
206
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-08-23 02:13:33 |
207
207
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
208
208
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
209
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-03 02:33:30 |
209
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-05 02:11:14 |
210
210
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
211
211
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
212
212
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-08-23 02:18:47 |
213
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-07-24 02:16:49 |
213
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-09-05 02:14:49 |
214
214
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
215
215
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
216
216
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -228,7 +228,7 @@
228
228
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-08-30 02:18:52 |
229
229
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
230
230
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
231
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-21 02:23:20 |
231
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-04 02:18:27 |
232
232
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-08-28 02:40:22 |
233
233
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-30 11:37:37 |
234
234
  | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
@@ -244,7 +244,7 @@
244
244
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-03 02:49:57 |
245
245
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-08-07 02:38:54 |
246
246
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-07-31 02:26:05 |
247
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-08-28 02:50:27 |
247
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-05 02:27:17 |
248
248
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
249
249
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-08-29 20:07:34 |
250
250
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.929"
1
+ export const sdkVersion = "4.0.931"
@@ -625,6 +625,10 @@ export interface ModifyUserRoleRequest {
625
625
  * 企业微信应用用户id
626
626
  */
627
627
  AppUserId?: string
628
+ /**
629
+ * 是否开启手机验证码登录(0 关闭,1 开启)
630
+ */
631
+ LoginSecurityStatus?: number
628
632
  }
629
633
 
630
634
  /**
@@ -3037,7 +3037,7 @@ export interface BinlogInfo {
3037
3037
  */
3038
3038
  RemoteInfo?: Array<RemoteBackupInfo>
3039
3039
  /**
3040
- * 存储方式,0-常规存储,1-归档存储,默认为0
3040
+ * 存储方式,0-常规存储,1-归档存储,2-标准存储,默认为0
3041
3041
  */
3042
3042
  CosStorageType?: number
3043
3043
  /**
@@ -6115,7 +6115,7 @@ export interface BackupInfo {
6115
6115
  */
6116
6116
  RemoteInfo?: Array<RemoteBackupInfo>
6117
6117
  /**
6118
- * 存储方式,0-常规存储,1-归档存储,默认为0
6118
+ * 存储方式,0-常规存储,1-归档存储,2-标准存储,默认为0
6119
6119
  */
6120
6120
  CosStorageType?: number
6121
6121
  /**
@@ -27,6 +27,7 @@ import {
27
27
  ModifyUserPrivilegesV3Response,
28
28
  ModifyUserPrivilegesV3Request,
29
29
  DestroyInstanceRequest,
30
+ ScheduleInfo,
30
31
  BindUser,
31
32
  CancelBackupJobRequest,
32
33
  ModifyWorkloadGroupRequest,
@@ -189,6 +189,55 @@ export interface DestroyInstanceRequest {
189
189
  InstanceId: string
190
190
  }
191
191
 
192
+ /**
193
+ * 调度信息
194
+ */
195
+ export interface ScheduleInfo {
196
+ /**
197
+ * 生效时间
198
+ 注意:此字段可能返回 null,表示取不到有效值。
199
+ */
200
+ EffectivePeriod?: string
201
+ /**
202
+ * 调度类型:
203
+ Day-天
204
+ Week-周
205
+ Month-月
206
+ Once-单次
207
+ 注意:此字段可能返回 null,表示取不到有效值。
208
+ */
209
+ ScheduleType?: string
210
+ /**
211
+ * 执行调度的日期。调度类型为周和月时以英文逗号分隔;
212
+ 调度类型为单次时,该值是个日期
213
+ 注意:此字段可能返回 null,表示取不到有效值。
214
+ */
215
+ ScheduleData?: string
216
+ /**
217
+ * 执行时间:时
218
+ 注意:此字段可能返回 null,表示取不到有效值。
219
+ */
220
+ ScheduleHour?: number
221
+ /**
222
+ * 执行时间:分
223
+ 注意:此字段可能返回 null,表示取不到有效值。
224
+ */
225
+ ScheduleMin?: number
226
+ /**
227
+ * 备份粒度:
228
+ All-全量
229
+ Database-按库
230
+ Table-按表
231
+ 注意:此字段可能返回 null,表示取不到有效值。
232
+ */
233
+ BackupScope?: string
234
+ /**
235
+ * 备份库:如果是按库备份,则需要该字段,库之间用英文逗号分割
236
+ 注意:此字段可能返回 null,表示取不到有效值。
237
+ */
238
+ BackupDatabase?: string
239
+ }
240
+
192
241
  /**
193
242
  * 资源组绑定的用户信息,需要username和host信息进行授权
194
243
  */
@@ -1618,6 +1667,14 @@ export interface InstanceConfigItem {
1618
1667
  * CreateBackUpSchedule请求参数结构体
1619
1668
  */
1620
1669
  export interface CreateBackUpScheduleRequest {
1670
+ /**
1671
+ * 集群id
1672
+ */
1673
+ InstanceId: string
1674
+ /**
1675
+ * 操作类型 create(创建) update(编辑修改)
1676
+ */
1677
+ OperationType: string
1621
1678
  /**
1622
1679
  * 编辑时需要传
1623
1680
  */
@@ -1660,6 +1717,25 @@ export interface CreateBackUpScheduleRequest {
1660
1717
  * cos认证的信息
1661
1718
  */
1662
1719
  CosSourceInfo?: CosSourceInfo
1720
+ /**
1721
+ * 调度任务名
1722
+ */
1723
+ ScheduleName?: string
1724
+ /**
1725
+ * 调度信息
1726
+ */
1727
+ ScheduleInfo?: ScheduleInfo
1728
+ /**
1729
+ * 更新任务状态:
1730
+ 3-暂停,
1731
+ 2-删除,
1732
+ 1-启动
1733
+ */
1734
+ UpdateStatus?: number
1735
+ /**
1736
+ * 当前任务的cos桶信息
1737
+ */
1738
+ CosBucket?: string
1663
1739
  }
1664
1740
 
1665
1741
  /**
@@ -1146,7 +1146,6 @@ id,地域,简称信息如下:
1146
1146
  - 1, 广州,ap-guangzhou
1147
1147
  - 4, 上海,ap-shanghai
1148
1148
  - 5, 中国香港,ap-hongkong
1149
- - 6, 多伦多,na-toronto
1150
1149
  - 7, 上海金融,ap-shanghai-fsi
1151
1150
  - 8, 北京,ap-beijing
1152
1151
  - 9, 新加坡,ap-singapore
@@ -348,6 +348,7 @@ import {
348
348
  ModifyClusterStorageResponse,
349
349
  ModifyInstanceUpgradeLimitDaysRequest,
350
350
  CloseClusterPasswordComplexityRequest,
351
+ DescribeIsolatedInstancesRequest,
351
352
  ModifyAccountParamsRequest,
352
353
  AuditLogFile,
353
354
  DescribeAuditRuleTemplatesResponse,
@@ -403,6 +404,7 @@ import {
403
404
  DescribeAuditLogFilesRequest,
404
405
  SaleRegion,
405
406
  DeleteAuditLogFileRequest,
407
+ DescribeIsolatedInstancesResponse,
406
408
  GrantAccountPrivilegesResponse,
407
409
  ClusterParamModifyLog,
408
410
  ModifyBinlogConfigResponse,
@@ -784,13 +786,13 @@ export class Client extends AbstractClient {
784
786
  }
785
787
 
786
788
  /**
787
- * 销毁集群
789
+ * 本接口(DescribeIsolatedInstances)用于查询回收站实例列表。
788
790
  */
789
- async OfflineCluster(
790
- req: OfflineClusterRequest,
791
- cb?: (error: string, rep: OfflineClusterResponse) => void
792
- ): Promise<OfflineClusterResponse> {
793
- return this.request("OfflineCluster", req, cb)
791
+ async DescribeIsolatedInstances(
792
+ req: DescribeIsolatedInstancesRequest,
793
+ cb?: (error: string, rep: DescribeIsolatedInstancesResponse) => void
794
+ ): Promise<DescribeIsolatedInstancesResponse> {
795
+ return this.request("DescribeIsolatedInstances", req, cb)
794
796
  }
795
797
 
796
798
  /**
@@ -1113,6 +1115,16 @@ export class Client extends AbstractClient {
1113
1115
  return this.request("SwitchClusterZone", req, cb)
1114
1116
  }
1115
1117
 
1118
+ /**
1119
+ * 本接口(SearchClusterDatabases)搜索集群数据库列表
1120
+ */
1121
+ async SearchClusterDatabases(
1122
+ req: SearchClusterDatabasesRequest,
1123
+ cb?: (error: string, rep: SearchClusterDatabasesResponse) => void
1124
+ ): Promise<SearchClusterDatabasesResponse> {
1125
+ return this.request("SearchClusterDatabases", req, cb)
1126
+ }
1127
+
1116
1128
  /**
1117
1129
  * 本接口(AddInstances)用于集群添加实例
1118
1130
  */
@@ -1484,13 +1496,13 @@ export class Client extends AbstractClient {
1484
1496
  }
1485
1497
 
1486
1498
  /**
1487
- * 本接口(SearchClusterDatabases)搜索集群数据库列表
1499
+ * 销毁集群
1488
1500
  */
1489
- async SearchClusterDatabases(
1490
- req: SearchClusterDatabasesRequest,
1491
- cb?: (error: string, rep: SearchClusterDatabasesResponse) => void
1492
- ): Promise<SearchClusterDatabasesResponse> {
1493
- return this.request("SearchClusterDatabases", req, cb)
1501
+ async OfflineCluster(
1502
+ req: OfflineClusterRequest,
1503
+ cb?: (error: string, rep: OfflineClusterResponse) => void
1504
+ ): Promise<OfflineClusterResponse> {
1505
+ return this.request("OfflineCluster", req, cb)
1494
1506
  }
1495
1507
 
1496
1508
  /**
@@ -8905,6 +8905,40 @@ export interface CloseClusterPasswordComplexityRequest {
8905
8905
  ClusterIds: Array<string>
8906
8906
  }
8907
8907
 
8908
+ /**
8909
+ * DescribeIsolatedInstances请求参数结构体
8910
+ */
8911
+ export interface DescribeIsolatedInstancesRequest {
8912
+ /**
8913
+ * 返回数量,默认为 20,最大值为 100
8914
+ */
8915
+ Limit?: number
8916
+ /**
8917
+ * 记录偏移量,默认值为0
8918
+ */
8919
+ Offset?: number
8920
+ /**
8921
+ * 排序字段,取值范围:
8922
+ <li> CREATETIME:创建时间</li>
8923
+ <li> PERIODENDTIME:过期时间</li>
8924
+ */
8925
+ OrderBy?: string
8926
+ /**
8927
+ * 排序类型,取值范围:
8928
+ <li> ASC:升序排序 </li>
8929
+ <li> DESC:降序排序 </li>
8930
+ */
8931
+ OrderByType?: string
8932
+ /**
8933
+ * 搜索条件,若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
8934
+ */
8935
+ Filters?: Array<QueryFilter>
8936
+ /**
8937
+ * 引擎类型:目前支持“MYSQL”, “POSTGRESQL”
8938
+ */
8939
+ DbType?: string
8940
+ }
8941
+
8908
8942
  /**
8909
8943
  * ModifyAccountParams请求参数结构体
8910
8944
  */
@@ -10332,6 +10366,24 @@ export interface DeleteAuditLogFileRequest {
10332
10366
  FileName: string
10333
10367
  }
10334
10368
 
10369
+ /**
10370
+ * DescribeIsolatedInstances返回参数结构体
10371
+ */
10372
+ export interface DescribeIsolatedInstancesResponse {
10373
+ /**
10374
+ * 实例个数
10375
+ */
10376
+ TotalCount?: number
10377
+ /**
10378
+ * 实例列表
10379
+ */
10380
+ InstanceSet?: Array<CynosdbInstance>
10381
+ /**
10382
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10383
+ */
10384
+ RequestId?: string
10385
+ }
10386
+
10335
10387
  /**
10336
10388
  * GrantAccountPrivileges返回参数结构体
10337
10389
  */
@@ -2800,7 +2800,7 @@ export interface DescribeUserInfoRequest {
2800
2800
  */
2801
2801
  UserId?: string
2802
2802
  /**
2803
- * 查询的信息类型,Group:工作组 DataAuth:数据权限 EngineAuth:引擎权限
2803
+ * 必传字段,查询的信息类型,Group:工作组 DataAuth:数据权限 EngineAuth:引擎权限 RowFilter:行级别权限
2804
2804
  */
2805
2805
  Type?: string
2806
2806
  /**
@@ -5917,7 +5917,7 @@ export interface DescribeUserInfoResponse {
5917
5917
  * 用户详细信息
5918
5918
  注意:此字段可能返回 null,表示取不到有效值。
5919
5919
  */
5920
- UserInfo: UserDetailInfo
5920
+ UserInfo?: UserDetailInfo
5921
5921
  /**
5922
5922
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5923
5923
  */
@@ -6429,6 +6429,10 @@ export type DescribeThirdPartyAccessUserRequest = null
6429
6429
  * AssignMangedTableProperties返回参数结构体
6430
6430
  */
6431
6431
  export interface AssignMangedTablePropertiesResponse {
6432
+ /**
6433
+ * 分配的原生表表属性
6434
+ */
6435
+ Properties?: Array<Property>
6432
6436
  /**
6433
6437
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6434
6438
  */
@@ -7145,47 +7149,52 @@ export interface UserDetailInfo {
7145
7149
  * 用户Id
7146
7150
  注意:此字段可能返回 null,表示取不到有效值。
7147
7151
  */
7148
- UserId: string
7152
+ UserId?: string
7149
7153
  /**
7150
7154
  * 返回的信息类型,Group:返回的当前用户的工作组信息;DataAuth:返回的当前用户的数据权限信息;EngineAuth:返回的当前用户的引擎权限信息
7151
7155
  注意:此字段可能返回 null,表示取不到有效值。
7152
7156
  */
7153
- Type: string
7157
+ Type?: string
7154
7158
  /**
7155
7159
  * 用户类型:ADMIN:管理员 COMMON:一般用户
7156
7160
  注意:此字段可能返回 null,表示取不到有效值。
7157
7161
  */
7158
- UserType: string
7162
+ UserType?: string
7159
7163
  /**
7160
7164
  * 用户描述信息
7161
7165
  注意:此字段可能返回 null,表示取不到有效值。
7162
7166
  */
7163
- UserDescription: string
7167
+ UserDescription?: string
7164
7168
  /**
7165
7169
  * 数据权限信息集合
7166
7170
  注意:此字段可能返回 null,表示取不到有效值。
7167
7171
  */
7168
- DataPolicyInfo: Policys
7172
+ DataPolicyInfo?: Policys
7169
7173
  /**
7170
7174
  * 引擎权限集合
7171
7175
  注意:此字段可能返回 null,表示取不到有效值。
7172
7176
  */
7173
- EnginePolicyInfo: Policys
7177
+ EnginePolicyInfo?: Policys
7174
7178
  /**
7175
7179
  * 绑定到该用户的工作组集合信息
7176
7180
  注意:此字段可能返回 null,表示取不到有效值。
7177
7181
  */
7178
- WorkGroupInfo: WorkGroups
7182
+ WorkGroupInfo?: WorkGroups
7179
7183
  /**
7180
7184
  * 用户别名
7181
7185
  注意:此字段可能返回 null,表示取不到有效值。
7182
7186
  */
7183
- UserAlias: string
7187
+ UserAlias?: string
7184
7188
  /**
7185
7189
  * 行过滤集合
7186
7190
  注意:此字段可能返回 null,表示取不到有效值。
7187
7191
  */
7188
- RowFilterInfo: Policys
7192
+ RowFilterInfo?: Policys
7193
+ /**
7194
+ * 账号类型
7195
+ 注意:此字段可能返回 null,表示取不到有效值。
7196
+ */
7197
+ AccountType?: string
7189
7198
  }
7190
7199
 
7191
7200
  /**
@@ -7155,6 +7155,19 @@ export interface DescribeDSPARDBDataAssetDetailRequest {
7155
7155
  * 合规组Id
7156
7156
  */
7157
7157
  ComplianceId: number
7158
+ /**
7159
+ * 过滤数组。支持的Name:
7160
+ DataSourceID 数据源ID
7161
+ DbName 数据库名称
7162
+ CategoryID 敏感数据分类ID
7163
+ RuleID 规则ID
7164
+ LevelID 敏感分级ID
7165
+ ResourceRegion 资源所在地域
7166
+ SensitiveField 过滤敏感字段,可选值为1,或者无此SensitiveField字段
7167
+ DataSourceType 数据源类型,不填默认过滤非自建的所有关系型数据源类型,填selfbuilt-db只过滤自建类型
7168
+ 注意:每个name默认支持最多5个values。
7169
+ */
7170
+ Filters?: Array<Filter>
7158
7171
  /**
7159
7172
  * 偏移量,默认为0。
7160
7173
  */
@@ -58,9 +58,8 @@ export class Client extends AbstractClient {
58
58
  }
59
59
 
60
60
  /**
61
- * 接口请求域名: ecc.tencentcloudapi.com
62
- 纯文本英语作文批改
63
- */
61
+ * 纯文本英语作文批改
62
+ */
64
63
  async ECC(req: ECCRequest, cb?: (error: string, rep: ECCResponse) => void): Promise<ECCResponse> {
65
64
  return this.request("ECC", req, cb)
66
65
  }
@@ -1077,9 +1077,9 @@ export class Client extends AbstractClient {
1077
1077
  /**
1078
1078
  * 该接口用于在使用视频认证方式签署合同后,获取用户的签署人脸认证视频。
1079
1079
 
1080
- 1. 该接口**仅适用于在H5端签署**的合同,**在通过视频认证后**获取人脸图片。
1081
- 2. 该接口**不支持小程序端**的签署人脸图片获取。
1082
- 3. 请在**签署完成后的三天内**获取人脸图片,**过期后将无法获取**。
1080
+ 1. 该接口**仅适用于在H5端签署**的合同,**在通过视频认证后**获取人脸视频。
1081
+ 2. 该接口**不支持小程序端**的签署人脸视频获取。
1082
+ 3. 请在**签署完成后的三天内**获取人脸视频,**过期后将无法获取**。
1083
1083
 
1084
1084
  **注意:该接口需要开通白名单,请联系客户经理开通后使用。**
1085
1085
  */
@@ -829,7 +829,7 @@ export interface Message {
829
829
  */
830
830
  ToolCallId?: string
831
831
  /**
832
- * 模型生成的工具调用,仅 hunyuan-functioncall 模型支持
832
+ * 模型生成的工具调用,仅 hunyuan-pro 或者 hunyuan-functioncall 模型支持
833
833
  注意:此字段可能返回 null,表示取不到有效值。
834
834
  */
835
835
  ToolCalls?: Array<ToolCall>
@@ -2765,7 +2765,7 @@ export interface RetryReleaseRequest {
2765
2765
  */
2766
2766
  export interface CreateAppRequest {
2767
2767
  /**
2768
- * 应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classifys-知识标签提取
2768
+ * 应用类型;knowledge_qa-知识问答管理
2769
2769
  */
2770
2770
  AppType: string
2771
2771
  /**
@@ -180,6 +180,10 @@ export interface DeleteJobsRequest {
180
180
  * 工作空间Id
181
181
  */
182
182
  WorkSpaceId?: string
183
+ /**
184
+ * 作业名称列表
185
+ */
186
+ JobNames?: Array<string>
183
187
  }
184
188
 
185
189
  /**