ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.295.1

This commit is contained in:
speakeasybot
2024-05-23 15:57:59 +00:00
parent e11c88055c
commit a788b6dc7f
94 changed files with 2157 additions and 1240 deletions

View File

@@ -27,6 +27,7 @@ s = plex_api.PlexAPI(
x_plex_client_identifier='Postman',
)
res = s.authentication.get_transient_token(type=operations.GetTransientTokenQueryParamType.DELEGATION, scope=operations.Scope.ALL)
if res is not None:
@@ -69,6 +70,7 @@ s = plex_api.PlexAPI(
x_plex_client_identifier='Postman',
)
res = s.authentication.get_source_connection_information(source='server://client-identifier')
if res is not None: