akeyless-types-commons 1.0.20 → 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.
@@ -175,6 +175,7 @@ export interface CanbusParameter {
175
175
  desc?: string | null;
176
176
  id: number | string;
177
177
  value: number;
178
+ timestamp?: firebase_timestamp | Timestamp;
178
179
  }
179
180
  export interface EventFromDevice {
180
181
  event_id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-types-commons",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "scripts": {