ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.142.3

This commit is contained in:
speakeasybot
2024-01-18 00:31:57 +00:00
parent 15dc26380f
commit efa711c3a2
1365 changed files with 3430 additions and 2797 deletions

View File

@@ -2,4 +2,3 @@
##### `activity_uuid` *{`str`}*
The UUID of the activity to cancel.

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.CancelServerActivitiesResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<CancelServerActivitiesResponse/>
<CancelServerActivitiesResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetServerActivitiesResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetServerActivitiesResponse/>
<GetServerActivitiesResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetButlerTasksResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetButlerTasksResponse/>
<GetButlerTasksResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.StartAllTasksResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<StartAllTasksResponse/>
<StartAllTasksResponse />
</Collapsible>

View File

@@ -5,8 +5,9 @@ import Labels from "/src/lib/labels";
##### `task_name` *{`operations.TaskName`}*
the name of the task to be started.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<TaskName/>
<TaskName />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.StartTaskResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<StartTaskResponse/>
<StartTaskResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.StopAllTasksResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<StopAllTasksResponse/>
<StopAllTasksResponse />
</Collapsible>

View File

@@ -5,8 +5,9 @@ import Labels from "/src/lib/labels";
##### `task_name` *{`operations.PathParamTaskName`}*
The name of the task to be started.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<PathParamTaskName/>
<PathParamTaskName />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.StopTaskResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<StopTaskResponse/>
<StopTaskResponse />
</Collapsible>

View File

@@ -5,12 +5,12 @@ import Labels from "/src/lib/labels";
##### `count` *{`Optional[float]`}*
The number of items to return with each hub.
---
##### `only_transient` *{`Optional[operations.OnlyTransient]`}*
Only return hubs which are "transient", meaning those which are prone to changing after media playback or addition (e.g. On Deck, or Recently Added).
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<OnlyTransient/>
<OnlyTransient />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetGlobalHubsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetGlobalHubsResponse/>
<GetGlobalHubsResponse />
</Collapsible>

View File

@@ -5,16 +5,15 @@ import Labels from "/src/lib/labels";
##### `section_id` *{`float`}*
the Id of the library to query
---
##### `count` *{`Optional[float]`}*
The number of items to return with each hub.
---
##### `only_transient` *{`Optional[operations.QueryParamOnlyTransient]`}*
Only return hubs which are "transient", meaning those which are prone to changing after media playback or addition (e.g. On Deck, or Recently Added).
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<QueryParamOnlyTransient/>
<QueryParamOnlyTransient />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetLibraryHubsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetLibraryHubsResponse/>
<GetLibraryHubsResponse />
</Collapsible>

View File

@@ -4,4 +4,3 @@ the Id of the library to query
<br/>
**Example:** `1000`

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.DeleteLibraryResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<DeleteLibraryResponse/>
<DeleteLibraryResponse />
</Collapsible>

View File

@@ -1,13 +1,10 @@
{/* Autogenerated DO NOT EDIT */}
##### `section_id` *{`float`}*
the Id of the library to query
---
##### `type` *{`float`}*
item type
---
##### `filter_` *{`Optional[str]`}*
the filter parameter

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetCommonLibraryItemsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetCommonLibraryItemsResponse/>
<GetCommonLibraryItemsResponse />
</Collapsible>

View File

@@ -3,9 +3,7 @@
This is the path to the local file, must be prefixed by `file://`
<br/>
**Example:** `file://C:\Image.png&type=13`
---
##### `type` *{`Optional[float]`}*
Item type

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetFileHashResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetFileHashResponse/>
<GetFileHashResponse />
</Collapsible>

View File

@@ -1,13 +1,10 @@
{/* Autogenerated DO NOT EDIT */}
##### `section_id` *{`float`}*
the Id of the library to query
---
##### `type` *{`float`}*
item type
---
##### `filter_` *{`Optional[str]`}*
the filter parameter

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetLatestLibraryItemsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetLatestLibraryItemsResponse/>
<GetLatestLibraryItemsResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetLibrariesResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetLibrariesResponse/>
<GetLibrariesResponse />
</Collapsible>

