Skip to content

Commit

Permalink
Merge pull request #6 from unkeyed/speakeasy-sdk-regen-1715446775
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
chronark committed May 11, 2024
2 parents 21b78dc + 24d2383 commit e0bc377
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 38 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.286.0
generationVersion: 2.326.3
releaseVersion: 0.1.7
configChecksum: 4a72b63bb002af1bd70f729c9f85815d
releaseVersion: 0.1.8
configChecksum: 173058f2fa10a0204e8588ee8245a2ab
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.1.7
version: 0.1.8
additionalDependencies: {}
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
Expand Down
19 changes: 17 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
speakeasyVersion: 1.286.0
sources: {}
targets: {}
sources:
openapi.json:
sourceNamespace: openapi-json
sourceRevisionDigest: sha256:1d2e7fcc77fec09e058c9d92c1bae2ec714a24bd26d287fb9e6f144edd7d6366
sourceBlobDigest: sha256:b14b191758a80b98c783547d814e979d08a8423d60b506c1453f3e2e14e9f59e
tags:
- latest
- main
targets:
go:
source: openapi.json
sourceNamespace: openapi-json
sourceRevisionDigest: sha256:1d2e7fcc77fec09e058c9d92c1bae2ec714a24bd26d287fb9e6f144edd7d6366
sourceBlobDigest: sha256:b14b191758a80b98c783547d814e979d08a8423d60b506c1453f3e2e14e9f59e
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
openapi.json:
inputs:
- location: https://api.unkey.dev/openapi.json
registry:
location: registry.speakeasyapi.dev/unkey/unkey/openapi-json
targets:
go:
target: go
Expand Down
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sources:
openapi.json:
inputs:
- location: https://api.unkey.dev/openapi.json
registry:
location: registry.speakeasyapi.dev/unkey/unkey/openapi-json
targets:
go:
target: go
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [go v0.1.6] .
### Releases
- [Go v0.1.6] https://github.com/unkeyed/unkey-go/releases/tag/v0.1.6 - .
- [Go v0.1.6] https://github.com/unkeyed/unkey-go/releases/tag/v0.1.6 - .

## 2024-05-11 16:59:33
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.286.0 (2.326.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.1.8] .
### Releases
- [Go v0.1.8] https://github.com/unkeyed/unkey-go/releases/tag/v0.1.8 - .
60 changes: 30 additions & 30 deletions codeSamples.yaml

Large diffs are not rendered by default.

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.1.7",
SDKVersion: "0.1.8",
GenVersion: "2.326.3",
UserAgent: "speakeasy-sdk/go 0.1.7 2.326.3 1.0.0 github.com/unkeyed/unkey",
UserAgent: "speakeasy-sdk/go 0.1.8 2.326.3 1.0.0 github.com/unkeyed/unkey",
Hooks: hooks.New(),
},
}
Expand Down

0 comments on commit e0bc377

Please sign in to comment.