@wix/auto_sdk_members_members-about 1.0.21 → 1.0.22

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.
@@ -1110,6 +1110,10 @@ interface Decoration extends DecorationDataOneOf {
1110
1110
  spoilerData?: SpoilerData;
1111
1111
  /** Data for a strikethrough decoration. Defaults to `true`. */
1112
1112
  strikethroughData?: boolean | null;
1113
+ /** Data for a superscript decoration. Defaults to `true`. */
1114
+ superscriptData?: boolean | null;
1115
+ /** Data for a subscript decoration. Defaults to `true`. */
1116
+ subscriptData?: boolean | null;
1113
1117
  /** The type of decoration to apply. */
1114
1118
  type?: DecorationTypeWithLiterals;
1115
1119
  }
@@ -1135,6 +1139,10 @@ interface DecorationDataOneOf {
1135
1139
  spoilerData?: SpoilerData;
1136
1140
  /** Data for a strikethrough decoration. Defaults to `true`. */
1137
1141
  strikethroughData?: boolean | null;
1142
+ /** Data for a superscript decoration. Defaults to `true`. */
1143
+ superscriptData?: boolean | null;
1144
+ /** Data for a subscript decoration. Defaults to `true`. */
1145
+ subscriptData?: boolean | null;
1138
1146
  }
