@fragus/sam-types 1.0.28 → 1.0.29

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.28",
2
+ "version": "1.0.29",
3
3
  "name": "@fragus/sam-types",
4
4
  "description": "Typescript interfaces for all types used to communicate between SAM client(s) and the SAM API",
5
5
  "author": "Fragus",
@@ -10,6 +10,7 @@ export interface IBlacklistedVehicleResponse {
10
10
  brand: string
11
11
  model: string
12
12
  fuelType: string
13
+ parentRecord?: boolean
13
14
  }
14
15
 
15
16
  export interface IBlacklistedVehicleListRecord extends IBlacklistedVehicleResponse {