@dvsa/cvs-type-definitions 3.0.2 → 3.0.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/put/hgv/complete/index.json +4 -2
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +4 -2
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +4 -2
- 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/v3/tech-record/put/hgv/complete/index.d.ts +1 -1
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +1 -1
- package/types/v3/tech-record/put/trl/complete/index.d.ts +1 -1
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/put/trl/testable/index.d.ts +1 -1
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
"techRecord_reasonForCreation",
|
|
7
7
|
"techRecord_statusCode",
|
|
8
8
|
"techRecord_vehicleType",
|
|
9
|
-
"primaryVrm",
|
|
10
9
|
"vin",
|
|
11
10
|
"techRecord_vehicleConfiguration",
|
|
12
11
|
"techRecord_vehicleClass_code",
|
|
@@ -1032,7 +1031,10 @@
|
|
|
1032
1031
|
"const": "hgv"
|
|
1033
1032
|
},
|
|
1034
1033
|
"primaryVrm": {
|
|
1035
|
-
"type":
|
|
1034
|
+
"type": [
|
|
1035
|
+
"null",
|
|
1036
|
+
"string"
|
|
1037
|
+
]
|
|
1036
1038
|
},
|
|
1037
1039
|
"vin": {
|
|
1038
1040
|
"type": "string"
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
"techRecord_reasonForCreation",
|
|
7
7
|
"techRecord_statusCode",
|
|
8
8
|
"techRecord_vehicleType",
|
|
9
|
-
"primaryVrm",
|
|
10
9
|
"vin"
|
|
11
10
|
],
|
|
12
11
|
"properties": {
|
|
@@ -1121,7 +1120,10 @@
|
|
|
1121
1120
|
"const": "hgv"
|
|
1122
1121
|
},
|
|
1123
1122
|
"primaryVrm": {
|
|
1124
|
-
"type":
|
|
1123
|
+
"type": [
|
|
1124
|
+
"null",
|
|
1125
|
+
"string"
|
|
1126
|
+
]
|
|
1125
1127
|
},
|
|
1126
1128
|
"vin": {
|
|
1127
1129
|
"type": "string"
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
"techRecord_reasonForCreation",
|
|
7
7
|
"techRecord_statusCode",
|
|
8
8
|
"techRecord_vehicleType",
|
|
9
|
-
"primaryVrm",
|
|
10
9
|
"vin",
|
|
11
10
|
"techRecord_vehicleConfiguration",
|
|
12
11
|
"techRecord_vehicleClass_code",
|
|
@@ -1091,7 +1090,10 @@
|
|
|
1091
1090
|
"const": "hgv"
|
|
1092
1091
|
},
|
|
1093
1092
|
"primaryVrm": {
|
|
1094
|
-
"type":
|
|
1093
|
+
"type": [
|
|
1094
|
+
"null",
|
|
1095
|
+
"string"
|
|
1096
|
+
]
|
|
1095
1097
|
},
|
|
1096
1098
|
"vin": {
|
|
1097
1099
|
"type": "string"
|
package/package.json
CHANGED
|
@@ -257,7 +257,7 @@ export interface TechRecordPUTHGVComplete {
|
|
|
257
257
|
techRecord_variantNumber?: string | null;
|
|
258
258
|
techRecord_variantVersionNumber?: string | null;
|
|
259
259
|
techRecord_vehicleType: "hgv";
|
|
260
|
-
primaryVrm
|
|
260
|
+
primaryVrm?: null | string;
|
|
261
261
|
vin: string;
|
|
262
262
|
techRecord_hiddenInVta?: null | boolean;
|
|
263
263
|
techRecord_updateType?: null | string;
|
|
@@ -257,7 +257,7 @@ export interface TechRecordPUTHGVSkeleton {
|
|
|
257
257
|
techRecord_variantNumber?: string | null;
|
|
258
258
|
techRecord_variantVersionNumber?: string | null;
|
|
259
259
|
techRecord_vehicleType: "hgv";
|
|
260
|
-
primaryVrm
|
|
260
|
+
primaryVrm?: null | string;
|
|
261
261
|
vin: string;
|
|
262
262
|
techRecord_hiddenInVta?: null | boolean;
|
|
263
263
|
techRecord_updateType?: null | string;
|
|
@@ -257,7 +257,7 @@ export interface TechRecordPUTHGVTestable {
|
|
|
257
257
|
techRecord_variantNumber?: string | null;
|
|
258
258
|
techRecord_variantVersionNumber?: string | null;
|
|
259
259
|
techRecord_vehicleType: "hgv";
|
|
260
|
-
primaryVrm
|
|
260
|
+
primaryVrm?: null | string;
|
|
261
261
|
vin: string;
|
|
262
262
|
techRecord_hiddenInVta?: null | boolean;
|
|
263
263
|
techRecord_updateType?: null | string;
|
|
@@ -316,7 +316,7 @@ export interface TechRecordPUTTRLComplete {
|
|
|
316
316
|
techRecord_vehicleClass_description: VehicleClassDescription;
|
|
317
317
|
techRecord_vehicleConfiguration: VehicleConfiguration | null;
|
|
318
318
|
techRecord_vehicleType: "trl";
|
|
319
|
-
trailerId
|
|
319
|
+
trailerId?: string;
|
|
320
320
|
vin: string;
|
|
321
321
|
techRecord_axles?: null | PSVAxles[];
|
|
322
322
|
techRecord_hiddenInVta?: null | boolean;
|
|
@@ -264,7 +264,7 @@ export interface TechRecordPUTTRLSkeleton {
|
|
|
264
264
|
techRecord_vehicleClass_description: VehicleClassDescription;
|
|
265
265
|
techRecord_vehicleConfiguration: VehicleConfiguration | null;
|
|
266
266
|
techRecord_vehicleType: "trl";
|
|
267
|
-
trailerId
|
|
267
|
+
trailerId?: string;
|
|
268
268
|
vin: string;
|
|
269
269
|
techRecord_hiddenInVta?: boolean;
|
|
270
270
|
techRecord_updateType?: string;
|
|
@@ -261,7 +261,7 @@ export interface TechRecordPUTTRLTestable {
|
|
|
261
261
|
techRecord_vehicleClass_description: VehicleClassDescription;
|
|
262
262
|
techRecord_vehicleConfiguration: VehicleConfiguration | null;
|
|
263
263
|
techRecord_vehicleType: "trl";
|
|
264
|
-
trailerId
|
|
264
|
+
trailerId?: string;
|
|
265
265
|
vin: string;
|
|
266
266
|
techRecord_axles?: null | TRLAxles[];
|
|
267
267
|
brakes?: {
|