tencentcloud-sdk-nodejs-ocr 4.0.1049 → 4.0.1052

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ocr",
3
- "version": "4.0.1049",
4
- "description": "腾讯云 API NODEJS SDK",
3
+ "version": "4.0.1052",
4
+ "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
7
7
  "test": "mocha -t 10000",
@@ -22,7 +22,7 @@
22
22
  "author": "tencentcloudapi",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "tencentcloud-sdk-nodejs-common": "*",
25
+ "tencentcloud-sdk-nodejs-common": "^4.0.488",
26
26
  "tslib": "1.13.0"
27
27
  },
28
28
  "directories": {
@@ -35,19 +35,14 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/form-data": "^2.5.0",
38
- "@types/json-bigint": "^1.0.1",
39
38
  "@types/node": "^14.0.26",
40
39
  "@types/node-fetch": "^2.5.7",
41
- "@types/uuid": "^9.0.8",
42
40
  "@typescript-eslint/eslint-plugin": "^2.34.0",
43
41
  "@typescript-eslint/parser": "^2.34.0",
44
- "babel-eslint": "^10.0.2",
45
42
  "chai": "^4.2.0",
46
43
  "eslint": "^6.8.0",
47
- "eslint-plugin-react": "^7.17.0",
48
44
  "mocha": "^8.1.1",
49
- "prettier": "^2.3.0",
50
45
  "ts-node": "^8.10.2",
51
46
  "typescript": "^3.9.7"
52
47
  }
53
- }
48
+ }
@@ -66,6 +66,7 @@ import {
66
66
  FlightItem,
67
67
  Value,
68
68
  EnterpriseLicenseOCRResponse,
69
+ BankSlip,
69
70
  QuestionOCRResponse,
70
71
  SealInfo,
71
72
  InvoiceGeneralInfo,
@@ -1647,6 +1647,21 @@ export interface EnterpriseLicenseOCRResponse {
1647
1647
  RequestId?: string
1648
1648
  }
1649
1649
 
1650
+ /**
1651
+ * 银行回单
1652
+ */
1653
+ export interface BankSlip {
1654
+ /**
1655
+ * 银行回单信息
1656
+ 注意:此字段可能返回 null,表示取不到有效值。
1657
+ */
1658
+ BankSlipInfos?: Array<BankSlipInfo>
1659
+ /**
1660
+ * 银行回单信息常用字段
1661
+ */
1662
+ CommonBankSlipInfos?: Array<BankSlipInfo>
1663
+ }
1664
+
1650
1665
  /**
1651
1666
  * QuestionOCR返回参数结构体
1652
1667
  */
@@ -4369,6 +4384,11 @@ export interface SingleInvoiceItem {
4369
4384
  注意:此字段可能返回 null,表示取不到有效值。
4370
4385
  */
4371
4386
  CustomsPaymentReceipt?: CustomsPaymentReceipt
4387
+ /**
4388
+ * 银行回单
4389
+ 注意:此字段可能返回 null,表示取不到有效值。
4390
+ */
4391
+ BankSlip?: BankSlip
4372
4392
  }
4373
4393
 
4374
4394
  /**
@@ -1581,6 +1581,20 @@ export interface EnterpriseLicenseOCRResponse {
1581
1581
  */
1582
1582
  RequestId?: string;
1583
1583
  }
1584
+ /**
1585
+ * 银行回单
1586
+ */
1587
+ export interface BankSlip {
1588
+ /**
1589
+ * 银行回单信息
1590
+ 注意:此字段可能返回 null,表示取不到有效值。
1591
+ */
1592
+ BankSlipInfos?: Array<BankSlipInfo>;
1593
+ /**
1594
+ * 银行回单信息常用字段
1595
+ */
1596
+ CommonBankSlipInfos?: Array<BankSlipInfo>;
1597
+ }
1584
1598
  /**
1585
1599
  * QuestionOCR返回参数结构体
1586
1600
  */
@@ -4224,6 +4238,11 @@ export interface SingleInvoiceItem {
4224
4238
  注意:此字段可能返回 null,表示取不到有效值。
4225
4239
  */
4226
4240
  CustomsPaymentReceipt?: CustomsPaymentReceipt;
4241
+ /**
4242
+ * 银行回单
4243
+ 注意:此字段可能返回 null,表示取不到有效值。
4244
+ */
4245
+ BankSlip?: BankSlip;
4227
4246
  }
4228
4247
  /**
4229
4248
  * InvoiceGeneralOCR返回参数结构体