spartaxx.businessmodels 1.0.129 → 1.0.130

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,10 @@
1
1
  export interface QualifiedClientInfo {
2
2
  ClientId?: number;
3
3
  ClientNumber?: string;
4
- Classificationtype?: string;
5
- Totalacounts?: number;
6
- Residencialcounts?: number;
7
- Commercialcounts?: number;
4
+ ClassificationType?: string;
5
+ TotalAccounts?: number;
6
+ ResidentialCounts?: number;
7
+ CommercialCounts?: number;
8
8
  Homestead?: number;
9
9
  Mode?: string;
10
10
  DeliveryAddress?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.129",
3
+ "version": "1.0.130",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {