diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 98bd433..ef6fc7e 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: e7673f3f46e5b0bf495c378378aa7ad6 + docChecksum: 9f62ea35c6168986c8e3557d5df50b99 docVersion: 0.0.3 speakeasyVersion: 1.404.5 generationVersion: 2.426.2 - releaseVersion: 0.10.1 - configChecksum: 91b2dd16663efb6b9ea6649cf44a1618 + releaseVersion: 0.10.2 + configChecksum: 1def6e13f70c140f40237a36a9025cee repoURL: https://github.com/LukeHagar/plexphp.git repoSubDirectory: . installationURL: https://github.com/LukeHagar/plexphp diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 7932648..cc45c90 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false php: - version: 0.10.1 + version: 0.10.2 clientServerStatusCodesAsErrors: true flattenGlobalSecurity: true imports: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 7f04ca2..a0dbc43 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -9,8 +9,8 @@ sources: - main plexapi: sourceNamespace: plexapi - sourceRevisionDigest: sha256:276a31ab98595ebaf2b1fac4b4f5c3c1c7b55e0431f9074c89b8fbcb55b52d3f - sourceBlobDigest: sha256:2bc9e816db669d609d8a5988ebb629578dc5cbbaff191d260b5c63b7ba1bd59b + sourceRevisionDigest: sha256:ed1af8e79d553cc0bf2f8f7975f445d80cb8bd58390bca18d1352577da5ec5ed + sourceBlobDigest: sha256:157db2a169209c18fdca786b671c5da8d2b14dc3005574d08c9d667320869093 tags: - latest - main @@ -18,10 +18,10 @@ targets: plexphp: source: plexapi sourceNamespace: plexapi - sourceRevisionDigest: sha256:276a31ab98595ebaf2b1fac4b4f5c3c1c7b55e0431f9074c89b8fbcb55b52d3f - sourceBlobDigest: sha256:2bc9e816db669d609d8a5988ebb629578dc5cbbaff191d260b5c63b7ba1bd59b + sourceRevisionDigest: sha256:ed1af8e79d553cc0bf2f8f7975f445d80cb8bd58390bca18d1352577da5ec5ed + sourceBlobDigest: sha256:157db2a169209c18fdca786b671c5da8d2b14dc3005574d08c9d667320869093 codeSamplesNamespace: code-samples-php-plexphp - codeSamplesRevisionDigest: sha256:f8eef34098947cc9ec73bca8291a4c763d6d133347f98550a6aadde00bef8231 + codeSamplesRevisionDigest: sha256:33e9582f207ff8e5738cc09818a45de4ec9f78846f5ab80e7ba751bdaf6e8fd2 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/README.md b/README.md index 4243b36..ff06f4b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Automation and SDKs provided by [Speakeasy](https://speakeasyapi.dev/) ## SDKs -The following SDKs are generated from the OpenAPI Specification. They are automatically generated and may not be fully tested. If you find any issues, please open an issue on the respective repository. +The following SDKs are generated from the OpenAPI Specification. They are automatically generated and may not be fully tested. If you find any issues, please open an issue on the [main specification Repository](https://github.com/LukeHagar/plex-api-spec). | Language | Repository | Releases | Other | | --------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------- | diff --git a/RELEASES.md b/RELEASES.md index 6a58c83..65a1465 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -642,4 +642,14 @@ Based on: ### Generated - [php v0.10.1] . ### Releases -- [Composer v0.10.1] https://packagist.org/packages/lukehagar/plex-api#v0.10.1 - . \ No newline at end of file +- [Composer v0.10.1] https://packagist.org/packages/lukehagar/plex-api#v0.10.1 - . + +## 2024-09-29 00:12:53 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.404.5 (2.426.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [php v0.10.2] . +### Releases +- [Composer v0.10.2] https://packagist.org/packages/lukehagar/plex-api#v0.10.2 - . \ No newline at end of file diff --git a/docs/sdks/plexapi/README.md b/docs/sdks/plexapi/README.md index 0821a84..1baeb06 100644 --- a/docs/sdks/plexapi/README.md +++ b/docs/sdks/plexapi/README.md @@ -14,7 +14,7 @@ Automation and SDKs provided by [Speakeasy](https://speakeasyapi.dev/) ## SDKs -The following SDKs are generated from the OpenAPI Specification. They are automatically generated and may not be fully tested. If you find any issues, please open an issue on the respective repository. +The following SDKs are generated from the OpenAPI Specification. They are automatically generated and may not be fully tested. If you find any issues, please open an issue on the [main specification Repository](https://github.com/LukeHagar/plex-api-spec). | Language | Repository | Releases | Other | | --------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------- | diff --git a/src/PlexAPI.php b/src/PlexAPI.php index a99fc13..4943e74 100644 --- a/src/PlexAPI.php +++ b/src/PlexAPI.php @@ -25,7 +25,7 @@ * * ## SDKs * - * The following SDKs are generated from the OpenAPI Specification. They are automatically generated and may not be fully tested. If you find any issues, please open an issue on the respective repository. + * The following SDKs are generated from the OpenAPI Specification. They are automatically generated and may not be fully tested. If you find any issues, please open an issue on the [main specification Repository](https://github.com/LukeHagar/plex-api-spec). * * | Language | Repository | Releases | Other | * | --------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------- | diff --git a/src/SDKConfiguration.php b/src/SDKConfiguration.php index 7e3e91f..d4670d7 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.10.1'; + public string $sdkVersion = '0.10.2'; public string $genVersion = '2.426.2'; - public string $userAgent = 'speakeasy-sdk/php 0.10.1 2.426.2 0.0.3 lukehagar/plex-api'; + public string $userAgent = 'speakeasy-sdk/php 0.10.2 2.426.2 0.0.3 lukehagar/plex-api'; /** @var array>> */ public ?array $globals = [ 'parameters' => [],