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.
- package/CCC/AccountInfo.ts +8 -0
- package/Common/AppConfigHub.ts +4 -0
- package/package.json +1 -1
package/CCC/AccountInfo.ts
CHANGED
@@ -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
|
}
|
package/Common/AppConfigHub.ts
CHANGED
@@ -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
|
|