spartaxx.businessmodels 1.0.303 → 1.0.305

Sign up to get free protection for your applications and to get access to all the features.
package/CCC/ClientInfo.js CHANGED
@@ -66,7 +66,7 @@ function createDefaultClientInfo() {
66
66
  Title: "",
67
67
  ClientSignature: "",
68
68
  SigneeName: "",
69
- AccountInfo: []
69
+ AccountInfo: [],
70
70
  };
71
71
  });
72
72
  }
package/CCC/ClientInfo.ts CHANGED
@@ -112,7 +112,7 @@ export async function createDefaultClientInfo(): Promise<ClientInfo> {
112
112
  Title: "",
113
113
  ClientSignature: "",
114
114
  SigneeName: "",
115
- AccountInfo: []
115
+ AccountInfo: [],
116
116
  }
117
117
  };
118
118
 
@@ -16,6 +16,7 @@ export interface ClientPackageParam {
16
16
  FromEmail?: string;
17
17
  ClientSignature?: string;
18
18
  ClientInputForm?: ClientInputForm;
19
+ IPAddress?: number;
19
20
 
20
21
  TeamplateId?: string;
21
22
  DocumentList?: ClientPackageDocument[];
@@ -9,5 +9,4 @@ export interface PropertySearchParameters {
9
9
  County: string;
10
10
  TaxYear: number;
11
11
  IsCoreCounty: boolean;
12
- CountyId?: number;
13
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.303",
3
+ "version": "1.0.305",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {