spartaxx.businessmodels 1.0.182 → 1.0.183
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/AccountInfo.ts +5 -6
- package/CCC/ClientInfo.ts +41 -99
- package/package.json +1 -1
- package/CCC/AccountInfo.js +0 -2
- package/CCC/ClientInfo.js +0 -2
package/CCC/AccountInfo.ts
CHANGED
@@ -1,9 +1,12 @@
|
|
1
1
|
export interface AccountInfo {
|
2
|
-
|
2
|
+
ClientId?: number;
|
3
|
+
AccountId?: number;
|
3
4
|
AccountNumber?: number;
|
4
5
|
PropertyType?: string;
|
5
6
|
CountyName?: string;
|
7
|
+
CountyState?: string;
|
6
8
|
AccountStatus?: string;
|
9
|
+
AccountStatusId?: number;
|
7
10
|
PropertyAddress?: string;
|
8
11
|
CadLegalName?: string;
|
9
12
|
PriorYear2?: number;
|
@@ -12,13 +15,9 @@ export interface AccountInfo {
|
|
12
15
|
PriorYear1?: number;
|
13
16
|
PriorYear1NoticedValue?: string;
|
14
17
|
PriorYear1FinalValue?: string;
|
18
|
+
TaxYear?: number;
|
15
19
|
NoticedValue?: string;
|
16
20
|
FinalValue?: string;
|
17
21
|
StandardContingency?: string;
|
18
22
|
LitigationContingency?: string;
|
19
|
-
OwnerName?: string;
|
20
|
-
CountyState?: string;
|
21
|
-
OwnerEmail?: string;
|
22
|
-
OwnerPhone?: string;
|
23
|
-
OwnerAddress?: string;
|
24
23
|
}
|
package/CCC/ClientInfo.ts
CHANGED
@@ -1,103 +1,45 @@
|
|
1
1
|
import { AccountInfo } from "./AccountInfo";
|
2
2
|
|
3
3
|
export interface ClientInfo {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
CompanyWebsite?: string;
|
46
|
-
AppraisalDistrictName?: string;
|
47
|
-
AppraisalDistrictPhone?: string;
|
48
|
-
AppraisalAddress?: string;
|
49
|
-
PropertyAddress?: string;
|
50
|
-
AgentName?: string;
|
51
|
-
AgentCode?: string;
|
52
|
-
AgentPhone?: string;
|
53
|
-
AgentCity?: string;
|
54
|
-
AgentState?: string;
|
55
|
-
AgentZipCode?: string;
|
56
|
-
CompleteAgentAddress?: string;
|
57
|
-
NameOfThePerson?: string;
|
58
|
-
PersonMail?: string;
|
59
|
-
PersonCity?: string;
|
60
|
-
PersonTown?: string;
|
61
|
-
PersonState?: string;
|
62
|
-
PersonZipCode?: string;
|
63
|
-
PersonPhone?: string;
|
64
|
-
LegalDescription?: string;
|
65
|
-
CADLegalName?: string;
|
66
|
-
CADLegalPhone?: string;
|
67
|
-
CADLegalEmail?: string;
|
68
|
-
BAAgentName?: string;
|
69
|
-
BAAgentPhoneNumber?: string;
|
70
|
-
BAAgentEmail?: string;
|
71
|
-
RegistrationNumber?: string;
|
72
|
-
BAAlternativeAgentName?: string;
|
73
|
-
BAAlternativeAgentPhoneNumber?: string;
|
74
|
-
BAAlternativeAgentEmail?: string;
|
75
|
-
CountyName?: string;
|
76
|
-
BuildingSQFT?: string;
|
77
|
-
BuildingValue?: string;
|
78
|
-
Grade?: string;
|
79
|
-
YearBuilt?: string;
|
80
|
-
LandSQFT?: string;
|
81
|
-
LandValue?: string;
|
82
|
-
ConditionDesire?: string;
|
83
|
-
RemodelYear?: string;
|
84
|
-
CommercialLink?: string;
|
85
|
-
ResidentialLink?: string;
|
86
|
-
ClientName?: string;
|
87
|
-
ClientSignature?: string;
|
88
|
-
CompanyName?: string;
|
89
|
-
Title?: string;
|
90
|
-
ClientPhone?: string;
|
91
|
-
ClientEmail?: string;
|
92
|
-
ClientAddress?: string;
|
93
|
-
ClientCity?: string;
|
94
|
-
ClientState?: string;
|
95
|
-
ClientPinCode?: string;
|
96
|
-
CompleteCompanyAddress?: string;
|
97
|
-
Day?: string;
|
98
|
-
Month?: string;
|
99
|
-
Year?: string;
|
100
|
-
Terms?: string;
|
101
|
-
|
102
|
-
AccountInfo?: AccountInfo[];
|
4
|
+
ClientId?: number;
|
5
|
+
ClientNumber?: string;
|
6
|
+
ClientName?: string;
|
7
|
+
Classificationtype?: string;
|
8
|
+
LetterDate?: string;
|
9
|
+
TaxYear?: string;
|
10
|
+
ContactName?: string;
|
11
|
+
ContactPhoneNumber?: string;
|
12
|
+
ContactOfficeNumber?: string;
|
13
|
+
ContactHomeNumber?: string;
|
14
|
+
ContactEmail?: string;
|
15
|
+
ContactAlternativeEmail?: string;
|
16
|
+
ContactAddress?: string;
|
17
|
+
ContactCity?: string;
|
18
|
+
ContactState?: string;
|
19
|
+
ContactPincode?: string;
|
20
|
+
ContactCountry?: string;
|
21
|
+
ContactSalutation?: string;
|
22
|
+
ContactFirstName?: string;
|
23
|
+
ContactLastName?: string;
|
24
|
+
ContactFax?: string;
|
25
|
+
ContactStateCode?: string;
|
26
|
+
ItIsCommercialClient?: boolean;
|
27
|
+
IsNeedAgreement?: boolean;
|
28
|
+
TotalPropertyCount?: number;
|
29
|
+
TotalResPropertyCount?: number;
|
30
|
+
TotalComPropertyCount?: number;
|
31
|
+
IsNeedAofA?: boolean;
|
32
|
+
IsNeedAofAExpirtationForm?: boolean;
|
33
|
+
IsHomeStead?: boolean;
|
34
|
+
IsNeedConsentForm?: boolean;
|
35
|
+
TotalAofAPropertyCount?: number;
|
36
|
+
TotalAofAResPropertyCount?: number;
|
37
|
+
TotalAofAComPropertyCount?: number;
|
38
|
+
IsNeedBAAofA?: boolean;
|
39
|
+
TotalBAAofAPropertyCount?: number;
|
40
|
+
TotalBAAofAResPropertyCount?: number;
|
41
|
+
TotalBAAofAComPropertyCount?: number;
|
42
|
+
IsHasResidentialAccount?: boolean;
|
43
|
+
IsNeedPropertySurveyForm?: boolean;
|
44
|
+
AccountInfo?: AccountInfo[];
|
103
45
|
}
|
package/package.json
CHANGED
package/CCC/AccountInfo.js
DELETED
package/CCC/ClientInfo.js
DELETED