diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 8406dad..543d6f9 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 0.4.0 . speakeasyVersion: 1.402.0 generationVersion: 2.422.6 - releaseVersion: 0.41.9 - configChecksum: d42d0da5e2962c42f355fe7eae9064f9 + releaseVersion: 0.41.10 + configChecksum: c06a1fa3bee6edf5b10ef68c30416b12 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 b8b3516..b02bccb 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -10,7 +10,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false php: - version: 0.41.9 + version: 0.41.10 clientServerStatusCodesAsErrors: true flattenGlobalSecurity: true imports: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 5512165..1aaddf5 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,7 +2,7 @@ speakeasyVersion: 1.402.0 sources: my-source: sourceNamespace: my-source - sourceRevisionDigest: sha256:b76953c8ada17d84ef8b0b0f9d98aa37d13346f8d5b48a69cea94c3119f78c97 + sourceRevisionDigest: sha256:7dcd2c23ffaa92961033ec4602d4989f8e51450d9ca304e6909787d3ed685e8b sourceBlobDigest: sha256:c631a3d49dc602f7258899ba657fffa1c794ebe2c1f3211a3c728186c7577f54 tags: - latest @@ -11,7 +11,7 @@ targets: php-target: source: my-source sourceNamespace: my-source - sourceRevisionDigest: sha256:b76953c8ada17d84ef8b0b0f9d98aa37d13346f8d5b48a69cea94c3119f78c97 + sourceRevisionDigest: sha256:7dcd2c23ffaa92961033ec4602d4989f8e51450d9ca304e6909787d3ed685e8b sourceBlobDigest: sha256:c631a3d49dc602f7258899ba657fffa1c794ebe2c1f3211a3c728186c7577f54 workflow: workflowVersion: 1.0.0 diff --git a/RELEASES.md b/RELEASES.md index d8f0e79..249fa2a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1204,4 +1204,14 @@ Based on: ### Generated - [php v0.41.9] . ### Releases -- [Composer v0.41.9] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.9 - . \ No newline at end of file +- [Composer v0.41.9] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.9 - . + +## 2024-09-23 21:42:06 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.402.0 (2.422.6) https://github.com/speakeasy-api/speakeasy +### Generated +- [php v0.41.10] . +### Releases +- [Composer v0.41.10] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.10 - . \ No newline at end of file diff --git a/src/SDKConfiguration.php b/src/SDKConfiguration.php index b141ccc..4d751a7 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.9'; + public string $sdkVersion = '0.41.10'; public string $genVersion = '2.422.6'; - public string $userAgent = 'speakeasy-sdk/php 0.41.9 2.422.6 0.4.0 . speakeasy-api/speakeasy-client-sdk-php'; + public string $userAgent = 'speakeasy-sdk/php 0.41.10 2.422.6 0.4.0 . speakeasy-api/speakeasy-client-sdk-php'; /** @var array>> */ public ?array $globals = [ 'parameters' => [],