@dvsa/cvs-type-definitions 2.1.12 → 2.1.13

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.
@@ -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",
@@ -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.13",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -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;
@@ -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;