tencentcloud-sdk-nodejs 4.0.731 → 4.0.733
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 +274 -0
- package/SERVICE_CHANGELOG.md +251 -6
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/index.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +13 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +52 -8
- package/src/services/ess/v20201111/ess_models.ts +1 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +17 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +50 -24
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/faceid/v20180301/faceid_client.ts +71 -58
- package/src/services/faceid/v20180301/faceid_models.ts +1592 -1526
- package/src/services/gaap/v20180529/gaap_models.ts +5 -0
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotvideo/index.ts +4 -4
- package/src/services/live/v20180801/live_models.ts +9 -0
- package/src/services/monitor/v20180724/monitor_models.ts +2 -1
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +35 -0
- package/src/services/omics/v20221128/omics_client.ts +3 -0
- package/src/services/omics/v20221128/omics_models.ts +74 -3
- package/src/services/organization/index.ts +2 -2
- package/src/services/sms/index.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +9 -9
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/vrs/v20200824/vrs_models.ts +1 -1
- package/src/services/waf/v20180125/waf_client.ts +30 -18
- package/src/services/waf/v20180125/waf_models.ts +176 -66
- package/src/services/wedata/v20210820/wedata_client.ts +16 -0
- package/src/services/wedata/v20210820/wedata_models.ts +418 -0
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +8 -3
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +242 -9
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +50 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +50 -24
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1692 -1629
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -0
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +34 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +71 -3
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +9 -9
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +10 -8
- package/tencentcloud/services/waf/v20180125/waf_client.js +13 -9
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +170 -64
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +412 -0
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +3 -3
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +237 -9
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/faceid.v20180301.test.js +10 -0
- package/test/waf.v20180125.test.js +20 -10
- package/test/wedata.v20210820.test.js +10 -0
package/products.md
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-10-25 01:08:41 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
|
|
43
43
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-13 00:05:23 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-11-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-11-14 01:08:17 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-11-06 00:05:55 |
|
|
72
72
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-27 01:29:35 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-
|
|
74
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-11-14 01:12:41 |
|
|
75
75
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-11-09 01:11:47 |
|
|
76
76
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
77
77
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-11-13 00:10:11 |
|
|
81
81
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
82
82
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-11-13 00:11:03 |
|
|
83
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-
|
|
83
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-14 01:14:14 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
|
|
85
85
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
86
86
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
|
|
97
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-30 00:42:05 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-14 01:16:05 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-14 01:16:20 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-11-
|
|
101
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-11-14 01:16:39 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
103
103
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
|
|
104
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-
|
|
104
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-11-14 01:16:54 |
|
|
105
105
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-10-18 02:07:09 |
|
|
106
106
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-11-06 00:10:39 |
|
|
107
107
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
132
132
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-11-09 01:19:33 |
|
|
133
133
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-11-09 01:19:51 |
|
|
134
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-
|
|
134
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-14 01:19:55 |
|
|
135
135
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
136
136
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
137
137
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
143
143
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-11-08 01:53:44 |
|
|
144
144
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
145
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-11-
|
|
145
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-11-14 01:20:51 |
|
|
146
146
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
|
|
147
147
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-11-01 01:18:18 |
|
|
148
148
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
|
|
@@ -151,12 +151,12 @@
|
|
|
151
151
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
152
152
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
153
153
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-24 01:20:07 |
|
|
154
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-
|
|
155
|
-
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-
|
|
154
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-14 01:22:01 |
|
|
155
|
+
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-11-14 01:22:26 |
|
|
156
156
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
|
|
157
157
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
158
158
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
159
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-
|
|
159
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-11-14 01:22:46 |
|
|
160
160
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
|
|
161
161
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
|
|
162
162
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-31 02:15:24 |
|
|
@@ -170,12 +170,12 @@
|
|
|
170
170
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
171
171
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
172
172
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
|
|
173
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-
|
|
173
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-11-14 01:24:00 |
|
|
174
174
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-10-16 01:23:02 |
|
|
175
175
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
176
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-11-
|
|
176
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-11-14 01:24:29 |
|
|
177
177
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-09-15 02:24:19 |
|
|
178
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-
|
|
178
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-11-14 01:25:09 |
|
|
179
179
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
180
180
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-08-17 04:46:36 |
|
|
181
181
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-09 01:25:09 |
|
|
202
202
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
203
203
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
204
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-
|
|
204
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-14 15:01:32 |
|
|
205
205
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-06 00:21:33 |
|
|
206
206
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
207
207
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -230,11 +230,11 @@
|
|
|
230
230
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
231
231
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-07 02:30:32 |
|
|
232
232
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-09 01:29:06 |
|
|
233
|
-
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-
|
|
234
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-
|
|
233
|
+
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-14 01:33:45 |
|
|
234
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-14 15:28:58 |
|
|
235
235
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
236
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-
|
|
237
|
-
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-
|
|
236
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-14 01:33:54 |
|
|
237
|
+
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-14 01:34:59 |
|
|
238
238
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
239
239
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
240
240
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.733"
|
|
@@ -95,6 +95,7 @@ import {
|
|
|
95
95
|
DescribeClusterDetailDatabasesResponse,
|
|
96
96
|
CynosdbInstanceGrp,
|
|
97
97
|
CreateParamTemplateResponse,
|
|
98
|
+
ZoneStockInfo,
|
|
98
99
|
ActivateInstanceRequest,
|
|
99
100
|
RevokeAccountPrivilegesResponse,
|
|
100
101
|
DatabaseTables,
|
|
@@ -165,6 +166,7 @@ import {
|
|
|
165
166
|
SearchClusterDatabasesRequest,
|
|
166
167
|
DescribeClusterPasswordComplexityResponse,
|
|
167
168
|
DescribeAuditRuleWithInstanceIdsRequest,
|
|
169
|
+
DescribeClusterDatabasesResponse,
|
|
168
170
|
RefundResourcePackageRequest,
|
|
169
171
|
ExportInstanceErrorLogsResponse,
|
|
170
172
|
DbTable,
|
|
@@ -350,7 +352,7 @@ import {
|
|
|
350
352
|
InputAccount,
|
|
351
353
|
DisassociateSecurityGroupsResponse,
|
|
352
354
|
InstanceAuditLogFilter,
|
|
353
|
-
|
|
355
|
+
DescribeClusterDatabasesRequest,
|
|
354
356
|
InquirePriceRenewResponse,
|
|
355
357
|
Tag,
|
|
356
358
|
ModifyAuditRuleTemplatesResponse,
|
|
@@ -885,6 +887,16 @@ export class Client extends AbstractClient {
|
|
|
885
887
|
return this.request("DescribeInstanceSlowQueries", req, cb)
|
|
886
888
|
}
|
|
887
889
|
|
|
890
|
+
/**
|
|
891
|
+
* 获取database列表
|
|
892
|
+
*/
|
|
893
|
+
async DescribeClusterDatabases(
|
|
894
|
+
req: DescribeClusterDatabasesRequest,
|
|
895
|
+
cb?: (error: string, rep: DescribeClusterDatabasesResponse) => void
|
|
896
|
+
): Promise<DescribeClusterDatabasesResponse> {
|
|
897
|
+
return this.request("DescribeClusterDatabases", req, cb)
|
|
898
|
+
}
|
|
899
|
+
|
|
888
900
|
/**
|
|
889
901
|
* 修改集群参数
|
|
890
902
|
*/
|
|
@@ -1868,6 +1868,24 @@ export interface CreateParamTemplateResponse {
|
|
|
1868
1868
|
RequestId?: string
|
|
1869
1869
|
}
|
|
1870
1870
|
|
|
1871
|
+
/**
|
|
1872
|
+
* 可用区库存信息
|
|
1873
|
+
*/
|
|
1874
|
+
export interface ZoneStockInfo {
|
|
1875
|
+
/**
|
|
1876
|
+
* 可用区
|
|
1877
|
+
*/
|
|
1878
|
+
Zone?: string
|
|
1879
|
+
/**
|
|
1880
|
+
* 是否有库存
|
|
1881
|
+
*/
|
|
1882
|
+
HasStock?: boolean
|
|
1883
|
+
/**
|
|
1884
|
+
* 库存数量
|
|
1885
|
+
*/
|
|
1886
|
+
StockCount?: number
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1871
1889
|
/**
|
|
1872
1890
|
* ActivateInstance请求参数结构体
|
|
1873
1891
|
*/
|
|
@@ -3559,6 +3577,32 @@ export interface DescribeAuditRuleWithInstanceIdsRequest {
|
|
|
3559
3577
|
InstanceIds: Array<string>
|
|
3560
3578
|
}
|
|
3561
3579
|
|
|
3580
|
+
/**
|
|
3581
|
+
* DescribeClusterDatabases返回参数结构体
|
|
3582
|
+
*/
|
|
3583
|
+
export interface DescribeClusterDatabasesResponse {
|
|
3584
|
+
/**
|
|
3585
|
+
* 总条数
|
|
3586
|
+
*/
|
|
3587
|
+
TotalCount: number
|
|
3588
|
+
/**
|
|
3589
|
+
* 分页偏移
|
|
3590
|
+
*/
|
|
3591
|
+
Offset: number
|
|
3592
|
+
/**
|
|
3593
|
+
* 数据库列表
|
|
3594
|
+
*/
|
|
3595
|
+
Databases: Array<string>
|
|
3596
|
+
/**
|
|
3597
|
+
* 分页限制数
|
|
3598
|
+
*/
|
|
3599
|
+
Limit: number
|
|
3600
|
+
/**
|
|
3601
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3602
|
+
*/
|
|
3603
|
+
RequestId?: string
|
|
3604
|
+
}
|
|
3605
|
+
|
|
3562
3606
|
/**
|
|
3563
3607
|
* RefundResourcePackage请求参数结构体
|
|
3564
3608
|
*/
|
|
@@ -8457,21 +8501,21 @@ RA - 范围。
|
|
|
8457
8501
|
}
|
|
8458
8502
|
|
|
8459
8503
|
/**
|
|
8460
|
-
*
|
|
8504
|
+
* DescribeClusterDatabases请求参数结构体
|
|
8461
8505
|
*/
|
|
8462
|
-
export interface
|
|
8506
|
+
export interface DescribeClusterDatabasesRequest {
|
|
8463
8507
|
/**
|
|
8464
|
-
*
|
|
8508
|
+
* 集群id
|
|
8465
8509
|
*/
|
|
8466
|
-
|
|
8510
|
+
ClusterId: string
|
|
8467
8511
|
/**
|
|
8468
|
-
*
|
|
8512
|
+
* 分页偏移
|
|
8469
8513
|
*/
|
|
8470
|
-
|
|
8514
|
+
Offset?: number
|
|
8471
8515
|
/**
|
|
8472
|
-
*
|
|
8516
|
+
* 分页限制数量
|
|
8473
8517
|
*/
|
|
8474
|
-
|
|
8518
|
+
Limit?: number
|
|
8475
8519
|
}
|
|
8476
8520
|
|
|
8477
8521
|
/**
|
|
@@ -217,7 +217,7 @@ export class Client extends AbstractClient {
|
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
/**
|
|
220
|
-
*
|
|
220
|
+
* 此接口(ChannelDeleteSealPolicies)用于删除已指定员工印章授权信息,删除员工的印章授权后,该员工使用印章进行盖章时,将需要提交印章授权申请且通过审核后才能使用该印章进行签署。
|
|
221
221
|
*/
|
|
222
222
|
async ChannelDeleteSealPolicies(
|
|
223
223
|
req: ChannelDeleteSealPoliciesRequest,
|
|
@@ -428,7 +428,16 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
428
428
|
|
|
429
429
|
/**
|
|
430
430
|
* 分页查询企业角色列表,法人的角色是系统保留角色,不会返回,按照角色创建时间升序排列。
|
|
431
|
-
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
<font color="red">**系统默认角色**</font>说明可参考下表
|
|
434
|
+
|
|
435
|
+
| 角色名称| 建议授予对象 | 角色描述 |
|
|
436
|
+
| --- | --- | --- |
|
|
437
|
+
| **超级管理员** |电子签业务最高权限,可以授权给法务/企业法人/业务负责人等 | 所有功能和数据管理权限,只能设置一位超管。 |
|
|
438
|
+
| **业务管理员**|IT 系统负责人,可以授权给CTO等 | 企业合同模块、印章模块、模板模块等全量功能及数据权限。 |
|
|
439
|
+
| **经办人**|企业法务负责人等 | 发起合同、签署合同(含填写、拒签)、撤销合同、持有印章等权限能力,可查看企业所有合同数据。 |
|
|
440
|
+
| **业务员**|销售员、采购员 等| 发起合同、签署合同(含填写、拒签)、撤销合同、持有印章等权限能力,可查看自己相关所有合同数据。 |
|
|
432
441
|
*/
|
|
433
442
|
async ChannelDescribeRoles(
|
|
434
443
|
req: ChannelDescribeRolesRequest,
|
|
@@ -608,8 +617,11 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
608
617
|
}
|
|
609
618
|
|
|
610
619
|
/**
|
|
611
|
-
*
|
|
612
|
-
|
|
620
|
+
* 此接口(ChannelDescribeOrganizationSeals)查询子客企业电子印章。<br />
|
|
621
|
+
注:
|
|
622
|
+
1. `查询子客企业电子印章,需要操作者具有管理印章权限`
|
|
623
|
+
2. `客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理`
|
|
624
|
+
3. `此接口只能查询启用的印章`
|
|
613
625
|
*/
|
|
614
626
|
async ChannelDescribeOrganizationSeals(
|
|
615
627
|
req: ChannelDescribeOrganizationSealsRequest,
|
|
@@ -827,7 +839,7 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
|
|
|
827
839
|
}
|
|
828
840
|
|
|
829
841
|
/**
|
|
830
|
-
*
|
|
842
|
+
* 此接口(ChannelUpdateSealStatus)用于第三方应用平台为子客企业更新印章状态。
|
|
831
843
|
*/
|
|
832
844
|
async ChannelUpdateSealStatus(
|
|
833
845
|
req: ChannelUpdateSealStatusRequest,
|
|
@@ -436,16 +436,17 @@ UpperRight-右下角。
|
|
|
436
436
|
*/
|
|
437
437
|
export interface ChannelDeleteSealPoliciesRequest {
|
|
438
438
|
/**
|
|
439
|
-
*
|
|
439
|
+
* 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
|
440
440
|
*/
|
|
441
441
|
Agent: Agent
|
|
442
442
|
/**
|
|
443
|
-
*
|
|
443
|
+
* 操作的印章ID
|
|
444
444
|
*/
|
|
445
445
|
SealId: string
|
|
446
446
|
/**
|
|
447
|
-
*
|
|
448
|
-
|
|
447
|
+
* 需要删除授权的用户ID数组,可以传入电子签系统用户ID或OpenId。
|
|
448
|
+
注:
|
|
449
|
+
1. `填写OpenId时,系统会通过组织+渠道+OpenId查询得到对应的UserId进行授权取消操作`
|
|
449
450
|
*/
|
|
450
451
|
UserIds: Array<string>
|
|
451
452
|
/**
|
|
@@ -1444,6 +1445,7 @@ export interface ChannelCreateConvertTaskApiRequest {
|
|
|
1444
1445
|
<li>jpeg</li>
|
|
1445
1446
|
<li>png</li>
|
|
1446
1447
|
<li>bmp</li>
|
|
1448
|
+
<li>html</li>
|
|
1447
1449
|
<li>txt</li></ul>
|
|
1448
1450
|
*/
|
|
1449
1451
|
ResourceType: string
|
|
@@ -1942,18 +1944,30 @@ export interface ChannelDescribeRolesRequest {
|
|
|
1942
1944
|
*/
|
|
1943
1945
|
Agent: Agent
|
|
1944
1946
|
/**
|
|
1945
|
-
*
|
|
1947
|
+
* 指定每页返回的数据条数,和Offset参数配合使用,单页最大200。
|
|
1948
|
+
|
|
1949
|
+
注: `因为历史原因, 此字段为字符串类型`
|
|
1946
1950
|
*/
|
|
1947
1951
|
Limit: string
|
|
1948
1952
|
/**
|
|
1949
1953
|
* 查询的关键字段:
|
|
1950
|
-
Key:"RoleType",Values:["1"]查询系统角色,
|
|
1951
|
-
Key:"
|
|
1952
|
-
Key:"
|
|
1954
|
+
Key:"**RoleType**",Values:["**1**"]查询系统角色,
|
|
1955
|
+
Key:"**RoleType**",Values:["**2**"]查询自定义角色
|
|
1956
|
+
Key:"**RoleStatus**",Values:["**1**"]查询启用角色
|
|
1957
|
+
Key:"**RoleStatus**",Values:["**2**"]查询禁用角色
|
|
1958
|
+
Key:"**IsReturnPermissionGroup**",Values:["**0**"]表示接口不返回角色对应的权限树字段
|
|
1959
|
+
Key:"**IsReturnPermissionGroup**",Values:["**1**"]表示接口返回角色对应的权限树字段
|
|
1960
|
+
|
|
1961
|
+
注: `同名字的Key的过滤条件会冲突, 只能填写一个`
|
|
1962
|
+
|
|
1953
1963
|
*/
|
|
1954
1964
|
Filters?: Array<Filter>
|
|
1955
1965
|
/**
|
|
1956
|
-
*
|
|
1966
|
+
* 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用,最大2000条。
|
|
1967
|
+
|
|
1968
|
+
注:
|
|
1969
|
+
1.`offset从0开始,即第一页为0。`
|
|
1970
|
+
2.`默认从第一页返回。`
|
|
1957
1971
|
*/
|
|
1958
1972
|
Offset?: number
|
|
1959
1973
|
/**
|
|
@@ -3278,7 +3292,7 @@ export interface FlowGroupOptions {
|
|
|
3278
3292
|
*/
|
|
3279
3293
|
export interface ChannelDescribeOrganizationSealsRequest {
|
|
3280
3294
|
/**
|
|
3281
|
-
*
|
|
3295
|
+
* 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
|
3282
3296
|
*/
|
|
3283
3297
|
Agent: Agent
|
|
3284
3298
|
/**
|
|
@@ -3286,25 +3300,32 @@ export interface ChannelDescribeOrganizationSealsRequest {
|
|
|
3286
3300
|
*/
|
|
3287
3301
|
Limit: number
|
|
3288
3302
|
/**
|
|
3289
|
-
*
|
|
3303
|
+
* 分页查询偏移量,默认为0,最大为20000
|
|
3290
3304
|
*/
|
|
3291
3305
|
Offset?: number
|
|
3292
3306
|
/**
|
|
3293
|
-
*
|
|
3307
|
+
* 查询信息类型
|
|
3308
|
+
支持的值如下:
|
|
3309
|
+
<ul><li>0-默认,不返回授权用户信息</li>
|
|
3310
|
+
<li>1-返回授权用户信息</li>
|
|
3311
|
+
</ul>
|
|
3294
3312
|
*/
|
|
3295
3313
|
InfoType?: number
|
|
3296
3314
|
/**
|
|
3297
3315
|
* 印章id(没有输入返回所有)
|
|
3316
|
+
|
|
3317
|
+
注: `没有输入返回所有记录,最大返回100条。`
|
|
3298
3318
|
*/
|
|
3299
3319
|
SealId?: string
|
|
3300
3320
|
/**
|
|
3301
|
-
*
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3321
|
+
* 印章类型列表,目前支持传入以下类型:
|
|
3322
|
+
<ul><li>OFFICIAL-企业公章</li>
|
|
3323
|
+
<li>CONTRACT-合同专用章</li>
|
|
3324
|
+
<li>ORGANIZATION_SEAL-企业印章(图片上传创建)</li>
|
|
3325
|
+
<li>LEGAL_PERSON_SEAL-法定代表人章</li>
|
|
3326
|
+
</ul>
|
|
3327
|
+
|
|
3328
|
+
注: `为空时查询所有类型的印章。`
|
|
3308
3329
|
*/
|
|
3309
3330
|
SealTypes?: Array<string>
|
|
3310
3331
|
}
|
|
@@ -5316,11 +5337,11 @@ export interface ChannelCancelMultiFlowSignQRCodeResponse {
|
|
|
5316
5337
|
*/
|
|
5317
5338
|
export interface ChannelDescribeRolesResponse {
|
|
5318
5339
|
/**
|
|
5319
|
-
*
|
|
5340
|
+
* 查询结果分页返回,指定从第几页返回数据,和Limit参数配合使用,最大2000条。
|
|
5320
5341
|
*/
|
|
5321
5342
|
Offset?: number
|
|
5322
5343
|
/**
|
|
5323
|
-
*
|
|
5344
|
+
* 指定每页返回的数据条数,和Offset参数配合使用,单页最大200。
|
|
5324
5345
|
*/
|
|
5325
5346
|
Limit?: number
|
|
5326
5347
|
/**
|
|
@@ -5328,7 +5349,7 @@ export interface ChannelDescribeRolesResponse {
|
|
|
5328
5349
|
*/
|
|
5329
5350
|
TotalCount?: number
|
|
5330
5351
|
/**
|
|
5331
|
-
*
|
|
5352
|
+
* 查询的角色信息列表
|
|
5332
5353
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5333
5354
|
*/
|
|
5334
5355
|
ChannelRoles?: Array<ChannelRole>
|
|
@@ -5467,6 +5488,10 @@ export interface ApproverOption {
|
|
|
5467
5488
|
* 是否可以拒签 默认false-可以拒签 true-不可以拒签
|
|
5468
5489
|
*/
|
|
5469
5490
|
NoRefuse?: boolean
|
|
5491
|
+
/**
|
|
5492
|
+
* 是否可以转发 默认false-可以转发 true-不可以转发
|
|
5493
|
+
*/
|
|
5494
|
+
NoTransfer?: boolean
|
|
5470
5495
|
/**
|
|
5471
5496
|
* 是否隐藏一键签署 默认false-不隐藏true-隐藏
|
|
5472
5497
|
*/
|
|
@@ -5943,11 +5968,12 @@ export interface ChannelModifyRoleRequest {
|
|
|
5943
5968
|
*/
|
|
5944
5969
|
export interface ChannelUpdateSealStatusRequest {
|
|
5945
5970
|
/**
|
|
5946
|
-
*
|
|
5971
|
+
* 关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
|
|
5947
5972
|
*/
|
|
5948
5973
|
Agent: Agent
|
|
5949
5974
|
/**
|
|
5950
|
-
*
|
|
5975
|
+
* 印章状态,目前支持传入以下类型:
|
|
5976
|
+
<ul><li>DISABLE-停用印章</li></ul>
|
|
5951
5977
|
*/
|
|
5952
5978
|
Status: string
|
|
5953
5979
|
/**
|