spartaxx.businessmodels 1.0.184 → 1.0.185

Sign up to get free protection for your applications and to get access to all the features.
package/CCC/ClientInfo.ts CHANGED
@@ -41,5 +41,6 @@ export interface ClientInfo {
41
41
  TotalBAAofAComPropertyCount?: number;
42
42
  IsHasResidentialAccount?: boolean;
43
43
  IsNeedPropertySurveyForm?: boolean;
44
+ ESignLink?: string;
44
45
  AccountInfo?: AccountInfo[];
45
46
  }
@@ -75,7 +75,9 @@ export interface AppConfigHub {
75
75
  CCCPckReasonstoProtestPage2FooterHtmlContentId?: string;
76
76
  CCCPckResidentialClientEmailTemplateContentoftheemailHtmlContentId?: string;
77
77
  CCCPckCommercialClientEmailTemplateContentoftheemailHtmlContentId?: string;
78
-
78
+ CCCPckEmailLetterGenPath?: string;
79
+ CCCPckEmailLetterFileNamePrefix?: string;
80
+
79
81
  //#endregion
80
82
 
81
83
  //#region Protest Config
@@ -1,6 +1,6 @@
1
1
  export interface FileGenConfig {
2
- AppBaseURL?: string,
3
- AppDirName?: string,
4
- ExportDirName?: string,
5
- FileName?: string
2
+ AppBaseURL?: string;
3
+ AppDirName?: string;
4
+ ExportDirName?: string;
5
+ FileName?: string;
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.184",
3
+ "version": "1.0.185",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {