@dvsa/cvs-type-definitions 3.0.4 → 3.0.5

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.
@@ -1146,6 +1146,12 @@
1146
1146
  "string",
1147
1147
  "null"
1148
1148
  ]
1149
+ },
1150
+ "techRecord_notes": {
1151
+ "type": [
1152
+ "string",
1153
+ "null"
1154
+ ]
1149
1155
  }
1150
1156
  }
1151
1157
  }
@@ -1247,6 +1247,12 @@
1247
1247
  "string",
1248
1248
  "null"
1249
1249
  ]
1250
+ },
1251
+ "techRecord_notes": {
1252
+ "type": [
1253
+ "string",
1254
+ "null"
1255
+ ]
1250
1256
  }
1251
1257
  }
1252
1258
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -260,6 +260,7 @@ export interface TechRecordGETTRLSkeleton {
260
260
  techRecord_authIntoService_datePending?: string | null;
261
261
  techRecord_authIntoService_dateAuthorised?: string | null;
262
262
  techRecord_authIntoService_dateRejected?: string | null;
263
+ techRecord_notes?: string | null;
263
264
  }
264
265
  export interface TRLAxles {
265
266
  parkingBrakeMrk?: boolean | null;
@@ -287,6 +287,7 @@ export interface TechRecordGETTRLTestable {
287
287
  techRecord_authIntoService_datePending?: string | null;
288
288
  techRecord_authIntoService_dateAuthorised?: string | null;
289
289
  techRecord_authIntoService_dateRejected?: string | null;
290
+ techRecord_notes?: string | null;
290
291
  }
291
292
  export interface TRLPlates {
292
293
  plateSerialNumber?: string | null;