@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.
@@ -405,7 +405,10 @@
405
405
  "maxLength": 255
406
406
  },
407
407
  "techRecord_applicationId": {
408
- "type": "string"
408
+ "type": [
409
+ "string",
410
+ "null"
411
+ ]
409
412
  },
410
413
  "techRecord_axles": {
411
414
  "type": [
@@ -1108,7 +1108,10 @@
1108
1108
  ]
1109
1109
  },
1110
1110
  "techRecord_applicationId": {
1111
- "type": "string"
1111
+ "type": [
1112
+ "string",
1113
+ "null"
1114
+ ]
1112
1115
  },
1113
1116
  "secondaryVrms": {
1114
1117
  "type": [
@@ -1054,7 +1054,10 @@
1054
1054
  ]
1055
1055
  },
1056
1056
  "techRecord_applicationId": {
1057
- "type": "string"
1057
+ "type": [
1058
+ "string",
1059
+ "null"
1060
+ ]
1058
1061
  },
1059
1062
  "secondaryVrms": {
1060
1063
  "type": "array",
@@ -434,7 +434,10 @@
434
434
  "maxLength": 255
435
435
  },
436
436
  "techRecord_applicationId": {
437
- "type": "string"
437
+ "type": [
438
+ "string",
439
+ "null"
440
+ ]
438
441
  },
439
442
  "techRecord_authIntoService": {
440
443
  "type": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.45",
3
+ "version": "3.0.47",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -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;