1139
1147
  declare enum DecorationType {
1140
1148
  BOLD = "BOLD",
@@ -1147,10 +1155,12 @@ declare enum DecorationType {
1147
1155
  COLOR = "COLOR",
1148
1156
  FONT_SIZE = "FONT_SIZE",
1149
1157
  EXTERNAL = "EXTERNAL",
1150
- STRIKETHROUGH = "STRIKETHROUGH"
1158
+ STRIKETHROUGH = "STRIKETHROUGH",
1159
+ SUPERSCRIPT = "SUPERSCRIPT",
1160
+ SUBSCRIPT = "SUBSCRIPT"
1151
1161
  }
1152
1162
  /** @enumType */
1153
- type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH';
1163
+ type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH' | 'SUPERSCRIPT' | 'SUBSCRIPT';
1154
1164
  interface AnchorData {
1155
1165
  /** The target node's ID. */
1156
1166
  anchor?: string;
@@ -1,4 +1,4 @@
1
- import { be as CreateMemberAboutRequest$1, bf as CreateMemberAboutResponse$1, bg as UpdateMemberAboutRequest$1, bh as UpdateMemberAboutResponse$1, bi as DeleteMemberAboutRequest$1, bj as DeleteMemberAboutResponse$1, bk as GetMemberAboutRequest$1, bl as GetMemberAboutResponse$1, bm as GetMyMemberAboutRequest$1, G as GetMyMemberAboutResponse$1, bn as QueryMemberAboutsRequest$1, bs as QueryMemberAboutsResponse$1 } from './members-about-v2-member-about-members-about.universal-35AgPK6C.js';
1
+ import { be as CreateMemberAboutRequest$1, bf as CreateMemberAboutResponse$1, bg as UpdateMemberAboutRequest$1, bh as UpdateMemberAboutResponse$1, bi as DeleteMemberAboutRequest$1, bj as DeleteMemberAboutResponse$1, bk as GetMemberAboutRequest$1, bl as GetMemberAboutResponse$1, bm as GetMyMemberAboutRequest$1, G as GetMyMemberAboutResponse$1, bn as QueryMemberAboutsRequest$1, bs as QueryMemberAboutsResponse$1 } from './members-about-v2-member-about-members-about.universal-CG9SOYb1.js';
2
2
 
3
3
  interface MemberAbout {
4
4
  /**
@@ -1112,6 +1112,10 @@ interface Decoration extends DecorationDataOneOf {
1112
1112
  spoilerData?: SpoilerData;
1113
1113
  /** Data for a strikethrough decoration. Defaults to `true`. */
1114
1114
  strikethroughData?: boolean | null;
1115
+ /** Data for a superscript decoration. Defaults to `true`. */
1116
+ superscriptData?: boolean | null;
1117
+ /** Data for a subscript decoration. Defaults to `true`. */
1118
+ subscriptData?: boolean | null;
1115
1119
  /** The type of decoration to apply. */
1116
1120
  type?: DecorationTypeWithLiterals;
1117
1121
  }
@@ -1137,6 +1141,10 @@ interface DecorationDataOneOf {
1137
1141
  spoilerData?: SpoilerData;
1138
1142
  /** Data for a strikethrough decoration. Defaults to `true`. */
1139
1143
  strikethroughData?: boolean | null;
1144
+ /** Data for a superscript decoration. Defaults to `true`. */
1145
+ superscriptData?: boolean | null;
1146
+ /** Data for a subscript decoration. Defaults to `true`. */
1147
+ subscriptData?: boolean | null;
1140
1148
  }
1141
1149
  declare enum DecorationType {
1142
1150
  BOLD = "BOLD",
@@ -1149,10 +1157,12 @@ declare enum DecorationType {
1149
1157
  COLOR = "COLOR",
1150
1158
  FONT_SIZE = "FONT_SIZE",
1151
1159
  EXTERNAL = "EXTERNAL",
1152
- STRIKETHROUGH = "STRIKETHROUGH"
1160
+ STRIKETHROUGH = "STRIKETHROUGH",
1161
+ SUPERSCRIPT = "SUPERSCRIPT",
1162
+ SUBSCRIPT = "SUBSCRIPT"
1153
1163
  }
1154
1164
  /** @enumType */
1155
- type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH';
1165
+ type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH' | 'SUPERSCRIPT' | 'SUBSCRIPT';
1156
1166
  interface AnchorData {
1157
1167
  /** The target node's ID. */
1158
1168
  anchor?: string;
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { M as MemberAbout, U as UpdateMemberAbout, G as GetMyMemberAboutResponse, a as MemberAboutsQueryBuilder, b as MemberAboutCreatedEnvelope, c as MemberAboutDeletedEnvelope, d as MemberAboutUpdatedEnvelope } from './members-about-v2-member-about-members-about.universal-35AgPK6C.mjs';
3
- export { bB as ActionEvent, A as Alignment, aM as AnchorData, aS as AppEmbedData, aT as AppEmbedDataAppDataOneOf, q as AppType, b5 as AudioData, aC as Background, aD as BackgroundBackgroundOneOf, B as BackgroundType, bF as BaseEventMetadata, b8 as BlockquoteData, aU as BookingData, E as Border, b3 as BorderColors, b7 as BulletedListData, z as ButtonData, b9 as CaptionData, b2 as CellStyle, a1 as CodeBlockData, a_ as CollapsibleListData, aN as ColorData, H as Colors, be as CreateMemberAboutRequest, bf as CreateMemberAboutResponse, C as Crop, br as CursorPaging, bt as CursorPagingMetadata, bo as CursorQuery, bp as CursorQueryPagingMethodOneOf, bu as Cursors, aK as Decoration, aL as DecorationDataOneOf, D as DecorationType, bi as DeleteMemberAboutRequest, bj as DeleteMemberAboutResponse, aI as Design, b0 as Dimensions, r as Direction, a3 as DividerData, bc as DocumentStyle, bv as DomainEvent, bw as DomainEventBodyOneOf, aY as EmbedData, bx as EntityCreatedEvent, bA as EntityDeletedEvent, bz as EntityUpdatedEvent, aV as EventData, bG as EventMetadata, a4 as FileData, a5 as FileSource, a6 as FileSourceDataOneOf, aQ as FontSizeData, F as FontType, aj as GIF, ai as GIFData, j as GIFType, a8 as GalleryData, ae as GalleryOptions, bk as GetMemberAboutRequest, bl as GetMemberAboutResponse, bm as GetMyMemberAboutRequest, aB as Gradient, al as HTMLData, am as HTMLDataDataOneOf, ak as HeadingData, Y as Height, bD as IdentificationData, bE as IdentificationDataIdOneOf, aa as Image, an as ImageData, ap as ImageDataStyles, I as InitialExpandedItems, ac as Item, ad as ItemDataOneOf, ag as ItemStyle, af as Layout, ba as LayoutCellData, h as LayoutType, L as LineStyle, _ as Link, aO as LinkData, $ as LinkDataOneOf, aq as LinkPreviewData, ar as LinkPreviewDataStyles, b4 as ListValue, as as MapData, at as MapSettings, l as MapType, a9 as Media, bH as MemberAboutsQueryResult, aP as MentionData, bC as MessageEnvelope, bb as Metadata, w as Node, x as NodeDataOneOf, y as NodeStyle, N as NodeType, t as NullValue, aZ as Oembed, ax as Option, aF as OptionDesign, aA as OptionLayout, b6 as OrderedListData, O as Orientation, a7 as PDFSettings, au as ParagraphData, aw as Permissions, aX as PlaybackOptions, J as PluginContainerData, P as PluginContainerDataAlignment, K as PluginContainerDataWidth, Q as PluginContainerDataWidthDataOneOf, aG as Poll, av as PollData, aH as PollDataLayout, aE as PollDesign, az as PollLayout, p as PollLayoutDirection, o as PollLayoutType, k as Position, bn as QueryMemberAboutsRequest, bs as QueryMemberAboutsResponse, a0 as Rel, by as RestoreInfo, R as RichContent, ay as Settings, u as SortOrder, bq as Sorting, S as Source, X as Spoiler, aR as SpoilerData, Z as Styles, ao as StylesBorder, b1 as TableCellData, a$ as TableData, e as Target, f as TextAlignment, aJ as TextData, bd as TextNodeStyle, a2 as TextStyle, ah as Thumbnails, i as ThumbnailsAlignment, T as Type, bg as UpdateMemberAboutRequest, bh as UpdateMemberAboutResponse, s as VerticalAlignment, ab as Video, aW as VideoData, V as ViewMode, m as ViewRole, n as VoteRole, v as WebhookIdentityType, g as Width, W as WidthType } from './members-about-v2-member-about-members-about.universal-35AgPK6C.mjs';
2
+ import { M as MemberAbout, U as UpdateMemberAbout, G as GetMyMemberAboutResponse, a as MemberAboutsQueryBuilder, b as MemberAboutCreatedEnvelope, c as MemberAboutDeletedEnvelope, d as MemberAboutUpdatedEnvelope } from './members-about-v2-member-about-members-about.universal-CG9SOYb1.mjs';
3
+ export { bB as ActionEvent, A as Alignment, aM as AnchorData, aS as AppEmbedData, aT as AppEmbedDataAppDataOneOf, q as AppType, b5 as AudioData, aC as Background, aD as BackgroundBackgroundOneOf, B as BackgroundType, bF as BaseEventMetadata, b8 as BlockquoteData, aU as BookingData, E as Border, b3 as BorderColors, b7 as BulletedListData, z as ButtonData, b9 as CaptionData, b2 as CellStyle, a1 as CodeBlockData, a_ as CollapsibleListData, aN as ColorData, H as Colors, be as CreateMemberAboutRequest, bf as CreateMemberAboutResponse, C as Crop, br as CursorPaging, bt as CursorPagingMetadata, bo as CursorQuery, bp as CursorQueryPagingMethodOneOf, bu as Cursors, aK as Decoration, aL as DecorationDataOneOf, D as DecorationType, bi as DeleteMemberAboutRequest, bj as DeleteMemberAboutResponse, aI as Design, b0 as Dimensions, r as Direction, a3 as DividerData, bc as DocumentStyle, bv as DomainEvent, bw as DomainEventBodyOneOf, aY as EmbedData, bx as EntityCreatedEvent, bA as EntityDeletedEvent, bz as EntityUpdatedEvent, aV as EventData, bG as EventMetadata, a4 as FileData, a5 as FileSource, a6 as FileSourceDataOneOf, aQ as FontSizeData, F as FontType, aj as GIF, ai as GIFData, j as GIFType, a8 as GalleryData, ae as GalleryOptions, bk as GetMemberAboutRequest, bl as GetMemberAboutResponse, bm as GetMyMemberAboutRequest, aB as Gradient, al as HTMLData, am as HTMLDataDataOneOf, ak as HeadingData, Y as Height, bD as IdentificationData, bE as IdentificationDataIdOneOf, aa as Image, an as ImageData, ap as ImageDataStyles, I as InitialExpandedItems, ac as Item, ad as ItemDataOneOf, ag as ItemStyle, af as Layout, ba as LayoutCellData, h as LayoutType, L as LineStyle, _ as Link, aO as LinkData, $ as LinkDataOneOf, aq as LinkPreviewData, ar as LinkPreviewDataStyles, b4 as ListValue, as as MapData, at as MapSettings, l as MapType, a9 as Media, bH as MemberAboutsQueryResult, aP as MentionData, bC as MessageEnvelope, bb as Metadata, w as Node, x as NodeDataOneOf, y as NodeStyle, N as NodeType, t as NullValue, aZ as Oembed, ax as Option, aF as OptionDesign, aA as OptionLayout, b6 as OrderedListData, O as Orientation, a7 as PDFSettings, au as ParagraphData, aw as Permissions, aX as PlaybackOptions, J as PluginContainerData, P as PluginContainerDataAlignment, K as PluginContainerDataWidth, Q as PluginContainerDataWidthDataOneOf, aG as Poll, av as PollData, aH as PollDataLayout, aE as PollDesign, az as PollLayout, p as PollLayoutDirection, o as PollLayoutType, k as Position, bn as QueryMemberAboutsRequest, bs as QueryMemberAboutsResponse, a0 as Rel, by as RestoreInfo, R as RichContent, ay as Settings, u as SortOrder, bq as Sorting, S as Source, X as Spoiler, aR as SpoilerData, Z as Styles, ao as StylesBorder, b1 as TableCellData, a$ as TableData, e as Target, f as TextAlignment, aJ as TextData, bd as TextNodeStyle, a2 as TextStyle, ah as Thumbnails, i as ThumbnailsAlignment, T as Type, bg as UpdateMemberAboutRequest, bh as UpdateMemberAboutResponse, s as VerticalAlignment, ab as Video, aW as VideoData, V as ViewMode, m as ViewRole, n as VoteRole, v as WebhookIdentityType, g as Width, W as WidthType } from './members-about-v2-member-about-members-about.universal-CG9SOYb1.mjs';
4
4
 
5
5
  declare function createMemberAbout$1(httpClient: HttpClient): CreateMemberAboutSignature;
6
6
  interface CreateMemberAboutSignature {
@@ -677,6 +677,8 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
677
677
  DecorationType2["FONT_SIZE"] = "FONT_SIZE";
678
678
  DecorationType2["EXTERNAL"] = "EXTERNAL";
679
679
  DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
680
+ DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
681
+ DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
680
682
  return DecorationType2;
681
683
  })(DecorationType || {});
682
684
  var FontType = /* @__PURE__ */ ((FontType2) => {