akeyless-types-commons 1.0.52 → 1.0.53

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.
@@ -121,6 +121,11 @@ export interface Car {
121
121
  name: string;
122
122
  userPhone: string;
123
123
  userEmail?: string;
124
+ userAddress?: string;
125
+ userIdCard?: string;
126
+ userResidence?: string;
127
+ parking_place?: string;
128
+ vehicle_markers?: string;
124
129
  camera_installation_details: TObject<string>;
125
130
  status: UnitStatus;
126
131
  warrantyExpire: firebase_timestamp | Timestamp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-types-commons",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "scripts": {