Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 24, 2023
1 parent 360561d commit 31a0411
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,12 @@ Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.5.2 https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.3.6] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.3.6 - .
- [Composer v0.3.6] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.3.6 - .

## 2023-02-24 17:32:07
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.5.3 https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.3.7] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.3.7 - .
4 changes: 2 additions & 2 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ configVersion: 1.0.0
management:
docChecksum: 2bba3b8f9d211b02569b3f9aff0d34b4
docVersion: 0.3.0
speakeasyVersion: 1.5.2
speakeasyVersion: 1.5.3
generation:
telemetryEnabled: true
sdkClassName: SDK
php:
version: 0.3.6
version: 0.3.7
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 @@ -29,8 +29,8 @@ class SDK
private ?Models\Shared\Security $_security;
private string $_serverUrl;
private string $_language = "php";
private string $_sdkVersion = "0.3.6";
private string $_genVersion = "1.5.2";
private string $_sdkVersion = "0.3.7";
private string $_genVersion = "1.5.3";

public static function builder(): SDKBuilder
{
Expand Down

0 comments on commit 31a0411

Please sign in to comment.