Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/generate_on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
with:
since_last_remote_commit: "true"

Expand Down
24 changes: 12 additions & 12 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ id: b81e5def-5b1e-4753-ae7c-0efccc2e6f61
management:
docChecksum: a615ebdbf22ecdd75c328fa1834983b4
docVersion: 3.1.5
speakeasyVersion: 1.729.0
generationVersion: 2.841.0
releaseVersion: 0.25.0
configChecksum: 27abc5b2269238a1c98b766bb33f1ffa
speakeasyVersion: 1.739.0
generationVersion: 2.846.1
releaseVersion: 0.25.1
configChecksum: dc27c7c42a82a1ad8f505e43cca13767
persistentEdits:
generation_id: 95812da2-dff6-4468-9cbd-5d148143c0a4
pristine_commit_hash: d0cff9a92b6d4d78064c8b341e53cc0f66c0928b
pristine_tree_hash: ece8feed7f5d92e7d292443bed475276647089de
generation_id: 7347e98d-cd4c-4ebe-bd90-605fe92dec63
pristine_commit_hash: 6c973880be6ae03ec4a6b061973d212b94b493c8
pristine_tree_hash: 9130d65f196a5b5aef557da0c658c76782c187c1
features:
go:
acceptHeaders: 2.81.2
additionalDependencies: 0.1.0
additionalProperties: 0.1.2
constsAndDefaults: 0.1.14
core: 3.13.17
core: 3.13.20
deepObjectParams: 0.1.1
defaultEnabledRetries: 0.2.0
deprecations: 2.81.3
Expand All @@ -26,12 +26,12 @@ features:
flattening: 2.81.1
globalSecurity: 2.82.13
globalSecurityCallbacks: 0.1.0
globalServerURLs: 2.83.0
globalServerURLs: 2.83.1
groups: 2.81.3
ignores: 2.81.1
inputOutputModels: 2.83.0
intellisenseMarkdownSupport: 0.1.0
methodServerURLs: 2.82.1
methodServerURLs: 2.82.2
nameOverrides: 2.81.4
nullables: 0.2.1
openEnums: 0.1.0
Expand Down Expand Up @@ -17929,8 +17929,8 @@ trackedFiles:
pristine_git_object: 10ff74b733f8fc22731d92f375bfd17d08e59664
sdk.go:
id: 8db9b9536b0a
last_write_checksum: sha1:5c42a4a588e32e9b91f0292f267494c197bedda6
pristine_git_object: bff7f0dd10e5eb7e8a7d47827ba3013bfb01cc97
last_write_checksum: sha1:34f4fcb6cacb60f568d6da25473eb2081f61e4e5
pristine_git_object: 2b2ed77059a441c297e1f67cf87700d6c8b490c9
services.go:
id: a2c8604526d8
last_write_checksum: sha1:9e75e424fc0554c9aa9ea21f94126ead787a766f
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
go:
version: 0.25.0
version: 0.25.1
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
baseErrorName: SDKBaseError
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.729.0
speakeasyVersion: 1.739.0
sources:
konnect:
sourceNamespace: konnect
Expand All @@ -13,7 +13,7 @@ targets:
sourceRevisionDigest: sha256:c639a509989846db09eb72fa0384d9d4cc7717a96710ef0075f7e4f85d3e5bed
sourceBlobDigest: sha256:1d37bad2d56ec14c07aa336eab140bce5c3865b8072372dbd43c751527fa0e1d
codeSamplesNamespace: konnect-go-code-samples
codeSamplesRevisionDigest: sha256:30800f48ea4e041ab486b0dada0cda4c4d29c41b1dcba538fffcb28854c3dc19
codeSamplesRevisionDigest: sha256:7cfa5a20024cd3f91a4028c737baf2769a96aca1efb73e7f7139f8c0440c37e7
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
8 changes: 4 additions & 4 deletions sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package sdkkonnectgo

// Generated from OpenAPI doc version 3.1.5 and generator version 2.841.0
// Generated from OpenAPI doc version 3.1.5 and generator version 2.846.1

import (
"context"
Expand Down Expand Up @@ -390,7 +390,7 @@ type SDK struct {

type SDKOption func(*SDK)

// WithServerURL allows the overriding of the default server URL
// WithServerURL allows providing an alternative server URL
func WithServerURL(serverURL string) SDKOption {
return func(sdk *SDK) {
sdk.sdkConfiguration.ServerURL = serverURL
Expand Down Expand Up @@ -458,9 +458,9 @@ func WithTimeout(timeout time.Duration) SDKOption {
// New creates a new instance of the SDK with the provided options
func New(opts ...SDKOption) *SDK {
sdk := &SDK{
SDKVersion: "0.25.0",
SDKVersion: "0.25.1",
sdkConfiguration: config.SDKConfiguration{
UserAgent: "speakeasy-sdk/go 0.25.0 2.841.0 3.1.5 github.com/Kong/sdk-konnect-go",
UserAgent: "speakeasy-sdk/go 0.25.1 2.846.1 3.1.5 github.com/Kong/sdk-konnect-go",
ServerList: ServerList,
},
hooks: hooks.New(),
Expand Down