spartaxx.businessmodels 1.0.380 → 1.0.382

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