ob-parking-sdk 0.0.74 → 0.0.75
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 RegisteredVehicleIndexResponse
|
|
2782
2782
|
*/
|
|
2783
2783
|
export interface RegisteredVehicleIndexResponse {
|
|
2784
|
+
/**
|
|
2785
|
+
*
|
|
2786
|
+
* @type {string}
|
|
2787
|
+
* @memberof RegisteredVehicleIndexResponse
|
|
2788
|
+
*/
|
|
2789
|
+
'created_at'?: 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 RegisteredVehicleIndexResponse
|
|
2724
2724
|
*/
|
|
2725
2725
|
export interface RegisteredVehicleIndexResponse {
|
|
2726
|
+
/**
|
|
2727
|
+
*
|
|
2728
|
+
* @type {string}
|
|
2729
|
+
* @memberof RegisteredVehicleIndexResponse
|
|
2730
|
+
*/
|
|
2731
|
+
'created_at'?: string;
|
|
2726
2732
|
/**
|
|
2727
2733
|
*
|
|
2728
2734
|
* @type {boolean}
|