taxtank-core 0.28.63 → 0.28.64
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 +7 -0
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/models/sole/sole-business-allocation.js +6 -2
- package/fesm2015/taxtank-core.js +4 -0
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/models/sole/sole-business-allocation.d.ts +1 -0
- package/package.json +1 -1
|
@@ -3106,6 +3106,13 @@
|
|
|
3106
3106
|
__decorate([
|
|
3107
3107
|
classTransformer.Type(function () { return SoleBusiness; })
|
|
3108
3108
|
], SoleBusinessAllocation.prototype, "business", void 0);
|
|
3109
|
+
__decorate([
|
|
3110
|
+
classTransformer.Transform(function (_a) {
|
|
3111
|
+
var value = _a.value;
|
|
3112
|
+
return value || 100;
|
|
3113
|
+
}),
|
|
3114
|
+
classTransformer.Expose()
|
|
3115
|
+
], SoleBusinessAllocation.prototype, "percent", void 0);
|
|
3109
3116
|
|
|
3110
3117
|
var SoleBusinessLoss$1 = /** @class */ (function (_super) {
|
|
3111
3118
|
__extends(SoleBusinessLoss, _super);
|