@dynamatix/gb-schemas 2.3.306 → 2.3.307

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.
@@ -125,9 +125,9 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
125
125
  isGoodMarketAppeal: boolean;
126
126
  isAverageMarketAppeal: boolean;
127
127
  isPoorMarketAppeal: boolean;
128
- isSimilarProperties: boolean;
129
- isBetterProperties: boolean;
130
- isWorseProperties: boolean;
128
+ isOwnerResidential: boolean;
129
+ isResidentialLet: boolean;
130
+ isCommercial: boolean;
131
131
  isPricesRising: boolean;
132
132
  isPricesStatic: boolean;
133
133
  isPricesFalling: boolean;
@@ -168,7 +168,7 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
168
168
  structuralMovementDetails: string;
169
169
  isStructuralModifications: boolean;
170
170
  structuralModificationsDetails: string;
171
- communalAreasMaintained: string;
171
+ communalAreasMaintained: boolean;
172
172
  isPlotBoundariesDefinedUnderPointFourHectares: boolean;
173
173
  isTreesWithinInfluencingDistance: boolean;
174
174
  treesInfluenceDetails: string;
@@ -342,9 +342,9 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
342
342
  isGoodMarketAppeal: boolean;
343
343
  isAverageMarketAppeal: boolean;
344
344
  isPoorMarketAppeal: boolean;
345
- isSimilarProperties: boolean;
346
- isBetterProperties: boolean;
347
- isWorseProperties: boolean;
345
+ isOwnerResidential: boolean;
346
+ isResidentialLet: boolean;
347
+ isCommercial: boolean;
348
348
  isPricesRising: boolean;
349
349
  isPricesStatic: boolean;
350
350
  isPricesFalling: boolean;
@@ -385,7 +385,7 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
385
385
  structuralMovementDetails: string;
386
386
  isStructuralModifications: boolean;
387
387
  structuralModificationsDetails: string;
388
- communalAreasMaintained: string;
388
+ communalAreasMaintained: boolean;
389
389
  isPlotBoundariesDefinedUnderPointFourHectares: boolean;
390
390
  isTreesWithinInfluencingDistance: boolean;
391
391
  treesInfluenceDetails: string;
@@ -559,9 +559,9 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
559
559
  isGoodMarketAppeal: boolean;
560
560
  isAverageMarketAppeal: boolean;
561
561
  isPoorMarketAppeal: boolean;
562
- isSimilarProperties: boolean;
563
- isBetterProperties: boolean;
564
- isWorseProperties: boolean;
562
+ isOwnerResidential: boolean;
563
+ isResidentialLet: boolean;
564
+ isCommercial: boolean;
565
565
  isPricesRising: boolean;
566
566
  isPricesStatic: boolean;
567
567
  isPricesFalling: boolean;
@@ -602,7 +602,7 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
602
602
  structuralMovementDetails: string;
603
603
  isStructuralModifications: boolean;
604
604
  structuralModificationsDetails: string;
605
- communalAreasMaintained: string;
605
+ communalAreasMaintained: boolean;
606
606
  isPlotBoundariesDefinedUnderPointFourHectares: boolean;
607
607
  isTreesWithinInfluencingDistance: boolean;
608
608
  treesInfluenceDetails: string;
@@ -780,9 +780,9 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
780
780
  isGoodMarketAppeal: boolean;
781
781
  isAverageMarketAppeal: boolean;
782
782
  isPoorMarketAppeal: boolean;
783
- isSimilarProperties: boolean;
784
- isBetterProperties: boolean;
785
- isWorseProperties: boolean;
783
+ isOwnerResidential: boolean;
784
+ isResidentialLet: boolean;
785
+ isCommercial: boolean;
786
786
  isPricesRising: boolean;
787
787
  isPricesStatic: boolean;
788
788
  isPricesFalling: boolean;
@@ -823,7 +823,7 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
823
823
  structuralMovementDetails: string;
