Skip to content

Commit 0c2541e

Browse files
authored
Add more share types (#200)
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
1 parent 9efd499 commit 0c2541e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Sources/NextcloudKit/Models/NKShare.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,16 @@ public final class NKShare: NSObject {
9292
///
9393
case team = 7
9494

95+
///
96+
/// Shared by a guest.
97+
///
98+
case guest = 8
99+
100+
///
101+
/// A federated group share.
102+
///
103+
case federatedGroup = 9
104+
95105
///
96106
/// Shared within a Nextcloud Talk conversation.
97107
///

0 commit comments

Comments
 (0)