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
|
-
|
12
|
+
ModuleId?: number;
|
13
13
|
CampaignId?: number;
|
14
14
|
|
15
15
|
OffsetValue?: number;
|