spartaxx.businessmodels 1.0.390 → 1.0.391
Sign up to get free protection for your applications and to get access to all the features.
- package/Common/AppConfigHub.js +1 -1
- package/Common/AppConfigHub.ts +2 -2
- package/package.json +1 -1
package/Common/AppConfigHub.js
CHANGED
package/Common/AppConfigHub.ts
CHANGED
@@ -300,7 +300,7 @@ export interface AppConfigHub {
|
|
300
300
|
CPckOOTGAPOAFormBodyHtmlContentId: string;
|
301
301
|
CPckFileNamePrefixOOTGAPOAForm: string;
|
302
302
|
cpckOOTGAPOAForm: string;
|
303
|
-
|
303
|
+
RMQConfigESignLinkService: string;
|
304
304
|
}
|
305
305
|
|
306
306
|
export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
@@ -606,7 +606,7 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
606
606
|
CPckOOTGAPOAFormBodyHtmlContentId: "",
|
607
607
|
CPckFileNamePrefixOOTGAPOAForm: "",
|
608
608
|
cpckOOTGAPOAForm: "",
|
609
|
-
|
609
|
+
RMQConfigESignLinkService: ""
|
610
610
|
}
|
611
611
|
}
|
612
612
|
|