spartaxx.businessmodels 1.0.329 → 1.0.331
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/AccountInfo.js +4 -1
- package/CCC/AccountInfo.ts +5 -4
- package/Campaign/ConciergeBlastInfo.ts +15 -10
- package/ClientSetup/ClientSetupParam.ts +2 -0
- package/ClientSetup/PropertyAddress.ts +1 -0
- package/Common/AppConfigHub.ts +7 -7
- package/Masters/MasterModels.ts +1 -3
- package/package.json +1 -1
- package/Masters/SelectOpentionLookup.js +0 -2
- package/Masters/SelectOpentionLookup.ts +0 -4
package/CCC/AccountInfo.js
CHANGED
package/CCC/AccountInfo.ts
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
import { SelectOpentionLookup } from "../Masters/SelectOpentionLookup";
|
2
|
-
|
3
1
|
export interface AccountInfo {
|
4
2
|
ClientId?: number;
|
5
3
|
AccountId?: number;
|
@@ -74,7 +72,7 @@ export interface AccountInfo {
|
|
74
72
|
ReasonCode?: string;
|
75
73
|
AccountStateId?: number;
|
76
74
|
CountyStateName?: string;
|
77
|
-
selectedOption?:
|
75
|
+
selectedOption?: { value: string; label: string };
|
78
76
|
}
|
79
77
|
|
80
78
|
export async function createDefaultAccountInfo(): Promise<AccountInfo> {
|
@@ -151,6 +149,9 @@ export async function createDefaultAccountInfo(): Promise<AccountInfo> {
|
|
151
149
|
ReasonCode: "",
|
152
150
|
AccountStateId: 0,
|
153
151
|
CountyStateName: "",
|
154
|
-
selectedOption:
|
152
|
+
selectedOption: {
|
153
|
+
value: "",
|
154
|
+
label: ""
|
155
|
+
}
|
155
156
|
};
|
156
157
|
}
|
@@ -1,13 +1,18 @@
|
|
1
1
|
export interface ConciergeBlastInfo {
|
2
|
-
ClientId?: number
|
3
|
-
ClientNumber?:
|
4
|
-
ClientName?:
|
5
|
-
MailingAddress?:
|
6
|
-
|
7
|
-
|
8
|
-
|
2
|
+
ClientId?: number
|
3
|
+
ClientNumber?: number;
|
4
|
+
ClientName?: String;
|
5
|
+
MailingAddress?: String;
|
6
|
+
Email?: String;
|
7
|
+
Phone?: String;
|
8
|
+
SelectProperty?: String;
|
9
|
+
Remarks?: String;
|
10
|
+
Priority?: String;
|
11
|
+
AppointmentModeId?: number;
|
12
|
+
AppointmentDateTimeFrom?: Date;
|
13
|
+
AppointmentStatusId?: number;
|
9
14
|
AppointmentLocation?: string;
|
10
|
-
|
11
|
-
|
12
|
-
|
15
|
+
CreateBy?: number;
|
16
|
+
CreatedDate?: Date;
|
17
|
+
SiteVisitProperty?: number;
|
13
18
|
}
|
@@ -90,6 +90,7 @@ export interface ClientSetupInfo {
|
|
90
90
|
IsFinancial: boolean;
|
91
91
|
ProjectName: string;
|
92
92
|
AccountReasonId: number;
|
93
|
+
TxrollCadluc: string;
|
93
94
|
}
|
94
95
|
|
95
96
|
export interface SelectedPropertyList {
|
@@ -136,6 +137,7 @@ export interface SelectedPropertyList {
|
|
136
137
|
PropAddress: string;
|
137
138
|
PropZipcode: string;
|
138
139
|
PropStateName: string;
|
140
|
+
TxrollCadluc: string;
|
139
141
|
}
|
140
142
|
|
141
143
|
export interface SelectedAllProperty {
|
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: number;
|
222
|
+
CCCPkgInactiveCAFTypeId: number;
|
223
223
|
CCCPkgInactiveClientRemarks: string;
|
224
|
-
CCCPkgInactiveLetterTypeId:
|
225
|
-
CCCPkgDNDCAFTypeId:
|
224
|
+
CCCPkgInactiveLetterTypeId: number;
|
225
|
+
CCCPkgDNDCAFTypeId: number;
|
226
226
|
CCCPkgDNDClientRemarks: string;
|
227
227
|
CCCPkgDNDReasonCode: string;
|
228
|
-
CCCPkgDNDLetterTypeId:
|
229
|
-
CCCPkgReactiveCAFTypeId:
|
228
|
+
CCCPkgDNDLetterTypeId: number;
|
229
|
+
CCCPkgReactiveCAFTypeId: number;
|
230
230
|
CCCPkgReactiveClientRemarks: string;
|
231
231
|
CCCPkgReactiveReasonCode: string;
|
232
|
-
CCCPkgReactiveLetterTypeId:
|
232
|
+
CCCPkgReactiveLetterTypeId: number;
|
233
233
|
cpckCLPropertySurvey: string;
|
234
234
|
cpckCLAgreementOnly: string;
|
235
235
|
cpckCLAofAAgreementOnly: string;
|
package/Masters/MasterModels.ts
CHANGED
@@ -6,11 +6,9 @@ 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";
|
10
9
|
|
11
10
|
export {
|
12
11
|
APIMaster, ApiMasterDatasetColumns, DataSetMaster,
|
13
12
|
DatasetSelectOperation, DatasetFilterOperation, DatasetSortingOperation,
|
14
|
-
LookupMaster, createLookupMaster, ReferenceTypeLookupMaster, createDefaultReferenceTypeLookupMaster
|
15
|
-
SelectOpentionLookup
|
13
|
+
LookupMaster, createLookupMaster, ReferenceTypeLookupMaster, createDefaultReferenceTypeLookupMaster
|
16
14
|
};
|
package/package.json
CHANGED