From 15b375a6e1f149c3f987bd151289d7a0b571dfdf Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 5 Jan 2024 19:51:14 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.133.1 --- .speakeasy/gen.lock | 8 ++++---- PlexAPI/Activities.cs | 6 +++--- PlexAPI/Butler.cs | 6 +++--- PlexAPI/Hubs.cs | 6 +++--- PlexAPI/Library.cs | 6 +++--- PlexAPI/Log.cs | 6 +++--- PlexAPI/Media.cs | 6 +++--- PlexAPI/Models/Requests/Download.cs | 1 + PlexAPI/Models/Requests/Force.cs | 1 + PlexAPI/Models/Requests/IncludeDetails.cs | 1 + PlexAPI/Models/Requests/Level.cs | 1 + PlexAPI/Models/Requests/MinSize.cs | 1 + PlexAPI/Models/Requests/OnlyTransient.cs | 1 + PlexAPI/Models/Requests/PathParamTaskName.cs | 1 + PlexAPI/Models/Requests/PlaylistType.cs | 1 + PlexAPI/Models/Requests/QueryParamOnlyTransient.cs | 1 + PlexAPI/Models/Requests/QueryParamSmart.cs | 1 + PlexAPI/Models/Requests/QueryParamType.cs | 1 + PlexAPI/Models/Requests/Scope.cs | 1 + PlexAPI/Models/Requests/Skip.cs | 1 + PlexAPI/Models/Requests/Smart.cs | 1 + PlexAPI/Models/Requests/State.cs | 1 + PlexAPI/Models/Requests/TaskName.cs | 1 + PlexAPI/Models/Requests/Tonight.cs | 1 + PlexAPI/Models/Requests/Type.cs | 1 + PlexAPI/Models/Requests/Upscale.cs | 1 + PlexAPI/Playlists.cs | 6 +++--- PlexAPI/PlexAPI.csproj | 2 +- PlexAPI/PlexAPISDK.cs | 11 ++++------- PlexAPI/Search.cs | 6 +++--- PlexAPI/Security.cs | 6 +++--- PlexAPI/Server.cs | 6 +++--- PlexAPI/Sessions.cs | 6 +++--- PlexAPI/Updater.cs | 6 +++--- PlexAPI/Video.cs | 6 +++--- README.md | 3 +-- RELEASES.md | 10 +++++++++- gen.yaml | 2 +- 38 files changed, 78 insertions(+), 55 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 84924f4..de3da10 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: 5a8dbcbc-e0ee-41f0-9d84-b8b50567d1e9 management: - docChecksum: 550154cf1b4d0c237436fb18c418b5db + docChecksum: 34d22936f2456c2c461abdfc773e3fc4 docVersion: 0.0.3 speakeasyVersion: internal - generationVersion: 2.225.2 - releaseVersion: 0.1.0 - configChecksum: 59b865f444f644ba0d2f3cdf0cf3458c + generationVersion: 2.228.1 + releaseVersion: 0.1.1 + configChecksum: 6b9442beea2ea4ba03da6cae25bbe997 repoURL: https://github.com/LukeHagar/plexcsharp.git repoSubDirectory: . published: true diff --git a/PlexAPI/Activities.cs b/PlexAPI/Activities.cs index f0175e6..972d7f2 100644 --- a/PlexAPI/Activities.cs +++ b/PlexAPI/Activities.cs @@ -70,10 +70,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/Butler.cs b/PlexAPI/Butler.cs index cbb25d5..20b3562 100644 --- a/PlexAPI/Butler.cs +++ b/PlexAPI/Butler.cs @@ -97,10 +97,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/Hubs.cs b/PlexAPI/Hubs.cs index dcc47c0..ee8450e 100644 --- a/PlexAPI/Hubs.cs +++ b/PlexAPI/Hubs.cs @@ -59,10 +59,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/Library.cs b/PlexAPI/Library.cs index f0edd85..6b2c554 100644 --- a/PlexAPI/Library.cs +++ b/PlexAPI/Library.cs @@ -181,10 +181,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/Log.cs b/PlexAPI/Log.cs index 255b9d3..383ea8f 100644 --- a/PlexAPI/Log.cs +++ b/PlexAPI/Log.cs @@ -70,10 +70,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/Media.cs b/PlexAPI/Media.cs index 14262b8..3698108 100644 --- a/PlexAPI/Media.cs +++ b/PlexAPI/Media.cs @@ -68,10 +68,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/Models/Requests/Download.cs b/PlexAPI/Models/Requests/Download.cs index e82c7c4..fc3ce45 100644 --- a/PlexAPI/Models/Requests/Download.cs +++ b/PlexAPI/Models/Requests/Download.cs @@ -19,4 +19,5 @@ namespace PlexAPI.Models.Requests Zero = 0, One = 1, } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/Force.cs b/PlexAPI/Models/Requests/Force.cs index 77b59a5..6dad1fd 100644 --- a/PlexAPI/Models/Requests/Force.cs +++ b/PlexAPI/Models/Requests/Force.cs @@ -24,4 +24,5 @@ namespace PlexAPI.Models.Requests Zero = 0, One = 1, } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/IncludeDetails.cs b/PlexAPI/Models/Requests/IncludeDetails.cs index 30a1607..2c147bc 100644 --- a/PlexAPI/Models/Requests/IncludeDetails.cs +++ b/PlexAPI/Models/Requests/IncludeDetails.cs @@ -24,4 +24,5 @@ namespace PlexAPI.Models.Requests Zero = 0, One = 1, } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/Level.cs b/PlexAPI/Models/Requests/Level.cs index 5751619..10ef2a6 100644 --- a/PlexAPI/Models/Requests/Level.cs +++ b/PlexAPI/Models/Requests/Level.cs @@ -31,4 +31,5 @@ namespace PlexAPI.Models.Requests Three = 3, Four = 4, } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/MinSize.cs b/PlexAPI/Models/Requests/MinSize.cs index 66da56f..e53c966 100644 --- a/PlexAPI/Models/Requests/MinSize.cs +++ b/PlexAPI/Models/Requests/MinSize.cs @@ -19,4 +19,5 @@ namespace PlexAPI.Models.Requests Zero = 0, One = 1, } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/OnlyTransient.cs b/PlexAPI/Models/Requests/OnlyTransient.cs index 3210a74..cbb18c1 100644 --- a/PlexAPI/Models/Requests/OnlyTransient.cs +++ b/PlexAPI/Models/Requests/OnlyTransient.cs @@ -19,4 +19,5 @@ namespace PlexAPI.Models.Requests Zero = 0, One = 1, } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/PathParamTaskName.cs b/PlexAPI/Models/Requests/PathParamTaskName.cs index 0919394..76ea5d4 100644 --- a/PlexAPI/Models/Requests/PathParamTaskName.cs +++ b/PlexAPI/Models/Requests/PathParamTaskName.cs @@ -80,4 +80,5 @@ namespace PlexAPI.Models.Requests throw new Exception($"Unknown value {value} for enum PathParamTaskName"); } } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/PlaylistType.cs b/PlexAPI/Models/Requests/PlaylistType.cs index 08dbced..75fe3d5 100644 --- a/PlexAPI/Models/Requests/PlaylistType.cs +++ b/PlexAPI/Models/Requests/PlaylistType.cs @@ -58,4 +58,5 @@ namespace PlexAPI.Models.Requests throw new Exception($"Unknown value {value} for enum PlaylistType"); } } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/QueryParamOnlyTransient.cs b/PlexAPI/Models/Requests/QueryParamOnlyTransient.cs index 3928832..2b48f4e 100644 --- a/PlexAPI/Models/Requests/QueryParamOnlyTransient.cs +++ b/PlexAPI/Models/Requests/QueryParamOnlyTransient.cs @@ -19,4 +19,5 @@ namespace PlexAPI.Models.Requests Zero = 0, One = 1, } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/QueryParamSmart.cs b/PlexAPI/Models/Requests/QueryParamSmart.cs index 93ef735..986cd50 100644 --- a/PlexAPI/Models/Requests/QueryParamSmart.cs +++ b/PlexAPI/Models/Requests/QueryParamSmart.cs @@ -19,4 +19,5 @@ namespace PlexAPI.Models.Requests Zero = 0, One = 1, } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/QueryParamType.cs b/PlexAPI/Models/Requests/QueryParamType.cs index 3cedc3d..9fde256 100644 --- a/PlexAPI/Models/Requests/QueryParamType.cs +++ b/PlexAPI/Models/Requests/QueryParamType.cs @@ -54,4 +54,5 @@ namespace PlexAPI.Models.Requests throw new Exception($"Unknown value {value} for enum QueryParamType"); } } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/Scope.cs b/PlexAPI/Models/Requests/Scope.cs index 74e805a..cc6379a 100644 --- a/PlexAPI/Models/Requests/Scope.cs +++ b/PlexAPI/Models/Requests/Scope.cs @@ -54,4 +54,5 @@ namespace PlexAPI.Models.Requests throw new Exception($"Unknown value {value} for enum Scope"); } } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/Skip.cs b/PlexAPI/Models/Requests/Skip.cs index aa1c4be..c44562a 100644 --- a/PlexAPI/Models/Requests/Skip.cs +++ b/PlexAPI/Models/Requests/Skip.cs @@ -19,4 +19,5 @@ namespace PlexAPI.Models.Requests Zero = 0, One = 1, } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/Smart.cs b/PlexAPI/Models/Requests/Smart.cs index a3b165c..b30565a 100644 --- a/PlexAPI/Models/Requests/Smart.cs +++ b/PlexAPI/Models/Requests/Smart.cs @@ -19,4 +19,5 @@ namespace PlexAPI.Models.Requests Zero = 0, One = 1, } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/State.cs b/PlexAPI/Models/Requests/State.cs index d34f7a8..576dd2e 100644 --- a/PlexAPI/Models/Requests/State.cs +++ b/PlexAPI/Models/Requests/State.cs @@ -58,4 +58,5 @@ namespace PlexAPI.Models.Requests throw new Exception($"Unknown value {value} for enum State"); } } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/TaskName.cs b/PlexAPI/Models/Requests/TaskName.cs index 5028a29..612aa3a 100644 --- a/PlexAPI/Models/Requests/TaskName.cs +++ b/PlexAPI/Models/Requests/TaskName.cs @@ -80,4 +80,5 @@ namespace PlexAPI.Models.Requests throw new Exception($"Unknown value {value} for enum TaskName"); } } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/Tonight.cs b/PlexAPI/Models/Requests/Tonight.cs index e6db473..7fc2e81 100644 --- a/PlexAPI/Models/Requests/Tonight.cs +++ b/PlexAPI/Models/Requests/Tonight.cs @@ -19,4 +19,5 @@ namespace PlexAPI.Models.Requests Zero = 0, One = 1, } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/Type.cs b/PlexAPI/Models/Requests/Type.cs index 0cf667e..168719e 100644 --- a/PlexAPI/Models/Requests/Type.cs +++ b/PlexAPI/Models/Requests/Type.cs @@ -58,4 +58,5 @@ namespace PlexAPI.Models.Requests throw new Exception($"Unknown value {value} for enum Type"); } } + } \ No newline at end of file diff --git a/PlexAPI/Models/Requests/Upscale.cs b/PlexAPI/Models/Requests/Upscale.cs index d160666..5d25906 100644 --- a/PlexAPI/Models/Requests/Upscale.cs +++ b/PlexAPI/Models/Requests/Upscale.cs @@ -19,4 +19,5 @@ namespace PlexAPI.Models.Requests Zero = 0, One = 1, } + } \ No newline at end of file diff --git a/PlexAPI/Playlists.cs b/PlexAPI/Playlists.cs index 4b51cb2..68a8453 100644 --- a/PlexAPI/Playlists.cs +++ b/PlexAPI/Playlists.cs @@ -142,10 +142,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/PlexAPI.csproj b/PlexAPI/PlexAPI.csproj index d386773..09571b9 100644 --- a/PlexAPI/PlexAPI.csproj +++ b/PlexAPI/PlexAPI.csproj @@ -2,7 +2,7 @@ true Plex-API - 0.1.0 + 0.1.1 LukeHagar net5.0 enable diff --git a/PlexAPI/PlexAPISDK.cs b/PlexAPI/PlexAPISDK.cs index 5bcc9ee..2319dd8 100644 --- a/PlexAPI/PlexAPISDK.cs +++ b/PlexAPI/PlexAPISDK.cs @@ -63,6 +63,7 @@ namespace PlexAPI throw new Exception($"Unknown value {value} for enum ServerProtocol"); } } + /// /// Plex-API: A Plex Media Server API Map /// @@ -205,7 +206,6 @@ namespace PlexAPI { public static string[] ServerList = new string[] { - "http://10.10.10.47:32400", "{protocol}://{ip}:{port}", }; /// Contains the list of servers available to the SDK @@ -235,10 +235,10 @@ namespace PlexAPI public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; @@ -266,9 +266,6 @@ namespace PlexAPI } List> serverDefaults = new List>() { - new Dictionary() - { - }, new Dictionary() { {"protocol", protocol == null ? "http" : ServerProtocolExtension.Value(protocol.Value)}, diff --git a/PlexAPI/Search.cs b/PlexAPI/Search.cs index 9e87483..7b0736d 100644 --- a/PlexAPI/Search.cs +++ b/PlexAPI/Search.cs @@ -83,10 +83,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/Security.cs b/PlexAPI/Security.cs index a5c4cd2..5201527 100644 --- a/PlexAPI/Security.cs +++ b/PlexAPI/Security.cs @@ -61,10 +61,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/Server.cs b/PlexAPI/Server.cs index c61a96b..8306fa3 100644 --- a/PlexAPI/Server.cs +++ b/PlexAPI/Server.cs @@ -114,10 +114,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/Sessions.cs b/PlexAPI/Sessions.cs index 8f230f5..e76c1af 100644 --- a/PlexAPI/Sessions.cs +++ b/PlexAPI/Sessions.cs @@ -76,10 +76,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/Updater.cs b/PlexAPI/Updater.cs index 9b74002..d126d66 100644 --- a/PlexAPI/Updater.cs +++ b/PlexAPI/Updater.cs @@ -70,10 +70,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/PlexAPI/Video.cs b/PlexAPI/Video.cs index 79d52d2..4d60391 100644 --- a/PlexAPI/Video.cs +++ b/PlexAPI/Video.cs @@ -58,10 +58,10 @@ namespace PlexAPI { public SDKConfig SDKConfiguration { get; private set; } private const string _language = "csharp"; - private const string _sdkVersion = "0.1.0"; - private const string _sdkGenVersion = "2.225.2"; + private const string _sdkVersion = "0.1.1"; + private const string _sdkGenVersion = "2.228.1"; private const string _openapiDocVersion = "0.0.3"; - private const string _userAgent = "speakeasy-sdk/csharp 0.1.0 2.225.2 0.0.3 Plex-API"; + private const string _userAgent = "speakeasy-sdk/csharp 0.1.1 2.228.1 0.0.3 Plex-API"; private string _serverUrl = ""; private ISpeakeasyHttpClient _defaultClient; private ISpeakeasyHttpClient _securityClient; diff --git a/README.md b/README.md index df05a62..0b10700 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,7 @@ You can override the default server globally by passing a server index to the `s | # | Server | Variables | | - | ------ | --------- | -| 0 | `http://10.10.10.47:32400` | None | -| 1 | `{protocol}://{ip}:{port}` | `protocol` (default is `http`), `ip` (default is `10.10.10.47`), `port` (default is `32400`) | +| 0 | `{protocol}://{ip}:{port}` | `protocol` (default is `http`), `ip` (default is `10.10.10.47`), `port` (default is `32400`) | diff --git a/RELEASES.md b/RELEASES.md index fde0cb3..259d8ba 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -14,4 +14,12 @@ Based on: - OpenAPI Doc 0.0.3 - Speakeasy CLI 1.130.1 (2.225.2) https://github.com/speakeasy-api/speakeasy ### Generated -- [csharp v0.1.0] . \ No newline at end of file +- [csharp v0.1.0] . + +## 2024-01-05 19:51:02 +### Changes +Based on: +- OpenAPI Doc 0.0.3 +- Speakeasy CLI 1.133.1 (2.228.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [csharp v0.1.1] . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index de50e15..628a5de 100644 --- a/gen.yaml +++ b/gen.yaml @@ -8,7 +8,7 @@ generation: fixes: nameResolutionDec2023: false csharp: - version: 0.1.0 + version: 0.1.1 author: LukeHagar dotnetVersion: net5.0 imports: