We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fb1bd commit 685eaa5Copy full SHA for 685eaa5
1 file changed
.changeset/poor-pugs-fix.md
@@ -4,3 +4,9 @@
4
---
5
6
Fixed callback typing and client factory overload generation for partial callback clients.
7
+
8
+- Added `getMutationCache` to mutation state callback typing in `qraftAPIClient`, so it is available on generated
9
+ clients when relevant callbacks are provided.
10
+- Fixed generated `createAPIClient` operation-client overloads to return `APIBasicQueryClientServices<..., Callbacks>`
11
+ and `APIBasicClientServices<..., Callbacks>` (instead of incorrectly locking to `DefaultCallbacks`) for partial
12
+ callback configurations.
0 commit comments