spartaxx.businessmodels 1.0.176 → 1.0.177

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ export interface QualifiedClientParam {
9
9
  DatasetSortingOperation?: DatasetSortingOperation;
10
10
  ExcludedClientList?: QualifiedClientInfo[];
11
11
  FilterList?: DatasetFilterOperation[];
12
- Module?: number;
12
+ ModuleId?: number;
13
13
  CampaignId?: number;
14
14
 
15
15
  OffsetValue?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.176",
3
+ "version": "1.0.177",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {