mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.542.1
This commit is contained in:
@@ -57,5 +57,5 @@ let value: GetAllLibrariesDirectory = {
|
||||
| `content` | *boolean* | :heavy_check_mark: | UNKNOWN | true |
|
||||
| `directory` | *boolean* | :heavy_check_mark: | UNKNOWN | true |
|
||||
| `contentChangedAt` | *number* | :heavy_check_mark: | Timestamp (in seconds) representing the last time the content was modified.<br/>NOTE: Some Plex server have some absurd values for this field, like 8457612157633039800 so it should be int64<br/> | 9173960 |
|
||||
| `hidden` | [operations.Hidden](../../../sdk/models/operations/hidden.md) | :heavy_minus_sign: | N/A | 1 |
|
||||
| `hidden` | [operations.Hidden](../../../sdk/models/operations/hidden.md) | :heavy_minus_sign: | The Plex library visibility setting | 1 |
|
||||
| `location` | [operations.GetAllLibrariesLocation](../../../sdk/models/operations/getalllibrarieslocation.md)[] | :heavy_check_mark: | N/A | |
|
||||
@@ -1,18 +1,19 @@
|
||||
# Hidden
|
||||
|
||||
UNKNOWN
|
||||
The Plex library visibility setting
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { Hidden } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: Hidden = Hidden.Enable;
|
||||
let value: Hidden = Hidden.ExcludeHomeScreen;
|
||||
```
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| --------- | --------- |
|
||||
| `Disable` | 0 |
|
||||
| `Enable` | 1 |
|
||||
| Name | Value |
|
||||
| ---------------------------------- | ---------------------------------- |
|
||||
| `Visible` | 0 |
|
||||
| `ExcludeHomeScreen` | 1 |
|
||||
| `ExcludeHomeScreenAndGlobalSearch` | 2 |
|
||||
Reference in New Issue
Block a user