View File

@@ -7,14 +7,14 @@ import Labels from "/src/lib/labels";
the Id of the library to query
<br/>
**Example:** `1000`
---
##### `include_details` *{`Optional[operations.IncludeDetails]`}*
Whether or not to include details for a section (types, filters, and sorts).
Only exists for backwards compatibility, media providers other than the server libraries have it on always.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<IncludeDetails/>
<IncludeDetails />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetLibraryResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetLibraryResponse/>
<GetLibraryResponse />
</Collapsible>

View File

@@ -1,13 +1,10 @@
{/* Autogenerated DO NOT EDIT */}
##### `section_id` *{`float`}*
the Id of the library to query
---
##### `type` *{`Optional[float]`}*
item type
---
##### `filter_` *{`Optional[str]`}*
the filter parameter

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetLibraryItemsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetLibraryItemsResponse/>
<GetLibraryItemsResponse />
</Collapsible>

View File

@@ -2,4 +2,3 @@
##### `rating_key` *{`float`}*
the id of the library item to return the children of.

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetMetadataResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetMetadataResponse/>
<GetMetadataResponse />
</Collapsible>

View File

@@ -2,4 +2,3 @@
##### `rating_key` *{`float`}*
the id of the library item to return the children of.

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetMetadataChildrenResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetMetadataChildrenResponse/>
<GetMetadataChildrenResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetOnDeckResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetOnDeckResponse/>
<GetOnDeckResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetRecentlyAddedResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetRecentlyAddedResponse/>
<GetRecentlyAddedResponse />
</Collapsible>

View File

@@ -2,4 +2,3 @@
##### `section_id` *{`float`}*
the Id of the library to refresh

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.RefreshLibraryResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<RefreshLibraryResponse/>
<RefreshLibraryResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.EnablePaperTrailResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<EnablePaperTrailResponse/>
<EnablePaperTrailResponse />
</Collapsible>

View File

@@ -11,16 +11,15 @@ An integer log level to write to the PMS log with.
3: Debug
4: Verbose
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<Level/>
<Level />
</Collapsible>
---
##### `message` *{`str`}*
The text of the message to write to the log.
---
##### `source` *{`str`}*
a string indicating the source of the message.

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.LogLineResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<LogLineResponse/>
<LogLineResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.LogMultiLineResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<LogMultiLineResponse/>
<LogMultiLineResponse />
</Collapsible>

View File

@@ -4,4 +4,3 @@ The media key to mark as played
<br/>
**Example:** `59398`

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.MarkPlayedResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<MarkPlayedResponse/>
<MarkPlayedResponse />
</Collapsible>

View File

@@ -4,4 +4,3 @@ The media key to mark as Unplayed
<br/>
**Example:** `59398`

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.MarkUnplayedResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<MarkUnplayedResponse/>
<MarkUnplayedResponse />
</Collapsible>

View File

@@ -1,13 +1,10 @@
{/* Autogenerated DO NOT EDIT */}
##### `key` *{`str`}*
the media key
---
##### `time` *{`float`}*
The time, in milliseconds, used to set the media playback progress.
---
##### `state` *{`str`}*
The playback state of the media item.

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.UpdatePlayProgressResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<UpdatePlayProgressResponse/>
<UpdatePlayProgressResponse />
</Collapsible>

View File

@@ -1,17 +1,14 @@
{/* Autogenerated DO NOT EDIT */}
##### `playlist_id` *{`float`}*
the ID of the playlist
---
##### `uri` *{`str`}*
the content URI for the playlist
<br/>
**Example:** `library://..`
---
##### `play_queue_id` *{`float`}*
the play queue to add to a playlist
<br/>
**Example:** `123`

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.AddPlaylistContentsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<AddPlaylistContentsResponse/>
<AddPlaylistContentsResponse />
</Collapsible>

View File

@@ -2,4 +2,3 @@
##### `playlist_id` *{`float`}*
the ID of the playlist

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.ClearPlaylistContentsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<ClearPlaylistContentsResponse/>
<ClearPlaylistContentsResponse />
</Collapsible>

View File

@@ -5,8 +5,9 @@ import Labels from "/src/lib/labels";
##### `request` *{`operations.CreatePlaylistRequest`}*
The request object to use for the request.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<CreatePlaylistRequest/>
<CreatePlaylistRequest />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.CreatePlaylistResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<CreatePlaylistResponse/>
<CreatePlaylistResponse />
</Collapsible>

View File

@@ -2,4 +2,3 @@
##### `playlist_id` *{`float`}*
the ID of the playlist

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.DeletePlaylistResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<DeletePlaylistResponse/>
<DeletePlaylistResponse />
</Collapsible>

View File

@@ -2,4 +2,3 @@
##### `playlist_id` *{`float`}*
the ID of the playlist

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetPlaylistResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetPlaylistResponse/>
<GetPlaylistResponse />
</Collapsible>

View File

@@ -1,9 +1,7 @@
{/* Autogenerated DO NOT EDIT */}
##### `playlist_id` *{`float`}*
the ID of the playlist
---
##### `type` *{`float`}*
the metadata type of the item to return

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetPlaylistContentsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetPlaylistContentsResponse/>
<GetPlaylistContentsResponse />
</Collapsible>

View File

@@ -6,15 +6,17 @@ import Labels from "/src/lib/labels";
##### `playlist_type` *{`Optional[operations.PlaylistType]`}*
limit to a type of playlist.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<PlaylistType/>
<PlaylistType />
</Collapsible>
---
##### `smart` *{`Optional[operations.QueryParamSmart]`}*
type of playlists to return (default is all).
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<QueryParamSmart/>
<QueryParamSmart />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetPlaylistsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetPlaylistsResponse/>
<GetPlaylistsResponse />
</Collapsible>

View File

@@ -2,4 +2,3 @@
##### `playlist_id` *{`float`}*
the ID of the playlist

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.UpdatePlaylistResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<UpdatePlaylistResponse/>
<UpdatePlaylistResponse />
</Collapsible>

View File

@@ -13,14 +13,14 @@ The GUID of each playlist is based on the filename.
<br/>
**Example:** `/home/barkley/playlist.m3u`
---
##### `force` *{`operations.Force`}*
force overwriting of duplicate playlists. By default, a playlist file uploaded with the same path will overwrite the existing playlist.
The `force` argument is used to disable overwriting. If the `force` argument is set to 0, a new playlist will be created suffixed with the date and time that the duplicate was uploaded.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<Force/>
<Force />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.UploadPlaylistResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<UploadPlaylistResponse/>
<UploadPlaylistResponse />
</Collapsible>

View File

@@ -4,4 +4,3 @@ The search query string to use
<br/>
**Example:** `110`

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetSearchResultsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetSearchResultsResponse/>
<GetSearchResultsResponse />
</Collapsible>

View File

@@ -3,15 +3,12 @@
The query term
<br/>
**Example:** `arnold`
---
##### `section_id` *{`Optional[float]`}*
This gives context to the search, and can result in re\-ordering of search result hubs
---
##### `limit` *{`Optional[float]`}*
The number of items to return per hub
<br/>
**Example:** `5`

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.PerformSearchResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<PerformSearchResponse/>
<PerformSearchResponse />
</Collapsible>

View File

@@ -3,15 +3,12 @@
The query term
<br/>
**Example:** `dead+poop`
---
##### `section_id` *{`Optional[float]`}*
This gives context to the search, and can result in re\-ordering of search result hubs
---
##### `limit` *{`Optional[float]`}*
The number of items to return per hub
<br/>
**Example:** `5`

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.PerformVoiceSearchResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<PerformVoiceSearchResponse/>
<PerformVoiceSearchResponse />
</Collapsible>

View File

@@ -4,4 +4,3 @@ The source identifier with an included prefix.
<br/>
**Example:** `server://client-identifier`

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetSourceConnectionInformationResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetSourceConnectionInformationResponse/>
<GetSourceConnectionInformationResponse />
</Collapsible>

View File

@@ -6,15 +6,17 @@ import Labels from "/src/lib/labels";
##### `type` *{`operations.QueryParamType`}*
`delegation` \- This is the only supported `type` parameter.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<QueryParamType/>
<QueryParamType />
</Collapsible>
---
##### `scope` *{`operations.Scope`}*
`all` \- This is the only supported `scope` parameter.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<Scope/>
<Scope />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetTransientTokenResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetTransientTokenResponse/>
<GetTransientTokenResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetAvailableClientsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetAvailableClientsResponse/>
<GetAvailableClientsResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetDevicesResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetDevicesResponse/>
<GetDevicesResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetMyPlexAccountResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetMyPlexAccountResponse/>
<GetMyPlexAccountResponse />
</Collapsible>

View File

@@ -5,8 +5,9 @@ import Labels from "/src/lib/labels";
##### `request` *{`operations.GetResizedPhotoRequest`}*
The request object to use for the request.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetResizedPhotoRequest/>
<GetResizedPhotoRequest />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetResizedPhotoResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetResizedPhotoResponse/>
<GetResizedPhotoResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetServerCapabilitiesResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetServerCapabilitiesResponse/>
<GetServerCapabilitiesResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetServerIdentityResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetServerIdentityResponse/>
<GetServerIdentityResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetServerListResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetServerListResponse/>
<GetServerListResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetServerPreferencesResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetServerPreferencesResponse/>
<GetServerPreferencesResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetSessionHistoryResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetSessionHistoryResponse/>
<GetSessionHistoryResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetSessionsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetSessionsResponse/>
<GetSessionsResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetTranscodeSessionsResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetTranscodeSessionsResponse/>
<GetTranscodeSessionsResponse />
</Collapsible>

View File

@@ -4,4 +4,3 @@ the Key of the transcode session to stop
<br/>
**Example:** `zz7llzqlx8w9vnrsbnwhbmep`

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.StopTranscodeSessionResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<StopTranscodeSessionResponse/>
<StopTranscodeSessionResponse />
</Collapsible>

View File

@@ -6,15 +6,17 @@ import Labels from "/src/lib/labels";
##### `tonight` *{`Optional[operations.Tonight]`}*
Indicate that you want the update to run during the next Butler execution. Omitting this or setting it to false indicates that the update should install
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<Tonight/>
<Tonight />
</Collapsible>
---
##### `skip` *{`Optional[operations.Skip]`}*
Indicate that the latest version should be marked as skipped. The \<Release\> entry for this version will have the `state` set to `skipped`.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<Skip/>
<Skip />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.ApplyUpdatesResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<ApplyUpdatesResponse/>
<ApplyUpdatesResponse />
</Collapsible>

View File

@@ -5,8 +5,9 @@ import Labels from "/src/lib/labels";
##### `download` *{`Optional[operations.Download]`}*
Indicate that you want to start download any updates found.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<Download/>
<Download />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.CheckForUpdatesResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<CheckForUpdatesResponse/>
<CheckForUpdatesResponse />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetUpdateStatusResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetUpdateStatusResponse/>
<GetUpdateStatusResponse />
</Collapsible>

View File

@@ -5,8 +5,9 @@ import Labels from "/src/lib/labels";
##### `request` *{`operations.GetTimelineRequest`}*
The request object to use for the request.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetTimelineRequest/>
<GetTimelineRequest />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetTimelineResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetTimelineResponse/>
<GetTimelineResponse />
</Collapsible>

View File

@@ -5,8 +5,9 @@ import Labels from "/src/lib/labels";
##### `request` *{`operations.StartUniversalTranscodeRequest`}*
The request object to use for the request.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<StartUniversalTranscodeRequest/>
<StartUniversalTranscodeRequest />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.StartUniversalTranscodeResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<StartUniversalTranscodeResponse/>
<StartUniversalTranscodeResponse />
</Collapsible>