akeyless-types-commons 1.0.55 → 1.0.57
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.
|
@@ -41,7 +41,7 @@ export interface NxUser {
|
|
|
41
41
|
last_login?: firebase_timestamp;
|
|
42
42
|
}
|
|
43
43
|
export interface MobileAppUser {
|
|
44
|
-
id
|
|
44
|
+
id: string;
|
|
45
45
|
uid: string;
|
|
46
46
|
app_version: string;
|
|
47
47
|
created: firebase_timestamp;
|
|
@@ -122,6 +122,11 @@ export interface Car {
|
|
|
122
122
|
name: string;
|
|
123
123
|
userPhone: string;
|
|
124
124
|
userEmail?: string;
|
|
125
|
+
userAddress?: string;
|
|
126
|
+
userIdCard?: string;
|
|
127
|
+
userResidence?: string;
|
|
128
|
+
parking_place?: string;
|
|
129
|
+
vehicle_markers?: string;
|
|
125
130
|
camera_installation_details: TObject<string>;
|
|
126
131
|
status: UnitStatus;
|
|
127
132
|
warrantyExpire: firebase_timestamp | Timestamp;
|