spartaxx.businessmodels 1.0.374 → 1.0.375

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,12 +23,12 @@ export interface AccountDocumentInfo {
23
23
  IsDocumentGenerated?: boolean;
24
24
  DocumentPath?: string;
25
25
  DocumentUrl?: string;
26
- LiquidEngineHtmlCondent?: string;
26
+ LiquidEngineHtmlCondent?: string[];
27
27
  }
28
28
 
29
29
  export interface ClientDocumentInfo {
30
30
  DocumentName?: string;
31
31
  DocumentPath?: string;
32
32
  DocumentUrl?: string;
33
- LiquidEngineHtmlCondent?: string;
33
+ LiquidEngineHtmlCondent?: string[];
34
34
  }
@@ -12,4 +12,5 @@ export interface GeneratePdfServiceParams {
12
12
  PuppeteerOptions?: PuppeteerOptions;
13
13
  GuId?: string;
14
14
  ClientNumber?: string;
15
+ LiquidEngineHtmlCondent?: string[];
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.374",
3
+ "version": "1.0.375",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {