@dvsa/cvs-type-definitions 3.0.1 → 3.0.2
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.
- package/json-schemas/v3/tech-record/get/car/complete/index.json +111 -54
- package/json-schemas/v3/tech-record/get/car/skeleton/index.json +111 -54
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +20 -5
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +57 -23
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +28 -7
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +152 -81
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +127 -63
- package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +140 -78
- package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +115 -60
- package/json-schemas/v3/tech-record/get/psv/complete/index.json +106 -66
- package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +16 -13
- package/json-schemas/v3/tech-record/get/psv/testable/index.json +31 -16
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +91 -30
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +80 -6
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +48 -24
- package/json-schemas/v3/tech-record/put/car/complete/index.json +41 -13
- package/json-schemas/v3/tech-record/put/car/skeleton/index.json +45 -14
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +28 -7
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +61 -24
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +16 -4
- package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +153 -81
- package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +128 -63
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +118 -70
- package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +37 -19
- package/json-schemas/v3/tech-record/put/psv/testable/index.json +42 -20
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +103 -39
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +157 -0
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +137 -3
- package/package.json +1 -1
- package/types/v3/tech-record/get/car/complete/index.d.ts +15 -15
- package/types/v3/tech-record/get/car/skeleton/index.d.ts +15 -15
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +5 -5
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +10 -10
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +7 -7
- package/types/v3/tech-record/get/lgv/complete/index.d.ts +17 -17
- package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +16 -16
- package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +14 -14
- package/types/v3/tech-record/get/motorcycle/skeleton/index.d.ts +13 -13
- package/types/v3/tech-record/get/psv/complete/index.d.ts +13 -16
- package/types/v3/tech-record/get/psv/skeleton/index.d.ts +4 -7
- package/types/v3/tech-record/get/psv/testable/index.d.ts +10 -13
- package/types/v3/tech-record/get/trl/complete/index.d.ts +34 -34
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +16 -6
- package/types/v3/tech-record/get/trl/testable/index.d.ts +10 -10
- package/types/v3/tech-record/put/car/complete/index.d.ts +8 -8
- package/types/v3/tech-record/put/car/skeleton/index.d.ts +9 -9
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +7 -7
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +11 -11
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +4 -4
- package/types/v3/tech-record/put/motorcycle/complete/index.d.ts +18 -18
- package/types/v3/tech-record/put/motorcycle/skeleton/index.d.ts +17 -17
- package/types/v3/tech-record/put/psv/complete/index.d.ts +16 -19
- package/types/v3/tech-record/put/psv/skeleton/index.d.ts +10 -13
- package/types/v3/tech-record/put/psv/testable/index.d.ts +12 -15
- package/types/v3/tech-record/put/trl/complete/index.d.ts +22 -23
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +37 -0
- package/types/v3/tech-record/put/trl/testable/index.d.ts +17 -2
|
@@ -40,13 +40,22 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"techRecord_createdAt": {
|
|
43
|
-
"type":
|
|
43
|
+
"type": [
|
|
44
|
+
"null",
|
|
45
|
+
"string"
|
|
46
|
+
]
|
|
44
47
|
},
|
|
45
48
|
"techRecord_createdById": {
|
|
46
|
-
"type":
|
|
49
|
+
"type": [
|
|
50
|
+
"null",
|
|
51
|
+
"string"
|
|
52
|
+
]
|
|
47
53
|
},
|
|
48
54
|
"techRecord_createdByName": {
|
|
49
|
-
"type":
|
|
55
|
+
"type": [
|
|
56
|
+
"null",
|
|
57
|
+
"string"
|
|
58
|
+
]
|
|
50
59
|
},
|
|
51
60
|
"techRecord_adrDetails_vehicleDetails_type": {
|
|
52
61
|
"type": [
|
|
@@ -563,7 +572,10 @@
|
|
|
563
572
|
"minimum": 0
|
|
564
573
|
},
|
|
565
574
|
"drawbarCouplingFitted": {
|
|
566
|
-
"type":
|
|
575
|
+
"type": [
|
|
576
|
+
"null",
|
|
577
|
+
"string"
|
|
578
|
+
]
|
|
567
579
|
},
|
|
568
580
|
"techRecord_emissionsLimit": {
|
|
569
581
|
"type": [
|
|
@@ -605,18 +617,25 @@
|
|
|
605
617
|
]
|
|
606
618
|
},
|
|
607
619
|
"techRecord_euroStandard": {
|
|
608
|
-
"
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
+
"anyOf": [
|
|
621
|
+
{
|
|
622
|
+
"type": "null"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"title": "Euro standard",
|
|
626
|
+
"type": "string",
|
|
627
|
+
"enum": [
|
|
628
|
+
"0.10 g/kWh Euro 3 PM",
|
|
629
|
+
"0.03 g/kWh Euro IV PM",
|
|
630
|
+
"Euro 3",
|
|
631
|
+
"Euro 4",
|
|
632
|
+
"Euro 5",
|
|
633
|
+
"Euro 6",
|
|
634
|
+
"Euro V",
|
|
635
|
+
"Euro VI",
|
|
636
|
+
"Full Electric"
|
|
637
|
+
]
|
|
638
|
+
}
|
|
620
639
|
]
|
|
621
640
|
},
|
|
622
641
|
"frontAxleTo5thWheelMax": {
|
|
@@ -790,13 +809,22 @@
|
|
|
790
809
|
]
|
|
791
810
|
},
|
|
792
811
|
"techRecord_maxTrainDesignWeight": {
|
|
793
|
-
"type":
|
|
812
|
+
"type": [
|
|
813
|
+
"null",
|
|
814
|
+
"integer"
|
|
815
|
+
]
|
|
794
816
|
},
|
|
795
817
|
"techRecord_maxTrainEecWeight": {
|
|
796
|
-
"type":
|
|
818
|
+
"type": [
|
|
819
|
+
"null",
|
|
820
|
+
"integer"
|
|
821
|
+
]
|
|
797
822
|
},
|
|
798
823
|
"techRecord_maxTrainGbWeight": {
|
|
799
|
-
"type":
|
|
824
|
+
"type": [
|
|
825
|
+
"null",
|
|
826
|
+
"integer"
|
|
827
|
+
]
|
|
800
828
|
},
|
|
801
829
|
"techRecord_manufacturerDetails": {
|
|
802
830
|
"type": [
|
|
@@ -812,12 +840,6 @@
|
|
|
812
840
|
"minimum": 0,
|
|
813
841
|
"maximum": 99999
|
|
814
842
|
},
|
|
815
|
-
"techRecord_microfilm": {
|
|
816
|
-
"type": [
|
|
817
|
-
"string",
|
|
818
|
-
"null"
|
|
819
|
-
]
|
|
820
|
-
},
|
|
821
843
|
"techRecord_microfilm_microfilmDocumentType": {
|
|
822
844
|
"anyOf": [
|
|
823
845
|
{
|
|
@@ -923,7 +945,10 @@
|
|
|
923
945
|
"type": "string"
|
|
924
946
|
},
|
|
925
947
|
"techRecord_ntaNumber": {
|
|
926
|
-
"type":
|
|
948
|
+
"type": [
|
|
949
|
+
"null",
|
|
950
|
+
"string"
|
|
951
|
+
]
|
|
927
952
|
},
|
|
928
953
|
"techRecord_numberOfWheelsDriven": {
|
|
929
954
|
"type": [
|
|
@@ -932,10 +957,16 @@
|
|
|
932
957
|
]
|
|
933
958
|
},
|
|
934
959
|
"techRecord_offRoad": {
|
|
935
|
-
"type":
|
|
960
|
+
"type": [
|
|
961
|
+
"null",
|
|
962
|
+
"boolean"
|
|
963
|
+
]
|
|
936
964
|
},
|
|
937
965
|
"techRecord_plates": {
|
|
938
|
-
"type":
|
|
966
|
+
"type": [
|
|
967
|
+
"null",
|
|
968
|
+
"array"
|
|
969
|
+
],
|
|
939
970
|
"items": {
|
|
940
971
|
"type": "object",
|
|
941
972
|
"title": "TRL Plates",
|
|
@@ -1076,7 +1107,10 @@
|
|
|
1076
1107
|
]
|
|
1077
1108
|
},
|
|
1078
1109
|
"techRecord_speedLimiterMrk": {
|
|
1079
|
-
"type":
|
|
1110
|
+
"type": [
|
|
1111
|
+
"null",
|
|
1112
|
+
"boolean"
|
|
1113
|
+
]
|
|
1080
1114
|
},
|
|
1081
1115
|
"techRecord_statusCode": {
|
|
1082
1116
|
"title": "Status Code",
|
|
@@ -1088,7 +1122,10 @@
|
|
|
1088
1122
|
]
|
|
1089
1123
|
},
|
|
1090
1124
|
"techRecord_tachoExemptMrk": {
|
|
1091
|
-
"type":
|
|
1125
|
+
"type": [
|
|
1126
|
+
"null",
|
|
1127
|
+
"boolean"
|
|
1128
|
+
]
|
|
1092
1129
|
},
|
|
1093
1130
|
"techRecord_suspensionType": {
|
|
1094
1131
|
"type": [
|
|
@@ -1105,10 +1142,16 @@
|
|
|
1105
1142
|
"maxLength": 2
|
|
1106
1143
|
},
|
|
1107
1144
|
"techRecord_variantNumber": {
|
|
1108
|
-
"type":
|
|
1145
|
+
"type": [
|
|
1146
|
+
"null",
|
|
1147
|
+
"string"
|
|
1148
|
+
]
|
|
1109
1149
|
},
|
|
1110
1150
|
"techRecord_variantVersionNumber": {
|
|
1111
|
-
"type":
|
|
1151
|
+
"type": [
|
|
1152
|
+
"null",
|
|
1153
|
+
"string"
|
|
1154
|
+
]
|
|
1112
1155
|
},
|
|
1113
1156
|
"techRecord_vehicleClass_code": {
|
|
1114
1157
|
"type": "string"
|
|
@@ -1165,7 +1208,10 @@
|
|
|
1165
1208
|
"type": "string"
|
|
1166
1209
|
},
|
|
1167
1210
|
"techRecord_axles": {
|
|
1168
|
-
"type":
|
|
1211
|
+
"type": [
|
|
1212
|
+
"null",
|
|
1213
|
+
"array"
|
|
1214
|
+
],
|
|
1169
1215
|
"items": {
|
|
1170
1216
|
"type": "object",
|
|
1171
1217
|
"title": "PSV Axles",
|
|
@@ -1184,21 +1230,33 @@
|
|
|
1184
1230
|
]
|
|
1185
1231
|
},
|
|
1186
1232
|
"brakes": {
|
|
1187
|
-
"type":
|
|
1233
|
+
"type": [
|
|
1234
|
+
"null",
|
|
1235
|
+
"object"
|
|
1236
|
+
],
|
|
1188
1237
|
"additionalProperties": false,
|
|
1189
1238
|
"properties": {
|
|
1190
1239
|
"brakeActuator": {
|
|
1191
|
-
"type":
|
|
1240
|
+
"type": [
|
|
1241
|
+
"null",
|
|
1242
|
+
"integer"
|
|
1243
|
+
],
|
|
1192
1244
|
"minimum": 0,
|
|
1193
1245
|
"maximum": 999
|
|
1194
1246
|
},
|
|
1195
1247
|
"leverLength": {
|
|
1196
|
-
"type":
|
|
1248
|
+
"type": [
|
|
1249
|
+
"null",
|
|
1250
|
+
"integer"
|
|
1251
|
+
],
|
|
1197
1252
|
"minimum": 0,
|
|
1198
1253
|
"maximum": 999
|
|
1199
1254
|
},
|
|
1200
1255
|
"springBrakeParking": {
|
|
1201
|
-
"type":
|
|
1256
|
+
"type": [
|
|
1257
|
+
"null",
|
|
1258
|
+
"boolean"
|
|
1259
|
+
]
|
|
1202
1260
|
}
|
|
1203
1261
|
}
|
|
1204
1262
|
},
|
|
@@ -1310,10 +1368,16 @@
|
|
|
1310
1368
|
}
|
|
1311
1369
|
},
|
|
1312
1370
|
"techRecord_hiddenInVta": {
|
|
1313
|
-
"type":
|
|
1371
|
+
"type": [
|
|
1372
|
+
"null",
|
|
1373
|
+
"boolean"
|
|
1374
|
+
]
|
|
1314
1375
|
},
|
|
1315
1376
|
"techRecord_updateType": {
|
|
1316
|
-
"type":
|
|
1377
|
+
"type": [
|
|
1378
|
+
"null",
|
|
1379
|
+
"string"
|
|
1380
|
+
]
|
|
1317
1381
|
},
|
|
1318
1382
|
"techRecord_authIntoService_cocIssueDate": {
|
|
1319
1383
|
"type": [
|
|
@@ -1059,6 +1059,163 @@
|
|
|
1059
1059
|
"string",
|
|
1060
1060
|
"null"
|
|
1061
1061
|
]
|
|
1062
|
+
},
|
|
1063
|
+
"techRecord_axles": {
|
|
1064
|
+
"type": [
|
|
1065
|
+
"null",
|
|
1066
|
+
"array"
|
|
1067
|
+
],
|
|
1068
|
+
"items": {
|
|
1069
|
+
"type": "object",
|
|
1070
|
+
"title": "TRL Axles",
|
|
1071
|
+
"additionalProperties": false,
|
|
1072
|
+
"properties": {
|
|
1073
|
+
"parkingBrakeMrk": {
|
|
1074
|
+
"type": [
|
|
1075
|
+
"boolean",
|
|
1076
|
+
"null"
|
|
1077
|
+
]
|
|
1078
|
+
},
|
|
1079
|
+
"axleNumber": {
|
|
1080
|
+
"type": [
|
|
1081
|
+
"integer",
|
|
1082
|
+
"null"
|
|
1083
|
+
]
|
|
1084
|
+
},
|
|
1085
|
+
"brakes": {
|
|
1086
|
+
"type": "object",
|
|
1087
|
+
"additionalProperties": false,
|
|
1088
|
+
"properties": {
|
|
1089
|
+
"brakeActuator": {
|
|
1090
|
+
"type": [
|
|
1091
|
+
"null",
|
|
1092
|
+
"integer"
|
|
1093
|
+
],
|
|
1094
|
+
"minimum": 0,
|
|
1095
|
+
"maximum": 999
|
|
1096
|
+
},
|
|
1097
|
+
"leverLength": {
|
|
1098
|
+
"type": [
|
|
1099
|
+
"null",
|
|
1100
|
+
"integer"
|
|
1101
|
+
],
|
|
1102
|
+
"minimum": 0,
|
|
1103
|
+
"maximum": 999
|
|
1104
|
+
},
|
|
1105
|
+
"springBrakeParking": {
|
|
1106
|
+
"type": [
|
|
1107
|
+
"null",
|
|
1108
|
+
"boolean"
|
|
1109
|
+
]
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
"weights_gbWeight": {
|
|
1114
|
+
"type": [
|
|
1115
|
+
"integer",
|
|
1116
|
+
"null"
|
|
1117
|
+
],
|
|
1118
|
+
"minimum": 0,
|
|
1119
|
+
"maximum": 99999
|
|
1120
|
+
},
|
|
1121
|
+
"weights_designWeight": {
|
|
1122
|
+
"type": [
|
|
1123
|
+
"integer",
|
|
1124
|
+
"null"
|
|
1125
|
+
],
|
|
1126
|
+
"minimum": 0,
|
|
1127
|
+
"maximum": 99999
|
|
1128
|
+
},
|
|
1129
|
+
"weights_ladenWeight": {
|
|
1130
|
+
"type": [
|
|
1131
|
+
"integer",
|
|
1132
|
+
"null"
|
|
1133
|
+
],
|
|
1134
|
+
"minimum": 0,
|
|
1135
|
+
"maximum": 99999
|
|
1136
|
+
},
|
|
1137
|
+
"weights_kerbWeight": {
|
|
1138
|
+
"type": [
|
|
1139
|
+
"integer",
|
|
1140
|
+
"null"
|
|
1141
|
+
],
|
|
1142
|
+
"minimum": 0,
|
|
1143
|
+
"maximum": 99999
|
|
1144
|
+
},
|
|
1145
|
+
"tyres_tyreCode": {
|
|
1146
|
+
"type": [
|
|
1147
|
+
"integer",
|
|
1148
|
+
"null"
|
|
1149
|
+
],
|
|
1150
|
+
"minimum": 0,
|
|
1151
|
+
"maximum": 99999
|
|
1152
|
+
},
|
|
1153
|
+
"tyres_tyreSize": {
|
|
1154
|
+
"type": [
|
|
1155
|
+
"string",
|
|
1156
|
+
"null"
|
|
1157
|
+
],
|
|
1158
|
+
"maxLength": 12
|
|
1159
|
+
},
|
|
1160
|
+
"tyres_plyRating": {
|
|
1161
|
+
"type": [
|
|
1162
|
+
"string",
|
|
1163
|
+
"null"
|
|
1164
|
+
]
|
|
1165
|
+
},
|
|
1166
|
+
"tyres_fitmentCode": {
|
|
1167
|
+
"anyOf": [
|
|
1168
|
+
{
|
|
1169
|
+
"type": "null"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"title": "Fitment Code",
|
|
1173
|
+
"type": "string",
|
|
1174
|
+
"enum": [
|
|
1175
|
+
"single",
|
|
1176
|
+
"double"
|
|
1177
|
+
]
|
|
1178
|
+
}
|
|
1179
|
+
]
|
|
1180
|
+
},
|
|
1181
|
+
"tyres_dataTrAxles": {
|
|
1182
|
+
"type": [
|
|
1183
|
+
"null",
|
|
1184
|
+
"integer"
|
|
1185
|
+
],
|
|
1186
|
+
"minimum": 0,
|
|
1187
|
+
"maximum": 999
|
|
1188
|
+
},
|
|
1189
|
+
"tyres_speedCategorySymbol": {
|
|
1190
|
+
"anyOf": [
|
|
1191
|
+
{
|
|
1192
|
+
"title": "Speed Category Symbol",
|
|
1193
|
+
"type": "string",
|
|
1194
|
+
"enum": [
|
|
1195
|
+
"a7",
|
|
1196
|
+
"a8",
|
|
1197
|
+
"b",
|
|
1198
|
+
"c",
|
|
1199
|
+
"d",
|
|
1200
|
+
"e",
|
|
1201
|
+
"f",
|
|
1202
|
+
"g",
|
|
1203
|
+
"j",
|
|
1204
|
+
"k",
|
|
1205
|
+
"l",
|
|
1206
|
+
"m",
|
|
1207
|
+
"n",
|
|
1208
|
+
"p",
|
|
1209
|
+
"q"
|
|
1210
|
+
]
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"type": "null"
|
|
1214
|
+
}
|
|
1215
|
+
]
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1062
1219
|
}
|
|
1063
1220
|
}
|
|
1064
1221
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
"additionalProperties": false,
|
|
5
5
|
"required": [
|
|
6
6
|
"techRecord_noOfAxles",
|
|
7
|
-
"systemNumber",
|
|
8
7
|
"trailerId",
|
|
9
8
|
"techRecord_reasonForCreation",
|
|
10
9
|
"techRecord_recordCompleteness",
|
|
@@ -1015,10 +1014,13 @@
|
|
|
1015
1014
|
"type": "string"
|
|
1016
1015
|
},
|
|
1017
1016
|
"techRecord_axles": {
|
|
1018
|
-
"type":
|
|
1017
|
+
"type": [
|
|
1018
|
+
"null",
|
|
1019
|
+
"array"
|
|
1020
|
+
],
|
|
1019
1021
|
"items": {
|
|
1020
1022
|
"type": "object",
|
|
1021
|
-
"title": "
|
|
1023
|
+
"title": "TRL Axles",
|
|
1022
1024
|
"additionalProperties": false,
|
|
1023
1025
|
"properties": {
|
|
1024
1026
|
"parkingBrakeMrk": {
|
|
@@ -1032,6 +1034,138 @@
|
|
|
1032
1034
|
"integer",
|
|
1033
1035
|
"null"
|
|
1034
1036
|
]
|
|
1037
|
+
},
|
|
1038
|
+
"brakes": {
|
|
1039
|
+
"type": "object",
|
|
1040
|
+
"additionalProperties": false,
|
|
1041
|
+
"properties": {
|
|
1042
|
+
"brakeActuator": {
|
|
1043
|
+
"type": [
|
|
1044
|
+
"null",
|
|
1045
|
+
"integer"
|
|
1046
|
+
],
|
|
1047
|
+
"minimum": 0,
|
|
1048
|
+
"maximum": 999
|
|
1049
|
+
},
|
|
1050
|
+
"leverLength": {
|
|
1051
|
+
"type": [
|
|
1052
|
+
"null",
|
|
1053
|
+
"integer"
|
|
1054
|
+
],
|
|
1055
|
+
"minimum": 0,
|
|
1056
|
+
"maximum": 999
|
|
1057
|
+
},
|
|
1058
|
+
"springBrakeParking": {
|
|
1059
|
+
"type": [
|
|
1060
|
+
"null",
|
|
1061
|
+
"boolean"
|
|
1062
|
+
]
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
"weights_gbWeight": {
|
|
1067
|
+
"type": [
|
|
1068
|
+
"integer",
|
|
1069
|
+
"null"
|
|
1070
|
+
],
|
|
1071
|
+
"minimum": 0,
|
|
1072
|
+
"maximum": 99999
|
|
1073
|
+
},
|
|
1074
|
+
"weights_designWeight": {
|
|
1075
|
+
"type": [
|
|
1076
|
+
"integer",
|
|
1077
|
+
"null"
|
|
1078
|
+
],
|
|
1079
|
+
"minimum": 0,
|
|
1080
|
+
"maximum": 99999
|
|
1081
|
+
},
|
|
1082
|
+
"weights_ladenWeight": {
|
|
1083
|
+
"type": [
|
|
1084
|
+
"integer",
|
|
1085
|
+
"null"
|
|
1086
|
+
],
|
|
1087
|
+
"minimum": 0,
|
|
1088
|
+
"maximum": 99999
|
|
1089
|
+
},
|
|
1090
|
+
"weights_kerbWeight": {
|
|
1091
|
+
"type": [
|
|
1092
|
+
"integer",
|
|
1093
|
+
"null"
|
|
1094
|
+
],
|
|
1095
|
+
"minimum": 0,
|
|
1096
|
+
"maximum": 99999
|
|
1097
|
+
},
|
|
1098
|
+
"tyres_tyreCode": {
|
|
1099
|
+
"type": [
|
|
1100
|
+
"integer",
|
|
1101
|
+
"null"
|
|
1102
|
+
],
|
|
1103
|
+
"minimum": 0,
|
|
1104
|
+
"maximum": 99999
|
|
1105
|
+
},
|
|
1106
|
+
"tyres_tyreSize": {
|
|
1107
|
+
"type": [
|
|
1108
|
+
"string",
|
|
1109
|
+
"null"
|
|
1110
|
+
],
|
|
1111
|
+
"maxLength": 12
|
|
1112
|
+
},
|
|
1113
|
+
"tyres_plyRating": {
|
|
1114
|
+
"type": [
|
|
1115
|
+
"string",
|
|
1116
|
+
"null"
|
|
1117
|
+
]
|
|
1118
|
+
},
|
|
1119
|
+
"tyres_fitmentCode": {
|
|
1120
|
+
"anyOf": [
|
|
1121
|
+
{
|
|
1122
|
+
"type": "null"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"title": "Fitment Code",
|
|
1126
|
+
"type": "string",
|
|
1127
|
+
"enum": [
|
|
1128
|
+
"single",
|
|
1129
|
+
"double"
|
|
1130
|
+
]
|
|
1131
|
+
}
|
|
1132
|
+
]
|
|
1133
|
+
},
|
|
1134
|
+
"tyres_dataTrAxles": {
|
|
1135
|
+
"type": [
|
|
1136
|
+
"null",
|
|
1137
|
+
"integer"
|
|
1138
|
+
],
|
|
1139
|
+
"minimum": 0,
|
|
1140
|
+
"maximum": 999
|
|
1141
|
+
},
|
|
1142
|
+
"tyres_speedCategorySymbol": {
|
|
1143
|
+
"anyOf": [
|
|
1144
|
+
{
|
|
1145
|
+
"title": "Speed Category Symbol",
|
|
1146
|
+
"type": "string",
|
|
1147
|
+
"enum": [
|
|
1148
|
+
"a7",
|
|
1149
|
+
"a8",
|
|
1150
|
+
"b",
|
|
1151
|
+
"c",
|
|
1152
|
+
"d",
|
|
1153
|
+
"e",
|
|
1154
|
+
"f",
|
|
1155
|
+
"g",
|
|
1156
|
+
"j",
|
|
1157
|
+
"k",
|
|
1158
|
+
"l",
|
|
1159
|
+
"m",
|
|
1160
|
+
"n",
|
|
1161
|
+
"p",
|
|
1162
|
+
"q"
|
|
1163
|
+
]
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"type": "null"
|
|
1167
|
+
}
|
|
1168
|
+
]
|
|
1035
1169
|
}
|
|
1036
1170
|
}
|
|
1037
1171
|
}
|
package/package.json
CHANGED
|
@@ -51,28 +51,28 @@ export interface TechRecordGETCarComplete {
|
|
|
51
51
|
techRecord_applicantDetails_telephoneNumber?: null | string;
|
|
52
52
|
techRecord_applicantDetails_emailAddress?: null | string;
|
|
53
53
|
createdTimestamp: string;
|
|
54
|
-
partialVin?: string;
|
|
55
|
-
primaryVrm?: string;
|
|
54
|
+
partialVin?: null | string;
|
|
55
|
+
primaryVrm?: null | string;
|
|
56
56
|
systemNumber: string;
|
|
57
|
-
techRecord_createdAt?: string;
|
|
58
|
-
techRecord_createdById?: string;
|
|
59
|
-
techRecord_createdByName?: string;
|
|
60
|
-
techRecord_euVehicleCategory?: EUVehicleCategory;
|
|
57
|
+
techRecord_createdAt?: null | string;
|
|
58
|
+
techRecord_createdById?: null | string;
|
|
59
|
+
techRecord_createdByName?: null | string;
|
|
60
|
+
techRecord_euVehicleCategory?: null | EUVehicleCategory;
|
|
61
61
|
techRecord_lastUpdatedAt?: string | null;
|
|
62
62
|
techRecord_lastUpdatedById?: string | null;
|
|
63
63
|
techRecord_lastUpdatedByName?: string | null;
|
|
64
64
|
techRecord_manufactureYear?: string | null;
|
|
65
|
-
techRecord_recordCompleteness?: string;
|
|
66
|
-
techRecord_noOfAxles?: number;
|
|
67
|
-
techRecord_notes?: string;
|
|
68
|
-
techRecord_reasonForCreation?: string;
|
|
65
|
+
techRecord_recordCompleteness?: null | string;
|
|
66
|
+
techRecord_noOfAxles?: null | number;
|
|
67
|
+
techRecord_notes?: null | string;
|
|
68
|
+
techRecord_reasonForCreation?: null | string;
|
|
69
69
|
techRecord_regnDate?: string | null;
|
|
70
|
-
techRecord_statusCode?: StatusCode;
|
|
71
|
-
techRecord_vehicleConfiguration?: VehicleConfiguration;
|
|
70
|
+
techRecord_statusCode?: null | StatusCode;
|
|
71
|
+
techRecord_vehicleConfiguration?: null | VehicleConfiguration;
|
|
72
72
|
techRecord_vehicleType: VehicleType;
|
|
73
73
|
vin: string;
|
|
74
74
|
techRecord_vehicleSubclass: VehicleSubclass;
|
|
75
|
-
techRecord_hiddenInVta?: boolean;
|
|
76
|
-
techRecord_updateType?: string;
|
|
77
|
-
secondaryVrms?: string[];
|
|
75
|
+
techRecord_hiddenInVta?: null | boolean;
|
|
76
|
+
techRecord_updateType?: null | string;
|
|
77
|
+
secondaryVrms?: null | string[];
|
|
78
78
|
}
|
|
@@ -50,27 +50,27 @@ export interface TechRecordGETCarSkeleton {
|
|
|
50
50
|
techRecord_applicantDetails_telephoneNumber?: null | string;
|
|
51
51
|
techRecord_applicantDetails_emailAddress?: null | string;
|
|
52
52
|
createdTimestamp: string;
|
|
53
|
-
partialVin?: string;
|
|
54
|
-
primaryVrm?: string;
|
|
53
|
+
partialVin?: null | string;
|
|
54
|
+
primaryVrm?: null | string;
|
|
55
55
|
systemNumber: string;
|
|
56
|
-
techRecord_createdAt?: string;
|
|
57
|
-
techRecord_createdById?: string;
|
|
58
|
-
techRecord_createdByName?: string;
|
|
59
|
-
techRecord_euVehicleCategory?: EUVehicleCategory;
|
|
56
|
+
techRecord_createdAt?: null | string;
|
|
57
|
+
techRecord_createdById?: null | string;
|
|
58
|
+
techRecord_createdByName?: null | string;
|
|
59
|
+
techRecord_euVehicleCategory?: null | EUVehicleCategory;
|
|
60
60
|
techRecord_lastUpdatedAt?: string | null;
|
|
61
61
|
techRecord_lastUpdatedById?: string | null;
|
|
62
62
|
techRecord_lastUpdatedByName?: string | null;
|
|
63
63
|
techRecord_manufactureYear?: string | null;
|
|
64
|
-
techRecord_recordCompleteness?: string;
|
|
65
|
-
techRecord_noOfAxles?: number;
|
|
66
|
-
techRecord_notes?: string;
|
|
67
|
-
techRecord_reasonForCreation?: string;
|
|
64
|
+
techRecord_recordCompleteness?: null | string;
|
|
65
|
+
techRecord_noOfAxles?: null | number;
|
|
66
|
+
techRecord_notes?: null | string;
|
|
67
|
+
techRecord_reasonForCreation?: null | string;
|
|
68
68
|
techRecord_regnDate?: string | null;
|
|
69
|
-
techRecord_statusCode?: StatusCode;
|
|
70
|
-
techRecord_vehicleConfiguration?: VehicleConfiguration;
|
|
69
|
+
techRecord_statusCode?: null | StatusCode;
|
|
70
|
+
techRecord_vehicleConfiguration?: null | VehicleConfiguration;
|
|
71
71
|
techRecord_vehicleType: VehicleType;
|
|
72
72
|
vin: string;
|
|
73
|
-
techRecord_hiddenInVta?: boolean;
|
|
74
|
-
techRecord_updateType?: string;
|
|
75
|
-
secondaryVrms?: string[];
|
|
73
|
+
techRecord_hiddenInVta?: null | boolean;
|
|
74
|
+
techRecord_updateType?: null | string;
|
|
75
|
+
secondaryVrms?: null | string[];
|
|
76
76
|
}
|