ob-parking-sdk 0.0.46 → 0.0.47

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
@@ -600,6 +600,18 @@ export interface CreateReceiptBody {
600
600
  * @memberof CreateReceiptBody
601
601
  */
602
602
  'email'?: string;
603
+ /**
604
+ *
605
+ * @type {string}
606
+ * @memberof CreateReceiptBody
607
+ */
608
+ 'counter'?: string;
609
+ /**
610
+ *
611
+ * @type {boolean}
612
+ * @memberof CreateReceiptBody
613
+ */
614
+ 'checkHandwriting'?: boolean;
603
615
  }
604
616
  /**
605
617
  *
@@ -1994,6 +2006,12 @@ export interface Receipt {
1994
2006
  * @memberof Receipt
1995
2007
  */
1996
2008
  'merchant_name'?: string;
2009
+ /**
2010
+ *
2011
+ * @type {string}
2012
+ * @memberof Receipt
2013
+ */
2014
+ 'shop_name'?: string;
1997
2015
  /**
1998
2016
  *
1999
2017
  * @type {string}
@@ -2042,6 +2060,12 @@ export interface Receipt {
2042
2060
  * @memberof Receipt
2043
2061
  */
2044
2062
  'content'?: ReceiptContent;
2063
+ /**
2064
+ *
2065
+ * @type {string}
2066
+ * @memberof Receipt
2067
+ */
2068
+ 'counter'?: string;
2045
2069
  /**
2046
2070
  *
2047
2071
  * @type {string}
@@ -2624,6 +2648,12 @@ export interface UpdateReceiptBody {
2624
2648
  * @memberof UpdateReceiptBody
2625
2649
  */
2626
2650
  'merchant_name'?: string;
2651
+ /**
2652
+ *
2653
+ * @type {string}
2654
+ * @memberof UpdateReceiptBody
2655
+ */
2656
+ 'shop_name'?: string;
2627
2657
  /**
2628
2658
  *
2629
2659
  * @type {string}
package/dist/api/api.d.ts CHANGED
@@ -578,6 +578,18 @@ export interface CreateReceiptBody {
578
578
  * @memberof CreateReceiptBody
579
579
  */
580
580
  'email'?: string;
581
+ /**
582
+ *
583
+ * @type {string}
584
+ * @memberof CreateReceiptBody
585
+ */
586
+ 'counter'?: string;
587
+ /**
588
+ *
589
+ * @type {boolean}
590
+ * @memberof CreateReceiptBody
591
+ */
592
+ 'checkHandwriting'?: boolean;
581
593
  }
582
594
  /**
583
595
  *
@@ -1956,6 +1968,12 @@ export interface Receipt {
1956
1968
  * @memberof Receipt
1957
1969
  */
1958
1970
  'merchant_name'?: string;
1971
+ /**
1972
+ *
1973
+ * @type {string}
1974
+ * @memberof Receipt
1975
+ */
1976
+ 'shop_name'?: string;
1959
1977
  /**
1960
1978
  *
1961
1979
  * @type {string}
@@ -2004,6 +2022,12 @@ export interface Receipt {
2004
2022
  * @memberof Receipt
2005
2023
  */
2006
2024
  'content'?: ReceiptContent;
2025
+ /**
2026
+ *
2027
+ * @type {string}
2028
+ * @memberof Receipt
2029
+ */
2030
+ 'counter'?: string;
2007
2031
  /**
2008
2032
  *
2009
2033
  * @type {string}
@@ -2576,6 +2600,12 @@ export interface UpdateReceiptBody {
2576
2600
  * @memberof UpdateReceiptBody
2577
2601
  */
2578
2602
  'merchant_name'?: string;
2603
+ /**
2604
+ *
2605
+ * @type {string}
2606
+ * @memberof UpdateReceiptBody
2607
+ */
2608
+ 'shop_name'?: string;
2579
2609
  /**
2580
2610
  *
2581
2611
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ob-parking-sdk",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "API interfaces for OB PARKING",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT"