@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.
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +0 -6
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +0 -6
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +0 -6
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +0 -6
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +0 -6
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +0 -6
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +22 -15
- package/package.json +1 -1
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +0 -1
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +0 -1
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +0 -1
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +0 -1
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +0 -1
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +0 -1
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +1 -1
|
@@ -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
|
|
@@ -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
|
|
@@ -1006,21 +1006,28 @@
|
|
|
1006
1006
|
]
|
|
1007
1007
|
},
|
|
1008
1008
|
"techRecord_vehicleConfiguration": {
|
|
1009
|
-
"
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
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
|
@@ -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;
|