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.
@@ -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
  }
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.389",
3
+ "version": "1.0.390",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {