ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.476.1

This commit is contained in:
speakeasybot
2025-01-27 00:23:03 +00:00
parent 43dc47a5a0
commit 5195de1dca
34 changed files with 119 additions and 109 deletions

View File

@@ -14,14 +14,14 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
using System;
/// <summary>
/// Setting that indicates the episode ordering for the show<br/>
/// Setting that indicates the episode ordering for the show.<br/>
///
/// <remarks>
/// None = Library default,<br/>
/// tmdbAiring = The Movie Database (Aired),<br/>
/// tvdbAiring = TheTVDB (Aired),<br/>
/// tvdbDvd = TheTVDB (DVD),<br/>
/// tvdbAbsolute = TheTVDB (Absolute)).<br/>
/// aired = TheTVDB (Aired),<br/>
/// dvd = TheTVDB (DVD),<br/>
/// absolute = TheTVDB (Absolute)).<br/>
///
/// </remarks>
/// </summary>
@@ -31,11 +31,11 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
None,
[JsonProperty("tmdbAiring")]
TmdbAiring,
[JsonProperty("tvdbAiring")]
TvdbAiring,
[JsonProperty("tvdbDvd")]
[JsonProperty("aired")]
TvdbAired,
[JsonProperty("dvd")]
TvdbDvd,
[JsonProperty("tvdbAbsolute")]
[JsonProperty("absolute")]
TvdbAbsolute,
}