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