diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index fe175fa..0308cce 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: af45c1ae70f7fc6589adb3f8075cb275 + docChecksum: 2554ade61ed4d42b8e095168765d7dc0 docVersion: 0.0.3 - speakeasyVersion: 1.438.1 - generationVersion: 2.457.2 - releaseVersion: 0.11.0 - configChecksum: d1b38b109356712a347823b2aeb2d042 + speakeasyVersion: 1.438.3 + generationVersion: 2.457.9 + releaseVersion: 0.11.1 + configChecksum: 5bcbf0a3a539ef43a496b7ac1835018e repoURL: https://github.com/LukeHagar/plexphp.git repoSubDirectory: . installationURL: https://github.com/LukeHagar/plexphp @@ -14,7 +14,7 @@ management: features: php: constsAndDefaults: 0.2.0 - core: 3.7.1 + core: 3.7.2 deprecations: 2.81.1 enums: 2.81.1 errors: 0.3.0 @@ -2681,6 +2681,7 @@ examples: parameters: query: Timespan: 4 + timespan: 4 responses: "200": application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsMedia": []}} @@ -2693,6 +2694,7 @@ examples: parameters: query: Timespan: 4 + timespan: 4 responses: "200": application/json: {"MediaContainer": {"size": 5497, "StatisticsResources": []}} @@ -2705,6 +2707,7 @@ examples: parameters: query: Timespan: 4 + timespan: 4 responses: "200": application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsBandwidth": []}} diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 3a5cfd8..75b8e49 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false php: - version: 0.11.0 + version: 0.11.1 clientServerStatusCodesAsErrors: true defaultErrorName: SDKException flattenGlobalSecurity: true diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 0cfc073..b3d1032 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,4 +1,4 @@ -speakeasyVersion: 1.438.1 +speakeasyVersion: 1.438.3 sources: my-source: sourceNamespace: my-source @@ -9,8 +9,8 @@ sources: - main plexapi: sourceNamespace: plexapi - sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345 - sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f + sourceRevisionDigest: sha256:37c6bfb15f4154eb89b112465107f20757411f22bd1cc7d0a04335df7127fcb4 + sourceBlobDigest: sha256:290473ebc909cada80ff428c685b897f4621cf121397e1417355e06d334e7206 tags: - latest - main @@ -18,10 +18,10 @@ targets: plexphp: source: plexapi sourceNamespace: plexapi - sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345 - sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f + sourceRevisionDigest: sha256:37c6bfb15f4154eb89b112465107f20757411f22bd1cc7d0a04335df7127fcb4 + sourceBlobDigest: sha256:290473ebc909cada80ff428c685b897f4621cf121397e1417355e06d334e7206 codeSamplesNamespace: code-samples-php-plexphp - codeSamplesRevisionDigest: sha256:8ff55f12261344346ca24ed390a654538414e7762f7ef621cbc3e5074b189f72 + codeSamplesRevisionDigest: sha256:ec39a1baa000076369129c6d77614e8a87e3e5d12991082cbd1c60a9cc9e9c59 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 33a1aae..aa7d2ff 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -702,4 +702,14 @@ Based on: ### Generated - [php v0.11.0] . ### Releases -- [Composer v0.11.0] https://packagist.org/packages/lukehagar/plex-api#v0.11.0 - . \ No newline at end of file +- [Composer v0.11.0] https://packagist.org/packages/lukehagar/plex-api#v0.11.0 - . + +## 2024-11-14 00:09:43 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.438.3 (2.457.9) https://github.com/speakeasy-api/speakeasy +### Generated +- [php v0.11.1] . +### Releases +- [Composer v0.11.1] https://packagist.org/packages/lukehagar/plex-api#v0.11.1 - . \ No newline at end of file diff --git a/src/Models/Operations/GetBandwidthStatisticsRequest.php b/src/Models/Operations/GetBandwidthStatisticsRequest.php index b7e4c07..da24598 100644 --- a/src/Models/Operations/GetBandwidthStatisticsRequest.php +++ b/src/Models/Operations/GetBandwidthStatisticsRequest.php @@ -19,7 +19,7 @@ class GetBandwidthStatisticsRequest * * @var ?int $timespan */ - #[SpeakeasyMetadata('queryParam:style=form,explode=true,name=Timespan')] + #[SpeakeasyMetadata('queryParam:style=form,explode=true,name=timespan')] public ?int $timespan = null; /** diff --git a/src/Models/Operations/GetResourcesStatisticsRequest.php b/src/Models/Operations/GetResourcesStatisticsRequest.php index 94d9eab..6f57e6e 100644 --- a/src/Models/Operations/GetResourcesStatisticsRequest.php +++ b/src/Models/Operations/GetResourcesStatisticsRequest.php @@ -19,7 +19,7 @@ class GetResourcesStatisticsRequest * * @var ?int $timespan */ - #[SpeakeasyMetadata('queryParam:style=form,explode=true,name=Timespan')] + #[SpeakeasyMetadata('queryParam:style=form,explode=true,name=timespan')] public ?int $timespan = null; /** diff --git a/src/Models/Operations/GetStatisticsRequest.php b/src/Models/Operations/GetStatisticsRequest.php index 4a2fede..e78ec4e 100644 --- a/src/Models/Operations/GetStatisticsRequest.php +++ b/src/Models/Operations/GetStatisticsRequest.php @@ -19,7 +19,7 @@ class GetStatisticsRequest * * @var ?int $timespan */ - #[SpeakeasyMetadata('queryParam:style=form,explode=true,name=Timespan')] + #[SpeakeasyMetadata('queryParam:style=form,explode=true,name=timespan')] public ?int $timespan = null; /** diff --git a/src/SDKConfiguration.php b/src/SDKConfiguration.php index 01e8fd8..50b6365 100644 --- a/src/SDKConfiguration.php +++ b/src/SDKConfiguration.php @@ -36,11 +36,11 @@ class SDKConfiguration public string $openapiDocVersion = '0.0.3'; - public string $sdkVersion = '0.11.0'; + public string $sdkVersion = '0.11.1'; - public string $genVersion = '2.457.2'; + public string $genVersion = '2.457.9'; - public string $userAgent = 'speakeasy-sdk/php 0.11.0 2.457.2 0.0.3 lukehagar/plex-api'; + public string $userAgent = 'speakeasy-sdk/php 0.11.1 2.457.9 0.0.3 lukehagar/plex-api'; /** @var array>> */ public ?array $globals = [ 'parameters' => [],