ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.314.2

This commit is contained in:
speakeasybot
2024-06-22 00:02:56 +00:00
parent 7406efba26
commit 087db87584
149 changed files with 3817 additions and 1479 deletions

View File

@@ -17,7 +17,7 @@ Get User Watchlist
### Example Usage
```typescript
import { Filter, PlexAPI } from "@lukehagar/plexjs";
import { PathParamFilter, PlexAPI } from "@lukehagar/plexjs";
const plexAPI = new PlexAPI({
accessToken: "<YOUR_API_KEY_HERE>",
@@ -26,7 +26,7 @@ const plexAPI = new PlexAPI({
async function run() {
const result = await plexAPI.watchlist.getWatchlist({
filter: Filter.Released,
filter: PathParamFilter.Released,
xPlexToken: "<value>",
});