RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.306 → 1.0.308
spartaxx.businessmodels 1.0.306 → 1.0.308
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/CCC/ClientInfo.js
+1
-1
package/CCC/ClientInfo.ts
+1
-1
package/CCC/ClientPackageParam.ts
+0
-1
package/ClientSetup/ClientSetupModels.ts
+2
-1
package/ClientSetup/PropertySearchParameters.ts
+1
-0
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,7 +16,6 @@ export interface ClientPackageParam {
16
16
FromEmail?: string;
17
17
ClientSignature?: string;
18
18
ClientInputForm?: ClientInputForm;
19
-
IPAddress?: string;
20
19
21
20
TeamplateId?: string;
22
21
DocumentList?: ClientPackageDocument[];
package/ClientSetup/ClientSetupModels.ts
CHANGED
Viewed
@@ -31,5 +31,6 @@ export interface ClientSetupModels {
31
31
AgentType: AgentTypeInfo,
32
32
AgentName: AgentNameInfo,
33
33
ParishName: ParishNameInfo,
34
-
TermsType: TermsTypeInfo
34
+
TermsType: TermsTypeInfo
,
35
+
TaxrollCounty: CountyInfo
35
36
}
package/ClientSetup/PropertySearchParameters.ts
CHANGED
Viewed
@@ -9,4 +9,5 @@ export interface PropertySearchParameters {
9
9
County: string;
10
10
TaxYear: number;
11
11
IsCoreCounty: boolean;
12
+
CountyId?: number;
12
13
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spartaxx.businessmodels",
3
-
"version": "1.0.
306
",
3
+
"version": "1.0.
308
",
4
4
"main": "protest.js",
5
5
"type": "commonjs",
6
6
"scripts": {