tencentcloud-sdk-nodejs-ocr 4.1.56 → 4.1.57

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.56",
3
+ "version": "4.1.57",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7036,15 +7036,15 @@ export interface TextVehicleFront {
7036
7036
  */
7037
7037
  Seal?: string;
7038
7038
  /**
7039
- * 状态
7039
+ * 状态,该字段仅支持电子行驶证返回
7040
7040
  */
7041
7041
  StateElectronic?: string;
7042
7042
  /**
7043
- * 检验有效期
7043
+ * 检验有效期,该字段仅支持电子行驶证返回
7044
7044
  */
7045
7045
  InspectionValidityTimeElectronic?: string;
7046
7046
  /**
7047
- * 生成时间
7047
+ * 生成时间,该字段仅支持电子行驶证返回
7048
7048
  */
7049
7049
  GenerationTimeElectronic?: string;
7050
7050
  }