spartaxx.businessmodels 1.0.186 → 1.0.188
Sign up to get free protection for your applications and to get access to all the features.
package/Common/CommonModel.ts
CHANGED
@@ -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
|
};
|