Skip to content

Commit 3fa9f0e

Browse files
authored
fix: typescript: union discriminator regression (#1475)
1 parent 79e01a0 commit 3fa9f0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/sethvargo/go-githubactions v1.1.0
3737
github.com/speakeasy-api/huh v1.1.2
3838
github.com/speakeasy-api/openapi v0.2.1
39-
github.com/speakeasy-api/openapi-generation/v2 v2.632.0
39+
github.com/speakeasy-api/openapi-generation/v2 v2.632.1
4040
github.com/speakeasy-api/openapi-overlay v0.10.1
4141
github.com/speakeasy-api/sdk-gen-config v1.30.21
4242
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.26.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,8 @@ github.com/speakeasy-api/libopenapi v0.21.8-fixhiddencomps-fixed h1:wnCsprnR6nlo
581581
github.com/speakeasy-api/libopenapi v0.21.8-fixhiddencomps-fixed/go.mod h1:Gc8oQkjr2InxwumK0zOBtKN9gIlv9L2VmSVIUk2YxcU=
582582
github.com/speakeasy-api/openapi v0.2.1 h1:0mtVOnLTcBdNXHGDMhk9ri41nek1f/K8/iepT9V7Z8s=
583583
github.com/speakeasy-api/openapi v0.2.1/go.mod h1:ilmVT3LXMsqLZcHOp3JN/DjZZS0PK9v6H7Jt8iPeC48=
584-
github.com/speakeasy-api/openapi-generation/v2 v2.632.0 h1:2ItJnkK3DhFyXX3z4v8C6z2XAnt6Z3ySqaw77tvG7kA=
585-
github.com/speakeasy-api/openapi-generation/v2 v2.632.0/go.mod h1:rzd0RW/K82YiG43g8vewVcFXfwOWp1wUoZib2oCJ4l0=
584+
github.com/speakeasy-api/openapi-generation/v2 v2.632.1 h1:/s3VchLW9at4IHygPNgUFwlEMKTlK0DFgbGsr/3sTYc=
585+
github.com/speakeasy-api/openapi-generation/v2 v2.632.1/go.mod h1:rzd0RW/K82YiG43g8vewVcFXfwOWp1wUoZib2oCJ4l0=
586586
github.com/speakeasy-api/openapi-overlay v0.10.1 h1:XFx/GvJvtAGf4dcQ6bxzsLNf76x/QWE2X0SSZrWojBQ=
587587
github.com/speakeasy-api/openapi-overlay v0.10.1/go.mod h1:n0iOU7AqKpNFfEt6tq7qYITC4f0yzVVdFw0S7hukemg=
588588
github.com/speakeasy-api/sdk-gen-config v1.30.21 h1:gfyApIjMItLjAL1/y0Z5UjJX7EcesliJeypRMkzeuo8=

0 commit comments

Comments
 (0)