Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 1.78.9
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 6, 2023
1 parent 3e7e30c commit 942a735
Show file tree
Hide file tree
Showing 239 changed files with 10,257 additions and 12,174 deletions.
17 changes: 16 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,4 +515,19 @@ Based on:
- [ruby v1.31.3] ruby-client-sdk
- [typescript v1.32.0] typescript-client-sdk
### Releases
- [Go v1.30.3] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.30.3 - go-client-sdk
- [Go v1.30.3] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.30.3 - go-client-sdk

## 2023-09-06 14:19:40
### Changes
Based on:
- OpenAPI Doc 0.1.0
- Speakeasy CLI 1.78.9 (2.96.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.31.4] java-client-sdk
- [php v1.31.4] php-client-sdk
- [python v1.31.4] python-client-sdk
- [ruby v1.31.4] ruby-client-sdk
- [typescript v1.32.1] typescript-client-sdk
- [go v1.30.4] go-client-sdk
### Releases
- [Go v1.30.4] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.30.4 - go-client-sdk
12 changes: 12 additions & 0 deletions go-client-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ func main() {
* [Oauth2AuthNew](docs/sdks/authnew/README.md#oauth2authnew)
* [OpenIDConnectAuthNew](docs/sdks/authnew/README.md#openidconnectauthnew)

### [Documentation](docs/sdks/documentation/README.md)

* [GetDocumentationPerLanguage](docs/sdks/documentation/README.md#getdocumentationperlanguage) - Gets documentation for some language, I guess.

### [Errors](docs/sdks/errors/README.md)

* [ConnectionErrorGet](docs/sdks/errors/README.md#connectionerrorget)
Expand Down Expand Up @@ -203,6 +207,11 @@ func main() {
* [GlobalPathParameterGet](docs/sdks/globals/README.md#globalpathparameterget)
* [GlobalsQueryParameterGet](docs/sdks/globals/README.md#globalsqueryparameterget)


### [First](docs/sdks/nestfirst/README.md)

* [Get](docs/sdks/nestfirst/README.md#get)

### [Nested](docs/sdks/nested/README.md)

* [Get](docs/sdks/nested/README.md#get)
Expand Down Expand Up @@ -299,8 +308,11 @@ func main() {
* [RequestBodyPutStringWithParams](docs/sdks/requestbodies/README.md#requestbodyputstringwithparams)
* [RequestBodyReadAndWrite](docs/sdks/requestbodies/README.md#requestbodyreadandwrite)
* [RequestBodyReadOnlyInput](docs/sdks/requestbodies/README.md#requestbodyreadonlyinput)
* [RequestBodyReadOnlyUnion](docs/sdks/requestbodies/README.md#requestbodyreadonlyunion)
* [RequestBodyReadWriteOnlyUnion](docs/sdks/requestbodies/README.md#requestbodyreadwriteonlyunion)
* [RequestBodyWriteOnly](docs/sdks/requestbodies/README.md#requestbodywriteonly)
* [RequestBodyWriteOnlyOutput](docs/sdks/requestbodies/README.md#requestbodywriteonlyoutput)
* [RequestBodyWriteOnlyUnion](docs/sdks/requestbodies/README.md#requestbodywriteonlyunion)

### [Resource](docs/sdks/resource/README.md)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# GetDocumentationPerLanguageRequest


## Fields

| Field | Type | Required | Description |
| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
| `Language` | *string* | :heavy_check_mark: | The language parameter for this endpoint. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# GetDocumentationPerLanguageResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ |
| `ContentType` | *string* | :heavy_check_mark: | N/A |
| `StatusCode` | *int* | :heavy_check_mark: | N/A |
| `RawResponse` | [*http.Response](https://pkg.go.dev/net/http#Response) | :heavy_minus_sign: | N/A |
10 changes: 10 additions & 0 deletions go-client-sdk/docs/models/operations/nestfirstgetresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# NestFirstGetResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ |
| `ContentType` | *string* | :heavy_check_mark: | N/A |
| `StatusCode` | *int* | :heavy_check_mark: | N/A |
| `RawResponse` | [*http.Response](https://pkg.go.dev/net/http#Response) | :heavy_minus_sign: | N/A |
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RequestBodyReadOnlyUnionResponse


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| `ContentType` | *string* | :heavy_check_mark: | N/A |
| `StatusCode` | *int* | :heavy_check_mark: | N/A |
| `RawResponse` | [*http.Response](https://pkg.go.dev/net/http#Response) | :heavy_minus_sign: | N/A |
| `WeaklyTypedOneOfReadOnlyObject` | [*shared.WeaklyTypedOneOfReadOnlyObject1](../../models/shared/weaklytypedoneofreadonlyobject1.md) | :heavy_minus_sign: | OK |
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RequestBodyReadWriteOnlyUnionResponse


## Fields

| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| `ContentType` | *string* | :heavy_check_mark: | N/A |
| `StatusCode` | *int* | :heavy_check_mark: | N/A |
| `RawResponse` | [*http.Response](https://pkg.go.dev/net/http#Response) | :heavy_minus_sign: | N/A |
| `WeaklyTypedOneOfReadWriteObject` | [*shared.WeaklyTypedOneOfReadWriteObject1](../../models/shared/weaklytypedoneofreadwriteobject1.md) | :heavy_minus_sign: | OK |
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RequestBodyWriteOnlyUnionResponse


## Fields

| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| `ContentType` | *string* | :heavy_check_mark: | N/A |
| `StatusCode` | *int* | :heavy_check_mark: | N/A |
| `RawResponse` | [*http.Response](https://pkg.go.dev/net/http#Response) | :heavy_minus_sign: | N/A |
| `WeaklyTypedOneOfWriteOnlyObject` | [*shared.WeaklyTypedOneOfWriteOnlyObject1](../../models/shared/weaklytypedoneofwriteonlyobject1.md) | :heavy_minus_sign: | OK |
17 changes: 17 additions & 0 deletions go-client-sdk/docs/models/shared/weaklytypedoneofreadonlyobject.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# WeaklyTypedOneOfReadOnlyObject


## Supported Types

### SimpleObject

```go
weaklyTypedOneOfReadOnlyObject := shared.CreateWeaklyTypedOneOfReadOnlyObjectSimpleObject(shared.SimpleObject{/* values here */})
```

### ReadOnlyObjectInput

```go
weaklyTypedOneOfReadOnlyObject := shared.CreateWeaklyTypedOneOfReadOnlyObjectReadOnlyObjectInput(shared.ReadOnlyObjectInput{/* values here */})
```

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# WeaklyTypedOneOfReadOnlyObject1

OK


## Supported Types

### SimpleObject

```go
weaklyTypedOneOfReadOnlyObject1 := shared.CreateWeaklyTypedOneOfReadOnlyObject1SimpleObject(shared.SimpleObject{/* values here */})
```

### ReadOnlyObject

```go
weaklyTypedOneOfReadOnlyObject1 := shared.CreateWeaklyTypedOneOfReadOnlyObject1ReadOnlyObject(shared.ReadOnlyObject{/* values here */})
```

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# WeaklyTypedOneOfReadWriteObject


## Supported Types

### SimpleObject

```go
weaklyTypedOneOfReadWriteObject := shared.CreateWeaklyTypedOneOfReadWriteObjectSimpleObject(shared.SimpleObject{/* values here */})
```

### ReadWriteObjectInput

```go
weaklyTypedOneOfReadWriteObject := shared.CreateWeaklyTypedOneOfReadWriteObjectReadWriteObjectInput(shared.ReadWriteObjectInput{/* values here */})
```

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# WeaklyTypedOneOfReadWriteObject1

OK


## Supported Types

### SimpleObject

```go
weaklyTypedOneOfReadWriteObject1 := shared.CreateWeaklyTypedOneOfReadWriteObject1SimpleObject(shared.SimpleObject{/* values here */})
```

### ReadWriteObjectOutput

```go
weaklyTypedOneOfReadWriteObject1 := shared.CreateWeaklyTypedOneOfReadWriteObject1ReadWriteObjectOutput(shared.ReadWriteObjectOutput{/* values here */})
```

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# WeaklyTypedOneOfWriteOnlyObject


## Supported Types

### SimpleObject

```go
weaklyTypedOneOfWriteOnlyObject := shared.CreateWeaklyTypedOneOfWriteOnlyObjectSimpleObject(shared.SimpleObject{/* values here */})
```

### WriteOnlyObject

```go
weaklyTypedOneOfWriteOnlyObject := shared.CreateWeaklyTypedOneOfWriteOnlyObjectWriteOnlyObject(shared.WriteOnlyObject{/* values here */})
```

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# WeaklyTypedOneOfWriteOnlyObject1

OK


## Supported Types

### SimpleObject

```go
weaklyTypedOneOfWriteOnlyObject1 := shared.CreateWeaklyTypedOneOfWriteOnlyObject1SimpleObject(shared.SimpleObject{/* values here */})
```

### WriteOnlyObjectOutput

```go
weaklyTypedOneOfWriteOnlyObject1 := shared.CreateWeaklyTypedOneOfWriteOnlyObject1WriteOnlyObjectOutput(shared.WriteOnlyObjectOutput{/* values here */})
```

Loading

0 comments on commit 942a735

Please sign in to comment.