diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 4f97c51..13860ab 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 0.4.0 . speakeasyVersion: 1.402.1 generationVersion: 2.422.6 - releaseVersion: 0.41.12 - configChecksum: 7fc22a5cee1e8b5c77ad8b70730f53bb + releaseVersion: 0.41.13 + configChecksum: 028082c7340e49e3db8b7c06f0798ff0 repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php.git repoSubDirectory: . installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 2ef017c..e7111d4 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -10,7 +10,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false php: - version: 0.41.12 + version: 0.41.13 clientServerStatusCodesAsErrors: true flattenGlobalSecurity: true imports: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index a482b5d..b8ae05b 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,7 +2,7 @@ speakeasyVersion: 1.402.1 sources: my-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:dc7d71d7e97fabd90fa225d0e8e3245dcd2e0d8001ec21b99108b2deddeeba36 + sourceRevisionDigest: sha256:f2ba36ab0783bb3b9596ec88586dc8f67f382809c2af40f9ebdb29f42aebb1a1 sourceBlobDigest: sha256:c631a3d49dc602f7258899ba657fffa1c794ebe2c1f3211a3c728186c7577f54 tags: - latest @@ -11,7 +11,7 @@ targets: php-target: source: my-source sourceNamespace: my-source - sourceRevisionDigest: sha256:dc7d71d7e97fabd90fa225d0e8e3245dcd2e0d8001ec21b99108b2deddeeba36 + sourceRevisionDigest: sha256:f2ba36ab0783bb3b9596ec88586dc8f67f382809c2af40f9ebdb29f42aebb1a1 sourceBlobDigest: sha256:c631a3d49dc602f7258899ba657fffa1c794ebe2c1f3211a3c728186c7577f54 workflow: workflowVersion: 1.0.0 diff --git a/RELEASES.md b/RELEASES.md index 26323ef..a0ad3be 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1234,4 +1234,14 @@ Based on: ### Generated - [php v0.41.12] . ### Releases -- [Composer v0.41.12] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.12 - . \ No newline at end of file +- [Composer v0.41.12] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.12 - . + +## 2024-09-24 13:37:16 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.402.1 (2.422.6) https://github.com/speakeasy-api/speakeasy +### Generated +- [php v0.41.13] . +### Releases +- [Composer v0.41.13] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.13 - . \ No newline at end of file diff --git a/src/SDKConfiguration.php b/src/SDKConfiguration.php index 70c0dc9..9f6deb1 100644 --- a/src/SDKConfiguration.php +++ b/src/SDKConfiguration.php @@ -27,11 +27,11 @@ class SDKConfiguration public string $openapiDocVersion = '0.4.0 .'; - public string $sdkVersion = '0.41.12'; + public string $sdkVersion = '0.41.13'; public string $genVersion = '2.422.6'; - public string $userAgent = 'speakeasy-sdk/php 0.41.12 2.422.6 0.4.0 . speakeasy-api/speakeasy-client-sdk-php'; + public string $userAgent = 'speakeasy-sdk/php 0.41.13 2.422.6 0.4.0 . speakeasy-api/speakeasy-client-sdk-php'; /** @var array>> */ public ?array $globals = [ 'parameters' => [],