tencentcloud-sdk-nodejs 4.0.459 → 4.0.461

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 (76) hide show
  1. package/CHANGELOG.md +405 -0
  2. package/SERVICE_CHANGELOG.md +460 -47
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  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 +204 -134
  8. package/src/services/cbs/v20170312/cbs_models.ts +18 -18
  9. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  10. package/src/services/ckafka/v20190819/ckafka_models.ts +64 -0
  11. package/src/services/cpdp/v20190820/cpdp_models.ts +30 -0
  12. package/src/services/cwp/v20180228/cwp_models.ts +2 -2
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +67 -16
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +572 -199
  15. package/src/services/dc/v20180410/dc_models.ts +6 -0
  16. package/src/services/essbasic/v20210526/essbasic_client.ts +7 -20
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +0 -35
  18. package/src/services/faceid/v20180301/faceid_client.ts +189 -62
  19. package/src/services/faceid/v20180301/faceid_models.ts +2264 -1531
  20. package/src/services/lcic/v20220817/lcic_client.ts +25 -0
  21. package/src/services/lcic/v20220817/lcic_models.ts +121 -0
  22. package/src/services/redis/v20180412/redis_models.ts +87 -51
  23. package/src/services/ssl/v20191205/ssl_models.ts +5 -0
  24. package/src/services/tdcpg/v20211118/tdcpg_models.ts +22 -1
  25. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  26. package/src/services/trp/v20210515/trp_client.ts +189 -67
  27. package/src/services/trp/v20210515/trp_models.ts +1152 -682
  28. package/src/services/trtc/v20190722/trtc_client.ts +205 -62
  29. package/src/services/trtc/v20190722/trtc_models.ts +858 -84
  30. package/src/services/vod/v20180717/vod_models.ts +2 -2
  31. package/src/services/wedata/v20210820/wedata_client.ts +116 -40
  32. package/src/services/wedata/v20210820/wedata_models.ts +646 -166
  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 +5 -1
  36. package/tencentcloud/services/bma/v20210624/bma_client.js +6 -0
  37. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +188 -130
  38. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +17 -17
  39. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +54 -0
  40. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +25 -0
  41. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +19 -3
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +27 -3
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +480 -168
  45. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +5 -0
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -8
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -10
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +0 -30
  49. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +46 -3
  50. package/tencentcloud/services/faceid/v20180301/faceid_client.js +66 -3
  51. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2142 -1511
  52. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -1
  53. package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -0
  54. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +103 -0
  55. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +81 -51
  56. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
  57. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +19 -1
  58. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  59. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +47 -7
  60. package/tencentcloud/services/trp/v20210515/trp_client.js +69 -9
  61. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +999 -598
  62. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +106 -39
  63. package/tencentcloud/services/trtc/v20190722/trtc_client.js +126 -45
  64. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +771 -114
  65. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
  66. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +36 -12
  67. package/tencentcloud/services/wedata/v20210820/wedata_client.js +51 -15
  68. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +554 -149
  69. package/test/bma.v20210624.test.js +10 -0
  70. package/test/cynosdb.v20190107.test.js +42 -2
  71. package/test/essbasic.v20210526.test.js +2 -12
  72. package/test/faceid.v20180301.test.js +102 -2
  73. package/test/lcic.v20220817.test.js +20 -0
  74. package/test/trp.v20210515.test.js +106 -6
  75. package/test/trtc.v20190722.test.js +76 -6
  76. package/test/wedata.v20210820.test.js +68 -8
@@ -3,62 +3,46 @@
3
3
  */
4
4
  export interface ProtectURLInfo {
5
5
  /**
6
- * xxx
6
+ * 保护网站ID
7
7
  */
8
8
  ProtectURLId: number;
9
9
  /**
10
- * xxx
10
+ * 保护网站
11
11
  */
12
12
  ProtectURL: string;
13
13
  /**
14
- * xxx
14
+ * 保护网站名称
15
15
  */
16
16
  ProtectWeb: string;
17
17
  /**
18
- * xxx
18
+ * 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过
19
19
  */
20
20
  ProtectURLStatus: number;
21
21
  /**
22
- * xxx
22
+ * 网站审核不通过原因
23
23
  */
24
24
  ProtectURLNote: string;
25
25
  /**
26
- * xxx
26
+ * 创建时间
27
27
  */
28
28
  CreateTime: string;
29
29
  }
30
30
  /**
31
- * ModifyCRWhiteList请求参数结构体
31
+ * CreateCRObtain返回参数结构体
32
32
  */
33
- export interface ModifyCRWhiteListRequest {
34
- /**
35
- * 该字段已废弃,白名单ID
36
- */
37
- WhiteListId?: number;
33
+ export interface CreateCRObtainResponse {
38
34
  /**
39
- * 该字段已废弃,平台名称
40
- */
41
- PlatForm?: string;
42
- /**
43
- * 该字段已废弃,平台站点链接
44
- */
45
- PlatUrl?: string;
46
- /**
47
- * 该字段已废弃,作者ID
48
- */
49
- AuthorId?: string;
50
- /**
51
- * 该字段已废弃,作品ID
35
+ * 侵权ID
52
36
  */
53
- WorksId?: number;
37
+ TortId: number;
54
38
  /**
55
- * 作品ID
39
+ * xxx
56
40
  */
57
- WorkId?: number;
41
+ TortNum: string;
58
42
  /**
59
- * 白名单列表,以\n分割
43
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
60
44
  */
61
- WhiteSites?: string;
45
+ RequestId?: string;
62
46
  }
63
47
  /**
64
48
  * CreateCRUserVerify请求参数结构体
@@ -257,7 +241,7 @@ export interface UpdateCRWorkRequest {
257
241
  */
258
242
  WorkId: number;
259
243
  /**
260
- * 文件的扩展名,比如txt,docx
244
+ * 文件的扩展名,例如txt,docx
261
245
  */
262
246
  ContentType?: string;
263
247
  /**
@@ -274,15 +258,15 @@ export interface UpdateCRWorkRequest {
274
258
  */
275
259
  export interface DescribeBPFakeURLsRequest {
276
260
  /**
277
- * xxx
261
+ * 过滤条件
278
262
  */
279
263
  Filters?: Array<Filter>;
280
264
  /**
281
- * xxx
265
+ * 页数
282
266
  */
283
267
  PageSize?: number;
284
268
  /**
285
- * xxx
269
+ * 页码
286
270
  */
287
271
  PageNumber?: number;
288
272
  }
@@ -357,7 +341,7 @@ export interface ModifyCRObtainStatusRequest {
357
341
  */
358
342
  ObtainDuration: number;
359
343
  /**
360
- * 结果回调地址
344
+ * 取证结果回调地址
361
345
  */
362
346
  ObtainUrl?: string;
363
347
  }
@@ -366,75 +350,75 @@ export interface ModifyCRObtainStatusRequest {
366
350
  */
367
351
  export interface ReportFakeURLInfo {
368
352
  /**
369
- * xxx
353
+ * 仿冒网址ID
370
354
  */
371
355
  FakeURLId: number;
372
356
  /**
373
- * xxx
357
+ * 检测时间
374
358
  */
375
359
  DetectTime: string;
376
360
  /**
377
- * xxx
361
+ * 保护网站
378
362
  */
379
363
  ProtectURL: string;
380
364
  /**
381
- * xxx
365
+ * 保护网站名称
382
366
  */
383
367
  ProtectWeb: string;
384
368
  /**
385
- * xxx
369
+ * 仿冒网址
386
370
  */
387
371
  FakeURL: string;
388
372
  /**
389
- * xxx
373
+ * 截图
390
374
  */
391
375
  Snapshot: string;
392
376
  /**
393
- * xxx
377
+ * IP地址
394
378
  */
395
379
  IP: string;
396
380
  /**
397
- * xxx
381
+ * IP地理位置
398
382
  */
399
383
  IPLoc: string;
400
384
  /**
401
- * xxx
385
+ * 热度
402
386
  */
403
387
  Heat: number;
404
388
  /**
405
- * xxx
389
+ * 网站状态
406
390
  */
407
391
  Status: number;
408
392
  /**
409
- * xxx
393
+ * 网站不处理原因
410
394
  */
411
395
  Note: string;
412
396
  /**
413
- * xxx
397
+ * 仿冒网站的企业名称
414
398
  */
415
399
  FakeURLCompany: string;
416
400
  /**
417
- * xxx
401
+ * 仿冒网站的网站性质
418
402
  */
419
403
  FakeURLAttr: string;
420
404
  /**
421
- * xxx
405
+ * 仿冒网站的网站名称
422
406
  */
423
407
  FakeURLName: string;
424
408
  /**
425
- * xxx
409
+ * 仿冒网站的备案
426
410
  */
427
411
  FakeURLICP: string;
428
412
  /**
429
- * xxx
413
+ * 仿冒网站创建时间
430
414
  */
431
415
  FakeURLCreateTime: string;
432
416
  /**
433
- * xxx
417
+ * 仿冒网站过期时间
434
418
  */
435
419
  FakeURLExpireTime: string;
436
420
  /**
437
- * xxx
421
+ * 协查处置时间
438
422
  */
439
423
  BlockTime: string;
440
424
  }
@@ -452,23 +436,23 @@ export interface DescribeCRWorkInfoRequest {
452
436
  */
453
437
  export interface ModifyBPOfflineAttachmentRequest {
454
438
  /**
455
- * xx
439
+ * 营业执照
456
440
  */
457
441
  LicenseName?: string;
458
442
  /**
459
- * xx
443
+ * 授权书
460
444
  */
461
445
  AuthorizationName?: string;
462
446
  /**
463
- * xx
447
+ * 商标名称
464
448
  */
465
449
  BrandName?: string;
466
450
  /**
467
- * xx
451
+ * 商标证明
468
452
  */
469
453
  BrandCertificateName?: string;
470
454
  /**
471
- * xx
455
+ * 商标转让证明
472
456
  */
473
457
  TransferName?: string;
474
458
  }
@@ -477,15 +461,15 @@ export interface ModifyBPOfflineAttachmentRequest {
477
461
  */
478
462
  export interface DescribeBPFakeURLsResponse {
479
463
  /**
480
- * xxx
464
+ * 仿冒网址列表
481
465
  */
482
466
  FakeURLInfos: Array<FakeURLInfo>;
483
467
  /**
484
- * xxx
468
+ * 总量
485
469
  */
486
470
  TotalCount: number;
487
471
  /**
488
- * xxx
472
+ * 导出量
489
473
  */
490
474
  ExportURL: string;
491
475
  /**
@@ -507,15 +491,15 @@ export interface CreateBPOfflineAttachmentResponse {
507
491
  */
508
492
  export interface DescribeBPReportFakeURLsRequest {
509
493
  /**
510
- * xxx
494
+ * 过滤条件
511
495
  */
512
496
  Filters?: Array<Filter>;
513
497
  /**
514
- * xxx
498
+ * 页数
515
499
  */
516
500
  PageSize?: number;
517
501
  /**
518
- * xxx
502
+ * 页码
519
503
  */
520
504
  PageNumber?: number;
521
505
  }
@@ -620,7 +604,7 @@ export interface MonitorTort {
620
604
  */
621
605
  IsProducer: number;
622
606
  /**
623
- * 是否海外网址
607
+ * 是否境外网址
624
608
  */
625
609
  IsOverseas: number;
626
610
  }
@@ -629,22 +613,39 @@ export interface MonitorTort {
629
613
  */
630
614
  export interface CreateBPFakeURLRequest {
631
615
  /**
632
- * xxx
616
+ * 保护网址ID
633
617
  */
634
618
  ProtectURLId?: number;
635
619
  /**
636
- * xxx
620
+ * 仿冒网址
637
621
  */
638
622
  FakeURL?: string;
639
623
  /**
640
- * xxx
624
+ * 截图
641
625
  */
642
626
  SnapshotNames?: Array<string>;
643
627
  /**
644
- * xxx
628
+ * 举报说明
645
629
  */
646
630
  Note?: string;
647
631
  }
632
+ /**
633
+ * UpdateCRWork返回参数结构体
634
+ */
635
+ export interface UpdateCRWorkResponse {
636
+ /**
637
+ * 作品ID
638
+ */
639
+ WorkId: number;
640
+ /**
641
+ * 存证ID
642
+ */
643
+ EvidenceId: number;
644
+ /**
645
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
646
+ */
647
+ RequestId?: string;
648
+ }
648
649
  /**
649
650
  * CreateBPProtectURLs返回参数结构体
650
651
  */
@@ -659,11 +660,11 @@ export interface CreateBPProtectURLsResponse {
659
660
  */
660
661
  export interface DescribeBPProtectURLsResponse {
661
662
  /**
662
- * xxx
663
+ * 保护网址列表
663
664
  */
664
665
  ProtectURLInfos: Array<ProtectURLInfo>;
665
666
  /**
666
- * xxx
667
+ * 总量
667
668
  */
668
669
  TotalCount: number;
669
670
  /**
@@ -710,19 +711,19 @@ export interface CreateCRCompanyVerifyResponse {
710
711
  */
711
712
  export interface CreateBPOfflineAttachmentRequest {
712
713
  /**
713
- * xxx
714
+ * 品牌名字
714
715
  */
715
716
  BrandName?: string;
716
717
  /**
717
- * xx
718
+ * 商标证明
718
719
  */
719
720
  BrandCertificateName?: string;
720
721
  /**
721
- * xx
722
+ * 商标转让证明
722
723
  */
723
724
  TransferName?: string;
724
725
  /**
725
- * xx
726
+ * 授权书
726
727
  */
727
728
  AuthorizationName?: string;
728
729
  }
@@ -731,42 +732,66 @@ export interface CreateBPOfflineAttachmentRequest {
731
732
  */
732
733
  export interface CreateBPProtectURLsRequest {
733
734
  /**
734
- * xxx
735
+ * 企业名称
735
736
  */
736
737
  CompanyName?: string;
737
738
  /**
738
- * xxx
739
+ * 电话号码
739
740
  */
740
741
  Phone?: string;
741
742
  /**
742
- * xxx
743
+ * 营业执照
743
744
  */
744
745
  LicenseName?: string;
745
746
  /**
746
- * xxx
747
+ * 保护网站
747
748
  */
748
749
  ProtectURLs?: Array<string>;
749
750
  /**
750
- * xxx
751
+ * 网站名称
751
752
  */
752
753
  ProtectWebs?: Array<string>;
753
754
  }
754
755
  /**
755
- * UpdateCRWork返回参数结构体
756
+ * CreateCRObtain请求参数结构体
756
757
  */
757
- export interface UpdateCRWorkResponse {
758
+ export interface CreateCRObtainRequest {
758
759
  /**
759
- * 作品ID
760
+ * 已存证的作品ID
760
761
  */
761
762
  WorkId: number;
762
763
  /**
763
- * 存证ID
764
+ * 侵权链接
764
765
  */
765
- EvidenceId: number;
766
+ TortUrl: string;
766
767
  /**
767
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
768
+ * 取证类型 1-网页取证 2-过程取证
768
769
  */
769
- RequestId?: string;
770
+ ObtainType: number;
771
+ /**
772
+ * 侵权标题
773
+ */
774
+ WorkTitle?: string;
775
+ /**
776
+ * 侵权平台
777
+ */
778
+ TortPlat?: string;
779
+ /**
780
+ * 过程取证的取证时长 6-300分钟
781
+ */
782
+ ObtainDuration?: number;
783
+ /**
784
+ * 取证回调地址
785
+ */
786
+ ObtainUrl?: string;
787
+ /**
788
+ * xxx
789
+ */
790
+ WorkCategory?: string;
791
+ /**
792
+ * xxx
793
+ */
794
+ WorkType?: string;
770
795
  }
771
796
  /**
772
797
  * ModifyCRBlockStatus请求参数结构体
@@ -957,11 +982,11 @@ export declare type DescribeBPCompanyInfoRequest = null;
957
982
  */
958
983
  export interface DescribeBPReportFakeURLsResponse {
959
984
  /**
960
- * xxx
985
+ * 举报网站列表
961
986
  */
962
987
  ReportFakeURLInfos: Array<ReportFakeURLInfo>;
963
988
  /**
964
- * xxx
989
+ * 总量
965
990
  */
966
991
  TotalCount: number;
967
992
  /**
@@ -1165,67 +1190,67 @@ export interface ModifyCRWhiteListResponse {
1165
1190
  */
1166
1191
  export interface FakeURLInfo {
1167
1192
  /**
1168
- * xxx
1193
+ * 仿冒网址ID
1169
1194
  */
1170
1195
  FakeURLId: number;
1171
1196
  /**
1172
- * xxx
1197
+ * 保护网站
1173
1198
  */
1174
1199
  ProtectWeb: string;
1175
1200
  /**
1176
- * xxx
1201
+ * 检测时间
1177
1202
  */
1178
1203
  DetectTime: string;
1179
1204
  /**
1180
- * xxx
1205
+ * 仿冒网址
1181
1206
  */
1182
1207
  FakeURL: string;
1183
1208
  /**
1184
- * xxx
1209
+ * 截图
1185
1210
  */
1186
1211
  Snapshot: string;
1187
1212
  /**
1188
- * xxx
1213
+ * IP地址
1189
1214
  */
1190
1215
  IP: string;
1191
1216
  /**
1192
- * xxx
1217
+ * IP地理位置
1193
1218
  */
1194
1219
  IPLoc: string;
1195
1220
  /**
1196
- * xxx
1221
+ * 热度
1197
1222
  */
1198
1223
  Heat: number;
1199
1224
  /**
1200
- * xxx
1225
+ * 网址状态
1201
1226
  */
1202
1227
  Status: number;
1203
1228
  /**
1204
- * xxx
1229
+ * 备注
1205
1230
  */
1206
1231
  Note: string;
1207
1232
  /**
1208
- * xxx
1233
+ * 仿冒网站所属单位
1209
1234
  */
1210
1235
  FakeURLCompany: string;
1211
1236
  /**
1212
- * xxx
1237
+ * 仿冒网站性质
1213
1238
  */
1214
1239
  FakeURLAttr: string;
1215
1240
  /**
1216
- * xxx
1241
+ * 仿冒网站名称
1217
1242
  */
1218
1243
  FakeURLName: string;
1219
1244
  /**
1220
- * xxx
1245
+ * 仿冒网站备案号
1221
1246
  */
1222
1247
  FakeURLICP: string;
1223
1248
  /**
1224
- * xxx
1249
+ * 仿冒网站创建时间
1225
1250
  */
1226
1251
  FakeURLCreateTime: string;
1227
1252
  /**
1228
- * xxx
1253
+ * 仿冒网站过期时间
1229
1254
  */
1230
1255
  FakeURLExpireTime: string;
1231
1256
  }
@@ -1234,7 +1259,7 @@ export interface FakeURLInfo {
1234
1259
  */
1235
1260
  export interface CreateBPOfflineTicketRequest {
1236
1261
  /**
1237
- * xxx
1262
+ * 仿冒网址ID
1238
1263
  */
1239
1264
  FakeURLId?: number;
1240
1265
  }
@@ -1260,31 +1285,31 @@ export interface CreateCRUserVerifyResponse {
1260
1285
  */
1261
1286
  export interface BrandData {
1262
1287
  /**
1263
- * xxx
1288
+ * 商标名称
1264
1289
  */
1265
1290
  BrandName: string;
1266
1291
  /**
1267
- * xxx
1292
+ * 商标证明
1268
1293
  */
1269
1294
  BrandCertificateName: string;
1270
1295
  /**
1271
- * xxx
1296
+ * 商标审核状态 1-审核中 2-审核未通过 3-审核通过
1272
1297
  */
1273
1298
  BrandStatus: number;
1274
1299
  /**
1275
- * xxx
1300
+ * 审核说明
1276
1301
  */
1277
1302
  BrandNote: string;
1278
1303
  /**
1279
- * xxx
1304
+ * 商标转让证明
1280
1305
  */
1281
1306
  TransferName: string;
1282
1307
  /**
1283
- * xxx
1308
+ * 商标转让证明审核状态
1284
1309
  */
1285
1310
  TransferStatus: number;
1286
1311
  /**
1287
- * xxx
1312
+ * 审核说明 1-审核中 2-审核未通过 3-审核通过
1288
1313
  */
1289
1314
  TransferNote: string;
1290
1315
  }
@@ -1302,43 +1327,43 @@ export interface ModifyCRRightStatusResponse {
1302
1327
  */
1303
1328
  export interface DescribeBPCompanyInfoResponse {
1304
1329
  /**
1305
- * xx
1330
+ * 企业名称
1306
1331
  */
1307
1332
  CompanyName: string;
1308
1333
  /**
1309
- * xx
1334
+ * 电话号码
1310
1335
  */
1311
1336
  Phone: string;
1312
1337
  /**
1313
- * xx
1338
+ * 营业执照
1314
1339
  */
1315
1340
  LicenseName: string;
1316
1341
  /**
1317
- * xx
1342
+ * 营业执照审核状态 1-审核中 2-审核未通过,3、审核通过
1318
1343
  */
1319
1344
  LicenseStatus: number;
1320
1345
  /**
1321
- * xx
1346
+ * 营业执照备注
1322
1347
  */
1323
1348
  LicenseNote: string;
1324
1349
  /**
1325
- * xx
1350
+ * 授权书
1326
1351
  */
1327
1352
  AuthorizationName: string;
1328
1353
  /**
1329
- * xx
1354
+ * 授权书审核状态
1330
1355
  */
1331
1356
  AuthorizationStatus: number;
1332
1357
  /**
1333
- * xx
1358
+ * 授权书备注
1334
1359
  */
1335
1360
  AuthorizationNote: string;
1336
1361
  /**
1337
- * xx
1362
+ * 品牌信息
1338
1363
  */
1339
1364
  BrandDatas: Array<BrandData>;
1340
1365
  /**
1341
- * xx
1366
+ * 企业ID
1342
1367
  */
1343
1368
  CompanyId: number;
1344
1369
  /**
@@ -1475,7 +1500,7 @@ export interface CreateCRTortResponse {
1475
1500
  */
1476
1501
  export interface CreateBPFalseTicketRequest {
1477
1502
  /**
1478
- * xxx
1503
+ * 仿冒网址
1479
1504
  */
1480
1505
  FakeURL?: string;
1481
1506
  }
@@ -1493,19 +1518,19 @@ export interface ModifyCRMonitorResponse {
1493
1518
  */
1494
1519
  export interface File {
1495
1520
  /**
1496
- * xxx
1521
+ * 文件下载地址
1497
1522
  */
1498
1523
  FileUrl: string;
1499
1524
  /**
1500
- * xxx
1525
+ * 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照
1501
1526
  */
1502
1527
  FileType: number;
1503
1528
  /**
1504
- * xxx
1529
+ * 文件有效开始日期
1505
1530
  */
1506
1531
  ValidStartDate: string;
1507
1532
  /**
1508
- * xxx
1533
+ * 文件有效截止日期
1509
1534
  */
1510
1535
  ValidEndDate: string;
1511
1536
  }
@@ -1514,11 +1539,11 @@ export interface File {
1514
1539
  */
1515
1540
  export interface DescribeBPProtectURLsRequest {
1516
1541
  /**
1517
- * xxx
1542
+ * 页数
1518
1543
  */
1519
1544
  PageSize?: number;
1520
1545
  /**
1521
- * xxx
1546
+ * 页码
1522
1547
  */
1523
1548
  PageNumber?: number;
1524
1549
  }
@@ -1531,6 +1556,39 @@ export interface ModifyCRObtainStatusResponse {
1531
1556
  */
1532
1557
  RequestId?: string;
1533
1558
  }
1559
+ /**
1560
+ * ModifyCRWhiteList请求参数结构体
1561
+ */
1562
+ export interface ModifyCRWhiteListRequest {
1563
+ /**
1564
+ * 该字段已废弃,白名单ID
1565
+ */
1566
+ WhiteListId?: number;
1567
+ /**
1568
+ * 该字段已废弃,平台名称
1569
+ */
1570
+ PlatForm?: string;
1571
+ /**
1572
+ * 该字段已废弃,平台站点链接
1573
+ */
1574
+ PlatUrl?: string;
1575
+ /**
1576
+ * 该字段已废弃,作者ID
1577
+ */
1578
+ AuthorId?: string;
1579
+ /**
1580
+ * 该字段已废弃,作品ID
1581
+ */
1582
+ WorksId?: number;
1583
+ /**
1584
+ * 作品ID
1585
+ */
1586
+ WorkId?: number;
1587
+ /**
1588
+ * 白名单列表,以\n分割
1589
+ */
1590
+ WhiteSites?: string;
1591
+ }
1534
1592
  /**
1535
1593
  * CreateCRCompanyVerify请求参数结构体
1536
1594
  */