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.
@@ -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
@@ -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": {