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 {
|
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
|
}
|
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
@@ -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: "",
|