@dvsa/cvs-type-definitions 3.0.10 → 3.0.12
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 +20 -13
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +20 -13
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +20 -10
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +42 -27
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +140 -24
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +140 -24
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +20 -10
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +20 -10
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +20 -13
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +40 -28
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +42 -27
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +42 -27
- package/package.json +1 -1
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +5 -2
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +5 -2
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +5 -2
- package/types/v3/tech-record/get/trl/complete/index.d.ts +8 -5
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +35 -5
- package/types/v3/tech-record/get/trl/testable/index.d.ts +18 -5
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +5 -2
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +5 -2
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +5 -2
- package/types/v3/tech-record/put/trl/complete/index.d.ts +10 -7
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +8 -5
- package/types/v3/tech-record/put/trl/testable/index.d.ts +8 -5
|
@@ -531,19 +531,26 @@
|
|
|
531
531
|
"null"
|
|
532
532
|
]
|
|
533
533
|
},
|
|
534
|
-
"
|
|
535
|
-
"type":
|
|
536
|
-
|
|
537
|
-
"
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
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": [
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
],
|
|
1214
1214
|
"items": {
|
|
1215
1215
|
"type": "object",
|
|
1216
|
-
"title": "
|
|
1216
|
+
"title": "TRL Axles",
|
|
1217
1217
|
"additionalProperties": false,
|
|
1218
1218
|
"properties": {
|
|
1219
1219
|
"parkingBrakeMrk": {
|
|
@@ -1228,36 +1228,27 @@
|
|
|
1228
1228
|
"null"
|
|
1229
1229
|
]
|
|
1230
1230
|
},
|
|
1231
|
-
"
|
|
1231
|
+
"brakes_brakeActuator": {
|
|
1232
1232
|
"type": [
|
|
1233
1233
|
"null",
|
|
1234
|
-
"
|
|
1234
|
+
"integer"
|
|
1235
1235
|
],
|
|
1236
|
-
"
|
|
1237
|
-
"
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
"maximum": 999
|
|
1253
|
-
},
|
|
1254
|
-
"springBrakeParking": {
|
|
1255
|
-
"type": [
|
|
1256
|
-
"null",
|
|
1257
|
-
"boolean"
|
|
1258
|
-
]
|
|
1259
|
-
}
|
|
1260
|
-
}
|
|
1236
|
+
"minimum": 0,
|
|
1237
|
+
"maximum": 999
|
|
1238
|
+
},
|
|
1239
|
+
"brakes_leverLength": {
|
|
1240
|
+
"type": [
|
|
1241
|
+
"null",
|
|
1242
|
+
"integer"
|
|
1243
|
+
],
|
|
1244
|
+
"minimum": 0,
|
|
1245
|
+
"maximum": 999
|
|
1246
|
+
},
|
|
1247
|
+
"brakes_springBrakeParking": {
|
|
1248
|
+
"type": [
|
|
1249
|
+
"null",
|
|
1250
|
+
"boolean"
|
|
1251
|
+
]
|
|
1261
1252
|
},
|
|
1262
1253
|
"weights_gbWeight": {
|
|
1263
1254
|
"type": [
|
|
@@ -1407,6 +1398,27 @@
|
|
|
1407
1398
|
"string",
|
|
1408
1399
|
"null"
|
|
1409
1400
|
]
|
|
1401
|
+
},
|
|
1402
|
+
"techRecord_dimensions_axleSpacing": {
|
|
1403
|
+
"type": "array",
|
|
1404
|
+
"items": {
|
|
1405
|
+
"type": "object",
|
|
1406
|
+
"title": "AxleSpacing",
|
|
1407
|
+
"additionalProperties": false,
|
|
1408
|
+
"properties": {
|
|
1409
|
+
"axles": {
|
|
1410
|
+
"type": "string"
|
|
1411
|
+
},
|
|
1412
|
+
"value": {
|
|
1413
|
+
"type": [
|
|
1414
|
+
"integer",
|
|
1415
|
+
"null"
|
|
1416
|
+
],
|
|
1417
|
+
"maximum": 99999,
|
|
1418
|
+
"minimum": 0
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1410
1422
|
}
|
|
1411
1423
|
}
|
|
1412
1424
|
}
|
|
@@ -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",
|
|
@@ -1127,33 +1148,27 @@
|
|
|
1127
1148
|
"null"
|
|
1128
1149
|
]
|
|
1129
1150
|
},
|
|
1130
|
-
"
|
|
1131
|
-
"type":
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
"type": [
|
|
1152
|
-
"null",
|
|
1153
|
-
"boolean"
|
|
1154
|
-
]
|
|
1155
|
-
}
|
|
1156
|
-
}
|
|
1151
|
+
"brakes_brakeActuator": {
|
|
1152
|
+
"type": [
|
|
1153
|
+
"null",
|
|
1154
|
+
"integer"
|
|
1155
|
+
],
|
|
1156
|
+
"minimum": 0,
|
|
1157
|
+
"maximum": 999
|
|
1158
|
+
},
|
|
1159
|
+
"brakes_leverLength": {
|
|
1160
|
+
"type": [
|
|
1161
|
+
"null",
|
|
1162
|
+
"integer"
|
|
1163
|
+
],
|
|
1164
|
+
"minimum": 0,
|
|
1165
|
+
"maximum": 999
|
|
1166
|
+
},
|
|
1167
|
+
"brakes_springBrakeParking": {
|
|
1168
|
+
"type": [
|
|
1169
|
+
"null",
|
|
1170
|
+
"boolean"
|
|
1171
|
+
]
|
|
1157
1172
|
},
|
|
1158
1173
|
"weights_gbWeight": {
|
|
1159
1174
|
"type": [
|
|
@@ -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",
|
|
@@ -1080,33 +1101,27 @@
|
|
|
1080
1101
|
"null"
|
|
1081
1102
|
]
|
|
1082
1103
|
},
|
|
1083
|
-
"
|
|
1084
|
-
"type":
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
"type": [
|
|
1105
|
-
"null",
|
|
1106
|
-
"boolean"
|
|
1107
|
-
]
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1104
|
+
"brakes_brakeActuator": {
|
|
1105
|
+
"type": [
|
|
1106
|
+
"null",
|
|
1107
|
+
"integer"
|
|
1108
|
+
],
|
|
1109
|
+
"minimum": 0,
|
|
1110
|
+
"maximum": 999
|
|
1111
|
+
},
|
|
1112
|
+
"brakes_leverLength": {
|
|
1113
|
+
"type": [
|
|
1114
|
+
"null",
|
|
1115
|
+
"integer"
|
|
1116
|
+
],
|
|
1117
|
+
"minimum": 0,
|
|
1118
|
+
"maximum": 999
|
|
1119
|
+
},
|
|
1120
|
+
"brakes_springBrakeParking": {
|
|
1121
|
+
"type": [
|
|
1122
|
+
"null",
|
|
1123
|
+
"boolean"
|
|
1124
|
+
]
|
|
1110
1125
|
},
|
|
1111
1126
|
"weights_gbWeight": {
|
|
1112
1127
|
"type": [
|
package/package.json
CHANGED
|
@@ -208,8 +208,7 @@ export interface TechRecordGETHGVComplete {
|
|
|
208
208
|
techRecord_createdById: string;
|
|
209
209
|
techRecord_createdByName: string;
|
|
210
210
|
techRecord_departmentalVehicleMarker?: boolean | null;
|
|
211
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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;
|
|
@@ -165,11 +165,9 @@ export type VehicleConfiguration =
|
|
|
165
165
|
export type TRLAxles = null | {
|
|
166
166
|
parkingBrakeMrk?: boolean | null;
|
|
167
167
|
axleNumber?: number | null;
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
springBrakeParking?: null | boolean;
|
|
172
|
-
};
|
|
168
|
+
brakes_brakeActuator?: null | number;
|
|
169
|
+
brakes_leverLength?: null | number;
|
|
170
|
+
brakes_springBrakeParking?: null | boolean;
|
|
173
171
|
weights_gbWeight?: number | null;
|
|
174
172
|
weights_designWeight?: number | null;
|
|
175
173
|
weights_ladenWeight?: number | null;
|
|
@@ -352,6 +350,7 @@ export interface TechRecordGETTRLComplete {
|
|
|
352
350
|
techRecord_authIntoService_datePending?: string | null;
|
|
353
351
|
techRecord_authIntoService_dateAuthorised?: string | null;
|
|
354
352
|
techRecord_authIntoService_dateRejected?: string | null;
|
|
353
|
+
techRecord_dimensions_axleSpacing?: AxleSpacing[];
|
|
355
354
|
}
|
|
356
355
|
export interface TRLPlates {
|
|
357
356
|
plateSerialNumber?: string | null;
|
|
@@ -359,3 +358,7 @@ export interface TRLPlates {
|
|
|
359
358
|
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
360
359
|
plateIssuer?: string | null;
|
|
361
360
|
}
|
|
361
|
+
export interface AxleSpacing {
|
|
362
|
+
axles?: string;
|
|
363
|
+
value?: number | null;
|
|
364
|
+
}
|
|
@@ -109,6 +109,23 @@ export type MicrofilmDocumentType =
|
|
|
109
109
|
| "COF Cert"
|
|
110
110
|
| "PRT - Tr Plating Cert paid"
|
|
111
111
|
| "Tempo 100 Permit";
|
|
112
|
+
export type FitmentCode = "single" | "double";
|
|
113
|
+
export type SpeedCategorySymbol =
|
|
114
|
+
| "a7"
|
|
115
|
+
| "a8"
|
|
116
|
+
| "b"
|
|
117
|
+
| "c"
|
|
118
|
+
| "d"
|
|
119
|
+
| "e"
|
|
120
|
+
| "f"
|
|
121
|
+
| "g"
|
|
122
|
+
| "j"
|
|
123
|
+
| "k"
|
|
124
|
+
| "l"
|
|
125
|
+
| "m"
|
|
126
|
+
| "n"
|
|
127
|
+
| "p"
|
|
128
|
+
| "q";
|
|
112
129
|
export type PlateReasonForIssue =
|
|
113
130
|
| "Free replacement"
|
|
114
131
|
| "Replacement"
|
|
@@ -281,15 +298,24 @@ export interface TechRecordGETTRLSkeleton {
|
|
|
281
298
|
techRecord_authIntoService_dateAuthorised?: string | null;
|
|
282
299
|
techRecord_authIntoService_dateRejected?: string | null;
|
|
283
300
|
techRecord_notes?: string | null;
|
|
301
|
+
techRecord_dimensions_axleSpacing?: AxleSpacing[];
|
|
284
302
|
}
|
|
285
303
|
export interface TRLAxles {
|
|
286
304
|
parkingBrakeMrk?: boolean | null;
|
|
287
305
|
axleNumber?: number | null;
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
306
|
+
brakes_brakeActuator?: null | number;
|
|
307
|
+
brakes_leverLength?: null | number;
|
|
308
|
+
brakes_springBrakeParking?: null | boolean;
|
|
309
|
+
weights_gbWeight?: number | null;
|
|
310
|
+
weights_designWeight?: number | null;
|
|
311
|
+
weights_ladenWeight?: number | null;
|
|
312
|
+
weights_kerbWeight?: number | null;
|
|
313
|
+
tyres_tyreCode?: number | null;
|
|
314
|
+
tyres_tyreSize?: string | null;
|
|
315
|
+
tyres_plyRating?: string | null;
|
|
316
|
+
tyres_fitmentCode?: null | FitmentCode;
|
|
317
|
+
tyres_dataTrAxles?: null | number;
|
|
318
|
+
tyres_speedCategorySymbol?: SpeedCategorySymbol | null;
|
|
293
319
|
}
|
|
294
320
|
export interface TRLPlates {
|
|
295
321
|
plateSerialNumber?: string | null;
|
|
@@ -297,3 +323,7 @@ export interface TRLPlates {
|
|
|
297
323
|
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
298
324
|
plateIssuer?: string | null;
|
|
299
325
|
}
|
|
326
|
+
export interface AxleSpacing {
|
|
327
|
+
axles?: string;
|
|
328
|
+
value?: number | null;
|
|
329
|
+
}
|
|
@@ -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;
|
|
@@ -318,9 +319,21 @@ export interface TRLPlates {
|
|
|
318
319
|
export interface TRLAxles {
|
|
319
320
|
parkingBrakeMrk?: boolean | null;
|
|
320
321
|
axleNumber?: number | null;
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
322
|
+
brakes_brakeActuator?: null | number;
|
|
323
|
+
brakes_leverLength?: null | number;
|
|
324
|
+
brakes_springBrakeParking?: null | boolean;
|
|
325
|
+
weights_gbWeight?: number | null;
|
|
326
|
+
weights_designWeight?: number | null;
|
|
327
|
+
weights_ladenWeight?: number | null;
|
|
328
|
+
weights_kerbWeight?: number | null;
|
|
329
|
+
tyres_tyreCode?: number | null;
|
|
330
|
+
tyres_tyreSize?: string | null;
|
|
331
|
+
tyres_plyRating?: string | null;
|
|
332
|
+
tyres_fitmentCode?: null | FitmentCode;
|
|
333
|
+
tyres_dataTrAxles?: null | number;
|
|
334
|
+
tyres_speedCategorySymbol?: SpeedCategorySymbol | null;
|
|
335
|
+
}
|
|
336
|
+
export interface AxleSpacing {
|
|
337
|
+
axles?: string;
|
|
338
|
+
value?: number | null;
|
|
326
339
|
}
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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;
|
|
@@ -318,7 +318,7 @@ export interface TechRecordPUTTRLComplete {
|
|
|
318
318
|
techRecord_vehicleType: "trl";
|
|
319
319
|
trailerId?: string;
|
|
320
320
|
vin: string;
|
|
321
|
-
techRecord_axles?: null |
|
|
321
|
+
techRecord_axles?: null | TRLAxles[];
|
|
322
322
|
techRecord_hiddenInVta?: null | boolean;
|
|
323
323
|
techRecord_updateType?: null | string;
|
|
324
324
|
techRecord_authIntoService_cocIssueDate?: 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;
|
|
@@ -333,14 +334,12 @@ export interface TRLPlates {
|
|
|
333
334
|
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
334
335
|
plateIssuer?: string | null;
|
|
335
336
|
}
|
|
336
|
-
export interface
|
|
337
|
+
export interface TRLAxles {
|
|
337
338
|
parkingBrakeMrk?: boolean | null;
|
|
338
339
|
axleNumber?: number | null;
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
springBrakeParking?: null | boolean;
|
|
343
|
-
};
|
|
340
|
+
brakes_brakeActuator?: null | number;
|
|
341
|
+
brakes_leverLength?: null | number;
|
|
342
|
+
brakes_springBrakeParking?: null | boolean;
|
|
344
343
|
weights_gbWeight?: number | null;
|
|
345
344
|
weights_designWeight?: number | null;
|
|
346
345
|
weights_ladenWeight?: number | null;
|
|
@@ -352,3 +351,7 @@ export interface PSVAxles {
|
|
|
352
351
|
tyres_dataTrAxles?: null | number;
|
|
353
352
|
tyres_speedCategorySymbol?: SpeedCategorySymbol | null;
|
|
354
353
|
}
|
|
354
|
+
export interface AxleSpacing {
|
|
355
|
+
axles?: string;
|
|
356
|
+
value?: number | null;
|
|
357
|
+
}
|
|
@@ -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,14 +301,16 @@ 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;
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
springBrakeParking?: null | boolean;
|
|
310
|
-
};
|
|
311
|
+
brakes_brakeActuator?: null | number;
|
|
312
|
+
brakes_leverLength?: null | number;
|
|
313
|
+
brakes_springBrakeParking?: null | boolean;
|
|
311
314
|
weights_gbWeight?: number | null;
|
|
312
315
|
weights_designWeight?: number | null;
|
|
313
316
|
weights_ladenWeight?: number | null;
|