akeyless-types-commons 1.0.31 → 1.0.32

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.
@@ -117,7 +117,7 @@ export interface Peripheral {
117
117
  serialNumber?: string;
118
118
  equipmentOptionId?: string;
119
119
  equipmentOptionName?: string;
120
- peripheralType?: string;
120
+ type?: string;
121
121
  }
122
122
  export interface Car {
123
123
  confirmation_code: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-types-commons",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "scripts": {