@wix/auto_sdk_members_members-about 1.0.27 → 1.0.28

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.
@@ -2195,7 +2195,6 @@ declare function deleteMemberAbout(_id: string): Promise<void>;
2195
2195
  * @requiredField _id
2196
2196
  * @permissionId MEMBERS.MEMBER_ABOUT_READ
2197
2197
  * @applicableIdentity APP
2198
- * @applicableIdentity VISITOR
2199
2198
  * @returns The retrieved "About" section content.
2200
2199
  * @fqn wix.members.about.v2.MembersAbout.GetMemberAbout
2201
2200
  */
@@ -2209,7 +2208,6 @@ declare function getMemberAbout(_id: string): Promise<MemberAbout>;
2209
2208
  * @documentationMaturity preview
2210
2209
  * @permissionId MEMBERS.MEMBER_ABOUT_READ
2211
2210
  * @applicableIdentity APP
2212
- * @applicableIdentity VISITOR
2213
2211
  * @fqn wix.members.about.v2.MembersAbout.GetMyMemberAbout
2214
2212
  */
2215
2213
  declare function getMyMemberAbout(): Promise<GetMyMemberAboutResponse>;
@@ -2229,7 +2227,6 @@ declare function getMyMemberAbout(): Promise<GetMyMemberAboutResponse>;
2229
2227
  * @documentationMaturity preview
2230
2228
  * @permissionId MEMBERS.MEMBER_ABOUT_READ
2231
2229
  * @applicableIdentity APP
2232
- * @applicableIdentity VISITOR
2233
2230
  * @fqn wix.members.about.v2.MembersAbout.QueryMemberAbouts
2234
2231
  */
2235
2232
  declare function queryMemberAbouts(): MemberAboutsQueryBuilder;