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/fesm2022/taxtank-core.mjs +23 -6
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
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
|
/**
|