ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.656.1

This commit is contained in:
speakeasybot
2025-11-13 00:26:46 +00:00
parent c695dbace1
commit 70dbffa1d4
47 changed files with 125 additions and 115 deletions

View File

@@ -16,10 +16,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Components
/// <summary>
/// OK
/// </summary>
public class RequestHandlerSlashGetResponses200
public class LibrarySections
{
[JsonProperty("MediaContainer")]
public RequestHandlerSlashGetResponses200MediaContainer? MediaContainer { get; set; }
public LibrarySectionsMediaContainer? MediaContainer { get; set; }
}
}

View File

@@ -12,7 +12,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Components
using LukeHagar.PlexAPI.SDK.Utils;
using Newtonsoft.Json;
public class RequestHandlerSlashGetResponses200Directory
public class LibrarySectionsDirectory
{
[JsonProperty("count")]

View File

@@ -23,7 +23,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Components
///
/// </remarks>
/// </summary>
public class RequestHandlerSlashGetResponses200MediaContainer
public class LibrarySectionsMediaContainer
{
[JsonProperty("identifier")]
@@ -206,6 +206,6 @@ namespace LukeHagar.PlexAPI.SDK.Models.Components
public bool? VoiceSearch { get; set; }
[JsonProperty("Directory")]
public List<RequestHandlerSlashGetResponses200Directory>? Directory { get; set; }
public List<LibrarySectionsDirectory>? Directory { get; set; }
}
}