@dvsa/cvs-type-definitions 3.0.45 → 3.0.47
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/hgv/testable/index.json +4 -1
- package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +4 -1
- package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +4 -1
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +4 -1
- package/package.json +1 -1
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +1 -1
- package/types/v3/tech-record/get/psv/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/put/psv/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +1 -1
package/package.json
CHANGED
|
@@ -196,7 +196,7 @@ export interface TechRecordGETHGVTestable {
|
|
|
196
196
|
techRecord_applicantDetails_postCode?: null | string;
|
|
197
197
|
techRecord_applicantDetails_telephoneNumber?: null | string;
|
|
198
198
|
techRecord_applicantDetails_emailAddress?: null | string;
|
|
199
|
-
techRecord_applicationId?: string;
|
|
199
|
+
techRecord_applicationId?: string | null;
|
|
200
200
|
techRecord_axles?: null | HGVAxles[];
|
|
201
201
|
techRecord_bodyType_code?: null | string;
|
|
202
202
|
techRecord_bodyType_description: string;
|
|
@@ -294,7 +294,7 @@ export interface TechRecordGETPSVSkeleton {
|
|
|
294
294
|
techRecord_microfilm_microfilmSerialNumber?: string | null;
|
|
295
295
|
techRecord_brakeCode?: string | null;
|
|
296
296
|
createdTimestamp: string;
|
|
297
|
-
techRecord_applicationId?: string;
|
|
297
|
+
techRecord_applicationId?: string | null;
|
|
298
298
|
secondaryVrms?: null | string[];
|
|
299
299
|
techRecord_updateType?: null | string;
|
|
300
300
|
}
|
|
@@ -282,7 +282,7 @@ export interface TechRecordPUTPSVSkeleton {
|
|
|
282
282
|
techRecord_microfilm_microfilmRollNumber?: string | null;
|
|
283
283
|
techRecord_microfilm_microfilmSerialNumber?: string | null;
|
|
284
284
|
techRecord_brakeCode?: string | null;
|
|
285
|
-
techRecord_applicationId?: string;
|
|
285
|
+
techRecord_applicationId?: string | null;
|
|
286
286
|
secondaryVrms?: string[];
|
|
287
287
|
techRecord_updateType?: null | string;
|
|
288
288
|
}
|
|
@@ -216,7 +216,7 @@ export interface TechRecordPUTTRLSkeleton {
|
|
|
216
216
|
techRecord_applicantDetails_postCode?: null | string;
|
|
217
217
|
techRecord_applicantDetails_telephoneNumber?: null | string;
|
|
218
218
|
techRecord_applicantDetails_emailAddress?: null | string;
|
|
219
|
-
techRecord_applicationId?: string;
|
|
219
|
+
techRecord_applicationId?: string | null;
|
|
220
220
|
techRecord_authIntoService?: string | null;
|
|
221
221
|
techRecord_batchId?: string | null;
|
|
222
222
|
techRecord_bodyType_code: string;
|