spartaxx.businessmodels 1.0.107 → 1.0.108

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,15 @@
1
1
  export interface PuppeteerOptions {
2
- Format?: string;
3
- Landscape?: boolean;
2
+ Format?: string;
4
3
  Width?: string;
5
4
  Height?: string;
5
+ Landscape?: boolean;
6
6
  PuppeteerOptionsMargin?: PuppeteerOptionsMargin;
7
7
  PrintBackground?: boolean;
8
+ DisplayHeaderFooter?:boolean;
8
9
  HeaderTemplate?: string;
9
10
  FooterTemplate?: string;
10
11
  PageRanges?: string;
11
- preferCSSPageSize?: boolean;
12
+ PreferCSSPageSize?: boolean;
12
13
  }
13
14
 
14
15
  export interface PuppeteerOptionsMargin {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.107",
3
+ "version": "1.0.108",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {