@wix/auto_sdk_blog_posts 1.0.144 → 1.0.146
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 +74 -18
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +128 -21
- package/build/cjs/index.typings.js +52 -10
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +99 -3
- package/build/cjs/meta.js +46 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +2 -2
- package/build/es/index.d.mts +15 -11
- package/build/es/index.mjs +72 -18
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +128 -21
- package/build/es/index.typings.mjs +50 -10
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +99 -3
- package/build/es/meta.mjs +44 -4
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +2 -2
- package/build/internal/cjs/index.d.ts +15 -11
- package/build/internal/cjs/index.js +74 -18
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +128 -21
- package/build/internal/cjs/index.typings.js +52 -10
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +99 -3
- package/build/internal/cjs/meta.js +46 -4
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +2 -2
- package/build/internal/es/index.d.mts +15 -11
- package/build/internal/es/index.mjs +72 -18
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +128 -21
- package/build/internal/es/index.typings.mjs +50 -10
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +99 -3
- package/build/internal/es/meta.mjs +44 -4
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +2 -2
- package/package.json +4 -4
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, 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, 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
|
@@ -28,6 +28,7 @@ __export(index_exports, {
|
|
|
28
28
|
BannerOrigin: () => BannerOrigin,
|
|
29
29
|
ButtonDataType: () => ButtonDataType,
|
|
30
30
|
CardDataBackgroundType: () => CardDataBackgroundType,
|
|
31
|
+
ColumnSize: () => ColumnSize,
|
|
31
32
|
Crop: () => Crop,
|
|
32
33
|
DecorationType: () => DecorationType,
|
|
33
34
|
DesignTarget: () => DesignTarget,
|
|
@@ -67,6 +68,7 @@ __export(index_exports, {
|
|
|
67
68
|
Resizing: () => Resizing,
|
|
68
69
|
ResponsivenessBehaviour: () => ResponsivenessBehaviour,
|
|
69
70
|
Scaling: () => Scaling,
|
|
71
|
+
SmartBlockDataType: () => SmartBlockDataType,
|
|
70
72
|
SortOrder: () => SortOrder,
|
|
71
73
|
Source: () => Source,
|
|
72
74
|
Status: () => Status,
|
|
@@ -559,7 +561,10 @@ function getPost(payload) {
|
|
|
559
561
|
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
560
562
|
},
|
|
561
563
|
{ path: "post.richContent.nodes.tocData.fontSize" },
|
|
562
|
-
{ path: "post.richContent.nodes.tocData.itemSpacing" }
|
|
564
|
+
{ path: "post.richContent.nodes.tocData.itemSpacing" },
|
|
565
|
+
{
|
|
566
|
+
path: "post.richContent.nodes.smartBlockCellData.shape.duration"
|
|
567
|
+
}
|
|
563
568
|
]
|
|
564
569
|
}
|
|
565
570
|
])
|
|
@@ -707,7 +712,10 @@ function getPostBySlug(payload) {
|
|
|
707
712
|
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
708
713
|
},
|
|
709
714
|
{ path: "post.richContent.nodes.tocData.fontSize" },
|
|
710
|
-
{ path: "post.richContent.nodes.tocData.itemSpacing" }
|
|
715
|
+
{ path: "post.richContent.nodes.tocData.itemSpacing" },
|
|
716
|
+
{
|
|
717
|
+
path: "post.richContent.nodes.smartBlockCellData.shape.duration"
|
|
718
|
+
}
|
|
711
719
|
]
|
|
712
720
|
}
|
|
713
721
|
])
|
|
@@ -859,7 +867,10 @@ function listPosts(payload) {
|
|
|
859
867
|
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
860
868
|
},
|
|
861
869
|
{ path: "posts.richContent.nodes.tocData.fontSize" },
|
|
862
|
-
{ path: "posts.richContent.nodes.tocData.itemSpacing" }
|
|
870
|
+
{ path: "posts.richContent.nodes.tocData.itemSpacing" },
|
|
871
|
+
{
|
|
872
|
+
path: "posts.richContent.nodes.smartBlockCellData.shape.duration"
|
|
873
|
+
}
|
|
863
874
|
]
|
|
864
875
|
}
|
|
865
876
|
])
|
|
@@ -1011,7 +1022,10 @@ function queryPosts(payload) {
|
|
|
1011
1022
|
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1012
1023
|
},
|
|
1013
1024
|
{ path: "posts.richContent.nodes.tocData.fontSize" },
|
|
1014
|
-
{ path: "posts.richContent.nodes.tocData.itemSpacing" }
|
|
1025
|
+
{ path: "posts.richContent.nodes.tocData.itemSpacing" },
|
|
1026
|
+
{
|
|
1027
|
+
path: "posts.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1028
|
+
}
|
|
1015
1029
|
]
|
|
1016
1030
|
}
|
|
1017
1031
|
])
|
|
@@ -1091,6 +1105,8 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1091
1105
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1092
1106
|
NodeType2["CARD"] = "CARD";
|
|
1093
1107
|
NodeType2["TOC"] = "TOC";
|
|
1108
|
+
NodeType2["SMART_BLOCK"] = "SMART_BLOCK";
|
|
1109
|
+
NodeType2["SMART_BLOCK_CELL"] = "SMART_BLOCK_CELL";
|
|
1094
1110
|
return NodeType2;
|
|
1095
1111
|
})(NodeType || {});
|
|
1096
1112
|
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
@@ -1418,6 +1434,30 @@ var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
|
1418
1434
|
Indentation2["FLAT"] = "FLAT";
|
|
1419
1435
|
return Indentation2;
|
|
1420
1436
|
})(Indentation || {});
|
|
1437
|
+
var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
|
|
1438
|
+
SmartBlockDataType2["SOLID_BOXES"] = "SOLID_BOXES";
|
|
1439
|
+
SmartBlockDataType2["NUMBERED_BOXES"] = "NUMBERED_BOXES";
|
|
1440
|
+
SmartBlockDataType2["STATS"] = "STATS";
|
|
1441
|
+
SmartBlockDataType2["CIRCLE_STATS"] = "CIRCLE_STATS";
|
|
1442
|
+
SmartBlockDataType2["SOLID_BOXES_ALTERNATING"] = "SOLID_BOXES_ALTERNATING";
|
|
1443
|
+
SmartBlockDataType2["SOLID_JOINED_BOXES"] = "SOLID_JOINED_BOXES";
|
|
1444
|
+
SmartBlockDataType2["SIDE_LINE_TEXT"] = "SIDE_LINE_TEXT";
|
|
1445
|
+
SmartBlockDataType2["TOP_LINE_TEXT"] = "TOP_LINE_TEXT";
|
|
1446
|
+
SmartBlockDataType2["OUTLINE_BOXES_WITH_TOP_CIRCLE"] = "OUTLINE_BOXES_WITH_TOP_CIRCLE";
|
|
1447
|
+
SmartBlockDataType2["BIG_BULLETS"] = "BIG_BULLETS";
|
|
1448
|
+
SmartBlockDataType2["SMALL_BULLETS"] = "SMALL_BULLETS";
|
|
1449
|
+
SmartBlockDataType2["ARROW_BULLETS"] = "ARROW_BULLETS";
|
|
1450
|
+
SmartBlockDataType2["PROCESS_STEPS"] = "PROCESS_STEPS";
|
|
1451
|
+
SmartBlockDataType2["BAR_STATS"] = "BAR_STATS";
|
|
1452
|
+
return SmartBlockDataType2;
|
|
1453
|
+
})(SmartBlockDataType || {});
|
|
1454
|
+
var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
|
|
1455
|
+
ColumnSize2["SMALL"] = "SMALL";
|
|
1456
|
+
ColumnSize2["MEDIUM"] = "MEDIUM";
|
|
1457
|
+
ColumnSize2["LARGE"] = "LARGE";
|
|
1458
|
+
ColumnSize2["EXTRA_LARGE"] = "EXTRA_LARGE";
|
|
1459
|
+
return ColumnSize2;
|
|
1460
|
+
})(ColumnSize || {});
|
|
1421
1461
|
var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
1422
1462
|
ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1423
1463
|
ModerationStatusStatus2["APPROVED"] = "APPROVED";
|
|
@@ -1624,8 +1664,8 @@ async function getPost2(postId, options) {
|
|
|
1624
1664
|
paths: [{ path: "post.media.wixMedia.videoV2" }]
|
|
1625
1665
|
}
|
|
1626
1666
|
]),
|
|
1627
|
-
["post.richContent"]
|
|
1628
|
-
)
|
|
1667
|
+
["post.richContent", "post.rich_content"]
|
|
1668
|
+
);
|
|
1629
1669
|
} catch (err) {
|
|
1630
1670
|
const transformedError = (0, import_transform_error.transformError)(
|
|
1631
1671
|
err,
|
|
@@ -1672,7 +1712,7 @@ async function getPostBySlug2(slug, options) {
|
|
|
1672
1712
|
paths: [{ path: "post.media.wixMedia.videoV2" }]
|
|
1673
1713
|
}
|
|
1674
1714
|
]),
|
|
1675
|
-
["post.richContent"]
|
|
1715
|
+
["post.richContent", "post.rich_content"]
|
|
1676
1716
|
);
|
|
1677
1717
|
} catch (err) {
|
|
1678
1718
|
const transformedError = (0, import_transform_error.transformError)(
|
|
@@ -1731,7 +1771,7 @@ async function listPosts2(options) {
|
|
|
1731
1771
|
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1732
1772
|
}
|
|
1733
1773
|
]),
|
|
1734
|
-
["posts.richContent"]
|
|
1774
|
+
["posts.richContent", "posts.rich_content"]
|
|
1735
1775
|
);
|
|
1736
1776
|
} catch (err) {
|
|
1737
1777
|
const transformedError = (0, import_transform_error.transformError)(
|
|
@@ -1801,7 +1841,7 @@ function queryPosts2(options) {
|
|
|
1801
1841
|
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1802
1842
|
}
|
|
1803
1843
|
]),
|
|
1804
|
-
["posts.richContent"]
|
|
1844
|
+
["posts.richContent", "posts.rich_content"]
|
|
1805
1845
|
);
|
|
1806
1846
|
return {
|
|
1807
1847
|
items: transformedData?.posts,
|
|
@@ -1849,7 +1889,7 @@ async function typedQueryPosts(query, options) {
|
|
|
1849
1889
|
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1850
1890
|
}
|
|
1851
1891
|
]),
|
|
1852
|
-
["posts.richContent"]
|
|
1892
|
+
["posts.richContent", "posts.rich_content"]
|
|
1853
1893
|
);
|
|
1854
1894
|
} catch (err) {
|
|
1855
1895
|
const transformedError = (0, import_transform_error.transformError)(
|
|
@@ -1963,7 +2003,8 @@ var onPostLiked = (0, import_sdk_types.EventDefinition)(
|
|
|
1963
2003
|
transformFn: import_timestamp3.transformRESTTimestampToSDKTimestamp,
|
|
1964
2004
|
paths: [{ path: "metadata.eventTime" }]
|
|
1965
2005
|
}
|
|
1966
|
-
])
|
|
2006
|
+
]),
|
|
2007
|
+
["entity.rich_content"]
|
|
1967
2008
|
)
|
|
1968
2009
|
)();
|
|
1969
2010
|
var onPostUnliked = (0, import_sdk_types.EventDefinition)(
|
|
@@ -1975,7 +2016,8 @@ var onPostUnliked = (0, import_sdk_types.EventDefinition)(
|
|
|
1975
2016
|
transformFn: import_timestamp3.transformRESTTimestampToSDKTimestamp,
|
|
1976
2017
|
paths: [{ path: "metadata.eventTime" }]
|
|
1977
2018
|
}
|
|
1978
|
-
])
|
|
2019
|
+
]),
|
|
2020
|
+
["entity.rich_content"]
|
|
1979
2021
|
)
|
|
1980
2022
|
)();
|
|
1981
2023
|
var onPostCreated = (0, import_sdk_types.EventDefinition)(
|
|
@@ -2095,14 +2137,18 @@ var onPostCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
2095
2137
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2096
2138
|
},
|
|
2097
2139
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
2098
|
-
{ path: "entity.richContent.nodes.tocData.itemSpacing" }
|
|
2140
|
+
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
2141
|
+
{
|
|
2142
|
+
path: "entity.richContent.nodes.smartBlockCellData.shape.duration"
|
|
2143
|
+
}
|
|
2099
2144
|
]
|
|
2100
2145
|
},
|
|
2101
2146
|
{
|
|
2102
2147
|
transformFn: import_video_v22.transformRESTVideoV2ToSDKVideoV2,
|
|
2103
2148
|
paths: [{ path: "entity.media.wixMedia.videoV2" }]
|
|
2104
2149
|
}
|
|
2105
|
-
])
|
|
2150
|
+
]),
|
|
2151
|
+
["entity.rich_content"]
|
|
2106
2152
|
)
|
|
2107
2153
|
)();
|
|
2108
2154
|
var onPostDeleted = (0, import_sdk_types.EventDefinition)(
|
|
@@ -2222,14 +2268,18 @@ var onPostDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
2222
2268
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2223
2269
|
},
|
|
2224
2270
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
2225
|
-
{ path: "entity.richContent.nodes.tocData.itemSpacing" }
|
|
2271
|
+
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
2272
|
+
{
|
|
2273
|
+
path: "entity.richContent.nodes.smartBlockCellData.shape.duration"
|
|
2274
|
+
}
|
|
2226
2275
|
]
|
|
2227
2276
|
},
|
|
2228
2277
|
{
|
|
2229
2278
|
transformFn: import_video_v22.transformRESTVideoV2ToSDKVideoV2,
|
|
2230
2279
|
paths: [{ path: "entity.media.wixMedia.videoV2" }]
|
|
2231
2280
|
}
|
|
2232
|
-
])
|
|
2281
|
+
]),
|
|
2282
|
+
["entity.rich_content"]
|
|
2233
2283
|
)
|
|
2234
2284
|
)();
|
|
2235
2285
|
var onPostUpdated = (0, import_sdk_types.EventDefinition)(
|
|
@@ -2349,14 +2399,18 @@ var onPostUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
2349
2399
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2350
2400
|
},
|
|
2351
2401
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
2352
|
-
{ path: "entity.richContent.nodes.tocData.itemSpacing" }
|
|
2402
|
+
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
2403
|
+
{
|
|
2404
|
+
path: "entity.richContent.nodes.smartBlockCellData.shape.duration"
|
|
2405
|
+
}
|
|
2353
2406
|
]
|
|
2354
2407
|
},
|
|
2355
2408
|
{
|
|
2356
2409
|
transformFn: import_video_v22.transformRESTVideoV2ToSDKVideoV2,
|
|
2357
2410
|
paths: [{ path: "entity.media.wixMedia.videoV2" }]
|
|
2358
2411
|
}
|
|
2359
|
-
])
|
|
2412
|
+
]),
|
|
2413
|
+
["entity.rich_content"]
|
|
2360
2414
|
)
|
|
2361
2415
|
)();
|
|
2362
2416
|
|
|
@@ -2397,6 +2451,7 @@ var onPostUpdated2 = (0, import_event_definition_modules.createEventModule)(onPo
|
|
|
2397
2451
|
BannerOrigin,
|
|
2398
2452
|
ButtonDataType,
|
|
2399
2453
|
CardDataBackgroundType,
|
|
2454
|
+
ColumnSize,
|
|
2400
2455
|
Crop,
|
|
2401
2456
|
DecorationType,
|
|
2402
2457
|
DesignTarget,
|
|
@@ -2436,6 +2491,7 @@ var onPostUpdated2 = (0, import_event_definition_modules.createEventModule)(onPo
|
|
|
2436
2491
|
Resizing,
|
|
2437
2492
|
ResponsivenessBehaviour,
|
|
2438
2493
|
Scaling,
|
|
2494
|
+
SmartBlockDataType,
|
|
2439
2495
|
SortOrder,
|
|
2440
2496
|
Source,
|
|
2441
2497
|
Status,
|