@dvsa/cvs-type-definitions 3.0.8 → 3.0.10

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 (31) hide show
  1. package/json-schemas/v3/tech-record/get/hgv/complete/index.json +3 -0
  2. package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +3 -0
  3. package/json-schemas/v3/tech-record/get/hgv/testable/index.json +3 -0
  4. package/json-schemas/v3/tech-record/get/psv/complete/index.json +13 -4
  5. package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +12 -3
  6. package/json-schemas/v3/tech-record/get/psv/testable/index.json +13 -4
  7. package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +52 -0
  8. package/json-schemas/v3/tech-record/get/trl/testable/index.json +52 -0
  9. package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +0 -6
  10. package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +0 -6
  11. package/json-schemas/v3/tech-record/put/psv/complete/index.json +3 -9
  12. package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +3 -9
  13. package/json-schemas/v3/tech-record/put/psv/testable/index.json +3 -9
  14. package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +52 -6
  15. package/json-schemas/v3/tech-record/put/trl/testable/index.json +52 -6
  16. package/package.json +1 -1
  17. package/types/v3/tech-record/get/hgv/complete/index.d.ts +1 -0
  18. package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +1 -0
  19. package/types/v3/tech-record/get/hgv/testable/index.d.ts +1 -0
  20. package/types/v3/tech-record/get/psv/complete/index.d.ts +7 -4
  21. package/types/v3/tech-record/get/psv/skeleton/index.d.ts +6 -3
  22. package/types/v3/tech-record/get/psv/testable/index.d.ts +7 -4
  23. package/types/v3/tech-record/get/trl/skeleton/index.d.ts +20 -0
  24. package/types/v3/tech-record/get/trl/testable/index.d.ts +20 -0
  25. package/types/v3/tech-record/put/motorcycle/complete/index.d.ts +0 -1
  26. package/types/v3/tech-record/put/motorcycle/skeleton/index.d.ts +0 -1
  27. package/types/v3/tech-record/put/psv/complete/index.d.ts +3 -4
  28. package/types/v3/tech-record/put/psv/skeleton/index.d.ts +3 -4
  29. package/types/v3/tech-record/put/psv/testable/index.d.ts +3 -4
  30. package/types/v3/tech-record/put/trl/skeleton/index.d.ts +20 -1
  31. package/types/v3/tech-record/put/trl/testable/index.d.ts +20 -1
@@ -721,6 +721,9 @@
721
721
  }
722
722
  ]
723
723
  },
724
+ "techRecord_microfilm": {
725
+ "type": "null"
726
+ },
724
727
  "techRecord_microfilm_microfilmDocumentType": {
725
728
  "anyOf": [
726
729
  {
@@ -767,6 +767,9 @@
767
767
  }
768
768
  ]
769
769
  },
770
+ "techRecord_microfilm": {
771
+ "type": "null"
772
+ },
770
773
  "techRecord_microfilm_microfilmDocumentType": {
771
774
  "anyOf": [
772
775
  {
@@ -765,6 +765,9 @@
765
765
  }
766
766
  ]
767
767
  },
