taxtank-core 0.17.1 → 0.17.2
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 +9 -0
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/models/property/property-sale/property-sale.js +10 -1
- package/fesm2015/taxtank-core.js +9 -0
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/models/property/property-sale/property-sale.d.ts +3 -0
- package/package.json +1 -1
|
@@ -8352,6 +8352,15 @@
|
|
|
8352
8352
|
});
|
|
8353
8353
|
return PropertySale;
|
|
8354
8354
|
}(PropertySale$1));
|
|
8355
|
+
__decorate([
|
|
8356
|
+
classTransformer.Type(function () { return Number; })
|
|
8357
|
+
], PropertySale.prototype, "commission", void 0);
|
|
8358
|
+
__decorate([
|
|
8359
|
+
classTransformer.Type(function () { return Number; })
|
|
8360
|
+
], PropertySale.prototype, "legalFees", void 0);
|
|
8361
|
+
__decorate([
|
|
8362
|
+
classTransformer.Type(function () { return Number; })
|
|
8363
|
+
], PropertySale.prototype, "otherCost", void 0);
|
|
8355
8364
|
__decorate([
|
|
8356
8365
|
classTransformer.Type(function () { return Date; })
|
|
8357
8366
|
], PropertySale.prototype, "settlementDate", void 0);
|