@dvsa/cvs-type-definitions 7.7.0 → 7.8.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.
- package/json-schemas/v1/recalls/index.json +1 -4
- package/json-schemas/v3/tech-record/enums/adrDangerousGood.enum.json +0 -2
- package/json-schemas/v3/tech-record/enums/tyreUseCodeHgv.enum.json +6 -2
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +6 -3
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +6 -3
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +6 -3
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +0 -1
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +0 -1
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +0 -1
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +0 -1
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +0 -1
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +6 -3
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +6 -3
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +6 -3
- package/json-schemas/v3/tech-record/put/lgv/complete/index.json +0 -1
- package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +0 -1
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +0 -1
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +0 -1
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +0 -1
- package/package.json +1 -1
- package/types/v1/recalls/index.d.ts +1 -1
- package/types/v1/test/index.d.ts +2 -2
- package/types/v1/test-result/index.d.ts +2 -2
- package/types/v1/vehicle/index.d.ts +2 -2
- package/types/v1/visit/index.d.ts +2 -2
- package/types/v3/tech-record/enums/adrDangerousGood.enum.d.ts +0 -1
- package/types/v3/tech-record/enums/adrDangerousGood.enum.js +0 -1
- package/types/v3/tech-record/enums/adrDangerousGood.enum.ts +0 -1
- package/types/v3/tech-record/enums/tyreUseCodeHgv.enum.d.ts +3 -1
- package/types/v3/tech-record/enums/tyreUseCodeHgv.enum.js +2 -0
- package/types/v3/tech-record/enums/tyreUseCodeHgv.enum.ts +3 -1
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +3 -1
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +3 -1
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +3 -1
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +3 -1
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +3 -1
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +3 -1
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
"tsEnumNames": [
|
|
5
5
|
"FP",
|
|
6
6
|
"AT",
|
|
7
|
-
"HYDROGEN_PEROXIDE",
|
|
8
7
|
"MEMU",
|
|
9
8
|
"CARBON_DISULPHIDE",
|
|
10
9
|
"HYDROGEN",
|
|
@@ -14,7 +13,6 @@
|
|
|
14
13
|
"enum": [
|
|
15
14
|
"FP <61 (FL)",
|
|
16
15
|
"AT",
|
|
17
|
-
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
18
16
|
"MEMU",
|
|
19
17
|
"Carbon Disulphide",
|
|
20
18
|
"Hydrogen",
|
|
@@ -1119,11 +1119,15 @@
|
|
|
1119
1119
|
"type": "string",
|
|
1120
1120
|
"tsEnumNames": [
|
|
1121
1121
|
"_2R",
|
|
1122
|
-
"_2B"
|
|
1122
|
+
"_2B",
|
|
1123
|
+
"_2J",
|
|
1124
|
+
"_2M"
|
|
1123
1125
|
],
|
|
1124
1126
|
"enum": [
|
|
1125
1127
|
"2R",
|
|
1126
|
-
"2B"
|
|
1128
|
+
"2B",
|
|
1129
|
+
"2J",
|
|
1130
|
+
"2M"
|
|
1127
1131
|
]
|
|
1128
1132
|
},
|
|
1129
1133
|
{
|
|
@@ -1317,7 +1321,6 @@
|
|
|
1317
1321
|
"enum": [
|
|
1318
1322
|
"FP <61 (FL)",
|
|
1319
1323
|
"AT",
|
|
1320
|
-
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1321
1324
|
"MEMU",
|
|
1322
1325
|
"Carbon Disulphide",
|
|
1323
1326
|
"Hydrogen",
|
|
@@ -1194,11 +1194,15 @@
|
|
|
1194
1194
|
"type": "string",
|
|
1195
1195
|
"tsEnumNames": [
|
|
1196
1196
|
"_2R",
|
|
1197
|
-
"_2B"
|
|
1197
|
+
"_2B",
|
|
1198
|
+
"_2J",
|
|
1199
|
+
"_2M"
|
|
1198
1200
|
],
|
|
1199
1201
|
"enum": [
|
|
1200
1202
|
"2R",
|
|
1201
|
-
"2B"
|
|
1203
|
+
"2B",
|
|
1204
|
+
"2J",
|
|
1205
|
+
"2M"
|
|
1202
1206
|
]
|
|
1203
1207
|
},
|
|
1204
1208
|
{
|
|
@@ -1398,7 +1402,6 @@
|
|
|
1398
1402
|
"enum": [
|
|
1399
1403
|
"FP <61 (FL)",
|
|
1400
1404
|
"AT",
|
|
1401
|
-
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1402
1405
|
"MEMU",
|
|
1403
1406
|
"Carbon Disulphide",
|
|
1404
1407
|
"Hydrogen",
|
|
@@ -1188,11 +1188,15 @@
|
|
|
1188
1188
|
"type": "string",
|
|
1189
1189
|
"tsEnumNames": [
|
|
1190
1190
|
"_2R",
|
|
1191
|
-
"_2B"
|
|
1191
|
+
"_2B",
|
|
1192
|
+
"_2J",
|
|
1193
|
+
"_2M"
|
|
1192
1194
|
],
|
|
1193
1195
|
"enum": [
|
|
1194
1196
|
"2R",
|
|
1195
|
-
"2B"
|
|
1197
|
+
"2B",
|
|
1198
|
+
"2J",
|
|
1199
|
+
"2M"
|
|
1196
1200
|
]
|
|
1197
1201
|
},
|
|
1198
1202
|
{
|
|
@@ -1389,7 +1393,6 @@
|
|
|
1389
1393
|
"enum": [
|
|
1390
1394
|
"FP <61 (FL)",
|
|
1391
1395
|
"AT",
|
|
1392
|
-
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1393
1396
|
"MEMU",
|
|
1394
1397
|
"Carbon Disulphide",
|
|
1395
1398
|
"Hydrogen",
|
|
@@ -1089,11 +1089,15 @@
|
|
|
1089
1089
|
"type": "string",
|
|
1090
1090
|
"tsEnumNames": [
|
|
1091
1091
|
"_2R",
|
|
1092
|
-
"_2B"
|
|
1092
|
+
"_2B",
|
|
1093
|
+
"_2J",
|
|
1094
|
+
"_2M"
|
|
1093
1095
|
],
|
|
1094
1096
|
"enum": [
|
|
1095
1097
|
"2R",
|
|
1096
|
-
"2B"
|
|
1098
|
+
"2B",
|
|
1099
|
+
"2J",
|
|
1100
|
+
"2M"
|
|
1097
1101
|
]
|
|
1098
1102
|
}
|
|
1099
1103
|
]
|
|
@@ -1266,7 +1270,6 @@
|
|
|
1266
1270
|
"enum": [
|
|
1267
1271
|
"FP <61 (FL)",
|
|
1268
1272
|
"AT",
|
|
1269
|
-
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1270
1273
|
"MEMU",
|
|
1271
1274
|
"Carbon Disulphide",
|
|
1272
1275
|
"Hydrogen",
|
|
@@ -1159,11 +1159,15 @@
|
|
|
1159
1159
|
"type": "string",
|
|
1160
1160
|
"tsEnumNames": [
|
|
1161
1161
|
"_2R",
|
|
1162
|
-
"_2B"
|
|
1162
|
+
"_2B",
|
|
1163
|
+
"_2J",
|
|
1164
|
+
"_2M"
|
|
1163
1165
|
],
|
|
1164
1166
|
"enum": [
|
|
1165
1167
|
"2R",
|
|
1166
|
-
"2B"
|
|
1168
|
+
"2B",
|
|
1169
|
+
"2J",
|
|
1170
|
+
"2M"
|
|
1167
1171
|
]
|
|
1168
1172
|
},
|
|
1169
1173
|
{
|
|
@@ -1345,7 +1349,6 @@
|
|
|
1345
1349
|
"enum": [
|
|
1346
1350
|
"FP <61 (FL)",
|
|
1347
1351
|
"AT",
|
|
1348
|
-
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1349
1352
|
"MEMU",
|
|
1350
1353
|
"Carbon Disulphide",
|
|
1351
1354
|
"Hydrogen",
|
|
@@ -1145,11 +1145,15 @@
|
|
|
1145
1145
|
"type": "string",
|
|
1146
1146
|
"tsEnumNames": [
|
|
1147
1147
|
"_2R",
|
|
1148
|
-
"_2B"
|
|
1148
|
+
"_2B",
|
|
1149
|
+
"_2J",
|
|
1150
|
+
"_2M"
|
|
1149
1151
|
],
|
|
1150
1152
|
"enum": [
|
|
1151
1153
|
"2R",
|
|
1152
|
-
"2B"
|
|
1154
|
+
"2B",
|
|
1155
|
+
"2J",
|
|
1156
|
+
"2M"
|
|
1153
1157
|
]
|
|
1154
1158
|
},
|
|
1155
1159
|
{
|
|
@@ -1328,7 +1332,6 @@
|
|
|
1328
1332
|
"enum": [
|
|
1329
1333
|
"FP <61 (FL)",
|
|
1330
1334
|
"AT",
|
|
1331
|
-
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1332
1335
|
"MEMU",
|
|
1333
1336
|
"Carbon Disulphide",
|
|
1334
1337
|
"Hydrogen",
|
package/package.json
CHANGED
package/types/v1/test/index.d.ts
CHANGED
|
@@ -282,7 +282,7 @@ export interface TestResultSchema {
|
|
|
282
282
|
testHistory?: TestResultSchema[];
|
|
283
283
|
testVersion?: string;
|
|
284
284
|
deletionFlag?: boolean;
|
|
285
|
-
recalls?: RecallsSchema
|
|
285
|
+
recalls?: RecallsSchema;
|
|
286
286
|
}
|
|
287
287
|
export interface TestTypeSchema {
|
|
288
288
|
testTypeName: string | null;
|
|
@@ -422,7 +422,7 @@ export interface BodyTypeSchema {
|
|
|
422
422
|
description?: string | null;
|
|
423
423
|
}
|
|
424
424
|
export interface RecallsSchema {
|
|
425
|
-
hasRecall: boolean
|
|
425
|
+
hasRecall: boolean;
|
|
426
426
|
manufacturer: string | null;
|
|
427
427
|
}
|
|
428
428
|
|
|
@@ -61,7 +61,7 @@ export interface TestResultSchema {
|
|
|
61
61
|
testHistory?: TestResultSchema[];
|
|
62
62
|
testVersion?: string;
|
|
63
63
|
deletionFlag?: boolean;
|
|
64
|
-
recalls?: RecallsSchema
|
|
64
|
+
recalls?: RecallsSchema;
|
|
65
65
|
}
|
|
66
66
|
export interface VehicleClassSchema {
|
|
67
67
|
code: string;
|
|
@@ -205,7 +205,7 @@ export interface BodyTypeSchema {
|
|
|
205
205
|
description?: string | null;
|
|
206
206
|
}
|
|
207
207
|
export interface RecallsSchema {
|
|
208
|
-
hasRecall: boolean
|
|
208
|
+
hasRecall: boolean;
|
|
209
209
|
manufacturer: string | null;
|
|
210
210
|
}
|
|
211
211
|
|
|
@@ -274,7 +274,7 @@ export interface TestResultSchema {
|
|
|
274
274
|
testHistory?: TestResultSchema[];
|
|
275
275
|
testVersion?: string;
|
|
276
276
|
deletionFlag?: boolean;
|
|
277
|
-
recalls?: RecallsSchema
|
|
277
|
+
recalls?: RecallsSchema;
|
|
278
278
|
}
|
|
279
279
|
export interface TestTypeSchema {
|
|
280
280
|
testTypeName: string | null;
|
|
@@ -414,7 +414,7 @@ export interface BodyTypeSchema {
|
|
|
414
414
|
description?: string | null;
|
|
415
415
|
}
|
|
416
416
|
export interface RecallsSchema {
|
|
417
|
-
hasRecall: boolean
|
|
417
|
+
hasRecall: boolean;
|
|
418
418
|
manufacturer: string | null;
|
|
419
419
|
}
|
|
420
420
|
|
|
@@ -295,7 +295,7 @@ export interface TestResultSchema {
|
|
|
295
295
|
testHistory?: TestResultSchema[];
|
|
296
296
|
testVersion?: string;
|
|
297
297
|
deletionFlag?: boolean;
|
|
298
|
-
recalls?: RecallsSchema
|
|
298
|
+
recalls?: RecallsSchema;
|
|
299
299
|
}
|
|
300
300
|
export interface TestTypeSchema {
|
|
301
301
|
testTypeName: string | null;
|
|
@@ -435,7 +435,7 @@ export interface BodyTypeSchema {
|
|
|
435
435
|
description?: string | null;
|
|
436
436
|
}
|
|
437
437
|
export interface RecallsSchema {
|
|
438
|
-
hasRecall: boolean
|
|
438
|
+
hasRecall: boolean;
|
|
439
439
|
manufacturer: string | null;
|
|
440
440
|
}
|
|
441
441
|
|
|
@@ -11,7 +11,6 @@ var ADRDangerousGood;
|
|
|
11
11
|
(function (ADRDangerousGood) {
|
|
12
12
|
ADRDangerousGood["FP"] = "FP <61 (FL)";
|
|
13
13
|
ADRDangerousGood["AT"] = "AT";
|
|
14
|
-
ADRDangerousGood["HYDROGEN_PEROXIDE"] = "Class 5.1 Hydrogen Peroxide (OX)";
|
|
15
14
|
ADRDangerousGood["MEMU"] = "MEMU";
|
|
16
15
|
ADRDangerousGood["CARBON_DISULPHIDE"] = "Carbon Disulphide";
|
|
17
16
|
ADRDangerousGood["HYDROGEN"] = "Hydrogen";
|