@wix/auto_sdk_members_members-about 1.0.25 → 1.0.27

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.
@@ -1250,6 +1250,8 @@ interface AppEmbedData extends AppEmbedDataAppDataOneOf {
1250
1250
  cardStyles?: CardStyles;
1251
1251
  /** Styling for the app embed's container. */
1252
1252
  containerData?: PluginContainerData;
1253
+ /** Pricing data for embedded Wix App content. */
1254
+ pricingData?: PricingData;
1253
1255
  }
1254
1256
  /** @oneof */
1255
1257
  interface AppEmbedDataAppDataOneOf {
@@ -1451,6 +1453,33 @@ interface CardStyles {
1451
1453
  */
1452
1454
  textColor?: string | null;
1453
1455
  }
1456
+ interface PricingData {
1457
+ /**
1458
+ * Minimum numeric price value as string (e.g., "10.99").
1459
+ * @decimalValue options { maxScale:2 }
1460
+ */
1461
+ valueFrom?: string | null;
1462
+ /**
1463
+ * Maximum numeric price value as string (e.g., "19.99").
1464
+ * @decimalValue options { maxScale:2 }
1465
+ */
1466
+ valueTo?: string | null;
1467
+ /**
1468
+ * Numeric price value as string after discount application (e.g., "15.99").
1469
+ * @decimalValue options { maxScale:2 }
1470
+ */
1471
+ discountedValue?: string | null;
1472
+ /**
1473
+ * Currency of the value in ISO 4217 format (e.g., "USD", "EUR").
1474
+ * @format CURRENCY
1475
+ */
1476
+ currency?: string | null;
1477
+ /**
1478
+ * Pricing plan ID.
1479
+ * @format GUID
1480
+ */
1481
+ pricingPlanId?: string | null;
1482
+ }
1454
1483
  interface VideoData {
1455
1484
  /** Styling for the video's container. */
1456
1485
  containerData?: PluginContainerData;
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
2
  import { MemberAbout, UpdateMemberAbout, GetMyMemberAboutResponse, MemberAboutsQueryBuilder, MemberAboutCreatedEnvelope, MemberAboutDeletedEnvelope, MemberAboutUpdatedEnvelope } from './index.typings.js';
3
- export { ActionEvent, Alignment, AnchorData, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, AspectRatio, AudioData, Background, BackgroundBackgroundOneOf, BackgroundType, BaseEventMetadata, BlockquoteData, BookingData, Border, BorderColors, BulletedListData, ButtonData, ButtonDataType, ButtonStyles, CaptionData, CardStyles, CellStyle, CodeBlockData, CollapsibleListData, ColorData, Colors, CreateMemberAboutRequest, CreateMemberAboutResponse, Crop, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, Decoration, DecorationDataOneOf, DecorationType, DeleteMemberAboutRequest, DeleteMemberAboutResponse, Design, Dimensions, Direction, DividerData, DividerDataAlignment, DocumentStyle, DomainEvent, DomainEventBodyOneOf, EmbedData, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventData, EventMetadata, FileData, FileSource, FileSourceDataOneOf, FontSizeData, FontType, GIF, GIFData, GIFType, GalleryData, GalleryOptions, GalleryOptionsLayout, GetMemberAboutRequest, GetMemberAboutResponse, GetMyMemberAboutRequest, Gradient, HTMLData, HTMLDataDataOneOf, HeadingData, Height, IdentificationData, IdentificationDataIdOneOf, Image, ImageData, ImageDataStyles, ImageStyles, InitialExpandedItems, Item, ItemDataOneOf, ItemStyle, Layout, LayoutCellData, LayoutType, LineStyle, Link, LinkData, LinkDataOneOf, LinkPreviewData, LinkPreviewDataStyles, ListValue, MapData, MapSettings, MapType, Media, MemberAboutsQueryResult, MentionData, MessageEnvelope, Metadata, Node, NodeDataOneOf, NodeStyle, NodeType, NullValue, Oembed, Option, OptionDesign, OptionLayout, OrderedListData, Orientation, PDFSettings, ParagraphData, Permissions, Placement, PlaybackOptions, PluginContainerData, PluginContainerDataAlignment, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Poll, PollData, PollDataLayout, PollDesign, PollLayout, PollLayoutDirection, PollLayoutType, Position, QueryMemberAboutsRequest, QueryMemberAboutsResponse, Rel, Resizing, RestoreInfo, RibbonStyles, RichContent, Settings, SortOrder, Sorting, Source, Spoiler, SpoilerData, Styles, StylesBorder, StylesPosition, TableCellData, TableData, Target, TextAlignment, TextData, TextNodeStyle, TextStyle, Thumbnails, ThumbnailsAlignment, Type, UpdateMemberAboutRequest, UpdateMemberAboutResponse, VerticalAlignment, Video, VideoData, ViewMode, ViewRole, VoteRole, WebhookIdentityType, Width, WidthType } from './index.typings.js';
3
+ export { ActionEvent, Alignment, AlignmentWithLiterals, AnchorData, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, AppTypeWithLiterals, AspectRatio, AspectRatioWithLiterals, AudioData, Background, BackgroundBackgroundOneOf, BackgroundType, BackgroundTypeWithLiterals, BaseEventMetadata, BlockquoteData, BookingData, Border, BorderColors, BulletedListData, ButtonData, ButtonDataType, ButtonDataTypeWithLiterals, ButtonStyles, CaptionData, CardStyles, CellStyle, CodeBlockData, CollapsibleListData, ColorData, Colors, CreateMemberAboutRequest, CreateMemberAboutResponse, Crop, CropWithLiterals, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, Decoration, DecorationDataOneOf, DecorationType, DecorationTypeWithLiterals, DeleteMemberAboutRequest, DeleteMemberAboutResponse, Design, Dimensions, Direction, DirectionWithLiterals, DividerData, DividerDataAlignment, DividerDataAlignmentWithLiterals, DocumentStyle, DomainEvent, DomainEventBodyOneOf, EmbedData, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventData, EventMetadata, FileData, FileSource, FileSourceDataOneOf, FontSizeData, FontType, FontTypeWithLiterals, GIF, GIFData, GIFType, GIFTypeWithLiterals, GalleryData, GalleryOptions, GalleryOptionsLayout, GetMemberAboutRequest, GetMemberAboutResponse, GetMyMemberAboutRequest, Gradient, HTMLData, HTMLDataDataOneOf, HeadingData, Height, IdentificationData, IdentificationDataIdOneOf, Image, ImageData, ImageDataStyles, ImageStyles, InitialExpandedItems, InitialExpandedItemsWithLiterals, Item, ItemDataOneOf, ItemStyle, Layout, LayoutCellData, LayoutType, LayoutTypeWithLiterals, LayoutWithLiterals, LineStyle, LineStyleWithLiterals, Link, LinkData, LinkDataOneOf, LinkPreviewData, LinkPreviewDataStyles, ListValue, MapData, MapSettings, MapType, MapTypeWithLiterals, Media, MemberAboutsQueryResult, MentionData, MessageEnvelope, Metadata, Node, NodeDataOneOf, NodeStyle, NodeType, NodeTypeWithLiterals, NullValue, NullValueWithLiterals, Oembed, Option, OptionDesign, OptionLayout, OrderedListData, Orientation, OrientationWithLiterals, PDFSettings, ParagraphData, Permissions, Placement, PlacementWithLiterals, PlaybackOptions, PluginContainerData, PluginContainerDataAlignment, PluginContainerDataAlignmentWithLiterals, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Poll, PollData, PollDataLayout, PollDesign, PollLayout, PollLayoutDirection, PollLayoutDirectionWithLiterals, PollLayoutType, PollLayoutTypeWithLiterals, Position, PositionWithLiterals, PricingData, QueryMemberAboutsRequest, QueryMemberAboutsResponse, Rel, Resizing, ResizingWithLiterals, RestoreInfo, RibbonStyles, RichContent, Settings, SortOrder, SortOrderWithLiterals, Sorting, Source, SourceWithLiterals, Spoiler, SpoilerData, Styles, StylesBorder, StylesPosition, StylesPositionWithLiterals, TableCellData, TableData, Target, TargetWithLiterals, TextAlignment, TextAlignmentWithLiterals, TextData, TextNodeStyle, TextStyle, Thumbnails, ThumbnailsAlignment, ThumbnailsAlignmentWithLiterals, Type, TypeWithLiterals, UpdateMemberAboutRequest, UpdateMemberAboutResponse, VerticalAlignment, VerticalAlignmentWithLiterals, Video, VideoData, ViewMode, ViewModeWithLiterals, ViewRole, ViewRoleWithLiterals, VoteRole, VoteRoleWithLiterals, WebhookIdentityType, WebhookIdentityTypeWithLiterals, Width, WidthType, WidthTypeWithLiterals, WidthWithLiterals } from './index.typings.js';
4
4
 
5
5
  declare function createMemberAbout$1(httpClient: HttpClient): CreateMemberAboutSignature;
6
6
  interface CreateMemberAboutSignature {
@@ -9,7 +9,7 @@ interface CreateMemberAboutSignature {
9
9
  * @param - The "About" section content to create.
10
10
  * @returns The created "About" section content.
11
11
  */
12
- (memberAbout: NonNullablePaths<MemberAbout, `content`>): Promise<MemberAbout>;
12
+ (memberAbout: NonNullablePaths<MemberAbout, `content`, 2>): Promise<MemberAbout>;
13
13
  }
14
14
  declare function updateMemberAbout$1(httpClient: HttpClient): UpdateMemberAboutSignature;
15
15
  interface UpdateMemberAboutSignature {
@@ -20,7 +20,7 @@ interface UpdateMemberAboutSignature {
20
20
  * @param - ID of the "About" section content.
21
21
  * @returns The updated "About" section content.
22
22
  */
23
- (_id: string, memberAbout: NonNullablePaths<UpdateMemberAbout, `content` | `revision`>): Promise<MemberAbout>;
23
+ (_id: string, memberAbout: NonNullablePaths<UpdateMemberAbout, `content` | `revision`, 2>): Promise<MemberAbout>;
24
24
  }
25
25
  declare function deleteMemberAbout$1(httpClient: HttpClient): DeleteMemberAboutSignature;
26
26
  interface DeleteMemberAboutSignature {