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.
@@ -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);