Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc v1, Speakeasy CLI 1.127.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 19, 2023
1 parent bf840e4 commit db0d870
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Handling errors in this SDK should largely match your expectations. All operati

| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |

### Example

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,14 @@ Based on:
### Generated
- [go v0.6.0] .
### Releases
- [Go v0.6.0] https://github.com/speakeasy-sdks/test-without-webhooks-go-sdk/releases/tag/v0.6.0 - .
- [Go v0.6.0] https://github.com/speakeasy-sdks/test-without-webhooks-go-sdk/releases/tag/v0.6.0 - .

## 2023-12-19 00:53:52
### Changes
Based on:
- OpenAPI Doc v1
- Speakeasy CLI 1.127.0 (2.220.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.6.1] .
### Releases
- [Go v0.6.1] https://github.com/speakeasy-sdks/test-without-webhooks-go-sdk/releases/tag/v0.6.1 - .
2 changes: 1 addition & 1 deletion docs/sdks/testwithoutwebhooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ func main() {
**[*operations.PostSendPetResponse](../../pkg/models/operations/postsendpetresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |
10 changes: 6 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@ configVersion: 1.0.0
management:
docChecksum: 0f4dc7d494564b62ed0526ffebf7d3cd
docVersion: v1
speakeasyVersion: 1.126.0
generationVersion: 2.213.3
speakeasyVersion: 1.127.0
generationVersion: 2.220.0
generation:
comments: {}
sdkClassName: test-without-webhooks
repoURL: https://github.com/speakeasy-sdks/test-without-webhooks-go-sdk.git
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
features:
go:
core: 3.2.0
core: 3.2.2
globalServerURLs: 2.82.1
go:
version: 0.6.0
version: 0.6.1
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
Expand Down
6 changes: 3 additions & 3 deletions testwithoutwebhooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ func New(opts ...SDKOption) *TestWithoutWebhooks {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "v1",
SDKVersion: "0.6.0",
GenVersion: "2.213.3",
UserAgent: "speakeasy-sdk/go 0.6.0 2.213.3 v1 github.com/speakeasy-sdks/test-without-webhooks-go-sdk",
SDKVersion: "0.6.1",
GenVersion: "2.220.0",
UserAgent: "speakeasy-sdk/go 0.6.1 2.220.0 v1 github.com/speakeasy-sdks/test-without-webhooks-go-sdk",
},
}
for _, opt := range opts {
Expand Down

0 comments on commit db0d870

Please sign in to comment.