taxtank-core 2.0.70 → 2.0.71

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/index.d.ts CHANGED
@@ -5513,6 +5513,7 @@ declare class FinancialGoal extends AbstractModel implements FinancialGoalInterf
5513
5513
  file: AppFile;
5514
5514
  isCompleted(): boolean;
5515
5515
  isPropertyType(): boolean;
5516
+ isLvr(): boolean;
5516
5517
  /**
5517
5518
  * today's forecasted progress
5518
5519
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.70",
3
+ "version": "2.0.71",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",