Skip to content

fix: warning in openapi spec #966

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2025
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3022,6 +3022,7 @@ components:
- TIMEOUT
example: INSUFFICIENT_FUND
LedgerInfoResponse:
type: object
properties:
data:
$ref: '#/components/schemas/LedgerInfo'
Expand Down
1 change: 1 addition & 0 deletions openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1849,6 +1849,7 @@ components:
- TIMEOUT
example: INSUFFICIENT_FUND
LedgerInfoResponse:
type: object
properties:
data:
$ref: '#/components/schemas/LedgerInfo'
Expand Down
4 changes: 2 additions & 2 deletions pkg/client/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: v1
speakeasyVersion: 1.517.3
generationVersion: 2.548.6
releaseVersion: 0.10.1
configChecksum: b01006afdbcf61b2b0550e25c38a1c55
releaseVersion: 0.10.2
configChecksum: dc4376d75a6e89717989b124438cdeab
features:
go:
additionalDependencies: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
go:
version: 0.10.1
version: 0.10.2
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
4 changes: 2 additions & 2 deletions pkg/client/formance.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ func New(opts ...SDKOption) *Formance {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "v1",
SDKVersion: "0.10.1",
SDKVersion: "0.10.2",
GenVersion: "2.548.6",
UserAgent: "speakeasy-sdk/go 0.10.1 2.548.6 v1 github.com/formancehq/ledger/pkg/client",
UserAgent: "speakeasy-sdk/go 0.10.2 2.548.6 v1 github.com/formancehq/ledger/pkg/client",
Hooks: hooks.New(),
},
}
Expand Down
Loading