Skip to content

Commit

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

## Version 0.1.2
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.3.3 https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.1.2] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.1.2 - .
4 changes: 2 additions & 2 deletions gen.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
management:
openapi-checksum: 2bba3b8f9d211b02569b3f9aff0d34b4
openapi-version: 0.3.0
speakeasy-version: 1.3.2
speakeasy-version: 1.3.3
php:
version: 0.1.1
version: 0.1.2
packagename: speakeasy-api/speakeasy-client-sdk-php
namespace: Speakeasy\SpeakeasyClientSDK
telemetryenabled: true
4 changes: 2 additions & 2 deletions src/SDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class SDK
private ?models\shared\Security $_security;
private string $_serverUrl;
private string $_language = "php";
private string $_sdkVersion = "0.1.1";
private string $_genVersion = "1.3.2";
private string $_sdkVersion = "0.1.2";
private string $_genVersion = "1.3.3";

public static function builder(): SDKBuilder
{
Expand Down

0 comments on commit 7ec7dc8

Please sign in to comment.