Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.0.1, Speakeay CLI 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed May 19, 2023
1 parent 7894b56 commit 9f9cb3e
Show file tree
Hide file tree
Showing 220 changed files with 2,946 additions and 2,332 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,12 @@ Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.34.0 (2.30.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.1.1] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.1.1 - go-client-sdk
- [Go v1.1.1] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.1.1 - go-client-sdk

## 2023-05-19 00:11:30
### Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.35.0 (2.31.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.2.0] https://github.com/speakeasy-api/openapi-generation-tests/releases/tag/go-client-sdk/v1.2.0 - go-client-sdk
10 changes: 5 additions & 5 deletions go-client-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ func main() {
BoolOpt: sdk.Bool(true),
Date: types.MustDateFromString("2020-01-01"),
DateTime: types.MustTimeFromString("2020-01-01T00:00:00Z"),
Enum: shared.EnumEnumTwo,
Enum: shared.EnumTwo,
Float32: 2.2222222,
Int: 999999,
Int32: 1,
Int32Enum: shared.SimpleObjectInt32EnumEnumOneHundredAndEightyOne,
IntEnum: shared.SimpleObjectIntEnumEnumSecond,
Int32Enum: shared.SimpleObjectInt32EnumOneHundredAndEightyOne,
IntEnum: shared.SimpleObjectIntEnumSecond,
IntOptNull: sdk.Int64(999999),
Num: 1.1,
NumOptNull: sdk.Float64(1.1),
Expand All @@ -67,11 +67,11 @@ func main() {
DateParameter: types.MustDateFromString("2020-01-01"),
DateTimeParameter: types.MustTimeFromString("2020-01-01T00:00:00Z"),
DoubleParameter: 2.2222222,
EnumParameter: operations.UsageExamplePostEnumParameterEnumValue3,
EnumParameter: operations.UsageExamplePostEnumParameterValue3,
FloatParameter: 1.1,
Int64Parameter: 111111,
IntParameter: 1,
OptEnumParameter: operations.UsageExamplePostOptEnumParameterEnumValue3.ToPointer(),
OptEnumParameter: operations.UsageExamplePostOptEnumParameterValue3.ToPointer(),
StrParameter: "example",
}, operations.UsageExamplePostSecurity{
Password: "YOUR_PASSWORD",
Expand Down
10 changes: 5 additions & 5 deletions go-client-sdk/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ func main() {
BoolOpt: sdk.Bool(true),
Date: types.MustDateFromString("2020-01-01"),
DateTime: types.MustTimeFromString("2020-01-01T00:00:00Z"),
Enum: shared.EnumEnumTwo,
Enum: shared.EnumTwo,
Float32: 2.2222222,
Int: 999999,
Int32: 1,
Int32Enum: shared.SimpleObjectInt32EnumEnumOneHundredAndEightyOne,
IntEnum: shared.SimpleObjectIntEnumEnumSecond,
Int32Enum: shared.SimpleObjectInt32EnumOneHundredAndEightyOne,
IntEnum: shared.SimpleObjectIntEnumSecond,
IntOptNull: sdk.Int64(999999),
Num: 1.1,
NumOptNull: sdk.Float64(1.1),
Expand All @@ -56,11 +56,11 @@ func main() {
DateParameter: types.MustDateFromString("2020-01-01"),
DateTimeParameter: types.MustTimeFromString("2020-01-01T00:00:00Z"),
DoubleParameter: 2.2222222,
EnumParameter: operations.UsageExamplePostEnumParameterEnumValue3,
EnumParameter: operations.UsageExamplePostEnumParameterValue3,
FloatParameter: 1.1,
Int64Parameter: 111111,
IntParameter: 1,
OptEnumParameter: operations.UsageExamplePostOptEnumParameterEnumValue3.ToPointer(),
OptEnumParameter: operations.UsageExamplePostOptEnumParameterValue3.ToPointer(),
StrParameter: "example",
}, operations.UsageExamplePostSecurity{
Password: "YOUR_PASSWORD",
Expand Down
6 changes: 6 additions & 0 deletions go-client-sdk/auth.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions go-client-sdk/authnew.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions go-client-sdk/docs/errors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ func main() {
BoolOpt: sdk.Bool(true),
Date: types.MustDateFromString("2020-01-01"),
DateTime: types.MustTimeFromString("2020-01-01T00:00:00Z"),
Enum: shared.EnumEnumTwo,
Enum: shared.EnumTwo,
Float32: 2.2222222,
Int: 999999,
Int32: 1,
Int32Enum: shared.SimpleObjectInt32EnumEnumSixtyNine,
IntEnum: shared.SimpleObjectIntEnumEnumThird,
Int32Enum: shared.SimpleObjectInt32EnumSixtyNine,
IntEnum: shared.SimpleObjectIntEnumThird,
IntOptNull: sdk.Int64(999999),
Num: 1.1,
NumOptNull: sdk.Float64(1.1),
Expand Down
12 changes: 6 additions & 6 deletions go-client-sdk/docs/flattening/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ func main() {
BoolOpt: sdk.Bool(true),
Date: types.MustDateFromString("2020-01-01"),
DateTime: types.MustTimeFromString("2020-01-01T00:00:00Z"),
Enum: shared.EnumEnumTwo,
Enum: shared.EnumTwo,
Float32: 2.2222222,
Int: 999999,
Int32: 1,
Int32Enum: shared.SimpleObjectInt32EnumEnumSixtyNine,
IntEnum: shared.SimpleObjectIntEnumEnumSecond,
Int32Enum: shared.SimpleObjectInt32EnumSixtyNine,
IntEnum: shared.SimpleObjectIntEnumSecond,
IntOptNull: sdk.Int64(999999),
Num: 1.1,
NumOptNull: sdk.Float64(1.1),
Expand Down Expand Up @@ -104,12 +104,12 @@ func main() {
BoolOpt: sdk.Bool(true),
Date: types.MustDateFromString("2020-01-01"),
DateTime: types.MustTimeFromString("2020-01-01T00:00:00Z"),
Enum: shared.EnumEnumTwo,
Enum: shared.EnumTwo,
Float32: 2.2222222,
Int: 999999,
Int32: 1,
Int32Enum: shared.SimpleObjectInt32EnumEnumOneHundredAndEightyOne,
IntEnum: shared.SimpleObjectIntEnumEnumSecond,
Int32Enum: shared.SimpleObjectInt32EnumOneHundredAndEightyOne,
IntEnum: shared.SimpleObjectIntEnumSecond,
IntOptNull: sdk.Int64(999999),
Num: 1.1,
NumOptNull: sdk.Float64(1.1),
Expand Down
10 changes: 5 additions & 5 deletions go-client-sdk/docs/generation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,12 @@ func main() {
BoolOpt: sdk.Bool(true),
Date: types.MustDateFromString("2020-01-01"),
DateTime: types.MustTimeFromString("2020-01-01T00:00:00Z"),
Enum: shared.EnumEnumTwo,
Enum: shared.EnumTwo,
Float32: 2.2222222,
Int: 999999,
Int32: 1,
Int32Enum: shared.SimpleObjectInt32EnumEnumFiftyFive,
IntEnum: shared.SimpleObjectIntEnumEnumThird,
Int32Enum: shared.SimpleObjectInt32EnumFiftyFive,
IntEnum: shared.SimpleObjectIntEnumThird,
IntOptNull: sdk.Int64(999999),
Num: 1.1,
NumOptNull: sdk.Float64(1.1),
Expand All @@ -369,11 +369,11 @@ func main() {
DateParameter: types.MustDateFromString("2020-01-01"),
DateTimeParameter: types.MustTimeFromString("2020-01-01T00:00:00Z"),
DoubleParameter: 2.2222222,
EnumParameter: operations.UsageExamplePostEnumParameterEnumValue3,
EnumParameter: operations.UsageExamplePostEnumParameterValue3,
FloatParameter: 1.1,
Int64Parameter: 111111,
IntParameter: 1,
OptEnumParameter: operations.UsageExamplePostOptEnumParameterEnumValue3.ToPointer(),
OptEnumParameter: operations.UsageExamplePostOptEnumParameterValue3.ToPointer(),
StrParameter: "example",
}, operations.UsageExamplePostSecurity{
Password: "YOUR_PASSWORD",
Expand Down
Loading

0 comments on commit 9f9cb3e

Please sign in to comment.