mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-09 20:57:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.405.6
This commit is contained in:
@@ -83,12 +83,12 @@ extension Operations {
|
||||
public let ratingImage: String?
|
||||
public let role: [Operations.GetLibraryItemsRole]?
|
||||
public let seasonCount: Int?
|
||||
/// Setting that indicates the episode ordering for the show
|
||||
/// Setting that indicates the episode ordering for the show.
|
||||
/// None = Library default,
|
||||
/// tmdbAiring = The Movie Database (Aired),
|
||||
/// tvdbAiring = TheTVDB (Aired),
|
||||
/// tvdbDvd = TheTVDB (DVD),
|
||||
/// tvdbAbsolute = TheTVDB (Absolute)).
|
||||
/// aired = TheTVDB (Aired),
|
||||
/// dvd = TheTVDB (DVD),
|
||||
/// absolute = TheTVDB (Absolute)).
|
||||
///
|
||||
public let showOrdering: Operations.GetLibraryItemsShowOrdering?
|
||||
public let skipChildren: Bool?
|
||||
@@ -125,12 +125,12 @@ extension Operations {
|
||||
///
|
||||
/// - Parameter parentRatingKey: The rating key of the parent item.
|
||||
///
|
||||
/// - Parameter showOrdering: Setting that indicates the episode ordering for the show
|
||||
/// - Parameter showOrdering: Setting that indicates the episode ordering for the show.
|
||||
/// None = Library default,
|
||||
/// tmdbAiring = The Movie Database (Aired),
|
||||
/// tvdbAiring = TheTVDB (Aired),
|
||||
/// tvdbDvd = TheTVDB (DVD),
|
||||
/// tvdbAbsolute = TheTVDB (Absolute)).
|
||||
/// aired = TheTVDB (Aired),
|
||||
/// dvd = TheTVDB (DVD),
|
||||
/// absolute = TheTVDB (Absolute)).
|
||||
///
|
||||
/// - Parameter updatedAt: Unix epoch datetime in seconds
|
||||
///
|
||||
|
||||
@@ -3,17 +3,17 @@
|
||||
import Foundation
|
||||
|
||||
extension Operations {
|
||||
/// Setting that indicates the episode ordering for the show
|
||||
/// Setting that indicates the episode ordering for the show.
|
||||
/// None = Library default,
|
||||
/// tmdbAiring = The Movie Database (Aired),
|
||||
/// tvdbAiring = TheTVDB (Aired),
|
||||
/// tvdbDvd = TheTVDB (DVD),
|
||||
/// tvdbAbsolute = TheTVDB (Absolute)).
|
||||
/// aired = TheTVDB (Aired),
|
||||
/// dvd = TheTVDB (DVD),
|
||||
/// absolute = TheTVDB (Absolute)).
|
||||
///
|
||||
public enum GetLibraryItemsShowOrdering: String, Codable, APIValue {
|
||||
case `none` = "None"
|
||||
case tmdbAiring = "tmdbAiring"
|
||||
case tvdbAiring = "tvdbAiring"
|
||||
case tvdbDvd = "tvdbDvd"
|
||||
case tvdbAbsolute = "tvdbAbsolute"
|
||||
case tvdbAired = "aired"
|
||||
case tvdbDvd = "dvd"
|
||||
case tvdbAbsolute = "absolute"
|
||||
}}
|
||||
|
||||
@@ -83,12 +83,12 @@ extension Operations {
|
||||
public let ratingImage: String?
|
||||
public let role: [Operations.Role]?
|
||||
public let seasonCount: Int?
|
||||
/// Setting that indicates the episode ordering for the show
|
||||
/// Setting that indicates the episode ordering for the show.
|
||||
/// None = Library default,
|
||||
/// tmdbAiring = The Movie Database (Aired),
|
||||
/// tvdbAiring = TheTVDB (Aired),
|
||||
/// tvdbDvd = TheTVDB (DVD),
|
||||
/// tvdbAbsolute = TheTVDB (Absolute)).
|
||||
/// aired = TheTVDB (Aired),
|
||||
/// dvd = TheTVDB (DVD),
|
||||
/// absolute = TheTVDB (Absolute)).
|
||||
///
|
||||
public let showOrdering: Operations.ShowOrdering?
|
||||
public let skipChildren: Bool?
|
||||
@@ -125,12 +125,12 @@ extension Operations {
|
||||
///
|
||||
/// - Parameter parentRatingKey: The rating key of the parent item.
|
||||
///
|
||||
/// - Parameter showOrdering: Setting that indicates the episode ordering for the show
|
||||
/// - Parameter showOrdering: Setting that indicates the episode ordering for the show.
|
||||
/// None = Library default,
|
||||
/// tmdbAiring = The Movie Database (Aired),
|
||||
/// tvdbAiring = TheTVDB (Aired),
|
||||
/// tvdbDvd = TheTVDB (DVD),
|
||||
/// tvdbAbsolute = TheTVDB (Absolute)).
|
||||
/// aired = TheTVDB (Aired),
|
||||
/// dvd = TheTVDB (DVD),
|
||||
/// absolute = TheTVDB (Absolute)).
|
||||
///
|
||||
/// - Parameter updatedAt: Unix epoch datetime in seconds
|
||||
///
|
||||
|
||||
@@ -83,12 +83,12 @@ extension Operations {
|
||||
public let ratingImage: String?
|
||||
public let role: [Operations.GetSearchAllLibrariesRole]?
|
||||
public let seasonCount: Int?
|
||||
/// Setting that indicates the episode ordering for the show
|
||||
/// Setting that indicates the episode ordering for the show.
|
||||
/// None = Library default,
|
||||
/// tmdbAiring = The Movie Database (Aired),
|
||||
/// tvdbAiring = TheTVDB (Aired),
|
||||
/// tvdbDvd = TheTVDB (DVD),
|
||||
/// tvdbAbsolute = TheTVDB (Absolute)).
|
||||
/// aired = TheTVDB (Aired),
|
||||
/// dvd = TheTVDB (DVD),
|
||||
/// absolute = TheTVDB (Absolute)).
|
||||
///
|
||||
public let showOrdering: Operations.GetSearchAllLibrariesShowOrdering?
|
||||
public let skipChildren: Bool?
|
||||
@@ -125,12 +125,12 @@ extension Operations {
|
||||
///
|
||||
/// - Parameter parentRatingKey: The rating key of the parent item.
|
||||
///
|
||||
/// - Parameter showOrdering: Setting that indicates the episode ordering for the show
|
||||
/// - Parameter showOrdering: Setting that indicates the episode ordering for the show.
|
||||
/// None = Library default,
|
||||
/// tmdbAiring = The Movie Database (Aired),
|
||||
/// tvdbAiring = TheTVDB (Aired),
|
||||
/// tvdbDvd = TheTVDB (DVD),
|
||||
/// tvdbAbsolute = TheTVDB (Absolute)).
|
||||
/// aired = TheTVDB (Aired),
|
||||
/// dvd = TheTVDB (DVD),
|
||||
/// absolute = TheTVDB (Absolute)).
|
||||
///
|
||||
/// - Parameter updatedAt: Unix epoch datetime in seconds
|
||||
///
|
||||
|
||||
@@ -3,17 +3,17 @@
|
||||
import Foundation
|
||||
|
||||
extension Operations {
|
||||
/// Setting that indicates the episode ordering for the show
|
||||
/// Setting that indicates the episode ordering for the show.
|
||||
/// None = Library default,
|
||||
/// tmdbAiring = The Movie Database (Aired),
|
||||
/// tvdbAiring = TheTVDB (Aired),
|
||||
/// tvdbDvd = TheTVDB (DVD),
|
||||
/// tvdbAbsolute = TheTVDB (Absolute)).
|
||||
/// aired = TheTVDB (Aired),
|
||||
/// dvd = TheTVDB (DVD),
|
||||
/// absolute = TheTVDB (Absolute)).
|
||||
///
|
||||
public enum GetSearchAllLibrariesShowOrdering: String, Codable, APIValue {
|
||||
case `none` = "None"
|
||||
case tmdbAiring = "tmdbAiring"
|
||||
case tvdbAiring = "tvdbAiring"
|
||||
case tvdbDvd = "tvdbDvd"
|
||||
case tvdbAbsolute = "tvdbAbsolute"
|
||||
case tvdbAired = "aired"
|
||||
case tvdbDvd = "dvd"
|
||||
case tvdbAbsolute = "absolute"
|
||||
}}
|
||||
|
||||
@@ -3,17 +3,17 @@
|
||||
import Foundation
|
||||
|
||||
extension Operations {
|
||||
/// Setting that indicates the episode ordering for the show
|
||||
/// Setting that indicates the episode ordering for the show.
|
||||
/// None = Library default,
|
||||
/// tmdbAiring = The Movie Database (Aired),
|
||||
/// tvdbAiring = TheTVDB (Aired),
|
||||
/// tvdbDvd = TheTVDB (DVD),
|
||||
/// tvdbAbsolute = TheTVDB (Absolute)).
|
||||
/// aired = TheTVDB (Aired),
|
||||
/// dvd = TheTVDB (DVD),
|
||||
/// absolute = TheTVDB (Absolute)).
|
||||
///
|
||||
public enum ShowOrdering: String, Codable, APIValue {
|
||||
case `none` = "None"
|
||||
case tmdbAiring = "tmdbAiring"
|
||||
case tvdbAiring = "tvdbAiring"
|
||||
case tvdbDvd = "tvdbDvd"
|
||||
case tvdbAbsolute = "tvdbAbsolute"
|
||||
case tvdbAired = "aired"
|
||||
case tvdbDvd = "dvd"
|
||||
case tvdbAbsolute = "absolute"
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user