tencentcloud-sdk-nodejs 4.0.397 → 4.0.398
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 +163 -0
- package/SERVICE_CHANGELOG.md +234 -43
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +181 -57
- package/src/services/bma/v20210624/bma_models.ts +650 -20
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cat/v20180409/cat_client.ts +15 -2
- package/src/services/cat/v20180409/cat_models.ts +222 -90
- package/src/services/cfw/v20190904/cfw_client.ts +1 -1
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/eis/index.ts +2 -2
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotvideo/index.ts +4 -4
- package/src/services/irp/v20220324/irp_models.ts +18 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/organization/index.ts +2 -2
- package/src/services/sms/index.ts +2 -2
- package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
- package/src/services/tem/index.ts +2 -2
- package/src/services/tem/v20210701/tem_client.ts +17 -2
- package/src/services/tem/v20210701/tem_models.ts +536 -33
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +27 -4
- package/src/services/trtc/v20190722/trtc_client.ts +130 -57
- package/src/services/trtc/v20190722/trtc_models.ts +1532 -900
- package/src/services/tsw/index.ts +2 -2
- package/src/services/yunsou/index.ts +2 -2
- 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 +61 -21
- package/tencentcloud/services/bma/v20210624/bma_client.js +90 -30
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +533 -6
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +5 -1
- package/tencentcloud/services/cat/v20180409/cat_client.js +6 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +193 -79
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/irp/v20220324/irp_models.d.ts +17 -1
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +448 -29
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +23 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +28 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +35 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1365 -828
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/bma.v20210624.test.js +120 -20
- package/test/cat.v20180409.test.js +10 -0
- package/test/tem.v20210701.test.js +10 -0
- package/test/trtc.v20190722.test.js +40 -0
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 保护网站信息
|
|
3
|
+
*/
|
|
4
|
+
export interface ProtectURLInfo {
|
|
5
|
+
/**
|
|
6
|
+
* xxx
|
|
7
|
+
*/
|
|
8
|
+
ProtectURLId: number;
|
|
9
|
+
/**
|
|
10
|
+
* xxx
|
|
11
|
+
*/
|
|
12
|
+
ProtectURL: string;
|
|
13
|
+
/**
|
|
14
|
+
* xxx
|
|
15
|
+
*/
|
|
16
|
+
ProtectWeb: string;
|
|
17
|
+
/**
|
|
18
|
+
* xxx
|
|
19
|
+
*/
|
|
20
|
+
ProtectURLStatus: number;
|
|
21
|
+
/**
|
|
22
|
+
* xxx
|
|
23
|
+
*/
|
|
24
|
+
ProtectURLNote: string;
|
|
25
|
+
/**
|
|
26
|
+
* xxx
|
|
27
|
+
*/
|
|
28
|
+
CreateTime: string;
|
|
29
|
+
}
|
|
1
30
|
/**
|
|
2
31
|
* 版权保护-监测结果
|
|
3
32
|
*/
|
|
@@ -43,6 +72,15 @@ export interface Monitor {
|
|
|
43
72
|
*/
|
|
44
73
|
MonitorNote: string;
|
|
45
74
|
}
|
|
75
|
+
/**
|
|
76
|
+
* CreateBPFalseTicket返回参数结构体
|
|
77
|
+
*/
|
|
78
|
+
export interface CreateBPFalseTicketResponse {
|
|
79
|
+
/**
|
|
80
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
81
|
+
*/
|
|
82
|
+
RequestId?: string;
|
|
83
|
+
}
|
|
46
84
|
/**
|
|
47
85
|
* DescribeCRWorkInfo返回参数结构体
|
|
48
86
|
*/
|
|
@@ -171,6 +209,32 @@ export interface CreateCRRightRequest {
|
|
|
171
209
|
*/
|
|
172
210
|
IsProducer?: string;
|
|
173
211
|
}
|
|
212
|
+
/**
|
|
213
|
+
* CreateBPOfflineTicket返回参数结构体
|
|
214
|
+
*/
|
|
215
|
+
export interface CreateBPOfflineTicketResponse {
|
|
216
|
+
/**
|
|
217
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
218
|
+
*/
|
|
219
|
+
RequestId?: string;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* DescribeBPFakeURLs请求参数结构体
|
|
223
|
+
*/
|
|
224
|
+
export interface DescribeBPFakeURLsRequest {
|
|
225
|
+
/**
|
|
226
|
+
* xxx
|
|
227
|
+
*/
|
|
228
|
+
Filters?: Array<Filter>;
|
|
229
|
+
/**
|
|
230
|
+
* xxx
|
|
231
|
+
*/
|
|
232
|
+
PageSize?: number;
|
|
233
|
+
/**
|
|
234
|
+
* xxx
|
|
235
|
+
*/
|
|
236
|
+
PageNumber?: number;
|
|
237
|
+
}
|
|
174
238
|
/**
|
|
175
239
|
* ModifyCRBlockStatus返回参数结构体
|
|
176
240
|
*/
|
|
@@ -201,6 +265,83 @@ export interface ModifyCRObtainStatusRequest {
|
|
|
201
265
|
*/
|
|
202
266
|
ObtainUrl?: string;
|
|
203
267
|
}
|
|
268
|
+
/**
|
|
269
|
+
* 举报网址信息
|
|
270
|
+
*/
|
|
271
|
+
export interface ReportFakeURLInfo {
|
|
272
|
+
/**
|
|
273
|
+
* xxx
|
|
274
|
+
*/
|
|
275
|
+
FakeURLId: number;
|
|
276
|
+
/**
|
|
277
|
+
* xxx
|
|
278
|
+
*/
|
|
279
|
+
DetectTime: string;
|
|
280
|
+
/**
|
|
281
|
+
* xxx
|
|
282
|
+
*/
|
|
283
|
+
ProtectURL: string;
|
|
284
|
+
/**
|
|
285
|
+
* xxx
|
|
286
|
+
*/
|
|
287
|
+
ProtectWeb: string;
|
|
288
|
+
/**
|
|
289
|
+
* xxx
|
|
290
|
+
*/
|
|
291
|
+
FakeURL: string;
|
|
292
|
+
/**
|
|
293
|
+
* xxx
|
|
294
|
+
*/
|
|
295
|
+
Snapshot: string;
|
|
296
|
+
/**
|
|
297
|
+
* xxx
|
|
298
|
+
*/
|
|
299
|
+
IP: string;
|
|
300
|
+
/**
|
|
301
|
+
* xxx
|
|
302
|
+
*/
|
|
303
|
+
IPLoc: string;
|
|
304
|
+
/**
|
|
305
|
+
* xxx
|
|
306
|
+
*/
|
|
307
|
+
Heat: number;
|
|
308
|
+
/**
|
|
309
|
+
* xxx
|
|
310
|
+
*/
|
|
311
|
+
Status: number;
|
|
312
|
+
/**
|
|
313
|
+
* xxx
|
|
314
|
+
*/
|
|
315
|
+
Note: string;
|
|
316
|
+
/**
|
|
317
|
+
* xxx
|
|
318
|
+
*/
|
|
319
|
+
FakeURLCompany: string;
|
|
320
|
+
/**
|
|
321
|
+
* xxx
|
|
322
|
+
*/
|
|
323
|
+
FakeURLAttr: string;
|
|
324
|
+
/**
|
|
325
|
+
* xxx
|
|
326
|
+
*/
|
|
327
|
+
FakeURLName: string;
|
|
328
|
+
/**
|
|
329
|
+
* xxx
|
|
330
|
+
*/
|
|
331
|
+
FakeURLICP: string;
|
|
332
|
+
/**
|
|
333
|
+
* xxx
|
|
334
|
+
*/
|
|
335
|
+
FakeURLCreateTime: string;
|
|
336
|
+
/**
|
|
337
|
+
* xxx
|
|
338
|
+
*/
|
|
339
|
+
FakeURLExpireTime: string;
|
|
340
|
+
/**
|
|
341
|
+
* xxx
|
|
342
|
+
*/
|
|
343
|
+
BlockTime: string;
|
|
344
|
+
}
|
|
204
345
|
/**
|
|
205
346
|
* DescribeCRWorkInfo请求参数结构体
|
|
206
347
|
*/
|
|
@@ -210,6 +351,78 @@ export interface DescribeCRWorkInfoRequest {
|
|
|
210
351
|
*/
|
|
211
352
|
WorkId: number;
|
|
212
353
|
}
|
|
354
|
+
/**
|
|
355
|
+
* ModifyBPOfflineAttachment请求参数结构体
|
|
356
|
+
*/
|
|
357
|
+
export interface ModifyBPOfflineAttachmentRequest {
|
|
358
|
+
/**
|
|
359
|
+
* xx
|
|
360
|
+
*/
|
|
361
|
+
LicenseName?: string;
|
|
362
|
+
/**
|
|
363
|
+
* xx
|
|
364
|
+
*/
|
|
365
|
+
AuthorizationName?: string;
|
|
366
|
+
/**
|
|
367
|
+
* xx
|
|
368
|
+
*/
|
|
369
|
+
BrandName?: string;
|
|
370
|
+
/**
|
|
371
|
+
* xx
|
|
372
|
+
*/
|
|
373
|
+
BrandCertificateName?: string;
|
|
374
|
+
/**
|
|
375
|
+
* xx
|
|
376
|
+
*/
|
|
377
|
+
TransferName?: string;
|
|
378
|
+
}
|
|
379
|
+
/**
|
|
380
|
+
* DescribeBPFakeURLs返回参数结构体
|
|
381
|
+
*/
|
|
382
|
+
export interface DescribeBPFakeURLsResponse {
|
|
383
|
+
/**
|
|
384
|
+
* xxx
|
|
385
|
+
*/
|
|
386
|
+
FakeURLInfos: Array<FakeURLInfo>;
|
|
387
|
+
/**
|
|
388
|
+
* xxx
|
|
389
|
+
*/
|
|
390
|
+
TotalCount: number;
|
|
391
|
+
/**
|
|
392
|
+
* xxx
|
|
393
|
+
*/
|
|
394
|
+
ExportURL: string;
|
|
395
|
+
/**
|
|
396
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
397
|
+
*/
|
|
398
|
+
RequestId?: string;
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* CreateBPOfflineAttachment返回参数结构体
|
|
402
|
+
*/
|
|
403
|
+
export interface CreateBPOfflineAttachmentResponse {
|
|
404
|
+
/**
|
|
405
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
406
|
+
*/
|
|
407
|
+
RequestId?: string;
|
|
408
|
+
}
|
|
409
|
+
/**
|
|
410
|
+
* DescribeBPReportFakeURLs请求参数结构体
|
|
411
|
+
*/
|
|
412
|
+
export interface DescribeBPReportFakeURLsRequest {
|
|
413
|
+
/**
|
|
414
|
+
* xxx
|
|
415
|
+
*/
|
|
416
|
+
Filters?: Array<Filter>;
|
|
417
|
+
/**
|
|
418
|
+
* xxx
|
|
419
|
+
*/
|
|
420
|
+
PageSize?: number;
|
|
421
|
+
/**
|
|
422
|
+
* xxx
|
|
423
|
+
*/
|
|
424
|
+
PageNumber?: number;
|
|
425
|
+
}
|
|
213
426
|
/**
|
|
214
427
|
* 监测侵权信息详情
|
|
215
428
|
*/
|
|
@@ -268,17 +481,47 @@ export interface MonitorTort {
|
|
|
268
481
|
WorkTitle: string;
|
|
269
482
|
}
|
|
270
483
|
/**
|
|
271
|
-
*
|
|
484
|
+
* CreateBPFakeURL请求参数结构体
|
|
272
485
|
*/
|
|
273
|
-
export interface
|
|
486
|
+
export interface CreateBPFakeURLRequest {
|
|
274
487
|
/**
|
|
275
|
-
*
|
|
488
|
+
* xxx
|
|
276
489
|
*/
|
|
277
|
-
|
|
490
|
+
ProtectURLId?: number;
|
|
278
491
|
/**
|
|
279
|
-
*
|
|
492
|
+
* xxx
|
|
280
493
|
*/
|
|
281
|
-
|
|
494
|
+
FakeURL?: string;
|
|
495
|
+
/**
|
|
496
|
+
* xxx
|
|
497
|
+
*/
|
|
498
|
+
SnapshotNames?: Array<string>;
|
|
499
|
+
/**
|
|
500
|
+
* xxx
|
|
501
|
+
*/
|
|
502
|
+
Note?: string;
|
|
503
|
+
}
|
|
504
|
+
/**
|
|
505
|
+
* CreateBPProtectURLs返回参数结构体
|
|
506
|
+
*/
|
|
507
|
+
export interface CreateBPProtectURLsResponse {
|
|
508
|
+
/**
|
|
509
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
510
|
+
*/
|
|
511
|
+
RequestId?: string;
|
|
512
|
+
}
|
|
513
|
+
/**
|
|
514
|
+
* DescribeBPProtectURLs返回参数结构体
|
|
515
|
+
*/
|
|
516
|
+
export interface DescribeBPProtectURLsResponse {
|
|
517
|
+
/**
|
|
518
|
+
* xxx
|
|
519
|
+
*/
|
|
520
|
+
ProtectURLInfos: Array<ProtectURLInfo>;
|
|
521
|
+
/**
|
|
522
|
+
* xxx
|
|
523
|
+
*/
|
|
524
|
+
TotalCount: number;
|
|
282
525
|
/**
|
|
283
526
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
284
527
|
*/
|
|
@@ -318,6 +561,69 @@ export interface CreateCRCompanyVerifyResponse {
|
|
|
318
561
|
*/
|
|
319
562
|
RequestId?: string;
|
|
320
563
|
}
|
|
564
|
+
/**
|
|
565
|
+
* CreateBPOfflineAttachment请求参数结构体
|
|
566
|
+
*/
|
|
567
|
+
export interface CreateBPOfflineAttachmentRequest {
|
|
568
|
+
/**
|
|
569
|
+
* xxx
|
|
570
|
+
*/
|
|
571
|
+
BrandName?: string;
|
|
572
|
+
/**
|
|
573
|
+
* xx
|
|
574
|
+
*/
|
|
575
|
+
BrandCertificateName?: string;
|
|
576
|
+
/**
|
|
577
|
+
* xx
|
|
578
|
+
*/
|
|
579
|
+
TransferName?: string;
|
|
580
|
+
/**
|
|
581
|
+
* xx
|
|
582
|
+
*/
|
|
583
|
+
AuthorizationName?: string;
|
|
584
|
+
}
|
|
585
|
+
/**
|
|
586
|
+
* CreateBPProtectURLs请求参数结构体
|
|
587
|
+
*/
|
|
588
|
+
export interface CreateBPProtectURLsRequest {
|
|
589
|
+
/**
|
|
590
|
+
* xxx
|
|
591
|
+
*/
|
|
592
|
+
CompanyName?: string;
|
|
593
|
+
/**
|
|
594
|
+
* xxx
|
|
595
|
+
*/
|
|
596
|
+
Phone?: string;
|
|
597
|
+
/**
|
|
598
|
+
* xxx
|
|
599
|
+
*/
|
|
600
|
+
LicenseName?: string;
|
|
601
|
+
/**
|
|
602
|
+
* xxx
|
|
603
|
+
*/
|
|
604
|
+
ProtectURLs?: Array<string>;
|
|
605
|
+
/**
|
|
606
|
+
* xxx
|
|
607
|
+
*/
|
|
608
|
+
ProtectWebs?: Array<string>;
|
|
609
|
+
}
|
|
610
|
+
/**
|
|
611
|
+
* UpdateCRWork返回参数结构体
|
|
612
|
+
*/
|
|
613
|
+
export interface UpdateCRWorkResponse {
|
|
614
|
+
/**
|
|
615
|
+
* xx
|
|
616
|
+
*/
|
|
617
|
+
WorkId: number;
|
|
618
|
+
/**
|
|
619
|
+
* xx
|
|
620
|
+
*/
|
|
621
|
+
EvidenceId: number;
|
|
622
|
+
/**
|
|
623
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
624
|
+
*/
|
|
625
|
+
RequestId?: string;
|
|
626
|
+
}
|
|
321
627
|
/**
|
|
322
628
|
* ModifyCRBlockStatus请求参数结构体
|
|
323
629
|
*/
|
|
@@ -482,6 +788,27 @@ export interface CreateCRWorkRequest {
|
|
|
482
788
|
*/
|
|
483
789
|
Content?: string;
|
|
484
790
|
}
|
|
791
|
+
/**
|
|
792
|
+
* DescribeBPCompanyInfo请求参数结构体
|
|
793
|
+
*/
|
|
794
|
+
export declare type DescribeBPCompanyInfoRequest = null;
|
|
795
|
+
/**
|
|
796
|
+
* DescribeBPReportFakeURLs返回参数结构体
|
|
797
|
+
*/
|
|
798
|
+
export interface DescribeBPReportFakeURLsResponse {
|
|
799
|
+
/**
|
|
800
|
+
* xxx
|
|
801
|
+
*/
|
|
802
|
+
ReportFakeURLInfos: Array<ReportFakeURLInfo>;
|
|
803
|
+
/**
|
|
804
|
+
* xxx
|
|
805
|
+
*/
|
|
806
|
+
TotalCount: number;
|
|
807
|
+
/**
|
|
808
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
809
|
+
*/
|
|
810
|
+
RequestId?: string;
|
|
811
|
+
}
|
|
485
812
|
/**
|
|
486
813
|
* 过滤参数
|
|
487
814
|
*/
|
|
@@ -554,6 +881,84 @@ export interface UpdateCRWorkRequest {
|
|
|
554
881
|
*/
|
|
555
882
|
CertType?: string;
|
|
556
883
|
}
|
|
884
|
+
/**
|
|
885
|
+
* 仿冒网站信息
|
|
886
|
+
*/
|
|
887
|
+
export interface FakeURLInfo {
|
|
888
|
+
/**
|
|
889
|
+
* xxx
|
|
890
|
+
*/
|
|
891
|
+
FakeURLId: number;
|
|
892
|
+
/**
|
|
893
|
+
* xxx
|
|
894
|
+
*/
|
|
895
|
+
ProtectWeb: string;
|
|
896
|
+
/**
|
|
897
|
+
* xxx
|
|
898
|
+
*/
|
|
899
|
+
DetectTime: string;
|
|
900
|
+
/**
|
|
901
|
+
* xxx
|
|
902
|
+
*/
|
|
903
|
+
FakeURL: string;
|
|
904
|
+
/**
|
|
905
|
+
* xxx
|
|
906
|
+
*/
|
|
907
|
+
Snapshot: string;
|
|
908
|
+
/**
|
|
909
|
+
* xxx
|
|
910
|
+
*/
|
|
911
|
+
IP: string;
|
|
912
|
+
/**
|
|
913
|
+
* xxx
|
|
914
|
+
*/
|
|
915
|
+
IPLoc: string;
|
|
916
|
+
/**
|
|
917
|
+
* xxx
|
|
918
|
+
*/
|
|
919
|
+
Heat: number;
|
|
920
|
+
/**
|
|
921
|
+
* xxx
|
|
922
|
+
*/
|
|
923
|
+
Status: number;
|
|
924
|
+
/**
|
|
925
|
+
* xxx
|
|
926
|
+
*/
|
|
927
|
+
Note: string;
|
|
928
|
+
/**
|
|
929
|
+
* xxx
|
|
930
|
+
*/
|
|
931
|
+
FakeURLCompany: string;
|
|
932
|
+
/**
|
|
933
|
+
* xxx
|
|
934
|
+
*/
|
|
935
|
+
FakeURLAttr: string;
|
|
936
|
+
/**
|
|
937
|
+
* xxx
|
|
938
|
+
*/
|
|
939
|
+
FakeURLName: string;
|
|
940
|
+
/**
|
|
941
|
+
* xxx
|
|
942
|
+
*/
|
|
943
|
+
FakeURLICP: string;
|
|
944
|
+
/**
|
|
945
|
+
* xxx
|
|
946
|
+
*/
|
|
947
|
+
FakeURLCreateTime: string;
|
|
948
|
+
/**
|
|
949
|
+
* xxx
|
|
950
|
+
*/
|
|
951
|
+
FakeURLExpireTime: string;
|
|
952
|
+
}
|
|
953
|
+
/**
|
|
954
|
+
* CreateBPOfflineTicket请求参数结构体
|
|
955
|
+
*/
|
|
956
|
+
export interface CreateBPOfflineTicketRequest {
|
|
957
|
+
/**
|
|
958
|
+
* xxx
|
|
959
|
+
*/
|
|
960
|
+
FakeURLId?: number;
|
|
961
|
+
}
|
|
557
962
|
/**
|
|
558
963
|
* DescribeCRMonitorDetail请求参数结构体
|
|
559
964
|
*/
|
|
@@ -575,6 +980,39 @@ export interface DescribeCRMonitorDetailRequest {
|
|
|
575
980
|
*/
|
|
576
981
|
Filters?: Array<Filter>;
|
|
577
982
|
}
|
|
983
|
+
/**
|
|
984
|
+
* 商标信息
|
|
985
|
+
*/
|
|
986
|
+
export interface BrandData {
|
|
987
|
+
/**
|
|
988
|
+
* xxx
|
|
989
|
+
*/
|
|
990
|
+
BrandName: string;
|
|
991
|
+
/**
|
|
992
|
+
* xxx
|
|
993
|
+
*/
|
|
994
|
+
BrandCertificateName: string;
|
|
995
|
+
/**
|
|
996
|
+
* xxx
|
|
997
|
+
*/
|
|
998
|
+
BrandStatus: number;
|
|
999
|
+
/**
|
|
1000
|
+
* xxx
|
|
1001
|
+
*/
|
|
1002
|
+
BrandNote: string;
|
|
1003
|
+
/**
|
|
1004
|
+
* xxx
|
|
1005
|
+
*/
|
|
1006
|
+
TransferName: string;
|
|
1007
|
+
/**
|
|
1008
|
+
* xxx
|
|
1009
|
+
*/
|
|
1010
|
+
TransferStatus: number;
|
|
1011
|
+
/**
|
|
1012
|
+
* xxx
|
|
1013
|
+
*/
|
|
1014
|
+
TransferNote: string;
|
|
1015
|
+
}
|
|
578
1016
|
/**
|
|
579
1017
|
* ModifyCRRightStatus返回参数结构体
|
|
580
1018
|
*/
|
|
@@ -584,6 +1022,64 @@ export interface ModifyCRRightStatusResponse {
|
|
|
584
1022
|
*/
|
|
585
1023
|
RequestId?: string;
|
|
586
1024
|
}
|
|
1025
|
+
/**
|
|
1026
|
+
* DescribeBPCompanyInfo返回参数结构体
|
|
1027
|
+
*/
|
|
1028
|
+
export interface DescribeBPCompanyInfoResponse {
|
|
1029
|
+
/**
|
|
1030
|
+
* xx
|
|
1031
|
+
*/
|
|
1032
|
+
CompanyName: string;
|
|
1033
|
+
/**
|
|
1034
|
+
* xx
|
|
1035
|
+
*/
|
|
1036
|
+
Phone: string;
|
|
1037
|
+
/**
|
|
1038
|
+
* xx
|
|
1039
|
+
*/
|
|
1040
|
+
LicenseName: string;
|
|
1041
|
+
/**
|
|
1042
|
+
* xx
|
|
1043
|
+
*/
|
|
1044
|
+
LicenseStatus: number;
|
|
1045
|
+
/**
|
|
1046
|
+
* xx
|
|
1047
|
+
*/
|
|
1048
|
+
LicenseNote: string;
|
|
1049
|
+
/**
|
|
1050
|
+
* xx
|
|
1051
|
+
*/
|
|
1052
|
+
AuthorizationName: string;
|
|
1053
|
+
/**
|
|
1054
|
+
* xx
|
|
1055
|
+
*/
|
|
1056
|
+
AuthorizationStatus: number;
|
|
1057
|
+
/**
|
|
1058
|
+
* xx
|
|
1059
|
+
*/
|
|
1060
|
+
AuthorizationNote: string;
|
|
1061
|
+
/**
|
|
1062
|
+
* xx
|
|
1063
|
+
*/
|
|
1064
|
+
BrandDatas: Array<BrandData>;
|
|
1065
|
+
/**
|
|
1066
|
+
* xx
|
|
1067
|
+
*/
|
|
1068
|
+
CompanyId: number;
|
|
1069
|
+
/**
|
|
1070
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1071
|
+
*/
|
|
1072
|
+
RequestId?: string;
|
|
1073
|
+
}
|
|
1074
|
+
/**
|
|
1075
|
+
* ModifyBPOfflineAttachment返回参数结构体
|
|
1076
|
+
*/
|
|
1077
|
+
export interface ModifyBPOfflineAttachmentResponse {
|
|
1078
|
+
/**
|
|
1079
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1080
|
+
*/
|
|
1081
|
+
RequestId?: string;
|
|
1082
|
+
}
|
|
587
1083
|
/**
|
|
588
1084
|
* CreateCRBlock请求参数结构体
|
|
589
1085
|
*/
|
|
@@ -641,6 +1137,24 @@ export interface CreateCRBlockRequest {
|
|
|
641
1137
|
*/
|
|
642
1138
|
IsProducer?: string;
|
|
643
1139
|
}
|
|
1140
|
+
/**
|
|
1141
|
+
* CreateBPFakeURL返回参数结构体
|
|
1142
|
+
*/
|
|
1143
|
+
export interface CreateBPFakeURLResponse {
|
|
1144
|
+
/**
|
|
1145
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1146
|
+
*/
|
|
1147
|
+
RequestId?: string;
|
|
1148
|
+
}
|
|
1149
|
+
/**
|
|
1150
|
+
* CreateBPFalseTicket请求参数结构体
|
|
1151
|
+
*/
|
|
1152
|
+
export interface CreateBPFalseTicketRequest {
|
|
1153
|
+
/**
|
|
1154
|
+
* xxx
|
|
1155
|
+
*/
|
|
1156
|
+
FakeURL?: string;
|
|
1157
|
+
}
|
|
644
1158
|
/**
|
|
645
1159
|
* ModifyCRMonitor返回参数结构体
|
|
646
1160
|
*/
|
|
@@ -650,6 +1164,19 @@ export interface ModifyCRMonitorResponse {
|
|
|
650
1164
|
*/
|
|
651
1165
|
RequestId?: string;
|
|
652
1166
|
}
|
|
1167
|
+
/**
|
|
1168
|
+
* DescribeBPProtectURLs请求参数结构体
|
|
1169
|
+
*/
|
|
1170
|
+
export interface DescribeBPProtectURLsRequest {
|
|
1171
|
+
/**
|
|
1172
|
+
* xxx
|
|
1173
|
+
*/
|
|
1174
|
+
PageSize?: number;
|
|
1175
|
+
/**
|
|
1176
|
+
* xxx
|
|
1177
|
+
*/
|
|
1178
|
+
PageNumber?: number;
|
|
1179
|
+
}
|
|
653
1180
|
/**
|
|
654
1181
|
* ModifyCRObtainStatus返回参数结构体
|
|
655
1182
|
*/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const btoe: {
|
|
2
|
-
v20210303: {
|
|
3
|
-
Client: typeof import("./v20210303/btoe_client").Client;
|
|
4
|
-
Models: typeof import("./v20210303/btoe_models");
|
|
5
|
-
};
|
|
6
2
|
v20210514: {
|
|
7
3
|
Client: typeof import("./v20210514/btoe_client").Client;
|
|
8
4
|
Models: typeof import("./v20210514/btoe_models");
|
|
9
5
|
};
|
|
6
|
+
v20210303: {
|
|
7
|
+
Client: typeof import("./v20210303/btoe_client").Client;
|
|
8
|
+
Models: typeof import("./v20210303/btoe_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.btoe = void 0;
|
|
4
|
-
const v20210303_1 = require("./v20210303");
|
|
5
4
|
const v20210514_1 = require("./v20210514");
|
|
5
|
+
const v20210303_1 = require("./v20210303");
|
|
6
6
|
exports.btoe = {
|
|
7
|
-
v20210303: v20210303_1.v20210303,
|
|
8
7
|
v20210514: v20210514_1.v20210514,
|
|
8
|
+
v20210303: v20210303_1.v20210303,
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import {
|
|
3
|
+
import { DescribeNodesRequest, SuspendProbeTaskResponse, DescribeProbeMetricDataResponse, DescribeDetailedSingleProbeDataRequest, DescribeProbeTasksResponse, DeleteProbeTaskRequest, DescribeDetailedSingleProbeDataResponse, SuspendProbeTaskRequest, DescribeProbeMetricDataRequest, DescribeProbeNodesResponse, UpdateProbeTaskConfigurationListRequest, CreateProbeTasksRequest, DescribeProbeTasksRequest, ResumeProbeTaskResponse, DeleteProbeTaskResponse, CreateProbeTasksResponse, ResumeProbeTaskRequest, DescribeProbeNodesRequest, DescribeNodesResponse, UpdateProbeTaskConfigurationListResponse } from "./cat_models";
|
|
4
4
|
/**
|
|
5
5
|
* cat client
|
|
6
6
|
* @class
|
|
@@ -23,6 +23,10 @@ export declare class Client extends AbstractClient {
|
|
|
23
23
|
* 批量更新拨测任务配置
|
|
24
24
|
*/
|
|
25
25
|
UpdateProbeTaskConfigurationList(req: UpdateProbeTaskConfigurationListRequest, cb?: (error: string, rep: UpdateProbeTaskConfigurationListResponse) => void): Promise<UpdateProbeTaskConfigurationListResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* 获取拨测节点
|
|
28
|
+
*/
|
|
29
|
+
DescribeNodes(req: DescribeNodesRequest, cb?: (error: string, rep: DescribeNodesResponse) => void): Promise<DescribeNodesResponse>;
|
|
26
30
|
/**
|
|
27
31
|
* 查询拨测节点
|
|
28
32
|
*/
|
|
@@ -51,6 +51,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
51
51
|
async UpdateProbeTaskConfigurationList(req, cb) {
|
|
52
52
|
return this.request("UpdateProbeTaskConfigurationList", req, cb);
|
|
53
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* 获取拨测节点
|
|
56
|
+
*/
|
|
57
|
+
async DescribeNodes(req, cb) {
|
|
58
|
+
return this.request("DescribeNodes", req, cb);
|
|
59
|
+
}
|
|
54
60
|
/**
|
|
55
61
|
* 查询拨测节点
|
|
56
62
|
*/
|