From b2c9e7e86c1eb98e8b70d2980f48b8cfeb88d79b Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Wed, 28 Jun 2023 00:14:18 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.51.1 --- RELEASES.md | 10 +++++++++- docs/sdks/sdk/README.md | 2 +- gen.yaml | 4 ++-- src/SDK.php | 4 ++-- src/SDKConfiguration.php | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index da28dfa..d2003a1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -398,4 +398,12 @@ Based on: - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml - Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy ### Releases -- [Composer v0.24.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.24.0 - . \ No newline at end of file +- [Composer v0.24.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.24.0 - . + +## 2023-06-28 00:14:02 +### Changes +Based on: +- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml +- Speakeasy CLI 1.51.1 (2.50.2) https://github.com/speakeasy-api/speakeasy +### Releases +- [Composer v0.24.1] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.24.1 - . \ No newline at end of file diff --git a/docs/sdks/sdk/README.md b/docs/sdks/sdk/README.md index b31f17c..fecf711 100755 --- a/docs/sdks/sdk/README.md +++ b/docs/sdks/sdk/README.md @@ -5,7 +5,7 @@ Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs The Speakeasy Platform Documentation - + ### Available Operations * [validateApiKey](#validateapikey) - Validate the current api key. diff --git a/gen.yaml b/gen.yaml index c90122a..258eb59 100644 --- a/gen.yaml +++ b/gen.yaml @@ -1,6 +1,6 @@ configVersion: 1.0.0 management: - docChecksum: 2bba3b8f9d211b02569b3f9aff0d34b4 + docChecksum: 8c4f3932e054e1b349a9a34f12cf7e8c docVersion: 0.3.0 speakeasyVersion: 1.51.1 generationVersion: 2.50.2 @@ -9,7 +9,7 @@ generation: singleTagPerOp: false telemetryEnabled: true php: - version: 0.24.0 + version: 0.24.1 maxMethodParams: 0 namespace: Speakeasy\SpeakeasyClientSDK packageName: speakeasy-api/speakeasy-client-sdk-php diff --git a/src/SDK.php b/src/SDK.php index 347b952..26476b5 100755 --- a/src/SDK.php +++ b/src/SDK.php @@ -11,11 +11,11 @@ /** * SDK - Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs * - * https://docs.speakeasyapi.dev - The Speakeasy Platform Documentation + * https://speakeasyapi.dev/docs/ - The Speakeasy Platform Documentation * * @package Speakeasy\SpeakeasyClientSDK * @access public - * @see https://docs.speakeasyapi.dev + * @see https://speakeasyapi.dev/docs/ */ class SDK { diff --git a/src/SDKConfiguration.php b/src/SDKConfiguration.php index 4165e01..cc894c3 100755 --- a/src/SDKConfiguration.php +++ b/src/SDKConfiguration.php @@ -17,7 +17,7 @@ class SDKConfiguration public string $server = ''; public string $language = 'php'; public string $openapiDocVersion = '0.3.0'; - public string $sdkVersion = '0.24.0'; + public string $sdkVersion = '0.24.1'; public string $genVersion = '2.50.2'; public function getServerUrl(): string