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.397.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
||||
|
||||
import Foundation
|
||||
|
||||
@@ -11,7 +11,7 @@ extension Operations {
|
||||
/// Filters content by field and direction/equality
|
||||
/// (Unknown if viewedAt is the only supported column)
|
||||
///
|
||||
public let filter: Operations.Filter?
|
||||
public let filter: Operations.QueryParamFilter?
|
||||
/// Filters the results based on the id of a valid library section
|
||||
///
|
||||
public let librarySectionID: Int?
|
||||
@@ -31,11 +31,10 @@ extension Operations {
|
||||
/// - Parameter sort: Sorts the results by the specified field followed by the direction (asc, desc)
|
||||
///
|
||||
///
|
||||
public init(accountId: Int? = nil, filter: Operations.Filter? = nil, librarySectionID: Int? = nil, sort: String? = nil) {
|
||||
public init(accountId: Int? = nil, filter: Operations.QueryParamFilter? = nil, librarySectionID: Int? = nil, sort: String? = nil) {
|
||||
self.accountId = accountId
|
||||
self.filter = filter
|
||||
self.librarySectionID = librarySectionID
|
||||
self.sort = sort
|
||||
}
|
||||
}
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user