spartaxx.businessmodels 1.0.78 → 1.0.80

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,4 +12,5 @@ export interface InitiateProtestParam {
12
12
  ModeModifiedListForAccount?: ProtestModeModifiedInfo[];
13
13
  ProtestAccountParam?: ProtestAccountParam;
14
14
  LoginUserId?: number;
15
+ IsSelectedAll?:boolean;
15
16
  }
@@ -5,6 +5,8 @@ import { ProtestingAccountInfo } from "./ProtestingAccountInfo";
5
5
 
6
6
  export interface ProtestingAccounts {
7
7
  TotalRecords?: number;
8
+ TotalCounties?: number;
9
+ TotalAccounts?: number;
8
10
  ProtestingAccountInfo?: ProtestingAccountInfo[];
9
11
  DatasetSelectOperation?: DatasetSelectOperation[];
10
12
  DatasetFilterOperation?: DatasetFilterOperation[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.78",
3
+ "version": "1.0.80",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {