akeyless-types-commons 1.0.5 → 1.0.6

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,7 +121,7 @@ export interface LastLocationCar {
121
121
  ign?: number;
122
122
  direction?: number;
123
123
  }
124
- export interface CarStatus {
124
+ export interface CarState {
125
125
  car_number?: string;
126
126
  client?: string;
127
127
  engine?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-types-commons",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "scripts": {