ob-bms-sdk 0.0.87 → 0.0.88
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
|
@@ -1878,6 +1878,12 @@ export type ParkingTicketsIndexQueryTypeEnum = typeof ParkingTicketsIndexQueryTy
|
|
|
1878
1878
|
* @interface ParkingTicketsRedeemBody
|
|
1879
1879
|
*/
|
|
1880
1880
|
export interface ParkingTicketsRedeemBody {
|
|
1881
|
+
/**
|
|
1882
|
+
*
|
|
1883
|
+
* @type {string}
|
|
1884
|
+
* @memberof ParkingTicketsRedeemBody
|
|
1885
|
+
*/
|
|
1886
|
+
'remark': string;
|
|
1881
1887
|
/**
|
|
1882
1888
|
*
|
|
1883
1889
|
* @type {string}
|
package/dist/api/api.d.ts
CHANGED
|
@@ -1859,6 +1859,12 @@ export type ParkingTicketsIndexQueryTypeEnum = typeof ParkingTicketsIndexQueryTy
|
|
|
1859
1859
|
* @interface ParkingTicketsRedeemBody
|
|
1860
1860
|
*/
|
|
1861
1861
|
export interface ParkingTicketsRedeemBody {
|
|
1862
|
+
/**
|
|
1863
|
+
*
|
|
1864
|
+
* @type {string}
|
|
1865
|
+
* @memberof ParkingTicketsRedeemBody
|
|
1866
|
+
*/
|
|
1867
|
+
'remark': string;
|
|
1862
1868
|
/**
|
|
1863
1869
|
*
|
|
1864
1870
|
* @type {string}
|