spartaxx.businessmodels 1.0.211 → 1.0.212

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,4 +25,12 @@ export interface AccountInfo {
25
25
  OwnerEmail?: string;
26
26
  OwnerPhone?: string;
27
27
  OwnerAddress?: string;
28
+ BuildingSQFT?: string;
29
+ BuildingValue?: string;
30
+ Grade?: string;
31
+ YearBuilt?: string;
32
+ LandSQFT?: string;
33
+ LandValue?: string;
34
+ ConditionDesire?: string;
35
+ RemodelYear?: string;
28
36
  }
@@ -180,6 +180,10 @@ export interface AppConfigHub {
180
180
  ClientPortalUrl?: string;
181
181
  TaxYear?: string;
182
182
  NextYear?: string;
183
+ AppraisalAddress?: string;
184
+ AppraisalDistrictPhone?: string;
185
+ RevDate?: string;
186
+ CompanyWebsite?: string;
183
187
 
184
188
  //#endregion
185
189
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.211",
3
+ "version": "1.0.212",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {