Skip to content

Commit

Permalink
Merge pull request #14 from Doczilla-APP/improvements
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
TriPSs authored Mar 15, 2024
2 parents 99b7f86 + 1983945 commit 35d1b50
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 109 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"axios-mock-adapter": "^1.22.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"jest": "^29.7.0",
"openapi-typescript-codegen": "^0.27.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3"
"typescript": "^5.4"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
5 changes: 5 additions & 0 deletions src/generated/models/PdfOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ export type PdfOptions = {
* Hides default white background and allows generating pdfs with transparency.
*/
omitBackground?: boolean;
/**
* Generate document outline.
* If this is enabled the PDF will also be tagged (accessible)
*/
outline?: boolean;
/**
* Generate tagged (accessible) PDF.
* This is experimental and will increase the size of the PDF.
Expand Down
Loading

0 comments on commit 35d1b50

Please sign in to comment.