v59.0.0
59.0.0 (2025-06-27)
Bug Fixes
- Normalize data for trash-related methods (754c45c)
BREAKING CHANGES
- if you were relying on deleteFilePermanently, take care
of handling thedata
attribute at the root of the response.
For example:
const result = fileCollection.deleteFilePermanently() // old
const { data: result } = fileCollection.deleteFilePermanently() // new