@dvsa/cvs-type-definitions 3.0.5 → 3.0.7
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/car/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/get/car/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +1 -1
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +1 -1
- package/json-schemas/v3/tech-record/put/car/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/put/car/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +1 -1
- package/json-schemas/v3/tech-record/put/lgv/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +1 -1
- package/package.json +1 -1
- package/types/v3/tech-record/get/car/complete/index.d.ts +1 -1
- package/types/v3/tech-record/get/car/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +1 -1
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +1 -1
- package/types/v3/tech-record/get/lgv/complete/index.d.ts +1 -1
- package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +1 -1
- package/types/v3/tech-record/get/motorcycle/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/get/trl/complete/index.d.ts +1 -1
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/get/trl/testable/index.d.ts +1 -1
- package/types/v3/tech-record/put/car/complete/index.d.ts +1 -1
- package/types/v3/tech-record/put/car/skeleton/index.d.ts +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/lgv/complete/index.d.ts +1 -1
- package/types/v3/tech-record/put/lgv/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/put/motorcycle/complete/index.d.ts +1 -1
- package/types/v3/tech-record/put/motorcycle/skeleton/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
package/package.json
CHANGED
|
@@ -61,7 +61,7 @@ export interface TechRecordGETCarComplete {
|
|
|
61
61
|
techRecord_lastUpdatedAt?: string | null;
|
|
62
62
|
techRecord_lastUpdatedById?: string | null;
|
|
63
63
|
techRecord_lastUpdatedByName?: string | null;
|
|
64
|
-
techRecord_manufactureYear?:
|
|
64
|
+
techRecord_manufactureYear?: number | null;
|
|
65
65
|
techRecord_recordCompleteness?: null | string;
|
|
66
66
|
techRecord_noOfAxles?: null | number;
|
|
67
67
|
techRecord_notes?: null | string;
|
|
@@ -60,7 +60,7 @@ export interface TechRecordGETCarSkeleton {
|
|
|
60
60
|
techRecord_lastUpdatedAt?: string | null;
|
|
61
61
|
techRecord_lastUpdatedById?: string | null;
|
|
62
62
|
techRecord_lastUpdatedByName?: string | null;
|
|
63
|
-
techRecord_manufactureYear?:
|
|
63
|
+
techRecord_manufactureYear?: number | null;
|
|
64
64
|
techRecord_recordCompleteness?: null | string;
|
|
65
65
|
techRecord_noOfAxles?: null | number;
|
|
66
66
|
techRecord_notes?: null | string;
|
|
@@ -283,6 +283,6 @@ export interface HGVAxles {
|
|
|
283
283
|
export interface HGVPlates {
|
|
284
284
|
plateSerialNumber?: string | null;
|
|
285
285
|
plateIssueDate?: string | null;
|
|
286
|
-
|
|
286
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
287
287
|
plateIssuer?: string | null;
|
|
288
288
|
}
|
|
@@ -283,6 +283,6 @@ export interface HGVAxles {
|
|
|
283
283
|
export interface HGVPlates {
|
|
284
284
|
plateSerialNumber?: string | null;
|
|
285
285
|
plateIssueDate?: string | null;
|
|
286
|
-
|
|
286
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
287
287
|
plateIssuer?: string | null;
|
|
288
288
|
}
|
|
@@ -283,6 +283,6 @@ export interface HGVAxles {
|
|
|
283
283
|
export interface HGVPlates {
|
|
284
284
|
plateSerialNumber?: string | null;
|
|
285
285
|
plateIssueDate?: string | null;
|
|
286
|
-
|
|
286
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
287
287
|
plateIssuer?: string | null;
|
|
288
288
|
}
|
|
@@ -61,7 +61,7 @@ export interface TechRecordGETLGVComplete {
|
|
|
61
61
|
techRecord_lastUpdatedAt?: string | null;
|
|
62
62
|
techRecord_lastUpdatedById?: string | null;
|
|
63
63
|
techRecord_lastUpdatedByName?: string | null;
|
|
64
|
-
techRecord_manufactureYear?:
|
|
64
|
+
techRecord_manufactureYear?: number | null;
|
|
65
65
|
techRecord_recordCompleteness?: null | string;
|
|
66
66
|
techRecord_noOfAxles?: null | number;
|
|
67
67
|
techRecord_notes?: null | string;
|
|
@@ -60,7 +60,7 @@ export interface TechRecordGETLGVSkeleton {
|
|
|
60
60
|
techRecord_lastUpdatedAt?: string | null;
|
|
61
61
|
techRecord_lastUpdatedById?: string | null;
|
|
62
62
|
techRecord_lastUpdatedByName?: string | null;
|
|
63
|
-
techRecord_manufactureYear?:
|
|
63
|
+
techRecord_manufactureYear?: number | null;
|
|
64
64
|
techRecord_recordCompleteness?: null | string;
|
|
65
65
|
techRecord_noOfAxles?: null | number;
|
|
66
66
|
techRecord_notes?: null | string;
|
|
@@ -62,7 +62,7 @@ export interface TechRecordGETMotorcycleComplete {
|
|
|
62
62
|
techRecord_lastUpdatedAt?: string | null;
|
|
63
63
|
techRecord_lastUpdatedById?: string | null;
|
|
64
64
|
techRecord_lastUpdatedByName?: string | null;
|
|
65
|
-
techRecord_manufactureYear?:
|
|
65
|
+
techRecord_manufactureYear?: number | null;
|
|
66
66
|
techRecord_recordCompleteness?: null | string;
|
|
67
67
|
techRecord_noOfAxles?: null | number;
|
|
68
68
|
techRecord_notes?: null | string;
|
|
@@ -60,7 +60,7 @@ export interface TechRecordGETMotorcycleSkeleton {
|
|
|
60
60
|
techRecord_lastUpdatedAt?: string | null;
|
|
61
61
|
techRecord_lastUpdatedById?: string | null;
|
|
62
62
|
techRecord_lastUpdatedByName?: string | null;
|
|
63
|
-
techRecord_manufactureYear?:
|
|
63
|
+
techRecord_manufactureYear?: number | null;
|
|
64
64
|
techRecord_recordCompleteness?: null | string;
|
|
65
65
|
techRecord_noOfAxles?: null | number;
|
|
66
66
|
techRecord_notes?: null | string;
|
|
@@ -356,6 +356,6 @@ export interface TechRecordGETTRLComplete {
|
|
|
356
356
|
export interface TRLPlates {
|
|
357
357
|
plateSerialNumber?: string | null;
|
|
358
358
|
plateIssueDate?: string | null;
|
|
359
|
-
|
|
359
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
360
360
|
plateIssuer?: string | null;
|
|
361
361
|
}
|
|
@@ -274,6 +274,6 @@ export interface TRLAxles {
|
|
|
274
274
|
export interface TRLPlates {
|
|
275
275
|
plateSerialNumber?: string | null;
|
|
276
276
|
plateIssueDate?: string | null;
|
|
277
|
-
|
|
277
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
278
278
|
plateIssuer?: string | null;
|
|
279
279
|
}
|
|
@@ -292,7 +292,7 @@ export interface TechRecordGETTRLTestable {
|
|
|
292
292
|
export interface TRLPlates {
|
|
293
293
|
plateSerialNumber?: string | null;
|
|
294
294
|
plateIssueDate?: string | null;
|
|
295
|
-
|
|
295
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
296
296
|
plateIssuer?: string | null;
|
|
297
297
|
}
|
|
298
298
|
export interface TRLAxles {
|
|
@@ -17,7 +17,7 @@ export interface TechRecordPUTCarComplete {
|
|
|
17
17
|
techRecord_vehicleType: VehicleType;
|
|
18
18
|
techRecord_statusCode?: null | StatusCode;
|
|
19
19
|
techRecord_regnDate?: string | null;
|
|
20
|
-
techRecord_manufactureYear?:
|
|
20
|
+
techRecord_manufactureYear?: number | null;
|
|
21
21
|
techRecord_noOfAxles?: number | null;
|
|
22
22
|
techRecord_notes?: string;
|
|
23
23
|
techRecord_vehicleSubclass: VehicleSubclass;
|
|
@@ -16,7 +16,7 @@ export interface TechRecordPUTCarSkeleton {
|
|
|
16
16
|
techRecord_vehicleType: VehicleType;
|
|
17
17
|
techRecord_statusCode?: null | StatusCode;
|
|
18
18
|
techRecord_regnDate?: string | null;
|
|
19
|
-
techRecord_manufactureYear?:
|
|
19
|
+
techRecord_manufactureYear?: number | null;
|
|
20
20
|
techRecord_noOfAxles?: number | null;
|
|
21
21
|
techRecord_notes?: null | string;
|
|
22
22
|
techRecord_hiddenInVta?: null | boolean;
|
|
@@ -277,6 +277,6 @@ export interface HGVAxles {
|
|
|
277
277
|
export interface HGVPlates {
|
|
278
278
|
plateSerialNumber?: string | null;
|
|
279
279
|
plateIssueDate?: string | null;
|
|
280
|
-
|
|
280
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
281
281
|
plateIssuer?: string | null;
|
|
282
282
|
}
|
|
@@ -277,6 +277,6 @@ export interface HGVAxles {
|
|
|
277
277
|
export interface HGVPlates {
|
|
278
278
|
plateSerialNumber?: string | null;
|
|
279
279
|
plateIssueDate?: string | null;
|
|
280
|
-
|
|
280
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
281
281
|
plateIssuer?: string | null;
|
|
282
282
|
}
|
|
@@ -277,6 +277,6 @@ export interface HGVAxles {
|
|
|
277
277
|
export interface HGVPlates {
|
|
278
278
|
plateSerialNumber?: string | null;
|
|
279
279
|
plateIssueDate?: string | null;
|
|
280
|
-
|
|
280
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
281
281
|
plateIssuer?: string | null;
|
|
282
282
|
}
|
|
@@ -45,7 +45,7 @@ export interface TechRecordPUTLGVComplete {
|
|
|
45
45
|
techRecord_vehicleType: VehicleType;
|
|
46
46
|
techRecord_statusCode?: StatusCode;
|
|
47
47
|
techRecord_regnDate?: string | null;
|
|
48
|
-
techRecord_manufactureYear?:
|
|
48
|
+
techRecord_manufactureYear?: number | null;
|
|
49
49
|
techRecord_noOfAxles?: number | null;
|
|
50
50
|
techRecord_notes?: string;
|
|
51
51
|
techRecord_vehicleSubclass: VehicleSubclass;
|
|
@@ -44,7 +44,7 @@ export interface TechRecordPUTLGVSkeleton {
|
|
|
44
44
|
techRecord_vehicleType: VehicleType;
|
|
45
45
|
techRecord_statusCode?: StatusCode;
|
|
46
46
|
techRecord_regnDate?: string | null;
|
|
47
|
-
techRecord_manufactureYear?:
|
|
47
|
+
techRecord_manufactureYear?: number | null;
|
|
48
48
|
techRecord_noOfAxles?: number | null;
|
|
49
49
|
techRecord_notes?: string;
|
|
50
50
|
techRecord_hiddenInVta?: boolean;
|
|
@@ -62,7 +62,7 @@ export interface TechRecordPUTMotorcycleComplete {
|
|
|
62
62
|
techRecord_lastUpdatedAt?: string | null;
|
|
63
63
|
techRecord_lastUpdatedById?: string | null;
|
|
64
64
|
techRecord_lastUpdatedByName?: string | null;
|
|
65
|
-
techRecord_manufactureYear?:
|
|
65
|
+
techRecord_manufactureYear?: number | null;
|
|
66
66
|
techRecord_recordCompleteness?: null | string;
|
|
67
67
|
techRecord_noOfAxles?: null | number;
|
|
68
68
|
techRecord_notes?: null | string;
|
|
@@ -60,7 +60,7 @@ export interface TechRecordPUTMotorcycleSkeleton {
|
|
|
60
60
|
techRecord_lastUpdatedAt?: string | null;
|
|
61
61
|
techRecord_lastUpdatedById?: string | null;
|
|
62
62
|
techRecord_lastUpdatedByName?: string | null;
|
|
63
|
-
techRecord_manufactureYear?:
|
|
63
|
+
techRecord_manufactureYear?: number | null;
|
|
64
64
|
techRecord_recordCompleteness?: null | string;
|
|
65
65
|
techRecord_noOfAxles?: null | number;
|
|
66
66
|
techRecord_notes?: null | string;
|
|
@@ -330,7 +330,7 @@ export interface TechRecordPUTTRLComplete {
|
|
|
330
330
|
export interface TRLPlates {
|
|
331
331
|
plateSerialNumber?: string | null;
|
|
332
332
|
plateIssueDate?: string | null;
|
|
333
|
-
|
|
333
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
334
334
|
plateIssuer?: string | null;
|
|
335
335
|
}
|
|
336
336
|
export interface PSVAxles {
|
|
@@ -278,7 +278,7 @@ export interface TechRecordPUTTRLSkeleton {
|
|
|
278
278
|
export interface TRLPlates {
|
|
279
279
|
plateSerialNumber?: string | null;
|
|
280
280
|
plateIssueDate?: string | null;
|
|
281
|
-
|
|
281
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
282
282
|
plateIssuer?: string | null;
|
|
283
283
|
}
|
|
284
284
|
export interface TRLAxles {
|
|
@@ -290,7 +290,7 @@ export interface TechRecordPUTTRLTestable {
|
|
|
290
290
|
export interface TRLPlates {
|
|
291
291
|
plateSerialNumber?: string | null;
|
|
292
292
|
plateIssueDate?: string | null;
|
|
293
|
-
|
|
293
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
294
294
|
plateIssuer?: string | null;
|
|
295
295
|
}
|
|
296
296
|
export interface TRLAxles {
|