spartaxx.businessmodels 1.0.211 → 1.0.213

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,9 +20,19 @@ export interface AccountInfo {
20
20
  FinalValue?: string;
21
21
  StandardContingency?: string;
22
22
  LitigationContingency?: string;
23
+ IsNeedAofA?: number;
24
+ IsNeedBAAofA?: number;
23
25
 
24
26
  OwnerName?: string;
25
27
  OwnerEmail?: string;
26
28
  OwnerPhone?: string;
27
29
  OwnerAddress?: string;
30
+ BuildingSQFT?: string;
31
+ BuildingValue?: string;
32
+ Grade?: string;
33
+ YearBuilt?: string;
34
+ LandSQFT?: string;
35
+ LandValue?: string;
36
+ ConditionDesire?: string;
37
+ RemodelYear?: string;
28
38
  }
package/CCC/ClientInfo.ts CHANGED
@@ -23,24 +23,24 @@ export interface ClientInfo {
23
23
  ContactLastName?: string;
24
24
  ContactFax?: string;
25
25
  ContactStateCode?: string;
26
- ItIsCommercialClient?: boolean;
27
- IsNeedAgreement?: boolean;
26
+ ItIsCommercialClient?: number;
27
+ IsNeedAgreement?: number;
28
28
  TotalPropertyCount?: number;
29
29
  TotalResPropertyCount?: number;
30
30
  TotalComPropertyCount?: number;
31
- IsNeedAofA?: boolean;
32
- IsNeedAofAExpirtationForm?: boolean;
33
- IsHomeStead?: boolean;
34
- IsNeedConsentForm?: boolean;
31
+ IsNeedAofA?: number;
32
+ IsNeedAofAExpirtationForm?: number;
33
+ IsHomeStead?: number;
34
+ IsNeedConsentForm?: number;
35
35
  TotalAofAPropertyCount?: number;
36
36
  TotalAofAResPropertyCount?: number;
37
37
  TotalAofAComPropertyCount?: number;
38
- IsNeedBAAofA?: boolean;
38
+ IsNeedBAAofA?: number;
39
39
  TotalBAAofAPropertyCount?: number;
40
40
  TotalBAAofAResPropertyCount?: number;
41
41
  TotalBAAofAComPropertyCount?: number;
42
- IsHasResidentialAccount?: boolean;
43
- IsNeedPropertySurveyForm?: boolean;
42
+ IsHasResidentialAccount?: number;
43
+ IsNeedPropertySurveyForm?: number;
44
44
  ESignLink?: string;
45
45
  ClientEmail?: string;
46
46
  ClientAddress?: string;
@@ -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.213",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {