@dvsa/cvs-type-definitions 3.0.17 → 3.0.19
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.
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
"required": [
|
|
6
6
|
"techRecord_noOfAxles",
|
|
7
7
|
"techRecord_reasonForCreation",
|
|
8
|
-
"techRecord_recordCompleteness",
|
|
9
8
|
"techRecord_statusCode",
|
|
10
9
|
"techRecord_vehicleClass_code",
|
|
11
10
|
"techRecord_vehicleClass_description",
|
|
@@ -1298,25 +1297,6 @@
|
|
|
1298
1297
|
}
|
|
1299
1298
|
}
|
|
1300
1299
|
},
|
|
1301
|
-
"brakes": {
|
|
1302
|
-
"type": "object",
|
|
1303
|
-
"additionalProperties": false,
|
|
1304
|
-
"properties": {
|
|
1305
|
-
"brakeActuator": {
|
|
1306
|
-
"type": "integer",
|
|
1307
|
-
"minimum": 0,
|
|
1308
|
-
"maximum": 999
|
|
1309
|
-
},
|
|
1310
|
-
"leverLength": {
|
|
1311
|
-
"type": "integer",
|
|
1312
|
-
"minimum": 0,
|
|
1313
|
-
"maximum": 999
|
|
1314
|
-
},
|
|
1315
|
-
"springBrakeParking": {
|
|
1316
|
-
"type": "boolean"
|
|
1317
|
-
}
|
|
1318
|
-
}
|
|
1319
|
-
},
|
|
1320
1300
|
"weights_gbWeight": {
|
|
1321
1301
|
"type": [
|
|
1322
1302
|
"integer",
|
package/package.json
CHANGED
|
@@ -294,11 +294,6 @@ export interface TechRecordPUTTRLTestable {
|
|
|
294
294
|
trailerId?: string;
|
|
295
295
|
vin: string;
|
|
296
296
|
techRecord_axles?: null | TRLAxles[];
|
|
297
|
-
brakes?: {
|
|
298
|
-
brakeActuator?: number;
|
|
299
|
-
leverLength?: number;
|
|
300
|
-
springBrakeParking?: boolean;
|
|
301
|
-
};
|
|
302
297
|
weights_gbWeight?: number | null;
|
|
303
298
|
weights_designWeight?: number | null;
|
|
304
299
|
weights_ladenWeight?: number | null;
|