@dvsa/cvs-type-definitions 3.0.14 → 3.0.16
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/trl/complete/index.json +68 -0
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +68 -0
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +68 -0
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +68 -0
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +68 -0
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +68 -0
- package/package.json +1 -1
- package/types/v3/tech-record/get/trl/complete/index.d.ts +11 -0
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +11 -0
- package/types/v3/tech-record/get/trl/testable/index.d.ts +11 -0
- package/types/v3/tech-record/put/trl/complete/index.d.ts +11 -0
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +11 -0
- package/types/v3/tech-record/put/trl/testable/index.d.ts +11 -0
|
@@ -1075,6 +1075,66 @@
|
|
|
1075
1075
|
"null"
|
|
1076
1076
|
]
|
|
1077
1077
|
},
|
|
1078
|
+
"techRecord_manufacturerDetails_address1": {
|
|
1079
|
+
"type": [
|
|
1080
|
+
"string",
|
|
1081
|
+
"null"
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
1084
|
+
"techRecord_manufacturerDetails_address2": {
|
|
1085
|
+
"type": [
|
|
1086
|
+
"string",
|
|
1087
|
+
"null"
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
"techRecord_manufacturerDetails_address3": {
|
|
1091
|
+
"type": [
|
|
1092
|
+
"string",
|
|
1093
|
+
"null"
|
|
1094
|
+
]
|
|
1095
|
+
},
|
|
1096
|
+
"techRecord_manufacturerDetails_emailAddress": {
|
|
1097
|
+
"type": [
|
|
1098
|
+
"string",
|
|
1099
|
+
"null"
|
|
1100
|
+
]
|
|
1101
|
+
},
|
|
1102
|
+
"techRecord_manufacturerDetails_faxNumber": {
|
|
1103
|
+
"type": [
|
|
1104
|
+
"string",
|
|
1105
|
+
"null"
|
|
1106
|
+
]
|
|
1107
|
+
},
|
|
1108
|
+
"techRecord_manufacturerDetails_name": {
|
|
1109
|
+
"type": [
|
|
1110
|
+
"string",
|
|
1111
|
+
"null"
|
|
1112
|
+
]
|
|
1113
|
+
},
|
|
1114
|
+
"techRecord_manufacturerDetails_postCode": {
|
|
1115
|
+
"type": [
|
|
1116
|
+
"string",
|
|
1117
|
+
"null"
|
|
1118
|
+
]
|
|
1119
|
+
},
|
|
1120
|
+
"techRecord_manufacturerDetails_postTown": {
|
|
1121
|
+
"type": [
|
|
1122
|
+
"string",
|
|
1123
|
+
"null"
|
|
1124
|
+
]
|
|
1125
|
+
},
|
|
1126
|
+
"techRecord_manufacturerDetails_manufacturerNotes": {
|
|
1127
|
+
"type": [
|
|
1128
|
+
"string",
|
|
1129
|
+
"null"
|
|
1130
|
+
]
|
|
1131
|
+
},
|
|
1132
|
+
"techRecord_manufacturerDetails_telephoneNumber": {
|
|
1133
|
+
"type": [
|
|
1134
|
+
"string",
|
|
1135
|
+
"null"
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1078
1138
|
"techRecord_lastUpdatedAt": {
|
|
1079
1139
|
"type": [
|
|
1080
1140
|
"string",
|
|
@@ -1277,6 +1337,14 @@
|
|
|
1277
1337
|
"minimum": 0,
|
|
1278
1338
|
"maximum": 99999
|
|
1279
1339
|
},
|
|
1340
|
+
"weights_eecWeight": {
|
|
1341
|
+
"type": [
|
|
1342
|
+
"integer",
|
|
1343
|
+
"null"
|
|
1344
|
+
],
|
|
1345
|
+
"minimum": 0,
|
|
1346
|
+
"maximum": 99999
|
|
1347
|
+
},
|
|
1280
1348
|
"weights_designWeight": {
|
|
1281
1349
|
"type": "integer",
|
|
1282
1350
|
"minimum": 0,
|
|
@@ -907,6 +907,14 @@
|
|
|
907
907
|
"minimum": 0,
|
|
908
908
|
"maximum": 99999
|
|
909
909
|
},
|
|
910
|
+
"weights_eecWeight": {
|
|
911
|
+
"type": [
|
|
912
|
+
"integer",
|
|
913
|
+
"null"
|
|
914
|
+
],
|
|
915
|
+
"minimum": 0,
|
|
916
|
+
"maximum": 99999
|
|
917
|
+
},
|
|
910
918
|
"weights_ladenWeight": {
|
|
911
919
|
"type": [
|
|
912
920
|
"integer",
|
|
@@ -1122,6 +1130,66 @@
|
|
|
1122
1130
|
"null"
|
|
1123
1131
|
]
|
|
1124
1132
|
},
|
|
1133
|
+
"techRecord_manufacturerDetails_address1": {
|
|
1134
|
+
"type": [
|
|
1135
|
+
"string",
|
|
1136
|
+
"null"
|
|
1137
|
+
]
|
|
1138
|
+
},
|
|
1139
|
+
"techRecord_manufacturerDetails_address2": {
|
|
1140
|
+
"type": [
|
|
1141
|
+
"string",
|
|
1142
|
+
"null"
|
|
1143
|
+
]
|
|
1144
|
+
},
|
|
1145
|
+
"techRecord_manufacturerDetails_address3": {
|
|
1146
|
+
"type": [
|
|
1147
|
+
"string",
|
|
1148
|
+
"null"
|
|
1149
|
+
]
|
|
1150
|
+
},
|
|
1151
|
+
"techRecord_manufacturerDetails_emailAddress": {
|
|
1152
|
+
"type": [
|
|
1153
|
+
"string",
|
|
1154
|
+
"null"
|
|
1155
|
+
]
|
|
1156
|
+
},
|
|
1157
|
+
"techRecord_manufacturerDetails_faxNumber": {
|
|
1158
|
+
"type": [
|
|
1159
|
+
"string",
|
|
1160
|
+
"null"
|
|
1161
|
+
]
|
|
1162
|
+
},
|
|
1163
|
+
"techRecord_manufacturerDetails_name": {
|
|
1164
|
+
"type": [
|
|
1165
|
+
"string",
|
|
1166
|
+
"null"
|
|
1167
|
+
]
|
|
1168
|
+
},
|
|
1169
|
+
"techRecord_manufacturerDetails_postCode": {
|
|
1170
|
+
"type": [
|
|
1171
|
+
"string",
|
|
1172
|
+
"null"
|
|
1173
|
+
]
|
|
1174
|
+
},
|
|
1175
|
+
"techRecord_manufacturerDetails_postTown": {
|
|
1176
|
+
"type": [
|
|
1177
|
+
"string",
|
|
1178
|
+
"null"
|
|
1179
|
+
]
|
|
1180
|
+
},
|
|
1181
|
+
"techRecord_manufacturerDetails_manufacturerNotes": {
|
|
1182
|
+
"type": [
|
|
1183
|
+
"string",
|
|
1184
|
+
"null"
|
|
1185
|
+
]
|
|
1186
|
+
},
|
|
1187
|
+
"techRecord_manufacturerDetails_telephoneNumber": {
|
|
1188
|
+
"type": [
|
|
1189
|
+
"string",
|
|
1190
|
+
"null"
|
|
1191
|
+
]
|
|
1192
|
+
},
|
|
1125
1193
|
"techRecord_lastUpdatedAt": {
|
|
1126
1194
|
"type": [
|
|
1127
1195
|
"string",
|
|
@@ -968,6 +968,66 @@
|
|
|
968
968
|
"null"
|
|
969
969
|
]
|
|
970
970
|
},
|
|
971
|
+
"techRecord_manufacturerDetails_address1": {
|
|
972
|
+
"type": [
|
|
973
|
+
"string",
|
|
974
|
+
"null"
|
|
975
|
+
]
|
|
976
|
+
},
|
|
977
|
+
"techRecord_manufacturerDetails_address2": {
|
|
978
|
+
"type": [
|
|
979
|
+
"string",
|
|
980
|
+
"null"
|
|
981
|
+
]
|
|
982
|
+
},
|
|
983
|
+
"techRecord_manufacturerDetails_address3": {
|
|
984
|
+
"type": [
|
|
985
|
+
"string",
|
|
986
|
+
"null"
|
|
987
|
+
]
|
|
988
|
+
},
|
|
989
|
+
"techRecord_manufacturerDetails_emailAddress": {
|
|
990
|
+
"type": [
|
|
991
|
+
"string",
|
|
992
|
+
"null"
|
|
993
|
+
]
|
|
994
|
+
},
|
|
995
|
+
"techRecord_manufacturerDetails_faxNumber": {
|
|
996
|
+
"type": [
|
|
997
|
+
"string",
|
|
998
|
+
"null"
|
|
999
|
+
]
|
|
1000
|
+
},
|
|
1001
|
+
"techRecord_manufacturerDetails_name": {
|
|
1002
|
+
"type": [
|
|
1003
|
+
"string",
|
|
1004
|
+
"null"
|
|
1005
|
+
]
|
|
1006
|
+
},
|
|
1007
|
+
"techRecord_manufacturerDetails_postCode": {
|
|
1008
|
+
"type": [
|
|
1009
|
+
"string",
|
|
1010
|
+
"null"
|
|
1011
|
+
]
|
|
1012
|
+
},
|
|
1013
|
+
"techRecord_manufacturerDetails_postTown": {
|
|
1014
|
+
"type": [
|
|
1015
|
+
"string",
|
|
1016
|
+
"null"
|
|
1017
|
+
]
|
|
1018
|
+
},
|
|
1019
|
+
"techRecord_manufacturerDetails_manufacturerNotes": {
|
|
1020
|
+
"type": [
|
|
1021
|
+
"string",
|
|
1022
|
+
"null"
|
|
1023
|
+
]
|
|
1024
|
+
},
|
|
1025
|
+
"techRecord_manufacturerDetails_telephoneNumber": {
|
|
1026
|
+
"type": [
|
|
1027
|
+
"string",
|
|
1028
|
+
"null"
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
971
1031
|
"techRecord_lastUpdatedAt": {
|
|
972
1032
|
"type": [
|
|
973
1033
|
"string",
|
|
@@ -1158,6 +1218,14 @@
|
|
|
1158
1218
|
"minimum": 0,
|
|
1159
1219
|
"maximum": 99999
|
|
1160
1220
|
},
|
|
1221
|
+
"weights_eecWeight": {
|
|
1222
|
+
"type": [
|
|
1223
|
+
"integer",
|
|
1224
|
+
"null"
|
|
1225
|
+
],
|
|
1226
|
+
"minimum": 0,
|
|
1227
|
+
"maximum": 99999
|
|
1228
|
+
},
|
|
1161
1229
|
"weights_ladenWeight": {
|
|
1162
1230
|
"type": [
|
|
1163
1231
|
"integer",
|
|
@@ -1067,6 +1067,66 @@
|
|
|
1067
1067
|
"null"
|
|
1068
1068
|
]
|
|
1069
1069
|
},
|
|
1070
|
+
"techRecord_manufacturerDetails_address1": {
|
|
1071
|
+
"type": [
|
|
1072
|
+
"string",
|
|
1073
|
+
"null"
|
|
1074
|
+
]
|
|
1075
|
+
},
|
|
1076
|
+
"techRecord_manufacturerDetails_address2": {
|
|
1077
|
+
"type": [
|
|
1078
|
+
"string",
|
|
1079
|
+
"null"
|
|
1080
|
+
]
|
|
1081
|
+
},
|
|
1082
|
+
"techRecord_manufacturerDetails_address3": {
|
|
1083
|
+
"type": [
|
|
1084
|
+
"string",
|
|
1085
|
+
"null"
|
|
1086
|
+
]
|
|
1087
|
+
},
|
|
1088
|
+
"techRecord_manufacturerDetails_emailAddress": {
|
|
1089
|
+
"type": [
|
|
1090
|
+
"string",
|
|
1091
|
+
"null"
|
|
1092
|
+
]
|
|
1093
|
+
},
|
|
1094
|
+
"techRecord_manufacturerDetails_faxNumber": {
|
|
1095
|
+
"type": [
|
|
1096
|
+
"string",
|
|
1097
|
+
"null"
|
|
1098
|
+
]
|
|
1099
|
+
},
|
|
1100
|
+
"techRecord_manufacturerDetails_name": {
|
|
1101
|
+
"type": [
|
|
1102
|
+
"string",
|
|
1103
|
+
"null"
|
|
1104
|
+
]
|
|
1105
|
+
},
|
|
1106
|
+
"techRecord_manufacturerDetails_postCode": {
|
|
1107
|
+
"type": [
|
|
1108
|
+
"string",
|
|
1109
|
+
"null"
|
|
1110
|
+
]
|
|
1111
|
+
},
|
|
1112
|
+
"techRecord_manufacturerDetails_postTown": {
|
|
1113
|
+
"type": [
|
|
1114
|
+
"string",
|
|
1115
|
+
"null"
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1118
|
+
"techRecord_manufacturerDetails_manufacturerNotes": {
|
|
1119
|
+
"type": [
|
|
1120
|
+
"string",
|
|
1121
|
+
"null"
|
|
1122
|
+
]
|
|
1123
|
+
},
|
|
1124
|
+
"techRecord_manufacturerDetails_telephoneNumber": {
|
|
1125
|
+
"type": [
|
|
1126
|
+
"string",
|
|
1127
|
+
"null"
|
|
1128
|
+
]
|
|
1129
|
+
},
|
|
1070
1130
|
"techRecord_rearAxleToRearTrl": {
|
|
1071
1131
|
"type": [
|
|
1072
1132
|
"integer",
|
|
@@ -1248,6 +1308,14 @@
|
|
|
1248
1308
|
"minimum": 0,
|
|
1249
1309
|
"maximum": 99999
|
|
1250
1310
|
},
|
|
1311
|
+
"weights_eecWeight": {
|
|
1312
|
+
"type": [
|
|
1313
|
+
"integer",
|
|
1314
|
+
"null"
|
|
1315
|
+
],
|
|
1316
|
+
"minimum": 0,
|
|
1317
|
+
"maximum": 99999
|
|
1318
|
+
},
|
|
1251
1319
|
"weights_designWeight": {
|
|
1252
1320
|
"type": "integer",
|
|
1253
1321
|
"minimum": 0,
|
|
@@ -1081,6 +1081,66 @@
|
|
|
1081
1081
|
"null"
|
|
1082
1082
|
]
|
|
1083
1083
|
},
|
|
1084
|
+
"techRecord_manufacturerDetails_address1": {
|
|
1085
|
+
"type": [
|
|
1086
|
+
"string",
|
|
1087
|
+
"null"
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
"techRecord_manufacturerDetails_address2": {
|
|
1091
|
+
"type": [
|
|
1092
|
+
"string",
|
|
1093
|
+
"null"
|
|
1094
|
+
]
|
|
1095
|
+
},
|
|
1096
|
+
"techRecord_manufacturerDetails_address3": {
|
|
1097
|
+
"type": [
|
|
1098
|
+
"string",
|
|
1099
|
+
"null"
|
|
1100
|
+
]
|
|
1101
|
+
},
|
|
1102
|
+
"techRecord_manufacturerDetails_emailAddress": {
|
|
1103
|
+
"type": [
|
|
1104
|
+
"string",
|
|
1105
|
+
"null"
|
|
1106
|
+
]
|
|
1107
|
+
},
|
|
1108
|
+
"techRecord_manufacturerDetails_faxNumber": {
|
|
1109
|
+
"type": [
|
|
1110
|
+
"string",
|
|
1111
|
+
"null"
|
|
1112
|
+
]
|
|
1113
|
+
},
|
|
1114
|
+
"techRecord_manufacturerDetails_name": {
|
|
1115
|
+
"type": [
|
|
1116
|
+
"string",
|
|
1117
|
+
"null"
|
|
1118
|
+
]
|
|
1119
|
+
},
|
|
1120
|
+
"techRecord_manufacturerDetails_postCode": {
|
|
1121
|
+
"type": [
|
|
1122
|
+
"string",
|
|
1123
|
+
"null"
|
|
1124
|
+
]
|
|
1125
|
+
},
|
|
1126
|
+
"techRecord_manufacturerDetails_postTown": {
|
|
1127
|
+
"type": [
|
|
1128
|
+
"string",
|
|
1129
|
+
"null"
|
|
1130
|
+
]
|
|
1131
|
+
},
|
|
1132
|
+
"techRecord_manufacturerDetails_manufacturerNotes": {
|
|
1133
|
+
"type": [
|
|
1134
|
+
"string",
|
|
1135
|
+
"null"
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
"techRecord_manufacturerDetails_telephoneNumber": {
|
|
1139
|
+
"type": [
|
|
1140
|
+
"string",
|
|
1141
|
+
"null"
|
|
1142
|
+
]
|
|
1143
|
+
},
|
|
1084
1144
|
"techRecord_authIntoService_dateReceived": {
|
|
1085
1145
|
"type": [
|
|
1086
1146
|
"string",
|
|
@@ -1178,6 +1238,14 @@
|
|
|
1178
1238
|
"minimum": 0,
|
|
1179
1239
|
"maximum": 99999
|
|
1180
1240
|
},
|
|
1241
|
+
"weights_eecWeight": {
|
|
1242
|
+
"type": [
|
|
1243
|
+
"integer",
|
|
1244
|
+
"null"
|
|
1245
|
+
],
|
|
1246
|
+
"minimum": 0,
|
|
1247
|
+
"maximum": 99999
|
|
1248
|
+
},
|
|
1181
1249
|
"weights_designWeight": {
|
|
1182
1250
|
"type": [
|
|
1183
1251
|
"integer",
|
|
@@ -949,6 +949,66 @@
|
|
|
949
949
|
"null"
|
|
950
950
|
]
|
|
951
951
|
},
|
|
952
|
+
"techRecord_manufacturerDetails_address1": {
|
|
953
|
+
"type": [
|
|
954
|
+
"string",
|
|
955
|
+
"null"
|
|
956
|
+
]
|
|
957
|
+
},
|
|
958
|
+
"techRecord_manufacturerDetails_address2": {
|
|
959
|
+
"type": [
|
|
960
|
+
"string",
|
|
961
|
+
"null"
|
|
962
|
+
]
|
|
963
|
+
},
|
|
964
|
+
"techRecord_manufacturerDetails_address3": {
|
|
965
|
+
"type": [
|
|
966
|
+
"string",
|
|
967
|
+
"null"
|
|
968
|
+
]
|
|
969
|
+
},
|
|
970
|
+
"techRecord_manufacturerDetails_emailAddress": {
|
|
971
|
+
"type": [
|
|
972
|
+
"string",
|
|
973
|
+
"null"
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
"techRecord_manufacturerDetails_faxNumber": {
|
|
977
|
+
"type": [
|
|
978
|
+
"string",
|
|
979
|
+
"null"
|
|
980
|
+
]
|
|
981
|
+
},
|
|
982
|
+
"techRecord_manufacturerDetails_name": {
|
|
983
|
+
"type": [
|
|
984
|
+
"string",
|
|
985
|
+
"null"
|
|
986
|
+
]
|
|
987
|
+
},
|
|
988
|
+
"techRecord_manufacturerDetails_postCode": {
|
|
989
|
+
"type": [
|
|
990
|
+
"string",
|
|
991
|
+
"null"
|
|
992
|
+
]
|
|
993
|
+
},
|
|
994
|
+
"techRecord_manufacturerDetails_postTown": {
|
|
995
|
+
"type": [
|
|
996
|
+
"string",
|
|
997
|
+
"null"
|
|
998
|
+
]
|
|
999
|
+
},
|
|
1000
|
+
"techRecord_manufacturerDetails_manufacturerNotes": {
|
|
1001
|
+
"type": [
|
|
1002
|
+
"string",
|
|
1003
|
+
"null"
|
|
1004
|
+
]
|
|
1005
|
+
},
|
|
1006
|
+
"techRecord_manufacturerDetails_telephoneNumber": {
|
|
1007
|
+
"type": [
|
|
1008
|
+
"string",
|
|
1009
|
+
"null"
|
|
1010
|
+
]
|
|
1011
|
+
},
|
|
952
1012
|
"techRecord_rearAxleToRearTrl": {
|
|
953
1013
|
"type": [
|
|
954
1014
|
"integer",
|
|
@@ -1131,6 +1191,14 @@
|
|
|
1131
1191
|
"minimum": 0,
|
|
1132
1192
|
"maximum": 99999
|
|
1133
1193
|
},
|
|
1194
|
+
"weights_eecWeight": {
|
|
1195
|
+
"type": [
|
|
1196
|
+
"integer",
|
|
1197
|
+
"null"
|
|
1198
|
+
],
|
|
1199
|
+
"minimum": 0,
|
|
1200
|
+
"maximum": 99999
|
|
1201
|
+
},
|
|
1134
1202
|
"weights_designWeight": {
|
|
1135
1203
|
"type": [
|
|
1136
1204
|
"integer",
|
package/package.json
CHANGED
|
@@ -304,6 +304,16 @@ export interface TechRecordGETTRLComplete {
|
|
|
304
304
|
techRecord_purchaserDetails_postTown?: string | null;
|
|
305
305
|
techRecord_purchaserDetails_purchaserNotes?: string | null;
|
|
306
306
|
techRecord_purchaserDetails_telephoneNumber?: string | null;
|
|
307
|
+
techRecord_manufacturerDetails_address1?: string | null;
|
|
308
|
+
techRecord_manufacturerDetails_address2?: string | null;
|
|
309
|
+
techRecord_manufacturerDetails_address3?: string | null;
|
|
310
|
+
techRecord_manufacturerDetails_emailAddress?: string | null;
|
|
311
|
+
techRecord_manufacturerDetails_faxNumber?: string | null;
|
|
312
|
+
techRecord_manufacturerDetails_name?: string | null;
|
|
313
|
+
techRecord_manufacturerDetails_postCode?: string | null;
|
|
314
|
+
techRecord_manufacturerDetails_postTown?: string | null;
|
|
315
|
+
techRecord_manufacturerDetails_manufacturerNotes?: string | null;
|
|
316
|
+
techRecord_manufacturerDetails_telephoneNumber?: string | null;
|
|
307
317
|
techRecord_lastUpdatedAt?: string | null;
|
|
308
318
|
techRecord_lastUpdatedByName?: string | null;
|
|
309
319
|
techRecord_lastUpdatedById?: string | null;
|
|
@@ -351,6 +361,7 @@ export interface TRLAxles {
|
|
|
351
361
|
brakes_leverLength: number;
|
|
352
362
|
brakes_springBrakeParking?: null | boolean;
|
|
353
363
|
weights_gbWeight: number;
|
|
364
|
+
weights_eecWeight?: number | null;
|
|
354
365
|
weights_designWeight: number;
|
|
355
366
|
weights_ladenWeight?: number | null;
|
|
356
367
|
weights_kerbWeight?: number | null;
|
|
@@ -273,6 +273,16 @@ export interface TechRecordGETTRLSkeleton {
|
|
|
273
273
|
techRecord_purchaserDetails_postTown?: string | null;
|
|
274
274
|
techRecord_purchaserDetails_purchaserNotes?: string | null;
|
|
275
275
|
techRecord_purchaserDetails_telephoneNumber?: string | null;
|
|
276
|
+
techRecord_manufacturerDetails_address1?: string | null;
|
|
277
|
+
techRecord_manufacturerDetails_address2?: string | null;
|
|
278
|
+
techRecord_manufacturerDetails_address3?: string | null;
|
|
279
|
+
techRecord_manufacturerDetails_emailAddress?: string | null;
|
|
280
|
+
techRecord_manufacturerDetails_faxNumber?: string | null;
|
|
281
|
+
techRecord_manufacturerDetails_name?: string | null;
|
|
282
|
+
techRecord_manufacturerDetails_postCode?: string | null;
|
|
283
|
+
techRecord_manufacturerDetails_postTown?: string | null;
|
|
284
|
+
techRecord_manufacturerDetails_manufacturerNotes?: string | null;
|
|
285
|
+
techRecord_manufacturerDetails_telephoneNumber?: string | null;
|
|
276
286
|
techRecord_lastUpdatedAt?: string | null;
|
|
277
287
|
techRecord_lastUpdatedByName?: string | null;
|
|
278
288
|
techRecord_lastUpdatedById?: string | null;
|
|
@@ -308,6 +318,7 @@ export interface TRLAxles {
|
|
|
308
318
|
brakes_springBrakeParking?: null | boolean;
|
|
309
319
|
weights_gbWeight?: number | null;
|
|
310
320
|
weights_designWeight?: number | null;
|
|
321
|
+
weights_eecWeight?: number | null;
|
|
311
322
|
weights_ladenWeight?: number | null;
|
|
312
323
|
weights_kerbWeight?: number | null;
|
|
313
324
|
tyres_tyreCode?: number | null;
|
|
@@ -272,6 +272,16 @@ export interface TechRecordGETTRLTestable {
|
|
|
272
272
|
techRecord_purchaserDetails_postTown?: string | null;
|
|
273
273
|
techRecord_purchaserDetails_purchaserNotes?: string | null;
|
|
274
274
|
techRecord_purchaserDetails_telephoneNumber?: string | null;
|
|
275
|
+
techRecord_manufacturerDetails_address1?: string | null;
|
|
276
|
+
techRecord_manufacturerDetails_address2?: string | null;
|
|
277
|
+
techRecord_manufacturerDetails_address3?: string | null;
|
|
278
|
+
techRecord_manufacturerDetails_emailAddress?: string | null;
|
|
279
|
+
techRecord_manufacturerDetails_faxNumber?: string | null;
|
|
280
|
+
techRecord_manufacturerDetails_name?: string | null;
|
|
281
|
+
techRecord_manufacturerDetails_postCode?: string | null;
|
|
282
|
+
techRecord_manufacturerDetails_postTown?: string | null;
|
|
283
|
+
techRecord_manufacturerDetails_manufacturerNotes?: string | null;
|
|
284
|
+
techRecord_manufacturerDetails_telephoneNumber?: string | null;
|
|
275
285
|
techRecord_lastUpdatedAt?: string | null;
|
|
276
286
|
techRecord_lastUpdatedByName?: string | null;
|
|
277
287
|
techRecord_lastUpdatedById?: string | null;
|
|
@@ -324,6 +334,7 @@ export interface TRLAxles {
|
|
|
324
334
|
brakes_springBrakeParking?: null | boolean;
|
|
325
335
|
weights_gbWeight?: number | null;
|
|
326
336
|
weights_designWeight?: number | null;
|
|
337
|
+
weights_eecWeight?: number | null;
|
|
327
338
|
weights_ladenWeight?: number | null;
|
|
328
339
|
weights_kerbWeight?: number | null;
|
|
329
340
|
tyres_tyreCode?: number | null;
|
|
@@ -301,6 +301,16 @@ export interface TechRecordPUTTRLComplete {
|
|
|
301
301
|
techRecord_purchaserDetails_postTown?: string | null;
|
|
302
302
|
techRecord_purchaserDetails_purchaserNotes?: string | null;
|
|
303
303
|
techRecord_purchaserDetails_telephoneNumber?: string | null;
|
|
304
|
+
techRecord_manufacturerDetails_address1?: string | null;
|
|
305
|
+
techRecord_manufacturerDetails_address2?: string | null;
|
|
306
|
+
techRecord_manufacturerDetails_address3?: string | null;
|
|
307
|
+
techRecord_manufacturerDetails_emailAddress?: string | null;
|
|
308
|
+
techRecord_manufacturerDetails_faxNumber?: string | null;
|
|
309
|
+
techRecord_manufacturerDetails_name?: string | null;
|
|
310
|
+
techRecord_manufacturerDetails_postCode?: string | null;
|
|
311
|
+
techRecord_manufacturerDetails_postTown?: string | null;
|
|
312
|
+
techRecord_manufacturerDetails_manufacturerNotes?: string | null;
|
|
313
|
+
techRecord_manufacturerDetails_telephoneNumber?: string | null;
|
|
304
314
|
techRecord_rearAxleToRearTrl: number | null;
|
|
305
315
|
techRecord_reasonForCreation: string;
|
|
306
316
|
techRecord_regnDate?: string | null;
|
|
@@ -344,6 +354,7 @@ export interface TRLAxles {
|
|
|
344
354
|
brakes_leverLength: number;
|
|
345
355
|
brakes_springBrakeParking?: null | boolean;
|
|
346
356
|
weights_gbWeight: number;
|
|
357
|
+
weights_eecWeight?: number | null;
|
|
347
358
|
weights_designWeight: number;
|
|
348
359
|
weights_ladenWeight?: number | null;
|
|
349
360
|
weights_kerbWeight?: number | null;
|
|
@@ -288,6 +288,16 @@ export interface TechRecordPUTTRLSkeleton {
|
|
|
288
288
|
techRecord_hiddenInVta?: boolean;
|
|
289
289
|
techRecord_updateType?: string;
|
|
290
290
|
techRecord_authIntoService_cocIssueDate?: string | null;
|
|
291
|
+
techRecord_manufacturerDetails_address1?: string | null;
|
|
292
|
+
techRecord_manufacturerDetails_address2?: string | null;
|
|
293
|
+
techRecord_manufacturerDetails_address3?: string | null;
|
|
294
|
+
techRecord_manufacturerDetails_emailAddress?: string | null;
|
|
295
|
+
techRecord_manufacturerDetails_faxNumber?: string | null;
|
|
296
|
+
techRecord_manufacturerDetails_name?: string | null;
|
|
297
|
+
techRecord_manufacturerDetails_postCode?: string | null;
|
|
298
|
+
techRecord_manufacturerDetails_postTown?: string | null;
|
|
299
|
+
techRecord_manufacturerDetails_manufacturerNotes?: string | null;
|
|
300
|
+
techRecord_manufacturerDetails_telephoneNumber?: string | null;
|
|
291
301
|
techRecord_authIntoService_dateReceived?: string | null;
|
|
292
302
|
techRecord_dimensions_axleSpacing?: AxleSpacing[];
|
|
293
303
|
techRecord_authIntoService_datePending?: string | null;
|
|
@@ -312,6 +322,7 @@ export interface TRLAxles {
|
|
|
312
322
|
brakes_leverLength?: null | number;
|
|
313
323
|
brakes_springBrakeParking?: null | boolean;
|
|
314
324
|
weights_gbWeight?: number | null;
|
|
325
|
+
weights_eecWeight?: number | null;
|
|
315
326
|
weights_designWeight?: number | null;
|
|
316
327
|
weights_ladenWeight?: number | null;
|
|
317
328
|
weights_kerbWeight?: number | null;
|
|
@@ -269,6 +269,16 @@ export interface TechRecordPUTTRLTestable {
|
|
|
269
269
|
techRecord_purchaserDetails_postTown?: string | null;
|
|
270
270
|
techRecord_purchaserDetails_purchaserNotes?: string | null;
|
|
271
271
|
techRecord_purchaserDetails_telephoneNumber?: string | null;
|
|
272
|
+
techRecord_manufacturerDetails_address1?: string | null;
|
|
273
|
+
techRecord_manufacturerDetails_address2?: string | null;
|
|
274
|
+
techRecord_manufacturerDetails_address3?: string | null;
|
|
275
|
+
techRecord_manufacturerDetails_emailAddress?: string | null;
|
|
276
|
+
techRecord_manufacturerDetails_faxNumber?: string | null;
|
|
277
|
+
techRecord_manufacturerDetails_name?: string | null;
|
|
278
|
+
techRecord_manufacturerDetails_postCode?: string | null;
|
|
279
|
+
techRecord_manufacturerDetails_postTown?: string | null;
|
|
280
|
+
techRecord_manufacturerDetails_manufacturerNotes?: string | null;
|
|
281
|
+
techRecord_manufacturerDetails_telephoneNumber?: string | null;
|
|
272
282
|
techRecord_rearAxleToRearTrl?: number | null;
|
|
273
283
|
techRecord_reasonForCreation: string;
|
|
274
284
|
techRecord_regnDate?: string | null;
|
|
@@ -324,6 +334,7 @@ export interface TRLAxles {
|
|
|
324
334
|
brakes_leverLength?: null | number;
|
|
325
335
|
brakes_springBrakeParking?: null | boolean;
|
|
326
336
|
weights_gbWeight?: number | null;
|
|
337
|
+
weights_eecWeight?: number | null;
|
|
327
338
|
weights_designWeight?: number | null;
|
|
328
339
|
weights_ladenWeight?: number | null;
|
|
329
340
|
weights_kerbWeight?: number | null;
|