Skip to content

Commit

Permalink
Merge pull request #37 from unkeyed/speakeasy-sdk-regen-1721983011
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.8.7
  • Loading branch information
chronark committed Jul 26, 2024
2 parents 6aaa3b3 + 54cc5a1 commit b52a75b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 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: 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:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
go:
version: 0.8.6
version: 0.8.7
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ 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
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
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
- [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 - .
4 changes: 2 additions & 2 deletions unkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
},
}
Expand Down

0 comments on commit b52a75b

Please sign in to comment.