spartaxx.businessmodels 1.0.214 → 1.0.215

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ export interface ProtestAccountParam {
5
5
  OffsetValue?: number;
6
6
  FetchRecordsCounts?: number;
7
7
  DatasetSortingOperation?: DatasetSortingOperation;
8
- DatasetFilterOperation?: DatasetFilterOperation[];
8
+ FilterList?: DatasetFilterOperation[];
9
9
  ItIsFilterSearch?: boolean;
10
10
 
11
11
  CountyId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.214",
3
+ "version": "1.0.215",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {