ob-parking-sdk 0.0.59 → 0.0.60

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 CHANGED
@@ -2333,6 +2333,12 @@ export interface ReceiptData {
2333
2333
  * @memberof ReceiptData
2334
2334
  */
2335
2335
  'message': string;
2336
+ /**
2337
+ *
2338
+ * @type {boolean}
2339
+ * @memberof ReceiptData
2340
+ */
2341
+ 'docint_handwriting'?: boolean;
2336
2342
  }
2337
2343
  /**
2338
2344
  *
package/dist/api/api.d.ts CHANGED
@@ -2285,6 +2285,12 @@ export interface ReceiptData {
2285
2285
  * @memberof ReceiptData
2286
2286
  */
2287
2287
  'message': string;
2288
+ /**
2289
+ *
2290
+ * @type {boolean}
2291
+ * @memberof ReceiptData
2292
+ */
2293
+ 'docint_handwriting'?: boolean;
2288
2294
  }
2289
2295
  /**
2290
2296
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ob-parking-sdk",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "description": "API interfaces for OB PARKING",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT"