@dvsa/cvs-type-definitions 3.0.22 → 3.0.24

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 (39) hide show
  1. package/json-schemas/v3/tech-record/get/car/complete/index.json +15 -18
  2. package/json-schemas/v3/tech-record/get/car/skeleton/index.json +15 -18
  3. package/json-schemas/v3/tech-record/get/lgv/complete/index.json +15 -18
  4. package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +15 -18
  5. package/json-schemas/v3/tech-record/put/car/complete/index.json +15 -36
  6. package/json-schemas/v3/tech-record/put/car/skeleton/index.json +15 -36
  7. package/json-schemas/v3/tech-record/put/hgv/complete/index.json +0 -18
  8. package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +0 -18
  9. package/json-schemas/v3/tech-record/put/hgv/testable/index.json +0 -9
  10. package/json-schemas/v3/tech-record/put/lgv/complete/index.json +15 -27
  11. package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +15 -18
  12. package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +0 -36
  13. package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +0 -36
  14. package/json-schemas/v3/tech-record/put/psv/complete/index.json +0 -30
  15. package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +0 -30
  16. package/json-schemas/v3/tech-record/put/psv/testable/index.json +0 -30
  17. package/json-schemas/v3/tech-record/put/trl/complete/index.json +0 -18
  18. package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +0 -27
  19. package/json-schemas/v3/tech-record/put/trl/testable/index.json +0 -9
  20. package/package.json +1 -1
  21. package/types/v3/tech-record/get/car/complete/index.d.ts +1 -1
  22. package/types/v3/tech-record/get/car/skeleton/index.d.ts +1 -1
  23. package/types/v3/tech-record/get/lgv/complete/index.d.ts +1 -1
  24. package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +1 -1
  25. package/types/v3/tech-record/put/car/complete/index.d.ts +1 -4
  26. package/types/v3/tech-record/put/car/skeleton/index.d.ts +1 -4
  27. package/types/v3/tech-record/put/hgv/complete/index.d.ts +0 -3
  28. package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +0 -3
  29. package/types/v3/tech-record/put/hgv/testable/index.d.ts +0 -3
  30. package/types/v3/tech-record/put/lgv/complete/index.d.ts +1 -4
  31. package/types/v3/tech-record/put/lgv/skeleton/index.d.ts +1 -1
  32. package/types/v3/tech-record/put/motorcycle/complete/index.d.ts +0 -6
  33. package/types/v3/tech-record/put/motorcycle/skeleton/index.d.ts +0 -6
  34. package/types/v3/tech-record/put/psv/complete/index.d.ts +0 -5
  35. package/types/v3/tech-record/put/psv/skeleton/index.d.ts +0 -5
  36. package/types/v3/tech-record/put/psv/testable/index.d.ts +0 -5
  37. package/types/v3/tech-record/put/trl/complete/index.d.ts +0 -3
  38. package/types/v3/tech-record/put/trl/skeleton/index.d.ts +0 -6
  39. package/types/v3/tech-record/put/trl/testable/index.d.ts +0 -3
@@ -237,26 +237,23 @@
237
237
  "type": "string"
238
238
  },
239
239
  "techRecord_vehicleSubclass": {
240
+ "title": "Vehicle Subclass",
240
241
  "type": "array",
241
242
  "items": {
242
- "title": "Vehicle Subclass",
243
- "type": "array",
244
- "items": {
245
- "type": "string",
246
- "enum": [
247
- "n",
248
- "p",
249
- "a",
250
- "s",
251
- "c",
252
- "l",
253
- "t",
254
- "e",
255
- "m",
256
- "r",
257
- "w"
258
- ]
259
- }
243
+ "type": "string",
244
+ "enum": [
245
+ "n",
246
+ "p",
247
+ "a",
248
+ "s",
249
+ "c",
250
+ "l",
251
+ "t",
252
+ "e",
253
+ "m",
254
+ "r",
255
+ "w"
256
+ ]
260
257
  }
261
258
  },
262
259
  "techRecord_hiddenInVta": {
@@ -257,26 +257,23 @@
257
257
  }
258
258
  },
259
259
  "techRecord_vehicleSubclass": {
260
+ "title": "Vehicle Subclass",
260
261
  "type": "array",
261
262
  "items": {
262
- "title": "Vehicle Subclass",
263
- "type": "array",
264
- "items": {
265
- "type": "string",
266
- "enum": [
267
- "n",
268
- "p",
269
- "a",
270
- "s",
271
- "c",
272
- "l",
273
- "t",
274
- "e",
275
- "m",
276
- "r",
277
- "w"
278
- ]
279
- }
263
+ "type": "string",
264
+ "enum": [
265
+ "n",
266
+ "p",
267
+ "a",
268
+ "s",
269
+ "c",
270
+ "l",
271
+ "t",
272
+ "e",
273
+ "m",
274
+ "r",
275
+ "w"
276
+ ]
280
277
  }
281
278
  }
282
279
  }
@@ -237,26 +237,23 @@
237
237
  "type": "string"
238
238
  },
239
239
  "techRecord_vehicleSubclass": {
240
+ "title": "Vehicle Subclass",
240
241
  "type": "array",
241
242
  "items": {
242
- "title": "Vehicle Subclass",
243
- "type": "array",
244
- "items": {
245
- "type": "string",
246
- "enum": [
247
- "n",
248
- "p",
249
- "a",
250
- "s",
251
- "c",
252
- "l",
253
- "t",
254
- "e",
255
- "m",
256
- "r",
257
- "w"
258
- ]
259
- }
243
+ "type": "string",
244
+ "enum": [
245
+ "n",
246
+ "p",
247
+ "a",
248
+ "s",
249
+ "c",
250
+ "l",
251
+ "t",
252
+ "e",
253
+ "m",
254
+ "r",
255
+ "w"
256
+ ]
260
257
  }
261
258
  },
262
259
  "techRecord_hiddenInVta": {
@@ -257,26 +257,23 @@
257
257
  }
258
258
  },
259
259
  "techRecord_vehicleSubclass": {
260
+ "title": "Vehicle Subclass",
260
261
  "type": "array",
261
262
  "items": {
262
- "title": "Vehicle Subclass",
263
- "type": "array",
264
- "items": {
265
- "type": "string",
266
- "enum": [
267
- "n",
268
- "p",
269
- "a",
270
- "s",
271
- "c",
272
- "l",
273
- "t",
274
- "e",
275
- "m",
276
- "r",
277
- "w"
278
- ]
279
- }
263
+ "type": "string",
264
+ "enum": [
265
+ "n",
266
+ "p",
267
+ "a",
268
+ "s",
269
+ "c",
270
+ "l",
271
+ "t",
272
+ "e",
273
+ "m",
274
+ "r",
275
+ "w"
276
+ ]
280
277
  }
281
278
  }
282
279
  }
@@ -70,26 +70,23 @@
70
70
  "type": "string"
71
71
  },
72
72
  "techRecord_vehicleSubclass": {
73
+ "title": "Vehicle Subclass",
73
74
  "type": "array",
74
75
  "items": {
75
- "title": "Vehicle Subclass",
76
- "type": "array",
77
- "items": {
78
- "type": "string",
79
- "enum": [
80
- "n",
81
- "p",
82
- "a",
83
- "s",
84
- "c",
85
- "l",
86
- "t",
87
- "e",
88
- "m",
89
- "r",
90
- "w"
91
- ]
92
- }
76
+ "type": "string",
77
+ "enum": [
78
+ "n",
79
+ "p",
80
+ "a",
81
+ "s",
82
+ "c",
83
+ "l",
84
+ "t",
85
+ "e",
86
+ "m",
87
+ "r",
88
+ "w"
89
+ ]
93
90
  }
94
91
  },
95
92
  "techRecord_hiddenInVta": {
@@ -104,24 +101,6 @@
104
101
  "string"
105
102
  ]
106
103
  },
107
- "techRecord_createdAt": {
108
- "type": [
109
- "null",
110
- "string"
111
- ]
112
- },
113
- "techRecord_createdById": {
114
- "type": [
115
- "null",
116
- "string"
117
- ]
118
- },
119
- "techRecord_createdByName": {
120
- "type": [
121
- "null",
122
- "string"
123
- ]
124
- },
125
104
  "secondaryVrms": {
126
105
  "type": [
127
106
  "null",
@@ -83,24 +83,6 @@
83
83
  "string"
84
84
  ]
85
85
  },
86
- "techRecord_createdAt": {
87
- "type": [
88
- "null",
89
- "string"
90
- ]
91
- },
92
- "techRecord_createdById": {
93
- "type": [
94
- "null",
95
- "string"
96
- ]
97
- },
98
- "techRecord_createdByName": {
99
- "type": [
100
- "null",
101
- "string"
102
- ]
103
- },
104
86
  "secondaryVrms": {
105
87
  "type": [
106
88
  "null",
@@ -111,26 +93,23 @@
111
93
  }
112
94
  },
113
95
  "techRecord_vehicleSubclass": {
96
+ "title": "Vehicle Subclass",
114
97
  "type": "array",
115
98
  "items": {
116
- "title": "Vehicle Subclass",
117
- "type": "array",
118
- "items": {
119
- "type": "string",
120
- "enum": [
121
- "n",
122
- "p",
123
- "a",
124
- "s",
125
- "c",
126
- "l",
127
- "t",
128
- "e",
129
- "m",
130
- "r",
131
- "w"
132
- ]
133
- }
99
+ "type": "string",
100
+ "enum": [
101
+ "n",
102
+ "p",
103
+ "a",
104
+ "s",
105
+ "c",
106
+ "l",
107
+ "t",
108
+ "e",
109
+ "m",
110
+ "r",
111
+ "w"
112
+ ]
134
113
  }
135
114
  }
136
115
  }
@@ -56,24 +56,6 @@
56
56
  "null"
57
57
  ]
58
58
  },
59
- "techRecord_createdAt": {
60
- "type": [
61
- "null",
62
- "string"
63
- ]
64
- },
65
- "techRecord_createdById": {
66
- "type": [
67
- "null",
68
- "string"
69
- ]
70
- },
71
- "techRecord_createdByName": {
72
- "type": [
73
- "null",
74
- "string"
75
- ]
76
- },
77
59
  "techRecord_adrDetails_vehicleDetails_type": {
78
60
  "type": [
79
61
  "string",
@@ -21,24 +21,6 @@
21
21
  "null"
22
22
  ]
23
23
  },
24
- "techRecord_createdAt": {
25
- "type": [
26
- "null",
27
- "string"
28
- ]
29
- },
30
- "techRecord_createdById": {
31
- "type": [
32
- "null",
33
- "string"
34
- ]
35
- },
36
- "techRecord_createdByName": {
37
- "type": [
38
- "null",
39
- "string"
40
- ]
41
- },
42
24
  "techRecord_adrDetails_vehicleDetails_type": {
43
25
  "type": [
44
26
  "string",
@@ -24,15 +24,6 @@
24
24
  "null"
25
25
  ]
26
26
  },
27
- "techRecord_createdAt": {
28
- "type": "string"
29
- },
30
- "techRecord_createdById": {
31
- "type": "string"
32
- },
33
- "techRecord_createdByName": {
34
- "type": "string"
35
- },
36
27
  "techRecord_adrDetails_vehicleDetails_type": {
37
28
  "type": [
38
29
  "string",
@@ -144,26 +144,23 @@
144
144
  "type": "string"
145
145
  },
146
146
  "techRecord_vehicleSubclass": {
147
+ "title": "Vehicle Subclass",
147
148
  "type": "array",
148
149
  "items": {
149
- "title": "Vehicle Subclass",
150
- "type": "array",
151
- "items": {
152
- "type": "string",
153
- "enum": [
154
- "n",
155
- "p",
156
- "a",
157
- "s",
158
- "c",
159
- "l",
160
- "t",
161
- "e",
162
- "m",
163
- "r",
164
- "w"
165
- ]
166
- }
150
+ "type": "string",
151
+ "enum": [
152
+ "n",
153
+ "p",
154
+ "a",
155
+ "s",
156
+ "c",
157
+ "l",
158
+ "t",
159
+ "e",
160
+ "m",
161
+ "r",
162
+ "w"
163
+ ]
167
164
  }
168
165
  },
169
166
  "techRecord_hiddenInVta": {
@@ -172,15 +169,6 @@
172
169
  "techRecord_updateType": {
173
170
  "type": "string"
174
171
  },
175
- "techRecord_createdAt": {
176
- "type": "string"
177
- },
178
- "techRecord_createdById": {
179
- "type": "string"
180
- },
181
- "techRecord_createdByName": {
182
- "type": "string"
183
- },
184
172
  "secondaryVrms": {
185
173
  "type": "array",
186
174
  "items": {
@@ -164,26 +164,23 @@
164
164
  }
165
165
  },
166
166
  "techRecord_vehicleSubclass": {
167
+ "title": "Vehicle Subclass",
167
168
  "type": "array",
168
169
  "items": {
169
- "title": "Vehicle Subclass",
170
- "type": "array",
171
- "items": {
172
- "type": "string",
173
- "enum": [
174
- "n",
175
- "p",
176
- "a",
177
- "s",
178
- "c",
179
- "l",
180
- "t",
181
- "e",
182
- "m",
183
- "r",
184
- "w"
185
- ]
186
- }
170
+ "type": "string",
171
+ "enum": [
172
+ "n",
173
+ "p",
174
+ "a",
175
+ "s",
176
+ "c",
177
+ "l",
178
+ "t",
179
+ "e",
180
+ "m",
181
+ "r",
182
+ "w"
183
+ ]
187
184
  }
188
185
  }
189
186
  }
@@ -92,24 +92,6 @@
92
92
  "string"
93
93
  ]
94
94
  },
95
- "techRecord_createdAt": {
96
- "type": [
97
- "null",
98
- "string"
99
- ]
100
- },
101
- "techRecord_createdById": {
102
- "type": [
103
- "null",
104
- "string"
105
- ]
106
- },
107
- "techRecord_createdByName": {
108
- "type": [
109
- "null",
110
- "string"
111
- ]
112
- },
113
95
  "techRecord_euVehicleCategory": {
114
96
  "anyOf": [
115
97
  {
@@ -141,24 +123,6 @@
141
123
  }
142
124
  ]
143
125
  },
144
- "techRecord_lastUpdatedAt": {
145
- "type": [
146
- "string",
147
- "null"
148
- ]
149
- },
150
- "techRecord_lastUpdatedById": {
151
- "type": [
152
- "string",
153
- "null"
154
- ]
155
- },
156
- "techRecord_lastUpdatedByName": {
157
- "type": [
158
- "string",
159
- "null"
160
- ]
161
- },
162
126
  "techRecord_manufactureYear": {
163
127
  "type": [
164
128
  "integer",
@@ -82,24 +82,6 @@
82
82
  "string"
83
83
  ]
84
84
  },
85
- "techRecord_createdAt": {
86
- "type": [
87
- "null",
88
- "string"
89
- ]
90
- },
91
- "techRecord_createdById": {
92
- "type": [
93
- "null",
94
- "string"
95
- ]
96
- },
97
- "techRecord_createdByName": {
98
- "type": [
99
- "null",
100
- "string"
101
- ]
102
- },
103
85
  "techRecord_euVehicleCategory": {
104
86
  "anyOf": [
105
87
  {
@@ -131,24 +113,6 @@
131
113
  }
132
114
  ]
133
115
  },
