RubyGems
npm
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.147 → 1.0.148
spartaxx.businessmodels 1.0.147 → 1.0.148
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/CCC/QualifiedClientInfo.ts
+3
-0
package/package.json
+1
-1
package/CCC/QualifiedClientInfo.ts
CHANGED
Viewed
@@ -17,4 +17,7 @@ export interface QualifiedClientInfo {
17
17
IsNeedPropertySurveyForm?: boolean;
18
18
BlastStatusId?: number;
19
19
IsHasResidentialAccount?: boolean;
20
+
ResidentailAccounts?: number;
21
+
CommercialAccounts?: number;
22
+
TotalAccounts?:number;
20
23
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spartaxx.businessmodels",
3
-
"version": "1.0.
147
",
3
+
"version": "1.0.
148
",
4
4
"main": "protest.js",
5
5
"type": "commonjs",
6
6
"scripts": {