ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.405.6

This commit is contained in:
speakeasybot
2024-10-01 00:12:18 +00:00
parent e254f82e06
commit ead0a8773c
395 changed files with 18599 additions and 5928 deletions

View File

@@ -7,12 +7,12 @@ Include Https entries in the results
```typescript
import { IncludeHttps } from "@lukehagar/plexjs/sdk/models/operations";
let value: IncludeHttps = IncludeHttps.One;
let value: IncludeHttps = IncludeHttps.Enable;
```
## Values
| Name | Value |
| ------ | ------ |
| `Zero` | 0 |
| `One` | 1 |
| Name | Value |
| --------- | --------- |
| `Disable` | 0 |
| `Enable` | 1 |