Skip to content

Commit 731aa22

Browse files
committed
fix: add missind interface functions
Signed-off-by: Tomasz Trillò <tomasz.trillo@dataport.de>
1 parent 18dbb9c commit 731aa22

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

lib/public/Teams/ITeamFolderProvider.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@
2323
#[Consumable(since: '35.0.0')]
2424
#[Implementable(since: '35.0.0')]
2525
interface ITeamFolderProvider extends ITeamResourceProvider {
26+
27+
/**
28+
* Return the list of team folders that can be linked to the team.
29+
*
30+
* @since 35.0.0
31+
*/
32+
public function getLinkableTeamFolders(string $circleId): DataResponse;
33+
34+
/**
35+
* Link a team folder to the team.
36+
*
37+
* @since 35.0.0
38+
*/
39+
public function linkTeamFolder(string $circleId, int $folderId): DataResponse;
40+
2641
/**
2742
* Return the folder exclusively linked to the team.
2843
*

0 commit comments

Comments
 (0)