spartaxx.businessmodels 1.0.185 → 1.0.188

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[];
@@ -15,10 +15,11 @@ import { APICommonResponse } from "./APICommonResponse";
15
15
  import { SentEmailServiceParam } from "./SentEmailServiceParam";
16
16
  import { TemplateContents } from "./TemplateContents";
17
17
  import { AppConfigHub } from "./AppConfigHub";
18
+ import { FileDownloadParam } from "./FileDownloadPara";
18
19
 
19
20
  export {
20
21
  ExcelExport, FileGenConfig, GeneratePdfServiceParams, PdfExport, PuppeteerOptionsMargin, PuppeteerOptions,
21
22
  RabbitMQQueueInfo, TemplateCategory, TemplateName, TemplateType, ManageFilters, ManageFrequencyConfig,
22
23
  ManageSchedulers, APICommonResponse, SentEmailServiceParam, TemplateContents,
23
- AppConfigHub
24
+ AppConfigHub, FileDownloadParam
24
25
  };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface FileDownloadParam {
2
+ FilePath: string;
3
+ Base64Info: string;
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.185",
3
+ "version": "1.0.188",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {