spartaxx.businessmodels 1.0.331 → 1.0.333
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/AccountInfo.js +1 -4
- package/CCC/AccountInfo.ts +4 -5
- package/CCC/ClientPackageParam.ts +2 -2
- package/Campaign/ConciergeBlastInfo.ts +11 -15
- package/Common/AppConfigHub.js +7 -7
- package/Common/AppConfigHub.ts +14 -14
- package/Masters/MasterModels.ts +3 -1
- package/Masters/SelectOpentionLookup.js +2 -0
- package/Masters/SelectOpentionLookup.ts +4 -0
- package/package.json +1 -1
package/CCC/AccountInfo.js
CHANGED
package/CCC/AccountInfo.ts
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
import { SelectOpentionLookup } from "../Masters/SelectOpentionLookup";
|
2
|
+
|
1
3
|
export interface AccountInfo {
|
2
4
|
ClientId?: number;
|
3
5
|
AccountId?: number;
|
@@ -72,7 +74,7 @@ export interface AccountInfo {
|
|
72
74
|
ReasonCode?: string;
|
73
75
|
AccountStateId?: number;
|
74
76
|
CountyStateName?: string;
|
75
|
-
selectedOption?:
|
77
|
+
selectedOption?: SelectOpentionLookup | null;
|
76
78
|
}
|
77
79
|
|
78
80
|
export async function createDefaultAccountInfo(): Promise<AccountInfo> {
|
@@ -149,9 +151,6 @@ export async function createDefaultAccountInfo(): Promise<AccountInfo> {
|
|
149
151
|
ReasonCode: "",
|
150
152
|
AccountStateId: 0,
|
151
153
|
CountyStateName: "",
|
152
|
-
selectedOption:
|
153
|
-
value: "",
|
154
|
-
label: ""
|
155
|
-
}
|
154
|
+
selectedOption: null
|
156
155
|
};
|
157
156
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
import { ClientPackageDocument } from "./ClientPackageDocuments";
|
3
|
-
import {
|
3
|
+
import { ClientInputFormSteper } from "./ClientInputForm";
|
4
4
|
|
5
5
|
export interface ClientPackageParam {
|
6
6
|
gUId?: string;
|
@@ -15,9 +15,9 @@ export interface ClientPackageParam {
|
|
15
15
|
ToEmail?: string;
|
16
16
|
FromEmail?: string;
|
17
17
|
ClientSignature?: string;
|
18
|
-
ClientInputForm?: ClientInputForm;
|
19
18
|
IPAddress?: string;
|
20
19
|
|
21
20
|
TeamplateId?: string;
|
22
21
|
DocumentList?: ClientPackageDocument[];
|
22
|
+
ClientInputFormSteper?:ClientInputFormSteper[];
|
23
23
|
}
|
@@ -1,18 +1,14 @@
|
|
1
1
|
export interface ConciergeBlastInfo {
|
2
|
-
ClientId?: number
|
3
|
-
ClientNumber?:
|
4
|
-
ClientName?:
|
5
|
-
MailingAddress?:
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
Remarks?: String;
|
10
|
-
Priority?: String;
|
11
|
-
AppointmentModeId?: number;
|
12
|
-
AppointmentDateTimeFrom?: Date;
|
13
|
-
AppointmentStatusId?: number;
|
2
|
+
ClientId?: number;
|
3
|
+
ClientNumber?: string;
|
4
|
+
ClientName?: string;
|
5
|
+
MailingAddress?: string;
|
6
|
+
EmailAddress?: string;
|
7
|
+
PhoneNumber?: string;
|
8
|
+
AppointmentDateTimeFrom?: string;
|
14
9
|
AppointmentLocation?: string;
|
15
|
-
|
16
|
-
|
17
|
-
|
10
|
+
Remarks?: string;
|
11
|
+
AccountId?: number;
|
12
|
+
AccountNumber?: string;
|
13
|
+
DeliveryStatus?:number;
|
18
14
|
}
|
package/Common/AppConfigHub.js
CHANGED
@@ -232,18 +232,18 @@ function createDefaultAppConfigHub() {
|
|
232
232
|
CPckFilenamePrefixCLAofAPropertySurvey: "",
|
233
233
|
CPckFileNamePrefixNationalAgreementFormCoverLetter: "",
|
234
234
|
CPckFilenamePrefixCLPropertySurvey: "",
|
235
|
-
DNDNextYearServicePackageId:
|
236
|
-
CCCPkgInactiveCAFTypeId:
|
235
|
+
DNDNextYearServicePackageId: "",
|
236
|
+
CCCPkgInactiveCAFTypeId: "",
|
237
237
|
CCCPkgInactiveClientRemarks: "",
|
238
|
-
CCCPkgInactiveLetterTypeId:
|
239
|
-
CCCPkgDNDCAFTypeId:
|
238
|
+
CCCPkgInactiveLetterTypeId: "",
|
239
|
+
CCCPkgDNDCAFTypeId: "",
|
240
240
|
CCCPkgDNDClientRemarks: "",
|
241
241
|
CCCPkgDNDReasonCode: "",
|
242
|
-
CCCPkgDNDLetterTypeId:
|
243
|
-
CCCPkgReactiveCAFTypeId:
|
242
|
+
CCCPkgDNDLetterTypeId: "",
|
243
|
+
CCCPkgReactiveCAFTypeId: "",
|
244
244
|
CCCPkgReactiveClientRemarks: "",
|
245
245
|
CCCPkgReactiveReasonCode: "",
|
246
|
-
CCCPkgReactiveLetterTypeId:
|
246
|
+
CCCPkgReactiveLetterTypeId: "",
|
247
247
|
cpckCLPropertySurvey: "",
|
248
248
|
cpckCLAgreementOnly: "",
|
249
249
|
cpckCLAofAAgreementOnly: "",
|
package/Common/AppConfigHub.ts
CHANGED
@@ -218,18 +218,18 @@ export interface AppConfigHub {
|
|
218
218
|
CPckFilenamePrefixCLAofAPropertySurvey: string;
|
219
219
|
CPckFileNamePrefixNationalAgreementFormCoverLetter: string;
|
220
220
|
CPckFilenamePrefixCLPropertySurvey: string;
|
221
|
-
DNDNextYearServicePackageId:
|
222
|
-
CCCPkgInactiveCAFTypeId:
|
221
|
+
DNDNextYearServicePackageId: string;
|
222
|
+
CCCPkgInactiveCAFTypeId: string;
|
223
223
|
CCCPkgInactiveClientRemarks: string;
|
224
|
-
CCCPkgInactiveLetterTypeId:
|
225
|
-
CCCPkgDNDCAFTypeId:
|
224
|
+
CCCPkgInactiveLetterTypeId: string;
|
225
|
+
CCCPkgDNDCAFTypeId: string;
|
226
226
|
CCCPkgDNDClientRemarks: string;
|
227
227
|
CCCPkgDNDReasonCode: string;
|
228
|
-
CCCPkgDNDLetterTypeId:
|
229
|
-
CCCPkgReactiveCAFTypeId:
|
228
|
+
CCCPkgDNDLetterTypeId: string;
|
229
|
+
CCCPkgReactiveCAFTypeId: string;
|
230
230
|
CCCPkgReactiveClientRemarks: string;
|
231
231
|
CCCPkgReactiveReasonCode: string;
|
232
|
-
CCCPkgReactiveLetterTypeId:
|
232
|
+
CCCPkgReactiveLetterTypeId: string;
|
233
233
|
cpckCLPropertySurvey: string;
|
234
234
|
cpckCLAgreementOnly: string;
|
235
235
|
cpckCLAofAAgreementOnly: string;
|
@@ -498,18 +498,18 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
498
498
|
CPckFilenamePrefixCLAofAPropertySurvey: "",
|
499
499
|
CPckFileNamePrefixNationalAgreementFormCoverLetter: "",
|
500
500
|
CPckFilenamePrefixCLPropertySurvey: "",
|
501
|
-
DNDNextYearServicePackageId:
|
502
|
-
CCCPkgInactiveCAFTypeId:
|
501
|
+
DNDNextYearServicePackageId: "",
|
502
|
+
CCCPkgInactiveCAFTypeId: "",
|
503
503
|
CCCPkgInactiveClientRemarks: "",
|
504
|
-
CCCPkgInactiveLetterTypeId:
|
505
|
-
CCCPkgDNDCAFTypeId:
|
504
|
+
CCCPkgInactiveLetterTypeId: "",
|
505
|
+
CCCPkgDNDCAFTypeId: "",
|
506
506
|
CCCPkgDNDClientRemarks: "",
|
507
507
|
CCCPkgDNDReasonCode: "",
|
508
|
-
CCCPkgDNDLetterTypeId:
|
509
|
-
CCCPkgReactiveCAFTypeId:
|
508
|
+
CCCPkgDNDLetterTypeId: "",
|
509
|
+
CCCPkgReactiveCAFTypeId: "",
|
510
510
|
CCCPkgReactiveClientRemarks: "",
|
511
511
|
CCCPkgReactiveReasonCode: "",
|
512
|
-
CCCPkgReactiveLetterTypeId:
|
512
|
+
CCCPkgReactiveLetterTypeId: "",
|
513
513
|
cpckCLPropertySurvey: "",
|
514
514
|
cpckCLAgreementOnly: "",
|
515
515
|
cpckCLAofAAgreementOnly: "",
|
package/Masters/MasterModels.ts
CHANGED
@@ -6,9 +6,11 @@ import { DatasetFilterOperation } from "./DatasetFilterOperation";
|
|
6
6
|
import { DatasetSortingOperation } from "./DatasetSortingOperation";
|
7
7
|
import { LookupMaster, createLookupMaster } from "./LookupMaster";
|
8
8
|
import { ReferenceTypeLookupMaster, createDefaultReferenceTypeLookupMaster } from "./ReferenceTypeLookupMaster";
|
9
|
+
import { SelectOpentionLookup } from "./SelectOpentionLookup";
|
9
10
|
|
10
11
|
export {
|
11
12
|
APIMaster, ApiMasterDatasetColumns, DataSetMaster,
|
12
13
|
DatasetSelectOperation, DatasetFilterOperation, DatasetSortingOperation,
|
13
|
-
LookupMaster, createLookupMaster, ReferenceTypeLookupMaster, createDefaultReferenceTypeLookupMaster
|
14
|
+
LookupMaster, createLookupMaster, ReferenceTypeLookupMaster, createDefaultReferenceTypeLookupMaster,
|
15
|
+
SelectOpentionLookup
|
14
16
|
};
|