@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.
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +0 -6
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +0 -6
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +0 -6
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +0 -6
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +0 -6
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +0 -6
- package/package.json +1 -1
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +0 -1
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +0 -1
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +0 -1
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +0 -1
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +0 -1
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +0 -1
|
@@ -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
|
|
@@ -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
|
package/package.json
CHANGED
|
@@ -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;
|