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 40c7c29 commit 1c44808
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.35
configChecksum: ccd6f37540de4362cda25a3fe781ae3c
releaseVersion: 0.1.36
configChecksum: 8a03419d47736fce41859eb582bda867
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.35
version: 0.1.36
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.35",
SDKVersion: "0.1.36",
GenVersion: "2.462.1",
UserAgent: "speakeasy-sdk/go 0.1.35 2.462.1 0.0.1 github.com/Kong/sdk-konnect-go",
UserAgent: "speakeasy-sdk/go 0.1.36 2.462.1 0.0.1 github.com/Kong/sdk-konnect-go",
Hooks: hooks.New(),
},
}
Expand Down

0 comments on commit 1c44808

Please sign in to comment.