134
- "techRecord_lastUpdatedAt": {
135
- "type": [
136
- "string",
137
- "null"
138
- ]
139
- },
140
- "techRecord_lastUpdatedById": {
141
- "type": [
142
- "string",
143
- "null"
144
- ]
145
- },
146
- "techRecord_lastUpdatedByName": {
147
- "type": [
148
- "string",
149
- "null"
150
- ]
151
- },
152
116
  "techRecord_manufactureYear": {
153
117
  "type": [
154
118
  "integer",
@@ -357,36 +357,6 @@
357
357
  "maximum": 99999,
358
358
  "minimum": 0
359
359
  },
360
- "techRecord_createdByName": {
361
- "type": [
362
- "string",
363
- "null"
364
- ]
365
- },
366
- "techRecord_createdById": {
367
- "type": [
368
- "string",
369
- "null"
370
- ]
371
- },
372
- "techRecord_lastUpdatedAt": {
373
- "type": [
374
- "string",
375
- "null"
376
- ]
377
- },
378
- "techRecord_lastUpdatedByName": {
379
- "type": [
380
- "string",
381
- "null"
382
- ]
383
- },
384
- "techRecord_lastUpdatedById": {
385
- "type": [
386
- "string",
387
- "null"
388
- ]
389
- },
390
360
  "techRecord_dda_certificateIssued": {
391
361
  "type": "boolean"
392
362
  },
@@ -350,36 +350,6 @@
350
350
  "maximum": 99999,
351
351
  "minimum": 0
352
352
  },
