ob-parking-sdk 0.0.77 → 0.0.78
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
|
@@ -2781,6 +2781,12 @@ export type RedeemType = typeof RedeemType[keyof typeof RedeemType];
|
|
|
2781
2781
|
* @interface RegisteredVehicleHistoryIndexResponse
|
|
2782
2782
|
*/
|
|
2783
2783
|
export interface RegisteredVehicleHistoryIndexResponse {
|
|
2784
|
+
/**
|
|
2785
|
+
*
|
|
2786
|
+
* @type {string}
|
|
2787
|
+
* @memberof RegisteredVehicleHistoryIndexResponse
|
|
2788
|
+
*/
|
|
2789
|
+
'created_by': string;
|
|
2784
2790
|
/**
|
|
2785
2791
|
*
|
|
2786
2792
|
* @type {boolean}
|
package/dist/api/api.d.ts
CHANGED
|
@@ -2723,6 +2723,12 @@ export type RedeemType = typeof RedeemType[keyof typeof RedeemType];
|
|
|
2723
2723
|
* @interface RegisteredVehicleHistoryIndexResponse
|
|
2724
2724
|
*/
|
|
2725
2725
|
export interface RegisteredVehicleHistoryIndexResponse {
|
|
2726
|
+
/**
|
|
2727
|
+
*
|
|
2728
|
+
* @type {string}
|
|
2729
|
+
* @memberof RegisteredVehicleHistoryIndexResponse
|
|
2730
|
+
*/
|
|
2731
|
+
'created_by': string;
|
|
2726
2732
|
/**
|
|
2727
2733
|
*
|
|
2728
2734
|
* @type {boolean}
|