spartaxx.businessmodels 1.0.382 → 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,9 +294,16 @@ function createDefaultAppConfigHub() {
|
|
294
294
|
RMQConfigCPNoticeOfExpirationofAofA: "",
|
295
295
|
CPckFilenamePrefixNoticeOfExpirationofAofA: "",
|
296
296
|
RMQConfigCCCNoticeOfExpirationofAofA: "",
|
297
|
+
ConsiergeSubject: "",
|
298
|
+
CampaignConciergeTemplateBodyHtmlContentId: "",
|
297
299
|
cpckILAuthorizationform: "",
|
298
300
|
cpckILCookAgreementAndPOA: "",
|
299
|
-
cpckOtherILCookAgreementAndPOA: ""
|
301
|
+
cpckOtherILCookAgreementAndPOA: "",
|
302
|
+
RMQConfigCPckTexasLeadCommercialAgreement: "",
|
303
|
+
CPckFilenamePrefixTexasLeadCommercialAgreement: "",
|
304
|
+
CPckFileNamePrefixGeorgiaCoverLetter: "",
|
305
|
+
CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: "",
|
306
|
+
cpckCLGeorgia: "",
|
300
307
|
};
|
301
308
|
});
|
302
309
|
}
|
package/Common/AppConfigHub.ts
CHANGED
@@ -280,9 +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;
|
288
|
+
RMQConfigCPckTexasLeadCommercialAgreement: string;
|
289
|
+
CPckFilenamePrefixTexasLeadCommercialAgreement: string;
|
290
|
+
CPckFileNamePrefixGeorgiaCoverLetter: string;
|
291
|
+
CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: string;
|
292
|
+
cpckCLGeorgia: string;
|
286
293
|
}
|
287
294
|
|
288
295
|
export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
@@ -568,9 +575,16 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
568
575
|
RMQConfigCPNoticeOfExpirationofAofA: "",
|
569
576
|
CPckFilenamePrefixNoticeOfExpirationofAofA: "",
|
570
577
|
RMQConfigCCCNoticeOfExpirationofAofA: "",
|
578
|
+
ConsiergeSubject: "",
|
579
|
+
CampaignConciergeTemplateBodyHtmlContentId: "",
|
571
580
|
cpckILAuthorizationform: "",
|
572
581
|
cpckILCookAgreementAndPOA: "",
|
573
|
-
cpckOtherILCookAgreementAndPOA: ""
|
582
|
+
cpckOtherILCookAgreementAndPOA: "",
|
583
|
+
RMQConfigCPckTexasLeadCommercialAgreement: "",
|
584
|
+
CPckFilenamePrefixTexasLeadCommercialAgreement: "",
|
585
|
+
CPckFileNamePrefixGeorgiaCoverLetter: "",
|
586
|
+
CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: "",
|
587
|
+
cpckCLGeorgia: "",
|
574
588
|
}
|
575
589
|
}
|
576
590
|
|
package/package.json
CHANGED
File without changes
|