ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.129.1

This commit is contained in:
speakeasybot
2024-01-01 15:12:41 +00:00
parent f200bc563f
commit 9b02d27d5e
20 changed files with 424 additions and 85 deletions

View File

@@ -24,7 +24,7 @@ Get Server Activities
### Example Usage
```typescript
import { PlexAPI } from "plexjs";
import { PlexAPI } from "@lukehagar/plexjs";
async function run() {
const sdk = new PlexAPI({
@@ -68,7 +68,7 @@ Cancel Server Activities
### Example Usage
```typescript
import { PlexAPI } from "plexjs";
import { PlexAPI } from "@lukehagar/plexjs";
async function run() {
const sdk = new PlexAPI({