spartaxx.businessmodels 1.0.452 → 1.0.453

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.
@@ -350,7 +350,8 @@ function createDefaultAppConfigHub() {
350
350
  RMQConfigCCCEmailCommercialAofa: "",
351
351
  RMQConfigCCCEmailBaAofa: "",
352
352
  RMQConfigCCCEmailPropertySurvey: "",
353
- RMQConfigCCCEmailReasons: ""
353
+ RMQConfigCCCEmailReasons: "",
354
+ RMQConfigCCCEmailBlastServices: ""
354
355
  };
355
356
  });
356
357
  }
@@ -338,6 +338,7 @@ export interface AppConfigHub {
338
338
  RMQConfigCCCEmailBaAofa: string;
339
339
  RMQConfigCCCEmailPropertySurvey: string;
340
340
  RMQConfigCCCEmailReasons: string;
341
+ RMQConfigCCCEmailBlastServices: string;
341
342
  }
342
343
 
343
344
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -680,7 +681,8 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
680
681
  RMQConfigCCCEmailCommercialAofa: "",
681
682
  RMQConfigCCCEmailBaAofa: "",
682
683
  RMQConfigCCCEmailPropertySurvey: "",
683
- RMQConfigCCCEmailReasons: ""
684
+ RMQConfigCCCEmailReasons: "",
685
+ RMQConfigCCCEmailBlastServices: ""
684
686
  }
685
687
  }
686
688
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.452",
3
+ "version": "1.0.453",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {