@dvsa/cvs-type-definitions 3.0.39 → 3.0.41
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/motorcycle/complete/index.json +1 -0
- package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +1 -0
- package/json-schemas/v3/tech-record/get/psv/complete/index.json +9 -10
- package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +2 -8
- package/json-schemas/v3/tech-record/get/psv/testable/index.json +4 -1
- package/json-schemas/v3/tech-record/get/small trl/complete/index.json +3 -0
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +0 -118
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +0 -1
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +0 -105
- package/json-schemas/v3/tech-record/put/car/skeleton/index.json +2 -1
- package/json-schemas/v3/tech-record/put/lgv/complete/index.json +0 -6
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +4 -14
- package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +4 -26
- package/json-schemas/v3/tech-record/put/psv/testable/index.json +0 -13
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +34 -195
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +15 -22
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +15 -126
- package/package.json +1 -1
- package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +1 -1
- package/types/v3/tech-record/get/motorcycle/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/get/psv/complete/index.d.ts +3 -3
- package/types/v3/tech-record/get/psv/skeleton/index.d.ts +2 -2
- package/types/v3/tech-record/get/psv/testable/index.d.ts +3 -3
- package/types/v3/tech-record/get/small trl/complete/index.d.ts +1 -0
- package/types/v3/tech-record/get/trl/complete/index.d.ts +1 -36
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/get/trl/testable/index.d.ts +1 -11
- package/types/v3/tech-record/put/car/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/put/lgv/complete/index.d.ts +0 -1
- package/types/v3/tech-record/put/psv/complete/index.d.ts +1 -3
- package/types/v3/tech-record/put/psv/skeleton/index.d.ts +4 -6
- package/types/v3/tech-record/put/psv/testable/index.d.ts +0 -2
- package/types/v3/tech-record/put/trl/complete/index.d.ts +18 -50
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +1 -1
- package/types/v3/tech-record/put/trl/testable/index.d.ts +1 -11
|
@@ -492,42 +492,27 @@
|
|
|
492
492
|
"maxLength": 10
|
|
493
493
|
},
|
|
494
494
|
"techRecord_couplingCenterToRearAxleMax": {
|
|
495
|
-
"type":
|
|
496
|
-
"integer",
|
|
497
|
-
"null"
|
|
498
|
-
],
|
|
495
|
+
"type": "integer",
|
|
499
496
|
"maximum": 99999,
|
|
500
497
|
"minimum": 0
|
|
501
498
|
},
|
|
502
499
|
"techRecord_couplingCenterToRearAxleMin": {
|
|
503
|
-
"type":
|
|
504
|
-
"integer",
|
|
505
|
-
"null"
|
|
506
|
-
],
|
|
500
|
+
"type": "integer",
|
|
507
501
|
"maximum": 99999,
|
|
508
502
|
"minimum": 0
|
|
509
503
|
},
|
|
510
504
|
"techRecord_couplingCenterToRearTrlMax": {
|
|
511
|
-
"type":
|
|
512
|
-
"integer",
|
|
513
|
-
"null"
|
|
514
|
-
],
|
|
505
|
+
"type": "integer",
|
|
515
506
|
"maximum": 99999,
|
|
516
507
|
"minimum": 0
|
|
517
508
|
},
|
|
518
509
|
"techRecord_couplingCenterToRearTrlMin": {
|
|
519
|
-
"type":
|
|
520
|
-
"integer",
|
|
521
|
-
"null"
|
|
522
|
-
],
|
|
510
|
+
"type": "integer",
|
|
523
511
|
"maximum": 99999,
|
|
524
512
|
"minimum": 0
|
|
525
513
|
},
|
|
526
514
|
"techRecord_couplingType": {
|
|
527
|
-
"type":
|
|
528
|
-
"string",
|
|
529
|
-
"null"
|
|
530
|
-
],
|
|
515
|
+
"type": "string",
|
|
531
516
|
"maxLength": 1
|
|
532
517
|
},
|
|
533
518
|
"techRecord_departmentalVehicleMarker": {
|
|
@@ -537,29 +522,15 @@
|
|
|
537
522
|
]
|
|
538
523
|
},
|
|
539
524
|
"techRecord_dimensions_length": {
|
|
540
|
-
"type":
|
|
541
|
-
"integer",
|
|
542
|
-
"null"
|
|
543
|
-
],
|
|
525
|
+
"type": "integer",
|
|
544
526
|
"maximum": 99999,
|
|
545
527
|
"minimum": 0
|
|
546
528
|
},
|
|
547
529
|
"techRecord_dimensions_width": {
|
|
548
|
-
"type":
|
|
549
|
-
"integer",
|
|
550
|
-
"null"
|
|
551
|
-
],
|
|
530
|
+
"type": "integer",
|
|
552
531
|
"maximum": 99999,
|
|
553
532
|
"minimum": 0
|
|
554
533
|
},
|
|
555
|
-
"techRecord_emissionsLimit": {
|
|
556
|
-
"type": [
|
|
557
|
-
"null",
|
|
558
|
-
"integer"
|
|
559
|
-
],
|
|
560
|
-
"minimum": 0,
|
|
561
|
-
"maximum": 99
|
|
562
|
-
},
|
|
563
534
|
"techRecord_euVehicleCategory": {
|
|
564
535
|
"title": "EU vehicle category",
|
|
565
536
|
"type": "string",
|
|
@@ -584,45 +555,8 @@
|
|
|
584
555
|
"l7e"
|
|
585
556
|
]
|
|
586
557
|
},
|
|
587
|
-
"techRecord_euroStandard": {
|
|
588
|
-
"anyOf": [
|
|
589
|
-
{
|
|
590
|
-
"type": "null"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"title": "Euro standard",
|
|
594
|
-
"type": "string",
|
|
595
|
-
"enum": [
|
|
596
|
-
"0.10 g/kWh Euro 3 PM",
|
|
597
|
-
"0.03 g/kWh Euro IV PM",
|
|
598
|
-
"Euro 3",
|
|
599
|
-
"Euro 4",
|
|
600
|
-
"Euro 5",
|
|
601
|
-
"Euro 6",
|
|
602
|
-
"Euro V",
|
|
603
|
-
"Euro VI",
|
|
604
|
-
"Full Electric"
|
|
605
|
-
]
|
|
606
|
-
}
|
|
607
|
-
]
|
|
608
|
-
},
|
|
609
|
-
"techRecord_frontAxleTo5thWheelMRex": {
|
|
610
|
-
"type": [
|
|
611
|
-
"integer",
|
|
612
|
-
"null"
|
|
613
|
-
]
|
|
614
|
-
},
|
|
615
|
-
"techRecord_frontAxleTo5thWheelMin": {
|
|
616
|
-
"type": [
|
|
617
|
-
"integer",
|
|
618
|
-
"null"
|
|
619
|
-
]
|
|
620
|
-
},
|
|
621
558
|
"techRecord_firstUseDate": {
|
|
622
|
-
"type":
|
|
623
|
-
"string",
|
|
624
|
-
"null"
|
|
625
|
-
]
|
|
559
|
+
"type": "string"
|
|
626
560
|
},
|
|
627
561
|
"techRecord_frameDescription": {
|
|
628
562
|
"anyOf": [
|
|
@@ -647,28 +581,10 @@
|
|
|
647
581
|
]
|
|
648
582
|
},
|
|
649
583
|
"techRecord_frontAxleToRearAxle": {
|
|
650
|
-
"type":
|
|
651
|
-
"integer",
|
|
652
|
-
"null"
|
|
653
|
-
],
|
|
584
|
+
"type": "integer",
|
|
654
585
|
"maximum": 99999,
|
|
655
586
|
"minimum": 0
|
|
656
587
|
},
|
|
657
|
-
"techRecord_fuelPropulsionSystem": {
|
|
658
|
-
"title": "Fuel Propulsion System",
|
|
659
|
-
"type": "string",
|
|
660
|
-
"enum": [
|
|
661
|
-
"DieselPetrol",
|
|
662
|
-
"Diesel",
|
|
663
|
-
"Petrol",
|
|
664
|
-
"Hybrid",
|
|
665
|
-
"Electric",
|
|
666
|
-
"CNG",
|
|
667
|
-
"Fuel cell",
|
|
668
|
-
"LNG",
|
|
669
|
-
"Other"
|
|
670
|
-
]
|
|
671
|
-
},
|
|
672
588
|
"techRecord_functionCode": {
|
|
673
589
|
"type": [
|
|
674
590
|
"string",
|
|
@@ -746,10 +662,7 @@
|
|
|
746
662
|
]
|
|
747
663
|
},
|
|
748
664
|
"techRecord_make": {
|
|
749
|
-
"type":
|
|
750
|
-
"string",
|
|
751
|
-
"null"
|
|
752
|
-
],
|
|
665
|
+
"type": "string",
|
|
753
666
|
"maxLength": 50
|
|
754
667
|
},
|
|
755
668
|
"techRecord_manufactureYear": {
|
|
@@ -764,24 +677,6 @@
|
|
|
764
677
|
}
|
|
765
678
|
]
|
|
766
679
|
},
|
|
767
|
-
"techRecord_maxTrainDesignWeight": {
|
|
768
|
-
"type": [
|
|
769
|
-
"null",
|
|
770
|
-
"integer"
|
|
771
|
-
]
|
|
772
|
-
},
|
|
773
|
-
"techRecord_maxTrainEecWeight": {
|
|
774
|
-
"type": [
|
|
775
|
-
"null",
|
|
776
|
-
"integer"
|
|
777
|
-
]
|
|
778
|
-
},
|
|
779
|
-
"techRecord_maxTrainGbWeight": {
|
|
780
|
-
"type": [
|
|
781
|
-
"null",
|
|
782
|
-
"integer"
|
|
783
|
-
]
|
|
784
|
-
},
|
|
785
680
|
"techRecord_manufacturerDetails": {
|
|
786
681
|
"type": [
|
|
787
682
|
"string",
|
|
@@ -789,10 +684,7 @@
|
|
|
789
684
|
]
|
|
790
685
|
},
|
|
791
686
|
"techRecord_maxLoadOnCoupling": {
|
|
792
|
-
"type":
|
|
793
|
-
"integer",
|
|
794
|
-
"null"
|
|
795
|
-
],
|
|
687
|
+
"type": "integer",
|
|
796
688
|
"minimum": 0,
|
|
797
689
|
"maximum": 99999
|
|
798
690
|
},
|
|
@@ -879,23 +771,13 @@
|
|
|
879
771
|
"maxLength": 4
|
|
880
772
|
},
|
|
881
773
|
"techRecord_model": {
|
|
882
|
-
"type":
|
|
883
|
-
"string",
|
|
884
|
-
"null"
|
|
885
|
-
],
|
|
774
|
+
"type": "string",
|
|
886
775
|
"maxLength": 30
|
|
887
776
|
},
|
|
888
777
|
"techRecord_noOfAxles": {
|
|
889
|
-
"
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
"minimum": 0,
|
|
893
|
-
"maximum": 99
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
"type": "null"
|
|
897
|
-
}
|
|
898
|
-
]
|
|
778
|
+
"type": "integer",
|
|
779
|
+
"minimum": 0,
|
|
780
|
+
"maximum": 99
|
|
899
781
|
},
|
|
900
782
|
"techRecord_notes": {
|
|
901
783
|
"type": "string",
|
|
@@ -907,18 +789,6 @@
|
|
|
907
789
|
"string"
|
|
908
790
|
]
|
|
909
791
|
},
|
|
910
|
-
"techRecord_numberOfWheelsDriven": {
|
|
911
|
-
"type": [
|
|
912
|
-
"integer",
|
|
913
|
-
"null"
|
|
914
|
-
]
|
|
915
|
-
},
|
|
916
|
-
"techRecord_offRoad": {
|
|
917
|
-
"type": [
|
|
918
|
-
"null",
|
|
919
|
-
"boolean"
|
|
920
|
-
]
|
|
921
|
-
},
|
|
922
792
|
"techRecord_plates": {
|
|
923
793
|
"type": [
|
|
924
794
|
"null",
|
|
@@ -1092,10 +962,7 @@
|
|
|
1092
962
|
]
|
|
1093
963
|
},
|
|
1094
964
|
"techRecord_rearAxleToRearTrl": {
|
|
1095
|
-
"type":
|
|
1096
|
-
"integer",
|
|
1097
|
-
"null"
|
|
1098
|
-
],
|
|
965
|
+
"type": "integer",
|
|
1099
966
|
"maximum": 99999,
|
|
1100
967
|
"minimum": 0
|
|
1101
968
|
},
|
|
@@ -1118,16 +985,7 @@
|
|
|
1118
985
|
]
|
|
1119
986
|
},
|
|
1120
987
|
"techRecord_roadFriendly": {
|
|
1121
|
-
"type":
|
|
1122
|
-
"boolean",
|
|
1123
|
-
"null"
|
|
1124
|
-
]
|
|
1125
|
-
},
|
|
1126
|
-
"techRecord_speedLimiterMrk": {
|
|
1127
|
-
"type": [
|
|
1128
|
-
"null",
|
|
1129
|
-
"boolean"
|
|
1130
|
-
]
|
|
988
|
+
"type": "boolean"
|
|
1131
989
|
},
|
|
1132
990
|
"techRecord_statusCode": {
|
|
1133
991
|
"title": "Status Code",
|
|
@@ -1138,24 +996,12 @@
|
|
|
1138
996
|
"archived"
|
|
1139
997
|
]
|
|
1140
998
|
},
|
|
1141
|
-
"techRecord_tachoExemptMrk": {
|
|
1142
|
-
"type": [
|
|
1143
|
-
"null",
|
|
1144
|
-
"boolean"
|
|
1145
|
-
]
|
|
1146
|
-
},
|
|
1147
999
|
"techRecord_suspensionType": {
|
|
1148
|
-
"type":
|
|
1149
|
-
"string",
|
|
1150
|
-
"null"
|
|
1151
|
-
],
|
|
1000
|
+
"type": "string",
|
|
1152
1001
|
"maxLength": 1
|
|
1153
1002
|
},
|
|
1154
1003
|
"techRecord_tyreUseCode": {
|
|
1155
|
-
"type":
|
|
1156
|
-
"string",
|
|
1157
|
-
"null"
|
|
1158
|
-
],
|
|
1004
|
+
"type": "string",
|
|
1159
1005
|
"maxLength": 2
|
|
1160
1006
|
},
|
|
1161
1007
|
"techRecord_variantNumber": {
|
|
@@ -1188,28 +1034,21 @@
|
|
|
1188
1034
|
]
|
|
1189
1035
|
},
|
|
1190
1036
|
"techRecord_vehicleConfiguration": {
|
|
1191
|
-
"
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
"dolly",
|
|
1207
|
-
"full drawbar"
|
|
1208
|
-
]
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"type": "null"
|
|
1212
|
-
}
|
|
1037
|
+
"title": "Vehicle Configuration",
|
|
1038
|
+
"type": "string",
|
|
1039
|
+
"enum": [
|
|
1040
|
+
"rigid",
|
|
1041
|
+
"articulated",
|
|
1042
|
+
"centre axle drawbar",
|
|
1043
|
+
"semi-car transporter",
|
|
1044
|
+
"semi-trailer",
|
|
1045
|
+
"long semi-trailer",
|
|
1046
|
+
"low loader",
|
|
1047
|
+
"other",
|
|
1048
|
+
"drawbar",
|
|
1049
|
+
"four-in-line",
|
|
1050
|
+
"dolly",
|
|
1051
|
+
"full drawbar"
|
|
1213
1052
|
]
|
|
1214
1053
|
},
|
|
1215
1054
|
"techRecord_vehicleType": {
|
|
@@ -1005,28 +1005,21 @@
|
|
|
1005
1005
|
]
|
|
1006
1006
|
},
|
|
1007
1007
|
"techRecord_vehicleConfiguration": {
|
|
1008
|
-
"
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
"dolly",
|
|
1024
|
-
"full drawbar"
|
|
1025
|
-
]
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"type": "null"
|
|
1029
|
-
}
|
|
1008
|
+
"title": "Vehicle Configuration",
|
|
1009
|
+
"type": "string",
|
|
1010
|
+
"enum": [
|
|
1011
|
+
"rigid",
|
|
1012
|
+
"articulated",
|
|
1013
|
+
"centre axle drawbar",
|
|
1014
|
+
"semi-car transporter",
|
|
1015
|
+
"semi-trailer",
|
|
1016
|
+
"long semi-trailer",
|
|
1017
|
+
"low loader",
|
|
1018
|
+
"other",
|
|
1019
|
+
"drawbar",
|
|
1020
|
+
"four-in-line",
|
|
1021
|
+
"dolly",
|
|
1022
|
+
"full drawbar"
|
|
1030
1023
|
]
|
|
1031
1024
|
},
|
|
1032
1025
|
"techRecord_vehicleType": {
|
|
@@ -1092,28 +1092,21 @@
|
|
|
1092
1092
|
]
|
|
1093
1093
|
},
|
|
1094
1094
|
"techRecord_vehicleConfiguration": {
|
|
1095
|
-
"
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
"dolly",
|
|
1111
|
-
"full drawbar"
|
|
1112
|
-
]
|
|
1113
|
-
},
|
|
1114
|
-
{
|
|
1115
|
-
"type": "null"
|
|
1116
|
-
}
|
|
1095
|
+
"title": "Vehicle Configuration",
|
|
1096
|
+
"type": "string",
|
|
1097
|
+
"enum": [
|
|
1098
|
+
"rigid",
|
|
1099
|
+
"articulated",
|
|
1100
|
+
"centre axle drawbar",
|
|
1101
|
+
"semi-car transporter",
|
|
1102
|
+
"semi-trailer",
|
|
1103
|
+
"long semi-trailer",
|
|
1104
|
+
"low loader",
|
|
1105
|
+
"other",
|
|
1106
|
+
"drawbar",
|
|
1107
|
+
"four-in-line",
|
|
1108
|
+
"dolly",
|
|
1109
|
+
"full drawbar"
|
|
1117
1110
|
]
|
|
1118
1111
|
},
|
|
1119
1112
|
"techRecord_vehicleType": {
|
|
@@ -1284,110 +1277,6 @@
|
|
|
1284
1277
|
}
|
|
1285
1278
|
}
|
|
1286
1279
|
},
|
|
1287
|
-
"weights_gbWeight": {
|
|
1288
|
-
"type": [
|
|
1289
|
-
"integer",
|
|
1290
|
-
"null"
|
|
1291
|
-
],
|
|
1292
|
-
"minimum": 0,
|
|
1293
|
-
"maximum": 99999
|
|
1294
|
-
},
|
|
1295
|
-
"weights_designWeight": {
|
|
1296
|
-
"type": [
|
|
1297
|
-
"integer",
|
|
1298
|
-
"null"
|
|
1299
|
-
],
|
|
1300
|
-
"minimum": 0,
|
|
1301
|
-
"maximum": 99999
|
|
1302
|
-
},
|
|
1303
|
-
"weights_ladenWeight": {
|
|
1304
|
-
"type": [
|
|
1305
|
-
"integer",
|
|
1306
|
-
"null"
|
|
1307
|
-
],
|
|
1308
|
-
"minimum": 0,
|
|
1309
|
-
"maximum": 99999
|
|
1310
|
-
},
|
|
1311
|
-
"weights_kerbWeight": {
|
|
1312
|
-
"type": [
|
|
1313
|
-
"integer",
|
|
1314
|
-
"null"
|
|
1315
|
-
],
|
|
1316
|
-
"minimum": 0,
|
|
1317
|
-
"maximum": 99999
|
|
1318
|
-
},
|
|
1319
|
-
"tyres_tyreCode": {
|
|
1320
|
-
"type": [
|
|
1321
|
-
"integer",
|
|
1322
|
-
"null"
|
|
1323
|
-
],
|
|
1324
|
-
"minimum": 0,
|
|
1325
|
-
"maximum": 99999
|
|
1326
|
-
},
|
|
1327
|
-
"tyres_tyreSize": {
|
|
1328
|
-
"type": [
|
|
1329
|
-
"string",
|
|
1330
|
-
"null"
|
|
1331
|
-
],
|
|
1332
|
-
"maxLength": 12
|
|
1333
|
-
},
|
|
1334
|
-
"tyres_plyRating": {
|
|
1335
|
-
"type": [
|
|
1336
|
-
"string",
|
|
1337
|
-
"null"
|
|
1338
|
-
]
|
|
1339
|
-
},
|
|
1340
|
-
"tyres_fitmentCode": {
|
|
1341
|
-
"anyOf": [
|
|
1342
|
-
{
|
|
1343
|
-
"type": "null"
|
|
1344
|
-
},
|
|
1345
|
-
{
|
|
1346
|
-
"title": "Fitment Code",
|
|
1347
|
-
"type": "string",
|
|
1348
|
-
"enum": [
|
|
1349
|
-
"single",
|
|
1350
|
-
"double"
|
|
1351
|
-
]
|
|
1352
|
-
}
|
|
1353
|
-
]
|
|
1354
|
-
},
|
|
1355
|
-
"tyres_dataTrAxles": {
|
|
1356
|
-
"type": [
|
|
1357
|
-
"null",
|
|
1358
|
-
"integer"
|
|
1359
|
-
],
|
|
1360
|
-
"minimum": 0,
|
|
1361
|
-
"maximum": 999
|
|
1362
|
-
},
|
|
1363
|
-
"tyres_speedCategorySymbol": {
|
|
1364
|
-
"anyOf": [
|
|
1365
|
-
{
|
|
1366
|
-
"title": "Speed Category Symbol",
|
|
1367
|
-
"type": "string",
|
|
1368
|
-
"enum": [
|
|
1369
|
-
"a7",
|
|
1370
|
-
"a8",
|
|
1371
|
-
"b",
|
|
1372
|
-
"c",
|
|
1373
|
-
"d",
|
|
1374
|
-
"e",
|
|
1375
|
-
"f",
|
|
1376
|
-
"g",
|
|
1377
|
-
"j",
|
|
1378
|
-
"k",
|
|
1379
|
-
"l",
|
|
1380
|
-
"m",
|
|
1381
|
-
"n",
|
|
1382
|
-
"p",
|
|
1383
|
-
"q"
|
|
1384
|
-
]
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"type": "null"
|
|
1388
|
-
}
|
|
1389
|
-
]
|
|
1390
|
-
},
|
|
1391
1280
|
"techRecord_hiddenInVta": {
|
|
1392
1281
|
"type": "boolean"
|
|
1393
1282
|
},
|
package/package.json
CHANGED
|
@@ -65,7 +65,7 @@ export interface TechRecordGETMotorcycleComplete {
|
|
|
65
65
|
partialVin: string;
|
|
66
66
|
primaryVrm: string;
|
|
67
67
|
systemNumber: string;
|
|
68
|
-
techRecord_createdAt
|
|
68
|
+
techRecord_createdAt: null | string;
|
|
69
69
|
techRecord_createdById: null | string;
|
|
70
70
|
techRecord_createdByName: null | string;
|
|
71
71
|
techRecord_euVehicleCategory?: null | EUVehicleCategory;
|
|
@@ -64,7 +64,7 @@ export interface TechRecordGETMotorcycleSkeleton {
|
|
|
64
64
|
partialVin: string;
|
|
65
65
|
primaryVrm: string;
|
|
66
66
|
systemNumber: string;
|
|
67
|
-
techRecord_createdAt
|
|
67
|
+
techRecord_createdAt: null | string;
|
|
68
68
|
techRecord_createdById: null | string;
|
|
69
69
|
techRecord_createdByName: null | string;
|
|
70
70
|
techRecord_euVehicleCategory?: null | EUVehicleCategory;
|
|
@@ -219,13 +219,13 @@ export interface TechRecordGETPSVComplete {
|
|
|
219
219
|
techRecord_conversionRefNo?: string | null;
|
|
220
220
|
techRecord_grossGbWeight?: number | null;
|
|
221
221
|
techRecord_grossDesignWeight?: number | null;
|
|
222
|
-
techRecord_createdByName
|
|
223
|
-
techRecord_createdById
|
|
222
|
+
techRecord_createdByName: string;
|
|
223
|
+
techRecord_createdById: string;
|
|
224
224
|
techRecord_lastUpdatedAt?: string | null;
|
|
225
225
|
techRecord_lastUpdatedByName?: string | null;
|
|
226
226
|
techRecord_lastUpdatedById?: string | null;
|
|
227
227
|
techRecord_dda?: null;
|
|
228
|
-
techRecord_dda_certificateIssued: boolean;
|
|
228
|
+
techRecord_dda_certificateIssued: boolean | null;
|
|
229
229
|
techRecord_dda_wheelchairCapacity?: number | null;
|
|
230
230
|
techRecord_dda_wheelchairFittings?: string | null;
|
|
231
231
|
techRecord_dda_wheelchairLiftPresent?: boolean | null;
|
|
@@ -218,8 +218,8 @@ export interface TechRecordGETPSVSkeleton {
|
|
|
218
218
|
techRecord_conversionRefNo?: string | null;
|
|
219
219
|
techRecord_grossGbWeight?: number | null;
|
|
220
220
|
techRecord_grossDesignWeight?: number | null;
|
|
221
|
-
techRecord_createdByName: string
|
|
222
|
-
techRecord_createdById: string
|
|
221
|
+
techRecord_createdByName: string;
|
|
222
|
+
techRecord_createdById: string;
|
|
223
223
|
techRecord_lastUpdatedAt?: string | null;
|
|
224
224
|
techRecord_lastUpdatedByName?: string | null;
|
|
225
225
|
techRecord_lastUpdatedById?: string | null;
|
|
@@ -191,7 +191,7 @@ export interface TechRecordGETPSVTestable {
|
|
|
191
191
|
techRecord_vehicleType: "psv";
|
|
192
192
|
techRecord_statusCode: StatusCode;
|
|
193
193
|
techRecord_reasonForCreation: string;
|
|
194
|
-
techRecord_createdAt
|
|
194
|
+
techRecord_createdAt: string;
|
|
195
195
|
techRecord_vehicleConfiguration: VehicleConfiguration;
|
|
196
196
|
techRecord_vehicleSize: VehicleSize;
|
|
197
197
|
techRecord_seatsLowerDeck: number;
|
|
@@ -218,8 +218,8 @@ export interface TechRecordGETPSVTestable {
|
|
|
218
218
|
techRecord_conversionRefNo?: string | null;
|
|
219
219
|
techRecord_grossGbWeight?: number | null;
|
|
220
220
|
techRecord_grossDesignWeight?: number | null;
|
|
221
|
-
techRecord_createdByName
|
|
222
|
-
techRecord_createdById
|
|
221
|
+
techRecord_createdByName: string | null;
|
|
222
|
+
techRecord_createdById: string | null;
|
|
223
223
|
techRecord_lastUpdatedAt?: string | null;
|
|
224
224
|
techRecord_lastUpdatedByName?: string | null;
|
|
225
225
|
techRecord_lastUpdatedById?: string | null;
|