v53.0.0
53.0.0 (2025-01-21)
Features
- models/sharing: Add verbs param to getSharingLink function (6a47793)
- models/sharing: Rename getSharingLink to makeSharingLink (d1f9557)
- permissionColl: Improve add method (b2d2c73)
- PermissionColl: Normalize params between create (1d7a4a2)
BREAKING CHANGES
- models/sharing: Rename getSharingLink to makeSharingLink.
This function creates or updates a share link.
- PermissionColl: By default, the name of the attribute returned
viacreateSharingLink
is no longeremail
butcode
.
You can either adapt your code accordingly or
simply add the option{ codes: 'email' }
when callingcreateSharingLink
.