@dvsa/cvs-type-definitions 3.6.2 → 3.6.3

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 (33) hide show
  1. package/json-schemas/v3/tech-record/get/hgv/complete/index.json +6 -0
  2. package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +6 -0
  3. package/json-schemas/v3/tech-record/get/hgv/testable/index.json +6 -0
  4. package/json-schemas/v3/tech-record/get/lgv/complete/index.json +307 -0
  5. package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +307 -0
  6. package/json-schemas/v3/tech-record/get/trl/complete/index.json +6 -0
  7. package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +6 -0
  8. package/json-schemas/v3/tech-record/get/trl/testable/index.json +6 -0
  9. package/json-schemas/v3/tech-record/put/hgv/complete/index.json +6 -0
  10. package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +6 -0
  11. package/json-schemas/v3/tech-record/put/hgv/testable/index.json +6 -0
  12. package/json-schemas/v3/tech-record/put/lgv/complete/index.json +307 -0
  13. package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +307 -0
  14. package/json-schemas/v3/tech-record/put/trl/complete/index.json +6 -0
  15. package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +6 -0
  16. package/json-schemas/v3/tech-record/put/trl/testable/index.json +6 -0
  17. package/package.json +1 -1
  18. package/types/v3/tech-record/get/hgv/complete/index.d.ts +1 -0
  19. package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +1 -0
  20. package/types/v3/tech-record/get/hgv/testable/index.d.ts +1 -0
  21. package/types/v3/tech-record/get/lgv/complete/index.d.ts +43 -0
  22. package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +43 -0
  23. package/types/v3/tech-record/get/trl/complete/index.d.ts +1 -0
  24. package/types/v3/tech-record/get/trl/skeleton/index.d.ts +1 -0
  25. package/types/v3/tech-record/get/trl/testable/index.d.ts +1 -0
  26. package/types/v3/tech-record/put/hgv/complete/index.d.ts +1 -0
  27. package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +1 -0
  28. package/types/v3/tech-record/put/hgv/testable/index.d.ts +1 -0
  29. package/types/v3/tech-record/put/lgv/complete/index.d.ts +43 -0
  30. package/types/v3/tech-record/put/lgv/skeleton/index.d.ts +43 -0
  31. package/types/v3/tech-record/put/trl/complete/index.d.ts +1 -0
  32. package/types/v3/tech-record/put/trl/skeleton/index.d.ts +1 -0
  33. package/types/v3/tech-record/put/trl/testable/index.d.ts +1 -0
@@ -55,6 +55,12 @@
55
55
  "null"
56
56
  ]
57
57
  },
58
+ "techRecord_adrDetails_dangerousGoods": {
59
+ "type": [
60
+ "boolean",
61
+ "null"
62
+ ]
63
+ },
58
64
  "techRecord_adrDetails_vehicleDetails_type": {
59
65
  "type": [
60
66
  "string",
@@ -23,6 +23,12 @@
23
23
  "null"
24
24
  ]
25
25
  },
26
+ "techRecord_adrDetails_dangerousGoods": {
27
+ "type": [
28
+ "boolean",
29
+ "null"
30
+ ]
31
+ },
26
32
  "techRecord_adrDetails_vehicleDetails_type": {
27
33
  "type": [
28
34
  "string",
@@ -25,6 +25,12 @@
25
25
  "null"
26
26
  ]
27
27
  },
28
+ "techRecord_adrDetails_dangerousGoods": {
29
+ "type": [
30
+ "boolean",
31
+ "null"
32
+ ]
33
+ },
28
34
  "techRecord_adrDetails_vehicleDetails_type": {
29
35
  "type": [
30
36
  "string",
@@ -74,6 +74,313 @@
74
74
  ],
75
75
  "maxLength": 255
76
76
  },
77
+ "techRecord_adrDetails_dangerousGoods": {
78
+ "type": [
79
+ "boolean",
80
+ "null"
81
+ ]
82
+ },
83
+ "techRecord_adrDetails_vehicleDetails_type": {
84
+ "type": [
85
+ "string",
86
+ "null"
87
+ ]
88
+ },
89
+ "techRecord_adrDetails_vehicleDetails_approvalDate": {
90
+ "type": [
91
+ "string",
92
+ "null"
93
+ ]
94
+ },
95
+ "techRecord_adrDetails_permittedDangerousGoods": {
96
+ "type": [
97
+ "array",
98
+ "null"
99
+ ],
100
+ "items": {
101
+ "type": "string"
102
+ }
103
+ },
104
+ "techRecord_adrDetails_compatibilityGroupJ": {
105
+ "type": [
106
+ "boolean",
107
+ "null"
108
+ ]
109
+ },
110
+ "techRecord_adrDetails_additionalExaminerNotes": {
111
+ "type": [
112
+ "string",
113
+ "null"
114
+ ],
115
+ "maxLength": 1024
116
+ },
117
+ "techRecord_adrDetails_applicantDetails_name": {
118
+ "type": [
119
+ "string",
120
+ "null"
121
+ ],
122
+ "maxLength": 150
123
+ },
124
+ "techRecord_adrDetails_applicantDetails_street": {
125
+ "type": [
126
+ "string",
127
+ "null"
128
+ ],
129
+ "maxLength": 150
130
+ },
131
+ "techRecord_adrDetails_applicantDetails_town": {
132
+ "type": [
133
+ "string",
134
+ "null"
135
+ ],
136
+ "maxLength": 100
137
+ },
138
+ "techRecord_adrDetails_applicantDetails_city": {
139
+ "type": [
140
+ "string",
141
+ "null"
142
+ ],
143
+ "maxLength": 100
144
+ },
145
+ "techRecord_adrDetails_applicantDetails_postcode": {
146
+ "type": [
147
+ "string",
148
+ "null"
149
+ ],
150
+ "maxLength": 25
151
+ },
152
+ "techRecord_adrDetails_memosApply": {
153
+ "type": [
154
+ "array",
155
+ "null"
156
+ ],
157
+ "items": {
158
+ "type": [
159
+ "string"
160
+ ]
161
+ }
162
+ },
163
+ "techRecord_adrDetails_documents": {
164
+ "type": [
165
+ "array",
166
+ "null"
167
+ ],
168
+ "items": {
169
+ "type": [
170
+ "string"
171
+ ]
172
+ }
173
+ },
174
+ "techRecord_adrDetails_listStatementApplicable": {
175
+ "type": [
176
+ "boolean",
177
+ "null"
178
+ ]
179
+ },
180
+ "techRecord_adrDetails_batteryListNumber": {
181
+ "type": [
182
+ "string",
183
+ "null"
184
+ ],
185
+ "maxLength": 8
186
+ },
187
+ "techRecord_adrDetails_brakeDeclarationsSeen": {
188
+ "type": [
189
+ "boolean",
190
+ "null"
191
+ ]
192
+ },
193
+ "techRecord_adrDetails_brakeDeclarationIssuer": {
194
+ "type": [
195
+ "string",
196
+ "null"
197
+ ]
198
+ },
199
+ "techRecord_adrDetails_brakeEndurance": {
200
+ "type": [
201
+ "boolean",
202
+ "null"
203
+ ]
204
+ },
205
+ "techRecord_adrDetails_weight": {
206
+ "type": [
207
+ "string",
208
+ "null"
209
+ ],
210
+ "maxLength": 8
211
+ },
212
+ "techRecord_adrDetails_declarationsSeen": {
213
+ "type": [
214
+ "boolean",
215
+ "null"
216
+ ]
217
+ },
218
+ "techRecord_adrDetails_additionalNotes_guidanceNotes": {
219
+ "type": [
220
+ "array",
221
+ "null"
222
+ ],
223
+ "items": {
224
+ "type": "string"
225
+ }
226
+ },
227
+ "techRecord_adrDetails_additionalNotes_number": {
228
+ "type": [
229
+ "array",
230
+ "null"
231
+ ],
232
+ "items": {
233
+ "type": "string"
234
+ }
235
+ },
236
+ "techRecord_adrDetails_adrTypeApprovalNo": {
237
+ "type": [
238
+ "string",
239
+ "null"
240
+ ]
241
+ },
242
+ "techRecord_adrDetails_adrCertificateNotes": {
243
+ "type": [
244
+ "string",
245
+ "null"
246
+ ],
247
+ "maxLength": 1500
248
+ },
249
+ "techRecord_adrDetails_tank_tankDetails_tankManufacturer": {
250
+ "type": [
251
+ "string",
252
+ "null"
253
+ ],
254
+ "maxLength": 70
255
+ },
256
+ "techRecord_adrDetails_tank_tankDetails_yearOfManufacture": {
257
+ "type": [
258
+ "integer",
259
+ "null"
260
+ ],
261
+ "maximum": 9999
262
+ },
263
+ "techRecord_adrDetails_tank_tankDetails_tankManufacturerSerialNo": {
264
+ "type": [
265
+ "string",
266
+ "null"
267
+ ],
268
+ "maxLength": 50
269
+ },
270
+ "techRecord_adrDetails_tank_tankDetails_tankTypeAppNo": {
271
+ "type": [
272
+ "string",
273
+ "null"
274
+ ],
275
+ "maxLength": 65
276
+ },
277
+ "techRecord_adrDetails_tank_tankDetails_tankCode": {
278
+ "type": [
279
+ "string",
280
+ "null"
281
+ ],
282
+ "maxLength": 30
283
+ },
284
+ "techRecord_adrDetails_tank_tankDetails_specialProvisions": {
285
+ "type": [
286
+ "string",
287
+ "null"
288
+ ],
289
+ "maxLength": 1024
290
+ },
291
+ "techRecord_adrDetails_tank_tankDetails_tc2Details_tc2Type": {
292
+ "anyOf": [
293
+ {
294
+ "type": "null"
295
+ },
296
+ {
297
+ "title": "TC2 Types",
298
+ "type": "string",
299
+ "enum": [
300
+ "initial"
301
+ ]
302
+ }
303
+ ]
304
+ },
305
+ "techRecord_adrDetails_tank_tankDetails_tc2Details_tc2IntermediateApprovalNo": {
306
+ "type": [
307
+ "string",
308
+ "null"
309
+ ],
310
+ "maxLength": 70
311
+ },
312
+ "techRecord_adrDetails_tank_tankDetails_tc2Details_tc2IntermediateExpiryDate": {
313
+ "type": [
314
+ "string",
315
+ "null"
316
+ ]
317
+ },
318
+ "techRecord_adrDetails_tank_tankDetails_tc3Details_tc3Type": {
319
+ "anyOf": [
320
+ {
321
+ "type": "null"
322
+ },
323
+ {
324
+ "title": "TC3 Types",
325
+ "type": "string",
326
+ "enum": [
327
+ "intermediate",
328
+ "periodic",
329
+ "exceptional"
330
+ ]
331
+ }
332
+ ]
333
+ },
334
+ "techRecord_adrDetails_tank_tankDetails_tc3Type_tc3PeriodicNumber": {
335
+ "type": [
336
+ "string",
337
+ "null"
338
+ ],
339
+ "maxLength": 75
340
+ },
341
+ "techRecord_adrDetails_tank_tankDetails_tc3Type_tc3PeriodicExpiryDate": {
342
+ "type": [
343
+ "string",
344
+ "null"
345
+ ]
346
+ },
347
+ "techRecord_adrDetails_tank_tankDetails_tankStatement_substancesPermitted": {
348
+ "type": [
349
+ "string",
350
+ "null"
351
+ ]
352
+ },
353
+ "techRecord_adrDetails_tank_tankDetails_tankStatement_statement": {
354
+ "type": [
355
+ "string",
356
+ "null"
357
+ ],
358
+ "maxLength": 1500
359
+ },
360
+ "techRecord_adrDetails_tank_tankDetails_tankStatement_productListRefNo": {
361
+ "type": [
362
+ "string",
363
+ "null"
364
+ ]
365
+ },
366
+ "techRecord_adrDetails_tank_tankDetails_tankStatement_productListUnNo": {
367
+ "type": [
368
+ "array",
369
+ "null"
370
+ ],
371
+ "items": {
372
+ "type": [
373
+ "string"
374
+ ]
375
+ }
376
+ },
377
+ "techRecord_adrDetails_tank_tankDetails_tankStatement_productList": {
378
+ "type": [
379
+ "string",
380
+ "null"
381
+ ],
382
+ "maxLength": 1500
383
+ },
77
384
  "techRecord_euVehicleCategory": {
78
385
  "anyOf": [
79
386
  {
@@ -71,6 +71,313 @@
71
71
  ],
72
72
  "maxLength": 255
73
73
  },
74
+ "techRecord_adrDetails_dangerousGoods": {
75
+ "type": [
76
+ "boolean",
77
+ "null"
78
+ ]
79
+ },
80
+ "techRecord_adrDetails_vehicleDetails_type": {
81
+ "type": [
82
+ "string",
83
+ "null"
84
+ ]
85
+ },
86
+ "techRecord_adrDetails_vehicleDetails_approvalDate": {
87
+ "type": [
88
+ "string",
89
+ "null"
90
+ ]
91
+ },
92
+ "techRecord_adrDetails_permittedDangerousGoods": {
93
+ "type": [
94
+ "array",
95
+ "null"
96
+ ],
97
+ "items": {
98
+ "type": "string"
99
+ }
100
+ },
101
+ "techRecord_adrDetails_compatibilityGroupJ": {
102
+ "type": [
103
+ "boolean",
104
+ "null"
105
+ ]
106
+ },
107
+ "techRecord_adrDetails_additionalExaminerNotes": {
108
+ "type": [
109
+ "string",
110
+ "null"
111
+ ],
112
+ "maxLength": 1024
113
+ },
114
+ "techRecord_adrDetails_applicantDetails_name": {
115
+ "type": [
116
+ "string",
117
+ "null"
118
+ ],
119
+ "maxLength": 150
120
+ },
121
+ "techRecord_adrDetails_applicantDetails_street": {
122
+ "type": [
123
+ "string",
124
+ "null"
125
+ ],
126
+ "maxLength": 150
127
+ },
128
+ "techRecord_adrDetails_applicantDetails_town": {
129
+ "type": [
130
+ "string",
131
+ "null"
132
+ ],
133
+ "maxLength": 100
134
+ },
135
+ "techRecord_adrDetails_applicantDetails_city": {
136
+ "type": [
137
+ "string",
138
+ "null"
139
+ ],
140
+ "maxLength": 100
141
+ },
142
+ "techRecord_adrDetails_applicantDetails_postcode": {
143
+ "type": [
144
+ "string",
145
+ "null"
146
+ ],
147
+ "maxLength": 25
148
+ },
149
+ "techRecord_adrDetails_memosApply": {
150
+ "type": [
151
+ "array",
152
+ "null"
153
+ ],
154
+ "items": {
155
+ "type": [
156
+ "string"
157
+ ]
158
+ }
159
+ },
160
+ "techRecord_adrDetails_documents": {
161
+ "type": [
162
+ "array",
163
+ "null"
164
+ ],
165
+ "items": {
166
+ "type": [
167
+ "string"
168
+ ]
169
+ }
170
+ },
171
+ "techRecord_adrDetails_listStatementApplicable": {
172
+ "type": [
173
+ "boolean",
174
+ "null"
175
+ ]
176
+ },
177
+ "techRecord_adrDetails_batteryListNumber": {
178
+ "type": [
179
+ "string",
180
+ "null"
181
+ ],
182
+ "maxLength": 8
183
+ },
184
+ "techRecord_adrDetails_brakeDeclarationsSeen": {
185
+ "type": [
186
+ "boolean",
187
+ "null"
188
+ ]
189
+ },
190
+ "techRecord_adrDetails_brakeDeclarationIssuer": {
191
+ "type": [
192
+ "string",
193
+ "null"
194
+ ]
195
+ },
196
+ "techRecord_adrDetails_brakeEndurance": {
197
+ "type": [
198
+ "boolean",
199
+ "null"
200
+ ]
201
+ },
202
+ "techRecord_adrDetails_weight": {
203
+ "type": [
204
+ "string",
205
+ "null"
206
+ ],
207
+ "maxLength": 8
208
+ },
209
+ "techRecord_adrDetails_declarationsSeen": {
210
+ "type": [
211
+ "boolean",
212
+ "null"
213
+ ]
214
+ },
215
+ "techRecord_adrDetails_additionalNotes_guidanceNotes": {
216
+ "type": [
217
+ "array",
218
+ "null"
219
+ ],
220
+ "items": {
221
+ "type": "string"
222
+ }
223
+ },
224
+ "techRecord_adrDetails_additionalNotes_number": {
225
+ "type": [
226
+ "array",
227
+ "null"
228
+ ],
229
+ "items": {
230
+ "type": "string"
231
+ }
232
+ },
233
+ "techRecord_adrDetails_adrTypeApprovalNo": {
234
+ "type": [
235
+ "string",
236
+ "null"
237
+ ]
238
+ },
239
+ "techRecord_adrDetails_adrCertificateNotes": {
240
+ "type": [
241
+ "string",
242
+ "null"
243
+ ],
244
+ "maxLength": 1500
245
+ },
246
+ "techRecord_adrDetails_tank_tankDetails_tankManufacturer": {
247
+ "type": [
248
+ "string",
249
+ "null"
250
+ ],
251
+ "maxLength": 70
252
+ },
253
+ "techRecord_adrDetails_tank_tankDetails_yearOfManufacture": {
254
+ "type": [
255
+ "integer",
256
+ "null"
257
+ ],
258
+ "maximum": 9999
259
+ },
260
+ "techRecord_adrDetails_tank_tankDetails_tankManufacturerSerialNo": {
261
+ "type": [
262
+ "string",
263
+ "null"
264
+ ],
265
+ "maxLength": 50
266
+ },
267
+ "techRecord_adrDetails_tank_tankDetails_tankTypeAppNo": {
268
+ "type": [
269
+ "string",
270
+ "null"
271
+ ],
272
+ "maxLength": 65
273
+ },
274
+ "techRecord_adrDetails_tank_tankDetails_tankCode": {
275
+ "type": [
276
+ "string",
277
+ "null"
278
+ ],
279
+ "maxLength": 30
280
+ },
281
+ "techRecord_adrDetails_tank_tankDetails_specialProvisions": {
282
+ "type": [
283
+ "string",
284
+ "null"
285
+ ],
286
+ "maxLength": 1024
287
+ },
288
+ "techRecord_adrDetails_tank_tankDetails_tc2Details_tc2Type": {
289
+ "anyOf": [
290
+ {
291
+ "type": "null"
292
+ },
293
+ {
294
+ "title": "TC2 Types",
295
+ "type": "string",
296
+ "enum": [
297
+ "initial"
298
+ ]
299
+ }
300
+ ]
301
+ },
302
+ "techRecord_adrDetails_tank_tankDetails_tc2Details_tc2IntermediateApprovalNo": {
303
+ "type": [
304
+ "string",
305
+ "null"
306
+ ],
307
+ "maxLength": 70
308
+ },
309
+ "techRecord_adrDetails_tank_tankDetails_tc2Details_tc2IntermediateExpiryDate": {
310
+ "type": [
311
+ "string",
312
+ "null"
313
+ ]
314
+ },
315
+ "techRecord_adrDetails_tank_tankDetails_tc3Details_tc3Type": {
316
+ "anyOf": [
317
+ {
318
+ "type": "null"
319
+ },
320
+ {
321
+ "title": "TC3 Types",
322
+ "type": "string",
323
+ "enum": [
324
+ "intermediate",
325
+ "periodic",
326
+ "exceptional"
327
+ ]
328
+ }
329
+ ]
330
+ },
331
+ "techRecord_adrDetails_tank_tankDetails_tc3Type_tc3PeriodicNumber": {
332
+ "type": [
333
+ "string",
334
+ "null"
335
+ ],
336
+ "maxLength": 75
337
+ },
338
+ "techRecord_adrDetails_tank_tankDetails_tc3Type_tc3PeriodicExpiryDate": {
339
+ "type": [
340
+ "string",
341
+ "null"
342
+ ]
343
+ },
344
+ "techRecord_adrDetails_tank_tankDetails_tankStatement_substancesPermitted": {
345
+ "type": [
346
+ "string",
347
+ "null"
348
+ ]
349
+ },
350
+ "techRecord_adrDetails_tank_tankDetails_tankStatement_statement": {
351
+ "type": [
352
+ "string",
353
+ "null"
354
+ ],
355
+ "maxLength": 1500
356
+ },
357
+ "techRecord_adrDetails_tank_tankDetails_tankStatement_productListRefNo": {
358
+ "type": [
359
+ "string",
360
+ "null"
361
+ ]
362
+ },
363
+ "techRecord_adrDetails_tank_tankDetails_tankStatement_productListUnNo": {
364
+ "type": [
365
+ "array",
366
+ "null"
367
+ ],
368
+ "items": {
369
+ "type": [
370
+ "string"
371
+ ]
372
+ }
373
+ },
374
+ "techRecord_adrDetails_tank_tankDetails_tankStatement_productList": {
375
+ "type": [
376
+ "string",
377
+ "null"
378
+ ],
379
+ "maxLength": 1500
380
+ },
74
381
  "techRecord_euVehicleCategory": {
75
382
  "anyOf": [
76
383
  {
@@ -38,6 +38,12 @@
38
38
  "null"
39
39
  ]
40
40
  },
41
+ "techRecord_adrDetails_dangerousGoods": {
42
+ "type": [
43
+ "boolean",
44
+ "null"
45
+ ]
46
+ },
41
47
  "techRecord_adrDetails_vehicleDetails_type": {
42
48
  "type": [
43
49
  "string",
@@ -88,6 +88,12 @@
88
88
  "string"
89
89
  ]
90
90
  },
91
+ "techRecord_adrDetails_dangerousGoods": {
92
+ "type": [
93
+ "boolean",
94
+ "null"
95
+ ]
96
+ },
91
97
  "techRecord_adrDetails_vehicleDetails_type": {
92
98
  "type": [
93
99
  "string",
@@ -90,6 +90,12 @@
90
90
  "string"
91
91
  ]
92
92
  },
93
+ "techRecord_adrDetails_dangerousGoods": {
94
+ "type": [
95
+ "boolean",
96
+ "null"
97
+ ]
98
+ },
93
99
  "techRecord_adrDetails_vehicleDetails_type": {
94
100
  "type": [
95
101
  "string",