spartaxx.businessmodels 1.0.106 → 1.0.107

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ import { ExcelExport } from "./ExcelExport";
2
+ import { FileGenConfig } from "./FileGenConfig";
3
+ import { GeneratePdfServiceParams } from "./GeneratePdfServiceParams";
4
+ import { PdfExport } from "./PdfExport";
5
+ import { PuppeteerOptions } from "./PuppeteerOptions";
6
+ import { PuppeteerOptionsMargin } from "./PuppeteerOptions";
7
+ import { RabbitMQQueueInfo } from "./RabbitMQQueueInfo";
8
+ import { TemplateCategory } from "./TemplateCategory";
9
+ import { TemplateName } from "./TemplateName";
10
+ import { TemplateType } from "./TemplateType";
11
+
12
+ export {
13
+ ExcelExport, FileGenConfig, GeneratePdfServiceParams, PdfExport, PuppeteerOptionsMargin, PuppeteerOptions,
14
+ RabbitMQQueueInfo, TemplateCategory, TemplateName, TemplateType
15
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.106",
3
+ "version": "1.0.107",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {