spartaxx.businessmodels 1.0.158 → 1.0.160
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,108 @@
|
|
1
|
+
export interface AppConfigHub {
|
2
|
+
|
3
|
+
//#region Client Package Config
|
4
|
+
|
5
|
+
CPckLetterGenTempPath?: string;
|
6
|
+
CPckLetterGenPath?: string;
|
7
|
+
CPckFilenamePrefixResicentialCoverLetter?: string;
|
8
|
+
CPckFilenamePrefixCommercialCoverLetter?: string;
|
9
|
+
CPckFilenamePrefixContactForm?: string;
|
10
|
+
CPckFilenamePrefixCommrcialAgreement?: string;
|
11
|
+
CPckFilenamePrefixResidentialAgreement?: string;
|
12
|
+
CPckFilenamePrefixAccountList?: string;
|
13
|
+
CPckFilenamePrefixAofAExpirationForm?: string;
|
14
|
+
CPckFilenamePrefixConsentForm?: string;
|
15
|
+
CPckFilenamePrefixResidentialAofA?: string;
|
16
|
+
CPckFilenamePrefixCommercialAofA?: string;
|
17
|
+
CPckFilenamePrefixBAAofA?: string;
|
18
|
+
CPckFilenamePrefixPropertySurvey?: string;
|
19
|
+
CPckTexasAccountSummaryTemplateHeaderHtmlContentId?: string;
|
20
|
+
CPckTexasAccountSummaryTemplateBodyHtmlContentId?: string;
|
21
|
+
CPckTexasResidentialAgreementTemplateHeaderHtmlContentId?: string;
|
22
|
+
CPckTexasResidentialAgreementTemplateBodyHtmlContentId?: string;
|
23
|
+
CPckTexasResidentialAgreementTemplateFooterHtmlContentId?: string;
|
24
|
+
CPckTexasCommercialAgreementTemplateHeaderHtmlContentId?: string;
|
25
|
+
CPckTexasCommercialAgreementTemplateBodyHtmlContentId?: string;
|
26
|
+
CPckTexasCommercialAgreementTemplateFooterHtmlContentId?: string;
|
27
|
+
CPckTexasConsentFormTemplateHeaderHtmlContentId?: string;
|
28
|
+
CPckTexasConsentFormTemplateBodyHtmlContentId?: string;
|
29
|
+
CPckTexasConsentFormTemplateFooterHtmlContentId?: string;
|
30
|
+
CPckTexasAofAExpiryDateFromTemplateBodyHtmlContentId?: string;
|
31
|
+
CPckTexasResidentialAofAPage1BodyHtmlContentId?: string;
|
32
|
+
CPckTexasResidentialAofAPage2BodyHtmlContentId?: string;
|
33
|
+
CPckTexasCommercialAofAPage1BodyHtmlContentId?: string;
|
34
|
+
CPckTexasCommercialAofAPage2BodyHtmlContentId?: string;
|
35
|
+
CPckTexasBAAofAPage1BodyHtmlContentId?: string;
|
36
|
+
CPckTexasBAAofAPage1FooterHtmlContentId?: string;
|
37
|
+
CPckTexasBAAofAPage2BodyHtmlContentId?: string;
|
38
|
+
CPckTexasBAAofAPage2FooterHtmlContentId?: string;
|
39
|
+
CPckTexasPropertySurveyTemplateBodyHtmlContentId?: string;
|
40
|
+
CPckTexasLeadCommercialAgreementTemplateHeaderHtmlContentId?: string;
|
41
|
+
CPckTexasLeadCommercialAgreementTemplateBodyHtmlContentId?: string;
|
42
|
+
|
43
|
+
CPckOOTOOTCommercialAgreementTemplateHeaderHtmlContentId?: string;
|
44
|
+
CPckOOTOOTCommercialAgreementTemplateBodyHtmlContentId?: string;
|
45
|
+
CPckOOTAuthorizationFormTemplateBodyHtmlContentId?: string;
|
46
|
+
CPckOOTOOTPowerOfAttorneyPage1HeaderHtmlContentId?: string;
|
47
|
+
CPckOOTOOTPowerOfAttorneyPage1BodyHtmlContentId?: string;
|
48
|
+
CPckOOTOOTPowerOfAttorneyPage2HeaderHtmlContentId?: string;
|
49
|
+
CPckOOTOOTPowerOfAttorneyPage2BodyHtmlContentId?: string;
|
50
|
+
CPckOOTOOTPowerOfAttorneyPage2FooterHtmlContentId?: string;
|
51
|
+
CPckOOTCaliforniaAgentAuthorizationFormPage1BodyHtmlContentId?: string;
|
52
|
+
CPckOOTCaliforniaAgentAuthorizationFormPage2BodyHtmlContentId?: string;
|
53
|
+
CPckOOTCaliforniaPowerOfAttorneyTemplateBodyHtmlContentId?: string;
|
54
|
+
|
55
|
+
//#endregion
|
56
|
+
|
57
|
+
//#region CCC Package Config
|
58
|
+
|
59
|
+
CCCPckLetterGenTempPath?: string;
|
60
|
+
CCCPckLetterGenPath?: string;
|
61
|
+
CCCPckUSMailLetterFileName?: string;
|
62
|
+
CCCPckFromEmail?: string;
|
63
|
+
CCCPckEmailSubject?: string;
|
64
|
+
CCCPckBlastEMailCount?: string;
|
65
|
+
CCCPckBlastUSMailCount?: string;
|
66
|
+
CCCPckFilenamePrefixReason?: string;
|
67
|
+
CCCPckResidentialCoverLetterTemplateBodyHtmlContentId?: string;
|
68
|
+
CCCPckResidentialCoverLetterTemplateFooterHtmlContentId?: string;
|
69
|
+
CCCPckCommercialCoverLetterTemplateBodyHtmlContentId?: string;
|
70
|
+
CCCPckCommercialCoverLetterTemplateFooterHtmlContentId?: string;
|
71
|
+
CCCPckContactDetailsTemplateBodyHtmlContentId?: string;
|
72
|
+
CCCPckReasonstoProtestPage1BodyHtmlContentId?: string;
|
73
|
+
CCCPckReasonstoProtestPage2BodyHtmlContentId?: string;
|
74
|
+
CCCPckReasonstoProtestPage2FooterHtmlContentId?: string;
|
75
|
+
CCCPckResidentialClientEmailTemplateContentoftheemailHtmlContentId?: string;
|
76
|
+
CCCPckCommercialClientEmailTemplateContentoftheemailHtmlContentId?: string;
|
77
|
+
|
78
|
+
//#endregion
|
79
|
+
|
80
|
+
//#region Protest Config
|
81
|
+
|
82
|
+
ProtestLetterName?: string;
|
83
|
+
ProtestHB201LetterName?: string;
|
84
|
+
ProtestExcelSheet?: string;
|
85
|
+
ProtestLetterGenPath?: string;
|
86
|
+
ProtestLetterFileNamePrefix?: string;
|
87
|
+
ProtestHB201LetterFileNamePrefix?: string;
|
88
|
+
ProtestExcelSheetFileNamePrefix?: string;
|
89
|
+
ProtestProtestLetterCoverLetterBodyHtmlContentId?: string;
|
90
|
+
ProtestProtestLetterCoverLetterFooterHtmlContentId?: string;
|
91
|
+
ProtestProtestLetterAccountListBodyHtmlContentId?: string;
|
92
|
+
ProtestProtestLetterAccountListFooterHtmlContentId?: string;
|
93
|
+
ProtestProtestHB201LetterCoverLetterBodyHtmlContentId?: string;
|
94
|
+
ProtestProtestHB201LetterCoverLetterFooterHtmlContentId?: string;
|
95
|
+
ProtestProtestHB201LetterAccountListBodyHtmlContentId?: string;
|
96
|
+
ProtestProtestHB201LetterAccountListFooterHtmlContentId?: string;
|
97
|
+
ProtestProtestCountyEmailTemplateContentoftheemailHtmlContentId?: string;
|
98
|
+
|
99
|
+
//#endregion
|
100
|
+
|
101
|
+
//#region Client Setup Config
|
102
|
+
|
103
|
+
ClientSetupWelcomeEmailTemplateContentoftheemailHtmlContentId?: string;
|
104
|
+
ClientSetupNextYearSignUpTemplateContentoftheemailHtmlContentId?: string;
|
105
|
+
|
106
|
+
//#endregion
|
107
|
+
|
108
|
+
}
|
package/Common/CommonModel.ts
CHANGED
@@ -14,9 +14,11 @@ import { ManageSchedulers } from "./ManageSchedulers";
|
|
14
14
|
import { APICommonResponse } from "./APICommonResponse";
|
15
15
|
import { SentEmailServiceParam } from "./SentEmailServiceParam";
|
16
16
|
import { TemplateContents } from "./TemplateContents";
|
17
|
+
import { AppConfigHub } from "./AppConfigHub";
|
17
18
|
|
18
19
|
export {
|
19
20
|
ExcelExport, FileGenConfig, GeneratePdfServiceParams, PdfExport, PuppeteerOptionsMargin, PuppeteerOptions,
|
20
21
|
RabbitMQQueueInfo, TemplateCategory, TemplateName, TemplateType, ManageFilters, ManageFrequencyConfig,
|
21
|
-
ManageSchedulers, APICommonResponse, SentEmailServiceParam, TemplateContents
|
22
|
+
ManageSchedulers, APICommonResponse, SentEmailServiceParam, TemplateContents,
|
23
|
+
AppConfigHub
|
22
24
|
};
|