@dvsa/cvs-type-definitions 3.2.1 → 3.2.3
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/enums/approvalType.enum.json +4 -2
- package/json-schemas/v3/tech-record/enums/approvalTypeHgvOrPsv.enum.json +4 -2
- package/json-schemas/v3/tech-record/enums/vehicleClassDescriptionPSV.enum.json +12 -0
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +6 -18
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +6 -21
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +6 -18
- package/json-schemas/v3/tech-record/get/psv/complete/index.json +9 -12
- package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +9 -12
- package/json-schemas/v3/tech-record/get/psv/testable/index.json +9 -12
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +6 -18
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +6 -18
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +6 -18
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +5 -17
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +5 -17
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +5 -17
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +9 -12
- package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +9 -12
- package/json-schemas/v3/tech-record/put/psv/testable/index.json +9 -12
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +5 -17
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +5 -17
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +5 -17
- package/package.json +1 -1
- package/schemas.d.ts +1 -1
- package/schemas.js +1 -0
- package/types/v3/tech-record/enums/approvalType.enum.d.ts +2 -1
- package/types/v3/tech-record/enums/approvalType.enum.js +2 -1
- package/types/v3/tech-record/enums/approvalType.enum.ts +2 -1
- package/types/v3/tech-record/enums/approvalTypeHgvOrPsv.enum.d.ts +2 -1
- package/types/v3/tech-record/enums/approvalTypeHgvOrPsv.enum.js +2 -1
- package/types/v3/tech-record/enums/approvalTypeHgvOrPsv.enum.ts +2 -1
- package/types/v3/tech-record/enums/vehicleClassDescriptionPSV.enum.d.ts +9 -0
- package/types/v3/tech-record/enums/vehicleClassDescriptionPSV.enum.js +14 -0
- package/types/v3/tech-record/enums/vehicleClassDescriptionPSV.enum.ts +11 -0
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +4 -15
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +4 -15
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +4 -15
- package/types/v3/tech-record/get/psv/complete/index.d.ts +6 -13
- package/types/v3/tech-record/get/psv/skeleton/index.d.ts +6 -13
- package/types/v3/tech-record/get/psv/testable/index.d.ts +6 -13
- package/types/v3/tech-record/get/trl/complete/index.d.ts +4 -15
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +4 -15
- package/types/v3/tech-record/get/trl/testable/index.d.ts +4 -15
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +3 -14
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +3 -14
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +3 -14
- package/types/v3/tech-record/put/psv/complete/index.d.ts +6 -13
- package/types/v3/tech-record/put/psv/skeleton/index.d.ts +6 -13
- package/types/v3/tech-record/put/psv/testable/index.d.ts +6 -13
- package/types/v3/tech-record/put/trl/complete/index.d.ts +3 -14
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +3 -14
- package/types/v3/tech-record/put/trl/testable/index.d.ts +3 -14
|
@@ -119,18 +119,6 @@ export type PlateReasonForIssue =
|
|
|
119
119
|
| "Original"
|
|
120
120
|
| "Manual";
|
|
121
121
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
122
|
-
export type VehicleClassDescription =
|
|
123
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
124
|
-
| "not applicable"
|
|
125
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
126
|
-
| "motorbikes up to 200cc"
|
|
127
|
-
| "trailer"
|
|
128
|
-
| "large psv(ie: greater than 23 seats)"
|
|
129
|
-
| "3 wheelers"
|
|
130
|
-
| "heavy goods vehicle"
|
|
131
|
-
| "MOT class 4"
|
|
132
|
-
| "MOT class 7"
|
|
133
|
-
| "MOT class 5";
|
|
134
122
|
export type VehicleConfiguration =
|
|
135
123
|
| "rigid"
|
|
136
124
|
| "articulated"
|
|
@@ -279,8 +267,8 @@ export interface TechRecordGETTRLSkeleton {
|
|
|
279
267
|
techRecord_statusCode: StatusCode;
|
|
280
268
|
techRecord_suspensionType?: string | null;
|
|
281
269
|
techRecord_tyreUseCode?: string | null;
|
|
282
|
-
techRecord_vehicleClass_code:
|
|
283
|
-
techRecord_vehicleClass_description:
|
|
270
|
+
techRecord_vehicleClass_code: "t";
|
|
271
|
+
techRecord_vehicleClass_description: "trailer";
|
|
284
272
|
techRecord_vehicleConfiguration?: VehicleConfiguration | null;
|
|
285
273
|
techRecord_vehicleType: "trl";
|
|
286
274
|
trailerId: string;
|
|
@@ -336,7 +324,8 @@ export enum ApprovalType {
|
|
|
336
324
|
EU_WVTA_23_ON = "EU WVTA 23 on",
|
|
337
325
|
QNIG = "QNIG",
|
|
338
326
|
PROV_GB_WVTA = "Prov.GB WVTA",
|
|
339
|
-
|
|
327
|
+
SMALL_SERIES_NKSXX = "Small series NKSXX",
|
|
328
|
+
SMALL_SERIES_NKS = "Small series NKS",
|
|
340
329
|
IVA_VCA = "IVA - VCA",
|
|
341
330
|
IVA_DVSA_NI = "IVA - DVSA/NI"
|
|
342
331
|
}
|
|
@@ -102,18 +102,6 @@ export type PlateReasonForIssue =
|
|
|
102
102
|
| "Original"
|
|
103
103
|
| "Manual";
|
|
104
104
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
105
|
-
export type VehicleClassDescription =
|
|
106
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
107
|
-
| "not applicable"
|
|
108
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
109
|
-
| "motorbikes up to 200cc"
|
|
110
|
-
| "trailer"
|
|
111
|
-
| "large psv(ie: greater than 23 seats)"
|
|
112
|
-
| "3 wheelers"
|
|
113
|
-
| "heavy goods vehicle"
|
|
114
|
-
| "MOT class 4"
|
|
115
|
-
| "MOT class 7"
|
|
116
|
-
| "MOT class 5";
|
|
117
105
|
export type VehicleConfiguration =
|
|
118
106
|
| "rigid"
|
|
119
107
|
| "articulated"
|
|
@@ -278,8 +266,8 @@ export interface TechRecordGETTRLTestable {
|
|
|
278
266
|
techRecord_statusCode: StatusCode;
|
|
279
267
|
techRecord_suspensionType?: string | null;
|
|
280
268
|
techRecord_tyreUseCode?: string | null;
|
|
281
|
-
techRecord_vehicleClass_code:
|
|
282
|
-
techRecord_vehicleClass_description:
|
|
269
|
+
techRecord_vehicleClass_code: "t";
|
|
270
|
+
techRecord_vehicleClass_description: "trailer";
|
|
283
271
|
techRecord_vehicleConfiguration: VehicleConfiguration;
|
|
284
272
|
techRecord_vehicleType: "trl";
|
|
285
273
|
trailerId: string;
|
|
@@ -336,7 +324,8 @@ export enum ApprovalType {
|
|
|
336
324
|
EU_WVTA_23_ON = "EU WVTA 23 on",
|
|
337
325
|
QNIG = "QNIG",
|
|
338
326
|
PROV_GB_WVTA = "Prov.GB WVTA",
|
|
339
|
-
|
|
327
|
+
SMALL_SERIES_NKSXX = "Small series NKSXX",
|
|
328
|
+
SMALL_SERIES_NKS = "Small series NKS",
|
|
340
329
|
IVA_VCA = "IVA - VCA",
|
|
341
330
|
IVA_DVSA_NI = "IVA - DVSA/NI"
|
|
342
331
|
}
|
|
@@ -101,18 +101,6 @@ export type PlateReasonForIssue =
|
|
|
101
101
|
| "Original"
|
|
102
102
|
| "Manual";
|
|
103
103
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
104
|
-
export type VehicleClassDescription =
|
|
105
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
106
|
-
| "not applicable"
|
|
107
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
108
|
-
| "motorbikes up to 200cc"
|
|
109
|
-
| "trailer"
|
|
110
|
-
| "large psv(ie: greater than 23 seats)"
|
|
111
|
-
| "3 wheelers"
|
|
112
|
-
| "heavy goods vehicle"
|
|
113
|
-
| "MOT class 4"
|
|
114
|
-
| "MOT class 7"
|
|
115
|
-
| "MOT class 5";
|
|
116
104
|
export type VehicleConfiguration =
|
|
117
105
|
| "rigid"
|
|
118
106
|
| "articulated"
|
|
@@ -230,7 +218,7 @@ export interface TechRecordPUTHGVComplete {
|
|
|
230
218
|
techRecord_trainEecWeight?: number | null;
|
|
231
219
|
techRecord_trainGbWeight: number;
|
|
232
220
|
techRecord_tyreUseCode: string;
|
|
233
|
-
techRecord_vehicleClass_description:
|
|
221
|
+
techRecord_vehicleClass_description: "heavy goods vehicle";
|
|
234
222
|
techRecord_vehicleConfiguration: VehicleConfiguration;
|
|
235
223
|
techRecord_approvalType: ApprovalType;
|
|
236
224
|
techRecord_approvalTypeNumber?: string | null;
|
|
@@ -274,7 +262,8 @@ export enum ApprovalType {
|
|
|
274
262
|
ECSSTA = "ECSSTA",
|
|
275
263
|
GB_WVTA = "GB WVTA",
|
|
276
264
|
PROV_GB_WVTA = "Prov.GB WVTA",
|
|
277
|
-
|
|
265
|
+
SMALL_SERIES_NKSXX = "Small series NKSXX",
|
|
266
|
+
SMALL_SERIES_NKS = "Small series NKS",
|
|
278
267
|
IVA_VCA = "IVA - VCA",
|
|
279
268
|
IVA_DVSA_NI = "IVA - DVSA/NI"
|
|
280
269
|
}
|
|
@@ -101,18 +101,6 @@ export type PlateReasonForIssue =
|
|
|
101
101
|
| "Original"
|
|
102
102
|
| "Manual";
|
|
103
103
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
104
|
-
export type VehicleClassDescription =
|
|
105
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
106
|
-
| "not applicable"
|
|
107
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
108
|
-
| "motorbikes up to 200cc"
|
|
109
|
-
| "trailer"
|
|
110
|
-
| "large psv(ie: greater than 23 seats)"
|
|
111
|
-
| "3 wheelers"
|
|
112
|
-
| "heavy goods vehicle"
|
|
113
|
-
| "MOT class 4"
|
|
114
|
-
| "MOT class 7"
|
|
115
|
-
| "MOT class 5";
|
|
116
104
|
export type VehicleConfiguration =
|
|
117
105
|
| "rigid"
|
|
118
106
|
| "articulated"
|
|
@@ -227,7 +215,7 @@ export interface TechRecordPUTHGVSkeleton {
|
|
|
227
215
|
techRecord_trainEecWeight?: number | null;
|
|
228
216
|
techRecord_trainGbWeight?: number | null;
|
|
229
217
|
techRecord_tyreUseCode?: string | null;
|
|
230
|
-
techRecord_vehicleClass_description:
|
|
218
|
+
techRecord_vehicleClass_description: "heavy goods vehicle";
|
|
231
219
|
techRecord_vehicleConfiguration?: VehicleConfiguration | null;
|
|
232
220
|
techRecord_approvalType?: ApprovalType | null;
|
|
233
221
|
techRecord_approvalTypeNumber?: string | null;
|
|
@@ -271,7 +259,8 @@ export enum ApprovalType {
|
|
|
271
259
|
ECSSTA = "ECSSTA",
|
|
272
260
|
GB_WVTA = "GB WVTA",
|
|
273
261
|
PROV_GB_WVTA = "Prov.GB WVTA",
|
|
274
|
-
|
|
262
|
+
SMALL_SERIES_NKSXX = "Small series NKSXX",
|
|
263
|
+
SMALL_SERIES_NKS = "Small series NKS",
|
|
275
264
|
IVA_VCA = "IVA - VCA",
|
|
276
265
|
IVA_DVSA_NI = "IVA - DVSA/NI"
|
|
277
266
|
}
|
|
@@ -101,18 +101,6 @@ export type PlateReasonForIssue =
|
|
|
101
101
|
| "Original"
|
|
102
102
|
| "Manual";
|
|
103
103
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
104
|
-
export type VehicleClassDescription =
|
|
105
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
106
|
-
| "not applicable"
|
|
107
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
108
|
-
| "motorbikes up to 200cc"
|
|
109
|
-
| "trailer"
|
|
110
|
-
| "large psv(ie: greater than 23 seats)"
|
|
111
|
-
| "3 wheelers"
|
|
112
|
-
| "heavy goods vehicle"
|
|
113
|
-
| "MOT class 4"
|
|
114
|
-
| "MOT class 7"
|
|
115
|
-
| "MOT class 5";
|
|
116
104
|
export type VehicleConfiguration =
|
|
117
105
|
| "rigid"
|
|
118
106
|
| "articulated"
|
|
@@ -227,7 +215,7 @@ export interface TechRecordPUTHGVTestable {
|
|
|
227
215
|
techRecord_trainEecWeight?: number | null;
|
|
228
216
|
techRecord_trainGbWeight?: number | null;
|
|
229
217
|
techRecord_tyreUseCode?: string | null;
|
|
230
|
-
techRecord_vehicleClass_description:
|
|
218
|
+
techRecord_vehicleClass_description: "heavy goods vehicle";
|
|
231
219
|
techRecord_vehicleConfiguration: VehicleConfiguration;
|
|
232
220
|
techRecord_approvalType?: ApprovalType | null;
|
|
233
221
|
techRecord_approvalTypeNumber?: string | null;
|
|
@@ -271,7 +259,8 @@ export enum ApprovalType {
|
|
|
271
259
|
ECSSTA = "ECSSTA",
|
|
272
260
|
GB_WVTA = "GB WVTA",
|
|
273
261
|
PROV_GB_WVTA = "Prov.GB WVTA",
|
|
274
|
-
|
|
262
|
+
SMALL_SERIES_NKSXX = "Small series NKSXX",
|
|
263
|
+
SMALL_SERIES_NKS = "Small series NKS",
|
|
275
264
|
IVA_VCA = "IVA - VCA",
|
|
276
265
|
IVA_DVSA_NI = "IVA - DVSA/NI"
|
|
277
266
|
}
|
|
@@ -20,18 +20,6 @@ export type VehicleConfiguration =
|
|
|
20
20
|
| "dolly"
|
|
21
21
|
| "full drawbar";
|
|
22
22
|
export type VehicleSize = "small" | "large";
|
|
23
|
-
export type VehicleClassDescription =
|
|
24
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
25
|
-
| "not applicable"
|
|
26
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
27
|
-
| "motorbikes up to 200cc"
|
|
28
|
-
| "trailer"
|
|
29
|
-
| "large psv(ie: greater than 23 seats)"
|
|
30
|
-
| "3 wheelers"
|
|
31
|
-
| "heavy goods vehicle"
|
|
32
|
-
| "MOT class 4"
|
|
33
|
-
| "MOT class 7"
|
|
34
|
-
| "MOT class 5";
|
|
35
23
|
export type EUVehicleCategory =
|
|
36
24
|
| "m1"
|
|
37
25
|
| "m2"
|
|
@@ -289,6 +277,10 @@ export interface PSVAxlesComplete {
|
|
|
289
277
|
tyres_speedCategorySymbol: SpeedCategorySymbol;
|
|
290
278
|
}
|
|
291
279
|
|
|
280
|
+
export enum VehicleClassDescription {
|
|
281
|
+
SMALL_PSV = "small psv (ie: less than or equal to 22 seats)",
|
|
282
|
+
LARGE_PSV = "large psv(ie: greater than 23 seats)"
|
|
283
|
+
}
|
|
292
284
|
export enum ApprovalType {
|
|
293
285
|
NTA = "NTA",
|
|
294
286
|
ECTA = "ECTA",
|
|
@@ -297,7 +289,8 @@ export enum ApprovalType {
|
|
|
297
289
|
ECSSTA = "ECSSTA",
|
|
298
290
|
GB_WVTA = "GB WVTA",
|
|
299
291
|
PROV_GB_WVTA = "Prov.GB WVTA",
|
|
300
|
-
|
|
292
|
+
SMALL_SERIES_NKSXX = "Small series NKSXX",
|
|
293
|
+
SMALL_SERIES_NKS = "Small series NKS",
|
|
301
294
|
IVA_VCA = "IVA - VCA",
|
|
302
295
|
IVA_DVSA_NI = "IVA - DVSA/NI"
|
|
303
296
|
}
|
|
@@ -20,18 +20,6 @@ export type VehicleConfiguration =
|
|
|
20
20
|
| "dolly"
|
|
21
21
|
| "full drawbar";
|
|
22
22
|
export type VehicleSize = "small" | "large";
|
|
23
|
-
export type VehicleClassDescription =
|
|
24
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
25
|
-
| "not applicable"
|
|
26
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
27
|
-
| "motorbikes up to 200cc"
|
|
28
|
-
| "trailer"
|
|
29
|
-
| "large psv(ie: greater than 23 seats)"
|
|
30
|
-
| "3 wheelers"
|
|
31
|
-
| "heavy goods vehicle"
|
|
32
|
-
| "MOT class 4"
|
|
33
|
-
| "MOT class 7"
|
|
34
|
-
| "MOT class 5";
|
|
35
23
|
export type EUVehicleCategory =
|
|
36
24
|
| "m1"
|
|
37
25
|
| "m2"
|
|
@@ -286,6 +274,10 @@ export interface PSVAxles {
|
|
|
286
274
|
tyres_speedCategorySymbol?: SpeedCategorySymbol | null;
|
|
287
275
|
}
|
|
288
276
|
|
|
277
|
+
export enum VehicleClassDescription {
|
|
278
|
+
SMALL_PSV = "small psv (ie: less than or equal to 22 seats)",
|
|
279
|
+
LARGE_PSV = "large psv(ie: greater than 23 seats)"
|
|
280
|
+
}
|
|
289
281
|
export enum ApprovalType {
|
|
290
282
|
NTA = "NTA",
|
|
291
283
|
ECTA = "ECTA",
|
|
@@ -294,7 +286,8 @@ export enum ApprovalType {
|
|
|
294
286
|
ECSSTA = "ECSSTA",
|
|
295
287
|
GB_WVTA = "GB WVTA",
|
|
296
288
|
PROV_GB_WVTA = "Prov.GB WVTA",
|
|
297
|
-
|
|
289
|
+
SMALL_SERIES_NKSXX = "Small series NKSXX",
|
|
290
|
+
SMALL_SERIES_NKS = "Small series NKS",
|
|
298
291
|
IVA_VCA = "IVA - VCA",
|
|
299
292
|
IVA_DVSA_NI = "IVA - DVSA/NI"
|
|
300
293
|
}
|
|
@@ -20,18 +20,6 @@ export type VehicleConfiguration =
|
|
|
20
20
|
| "dolly"
|
|
21
21
|
| "full drawbar";
|
|
22
22
|
export type VehicleSize = "small" | "large";
|
|
23
|
-
export type VehicleClassDescription =
|
|
24
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
25
|
-
| "not applicable"
|
|
26
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
27
|
-
| "motorbikes up to 200cc"
|
|
28
|
-
| "trailer"
|
|
29
|
-
| "large psv(ie: greater than 23 seats)"
|
|
30
|
-
| "3 wheelers"
|
|
31
|
-
| "heavy goods vehicle"
|
|
32
|
-
| "MOT class 4"
|
|
33
|
-
| "MOT class 7"
|
|
34
|
-
| "MOT class 5";
|
|
35
23
|
export type EUVehicleCategory =
|
|
36
24
|
| "m1"
|
|
37
25
|
| "m2"
|
|
@@ -286,6 +274,10 @@ export interface PSVAxles {
|
|
|
286
274
|
tyres_speedCategorySymbol?: SpeedCategorySymbol | null;
|
|
287
275
|
}
|
|
288
276
|
|
|
277
|
+
export enum VehicleClassDescription {
|
|
278
|
+
SMALL_PSV = "small psv (ie: less than or equal to 22 seats)",
|
|
279
|
+
LARGE_PSV = "large psv(ie: greater than 23 seats)"
|
|
280
|
+
}
|
|
289
281
|
export enum ApprovalType {
|
|
290
282
|
NTA = "NTA",
|
|
291
283
|
ECTA = "ECTA",
|
|
@@ -294,7 +286,8 @@ export enum ApprovalType {
|
|
|
294
286
|
ECSSTA = "ECSSTA",
|
|
295
287
|
GB_WVTA = "GB WVTA",
|
|
296
288
|
PROV_GB_WVTA = "Prov.GB WVTA",
|
|
297
|
-
|
|
289
|
+
SMALL_SERIES_NKSXX = "Small series NKSXX",
|
|
290
|
+
SMALL_SERIES_NKS = "Small series NKS",
|
|
298
291
|
IVA_VCA = "IVA - VCA",
|
|
299
292
|
IVA_DVSA_NI = "IVA - DVSA/NI"
|
|
300
293
|
}
|
|
@@ -102,18 +102,6 @@ export type PlateReasonForIssue =
|
|
|
102
102
|
| "Original"
|
|
103
103
|
| "Manual";
|
|
104
104
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
105
|
-
export type VehicleClassDescription =
|
|
106
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
107
|
-
| "not applicable"
|
|
108
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
109
|
-
| "motorbikes up to 200cc"
|
|
110
|
-
| "trailer"
|
|
111
|
-
| "large psv(ie: greater than 23 seats)"
|
|
112
|
-
| "3 wheelers"
|
|
113
|
-
| "heavy goods vehicle"
|
|
114
|
-
| "MOT class 4"
|
|
115
|
-
| "MOT class 7"
|
|
116
|
-
| "MOT class 5";
|
|
117
105
|
export type VehicleConfiguration =
|
|
118
106
|
| "rigid"
|
|
119
107
|
| "articulated"
|
|
@@ -269,7 +257,7 @@ export interface TechRecordPUTTRLComplete {
|
|
|
269
257
|
techRecord_tyreUseCode: string;
|
|
270
258
|
techRecord_variantNumber?: null | string;
|
|
271
259
|
techRecord_variantVersionNumber?: null | string;
|
|
272
|
-
techRecord_vehicleClass_description:
|
|
260
|
+
techRecord_vehicleClass_description: "trailer";
|
|
273
261
|
techRecord_vehicleConfiguration: VehicleConfiguration;
|
|
274
262
|
techRecord_vehicleType: "trl";
|
|
275
263
|
trailerId?: string;
|
|
@@ -328,7 +316,8 @@ export enum ApprovalType {
|
|
|
328
316
|
EU_WVTA_23_ON = "EU WVTA 23 on",
|
|
329
317
|
QNIG = "QNIG",
|
|
330
318
|
PROV_GB_WVTA = "Prov.GB WVTA",
|
|
331
|
-
|
|
319
|
+
SMALL_SERIES_NKSXX = "Small series NKSXX",
|
|
320
|
+
SMALL_SERIES_NKS = "Small series NKS",
|
|
332
321
|
IVA_VCA = "IVA - VCA",
|
|
333
322
|
IVA_DVSA_NI = "IVA - DVSA/NI"
|
|
334
323
|
}
|
|
@@ -102,18 +102,6 @@ export type PlateReasonForIssue =
|
|
|
102
102
|
| "Original"
|
|
103
103
|
| "Manual";
|
|
104
104
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
105
|
-
export type VehicleClassDescription =
|
|
106
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
107
|
-
| "not applicable"
|
|
108
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
109
|
-
| "motorbikes up to 200cc"
|
|
110
|
-
| "trailer"
|
|
111
|
-
| "large psv(ie: greater than 23 seats)"
|
|
112
|
-
| "3 wheelers"
|
|
113
|
-
| "heavy goods vehicle"
|
|
114
|
-
| "MOT class 4"
|
|
115
|
-
| "MOT class 7"
|
|
116
|
-
| "MOT class 5";
|
|
117
105
|
export type VehicleConfiguration =
|
|
118
106
|
| "rigid"
|
|
119
107
|
| "articulated"
|
|
@@ -258,7 +246,7 @@ export interface TechRecordPUTTRLSkeleton {
|
|
|
258
246
|
techRecord_statusCode: StatusCode;
|
|
259
247
|
techRecord_suspensionType?: string | null;
|
|
260
248
|
techRecord_tyreUseCode?: string | null;
|
|
261
|
-
techRecord_vehicleClass_description:
|
|
249
|
+
techRecord_vehicleClass_description: "trailer";
|
|
262
250
|
techRecord_vehicleConfiguration?: VehicleConfiguration | null;
|
|
263
251
|
techRecord_vehicleType: "trl";
|
|
264
252
|
trailerId?: string;
|
|
@@ -325,7 +313,8 @@ export enum ApprovalType {
|
|
|
325
313
|
EU_WVTA_23_ON = "EU WVTA 23 on",
|
|
326
314
|
QNIG = "QNIG",
|
|
327
315
|
PROV_GB_WVTA = "Prov.GB WVTA",
|
|
328
|
-
|
|
316
|
+
SMALL_SERIES_NKSXX = "Small series NKSXX",
|
|
317
|
+
SMALL_SERIES_NKS = "Small series NKS",
|
|
329
318
|
IVA_VCA = "IVA - VCA",
|
|
330
319
|
IVA_DVSA_NI = "IVA - DVSA/NI"
|
|
331
320
|
}
|
|
@@ -102,18 +102,6 @@ export type PlateReasonForIssue =
|
|
|
102
102
|
| "Original"
|
|
103
103
|
| "Manual";
|
|
104
104
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
105
|
-
export type VehicleClassDescription =
|
|
106
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
107
|
-
| "not applicable"
|
|
108
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
109
|
-
| "motorbikes up to 200cc"
|
|
110
|
-
| "trailer"
|
|
111
|
-
| "large psv(ie: greater than 23 seats)"
|
|
112
|
-
| "3 wheelers"
|
|
113
|
-
| "heavy goods vehicle"
|
|
114
|
-
| "MOT class 4"
|
|
115
|
-
| "MOT class 7"
|
|
116
|
-
| "MOT class 5";
|
|
117
105
|
export type VehicleConfiguration =
|
|
118
106
|
| "rigid"
|
|
119
107
|
| "articulated"
|
|
@@ -270,7 +258,7 @@ export interface TechRecordPUTTRLTestable {
|
|
|
270
258
|
techRecord_suspensionType?: string | null;
|
|
271
259
|
techRecord_dimensions_axleSpacing?: AxleSpacing[];
|
|
272
260
|
techRecord_tyreUseCode?: string | null;
|
|
273
|
-
techRecord_vehicleClass_description:
|
|
261
|
+
techRecord_vehicleClass_description: "trailer";
|
|
274
262
|
techRecord_vehicleConfiguration: VehicleConfiguration;
|
|
275
263
|
techRecord_vehicleType: "trl";
|
|
276
264
|
trailerId?: string;
|
|
@@ -325,7 +313,8 @@ export enum ApprovalType {
|
|
|
325
313
|
EU_WVTA_23_ON = "EU WVTA 23 on",
|
|
326
314
|
QNIG = "QNIG",
|
|
327
315
|
PROV_GB_WVTA = "Prov.GB WVTA",
|
|
328
|
-
|
|
316
|
+
SMALL_SERIES_NKSXX = "Small series NKSXX",
|
|
317
|
+
SMALL_SERIES_NKS = "Small series NKS",
|
|
329
318
|
IVA_VCA = "IVA - VCA",
|
|
330
319
|
IVA_DVSA_NI = "IVA - DVSA/NI"
|
|
331
320
|
}
|