spartaxx.businessmodels 1.0.383 → 1.0.385
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,19 @@ 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: "",
|
307
|
+
CPckOOTPropertySurveyBodyHtmlContentId: "",
|
308
|
+
CPckFileNamePrefixOOTPropertySurvey: "",
|
309
|
+
cpckOOTPropertySurvey: "",
|
302
310
|
};
|
303
311
|
});
|
304
312
|
}
|
package/Common/AppConfigHub.ts
CHANGED
@@ -280,11 +280,19 @@ 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;
|
293
|
+
CPckOOTPropertySurveyBodyHtmlContentId: string;
|
294
|
+
CPckFileNamePrefixOOTPropertySurvey: string;
|
295
|
+
cpckOOTPropertySurvey: string;
|
288
296
|
}
|
289
297
|
|
290
298
|
export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
@@ -570,11 +578,19 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
570
578
|
RMQConfigCPNoticeOfExpirationofAofA: "",
|
571
579
|
CPckFilenamePrefixNoticeOfExpirationofAofA: "",
|
572
580
|
RMQConfigCCCNoticeOfExpirationofAofA: "",
|
581
|
+
ConsiergeSubject: "",
|
582
|
+
CampaignConciergeTemplateBodyHtmlContentId: "",
|
573
583
|
cpckILAuthorizationform: "",
|
574
584
|
cpckILCookAgreementAndPOA: "",
|
575
585
|
cpckOtherILCookAgreementAndPOA: "",
|
576
586
|
RMQConfigCPckTexasLeadCommercialAgreement: "",
|
577
|
-
CPckFilenamePrefixTexasLeadCommercialAgreement: ""
|
587
|
+
CPckFilenamePrefixTexasLeadCommercialAgreement: "",
|
588
|
+
CPckFileNamePrefixGeorgiaCoverLetter: "",
|
589
|
+
CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: "",
|
590
|
+
cpckCLGeorgia: "",
|
591
|
+
CPckOOTPropertySurveyBodyHtmlContentId: "",
|
592
|
+
CPckFileNamePrefixOOTPropertySurvey: "",
|
593
|
+
cpckOOTPropertySurvey: "",
|
578
594
|
}
|
579
595
|
}
|
580
596
|
|
package/package.json
CHANGED
File without changes
|