@wix/auto_sdk_blog_posts 1.0.159 → 1.0.161
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 +1 -1
- package/build/cjs/index.js +15 -74
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +125 -517
- package/build/cjs/index.typings.js +15 -74
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +125 -517
- package/build/cjs/meta.js +15 -74
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +2 -2
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +15 -71
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +125 -517
- package/build/es/index.typings.mjs +15 -71
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +125 -517
- package/build/es/meta.mjs +15 -71
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +2 -2
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +15 -74
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +125 -517
- package/build/internal/cjs/index.typings.js +15 -74
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +125 -517
- package/build/internal/cjs/meta.js +15 -74
- 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 +1 -1
- package/build/internal/es/index.mjs +15 -71
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +125 -517
- package/build/internal/es/index.typings.mjs +15 -71
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +125 -517
- package/build/internal/es/meta.mjs +15 -71
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +2 -2
- package/package.json +2 -2
package/build/cjs/schemas.d.ts
CHANGED
|
@@ -237,11 +237,11 @@ declare const ListPostsRequest: z.ZodObject<{
|
|
|
237
237
|
categoryIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
238
238
|
tagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
239
239
|
sort: z.ZodOptional<z.ZodEnum<{
|
|
240
|
-
PUBLISHED_DATE_ASC: "PUBLISHED_DATE_ASC";
|
|
241
|
-
PUBLISHED_DATE_DESC: "PUBLISHED_DATE_DESC";
|
|
242
240
|
LIKE_COUNT: "LIKE_COUNT";
|
|
243
241
|
VIEW_COUNT: "VIEW_COUNT";
|
|
244
242
|
FEED: "FEED";
|
|
243
|
+
PUBLISHED_DATE_ASC: "PUBLISHED_DATE_ASC";
|
|
244
|
+
PUBLISHED_DATE_DESC: "PUBLISHED_DATE_DESC";
|
|
245
245
|
TITLE_ASC: "TITLE_ASC";
|
|
246
246
|
TITLE_DESC: "TITLE_DESC";
|
|
247
247
|
}>>;
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
2
|
import { QueryPostCountStatsOptions, QueryPostCountStatsResponse, GetTotalPostsOptions, GetTotalPostsResponse, GetPostOptions, Post, GetPostBySlugOptions, GetPostBySlugResponse, ListPostsOptions, ListPostsResponse, GetPostMetricsResponse, PostLikedEnvelope, PostUnlikedEnvelope, PostCreatedEnvelope, PostDeletedEnvelope, PostUpdatedEnvelope, PostQuery, QueryPostsOptions, typedQueryPosts, PostsQueryBuilder } from './index.typings.mjs';
|
|
3
|
-
export { AccountInfo, AccountInfoMetadata, ActionEvent, Alignment, AlignmentWithLiterals, AnchorData, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, AppTypeWithLiterals, AspectRatio, AspectRatioWithLiterals, AudioData, Backdrop, BackdropType, BackdropTypeWithLiterals, Background, BackgroundGradient, BackgroundImage, BackgroundType, BackgroundTypeWithLiterals, Banner,
|
|
3
|
+
export { AccountInfo, AccountInfoMetadata, ActionEvent, Alignment, AlignmentWithLiterals, AnchorData, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, AppTypeWithLiterals, AspectRatio, AspectRatioWithLiterals, AudioData, Backdrop, BackdropType, BackdropTypeWithLiterals, Background, BackgroundGradient, BackgroundImage, BackgroundType, BackgroundTypeWithLiterals, Banner, BannerPosition, BannerPositionWithLiterals, BaseEventMetadata, BlockquoteData, BlogPaging, BookingData, Border, BorderColors, BorderWidths, BulkDeletePostsRequest, BulkDeletePostsResponse, BulkGetPostReactionsRequest, BulkGetPostReactionsResponse, BulletedListData, ButtonData, ButtonDataType, ButtonDataTypeWithLiterals, ButtonStyles, CaptionData, CardData, CardDataBackground, CardDataBackgroundType, CardDataBackgroundTypeWithLiterals, CardStyles, CellStyle, CheckboxListData, CodeBlockData, CollapsibleListData, ColorData, Colors, ColumnSize, ColumnSizeWithLiterals, CommonQueryWithEntityContext, ConvertDraftJsToRichContentRequest, ConvertDraftJsToRichContentResponse, ConvertRichContentToDraftJsRequest, ConvertRichContentToDraftJsResponse, Crop, CropWithLiterals, CursorPaging, Cursors, Decoration, DecorationDataOneOf, DecorationType, DecorationTypeWithLiterals, DeletePostRequest, DeletePostResponse, Design, DesignTarget, DesignTargetWithLiterals, Dimensions, Direction, DirectionWithLiterals, DividerData, DividerDataAlignment, DividerDataAlignmentWithLiterals, DocumentStyle, DomainEvent, DomainEventBodyOneOf, 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, GetPostResponse, GetPostsSort, GetPostsSortWithLiterals, 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, ListItemNodeData, ListPostsArchiveRequest, ListPostsArchiveResponse, ListPostsRequest, ListStyle, ListStyleWithLiterals, ListValue, MapData, MapSettings, MapType, MapTypeWithLiterals, Media, MediaMediaOneOf, MentionData, MessageEnvelope, MetaData, Metadata, Metrics, ModerationDetails, 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, 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, SketchData, 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, Variant, VariantWithLiterals, 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.mjs';
|
|
4
4
|
|
|
5
5
|
declare function queryPostCountStats$1(httpClient: HttpClient): QueryPostCountStatsSignature;
|
|
6
6
|
interface QueryPostCountStatsSignature {
|
package/build/es/index.mjs
CHANGED
|
@@ -1276,11 +1276,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
1276
1276
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1277
1277
|
return ImagePosition2;
|
|
1278
1278
|
})(ImagePosition || {});
|
|
1279
|
-
var
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
return
|
|
1283
|
-
})(
|
|
1279
|
+
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
1280
|
+
Origin2["IMAGE"] = "IMAGE";
|
|
1281
|
+
Origin2["LAYOUT"] = "LAYOUT";
|
|
1282
|
+
return Origin2;
|
|
1283
|
+
})(Origin || {});
|
|
1284
1284
|
var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
1285
1285
|
BannerPosition2["TOP"] = "TOP";
|
|
1286
1286
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
@@ -1383,73 +1383,12 @@ var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
|
|
|
1383
1383
|
ColumnSize2["EXTRA_LARGE"] = "EXTRA_LARGE";
|
|
1384
1384
|
return ColumnSize2;
|
|
1385
1385
|
})(ColumnSize || {});
|
|
1386
|
-
var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
1387
|
-
ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1388
|
-
ModerationStatusStatus2["APPROVED"] = "APPROVED";
|
|
1389
|
-
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
1390
|
-
return ModerationStatusStatus2;
|
|
1391
|
-
})(ModerationStatusStatus || {});
|
|
1392
|
-
var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
|
|
1393
|
-
GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
|
|
1394
|
-
GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
|
|
1395
|
-
return GetPostTemplatesSort2;
|
|
1396
|
-
})(GetPostTemplatesSort || {});
|
|
1397
|
-
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
1398
|
-
Origin2["UNKNOWN"] = "UNKNOWN";
|
|
1399
|
-
Origin2["ADMIN"] = "ADMIN";
|
|
1400
|
-
Origin2["ADD_CATEGORIES"] = "ADD_CATEGORIES";
|
|
1401
|
-
Origin2["AUTO_SAVE"] = "AUTO_SAVE";
|
|
1402
|
-
Origin2["COPY_TEMPLATE"] = "COPY_TEMPLATE";
|
|
1403
|
-
Origin2["IMPORT"] = "IMPORT";
|
|
1404
|
-
Origin2["IMPORT_BULK"] = "IMPORT_BULK";
|
|
1405
|
-
Origin2["IMPORT_HTML"] = "IMPORT_HTML";
|
|
1406
|
-
Origin2["IMPORT_PATCH"] = "IMPORT_PATCH";
|
|
1407
|
-
Origin2["LANGUAGE_CHANGE"] = "LANGUAGE_CHANGE";
|
|
1408
|
-
Origin2["MANUAL_SAVE"] = "MANUAL_SAVE";
|
|
1409
|
-
Origin2["MIGRATION"] = "MIGRATION";
|
|
1410
|
-
Origin2["MODERATION"] = "MODERATION";
|
|
1411
|
-
Origin2["MOVE_TO_TRASH"] = "MOVE_TO_TRASH";
|
|
1412
|
-
Origin2["PRICING_PLANS_CHANGE"] = "PRICING_PLANS_CHANGE";
|
|
1413
|
-
Origin2["PROVISION"] = "PROVISION";
|
|
1414
|
-
Origin2["PUBLISH"] = "PUBLISH";
|
|
1415
|
-
Origin2["REASSIGN_OWNER"] = "REASSIGN_OWNER";
|
|
1416
|
-
Origin2["REBLOG"] = "REBLOG";
|
|
1417
|
-
Origin2["RESTORE"] = "RESTORE";
|
|
1418
|
-
Origin2["REVERT_TO_DRAFT"] = "REVERT_TO_DRAFT";
|
|
1419
|
-
Origin2["TRANSLATION"] = "TRANSLATION";
|
|
1420
|
-
Origin2["UNPUBLISH"] = "UNPUBLISH";
|
|
1421
|
-
Origin2["UNSCHEDULE"] = "UNSCHEDULE";
|
|
1422
|
-
Origin2["NEW_EDIT_SESSION"] = "NEW_EDIT_SESSION";
|
|
1423
|
-
Origin2["SCHEDULING_SERVICE_SCHEDULE"] = "SCHEDULING_SERVICE_SCHEDULE";
|
|
1424
|
-
Origin2["SCHEDULING_SERVICE_UNSCHEDULE"] = "SCHEDULING_SERVICE_UNSCHEDULE";
|
|
1425
|
-
Origin2["SCHEDULING_SERVICE_PUBLISH"] = "SCHEDULING_SERVICE_PUBLISH";
|
|
1426
|
-
Origin2["SCHEDULE"] = "SCHEDULE";
|
|
1427
|
-
Origin2["REMOVE_FROM_MODERATION"] = "REMOVE_FROM_MODERATION";
|
|
1428
|
-
Origin2["REJECT_FROM_MODERATION"] = "REJECT_FROM_MODERATION";
|
|
1429
|
-
Origin2["APPROVE_IN_MODERATION"] = "APPROVE_IN_MODERATION";
|
|
1430
|
-
Origin2["DELETE_TAG"] = "DELETE_TAG";
|
|
1431
|
-
Origin2["PIN"] = "PIN";
|
|
1432
|
-
Origin2["UNPIN"] = "UNPIN";
|
|
1433
|
-
Origin2["AI_AUTO_SAVE"] = "AI_AUTO_SAVE";
|
|
1434
|
-
return Origin2;
|
|
1435
|
-
})(Origin || {});
|
|
1436
1386
|
var Status = /* @__PURE__ */ ((Status2) => {
|
|
1437
1387
|
Status2["UNKNOWN"] = "UNKNOWN";
|
|
1438
|
-
Status2["
|
|
1439
|
-
Status2["
|
|
1440
|
-
Status2["SCHEDULED"] = "SCHEDULED";
|
|
1441
|
-
Status2["DELETED"] = "DELETED";
|
|
1442
|
-
Status2["IN_REVIEW"] = "IN_REVIEW";
|
|
1388
|
+
Status2["APPROVED"] = "APPROVED";
|
|
1389
|
+
Status2["REJECTED"] = "REJECTED";
|
|
1443
1390
|
return Status2;
|
|
1444
1391
|
})(Status || {});
|
|
1445
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1446
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1447
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1448
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1449
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1450
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1451
|
-
return WebhookIdentityType2;
|
|
1452
|
-
})(WebhookIdentityType || {});
|
|
1453
1392
|
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1454
1393
|
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1455
1394
|
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
@@ -1462,6 +1401,14 @@ var Order = /* @__PURE__ */ ((Order2) => {
|
|
|
1462
1401
|
Order2["NEWEST"] = "NEWEST";
|
|
1463
1402
|
return Order2;
|
|
1464
1403
|
})(Order || {});
|
|
1404
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1405
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1406
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1407
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1408
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1409
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1410
|
+
return WebhookIdentityType2;
|
|
1411
|
+
})(WebhookIdentityType || {});
|
|
1465
1412
|
var Field = /* @__PURE__ */ ((Field2) => {
|
|
1466
1413
|
Field2["UNKNOWN"] = "UNKNOWN";
|
|
1467
1414
|
Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
|
|
@@ -2367,7 +2314,6 @@ export {
|
|
|
2367
2314
|
AspectRatio,
|
|
2368
2315
|
BackdropType,
|
|
2369
2316
|
BackgroundType,
|
|
2370
|
-
BannerOrigin,
|
|
2371
2317
|
BannerPosition,
|
|
2372
2318
|
ButtonDataType,
|
|
2373
2319
|
CardDataBackgroundType,
|
|
@@ -2380,7 +2326,6 @@ export {
|
|
|
2380
2326
|
Field,
|
|
2381
2327
|
FontType,
|
|
2382
2328
|
GIFType,
|
|
2383
|
-
GetPostTemplatesSort,
|
|
2384
2329
|
GetPostsSort,
|
|
2385
2330
|
GradientType,
|
|
2386
2331
|
ImagePosition,
|
|
@@ -2394,7 +2339,6 @@ export {
|
|
|
2394
2339
|
LineStyle,
|
|
2395
2340
|
ListStyle,
|
|
2396
2341
|
MapType,
|
|
2397
|
-
ModerationStatusStatus,
|
|
2398
2342
|
NodeType,
|
|
2399
2343
|
NullValue,
|
|
2400
2344
|
Order,
|