@dvsa/cvs-type-definitions 5.1.0 → 5.1.1

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.
@@ -233,10 +233,10 @@
233
233
  },
234
234
  "techRecord_adrDetails_weight": {
235
235
  "type": [
236
- "string",
236
+ "number",
237
237
  "null"
238
238
  ],
239
- "maxLength": 8
239
+ "maximum": 99999999
240
240
  },
241
241
  "techRecord_adrDetails_declarationsSeen": {
242
242
  "type": [
@@ -201,10 +201,10 @@
201
201
  },
202
202
  "techRecord_adrDetails_weight": {
203
203
  "type": [
204
- "string",
204
+ "number",
205
205
  "null"
206
206
  ],
207
- "maxLength": 8
207
+ "maximum": 99999999
208
208
  },
209
209
  "techRecord_adrDetails_declarationsSeen": {
210
210
  "type": [
@@ -203,10 +203,10 @@
203
203
  },
204
204
  "techRecord_adrDetails_weight": {
205
205
  "type": [
206
- "string",
206
+ "number",
207
207
  "null"
208
208
  ],
209
- "maxLength": 8
209
+ "maximum": 99999999
210
210
  },
211
211
  "techRecord_adrDetails_declarationsSeen": {
212
212
  "type": [
@@ -252,10 +252,10 @@
252
252
  },
253
253
  "techRecord_adrDetails_weight": {
254
254
  "type": [
255
- "string",
255
+ "number",
256
256
  "null"
257
257
  ],
258
- "maxLength": 8
258
+ "maximum": 99999999
259
259
  },
260
260
  "techRecord_adrDetails_declarationsSeen": {
261
261
  "type": [
@@ -249,10 +249,10 @@
249
249
  },
250
250
  "techRecord_adrDetails_weight": {
251
251
  "type": [
252
- "string",
252
+ "number",
253
253
  "null"
254
254
  ],
255
- "maxLength": 8
255
+ "maximum": 99999999
256
256
  },
257
257
  "techRecord_adrDetails_declarationsSeen": {
258
258
  "type": [
@@ -216,10 +216,10 @@
216
216
  },
217
217
  "techRecord_adrDetails_weight": {
218
218
  "type": [
219
- "string",
219
+ "number",
220
220
  "null"
221
221
  ],
222
- "maxLength": 8
222
+ "maximum": 99999999
223
223
  },
224
224
  "techRecord_adrDetails_declarationsSeen": {
225
225
  "type": [
@@ -266,10 +266,10 @@
266
266
  },
267
267
  "techRecord_adrDetails_weight": {
268
268
  "type": [
269
- "string",
269
+ "number",
270
270
  "null"
271
271
  ],
272
- "maxLength": 8
272
+ "maximum": 99999999
273
273
  },
274
274
  "techRecord_adrDetails_declarationsSeen": {
275
275
  "type": [
@@ -268,10 +268,10 @@
268
268
  },
269
269
  "techRecord_adrDetails_weight": {
270
270
  "type": [
271
- "string",
271
+ "number",
272
272
  "null"
273
273
  ],
274
- "maxLength": 8
274
+ "maximum": 99999999
275
275
  },
276
276
  "techRecord_adrDetails_declarationsSeen": {
277
277
  "type": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "type definitions for cvs vta and vtm applications",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -103,7 +103,7 @@ export interface TechRecordPUTHGVComplete {
103
103
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
104
104
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
105
105
  techRecord_adrDetails_brakeEndurance?: boolean | null;
106
- techRecord_adrDetails_weight?: string | null;
106
+ techRecord_adrDetails_weight?: number | null;
107
107
  techRecord_adrDetails_declarationsSeen?: boolean | null;
108
108
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
109
109
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -103,7 +103,7 @@ export interface TechRecordPUTHGVSkeleton {
103
103
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
104
104
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
105
105
  techRecord_adrDetails_brakeEndurance?: boolean | null;
106
- techRecord_adrDetails_weight?: string | null;
106
+ techRecord_adrDetails_weight?: number | null;
107
107
  techRecord_adrDetails_declarationsSeen?: boolean | null;
108
108
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
109
109
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -103,7 +103,7 @@ export interface TechRecordPUTHGVTestable {
103
103
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
104
104
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
105
105
  techRecord_adrDetails_brakeEndurance?: boolean | null;
106
- techRecord_adrDetails_weight?: string | null;
106
+ techRecord_adrDetails_weight?: number | null;
107
107
  techRecord_adrDetails_declarationsSeen?: boolean | null;
108
108
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
109
109
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -38,7 +38,7 @@ export interface TechRecordPUTLGVComplete {
38
38
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
39
39
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
40
40
  techRecord_adrDetails_brakeEndurance?: boolean | null;
41
- techRecord_adrDetails_weight?: string | null;
41
+ techRecord_adrDetails_weight?: number | null;
42
42
  techRecord_adrDetails_declarationsSeen?: boolean | null;
43
43
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
44
44
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -38,7 +38,7 @@ export interface TechRecordPUTLGVSkeleton {
38
38
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
39
39
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
40
40
  techRecord_adrDetails_brakeEndurance?: boolean | null;
41
- techRecord_adrDetails_weight?: string | null;
41
+ techRecord_adrDetails_weight?: number | null;
42
42
  techRecord_adrDetails_declarationsSeen?: boolean | null;
43
43
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
44
44
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -120,7 +120,7 @@ export interface TechRecordPUTTRLComplete {
120
120
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
121
121
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
122
122
  techRecord_adrDetails_brakeEndurance?: boolean | null;
123
- techRecord_adrDetails_weight?: string | null;
123
+ techRecord_adrDetails_weight?: number | null;
124
124
  techRecord_adrDetails_declarationsSeen?: boolean | null;
125
125
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
126
126
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -125,7 +125,7 @@ export interface TechRecordPUTTRLSkeleton {
125
125
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
126
126
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
127
127
  techRecord_adrDetails_brakeEndurance?: boolean | null;
128
- techRecord_adrDetails_weight?: string | null;
128
+ techRecord_adrDetails_weight?: number | null;
129
129
  techRecord_adrDetails_declarationsSeen?: boolean | null;
130
130
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
131
131
  techRecord_adrDetails_additionalNotes_number?: string[] | null;
@@ -125,7 +125,7 @@ export interface TechRecordPUTTRLTestable {
125
125
  techRecord_adrDetails_brakeDeclarationsSeen?: boolean | null;
126
126
  techRecord_adrDetails_brakeDeclarationIssuer?: string | null;
127
127
  techRecord_adrDetails_brakeEndurance?: boolean | null;
128
- techRecord_adrDetails_weight?: string | null;
128
+ techRecord_adrDetails_weight?: number | null;
129
129
  techRecord_adrDetails_declarationsSeen?: boolean | null;
130
130
  techRecord_adrDetails_additionalNotes_guidanceNotes?: string[] | null;
131
131
  techRecord_adrDetails_additionalNotes_number?: string[] | null;