RubyGems
npm
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.110 → 1.0.112
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.
Files changed (3)
hide
show
package/Protest/ProtestAccountParam.ts
+1
-0
package/Protest/ProtestHistoryInfo.ts
+1
-0
package/package.json
+1
-1
package/Protest/ProtestAccountParam.ts
CHANGED
Viewed
@@ -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/Protest/ProtestHistoryInfo.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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": {