tencentcloud-sdk-nodejs 4.0.969 → 4.0.970

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 (74) hide show
  1. package/CHANGELOG.md +437 -0
  2. package/SERVICE_CHANGELOG.md +710 -44
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +2 -2
  7. package/src/services/bi/v20220105/bi_models.ts +25 -0
  8. package/src/services/cam/v20190116/cam_models.ts +10 -10
  9. package/src/services/cds/v20180420/cds_models.ts +27 -31
  10. package/src/services/cfg/v20210820/cfg_models.ts +4 -0
  11. package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +2 -2
  12. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +25 -16
  13. package/src/services/cls/v20201016/cls_models.ts +29 -9
  14. package/src/services/dasb/v20191018/dasb_models.ts +70 -166
  15. package/src/services/dcdb/v20180411/dcdb_client.ts +32 -20
  16. package/src/services/dcdb/v20180411/dcdb_models.ts +104 -40
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -3
  19. package/src/services/faceid/v20180301/faceid_models.ts +428 -361
  20. package/src/services/ioa/v20220601/ioa_client.ts +2 -3
  21. package/src/services/ioa/v20220601/ioa_models.ts +0 -8
  22. package/src/services/iss/v20230517/iss_models.ts +4 -0
  23. package/src/services/ocr/v20181119/ocr_client.ts +30 -8
  24. package/src/services/ocr/v20181119/ocr_models.ts +645 -191
  25. package/src/services/organization/v20210331/organization_models.ts +7 -3
  26. package/src/services/privatedns/v20201028/privatedns_client.ts +114 -65
  27. package/src/services/privatedns/v20201028/privatedns_models.ts +886 -766
  28. package/src/services/ssm/v20190923/ssm_models.ts +0 -2
  29. package/src/services/tdmq/v20200217/tdmq_client.ts +1 -0
  30. package/src/services/tdmq/v20200217/tdmq_models.ts +134 -119
  31. package/src/services/tke/v20180525/tke_models.ts +6 -2
  32. package/src/services/tke/v20220501/tke_models.ts +9 -0
  33. package/src/services/trp/v20210515/trp_models.ts +10 -9
  34. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  35. package/src/services/wedata/v20210820/wedata_models.ts +300 -17
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
  39. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +25 -0
  40. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +10 -10
  41. package/tencentcloud/services/cds/v20180420/cds_models.d.ts +27 -31
  42. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
  43. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +2 -2
  44. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +2 -2
  45. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +25 -16
  46. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +29 -9
  47. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +69 -165
  48. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +11 -7
  49. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +15 -9
  50. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +102 -40
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -1
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -3
  54. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +428 -361
  55. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +0 -1
  56. package/tencentcloud/services/ioa/v20220601/ioa_client.js +0 -1
  57. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +0 -8
  58. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +4 -0
  59. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
  60. package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
  61. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +636 -192
  62. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +7 -3
  63. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +21 -5
  64. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +30 -6
  65. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +821 -710
  66. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +0 -2
  67. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +133 -119
  68. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -2
  69. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +9 -0
  70. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +10 -9
  71. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +299 -17
  72. package/test/dcdb.v20180411.test.js +16 -6
  73. package/test/ocr.v20181119.test.js +10 -0
  74. package/test/privatedns.v20201028.test.js +44 -4
@@ -58,9 +58,8 @@ export class Client extends AbstractClient {
58
58
  }
59
59
 
60
60
  /**
61
- * 查询账号根分组详情。对应“用户与授权管理”里内置不可见的全网根账号组,所有新建的目录,都挂在该全网根账号组下。
62
- 私有化调用path为:capi/Assets/DescribeRootAccountGroup
63
- */
61
+ * 查询账号根分组详情。对应“用户与授权管理”里内置不可见的全网根账号组,所有新建的目录,都挂在该全网根账号组下。
62
+ */
64
63
  async DescribeRootAccountGroup(
65
64
  req?: DescribeRootAccountGroupRequest,
66
65
  cb?: (error: string, rep: DescribeRootAccountGroupResponse) => void
@@ -21,22 +21,18 @@
21
21
  export interface RuleItem {
22
22
  /**
23
23
  * 字段名称
24
- 注意:此字段可能返回 null,表示取不到有效值。
25
24
  */
26
25
  Key?: string
27
26
  /**
28
27
  * 操作关系(等于、不等于、包含、不包含)
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
28
  */
31
29
  Operate?: string
32
30
  /**
33
31
  * 内容
34
- 注意:此字段可能返回 null,表示取不到有效值。
35
32
  */
36
33
  Value?: string
37
34
  /**
38
35
  * 内容,v2多值版本使用
39
- 注意:此字段可能返回 null,表示取不到有效值。
40
36
  */
41
37
  Values?: Array<string>
42
38
  }
@@ -301,12 +297,10 @@ export interface DescribeAccountGroupsData {
301
297
  export interface RuleExpression {
302
298
  /**
303
299
  * 规则元数据
304
- 注意:此字段可能返回 null,表示取不到有效值。
305
300
  */
306
301
  Items?: Array<RuleItem>
307
302
  /**
308
303
  * 关系
309
- 注意:此字段可能返回 null,表示取不到有效值。
310
304
  */
311
305
  Relation?: string
312
306
  }
@@ -927,12 +921,10 @@ export interface CreateDeviceVirtualGroupRspData {
927
921
  export interface SimpleRule {
928
922
  /**
929
923
  * 规则表达式
930
- 注意:此字段可能返回 null,表示取不到有效值。
931
924
  */
932
925
  Expressions?: Array<RuleExpression>
933
926
  /**
934
927
  * 表达式间逻辑关系
935
- 注意:此字段可能返回 null,表示取不到有效值。
936
928
  */
937
929
  Relation?: string
938
930
  }
@@ -2673,6 +2673,10 @@ export interface DescribeRecordPlaybackUrlRequest {
2673
2673
  * 是否获取内网地址
2674
2674
  */
2675
2675
  IsInternal?: boolean
2676
+ /**
2677
+ * 云录像回放时,是否需要开启时间戳矫正,主要解决时间戳反转,会退等问题导致无法播放
2678
+ */
2679
+ CorrectTimestamp?: boolean
2676
2680
  }
2677
2681
 
2678
2682
  /**
@@ -27,6 +27,7 @@ import {
27
27
  BankSlipOCRRequest,
28
28
  BusinessCardOCRResponse,
29
29
  TextArithmetic,
30
+ ResidencePermitInfo,
30
31
  BankCardOCRRequest,
31
32
  CarInvoiceOCRRequest,
32
33
  TextDetectionResult,
@@ -34,7 +35,7 @@ import {
34
35
  RecognizeTravelCardOCRRequest,
35
36
  TrainTicketOCRRequest,
36
37
  EstateCertOCRResponse,
37
- GeneralHandwritingOCRResponse,
38
+ FlightInvoiceOCRRequest,
38
39
  RecognizePhilippinesDrivingLicenseOCRRequest,
39
40
  WordItem,
40
41
  MLIDPassportOCRRequest,
@@ -56,10 +57,10 @@ import {
56
57
  Rect,
57
58
  LicensePlateInfo,
58
59
  RideHailingTransportLicenseOCRRequest,
59
- FlightInvoiceOCRRequest,
60
+ VatRollItem,
60
61
  TextFormula,
61
62
  HmtResidentPermitOCRResponse,
62
- VatInvoiceItem,
63
+ OtherInvoiceList,
63
64
  VehicleRegCertInfo,
64
65
  GeneralWarnInfo,
65
66
  FlightItem,
@@ -97,6 +98,7 @@ import {
97
98
  RecognizePhilippinesTinIDOCRResponse,
98
99
  TollInvoiceInfo,
99
100
  BankSlipInfo,
101
+ SmartStructuralOCRResponse,
100
102
  ArithmeticOCRResponse,
101
103
  FormulaOCRResponse,
102
104
  BusInvoiceInfo,
@@ -110,7 +112,7 @@ import {
110
112
  GeneralAccurateOCRResponse,
111
113
  ElectronicTrainTicketFull,
112
114
  BusInvoice,
113
- QuotaInvoice,
115
+ QrcodeOCRRequest,
114
116
  TaxiInvoiceOCRResponse,
115
117
  RecognizeGeneralInvoiceRequest,
116
118
  GeneralBasicOCRResponse,
@@ -118,6 +120,7 @@ import {
118
120
  OtherInvoice,
119
121
  CellContent,
120
122
  RecognizeMedicalInvoiceOCRResponse,
123
+ RecognizeValidIDCardOCRRequest,
121
124
  MixedInvoiceOCRResponse,
122
125
  ClassifyDetectOCRResponse,
123
126
  VatInvoiceVerifyNewRequest,
@@ -161,9 +164,11 @@ import {
161
164
  PassportRecognizeInfos,
162
165
  PropOwnerCertOCRRequest,
163
166
  ImageEnhancementResponse,
167
+ PortraitImageInfo,
164
168
  QrcodeImgSize,
165
169
  PassportOCRResponse,
166
170
  FinancialBillItemDetails,
171
+ CardWarnInfo,
167
172
  VehicleRegCertOCRRequest,
168
173
  RecognizeTravelCardOCRResponse,
169
174
  ElectronicAirTransportDetail,
@@ -183,9 +188,9 @@ import {
183
188
  EnglishOCRRequest,
184
189
  VatInvoiceVerifyResponse,
185
190
  VatElectronicInfo,
186
- SmartStructuralOCRResponse,
191
+ RecognizeValidIDCardOCRResponse,
187
192
  DetectedWords,
188
- OtherInvoiceList,
193
+ IDCardInfo,
189
194
  IDCardOCRResponse,
190
195
  ShipInvoiceInfo,
191
196
  MedicalInvoiceItem,
@@ -250,6 +255,7 @@ import {
250
255
  Polygon,
251
256
  GetTaskStateResponse,
252
257
  InsuranceBillInfo,
258
+ ContentInfo,
253
259
  GetTaskStateRequest,
254
260
  RecognizeMedicalInvoiceOCRRequest,
255
261
  InsuranceBillOCRResponse,
@@ -270,23 +276,26 @@ import {
270
276
  MLIDCardOCRRequest,
271
277
  TaxiTicket,
272
278
  EnglishOCRResponse,
279
+ ImageCoordinates,
273
280
  RecognizeForeignPermanentResidentIdCardResponse,
274
281
  BusInvoiceOCRRequest,
275
282
  OrgCodeCertOCRResponse,
283
+ TemporaryIDCardInfo,
284
+ VatInvoiceItem,
276
285
  RideHailingTransportLicenseOCRResponse,
277
286
  CandWord,
278
287
  RecognizeContainerOCRResponse,
279
288
  EnterpriseLicenseInfo,
280
289
  SmartStructuralProResponse,
281
290
  PermitOCRResponse,
291
+ QuotaInvoice,
282
292
  InsuranceBillOCRRequest,
283
- QrcodeOCRRequest,
293
+ GeneralHandwritingOCRResponse,
284
294
  MainlandTravelPermitBackInfos,
285
295
  TableCell,
286
296
  TableOCRResponse,
287
297
  DetectedWordCoordPoint,
288
298
  QuestionBlockObj,
289
- VatRollItem,
290
299
  AdvertiseOCRResponse,
291
300
  VehicleLicenseOCRRequest,
292
301
  VatRollInvoiceInfo,
@@ -302,6 +311,7 @@ import {
302
311
  RecognizePhilippinesTinIDOCRRequest,
303
312
  RecognizeTableOCRRequest,
304
313
  EstateCertOCRRequest,
314
+ PermanentResidencePermitInfo,
305
315
  BizLicenseOCRResponse,
306
316
  TableOCRRequest,
307
317
  VatInvoiceOCRResponse,
@@ -1080,6 +1090,18 @@ export class Client extends AbstractClient {
1080
1090
  return this.request("RecognizePhilippinesUMIDOCR", req, cb)
1081
1091
  }
1082
1092
 
1093
+ /**
1094
+ * 本接口支持二代身份证、临时身份证、港澳台居住证、外国人永久居留证,字段内容识别功能,包括姓名、性别、民族、出生、出生日期、住址、公民身份号码、签发机关、有效期限、国籍、通行证号码、持证人持有号码;支持返回证件类型;支持翻拍、复印、边框不完整、遮挡、字段级反光和字段级完整性告警;支持卡片主体框裁剪和头像裁剪。
1095
+
1096
+ 默认接口请求频率限制:20次/秒。
1097
+ */
1098
+ async RecognizeValidIDCardOCR(
1099
+ req: RecognizeValidIDCardOCRRequest,
1100
+ cb?: (error: string, rep: RecognizeValidIDCardOCRResponse) => void
1101
+ ): Promise<RecognizeValidIDCardOCRResponse> {
1102
+ return this.request("RecognizeValidIDCardOCR", req, cb)
1103
+ }
1104
+
1083
1105
  /**
1084
1106
  * 本接口支持对中国大陆主流银行卡正反面关键字段的检测与识别,包括卡号、卡类型、卡名字、银行信息、有效期。支持竖排异形卡识别、多角度旋转图片识别。支持对复印件、翻拍件、边框遮挡的银行卡进行告警,可应用于各种银行卡信息有效性校验场景,如金融行业身份认证、第三方支付绑卡等场景。
1085
1107