From 05a45f117090da7ccfa3b4a7f10cf941b71d0af0 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 16 Sep 2025 00:11:59 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.615.2 --- .gitignore | 2 ++ .speakeasy/gen.lock | 14 +++++++------- .speakeasy/gen.yaml | 3 ++- .speakeasy/workflow.lock | 14 +++++++------- RELEASES.md | 12 +++++++++++- src/SDKConfiguration.php | 6 +++--- src/Watchlist.php | 4 ++-- 7 files changed, 34 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index e08457f..0bdba3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.env +.env.local **/.speakeasy/temp/ **/.speakeasy/logs/ composer.lock diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index d1a398a..b112b38 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: 01a51eb2-5d90-4a24-b154-68e491d02c36 management: - docChecksum: 77bdddd188d0778dc73b7f7906e1677c + docChecksum: addaf2dfdac23cef2e234b64492b9c90 docVersion: 0.0.3 - speakeasyVersion: 1.598.3 - generationVersion: 2.674.3 - releaseVersion: 0.14.12 - configChecksum: 8496f6119bc138d4b2c9c46eba76648d + speakeasyVersion: 1.615.2 + generationVersion: 2.698.4 + releaseVersion: 0.14.13 + configChecksum: 3a12f2cc95d51714401d227c2434b925 repoURL: https://github.com/LukeHagar/plexphp.git repoSubDirectory: . installationURL: https://github.com/LukeHagar/plexphp @@ -14,12 +14,12 @@ management: features: php: constsAndDefaults: 0.2.0 - core: 3.8.9 + core: 3.8.10 deprecations: 2.81.1 enums: 2.81.1 errors: 0.3.0 flattening: 2.81.1 - globalSecurity: 2.81.8 + globalSecurity: 2.81.9 globalSecurityFlattening: 0.1.2 globalServerURLs: 2.82.2 methodArguments: 0.1.0 diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index d11e5fb..aac9c9b 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -16,12 +16,13 @@ generation: auth: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false + hoistGlobalSecurity: true tests: generateTests: true generateNewTests: false skipResponseBodyAssertions: false php: - version: 0.14.12 + version: 0.14.13 additionalDependencies: autoload: {} autoload-dev: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 73b0bfc..939966b 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,4 +1,4 @@ -speakeasyVersion: 1.598.3 +speakeasyVersion: 1.615.2 sources: my-source: sourceNamespace: my-source @@ -9,19 +9,19 @@ sources: - main plexapi: sourceNamespace: plexapi - sourceRevisionDigest: sha256:b4fa89a3571fbdcb4228800772a5fe1c292170babcd3e055161ae54402f89577 - sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1 + sourceRevisionDigest: sha256:5125adfea1b0daea399c6ecf755e32795de6b4131465ae6a1f32ad73b3bc7787 + sourceBlobDigest: sha256:95cea18b6e5f7d76d35db0aba5bcb59e72cf204451a2b09a99be0e3e9ec1f4c0 tags: - latest - - speakeasy-sdk-regen-1754525568 + - speakeasy-sdk-regen-1757981425 targets: plexphp: source: plexapi sourceNamespace: plexapi - sourceRevisionDigest: sha256:b4fa89a3571fbdcb4228800772a5fe1c292170babcd3e055161ae54402f89577 - sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1 + sourceRevisionDigest: sha256:5125adfea1b0daea399c6ecf755e32795de6b4131465ae6a1f32ad73b3bc7787 + sourceBlobDigest: sha256:95cea18b6e5f7d76d35db0aba5bcb59e72cf204451a2b09a99be0e3e9ec1f4c0 codeSamplesNamespace: code-samples-php-plexphp - codeSamplesRevisionDigest: sha256:6ed633d85d92794c484db3082732e9b71793abb5fd0934975731d4be130d2a69 + codeSamplesRevisionDigest: sha256:205e6b2953637db334e2f6918b53fc3f9b5cd178bfcd39868f2441a71bf11339 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 4a6c21c..34ffe25 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -922,4 +922,14 @@ Based on: ### Generated - [php v0.14.12] . ### Releases -- [Composer v0.14.12] https://packagist.org/packages/lukehagar/plex-api#v0.14.12 - . \ No newline at end of file +- [Composer v0.14.12] https://packagist.org/packages/lukehagar/plex-api#v0.14.12 - . + +## 2025-09-16 00:10:07 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.615.2 (2.698.4) https://github.com/speakeasy-api/speakeasy +### Generated +- [php v0.14.13] . +### Releases +- [Composer v0.14.13] https://packagist.org/packages/lukehagar/plex-api#v0.14.13 - . \ No newline at end of file diff --git a/src/SDKConfiguration.php b/src/SDKConfiguration.php index a75de1d..5329f1a 100644 --- a/src/SDKConfiguration.php +++ b/src/SDKConfiguration.php @@ -33,11 +33,11 @@ class SDKConfiguration public string $openapiDocVersion = '0.0.3'; - public string $sdkVersion = '0.14.12'; + public string $sdkVersion = '0.14.13'; - public string $genVersion = '2.674.3'; + public string $genVersion = '2.698.4'; - public string $userAgent = 'speakeasy-sdk/php 0.14.12 2.674.3 0.0.3 lukehagar/plex-api'; + public string $userAgent = 'speakeasy-sdk/php 0.14.13 2.698.4 0.0.3 lukehagar/plex-api'; public ?RetryConfig $retryConfig = null; diff --git a/src/Watchlist.php b/src/Watchlist.php index 0321277..474e1d4 100644 --- a/src/Watchlist.php +++ b/src/Watchlist.php @@ -16,8 +16,8 @@ use Speakeasy\Serializer\DeserializationContext; class Watchlist { public const GET_WATCH_LIST_SERVERS = [ - /** The plex metadata provider server */ - 'https://metadata.provider.plex.tv', + /** The plex discover provider server */ + 'https://discover.provider.plex.tv', ]; private SDKConfiguration $sdkConfiguration; /**