Commit 7a32d3b
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
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
557 | | - | |
| 556 | + | |
| 557 | + | |
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
| |||
0 commit comments