taxtank-core 0.16.6 → 0.16.7

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.
@@ -3951,8 +3951,7 @@
3951
3951
  exports.PropertyCategoryListEnum = void 0;
3952
3952
  (function (PropertyCategoryListEnum) {
3953
3953
  PropertyCategoryListEnum[PropertyCategoryListEnum["OWNER_OCCUPIED"] = 3] = "OWNER_OCCUPIED";
3954
- // @TODO prod use 5
3955
- PropertyCategoryListEnum[PropertyCategoryListEnum["VACANT_LAND"] = 6] = "VACANT_LAND";
3954
+ PropertyCategoryListEnum[PropertyCategoryListEnum["VACANT_LAND"] = 5] = "VACANT_LAND";
3956
3955
  })(exports.PropertyCategoryListEnum || (exports.PropertyCategoryListEnum = {}));
3957
3956
 
3958
3957
  exports.TaxExemptionMetadataEnum = void 0;