@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.
Files changed (41) hide show
  1. package/json-schemas/v1/tech-record/index.json +2 -1
  2. package/json-schemas/v1/test/index.json +2 -1
  3. package/json-schemas/v1/vehicle/index.json +2 -1
  4. package/json-schemas/v1/vehicle-tech-record/index.json +2 -1
  5. package/json-schemas/v1/visit/index.json +2 -1
  6. package/json-schemas/v3/tech-record/get/car/complete/index.json +2 -1
  7. package/json-schemas/v3/tech-record/get/car/skeleton/index.json +2 -1
  8. package/json-schemas/v3/tech-record/get/hgv/complete/index.json +3 -2
  9. package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +3 -2
  10. package/json-schemas/v3/tech-record/get/hgv/testable/index.json +3 -2
  11. package/json-schemas/v3/tech-record/get/lgv/complete/index.json +2 -1
  12. package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +2 -1
  13. package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +2 -1
  14. package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +2 -1
  15. package/json-schemas/v3/tech-record/get/psv/complete/index.json +3 -2
  16. package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +3 -2
  17. package/json-schemas/v3/tech-record/get/psv/testable/index.json +3 -2
  18. package/json-schemas/v3/tech-record/get/search/index.json +2 -1
  19. package/json-schemas/v3/tech-record/get/small trl/complete/index.json +2 -1
  20. package/json-schemas/v3/tech-record/get/small trl/skeleton/index.json +2 -1
  21. package/json-schemas/v3/tech-record/get/trl/complete/index.json +2 -1
  22. package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +2 -1
  23. package/json-schemas/v3/tech-record/get/trl/testable/index.json +2 -1
  24. package/json-schemas/v3/tech-record/put/car/complete/index.json +2 -1
  25. package/json-schemas/v3/tech-record/put/car/skeleton/index.json +2 -1
  26. package/json-schemas/v3/tech-record/put/hgv/complete/index.json +3 -2
  27. package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +3 -2
  28. package/json-schemas/v3/tech-record/put/hgv/testable/index.json +3 -2
  29. package/json-schemas/v3/tech-record/put/lgv/complete/index.json +2 -1
  30. package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +2 -3
  31. package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +2 -1
  32. package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +2 -1
  33. package/json-schemas/v3/tech-record/put/psv/complete/index.json +3 -2
  34. package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +3 -2
  35. package/json-schemas/v3/tech-record/put/psv/testable/index.json +3 -2
  36. package/json-schemas/v3/tech-record/put/small trl/complete/index.json +2 -1
  37. package/json-schemas/v3/tech-record/put/small trl/skeleton/index.json +2 -1
  38. package/json-schemas/v3/tech-record/put/trl/complete/index.json +2 -1
  39. package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +2 -1
  40. package/json-schemas/v3/tech-record/put/trl/testable/index.json +2 -1
  41. package/package.json +1 -1
@@ -36,7 +36,8 @@
36
36
  "type": "boolean"
37
37
  },
38
38
  "reasonForCreation": {
39
- "type": "string"
39
+ "type": "string",
40
+ "maxLength": 100
40
41
  },
41
42
  "statusCode": {
42
43
  "type": "string"
@@ -77,7 +77,8 @@
77
77
  "type": "boolean"
78
78
  },
79
79
  "reasonForCreation": {
80
- "type": "string"
80
+ "type": "string",
81
+ "maxLength": 100
81
82
  },
82
83
  "statusCode": {
83
84
  "type": "string"
@@ -49,7 +49,8 @@
49
49
  "type": "boolean"
50
50
  },
51
51
  "reasonForCreation": {
52
- "type": "string"
52
+ "type": "string",
53
+ "maxLength": 100
53
54
  },
54
55
  "statusCode": {
55
56
  "type": "string"
@@ -67,7 +67,8 @@
67
67
  "type": "boolean"
68
68
  },
69
69
  "reasonForCreation": {
70
- "type": "string"
70
+ "type": "string",
71
+ "maxLength": 100
71
72
  },
72
73
  "statusCode": {
73
74
  "type": "string"
@@ -110,7 +110,8 @@
110
110
  "type": "boolean"
111
111
  },
112
112
  "reasonForCreation": {
113
- "type": "string"
113
+ "type": "string",
114
+ "maxLength": 100
114
115
  },
