tencentcloud-sdk-nodejs-ocr 4.1.61 → 4.1.64

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ocr",
3
- "version": "4.1.61",
3
+ "version": "4.1.64",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -325,6 +325,16 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
325
325
  <td> 二手车销售统一发票 </td>
326
326
  <td> 12 </td>
327
327
  </tr>
328
+ <tr>
329
+ <td> MotorVehicleSaleInvoiceElectronic </td>
330
+ <td> 机动车销售统一发票(电子)</td>
331
+ <td> 12 </td>
332
+ </tr>
333
+ <tr>
334
+ <td> UsedCarPurchaseInvoiceElectronic </td>
335
+ <td> 二手车销售统一发票(电子)</td>
336
+ <td> 12 </td>
337
+ </tr>
328
338
  <tr>
329
339
  <td> VatInvoiceRoll </td>
330
340
  <td> 增值税普通发票(卷票) </td>
@@ -391,6 +391,16 @@ class Client extends TencentCloudCommon.AbstractClient {
391
391
  <td> 二手车销售统一发票 </td>
392
392
  <td> 12 </td>
393
393
  </tr>
394
+ <tr>
395
+ <td> MotorVehicleSaleInvoiceElectronic </td>
396
+ <td> 机动车销售统一发票(电子)</td>
397
+ <td> 12 </td>
398
+ </tr>
399
+ <tr>
400
+ <td> UsedCarPurchaseInvoiceElectronic </td>
401
+ <td> 二手车销售统一发票(电子)</td>
402
+ <td> 12 </td>
403
+ </tr>
394
404
  <tr>
395
405
  <td> VatInvoiceRoll </td>
396
406
  <td> 增值税普通发票(卷票) </td>
@@ -4323,6 +4323,16 @@ export interface SingleInvoiceItem {
4323
4323
  注意:此字段可能返回 null,表示取不到有效值。
4324
4324
  */
4325
4325
  SaleInventory?: SaleInventory;
4326
+ /**
4327
+ * 机动车销售统一发票(电子)
4328
+ 注意:此字段可能返回 null,表示取不到有效值。
4329
+ */
4330
+ MotorVehicleSaleInvoiceElectronic?: MotorVehicleSaleInvoice;
4331
+ /**
4332
+ * 二手车销售统一发票(电子)
4333
+ 注意:此字段可能返回 null,表示取不到有效值。
4334
+ */
4335
+ UsedCarPurchaseInvoiceElectronic?: UsedCarPurchaseInvoice;
4326
4336
  }
4327
4337
  /**
4328
4338
  * InvoiceGeneralOCR返回参数结构体