@dvsa/cvs-type-definitions 3.0.4 → 3.0.6
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.
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +1 -1
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +7 -1
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +7 -1
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +1 -1
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +1 -1
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +1 -1
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +1 -1
- package/package.json +1 -1
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +1 -1
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +1 -1
- package/types/v3/tech-record/get/trl/complete/index.d.ts +1 -1
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +2 -1
- package/types/v3/tech-record/get/trl/testable/index.d.ts +2 -1
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +1 -1
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +1 -1
- package/types/v3/tech-record/put/trl/complete/index.d.ts +1 -1
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/put/trl/testable/index.d.ts +1 -1
|
@@ -886,7 +886,7 @@
|
|
|
886
886
|
"null"
|
|
887
887
|
]
|
|
888
888
|
},
|
|
889
|
-
"
|
|
889
|
+
"plateReasonForIssue": {
|
|
890
890
|
"anyOf": [
|
|
891
891
|
{
|
|
892
892
|
"type": "null"
|
|
@@ -1146,6 +1146,12 @@
|
|
|
1146
1146
|
"string",
|
|
1147
1147
|
"null"
|
|
1148
1148
|
]
|
|
1149
|
+
},
|
|
1150
|
+
"techRecord_notes": {
|
|
1151
|
+
"type": [
|
|
1152
|
+
"string",
|
|
1153
|
+
"null"
|
|
1154
|
+
]
|
|
1149
1155
|
}
|
|
1150
1156
|
}
|
|
1151
1157
|
}
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
"null"
|
|
828
828
|
]
|
|
829
829
|
},
|
|
830
|
-
"
|
|
830
|
+
"plateReasonForIssue": {
|
|
831
831
|
"anyOf": [
|
|
832
832
|
{
|
|
833
833
|
"type": "null"
|
|
@@ -1247,6 +1247,12 @@
|
|
|
1247
1247
|
"string",
|
|
1248
1248
|
"null"
|
|
1249
1249
|
]
|
|
1250
|
+
},
|
|
1251
|
+
"techRecord_notes": {
|
|
1252
|
+
"type": [
|
|
1253
|
+
"string",
|
|
1254
|
+
"null"
|
|
1255
|
+
]
|
|
1250
1256
|
}
|
|
1251
1257
|
}
|
|
1252
1258
|
}
|
package/package.json
CHANGED
|
@@ -283,6 +283,6 @@ export interface HGVAxles {
|
|
|
283
283
|
export interface HGVPlates {
|
|
284
284
|
plateSerialNumber?: string | null;
|
|
285
285
|
plateIssueDate?: string | null;
|
|
286
|
-
|
|
286
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
287
287
|
plateIssuer?: string | null;
|
|
288
288
|
}
|
|
@@ -283,6 +283,6 @@ export interface HGVAxles {
|
|
|
283
283
|
export interface HGVPlates {
|
|
284
284
|
plateSerialNumber?: string | null;
|
|
285
285
|
plateIssueDate?: string | null;
|
|
286
|
-
|
|
286
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
287
287
|
plateIssuer?: string | null;
|
|
288
288
|
}
|
|
@@ -283,6 +283,6 @@ export interface HGVAxles {
|
|
|
283
283
|
export interface HGVPlates {
|
|
284
284
|
plateSerialNumber?: string | null;
|
|
285
285
|
plateIssueDate?: string | null;
|
|
286
|
-
|
|
286
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
287
287
|
plateIssuer?: string | null;
|
|
288
288
|
}
|
|
@@ -356,6 +356,6 @@ export interface TechRecordGETTRLComplete {
|
|
|
356
356
|
export interface TRLPlates {
|
|
357
357
|
plateSerialNumber?: string | null;
|
|
358
358
|
plateIssueDate?: string | null;
|
|
359
|
-
|
|
359
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
360
360
|
plateIssuer?: string | null;
|
|
361
361
|
}
|
|
@@ -260,6 +260,7 @@ export interface TechRecordGETTRLSkeleton {
|
|
|
260
260
|
techRecord_authIntoService_datePending?: string | null;
|
|
261
261
|
techRecord_authIntoService_dateAuthorised?: string | null;
|
|
262
262
|
techRecord_authIntoService_dateRejected?: string | null;
|
|
263
|
+
techRecord_notes?: string | null;
|
|
263
264
|
}
|
|
264
265
|
export interface TRLAxles {
|
|
265
266
|
parkingBrakeMrk?: boolean | null;
|
|
@@ -273,6 +274,6 @@ export interface TRLAxles {
|
|
|
273
274
|
export interface TRLPlates {
|
|
274
275
|
plateSerialNumber?: string | null;
|
|
275
276
|
plateIssueDate?: string | null;
|
|
276
|
-
|
|
277
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
277
278
|
plateIssuer?: string | null;
|
|
278
279
|
}
|
|
@@ -287,11 +287,12 @@ export interface TechRecordGETTRLTestable {
|
|
|
287
287
|
techRecord_authIntoService_datePending?: string | null;
|
|
288
288
|
techRecord_authIntoService_dateAuthorised?: string | null;
|
|
289
289
|
techRecord_authIntoService_dateRejected?: string | null;
|
|
290
|
+
techRecord_notes?: string | null;
|
|
290
291
|
}
|
|
291
292
|
export interface TRLPlates {
|
|
292
293
|
plateSerialNumber?: string | null;
|
|
293
294
|
plateIssueDate?: string | null;
|
|
294
|
-
|
|
295
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
295
296
|
plateIssuer?: string | null;
|
|
296
297
|
}
|
|
297
298
|
export interface TRLAxles {
|
|
@@ -277,6 +277,6 @@ export interface HGVAxles {
|
|
|
277
277
|
export interface HGVPlates {
|
|
278
278
|
plateSerialNumber?: string | null;
|
|
279
279
|
plateIssueDate?: string | null;
|
|
280
|
-
|
|
280
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
281
281
|
plateIssuer?: string | null;
|
|
282
282
|
}
|
|
@@ -277,6 +277,6 @@ export interface HGVAxles {
|
|
|
277
277
|
export interface HGVPlates {
|
|
278
278
|
plateSerialNumber?: string | null;
|
|
279
279
|
plateIssueDate?: string | null;
|
|
280
|
-
|
|
280
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
281
281
|
plateIssuer?: string | null;
|
|
282
282
|
}
|
|
@@ -277,6 +277,6 @@ export interface HGVAxles {
|
|
|
277
277
|
export interface HGVPlates {
|
|
278
278
|
plateSerialNumber?: string | null;
|
|
279
279
|
plateIssueDate?: string | null;
|
|
280
|
-
|
|
280
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
281
281
|
plateIssuer?: string | null;
|
|
282
282
|
}
|
|
@@ -330,7 +330,7 @@ export interface TechRecordPUTTRLComplete {
|
|
|
330
330
|
export interface TRLPlates {
|
|
331
331
|
plateSerialNumber?: string | null;
|
|
332
332
|
plateIssueDate?: string | null;
|
|
333
|
-
|
|
333
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
334
334
|
plateIssuer?: string | null;
|
|
335
335
|
}
|
|
336
336
|
export interface PSVAxles {
|
|
@@ -278,7 +278,7 @@ export interface TechRecordPUTTRLSkeleton {
|
|
|
278
278
|
export interface TRLPlates {
|
|
279
279
|
plateSerialNumber?: string | null;
|
|
280
280
|
plateIssueDate?: string | null;
|
|
281
|
-
|
|
281
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
282
282
|
plateIssuer?: string | null;
|
|
283
283
|
}
|
|
284
284
|
export interface TRLAxles {
|
|
@@ -290,7 +290,7 @@ export interface TechRecordPUTTRLTestable {
|
|
|
290
290
|
export interface TRLPlates {
|
|
291
291
|
plateSerialNumber?: string | null;
|
|
292
292
|
plateIssueDate?: string | null;
|
|
293
|
-
|
|
293
|
+
plateReasonForIssue?: null | PlateReasonForIssue;
|
|
294
294
|
plateIssuer?: string | null;
|
|
295
295
|
}
|
|
296
296
|
export interface TRLAxles {
|