spartaxx.businessmodels 1.0.421 → 1.0.423

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,104 +1,116 @@
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
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
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
- // }
12
+ exports.createDefaultAccountInfo = createDefaultAccountInfo;
13
+ function createDefaultAccountInfo() {
14
+ return __awaiter(this, void 0, void 0, function* () {
15
+ return {
16
+ ClientId: 0,
17
+ AccountId: 0,
18
+ AccountNumber: "",
19
+ PropertyType: "",
20
+ CountyName: "",
21
+ CountyCode: "",
22
+ CountyId: 0,
23
+ CountyState: "",
24
+ AccountStatus: "",
25
+ AccountStatusId: 0,
26
+ PropertyAddress: "",
27
+ PropertyCityName: "",
28
+ PropertystateName: "",
29
+ PropertyZipcode: "",
30
+ CadLegalName: "",
31
+ PriorYear2NoticeMarketValue: "",
32
+ PriorYear2CertifiedMarketValue: "",
33
+ PriorYear2NoticeTotalValue: "",
34
+ PriorYear2CertifiedTotalValue: "",
35
+ PriorYear2: 0,
36
+ PriorYear1NoticeMarketValue: "",
37
+ PriorYear1CertifiedMarketValue: "",
38
+ PriorYear1NoticeTotalValue: "",
39
+ PriorYear1CertifiedTotalValue: "",
40
+ PriorYear1: 0,
41
+ NoticeMarketValue: "",
42
+ CertifiedMarketValue: "",
43
+ NoticeTotalValue: "",
44
+ CertifiedTotalValue: "",
45
+ TaxYear: 0,
46
+ StandardContingency: "",
47
+ LitigationContingency: "",
48
+ IsNeedAofA: 0,
49
+ IsNeedBAAofA: 0,
50
+ OCALUCType: "",
51
+ LUCDescription: "",
52
+ LegalDescription: "",
53
+ CountyAppraisalDistrictName: "",
54
+ CountyAddress: "",
55
+ CountyPhone: "",
56
+ CountyAOFACode: "",
57
+ ARBAssignedAgentName: "",
58
+ ARBAssignedAgentRegistrationNumber: "",
59
+ ARBAssignedAgentPhoneNumber: "",
60
+ ARBAssignedAgentEmailAddress: "",
61
+ IsHomeStead: 0,
62
+ PriorYear2NoticedValue: "",
63
+ PriorYear2FinalValue: "",
64
+ PriorYear1NoticedValue: "",
65
+ PriorYear1FinalValue: "",
66
+ NoticedValue: "",
67
+ FinalValue: "",
68
+ OwnerName: "",
69
+ OwnerEmail: "",
70
+ OwnerPhone: "",
71
+ OwnerAddress: "",
72
+ BuildingSQFT: "",
73
+ BuildingValue: "",
74
+ Grade: "",
75
+ YearBuilt: "",
76
+ LandSQFT: "",
77
+ LandValue: "",
78
+ ConditionDesire: "",
79
+ RemodelYear: "",
80
+ AppraisalDistrictName: "",
81
+ AgentName: "",
82
+ CompleteAgentAddress: "",
83
+ AgentCode: "",
84
+ AgentPhone: "",
85
+ OwnerCity: "",
86
+ OwnerTown: "",
87
+ OwnerState: "",
88
+ OwnerZipCode: "",
89
+ IsProtested: false,
90
+ IsDontProtested: false,
91
+ IsInactivate: false,
92
+ IsInactivateReasonCode: 0,
93
+ IsReactivateAccount: false,
94
+ CDU: "",
95
+ AccountSourceId: 0,
96
+ ReasonCode: "",
97
+ AccountStateId: 0,
98
+ CountyStateName: "",
99
+ selectedOption: null,
100
+ AppealWithoutAttorneyTX: "",
101
+ AppealWithoutAttorneyOtherstatesnotlistedbelow: "",
102
+ AppealWithoutAttorneyOthers: "",
103
+ JudicialAdminAppealTX: "",
104
+ JudicialAdminAppealOtherstatesnotlistedbelow: "",
105
+ JudicialAdminAppealTXOthers: "",
106
+ MinAccountFeeTX: "",
107
+ MinAccountFeeOtherstatesnotlistedbelow: "",
108
+ MinAccountFeeOthers: "",
109
+ FeeAdjustYear2: "",
110
+ FeeAdjustYear3: "",
111
+ FeeAdjustYear4: "",
112
+ FeeAdjustYear5: "",
113
+ FeeAdjustYear6: "",
114
+ };
115
+ });
116
+ }
@@ -104,108 +104,108 @@ export interface AccountInfo {
104
104
  FeeAdjustYear6?: string;
105
105
  }
106
106
 
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,
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
- // PriorYear2NoticedValue: "",
157
- // PriorYear2FinalValue: "",
158
- // PriorYear1NoticedValue: "",
159
- // PriorYear1FinalValue: "",
160
- // NoticedValue: "",
161
- // FinalValue: "",
156
+ PriorYear2NoticedValue: "",
157
+ PriorYear2FinalValue: "",
158
+ PriorYear1NoticedValue: "",
159
+ PriorYear1FinalValue: "",
160
+ NoticedValue: "",
161
+ FinalValue: "",
162
162
 
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: "",
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
- // 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
- // }
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
+ }
package/CCC/CCCModel.js CHANGED
@@ -1,9 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createDefaultClientPhoneInfo = exports.createDefaultClientInfo = exports.createDefaultQualifiedClientInfo = void 0;
3
+ exports.createDefaultClientPhoneInfo = exports.createDefaultAccountInfo = 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; } });
8
10
  const ClientPhoneInfo_1 = require("./ClientPhoneInfo");
9
11
  Object.defineProperty(exports, "createDefaultClientPhoneInfo", { enumerable: true, get: function () { return ClientPhoneInfo_1.createDefaultClientPhoneInfo; } });
package/CCC/CCCModel.ts CHANGED
@@ -4,8 +4,7 @@ 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 } from "./AccountInfo";
8
- // import { createDefaultAccountInfo } from "./AccountInfo";
7
+ import { AccountInfo, createDefaultAccountInfo } from "./AccountInfo";
9
8
  import { CCCTemplateData } from "./CCCTemplateData";
10
9
  import { Client } from "./Client";
11
10
  import { BlastCountyPriority } from "./BlastCountyPriority";
@@ -44,7 +43,7 @@ export {
44
43
  ClientInfo,
45
44
  createDefaultClientInfo,
46
45
  AccountInfo,
47
- // createDefaultAccountInfo,
46
+ createDefaultAccountInfo,
48
47
  CCCTemplateData,
49
48
  Client,
50
49
  BlastCountyPriority,
@@ -1,27 +1,39 @@
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
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
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
- // }
12
+ exports.createDefaultClientContactInfo = createDefaultClientContactInfo;
13
+ function createDefaultClientContactInfo() {
14
+ return __awaiter(this, void 0, void 0, function* () {
15
+ return {
16
+ FirstName: "",
17
+ LastName: "",
18
+ Email: "",
19
+ AlternativeEmail: "",
20
+ AddressLine1: "",
21
+ AddressLine2: "",
22
+ AddressLine3: "",
23
+ CityId: 0,
24
+ CityName: "",
25
+ CitySelectOpention: null,
26
+ StateId: 0,
27
+ StateName: "",
28
+ PropertyTaxState: "",
29
+ StateSelectOpention: null,
30
+ Zip: "",
31
+ CellPhone: "",
32
+ OfficePhone: "",
33
+ HomePhone: "",
34
+ AddressId: 0,
35
+ ContactId: 0,
36
+ IsSMSConcernReceived: false
37
+ };
38
+ });
39
+ }
@@ -25,28 +25,28 @@ export interface ClientContactInfo {
25
25
  IsSMSConcernReceived: boolean;
26
26
  }
27
27
 
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
- // }
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
+ }
@@ -319,7 +319,9 @@ function createDefaultAppConfigHub() {
319
319
  GACompanyPhone: "",
320
320
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: "",
321
321
  RMQConfigCCCpaperwiseprocess: "",
322
- CCCServicePackageId: 0
322
+ CCCServicePackageId: 0,
323
+ CCCEmailServicePackageId: "",
324
+ CCCUsmailServicePackageId: ""
323
325
  };
324
326
  });
325
327
  }
@@ -307,6 +307,8 @@ export interface AppConfigHub {
307
307
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: string;
308
308
  RMQConfigCCCpaperwiseprocess: string;
309
309
  CCCServicePackageId: number;
310
+ CCCEmailServicePackageId: string;
311
+ CCCUsmailServicePackageId: string;
310
312
  }
311
313
 
312
314
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -618,7 +620,9 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
618
620
  GACompanyPhone: "",
619
621
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: "",
620
622
  RMQConfigCCCpaperwiseprocess: "",
621
- CCCServicePackageId: 0
623
+ CCCServicePackageId: 0,
624
+ CCCEmailServicePackageId: "",
625
+ CCCUsmailServicePackageId: ""
622
626
  }
623
627
  }
624
628
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.421",
3
+ "version": "1.0.423",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {