spartaxx.businessmodels 1.0.110 → 1.0.112

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
  }
@@ -31,4 +31,5 @@ export interface ProtestHistoryInfo {
31
31
  TotalRecordCount?: number;
32
32
  CalendarDuration?: string;
33
33
  AuditedUserId?: number;
34
+ Mode?: string;
34
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.110",
3
+ "version": "1.0.112",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {