@wix/auto_sdk_blog_draft-posts 1.0.49 → 1.0.50

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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +150 -5
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +109 -3
  5. package/build/cjs/index.typings.js +129 -2
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +109 -3
  8. package/build/cjs/meta.js +129 -2
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +146 -5
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +109 -3
  14. package/build/es/index.typings.mjs +125 -2
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +109 -3
  17. package/build/es/meta.mjs +125 -2
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +150 -5
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +109 -3
  23. package/build/internal/cjs/index.typings.js +129 -2
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +109 -3
  26. package/build/internal/cjs/meta.js +129 -2
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +146 -5
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +109 -3
  32. package/build/internal/es/index.typings.mjs +125 -2
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +109 -3
  35. package/build/internal/es/meta.mjs +125 -2
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -281,7 +281,9 @@ interface Node extends NodeDataOneOf {
281
281
  blockquoteData?: BlockquoteData;
282
282
  /** Data for a caption node. */
283
283
  captionData?: CaptionData;
284
- /** LayoutData layout_data = 31; // Data for a layout node. Reserved for future use. */
284
+ /** Data for a layout node. Reserved for future use. */
285
+ layoutData?: LayoutData;
286
+ /** Data for a cell node. */
285
287
  layoutCellData?: LayoutCellData;
286
288
  /** Node type. Use `APP_EMBED` for nodes that embed content from other Wix apps. Use `EMBED` to embed content in [oEmbed](https://oembed.com/) format. */
287
289
  type?: NodeTypeWithLiterals;
@@ -346,7 +348,9 @@ interface NodeDataOneOf {
346
348
  blockquoteData?: BlockquoteData;
347
349
  /** Data for a caption node. */
348
350
  captionData?: CaptionData;
349
- /** LayoutData layout_data = 31; // Data for a layout node. Reserved for future use. */
351
+ /** Data for a layout node. Reserved for future use. */
352
+ layoutData?: LayoutData;
353
+ /** Data for a cell node. */
350
354
  layoutCellData?: LayoutCellData;
351
355
  }
352
356
  declare enum NodeType {
@@ -1903,6 +1907,108 @@ interface BlockquoteData {
1903
1907
  interface CaptionData {
1904
1908
  textStyle?: TextStyle;
1905
1909
  }
1910
+ interface LayoutData {
1911
+ /**
1912
+ * Background color as a hexadecimal value.
1913
+ * @format COLOR_HEX
1914
+ */
1915
+ backgroundColor?: string | null;
1916
+ /** Background image. */
1917
+ backgroundImage?: BackgroundImage;
1918
+ /**
1919
+ * Border color as a hexadecimal value.
1920
+ * @format COLOR_HEX
1921
+ */
1922
+ borderColor?: string | null;
1923
+ /** Border width in pixels. */
1924
+ borderWidth?: number | null;
1925
+ /** Border */
1926
+ borderRadius?: number | null;
1927
+ /**
1928
+ * Backdrop color as a hexadecimal value.
1929
+ * @format COLOR_HEX
1930
+ */
1931
+ backdropColor?: string | null;
1932
+ /** Backdrop image.radius in pixels. */
1933
+ backdropImage?: BackgroundImage;
1934
+ /** Backdrop top padding. */
1935
+ backdropPaddingTop?: number | null;
1936
+ /** Backdrop bottom padding */
1937
+ backdropPaddingBottom?: number | null;
1938
+ /** Horizontal and vertical gap between columns */
1939
+ gap?: number | null;
1940
+ /**
1941
+ * Padding in pixels for cells. Follows CSS order: top, right, bottom, left
1942
+ * @maxSize 4
1943
+ */
1944
+ cellPadding?: number[];
1945
+ /** Vertical alignment for the cell's items. */
1946
+ cellVerticalAlignment?: VerticalAlignmentAlignmentWithLiterals;
1947
+ /** Responsiveness behaviour of columns when responsiveness applies. Either stacks or wrappers. */
1948
+ responsivenessBehaviour?: ResponsivenessBehaviourWithLiterals;
1949
+ /** Size in pixels when responsiveness_behaviour applies */
1950
+ responsivenessBreakpoint?: number | null;
1951
+ }
1952
+ declare enum Scaling {
1953
+ /** Auto image scaling */
1954
+ AUTO = "AUTO",
1955
+ /** Contain image scaling */
1956
+ CONTAIN = "CONTAIN",
1957
+ /** Cover image scaling */
1958
+ COVER = "COVER"
1959
+ }
1960
+ /** @enumType */
1961
+ type ScalingWithLiterals = Scaling | 'AUTO' | 'CONTAIN' | 'COVER';
1962
+ declare enum ImagePosition {
1963
+ /** Image positioned at the center */
1964
+ CENTER = "CENTER",
1965
+ /** Image positioned on the left */
1966
+ CENTER_LEFT = "CENTER_LEFT",
1967
+ /** Image positioned on the right */
1968
+ CENTER_RIGHT = "CENTER_RIGHT",
1969
+ /** Image positioned at the center top */
1970
+ TOP = "TOP",
1971
+ /** Image positioned at the top left */
1972
+ TOP_LEFT = "TOP_LEFT",
1973
+ /** Image positioned at the top right */
1974
+ TOP_RIGHT = "TOP_RIGHT",
1975
+ /** Image positioned at the center bottom */
1976
+ BOTTOM = "BOTTOM",
1977
+ /** Image positioned at the bottom left */
1978
+ BOTTOM_LEFT = "BOTTOM_LEFT",
1979
+ /** Image positioned at the bottom right */
1980
+ BOTTOM_RIGHT = "BOTTOM_RIGHT"
1981
+ }
1982
+ /** @enumType */
1983
+ type ImagePositionWithLiterals = ImagePosition | 'CENTER' | 'CENTER_LEFT' | 'CENTER_RIGHT' | 'TOP' | 'TOP_LEFT' | 'TOP_RIGHT' | 'BOTTOM' | 'BOTTOM_LEFT' | 'BOTTOM_RIGHT';
1984
+ interface BackgroundImage {
1985
+ /** Background image. */
1986
+ media?: V1Media;
1987
+ /** Background image opacity. */
1988
+ opacity?: number | null;
1989
+ /** Background image scaling. */
1990
+ scaling?: ScalingWithLiterals;
1991
+ /** Position of background. Defaults to `CENTER`. */
1992
+ position?: ImagePositionWithLiterals;
1993
+ }
1994
+ declare enum VerticalAlignmentAlignment {
1995
+ /** Top alignment */
1996
+ TOP = "TOP",
1997
+ /** Middle alignment */
1998
+ MIDDLE = "MIDDLE",
1999
+ /** Bottom alignment */
2000
+ BOTTOM = "BOTTOM"
2001
+ }
2002
+ /** @enumType */
2003
+ type VerticalAlignmentAlignmentWithLiterals = VerticalAlignmentAlignment | 'TOP' | 'MIDDLE' | 'BOTTOM';
2004
+ declare enum ResponsivenessBehaviour {
2005
+ /** Stacking of columns */
2006
+ STACK = "STACK",
2007
+ /** Wrapping of columns */
2008
+ WRAP = "WRAP"
2009
+ }
2010
+ /** @enumType */
2011
+ type ResponsivenessBehaviourWithLiterals = ResponsivenessBehaviour | 'STACK' | 'WRAP';
1906
2012
  interface LayoutCellData {
1907
2013
  /** Size of the cell in 12 columns grid. */
1908
2014
  colSpan?: number | null;
@@ -3741,4 +3847,4 @@ interface DraftPostsQueryBuilder {
3741
3847
  */
3742
3848
  declare function publishDraftPost(draftPostId: string): Promise<NonNullablePaths<PublishDraftPostResponse, `postId`, 2>>;
3743
3849
 
3744
- export { Action, type ActionEvent, type ActionWithLiterals, Alignment, type AlignmentWithLiterals, type AnchorData, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, type ApplicationError, type ApproveDraftPostRequest, type ApproveDraftPostResponse, 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 BulkActionMetadata, type BulkCreateDraftPostsOptions, type BulkCreateDraftPostsRequest, type BulkCreateDraftPostsResponse, type BulkDeleteDraftPostsOptions, type BulkDeleteDraftPostsRequest, type BulkDeleteDraftPostsResponse, type BulkDraftPostResult, type BulkRejectDraftPostRequest, type BulkRejectDraftPostResponse, type BulkRevertToUnpublishedRequest, type BulkRevertToUnpublishedResponse, type BulkUpdateDraftPostsOptions, type BulkUpdateDraftPostsRequest, type BulkUpdateDraftPostsResponse, type BulletedListData, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, type CaptionData, type CardStyles, CardStylesType, type CardStylesTypeWithLiterals, type CellStyle, type CodeBlockData, type CollapsibleListData, type ColorData, type Colors, type CreateDraftPostOptions, type CreateDraftPostRequest, type CreateDraftPostResponse, Crop, type CropWithLiterals, type CursorPaging, type Cursors, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type DeleteDraftPostOptions, type DeleteDraftPostRequest, type DeleteDraftPostResponse, type Design, type Dimensions, Direction, type DirectionWithLiterals, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, type DocumentStyle, type DomainEvent, type DomainEventBodyOneOf, type DraftCategoriesUpdated, type DraftCreatedEnvelope, type DraftDeletedEnvelope, type DraftPost, type DraftPostOwnerChanged, type DraftPostTranslation, type DraftPostsQueryBuilder, type DraftPostsQueryResult, type DraftTagsUpdated, type DraftUpdatedEnvelope, 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 GetDeletedDraftPostRequest, type GetDeletedDraftPostResponse, type GetDraftPostOptions, type GetDraftPostRequest, type GetDraftPostResponse, type GetDraftPostTotalsRequest, type GetDraftPostTotalsResponse, GetDraftPostsSort, type GetDraftPostsSortWithLiterals, type Gradient, type HTMLData, type HTMLDataDataOneOf, type HeadingData, type Height, type IdentificationData, type IdentificationDataIdOneOf, type Image, type ImageData, type ImageDataStyles, type ImageStyles, type InitialDraftPostsCopied, InitialExpandedItems, type InitialExpandedItemsWithLiterals, type IsDraftPostAutoTranslatableRequest, type IsDraftPostAutoTranslatableResponse, type Item, type ItemDataOneOf, type ItemMetadata, type ItemStyle, type Keyword, Layout, type LayoutCellData, LayoutType, type LayoutTypeWithLiterals, type LayoutWithLiterals, LineStyle, type LineStyleWithLiterals, type Link, type LinkData, type LinkDataOneOf, type LinkPreviewData, type LinkPreviewDataStyles, type ListDeletedDraftPostsOptions, type ListDeletedDraftPostsRequest, type ListDeletedDraftPostsResponse, type ListDraftPostsOptions, type ListDraftPostsRequest, type ListDraftPostsResponse, type ListValue, type MapData, type MapSettings, MapType, type MapTypeWithLiterals, type MarkPostAsInModerationRequest, type MarkPostAsInModerationResponse, type MaskedDraftPosts, type Media, type MediaMediaOneOf, type MentionData, type MessageEnvelope, type MetaData, type Metadata, type ModerationDetails, ModerationStatusStatus, type ModerationStatusStatusWithLiterals, type Node, type NodeDataOneOf, type NodeStyle, NodeType, type NodeTypeWithLiterals, NullValue, type NullValueWithLiterals, type Oembed, type Option, type OptionDesign, type OptionLayout, type OrderedListData, Orientation, type OrientationWithLiterals, Origin, type OriginWithLiterals, type PDFSettings, type Paging, type PagingMetadataV2, type ParagraphData, type Permissions, 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 PricingData, type PublishDraftPostRequest, type PublishDraftPostResponse, type QueryDraftPostsOptions, type QueryDraftPostsRequest, type QueryDraftPostsResponse, type RejectDraftPostRequest, type RejectDraftPostResponse, type Rel, type RemoveFromTrashBinRequest, type RemoveFromTrashBinResponse, Resizing, type ResizingWithLiterals, type RestoreFromTrashBinRequest, type RestoreFromTrashBinResponse, type RestoreInfo, type RevertToUnpublishedRequest, type RevertToUnpublishedResponse, type RibbonStyles, type RichContent, 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 TotalDraftPosts, TotalDraftPostsGroupingField, type TotalDraftPostsGroupingFieldWithLiterals, type TranslateDraftRequest, type TranslateDraftResponse, Type, type TypeWithLiterals, type UnpublishPostRequest, type UnpublishPostResponse, type UpdateDraftPost, type UpdateDraftPostContentRequest, type UpdateDraftPostContentResponse, type UpdateDraftPostLanguageRequest, type UpdateDraftPostLanguageResponse, type UpdateDraftPostOptions, type UpdateDraftPostRequest, type UpdateDraftPostResponse, type V1Media, VerticalAlignment, type VerticalAlignmentWithLiterals, type Video, type VideoData, type VideoResolution, ViewMode, type ViewModeWithLiterals, ViewRole, type ViewRoleWithLiterals, VoteRole, type VoteRoleWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, Width, WidthType, type WidthTypeWithLiterals, type WidthWithLiterals, type WixMedia, bulkCreateDraftPosts, bulkDeleteDraftPosts, bulkUpdateDraftPosts, createDraftPost, deleteDraftPost, getDeletedDraftPost, getDraftPost, listDeletedDraftPosts, listDraftPosts, onDraftCreated, onDraftDeleted, onDraftUpdated, publishDraftPost, queryDraftPosts, removeFromTrashBin, restoreFromTrashBin, updateDraftPost };
3850
+ export { Action, type ActionEvent, type ActionWithLiterals, Alignment, type AlignmentWithLiterals, type AnchorData, type AppEmbedData, type AppEmbedDataAppDataOneOf, AppType, type AppTypeWithLiterals, type ApplicationError, type ApproveDraftPostRequest, type ApproveDraftPostResponse, AspectRatio, type AspectRatioWithLiterals, type AudioData, type Background, type BackgroundBackgroundOneOf, type BackgroundImage, BackgroundType, type BackgroundTypeWithLiterals, type BaseEventMetadata, type BlockquoteData, type BlogPaging, type BookingData, type Border, type BorderColors, type BulkActionMetadata, type BulkCreateDraftPostsOptions, type BulkCreateDraftPostsRequest, type BulkCreateDraftPostsResponse, type BulkDeleteDraftPostsOptions, type BulkDeleteDraftPostsRequest, type BulkDeleteDraftPostsResponse, type BulkDraftPostResult, type BulkRejectDraftPostRequest, type BulkRejectDraftPostResponse, type BulkRevertToUnpublishedRequest, type BulkRevertToUnpublishedResponse, type BulkUpdateDraftPostsOptions, type BulkUpdateDraftPostsRequest, type BulkUpdateDraftPostsResponse, type BulletedListData, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, type CaptionData, type CardStyles, CardStylesType, type CardStylesTypeWithLiterals, type CellStyle, type CodeBlockData, type CollapsibleListData, type ColorData, type Colors, type CreateDraftPostOptions, type CreateDraftPostRequest, type CreateDraftPostResponse, Crop, type CropWithLiterals, type CursorPaging, type Cursors, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type DeleteDraftPostOptions, type DeleteDraftPostRequest, type DeleteDraftPostResponse, type Design, type Dimensions, Direction, type DirectionWithLiterals, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, type DocumentStyle, type DomainEvent, type DomainEventBodyOneOf, type DraftCategoriesUpdated, type DraftCreatedEnvelope, type DraftDeletedEnvelope, type DraftPost, type DraftPostOwnerChanged, type DraftPostTranslation, type DraftPostsQueryBuilder, type DraftPostsQueryResult, type DraftTagsUpdated, type DraftUpdatedEnvelope, 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 GetDeletedDraftPostRequest, type GetDeletedDraftPostResponse, type GetDraftPostOptions, type GetDraftPostRequest, type GetDraftPostResponse, type GetDraftPostTotalsRequest, type GetDraftPostTotalsResponse, GetDraftPostsSort, type GetDraftPostsSortWithLiterals, type Gradient, type HTMLData, type HTMLDataDataOneOf, type HeadingData, type Height, type IdentificationData, type IdentificationDataIdOneOf, type Image, type ImageData, type ImageDataStyles, ImagePosition, type ImagePositionWithLiterals, type ImageStyles, type InitialDraftPostsCopied, InitialExpandedItems, type InitialExpandedItemsWithLiterals, type IsDraftPostAutoTranslatableRequest, type IsDraftPostAutoTranslatableResponse, type Item, type ItemDataOneOf, type ItemMetadata, type ItemStyle, type Keyword, Layout, type LayoutCellData, type LayoutData, LayoutType, type LayoutTypeWithLiterals, type LayoutWithLiterals, LineStyle, type LineStyleWithLiterals, type Link, type LinkData, type LinkDataOneOf, type LinkPreviewData, type LinkPreviewDataStyles, type ListDeletedDraftPostsOptions, type ListDeletedDraftPostsRequest, type ListDeletedDraftPostsResponse, type ListDraftPostsOptions, type ListDraftPostsRequest, type ListDraftPostsResponse, type ListValue, type MapData, type MapSettings, MapType, type MapTypeWithLiterals, type MarkPostAsInModerationRequest, type MarkPostAsInModerationResponse, type MaskedDraftPosts, type Media, type MediaMediaOneOf, type MentionData, type MessageEnvelope, type MetaData, type Metadata, type ModerationDetails, ModerationStatusStatus, type ModerationStatusStatusWithLiterals, type Node, type NodeDataOneOf, type NodeStyle, NodeType, type NodeTypeWithLiterals, NullValue, type NullValueWithLiterals, type Oembed, type Option, type OptionDesign, type OptionLayout, type OrderedListData, Orientation, type OrientationWithLiterals, Origin, type OriginWithLiterals, type PDFSettings, type Paging, type PagingMetadataV2, type ParagraphData, type Permissions, 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 PricingData, type PublishDraftPostRequest, type PublishDraftPostResponse, type QueryDraftPostsOptions, type QueryDraftPostsRequest, type QueryDraftPostsResponse, type RejectDraftPostRequest, type RejectDraftPostResponse, type Rel, type RemoveFromTrashBinRequest, type RemoveFromTrashBinResponse, Resizing, type ResizingWithLiterals, ResponsivenessBehaviour, type ResponsivenessBehaviourWithLiterals, type RestoreFromTrashBinRequest, type RestoreFromTrashBinResponse, type RestoreInfo, type RevertToUnpublishedRequest, type RevertToUnpublishedResponse, type RibbonStyles, type RichContent, Scaling, type ScalingWithLiterals, 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 TotalDraftPosts, TotalDraftPostsGroupingField, type TotalDraftPostsGroupingFieldWithLiterals, type TranslateDraftRequest, type TranslateDraftResponse, Type, type TypeWithLiterals, type UnpublishPostRequest, type UnpublishPostResponse, type UpdateDraftPost, type UpdateDraftPostContentRequest, type UpdateDraftPostContentResponse, type UpdateDraftPostLanguageRequest, type UpdateDraftPostLanguageResponse, type UpdateDraftPostOptions, type UpdateDraftPostRequest, type UpdateDraftPostResponse, type V1Media, VerticalAlignment, VerticalAlignmentAlignment, type VerticalAlignmentAlignmentWithLiterals, type VerticalAlignmentWithLiterals, type Video, type VideoData, type VideoResolution, ViewMode, type ViewModeWithLiterals, ViewRole, type ViewRoleWithLiterals, VoteRole, type VoteRoleWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, Width, WidthType, type WidthTypeWithLiterals, type WidthWithLiterals, type WixMedia, bulkCreateDraftPosts, bulkDeleteDraftPosts, bulkUpdateDraftPosts, createDraftPost, deleteDraftPost, getDeletedDraftPost, getDraftPost, listDeletedDraftPosts, listDraftPosts, onDraftCreated, onDraftDeleted, onDraftUpdated, publishDraftPost, queryDraftPosts, removeFromTrashBin, restoreFromTrashBin, updateDraftPost };
@@ -218,7 +218,13 @@ function createDraftPost(payload) {
218
218
  { path: "draftPost.richContent.nodes.videoData.video.duration" },
219
219
  { path: "draftPost.richContent.nodes.videoData.thumbnail.duration" },
220
220
  { path: "draftPost.richContent.nodes.audioData.audio.duration" },
221
- { path: "draftPost.richContent.nodes.audioData.coverImage.duration" }
221
+ { path: "draftPost.richContent.nodes.audioData.coverImage.duration" },
222
+ {
223
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
224
+ },
225
+ {
226
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
227
+ }
222
228
  ]
223
229
  }
224
230
  ]);
@@ -309,6 +315,12 @@ function createDraftPost(payload) {
309
315
  { path: "draftPost.richContent.nodes.audioData.audio.duration" },
310
316
  {
311
317
  path: "draftPost.richContent.nodes.audioData.coverImage.duration"
318
+ },
319
+ {
320
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
321
+ },
322
+ {
323
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
312
324
  }
313
325
  ]
314
326
  }
@@ -389,6 +401,12 @@ function bulkCreateDraftPosts(payload) {
389
401
  { path: "draftPosts.richContent.nodes.audioData.audio.duration" },
390
402
  {
391
403
  path: "draftPosts.richContent.nodes.audioData.coverImage.duration"
404
+ },
405
+ {
406
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
407
+ },
408
+ {
409
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
392
410
  }
393
411
  ]
394
412
  }
