spartaxx.businessmodels 1.0.79 → 1.0.81

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