spartaxx.businessmodels 1.0.437 → 1.0.439

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,6 +111,7 @@ function createDefaultAccountInfo() {
111
111
  FeeAdjustYear4: "",
112
112
  FeeAdjustYear5: "",
113
113
  FeeAdjustYear6: "",
114
+ CAFReasonCodeId: 0
114
115
  };
115
116
  });
116
117
  }
@@ -102,6 +102,7 @@ export interface AccountInfo {
102
102
  FeeAdjustYear4?: string;
103
103
  FeeAdjustYear5?: string;
104
104
  FeeAdjustYear6?: string;
105
+ CAFReasonCodeId?: number
105
106
  }
106
107
 
107
108
  export async function createDefaultAccountInfo(): Promise<AccountInfo> {
@@ -207,5 +208,6 @@ export async function createDefaultAccountInfo(): Promise<AccountInfo> {
207
208
  FeeAdjustYear4: "",
208
209
  FeeAdjustYear5: "",
209
210
  FeeAdjustYear6: "",
211
+ CAFReasonCodeId: 0
210
212
  };
211
213
  }
@@ -325,6 +325,9 @@ function createDefaultAppConfigHub() {
325
325
  BppPhone: "",
326
326
  CCCPckBenefitsTemplateBodyHtmlContentId: "",
327
327
  ConciergeEmailSubject: "",
328
+ AgentMobileNumber: "",
329
+ AgentHelpLineNumber: "",
330
+ AgentWebsite: "",
328
331
  };
329
332
  });
330
333
  }
@@ -312,6 +312,9 @@ export interface AppConfigHub {
312
312
  BppPhone: string;
313
313
  CCCPckBenefitsTemplateBodyHtmlContentId: string;
314
314
  ConciergeEmailSubject: string;
315
+ AgentMobileNumber: string;
316
+ AgentHelpLineNumber: string;
317
+ AgentWebsite : string;
315
318
  }
316
319
 
317
320
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -629,6 +632,9 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
629
632
  BppPhone: "",
630
633
  CCCPckBenefitsTemplateBodyHtmlContentId: "",
631
634
  ConciergeEmailSubject: "",
635
+ AgentMobileNumber: "",
636
+ AgentHelpLineNumber: "",
637
+ AgentWebsite: "",
632
638
  }
633
639
  }
634
640
 
@@ -27,4 +27,5 @@ export interface PwProcessDocumentDetails {
27
27
  ExpiryDate?: string;
28
28
  TaxNoticesDate?: string;
29
29
  DocumentId: number;
30
+ Id: number;
30
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.437",
3
+ "version": "1.0.439",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {