@dvsa/cvs-type-definitions 3.0.6 → 3.0.7

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.
Files changed (25) hide show
  1. package/json-schemas/v3/tech-record/get/car/complete/index.json +1 -1
  2. package/json-schemas/v3/tech-record/get/car/skeleton/index.json +1 -1
  3. package/json-schemas/v3/tech-record/get/lgv/complete/index.json +1 -1
  4. package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +1 -1
  5. package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +1 -1
  6. package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +1 -1
  7. package/json-schemas/v3/tech-record/put/car/complete/index.json +1 -1
  8. package/json-schemas/v3/tech-record/put/car/skeleton/index.json +1 -1
  9. package/json-schemas/v3/tech-record/put/lgv/complete/index.json +1 -1
  10. package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +1 -1
  11. package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +1 -1
  12. package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +1 -1
  13. package/package.json +1 -1
  14. package/types/v3/tech-record/get/car/complete/index.d.ts +1 -1
  15. package/types/v3/tech-record/get/car/skeleton/index.d.ts +1 -1
  16. package/types/v3/tech-record/get/lgv/complete/index.d.ts +1 -1
  17. package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +1 -1
  18. package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +1 -1
  19. package/types/v3/tech-record/get/motorcycle/skeleton/index.d.ts +1 -1
  20. package/types/v3/tech-record/put/car/complete/index.d.ts +1 -1
  21. package/types/v3/tech-record/put/car/skeleton/index.d.ts +1 -1
  22. package/types/v3/tech-record/put/lgv/complete/index.d.ts +1 -1
  23. package/types/v3/tech-record/put/lgv/skeleton/index.d.ts +1 -1
  24. package/types/v3/tech-record/put/motorcycle/complete/index.d.ts +1 -1
  25. package/types/v3/tech-record/put/motorcycle/skeleton/index.d.ts +1 -1
@@ -155,7 +155,7 @@
155
155
  },
156
156
  "techRecord_manufactureYear": {
157
157
  "type": [
158
- "string",
158
+ "integer",
159
159
  "null"
160
160
  ]
161
161
  },
@@ -154,7 +154,7 @@
154
154
  },
155
155
  "techRecord_manufactureYear": {
156
156
  "type": [
157
- "string",
157
+ "integer",
158
158
  "null"
159
159
  ]
160
160
  },
@@ -155,7 +155,7 @@
155
155
  },
156
156
  "techRecord_manufactureYear": {
157
157
  "type": [
158
- "string",
158
+ "integer",
159
159
  "null"
160
160
  ]
161
161
  },
@@ -154,7 +154,7 @@
154
154
  },
155
155
  "techRecord_manufactureYear": {
156
156
  "type": [
157
- "string",
157
+ "integer",
158
158
  "null"
159
159
  ]
160
160
  },
@@ -160,7 +160,7 @@
160
160
  },
161
161
  "techRecord_manufactureYear": {
162
162
  "type": [
163
- "string",
163
+ "integer",
164
164
  "null"
165
165
  ]
166
166
  },
@@ -153,7 +153,7 @@
153
153
  },
154
154
  "techRecord_manufactureYear": {
155
155
  "type": [
156
- "string",
156
+ "integer",
157
157
  "null"
158
158
  ]
159
159
  },
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "techRecord_manufactureYear": {
67
67
  "type": [
68
- "string",
68
+ "integer",
69
69
  "null"
70
70
  ]
71
71
  },
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "techRecord_manufactureYear": {
66
66
  "type": [
67
- "string",
67
+ "integer",
68
68
  "null"
69
69
  ]
70
70
  },
@@ -139,7 +139,7 @@
139
139
  },
140
140
  "techRecord_manufactureYear": {
141
141
  "type": [
142
- "string",
142
+ "integer",
143
143
  "null"
144
144
  ]
145
145
  },
@@ -138,7 +138,7 @@
138
138
  },
139
139
  "techRecord_manufactureYear": {
140
140
  "type": [
141
- "string",
141
+ "integer",
142
142
  "null"
143
143
  ]
144
144
  },
@@ -167,7 +167,7 @@
167
167
  },
168
168
  "techRecord_manufactureYear": {
169
169
  "type": [
170
- "string",
170
+ "integer",
171
171
  "null"
172
172
  ]
173
173
  },
@@ -157,7 +157,7 @@
157
157
  },
