ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.3

This commit is contained in:
speakeasybot
2025-08-07 00:28:41 +00:00
parent d970db3b6f
commit 1f5d4ff03a
24 changed files with 57 additions and 47 deletions

View File

@@ -3,10 +3,10 @@ id: 5a8dbcbc-e0ee-41f0-9d84-b8b50567d1e9
management: management:
docChecksum: 77bdddd188d0778dc73b7f7906e1677c docChecksum: 77bdddd188d0778dc73b7f7906e1677c
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.598.0 speakeasyVersion: 1.598.3
generationVersion: 2.674.1 generationVersion: 2.674.3
releaseVersion: 0.16.0 releaseVersion: 0.16.1
configChecksum: 69a83bce477406829fb9572ba9071c8f configChecksum: 641f6f04797332d3e0349120f669df14
repoURL: https://github.com/LukeHagar/plexcsharp.git repoURL: https://github.com/LukeHagar/plexcsharp.git
repoSubDirectory: . repoSubDirectory: .
published: true published: true

View File

@@ -21,7 +21,7 @@ generation:
generateNewTests: false generateNewTests: false
skipResponseBodyAssertions: false skipResponseBodyAssertions: false
csharp: csharp:
version: 0.16.0 version: 0.16.1
additionalDependencies: [] additionalDependencies: []
author: LukeHagar author: LukeHagar
baseErrorName: PlexAPIError baseErrorName: PlexAPIError

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.598.0 speakeasyVersion: 1.598.3
sources: sources:
my-source: my-source:
sourceNamespace: my-source sourceNamespace: my-source
@@ -20,7 +20,7 @@ sources:
sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1 sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1
tags: tags:
- latest - latest
- speakeasy-sdk-regen-1754440055 - speakeasy-sdk-regen-1754526448
targets: targets:
plexcsharp: plexcsharp:
source: plexapi source: plexapi
@@ -28,7 +28,7 @@ targets:
sourceRevisionDigest: sha256:b4fa89a3571fbdcb4228800772a5fe1c292170babcd3e055161ae54402f89577 sourceRevisionDigest: sha256:b4fa89a3571fbdcb4228800772a5fe1c292170babcd3e055161ae54402f89577
sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1 sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1
codeSamplesNamespace: code-samples-csharp-plexcsharp codeSamplesNamespace: code-samples-csharp-plexcsharp
codeSamplesRevisionDigest: sha256:c2f97be4e2fb1380a7f91adf6b91cc8a701cd90ffa314ff36785d1aaf58cb01c codeSamplesRevisionDigest: sha256:8985bab43884b8a617bc2cf572f4eec3606eb77113fc8be80465ef446d95a656
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0
speakeasyVersion: latest speakeasyVersion: latest

View File

@@ -74,8 +74,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Activities(SDKConfig config) public Activities(SDKConfig config)

View File

@@ -95,8 +95,8 @@ namespace LukeHagar.PlexAPI.SDK
}; };
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Authentication(SDKConfig config) public Authentication(SDKConfig config)

View File

@@ -103,8 +103,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Butler(SDKConfig config) public Butler(SDKConfig config)

View File

@@ -73,8 +73,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Hubs(SDKConfig config) public Hubs(SDKConfig config)

View File

@@ -321,8 +321,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Library(SDKConfig config) public Library(SDKConfig config)

View File

@@ -96,8 +96,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Log(SDKConfig config) public Log(SDKConfig config)

View File

@@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<IsPackable>true</IsPackable> <IsPackable>true</IsPackable>
<PackageId>LukeHagar.PlexAPI.SDK</PackageId> <PackageId>LukeHagar.PlexAPI.SDK</PackageId>
<Version>0.16.0</Version> <Version>0.16.1</Version>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<Authors>LukeHagar</Authors> <Authors>LukeHagar</Authors>
<Copyright>Copyright (c) LukeHagar 2025</Copyright> <Copyright>Copyright (c) LukeHagar 2025</Copyright>

View File

@@ -90,8 +90,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Media(SDKConfig config) public Media(SDKConfig config)

View File

@@ -148,8 +148,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Playlists(SDKConfig config) public Playlists(SDKConfig config)

View File

@@ -143,8 +143,8 @@ namespace LukeHagar.PlexAPI.SDK
}; };
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Plex(SDKConfig config) public Plex(SDKConfig config)

View File

@@ -292,8 +292,8 @@ namespace LukeHagar.PlexAPI.SDK
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public IServer Server { get; private set; } public IServer Server { get; private set; }
public IMedia Media { get; private set; } public IMedia Media { get; private set; }

View File

@@ -52,7 +52,7 @@ namespace LukeHagar.PlexAPI.SDK
{"port", "32400"}, {"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; SecuritySource = null;
Hooks = new SDKHooks(); Hooks = new SDKHooks();
RetryConfig = null; RetryConfig = null;

View File

@@ -87,8 +87,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Search(SDKConfig config) public Search(SDKConfig config)

View File

@@ -126,8 +126,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Server(SDKConfig config) public Server(SDKConfig config)

View File

@@ -80,8 +80,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Sessions(SDKConfig config) public Sessions(SDKConfig config)

View File

@@ -71,8 +71,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Statistics(SDKConfig config) public Statistics(SDKConfig config)

View File

@@ -74,8 +74,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Updater(SDKConfig config) public Updater(SDKConfig config)

View File

@@ -45,8 +45,8 @@ namespace LukeHagar.PlexAPI.SDK
}; };
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Users(SDKConfig config) public Users(SDKConfig config)

View File

@@ -62,8 +62,8 @@ namespace LukeHagar.PlexAPI.SDK
{ {
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Video(SDKConfig config) public Video(SDKConfig config)

View File

@@ -59,8 +59,8 @@ namespace LukeHagar.PlexAPI.SDK
}; };
public SDKConfig SDKConfiguration { get; private set; } public SDKConfig SDKConfiguration { get; private set; }
private const string _language = "csharp"; private const string _language = "csharp";
private const string _sdkVersion = "0.16.0"; private const string _sdkVersion = "0.16.1";
private const string _sdkGenVersion = "2.674.1"; private const string _sdkGenVersion = "2.674.3";
private const string _openapiDocVersion = "0.0.3"; private const string _openapiDocVersion = "0.0.3";
public Watchlist(SDKConfig config) public Watchlist(SDKConfig config)

View File

@@ -615,3 +615,13 @@ Based on:
- [csharp v0.16.0] . - [csharp v0.16.0] .
### Releases ### Releases
- [NuGet v0.16.0] https://www.nuget.org/packages/LukeHagar.PlexAPI.SDK/0.16.0 - . - [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 - .