taxtank-core 3.0.15 → 3.0.17
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/package.json
CHANGED
package/types/taxtank-core.d.ts
CHANGED
|
@@ -4367,6 +4367,7 @@ declare class DepreciationForecast extends DepreciationForecast$1 {
|
|
|
4367
4367
|
isLVP: boolean;
|
|
4368
4368
|
amount: number;
|
|
4369
4369
|
closeBalance: number;
|
|
4370
|
+
openBalance: number;
|
|
4370
4371
|
get dailyClaimAmount(): number;
|
|
4371
4372
|
get daysApplied(): number;
|
|
4372
4373
|
getDaysByMonth(month: number): number;
|