diff --git a/openapi.yaml b/openapi.yaml index 84009f258..9db494859 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3022,6 +3022,7 @@ components: - TIMEOUT example: INSUFFICIENT_FUND LedgerInfoResponse: + type: object properties: data: $ref: '#/components/schemas/LedgerInfo' diff --git a/openapi/v1.yaml b/openapi/v1.yaml index 41754204e..e78b54e0d 100644 --- a/openapi/v1.yaml +++ b/openapi/v1.yaml @@ -1849,6 +1849,7 @@ components: - TIMEOUT example: INSUFFICIENT_FUND LedgerInfoResponse: + type: object properties: data: $ref: '#/components/schemas/LedgerInfo' diff --git a/pkg/client/.speakeasy/gen.lock b/pkg/client/.speakeasy/gen.lock index 05a1a685c..777cdbf6d 100644 --- a/pkg/client/.speakeasy/gen.lock +++ b/pkg/client/.speakeasy/gen.lock @@ -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 diff --git a/pkg/client/.speakeasy/gen.yaml b/pkg/client/.speakeasy/gen.yaml index 974ae03f4..0c034aada 100644 --- a/pkg/client/.speakeasy/gen.yaml +++ b/pkg/client/.speakeasy/gen.yaml @@ -18,7 +18,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: false go: - version: 0.10.1 + version: 0.10.2 additionalDependencies: {} allowUnknownFieldsInWeakUnions: false clientServerStatusCodesAsErrors: true diff --git a/pkg/client/formance.go b/pkg/client/formance.go index 83e797d2a..17971683a 100644 --- a/pkg/client/formance.go +++ b/pkg/client/formance.go @@ -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(), }, }