Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Aug 31, 2023
1 parent a87b1b0 commit 0aa383d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This allows generated code to be indexed correctly
*.php linguist-generated=false
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,4 +414,14 @@ Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.65.2 (2.75.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [Composer v0.25.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.25.0 - .
- [Composer v0.25.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.25.0 - .

## 2023-08-31 00:11:22
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.75.0 (2.89.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.26.0] .
### Releases
- [Composer v0.26.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.26.0 - .
3 changes: 2 additions & 1 deletion files.gen
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,5 @@ docs/models/shared/UnboundedRequest.md
docs/models/shared/Schema.md
docs/models/shared/SchemaDiffValueChange.md
docs/models/shared/SchemaDiff.md
docs/models/shared/Security.md
docs/models/shared/Security.md
.gitattributes
14 changes: 11 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@ configVersion: 1.0.0
management:
docChecksum: 8c4f3932e054e1b349a9a34f12cf7e8c
docVersion: 0.3.0
speakeasyVersion: 1.65.2
generationVersion: 2.75.1
speakeasyVersion: 1.75.0
generationVersion: 2.89.1
generation:
sdkClassName: SDK
singleTagPerOp: false
telemetryEnabled: true
features:
php:
core: 2.84.0
examples: 2.81.1
globalSecurity: 2.81.1
globalServerURLs: 2.82.0
inputOutputModels: 2.81.1
serverIDs: 2.81.1
php:
version: 0.25.0
version: 0.26.0
maxMethodParams: 0
namespace: Speakeasy\SpeakeasyClientSDK
packageName: speakeasy-api/speakeasy-client-sdk-php
4 changes: 2 additions & 2 deletions src/SDKConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class SDKConfiguration
public string $server = '';
public string $language = 'php';
public string $openapiDocVersion = '0.3.0';
public string $sdkVersion = '0.25.0';
public string $genVersion = '2.75.1';
public string $sdkVersion = '0.26.0';
public string $genVersion = '2.89.1';

public function getServerUrl(): string
{
Expand Down

0 comments on commit 0aa383d

Please sign in to comment.