Changed
- Type casting to deserialize arrays in
GetSchema
#732 (#717 thanks for raising @tarsFromTesseract).
⚠️ Caution – Potentially breaking
The newGetSchema
typings may result in a breaking change if your integration relies on thestdClass
returned previously.
- Made
PendingUserAction
nullable #730 (#726 thanks for raising @williamdes)