Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 28, 2023
1 parent 328e3f9 commit b2c9e7e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
- [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 - .
2 changes: 1 addition & 1 deletion docs/sdks/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs

The Speakeasy Platform Documentation
<https://docs.speakeasyapi.dev>
<https://speakeasyapi.dev/docs/>
### Available Operations

* [validateApiKey](#validateapikey) - Validate the current api key.
Expand Down
4 changes: 2 additions & 2 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions src/SDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion src/SDKConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2c9e7e

Please sign in to comment.