@wix/auto_sdk_blog_posts 1.0.65 → 1.0.66
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 +0 -37
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -103
- package/build/cjs/index.typings.js +0 -37
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -103
- package/build/cjs/meta.js +0 -37
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +0 -33
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -103
- package/build/es/index.typings.mjs +0 -33
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -103
- package/build/es/meta.mjs +0 -33
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +0 -37
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1 -103
- package/build/internal/cjs/index.typings.js +0 -37
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -103
- package/build/internal/cjs/meta.js +0 -37
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +0 -33
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1 -103
- package/build/internal/es/index.typings.mjs +0 -33
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -103
- package/build/internal/es/meta.mjs +0 -33
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1847,108 +1847,6 @@ interface BlockquoteData {
|
|
|
1847
1847
|
interface CaptionData {
|
|
1848
1848
|
textStyle?: TextStyle;
|
|
1849
1849
|
}
|
|
1850
|
-
interface LayoutData {
|
|
1851
|
-
/**
|
|
1852
|
-
* Background color as a hexadecimal value.
|
|
1853
|
-
* @format COLOR_HEX
|
|
1854
|
-
*/
|
|
1855
|
-
backgroundColor?: string | null;
|
|
1856
|
-
/** Background image. */
|
|
1857
|
-
backgroundImage?: BackgroundImage;
|
|
1858
|
-
/**
|
|
1859
|
-
* Border color as a hexadecimal value.
|
|
1860
|
-
* @format COLOR_HEX
|
|
1861
|
-
*/
|
|
1862
|
-
borderColor?: string | null;
|
|
1863
|
-
/** Border width in pixels. */
|
|
1864
|
-
borderWidth?: number | null;
|
|
1865
|
-
/** Border */
|
|
1866
|
-
borderRadius?: number | null;
|
|
1867
|
-
/**
|
|
1868
|
-
* Backdrop color as a hexadecimal value.
|
|
1869
|
-
* @format COLOR_HEX
|
|
1870
|
-
*/
|
|
1871
|
-
backdropColor?: string | null;
|
|
1872
|
-
/** Backdrop image.radius in pixels. */
|
|
1873
|
-
backdropImage?: BackgroundImage;
|
|
1874
|
-
/** Backdrop top padding. */
|
|
1875
|
-
backdropPaddingTop?: number | null;
|
|
1876
|
-
/** Backdrop bottom padding */
|
|
1877
|
-
backdropPaddingBottom?: number | null;
|
|
1878
|
-
/** Horizontal and vertical gap between columns */
|
|
1879
|
-
gap?: number | null;
|
|
1880
|
-
/**
|
|
1881
|
-
* Padding in pixels for cells. Follows CSS order: top, right, bottom, left
|
|
1882
|
-
* @maxSize 4
|
|
1883
|
-
*/
|
|
1884
|
-
cellPadding?: number[];
|
|
1885
|
-
/** Vertical alignment for the cell's items. */
|
|
1886
|
-
cellVerticalAlignment?: VerticalAlignmentAlignmentWithLiterals;
|
|
1887
|
-
/** Responsiveness behaviour of columns when responsiveness applies. Either stacks or wrappers. */
|
|
1888
|
-
responsivenessBehaviour?: ResponsivenessBehaviourWithLiterals;
|
|
1889
|
-
/** Size in pixels when responsiveness_behaviour applies */
|
|
1890
|
-
responsivenessBreakpoint?: number | null;
|
|
1891
|
-
}
|
|
1892
|
-
declare enum Scaling {
|
|
1893
|
-
/** Auto image scaling */
|
|
1894
|
-
AUTO = "AUTO",
|
|
1895
|
-
/** Contain image scaling */
|
|
1896
|
-
CONTAIN = "CONTAIN",
|
|
1897
|
-
/** Cover image scaling */
|
|
1898
|
-
COVER = "COVER"
|
|
1899
|
-
}
|
|
1900
|
-
/** @enumType */
|
|
1901
|
-
type ScalingWithLiterals = Scaling | 'AUTO' | 'CONTAIN' | 'COVER';
|
|
1902
|
-
declare enum ImagePosition {
|
|
1903
|
-
/** Image positioned at the center */
|
|
1904
|
-
CENTER = "CENTER",
|
|
1905
|
-
/** Image positioned on the left */
|
|
1906
|
-
CENTER_LEFT = "CENTER_LEFT",
|
|
1907
|
-
/** Image positioned on the right */
|
|
1908
|
-
CENTER_RIGHT = "CENTER_RIGHT",
|
|
1909
|
-
/** Image positioned at the center top */
|
|
1910
|
-
TOP = "TOP",
|
|
1911
|
-
/** Image positioned at the top left */
|
|
1912
|
-
TOP_LEFT = "TOP_LEFT",
|
|
1913
|
-
/** Image positioned at the top right */
|
|
1914
|
-
TOP_RIGHT = "TOP_RIGHT",
|
|
1915
|
-
/** Image positioned at the center bottom */
|
|
1916
|
-
BOTTOM = "BOTTOM",
|
|
1917
|
-
/** Image positioned at the bottom left */
|
|
1918
|
-
BOTTOM_LEFT = "BOTTOM_LEFT",
|
|
1919
|
-
/** Image positioned at the bottom right */
|
|
1920
|
-
BOTTOM_RIGHT = "BOTTOM_RIGHT"
|
|
1921
|
-
}
|
|
1922
|
-
/** @enumType */
|
|
1923
|
-
type ImagePositionWithLiterals = ImagePosition | 'CENTER' | 'CENTER_LEFT' | 'CENTER_RIGHT' | 'TOP' | 'TOP_LEFT' | 'TOP_RIGHT' | 'BOTTOM' | 'BOTTOM_LEFT' | 'BOTTOM_RIGHT';
|
|
1924
|
-
interface BackgroundImage {
|
|
1925
|
-
/** Background image. */
|
|
1926
|
-
media?: V1Media;
|
|
1927
|
-
/** Background image opacity. */
|
|
1928
|
-
opacity?: number | null;
|
|
1929
|
-
/** Background image scaling. */
|
|
1930
|
-
scaling?: ScalingWithLiterals;
|
|
1931
|
-
/** Position of background. Defaults to `CENTER`. */
|
|
1932
|
-
position?: ImagePositionWithLiterals;
|
|
1933
|
-
}
|
|
1934
|
-
declare enum VerticalAlignmentAlignment {
|
|
1935
|
-
/** Top alignment */
|
|
1936
|
-
TOP = "TOP",
|
|
1937
|
-
/** Middle alignment */
|
|
1938
|
-
MIDDLE = "MIDDLE",
|
|
1939
|
-
/** Bottom alignment */
|
|
1940
|
-
BOTTOM = "BOTTOM"
|
|
1941
|
-
}
|
|
1942
|
-
/** @enumType */
|
|
1943
|
-
type VerticalAlignmentAlignmentWithLiterals = VerticalAlignmentAlignment | 'TOP' | 'MIDDLE' | 'BOTTOM';
|
|
1944
|
-
declare enum ResponsivenessBehaviour {
|
|
1945
|
-
/** Stacking of columns */
|
|
1946
|
-
STACK = "STACK",
|
|
1947
|
-
/** Wrapping of columns */
|
|
1948
|
-
WRAP = "WRAP"
|
|
1949
|
-
}
|
|
1950
|
-
/** @enumType */
|
|
1951
|
-
type ResponsivenessBehaviourWithLiterals = ResponsivenessBehaviour | 'STACK' | 'WRAP';
|
|
1952
1850
|
interface LayoutCellData {
|
|
1953
1851
|
/** Size of the cell in 12 columns grid. */
|
|
1954
1852
|
colSpan?: number | null;
|
|
@@ -3999,4 +3897,4 @@ interface PostsQueryBuilder {
|
|
|
3999
3897
|
*/
|
|
4000
3898
|
declare function getPostMetrics(postId: string): Promise<NonNullablePaths<GetPostMetricsResponse, `metrics.comments` | `metrics.likes` | `metrics.views`, 3>>;
|
|
4001
3899
|
|
|
4002
|
-
export { type ActionEvent, Alignment, type AlignmentWithLiterals, type AnchorData, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, AspectRatio, type AspectRatioWithLiterals, type AudioData, type Background, type BackgroundBackgroundOneOf,
|
|
3900
|
+
export { type ActionEvent, Alignment, type AlignmentWithLiterals, type AnchorData, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, AspectRatio, type AspectRatioWithLiterals, type AudioData, type Background, type BackgroundBackgroundOneOf, BackgroundType, type BackgroundTypeWithLiterals, type BaseEventMetadata, type BlockquoteData, type BlogPaging, type BookingData, type Border, type BorderColors, type BulkGetPostReactionsRequest, type BulkGetPostReactionsResponse, type BulletedListData, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, type CaptionData, type CardStyles, type Category, type CategoryTranslation, type CellStyle, type CodeBlockData, type CollapsibleListData, type ColorData, type Colors, type ConvertDraftJsToRichContentRequest, type ConvertDraftJsToRichContentResponse, type ConvertRichContentToDraftJsRequest, type ConvertRichContentToDraftJsResponse, type CoverMedia, type CoverMediaMediaOneOf, type CreateDraftPostFromTemplateRequest, type CreateDraftPostFromTemplateResponse, Crop, type CropWithLiterals, type CursorPaging, type Cursors, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type Design, type Dimensions, Direction, type DirectionWithLiterals, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, type DocumentStyle, type DomainEvent, type DomainEventBodyOneOf, type DraftPost, type DraftPostTranslation, type EmbedData, type EmbedMedia, type EmbedThumbnail, type EmbedVideo, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventData, type EventMetadata, Field, type FieldWithLiterals, type FileData, type FileSource, type FileSourceDataOneOf, type FocalPoint, type FontSizeData, FontType, type FontTypeWithLiterals, type GIF, type GIFData, GIFType, type GIFTypeWithLiterals, type GalleryData, type GalleryOptions, type GalleryOptionsLayout, type GetPostBySlugOptions, type GetPostBySlugRequest, type GetPostBySlugResponse, type GetPostMetricsRequest, type GetPostMetricsResponse, type GetPostOptions, type GetPostRequest, type GetPostResponse, GetPostTemplatesSort, type GetPostTemplatesSortWithLiterals, GetPostsSort, type GetPostsSortWithLiterals, type GetTemplateRequest, type GetTemplateResponse, type GetTotalLikesPerMemberRequest, type GetTotalLikesPerMemberResponse, type GetTotalPostsOptions, type GetTotalPostsRequest, type GetTotalPostsResponse, type GetTotalPublicationsRequest, type GetTotalPublicationsResponse, type Gradient, type HTMLData, type HTMLDataDataOneOf, type HeadingData, type Height, type IdentificationData, type IdentificationDataIdOneOf, type Image, type ImageData, type ImageDataStyles, type ImageStyles, InitialExpandedItems, type InitialExpandedItemsWithLiterals, type InitialPostsCopied, type Item, type ItemDataOneOf, type ItemStyle, type Keyword, Layout, type LayoutCellData, LayoutType, type LayoutTypeWithLiterals, type LayoutWithLiterals, type LikePostRequest, type LikePostResponse, LineStyle, type LineStyleWithLiterals, type Link, type LinkData, type LinkDataOneOf, type LinkPreviewData, type LinkPreviewDataStyles, type ListDemoPostsRequest, type ListDemoPostsResponse, type ListPostsArchiveRequest, type ListPostsArchiveResponse, type ListPostsOptions, type ListPostsRequest, type ListPostsResponse, type ListTemplatesRequest, type ListTemplatesResponse, type ListValue, type MapData, type MapSettings, MapType, type MapTypeWithLiterals, type Media, type MediaMediaOneOf, type MentionData, type MessageEnvelope, type MetaData, type Metadata, type Metrics, type ModerationDetails, ModerationStatusStatus, type ModerationStatusStatusWithLiterals, type Node, type NodeDataOneOf, type NodeStyle, NodeType, type NodeTypeWithLiterals, NullValue, type NullValueWithLiterals, type Oembed, type OldBlogMigratedEvent, type Option, type OptionDesign, type OptionLayout, Order, type OrderWithLiterals, type OrderedListData, Orientation, type OrientationWithLiterals, Origin, type OriginWithLiterals, type PDFSettings, type Paging, type PagingMetadataV2, type ParagraphData, type PeriodPostCount, type PeriodPublicationsCount, type Permissions, type PinPostRequest, type PinPostResponse, Placement, type PlacementWithLiterals, type PlatformQuery, type PlatformQueryPagingMethodOneOf, type PlaybackOptions, type PluginContainerData, PluginContainerDataAlignment, type PluginContainerDataAlignmentWithLiterals, type PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf, type Poll, type PollData, type PollDataLayout, type PollDesign, type PollLayout, PollLayoutDirection, type PollLayoutDirectionWithLiterals, PollLayoutType, type PollLayoutTypeWithLiterals, type PollSettings, Position, type PositionWithLiterals, type Post, type PostCategoriesUpdated, type PostCountInfo, type PostCountersUpdated, type PostCountersUpdatedInitiatorOneOf, type PostCreatedEnvelope, type PostDeletedEnvelope, PostFieldField, type PostFieldFieldWithLiterals, type PostLiked, type PostLikedEnvelope, type PostLikedInitiatorOneOf, type PostOwnerChanged, type PostTagsUpdated, type PostTranslation, type PostUnliked, type PostUnlikedEnvelope, type PostUnlikedInitiatorOneOf, type PostUpdatedEnvelope, type PostsQueryBuilder, type PostsQueryResult, type PricingData, type QueryPostCountStatsOptions, type QueryPostCountStatsRequest, type QueryPostCountStatsResponse, type QueryPostsOptions, type QueryPostsRequest, type QueryPostsResponse, type QueryPublicationsCountStatsRequest, QueryPublicationsCountStatsRequestOrder, type QueryPublicationsCountStatsRequestOrderWithLiterals, type QueryPublicationsCountStatsResponse, type Reactions, type Rel, Resizing, type ResizingWithLiterals, type RestoreInfo, type RibbonStyles, type RichContent, type ScheduledPostPublished, type SeoSchema, type Settings, SortOrder, type SortOrderWithLiterals, type Sorting, Source, type SourceWithLiterals, type Spoiler, type SpoilerData, Status, type StatusWithLiterals, type Styles, type StylesBorder, StylesPosition, type StylesPositionWithLiterals, type TableCellData, type TableData, type Tag, Target, type TargetWithLiterals, TextAlignment, type TextAlignmentWithLiterals, type TextData, type TextNodeStyle, type TextStyle, type Thumbnails, ThumbnailsAlignment, type ThumbnailsAlignmentWithLiterals, Type, type TypeWithLiterals, type UnlikePostRequest, type UnlikePostResponse, type UnpinPostRequest, type UnpinPostResponse, type V1Media, VerticalAlignment, type VerticalAlignmentWithLiterals, type Video, type VideoData, type VideoResolution, ViewMode, type ViewModeWithLiterals, type ViewPostRequest, type ViewPostResponse, ViewRole, type ViewRoleWithLiterals, VoteRole, type VoteRoleWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, Width, WidthType, type WidthTypeWithLiterals, type WidthWithLiterals, type WixMedia, getPost, getPostBySlug, getPostMetrics, getTotalPosts, listPosts, onPostCreated, onPostDeleted, onPostLiked, onPostUnliked, onPostUpdated, queryPostCountStats, queryPosts };
|
|
@@ -1123,35 +1123,6 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1123
1123
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1124
1124
|
return NullValue2;
|
|
1125
1125
|
})(NullValue || {});
|
|
1126
|
-
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1127
|
-
Scaling2["AUTO"] = "AUTO";
|
|
1128
|
-
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1129
|
-
Scaling2["COVER"] = "COVER";
|
|
1130
|
-
return Scaling2;
|
|
1131
|
-
})(Scaling || {});
|
|
1132
|
-
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1133
|
-
ImagePosition2["CENTER"] = "CENTER";
|
|
1134
|
-
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1135
|
-
ImagePosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1136
|
-
ImagePosition2["TOP"] = "TOP";
|
|
1137
|
-
ImagePosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1138
|
-
ImagePosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1139
|
-
ImagePosition2["BOTTOM"] = "BOTTOM";
|
|
1140
|
-
ImagePosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1141
|
-
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1142
|
-
return ImagePosition2;
|
|
1143
|
-
})(ImagePosition || {});
|
|
1144
|
-
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1145
|
-
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1146
|
-
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
1147
|
-
VerticalAlignmentAlignment2["BOTTOM"] = "BOTTOM";
|
|
1148
|
-
return VerticalAlignmentAlignment2;
|
|
1149
|
-
})(VerticalAlignmentAlignment || {});
|
|
1150
|
-
var ResponsivenessBehaviour = /* @__PURE__ */ ((ResponsivenessBehaviour2) => {
|
|
1151
|
-
ResponsivenessBehaviour2["STACK"] = "STACK";
|
|
1152
|
-
ResponsivenessBehaviour2["WRAP"] = "WRAP";
|
|
1153
|
-
return ResponsivenessBehaviour2;
|
|
1154
|
-
})(ResponsivenessBehaviour || {});
|
|
1155
1126
|
var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
1156
1127
|
ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1157
1128
|
ModerationStatusStatus2["APPROVED"] = "APPROVED";
|
|
@@ -1612,7 +1583,6 @@ export {
|
|
|
1612
1583
|
GIFType,
|
|
1613
1584
|
GetPostTemplatesSort,
|
|
1614
1585
|
GetPostsSort,
|
|
1615
|
-
ImagePosition,
|
|
1616
1586
|
InitialExpandedItems,
|
|
1617
1587
|
Layout,
|
|
1618
1588
|
LayoutType,
|
|
@@ -1632,8 +1602,6 @@ export {
|
|
|
1632
1602
|
PostFieldField,
|
|
1633
1603
|
QueryPublicationsCountStatsRequestOrder,
|
|
1634
1604
|
Resizing,
|
|
1635
|
-
ResponsivenessBehaviour,
|
|
1636
|
-
Scaling,
|
|
1637
1605
|
SortOrder,
|
|
1638
1606
|
Source,
|
|
1639
1607
|
Status,
|
|
@@ -1643,7 +1611,6 @@ export {
|
|
|
1643
1611
|
ThumbnailsAlignment,
|
|
1644
1612
|
Type,
|
|
1645
1613
|
VerticalAlignment,
|
|
1646
|
-
VerticalAlignmentAlignment,
|
|
1647
1614
|
ViewMode,
|
|
1648
1615
|
ViewRole,
|
|
1649
1616
|
VoteRole,
|