@wix/auto_sdk_members_members-about 1.0.27 → 1.0.29

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.
@@ -14,7 +14,7 @@ interface MemberAbout {
14
14
  * @format GUID
15
15
  */
16
16
  memberId?: string | null;
17
- /** <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="image.video.divider.giphy.emoji.link" exampleid="9b569a8d-0fc1-40f4-987f-8bd40ecc72d0">Fallback Message for SSR and Error</widget> */
17
+ /** <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="image.video.divider.giphy.emoji.link" exampleid="9b569a8d-0fc1-40f4-987f-8bd40ecc72d0">Fallback Message for SSR and Error</widget>. */
18
18
  content?: RichContent;
19
19
  }
20
20
  interface RichContent {
@@ -2172,7 +2172,7 @@ interface UpdateMemberAbout {
2172
2172
  * @format GUID
2173
2173
  */
2174
2174
  memberId?: string | null;
2175
- /** <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="image.video.divider.giphy.emoji.link" exampleid="9b569a8d-0fc1-40f4-987f-8bd40ecc72d0">Fallback Message for SSR and Error</widget> */
2175
+ /** <widget src="https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component" plugins="image.video.divider.giphy.emoji.link" exampleid="9b569a8d-0fc1-40f4-987f-8bd40ecc72d0">Fallback Message for SSR and Error</widget>. */
2176
2176
  content?: RichContent;
2177
2177
  }
2178
2178
  /**
@@ -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;