Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, 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 9a56f0c commit c9fe9c4
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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 @@ -58,4 +58,14 @@ Based on:
### Generated
- [go v0.3.0] .
### Releases
- [Go v0.3.0] https://github.com/speakeasy-sdks/test-collab/releases/tag/v0.3.0 - .
- [Go v0.3.0] https://github.com/speakeasy-sdks/test-collab/releases/tag/v0.3.0 - .

## 2023-12-19 00:31:28
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.127.0 (2.220.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.3.1] .
### Releases
- [Go v0.3.1] https://github.com/speakeasy-sdks/test-collab/releases/tag/v0.3.1 - .
6 changes: 3 additions & 3 deletions docs/sdks/pets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
**[*operations.CreatePetsResponse](../../pkg/models/operations/createpetsresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |

## ListPets

Expand Down Expand Up @@ -98,7 +98,7 @@ func main() {
**[*operations.ListPetsResponse](../../pkg/models/operations/listpetsresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |

## ShowPetByID

Expand Down Expand Up @@ -146,4 +146,4 @@ func main() {
**[*operations.ShowPetByIDResponse](../../pkg/models/operations/showpetbyidresponse.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,21 +2,23 @@ configVersion: 1.0.0
management:
docChecksum: 21c25ca8a734b4fb704e98d966524ee0
docVersion: 1.0.0
speakeasyVersion: 1.126.0
generationVersion: 2.213.3
speakeasyVersion: 1.127.0
generationVersion: 2.220.0
generation:
comments: {}
sdkClassName: test-collab
repoURL: https://github.com/speakeasy-sdks/test-collab.git
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
features:
go:
core: 3.2.0
core: 3.2.2
flattening: 2.81.1
globalServerURLs: 2.82.1
go:
version: 0.3.0
version: 0.3.1
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
Expand Down
6 changes: 3 additions & 3 deletions testcollab.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ func New(opts ...SDKOption) *TestCollab {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "1.0.0",
SDKVersion: "0.3.0",
GenVersion: "2.213.3",
UserAgent: "speakeasy-sdk/go 0.3.0 2.213.3 1.0.0 github.com/speakeasy-sdks/test-collab",
SDKVersion: "0.3.1",
GenVersion: "2.220.0",
UserAgent: "speakeasy-sdk/go 0.3.1 2.220.0 1.0.0 github.com/speakeasy-sdks/test-collab",
},
}
for _, opt := range opts {
Expand Down

0 comments on commit c9fe9c4

Please sign in to comment.