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