Skip to content

Commit 7a32d3b

Browse files
authored
feat(all): expose OAuth2 scopes in hooks; fix(typescript): tsBuildInfo location; fix(ruby): enum serialization (#1735)
## TypeScript - [Fix tsBuildInfo location to avoid false positive cache hit when transpiling TypeScript](speakeasy-api/openapi-generation#3506) - [Expose available OAuth 2.0 scopes for use in custom hooks](speakeasy-api/openapi-generation#3335) ## Python - [Expose available OAuth 2.0 scopes for use in custom hooks](speakeasy-api/openapi-generation#3335) ## Go - [Expose available OAuth 2.0 scopes for use in custom hooks](speakeasy-api/openapi-generation#3335) ## Java - [Expose available OAuth 2.0 scopes for use in custom hooks](speakeasy-api/openapi-generation#3335) ## C# - [Expose available OAuth 2.0 scopes for use in custom hooks](speakeasy-api/openapi-generation#3335) ## PHP - [Expose available OAuth 2.0 scopes for use in custom hooks](speakeasy-api/openapi-generation#3335) ## Ruby - [Expose available OAuth 2.0 scopes for use in custom hooks](speakeasy-api/openapi-generation#3335) - [Fix enum serialization for typingStrategy:none](speakeasy-api/openapi-generation#3335)
1 parent a9b6db1 commit 7a32d3b

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.1-0.20251107233444-84d7e49e84a4
4141
github.com/speakeasy-api/openapi v1.11.1
42-
github.com/speakeasy-api/openapi-generation/v2 v2.766.1
42+
github.com/speakeasy-api/openapi-generation/v2 v2.767.2
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.11.1 h1:r8TdvILNUD3nYuhM3soyECJrAZMef+N1zNHiao+zHyk=
555555
github.com/speakeasy-api/openapi v1.11.1/go.mod h1:JnmVyPKhAhwTup7/jKYpnv2B0O2Lm3C+cjpVZKieVvk=
556-
github.com/speakeasy-api/openapi-generation/v2 v2.766.1 h1:4CWTe5IhchlNgelKoOA8B24U4xGV2OxEZJG/XhnmhDc=
557-
github.com/speakeasy-api/openapi-generation/v2 v2.766.1/go.mod h1:BFcupAsPG9V10q1DGDI+Uslajq2WcYtRFn4IP4vFYSk=
556+
github.com/speakeasy-api/openapi-generation/v2 v2.767.2 h1:PXPgZ6ezgm/5YBQv0ZMMiuYup2ZXrD2/kbEqvofRuZo=
557+
github.com/speakeasy-api/openapi-generation/v2 v2.767.2/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)