mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-07 20:57:47 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.209.3
This commit is contained in:
10
Sources/Plexswift/models/operations/Scope.swift
Normal file
10
Sources/Plexswift/models/operations/Scope.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
|
||||
import Foundation
|
||||
|
||||
extension Operations {
|
||||
/// `all` - This is the only supported `scope` parameter.
|
||||
public enum Scope: String, Codable, APIValue {
|
||||
case all = "all"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user