Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.456.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 19, 2024
1 parent 46cc09c commit d1196a4
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: 0.0.1
speakeasyVersion: 1.456.1
generationVersion: 2.481.0
releaseVersion: 0.10.0
configChecksum: 4ffab67d0eb9862180b37340ac7cf05a
releaseVersion: 0.10.1
configChecksum: 6f45be700b7d0032e67712b09f44ed19
repoURL: https://github.com/firehydrant/go-sdk.git
installationURL: https://github.com/firehydrant/go-sdk
features:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
go:
version: 0.10.0
version: 0.10.1
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 @@ -8,20 +8,20 @@ sources:
- latest
firehydrant-oas:
sourceNamespace: firehydrant-oas
sourceRevisionDigest: sha256:5af773bb182dcc72d646938139aceafdee1ee0f0b71854e720d9dcc2cdab4aa1
sourceRevisionDigest: sha256:c7d0011194e8963eb9f8e18a54a21f82a9fc6e53c638b143385ca5aaabc232b5
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
tags:
- latest
- speakeasy-sdk-regen-1734618295
- speakeasy-sdk-regen-1734633419
- 0.0.1
targets:
fire-hydrant:
source: firehydrant-oas
sourceNamespace: firehydrant-oas
sourceRevisionDigest: sha256:5af773bb182dcc72d646938139aceafdee1ee0f0b71854e720d9dcc2cdab4aa1
sourceRevisionDigest: sha256:c7d0011194e8963eb9f8e18a54a21f82a9fc6e53c638b143385ca5aaabc232b5
sourceBlobDigest: sha256:f6ffe4d71cbc8f195cf28218fe7c5a6212053a7fa58a4e0aa275374cfcf3c675
codeSamplesNamespace: firehydrant-oas-go-code-samples
codeSamplesRevisionDigest: sha256:776b4358c2ad66bf5b0f3b14ae9d934d384dad5a80e155d3dd11e7bcb34ab600
codeSamplesRevisionDigest: sha256:f4c22a2560d5c71f04c313204770d580caffcb6fcdba0d17de87364da02bf608
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
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.10.0] .
### Releases
- [Go v0.10.0] https://github.com/firehydrant/go-sdk/releases/tag/v0.10.0 - .
- [Go v0.10.0] https://github.com/firehydrant/go-sdk/releases/tag/v0.10.0 - .

## 2024-12-19 18:36:55
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.456.1 (2.481.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.10.1] .
### Releases
- [Go v0.10.1] https://github.com/firehydrant/go-sdk/releases/tag/v0.10.1 - .
4 changes: 2 additions & 2 deletions firehydrant.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ func New(opts ...SDKOption) *FireHydrant {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.0.1",
SDKVersion: "0.10.0",
SDKVersion: "0.10.1",
GenVersion: "2.481.0",
UserAgent: "speakeasy-sdk/go 0.10.0 2.481.0 0.0.1 firehydrant",
UserAgent: "speakeasy-sdk/go 0.10.1 2.481.0 0.0.1 firehydrant",
Hooks: hooks.New(),
},
}
Expand Down

0 comments on commit d1196a4

Please sign in to comment.