tencentcloud-sdk-nodejs 4.0.461 → 4.0.463

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/CHANGELOG.md +323 -0
  2. package/SERVICE_CHANGELOG.md +398 -171
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/v20210624/bma_client.ts +14 -2
  7. package/src/services/bma/v20210624/bma_models.ts +96 -1
  8. package/src/services/captcha/v20190722/captcha_client.ts +19 -3
  9. package/src/services/captcha/v20190722/captcha_models.ts +228 -41
  10. package/src/services/cpdp/v20190820/cpdp_client.ts +18 -2
  11. package/src/services/cpdp/v20190820/cpdp_models.ts +358 -33
  12. package/src/services/essbasic/v20210526/essbasic_client.ts +11 -8
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +18 -13
  14. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  15. package/src/services/lcic/v20220817/lcic_client.ts +89 -28
  16. package/src/services/lcic/v20220817/lcic_models.ts +343 -127
  17. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  18. package/src/services/monitor/v20180724/monitor_models.ts +29 -0
  19. package/src/services/redis/v20180412/redis_models.ts +35 -30
  20. package/src/services/ses/v20201002/ses_client.ts +2 -2
  21. package/src/services/soe/v20180724/soe_models.ts +2 -2
  22. package/src/services/ssl/v20191205/ssl_client.ts +15 -1
  23. package/src/services/ssl/v20191205/ssl_models.ts +191 -6
  24. package/src/services/tcb/v20180608/tcb_client.ts +12 -0
  25. package/src/services/tcb/v20180608/tcb_models.ts +25 -0
  26. package/src/services/teo/v20220901/teo_models.ts +1 -1
  27. package/src/services/tke/v20180525/tke_client.ts +1 -0
  28. package/src/services/tke/v20180525/tke_models.ts +34 -0
  29. package/src/services/trp/v20210515/trp_client.ts +13 -0
  30. package/src/services/trp/v20210515/trp_models.ts +221 -11
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/bma/v20210624/bma_client.d.ts +7 -3
  34. package/tencentcloud/services/bma/v20210624/bma_client.js +8 -2
  35. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +79 -1
  36. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
  37. package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
  38. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +194 -37
  39. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
  40. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
  41. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +298 -29
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -8
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -8
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -11
  45. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +6 -0
  46. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +27 -7
  47. package/tencentcloud/services/lcic/v20220817/lcic_client.js +39 -9
  48. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +304 -120
  49. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +25 -0
  50. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +34 -30
  51. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +2 -2
  52. package/tencentcloud/services/ses/v20201002/ses_client.js +2 -2
  53. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +2 -2
  54. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
  55. package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
  56. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +159 -6
  57. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
  58. package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
  59. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +22 -0
  60. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
  61. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +29 -0
  62. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
  63. package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
  64. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +188 -11
  65. package/test/bma.v20210624.test.js +10 -0
  66. package/test/captcha.v20190722.test.js +10 -0
  67. package/test/cpdp.v20190820.test.js +10 -0
  68. package/test/lcic.v20220817.test.js +56 -6
  69. package/test/ssl.v20191205.test.js +10 -0
  70. package/test/tcb.v20180608.test.js +10 -0
  71. package/test/trp.v20210515.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.461",
3
+ "version": "4.0.463",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
9
9
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
10
- | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-08-16 06:06:52 |
10
+ | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-10-19 06:07:20 |
11
11
  | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-09-12 06:07:03 |
