ob-parking-sdk 0.0.67 → 0.0.68
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/api/api.ts +12 -0
- package/dist/api/api.d.ts +12 -0
- package/package.json +1 -1
package/api/api.ts
CHANGED
|
@@ -1051,6 +1051,12 @@ export interface GetAllReceiptResponse {
|
|
|
1051
1051
|
* @memberof GetAllReceiptResponse
|
|
1052
1052
|
*/
|
|
1053
1053
|
'transaction_time': string | null;
|
|
1054
|
+
/**
|
|
1055
|
+
*
|
|
1056
|
+
* @type {boolean}
|
|
1057
|
+
* @memberof GetAllReceiptResponse
|
|
1058
|
+
*/
|
|
1059
|
+
'check_handwriting'?: boolean;
|
|
1054
1060
|
}
|
|
1055
1061
|
|
|
1056
1062
|
|
|
@@ -2391,6 +2397,12 @@ export interface Receipt {
|
|
|
2391
2397
|
* @memberof Receipt
|
|
2392
2398
|
*/
|
|
2393
2399
|
'counter'?: string;
|
|
2400
|
+
/**
|
|
2401
|
+
*
|
|
2402
|
+
* @type {boolean}
|
|
2403
|
+
* @memberof Receipt
|
|
2404
|
+
*/
|
|
2405
|
+
'check_handwriting'?: boolean;
|
|
2394
2406
|
/**
|
|
2395
2407
|
*
|
|
2396
2408
|
* @type {string}
|
package/dist/api/api.d.ts
CHANGED
|
@@ -1018,6 +1018,12 @@ export interface GetAllReceiptResponse {
|
|
|
1018
1018
|
* @memberof GetAllReceiptResponse
|
|
1019
1019
|
*/
|
|
1020
1020
|
'transaction_time': string | null;
|
|
1021
|
+
/**
|
|
1022
|
+
*
|
|
1023
|
+
* @type {boolean}
|
|
1024
|
+
* @memberof GetAllReceiptResponse
|
|
1025
|
+
*/
|
|
1026
|
+
'check_handwriting'?: boolean;
|
|
1021
1027
|
}
|
|
1022
1028
|
/**
|
|
1023
1029
|
*
|
|
@@ -2343,6 +2349,12 @@ export interface Receipt {
|
|
|
2343
2349
|
* @memberof Receipt
|
|
2344
2350
|
*/
|
|
2345
2351
|
'counter'?: string;
|
|
2352
|
+
/**
|
|
2353
|
+
*
|
|
2354
|
+
* @type {boolean}
|
|
2355
|
+
* @memberof Receipt
|
|
2356
|
+
*/
|
|
2357
|
+
'check_handwriting'?: boolean;
|
|
2346
2358
|
/**
|
|
2347
2359
|
*
|
|
2348
2360
|
* @type {string}
|