spartaxx.businessmodels 1.0.303 → 1.0.304

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,8 @@ function createDefaultClientInfo() {
66
66
  Title: "",
67
67
  ClientSignature: "",
68
68
  SigneeName: "",
69
- AccountInfo: []
69
+ AccountInfo: [],
70
+ IPAddress: 0,
70
71
  };
71
72
  });
72
73
  }
package/CCC/ClientInfo.ts CHANGED
@@ -55,6 +55,7 @@ export interface ClientInfo {
55
55
  ClientSignature?: string;
56
56
  SigneeName?: string;
57
57
  AccountInfo?: AccountInfo[];
58
+ IPAddress?: number;
58
59
  }
59
60
 
60
61
  export async function createDefaultClientInfo(): Promise<ClientInfo> {
@@ -112,7 +113,8 @@ export async function createDefaultClientInfo(): Promise<ClientInfo> {
112
113
  Title: "",
113
114
  ClientSignature: "",
114
115
  SigneeName: "",
115
- AccountInfo: []
116
+ AccountInfo: [],
117
+ IPAddress: 0,
116
118
  }
117
119
  };
118
120
 
@@ -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.304",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {