@pdtf/schemas 3.6.0-11 → 3.6.0-13

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.
@@ -9966,9 +9966,49 @@
9966
9966
  }
9967
9967
  }
9968
9968
  ]
9969
+ }
9970
+ }
9971
+ }
9972
+ ]
9973
+ },
9974
+ "nonResidentialPurposes": {
9975
+ "title": "Is any part of the property used exclusively for non-residential purposes?",
9976
+ "description": "If yes, give details and supply a copy of any relevant planning permission:",
9977
+ "type": "object",
9978
+ "properties": {
9979
+ "yesNo": {
9980
+ "type": "string",
9981
+ "title": "",
9982
+ "enum": [
9983
+ "Yes",
9984
+ "No"
9985
+ ]
9986
+ }
9987
+ },
9988
+ "oneOf": [
9989
+ {
9990
+ "properties": {
9991
+ "yesNo": {
9992
+ "enum": [
9993
+ "No"
9994
+ ]
9995
+ }
9996
+ }
9997
+ },
9998
+ {
9999
+ "properties": {
10000
+ "yesNo": {
10001
+ "enum": [
10002
+ "Yes"
10003
+ ]
10004
+ },
10005
+ "details": {
10006
+ "title": "Please give details",
10007
+ "type": "string",
10008
+ "minLength": 1
9969
10009
  },
9970
10010
  "attachments": {
9971
- "title": "Attachments",
10011
+ "title": "Please supply a copy of any relevant planning permission",
9972
10012
  "type": "string",
9973
10013
  "enum": [
9974
10014
  "Attached",
@@ -12446,18 +12486,9 @@
12446
12486
  ]
12447
12487
  },
12448
12488
  "japaneseKnotweed": {
12449
- "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
12489
+ "title": "Japanese Knotweed",
12450
12490
  "type": "object",
12451
12491
  "properties": {
12452
- "yesNo": {
12453
- "type": "string",
12454
- "title": "",
12455
- "enum": [
12456
- "Yes",
12457
- "No",
12458
- "Not known"
12459
- ]
12460
- },
12461
12492
  "knotweedSurveyCarriedOut": {
12462
12493
  "title": "Has a Japanese knotweed survey been carried out in relation to the property?",
12463
12494
  "type": "object",
@@ -12491,7 +12522,7 @@
12491
12522
  ]
12492
12523
  },
12493
12524
  "attachments": {
12494
- "title": "If yes, provide a copy of the survey.",
12525
+ "title": "Provide a copy of the survey.",
12495
12526
  "type": "string",
12496
12527
  "enum": [
12497
12528
  "Attached",
@@ -12501,6 +12532,15 @@
12501
12532
  }
12502
12533
  }
12503
12534
  ]
12535
+ },
12536
+ "yesNo": {
12537
+ "type": "string",
12538
+ "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
12539
+ "enum": [
12540
+ "Yes",
12541
+ "No",
12542
+ "Not known"
12543
+ ]
12504
12544
  }
12505
12545
  },
12506
12546
  "oneOf": [
@@ -20389,6 +20429,45 @@
20389
20429
  "title": "Please give details including who collects payments and organises the work, the amount of the payments in the last year and whether they are regular payments or only when maintenance work is required",
20390
20430
  "type": "string",
20391
20431
  "minLength": 1
20432
+ },
20433
+ "disagreementOrComplaint": {
20434
+ "title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
20435
+ "type": "object",
20436
+ "properties": {
20437
+ "yesNo": {
20438
+ "type": "string",
20439
+ "enum": [
20440
+ "Yes",
20441
+ "No",
20442
+ "Not known"
20443
+ ]
20444
+ }
20445
+ },
20446
+ "oneOf": [
20447
+ {
20448
+ "properties": {
20449
+ "yesNo": {
20450
+ "enum": [
20451
+ "No",
20452
+ "Not known"
20453
+ ]
20454
+ }
20455
+ }
20456
+ },
20457
+ {
20458
+ "properties": {
20459
+ "yesNo": {
20460
+ "enum": [
20461
+ "Yes"
20462
+ ]
20463
+ },
20464
+ "details": {
20465
+ "type": "string",
20466
+ "minLength": 1
20467
+ }
20468
+ }
20469
+ }
20470
+ ]
20392
20471
  }
20393
20472
  }
20394
20473
  }
