@dvsa/cvs-type-definitions 9.3.0 → 10.0.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.
- package/json-schemas/v1/tech-record/index.json +2 -1
- package/json-schemas/v1/test/index.json +2 -1
- package/json-schemas/v1/vehicle/index.json +2 -1
- package/json-schemas/v1/vehicle-tech-record/index.json +2 -1
- package/json-schemas/v1/visit/index.json +2 -1
- package/json-schemas/v3/tech-record/get/car/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/car/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +3 -2
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +3 -2
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +3 -2
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/psv/complete/index.json +3 -2
- package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +3 -2
- package/json-schemas/v3/tech-record/get/psv/testable/index.json +3 -2
- package/json-schemas/v3/tech-record/get/search/index.json +2 -1
- package/json-schemas/v3/tech-record/get/small trl/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/small trl/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +2 -1
- package/json-schemas/v3/tech-record/put/car/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/car/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +3 -2
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +3 -2
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +3 -2
- package/json-schemas/v3/tech-record/put/lgv/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +2 -3
- package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +3 -2
- package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +3 -2
- package/json-schemas/v3/tech-record/put/psv/testable/index.json +3 -2
- package/json-schemas/v3/tech-record/put/small trl/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/small trl/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +2 -1
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +2 -1
- package/package.json +1 -1
|
@@ -1056,7 +1056,8 @@
|
|
|
1056
1056
|
}
|
|
1057
1057
|
},
|
|
1058
1058
|
"techRecord_reasonForCreation": {
|
|
1059
|
-
"type": "string"
|
|
1059
|
+
"type": "string",
|
|
1060
|
+
"maxLength": 100
|
|
1060
1061
|
},
|
|
1061
1062
|
"techRecord_recordCompleteness": {
|
|
1062
1063
|
"const": "complete"
|
|
@@ -1210,7 +1211,7 @@
|
|
|
1210
1211
|
"string",
|
|
1211
1212
|
"null"
|
|
1212
1213
|
],
|
|
1213
|
-
"maxLength":
|
|
1214
|
+
"maxLength": 35
|
|
1214
1215
|
},
|
|
1215
1216
|
"techRecord_variantVersionNumber": {
|
|
1216
1217
|
"type": [
|
|
@@ -1116,7 +1116,8 @@
|
|
|
1116
1116
|
}
|
|
1117
1117
|
},
|
|
1118
1118
|
"techRecord_reasonForCreation": {
|
|
1119
|
-
"type": "string"
|
|
1119
|
+
"type": "string",
|
|
1120
|
+
"maxLength": 100
|
|
1120
1121
|
},
|
|
1121
1122
|
"techRecord_recordCompleteness": {
|
|
1122
1123
|
"const": "skeleton"
|
|
@@ -1291,7 +1292,7 @@
|
|
|
1291
1292
|
"string",
|
|
1292
1293
|
"null"
|
|
1293
1294
|
],
|
|
1294
|
-
"maxLength":
|
|
1295
|
+
"maxLength": 35
|
|
1295
1296
|
},
|
|
1296
1297
|
"techRecord_variantVersionNumber": {
|
|
1297
1298
|
"type": [
|
|
@@ -1110,7 +1110,8 @@
|
|
|
1110
1110
|
}
|
|
1111
1111
|
},
|
|
1112
1112
|
"techRecord_reasonForCreation": {
|
|
1113
|
-
"type": "string"
|
|
1113
|
+
"type": "string",
|
|
1114
|
+
"maxLength": 100
|
|
1114
1115
|
},
|
|
1115
1116
|
"techRecord_recordCompleteness": {
|
|
1116
1117
|
"const": "testable"
|
|
@@ -1282,7 +1283,7 @@
|
|
|
1282
1283
|
"string",
|
|
1283
1284
|
"null"
|
|
1284
1285
|
],
|
|
1285
|
-
"maxLength":
|
|
1286
|
+
"maxLength": 35
|
|
1286
1287
|
},
|
|
1287
1288
|
"techRecord_variantVersionNumber": {
|
|
1288
1289
|
"type": [
|
|
@@ -81,7 +81,8 @@
|
|
|
81
81
|
]
|
|
82
82
|
},
|
|
83
83
|
"techRecord_reasonForCreation": {
|
|
84
|
-
"type": "string"
|
|
84
|
+
"type": "string",
|
|
85
|
+
"maxLength": 100
|
|
85
86
|
},
|
|
86
87
|
"techRecord_createdAt": {
|
|
87
88
|
"type": "string"
|
|
@@ -258,7 +259,7 @@
|
|
|
258
259
|
"string",
|
|
259
260
|
"null"
|
|
260
261
|
],
|
|
261
|
-
"maxLength":
|
|
262
|
+
"maxLength": 35
|
|
262
263
|
},
|
|
263
264
|
"techRecord_variantVersionNumber": {
|
|
264
265
|
"type": [
|
|
@@ -49,7 +49,8 @@
|
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
"techRecord_reasonForCreation": {
|
|
52
|
-
"type": "string"
|
|
52
|
+
"type": "string",
|
|
53
|
+
"maxLength": 100
|
|
53
54
|
},
|
|
54
55
|
"techRecord_createdAt": {
|
|
55
56
|
"type": "string"
|
|
@@ -255,7 +256,7 @@
|
|
|
255
256
|
"string",
|
|
256
257
|
"null"
|
|
257
258
|
],
|
|
258
|
-
"maxLength":
|
|
259
|
+
"maxLength": 35
|
|
259
260
|
},
|
|
260
261
|
"techRecord_variantVersionNumber": {
|
|
261
262
|
"type": [
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
54
|
"techRecord_reasonForCreation": {
|
|
55
|
-
"type": "string"
|
|
55
|
+
"type": "string",
|
|
56
|
+
"maxLength": 100
|
|
56
57
|
},
|
|
57
58
|
"techRecord_createdAt": {
|
|
58
59
|
"type": "string"
|
|
@@ -237,7 +238,7 @@
|
|
|
237
238
|
"string",
|
|
238
239
|
"null"
|
|
239
240
|
],
|
|
240
|
-
"maxLength":
|
|
241
|
+
"maxLength": 35
|
|
241
242
|
},
|
|
242
243
|
"techRecord_variantVersionNumber": {
|
|
243
244
|
"type": [
|
|
@@ -1029,7 +1029,8 @@
|
|
|
1029
1029
|
}
|
|
1030
1030
|
},
|
|
1031
1031
|
"techRecord_reasonForCreation": {
|
|
1032
|
-
"type": "string"
|
|
1032
|
+
"type": "string",
|
|
1033
|
+
"maxLength": 100
|
|
1033
1034
|
},
|
|
1034
1035
|
"techRecord_regnDate": {
|
|
1035
1036
|
"anyOf": [
|
|
@@ -1174,7 +1175,7 @@
|
|
|
1174
1175
|
"string",
|
|
1175
1176
|
"null"
|
|
1176
1177
|
],
|
|
1177
|
-
"maxLength":
|
|
1178
|
+
"maxLength": 35
|
|
1178
1179
|
},
|
|
1179
1180
|
"techRecord_variantVersionNumber": {
|
|
1180
1181
|
"type": [
|
|
@@ -1084,7 +1084,8 @@
|
|
|
1084
1084
|
}
|
|
1085
1085
|
},
|
|
1086
1086
|
"techRecord_reasonForCreation": {
|
|
1087
|
-
"type": "string"
|
|
1087
|
+
"type": "string",
|
|
1088
|
+
"maxLength": 100
|
|
1088
1089
|
},
|
|
1089
1090
|
"techRecord_regnDate": {
|
|
1090
1091
|
"anyOf": [
|
|
@@ -1253,7 +1254,7 @@
|
|
|
1253
1254
|
"string",
|
|
1254
1255
|
"null"
|
|
1255
1256
|
],
|
|
1256
|
-
"maxLength":
|
|
1257
|
+
"maxLength": 35
|
|
1257
1258
|
},
|
|
1258
1259
|
"techRecord_variantVersionNumber": {
|
|
1259
1260
|
"type": [
|
|
@@ -1070,7 +1070,8 @@
|
|
|
1070
1070
|
}
|
|
1071
1071
|
},
|
|
1072
1072
|
"techRecord_reasonForCreation": {
|
|
1073
|
-
"type": "string"
|
|
1073
|
+
"type": "string",
|
|
1074
|
+
"maxLength": 100
|
|
1074
1075
|
},
|
|
1075
1076
|
"techRecord_regnDate": {
|
|
1076
1077
|
"anyOf": [
|
|
@@ -1236,7 +1237,7 @@
|
|
|
1236
1237
|
"string",
|
|
1237
1238
|
"null"
|
|
1238
1239
|
],
|
|
1239
|
-
"maxLength":
|
|
1240
|
+
"maxLength": 35
|
|
1240
1241
|
},
|
|
1241
1242
|
"techRecord_variantVersionNumber": {
|
|
1242
1243
|
"type": [
|
|
@@ -69,7 +69,8 @@
|
|
|
69
69
|
]
|
|
70
70
|
},
|
|
71
71
|
"techRecord_reasonForCreation": {
|
|
72
|
-
"type": "string"
|
|
72
|
+
"type": "string",
|
|
73
|
+
"maxLength": 100
|
|
73
74
|
},
|
|
74
75
|
"techRecord_vehicleConfiguration": {
|
|
75
76
|
"title": "Vehicle Configuration",
|
|
@@ -234,7 +235,7 @@
|
|
|
234
235
|
"string",
|
|
235
236
|
"null"
|
|
236
237
|
],
|
|
237
|
-
"maxLength":
|
|
238
|
+
"maxLength": 35
|
|
238
239
|
},
|
|
239
240
|
"techRecord_variantVersionNumber": {
|
|
240
241
|
"type": [
|
|
@@ -49,7 +49,8 @@
|
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
"techRecord_reasonForCreation": {
|
|
52
|
-
"type": "string"
|
|
52
|
+
"type": "string",
|
|
53
|
+
"maxLength": 100
|
|
53
54
|
},
|
|
54
55
|
"techRecord_vehicleConfiguration": {
|
|
55
56
|
"anyOf": [
|
|
@@ -249,7 +250,7 @@
|
|
|
249
250
|
"string",
|
|
250
251
|
"null"
|
|
251
252
|
],
|
|
252
|
-
"maxLength":
|
|
253
|
+
"maxLength": 35
|
|
253
254
|
},
|
|
254
255
|
"techRecord_variantVersionNumber": {
|
|
255
256
|
"type": [
|
|
@@ -50,7 +50,8 @@
|
|
|
50
50
|
]
|
|
51
51
|
},
|
|
52
52
|
"techRecord_reasonForCreation": {
|
|
53
|
-
"type": "string"
|
|
53
|
+
"type": "string",
|
|
54
|
+
"maxLength": 100
|
|
54
55
|
},
|
|
55
56
|
"techRecord_vehicleConfiguration": {
|
|
56
57
|
"title": "Vehicle Configuration",
|
|
@@ -223,7 +224,7 @@
|
|
|
223
224
|
"string",
|
|
224
225
|
"null"
|
|
225
226
|
],
|
|
226
|
-
"maxLength":
|
|
227
|
+
"maxLength": 35
|
|
227
228
|
},
|
|
228
229
|
"techRecord_variantVersionNumber": {
|
|
229
230
|
"type": [
|