ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.542.1

This commit is contained in:
speakeasybot
2025-05-05 00:26:49 +00:00
parent 67a53e72d5
commit 55b5c2b3dd
27 changed files with 95 additions and 80 deletions

View File

@@ -12,12 +12,13 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
using LukeHagar.PlexAPI.SDK.Utils;
/// <summary>
/// UNKNOWN
/// The Plex library visibility setting
/// </summary>
public enum Hidden
{
Disable = 0,
Enable = 1,
Visible = 0,
ExcludeHomeScreen = 1,
ExcludeHomeScreenAndGlobalSearch = 2,
}
}