@wix/auto_sdk_blog_posts 1.0.151 → 1.0.153
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 +15 -11
- package/build/cjs/index.js +66 -49
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +666 -634
- package/build/cjs/index.typings.js +56 -44
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +536 -516
- package/build/cjs/meta.js +50 -38
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +86 -84
- package/build/cjs/schemas.js +153 -147
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.d.mts +15 -11
- package/build/es/index.mjs +65 -49
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +666 -634
- package/build/es/index.typings.mjs +55 -44
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +536 -516
- package/build/es/meta.mjs +49 -38
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +86 -84
- package/build/es/schemas.mjs +153 -147
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +15 -11
- package/build/internal/cjs/index.js +66 -49
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +666 -634
- package/build/internal/cjs/index.typings.js +56 -44
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +536 -516
- package/build/internal/cjs/meta.js +50 -38
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +86 -84
- package/build/internal/cjs/schemas.js +153 -147
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.d.mts +15 -11
- package/build/internal/es/index.mjs +65 -49
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +666 -634
- package/build/internal/es/index.typings.mjs +55 -44
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +536 -516
- package/build/internal/es/meta.mjs +49 -38
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +86 -84
- package/build/internal/es/schemas.mjs +153 -147
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { QueryPostCountStatsOptions, QueryPostCountStatsResponse, GetTotalPostsOptions, GetTotalPostsResponse, GetPostOptions,
|
|
3
|
-
export { AccountInfo, AccountInfoMetadata, ActionEvent, Alignment, AlignmentWithLiterals, AnchorData, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, AppTypeWithLiterals, AspectRatio, AspectRatioWithLiterals, AudioData, Backdrop, BackdropType, BackdropTypeWithLiterals, Background, BackgroundGradient, BackgroundImage, BackgroundType, BackgroundTypeWithLiterals, Banner, BannerOrigin, BannerOriginWithLiterals, BaseEventMetadata, BlockquoteData, BlogPaging, BookingData, Border, BorderColors, BorderWidths, BulkDeletePostsRequest, BulkDeletePostsResponse, BulkGetPostReactionsRequest, BulkGetPostReactionsResponse, BulletedListData, ButtonData, ButtonDataType, ButtonDataTypeWithLiterals, ButtonStyles, CaptionData, CardData, CardDataBackground, CardDataBackgroundType, CardDataBackgroundTypeWithLiterals, CardStyles, Category, CategoryTranslation, CellStyle, CodeBlockData, CollapsibleListData, ColorData, Colors, ColumnSize, ColumnSizeWithLiterals, CommonQueryWithEntityContext, ConvertDraftJsToRichContentRequest, ConvertDraftJsToRichContentResponse, ConvertRichContentToDraftJsRequest, ConvertRichContentToDraftJsResponse, CreateDraftPostFromTemplateRequest, CreateDraftPostFromTemplateResponse, Crop, CropWithLiterals, CursorPaging, Cursors, Decoration, DecorationDataOneOf, DecorationType, DecorationTypeWithLiterals, DeletePostRequest, DeletePostResponse, Design, DesignTarget, DesignTargetWithLiterals, Dimensions, Direction, DirectionWithLiterals, DividerData, DividerDataAlignment, DividerDataAlignmentWithLiterals, DocumentStyle, DomainEvent, DomainEventBodyOneOf, DraftPost, DraftPostTranslation, EmbedData, EmbedMedia, EmbedThumbnail, EmbedVideo, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventData, EventMetadata, Field, FieldWithLiterals, FileData, FileSource, FileSourceDataOneOf, FocalPoint, FontFamilyData, FontSizeData, FontType, FontTypeWithLiterals, GIF, GIFData, GIFType, GIFTypeWithLiterals, GalleryData, GalleryOptions, GalleryOptionsLayout, GetPostBySlugRequest, GetPostCountPerMonthRequest, GetPostCountPerMonthResponse, GetPostCountsRequest, GetPostCountsResponse, GetPostMetricsRequest, GetPostRequest,
|
|
2
|
+
import { QueryPostCountStatsOptions, QueryPostCountStatsResponse, GetTotalPostsOptions, GetTotalPostsResponse, GetPostOptions, GetPostResponse, GetPostBySlugOptions, GetPostBySlugResponse, ListPostsOptions, ListPostsResponse, GetPostMetricsResponse, PostLikedEnvelope, PostUnlikedEnvelope, PostCreatedEnvelope, PostDeletedEnvelope, PostUpdatedEnvelope, PostQuery, QueryPostsOptions, typedQueryPosts, PostsQueryBuilder } from './index.typings.js';
|
|
3
|
+
export { AccountInfo, AccountInfoMetadata, ActionEvent, Alignment, AlignmentWithLiterals, AnchorData, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, AppTypeWithLiterals, AspectRatio, AspectRatioWithLiterals, AudioData, Backdrop, BackdropType, BackdropTypeWithLiterals, Background, BackgroundGradient, BackgroundImage, BackgroundType, BackgroundTypeWithLiterals, Banner, BannerOrigin, BannerOriginWithLiterals, BannerPosition, BannerPositionWithLiterals, BaseEventMetadata, BlockquoteData, BlogPaging, BookingData, Border, BorderColors, BorderWidths, BulkDeletePostsRequest, BulkDeletePostsResponse, BulkGetPostReactionsRequest, BulkGetPostReactionsResponse, BulletedListData, ButtonData, ButtonDataType, ButtonDataTypeWithLiterals, ButtonStyles, CaptionData, CardData, CardDataBackground, CardDataBackgroundType, CardDataBackgroundTypeWithLiterals, CardStyles, Category, CategoryTranslation, CellStyle, CodeBlockData, CollapsibleListData, ColorData, Colors, ColumnSize, ColumnSizeWithLiterals, CommonQueryWithEntityContext, ConvertDraftJsToRichContentRequest, ConvertDraftJsToRichContentResponse, ConvertRichContentToDraftJsRequest, ConvertRichContentToDraftJsResponse, CreateDraftPostFromTemplateRequest, CreateDraftPostFromTemplateResponse, Crop, CropWithLiterals, CursorPaging, Cursors, Decoration, DecorationDataOneOf, DecorationType, DecorationTypeWithLiterals, DeletePostRequest, DeletePostResponse, Design, DesignTarget, DesignTargetWithLiterals, Dimensions, Direction, DirectionWithLiterals, DividerData, DividerDataAlignment, DividerDataAlignmentWithLiterals, DocumentStyle, DomainEvent, DomainEventBodyOneOf, DraftPost, DraftPostTranslation, EmbedData, EmbedMedia, EmbedThumbnail, EmbedVideo, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventData, EventMetadata, Field, FieldWithLiterals, FileData, FileSource, FileSourceDataOneOf, FocalPoint, FontFamilyData, FontSizeData, FontType, FontTypeWithLiterals, GIF, GIFData, GIFType, GIFTypeWithLiterals, GalleryData, GalleryOptions, GalleryOptionsLayout, GetPostBySlugRequest, GetPostCountPerMonthRequest, GetPostCountPerMonthResponse, GetPostCountsRequest, GetPostCountsResponse, GetPostMetricsRequest, GetPostRequest, GetPostTemplatesSort, GetPostTemplatesSortWithLiterals, GetPostsSort, GetPostsSortWithLiterals, GetTemplateRequest, GetTemplateResponse, GetTotalLikesPerMemberRequest, GetTotalLikesPerMemberResponse, GetTotalPostsRequest, GetTotalPublicationsRequest, GetTotalPublicationsResponse, Gradient, GradientType, GradientTypeWithLiterals, HTMLData, HTMLDataDataOneOf, HeadingData, Height, IdentificationData, IdentificationDataIdOneOf, Image, ImageData, ImageDataStyles, ImagePosition, ImagePositionPosition, ImagePositionPositionWithLiterals, ImagePositionWithLiterals, ImageScalingScaling, ImageScalingScalingWithLiterals, ImageStyles, Indentation, IndentationWithLiterals, InitialExpandedItems, InitialExpandedItemsWithLiterals, InitialPostsCopied, Item, ItemDataOneOf, ItemStyle, Keyword, Layout, LayoutCellData, LayoutData, LayoutDataBackground, LayoutDataBackgroundImage, LayoutDataBackgroundType, LayoutDataBackgroundTypeWithLiterals, LayoutType, LayoutTypeWithLiterals, LayoutWithLiterals, LikePostRequest, LikePostResponse, LineStyle, LineStyleWithLiterals, Link, LinkData, LinkDataOneOf, LinkPreviewData, LinkPreviewDataStyles, ListDemoPostsRequest, ListDemoPostsResponse, ListPostsArchiveRequest, ListPostsArchiveResponse, ListPostsRequest, ListStyle, ListStyleWithLiterals, ListTemplatesRequest, ListTemplatesResponse, ListValue, MapData, MapSettings, MapType, MapTypeWithLiterals, Media, MediaMediaOneOf, MentionData, MessageEnvelope, MetaData, Metadata, Metrics, ModerationDetails, ModerationStatusStatus, ModerationStatusStatusWithLiterals, Node, NodeDataOneOf, NodeStyle, NodeType, NodeTypeWithLiterals, NullValue, NullValueWithLiterals, Oembed, Option, OptionDesign, OptionLayout, Order, OrderWithLiterals, OrderedListData, Orientation, OrientationWithLiterals, Origin, OriginWithLiterals, PDFSettings, Paging, PagingMetadataV2, ParagraphData, PeriodPostCount, PeriodPublicationsCount, Permissions, PinPostRequest, PinPostResponse, Placement, PlacementWithLiterals, PlatformQuery, PlatformQueryPagingMethodOneOf, PlaybackOptions, PluginContainerData, PluginContainerDataAlignment, PluginContainerDataAlignmentWithLiterals, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Poll, PollData, PollDataLayout, PollDesign, PollDesignBackground, PollDesignBackgroundBackgroundOneOf, PollDesignBackgroundType, PollDesignBackgroundTypeWithLiterals, PollLayout, PollLayoutDirection, PollLayoutDirectionWithLiterals, PollLayoutType, PollLayoutTypeWithLiterals, PollSettings, Position, PositionWithLiterals, Post, PostCategoriesUpdated, PostCount, PostCountInfo, PostCountPerMonth, PostCountersUpdated, PostCountersUpdatedInitiatorOneOf, PostFieldField, PostFieldFieldWithLiterals, PostLiked, PostLikedInitiatorOneOf, PostOwnerChanged, PostQuerySpec, PostTagsUpdated, PostTranslation, PostUnliked, PostUnlikedInitiatorOneOf, PostsQueryResult, PricingData, QueryPostCountStatsRequest, QueryPostsRequest, QueryPostsResponse, QueryPublicationsCountStatsRequest, QueryPublicationsCountStatsRequestOrder, QueryPublicationsCountStatsRequestOrderWithLiterals, QueryPublicationsCountStatsResponse, Reactions, Rel, Resizing, ResizingWithLiterals, ResponsivenessBehaviour, ResponsivenessBehaviourWithLiterals, RestoreInfo, RibbonStyles, RichContent, Scaling, ScalingWithLiterals, ScheduledPostPublished, SeoSchema, Settings, ShapeData, ShapeDataStyles, SmartBlockCellData, SmartBlockData, SmartBlockDataType, SmartBlockDataTypeWithLiterals, SortOrder, SortOrderWithLiterals, Sorting, Source, SourceWithLiterals, Spoiler, SpoilerData, Status, StatusWithLiterals, Stop, Styles, StylesBorder, StylesPosition, StylesPositionWithLiterals, TableCellData, TableData, Tag, Target, TargetWithLiterals, TextAlignment, TextAlignmentWithLiterals, TextData, TextNodeStyle, TextStyle, Thumbnails, ThumbnailsAlignment, ThumbnailsAlignmentWithLiterals, TocData, Type, TypeWithLiterals, UnlikePostRequest, UnlikePostResponse, UnpinPostRequest, UnpinPostResponse, V1Media, VerticalAlignment, VerticalAlignmentAlignment, VerticalAlignmentAlignmentWithLiterals, VerticalAlignmentWithLiterals, Video, VideoData, VideoResolution, ViewMode, ViewModeWithLiterals, ViewPostRequest, ViewPostResponse, ViewRole, ViewRoleWithLiterals, VoteRole, VoteRoleWithLiterals, WebhookIdentityType, WebhookIdentityTypeWithLiterals, Width, WidthType, WidthTypeWithLiterals, WidthWithLiterals, WixMedia, utils } from './index.typings.js';
|
|
4
4
|
|
|
5
5
|
declare function queryPostCountStats$1(httpClient: HttpClient): QueryPostCountStatsSignature;
|
|
6
6
|
interface QueryPostCountStatsSignature {
|
|
7
7
|
/**
|
|
8
8
|
* Retrieves the number of published posts per month within a specified time range.
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
* The
|
|
12
|
-
*
|
|
13
|
-
* For example, if `rangeStart` is set to `'2022-03-13'` and `months` is set to `4`,
|
|
14
|
-
*
|
|
15
|
-
*
|
|
10
|
+
*
|
|
11
|
+
* The `queryPostCountStats()` function returns a Promise that resolves to the number of posts per month within the specified time range.
|
|
12
|
+
*
|
|
13
|
+
* You can set the time range using the `rangeStart` and `months` properties. The time range always starts on the 1st day of the month set in `rangeStart` and includes the number of `months` following `rangeStart`. For example, if `rangeStart` is set to `'2022-03-13'` and `months` is set to `4`, the time range will be from `'2022-03-01'` until `'2022-06-30'`. The time range ends on the last day of the month.
|
|
14
|
+
*
|
|
15
|
+
* >**Note:** If there are no published posts in a specific month, that month is not included in the response. For example, let's say a blog has `0` posts dated in February 2022. If `rangeStart` is set to `'2022-01-01'` and `months` is set to `3`, the response includes `postCount` values for January and March, but not February.
|
|
16
|
+
* @param - Options specifying time frame, sort, and filter.
|
|
16
17
|
* @returns Get Blog Post Count Stats response
|
|
17
18
|
*/
|
|
18
19
|
(options?: QueryPostCountStatsOptions): Promise<NonNullablePaths<QueryPostCountStatsResponse, `stats` | `stats.${number}.postCount`, 4>>;
|
|
@@ -21,6 +22,7 @@ declare function getTotalPosts$1(httpClient: HttpClient): GetTotalPostsSignature
|
|
|
21
22
|
interface GetTotalPostsSignature {
|
|
22
23
|
/**
|
|
23
24
|
* Retrieves the total amount of published posts of the blog.
|
|
25
|
+
* @param - Language Options.
|
|
24
26
|
*/
|
|
25
27
|
(options?: GetTotalPostsOptions): Promise<NonNullablePaths<GetTotalPostsResponse, `total`, 2>>;
|
|
26
28
|
}
|
|
@@ -29,9 +31,9 @@ interface GetPostSignature {
|
|
|
29
31
|
/**
|
|
30
32
|
* Retrieves a post by the specified ID.
|
|
31
33
|
* @param - Post ID.
|
|
32
|
-
* @
|
|
34
|
+
* @param - Options specifying which fields to return.
|
|
33
35
|
*/
|
|
34
|
-
(postId: string, options?: GetPostOptions): Promise<NonNullablePaths<
|
|
36
|
+
(postId: string, options?: GetPostOptions): Promise<NonNullablePaths<GetPostResponse, `post._id` | `post.title` | `post.excerpt` | `post.slug` | `post.featured` | `post.pinned` | `post.categoryIds` | `post.memberId` | `post.hashtags` | `post.commentingEnabled` | `post.minutesToRead` | `post.tagIds` | `post.relatedPostIds` | `post.pricingPlanIds` | `post.seoData.tags` | `post.seoData.tags.${number}.type` | `post.seoData.tags.${number}.children` | `post.seoData.tags.${number}.custom` | `post.seoData.tags.${number}.disabled` | `post.seoData.settings.preventAutoRedirect` | `post.seoData.settings.keywords` | `post.seoData.settings.keywords.${number}.term` | `post.seoData.settings.keywords.${number}.isMain` | `post.preview` | `post.moderationDetails.submittedBy` | `post.moderationDetails.status` | `post.media.embedMedia.thumbnail.url` | `post.media.embedMedia.thumbnail.width` | `post.media.embedMedia.thumbnail.height` | `post.media.embedMedia.video.url` | `post.media.embedMedia.video.width` | `post.media.embedMedia.video.height` | `post.media.displayed` | `post.media.custom` | `post.hasUnpublishedChanges`, 7>>;
|
|
35
37
|
}
|
|
36
38
|
declare function getPostBySlug$1(httpClient: HttpClient): GetPostBySlugSignature;
|
|
37
39
|
interface GetPostBySlugSignature {
|
|
@@ -43,6 +45,7 @@ interface GetPostBySlugSignature {
|
|
|
43
45
|
* the slug is `my-post-slug`. The slug is case-sensitive, and is generally derived from the post title,
|
|
44
46
|
* unless specified otherwise.
|
|
45
47
|
* @param - Slug of the post to retrieve.
|
|
48
|
+
* @param - Options specifying which fields to return.
|
|
46
49
|
*/
|
|
47
50
|
(slug: string, options?: GetPostBySlugOptions): Promise<NonNullablePaths<GetPostBySlugResponse, `post._id` | `post.title` | `post.excerpt` | `post.slug` | `post.featured` | `post.pinned` | `post.categoryIds` | `post.memberId` | `post.hashtags` | `post.commentingEnabled` | `post.minutesToRead` | `post.tagIds` | `post.relatedPostIds` | `post.pricingPlanIds` | `post.seoData.tags` | `post.seoData.tags.${number}.type` | `post.seoData.tags.${number}.children` | `post.seoData.tags.${number}.custom` | `post.seoData.tags.${number}.disabled` | `post.seoData.settings.preventAutoRedirect` | `post.seoData.settings.keywords` | `post.seoData.settings.keywords.${number}.term` | `post.seoData.settings.keywords.${number}.isMain` | `post.preview` | `post.moderationDetails.submittedBy` | `post.moderationDetails.status` | `post.media.embedMedia.thumbnail.url` | `post.media.embedMedia.thumbnail.width` | `post.media.embedMedia.thumbnail.height` | `post.media.embedMedia.video.url` | `post.media.embedMedia.video.width` | `post.media.embedMedia.video.height` | `post.media.displayed` | `post.media.custom` | `post.hasUnpublishedChanges`, 7>>;
|
|
48
51
|
}
|
|
@@ -55,6 +58,7 @@ interface ListPostsSignature {
|
|
|
55
58
|
* - `firstPublishedDate` is sorted in descending order, with pinned posts first.
|
|
56
59
|
* - `paging.limit` is `50`.
|
|
57
60
|
* - `paging.offset` is `0`.
|
|
61
|
+
* @param - Sort, filter, and paging options.
|
|
58
62
|
*/
|
|
59
63
|
(options?: ListPostsOptions): Promise<NonNullablePaths<ListPostsResponse, `posts` | `posts.${number}._id` | `posts.${number}.title` | `posts.${number}.excerpt` | `posts.${number}.slug` | `posts.${number}.featured` | `posts.${number}.pinned` | `posts.${number}.memberId` | `posts.${number}.commentingEnabled` | `posts.${number}.minutesToRead` | `posts.${number}.seoData.settings.preventAutoRedirect` | `posts.${number}.preview` | `posts.${number}.moderationDetails.submittedBy` | `posts.${number}.moderationDetails.status` | `posts.${number}.media.displayed` | `posts.${number}.media.custom` | `posts.${number}.hasUnpublishedChanges` | `metaData.count` | `metaData.offset` | `metaData.total`, 6>>;
|
|
60
64
|
}
|
|
@@ -102,4 +106,4 @@ declare const onPostDeleted: BuildEventDefinition<typeof onPostDeleted$1> & type
|
|
|
102
106
|
*/
|
|
103
107
|
declare const onPostUpdated: BuildEventDefinition<typeof onPostUpdated$1> & typeof onPostUpdated$1;
|
|
104
108
|
|
|
105
|
-
export { GetPostBySlugOptions, GetPostBySlugResponse, GetPostMetricsResponse, GetPostOptions, GetTotalPostsOptions, GetTotalPostsResponse, ListPostsOptions, ListPostsResponse,
|
|
109
|
+
export { GetPostBySlugOptions, GetPostBySlugResponse, GetPostMetricsResponse, GetPostOptions, GetPostResponse, GetTotalPostsOptions, GetTotalPostsResponse, ListPostsOptions, ListPostsResponse, PostCreatedEnvelope, PostDeletedEnvelope, PostLikedEnvelope, PostQuery, PostUnlikedEnvelope, PostUpdatedEnvelope, PostsQueryBuilder, QueryPostCountStatsOptions, QueryPostCountStatsResponse, QueryPostsOptions, getPost, getPostBySlug, getPostMetrics, getTotalPosts, listPosts, onPostCreated, onPostDeleted, onPostLiked, onPostUnliked, onPostUpdated, queryPostCountStats, queryPosts };
|
package/build/cjs/index.js
CHANGED
|
@@ -26,6 +26,7 @@ __export(index_exports, {
|
|
|
26
26
|
BackdropType: () => BackdropType,
|
|
27
27
|
BackgroundType: () => BackgroundType,
|
|
28
28
|
BannerOrigin: () => BannerOrigin,
|
|
29
|
+
BannerPosition: () => BannerPosition,
|
|
29
30
|
ButtonDataType: () => ButtonDataType,
|
|
30
31
|
CardDataBackgroundType: () => CardDataBackgroundType,
|
|
31
32
|
ColumnSize: () => ColumnSize,
|
|
@@ -1370,6 +1371,11 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
1370
1371
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
1371
1372
|
return BannerOrigin2;
|
|
1372
1373
|
})(BannerOrigin || {});
|
|
1374
|
+
var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
1375
|
+
BannerPosition2["TOP"] = "TOP";
|
|
1376
|
+
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
1377
|
+
return BannerPosition2;
|
|
1378
|
+
})(BannerPosition || {});
|
|
1373
1379
|
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1374
1380
|
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1375
1381
|
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
@@ -1449,6 +1455,11 @@ var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
|
|
|
1449
1455
|
SmartBlockDataType2["ARROW_BULLETS"] = "ARROW_BULLETS";
|
|
1450
1456
|
SmartBlockDataType2["PROCESS_STEPS"] = "PROCESS_STEPS";
|
|
1451
1457
|
SmartBlockDataType2["BAR_STATS"] = "BAR_STATS";
|
|
1458
|
+
SmartBlockDataType2["TIMELINE"] = "TIMELINE";
|
|
1459
|
+
SmartBlockDataType2["MINIMAL_TIMELINE"] = "MINIMAL_TIMELINE";
|
|
1460
|
+
SmartBlockDataType2["PILLS"] = "PILLS";
|
|
1461
|
+
SmartBlockDataType2["STAR_RATING"] = "STAR_RATING";
|
|
1462
|
+
SmartBlockDataType2["QUOTE_BOXES"] = "QUOTE_BOXES";
|
|
1452
1463
|
return SmartBlockDataType2;
|
|
1453
1464
|
})(SmartBlockDataType || {});
|
|
1454
1465
|
var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
|
|
@@ -1464,26 +1475,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
|
1464
1475
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
1465
1476
|
return ModerationStatusStatus2;
|
|
1466
1477
|
})(ModerationStatusStatus || {});
|
|
1467
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1468
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1469
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1470
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1471
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1472
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1473
|
-
return WebhookIdentityType2;
|
|
1474
|
-
})(WebhookIdentityType || {});
|
|
1475
|
-
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1476
|
-
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1477
|
-
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1478
|
-
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1479
|
-
return QueryPublicationsCountStatsRequestOrder2;
|
|
1480
|
-
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1481
|
-
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1482
|
-
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1483
|
-
Order2["OLDEST"] = "OLDEST";
|
|
1484
|
-
Order2["NEWEST"] = "NEWEST";
|
|
1485
|
-
return Order2;
|
|
1486
|
-
})(Order || {});
|
|
1487
1478
|
var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
|
|
1488
1479
|
GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
|
|
1489
1480
|
GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
|
|
@@ -1537,16 +1528,34 @@ var Status = /* @__PURE__ */ ((Status2) => {
|
|
|
1537
1528
|
Status2["IN_REVIEW"] = "IN_REVIEW";
|
|
1538
1529
|
return Status2;
|
|
1539
1530
|
})(Status || {});
|
|
1540
|
-
var
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1531
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1532
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1533
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1534
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1535
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1536
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1537
|
+
return WebhookIdentityType2;
|
|
1538
|
+
})(WebhookIdentityType || {});
|
|
1539
|
+
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1540
|
+
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1541
|
+
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1542
|
+
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1543
|
+
return QueryPublicationsCountStatsRequestOrder2;
|
|
1544
|
+
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1545
|
+
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1546
|
+
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1547
|
+
Order2["OLDEST"] = "OLDEST";
|
|
1548
|
+
Order2["NEWEST"] = "NEWEST";
|
|
1549
|
+
return Order2;
|
|
1550
|
+
})(Order || {});
|
|
1551
|
+
var Field = /* @__PURE__ */ ((Field2) => {
|
|
1552
|
+
Field2["UNKNOWN"] = "UNKNOWN";
|
|
1553
|
+
Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
|
|
1554
|
+
Field2["LIKE_COUNT"] = "LIKE_COUNT";
|
|
1555
|
+
Field2["VIEW_COUNT"] = "VIEW_COUNT";
|
|
1556
|
+
Field2["RATING_COUNT"] = "RATING_COUNT";
|
|
1557
|
+
return Field2;
|
|
1558
|
+
})(Field || {});
|
|
1550
1559
|
var PostFieldField = /* @__PURE__ */ ((PostFieldField2) => {
|
|
1551
1560
|
PostFieldField2["UNKNOWN"] = "UNKNOWN";
|
|
1552
1561
|
PostFieldField2["URL"] = "URL";
|
|
@@ -1558,14 +1567,16 @@ var PostFieldField = /* @__PURE__ */ ((PostFieldField2) => {
|
|
|
1558
1567
|
PostFieldField2["REFERENCE_ID"] = "REFERENCE_ID";
|
|
1559
1568
|
return PostFieldField2;
|
|
1560
1569
|
})(PostFieldField || {});
|
|
1561
|
-
var
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1570
|
+
var GetPostsSort = /* @__PURE__ */ ((GetPostsSort2) => {
|
|
1571
|
+
GetPostsSort2["FEED"] = "FEED";
|
|
1572
|
+
GetPostsSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
|
|
1573
|
+
GetPostsSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
|
|
1574
|
+
GetPostsSort2["VIEW_COUNT"] = "VIEW_COUNT";
|
|
1575
|
+
GetPostsSort2["LIKE_COUNT"] = "LIKE_COUNT";
|
|
1576
|
+
GetPostsSort2["TITLE_ASC"] = "TITLE_ASC";
|
|
1577
|
+
GetPostsSort2["TITLE_DESC"] = "TITLE_DESC";
|
|
1578
|
+
return GetPostsSort2;
|
|
1579
|
+
})(GetPostsSort || {});
|
|
1569
1580
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
1570
1581
|
SortOrder2["ASC"] = "ASC";
|
|
1571
1582
|
SortOrder2["DESC"] = "DESC";
|
|
@@ -1664,8 +1675,8 @@ async function getPost2(postId, options) {
|
|
|
1664
1675
|
paths: [{ path: "post.media.wixMedia.videoV2" }]
|
|
1665
1676
|
}
|
|
1666
1677
|
]),
|
|
1667
|
-
["post.richContent"]
|
|
1668
|
-
)
|
|
1678
|
+
["post.richContent", "post.rich_content"]
|
|
1679
|
+
);
|
|
1669
1680
|
} catch (err) {
|
|
1670
1681
|
const transformedError = (0, import_transform_error.transformError)(
|
|
1671
1682
|
err,
|
|
@@ -1712,7 +1723,7 @@ async function getPostBySlug2(slug, options) {
|
|
|
1712
1723
|
paths: [{ path: "post.media.wixMedia.videoV2" }]
|
|
1713
1724
|
}
|
|
1714
1725
|
]),
|
|
1715
|
-
["post.richContent"]
|
|
1726
|
+
["post.richContent", "post.rich_content"]
|
|
1716
1727
|
);
|
|
1717
1728
|
} catch (err) {
|
|
1718
1729
|
const transformedError = (0, import_transform_error.transformError)(
|
|
@@ -1771,7 +1782,7 @@ async function listPosts2(options) {
|
|
|
1771
1782
|
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1772
1783
|
}
|
|
1773
1784
|
]),
|
|
1774
|
-
["posts.richContent"]
|
|
1785
|
+
["posts.richContent", "posts.rich_content"]
|
|
1775
1786
|
);
|
|
1776
1787
|
} catch (err) {
|
|
1777
1788
|
const transformedError = (0, import_transform_error.transformError)(
|
|
@@ -1841,7 +1852,7 @@ function queryPosts2(options) {
|
|
|
1841
1852
|
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1842
1853
|
}
|
|
1843
1854
|
]),
|
|
1844
|
-
["posts.richContent"]
|
|
1855
|
+
["posts.richContent", "posts.rich_content"]
|
|
1845
1856
|
);
|
|
1846
1857
|
return {
|
|
1847
1858
|
items: transformedData?.posts,
|
|
@@ -1889,7 +1900,7 @@ async function typedQueryPosts(query, options) {
|
|
|
1889
1900
|
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1890
1901
|
}
|
|
1891
1902
|
]),
|
|
1892
|
-
["posts.richContent"]
|
|
1903
|
+
["posts.richContent", "posts.rich_content"]
|
|
1893
1904
|
);
|
|
1894
1905
|
} catch (err) {
|
|
1895
1906
|
const transformedError = (0, import_transform_error.transformError)(
|
|
@@ -2003,7 +2014,8 @@ var onPostLiked = (0, import_sdk_types.EventDefinition)(
|
|
|
2003
2014
|
transformFn: import_timestamp3.transformRESTTimestampToSDKTimestamp,
|
|
2004
2015
|
paths: [{ path: "metadata.eventTime" }]
|
|
2005
2016
|
}
|
|
2006
|
-
])
|
|
2017
|
+
]),
|
|
2018
|
+
["entity.rich_content"]
|
|
2007
2019
|
)
|
|
2008
2020
|
)();
|
|
2009
2021
|
var onPostUnliked = (0, import_sdk_types.EventDefinition)(
|
|
@@ -2015,7 +2027,8 @@ var onPostUnliked = (0, import_sdk_types.EventDefinition)(
|
|
|
2015
2027
|
transformFn: import_timestamp3.transformRESTTimestampToSDKTimestamp,
|
|
2016
2028
|
paths: [{ path: "metadata.eventTime" }]
|
|
2017
2029
|
}
|
|
2018
|
-
])
|
|
2030
|
+
]),
|
|
2031
|
+
["entity.rich_content"]
|
|
2019
2032
|
)
|
|
2020
2033
|
)();
|
|
2021
2034
|
var onPostCreated = (0, import_sdk_types.EventDefinition)(
|
|
@@ -2145,7 +2158,8 @@ var onPostCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
2145
2158
|
transformFn: import_video_v22.transformRESTVideoV2ToSDKVideoV2,
|
|
2146
2159
|
paths: [{ path: "entity.media.wixMedia.videoV2" }]
|
|
2147
2160
|
}
|
|
2148
|
-
])
|
|
2161
|
+
]),
|
|
2162
|
+
["entity.rich_content"]
|
|
2149
2163
|
)
|
|
2150
2164
|
)();
|
|
2151
2165
|
var onPostDeleted = (0, import_sdk_types.EventDefinition)(
|
|
@@ -2275,7 +2289,8 @@ var onPostDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
2275
2289
|
transformFn: import_video_v22.transformRESTVideoV2ToSDKVideoV2,
|
|
2276
2290
|
paths: [{ path: "entity.media.wixMedia.videoV2" }]
|
|
2277
2291
|
}
|
|
2278
|
-
])
|
|
2292
|
+
]),
|
|
2293
|
+
["entity.rich_content"]
|
|
2279
2294
|
)
|
|
2280
2295
|
)();
|
|
2281
2296
|
var onPostUpdated = (0, import_sdk_types.EventDefinition)(
|
|
@@ -2405,7 +2420,8 @@ var onPostUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
2405
2420
|
transformFn: import_video_v22.transformRESTVideoV2ToSDKVideoV2,
|
|
2406
2421
|
paths: [{ path: "entity.media.wixMedia.videoV2" }]
|
|
2407
2422
|
}
|
|
2408
|
-
])
|
|
2423
|
+
]),
|
|
2424
|
+
["entity.rich_content"]
|
|
2409
2425
|
)
|
|
2410
2426
|
)();
|
|
2411
2427
|
|
|
@@ -2444,6 +2460,7 @@ var onPostUpdated2 = (0, import_event_definition_modules.createEventModule)(onPo
|
|
|
2444
2460
|
BackdropType,
|
|
2445
2461
|
BackgroundType,
|
|
2446
2462
|
BannerOrigin,
|
|
2463
|
+
BannerPosition,
|
|
2447
2464
|
ButtonDataType,
|
|
2448
2465
|
CardDataBackgroundType,
|
|
2449
2466
|
ColumnSize,
|