@dvsa/cvs-type-definitions 3.0.48 → 3.1.0

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 (39) hide show
  1. package/json-schemas/v3/tech-record/get/hgv/complete/index.json +1 -11
  2. package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +18 -36
  3. package/json-schemas/v3/tech-record/get/hgv/testable/index.json +8 -26
  4. package/json-schemas/v3/tech-record/get/lgv/complete/index.json +2 -4
  5. package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +17 -23
  6. package/json-schemas/v3/tech-record/get/psv/complete/index.json +0 -4
  7. package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +0 -4
  8. package/json-schemas/v3/tech-record/get/psv/testable/index.json +0 -4
  9. package/json-schemas/v3/tech-record/get/trl/complete/index.json +1 -1
  10. package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +1 -1
  11. package/json-schemas/v3/tech-record/get/trl/testable/index.json +1 -1
  12. package/json-schemas/v3/tech-record/put/hgv/complete/index.json +1 -11
  13. package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +18 -36
  14. package/json-schemas/v3/tech-record/put/hgv/testable/index.json +7 -22
  15. package/json-schemas/v3/tech-record/put/lgv/complete/index.json +2 -4
  16. package/json-schemas/v3/tech-record/put/psv/complete/index.json +0 -4
  17. package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +0 -4
  18. package/json-schemas/v3/tech-record/put/psv/testable/index.json +3 -9
  19. package/json-schemas/v3/tech-record/put/small trl/complete/index.json +25 -18
  20. package/json-schemas/v3/tech-record/put/trl/complete/index.json +1 -1
  21. package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +1 -1
  22. package/json-schemas/v3/tech-record/put/trl/testable/index.json +1 -1
  23. package/package.json +1 -1
  24. package/types/v3/tech-record/get/hgv/complete/index.d.ts +0 -5
  25. package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +2 -7
  26. package/types/v3/tech-record/get/hgv/testable/index.d.ts +2 -7
  27. package/types/v3/tech-record/get/lgv/complete/index.d.ts +1 -1
  28. package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +1 -1
  29. package/types/v3/tech-record/get/psv/complete/index.d.ts +0 -4
  30. package/types/v3/tech-record/get/psv/skeleton/index.d.ts +0 -4
  31. package/types/v3/tech-record/get/psv/testable/index.d.ts +0 -4
  32. package/types/v3/tech-record/put/hgv/complete/index.d.ts +0 -5
  33. package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +2 -7
  34. package/types/v3/tech-record/put/hgv/testable/index.d.ts +2 -7
  35. package/types/v3/tech-record/put/lgv/complete/index.d.ts +1 -1
  36. package/types/v3/tech-record/put/psv/complete/index.d.ts +0 -4
  37. package/types/v3/tech-record/put/psv/skeleton/index.d.ts +0 -4
  38. package/types/v3/tech-record/put/psv/testable/index.d.ts +1 -5
  39. package/types/v3/tech-record/put/small trl/complete/index.d.ts +1 -1
@@ -259,7 +259,7 @@
259
259
  "string",
260
260
  "null"
261
261
  ],
262
- "maxLength": 30
262
+ "maxLength": 65
263
263
  },
264
264
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
265
265
  "type": [
@@ -507,12 +507,6 @@
507
507
  "techRecord_bodyType_description": {
508
508
  "type": "string"
509
509
  },
510
- "techRecord_brakes_antilockBrakingSystem": {
511
- "type": [
512
- "string",
513
- "null"
514
- ]
515
- },
516
510
  "techRecord_brakes_dtpNumber": {
517
511
  "type": "string",
518
512
  "maxLength": 6
@@ -1002,10 +996,6 @@
1002
996
  "NSSTA",
1003
997
  "ECSSTA",
1004
998
  "GB WVTA",
1005
- "UKNI WVTA",
1006
- "EU WVTA Pre 23",
1007
- "EU WVTA 23 on",
1008
- "QNIG",
1009
999
  "Prov.GB WVTA",
1010
1000
  "Small series",
1011
1001
  "IVA - VCA",
@@ -13,6 +13,8 @@
13
13
  "techRecord_recordCompleteness",
14
14
  "techRecord_statusCode",
15
15
  "techRecord_vehicleType",
16
+ "techRecord_vehicleClass_description",
17
+ "techRecord_bodyType_description",
16
18
  "primaryVrm",
17
19
  "vin"
18
20
  ],
@@ -227,7 +229,7 @@
227
229
  "string",
228
230
  "null"
229
231
  ],
230
- "maxLength": 30
232
+ "maxLength": 65
231
233
  },
232
234
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
233
235
  "type": [
@@ -504,16 +506,7 @@
504
506
  ]
505
507
  },
506
508
  "techRecord_bodyType_description": {
507
- "type": [
508
- "null",
509
- "string"
510
- ]
511
- },
512
- "techRecord_brakes_antilockBrakingSystem": {
513
- "type": [
514
- "string",
515
- "null"
516
- ]
509
+ "type": "string"
517
510
  },
518
511
  "techRecord_brakes_dtpNumber": {
519
512
  "type": [
@@ -1034,27 +1027,20 @@
1034
1027
  ]
1035
1028
  },
1036
1029
  "techRecord_vehicleClass_description": {
1037
- "anyOf": [
1038
- {
1039
- "type": "null"
1040
- },
1041
- {
1042
- "title": "Vehicle Class Description",
1043
- "type": "string",
1044
- "enum": [
1045
- "motorbikes over 200cc or with a sidecar",
1046
- "not applicable",
1047
- "small psv (ie: less than or equal to 22 seats)",
1048
- "motorbikes up to 200cc",
1049
- "trailer",
1050
- "large psv(ie: greater than 23 seats)",
1051
- "3 wheelers",
1052
- "heavy goods vehicle",
1053
- "MOT class 4",
1054
- "MOT class 7",
1055
- "MOT class 5"
1056
- ]
1057
- }
1030
+ "title": "Vehicle Class Description",
1031
+ "type": "string",
1032
+ "enum": [
1033
+ "motorbikes over 200cc or with a sidecar",
1034
+ "not applicable",
1035
+ "small psv (ie: less than or equal to 22 seats)",
1036
+ "motorbikes up to 200cc",
1037
+ "trailer",
1038
+ "large psv(ie: greater than 23 seats)",
1039
+ "3 wheelers",
1040
+ "heavy goods vehicle",
1041
+ "MOT class 4",
1042
+ "MOT class 7",
1043
+ "MOT class 5"
1058
1044
  ]
1059
1045
  },
1060
1046
  "techRecord_vehicleConfiguration": {
@@ -1094,10 +1080,6 @@
1094
1080
  "NSSTA",
1095
1081
  "ECSSTA",
1096
1082
  "GB WVTA",
1097
- "UKNI WVTA",
1098
- "EU WVTA Pre 23",
1099
- "EU WVTA 23 on",
1100
- "QNIG",
1101
1083
  "Prov.GB WVTA",
1102
1084
  "Small series",
1103
1085
  "IVA - VCA",
@@ -18,7 +18,9 @@
18
18
  "techRecord_vehicleConfiguration",
19
19
  "techRecord_vehicleClass_code",
20
20
  "techRecord_vehicleClass_description",
21
- "techRecord_numberOfWheelsDriven"
21
+ "techRecord_numberOfWheelsDriven",
22
+ "techRecord_noOfAxles",
23
+ "techRecord_bodyType_description"
22
24
  ],
23
25
  "properties": {
24
26
  "secondaryVrms": {
@@ -231,7 +233,7 @@
231
233
  "string",
232
234
  "null"
233
235
  ],
234
- "maxLength": 30
236
+ "maxLength": 65
235
237
  },
236
238
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
237
239
  "type": [
@@ -508,16 +510,7 @@
508
510
  ]
509
511
  },
510
512
  "techRecord_bodyType_description": {
511
- "type": [
512
- "null",
513
- "string"
514
- ]
515
- },
516
- "techRecord_brakes_antilockBrakingSystem": {
517
- "type": [
518
- "string",
519
- "null"
520
- ]
513
+ "type": "string"
521
514
  },
522
515
  "techRecord_brakes_dtpNumber": {
523
516
  "type": [
@@ -874,16 +867,9 @@
874
867
  "type": "integer"
875
868
  },
876
869
  "techRecord_noOfAxles": {
877
- "anyOf": [
878
- {
879
- "type": "integer",
880
- "minimum": 0,
881
- "maximum": 99
882
- },
883
- {
884
- "type": "null"
885
- }
886
- ]
870
+ "type": "integer",
871
+ "minimum": 0,
872
+ "maximum": 99
887
873
  },
888
874
  "techRecord_notes": {
889
875
  "type": [
@@ -1082,10 +1068,6 @@
1082
1068
  "NSSTA",
1083
1069
  "ECSSTA",
1084
1070
  "GB WVTA",
1085
- "UKNI WVTA",
1086
- "EU WVTA Pre 23",
1087
- "EU WVTA 23 on",
1088
- "QNIG",
1089
1071
  "Prov.GB WVTA",
1090
1072
  "Small series",
1091
1073
  "IVA - VCA",
@@ -12,6 +12,7 @@
12
12
  "techRecord_createdById",
13
13
  "techRecord_createdByName",
14
14
  "techRecord_reasonForCreation",
15
+ "techRecord_noOfAxles",
15
16
  "techRecord_vehicleConfiguration"
16
17
  ],
17
18
  "properties": {
@@ -162,10 +163,7 @@
162
163
  ]
163
164
  },
164
165
  "techRecord_noOfAxles": {
165
- "type": [
166
- "null",
167
- "integer"
168
- ]
166
+ "type": "integer"
169
167
  },
170
168
  "techRecord_notes": {
171
169
  "type": [
@@ -15,7 +15,8 @@
15
15
  "techRecord_vehicleType",
16
16
  "createdTimestamp",
17
17
  "partialVin",
18
- "vin"
18
+ "vin",
19
+ "techRecord_vehicleConfiguration"
19
20
  ],
20
21
  "properties": {
21
22
  "secondaryVrms": {
@@ -231,28 +232,21 @@
231
232
  "type": "string"
232
233
  },
233
234
  "techRecord_vehicleConfiguration": {
234
- "anyOf": [
235
- {
236
- "type": "null"
237
- },
238
- {
239
- "title": "Vehicle Configuration",
240
- "type": "string",
241
- "enum": [
242
- "rigid",
243
- "articulated",
244
- "centre axle drawbar",
245
- "semi-car transporter",
246
- "semi-trailer",
247
- "long semi-trailer",
248
- "low loader",
249
- "other",
250
- "drawbar",
251
- "four-in-line",
252
- "dolly",
253
- "full drawbar"
254
- ]
255
- }
235
+ "title": "Vehicle Configuration",
236
+ "type": "string",
237
+ "enum": [
238
+ "rigid",
239
+ "articulated",
240
+ "centre axle drawbar",
241
+ "semi-car transporter",
242
+ "semi-trailer",
243
+ "long semi-trailer",
244
+ "low loader",
245
+ "other",
246
+ "drawbar",
247
+ "four-in-line",
248
+ "dolly",
249
+ "full drawbar"
256
250
  ]
257
251
  },
258
252
  "techRecord_vehicleType": {
@@ -235,10 +235,6 @@
235
235
  "NSSTA",
236
236
  "ECSSTA",
237
237
  "GB WVTA",
238
- "UKNI WVTA",
239
- "EU WVTA Pre 23",
240
- "EU WVTA 23 on",
241
- "QNIG",
242
238
  "Prov.GB WVTA",
243
239
  "Small series",
244
240
  "IVA - VCA",
@@ -232,10 +232,6 @@
232
232
  "NSSTA",
233
233
  "ECSSTA",
234
234
  "GB WVTA",
235
- "UKNI WVTA",
236
- "EU WVTA Pre 23",
237
- "EU WVTA 23 on",
238
- "QNIG",
239
235
  "Prov.GB WVTA",
240
236
  "Small series",
241
237
  "IVA - VCA",
@@ -214,10 +214,6 @@
214
214
  "NSSTA",
215
215
  "ECSSTA",
216
216
  "GB WVTA",
217
- "UKNI WVTA",
218
- "EU WVTA Pre 23",
219
- "EU WVTA 23 on",
220
- "QNIG",
221
217
  "Prov.GB WVTA",
222
218
  "Small series",
223
219
  "IVA - VCA",
@@ -241,7 +241,7 @@
241
241
  "string",
242
242
  "null"
243
243
  ],
244
- "maxLength": 30
244
+ "maxLength": 65
245
245
  },
246
246
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
247
247
  "type": [
@@ -221,7 +221,7 @@
221
221
  "string",
222
222
  "null"
223
223
  ],
224
- "maxLength": 30
224
+ "maxLength": 65
225
225
  },
226
226
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
227
227
  "type": [
@@ -223,7 +223,7 @@
223
223
  "string",
224
224
  "null"
225
225
  ],
226
- "maxLength": 30
226
+ "maxLength": 65
227
227
  },
228
228
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
229
229
  "type": [
@@ -247,7 +247,7 @@
247
247
  "string",
248
248
  "null"
249
249
  ],
250
- "maxLength": 30
250
+ "maxLength": 65
251
251
  },
252
252
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
253
253
  "type": [
@@ -495,12 +495,6 @@
495
495
  "techRecord_bodyType_description": {
496
496
  "type": "string"
497
497
  },
498
- "techRecord_brakes_antilockBrakingSystem": {
499
- "type": [
500
- "string",
501
- "null"
502
- ]
503
- },
504
498
  "techRecord_brakes_dtpNumber": {
505
499
  "type": "string",
506
500
  "maxLength": 6
@@ -969,10 +963,6 @@
969
963
  "NSSTA",
970
964
  "ECSSTA",
971
965
  "GB WVTA",
972
- "UKNI WVTA",
973
- "EU WVTA Pre 23",
974
- "EU WVTA 23 on",
975
- "QNIG",
976
966
  "Prov.GB WVTA",
977
967
  "Small series",
978
968
  "IVA - VCA",
@@ -6,6 +6,8 @@
6
6
  "techRecord_reasonForCreation",
7
7
  "techRecord_statusCode",
8
8
  "techRecord_vehicleType",
9
+ "techRecord_vehicleClass_description",
10
+ "techRecord_bodyType_description",
9
11
  "vin"
10
12
  ],
11
13
  "properties": {
@@ -213,7 +215,7 @@
213
215
  "string",
214
216
  "null"
215
217
  ],
216
- "maxLength": 30
218
+ "maxLength": 65
217
219
  },
218
220
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
219
221
  "type": [
@@ -490,16 +492,7 @@
490
492
  ]
491
493
  },
492
494
  "techRecord_bodyType_description": {
493
- "type": [
494
- "null",
495
- "string"
496
- ]
497
- },
498
- "techRecord_brakes_antilockBrakingSystem": {
499
- "type": [
500
- "string",
501
- "null"
502
- ]
495
+ "type": "string"
503
496
  },
504
497
  "techRecord_brakes_dtpNumber": {
505
498
  "type": [
@@ -993,27 +986,20 @@
993
986
  "maxLength": 2
994
987
  },
995
988
  "techRecord_vehicleClass_description": {
996
- "anyOf": [
997
- {
998
- "type": "null"
999
- },
1000
- {
1001
- "title": "Vehicle Class Description",
1002
- "type": "string",
1003
- "enum": [
1004
- "motorbikes over 200cc or with a sidecar",
1005
- "not applicable",
1006
- "small psv (ie: less than or equal to 22 seats)",
1007
- "motorbikes up to 200cc",
1008
- "trailer",
1009
- "large psv(ie: greater than 23 seats)",
1010
- "3 wheelers",
1011
- "heavy goods vehicle",
1012
- "MOT class 4",
1013
- "MOT class 7",
1014
- "MOT class 5"
1015
- ]
1016
- }
989
+ "title": "Vehicle Class Description",
990
+ "type": "string",
991
+ "enum": [
992
+ "motorbikes over 200cc or with a sidecar",
993
+ "not applicable",
994
+ "small psv (ie: less than or equal to 22 seats)",
995
+ "motorbikes up to 200cc",
996
+ "trailer",
997
+ "large psv(ie: greater than 23 seats)",
998
+ "3 wheelers",
999
+ "heavy goods vehicle",
1000
+ "MOT class 4",
1001
+ "MOT class 7",
1002
+ "MOT class 5"
1017
1003
  ]
1018
1004
  },
1019
1005
  "techRecord_vehicleConfiguration": {
@@ -1053,10 +1039,6 @@
1053
1039
  "NSSTA",
1054
1040
  "ECSSTA",
1055
1041
  "GB WVTA",
1056
- "UKNI WVTA",
1057
- "EU WVTA Pre 23",
1058
- "EU WVTA 23 on",
1059
- "QNIG",
1060
1042
  "Prov.GB WVTA",
1061
1043
  "Small series",
1062
1044
  "IVA - VCA",
@@ -8,7 +8,9 @@
8
8
  "techRecord_vehicleType",
9
9
  "vin",
10
10
  "techRecord_vehicleConfiguration",
11
- "techRecord_vehicleClass_description"
11
+ "techRecord_vehicleClass_description",
12
+ "techRecord_noOfAxles",
13
+ "techRecord_bodyType_description"
12
14
  ],
13
15
  "properties": {
14
16
  "secondaryVrms": {
@@ -215,7 +217,7 @@
215
217
  "string",
216
218
  "null"
217
219
  ],
218
- "maxLength": 30
220
+ "maxLength": 65
219
221
  },
220
222
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
221
223
  "type": [
@@ -488,12 +490,6 @@
488
490
  "techRecord_bodyType_description": {
489
491
  "type": "string"
490
492
  },
491
- "techRecord_brakes_antilockBrakingSystem": {
492
- "type": [
493
- "string",
494
- "null"
495
- ]
496
- },
497
493
  "techRecord_brakes_dtpNumber": {
498
494
  "type": [
499
495
  "string",
@@ -834,16 +830,9 @@
834
830
  "maxLength": 30
835
831
  },
836
832
  "techRecord_noOfAxles": {
837
- "anyOf": [
838
- {
839
- "type": "integer",
840
- "minimum": 0,
841
- "maximum": 99
842
- },
843
- {
844
- "type": "null"
845
- }
846
- ]
833
+ "type": "integer",
834
+ "minimum": 0,
835
+ "maximum": 99
847
836
  },
848
837
  "techRecord_notes": {
849
838
  "type": [
@@ -1033,10 +1022,6 @@
1033
1022
  "NSSTA",
1034
1023
  "ECSSTA",
1035
1024
  "GB WVTA",
1036
- "UKNI WVTA",
1037
- "EU WVTA Pre 23",
1038
- "EU WVTA 23 on",
1039
- "QNIG",
1040
1025
  "Prov.GB WVTA",
1041
1026
  "Small series",
1042
1027
  "IVA - VCA",
@@ -8,6 +8,7 @@
8
8
  "techRecord_vehicleType",
9
9
  "techRecord_statusCode",
10
10
  "techRecord_reasonForCreation",
11
+ "techRecord_noOfAxles",
11
12
  "techRecord_vehicleConfiguration"
12
13
  ],
13
14
  "properties": {
@@ -132,10 +133,7 @@
132
133
  ]
133
134
  },
134
135
  "techRecord_noOfAxles": {
135
- "type": [
136
- "integer",
137
- "null"
138
- ]
136
+ "type": "integer"
139
137
  },
140
138
  "techRecord_notes": {
141
139
  "type": "string"
@@ -211,10 +211,6 @@
211
211
  "NSSTA",
212
212
  "ECSSTA",
213
213
  "GB WVTA",
214
- "UKNI WVTA",
215
- "EU WVTA Pre 23",
216
- "EU WVTA 23 on",
217
- "QNIG",
218
214
  "Prov.GB WVTA",
219
215
  "Small series",
220
216
  "IVA - VCA",
@@ -226,10 +226,6 @@
226
226
  "NSSTA",
227
227
  "ECSSTA",
228
228
  "GB WVTA",
229
- "UKNI WVTA",
230
- "EU WVTA Pre 23",
231
- "EU WVTA 23 on",
232
- "QNIG",
233
229
  "Prov.GB WVTA",
234
230
  "Small series",
235
231
  "IVA - VCA",
@@ -12,7 +12,8 @@
12
12
  "techRecord_noOfAxles",
13
13
  "techRecord_statusCode",
14
14
  "techRecord_reasonForCreation",
15
- "techRecord_vehicleClass_description"
15
+ "techRecord_vehicleClass_description",
16
+ "techRecord_brakes_dtpNumber"
16
17
  ],
17
18
  "properties": {
18
19
  "vin": {
@@ -199,10 +200,6 @@
199
200
  "NSSTA",
200
201
  "ECSSTA",
201
202
  "GB WVTA",
202
- "UKNI WVTA",
203
- "EU WVTA Pre 23",
204
- "EU WVTA 23 on",
205
- "QNIG",
206
203
  "Prov.GB WVTA",
207
204
  "Small series",
208
205
  "IVA - VCA",
@@ -818,10 +815,7 @@
818
815
  "maxLength": 255
819
816
  },
820
817
  "techRecord_brakes_dtpNumber": {
821
- "type": [
822
- "string",
823
- "null"
824
- ],
818
+ "type": "string",
825
819
  "maxLength": 6
826
820
  },
827
821
  "techRecord_brakes_brakeCode": {
@@ -134,24 +134,31 @@
134
134
  ]
135
135
  },
136
136
  "techRecord_vehicleSubclass": {
137
- "title": "Vehicle Subclass",
138
- "type": "array",
139
- "items": {
140
- "type": "string",
141
- "enum": [
142
- "n",
143
- "p",
144
- "a",
145
- "s",
146
- "c",
147
- "l",
148
- "t",
149
- "e",
150
- "m",
151
- "r",
152
- "w"
153
- ]
154
- }
137
+ "anyOf": [
138
+ {
139
+ "type": "null"
140
+ },
141
+ {
142
+ "title": "Vehicle Subclass",
143
+ "type": "array",
144
+ "items": {
145
+ "type": "string",
146
+ "enum": [
147
+ "n",
148
+ "p",
149
+ "a",
150
+ "s",
151
+ "c",
152
+ "l",
153
+ "t",
154
+ "e",
155
+ "m",
156
+ "r",
157
+ "w"
158
+ ]
159
+ }
160
+ }
161
+ ]
155
162
  },
156
163
  "techRecord_vehicleType": {
157
164
  "const": "trl"
@@ -230,7 +230,7 @@
230
230
  "string",
231
231
  "null"
232
232
  ],
233
- "maxLength": 30
233
+ "maxLength": 65
234
234
  },
235
235
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
236
236
  "type": [
@@ -262,7 +262,7 @@
262
262
  "string",
263
263
  "null"
264
264
  ],
265
- "maxLength": 30
265
+ "maxLength": 65
266
266
  },
267
267
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
268
268
  "type": [
@@ -264,7 +264,7 @@
264
264
  "string",
265
265
  "null"
266
266
  ],
267
- "maxLength": 30
267
+ "maxLength": 65
268
268
  },
269
269
  "techRecord_adrDetails_tank_tankDetails_tankCode": {
270
270
  "type": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.48",
3
+ "version": "3.1.0",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -133,10 +133,6 @@ export type ApprovalType =
133
133
  | "NSSTA"
134
134
  | "ECSSTA"
135
135
  | "GB WVTA"
136
- | "UKNI WVTA"
137
- | "EU WVTA Pre 23"
138
- | "EU WVTA 23 on"
139
- | "QNIG"
140
136
  | "Prov.GB WVTA"
141
137
  | "Small series"
142
138
  | "IVA - VCA"
@@ -203,7 +199,6 @@ export interface TechRecordGETHGVComplete {
203
199
  techRecord_axles: [HGVAxles, ...HGVAxles[]];
204
200
  techRecord_bodyType_code: string;
205
201
  techRecord_bodyType_description: string;
206
- techRecord_brakes_antilockBrakingSystem?: string | null;
207
202
  techRecord_brakes_dtpNumber: string;
208
203
  techRecord_brakes_loadSensingValve?: boolean | null;
209
204
  techRecord_conversionRefNo?: string | null;
@@ -133,10 +133,6 @@ export type ApprovalType =
133
133
  | "NSSTA"
134
134
  | "ECSSTA"
135
135
  | "GB WVTA"
136
- | "UKNI WVTA"
137
- | "EU WVTA Pre 23"
138
- | "EU WVTA 23 on"
139
- | "QNIG"
140
136
  | "Prov.GB WVTA"
141
137
  | "Small series"
142
138
  | "IVA - VCA"
@@ -199,8 +195,7 @@ export interface TechRecordGETHGVSkeleton {
199
195
  techRecord_applicationId?: string | null;
200
196
  techRecord_axles?: null | HGVAxles[];
201
197
  techRecord_bodyType_code?: null | string;
202
- techRecord_bodyType_description?: null | string;
203
- techRecord_brakes_antilockBrakingSystem?: string | null;
198
+ techRecord_bodyType_description: string;
204
199
  techRecord_brakes_dtpNumber?: string | null;
205
200
  techRecord_brakes_loadSensingValve?: boolean | null;
206
201
  techRecord_conversionRefNo?: string | null;
@@ -252,7 +247,7 @@ export interface TechRecordGETHGVSkeleton {
252
247
  techRecord_trainGbWeight?: number | null;
253
248
  techRecord_tyreUseCode?: string | null;
254
249
  techRecord_vehicleClass_code?: null | string;
255
- techRecord_vehicleClass_description?: null | VehicleClassDescription;
250
+ techRecord_vehicleClass_description: VehicleClassDescription;
256
251
  techRecord_vehicleConfiguration?: VehicleConfiguration | null;
257
252
  techRecord_approvalType?: ApprovalType | null;
258
253
  techRecord_approvalTypeNumber?: string | null;
@@ -133,10 +133,6 @@ export type ApprovalType =
133
133
  | "NSSTA"
134
134
  | "ECSSTA"
135
135
  | "GB WVTA"
136
- | "UKNI WVTA"
137
- | "EU WVTA Pre 23"
138
- | "EU WVTA 23 on"
139
- | "QNIG"
140
136
  | "Prov.GB WVTA"
141
137
  | "Small series"
142
138
  | "IVA - VCA"
@@ -199,8 +195,7 @@ export interface TechRecordGETHGVTestable {
199
195
  techRecord_applicationId?: string | null;
200
196
  techRecord_axles?: null | HGVAxles[];
201
197
  techRecord_bodyType_code?: null | string;
202
- techRecord_bodyType_description?: null | string;
203
- techRecord_brakes_antilockBrakingSystem?: string | null;
198
+ techRecord_bodyType_description: string;
204
199
  techRecord_brakes_dtpNumber?: string | null;
205
200
  techRecord_brakes_loadSensingValve?: boolean | null;
206
201
  techRecord_conversionRefNo?: string | null;
@@ -236,7 +231,7 @@ export interface TechRecordGETHGVTestable {
236
231
  techRecord_microfilm_microfilmSerialNumber?: string | null;
237
232
  techRecord_model?: string | null;
238
233
  techRecord_numberOfWheelsDriven: number;
239
- techRecord_noOfAxles?: number | null;
234
+ techRecord_noOfAxles: number;
240
235
  techRecord_notes?: string | null;
241
236
  techRecord_offRoad?: boolean | null;
242
237
  techRecord_plates?: null | HGVPlates[];
@@ -62,7 +62,7 @@ export interface TechRecordGETLGVComplete {
62
62
  techRecord_lastUpdatedByName?: string | null;
63
63
  techRecord_manufactureYear?: number | null;
64
64
  techRecord_recordCompleteness?: null | string;
65
- techRecord_noOfAxles?: null | number;
65
+ techRecord_noOfAxles: number;
66
66
  techRecord_notes?: null | string;
67
67
  techRecord_reasonForCreation: string;
68
68
  techRecord_regnDate?: string | null;
@@ -81,7 +81,7 @@ export interface TechRecordGETMotorcycleComplete {
81
81
  techRecord_statusCode?: null | StatusCode;
82
82
  techRecord_vehicleClass_description: VehicleClassDescription;
83
83
  techRecord_vehicleClass_code: string;
84
- techRecord_vehicleConfiguration?: null | VehicleConfiguration;
84
+ techRecord_vehicleConfiguration: VehicleConfiguration;
85
85
  techRecord_vehicleType: "motorcycle";
86
86
  vin: string;
87
87
  techRecord_numberOfWheelsDriven: number;
@@ -58,10 +58,6 @@ export type ApprovalType =
58
58
  | "NSSTA"
59
59
  | "ECSSTA"
60
60
  | "GB WVTA"
61
- | "UKNI WVTA"
62
- | "EU WVTA Pre 23"
63
- | "EU WVTA 23 on"
64
- | "QNIG"
65
61
  | "Prov.GB WVTA"
66
62
  | "Small series"
67
63
  | "IVA - VCA"
@@ -58,10 +58,6 @@ export type ApprovalType =
58
58
  | "NSSTA"
59
59
  | "ECSSTA"
60
60
  | "GB WVTA"
61
- | "UKNI WVTA"
62
- | "EU WVTA Pre 23"
63
- | "EU WVTA 23 on"
64
- | "QNIG"
65
61
  | "Prov.GB WVTA"
66
62
  | "Small series"
67
63
  | "IVA - VCA"
@@ -58,10 +58,6 @@ export type ApprovalType =
58
58
  | "NSSTA"
59
59
  | "ECSSTA"
60
60
  | "GB WVTA"
61
- | "UKNI WVTA"
62
- | "EU WVTA Pre 23"
63
- | "EU WVTA 23 on"
64
- | "QNIG"
65
61
  | "Prov.GB WVTA"
66
62
  | "Small series"
67
63
  | "IVA - VCA"
@@ -133,10 +133,6 @@ export type ApprovalType =
133
133
  | "NSSTA"
134
134
  | "ECSSTA"
135
135
  | "GB WVTA"
136
- | "UKNI WVTA"
137
- | "EU WVTA Pre 23"
138
- | "EU WVTA 23 on"
139
- | "QNIG"
140
136
  | "Prov.GB WVTA"
141
137
  | "Small series"
142
138
  | "IVA - VCA"
@@ -201,7 +197,6 @@ export interface TechRecordPUTHGVComplete {
201
197
  techRecord_axles: [HGVAxles, ...HGVAxles[]];
202
198
  techRecord_bodyType_code: string;
203
199
  techRecord_bodyType_description: string;
204
- techRecord_brakes_antilockBrakingSystem?: string | null;
205
200
  techRecord_brakes_dtpNumber: string;
206
201
  techRecord_brakes_loadSensingValve?: boolean | null;
207
202
  techRecord_conversionRefNo?: string | null;
@@ -133,10 +133,6 @@ export type ApprovalType =
133
133
  | "NSSTA"
134
134
  | "ECSSTA"
135
135
  | "GB WVTA"
136
- | "UKNI WVTA"
137
- | "EU WVTA Pre 23"
138
- | "EU WVTA 23 on"
139
- | "QNIG"
140
136
  | "Prov.GB WVTA"
141
137
  | "Small series"
142
138
  | "IVA - VCA"
@@ -197,8 +193,7 @@ export interface TechRecordPUTHGVSkeleton {
197
193
  techRecord_applicationId?: string | null;
198
194
  techRecord_axles?: null | HGVAxles[];
199
195
  techRecord_bodyType_code?: null | string;
200
- techRecord_bodyType_description?: null | string;
201
- techRecord_brakes_antilockBrakingSystem?: string | null;
196
+ techRecord_bodyType_description: string;
202
197
  techRecord_brakes_dtpNumber?: string | null;
203
198
  techRecord_brakes_loadSensingValve?: boolean | null;
204
199
  techRecord_conversionRefNo?: string | null;
@@ -243,7 +238,7 @@ export interface TechRecordPUTHGVSkeleton {
243
238
  techRecord_trainEecWeight?: number | null;
244
239
  techRecord_trainGbWeight?: number | null;
245
240
  techRecord_tyreUseCode?: string | null;
246
- techRecord_vehicleClass_description?: null | VehicleClassDescription;
241
+ techRecord_vehicleClass_description: VehicleClassDescription;
247
242
  techRecord_vehicleConfiguration?: VehicleConfiguration | null;
248
243
  techRecord_approvalType?: ApprovalType | null;
249
244
  techRecord_approvalTypeNumber?: string | null;
@@ -133,10 +133,6 @@ export type ApprovalType =
133
133
  | "NSSTA"
134
134
  | "ECSSTA"
135
135
  | "GB WVTA"
136
- | "UKNI WVTA"
137
- | "EU WVTA Pre 23"
138
- | "EU WVTA 23 on"
139
- | "QNIG"
140
136
  | "Prov.GB WVTA"
141
137
  | "Small series"
142
138
  | "IVA - VCA"
@@ -197,8 +193,7 @@ export interface TechRecordPUTHGVTestable {
197
193
  techRecord_applicationId?: null | string;
198
194
  techRecord_axles?: HGVAxles[];
199
195
  techRecord_bodyType_code?: string;
200
- techRecord_bodyType_description?: string;
201
- techRecord_brakes_antilockBrakingSystem?: string | null;
196
+ techRecord_bodyType_description: string;
202
197
  techRecord_brakes_dtpNumber?: string | null;
203
198
  techRecord_brakes_loadSensingValve?: boolean | null;
204
199
  techRecord_conversionRefNo?: string | null;
@@ -229,7 +224,7 @@ export interface TechRecordPUTHGVTestable {
229
224
  techRecord_microfilm_microfilmRollNumber?: string | null;
230
225
  techRecord_microfilm_microfilmSerialNumber?: string | null;
231
226
  techRecord_model?: string | null;
232
- techRecord_noOfAxles?: number | null;
227
+ techRecord_noOfAxles: number;
233
228
  techRecord_notes?: string | null;
234
229
  techRecord_offRoad?: boolean | null;
235
230
  techRecord_plates?: HGVPlates[];
@@ -57,7 +57,7 @@ export interface TechRecordPUTLGVComplete {
57
57
  techRecord_statusCode: StatusCode;
58
58
  techRecord_regnDate?: string | null;
59
59
  techRecord_manufactureYear?: number | null;
60
- techRecord_noOfAxles?: number | null;
60
+ techRecord_noOfAxles: number;
61
61
  techRecord_notes?: string;
62
62
  techRecord_vehicleSubclass: VehicleSubclass;
63
63
  techRecord_hiddenInVta?: boolean;
@@ -58,10 +58,6 @@ export type ApprovalType =
58
58
  | "NSSTA"
59
59
  | "ECSSTA"
60
60
  | "GB WVTA"
61
- | "UKNI WVTA"
62
- | "EU WVTA Pre 23"
63
- | "EU WVTA 23 on"
64
- | "QNIG"
65
61
  | "Prov.GB WVTA"
66
62
  | "Small series"
67
63
  | "IVA - VCA"
@@ -58,10 +58,6 @@ export type ApprovalType =
58
58
  | "NSSTA"
59
59
  | "ECSSTA"
60
60
  | "GB WVTA"
61
- | "UKNI WVTA"
62
- | "EU WVTA Pre 23"
63
- | "EU WVTA 23 on"
64
- | "QNIG"
65
61
  | "Prov.GB WVTA"
66
62
  | "Small series"
67
63
  | "IVA - VCA"
@@ -58,10 +58,6 @@ export type ApprovalType =
58
58
  | "NSSTA"
59
59
  | "ECSSTA"
60
60
  | "GB WVTA"
61
- | "UKNI WVTA"
62
- | "EU WVTA Pre 23"
63
- | "EU WVTA 23 on"
64
- | "QNIG"
65
61
  | "Prov.GB WVTA"
66
62
  | "Small series"
67
63
  | "IVA - VCA"
@@ -264,7 +260,7 @@ export interface TechRecordPUTPSVTestable {
264
260
  techRecord_applicantDetails_postCode?: null | string;
265
261
  techRecord_applicantDetails_telephoneNumber?: null | string;
266
262
  techRecord_applicantDetails_emailAddress?: null | string;
267
- techRecord_brakes_dtpNumber?: string | null;
263
+ techRecord_brakes_dtpNumber: string;
268
264
  techRecord_brakes_brakeCode?: string | null;
269
265
  techRecord_brakes_brakeCodeOriginal?: string | null;
270
266
  techRecord_brakes_dataTrBrakeOne?: string | null;
@@ -50,7 +50,7 @@ export interface TechRecordPUTSmallTRLComplete {
50
50
  techRecord_statusCode: StatusCode;
51
51
  techRecord_vehicleClass_description: VehicleClassDescription;
52
52
  techRecord_vehicleConfiguration: VehicleConfiguration;
53
- techRecord_vehicleSubclass?: VehicleSubclass;
53
+ techRecord_vehicleSubclass?: null | VehicleSubclass;
54
54
  techRecord_vehicleType: "trl";
55
55
  vin: string;
56
56
  trailerId?: string;