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.
@@ -83,10 +83,7 @@ function createDefaultAccountInfo() {
83
83
  ReasonCode: "",
84
84
  AccountStateId: 0,
85
85
  CountyStateName: "",
86
- selectedOption: {
87
- value: "",
88
- label: ""
89
- }
86
+ selectedOption: null
90
87
  };
91
88
  });
92
89
  }
@@ -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?: { value: string; label: string };
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 { ClientInputForm } from "./ClientInputForm";
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?: 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;
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
- CreateBy?: number;
16
- CreatedDate?: Date;
17
- SiteVisitProperty?: number;
10
+ Remarks?: string;
11
+ AccountId?: number;
12
+ AccountNumber?: string;
13
+ DeliveryStatus?:number;
18
14
  }
@@ -232,18 +232,18 @@ function createDefaultAppConfigHub() {
232
232
  CPckFilenamePrefixCLAofAPropertySurvey: "",
233
233
  CPckFileNamePrefixNationalAgreementFormCoverLetter: "",
234
234
  CPckFilenamePrefixCLPropertySurvey: "",
235
- DNDNextYearServicePackageId: 0,
236
- CCCPkgInactiveCAFTypeId: 0,
235
+ DNDNextYearServicePackageId: "",
236
+ CCCPkgInactiveCAFTypeId: "",
237
237
  CCCPkgInactiveClientRemarks: "",
238
- CCCPkgInactiveLetterTypeId: 0,
239
- CCCPkgDNDCAFTypeId: 0,
238
+ CCCPkgInactiveLetterTypeId: "",
239
+ CCCPkgDNDCAFTypeId: "",
240
240
  CCCPkgDNDClientRemarks: "",
241
241
  CCCPkgDNDReasonCode: "",
242
- CCCPkgDNDLetterTypeId: 0,
243
- CCCPkgReactiveCAFTypeId: 0,
242
+ CCCPkgDNDLetterTypeId: "",
243
+ CCCPkgReactiveCAFTypeId: "",
244
244
  CCCPkgReactiveClientRemarks: "",
245
245
  CCCPkgReactiveReasonCode: "",
246
- CCCPkgReactiveLetterTypeId: 0,
246
+ CCCPkgReactiveLetterTypeId: "",
247
247
  cpckCLPropertySurvey: "",
248
248
  cpckCLAgreementOnly: "",
249
249
  cpckCLAofAAgreementOnly: "",
@@ -218,18 +218,18 @@ export interface AppConfigHub {
218
218
  CPckFilenamePrefixCLAofAPropertySurvey: string;
219
219
  CPckFileNamePrefixNationalAgreementFormCoverLetter: string;
220
220
  CPckFilenamePrefixCLPropertySurvey: string;
221
- DNDNextYearServicePackageId: number;
222
- CCCPkgInactiveCAFTypeId: number;
221
+ DNDNextYearServicePackageId: string;
222
+ CCCPkgInactiveCAFTypeId: string;
223
223
  CCCPkgInactiveClientRemarks: string;
224
- CCCPkgInactiveLetterTypeId: number;
225
- CCCPkgDNDCAFTypeId: number;
224
+ CCCPkgInactiveLetterTypeId: string;
225
+ CCCPkgDNDCAFTypeId: string;
226
226
  CCCPkgDNDClientRemarks: string;
227
227
  CCCPkgDNDReasonCode: string;
228
- CCCPkgDNDLetterTypeId: number;
229
- CCCPkgReactiveCAFTypeId: number;
228
+ CCCPkgDNDLetterTypeId: string;
229
+ CCCPkgReactiveCAFTypeId: string;
230
230
  CCCPkgReactiveClientRemarks: string;
231
231
  CCCPkgReactiveReasonCode: string;
232
- CCCPkgReactiveLetterTypeId: number;
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: 0,
502
- CCCPkgInactiveCAFTypeId: 0,
501
+ DNDNextYearServicePackageId: "",
502
+ CCCPkgInactiveCAFTypeId: "",
503
503
  CCCPkgInactiveClientRemarks: "",
504
- CCCPkgInactiveLetterTypeId: 0,
505
- CCCPkgDNDCAFTypeId: 0,
504
+ CCCPkgInactiveLetterTypeId: "",
505
+ CCCPkgDNDCAFTypeId: "",
506
506
  CCCPkgDNDClientRemarks: "",
507
507
  CCCPkgDNDReasonCode: "",
508
- CCCPkgDNDLetterTypeId: 0,
509
- CCCPkgReactiveCAFTypeId: 0,
508
+ CCCPkgDNDLetterTypeId: "",
509
+ CCCPkgReactiveCAFTypeId: "",
510
510
  CCCPkgReactiveClientRemarks: "",
511
511
  CCCPkgReactiveReasonCode: "",
512
- CCCPkgReactiveLetterTypeId: 0,
512
+ CCCPkgReactiveLetterTypeId: "",
513
513
  cpckCLPropertySurvey: "",
514
514
  cpckCLAgreementOnly: "",
515
515
  cpckCLAofAAgreementOnly: "",
@@ -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
  };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface SelectOpentionLookup {
2
+ label: string;
3
+ value: string;
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.331",
3
+ "version": "1.0.333",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {