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.
- package/bundles/taxtank-core.umd.js +6 -1
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/models/transaction/transaction.js +8 -3
- package/fesm2015/taxtank-core.js +5 -1
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/models/transaction/transaction.d.ts +4 -0
- package/package.json +1 -1
|
@@ -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) {
|