ob-parking-sdk 0.0.39 → 0.0.40
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 +6 -0
- package/dist/api/api.d.ts +6 -0
- package/package.json +1 -1
package/api/api.ts
CHANGED
|
@@ -1564,6 +1564,12 @@ export interface ManualCreateReceiptBody {
|
|
|
1564
1564
|
* @memberof ManualCreateReceiptBody
|
|
1565
1565
|
*/
|
|
1566
1566
|
'total': string;
|
|
1567
|
+
/**
|
|
1568
|
+
*
|
|
1569
|
+
* @type {string}
|
|
1570
|
+
* @memberof ManualCreateReceiptBody
|
|
1571
|
+
*/
|
|
1572
|
+
'email'?: string;
|
|
1567
1573
|
}
|
|
1568
1574
|
/**
|
|
1569
1575
|
*
|
package/dist/api/api.d.ts
CHANGED
|
@@ -1534,6 +1534,12 @@ export interface ManualCreateReceiptBody {
|
|
|
1534
1534
|
* @memberof ManualCreateReceiptBody
|
|
1535
1535
|
*/
|
|
1536
1536
|
'total': string;
|
|
1537
|
+
/**
|
|
1538
|
+
*
|
|
1539
|
+
* @type {string}
|
|
1540
|
+
* @memberof ManualCreateReceiptBody
|
|
1541
|
+
*/
|
|
1542
|
+
'email'?: string;
|
|
1537
1543
|
}
|
|
1538
1544
|
/**
|
|
1539
1545
|
*
|