spartaxx.businessmodels 1.0.384 → 1.0.386

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  export interface ClientPackageDocument {
2
- Id?: string;
2
+ Id?: number;
3
3
  Name?: string;
4
4
  QueueName?: string;
5
5
  DocumentOrder?: number;
@@ -300,10 +300,7 @@ function createDefaultAppConfigHub() {
300
300
  cpckILCookAgreementAndPOA: "",
301
301
  cpckOtherILCookAgreementAndPOA: "",
302
302
  RMQConfigCPckTexasLeadCommercialAgreement: "",
303
- CPckFilenamePrefixTexasLeadCommercialAgreement: "",
304
- CPckFileNamePrefixGeorgiaCoverLetter: "",
305
- CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: "",
306
- cpckCLGeorgia: "",
303
+ CPckFilenamePrefixTexasLeadCommercialAgreement: ""
307
304
  };
308
305
  });
309
306
  }
@@ -287,9 +287,6 @@ export interface AppConfigHub {
287
287
  cpckOtherILCookAgreementAndPOA: string;
288
288
  RMQConfigCPckTexasLeadCommercialAgreement: string;
289
289
  CPckFilenamePrefixTexasLeadCommercialAgreement: string;
290
- CPckFileNamePrefixGeorgiaCoverLetter: string;
291
- CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: string;
292
- cpckCLGeorgia: string;
293
290
  }
294
291
 
295
292
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -576,15 +573,12 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
576
573
  CPckFilenamePrefixNoticeOfExpirationofAofA: "",
577
574
  RMQConfigCCCNoticeOfExpirationofAofA: "",
578
575
  ConsiergeSubject: "",
579
- CampaignConciergeTemplateBodyHtmlContentId: "",
576
+ CampaignConciergeTemplateBodyHtmlContentId: "",
580
577
  cpckILAuthorizationform: "",
581
578
  cpckILCookAgreementAndPOA: "",
582
579
  cpckOtherILCookAgreementAndPOA: "",
583
580
  RMQConfigCPckTexasLeadCommercialAgreement: "",
584
- CPckFilenamePrefixTexasLeadCommercialAgreement: "",
585
- CPckFileNamePrefixGeorgiaCoverLetter: "",
586
- CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: "",
587
- cpckCLGeorgia: "",
581
+ CPckFilenamePrefixTexasLeadCommercialAgreement: ""
588
582
  }
589
583
  }
590
584
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.384",
3
+ "version": "1.0.386",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
File without changes