115
116
  "statusCode": {
116
117
  "type": "string"
@@ -153,7 +153,8 @@
153
153
  ]
154
154
  },
155
155
  "techRecord_reasonForCreation": {
156
- "type": "string"
156
+ "type": "string",
157
+ "maxLength": 100
157
158
  },
158
159
  "techRecord_regnDate": {
159
160
  "type": [
@@ -150,7 +150,8 @@
150
150
  ]
151
151
  },
152
152
  "techRecord_reasonForCreation": {
153
- "type": "string"
153
+ "type": "string",
154
+ "maxLength": 100
154
155
  },
155
156
  "techRecord_regnDate": {
156
157
  "type": [
@@ -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": 25
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": 25
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": 25
1286
+ "maxLength": 35
1286
1287
  },
1287
1288
  "techRecord_variantVersionNumber": {
1288
1289
  "type": [
@@ -644,7 +644,8 @@
644
644
  ]
645
645
  },
646
646
  "techRecord_reasonForCreation": {
647
- "type": "string"
647
+ "type": "string",
648
+ "maxLength": 100
648
649
  },
649
650
  "techRecord_regnDate": {
650
651
  "type": [
@@ -644,7 +644,8 @@
644
644
  ]
645
645
  },
646
646
  "techRecord_reasonForCreation": {
647
- "type": "string"
647
+ "type": "string",
648
+ "maxLength": 100
648
649
  },
649
650
  "techRecord_regnDate": {
650
651
  "type": [
@@ -205,7 +205,8 @@
205
205
  ]
206
206
  },
207
207
  "techRecord_reasonForCreation": {
208
- "type": "string"
208
+ "type": "string",
209
+ "maxLength": 100
209
210
  },
210
211
  "techRecord_regnDate": {
211
212
  "type": [
@@ -199,7 +199,8 @@
199
199
  ]
200
200
  },
201
201
  "techRecord_reasonForCreation": {
202
- "type": "string"
202
+ "type": "string",
203
+ "maxLength": 100
203
204
  },
204
205
  "techRecord_regnDate": {
205
206
  "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": 25
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": 25
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": 25
241
+ "maxLength": 35
241
242
  },
242
243
  "techRecord_variantVersionNumber": {
243
244
  "type": [
@@ -78,7 +78,8 @@
78
78
  ]
79
79
  },
80
80
  "techRecord_reasonForCreation": {
81
- "type": "string"
81
+ "type": "string",
82
+ "maxLength": 100
82
83
  },
83
84
  "techRecord_createdByName": {
84
85
  "type": "string"
@@ -150,7 +150,8 @@
150
150
  "maxLength": 1024
151
151
  },
152
152
  "techRecord_reasonForCreation": {
153
- "type": "string"
153
+ "type": "string",
154
+ "maxLength": 100
154
155
  },
155
156
  "techRecord_statusCode": {
156
157
  "title": "Status Code",
@@ -151,7 +151,8 @@
151
151
  "maxLength": 1024
152
152
  },
153
153
  "techRecord_reasonForCreation": {
154
- "type": "string"
154
+ "type": "string",
155
+ "maxLength": 100
155
156
  },
156
157
  "techRecord_statusCode": {
157
158
  "title": "Status Code",
@@ -1229,7 +1229,8 @@
1229
1229
  "minimum": 0
1230
1230
  },
1231
1231
  "techRecord_reasonForCreation": {
1232
- "type": "string"
1232
+ "type": "string",
1233
+ "maxLength": 100
1233
1234
  },
1234
1235
  "techRecord_recordCompleteness": {
1235
1236
  "const": "complete"
@@ -1436,7 +1436,8 @@
1436
1436
  "minimum": 0
1437
1437
  },
1438
1438
  "techRecord_reasonForCreation": {
1439
- "type": "string"
1439
+ "type": "string",
1440
+ "maxLength": 100
1440
1441
  },
1441
1442
  "techRecord_recordCompleteness": {
1442
1443
  "const": "skeleton"
@@ -1270,7 +1270,8 @@
1270
1270
  "minimum": 0
1271
1271
  },
1272
1272
  "techRecord_reasonForCreation": {
1273
- "type": "string"
1273
+ "type": "string",
1274
+ "maxLength": 100
1274
1275
  },
1275
1276
  "techRecord_recordCompleteness": {
1276
1277
  "const": "testable"
@@ -22,7 +22,8 @@
22
22
  ]
23
23
  },
