tencentcloud-sdk-nodejs-ocr 4.1.56 → 4.1.58
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
@@ -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
|
}
|