Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.334.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jul 12, 2024
1 parent ca4196a commit a62d8a0
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.3.0
speakeasyVersion: 1.334.1
generationVersion: 2.370.1
releaseVersion: 0.1.0
configChecksum: f0d4ac33307371024185816cfe5d1690
releaseVersion: 0.1.1
configChecksum: 97e1c0148e8708b0adc728db5ca5f45e
repoURL: https://github.com/speakeasy-sdks/loops-go.git
installationURL: https://github.com/speakeasy-sdks/loops-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 @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
go:
version: 0.1.0
version: 0.1.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 @@ -2,17 +2,17 @@ speakeasyVersion: 1.334.1
sources:
loops-oas:
sourceNamespace: loops-oas
sourceRevisionDigest: sha256:c088663ae984ed7c9204d6aaa47b3662cda730bc2eb5b9e72bccaa27e9a0b9da
sourceBlobDigest: sha256:170ba04377dd77115725dd43e5b4350a16a3a69e12499e923e3afafbccc1e4ff
sourceRevisionDigest: sha256:6fd6ed5afbf517deb9fe9730f38570545164c841af4dc2b29d1f401c316824f6
sourceBlobDigest: sha256:39348dfc0970443ad871a97b792b0fdfe25f7f79888848802a2f47bc44b58df0
tags:
- latest
- main
targets:
loops:
source: loops-oas
sourceNamespace: loops-oas
sourceRevisionDigest: sha256:c088663ae984ed7c9204d6aaa47b3662cda730bc2eb5b9e72bccaa27e9a0b9da
sourceBlobDigest: sha256:170ba04377dd77115725dd43e5b4350a16a3a69e12499e923e3afafbccc1e4ff
sourceRevisionDigest: sha256:6fd6ed5afbf517deb9fe9730f38570545164c841af4dc2b29d1f401c316824f6
sourceBlobDigest: sha256:39348dfc0970443ad871a97b792b0fdfe25f7f79888848802a2f47bc44b58df0
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 @@ -8,4 +8,14 @@ Based on:
### Generated
- [go v0.1.0] .
### Releases
- [Go v0.1.0] https://github.com/speakeasy-sdks/loops-go/releases/tag/v0.1.0 - .
- [Go v0.1.0] https://github.com/speakeasy-sdks/loops-go/releases/tag/v0.1.0 - .

## 2024-07-12 16:53:50
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.334.1 (2.370.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.1.1] .
### Releases
- [Go v0.1.1] https://github.com/speakeasy-sdks/loops-go/releases/tag/v0.1.1 - .
4 changes: 2 additions & 2 deletions loops.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ func New(opts ...SDKOption) *Loops {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "1.3.0",
SDKVersion: "0.1.0",
SDKVersion: "0.1.1",
GenVersion: "2.370.1",
UserAgent: "speakeasy-sdk/go 0.1.0 2.370.1 1.3.0 github.com/speakeasy-sdks/loops-go",
UserAgent: "speakeasy-sdk/go 0.1.1 2.370.1 1.3.0 github.com/speakeasy-sdks/loops-go",
Hooks: hooks.New(),
},
}
Expand Down

0 comments on commit a62d8a0

Please sign in to comment.