spartaxx.businessmodels 1.0.87 → 1.0.88

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,5 +9,5 @@ export interface ProtestAccountParam {
9
9
  FetchRecordsCounts?: number;
10
10
  DatasetSortingOperation?: DatasetSortingOperation;
11
11
  IsSelectedAll?:boolean;
12
- SelectedCounties: number[];
12
+ SelectedCounties?: number[];
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {