We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4b683 commit d887a28Copy full SHA for d887a28
fern/products/sdks/overview/typescript/changelog/2025-09-08.mdx
@@ -1,3 +1,8 @@
1
+## 2.11.1
2
+**`(fix):`** The `_getAuthorizationHeader` method now returns `Promise<string | undefined>` when oauth is enabled.
3
+This prevents compilation errors in the TypeScript SDK.
4
+
5
6
## 2.11.0
7
**`(feat):`** Generate `Request` and `Response` types variations for types that have readonly and/or writeonly properties.
8
For example, a type `User` will have a `User.Request` type that omits readonly properties and a `User.Response` type that omits writeonly properties.
0 commit comments