@dvsa/cvs-type-definitions 3.0.42 → 3.0.44

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.
@@ -507,12 +507,6 @@
507
507
  "techRecord_bodyType_description": {
508
508
  "type": "string"
509
509
  },
510
- "techRecord_brakes_antilockBrakingSystem": {
511
- "type": [
512
- "string",
513
- "null"
514
- ]
515
- },
516
510
  "techRecord_brakes_dtpNumber": {
517
511
  "type": "string",
518
512
  "maxLength": 6
@@ -509,12 +509,6 @@
509
509
  "string"
510
510
  ]
511
511
  },
512
- "techRecord_brakes_antilockBrakingSystem": {
513
- "type": [
514
- "string",
515
- "null"
516
- ]
517
- },
518
512
  "techRecord_brakes_dtpNumber": {
519
513
  "type": [
520
514
  "string",
@@ -510,12 +510,6 @@
510
510
  "string"
511
511
  ]
512
512
  },
513
- "techRecord_brakes_antilockBrakingSystem": {
514
- "type": [
515
- "string",
516
- "null"
517
- ]
518
- },
519
513
  "techRecord_brakes_dtpNumber": {
520
514
  "type": [
521
515
  "string",
@@ -495,12 +495,6 @@
495
495
  "techRecord_bodyType_description": {
496
496
  "type": "string"
497
497
  },
498
- "techRecord_brakes_antilockBrakingSystem": {
499
- "type": [
500
- "string",
501
- "null"
502
- ]
503
- },
504
498
  "techRecord_brakes_dtpNumber": {
505
499
  "type": "string",
506
500
  "maxLength": 6
@@ -495,12 +495,6 @@
495
495
  "string"
496
496
  ]
497
497
  },
498
- "techRecord_brakes_antilockBrakingSystem": {
499
- "type": [
500
- "string",
501
- "null"
502
- ]
503
- },
504
498
  "techRecord_brakes_dtpNumber": {
505
499
  "type": [
506
500
  "string",
@@ -488,12 +488,6 @@
488
488
  "techRecord_bodyType_description": {
489
489
  "type": "string"
490
490
  },
491
- "techRecord_brakes_antilockBrakingSystem": {
492
- "type": [
493
- "string",
494
- "null"
495
- ]
496
- },
497
491
  "techRecord_brakes_dtpNumber": {
498
492
  "type": [
499
493
  "string",
@@ -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.44",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -203,7 +203,6 @@ export interface TechRecordGETHGVComplete {
203
203
  techRecord_axles: [HGVAxles, ...HGVAxles[]];
204
204
  techRecord_bodyType_code: string;
205
205
  techRecord_bodyType_description: string;
206
- techRecord_brakes_antilockBrakingSystem?: string | null;
207
206
  techRecord_brakes_dtpNumber: string;
208
207
  techRecord_brakes_loadSensingValve?: boolean | null;
209
208
  techRecord_conversionRefNo?: string | null;
@@ -200,7 +200,6 @@ export interface TechRecordGETHGVSkeleton {
200
200
  techRecord_axles?: null | HGVAxles[];
201
201
  techRecord_bodyType_code?: null | string;
202
202
  techRecord_bodyType_description?: null | string;
203
- techRecord_brakes_antilockBrakingSystem?: string | null;
204
203
  techRecord_brakes_dtpNumber?: string | null;
205
204
  techRecord_brakes_loadSensingValve?: boolean | null;
206
205
  techRecord_conversionRefNo?: string | null;
@@ -200,7 +200,6 @@ export interface TechRecordGETHGVTestable {
200
200
  techRecord_axles?: null | HGVAxles[];
201
201
  techRecord_bodyType_code?: null | string;
202
202
  techRecord_bodyType_description?: null | string;
203
- techRecord_brakes_antilockBrakingSystem?: string | null;
204
203
  techRecord_brakes_dtpNumber?: string | null;
205
204
  techRecord_brakes_loadSensingValve?: boolean | null;
206
205
  techRecord_conversionRefNo?: string | null;
@@ -201,7 +201,6 @@ export interface TechRecordPUTHGVComplete {
201
201
  techRecord_axles: [HGVAxles, ...HGVAxles[]];
202
202
  techRecord_bodyType_code: string;
203
203
  techRecord_bodyType_description: string;
204
- techRecord_brakes_antilockBrakingSystem?: string | null;
205
204
  techRecord_brakes_dtpNumber: string;
206
205
  techRecord_brakes_loadSensingValve?: boolean | null;
207
206
  techRecord_conversionRefNo?: string | null;
@@ -198,7 +198,6 @@ export interface TechRecordPUTHGVSkeleton {
198
198
  techRecord_axles?: null | HGVAxles[];
199
199
  techRecord_bodyType_code?: null | string;
200
200
  techRecord_bodyType_description?: null | string;
201
- techRecord_brakes_antilockBrakingSystem?: string | null;
202
201
  techRecord_brakes_dtpNumber?: string | null;
203
202
  techRecord_brakes_loadSensingValve?: boolean | null;
204
203
  techRecord_conversionRefNo?: string | null;
@@ -198,7 +198,6 @@ export interface TechRecordPUTHGVTestable {
198
198
  techRecord_axles?: HGVAxles[];
199
199
  techRecord_bodyType_code?: string;
200
200
  techRecord_bodyType_description?: string;
201
- techRecord_brakes_antilockBrakingSystem?: string | null;
202
201
  techRecord_brakes_dtpNumber?: string | null;
203
202
  techRecord_brakes_loadSensingValve?: boolean | null;
204
203
  techRecord_conversionRefNo?: string | null;
@@ -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;