You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/src/models/membership.dart
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ class Membership implements Model {
14
14
/// User ID.
15
15
finalString userId;
16
16
17
-
/// User name.
17
+
/// User name. Hide this attribute by toggling membership privacy in the Console.
18
18
finalString userName;
19
19
20
-
/// User email address.
20
+
/// User email address. Hide this attribute by toggling membership privacy in the Console.
21
21
finalString userEmail;
22
22
23
23
/// Team ID.
@@ -35,11 +35,11 @@ class Membership implements Model {
35
35
/// User confirmation status, true if the user has joined the team or false otherwise.
36
36
finalbool confirm;
37
37
38
-
/// Multi factor authentication status, true if the user has MFA enabled or false otherwise.
38
+
/// Multi factor authentication status, true if the user has MFA enabled or false otherwise. Hide this attribute by toggling membership privacy in the Console.
Copy file name to clipboardExpand all lines: pubspec.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: appwrite
2
-
version: 13.0.0
2
+
version: 13.1.0
3
3
description: Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
0 commit comments