From 5b352ea25b678f463b686679bbf96d0bacb8bcf4 Mon Sep 17 00:00:00 2001 From: ascandone Date: Tue, 22 Oct 2024 20:07:52 +0200 Subject: [PATCH] fix: fixes after rebase --- docs/api/README.md | 1186 +++++++++-------- openapi.yaml | 386 +++--- pkg/client/.speakeasy/gen.lock | 6 +- pkg/client/.speakeasy/gen.yaml | 2 +- .../docs/models/components/v2errorsenum.md | 35 +- pkg/client/formance.go | 4 +- pkg/client/models/components/v2errorsenum.go | 17 +- test/e2e/api_bulk.go | 48 +- 8 files changed, 860 insertions(+), 824 deletions(-) diff --git a/docs/api/README.md b/docs/api/README.md index 7464bde45..063650048 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -6,18 +6,18 @@ Base URLs: -- http://localhost:8080/ +* http://localhost:8080/ # Authentication -- oAuth2 authentication. +- oAuth2 authentication. - - Flow: clientCredentials + - Flow: clientCredentials - - Token URL = [/api/auth/oauth/token](/api/auth/oauth/token) + - Token URL = [/api/auth/oauth/token](/api/auth/oauth/token) -| Scope | Scope Description | -| ----- | ----------------- | +|Scope|Scope Description| +|---|---|

ledger

@@ -49,11 +49,11 @@ Accept: application/json

Responses

-| Status | Meaning | Description | Schema | -| ------- | ------------------------------------------------------- | ----------- | ----------------------------------------- | -| 200 | [OK](https://tools.ietf.org/html/rfc7231#section-6.3.1) | OK | [V2ConfigInfo](#schemav2configinfo) | -| default | Default | Error | [V2ErrorResponse](#schemav2errorresponse) | -| 5XX | Unknown | Error | [V2ErrorResponse](#schemav2errorresponse) | +|Status|Meaning|Description|Schema| +|---|---|---|---| +|200|[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)|OK|[V2ConfigInfo](#schemav2configinfo)| +|default|Default|Error|[V2ErrorResponse](#schemav2errorresponse)| +|5XX|Unknown|Error|[V2ErrorResponse](#schemav2errorresponse)|