Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc v2.0.0-rc.34, Speakeasy CLI 1.314.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 22, 2024
1 parent cfa3be1 commit 1cbe036
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
lockVersion: 2.0.0
id: 0b9e0548-6a63-426d-aa19-95795ea55543
management:
docChecksum: e567423a9ded9ae8d147cb079b72d691
docVersion: v2.0.0-rc.31
speakeasyVersion: 1.299.3
generationVersion: 2.338.7
releaseVersion: 2.1.0
configChecksum: ed36eb71accfa543f60868193ebed917
docChecksum: 3989f7570e3338d2f3ec297962927b19
docVersion: v2.0.0-rc.34
speakeasyVersion: 1.314.2
generationVersion: 2.349.6
releaseVersion: 2.1.1
configChecksum: e29b774e8d29a832744b171433f631fd
repoURL: https://github.com/formancehq/formance-sdk-php.git
repoSubDirectory: .
installationURL: https://github.com/formancehq/formance-sdk-php
published: true
features:
php:
core: 3.3.4
core: 3.3.6
deprecations: 2.81.1
getRequestBodies: 2.81.1
globalSecurity: 2.81.6
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,14 @@ Based on:
### Generated
- [php v2.1.0] .
### Releases
- [Composer v2.1.0] https://packagist.org/packages/formance/formance-sdk#v2.1.0 - .
- [Composer v2.1.0] https://packagist.org/packages/formance/formance-sdk#v2.1.0 - .

## 2024-06-22 00:06:08
### Changes
Based on:
- OpenAPI Doc v2.0.0-rc.34
- Speakeasy CLI 1.314.2 (2.349.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v2.1.1] .
### Releases
- [Composer v2.1.1] https://packagist.org/packages/formance/formance-sdk#v2.1.1 - .
2 changes: 1 addition & 1 deletion docs/Models/Operations/ListAccountsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `accountsCursorResponse` | [?\formance\stack\Models\Shared\AccountsCursorResponse](../../Models/Shared/AccountsCursorResponse.md) | :heavy_minus_sign: | OK |
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `errorResponse` | [?\formance\stack\Models\Shared\ErrorResponse](../../Models/Shared/ErrorResponse.md) | :heavy_minus_sign: | Error |
| `errorResponse` | [?\formance\stack\Models\Shared\ErrorResponse](../../Models/Shared/ErrorResponse.md) | :heavy_minus_sign: | Not found |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [\Psr\Http\Message\ResponseInterface](https://www.php-fig.org/psr/psr-7/#33-psrhttpmessageresponseinterface) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
comments: {}
telemetryEnabled: false
php:
version: 2.1.0
version: 2.1.1
flattenGlobalSecurity: true
imports:
option: openapi
Expand Down
3 changes: 2 additions & 1 deletion pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"no_extra_blank_lines": false,
"no_blank_lines_after_class_opening": false,
"single_line_after_imports": false,
"no_trailing_whitespace_in_comment": false
"no_trailing_whitespace_in_comment": false,
"single_line_empty_body": false
}
}
2 changes: 1 addition & 1 deletion src/Models/Operations/ListAccountsResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ListAccountsResponse
public string $contentType;

/**
* Error
* Not found
*
* @var ?\formance\stack\Models\Shared\ErrorResponse $errorResponse
*/
Expand Down
8 changes: 4 additions & 4 deletions src/SDKConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ class SDKConfiguration

public string $language = 'php';

public string $openapiDocVersion = 'v2.0.0-rc.31';
public string $openapiDocVersion = 'v2.0.0-rc.34';

public string $sdkVersion = '2.1.0';
public string $sdkVersion = '2.1.1';

public string $genVersion = '2.338.7';
public string $genVersion = '2.349.6';

public string $userAgent = 'speakeasy-sdk/php 2.1.0 2.338.7 v2.0.0-rc.31 formance/formance-sdk';
public string $userAgent = 'speakeasy-sdk/php 2.1.1 2.349.6 v2.0.0-rc.34 formance/formance-sdk';

public function getServerUrl(): string
{
Expand Down

0 comments on commit 1cbe036

Please sign in to comment.