tencentcloud-sdk-nodejs 4.0.397 → 4.0.400

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 (85) hide show
  1. package/CHANGELOG.md +235 -0
  2. package/SERVICE_CHANGELOG.md +180 -90
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/v20210624/bma_client.ts +181 -57
  7. package/src/services/bma/v20210624/bma_models.ts +650 -20
  8. package/src/services/btoe/index.ts +2 -2
  9. package/src/services/cat/v20180409/cat_client.ts +15 -2
  10. package/src/services/cat/v20180409/cat_models.ts +222 -90
  11. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  12. package/src/services/chdfs/index.ts +2 -2
  13. package/src/services/cii/index.ts +2 -2
  14. package/src/services/eis/index.ts +2 -2
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +22 -7
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +103 -3
  17. package/src/services/iai/index.ts +2 -2
  18. package/src/services/iotvideo/index.ts +4 -4
  19. package/src/services/irp/v20220324/irp_models.ts +18 -2
  20. package/src/services/mongodb/index.ts +2 -2
  21. package/src/services/organization/index.ts +2 -2
  22. package/src/services/sms/index.ts +2 -2
  23. package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
  24. package/src/services/tem/index.ts +2 -2
  25. package/src/services/tem/v20210701/tem_client.ts +17 -2
  26. package/src/services/tem/v20210701/tem_models.ts +536 -33
  27. package/src/services/tione/index.ts +2 -2
  28. package/src/services/tke/v20180525/tke_models.ts +27 -4
  29. package/src/services/trtc/v20190722/trtc_client.ts +130 -57
  30. package/src/services/trtc/v20190722/trtc_models.ts +1532 -900
  31. package/src/services/tsw/index.ts +2 -2
  32. package/src/services/yunsou/index.ts +2 -2
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/bma/v20210624/bma_client.d.ts +61 -21
  36. package/tencentcloud/services/bma/v20210624/bma_client.js +90 -30
  37. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +533 -6
  38. package/tencentcloud/services/btoe/index.d.ts +4 -4
  39. package/tencentcloud/services/btoe/index.js +2 -2
  40. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +5 -1
  41. package/tencentcloud/services/cat/v20180409/cat_client.js +6 -0
  42. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +193 -79
  43. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  44. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  45. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  46. package/tencentcloud/services/chdfs/index.js +2 -2
  47. package/tencentcloud/services/cii/index.d.ts +4 -4
  48. package/tencentcloud/services/cii/index.js +2 -2
  49. package/tencentcloud/services/eis/index.d.ts +4 -4
  50. package/tencentcloud/services/eis/index.js +2 -2
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +8 -3
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -3
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +87 -3
  54. package/tencentcloud/services/iai/index.d.ts +4 -4
  55. package/tencentcloud/services/iai/index.js +2 -2
  56. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  57. package/tencentcloud/services/iotvideo/index.js +4 -4
  58. package/tencentcloud/services/irp/v20220324/irp_models.d.ts +17 -1
  59. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  60. package/tencentcloud/services/mongodb/index.js +2 -2
  61. package/tencentcloud/services/organization/index.d.ts +4 -4
  62. package/tencentcloud/services/organization/index.js +2 -2
  63. package/tencentcloud/services/sms/index.d.ts +4 -4
  64. package/tencentcloud/services/sms/index.js +2 -2
  65. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
  66. package/tencentcloud/services/tem/index.d.ts +4 -4
  67. package/tencentcloud/services/tem/index.js +2 -2
  68. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
  69. package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
  70. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +448 -29
  71. package/tencentcloud/services/tione/index.d.ts +4 -4
  72. package/tencentcloud/services/tione/index.js +2 -2
  73. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +23 -4
  74. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +28 -1
  75. package/tencentcloud/services/trtc/v20190722/trtc_client.js +35 -0
  76. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1365 -828
  77. package/tencentcloud/services/tsw/index.d.ts +4 -4
  78. package/tencentcloud/services/tsw/index.js +2 -2
  79. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  80. package/tencentcloud/services/yunsou/index.js +2 -2
  81. package/test/bma.v20210624.test.js +120 -20
  82. package/test/cat.v20180409.test.js +10 -0
  83. package/test/essbasic.v20210526.test.js +12 -2
  84. package/test/tem.v20210701.test.js +10 -0
  85. package/test/trtc.v20190722.test.js +40 -0
package/products.md CHANGED
@@ -24,7 +24,7 @@
24
24
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-06-08 06:04:08 |
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) | 2021-11-10 08:02:45 |
27
- | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-07-29 06:03:11 |
27
+ | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-08-02 06:05:09 |
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 |
@@ -35,7 +35,7 @@
35
35
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
36
36
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-04-27 06:05:49 |
37
37
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
38
- | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-07-11 06:07:06 |
38
+ | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-08-02 06:06:56 |
39
39
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-07-06 06:07:59 |
40
40
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-07-01 06:06:59 |
41
41
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-01 11:27:47 |
@@ -44,7 +44,7 @@
44
44
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
45
45
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
46
46
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-07-28 06:07:24 |
47
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-07-27 06:05:49 |
47
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-02 06:09:03 |
48
48
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
49
49
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
50
50
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
@@ -54,7 +54,7 @@
54
54
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-27 06:06:19 |
55
55
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
56
56
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
57
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-01 11:31:08 |
57
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-02 06:10:44 |
58
58
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
59
59
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
60
60
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
@@ -87,7 +87,7 @@
87
87
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
88
88
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-07-14 06:10:06 |
89
89
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-01 11:38:53 |
90
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-28 06:11:47 |
90
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-02 11:51:30 |
91
91
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
92
92
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-07-30 15:12:30 |
93
93
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
@@ -112,7 +112,7 @@
112
112
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
113
113
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-07-19 16:17:21 |
114
114
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
115
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-07-13 06:13:00 |
115
+ | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-02 06:22:49 |
116
116
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
117
117
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-21 06:09:47 |
118
118
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-07-28 06:16:39 |
@@ -171,7 +171,7 @@
171
171
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
172
172
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
173
173
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-08-01 11:52:06 |
174
- | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-07-05 06:21:12 |
174
+ | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-02 06:31:39 |
175
175
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
176
176
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
177
177
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-07-18 06:16:41 |
@@ -180,7 +180,7 @@
180
180
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
181
181
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
182
182
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
183
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-01 11:54:48 |
183
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-02 06:33:46 |
184
184
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-07-28 06:23:18 |
185
185
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
186
186
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
@@ -191,12 +191,12 @@
191
191
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-07-29 06:16:27 |
192
192
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-07-18 06:17:59 |
193
193
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
194
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-07-29 10:54:20 |
194
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-02 06:35:11 |
195
195
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
196
196
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
197
197
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
198
198
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-07-27 06:17:54 |
199
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-07-25 06:16:06 |
199
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-02 06:36:18 |
200
200
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-19 06:20:45 |
201
201
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
202
202
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.397"
1
+ export const sdkVersion = "4.0.400"
@@ -18,31 +18,55 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
+ ProtectURLInfo,
21
22
  Monitor,
23
+ CreateBPFalseTicketResponse,
22
24
  DescribeCRWorkInfoResponse,
23
25
  CreateCRRightResponse,
24
26
  CreateCRWorkResponse,
25
27
  CreateCRRightRequest,
28
+ CreateBPOfflineTicketResponse,
29
+ DescribeBPFakeURLsRequest,
26
30
  ModifyCRBlockStatusResponse,
27
31
  ModifyCRObtainStatusRequest,
32
+ ReportFakeURLInfo,
28
33
  DescribeCRWorkInfoRequest,
34
+ ModifyBPOfflineAttachmentRequest,
35
+ DescribeBPFakeURLsResponse,
36
+ CreateBPOfflineAttachmentResponse,
37
+ DescribeBPReportFakeURLsRequest,
29
38
  MonitorTort,
30
- UpdateCRWorkResponse,
39
+ CreateBPFakeURLRequest,
40
+ CreateBPProtectURLsResponse,
41
+ DescribeBPProtectURLsResponse,
31
42
  DescribeCRMonitorsResponse,
32
43
  CreateCRCompanyVerifyResponse,
