spartaxx.businessmodels 1.0.404 → 1.0.406
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/AccountInfo.js +19 -7
- package/CCC/AccountInfo.ts +39 -13
- package/Campaign/CorrQueueService.ts +0 -1
- package/Common/AppConfigHub.js +1 -3
- package/Common/AppConfigHub.ts +1 -5
- package/package.json +1 -1
package/CCC/AccountInfo.js
CHANGED
@@ -28,15 +28,21 @@ function createDefaultAccountInfo() {
|
|
28
28
|
PropertystateName: "",
|
29
29
|
PropertyZipcode: "",
|
30
30
|
CadLegalName: "",
|
31
|
+
PriorYear2NoticeMarketValue: "",
|
32
|
+
PriorYear2CertifiedMarketValue: "",
|
33
|
+
PriorYear2NoticeTotalValue: "",
|
34
|
+
PriorYear2CertifiedTotalValue: "",
|
31
35
|
PriorYear2: 0,
|
32
|
-
|
33
|
-
|
36
|
+
PriorYear1NoticeMarketValue: "",
|
37
|
+
PriorYear1CertifiedMarketValue: "",
|
38
|
+
PriorYear1NoticeTotalValue: "",
|
39
|
+
PriorYear1CertifiedTotalValue: "",
|
34
40
|
PriorYear1: 0,
|
35
|
-
|
36
|
-
|
41
|
+
NoticeMarketValue: "",
|
42
|
+
CertifiedMarketValue: "",
|
43
|
+
NoticeTotalValue: "",
|
44
|
+
CertifiedTotalValue: "",
|
37
45
|
TaxYear: 0,
|
38
|
-
NoticedValue: "",
|
39
|
-
FinalValue: "",
|
40
46
|
StandardContingency: "",
|
41
47
|
LitigationContingency: "",
|
42
48
|
IsNeedAofA: 0,
|
@@ -52,6 +58,13 @@ function createDefaultAccountInfo() {
|
|
52
58
|
ARBAssignedAgentRegistrationNumber: "",
|
53
59
|
ARBAssignedAgentPhoneNumber: "",
|
54
60
|
ARBAssignedAgentEmailAddress: "",
|
61
|
+
IsHomeStead: 0,
|
62
|
+
PriorYear2NoticedValue: "",
|
63
|
+
PriorYear2FinalValue: "",
|
64
|
+
PriorYear1NoticedValue: "",
|
65
|
+
PriorYear1FinalValue: "",
|
66
|
+
NoticedValue: "",
|
67
|
+
FinalValue: "",
|
55
68
|
OwnerName: "",
|
56
69
|
OwnerEmail: "",
|
57
70
|
OwnerPhone: "",
|
@@ -84,7 +97,6 @@ function createDefaultAccountInfo() {
|
|
84
97
|
AccountStateId: 0,
|
85
98
|
CountyStateName: "",
|
86
99
|
selectedOption: null,
|
87
|
-
IsHomeStead: 0,
|
88
100
|
AppealWithoutAttorneyTX: "",
|
89
101
|
AppealWithoutAttorneyOtherstatesnotlistedbelow: "",
|
90
102
|
AppealWithoutAttorneyOthers: "",
|
package/CCC/AccountInfo.ts
CHANGED
@@ -16,15 +16,21 @@ export interface AccountInfo {
|
|
16
16
|
PropertystateName?: string;
|
17
17
|
PropertyZipcode?: string;
|
18
18
|
CadLegalName?: string;
|
19
|
+
PriorYear2NoticeMarketValue?: string;
|
20
|
+
PriorYear2CertifiedMarketValue?: string;
|
21
|
+
PriorYear2NoticeTotalValue?: string;
|
22
|
+
PriorYear2CertifiedTotalValue?: string;
|
19
23
|
PriorYear2?: number;
|
20
|
-
|
21
|
-
|
24
|
+
PriorYear1NoticeMarketValue?: string;
|
25
|
+
PriorYear1CertifiedMarketValue?: string;
|
26
|
+
PriorYear1NoticeTotalValue?: string;
|
27
|
+
PriorYear1CertifiedTotalValue?: string;
|
22
28
|
PriorYear1?: number;
|
23
|
-
|
24
|
-
|
29
|
+
NoticeMarketValue?: string;
|
30
|
+
CertifiedMarketValue?: string;
|
31
|
+
NoticeTotalValue?: string;
|
32
|
+
CertifiedTotalValue?: string;
|
25
33
|
TaxYear?: number;
|
26
|
-
NoticedValue?: string;
|
27
|
-
FinalValue?: string;
|
28
34
|
StandardContingency?: string;
|
29
35
|
LitigationContingency?: string;
|
30
36
|
IsNeedAofA?: number;
|
@@ -42,6 +48,13 @@ export interface AccountInfo {
|
|
42
48
|
ARBAssignedAgentEmailAddress?: string;
|
43
49
|
IsHomeStead?: number;
|
44
50
|
|
51
|
+
PriorYear2NoticedValue?: string;
|
52
|
+
PriorYear2FinalValue?: string;
|
53
|
+
PriorYear1NoticedValue?: string;
|
54
|
+
PriorYear1FinalValue?: string;
|
55
|
+
NoticedValue?: string;
|
56
|
+
FinalValue?: string;
|
57
|
+
|
45
58
|
OwnerName?: string;
|
46
59
|
OwnerEmail?: string;
|
47
60
|
OwnerPhone?: string;
|
@@ -108,15 +121,21 @@ export async function createDefaultAccountInfo(): Promise<AccountInfo> {
|
|
108
121
|
PropertystateName: "",
|
109
122
|
PropertyZipcode: "",
|
110
123
|
CadLegalName: "",
|
124
|
+
PriorYear2NoticeMarketValue: "",
|
125
|
+
PriorYear2CertifiedMarketValue: "",
|
126
|
+
PriorYear2NoticeTotalValue: "",
|
127
|
+
PriorYear2CertifiedTotalValue: "",
|
111
128
|
PriorYear2: 0,
|
112
|
-
|
113
|
-
|
129
|
+
PriorYear1NoticeMarketValue: "",
|
130
|
+
PriorYear1CertifiedMarketValue: "",
|
131
|
+
PriorYear1NoticeTotalValue: "",
|
132
|
+
PriorYear1CertifiedTotalValue: "",
|
114
133
|
PriorYear1: 0,
|
115
|
-
|
116
|
-
|
134
|
+
NoticeMarketValue: "",
|
135
|
+
CertifiedMarketValue: "",
|
136
|
+
NoticeTotalValue: "",
|
137
|
+
CertifiedTotalValue: "",
|
117
138
|
TaxYear: 0,
|
118
|
-
NoticedValue: "",
|
119
|
-
FinalValue: "",
|
120
139
|
StandardContingency: "",
|
121
140
|
LitigationContingency: "",
|
122
141
|
IsNeedAofA: 0,
|
@@ -132,6 +151,14 @@ export async function createDefaultAccountInfo(): Promise<AccountInfo> {
|
|
132
151
|
ARBAssignedAgentRegistrationNumber: "",
|
133
152
|
ARBAssignedAgentPhoneNumber: "",
|
134
153
|
ARBAssignedAgentEmailAddress: "",
|
154
|
+
IsHomeStead: 0,
|
155
|
+
|
156
|
+
PriorYear2NoticedValue: "",
|
157
|
+
PriorYear2FinalValue: "",
|
158
|
+
PriorYear1NoticedValue: "",
|
159
|
+
PriorYear1FinalValue: "",
|
160
|
+
NoticedValue: "",
|
161
|
+
FinalValue: "",
|
135
162
|
|
136
163
|
OwnerName: "",
|
137
164
|
OwnerEmail: "",
|
@@ -166,7 +193,6 @@ export async function createDefaultAccountInfo(): Promise<AccountInfo> {
|
|
166
193
|
AccountStateId: 0,
|
167
194
|
CountyStateName: "",
|
168
195
|
selectedOption: null,
|
169
|
-
IsHomeStead: 0,
|
170
196
|
AppealWithoutAttorneyTX: "",
|
171
197
|
AppealWithoutAttorneyOtherstatesnotlistedbelow: "",
|
172
198
|
AppealWithoutAttorneyOthers: "",
|
package/Common/AppConfigHub.js
CHANGED
@@ -317,9 +317,7 @@ function createDefaultAppConfigHub() {
|
|
317
317
|
cpckOOTGAPOAForm: "",
|
318
318
|
RMQConfigESignLinkService: "",
|
319
319
|
GACompanyPhone: "",
|
320
|
-
CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: ""
|
321
|
-
RMQConfigCCCpaperwiseprocess: "",
|
322
|
-
CCCServicePackageId: 0
|
320
|
+
CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: ""
|
323
321
|
};
|
324
322
|
});
|
325
323
|
}
|
package/Common/AppConfigHub.ts
CHANGED
@@ -305,8 +305,6 @@ export interface AppConfigHub {
|
|
305
305
|
RMQConfigESignLinkService: string;
|
306
306
|
GACompanyPhone: string;
|
307
307
|
CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: string;
|
308
|
-
RMQConfigCCCpaperwiseprocess: string;
|
309
|
-
CCCServicePackageId: number;
|
310
308
|
}
|
311
309
|
|
312
310
|
export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
@@ -616,9 +614,7 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
616
614
|
cpckOOTGAPOAForm: "",
|
617
615
|
RMQConfigESignLinkService: "",
|
618
616
|
GACompanyPhone: "",
|
619
|
-
CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: ""
|
620
|
-
RMQConfigCCCpaperwiseprocess: "",
|
621
|
-
CCCServicePackageId: 0
|
617
|
+
CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: ""
|
622
618
|
}
|
623
619
|
}
|
624
620
|
|