ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.606.0

This commit is contained in:
speakeasybot
2025-08-20 00:30:57 +00:00
parent f594b8a3f8
commit 93bed5e7cc
13 changed files with 42 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ dotenv.config();
* Example usage of the prowlarr SDK
*
* To run this example from the examples directory:
* npm run build && npx tsx apiInfoGetApi.ts
* npm run build && npx tsx apiInfoGetApi.example.ts
*/
import { Prowlarr } from "prowlarr";

View File

@@ -18,7 +18,7 @@
},
"..": {
"name": "prowlarr",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"zod": "^3.20.0"
},
@@ -36,8 +36,8 @@
"express": "^4.21.2",
"globals": "^15.14.0",
"tshy": "^2.0.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.22.0"
"typescript": "~5.8.3",
"typescript-eslint": "^8.26.0"
},
"peerDependencies": {
"@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0"