Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc v2.1.0-beta.1, Speakeasy CLI 1.395.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 11, 2024
1 parent d9ff3a4 commit f51e71a
Show file tree
Hide file tree
Showing 767 changed files with 24,310 additions and 21,421 deletions.
4,595 changes: 3,150 additions & 1,445 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

397 changes: 207 additions & 190 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,14 @@ Based on:
### Generated
- [php v2.3.2] .
### Releases
- [Composer v2.3.2] https://packagist.org/packages/formance/formance-sdk#v2.3.2 - .
- [Composer v2.3.2] https://packagist.org/packages/formance/formance-sdk#v2.3.2 - .

## 2024-09-11 00:06:58
### Changes
Based on:
- OpenAPI Doc v2.1.0-beta.1
- Speakeasy CLI 1.395.1 (2.415.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [php v2.4.0] .
### Releases
- [Composer v2.4.0] https://packagist.org/packages/formance/formance-sdk#v2.4.0 - .
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ $security->authorization = '<YOUR_AUTHORIZATION_HERE>';
$sdk = stack\SDK::builder()->setSecurity($security)->build();

try {
$response = $sdk->getOIDCWellKnowns();
$response = $sdk->getVersions();

if ($response->statusCode === 200) {
if ($response->getVersionsResponse !== null) {
// handle response
}
} catch (Throwable $e) {
Expand Down
4 changes: 2 additions & 2 deletions docs/Models/Operations/AddMetadataToAccountRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `requestBody` | array<string, *mixed*> | :heavy_check_mark: | metadata | |
| `address` | *string* | :heavy_check_mark: | Exact address of the account. It must match the following regular expressions pattern:<br/>```<br/>^\w+(:\w+)*$<br/>```<br/> | users:001 |
| `ledger` | *string* | :heavy_check_mark: | Name of the ledger. | ledger001 |
| `ledger` | *string* | :heavy_check_mark: | Name of the ledger. | ledger001 |
| `requestBody` | array<string, *mixed*> | :heavy_check_mark: | metadata | |
11 changes: 11 additions & 0 deletions docs/Models/Operations/GetServerInfoResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GetServerInfoResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `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 |
| `serverInfo` | [?Shared\ServerInfo](../../Models/Shared/ServerInfo.md) | :heavy_minus_sign: | Server information |
8 changes: 8 additions & 0 deletions docs/Models/Operations/Order.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Order


## Values

| Name | Value |
| ----------- | ----------- |
| `Effective` | effective |
4 changes: 2 additions & 2 deletions docs/Models/Operations/UpdateMappingRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

| Field | Type | Required | Description | Example |
| ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
| `mapping` | [Shared\Mapping](../../Models/Shared/Mapping.md) | :heavy_check_mark: | N/A | |
| `ledger` | *string* | :heavy_check_mark: | Name of the ledger. | ledger001 |
| `ledger` | *string* | :heavy_check_mark: | Name of the ledger. | ledger001 |
| `mapping` | [Shared\Mapping](../../Models/Shared/Mapping.md) | :heavy_check_mark: | N/A | |
4 changes: 2 additions & 2 deletions docs/Models/Operations/UpdateMetadataRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

| Field | Type | Required | Description | Example |
| ----------------------- | ----------------------- | ----------------------- | ----------------------- | ----------------------- |
| `requestBody` | array<string, *string*> | :heavy_check_mark: | N/A | |
| `paymentId` | *string* | :heavy_check_mark: | The payment ID. | XXX |
| `paymentId` | *string* | :heavy_check_mark: | The payment ID. | XXX |
| `requestBody` | array<string, *string*> | :heavy_check_mark: | N/A | |
8 changes: 8 additions & 0 deletions docs/Models/Operations/V2ExportLogsRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# V2ExportLogsRequest


## Fields

| Field | Type | Required | Description | Example |
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
| `ledger` | *string* | :heavy_check_mark: | Name of the ledger. | ledger001 |
10 changes: 10 additions & 0 deletions docs/Models/Operations/V2ExportLogsResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# V2ExportLogsResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `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 |
3 changes: 2 additions & 1 deletion docs/Models/Operations/V2GetInfoResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `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 |
| `v2ConfigInfoResponse` | [?Shared\V2ConfigInfoResponse](../../Models/Shared/V2ConfigInfoResponse.md) | :heavy_minus_sign: | OK |
| `v2ConfigInfoResponse` | [?Shared\V2ConfigInfoResponse](../../Models/Shared/V2ConfigInfoResponse.md) | :heavy_minus_sign: | OK |
| `v2ErrorResponse` | *?Errors\V2ErrorResponse* | :heavy_minus_sign: | Error |
9 changes: 9 additions & 0 deletions docs/Models/Operations/V2ImportLogsRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# V2ImportLogsRequest


## Fields

| Field | Type | Required | Description | Example |
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
| `ledger` | *string* | :heavy_check_mark: | Name of the ledger. | ledger001 |
| `requestBody` | *?string* | :heavy_minus_sign: | N/A | |
10 changes: 10 additions & 0 deletions docs/Models/Operations/V2ImportLogsResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# V2ImportLogsResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
| `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 |
Loading

0 comments on commit f51e71a

Please sign in to comment.