@dvsa/cvs-type-definitions 3.0.10 → 3.0.11

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.
Files changed (25) hide show
  1. package/json-schemas/v3/tech-record/get/hgv/complete/index.json +20 -13
  2. package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +20 -13
  3. package/json-schemas/v3/tech-record/get/hgv/testable/index.json +20 -10
  4. package/json-schemas/v3/tech-record/get/trl/complete/index.json +21 -0
  5. package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +21 -0
  6. package/json-schemas/v3/tech-record/get/trl/testable/index.json +21 -0
  7. package/json-schemas/v3/tech-record/put/hgv/complete/index.json +20 -10
  8. package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +20 -10
  9. package/json-schemas/v3/tech-record/put/hgv/testable/index.json +20 -13
  10. package/json-schemas/v3/tech-record/put/trl/complete/index.json +21 -0
  11. package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +21 -0
  12. package/json-schemas/v3/tech-record/put/trl/testable/index.json +21 -0
  13. package/package.json +1 -1
  14. package/types/v3/tech-record/get/hgv/complete/index.d.ts +5 -2
  15. package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +5 -2
  16. package/types/v3/tech-record/get/hgv/testable/index.d.ts +5 -2
  17. package/types/v3/tech-record/get/trl/complete/index.d.ts +5 -0
  18. package/types/v3/tech-record/get/trl/skeleton/index.d.ts +5 -0
  19. package/types/v3/tech-record/get/trl/testable/index.d.ts +5 -0
  20. package/types/v3/tech-record/put/hgv/complete/index.d.ts +5 -2
  21. package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +5 -2
  22. package/types/v3/tech-record/put/hgv/testable/index.d.ts +5 -2
  23. package/types/v3/tech-record/put/trl/complete/index.d.ts +5 -0
  24. package/types/v3/tech-record/put/trl/skeleton/index.d.ts +5 -0
  25. package/types/v3/tech-record/put/trl/testable/index.d.ts +5 -0
@@ -544,19 +544,26 @@
544
544
  "null"
545
545
  ]
546
546
  },
547
- "techRecord_dimensions_axleSpacing_axles": {
548
- "type": [
549
- "null",
550
- "string"
551
- ]
552
- },
553
- "techRecord_dimensions_axleSpacing_value": {
554
- "type": [
555
- "integer",
556
- "null"
557
- ],
558
- "maximum": 99999,
559
- "minimum": 0
547
+ "techRecord_dimensions_axleSpacing": {
548
+ "type": "array",
549
+ "items": {
550
+ "type": "object",
551
+ "title": "AxleSpacing",
552
+ "additionalProperties": false,
553
+ "properties": {
554
+ "axles": {
555
+ "type": "string"
556
+ },
557
+ "value": {
558
+ "type": [
559
+ "integer",
560
+ "null"
561
+ ],
562
+ "maximum": 99999,
563
+ "minimum": 0
564
+ }
565
+ }
566
+ }
560
567
  },
561
568
  "techRecord_dimensions_length": {
562
569
  "type": "integer",
@@ -550,19 +550,26 @@
550
550
  "null"
551
551
  ]
552
552
  },
553
- "techRecord_dimensions_axleSpacing_axles": {
554
- "type": [
555
- "null",
556
- "string"
557
- ]
558
- },
559
- "techRecord_dimensions_axleSpacing_value": {
560
- "type": [
561
- "integer",
562
- "null"
563
- ],
564
- "maximum": 99999,
565
- "minimum": 0
553
+ "techRecord_dimensions_axleSpacing": {
554
+ "type": "array",
555
+ "items": {
556
+ "type": "object",
557
+ "title": "AxleSpacing",
558
+ "additionalProperties": false,
559
+ "properties": {
560
+ "axles": {
561
+ "type": "string"
562
+ },
563
+ "value": {
564
+ "type": [
565
+ "integer",
566
+ "null"
567
+ ],
568
+ "maximum": 99999,
569
+ "minimum": 0
570
+ }
571
+ }
572
+ }
566
573
  },
567
574
  "techRecord_dimensions_length": {
568
575
  "type": [
@@ -551,16 +551,26 @@
551
551
  "null"
552
552
  ]
553
553
  },
554
- "techRecord_dimensions_axleSpacing_axles": {
555
- "type": "string"
556
- },
557
- "techRecord_dimensions_axleSpacing_value": {
558
- "type": [
559
- "integer",
560
- "null"
561
- ],
562
- "maximum": 99999,
563
- "minimum": 0
554
+ "techRecord_dimensions_axleSpacing": {
555
+ "type": "array",
556
+ "items": {
557
+ "type": "object",
558
+ "title": "AxleSpacing",
559
+ "additionalProperties": false,
560
+ "properties": {
561
+ "axles": {
562
+ "type": "string"
563
+ },
564
+ "value": {
565
+ "type": [
566
+ "integer",
567
+ "null"
568
+ ],
569
+ "maximum": 99999,
570
+ "minimum": 0
571
+ }
572
+ }
573
+ }
564
574
  },
565
575
  "techRecord_dimensions_length": {
566
576
  "type": [
@@ -1436,6 +1436,27 @@
1436
1436
  "string",
1437
1437
  "null"
1438
1438
  ]
1439
+ },
1440
+ "techRecord_dimensions_axleSpacing": {
1441
+ "type": "array",
1442
+ "items": {
1443
+ "type": "object",
1444
+ "title": "AxleSpacing",
1445
+ "additionalProperties": false,
1446
+ "properties": {
1447
+ "axles": {
1448
+ "type": "string"
1449
+ },
1450
+ "value": {
1451
+ "type": [
1452
+ "integer",
1453
+ "null"
1454
+ ],
1455
+ "maximum": 99999,
1456
+ "minimum": 0
1457
+ }
1458
+ }
1459
+ }
1439
1460
  }
1440
1461
  }
1441
1462
  }
@@ -1204,6 +1204,27 @@
1204
1204
  "string",
1205
1205
  "null"
1206
1206
  ]
1207
+ },
1208
+ "techRecord_dimensions_axleSpacing": {
1209
+ "type": "array",
1210
+ "items": {
1211
+ "type": "object",
1212
+ "title": "AxleSpacing",
1213
+ "additionalProperties": false,
1214
+ "properties": {
1215
+ "axles": {
1216
+ "type": "string"
1217
+ },
1218
+ "value": {
1219
+ "type": [
1220
+ "integer",
1221
+ "null"
1222
+ ],
1223
+ "maximum": 99999,
1224
+ "minimum": 0
1225
+ }
1226
+ }
1227
+ }
1207
1228
  }
1208
1229
  }
1209
1230
  }
@@ -1305,6 +1305,27 @@
1305
1305
  "string",
1306
1306
  "null"
1307
1307
  ]
1308
+ },
1309
+ "techRecord_dimensions_axleSpacing": {
1310
+ "type": "array",
1311
+ "items": {
1312
+ "type": "object",
1313
+ "title": "AxleSpacing",
1314
+ "additionalProperties": false,
1315
+ "properties": {
1316
+ "axles": {
1317
+ "type": "string"
1318
+ },
1319
+ "value": {
1320
+ "type": [
1321
+ "integer",
1322
+ "null"
1323
+ ],
1324
+ "maximum": 99999,
1325
+ "minimum": 0
1326
+ }
1327
+ }
1328
+ }
1308
1329
  }
1309
1330
  }
1310
1331
  }
@@ -542,16 +542,26 @@
542
542
  "null"
543
543
  ]
544
544
  },
545
- "techRecord_dimensions_axleSpacing_axles": {
546
- "type": "string"
547
- },
548
- "techRecord_dimensions_axleSpacing_value": {
549
- "type": [
550
- "integer",
551
- "null"
552
- ],
553
- "maximum": 99999,
554
- "minimum": 0
545
+ "techRecord_dimensions_axleSpacing": {
546
+ "type": "array",
547
+ "items": {
548
+ "type": "object",
549
+ "title": "AxleSpacing",
550
+ "additionalProperties": false,
551
+ "properties": {
552
+ "axles": {
553
+ "type": "string"
554
+ },
555
+ "value": {
556
+ "type": [
557
+ "integer",
558
+ "null"
559
+ ],
560
+ "maximum": 99999,
561
+ "minimum": 0
562
+ }
563
+ }
564
+ }
555
565
  },
556
566
  "techRecord_dimensions_length": {
557
567
  "type": "integer",
@@ -545,16 +545,26 @@
545
545
  "null"
546
546
  ]
547
547
  },
548
- "techRecord_dimensions_axleSpacing_axles": {
549
- "type": "string"
550
- },
551
- "techRecord_dimensions_axleSpacing_value": {
552
- "type": [
553
- "integer",
554
- "null"
555
- ],
556
- "maximum": 99999,
557
- "minimum": 0
548
+ "techRecord_dimensions_axleSpacing": {
549
+ "type": "array",
550
+ "items": {
551
+ "type": "object",
552
+ "title": "AxleSpacing",
553
+ "additionalProperties": false,
554
+ "properties": {
555
+ "axles": {
556
+ "type": "string"
557
+ },
558
+ "value": {
559
+ "type": [
560
+ "integer",
561
+ "null"
562
+ ],
563
+ "maximum": 99999,
564
+ "minimum": 0
565
+ }
566
+ }
567
+ }
558
568
  },
559
569
  "techRecord_dimensions_length": {
560
570
  "type": [
@@ -531,19 +531,26 @@
531
531
  "null"
532
532
  ]
533
533
  },
534
- "techRecord_dimensions_axleSpacing_axles": {
535
- "type": [
536
- "null",
537
- "string"
538
- ]
539
- },
540
- "techRecord_dimensions_axleSpacing_value": {
541
- "type": [
542
- "integer",
543
- "null"
544
- ],
545
- "maximum": 99999,
546
- "minimum": 0
534
+ "techRecord_dimensions_axleSpacing": {
535
+ "type": "array",
536
+ "items": {
537
+ "type": "object",
538
+ "title": "AxleSpacing",
539
+ "additionalProperties": false,
540
+ "properties": {
541
+ "axles": {
542
+ "type": "string"
543
+ },
544
+ "value": {
545
+ "type": [
546
+ "integer",
547
+ "null"
548
+ ],
549
+ "maximum": 99999,
550
+ "minimum": 0
551
+ }
552
+ }
553
+ }
547
554
  },
548
555
  "techRecord_dimensions_length": {
549
556
  "type": [
@@ -1407,6 +1407,27 @@
1407
1407
  "string",
1408
1408
  "null"
1409
1409
  ]
1410
+ },
1411
+ "techRecord_dimensions_axleSpacing": {
1412
+ "type": "array",
1413
+ "items": {
1414
+ "type": "object",
1415
+ "title": "AxleSpacing",
1416
+ "additionalProperties": false,
1417
+ "properties": {
1418
+ "axles": {
1419
+ "type": "string"
1420
+ },
1421
+ "value": {
1422
+ "type": [
1423
+ "integer",
1424
+ "null"
1425
+ ],
1426
+ "maximum": 99999,
1427
+ "minimum": 0
1428
+ }
1429
+ }
1430
+ }
1410
1431
  }
1411
1432
  }
1412
1433
  }
@@ -1087,6 +1087,27 @@
1087
1087
  "null"
1088
1088
  ]
1089
1089
  },
1090
+ "techRecord_dimensions_axleSpacing": {
1091
+ "type": "array",
1092
+ "items": {
1093
+ "type": "object",
1094
+ "title": "AxleSpacing",
1095
+ "additionalProperties": false,
1096
+ "properties": {
1097
+ "axles": {
1098
+ "type": "string"
1099
+ },
1100
+ "value": {
1101
+ "type": [
1102
+ "integer",
1103
+ "null"
1104
+ ],
1105
+ "maximum": 99999,
1106
+ "minimum": 0
1107
+ }
1108
+ }
1109
+ }
1110
+ },
1090
1111
  "techRecord_authIntoService_datePending": {
1091
1112
  "type": [
1092
1113
  "string",
@@ -997,6 +997,27 @@
997
997
  ],
998
998
  "maxLength": 1
999
999
  },
1000
+ "techRecord_dimensions_axleSpacing": {
1001
+ "type": "array",
1002
+ "items": {
1003
+ "type": "object",
1004
+ "title": "AxleSpacing",
1005
+ "additionalProperties": false,
1006
+ "properties": {
1007
+ "axles": {
1008
+ "type": "string"
1009
+ },
1010
+ "value": {
1011
+ "type": [
1012
+ "integer",
1013
+ "null"
1014
+ ],
1015
+ "maximum": 99999,
1016
+ "minimum": 0
1017
+ }
1018
+ }
1019
+ }
1020
+ },
1000
1021
  "techRecord_tyreUseCode": {
1001
1022
  "type": [
1002
1023
  "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -208,8 +208,7 @@ export interface TechRecordGETHGVComplete {
208
208
  techRecord_createdById: string;
209
209
  techRecord_createdByName: string;
210
210
  techRecord_departmentalVehicleMarker?: boolean | null;
211
- techRecord_dimensions_axleSpacing_axles?: null | string;
212
- techRecord_dimensions_axleSpacing_value?: number | null;
211
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
213
212
  techRecord_dimensions_length: number;
214
213
  techRecord_dimensions_width: number;
215
214
  techRecord_drawbarCouplingFitted: boolean;
@@ -281,6 +280,10 @@ export interface HGVAxles {
281
280
  tyres_fitmentCode?: FitmentCode;
282
281
  tyres_dataTrAxles?: null | number;
283
282
  }
283
+ export interface AxleSpacing {
284
+ axles?: string;
285
+ value?: number | null;
286
+ }
284
287
  export interface HGVPlates {
285
288
  plateSerialNumber?: string | null;
286
289
  plateIssueDate?: string | null;
@@ -208,8 +208,7 @@ export interface TechRecordGETHGVSkeleton {
208
208
  techRecord_createdById: string;
209
209
  techRecord_createdByName: string;
210
210
  techRecord_departmentalVehicleMarker?: boolean | null;
211
- techRecord_dimensions_axleSpacing_axles?: null | string;
212
- techRecord_dimensions_axleSpacing_value?: number | null;
211
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
213
212
  techRecord_dimensions_length?: number | null;
214
213
  techRecord_dimensions_width?: number | null;
215
214
  techRecord_drawbarCouplingFitted?: boolean | null;
@@ -281,6 +280,10 @@ export interface HGVAxles {
281
280
  tyres_fitmentCode?: null | FitmentCode;
282
281
  tyres_dataTrAxles?: null | number;
283
282
  }
283
+ export interface AxleSpacing {
284
+ axles?: string;
285
+ value?: number | null;
286
+ }
284
287
  export interface HGVPlates {
285
288
  plateSerialNumber?: string | null;
286
289
  plateIssueDate?: string | null;
@@ -208,8 +208,7 @@ export interface TechRecordGETHGVTestable {
208
208
  techRecord_createdById: string;
209
209
  techRecord_createdByName: string;
210
210
  techRecord_departmentalVehicleMarker?: boolean | null;
211
- techRecord_dimensions_axleSpacing_axles?: string;
212
- techRecord_dimensions_axleSpacing_value?: number | null;
211
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
213
212
  techRecord_dimensions_length?: number | null;
214
213
  techRecord_dimensions_width?: number | null;
215
214
  techRecord_drawbarCouplingFitted?: boolean | null;
@@ -281,6 +280,10 @@ export interface HGVAxles {
281
280
  tyres_fitmentCode?: null | FitmentCode;
282
281
  tyres_dataTrAxles?: null | number;
283
282
  }
283
+ export interface AxleSpacing {
284
+ axles?: string;
285
+ value?: number | null;
286
+ }
284
287
  export interface HGVPlates {
285
288
  plateSerialNumber?: string | null;
286
289
  plateIssueDate?: string | null;
@@ -352,6 +352,7 @@ export interface TechRecordGETTRLComplete {
352
352
  techRecord_authIntoService_datePending?: string | null;
353
353
  techRecord_authIntoService_dateAuthorised?: string | null;
354
354
  techRecord_authIntoService_dateRejected?: string | null;
355
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
355
356
  }
356
357
  export interface TRLPlates {
357
358
  plateSerialNumber?: string | null;
@@ -359,3 +360,7 @@ export interface TRLPlates {
359
360
  plateReasonForIssue?: null | PlateReasonForIssue;
360
361
  plateIssuer?: string | null;
361
362
  }
363
+ export interface AxleSpacing {
364
+ axles?: string;
365
+ value?: number | null;
366
+ }
@@ -281,6 +281,7 @@ export interface TechRecordGETTRLSkeleton {
281
281
  techRecord_authIntoService_dateAuthorised?: string | null;
282
282
  techRecord_authIntoService_dateRejected?: string | null;
283
283
  techRecord_notes?: string | null;
284
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
284
285
  }
285
286
  export interface TRLAxles {
286
287
  parkingBrakeMrk?: boolean | null;
@@ -297,3 +298,7 @@ export interface TRLPlates {
297
298
  plateReasonForIssue?: null | PlateReasonForIssue;
298
299
  plateIssuer?: string | null;
299
300
  }
301
+ export interface AxleSpacing {
302
+ axles?: string;
303
+ value?: number | null;
304
+ }
@@ -308,6 +308,7 @@ export interface TechRecordGETTRLTestable {
308
308
  techRecord_authIntoService_dateAuthorised?: string | null;
309
309
  techRecord_authIntoService_dateRejected?: string | null;
310
310
  techRecord_notes?: string | null;
311
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
311
312
  }
312
313
  export interface TRLPlates {
313
314
  plateSerialNumber?: string | null;
@@ -324,3 +325,7 @@ export interface TRLAxles {
324
325
  springBrakeParking?: null | boolean;
325
326
  };
326
327
  }
328
+ export interface AxleSpacing {
329
+ axles?: string;
330
+ value?: number | null;
331
+ }
@@ -206,8 +206,7 @@ export interface TechRecordPUTHGVComplete {
206
206
  techRecord_brakes_loadSensingValve?: boolean | null;
207
207
  techRecord_conversionRefNo?: string | null;
208
208
  techRecord_departmentalVehicleMarker?: boolean | null;
209
- techRecord_dimensions_axleSpacing_axles?: string;
210
- techRecord_dimensions_axleSpacing_value?: number | null;
209
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
211
210
  techRecord_dimensions_length: number;
212
211
  techRecord_dimensions_width: number;
213
212
  techRecord_drawbarCouplingFitted: boolean;
@@ -274,6 +273,10 @@ export interface HGVAxles {
274
273
  tyres_fitmentCode?: FitmentCode;
275
274
  tyres_dataTrAxles?: null | number;
276
275
  }
276
+ export interface AxleSpacing {
277
+ axles?: string;
278
+ value?: number | null;
279
+ }
277
280
  export interface HGVPlates {
278
281
  plateSerialNumber?: string | null;
279
282
  plateIssueDate?: string | null;
@@ -206,8 +206,7 @@ export interface TechRecordPUTHGVSkeleton {
206
206
  techRecord_brakes_loadSensingValve?: boolean | null;
207
207
  techRecord_conversionRefNo?: string | null;
208
208
  techRecord_departmentalVehicleMarker?: boolean | null;
209
- techRecord_dimensions_axleSpacing_axles?: string;
210
- techRecord_dimensions_axleSpacing_value?: number | null;
209
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
211
210
  techRecord_dimensions_length?: number | null;
212
211
  techRecord_dimensions_width?: number | null;
213
212
  techRecord_drawbarCouplingFitted?: boolean | null;
@@ -274,6 +273,10 @@ export interface HGVAxles {
274
273
  tyres_fitmentCode?: null | FitmentCode;
275
274
  tyres_dataTrAxles?: null | number;
276
275
  }
276
+ export interface AxleSpacing {
277
+ axles?: string;
278
+ value?: number | null;
279
+ }
277
280
  export interface HGVPlates {
278
281
  plateSerialNumber?: string | null;
279
282
  plateIssueDate?: string | null;
@@ -206,8 +206,7 @@ export interface TechRecordPUTHGVTestable {
206
206
  techRecord_brakes_loadSensingValve?: boolean | null;
207
207
  techRecord_conversionRefNo?: string | null;
208
208
  techRecord_departmentalVehicleMarker?: boolean | null;
209
- techRecord_dimensions_axleSpacing_axles?: null | string;
210
- techRecord_dimensions_axleSpacing_value?: number | null;
209
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
211
210
  techRecord_dimensions_length?: number | null;
212
211
  techRecord_dimensions_width?: number | null;
213
212
  techRecord_drawbarCouplingFitted?: boolean | null;
@@ -274,6 +273,10 @@ export interface HGVAxles {
274
273
  tyres_fitmentCode?: null | FitmentCode;
275
274
  tyres_dataTrAxles?: null | number;
276
275
  }
276
+ export interface AxleSpacing {
277
+ axles?: string;
278
+ value?: number | null;
279
+ }
277
280
  export interface HGVPlates {
278
281
  plateSerialNumber?: string | null;
279
282
  plateIssueDate?: string | null;
@@ -326,6 +326,7 @@ export interface TechRecordPUTTRLComplete {
326
326
  techRecord_authIntoService_datePending?: string | null;
327
327
  techRecord_authIntoService_dateAuthorised?: string | null;
328
328
  techRecord_authIntoService_dateRejected?: string | null;
329
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
329
330
  }
330
331
  export interface TRLPlates {
331
332
  plateSerialNumber?: string | null;
@@ -352,3 +353,7 @@ export interface PSVAxles {
352
353
  tyres_dataTrAxles?: null | number;
353
354
  tyres_speedCategorySymbol?: SpeedCategorySymbol | null;
354
355
  }
356
+ export interface AxleSpacing {
357
+ axles?: string;
358
+ value?: number | null;
359
+ }
@@ -289,6 +289,7 @@ export interface TechRecordPUTTRLSkeleton {
289
289
  techRecord_updateType?: string;
290
290
  techRecord_authIntoService_cocIssueDate?: string | null;
291
291
  techRecord_authIntoService_dateReceived?: string | null;
292
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
292
293
  techRecord_authIntoService_datePending?: string | null;
293
294
  techRecord_authIntoService_dateAuthorised?: string | null;
294
295
  techRecord_authIntoService_dateRejected?: string | null;
@@ -300,6 +301,10 @@ export interface TRLPlates {
300
301
  plateReasonForIssue?: null | PlateReasonForIssue;
301
302
  plateIssuer?: string | null;
302
303
  }
304
+ export interface AxleSpacing {
305
+ axles?: string;
306
+ value?: number | null;
307
+ }
303
308
  export interface TRLAxles {
304
309
  parkingBrakeMrk?: boolean | null;
305
310
  axleNumber?: number | null;
@@ -275,6 +275,7 @@ export interface TechRecordPUTTRLTestable {
275
275
  techRecord_roadFriendly?: boolean | null;
276
276
  techRecord_statusCode: StatusCode;
277
277
  techRecord_suspensionType?: string | null;
278
+ techRecord_dimensions_axleSpacing?: AxleSpacing[];
278
279
  techRecord_tyreUseCode?: string | null;
279
280
  techRecord_vehicleClass_code: string;
280
281
  techRecord_vehicleClass_description: VehicleClassDescription;
@@ -312,6 +313,10 @@ export interface TRLPlates {
312
313
  plateReasonForIssue?: null | PlateReasonForIssue;
313
314
  plateIssuer?: string | null;
314
315
  }
316
+ export interface AxleSpacing {
317
+ axles?: string;
318
+ value?: number | null;
319
+ }
315
320
  export interface TRLAxles {
316
321
  parkingBrakeMrk?: boolean | null;
317
322
  axleNumber?: number | null;