@dvsa/cvs-type-definitions 2.0.22 → 2.0.23

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.
@@ -142,6 +142,9 @@
142
142
  "techRecord_noOfAxles": {
143
143
  "type": "integer"
144
144
  },
145
+ "techRecord_notes": {
146
+ "type": "string"
147
+ },
145
148
  "techRecord_reasonForCreation": {
146
149
  "type": "string"
147
150
  },
@@ -141,6 +141,9 @@
141
141
  "techRecord_noOfAxles": {
142
142
  "type": "integer"
143
143
  },
144
+ "techRecord_notes": {
145
+ "type": "string"
146
+ },
144
147
  "techRecord_reasonForCreation": {
145
148
  "type": "string"
146
149
  },
@@ -150,6 +150,9 @@
150
150
  "techRecord_noOfAxles": {
151
151
  "type": "integer"
152
152
  },
153
+ "techRecord_notes": {
154
+ "type": "string"
155
+ },
153
156
  "techRecord_reasonForCreation": {
154
157
  "type": "string"
155
158
  },
@@ -146,6 +146,9 @@
146
146
  "techRecord_noOfAxles": {
147
147
  "type": "integer"
148
148
  },
149
+ "techRecord_notes": {
150
+ "type": "string"
151
+ },
149
152
  "techRecord_reasonForCreation": {
150
153
  "type": "string"
151
154
  },
@@ -142,6 +142,9 @@
142
142
  "techRecord_noOfAxles": {
143
143
  "type": "integer"
144
144
  },
145
+ "techRecord_notes": {
146
+ "type": "string"
147
+ },
145
148
  "techRecord_reasonForCreation": {
146
149
  "type": "string"
147
150
  },
@@ -146,6 +146,9 @@
146
146
  "techRecord_noOfAxles": {
147
147
  "type": "integer"
148
148
  },
149
+ "techRecord_notes": {
150
+ "type": "string"
151
+ },
149
152
  "techRecord_reasonForCreation": {
150
153
  "type": "string"
151
154
  },
@@ -64,6 +64,9 @@
64
64
  "null"
65
65
  ]
66
66
  },
67
+ "techRecord_notes": {
68
+ "type": "string"
69
+ },
67
70
  "vehicleSubclass": {
68
71
  "title": "Vehicle Subclass",
69
72
  "type": "array",
@@ -64,6 +64,9 @@
64
64
  "null"
65
65
  ]
66
66
  },
67
+ "techRecord_notes": {
68
+ "type": "string"
69
+ },
67
70
  "techRecord_hiddenInVta": {
68
71
  "type": "boolean"
69
72
  },
@@ -72,6 +72,9 @@
72
72
  "null"
73
73
  ]
74
74
  },
75
+ "techRecord_notes": {
76
+ "type": "string"
77
+ },
75
78
  "vehicleSubclass": {
76
79
  "title": "Vehicle Subclass",
77
80
  "type": "array",
@@ -69,6 +69,9 @@
69
69
  "null"
70
70
  ]
71
71
  },
72
+ "techRecord_notes": {
73
+ "type": "string"
74
+ },
72
75
  "techRecord_hiddenInVta": {
73
76
  "type": "boolean"
74
77
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -64,6 +64,7 @@ export interface TechRecordCompleteCarSchema {
64
64
  techRecord_manufactureYear?: string | null;
65
65
  techRecord_recordCompleteness?: string;
66
66
  techRecord_noOfAxles?: number;
67
+ techRecord_notes?: string;
67
68
  techRecord_reasonForCreation?: string;
68
69
  techRecord_regnDate?: string | null;
69
70
  techRecord_statusCode?: StatusCode;
@@ -63,6 +63,7 @@ export interface TechRecordSkeletonCarSchema {
63
63
  techRecord_manufactureYear?: string | null;
64
64
  techRecord_recordCompleteness?: string;
65
65
  techRecord_noOfAxles?: number;
66
+ techRecord_notes?: string;
66
67
  techRecord_reasonForCreation?: string;
67
68
  techRecord_regnDate?: string | null;
68
69
  techRecord_statusCode?: StatusCode;
@@ -65,6 +65,7 @@ export interface TechRecordCompleteCarSchema1 {
65
65
  techRecord_manufactureYear?: string | null;
66
66
  techRecord_recordCompleteness?: string;
67
67
  techRecord_noOfAxles?: number;
68
+ techRecord_notes?: string;
68
69
  techRecord_reasonForCreation?: string;
69
70
  techRecord_regnDate?: string | null;
70
71
  techRecord_statusCode?: StatusCode;
@@ -64,6 +64,7 @@ export interface TechRecordSkeletonCarSchema1 {
64
64
  techRecord_manufactureYear?: string | null;
65
65
  techRecord_recordCompleteness?: string;
66
66
  techRecord_noOfAxles?: number;
67
+ techRecord_notes?: string;
67
68
  techRecord_reasonForCreation?: string;
68
69
  techRecord_regnDate?: string | null;
69
70
  techRecord_statusCode?: StatusCode;
@@ -64,6 +64,7 @@ export interface TechRecordCompleteMotorcycleSchema {
64
64
  techRecord_manufactureYear?: string | null;
65
65
  techRecord_recordCompleteness?: string;
66
66
  techRecord_noOfAxles?: number;
67
+ techRecord_notes?: string;
67
68
  techRecord_reasonForCreation?: string;
68
69
  techRecord_regnDate?: string | null;
69
70
  techRecord_statusCode?: StatusCode;
@@ -64,6 +64,7 @@ export interface TechRecordSkeletonCarSchema1 {
64
64
  techRecord_manufactureYear?: string | null;
65
65
  techRecord_recordCompleteness?: string;
66
66
  techRecord_noOfAxles?: number;
67
+ techRecord_notes?: string;
67
68
  techRecord_reasonForCreation?: string;
68
69
  techRecord_regnDate?: string | null;
69
70
  techRecord_statusCode?: StatusCode;
@@ -19,6 +19,7 @@ export interface TechRecordPUTRequestCompleteCarSchema {
19
19
  techRecord_regnDate?: string | null;
20
20
  techRecord_manufactureYear?: string | null;
21
21
  techRecord_noOfAxles?: number | null;
22
+ techRecord_notes?: string;
22
23
  vehicleSubclass: VehicleSubclass;
23
24
  techRecord_hiddenInVta?: boolean;
24
25
  techRecord_updateType?: string;
@@ -18,6 +18,7 @@ export interface TechRecordPUTRequestSkeletonCarSchema {
18
18
  techRecord_regnDate?: string | null;
19
19
  techRecord_manufactureYear?: string | null;
20
20
  techRecord_noOfAxles?: number | null;
21
+ techRecord_notes?: string;
21
22
  techRecord_hiddenInVta?: boolean;
22
23
  techRecord_updateType?: string;
23
24
  [k: string]: unknown;
@@ -20,6 +20,7 @@ export interface TechRecordPUTRequestCompleteCarSchema {
20
20
  techRecord_regnDate?: string | null;
21
21
  techRecord_manufactureYear?: string | null;
22
22
  techRecord_noOfAxles?: number | null;
23
+ techRecord_notes?: string;
23
24
  vehicleSubclass: VehicleSubclass;
24
25
  techRecord_hiddenInVta?: boolean;
25
26
  techRecord_updateType?: string;
@@ -19,6 +19,7 @@ export interface TechRecordPUTRequestSkeletonCarSchema {
19
19
  techRecord_regnDate?: string | null;
20
20
  techRecord_manufactureYear?: string | null;
21
21
  techRecord_noOfAxles?: number | null;
22
+ techRecord_notes?: string;
22
23
  techRecord_hiddenInVta?: boolean;
23
24
  techRecord_updateType?: string;
24
25
  [k: string]: unknown;