158
158
  "techRecord_manufactureYear": {
159
159
  "type": [
160
- "string",
160
+ "integer",
161
161
  "null"
162
162
  ]
163
163
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -61,7 +61,7 @@ export interface TechRecordGETCarComplete {
61
61
  techRecord_lastUpdatedAt?: string | null;
62
62
  techRecord_lastUpdatedById?: string | null;
63
63
  techRecord_lastUpdatedByName?: string | null;
64
- techRecord_manufactureYear?: string | null;
64
+ techRecord_manufactureYear?: number | null;
65
65
  techRecord_recordCompleteness?: null | string;
66
66
  techRecord_noOfAxles?: null | number;
67
67
  techRecord_notes?: null | string;
@@ -60,7 +60,7 @@ export interface TechRecordGETCarSkeleton {
60
60
  techRecord_lastUpdatedAt?: string | null;
61
61
  techRecord_lastUpdatedById?: string | null;
62
62
  techRecord_lastUpdatedByName?: string | null;
63
- techRecord_manufactureYear?: string | null;
63
+ techRecord_manufactureYear?: number | null;
64
64
  techRecord_recordCompleteness?: null | string;
65
65
  techRecord_noOfAxles?: null | number;
66
66
  techRecord_notes?: null | string;
@@ -61,7 +61,7 @@ export interface TechRecordGETLGVComplete {
61
61
  techRecord_lastUpdatedAt?: string | null;
62
62
  techRecord_lastUpdatedById?: string | null;
63
63
  techRecord_lastUpdatedByName?: string | null;
64
- techRecord_manufactureYear?: string | null;
64
+ techRecord_manufactureYear?: number | null;
65
65
  techRecord_recordCompleteness?: null | string;
66
66
  techRecord_noOfAxles?: null | number;
67
67
  techRecord_notes?: null | string;
@@ -60,7 +60,7 @@ export interface TechRecordGETLGVSkeleton {
60
60
  techRecord_lastUpdatedAt?: string | null;
61
61
  techRecord_lastUpdatedById?: string | null;
62
62
  techRecord_lastUpdatedByName?: string | null;
63
- techRecord_manufactureYear?: string | null;
63
+ techRecord_manufactureYear?: number | null;
64
64
  techRecord_recordCompleteness?: null | string;
65
65
  techRecord_noOfAxles?: null | number;
66
66
  techRecord_notes?: null | string;
@@ -62,7 +62,7 @@ export interface TechRecordGETMotorcycleComplete {
62
62
  techRecord_lastUpdatedAt?: string | null;
63
63
  techRecord_lastUpdatedById?: string | null;
64
64
  techRecord_lastUpdatedByName?: string | null;
65
- techRecord_manufactureYear?: string | null;
65
+ techRecord_manufactureYear?: number | null;
66
66
  techRecord_recordCompleteness?: null | string;
67
67
  techRecord_noOfAxles?: null | number;
68
68
  techRecord_notes?: null | string;
@@ -60,7 +60,7 @@ export interface TechRecordGETMotorcycleSkeleton {
60
60
  techRecord_lastUpdatedAt?: string | null;
61
61
  techRecord_lastUpdatedById?: string | null;
62
62
  techRecord_lastUpdatedByName?: string | null;
63
- techRecord_manufactureYear?: string | null;
63
+ techRecord_manufactureYear?: number | null;
64
64
  techRecord_recordCompleteness?: null | string;
65
65
  techRecord_noOfAxles?: null | number;
66
66
  techRecord_notes?: null | string;
@@ -17,7 +17,7 @@ export interface TechRecordPUTCarComplete {
17
17
  techRecord_vehicleType: VehicleType;
18
18
  techRecord_statusCode?: null | StatusCode;
19
19
  techRecord_regnDate?: string | null;
20
- techRecord_manufactureYear?: string | null;
20
+ techRecord_manufactureYear?: number | null;
21
21
  techRecord_noOfAxles?: number | null;
22
22
  techRecord_notes?: string;
23
23
  techRecord_vehicleSubclass: VehicleSubclass;
@@ -16,7 +16,7 @@ export interface TechRecordPUTCarSkeleton {
16
16
  techRecord_vehicleType: VehicleType;
17
17
  techRecord_statusCode?: null | StatusCode;
18
18
  techRecord_regnDate?: string | null;
19
- techRecord_manufactureYear?: string | null;
19
+ techRecord_manufactureYear?: number | null;
20
20
  techRecord_noOfAxles?: number | null;
21
21
  techRecord_notes?: null | string;
22
22
  techRecord_hiddenInVta?: null | boolean;
@@ -45,7 +45,7 @@ export interface TechRecordPUTLGVComplete {
45
45
  techRecord_vehicleType: VehicleType;
46
46
  techRecord_statusCode?: StatusCode;
47
47
  techRecord_regnDate?: string | null;
48
- techRecord_manufactureYear?: string | null;
48
+ techRecord_manufactureYear?: number | null;
49
49
  techRecord_noOfAxles?: number | null;
50
50
  techRecord_notes?: string;
51
51
  techRecord_vehicleSubclass: VehicleSubclass;
@@ -44,7 +44,7 @@ export interface TechRecordPUTLGVSkeleton {
44
44
  techRecord_vehicleType: VehicleType;
45
45
  techRecord_statusCode?: StatusCode;
46
46
  techRecord_regnDate?: string | null;
47
- techRecord_manufactureYear?: string | null;
47
+ techRecord_manufactureYear?: number | null;
48
48
  techRecord_noOfAxles?: number | null;
49
49
  techRecord_notes?: string;
50
50
  techRecord_hiddenInVta?: boolean;
@@ -62,7 +62,7 @@ export interface TechRecordPUTMotorcycleComplete {
62
62
  techRecord_lastUpdatedAt?: string | null;
63
63
  techRecord_lastUpdatedById?: string | null;
64
64
  techRecord_lastUpdatedByName?: string | null;
65
- techRecord_manufactureYear?: string | null;
65
+ techRecord_manufactureYear?: number | null;
66
66
  techRecord_recordCompleteness?: null | string;
67
67
  techRecord_noOfAxles?: null | number;
68
68
  techRecord_notes?: null | string;
@@ -60,7 +60,7 @@ export interface TechRecordPUTMotorcycleSkeleton {
60
60
  techRecord_lastUpdatedAt?: string | null;
61
61
  techRecord_lastUpdatedById?: string | null;
62
62
  techRecord_lastUpdatedByName?: string | null;
63
- techRecord_manufactureYear?: string | null;
63
+ techRecord_manufactureYear?: number | null;
64
64
  techRecord_recordCompleteness?: null | string;
65
65
  techRecord_noOfAxles?: null | number;
66
66
  techRecord_notes?: null | string;