@dvsa/cvs-type-definitions 3.3.1 → 3.3.2
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/vehicleClassDescription.enum.json +30 -0
- package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +13 -0
- package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +13 -0
- package/json-schemas/v3/tech-record/get/small trl/complete/index.json +13 -0
- package/json-schemas/v3/tech-record/get/small trl/skeleton/index.json +13 -0
- package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +13 -0
- package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +13 -0
- package/json-schemas/v3/tech-record/put/small trl/complete/index.json +13 -0
- package/json-schemas/v3/tech-record/put/small trl/skeleton/index.json +13 -0
- package/package.json +1 -1
- package/schemas.d.ts +1 -1
- package/schemas.js +1 -0
- package/types/v3/tech-record/enums/vehicleClassDescription.enum.d.ts +18 -0
- package/types/v3/tech-record/enums/vehicleClassDescription.enum.js +23 -0
- package/types/v3/tech-record/enums/vehicleClassDescription.enum.ts +20 -0
- package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +13 -12
- package/types/v3/tech-record/get/motorcycle/skeleton/index.d.ts +13 -12
- package/types/v3/tech-record/get/small trl/complete/index.d.ts +14 -12
- package/types/v3/tech-record/get/small trl/skeleton/index.d.ts +14 -12
- package/types/v3/tech-record/put/motorcycle/complete/index.d.ts +13 -12
- package/types/v3/tech-record/put/motorcycle/skeleton/index.d.ts +13 -12
- package/types/v3/tech-record/put/small trl/complete/index.d.ts +14 -12
- package/types/v3/tech-record/put/small trl/skeleton/index.d.ts +14 -12
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Vehicle Class Description",
|
|
3
|
+
"type": "string",
|
|
4
|
+
"tsEnumNames": [
|
|
5
|
+
"MotorbikesOver200ccOrWithASidecar",
|
|
6
|
+
"NotApplicable",
|
|
7
|
+
"SmallPsvIeLessThanOrEqualTo22Seats",
|
|
8
|
+
"MotorbikesUpTo200cc",
|
|
9
|
+
"Trailer",
|
|
10
|
+
"LargePsvIeGreaterThan23Seats",
|
|
11
|
+
"_3Wheelers",
|
|
12
|
+
"HeavyGoodsVehicle",
|
|
13
|
+
"MOTClass4",
|
|
14
|
+
"MOTClass7",
|
|
15
|
+
"MOTClass5"
|
|
16
|
+
],
|
|
17
|
+
"enum": [
|
|
18
|
+
"motorbikes over 200cc or with a sidecar",
|
|
19
|
+
"not applicable",
|
|
20
|
+
"small psv (ie: less than or equal to 22 seats)",
|
|
21
|
+
"motorbikes up to 200cc",
|
|
22
|
+
"trailer",
|
|
23
|
+
"large psv(ie: greater than 23 seats)",
|
|
24
|
+
"3 wheelers",
|
|
25
|
+
"heavy goods vehicle",
|
|
26
|
+
"MOT class 4",
|
|
27
|
+
"MOT class 7",
|
|
28
|
+
"MOT class 5"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
@@ -234,6 +234,19 @@
|
|
|
234
234
|
"techRecord_vehicleClass_description": {
|
|
235
235
|
"title": "Vehicle Class Description",
|
|
236
236
|
"type": "string",
|
|
237
|
+
"tsEnumNames": [
|
|
238
|
+
"MotorbikesOver200ccOrWithASidecar",
|
|
239
|
+
"NotApplicable",
|
|
240
|
+
"SmallPsvIeLessThanOrEqualTo22Seats",
|
|
241
|
+
"MotorbikesUpTo200cc",
|
|
242
|
+
"Trailer",
|
|
243
|
+
"LargePsvIeGreaterThan23Seats",
|
|
244
|
+
"_3Wheelers",
|
|
245
|
+
"HeavyGoodsVehicle",
|
|
246
|
+
"MOTClass4",
|
|
247
|
+
"MOTClass7",
|
|
248
|
+
"MOTClass5"
|
|
249
|
+
],
|
|
237
250
|
"enum": [
|
|
238
251
|
"motorbikes over 200cc or with a sidecar",
|
|
239
252
|
"not applicable",
|
|
@@ -226,6 +226,19 @@
|
|
|
226
226
|
"techRecord_vehicleClass_description": {
|
|
227
227
|
"title": "Vehicle Class Description",
|
|
228
228
|
"type": "string",
|
|
229
|
+
"tsEnumNames": [
|
|
230
|
+
"MotorbikesOver200ccOrWithASidecar",
|
|
231
|
+
"NotApplicable",
|
|
232
|
+
"SmallPsvIeLessThanOrEqualTo22Seats",
|
|
233
|
+
"MotorbikesUpTo200cc",
|
|
234
|
+
"Trailer",
|
|
235
|
+
"LargePsvIeGreaterThan23Seats",
|
|
236
|
+
"_3Wheelers",
|
|
237
|
+
"HeavyGoodsVehicle",
|
|
238
|
+
"MOTClass4",
|
|
239
|
+
"MOTClass7",
|
|
240
|
+
"MOTClass5"
|
|
241
|
+
],
|
|
229
242
|
"enum": [
|
|
230
243
|
"motorbikes over 200cc or with a sidecar",
|
|
231
244
|
"not applicable",
|
|
@@ -137,6 +137,19 @@
|
|
|
137
137
|
"techRecord_vehicleClass_description": {
|
|
138
138
|
"title": "Vehicle Class Description",
|
|
139
139
|
"type": "string",
|
|
140
|
+
"tsEnumNames": [
|
|
141
|
+
"MotorbikesOver200ccOrWithASidecar",
|
|
142
|
+
"NotApplicable",
|
|
143
|
+
"SmallPsvIeLessThanOrEqualTo22Seats",
|
|
144
|
+
"MotorbikesUpTo200cc",
|
|
145
|
+
"Trailer",
|
|
146
|
+
"LargePsvIeGreaterThan23Seats",
|
|
147
|
+
"_3Wheelers",
|
|
148
|
+
"HeavyGoodsVehicle",
|
|
149
|
+
"MOTClass4",
|
|
150
|
+
"MOTClass7",
|
|
151
|
+
"MOTClass5"
|
|
152
|
+
],
|
|
140
153
|
"enum": [
|
|
141
154
|
"motorbikes over 200cc or with a sidecar",
|
|
142
155
|
"not applicable",
|
|
@@ -138,6 +138,19 @@
|
|
|
138
138
|
"techRecord_vehicleClass_description": {
|
|
139
139
|
"title": "Vehicle Class Description",
|
|
140
140
|
"type": "string",
|
|
141
|
+
"tsEnumNames": [
|
|
142
|
+
"MotorbikesOver200ccOrWithASidecar",
|
|
143
|
+
"NotApplicable",
|
|
144
|
+
"SmallPsvIeLessThanOrEqualTo22Seats",
|
|
145
|
+
"MotorbikesUpTo200cc",
|
|
146
|
+
"Trailer",
|
|
147
|
+
"LargePsvIeGreaterThan23Seats",
|
|
148
|
+
"_3Wheelers",
|
|
149
|
+
"HeavyGoodsVehicle",
|
|
150
|
+
"MOTClass4",
|
|
151
|
+
"MOTClass7",
|
|
152
|
+
"MOTClass5"
|
|
153
|
+
],
|
|
141
154
|
"enum": [
|
|
142
155
|
"motorbikes over 200cc or with a sidecar",
|
|
143
156
|
"not applicable",
|
|
@@ -191,6 +191,19 @@
|
|
|
191
191
|
"techRecord_vehicleClass_description": {
|
|
192
192
|
"title": "Vehicle Class Description",
|
|
193
193
|
"type": "string",
|
|
194
|
+
"tsEnumNames": [
|
|
195
|
+
"MotorbikesOver200ccOrWithASidecar",
|
|
196
|
+
"NotApplicable",
|
|
197
|
+
"SmallPsvIeLessThanOrEqualTo22Seats",
|
|
198
|
+
"MotorbikesUpTo200cc",
|
|
199
|
+
"Trailer",
|
|
200
|
+
"LargePsvIeGreaterThan23Seats",
|
|
201
|
+
"_3Wheelers",
|
|
202
|
+
"HeavyGoodsVehicle",
|
|
203
|
+
"MOTClass4",
|
|
204
|
+
"MOTClass7",
|
|
205
|
+
"MOTClass5"
|
|
206
|
+
],
|
|
194
207
|
"enum": [
|
|
195
208
|
"motorbikes over 200cc or with a sidecar",
|
|
196
209
|
"not applicable",
|
|
@@ -186,6 +186,19 @@
|
|
|
186
186
|
"techRecord_vehicleClass_description": {
|
|
187
187
|
"title": "Vehicle Class Description",
|
|
188
188
|
"type": "string",
|
|
189
|
+
"tsEnumNames": [
|
|
190
|
+
"MotorbikesOver200ccOrWithASidecar",
|
|
191
|
+
"NotApplicable",
|
|
192
|
+
"SmallPsvIeLessThanOrEqualTo22Seats",
|
|
193
|
+
"MotorbikesUpTo200cc",
|
|
194
|
+
"Trailer",
|
|
195
|
+
"LargePsvIeGreaterThan23Seats",
|
|
196
|
+
"_3Wheelers",
|
|
197
|
+
"HeavyGoodsVehicle",
|
|
198
|
+
"MOTClass4",
|
|
199
|
+
"MOTClass7",
|
|
200
|
+
"MOTClass5"
|
|
201
|
+
],
|
|
189
202
|
"enum": [
|
|
190
203
|
"motorbikes over 200cc or with a sidecar",
|
|
191
204
|
"not applicable",
|
|
@@ -101,6 +101,19 @@
|
|
|
101
101
|
"techRecord_vehicleClass_description": {
|
|
102
102
|
"title": "Vehicle Class Description",
|
|
103
103
|
"type": "string",
|
|
104
|
+
"tsEnumNames": [
|
|
105
|
+
"MotorbikesOver200ccOrWithASidecar",
|
|
106
|
+
"NotApplicable",
|
|
107
|
+
"SmallPsvIeLessThanOrEqualTo22Seats",
|
|
108
|
+
"MotorbikesUpTo200cc",
|
|
109
|
+
"Trailer",
|
|
110
|
+
"LargePsvIeGreaterThan23Seats",
|
|
111
|
+
"_3Wheelers",
|
|
112
|
+
"HeavyGoodsVehicle",
|
|
113
|
+
"MOTClass4",
|
|
114
|
+
"MOTClass7",
|
|
115
|
+
"MOTClass5"
|
|
116
|
+
],
|
|
104
117
|
"enum": [
|
|
105
118
|
"motorbikes over 200cc or with a sidecar",
|
|
106
119
|
"not applicable",
|
|
@@ -106,6 +106,19 @@
|
|
|
106
106
|
"techRecord_vehicleClass_description": {
|
|
107
107
|
"title": "Vehicle Class Description",
|
|
108
108
|
"type": "string",
|
|
109
|
+
"tsEnumNames": [
|
|
110
|
+
"MotorbikesOver200ccOrWithASidecar",
|
|
111
|
+
"NotApplicable",
|
|
112
|
+
"SmallPsvIeLessThanOrEqualTo22Seats",
|
|
113
|
+
"MotorbikesUpTo200cc",
|
|
114
|
+
"Trailer",
|
|
115
|
+
"LargePsvIeGreaterThan23Seats",
|
|
116
|
+
"_3Wheelers",
|
|
117
|
+
"HeavyGoodsVehicle",
|
|
118
|
+
"MOTClass4",
|
|
119
|
+
"MOTClass7",
|
|
120
|
+
"MOTClass5"
|
|
121
|
+
],
|
|
109
122
|
"enum": [
|
|
110
123
|
"motorbikes over 200cc or with a sidecar",
|
|
111
124
|
"not applicable",
|
package/package.json
CHANGED
package/schemas.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const schemas: readonly ["iva/defects/get/index.json", "v1/activity/index.json", "v1/defect-category-reference-data/index.json", "v1/defect-details/index.json", "v1/defect-location/index.json", "v1/reason-item/index.json", "v1/tech-record/index.json", "v1/test/index.json", "v1/test-result/index.json", "v1/test-station/index.json", "v1/test-type/index.json", "v1/vehicle/index.json", "v1/vehicle-tech-record/index.json", "v1/visit/index.json", "v3/tech-record/enums/approvalType.enum.json", "v3/tech-record/enums/approvalTypeHgvOrPsv.enum.json", "v3/tech-record/enums/euVehicleCategory.enum.json", "v3/tech-record/enums/euVehicleCategoryHgv.enum.json", "v3/tech-record/enums/euVehicleCategoryPsv.enum.json", "v3/tech-record/enums/vehicleClassDescriptionPSV.enum.json", "v3/tech-record/get/car/complete/index.json", "v3/tech-record/get/car/skeleton/index.json", "v3/tech-record/get/hgv/complete/index.json", "v3/tech-record/get/hgv/skeleton/index.json", "v3/tech-record/get/hgv/testable/index.json", "v3/tech-record/get/lgv/complete/index.json", "v3/tech-record/get/lgv/skeleton/index.json", "v3/tech-record/get/motorcycle/complete/index.json", "v3/tech-record/get/motorcycle/skeleton/index.json", "v3/tech-record/get/psv/complete/index.json", "v3/tech-record/get/psv/skeleton/index.json", "v3/tech-record/get/psv/testable/index.json", "v3/tech-record/get/search/index.json", "v3/tech-record/get/small trl/complete/index.json", "v3/tech-record/get/small trl/skeleton/index.json", "v3/tech-record/get/trl/complete/index.json", "v3/tech-record/get/trl/skeleton/index.json", "v3/tech-record/get/trl/testable/index.json", "v3/tech-record/put/car/complete/index.json", "v3/tech-record/put/car/skeleton/index.json", "v3/tech-record/put/hgv/complete/index.json", "v3/tech-record/put/hgv/skeleton/index.json", "v3/tech-record/put/hgv/testable/index.json", "v3/tech-record/put/lgv/complete/index.json", "v3/tech-record/put/lgv/skeleton/index.json", "v3/tech-record/put/motorcycle/complete/index.json", "v3/tech-record/put/motorcycle/skeleton/index.json", "v3/tech-record/put/psv/complete/index.json", "v3/tech-record/put/psv/skeleton/index.json", "v3/tech-record/put/psv/testable/index.json", "v3/tech-record/put/small trl/complete/index.json", "v3/tech-record/put/small trl/skeleton/index.json", "v3/tech-record/put/trl/complete/index.json", "v3/tech-record/put/trl/skeleton/index.json", "v3/tech-record/put/trl/testable/index.json"];
|
|
1
|
+
export declare const schemas: readonly ["iva/defects/get/index.json", "v1/activity/index.json", "v1/defect-category-reference-data/index.json", "v1/defect-details/index.json", "v1/defect-location/index.json", "v1/reason-item/index.json", "v1/tech-record/index.json", "v1/test/index.json", "v1/test-result/index.json", "v1/test-station/index.json", "v1/test-type/index.json", "v1/vehicle/index.json", "v1/vehicle-tech-record/index.json", "v1/visit/index.json", "v3/tech-record/enums/approvalType.enum.json", "v3/tech-record/enums/approvalTypeHgvOrPsv.enum.json", "v3/tech-record/enums/euVehicleCategory.enum.json", "v3/tech-record/enums/euVehicleCategoryHgv.enum.json", "v3/tech-record/enums/euVehicleCategoryPsv.enum.json", "v3/tech-record/enums/vehicleClassDescription.enum.json", "v3/tech-record/enums/vehicleClassDescriptionPSV.enum.json", "v3/tech-record/get/car/complete/index.json", "v3/tech-record/get/car/skeleton/index.json", "v3/tech-record/get/hgv/complete/index.json", "v3/tech-record/get/hgv/skeleton/index.json", "v3/tech-record/get/hgv/testable/index.json", "v3/tech-record/get/lgv/complete/index.json", "v3/tech-record/get/lgv/skeleton/index.json", "v3/tech-record/get/motorcycle/complete/index.json", "v3/tech-record/get/motorcycle/skeleton/index.json", "v3/tech-record/get/psv/complete/index.json", "v3/tech-record/get/psv/skeleton/index.json", "v3/tech-record/get/psv/testable/index.json", "v3/tech-record/get/search/index.json", "v3/tech-record/get/small trl/complete/index.json", "v3/tech-record/get/small trl/skeleton/index.json", "v3/tech-record/get/trl/complete/index.json", "v3/tech-record/get/trl/skeleton/index.json", "v3/tech-record/get/trl/testable/index.json", "v3/tech-record/put/car/complete/index.json", "v3/tech-record/put/car/skeleton/index.json", "v3/tech-record/put/hgv/complete/index.json", "v3/tech-record/put/hgv/skeleton/index.json", "v3/tech-record/put/hgv/testable/index.json", "v3/tech-record/put/lgv/complete/index.json", "v3/tech-record/put/lgv/skeleton/index.json", "v3/tech-record/put/motorcycle/complete/index.json", "v3/tech-record/put/motorcycle/skeleton/index.json", "v3/tech-record/put/psv/complete/index.json", "v3/tech-record/put/psv/skeleton/index.json", "v3/tech-record/put/psv/testable/index.json", "v3/tech-record/put/small trl/complete/index.json", "v3/tech-record/put/small trl/skeleton/index.json", "v3/tech-record/put/trl/complete/index.json", "v3/tech-record/put/trl/skeleton/index.json", "v3/tech-record/put/trl/testable/index.json"];
|
package/schemas.js
CHANGED
|
@@ -21,6 +21,7 @@ exports.schemas = [
|
|
|
21
21
|
"v3/tech-record/enums/euVehicleCategory.enum.json",
|
|
22
22
|
"v3/tech-record/enums/euVehicleCategoryHgv.enum.json",
|
|
23
23
|
"v3/tech-record/enums/euVehicleCategoryPsv.enum.json",
|
|
24
|
+
"v3/tech-record/enums/vehicleClassDescription.enum.json",
|
|
24
25
|
"v3/tech-record/enums/vehicleClassDescriptionPSV.enum.json",
|
|
25
26
|
"v3/tech-record/get/car/complete/index.json",
|
|
26
27
|
"v3/tech-record/get/car/skeleton/index.json",
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare enum VehicleClassDescription {
|
|
7
|
+
MotorbikesOver200ccOrWithASidecar = "motorbikes over 200cc or with a sidecar",
|
|
8
|
+
NotApplicable = "not applicable",
|
|
9
|
+
SmallPsvIeLessThanOrEqualTo22Seats = "small psv (ie: less than or equal to 22 seats)",
|
|
10
|
+
MotorbikesUpTo200cc = "motorbikes up to 200cc",
|
|
11
|
+
Trailer = "trailer",
|
|
12
|
+
LargePsvIeGreaterThan23Seats = "large psv(ie: greater than 23 seats)",
|
|
13
|
+
_3Wheelers = "3 wheelers",
|
|
14
|
+
HeavyGoodsVehicle = "heavy goods vehicle",
|
|
15
|
+
MOTClass4 = "MOT class 4",
|
|
16
|
+
MOTClass7 = "MOT class 7",
|
|
17
|
+
MOTClass5 = "MOT class 5"
|
|
18
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.VehicleClassDescription = void 0;
|
|
10
|
+
var VehicleClassDescription;
|
|
11
|
+
(function (VehicleClassDescription) {
|
|
12
|
+
VehicleClassDescription["MotorbikesOver200ccOrWithASidecar"] = "motorbikes over 200cc or with a sidecar";
|
|
13
|
+
VehicleClassDescription["NotApplicable"] = "not applicable";
|
|
14
|
+
VehicleClassDescription["SmallPsvIeLessThanOrEqualTo22Seats"] = "small psv (ie: less than or equal to 22 seats)";
|
|
15
|
+
VehicleClassDescription["MotorbikesUpTo200cc"] = "motorbikes up to 200cc";
|
|
16
|
+
VehicleClassDescription["Trailer"] = "trailer";
|
|
17
|
+
VehicleClassDescription["LargePsvIeGreaterThan23Seats"] = "large psv(ie: greater than 23 seats)";
|
|
18
|
+
VehicleClassDescription["_3Wheelers"] = "3 wheelers";
|
|
19
|
+
VehicleClassDescription["HeavyGoodsVehicle"] = "heavy goods vehicle";
|
|
20
|
+
VehicleClassDescription["MOTClass4"] = "MOT class 4";
|
|
21
|
+
VehicleClassDescription["MOTClass7"] = "MOT class 7";
|
|
22
|
+
VehicleClassDescription["MOTClass5"] = "MOT class 5";
|
|
23
|
+
})(VehicleClassDescription = exports.VehicleClassDescription || (exports.VehicleClassDescription = {}));
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
export enum VehicleClassDescription {
|
|
9
|
+
MotorbikesOver200ccOrWithASidecar = "motorbikes over 200cc or with a sidecar",
|
|
10
|
+
NotApplicable = "not applicable",
|
|
11
|
+
SmallPsvIeLessThanOrEqualTo22Seats = "small psv (ie: less than or equal to 22 seats)",
|
|
12
|
+
MotorbikesUpTo200cc = "motorbikes up to 200cc",
|
|
13
|
+
Trailer = "trailer",
|
|
14
|
+
LargePsvIeGreaterThan23Seats = "large psv(ie: greater than 23 seats)",
|
|
15
|
+
_3Wheelers = "3 wheelers",
|
|
16
|
+
HeavyGoodsVehicle = "heavy goods vehicle",
|
|
17
|
+
MOTClass4 = "MOT class 4",
|
|
18
|
+
MOTClass7 = "MOT class 7",
|
|
19
|
+
MOTClass5 = "MOT class 5"
|
|
20
|
+
}
|
|
@@ -6,18 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
|
-
export type VehicleClassDescription =
|
|
10
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
11
|
-
| "not applicable"
|
|
12
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
13
|
-
| "motorbikes up to 200cc"
|
|
14
|
-
| "trailer"
|
|
15
|
-
| "large psv(ie: greater than 23 seats)"
|
|
16
|
-
| "3 wheelers"
|
|
17
|
-
| "heavy goods vehicle"
|
|
18
|
-
| "MOT class 4"
|
|
19
|
-
| "MOT class 7"
|
|
20
|
-
| "MOT class 5";
|
|
21
9
|
export type VehicleConfiguration =
|
|
22
10
|
| "rigid"
|
|
23
11
|
| "articulated"
|
|
@@ -90,3 +78,16 @@ export enum EUVehicleCategory {
|
|
|
90
78
|
L6E = "l6e",
|
|
91
79
|
L7E = "l7e"
|
|
92
80
|
}
|
|
81
|
+
export enum VehicleClassDescription {
|
|
82
|
+
MotorbikesOver200ccOrWithASidecar = "motorbikes over 200cc or with a sidecar",
|
|
83
|
+
NotApplicable = "not applicable",
|
|
84
|
+
SmallPsvIeLessThanOrEqualTo22Seats = "small psv (ie: less than or equal to 22 seats)",
|
|
85
|
+
MotorbikesUpTo200cc = "motorbikes up to 200cc",
|
|
86
|
+
Trailer = "trailer",
|
|
87
|
+
LargePsvIeGreaterThan23Seats = "large psv(ie: greater than 23 seats)",
|
|
88
|
+
_3Wheelers = "3 wheelers",
|
|
89
|
+
HeavyGoodsVehicle = "heavy goods vehicle",
|
|
90
|
+
MOTClass4 = "MOT class 4",
|
|
91
|
+
MOTClass7 = "MOT class 7",
|
|
92
|
+
MOTClass5 = "MOT class 5"
|
|
93
|
+
}
|
|
@@ -6,18 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
|
-
export type VehicleClassDescription =
|
|
10
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
11
|
-
| "not applicable"
|
|
12
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
13
|
-
| "motorbikes up to 200cc"
|
|
14
|
-
| "trailer"
|
|
15
|
-
| "large psv(ie: greater than 23 seats)"
|
|
16
|
-
| "3 wheelers"
|
|
17
|
-
| "heavy goods vehicle"
|
|
18
|
-
| "MOT class 4"
|
|
19
|
-
| "MOT class 7"
|
|
20
|
-
| "MOT class 5";
|
|
21
9
|
export type VehicleConfiguration =
|
|
22
10
|
| "rigid"
|
|
23
11
|
| "articulated"
|
|
@@ -90,3 +78,16 @@ export enum EUVehicleCategory {
|
|
|
90
78
|
L6E = "l6e",
|
|
91
79
|
L7E = "l7e"
|
|
92
80
|
}
|
|
81
|
+
export enum VehicleClassDescription {
|
|
82
|
+
MotorbikesOver200ccOrWithASidecar = "motorbikes over 200cc or with a sidecar",
|
|
83
|
+
NotApplicable = "not applicable",
|
|
84
|
+
SmallPsvIeLessThanOrEqualTo22Seats = "small psv (ie: less than or equal to 22 seats)",
|
|
85
|
+
MotorbikesUpTo200cc = "motorbikes up to 200cc",
|
|
86
|
+
Trailer = "trailer",
|
|
87
|
+
LargePsvIeGreaterThan23Seats = "large psv(ie: greater than 23 seats)",
|
|
88
|
+
_3Wheelers = "3 wheelers",
|
|
89
|
+
HeavyGoodsVehicle = "heavy goods vehicle",
|
|
90
|
+
MOTClass4 = "MOT class 4",
|
|
91
|
+
MOTClass7 = "MOT class 7",
|
|
92
|
+
MOTClass5 = "MOT class 5"
|
|
93
|
+
}
|
|
@@ -6,18 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
|
-
export type VehicleClassDescription =
|
|
10
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
11
|
-
| "not applicable"
|
|
12
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
13
|
-
| "motorbikes up to 200cc"
|
|
14
|
-
| "trailer"
|
|
15
|
-
| "large psv(ie: greater than 23 seats)"
|
|
16
|
-
| "3 wheelers"
|
|
17
|
-
| "heavy goods vehicle"
|
|
18
|
-
| "MOT class 4"
|
|
19
|
-
| "MOT class 7"
|
|
20
|
-
| "MOT class 5";
|
|
21
9
|
export type VehicleConfiguration =
|
|
22
10
|
| "rigid"
|
|
23
11
|
| "articulated"
|
|
@@ -66,3 +54,17 @@ export interface TechRecordGETSmallTRLComplete {
|
|
|
66
54
|
techRecord_hiddenInVta?: null | boolean;
|
|
67
55
|
techRecord_recordCompleteness?: "complete";
|
|
68
56
|
}
|
|
57
|
+
|
|
58
|
+
export enum VehicleClassDescription {
|
|
59
|
+
MotorbikesOver200ccOrWithASidecar = "motorbikes over 200cc or with a sidecar",
|
|
60
|
+
NotApplicable = "not applicable",
|
|
61
|
+
SmallPsvIeLessThanOrEqualTo22Seats = "small psv (ie: less than or equal to 22 seats)",
|
|
62
|
+
MotorbikesUpTo200cc = "motorbikes up to 200cc",
|
|
63
|
+
Trailer = "trailer",
|
|
64
|
+
LargePsvIeGreaterThan23Seats = "large psv(ie: greater than 23 seats)",
|
|
65
|
+
_3Wheelers = "3 wheelers",
|
|
66
|
+
HeavyGoodsVehicle = "heavy goods vehicle",
|
|
67
|
+
MOTClass4 = "MOT class 4",
|
|
68
|
+
MOTClass7 = "MOT class 7",
|
|
69
|
+
MOTClass5 = "MOT class 5"
|
|
70
|
+
}
|
|
@@ -6,18 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
|
-
export type VehicleClassDescription =
|
|
10
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
11
|
-
| "not applicable"
|
|
12
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
13
|
-
| "motorbikes up to 200cc"
|
|
14
|
-
| "trailer"
|
|
15
|
-
| "large psv(ie: greater than 23 seats)"
|
|
16
|
-
| "3 wheelers"
|
|
17
|
-
| "heavy goods vehicle"
|
|
18
|
-
| "MOT class 4"
|
|
19
|
-
| "MOT class 7"
|
|
20
|
-
| "MOT class 5";
|
|
21
9
|
export type VehicleConfiguration =
|
|
22
10
|
| "rigid"
|
|
23
11
|
| "articulated"
|
|
@@ -66,3 +54,17 @@ export interface TechRecordGETSmallTRLSkeleton {
|
|
|
66
54
|
techRecord_recordCompleteness?: "skeleton";
|
|
67
55
|
techRecord_hiddenInVta?: null | boolean;
|
|
68
56
|
}
|
|
57
|
+
|
|
58
|
+
export enum VehicleClassDescription {
|
|
59
|
+
MotorbikesOver200ccOrWithASidecar = "motorbikes over 200cc or with a sidecar",
|
|
60
|
+
NotApplicable = "not applicable",
|
|
61
|
+
SmallPsvIeLessThanOrEqualTo22Seats = "small psv (ie: less than or equal to 22 seats)",
|
|
62
|
+
MotorbikesUpTo200cc = "motorbikes up to 200cc",
|
|
63
|
+
Trailer = "trailer",
|
|
64
|
+
LargePsvIeGreaterThan23Seats = "large psv(ie: greater than 23 seats)",
|
|
65
|
+
_3Wheelers = "3 wheelers",
|
|
66
|
+
HeavyGoodsVehicle = "heavy goods vehicle",
|
|
67
|
+
MOTClass4 = "MOT class 4",
|
|
68
|
+
MOTClass7 = "MOT class 7",
|
|
69
|
+
MOTClass5 = "MOT class 5"
|
|
70
|
+
}
|
|
@@ -6,18 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
|
-
export type VehicleClassDescription =
|
|
10
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
11
|
-
| "not applicable"
|
|
12
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
13
|
-
| "motorbikes up to 200cc"
|
|
14
|
-
| "trailer"
|
|
15
|
-
| "large psv(ie: greater than 23 seats)"
|
|
16
|
-
| "3 wheelers"
|
|
17
|
-
| "heavy goods vehicle"
|
|
18
|
-
| "MOT class 4"
|
|
19
|
-
| "MOT class 7"
|
|
20
|
-
| "MOT class 5";
|
|
21
9
|
export type VehicleConfiguration =
|
|
22
10
|
| "rigid"
|
|
23
11
|
| "articulated"
|
|
@@ -82,3 +70,16 @@ export enum EUVehicleCategory {
|
|
|
82
70
|
L6E = "l6e",
|
|
83
71
|
L7E = "l7e"
|
|
84
72
|
}
|
|
73
|
+
export enum VehicleClassDescription {
|
|
74
|
+
MotorbikesOver200ccOrWithASidecar = "motorbikes over 200cc or with a sidecar",
|
|
75
|
+
NotApplicable = "not applicable",
|
|
76
|
+
SmallPsvIeLessThanOrEqualTo22Seats = "small psv (ie: less than or equal to 22 seats)",
|
|
77
|
+
MotorbikesUpTo200cc = "motorbikes up to 200cc",
|
|
78
|
+
Trailer = "trailer",
|
|
79
|
+
LargePsvIeGreaterThan23Seats = "large psv(ie: greater than 23 seats)",
|
|
80
|
+
_3Wheelers = "3 wheelers",
|
|
81
|
+
HeavyGoodsVehicle = "heavy goods vehicle",
|
|
82
|
+
MOTClass4 = "MOT class 4",
|
|
83
|
+
MOTClass7 = "MOT class 7",
|
|
84
|
+
MOTClass5 = "MOT class 5"
|
|
85
|
+
}
|
|
@@ -6,18 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
|
-
export type VehicleClassDescription =
|
|
10
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
11
|
-
| "not applicable"
|
|
12
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
13
|
-
| "motorbikes up to 200cc"
|
|
14
|
-
| "trailer"
|
|
15
|
-
| "large psv(ie: greater than 23 seats)"
|
|
16
|
-
| "3 wheelers"
|
|
17
|
-
| "heavy goods vehicle"
|
|
18
|
-
| "MOT class 4"
|
|
19
|
-
| "MOT class 7"
|
|
20
|
-
| "MOT class 5";
|
|
21
9
|
export type VehicleConfiguration =
|
|
22
10
|
| "rigid"
|
|
23
11
|
| "articulated"
|
|
@@ -82,3 +70,16 @@ export enum EUVehicleCategory {
|
|
|
82
70
|
L6E = "l6e",
|
|
83
71
|
L7E = "l7e"
|
|
84
72
|
}
|
|
73
|
+
export enum VehicleClassDescription {
|
|
74
|
+
MotorbikesOver200ccOrWithASidecar = "motorbikes over 200cc or with a sidecar",
|
|
75
|
+
NotApplicable = "not applicable",
|
|
76
|
+
SmallPsvIeLessThanOrEqualTo22Seats = "small psv (ie: less than or equal to 22 seats)",
|
|
77
|
+
MotorbikesUpTo200cc = "motorbikes up to 200cc",
|
|
78
|
+
Trailer = "trailer",
|
|
79
|
+
LargePsvIeGreaterThan23Seats = "large psv(ie: greater than 23 seats)",
|
|
80
|
+
_3Wheelers = "3 wheelers",
|
|
81
|
+
HeavyGoodsVehicle = "heavy goods vehicle",
|
|
82
|
+
MOTClass4 = "MOT class 4",
|
|
83
|
+
MOTClass7 = "MOT class 7",
|
|
84
|
+
MOTClass5 = "MOT class 5"
|
|
85
|
+
}
|
|
@@ -6,18 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
|
-
export type VehicleClassDescription =
|
|
10
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
11
|
-
| "not applicable"
|
|
12
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
13
|
-
| "motorbikes up to 200cc"
|
|
14
|
-
| "trailer"
|
|
15
|
-
| "large psv(ie: greater than 23 seats)"
|
|
16
|
-
| "3 wheelers"
|
|
17
|
-
| "heavy goods vehicle"
|
|
18
|
-
| "MOT class 4"
|
|
19
|
-
| "MOT class 7"
|
|
20
|
-
| "MOT class 5";
|
|
21
9
|
export type VehicleConfiguration =
|
|
22
10
|
| "rigid"
|
|
23
11
|
| "articulated"
|
|
@@ -56,3 +44,17 @@ export interface TechRecordPUTSmallTRLComplete {
|
|
|
56
44
|
trailerId?: string;
|
|
57
45
|
techRecord_hiddenInVta?: null | boolean;
|
|
58
46
|
}
|
|
47
|
+
|
|
48
|
+
export enum VehicleClassDescription {
|
|
49
|
+
MotorbikesOver200ccOrWithASidecar = "motorbikes over 200cc or with a sidecar",
|
|
50
|
+
NotApplicable = "not applicable",
|
|
51
|
+
SmallPsvIeLessThanOrEqualTo22Seats = "small psv (ie: less than or equal to 22 seats)",
|
|
52
|
+
MotorbikesUpTo200cc = "motorbikes up to 200cc",
|
|
53
|
+
Trailer = "trailer",
|
|
54
|
+
LargePsvIeGreaterThan23Seats = "large psv(ie: greater than 23 seats)",
|
|
55
|
+
_3Wheelers = "3 wheelers",
|
|
56
|
+
HeavyGoodsVehicle = "heavy goods vehicle",
|
|
57
|
+
MOTClass4 = "MOT class 4",
|
|
58
|
+
MOTClass7 = "MOT class 7",
|
|
59
|
+
MOTClass5 = "MOT class 5"
|
|
60
|
+
}
|
|
@@ -6,18 +6,6 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
|
-
export type VehicleClassDescription =
|
|
10
|
-
| "motorbikes over 200cc or with a sidecar"
|
|
11
|
-
| "not applicable"
|
|
12
|
-
| "small psv (ie: less than or equal to 22 seats)"
|
|
13
|
-
| "motorbikes up to 200cc"
|
|
14
|
-
| "trailer"
|
|
15
|
-
| "large psv(ie: greater than 23 seats)"
|
|
16
|
-
| "3 wheelers"
|
|
17
|
-
| "heavy goods vehicle"
|
|
18
|
-
| "MOT class 4"
|
|
19
|
-
| "MOT class 7"
|
|
20
|
-
| "MOT class 5";
|
|
21
9
|
export type VehicleConfiguration =
|
|
22
10
|
| "rigid"
|
|
23
11
|
| "articulated"
|
|
@@ -56,3 +44,17 @@ export interface TechRecordPUTSmallTRLSkeleton {
|
|
|
56
44
|
trailerId?: string;
|
|
57
45
|
techRecord_hiddenInVta?: null | boolean;
|
|
58
46
|
}
|
|
47
|
+
|
|
48
|
+
export enum VehicleClassDescription {
|
|
49
|
+
MotorbikesOver200ccOrWithASidecar = "motorbikes over 200cc or with a sidecar",
|
|
50
|
+
NotApplicable = "not applicable",
|
|
51
|
+
SmallPsvIeLessThanOrEqualTo22Seats = "small psv (ie: less than or equal to 22 seats)",
|
|
52
|
+
MotorbikesUpTo200cc = "motorbikes up to 200cc",
|
|
53
|
+
Trailer = "trailer",
|
|
54
|
+
LargePsvIeGreaterThan23Seats = "large psv(ie: greater than 23 seats)",
|
|
55
|
+
_3Wheelers = "3 wheelers",
|
|
56
|
+
HeavyGoodsVehicle = "heavy goods vehicle",
|
|
57
|
+
MOTClass4 = "MOT class 4",
|
|
58
|
+
MOTClass7 = "MOT class 7",
|
|
59
|
+
MOTClass5 = "MOT class 5"
|
|
60
|
+
}
|