spartaxx.businessmodels 1.0.436 → 1.0.437

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.
@@ -324,6 +324,7 @@ function createDefaultAppConfigHub() {
324
324
  CCCUsmailServicePackageId: "",
325
325
  BppPhone: "",
326
326
  CCCPckBenefitsTemplateBodyHtmlContentId: "",
327
+ ConciergeEmailSubject: "",
327
328
  };
328
329
  });
329
330
  }
@@ -311,6 +311,7 @@ export interface AppConfigHub {
311
311
  CCCUsmailServicePackageId: string;
312
312
  BppPhone: string;
313
313
  CCCPckBenefitsTemplateBodyHtmlContentId: string;
314
+ ConciergeEmailSubject: string;
314
315
  }
315
316
 
316
317
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -627,6 +628,7 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
627
628
  CCCUsmailServicePackageId: "",
628
629
  BppPhone: "",
629
630
  CCCPckBenefitsTemplateBodyHtmlContentId: "",
631
+ ConciergeEmailSubject: "",
630
632
  }
631
633
  }
632
634
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.436",
3
+ "version": "1.0.437",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {