@wix/auto_sdk_blog_posts 1.0.160 → 1.0.162

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 (41) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +248 -31
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +376 -350
  5. package/build/cjs/index.typings.js +155 -31
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +376 -350
  8. package/build/cjs/meta.js +155 -31
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/cjs/schemas.d.ts +2 -2
  11. package/build/es/index.d.mts +1 -1
  12. package/build/es/index.mjs +248 -31
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +376 -350
  15. package/build/es/index.typings.mjs +155 -31
  16. package/build/es/index.typings.mjs.map +1 -1
  17. package/build/es/meta.d.mts +376 -350
  18. package/build/es/meta.mjs +155 -31
  19. package/build/es/meta.mjs.map +1 -1
  20. package/build/es/schemas.d.mts +2 -2
  21. package/build/internal/cjs/index.d.ts +1 -1
  22. package/build/internal/cjs/index.js +248 -31
  23. package/build/internal/cjs/index.js.map +1 -1
  24. package/build/internal/cjs/index.typings.d.ts +376 -350
  25. package/build/internal/cjs/index.typings.js +155 -31
  26. package/build/internal/cjs/index.typings.js.map +1 -1
  27. package/build/internal/cjs/meta.d.ts +376 -350
  28. package/build/internal/cjs/meta.js +155 -31
  29. package/build/internal/cjs/meta.js.map +1 -1
  30. package/build/internal/cjs/schemas.d.ts +2 -2
  31. package/build/internal/es/index.d.mts +1 -1
  32. package/build/internal/es/index.mjs +248 -31
  33. package/build/internal/es/index.mjs.map +1 -1
  34. package/build/internal/es/index.typings.d.mts +376 -350
  35. package/build/internal/es/index.typings.mjs +155 -31
  36. package/build/internal/es/index.typings.mjs.map +1 -1
  37. package/build/internal/es/meta.d.mts +376 -350
  38. package/build/internal/es/meta.mjs +155 -31
  39. package/build/internal/es/meta.mjs.map +1 -1
  40. package/build/internal/es/schemas.d.mts +2 -2
  41. package/package.json +2 -2
