Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.420.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored and flemzord committed Oct 22, 2024
1 parent fade81c commit 764b553
Show file tree
Hide file tree
Showing 130 changed files with 19,154 additions and 18,342 deletions.
91 changes: 76 additions & 15 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
speakeasyVersion: 1.420.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:152423917e28f7ab99b5eaadc6f18ad1a813ee5670a8253272671db8592a4d12
sourceBlobDigest: sha256:289baef68db829be9ab3b7d551c2c8f06c9adf872c08c55eb3d4fb8cc570d555
tags:
- latest
- main
targets:
formance-python-sdk:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:152423917e28f7ab99b5eaadc6f18ad1a813ee5670a8253272671db8592a4d12
sourceBlobDigest: sha256:289baef68db829be9ab3b7d551c2c8f06c9adf872c08c55eb3d4fb8cc570d555
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://github.com/formancehq/stack/releases/download/v2.1.0-beta.3/generate.json
registry:
location: registry.speakeasyapi.dev/formance/formance/my-source
targets:
formance-python-sdk:
target: python
source: my-source
publish:
pypi:
token: $PYPI_TOKEN
3 changes: 3 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://github.com/formancehq/stack/releases/download/v2.1.0-beta.3/generate.json
registry:
location: registry.speakeasyapi.dev/formance/formance/my-source
targets:
formance-python-sdk:
target: python
Expand Down
406 changes: 228 additions & 178 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 @@ -128,4 +128,14 @@ Based on:
### Generated
- [python v4.0.0] .
### Releases
- [PyPI v4.0.0] https://pypi.org/project/formance-sdk-python/4.0.0 - .
- [PyPI v4.0.0] https://pypi.org/project/formance-sdk-python/4.0.0 - .

## 2024-10-22 00:01:57
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.420.0 (2.438.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v4.1.0] .
### Releases
- [PyPI v4.1.0] https://pypi.org/project/formance-sdk-python/4.1.0 - .
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ s = sdk.SDK(
)


res = s.get_oidc_well_knowns()
res = s.get_versions()

if res is not None:
if res.get_versions_response is not None:
# handle response
pass

Expand Down
2 changes: 0 additions & 2 deletions docs/models/errors/errorresponse.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ErrorResponse

Error


## Fields

Expand Down
2 changes: 0 additions & 2 deletions docs/models/errors/v2errorresponse.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# V2ErrorResponse

Error


## Fields

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

Error


## Fields

Expand Down
2 changes: 0 additions & 2 deletions docs/models/errors/webhookserrorresponse.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# WebhooksErrorResponse

Error


## Fields

Expand Down
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 |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `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 |
| `server_info` | [Optional[shared.ServerInfo]](../../models/shared/serverinfo.md) | :heavy_minus_sign: | Server information |
2 changes: 1 addition & 1 deletion docs/models/operations/listaccountsresponse.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 |
| `accounts_cursor_response` | [Optional[shared.AccountsCursorResponse]](../../models/shared/accountscursorresponse.md) | :heavy_minus_sign: | OK |
| `error_response` | *Optional[errors.ErrorResponse]* | :heavy_minus_sign: | Not found |
| `error_response` | [Optional[shared.ErrorResponse]](../../models/shared/errorresponse.md) | :heavy_minus_sign: | Not found |
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 |
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` | *str* | :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 |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `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 |
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 @@
| `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 |
| `v2_config_info_response` | [Optional[shared.V2ConfigInfoResponse]](../../models/shared/v2configinforesponse.md) | :heavy_minus_sign: | OK |
| `v2_config_info_response` | [Optional[shared.V2ConfigInfoResponse]](../../models/shared/v2configinforesponse.md) | :heavy_minus_sign: | OK |
| `v2_error_response` | [Optional[shared.V2ErrorResponse]](../../models/shared/v2errorresponse.md) | :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` | *str* | :heavy_check_mark: | Name of the ledger. | ledger001 |
| `request_body` | *Optional[str]* | :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 |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `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 |
Loading

0 comments on commit 764b553

Please sign in to comment.