Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**/__pycache__/
README-PYPI.md
**/.speakeasy/temp/
**/.speakeasy/logs/
.venv/
pyrightconfig.json
.speakeasy/reports
Expand Down
546 changes: 248 additions & 298 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
speakeasyVersion: 1.521.1
speakeasyVersion: 1.555.3
sources:
stacks-source:
sourceNamespace: stacks-source
sourceRevisionDigest: sha256:357e617ad3da84f2dedfe1349f445fcf5c38f4c28811fa3a335a6dd83b0be942
sourceBlobDigest: sha256:f425dd02ba31efb8d82cd4e74907e8d515b79a0a74f5e6aac33d5fe02c2d5770
sourceRevisionDigest: sha256:078e0621b2b3950989917f3c336f098de484cdff58603076ce7f80ac5e3f82a9
sourceBlobDigest: sha256:d7707e7839c0592f7ebcfeae3d3ce0cc28ec3362939a19974e3ee1f494514a7e
tags:
- latest
- speakeasy-sdk-regen-1742563401
- v3.0.3
- speakeasy-sdk-regen-1749112152
- v3.0.4
targets:
formance-python-sdk:
source: stacks-source
sourceNamespace: stacks-source
sourceRevisionDigest: sha256:357e617ad3da84f2dedfe1349f445fcf5c38f4c28811fa3a335a6dd83b0be942
sourceBlobDigest: sha256:f425dd02ba31efb8d82cd4e74907e8d515b79a0a74f5e6aac33d5fe02c2d5770
sourceRevisionDigest: sha256:078e0621b2b3950989917f3c336f098de484cdff58603076ce7f80ac5e3f82a9
sourceBlobDigest: sha256:d7707e7839c0592f7ebcfeae3d3ce0cc28ec3362939a19974e3ee1f494514a7e
codeSamplesNamespace: stacks-source-python-code-samples
codeSamplesRevisionDigest: sha256:e1d130cf6338eb2dca65b25d35105b4e0a07a65d9c679a2844b1a9bfd3d8e238
codeSamplesRevisionDigest: sha256:e96bd9e56340416de291384b7e73672829a5ea50760e4ad427adef99b74ff52a
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
stacks-source:
inputs:
- location: https://github.com/formancehq/stack/releases/download/v3.0.3/generate.json
- location: https://github.com/formancehq/stack/releases/download/v3.0.4/generate.json
registry:
location: registry.speakeasyapi.dev/formance/formance/stacks-source
targets:
Expand Down
382 changes: 191 additions & 191 deletions README-PYPI.md

Large diffs are not rendered by default.

382 changes: 191 additions & 191 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 @@ -198,4 +198,14 @@ Based on:
### Generated
- [python v6.2.1] .
### Releases
- [PyPI v6.2.1] https://pypi.org/project/formance-sdk-python/6.2.1 - .
- [PyPI v6.2.1] https://pypi.org/project/formance-sdk-python/6.2.1 - .

## 2025-06-05 08:36:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.555.3 (2.620.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v6.3.0] .
### Releases
- [PyPI v6.3.0] https://pypi.org/project/formance-sdk-python/6.3.0 - .
8 changes: 4 additions & 4 deletions docs/models/errors/error.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ General error

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- |
| `error_code` | [errors.ErrorCode](../../models/errors/errorcode.md) | :heavy_check_mark: | N/A |
| `error_message` | *str* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
| `error_code` | [errors.ErrorErrorCode](../../models/errors/errorerrorcode.md) | :heavy_check_mark: | N/A |
| `error_message` | *str* | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ErrorCode
# ErrorErrorCode


## Values
Expand Down
4 changes: 2 additions & 2 deletions docs/models/errors/errorresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | https://play.numscript.org/?payload=eyJlcnJvciI6ImFjY291bnQgaGFkIGluc3VmZmljaWVudCBmdW5kcyJ9 |
| `error_code` | [shared.ErrorsEnum](../../models/shared/errorsenum.md) | :heavy_check_mark: | N/A | INSUFFICIENT_FUND |
| `error_message` | *str* | :heavy_check_mark: | N/A | [INSUFFICIENT_FUND] account had insufficient funds |
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | https://play.numscript.org/?payload=eyJlcnJvciI6ImFjY291bnQgaGFkIGluc3VmZmljaWVudCBmdW5kcyJ9 |
| `error_message` | *str* | :heavy_check_mark: | N/A | [INSUFFICIENT_FUND] account had insufficient funds |
4 changes: 2 additions & 2 deletions docs/models/errors/reconciliationerrorresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Error response

| Field | Type | Required | Description | Example |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | |
| `error_code` | *str* | :heavy_check_mark: | N/A | VALIDATION |
| `error_message` | *str* | :heavy_check_mark: | N/A | |
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | |
| `error_message` | *str* | :heavy_check_mark: | N/A | |
2 changes: 1 addition & 1 deletion docs/models/errors/v2error.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ General error

| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error_code` | [errors.SchemasErrorCode](../../models/errors/schemaserrorcode.md) | :heavy_check_mark: | N/A |
| `error_code` | [errors.V2ErrorErrorCode](../../models/errors/v2errorerrorcode.md) | :heavy_check_mark: | N/A |
| `error_message` | *str* | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SchemasErrorCode
# V2ErrorErrorCode


## Values
Expand Down
4 changes: 2 additions & 2 deletions docs/models/errors/v2errorresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | https://play.numscript.org/?payload=eyJlcnJvciI6ImFjY291bnQgaGFkIGluc3VmZmljaWVudCBmdW5kcyJ9 |
| `error_code` | [shared.V2ErrorsEnum](../../models/shared/v2errorsenum.md) | :heavy_check_mark: | N/A | VALIDATION |
| `error_message` | *str* | :heavy_check_mark: | N/A | [VALIDATION] invalid 'cursor' query param |
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | https://play.numscript.org/?payload=eyJlcnJvciI6ImFjY291bnQgaGFkIGluc3VmZmljaWVudCBmdW5kcyJ9 |
| `error_message` | *str* | :heavy_check_mark: | N/A | [VALIDATION] invalid 'cursor' query param |
4 changes: 2 additions & 2 deletions docs/models/errors/v3errorresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

| Field | Type | Required | Description | Example |
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | |
| `error_code` | [shared.V3ErrorsEnum](../../models/shared/v3errorsenum.md) | :heavy_check_mark: | N/A | VALIDATION |
| `error_message` | *str* | :heavy_check_mark: | N/A | [VALIDATION] missing required config field: pollingPeriod |
| `details` | *Optional[str]* | :heavy_minus_sign: | N/A | |
| `error_message` | *str* | :heavy_check_mark: | N/A | [VALIDATION] missing required config field: pollingPeriod |
8 changes: 4 additions & 4 deletions docs/models/errors/walletserrorresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `error_code` | [errors.SchemasWalletsErrorResponseErrorCode](../../models/errors/schemaswalletserrorresponseerrorcode.md) | :heavy_check_mark: | N/A |
| `error_message` | *str* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `error_code` | [errors.WalletsErrorResponseErrorCode](../../models/errors/walletserrorresponseerrorcode.md) | :heavy_check_mark: | N/A |
| `error_message` | *str* | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SchemasWalletsErrorResponseErrorCode
# WalletsErrorResponseErrorCode


## Values
Expand Down
Loading