Skip to content

Commit cdbd4d7

Browse files
authored
fix(typescript): always render inbound/outbound schemas for models referenced in callbacks (#1697)
1 parent 7cac8e7 commit cdbd4d7

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
@@ -39,7 +39,7 @@ require (
3939
github.com/speakeasy-api/huh v1.1.2
4040
github.com/speakeasy-api/jq v0.1.0
4141
github.com/speakeasy-api/openapi v1.7.8
42-
github.com/speakeasy-api/openapi-generation/v2 v2.743.2
42+
github.com/speakeasy-api/openapi-generation/v2 v2.743.9
4343
github.com/speakeasy-api/openapi-overlay v0.10.3
4444
github.com/speakeasy-api/sdk-gen-config v1.42.0
4545
github.com/speakeasy-api/speakeasy-client-sdk-go/v3 v3.26.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,8 @@ github.com/speakeasy-api/libopenapi v0.21.9-fixhiddencomps-fixed h1:PL/kpBY5vkBm
553553
github.com/speakeasy-api/libopenapi v0.21.9-fixhiddencomps-fixed/go.mod h1:Gc8oQkjr2InxwumK0zOBtKN9gIlv9L2VmSVIUk2YxcU=
554554
github.com/speakeasy-api/openapi v1.7.8 h1:GUASBB/AMewFEmONMsavY1xj5uZXCWeC31G3C6YmvZo=
555555
github.com/speakeasy-api/openapi v1.7.8/go.mod h1:fy+CvRcKj+HDU0QNdnyG6UkfJOEjhqCuNC7o4AtLPAk=
556-
github.com/speakeasy-api/openapi-generation/v2 v2.743.2 h1:3SFJeaVDtce9oIwWqwC9EjSLyKr3MzD7BAMGnf2umxM=
557-
github.com/speakeasy-api/openapi-generation/v2 v2.743.2/go.mod h1:BFcupAsPG9V10q1DGDI+Uslajq2WcYtRFn4IP4vFYSk=
556+
github.com/speakeasy-api/openapi-generation/v2 v2.743.9 h1:hhAUMkTElBYXQEz4BBwSE/p8cvciXafm0jhbKgULlqw=
557+
github.com/speakeasy-api/openapi-generation/v2 v2.743.9/go.mod h1:BFcupAsPG9V10q1DGDI+Uslajq2WcYtRFn4IP4vFYSk=
558558
github.com/speakeasy-api/openapi-overlay v0.10.3 h1:70een4vwHyslIp796vM+ox6VISClhtXsCjrQNhxwvWs=
559559
github.com/speakeasy-api/openapi-overlay v0.10.3/go.mod h1:RJjV0jbUHqXLS0/Mxv5XE7LAnJHqHw+01RDdpoGqiyY=
560560
github.com/speakeasy-api/sdk-gen-config v1.42.0 h1:L8S8wNQvJP/VlQH4sboC32JNx5uiZ8yQ1WdJCBOi9Yg=

0 commit comments

Comments
 (0)