mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-07 12:47:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.405.6
This commit is contained in:
@@ -78,12 +78,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
|
||||
/// None = Library default,
|
||||
/// tmdbAiring = The Movie Database (Aired),
|
||||
/// aired = TheTVDB (Aired),
|
||||
/// dvd = TheTVDB (DVD),
|
||||
/// absolute = TheTVDB (Absolute)).
|
||||
/// 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)).
|
||||
///
|
||||
public let showOrdering: Operations.GetLibraryItemsShowOrdering?
|
||||
public let skipChildren: Bool?
|
||||
@@ -117,12 +117,12 @@ extension Operations {
|
||||
///
|
||||
/// - Parameter parentRatingKey: The rating key of the parent item.
|
||||
///
|
||||
/// - Parameter showOrdering: Setting that indicates the episode ordering for the show
|
||||
/// None = Library default,
|
||||
/// tmdbAiring = The Movie Database (Aired),
|
||||
/// aired = TheTVDB (Aired),
|
||||
/// dvd = TheTVDB (DVD),
|
||||
/// absolute = TheTVDB (Absolute)).
|
||||
/// - 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)).
|
||||
///
|
||||
/// - Parameter updatedAt: Unix epoch datetime in seconds
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user