spartaxx.businessmodels 1.0.58 → 1.0.59

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,4 +11,5 @@ export interface InitiateProtestParam {
11
11
  ModeModifiedListForCounty?: ProtestModeModifiedInfo[];
12
12
  ModeModifiedListForAccount?: ProtestModeModifiedInfo[];
13
13
  ProtestAccountParam?: ProtestAccountParam;
14
+ LoginUserId?: number;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {