@dvsa/cvs-type-definitions 3.0.17 → 3.0.18
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.
|
@@ -1298,25 +1298,6 @@
|
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
1300
1300
|
},
|
|
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
1301
|
"weights_gbWeight": {
|
|
1321
1302
|
"type": [
|
|
1322
1303
|
"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;
|