Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.11.1
**`(fix):`** The `_getAuthorizationHeader` method now returns `Promise<string | undefined>` when oauth is enabled.
This prevents compilation errors in the TypeScript SDK.


## 2.11.0
**`(feat):`** Generate `Request` and `Response` types variations for types that have readonly and/or writeonly properties.
For example, a type `User` will have a `User.Request` type that omits readonly properties and a `User.Response` type that omits writeonly properties.
Expand Down