spartaxx.businessmodels 1.0.389 → 1.0.390
Sign up to get free protection for your applications and to get access to all the features.
- package/Common/AppConfigHub.js +2 -1
- package/Common/AppConfigHub.ts +3 -1
- package/package.json +1 -1
package/Common/AppConfigHub.js
CHANGED
@@ -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
@@ -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> {
|
@@ -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
|
|