ob-parking-sdk 0.0.66 → 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 +18 -0
- package/dist/api/api.d.ts +18 -0
- package/package.json +1 -1
package/api/api.ts
CHANGED
|
@@ -202,6 +202,12 @@ export interface ApproveReceiptBody {
|
|
|
202
202
|
* @memberof ApproveReceiptBody
|
|
203
203
|
*/
|
|
204
204
|
'counter': string;
|
|
205
|
+
/**
|
|
206
|
+
*
|
|
207
|
+
* @type {string}
|
|
208
|
+
* @memberof ApproveReceiptBody
|
|
209
|
+
*/
|
|
210
|
+
'email': string;
|
|
205
211
|
}
|
|
206
212
|
/**
|
|
207
213
|
*
|
|
@@ -1045,6 +1051,12 @@ export interface GetAllReceiptResponse {
|
|
|
1045
1051
|
* @memberof GetAllReceiptResponse
|
|
1046
1052
|
*/
|
|
1047
1053
|
'transaction_time': string | null;
|
|
1054
|
+
/**
|
|
1055
|
+
*
|
|
1056
|
+
* @type {boolean}
|
|
1057
|
+
* @memberof GetAllReceiptResponse
|
|
1058
|
+
*/
|
|
1059
|
+
'check_handwriting'?: boolean;
|
|
1048
1060
|
}
|
|
1049
1061
|
|
|
1050
1062
|
|
|
@@ -2385,6 +2397,12 @@ export interface Receipt {
|
|
|
2385
2397
|
* @memberof Receipt
|
|
2386
2398
|
*/
|
|
2387
2399
|
'counter'?: string;
|
|
2400
|
+
/**
|
|
2401
|
+
*
|
|
2402
|
+
* @type {boolean}
|
|
2403
|
+
* @memberof Receipt
|
|
2404
|
+
*/
|
|
2405
|
+
'check_handwriting'?: boolean;
|
|
2388
2406
|
/**
|
|
2389
2407
|
*
|
|
2390
2408
|
* @type {string}
|
package/dist/api/api.d.ts
CHANGED
|
@@ -182,6 +182,12 @@ export interface ApproveReceiptBody {
|
|
|
182
182
|
* @memberof ApproveReceiptBody
|
|
183
183
|
*/
|
|
184
184
|
'counter': string;
|
|
185
|
+
/**
|
|
186
|
+
*
|
|
187
|
+
* @type {string}
|
|
188
|
+
* @memberof ApproveReceiptBody
|
|
189
|
+
*/
|
|
190
|
+
'email': string;
|
|
185
191
|
}
|
|
186
192
|
/**
|
|
187
193
|
*
|
|
@@ -1012,6 +1018,12 @@ export interface GetAllReceiptResponse {
|
|
|
1012
1018
|
* @memberof GetAllReceiptResponse
|
|
1013
1019
|
*/
|
|
1014
1020
|
'transaction_time': string | null;
|
|
1021
|
+
/**
|
|
1022
|
+
*
|
|
1023
|
+
* @type {boolean}
|
|
1024
|
+
* @memberof GetAllReceiptResponse
|
|
1025
|
+
*/
|
|
1026
|
+
'check_handwriting'?: boolean;
|
|
1015
1027
|
}
|
|
1016
1028
|
/**
|
|
1017
1029
|
*
|
|
@@ -2337,6 +2349,12 @@ export interface Receipt {
|
|
|
2337
2349
|
* @memberof Receipt
|
|
2338
2350
|
*/
|
|
2339
2351
|
'counter'?: string;
|
|
2352
|
+
/**
|
|
2353
|
+
*
|
|
2354
|
+
* @type {boolean}
|
|
2355
|
+
* @memberof Receipt
|
|
2356
|
+
*/
|
|
2357
|
+
'check_handwriting'?: boolean;
|
|
2340
2358
|
/**
|
|
2341
2359
|
*
|
|
2342
2360
|
* @type {string}
|