@@ -494,6 +512,12 @@ function bulkCreateDraftPosts(payload) {
494
512
  },
495
513
  {
496
514
  path: "results.item.richContent.nodes.audioData.coverImage.duration"
515
+ },
516
+ {
517
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
518
+ },
519
+ {
520
+ path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
497
521
  }
498
522
  ]
499
523
  }
@@ -607,6 +631,12 @@ function bulkUpdateDraftPosts(payload) {
607
631
  },
608
632
  {
609
633
  path: "draftPosts.draftPost.richContent.nodes.audioData.coverImage.duration"
634
+ },
635
+ {
636
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
637
+ },
638
+ {
639
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
610
640
  }
611
641
  ]
612
642
  }
@@ -712,6 +742,12 @@ function bulkUpdateDraftPosts(payload) {
712
742
  },
713
743
  {
714
744
  path: "results.item.richContent.nodes.audioData.coverImage.duration"
745
+ },
746
+ {
747
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
748
+ },
749
+ {
750
+ path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
715
751
  }
716
752
  ]
717
753
  }
@@ -814,6 +850,12 @@ function listDeletedDraftPosts(payload) {
814
850
  { path: "draftPosts.richContent.nodes.audioData.audio.duration" },
815
851
  {
816
852
  path: "draftPosts.richContent.nodes.audioData.coverImage.duration"
853
+ },
854
+ {
855
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
856
+ },
857
+ {
858
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
817
859
  }
818
860
  ]
