|
109 | 109 | - added method `isApplicationTokenValid`
|
110 | 110 | - changed method `public function applicationInstalled(?string $applicationToken): void` application token now is nullable
|
111 | 111 | - changed method `public function applicationUninstalled(?string $applicationToken): void` application token now is nullable
|
112 |
| - - added method `linkContactPerson(Uuid $uuid)` |
113 |
| - - added method `linkBitrix24Partner()` |
114 |
| - - added method `unlinkBitrix24Partner()` |
115 |
| - - added method `unlinkContactPerson()` |
116 |
| - - added method `linkBitrix24PartnerContactPerson()` |
117 |
| - - added method `unlinkBitrix24PartnerContactPerson()` |
118 |
| - - remove method `changeContactPerson(?Uuid $uuid)` |
119 |
| - - remove method `changeBitrix24Partner(?Uuid $uuid)` |
120 |
| - - remove method `changeBitrix24PartnerContactPerson(?Uuid $uuid)` |
| 112 | + - added method `linkContactPerson(Uuid $uuid)`, see [change signatures](https://github.com/bitrix24/b24phpsdk/issues/166). |
| 113 | + - added method `linkBitrix24Partner()`, see [change signatures](https://github.com/bitrix24/b24phpsdk/issues/166). |
| 114 | + - added method `unlinkBitrix24Partner()`, see [change signatures](https://github.com/bitrix24/b24phpsdk/issues/166). |
| 115 | + - added method `unlinkContactPerson()`, see [change signatures](https://github.com/bitrix24/b24phpsdk/issues/166). |
| 116 | + - added method `linkBitrix24PartnerContactPerson()`, see [change signatures](https://github.com/bitrix24/b24phpsdk/issues/166). |
| 117 | + - added method `unlinkBitrix24PartnerContactPerson()`, see [change signatures](https://github.com/bitrix24/b24phpsdk/issues/166). |
| 118 | + - remove method `changeContactPerson(?Uuid $uuid)`, see [change signatures](https://github.com/bitrix24/b24phpsdk/issues/166). |
| 119 | + - remove method `changeBitrix24Partner(?Uuid $uuid)`, see [change signatures](https://github.com/bitrix24/b24phpsdk/issues/166). |
| 120 | + - remove method `changeBitrix24PartnerContactPerson(?Uuid $uuid)`, see [change signatures](https://github.com/bitrix24/b24phpsdk/issues/166). |
| 121 | +- ❗**️️BC** Changed contract `Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Repository\ApplicationInstallationRepositoryInterface`, |
| 122 | + see [change signatures](https://github.com/bitrix24/b24phpsdk/issues/167): |
| 123 | + - change return type `findByBitrix24AccountId` from an array to `?ApplicationInstallationInterface` |
121 | 124 |
|
122 | 125 | ### Statistics
|
123 | 126 |
|
|
0 commit comments