Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.40.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 1, 2023
1 parent 3fbb625 commit b784b98
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
composer.lock
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,12 @@ Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.35.0 (2.31.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.18.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.18.0 - .
- [Composer v0.18.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.18.0 - .

## 2023-06-01 00:15:17
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.40.2 (2.34.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.19.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.19.0 - .
1 change: 1 addition & 0 deletions files.gen
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ src/Requests.php
src/Schemas.php
src/SDK.php
src/SDKBuilder.php
.gitignore
composer.json
phpstan.neon
src/Utils/EnumHandler.php
Expand Down
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ configVersion: 1.0.0
management:
docChecksum: 2bba3b8f9d211b02569b3f9aff0d34b4
docVersion: 0.3.0
speakeasyVersion: 1.35.0
generationVersion: 2.31.0
speakeasyVersion: 1.40.2
generationVersion: 2.34.2
generation:
sdkClassName: SDK
singleTagPerOp: false
telemetryEnabled: true
php:
version: 0.18.0
version: 0.19.0
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 @@ -80,8 +80,8 @@ class SDK
private ?Models\Shared\Security $_security;
private string $_serverUrl;
private string $_language = 'php';
private string $_sdkVersion = '0.18.0';
private string $_genVersion = '2.31.0';
private string $_sdkVersion = '0.19.0';
private string $_genVersion = '2.34.2';

/**
* Returns a new instance of the SDK builder used to configure and create the SDK instance.
Expand Down

0 comments on commit b784b98

Please sign in to comment.