@dvsa/cvs-type-definitions 3.0.11 → 3.0.13

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.
@@ -1260,33 +1260,27 @@
1260
1260
  "null"
1261
1261
  ]
1262
1262
  },
1263
- "brakes": {
1264
- "type": "object",
1265
- "additionalProperties": false,
1266
- "properties": {
1267
- "brakeActuator": {
1268
- "type": [
1269
- "null",
1270
- "integer"
1271
- ],
1272
- "minimum": 0,
1273
- "maximum": 999
1274
- },
1275
- "leverLength": {
1276
- "type": [
1277
- "null",
1278
- "integer"
1279
- ],
1280
- "minimum": 0,
1281
- "maximum": 999
1282
- },
1283
- "springBrakeParking": {
1284
- "type": [
1285
- "null",
1286
- "boolean"
1287
- ]
1288
- }
1289
- }
1263
+ "brakes_brakeActuator": {
1264
+ "type": [
1265
+ "null",
1266
+ "integer"
1267
+ ],
1268
+ "minimum": 0,
1269
+ "maximum": 999
1270
+ },
1271
+ "brakes_leverLength": {
1272
+ "type": [
1273
+ "null",
1274
+ "integer"
1275
+ ],
1276
+ "minimum": 0,
1277
+ "maximum": 999
1278
+ },
1279
+ "brakes_springBrakeParking": {
1280
+ "type": [
1281
+ "null",
1282
+ "boolean"
1283
+ ]
1290
1284
  },
1291
1285
  "weights_gbWeight": {
1292
1286
  "type": [
@@ -332,7 +332,7 @@
332
332
  },
333
333
  "techRecord_alterationMarker": {
334
334
  "type": [
335
- "string",
335
+ "boolean",
336
336
  "null"
337
337
  ]
338
338
  },
@@ -476,7 +476,7 @@
476
476
  },
477
477
  "techRecord_brakes_antilockBrakingSystem": {
478
478
  "type": [
479
- "string",
479
+ "boolean",
480
480
  "null"
481
481
  ]
482
482
  },
@@ -869,36 +869,131 @@
869
869
  "null"
870
870
  ]
871
871
  },
872
- "brakes": {
872
+ "brakes_brakeActuator": {
873
873
  "type": [
874
874
  "null",
875
- "object"
875
+ "integer"
876
876
  ],
877
- "additionalProperties": false,
878
- "properties": {
879
- "brakeActuator": {
880
- "type": [
881
- "null",
882
- "integer"
883
- ],
884
- "minimum": 0,
885
- "maximum": 999
886
- },
887
- "leverLength": {
888
- "type": [
889
- "null",
890
- "integer"
891
- ],
892
- "minimum": 0,
893
- "maximum": 999
877
+ "minimum": 0,
878
+ "maximum": 999
879
+ },
880
+ "brakes_leverLength": {
881
+ "type": [
882
+ "null",
883
+ "integer"
884
+ ],
885
+ "minimum": 0,
886
+ "maximum": 999
887
+ },
888
+ "brakes_springBrakeParking": {
889
+ "type": [
890
+ "null",
891
+ "boolean"
892
+ ]
893
+ },
894
+ "weights_gbWeight": {
895
+ "type": [
896
+ "integer",
897
+ "null"
898
+ ],
899
+ "minimum": 0,
900
+ "maximum": 99999
901
+ },
902
+ "weights_designWeight": {
903
+ "type": [
904
+ "integer",
905
+ "null"
906
+ ],
907
+ "minimum": 0,
908
+ "maximum": 99999
909
+ },
910
+ "weights_ladenWeight": {
911
+ "type": [
912
+ "integer",
913
+ "null"
914
+ ],
915
+ "minimum": 0,
916
+ "maximum": 99999
917
+ },
918
+ "weights_kerbWeight": {
919
+ "type": [
920
+ "integer",
921
+ "null"
922
+ ],
923
+ "minimum": 0,
924
+ "maximum": 99999
925
+ },
926
+ "tyres_tyreCode": {
927
+ "type": [
928
+ "integer",
929
+ "null"
930
+ ],
931
+ "minimum": 0,
932
+ "maximum": 99999
933
+ },
934
+ "tyres_tyreSize": {
935
+ "type": [
936
+ "string",
937
+ "null"
938
+ ],
939
+ "maxLength": 12
940
+ },
941
+ "tyres_plyRating": {
942
+ "type": [
943
+ "string",
944
+ "null"
945
+ ]
946
+ },
947
+ "tyres_fitmentCode": {
948
+ "anyOf": [
949
+ {
950
+ "type": "null"
894
951
  },
895
- "springBrakeParking": {
896
- "type": [
897
- "null",
898
- "boolean"
952
+ {
953
+ "title": "Fitment Code",
954
+ "type": "string",
955
+ "enum": [
956
+ "single",
957
+ "double"
899
958
  ]
900
959
  }
901
- }
960
+ ]
961
+ },
962
+ "tyres_dataTrAxles": {
963
+ "type": [
964
+ "null",
965
+ "integer"
966
+ ],
967
+ "minimum": 0,
968
+ "maximum": 999
969
+ },
970
+ "tyres_speedCategorySymbol": {
971
+ "anyOf": [
972
+ {
973
+ "title": "Speed Category Symbol",
974
+ "type": "string",
975
+ "enum": [
976
+ "a7",
977
+ "a8",
978
+ "b",
979
+ "c",
980
+ "d",
981
+ "e",
982
+ "f",
983
+ "g",
984
+ "j",
985
+ "k",
986
+ "l",
987
+ "m",
988
+ "n",
989
+ "p",
990
+ "q"
991
+ ]
992
+ },
993
+ {
994
+ "type": "null"
995
+ }
996
+ ]
902
997
  }
903
998
  }
904
999
  }
@@ -1076,7 +1171,7 @@
1076
1171
  },
1077
1172
  "techRecord_roadFriendly": {
1078
1173
  "type": [
1079
- "string",
1174
+ "boolean",
1080
1175
  "null"
1081
1176
  ]
1082
1177
  },
@@ -335,7 +335,7 @@
335
335
  },
336
336
  "techRecord_alterationMarker": {
337
337
  "type": [
338
- "string",
338
+ "boolean",
339
339
  "null"
340
340
  ]
341
341
  },
@@ -1120,36 +1120,131 @@
1120
1120
  "null"
1121
1121
  ]
1122
1122
  },
1123
- "brakes": {
1123
+ "brakes_brakeActuator": {
1124
1124
  "type": [
1125
1125
  "null",
1126
- "object"
1126
+ "integer"
1127
1127
  ],
1128
- "additionalProperties": false,
1129
- "properties": {
1130
- "brakeActuator": {
1131
- "type": [
1132
- "null",
1133
- "integer"
1134
- ],
1135
- "minimum": 0,
1136
- "maximum": 999
1137
- },
1138
- "leverLength": {
1139
- "type": [
1140
- "null",
1141
- "integer"
1142
- ],
1143
- "minimum": 0,
1144
- "maximum": 999
1128
+ "minimum": 0,
1129
+ "maximum": 999
1130
+ },
1131
+ "brakes_leverLength": {
1132
+ "type": [
1133
+ "null",
1134
+ "integer"
1135
+ ],
1136
+ "minimum": 0,
1137
+ "maximum": 999
1138
+ },
1139
+ "brakes_springBrakeParking": {
1140
+ "type": [
1141
+ "null",
1142
+ "boolean"
1143
+ ]
1144
+ },
1145
+ "weights_gbWeight": {
1146
+ "type": [
1147
+ "integer",
1148
+ "null"
1149
+ ],
1150
+ "minimum": 0,
1151
+ "maximum": 99999
1152
+ },
1153
+ "weights_designWeight": {
1154
+ "type": [
1155
+ "integer",
1156
+ "null"
1157
+ ],
1158
+ "minimum": 0,
1159
+ "maximum": 99999
1160
+ },
1161
+ "weights_ladenWeight": {
1162
+ "type": [
1163
+ "integer",
1164
+ "null"
1165
+ ],
1166
+ "minimum": 0,
1167
+ "maximum": 99999
1168
+ },
1169
+ "weights_kerbWeight": {
1170
+ "type": [
1171
+ "integer",
1172
+ "null"
1173
+ ],
1174
+ "minimum": 0,
1175
+ "maximum": 99999
1176
+ },
1177
+ "tyres_tyreCode": {
1178
+ "type": [
1179
+ "integer",
1180
+ "null"
1181
+ ],
1182
+ "minimum": 0,
1183
+ "maximum": 99999
1184
+ },
1185
+ "tyres_tyreSize": {
1186
+ "type": [
1187
+ "string",
1188
+ "null"
1189
+ ],
1190
+ "maxLength": 12
1191
+ },
1192
+ "tyres_plyRating": {
1193
+ "type": [
1194
+ "string",
1195
+ "null"
1196
+ ]
1197
+ },
1198
+ "tyres_fitmentCode": {
1199
+ "anyOf": [
1200
+ {
1201
+ "type": "null"
1145
1202
  },
1146
- "springBrakeParking": {
1147
- "type": [
1148
- "null",
1149
- "boolean"
1203
+ {
1204
+ "title": "Fitment Code",
1205
+ "type": "string",
1206
+ "enum": [
1207
+ "single",
1208
+ "double"
1150
1209
  ]
1151
1210
  }
1152
- }
1211
+ ]
1212
+ },
1213
+ "tyres_dataTrAxles": {
1214
+ "type": [
1215
+ "null",
1216
+ "integer"
1217
+ ],
1218
+ "minimum": 0,
1219
+ "maximum": 999
1220
+ },
1221
+ "tyres_speedCategorySymbol": {
1222
+ "anyOf": [
1223
+ {
1224
+ "title": "Speed Category Symbol",
1225
+ "type": "string",
1226
+ "enum": [
1227
+ "a7",
1228
+ "a8",
1229
+ "b",
1230
+ "c",
1231
+ "d",
1232
+ "e",
1233
+ "f",
1234
+ "g",
1235
+ "j",
1236
+ "k",
1237
+ "l",
1238
+ "m",
1239
+ "n",
1240
+ "p",
1241
+ "q"
1242
+ ]
1243
+ },
1244
+ {
1245
+ "type": "null"
1246
+ }
1247
+ ]
1153
1248
  }
1154
1249
  }
1155
1250
  }
@@ -359,7 +359,7 @@
359
359
  },
360
360
  "techRecord_alterationMarker": {
361
361
  "type": [
362
- "string",
362
+ "boolean",
363
363
  "null"
364
364
  ]
365
365
  },
@@ -1213,7 +1213,7 @@
1213
1213
  ],
1214
1214
  "items": {
1215
1215
  "type": "object",
1216
- "title": "PSV Axles",
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
- "brakes": {
1231
+ "brakes_brakeActuator": {
1232
1232
  "type": [
1233
1233
  "null",
1234
- "object"
1234
+ "integer"
1235
1235
  ],
1236
- "additionalProperties": false,
1237
- "properties": {
1238
- "brakeActuator": {
1239
- "type": [
1240
- "null",
1241
- "integer"
1242
- ],
1243
- "minimum": 0,
1244
- "maximum": 999
1245
- },
1246
- "leverLength": {
1247
- "type": [
1248
- "null",
1249
- "integer"
1250
- ],
1251
- "minimum": 0,
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": [
@@ -382,7 +382,7 @@
382
382
  },
383
383
  "techRecord_alterationMarker": {
384
384
  "type": [
385
- "string",
385
+ "boolean",
386
386
  "null"
387
387
  ]
388
388
  },
@@ -465,7 +465,7 @@
465
465
  },
466
466
  "techRecord_brakes_antilockBrakingSystem": {
467
467
  "type": [
468
- "string",
468
+ "boolean",
469
469
  "null"
470
470
  ]
471
471
  },
@@ -988,7 +988,7 @@
988
988
  },
989
989
  "techRecord_roadFriendly": {
990
990
  "type": [
991
- "string",
991
+ "boolean",
992
992
  "null"
993
993
  ]
994
994
  },
@@ -1148,33 +1148,27 @@
1148
1148
  "null"
1149
1149
  ]
1150
1150
  },
1151
- "brakes": {
1152
- "type": "object",
1153
- "additionalProperties": false,
1154
- "properties": {
1155
- "brakeActuator": {
1156
- "type": [
1157
- "null",
1158
- "integer"
1159
- ],
1160
- "minimum": 0,
1161
- "maximum": 999
1162
- },
1163
- "leverLength": {
1164
- "type": [
1165
- "null",
1166
- "integer"
1167
- ],
1168
- "minimum": 0,
1169
- "maximum": 999
1170
- },
1171
- "springBrakeParking": {
1172
- "type": [
1173
- "null",
1174
- "boolean"
1175
- ]
1176
- }
1177
- }
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
+ ]
1178
1172
  },
1179
1173
  "weights_gbWeight": {
1180
1174
  "type": [
@@ -386,7 +386,7 @@
386
386
  },
387
387
  "techRecord_alterationMarker": {
388
388
  "type": [
389
- "string",
389
+ "boolean",
390
390
  "null"
391
391
  ]
392
392
  },
@@ -1101,33 +1101,27 @@
1101
1101
  "null"
1102
1102
  ]
1103
1103
  },
1104
- "brakes": {
1105
- "type": "object",
1106
- "additionalProperties": false,
1107
- "properties": {
1108
- "brakeActuator": {
1109
- "type": [
1110
- "null",
1111
- "integer"
1112
- ],
1113
- "minimum": 0,
1114
- "maximum": 999
1115
- },
1116
- "leverLength": {
1117
- "type": [
1118
- "null",
1119
- "integer"
1120
- ],
1121
- "minimum": 0,
1122
- "maximum": 999
1123
- },
1124
- "springBrakeParking": {
1125
- "type": [
1126
- "null",
1127
- "boolean"
1128
- ]
1129
- }
1130
- }
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
+ ]
1131
1125
  },
1132
1126
  "weights_gbWeight": {
1133
1127
  "type": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.11",
3
+ "version": "3.0.13",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -165,11 +165,9 @@ export type VehicleConfiguration =
165
165
  export type TRLAxles = null | {
166
166
  parkingBrakeMrk?: boolean | null;
167
167
  axleNumber?: number | null;
168
- brakes?: {
169
- brakeActuator?: null | number;
170
- leverLength?: null | number;
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;
@@ -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"
@@ -187,7 +204,7 @@ export interface TechRecordGETTRLSkeleton {
187
204
  techRecord_adrDetails_tank_tankDetails_tankStatement_productListRefNo?: string | null;
188
205
  techRecord_adrDetails_tank_tankDetails_tankStatement_productListUnNo?: string[] | null;
189
206
  techRecord_adrDetails_tank_tankDetails_tankStatement_productList?: string | null;
190
- techRecord_alterationMarker?: string | null;
207
+ techRecord_alterationMarker?: boolean | null;
191
208
  techRecord_applicantDetails_name?: string | null;
192
209
  techRecord_applicantDetails_address1?: null | string;
193
210
  techRecord_applicantDetails_address2?: null | string;
@@ -206,7 +223,7 @@ export interface TechRecordGETTRLSkeleton {
206
223
  techRecord_batchId?: string | null;
207
224
  techRecord_bodyType_code?: null | string;
208
225
  techRecord_bodyType_description?: null | string;
209
- techRecord_brakes_antilockBrakingSystem?: string | null;
226
+ techRecord_brakes_antilockBrakingSystem?: boolean | null;
210
227
  techRecord_brakes_dtpNumber?: string | null;
211
228
  techRecord_brakes_loadSensingValve?: boolean | null;
212
229
  techRecord_centreOfRearmostAxleToRearOfTrl?: number | null;
@@ -263,7 +280,7 @@ export interface TechRecordGETTRLSkeleton {
263
280
  techRecord_reasonForCreation: string;
264
281
  techRecord_recordCompleteness: "skeleton";
265
282
  techRecord_regnDate?: string | null;
266
- techRecord_roadFriendly?: string | null;
283
+ techRecord_roadFriendly?: boolean | null;
267
284
  techRecord_statusCode: StatusCode;
268
285
  techRecord_suspensionType?: string | null;
269
286
  techRecord_tyreUseCode?: string | null;
@@ -286,11 +303,19 @@ export interface TechRecordGETTRLSkeleton {
286
303
  export interface TRLAxles {
287
304
  parkingBrakeMrk?: boolean | null;
288
305
  axleNumber?: number | null;
289
- brakes?: null | {
290
- brakeActuator?: null | number;
291
- leverLength?: null | number;
292
- springBrakeParking?: null | boolean;
293
- };
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;
294
319
  }
295
320
  export interface TRLPlates {
296
321
  plateSerialNumber?: string | null;
@@ -204,7 +204,7 @@ export interface TechRecordGETTRLTestable {
204
204
  techRecord_adrDetails_tank_tankDetails_tankStatement_productListRefNo?: string | null;
205
205
  techRecord_adrDetails_tank_tankDetails_tankStatement_productListUnNo?: string[] | null;
206
206
  techRecord_adrDetails_tank_tankDetails_tankStatement_productList?: string | null;
207
- techRecord_alterationMarker?: string | null;
207
+ techRecord_alterationMarker?: boolean | null;
208
208
  techRecord_applicantDetails_name?: string | null;
209
209
  techRecord_applicantDetails_address1?: null | string;
210
210
  techRecord_applicantDetails_address2?: null | string;
@@ -319,11 +319,19 @@ export interface TRLPlates {
319
319
  export interface TRLAxles {
320
320
  parkingBrakeMrk?: boolean | null;
321
321
  axleNumber?: number | null;
322
- brakes?: null | {
323
- brakeActuator?: null | number;
324
- leverLength?: null | number;
325
- springBrakeParking?: null | boolean;
326
- };
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;
327
335
  }
328
336
  export interface AxleSpacing {
329
337
  axles?: string;
@@ -225,7 +225,7 @@ export interface TechRecordPUTTRLComplete {
225
225
  techRecord_adrDetails_tank_tankDetails_tankStatement_productListRefNo?: string | null;
226
226
  techRecord_adrDetails_tank_tankDetails_tankStatement_productListUnNo?: string[] | null;
227
227
  techRecord_adrDetails_tank_tankDetails_tankStatement_productList?: string | null;
228
- techRecord_alterationMarker?: string | null;
228
+ techRecord_alterationMarker?: boolean | null;
229
229
  techRecord_applicantDetails_name?: string | null;
230
230
  techRecord_applicantDetails_address1?: null | string;
231
231
  techRecord_applicantDetails_address2?: null | string;
@@ -318,7 +318,7 @@ export interface TechRecordPUTTRLComplete {
318
318
  techRecord_vehicleType: "trl";
319
319
  trailerId?: string;
320
320
  vin: string;
321
- techRecord_axles?: null | PSVAxles[];
321
+ techRecord_axles?: null | TRLAxles[];
322
322
  techRecord_hiddenInVta?: null | boolean;
323
323
  techRecord_updateType?: null | string;
324
324
  techRecord_authIntoService_cocIssueDate?: string | null;
@@ -334,14 +334,12 @@ export interface TRLPlates {
334
334
  plateReasonForIssue?: null | PlateReasonForIssue;
335
335
  plateIssuer?: string | null;
336
336
  }
337
- export interface PSVAxles {
337
+ export interface TRLAxles {
338
338
  parkingBrakeMrk?: boolean | null;
339
339
  axleNumber?: number | null;
340
- brakes?: null | {
341
- brakeActuator?: null | number;
342
- leverLength?: null | number;
343
- springBrakeParking?: null | boolean;
344
- };
340
+ brakes_brakeActuator?: null | number;
341
+ brakes_leverLength?: null | number;
342
+ brakes_springBrakeParking?: null | boolean;
345
343
  weights_gbWeight?: number | null;
346
344
  weights_designWeight?: number | null;
347
345
  weights_ladenWeight?: number | null;
@@ -210,7 +210,7 @@ export interface TechRecordPUTTRLSkeleton {
210
210
  techRecord_adrDetails_tank_tankDetails_tankStatement_productListRefNo?: string | null;
211
211
  techRecord_adrDetails_tank_tankDetails_tankStatement_productListUnNo?: string[] | null;
212
212
  techRecord_adrDetails_tank_tankDetails_tankStatement_productList?: string | null;
213
- techRecord_alterationMarker?: string | null;
213
+ techRecord_alterationMarker?: boolean | null;
214
214
  techRecord_applicantDetails_name?: string | null;
215
215
  techRecord_applicantDetails_address1?: null | string;
216
216
  techRecord_applicantDetails_address2?: null | string;
@@ -224,7 +224,7 @@ export interface TechRecordPUTTRLSkeleton {
224
224
  techRecord_batchId?: string | null;
225
225
  techRecord_bodyType_code?: string;
226
226
  techRecord_bodyType_description?: string;
227
- techRecord_brakes_antilockBrakingSystem?: string | null;
227
+ techRecord_brakes_antilockBrakingSystem?: boolean | null;
228
228
  techRecord_brakes_dtpNumber?: string | null;
229
229
  techRecord_brakes_loadSensingValve?: boolean | null;
230
230
  techRecord_centreOfRearmostAxleToRearOfTrl?: number | null;
@@ -275,7 +275,7 @@ export interface TechRecordPUTTRLSkeleton {
275
275
  techRecord_rearAxleToRearTrl?: number | null;
276
276
  techRecord_reasonForCreation: string;
277
277
  techRecord_regnDate?: string | null;
278
- techRecord_roadFriendly?: string | null;
278
+ techRecord_roadFriendly?: boolean | null;
279
279
  techRecord_statusCode: StatusCode;
280
280
  techRecord_suspensionType?: string | null;
281
281
  techRecord_tyreUseCode?: string | null;
@@ -308,11 +308,9 @@ export interface AxleSpacing {
308
308
  export interface TRLAxles {
309
309
  parkingBrakeMrk?: boolean | null;
310
310
  axleNumber?: number | null;
311
- brakes?: {
312
- brakeActuator?: null | number;
313
- leverLength?: null | number;
314
- springBrakeParking?: null | boolean;
315
- };
311
+ brakes_brakeActuator?: null | number;
312
+ brakes_leverLength?: null | number;
313
+ brakes_springBrakeParking?: null | boolean;
316
314
  weights_gbWeight?: number | null;
317
315
  weights_designWeight?: number | null;
318
316
  weights_ladenWeight?: number | null;
@@ -210,7 +210,7 @@ export interface TechRecordPUTTRLTestable {
210
210
  techRecord_adrDetails_tank_tankDetails_tankStatement_productListRefNo?: string | null;
211
211
  techRecord_adrDetails_tank_tankDetails_tankStatement_productListUnNo?: string[] | null;
212
212
  techRecord_adrDetails_tank_tankDetails_tankStatement_productList?: string | null;
213
- techRecord_alterationMarker?: string | null;
213
+ techRecord_alterationMarker?: boolean | null;
214
214
  techRecord_applicantDetails_name?: string | null;
215
215
  techRecord_applicantDetails_address1?: null | string;
216
216
  techRecord_applicantDetails_address2?: null | string;
@@ -320,11 +320,9 @@ export interface AxleSpacing {
320
320
  export interface TRLAxles {
321
321
  parkingBrakeMrk?: boolean | null;
322
322
  axleNumber?: number | null;
323
- brakes?: {
324
- brakeActuator?: null | number;
325
- leverLength?: null | number;
326
- springBrakeParking?: null | boolean;
327
- };
323
+ brakes_brakeActuator?: null | number;
324
+ brakes_leverLength?: null | number;
325
+ brakes_springBrakeParking?: null | boolean;
328
326
  weights_gbWeight?: number | null;
329
327
  weights_designWeight?: number | null;
330
328
  weights_ladenWeight?: number | null;