ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.557.0

This commit is contained in:
speakeasybot
2025-06-09 00:28:07 +00:00
parent bc02ecef34
commit 4197184f92
192 changed files with 3360 additions and 2768 deletions

View File

@@ -170,19 +170,19 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
/// The identifier for the library section.
/// </summary>
[JsonProperty("librarySectionID")]
public long LibrarySectionID { get; set; } = default!;
public long? LibrarySectionID { get; set; }
/// <summary>
/// The key corresponding to the library section.
/// </summary>
[JsonProperty("librarySectionKey")]
public string LibrarySectionKey { get; set; } = default!;
public string? LibrarySectionKey { get; set; }
/// <summary>
/// The title of the library section.
/// </summary>
[JsonProperty("librarySectionTitle")]
public string LibrarySectionTitle { get; set; } = default!;
public string? LibrarySectionTitle { get; set; }
/// <summary>
/// The original title of the media item (if different).
@@ -194,7 +194,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
/// The original release date of the media item.
/// </summary>
[JsonProperty("originallyAvailableAt")]
public LocalDate OriginallyAvailableAt { get; set; } = default!;
public LocalDate? OriginallyAvailableAt { get; set; }
/// <summary>
/// The GUID of the parent media item.