Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc v2.0.0-rc.18, Speakeasy CLI 1.219.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored and Shiroy committed Mar 22, 2024
1 parent 8ec4d1d commit 5ddcd87
Show file tree
Hide file tree
Showing 55 changed files with 165 additions and 107 deletions.
20 changes: 10 additions & 10 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 1e0c88f5-b1c8-4198-83d8-36bd00451cd3
management:
docChecksum: 254f15d23bfd21d49b8db8ecb44639be
docVersion: v2.0.0-rc.16
speakeasyVersion: 1.209.3
generationVersion: 2.281.2
releaseVersion: 2.1.0
configChecksum: 61758f75deba7b9e60eda7a63adb1777
docChecksum: b48bcb11c6ebfbb0f797aef5364a5064
docVersion: v2.0.0-rc.18
speakeasyVersion: 1.219.2
generationVersion: 2.286.7
releaseVersion: 2.1.1
configChecksum: aa3a5633587caff071a7c43ed346f3c8
repoURL: https://github.com/formancehq/formance-sdk-python.git
repoSubDirectory: .
installationURL: https://github.com/formancehq/formance-sdk-python.git
Expand All @@ -18,7 +18,7 @@ features:
deprecations: 2.81.1
errors: 2.81.8
getRequestBodies: 2.81.1
globalSecurity: 2.83.4
globalSecurity: 2.83.5
globalServerURLs: 2.82.2
groups: 2.81.2
ignores: 2.81.1
Expand Down Expand Up @@ -502,7 +502,6 @@ generatedFiles:
- src/sdk/models/shared/reconciliationrequest.py
- src/sdk/models/shared/response.py
- src/sdk/models/shared/query.py
- src/sdk/models/shared/walletserrorresponse.py
- src/sdk/models/shared/confirmholdrequest.py
- src/sdk/models/shared/createbalanceresponse.py
- src/sdk/models/shared/balance.py
Expand Down Expand Up @@ -534,6 +533,7 @@ generatedFiles:
- src/sdk/models/errors/errorresponse.py
- src/sdk/models/errors/v2errorresponse.py
- src/sdk/models/errors/v2error.py
- src/sdk/models/errors/walletserrorresponse.py
- src/sdk/models/errors/webhookserrorresponse.py
- src/sdk/models/__init__.py
- src/sdk/models/errors/__init__.py
Expand Down Expand Up @@ -1227,8 +1227,6 @@ generatedFiles:
- docs/models/shared/response.md
- docs/models/shared/queryraw.md
- docs/models/shared/query.md
- docs/models/shared/walletserrorresponseerrorcode.md
- docs/models/shared/walletserrorresponse.md
- docs/models/shared/confirmholdrequest.md
- docs/models/shared/createbalanceresponse.md
- docs/models/shared/balance.md
Expand Down Expand Up @@ -1266,6 +1264,8 @@ generatedFiles:
- docs/models/errors/v2errorresponse.md
- docs/models/errors/errorcode.md
- docs/models/errors/v2error.md
- docs/models/errors/schemaserrorcode.md
- docs/models/errors/walletserrorresponse.md
- docs/models/errors/webhookserrorresponse.md
- docs/sdks/sdk/README.md
- docs/sdks/auth/README.md
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [python v2.1.0] .
### Releases
- [PyPI v2.1.0] https://pypi.org/project/formance-sdk-python/2.1.0 - .
- [PyPI v2.1.0] https://pypi.org/project/formance-sdk-python/2.1.0 - .

## 2024-03-22 00:02:11
### Changes
Based on:
- OpenAPI Doc v2.0.0-rc.18
- Speakeasy CLI 1.219.2 (2.286.7) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.1.1] .
### Releases
- [PyPI v2.1.1] https://pypi.org/project/formance-sdk-python/2.1.1 - .
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WalletsErrorResponseErrorCode
# SchemasErrorCode


## Values
Expand Down
11 changes: 11 additions & 0 deletions docs/models/errors/walletserrorresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# WalletsErrorResponse

Error


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error_code` | [errors.SchemasErrorCode](../../models/errors/schemaserrorcode.md) | :heavy_check_mark: | N/A |
| `error_message` | *str* | :heavy_check_mark: | N/A |
2 changes: 1 addition & 1 deletion docs/models/operations/confirmholdresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `wallets_error_response` | [Optional[shared.WalletsErrorResponse]](../../models/shared/walletserrorresponse.md) | :heavy_minus_sign: | Error |
| `wallets_error_response` | *Optional[errors.WalletsErrorResponse]* | :heavy_minus_sign: | Error |
2 changes: 1 addition & 1 deletion docs/models/operations/createbalanceresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `create_balance_response` | [Optional[shared.CreateBalanceResponse]](../../models/shared/createbalanceresponse.md) | :heavy_minus_sign: | Created balance |
| `wallets_error_response` | [Optional[shared.WalletsErrorResponse]](../../models/shared/walletserrorresponse.md) | :heavy_minus_sign: | Error |
| `wallets_error_response` | *Optional[errors.WalletsErrorResponse]* | :heavy_minus_sign: | Error |
2 changes: 1 addition & 1 deletion docs/models/operations/createwalletresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `create_wallet_response` | [Optional[shared.CreateWalletResponse]](../../models/shared/createwalletresponse.md) | :heavy_minus_sign: | Wallet created |
| `wallets_error_response` | [Optional[shared.WalletsErrorResponse]](../../models/shared/walletserrorresponse.md) | :heavy_minus_sign: | Error |
| `wallets_error_response` | *Optional[errors.WalletsErrorResponse]* | :heavy_minus_sign: | Error |
2 changes: 1 addition & 1 deletion docs/models/operations/creditwalletresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `wallets_error_response` | [Optional[shared.WalletsErrorResponse]](../../models/shared/walletserrorresponse.md) | :heavy_minus_sign: | Error |
| `wallets_error_response` | *Optional[errors.WalletsErrorResponse]* | :heavy_minus_sign: | Error |
2 changes: 1 addition & 1 deletion docs/models/operations/debitwalletresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `debit_wallet_response` | [Optional[shared.DebitWalletResponse]](../../models/shared/debitwalletresponse.md) | :heavy_minus_sign: | Wallet successfully debited as a pending hold |
| `wallets_error_response` | [Optional[shared.WalletsErrorResponse]](../../models/shared/walletserrorresponse.md) | :heavy_minus_sign: | Error |
| `wallets_error_response` | *Optional[errors.WalletsErrorResponse]* | :heavy_minus_sign: | Error |
2 changes: 1 addition & 1 deletion docs/models/operations/getbalanceresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `get_balance_response` | [Optional[shared.GetBalanceResponse]](../../models/shared/getbalanceresponse.md) | :heavy_minus_sign: | Balance summary |
| `wallets_error_response` | [Optional[shared.WalletsErrorResponse]](../../models/shared/walletserrorresponse.md) | :heavy_minus_sign: | Error |
| `wallets_error_response` | *Optional[errors.WalletsErrorResponse]* | :heavy_minus_sign: | Error |
2 changes: 1 addition & 1 deletion docs/models/operations/getholdresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `get_hold_response` | [Optional[shared.GetHoldResponse]](../../models/shared/getholdresponse.md) | :heavy_minus_sign: | Holds |
| `wallets_error_response` | [Optional[shared.WalletsErrorResponse]](../../models/shared/walletserrorresponse.md) | :heavy_minus_sign: | Error |
| `wallets_error_response` | *Optional[errors.WalletsErrorResponse]* | :heavy_minus_sign: | Error |
2 changes: 1 addition & 1 deletion docs/models/operations/getholdsresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `get_holds_response` | [Optional[shared.GetHoldsResponse]](../../models/shared/getholdsresponse.md) | :heavy_minus_sign: | Holds |
| `wallets_error_response` | [Optional[shared.WalletsErrorResponse]](../../models/shared/walletserrorresponse.md) | :heavy_minus_sign: | Error |
| `wallets_error_response` | *Optional[errors.WalletsErrorResponse]* | :heavy_minus_sign: | Error |

0 comments on commit 5ddcd87

Please sign in to comment.