@dvsa/cvs-type-definitions 5.0.0 → 5.1.0

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.
@@ -245,10 +245,10 @@
245
245
  },
246
246
  "techRecord_adrDetails_weight": {
247
247
  "type": [
248
- "string",
248
+ "number",
249
249
  "null"
250
250
  ],
251
- "maxLength": 8
251
+ "maximum": 99999999
252
252
  },
253
253
  "techRecord_adrDetails_declarationsSeen": {
254
254
  "type": [
@@ -215,10 +215,10 @@
215
215
  },
216
216
  "techRecord_adrDetails_weight": {
217
217
  "type": [
218
- "string",
218
+ "number",
219
219
  "null"
220
220
  ],
221
- "maxLength": 8
221
+ "maximum": 99999999
222
222
  },
223
223
  "techRecord_adrDetails_declarationsSeen": {
224
224
  "type": [
@@ -219,10 +219,10 @@
219
219
  },
220
220
  "techRecord_adrDetails_weight": {
221
221
  "type": [
222
- "string",
222
+ "number",
223
223
  "null"
224
224
  ],
225
- "maxLength": 8
225
+ "maximum": 99999999
226
226
  },
227
227
  "techRecord_adrDetails_declarationsSeen": {
228
228
  "type": [
@@ -250,10 +250,10 @@
250
250
  },
251
251
  "techRecord_adrDetails_weight": {
252
252
  "type": [
253
- "string",
253
+ "number",
254
254
  "null"
255
255
  ],
256
- "maxLength": 8
256
+ "maximum": 99999999
257
257
  },
258
258
  "techRecord_adrDetails_declarationsSeen": {
259
259
  "type": [
@@ -247,10 +247,10 @@
247
247
  },
248
248
  "techRecord_adrDetails_weight": {
249
249
  "type": [
250
- "string",
250
+ "number",
251
251
  "null"
252
252
  ],
253
- "maxLength": 8
253
+ "maximum": 99999999
254
254
  },
255
255
  "techRecord_adrDetails_declarationsSeen": {
256
256
  "type": [
@@ -227,10 +227,10 @@
227
227
  },
228
228
  "techRecord_adrDetails_weight": {
229
229
  "type": [
230
- "string",
230
+ "number",
231
231
  "null"
232
232
  ],
233
- "maxLength": 8
233
+ "maximum": 99999999
234
234
  },
235
235
  "techRecord_adrDetails_declarationsSeen": {
236
236
  "type": [
@@ -207,10 +207,10 @@
207
207
  },
208
208
  "techRecord_adrDetails_weight": {
209
209
  "type": [
210
- "string",
210
+ "number",
211
211
  "null"
212
212
  ],
213
- "maxLength": 8
213
+ "maximum": 99999999
214
214
  },
215
215
  "techRecord_adrDetails_declarationsSeen": {
216
216
  "type": [
@@ -209,10 +209,10 @@
209
209
  },
210
210
  "techRecord_adrDetails_weight": {
211
211
  "type": [
212
- "string",
212
+ "number",
213
213
  "null"
214
214
  ],
215
- "maxLength": 8
215
+ "maximum": 99999999
216
216
  },
217
217
  "techRecord_adrDetails_declarationsSeen": {
218
218
  "type": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "type definitions for cvs vta and vtm applications",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -105,7 +105,7 @@ export interface TechRecordGETHGVComplete {
105
105
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
106
106
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
107
107
  techRecord_adrDetails_brakeEndurance?: boolean | null;
108
- techRecord_adrDetails_weight?: string | null;
108
+ techRecord_adrDetails_weight?: number | null;
109
109
  techRecord_adrDetails_declarationsSeen?: boolean | null;
110
110
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
111
111
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -105,7 +105,7 @@ export interface TechRecordGETHGVSkeleton {
105
105
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
106
106
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
107
107
  techRecord_adrDetails_brakeEndurance?: boolean | null;
108
- techRecord_adrDetails_weight?: string | null;
108
+ techRecord_adrDetails_weight?: number | null;
109
109
  techRecord_adrDetails_declarationsSeen?: boolean | null;
110
110
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
111
111
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -105,7 +105,7 @@ export interface TechRecordGETHGVTestable {
105
105
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
106
106
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
107
107
  techRecord_adrDetails_brakeEndurance?: boolean | null;
108
- techRecord_adrDetails_weight?: string | null;
108
+ techRecord_adrDetails_weight?: number | null;
109
109
  techRecord_adrDetails_declarationsSeen?: boolean | null;
110
110
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
111
111
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -36,7 +36,7 @@ export interface TechRecordGETLGVComplete {
36
36
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
37
37
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
38
38
  techRecord_adrDetails_brakeEndurance?: boolean | null;
39
- techRecord_adrDetails_weight?: string | null;
39
+ techRecord_adrDetails_weight?: number | null;
40
40
  techRecord_adrDetails_declarationsSeen?: boolean | null;
41
41
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
42
42
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -36,7 +36,7 @@ export interface TechRecordGETLGVSkeleton {
36
36
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
37
37
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
38
38
  techRecord_adrDetails_brakeEndurance?: boolean | null;
39
- techRecord_adrDetails_weight?: string | null;
39
+ techRecord_adrDetails_weight?: number | null;
40
40
  techRecord_adrDetails_declarationsSeen?: boolean | null;
41
41
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
42
42
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -122,7 +122,7 @@ export interface TechRecordGETTRLComplete {
122
122
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
123
123
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
124
124
  techRecord_adrDetails_brakeEndurance?: boolean | null;
125
- techRecord_adrDetails_weight?: string | null;
125
+ techRecord_adrDetails_weight?: number | null;
126
126
  techRecord_adrDetails_declarationsSeen?: boolean | null;
127
127
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
128
128
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -122,7 +122,7 @@ export interface TechRecordGETTRLSkeleton {
122
122
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
123
123
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
124
124
  techRecord_adrDetails_brakeEndurance?: boolean | null;
125
- techRecord_adrDetails_weight?: string | null;
125
+ techRecord_adrDetails_weight?: number | null;
126
126
  techRecord_adrDetails_declarationsSeen?: boolean | null;
127
127
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
128
128
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -122,7 +122,7 @@ export interface TechRecordGETTRLTestable {
122
122
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
123
123
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
124
124
  techRecord_adrDetails_brakeEndurance?: boolean | null;
125
- techRecord_adrDetails_weight?: string | null;
125
+ techRecord_adrDetails_weight?: number | null;
126
126
  techRecord_adrDetails_declarationsSeen?: boolean | null;
127
127
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
128
128
  techRecord_adrDetails_additionalNotes_number?: string[] | null;