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.
@@ -314,7 +314,7 @@ function createDefaultAppConfigHub() {
314
314
  CPckOOTGAPOAFormBodyHtmlContentId: "",
315
315
  CPckFileNamePrefixOOTGAPOAForm: "",
316
316
  cpckOOTGAPOAForm: "",
317
- RMQEsignStagingProcessQueue: ""
317
+ RMQConfigESignLinkService: ""
318
318
  };
319
319
  });
320
320
  }
@@ -300,7 +300,7 @@ export interface AppConfigHub {
300
300
  CPckOOTGAPOAFormBodyHtmlContentId: string;
301
301
  CPckFileNamePrefixOOTGAPOAForm: string;
302
302
  cpckOOTGAPOAForm: string;
303
- RMQEsignStagingProcessQueue: string;
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
- RMQEsignStagingProcessQueue: ""
609
+ RMQConfigESignLinkService: ""
610
610
  }
611
611
  }
612
612
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.390",
3
+ "version": "1.0.391",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {