Add OpenAPI types

This commit is contained in:
Andras Schmelczer 2024-12-08 22:02:21 +00:00
parent a2a4611497
commit f26457c2cf
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 784 additions and 304 deletions

View file

@ -17,9 +17,12 @@
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"obsidian": "1.7.2",
"tslib": "2.4.0",
"typescript": "4.7.4",
"esbuild-plugin-wasm-pack": "^1.1.0"
"typescript": "5.7.2",
"esbuild-plugin-wasm-pack": "^1.1.0",
"eslint": "8.1.0",
"openapi-fetch": "0.13.3",
"openapi-typescript": "7.4.4"
}
}