taxtank-core 2.0.72 → 2.0.73

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
@@ -5514,6 +5514,7 @@ declare class FinancialGoal extends AbstractModel implements FinancialGoalInterf
5514
5514
  properties: Property$1[];
5515
5515
  file: AppFile;
5516
5516
  isCompleted(): boolean;
5517
+ isAchieved(): boolean;
5517
5518
  isPropertyType(): boolean;
5518
5519
  isLvr(): boolean;
5519
5520
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.72",
3
+ "version": "2.0.73",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",