@pdtf/schemas 3.6.0-10 → 3.6.0-12
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/.claude/settings.local.json +16 -2
- package/index.js +80 -58
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +6360 -1365
- package/src/schemas/v3/compactSkeleton.txt +278 -3
- package/src/schemas/v3/overlays/baspi4.json +150 -17
- package/src/schemas/v3/overlays/baspi5.json +153 -17
- package/src/schemas/v3/overlays/fme1.json +16 -14
- package/src/schemas/v3/overlays/lpe1.json +48 -30
- package/src/schemas/v3/overlays/nts.json +68 -1
- package/src/schemas/v3/overlays/nts2.json +68 -1
- package/src/schemas/v3/overlays/ntsl.json +68 -1
- package/src/schemas/v3/overlays/ntsl2.json +68 -1
- package/src/schemas/v3/overlays/piq.json +37 -3
- package/src/schemas/v3/overlays/rds.json +117 -8
- package/src/schemas/v3/overlays/ta6.json +28 -10
- package/src/schemas/v3/overlays/ta6ed6.json +6153 -0
- package/src/schemas/v3/overlays/ta7.json +43 -3
- package/src/schemas/v3/overlays/ta7ed5.json +1551 -0
- package/src/schemas/v3/pdtf-transaction.json +3212 -521
- package/src/schemas/v3/skeleton.json +365 -21
- package/src/tests/v3/ta6ed6.test.js +2351 -0
- package/src/tests/v3/ta7ed5.test.js +567 -0
- package/src/utils/extractOverlay.js +76 -10
- package/src/utils/pathSkeleton.js +1 -1
|
@@ -58,6 +58,10 @@
|
|
|
58
58
|
capacity
|
|
59
59
|
sellersCapacityDetails
|
|
60
60
|
attachments
|
|
61
|
+
companyName
|
|
62
|
+
companyNumber
|
|
63
|
+
countryOfIncorporation
|
|
64
|
+
dateBecameOwnerOrAuthority
|
|
61
65
|
]
|
|
62
66
|
propertyPack
|
|
63
67
|
address
|
|
@@ -311,6 +315,17 @@
|
|
|
311
315
|
isApplicableParty
|
|
312
316
|
feeIncludingVAT
|
|
313
317
|
noticeViaEmail
|
|
318
|
+
contact
|
|
319
|
+
nameOrOrganisation
|
|
320
|
+
address
|
|
321
|
+
line1
|
|
322
|
+
line2
|
|
323
|
+
line3
|
|
324
|
+
town
|
|
325
|
+
postcode
|
|
326
|
+
telephone
|
|
327
|
+
emailAddress
|
|
328
|
+
capacity
|
|
314
329
|
otherDetailsRequired
|
|
315
330
|
areOtherDetailsRequired
|
|
316
331
|
details
|
|
@@ -437,6 +452,7 @@
|
|
|
437
452
|
leaseholdInformation
|
|
438
453
|
typeOfLeasehold
|
|
439
454
|
leaseholdType
|
|
455
|
+
otherLeaseholdType
|
|
440
456
|
sharedOwnership
|
|
441
457
|
isSharedOwnership
|
|
442
458
|
sharedOwnershipPercentage
|
|
@@ -498,6 +514,39 @@
|
|
|
498
514
|
accountNumber
|
|
499
515
|
reference
|
|
500
516
|
feeType
|
|
517
|
+
rightToManageCompany
|
|
518
|
+
contact
|
|
519
|
+
nameOrOrganisation
|
|
520
|
+
address
|
|
521
|
+
line1
|
|
522
|
+
line2
|
|
523
|
+
line3
|
|
524
|
+
town
|
|
525
|
+
postcode
|
|
526
|
+
emailAddress
|
|
527
|
+
telephone
|
|
528
|
+
freeholder
|
|
529
|
+
contact
|
|
530
|
+
nameOrOrganisation
|
|
531
|
+
address
|
|
532
|
+
line1
|
|
533
|
+
line2
|
|
534
|
+
line3
|
|
535
|
+
town
|
|
536
|
+
postcode
|
|
537
|
+
emailAddress
|
|
538
|
+
telephone
|
|
539
|
+
headLeaseHolder
|
|
540
|
+
contact
|
|
541
|
+
nameOrOrganisation
|
|
542
|
+
address
|
|
543
|
+
line1
|
|
544
|
+
line2
|
|
545
|
+
line3
|
|
546
|
+
town
|
|
547
|
+
postcode
|
|
548
|
+
emailAddress
|
|
549
|
+
telephone
|
|
501
550
|
managingAgent
|
|
502
551
|
contact
|
|
503
552
|
nameOrOrganisation
|
|
@@ -563,6 +612,17 @@
|
|
|
563
612
|
isApplicableParty
|
|
564
613
|
feeIncludingVAT
|
|
565
614
|
noticeViaEmail
|
|
615
|
+
contact
|
|
616
|
+
nameOrOrganisation
|
|
617
|
+
address
|
|
618
|
+
line1
|
|
619
|
+
line2
|
|
620
|
+
line3
|
|
621
|
+
town
|
|
622
|
+
postcode
|
|
623
|
+
telephone
|
|
624
|
+
emailAddress
|
|
625
|
+
capacity
|
|
566
626
|
noticeOfTransferAndCharge
|
|
567
627
|
rentchargeOwner
|
|
568
628
|
isApplicableParty
|
|
@@ -584,12 +644,27 @@
|
|
|
584
644
|
isApplicableParty
|
|
585
645
|
feeIncludingVAT
|
|
586
646
|
noticeViaEmail
|
|
647
|
+
contact
|
|
648
|
+
nameOrOrganisation
|
|
649
|
+
address
|
|
650
|
+
line1
|
|
651
|
+
line2
|
|
652
|
+
line3
|
|
653
|
+
town
|
|
654
|
+
postcode
|
|
655
|
+
telephone
|
|
656
|
+
emailAddress
|
|
657
|
+
capacity
|
|
587
658
|
otherDetailsRequired
|
|
588
659
|
areOtherDetailsRequired
|
|
589
660
|
details
|
|
590
661
|
collectsGroundRent
|
|
662
|
+
collector
|
|
663
|
+
otherCollector
|
|
591
664
|
collectsServiceCharges
|
|
592
665
|
collectsbuildingInsurancePremiums
|
|
666
|
+
collector
|
|
667
|
+
otherCollector
|
|
593
668
|
dealsWithDayToDayMaintenanceOfManagedArea
|
|
594
669
|
organisesBuildingInsurance
|
|
595
670
|
dealsWithDayToDayMaintenanceOfBuilding
|
|
@@ -609,6 +684,10 @@
|
|
|
609
684
|
isSellerAwareOfChanges
|
|
610
685
|
details
|
|
611
686
|
attachments
|
|
687
|
+
landlordConsents
|
|
688
|
+
isSellerAwareOfLandlordConsents
|
|
689
|
+
details
|
|
690
|
+
attachments
|
|
612
691
|
transferAndRegistration
|
|
613
692
|
deedOfCovenantRequired
|
|
614
693
|
yesNoNotKnown
|
|
@@ -628,6 +707,7 @@
|
|
|
628
707
|
isGroundRentPayable
|
|
629
708
|
annualGroundRent
|
|
630
709
|
groundRentFrequency
|
|
710
|
+
mostRecentGroundRentDemandStatus
|
|
631
711
|
rentSubjectToIncrease
|
|
632
712
|
yesNo
|
|
633
713
|
rentReviewFrequency
|
|
@@ -647,10 +727,15 @@
|
|
|
647
727
|
buildingManagerType
|
|
648
728
|
details
|
|
649
729
|
hasTenantCompanyDissolved
|
|
730
|
+
hasTenantCompanyDissolvedDetails
|
|
650
731
|
isManagingAgentEmployed
|
|
732
|
+
sellerOwnership
|
|
733
|
+
yesNo
|
|
734
|
+
attachments
|
|
651
735
|
serviceCharge
|
|
652
736
|
sellerContributesToServiceCharge
|
|
653
737
|
annualServiceCharge
|
|
738
|
+
mostRecentServiceChargeDemandStatus
|
|
654
739
|
largeAdditionalExpense
|
|
655
740
|
yesNo
|
|
656
741
|
details
|
|
@@ -724,6 +809,7 @@
|
|
|
724
809
|
premiumsPaidUpToDate
|
|
725
810
|
yesNo
|
|
726
811
|
details
|
|
812
|
+
mostRecentBuildingsInsuranceDemandStatus
|
|
727
813
|
lastDemandPeriod
|
|
728
814
|
from
|
|
729
815
|
to
|
|
@@ -847,6 +933,9 @@
|
|
|
847
933
|
companyAccounts
|
|
848
934
|
managementCompanyAGMMinutes
|
|
849
935
|
enforcementNotices
|
|
936
|
+
additionalInformation
|
|
937
|
+
details
|
|
938
|
+
attachments
|
|
850
939
|
confirmationOfAccuracy
|
|
851
940
|
confirmation
|
|
852
941
|
capacity
|
|
@@ -864,6 +953,11 @@
|
|
|
864
953
|
details
|
|
865
954
|
electricVehicleChargingPoint
|
|
866
955
|
yesNo
|
|
956
|
+
chargerDetails
|
|
957
|
+
chargerDetailsAttachments
|
|
958
|
+
cableCrossesPavement
|
|
959
|
+
yesNo
|
|
960
|
+
details
|
|
867
961
|
locatedInUlez
|
|
868
962
|
yesNo
|
|
869
963
|
listingAndConservation
|
|
@@ -879,6 +973,7 @@
|
|
|
879
973
|
yesNo
|
|
880
974
|
workCarriedOut
|
|
881
975
|
yesNo
|
|
976
|
+
details
|
|
882
977
|
consentsObtained
|
|
883
978
|
attachments
|
|
884
979
|
typeOfConstruction
|
|
@@ -1068,6 +1163,10 @@
|
|
|
1068
1163
|
yesNo
|
|
1069
1164
|
attachments
|
|
1070
1165
|
details
|
|
1166
|
+
nonResidentialPurposes
|
|
1167
|
+
yesNo
|
|
1168
|
+
details
|
|
1169
|
+
attachments
|
|
1071
1170
|
windowReplacementsSince2002
|
|
1072
1171
|
yesNo
|
|
1073
1172
|
details
|
|
@@ -1088,6 +1187,25 @@
|
|
|
1088
1187
|
yesNo
|
|
1089
1188
|
attachments
|
|
1090
1189
|
details
|
|
1190
|
+
workCompleted
|
|
1191
|
+
yesNo
|
|
1192
|
+
details
|
|
1193
|
+
documents
|
|
1194
|
+
extension
|
|
1195
|
+
yesNo
|
|
1196
|
+
details
|
|
1197
|
+
workCompleted
|
|
1198
|
+
yesNo
|
|
1199
|
+
details
|
|
1200
|
+
documents
|
|
1201
|
+
planningPermission
|
|
1202
|
+
yesNo
|
|
1203
|
+
attachments
|
|
1204
|
+
details
|
|
1205
|
+
buildingRegApproval
|
|
1206
|
+
yesNo
|
|
1207
|
+
attachments
|
|
1208
|
+
details
|
|
1091
1209
|
hasAddedConservatory
|
|
1092
1210
|
yesNo
|
|
1093
1211
|
details
|
|
@@ -1108,6 +1226,100 @@
|
|
|
1108
1226
|
yesNo
|
|
1109
1227
|
attachments
|
|
1110
1228
|
details
|
|
1229
|
+
workCompleted
|
|
1230
|
+
yesNo
|
|
1231
|
+
details
|
|
1232
|
+
documents
|
|
1233
|
+
loftConversion
|
|
1234
|
+
yesNo
|
|
1235
|
+
details
|
|
1236
|
+
workCompleted
|
|
1237
|
+
yesNo
|
|
1238
|
+
details
|
|
1239
|
+
documents
|
|
1240
|
+
planningPermission
|
|
1241
|
+
yesNo
|
|
1242
|
+
attachments
|
|
1243
|
+
details
|
|
1244
|
+
buildingRegApproval
|
|
1245
|
+
yesNo
|
|
1246
|
+
attachments
|
|
1247
|
+
details
|
|
1248
|
+
garageConversion
|
|
1249
|
+
yesNo
|
|
1250
|
+
details
|
|
1251
|
+
workCompleted
|
|
1252
|
+
yesNo
|
|
1253
|
+
details
|
|
1254
|
+
documents
|
|
1255
|
+
planningPermission
|
|
1256
|
+
yesNo
|
|
1257
|
+
attachments
|
|
1258
|
+
details
|
|
1259
|
+
buildingRegApproval
|
|
1260
|
+
yesNo
|
|
1261
|
+
attachments
|
|
1262
|
+
details
|
|
1263
|
+
removalOfInternalWalls
|
|
1264
|
+
yesNo
|
|
1265
|
+
details
|
|
1266
|
+
workCompleted
|
|
1267
|
+
yesNo
|
|
1268
|
+
details
|
|
1269
|
+
documents
|
|
1270
|
+
planningPermission
|
|
1271
|
+
yesNo
|
|
1272
|
+
attachments
|
|
1273
|
+
details
|
|
1274
|
+
buildingRegApproval
|
|
1275
|
+
yesNo
|
|
1276
|
+
attachments
|
|
1277
|
+
details
|
|
1278
|
+
removalOfChimneyBreast
|
|
1279
|
+
yesNo
|
|
1280
|
+
details
|
|
1281
|
+
workCompleted
|
|
1282
|
+
yesNo
|
|
1283
|
+
details
|
|
1284
|
+
documents
|
|
1285
|
+
planningPermission
|
|
1286
|
+
yesNo
|
|
1287
|
+
attachments
|
|
1288
|
+
details
|
|
1289
|
+
buildingRegApproval
|
|
1290
|
+
yesNo
|
|
1291
|
+
attachments
|
|
1292
|
+
details
|
|
1293
|
+
insulation
|
|
1294
|
+
yesNo
|
|
1295
|
+
details
|
|
1296
|
+
workCompleted
|
|
1297
|
+
yesNo
|
|
1298
|
+
details
|
|
1299
|
+
documents
|
|
1300
|
+
planningPermission
|
|
1301
|
+
yesNo
|
|
1302
|
+
attachments
|
|
1303
|
+
details
|
|
1304
|
+
buildingRegApproval
|
|
1305
|
+
yesNo
|
|
1306
|
+
attachments
|
|
1307
|
+
details
|
|
1308
|
+
otherBuildingWorksOrChangesToTheProperty
|
|
1309
|
+
yesNo
|
|
1310
|
+
details
|
|
1311
|
+
workCompleted
|
|
1312
|
+
yesNo
|
|
1313
|
+
details
|
|
1314
|
+
documents
|
|
1315
|
+
planningPermission
|
|
1316
|
+
yesNo
|
|
1317
|
+
attachments
|
|
1318
|
+
details
|
|
1319
|
+
buildingRegApproval
|
|
1320
|
+
yesNo
|
|
1321
|
+
attachments
|
|
1322
|
+
details
|
|
1111
1323
|
worksUnfinished
|
|
1112
1324
|
yesNo
|
|
1113
1325
|
details
|
|
@@ -1162,8 +1374,10 @@
|
|
|
1162
1374
|
attachments
|
|
1163
1375
|
japaneseKnotweed
|
|
1164
1376
|
yesNo
|
|
1377
|
+
knotweedSurveyCarriedOut
|
|
1378
|
+
yesNo
|
|
1379
|
+
attachments
|
|
1165
1380
|
managementPlanInPlace
|
|
1166
|
-
attachments
|
|
1167
1381
|
subsidenceOrStructuralFault
|
|
1168
1382
|
yesNo
|
|
1169
1383
|
details
|
|
@@ -1638,6 +1852,7 @@
|
|
|
1638
1852
|
solarPanels
|
|
1639
1853
|
yesNo
|
|
1640
1854
|
supplier
|
|
1855
|
+
hotWaterOnly
|
|
1641
1856
|
yearInstalled
|
|
1642
1857
|
panelsOwnedOutright
|
|
1643
1858
|
yesNo
|
|
@@ -1651,11 +1866,23 @@
|
|
|
1651
1866
|
inGoodWorkingOrder
|
|
1652
1867
|
yesNo
|
|
1653
1868
|
details
|
|
1654
|
-
isConnectedToNationalGrid
|
|
1655
1869
|
photovoltaicMeterPanelLocation
|
|
1656
1870
|
attachments
|
|
1657
|
-
|
|
1871
|
+
maintenanceAgreement
|
|
1872
|
+
yesNo
|
|
1873
|
+
attachments
|
|
1874
|
+
photovoltaicBatteries
|
|
1875
|
+
yesNo
|
|
1658
1876
|
attachments
|
|
1877
|
+
details
|
|
1878
|
+
nationalGrid
|
|
1879
|
+
yesNo
|
|
1880
|
+
fitOrSegInPlace
|
|
1881
|
+
yesNo
|
|
1882
|
+
fitSegAgreementCopy
|
|
1883
|
+
attachments
|
|
1884
|
+
fitSegAssignmentProcedure
|
|
1885
|
+
installationCertificates
|
|
1659
1886
|
dateToBeConnected
|
|
1660
1887
|
heatPump
|
|
1661
1888
|
yesNo
|
|
@@ -1663,6 +1890,8 @@
|
|
|
1663
1890
|
supplier
|
|
1664
1891
|
dateInstalled
|
|
1665
1892
|
attachments
|
|
1893
|
+
makeModel
|
|
1894
|
+
serviceProviderName
|
|
1666
1895
|
dateToBeConnected
|
|
1667
1896
|
otherSources
|
|
1668
1897
|
yesNo
|
|
@@ -1720,9 +1949,14 @@
|
|
|
1720
1949
|
attachments
|
|
1721
1950
|
plantDrainsIntoWaterway
|
|
1722
1951
|
yesNo
|
|
1952
|
+
hasInfiltrationSystem
|
|
1953
|
+
yesNo
|
|
1723
1954
|
dischargeCompliesWithGBR
|
|
1724
1955
|
dateReplaced
|
|
1725
1956
|
dateLastEmptied
|
|
1957
|
+
supplier
|
|
1958
|
+
makeModel
|
|
1959
|
+
serviceProviderName
|
|
1726
1960
|
dateInstalled
|
|
1727
1961
|
dateLastServiced
|
|
1728
1962
|
attachments
|
|
@@ -1777,6 +2011,10 @@
|
|
|
1777
2011
|
otherCentralHeatingFuelType
|
|
1778
2012
|
centralHeatingInstalled
|
|
1779
2013
|
boilerInstallationCertificate
|
|
2014
|
+
yesNo
|
|
2015
|
+
boilerInstallationDate
|
|
2016
|
+
attachments
|
|
2017
|
+
replacementOtherThanBoiler
|
|
1780
2018
|
yesNo
|
|
1781
2019
|
attachments
|
|
1782
2020
|
heatingLastServicedDate
|
|
@@ -1786,6 +2024,7 @@
|
|
|
1786
2024
|
details
|
|
1787
2025
|
details
|
|
1788
2026
|
otherHeatingFeatures[]
|
|
2027
|
+
multipleHeatingSystems
|
|
1789
2028
|
connectivity
|
|
1790
2029
|
telephone
|
|
1791
2030
|
yesNo
|
|
@@ -1806,6 +2045,7 @@
|
|
|
1806
2045
|
maxUfbbPredictedUp
|
|
1807
2046
|
maxPredictedDown
|
|
1808
2047
|
maxPredictedUp
|
|
2048
|
+
providerName
|
|
1809
2049
|
mobilePhone
|
|
1810
2050
|
knownSignalIssues
|
|
1811
2051
|
yesNo
|
|
@@ -1843,6 +2083,7 @@
|
|
|
1843
2083
|
voDataOutdoorNo4g
|
|
1844
2084
|
voDataIndoor
|
|
1845
2085
|
voDataIndoorNo4g
|
|
2086
|
+
otherServices
|
|
1846
2087
|
insurance
|
|
1847
2088
|
difficultiesObtainingInsurance
|
|
1848
2089
|
abnormalRiseInPremiums
|
|
@@ -1860,6 +2101,7 @@
|
|
|
1860
2101
|
isInsured
|
|
1861
2102
|
details
|
|
1862
2103
|
landlordInsuresIfFlat
|
|
2104
|
+
whoInsures
|
|
1863
2105
|
insuranceClaims
|
|
1864
2106
|
yesNo
|
|
1865
2107
|
details
|
|
@@ -1867,9 +2109,15 @@
|
|
|
1867
2109
|
sharedContributions
|
|
1868
2110
|
yesNo
|
|
1869
2111
|
details
|
|
2112
|
+
disagreementOrComplaint
|
|
2113
|
+
yesNo
|
|
2114
|
+
details
|
|
1870
2115
|
neighbouringLandRights
|
|
1871
2116
|
yesNo
|
|
1872
2117
|
details
|
|
2118
|
+
disagreementOrComplaint
|
|
2119
|
+
yesNo
|
|
2120
|
+
details
|
|
1873
2121
|
attachments
|
|
1874
2122
|
accessRestrictionAttempts
|
|
1875
2123
|
yesNo
|
|
@@ -1900,6 +2148,15 @@
|
|
|
1900
2148
|
otherRights
|
|
1901
2149
|
yesNo
|
|
1902
2150
|
details
|
|
2151
|
+
disagreementOrComplaint
|
|
2152
|
+
yesNo
|
|
2153
|
+
details
|
|
2154
|
+
askedOthersToContribute
|
|
2155
|
+
yesNo
|
|
2156
|
+
details
|
|
2157
|
+
disagreementOrComplaint
|
|
2158
|
+
yesNo
|
|
2159
|
+
details
|
|
1903
2160
|
environmentalIssues
|
|
1904
2161
|
flooding
|
|
1905
2162
|
floodRiskReport
|
|
@@ -2139,6 +2396,14 @@
|
|
|
2139
2396
|
details
|
|
2140
2397
|
attachments
|
|
2141
2398
|
additionalInformation
|
|
2399
|
+
consents
|
|
2400
|
+
attachments
|
|
2401
|
+
consentsAttached
|
|
2402
|
+
consentsToFollow
|
|
2403
|
+
consentsNotAvailable
|
|
2404
|
+
furtherInformation
|
|
2405
|
+
details
|
|
2406
|
+
attachments
|
|
2142
2407
|
restrictionsOnUseNotCompliedWith
|
|
2143
2408
|
yesNo
|
|
2144
2409
|
details
|
|
@@ -2266,6 +2531,9 @@
|
|
|
2266
2531
|
subsidenceWork
|
|
2267
2532
|
yesNo
|
|
2268
2533
|
attachments
|
|
2534
|
+
insulation
|
|
2535
|
+
yesNo
|
|
2536
|
+
attachments
|
|
2269
2537
|
solarPanels
|
|
2270
2538
|
yesNo
|
|
2271
2539
|
attachments
|
|
@@ -2277,6 +2545,9 @@
|
|
|
2277
2545
|
yesNo
|
|
2278
2546
|
details
|
|
2279
2547
|
attachments
|
|
2548
|
+
breachOfTermsOrConditions
|
|
2549
|
+
yesNo
|
|
2550
|
+
details
|
|
2280
2551
|
titleDefectInsurance
|
|
2281
2552
|
yesNo
|
|
2282
2553
|
details
|
|
@@ -2326,6 +2597,10 @@
|
|
|
2326
2597
|
confirmationOfAccuracyByOwners
|
|
2327
2598
|
confirmWillProvideAdditionalDocumentation
|
|
2328
2599
|
confirmInformationIsAccurate
|
|
2600
|
+
sellerSignatures[
|
|
2601
|
+
name
|
|
2602
|
+
signedOn
|
|
2603
|
+
]
|
|
2329
2604
|
saleReadyDeclarations
|
|
2330
2605
|
authorisedToActOnBehalfOfAllSellers
|
|
2331
2606
|
authorisationToShare
|