@wix/auto_sdk_members_members 1.0.98 → 1.0.99

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.
@@ -173,7 +173,10 @@ interface DisconnectMemberSignature {
173
173
  /**
174
174
  * Disconnects a member.
175
175
  *
176
- * A disconnected member can't log in to members-only pages, and the member isn't visible in the dashboard.
176
+ * A disconnected member can't log in to members-only pages, isn't visible in the dashboard,
177
+ * and their `status` changes to `OFFLINE`.
178
+ *
179
+ * Use this when you want to permanently remove access without deleting member data.
177
180
  *
178
181
  * >**Note:** This action is irreversible. To connect the same member again, you have to create a member with a new slug.
179
182
  * @param - ID of a member to disconnect.