spartaxx.businessmodels 1.0.213 → 1.0.214

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,17 @@
1
- import { DatasetSortingOperation } from "Masters/DatasetSortingOperation";
1
+ import { DatasetSortingOperation, DatasetFilterOperation } from "Masters/MasterModels";
2
2
 
3
3
  export interface ProtestAccountParam {
4
+ IsSelectedAll?:boolean;
5
+ OffsetValue?: number;
6
+ FetchRecordsCounts?: number;
7
+ DatasetSortingOperation?: DatasetSortingOperation;
8
+ DatasetFilterOperation?: DatasetFilterOperation[];
9
+ ItIsFilterSearch?: boolean;
10
+
4
11
  CountyId?: number;
5
12
  TaxYear?: number;
6
13
  ModeId?: number;
7
14
  PropertyType?: string;
8
- OffsetValue?: number;
9
- FetchRecordsCounts?: number;
10
- DatasetSortingOperation?: DatasetSortingOperation;
11
- IsSelectedAll?:boolean;
12
15
  SelectedCounties?: number[];
13
16
  LUC?:string;
14
17
  NoticeValueMin?:number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.213",
3
+ "version": "1.0.214",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {