ob-parking-sdk 0.0.43 → 0.0.44
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
|
@@ -2022,6 +2022,12 @@ export interface Receipt {
|
|
|
2022
2022
|
* @memberof Receipt
|
|
2023
2023
|
*/
|
|
2024
2024
|
'merchant_name'?: string;
|
|
2025
|
+
/**
|
|
2026
|
+
*
|
|
2027
|
+
* @type {string}
|
|
2028
|
+
* @memberof Receipt
|
|
2029
|
+
*/
|
|
2030
|
+
'shop_name'?: string;
|
|
2025
2031
|
/**
|
|
2026
2032
|
*
|
|
2027
2033
|
* @type {string}
|
|
@@ -2542,6 +2548,12 @@ export interface UpdateReceiptBody {
|
|
|
2542
2548
|
* @memberof UpdateReceiptBody
|
|
2543
2549
|
*/
|
|
2544
2550
|
'merchant_name'?: string;
|
|
2551
|
+
/**
|
|
2552
|
+
*
|
|
2553
|
+
* @type {string}
|
|
2554
|
+
* @memberof UpdateReceiptBody
|
|
2555
|
+
*/
|
|
2556
|
+
'shop_name'?: string;
|
|
2545
2557
|
/**
|
|
2546
2558
|
*
|
|
2547
2559
|
* @type {string}
|
package/dist/api/api.d.ts
CHANGED
|
@@ -1982,6 +1982,12 @@ export interface Receipt {
|
|
|
1982
1982
|
* @memberof Receipt
|
|
1983
1983
|
*/
|
|
1984
1984
|
'merchant_name'?: string;
|
|
1985
|
+
/**
|
|
1986
|
+
*
|
|
1987
|
+
* @type {string}
|
|
1988
|
+
* @memberof Receipt
|
|
1989
|
+
*/
|
|
1990
|
+
'shop_name'?: string;
|
|
1985
1991
|
/**
|
|
1986
1992
|
*
|
|
1987
1993
|
* @type {string}
|
|
@@ -2492,6 +2498,12 @@ export interface UpdateReceiptBody {
|
|
|
2492
2498
|
* @memberof UpdateReceiptBody
|
|
2493
2499
|
*/
|
|
2494
2500
|
'merchant_name'?: string;
|
|
2501
|
+
/**
|
|
2502
|
+
*
|
|
2503
|
+
* @type {string}
|
|
2504
|
+
* @memberof UpdateReceiptBody
|
|
2505
|
+
*/
|
|
2506
|
+
'shop_name'?: string;
|
|
2495
2507
|
/**
|
|
2496
2508
|
*
|
|
2497
2509
|
* @type {string}
|