@dvsa/cvs-type-definitions 6.2.0 → 6.4.0

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 (39) hide show
  1. package/json-schemas/v3/tech-record/enums/radioButtonOptions.enum.json +14 -0
  2. package/json-schemas/v3/tech-record/get/hgv/complete/index.json +22 -2
  3. package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +22 -2
  4. package/json-schemas/v3/tech-record/get/hgv/testable/index.json +22 -2
  5. package/json-schemas/v3/tech-record/get/lgv/complete/index.json +21 -0
  6. package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +21 -0
  7. package/json-schemas/v3/tech-record/get/trl/complete/index.json +22 -2
  8. package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +22 -2
  9. package/json-schemas/v3/tech-record/get/trl/testable/index.json +22 -2
  10. package/json-schemas/v3/tech-record/put/hgv/complete/index.json +22 -2
  11. package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +22 -2
  12. package/json-schemas/v3/tech-record/put/hgv/testable/index.json +22 -2
  13. package/json-schemas/v3/tech-record/put/lgv/complete/index.json +21 -0
  14. package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +21 -0
  15. package/json-schemas/v3/tech-record/put/trl/complete/index.json +22 -2
  16. package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +22 -2
  17. package/json-schemas/v3/tech-record/put/trl/testable/index.json +22 -2
  18. package/package.json +1 -1
  19. package/schemas.d.ts +1 -1
  20. package/schemas.js +1 -0
  21. package/types/v3/tech-record/enums/radioButtonOptions.enum.d.ts +10 -0
  22. package/types/v3/tech-record/enums/radioButtonOptions.enum.js +15 -0
  23. package/types/v3/tech-record/enums/radioButtonOptions.enum.ts +12 -0
  24. package/types/v3/tech-record/get/hgv/complete/index.d.ts +6 -0
  25. package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +6 -0
  26. package/types/v3/tech-record/get/hgv/testable/index.d.ts +6 -0
  27. package/types/v3/tech-record/get/lgv/complete/index.d.ts +6 -0
  28. package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +6 -0
  29. package/types/v3/tech-record/get/trl/complete/index.d.ts +6 -0
  30. package/types/v3/tech-record/get/trl/skeleton/index.d.ts +6 -0
  31. package/types/v3/tech-record/get/trl/testable/index.d.ts +6 -0
  32. package/types/v3/tech-record/put/hgv/complete/index.d.ts +6 -0
  33. package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +6 -0
  34. package/types/v3/tech-record/put/hgv/testable/index.d.ts +6 -0
  35. package/types/v3/tech-record/put/lgv/complete/index.d.ts +6 -0
  36. package/types/v3/tech-record/put/lgv/skeleton/index.d.ts +6 -0
  37. package/types/v3/tech-record/put/trl/complete/index.d.ts +6 -0
  38. package/types/v3/tech-record/put/trl/skeleton/index.d.ts +6 -0
  39. package/types/v3/tech-record/put/trl/testable/index.d.ts +6 -0
@@ -0,0 +1,14 @@
1
+ {
2
+ "title": "Radio Button Options",
3
+ "type": "string",
4
+ "tsEnumNames": [
5
+ "yes",
6
+ "no",
7
+ "not_applicable"
8
+ ],
9
+ "enum": [
10
+ "yes",
11
+ "no",
12
+ "n/a"
13
+ ]
14
+ }
@@ -82,6 +82,27 @@
82
82
  "null"
83
83
  ]
84
84
  },
85
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
86
+ "anyOf": [
87
+ {
88
+ "type": "null"
89
+ },
90
+ {
91
+ "title": "Radio Button Options",
92
+ "type": "string",
93
+ "tsEnumNames": [
94
+ "yes",
95
+ "no",
96
+ "not_applicable"
97
+ ],
98
+ "enum": [
99
+ "yes",
100
+ "no",
101
+ "n/a"
102
+ ]
103
+ }
104
+ ]
105
+ },
85
106
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
86
107
  "anyOf": [
87
108
  {
@@ -976,8 +997,7 @@
976
997
  "type": [
977
998
  "string",
978
999
  "null"
979
- ],
980
- "maxLength": 12
1000
+ ]
981
1001
  },
982
1002
  "plateIssueDate": {
983
1003
  "type": [
@@ -52,6 +52,27 @@
52
52
  "null"
53
53
  ]
54
54
  },
55
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
56
+ "anyOf": [
57
+ {
58
+ "type": "null"
59
+ },
60
+ {
61
+ "title": "Radio Button Options",
62
+ "type": "string",
63
+ "tsEnumNames": [
64
+ "yes",
65
+ "no",
66
+ "not_applicable"
67
+ ],
68
+ "enum": [
69
+ "yes",
70
+ "no",
71
+ "n/a"
72
+ ]
73
+ }
74
+ ]
75
+ },
55
76
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
56
77
  "anyOf": [
57
78
  {
@@ -1036,8 +1057,7 @@
1036
1057
  "type": [
1037
1058
  "string",
1038
1059
  "null"
1039
- ],
1040
- "maxLength": 12
1060
+ ]
1041
1061
  },
1042
1062
  "plateIssueDate": {
1043
1063
  "type": [
@@ -56,6 +56,27 @@
56
56
  "null"
57
57
  ]
58
58
  },
59
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
60
+ "anyOf": [
61
+ {
62
+ "type": "null"
63
+ },
64
+ {
65
+ "title": "Radio Button Options",
66
+ "type": "string",
67
+ "tsEnumNames": [
68
+ "yes",
69
+ "no",
70
+ "not_applicable"
71
+ ],
72
+ "enum": [
73
+ "yes",
74
+ "no",
75
+ "n/a"
76
+ ]
77
+ }
78
+ ]
79
+ },
59
80
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
60
81
  "anyOf": [
61
82
  {
@@ -1030,8 +1051,7 @@
1030
1051
  "type": [
1031
1052
  "string",
1032
1053
  "null"
1033
- ],
1034
- "maxLength": 12
1054
+ ]
1035
1055
  },
1036
1056
  "plateIssueDate": {
1037
1057
  "type": [
@@ -87,6 +87,27 @@
87
87
  "null"
88
88
  ]
89
89
  },
90
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
91
+ "anyOf": [
92
+ {
93
+ "type": "null"
94
+ },
95
+ {
96
+ "title": "Radio Button Options",
97
+ "type": "string",
98
+ "tsEnumNames": [
99
+ "yes",
100
+ "no",
101
+ "not_applicable"
102
+ ],
103
+ "enum": [
104
+ "yes",
105
+ "no",
106
+ "n/a"
107
+ ]
108
+ }
109
+ ]
110
+ },
90
111
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
91
112
  "anyOf": [
92
113
  {
@@ -84,6 +84,27 @@
84
84
  "null"
85
85
  ]
86
86
  },
87
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
88
+ "anyOf": [
89
+ {
90
+ "type": "null"
91
+ },
92
+ {
93
+ "title": "Radio Button Options",
94
+ "type": "string",
95
+ "tsEnumNames": [
96
+ "yes",
97
+ "no",
98
+ "not_applicable"
99
+ ],
100
+ "enum": [
101
+ "yes",
102
+ "no",
103
+ "n/a"
104
+ ]
105
+ }
106
+ ]
107
+ },
87
108
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
88
109
  "anyOf": [
89
110
  {
@@ -64,6 +64,27 @@
64
64
  "null"
65
65
  ]
66
66
  },
67
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
68
+ "anyOf": [
69
+ {
70
+ "type": "null"
71
+ },
72
+ {
73
+ "title": "Radio Button Options",
74
+ "type": "string",
75
+ "tsEnumNames": [
76
+ "yes",
77
+ "no",
78
+ "not_applicable"
79
+ ],
80
+ "enum": [
81
+ "yes",
82
+ "no",
83
+ "n/a"
84
+ ]
85
+ }
86
+ ]
87
+ },
67
88
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
68
89
  "anyOf": [
69
90
  {
@@ -1009,8 +1030,7 @@
1009
1030
  "type": [
1010
1031
  "string",
1011
1032
  "null"
1012
- ],
1013
- "maxLength": 12
1033
+ ]
1014
1034
  },
1015
1035
  "plateIssueDate": {
1016
1036
  "type": [
@@ -44,6 +44,27 @@
44
44
  "null"
45
45
  ]
46
46
  },
47
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
48
+ "anyOf": [
49
+ {
50
+ "type": "null"
51
+ },
52
+ {
53
+ "title": "Radio Button Options",
54
+ "type": "string",
55
+ "tsEnumNames": [
56
+ "yes",
57
+ "no",
58
+ "not_applicable"
59
+ ],
60
+ "enum": [
61
+ "yes",
62
+ "no",
63
+ "n/a"
64
+ ]
65
+ }
66
+ ]
67
+ },
47
68
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
48
69
  "anyOf": [
49
70
  {
@@ -1213,8 +1234,7 @@
1213
1234
  "type": [
1214
1235
  "string",
1215
1236
  "null"
1216
- ],
1217
- "maxLength": 12
1237
+ ]
1218
1238
  },
1219
1239
  "plateIssueDate": {
1220
1240
  "type": [
@@ -46,6 +46,27 @@
46
46
  "null"
47
47
  ]
48
48
  },
49
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
50
+ "anyOf": [
51
+ {
52
+ "type": "null"
53
+ },
54
+ {
55
+ "title": "Radio Button Options",
56
+ "type": "string",
57
+ "tsEnumNames": [
58
+ "yes",
59
+ "no",
60
+ "not_applicable"
61
+ ],
62
+ "enum": [
63
+ "yes",
64
+ "no",
65
+ "n/a"
66
+ ]
67
+ }
68
+ ]
69
+ },
49
70
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
50
71
  "anyOf": [
51
72
  {
@@ -1047,8 +1068,7 @@
1047
1068
  "type": [
1048
1069
  "string",
1049
1070
  "null"
1050
- ],
1051
- "maxLength": 12
1071
+ ]
1052
1072
  },
1053
1073
  "plateIssueDate": {
1054
1074
  "type": [
@@ -70,6 +70,27 @@
70
70
  "null"
71
71
  ]
72
72
  },
73
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
74
+ "anyOf": [
75
+ {
76
+ "type": "null"
77
+ },
78
+ {
79
+ "title": "Radio Button Options",
80
+ "type": "string",
81
+ "tsEnumNames": [
82
+ "yes",
83
+ "no",
84
+ "not_applicable"
85
+ ],
86
+ "enum": [
87
+ "yes",
88
+ "no",
89
+ "n/a"
90
+ ]
91
+ }
92
+ ]
93
+ },
73
94
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
74
95
  "anyOf": [
75
96
  {
@@ -949,8 +970,7 @@
949
970
  "type": [
950
971
  "string",
951
972
  "null"
952
- ],
953
- "maxLength": 12
973
+ ]
954
974
  },
955
975
  "plateIssueDate": {
956
976
  "type": [
@@ -38,6 +38,27 @@
38
38
  "null"
39
39
  ]
40
40
  },
41
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
42
+ "anyOf": [
43
+ {
44
+ "type": "null"
45
+ },
46
+ {
47
+ "title": "Radio Button Options",
48
+ "type": "string",
49
+ "tsEnumNames": [
50
+ "yes",
51
+ "no",
52
+ "not_applicable"
53
+ ],
54
+ "enum": [
55
+ "yes",
56
+ "no",
57
+ "n/a"
58
+ ]
59
+ }
60
+ ]
61
+ },
41
62
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
42
63
  "anyOf": [
43
64
  {
@@ -1004,8 +1025,7 @@
1004
1025
  "type": [
1005
1026
  "string",
1006
1027
  "null"
1007
- ],
1008
- "maxLength": 12
1028
+ ]
1009
1029
  },
1010
1030
  "plateIssueDate": {
1011
1031
  "type": [
@@ -40,6 +40,27 @@
40
40
  "null"
41
41
  ]
42
42
  },
43
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
44
+ "anyOf": [
45
+ {
46
+ "type": "null"
47
+ },
48
+ {
49
+ "title": "Radio Button Options",
50
+ "type": "string",
51
+ "tsEnumNames": [
52
+ "yes",
53
+ "no",
54
+ "not_applicable"
55
+ ],
56
+ "enum": [
57
+ "yes",
58
+ "no",
59
+ "n/a"
60
+ ]
61
+ }
62
+ ]
63
+ },
43
64
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
44
65
  "anyOf": [
45
66
  {
@@ -990,8 +1011,7 @@
990
1011
  "type": [
991
1012
  "string",
992
1013
  "null"
993
- ],
994
- "maxLength": 12
1014
+ ]
995
1015
  },
996
1016
  "plateIssueDate": {
997
1017
  "type": [
@@ -89,6 +89,27 @@
89
89
  "null"
90
90
  ]
91
91
  },
92
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
93
+ "anyOf": [
94
+ {
95
+ "type": "null"
96
+ },
97
+ {
98
+ "title": "Radio Button Options",
99
+ "type": "string",
100
+ "tsEnumNames": [
101
+ "yes",
102
+ "no",
103
+ "not_applicable"
104
+ ],
105
+ "enum": [
106
+ "yes",
107
+ "no",
108
+ "n/a"
109
+ ]
110
+ }
111
+ ]
112
+ },
92
113
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
93
114
  "anyOf": [
94
115
  {
@@ -86,6 +86,27 @@
86
86
  "null"
87
87
  ]
88
88
  },
89
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
90
+ "anyOf": [
91
+ {
92
+ "type": "null"
93
+ },
94
+ {
95
+ "title": "Radio Button Options",
96
+ "type": "string",
97
+ "tsEnumNames": [
98
+ "yes",
99
+ "no",
100
+ "not_applicable"
101
+ ],
102
+ "enum": [
103
+ "yes",
104
+ "no",
105
+ "n/a"
106
+ ]
107
+ }
108
+ ]
109
+ },
89
110
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
90
111
  "anyOf": [
91
112
  {
@@ -53,6 +53,27 @@
53
53
  "null"
54
54
  ]
55
55
  },
56
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
57
+ "anyOf": [
58
+ {
59
+ "type": "null"
60
+ },
61
+ {
62
+ "title": "Radio Button Options",
63
+ "type": "string",
64
+ "tsEnumNames": [
65
+ "yes",
66
+ "no",
67
+ "not_applicable"
68
+ ],
69
+ "enum": [
70
+ "yes",
71
+ "no",
72
+ "n/a"
73
+ ]
74
+ }
75
+ ]
76
+ },
56
77
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
57
78
  "anyOf": [
58
79
  {
@@ -984,8 +1005,7 @@
984
1005
  "type": [
985
1006
  "string",
986
1007
  "null"
987
- ],
988
- "maxLength": 12
1008
+ ]
989
1009
  },
