Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.424.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 2, 2024
1 parent 2d24d2e commit 839d2fd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 875b45a6-19b9-4d23-8648-a219e85b0fc9
management:
docChecksum: cdd98ec37d038287e527cb85bbed139b
docVersion: 1.0.0
speakeasyVersion: 1.423.5
speakeasyVersion: 1.424.0
generationVersion: 2.445.1
releaseVersion: 0.14.4
configChecksum: 8e879fd3ba95beff37d3488646df8f0a
releaseVersion: 0.14.5
configChecksum: b5d7b5ca881d425e1fb37b1030de9bbb
repoURL: https://github.com/ding-live/ding-golang.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-golang
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.423.5
speakeasyVersion: 1.424.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:005da974ad43f2adee4cf944149788e900a661a1c46b62cf4bb079cc1039f232
sourceRevisionDigest: sha256:55585076242d4a8374e70c48145b4621e19240fa6dc5d4c8fe44b1a94185e053
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:005da974ad43f2adee4cf944149788e900a661a1c46b62cf4bb079cc1039f232
sourceRevisionDigest: sha256:55585076242d4a8374e70c48145b4621e19240fa6dc5d4c8fe44b1a94185e053
sourceBlobDigest: sha256:323bc59bcca5ee8f29fae0166ebe1eca5b054a01c0d1339e7d698ed6ca59e11e
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:dc4cba0a1be47cbfa15926c93659204ca0422e06d01c9c2310fb24638b42461a
codeSamplesRevisionDigest: sha256:db7225c720c56e2268197b7823cb26e8fd6b3e27aeb43766d5181287eca94d5d
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 @@ -768,4 +768,14 @@ Based on:
### Generated
- [go v0.14.4] .
### Releases
- [Go v0.14.4] https://github.com/ding-live/ding-golang/releases/tag/v0.14.4 - .
- [Go v0.14.4] https://github.com/ding-live/ding-golang/releases/tag/v0.14.4 - .

## 2024-11-02 00:19:48
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.424.0 (2.445.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.14.5] .
### Releases
- [Go v0.14.5] https://github.com/ding-live/ding-golang/releases/tag/v0.14.5 - .
4 changes: 2 additions & 2 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.4",
SDKVersion: "0.14.5",
GenVersion: "2.445.1",
UserAgent: "speakeasy-sdk/go 0.14.4 2.445.1 1.0.0 github.com/ding-live/ding-golang",
UserAgent: "speakeasy-sdk/go 0.14.5 2.445.1 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.4
version: 0.14.5
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down

0 comments on commit 839d2fd

Please sign in to comment.