spartaxx.businessmodels 1.0.383 → 1.0.384
Sign up to get free protection for your applications and to get access to all the features.
package/Common/AppConfigHub.js
CHANGED
@@ -294,11 +294,16 @@ function createDefaultAppConfigHub() {
|
|
294
294
|
RMQConfigCPNoticeOfExpirationofAofA: "",
|
295
295
|
CPckFilenamePrefixNoticeOfExpirationofAofA: "",
|
296
296
|
RMQConfigCCCNoticeOfExpirationofAofA: "",
|
297
|
+
ConsiergeSubject: "",
|
298
|
+
CampaignConciergeTemplateBodyHtmlContentId: "",
|
297
299
|
cpckILAuthorizationform: "",
|
298
300
|
cpckILCookAgreementAndPOA: "",
|
299
301
|
cpckOtherILCookAgreementAndPOA: "",
|
300
302
|
RMQConfigCPckTexasLeadCommercialAgreement: "",
|
301
|
-
CPckFilenamePrefixTexasLeadCommercialAgreement: ""
|
303
|
+
CPckFilenamePrefixTexasLeadCommercialAgreement: "",
|
304
|
+
CPckFileNamePrefixGeorgiaCoverLetter: "",
|
305
|
+
CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: "",
|
306
|
+
cpckCLGeorgia: "",
|
302
307
|
};
|
303
308
|
});
|
304
309
|
}
|
package/Common/AppConfigHub.ts
CHANGED
@@ -280,11 +280,16 @@ export interface AppConfigHub {
|
|
280
280
|
RMQConfigCPNoticeOfExpirationofAofA: string;
|
281
281
|
CPckFilenamePrefixNoticeOfExpirationofAofA: string;
|
282
282
|
RMQConfigCCCNoticeOfExpirationofAofA: string;
|
283
|
+
ConsiergeSubject: string;
|
284
|
+
CampaignConciergeTemplateBodyHtmlContentId: string;
|
283
285
|
cpckILAuthorizationform: string;
|
284
286
|
cpckILCookAgreementAndPOA: string;
|
285
287
|
cpckOtherILCookAgreementAndPOA: string;
|
286
288
|
RMQConfigCPckTexasLeadCommercialAgreement: string;
|
287
289
|
CPckFilenamePrefixTexasLeadCommercialAgreement: string;
|
290
|
+
CPckFileNamePrefixGeorgiaCoverLetter: string;
|
291
|
+
CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: string;
|
292
|
+
cpckCLGeorgia: string;
|
288
293
|
}
|
289
294
|
|
290
295
|
export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
@@ -570,11 +575,16 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
570
575
|
RMQConfigCPNoticeOfExpirationofAofA: "",
|
571
576
|
CPckFilenamePrefixNoticeOfExpirationofAofA: "",
|
572
577
|
RMQConfigCCCNoticeOfExpirationofAofA: "",
|
578
|
+
ConsiergeSubject: "",
|
579
|
+
CampaignConciergeTemplateBodyHtmlContentId: "",
|
573
580
|
cpckILAuthorizationform: "",
|
574
581
|
cpckILCookAgreementAndPOA: "",
|
575
582
|
cpckOtherILCookAgreementAndPOA: "",
|
576
583
|
RMQConfigCPckTexasLeadCommercialAgreement: "",
|
577
|
-
CPckFilenamePrefixTexasLeadCommercialAgreement: ""
|
584
|
+
CPckFilenamePrefixTexasLeadCommercialAgreement: "",
|
585
|
+
CPckFileNamePrefixGeorgiaCoverLetter: "",
|
586
|
+
CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: "",
|
587
|
+
cpckCLGeorgia: "",
|
578
588
|
}
|
579
589
|
}
|
580
590
|
|
package/package.json
CHANGED
File without changes
|