spartaxx.businessmodels 1.0.84 → 1.0.86

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,4 +8,6 @@ export interface ProtestAccountParam {
8
8
  OffsetValue?: number;
9
9
  FetchRecordsCounts?: number;
10
10
  DatasetSortingOperation?: DatasetSortingOperation;
11
+ IsSelectedAll?:boolean;
12
+ SelectedCounties: number[];
11
13
  }
@@ -1,7 +1,11 @@
1
1
  export interface ProtestDocuments {
2
+ ProtestStatus: string;
3
+ AuditStatus: string;
4
+ HB201Status: string;
2
5
  ProtestLetterPath?: string;
3
6
  ProtestLetterPWImageId?: string;
4
7
  ProtestHB201LetterPath?: string;
5
8
  ProtestHB201LetterPWImageId?: string;
6
9
  ProtestExcelFilePath?: string;
10
+ ProtestFilingIds: number[];
7
11
  }
@@ -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.84",
3
+ "version": "1.0.86",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {