Skip to content

Commit 35d1b50

Browse files
authored
Merge pull request #14 from Doczilla-APP/improvements
Improvements
2 parents 99b7f86 + 1983945 commit 35d1b50

File tree

3 files changed

+114
-109
lines changed

3 files changed

+114
-109
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
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": {

src/generated/models/PdfOptions.ts

+5
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)