@dvsa/cvs-type-definitions 3.0.9 → 3.0.10

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.
@@ -4,6 +4,7 @@
4
4
  "additionalProperties": false,
5
5
  "required": [
6
6
  "vin",
7
+ "createdTimestamp",
7
8
  "systemNumber",
8
9
  "primaryVrm",
9
10
  "techRecord_vehicleConfiguration",
@@ -1066,7 +1067,6 @@
1066
1067
  },
1067
1068
  "createdTimestamp": {
1068
1069
  "type": [
1069
- "null",
1070
1070
  "string"
1071
1071
  ]
1072
1072
  },
@@ -5,6 +5,7 @@
5
5
  "required": [
6
6
  "vin",
7
7
  "systemNumber",
8
+ "createdTimestamp",
8
9
  "primaryVrm",
9
10
  "techRecord_vehicleConfiguration",
10
11
  "techRecord_vehicleSize",
@@ -1096,7 +1097,6 @@
1096
1097
  },
1097
1098
  "createdTimestamp": {
1098
1099
  "type": [
1099
- "null",
1100
1100
  "string"
1101
1101
  ]
1102
1102
  },
@@ -74,12 +74,6 @@
74
74
  ],
75
75
  "maxLength": 255
76
76
  },
77
- "createdTimestamp": {
78
- "type": [
79
- "null",
80
- "string"
81
- ]
82
- },
83
77
  "partialVin": {
84
78
  "type": [
85
79
  "null",
@@ -64,12 +64,6 @@
64
64
  ],
65
65
  "maxLength": 255
66
66
  },
67
- "createdTimestamp": {
68
- "type": [
69
- "null",
70
- "string"
71
- ]
72
- },
73
67
  "partialVin": {
74
68
  "type": [
75
69
  "null",
@@ -1053,12 +1053,6 @@
1053
1053
  "null"
1054
1054
  ]
1055
1055
  },
1056
- "createdTimestamp": {
1057
- "type": [
1058
- "null",
1059
- "string"
1060
- ]
1061
- },
1062
1056
  "secondaryVrms": {
1063
1057
  "type": [
1064
1058
  "null",
@@ -1111,12 +1111,6 @@
1111
1111
  "null"
1112
1112
  ]
1113
1113
  },
1114
- "createdTimestamp": {
1115
- "type": [
1116
- "null",
1117
- "string"
1118
- ]
1119
- },
1120
1114
  "techRecord_applicationId": {
1121
1115
  "type": "string"
1122
1116
  },
@@ -1089,12 +1089,6 @@
1089
1089
  "null"
1090
1090
  ]
1091
1091
  },
1092
- "createdTimestamp": {
1093
- "type": [
1094
- "null",
1095
- "string"
1096
- ]
1097
- },
1098
1092
  "techRecord_applicationId": {
1099
1093
  "type": [
1100
1094
  "null",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -297,7 +297,7 @@ export interface TechRecordGETPSVComplete {
297
297
  techRecord_microfilm_microfilmRollNumber?: string | null;
298
298
  techRecord_microfilm_microfilmSerialNumber?: string | null;
299
299
  techRecord_brakeCode?: string | null;
300
- createdTimestamp?: null | string;
300
+ createdTimestamp: string;
301
301
  techRecord_updateType?: null | string;
302
302
  }
303
303
  export interface PSVAxlesComplete {
@@ -293,7 +293,7 @@ export interface TechRecordGETPSVTestable {
293
293
  techRecord_microfilm_microfilmRollNumber?: string | null;
294
294
  techRecord_microfilm_microfilmSerialNumber?: string | null;
295
295
  techRecord_brakeCode?: string | null;
296
- createdTimestamp?: null | string;
296
+ createdTimestamp: string;
297
297
  techRecord_applicationId?: null | string;
298
298
  secondaryVrms?: null | string[];
299
299
  techRecord_updateType?: null | string;
@@ -50,7 +50,6 @@ export interface TechRecordPUTMotorcycleComplete {
50
50
  techRecord_applicantDetails_postCode?: null | string;
51
51
  techRecord_applicantDetails_telephoneNumber?: null | string;
52
52
  techRecord_applicantDetails_emailAddress?: null | string;
53
- createdTimestamp?: null | string;
54
53
  partialVin?: null | string;
55
54
  primaryVrm?: null | string;
56
55
  systemNumber?: null | string;
@@ -48,7 +48,6 @@ export interface TechRecordPUTMotorcycleSkeleton {
48
48
  techRecord_applicantDetails_postCode?: null | string;
49
49
  techRecord_applicantDetails_telephoneNumber?: null | string;
50
50
  techRecord_applicantDetails_emailAddress?: null | string;
51
- createdTimestamp?: null | string;
52
51
  partialVin?: null | string;
53
52
  primaryVrm?: null | string;
54
53
  systemNumber?: null | string;
@@ -293,7 +293,6 @@ export interface TechRecordPUTPSVComplete {
293
293
  techRecord_microfilm_microfilmRollNumber?: string | null;
294
294
  techRecord_microfilm_microfilmSerialNumber?: string | null;
295
295
  techRecord_brakeCode?: string | null;
296
- createdTimestamp?: null | string;
297
296
  secondaryVrms?: null | string[];
298
297
  techRecord_updateType?: null | string;
299
298
  }
@@ -290,7 +290,6 @@ export interface TechRecordPUTPSVSkeleton {
290
290
  techRecord_microfilm_microfilmRollNumber?: string | null;
291
291
  techRecord_microfilm_microfilmSerialNumber?: string | null;
292
292
  techRecord_brakeCode?: string | null;
293
- createdTimestamp?: null | string;
294
293
  techRecord_applicationId?: string;
295
294
  secondaryVrms?: string[];
296
295
  techRecord_updateType?: null | string;
@@ -290,7 +290,6 @@ export interface TechRecordPUTPSVTestable {
290
290
  techRecord_microfilm_microfilmRollNumber?: string | null;
291
291
  techRecord_microfilm_microfilmSerialNumber?: string | null;
292
292
  techRecord_brakeCode?: string | null;
293
- createdTimestamp?: null | string;
294
293
  techRecord_applicationId?: null | string;
295
294
  secondaryVrms?: null | string[];
296
295
  techRecord_updateType?: null | string;