spartaxx.businessmodels 1.0.386 → 1.0.387

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?: number;
2
+ Id?: string;
3
3
  Name?: string;
4
4
  QueueName?: string;
5
5
  DocumentOrder?: number;
@@ -300,7 +300,22 @@ function createDefaultAppConfigHub() {
300
300
  cpckILCookAgreementAndPOA: "",
301
301
  cpckOtherILCookAgreementAndPOA: "",
302
302
  RMQConfigCPckTexasLeadCommercialAgreement: "",
303
- CPckFilenamePrefixTexasLeadCommercialAgreement: ""
303
+ CPckFilenamePrefixTexasLeadCommercialAgreement: "",
304
+ CPckFileNamePrefixGeorgiaCoverLetter: "",
305
+ CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: "",
306
+ cpckCLGeorgia: "",
307
+ CPckOOTPropertySurveyBodyHtmlContentId: "",
308
+ CPckFileNamePrefixOOTPropertySurvey: "",
309
+ cpckOOTPropertySurvey: "",
310
+ CPckOOTGAAgreementOnlyBodyHtmlContentId: "",
311
+ CPckFileNamePrefixOOTGAAgreementOnly: "",
312
+ cpckOOTGAAgreementOnly: "",
313
+ CPckOOTGAAuthorizationFormBodyHtmlContentId: "",
314
+ CPckFileNamePrefixOOTGAAuthorizationForm: "",
315
+ cpckOOTGAAuthorizationForm: "",
316
+ CPckOOTGAPOAFormBodyHtmlContentId: "",
317
+ CPckFileNamePrefixOOTGAPOAForm: "",
318
+ cpckOOTGAPOAForm: "",
304
319
  };
305
320
  });
306
321
  }
@@ -287,6 +287,21 @@ 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
+ CPckOOTPropertySurveyBodyHtmlContentId: string;
294
+ CPckFileNamePrefixOOTPropertySurvey: string;
295
+ cpckOOTPropertySurvey: string;
296
+ CPckOOTGAAgreementOnlyBodyHtmlContentId: string;
297
+ CPckFileNamePrefixOOTGAAgreementOnly: string;
298
+ cpckOOTGAAgreementOnly: string;
299
+ CPckOOTGAAuthorizationFormBodyHtmlContentId: string;
300
+ CPckFileNamePrefixOOTGAAuthorizationForm: string;
301
+ cpckOOTGAAuthorizationForm: string;
302
+ CPckOOTGAPOAFormBodyHtmlContentId: string;
303
+ CPckFileNamePrefixOOTGAPOAForm: string;
304
+ cpckOOTGAPOAForm: string;
290
305
  }
291
306
 
292
307
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -573,12 +588,27 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
573
588
  CPckFilenamePrefixNoticeOfExpirationofAofA: "",
574
589
  RMQConfigCCCNoticeOfExpirationofAofA: "",
575
590
  ConsiergeSubject: "",
576
- CampaignConciergeTemplateBodyHtmlContentId: "",
591
+ CampaignConciergeTemplateBodyHtmlContentId: "",
577
592
  cpckILAuthorizationform: "",
578
593
  cpckILCookAgreementAndPOA: "",
579
594
  cpckOtherILCookAgreementAndPOA: "",
580
595
  RMQConfigCPckTexasLeadCommercialAgreement: "",
581
- CPckFilenamePrefixTexasLeadCommercialAgreement: ""
596
+ CPckFilenamePrefixTexasLeadCommercialAgreement: "",
597
+ CPckFileNamePrefixGeorgiaCoverLetter: "",
598
+ CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: "",
599
+ cpckCLGeorgia: "",
600
+ CPckOOTPropertySurveyBodyHtmlContentId: "",
601
+ CPckFileNamePrefixOOTPropertySurvey: "",
602
+ cpckOOTPropertySurvey: "",
603
+ CPckOOTGAAgreementOnlyBodyHtmlContentId: "",
604
+ CPckFileNamePrefixOOTGAAgreementOnly: "",
605
+ cpckOOTGAAgreementOnly: "",
606
+ CPckOOTGAAuthorizationFormBodyHtmlContentId: "",
607
+ CPckFileNamePrefixOOTGAAuthorizationForm: "",
608
+ cpckOOTGAAuthorizationForm: "",
609
+ CPckOOTGAPOAFormBodyHtmlContentId: "",
610
+ CPckFileNamePrefixOOTGAPOAForm: "",
611
+ cpckOOTGAPOAForm: "",
582
612
  }
583
613
  }
584
614
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.386",
3
+ "version": "1.0.387",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
File without changes