spartaxx.businessmodels 1.0.337 → 1.0.338

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,8 +32,7 @@ function createDefaultQualifiedClientInfo() {
32
32
  IsSelected: false,
33
33
  InitiatedBy: 0,
34
34
  CCCPckEmailBlastFileName: "",
35
- CCCPckEmailBlastOutputFilePath: "",
36
- ClientSignature: ""
35
+ CCCPckEmailBlastOutputFilePath: ""
37
36
  };
38
37
  });
39
38
  }
@@ -19,7 +19,6 @@ export interface QualifiedClientInfo {
19
19
  InitiatedBy?: number;
20
20
  CCCPckEmailBlastFileName?: string;
21
21
  CCCPckEmailBlastOutputFilePath?: string;
22
- ClientSignature?: string;
23
22
  }
24
23
 
25
24
  export async function createDefaultQualifiedClientInfo(): Promise<QualifiedClientInfo> {
@@ -43,7 +42,6 @@ export async function createDefaultQualifiedClientInfo(): Promise<QualifiedClien
43
42
  IsSelected: false,
44
43
  InitiatedBy: 0,
45
44
  CCCPckEmailBlastFileName: "",
46
- CCCPckEmailBlastOutputFilePath: "",
47
- ClientSignature: ""
45
+ CCCPckEmailBlastOutputFilePath: ""
48
46
  };
49
47
  };
@@ -11,4 +11,5 @@ export interface ConciergeBlastInfo {
11
11
  AccountId?: number;
12
12
  AccountNumber?: string;
13
13
  DeliveryStatus?:number;
14
+ PropertyAddress?: string;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.337",
3
+ "version": "1.0.338",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {