@dvsa/cvs-type-definitions 3.0.43 → 3.0.44

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.
@@ -507,12 +507,6 @@
507
507
  "techRecord_bodyType_description": {
508
508
  "type": "string"
509
509
  },
510
- "techRecord_brakes_antilockBrakingSystem": {
511
- "type": [
512
- "string",
513
- "null"
514
- ]
515
- },
516
510
  "techRecord_brakes_dtpNumber": {
517
511
  "type": "string",
518
512
  "maxLength": 6
@@ -509,12 +509,6 @@
509
509
  "string"
510
510
  ]
511
511
  },
512
- "techRecord_brakes_antilockBrakingSystem": {
513
- "type": [
514
- "string",
515
- "null"
516
- ]
517
- },
518
512
  "techRecord_brakes_dtpNumber": {
519
513
  "type": [
520
514
  "string",
@@ -510,12 +510,6 @@
510
510
  "string"
511
511
  ]
512
512
  },
513
- "techRecord_brakes_antilockBrakingSystem": {
514
- "type": [
515
- "string",
516
- "null"
517
- ]
518
- },
519
513
  "techRecord_brakes_dtpNumber": {
520
514
  "type": [
521
515
  "string",
@@ -495,12 +495,6 @@
495
495
  "techRecord_bodyType_description": {
496
496
  "type": "string"
497
497
  },
498
- "techRecord_brakes_antilockBrakingSystem": {
499
- "type": [
500
- "string",
501
- "null"
502
- ]
503
- },
504
498
  "techRecord_brakes_dtpNumber": {
505
499
  "type": "string",
506
500
  "maxLength": 6
@@ -495,12 +495,6 @@
495
495
  "string"
496
496
  ]
497
497
  },
498
- "techRecord_brakes_antilockBrakingSystem": {
499
- "type": [
500
- "string",
501
- "null"
502
- ]
503
- },
504
498
  "techRecord_brakes_dtpNumber": {
505
499
  "type": [
506
500
  "string",
@@ -488,12 +488,6 @@
488
488
  "techRecord_bodyType_description": {
489
489
  "type": "string"
490
490
  },
491
- "techRecord_brakes_antilockBrakingSystem": {
492
- "type": [
493
- "string",
494
- "null"
495
- ]
496
- },
497
491
  "techRecord_brakes_dtpNumber": {
498
492
  "type": [
499
493
  "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.43",
3
+ "version": "3.0.44",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -203,7 +203,6 @@ export interface TechRecordGETHGVComplete {
203
203
  techRecord_axles: [HGVAxles, ...HGVAxles[]];
204
204
  techRecord_bodyType_code: string;
205
205
  techRecord_bodyType_description: string;
206
- techRecord_brakes_antilockBrakingSystem?: string | null;
207
206
  techRecord_brakes_dtpNumber: string;
208
207
  techRecord_brakes_loadSensingValve?: boolean | null;
209
208
  techRecord_conversionRefNo?: string | null;
@@ -200,7 +200,6 @@ export interface TechRecordGETHGVSkeleton {
200
200
  techRecord_axles?: null | HGVAxles[];
201
201
  techRecord_bodyType_code?: null | string;
202
202
  techRecord_bodyType_description?: null | string;
203
- techRecord_brakes_antilockBrakingSystem?: string | null;
204
203
  techRecord_brakes_dtpNumber?: string | null;
205
204
  techRecord_brakes_loadSensingValve?: boolean | null;
206
205
  techRecord_conversionRefNo?: string | null;
@@ -200,7 +200,6 @@ export interface TechRecordGETHGVTestable {
200
200
  techRecord_axles?: null | HGVAxles[];
201
201
  techRecord_bodyType_code?: null | string;
202
202
  techRecord_bodyType_description?: null | string;
203
- techRecord_brakes_antilockBrakingSystem?: string | null;
204
203
  techRecord_brakes_dtpNumber?: string | null;
205
204
  techRecord_brakes_loadSensingValve?: boolean | null;
206
205
  techRecord_conversionRefNo?: string | null;
@@ -201,7 +201,6 @@ export interface TechRecordPUTHGVComplete {
201
201
  techRecord_axles: [HGVAxles, ...HGVAxles[]];
202
202
  techRecord_bodyType_code: string;
203
203
  techRecord_bodyType_description: string;
204
- techRecord_brakes_antilockBrakingSystem?: string | null;
205
204
  techRecord_brakes_dtpNumber: string;
206
205
  techRecord_brakes_loadSensingValve?: boolean | null;
207
206
  techRecord_conversionRefNo?: string | null;
@@ -198,7 +198,6 @@ export interface TechRecordPUTHGVSkeleton {
198
198
  techRecord_axles?: null | HGVAxles[];
199
199
  techRecord_bodyType_code?: null | string;
200
200
  techRecord_bodyType_description?: null | string;
201
- techRecord_brakes_antilockBrakingSystem?: string | null;
202
201
  techRecord_brakes_dtpNumber?: string | null;
203
202
  techRecord_brakes_loadSensingValve?: boolean | null;
204
203
  techRecord_conversionRefNo?: string | null;
@@ -198,7 +198,6 @@ export interface TechRecordPUTHGVTestable {
198
198
  techRecord_axles?: HGVAxles[];
199
199
  techRecord_bodyType_code?: string;
200
200
  techRecord_bodyType_description?: string;
201
- techRecord_brakes_antilockBrakingSystem?: string | null;
202
201
  techRecord_brakes_dtpNumber?: string | null;
203
202
  techRecord_brakes_loadSensingValve?: boolean | null;
204
203
  techRecord_conversionRefNo?: string | null;