990
1010
  "plateIssueDate": {
991
1011
  "type": [
@@ -103,6 +103,27 @@
103
103
  "null"
104
104
  ]
105
105
  },
106
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
107
+ "anyOf": [
108
+ {
109
+ "type": "null"
110
+ },
111
+ {
112
+ "title": "Radio Button Options",
113
+ "type": "string",
114
+ "tsEnumNames": [
115
+ "yes",
116
+ "no",
117
+ "not_applicable"
118
+ ],
119
+ "enum": [
120
+ "yes",
121
+ "no",
122
+ "n/a"
123
+ ]
124
+ }
125
+ ]
126
+ },
106
127
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
107
128
  "anyOf": [
108
129
  {
@@ -1019,8 +1040,7 @@
1019
1040
  "type": [
1020
1041
  "string",
1021
1042
  "null"
1022
- ],
1023
- "maxLength": 12
1043
+ ]
1024
1044
  },
1025
1045
  "plateIssueDate": {
1026
1046
  "type": [
@@ -105,6 +105,27 @@
105
105
  "null"
106
106
  ]
107
107
  },
108
+ "techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys": {
109
+ "anyOf": [
110
+ {
111
+ "type": "null"
112
+ },
113
+ {
114
+ "title": "Radio Button Options",
115
+ "type": "string",
116
+ "tsEnumNames": [
117
+ "yes",
118
+ "no",
119
+ "not_applicable"
120
+ ],
121
+ "enum": [
122
+ "yes",
123
+ "no",
124
+ "n/a"
125
+ ]
126
+ }
127
+ ]
128
+ },
108
129
  "techRecord_adrDetails_vehicleDetails_approvalDate": {
109
130
  "anyOf": [
110
131
  {
@@ -1014,8 +1035,7 @@
1014
1035
  "type": [
1015
1036
  "string",
1016
1037
  "null"
1017
- ],
1018
- "maxLength": 12
1038
+ ]
1019
1039
  },
1020
1040
  "plateIssueDate": {
1021
1041
  "type": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "6.2.0",
3
+ "version": "6.4.0",
4
4
  "description": "type definitions for cvs vta and vtm applications",
5
5
  "main": "index.js",
6
6
  "repository": {
package/schemas.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const schemas: readonly ["required-standards/defects/enums/euVehicleCategory.enum.json", "required-standards/defects/get/index.json", "required-standards/defects/requiredStandardTaxonomySection.json", "v1/activity/index.json", "v1/defect-category-reference-data/index.json", "v1/defect-details/index.json", "v1/defect-location/index.json", "v1/reason-item/index.json", "v1/tech-record/index.json", "v1/test/index.json", "v1/test-result/index.json", "v1/test-station/index.json", "v1/test-type/index.json", "v1/vehicle/index.json", "v1/vehicle-tech-record/index.json", "v1/visit/index.json", "v3/tech-record/enums/adrAdditionalNotesNumber.enum.json", "v3/tech-record/enums/adrBodyType.enum.json", "v3/tech-record/enums/adrCertificateTypes.enum.json", "v3/tech-record/enums/adrCompatibilityGroupJ.enum.json", "v3/tech-record/enums/adrDangerousGood.enum.json", "v3/tech-record/enums/adrTankDetailsTankStatementSelect.enum.json", "v3/tech-record/enums/adrTankStatementSubstancePermitted.json", "v3/tech-record/enums/approvalType.enum.json", "v3/tech-record/enums/approvalTypeHgvOrPsv.enum.json", "v3/tech-record/enums/euVehicleCategory.enum.json", "v3/tech-record/enums/euVehicleCategoryHgv.enum.json", "v3/tech-record/enums/euVehicleCategoryPsv.enum.json", "v3/tech-record/enums/tc3Types.enum.json", "v3/tech-record/enums/tyreUseCodeHgv.enum.json", "v3/tech-record/enums/tyreUseCodeTrl.enum.json", "v3/tech-record/enums/vehicleClassDescription.enum.json", "v3/tech-record/enums/vehicleClassDescriptionPSV.enum.json", "v3/tech-record/enums/vehicleConfigurationHgvPsv.enum.json", "v3/tech-record/enums/vehicleConfigurationLightVehicle.enum.json", "v3/tech-record/enums/vehicleConfigurationTrl.enum.json", "v3/tech-record/get/car/complete/index.json", "v3/tech-record/get/car/skeleton/index.json", "v3/tech-record/get/hgv/complete/index.json", "v3/tech-record/get/hgv/skeleton/index.json", "v3/tech-record/get/hgv/testable/index.json", "v3/tech-record/get/lgv/complete/index.json", "v3/tech-record/get/lgv/skeleton/index.json", "v3/tech-record/get/motorcycle/complete/index.json", "v3/tech-record/get/motorcycle/skeleton/index.json", "v3/tech-record/get/psv/complete/index.json", "v3/tech-record/get/psv/skeleton/index.json", "v3/tech-record/get/psv/testable/index.json", "v3/tech-record/get/search/index.json", "v3/tech-record/get/small trl/complete/index.json", "v3/tech-record/get/small trl/skeleton/index.json", "v3/tech-record/get/trl/complete/index.json", "v3/tech-record/get/trl/skeleton/index.json", "v3/tech-record/get/trl/testable/index.json", "v3/tech-record/put/car/complete/index.json", "v3/tech-record/put/car/skeleton/index.json", "v3/tech-record/put/hgv/complete/index.json", "v3/tech-record/put/hgv/skeleton/index.json", "v3/tech-record/put/hgv/testable/index.json", "v3/tech-record/put/lgv/complete/index.json", "v3/tech-record/put/lgv/skeleton/index.json", "v3/tech-record/put/motorcycle/complete/index.json", "v3/tech-record/put/motorcycle/skeleton/index.json", "v3/tech-record/put/psv/complete/index.json", "v3/tech-record/put/psv/skeleton/index.json", "v3/tech-record/put/psv/testable/index.json", "v3/tech-record/put/small trl/complete/index.json", "v3/tech-record/put/small trl/skeleton/index.json", "v3/tech-record/put/trl/complete/index.json", "v3/tech-record/put/trl/skeleton/index.json", "v3/tech-record/put/trl/testable/index.json"];
1
+ export declare const schemas: readonly ["required-standards/defects/enums/euVehicleCategory.enum.json", "required-standards/defects/get/index.json", "required-standards/defects/requiredStandardTaxonomySection.json", "v1/activity/index.json", "v1/defect-category-reference-data/index.json", "v1/defect-details/index.json", "v1/defect-location/index.json", "v1/reason-item/index.json", "v1/tech-record/index.json", "v1/test/index.json", "v1/test-result/index.json", "v1/test-station/index.json", "v1/test-type/index.json", "v1/vehicle/index.json", "v1/vehicle-tech-record/index.json", "v1/visit/index.json", "v3/tech-record/enums/adrAdditionalNotesNumber.enum.json", "v3/tech-record/enums/adrBodyType.enum.json", "v3/tech-record/enums/adrCertificateTypes.enum.json", "v3/tech-record/enums/adrCompatibilityGroupJ.enum.json", "v3/tech-record/enums/adrDangerousGood.enum.json", "v3/tech-record/enums/adrTankDetailsTankStatementSelect.enum.json", "v3/tech-record/enums/adrTankStatementSubstancePermitted.json", "v3/tech-record/enums/approvalType.enum.json", "v3/tech-record/enums/approvalTypeHgvOrPsv.enum.json", "v3/tech-record/enums/euVehicleCategory.enum.json", "v3/tech-record/enums/euVehicleCategoryHgv.enum.json", "v3/tech-record/enums/euVehicleCategoryPsv.enum.json", "v3/tech-record/enums/radioButtonOptions.enum.json", "v3/tech-record/enums/tc3Types.enum.json", "v3/tech-record/enums/tyreUseCodeHgv.enum.json", "v3/tech-record/enums/tyreUseCodeTrl.enum.json", "v3/tech-record/enums/vehicleClassDescription.enum.json", "v3/tech-record/enums/vehicleClassDescriptionPSV.enum.json", "v3/tech-record/enums/vehicleConfigurationHgvPsv.enum.json", "v3/tech-record/enums/vehicleConfigurationLightVehicle.enum.json", "v3/tech-record/enums/vehicleConfigurationTrl.enum.json", "v3/tech-record/get/car/complete/index.json", "v3/tech-record/get/car/skeleton/index.json", "v3/tech-record/get/hgv/complete/index.json", "v3/tech-record/get/hgv/skeleton/index.json", "v3/tech-record/get/hgv/testable/index.json", "v3/tech-record/get/lgv/complete/index.json", "v3/tech-record/get/lgv/skeleton/index.json", "v3/tech-record/get/motorcycle/complete/index.json", "v3/tech-record/get/motorcycle/skeleton/index.json", "v3/tech-record/get/psv/complete/index.json", "v3/tech-record/get/psv/skeleton/index.json", "v3/tech-record/get/psv/testable/index.json", "v3/tech-record/get/search/index.json", "v3/tech-record/get/small trl/complete/index.json", "v3/tech-record/get/small trl/skeleton/index.json", "v3/tech-record/get/trl/complete/index.json", "v3/tech-record/get/trl/skeleton/index.json", "v3/tech-record/get/trl/testable/index.json", "v3/tech-record/put/car/complete/index.json", "v3/tech-record/put/car/skeleton/index.json", "v3/tech-record/put/hgv/complete/index.json", "v3/tech-record/put/hgv/skeleton/index.json", "v3/tech-record/put/hgv/testable/index.json", "v3/tech-record/put/lgv/complete/index.json", "v3/tech-record/put/lgv/skeleton/index.json", "v3/tech-record/put/motorcycle/complete/index.json", "v3/tech-record/put/motorcycle/skeleton/index.json", "v3/tech-record/put/psv/complete/index.json", "v3/tech-record/put/psv/skeleton/index.json", "v3/tech-record/put/psv/testable/index.json", "v3/tech-record/put/small trl/complete/index.json", "v3/tech-record/put/small trl/skeleton/index.json", "v3/tech-record/put/trl/complete/index.json", "v3/tech-record/put/trl/skeleton/index.json", "v3/tech-record/put/trl/testable/index.json"];
package/schemas.js CHANGED
@@ -30,6 +30,7 @@ exports.schemas = [
30
30
  "v3/tech-record/enums/euVehicleCategory.enum.json",
31
31
  "v3/tech-record/enums/euVehicleCategoryHgv.enum.json",
32
32
  "v3/tech-record/enums/euVehicleCategoryPsv.enum.json",
33
+ "v3/tech-record/enums/radioButtonOptions.enum.json",
33
34
  "v3/tech-record/enums/tc3Types.enum.json",
34
35
  "v3/tech-record/enums/tyreUseCodeHgv.enum.json",
35
36
  "v3/tech-record/enums/tyreUseCodeTrl.enum.json",
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was automatically generated by json-schema-to-typescript.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run json-schema-to-typescript to regenerate this file.
5
+ */
6
+ export declare enum RadioButtonOptions {
7
+ yes = "yes",
8
+ no = "no",
9
+ not_applicable = "n/a"
10
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.RadioButtonOptions = void 0;
10
+ var RadioButtonOptions;
11
+ (function (RadioButtonOptions) {
12
+ RadioButtonOptions["yes"] = "yes";
13
+ RadioButtonOptions["no"] = "no";
14
+ RadioButtonOptions["not_applicable"] = "n/a";
15
+ })(RadioButtonOptions = exports.RadioButtonOptions || (exports.RadioButtonOptions = {}));
@@ -0,0 +1,12 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export enum RadioButtonOptions {
9
+ yes = "yes",
10
+ no = "no",
11
+ not_applicable = "n/a"
12
+ }
@@ -90,6 +90,7 @@ export interface TechRecordGETHGVComplete {
90
90
  techRecord_adrDetails_documentId?: string;
91
91
  techRecord_adrDetails_dangerousGoods?: boolean | null;
92
92
  techRecord_adrDetails_vehicleDetails_type?: string | null;
93
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
93
94
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
94
95
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
95
96
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -252,6 +253,11 @@ export interface HGVPlates {
252
253
  plateIssuer?: string | null;
253
254
  }
254
255
 
256
+ export enum RadioButtonOptions {
257
+ yes = "yes",
258
+ no = "no",
259
+ not_applicable = "n/a"
260
+ }
255
261
  export enum ADRCompatibilityGroupJ {
256
262
  I = "I",
257
263
  E = "E"
@@ -90,6 +90,7 @@ export interface TechRecordGETHGVSkeleton {
90
90
  techRecord_adrDetails_documentId?: string;
91
91
  techRecord_adrDetails_dangerousGoods?: boolean | null;
92
92
  techRecord_adrDetails_vehicleDetails_type?: string | null;
93
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
93
94
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
94
95
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
95
96
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -249,6 +250,11 @@ export interface HGVPlates {
249
250
  plateIssuer?: string | null;
250
251
  }
251
252
 
253
+ export enum RadioButtonOptions {
254
+ yes = "yes",
255
+ no = "no",
256
+ not_applicable = "n/a"
257
+ }
252
258
  export enum ADRCompatibilityGroupJ {
253
259
  I = "I",
254
260
  E = "E"
@@ -90,6 +90,7 @@ export interface TechRecordGETHGVTestable {
90
90
  techRecord_adrDetails_documentId?: string;
91
91
  techRecord_adrDetails_dangerousGoods?: boolean | null;
92
92
  techRecord_adrDetails_vehicleDetails_type?: string | null;
93
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
93
94
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
94
95
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
95
96
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -249,6 +250,11 @@ export interface HGVPlates {
249
250
  plateIssuer?: string | null;
250
251
  }
251
252
 
253
+ export enum RadioButtonOptions {
254
+ yes = "yes",
255
+ no = "no",
256
+ not_applicable = "n/a"
257
+ }
252
258
  export enum ADRCompatibilityGroupJ {
253
259
  I = "I",
254
260
  E = "E"
@@ -21,6 +21,7 @@ export interface TechRecordGETLGVComplete {
21
21
  techRecord_adrDetails_documentId?: string;
22
22
  techRecord_adrDetails_dangerousGoods?: boolean | null;
23
23
  techRecord_adrDetails_vehicleDetails_type?: string | null;
24
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
24
25
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
25
26
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
26
27
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -104,6 +105,11 @@ export interface ADRCertificateDetails {
104
105
  certificateId: string;
105
106
  }
106
107
 
108
+ export enum RadioButtonOptions {
109
+ yes = "yes",
110
+ no = "no",
111
+ not_applicable = "n/a"
112
+ }
107
113
  export enum ADRCompatibilityGroupJ {
108
114
  I = "I",
109
115
  E = "E"
@@ -21,6 +21,7 @@ export interface TechRecordGETLGVSkeleton {
21
21
  techRecord_adrDetails_documentId?: string;
22
22
  techRecord_adrDetails_dangerousGoods?: boolean | null;
23
23
  techRecord_adrDetails_vehicleDetails_type?: string | null;
24
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
24
25
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
25
26
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
26
27
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -104,6 +105,11 @@ export interface ADRCertificateDetails {
104
105
  certificateId: string;
105
106
  }
106
107
 
108
+ export enum RadioButtonOptions {
109
+ yes = "yes",
110
+ no = "no",
111
+ not_applicable = "n/a"
112
+ }
107
113
  export enum ADRCompatibilityGroupJ {
108
114
  I = "I",
109
115
  E = "E"
@@ -107,6 +107,7 @@ export interface TechRecordGETTRLComplete {
107
107
  techRecord_adrDetails_documentId?: string;
108
108
  techRecord_adrDetails_dangerousGoods?: boolean | null;
109
109
  techRecord_adrDetails_vehicleDetails_type?: string | null;
110
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
110
111
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
111
112
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
112
113
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -301,6 +302,11 @@ export interface AxleSpacing {
301
302
  value?: number | null;
302
303
  }
303
304
 
305
+ export enum RadioButtonOptions {
306
+ yes = "yes",
307
+ no = "no",
308
+ not_applicable = "n/a"
309
+ }
304
310
  export enum ADRCompatibilityGroupJ {
305
311
  I = "I",
306
312
  E = "E"
@@ -107,6 +107,7 @@ export interface TechRecordGETTRLSkeleton {
107
107
  techRecord_adrDetails_documentId?: string;
108
108
  techRecord_adrDetails_dangerousGoods?: boolean | null;
109
109
  techRecord_adrDetails_vehicleDetails_type?: string | null;
110
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
110
111
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
111
112
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
112
113
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -298,6 +299,11 @@ export interface AxleSpacing {
298
299
  value?: number | null;
299
300
  }
300
301
 
302
+ export enum RadioButtonOptions {
303
+ yes = "yes",
304
+ no = "no",
305
+ not_applicable = "n/a"
306
+ }
301
307
  export enum ADRCompatibilityGroupJ {
302
308
  I = "I",
303
309
  E = "E"
@@ -107,6 +107,7 @@ export interface TechRecordGETTRLTestable {
107
107
  techRecord_adrDetails_documentId?: string;
108
108
  techRecord_adrDetails_dangerousGoods?: boolean | null;
109
109
  techRecord_adrDetails_vehicleDetails_type?: string | null;
110
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
110
111
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
111
112
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
112
113
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -298,6 +299,11 @@ export interface AxleSpacing {
298
299
  value?: number | null;
299
300
  }
300
301
 
302
+ export enum RadioButtonOptions {
303
+ yes = "yes",
304
+ no = "no",
305
+ not_applicable = "n/a"
306
+ }
301
307
  export enum ADRCompatibilityGroupJ {
302
308
  I = "I",
303
309
  E = "E"
@@ -88,6 +88,7 @@ export interface TechRecordPUTHGVComplete {
88
88
  techRecord_adrDetails_documentId?: string;
89
89
  techRecord_adrDetails_dangerousGoods?: boolean | null;
90
90
  techRecord_adrDetails_vehicleDetails_type?: string | null;
91
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
91
92
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
92
93
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
93
94
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -240,6 +241,11 @@ export interface HGVPlates {
240
241
  plateIssuer?: string | null;
241
242
  }
242
243
 
244
+ export enum RadioButtonOptions {
245
+ yes = "yes",
246
+ no = "no",
247
+ not_applicable = "n/a"
248
+ }
243
249
  export enum ADRCompatibilityGroupJ {
244
250
  I = "I",
245
251
  E = "E"
@@ -88,6 +88,7 @@ export interface TechRecordPUTHGVSkeleton {
88
88
  techRecord_adrDetails_documentId?: string;
89
89
  techRecord_adrDetails_dangerousGoods?: boolean | null;
90
90
  techRecord_adrDetails_vehicleDetails_type?: string | null;
91
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
91
92
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
92
93
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
93
94
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -237,6 +238,11 @@ export interface HGVPlates {
237
238
  plateIssuer?: string | null;
238
239
  }
239
240
 
241
+ export enum RadioButtonOptions {
242
+ yes = "yes",
243
+ no = "no",
244
+ not_applicable = "n/a"
245
+ }
240
246
  export enum ADRCompatibilityGroupJ {
241
247
  I = "I",
242
248
  E = "E"
@@ -88,6 +88,7 @@ export interface TechRecordPUTHGVTestable {
88
88
  techRecord_adrDetails_documentId?: string;
89
89
  techRecord_adrDetails_dangerousGoods?: boolean | null;
90
90
  techRecord_adrDetails_vehicleDetails_type?: string | null;
91
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
91
92
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
92
93
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
93
94
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -237,6 +238,11 @@ export interface HGVPlates {
237
238
  plateIssuer?: string | null;
238
239
  }
239
240
 
241
+ export enum RadioButtonOptions {
242
+ yes = "yes",
243
+ no = "no",
244
+ not_applicable = "n/a"
245
+ }
240
246
  export enum ADRCompatibilityGroupJ {
241
247
  I = "I",
242
248
  E = "E"
@@ -23,6 +23,7 @@ export interface TechRecordPUTLGVComplete {
23
23
  techRecord_adrDetails_documentId?: string;
24
24
  techRecord_adrDetails_dangerousGoods?: boolean | null;
25
25
  techRecord_adrDetails_vehicleDetails_type?: string | null;
26
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
26
27
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
27
28
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
28
29
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -94,6 +95,11 @@ export interface ADRCertificateDetails {
94
95
  certificateId: string;
95
96
  }
96
97
 
98
+ export enum RadioButtonOptions {
99
+ yes = "yes",
100
+ no = "no",
101
+ not_applicable = "n/a"
102
+ }
97
103
  export enum ADRCompatibilityGroupJ {
98
104
  I = "I",
99
105
  E = "E"
@@ -23,6 +23,7 @@ export interface TechRecordPUTLGVSkeleton {
23
23
  techRecord_adrDetails_documentId?: string;
24
24
  techRecord_adrDetails_dangerousGoods?: boolean | null;
25
25
  techRecord_adrDetails_vehicleDetails_type?: string | null;
26
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
26
27
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
27
28
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
28
29
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -94,6 +95,11 @@ export interface ADRCertificateDetails {
94
95
  certificateId: string;
95
96
  }
96
97
 
98
+ export enum RadioButtonOptions {
99
+ yes = "yes",
100
+ no = "no",
101
+ not_applicable = "n/a"
102
+ }
97
103
  export enum ADRCompatibilityGroupJ {
98
104
  I = "I",
99
105
  E = "E"
@@ -105,6 +105,7 @@ export interface TechRecordPUTTRLComplete {
105
105
  techRecord_adrDetails_documentId?: string;
106
106
  techRecord_adrDetails_dangerousGoods?: boolean | null;
107
107
  techRecord_adrDetails_vehicleDetails_type?: string | null;
108
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
108
109
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
109
110
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
110
111
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -290,6 +291,11 @@ export interface AxleSpacing {
290
291
  value?: number | null;
291
292
  }
292
293
 
294
+ export enum RadioButtonOptions {
295
+ yes = "yes",
296
+ no = "no",
297
+ not_applicable = "n/a"
298
+ }
293
299
  export enum ADRCompatibilityGroupJ {
294
300
  I = "I",
295
301
  E = "E"
@@ -110,6 +110,7 @@ export interface TechRecordPUTTRLSkeleton {
110
110
  techRecord_adrDetails_documentId?: string;
111
111
  techRecord_adrDetails_dangerousGoods?: boolean | null;
112
112
  techRecord_adrDetails_vehicleDetails_type?: string | null;
113
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
113
114
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
114
115
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
115
116
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -304,6 +305,11 @@ export enum ApprovalType {
304
305
  IVA_VCA = "IVA - VCA",
305
306
  IVA_DVSA_NI = "IVA - DVSA/NI"
306
307
  }
308
+ export enum RadioButtonOptions {
309
+ yes = "yes",
310
+ no = "no",
311
+ not_applicable = "n/a"
312
+ }
307
313
  export enum ADRCompatibilityGroupJ {
308
314
  I = "I",
309
315
  E = "E"
@@ -110,6 +110,7 @@ export interface TechRecordPUTTRLTestable {
110
110
  techRecord_adrDetails_documentId?: string;
111
111
  techRecord_adrDetails_dangerousGoods?: boolean | null;
112
112
  techRecord_adrDetails_vehicleDetails_type?: string | null;
113
+ techRecord_adrDetails_vehicleDetails_usedOnInternationalJourneys?: null | RadioButtonOptions;
113
114
  techRecord_adrDetails_vehicleDetails_approvalDate?: string | null;
114
115
  techRecord_adrDetails_permittedDangerousGoods?: string[] | null;
115
116
  techRecord_adrDetails_compatibilityGroupJ?: null | ADRCompatibilityGroupJ;
@@ -304,6 +305,11 @@ export enum ApprovalType {
304
305
  IVA_VCA = "IVA - VCA",
305
306
  IVA_DVSA_NI = "IVA - DVSA/NI"
306
307
  }
308
+ export enum RadioButtonOptions {
309
+ yes = "yes",
310
+ no = "no",
311
+ not_applicable = "n/a"
312
+ }
307
313
  export enum ADRCompatibilityGroupJ {
308
314
  I = "I",
309
315
  E = "E"