From 1f5d4ff03ae3a836532b97510a54b46a58462748 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Thu, 7 Aug 2025 00:28:41 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.3 --- .speakeasy/gen.lock | 8 ++++---- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 6 +++--- LukeHagar/PlexAPI/SDK/Activities.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Authentication.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Butler.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Hubs.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Library.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Log.cs | 4 ++-- LukeHagar/PlexAPI/SDK/LukeHagar.PlexAPI.SDK.csproj | 2 +- LukeHagar/PlexAPI/SDK/Media.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Playlists.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Plex.cs | 4 ++-- LukeHagar/PlexAPI/SDK/PlexAPI.cs | 4 ++-- LukeHagar/PlexAPI/SDK/SDKConfig.cs | 2 +- LukeHagar/PlexAPI/SDK/Search.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Server.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Sessions.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Statistics.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Updater.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Users.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Video.cs | 4 ++-- LukeHagar/PlexAPI/SDK/Watchlist.cs | 4 ++-- RELEASES.md | 12 +++++++++++- 24 files changed, 57 insertions(+), 47 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 2fd4b3a..058ec10 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -3,10 +3,10 @@ id: 5a8dbcbc-e0ee-41f0-9d84-b8b50567d1e9 management: docChecksum: 77bdddd188d0778dc73b7f7906e1677c docVersion: 0.0.3 - speakeasyVersion: 1.598.0 - generationVersion: 2.674.1 - releaseVersion: 0.16.0 - configChecksum: 69a83bce477406829fb9572ba9071c8f + speakeasyVersion: 1.598.3 + generationVersion: 2.674.3 + releaseVersion: 0.16.1 + configChecksum: 641f6f04797332d3e0349120f669df14 repoURL: https://github.com/LukeHagar/plexcsharp.git repoSubDirectory: . published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 52e39f0..676d402 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -21,7 +21,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false csharp: - version: 0.16.0 + version: 0.16.1 additionalDependencies: [] author: LukeHagar baseErrorName: PlexAPIError diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index f472e88..2ec5dd7 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,4 +1,4 @@ -speakeasyVersion: 1.598.0 +speakeasyVersion: 1.598.3 sources: my-source: sourceNamespace: my-source @@ -20,7 +20,7 @@ sources: sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1 tags: - latest - - speakeasy-sdk-regen-1754440055 + - speakeasy-sdk-regen-1754526448 targets: plexcsharp: source: plexapi @@ -28,7 +28,7 @@ targets: sourceRevisionDigest: sha256:b4fa89a3571fbdcb4228800772a5fe1c292170babcd3e055161ae54402f89577 sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1 codeSamplesNamespace: code-samples-csharp-plexcsharp - codeSamplesRevisionDigest: sha256:c2f97be4e2fb1380a7f91adf6b91cc8a701cd90ffa314ff36785d1aaf58cb01c + codeSamplesRevisionDigest: sha256:8985bab43884b8a617bc2cf572f4eec3606eb77113fc8be80465ef446d95a656 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/LukeHagar/PlexAPI/SDK/Activities.cs b/LukeHagar/PlexAPI/SDK/Activities.cs index 3897703..79ff258 100644 --- a/LukeHagar/PlexAPI/SDK/Activities.cs +++ b/LukeHagar/PlexAPI/SDK/Activities.cs @@ -74,8 +74,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Activities(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Authentication.cs b/LukeHagar/PlexAPI/SDK/Authentication.cs index 745b806..50b4a70 100644 --- a/LukeHagar/PlexAPI/SDK/Authentication.cs +++ b/LukeHagar/PlexAPI/SDK/Authentication.cs @@ -95,8 +95,8 @@ namespace LukeHagar.PlexAPI.SDK }; public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Authentication(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Butler.cs b/LukeHagar/PlexAPI/SDK/Butler.cs index 0d59b55..4bf13cf 100644 --- a/LukeHagar/PlexAPI/SDK/Butler.cs +++ b/LukeHagar/PlexAPI/SDK/Butler.cs @@ -103,8 +103,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Butler(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Hubs.cs b/LukeHagar/PlexAPI/SDK/Hubs.cs index ef79db4..c9d68a5 100644 --- a/LukeHagar/PlexAPI/SDK/Hubs.cs +++ b/LukeHagar/PlexAPI/SDK/Hubs.cs @@ -73,8 +73,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Hubs(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Library.cs b/LukeHagar/PlexAPI/SDK/Library.cs index 3eaff5e..6954f3b 100644 --- a/LukeHagar/PlexAPI/SDK/Library.cs +++ b/LukeHagar/PlexAPI/SDK/Library.cs @@ -321,8 +321,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Library(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Log.cs b/LukeHagar/PlexAPI/SDK/Log.cs index 7fa0f04..f7aab15 100644 --- a/LukeHagar/PlexAPI/SDK/Log.cs +++ b/LukeHagar/PlexAPI/SDK/Log.cs @@ -96,8 +96,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Log(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/LukeHagar.PlexAPI.SDK.csproj b/LukeHagar/PlexAPI/SDK/LukeHagar.PlexAPI.SDK.csproj index 23b2634..a1ff45e 100644 --- a/LukeHagar/PlexAPI/SDK/LukeHagar.PlexAPI.SDK.csproj +++ b/LukeHagar/PlexAPI/SDK/LukeHagar.PlexAPI.SDK.csproj @@ -3,7 +3,7 @@ true LukeHagar.PlexAPI.SDK - 0.16.0 + 0.16.1 net8.0 LukeHagar Copyright (c) LukeHagar 2025 diff --git a/LukeHagar/PlexAPI/SDK/Media.cs b/LukeHagar/PlexAPI/SDK/Media.cs index 52dcd2d..2a81d0d 100644 --- a/LukeHagar/PlexAPI/SDK/Media.cs +++ b/LukeHagar/PlexAPI/SDK/Media.cs @@ -90,8 +90,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Media(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Playlists.cs b/LukeHagar/PlexAPI/SDK/Playlists.cs index 25d7d97..1315ffc 100644 --- a/LukeHagar/PlexAPI/SDK/Playlists.cs +++ b/LukeHagar/PlexAPI/SDK/Playlists.cs @@ -148,8 +148,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Playlists(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Plex.cs b/LukeHagar/PlexAPI/SDK/Plex.cs index c293329..fc858d5 100644 --- a/LukeHagar/PlexAPI/SDK/Plex.cs +++ b/LukeHagar/PlexAPI/SDK/Plex.cs @@ -143,8 +143,8 @@ namespace LukeHagar.PlexAPI.SDK }; public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Plex(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/PlexAPI.cs b/LukeHagar/PlexAPI/SDK/PlexAPI.cs index fa45bb3..f1ecd56 100644 --- a/LukeHagar/PlexAPI/SDK/PlexAPI.cs +++ b/LukeHagar/PlexAPI/SDK/PlexAPI.cs @@ -292,8 +292,8 @@ namespace LukeHagar.PlexAPI.SDK public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public IServer Server { get; private set; } public IMedia Media { get; private set; } diff --git a/LukeHagar/PlexAPI/SDK/SDKConfig.cs b/LukeHagar/PlexAPI/SDK/SDKConfig.cs index f5778bb..bc923bf 100644 --- a/LukeHagar/PlexAPI/SDK/SDKConfig.cs +++ b/LukeHagar/PlexAPI/SDK/SDKConfig.cs @@ -52,7 +52,7 @@ namespace LukeHagar.PlexAPI.SDK {"port", "32400"}, }, }; - UserAgent = "speakeasy-sdk/csharp 0.16.0 2.674.1 0.0.3 LukeHagar.PlexAPI.SDK"; + UserAgent = "speakeasy-sdk/csharp 0.16.1 2.674.3 0.0.3 LukeHagar.PlexAPI.SDK"; SecuritySource = null; Hooks = new SDKHooks(); RetryConfig = null; diff --git a/LukeHagar/PlexAPI/SDK/Search.cs b/LukeHagar/PlexAPI/SDK/Search.cs index 07a342f..057d788 100644 --- a/LukeHagar/PlexAPI/SDK/Search.cs +++ b/LukeHagar/PlexAPI/SDK/Search.cs @@ -87,8 +87,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Search(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Server.cs b/LukeHagar/PlexAPI/SDK/Server.cs index f63d8f9..ee3a434 100644 --- a/LukeHagar/PlexAPI/SDK/Server.cs +++ b/LukeHagar/PlexAPI/SDK/Server.cs @@ -126,8 +126,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Server(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Sessions.cs b/LukeHagar/PlexAPI/SDK/Sessions.cs index f358d2e..913c4c4 100644 --- a/LukeHagar/PlexAPI/SDK/Sessions.cs +++ b/LukeHagar/PlexAPI/SDK/Sessions.cs @@ -80,8 +80,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Sessions(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Statistics.cs b/LukeHagar/PlexAPI/SDK/Statistics.cs index 7186205..6b3ee96 100644 --- a/LukeHagar/PlexAPI/SDK/Statistics.cs +++ b/LukeHagar/PlexAPI/SDK/Statistics.cs @@ -71,8 +71,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Statistics(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Updater.cs b/LukeHagar/PlexAPI/SDK/Updater.cs index 94b18d7..02df953 100644 --- a/LukeHagar/PlexAPI/SDK/Updater.cs +++ b/LukeHagar/PlexAPI/SDK/Updater.cs @@ -74,8 +74,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Updater(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Users.cs b/LukeHagar/PlexAPI/SDK/Users.cs index b5c80da..6e823b3 100644 --- a/LukeHagar/PlexAPI/SDK/Users.cs +++ b/LukeHagar/PlexAPI/SDK/Users.cs @@ -45,8 +45,8 @@ namespace LukeHagar.PlexAPI.SDK }; public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Users(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Video.cs b/LukeHagar/PlexAPI/SDK/Video.cs index b1ee11c..9c90c24 100644 --- a/LukeHagar/PlexAPI/SDK/Video.cs +++ b/LukeHagar/PlexAPI/SDK/Video.cs @@ -62,8 +62,8 @@ namespace LukeHagar.PlexAPI.SDK { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Video(SDKConfig config) diff --git a/LukeHagar/PlexAPI/SDK/Watchlist.cs b/LukeHagar/PlexAPI/SDK/Watchlist.cs index 158ac43..922071f 100644 --- a/LukeHagar/PlexAPI/SDK/Watchlist.cs +++ b/LukeHagar/PlexAPI/SDK/Watchlist.cs @@ -59,8 +59,8 @@ namespace LukeHagar.PlexAPI.SDK }; public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.16.0"; - private const string _sdkGenVersion = "2.674.1"; + private const string _sdkVersion = "0.16.1"; + private const string _sdkGenVersion = "2.674.3"; private const string _openapiDocVersion = "0.0.3"; public Watchlist(SDKConfig config) diff --git a/RELEASES.md b/RELEASES.md index 0805a36..da8d2b2 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -614,4 +614,14 @@ Based on: ### Generated - [csharp v0.16.0] . ### Releases -- [NuGet v0.16.0] https://www.nuget.org/packages/LukeHagar.PlexAPI.SDK/0.16.0 - . \ No newline at end of file +- [NuGet v0.16.0] https://www.nuget.org/packages/LukeHagar.PlexAPI.SDK/0.16.0 - . + +## 2025-08-07 00:27:12 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.598.3 (2.674.3) https://github.com/speakeasy-api/speakeasy +### Generated +- [csharp v0.16.1] . +### Releases +- [NuGet v0.16.1] https://www.nuget.org/packages/LukeHagar.PlexAPI.SDK/0.16.1 - . \ No newline at end of file