@dvsa/cvs-type-definitions 3.0.29 → 3.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +2 -8
- package/json-schemas/v3/tech-record/get/psv/complete/index.json +9 -26
- package/json-schemas/v3/tech-record/get/psv/testable/index.json +4 -15
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +34 -96
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +0 -6
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +2 -8
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +8 -22
- package/json-schemas/v3/tech-record/put/psv/testable/index.json +3 -10
- package/package.json +1 -1
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +2 -2
- package/types/v3/tech-record/get/psv/complete/index.d.ts +3 -3
- package/types/v3/tech-record/get/psv/testable/index.d.ts +3 -3
- package/types/v3/tech-record/get/trl/complete/index.d.ts +18 -18
- package/types/v3/tech-record/get/trl/testable/index.d.ts +2 -2
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +2 -2
- package/types/v3/tech-record/put/psv/complete/index.d.ts +2 -2
- package/types/v3/tech-record/put/psv/testable/index.d.ts +1 -1
|
@@ -379,17 +379,11 @@
|
|
|
379
379
|
"maxLength": 150
|
|
380
380
|
},
|
|
381
381
|
"techRecord_applicantDetails_address1": {
|
|
382
|
-
"type":
|
|
383
|
-
"null",
|
|
384
|
-
"string"
|
|
385
|
-
],
|
|
382
|
+
"type": "string",
|
|
386
383
|
"maxLength": 60
|
|
387
384
|
},
|
|
388
385
|
"techRecord_applicantDetails_address2": {
|
|
389
|
-
"type":
|
|
390
|
-
"null",
|
|
391
|
-
"string"
|
|
392
|
-
],
|
|
386
|
+
"type": "string",
|
|
393
387
|
"maxLength": 60
|
|
394
388
|
},
|
|
395
389
|
"techRecord_applicantDetails_postTown": {
|
|
@@ -103,18 +103,11 @@
|
|
|
103
103
|
]
|
|
104
104
|
},
|
|
105
105
|
"techRecord_vehicleSize": {
|
|
106
|
-
"
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
"small",
|
|
112
|
-
"large"
|
|
113
|
-
]
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"type": "null"
|
|
117
|
-
}
|
|
106
|
+
"title": "Vehicle Size",
|
|
107
|
+
"type": "string",
|
|
108
|
+
"enum": [
|
|
109
|
+
"small",
|
|
110
|
+
"large"
|
|
118
111
|
]
|
|
119
112
|
},
|
|
120
113
|
"techRecord_seatsLowerDeck": {
|
|
@@ -212,16 +205,9 @@
|
|
|
212
205
|
]
|
|
213
206
|
},
|
|
214
207
|
"techRecord_noOfAxles": {
|
|
215
|
-
"
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
"minimum": 0,
|
|
219
|
-
"maximum": 99
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"type": "null"
|
|
223
|
-
}
|
|
224
|
-
]
|
|
208
|
+
"type": "integer",
|
|
209
|
+
"minimum": 0,
|
|
210
|
+
"maximum": 99
|
|
225
211
|
},
|
|
226
212
|
"techRecord_departmentalVehicleMarker": {
|
|
227
213
|
"type": [
|
|
@@ -859,10 +845,7 @@
|
|
|
859
845
|
"maxLength": 255
|
|
860
846
|
},
|
|
861
847
|
"techRecord_brakes_dtpNumber": {
|
|
862
|
-
"type":
|
|
863
|
-
"string",
|
|
864
|
-
"null"
|
|
865
|
-
],
|
|
848
|
+
"type": "string",
|
|
866
849
|
"maxLength": 6
|
|
867
850
|
},
|
|
868
851
|
"techRecord_brakes_brakeCode": {
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"techRecord_reasonForCreation",
|
|
19
19
|
"techRecord_vehicleClass_code",
|
|
20
20
|
"techRecord_vehicleClass_description",
|
|
21
|
-
"techRecord_createdAt",
|
|
22
21
|
"techRecord_brakes_dtpNumber"
|
|
23
22
|
],
|
|
24
23
|
"properties": {
|
|
@@ -184,16 +183,9 @@
|
|
|
184
183
|
]
|
|
185
184
|
},
|
|
186
185
|
"techRecord_noOfAxles": {
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"minimum": 0,
|
|
191
|
-
"maximum": 99
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"type": "null"
|
|
195
|
-
}
|
|
196
|
-
]
|
|
186
|
+
"type": "integer",
|
|
187
|
+
"minimum": 0,
|
|
188
|
+
"maximum": 99
|
|
197
189
|
},
|
|
198
190
|
"techRecord_departmentalVehicleMarker": {
|
|
199
191
|
"type": [
|
|
@@ -877,10 +869,7 @@
|
|
|
877
869
|
"maxLength": 255
|
|
878
870
|
},
|
|
879
871
|
"techRecord_brakes_dtpNumber": {
|
|
880
|
-
"type":
|
|
881
|
-
"string",
|
|
882
|
-
"null"
|
|
883
|
-
],
|
|
872
|
+
"type": "string",
|
|
884
873
|
"maxLength": 6
|
|
885
874
|
},
|
|
886
875
|
"techRecord_brakes_brakeCode": {
|
|
@@ -504,42 +504,27 @@
|
|
|
504
504
|
"maxLength": 10
|
|
505
505
|
},
|
|
506
506
|
"techRecord_couplingCenterToRearAxleMax": {
|
|
507
|
-
"type":
|
|
508
|
-
"integer",
|
|
509
|
-
"null"
|
|
510
|
-
],
|
|
507
|
+
"type": "integer",
|
|
511
508
|
"maximum": 99999,
|
|
512
509
|
"minimum": 0
|
|
513
510
|
},
|
|
514
511
|
"techRecord_couplingCenterToRearAxleMin": {
|
|
515
|
-
"type":
|
|
516
|
-
"integer",
|
|
517
|
-
"null"
|
|
518
|
-
],
|
|
512
|
+
"type": "integer",
|
|
519
513
|
"maximum": 99999,
|
|
520
514
|
"minimum": 0
|
|
521
515
|
},
|
|
522
516
|
"techRecord_couplingCenterToRearTrlMax": {
|
|
523
|
-
"type":
|
|
524
|
-
"integer",
|
|
525
|
-
"null"
|
|
526
|
-
],
|
|
517
|
+
"type": "integer",
|
|
527
518
|
"maximum": 99999,
|
|
528
519
|
"minimum": 0
|
|
529
520
|
},
|
|
530
521
|
"techRecord_couplingCenterToRearTrlMin": {
|
|
531
|
-
"type":
|
|
532
|
-
"integer",
|
|
533
|
-
"null"
|
|
534
|
-
],
|
|
522
|
+
"type": "integer",
|
|
535
523
|
"maximum": 99999,
|
|
536
524
|
"minimum": 0
|
|
537
525
|
},
|
|
538
526
|
"techRecord_couplingType": {
|
|
539
|
-
"type":
|
|
540
|
-
"string",
|
|
541
|
-
"null"
|
|
542
|
-
],
|
|
527
|
+
"type": "string",
|
|
543
528
|
"maxLength": 1
|
|
544
529
|
},
|
|
545
530
|
"techRecord_createdAt": {
|
|
@@ -558,18 +543,12 @@
|
|
|
558
543
|
]
|
|
559
544
|
},
|
|
560
545
|
"techRecord_dimensions_length": {
|
|
561
|
-
"type":
|
|
562
|
-
"integer",
|
|
563
|
-
"null"
|
|
564
|
-
],
|
|
546
|
+
"type": "integer",
|
|
565
547
|
"maximum": 99999,
|
|
566
548
|
"minimum": 0
|
|
567
549
|
},
|
|
568
550
|
"techRecord_dimensions_width": {
|
|
569
|
-
"type":
|
|
570
|
-
"integer",
|
|
571
|
-
"null"
|
|
572
|
-
],
|
|
551
|
+
"type": "integer",
|
|
573
552
|
"maximum": 99999,
|
|
574
553
|
"minimum": 0
|
|
575
554
|
},
|
|
@@ -646,10 +625,7 @@
|
|
|
646
625
|
]
|
|
647
626
|
},
|
|
648
627
|
"techRecord_firstUseDate": {
|
|
649
|
-
"type":
|
|
650
|
-
"string",
|
|
651
|
-
"null"
|
|
652
|
-
]
|
|
628
|
+
"type": "string"
|
|
653
629
|
},
|
|
654
630
|
"techRecord_frameDescription": {
|
|
655
631
|
"anyOf": [
|
|
@@ -674,10 +650,7 @@
|
|
|
674
650
|
]
|
|
675
651
|
},
|
|
676
652
|
"techRecord_frontAxleToRearAxle": {
|
|
677
|
-
"type":
|
|
678
|
-
"integer",
|
|
679
|
-
"null"
|
|
680
|
-
],
|
|
653
|
+
"type": "integer",
|
|
681
654
|
"maximum": 99999,
|
|
682
655
|
"minimum": 0
|
|
683
656
|
},
|
|
@@ -785,10 +758,7 @@
|
|
|
785
758
|
]
|
|
786
759
|
},
|
|
787
760
|
"techRecord_make": {
|
|
788
|
-
"type":
|
|
789
|
-
"string",
|
|
790
|
-
"null"
|
|
791
|
-
],
|
|
761
|
+
"type": "string",
|
|
792
762
|
"maxLength": 50
|
|
793
763
|
},
|
|
794
764
|
"techRecord_manufactureYear": {
|
|
@@ -828,10 +798,7 @@
|
|
|
828
798
|
]
|
|
829
799
|
},
|
|
830
800
|
"techRecord_maxLoadOnCoupling": {
|
|
831
|
-
"type":
|
|
832
|
-
"integer",
|
|
833
|
-
"null"
|
|
834
|
-
],
|
|
801
|
+
"type": "integer",
|
|
835
802
|
"minimum": 0,
|
|
836
803
|
"maximum": 99999
|
|
837
804
|
},
|
|
@@ -924,23 +891,13 @@
|
|
|
924
891
|
"maxLength": 4
|
|
925
892
|
},
|
|
926
893
|
"techRecord_model": {
|
|
927
|
-
"type":
|
|
928
|
-
"string",
|
|
929
|
-
"null"
|
|
930
|
-
],
|
|
894
|
+
"type": "string",
|
|
931
895
|
"maxLength": 30
|
|
932
896
|
},
|
|
933
897
|
"techRecord_noOfAxles": {
|
|
934
|
-
"
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
"minimum": 0,
|
|
938
|
-
"maximum": 99
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"type": "null"
|
|
942
|
-
}
|
|
943
|
-
]
|
|
898
|
+
"type": "integer",
|
|
899
|
+
"minimum": 0,
|
|
900
|
+
"maximum": 99
|
|
944
901
|
},
|
|
945
902
|
"techRecord_notes": {
|
|
946
903
|
"type": "string"
|
|
@@ -1154,10 +1111,7 @@
|
|
|
1154
1111
|
]
|
|
1155
1112
|
},
|
|
1156
1113
|
"techRecord_rearAxleToRearTrl": {
|
|
1157
|
-
"type":
|
|
1158
|
-
"integer",
|
|
1159
|
-
"null"
|
|
1160
|
-
],
|
|
1114
|
+
"type": "integer",
|
|
1161
1115
|
"maximum": 99999,
|
|
1162
1116
|
"minimum": 0
|
|
1163
1117
|
},
|
|
@@ -1183,10 +1137,7 @@
|
|
|
1183
1137
|
]
|
|
1184
1138
|
},
|
|
1185
1139
|
"techRecord_roadFriendly": {
|
|
1186
|
-
"type":
|
|
1187
|
-
"boolean",
|
|
1188
|
-
"null"
|
|
1189
|
-
]
|
|
1140
|
+
"type": "boolean"
|
|
1190
1141
|
},
|
|
1191
1142
|
"techRecord_speedLimiterMrk": {
|
|
1192
1143
|
"type": [
|
|
@@ -1210,17 +1161,11 @@
|
|
|
1210
1161
|
]
|
|
1211
1162
|
},
|
|
1212
1163
|
"techRecord_suspensionType": {
|
|
1213
|
-
"type":
|
|
1214
|
-
"string",
|
|
1215
|
-
"null"
|
|
1216
|
-
],
|
|
1164
|
+
"type": "string",
|
|
1217
1165
|
"maxLength": 1
|
|
1218
1166
|
},
|
|
1219
1167
|
"techRecord_tyreUseCode": {
|
|
1220
|
-
"type":
|
|
1221
|
-
"string",
|
|
1222
|
-
"null"
|
|
1223
|
-
],
|
|
1168
|
+
"type": "string",
|
|
1224
1169
|
"maxLength": 2
|
|
1225
1170
|
},
|
|
1226
1171
|
"techRecord_variantNumber": {
|
|
@@ -1256,28 +1201,21 @@
|
|
|
1256
1201
|
]
|
|
1257
1202
|
},
|
|
1258
1203
|
"techRecord_vehicleConfiguration": {
|
|
1259
|
-
"
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
"dolly",
|
|
1275
|
-
"full drawbar"
|
|
1276
|
-
]
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
"type": "null"
|
|
1280
|
-
}
|
|
1204
|
+
"title": "Vehicle Configuration",
|
|
1205
|
+
"type": "string",
|
|
1206
|
+
"enum": [
|
|
1207
|
+
"rigid",
|
|
1208
|
+
"articulated",
|
|
1209
|
+
"centre axle drawbar",
|
|
1210
|
+
"semi-car transporter",
|
|
1211
|
+
"semi-trailer",
|
|
1212
|
+
"long semi-trailer",
|
|
1213
|
+
"low loader",
|
|
1214
|
+
"other",
|
|
1215
|
+
"drawbar",
|
|
1216
|
+
"four-in-line",
|
|
1217
|
+
"dolly",
|
|
1218
|
+
"full drawbar"
|
|
1281
1219
|
]
|
|
1282
1220
|
},
|
|
1283
1221
|
"techRecord_vehicleType": {
|
|
@@ -850,9 +850,6 @@
|
|
|
850
850
|
"type": "integer",
|
|
851
851
|
"minimum": 0,
|
|
852
852
|
"maximum": 99
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
"type": "null"
|
|
856
853
|
}
|
|
857
854
|
]
|
|
858
855
|
},
|
|
@@ -1143,9 +1140,6 @@
|
|
|
1143
1140
|
"dolly",
|
|
1144
1141
|
"full drawbar"
|
|
1145
1142
|
]
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
"type": "null"
|
|
1149
1143
|
}
|
|
1150
1144
|
]
|
|
1151
1145
|
},
|
|
@@ -367,17 +367,11 @@
|
|
|
367
367
|
"maxLength": 150
|
|
368
368
|
},
|
|
369
369
|
"techRecord_applicantDetails_address1": {
|
|
370
|
-
"type":
|
|
371
|
-
"null",
|
|
372
|
-
"string"
|
|
373
|
-
],
|
|
370
|
+
"type": "string",
|
|
374
371
|
"maxLength": 60
|
|
375
372
|
},
|
|
376
373
|
"techRecord_applicantDetails_address2": {
|
|
377
|
-
"type":
|
|
378
|
-
"null",
|
|
379
|
-
"string"
|
|
380
|
-
],
|
|
374
|
+
"type": "string",
|
|
381
375
|
"maxLength": 60
|
|
382
376
|
},
|
|
383
377
|
"techRecord_applicantDetails_postTown": {
|
|
@@ -97,18 +97,11 @@
|
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
99
|
"techRecord_vehicleSize": {
|
|
100
|
-
"
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
"small",
|
|
106
|
-
"large"
|
|
107
|
-
]
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"type": "null"
|
|
111
|
-
}
|
|
100
|
+
"title": "Vehicle Size",
|
|
101
|
+
"type": "string",
|
|
102
|
+
"enum": [
|
|
103
|
+
"small",
|
|
104
|
+
"large"
|
|
112
105
|
]
|
|
113
106
|
},
|
|
114
107
|
"techRecord_seatsLowerDeck": {
|
|
@@ -203,16 +196,9 @@
|
|
|
203
196
|
]
|
|
204
197
|
},
|
|
205
198
|
"techRecord_noOfAxles": {
|
|
206
|
-
"
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
"minimum": 0,
|
|
210
|
-
"maximum": 99
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "null"
|
|
214
|
-
}
|
|
215
|
-
]
|
|
199
|
+
"type": "integer",
|
|
200
|
+
"minimum": 0,
|
|
201
|
+
"maximum": 99
|
|
216
202
|
},
|
|
217
203
|
"techRecord_departmentalVehicleMarker": {
|
|
218
204
|
"type": [
|
|
@@ -184,16 +184,9 @@
|
|
|
184
184
|
]
|
|
185
185
|
},
|
|
186
186
|
"techRecord_noOfAxles": {
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"minimum": 0,
|
|
191
|
-
"maximum": 99
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"type": "null"
|
|
195
|
-
}
|
|
196
|
-
]
|
|
187
|
+
"type": "integer",
|
|
188
|
+
"minimum": 0,
|
|
189
|
+
"maximum": 99
|
|
197
190
|
},
|
|
198
191
|
"techRecord_departmentalVehicleMarker": {
|
|
199
192
|
"type": [
|
package/package.json
CHANGED
|
@@ -189,8 +189,8 @@ export interface TechRecordGETHGVComplete {
|
|
|
189
189
|
techRecord_adrDetails_tank_tankDetails_tankStatement_productList?: string | null;
|
|
190
190
|
techRecord_alterationMarker?: boolean | null;
|
|
191
191
|
techRecord_applicantDetails_name: string;
|
|
192
|
-
techRecord_applicantDetails_address1:
|
|
193
|
-
techRecord_applicantDetails_address2:
|
|
192
|
+
techRecord_applicantDetails_address1: string;
|
|
193
|
+
techRecord_applicantDetails_address2: string;
|
|
194
194
|
techRecord_applicantDetails_postTown: string;
|
|
195
195
|
techRecord_applicantDetails_address3?: null | string;
|
|
196
196
|
techRecord_applicantDetails_postCode?: null | string;
|
|
@@ -194,7 +194,7 @@ export interface TechRecordGETPSVComplete {
|
|
|
194
194
|
techRecord_reasonForCreation: string;
|
|
195
195
|
techRecord_createdAt: string;
|
|
196
196
|
techRecord_vehicleConfiguration: VehicleConfiguration;
|
|
197
|
-
techRecord_vehicleSize: VehicleSize
|
|
197
|
+
techRecord_vehicleSize: VehicleSize;
|
|
198
198
|
techRecord_seatsLowerDeck: number;
|
|
199
199
|
techRecord_seatsUpperDeck: number;
|
|
200
200
|
techRecord_numberOfWheelsDriven: number | null;
|
|
@@ -205,7 +205,7 @@ export interface TechRecordGETPSVComplete {
|
|
|
205
205
|
techRecord_euVehicleCategory?: EUVehicleCategory | null;
|
|
206
206
|
techRecord_regnDate?: null | string;
|
|
207
207
|
techRecord_manufactureYear?: number | null;
|
|
208
|
-
techRecord_noOfAxles: number
|
|
208
|
+
techRecord_noOfAxles: number;
|
|
209
209
|
techRecord_departmentalVehicleMarker?: boolean | null;
|
|
210
210
|
techRecord_alterationMarker?: boolean | null;
|
|
211
211
|
techRecord_approvalType?: ApprovalType | null;
|
|
@@ -278,7 +278,7 @@ export interface TechRecordGETPSVComplete {
|
|
|
278
278
|
techRecord_applicantDetails_postCode?: null | string;
|
|
279
279
|
techRecord_applicantDetails_telephoneNumber?: null | string;
|
|
280
280
|
techRecord_applicantDetails_emailAddress?: null | string;
|
|
281
|
-
techRecord_brakes_dtpNumber: string
|
|
281
|
+
techRecord_brakes_dtpNumber: string;
|
|
282
282
|
techRecord_brakes_brakeCode: string;
|
|
283
283
|
techRecord_brakes_brakeCodeOriginal?: string | null;
|
|
284
284
|
techRecord_brakes_dataTrBrakeOne: string;
|
|
@@ -191,7 +191,7 @@ export interface TechRecordGETPSVTestable {
|
|
|
191
191
|
techRecord_vehicleType: "psv";
|
|
192
192
|
techRecord_statusCode: StatusCode;
|
|
193
193
|
techRecord_reasonForCreation: string;
|
|
194
|
-
techRecord_createdAt
|
|
194
|
+
techRecord_createdAt?: string;
|
|
195
195
|
techRecord_vehicleConfiguration: VehicleConfiguration;
|
|
196
196
|
techRecord_vehicleSize: VehicleSize;
|
|
197
197
|
techRecord_seatsLowerDeck: number;
|
|
@@ -204,7 +204,7 @@ export interface TechRecordGETPSVTestable {
|
|
|
204
204
|
techRecord_euVehicleCategory?: EUVehicleCategory | null;
|
|
205
205
|
techRecord_regnDate?: string | null;
|
|
206
206
|
techRecord_manufactureYear?: number | null;
|
|
207
|
-
techRecord_noOfAxles: number
|
|
207
|
+
techRecord_noOfAxles: number;
|
|
208
208
|
techRecord_departmentalVehicleMarker?: boolean | null;
|
|
209
209
|
techRecord_alterationMarker?: boolean | null;
|
|
210
210
|
techRecord_approvalType?: ApprovalType | null;
|
|
@@ -274,7 +274,7 @@ export interface TechRecordGETPSVTestable {
|
|
|
274
274
|
techRecord_applicantDetails_postCode?: null | string;
|
|
275
275
|
techRecord_applicantDetails_telephoneNumber?: null | string;
|
|
276
276
|
techRecord_applicantDetails_emailAddress?: null | string;
|
|
277
|
-
techRecord_brakes_dtpNumber: string
|
|
277
|
+
techRecord_brakes_dtpNumber: string;
|
|
278
278
|
techRecord_brakes_brakeCode?: string | null;
|
|
279
279
|
techRecord_brakes_brakeCodeOriginal?: string | null;
|
|
280
280
|
techRecord_brakes_dataTrBrakeOne?: string | null;
|
|
@@ -245,26 +245,26 @@ export interface TechRecordGETTRLComplete {
|
|
|
245
245
|
techRecord_brakes_loadSensingValve?: boolean | null;
|
|
246
246
|
techRecord_centreOfRearmostAxleToRearOfTrl?: number | null;
|
|
247
247
|
techRecord_conversionRefNo?: string | null;
|
|
248
|
-
techRecord_couplingCenterToRearAxleMax: number
|
|
249
|
-
techRecord_couplingCenterToRearAxleMin: number
|
|
250
|
-
techRecord_couplingCenterToRearTrlMax: number
|
|
251
|
-
techRecord_couplingCenterToRearTrlMin: number
|
|
252
|
-
techRecord_couplingType: string
|
|
248
|
+
techRecord_couplingCenterToRearAxleMax: number;
|
|
249
|
+
techRecord_couplingCenterToRearAxleMin: number;
|
|
250
|
+
techRecord_couplingCenterToRearTrlMax: number;
|
|
251
|
+
techRecord_couplingCenterToRearTrlMin: number;
|
|
252
|
+
techRecord_couplingType: string;
|
|
253
253
|
techRecord_createdAt: string;
|
|
254
254
|
techRecord_createdById: string;
|
|
255
255
|
techRecord_createdByName: string;
|
|
256
256
|
techRecord_departmentalVehicleMarker?: boolean | null;
|
|
257
|
-
techRecord_dimensions_length: number
|
|
258
|
-
techRecord_dimensions_width: number
|
|
257
|
+
techRecord_dimensions_length: number;
|
|
258
|
+
techRecord_dimensions_width: number;
|
|
259
259
|
drawbarCouplingFitted?: null | string;
|
|
260
260
|
techRecord_emissionsLimit?: null | number;
|
|
261
261
|
techRecord_euVehicleCategory: EUVehicleCategory;
|
|
262
262
|
techRecord_euroStandard?: null | EuroStandard;
|
|
263
263
|
frontAxleTo5thWheelMax?: number | null;
|
|
264
264
|
techRecord_frontAxleTo5thWheelMin?: number | null;
|
|
265
|
-
techRecord_firstUseDate: string
|
|
265
|
+
techRecord_firstUseDate: string;
|
|
266
266
|
techRecord_frameDescription?: FrameDescription | null;
|
|
267
|
-
techRecord_frontAxleToRearAxle: number
|
|
267
|
+
techRecord_frontAxleToRearAxle: number;
|
|
268
268
|
techRecord_frontVehicleTo5thWheelCouplingMax?: string | null;
|
|
269
269
|
techRecord_frontVehicleTo5thWheelCouplingMin?: string | null;
|
|
270
270
|
techRecord_fuelPropulsionSystem?: FuelPropulsionSystem;
|
|
@@ -276,19 +276,19 @@ export interface TechRecordGETTRLComplete {
|
|
|
276
276
|
techRecord_letterOfAuth_letterDateRequested?: string | null;
|
|
277
277
|
techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
|
|
278
278
|
techRecord_letterOfAuth_letterIssuer?: string | null;
|
|
279
|
-
techRecord_make: string
|
|
279
|
+
techRecord_make: string;
|
|
280
280
|
techRecord_manufactureYear?: number | null;
|
|
281
281
|
techRecord_maxTrainDesignWeight?: null | number;
|
|
282
282
|
techRecord_maxTrainEecWeight?: null | number;
|
|
283
283
|
techRecord_maxTrainGbWeight?: null | number;
|
|
284
284
|
techRecord_manufacturerDetails?: string | null;
|
|
285
|
-
techRecord_maxLoadOnCoupling: number
|
|
285
|
+
techRecord_maxLoadOnCoupling: number;
|
|
286
286
|
techRecord_microfilm?: string | null;
|
|
287
287
|
techRecord_microfilm_microfilmDocumentType?: null | MicrofilmDocumentType;
|
|
288
288
|
techRecord_microfilm_microfilmRollNumber?: string | null;
|
|
289
289
|
techRecord_microfilm_microfilmSerialNumber?: string | null;
|
|
290
|
-
techRecord_model: string
|
|
291
|
-
techRecord_noOfAxles: number
|
|
290
|
+
techRecord_model: string;
|
|
291
|
+
techRecord_noOfAxles: number;
|
|
292
292
|
techRecord_notes: string;
|
|
293
293
|
techRecord_ntaNumber?: null | string;
|
|
294
294
|
techRecord_numberOfWheelsDriven?: number | null;
|
|
@@ -317,21 +317,21 @@ export interface TechRecordGETTRLComplete {
|
|
|
317
317
|
techRecord_lastUpdatedAt?: string | null;
|
|
318
318
|
techRecord_lastUpdatedByName?: string | null;
|
|
319
319
|
techRecord_lastUpdatedById?: string | null;
|
|
320
|
-
techRecord_rearAxleToRearTrl: number
|
|
320
|
+
techRecord_rearAxleToRearTrl: number;
|
|
321
321
|
techRecord_reasonForCreation: string;
|
|
322
322
|
techRecord_recordCompleteness: "complete";
|
|
323
323
|
techRecord_regnDate?: string | null;
|
|
324
|
-
techRecord_roadFriendly: boolean
|
|
324
|
+
techRecord_roadFriendly: boolean;
|
|
325
325
|
techRecord_speedLimiterMrk?: null | boolean;
|
|
326
326
|
techRecord_statusCode: StatusCode;
|
|
327
327
|
techRecord_tachoExemptMrk?: null | boolean;
|
|
328
|
-
techRecord_suspensionType: string
|
|
329
|
-
techRecord_tyreUseCode: string
|
|
328
|
+
techRecord_suspensionType: string;
|
|
329
|
+
techRecord_tyreUseCode: string;
|
|
330
330
|
techRecord_variantNumber?: null | string;
|
|
331
331
|
techRecord_variantVersionNumber?: null | string;
|
|
332
332
|
techRecord_vehicleClass_code: string;
|
|
333
333
|
techRecord_vehicleClass_description: VehicleClassDescription;
|
|
334
|
-
techRecord_vehicleConfiguration: VehicleConfiguration
|
|
334
|
+
techRecord_vehicleConfiguration: VehicleConfiguration;
|
|
335
335
|
techRecord_vehicleType: "trl";
|
|
336
336
|
trailerId: string;
|
|
337
337
|
vin: string;
|
|
@@ -260,7 +260,7 @@ export interface TechRecordGETTRLTestable {
|
|
|
260
260
|
techRecord_microfilm_microfilmRollNumber?: string | null;
|
|
261
261
|
techRecord_microfilm_microfilmSerialNumber?: string | null;
|
|
262
262
|
techRecord_model?: string | null;
|
|
263
|
-
techRecord_noOfAxles: number
|
|
263
|
+
techRecord_noOfAxles: number;
|
|
264
264
|
techRecord_plates?: null | TRLPlates[];
|
|
265
265
|
techRecord_purchaserDetails_address1?: string | null;
|
|
266
266
|
techRecord_purchaserDetails_address2?: string | null;
|
|
@@ -295,7 +295,7 @@ export interface TechRecordGETTRLTestable {
|
|
|
295
295
|
techRecord_tyreUseCode?: string | null;
|
|
296
296
|
techRecord_vehicleClass_code: string;
|
|
297
297
|
techRecord_vehicleClass_description: VehicleClassDescription;
|
|
298
|
-
techRecord_vehicleConfiguration: VehicleConfiguration
|
|
298
|
+
techRecord_vehicleConfiguration: VehicleConfiguration;
|
|
299
299
|
techRecord_vehicleType: "trl";
|
|
300
300
|
trailerId: string;
|
|
301
301
|
vin: string;
|
|
@@ -187,8 +187,8 @@ export interface TechRecordPUTHGVComplete {
|
|
|
187
187
|
techRecord_adrDetails_tank_tankDetails_tankStatement_productList?: string | null;
|
|
188
188
|
techRecord_alterationMarker?: boolean | null;
|
|
189
189
|
techRecord_applicantDetails_name: string;
|
|
190
|
-
techRecord_applicantDetails_address1:
|
|
191
|
-
techRecord_applicantDetails_address2:
|
|
190
|
+
techRecord_applicantDetails_address1: string;
|
|
191
|
+
techRecord_applicantDetails_address2: string;
|
|
192
192
|
techRecord_applicantDetails_postTown: string;
|
|
193
193
|
techRecord_applicantDetails_address3?: null | string;
|
|
194
194
|
techRecord_applicantDetails_postCode?: null | string;
|
|
@@ -193,7 +193,7 @@ export interface TechRecordPUTPSVComplete {
|
|
|
193
193
|
techRecord_reasonForCreation: string;
|
|
194
194
|
techRecord_createdAt?: null | string;
|
|
195
195
|
techRecord_vehicleConfiguration: VehicleConfiguration;
|
|
196
|
-
techRecord_vehicleSize: VehicleSize
|
|
196
|
+
techRecord_vehicleSize: VehicleSize;
|
|
197
197
|
techRecord_seatsLowerDeck: number;
|
|
198
198
|
techRecord_seatsUpperDeck: number;
|
|
199
199
|
techRecord_numberOfWheelsDriven: number | null;
|
|
@@ -203,7 +203,7 @@ export interface TechRecordPUTPSVComplete {
|
|
|
203
203
|
techRecord_euVehicleCategory?: EUVehicleCategory | null;
|
|
204
204
|
techRecord_regnDate?: null | string;
|
|
205
205
|
techRecord_manufactureYear?: number | null;
|
|
206
|
-
techRecord_noOfAxles: number
|
|
206
|
+
techRecord_noOfAxles: number;
|
|
207
207
|
techRecord_departmentalVehicleMarker?: boolean | null;
|
|
208
208
|
techRecord_alterationMarker?: boolean | null;
|
|
209
209
|
techRecord_approvalType?: ApprovalType | null;
|
|
@@ -203,7 +203,7 @@ export interface TechRecordPUTPSVTestable {
|
|
|
203
203
|
techRecord_euVehicleCategory?: EUVehicleCategory | null;
|
|
204
204
|
techRecord_regnDate?: string | null;
|
|
205
205
|
techRecord_manufactureYear?: number | null;
|
|
206
|
-
techRecord_noOfAxles: number
|
|
206
|
+
techRecord_noOfAxles: number;
|
|
207
207
|
techRecord_departmentalVehicleMarker?: boolean | null;
|
|
208
208
|
techRecord_alterationMarker?: boolean | null;
|
|
209
209
|
techRecord_approvalType?: ApprovalType | null;
|