12
12
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
@@ -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-17 06:09:59 |
27
+ | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-10-19 06:10:00 |
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-13 06:12:01 |
36
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-10-19 06:11:45 |
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 |
@@ -60,12 +60,12 @@
60
60
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
61
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
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-14 06:19:40 |
63
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-19 06:17:23 |
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-14 14:46:49 |
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,7 +89,7 @@
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-14 10:03:19 |
92
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-19 06:25:55 |
93
93
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
94
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 |
@@ -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-09-21 06:33:00 |
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-14 06:37:15 |
120
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-10-19 06:31:50 |
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 |
@@ -129,7 +129,7 @@
129
129
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
130
130
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-09-14 20:21:28 |
131
131
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-10-10 06:31:49 |
132
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-10-11 06:43:21 |
132
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-10-19 06:34:09 |
133
133
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-09-20 06:38:58 |
134
134
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
135
135
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-09-16 17:41:33 |
@@ -146,21 +146,21 @@
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-14 06:44:02 |
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 |
153
153
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-10-10 06:36:43 |
154
154
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-09-30 06:49:15 |
155
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-09-06 06:49:17 |
156
- | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
155
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-10-19 06:39:14 |
156
+ | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-10-19 06:39:28 |
157
157
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
158
158
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-08-17 06:36:01 |
159
- | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-06-07 06:12:07 |
159
+ | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-10-19 06:39:52 |
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-14 06:47:12 |
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 |
@@ -173,7 +173,7 @@
173
173
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
174
174
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
175
175
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-08-23 06:49:36 |
176
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-08-23 06:50:01 |
176
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-10-19 06:42:09 |
177
177
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
178
178
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
179
179
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
@@ -185,7 +185,7 @@
185
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-11 06:58:18 |
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,11 +195,11 @@
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-10 06:45:41 |
198
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-10-19 06:47:26 |
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-14 20:26:32 |
202
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-19 06:48:35 |
203
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 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.461"
1
+ export const sdkVersion = "4.0.463"
@@ -54,6 +54,7 @@ import {
54
54
  DescribeCRMonitorDetailResponse,
55
55
  CreateCRWorkRequest,
56
56
  DescribeBPCompanyInfoRequest,
57
+ DescribeCRObtainDetailRequest,
57
58
  DescribeBPReportFakeURLsResponse,
58
59
  DescribeCRMonitorDetailRequest,
59
60
  Filter,
@@ -61,6 +62,7 @@ import {
61
62
  ModifyCRRightStatusRequest,
62
63
  DescribeCRMonitorsRequest,
63
64
  DescribeCRWorkInfoResponse,
65
+ DescribeCRObtainDetailResponse,
64
66
  CreateCRRightFileResponse,
65
67
  ModifyCRWhiteListResponse,
66
68
  FakeURLInfo,
@@ -142,7 +144,17 @@ export class Client extends AbstractClient {
142
144
  }
143
145
 
144
146
  /**
145
- * 新建拦截
147
+ * 查询取证详情
148
+ */
149
+ async DescribeCRObtainDetail(
150
+ req: DescribeCRObtainDetailRequest,
151
+ cb?: (error: string, rep: DescribeCRObtainDetailResponse) => void
152
+ ): Promise<DescribeCRObtainDetailResponse> {
153
+ return this.request("DescribeCRObtainDetail", req, cb)
154
+ }
155
+
156
+ /**
157
+ * 新建协查处置
146
158
 
147
159
  */
148
160
  async CreateCRBlock(
@@ -243,7 +255,7 @@ export class Client extends AbstractClient {
243
255
  }
244
256
 
245
257
  /**
246
- * 拦截申请
258
+ * 协查处置申请
247
259
  */
248
260
  async ModifyCRBlockStatus(
249
261
  req: ModifyCRBlockStatusRequest,
@@ -415,7 +415,7 @@ export interface ModifyCRObtainStatusRequest {
415
415
  TortId: number
416
416
 
417
417
  /**
418
- * 取证类型:1-网页取证 2-过程取证
418
+ * 取证类型:1-网页取证 2-过程取证(暂不提供)
419
419
  */
420
420
  ObtainType: number
421
421
 
@@ -1195,6 +1195,16 @@ export interface CreateCRWorkRequest {
1195
1195
  */
1196
1196
  export type DescribeBPCompanyInfoRequest = null
1197
1197
 
1198
+ /**
1199
+ * DescribeCRObtainDetail请求参数结构体
1200
+ */
1201
+ export interface DescribeCRObtainDetailRequest {
1202
+ /**
1203
+ * 侵权ID
1204
+ */
1205
+ TortId: number
1206
+ }
1207
+
1198
1208
  /**
1199
1209
  * DescribeBPReportFakeURLs返回参数结构体
1200
1210
  */
@@ -1420,6 +1430,91 @@ export interface DescribeCRWorkInfoResponse {
1420
1430
  RequestId?: string
1421
1431
  }
1422
1432
 
1433
+ /**
1434
+ * DescribeCRObtainDetail返回参数结构体
1435
+ */
1436
+ export interface DescribeCRObtainDetailResponse {
1437
+ /**
1438
+ * 作品名称
1439
+ */
1440
+ WorkName: string
1441
+
1442
+ /**
1443
+ * 侵权链接
1444
+ */
1445
+ TortURL: string
1446
+
1447
+ /**
1448
+ * 取证时间
1449
+ */
1450
+ ObtainTime: string
1451
+
1452
+ /**
1453
+ * 取证类型
1454
+ */
1455
+ ObtainType: string
1456
+
1457
+ /**
1458
+ * 取证号
1459
+ */
1460
+ ObtainNum: string
1461
+
1462
+ /**
1463
+ * 证据地址
1464
+ */
1465
+ DepositFile: string
1466
+
1467
+ /**
1468
+ * 公证信息地址
1469
+ */
1470
+ DepositCert: string
1471
+
1472
+ /**
1473
+ * 内容类型
1474
+ */
1475
+ WorkType: string
1476
+
1477
+ /**
1478
+ * 作品类型
1479
+ */
1480
+ WorkCategory: string
1481
+
1482
+ /**
1483
+ * 侵权ID
1484
+ */
1485
+ TortId: number
1486
+
1487
+ /**
1488
+ * 侵权编号
1489
+ */
1490
+ TortNum: string
1491
+
1492
+ /**
1493
+ * 取证状态
1494
+ */
1495
+ ObtainStatus: number
1496
+
1497
+ /**
1498
+ * 取证状态说明
1499
+ */
1500
+ ObtainNote: string
1501
+
1502
+ /**
1503
+ * 取证时长
1504
+ */
1505
+ ObtainDuration: string
1506
+
1507
+ /**
1508
+ * 取证名称
1509
+ */
1510
+ ObtainName: string
1511
+
1512
+ /**
1513
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1514
+ */
1515
+ RequestId?: string
1516
+ }
1517
+
1423
1518
  /**
1424
1519
  * CreateCRRightFile返回参数结构体
1425
1520
  */
@@ -22,18 +22,24 @@ 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,
33
+ TicketCheckTrendObj,
31
34
  DescribeCaptchaMiniDataResponse,
32
- UpdateCaptchaAppIdInfoResponse,
35
+ InterceptPerTrendObj,
33
36
  DescribeCaptchaMiniRiskResultRequest,
37
+ UpdateCaptchaAppIdInfoResponse,
34
38
  CaptchaUserAllAppId,
35
39
  DescribeCaptchaDataSumResponse,
40
+ TicketThroughUnit,
36
41
  DescribeCaptchaTicketDataRequest,
42
+ DescribeCaptchaResultResponse,
37
43
  DescribeCaptchaMiniDataSumRequest,
38
44
  CaptchaOperDataTryTimesUnit,
39
45
  DescribeCaptchaOperDataRequest,
@@ -41,10 +47,10 @@ import {
41
47
  DescribeCaptchaMiniRiskResultResponse,
42
48
  TicketAmountUnit,
43
49
  CaptchaQueryData,
44
- TicketThroughUnit,
50
+ RequestTrendObj,
45
51
  DescribeCaptchaDataResponse,
46
52
  DescribeCaptchaResultRequest,
47
- DescribeCaptchaResultResponse,
53
+ CaptchaStatisticObj,
48
54
  CaptchaOperDataLoadTimeUnit,
49
55
  DescribeCaptchaMiniOperDataRequest,
50
56
  DescribeCaptchaAppIdInfoRequest,
@@ -167,6 +173,16 @@ export class Client extends AbstractClient {
167
173
  return this.request("UpdateCaptchaAppIdInfo", req, cb)
168
174
  }
169
175
 
176
+ /**
177
+ * 查询所有验证的统计数据,包括:总票据校验量、总票据校验通过量、总票据校验拦截量。
178
+ */
179
+ async GetTotalTicketStatistics(
180
+ req: GetTotalTicketStatisticsRequest,
181
+ cb?: (error: string, rep: GetTotalTicketStatisticsResponse) => void
182
+ ): Promise<GetTotalTicketStatisticsResponse> {
183
+ return this.request("GetTotalTicketStatistics", req, cb)
184
+ }
185
+
170
186
  /**
171
187
  * 安全验证码获取用户注册所有APPId和应用名称
172
188
  */