spartaxx.businessmodels 1.0.235 → 1.0.236

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.
@@ -15,4 +15,5 @@ export interface CCCTemplateData {
15
15
  CAFReasonCodeMaster?: LookupMaster[];
16
16
  OutputFilePath?: string;
17
17
  OutputBase64Format?: string;
18
+ CPckFileName?: string;
18
19
  }
@@ -30,7 +30,9 @@ function createDefaultQualifiedClientInfo() {
30
30
  BlastDate: "",
31
31
  Documents: "",
32
32
  IsSelected: false,
33
- InitiatedBy: 0
33
+ InitiatedBy: 0,
34
+ CCCPckEmailBlastFileName: "",
35
+ CCCPckEmailBlastOutputFilePath: ""
34
36
  };
35
37
  });
36
38
  }
@@ -17,6 +17,8 @@ export interface QualifiedClientInfo {
17
17
  Documents?: string;
18
18
  IsSelected?: boolean;
19
19
  InitiatedBy?: number;
20
+ CCCPckEmailBlastFileName?: string;
21
+ CCCPckEmailBlastOutputFilePath?: string;
20
22
  }
21
23
 
22
24
  export async function createDefaultQualifiedClientInfo(): Promise<QualifiedClientInfo> {
@@ -38,6 +40,8 @@ export async function createDefaultQualifiedClientInfo(): Promise<QualifiedClien
38
40
  BlastDate: "",
39
41
  Documents: "",
40
42
  IsSelected: false,
41
- InitiatedBy: 0
43
+ InitiatedBy: 0,
44
+ CCCPckEmailBlastFileName: "",
45
+ CCCPckEmailBlastOutputFilePath: ""
42
46
  };
43
47
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.235",
3
+ "version": "1.0.236",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {