akeyless-types-commons 1.0.19 → 1.0.21
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.
|
@@ -127,6 +127,7 @@ export interface Car {
|
|
|
127
127
|
features?: string[];
|
|
128
128
|
deactivated?: boolean;
|
|
129
129
|
internal_comments?: string;
|
|
130
|
+
comments?: string;
|
|
130
131
|
}
|
|
131
132
|
export interface LastLocationCar {
|
|
132
133
|
car_number: string;
|
|
@@ -174,6 +175,7 @@ export interface CanbusParameter {
|
|
|
174
175
|
desc?: string | null;
|
|
175
176
|
id: number | string;
|
|
176
177
|
value: number;
|
|
178
|
+
timestamp?: firebase_timestamp | Timestamp;
|
|
177
179
|
}
|
|
178
180
|
export interface EventFromDevice {
|
|
179
181
|
event_id: number;
|