spartaxx.businessmodels 1.0.450 → 1.0.451

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -338,7 +338,8 @@ function createDefaultAppConfigHub() {
338
338
  CCCUSMailPWBatchCode: "",
339
339
  CCCUSMailPWDocumentType: "",
340
340
  CCCUSMailPWDocumentStatus: "",
341
- CCCUSMailPWCreatedApp: ""
341
+ CCCUSMailPWCreatedApp: "",
342
+ RMQConfigCCCBlastQueue: ""
342
343
  };
343
344
  });
344
345
  }
@@ -326,6 +326,7 @@ export interface AppConfigHub {
326
326
  CCCUSMailPWDocumentType: string;
327
327
  CCCUSMailPWDocumentStatus: string;
328
328
  CCCUSMailPWCreatedApp: string;
329
+ RMQConfigCCCBlastQueue: string;
329
330
  }
330
331
 
331
332
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -656,7 +657,8 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
656
657
  CCCUSMailPWBatchCode: "",
657
658
  CCCUSMailPWDocumentType: "",
658
659
  CCCUSMailPWDocumentStatus: "",
659
- CCCUSMailPWCreatedApp: ""
660
+ CCCUSMailPWCreatedApp: "",
661
+ RMQConfigCCCBlastQueue: ""
660
662
  }
661
663
  }
662
664
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.450",
3
+ "version": "1.0.451",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {