Skip to content

v53.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 21 Jan 09:58
· 6 commits to master since this release

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
    via createSharingLink is no longer email but code.
    You can either adapt your code accordingly or
    simply add the option { codes: 'email' } when calling createSharingLink.