akeyless-types-commons 1.0.78 → 1.0.79

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.
@@ -168,6 +168,10 @@ export interface Car {
168
168
  link_token?: string;
169
169
  maker_icon?: string;
170
170
  maintenance_timestamp?: TimestampType;
171
+ protection_description?: {
172
+ sku: string;
173
+ description: string;
174
+ };
171
175
  }
172
176
  export interface UnitExtra {
173
177
  car_number: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-types-commons",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "scripts": {