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.401.2
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
import Foundation
|
||||
|
||||
extension Operations {
|
||||
public enum PostUsersSignInDataWatchedIndicator: String, Codable, APIValue {
|
||||
case zero = "0"
|
||||
case one = "1"
|
||||
/// Whether or not media watched indicators are enabled (little orange dot on media)
|
||||
public enum PostUsersSignInDataWatchedIndicator: Int, Codable, APIValue {
|
||||
case disable = 0
|
||||
case enable = 1
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user