Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.395.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 10, 2024
1 parent 1a963df commit 26fbb28
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
8 changes: 6 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.395.0
generationVersion: 2.415.0
releaseVersion: 0.41.0
configChecksum: ac0625dec533bded76fcf02b21e80cf9
releaseVersion: 0.41.1
configChecksum: 6b3940a1706dec493e842cad82da34ab
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-php
Expand Down Expand Up @@ -860,6 +860,7 @@ examples:
responses:
default:
application/json: {"message": "<value>", "status_code": 820828}
"200": {}
getAccessToken:
speakeasy-default-get-access-token:
parameters:
Expand Down Expand Up @@ -958,6 +959,7 @@ examples:
responses:
default:
application/json: {"message": "<value>", "status_code": 192607}
"200": {}
getAction:
speakeasy-default-get-action:
parameters:
Expand All @@ -967,6 +969,7 @@ examples:
responses:
default:
application/json: {"message": "<value>", "status_code": 252330}
"200": {}
githubCheckPublishingSecrets:
speakeasy-default-github-check-publishing-secrets:
parameters:
Expand All @@ -975,6 +978,7 @@ examples:
responses:
default:
application/json: {"message": "<value>", "status_code": 445560}
"200": {}
githubStorePublishingSecrets:
speakeasy-default-github-store-publishing-secrets:
requestBody:
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.395.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:d07ff740d9a10bc407577bb48b89223fc2415a389630421a4f3598885328627b
sourceRevisionDigest: sha256:e348163708b8c533e7994050d70d041201ec2fc59f35ff8d238b6cfe3f599e47
sourceBlobDigest: sha256:a4bfd0ba65778a5104220868c475a6a29870a95c9018891ea04ffe956383d374
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
php-target:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:d07ff740d9a10bc407577bb48b89223fc2415a389630421a4f3598885328627b
sourceRevisionDigest: sha256:e348163708b8c533e7994050d70d041201ec2fc59f35ff8d238b6cfe3f599e47
sourceBlobDigest: sha256:a4bfd0ba65778a5104220868c475a6a29870a95c9018891ea04ffe956383d374
outLocation: /github/workspace/repo
workflow:
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1114,4 +1114,14 @@ Based on:
### Generated
- [php v0.41.0] .
### Releases
- [Composer v0.41.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.0 - .
- [Composer v0.41.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.0 - .

## 2024-09-10 20:16:17
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.395.0 (2.415.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v0.41.1] .
### Releases
- [Composer v0.41.1] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.41.1 - .
2 changes: 1 addition & 1 deletion 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.0
version: 0.41.1
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
Expand Down
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.0';
public string $sdkVersion = '0.41.1';

public string $genVersion = '2.415.0';

public string $userAgent = 'speakeasy-sdk/php 0.41.0 2.415.0 0.4.0 . speakeasy-api/speakeasy-client-sdk-php';
public string $userAgent = 'speakeasy-sdk/php 0.41.1 2.415.0 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 26fbb28

Please sign in to comment.