@dvsa/cvs-type-definitions 3.0.16 → 3.0.18

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.
@@ -748,7 +748,7 @@
748
748
  "title": "letter types",
749
749
  "type": "string",
750
750
  "enum": [
751
- "trailer accept",
751
+ "trailer acceptance",
752
752
  "trailer rejection"
753
753
  ]
754
754
  }
@@ -767,13 +767,13 @@
767
767
  },
768
768
  {
769
769
  "title": "Paragraph Ids",
770
- "type": "string",
770
+ "type": "integer",
771
771
  "enum": [
772
- "3",
773
- "4",
774
- "5",
775
- "6",
776
- "7"
772
+ 3,
773
+ 4,
774
+ 5,
775
+ 6,
776
+ 7
777
777
  ]
778
778
  }
779
779
  ]
@@ -683,7 +683,7 @@
683
683
  "title": "letter types",
684
684
  "type": "string",
685
685
  "enum": [
686
- "trailer accept",
686
+ "trailer acceptance",
687
687
  "trailer rejection"
688
688
  ]
689
689
  }
@@ -702,13 +702,13 @@
702
702
  },
703
703
  {
704
704
  "title": "Paragraph Ids",
705
- "type": "string",
705
+ "type": "integer",
706
706
  "enum": [
707
- "3",
708
- "4",
709
- "5",
710
- "6",
711
- "7"
707
+ 3,
708
+ 4,
709
+ 5,
710
+ 6,
711
+ 7
712
712
  ]
713
713
  }
714
714
  ]
@@ -680,7 +680,7 @@
680
680
  "title": "letter types",
681
681
  "type": "string",
682
682
  "enum": [
683
- "trailer accept",
683
+ "trailer acceptance",
684
684
  "trailer rejection"
685
685
  ]
686
686
  }
@@ -699,13 +699,13 @@
699
699
  },
700
700
  {
701
701
  "title": "Paragraph Ids",
702
- "type": "string",
702
+ "type": "integer",
703
703
  "enum": [
704
- "3",
705
- "4",
706
- "5",
707
- "6",
708
- "7"
704
+ 3,
705
+ 4,
706
+ 5,
707
+ 6,
708
+ 7
709
709
  ]
710
710
  }
711
711
  ]
@@ -746,7 +746,7 @@
746
746
  "title": "letter types",
747
747
  "type": "string",
748
748
  "enum": [
749
- "trailer accept",
749
+ "trailer acceptance",
750
750
  "trailer rejection"
751
751
  ]
752
752
  }
@@ -765,13 +765,13 @@
765
765
  },
766
766
  {
767
767
  "title": "Paragraph Ids",
768
- "type": "string",
768
+ "type": "integer",
769
769
  "enum": [
770
- "3",
771
- "4",
772
- "5",
773
- "6",
774
- "7"
770
+ 3,
771
+ 4,
772
+ 5,
773
+ 6,
774
+ 7
775
775
  ]
776
776
  }
777
777
  ]
@@ -663,7 +663,7 @@
663
663
  "title": "letter types",
664
664
  "type": "string",
665
665
  "enum": [
666
- "trailer accept",
666
+ "trailer acceptance",
667
667
  "trailer rejection"
668
668
  ]
669
669
  }
@@ -682,13 +682,13 @@
682
682
  },
683
683
  {
684
684
  "title": "Paragraph Ids",
685
- "type": "string",
685
+ "type": "integer",
686
686
  "enum": [
687
- "3",
688
- "4",
689
- "5",
690
- "6",
691
- "7"
687
+ 3,
688
+ 4,
689
+ 5,
690
+ 6,
691
+ 7
692
692
  ]
693
693
  }
694
694
  ]
@@ -670,7 +670,7 @@
670
670
  "title": "letter types",
671
671
  "type": "string",
672
672
  "enum": [
673
- "trailer accept",
673
+ "trailer acceptance",
674
674
  "trailer rejection"
675
675
  ]
676
676
  }
@@ -689,13 +689,13 @@
689
689
  },
690
690
  {
691
691
  "title": "Paragraph Ids",
692
- "type": "string",
692
+ "type": "integer",
693
693
  "enum": [
694
- "3",
695
- "4",
696
- "5",
697
- "6",
698
- "7"
694
+ 3,
695
+ 4,
696
+ 5,
697
+ 6,
698
+ 7
699
699
  ]
700
700
  }
701
701
  ]
@@ -1298,25 +1298,6 @@
1298
1298
  }
1299
1299
  }
1300
1300
  },
1301
- "brakes": {
1302
- "type": "object",
1303
- "additionalProperties": false,
1304
- "properties": {
1305
- "brakeActuator": {
1306
- "type": "integer",
1307
- "minimum": 0,
1308
- "maximum": 999
1309
- },
1310
- "leverLength": {
1311
- "type": "integer",
1312
- "minimum": 0,
1313
- "maximum": 999
1314
- },
1315
- "springBrakeParking": {
1316
- "type": "boolean"
1317
- }
1318
- }
1319
- },
1320
1301
  "weights_gbWeight": {
1321
1302
  "type": [
1322
1303
  "integer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.16",
3
+ "version": "3.0.18",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -71,8 +71,8 @@ export type FuelPropulsionSystem =
71
71
  | "Fuel cell"
72
72
  | "LNG"
73
73
  | "Other";
74
- export type LetterTypes = "trailer accept" | "trailer rejection";
75
- export type ParagraphIds = "3" | "4" | "5" | "6" | "7";
74
+ export type LetterTypes = "trailer acceptance" | "trailer rejection";
75
+ export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
76
76
  export type MicrofilmDocumentType =
77
77
  | "PSV Miscellaneous"
78
78
  | "AAT - Trailer Annual Test"
@@ -51,8 +51,8 @@ export type FrameDescription =
51
51
  | "integral"
52
52
  | "Box section"
53
53
  | "U section";
54
- export type LetterTypes = "trailer accept" | "trailer rejection";
55
- export type ParagraphIds = "3" | "4" | "5" | "6" | "7";
54
+ export type LetterTypes = "trailer acceptance" | "trailer rejection";
55
+ export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
56
56
  export type MicrofilmDocumentType =
57
57
  | "PSV Miscellaneous"
58
58
  | "AAT - Trailer Annual Test"
@@ -51,8 +51,8 @@ export type FrameDescription =
51
51
  | "integral"
52
52
  | "Box section"
53
53
  | "U section";
54
- export type LetterTypes = "trailer accept" | "trailer rejection";
55
- export type ParagraphIds = "3" | "4" | "5" | "6" | "7";
54
+ export type LetterTypes = "trailer acceptance" | "trailer rejection";
55
+ export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
56
56
  export type MicrofilmDocumentType =
57
57
  | "PSV Miscellaneous"
58
58
  | "AAT - Trailer Annual Test"
@@ -71,8 +71,8 @@ export type FuelPropulsionSystem =
71
71
  | "Fuel cell"
72
72
  | "LNG"
73
73
  | "Other";
74
- export type LetterTypes = "trailer accept" | "trailer rejection";
75
- export type ParagraphIds = "3" | "4" | "5" | "6" | "7";
74
+ export type LetterTypes = "trailer acceptance" | "trailer rejection";
75
+ export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
76
76
  export type MicrofilmDocumentType =
77
77
  | "PSV Miscellaneous"
78
78
  | "AAT - Trailer Annual Test"
@@ -51,8 +51,8 @@ export type FrameDescription =
51
51
  | "integral"
52
52
  | "Box section"
53
53
  | "U section";
54
- export type LetterTypes = "trailer accept" | "trailer rejection";
55
- export type ParagraphIds = "3" | "4" | "5" | "6" | "7";
54
+ export type LetterTypes = "trailer acceptance" | "trailer rejection";
55
+ export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
56
56
  export type MicrofilmDocumentType =
57
57
  | "PSV Miscellaneous"
58
58
  | "AAT - Trailer Annual Test"
@@ -51,8 +51,8 @@ export type FrameDescription =
51
51
  | "integral"
52
52
  | "Box section"
53
53
  | "U section";
54
- export type LetterTypes = "trailer accept" | "trailer rejection";
55
- export type ParagraphIds = "3" | "4" | "5" | "6" | "7";
54
+ export type LetterTypes = "trailer acceptance" | "trailer rejection";
55
+ export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
56
56
  export type MicrofilmDocumentType =
57
57
  | "PSV Miscellaneous"
58
58
  | "AAT - Trailer Annual Test"
@@ -294,11 +294,6 @@ export interface TechRecordPUTTRLTestable {
294
294
  trailerId?: string;
295
295
  vin: string;
296
296
  techRecord_axles?: null | TRLAxles[];
297
- brakes?: {
298
- brakeActuator?: number;
299
- leverLength?: number;
300
- springBrakeParking?: boolean;
301
- };
302
297
  weights_gbWeight?: number | null;
303
298
  weights_designWeight?: number | null;
304
299
  weights_ladenWeight?: number | null;