From 54cc5a1cfd3ff60c9de6bdd761191c6e5ab62550 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 26 Jul 2024 08:37:31 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.346.0 --- .speakeasy/gen.lock | 4 ++-- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 8 ++++---- RELEASES.md | 12 +++++++++++- unkey.go | 4 ++-- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 25fead8..12272d7 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.346.0 generationVersion: 2.379.3 - releaseVersion: 0.8.6 - configChecksum: bc71289136f42ad59a24ac2ec049a5ed + releaseVersion: 0.8.7 + configChecksum: 0072bcb8435b9f121bef6905b3a70c1b repoURL: https://github.com/unkeyed/unkey-go.git installationURL: https://github.com/unkeyed/unkey-go features: diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 97c786b..e771786 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: true go: - version: 0.8.6 + version: 0.8.7 additionalDependencies: {} allowUnknownFieldsInWeakUnions: false clientServerStatusCodesAsErrors: true diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 967f534..a7e2860 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,8 +2,8 @@ speakeasyVersion: 1.346.0 sources: openapi.json: sourceNamespace: openapi-json - sourceRevisionDigest: sha256:e04b45f40f13434935d74e1c4071c17d70d5bb56227abe35877cd347c3ed6a8a - sourceBlobDigest: sha256:a5066add263675ca662fc8eae9f25ac27a8e06329a4b7521ad29829fd4fbd8f1 + sourceRevisionDigest: sha256:23f21abe0d04eee688ebe93ea2279a9e515977dea9d053f00f29008fb522574a + sourceBlobDigest: sha256:78249f952c95afc2caf3e465bc83c025c99d69b65c08e6f1401d897fc30027c4 tags: - latest - main @@ -11,8 +11,8 @@ targets: go: source: openapi.json sourceNamespace: openapi-json - sourceRevisionDigest: sha256:e04b45f40f13434935d74e1c4071c17d70d5bb56227abe35877cd347c3ed6a8a - sourceBlobDigest: sha256:a5066add263675ca662fc8eae9f25ac27a8e06329a4b7521ad29829fd4fbd8f1 + sourceRevisionDigest: sha256:23f21abe0d04eee688ebe93ea2279a9e515977dea9d053f00f29008fb522574a + sourceBlobDigest: sha256:78249f952c95afc2caf3e465bc83c025c99d69b65c08e6f1401d897fc30027c4 outLocation: /github/workspace/repo workflow: workflowVersion: 1.0.0 diff --git a/RELEASES.md b/RELEASES.md index c2571d1..8cae248 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -168,4 +168,14 @@ Based on: ### Generated - [go v0.8.6] . ### Releases -- [Go v0.8.6] https://github.com/unkeyed/unkey-go/releases/tag/v0.8.6 - . \ No newline at end of file +- [Go v0.8.6] https://github.com/unkeyed/unkey-go/releases/tag/v0.8.6 - . + +## 2024-07-26 08:36:49 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.346.0 (2.379.3) https://github.com/speakeasy-api/speakeasy +### Generated +- [go v0.8.7] . +### Releases +- [Go v0.8.7] https://github.com/unkeyed/unkey-go/releases/tag/v0.8.7 - . \ No newline at end of file diff --git a/unkey.go b/unkey.go index fa39a14..276b978 100644 --- a/unkey.go +++ b/unkey.go @@ -151,9 +151,9 @@ func New(opts ...SDKOption) *Unkey { sdkConfiguration: sdkConfiguration{ Language: "go", OpenAPIDocVersion: "1.0.0", - SDKVersion: "0.8.6", + SDKVersion: "0.8.7", GenVersion: "2.379.3", - UserAgent: "speakeasy-sdk/go 0.8.6 2.379.3 1.0.0 github.com/unkeyed/unkey-go", + UserAgent: "speakeasy-sdk/go 0.8.7 2.379.3 1.0.0 github.com/unkeyed/unkey-go", Hooks: hooks.New(), }, }