Skip to content

Commit 764b553

Browse files
speakeasybotflemzord
authored andcommitted
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.420.0
1 parent fade81c commit 764b553

File tree

130 files changed

+19154
-18342
lines changed

Some content is hidden

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

130 files changed

+19154
-18342
lines changed

.speakeasy/gen.lock

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

.speakeasy/workflow.lock

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
speakeasyVersion: 1.420.0
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:152423917e28f7ab99b5eaadc6f18ad1a813ee5670a8253272671db8592a4d12
6+
sourceBlobDigest: sha256:289baef68db829be9ab3b7d551c2c8f06c9adf872c08c55eb3d4fb8cc570d555
7+
tags:
8+
- latest
9+
- main
10+
targets:
11+
formance-python-sdk:
12+
source: my-source
13+
sourceNamespace: my-source
14+
sourceRevisionDigest: sha256:152423917e28f7ab99b5eaadc6f18ad1a813ee5670a8253272671db8592a4d12
15+
sourceBlobDigest: sha256:289baef68db829be9ab3b7d551c2c8f06c9adf872c08c55eb3d4fb8cc570d555
16+
workflow:
17+
workflowVersion: 1.0.0
18+
speakeasyVersion: latest
19+
sources:
20+
my-source:
21+
inputs:
22+
- location: https://github.com/formancehq/stack/releases/download/v2.1.0-beta.3/generate.json
23+
registry:
24+
location: registry.speakeasyapi.dev/formance/formance/my-source
25+
targets:
26+
formance-python-sdk:
27+
target: python
28+
source: my-source
29+
publish:
30+
pypi:
31+
token: $PYPI_TOKEN

.speakeasy/workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
workflowVersion: 1.0.0
2+
speakeasyVersion: latest
23
sources:
34
my-source:
45
inputs:
56
- location: https://github.com/formancehq/stack/releases/download/v2.1.0-beta.3/generate.json
7+
registry:
8+
location: registry.speakeasyapi.dev/formance/formance/my-source
69
targets:
710
formance-python-sdk:
811
target: python

README.md

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@ Based on:
128128
### Generated
129129
- [python v4.0.0] .
130130
### Releases
131-
- [PyPI v4.0.0] https://pypi.org/project/formance-sdk-python/4.0.0 - .
131+
- [PyPI v4.0.0] https://pypi.org/project/formance-sdk-python/4.0.0 - .
132+
133+
## 2024-10-22 00:01:57
134+
### Changes
135+
Based on:
136+
- OpenAPI Doc
137+
- Speakeasy CLI 1.420.0 (2.438.15) https://github.com/speakeasy-api/speakeasy
138+
### Generated
139+
- [python v4.1.0] .
140+
### Releases
141+
- [PyPI v4.1.0] https://pypi.org/project/formance-sdk-python/4.1.0 - .

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ s = sdk.SDK(
1111
)
1212

1313

14-
res = s.get_oidc_well_knowns()
14+
res = s.get_versions()
1515

16-
if res is not None:
16+
if res.get_versions_response is not None:
1717
# handle response
1818
pass
1919

docs/models/errors/errorresponse.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ErrorResponse
22

3-
Error
4-
53

64
## Fields
75

docs/models/errors/v2errorresponse.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# V2ErrorResponse
22

3-
Error
4-
53

64
## Fields
75

docs/models/errors/walletserrorresponse.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# WalletsErrorResponse
22

3-
Error
4-
53

64
## Fields
75

docs/models/errors/webhookserrorresponse.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# WebhooksErrorResponse
22

3-
Error
4-
53

64
## Fields
75

0 commit comments

Comments
 (0)