Tags give the ability to mark specific points in history as being important
Add `userSetSupportedOrganisation` method to `Client` for updating user's supported organisation Add `SupportedOrganisation` property to `User` and introduce `Organisation` class
Add TrifftUuid property to Voucher response This change introduces a new `TrifftUuid` property to the Voucher response, annotated to provide additional context. It represents the UUID definition of a coupon in Trifft, enabling better identification and integration.
Add method to fetch TRIFFT.io partner member details Introduced a new `partnerTrifftMemberGet` method to retrieve information about a TRIFFT.io partner member. This method sends a GET request and includes proper annotations and exception handling for API and client errors.
BC: some DTO require PHP 8.0 and PHP attributes