Skip to content

Commit

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

## Version 0.2.1
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.2.1] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.2.1 - .
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.4.2
speakeasyVersion: 1.4.5
generation:
telemetryEnabled: true
sdkClassName: SDK
php:
version: 0.2.0
version: 0.2.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 @@ -29,8 +29,8 @@ class SDK
private ?Models\Shared\Security $_security;
private string $_serverUrl;
private string $_language = "php";
private string $_sdkVersion = "0.2.0";
private string $_genVersion = "1.4.2";
private string $_sdkVersion = "0.2.1";
private string $_genVersion = "1.4.5";

public static function builder(): SDKBuilder
{
Expand Down

0 comments on commit ca39d9b

Please sign in to comment.