@dvsa/cvs-type-definitions 7.6.0 → 7.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "7.6.0",
3
+ "version": "7.6.2",
4
4
  "description": "type definitions for cvs vta and vtm applications",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -279,6 +279,9 @@ export interface TestResultSchema {
279
279
  model?: string | null;
280
280
  bodyType?: BodyTypeSchema;
281
281
  vehicleId?: string | null;
282
+ testHistory?: TestResultSchema[];
283
+ testVersion?: string;
284
+ deletionFlag?: boolean;
282
285
  }
283
286
  export interface TestTypeSchema {
284
287
  testTypeName: string | null;
@@ -58,6 +58,9 @@ export interface TestResultSchema {
58
58
  model?: string | null;
59
59
  bodyType?: BodyTypeSchema;
60
60
  vehicleId?: string | null;
61
+ testHistory?: TestResultSchema[];
62
+ testVersion?: string;
63
+ deletionFlag?: boolean;
61
64
  }
62
65
  export interface VehicleClassSchema {
63
66
  code: string;
@@ -20,4 +20,6 @@ export interface TestStationSchema {
20
20
  testStationType: string;
21
21
  testStationEmails: string[];
22
22
  searchProperty?: string;
23
+ testStationCountry?: string;
24
+ testStationStatus: string;
23
25
  }
@@ -271,6 +271,9 @@ export interface TestResultSchema {
271
271
  model?: string | null;
272
272
  bodyType?: BodyTypeSchema;
273
273
  vehicleId?: string | null;
274
+ testHistory?: TestResultSchema[];
275
+ testVersion?: string;
276
+ deletionFlag?: boolean;
274
277
  }
275
278
  export interface TestTypeSchema {
276
279
  testTypeName: string | null;
@@ -292,6 +292,9 @@ export interface TestResultSchema {
292
292
  model?: string | null;
293
293
  bodyType?: BodyTypeSchema;
294
294
  vehicleId?: string | null;
295
+ testHistory?: TestResultSchema[];
296
+ testVersion?: string;
297
+ deletionFlag?: boolean;
295
298
  }
296
299
  export interface TestTypeSchema {
297
300
  testTypeName: string | null;