taxtank-core 0.31.1 → 0.31.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.
- package/esm2020/lib/models/depreciation/depreciation-forecast.mjs +4 -1
- package/fesm2015/taxtank-core.mjs +3 -0
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +3 -0
- package/fesm2020/taxtank-core.mjs.map +1 -1
- package/lib/models/depreciation/depreciation-forecast.d.ts +1 -0
- package/package.json +1 -1
|
@@ -2300,6 +2300,9 @@ class DepreciationForecast extends DepreciationForecast$1 {
|
|
|
2300
2300
|
return this.getDaysByMonth(month) * this.dailyClaimAmount;
|
|
2301
2301
|
}
|
|
2302
2302
|
}
|
|
2303
|
+
__decorate([
|
|
2304
|
+
Type(() => Number)
|
|
2305
|
+
], DepreciationForecast.prototype, "amount", void 0);
|
|
2303
2306
|
__decorate([
|
|
2304
2307
|
Type(() => Number)
|
|
2305
2308
|
], DepreciationForecast.prototype, "closeBalance", void 0);
|