tencentcloud-sdk-nodejs 4.0.460 → 4.0.462
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 +359 -0
- package/SERVICE_CHANGELOG.md +363 -110
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +14 -2
- package/src/services/bma/v20210624/bma_models.ts +112 -42
- package/src/services/captcha/v20190722/captcha_client.ts +12 -0
- package/src/services/captcha/v20190722/captcha_models.ts +15 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +67 -16
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +570 -202
- package/src/services/essbasic/v20210526/essbasic_client.ts +7 -20
- package/src/services/essbasic/v20210526/essbasic_models.ts +0 -35
- package/src/services/faceid/v20180301/faceid_client.ts +189 -62
- package/src/services/faceid/v20180301/faceid_models.ts +2264 -1531
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/lcic/v20220817/lcic_client.ts +27 -15
- package/src/services/lcic/v20220817/lcic_models.ts +42 -22
- package/src/services/redis/v20180412/redis_models.ts +35 -30
- package/src/services/ssl/v20191205/ssl_client.ts +15 -1
- package/src/services/ssl/v20191205/ssl_models.ts +191 -6
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/tke/v20180525/tke_client.ts +1 -0
- package/src/services/tke/v20180525/tke_models.ts +34 -0
- package/src/services/trp/v20210515/trp_client.ts +202 -67
- package/src/services/trp/v20210515/trp_models.ts +1370 -690
- package/src/services/trtc/v20190722/trtc_client.ts +79 -5
- package/src/services/trtc/v20190722/trtc_models.ts +691 -106
- package/src/services/wedata/v20210820/wedata_client.ts +116 -40
- package/src/services/wedata/v20210820/wedata_models.ts +646 -166
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +5 -1
- package/tencentcloud/services/bma/v20210624/bma_client.js +6 -0
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +96 -38
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +13 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +19 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +27 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +476 -168
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +0 -30
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +46 -3
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +66 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2142 -1511
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +38 -20
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +34 -30
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +159 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +29 -0
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +51 -7
- package/tencentcloud/services/trp/v20210515/trp_client.js +75 -9
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +1203 -625
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +32 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +37 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +556 -60
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +36 -12
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +51 -15
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +554 -149
- package/test/bma.v20210624.test.js +10 -0
- package/test/captcha.v20190722.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +42 -2
- package/test/essbasic.v20210526.test.js +2 -12
- package/test/faceid.v20180301.test.js +102 -2
- package/test/lcic.v20220817.test.js +14 -4
- package/test/ssl.v20191205.test.js +10 -0
- package/test/trp.v20210515.test.js +116 -6
- package/test/trtc.v20190722.test.js +30 -0
- package/test/wedata.v20210820.test.js +68 -8
package/products.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-08-15 06:09:23 |
|
|
25
25
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
26
26
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2022-08-09 11:50:03 |
|
|
27
|
-
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-10-
|
|
27
|
+
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-10-17 06:09:59 |
|
|
28
28
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
|
|
29
29
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
30
30
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
34
34
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
35
35
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-09-23 06:11:49 |
|
|
36
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-10-
|
|
36
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-10-18 06:13:00 |
|
|
37
37
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
|
|
38
38
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
39
39
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-09-15 11:03:22 |
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
| cloudstudio | [云端 IDE](https://cloud.tencent.com/document/product/1039) | 2022-09-28 17:57:07 |
|
|
59
59
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-10-13 06:17:18 |
|
|
60
60
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
|
|
61
|
-
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-
|
|
61
|
+
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-10-17 06:17:26 |
|
|
62
62
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
63
63
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-14 06:19:40 |
|
|
64
64
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
65
65
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-10-12 06:23:14 |
|
|
66
66
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-10-14 06:21:52 |
|
|
67
67
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
68
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-10-
|
|
68
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-10-17 13:57:08 |
|
|
69
69
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
|
|
70
70
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
71
71
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-09-06 06:30:34 |
|
|
90
90
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-28 06:30:23 |
|
|
91
91
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-30 06:31:46 |
|
|
92
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-10
|
|
92
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-14 10:03:19 |
|
|
93
93
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
94
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-
|
|
94
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-10-17 06:26:28 |
|
|
95
95
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
96
96
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
97
97
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-10-13 06:28:02 |
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
113
113
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-09-12 06:28:33 |
|
|
114
114
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
115
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-
|
|
115
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-10-18 06:34:47 |
|
|
116
116
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
|
|
117
117
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
|
|
118
118
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-09-20 19:36:34 |
|
|
119
119
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
|
|
120
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-10-
|
|
120
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-10-18 06:36:52 |
|
|
121
121
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-09-14 06:27:13 |
|
|
122
122
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-09-23 06:36:42 |
|
|
123
123
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-09-19 06:43:11 |
|
|
147
147
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-09-19 06:43:24 |
|
|
148
148
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
149
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-10-
|
|
149
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-10-18 06:44:04 |
|
|
150
150
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
151
151
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
152
152
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
161
161
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-10-13 06:43:00 |
|
|
162
162
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-08-16 06:39:20 |
|
|
163
|
-
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-10-
|
|
163
|
+
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-10-18 06:47:25 |
|
|
164
164
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
165
165
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
|
|
166
166
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
|
|
@@ -182,10 +182,10 @@
|
|
|
182
182
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-09-08 06:41:25 |
|
|
183
183
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-14 06:51:40 |
|
|
184
184
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
185
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-
|
|
185
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-10-17 06:45:52 |
|
|
186
186
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-10-10 06:42:56 |
|
|
187
187
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-09-28 06:54:52 |
|
|
188
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-10-
|
|
188
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-10-18 06:53:22 |
|
|
189
189
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
190
190
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
191
191
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
@@ -195,12 +195,12 @@
|
|
|
195
195
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-09-20 06:53:40 |
|
|
196
196
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-09-30 07:00:21 |
|
|
197
197
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
198
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-10-
|
|
198
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-10-18 06:55:58 |
|
|
199
199
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
200
200
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
201
201
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
|
|
202
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-
|
|
203
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-10-
|
|
202
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-18 06:57:39 |
|
|
203
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-10-17 06:50:00 |
|
|
204
204
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-10-12 07:03:55 |
|
|
205
205
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-11 07:02:55 |
|
|
206
206
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-10-10 06:50:01 |
|
|
213
213
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-15 06:49:04 |
|
|
214
214
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
215
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-10-
|
|
215
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-10-17 06:55:30 |
|
|
216
216
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
217
217
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-09-16 06:52:09 |
|
|
218
218
|
| 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.462"
|
|
@@ -19,7 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
ProtectURLInfo,
|
|
22
|
-
|
|
22
|
+
CreateCRObtainResponse,
|
|
23
23
|
CreateCRUserVerifyRequest,
|
|
24
24
|
CreateBPFalseTicketResponse,
|
|
25
25
|
CreateCRRightFileRequest,
|
|
@@ -41,13 +41,14 @@ import {
|
|
|
41
41
|
DescribeBPReportFakeURLsRequest,
|
|
42
42
|
MonitorTort,
|
|
43
43
|
CreateBPFakeURLRequest,
|
|
44
|
+
UpdateCRWorkResponse,
|
|
44
45
|
CreateBPProtectURLsResponse,
|
|
45
46
|
DescribeBPProtectURLsResponse,
|
|
46
47
|
DescribeCRMonitorsResponse,
|
|
47
48
|
CreateCRCompanyVerifyResponse,
|
|
48
49
|
CreateBPOfflineAttachmentRequest,
|
|
49
50
|
CreateBPProtectURLsRequest,
|
|
50
|
-
|
|
51
|
+
CreateCRObtainRequest,
|
|
51
52
|
ModifyCRBlockStatusRequest,
|
|
52
53
|
ModifyCRMonitorRequest,
|
|
53
54
|
DescribeCRMonitorDetailResponse,
|
|
@@ -77,6 +78,7 @@ import {
|
|
|
77
78
|
File,
|
|
78
79
|
DescribeBPProtectURLsRequest,
|
|
79
80
|
ModifyCRObtainStatusResponse,
|
|
81
|
+
ModifyCRWhiteListRequest,
|
|
80
82
|
CreateCRCompanyVerifyRequest,
|
|
81
83
|
} from "./bma_models"
|
|
82
84
|
|
|
@@ -180,6 +182,16 @@ export class Client extends AbstractClient {
|
|
|
180
182
|
return this.request("ModifyBPOfflineAttachment", req, cb)
|
|
181
183
|
}
|
|
182
184
|
|
|
185
|
+
/**
|
|
186
|
+
* 版权保护-新建取证接口
|
|
187
|
+
*/
|
|
188
|
+
async CreateCRObtain(
|
|
189
|
+
req: CreateCRObtainRequest,
|
|
190
|
+
cb?: (error: string, rep: CreateCRObtainResponse) => void
|
|
191
|
+
): Promise<CreateCRObtainResponse> {
|
|
192
|
+
return this.request("CreateCRObtain", req, cb)
|
|
193
|
+
}
|
|
194
|
+
|
|
183
195
|
/**
|
|
184
196
|
* 开启/关闭监测
|
|
185
197
|
*/
|
|
@@ -51,43 +51,23 @@ export interface ProtectURLInfo {
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* CreateCRObtain返回参数结构体
|
|
55
55
|
*/
|
|
56
|
-
export interface
|
|
57
|
-
/**
|
|
58
|
-
* 该字段已废弃,白名单ID
|
|
59
|
-
*/
|
|
60
|
-
WhiteListId?: number
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* 该字段已废弃,平台名称
|
|
64
|
-
*/
|
|
65
|
-
PlatForm?: string
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* 该字段已废弃,平台站点链接
|
|
69
|
-
*/
|
|
70
|
-
PlatUrl?: string
|
|
71
|
-
|
|
56
|
+
export interface CreateCRObtainResponse {
|
|
72
57
|
/**
|
|
73
|
-
*
|
|
74
|
-
*/
|
|
75
|
-
AuthorId?: string
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* 该字段已废弃,作品ID
|
|
58
|
+
* 侵权ID
|
|
79
59
|
*/
|
|
80
|
-
|
|
60
|
+
TortId: number
|
|
81
61
|
|
|
82
62
|
/**
|
|
83
|
-
*
|
|
63
|
+
* xxx
|
|
84
64
|
*/
|
|
85
|
-
|
|
65
|
+
TortNum: string
|
|
86
66
|
|
|
87
67
|
/**
|
|
88
|
-
*
|
|
68
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
89
69
|
*/
|
|
90
|
-
|
|
70
|
+
RequestId?: string
|
|
91
71
|
}
|
|
92
72
|
|
|
93
73
|
/**
|
|
@@ -590,17 +570,17 @@ export interface ModifyBPOfflineAttachmentRequest {
|
|
|
590
570
|
*/
|
|
591
571
|
export interface DescribeBPFakeURLsResponse {
|
|
592
572
|
/**
|
|
593
|
-
*
|
|
573
|
+
* 仿冒网址列表
|
|
594
574
|
*/
|
|
595
575
|
FakeURLInfos: Array<FakeURLInfo>
|
|
596
576
|
|
|
597
577
|
/**
|
|
598
|
-
*
|
|
578
|
+
* 总量
|
|
599
579
|
*/
|
|
600
580
|
TotalCount: number
|
|
601
581
|
|
|
602
582
|
/**
|
|
603
|
-
*
|
|
583
|
+
* 导出量
|
|
604
584
|
*/
|
|
605
585
|
ExportURL: string
|
|
606
586
|
|
|
@@ -795,6 +775,26 @@ export interface CreateBPFakeURLRequest {
|
|
|
795
775
|
Note?: string
|
|
796
776
|
}
|
|
797
777
|
|
|
778
|
+
/**
|
|
779
|
+
* UpdateCRWork返回参数结构体
|
|
780
|
+
*/
|
|
781
|
+
export interface UpdateCRWorkResponse {
|
|
782
|
+
/**
|
|
783
|
+
* 作品ID
|
|
784
|
+
*/
|
|
785
|
+
WorkId: number
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* 存证ID
|
|
789
|
+
*/
|
|
790
|
+
EvidenceId: number
|
|
791
|
+
|
|
792
|
+
/**
|
|
793
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
794
|
+
*/
|
|
795
|
+
RequestId?: string
|
|
796
|
+
}
|
|
797
|
+
|
|
798
798
|
/**
|
|
799
799
|
* CreateBPProtectURLs返回参数结构体
|
|
800
800
|
*/
|
|
@@ -810,12 +810,12 @@ export interface CreateBPProtectURLsResponse {
|
|
|
810
810
|
*/
|
|
811
811
|
export interface DescribeBPProtectURLsResponse {
|
|
812
812
|
/**
|
|
813
|
-
*
|
|
813
|
+
* 保护网址列表
|
|
814
814
|
*/
|
|
815
815
|
ProtectURLInfos: Array<ProtectURLInfo>
|
|
816
816
|
|
|
817
817
|
/**
|
|
818
|
-
*
|
|
818
|
+
* 总量
|
|
819
819
|
*/
|
|
820
820
|
TotalCount: number
|
|
821
821
|
|
|
@@ -921,23 +921,53 @@ export interface CreateBPProtectURLsRequest {
|
|
|
921
921
|
}
|
|
922
922
|
|
|
923
923
|
/**
|
|
924
|
-
*
|
|
924
|
+
* CreateCRObtain请求参数结构体
|
|
925
925
|
*/
|
|
926
|
-
export interface
|
|
926
|
+
export interface CreateCRObtainRequest {
|
|
927
927
|
/**
|
|
928
|
-
*
|
|
928
|
+
* 已存证的作品ID
|
|
929
929
|
*/
|
|
930
930
|
WorkId: number
|
|
931
931
|
|
|
932
932
|
/**
|
|
933
|
-
*
|
|
933
|
+
* 侵权链接
|
|
934
934
|
*/
|
|
935
|
-
|
|
935
|
+
TortUrl: string
|
|
936
936
|
|
|
937
937
|
/**
|
|
938
|
-
*
|
|
938
|
+
* 取证类型 1-网页取证 2-过程取证
|
|
939
939
|
*/
|
|
940
|
-
|
|
940
|
+
ObtainType: number
|
|
941
|
+
|
|
942
|
+
/**
|
|
943
|
+
* 侵权标题
|
|
944
|
+
*/
|
|
945
|
+
WorkTitle?: string
|
|
946
|
+
|
|
947
|
+
/**
|
|
948
|
+
* 侵权平台
|
|
949
|
+
*/
|
|
950
|
+
TortPlat?: string
|
|
951
|
+
|
|
952
|
+
/**
|
|
953
|
+
* 过程取证的取证时长 6-300分钟
|
|
954
|
+
*/
|
|
955
|
+
ObtainDuration?: number
|
|
956
|
+
|
|
957
|
+
/**
|
|
958
|
+
* 取证回调地址
|
|
959
|
+
*/
|
|
960
|
+
ObtainUrl?: string
|
|
961
|
+
|
|
962
|
+
/**
|
|
963
|
+
* xxx
|
|
964
|
+
*/
|
|
965
|
+
WorkCategory?: string
|
|
966
|
+
|
|
967
|
+
/**
|
|
968
|
+
* xxx
|
|
969
|
+
*/
|
|
970
|
+
WorkType?: string
|
|
941
971
|
}
|
|
942
972
|
|
|
943
973
|
/**
|
|
@@ -1170,12 +1200,12 @@ export type DescribeBPCompanyInfoRequest = null
|
|
|
1170
1200
|
*/
|
|
1171
1201
|
export interface DescribeBPReportFakeURLsResponse {
|
|
1172
1202
|
/**
|
|
1173
|
-
*
|
|
1203
|
+
* 举报网站列表
|
|
1174
1204
|
*/
|
|
1175
1205
|
ReportFakeURLInfos: Array<ReportFakeURLInfo>
|
|
1176
1206
|
|
|
1177
1207
|
/**
|
|
1178
|
-
*
|
|
1208
|
+
* 总量
|
|
1179
1209
|
*/
|
|
1180
1210
|
TotalCount: number
|
|
1181
1211
|
|
|
@@ -1860,6 +1890,46 @@ export interface ModifyCRObtainStatusResponse {
|
|
|
1860
1890
|
RequestId?: string
|
|
1861
1891
|
}
|
|
1862
1892
|
|
|
1893
|
+
/**
|
|
1894
|
+
* ModifyCRWhiteList请求参数结构体
|
|
1895
|
+
*/
|
|
1896
|
+
export interface ModifyCRWhiteListRequest {
|
|
1897
|
+
/**
|
|
1898
|
+
* 该字段已废弃,白名单ID
|
|
1899
|
+
*/
|
|
1900
|
+
WhiteListId?: number
|
|
1901
|
+
|
|
1902
|
+
/**
|
|
1903
|
+
* 该字段已废弃,平台名称
|
|
1904
|
+
*/
|
|
1905
|
+
PlatForm?: string
|
|
1906
|
+
|
|
1907
|
+
/**
|
|
1908
|
+
* 该字段已废弃,平台站点链接
|
|
1909
|
+
*/
|
|
1910
|
+
PlatUrl?: string
|
|
1911
|
+
|
|
1912
|
+
/**
|
|
1913
|
+
* 该字段已废弃,作者ID
|
|
1914
|
+
*/
|
|
1915
|
+
AuthorId?: string
|
|
1916
|
+
|
|
1917
|
+
/**
|
|
1918
|
+
* 该字段已废弃,作品ID
|
|
1919
|
+
*/
|
|
1920
|
+
WorksId?: number
|
|
1921
|
+
|
|
1922
|
+
/**
|
|
1923
|
+
* 作品ID
|
|
1924
|
+
*/
|
|
1925
|
+
WorkId?: number
|
|
1926
|
+
|
|
1927
|
+
/**
|
|
1928
|
+
* 白名单列表,以\n分割
|
|
1929
|
+
*/
|
|
1930
|
+
WhiteSites?: string
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1863
1933
|
/**
|
|
1864
1934
|
* CreateCRCompanyVerify请求参数结构体
|
|
1865
1935
|
*/
|
|
@@ -22,12 +22,14 @@ import {
|
|
|
22
22
|
CaptchaOperDataInterceptUnit,
|
|
23
23
|
CaptchaOperDataTryTimesDistributeUnit,
|
|
24
24
|
DescribeCaptchaMiniOperDataResponse,
|
|
25
|
+
GetTotalTicketStatisticsRequest,
|
|
25
26
|
DescribeCaptchaMiniDataSumResponse,
|
|
26
27
|
UpdateCaptchaAppIdInfoRequest,
|
|
27
28
|
OutputManageMarketingRiskValue,
|
|
28
29
|
CaptchaOperDataRes,
|
|
29
30
|
TicketInterceptUnit,
|
|
30
31
|
DescribeCaptchaUserAllAppIdRequest,
|
|
32
|
+
GetTotalTicketStatisticsResponse,
|
|
31
33
|
DescribeCaptchaMiniDataResponse,
|
|
32
34
|
UpdateCaptchaAppIdInfoResponse,
|
|
33
35
|
DescribeCaptchaMiniRiskResultRequest,
|
|
@@ -167,6 +169,16 @@ export class Client extends AbstractClient {
|
|
|
167
169
|
return this.request("UpdateCaptchaAppIdInfo", req, cb)
|
|
168
170
|
}
|
|
169
171
|
|
|
172
|
+
/**
|
|
173
|
+
* 查询所有验证的统计数据,包括:总票据校验量、总票据校验通过量、总票据校验拦截量。
|
|
174
|
+
*/
|
|
175
|
+
async GetTotalTicketStatistics(
|
|
176
|
+
req?: GetTotalTicketStatisticsRequest,
|
|
177
|
+
cb?: (error: string, rep: GetTotalTicketStatisticsResponse) => void
|
|
178
|
+
): Promise<GetTotalTicketStatisticsResponse> {
|
|
179
|
+
return this.request("GetTotalTicketStatistics", req, cb)
|
|
180
|
+
}
|
|
181
|
+
|
|
170
182
|
/**
|
|
171
183
|
* 安全验证码获取用户注册所有APPId和应用名称
|
|
172
184
|
*/
|
|
@@ -109,6 +109,11 @@ export interface DescribeCaptchaMiniOperDataResponse {
|
|
|
109
109
|
RequestId?: string
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
+
/**
|
|
113
|
+
* GetTotalTicketStatistics请求参数结构体
|
|
114
|
+
*/
|
|
115
|
+
export type GetTotalTicketStatisticsRequest = null
|
|
116
|
+
|
|
112
117
|
/**
|
|
113
118
|
* DescribeCaptchaMiniDataSum返回参数结构体
|
|
114
119
|
*/
|
|
@@ -364,6 +369,16 @@ export interface TicketInterceptUnit {
|
|
|
364
369
|
*/
|
|
365
370
|
export type DescribeCaptchaUserAllAppIdRequest = null
|
|
366
371
|
|
|
372
|
+
/**
|
|
373
|
+
* GetTotalTicketStatistics返回参数结构体
|
|
374
|
+
*/
|
|
375
|
+
export interface GetTotalTicketStatisticsResponse {
|
|
376
|
+
/**
|
|
377
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
378
|
+
*/
|
|
379
|
+
RequestId?: string
|
|
380
|
+
}
|
|
381
|
+
|
|
367
382
|
/**
|
|
368
383
|
* DescribeCaptchaMiniData返回参数结构体
|
|
369
384
|
*/
|
|
@@ -22,13 +22,14 @@ import {
|
|
|
22
22
|
ModifyClusterNameRequest,
|
|
23
23
|
DescribeRollbackTimeRangeRequest,
|
|
24
24
|
InquirePriceRenewRequest,
|
|
25
|
-
|
|
25
|
+
DescribeAuditLogsRequest,
|
|
26
26
|
DescribeBackupConfigRequest,
|
|
27
27
|
DescribeAccountsRequest,
|
|
28
28
|
ModifyMaintainPeriodConfigRequest,
|
|
29
29
|
DescribeRollbackTimeRangeResponse,
|
|
30
30
|
ModifyBackupNameResponse,
|
|
31
31
|
ModifyClusterStorageRequest,
|
|
32
|
+
DescribeAuditLogFilesResponse,
|
|
32
33
|
SwitchClusterZoneResponse,
|
|
33
34
|
AssociateSecurityGroupsRequest,
|
|
34
35
|
DescribeBinlogDownloadUrlRequest,
|
|
@@ -44,9 +45,11 @@ import {
|
|
|
44
45
|
ModifyClusterNameResponse,
|
|
45
46
|
DescribeClusterParamsResponse,
|
|
46
47
|
IsolateInstanceResponse,
|
|
47
|
-
|
|
48
|
+
AuditLogFilter,
|
|
48
49
|
DescribeParamTemplatesRequest,
|
|
50
|
+
DescribeAuditLogsResponse,
|
|
49
51
|
PauseServerlessRequest,
|
|
52
|
+
ObjectTask,
|
|
50
53
|
RevokeAccountPrivilegesResponse,
|
|
51
54
|
CreateClustersResponse,
|
|
52
55
|
SetRenewFlagRequest,
|
|
@@ -62,21 +65,24 @@ import {
|
|
|
62
65
|
ModifyClusterStorageResponse,
|
|
63
66
|
DescribeInstanceDetailResponse,
|
|
64
67
|
ModifyDBInstanceSecurityGroupsResponse,
|
|
68
|
+
DeleteAuditLogFileResponse,
|
|
65
69
|
DescribeClusterParamLogsResponse,
|
|
66
70
|
DescribeClusterInstanceGrpsRequest,
|
|
67
71
|
DescribeResourcesByDealNameResponse,
|
|
68
72
|
ResumeServerlessResponse,
|
|
69
73
|
CreateAccountsRequest,
|
|
70
|
-
|
|
74
|
+
AuditLogFile,
|
|
71
75
|
ExportInstanceSlowQueriesResponse,
|
|
72
76
|
SwitchClusterZoneRequest,
|
|
73
77
|
DescribeDBSecurityGroupsRequest,
|
|
74
78
|
RollBackClusterRequest,
|
|
79
|
+
UpgradeInstanceRequest,
|
|
75
80
|
RollbackTable,
|
|
76
81
|
DescribeClusterDetailRequest,
|
|
77
82
|
Tag,
|
|
78
83
|
DescribeProjectSecurityGroupsResponse,
|
|
79
84
|
RemoveClusterSlaveZoneResponse,
|
|
85
|
+
CreateAuditLogFileResponse,
|
|
80
86
|
PauseServerlessResponse,
|
|
81
87
|
OfflineClusterRequest,
|
|
82
88
|
NewAccount,
|
|
@@ -111,7 +117,7 @@ import {
|
|
|
111
117
|
CreateBackupResponse,
|
|
112
118
|
DescribeRollbackTimeValidityResponse,
|
|
113
119
|
DescribeInstanceSlowQueriesResponse,
|
|
114
|
-
|
|
120
|
+
DescribeInstancesRequest,
|
|
115
121
|
DescribeBackupDownloadUrlResponse,
|
|
116
122
|
ResumeServerlessRequest,
|
|
117
123
|
InquirePriceCreateRequest,
|
|
@@ -127,11 +133,12 @@ import {
|
|
|
127
133
|
RevokeAccountPrivilegesRequest,
|
|
128
134
|
InstanceSpec,
|
|
129
135
|
InquirePriceCreateResponse,
|
|
136
|
+
IsolateInstanceRequest,
|
|
130
137
|
SetRenewFlagResponse,
|
|
131
138
|
Account,
|
|
132
139
|
CreateBackupRequest,
|
|
133
140
|
DescribeClusterParamLogsRequest,
|
|
134
|
-
|
|
141
|
+
PolicyRule,
|
|
135
142
|
DescribeMaintainPeriodResponse,
|
|
136
143
|
DescribeBackupListResponse,
|
|
137
144
|
RollBackClusterResponse,
|
|
@@ -139,18 +146,20 @@ import {
|
|
|
139
146
|
ModifyBackupConfigRequest,
|
|
140
147
|
ActivateInstanceResponse,
|
|
141
148
|
DescribeRollbackTimeValidityRequest,
|
|
142
|
-
|
|
143
|
-
|
|
149
|
+
CreateAuditLogFileRequest,
|
|
150
|
+
DeleteAuditLogFileRequest,
|
|
144
151
|
AddInstancesRequest,
|
|
145
152
|
ModifyClusterSlaveZoneRequest,
|
|
146
|
-
|
|
153
|
+
GrantAccountPrivilegesResponse,
|
|
147
154
|
ClusterParamModifyLog,
|
|
155
|
+
DescribeInstanceSlowQueriesRequest,
|
|
148
156
|
CynosdbInstanceDetail,
|
|
149
157
|
CynosdbClusterDetail,
|
|
150
158
|
DescribeInstanceDetailRequest,
|
|
151
159
|
ModifyMaintainPeriodConfigResponse,
|
|
152
160
|
DisassociateSecurityGroupsRequest,
|
|
153
161
|
ModifyBackupNameRequest,
|
|
162
|
+
ModifyInstanceNameResponse,
|
|
154
163
|
DescribeBinlogSaveDaysResponse,
|
|
155
164
|
ModifyClusterParamRequest,
|
|
156
165
|
DescribeAccountsResponse,
|
|
@@ -158,13 +167,15 @@ import {
|
|
|
158
167
|
OfflineInstanceRequest,
|
|
159
168
|
TradePrice,
|
|
160
169
|
DescribeClusterParamsRequest,
|
|
170
|
+
AuditLog,
|
|
161
171
|
DescribeInstanceSpecsResponse,
|
|
162
172
|
DescribeAccountAllGrantPrivilegesRequest,
|
|
163
173
|
OfflineInstanceResponse,
|
|
164
174
|
ParamItem,
|
|
165
|
-
|
|
175
|
+
IsolateClusterRequest,
|
|
176
|
+
DescribeAuditLogFilesRequest,
|
|
166
177
|
DescribeClusterDetailResponse,
|
|
167
|
-
|
|
178
|
+
DescribeClusterInstanceGrpsResponse,
|
|
168
179
|
DescribeBinlogsRequest,
|
|
169
180
|
InputAccount,
|
|
170
181
|
DisassociateSecurityGroupsResponse,
|
|
@@ -312,13 +323,13 @@ export class Client extends AbstractClient {
|
|
|
312
323
|
}
|
|
313
324
|
|
|
314
325
|
/**
|
|
315
|
-
*
|
|
326
|
+
* 本接口(DeleteAuditLogFile)用于删除云数据库实例的审计日志文件。
|
|
316
327
|
*/
|
|
317
|
-
async
|
|
318
|
-
req:
|
|
319
|
-
cb?: (error: string, rep:
|
|
320
|
-
): Promise<
|
|
321
|
-
return this.request("
|
|
328
|
+
async DeleteAuditLogFile(
|
|
329
|
+
req: DeleteAuditLogFileRequest,
|
|
330
|
+
cb?: (error: string, rep: DeleteAuditLogFileResponse) => void
|
|
331
|
+
): Promise<DeleteAuditLogFileResponse> {
|
|
332
|
+
return this.request("DeleteAuditLogFile", req, cb)
|
|
322
333
|
}
|
|
323
334
|
|
|
324
335
|
/**
|
|
@@ -391,6 +402,16 @@ export class Client extends AbstractClient {
|
|
|
391
402
|
return this.request("ModifyMaintainPeriodConfig", req, cb)
|
|
392
403
|
}
|
|
393
404
|
|
|
405
|
+
/**
|
|
406
|
+
* 本接口(DescribeAuditLogs)用于查询数据库审计日志。
|
|
407
|
+
*/
|
|
408
|
+
async DescribeAuditLogs(
|
|
409
|
+
req: DescribeAuditLogsRequest,
|
|
410
|
+
cb?: (error: string, rep: DescribeAuditLogsResponse) => void
|
|
411
|
+
): Promise<DescribeAuditLogsResponse> {
|
|
412
|
+
return this.request("DescribeAuditLogs", req, cb)
|
|
413
|
+
}
|
|
414
|
+
|
|
394
415
|
/**
|
|
395
416
|
* 修改从可用区
|
|
396
417
|
*/
|
|
@@ -471,6 +492,16 @@ export class Client extends AbstractClient {
|
|
|
471
492
|
return this.request("DescribeClusters", req, cb)
|
|
472
493
|
}
|
|
473
494
|
|
|
495
|
+
/**
|
|
496
|
+
* 本接口(CreateAuditLogFile)用于创建云数据库实例的审计日志文件。
|
|
497
|
+
*/
|
|
498
|
+
async CreateAuditLogFile(
|
|
499
|
+
req: CreateAuditLogFileRequest,
|
|
500
|
+
cb?: (error: string, rep: CreateAuditLogFileResponse) => void
|
|
501
|
+
): Promise<CreateAuditLogFileResponse> {
|
|
502
|
+
return this.request("CreateAuditLogFile", req, cb)
|
|
503
|
+
}
|
|
504
|
+
|
|
474
505
|
/**
|
|
475
506
|
* 隔离集群
|
|
476
507
|
*/
|
|
@@ -521,6 +552,16 @@ export class Client extends AbstractClient {
|
|
|
521
552
|
return this.request("RemoveClusterSlaveZone", req, cb)
|
|
522
553
|
}
|
|
523
554
|
|
|
555
|
+
/**
|
|
556
|
+
* 修改集群名称
|
|
557
|
+
*/
|
|
558
|
+
async ModifyClusterName(
|
|
559
|
+
req: ModifyClusterNameRequest,
|
|
560
|
+
cb?: (error: string, rep: ModifyClusterNameResponse) => void
|
|
561
|
+
): Promise<ModifyClusterNameResponse> {
|
|
562
|
+
return this.request("ModifyClusterName", req, cb)
|
|
563
|
+
}
|
|
564
|
+
|
|
524
565
|
/**
|
|
525
566
|
* 显示集群详情
|
|
526
567
|
*/
|
|
@@ -701,6 +742,16 @@ export class Client extends AbstractClient {
|
|
|
701
742
|
return this.request("DescribeDBSecurityGroups", req, cb)
|
|
702
743
|
}
|
|
703
744
|
|
|
745
|
+
/**
|
|
746
|
+
* 本接口(DescribeAuditLogFiles)用于查询云数据库实例的审计日志文件。
|
|
747
|
+
*/
|
|
748
|
+
async DescribeAuditLogFiles(
|
|
749
|
+
req: DescribeAuditLogFilesRequest,
|
|
750
|
+
cb?: (error: string, rep: DescribeAuditLogFilesResponse) => void
|
|
751
|
+
): Promise<DescribeAuditLogFilesResponse> {
|
|
752
|
+
return this.request("DescribeAuditLogFiles", req, cb)
|
|
753
|
+
}
|
|
754
|
+
|
|
704
755
|
/**
|
|
705
756
|
* 此接口(ExportInstanceSlowQueries)用于导出实例慢日志。
|
|
706
757
|
*/
|