819
861
  }
@@ -912,6 +954,12 @@ function getDraftPost(payload) {
912
954
  { path: "draftPost.richContent.nodes.audioData.audio.duration" },
913
955
  {
914
956
  path: "draftPost.richContent.nodes.audioData.coverImage.duration"
957
+ },
958
+ {
959
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
960
+ },
961
+ {
962
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
915
963
  }
916
964
  ]
917
965
  }
@@ -995,7 +1043,13 @@ function updateDraftPost(payload) {
995
1043
  { path: "draftPost.richContent.nodes.videoData.video.duration" },
996
1044
  { path: "draftPost.richContent.nodes.videoData.thumbnail.duration" },
997
1045
  { path: "draftPost.richContent.nodes.audioData.audio.duration" },
998
- { path: "draftPost.richContent.nodes.audioData.coverImage.duration" }
1046
+ { path: "draftPost.richContent.nodes.audioData.coverImage.duration" },
1047
+ {
1048
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
1049
+ },
1050
+ {
1051
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1052
+ }
999
1053
  ]
1000
1054
  }
1001
1055
  ]);
@@ -1090,6 +1144,12 @@ function updateDraftPost(payload) {
1090
1144
  { path: "draftPost.richContent.nodes.audioData.audio.duration" },
1091
1145
  {
1092
1146
  path: "draftPost.richContent.nodes.audioData.coverImage.duration"
1147
+ },
1148
+ {
1149
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
1150
+ },
1151
+ {
1152
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1093
1153
  }
1094
1154
  ]
