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