RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.303 → 1.0.305
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.
Files changed (5)
hide
show
package/CCC/ClientInfo.js
+1
-1
package/CCC/ClientInfo.ts
+1
-1
package/CCC/ClientPackageParam.ts
+1
-0
package/ClientSetup/PropertySearchParameters.ts
+0
-1
package/package.json
+1
-1
package/CCC/ClientInfo.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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
package/CCC/ClientPackageParam.ts
CHANGED
Viewed
@@ -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[];
package/ClientSetup/PropertySearchParameters.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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": {