spartaxx.businessmodels 1.0.185 → 1.0.186
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,11 @@ import { DatasetSelectOperation, DatasetFilterOperation, DatasetSortingOperation
|
|
4
4
|
|
5
5
|
export interface QualifiedClientResults {
|
6
6
|
TotalRecords?: number;
|
7
|
+
TotalRecordsUSMail?: number;
|
8
|
+
TotalRecordsEmail?: number;
|
9
|
+
TotalSelectedClients?: number;
|
10
|
+
TotalSelectedClientsUSMail?: number;
|
11
|
+
TotalSelectedClientsEmail?: number;
|
7
12
|
QualifiedClientInfo?: QualifiedClientInfo[];
|
8
13
|
DatasetSelectOperation?: DatasetSelectOperation[];
|
9
14
|
DatasetFilterOperation?: DatasetFilterOperation[];
|