@dvsa/cvs-type-definitions 3.0.34 → 3.0.35
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/psv/complete/index.json +6 -0
- package/json-schemas/v3/tech-record/get/search/index.json +6 -0
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +6 -0
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +2 -2
- package/package.json +1 -1
- package/types/v3/tech-record/get/psv/complete/index.d.ts +1 -0
- package/types/v3/tech-record/get/search/index.d.ts +2 -0
- package/types/v3/tech-record/put/psv/complete/index.d.ts +1 -0
- package/types/v3/tech-record/put/trl/complete/index.d.ts +2 -2
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
"maximum": 99999,
|
|
553
553
|
"minimum": 0
|
|
554
554
|
},
|
|
555
|
-
"
|
|
555
|
+
"techRecord_drawbarCouplingFitted": {
|
|
556
556
|
"type": [
|
|
557
557
|
"null",
|
|
558
558
|
"string"
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
}
|
|
613
613
|
]
|
|
614
614
|
},
|
|
615
|
-
"
|
|
615
|
+
"techRecord_frontAxleTo5thWheelMRex": {
|
|
616
616
|
"type": [
|
|
617
617
|
"integer",
|
|
618
618
|
"null"
|
package/package.json
CHANGED
|
@@ -299,6 +299,7 @@ export interface TechRecordGETPSVComplete {
|
|
|
299
299
|
techRecord_brakeCode?: string | null;
|
|
300
300
|
createdTimestamp: string;
|
|
301
301
|
techRecord_updateType?: null | string;
|
|
302
|
+
techRecord_applicationId?: null | string;
|
|
302
303
|
}
|
|
303
304
|
export interface PSVAxlesComplete {
|
|
304
305
|
parkingBrakeMrk: boolean;
|
|
@@ -289,6 +289,7 @@ export interface TechRecordPUTPSVComplete {
|
|
|
289
289
|
techRecord_brakeCode?: string | null;
|
|
290
290
|
secondaryVrms?: null | string[];
|
|
291
291
|
techRecord_updateType?: null | string;
|
|
292
|
+
techRecord_applicationId?: null | string;
|
|
292
293
|
}
|
|
293
294
|
export interface PSVAxlesComplete {
|
|
294
295
|
parkingBrakeMrk: boolean;
|
|
@@ -251,11 +251,11 @@ export interface TechRecordPUTTRLComplete {
|
|
|
251
251
|
techRecord_departmentalVehicleMarker?: boolean | null;
|
|
252
252
|
techRecord_dimensions_length: number | null;
|
|
253
253
|
techRecord_dimensions_width: number | null;
|
|
254
|
-
|
|
254
|
+
techRecord_drawbarCouplingFitted?: null | string;
|
|
255
255
|
techRecord_emissionsLimit?: null | number;
|
|
256
256
|
techRecord_euVehicleCategory: EUVehicleCategory;
|
|
257
257
|
techRecord_euroStandard?: null | EuroStandard;
|
|
258
|
-
|
|
258
|
+
techRecord_frontAxleTo5thWheelMRex?: number | null;
|
|
259
259
|
techRecord_frontAxleTo5thWheelMin?: number | null;
|
|
260
260
|
techRecord_firstUseDate: string | null;
|
|
261
261
|
techRecord_frameDescription?: FrameDescription | null;
|