Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.3.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 c8bd32b commit 99b3bbb
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 45 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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 @@ -496,4 +496,14 @@ Based on:
### Generated
- [go v2.2.0] .
### Releases
- [Go v2.2.0] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v2.2.0 - .
- [Go v2.2.0] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v2.2.0 - .

## 2023-12-19 00:12:50
### Changes
Based on:
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.127.0 (2.220.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v2.3.0] .
### Releases
- [Go v2.3.0] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v2.3.0 - .
16 changes: 8 additions & 8 deletions docs/sdks/apiendpoints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {
**[*operations.DeleteAPIEndpointResponse](../../pkg/models/operations/deleteapiendpointresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |

## FindAPIEndpoint

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

## GenerateOpenAPISpecForAPIEndpoint

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

## GeneratePostmanCollectionForAPIEndpoint

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

## GetAllAPIEndpoints

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

## GetAllForVersionAPIEndpoints

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

## GetAPIEndpoint

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

## UpsertAPIEndpoint

Expand Down Expand Up @@ -446,4 +446,4 @@ func main() {
**[*operations.UpsertAPIEndpointResponse](../../pkg/models/operations/upsertapiendpointresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |
12 changes: 6 additions & 6 deletions docs/sdks/apis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func main() {
**[*operations.DeleteAPIResponse](../../pkg/models/operations/deleteapiresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |

## GenerateOpenAPISpec

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

## GeneratePostmanCollection

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

## GetAllAPIVersions

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

## GetApis

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

## UpsertAPI

Expand Down Expand Up @@ -351,4 +351,4 @@ func main() {
**[*operations.UpsertAPIResponse](../../pkg/models/operations/upsertapiresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |
6 changes: 3 additions & 3 deletions docs/sdks/embeds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func main() {
**[*operations.GetEmbedAccessTokenResponse](../../pkg/models/operations/getembedaccesstokenresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |

## GetValidEmbedAccessTokens

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

## RevokeEmbedAccessToken

Expand Down Expand Up @@ -171,4 +171,4 @@ func main() {
**[*operations.RevokeEmbedAccessTokenResponse](../../pkg/models/operations/revokeembedaccesstokenresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |
6 changes: 3 additions & 3 deletions docs/sdks/metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func main() {
**[*operations.DeleteVersionMetadataResponse](../../pkg/models/operations/deleteversionmetadataresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |

## GetVersionMetadata

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

## InsertVersionMetadata

Expand Down Expand Up @@ -172,4 +172,4 @@ func main() {
**[*operations.InsertVersionMetadataResponse](../../pkg/models/operations/insertversionmetadataresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |
6 changes: 3 additions & 3 deletions docs/sdks/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func main() {
**[*operations.GetPluginsResponse](../../pkg/models/operations/getpluginsresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |

## RunPlugin

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

## UpsertPlugin

Expand Down Expand Up @@ -172,4 +172,4 @@ func main() {
**[*operations.UpsertPluginResponse](../../pkg/models/operations/upsertpluginresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |
6 changes: 3 additions & 3 deletions docs/sdks/requests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func main() {
**[*operations.GenerateRequestPostmanCollectionResponse](../../pkg/models/operations/generaterequestpostmancollectionresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |

## GetRequestFromEventLog

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

## QueryEventLog

Expand Down Expand Up @@ -175,4 +175,4 @@ func main() {
**[*operations.QueryEventLogResponse](../../pkg/models/operations/queryeventlogresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |
16 changes: 8 additions & 8 deletions docs/sdks/schemas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {
**[*operations.DeleteSchemaResponse](../../pkg/models/operations/deleteschemaresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |

## DownloadSchema

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

## DownloadSchemaRevision

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

## GetSchema

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

## GetSchemaDiff

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

## GetSchemaRevision

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

## GetSchemas

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

## RegisterSchema

Expand Down Expand Up @@ -447,4 +447,4 @@ func main() {
**[*operations.RegisterSchemaResponse](../../pkg/models/operations/registerschemaresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |
2 changes: 1 addition & 1 deletion docs/sdks/speakeasy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ func main() {
**[*operations.ValidateAPIKeyResponse](../../pkg/models/operations/validateapikeyresponse.md), error**
| Error Object | Status Code | Content Type |
| ------------------ | ------------------ | ------------------ |
| sdkerrors.SDKError | 400-600 | */* |
| sdkerrors.SDKError | 4xx-5xx | */* |
12 changes: 7 additions & 5 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: ba638b2ad28966c596e28321a2003686
docVersion: 0.3.0
speakeasyVersion: 1.126.0
generationVersion: 2.213.3
speakeasyVersion: 1.127.0
generationVersion: 2.220.0
generation:
comments: {}
devContainers:
Expand All @@ -13,18 +13,20 @@ generation:
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go.git
usageSnippets:
optionalPropertyRendering: withExample
fixes:
nameResolutionDec2023: false
features:
go:
core: 3.2.0
core: 3.2.2
devContainers: 2.90.0
downloadStreams: 0.1.1
examples: 2.81.3
globalSecurity: 2.82.3
globalServerURLs: 2.82.1
inputOutputModels: 2.82.0
inputOutputModels: 2.83.0
serverIDs: 2.81.1
go:
version: 2.2.0
version: 2.3.0
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
Expand Down
6 changes: 3 additions & 3 deletions speakeasy.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ func New(opts ...SDKOption) *Speakeasy {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.3.0",
SDKVersion: "2.2.0",
GenVersion: "2.213.3",
UserAgent: "speakeasy-sdk/go 2.2.0 2.213.3 0.3.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
SDKVersion: "2.3.0",
GenVersion: "2.220.0",
UserAgent: "speakeasy-sdk/go 2.3.0 2.220.0 0.3.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
},
}
for _, opt := range opts {
Expand Down

0 comments on commit 99b3bbb

Please sign in to comment.