@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.
package/package.json
CHANGED
|
@@ -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;
|