akeyless-types-commons 1.0.32 → 1.0.33

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.
@@ -161,6 +161,7 @@ export interface Car {
161
161
  deactivated?: boolean;
162
162
  internal_comments?: string;
163
163
  comments?: string;
164
+ link_token?: string;
164
165
  }
165
166
  export interface LastLocationCar {
166
167
  car_number: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-types-commons",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "scripts": {