spartaxx.businessmodels 1.0.388 → 1.0.390
Sign up to get free protection for your applications and to get access to all the features.
- package/Common/AppConfigHub.js +3 -2
- package/Common/AppConfigHub.ts +5 -3
- package/package.json +1 -1
package/Common/AppConfigHub.js
CHANGED
@@ -291,7 +291,7 @@ function createDefaultAppConfigHub() {
|
|
291
291
|
CPckTexasNoticeOfExpirationofAofATemplateBodyHtmlContentId: "",
|
292
292
|
RMQConfigCPNoticeOfExpirationofAofA: "",
|
293
293
|
CPckFilenamePrefixNoticeOfExpirationofAofA: "",
|
294
|
-
|
294
|
+
RMQConfigCCCNoticeOfExpirationOfAofA: "",
|
295
295
|
ConsiergeSubject: "",
|
296
296
|
CampaignConciergeTemplateBodyHtmlContentId: "",
|
297
297
|
cpckILAuthorizationform: "",
|
@@ -313,7 +313,8 @@ function createDefaultAppConfigHub() {
|
|
313
313
|
cpckOOTGAAuthorizationForm: "",
|
314
314
|
CPckOOTGAPOAFormBodyHtmlContentId: "",
|
315
315
|
CPckFileNamePrefixOOTGAPOAForm: "",
|
316
|
-
cpckOOTGAPOAForm: ""
|
316
|
+
cpckOOTGAPOAForm: "",
|
317
|
+
RMQEsignStagingProcessQueue: ""
|
317
318
|
};
|
318
319
|
});
|
319
320
|
}
|
package/Common/AppConfigHub.ts
CHANGED
@@ -277,7 +277,7 @@ export interface AppConfigHub {
|
|
277
277
|
CPckTexasNoticeOfExpirationofAofATemplateBodyHtmlContentId: string;
|
278
278
|
RMQConfigCPNoticeOfExpirationofAofA: string;
|
279
279
|
CPckFilenamePrefixNoticeOfExpirationofAofA: string;
|
280
|
-
|
280
|
+
RMQConfigCCCNoticeOfExpirationOfAofA: string;
|
281
281
|
ConsiergeSubject: string;
|
282
282
|
CampaignConciergeTemplateBodyHtmlContentId: string;
|
283
283
|
cpckILAuthorizationform: string;
|
@@ -300,6 +300,7 @@ export interface AppConfigHub {
|
|
300
300
|
CPckOOTGAPOAFormBodyHtmlContentId: string;
|
301
301
|
CPckFileNamePrefixOOTGAPOAForm: string;
|
302
302
|
cpckOOTGAPOAForm: string;
|
303
|
+
RMQEsignStagingProcessQueue: string;
|
303
304
|
}
|
304
305
|
|
305
306
|
export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
@@ -582,7 +583,7 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
582
583
|
CPckTexasNoticeOfExpirationofAofATemplateBodyHtmlContentId: "",
|
583
584
|
RMQConfigCPNoticeOfExpirationofAofA: "",
|
584
585
|
CPckFilenamePrefixNoticeOfExpirationofAofA: "",
|
585
|
-
|
586
|
+
RMQConfigCCCNoticeOfExpirationOfAofA: "",
|
586
587
|
ConsiergeSubject: "",
|
587
588
|
CampaignConciergeTemplateBodyHtmlContentId: "",
|
588
589
|
cpckILAuthorizationform: "",
|
@@ -604,7 +605,8 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
604
605
|
cpckOOTGAAuthorizationForm: "",
|
605
606
|
CPckOOTGAPOAFormBodyHtmlContentId: "",
|
606
607
|
CPckFileNamePrefixOOTGAPOAForm: "",
|
607
|
-
cpckOOTGAPOAForm: ""
|
608
|
+
cpckOOTGAPOAForm: "",
|
609
|
+
RMQEsignStagingProcessQueue: ""
|
608
610
|
}
|
609
611
|
}
|
610
612
|
|