spartaxx.businessmodels 1.0.418 → 1.0.420
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/AccountInfo.js +102 -114
- package/CCC/AccountInfo.ts +103 -103
- package/CCC/BlastCountyPriorityResults.ts +4 -1
- package/CCC/CCCClientContactFormInfo.ts +2 -1
- package/CCC/CCCModel.js +1 -3
- package/CCC/CCCModel.ts +3 -2
- package/CCC/QualifiedClientParam.ts +2 -1
- package/CCC/QualifiedClientResults.ts +4 -4
- package/ClientSetup/ClientContactInfo.js +25 -37
- package/ClientSetup/ClientContactInfo.ts +26 -26
- package/MarketingDocuments/MarketingDocumentsLookupMaster.ts +1 -1
- package/MarketingDocuments/MarketingDocumentsModel.ts +1 -1
- package/Protest/ProtestAccountParam.ts +2 -1
- package/package.json +1 -1
package/CCC/AccountInfo.js
CHANGED
@@ -1,116 +1,104 @@
|
|
1
1
|
"use strict";
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
-
});
|
10
|
-
};
|
11
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
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
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
};
|
115
|
-
});
|
116
|
-
}
|
3
|
+
// export async function createDefaultAccountInfo(): Promise<AccountInfo> {
|
4
|
+
// return {
|
5
|
+
// ClientId: 0,
|
6
|
+
// AccountId: 0,
|
7
|
+
// AccountNumber: "",
|
8
|
+
// PropertyType: "",
|
9
|
+
// CountyName: "",
|
10
|
+
// CountyCode: "",
|
11
|
+
// CountyId: 0,
|
12
|
+
// CountyState: "",
|
13
|
+
// AccountStatus: "",
|
14
|
+
// AccountStatusId: 0,
|
15
|
+
// PropertyAddress: "",
|
16
|
+
// PropertyCityName: "",
|
17
|
+
// PropertystateName: "",
|
18
|
+
// PropertyZipcode: "",
|
19
|
+
// CadLegalName: "",
|
20
|
+
// PriorYear2NoticeMarketValue: "",
|
21
|
+
// PriorYear2CertifiedMarketValue: "",
|
22
|
+
// PriorYear2NoticeTotalValue: "",
|
23
|
+
// PriorYear2CertifiedTotalValue: "",
|
24
|
+
// PriorYear2: 0,
|
25
|
+
// PriorYear1NoticeMarketValue: "",
|
26
|
+
// PriorYear1CertifiedMarketValue: "",
|
27
|
+
// PriorYear1NoticeTotalValue: "",
|
28
|
+
// PriorYear1CertifiedTotalValue: "",
|
29
|
+
// PriorYear1: 0,
|
30
|
+
// NoticeMarketValue: "",
|
31
|
+
// CertifiedMarketValue: "",
|
32
|
+
// NoticeTotalValue: "",
|
33
|
+
// CertifiedTotalValue: "",
|
34
|
+
// TaxYear: 0,
|
35
|
+
// StandardContingency: "",
|
36
|
+
// LitigationContingency: "",
|
37
|
+
// IsNeedAofA: 0,
|
38
|
+
// IsNeedBAAofA: 0,
|
39
|
+
// OCALUCType: "",
|
40
|
+
// LUCDescription: "",
|
41
|
+
// LegalDescription: "",
|
42
|
+
// CountyAppraisalDistrictName: "",
|
43
|
+
// CountyAddress: "",
|
44
|
+
// CountyPhone: "",
|
45
|
+
// CountyAOFACode: "",
|
46
|
+
// ARBAssignedAgentName: "",
|
47
|
+
// ARBAssignedAgentRegistrationNumber: "",
|
48
|
+
// ARBAssignedAgentPhoneNumber: "",
|
49
|
+
// ARBAssignedAgentEmailAddress: "",
|
50
|
+
// IsHomeStead: 0,
|
51
|
+
// PriorYear2NoticedValue: "",
|
52
|
+
// PriorYear2FinalValue: "",
|
53
|
+
// PriorYear1NoticedValue: "",
|
54
|
+
// PriorYear1FinalValue: "",
|
55
|
+
// NoticedValue: "",
|
56
|
+
// FinalValue: "",
|
57
|
+
// OwnerName: "",
|
58
|
+
// OwnerEmail: "",
|
59
|
+
// OwnerPhone: "",
|
60
|
+
// OwnerAddress: "",
|
61
|
+
// BuildingSQFT: "",
|
62
|
+
// BuildingValue: "",
|
63
|
+
// Grade: "",
|
64
|
+
// YearBuilt: "",
|
65
|
+
// LandSQFT: "",
|
66
|
+
// LandValue: "",
|
67
|
+
// ConditionDesire: "",
|
68
|
+
// RemodelYear: "",
|
69
|
+
// AppraisalDistrictName: "",
|
70
|
+
// AgentName: "",
|
71
|
+
// CompleteAgentAddress: "",
|
72
|
+
// AgentCode: "",
|
73
|
+
// AgentPhone: "",
|
74
|
+
// OwnerCity: "",
|
75
|
+
// OwnerTown: "",
|
76
|
+
// OwnerState: "",
|
77
|
+
// OwnerZipCode: "",
|
78
|
+
// IsProtested: false,
|
79
|
+
// IsDontProtested: false,
|
80
|
+
// IsInactivate: false,
|
81
|
+
// IsInactivateReasonCode: 0,
|
82
|
+
// IsReactivateAccount: false,
|
83
|
+
// CDU: "",
|
84
|
+
// AccountSourceId: 0,
|
85
|
+
// ReasonCode: "",
|
86
|
+
// AccountStateId: 0,
|
87
|
+
// CountyStateName: "",
|
88
|
+
// selectedOption: null,
|
89
|
+
// AppealWithoutAttorneyTX: "",
|
90
|
+
// AppealWithoutAttorneyOtherstatesnotlistedbelow: "",
|
91
|
+
// AppealWithoutAttorneyOthers: "",
|
92
|
+
// JudicialAdminAppealTX: "",
|
93
|
+
// JudicialAdminAppealOtherstatesnotlistedbelow: "",
|
94
|
+
// JudicialAdminAppealTXOthers: "",
|
95
|
+
// MinAccountFeeTX: "",
|
96
|
+
// MinAccountFeeOtherstatesnotlistedbelow: "",
|
97
|
+
// MinAccountFeeOthers: "",
|
98
|
+
// FeeAdjustYear2: "",
|
99
|
+
// FeeAdjustYear3: "",
|
100
|
+
// FeeAdjustYear4: "",
|
101
|
+
// FeeAdjustYear5: "",
|
102
|
+
// FeeAdjustYear6: "",
|
103
|
+
// };
|
104
|
+
// }
|
package/CCC/AccountInfo.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { SelectOpentionLookup } from "../Masters/
|
1
|
+
import { SelectOpentionLookup } from "../Masters/SelectOpentionLookup";
|
2
2
|
|
3
3
|
export interface AccountInfo {
|
4
4
|
ClientId?: number;
|
@@ -104,108 +104,108 @@ export interface AccountInfo {
|
|
104
104
|
FeeAdjustYear6?: string;
|
105
105
|
}
|
106
106
|
|
107
|
-
export async function createDefaultAccountInfo(): Promise<AccountInfo> {
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
107
|
+
// export async function createDefaultAccountInfo(): Promise<AccountInfo> {
|
108
|
+
// return {
|
109
|
+
// ClientId: 0,
|
110
|
+
// AccountId: 0,
|
111
|
+
// AccountNumber: "",
|
112
|
+
// PropertyType: "",
|
113
|
+
// CountyName: "",
|
114
|
+
// CountyCode: "",
|
115
|
+
// CountyId: 0,
|
116
|
+
// CountyState: "",
|
117
|
+
// AccountStatus: "",
|
118
|
+
// AccountStatusId: 0,
|
119
|
+
// PropertyAddress: "",
|
120
|
+
// PropertyCityName: "",
|
121
|
+
// PropertystateName: "",
|
122
|
+
// PropertyZipcode: "",
|
123
|
+
// CadLegalName: "",
|
124
|
+
// PriorYear2NoticeMarketValue: "",
|
125
|
+
// PriorYear2CertifiedMarketValue: "",
|
126
|
+
// PriorYear2NoticeTotalValue: "",
|
127
|
+
// PriorYear2CertifiedTotalValue: "",
|
128
|
+
// PriorYear2: 0,
|
129
|
+
// PriorYear1NoticeMarketValue: "",
|
130
|
+
// PriorYear1CertifiedMarketValue: "",
|
131
|
+
// PriorYear1NoticeTotalValue: "",
|
132
|
+
// PriorYear1CertifiedTotalValue: "",
|
133
|
+
// PriorYear1: 0,
|
134
|
+
// NoticeMarketValue: "",
|
135
|
+
// CertifiedMarketValue: "",
|
136
|
+
// NoticeTotalValue: "",
|
137
|
+
// CertifiedTotalValue: "",
|
138
|
+
// TaxYear: 0,
|
139
|
+
// StandardContingency: "",
|
140
|
+
// LitigationContingency: "",
|
141
|
+
// IsNeedAofA: 0,
|
142
|
+
// IsNeedBAAofA: 0,
|
143
|
+
// OCALUCType: "",
|
144
|
+
// LUCDescription: "",
|
145
|
+
// LegalDescription: "",
|
146
|
+
// CountyAppraisalDistrictName: "",
|
147
|
+
// CountyAddress: "",
|
148
|
+
// CountyPhone: "",
|
149
|
+
// CountyAOFACode: "",
|
150
|
+
// ARBAssignedAgentName: "",
|
151
|
+
// ARBAssignedAgentRegistrationNumber: "",
|
152
|
+
// ARBAssignedAgentPhoneNumber: "",
|
153
|
+
// ARBAssignedAgentEmailAddress: "",
|
154
|
+
// IsHomeStead: 0,
|
155
155
|
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
156
|
+
// PriorYear2NoticedValue: "",
|
157
|
+
// PriorYear2FinalValue: "",
|
158
|
+
// PriorYear1NoticedValue: "",
|
159
|
+
// PriorYear1FinalValue: "",
|
160
|
+
// NoticedValue: "",
|
161
|
+
// FinalValue: "",
|
162
162
|
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
163
|
+
// OwnerName: "",
|
164
|
+
// OwnerEmail: "",
|
165
|
+
// OwnerPhone: "",
|
166
|
+
// OwnerAddress: "",
|
167
|
+
// BuildingSQFT: "",
|
168
|
+
// BuildingValue: "",
|
169
|
+
// Grade: "",
|
170
|
+
// YearBuilt: "",
|
171
|
+
// LandSQFT: "",
|
172
|
+
// LandValue: "",
|
173
|
+
// ConditionDesire: "",
|
174
|
+
// RemodelYear: "",
|
175
|
+
// AppraisalDistrictName: "",
|
176
|
+
// AgentName: "",
|
177
|
+
// CompleteAgentAddress: "",
|
178
|
+
// AgentCode: "",
|
179
|
+
// AgentPhone: "",
|
180
|
+
// OwnerCity: "",
|
181
|
+
// OwnerTown: "",
|
182
|
+
// OwnerState: "",
|
183
|
+
// OwnerZipCode: "",
|
184
184
|
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
}
|
185
|
+
// IsProtested: false,
|
186
|
+
// IsDontProtested: false,
|
187
|
+
// IsInactivate: false,
|
188
|
+
// IsInactivateReasonCode: 0,
|
189
|
+
// IsReactivateAccount: false,
|
190
|
+
// CDU: "",
|
191
|
+
// AccountSourceId: 0,
|
192
|
+
// ReasonCode: "",
|
193
|
+
// AccountStateId: 0,
|
194
|
+
// CountyStateName: "",
|
195
|
+
// selectedOption: null,
|
196
|
+
// AppealWithoutAttorneyTX: "",
|
197
|
+
// AppealWithoutAttorneyOtherstatesnotlistedbelow: "",
|
198
|
+
// AppealWithoutAttorneyOthers: "",
|
199
|
+
// JudicialAdminAppealTX: "",
|
200
|
+
// JudicialAdminAppealOtherstatesnotlistedbelow: "",
|
201
|
+
// JudicialAdminAppealTXOthers: "",
|
202
|
+
// MinAccountFeeTX: "",
|
203
|
+
// MinAccountFeeOtherstatesnotlistedbelow: "",
|
204
|
+
// MinAccountFeeOthers: "",
|
205
|
+
// FeeAdjustYear2: "",
|
206
|
+
// FeeAdjustYear3: "",
|
207
|
+
// FeeAdjustYear4: "",
|
208
|
+
// FeeAdjustYear5: "",
|
209
|
+
// FeeAdjustYear6: "",
|
210
|
+
// };
|
211
|
+
// }
|
@@ -1,5 +1,8 @@
|
|
1
1
|
import { BlastCountyPriority } from "./BlastCountyPriority";
|
2
|
-
import { DatasetSelectOperation
|
2
|
+
import { DatasetSelectOperation } from "../Masters/DatasetSelectOperation";
|
3
|
+
import { DatasetFilterOperation } from "../Masters/DatasetFilterOperation";
|
4
|
+
import { DatasetSortingOperation } from "../Masters/DatasetSortingOperation";
|
5
|
+
import { ApiMasterDatasetColumns } from "../Masters/ApiMasterDatasetColumns";
|
3
6
|
|
4
7
|
export interface BlastCountyPriorityResults {
|
5
8
|
TotalRecords?: number;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { ClientContactInfo } from "../ClientSetup/ClientContactInfo";
|
2
|
-
import { LookupMaster
|
2
|
+
import { LookupMaster } from "../Masters/LookupMaster";
|
3
|
+
import { ReferenceTypeLookupMaster } from "../Masters/ReferenceTypeLookupMaster";
|
3
4
|
import { ClientPhoneInfo } from "./ClientPhoneInfo";
|
4
5
|
|
5
6
|
export interface CCCClientContactFormInfo {
|
package/CCC/CCCModel.js
CHANGED
@@ -1,11 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.createDefaultClientPhoneInfo = exports.
|
3
|
+
exports.createDefaultClientPhoneInfo = exports.createDefaultClientInfo = exports.createDefaultQualifiedClientInfo = void 0;
|
4
4
|
const QualifiedClientInfo_1 = require("./QualifiedClientInfo");
|
5
5
|
Object.defineProperty(exports, "createDefaultQualifiedClientInfo", { enumerable: true, get: function () { return QualifiedClientInfo_1.createDefaultQualifiedClientInfo; } });
|
6
6
|
const ClientInfo_1 = require("./ClientInfo");
|
7
7
|
Object.defineProperty(exports, "createDefaultClientInfo", { enumerable: true, get: function () { return ClientInfo_1.createDefaultClientInfo; } });
|
8
|
-
const AccountInfo_1 = require("./AccountInfo");
|
9
|
-
Object.defineProperty(exports, "createDefaultAccountInfo", { enumerable: true, get: function () { return AccountInfo_1.createDefaultAccountInfo; } });
|
10
8
|
const ClientPhoneInfo_1 = require("./ClientPhoneInfo");
|
11
9
|
Object.defineProperty(exports, "createDefaultClientPhoneInfo", { enumerable: true, get: function () { return ClientPhoneInfo_1.createDefaultClientPhoneInfo; } });
|
package/CCC/CCCModel.ts
CHANGED
@@ -4,7 +4,8 @@ import { QualifiedClientInfo, createDefaultQualifiedClientInfo } from "./Qualifi
|
|
4
4
|
import { QualifiedClientParam } from "./QualifiedClientParam";
|
5
5
|
import { QualifiedClientResults } from "./QualifiedClientResults";
|
6
6
|
import { ClientInfo, createDefaultClientInfo } from "./ClientInfo";
|
7
|
-
import { AccountInfo
|
7
|
+
import { AccountInfo } from "./AccountInfo";
|
8
|
+
// import { createDefaultAccountInfo } from "./AccountInfo";
|
8
9
|
import { CCCTemplateData } from "./CCCTemplateData";
|
9
10
|
import { Client } from "./Client";
|
10
11
|
import { BlastCountyPriority } from "./BlastCountyPriority";
|
@@ -43,7 +44,7 @@ export {
|
|
43
44
|
ClientInfo,
|
44
45
|
createDefaultClientInfo,
|
45
46
|
AccountInfo,
|
46
|
-
createDefaultAccountInfo,
|
47
|
+
// createDefaultAccountInfo,
|
47
48
|
CCCTemplateData,
|
48
49
|
Client,
|
49
50
|
BlastCountyPriority,
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { DatasetSortingOperation
|
1
|
+
import { DatasetSortingOperation } from "../Masters/DatasetSortingOperation";
|
2
|
+
import { DatasetFilterOperation } from "../Masters/DatasetFilterOperation";
|
2
3
|
import { QualifiedClientInfo } from "./QualifiedClientInfo";
|
3
4
|
|
4
5
|
export interface QualifiedClientParam {
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { QualifiedClientInfo } from "./QualifiedClientInfo";
|
2
2
|
import { ManageCampaignCriteriaLookup } from "../Campaign/CampaignModel";
|
3
|
-
import {
|
4
|
-
|
5
|
-
|
6
|
-
} from "../Masters/
|
3
|
+
import { DatasetSelectOperation } from "../Masters/DatasetSelectOperation";
|
4
|
+
import { DatasetFilterOperation } from "../Masters/DatasetFilterOperation";
|
5
|
+
import { DatasetSortingOperation } from "../Masters/DatasetSortingOperation";
|
6
|
+
import { ApiMasterDatasetColumns } from "../Masters/ApiMasterDatasetColumns";
|
7
7
|
import { ProtestingAccountInfo } from "../Protest/ProtestingAccountInfo";
|
8
8
|
|
9
9
|
export interface QualifiedClientResults {
|
@@ -1,39 +1,27 @@
|
|
1
1
|
"use strict";
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
-
});
|
10
|
-
};
|
11
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
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
|
-
}
|
3
|
+
// export async function createDefaultClientContactInfo(): Promise<ClientContactInfo> {
|
4
|
+
// return {
|
5
|
+
// FirstName: "",
|
6
|
+
// LastName: "",
|
7
|
+
// Email: "",
|
8
|
+
// AlternativeEmail: "",
|
9
|
+
// AddressLine1: "",
|
10
|
+
// AddressLine2: "",
|
11
|
+
// AddressLine3: "",
|
12
|
+
// CityId: 0,
|
13
|
+
// CityName: "",
|
14
|
+
// CitySelectOpention: null,
|
15
|
+
// StateId: 0,
|
16
|
+
// StateName: "",
|
17
|
+
// PropertyTaxState: "",
|
18
|
+
// StateSelectOpention: null,
|
19
|
+
// Zip: "",
|
20
|
+
// CellPhone: "",
|
21
|
+
// OfficePhone: "",
|
22
|
+
// HomePhone: "",
|
23
|
+
// AddressId: 0,
|
24
|
+
// ContactId: 0,
|
25
|
+
// IsSMSConcernReceived: false
|
26
|
+
// };
|
27
|
+
// }
|
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
import { SelectOpentionLookup } from "../Masters/
|
2
|
+
import { SelectOpentionLookup } from "../Masters/SelectOpentionLookup";
|
3
3
|
|
4
4
|
export interface ClientContactInfo {
|
5
5
|
FirstName: string;
|
@@ -25,28 +25,28 @@ export interface ClientContactInfo {
|
|
25
25
|
IsSMSConcernReceived: boolean;
|
26
26
|
}
|
27
27
|
|
28
|
-
export async function createDefaultClientContactInfo(): Promise<ClientContactInfo> {
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
}
|
28
|
+
// export async function createDefaultClientContactInfo(): Promise<ClientContactInfo> {
|
29
|
+
// return {
|
30
|
+
// FirstName: "",
|
31
|
+
// LastName: "",
|
32
|
+
// Email: "",
|
33
|
+
// AlternativeEmail: "",
|
34
|
+
// AddressLine1: "",
|
35
|
+
// AddressLine2: "",
|
36
|
+
// AddressLine3: "",
|
37
|
+
// CityId: 0,
|
38
|
+
// CityName: "",
|
39
|
+
// CitySelectOpention: null,
|
40
|
+
// StateId: 0,
|
41
|
+
// StateName: "",
|
42
|
+
// PropertyTaxState: "",
|
43
|
+
// StateSelectOpention: null,
|
44
|
+
// Zip: "",
|
45
|
+
// CellPhone: "",
|
46
|
+
// OfficePhone: "",
|
47
|
+
// HomePhone: "",
|
48
|
+
// AddressId: 0,
|
49
|
+
// ContactId: 0,
|
50
|
+
// IsSMSConcernReceived: false
|
51
|
+
// };
|
52
|
+
// }
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DocumentType } from "./DocumentType";
|
2
2
|
import { DocumentInfo } from "./DocumentInfo";
|
3
|
-
import { LookupMaster } from "../Masters/
|
3
|
+
import { LookupMaster } from "../Masters/LookupMaster";
|
4
4
|
import { MarketingDocumentsLookupMaster } from "./MarketingDocumentsLookupMaster";
|
5
5
|
|
6
6
|
export {
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { DatasetSortingOperation
|
1
|
+
import { DatasetSortingOperation } from "../Masters/DatasetSortingOperation";
|
2
|
+
import { DatasetFilterOperation } from "../Masters/DatasetFilterOperation";
|
2
3
|
|
3
4
|
export interface ProtestAccountParam {
|
4
5
|
IsSelectedAll?:boolean;
|