tencentcloud-sdk-nodejs 4.0.567 → 4.0.568

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 (47) hide show
  1. package/CHANGELOG.md +160 -0
  2. package/SERVICE_CHANGELOG.md +259 -296
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +5 -5
  7. package/src/services/cat/v20180409/cat_models.ts +4 -4
  8. package/src/services/ccc/v20200210/ccc_models.ts +14 -4
  9. package/src/services/cdb/v20170320/cdb_models.ts +14 -4
  10. package/src/services/cdn/v20180606/cdn_models.ts +8 -1
  11. package/src/services/cls/v20201016/cls_models.ts +39 -8
  12. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  13. package/src/services/ess/v20201111/ess_client.ts +57 -5
  14. package/src/services/ess/v20201111/ess_models.ts +335 -50
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  16. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +23 -11
  17. package/src/services/monitor/v20180724/monitor_models.ts +5 -0
  18. package/src/services/mps/v20190612/mps_models.ts +2 -2
  19. package/src/services/ocr/v20181119/ocr_client.ts +30 -15
  20. package/src/services/ocr/v20181119/ocr_models.ts +34 -34
  21. package/src/services/tcss/v20201101/tcss_models.ts +31 -6
  22. package/src/services/trtc/v20190722/trtc_client.ts +2 -2
  23. package/src/services/trtc/v20190722/trtc_models.ts +27 -7
  24. package/tencentcloud/common/sdk_version.d.ts +1 -1
  25. package/tencentcloud/common/sdk_version.js +1 -1
  26. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
  27. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -4
  28. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -4
  29. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -4
  30. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -1
  31. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +34 -8
  32. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  33. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +17 -1
  34. package/tencentcloud/services/ess/v20201111/ess_client.js +24 -0
  35. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +290 -48
  36. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  37. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +20 -10
  38. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  39. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
  40. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +16 -1
  41. package/tencentcloud/services/ocr/v20181119/ocr_client.js +16 -1
  42. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +34 -34
  43. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +26 -6
  44. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -2
  45. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  46. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +24 -7
  47. package/test/ess.v20201111.test.js +40 -0
