Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Mar 6, 2023
1 parent 3397502 commit c73efce
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 @@ -142,4 +142,12 @@ Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.6.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.6.0 - .
- [Composer v0.6.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.6.0 - .

## 2023-03-06 00:13:07
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.6.1] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.6.1 - .
4 changes: 2 additions & 2 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ configVersion: 1.0.0
management:
docChecksum: 2bba3b8f9d211b02569b3f9aff0d34b4
docVersion: 0.3.0
speakeasyVersion: 1.8.2
speakeasyVersion: 1.8.4
generation:
telemetryEnabled: true
sdkClassName: SDK
sdkFlattening: false
php:
version: 0.6.0
version: 0.6.1
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 @@ -31,8 +31,8 @@ class SDK
private ?Models\Shared\Security $_security;
private string $_serverUrl;
private string $_language = "php";
private string $_sdkVersion = "0.6.0";
private string $_genVersion = "1.8.2";
private string $_sdkVersion = "0.6.1";
private string $_genVersion = "1.8.4";

public static function builder(): SDKBuilder
{
Expand Down

0 comments on commit c73efce

Please sign in to comment.