@dvsa/cvs-type-definitions 2.0.21 → 2.0.22

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 (37) hide show
  1. package/json-schemas/v3/tech-record/get/hgv/complete/index.json +16 -16
  2. package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +16 -16
  3. package/json-schemas/v3/tech-record/get/hgv/testable/index.json +16 -16
  4. package/json-schemas/v3/tech-record/get/psv/complete/index.json +24 -24
  5. package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +13 -13
  6. package/json-schemas/v3/tech-record/get/psv/testable/index.json +13 -13
  7. package/json-schemas/v3/tech-record/get/trl/complete/index.json +26 -26
  8. package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +5 -5
  9. package/json-schemas/v3/tech-record/get/trl/testable/index.json +19 -19
  10. package/json-schemas/v3/tech-record/put/hgv/complete/index.json +17 -17
  11. package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +16 -16
  12. package/json-schemas/v3/tech-record/put/hgv/testable/index.json +16 -16
  13. package/json-schemas/v3/tech-record/put/psv/complete/index.json +24 -24
  14. package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +13 -13
  15. package/json-schemas/v3/tech-record/put/psv/testable/index.json +13 -13
  16. package/json-schemas/v3/tech-record/put/trl/complete/index.json +25 -25
  17. package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +5 -5
  18. package/json-schemas/v3/tech-record/put/trl/testable/index.json +19 -19
  19. package/package.json +1 -1
  20. package/types/v3/tech-record/get/hgv/complete/index.d.ts +15 -15
  21. package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +16 -16
  22. package/types/v3/tech-record/get/hgv/testable/index.d.ts +16 -16
  23. package/types/v3/tech-record/get/psv/complete/index.d.ts +13 -13
  24. package/types/v3/tech-record/get/psv/skeleton/index.d.ts +13 -13
  25. package/types/v3/tech-record/get/psv/testable/index.d.ts +13 -13
  26. package/types/v3/tech-record/get/trl/complete/index.d.ts +22 -22
  27. package/types/v3/tech-record/get/trl/skeleton/index.d.ts +5 -5
  28. package/types/v3/tech-record/get/trl/testable/index.d.ts +19 -19
  29. package/types/v3/tech-record/put/hgv/complete/index.d.ts +16 -16
  30. package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +16 -16
  31. package/types/v3/tech-record/put/hgv/testable/index.d.ts +16 -16
  32. package/types/v3/tech-record/put/psv/complete/index.d.ts +13 -13
  33. package/types/v3/tech-record/put/psv/skeleton/index.d.ts +13 -13
  34. package/types/v3/tech-record/put/psv/testable/index.d.ts +13 -13
  35. package/types/v3/tech-record/put/trl/complete/index.d.ts +21 -21
  36. package/types/v3/tech-record/put/trl/skeleton/index.d.ts +5 -5
  37. package/types/v3/tech-record/put/trl/testable/index.d.ts +19 -19
@@ -884,27 +884,27 @@
884
884
  "techRecord_offRoad": {
885
885
  "type": "boolean"
886
886
  },
887
- "plates": {
887
+ "techRecord_plates": {
888
888
  "type": "array",
889
889
  "items": {
890
890
  "type": "object",
891
891
  "title": "TRL Plates",
892
892
  "additionalProperties": false,
893
893
  "properties": {
894
- "techRecord_plateSerialNumber": {
894
+ "plateSerialNumber": {
895
895
  "type": [
896
896
  "string",
897
897
  "null"
898
898
  ],
899
899
  "maxLength": 12
900
900
  },
901
- "techRecord_plateIssueDate": {
901
+ "plateIssueDate": {
902
902
  "type": [
903
903
  "string",
904
904
  "null"
905
905
  ]
906
906
  },
907
- "techRecord_reasonForIssue": {
907
+ "reasonForIssue": {
908
908
  "anyOf": [
909
909
  {
910
910
  "type": "null"
@@ -923,7 +923,7 @@
923
923
  }
924
924
  ]
925
925
  },
926
- "techRecord_plateIssuer": {
926
+ "plateIssuer": {
927
927
  "type": [
928
928
  "string",
929
929
  "null"
@@ -1114,26 +1114,26 @@
1114
1114
  "vin": {
1115
1115
  "type": "string"
1116
1116
  },
1117
- "axles": {
1117
+ "techRecord_axles": {
1118
1118
  "type": "array",
1119
1119
  "items": {
1120
1120
  "type": "object",
1121
1121
  "title": "PSV Axles",
1122
1122
  "additionalProperties": false,
1123
1123
  "properties": {
1124
- "techRecord_parkingBrakeMrk": {
1124
+ "parkingBrakeMrk": {
1125
1125
  "type": [
1126
1126
  "boolean",
1127
1127
  "null"
1128
1128
  ]
1129
1129
  },
1130
- "techRecord_axleNumber": {
1130
+ "axleNumber": {
1131
1131
  "type": [
1132
1132
  "integer",
1133
1133
  "null"
1134
1134
  ]
1135
1135
  },
1136
- "techRecord_brakes": {
1136
+ "brakes": {
1137
1137
  "type": "array",
1138
1138
  "items": {
1139
1139
  "type": "object",
@@ -1154,7 +1154,7 @@
1154
1154
  }
1155
1155
  }
1156
1156
  },
1157
- "techRecord_weights_gbWeight": {
1157
+ "weights_gbWeight": {
1158
1158
  "type": [
1159
1159
  "integer",
1160
1160
  "null"
@@ -1162,7 +1162,7 @@
1162
1162
  "minimum": 0,
1163
1163
  "maximum": 99999
1164
1164
  },
1165
- "techRecord_weights_designWeight": {
1165
+ "weights_designWeight": {
1166
1166
  "type": [
1167
1167
  "integer",
1168
1168
  "null"
@@ -1170,7 +1170,7 @@
1170
1170
  "minimum": 0,
1171
1171
  "maximum": 99999
1172
1172
  },
1173
- "techRecord_weights_ladenWeight": {
1173
+ "weights_ladenWeight": {
1174
1174
  "type": [
1175
1175
  "integer",
1176
1176
  "null"
@@ -1178,7 +1178,7 @@
1178
1178
  "minimum": 0,
1179
1179
  "maximum": 99999
1180
1180
  },
1181
- "techRecord_weights_kerbWeight": {
1181
+ "weights_kerbWeight": {
1182
1182
  "type": [
1183
1183
  "integer",
1184
1184
  "null"
@@ -1186,7 +1186,7 @@
1186
1186
  "minimum": 0,
1187
1187
  "maximum": 99999
1188
1188
  },
1189
- "techRecord_tyres_tyreCode": {
1189
+ "tyres_tyreCode": {
1190
1190
  "type": [
1191
1191
  "integer",
1192
1192
  "null"
@@ -1194,20 +1194,20 @@
1194
1194
  "minimum": 0,
1195
1195
  "maximum": 99999
1196
1196
  },
1197
- "techRecord_tyres_tyreSize": {
1197
+ "tyres_tyreSize": {
1198
1198
  "type": [
1199
1199
  "string",
1200
1200
  "null"
1201
1201
  ],
1202
1202
  "maxLength": 12
1203
1203
  },
1204
- "techRecord_tyres_plyRating": {
1204
+ "tyres_plyRating": {
1205
1205
  "type": [
1206
1206
  "string",
1207
1207
  "null"
1208
1208
  ]
1209
1209
  },
1210
- "techRecord_tyres_fitmentCode": {
1210
+ "tyres_fitmentCode": {
1211
1211
  "anyOf": [
1212
1212
  {
1213
1213
  "type": "null"
@@ -1222,7 +1222,7 @@
1222
1222
  }
1223
1223
  ]
1224
1224
  },
1225
- "techRecord_tyres_dataTrAxles": {
1225
+ "tyres_dataTrAxles": {
1226
1226
  "type": [
1227
1227
  "null",
1228
1228
  "integer"
@@ -1230,7 +1230,7 @@
1230
1230
  "minimum": 0,
1231
1231
  "maximum": 999
1232
1232
  },
1233
- "techRecord_tyres_speedCategorySymbol": {
1233
+ "tyres_speedCategorySymbol": {
1234
1234
  "anyOf": [
1235
1235
  {
1236
1236
  "title": "Speed Category Symbol",
@@ -1257,15 +1257,15 @@
1257
1257
  "type": "null"
1258
1258
  }
1259
1259
  ]
1260
- },
1261
- "techRecord_hiddenInVta": {
1262
- "type": "boolean"
1263
- },
1264
- "techRecord_updateType": {
1265
- "type": "string"
1266
1260
  }
1267
1261
  }
1268
1262
  }
1263
+ },
1264
+ "techRecord_hiddenInVta": {
1265
+ "type": "boolean"
1266
+ },
1267
+ "techRecord_updateType": {
1268
+ "type": "string"
1269
1269
  }
1270
1270
  }
1271
1271
  }
@@ -738,27 +738,27 @@
738
738
  }
739
739
  ]
740
740
  },
741
- "plates": {
741
+ "techRecord_plates": {
742
742
  "type": "array",
743
743
  "items": {
744
744
  "type": "object",
745
745
  "title": "TRL Plates",
746
746
  "additionalProperties": false,
747
747
  "properties": {
748
- "techRecord_plateSerialNumber": {
748
+ "plateSerialNumber": {
749
749
  "type": [
750
750
  "string",
751
751
  "null"
752
752
  ],
753
753
  "maxLength": 12
754
754
  },
755
- "techRecord_plateIssueDate": {
755
+ "plateIssueDate": {
756
756
  "type": [
757
757
  "string",
758
758
  "null"
759
759
  ]
760
760
  },
761
- "techRecord_reasonForIssue": {
761
+ "reasonForIssue": {
762
762
  "anyOf": [
763
763
  {
764
764
  "type": "null"
@@ -777,7 +777,7 @@
777
777
  }
778
778
  ]
779
779
  },
780
- "techRecord_plateIssuer": {
780
+ "plateIssuer": {
781
781
  "type": [
782
782
  "string",
783
783
  "null"
@@ -746,27 +746,27 @@
746
746
  }
747
747
  ]
748
748
  },
749
- "plates": {
749
+ "techRecord_plates": {
750
750
  "type": "array",
751
751
  "items": {
752
752
  "type": "object",
753
753
  "title": "TRL Plates",
754
754
  "additionalProperties": false,
755
755
  "properties": {
756
- "techRecord_plateSerialNumber": {
756
+ "plateSerialNumber": {
757
757
  "type": [
758
758
  "string",
759
759
  "null"
760
760
  ],
761
761
  "maxLength": 12
762
762
  },
763
- "techRecord_plateIssueDate": {
763
+ "plateIssueDate": {
764
764
  "type": [
765
765
  "string",
766
766
  "null"
767
767
  ]
768
768
  },
769
- "techRecord_reasonForIssue": {
769
+ "reasonForIssue": {
770
770
  "anyOf": [
771
771
  {
772
772
  "type": "null"
@@ -785,7 +785,7 @@
785
785
  }
786
786
  ]
787
787
  },
788
- "techRecord_plateIssuer": {
788
+ "plateIssuer": {
789
789
  "type": [
790
790
  "string",
791
791
  "null"
@@ -964,20 +964,20 @@
964
964
  "vin": {
965
965
  "type": "string"
966
966
  },
967
- "axles": {
967
+ "techRecord_axles": {
968
968
  "type": "array",
969
969
  "items": {
970
970
  "type": "object",
971
971
  "title": "PSV Axles",
972
972
  "additionalProperties": false,
973
973
  "properties": {
974
- "techRecord_parkingBrakeMrk": {
974
+ "parkingBrakeMrk": {
975
975
  "type": [
976
976
  "boolean",
977
977
  "null"
978
978
  ]
979
979
  },
980
- "techRecord_axleNumber": {
980
+ "axleNumber": {
981
981
  "type": [
982
982
  "integer",
983
983
  "null"
@@ -986,7 +986,7 @@
986
986
  }
987
987
  }
988
988
  },
989
- "techRecord_brakes": {
989
+ "brakes": {
990
990
  "type": "array",
991
991
  "items": {
992
992
  "type": "object",
@@ -1007,7 +1007,7 @@
1007
1007
  }
1008
1008
  }
1009
1009
  },
1010
- "techRecord_weights_gbWeight": {
1010
+ "weights_gbWeight": {
1011
1011
  "type": [
1012
1012
  "integer",
1013
1013
  "null"
@@ -1015,7 +1015,7 @@
1015
1015
  "minimum": 0,
1016
1016
  "maximum": 99999
1017
1017
  },
1018
- "techRecord_weights_designWeight": {
1018
+ "weights_designWeight": {
1019
1019
  "type": [
1020
1020
  "integer",
1021
1021
  "null"
@@ -1023,7 +1023,7 @@
1023
1023
  "minimum": 0,
1024
1024
  "maximum": 99999
1025
1025
  },
1026
- "techRecord_weights_ladenWeight": {
1026
+ "weights_ladenWeight": {
1027
1027
  "type": [
1028
1028
  "integer",
1029
1029
  "null"
@@ -1031,7 +1031,7 @@
1031
1031
  "minimum": 0,
1032
1032
  "maximum": 99999
1033
1033
  },
1034
- "techRecord_weights_kerbWeight": {
1034
+ "weights_kerbWeight": {
1035
1035
  "type": [
1036
1036
  "integer",
1037
1037
  "null"
@@ -1039,7 +1039,7 @@
1039
1039
  "minimum": 0,
1040
1040
  "maximum": 99999
1041
1041
  },
1042
- "techRecord_tyres_tyreCode": {
1042
+ "tyres_tyreCode": {
1043
1043
  "type": [
1044
1044
  "integer",
1045
1045
  "null"
@@ -1047,20 +1047,20 @@
1047
1047
  "minimum": 0,
1048
1048
  "maximum": 99999
1049
1049
  },
1050
- "techRecord_tyres_tyreSize": {
1050
+ "tyres_tyreSize": {
1051
1051
  "type": [
1052
1052
  "string",
1053
1053
  "null"
1054
1054
  ],
1055
1055
  "maxLength": 12
1056
1056
  },
1057
- "techRecord_tyres_plyRating": {
1057
+ "tyres_plyRating": {
1058
1058
  "type": [
1059
1059
  "string",
1060
1060
  "null"
1061
1061
  ]
1062
1062
  },
1063
- "techRecord_tyres_fitmentCode": {
1063
+ "tyres_fitmentCode": {
1064
1064
  "anyOf": [
1065
1065
  {
1066
1066
  "type": "null"
@@ -1075,7 +1075,7 @@
1075
1075
  }
1076
1076
  ]
1077
1077
  },
1078
- "techRecord_tyres_dataTrAxles": {
1078
+ "tyres_dataTrAxles": {
1079
1079
  "type": [
1080
1080
  "null",
1081
1081
  "integer"
@@ -1083,7 +1083,7 @@
1083
1083
  "minimum": 0,
1084
1084
  "maximum": 999
1085
1085
  },
1086
- "techRecord_tyres_speedCategorySymbol": {
1086
+ "tyres_speedCategorySymbol": {
1087
1087
  "anyOf": [
1088
1088
  {
1089
1089
  "title": "Speed Category Symbol",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -196,7 +196,7 @@ export interface GETHGVTechnicalRecordV3Complete {
196
196
  techRecord_applicantDetails_telephoneNumber?: null | string;
197
197
  techRecord_applicantDetails_emailAddress?: null | string;
198
198
  techRecord_applicationId?: string;
199
- axles: HGVAxles[];
199
+ techRecord_axles: HGVAxles[];
200
200
  techRecord_bodyType_code: string;
201
201
  techRecord_bodyType_description: string;
202
202
  techRecord_brakes_antilockBrakingSystem?: string | null;
@@ -238,7 +238,7 @@ export interface GETHGVTechnicalRecordV3Complete {
238
238
  techRecord_noOfAxles?: number | null;
239
239
  techRecord_notes: string;
240
240
  techRecord_offRoad: boolean;
241
- plates?: HGVPlates[];
241
+ techRecord_plates?: HGVPlates[];
242
242
  techRecord_reasonForCreation: string;
243
243
  techRecord_recordCompleteness: "complete";
244
244
  techRecord_regnDate: string;
@@ -268,20 +268,20 @@ export interface GETHGVTechnicalRecordV3Complete {
268
268
  techRecord_updateType?: string;
269
269
  }
270
270
  export interface HGVAxles {
271
- techRecord_parkingBrakeMrk?: boolean;
272
- techRecord_axleNumber?: number;
273
- techRecord_weights_gbWeight?: number;
274
- techRecord_weights_designWeight?: number;
275
- techRecord_weights_eecWeight?: number | null;
276
- techRecord_tyres_tyreCode?: number;
277
- techRecord_tyres_tyreSize?: string;
278
- techRecord_tyres_plyRating?: string | null;
279
- techRecord_tyres_fitmentCode?: FitmentCode;
271
+ parkingBrakeMrk?: boolean;
272
+ axleNumber?: number;
273
+ weights_gbWeight?: number;
274
+ weights_designWeight?: number;
275
+ weights_eecWeight?: number | null;
276
+ tyres_tyreCode?: number;
277
+ tyres_tyreSize?: string;
278
+ tyres_plyRating?: string | null;
279
+ tyres_fitmentCode?: FitmentCode;
280
280
  techRecord_tyres_dataTrAxles?: null | number;
281
281
  }
282
282
  export interface HGVPlates {
283
- techRecord_plateSerialNumber?: string | null;
284
- techRecord_plateIssueDate?: string | null;
285
- techRecord_reasonForIssue?: null | PlateReasonForIssue;
286
- techRecord_plateIssuer?: string | null;
283
+ plateSerialNumber?: string | null;
284
+ plateIssueDate?: string | null;
285
+ reasonForIssue?: null | PlateReasonForIssue;
286
+ plateIssuer?: string | null;
287
287
  }
@@ -196,7 +196,7 @@ export interface GETHGVTechnicalRecordV3Skeleton {
196
196
  techRecord_applicantDetails_telephoneNumber?: null | string;
197
197
  techRecord_applicantDetails_emailAddress?: null | string;
198
198
  techRecord_applicationId?: string | null;
199
- axles?: HGVAxles[];
199
+ techRecord_axles?: HGVAxles[];
200
200
  techRecord_bodyType_code?: string;
201
201
  techRecord_bodyType_description?: string;
202
202
  techRecord_brakes_antilockBrakingSystem?: string | null;
@@ -238,7 +238,7 @@ export interface GETHGVTechnicalRecordV3Skeleton {
238
238
  techRecord_noOfAxles?: number | null;
239
239
  techRecord_notes?: string | null;
240
240
  techRecord_offRoad?: boolean | null;
241
- plates?: HGVPlates[];
241
+ techRecord_plates?: HGVPlates[];
242
242
  techRecord_reasonForCreation: string;
243
243
  techRecord_recordCompleteness: "skeleton";
244
244
  techRecord_regnDate?: string | null;
@@ -268,20 +268,20 @@ export interface GETHGVTechnicalRecordV3Skeleton {
268
268
  techRecord_updateType?: string;
269
269
  }
270
270
  export interface HGVAxles {
271
- techRecord_parkingBrakeMrk?: boolean | null;
272
- techRecord_axleNumber?: number | null;
273
- techRecord_weights_gbWeight?: number | null;
274
- techRecord_weights_designWeight?: number | null;
275
- techRecord_weights_eecWeight?: number | null;
276
- techRecord_tyres_tyreCode?: number | null;
277
- techRecord_tyres_tyreSize?: string | null;
278
- techRecord_tyres_plyRating?: string | null;
279
- techRecord_tyres_fitmentCode?: null | FitmentCode;
280
- techRecord_tyres_dataTrAxles?: null | number;
271
+ parkingBrakeMrk?: boolean | null;
272
+ axleNumber?: number | null;
273
+ weights_gbWeight?: number | null;
274
+ weights_designWeight?: number | null;
275
+ weights_eecWeight?: number | null;
276
+ tyres_tyreCode?: number | null;
277
+ tyres_tyreSize?: string | null;
278
+ tyres_plyRating?: string | null;
279
+ tyres_fitmentCode?: null | FitmentCode;
280
+ tyres_dataTrAxles?: null | number;
281
281
  }
282
282
  export interface HGVPlates {
283
- techRecord_plateSerialNumber?: string | null;
284
- techRecord_plateIssueDate?: string | null;
285
- techRecord_reasonForIssue?: null | PlateReasonForIssue;
286
- techRecord_plateIssuer?: string | null;
283
+ plateSerialNumber?: string | null;
284
+ plateIssueDate?: string | null;
285
+ reasonForIssue?: null | PlateReasonForIssue;
286
+ plateIssuer?: string | null;
287
287
  }
@@ -196,7 +196,7 @@ export interface GETHGVTechnicalRecordV3Testable {
196
196
  techRecord_applicantDetails_telephoneNumber?: null | string;
197
197
  techRecord_applicantDetails_emailAddress?: null | string;
198
198
  techRecord_applicationId?: string;
199
- axles?: HGVAxles[];
199
+ techRecord_axles?: HGVAxles[];
200
200
  techRecord_bodyType_code?: string;
201
201
  techRecord_bodyType_description?: string;
202
202
  techRecord_brakes_antilockBrakingSystem?: string | null;
@@ -238,7 +238,7 @@ export interface GETHGVTechnicalRecordV3Testable {
238
238
  techRecord_noOfAxles?: number | null;
239
239
  techRecord_notes?: string | null;
240
240
  techRecord_offRoad?: boolean | null;
241
- plates?: HGVPlates[];
241
+ techRecord_plates?: HGVPlates[];
242
242
  techRecord_reasonForCreation: string;
243
243
  techRecord_recordCompleteness: "testable";
244
244
  techRecord_regnDate?: string | null;
@@ -268,20 +268,20 @@ export interface GETHGVTechnicalRecordV3Testable {
268
268
  techRecord_updateType?: string;
269
269
  }
270
270
  export interface HGVAxles {
271
- techRecord_parkingBrakeMrk?: boolean | null;
272
- techRecord_axleNumber?: number | null;
273
- techRecord_weights_gbWeight?: number | null;
274
- techRecord_weights_designWeight?: number | null;
275
- techRecord_weights_eecWeight?: number | null;
276
- techRecord_tyres_tyreCode?: number | null;
277
- techRecord_tyres_tyreSize?: string | null;
278
- techRecord_tyres_plyRating?: string | null;
279
- techRecord_tyres_fitmentCode?: null | FitmentCode;
280
- techRecord_tyres_dataTrAxles?: null | number;
271
+ parkingBrakeMrk?: boolean | null;
272
+ axleNumber?: number | null;
273
+ weights_gbWeight?: number | null;
274
+ weights_designWeight?: number | null;
275
+ weights_eecWeight?: number | null;
276
+ tyres_tyreCode?: number | null;
277
+ tyres_tyreSize?: string | null;
278
+ tyres_plyRating?: string | null;
279
+ tyres_fitmentCode?: null | FitmentCode;
280
+ tyres_dataTrAxles?: null | number;
281
281
  }
282
282
  export interface HGVPlates {
283
- techRecord_plateSerialNumber?: string | null;
284
- techRecord_plateIssueDate?: string | null;
285
- techRecord_reasonForIssue?: null | PlateReasonForIssue;
286
- techRecord_plateIssuer?: string | null;
283
+ plateSerialNumber?: string | null;
284
+ plateIssueDate?: string | null;
285
+ reasonForIssue?: null | PlateReasonForIssue;
286
+ plateIssuer?: string | null;
287
287
  }
@@ -269,7 +269,7 @@ export interface GETPSVTechnicalRecordV3Complete {
269
269
  /**
270
270
  * @minItems 1
271
271
  */
272
- axles: [PSVAxlesComplete, ...PSVAxlesComplete[]];
272
+ techRecord_axles: [PSVAxlesComplete, ...PSVAxlesComplete[]];
273
273
  techRecord_applicantDetails_name?: string | null;
274
274
  techRecord_applicantDetails_address1?: null | string;
275
275
  techRecord_applicantDetails_address2?: null | string;
@@ -301,16 +301,16 @@ export interface GETPSVTechnicalRecordV3Complete {
301
301
  techRecord_updateType?: string;
302
302
  }
303
303
  export interface PSVAxlesComplete {
304
- techRecord_parkingBrakeMrk: boolean;
305
- techRecord_axleNumber: number;
306
- techRecord_weights_gbWeight: number;
307
- techRecord_weights_designWeight: number;
308
- techRecord_weights_ladenWeight: number;
309
- techRecord_weights_kerbWeight: number;
310
- techRecord_tyres_tyreCode: number;
311
- techRecord_tyres_tyreSize: string;
312
- techRecord_tyres_plyRating?: string | null;
313
- techRecord_tyres_fitmentCode: FitmentCode;
314
- techRecord_tyres_dataTrAxles?: null | number;
315
- techRecord_tyres_speedCategorySymbol: SpeedCategorySymbol;
304
+ parkingBrakeMrk: boolean;
305
+ axleNumber: number;
306
+ weights_gbWeight: number;
307
+ weights_designWeight: number;
308
+ weights_ladenWeight: number;
309
+ weights_kerbWeight: number;
310
+ tyres_tyreCode: number;
311
+ tyres_tyreSize: string;
312
+ tyres_plyRating?: string | null;
313
+ tyres_fitmentCode: FitmentCode;
314
+ tyres_dataTrAxles?: null | number;
315
+ tyres_speedCategorySymbol: SpeedCategorySymbol;
316
316
  }
@@ -265,7 +265,7 @@ export interface GETPSVTechnicalRecordV3Skeleton {
265
265
  techRecord_frontAxleToRearAxle?: number | null;
266
266
  techRecord_remarks?: string | null;
267
267
  techRecord_dispensations?: string | null;
268
- axles?: PSVAxles[];
268
+ techRecord_axles?: PSVAxles[];
269
269
  techRecord_applicantDetails_name?: string | null;
270
270
  techRecord_applicantDetails_address1?: null | string;
271
271
  techRecord_applicantDetails_address2?: null | string;
@@ -299,16 +299,16 @@ export interface GETPSVTechnicalRecordV3Skeleton {
299
299
  techRecord_updateType?: string;
300
300
  }
301
301
  export interface PSVAxles {
302
- techRecord_parkingBrakeMrk?: boolean | null;
303
- techRecord_axleNumber?: number | null;
304
- techRecord_weights_gbWeight?: number | null;
305
- techRecord_weights_designWeight?: number | null;
306
- techRecord_weights_ladenWeight?: number | null;
307
- techRecord_weights_kerbWeight?: number | null;
308
- techRecord_tyres_tyreCode?: number | null;
309
- techRecord_tyres_tyreSize?: string | null;
310
- techRecord_tyres_plyRating?: string | null;
311
- techRecord_tyres_fitmentCode?: null | FitmentCode;
312
- techRecord_tyres_dataTrAxles?: null | number;
313
- techRecord_tyres_speedCategorySymbol?: SpeedCategorySymbol | null;
302
+ parkingBrakeMrk?: boolean | null;
303
+ axleNumber?: number | null;
304
+ weights_gbWeight?: number | null;
305
+ weights_designWeight?: number | null;
306
+ weights_ladenWeight?: number | null;
307
+ weights_kerbWeight?: number | null;
308
+ tyres_tyreCode?: number | null;
309
+ tyres_tyreSize?: string | null;
310
+ tyres_plyRating?: string | null;
311
+ tyres_fitmentCode?: null | FitmentCode;
312
+ tyres_dataTrAxles?: null | number;
313
+ tyres_speedCategorySymbol?: SpeedCategorySymbol | null;
314
314
  }
@@ -265,7 +265,7 @@ export interface GETPSVTechnicalRecordV3Testable {
265
265
  techRecord_frontAxleToRearAxle?: number | null;
266
266
  techRecord_remarks?: string | null;
267
267
  techRecord_dispensations?: string | null;
268
- axles?: PSVAxles[];
268
+ techRecord_axles?: PSVAxles[];
269
269
  techRecord_applicantDetails_name?: string | null;
270
270
  techRecord_applicantDetails_address1?: null | string;
271
271
  techRecord_applicantDetails_address2?: null | string;
@@ -299,16 +299,16 @@ export interface GETPSVTechnicalRecordV3Testable {
299
299
  techRecord_updateType?: string;
300
300
  }
301
301
  export interface PSVAxles {
302
- techRecord_parkingBrakeMrk?: boolean | null;
303
- techRecord_axleNumber?: number | null;
304
- techRecord_weights_gbWeight?: number | null;
305
- techRecord_weights_designWeight?: number | null;
306
- techRecord_weights_ladenWeight?: number | null;
307
- techRecord_weights_kerbWeight?: number | null;
308
- techRecord_tyres_tyreCode?: number | null;
309
- techRecord_tyres_tyreSize?: string | null;
310
- techRecord_tyres_plyRating?: string | null;
311
- techRecord_tyres_fitmentCode?: null | FitmentCode;
312
- techRecord_tyres_dataTrAxles?: null | number;
313
- techRecord_tyres_speedCategorySymbol?: SpeedCategorySymbol | null;
302
+ parkingBrakeMrk?: boolean | null;
303
+ axleNumber?: number | null;
304
+ weights_gbWeight?: number | null;
305
+ weights_designWeight?: number | null;
306
+ weights_ladenWeight?: number | null;
307
+ weights_kerbWeight?: number | null;
308
+ tyres_tyreCode?: number | null;
309
+ tyres_tyreSize?: string | null;
310
+ tyres_plyRating?: string | null;
311
+ tyres_fitmentCode?: null | FitmentCode;
312
+ tyres_dataTrAxles?: null | number;
313
+ tyres_speedCategorySymbol?: SpeedCategorySymbol | null;
314
314
  }