@dvsa/cvs-type-definitions 7.5.0 → 7.6.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.
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +27 -9
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +27 -9
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +27 -9
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +27 -9
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +27 -9
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +52 -9
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +52 -9
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +52 -9
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +27 -9
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +27 -9
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +27 -9
- package/json-schemas/v3/tech-record/put/lgv/complete/index.json +27 -9
- package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +27 -9
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +52 -9
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +52 -9
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +52 -9
- package/package.json +1 -1
- package/types/v3/tech-record/get/trl/complete/index.d.ts +14 -0
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +14 -0
- package/types/v3/tech-record/get/trl/testable/index.d.ts +14 -0
- package/types/v3/tech-record/put/trl/complete/index.d.ts +14 -0
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +14 -0
- package/types/v3/tech-record/put/trl/testable/index.d.ts +14 -0
|
@@ -1300,12 +1300,7 @@
|
|
|
1300
1300
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1301
1301
|
"type": "array",
|
|
1302
1302
|
"contains": {
|
|
1303
|
-
"
|
|
1304
|
-
"not": {
|
|
1305
|
-
"enum": [
|
|
1306
|
-
"Explosives (type 3)"
|
|
1307
|
-
]
|
|
1308
|
-
}
|
|
1303
|
+
"const": "Explosives (type 3)"
|
|
1309
1304
|
}
|
|
1310
1305
|
}
|
|
1311
1306
|
},
|
|
@@ -1313,11 +1308,34 @@
|
|
|
1313
1308
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1314
1309
|
]
|
|
1315
1310
|
},
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1311
|
+
"else": {
|
|
1312
|
+
"if": {
|
|
1313
|
+
"properties": {
|
|
1314
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1315
|
+
"type": "array",
|
|
1316
|
+
"contains": {
|
|
1317
|
+
"enum": [
|
|
1318
|
+
"FP <61 (FL)",
|
|
1319
|
+
"AT",
|
|
1320
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1321
|
+
"MEMU",
|
|
1322
|
+
"Carbon Disulphide",
|
|
1323
|
+
"Hydrogen",
|
|
1324
|
+
"Explosives (type 2)"
|
|
1325
|
+
]
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1318
1329
|
"required": [
|
|
1319
|
-
"
|
|
1330
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1320
1331
|
]
|
|
1332
|
+
},
|
|
1333
|
+
"then": {
|
|
1334
|
+
"not": {
|
|
1335
|
+
"required": [
|
|
1336
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1337
|
+
]
|
|
1338
|
+
}
|
|
1321
1339
|
}
|
|
1322
1340
|
}
|
|
1323
1341
|
},
|
|
@@ -1381,12 +1381,7 @@
|
|
|
1381
1381
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1382
1382
|
"type": "array",
|
|
1383
1383
|
"contains": {
|
|
1384
|
-
"
|
|
1385
|
-
"not": {
|
|
1386
|
-
"enum": [
|
|
1387
|
-
"Explosives (type 3)"
|
|
1388
|
-
]
|
|
1389
|
-
}
|
|
1384
|
+
"const": "Explosives (type 3)"
|
|
1390
1385
|
}
|
|
1391
1386
|
}
|
|
1392
1387
|
},
|
|
@@ -1394,11 +1389,34 @@
|
|
|
1394
1389
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1395
1390
|
]
|
|
1396
1391
|
},
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1392
|
+
"else": {
|
|
1393
|
+
"if": {
|
|
1394
|
+
"properties": {
|
|
1395
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1396
|
+
"type": "array",
|
|
1397
|
+
"contains": {
|
|
1398
|
+
"enum": [
|
|
1399
|
+
"FP <61 (FL)",
|
|
1400
|
+
"AT",
|
|
1401
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1402
|
+
"MEMU",
|
|
1403
|
+
"Carbon Disulphide",
|
|
1404
|
+
"Hydrogen",
|
|
1405
|
+
"Explosives (type 2)"
|
|
1406
|
+
]
|
|
1407
|
+
}
|
|
1408
|
+
}
|
|
1409
|
+
},
|
|
1399
1410
|
"required": [
|
|
1400
|
-
"
|
|
1411
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1401
1412
|
]
|
|
1413
|
+
},
|
|
1414
|
+
"then": {
|
|
1415
|
+
"not": {
|
|
1416
|
+
"required": [
|
|
1417
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1418
|
+
]
|
|
1419
|
+
}
|
|
1402
1420
|
}
|
|
1403
1421
|
}
|
|
1404
1422
|
},
|
|
@@ -1372,12 +1372,7 @@
|
|
|
1372
1372
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1373
1373
|
"type": "array",
|
|
1374
1374
|
"contains": {
|
|
1375
|
-
"
|
|
1376
|
-
"not": {
|
|
1377
|
-
"enum": [
|
|
1378
|
-
"Explosives (type 3)"
|
|
1379
|
-
]
|
|
1380
|
-
}
|
|
1375
|
+
"const": "Explosives (type 3)"
|
|
1381
1376
|
}
|
|
1382
1377
|
}
|
|
1383
1378
|
},
|
|
@@ -1385,11 +1380,34 @@
|
|
|
1385
1380
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1386
1381
|
]
|
|
1387
1382
|
},
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1383
|
+
"else": {
|
|
1384
|
+
"if": {
|
|
1385
|
+
"properties": {
|
|
1386
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1387
|
+
"type": "array",
|
|
1388
|
+
"contains": {
|
|
1389
|
+
"enum": [
|
|
1390
|
+
"FP <61 (FL)",
|
|
1391
|
+
"AT",
|
|
1392
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1393
|
+
"MEMU",
|
|
1394
|
+
"Carbon Disulphide",
|
|
1395
|
+
"Hydrogen",
|
|
1396
|
+
"Explosives (type 2)"
|
|
1397
|
+
]
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1390
1401
|
"required": [
|
|
1391
|
-
"
|
|
1402
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1392
1403
|
]
|
|
1404
|
+
},
|
|
1405
|
+
"then": {
|
|
1406
|
+
"not": {
|
|
1407
|
+
"required": [
|
|
1408
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1409
|
+
]
|
|
1410
|
+
}
|
|
1393
1411
|
}
|
|
1394
1412
|
}
|
|
1395
1413
|
},
|
|
@@ -827,12 +827,7 @@
|
|
|
827
827
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
828
828
|
"type": "array",
|
|
829
829
|
"contains": {
|
|
830
|
-
"
|
|
831
|
-
"not": {
|
|
832
|
-
"enum": [
|
|
833
|
-
"Explosives (type 3)"
|
|
834
|
-
]
|
|
835
|
-
}
|
|
830
|
+
"const": "Explosives (type 3)"
|
|
836
831
|
}
|
|
837
832
|
}
|
|
838
833
|
},
|
|
@@ -840,11 +835,34 @@
|
|
|
840
835
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
841
836
|
]
|
|
842
837
|
},
|
|
843
|
-
"
|
|
844
|
-
"
|
|
838
|
+
"else": {
|
|
839
|
+
"if": {
|
|
840
|
+
"properties": {
|
|
841
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
842
|
+
"type": "array",
|
|
843
|
+
"contains": {
|
|
844
|
+
"enum": [
|
|
845
|
+
"FP <61 (FL)",
|
|
846
|
+
"AT",
|
|
847
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
848
|
+
"MEMU",
|
|
849
|
+
"Carbon Disulphide",
|
|
850
|
+
"Hydrogen",
|
|
851
|
+
"Explosives (type 2)"
|
|
852
|
+
]
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
},
|
|
845
856
|
"required": [
|
|
846
|
-
"
|
|
857
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
847
858
|
]
|
|
859
|
+
},
|
|
860
|
+
"then": {
|
|
861
|
+
"not": {
|
|
862
|
+
"required": [
|
|
863
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
864
|
+
]
|
|
865
|
+
}
|
|
848
866
|
}
|
|
849
867
|
}
|
|
850
868
|
},
|
|
@@ -834,12 +834,7 @@
|
|
|
834
834
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
835
835
|
"type": "array",
|
|
836
836
|
"contains": {
|
|
837
|
-
"
|
|
838
|
-
"not": {
|
|
839
|
-
"enum": [
|
|
840
|
-
"Explosives (type 3)"
|
|
841
|
-
]
|
|
842
|
-
}
|
|
837
|
+
"const": "Explosives (type 3)"
|
|
843
838
|
}
|
|
844
839
|
}
|
|
845
840
|
},
|
|
@@ -847,11 +842,34 @@
|
|
|
847
842
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
848
843
|
]
|
|
849
844
|
},
|
|
850
|
-
"
|
|
851
|
-
"
|
|
845
|
+
"else": {
|
|
846
|
+
"if": {
|
|
847
|
+
"properties": {
|
|
848
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
849
|
+
"type": "array",
|
|
850
|
+
"contains": {
|
|
851
|
+
"enum": [
|
|
852
|
+
"FP <61 (FL)",
|
|
853
|
+
"AT",
|
|
854
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
855
|
+
"MEMU",
|
|
856
|
+
"Carbon Disulphide",
|
|
857
|
+
"Hydrogen",
|
|
858
|
+
"Explosives (type 2)"
|
|
859
|
+
]
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
},
|
|
852
863
|
"required": [
|
|
853
|
-
"
|
|
864
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
854
865
|
]
|
|
866
|
+
},
|
|
867
|
+
"then": {
|
|
868
|
+
"not": {
|
|
869
|
+
"required": [
|
|
870
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
871
|
+
]
|
|
872
|
+
}
|
|
855
873
|
}
|
|
856
874
|
}
|
|
857
875
|
},
|
|
@@ -908,6 +908,31 @@
|
|
|
908
908
|
"type": "string",
|
|
909
909
|
"maxLength": 50
|
|
910
910
|
},
|
|
911
|
+
"techRecord_manufactureMonth": {
|
|
912
|
+
"anyOf": [
|
|
913
|
+
{
|
|
914
|
+
"title": "Months",
|
|
915
|
+
"type": "string",
|
|
916
|
+
"enum": [
|
|
917
|
+
"January",
|
|
918
|
+
"February",
|
|
919
|
+
"March",
|
|
920
|
+
"April",
|
|
921
|
+
"May",
|
|
922
|
+
"June",
|
|
923
|
+
"July",
|
|
924
|
+
"August",
|
|
925
|
+
"September",
|
|
926
|
+
"October",
|
|
927
|
+
"November",
|
|
928
|
+
"December"
|
|
929
|
+
]
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"type": "null"
|
|
933
|
+
}
|
|
934
|
+
]
|
|
935
|
+
},
|
|
911
936
|
"techRecord_manufactureYear": {
|
|
912
937
|
"anyOf": [
|
|
913
938
|
{
|
|
@@ -1594,12 +1619,7 @@
|
|
|
1594
1619
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1595
1620
|
"type": "array",
|
|
1596
1621
|
"contains": {
|
|
1597
|
-
"
|
|
1598
|
-
"not": {
|
|
1599
|
-
"enum": [
|
|
1600
|
-
"Explosives (type 3)"
|
|
1601
|
-
]
|
|
1602
|
-
}
|
|
1622
|
+
"const": "Explosives (type 3)"
|
|
1603
1623
|
}
|
|
1604
1624
|
}
|
|
1605
1625
|
},
|
|
@@ -1607,11 +1627,34 @@
|
|
|
1607
1627
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1608
1628
|
]
|
|
1609
1629
|
},
|
|
1610
|
-
"
|
|
1611
|
-
"
|
|
1630
|
+
"else": {
|
|
1631
|
+
"if": {
|
|
1632
|
+
"properties": {
|
|
1633
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1634
|
+
"type": "array",
|
|
1635
|
+
"contains": {
|
|
1636
|
+
"enum": [
|
|
1637
|
+
"FP <61 (FL)",
|
|
1638
|
+
"AT",
|
|
1639
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1640
|
+
"MEMU",
|
|
1641
|
+
"Carbon Disulphide",
|
|
1642
|
+
"Hydrogen",
|
|
1643
|
+
"Explosives (type 2)"
|
|
1644
|
+
]
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1612
1648
|
"required": [
|
|
1613
|
-
"
|
|
1649
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1614
1650
|
]
|
|
1651
|
+
},
|
|
1652
|
+
"then": {
|
|
1653
|
+
"not": {
|
|
1654
|
+
"required": [
|
|
1655
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1656
|
+
]
|
|
1657
|
+
}
|
|
1615
1658
|
}
|
|
1616
1659
|
}
|
|
1617
1660
|
},
|
|
@@ -949,6 +949,31 @@
|
|
|
949
949
|
],
|
|
950
950
|
"maxLength": 50
|
|
951
951
|
},
|
|
952
|
+
"techRecord_manufactureMonth": {
|
|
953
|
+
"anyOf": [
|
|
954
|
+
{
|
|
955
|
+
"title": "Months",
|
|
956
|
+
"type": "string",
|
|
957
|
+
"enum": [
|
|
958
|
+
"January",
|
|
959
|
+
"February",
|
|
960
|
+
"March",
|
|
961
|
+
"April",
|
|
962
|
+
"May",
|
|
963
|
+
"June",
|
|
964
|
+
"July",
|
|
965
|
+
"August",
|
|
966
|
+
"September",
|
|
967
|
+
"October",
|
|
968
|
+
"November",
|
|
969
|
+
"December"
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"type": "null"
|
|
974
|
+
}
|
|
975
|
+
]
|
|
976
|
+
},
|
|
952
977
|
"techRecord_manufactureYear": {
|
|
953
978
|
"anyOf": [
|
|
954
979
|
{
|
|
@@ -1669,12 +1694,7 @@
|
|
|
1669
1694
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1670
1695
|
"type": "array",
|
|
1671
1696
|
"contains": {
|
|
1672
|
-
"
|
|
1673
|
-
"not": {
|
|
1674
|
-
"enum": [
|
|
1675
|
-
"Explosives (type 3)"
|
|
1676
|
-
]
|
|
1677
|
-
}
|
|
1697
|
+
"const": "Explosives (type 3)"
|
|
1678
1698
|
}
|
|
1679
1699
|
}
|
|
1680
1700
|
},
|
|
@@ -1682,11 +1702,34 @@
|
|
|
1682
1702
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1683
1703
|
]
|
|
1684
1704
|
},
|
|
1685
|
-
"
|
|
1686
|
-
"
|
|
1705
|
+
"else": {
|
|
1706
|
+
"if": {
|
|
1707
|
+
"properties": {
|
|
1708
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1709
|
+
"type": "array",
|
|
1710
|
+
"contains": {
|
|
1711
|
+
"enum": [
|
|
1712
|
+
"FP <61 (FL)",
|
|
1713
|
+
"AT",
|
|
1714
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1715
|
+
"MEMU",
|
|
1716
|
+
"Carbon Disulphide",
|
|
1717
|
+
"Hydrogen",
|
|
1718
|
+
"Explosives (type 2)"
|
|
1719
|
+
]
|
|
1720
|
+
}
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1687
1723
|
"required": [
|
|
1688
|
-
"
|
|
1724
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1689
1725
|
]
|
|
1726
|
+
},
|
|
1727
|
+
"then": {
|
|
1728
|
+
"not": {
|
|
1729
|
+
"required": [
|
|
1730
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1731
|
+
]
|
|
1732
|
+
}
|
|
1690
1733
|
}
|
|
1691
1734
|
}
|
|
1692
1735
|
},
|
|
@@ -945,6 +945,31 @@
|
|
|
945
945
|
],
|
|
946
946
|
"maxLength": 50
|
|
947
947
|
},
|
|
948
|
+
"techRecord_manufactureMonth": {
|
|
949
|
+
"anyOf": [
|
|
950
|
+
{
|
|
951
|
+
"title": "Months",
|
|
952
|
+
"type": "string",
|
|
953
|
+
"enum": [
|
|
954
|
+
"January",
|
|
955
|
+
"February",
|
|
956
|
+
"March",
|
|
957
|
+
"April",
|
|
958
|
+
"May",
|
|
959
|
+
"June",
|
|
960
|
+
"July",
|
|
961
|
+
"August",
|
|
962
|
+
"September",
|
|
963
|
+
"October",
|
|
964
|
+
"November",
|
|
965
|
+
"December"
|
|
966
|
+
]
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"type": "null"
|
|
970
|
+
}
|
|
971
|
+
]
|
|
972
|
+
},
|
|
948
973
|
"techRecord_manufactureYear": {
|
|
949
974
|
"anyOf": [
|
|
950
975
|
{
|
|
@@ -1659,12 +1684,7 @@
|
|
|
1659
1684
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1660
1685
|
"type": "array",
|
|
1661
1686
|
"contains": {
|
|
1662
|
-
"
|
|
1663
|
-
"not": {
|
|
1664
|
-
"enum": [
|
|
1665
|
-
"Explosives (type 3)"
|
|
1666
|
-
]
|
|
1667
|
-
}
|
|
1687
|
+
"const": "Explosives (type 3)"
|
|
1668
1688
|
}
|
|
1669
1689
|
}
|
|
1670
1690
|
},
|
|
@@ -1672,11 +1692,34 @@
|
|
|
1672
1692
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1673
1693
|
]
|
|
1674
1694
|
},
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1695
|
+
"else": {
|
|
1696
|
+
"if": {
|
|
1697
|
+
"properties": {
|
|
1698
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1699
|
+
"type": "array",
|
|
1700
|
+
"contains": {
|
|
1701
|
+
"enum": [
|
|
1702
|
+
"FP <61 (FL)",
|
|
1703
|
+
"AT",
|
|
1704
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1705
|
+
"MEMU",
|
|
1706
|
+
"Carbon Disulphide",
|
|
1707
|
+
"Hydrogen",
|
|
1708
|
+
"Explosives (type 2)"
|
|
1709
|
+
]
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1677
1713
|
"required": [
|
|
1678
|
-
"
|
|
1714
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1679
1715
|
]
|
|
1716
|
+
},
|
|
1717
|
+
"then": {
|
|
1718
|
+
"not": {
|
|
1719
|
+
"required": [
|
|
1720
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1721
|
+
]
|
|
1722
|
+
}
|
|
1680
1723
|
}
|
|
1681
1724
|
}
|
|
1682
1725
|
},
|
|
@@ -1249,12 +1249,7 @@
|
|
|
1249
1249
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1250
1250
|
"type": "array",
|
|
1251
1251
|
"contains": {
|
|
1252
|
-
"
|
|
1253
|
-
"not": {
|
|
1254
|
-
"enum": [
|
|
1255
|
-
"Explosives (type 3)"
|
|
1256
|
-
]
|
|
1257
|
-
}
|
|
1252
|
+
"const": "Explosives (type 3)"
|
|
1258
1253
|
}
|
|
1259
1254
|
}
|
|
1260
1255
|
},
|
|
@@ -1262,11 +1257,34 @@
|
|
|
1262
1257
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1263
1258
|
]
|
|
1264
1259
|
},
|
|
1265
|
-
"
|
|
1266
|
-
"
|
|
1260
|
+
"else": {
|
|
1261
|
+
"if": {
|
|
1262
|
+
"properties": {
|
|
1263
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1264
|
+
"type": "array",
|
|
1265
|
+
"contains": {
|
|
1266
|
+
"enum": [
|
|
1267
|
+
"FP <61 (FL)",
|
|
1268
|
+
"AT",
|
|
1269
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1270
|
+
"MEMU",
|
|
1271
|
+
"Carbon Disulphide",
|
|
1272
|
+
"Hydrogen",
|
|
1273
|
+
"Explosives (type 2)"
|
|
1274
|
+
]
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1267
1278
|
"required": [
|
|
1268
|
-
"
|
|
1279
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1269
1280
|
]
|
|
1281
|
+
},
|
|
1282
|
+
"then": {
|
|
1283
|
+
"not": {
|
|
1284
|
+
"required": [
|
|
1285
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1286
|
+
]
|
|
1287
|
+
}
|
|
1270
1288
|
}
|
|
1271
1289
|
}
|
|
1272
1290
|
},
|
|
@@ -1328,12 +1328,7 @@
|
|
|
1328
1328
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1329
1329
|
"type": "array",
|
|
1330
1330
|
"contains": {
|
|
1331
|
-
"
|
|
1332
|
-
"not": {
|
|
1333
|
-
"enum": [
|
|
1334
|
-
"Explosives (type 3)"
|
|
1335
|
-
]
|
|
1336
|
-
}
|
|
1331
|
+
"const": "Explosives (type 3)"
|
|
1337
1332
|
}
|
|
1338
1333
|
}
|
|
1339
1334
|
},
|
|
@@ -1341,11 +1336,34 @@
|
|
|
1341
1336
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1342
1337
|
]
|
|
1343
1338
|
},
|
|
1344
|
-
"
|
|
1345
|
-
"
|
|
1339
|
+
"else": {
|
|
1340
|
+
"if": {
|
|
1341
|
+
"properties": {
|
|
1342
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1343
|
+
"type": "array",
|
|
1344
|
+
"contains": {
|
|
1345
|
+
"enum": [
|
|
1346
|
+
"FP <61 (FL)",
|
|
1347
|
+
"AT",
|
|
1348
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1349
|
+
"MEMU",
|
|
1350
|
+
"Carbon Disulphide",
|
|
1351
|
+
"Hydrogen",
|
|
1352
|
+
"Explosives (type 2)"
|
|
1353
|
+
]
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1346
1357
|
"required": [
|
|
1347
|
-
"
|
|
1358
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1348
1359
|
]
|
|
1360
|
+
},
|
|
1361
|
+
"then": {
|
|
1362
|
+
"not": {
|
|
1363
|
+
"required": [
|
|
1364
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1365
|
+
]
|
|
1366
|
+
}
|
|
1349
1367
|
}
|
|
1350
1368
|
}
|
|
1351
1369
|
},
|
|
@@ -1311,12 +1311,7 @@
|
|
|
1311
1311
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1312
1312
|
"type": "array",
|
|
1313
1313
|
"contains": {
|
|
1314
|
-
"
|
|
1315
|
-
"not": {
|
|
1316
|
-
"enum": [
|
|
1317
|
-
"Explosives (type 3)"
|
|
1318
|
-
]
|
|
1319
|
-
}
|
|
1314
|
+
"const": "Explosives (type 3)"
|
|
1320
1315
|
}
|
|
1321
1316
|
}
|
|
1322
1317
|
},
|
|
@@ -1324,11 +1319,34 @@
|
|
|
1324
1319
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1325
1320
|
]
|
|
1326
1321
|
},
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1322
|
+
"else": {
|
|
1323
|
+
"if": {
|
|
1324
|
+
"properties": {
|
|
1325
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1326
|
+
"type": "array",
|
|
1327
|
+
"contains": {
|
|
1328
|
+
"enum": [
|
|
1329
|
+
"FP <61 (FL)",
|
|
1330
|
+
"AT",
|
|
1331
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1332
|
+
"MEMU",
|
|
1333
|
+
"Carbon Disulphide",
|
|
1334
|
+
"Hydrogen",
|
|
1335
|
+
"Explosives (type 2)"
|
|
1336
|
+
]
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1329
1340
|
"required": [
|
|
1330
|
-
"
|
|
1341
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1331
1342
|
]
|
|
1343
|
+
},
|
|
1344
|
+
"then": {
|
|
1345
|
+
"not": {
|
|
1346
|
+
"required": [
|
|
1347
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1348
|
+
]
|
|
1349
|
+
}
|
|
1332
1350
|
}
|
|
1333
1351
|
}
|
|
1334
1352
|
},
|
|
@@ -758,12 +758,7 @@
|
|
|
758
758
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
759
759
|
"type": "array",
|
|
760
760
|
"contains": {
|
|
761
|
-
"
|
|
762
|
-
"not": {
|
|
763
|
-
"enum": [
|
|
764
|
-
"Explosives (type 3)"
|
|
765
|
-
]
|
|
766
|
-
}
|
|
761
|
+
"const": "Explosives (type 3)"
|
|
767
762
|
}
|
|
768
763
|
}
|
|
769
764
|
},
|
|
@@ -771,11 +766,34 @@
|
|
|
771
766
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
772
767
|
]
|
|
773
768
|
},
|
|
774
|
-
"
|
|
775
|
-
"
|
|
769
|
+
"else": {
|
|
770
|
+
"if": {
|
|
771
|
+
"properties": {
|
|
772
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
773
|
+
"type": "array",
|
|
774
|
+
"contains": {
|
|
775
|
+
"enum": [
|
|
776
|
+
"FP <61 (FL)",
|
|
777
|
+
"AT",
|
|
778
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
779
|
+
"MEMU",
|
|
780
|
+
"Carbon Disulphide",
|
|
781
|
+
"Hydrogen",
|
|
782
|
+
"Explosives (type 2)"
|
|
783
|
+
]
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
},
|
|
776
787
|
"required": [
|
|
777
|
-
"
|
|
788
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
778
789
|
]
|
|
790
|
+
},
|
|
791
|
+
"then": {
|
|
792
|
+
"not": {
|
|
793
|
+
"required": [
|
|
794
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
795
|
+
]
|
|
796
|
+
}
|
|
779
797
|
}
|
|
780
798
|
}
|
|
781
799
|
},
|
|
@@ -763,12 +763,7 @@
|
|
|
763
763
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
764
764
|
"type": "array",
|
|
765
765
|
"contains": {
|
|
766
|
-
"
|
|
767
|
-
"not": {
|
|
768
|
-
"enum": [
|
|
769
|
-
"Explosives (type 3)"
|
|
770
|
-
]
|
|
771
|
-
}
|
|
766
|
+
"const": "Explosives (type 3)"
|
|
772
767
|
}
|
|
773
768
|
}
|
|
774
769
|
},
|
|
@@ -776,11 +771,34 @@
|
|
|
776
771
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
777
772
|
]
|
|
778
773
|
},
|
|
779
|
-
"
|
|
780
|
-
"
|
|
774
|
+
"else": {
|
|
775
|
+
"if": {
|
|
776
|
+
"properties": {
|
|
777
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
778
|
+
"type": "array",
|
|
779
|
+
"contains": {
|
|
780
|
+
"enum": [
|
|
781
|
+
"FP <61 (FL)",
|
|
782
|
+
"AT",
|
|
783
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
784
|
+
"MEMU",
|
|
785
|
+
"Carbon Disulphide",
|
|
786
|
+
"Hydrogen",
|
|
787
|
+
"Explosives (type 2)"
|
|
788
|
+
]
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
},
|
|
781
792
|
"required": [
|
|
782
|
-
"
|
|
793
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
783
794
|
]
|
|
795
|
+
},
|
|
796
|
+
"then": {
|
|
797
|
+
"not": {
|
|
798
|
+
"required": [
|
|
799
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
800
|
+
]
|
|
801
|
+
}
|
|
784
802
|
}
|
|
785
803
|
}
|
|
786
804
|
},
|
|
@@ -888,6 +888,31 @@
|
|
|
888
888
|
"type": "string",
|
|
889
889
|
"maxLength": 50
|
|
890
890
|
},
|
|
891
|
+
"techRecord_manufactureMonth": {
|
|
892
|
+
"anyOf": [
|
|
893
|
+
{
|
|
894
|
+
"title": "Months",
|
|
895
|
+
"type": "string",
|
|
896
|
+
"enum": [
|
|
897
|
+
"January",
|
|
898
|
+
"February",
|
|
899
|
+
"March",
|
|
900
|
+
"April",
|
|
901
|
+
"May",
|
|
902
|
+
"June",
|
|
903
|
+
"July",
|
|
904
|
+
"August",
|
|
905
|
+
"September",
|
|
906
|
+
"October",
|
|
907
|
+
"November",
|
|
908
|
+
"December"
|
|
909
|
+
]
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"type": "null"
|
|
913
|
+
}
|
|
914
|
+
]
|
|
915
|
+
},
|
|
891
916
|
"techRecord_manufactureYear": {
|
|
892
917
|
"anyOf": [
|
|
893
918
|
{
|
|
@@ -1542,12 +1567,7 @@
|
|
|
1542
1567
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1543
1568
|
"type": "array",
|
|
1544
1569
|
"contains": {
|
|
1545
|
-
"
|
|
1546
|
-
"not": {
|
|
1547
|
-
"enum": [
|
|
1548
|
-
"Explosives (type 3)"
|
|
1549
|
-
]
|
|
1550
|
-
}
|
|
1570
|
+
"const": "Explosives (type 3)"
|
|
1551
1571
|
}
|
|
1552
1572
|
}
|
|
1553
1573
|
},
|
|
@@ -1555,11 +1575,34 @@
|
|
|
1555
1575
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1556
1576
|
]
|
|
1557
1577
|
},
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1578
|
+
"else": {
|
|
1579
|
+
"if": {
|
|
1580
|
+
"properties": {
|
|
1581
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1582
|
+
"type": "array",
|
|
1583
|
+
"contains": {
|
|
1584
|
+
"enum": [
|
|
1585
|
+
"FP <61 (FL)",
|
|
1586
|
+
"AT",
|
|
1587
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1588
|
+
"MEMU",
|
|
1589
|
+
"Carbon Disulphide",
|
|
1590
|
+
"Hydrogen",
|
|
1591
|
+
"Explosives (type 2)"
|
|
1592
|
+
]
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1560
1596
|
"required": [
|
|
1561
|
-
"
|
|
1597
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1562
1598
|
]
|
|
1599
|
+
},
|
|
1600
|
+
"then": {
|
|
1601
|
+
"not": {
|
|
1602
|
+
"required": [
|
|
1603
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1604
|
+
]
|
|
1605
|
+
}
|
|
1563
1606
|
}
|
|
1564
1607
|
}
|
|
1565
1608
|
},
|
|
@@ -923,6 +923,31 @@
|
|
|
923
923
|
],
|
|
924
924
|
"maxLength": 50
|
|
925
925
|
},
|
|
926
|
+
"techRecord_manufactureMonth": {
|
|
927
|
+
"anyOf": [
|
|
928
|
+
{
|
|
929
|
+
"title": "Months",
|
|
930
|
+
"type": "string",
|
|
931
|
+
"enum": [
|
|
932
|
+
"January",
|
|
933
|
+
"February",
|
|
934
|
+
"March",
|
|
935
|
+
"April",
|
|
936
|
+
"May",
|
|
937
|
+
"June",
|
|
938
|
+
"July",
|
|
939
|
+
"August",
|
|
940
|
+
"September",
|
|
941
|
+
"October",
|
|
942
|
+
"November",
|
|
943
|
+
"December"
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"type": "null"
|
|
948
|
+
}
|
|
949
|
+
]
|
|
950
|
+
},
|
|
926
951
|
"techRecord_manufactureYear": {
|
|
927
952
|
"anyOf": [
|
|
928
953
|
{
|
|
@@ -1605,12 +1630,7 @@
|
|
|
1605
1630
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1606
1631
|
"type": "array",
|
|
1607
1632
|
"contains": {
|
|
1608
|
-
"
|
|
1609
|
-
"not": {
|
|
1610
|
-
"enum": [
|
|
1611
|
-
"Explosives (type 3)"
|
|
1612
|
-
]
|
|
1613
|
-
}
|
|
1633
|
+
"const": "Explosives (type 3)"
|
|
1614
1634
|
}
|
|
1615
1635
|
}
|
|
1616
1636
|
},
|
|
@@ -1618,11 +1638,34 @@
|
|
|
1618
1638
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1619
1639
|
]
|
|
1620
1640
|
},
|
|
1621
|
-
"
|
|
1622
|
-
"
|
|
1641
|
+
"else": {
|
|
1642
|
+
"if": {
|
|
1643
|
+
"properties": {
|
|
1644
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1645
|
+
"type": "array",
|
|
1646
|
+
"contains": {
|
|
1647
|
+
"enum": [
|
|
1648
|
+
"FP <61 (FL)",
|
|
1649
|
+
"AT",
|
|
1650
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1651
|
+
"MEMU",
|
|
1652
|
+
"Carbon Disulphide",
|
|
1653
|
+
"Hydrogen",
|
|
1654
|
+
"Explosives (type 2)"
|
|
1655
|
+
]
|
|
1656
|
+
}
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1623
1659
|
"required": [
|
|
1624
|
-
"
|
|
1660
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1625
1661
|
]
|
|
1662
|
+
},
|
|
1663
|
+
"then": {
|
|
1664
|
+
"not": {
|
|
1665
|
+
"required": [
|
|
1666
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1667
|
+
]
|
|
1668
|
+
}
|
|
1626
1669
|
}
|
|
1627
1670
|
}
|
|
1628
1671
|
},
|
|
@@ -925,6 +925,31 @@
|
|
|
925
925
|
],
|
|
926
926
|
"maxLength": 50
|
|
927
927
|
},
|
|
928
|
+
"techRecord_manufactureMonth": {
|
|
929
|
+
"anyOf": [
|
|
930
|
+
{
|
|
931
|
+
"title": "Months",
|
|
932
|
+
"type": "string",
|
|
933
|
+
"enum": [
|
|
934
|
+
"January",
|
|
935
|
+
"February",
|
|
936
|
+
"March",
|
|
937
|
+
"April",
|
|
938
|
+
"May",
|
|
939
|
+
"June",
|
|
940
|
+
"July",
|
|
941
|
+
"August",
|
|
942
|
+
"September",
|
|
943
|
+
"October",
|
|
944
|
+
"November",
|
|
945
|
+
"December"
|
|
946
|
+
]
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"type": "null"
|
|
950
|
+
}
|
|
951
|
+
]
|
|
952
|
+
},
|
|
928
953
|
"techRecord_manufactureYear": {
|
|
929
954
|
"anyOf": [
|
|
930
955
|
{
|
|
@@ -1593,12 +1618,7 @@
|
|
|
1593
1618
|
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1594
1619
|
"type": "array",
|
|
1595
1620
|
"contains": {
|
|
1596
|
-
"
|
|
1597
|
-
"not": {
|
|
1598
|
-
"enum": [
|
|
1599
|
-
"Explosives (type 3)"
|
|
1600
|
-
]
|
|
1601
|
-
}
|
|
1621
|
+
"const": "Explosives (type 3)"
|
|
1602
1622
|
}
|
|
1603
1623
|
}
|
|
1604
1624
|
},
|
|
@@ -1606,11 +1626,34 @@
|
|
|
1606
1626
|
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1607
1627
|
]
|
|
1608
1628
|
},
|
|
1609
|
-
"
|
|
1610
|
-
"
|
|
1629
|
+
"else": {
|
|
1630
|
+
"if": {
|
|
1631
|
+
"properties": {
|
|
1632
|
+
"techRecord_adrDetails_permittedDangerousGoods": {
|
|
1633
|
+
"type": "array",
|
|
1634
|
+
"contains": {
|
|
1635
|
+
"enum": [
|
|
1636
|
+
"FP <61 (FL)",
|
|
1637
|
+
"AT",
|
|
1638
|
+
"Class 5.1 Hydrogen Peroxide (OX)",
|
|
1639
|
+
"MEMU",
|
|
1640
|
+
"Carbon Disulphide",
|
|
1641
|
+
"Hydrogen",
|
|
1642
|
+
"Explosives (type 2)"
|
|
1643
|
+
]
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1611
1647
|
"required": [
|
|
1612
|
-
"
|
|
1648
|
+
"techRecord_adrDetails_permittedDangerousGoods"
|
|
1613
1649
|
]
|
|
1650
|
+
},
|
|
1651
|
+
"then": {
|
|
1652
|
+
"not": {
|
|
1653
|
+
"required": [
|
|
1654
|
+
"techRecord_adrDetails_bodyDeclaration_type"
|
|
1655
|
+
]
|
|
1656
|
+
}
|
|
1614
1657
|
}
|
|
1615
1658
|
}
|
|
1616
1659
|
},
|
package/package.json
CHANGED
|
@@ -18,6 +18,19 @@ export type FrameDescription =
|
|
|
18
18
|
| "U section";
|
|
19
19
|
export type LetterTypes = "trailer acceptance" | "trailer rejection";
|
|
20
20
|
export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
|
|
21
|
+
export type Months =
|
|
22
|
+
| "January"
|
|
23
|
+
| "February"
|
|
24
|
+
| "March"
|
|
25
|
+
| "April"
|
|
26
|
+
| "May"
|
|
27
|
+
| "June"
|
|
28
|
+
| "July"
|
|
29
|
+
| "August"
|
|
30
|
+
| "September"
|
|
31
|
+
| "October"
|
|
32
|
+
| "November"
|
|
33
|
+
| "December";
|
|
21
34
|
export type MicrofilmDocumentType =
|
|
22
35
|
| "PSV Miscellaneous"
|
|
23
36
|
| "AAT - Trailer Annual Test"
|
|
@@ -194,6 +207,7 @@ export interface TechRecordGETTRLComplete {
|
|
|
194
207
|
techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
|
|
195
208
|
techRecord_letterOfAuth_letterIssuer?: string | null;
|
|
196
209
|
techRecord_make: string;
|
|
210
|
+
techRecord_manufactureMonth?: Months | null;
|
|
197
211
|
techRecord_manufactureYear?: number | null;
|
|
198
212
|
techRecord_manufacturerDetails?: string | null;
|
|
199
213
|
techRecord_maxLoadOnCoupling: number;
|
|
@@ -18,6 +18,19 @@ export type FrameDescription =
|
|
|
18
18
|
| "U section";
|
|
19
19
|
export type LetterTypes = "trailer acceptance" | "trailer rejection";
|
|
20
20
|
export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
|
|
21
|
+
export type Months =
|
|
22
|
+
| "January"
|
|
23
|
+
| "February"
|
|
24
|
+
| "March"
|
|
25
|
+
| "April"
|
|
26
|
+
| "May"
|
|
27
|
+
| "June"
|
|
28
|
+
| "July"
|
|
29
|
+
| "August"
|
|
30
|
+
| "September"
|
|
31
|
+
| "October"
|
|
32
|
+
| "November"
|
|
33
|
+
| "December";
|
|
21
34
|
export type MicrofilmDocumentType =
|
|
22
35
|
| "PSV Miscellaneous"
|
|
23
36
|
| "AAT - Trailer Annual Test"
|
|
@@ -197,6 +210,7 @@ export interface TechRecordGETTRLSkeleton {
|
|
|
197
210
|
techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
|
|
198
211
|
techRecord_letterOfAuth_letterIssuer?: string | null;
|
|
199
212
|
techRecord_make?: string | null;
|
|
213
|
+
techRecord_manufactureMonth?: Months | null;
|
|
200
214
|
techRecord_manufactureYear?: number | null;
|
|
201
215
|
techRecord_manufacturerDetails?: string | null;
|
|
202
216
|
techRecord_maxLoadOnCoupling?: number | null;
|
|
@@ -18,6 +18,19 @@ export type FrameDescription =
|
|
|
18
18
|
| "U section";
|
|
19
19
|
export type LetterTypes = "trailer acceptance" | "trailer rejection";
|
|
20
20
|
export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
|
|
21
|
+
export type Months =
|
|
22
|
+
| "January"
|
|
23
|
+
| "February"
|
|
24
|
+
| "March"
|
|
25
|
+
| "April"
|
|
26
|
+
| "May"
|
|
27
|
+
| "June"
|
|
28
|
+
| "July"
|
|
29
|
+
| "August"
|
|
30
|
+
| "September"
|
|
31
|
+
| "October"
|
|
32
|
+
| "November"
|
|
33
|
+
| "December";
|
|
21
34
|
export type MicrofilmDocumentType =
|
|
22
35
|
| "PSV Miscellaneous"
|
|
23
36
|
| "AAT - Trailer Annual Test"
|
|
@@ -197,6 +210,7 @@ export interface TechRecordGETTRLTestable {
|
|
|
197
210
|
techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
|
|
198
211
|
techRecord_letterOfAuth_letterIssuer?: string | null;
|
|
199
212
|
techRecord_make?: string | null;
|
|
213
|
+
techRecord_manufactureMonth?: Months | null;
|
|
200
214
|
techRecord_manufactureYear?: number | null;
|
|
201
215
|
techRecord_manufacturerDetails?: string | null;
|
|
202
216
|
techRecord_maxLoadOnCoupling?: number | null;
|
|
@@ -18,6 +18,19 @@ export type FrameDescription =
|
|
|
18
18
|
| "U section";
|
|
19
19
|
export type LetterTypes = "trailer acceptance" | "trailer rejection";
|
|
20
20
|
export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
|
|
21
|
+
export type Months =
|
|
22
|
+
| "January"
|
|
23
|
+
| "February"
|
|
24
|
+
| "March"
|
|
25
|
+
| "April"
|
|
26
|
+
| "May"
|
|
27
|
+
| "June"
|
|
28
|
+
| "July"
|
|
29
|
+
| "August"
|
|
30
|
+
| "September"
|
|
31
|
+
| "October"
|
|
32
|
+
| "November"
|
|
33
|
+
| "December";
|
|
21
34
|
export type MicrofilmDocumentType =
|
|
22
35
|
| "PSV Miscellaneous"
|
|
23
36
|
| "AAT - Trailer Annual Test"
|
|
@@ -189,6 +202,7 @@ export interface TechRecordPUTTRLComplete {
|
|
|
189
202
|
techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
|
|
190
203
|
techRecord_letterOfAuth_letterIssuer?: string | null;
|
|
191
204
|
techRecord_make: string;
|
|
205
|
+
techRecord_manufactureMonth?: Months | null;
|
|
192
206
|
techRecord_manufactureYear?: number | null;
|
|
193
207
|
techRecord_manufacturerDetails?: string | null;
|
|
194
208
|
techRecord_maxLoadOnCoupling: number;
|
|
@@ -18,6 +18,19 @@ export type FrameDescription =
|
|
|
18
18
|
| "U section";
|
|
19
19
|
export type LetterTypes = "trailer acceptance" | "trailer rejection";
|
|
20
20
|
export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
|
|
21
|
+
export type Months =
|
|
22
|
+
| "January"
|
|
23
|
+
| "February"
|
|
24
|
+
| "March"
|
|
25
|
+
| "April"
|
|
26
|
+
| "May"
|
|
27
|
+
| "June"
|
|
28
|
+
| "July"
|
|
29
|
+
| "August"
|
|
30
|
+
| "September"
|
|
31
|
+
| "October"
|
|
32
|
+
| "November"
|
|
33
|
+
| "December";
|
|
21
34
|
export type MicrofilmDocumentType =
|
|
22
35
|
| "PSV Miscellaneous"
|
|
23
36
|
| "AAT - Trailer Annual Test"
|
|
@@ -192,6 +205,7 @@ export interface TechRecordPUTTRLSkeleton {
|
|
|
192
205
|
techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
|
|
193
206
|
techRecord_letterOfAuth_letterIssuer?: string | null;
|
|
194
207
|
techRecord_make?: string | null;
|
|
208
|
+
techRecord_manufactureMonth?: Months | null;
|
|
195
209
|
techRecord_manufactureYear?: number | null;
|
|
196
210
|
techRecord_manufacturerDetails?: string | null;
|
|
197
211
|
techRecord_maxLoadOnCoupling?: number | null;
|
|
@@ -18,6 +18,19 @@ export type FrameDescription =
|
|
|
18
18
|
| "U section";
|
|
19
19
|
export type LetterTypes = "trailer acceptance" | "trailer rejection";
|
|
20
20
|
export type ParagraphIds = 3 | 4 | 5 | 6 | 7;
|
|
21
|
+
export type Months =
|
|
22
|
+
| "January"
|
|
23
|
+
| "February"
|
|
24
|
+
| "March"
|
|
25
|
+
| "April"
|
|
26
|
+
| "May"
|
|
27
|
+
| "June"
|
|
28
|
+
| "July"
|
|
29
|
+
| "August"
|
|
30
|
+
| "September"
|
|
31
|
+
| "October"
|
|
32
|
+
| "November"
|
|
33
|
+
| "December";
|
|
21
34
|
export type MicrofilmDocumentType =
|
|
22
35
|
| "PSV Miscellaneous"
|
|
23
36
|
| "AAT - Trailer Annual Test"
|
|
@@ -192,6 +205,7 @@ export interface TechRecordPUTTRLTestable {
|
|
|
192
205
|
techRecord_letterOfAuth_paragraphId?: null | ParagraphIds;
|
|
193
206
|
techRecord_letterOfAuth_letterIssuer?: string | null;
|
|
194
207
|
techRecord_make?: string | null;
|
|
208
|
+
techRecord_manufactureMonth?: Months | null;
|
|
195
209
|
techRecord_manufactureYear?: number | null;
|
|
196
210
|
techRecord_manufacturerDetails?: string | null;
|
|
197
211
|
techRecord_maxLoadOnCoupling?: number | null;
|