ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.615.2

This commit is contained in:
speakeasybot
2025-09-16 00:11:59 +00:00
parent 1cd80b1cf7
commit 05a45f1170
7 changed files with 34 additions and 21 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
.env
.env.local
**/.speakeasy/temp/
**/.speakeasy/logs/
composer.lock

View File

@@ -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

View File

@@ -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: {}

View File

@@ -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

View File

@@ -923,3 +923,13 @@ Based on:
- [php v0.14.12] .
### Releases
- [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 - .

View File

@@ -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;

View File

@@ -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;
/**