1095
1155
  }
@@ -1244,6 +1304,12 @@ function bulkDeleteDraftPosts(payload) {
1244
1304
  },
1245
1305
  {
1246
1306
  path: "results.item.richContent.nodes.audioData.coverImage.duration"
1307
+ },
1308
+ {
1309
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
1310
+ },
1311
+ {
1312
+ path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1247
1313
  }
1248
1314
  ]
1249
1315
  }
@@ -1346,6 +1412,12 @@ function listDraftPosts(payload) {
1346
1412
  { path: "draftPosts.richContent.nodes.audioData.audio.duration" },
1347
1413
  {
1348
1414
  path: "draftPosts.richContent.nodes.audioData.coverImage.duration"
1415
+ },
1416
+ {
1417
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
1418
+ },
1419
+ {
1420
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1349
1421
  }
1350
1422
  ]
1351
1423
  }
@@ -1448,6 +1520,12 @@ function getDeletedDraftPost(payload) {
1448
1520
  { path: "draftPost.richContent.nodes.audioData.audio.duration" },
1449
1521
  {
1450
1522
  path: "draftPost.richContent.nodes.audioData.coverImage.duration"
1523
+ },
1524
+ {
1525
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
1526
+ },
1527
+ {
1528
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1451
1529
  }
1452
1530
  ]
1453
1531
  }
@@ -1550,6 +1628,12 @@ function restoreFromTrashBin(payload) {
1550
1628
  { path: "draftPost.richContent.nodes.audioData.audio.duration" },
1551
1629
  {
1552
1630
  path: "draftPost.richContent.nodes.audioData.coverImage.duration"
1631
+ },
1632
+ {
1633
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
1634
+ },
1635
+ {
1636
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1553
1637
  }
1554
1638
  ]
1555
1639
  }
@@ -1652,6 +1736,12 @@ function queryDraftPosts(payload) {
1652
1736
  { path: "draftPosts.richContent.nodes.audioData.audio.duration" },
1653
1737
  {
1654
1738
  path: "draftPosts.richContent.nodes.audioData.coverImage.duration"
1739
+ },
1740
+ {
1741
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
1742
+ },
1743
+ {
1744
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1655
1745
  }
1656
1746
  ]
1657
1747
  }
@@ -1994,6 +2084,35 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1994
2084
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1995
2085
  return NullValue2;
1996
2086
  })(NullValue || {});
2087
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
2088
+ Scaling2["AUTO"] = "AUTO";
2089
+ Scaling2["CONTAIN"] = "CONTAIN";
2090
+ Scaling2["COVER"] = "COVER";
2091
+ return Scaling2;
2092
+ })(Scaling || {});
2093
+ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2094
+ ImagePosition2["CENTER"] = "CENTER";
2095
+ ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
2096
+ ImagePosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
2097
+ ImagePosition2["TOP"] = "TOP";
2098
+ ImagePosition2["TOP_LEFT"] = "TOP_LEFT";
2099
+ ImagePosition2["TOP_RIGHT"] = "TOP_RIGHT";
2100
+ ImagePosition2["BOTTOM"] = "BOTTOM";
2101
+ ImagePosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
2102
+ ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2103
+ return ImagePosition2;
2104
+ })(ImagePosition || {});
2105
+ var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
2106
+ VerticalAlignmentAlignment2["TOP"] = "TOP";
2107
+ VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
2108
+ VerticalAlignmentAlignment2["BOTTOM"] = "BOTTOM";
2109
+ return VerticalAlignmentAlignment2;
2110
+ })(VerticalAlignmentAlignment || {});
2111
+ var ResponsivenessBehaviour = /* @__PURE__ */ ((ResponsivenessBehaviour2) => {
2112
+ ResponsivenessBehaviour2["STACK"] = "STACK";
2113
+ ResponsivenessBehaviour2["WRAP"] = "WRAP";
2114
+ return ResponsivenessBehaviour2;
2115
+ })(ResponsivenessBehaviour || {});
1997
2116
  var Status = /* @__PURE__ */ ((Status2) => {
1998
2117
  Status2["UNKNOWN"] = "UNKNOWN";
1999
2118
  Status2["PUBLISHED"] = "PUBLISHED";
@@ -2858,6 +2977,7 @@ export {
2858
2977
  FontType,
2859
2978
  GIFType,
2860
2979
  GetDraftPostsSort,
2980
+ ImagePosition,
2861
2981
  InitialExpandedItems,
2862
2982
  Layout,
2863
2983
  LayoutType,
@@ -2874,6 +2994,8 @@ export {
2874
2994
  PollLayoutType,
2875
2995
  Position,
2876
2996
  Resizing,
2997
+ ResponsivenessBehaviour,
2998
+ Scaling,
2877
2999
  SortOrder,
2878
3000
  Source,
2879
3001
  Status,
@@ -2884,6 +3006,7 @@ export {
2884
3006
  TotalDraftPostsGroupingField,
2885
3007
  Type,
2886
3008
  VerticalAlignment,
3009
+ VerticalAlignmentAlignment,
2887
3010
  ViewMode,
2888
3011
  ViewRole,
2889
3012
  VoteRole,