@wix/auto_sdk_members_members-about 1.0.22 → 1.0.23
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.
- package/build/cjs/index.d.ts +5 -5
- package/build/cjs/index.js +69 -18
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/{members-about-v2-member-about-members-about.universal-CG9SOYb1.d.ts → index.typings.d.ts} +368 -12
- package/build/cjs/index.typings.js +1048 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +215 -12
- package/build/es/index.d.mts +5 -5
- package/build/es/index.mjs +62 -18
- package/build/es/index.mjs.map +1 -1
- package/build/es/{members-about-v2-member-about-members-about.universal-CG9SOYb1.d.mts → index.typings.d.mts} +368 -12
- package/build/es/index.typings.mjs +980 -0
- package/build/es/index.typings.mjs.map +1 -0
- package/build/es/meta.d.mts +215 -12
- package/build/internal/cjs/index.d.ts +5 -5
- package/build/internal/cjs/index.js +69 -18
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/{members-about-v2-member-about-members-about.universal-CG9SOYb1.d.ts → index.typings.d.ts} +368 -12
- package/build/internal/cjs/index.typings.js +1048 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +215 -12
- package/build/internal/es/index.d.mts +5 -5
- package/build/internal/es/index.mjs +62 -18
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/{members-about-v2-member-about-members-about.universal-CG9SOYb1.d.mts → index.typings.d.mts} +368 -12
- package/build/internal/es/index.typings.mjs +980 -0
- package/build/internal/es/index.typings.mjs.map +1 -0
- package/build/internal/es/meta.d.mts +215 -12
- package/package.json +3 -3
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpClient, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
1
|
+
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
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';
|
|
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: MemberAbout): Promise<MemberAbout>;
|
|
12
|
+
(memberAbout: NonNullablePaths<MemberAbout, `content`>): 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: UpdateMemberAbout): Promise<MemberAbout>;
|
|
23
|
+
(_id: string, memberAbout: NonNullablePaths<UpdateMemberAbout, `content` | `revision`>): Promise<MemberAbout>;
|
|
24
24
|
}
|
|
25
25
|
declare function deleteMemberAbout$1(httpClient: HttpClient): DeleteMemberAboutSignature;
|
|
26
26
|
interface DeleteMemberAboutSignature {
|
package/build/cjs/index.js
CHANGED
|
@@ -22,25 +22,32 @@ var index_exports = {};
|
|
|
22
22
|
__export(index_exports, {
|
|
23
23
|
Alignment: () => Alignment,
|
|
24
24
|
AppType: () => AppType,
|
|
25
|
+
AspectRatio: () => AspectRatio,
|
|
25
26
|
BackgroundType: () => BackgroundType,
|
|
27
|
+
ButtonDataType: () => ButtonDataType,
|
|
26
28
|
Crop: () => Crop,
|
|
27
29
|
DecorationType: () => DecorationType,
|
|
28
30
|
Direction: () => Direction,
|
|
31
|
+
DividerDataAlignment: () => DividerDataAlignment,
|
|
29
32
|
FontType: () => FontType,
|
|
30
33
|
GIFType: () => GIFType,
|
|
31
34
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
35
|
+
Layout: () => Layout,
|
|
32
36
|
LayoutType: () => LayoutType,
|
|
33
37
|
LineStyle: () => LineStyle,
|
|
34
38
|
MapType: () => MapType,
|
|
35
39
|
NodeType: () => NodeType,
|
|
36
40
|
NullValue: () => NullValue,
|
|
37
41
|
Orientation: () => Orientation,
|
|
42
|
+
Placement: () => Placement,
|
|
38
43
|
PluginContainerDataAlignment: () => PluginContainerDataAlignment,
|
|
39
44
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
40
45
|
PollLayoutType: () => PollLayoutType,
|
|
41
46
|
Position: () => Position,
|
|
47
|
+
Resizing: () => Resizing,
|
|
42
48
|
SortOrder: () => SortOrder,
|
|
43
49
|
Source: () => Source,
|
|
50
|
+
StylesPosition: () => StylesPosition,
|
|
44
51
|
Target: () => Target,
|
|
45
52
|
TextAlignment: () => TextAlignment,
|
|
46
53
|
ThumbnailsAlignment: () => ThumbnailsAlignment,
|
|
@@ -601,11 +608,11 @@ var PluginContainerDataAlignment = /* @__PURE__ */ ((PluginContainerDataAlignmen
|
|
|
601
608
|
PluginContainerDataAlignment2["RIGHT"] = "RIGHT";
|
|
602
609
|
return PluginContainerDataAlignment2;
|
|
603
610
|
})(PluginContainerDataAlignment || {});
|
|
604
|
-
var
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
return
|
|
608
|
-
})(
|
|
611
|
+
var ButtonDataType = /* @__PURE__ */ ((ButtonDataType2) => {
|
|
612
|
+
ButtonDataType2["LINK"] = "LINK";
|
|
613
|
+
ButtonDataType2["ACTION"] = "ACTION";
|
|
614
|
+
return ButtonDataType2;
|
|
615
|
+
})(ButtonDataType || {});
|
|
609
616
|
var Target = /* @__PURE__ */ ((Target2) => {
|
|
610
617
|
Target2["SELF"] = "SELF";
|
|
611
618
|
Target2["BLANK"] = "BLANK";
|
|
@@ -634,12 +641,12 @@ var Width = /* @__PURE__ */ ((Width2) => {
|
|
|
634
641
|
Width2["SMALL"] = "SMALL";
|
|
635
642
|
return Width2;
|
|
636
643
|
})(Width || {});
|
|
637
|
-
var
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
return
|
|
642
|
-
})(
|
|
644
|
+
var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
|
|
645
|
+
DividerDataAlignment2["CENTER"] = "CENTER";
|
|
646
|
+
DividerDataAlignment2["LEFT"] = "LEFT";
|
|
647
|
+
DividerDataAlignment2["RIGHT"] = "RIGHT";
|
|
648
|
+
return DividerDataAlignment2;
|
|
649
|
+
})(DividerDataAlignment || {});
|
|
643
650
|
var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
|
|
644
651
|
ViewMode2["NONE"] = "NONE";
|
|
645
652
|
ViewMode2["FULL"] = "FULL";
|
|
@@ -687,13 +694,13 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
687
694
|
Source2["ADSENSE"] = "ADSENSE";
|
|
688
695
|
return Source2;
|
|
689
696
|
})(Source || {});
|
|
690
|
-
var
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
return
|
|
696
|
-
})(
|
|
697
|
+
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
698
|
+
StylesPosition2["START"] = "START";
|
|
699
|
+
StylesPosition2["END"] = "END";
|
|
700
|
+
StylesPosition2["TOP"] = "TOP";
|
|
701
|
+
StylesPosition2["HIDDEN"] = "HIDDEN";
|
|
702
|
+
return StylesPosition2;
|
|
703
|
+
})(StylesPosition || {});
|
|
697
704
|
var MapType = /* @__PURE__ */ ((MapType2) => {
|
|
698
705
|
MapType2["ROADMAP"] = "ROADMAP";
|
|
699
706
|
MapType2["SATELITE"] = "SATELITE";
|
|
@@ -749,6 +756,43 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
|
749
756
|
FontType2["EM"] = "EM";
|
|
750
757
|
return FontType2;
|
|
751
758
|
})(FontType || {});
|
|
759
|
+
var Position = /* @__PURE__ */ ((Position2) => {
|
|
760
|
+
Position2["START"] = "START";
|
|
761
|
+
Position2["END"] = "END";
|
|
762
|
+
Position2["TOP"] = "TOP";
|
|
763
|
+
return Position2;
|
|
764
|
+
})(Position || {});
|
|
765
|
+
var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
|
|
766
|
+
AspectRatio2["SQUARE"] = "SQUARE";
|
|
767
|
+
AspectRatio2["RECTANGLE"] = "RECTANGLE";
|
|
768
|
+
return AspectRatio2;
|
|
769
|
+
})(AspectRatio || {});
|
|
770
|
+
var Resizing = /* @__PURE__ */ ((Resizing2) => {
|
|
771
|
+
Resizing2["FILL"] = "FILL";
|
|
772
|
+
Resizing2["FIT"] = "FIT";
|
|
773
|
+
return Resizing2;
|
|
774
|
+
})(Resizing || {});
|
|
775
|
+
var Placement = /* @__PURE__ */ ((Placement2) => {
|
|
776
|
+
Placement2["IMAGE"] = "IMAGE";
|
|
777
|
+
Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
|
|
778
|
+
return Placement2;
|
|
779
|
+
})(Placement || {});
|
|
780
|
+
var Type = /* @__PURE__ */ ((Type2) => {
|
|
781
|
+
Type2["CONTAINED"] = "CONTAINED";
|
|
782
|
+
Type2["FRAMELESS"] = "FRAMELESS";
|
|
783
|
+
return Type2;
|
|
784
|
+
})(Type || {});
|
|
785
|
+
var Alignment = /* @__PURE__ */ ((Alignment2) => {
|
|
786
|
+
Alignment2["START"] = "START";
|
|
787
|
+
Alignment2["CENTER"] = "CENTER";
|
|
788
|
+
Alignment2["END"] = "END";
|
|
789
|
+
return Alignment2;
|
|
790
|
+
})(Alignment || {});
|
|
791
|
+
var Layout = /* @__PURE__ */ ((Layout2) => {
|
|
792
|
+
Layout2["STACKED"] = "STACKED";
|
|
793
|
+
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
794
|
+
return Layout2;
|
|
795
|
+
})(Layout || {});
|
|
752
796
|
var AppType = /* @__PURE__ */ ((AppType2) => {
|
|
753
797
|
AppType2["PRODUCT"] = "PRODUCT";
|
|
754
798
|
AppType2["EVENT"] = "EVENT";
|
|
@@ -1161,25 +1205,32 @@ var onMemberAboutUpdated2 = (0, import_event_definition_modules.createEventModul
|
|
|
1161
1205
|
0 && (module.exports = {
|
|
1162
1206
|
Alignment,
|
|
1163
1207
|
AppType,
|
|
1208
|
+
AspectRatio,
|
|
1164
1209
|
BackgroundType,
|
|
1210
|
+
ButtonDataType,
|
|
1165
1211
|
Crop,
|
|
1166
1212
|
DecorationType,
|
|
1167
1213
|
Direction,
|
|
1214
|
+
DividerDataAlignment,
|
|
1168
1215
|
FontType,
|
|
1169
1216
|
GIFType,
|
|
1170
1217
|
InitialExpandedItems,
|
|
1218
|
+
Layout,
|
|
1171
1219
|
LayoutType,
|
|
1172
1220
|
LineStyle,
|
|
1173
1221
|
MapType,
|
|
1174
1222
|
NodeType,
|
|
1175
1223
|
NullValue,
|
|
1176
1224
|
Orientation,
|
|
1225
|
+
Placement,
|
|
1177
1226
|
PluginContainerDataAlignment,
|
|
1178
1227
|
PollLayoutDirection,
|
|
1179
1228
|
PollLayoutType,
|
|
1180
1229
|
Position,
|
|
1230
|
+
Resizing,
|
|
1181
1231
|
SortOrder,
|
|
1182
1232
|
Source,
|
|
1233
|
+
StylesPosition,
|
|
1183
1234
|
Target,
|
|
1184
1235
|
TextAlignment,
|
|
1185
1236
|
ThumbnailsAlignment,
|