Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.426.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 5, 2024
1 parent d411f9e commit c56b706
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ id: 875b45a6-19b9-4d23-8648-a219e85b0fc9
management:
docChecksum: cdd98ec37d038287e527cb85bbed139b
docVersion: 1.0.0
speakeasyVersion: 1.424.0
generationVersion: 2.445.1
releaseVersion: 0.14.7
configChecksum: fe125c66c73bd5cc57cfdd66bc92e3cd
speakeasyVersion: 1.426.0
generationVersion: 2.446.5
releaseVersion: 0.14.8
configChecksum: 7975a5e0374ef9815a282017aebfa96d
repoURL: https://github.com/ding-live/ding-golang.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-golang
published: true
features:
go:
additionalDependencies: 0.1.0
core: 3.5.14
core: 3.5.15
defaultEnabledRetries: 0.2.0
envVarSecurityUsage: 0.3.1
envVarSecurityUsage: 0.3.2
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.82.10
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.424.0
speakeasyVersion: 1.426.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:6c8bef7504e134775de907776b70b87f0e399ad7b8b211a25f31d3485023ad85
sourceRevisionDigest: sha256:9fe8a9ce9529fb23383063b5a6f851d33907e98d2f187887a11223eaf4296f4d
sourceBlobDigest: sha256:323bc59bcca5ee8f29fae0166ebe1eca5b054a01c0d1339e7d698ed6ca59e11e
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
github.com/ding-live/ding-golang:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:6c8bef7504e134775de907776b70b87f0e399ad7b8b211a25f31d3485023ad85
sourceRevisionDigest: sha256:9fe8a9ce9529fb23383063b5a6f851d33907e98d2f187887a11223eaf4296f4d
sourceBlobDigest: sha256:323bc59bcca5ee8f29fae0166ebe1eca5b054a01c0d1339e7d698ed6ca59e11e
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:08a5130c5e09caaa7b69594f3a0e3313506fc9df2ecf7d50d24b6d4104bba486
codeSamplesRevisionDigest: sha256:e8bfbf00929fa8ccddcb95898f935606e788927fc8c64a7b6fb3e47a25eab068
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 @@ -798,4 +798,14 @@ Based on:
### Generated
- [go v0.14.7] .
### Releases
- [Go v0.14.7] https://github.com/ding-live/ding-golang/releases/tag/v0.14.7 - .
- [Go v0.14.7] https://github.com/ding-live/ding-golang/releases/tag/v0.14.7 - .

## 2024-11-05 00:20:03
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.426.0 (2.446.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.14.8] .
### Releases
- [Go v0.14.8] https://github.com/ding-live/ding-golang/releases/tag/v0.14.8 - .
6 changes: 3 additions & 3 deletions ding.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ func New(opts ...SDKOption) *Ding {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "1.0.0",
SDKVersion: "0.14.7",
GenVersion: "2.445.1",
UserAgent: "speakeasy-sdk/go 0.14.7 2.445.1 1.0.0 github.com/ding-live/ding-golang",
SDKVersion: "0.14.8",
GenVersion: "2.446.5",
UserAgent: "speakeasy-sdk/go 0.14.8 2.446.5 1.0.0 github.com/ding-live/ding-golang",
Hooks: hooks.New(),
},
}
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
go:
version: 0.14.7
version: 0.14.8
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down

0 comments on commit c56b706

Please sign in to comment.