@dvsa/cvs-type-definitions 2.1.12 → 2.1.14

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.
Files changed (27) hide show
  1. package/json-schemas/v3/tech-record/get/hgv/complete/index.json +6 -0
  2. package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +6 -0
  3. package/json-schemas/v3/tech-record/get/hgv/testable/index.json +6 -0
  4. package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +6 -0
  5. package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +1 -1
  6. package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +6 -0
  7. package/json-schemas/v3/tech-record/get/trl/testable/index.json +6 -0
  8. package/json-schemas/v3/tech-record/put/hgv/complete/index.json +6 -0
  9. package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +6 -0
  10. package/json-schemas/v3/tech-record/put/hgv/testable/index.json +6 -0
  11. package/json-schemas/v3/tech-record/put/trl/complete/index.json +6 -0
  12. package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +6 -0
  13. package/json-schemas/v3/tech-record/put/trl/testable/index.json +6 -0
  14. package/package.json +1 -1
  15. package/types/v3/tech-record/get/hgv/complete/index.d.ts +1 -0
  16. package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +1 -0
  17. package/types/v3/tech-record/get/hgv/testable/index.d.ts +1 -0
  18. package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +1 -0
  19. package/types/v3/tech-record/get/motorcycle/skeleton/index.d.ts +1 -1
  20. package/types/v3/tech-record/get/trl/skeleton/index.d.ts +1 -0
  21. package/types/v3/tech-record/get/trl/testable/index.d.ts +1 -0
  22. package/types/v3/tech-record/put/hgv/complete/index.d.ts +1 -0
  23. package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +1 -0
  24. package/types/v3/tech-record/put/hgv/testable/index.d.ts +1 -0
  25. package/types/v3/tech-record/put/trl/complete/index.d.ts +1 -0
  26. package/types/v3/tech-record/put/trl/skeleton/index.d.ts +1 -0
  27. package/types/v3/tech-record/put/trl/testable/index.d.ts +1 -0
@@ -53,6 +53,12 @@
53
53
  "techRecord_applicantDetails_postTown"
54
54
  ],
55
55
  "properties": {
56
+ "secondaryVrms": {
57
+ "type": "array",
58
+ "items": {
59
+ "type": "string"
60
+ }
61
+ },
56
62
  "createdTimestamp": {
57
63
  "type": "string"
58
64
  },
@@ -17,6 +17,12 @@
17
17
  "vin"
18
18
  ],
19
19
  "properties": {
20
+ "secondaryVrms": {
21
+ "type": "array",
22
+ "items": {
23
+ "type": "string"
24
+ }
25
+ },
20
26
  "createdTimestamp": {
21
27
  "type": "string"
22
28
  },
@@ -21,6 +21,12 @@
21
21
  "techRecord_numberOfWheelsDriven"
22
22
  ],
23
23
  "properties": {
24
+ "secondaryVrms": {
25
+ "type": "array",
26
+ "items": {
27
+ "type": "string"
28
+ }
29
+ },
24
30
  "createdTimestamp": {
25
31
  "type": "string"
26
32
  },
@@ -9,6 +9,12 @@
9
9
  "vin"
10
10
  ],
11
11
  "properties": {
12
+ "secondaryVrms": {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string"
16
+ }
17
+ },
12
18
  "techRecord_applicantDetails_name": {
13
19
  "type": [
14
20
  "string",
@@ -1,5 +1,5 @@
1
1
  {
2
- "title": "Tech Record Skeleton Car Schema",
2
+ "title": "Tech Record Skeleton Motorcycle Schema",
3
3
  "type": "object",
4
4
  "additionalProperties": false,
5
5
  "properties": {
@@ -652,6 +652,12 @@
652
652
  }
653
653
  ]
654
654
  },
655
+ "techRecord_letterOfAuth_letterIssuer": {
656
+ "type": [
657
+ "string",
658
+ "null"
659
+ ]
660
+ },
655
661
  "techRecord_make": {
656
662
  "type": [
657
663
  "string",
@@ -658,6 +658,12 @@
658
658
  }
659
659
  ]
660
660
  },
661
+ "techRecord_letterOfAuth_letterIssuer": {
662
+ "type": [
663
+ "string",
664
+ "null"
665
+ ]
666
+ },
661
667
  "techRecord_make": {
662
668
  "type": [
663
669
  "string",
@@ -46,6 +46,12 @@
46
46
  "techRecord_applicantDetails_postTown"
47
47
  ],
48
48
  "properties": {
49
+ "secondaryVrms": {
50
+ "type": "array",
51
+ "items": {
52
+ "type": "string"
53
+ }
54
+ },
49
55
  "partialVin": {
50
56
  "type": [
51
57
  "string",
@@ -10,6 +10,12 @@
10
10
  "vin"
11
11
  ],
12
12
  "properties": {
13
+ "secondaryVrms": {
14
+ "type": "array",
15
+ "items": {
16
+ "type": "string"
17
+ }
18
+ },
13
19
  "partialVin": {
14
20
  "type": [
15
21
  "string",
@@ -14,6 +14,12 @@
14
14
  "techRecord_numberOfWheelsDriven"
15
15
  ],
16
16
  "properties": {
17
+ "secondaryVrms": {
18
+ "type": "array",
19
+ "items": {
20
+ "type": "string"
21
+ }
22
+ },
17
23
  "partialVin": {
18
24
  "type": [
19
25
  "string",
@@ -764,6 +764,12 @@
764
764
  }
765
765
  ]
766
766
  },
767
+ "techRecord_letterOfAuth_letterIssuer": {
768
+ "type": [
769
+ "string",
770
+ "null"
771
+ ]
772
+ },
767
773
  "techRecord_make": {
768
774
  "type": [
769
775
  "string",
@@ -642,6 +642,12 @@
642
642
  }
643
643
  ]
644
644
  },
645
+ "techRecord_letterOfAuth_letterIssuer": {
646
+ "type": [
647
+ "string",
648
+ "null"
649
+ ]
650
+ },
645
651
  "techRecord_make": {
646
652
  "type": [
647
653
  "string",
@@ -650,6 +650,12 @@
650
650
  }
651
651
  ]
652
652
  },
653
+ "techRecord_letterOfAuth_letterIssuer": {
654
+ "type": [
655
+ "string",
656
+ "null"
657
+ ]
658
+ },
653
659
  "techRecord_make": {
654
660
  "type": [
655
661
  "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "2.1.12",
3
+ "version": "2.1.14",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -143,6 +143,7 @@ export type ApprovalType =
143
143
  | "IVA - DVSA/NI";
144
144
 
145
145
  export interface GETHGVTechnicalRecordV3Complete {
146
+ secondaryVrms?: string[];
146
147
  createdTimestamp: string;
147
148
  partialVin: string;
148
149
  systemNumber: string;
@@ -143,6 +143,7 @@ export type ApprovalType =
143
143
  | "IVA - DVSA/NI";
144
144
 
145
145
  export interface GETHGVTechnicalRecordV3Skeleton {
146
+ secondaryVrms?: string[];
146
147
  createdTimestamp: string;
147
148
  partialVin: string;
148
149
  systemNumber: string;
@@ -143,6 +143,7 @@ export type ApprovalType =
143
143
  | "IVA - DVSA/NI";
144
144
 
145
145
  export interface GETHGVTechnicalRecordV3Testable {
146
+ secondaryVrms?: string[];
146
147
  createdTimestamp: string;
147
148
  partialVin: string;
148
149
  systemNumber: string;
@@ -42,6 +42,7 @@ export type VehicleType = "psv" | "trl" | "hgv" | "car" | "lgv" | "motorcycle";
42
42
  export type VehicleSubclass = ("n" | "p" | "a" | "s" | "c" | "l" | "t" | "e" | "m" | "r" | "w")[];
43
43
 
44
44
  export interface TechRecordCompleteMotorcycleSchema {
45
+ secondaryVrms?: string[];
45
46
  techRecord_applicantDetails_name?: string | null;
46
47
  techRecord_applicantDetails_address1?: null | string;
47
48
  techRecord_applicantDetails_address2?: null | string;
@@ -40,7 +40,7 @@ export type VehicleConfiguration =
40
40
  | "full drawbar";
41
41
  export type VehicleType = "psv" | "trl" | "hgv" | "car" | "lgv" | "motorcycle";
42
42
 
43
- export interface TechRecordSkeletonCarSchema {
43
+ export interface TechRecordSkeletonMotorcycleSchema {
44
44
  techRecord_applicantDetails_name?: string | null;
45
45
  techRecord_applicantDetails_address1?: null | string;
46
46
  techRecord_applicantDetails_address2?: null | string;
@@ -213,6 +213,7 @@ export interface GETTRLTechnicalRecordV3Skeleton {
213
213
  techRecord_letterOfAuth_letterType?: null | LetterTypes;
214
214
  techRecord_letterOfAuth_letterDateRequested?: string | null;
215
215
  techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
216
+ techRecord_letterOfAuth_letterIssuer?: string | null;
216
217
  techRecord_make?: string | null;
217
218
  techRecord_manufactureYear?: number | null;
218
219
  techRecord_manufacturerDetails?: string | null;
@@ -230,6 +230,7 @@ export interface GETTRLTechnicalRecordV3Testable {
230
230
  techRecord_letterOfAuth_letterType?: null | LetterTypes;
231
231
  techRecord_letterOfAuth_letterDateRequested?: string | null;
232
232
  techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
233
+ techRecord_letterOfAuth_letterIssuer?: string | null;
233
234
  techRecord_make?: string | null;
234
235
  techRecord_manufactureYear?: number | null;
235
236
  techRecord_manufacturerDetails?: string | null;
@@ -143,6 +143,7 @@ export type ApprovalType =
143
143
  | "IVA - DVSA/NI";
144
144
 
145
145
  export interface PUTHGVTechnicalRecordV3Complete {
146
+ secondaryVrms?: string[];
146
147
  partialVin?: string | null;
147
148
  techRecord_createdAt?: string;
148
149
  techRecord_createdById?: string;
@@ -143,6 +143,7 @@ export type ApprovalType =
143
143
  | "IVA - DVSA/NI";
144
144
 
145
145
  export interface PUTHGVTechnicalRecordV3Skeleton {
146
+ secondaryVrms?: string[];
146
147
  partialVin?: string | null;
147
148
  techRecord_createdAt?: string;
148
149
  techRecord_createdById?: string;
@@ -143,6 +143,7 @@ export type ApprovalType =
143
143
  | "IVA - DVSA/NI";
144
144
 
145
145
  export interface PUTHGVTechnicalRecordV3Testable {
146
+ secondaryVrms?: string[];
146
147
  partialVin?: string | null;
147
148
  techRecord_createdAt?: string;
148
149
  techRecord_createdById?: string;
@@ -273,6 +273,7 @@ export interface PUTTRLTechnicalRecordV3Complete {
273
273
  techRecord_letterOfAuth_letterType?: null | LetterTypes;
274
274
  techRecord_letterOfAuth_letterDateRequested?: string | null;
275
275
  techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
276
+ techRecord_letterOfAuth_letterIssuer?: string | null;
276
277
  techRecord_make: string | null;
277
278
  techRecord_manufactureYear?: number | null;
278
279
  techRecord_maxTrainDesignWeight?: number;
@@ -211,6 +211,7 @@ export interface PUTTRLTechnicalRecordV3Skeleton {
211
211
  techRecord_letterOfAuth_letterType?: null | LetterTypes;
212
212
  techRecord_letterOfAuth_letterDateRequested?: string | null;
213
213
  techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
214
+ techRecord_letterOfAuth_letterIssuer?: string | null;
214
215
  techRecord_make?: string | null;
215
216
  techRecord_manufactureYear?: number | null;
216
217
  techRecord_manufacturerDetails?: string | null;
@@ -228,6 +228,7 @@ export interface GETTRLTechnicalRecordV3Testable {
228
228
  techRecord_letterOfAuth_letterType?: null | LetterTypes;
229
229
  techRecord_letterOfAuth_letterDateRequested?: string | null;
230
230
  techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
231
+ techRecord_letterOfAuth_letterIssuer?: string | null;
231
232
  techRecord_make?: string | null;
232
233
  techRecord_manufactureYear?: number | null;
233
234
  techRecord_manufacturerDetails?: string | null;