File tree 3 files changed +114
-109
lines changed
3 files changed +114
-109
lines changed Original file line number Diff line number Diff line change 38
38
},
39
39
"devDependencies" : {
40
40
"@jest/globals" : " ^29.7.0" ,
41
- "@types/jest" : " ^29.5.11 " ,
42
- "@types/node" : " ^20.11.10 " ,
43
- "@typescript-eslint/eslint-plugin" : " ^6.20.0 " ,
44
- "@typescript-eslint/parser" : " ^6.20.0 " ,
41
+ "@types/jest" : " ^29.5.12 " ,
42
+ "@types/node" : " ^20.11.25 " ,
43
+ "@typescript-eslint/eslint-plugin" : " ^7.1.1 " ,
44
+ "@typescript-eslint/parser" : " ^7.1.1 " ,
45
45
"axios-mock-adapter" : " ^1.22.0" ,
46
- "eslint" : " 8.56 .0" ,
46
+ "eslint" : " 8.57 .0" ,
47
47
"eslint-plugin-import" : " 2.29.1" ,
48
- "eslint-plugin-simple-import-sort" : " ^10 .0.0" ,
48
+ "eslint-plugin-simple-import-sort" : " ^12 .0.0" ,
49
49
"jest" : " ^29.7.0" ,
50
50
"openapi-typescript-codegen" : " ^0.27.0" ,
51
51
"ts-jest" : " ^29.1.2" ,
52
- "typescript" : " ^5.3 "
52
+ "typescript" : " ^5.4 "
53
53
},
54
54
"packageManager" :
" [email protected] " ,
55
55
"engines" : {
Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ export type PdfOptions = {
73
73
* Hides default white background and allows generating pdfs with transparency.
74
74
*/
75
75
omitBackground ?: boolean ;
76
+ /**
77
+ * Generate document outline.
78
+ * If this is enabled the PDF will also be tagged (accessible)
79
+ */
80
+ outline ?: boolean ;
76
81
/**
77
82
* Generate tagged (accessible) PDF.
78
83
* This is experimental and will increase the size of the PDF.
You can’t perform that action at this time.
0 commit comments