353
- "techRecord_createdByName": {
354
- "type": [
355
- "string",
356
- "null"
357
- ]
358
- },
359
- "techRecord_createdById": {
360
- "type": [
361
- "string",
362
- "null"
363
- ]
364
- },
365
- "techRecord_lastUpdatedAt": {
366
- "type": [
367
- "string",
368
- "null"
369
- ]
370
- },
371
- "techRecord_lastUpdatedByName": {
372
- "type": [
373
- "string",
374
- "null"
375
- ]
376
- },
377
- "techRecord_lastUpdatedById": {
378
- "type": [
379
- "string",
380
- "null"
381
- ]
382
- },
383
353
  "techRecord_dda_certificateIssued": {
384
354
  "type": [
385
355
  "boolean",
@@ -328,36 +328,6 @@
328
328
  "maximum": 99999,
329
329
  "minimum": 0
330
330
  },
331
- "techRecord_createdByName": {
332
- "type": [
333
- "string",
334
- "null"
335
- ]
336
- },
337
- "techRecord_createdById": {
338
- "type": [
339
- "string",
340
- "null"
341
- ]
342
- },
343
- "techRecord_lastUpdatedAt": {
344
- "type": [
345
- "string",
346
- "null"
347
- ]
348
- },
349
- "techRecord_lastUpdatedByName": {
350
- "type": [
351
- "string",
352
- "null"
353
- ]
354
- },
355
- "techRecord_lastUpdatedById": {
356
- "type": [
357
- "string",
358
- "null"
359
- ]
360
- },
361
331
  "techRecord_dda_certificateIssued": {
362
332
  "type": [
363
333
  "boolean",
@@ -39,24 +39,6 @@
39
39
  "null"
40
40
  ]
41
41
  },
42
- "techRecord_createdAt": {
43
- "type": [
44
- "null",
45
- "string"
46
- ]
47
- },
48
- "techRecord_createdById": {
49
- "type": [
50
- "null",
51
- "string"
52
- ]
53
- },
54
- "techRecord_createdByName": {
55
- "type": [
56
- "null",
57
- "string"
58
- ]
59
- },
60
42
  "techRecord_adrDetails_vehicleDetails_type": {
61
43
  "type": [
62
44
  "string",
@@ -70,15 +70,6 @@
70
70
  "string"
71
71
  ]
72
72
  },
73
- "techRecord_createdAt": {
74
- "type": "string"
75
- },
76
- "techRecord_createdById": {
77
- "type": "string"
78
- },
79
- "techRecord_createdByName": {
80
- "type": "string"
81
- },
82
73
  "techRecord_adrDetails_vehicleDetails_type": {
83
74
  "type": [
84
75
  "string",
@@ -942,24 +933,6 @@
942
933
  "null"
943
934
  ]
944
935
  },
945
- "techRecord_lastUpdatedAt": {
946
- "type": [
947
- "string",
948
- "null"
949
- ]
950
- },
951
- "techRecord_lastUpdatedByName": {
952
- "type": [
953
- "string",
954
- "null"
955
- ]
956
- },
957
- "techRecord_lastUpdatedById": {
958
- "type": [
959
- "string",
960
- "null"
961
- ]
962
- },
963
936
  "techRecord_rearAxleToRearTrl": {
964
937
  "type": [
965
938
  "integer",
@@ -73,15 +73,6 @@
73
73
  "string"
74
74
  ]
75
75
  },
76
- "techRecord_createdAt": {
77
- "type": "string"
78
- },
79
- "techRecord_createdById": {
80
- "type": "string"
81
- },
82
- "techRecord_createdByName": {
83
- "type": "string"
84
- },
85
76
  "techRecord_adrDetails_vehicleDetails_type": {
86
77
  "type": [
87
78
  "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.22",
3
+ "version": "3.0.24",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -70,7 +70,7 @@ export interface TechRecordGETCarComplete {
70
70
  techRecord_vehicleConfiguration?: null | VehicleConfiguration;
71
71
  techRecord_vehicleType: "car";
72
72
  vin: string;
73
- techRecord_vehicleSubclass: VehicleSubclass[];
73
+ techRecord_vehicleSubclass: VehicleSubclass;
74
74
  techRecord_hiddenInVta?: null | boolean;
75
75
  techRecord_updateType?: null | string;
76
76
  secondaryVrms?: null | string[];
@@ -73,5 +73,5 @@ export interface TechRecordGETCarSkeleton {
73
73
  techRecord_hiddenInVta?: null | boolean;
74
74
  techRecord_updateType?: null | string;
75
75
  secondaryVrms?: null | string[];
76
- techRecord_vehicleSubclass?: VehicleSubclass[];
76
+ techRecord_vehicleSubclass?: VehicleSubclass;
77
77
  }
@@ -70,7 +70,7 @@ export interface TechRecordGETLGVComplete {
70
70
  techRecord_vehicleConfiguration?: null | VehicleConfiguration;
71
71
  techRecord_vehicleType: "lgv";
72
72
  vin: string;
73
- techRecord_vehicleSubclass: VehicleSubclass[];
73
+ techRecord_vehicleSubclass: VehicleSubclass;
74
74
  techRecord_hiddenInVta?: null | boolean;
75
75
  techRecord_updateType?: null | string;
76
76
  secondaryVrms?: null | string[];
@@ -73,5 +73,5 @@ export interface TechRecordGETLGVSkeleton {
73
73
  techRecord_hiddenInVta?: null | boolean;
74
74
  techRecord_updateType?: null | string;
75
75
  secondaryVrms?: null | string[];
76
- techRecord_vehicleSubclass?: VehicleSubclass[];
76
+ techRecord_vehicleSubclass?: VehicleSubclass;
77
77
  }
@@ -19,11 +19,8 @@ export interface TechRecordPUTCarComplete {
19
19
  techRecord_manufactureYear?: number | null;
20
20
  techRecord_noOfAxles?: number | null;
21
21
  techRecord_notes?: string;
22
- techRecord_vehicleSubclass: VehicleSubclass[];
22
+ techRecord_vehicleSubclass: VehicleSubclass;
23
23
  techRecord_hiddenInVta?: null | boolean;
24
24
  techRecord_updateType?: null | string;
25
- techRecord_createdAt?: null | string;
26
- techRecord_createdById?: null | string;
27
- techRecord_createdByName?: null | string;
28
25
  secondaryVrms?: null | string[];
29
26
  }
@@ -21,9 +21,6 @@ export interface TechRecordPUTCarSkeleton {
21
21
  techRecord_notes?: null | string;
22
22
  techRecord_hiddenInVta?: null | boolean;
23
23
  techRecord_updateType?: null | string;
24
- techRecord_createdAt?: null | string;
25
- techRecord_createdById?: null | string;
26
- techRecord_createdByName?: null | string;
27
24
  secondaryVrms?: null | string[];
28
- techRecord_vehicleSubclass?: VehicleSubclass[];
25
+ techRecord_vehicleSubclass?: VehicleSubclass;
29
26
  }
@@ -145,9 +145,6 @@ export type ApprovalType =
145
145
  export interface TechRecordPUTHGVComplete {
146
146
  secondaryVrms?: string[];
147
147
  partialVin?: string | null;
148
- techRecord_createdAt?: null | string;
149
- techRecord_createdById?: null | string;
150
- techRecord_createdByName?: null | string;
151
148
  techRecord_adrDetails_vehicleDetails_type?: string | null;
152
149
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
153
150
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
@@ -145,9 +145,6 @@ export type ApprovalType =
145
145
  export interface TechRecordPUTHGVSkeleton {
146
146
  secondaryVrms?: string[];
147
147
  partialVin?: string | null;
148
- techRecord_createdAt?: null | string;
149
- techRecord_createdById?: null | string;
150
- techRecord_createdByName?: null | string;
151
148
  techRecord_adrDetails_vehicleDetails_type?: string | null;
152
149
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
153
150
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
@@ -145,9 +145,6 @@ export type ApprovalType =
145
145
  export interface TechRecordPUTHGVTestable {
146
146
  secondaryVrms?: string[];
147
147
  partialVin?: string | null;
148
- techRecord_createdAt?: string;
149
- techRecord_createdById?: string;
150
- techRecord_createdByName?: string;
151
148
  techRecord_adrDetails_vehicleDetails_type?: string | null;
152
149
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
153
150
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
@@ -47,11 +47,8 @@ export interface TechRecordPUTLGVComplete {
47
47
  techRecord_manufactureYear?: number | null;
48
48
  techRecord_noOfAxles?: number | null;
49
49
  techRecord_notes?: string;
50
- techRecord_vehicleSubclass: VehicleSubclass[];
50
+ techRecord_vehicleSubclass: VehicleSubclass;
51
51
  techRecord_hiddenInVta?: boolean;
52
52
  techRecord_updateType?: string;
53
- techRecord_createdAt?: string;
54
- techRecord_createdById?: string;
55
- techRecord_createdByName?: string;
56
53
  secondaryVrms?: string[];
57
54
  }
@@ -53,5 +53,5 @@ export interface TechRecordPUTLGVSkeleton {
53
53
  techRecord_createdById?: string;
54
54
  techRecord_createdByName?: string;
55
55
  secondaryVrms?: string[];
56
- techRecord_vehicleSubclass?: VehicleSubclass[];
56
+ techRecord_vehicleSubclass?: VehicleSubclass;
57
57
  }
@@ -52,13 +52,7 @@ export interface TechRecordPUTMotorcycleComplete {
52
52
  partialVin?: null | string;
53
53
  primaryVrm?: null | string;
54
54
  systemNumber?: null | string;
55
- techRecord_createdAt?: null | string;
56
- techRecord_createdById?: null | string;
57
- techRecord_createdByName?: null | string;
58
55
  techRecord_euVehicleCategory?: null | EUVehicleCategory;
59
- techRecord_lastUpdatedAt?: string | null;
60
- techRecord_lastUpdatedById?: string | null;
61
- techRecord_lastUpdatedByName?: string | null;
62
56
  techRecord_manufactureYear?: number | null;
63
57
  techRecord_recordCompleteness?: null | string;
64
58
  techRecord_noOfAxles?: null | number;
@@ -51,13 +51,7 @@ export interface TechRecordPUTMotorcycleSkeleton {
51
51
  partialVin?: null | string;
52
52
  primaryVrm?: null | string;
53
53
  systemNumber?: null | string;
54
- techRecord_createdAt?: null | string;
55
- techRecord_createdById?: null | string;
56
- techRecord_createdByName?: null | string;
57
54
  techRecord_euVehicleCategory?: null | EUVehicleCategory;
58
- techRecord_lastUpdatedAt?: string | null;
59
- techRecord_lastUpdatedById?: string | null;
60
- techRecord_lastUpdatedByName?: string | null;
61
55
  techRecord_manufactureYear?: number | null;
62
56
  techRecord_recordCompleteness?: null | string;
63
57
  techRecord_noOfAxles?: null | number;
@@ -218,11 +218,6 @@ export interface TechRecordPUTPSVComplete {
218
218
  techRecord_conversionRefNo?: string | null;
219
219
  techRecord_grossGbWeight?: number | null;
220
220
  techRecord_grossDesignWeight?: number | null;
221
- techRecord_createdByName?: string | null;
222
- techRecord_createdById?: string | null;
223
- techRecord_lastUpdatedAt?: string | null;
224
- techRecord_lastUpdatedByName?: string | null;
225
- techRecord_lastUpdatedById?: string | null;
226
221
  techRecord_dda_certificateIssued: boolean;
227
222
  techRecord_dda_wheelchairCapacity?: number | null;
228
223
  techRecord_dda_wheelchairFittings?: string | null;
@@ -218,11 +218,6 @@ export interface TechRecordPUTPSVSkeleton {
218
218
  techRecord_conversionRefNo?: string | null;
219
219
  techRecord_grossGbWeight?: number | null;
220
220
  techRecord_grossDesignWeight?: number | null;
221
- techRecord_createdByName?: string | null;
222
- techRecord_createdById?: string | null;
223
- techRecord_lastUpdatedAt?: string | null;
224
- techRecord_lastUpdatedByName?: string | null;
225
- techRecord_lastUpdatedById?: string | null;
226
221
  techRecord_dda_certificateIssued?: boolean | null;
227
222
  techRecord_dda_wheelchairCapacity?: number | null;
228
223
  techRecord_dda_wheelchairFittings?: string | null;
@@ -218,11 +218,6 @@ export interface TechRecordPUTPSVTestable {
218
218
  techRecord_conversionRefNo?: string | null;
219
219
  techRecord_grossGbWeight?: number | null;
220
220
  techRecord_grossDesignWeight?: number | null;
221
- techRecord_createdByName?: string | null;
222
- techRecord_createdById?: string | null;
223
- techRecord_lastUpdatedAt?: string | null;
224
- techRecord_lastUpdatedByName?: string | null;
225
- techRecord_lastUpdatedById?: string | null;
226
221
  techRecord_dda_certificateIssued?: boolean | null;
227
222
  techRecord_dda_wheelchairCapacity?: number | null;
228
223
  techRecord_dda_wheelchairFittings?: string | null;
@@ -182,9 +182,6 @@ export type SpeedCategorySymbol =
182
182
 
183
183
  export interface TechRecordPUTTRLComplete {
184
184
  partialVin?: string | null;
185
- techRecord_createdAt?: null | string;
186
- techRecord_createdById?: null | string;
187
- techRecord_createdByName?: null | string;
188
185
  techRecord_adrDetails_vehicleDetails_type?: string | null;
189
186
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
190
187
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
@@ -167,9 +167,6 @@ export interface TechRecordPUTTRLSkeleton {
167
167
  techRecord_ntaNumber?: null | string;
168
168
  techRecord_variantNumber?: null | string;
169
169
  techRecord_variantVersionNumber?: null | string;
170
- techRecord_createdAt?: string;
171
- techRecord_createdById?: string;
172
- techRecord_createdByName?: string;
173
170
  techRecord_adrDetails_vehicleDetails_type?: string | null;
174
171
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
175
172
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
@@ -269,9 +266,6 @@ export interface TechRecordPUTTRLSkeleton {
269
266
  techRecord_purchaserDetails_postTown?: string | null;
270
267
  techRecord_purchaserDetails_purchaserNotes?: string | null;
271
268
  techRecord_purchaserDetails_telephoneNumber?: string | null;
272
- techRecord_lastUpdatedAt?: string | null;
273
- techRecord_lastUpdatedByName?: string | null;
274
- techRecord_lastUpdatedById?: string | null;
275
269
  techRecord_rearAxleToRearTrl?: number | null;
276
270
  techRecord_reasonForCreation: string;
277
271
  techRecord_regnDate?: string | null;
@@ -167,9 +167,6 @@ export interface TechRecordPUTTRLTestable {
167
167
  techRecord_ntaNumber?: null | string;
168
168
  techRecord_variantNumber?: null | string;
169
169
  techRecord_variantVersionNumber?: null | string;
170
- techRecord_createdAt?: string;
171
- techRecord_createdById?: string;
172
- techRecord_createdByName?: string;
173
170
  techRecord_adrDetails_vehicleDetails_type?: string | null;
174
171
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
175
172
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;