@@ -118,6 +118,8 @@ export declare class Client extends AbstractClient {
118
118
  VatInvoiceVerifyNew(req: VatInvoiceVerifyNewRequest, cb?: (error: string, rep: VatInvoiceVerifyNewResponse) => void): Promise<VatInvoiceVerifyNewResponse>;
119
119
  /**
120
120
  * 本接口支持条形码和二维码的识别(包括 DataMatrix 和 PDF417)。
121
+
122
+ 默认接口请求频率限制:5次/秒。
121
123
  */
122
124
  QrcodeOCR(req: QrcodeOCRRequest, cb?: (error: string, rep: QrcodeOCRResponse) => void): Promise<QrcodeOCRResponse>;
123
125
  /**
@@ -194,7 +196,7 @@ export declare class Client extends AbstractClient {
194
196
  FlightInvoiceOCR(req: FlightInvoiceOCRRequest, cb?: (error: string, rep: FlightInvoiceOCRResponse) => void): Promise<FlightInvoiceOCRResponse>;
195
197
  /**
196
198
  * 本接口支持集装箱箱门信息识别,识别字段包括集装箱箱号、类型、总重量、有效承重、容量、自身重量,具备集装箱箱号、类型不完整或者不清晰的告警功能。
197
-
199
+ 默认接口请求频率限制:5次/秒。
198
200
  */
199
201
  RecognizeContainerOCR(req: RecognizeContainerOCRRequest, cb?: (error: string, rep: RecognizeContainerOCRResponse) => void): Promise<RecognizeContainerOCRResponse>;
200
202
  /**
@@ -203,6 +205,7 @@ export declare class Client extends AbstractClient {
203
205
  RecognizeTableAccurateOCR(req: RecognizeTableAccurateOCRRequest, cb?: (error: string, rep: RecognizeTableAccurateOCRResponse) => void): Promise<RecognizeTableAccurateOCRResponse>;
204
206
  /**
205
207
  * 本接口支持多张、多类型票据的混合检测和自动分类,返回对应票据类型。目前已支持增值税发票、增值税发票(卷票)、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票、酒店账单、客运限额发票、购物小票、完税证明共15种票据。
208
+ 默认接口请求频率限制:5次/秒。
206
209
  */
207
210
  MixedInvoiceDetect(req: MixedInvoiceDetectRequest, cb?: (error: string, rep: MixedInvoiceDetectResponse) => void): Promise<MixedInvoiceDetectResponse>;
208
211
  /**
@@ -242,6 +245,8 @@ export declare class Client extends AbstractClient {
242
245
  /**
243
246
  * 本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。
244
247
  目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。
248
+
249
+ 默认接口请求频率限制:5次/秒。
245
250
  */
246
251
  PropOwnerCertOCR(req: PropOwnerCertOCRRequest, cb?: (error: string, rep: PropOwnerCertOCRResponse) => void): Promise<PropOwnerCertOCRResponse>;
247
252
  /**
@@ -382,10 +387,14 @@ export declare class Client extends AbstractClient {
382
387
  GeneralBasicOCR(req: GeneralBasicOCRRequest, cb?: (error: string, rep: GeneralBasicOCRResponse) => void): Promise<GeneralBasicOCRResponse>;
383
388
  /**
384
389
  * 本接口支持对卡式港澳台通行证的识别,包括签发地点、签发机关、有效期限、性别、出生日期、英文姓名、姓名、证件号等字段。
390
+
391
+ 默认接口请求频率限制:10次/秒。
385
392
  */
386
393
  PermitOCR(req: PermitOCRRequest, cb?: (error: string, rep: PermitOCRResponse) => void): Promise<PermitOCRResponse>;
387
394
  /**
388
395
  * 本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。
396
+
397
+ 默认接口请求频率限制:5次/秒。
389
398
  */
390
399
  OrgCodeCertOCR(req: OrgCodeCertOCRRequest, cb?: (error: string, rep: OrgCodeCertOCRResponse) => void): Promise<OrgCodeCertOCRResponse>;
391
400
  /**
@@ -394,6 +403,8 @@ export declare class Client extends AbstractClient {
394
403
  TextDetect(req: TextDetectRequest, cb?: (error: string, rep: TextDetectResponse) => void): Promise<TextDetectResponse>;
395
404
  /**
396
405
  * 本接口支持常见银行票据的自动分类和识别。切片识别包括金融行业常见票据的重要切片字段识别,包括金额、账号、日期、凭证号码等。(金融票据切片:金融票据中待识别字段及其周围局部区域的裁剪图像。)
406
+
407
+ 默认接口请求频率限制:5次/秒。
397
408
  */
398
409
  FinanBillSliceOCR(req: FinanBillSliceOCRRequest, cb?: (error: string, rep: FinanBillSliceOCRResponse) => void): Promise<FinanBillSliceOCRResponse>;
399
410
  /**
@@ -622,6 +633,8 @@ export declare class Client extends AbstractClient {
622
633
  DriverLicenseOCR(req: DriverLicenseOCRRequest, cb?: (error: string, rep: DriverLicenseOCRResponse) => void): Promise<DriverLicenseOCRResponse>;
623
634
  /**
624
635
  * 智能识别并结构化港澳台居民来往内地通行证正面全部字段,包含中文姓名、英文姓名、性别、出生日期、签发机关、有效期限、证件号、签发地点、签发次数、证件类别。
636
+
637
+ 默认接口请求频率限制:20次/秒。
625
638
  */
626
639
  MainlandPermitOCR(req: MainlandPermitOCRRequest, cb?: (error: string, rep: MainlandPermitOCRResponse) => void): Promise<MainlandPermitOCRResponse>;
627
640
  /**
@@ -632,6 +645,8 @@ export declare class Client extends AbstractClient {
632
645
  FormulaOCR(req: FormulaOCRRequest, cb?: (error: string, rep: FormulaOCRResponse) => void): Promise<FormulaOCRResponse>;
633
646
  /**
634
647
  * 本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。
648
+
649
+ 默认接口请求频率限制:10次/秒。
635
650
  */
636
651
  PassportOCR(req: PassportOCRRequest, cb?: (error: string, rep: PassportOCRResponse) => void): Promise<PassportOCRResponse>;
637
652
  /**
@@ -158,6 +158,8 @@ class Client extends abstract_client_1.AbstractClient {
158
158
  }
159
159
  /**
160
160
  * 本接口支持条形码和二维码的识别(包括 DataMatrix 和 PDF417)。
161
+
162
+ 默认接口请求频率限制:5次/秒。
161
163
  */
162
164
  async QrcodeOCR(req, cb) {
163
165
  return this.request("QrcodeOCR", req, cb);
@@ -240,7 +242,7 @@ class Client extends abstract_client_1.AbstractClient {
240
242
  }
241
243
  /**
242
244
  * 本接口支持集装箱箱门信息识别,识别字段包括集装箱箱号、类型、总重量、有效承重、容量、自身重量,具备集装箱箱号、类型不完整或者不清晰的告警功能。
243
-
245
+ 默认接口请求频率限制:5次/秒。
244
246
  */
245
247
  async RecognizeContainerOCR(req, cb) {
246
248
  return this.request("RecognizeContainerOCR", req, cb);
@@ -253,6 +255,7 @@ class Client extends abstract_client_1.AbstractClient {
253
255
  }
254
256
  /**
255
257
  * 本接口支持多张、多类型票据的混合检测和自动分类,返回对应票据类型。目前已支持增值税发票、增值税发票(卷票)、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票、酒店账单、客运限额发票、购物小票、完税证明共15种票据。
258
+ 默认接口请求频率限制:5次/秒。
256
259
  */
257
260
  async MixedInvoiceDetect(req, cb) {
258
261
  return this.request("MixedInvoiceDetect", req, cb);
@@ -306,6 +309,8 @@ class Client extends abstract_client_1.AbstractClient {
306
309
  /**
307
310
  * 本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。
308
311
  目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。
312
+
313
+ 默认接口请求频率限制:5次/秒。
309
314
  */
310
315
  async PropOwnerCertOCR(req, cb) {
311
316
  return this.request("PropOwnerCertOCR", req, cb);
@@ -474,12 +479,16 @@ class Client extends abstract_client_1.AbstractClient {
474
479
  }
475
480
  /**
476
481
  * 本接口支持对卡式港澳台通行证的识别,包括签发地点、签发机关、有效期限、性别、出生日期、英文姓名、姓名、证件号等字段。
482
+
483
+ 默认接口请求频率限制:10次/秒。
477
484
  */
478
485
  async PermitOCR(req, cb) {
479
486
  return this.request("PermitOCR", req, cb);
480
487
  }
481
488
  /**
482
489
  * 本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。
490
+
491
+ 默认接口请求频率限制:5次/秒。
483
492
  */
484
493
  async OrgCodeCertOCR(req, cb) {
485
494
  return this.request("OrgCodeCertOCR", req, cb);
@@ -492,6 +501,8 @@ class Client extends abstract_client_1.AbstractClient {
492
501
  }
493
502
  /**
494
503
  * 本接口支持常见银行票据的自动分类和识别。切片识别包括金融行业常见票据的重要切片字段识别,包括金额、账号、日期、凭证号码等。(金融票据切片:金融票据中待识别字段及其周围局部区域的裁剪图像。)
504
+
505
+ 默认接口请求频率限制:5次/秒。
495
506
  */
496
507
  async FinanBillSliceOCR(req, cb) {
497
508
  return this.request("FinanBillSliceOCR", req, cb);
@@ -774,6 +785,8 @@ class Client extends abstract_client_1.AbstractClient {
774
785
  }
775
786
  /**
776
787
  * 智能识别并结构化港澳台居民来往内地通行证正面全部字段,包含中文姓名、英文姓名、性别、出生日期、签发机关、有效期限、证件号、签发地点、签发次数、证件类别。
788
+
789
+ 默认接口请求频率限制:20次/秒。
777
790
  */
778
791
  async MainlandPermitOCR(req, cb) {
779
792
  return this.request("MainlandPermitOCR", req, cb);
@@ -788,6 +801,8 @@ class Client extends abstract_client_1.AbstractClient {
788
801
  }
789
802
  /**
790
803
  * 本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。
804
+
805
+ 默认接口请求频率限制:10次/秒。
791
806
  */
792
807
  async PassportOCR(req, cb) {
793
808
  return this.request("PassportOCR", req, cb);
@@ -805,35 +805,35 @@ export interface PermitOCRResponse {
805
805
  /**
806
806
  * 姓名
807
807
  */
808
- Name: string;
808
+ Name?: string;
809
809
  /**
810
810
  * 英文姓名
811
811
  */
812
- EnglishName: string;
812
+ EnglishName?: string;
813
813
  /**
814
814
  * 证件号
815
815
  */
816
- Number: string;
816
+ Number?: string;
817
817
  /**
818
818
  * 性别
819
819
  */
820
- Sex: string;
820
+ Sex?: string;
821
821
  /**
822
822
  * 有效期限
823
823
  */
824
- ValidDate: string;
824
+ ValidDate?: string;
825
825
  /**
826
826
  * 签发机关
827
827
  */
828
- IssueAuthority: string;
828
+ IssueAuthority?: string;
829
829
  /**
830
830
  * 签发地点
831
831
  */
832
- IssueAddress: string;
832
+ IssueAddress?: string;
833
833
  /**
834
834
  * 出生日期
835
835
  */
836
- Birthday: string;
836
+ Birthday?: string;
837
837
  /**
838
838
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
839
839
  */
@@ -1444,11 +1444,11 @@ export interface QrcodeOCRResponse {
1444
1444
  /**
1445
1445
  * 二维码/条形码识别结果信息,具体内容请点击左侧链接。
1446
1446
  */
1447
- CodeResults: Array<QrcodeResultsInfo>;
1447
+ CodeResults?: Array<QrcodeResultsInfo>;
1448
1448
  /**
1449
1449
  * 图片大小,具体内容请点击左侧链接。
1450
1450
  */
1451
- ImgSize: QrcodeImgSize;
1451
+ ImgSize?: QrcodeImgSize;
1452
1452
  /**
1453
1453
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1454
1454
  */
@@ -1664,27 +1664,27 @@ export interface PropOwnerCertOCRResponse {
1664
1664
  /**
1665
1665
  * 房地产权利人
1666
1666
  */
1667
- Owner: string;
1667
+ Owner?: string;
1668
1668
  /**
1669
1669
  * 共有情况
1670
1670
  */
1671
- Possession: string;
1671
+ Possession?: string;
1672
1672
  /**
1673
1673
  * 登记时间
1674
1674
  */
1675
- RegisterTime: string;
1675
+ RegisterTime?: string;
1676
1676
  /**
1677
1677
  * 规划用途
1678
1678
  */
1679
- Purpose: string;
1679
+ Purpose?: string;
1680
1680
  /**
1681
1681
  * 房屋性质
1682
1682
  */
1683
- Nature: string;
1683
+ Nature?: string;
1684
1684
  /**
1685
1685
  * 房地坐落
1686
1686
  */
1687
- Location: string;
1687
+ Location?: string;
1688
1688
  /**
1689
1689
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1690
1690
  */
@@ -2022,7 +2022,7 @@ export interface MixedInvoiceDetectResponse {
2022
2022
  /**
2023
2023
  * 检测出的票据类型列表,具体内容请点击左侧链接。
2024
2024
  */
2025
- InvoiceDetectInfos: Array<InvoiceDetectInfo>;
2025
+ InvoiceDetectInfos?: Array<InvoiceDetectInfo>;
2026
2026
  /**
2027
2027
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2028
2028
  */
@@ -2729,19 +2729,19 @@ export interface OrgCodeCertOCRResponse {
2729
2729
  /**
2730
2730
  * 代码
2731
2731
  */
2732
- OrgCode: string;
2732
+ OrgCode?: string;
2733
2733
  /**
2734
2734
  * 机构名称
2735
2735
  */
2736
- Name: string;
2736
+ Name?: string;
2737
2737
  /**
2738
2738
  * 地址
2739
2739
  */
2740
- Address: string;
2740
+ Address?: string;
2741
2741
  /**
2742
2742
  * 有效期
2743
2743
  */
2744
- ValidDate: string;
2744
+ ValidDate?: string;
2745
2745
  /**
2746
2746
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2747
2747
  */
@@ -4299,14 +4299,14 @@ export interface FinanBillSliceOCRRequest {
4299
4299
  /**
4300
4300
  * 图片的 Base64 值。
4301
4301
  支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
4302
- 支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。
4302
+ 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
4303
4303
  图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
4304
4304
  */
4305
4305
  ImageBase64?: string;
4306
4306
  /**
4307
4307
  * 图片的 Url 地址。
4308
4308
  支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
4309
- 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
4309
+ 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
4310
4310
  图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
4311
4311
  非腾讯云存储的 Url 速度和稳定性可能受一定影响。
4312
4312
  */
@@ -5546,47 +5546,47 @@ export interface MainlandPermitOCRResponse {
5546
5546
  /**
5547
5547
  * 中文姓名
5548
5548
  */
5549
- Name: string;
5549
+ Name?: string;
5550
5550
  /**
5551
5551
  * 英文姓名
5552
5552
  */
5553
- EnglishName: string;
5553
+ EnglishName?: string;
5554
5554
  /**
5555
5555
  * 性别
5556
5556
  */
5557
- Sex: string;
5557
+ Sex?: string;
5558
5558
  /**
5559
5559
  * 出生日期
5560
5560
  */
5561
- Birthday: string;
5561
+ Birthday?: string;
5562
5562
  /**
5563
5563
  * 签发机关
5564
5564
  */
5565
- IssueAuthority: string;
5565
+ IssueAuthority?: string;
5566
5566
  /**
5567
5567
  * 有效期限
5568
5568
  */
5569
- ValidDate: string;
5569
+ ValidDate?: string;
5570
5570
  /**
5571
5571
  * 证件号
5572
5572
  */
5573
- Number: string;
5573
+ Number?: string;
5574
5574
  /**
5575
5575
  * 签发地点
5576
5576
  */
5577
- IssueAddress: string;
5577
+ IssueAddress?: string;
5578
5578
  /**
5579
5579
  * 签发次数
5580
5580
  */
5581
- IssueNumber: string;
5581
+ IssueNumber?: string;
5582
5582
  /**
5583
5583
  * 证件类别, 如:台湾居民来往大陆通行证、港澳居民来往内地通行证。
5584
5584
  */
5585
- Type: string;
5585
+ Type?: string;
5586
5586
  /**
5587
5587
  * RetProfile为True时返回头像字段, Base64编码
5588
5588
  */
5589
- Profile: string;
5589
+ Profile?: string;
5590
5590
  /**
5591
5591
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5592
5592
  */
@@ -12242,27 +12242,47 @@ export interface DescribeVulSummaryResponse {
12242
12242
  /**
12243
12243
  * 漏洞总数量
12244
12244
  */
12245
- VulTotalCount: number;
12245
+ VulTotalCount?: number;
12246
12246
  /**
12247
12247
  * 严重及高危漏洞数量
12248
12248
  */
12249
- SeriousVulCount: number;
12249
+ SeriousVulCount?: number;
12250
12250
  /**
12251
12251
  * 重点关注漏洞数量
12252
12252
  */
12253
- SuggestVulCount: number;
12253
+ SuggestVulCount?: number;
12254
12254
  /**
12255
12255
  * 有Poc或者Exp的漏洞数量
12256
12256
  */
12257
- PocExpLevelVulCount: number;
12257
+ PocExpLevelVulCount?: number;
12258
12258
  /**
12259
12259
  * 有远程Exp的漏洞数量
12260
12260
  */
12261
- RemoteExpLevelVulCount: number;
12261
+ RemoteExpLevelVulCount?: number;
12262
12262
  /**
12263
12263
  * 受严重或高危漏洞影响的最新版本镜像数
12264
12264
  */
12265
- SeriousVulNewestImageCount: number;
12265
+ SeriousVulNewestImageCount?: number;
12266
+ /**
12267
+ * 系统漏洞重点关注数
12268
+ */
12269
+ SystemVulnerabilityFocusCount?: number;
12270
+ /**
12271
+ * web漏洞重点关注数
12272
+ */
12273
+ WebVulnerabilityFocusCount?: number;
12274
+ /**
12275
+ * 受影响本地镜像数
12276
+ */
12277
+ SeriousVulnerabilityLocalImageCount?: number;
12278
+ /**
12279
+ * 受影响仓库镜像数
12280
+ */
12281
+ SeriousVulnerabilityRegistryImageCount?: number;
12282
+ /**
12283
+ * 应急漏洞数量
12284
+ */
12285
+ EmergencyVulnerabilityCount?: number;
12266
12286
  /**
12267
12287
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12268
12288
  */
@@ -54,7 +54,7 @@ networkDelay :网络延迟率。
54
54
  其他使用说明如下:
55
55
  1、使用混流转推接口时,您需要先调用启动转推任务接口(StartPublishCdnStream),获取启动转推任务响应中的任务ID标识(TaskId)。后续传入任务ID标识(TaskId)来更新转推任务(UpdatePublishCdnStream)和停止转推任务(StopPublishCdnStream)。
56
56
  2、为了确保转推链接的稳定,同一个转推任务不支持纯音频、音视频、纯视频之间的切换。
57
- 3、为了确保转推链接的稳定,更新转推任务接口(UpdatePublishCdnStream)不支持时更改视频参数(codec)和音频参数(codec、采样率、码率、声道数),其余参数建议全量带齐。
57
+ 3、为了确保转推链接的稳定,更新转推任务接口(UpdatePublishCdnStream)不支持时更改视频参数(codec)和音频参数(codec、采样率、码率、声道数),其余参数建议全量带齐,如您有转码/非转码切换,其余参数则必须全量带齐。
58
58
  4、发起单流旁路任务时,AudioParams和VideoParams都填写表示音视频旁路,如果仅填写AudioParams表示纯音频旁路,任务进行过程中不支持纯音频到音视频的切换。音视频旁路时,VideoParams中的Width、Height、Fps、BitRate、Gop需要按照真实上行参数填写。
59
59
  5、更新转推任务(UpdatePublishCdnStream)必须携带SequenceNumber参数,用于防止请求乱序。客户保证对同一个任务更新时的SequenceNumber参数递增:腾讯云返回InternalError错误码时,需重试请求(不换SequenceNumber);腾讯云返回FailedOperation.OutdateRequest过期错误码时,无需处理即可。
60
60
  6、您可以在主播进房前,提前创建转推任务,结束转推任务时需要主动调用停止接口。如果您没有调用停止转推任务接口时,腾讯云后台会按照所有参与混流的用户没有任何数据上行的时间算起,直到超过启动转推任务时设置的超时时间(AgentParams.MaxIdleTime)为止,自动停止混流转推任务。
@@ -241,7 +241,7 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
241
241
  - 该接口只用于历史用量数据统计或核对数据使用,关键业务逻辑不能使用。
242
242
  - 默认接口请求频率限制:1次/15秒。
243
243
  */
244
- DescribeTrtcRoomUsage(req?: DescribeTrtcRoomUsageRequest, cb?: (error: string, rep: DescribeTrtcRoomUsageResponse) => void): Promise<DescribeTrtcRoomUsageResponse>;
244
+ DescribeTrtcRoomUsage(req: DescribeTrtcRoomUsageRequest, cb?: (error: string, rep: DescribeTrtcRoomUsageResponse) => void): Promise<DescribeTrtcRoomUsageResponse>;
245
245
  /**
246
246
  * 查询云端录制计费时长。
247
247
 
@@ -80,7 +80,7 @@ networkDelay :网络延迟率。
80
80
  其他使用说明如下:
81
81
  1、使用混流转推接口时,您需要先调用启动转推任务接口(StartPublishCdnStream),获取启动转推任务响应中的任务ID标识(TaskId)。后续传入任务ID标识(TaskId)来更新转推任务(UpdatePublishCdnStream)和停止转推任务(StopPublishCdnStream)。
82
82
  2、为了确保转推链接的稳定,同一个转推任务不支持纯音频、音视频、纯视频之间的切换。
83
- 3、为了确保转推链接的稳定,更新转推任务接口(UpdatePublishCdnStream)不支持时更改视频参数(codec)和音频参数(codec、采样率、码率、声道数),其余参数建议全量带齐。
83
+ 3、为了确保转推链接的稳定,更新转推任务接口(UpdatePublishCdnStream)不支持时更改视频参数(codec)和音频参数(codec、采样率、码率、声道数),其余参数建议全量带齐,如您有转码/非转码切换,其余参数则必须全量带齐。
84
84
  4、发起单流旁路任务时,AudioParams和VideoParams都填写表示音视频旁路,如果仅填写AudioParams表示纯音频旁路,任务进行过程中不支持纯音频到音视频的切换。音视频旁路时,VideoParams中的Width、Height、Fps、BitRate、Gop需要按照真实上行参数填写。
85
85
  5、更新转推任务(UpdatePublishCdnStream)必须携带SequenceNumber参数,用于防止请求乱序。客户保证对同一个任务更新时的SequenceNumber参数递增:腾讯云返回InternalError错误码时,需重试请求(不换SequenceNumber);腾讯云返回FailedOperation.OutdateRequest过期错误码时,无需处理即可。
86
86
  6、您可以在主播进房前,提前创建转推任务,结束转推任务时需要主动调用停止接口。如果您没有调用停止转推任务接口时,腾讯云后台会按照所有参与混流的用户没有任何数据上行的时间算起,直到超过启动转推任务时设置的超时时间(AgentParams.MaxIdleTime)为止,自动停止混流转推任务。
@@ -1138,6 +1138,10 @@ export interface McuLayoutParams {
1138
1138
  * 指定动态布局中悬浮布局和屏幕分享布局的大画面信息,只在悬浮布局和屏幕分享布局有效。
1139
1139
  */
1140
1140
  MaxVideoUser?: MaxVideoUser;
1141
+ /**
1142
+ * 屏幕分享模板、悬浮模板、九宫格模版有效,画面在输出时的显示模式:0为裁剪,1为缩放,2为缩放并显示黑底
1143
+ */
1144
+ RenderMode?: number;
1141
1145
  }
1142
1146
  /**
1143
1147
  * DescribeTRTCRealTimeQualityMetricData请求参数结构体
@@ -1339,7 +1343,7 @@ export interface StartPublishCdnStreamResponse {
1339
1343
  /**
1340
1344
  * 用于唯一标识转推任务,由腾讯云服务端生成,后续更新和停止请求都需要携带TaskiD参数。
1341
1345
  */
1342
- TaskId: string;
1346
+ TaskId?: string;
1343
1347
  /**
1344
1348
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1345
1349
  */
@@ -2103,11 +2107,11 @@ export interface StartPublishCdnStreamRequest {
2103
2107
  */
2104
2108
  AgentParams: AgentParams;
2105
2109
  /**
2106
- * 是否转码,0表示无需转码,1表示需要转码。
2110
+ * 是否转码,0表示无需转码,1表示需要转码。是否收取转码费是由WithTranscoding参数决定的,WithTranscoding为0,表示旁路转推,不会收取转码费用,WithTranscoding为1,表示混流转推,会收取转吗费用。
2107
2111
  */
2108
2112
  WithTranscoding: number;
2109
2113
  /**
2110
- * 转推流的音频编码参数。
2114
+ * 转推流的音频编码参数。由于音频是必转码的(不会收取转码费用),所以启动任务的时候,必须填写。
2111
2115
  */
2112
2116
  AudioParams?: McuAudioParams;
2113
2117
  /**
@@ -2119,7 +2123,7 @@ export interface StartPublishCdnStreamRequest {
2119
2123
  */
2120
2124
  SingleSubscribeParams?: SingleSubscribeParams;
2121
2125
  /**
2122
- * 转推的CDN参数。
2126
+ * 转推的CDN参数。和回推房间参数必须要有一个。
2123
2127
  */
2124
2128
  PublishCdnParams?: Array<McuPublishCdnParam>;
2125
2129
  /**
@@ -2127,7 +2131,7 @@ export interface StartPublishCdnStreamRequest {
2127
2131
  */
2128
2132
  SeiParams?: McuSeiParams;
2129
2133
  /**
2130
- * 回推房间信息
2134
+ * 回推房间信息,和转推CDN参数必须要有一个。
2131
2135
  */
2132
2136
  FeedBackRoomParams?: Array<McuFeedBackRoomParams>;
2133
2137
  }
@@ -2278,7 +2282,20 @@ export interface DescribePictureResponse {
2278
2282
  /**
2279
2283
  * DescribeTrtcRoomUsage请求参数结构体
2280
2284
  */
2281
- export declare type DescribeTrtcRoomUsageRequest = null;
2285
+ export interface DescribeTrtcRoomUsageRequest {
2286
+ /**
2287
+ * TRTC的SdkAppId,和房间所对应的SdkAppId相同。
2288
+ */
2289
+ SdkAppid: number;
2290
+ /**
2291
+ * 查询开始时间,格式为YYYY-MM-DD HH:MM,精确到分钟级。
2292
+ */
2293
+ StartTime: string;
2294
+ /**
2295
+ * 查询结束时间,格式为YYYY-MM-DD HH:MM,单次查询不超过24h。
2296
+ */
2297
+ EndTime: string;
2298
+ }
2282
2299
  /**
2283
2300
  * DescribeTrtcMcuTranscodeTime请求参数结构体
2284
2301
  */
@@ -2594,7 +2611,7 @@ export interface UpdatePublishCdnStreamResponse {
2594
2611
  /**
2595
2612
  * 转推任务唯一的String Id
2596
2613
  */
2597
- TaskId: string;
2614
+ TaskId?: string;
2598
2615
  /**
2599
2616
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2600
2617
  */
@@ -158,6 +158,16 @@ it("ess.v20201111.DisableUserAutoSign", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("ess.v20201111.DeleteIntegrationRoleUsers", async function () {
162
+ try {
163
+ const data = await client.DeleteIntegrationRoleUsers({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
161
171
  it("ess.v20201111.CreateFlowSignReview", async function () {
162
172
  try {
163
173
  const data = await client.CreateFlowSignReview({})
@@ -258,6 +268,16 @@ it("ess.v20201111.CreateFlowByFiles", async function () {
258
268
  }
259
269
  })
260
270
 
271
+ it("ess.v20201111.DescribeIntegrationRoles", async function () {
272
+ try {
273
+ const data = await client.DescribeIntegrationRoles({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
261
281
  it("ess.v20201111.CreateMultiFlowSignQRCode", async function () {
262
282
  try {
263
283
  const data = await client.CreateMultiFlowSignQRCode({})
@@ -328,6 +348,16 @@ it("ess.v20201111.DescribeFlowBriefs", async function () {
328
348
  }
329
349
  })
330
350
 
351
+ it("ess.v20201111.CreateIntegrationUserRoles", async function () {
352
+ try {
353
+ const data = await client.CreateIntegrationUserRoles({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
331
361
  it("ess.v20201111.UploadFiles", async function () {
332
362
  try {
333
363
  const data = await client.UploadFiles({})
@@ -408,4 +438,14 @@ it("ess.v20201111.CreateIntegrationEmployees", async function () {
408
438
  }
409
439
  })
410
440
 
441
+ it("ess.v20201111.UpdateIntegrationEmployees", async function () {
442
+ try {
443
+ const data = await client.UpdateIntegrationEmployees({})
444
+ expect(data).to.be.ok
445
+ } catch(error) {
446
+ expect(error.requestId).to.be.ok
447
+ expect(error.code).to.be.ok
448
+ }
449
+ })
450
+
411
451
  })