spartaxx.businessmodels 1.0.110 → 1.0.111

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