Skip to content

Commit 3678779

Browse files
authored
Merge pull request #45 from formancehq/speakeasy-sdk-regen-1749112152
chore: 🐝 Update SDK - Generate 6.3.0
2 parents e3e99c2 + c8da6ff commit 3678779

File tree

495 files changed

+7098
-5259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

495 files changed

+7098
-5259
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**/__pycache__/
2+
README-PYPI.md
3+
**/.speakeasy/temp/
4+
**/.speakeasy/logs/
15
.venv/
26
pyrightconfig.json
37
.speakeasy/reports

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 248 additions & 298 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
speakeasyVersion: 1.521.1
1+
speakeasyVersion: 1.555.3
22
sources:
33
stacks-source:
44
sourceNamespace: stacks-source
5-
sourceRevisionDigest: sha256:357e617ad3da84f2dedfe1349f445fcf5c38f4c28811fa3a335a6dd83b0be942
6-
sourceBlobDigest: sha256:f425dd02ba31efb8d82cd4e74907e8d515b79a0a74f5e6aac33d5fe02c2d5770
5+
sourceRevisionDigest: sha256:078e0621b2b3950989917f3c336f098de484cdff58603076ce7f80ac5e3f82a9
6+
sourceBlobDigest: sha256:d7707e7839c0592f7ebcfeae3d3ce0cc28ec3362939a19974e3ee1f494514a7e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1742563401
10-
- v3.0.3
9+
- speakeasy-sdk-regen-1749112152
10+
- v3.0.4
1111
targets:
1212
formance-python-sdk:
1313
source: stacks-source
1414
sourceNamespace: stacks-source
15-
sourceRevisionDigest: sha256:357e617ad3da84f2dedfe1349f445fcf5c38f4c28811fa3a335a6dd83b0be942
16-
sourceBlobDigest: sha256:f425dd02ba31efb8d82cd4e74907e8d515b79a0a74f5e6aac33d5fe02c2d5770
15+
sourceRevisionDigest: sha256:078e0621b2b3950989917f3c336f098de484cdff58603076ce7f80ac5e3f82a9
16+
sourceBlobDigest: sha256:d7707e7839c0592f7ebcfeae3d3ce0cc28ec3362939a19974e3ee1f494514a7e
1717
codeSamplesNamespace: stacks-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:e1d130cf6338eb2dca65b25d35105b4e0a07a65d9c679a2844b1a9bfd3d8e238
18+
codeSamplesRevisionDigest: sha256:e96bd9e56340416de291384b7e73672829a5ea50760e4ad427adef99b74ff52a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest
2222
sources:
2323
stacks-source:
2424
inputs:
25-
- location: https://github.com/formancehq/stack/releases/download/v3.0.3/generate.json
25+
- location: https://github.com/formancehq/stack/releases/download/v3.0.4/generate.json
2626
registry:
2727
location: registry.speakeasyapi.dev/formance/formance/stacks-source
2828
targets:

β€ŽREADME-PYPI.mdβ€Ž

Lines changed: 191 additions & 191 deletions
Large diffs are not rendered by default.

β€ŽREADME.mdβ€Ž

Lines changed: 191 additions & 191 deletions
Large diffs are not rendered by default.

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,14 @@ Based on:
198198
### Generated
199199
- [python v6.2.1] .
200200
### Releases
201-
- [PyPI v6.2.1] https://pypi.org/project/formance-sdk-python/6.2.1 - .
201+
- [PyPI v6.2.1] https://pypi.org/project/formance-sdk-python/6.2.1 - .
202+
203+
## 2025-06-05 08:36:45
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc
207+
- Speakeasy CLI 1.555.3 (2.620.2) https://github.com/speakeasy-api/speakeasy
208+
### Generated
209+
- [python v6.3.0] .
210+
### Releases
211+
- [PyPI v6.3.0] https://pypi.org/project/formance-sdk-python/6.3.0 - .

β€Ždocs/models/errors/error.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ General error
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
10-
| `error_code` | [errors.ErrorCode](../../models/errors/errorcode.md) | :heavy_check_mark: | N/A |
11-
| `error_message` | *str* | :heavy_check_mark: | N/A |
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
10+
| `error_code` | [errors.ErrorErrorCode](../../models/errors/errorerrorcode.md) | :heavy_check_mark: | N/A |
11+
| `error_message` | *str* | :heavy_check_mark: | N/A |

β€Ždocs/models/errors/errorcode.mdβ€Ž renamed to β€Ždocs/models/errors/errorerrorcode.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ErrorCode
1+
# ErrorErrorCode
22

33

44
## Values

β€Ždocs/models/errors/errorresponse.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
| Field | Type | Required | Description | Example |
77
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
8+
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | https://play.numscript.org/?payload=eyJlcnJvciI6ImFjY291bnQgaGFkIGluc3VmZmljaWVudCBmdW5kcyJ9 |
89
| `error_code` | [shared.ErrorsEnum](../../models/shared/errorsenum.md) | :heavy_check_mark: | N/A | INSUFFICIENT_FUND |
9-
| `error_message` | *str* | :heavy_check_mark: | N/A | [INSUFFICIENT_FUND] account had insufficient funds |
10-
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | https://play.numscript.org/?payload=eyJlcnJvciI6ImFjY291bnQgaGFkIGluc3VmZmljaWVudCBmdW5kcyJ9 |
10+
| `error_message` | *str* | :heavy_check_mark: | N/A | [INSUFFICIENT_FUND] account had insufficient funds |

β€Ždocs/models/errors/reconciliationerrorresponse.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Error response
77

88
| Field | Type | Required | Description | Example |
99
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
10+
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | |
1011
| `error_code` | *str* | :heavy_check_mark: | N/A | VALIDATION |
11-
| `error_message` | *str* | :heavy_check_mark: | N/A | |
12-
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | |
12+
| `error_message` | *str* | :heavy_check_mark: | N/A | |

0 commit comments

Comments
Β (0)