spartaxx.businessmodels 1.0.157 → 1.0.159
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,38 @@
|
|
1
|
+
export interface AppConfigHub {
|
2
|
+
|
3
|
+
//#region Client Package Config
|
4
|
+
|
5
|
+
CPckLetterGenerationTempPath?: string;
|
6
|
+
CPckFilenamePrefixResicentialCoverLetter?: string;
|
7
|
+
CPckFilenamePrefixCommercialCoverLetter?: string;
|
8
|
+
CPckFilenamePrefixContactForm?: string;
|
9
|
+
CPckFilenamePrefixCommrcialAgreement?: string;
|
10
|
+
CPckFilenamePrefixResidentialAgreement?: string;
|
11
|
+
CPckFilenamePrefixAccountList?: string;
|
12
|
+
CPckFilenamePrefixAofAExpirationForm?: string;
|
13
|
+
CPckFilenamePrefixConsentForm?: string;
|
14
|
+
CPckFilenamePrefixResidentialAofA?: string;
|
15
|
+
CPckFilenamePrefixCommercialAofA?: string;
|
16
|
+
CPckFilenamePrefixBAAofA?: string;
|
17
|
+
CPckFilenamePrefixPropertySurvey?: string;
|
18
|
+
CPckFilenamePrefixReason?: string;
|
19
|
+
|
20
|
+
//#endregion
|
21
|
+
|
22
|
+
//#region CCC Package Config
|
23
|
+
|
24
|
+
CCCPckLetterGenerationTempPath?: string;
|
25
|
+
CCCPckLetterGenerationPath?: string;
|
26
|
+
CCCPckUSMailLetterFileName?: string;
|
27
|
+
CCCPckFromEmail?: string;
|
28
|
+
CCCPckEmailSubject?: string;
|
29
|
+
CCCPckEMailCount?: string;
|
30
|
+
CCCPckUSMailCount?: string;
|
31
|
+
|
32
|
+
//#endregion
|
33
|
+
|
34
|
+
//#region Protest Config
|
35
|
+
|
36
|
+
//#endregion
|
37
|
+
|
38
|
+
}
|