@dvsa/cvs-type-definitions 3.0.21 → 3.0.23
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/car/complete/index.json +18 -15
- package/json-schemas/v3/tech-record/get/car/skeleton/index.json +23 -0
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +20 -24
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +23 -0
- package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +0 -27
- package/json-schemas/v3/tech-record/put/car/complete/index.json +18 -33
- package/json-schemas/v3/tech-record/put/car/skeleton/index.json +23 -18
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +0 -18
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +0 -18
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +0 -9
- package/json-schemas/v3/tech-record/put/lgv/complete/index.json +18 -24
- package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +23 -0
- package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +0 -63
- package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +0 -36
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +0 -30
- package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +0 -30
- package/json-schemas/v3/tech-record/put/psv/testable/index.json +0 -30
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +0 -18
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +0 -27
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +0 -9
- package/package.json +1 -1
- package/types/v3/tech-record/get/car/complete/index.d.ts +1 -1
- package/types/v3/tech-record/get/car/skeleton/index.d.ts +2 -0
- package/types/v3/tech-record/get/lgv/complete/index.d.ts +1 -1
- package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +2 -0
- package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +0 -2
- package/types/v3/tech-record/put/car/complete/index.d.ts +1 -4
- package/types/v3/tech-record/put/car/skeleton/index.d.ts +2 -3
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +0 -3
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +0 -3
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +0 -3
- package/types/v3/tech-record/put/lgv/complete/index.d.ts +1 -4
- package/types/v3/tech-record/put/lgv/skeleton/index.d.ts +2 -0
- package/types/v3/tech-record/put/motorcycle/complete/index.d.ts +0 -8
- package/types/v3/tech-record/put/motorcycle/skeleton/index.d.ts +0 -6
- package/types/v3/tech-record/put/psv/complete/index.d.ts +0 -5
- package/types/v3/tech-record/put/psv/skeleton/index.d.ts +0 -5
- package/types/v3/tech-record/put/psv/testable/index.d.ts +0 -5
- package/types/v3/tech-record/put/trl/complete/index.d.ts +0 -3
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +0 -6
- package/types/v3/tech-record/put/trl/testable/index.d.ts +0 -3
|
@@ -237,23 +237,26 @@
|
|
|
237
237
|
"type": "string"
|
|
238
238
|
},
|
|
239
239
|
"techRecord_vehicleSubclass": {
|
|
240
|
-
"title": "Vehicle Subclass",
|
|
241
240
|
"type": "array",
|
|
242
241
|
"items": {
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
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
|
+
}
|
|
257
260
|
}
|
|
258
261
|
},
|
|
259
262
|
"techRecord_hiddenInVta": {
|
|
@@ -255,6 +255,29 @@
|
|
|
255
255
|
"items": {
|
|
256
256
|
"type": "string"
|
|
257
257
|
}
|
|
258
|
+
},
|
|
259
|
+
"techRecord_vehicleSubclass": {
|
|
260
|
+
"type": "array",
|
|
261
|
+
"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
|
+
}
|
|
280
|
+
}
|
|
258
281
|
}
|
|
259
282
|
}
|
|
260
283
|
}
|
|
@@ -237,31 +237,27 @@
|
|
|
237
237
|
"type": "string"
|
|
238
238
|
},
|
|
239
239
|
"techRecord_vehicleSubclass": {
|
|
240
|
-
"
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
{
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
"r",
|
|
260
|
-
"w"
|
|
261
|
-
]
|
|
262
|
-
}
|
|
240
|
+
"type": "array",
|
|
241
|
+
"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
|
+
]
|
|
263
259
|
}
|
|
264
|
-
|
|
260
|
+
}
|
|
265
261
|
},
|
|
266
262
|
"techRecord_hiddenInVta": {
|
|
267
263
|
"type": [
|
|
@@ -255,6 +255,29 @@
|
|
|
255
255
|
"items": {
|
|
256
256
|
"type": "string"
|
|
257
257
|
}
|
|
258
|
+
},
|
|
259
|
+
"techRecord_vehicleSubclass": {
|
|
260
|
+
"type": "array",
|
|
261
|
+
"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
|
+
}
|
|
280
|
+
}
|
|
258
281
|
}
|
|
259
282
|
}
|
|
260
283
|
}
|
|
@@ -238,33 +238,6 @@
|
|
|
238
238
|
"vin": {
|
|
239
239
|
"type": "string"
|
|
240
240
|
},
|
|
241
|
-
"techRecord_vehicleSubclass": {
|
|
242
|
-
"anyOf": [
|
|
243
|
-
{
|
|
244
|
-
"type": "null"
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"title": "Vehicle Subclass",
|
|
248
|
-
"type": "array",
|
|
249
|
-
"items": {
|
|
250
|
-
"type": "string",
|
|
251
|
-
"enum": [
|
|
252
|
-
"n",
|
|
253
|
-
"p",
|
|
254
|
-
"a",
|
|
255
|
-
"s",
|
|
256
|
-
"c",
|
|
257
|
-
"l",
|
|
258
|
-
"t",
|
|
259
|
-
"e",
|
|
260
|
-
"m",
|
|
261
|
-
"r",
|
|
262
|
-
"w"
|
|
263
|
-
]
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
]
|
|
267
|
-
},
|
|
268
241
|
"techRecord_numberOfWheelsDriven": {
|
|
269
242
|
"type": [
|
|
270
243
|
"null",
|
|
@@ -70,23 +70,26 @@
|
|
|
70
70
|
"type": "string"
|
|
71
71
|
},
|
|
72
72
|
"techRecord_vehicleSubclass": {
|
|
73
|
-
"title": "Vehicle Subclass",
|
|
74
73
|
"type": "array",
|
|
75
74
|
"items": {
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
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
|
+
}
|
|
90
93
|
}
|
|
91
94
|
},
|
|
92
95
|
"techRecord_hiddenInVta": {
|
|
@@ -101,24 +104,6 @@
|
|
|
101
104
|
"string"
|
|
102
105
|
]
|
|
103
106
|
},
|
|
104
|
-
"techRecord_createdAt": {
|
|
105
|
-
"type": [
|
|
106
|
-
"null",
|
|
107
|
-
"string"
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
"techRecord_createdById": {
|
|
111
|
-
"type": [
|
|
112
|
-
"null",
|
|
113
|
-
"string"
|
|
114
|
-
]
|
|
115
|
-
},
|
|
116
|
-
"techRecord_createdByName": {
|
|
117
|
-
"type": [
|
|
118
|
-
"null",
|
|
119
|
-
"string"
|
|
120
|
-
]
|
|
121
|
-
},
|
|
122
107
|
"secondaryVrms": {
|
|
123
108
|
"type": [
|
|
124
109
|
"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",
|
|
@@ -109,6 +91,29 @@
|
|
|
109
91
|
"items": {
|
|
110
92
|
"type": "string"
|
|
111
93
|
}
|
|
94
|
+
},
|
|
95
|
+
"techRecord_vehicleSubclass": {
|
|
96
|
+
"type": "array",
|
|
97
|
+
"items": {
|
|
98
|
+
"title": "Vehicle Subclass",
|
|
99
|
+
"type": "array",
|
|
100
|
+
"items": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"enum": [
|
|
103
|
+
"n",
|
|
104
|
+
"p",
|
|
105
|
+
"a",
|
|
106
|
+
"s",
|
|
107
|
+
"c",
|
|
108
|
+
"l",
|
|
109
|
+
"t",
|
|
110
|
+
"e",
|
|
111
|
+
"m",
|
|
112
|
+
"r",
|
|
113
|
+
"w"
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
}
|
|
112
117
|
}
|
|
113
118
|
}
|
|
114
119
|
}
|
|
@@ -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,23 +144,26 @@
|
|
|
144
144
|
"type": "string"
|
|
145
145
|
},
|
|
146
146
|
"techRecord_vehicleSubclass": {
|
|
147
|
-
"title": "Vehicle Subclass",
|
|
148
147
|
"type": "array",
|
|
149
148
|
"items": {
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
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
|
+
}
|
|
164
167
|
}
|
|
165
168
|
},
|
|
166
169
|
"techRecord_hiddenInVta": {
|
|
@@ -169,15 +172,6 @@
|
|
|
169
172
|
"techRecord_updateType": {
|
|
170
173
|
"type": "string"
|
|
171
174
|
},
|
|
172
|
-
"techRecord_createdAt": {
|
|
173
|
-
"type": "string"
|
|
174
|
-
},
|
|
175
|
-
"techRecord_createdById": {
|
|
176
|
-
"type": "string"
|
|
177
|
-
},
|
|
178
|
-
"techRecord_createdByName": {
|
|
179
|
-
"type": "string"
|
|
180
|
-
},
|
|
181
175
|
"secondaryVrms": {
|
|
182
176
|
"type": "array",
|
|
183
177
|
"items": {
|
|
@@ -162,6 +162,29 @@
|
|
|
162
162
|
"items": {
|
|
163
163
|
"type": "string"
|
|
164
164
|
}
|
|
165
|
+
},
|
|
166
|
+
"techRecord_vehicleSubclass": {
|
|
167
|
+
"type": "array",
|
|
168
|
+
"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
|
+
}
|
|
187
|
+
}
|
|
165
188
|
}
|
|
166
189
|
}
|
|
167
190
|
}
|
|
@@ -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",
|
|
@@ -239,33 +203,6 @@
|
|
|
239
203
|
"vin": {
|
|
240
204
|
"type": "string"
|
|
241
205
|
},
|
|
242
|
-
"techRecord_vehicleSubclass": {
|
|
243
|
-
"anyOf": [
|
|
244
|
-
{
|
|
245
|
-
"type": "null"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"title": "Vehicle Subclass",
|
|
249
|
-
"type": "array",
|
|
250
|
-
"items": {
|
|
251
|
-
"type": "string",
|
|
252
|
-
"enum": [
|
|
253
|
-
"n",
|
|
254
|
-
"p",
|
|
255
|
-
"a",
|
|
256
|
-
"s",
|
|
257
|
-
"c",
|
|
258
|
-
"l",
|
|
259
|
-
"t",
|
|
260
|
-
"e",
|
|
261
|
-
"m",
|
|
262
|
-
"r",
|
|
263
|
-
"w"
|
|
264
|
-
]
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
]
|
|
268
|
-
},
|
|
269
206
|
"techRecord_numberOfWheelsDriven": {
|
|
270
207
|
"type": "integer"
|
|
271
208
|
},
|
|
@@ -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
|
@@ -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[];
|
|
@@ -38,6 +38,7 @@ export type VehicleConfiguration =
|
|
|
38
38
|
| "four-in-line"
|
|
39
39
|
| "dolly"
|
|
40
40
|
| "full drawbar";
|
|
41
|
+
export type VehicleSubclass = ("n" | "p" | "a" | "s" | "c" | "l" | "t" | "e" | "m" | "r" | "w")[];
|
|
41
42
|
|
|
42
43
|
export interface TechRecordGETCarSkeleton {
|
|
43
44
|
techRecord_applicantDetails_name?: string | null;
|
|
@@ -72,4 +73,5 @@ export interface TechRecordGETCarSkeleton {
|
|
|
72
73
|
techRecord_hiddenInVta?: null | boolean;
|
|
73
74
|
techRecord_updateType?: null | string;
|
|
74
75
|
secondaryVrms?: null | string[];
|
|
76
|
+
techRecord_vehicleSubclass?: VehicleSubclass[];
|
|
75
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:
|
|
73
|
+
techRecord_vehicleSubclass: VehicleSubclass[];
|
|
74
74
|
techRecord_hiddenInVta?: null | boolean;
|
|
75
75
|
techRecord_updateType?: null | string;
|
|
76
76
|
secondaryVrms?: null | string[];
|
|
@@ -38,6 +38,7 @@ export type VehicleConfiguration =
|
|
|
38
38
|
| "four-in-line"
|
|
39
39
|
| "dolly"
|
|
40
40
|
| "full drawbar";
|
|
41
|
+
export type VehicleSubclass = ("n" | "p" | "a" | "s" | "c" | "l" | "t" | "e" | "m" | "r" | "w")[];
|
|
41
42
|
|
|
42
43
|
export interface TechRecordGETLGVSkeleton {
|
|
43
44
|
techRecord_applicantDetails_name?: string | null;
|
|
@@ -72,4 +73,5 @@ export interface TechRecordGETLGVSkeleton {
|
|
|
72
73
|
techRecord_hiddenInVta?: null | boolean;
|
|
73
74
|
techRecord_updateType?: null | string;
|
|
74
75
|
secondaryVrms?: null | string[];
|
|
76
|
+
techRecord_vehicleSubclass?: VehicleSubclass[];
|
|
75
77
|
}
|
|
@@ -38,7 +38,6 @@ export type VehicleConfiguration =
|
|
|
38
38
|
| "four-in-line"
|
|
39
39
|
| "dolly"
|
|
40
40
|
| "full drawbar";
|
|
41
|
-
export type VehicleSubclass = ("n" | "p" | "a" | "s" | "c" | "l" | "t" | "e" | "m" | "r" | "w")[];
|
|
42
41
|
|
|
43
42
|
export interface TechRecordGETMotorcycleComplete {
|
|
44
43
|
secondaryVrms?: string[];
|
|
@@ -71,7 +70,6 @@ export interface TechRecordGETMotorcycleComplete {
|
|
|
71
70
|
techRecord_vehicleConfiguration?: null | VehicleConfiguration;
|
|
72
71
|
techRecord_vehicleType?: "motorcycle";
|
|
73
72
|
vin: string;
|
|
74
|
-
techRecord_vehicleSubclass?: null | VehicleSubclass;
|
|
75
73
|
techRecord_numberOfWheelsDriven: null | number;
|
|
76
74
|
techRecord_hiddenInVta?: null | boolean;
|
|
77
75
|
techRecord_updateType?: null | string;
|
|
@@ -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
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
9
|
+
export type VehicleSubclass = ("n" | "p" | "a" | "s" | "c" | "l" | "t" | "e" | "m" | "r" | "w")[];
|
|
9
10
|
|
|
10
11
|
export interface TechRecordPUTCarSkeleton {
|
|
11
12
|
vin: string;
|
|
@@ -20,8 +21,6 @@ export interface TechRecordPUTCarSkeleton {
|
|
|
20
21
|
techRecord_notes?: null | string;
|
|
21
22
|
techRecord_hiddenInVta?: null | boolean;
|
|
22
23
|
techRecord_updateType?: null | string;
|
|
23
|
-
techRecord_createdAt?: null | string;
|
|
24
|
-
techRecord_createdById?: null | string;
|
|
25
|
-
techRecord_createdByName?: null | string;
|
|
26
24
|
secondaryVrms?: null | string[];
|
|
25
|
+
techRecord_vehicleSubclass?: VehicleSubclass[];
|
|
27
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
|
}
|
|
@@ -25,6 +25,7 @@ export type EUVehicleCategory =
|
|
|
25
25
|
| "l6e"
|
|
26
26
|
| "l7e";
|
|
27
27
|
export type StatusCode = "provisional" | "current" | "archived";
|
|
28
|
+
export type VehicleSubclass = ("n" | "p" | "a" | "s" | "c" | "l" | "t" | "e" | "m" | "r" | "w")[];
|
|
28
29
|
|
|
29
30
|
export interface TechRecordPUTLGVSkeleton {
|
|
30
31
|
vin: string;
|
|
@@ -52,4 +53,5 @@ export interface TechRecordPUTLGVSkeleton {
|
|
|
52
53
|
techRecord_createdById?: string;
|
|
53
54
|
techRecord_createdByName?: string;
|
|
54
55
|
secondaryVrms?: string[];
|
|
56
|
+
techRecord_vehicleSubclass?: VehicleSubclass[];
|
|
55
57
|
}
|
|
@@ -38,7 +38,6 @@ export type VehicleConfiguration =
|
|
|
38
38
|
| "four-in-line"
|
|
39
39
|
| "dolly"
|
|
40
40
|
| "full drawbar";
|
|
41
|
-
export type VehicleSubclass = ("n" | "p" | "a" | "s" | "c" | "l" | "t" | "e" | "m" | "r" | "w")[];
|
|
42
41
|
|
|
43
42
|
export interface TechRecordPUTMotorcycleComplete {
|
|
44
43
|
secondaryVrms?: null | string[];
|
|
@@ -53,13 +52,7 @@ export interface TechRecordPUTMotorcycleComplete {
|
|
|
53
52
|
partialVin?: null | string;
|
|
54
53
|
primaryVrm?: null | string;
|
|
55
54
|
systemNumber?: null | string;
|
|
56
|
-
techRecord_createdAt?: null | string;
|
|
57
|
-
techRecord_createdById?: null | string;
|
|
58
|
-
techRecord_createdByName?: null | string;
|
|
59
55
|
techRecord_euVehicleCategory?: null | EUVehicleCategory;
|
|
60
|
-
techRecord_lastUpdatedAt?: string | null;
|
|
61
|
-
techRecord_lastUpdatedById?: string | null;
|
|
62
|
-
techRecord_lastUpdatedByName?: string | null;
|
|
63
56
|
techRecord_manufactureYear?: number | null;
|
|
64
57
|
techRecord_recordCompleteness?: null | string;
|
|
65
58
|
techRecord_noOfAxles?: null | number;
|
|
@@ -70,7 +63,6 @@ export interface TechRecordPUTMotorcycleComplete {
|
|
|
70
63
|
techRecord_vehicleConfiguration?: null | VehicleConfiguration;
|
|
71
64
|
techRecord_vehicleType?: "motorcycle";
|
|
72
65
|
vin: string;
|
|
73
|
-
techRecord_vehicleSubclass?: null | VehicleSubclass;
|
|
74
66
|
techRecord_numberOfWheelsDriven: number;
|
|
75
67
|
techRecord_hiddenInVta?: null | boolean;
|
|
76
68
|
techRecord_updateType?: null | string;
|
|
@@ -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;
|