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.
- package/bundles/taxtank-core.umd.js +1 -2
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/db/Enums/property/property-category-list.enum.js +2 -3
- package/fesm2015/taxtank-core.js +1 -2
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/db/Enums/property/property-category-list.enum.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3951,8 +3951,7 @@
|
|
|
3951
3951
|
exports.PropertyCategoryListEnum = void 0;
|
|
3952
3952
|
(function (PropertyCategoryListEnum) {
|
|
3953
3953
|
PropertyCategoryListEnum[PropertyCategoryListEnum["OWNER_OCCUPIED"] = 3] = "OWNER_OCCUPIED";
|
|
3954
|
-
|
|
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;
|