@@ -20429,6 +20508,45 @@
20429
20508
  "type": "string",
20430
20509
  "minLength": 1
20431
20510
  },
20511
+ "disagreementOrComplaint": {
20512
+ "title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
20513
+ "type": "object",
20514
+ "properties": {
20515
+ "yesNo": {
20516
+ "type": "string",
20517
+ "enum": [
20518
+ "Yes",
20519
+ "No",
20520
+ "Not known"
20521
+ ]
20522
+ }
20523
+ },
20524
+ "oneOf": [
20525
+ {
20526
+ "properties": {
20527
+ "yesNo": {
20528
+ "enum": [
20529
+ "No",
20530
+ "Not known"
20531
+ ]
20532
+ }
20533
+ }
20534
+ },
20535
+ {
20536
+ "properties": {
20537
+ "yesNo": {
20538
+ "enum": [
20539
+ "Yes"
20540
+ ]
20541
+ },
20542
+ "details": {
20543
+ "type": "string",
20544
+ "minLength": 1
20545
+ }
20546
+ }
20547
+ }
20548
+ ]
20549
+ },
20432
20550
  "attachments": {
20433
20551
  "title": "Attachments",
20434
20552
  "type": "string",
@@ -20803,85 +20921,48 @@
20803
20921
  }
20804
20922
  }
20805
20923
  ]
20806
- }
20807
- }
20808
- },
20809
- "disagreementAboutRightsYouExercise": {
20810
- "title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
20811
- "type": "object",
20812
- "properties": {
20813
- "yesNo": {
20814
- "type": "string",
20815
- "enum": [
20816
- "Yes",
20817
- "No",
20818
- "Not known"
20819
- ]
20820
- }
20821
- },
20822
- "oneOf": [
20823
- {
20924
+ },
20925
+ "disagreementOrComplaint": {
20926
+ "title": "Are you aware of any disagreement or complaint about any such rights?",
20927
+ "type": "object",
20824
20928
  "properties": {
20825
20929
  "yesNo": {
20930
+ "type": "string",
20826
20931
  "enum": [
20932
+ "Yes",
20827
20933
  "No",
20828
20934
  "Not known"
20829
20935
  ]
20830
20936
  }
20831
- }
20832
- },
20833
- {
20834
- "properties": {
20835
- "yesNo": {
20836
- "enum": [
20837
- "Yes"
20838
- ]
20937
+ },
20938
+ "oneOf": [
20939
+ {
20940
+ "properties": {
20941
+ "yesNo": {
20942
+ "enum": [
20943
+ "No",
20944
+ "Not known"
20945
+ ]
20946
+ }
20947
+ }
20839
20948
  },
20840
- "details": {
20841
- "type": "string",
20842
- "minLength": 1
20949
+ {
20950
+ "properties": {
20951
+ "yesNo": {
20952
+ "enum": [
20953
+ "Yes"
20954
+ ]
20955
+ },
20956
+ "details": {
20957
+ "title": "Details",
20958
+ "type": "string",
20959
+ "minLength": 1
20960
+ }
20961
+ }
20843
20962
  }
20844
- }
20845
- }
20846
- ]
20847
- },
20848
- "rightsOverProperty": {
20849
- "title": "Do the owners of any other properties exercise any rights or arrangements over the property?",
20850
- "type": "object",
20851
- "properties": {
20852
- "yesNo": {
20853
- "type": "string",
20854
- "enum": [
20855
- "Yes",
20856
- "No"
20857
20963
  ]
20858
20964
  }
20859
- },
20860
- "oneOf": [
20861
- {
20862
- "properties": {
20863
- "yesNo": {
20864
- "enum": [
20865
- "No"
20866
- ]
20867
- }
20868
- }
20869
- },
20870
- {
20871
- "properties": {
20872
- "yesNo": {
20873
- "enum": [
20874
- "Yes"
20875
- ]
20876
- },
20877
- "details": {
20878
- "type": "string",
20879
- "minLength": 1,
20880
- "title": "Please give details:"
20881
- }
20882
- }
20883
- }
20884
- ]
20965
+ }
20885
20966
  },
20886
20967
  "askedOthersToContribute": {
20887
20968
  "title": "Have you asked the owner of any other properties to contribute towards the cost of the jointly used facilities?",
@@ -20918,6 +20999,45 @@
20918
20999
  "title": "Specify whether you receive this payment or if it is made to a third party. Include details about how much is paid and how often payments are made:",
20919
21000
  "type": "string",
20920
21001
  "minLength": 1
21002
+ },
21003
+ "disagreementOrComplaint": {
21004
+ "title": "Are you aware of any disagreement or complaint about any such arrangements?",
21005
+ "type": "object",
21006
+ "properties": {
21007
+ "yesNo": {
21008
+ "type": "string",
21009
+ "enum": [
21010
+ "Yes",
21011
+ "No",
21012
+ "Not known"
21013
+ ]
21014
+ }
21015
+ },
21016
+ "oneOf": [
21017
+ {
21018
+ "properties": {
21019
+ "yesNo": {
21020
+ "enum": [
21021
+ "No",
21022
+ "Not known"
21023
+ ]
21024
+ }
21025
+ }
21026
+ },
21027
+ {
21028
+ "properties": {
21029
+ "yesNo": {
21030
+ "enum": [
21031
+ "Yes"
21032
+ ]
21033
+ },
21034
+ "details": {
21035
+ "type": "string",
21036
+ "minLength": 1
21037
+ }
21038
+ }
21039
+ }
21040
+ ]
20921
21041
  }
20922
21042
  }
20923
21043
  }
@@ -23421,7 +23541,8 @@
23421
23541
  "type": "string",
23422
23542
  "enum": [
23423
23543
  "Attached",
23424
- "To follow"
23544
+ "To follow",
23545
+ "Not available"
23425
23546
  ]
23426
23547
  }
23427
23548
  }
@@ -23486,7 +23607,8 @@
23486
23607
  "type": "string",
23487
23608
  "enum": [
23488
23609
  "Attached",
23489
- "To follow"
23610
+ "To follow",
23611
+ "Not available"
23490
23612
  ]
23491
23613
  }
23492
23614
  }
@@ -1468,7 +1468,11 @@
1468
1468
  "yesNo": "variant",
1469
1469
  "attachments": "string",
1470
1470
  "details": "string"
1471
- },
1471
+ }
1472
+ },
1473
+ "nonResidentialPurposes": {
1474
+ "yesNo": "variant",
1475
+ "details": "string",
1472
1476
  "attachments": "string"
1473
1477
  },
1474
1478
  "windowReplacementsSince2002": {
@@ -1731,11 +1735,11 @@
1731
1735
  "attachments": "string"
1732
1736
  },
1733
1737
  "japaneseKnotweed": {
1734
- "yesNo": "variant",
1735
1738
  "knotweedSurveyCarriedOut": {
1736
1739
  "yesNo": "variant",
1737
1740
  "attachments": "string"
1738
1741
  },
1742
+ "yesNo": "variant",
1739
1743
  "managementPlanInPlace": "string"
1740
1744
  },
1741
1745
  "subsidenceOrStructuralFault": {
@@ -2673,11 +2677,19 @@
2673
2677
  "rightsAndInformalArrangements": {
2674
2678
  "sharedContributions": {
2675
2679
  "yesNo": "variant",
2676
- "details": "string"
2680
+ "details": "string",
2681
+ "disagreementOrComplaint": {
2682
+ "yesNo": "variant",
2683
+ "details": "string"
2684
+ }
2677
2685
  },
2678
2686
  "neighbouringLandRights": {
2679
2687
  "yesNo": "variant",
2680
2688
  "details": "string",
2689
+ "disagreementOrComplaint": {
2690
+ "yesNo": "variant",
2691
+ "details": "string"
2692
+ },
2681
2693
  "attachments": "string"
2682
2694
  },
2683
2695
  "accessRestrictionAttempts": {
@@ -2717,19 +2729,19 @@
2717
2729
  "otherRights": {
2718
2730
  "yesNo": "variant",
2719
2731
  "details": "string"
2732
+ },
2733
+ "disagreementOrComplaint": {
2734
+ "yesNo": "variant",
2735
+ "details": "string"
2720
2736
  }
2721
2737
  },
2722
- "disagreementAboutRightsYouExercise": {
2723
- "yesNo": "variant",
2724
- "details": "string"
2725
- },
2726
- "rightsOverProperty": {
2727
- "yesNo": "variant",
2728
- "details": "string"
2729
- },
2730
2738
  "askedOthersToContribute": {
2731
2739
  "yesNo": "variant",
2732
- "details": "string"
2740
+ "details": "string",
2741
+ "disagreementOrComplaint": {
2742
+ "yesNo": "variant",
2743
+ "details": "string"
2744
+ }
2733
2745
  }
2734
2746
  },
2735
2747
  "environmentalIssues": {
@@ -726,7 +726,12 @@ describe("TA6 Edition 6 overlay", () => {
726
726
  test("isInsured Yes with insuranceClaims is valid", () => {
727
727
  const data = {
728
728
  isInsured: "Yes",
729
- difficultiesObtainingInsurance: { yesNo: "No" },
729
+ difficultiesObtainingInsurance: {
730
+ abnormalRiseInPremiums: { yesNo: "No" },
731
+ subjectToHighExcesses: { yesNo: "No" },
732
+ subjectToUnusualConditions: { yesNo: "No" },
733
+ refused: { yesNo: "No" },
734
+ },
730
735
  insuranceClaims: { yesNo: "No" },
731
736
  };
732
737
  expect(validator(data)).toBe(true);
@@ -735,7 +740,12 @@ describe("TA6 Edition 6 overlay", () => {
735
740
  test("isInsured No with whoInsures is valid", () => {
736
741
  const data = {
737
742
  isInsured: "No",
738
- difficultiesObtainingInsurance: { yesNo: "No" },
743
+ difficultiesObtainingInsurance: {
744
+ abnormalRiseInPremiums: { yesNo: "No" },
745
+ subjectToHighExcesses: { yesNo: "No" },
746
+ subjectToUnusualConditions: { yesNo: "No" },
747
+ refused: { yesNo: "No" },
748
+ },
739
749
  whoInsures: "Landlord insures the building",
740
750
  insuranceClaims: { yesNo: "No" },
741
751
  };
@@ -823,10 +833,19 @@ describe("TA6 Edition 6 overlay", () => {
823
833
  const data = {
824
834
  neighbouringLandRights: { yesNo: "No" },
825
835
  sharedContributions: { yesNo: "No" },
826
- disagreementAboutRightsYouExercise: { yesNo: "No" },
836
+ rightsOrArrangements: {
837
+ publicRightOfWay: { yesNo: "No" },
838
+ rightsOfLight: { yesNo: "No" },
839
+ rightsOfSupport: { yesNo: "No" },
840
+ rightsCreatedThroughCustom: { yesNo: "No" },
841
+ minesAndMinerals: { yesNo: "No" },
842
+ churchChancel: { yesNo: "No" },
843
+ rightsToTakeFromLand: { yesNo: "No" },
844
+ otherRights: { yesNo: "No" },
845
+ disagreementOrComplaint: { yesNo: "No" },
846
+ },
827
847
  rightsOverProperty: { yesNo: "No" },
828
848
  askedOthersToContribute: { yesNo: "No" },
829
- accessRestrictionAttempts: { yesNo: "No" },
830
849
  };
831
850
  expect(validator(data)).toBe(true);
832
851
  });
@@ -1034,6 +1053,7 @@ describe("TA6 Edition 6 overlay", () => {
1034
1053
  insulation: { yesNo: "No" },
1035
1054
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1036
1055
  changeOfUse: { yesNo: "No" },
1056
+ nonResidentialPurposes: { yesNo: "No" },
1037
1057
  planningPermissionBreaches: { yesNo: "No" },
1038
1058
  unresolvedPlanningIssues: { yesNo: "No" },
1039
1059
  };
@@ -1051,6 +1071,7 @@ describe("TA6 Edition 6 overlay", () => {
1051
1071
  insulation: { yesNo: "No" },
1052
1072
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1053
1073
  changeOfUse: { yesNo: "No" },
1074
+ nonResidentialPurposes: { yesNo: "No" },
1054
1075
  planningPermissionBreaches: { yesNo: "No" },
1055
1076
  unresolvedPlanningIssues: { yesNo: "No" },
1056
1077
  };
@@ -1072,6 +1093,7 @@ describe("TA6 Edition 6 overlay", () => {
1072
1093
  insulation: { yesNo: "No" },
1073
1094
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1074
1095
  changeOfUse: { yesNo: "No" },
1096
+ nonResidentialPurposes: { yesNo: "No" },
1075
1097
  planningPermissionBreaches: { yesNo: "No" },
1076
1098
  unresolvedPlanningIssues: { yesNo: "No" },
1077
1099
  };
@@ -1096,6 +1118,7 @@ describe("TA6 Edition 6 overlay", () => {
1096
1118
  insulation: { yesNo: "No" },
1097
1119
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1098
1120
  changeOfUse: { yesNo: "No" },
1121
+ nonResidentialPurposes: { yesNo: "No" },
1099
1122
  planningPermissionBreaches: { yesNo: "No" },
1100
1123
  unresolvedPlanningIssues: { yesNo: "No" },
1101
1124
  };
@@ -1121,6 +1144,7 @@ describe("TA6 Edition 6 overlay", () => {
1121
1144
  insulation: { yesNo: "No" },
1122
1145
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1123
1146
  changeOfUse: { yesNo: "No" },
1147
+ nonResidentialPurposes: { yesNo: "No" },
1124
1148
  planningPermissionBreaches: { yesNo: "No" },
1125
1149
  unresolvedPlanningIssues: { yesNo: "No" },
1126
1150
  };
@@ -1143,6 +1167,7 @@ describe("TA6 Edition 6 overlay", () => {
1143
1167
  insulation: { yesNo: "No" },
1144
1168
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1145
1169
  changeOfUse: { yesNo: "No" },
1170
+ nonResidentialPurposes: { yesNo: "No" },
1146
1171
  planningPermissionBreaches: { yesNo: "No" },
1147
1172
  unresolvedPlanningIssues: { yesNo: "No" },
1148
1173
  };
@@ -1171,6 +1196,7 @@ describe("TA6 Edition 6 overlay", () => {
1171
1196
  insulation: { yesNo: "No" },
1172
1197
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1173
1198
  changeOfUse: { yesNo: "No" },
1199
+ nonResidentialPurposes: { yesNo: "No" },
1174
1200
  planningPermissionBreaches: { yesNo: "No" },
1175
1201
  unresolvedPlanningIssues: { yesNo: "No" },
1176
1202
  };
@@ -1192,6 +1218,7 @@ describe("TA6 Edition 6 overlay", () => {
1192
1218
  insulation: { yesNo: "No" },
1193
1219
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1194
1220
  changeOfUse: { yesNo: "No" },
1221
+ nonResidentialPurposes: { yesNo: "No" },
1195
1222
  planningPermissionBreaches: { yesNo: "No" },
1196
1223
  unresolvedPlanningIssues: { yesNo: "No" },
1197
1224
  };
@@ -1210,6 +1237,7 @@ describe("TA6 Edition 6 overlay", () => {
1210
1237
  insulation: { yesNo: "No" },
1211
1238
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1212
1239
  changeOfUse: { yesNo: "No" },
1240
+ nonResidentialPurposes: { yesNo: "No" },
1213
1241
  planningPermissionBreaches: { yesNo: "No" },
1214
1242
  unresolvedPlanningIssues: { yesNo: "No" },
1215
1243
  };
@@ -1249,6 +1277,7 @@ describe("TA6 Edition 6 overlay", () => {
1249
1277
  insulation: { yesNo: "No" },
1250
1278
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1251
1279
  changeOfUse: { yesNo: "No" },
1280
+ nonResidentialPurposes: { yesNo: "No" },
1252
1281
  planningPermissionBreaches: { yesNo: "No" },
1253
1282
  unresolvedPlanningIssues: { yesNo: "No" },
1254
1283
  };
@@ -1272,6 +1301,7 @@ describe("TA6 Edition 6 overlay", () => {
1272
1301
  insulation: { yesNo: "No" },
1273
1302
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1274
1303
  changeOfUse: { yesNo: "No" },
1304
+ nonResidentialPurposes: { yesNo: "No" },
1275
1305
  planningPermissionBreaches: { yesNo: "No" },
1276
1306
  unresolvedPlanningIssues: { yesNo: "No" },
1277
1307
  };
@@ -1298,6 +1328,7 @@ describe("TA6 Edition 6 overlay", () => {
1298
1328
  insulation: { yesNo: "No" },
1299
1329
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1300
1330
  changeOfUse: { yesNo: "No" },
1331
+ nonResidentialPurposes: { yesNo: "No" },
1301
1332
  planningPermissionBreaches: { yesNo: "No" },
1302
1333
  unresolvedPlanningIssues: { yesNo: "No" },
1303
1334
  };
@@ -1321,6 +1352,7 @@ describe("TA6 Edition 6 overlay", () => {
1321
1352
  insulation: { yesNo: "No" },
1322
1353
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1323
1354
  changeOfUse: { yesNo: "No" },
1355
+ nonResidentialPurposes: { yesNo: "No" },
1324
1356
  planningPermissionBreaches: { yesNo: "No" },
1325
1357
  unresolvedPlanningIssues: { yesNo: "No" },
1326
1358
  };
@@ -1353,6 +1385,7 @@ describe("TA6 Edition 6 overlay", () => {
1353
1385
  insulation: { yesNo: "No" },
1354
1386
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1355
1387
  changeOfUse: { yesNo: "No" },
1388
+ nonResidentialPurposes: { yesNo: "No" },
1356
1389
  planningPermissionBreaches: { yesNo: "No" },
1357
1390
  unresolvedPlanningIssues: { yesNo: "No" },
1358
1391
  };
@@ -1379,6 +1412,7 @@ describe("TA6 Edition 6 overlay", () => {
1379
1412
  insulation: { yesNo: "No" },
1380
1413
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1381
1414
  changeOfUse: { yesNo: "No" },
1415
+ nonResidentialPurposes: { yesNo: "No" },
1382
1416
  planningPermissionBreaches: { yesNo: "No" },
1383
1417
  unresolvedPlanningIssues: { yesNo: "No" },
1384
1418
  };
@@ -1405,6 +1439,7 @@ describe("TA6 Edition 6 overlay", () => {
1405
1439
  insulation: { yesNo: "No" },
1406
1440
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1407
1441
  changeOfUse: { yesNo: "No" },
1442
+ nonResidentialPurposes: { yesNo: "No" },
1408
1443
  planningPermissionBreaches: { yesNo: "No" },
1409
1444
  unresolvedPlanningIssues: { yesNo: "No" },
1410
1445
  };
@@ -1434,6 +1469,7 @@ describe("TA6 Edition 6 overlay", () => {
1434
1469
  insulation: { yesNo: "No" },
1435
1470
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1436
1471
  changeOfUse: { yesNo: "No" },
1472
+ nonResidentialPurposes: { yesNo: "No" },
1437
1473
  planningPermissionBreaches: { yesNo: "No" },
1438
1474
  unresolvedPlanningIssues: { yesNo: "No" },
1439
1475
  };
@@ -1466,6 +1502,7 @@ describe("TA6 Edition 6 overlay", () => {
1466
1502
  insulation: { yesNo: "No" },
1467
1503
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
1468
1504
  changeOfUse: { yesNo: "No" },
1505
+ nonResidentialPurposes: { yesNo: "No" },
1469
1506
  planningPermissionBreaches: { yesNo: "No" },
1470
1507
  unresolvedPlanningIssues: { yesNo: "No" },
1471
1508
  };
@@ -1589,7 +1626,7 @@ describe("TA6 Edition 6 overlay", () => {
1589
1626
  mainsElectricity: {
1590
1627
  yesNo: "Yes",
1591
1628
  supplier: "British Gas",
1592
- electricityMeter: { location: "Hall cupboard" },
1629
+ electricityMeter: { location: "Hall cupboard", mpan: 1234567890123 },
1593
1630
  },
1594
1631
  solarPanels: { yesNo: "No" },
1595
1632
  };
@@ -1601,7 +1638,7 @@ describe("TA6 Edition 6 overlay", () => {
1601
1638
  mainsElectricity: {
1602
1639
  yesNo: "Yes",
1603
1640
  supplier: "British Gas",
1604
- electricityMeter: { location: "Hall cupboard" },
1641
+ electricityMeter: { location: "Hall cupboard", mpan: 1234567890123 },
1605
1642
  },
1606
1643
  solarPanels: { yesNo: "Yes" },
1607
1644
  };
@@ -1618,7 +1655,7 @@ describe("TA6 Edition 6 overlay", () => {
1618
1655
  mainsElectricity: {
1619
1656
  yesNo: "Yes",
1620
1657
  supplier: "British Gas",
1621
- electricityMeter: { location: "Hall cupboard" },
1658
+ electricityMeter: { location: "Hall cupboard", mpan: 1234567890123 },
1622
1659
  },
1623
1660
  solarPanels: {
1624
1661
  yesNo: "Yes",
@@ -1640,7 +1677,7 @@ describe("TA6 Edition 6 overlay", () => {
1640
1677
  mainsElectricity: {
1641
1678
  yesNo: "Yes",
1642
1679
  supplier: "British Gas",
1643
- electricityMeter: { location: "Hall cupboard" },
1680
+ electricityMeter: { location: "Hall cupboard", mpan: 1234567890123 },
1644
1681
  },
1645
1682
  solarPanels: {
1646
1683
  yesNo: "Yes",
@@ -2182,6 +2219,7 @@ function buildMinimalTransaction() {
2182
2219
  insulation: { yesNo: "No" },
2183
2220
  otherBuildingWorksOrChangesToTheProperty: { yesNo: "No" },
2184
2221
  changeOfUse: { yesNo: "No" },
2222
+ nonResidentialPurposes: { yesNo: "No" },
2185
2223
  planningPermissionBreaches: { yesNo: "No" },
2186
2224
  unresolvedPlanningIssues: { yesNo: "No" },
2187
2225
  },