spartaxx.businessmodels 1.0.85 → 1.0.87

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,9 @@ export interface ProtestingAccounts {
7
7
  TotalRecords?: number;
8
8
  TotalCounties?: number;
9
9
  TotalAccounts?: number;
10
+ TotalEmailModeCounties?: number;
11
+ TotalUSmailModeCounties?: number;
12
+ TotalOnlinePortalModeCounties?: number;
10
13
  ProtestingAccountInfo?: ProtestingAccountInfo[];
11
14
  DatasetSelectOperation?: DatasetSelectOperation[];
12
15
  DatasetFilterOperation?: DatasetFilterOperation[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.85",
3
+ "version": "1.0.87",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {