Skip to content
Open
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
  •  
  •  
  •  
10,756 changes: 5,414 additions & 5,342 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
speakeasyVersion: 1.755.1
speakeasyVersion: 1.759.3
sources:
stacks-source:
sourceNamespace: stacks-source
sourceRevisionDigest: sha256:5f3efcd6d57a3d10c6117dc8652e196b181e1535d33294062cfb5f997c8abff0
sourceBlobDigest: sha256:9e907dbdf2d4f42763a7a8d9e384a155be7a9443e612fa924108231587f827ad
sourceRevisionDigest: sha256:cbe386daae9f188190ef706592b7d8f47d08842b64db2b7425a5f26192c3b80d
sourceBlobDigest: sha256:43596c6d78adb93167d2c34236981efe1f1ed199738110e3e2e9f2b194128db5
tags:
- latest
targets:
formance-python-sdk:
source: stacks-source
sourceNamespace: stacks-source
sourceRevisionDigest: sha256:5f3efcd6d57a3d10c6117dc8652e196b181e1535d33294062cfb5f997c8abff0
sourceBlobDigest: sha256:9e907dbdf2d4f42763a7a8d9e384a155be7a9443e612fa924108231587f827ad
sourceRevisionDigest: sha256:cbe386daae9f188190ef706592b7d8f47d08842b64db2b7425a5f26192c3b80d
sourceBlobDigest: sha256:43596c6d78adb93167d2c34236981efe1f1ed199738110e3e2e9f2b194128db5
codeSamplesNamespace: stacks-source-python-code-samples
codeSamplesRevisionDigest: sha256:eb6b8af3717863ec685901d852ecfdb67d92ca4233b155ca982de78fe3309f86
codeSamplesRevisionDigest: sha256:843972a79f3ae8db1521d8517458d23e823f6e45816ca53bebd578a563e07a64
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
stacks-source:
inputs:
- location: registry.speakeasyapi.dev/formance/formance/stacks-source@latest
- location: registry.speakeasyapi.dev/formance/formance/stacks-source@LATEST_RELEASE
registry:
location: registry.speakeasyapi.dev/formance/formance/stacks-source
targets:
Expand Down
104 changes: 20 additions & 84 deletions README-PYPI.md

Large diffs are not rendered by default.

104 changes: 20 additions & 84 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 @@ -248,4 +248,14 @@ Based on:
### Generated
- [python v7.0.0] .
### Releases
- [PyPI v7.0.0] https://pypi.org/project/formance-sdk-python/7.0.0 - .
- [PyPI v7.0.0] https://pypi.org/project/formance-sdk-python/7.0.0 - .

## 2026-03-29 00:51:13
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.759.3 (2.869.25) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v7.1.0] .
### Releases
- [PyPI v7.1.0] https://pypi.org/project/formance-sdk-python/7.1.0 - .
17 changes: 17 additions & 0 deletions docs/models/auth/clientoptions1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ClientOptions1


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| `metadata` | Dict[str, *str*] | :heavy_minus_sign: | N/A |
| `description` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `id` | *str* | :heavy_check_mark: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
| `post_logout_redirect_uris` | List[*str*] | :heavy_minus_sign: | N/A |
| `public` | *Optional[bool]* | :heavy_minus_sign: | N/A |
| `redirect_uris` | List[*str*] | :heavy_minus_sign: | N/A |
| `scopes` | List[*str*] | :heavy_minus_sign: | N/A |
| `secrets` | List[[auth.ClientSecret](../../models/auth/clientsecret.md)] | :heavy_minus_sign: | N/A |
| `trusted` | *Optional[bool]* | :heavy_minus_sign: | N/A |
15 changes: 15 additions & 0 deletions docs/models/auth/clientoptions2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ClientOptions2


## Fields

| Field | Type | Required | Description |
| --------------------------- | --------------------------- | --------------------------- | --------------------------- |
| `metadata` | Dict[str, *str*] | :heavy_minus_sign: | N/A |
| `description` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
| `post_logout_redirect_uris` | List[*str*] | :heavy_minus_sign: | N/A |
| `public` | *Optional[bool]* | :heavy_minus_sign: | N/A |
| `redirect_uris` | List[*str*] | :heavy_minus_sign: | N/A |
| `scopes` | List[*str*] | :heavy_minus_sign: | N/A |
| `trusted` | *Optional[bool]* | :heavy_minus_sign: | N/A |
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `metadata` | Dict[str, *str*] | :heavy_minus_sign: | N/A |
| `id` | *str* | :heavy_check_mark: | N/A |
| `last_digits` | *str* | :heavy_check_mark: | N/A |
| `metadata` | Dict[str, *str*] | :heavy_minus_sign: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
8 changes: 8 additions & 0 deletions docs/models/auth/createclientresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CreateClientResponse


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `client_options` | [Optional[auth.ClientOptions1]](../../models/auth/clientoptions1.md) | :heavy_minus_sign: | N/A |
8 changes: 8 additions & 0 deletions docs/models/auth/createsecretresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CreateSecretResponse


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `secret_options` | [Optional[auth.SecretOptions2]](../../models/auth/secretoptions2.md) | :heavy_minus_sign: | N/A |
8 changes: 8 additions & 0 deletions docs/models/auth/listclientsresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ListClientsResponse


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `data` | List[[auth.ClientOptions1](../../models/auth/clientoptions1.md)] | :heavy_minus_sign: | N/A |
8 changes: 8 additions & 0 deletions docs/models/auth/listusersresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ListUsersResponse


## Fields

| Field | Type | Required | Description |
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| `data` | List[[auth.User](../../models/auth/user.md)] | :heavy_minus_sign: | N/A |
8 changes: 8 additions & 0 deletions docs/models/auth/readclientresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ReadClientResponse


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `client_options` | [Optional[auth.ClientOptions1]](../../models/auth/clientoptions1.md) | :heavy_minus_sign: | N/A |
8 changes: 8 additions & 0 deletions docs/models/auth/readuserresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ReadUserResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
| `user` | [Optional[auth.User]](../../models/auth/user.md) | :heavy_minus_sign: | N/A |
9 changes: 9 additions & 0 deletions docs/models/auth/secretoptions1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SecretOptions1


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `metadata` | Dict[str, *str*] | :heavy_minus_sign: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
12 changes: 12 additions & 0 deletions docs/models/auth/secretoptions2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SecretOptions2


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `metadata` | Dict[str, *str*] | :heavy_minus_sign: | N/A |
| `clear` | *str* | :heavy_check_mark: | N/A |
| `id` | *str* | :heavy_check_mark: | N/A |
| `last_digits` | *str* | :heavy_check_mark: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions docs/models/errors/error.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/models/errors/errorresponse.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/models/errors/paymentserrorresponse.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/models/errors/reconciliationerrorresponse.md

This file was deleted.

Loading