spartaxx.businessmodels 1.0.332 → 1.0.333

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  }
@@ -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: "",
@@ -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: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.332",
3
+ "version": "1.0.333",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {