@dvsa/cvs-type-definitions 3.0.11 → 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/trl/complete/index.json +21 -27
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +119 -24
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +119 -24
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +19 -28
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +21 -27
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +21 -27
- package/package.json +1 -1
- package/types/v3/tech-record/get/trl/complete/index.d.ts +3 -5
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +30 -5
- package/types/v3/tech-record/get/trl/testable/index.d.ts +13 -5
- package/types/v3/tech-record/put/trl/complete/index.d.ts +5 -7
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +3 -5
- package/types/v3/tech-record/put/trl/testable/index.d.ts +3 -5
|
@@ -1260,33 +1260,27 @@
|
|
|
1260
1260
|
"null"
|
|
1261
1261
|
]
|
|
1262
1262
|
},
|
|
1263
|
-
"
|
|
1264
|
-
"type":
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
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": [
|
|
@@ -869,36 +869,131 @@
|
|
|
869
869
|
"null"
|
|
870
870
|
]
|
|
871
871
|
},
|
|
872
|
-
"
|
|
872
|
+
"brakes_brakeActuator": {
|
|
873
873
|
"type": [
|
|
874
874
|
"null",
|
|
875
|
-
"
|
|
875
|
+
"integer"
|
|
876
876
|
],
|
|
877
|
-
"
|
|
878
|
-
"
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
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
|
-
|
|
896
|
-
"
|
|
897
|
-
|
|
898
|
-
|
|
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
|
}
|
|
@@ -1120,36 +1120,131 @@
|
|
|
1120
1120
|
"null"
|
|
1121
1121
|
]
|
|
1122
1122
|
},
|
|
1123
|
-
"
|
|
1123
|
+
"brakes_brakeActuator": {
|
|
1124
1124
|
"type": [
|
|
1125
1125
|
"null",
|
|
1126
|
-
"
|
|
1126
|
+
"integer"
|
|
1127
1127
|
],
|
|
1128
|
-
"
|
|
1129
|
-
"
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
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
|
-
|
|
1147
|
-
"
|
|
1148
|
-
|
|
1149
|
-
|
|
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
|
}
|
|
@@ -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": [
|
|
@@ -1148,33 +1148,27 @@
|
|
|
1148
1148
|
"null"
|
|
1149
1149
|
]
|
|
1150
1150
|
},
|
|
1151
|
-
"
|
|
1152
|
-
"type":
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
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": [
|
|
@@ -1101,33 +1101,27 @@
|
|
|
1101
1101
|
"null"
|
|
1102
1102
|
]
|
|
1103
1103
|
},
|
|
1104
|
-
"
|
|
1105
|
-
"type":
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
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
|
@@ -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;
|
|
@@ -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"
|
|
@@ -286,11 +303,19 @@ export interface TechRecordGETTRLSkeleton {
|
|
|
286
303
|
export interface TRLAxles {
|
|
287
304
|
parkingBrakeMrk?: boolean | null;
|
|
288
305
|
axleNumber?: number | null;
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
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;
|
|
@@ -319,11 +319,19 @@ export interface TRLPlates {
|
|
|
319
319
|
export interface TRLAxles {
|
|
320
320
|
parkingBrakeMrk?: boolean | null;
|
|
321
321
|
axleNumber?: number | null;
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
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;
|
|
@@ -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;
|
|
@@ -334,14 +334,12 @@ export interface TRLPlates {
|
|
|
334
334
|
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
335
335
|
plateIssuer?: string | null;
|
|
336
336
|
}
|
|
337
|
-
export interface
|
|
337
|
+
export interface TRLAxles {
|
|
338
338
|
parkingBrakeMrk?: boolean | null;
|
|
339
339
|
axleNumber?: number | null;
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
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;
|
|
@@ -308,11 +308,9 @@ export interface AxleSpacing {
|
|
|
308
308
|
export interface TRLAxles {
|
|
309
309
|
parkingBrakeMrk?: boolean | null;
|
|
310
310
|
axleNumber?: number | null;
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
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;
|
|
@@ -320,11 +320,9 @@ export interface AxleSpacing {
|
|
|
320
320
|
export interface TRLAxles {
|
|
321
321
|
parkingBrakeMrk?: boolean | null;
|
|
322
322
|
axleNumber?: number | null;
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
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;
|