824
824
  isStructuralModifications: boolean;
825
825
  structuralModificationsDetails: string;
826
- communalAreasMaintained: string;
826
+ communalAreasMaintained: boolean;
827
827
  isPlotBoundariesDefinedUnderPointFourHectares: boolean;
828
828
  isTreesWithinInfluencingDistance: boolean;
829
829
  treesInfluenceDetails: string;
@@ -997,9 +997,9 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
997
997
  isGoodMarketAppeal: boolean;
998
998
  isAverageMarketAppeal: boolean;
999
999
  isPoorMarketAppeal: boolean;
1000
- isSimilarProperties: boolean;
1001
- isBetterProperties: boolean;
1002
- isWorseProperties: boolean;
1000
+ isOwnerResidential: boolean;
1001
+ isResidentialLet: boolean;
1002
+ isCommercial: boolean;
1003
1003
  isPricesRising: boolean;
1004
1004
  isPricesStatic: boolean;
1005
1005
  isPricesFalling: boolean;
@@ -1040,7 +1040,7 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1040
1040
  structuralMovementDetails: string;
1041
1041
  isStructuralModifications: boolean;
1042
1042
  structuralModificationsDetails: string;
1043
- communalAreasMaintained: string;
1043
+ communalAreasMaintained: boolean;
1044
1044
  isPlotBoundariesDefinedUnderPointFourHectares: boolean;
1045
1045
  isTreesWithinInfluencingDistance: boolean;
1046
1046
  treesInfluenceDetails: string;
@@ -1214,9 +1214,9 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1214
1214
  isGoodMarketAppeal: boolean;
1215
1215
  isAverageMarketAppeal: boolean;
1216
1216
  isPoorMarketAppeal: boolean;
1217
- isSimilarProperties: boolean;
1218
- isBetterProperties: boolean;
1219
- isWorseProperties: boolean;
1217
+ isOwnerResidential: boolean;
1218
+ isResidentialLet: boolean;
1219
+ isCommercial: boolean;
1220
1220
  isPricesRising: boolean;
1221
1221
  isPricesStatic: boolean;
1222
1222
  isPricesFalling: boolean;
@@ -1257,7 +1257,7 @@ declare const ApplicationValuationReportModel: mongoose.Model<{
1257
1257
  structuralMovementDetails: string;
1258
1258
  isStructuralModifications: boolean;
1259
1259
  structuralModificationsDetails: string;
1260
- communalAreasMaintained: string;
1260
+ communalAreasMaintained: boolean;
1261
1261
  isPlotBoundariesDefinedUnderPointFourHectares: boolean;
1262
1262
  isTreesWithinInfluencingDistance: boolean;
1263
1263
  treesInfluenceDetails: string;
@@ -329,16 +329,16 @@ const localityAndDemandSchema = new mongoose.Schema({
329
329
  type: Boolean,
330
330
  default: null
331
331
  },
332
- // Surrounding Properties - Boolean fields
333
- isSimilarProperties: {
332
+ // Surrounding Property Types - Boolean fields
333
+ isOwnerResidential: {
334
334
  type: Boolean,
335
335
  default: null
336
336
  },
337
- isBetterProperties: {
337
+ isResidentialLet: {
338
338
  type: Boolean,
339
339
  default: null
340
340
  },
341
- isWorseProperties: {
341
+ isCommercial: {
342
342
  type: Boolean,
343
343
  default: null
344
344
  },
@@ -602,7 +602,7 @@ const conditionsOfPropertySchema = new mongoose.Schema({
602
602
  default: null
603
603
  },
604
604
  communalAreasMaintained: {
605
- type: String,
605
+ type: Boolean,
606
606
  default: null
607
607
  },
608
608
  propertyProneTo: propertyProneToSchema,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/gb-schemas",
3
- "version": "2.3.306",
3
+ "version": "2.3.307",
4
4
  "description": "All the schemas for gatehouse bank back-end",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",