@dvsa/cvs-type-definitions 3.0.42 → 3.0.43

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.
@@ -1006,21 +1006,28 @@
1006
1006
  ]
1007
1007
  },
1008
1008
  "techRecord_vehicleConfiguration": {
1009
- "title": "Vehicle Configuration",
1010
- "type": "string",
1011
- "enum": [
1012
- "rigid",
1013
- "articulated",
1014
- "centre axle drawbar",
1015
- "semi-car transporter",
1016
- "semi-trailer",
1017
- "long semi-trailer",
1018
- "low loader",
1019
- "other",
1020
- "drawbar",
1021
- "four-in-line",
1022
- "dolly",
1023
- "full drawbar"
1009
+ "anyOf": [
1010
+ {
1011
+ "title": "Vehicle Configuration",
1012
+ "type": "string",
1013
+ "enum": [
1014
+ "rigid",
1015
+ "articulated",
1016
+ "centre axle drawbar",
1017
+ "semi-car transporter",
1018
+ "semi-trailer",
1019
+ "long semi-trailer",
1020
+ "low loader",
1021
+ "other",
1022
+ "drawbar",
1023
+ "four-in-line",
1024
+ "dolly",
1025
+ "full drawbar"
1026
+ ]
1027
+ },
1028
+ {
1029
+ "type": "null"
1030
+ }
1024
1031
  ]
1025
1032
  },
1026
1033
  "techRecord_vehicleType": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.42",
3
+ "version": "3.0.43",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -274,7 +274,7 @@ export interface TechRecordPUTTRLSkeleton {
274
274
  techRecord_suspensionType?: string | null;
275
275
  techRecord_tyreUseCode?: string | null;
276
276
  techRecord_vehicleClass_description: VehicleClassDescription;
277
- techRecord_vehicleConfiguration?: VehicleConfiguration;
277
+ techRecord_vehicleConfiguration?: VehicleConfiguration | null;
278
278
  techRecord_vehicleType: "trl";
279
279
  trailerId?: string;
280
280
  vin: string;