44
+ CreateBPOfflineAttachmentRequest,
45
+ CreateBPProtectURLsRequest,
46
+ UpdateCRWorkResponse,
33
47
  ModifyCRBlockStatusRequest,
34
48
  ModifyCRMonitorRequest,
35
49
  DescribeCRMonitorDetailResponse,
36
50
  CreateCRWorkRequest,
51
+ DescribeBPCompanyInfoRequest,
52
+ DescribeBPReportFakeURLsResponse,
37
53
  Filter,
38
54
  CreateCRBlockResponse,
39
55
  ModifyCRRightStatusRequest,
40
56
  DescribeCRMonitorsRequest,
41
57
  UpdateCRWorkRequest,
58
+ FakeURLInfo,
59
+ CreateBPOfflineTicketRequest,
42
60
  DescribeCRMonitorDetailRequest,
61
+ BrandData,
43
62
  ModifyCRRightStatusResponse,
63
+ DescribeBPCompanyInfoResponse,
64
+ ModifyBPOfflineAttachmentResponse,
44
65
  CreateCRBlockRequest,
66
+ CreateBPFakeURLResponse,
67
+ CreateBPFalseTicketRequest,
45
68
  ModifyCRMonitorResponse,
69
+ DescribeBPProtectURLsRequest,
46
70
  ModifyCRObtainStatusResponse,
47
71
  CreateCRCompanyVerifyRequest,
48
72
  } from "./bma_models"
@@ -57,13 +81,53 @@ export class Client extends AbstractClient {
57
81
  }
58
82
 
59
83
  /**
60
- * 查询作品基本信息
84
+ * 更新作品
61
85
  */
