spartaxx.businessmodels 1.0.379 → 1.0.380

Sign up to get free protection for your applications and to get access to all the features.
@@ -293,7 +293,9 @@ function createDefaultAppConfigHub() {
293
293
  CPckTexasNoticeOfExpirationofAofATemplateBodyHtmlContentId: "",
294
294
  RMQConfigCPNoticeOfExpirationofAofA: "",
295
295
  CPckFilenamePrefixNoticeOfExpirationofAofA: "",
296
- RMQConfigCCCNoticeOfExpirationofAofA: ""
296
+ RMQConfigCCCNoticeOfExpirationofAofA: "",
297
+ ConsiergeSubject: "",
298
+ CampaignConciergeTemplateBodyHtmlContentId: "",
297
299
  };
298
300
  });
299
301
  }
@@ -280,6 +280,8 @@ export interface AppConfigHub {
280
280
  RMQConfigCPNoticeOfExpirationofAofA: string;
281
281
  CPckFilenamePrefixNoticeOfExpirationofAofA: string;
282
282
  RMQConfigCCCNoticeOfExpirationofAofA: string;
283
+ ConsiergeSubject: string;
284
+ CampaignConciergeTemplateBodyHtmlContentId: string;
283
285
  }
284
286
 
285
287
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -564,7 +566,9 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
564
566
  CPckTexasNoticeOfExpirationofAofATemplateBodyHtmlContentId: "",
565
567
  RMQConfigCPNoticeOfExpirationofAofA: "",
566
568
  CPckFilenamePrefixNoticeOfExpirationofAofA: "",
567
- RMQConfigCCCNoticeOfExpirationofAofA: ""
569
+ RMQConfigCCCNoticeOfExpirationofAofA: "",
570
+ ConsiergeSubject: "",
571
+ CampaignConciergeTemplateBodyHtmlContentId: "",
568
572
  }
569
573
  }
570
574
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.379",
3
+ "version": "1.0.380",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
File without changes