@pdtf/schemas 3.6.0-10 → 3.6.0-11
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 +6089 -1239
- package/src/schemas/v3/compactSkeleton.txt +269 -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 +5812 -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 +2971 -399
- package/src/schemas/v3/skeleton.json +353 -21
- package/src/tests/v3/ta6ed6.test.js +2314 -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,7 @@
|
|
|
1068
1163
|
yesNo
|
|
1069
1164
|
attachments
|
|
1070
1165
|
details
|
|
1166
|
+
attachments
|
|
1071
1167
|
windowReplacementsSince2002
|
|
1072
1168
|
yesNo
|
|
1073
1169
|
details
|
|
@@ -1088,6 +1184,25 @@
|
|
|
1088
1184
|
yesNo
|
|
1089
1185
|
attachments
|
|
1090
1186
|
details
|
|
1187
|
+
workCompleted
|
|
1188
|
+
yesNo
|
|
1189
|
+
details
|
|
1190
|
+
documents
|
|
1191
|
+
extension
|
|
1192
|
+
yesNo
|
|
1193
|
+
details
|
|
1194
|
+
workCompleted
|
|
1195
|
+
yesNo
|
|
1196
|
+
details
|
|
1197
|
+
documents
|
|
1198
|
+
planningPermission
|
|
1199
|
+
yesNo
|
|
1200
|
+
attachments
|
|
1201
|
+
details
|
|
1202
|
+
buildingRegApproval
|
|
1203
|
+
yesNo
|
|
1204
|
+
attachments
|
|
1205
|
+
details
|
|
1091
1206
|
hasAddedConservatory
|
|
1092
1207
|
yesNo
|
|
1093
1208
|
details
|
|
@@ -1108,6 +1223,100 @@
|
|
|
1108
1223
|
yesNo
|
|
1109
1224
|
attachments
|
|
1110
1225
|
details
|
|
1226
|
+
workCompleted
|
|
1227
|
+
yesNo
|
|
1228
|
+
details
|
|
1229
|
+
documents
|
|
1230
|
+
loftConversion
|
|
1231
|
+
yesNo
|
|
1232
|
+
details
|
|
1233
|
+
workCompleted
|
|
1234
|
+
yesNo
|
|
1235
|
+
details
|
|
1236
|
+
documents
|
|
1237
|
+
planningPermission
|
|
1238
|
+
yesNo
|
|
1239
|
+
attachments
|
|
1240
|
+
details
|
|
1241
|
+
buildingRegApproval
|
|
1242
|
+
yesNo
|
|
1243
|
+
attachments
|
|
1244
|
+
details
|
|
1245
|
+
garageConversion
|
|
1246
|
+
yesNo
|
|
1247
|
+
details
|
|
1248
|
+
workCompleted
|
|
1249
|
+
yesNo
|
|
1250
|
+
details
|
|
1251
|
+
documents
|
|
1252
|
+
planningPermission
|
|
1253
|
+
yesNo
|
|
1254
|
+
attachments
|
|
1255
|
+
details
|
|
1256
|
+
buildingRegApproval
|
|
1257
|
+
yesNo
|
|
1258
|
+
attachments
|
|
1259
|
+
details
|
|
1260
|
+
removalOfInternalWalls
|
|
1261
|
+
yesNo
|
|
1262
|
+
details
|
|
1263
|
+
workCompleted
|
|
1264
|
+
yesNo
|
|
1265
|
+
details
|
|
1266
|
+
documents
|
|
1267
|
+
planningPermission
|
|
1268
|
+
yesNo
|
|
1269
|
+
attachments
|
|
1270
|
+
details
|
|
1271
|
+
buildingRegApproval
|
|
1272
|
+
yesNo
|
|
1273
|
+
attachments
|
|
1274
|
+
details
|
|
1275
|
+
removalOfChimneyBreast
|
|
1276
|
+
yesNo
|
|
1277
|
+
details
|
|
1278
|
+
workCompleted
|
|
1279
|
+
yesNo
|
|
1280
|
+
details
|
|
1281
|
+
documents
|
|
1282
|
+
planningPermission
|
|
1283
|
+
yesNo
|
|
1284
|
+
attachments
|
|
1285
|
+
details
|
|
1286
|
+
buildingRegApproval
|
|
1287
|
+
yesNo
|
|
1288
|
+
attachments
|
|
1289
|
+
details
|
|
1290
|
+
insulation
|
|
1291
|
+
yesNo
|
|
1292
|
+
details
|
|
1293
|
+
workCompleted
|
|
1294
|
+
yesNo
|
|
1295
|
+
details
|
|
1296
|
+
documents
|
|
1297
|
+
planningPermission
|
|
1298
|
+
yesNo
|
|
1299
|
+
attachments
|
|
1300
|
+
details
|
|
1301
|
+
buildingRegApproval
|
|
1302
|
+
yesNo
|
|
1303
|
+
attachments
|
|
1304
|
+
details
|
|
1305
|
+
otherBuildingWorksOrChangesToTheProperty
|
|
1306
|
+
yesNo
|
|
1307
|
+
details
|
|
1308
|
+
workCompleted
|
|
1309
|
+
yesNo
|
|
1310
|
+
details
|
|
1311
|
+
documents
|
|
1312
|
+
planningPermission
|
|
1313
|
+
yesNo
|
|
1314
|
+
attachments
|
|
1315
|
+
details
|
|
1316
|
+
buildingRegApproval
|
|
1317
|
+
yesNo
|
|
1318
|
+
attachments
|
|
1319
|
+
details
|
|
1111
1320
|
worksUnfinished
|
|
1112
1321
|
yesNo
|
|
1113
1322
|
details
|
|
@@ -1162,8 +1371,10 @@
|
|
|
1162
1371
|
attachments
|
|
1163
1372
|
japaneseKnotweed
|
|
1164
1373
|
yesNo
|
|
1374
|
+
knotweedSurveyCarriedOut
|
|
1375
|
+
yesNo
|
|
1376
|
+
attachments
|
|
1165
1377
|
managementPlanInPlace
|
|
1166
|
-
attachments
|
|
1167
1378
|
subsidenceOrStructuralFault
|
|
1168
1379
|
yesNo
|
|
1169
1380
|
details
|
|
@@ -1638,6 +1849,7 @@
|
|
|
1638
1849
|
solarPanels
|
|
1639
1850
|
yesNo
|
|
1640
1851
|
supplier
|
|
1852
|
+
hotWaterOnly
|
|
1641
1853
|
yearInstalled
|
|
1642
1854
|
panelsOwnedOutright
|
|
1643
1855
|
yesNo
|
|
@@ -1651,11 +1863,23 @@
|
|
|
1651
1863
|
inGoodWorkingOrder
|
|
1652
1864
|
yesNo
|
|
1653
1865
|
details
|
|
1654
|
-
isConnectedToNationalGrid
|
|
1655
1866
|
photovoltaicMeterPanelLocation
|
|
1656
1867
|
attachments
|
|
1657
|
-
|
|
1868
|
+
maintenanceAgreement
|
|
1869
|
+
yesNo
|
|
1658
1870
|
attachments
|
|
1871
|
+
photovoltaicBatteries
|
|
1872
|
+
yesNo
|
|
1873
|
+
attachments
|
|
1874
|
+
details
|
|
1875
|
+
nationalGrid
|
|
1876
|
+
yesNo
|
|
1877
|
+
fitOrSegInPlace
|
|
1878
|
+
yesNo
|
|
1879
|
+
fitSegAgreementCopy
|
|
1880
|
+
attachments
|
|
1881
|
+
fitSegAssignmentProcedure
|
|
1882
|
+
installationCertificates
|
|
1659
1883
|
dateToBeConnected
|
|
1660
1884
|
heatPump
|
|
1661
1885
|
yesNo
|
|
@@ -1663,6 +1887,8 @@
|
|
|
1663
1887
|
supplier
|
|
1664
1888
|
dateInstalled
|
|
1665
1889
|
attachments
|
|
1890
|
+
makeModel
|
|
1891
|
+
serviceProviderName
|
|
1666
1892
|
dateToBeConnected
|
|
1667
1893
|
otherSources
|
|
1668
1894
|
yesNo
|
|
@@ -1720,9 +1946,14 @@
|
|
|
1720
1946
|
attachments
|
|
1721
1947
|
plantDrainsIntoWaterway
|
|
1722
1948
|
yesNo
|
|
1949
|
+
hasInfiltrationSystem
|
|
1950
|
+
yesNo
|
|
1723
1951
|
dischargeCompliesWithGBR
|
|
1724
1952
|
dateReplaced
|
|
1725
1953
|
dateLastEmptied
|
|
1954
|
+
supplier
|
|
1955
|
+
makeModel
|
|
1956
|
+
serviceProviderName
|
|
1726
1957
|
dateInstalled
|
|
1727
1958
|
dateLastServiced
|
|
1728
1959
|
attachments
|
|
@@ -1777,6 +2008,10 @@
|
|
|
1777
2008
|
otherCentralHeatingFuelType
|
|
1778
2009
|
centralHeatingInstalled
|
|
1779
2010
|
boilerInstallationCertificate
|
|
2011
|
+
yesNo
|
|
2012
|
+
boilerInstallationDate
|
|
2013
|
+
attachments
|
|
2014
|
+
replacementOtherThanBoiler
|
|
1780
2015
|
yesNo
|
|
1781
2016
|
attachments
|
|
1782
2017
|
heatingLastServicedDate
|
|
@@ -1786,6 +2021,7 @@
|
|
|
1786
2021
|
details
|
|
1787
2022
|
details
|
|
1788
2023
|
otherHeatingFeatures[]
|
|
2024
|
+
multipleHeatingSystems
|
|
1789
2025
|
connectivity
|
|
1790
2026
|
telephone
|
|
1791
2027
|
yesNo
|
|
@@ -1806,6 +2042,7 @@
|
|
|
1806
2042
|
maxUfbbPredictedUp
|
|
1807
2043
|
maxPredictedDown
|
|
1808
2044
|
maxPredictedUp
|
|
2045
|
+
providerName
|
|
1809
2046
|
mobilePhone
|
|
1810
2047
|
knownSignalIssues
|
|
1811
2048
|
yesNo
|
|
@@ -1843,6 +2080,7 @@
|
|
|
1843
2080
|
voDataOutdoorNo4g
|
|
1844
2081
|
voDataIndoor
|
|
1845
2082
|
voDataIndoorNo4g
|
|
2083
|
+
otherServices
|
|
1846
2084
|
insurance
|
|
1847
2085
|
difficultiesObtainingInsurance
|
|
1848
2086
|
abnormalRiseInPremiums
|
|
@@ -1860,6 +2098,7 @@
|
|
|
1860
2098
|
isInsured
|
|
1861
2099
|
details
|
|
1862
2100
|
landlordInsuresIfFlat
|
|
2101
|
+
whoInsures
|
|
1863
2102
|
insuranceClaims
|
|
1864
2103
|
yesNo
|
|
1865
2104
|
details
|
|
@@ -1900,6 +2139,15 @@
|
|
|
1900
2139
|
otherRights
|
|
1901
2140
|
yesNo
|
|
1902
2141
|
details
|
|
2142
|
+
disagreementAboutRightsYouExercise
|
|
2143
|
+
yesNo
|
|
2144
|
+
details
|
|
2145
|
+
rightsOverProperty
|
|
2146
|
+
yesNo
|
|
2147
|
+
details
|
|
2148
|
+
askedOthersToContribute
|
|
2149
|
+
yesNo
|
|
2150
|
+
details
|
|
1903
2151
|
environmentalIssues
|
|
1904
2152
|
flooding
|
|
1905
2153
|
floodRiskReport
|
|
@@ -2139,6 +2387,14 @@
|
|
|
2139
2387
|
details
|
|
2140
2388
|
attachments
|
|
2141
2389
|
additionalInformation
|
|
2390
|
+
consents
|
|
2391
|
+
attachments
|
|
2392
|
+
consentsAttached
|
|
2393
|
+
consentsToFollow
|
|
2394
|
+
consentsNotAvailable
|
|
2395
|
+
furtherInformation
|
|
2396
|
+
details
|
|
2397
|
+
attachments
|
|
2142
2398
|
restrictionsOnUseNotCompliedWith
|
|
2143
2399
|
yesNo
|
|
2144
2400
|
details
|
|
@@ -2266,6 +2522,9 @@
|
|
|
2266
2522
|
subsidenceWork
|
|
2267
2523
|
yesNo
|
|
2268
2524
|
attachments
|
|
2525
|
+
insulation
|
|
2526
|
+
yesNo
|
|
2527
|
+
attachments
|
|
2269
2528
|
solarPanels
|
|
2270
2529
|
yesNo
|
|
2271
2530
|
attachments
|
|
@@ -2277,6 +2536,9 @@
|
|
|
2277
2536
|
yesNo
|
|
2278
2537
|
details
|
|
2279
2538
|
attachments
|
|
2539
|
+
breachOfTermsOrConditions
|
|
2540
|
+
yesNo
|
|
2541
|
+
details
|
|
2280
2542
|
titleDefectInsurance
|
|
2281
2543
|
yesNo
|
|
2282
2544
|
details
|
|
@@ -2326,6 +2588,10 @@
|
|
|
2326
2588
|
confirmationOfAccuracyByOwners
|
|
2327
2589
|
confirmWillProvideAdditionalDocumentation
|
|
2328
2590
|
confirmInformationIsAccurate
|
|
2591
|
+
sellerSignatures[
|
|
2592
|
+
name
|
|
2593
|
+
signedOn
|
|
2594
|
+
]
|
|
2329
2595
|
saleReadyDeclarations
|
|
2330
2596
|
authorisedToActOnBehalfOfAllSellers
|
|
2331
2597
|
authorisationToShare
|