Skip to content

Commit

Permalink
Merge pull request #17 from unkeyed/speakeasy-sdk-regen-1719561326
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
chronark committed Jun 28, 2024
2 parents 2a156e1 + ebc6095 commit bc5bb3c
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.322.1
generationVersion: 2.354.2
releaseVersion: 0.4.1
configChecksum: f8a208a1b2b28a8e5ffc689d2ffeda1c
releaseVersion: 0.4.2
configChecksum: 63387c72449e54938b6817c5e1c104c1
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.4.1
version: 0.4.2
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.322.1
sources:
openapi.json:
sourceNamespace: openapi-json
sourceRevisionDigest: sha256:e0fadd9a4a9a3524fdc12d05fc23ff452a4d78854d6ca702617e2ec9f9661bd3
sourceBlobDigest: sha256:2aa1e732a923388ffc5af1f7aa81f466232be4792d0088f24eb0601d975aa0ba
sourceRevisionDigest: sha256:04eb226f459dd58578b0e1d3777efdb91fd4af832df4bfe1a0838f5e553065ce
sourceBlobDigest: sha256:16b16e8fbdcd48ca93a62acfc710f15f399f6d2217b4b6583dfd0cc34fc5a255
tags:
- latest
- main
targets:
go:
source: openapi.json
sourceNamespace: openapi-json
sourceRevisionDigest: sha256:e0fadd9a4a9a3524fdc12d05fc23ff452a4d78854d6ca702617e2ec9f9661bd3
sourceBlobDigest: sha256:2aa1e732a923388ffc5af1f7aa81f466232be4792d0088f24eb0601d975aa0ba
sourceRevisionDigest: sha256:04eb226f459dd58578b0e1d3777efdb91fd4af832df4bfe1a0838f5e553065ce
sourceBlobDigest: sha256:16b16e8fbdcd48ca93a62acfc710f15f399f6d2217b4b6583dfd0cc34fc5a255
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 @@ -78,4 +78,14 @@ Based on:
### Generated
- [go v0.4.1] .
### Releases
- [Go v0.4.1] https://github.com/unkeyed/unkey-go/releases/tag/v0.4.1 - .
- [Go v0.4.1] https://github.com/unkeyed/unkey-go/releases/tag/v0.4.1 - .

## 2024-06-28 07:55:24
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.322.1 (2.354.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.4.2] .
### Releases
- [Go v0.4.2] https://github.com/unkeyed/unkey-go/releases/tag/v0.4.2 - .
4 changes: 2 additions & 2 deletions unkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ func New(opts ...SDKOption) *Unkey {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "1.0.0",
SDKVersion: "0.4.1",
SDKVersion: "0.4.2",
GenVersion: "2.354.2",
UserAgent: "speakeasy-sdk/go 0.4.1 2.354.2 1.0.0 github.com/unkeyed/unkey-go",
UserAgent: "speakeasy-sdk/go 0.4.2 2.354.2 1.0.0 github.com/unkeyed/unkey-go",
Hooks: hooks.New(),
},
}
Expand Down

0 comments on commit bc5bb3c

Please sign in to comment.