@dvsa/cvs-type-definitions 3.0.34 → 3.0.36

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.
@@ -1058,6 +1058,12 @@
1058
1058
  "null",
1059
1059
  "string"
1060
1060
  ]
1061
+ },
1062
+ "techRecord_applicationId": {
1063
+ "type": [
1064
+ "null",
1065
+ "string"
1066
+ ]
1061
1067
  }
1062
1068
  }
1063
1069
  }
@@ -76,6 +76,12 @@
76
76
  "integer",
77
77
  "null"
78
78
  ]
79
+ },
80
+ "techRecord_reasonForCreation": {
81
+ "type": "string"
82
+ },
83
+ "techRecord_createdByName": {
84
+ "type": "string"
79
85
  }
80
86
  }
81
87
  }
@@ -1017,6 +1017,12 @@
1017
1017
  "null",
1018
1018
  "string"
1019
1019
  ]
1020
+ },
1021
+ "techRecord_applicationId": {
1022
+ "type": [
1023
+ "null",
1024
+ "string"
1025
+ ]
1020
1026
  }
1021
1027
  }
1022
1028
  }
@@ -552,12 +552,6 @@
552
552
  "maximum": 99999,
553
553
  "minimum": 0
554
554
  },
555
- "drawbarCouplingFitted": {
556
- "type": [
557
- "null",
558
- "string"
559
- ]
560
- },
561
555
  "techRecord_emissionsLimit": {
562
556
  "type": [
563
557
  "null",
@@ -612,7 +606,7 @@
612
606
  }
613
607
  ]
614
608
  },
615
- "frontAxleTo5thWheelMax": {
609
+ "techRecord_frontAxleTo5thWheelMRex": {
616
610
  "type": [
617
611
  "integer",
618
612
  "null"
@@ -660,18 +654,6 @@
660
654
  "maximum": 99999,
661
655
  "minimum": 0
662
656
  },
663
- "techRecord_frontVehicleTo5thWheelCouplingMax": {
664
- "type": [
665
- "string",
666
- "null"
667
- ]
668
- },
669
- "techRecord_frontVehicleTo5thWheelCouplingMin": {
670
- "type": [
671
- "string",
672
- "null"
673
- ]
674
- },
675
657
  "techRecord_fuelPropulsionSystem": {
676
658
  "title": "Fuel Propulsion System",
677
659
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.34",
3
+ "version": "3.0.36",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -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;
@@ -21,4 +21,6 @@ export interface TechRecordSearchSchema {
21
21
  techRecord_make?: null | string;
22
22
  techRecord_model?: null | string;
23
23
  techRecord_manufactureYear: number | null;
24
+ techRecord_reasonForCreation?: string;
25
+ techRecord_createdByName?: string;
24
26
  }
@@ -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,17 +251,14 @@ export interface TechRecordPUTTRLComplete {
251
251
  techRecord_departmentalVehicleMarker?: boolean | null;
252
252
  techRecord_dimensions_length: number | null;
253
253
  techRecord_dimensions_width: number | null;
254
- drawbarCouplingFitted?: null | string;
255
254
  techRecord_emissionsLimit?: null | number;
256
255
  techRecord_euVehicleCategory: EUVehicleCategory;
257
256
  techRecord_euroStandard?: null | EuroStandard;
258
- frontAxleTo5thWheelMax?: number | null;
257
+ techRecord_frontAxleTo5thWheelMRex?: number | null;
259
258
  techRecord_frontAxleTo5thWheelMin?: number | null;
260
259
  techRecord_firstUseDate: string | null;
261
260
  techRecord_frameDescription?: FrameDescription | null;
262
261
  techRecord_frontAxleToRearAxle: number | null;
263
- techRecord_frontVehicleTo5thWheelCouplingMax?: string | null;
264
- techRecord_frontVehicleTo5thWheelCouplingMin?: string | null;
265
262
  techRecord_fuelPropulsionSystem?: FuelPropulsionSystem;
266
263
  techRecord_functionCode?: string | null;
267
264
  techRecord_grossDesignWeight?: number | null;