ob-parking-sdk 0.0.64 → 0.0.65
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
|
@@ -1026,6 +1026,12 @@ export interface GetAllReceiptResponse {
|
|
|
1026
1026
|
* @memberof GetAllReceiptResponse
|
|
1027
1027
|
*/
|
|
1028
1028
|
'transaction_time': string | null;
|
|
1029
|
+
/**
|
|
1030
|
+
*
|
|
1031
|
+
* @type {boolean}
|
|
1032
|
+
* @memberof GetAllReceiptResponse
|
|
1033
|
+
*/
|
|
1034
|
+
'check_handwriting'?: boolean;
|
|
1029
1035
|
}
|
|
1030
1036
|
|
|
1031
1037
|
|
|
@@ -2360,6 +2366,12 @@ export interface Receipt {
|
|
|
2360
2366
|
* @memberof Receipt
|
|
2361
2367
|
*/
|
|
2362
2368
|
'counter'?: string;
|
|
2369
|
+
/**
|
|
2370
|
+
*
|
|
2371
|
+
* @type {boolean}
|
|
2372
|
+
* @memberof Receipt
|
|
2373
|
+
*/
|
|
2374
|
+
'check_handwriting'?: boolean;
|
|
2363
2375
|
/**
|
|
2364
2376
|
*
|
|
2365
2377
|
* @type {string}
|
package/dist/api/api.d.ts
CHANGED
|
@@ -993,6 +993,12 @@ export interface GetAllReceiptResponse {
|
|
|
993
993
|
* @memberof GetAllReceiptResponse
|
|
994
994
|
*/
|
|
995
995
|
'transaction_time': string | null;
|
|
996
|
+
/**
|
|
997
|
+
*
|
|
998
|
+
* @type {boolean}
|
|
999
|
+
* @memberof GetAllReceiptResponse
|
|
1000
|
+
*/
|
|
1001
|
+
'check_handwriting'?: boolean;
|
|
996
1002
|
}
|
|
997
1003
|
/**
|
|
998
1004
|
*
|
|
@@ -2312,6 +2318,12 @@ export interface Receipt {
|
|
|
2312
2318
|
* @memberof Receipt
|
|
2313
2319
|
*/
|
|
2314
2320
|
'counter'?: string;
|
|
2321
|
+
/**
|
|
2322
|
+
*
|
|
2323
|
+
* @type {boolean}
|
|
2324
|
+
* @memberof Receipt
|
|
2325
|
+
*/
|
|
2326
|
+
'check_handwriting'?: boolean;
|
|
2315
2327
|
/**
|
|
2316
2328
|
*
|
|
2317
2329
|
* @type {string}
|