62
- async DescribeCRWorkInfo(
63
- req: DescribeCRWorkInfoRequest,
64
- cb?: (error: string, rep: DescribeCRWorkInfoResponse) => void
65
- ): Promise<DescribeCRWorkInfoResponse> {
66
- return this.request("DescribeCRWorkInfo", req, cb)
86
+ async UpdateCRWork(
87
+ req: UpdateCRWorkRequest,
88
+ cb?: (error: string, rep: UpdateCRWorkResponse) => void
89
+ ): Promise<UpdateCRWorkResponse> {
90
+ return this.request("UpdateCRWork", req, cb)
91
+ }
92
+
93
+ /**
94
+ * 查询企业信息
95
+ */
96
+ async DescribeBPCompanyInfo(
97
+ req?: DescribeBPCompanyInfoRequest,
98
+ cb?: (error: string, rep: DescribeBPCompanyInfoResponse) => void
99
+ ): Promise<DescribeBPCompanyInfoResponse> {
100
+ return this.request("DescribeBPCompanyInfo", req, cb)
101
+ }
102
+
103
+ /**
104
+ * 版权保护-新建拦截接口
105
+ */
106
+ async CreateCRBlock(
107
+ req: CreateCRBlockRequest,
108
+ cb?: (error: string, rep: CreateCRBlockResponse) => void
109
+ ): Promise<CreateCRBlockResponse> {
110
+ return this.request("CreateCRBlock", req, cb)
111
+ }
112
+
113
+ /**
114
+ * 版权保护-添加作品接口
115
+ */
116
+ async CreateCRWork(
117
+ req: CreateCRWorkRequest,
118
+ cb?: (error: string, rep: CreateCRWorkResponse) => void
119
+ ): Promise<CreateCRWorkResponse> {
120
+ return this.request("CreateCRWork", req, cb)
121
+ }
122
+
123
+ /**
124
+ * 添加下线工单
125
+ */
126
+ async CreateBPOfflineTicket(
127
+ req: CreateBPOfflineTicketRequest,
128
+ cb?: (error: string, rep: CreateBPOfflineTicketResponse) => void
129
+ ): Promise<CreateBPOfflineTicketResponse> {
130
+ return this.request("CreateBPOfflineTicket", req, cb)
67
131
  }
68
132
 
69
133
  /**
@@ -76,6 +140,56 @@ export class Client extends AbstractClient {
76
140
  return this.request("ModifyCRObtainStatus", req, cb)
77
141
  }
78
142
 
143
+ /**
144
+ * 版权保护-新建发函接口
145
+ */
146
+ async CreateCRRight(
147
+ req: CreateCRRightRequest,
148
+ cb?: (error: string, rep: CreateCRRightResponse) => void
149
+ ): Promise<CreateCRRightResponse> {
150
+ return this.request("CreateCRRight", req, cb)
151
+ }
152
+
153
+ /**
154
+ * 修改下线材料
155
+ */
156
+ async ModifyBPOfflineAttachment(
157
+ req: ModifyBPOfflineAttachmentRequest,
158
+ cb?: (error: string, rep: ModifyBPOfflineAttachmentResponse) => void
159
+ ): Promise<ModifyBPOfflineAttachmentResponse> {
160
+ return this.request("ModifyBPOfflineAttachment", req, cb)
161
+ }
162
+
163
+ /**
164
+ * 版权保护-修改监测状态接口
165
+ */
166
+ async ModifyCRMonitor(
167
+ req: ModifyCRMonitorRequest,
168
+ cb?: (error: string, rep: ModifyCRMonitorResponse) => void
169
+ ): Promise<ModifyCRMonitorResponse> {
170
+ return this.request("ModifyCRMonitor", req, cb)
171
+ }
172
+
173
+ /**
174
+ * 版权保护-查询作品监测详情接口
175
+ */
176
+ async DescribeCRMonitorDetail(
177
+ req: DescribeCRMonitorDetailRequest,
178
+ cb?: (error: string, rep: DescribeCRMonitorDetailResponse) => void
179
+ ): Promise<DescribeCRMonitorDetailResponse> {
180
+ return this.request("DescribeCRMonitorDetail", req, cb)
181
+ }
182
+
183
+ /**
184
+ * 添加仿冒链接(举报)
185
+ */
186
+ async CreateBPFakeURL(
187
+ req: CreateBPFakeURLRequest,
188
+ cb?: (error: string, rep: CreateBPFakeURLResponse) => void
189
+ ): Promise<CreateBPFakeURLResponse> {
190
+ return this.request("CreateBPFakeURL", req, cb)
191
+ }
192
+
79
193
  /**
80
194
  * 版权保护-拦截申请接口
81
195
  */
@@ -87,13 +201,43 @@ export class Client extends AbstractClient {
87
201
  }
88
202
 
89
203
  /**
90
- * 版权保护-新建发函接口
204
+ * 添加误报工单
91
205
  */
92
- async CreateCRRight(
93
- req: CreateCRRightRequest,
94
- cb?: (error: string, rep: CreateCRRightResponse) => void
95
- ): Promise<CreateCRRightResponse> {
96
- return this.request("CreateCRRight", req, cb)
206
+ async CreateBPFalseTicket(
207
+ req: CreateBPFalseTicketRequest,
208
+ cb?: (error: string, rep: CreateBPFalseTicketResponse) => void
209
+ ): Promise<CreateBPFalseTicketResponse> {
210
+ return this.request("CreateBPFalseTicket", req, cb)
211
+ }
212
+
213
+ /**
214
+ * 添加保护网站
215
+ */
216
+ async CreateBPProtectURLs(
217
+ req: CreateBPProtectURLsRequest,
218
+ cb?: (error: string, rep: CreateBPProtectURLsResponse) => void
219
+ ): Promise<CreateBPProtectURLsResponse> {
220
+ return this.request("CreateBPProtectURLs", req, cb)
221
+ }
222
+
223
+ /**
224
+ * 查询举报列表
225
+ */
226
+ async DescribeBPReportFakeURLs(
227
+ req: DescribeBPReportFakeURLsRequest,
228
+ cb?: (error: string, rep: DescribeBPReportFakeURLsResponse) => void
229
+ ): Promise<DescribeBPReportFakeURLsResponse> {
230
+ return this.request("DescribeBPReportFakeURLs", req, cb)
231
+ }
232
+
233
+ /**
234
+ * 查询作品基本信息
235
+ */
236
+ async DescribeCRWorkInfo(
237
+ req: DescribeCRWorkInfoRequest,
238
+ cb?: (error: string, rep: DescribeCRWorkInfoResponse) => void
239
+ ): Promise<DescribeCRWorkInfoResponse> {
240
+ return this.request("DescribeCRWorkInfo", req, cb)
97
241
  }
98
242
 
99
243
  /**
@@ -117,62 +261,42 @@ export class Client extends AbstractClient {
117
261
  }
118
262
 
119
263
  /**
120
- * 更新作品
264
+ * 添加下线材料
121
265
  */
122
- async UpdateCRWork(
123
- req: UpdateCRWorkRequest,
124
- cb?: (error: string, rep: UpdateCRWorkResponse) => void
125
- ): Promise<UpdateCRWorkResponse> {
126
- return this.request("UpdateCRWork", req, cb)
266
+ async CreateBPOfflineAttachment(
267
+ req: CreateBPOfflineAttachmentRequest,
268
+ cb?: (error: string, rep: CreateBPOfflineAttachmentResponse) => void
269
+ ): Promise<CreateBPOfflineAttachmentResponse> {
270
+ return this.request("CreateBPOfflineAttachment", req, cb)
127
271
  }
128
272
 
129
273
  /**
130
- * 品牌经营管家-版权保护模块企业认证接口
274
+ * 查询保护网站
131
275
  */
132
- async CreateCRCompanyVerify(
133
- req: CreateCRCompanyVerifyRequest,
134
- cb?: (error: string, rep: CreateCRCompanyVerifyResponse) => void
135
- ): Promise<CreateCRCompanyVerifyResponse> {
136
- return this.request("CreateCRCompanyVerify", req, cb)
276
+ async DescribeBPProtectURLs(
277
+ req: DescribeBPProtectURLsRequest,
278
+ cb?: (error: string, rep: DescribeBPProtectURLsResponse) => void
279
+ ): Promise<DescribeBPProtectURLsResponse> {
280
+ return this.request("DescribeBPProtectURLs", req, cb)
137
281
  }
138
282
 
139
283
  /**
140
- * 版权保护-修改监测状态接口
141
- */
142
- async ModifyCRMonitor(
143
- req: ModifyCRMonitorRequest,
144
- cb?: (error: string, rep: ModifyCRMonitorResponse) => void
145
- ): Promise<ModifyCRMonitorResponse> {
146
- return this.request("ModifyCRMonitor", req, cb)
147
- }
148
-
149
- /**
150
- * 版权保护-新建拦截接口
151
- */
152
- async CreateCRBlock(
153
- req: CreateCRBlockRequest,
154
- cb?: (error: string, rep: CreateCRBlockResponse) => void
155
- ): Promise<CreateCRBlockResponse> {
156
- return this.request("CreateCRBlock", req, cb)
157
- }
158
-
159
- /**
160
- * 版权保护-添加作品接口
284
+ * 查询仿冒链接
161
285
  */
162
- async CreateCRWork(
163
- req: CreateCRWorkRequest,
164
- cb?: (error: string, rep: CreateCRWorkResponse) => void
165
- ): Promise<CreateCRWorkResponse> {
166
- return this.request("CreateCRWork", req, cb)
286
+ async DescribeBPFakeURLs(
287
+ req: DescribeBPFakeURLsRequest,
288
+ cb?: (error: string, rep: DescribeBPFakeURLsResponse) => void
289
+ ): Promise<DescribeBPFakeURLsResponse> {
290
+ return this.request("DescribeBPFakeURLs", req, cb)
167
291
  }
168
292
 
169
293
  /**
170
- * 版权保护-查询作品监测详情接口
294
+ * 品牌经营管家-版权保护模块企业认证接口
171
295
  */
172
- async DescribeCRMonitorDetail(
173
- req: DescribeCRMonitorDetailRequest,
174
- cb?: (error: string, rep: DescribeCRMonitorDetailResponse) => void
175
- ): Promise<DescribeCRMonitorDetailResponse> {
176
- return this.request("DescribeCRMonitorDetail", req, cb)
296
+ async CreateCRCompanyVerify(
297
+ req: CreateCRCompanyVerifyRequest,
298
+ cb?: (error: string, rep: CreateCRCompanyVerifyResponse) => void
299
+ ): Promise<CreateCRCompanyVerifyResponse> {
300
+ return this.request("CreateCRCompanyVerify", req, cb)
177
301
  }
178
302
  }