@dvsa/cvs-type-definitions 4.0.3 → 4.1.1

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/enums/adrTankStatementSubstancePermitted.json +12 -0
  2. package/json-schemas/v3/tech-record/get/hgv/complete/index.json +31 -2
  3. package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +31 -2
  4. package/json-schemas/v3/tech-record/get/hgv/testable/index.json +31 -2
  5. package/json-schemas/v3/tech-record/get/lgv/complete/index.json +31 -2
  6. package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +31 -2
  7. package/json-schemas/v3/tech-record/get/trl/complete/index.json +31 -2
  8. package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +31 -2
  9. package/json-schemas/v3/tech-record/get/trl/testable/index.json +31 -2
  10. package/json-schemas/v3/tech-record/put/hgv/complete/index.json +31 -2
  11. package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +31 -2
  12. package/json-schemas/v3/tech-record/put/hgv/testable/index.json +31 -2
  13. package/json-schemas/v3/tech-record/put/lgv/complete/index.json +31 -2
  14. package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +31 -2
  15. package/json-schemas/v3/tech-record/put/trl/complete/index.json +31 -2
  16. package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +31 -2
  17. package/json-schemas/v3/tech-record/put/trl/testable/index.json +31 -2
  18. package/package.json +1 -1
  19. package/schemas.d.ts +1 -1
  20. package/schemas.js +1 -0
  21. package/types/v3/tech-record/enums/adrTankStatementSubstancePermitted.d.ts +9 -0
  22. package/types/v3/tech-record/enums/adrTankStatementSubstancePermitted.js +14 -0
  23. package/types/v3/tech-record/enums/adrTankStatementSubstancePermitted.ts +11 -0
  24. package/types/v3/tech-record/get/hgv/complete/index.d.ts +6 -1
  25. package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +6 -1
  26. package/types/v3/tech-record/get/hgv/testable/index.d.ts +6 -1
  27. package/types/v3/tech-record/get/lgv/complete/index.d.ts +6 -1
  28. package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +6 -1
  29. package/types/v3/tech-record/get/trl/complete/index.d.ts +6 -1
  30. package/types/v3/tech-record/get/trl/skeleton/index.d.ts +6 -1
  31. package/types/v3/tech-record/get/trl/testable/index.d.ts +6 -1
  32. package/types/v3/tech-record/put/hgv/complete/index.d.ts +6 -1
  33. package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +6 -1
  34. package/types/v3/tech-record/put/hgv/testable/index.d.ts +6 -1
  35. package/types/v3/tech-record/put/lgv/complete/index.d.ts +6 -1
  36. package/types/v3/tech-record/put/lgv/skeleton/index.d.ts +6 -1
  37. package/types/v3/tech-record/put/trl/complete/index.d.ts +6 -1
  38. package/types/v3/tech-record/put/trl/skeleton/index.d.ts +6 -1
  39. package/types/v3/tech-record/put/trl/testable/index.d.ts +6 -1
@@ -0,0 +1,12 @@
1
+ {
2
+ "title": "ADR Tank Statement Substance Permitted",
3
+ "type": "string",
4
+ "tsEnumNames": [
5
+ "UNDER_TANK_CODE",
6
+ "UNDER_UN_NUMBER"
7
+ ],
8
+ "enum": [
9
+ "Substances permitted under the tank code and any special provisions specified in 9 may be carried",
10
+ "Substances (Class UN number and if necessary packing group and proper shipping name) may be carried"
11
+ ]
12
+ }
@@ -120,10 +120,39 @@
120
120
  },
121
121
  "techRecord_adrDetails_additionalExaminerNotes": {
122
122
  "type": [
123
- "string",
123
+ "array",
124
124
  "null"
125
125
  ],
126
- "maxLength": 1024
126
+ "items": {
127
+ "title": "Additional Examiner Notes",
128
+ "additionalProperties": false,
129
+ "properties": {
130
+ "note": {
131
+ "type": [
132
+ "string",
133
+ "null"
134
+ ],
135
+ "maxLength": 1024
136
+ },
137
+ "createdAtDate": {
138
+ "anyOf": [
139
+ {
140
+ "type": "string",
141
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
142
+ },
143
+ {
144
+ "type": "null"
145
+ }
146
+ ]
147
+ },
148
+ "lastUpdatedBy": {
149
+ "type": [
150
+ "string",
151
+ "null"
152
+ ]
153
+ }
154
+ }
155
+ }
127
156
  },
128
157
  "techRecord_adrDetails_applicantDetails_name": {
129
158
  "type": [
@@ -90,10 +90,39 @@
90
90
  },
91
91
  "techRecord_adrDetails_additionalExaminerNotes": {
92
92
  "type": [
93
- "string",
93
+ "array",
94
94
  "null"
95
95
  ],
96
- "maxLength": 1024
96
+ "items": {
97
+ "title": "Additional Examiner Notes",
98
+ "additionalProperties": false,
99
+ "properties": {
100
+ "note": {
101
+ "type": [
102
+ "string",
103
+ "null"
104
+ ],
105
+ "maxLength": 1024
106
+ },
107
+ "createdAtDate": {
108
+ "anyOf": [
109
+ {
110
+ "type": "string",
111
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
112
+ },
113
+ {
114
+ "type": "null"
115
+ }
116
+ ]
117
+ },
118
+ "lastUpdatedBy": {
119
+ "type": [
120
+ "string",
121
+ "null"
122
+ ]
123
+ }
124
+ }
125
+ }
97
126
  },
98
127
  "techRecord_adrDetails_applicantDetails_name": {
99
128
  "type": [
@@ -94,10 +94,39 @@
94
94
  },
95
95
  "techRecord_adrDetails_additionalExaminerNotes": {
96
96
  "type": [
97
- "string",
97
+ "array",
98
98
  "null"
99
99
  ],
100
- "maxLength": 1024
100
+ "items": {
101
+ "title": "Additional Examiner Notes",
102
+ "additionalProperties": false,
103
+ "properties": {
104
+ "note": {
105
+ "type": [
106
+ "string",
107
+ "null"
108
+ ],
109
+ "maxLength": 1024
110
+ },
111
+ "createdAtDate": {
112
+ "anyOf": [
113
+ {
114
+ "type": "string",
115
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
116
+ },
117
+ {
118
+ "type": "null"
119
+ }
120
+ ]
121
+ },
122
+ "lastUpdatedBy": {
123
+ "type": [
124
+ "string",
125
+ "null"
126
+ ]
127
+ }
128
+ }
129
+ }
101
130
  },
102
131
  "techRecord_adrDetails_applicantDetails_name": {
103
132
  "type": [
@@ -125,10 +125,39 @@
125
125
  },
126
126
  "techRecord_adrDetails_additionalExaminerNotes": {
127
127
  "type": [
128
- "string",
128
+ "array",
129
129
  "null"
130
130
  ],
131
- "maxLength": 1024
131
+ "items": {
132
+ "title": "Additional Examiner Notes",
133
+ "additionalProperties": false,
134
+ "properties": {
135
+ "note": {
136
+ "type": [
137
+ "string",
138
+ "null"
139
+ ],
140
+ "maxLength": 1024
141
+ },
142
+ "createdAtDate": {
143
+ "anyOf": [
144
+ {
145
+ "type": "string",
146
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
147
+ },
148
+ {
149
+ "type": "null"
150
+ }
151
+ ]
152
+ },
153
+ "lastUpdatedBy": {
154
+ "type": [
155
+ "string",
156
+ "null"
157
+ ]
158
+ }
159
+ }
160
+ }
132
161
  },
133
162
  "techRecord_adrDetails_applicantDetails_name": {
134
163
  "type": [
@@ -122,10 +122,39 @@
122
122
  },
123
123
  "techRecord_adrDetails_additionalExaminerNotes": {
124
124
  "type": [
125
- "string",
125
+ "array",
126
126
  "null"
127
127
  ],
128
- "maxLength": 1024
128
+ "items": {
129
+ "title": "Additional Examiner Notes",
130
+ "additionalProperties": false,
131
+ "properties": {
132
+ "note": {
133
+ "type": [
134
+ "string",
135
+ "null"
136
+ ],
137
+ "maxLength": 1024
138
+ },
139
+ "createdAtDate": {
140
+ "anyOf": [
141
+ {
142
+ "type": "string",
143
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
144
+ },
145
+ {
146
+ "type": "null"
147
+ }
148
+ ]
149
+ },
150
+ "lastUpdatedBy": {
151
+ "type": [
152
+ "string",
153
+ "null"
154
+ ]
155
+ }
156
+ }
157
+ }
129
158
  },
130
159
  "techRecord_adrDetails_applicantDetails_name": {
131
160
  "type": [
@@ -102,10 +102,39 @@
102
102
  },
103
103
  "techRecord_adrDetails_additionalExaminerNotes": {
104
104
  "type": [
105
- "string",
105
+ "array",
106
106
  "null"
107
107
  ],
108
- "maxLength": 1024
108
+ "items": {
109
+ "title": "Additional Examiner Notes",
110
+ "additionalProperties": false,
111
+ "properties": {
112
+ "note": {
113
+ "type": [
114
+ "string",
115
+ "null"
116
+ ],
117
+ "maxLength": 1024
118
+ },
119
+ "createdAtDate": {
120
+ "anyOf": [
121
+ {
122
+ "type": "string",
123
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
124
+ },
125
+ {
126
+ "type": "null"
127
+ }
128
+ ]
129
+ },
130
+ "lastUpdatedBy": {
131
+ "type": [
132
+ "string",
133
+ "null"
134
+ ]
135
+ }
136
+ }
137
+ }
109
138
  },
110
139
  "techRecord_adrDetails_applicantDetails_name": {
111
140
  "type": [
@@ -82,10 +82,39 @@
82
82
  },
83
83
  "techRecord_adrDetails_additionalExaminerNotes": {
84
84
  "type": [
85
- "string",
85
+ "array",
86
86
  "null"
87
87
  ],
88
- "maxLength": 1024
88
+ "items": {
89
+ "title": "Additional Examiner Notes",
90
+ "additionalProperties": false,
91
+ "properties": {
92
+ "note": {
93
+ "type": [
94
+ "string",
95
+ "null"
96
+ ],
97
+ "maxLength": 1024
98
+ },
99
+ "createdAtDate": {
100
+ "anyOf": [
101
+ {
102
+ "type": "string",
103
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
104
+ },
105
+ {
106
+ "type": "null"
107
+ }
108
+ ]
109
+ },
110
+ "lastUpdatedBy": {
111
+ "type": [
112
+ "string",
113
+ "null"
114
+ ]
115
+ }
116
+ }
117
+ }
89
118
  },
90
119
  "techRecord_adrDetails_applicantDetails_name": {
91
120
  "type": [
@@ -84,10 +84,39 @@
84
84
  },
85
85
  "techRecord_adrDetails_additionalExaminerNotes": {
86
86
  "type": [
87
- "string",
87
+ "array",
88
88
  "null"
89
89
  ],
90
- "maxLength": 1024
90
+ "items": {
91
+ "title": "Additional Examiner Notes",
92
+ "additionalProperties": false,
93
+ "properties": {
94
+ "note": {
95
+ "type": [
96
+ "string",
97
+ "null"
98
+ ],
99
+ "maxLength": 1024
100
+ },
101
+ "createdAtDate": {
102
+ "anyOf": [
103
+ {
104
+ "type": "string",
105
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
106
+ },
107
+ {
108
+ "type": "null"
109
+ }
110
+ ]
111
+ },
112
+ "lastUpdatedBy": {
113
+ "type": [
114
+ "string",
115
+ "null"
116
+ ]
117
+ }
118
+ }
119
+ }
91
120
  },
92
121
  "techRecord_adrDetails_applicantDetails_name": {
93
122
  "type": [
@@ -108,10 +108,39 @@
108
108
  },
109
109
  "techRecord_adrDetails_additionalExaminerNotes": {
110
110
  "type": [
111
- "string",
111
+ "array",
112
112
  "null"
113
113
  ],
114
- "maxLength": 1024
114
+ "items": {
115
+ "title": "Additional Examiner Notes",
116
+ "additionalProperties": false,
117
+ "properties": {
118
+ "note": {
119
+ "type": [
120
+ "string",
121
+ "null"
122
+ ],
123
+ "maxLength": 1024
124
+ },
125
+ "createdAtDate": {
126
+ "anyOf": [
127
+ {
128
+ "type": "string",
129
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
130
+ },
131
+ {
132
+ "type": "null"
133
+ }
134
+ ]
135
+ },
136
+ "lastUpdatedBy": {
137
+ "type": [
138
+ "string",
139
+ "null"
140
+ ]
141
+ }
142
+ }
143
+ }
115
144
  },
116
145
  "techRecord_adrDetails_applicantDetails_name": {
117
146
  "type": [
@@ -76,10 +76,39 @@
76
76
  },
77
77
  "techRecord_adrDetails_additionalExaminerNotes": {
78
78
  "type": [
79
- "string",
79
+ "array",
80
80
  "null"
81
81
  ],
82
- "maxLength": 1024
82
+ "items": {
83
+ "title": "Additional Examiner Notes",
84
+ "additionalProperties": false,
85
+ "properties": {
86
+ "note": {
87
+ "type": [
88
+ "string",
89
+ "null"
90
+ ],
91
+ "maxLength": 1024
92
+ },
93
+ "createdAtDate": {
94
+ "anyOf": [
95
+ {
96
+ "type": "string",
97
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
98
+ },
99
+ {
100
+ "type": "null"
101
+ }
102
+ ]
103
+ },
104
+ "lastUpdatedBy": {
105
+ "type": [
106
+ "string",
107
+ "null"
108
+ ]
109
+ }
110
+ }
111
+ }
83
112
  },
84
113
  "techRecord_adrDetails_applicantDetails_name": {
85
114
  "type": [
@@ -78,10 +78,39 @@
78
78
  },
79
79
  "techRecord_adrDetails_additionalExaminerNotes": {
80
80
  "type": [
81
- "string",
81
+ "array",
82
82
  "null"
83
83
  ],
84
- "maxLength": 1024
84
+ "items": {
85
+ "title": "Additional Examiner Notes",
86
+ "additionalProperties": false,
87
+ "properties": {
88
+ "note": {
89
+ "type": [
90
+ "string",
91
+ "null"
92
+ ],
93
+ "maxLength": 1024
94
+ },
95
+ "createdAtDate": {
96
+ "anyOf": [
97
+ {
98
+ "type": "string",
99
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
100
+ },
101
+ {
102
+ "type": "null"
103
+ }
104
+ ]
105
+ },
106
+ "lastUpdatedBy": {
107
+ "type": [
108
+ "string",
109
+ "null"
110
+ ]
111
+ }
112
+ }
113
+ }
85
114
  },
86
115
  "techRecord_adrDetails_applicantDetails_name": {
87
116
  "type": [
@@ -127,10 +127,39 @@
127
127
  },
128
128
  "techRecord_adrDetails_additionalExaminerNotes": {
129
129
  "type": [
130
- "string",
130
+ "array",
131
131
  "null"
132
132
  ],
133
- "maxLength": 1024
133
+ "items": {
134
+ "title": "Additional Examiner Notes",
135
+ "additionalProperties": false,
136
+ "properties": {
137
+ "note": {
138
+ "type": [
139
+ "string",
140
+ "null"
141
+ ],
142
+ "maxLength": 1024
143
+ },
144
+ "createdAtDate": {
145
+ "anyOf": [
146
+ {
147
+ "type": "string",
148
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
149
+ },
150
+ {
151
+ "type": "null"
152
+ }
153
+ ]
154
+ },
155
+ "lastUpdatedBy": {
156
+ "type": [
157
+ "string",
158
+ "null"
159
+ ]
160
+ }
161
+ }
162
+ }
134
163
  },
135
164
  "techRecord_adrDetails_applicantDetails_name": {
136
165
  "type": [
@@ -124,10 +124,39 @@
124
124
  },
125
125
  "techRecord_adrDetails_additionalExaminerNotes": {
126
126
  "type": [
127
- "string",
127
+ "array",
128
128
  "null"
129
129
  ],
130
- "maxLength": 1024
130
+ "items": {
131
+ "title": "Additional Examiner Notes",
132
+ "additionalProperties": false,
133
+ "properties": {
134
+ "note": {
135
+ "type": [
136
+ "string",
137
+ "null"
138
+ ],
139
+ "maxLength": 1024
140
+ },
141
+ "createdAtDate": {
142
+ "anyOf": [
143
+ {
144
+ "type": "string",
145
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
146
+ },
147
+ {
148
+ "type": "null"
149
+ }
150
+ ]
151
+ },
152
+ "lastUpdatedBy": {
153
+ "type": [
154
+ "string",
155
+ "null"
156
+ ]
157
+ }
158
+ }
159
+ }
131
160
  },
132
161
  "techRecord_adrDetails_applicantDetails_name": {
133
162
  "type": [
@@ -91,10 +91,39 @@
91
91
  },
92
92
  "techRecord_adrDetails_additionalExaminerNotes": {
93
93
  "type": [
94
- "string",
94
+ "array",
95
95
  "null"
96
96
  ],
97
- "maxLength": 1024
97
+ "items": {
98
+ "title": "Additional Examiner Notes",
99
+ "additionalProperties": false,
100
+ "properties": {
101
+ "note": {
102
+ "type": [
103
+ "string",
104
+ "null"
105
+ ],
106
+ "maxLength": 1024
107
+ },
108
+ "createdAtDate": {
109
+ "anyOf": [
110
+ {
111
+ "type": "string",
112
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
113
+ },
114
+ {
115
+ "type": "null"
116
+ }
117
+ ]
118
+ },
119
+ "lastUpdatedBy": {
120
+ "type": [
121
+ "string",
122
+ "null"
123
+ ]
124
+ }
125
+ }
126
+ }
98
127
  },
99
128
  "techRecord_adrDetails_applicantDetails_name": {
100
129
  "type": [
@@ -141,10 +141,39 @@
141
141
  },
142
142
  "techRecord_adrDetails_additionalExaminerNotes": {
143
143
  "type": [
144
- "string",
144
+ "array",
145
145
  "null"
146
146
  ],
147
- "maxLength": 1024
147
+ "items": {
148
+ "title": "Additional Examiner Notes",
149
+ "additionalProperties": false,
150
+ "properties": {
151
+ "note": {
152
+ "type": [
153
+ "string",
154
+ "null"
155
+ ],
156
+ "maxLength": 1024
157
+ },
158
+ "createdAtDate": {
159
+ "anyOf": [
160
+ {
161
+ "type": "string",
162
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
163
+ },
164
+ {
165
+ "type": "null"
166
+ }
167
+ ]
168
+ },
169
+ "lastUpdatedBy": {
170
+ "type": [
171
+ "string",
172
+ "null"
173
+ ]
174
+ }
175
+ }
176
+ }
148
177
  },
149
178
  "techRecord_adrDetails_applicantDetails_name": {
150
179
  "type": [
@@ -143,10 +143,39 @@
143
143
  },
144
144
  "techRecord_adrDetails_additionalExaminerNotes": {
145
145
  "type": [
146
- "string",
146
+ "array",
147
147
  "null"
148
148
  ],
149
- "maxLength": 1024
149
+ "items": {
150
+ "title": "Additional Examiner Notes",
151
+ "additionalProperties": false,
152
+ "properties": {
153
+ "note": {
154
+ "type": [
155
+ "string",
156
+ "null"
157
+ ],
158
+ "maxLength": 1024
159
+ },
160
+ "createdAtDate": {
161
+ "anyOf": [
162
+ {
163
+ "type": "string",
164
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
165
+ },
166
+ {
167
+ "type": "null"
168
+ }
169
+ ]
170
+ },
171
+ "lastUpdatedBy": {
172
+ "type": [
173
+ "string",
174
+ "null"
175
+ ]
176
+ }
177
+ }
178
+ }
150
179
  },
151
180
  "techRecord_adrDetails_applicantDetails_name": {
152
181
  "type": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "4.0.3",
3
+ "version": "4.1.1",
4
4
  "description": "type definitions for cvs vta and vtm applications",
5
5
  "main": "index.js",
6
6
  "repository": {
package/schemas.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const schemas: readonly ["iva/defects/get/index.json", "v1/activity/index.json", "v1/defect-category-reference-data/index.json", "v1/defect-details/index.json", "v1/defect-location/index.json", "v1/reason-item/index.json", "v1/tech-record/index.json", "v1/test/index.json", "v1/test-result/index.json", "v1/test-station/index.json", "v1/test-type/index.json", "v1/vehicle/index.json", "v1/vehicle-tech-record/index.json", "v1/visit/index.json", "v3/tech-record/enums/adrAdditionalNotesNumber.enum.json", "v3/tech-record/enums/adrBodyType.enum.json", "v3/tech-record/enums/adrCompatibilityGroupJ.enum.json", "v3/tech-record/enums/adrDangerousGood.enum.json", "v3/tech-record/enums/approvalType.enum.json", "v3/tech-record/enums/approvalTypeHgvOrPsv.enum.json", "v3/tech-record/enums/euVehicleCategory.enum.json", "v3/tech-record/enums/euVehicleCategoryHgv.enum.json", "v3/tech-record/enums/euVehicleCategoryPsv.enum.json", "v3/tech-record/enums/tc3Types.enum.json", "v3/tech-record/enums/tyreUseCodeHgv.enum.json", "v3/tech-record/enums/tyreUseCodeTrl.enum.json", "v3/tech-record/enums/vehicleClassDescription.enum.json", "v3/tech-record/enums/vehicleClassDescriptionPSV.enum.json", "v3/tech-record/enums/vehicleConfigurationHgvPsv.enum.json", "v3/tech-record/enums/vehicleConfigurationLightVehicle.enum.json", "v3/tech-record/enums/vehicleConfigurationTrl.enum.json", "v3/tech-record/get/car/complete/index.json", "v3/tech-record/get/car/skeleton/index.json", "v3/tech-record/get/hgv/complete/index.json", "v3/tech-record/get/hgv/skeleton/index.json", "v3/tech-record/get/hgv/testable/index.json", "v3/tech-record/get/lgv/complete/index.json", "v3/tech-record/get/lgv/skeleton/index.json", "v3/tech-record/get/motorcycle/complete/index.json", "v3/tech-record/get/motorcycle/skeleton/index.json", "v3/tech-record/get/psv/complete/index.json", "v3/tech-record/get/psv/skeleton/index.json", "v3/tech-record/get/psv/testable/index.json", "v3/tech-record/get/search/index.json", "v3/tech-record/get/small trl/complete/index.json", "v3/tech-record/get/small trl/skeleton/index.json", "v3/tech-record/get/trl/complete/index.json", "v3/tech-record/get/trl/skeleton/index.json", "v3/tech-record/get/trl/testable/index.json", "v3/tech-record/put/car/complete/index.json", "v3/tech-record/put/car/skeleton/index.json", "v3/tech-record/put/hgv/complete/index.json", "v3/tech-record/put/hgv/skeleton/index.json", "v3/tech-record/put/hgv/testable/index.json", "v3/tech-record/put/lgv/complete/index.json", "v3/tech-record/put/lgv/skeleton/index.json", "v3/tech-record/put/motorcycle/complete/index.json", "v3/tech-record/put/motorcycle/skeleton/index.json", "v3/tech-record/put/psv/complete/index.json", "v3/tech-record/put/psv/skeleton/index.json", "v3/tech-record/put/psv/testable/index.json", "v3/tech-record/put/small trl/complete/index.json", "v3/tech-record/put/small trl/skeleton/index.json", "v3/tech-record/put/trl/complete/index.json", "v3/tech-record/put/trl/skeleton/index.json", "v3/tech-record/put/trl/testable/index.json"];
1
+ export declare const schemas: readonly ["iva/defects/get/index.json", "v1/activity/index.json", "v1/defect-category-reference-data/index.json", "v1/defect-details/index.json", "v1/defect-location/index.json", "v1/reason-item/index.json", "v1/tech-record/index.json", "v1/test/index.json", "v1/test-result/index.json", "v1/test-station/index.json", "v1/test-type/index.json", "v1/vehicle/index.json", "v1/vehicle-tech-record/index.json", "v1/visit/index.json", "v3/tech-record/enums/adrAdditionalNotesNumber.enum.json", "v3/tech-record/enums/adrBodyType.enum.json", "v3/tech-record/enums/adrCompatibilityGroupJ.enum.json", "v3/tech-record/enums/adrDangerousGood.enum.json", "v3/tech-record/enums/adrTankStatementSubstancePermitted.json", "v3/tech-record/enums/approvalType.enum.json", "v3/tech-record/enums/approvalTypeHgvOrPsv.enum.json", "v3/tech-record/enums/euVehicleCategory.enum.json", "v3/tech-record/enums/euVehicleCategoryHgv.enum.json", "v3/tech-record/enums/euVehicleCategoryPsv.enum.json", "v3/tech-record/enums/tc3Types.enum.json", "v3/tech-record/enums/tyreUseCodeHgv.enum.json", "v3/tech-record/enums/tyreUseCodeTrl.enum.json", "v3/tech-record/enums/vehicleClassDescription.enum.json", "v3/tech-record/enums/vehicleClassDescriptionPSV.enum.json", "v3/tech-record/enums/vehicleConfigurationHgvPsv.enum.json", "v3/tech-record/enums/vehicleConfigurationLightVehicle.enum.json", "v3/tech-record/enums/vehicleConfigurationTrl.enum.json", "v3/tech-record/get/car/complete/index.json", "v3/tech-record/get/car/skeleton/index.json", "v3/tech-record/get/hgv/complete/index.json", "v3/tech-record/get/hgv/skeleton/index.json", "v3/tech-record/get/hgv/testable/index.json", "v3/tech-record/get/lgv/complete/index.json", "v3/tech-record/get/lgv/skeleton/index.json", "v3/tech-record/get/motorcycle/complete/index.json", "v3/tech-record/get/motorcycle/skeleton/index.json", "v3/tech-record/get/psv/complete/index.json", "v3/tech-record/get/psv/skeleton/index.json", "v3/tech-record/get/psv/testable/index.json", "v3/tech-record/get/search/index.json", "v3/tech-record/get/small trl/complete/index.json", "v3/tech-record/get/small trl/skeleton/index.json", "v3/tech-record/get/trl/complete/index.json", "v3/tech-record/get/trl/skeleton/index.json", "v3/tech-record/get/trl/testable/index.json", "v3/tech-record/put/car/complete/index.json", "v3/tech-record/put/car/skeleton/index.json", "v3/tech-record/put/hgv/complete/index.json", "v3/tech-record/put/hgv/skeleton/index.json", "v3/tech-record/put/hgv/testable/index.json", "v3/tech-record/put/lgv/complete/index.json", "v3/tech-record/put/lgv/skeleton/index.json", "v3/tech-record/put/motorcycle/complete/index.json", "v3/tech-record/put/motorcycle/skeleton/index.json", "v3/tech-record/put/psv/complete/index.json", "v3/tech-record/put/psv/skeleton/index.json", "v3/tech-record/put/psv/testable/index.json", "v3/tech-record/put/small trl/complete/index.json", "v3/tech-record/put/small trl/skeleton/index.json", "v3/tech-record/put/trl/complete/index.json", "v3/tech-record/put/trl/skeleton/index.json", "v3/tech-record/put/trl/testable/index.json"];
package/schemas.js CHANGED
@@ -20,6 +20,7 @@ exports.schemas = [
20
20
  "v3/tech-record/enums/adrBodyType.enum.json",
21
21
  "v3/tech-record/enums/adrCompatibilityGroupJ.enum.json",
22
22
  "v3/tech-record/enums/adrDangerousGood.enum.json",
23
+ "v3/tech-record/enums/adrTankStatementSubstancePermitted.json",
23
24
  "v3/tech-record/enums/approvalType.enum.json",
24
25
  "v3/tech-record/enums/approvalTypeHgvOrPsv.enum.json",
25
26
  "v3/tech-record/enums/euVehicleCategory.enum.json",
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum ADRTankStatementSubstancePermitted {
7
+ UNDER_TANK_CODE = "Substances permitted under the tank code and any special provisions specified in 9 may be carried",
8
+ UNDER_UN_NUMBER = "Substances (Class UN number and if necessary packing group and proper shipping name) may be carried"
9
+ }
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.ADRTankStatementSubstancePermitted = void 0;
10
+ var ADRTankStatementSubstancePermitted;
11
+ (function (ADRTankStatementSubstancePermitted) {
12
+ ADRTankStatementSubstancePermitted["UNDER_TANK_CODE"] = "Substances permitted under the tank code and any special provisions specified in 9 may be carried";
13
+ ADRTankStatementSubstancePermitted["UNDER_UN_NUMBER"] = "Substances (Class UN number and if necessary packing group and proper shipping name) may be carried";
14
+ })(ADRTankStatementSubstancePermitted = exports.ADRTankStatementSubstancePermitted || (exports.ADRTankStatementSubstancePermitted = {}));
@@ -0,0 +1,11 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum ADRTankStatementSubstancePermitted {
9
+ UNDER_TANK_CODE = "Substances permitted under the tank code and any special provisions specified in 9 may be carried",
10
+ UNDER_UN_NUMBER = "Substances (Class UN number and if necessary packing group and proper shipping name) may be carried"
11
+ }
@@ -92,7 +92,7 @@ export interface TechRecordGETHGVComplete {
92
92
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
93
93
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
94
94
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
95
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
95
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
96
96
  techRecord_adrDetails_applicantDetails_name?: string | null;
97
97
  techRecord_adrDetails_applicantDetails_street?: string | null;
98
98
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -209,6 +209,11 @@ export interface TechRecordGETHGVComplete {
209
209
  techRecord_hiddenInVta?: null | boolean;
210
210
  techRecord_updateType?: null | string;
211
211
  }
212
+ export interface AdditionalExaminerNotes {
213
+ note?: string | null;
214
+ createdAtDate?: string | null;
215
+ lastUpdatedBy?: string | null;
216
+ }
212
217
  export interface TC3Details {
213
218
  tc3Type?: null | TC3Types;
214
219
  tc3PeriodicNumber?: string | null;
@@ -92,7 +92,7 @@ export interface TechRecordGETHGVSkeleton {
92
92
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
93
93
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
94
94
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
95
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
95
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
96
96
  techRecord_adrDetails_applicantDetails_name?: string | null;
97
97
  techRecord_adrDetails_applicantDetails_street?: string | null;
98
98
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -206,6 +206,11 @@ export interface TechRecordGETHGVSkeleton {
206
206
  techRecord_hiddenInVta?: null | boolean;
207
207
  techRecord_updateType?: null | string;
208
208
  }
209
+ export interface AdditionalExaminerNotes {
210
+ note?: string | null;
211
+ createdAtDate?: string | null;
212
+ lastUpdatedBy?: string | null;
213
+ }
209
214
  export interface TC3Details {
210
215
  tc3Type?: null | TC3Types;
211
216
  tc3PeriodicNumber?: string | null;
@@ -92,7 +92,7 @@ export interface TechRecordGETHGVTestable {
92
92
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
93
93
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
94
94
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
95
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
95
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
96
96
  techRecord_adrDetails_applicantDetails_name?: string | null;
97
97
  techRecord_adrDetails_applicantDetails_street?: string | null;
98
98
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -206,6 +206,11 @@ export interface TechRecordGETHGVTestable {
206
206
  techRecord_hiddenInVta?: null | boolean;
207
207
  techRecord_updateType?: null | string;
208
208
  }
209
+ export interface AdditionalExaminerNotes {
210
+ note?: string | null;
211
+ createdAtDate?: string | null;
212
+ lastUpdatedBy?: string | null;
213
+ }
209
214
  export interface TC3Details {
210
215
  tc3Type?: null | TC3Types;
211
216
  tc3PeriodicNumber?: string | null;
@@ -23,7 +23,7 @@ export interface TechRecordGETLGVComplete {
23
23
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
24
24
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
25
25
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
26
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
26
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
27
27
  techRecord_adrDetails_applicantDetails_name?: string | null;
28
28
  techRecord_adrDetails_applicantDetails_street?: string | null;
29
29
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -83,6 +83,11 @@ export interface TechRecordGETLGVComplete {
83
83
  techRecord_updateType?: null | string;
84
84
  secondaryVrms?: null | string[];
85
85
  }
86
+ export interface AdditionalExaminerNotes {
87
+ note?: string | null;
88
+ createdAtDate?: string | null;
89
+ lastUpdatedBy?: string | null;
90
+ }
86
91
  export interface TC3Details {
87
92
  tc3Type?: null | TC3Types;
88
93
  tc3PeriodicNumber?: string | null;
@@ -23,7 +23,7 @@ export interface TechRecordGETLGVSkeleton {
23
23
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
24
24
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
25
25
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
26
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
26
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
27
27
  techRecord_adrDetails_applicantDetails_name?: string | null;
28
28
  techRecord_adrDetails_applicantDetails_street?: string | null;
29
29
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -83,6 +83,11 @@ export interface TechRecordGETLGVSkeleton {
83
83
  secondaryVrms?: null | string[];
84
84
  techRecord_vehicleSubclass?: VehicleSubclass;
85
85
  }
86
+ export interface AdditionalExaminerNotes {
87
+ note?: string | null;
88
+ createdAtDate?: string | null;
89
+ lastUpdatedBy?: string | null;
90
+ }
86
91
  export interface TC3Details {
87
92
  tc3Type?: null | TC3Types;
88
93
  tc3PeriodicNumber?: string | null;
@@ -109,7 +109,7 @@ export interface TechRecordGETTRLComplete {
109
109
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
110
110
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
111
111
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
112
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
112
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
113
113
  techRecord_adrDetails_applicantDetails_name?: string | null;
114
114
  techRecord_adrDetails_applicantDetails_street?: string | null;
115
115
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -252,6 +252,11 @@ export interface TechRecordGETTRLComplete {
252
252
  techRecord_authIntoService_dateRejected?: string | null;
253
253
  techRecord_dimensions_axleSpacing?: AxleSpacing[];
254
254
  }
255
+ export interface AdditionalExaminerNotes {
256
+ note?: string | null;
257
+ createdAtDate?: string | null;
258
+ lastUpdatedBy?: string | null;
259
+ }
255
260
  export interface TC3Details {
256
261
  tc3Type?: null | TC3Types;
257
262
  tc3PeriodicNumber?: string | null;
@@ -109,7 +109,7 @@ export interface TechRecordGETTRLSkeleton {
109
109
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
110
110
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
111
111
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
112
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
112
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
113
113
  techRecord_adrDetails_applicantDetails_name?: string | null;
114
114
  techRecord_adrDetails_applicantDetails_street?: string | null;
115
115
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -249,6 +249,11 @@ export interface TechRecordGETTRLSkeleton {
249
249
  techRecord_notes?: string | null;
250
250
  techRecord_dimensions_axleSpacing?: AxleSpacing[];
251
251
  }
252
+ export interface AdditionalExaminerNotes {
253
+ note?: string | null;
254
+ createdAtDate?: string | null;
255
+ lastUpdatedBy?: string | null;
256
+ }
252
257
  export interface TC3Details {
253
258
  tc3Type?: null | TC3Types;
254
259
  tc3PeriodicNumber?: string | null;
@@ -109,7 +109,7 @@ export interface TechRecordGETTRLTestable {
109
109
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
110
110
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
111
111
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
112
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
112
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
113
113
  techRecord_adrDetails_applicantDetails_name?: string | null;
114
114
  techRecord_adrDetails_applicantDetails_street?: string | null;
115
115
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -249,6 +249,11 @@ export interface TechRecordGETTRLTestable {
249
249
  techRecord_notes?: string | null;
250
250
  techRecord_dimensions_axleSpacing?: AxleSpacing[];
251
251
  }
252
+ export interface AdditionalExaminerNotes {
253
+ note?: string | null;
254
+ createdAtDate?: string | null;
255
+ lastUpdatedBy?: string | null;
256
+ }
252
257
  export interface TC3Details {
253
258
  tc3Type?: null | TC3Types;
254
259
  tc3PeriodicNumber?: string | null;
@@ -90,7 +90,7 @@ export interface TechRecordPUTHGVComplete {
90
90
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
91
91
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
92
92
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
93
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
93
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
94
94
  techRecord_adrDetails_applicantDetails_name?: string | null;
95
95
  techRecord_adrDetails_applicantDetails_street?: string | null;
96
96
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -197,6 +197,11 @@ export interface TechRecordPUTHGVComplete {
197
197
  techRecord_hiddenInVta?: null | boolean;
198
198
  techRecord_updateType?: null | string;
199
199
  }
200
+ export interface AdditionalExaminerNotes {
201
+ note?: string | null;
202
+ createdAtDate?: string | null;
203
+ lastUpdatedBy?: string | null;
204
+ }
200
205
  export interface TC3Details {
201
206
  tc3Type?: null | TC3Types;
202
207
  tc3PeriodicNumber?: string | null;
@@ -90,7 +90,7 @@ export interface TechRecordPUTHGVSkeleton {
90
90
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
91
91
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
92
92
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
93
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
93
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
94
94
  techRecord_adrDetails_applicantDetails_name?: string | null;
95
95
  techRecord_adrDetails_applicantDetails_street?: string | null;
96
96
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -194,6 +194,11 @@ export interface TechRecordPUTHGVSkeleton {
194
194
  techRecord_hiddenInVta?: null | boolean;
195
195
  techRecord_updateType?: null | string;
196
196
  }
197
+ export interface AdditionalExaminerNotes {
198
+ note?: string | null;
199
+ createdAtDate?: string | null;
200
+ lastUpdatedBy?: string | null;
201
+ }
197
202
  export interface TC3Details {
198
203
  tc3Type?: null | TC3Types;
199
204
  tc3PeriodicNumber?: string | null;
@@ -90,7 +90,7 @@ export interface TechRecordPUTHGVTestable {
90
90
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
91
91
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
92
92
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
93
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
93
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
94
94
  techRecord_adrDetails_applicantDetails_name?: string | null;
95
95
  techRecord_adrDetails_applicantDetails_street?: string | null;
96
96
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -194,6 +194,11 @@ export interface TechRecordPUTHGVTestable {
194
194
  techRecord_hiddenInVta?: null | boolean;
195
195
  techRecord_updateType?: null | string;
196
196
  }
197
+ export interface AdditionalExaminerNotes {
198
+ note?: string | null;
199
+ createdAtDate?: string | null;
200
+ lastUpdatedBy?: string | null;
201
+ }
197
202
  export interface TC3Details {
198
203
  tc3Type?: null | TC3Types;
199
204
  tc3PeriodicNumber?: string | null;
@@ -25,7 +25,7 @@ export interface TechRecordPUTLGVComplete {
25
25
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
26
26
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
27
27
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
28
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
28
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
29
29
  techRecord_adrDetails_applicantDetails_name?: string | null;
30
30
  techRecord_adrDetails_applicantDetails_street?: string | null;
31
31
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -73,6 +73,11 @@ export interface TechRecordPUTLGVComplete {
73
73
  secondaryVrms?: string[];
74
74
  techRecord_vehicleConfiguration: VehicleConfiguration;
75
75
  }
76
+ export interface AdditionalExaminerNotes {
77
+ note?: string | null;
78
+ createdAtDate?: string | null;
79
+ lastUpdatedBy?: string | null;
80
+ }
76
81
  export interface TC3Details {
77
82
  tc3Type?: null | TC3Types;
78
83
  tc3PeriodicNumber?: string | null;
@@ -25,7 +25,7 @@ export interface TechRecordPUTLGVSkeleton {
25
25
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
26
26
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
27
27
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
28
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
28
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
29
29
  techRecord_adrDetails_applicantDetails_name?: string | null;
30
30
  techRecord_adrDetails_applicantDetails_street?: string | null;
31
31
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -73,6 +73,11 @@ export interface TechRecordPUTLGVSkeleton {
73
73
  techRecord_vehicleSubclass?: VehicleSubclass;
74
74
  techRecord_vehicleConfiguration?: null | VehicleConfiguration;
75
75
  }
76
+ export interface AdditionalExaminerNotes {
77
+ note?: string | null;
78
+ createdAtDate?: string | null;
79
+ lastUpdatedBy?: string | null;
80
+ }
76
81
  export interface TC3Details {
77
82
  tc3Type?: null | TC3Types;
78
83
  tc3PeriodicNumber?: string | null;
@@ -107,7 +107,7 @@ export interface TechRecordPUTTRLComplete {
107
107
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
108
108
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
109
109
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
110
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
110
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
111
111
  techRecord_adrDetails_applicantDetails_name?: string | null;
112
112
  techRecord_adrDetails_applicantDetails_street?: string | null;
113
113
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -241,6 +241,11 @@ export interface TechRecordPUTTRLComplete {
241
241
  techRecord_authIntoService_dateRejected?: string | null;
242
242
  techRecord_dimensions_axleSpacing?: AxleSpacing[];
243
243
  }
244
+ export interface AdditionalExaminerNotes {
245
+ note?: string | null;
246
+ createdAtDate?: string | null;
247
+ lastUpdatedBy?: string | null;
248
+ }
244
249
  export interface TC3Details {
245
250
  tc3Type?: null | TC3Types;
246
251
  tc3PeriodicNumber?: string | null;
@@ -112,7 +112,7 @@ export interface TechRecordPUTTRLSkeleton {
112
112
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
113
113
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
114
114
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
115
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
115
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
116
116
  techRecord_adrDetails_applicantDetails_name?: string | null;
117
117
  techRecord_adrDetails_applicantDetails_street?: string | null;
118
118
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -238,6 +238,11 @@ export interface TechRecordPUTTRLSkeleton {
238
238
  techRecord_authIntoService_dateRejected?: string | null;
239
239
  techRecord_axles?: null | TRLAxles[];
240
240
  }
241
+ export interface AdditionalExaminerNotes {
242
+ note?: string | null;
243
+ createdAtDate?: string | null;
244
+ lastUpdatedBy?: string | null;
245
+ }
241
246
  export interface TC3Details {
242
247
  tc3Type?: null | TC3Types;
243
248
  tc3PeriodicNumber?: string | null;
@@ -112,7 +112,7 @@ export interface TechRecordPUTTRLTestable {
112
112
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
113
113
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
114
114
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
115
- techRecord_adrDetails_additionalExaminerNotes?: string | null;
115
+ techRecord_adrDetails_additionalExaminerNotes?: AdditionalExaminerNotes[] | null;
116
116
  techRecord_adrDetails_applicantDetails_name?: string | null;
117
117
  techRecord_adrDetails_applicantDetails_street?: string | null;
118
118
  techRecord_adrDetails_applicantDetails_town?: string | null;
@@ -238,6 +238,11 @@ export interface TechRecordPUTTRLTestable {
238
238
  techRecord_authIntoService_dateAuthorised?: string | null;
239
239
  techRecord_authIntoService_dateRejected?: string | null;
240
240
  }
241
+ export interface AdditionalExaminerNotes {
242
+ note?: string | null;
243
+ createdAtDate?: string | null;
244
+ lastUpdatedBy?: string | null;
245
+ }
241
246
  export interface TC3Details {
242
247
  tc3Type?: null | TC3Types;
243
248
  tc3PeriodicNumber?: string | null;