Skip to content

Commit

Permalink
Update provider based on openapi.yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
team-k8s-bot committed Nov 26, 2024
1 parent 27015ba commit 9675900
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.1
speakeasyVersion: 1.446.1
generationVersion: 2.462.1
releaseVersion: 0.1.38
configChecksum: 412396be2e2d97c9fa2e68f78765f44b
releaseVersion: 0.1.39
configChecksum: 57d013db5e9cda45759cc5ec754a014c
features:
go:
additionalDependencies: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
go:
version: 0.1.38
version: 0.1.39
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
4 changes: 2 additions & 2 deletions sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ func New(opts ...SDKOption) *SDK {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.0.1",
SDKVersion: "0.1.38",
SDKVersion: "0.1.39",
GenVersion: "2.462.1",
UserAgent: "speakeasy-sdk/go 0.1.38 2.462.1 0.0.1 github.com/Kong/sdk-konnect-go",
UserAgent: "speakeasy-sdk/go 0.1.39 2.462.1 0.0.1 github.com/Kong/sdk-konnect-go",
Hooks: hooks.New(),
},
}
Expand Down

0 comments on commit 9675900

Please sign in to comment.