@dvsa/cvs-type-definitions 2.1.19 → 2.1.20

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.
@@ -486,7 +486,7 @@
486
486
  }
487
487
  ]
488
488
  },
489
- "techRecord_tyres_dataTrAxles": {
489
+ "tyres_dataTrAxles": {
490
490
  "type": [
491
491
  "null",
492
492
  "integer"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "2.1.19",
3
+ "version": "2.1.20",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -278,7 +278,7 @@ export interface HGVAxles {
278
278
  tyres_tyreSize?: string;
279
279
  tyres_plyRating?: string | null;
280
280
  tyres_fitmentCode?: FitmentCode;
281
- techRecord_tyres_dataTrAxles?: null | number;
281
+ tyres_dataTrAxles?: null | number;
282
282
  }
283
283
  export interface HGVPlates {
284
284
  plateSerialNumber?: string | null;