@@ -239,11 +239,11 @@ declare const ListPostsRequest: z.ZodObject<{
239
239
  categoryIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
240
240
  tagIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
241
241
  sort: z.ZodOptional<z.ZodEnum<{
242
- LIKE_COUNT: "LIKE_COUNT";
243
- VIEW_COUNT: "VIEW_COUNT";
244
242
  FEED: "FEED";
245
243
  PUBLISHED_DATE_ASC: "PUBLISHED_DATE_ASC";
246
244
  PUBLISHED_DATE_DESC: "PUBLISHED_DATE_DESC";
245
+ VIEW_COUNT: "VIEW_COUNT";
246
+ LIKE_COUNT: "LIKE_COUNT";
247
247
  TITLE_ASC: "TITLE_ASC";
248
248
  TITLE_DESC: "TITLE_DESC";
249
249
  }>>;
@@ -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, GetPostResponse, 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, 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, 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, Post, PostCategoriesUpdated, PostCount, PostCountInfo, PostCountPerMonth, PostCountersUpdated, PostCountersUpdatedInitiatorOneOf, PostFieldField, PostFieldFieldWithLiterals, PostLiked, PostLikedInitiatorOneOf, PostOwnerChanged, PostQuerySpec, PostTagsUpdated, PostTranslation, PostUnliked, PostUnlikedInitiatorOneOf, PostsQueryResult, PricingData, QueryPostCountStatsRequest, QueryPostsRequest, QueryPostsResponse, QueryPublicationsCountStatsRequest, QueryPublicationsCountStatsRequestOrder, QueryPublicationsCountStatsRequestOrderWithLiterals, QueryPublicationsCountStatsResponse, Reactions, Rel, Resizing, ResizingWithLiterals, ResponsivenessBehaviour, ResponsivenessBehaviourWithLiterals, RestoreInfo, RibbonStyles, RichContent, Scaling, ScalingWithLiterals, ScheduledPostPublished, SeoSchema, Settings, ShapeData, ShapeDataStyles, 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';
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, GetPostsSort, GetPostsSortWithLiterals, GetTotalLikesPerMemberRequest, GetTotalLikesPerMemberResponse, GetTotalPostsRequest, GetTotalPublicationsRequest, GetTotalPublicationsResponse, Gradient, GradientType, GradientTypeWithLiterals, HTMLData, HTMLDataDataOneOf, HeadingData, Height, IdentificationData, IdentificationDataIdOneOf, Image, ImageData, ImageDataCrop, 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, Post, PostCategoriesUpdated, PostCount, PostCountInfo, PostCountPerMonth, PostCountersUpdated, PostCountersUpdatedInitiatorOneOf, PostFieldField, PostFieldFieldWithLiterals, PostLiked, PostLikedInitiatorOneOf, PostOwnerChanged, PostQuerySpec, PostTagsUpdated, PostTranslation, PostUnliked, PostUnlikedInitiatorOneOf, PostsQueryResult, PricingData, QueryPostCountStatsRequest, QueryPostsRequest, QueryPostsResponse, QueryPublicationsCountStatsRequest, QueryPublicationsCountStatsRequestOrder, QueryPublicationsCountStatsRequestOrderWithLiterals, QueryPublicationsCountStatsResponse, Reactions, Rel, Resizing, ResizingWithLiterals, ResponsivenessBehaviour, ResponsivenessBehaviourWithLiterals, RestoreInfo, RibbonStyles, RichContent, Scaling, ScalingWithLiterals, ScheduledPostPublished, SeoSchema, Settings, ShapeData, ShapeDataStyles, 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 {
@@ -409,6 +409,10 @@ function getPost(payload) {
409
409
  },
410
410
  { path: "post.richContent.nodes.galleryData.options.item.ratio" },
411
411
  { path: "post.richContent.nodes.imageData.image.duration" },
412
+ { path: "post.richContent.nodes.imageData.crop.x" },
413
+ { path: "post.richContent.nodes.imageData.crop.y" },
414
+ { path: "post.richContent.nodes.imageData.crop.width" },
415
+ { path: "post.richContent.nodes.imageData.crop.height" },
412
416
  { path: "post.richContent.nodes.mapData.mapSettings.lat" },
413
417
  { path: "post.richContent.nodes.mapData.mapSettings.lng" },
414
418
  { path: "post.richContent.nodes.pollData.poll.image.duration" },
@@ -426,9 +430,27 @@ function getPost(payload) {
426
430
  {
427
431
  path: "post.richContent.nodes.layoutData.backgroundImage.media.duration"
428
432
  },
433
+ {
434
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
435
+ },
436
+ {
437
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
438
+ },
439
+ {
440
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
441
+ },
429
442
  {
430
443
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
431
444
  },
445
+ {
446
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
447
+ },
448
+ {
449
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
450
+ },
451
+ {
452
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
453
+ },
432
454
  {
433
455
  path: "post.richContent.nodes.layoutData.background.gradient.centerX"
434
456
  },
@@ -460,6 +482,15 @@ function getPost(payload) {
460
482
  {
461
483
  path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
462
484
  },
485
+ {
486
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
487
+ },
488
+ {
489
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
490
+ },
491
+ {
492
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
493
+ },
463
494
  { path: "post.richContent.nodes.tocData.fontSize" },
464
495
  { path: "post.richContent.nodes.tocData.itemSpacing" },
465
496
  {
@@ -560,6 +591,10 @@ function getPostBySlug(payload) {
560
591
  },
561
592
  { path: "post.richContent.nodes.galleryData.options.item.ratio" },
562
593
  { path: "post.richContent.nodes.imageData.image.duration" },
594
+ { path: "post.richContent.nodes.imageData.crop.x" },
595
+ { path: "post.richContent.nodes.imageData.crop.y" },
596
+ { path: "post.richContent.nodes.imageData.crop.width" },
597
+ { path: "post.richContent.nodes.imageData.crop.height" },
563
598
  { path: "post.richContent.nodes.mapData.mapSettings.lat" },
564
599
  { path: "post.richContent.nodes.mapData.mapSettings.lng" },
565
600
  { path: "post.richContent.nodes.pollData.poll.image.duration" },
@@ -577,9 +612,27 @@ function getPostBySlug(payload) {
577
612
  {
578
613
  path: "post.richContent.nodes.layoutData.backgroundImage.media.duration"
579
614
  },
615
+ {
616
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
617
+ },
618
+ {
619
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
620
+ },
621
+ {
622
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
623
+ },
580
624
  {
581
625
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
582
626
  },
627
+ {
628
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
629
+ },
630
+ {
631
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
632
+ },
633
+ {
634
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
635
+ },
583
636
  {
584
637
  path: "post.richContent.nodes.layoutData.background.gradient.centerX"
585
638
  },
@@ -611,6 +664,15 @@ function getPostBySlug(payload) {
611
664
  {
612
665
  path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
613
666
  },
667
+ {
668
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
669
+ },
670
+ {
671
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
672
+ },
673
+ {
674
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
675
+ },
614
676
  { path: "post.richContent.nodes.tocData.fontSize" },
615
677
  { path: "post.richContent.nodes.tocData.itemSpacing" },
616
678
  {
@@ -715,6 +777,10 @@ function listPosts(payload) {
715
777
  path: "posts.richContent.nodes.galleryData.options.item.ratio"
716
778
  },
717
779
  { path: "posts.richContent.nodes.imageData.image.duration" },
780
+ { path: "posts.richContent.nodes.imageData.crop.x" },
781
+ { path: "posts.richContent.nodes.imageData.crop.y" },
782
+ { path: "posts.richContent.nodes.imageData.crop.width" },
783
+ { path: "posts.richContent.nodes.imageData.crop.height" },
718
784
  { path: "posts.richContent.nodes.mapData.mapSettings.lat" },
719
785
  { path: "posts.richContent.nodes.mapData.mapSettings.lng" },
720
786
  { path: "posts.richContent.nodes.pollData.poll.image.duration" },
@@ -732,9 +798,27 @@ function listPosts(payload) {
732
798
  {
733
799
  path: "posts.richContent.nodes.layoutData.backgroundImage.media.duration"
734
800
  },
801
+ {
802
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
803
+ },
804
+ {
805
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
806
+ },
807
+ {
808
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
809
+ },
735
810
  {
736
811
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
737
812
  },
813
+ {
814
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
815
+ },
816
+ {
817
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
818
+ },
819
+ {
820
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
821
+ },
738
822
  {
739
823
  path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
740
824
  },
@@ -766,6 +850,15 @@ function listPosts(payload) {
766
850
  {
767
851
  path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
768
852
  },
853
+ {
854
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
855
+ },
856
+ {
857
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
858
+ },
859
+ {
860
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
861
+ },
769
862
  { path: "posts.richContent.nodes.tocData.fontSize" },
770
863
  { path: "posts.richContent.nodes.tocData.itemSpacing" },
771
864
  {
@@ -870,6 +963,10 @@ function queryPosts(payload) {
870
963
  path: "posts.richContent.nodes.galleryData.options.item.ratio"
871
964
  },
872
965
  { path: "posts.richContent.nodes.imageData.image.duration" },
966
+ { path: "posts.richContent.nodes.imageData.crop.x" },
967
+ { path: "posts.richContent.nodes.imageData.crop.y" },
968
+ { path: "posts.richContent.nodes.imageData.crop.width" },
969
+ { path: "posts.richContent.nodes.imageData.crop.height" },
873
970
  { path: "posts.richContent.nodes.mapData.mapSettings.lat" },
874
971
  { path: "posts.richContent.nodes.mapData.mapSettings.lng" },
875
972
  { path: "posts.richContent.nodes.pollData.poll.image.duration" },
@@ -887,9 +984,27 @@ function queryPosts(payload) {
887
984
  {
888
985
  path: "posts.richContent.nodes.layoutData.backgroundImage.media.duration"
889
986
  },
987
+ {
988
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
989
+ },
990
+ {
991
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
992
+ },
993
+ {
994
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
995
+ },
890
996
  {
891
997
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
892
998
  },
999
+ {
1000
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1001
+ },
1002
+ {
1003
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1004
+ },
1005
+ {
1006
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1007
+ },
893
1008
  {
894
1009
  path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
895
1010
  },
@@ -921,6 +1036,15 @@ function queryPosts(payload) {
921
1036
  {
922
1037
  path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
923
1038
  },
1039
+ {
1040
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1041
+ },
1042
+ {
1043
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1044
+ },
1045
+ {
1046
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1047
+ },
924
1048
  { path: "posts.richContent.nodes.tocData.fontSize" },
925
1049
  { path: "posts.richContent.nodes.tocData.itemSpacing" },
926
1050
  {
@@ -1276,6 +1400,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1276
1400
  ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1277
1401
  return ImagePosition2;
1278
1402
  })(ImagePosition || {});
1403
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1404
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1405
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1406
+ return LayoutDataBackgroundType2;
1407
+ })(LayoutDataBackgroundType || {});
1279
1408
  var Origin = /* @__PURE__ */ ((Origin2) => {
1280
1409
  Origin2["IMAGE"] = "IMAGE";
1281
1410
  Origin2["LAYOUT"] = "LAYOUT";
@@ -1286,11 +1415,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
1286
1415
  BannerPosition2["BOTTOM"] = "BOTTOM";
1287
1416
  return BannerPosition2;
1288
1417
  })(BannerPosition || {});
1289
- var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1290
- LayoutDataBackgroundType2["COLOR"] = "COLOR";
1291
- LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1292
- return LayoutDataBackgroundType2;
1293
- })(LayoutDataBackgroundType || {});
1294
1418
  var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1295
1419
  BackdropType2["COLOR"] = "COLOR";
1296
1420
  BackdropType2["GRADIENT"] = "GRADIENT";
@@ -1389,6 +1513,14 @@ var Status = /* @__PURE__ */ ((Status2) => {
1389
1513
  Status2["REJECTED"] = "REJECTED";
1390
1514
  return Status2;
1391
1515
  })(Status || {});
1516
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1517
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1518
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1519
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1520
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1521
+ WebhookIdentityType2["APP"] = "APP";
1522
+ return WebhookIdentityType2;
1523
+ })(WebhookIdentityType || {});
1392
1524
  var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1393
1525
  QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1394
1526
  QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
@@ -1401,22 +1533,16 @@ var Order = /* @__PURE__ */ ((Order2) => {
1401
1533
  Order2["NEWEST"] = "NEWEST";
1402
1534
  return Order2;
1403
1535
  })(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 || {});
1412
- var Field = /* @__PURE__ */ ((Field2) => {
1413
- Field2["UNKNOWN"] = "UNKNOWN";
1414
- Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
1415
- Field2["LIKE_COUNT"] = "LIKE_COUNT";
1416
- Field2["VIEW_COUNT"] = "VIEW_COUNT";
1417
- Field2["RATING_COUNT"] = "RATING_COUNT";
1418
- return Field2;
1419
- })(Field || {});
1536
+ var GetPostsSort = /* @__PURE__ */ ((GetPostsSort2) => {
1537
+ GetPostsSort2["FEED"] = "FEED";
1538
+ GetPostsSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1539
+ GetPostsSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
1540
+ GetPostsSort2["VIEW_COUNT"] = "VIEW_COUNT";
1541
+ GetPostsSort2["LIKE_COUNT"] = "LIKE_COUNT";
1542
+ GetPostsSort2["TITLE_ASC"] = "TITLE_ASC";
1543
+ GetPostsSort2["TITLE_DESC"] = "TITLE_DESC";
1544
+ return GetPostsSort2;
1545
+ })(GetPostsSort || {});
1420
1546
  var PostFieldField = /* @__PURE__ */ ((PostFieldField2) => {
1421
1547
  PostFieldField2["UNKNOWN"] = "UNKNOWN";
1422
1548
  PostFieldField2["URL"] = "URL";
@@ -1428,16 +1554,14 @@ var PostFieldField = /* @__PURE__ */ ((PostFieldField2) => {
1428
1554
  PostFieldField2["REFERENCE_ID"] = "REFERENCE_ID";
1429
1555
  return PostFieldField2;
1430
1556
  })(PostFieldField || {});
1431
- var GetPostsSort = /* @__PURE__ */ ((GetPostsSort2) => {
1432
- GetPostsSort2["FEED"] = "FEED";
1433
- GetPostsSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1434
- GetPostsSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
1435
- GetPostsSort2["VIEW_COUNT"] = "VIEW_COUNT";
1436
- GetPostsSort2["LIKE_COUNT"] = "LIKE_COUNT";
1437
- GetPostsSort2["TITLE_ASC"] = "TITLE_ASC";
1438
- GetPostsSort2["TITLE_DESC"] = "TITLE_DESC";
1439
- return GetPostsSort2;
1440
- })(GetPostsSort || {});
1557
+ var Field = /* @__PURE__ */ ((Field2) => {
1558
+ Field2["UNKNOWN"] = "UNKNOWN";
1559
+ Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
1560
+ Field2["LIKE_COUNT"] = "LIKE_COUNT";
1561
+ Field2["VIEW_COUNT"] = "VIEW_COUNT";
1562
+ Field2["RATING_COUNT"] = "RATING_COUNT";
1563
+ return Field2;
1564
+ })(Field || {});
1441
1565
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
1442
1566
  SortOrder2["ASC"] = "ASC";
1443
1567
  SortOrder2["DESC"] = "DESC";
@@ -1957,6 +2081,10 @@ var onPostCreated = EventDefinition(
1957
2081
  },
1958
2082
  { path: "entity.richContent.nodes.galleryData.options.item.ratio" },
1959
2083
  { path: "entity.richContent.nodes.imageData.image.duration" },
2084
+ { path: "entity.richContent.nodes.imageData.crop.x" },
2085
+ { path: "entity.richContent.nodes.imageData.crop.y" },
2086
+ { path: "entity.richContent.nodes.imageData.crop.width" },
2087
+ { path: "entity.richContent.nodes.imageData.crop.height" },
1960
2088
  { path: "entity.richContent.nodes.mapData.mapSettings.lat" },
1961
2089
  { path: "entity.richContent.nodes.mapData.mapSettings.lng" },
1962
2090
  { path: "entity.richContent.nodes.pollData.poll.image.duration" },
@@ -1974,9 +2102,27 @@ var onPostCreated = EventDefinition(
1974
2102
  {
1975
2103
  path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
1976
2104
  },
2105
+ {
2106
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2107
+ },
2108
+ {
2109
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2110
+ },
2111
+ {
2112
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2113
+ },
1977
2114
  {
1978
2115
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
1979
2116
  },
2117
+ {
2118
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2119
+ },
2120
+ {
2121
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2122
+ },
2123
+ {
2124
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2125
+ },
1980
2126
  {
1981
2127
  path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
1982
2128
  },
@@ -2008,6 +2154,15 @@ var onPostCreated = EventDefinition(
2008
2154
  {
2009
2155
  path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
2010
2156
  },
2157
+ {
2158
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2159
+ },
2160
+ {
2161
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2162
+ },
2163
+ {
2164
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2165
+ },
2011
2166
  { path: "entity.richContent.nodes.tocData.fontSize" },
2012
2167
  { path: "entity.richContent.nodes.tocData.itemSpacing" },
2013
2168
  {
@@ -2088,6 +2243,10 @@ var onPostDeleted = EventDefinition(
2088
2243
  },
2089
2244
  { path: "entity.richContent.nodes.galleryData.options.item.ratio" },
2090
2245
  { path: "entity.richContent.nodes.imageData.image.duration" },
2246
+ { path: "entity.richContent.nodes.imageData.crop.x" },
2247
+ { path: "entity.richContent.nodes.imageData.crop.y" },
2248
+ { path: "entity.richContent.nodes.imageData.crop.width" },
2249
+ { path: "entity.richContent.nodes.imageData.crop.height" },
2091
2250
  { path: "entity.richContent.nodes.mapData.mapSettings.lat" },
2092
2251
  { path: "entity.richContent.nodes.mapData.mapSettings.lng" },
2093
2252
  { path: "entity.richContent.nodes.pollData.poll.image.duration" },
@@ -2105,9 +2264,27 @@ var onPostDeleted = EventDefinition(
2105
2264
  {
2106
2265
  path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
2107
2266
  },
2267
+ {
2268
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2269
+ },
2270
+ {
2271
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2272
+ },
2273
+ {
2274
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2275
+ },
2108
2276
  {
2109
2277
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
2110
2278
  },
2279
+ {
2280
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2281
+ },
2282
+ {
2283
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2284
+ },
2285
+ {
2286
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2287
+ },
2111
2288
  {
2112
2289
  path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
2113
2290
  },
@@ -2139,6 +2316,15 @@ var onPostDeleted = EventDefinition(
2139
2316
  {
2140
2317
  path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
2141
2318
  },
2319
+ {
2320
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2321
+ },
2322
+ {
2323
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2324
+ },
2325
+ {
2326
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2327
+ },
2142
2328
  { path: "entity.richContent.nodes.tocData.fontSize" },
2143
2329
  { path: "entity.richContent.nodes.tocData.itemSpacing" },
2144
2330
  {
@@ -2219,6 +2405,10 @@ var onPostUpdated = EventDefinition(
2219
2405
  },
2220
2406
  { path: "entity.richContent.nodes.galleryData.options.item.ratio" },
2221
2407
  { path: "entity.richContent.nodes.imageData.image.duration" },
2408
+ { path: "entity.richContent.nodes.imageData.crop.x" },
2409
+ { path: "entity.richContent.nodes.imageData.crop.y" },
2410
+ { path: "entity.richContent.nodes.imageData.crop.width" },
2411
+ { path: "entity.richContent.nodes.imageData.crop.height" },
2222
2412
  { path: "entity.richContent.nodes.mapData.mapSettings.lat" },
2223
2413
  { path: "entity.richContent.nodes.mapData.mapSettings.lng" },
2224
2414
  { path: "entity.richContent.nodes.pollData.poll.image.duration" },
@@ -2236,9 +2426,27 @@ var onPostUpdated = EventDefinition(
2236
2426
  {
2237
2427
  path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
2238
2428
  },
2429
+ {
2430
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2431
+ },
2432
+ {
2433
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2434
+ },
2435
+ {
2436
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2437
+ },
2239
2438
  {
2240
2439
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
2241
2440
  },
2441
+ {
2442
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2443
+ },
2444
+ {
2445
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2446
+ },
2447
+ {
2448
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2449
+ },
2242
2450
  {
2243
2451
  path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
2244
2452
  },
@@ -2270,6 +2478,15 @@ var onPostUpdated = EventDefinition(
2270
2478
  {
2271
2479
  path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
2272
2480
  },
2481
+ {
2482
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2483
+ },
2484
+ {
2485
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2486
+ },
2487
+ {
2488
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2489
+ },
2273
2490
  { path: "entity.richContent.nodes.tocData.fontSize" },
2274
2491
  { path: "entity.richContent.nodes.tocData.itemSpacing" },
2275
2492
  {