@wix/auto_sdk_members_members 1.0.83 → 1.0.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,6 +98,8 @@ declare function listMembers$1(httpClient: HttpClient): ListMembersSignature;
98
98
  interface ListMembersSignature {
99
99
  /**
100
100
  * Lists site members, given the provided paging and fieldsets.
101
+ *
102
+ * A member's default privacy status is `"PRIVATE"`. Private members aren't returned in the response if a [site visitor](https://dev.wix.com/docs/api-reference/articles/authentication/about-identities#site-visitor) or [site member](https://dev.wix.com/docs/api-reference/articles/authentication/about-identities#site-member) identity calls this method. Learn more about [managing your member privacy settings](https://support.wix.com/en/article/site-members-managing-your-member-privacy-settings).
101
103
  * @param - Options for paging, sorting, and specifying fields to return.
102
104
  */
103
105
  (options?: ListMembersOptions): Promise<NonNullablePaths<ListMembersResponse, `members` | `members.${number}.status` | `members.${number}.profile.photo._id` | `members.${number}.profile.photo.url` | `members.${number}.profile.photo.height` | `members.${number}.profile.photo.width` | `members.${number}.privacyStatus` | `members.${number}.activityStatus`, 6>>;