taxtank-core 0.17.2 → 0.17.3

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.
@@ -5034,7 +5034,12 @@
5034
5034
  classTransformer.Type(function () { return TransactionAllocation; })
5035
5035
  ], Transaction.prototype, "allocations", void 0);
5036
5036
  __decorate([
5037
- classTransformer.Exclude({ toPlainOnly: true })
5037
+ classTransformer.Exclude({ toPlainOnly: true }),
5038
+ classTransformer.Type(function () { return Country; }),
5039
+ classTransformer.Transform(function (_b) {
5040
+ var obj = _b.obj;
5041
+ return obj.file;
5042
+ })
5038
5043
  ], Transaction.prototype, "file", void 0);
5039
5044
 
5040
5045
  var BankTransaction = /** @class */ (function (_super) {