768
+ "techRecord_microfilm": {
769
+ "type": "null"
770
+ },
768
771
  "techRecord_microfilm_microfilmDocumentType": {
769
772
  "anyOf": [
770
773
  {
@@ -4,6 +4,7 @@
4
4
  "additionalProperties": false,
5
5
  "required": [
6
6
  "vin",
7
+ "createdTimestamp",
7
8
  "systemNumber",
8
9
  "primaryVrm",
9
10
  "techRecord_vehicleConfiguration",
@@ -389,6 +390,9 @@
389
390
  "null"
390
391
  ]
391
392
  },
393
+ "techRecord_dda": {
394
+ "type": "null"
395
+ },
392
396
  "techRecord_dda_certificateIssued": {
393
397
  "type": "boolean"
394
398
  },
@@ -648,6 +652,9 @@
648
652
  "maximum": 99999,
649
653
  "minimum": 0
650
654
  },
655
+ "techRecord_dimensions": {
656
+ "type": "null"
657
+ },
651
658
  "techRecord_dimensions_length": {
652
659
  "type": [
653
660
  "integer",
@@ -967,7 +974,10 @@
967
974
  "maximum": 99999,
968
975
  "minimum": 0
969
976
  },
970
- "techRecord_microfilmDocumentType": {
977
+ "techRecord_microfilm": {
978
+ "type": "null"
979
+ },
980
+ "techRecord_microfilm_microfilmDocumentType": {
971
981
  "anyOf": [
972
982
  {
973
983
  "title": "Microfilm Document Type",
@@ -1035,14 +1045,14 @@
1035
1045
  }
1036
1046
  ]
1037
1047
  },
1038
- "techRecord_microfilmRollNumber": {
1048
+ "techRecord_microfilm_microfilmRollNumber": {
1039
1049
  "type": [
1040
1050
  "string",
1041
1051
  "null"
1042
1052
  ],
1043
1053
  "maxLength": 5
1044
1054
  },
1045
- "techRecord_microfilmSerialNumber": {
1055
+ "techRecord_microfilm_microfilmSerialNumber": {
1046
1056
  "type": [
1047
1057
  "string",
1048
1058
  "null"
@@ -1057,7 +1067,6 @@
1057
1067
  },
1058
1068
  "createdTimestamp": {
1059
1069
  "type": [
1060
- "null",
1061
1070
  "string"
1062
1071
  ]
1063
1072
  },
@@ -368,6 +368,9 @@
368
368
  "null"
369
369
  ]
370
370
  },
371
+ "techRecord_dda": {
372
+ "type": "null"
373
+ },
371
374
  "techRecord_dda_certificateIssued": {
372
375
  "type": [
373
376
  "boolean",
@@ -652,6 +655,9 @@
652
655
  "maximum": 99999,
653
656
  "minimum": 0
654
657
  },
658
+ "techRecord_dimensions": {
659
+ "type": "null"
660
+ },
655
661
  "techRecord_dimensions_length": {
656
662
  "type": [
657
663
  "integer",
@@ -1011,7 +1017,10 @@
1011
1017
  "maximum": 99999,
1012
1018
  "minimum": 0
1013
1019
  },
1014
- "techRecord_microfilmDocumentType": {
1020
+ "techRecord_microfilm": {
1021
+ "type": "null"
1022
+ },
1023
+ "techRecord_microfilm_microfilmDocumentType": {
1015
1024
  "anyOf": [
1016
1025
  {
1017
1026
  "title": "Microfilm Document Type",
@@ -1079,14 +1088,14 @@
1079
1088
  }
1080
1089
  ]
1081
1090
  },
1082
- "techRecord_microfilmRollNumber": {
1091
+ "techRecord_microfilm_microfilmRollNumber": {
1083
1092
  "type": [
1084
1093
  "string",
1085
1094
  "null"
1086
1095
  ],
1087
1096
  "maxLength": 5
1088
1097
  },
1089
- "techRecord_microfilmSerialNumber": {
1098
+ "techRecord_microfilm_microfilmSerialNumber": {
1090
1099
  "type": [
1091
1100
  "string",
1092
1101
  "null"
@@ -5,6 +5,7 @@
5
5
  "required": [
6
6
  "vin",
7
7
  "systemNumber",
8
+ "createdTimestamp",
8
9
  "primaryVrm",
9
10
  "techRecord_vehicleConfiguration",
10
11
  "techRecord_vehicleSize",
@@ -354,6 +355,9 @@
354
355
  "null"
355
356
  ]
356
357
  },
358
+ "techRecord_dda": {
359
+ "type": "null"
360
+ },
357
361
  "techRecord_dda_certificateIssued": {
358
362
  "type": [
359
363
  "boolean",
@@ -638,6 +642,9 @@
638
642
  "maximum": 99999,
639
643
  "minimum": 0
640
644
  },
645
+ "techRecord_dimensions": {
646
+ "type": "null"
647
+ },
641
648
  "techRecord_dimensions_length": {
642
649
  "type": [
643
650
  "integer",
@@ -997,7 +1004,10 @@
997
1004
  "maximum": 99999,
998
1005
  "minimum": 0
999
1006
  },
1000
- "techRecord_microfilmDocumentType": {
1007
+ "techRecord_microfilm": {
1008
+ "type": "null"
1009
+ },
1010
+ "techRecord_microfilm_microfilmDocumentType": {
1001
1011
  "anyOf": [
1002
1012
  {
1003
1013
  "title": "Microfilm Document Type",
@@ -1065,14 +1075,14 @@
1065
1075
  }
1066
1076
  ]
1067
1077
  },
1068
- "techRecord_microfilmRollNumber": {
1078
+ "techRecord_microfilm_microfilmRollNumber": {
1069
1079
  "type": [
1070
1080
  "string",
1071
1081
  "null"
1072
1082
  ],
1073
1083
  "maxLength": 5
1074
1084
  },
1075
- "techRecord_microfilmSerialNumber": {
1085
+ "techRecord_microfilm_microfilmSerialNumber": {
1076
1086
  "type": [
1077
1087
  "string",
1078
1088
  "null"
@@ -1087,7 +1097,6 @@
1087
1097
  },
1088
1098
  "createdTimestamp": {
1089
1099
  "type": [
1090
- "null",
1091
1100
  "string"
1092
1101
  ]
1093
1102
  },
@@ -398,6 +398,58 @@
398
398
  "string"
399
399
  ]
400
400
  },
401
+ "techRecord_approvalType": {
402
+ "anyOf": [
403
+ {
404
+ "title": "Approval Type",
405
+ "type": "string",
406
+ "enum": [
407
+ "NTA",
408
+ "ECTA",
409
+ "IVA",
410
+ "NSSTA",
411
+ "ECSSTA",
412
+ "GB WVTA",
413
+ "UKNI WVTA",
414
+ "EU WVTA Pre 23",
415
+ "EU WVTA 23 on",
416
+ "QNIG",
417
+ "Prov.GB WVTA",
418
+ "Small series",
419
+ "IVA - VCA",
420
+ "IVA - DVSA/NI"
421
+ ]
422
+ },
423
+ {
424
+ "type": "null"
425
+ }
426
+ ]
427
+ },
428
+ "techRecord_approvalTypeNumber": {
429
+ "type": [
430
+ "string",
431
+ "null"
432
+ ],
433
+ "maxLength": 25
434
+ },
435
+ "techRecord_ntaNumber": {
436
+ "type": [
437
+ "null",
438
+ "string"
439
+ ]
440
+ },
441
+ "techRecord_variantNumber": {
442
+ "type": [
443
+ "null",
444
+ "string"
445
+ ]
446
+ },
447
+ "techRecord_variantVersionNumber": {
448
+ "type": [
449
+ "null",
450
+ "string"
451
+ ]
452
+ },
401
453
  "techRecord_authIntoService": {
402
454
  "type": [
403
455
  "string",
@@ -401,6 +401,58 @@
401
401
  "null"
402
402
  ]
403
403
  },
404
+ "techRecord_approvalType": {
405
+ "anyOf": [
406
+ {
407
+ "title": "Approval Type",
408
+ "type": "string",
409
+ "enum": [
410
+ "NTA",
411
+ "ECTA",
412
+ "IVA",
413
+ "NSSTA",
414
+ "ECSSTA",
415
+ "GB WVTA",
416
+ "UKNI WVTA",
417
+ "EU WVTA Pre 23",
418
+ "EU WVTA 23 on",
419
+ "QNIG",
420
+ "Prov.GB WVTA",
421
+ "Small series",
422
+ "IVA - VCA",
423
+ "IVA - DVSA/NI"
424
+ ]
425
+ },
426
+ {
427
+ "type": "null"
428
+ }
429
+ ]
430
+ },
431
+ "techRecord_approvalTypeNumber": {
432
+ "type": [
433
+ "string",
434
+ "null"
435
+ ],
436
+ "maxLength": 25
437
+ },
438
+ "techRecord_ntaNumber": {
439
+ "type": [
440
+ "null",
441
+ "string"
442
+ ]
443
+ },
444
+ "techRecord_variantNumber": {
445
+ "type": [
446
+ "null",
447
+ "string"
448
+ ]
449
+ },
450
+ "techRecord_variantVersionNumber": {
451
+ "type": [
452
+ "null",
453
+ "string"
454
+ ]
455
+ },
404
456
  "techRecord_authIntoService": {
405
457
  "type": [
406
458
  "string",
@@ -74,12 +74,6 @@
74
74
  ],
75
75
  "maxLength": 255
76
76
  },
77
- "createdTimestamp": {
78
- "type": [
79
- "null",
80
- "string"
81
- ]
82
- },
83
77
  "partialVin": {
84
78
  "type": [
85
79
  "null",
@@ -64,12 +64,6 @@
64
64
  ],
65
65
  "maxLength": 255
66
66
  },
67
- "createdTimestamp": {
68
- "type": [
69
- "null",
70
- "string"
71
- ]
72
- },
73
67
  "partialVin": {
74
68
  "type": [
75
69
  "null",
@@ -965,7 +965,7 @@
965
965
  "maximum": 99999,
966
966
  "minimum": 0
967
967
  },
968
- "techRecord_microfilmDocumentType": {
968
+ "techRecord_microfilm_microfilmDocumentType": {
969
969
  "anyOf": [
970
970
  {
971
971
  "title": "Microfilm Document Type",
@@ -1033,14 +1033,14 @@
1033
1033
  }
1034
1034
  ]
1035
1035
  },
1036
- "techRecord_microfilmRollNumber": {
1036
+ "techRecord_microfilm_microfilmRollNumber": {
1037
1037
  "type": [
1038
1038
  "string",
1039
1039
  "null"
1040
1040
  ],
1041
1041
  "maxLength": 5
1042
1042
  },
1043
- "techRecord_microfilmSerialNumber": {
1043
+ "techRecord_microfilm_microfilmSerialNumber": {
1044
1044
  "type": [
1045
1045
  "string",
1046
1046
  "null"
@@ -1053,12 +1053,6 @@
1053
1053
  "null"
1054
1054
  ]
1055
1055
  },
1056
- "createdTimestamp": {
1057
- "type": [
1058
- "null",
1059
- "string"
1060
- ]
1061
- },
1062
1056
  "secondaryVrms": {
1063
1057
  "type": [
1064
1058
  "null",
@@ -1023,7 +1023,7 @@
1023
1023
  "maximum": 99999,
1024
1024
  "minimum": 0
1025
1025
  },
1026
- "techRecord_microfilmDocumentType": {
1026
+ "techRecord_microfilm_microfilmDocumentType": {
1027
1027
  "anyOf": [
1028
1028
  {
1029
1029
  "title": "Microfilm Document Type",
@@ -1091,14 +1091,14 @@
1091
1091
  }
1092
1092
  ]
1093
1093
  },
1094
- "techRecord_microfilmRollNumber": {
1094
+ "techRecord_microfilm_microfilmRollNumber": {
1095
1095
  "type": [
1096
1096
  "string",
1097
1097
  "null"
1098
1098
  ],
1099
1099
  "maxLength": 5
1100
1100
  },
1101
- "techRecord_microfilmSerialNumber": {
1101
+ "techRecord_microfilm_microfilmSerialNumber": {
1102
1102
  "type": [
1103
1103
  "string",
1104
1104
  "null"
@@ -1111,12 +1111,6 @@
1111
1111
  "null"
1112
1112
  ]
1113
1113
  },
1114
- "createdTimestamp": {
1115
- "type": [
1116
- "null",
1117
- "string"
1118
- ]
1119
- },
1120
1114
  "techRecord_applicationId": {
1121
1115
  "type": "string"
1122
1116
  },
@@ -1001,7 +1001,7 @@
1001
1001
  "maximum": 99999,
1002
1002
  "minimum": 0
1003
1003
  },
1004
- "techRecord_microfilmDocumentType": {
1004
+ "techRecord_microfilm_microfilmDocumentType": {
1005
1005
  "anyOf": [
1006
1006
  {
1007
1007
  "title": "Microfilm Document Type",
@@ -1069,14 +1069,14 @@
1069
1069
  }
1070
1070
  ]
1071
1071
  },
1072
- "techRecord_microfilmRollNumber": {
1072
+ "techRecord_microfilm_microfilmRollNumber": {
1073
1073
  "type": [
1074
1074
  "string",
1075
1075
  "null"
1076
1076
  ],
1077
1077
  "maxLength": 5
1078
1078
  },
1079
- "techRecord_microfilmSerialNumber": {
1079
+ "techRecord_microfilm_microfilmSerialNumber": {
1080
1080
  "type": [
1081
1081
  "string",
1082
1082
  "null"
@@ -1089,12 +1089,6 @@
1089
1089
  "null"
1090
1090
  ]
1091
1091
  },
1092
- "createdTimestamp": {
1093
- "type": [
1094
- "null",
1095
- "string"
1096
- ]
1097
- },
1098
1092
  "techRecord_applicationId": {
1099
1093
  "type": [
1100
1094
  "null",
@@ -18,6 +18,58 @@
18
18
  "null"
19
19
  ]
20
20
  },
21
+ "techRecord_approvalType": {
22
+ "anyOf": [
23
+ {
24
+ "title": "Approval Type",
25
+ "type": "string",
26
+ "enum": [
27
+ "NTA",
28
+ "ECTA",
29
+ "IVA",
30
+ "NSSTA",
31
+ "ECSSTA",
32
+ "GB WVTA",
33
+ "UKNI WVTA",
34
+ "EU WVTA Pre 23",
35
+ "EU WVTA 23 on",
36
+ "QNIG",
37
+ "Prov.GB WVTA",
38
+ "Small series",
39
+ "IVA - VCA",
40
+ "IVA - DVSA/NI"
41
+ ]
42
+ },
43
+ {
44
+ "type": "null"
45
+ }
46
+ ]
47
+ },
48
+ "techRecord_approvalTypeNumber": {
49
+ "type": [
50
+ "string",
51
+ "null"
52
+ ],
53
+ "maxLength": 25
54
+ },
55
+ "techRecord_ntaNumber": {
56
+ "type": [
57
+ "null",
58
+ "string"
59
+ ]
60
+ },
61
+ "techRecord_variantNumber": {
62
+ "type": [
63
+ "null",
64
+ "string"
65
+ ]
66
+ },
67
+ "techRecord_variantVersionNumber": {
68
+ "type": [
69
+ "null",
70
+ "string"
71
+ ]
72
+ },
21
73
  "techRecord_createdAt": {
22
74
  "type": "string"
23
75
  },
@@ -680,12 +732,6 @@
680
732
  "minimum": 0,
681
733
  "maximum": 99999
682
734
  },
683
- "techRecord_microfilm": {
684
- "type": [
685
- "string",
686
- "null"
687
- ]
688
- },
689
735
  "techRecord_microfilm_microfilmDocumentType": {
690
736
  "anyOf": [
691
737
  {
@@ -22,6 +22,58 @@
22
22
  "null"
23
23
  ]
24
24
  },
25
+ "techRecord_approvalType": {
26
+ "anyOf": [
27
+ {
28
+ "title": "Approval Type",
29
+ "type": "string",
30
+ "enum": [
31
+ "NTA",
32
+ "ECTA",
33
+ "IVA",
34
+ "NSSTA",
35
+ "ECSSTA",
36
+ "GB WVTA",
37
+ "UKNI WVTA",
38
+ "EU WVTA Pre 23",
39
+ "EU WVTA 23 on",
40
+ "QNIG",
41
+ "Prov.GB WVTA",
42
+ "Small series",
43
+ "IVA - VCA",
44
+ "IVA - DVSA/NI"
45
+ ]
46
+ },
47
+ {
48
+ "type": "null"
49
+ }
50
+ ]
51
+ },
52
+ "techRecord_approvalTypeNumber": {
53
+ "type": [
54
+ "string",
55
+ "null"
56
+ ],
57
+ "maxLength": 25
58
+ },
59
+ "techRecord_ntaNumber": {
60
+ "type": [
61
+ "null",
62
+ "string"
63
+ ]
64
+ },
65
+ "techRecord_variantNumber": {
66
+ "type": [
67
+ "null",
68
+ "string"
69
+ ]
70
+ },
71
+ "techRecord_variantVersionNumber": {
72
+ "type": [
73
+ "null",
74
+ "string"
75
+ ]
76
+ },
25
77
  "techRecord_createdAt": {
26
78
  "type": "string"
27
79
  },
@@ -687,12 +739,6 @@
687
739
  "minimum": 0,
688
740
  "maximum": 99999
689
741
  },
690
- "techRecord_microfilm": {
691
- "type": [
692
- "string",
693
- "null"
694
- ]
695
- },
696
742
  "techRecord_microfilm_microfilmDocumentType": {
697
743
  "anyOf": [
698
744
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "type definitions for cvs vta application",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -231,6 +231,7 @@ export interface TechRecordGETHGVComplete {
231
231
  techRecord_maxTrainEecWeight?: number | null;
232
232
  techRecord_maxTrainDesignWeight?: number | null;
233
233
  techRecord_manufactureYear: number;
234
+ techRecord_microfilm?: null;
234
235
  techRecord_microfilm_microfilmDocumentType?: null | MicrofilmDocumentType;
235
236
  techRecord_microfilm_microfilmRollNumber?: string | null;
236
237
  techRecord_microfilm_microfilmSerialNumber?: string | null;
@@ -231,6 +231,7 @@ export interface TechRecordGETHGVSkeleton {
231
231
  techRecord_maxTrainEecWeight?: number | null;
232
232
  techRecord_maxTrainDesignWeight?: number | null;
233
233
  techRecord_manufactureYear?: number | null;
234
+ techRecord_microfilm?: null;
234
235
  techRecord_microfilm_microfilmDocumentType?: null | MicrofilmDocumentType;
235
236
  techRecord_microfilm_microfilmRollNumber?: string | null;
236
237
  techRecord_microfilm_microfilmSerialNumber?: string | null;
@@ -231,6 +231,7 @@ export interface TechRecordGETHGVTestable {
231
231
  techRecord_maxTrainEecWeight?: number | null;
232
232
  techRecord_maxTrainDesignWeight?: number | null;
233
233
  techRecord_manufactureYear?: number | null;
234
+ techRecord_microfilm?: null;
234
235
  techRecord_microfilm_microfilmDocumentType?: null | MicrofilmDocumentType;
235
236
  techRecord_microfilm_microfilmRollNumber?: string | null;
236
237
  techRecord_microfilm_microfilmSerialNumber?: string | null;
@@ -224,6 +224,7 @@ export interface TechRecordGETPSVComplete {
224
224
  techRecord_lastUpdatedAt?: string | null;
225
225
  techRecord_lastUpdatedByName?: string | null;
226
226
  techRecord_lastUpdatedById?: string | null;
227
+ techRecord_dda?: null;
227
228
  techRecord_dda_certificateIssued: boolean;
228
229
  techRecord_dda_wheelchairCapacity?: number | null;
229
230
  techRecord_dda_wheelchairFittings?: string | null;
@@ -258,6 +259,7 @@ export interface TechRecordGETPSVComplete {
258
259
  techRecord_grossLadenWeight: number;
259
260
  techRecord_unladenWeight?: number | null;
260
261
  techRecord_maxTrainGbWeight?: number | null;
262
+ techRecord_dimensions?: null;
261
263
  techRecord_dimensions_length?: number | null;
262
264
  techRecord_dimensions_width?: number | null;
263
265
  techRecord_dimensions_height?: number | null;
@@ -290,11 +292,12 @@ export interface TechRecordGETPSVComplete {
290
292
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_parkingBrakeForceB: number;
291
293
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_secondaryBrakeForceB: number;
292
294
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_serviceBrakeForceB: number;
293
- techRecord_microfilmDocumentType?: MicrofilmDocumentType | null;
294
- techRecord_microfilmRollNumber?: string | null;
295
- techRecord_microfilmSerialNumber?: string | null;
295
+ techRecord_microfilm?: null;
296
+ techRecord_microfilm_microfilmDocumentType?: MicrofilmDocumentType | null;
297
+ techRecord_microfilm_microfilmRollNumber?: string | null;
298
+ techRecord_microfilm_microfilmSerialNumber?: string | null;
296
299
  techRecord_brakeCode?: string | null;
297
- createdTimestamp?: null | string;
300
+ createdTimestamp: string;
298
301
  techRecord_updateType?: null | string;
299
302
  }
300
303
  export interface PSVAxlesComplete {
@@ -223,6 +223,7 @@ export interface TechRecordGETPSVSkeleton {
223
223
  techRecord_lastUpdatedAt?: string | null;
224
224
  techRecord_lastUpdatedByName?: string | null;
225
225
  techRecord_lastUpdatedById?: string | null;
226
+ techRecord_dda?: null;
226
227
  techRecord_dda_certificateIssued?: boolean | null;
227
228
  techRecord_dda_wheelchairCapacity?: number | null;
228
229
  techRecord_dda_wheelchairFittings?: string | null;
@@ -257,6 +258,7 @@ export interface TechRecordGETPSVSkeleton {
257
258
  techRecord_grossLadenWeight?: number | null;
258
259
  techRecord_unladenWeight?: number | null;
259
260
  techRecord_maxTrainGbWeight?: number | null;
261
+ techRecord_dimensions?: null;
260
262
  techRecord_dimensions_length?: number | null;
261
263
  techRecord_dimensions_width?: number | null;
262
264
  techRecord_dimensions_height?: number | null;
@@ -286,9 +288,10 @@ export interface TechRecordGETPSVSkeleton {
286
288
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_parkingBrakeForceB?: number | null;
287
289
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_secondaryBrakeForceB?: number | null;
288
290
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_serviceBrakeForceB?: number | null;
289
- techRecord_microfilmDocumentType?: MicrofilmDocumentType | null;
290
- techRecord_microfilmRollNumber?: string | null;
291
- techRecord_microfilmSerialNumber?: string | null;
291
+ techRecord_microfilm?: null;
292
+ techRecord_microfilm_microfilmDocumentType?: MicrofilmDocumentType | null;
293
+ techRecord_microfilm_microfilmRollNumber?: string | null;
294
+ techRecord_microfilm_microfilmSerialNumber?: string | null;
292
295
  techRecord_brakeCode?: string | null;
293
296
  createdTimestamp: string;
294
297
  techRecord_applicationId?: string;
@@ -223,6 +223,7 @@ export interface TechRecordGETPSVTestable {
223
223
  techRecord_lastUpdatedAt?: string | null;
224
224
  techRecord_lastUpdatedByName?: string | null;
225
225
  techRecord_lastUpdatedById?: string | null;
226
+ techRecord_dda?: null;
226
227
  techRecord_dda_certificateIssued?: boolean | null;
227
228
  techRecord_dda_wheelchairCapacity?: number | null;
228
229
  techRecord_dda_wheelchairFittings?: string | null;
@@ -257,6 +258,7 @@ export interface TechRecordGETPSVTestable {
257
258
  techRecord_grossLadenWeight?: number | null;
258
259
  techRecord_unladenWeight?: number | null;
259
260
  techRecord_maxTrainGbWeight?: number | null;
261
+ techRecord_dimensions?: null;
260
262
  techRecord_dimensions_length?: number | null;
261
263
  techRecord_dimensions_width?: number | null;
262
264
  techRecord_dimensions_height?: number | null;
@@ -286,11 +288,12 @@ export interface TechRecordGETPSVTestable {
286
288
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_parkingBrakeForceB?: number | null;
287
289
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_secondaryBrakeForceB?: number | null;
288
290
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_serviceBrakeForceB?: number | null;
289
- techRecord_microfilmDocumentType?: MicrofilmDocumentType | null;
290
- techRecord_microfilmRollNumber?: string | null;
291
- techRecord_microfilmSerialNumber?: string | null;
291
+ techRecord_microfilm?: null;
292
+ techRecord_microfilm_microfilmDocumentType?: MicrofilmDocumentType | null;
293
+ techRecord_microfilm_microfilmRollNumber?: string | null;
294
+ techRecord_microfilm_microfilmSerialNumber?: string | null;
292
295
  techRecord_brakeCode?: string | null;
293
- createdTimestamp?: null | string;
296
+ createdTimestamp: string;
294
297
  techRecord_applicationId?: null | string;
295
298
  secondaryVrms?: null | string[];
296
299
  techRecord_updateType?: null | string;
@@ -7,6 +7,21 @@
7
7
 
8
8
  export type TC2Types = "initial";
9
9
  export type TC3Types = "intermediate" | "periodic" | "exceptional";
10
+ export type ApprovalType =
11
+ | "NTA"
12
+ | "ECTA"
13
+ | "IVA"
14
+ | "NSSTA"
15
+ | "ECSSTA"
16
+ | "GB WVTA"
17
+ | "UKNI WVTA"
18
+ | "EU WVTA Pre 23"
19
+ | "EU WVTA 23 on"
20
+ | "QNIG"
21
+ | "Prov.GB WVTA"
22
+ | "Small series"
23
+ | "IVA - VCA"
24
+ | "IVA - DVSA/NI";
10
25
  export type EUVehicleCategory =
11
26
  | "m1"
12
27
  | "m2"
@@ -182,6 +197,11 @@ export interface TechRecordGETTRLSkeleton {
182
197
  techRecord_applicantDetails_telephoneNumber?: null | string;
183
198
  techRecord_applicantDetails_emailAddress?: null | string;
184
199
  techRecord_applicationId?: null | string;
200
+ techRecord_approvalType?: ApprovalType | null;
201
+ techRecord_approvalTypeNumber?: string | null;
202
+ techRecord_ntaNumber?: null | string;
203
+ techRecord_variantNumber?: null | string;
204
+ techRecord_variantVersionNumber?: null | string;
185
205
  techRecord_authIntoService?: string | null;
186
206
  techRecord_batchId?: string | null;
187
207
  techRecord_bodyType_code?: null | string;
@@ -7,6 +7,21 @@
7
7
 
8
8
  export type TC2Types = "initial";
9
9
  export type TC3Types = "intermediate" | "periodic" | "exceptional";
10
+ export type ApprovalType =
11
+ | "NTA"
12
+ | "ECTA"
13
+ | "IVA"
14
+ | "NSSTA"
15
+ | "ECSSTA"
16
+ | "GB WVTA"
17
+ | "UKNI WVTA"
18
+ | "EU WVTA Pre 23"
19
+ | "EU WVTA 23 on"
20
+ | "QNIG"
21
+ | "Prov.GB WVTA"
22
+ | "Small series"
23
+ | "IVA - VCA"
24
+ | "IVA - DVSA/NI";
10
25
  export type EUVehicleCategory =
11
26
  | "m1"
12
27
  | "m2"
@@ -199,6 +214,11 @@ export interface TechRecordGETTRLTestable {
199
214
  techRecord_applicantDetails_telephoneNumber?: null | string;
200
215
  techRecord_applicantDetails_emailAddress?: null | string;
201
216
  techRecord_applicationId?: string | null;
217
+ techRecord_approvalType?: ApprovalType | null;
218
+ techRecord_approvalTypeNumber?: string | null;
219
+ techRecord_ntaNumber?: null | string;
220
+ techRecord_variantNumber?: null | string;
221
+ techRecord_variantVersionNumber?: null | string;
202
222
  techRecord_authIntoService?: string | null;
203
223
  techRecord_batchId?: string | null;
204
224
  techRecord_bodyType_code: string;
@@ -50,7 +50,6 @@ export interface TechRecordPUTMotorcycleComplete {
50
50
  techRecord_applicantDetails_postCode?: null | string;
51
51
  techRecord_applicantDetails_telephoneNumber?: null | string;
52
52
  techRecord_applicantDetails_emailAddress?: null | string;
53
- createdTimestamp?: null | string;
54
53
  partialVin?: null | string;
55
54
  primaryVrm?: null | string;
56
55
  systemNumber?: null | string;
@@ -48,7 +48,6 @@ export interface TechRecordPUTMotorcycleSkeleton {
48
48
  techRecord_applicantDetails_postCode?: null | string;
49
49
  techRecord_applicantDetails_telephoneNumber?: null | string;
50
50
  techRecord_applicantDetails_emailAddress?: null | string;
51
- createdTimestamp?: null | string;
52
51
  partialVin?: null | string;
53
52
  primaryVrm?: null | string;
54
53
  systemNumber?: null | string;
@@ -289,11 +289,10 @@ export interface TechRecordPUTPSVComplete {
289
289
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_parkingBrakeForceB: number;
290
290
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_secondaryBrakeForceB: number;
291
291
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_serviceBrakeForceB: number;
292
- techRecord_microfilmDocumentType?: MicrofilmDocumentType | null;
293
- techRecord_microfilmRollNumber?: string | null;
294
- techRecord_microfilmSerialNumber?: string | null;
292
+ techRecord_microfilm_microfilmDocumentType?: MicrofilmDocumentType | null;
293
+ techRecord_microfilm_microfilmRollNumber?: string | null;
294
+ techRecord_microfilm_microfilmSerialNumber?: string | null;
295
295
  techRecord_brakeCode?: string | null;
296
- createdTimestamp?: null | string;
297
296
  secondaryVrms?: null | string[];
298
297
  techRecord_updateType?: null | string;
299
298
  }
@@ -286,11 +286,10 @@ export interface TechRecordPUTPSVSkeleton {
286
286
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_parkingBrakeForceB?: number | null;
287
287
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_secondaryBrakeForceB?: number | null;
288
288
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_serviceBrakeForceB?: number | null;
289
- techRecord_microfilmDocumentType?: MicrofilmDocumentType | null;
290
- techRecord_microfilmRollNumber?: string | null;
291
- techRecord_microfilmSerialNumber?: string | null;
289
+ techRecord_microfilm_microfilmDocumentType?: MicrofilmDocumentType | null;
290
+ techRecord_microfilm_microfilmRollNumber?: string | null;
291
+ techRecord_microfilm_microfilmSerialNumber?: string | null;
292
292
  techRecord_brakeCode?: string | null;
293
- createdTimestamp?: null | string;
294
293
  techRecord_applicationId?: string;
295
294
  secondaryVrms?: string[];
296
295
  techRecord_updateType?: null | string;
@@ -286,11 +286,10 @@ export interface TechRecordPUTPSVTestable {
286
286
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_parkingBrakeForceB?: number | null;
287
287
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_secondaryBrakeForceB?: number | null;
288
288
  techRecord_brakes_brakeForceWheelsUpToHalfLocked_serviceBrakeForceB?: number | null;
289
- techRecord_microfilmDocumentType?: MicrofilmDocumentType | null;
290
- techRecord_microfilmRollNumber?: string | null;
291
- techRecord_microfilmSerialNumber?: string | null;
289
+ techRecord_microfilm_microfilmDocumentType?: MicrofilmDocumentType | null;
290
+ techRecord_microfilm_microfilmRollNumber?: string | null;
291
+ techRecord_microfilm_microfilmSerialNumber?: string | null;
292
292
  techRecord_brakeCode?: string | null;
293
- createdTimestamp?: null | string;
294
293
  techRecord_applicationId?: null | string;
295
294
  secondaryVrms?: null | string[];
296
295
  techRecord_updateType?: null | string;
@@ -5,6 +5,21 @@
5
5
  * and run json-schema-to-typescript to regenerate this file.
6
6
  */
7
7
 
8
+ export type ApprovalType =
9
+ | "NTA"
10
+ | "ECTA"
11
+ | "IVA"
12
+ | "NSSTA"
13
+ | "ECSSTA"
14
+ | "GB WVTA"
15
+ | "UKNI WVTA"
16
+ | "EU WVTA Pre 23"
17
+ | "EU WVTA 23 on"
18
+ | "QNIG"
19
+ | "Prov.GB WVTA"
20
+ | "Small series"
21
+ | "IVA - VCA"
22
+ | "IVA - DVSA/NI";
8
23
  export type TC2Types = "initial";
9
24
  export type TC3Types = "intermediate" | "periodic" | "exceptional";
10
25
  export type EUVehicleCategory =
@@ -147,6 +162,11 @@ export type SpeedCategorySymbol =
147
162
 
148
163
  export interface TechRecordPUTTRLSkeleton {
149
164
  partialVin?: string | null;
165
+ techRecord_approvalType?: ApprovalType | null;
166
+ techRecord_approvalTypeNumber?: string | null;
167
+ techRecord_ntaNumber?: null | string;
168
+ techRecord_variantNumber?: null | string;
169
+ techRecord_variantVersionNumber?: null | string;
150
170
  techRecord_createdAt?: string;
151
171
  techRecord_createdById?: string;
152
172
  techRecord_createdByName?: string;
@@ -233,7 +253,6 @@ export interface TechRecordPUTTRLSkeleton {
233
253
  techRecord_manufactureYear?: number | null;
234
254
  techRecord_manufacturerDetails?: string | null;
235
255
  techRecord_maxLoadOnCoupling?: number | null;
236
- techRecord_microfilm?: string | null;
237
256
  techRecord_microfilm_microfilmDocumentType?: null | MicrofilmDocumentType;
238
257
  techRecord_microfilm_microfilmRollNumber?: string | null;
239
258
  techRecord_microfilm_microfilmSerialNumber?: string | null;
@@ -5,6 +5,21 @@
5
5
  * and run json-schema-to-typescript to regenerate this file.
6
6
  */
7
7
 
8
+ export type ApprovalType =
9
+ | "NTA"
10
+ | "ECTA"
11
+ | "IVA"
12
+ | "NSSTA"
13
+ | "ECSSTA"
14
+ | "GB WVTA"
15
+ | "UKNI WVTA"
16
+ | "EU WVTA Pre 23"
17
+ | "EU WVTA 23 on"
18
+ | "QNIG"
19
+ | "Prov.GB WVTA"
20
+ | "Small series"
21
+ | "IVA - VCA"
22
+ | "IVA - DVSA/NI";
8
23
  export type TC2Types = "initial";
9
24
  export type TC3Types = "intermediate" | "periodic" | "exceptional";
10
25
  export type EUVehicleCategory =
@@ -147,6 +162,11 @@ export type SpeedCategorySymbol =
147
162
 
148
163
  export interface TechRecordPUTTRLTestable {
149
164
  partialVin?: string | null;
165
+ techRecord_approvalType?: ApprovalType | null;
166
+ techRecord_approvalTypeNumber?: string | null;
167
+ techRecord_ntaNumber?: null | string;
168
+ techRecord_variantNumber?: null | string;
169
+ techRecord_variantVersionNumber?: null | string;
150
170
  techRecord_createdAt?: string;
151
171
  techRecord_createdById?: string;
152
172
  techRecord_createdByName?: string;
@@ -233,7 +253,6 @@ export interface TechRecordPUTTRLTestable {
233
253
  techRecord_manufactureYear?: number | null;
234
254
  techRecord_manufacturerDetails?: string | null;
235
255
  techRecord_maxLoadOnCoupling?: number | null;
236
- techRecord_microfilm?: string | null;
237
256
  techRecord_microfilm_microfilmDocumentType?: null | MicrofilmDocumentType;
238
257
  techRecord_microfilm_microfilmRollNumber?: string | null;
239
258
  techRecord_microfilm_microfilmSerialNumber?: string | null;