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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "3.0.15",
3
+ "version": "3.0.17",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^22.0.0",
@@ -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;