@wix/auto_sdk_blog_posts 1.0.73 → 1.0.75
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 +22 -34
- package/build/cjs/index.js +86 -11
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +56 -24
- package/build/cjs/index.typings.js +59 -7
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +22 -3
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +22 -34
- package/build/es/index.mjs +86 -11
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +56 -24
- package/build/es/index.typings.mjs +57 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +22 -3
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +22 -34
- package/build/internal/cjs/index.js +86 -11
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +56 -24
- package/build/internal/cjs/index.typings.js +59 -7
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +22 -3
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +22 -34
- package/build/internal/es/index.mjs +86 -11
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +56 -24
- package/build/internal/es/index.typings.mjs +57 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +22 -3
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -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 { ActionEvent, Alignment, AlignmentWithLiterals, AnchorData, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, AppTypeWithLiterals, AspectRatio, AspectRatioWithLiterals, AudioData, Background, BackgroundBackgroundOneOf, BackgroundImage, BackgroundType, BackgroundTypeWithLiterals, BaseEventMetadata, BlockquoteData, BlogPaging, BookingData, Border, BorderColors, BulkGetPostReactionsRequest, BulkGetPostReactionsResponse, BulletedListData, ButtonData, ButtonDataType, ButtonDataTypeWithLiterals, ButtonStyles, CaptionData, CardStyles, Category, CategoryTranslation, CellStyle, CodeBlockData, CollapsibleListData, ColorData, Colors, ConvertDraftJsToRichContentRequest, ConvertDraftJsToRichContentResponse, ConvertRichContentToDraftJsRequest, ConvertRichContentToDraftJsResponse, CoverMedia, CoverMediaMediaOneOf, CreateDraftPostFromTemplateRequest, CreateDraftPostFromTemplateResponse, Crop, CropWithLiterals, CursorPaging, Cursors, Decoration, DecorationDataOneOf, DecorationType, DecorationTypeWithLiterals, Design, 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, FontSizeData, FontType, FontTypeWithLiterals, GIF, GIFData, GIFType, GIFTypeWithLiterals, GalleryData, GalleryOptions, GalleryOptionsLayout, GetPostBySlugRequest, GetPostMetricsRequest, GetPostRequest,
|
|
2
|
+
import { QueryPostCountStatsOptions, QueryPostCountStatsResponse, GetTotalPostsOptions, GetTotalPostsResponse, GetPostOptions, GetPostResponse, GetPostBySlugOptions, GetPostBySlugResponse, ListPostsOptions, ListPostsResponse, GetPostMetricsResponse, PostLikedEnvelope, PostUnlikedEnvelope, PostCreatedEnvelope, PostDeletedEnvelope, PostUpdatedEnvelope, PlatformQuery, typedQueryPosts, QueryPostsOptions, PostsQueryBuilder } from './index.typings.mjs';
|
|
3
|
+
export { ActionEvent, Alignment, AlignmentWithLiterals, AnchorData, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, AppTypeWithLiterals, AspectRatio, AspectRatioWithLiterals, AudioData, Background, BackgroundBackgroundOneOf, BackgroundImage, BackgroundType, BackgroundTypeWithLiterals, BaseEventMetadata, BlockquoteData, BlogPaging, BookingData, Border, BorderColors, BulkGetPostReactionsRequest, BulkGetPostReactionsResponse, BulletedListData, ButtonData, ButtonDataType, ButtonDataTypeWithLiterals, ButtonStyles, CaptionData, CardStyles, Category, CategoryTranslation, CellStyle, CodeBlockData, CollapsibleListData, ColorData, Colors, ConvertDraftJsToRichContentRequest, ConvertDraftJsToRichContentResponse, ConvertRichContentToDraftJsRequest, ConvertRichContentToDraftJsResponse, CoverMedia, CoverMediaMediaOneOf, CreateDraftPostFromTemplateRequest, CreateDraftPostFromTemplateResponse, Crop, CropWithLiterals, CursorPaging, Cursors, Decoration, DecorationDataOneOf, DecorationType, DecorationTypeWithLiterals, Design, 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, FontSizeData, FontType, FontTypeWithLiterals, GIF, GIFData, GIFType, GIFTypeWithLiterals, GalleryData, GalleryOptions, GalleryOptionsLayout, GetPostBySlugRequest, GetPostCountPerMonthRequest, GetPostCountPerMonthResponse, GetPostMetricsRequest, GetPostRequest, GetPostTemplatesSort, GetPostTemplatesSortWithLiterals, GetPostsSort, GetPostsSortWithLiterals, GetTemplateRequest, GetTemplateResponse, GetTotalLikesPerMemberRequest, GetTotalLikesPerMemberResponse, GetTotalPostsRequest, GetTotalPublicationsRequest, GetTotalPublicationsResponse, Gradient, HTMLData, HTMLDataDataOneOf, HeadingData, Height, IdentificationData, IdentificationDataIdOneOf, Image, ImageData, ImageDataStyles, ImagePosition, ImagePositionWithLiterals, ImageStyles, InitialExpandedItems, InitialExpandedItemsWithLiterals, InitialPostsCopied, Item, ItemDataOneOf, ItemStyle, Keyword, Layout, LayoutCellData, LayoutData, LayoutType, LayoutTypeWithLiterals, LayoutWithLiterals, LikePostRequest, LikePostResponse, LineStyle, LineStyleWithLiterals, Link, LinkData, LinkDataOneOf, LinkPreviewData, LinkPreviewDataStyles, ListDemoPostsRequest, ListDemoPostsResponse, ListPostsArchiveRequest, ListPostsArchiveResponse, ListPostsRequest, 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, OldBlogMigratedEvent, Option, OptionDesign, OptionLayout, Order, OrderWithLiterals, OrderedListData, Orientation, OrientationWithLiterals, Origin, OriginWithLiterals, PDFSettings, Paging, PagingMetadataV2, ParagraphData, PeriodPostCount, PeriodPublicationsCount, Permissions, PinPostRequest, PinPostResponse, Placement, PlacementWithLiterals, PlatformQueryPagingMethodOneOf, PlaybackOptions, PluginContainerData, PluginContainerDataAlignment, PluginContainerDataAlignmentWithLiterals, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Poll, PollData, PollDataLayout, PollDesign, PollLayout, PollLayoutDirection, PollLayoutDirectionWithLiterals, PollLayoutType, PollLayoutTypeWithLiterals, PollSettings, Position, PositionWithLiterals, Post, PostCategoriesUpdated, PostCountInfo, PostCountPerMonth, PostCountersUpdated, PostCountersUpdatedInitiatorOneOf, PostFieldField, PostFieldFieldWithLiterals, PostLiked, PostLikedInitiatorOneOf, PostOwnerChanged, 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, SortOrder, SortOrderWithLiterals, Sorting, Source, SourceWithLiterals, Spoiler, SpoilerData, Status, StatusWithLiterals, Styles, StylesBorder, StylesPosition, StylesPositionWithLiterals, TableCellData, TableData, Tag, Target, TargetWithLiterals, TextAlignment, TextAlignmentWithLiterals, TextData, TextNodeStyle, TextStyle, Thumbnails, ThumbnailsAlignment, ThumbnailsAlignmentWithLiterals, 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 } from './index.typings.mjs';
|
|
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.coverMedia.enabled` | `post.coverMedia.displayed` | `post.coverMedia.custom` | `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.coverMedia.enabled` | `post.coverMedia.displayed` | `post.coverMedia.custom` | `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,31 +58,10 @@ 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}.coverMedia.enabled` | `posts.${number}.coverMedia.displayed` | `posts.${number}.coverMedia.custom` | `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
|
}
|
|
61
|
-
declare function queryPosts$1(httpClient: HttpClient): QueryPostsSignature;
|
|
62
|
-
interface QueryPostsSignature {
|
|
63
|
-
/**
|
|
64
|
-
* Retrieves a list of up to 100 posts, given the provided paging, filtering, and sorting.
|
|
65
|
-
*
|
|
66
|
-
* Query Posts runs with these defaults, which you can override:
|
|
67
|
-
* - `firstPublishedDate` is sorted in descending order, with pinned posts first.
|
|
68
|
-
* - `paging.limit` is `50`.
|
|
69
|
-
* - `paging.offset` is `0`.
|
|
70
|
-
*
|
|
71
|
-
* For field support for filters and sorting, see
|
|
72
|
-
* [Field Support for Filtering and Sorting](https://dev.wix.com/docs/rest/business-solutions/blog/posts-stats/filter-and-sort).
|
|
73
|
-
*
|
|
74
|
-
* To learn about working with _Query_ endpoints, see
|
|
75
|
-
* [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
|
|
76
|
-
* [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/sorting-and-paging), and
|
|
77
|
-
* [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
78
|
-
* For a detailed list of supported filters and sortable fields, see
|
|
79
|
-
* [Field Support for Filtering and Sorting](https://dev.wix.com/docs/rest/business-solutions/blog/posts-stats/filter-and-sort).
|
|
80
|
-
*/
|
|
81
|
-
(options?: QueryPostsOptions): PostsQueryBuilder;
|
|
82
|
-
}
|
|
83
65
|
declare function getPostMetrics$1(httpClient: HttpClient): GetPostMetricsSignature;
|
|
84
66
|
interface GetPostMetricsSignature {
|
|
85
67
|
/**
|
|
@@ -96,13 +78,19 @@ declare const onPostCreated$1: EventDefinition<PostCreatedEnvelope, "wix.blog.v3
|
|
|
96
78
|
declare const onPostDeleted$1: EventDefinition<PostDeletedEnvelope, "wix.blog.v3.post_deleted">;
|
|
97
79
|
declare const onPostUpdated$1: EventDefinition<PostUpdatedEnvelope, "wix.blog.v3.post_updated">;
|
|
98
80
|
|
|
81
|
+
declare function customQueryPosts(httpClient: HttpClient): {
|
|
82
|
+
(query: PlatformQuery): ReturnType<typeof typedQueryPosts>;
|
|
83
|
+
(query: PlatformQuery, options: QueryPostsOptions): ReturnType<typeof typedQueryPosts>;
|
|
84
|
+
(): PostsQueryBuilder;
|
|
85
|
+
(options: QueryPostsOptions): PostsQueryBuilder;
|
|
86
|
+
};
|
|
99
87
|
declare const queryPostCountStats: MaybeContext<BuildRESTFunction<typeof queryPostCountStats$1> & typeof queryPostCountStats$1>;
|
|
100
88
|
declare const getTotalPosts: MaybeContext<BuildRESTFunction<typeof getTotalPosts$1> & typeof getTotalPosts$1>;
|
|
101
89
|
declare const getPost: MaybeContext<BuildRESTFunction<typeof getPost$1> & typeof getPost$1>;
|
|
102
90
|
declare const getPostBySlug: MaybeContext<BuildRESTFunction<typeof getPostBySlug$1> & typeof getPostBySlug$1>;
|
|
103
91
|
declare const listPosts: MaybeContext<BuildRESTFunction<typeof listPosts$1> & typeof listPosts$1>;
|
|
104
|
-
declare const queryPosts: MaybeContext<BuildRESTFunction<typeof queryPosts$1> & typeof queryPosts$1>;
|
|
105
92
|
declare const getPostMetrics: MaybeContext<BuildRESTFunction<typeof getPostMetrics$1> & typeof getPostMetrics$1>;
|
|
93
|
+
declare const queryPosts: MaybeContext<BuildRESTFunction<typeof customQueryPosts> & typeof customQueryPosts>;
|
|
106
94
|
/** */
|
|
107
95
|
declare const onPostLiked: BuildEventDefinition<typeof onPostLiked$1> & typeof onPostLiked$1;
|
|
108
96
|
/** */
|
|
@@ -120,4 +108,4 @@ declare const onPostDeleted: BuildEventDefinition<typeof onPostDeleted$1> & type
|
|
|
120
108
|
*/
|
|
121
109
|
declare const onPostUpdated: BuildEventDefinition<typeof onPostUpdated$1> & typeof onPostUpdated$1;
|
|
122
110
|
|
|
123
|
-
export { GetPostBySlugOptions, GetPostBySlugResponse, GetPostMetricsResponse, GetPostOptions, GetTotalPostsOptions, GetTotalPostsResponse, ListPostsOptions, ListPostsResponse,
|
|
111
|
+
export { GetPostBySlugOptions, GetPostBySlugResponse, GetPostMetricsResponse, GetPostOptions, GetPostResponse, GetTotalPostsOptions, GetTotalPostsResponse, ListPostsOptions, ListPostsResponse, PlatformQuery, PostCreatedEnvelope, PostDeletedEnvelope, PostLikedEnvelope, PostUnlikedEnvelope, PostUpdatedEnvelope, PostsQueryBuilder, QueryPostCountStatsOptions, QueryPostCountStatsResponse, QueryPostsOptions, getPost, getPostBySlug, getPostMetrics, getTotalPosts, listPosts, onPostCreated, onPostDeleted, onPostLiked, onPostUnliked, onPostUpdated, queryPostCountStats, queryPosts };
|
|
@@ -1199,8 +1199,8 @@ async function getPost2(postId, options) {
|
|
|
1199
1199
|
paths: [{ path: "post.media.wixMedia.videoV2" }]
|
|
1200
1200
|
}
|
|
1201
1201
|
]),
|
|
1202
|
-
["post.richContent"]
|
|
1203
|
-
)
|
|
1202
|
+
["post.richContent", "post.rich_content"]
|
|
1203
|
+
);
|
|
1204
1204
|
} catch (err) {
|
|
1205
1205
|
const transformedError = sdkTransformError(
|
|
1206
1206
|
err,
|
|
@@ -1252,7 +1252,7 @@ async function getPostBySlug2(slug, options) {
|
|
|
1252
1252
|
paths: [{ path: "post.media.wixMedia.videoV2" }]
|
|
1253
1253
|
}
|
|
1254
1254
|
]),
|
|
1255
|
-
["post.richContent"]
|
|
1255
|
+
["post.richContent", "post.rich_content"]
|
|
1256
1256
|
);
|
|
1257
1257
|
} catch (err) {
|
|
1258
1258
|
const transformedError = sdkTransformError(
|
|
@@ -1316,7 +1316,7 @@ async function listPosts2(options) {
|
|
|
1316
1316
|
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1317
1317
|
}
|
|
1318
1318
|
]),
|
|
1319
|
-
["posts.richContent"]
|
|
1319
|
+
["posts.richContent", "posts.rich_content"]
|
|
1320
1320
|
);
|
|
1321
1321
|
} catch (err) {
|
|
1322
1322
|
const transformedError = sdkTransformError(
|
|
@@ -1391,7 +1391,7 @@ function queryPosts2(options) {
|
|
|
1391
1391
|
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1392
1392
|
}
|
|
1393
1393
|
]),
|
|
1394
|
-
["posts.richContent"]
|
|
1394
|
+
["posts.richContent", "posts.rich_content"]
|
|
1395
1395
|
);
|
|
1396
1396
|
return {
|
|
1397
1397
|
items: transformedData?.posts,
|
|
@@ -1410,6 +1410,56 @@ function queryPosts2(options) {
|
|
|
1410
1410
|
transformationPaths: {}
|
|
1411
1411
|
});
|
|
1412
1412
|
}
|
|
1413
|
+
async function typedQueryPosts(query, options) {
|
|
1414
|
+
const { httpClient, sideEffects } = arguments[2];
|
|
1415
|
+
const payload = renameKeysFromSDKRequestToRESTRequest(
|
|
1416
|
+
{ query, ...options },
|
|
1417
|
+
[]
|
|
1418
|
+
);
|
|
1419
|
+
const reqOpts = queryPosts(payload);
|
|
1420
|
+
sideEffects?.onSiteCall?.();
|
|
1421
|
+
try {
|
|
1422
|
+
const result = await httpClient.request(reqOpts);
|
|
1423
|
+
sideEffects?.onSuccess?.(result);
|
|
1424
|
+
return renameKeysFromRESTResponseToSDKResponse(
|
|
1425
|
+
transformPaths2(result.data, [
|
|
1426
|
+
{
|
|
1427
|
+
transformFn: transformRESTPageURLToSDKPageURL,
|
|
1428
|
+
paths: [{ path: "posts.url" }, { path: "posts.translations.url" }]
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
transformFn: transformRESTImageToSDKImage,
|
|
1432
|
+
paths: [
|
|
1433
|
+
{ path: "posts.heroImage" },
|
|
1434
|
+
{ path: "posts.coverMedia.image" },
|
|
1435
|
+
{ path: "posts.media.wixMedia.image" }
|
|
1436
|
+
]
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
transformFn: transformRESTVideoToSDKVideo,
|
|
1440
|
+
paths: [{ path: "posts.coverMedia.video" }]
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
transformFn: transformRESTVideoV2ToSDKVideoV2,
|
|
1444
|
+
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1445
|
+
}
|
|
1446
|
+
]),
|
|
1447
|
+
["posts.richContent", "posts.rich_content"]
|
|
1448
|
+
);
|
|
1449
|
+
} catch (err) {
|
|
1450
|
+
const transformedError = sdkTransformError(
|
|
1451
|
+
err,
|
|
1452
|
+
{
|
|
1453
|
+
spreadPathsToArguments: {},
|
|
1454
|
+
explicitPathsToArguments: { query: "$[0]" },
|
|
1455
|
+
singleArgumentUnchanged: false
|
|
1456
|
+
},
|
|
1457
|
+
["query", "options"]
|
|
1458
|
+
);
|
|
1459
|
+
sideEffects?.onError?.(err);
|
|
1460
|
+
throw transformedError;
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
1413
1463
|
async function getPostMetrics2(postId) {
|
|
1414
1464
|
const { httpClient, sideEffects } = arguments[1];
|
|
1415
1465
|
const payload = renameKeysFromSDKRequestToRESTRequest({ postId }, []);
|
|
@@ -1479,6 +1529,14 @@ function queryPosts3(httpClient) {
|
|
|
1479
1529
|
{ httpClient }
|
|
1480
1530
|
);
|
|
1481
1531
|
}
|
|
1532
|
+
function typedQueryPosts2(httpClient) {
|
|
1533
|
+
return (query, options) => typedQueryPosts(
|
|
1534
|
+
query,
|
|
1535
|
+
options,
|
|
1536
|
+
// @ts-ignore
|
|
1537
|
+
{ httpClient }
|
|
1538
|
+
);
|
|
1539
|
+
}
|
|
1482
1540
|
function getPostMetrics3(httpClient) {
|
|
1483
1541
|
return (postId) => getPostMetrics2(
|
|
1484
1542
|
postId,
|
|
@@ -1495,7 +1553,8 @@ var onPostLiked = EventDefinition(
|
|
|
1495
1553
|
transformFn: transformRESTTimestampToSDKTimestamp2,
|
|
1496
1554
|
paths: [{ path: "metadata.eventTime" }]
|
|
1497
1555
|
}
|
|
1498
|
-
])
|
|
1556
|
+
]),
|
|
1557
|
+
["entity.rich_content"]
|
|
1499
1558
|
)
|
|
1500
1559
|
)();
|
|
1501
1560
|
var onPostUnliked = EventDefinition(
|
|
@@ -1507,7 +1566,8 @@ var onPostUnliked = EventDefinition(
|
|
|
1507
1566
|
transformFn: transformRESTTimestampToSDKTimestamp2,
|
|
1508
1567
|
paths: [{ path: "metadata.eventTime" }]
|
|
1509
1568
|
}
|
|
1510
|
-
])
|
|
1569
|
+
]),
|
|
1570
|
+
["entity.rich_content"]
|
|
1511
1571
|
)
|
|
1512
1572
|
)();
|
|
1513
1573
|
var onPostCreated = EventDefinition(
|
|
@@ -1582,7 +1642,8 @@ var onPostCreated = EventDefinition(
|
|
|
1582
1642
|
transformFn: transformRESTVideoV2ToSDKVideoV22,
|
|
1583
1643
|
paths: [{ path: "entity.media.wixMedia.videoV2" }]
|
|
1584
1644
|
}
|
|
1585
|
-
])
|
|
1645
|
+
]),
|
|
1646
|
+
["entity.rich_content"]
|
|
1586
1647
|
)
|
|
1587
1648
|
)();
|
|
1588
1649
|
var onPostDeleted = EventDefinition(
|
|
@@ -1657,7 +1718,8 @@ var onPostDeleted = EventDefinition(
|
|
|
1657
1718
|
transformFn: transformRESTVideoV2ToSDKVideoV22,
|
|
1658
1719
|
paths: [{ path: "entity.media.wixMedia.videoV2" }]
|
|
1659
1720
|
}
|
|
1660
|
-
])
|
|
1721
|
+
]),
|
|
1722
|
+
["entity.rich_content"]
|
|
1661
1723
|
)
|
|
1662
1724
|
)();
|
|
1663
1725
|
var onPostUpdated = EventDefinition(
|
|
@@ -1732,20 +1794,33 @@ var onPostUpdated = EventDefinition(
|
|
|
1732
1794
|
transformFn: transformRESTVideoV2ToSDKVideoV22,
|
|
1733
1795
|
paths: [{ path: "entity.media.wixMedia.videoV2" }]
|
|
1734
1796
|
}
|
|
1735
|
-
])
|
|
1797
|
+
]),
|
|
1798
|
+
["entity.rich_content"]
|
|
1736
1799
|
)
|
|
1737
1800
|
)();
|
|
1738
1801
|
|
|
1739
1802
|
// src/blog-v3-post-posts.context.ts
|
|
1740
1803
|
import { createRESTModule } from "@wix/sdk-runtime/rest-modules";
|
|
1741
1804
|
import { createEventModule } from "@wix/sdk-runtime/event-definition-modules";
|
|
1805
|
+
import { createQueryOverloadRouter } from "@wix/sdk-runtime/query-method-router";
|
|
1806
|
+
function customQueryPosts(httpClient) {
|
|
1807
|
+
const router = createQueryOverloadRouter({
|
|
1808
|
+
builderQueryFunction: (options) => queryPosts3(httpClient)(options),
|
|
1809
|
+
typedQueryFunction: (query, options) => typedQueryPosts2(httpClient)(query, options),
|
|
1810
|
+
hasOptionsParameter: true
|
|
1811
|
+
});
|
|
1812
|
+
function overloadedQuery(queryOrOptions, options) {
|
|
1813
|
+
return router(...arguments);
|
|
1814
|
+
}
|
|
1815
|
+
return overloadedQuery;
|
|
1816
|
+
}
|
|
1742
1817
|
var queryPostCountStats4 = /* @__PURE__ */ createRESTModule(queryPostCountStats3);
|
|
1743
1818
|
var getTotalPosts4 = /* @__PURE__ */ createRESTModule(getTotalPosts3);
|
|
1744
1819
|
var getPost4 = /* @__PURE__ */ createRESTModule(getPost3);
|
|
1745
1820
|
var getPostBySlug4 = /* @__PURE__ */ createRESTModule(getPostBySlug3);
|
|
1746
1821
|
var listPosts4 = /* @__PURE__ */ createRESTModule(listPosts3);
|
|
1747
|
-
var queryPosts4 = /* @__PURE__ */ createRESTModule(queryPosts3);
|
|
1748
1822
|
var getPostMetrics4 = /* @__PURE__ */ createRESTModule(getPostMetrics3);
|
|
1823
|
+
var queryPosts4 = /* @__PURE__ */ createRESTModule(customQueryPosts);
|
|
1749
1824
|
var onPostLiked2 = createEventModule(onPostLiked);
|
|
1750
1825
|
var onPostUnliked2 = createEventModule(onPostUnliked);
|
|
1751
1826
|
var onPostCreated2 = createEventModule(onPostCreated);
|