File tree Expand file tree Collapse file tree 3 files changed +114
-109
lines changed Expand file tree Collapse file tree 3 files changed +114
-109
lines changed Original file line number Diff line number Diff line change 3838 },
3939 "devDependencies" : {
4040 "@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 " ,
4545 "axios-mock-adapter" : " ^1.22.0" ,
46- "eslint" : " 8.56 .0" ,
46+ "eslint" : " 8.57 .0" ,
4747 "eslint-plugin-import" : " 2.29.1" ,
48- "eslint-plugin-simple-import-sort" : " ^10 .0.0" ,
48+ "eslint-plugin-simple-import-sort" : " ^12 .0.0" ,
4949 "jest" : " ^29.7.0" ,
5050 "openapi-typescript-codegen" : " ^0.27.0" ,
5151 "ts-jest" : " ^29.1.2" ,
52- "typescript" : " ^5.3 "
52+ "typescript" : " ^5.4 "
5353 },
5454 "packageManager" :
" [email protected] " ,
5555 "engines" : {
Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ export type PdfOptions = {
7373 * Hides default white background and allows generating pdfs with transparency.
7474 */
7575 omitBackground ?: boolean ;
76+ /**
77+ * Generate document outline.
78+ * If this is enabled the PDF will also be tagged (accessible)
79+ */
80+ outline ?: boolean ;
7681 /**
7782 * Generate tagged (accessible) PDF.
7883 * This is experimental and will increase the size of the PDF.
You can’t perform that action at this time.
0 commit comments