mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-08 04:20:59 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.513.4
This commit is contained in:
@@ -33,8 +33,10 @@ class ServerProtocol(str, Enum):
|
||||
|
||||
@dataclass
|
||||
class SDKConfiguration:
|
||||
client: HttpClient
|
||||
async_client: AsyncHttpClient
|
||||
client: Union[HttpClient, None]
|
||||
client_supplied: bool
|
||||
async_client: Union[AsyncHttpClient, None]
|
||||
async_client_supplied: bool
|
||||
debug_logger: Logger
|
||||
security: Optional[
|
||||
Union[components.Security, Callable[[], components.Security]]
|
||||
|
||||
Reference in New Issue
Block a user