taxtank-core 0.33.112 → 0.33.113

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": "0.33.112",
3
+ "version": "0.33.113",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -103,4 +103,5 @@ export declare class Property extends PropertyBase {
103
103
  get monthlyExpense(): number;
104
104
  get corelogicNextDate(): Date;
105
105
  isCorelogicAvailable(): boolean;
106
+ getGrowth(): number;
106
107
  }