24
24
  "techRecord_reasonForCreation": {
25
- "type": "string"
25
+ "type": "string",
26
+ "maxLength": 100
26
27
  },
27
28
  "techRecord_vehicleType": {
28
29
  "const": "car"
@@ -16,7 +16,8 @@
16
16
  "type": "string"
17
17
  },
18
18
  "techRecord_reasonForCreation": {
19
- "type": "string"
19
+ "type": "string",
20
+ "maxLength": 100
20
21
  },
21
22
  "techRecord_vehicleType": {
22
23
  "const": "car"
@@ -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": 25
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": 25
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": 25
1240
+ "maxLength": 35
1240
1241
  },
1241
1242
  "techRecord_variantVersionNumber": {
1242
1243
  "type": [
@@ -578,7 +578,8 @@
578
578
  ]
579
579
  },
580
580
  "techRecord_reasonForCreation": {
581
- "type": "string"
581
+ "type": "string",
582
+ "maxLength": 100
582
583
  },
583
584
  "techRecord_vehicleType": {
584
585
  "const": "lgv"
@@ -575,9 +575,8 @@
575
575
  ]
576
576
  },
577
577
  "techRecord_reasonForCreation": {
578
- "type": [
579
- "string"
580
- ]
578
+ "type": "string",
579
+ "maxLength": 100
581
580
  },
582
581
  "techRecord_vehicleType": {
583
582
  "const": "lgv"
@@ -169,7 +169,8 @@
169
169
  ]
170
170
  },
171
171
  "techRecord_reasonForCreation": {
172
- "type": "string"
172
+ "type": "string",
173
+ "maxLength": 100
173
174
  },
174
175
  "techRecord_regnDate": {
175
176
  "type": [
@@ -166,7 +166,8 @@
166
166
  ]
167
167
  },
168
168
  "techRecord_reasonForCreation": {
169
- "type": "string"
169
+ "type": "string",
170
+ "maxLength": 100
170
171
  },
171
172
  "techRecord_regnDate": {
172
173
  "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": 25
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": 25
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": 25
227
+ "maxLength": 35
227
228
  },
228
229
  "techRecord_variantVersionNumber": {
229
230
  "type": [
@@ -117,7 +117,8 @@
117
117
  "maxLength": 1024
118
118
  },
119
119
  "techRecord_reasonForCreation": {
120
- "type": "string"
120
+ "type": "string",
121
+ "maxLength": 100
121
122
  },
122
123
  "techRecord_statusCode": {
123
124
  "title": "Status Code",
@@ -122,7 +122,8 @@
122
122
  "maxLength": 1024
123
123
  },
124
124
  "techRecord_reasonForCreation": {
125
- "type": "string"
125
+ "type": "string",
126
+ "maxLength": 100
126
127
  },
127
128
  "techRecord_statusCode": {
128
129
  "title": "Status Code",
@@ -1186,7 +1186,8 @@
1186
1186
  "minimum": 0
1187
1187
  },
1188
1188
  "techRecord_reasonForCreation": {
1189
- "type": "string"
1189
+ "type": "string",
1190
+ "maxLength": 100
1190
1191
  },
1191
1192
  "techRecord_regnDate": {
1192
1193
  "anyOf": [
@@ -1164,7 +1164,8 @@
1164
1164
  "minimum": 0
1165
1165
  },
1166
1166
  "techRecord_reasonForCreation": {
1167
- "type": "string"
1167
+ "type": "string",
1168
+ "maxLength": 100
1168
1169
  },
1169
1170
  "techRecord_regnDate": {
1170
1171
  "anyOf": [
@@ -1226,7 +1226,8 @@
1226
1226
  "minimum": 0
1227
1227
  },
1228
1228
  "techRecord_reasonForCreation": {
1229
- "type": "string"
1229
+ "type": "string",
1230
+ "maxLength": 100
1230
1231
  },
1231
1232
  "techRecord_regnDate": {
1232
1233
  "anyOf": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "9.3.0",
3
+ "version": "10.0.0",
4
4
  "description": "Type definitions for CVS VTA and VTM applications",
5
5
  "main": "index.js",
6
6
  "repository": {