taxtank-core 0.5.3 → 0.5.4

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.
@@ -4309,6 +4309,9 @@
4309
4309
  PropertyCategory.prototype.isOwnerOccupied = function () {
4310
4310
  return this.name === 'Owner Occupied';
4311
4311
  };
4312
+ PropertyCategory.prototype.isVacantLand = function () {
4313
+ return this.name === 'Vacant Land';
4314
+ };
4312
4315
  return PropertyCategory;
4313
4316
  }(PropertyCategory$1));
4314
4317