tencentcloud-sdk-nodejs 4.0.632 → 4.0.634
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 +229 -0
- package/SERVICE_CHANGELOG.md +241 -265
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +34 -24
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/ciam/v20220331/ciam_client.ts +156 -56
- package/src/services/ciam/v20220331/ciam_models.ts +403 -36
- package/src/services/cii/index.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +14 -15
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/cls/v20201016/cls_client.ts +115 -39
- package/src/services/cls/v20201016/cls_models.ts +566 -56
- package/src/services/cme/v20191029/cme_client.ts +11 -11
- package/src/services/cme/v20191029/cme_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +3 -2
- package/src/services/dnspod/v20210323/dnspod_client.ts +27 -14
- package/src/services/dnspod/v20210323/dnspod_models.ts +71 -12
- package/src/services/dts/index.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +18 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +22 -6
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +4 -4
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/live/v20180801/live_models.ts +6 -6
- package/src/services/nlp/v20190408/nlp_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/wav/v20210129/wav_client.ts +100 -74
- package/src/services/wav/v20210129/wav_models.ts +1445 -1142
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -24
- 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/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +51 -19
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +75 -27
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +383 -36
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -15
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +37 -13
- package/tencentcloud/services/cls/v20201016/cls_client.js +54 -18
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +550 -56
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +11 -11
- package/tencentcloud/services/cme/v20191029/cme_client.js +11 -11
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +68 -12
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +18 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +22 -6
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -4
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -5
- package/tencentcloud/services/wav/v20210129/wav_client.js +18 -6
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1413 -1116
- package/test/ciam.v20220331.test.js +98 -18
- package/test/cls.v20201016.test.js +72 -12
- package/test/dnspod.v20210323.test.js +14 -4
- package/test/wav.v20210129.test.js +24 -4
package/products.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-05-18 01:04:14 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-06-26 01:08:49 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-05-18 01:04:39 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-07-03 01:04:02 |
|
|
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-05-18 01:04:59 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-05-18 01:05:33 |
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-31 01:09:58 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
|
|
42
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-
|
|
42
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-07-03 01:06:30 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-30 01:11:07 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-03 01:07:03 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-06-28 01:06:57 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-06-27 01:08:55 |
|
|
51
51
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-06-30 01:13:38 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-05-31 01:12:53 |
|
|
53
|
-
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-
|
|
53
|
+
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-04 01:14:49 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-07-03 01:09:56 |
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-07-04 01:15:49 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-06-16 10:55:41 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-
|
|
63
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-03 17:15:42 |
|
|
63
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-03 01:12:04 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-06-19 01:11:32 |
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
|
|
80
80
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
|
|
81
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-
|
|
82
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-
|
|
81
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-03 01:18:43 |
|
|
82
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-07-03 01:19:17 |
|
|
83
83
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
|
|
84
84
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
|
|
85
85
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
|
|
@@ -92,14 +92,14 @@
|
|
|
92
92
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
|
|
94
94
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-22 01:29:05 |
|
|
95
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-
|
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-
|
|
95
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-03 01:22:18 |
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-04 01:27:09 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-04 01:27:33 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
|
|
99
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-
|
|
99
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-03 01:23:32 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
|
|
101
101
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
|
|
102
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-
|
|
102
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-03 01:23:57 |
|
|
103
103
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-06-14 01:25:30 |
|
|
104
104
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-05-18 01:29:36 |
|
|
105
105
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-05-24 01:32:32 |
|
|
127
127
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
|
|
128
128
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-06-29 01:28:41 |
|
|
129
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-
|
|
130
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-
|
|
129
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-04 01:34:40 |
|
|
130
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-03 01:33:54 |
|
|
131
131
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
132
132
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
133
133
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-26 01:40:00 |
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-06-15 01:29:09 |
|
|
144
144
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
|
|
145
145
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
146
|
-
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-
|
|
146
|
+
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-04 01:39:00 |
|
|
147
147
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
148
148
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-06-19 01:30:56 |
|
|
149
149
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-22 01:43:22 |
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-30 01:38:16 |
|
|
152
152
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-21 01:29:51 |
|
|
153
153
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
154
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-
|
|
154
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-07-03 01:39:12 |
|
|
155
155
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-06-14 01:36:28 |
|
|
156
156
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-06-20 01:44:07 |
|
|
157
157
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
|
|
161
161
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
162
162
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
|
|
163
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-
|
|
163
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-07-03 01:41:14 |
|
|
164
164
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
|
|
165
165
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-06-21 01:31:57 |
|
|
166
166
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
@@ -221,11 +221,11 @@
|
|
|
221
221
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
|
|
222
222
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
223
223
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
|
224
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-
|
|
224
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-03 01:54:42 |
|
|
225
225
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-28 01:50:33 |
|
|
226
226
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
|
|
227
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-
|
|
228
|
-
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-
|
|
227
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-03 01:59:20 |
|
|
228
|
+
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-06-30 12:15:39 |
|
|
229
229
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-06-27 01:54:02 |
|
|
230
230
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
231
231
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.634"
|
|
@@ -1522,15 +1522,15 @@ export interface BillDetailComponent {
|
|
|
1522
1522
|
/**
|
|
1523
1523
|
* 组件类型:用户购买的产品或服务对应的组件大类,例如:云服务器 CVM 的组件:CPU、内存等
|
|
1524
1524
|
*/
|
|
1525
|
-
ComponentCodeName
|
|
1525
|
+
ComponentCodeName?: string
|
|
1526
1526
|
/**
|
|
1527
1527
|
* 组件名称:用户购买的产品或服务,所包含的具体组件
|
|
1528
1528
|
*/
|
|
1529
|
-
ItemCodeName
|
|
1529
|
+
ItemCodeName?: string
|
|
1530
1530
|
/**
|
|
1531
1531
|
* 组件刊例价:组件的官网原始单价(如果客户享受一口价/合同价则默认不展示)
|
|
1532
1532
|
*/
|
|
1533
|
-
SinglePrice
|
|
1533
|
+
SinglePrice?: string
|
|
1534
1534
|
/**
|
|
1535
1535
|
* 组件指定价(已废弃)
|
|
1536
1536
|
* @deprecated
|
|
@@ -1539,51 +1539,61 @@ export interface BillDetailComponent {
|
|
|
1539
1539
|
/**
|
|
1540
1540
|
* 组件价格单位:组件价格的单位,单位构成:元/用量单位/时长单位
|
|
1541
1541
|
*/
|
|
1542
|
-
PriceUnit
|
|
1542
|
+
PriceUnit?: string
|
|
1543
1543
|
/**
|
|
1544
1544
|
* 组件用量:该组件实际结算用量,组件用量 = 组件原始用量 - 抵扣用量(含资源包
|
|
1545
1545
|
*/
|
|
1546
|
-
UsedAmount
|
|
1546
|
+
UsedAmount?: string
|
|
1547
1547
|
/**
|
|
1548
1548
|
* 组件用量单位:组件用量对应的单位
|
|
1549
1549
|
*/
|
|
1550
|
-
UsedAmountUnit
|
|
1550
|
+
UsedAmountUnit?: string
|
|
1551
|
+
/**
|
|
1552
|
+
* 原始用量/时长:组件被资源包抵扣前的原始用量/时长
|
|
1553
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1554
|
+
*/
|
|
1555
|
+
RealTotalMeasure?: string
|
|
1556
|
+
/**
|
|
1557
|
+
* 抵扣用量/时长(含资源包):组件被资源包抵扣的用量/时长
|
|
1558
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1559
|
+
*/
|
|
1560
|
+
DeductedMeasure?: string
|
|
1551
1561
|
/**
|
|
1552
1562
|
* 使用时长:资源使用的时长
|
|
1553
1563
|
*/
|
|
1554
|
-
TimeSpan
|
|
1564
|
+
TimeSpan?: string
|
|
1555
1565
|
/**
|
|
1556
1566
|
* 时长单位:资源使用时长的单位
|
|
1557
1567
|
*/
|
|
1558
|
-
TimeUnitName
|
|
1568
|
+
TimeUnitName?: string
|
|
1559
1569
|
/**
|
|
1560
1570
|
* 组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如果客户享受一口价/合同价则默认不展示,退费类场景也默认不展示)
|
|
1561
1571
|
*/
|
|
1562
|
-
Cost
|
|
1572
|
+
Cost?: string
|
|
1563
1573
|
/**
|
|
1564
1574
|
* 折扣率:本资源享受的折扣率(如果客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
|
|
1565
1575
|
*/
|
|
1566
|
-
Discount
|
|
1576
|
+
Discount?: string
|
|
1567
1577
|
/**
|
|
1568
1578
|
* 优惠类型
|
|
1569
1579
|
*/
|
|
1570
|
-
ReduceType
|
|
1580
|
+
ReduceType?: string
|
|
1571
1581
|
/**
|
|
1572
1582
|
* 优惠后总价:优惠后总价=(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
|
|
1573
1583
|
*/
|
|
1574
|
-
RealCost
|
|
1584
|
+
RealCost?: string
|
|
1575
1585
|
/**
|
|
1576
1586
|
* 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
|
|
1577
1587
|
*/
|
|
1578
|
-
VoucherPayAmount
|
|
1588
|
+
VoucherPayAmount?: string
|
|
1579
1589
|
/**
|
|
1580
1590
|
* 现金账户支出:通过现金账户支付的金额
|
|
1581
1591
|
*/
|
|
1582
|
-
CashPayAmount
|
|
1592
|
+
CashPayAmount?: string
|
|
1583
1593
|
/**
|
|
1584
1594
|
* 赠送账户支出:使用赠送金支付的金额
|
|
1585
1595
|
*/
|
|
1586
|
-
IncentivePayAmount
|
|
1596
|
+
IncentivePayAmount?: string
|
|
1587
1597
|
/**
|
|
1588
1598
|
* 分成金账户支出:通过分成金账户支付的金额
|
|
1589
1599
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1593,37 +1603,37 @@ export interface BillDetailComponent {
|
|
|
1593
1603
|
* 组件类型编码
|
|
1594
1604
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1595
1605
|
*/
|
|
1596
|
-
ItemCode
|
|
1606
|
+
ItemCode?: string
|
|
1597
1607
|
/**
|
|
1598
1608
|
* 组件名称编码
|
|
1599
1609
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1600
1610
|
*/
|
|
1601
|
-
ComponentCode
|
|
1611
|
+
ComponentCode?: string
|
|
1602
1612
|
/**
|
|
1603
1613
|
* 组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
|
|
1604
1614
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1605
1615
|
*/
|
|
1606
|
-
ContractPrice
|
|
1616
|
+
ContractPrice?: string
|
|
1607
1617
|
/**
|
|
1608
1618
|
* 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。正常的实例展示默认为不展示
|
|
1609
1619
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1610
1620
|
*/
|
|
1611
|
-
InstanceType
|
|
1621
|
+
InstanceType?: string
|
|
1612
1622
|
/**
|
|
1613
1623
|
* 预留实例抵扣的使用时长:本产品或服务使用预留实例抵扣的使用时长
|
|
1614
1624
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1615
1625
|
*/
|
|
1616
|
-
RiTimeSpan
|
|
1626
|
+
RiTimeSpan?: string
|
|
1617
1627
|
/**
|
|
1618
1628
|
* 预留实例抵扣组件原价:本产品或服务使用预留实例抵扣的组件原价金额
|
|
1619
1629
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1620
1630
|
*/
|
|
1621
|
-
OriginalCostWithRI
|
|
1631
|
+
OriginalCostWithRI?: string
|
|
1622
1632
|
/**
|
|
1623
1633
|
* 节省计划抵扣率:节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
|
|
1624
1634
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1625
1635
|
*/
|
|
1626
|
-
SPDeductionRate
|
|
1636
|
+
SPDeductionRate?: string
|
|
1627
1637
|
/**
|
|
1628
1638
|
* 节省计划抵扣金额(已废弃)
|
|
1629
1639
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1634,12 +1644,12 @@ export interface BillDetailComponent {
|
|
|
1634
1644
|
* 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
|
1635
1645
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1636
1646
|
*/
|
|
1637
|
-
OriginalCostWithSP
|
|
1647
|
+
OriginalCostWithSP?: string
|
|
1638
1648
|
/**
|
|
1639
1649
|
* 混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率 = 优惠后总价 / 组件原价
|
|
1640
1650
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1641
1651
|
*/
|
|
1642
|
-
BlendedDiscount
|
|
1652
|
+
BlendedDiscount?: string
|
|
1643
1653
|
}
|
|
1644
1654
|
|
|
1645
1655
|
/**
|
|
@@ -8406,11 +8406,11 @@ export interface DescribeBackupSummariesResponse {
|
|
|
8406
8406
|
/**
|
|
8407
8407
|
* 实例备份统计条目。
|
|
8408
8408
|
*/
|
|
8409
|
-
Items
|
|
8409
|
+
Items?: Array<BackupSummaryItem>
|
|
8410
8410
|
/**
|
|
8411
8411
|
* 实例备份统计总条目数。
|
|
8412
8412
|
*/
|
|
8413
|
-
TotalCount
|
|
8413
|
+
TotalCount?: number
|
|
8414
8414
|
/**
|
|
8415
8415
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8416
8416
|
*/
|
|
@@ -23,42 +23,62 @@ import {
|
|
|
23
23
|
ListUserRequest,
|
|
24
24
|
ResetPasswordRequest,
|
|
25
25
|
ErrorDetails,
|
|
26
|
+
ListJobsRequest,
|
|
26
27
|
DescribeUserRequest,
|
|
28
|
+
UserGroup,
|
|
29
|
+
UserStore,
|
|
27
30
|
DeleteUsersRequest,
|
|
28
31
|
ImportUser,
|
|
29
32
|
UpdateUserStatusResponse,
|
|
30
33
|
FailedUsers,
|
|
31
34
|
ListUserByPropertyRequest,
|
|
32
35
|
CreateUserResponse,
|
|
36
|
+
Pageable,
|
|
33
37
|
Filter,
|
|
34
|
-
|
|
38
|
+
UpdateUserGroupRequest,
|
|
39
|
+
ResetPasswordResponse,
|
|
40
|
+
ListUserGroupsRequest,
|
|
41
|
+
Salt,
|
|
35
42
|
ListUserByPropertyResponse,
|
|
36
|
-
|
|
43
|
+
ListUserStoreRequest,
|
|
44
|
+
CreateUserGroupResponse,
|
|
45
|
+
CreateUserStoreRequest,
|
|
37
46
|
DescribeUserByIdResponse,
|
|
47
|
+
DeleteUserStoreResponse,
|
|
38
48
|
Job,
|
|
39
49
|
CreateFileExportUserJobRequest,
|
|
50
|
+
DeleteUserGroupsRequest,
|
|
40
51
|
User,
|
|
52
|
+
AppAssociatedUserGroupIds,
|
|
53
|
+
QueryUserFilter,
|
|
54
|
+
UserGroupDeleteResp,
|
|
41
55
|
Sort,
|
|
42
|
-
|
|
43
|
-
|
|
56
|
+
DeleteUserGroupsResponse,
|
|
57
|
+
ListUserGroupsResponse,
|
|
44
58
|
UpdateUserResponse,
|
|
45
59
|
SetPasswordRequest,
|
|
46
60
|
SaltLocation,
|
|
61
|
+
CreateUserGroupRequest,
|
|
47
62
|
UpdateUserStatusRequest,
|
|
48
63
|
ListJobsResponse,
|
|
49
64
|
ExportPropertyMap,
|
|
65
|
+
UpdateUserStoreResponse,
|
|
50
66
|
LinkAccountResponse,
|
|
51
67
|
CreateUserRequest,
|
|
52
|
-
|
|
68
|
+
DeleteUserStoreRequest,
|
|
53
69
|
DeleteUsersResponse,
|
|
54
70
|
CreateApiImportUserJobRequest,
|
|
55
71
|
CreateFileExportUserJobResponse,
|
|
56
72
|
CreateApiImportUserJobResponse,
|
|
57
73
|
LinkAccountRequest,
|
|
74
|
+
UpdateUserStoreRequest,
|
|
58
75
|
ListLogMessageByConditionRequest,
|
|
76
|
+
UpdateUserGroupResponse,
|
|
59
77
|
SaltLocationRule,
|
|
60
78
|
MemberMap,
|
|
61
|
-
|
|
79
|
+
SetPasswordResponse,
|
|
80
|
+
CreateUserStoreResponse,
|
|
81
|
+
ListUserStoreResponse,
|
|
62
82
|
DescribeUserResponse,
|
|
63
83
|
ListUserResponse,
|
|
64
84
|
LogMessage,
|
|
@@ -75,13 +95,13 @@ export class Client extends AbstractClient {
|
|
|
75
95
|
}
|
|
76
96
|
|
|
77
97
|
/**
|
|
78
|
-
*
|
|
98
|
+
* 更新用户状态
|
|
79
99
|
*/
|
|
80
|
-
async
|
|
81
|
-
req:
|
|
82
|
-
cb?: (error: string, rep:
|
|
83
|
-
): Promise<
|
|
84
|
-
return this.request("
|
|
100
|
+
async UpdateUserStatus(
|
|
101
|
+
req: UpdateUserStatusRequest,
|
|
102
|
+
cb?: (error: string, rep: UpdateUserStatusResponse) => void
|
|
103
|
+
): Promise<UpdateUserStatusResponse> {
|
|
104
|
+
return this.request("UpdateUserStatus", req, cb)
|
|
85
105
|
}
|
|
86
106
|
|
|
87
107
|
/**
|
|
@@ -94,6 +114,66 @@ export class Client extends AbstractClient {
|
|
|
94
114
|
return this.request("ListJobs", req, cb)
|
|
95
115
|
}
|
|
96
116
|
|
|
117
|
+
/**
|
|
118
|
+
* 删除用户目录
|
|
119
|
+
*/
|
|
120
|
+
async DeleteUserStore(
|
|
121
|
+
req: DeleteUserStoreRequest,
|
|
122
|
+
cb?: (error: string, rep: DeleteUserStoreResponse) => void
|
|
123
|
+
): Promise<DeleteUserStoreResponse> {
|
|
124
|
+
return this.request("DeleteUserStore", req, cb)
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* 批量删除用户组
|
|
129
|
+
*/
|
|
130
|
+
async DeleteUserGroups(
|
|
131
|
+
req: DeleteUserGroupsRequest,
|
|
132
|
+
cb?: (error: string, rep: DeleteUserGroupsResponse) => void
|
|
133
|
+
): Promise<DeleteUserGroupsResponse> {
|
|
134
|
+
return this.request("DeleteUserGroups", req, cb)
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* 更新用户目录
|
|
139
|
+
*/
|
|
140
|
+
async UpdateUserStore(
|
|
141
|
+
req: UpdateUserStoreRequest,
|
|
142
|
+
cb?: (error: string, rep: UpdateUserStoreResponse) => void
|
|
143
|
+
): Promise<UpdateUserStoreResponse> {
|
|
144
|
+
return this.request("UpdateUserStore", req, cb)
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* 新建接口导入用户任务
|
|
149
|
+
*/
|
|
150
|
+
async CreateApiImportUserJob(
|
|
151
|
+
req: CreateApiImportUserJobRequest,
|
|
152
|
+
cb?: (error: string, rep: CreateApiImportUserJobResponse) => void
|
|
153
|
+
): Promise<CreateApiImportUserJobResponse> {
|
|
154
|
+
return this.request("CreateApiImportUserJob", req, cb)
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* 账号融合
|
|
159
|
+
*/
|
|
160
|
+
async LinkAccount(
|
|
161
|
+
req: LinkAccountRequest,
|
|
162
|
+
cb?: (error: string, rep: LinkAccountResponse) => void
|
|
163
|
+
): Promise<LinkAccountResponse> {
|
|
164
|
+
return this.request("LinkAccount", req, cb)
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* 重置用户密码
|
|
169
|
+
*/
|
|
170
|
+
async ResetPassword(
|
|
171
|
+
req: ResetPasswordRequest,
|
|
172
|
+
cb?: (error: string, rep: ResetPasswordResponse) => void
|
|
173
|
+
): Promise<ResetPasswordResponse> {
|
|
174
|
+
return this.request("ResetPassword", req, cb)
|
|
175
|
+
}
|
|
176
|
+
|
|
97
177
|
/**
|
|
98
178
|
* 更新用户
|
|
99
179
|
*/
|
|
@@ -114,6 +194,16 @@ export class Client extends AbstractClient {
|
|
|
114
194
|
return this.request("DescribeUser", req, cb)
|
|
115
195
|
}
|
|
116
196
|
|
|
197
|
+
/**
|
|
198
|
+
* 查询用户组列表
|
|
199
|
+
*/
|
|
200
|
+
async ListUserGroups(
|
|
201
|
+
req: ListUserGroupsRequest,
|
|
202
|
+
cb?: (error: string, rep: ListUserGroupsResponse) => void
|
|
203
|
+
): Promise<ListUserGroupsResponse> {
|
|
204
|
+
return this.request("ListUserGroups", req, cb)
|
|
205
|
+
}
|
|
206
|
+
|
|
117
207
|
/**
|
|
118
208
|
* 查询用户列表
|
|
119
209
|
*/
|
|
@@ -125,13 +215,33 @@ export class Client extends AbstractClient {
|
|
|
125
215
|
}
|
|
126
216
|
|
|
127
217
|
/**
|
|
128
|
-
*
|
|
218
|
+
* 更新用户组
|
|
129
219
|
*/
|
|
130
|
-
async
|
|
131
|
-
req:
|
|
132
|
-
cb?: (error: string, rep:
|
|
133
|
-
): Promise<
|
|
134
|
-
return this.request("
|
|
220
|
+
async UpdateUserGroup(
|
|
221
|
+
req: UpdateUserGroupRequest,
|
|
222
|
+
cb?: (error: string, rep: UpdateUserGroupResponse) => void
|
|
223
|
+
): Promise<UpdateUserGroupResponse> {
|
|
224
|
+
return this.request("UpdateUserGroup", req, cb)
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* 创建用户目录
|
|
229
|
+
*/
|
|
230
|
+
async CreateUserStore(
|
|
231
|
+
req: CreateUserStoreRequest,
|
|
232
|
+
cb?: (error: string, rep: CreateUserStoreResponse) => void
|
|
233
|
+
): Promise<CreateUserStoreResponse> {
|
|
234
|
+
return this.request("CreateUserStore", req, cb)
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* 批量删除用户
|
|
239
|
+
*/
|
|
240
|
+
async DeleteUsers(
|
|
241
|
+
req: DeleteUsersRequest,
|
|
242
|
+
cb?: (error: string, rep: DeleteUsersResponse) => void
|
|
243
|
+
): Promise<DeleteUsersResponse> {
|
|
244
|
+
return this.request("DeleteUsers", req, cb)
|
|
135
245
|
}
|
|
136
246
|
|
|
137
247
|
/**
|
|
@@ -144,16 +254,6 @@ export class Client extends AbstractClient {
|
|
|
144
254
|
return this.request("ListUserByProperty", req, cb)
|
|
145
255
|
}
|
|
146
256
|
|
|
147
|
-
/**
|
|
148
|
-
* 查询日志信息
|
|
149
|
-
*/
|
|
150
|
-
async ListLogMessageByCondition(
|
|
151
|
-
req: ListLogMessageByConditionRequest,
|
|
152
|
-
cb?: (error: string, rep: ListLogMessageByConditionResponse) => void
|
|
153
|
-
): Promise<ListLogMessageByConditionResponse> {
|
|
154
|
-
return this.request("ListLogMessageByCondition", req, cb)
|
|
155
|
-
}
|
|
156
|
-
|
|
157
257
|
/**
|
|
158
258
|
* 根据ID查询用户信息
|
|
159
259
|
*/
|
|
@@ -164,16 +264,6 @@ export class Client extends AbstractClient {
|
|
|
164
264
|
return this.request("DescribeUserById", req, cb)
|
|
165
265
|
}
|
|
166
266
|
|
|
167
|
-
/**
|
|
168
|
-
* 创建用户
|
|
169
|
-
*/
|
|
170
|
-
async CreateUser(
|
|
171
|
-
req: CreateUserRequest,
|
|
172
|
-
cb?: (error: string, rep: CreateUserResponse) => void
|
|
173
|
-
): Promise<CreateUserResponse> {
|
|
174
|
-
return this.request("CreateUser", req, cb)
|
|
175
|
-
}
|
|
176
|
-
|
|
177
267
|
/**
|
|
178
268
|
* 设置用户密码
|
|
179
269
|
*/
|
|
@@ -195,32 +285,42 @@ export class Client extends AbstractClient {
|
|
|
195
285
|
}
|
|
196
286
|
|
|
197
287
|
/**
|
|
198
|
-
*
|
|
288
|
+
* 查询用户目录列表
|
|
199
289
|
*/
|
|
200
|
-
async
|
|
201
|
-
req
|
|
202
|
-
cb?: (error: string, rep:
|
|
203
|
-
): Promise<
|
|
204
|
-
return this.request("
|
|
290
|
+
async ListUserStore(
|
|
291
|
+
req?: ListUserStoreRequest,
|
|
292
|
+
cb?: (error: string, rep: ListUserStoreResponse) => void
|
|
293
|
+
): Promise<ListUserStoreResponse> {
|
|
294
|
+
return this.request("ListUserStore", req, cb)
|
|
205
295
|
}
|
|
206
296
|
|
|
207
297
|
/**
|
|
208
|
-
*
|
|
298
|
+
* 创建用户组
|
|
209
299
|
*/
|
|
210
|
-
async
|
|
211
|
-
req:
|
|
212
|
-
cb?: (error: string, rep:
|
|
213
|
-
): Promise<
|
|
214
|
-
return this.request("
|
|
300
|
+
async CreateUserGroup(
|
|
301
|
+
req: CreateUserGroupRequest,
|
|
302
|
+
cb?: (error: string, rep: CreateUserGroupResponse) => void
|
|
303
|
+
): Promise<CreateUserGroupResponse> {
|
|
304
|
+
return this.request("CreateUserGroup", req, cb)
|
|
215
305
|
}
|
|
216
306
|
|
|
217
307
|
/**
|
|
218
|
-
*
|
|
308
|
+
* 创建用户
|
|
219
309
|
*/
|
|
220
|
-
async
|
|
221
|
-
req:
|
|
222
|
-
cb?: (error: string, rep:
|
|
223
|
-
): Promise<
|
|
224
|
-
return this.request("
|
|
310
|
+
async CreateUser(
|
|
311
|
+
req: CreateUserRequest,
|
|
312
|
+
cb?: (error: string, rep: CreateUserResponse) => void
|
|
313
|
+
): Promise<CreateUserResponse> {
|
|
314
|
+
return this.request("CreateUser", req, cb)
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* 查询日志信息
|
|
319
|
+
*/
|
|
320
|
+
async ListLogMessageByCondition(
|
|
321
|
+
req: ListLogMessageByConditionRequest,
|
|
322
|
+
cb?: (error: string, rep: ListLogMessageByConditionResponse) => void
|
|
323
|
+
): Promise<ListLogMessageByConditionResponse> {
|
|
324
|
+
return this.request("ListLogMessageByCondition", req, cb)
|
|
225
325
|
}
|
|
226
326
|
}
|