spartaxx.businessmodels 1.0.159 → 1.0.160

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,8 @@ export interface AppConfigHub {
2
2
 
3
3
  //#region Client Package Config
4
4
 
5
- CPckLetterGenerationTempPath?: string;
5
+ CPckLetterGenTempPath?: string;
6
+ CPckLetterGenPath?: string;
6
7
  CPckFilenamePrefixResicentialCoverLetter?: string;
7
8
  CPckFilenamePrefixCommercialCoverLetter?: string;
8
9
  CPckFilenamePrefixContactForm?: string;
@@ -15,24 +16,93 @@ export interface AppConfigHub {
15
16
  CPckFilenamePrefixCommercialAofA?: string;
16
17
  CPckFilenamePrefixBAAofA?: string;
17
18
  CPckFilenamePrefixPropertySurvey?: string;
18
- CPckFilenamePrefixReason?: 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;
19
54
 
20
55
  //#endregion
21
56
 
22
57
  //#region CCC Package Config
23
58
 
24
- CCCPckLetterGenerationTempPath?: string;
25
- CCCPckLetterGenerationPath?: string;
59
+ CCCPckLetterGenTempPath?: string;
60
+ CCCPckLetterGenPath?: string;
26
61
  CCCPckUSMailLetterFileName?: string;
27
62
  CCCPckFromEmail?: string;
28
63
  CCCPckEmailSubject?: string;
29
- CCCPckEMailCount?: string;
30
- CCCPckUSMailCount?: 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;
31
77
 
32
78
  //#endregion
33
79
 
34
80
  //#region Protest Config
35
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
+
36
106
  //#endregion
37
107
 
38
108
  }
@@ -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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.159",
3
+ "version": "1.0.160",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {