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