Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.402.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 24, 2024
1 parent ac18cbb commit 851207d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.4.0 .
speakeasyVersion: 1.402.1
generationVersion: 2.422.6
releaseVersion: 0.41.11
configChecksum: c2ce9faf77442150483bba03b34048bc
releaseVersion: 0.41.12
configChecksum: 7fc22a5cee1e8b5c77ad8b70730f53bb
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
php:
version: 0.41.11
version: 0.41.12
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.402.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:0eae9c6551ec357e347dbe9d2b84f08cedc0d6bcf7d27a8c5ff27b0d6f5e3f41
sourceRevisionDigest: sha256:dc7d71d7e97fabd90fa225d0e8e3245dcd2e0d8001ec21b99108b2deddeeba36
sourceBlobDigest: sha256:c631a3d49dc602f7258899ba657fffa1c794ebe2c1f3211a3c728186c7577f54
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
php-target:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:0eae9c6551ec357e347dbe9d2b84f08cedc0d6bcf7d27a8c5ff27b0d6f5e3f41
sourceRevisionDigest: sha256:dc7d71d7e97fabd90fa225d0e8e3245dcd2e0d8001ec21b99108b2deddeeba36
sourceBlobDigest: sha256:c631a3d49dc602f7258899ba657fffa1c794ebe2c1f3211a3c728186c7577f54
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1224,4 +1224,14 @@ Based on:
### Generated
- [php v0.41.11] .
### Releases
- [Composer v0.41.11] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.11 - .
- [Composer v0.41.11] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.11 - .

## 2024-09-24 13:29:28
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.402.1 (2.422.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.41.12] .
### Releases
- [Composer v0.41.12] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.12 - .
4 changes: 2 additions & 2 deletions src/SDKConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ class SDKConfiguration

public string $openapiDocVersion = '0.4.0 .';

public string $sdkVersion = '0.41.11';
public string $sdkVersion = '0.41.12';

public string $genVersion = '2.422.6';

public string $userAgent = 'speakeasy-sdk/php 0.41.11 2.422.6 0.4.0 . speakeasy-api/speakeasy-client-sdk-php';
public string $userAgent = 'speakeasy-sdk/php 0.41.12 2.422.6 0.4.0 . speakeasy-api/speakeasy-client-sdk-php';
/** @var array<string, array<string, array<string, mixed>>> */
public ?array $globals = [
'parameters' => [],
Expand Down

0 comments on commit 851207d

Please sign in to comment.