// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. import Foundation extension Operations { /// 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)). /// public enum ShowOrdering: String, Codable, APIValue { case `none` = "None" case tmdbAiring = "tmdbAiring" case aired = "aired" case dvd = "dvd" case absolute = "absolute" }}