spartaxx.businessmodels 1.0.380 → 1.0.381

Sign up to get free protection for your applications and to get access to all the features.
@@ -294,8 +294,11 @@ function createDefaultAppConfigHub() {
294
294
  RMQConfigCPNoticeOfExpirationofAofA: "",
295
295
  CPckFilenamePrefixNoticeOfExpirationofAofA: "",
296
296
  RMQConfigCCCNoticeOfExpirationofAofA: "",
297
- ConsiergeSubject: "",
298
- CampaignConciergeTemplateBodyHtmlContentId: "",
297
+ cpckILAuthorizationform: "",
298
+ cpckILCookAgreementAndPOA: "",
299
+ cpckOtherILCookAgreementAndPOA: "",
300
+ RMQConfigCPckTexasLeadCommercialAgreement: "",
301
+ CPckFilenamePrefixTexasLeadCommercialAgreement: ""
299
302
  };
300
303
  });
301
304
  }
@@ -280,8 +280,11 @@ 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;
286
+ RMQConfigCPckTexasLeadCommercialAgreement: string;
287
+ CPckFilenamePrefixTexasLeadCommercialAgreement: string;
285
288
  }
286
289
 
287
290
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -567,8 +570,11 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
567
570
  RMQConfigCPNoticeOfExpirationofAofA: "",
568
571
  CPckFilenamePrefixNoticeOfExpirationofAofA: "",
569
572
  RMQConfigCCCNoticeOfExpirationofAofA: "",
570
- ConsiergeSubject: "",
571
- CampaignConciergeTemplateBodyHtmlContentId: "",
573
+ cpckILAuthorizationform: "",
574
+ cpckILCookAgreementAndPOA: "",
575
+ cpckOtherILCookAgreementAndPOA: "",
576
+ RMQConfigCPckTexasLeadCommercialAgreement: "",
577
+ CPckFilenamePrefixTexasLeadCommercialAgreement: ""
572
578
  }
573
579
  }
574
580
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.380",
3
+ "version": "1.0.381",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
File without changes