tencentcloud-sdk-nodejs 4.0.696 → 4.0.698
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 +317 -0
- package/SERVICE_CHANGELOG.md +341 -349
- package/package.json +1 -1
- package/products.md +23 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +4 -1
- package/src/services/bi/v20220105/bi_client.ts +12 -0
- package/src/services/bi/v20220105/bi_models.ts +55 -0
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdwpg/index.ts +5 -0
- package/src/services/cdwpg/v20201230/cdwpg_client.ts +59 -0
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +187 -0
- package/src/services/cdwpg/v20201230/index.ts +6 -0
- package/src/services/cii/index.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +4 -4
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/csip/v20221121/csip_client.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +16 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +53 -12
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +372 -82
- package/src/services/dts/index.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +24 -11
- package/src/services/ess/v20201111/ess_models.ts +148 -56
- package/src/services/essbasic/v20210526/essbasic_client.ts +31 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +91 -11
- package/src/services/index.ts +1 -0
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/lcic/v20220817/lcic_client.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +5 -5
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -1
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mps/v20190612/mps_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/organization/index.ts +2 -2
- package/src/services/sms/index.ts +2 -2
- package/src/services/sms/v20210111/sms_client.ts +0 -8
- package/src/services/sms/v20210111/sms_models.ts +23 -21
- package/src/services/tat/v20201028/tat_models.ts +5 -3
- package/src/services/tbp/index.ts +2 -2
- package/src/services/teo/v20220901/teo_client.ts +16 -0
- package/src/services/teo/v20220901/teo_models.ts +93 -1
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tmt/v20180321/tmt_client.ts +1 -1
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +6 -6
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +88 -0
- package/src/services/waf/v20180125/waf_models.ts +10 -0
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -1
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +5 -1
- package/tencentcloud/services/bi/v20220105/bi_client.js +6 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +53 -0
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdwpg/index.d.ts +6 -0
- package/tencentcloud/services/cdwpg/index.js +7 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +18 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +43 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +163 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.js +18 -0
- package/tencentcloud/services/cdwpg/v20201230/index.d.ts +6 -0
- package/tencentcloud/services/cdwpg/v20201230/index.js +9 -0
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +16 -2
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +15 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +21 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +361 -82
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +23 -11
- package/tencentcloud/services/ess/v20201111/ess_client.js +22 -10
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +147 -56
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +27 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +89 -11
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -1
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- 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/sms/v20210111/sms_client.d.ts +0 -8
- package/tencentcloud/services/sms/v20210111/sms_client.js +0 -8
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +23 -21
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -3
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +7 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +8 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +89 -1
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -6
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +87 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +10 -0
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/bi.v20220105.test.js +10 -0
- package/test/cdwpg.v20201230.test.js +41 -0
- package/test/dbbrain.v20210527.test.js +32 -2
- package/test/teo.v20220901.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-09-22 01:08:25 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-25 01:06:12 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-09-12 01:09:06 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-27 01:07:00 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
|
-
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-
|
|
22
|
+
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-09-27 01:07:05 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-09-21 01:17:48 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-08-17 01:19:19 |
|
|
25
|
-
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-
|
|
25
|
+
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-09-26 01:07:22 |
|
|
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-08-17 01:20:19 |
|
|
@@ -46,16 +46,17 @@
|
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-09-20 01:08:50 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
|
|
49
|
+
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-09-27 11:25:41 |
|
|
49
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-09-05 02:02:52 |
|
|
50
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-09-01 01:09:12 |
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-
|
|
52
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-27 01:09:43 |
|
|
52
53
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
53
54
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
54
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
55
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
58
|
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-25 01:09:25 |
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-09-
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-09-27 01:10:46 |
|
|
59
60
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
61
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
66
67
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
67
68
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-09-
|
|
69
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-09-27 01:12:21 |
|
|
69
70
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
70
71
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-09-26 01:15:47 |
|
|
71
72
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-09-26 01:16:14 |
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-09-20 01:33:17 |
|
|
75
76
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
76
77
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
77
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-09-
|
|
78
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-09-27 12:20:53 |
|
|
78
79
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
79
80
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
80
81
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
|
|
@@ -94,8 +95,8 @@
|
|
|
94
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
95
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-09-26 01:19:36 |
|
|
96
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-09-15 01:48:20 |
|
|
97
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-
|
|
98
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-26 16:45:49 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-26 16:46:19 |
|
|
99
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
100
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
|
|
101
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -127,8 +128,8 @@
|
|
|
127
128
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
128
129
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
129
130
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
130
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-
|
|
131
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-09-
|
|
131
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-27 01:19:43 |
|
|
132
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-09-27 01:19:56 |
|
|
132
133
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-09-18 02:01:47 |
|
|
133
134
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
134
135
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
|
|
142
143
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
143
144
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-09-25 01:22:33 |
|
|
144
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-09-
|
|
145
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-09-26 14:45:42 |
|
|
145
146
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
|
|
146
147
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-30 01:19:55 |
|
|
147
148
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
@@ -149,7 +150,7 @@
|
|
|
149
150
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
150
151
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
151
152
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-09-06 02:10:27 |
|
|
152
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-09-
|
|
153
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-09-27 01:21:39 |
|
|
153
154
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
|
|
154
155
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-22 02:15:37 |
|
|
155
156
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
@@ -168,7 +169,7 @@
|
|
|
168
169
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
169
170
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
170
171
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
|
|
171
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-09-26
|
|
172
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-09-26 17:20:53 |
|
|
172
173
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
|
|
173
174
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
174
175
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-09-25 01:24:51 |
|
|
@@ -180,7 +181,7 @@
|
|
|
180
181
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
181
182
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-09-21 05:27:30 |
|
|
182
183
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
183
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-09-
|
|
184
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-09-27 01:23:46 |
|
|
184
185
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
185
186
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-08-17 04:48:24 |
|
|
186
187
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -199,7 +200,7 @@
|
|
|
199
200
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-09-20 01:45:44 |
|
|
200
201
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
201
202
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
202
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-09-
|
|
203
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-09-27 12:55:42 |
|
|
203
204
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-09-21 06:17:00 |
|
|
204
205
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
205
206
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -212,24 +213,24 @@
|
|
|
212
213
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-17 05:31:16 |
|
|
213
214
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
214
215
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
215
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-
|
|
216
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
|
|
216
217
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
217
218
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
218
219
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-09-26 01:33:40 |
|
|
219
220
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-09-21 06:25:32 |
|
|
220
221
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
221
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-
|
|
222
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-
|
|
222
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-27 10:40:48 |
|
|
223
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-27 01:26:51 |
|
|
223
224
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-09-12 02:52:20 |
|
|
224
225
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
225
226
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
|
|
226
227
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
227
228
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
228
229
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
229
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-09-
|
|
230
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09-
|
|
230
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-09-27 01:27:42 |
|
|
231
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09-27 01:28:08 |
|
|
231
232
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
232
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-
|
|
233
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-27 01:28:58 |
|
|
233
234
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
234
235
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-31 01:29:16 |
|
|
235
236
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.698"
|
|
@@ -640,8 +640,11 @@ export interface CreateRecTaskRequest {
|
|
|
640
640
|
2:基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点);
|
|
641
641
|
3:基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),且识别结果按标点符号分段,**适用字幕场景**;
|
|
642
642
|
4:**【增值付费功能】**基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),且识别结果按nlp语义分段,**适用会议、庭审记录转写等场景**,仅支持8k_zh/16k_zh引擎
|
|
643
|
+
5:**【增值付费功能】**基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),并输出口语转书面语转写结果,该结果去除语气词、重复词、精简冗余表达,并修正发言人口误,实现口语转书面语的效果,**适用于线上、线下会议直接总结为书面会议纪要的场景**,仅支持8k_zh/16k_zh引擎
|
|
643
644
|
|
|
644
|
-
|
|
645
|
+
注意:
|
|
646
|
+
如果传入参数值4,需确保账号已购买[语义分段资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值4,将[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852)**
|
|
647
|
+
如果传入参数值5,需确保账号已购买[口语转书面语资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值5,将自动计费[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852)**
|
|
645
648
|
*/
|
|
646
649
|
ResTextFormat: number
|
|
647
650
|
/**
|
|
@@ -36,10 +36,12 @@ import {
|
|
|
36
36
|
ProjectConfigList,
|
|
37
37
|
DeleteUserRoleRequest,
|
|
38
38
|
CreateUserRoleRequest,
|
|
39
|
+
ModifyUserRoleRequest,
|
|
39
40
|
DatasourceInfoData,
|
|
40
41
|
DescribeProjectListResponse,
|
|
41
42
|
CorpUserListData,
|
|
42
43
|
IdDTO,
|
|
44
|
+
ModifyUserRoleResponse,
|
|
43
45
|
CreateEmbedTokenRequest,
|
|
44
46
|
CreateUserRoleProjectResponse,
|
|
45
47
|
DescribeProjectInfoRequest,
|
|
@@ -139,6 +141,16 @@ export class Client extends AbstractClient {
|
|
|
139
141
|
return this.request("ModifyDatasourceCloud", req, cb)
|
|
140
142
|
}
|
|
141
143
|
|
|
144
|
+
/**
|
|
145
|
+
* 修改用户角色信息
|
|
146
|
+
*/
|
|
147
|
+
async ModifyUserRole(
|
|
148
|
+
req: ModifyUserRoleRequest,
|
|
149
|
+
cb?: (error: string, rep: ModifyUserRoleResponse) => void
|
|
150
|
+
): Promise<ModifyUserRoleResponse> {
|
|
151
|
+
return this.request("ModifyUserRole", req, cb)
|
|
152
|
+
}
|
|
153
|
+
|
|
142
154
|
/**
|
|
143
155
|
* 创建嵌出报表-强鉴权
|
|
144
156
|
*/
|
|
@@ -510,6 +510,36 @@ export interface CreateUserRoleRequest {
|
|
|
510
510
|
UserInfoList?: Array<UserInfo>
|
|
511
511
|
}
|
|
512
512
|
|
|
513
|
+
/**
|
|
514
|
+
* ModifyUserRole请求参数结构体
|
|
515
|
+
*/
|
|
516
|
+
export interface ModifyUserRoleRequest {
|
|
517
|
+
/**
|
|
518
|
+
* 用户ID
|
|
519
|
+
*/
|
|
520
|
+
UserId?: string
|
|
521
|
+
/**
|
|
522
|
+
* 角色ID 列表
|
|
523
|
+
*/
|
|
524
|
+
RoleIdList?: Array<number | bigint>
|
|
525
|
+
/**
|
|
526
|
+
* 邮箱
|
|
527
|
+
*/
|
|
528
|
+
Email?: string
|
|
529
|
+
/**
|
|
530
|
+
* 用户名
|
|
531
|
+
*/
|
|
532
|
+
UserName?: string
|
|
533
|
+
/**
|
|
534
|
+
* 手机号
|
|
535
|
+
*/
|
|
536
|
+
PhoneNumber?: string
|
|
537
|
+
/**
|
|
538
|
+
* 手机区号
|
|
539
|
+
*/
|
|
540
|
+
AreaCode?: string
|
|
541
|
+
}
|
|
542
|
+
|
|
513
543
|
/**
|
|
514
544
|
* 数据源详情列表
|
|
515
545
|
*/
|
|
@@ -606,6 +636,31 @@ export interface IdDTO {
|
|
|
606
636
|
TranStatus?: number
|
|
607
637
|
}
|
|
608
638
|
|
|
639
|
+
/**
|
|
640
|
+
* ModifyUserRole返回参数结构体
|
|
641
|
+
*/
|
|
642
|
+
export interface ModifyUserRoleResponse {
|
|
643
|
+
/**
|
|
644
|
+
* 扩展
|
|
645
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
646
|
+
*/
|
|
647
|
+
Extra?: string
|
|
648
|
+
/**
|
|
649
|
+
* 消息
|
|
650
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
651
|
+
*/
|
|
652
|
+
Msg?: string
|
|
653
|
+
/**
|
|
654
|
+
* 数据
|
|
655
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
656
|
+
*/
|
|
657
|
+
Data?: string
|
|
658
|
+
/**
|
|
659
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
660
|
+
*/
|
|
661
|
+
RequestId?: string
|
|
662
|
+
}
|
|
663
|
+
|
|
609
664
|
/**
|
|
610
665
|
* CreateEmbedToken请求参数结构体
|
|
611
666
|
*/
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
ResourceSpecNew,
|
|
22
|
+
DestroyInstanceByApiResponse,
|
|
23
|
+
CreateInstanceByApiRequest,
|
|
24
|
+
CBSSpec,
|
|
25
|
+
CreateInstanceByApiResponse,
|
|
26
|
+
Tag,
|
|
27
|
+
ChargeProperties,
|
|
28
|
+
DestroyInstanceByApiRequest,
|
|
29
|
+
} from "./cdwpg_models"
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* cdwpg client
|
|
33
|
+
* @class
|
|
34
|
+
*/
|
|
35
|
+
export class Client extends AbstractClient {
|
|
36
|
+
constructor(clientConfig: ClientConfig) {
|
|
37
|
+
super("cdwpg.tencentcloudapi.com", "2020-12-30", clientConfig)
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* 销毁集群
|
|
42
|
+
*/
|
|
43
|
+
async DestroyInstanceByApi(
|
|
44
|
+
req: DestroyInstanceByApiRequest,
|
|
45
|
+
cb?: (error: string, rep: DestroyInstanceByApiResponse) => void
|
|
46
|
+
): Promise<DestroyInstanceByApiResponse> {
|
|
47
|
+
return this.request("DestroyInstanceByApi", req, cb)
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* 创建集群
|
|
52
|
+
*/
|
|
53
|
+
async CreateInstanceByApi(
|
|
54
|
+
req: CreateInstanceByApiRequest,
|
|
55
|
+
cb?: (error: string, rep: CreateInstanceByApiResponse) => void
|
|
56
|
+
): Promise<CreateInstanceByApiResponse> {
|
|
57
|
+
return this.request("CreateInstanceByApi", req, cb)
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing,
|
|
11
|
+
* software distributed under the License is distributed on an
|
|
12
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
13
|
+
* KIND, either express or implied. See the License for the
|
|
14
|
+
* specific language governing permissions and limitations
|
|
15
|
+
* under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* 资源规格
|
|
20
|
+
*/
|
|
21
|
+
export interface ResourceSpecNew {
|
|
22
|
+
/**
|
|
23
|
+
* 资源名称
|
|
24
|
+
*/
|
|
25
|
+
SpecName: string
|
|
26
|
+
/**
|
|
27
|
+
* 资源数
|
|
28
|
+
*/
|
|
29
|
+
Count: number
|
|
30
|
+
/**
|
|
31
|
+
* 磁盘信息
|
|
32
|
+
*/
|
|
33
|
+
DiskSpec: CBSSpec
|
|
34
|
+
/**
|
|
35
|
+
* 资源类型,DATA
|
|
36
|
+
*/
|
|
37
|
+
Type: string
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* DestroyInstanceByApi返回参数结构体
|
|
42
|
+
*/
|
|
43
|
+
export interface DestroyInstanceByApiResponse {
|
|
44
|
+
/**
|
|
45
|
+
* 销毁流程Id
|
|
46
|
+
*/
|
|
47
|
+
FlowId?: string
|
|
48
|
+
/**
|
|
49
|
+
* 错误信息
|
|
50
|
+
*/
|
|
51
|
+
ErrorMsg?: string
|
|
52
|
+
/**
|
|
53
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
54
|
+
*/
|
|
55
|
+
RequestId?: string
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* CreateInstanceByApi请求参数结构体
|
|
60
|
+
*/
|
|
61
|
+
export interface CreateInstanceByApiRequest {
|
|
62
|
+
/**
|
|
63
|
+
* 实例名称
|
|
64
|
+
*/
|
|
65
|
+
InstanceName: string
|
|
66
|
+
/**
|
|
67
|
+
* 可用区
|
|
68
|
+
*/
|
|
69
|
+
Zone: string
|
|
70
|
+
/**
|
|
71
|
+
* 私有网络
|
|
72
|
+
*/
|
|
73
|
+
UserVPCId: string
|
|
74
|
+
/**
|
|
75
|
+
* 子网
|
|
76
|
+
*/
|
|
77
|
+
UserSubnetId: string
|
|
78
|
+
/**
|
|
79
|
+
* 计费方式
|
|
80
|
+
*/
|
|
81
|
+
ChargeProperties: ChargeProperties
|
|
82
|
+
/**
|
|
83
|
+
* 集群密码
|
|
84
|
+
*/
|
|
85
|
+
AdminPassword: string
|
|
86
|
+
/**
|
|
87
|
+
* 资源信息
|
|
88
|
+
*/
|
|
89
|
+
Resources: Array<ResourceSpecNew>
|
|
90
|
+
/**
|
|
91
|
+
* 标签列表
|
|
92
|
+
*/
|
|
93
|
+
Tags?: Tag
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* 磁盘规格
|
|
98
|
+
*/
|
|
99
|
+
export interface CBSSpec {
|
|
100
|
+
/**
|
|
101
|
+
* 盘类型
|
|
102
|
+
*/
|
|
103
|
+
DiskType: string
|
|
104
|
+
/**
|
|
105
|
+
* 大小
|
|
106
|
+
*/
|
|
107
|
+
DiskSize: number
|
|
108
|
+
/**
|
|
109
|
+
* 个数
|
|
110
|
+
*/
|
|
111
|
+
DiskCount: number
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* CreateInstanceByApi返回参数结构体
|
|
116
|
+
*/
|
|
117
|
+
export interface CreateInstanceByApiResponse {
|
|
118
|
+
/**
|
|
119
|
+
* 流程ID
|
|
120
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
121
|
+
*/
|
|
122
|
+
FlowId?: string
|
|
123
|
+
/**
|
|
124
|
+
* 实例ID
|
|
125
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
126
|
+
*/
|
|
127
|
+
InstanceId?: string
|
|
128
|
+
/**
|
|
129
|
+
* 错误信息
|
|
130
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
131
|
+
*/
|
|
132
|
+
ErrorMsg?: string
|
|
133
|
+
/**
|
|
134
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
135
|
+
*/
|
|
136
|
+
RequestId?: string
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* 标签描述
|
|
141
|
+
*/
|
|
142
|
+
export interface Tag {
|
|
143
|
+
/**
|
|
144
|
+
* 标签的键
|
|
145
|
+
*/
|
|
146
|
+
TagKey: string
|
|
147
|
+
/**
|
|
148
|
+
* 标签的值
|
|
149
|
+
*/
|
|
150
|
+
TagValue: string
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* 计费时间参数
|
|
155
|
+
*/
|
|
156
|
+
export interface ChargeProperties {
|
|
157
|
+
/**
|
|
158
|
+
* 1-需要自动续期
|
|
159
|
+
*/
|
|
160
|
+
RenewFlag: number
|
|
161
|
+
/**
|
|
162
|
+
* 订单时间范围
|
|
163
|
+
*/
|
|
164
|
+
TimeSpan: number
|
|
165
|
+
/**
|
|
166
|
+
* 时间单位,一般为h和m
|
|
167
|
+
*/
|
|
168
|
+
TimeUnit: string
|
|
169
|
+
/**
|
|
170
|
+
* 计费类型0-按量计费,1-包年包月
|
|
171
|
+
*/
|
|
172
|
+
PayMode?: number
|
|
173
|
+
/**
|
|
174
|
+
* PREPAID、POSTPAID_BY_HOUR
|
|
175
|
+
*/
|
|
176
|
+
ChargeType?: string
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* DestroyInstanceByApi请求参数结构体
|
|
181
|
+
*/
|
|
182
|
+
export interface DestroyInstanceByApiRequest {
|
|
183
|
+
/**
|
|
184
|
+
* 实例名称,例如"cdwpg-xxxx"
|
|
185
|
+
*/
|
|
186
|
+
InstanceId: string
|
|
187
|
+
}
|
|
@@ -4534,7 +4534,7 @@ export interface DescribeQuotaResponse {
|
|
|
4534
4534
|
/**
|
|
4535
4535
|
* 配额列表
|
|
4536
4536
|
*/
|
|
4537
|
-
QuotaSet
|
|
4537
|
+
QuotaSet?: Array<Quota>
|
|
4538
4538
|
/**
|
|
4539
4539
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4540
4540
|
*/
|
|
@@ -4951,16 +4951,16 @@ export interface Quota {
|
|
|
4951
4951
|
<li> TOTAL_SNAP_IP_QUOTA: 一个CLB实例下跨地域2.0的SNAT IP配额 </li>
|
|
4952
4952
|
<li>TOTAL_ISP_CLB_QUOTA:用户当前地域下的三网CLB配额 </li>
|
|
4953
4953
|
*/
|
|
4954
|
-
QuotaId
|
|
4954
|
+
QuotaId?: string
|
|
4955
4955
|
/**
|
|
4956
4956
|
* 当前使用数量,为 null 时表示无意义。
|
|
4957
4957
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4958
4958
|
*/
|
|
4959
|
-
QuotaCurrent
|
|
4959
|
+
QuotaCurrent?: number
|
|
4960
4960
|
/**
|
|
4961
4961
|
* 配额数量。
|
|
4962
4962
|
*/
|
|
4963
|
-
QuotaLimit
|
|
4963
|
+
QuotaLimit?: number
|
|
4964
4964
|
}
|
|
4965
4965
|
|
|
4966
4966
|
/**
|