@wix/auto_sdk_blog_draft-posts 1.0.76 → 1.0.77
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 +957 -35
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +213 -24
- package/build/cjs/index.typings.js +801 -23
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +213 -24
- package/build/cjs/meta.js +801 -23
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +950 -35
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +213 -24
- package/build/es/index.typings.mjs +794 -23
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +213 -24
- package/build/es/meta.mjs +794 -23
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +957 -35
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +213 -24
- package/build/internal/cjs/index.typings.js +801 -23
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +213 -24
- package/build/internal/cjs/meta.js +801 -23
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +950 -35
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +213 -24
- package/build/internal/es/index.typings.mjs +794 -23
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +213 -24
- package/build/internal/es/meta.mjs +794 -23
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.js
CHANGED
|
@@ -24,9 +24,11 @@ __export(meta_exports, {
|
|
|
24
24
|
AlignmentOriginal: () => Alignment,
|
|
25
25
|
AppTypeOriginal: () => AppType,
|
|
26
26
|
AspectRatioOriginal: () => AspectRatio,
|
|
27
|
+
BackdropTypeOriginal: () => BackdropType,
|
|
27
28
|
BackgroundTypeOriginal: () => BackgroundType,
|
|
28
29
|
BannerOriginOriginal: () => BannerOrigin,
|
|
29
30
|
ButtonDataTypeOriginal: () => ButtonDataType,
|
|
31
|
+
CardDataBackgroundTypeOriginal: () => CardDataBackgroundType,
|
|
30
32
|
CardStylesTypeOriginal: () => CardStylesType,
|
|
31
33
|
CropOriginal: () => Crop,
|
|
32
34
|
DecorationTypeOriginal: () => DecorationType,
|
|
@@ -37,8 +39,12 @@ __export(meta_exports, {
|
|
|
37
39
|
FontTypeOriginal: () => FontType,
|
|
38
40
|
GIFTypeOriginal: () => GIFType,
|
|
39
41
|
GetDraftPostsSortOriginal: () => GetDraftPostsSort,
|
|
42
|
+
GradientTypeOriginal: () => GradientType,
|
|
40
43
|
ImagePositionOriginal: () => ImagePosition,
|
|
44
|
+
ImagePositionPositionOriginal: () => ImagePositionPosition,
|
|
45
|
+
ImageScalingScalingOriginal: () => ImageScalingScaling,
|
|
41
46
|
InitialExpandedItemsOriginal: () => InitialExpandedItems,
|
|
47
|
+
LayoutDataBackgroundTypeOriginal: () => LayoutDataBackgroundType,
|
|
42
48
|
LayoutOriginal: () => Layout,
|
|
43
49
|
LayoutTypeOriginal: () => LayoutType,
|
|
44
50
|
LineStyleOriginal: () => LineStyle,
|
|
@@ -50,6 +56,7 @@ __export(meta_exports, {
|
|
|
50
56
|
OriginOriginal: () => Origin,
|
|
51
57
|
PlacementOriginal: () => Placement,
|
|
52
58
|
PluginContainerDataAlignmentOriginal: () => PluginContainerDataAlignment,
|
|
59
|
+
PollDesignBackgroundTypeOriginal: () => PollDesignBackgroundType,
|
|
53
60
|
PollLayoutDirectionOriginal: () => PollLayoutDirection,
|
|
54
61
|
PollLayoutTypeOriginal: () => PollLayoutType,
|
|
55
62
|
PositionOriginal: () => Position,
|
|
@@ -292,6 +299,24 @@ function createDraftPost(payload) {
|
|
|
292
299
|
},
|
|
293
300
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
294
301
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
302
|
+
{
|
|
303
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
319
|
+
},
|
|
295
320
|
{
|
|
296
321
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
297
322
|
},
|
|
@@ -325,7 +350,37 @@ function createDraftPost(payload) {
|
|
|
325
350
|
{
|
|
326
351
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
327
352
|
},
|
|
328
|
-
{
|
|
353
|
+
{
|
|
354
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
370
|
+
},
|
|
371
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
372
|
+
{
|
|
373
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
383
|
+
}
|
|
329
384
|
]
|
|
330
385
|
}
|
|
331
386
|
]);
|
|
@@ -382,6 +437,24 @@ function createDraftPost(payload) {
|
|
|
382
437
|
},
|
|
383
438
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
384
439
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
440
|
+
{
|
|
441
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
457
|
+
},
|
|
385
458
|
{
|
|
386
459
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
387
460
|
},
|
|
@@ -423,7 +496,37 @@ function createDraftPost(payload) {
|
|
|
423
496
|
{
|
|
424
497
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
425
498
|
},
|
|
426
|
-
{
|
|
499
|
+
{
|
|
500
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
516
|
+
},
|
|
517
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
518
|
+
{
|
|
519
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
529
|
+
}
|
|
427
530
|
]
|
|
428
531
|
}
|
|
429
532
|
])
|
|
@@ -475,6 +578,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
475
578
|
},
|
|
476
579
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
477
580
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
581
|
+
{
|
|
582
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
598
|
+
},
|
|
478
599
|
{
|
|
479
600
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
480
601
|
},
|
|
@@ -510,7 +631,37 @@ function bulkCreateDraftPosts(payload) {
|
|
|
510
631
|
{
|
|
511
632
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
512
633
|
},
|
|
513
|
-
{
|
|
634
|
+
{
|
|
635
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
651
|
+
},
|
|
652
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
653
|
+
{
|
|
654
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
664
|
+
}
|
|
514
665
|
]
|
|
515
666
|
}
|
|
516
667
|
]);
|
|
@@ -571,6 +722,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
571
722
|
{
|
|
572
723
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
573
724
|
},
|
|
725
|
+
{
|
|
726
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
742
|
+
},
|
|
574
743
|
{
|
|
575
744
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
576
745
|
},
|
|
@@ -622,8 +791,38 @@ function bulkCreateDraftPosts(payload) {
|
|
|
622
791
|
{
|
|
623
792
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
624
793
|
},
|
|
794
|
+
{
|
|
795
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
811
|
+
},
|
|
625
812
|
{
|
|
626
813
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
627
826
|
}
|
|
628
827
|
]
|
|
629
828
|
}
|
|
@@ -693,6 +892,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
693
892
|
{
|
|
694
893
|
path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
695
894
|
},
|
|
895
|
+
{
|
|
896
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
912
|
+
},
|
|
696
913
|
{
|
|
697
914
|
path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
698
915
|
},
|
|
@@ -744,8 +961,38 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
744
961
|
{
|
|
745
962
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
746
963
|
},
|
|
964
|
+
{
|
|
965
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
981
|
+
},
|
|
747
982
|
{
|
|
748
983
|
path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
749
996
|
}
|
|
750
997
|
]
|
|
751
998
|
}
|
|
@@ -807,6 +1054,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
807
1054
|
{
|
|
808
1055
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
809
1056
|
},
|
|
1057
|
+
{
|
|
1058
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1074
|
+
},
|
|
810
1075
|
{
|
|
811
1076
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
812
1077
|
},
|
|
@@ -858,8 +1123,38 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
858
1123
|
{
|
|
859
1124
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
860
1125
|
},
|
|
1126
|
+
{
|
|
1127
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1143
|
+
},
|
|
861
1144
|
{
|
|
862
1145
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
863
1158
|
}
|
|
864
1159
|
]
|
|
865
1160
|
}
|
|
@@ -928,6 +1223,24 @@ function listDeletedDraftPosts(payload) {
|
|
|
928
1223
|
{
|
|
929
1224
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
930
1225
|
},
|
|
1226
|
+
{
|
|
1227
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1243
|
+
},
|
|
931
1244
|
{
|
|
932
1245
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
933
1246
|
},
|
|
@@ -969,7 +1282,37 @@ function listDeletedDraftPosts(payload) {
|
|
|
969
1282
|
{
|
|
970
1283
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
971
1284
|
},
|
|
972
|
-
{
|
|
1285
|
+
{
|
|
1286
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1302
|
+
},
|
|
1303
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
1304
|
+
{
|
|
1305
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1315
|
+
}
|
|
973
1316
|
]
|
|
974
1317
|
}
|
|
975
1318
|
])
|
|
@@ -1033,6 +1376,24 @@ function getDraftPost(payload) {
|
|
|
1033
1376
|
},
|
|
1034
1377
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1035
1378
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1379
|
+
{
|
|
1380
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1396
|
+
},
|
|
1036
1397
|
{
|
|
1037
1398
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1038
1399
|
},
|
|
@@ -1074,7 +1435,37 @@ function getDraftPost(payload) {
|
|
|
1074
1435
|
{
|
|
1075
1436
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1076
1437
|
},
|
|
1077
|
-
{
|
|
1438
|
+
{
|
|
1439
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1455
|
+
},
|
|
1456
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1457
|
+
{
|
|
1458
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1468
|
+
}
|
|
1078
1469
|
]
|
|
1079
1470
|
}
|
|
1080
1471
|
])
|
|
@@ -1131,6 +1522,24 @@ function updateDraftPost(payload) {
|
|
|
1131
1522
|
},
|
|
1132
1523
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1133
1524
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1525
|
+
{
|
|
1526
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1542
|
+
},
|
|
1134
1543
|
{
|
|
1135
1544
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1136
1545
|
},
|
|
@@ -1164,7 +1573,37 @@ function updateDraftPost(payload) {
|
|
|
1164
1573
|
{
|
|
1165
1574
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1166
1575
|
},
|
|
1167
|
-
{
|
|
1576
|
+
{
|
|
1577
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1593
|
+
},
|
|
1594
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1595
|
+
{
|
|
1596
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1606
|
+
}
|
|
1168
1607
|
]
|
|
1169
1608
|
}
|
|
1170
1609
|
]);
|
|
@@ -1225,6 +1664,24 @@ function updateDraftPost(payload) {
|
|
|
1225
1664
|
},
|
|
1226
1665
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1227
1666
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1667
|
+
{
|
|
1668
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1684
|
+
},
|
|
1228
1685
|
{
|
|
1229
1686
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1230
1687
|
},
|
|
@@ -1266,7 +1723,37 @@ function updateDraftPost(payload) {
|
|
|
1266
1723
|
{
|
|
1267
1724
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1268
1725
|
},
|
|
1269
|
-
{
|
|
1726
|
+
{
|
|
1727
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1743
|
+
},
|
|
1744
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1745
|
+
{
|
|
1746
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1756
|
+
}
|
|
1270
1757
|
]
|
|
1271
1758
|
}
|
|
1272
1759
|
])
|
|
@@ -1376,6 +1863,24 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1376
1863
|
{
|
|
1377
1864
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1378
1865
|
},
|
|
1866
|
+
{
|
|
1867
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1883
|
+
},
|
|
1379
1884
|
{
|
|
1380
1885
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
1381
1886
|
},
|
|
@@ -1427,8 +1932,38 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1427
1932
|
{
|
|
1428
1933
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1429
1934
|
},
|
|
1935
|
+
{
|
|
1936
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1952
|
+
},
|
|
1430
1953
|
{
|
|
1431
1954
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1432
1967
|
}
|
|
1433
1968
|
]
|
|
1434
1969
|
}
|
|
@@ -1497,6 +2032,24 @@ function listDraftPosts(payload) {
|
|
|
1497
2032
|
{
|
|
1498
2033
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1499
2034
|
},
|
|
2035
|
+
{
|
|
2036
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2052
|
+
},
|
|
1500
2053
|
{
|
|
1501
2054
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1502
2055
|
},
|
|
@@ -1538,7 +2091,37 @@ function listDraftPosts(payload) {
|
|
|
1538
2091
|
{
|
|
1539
2092
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1540
2093
|
},
|
|
1541
|
-
{
|
|
2094
|
+
{
|
|
2095
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2111
|
+
},
|
|
2112
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2113
|
+
{
|
|
2114
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2124
|
+
}
|
|
1542
2125
|
]
|
|
1543
2126
|
}
|
|
1544
2127
|
])
|
|
@@ -1606,6 +2189,24 @@ function getDeletedDraftPost(payload) {
|
|
|
1606
2189
|
},
|
|
1607
2190
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1608
2191
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2192
|
+
{
|
|
2193
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2209
|
+
},
|
|
1609
2210
|
{
|
|
1610
2211
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1611
2212
|
},
|
|
@@ -1647,7 +2248,37 @@ function getDeletedDraftPost(payload) {
|
|
|
1647
2248
|
{
|
|
1648
2249
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1649
2250
|
},
|
|
1650
|
-
{
|
|
2251
|
+
{
|
|
2252
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2268
|
+
},
|
|
2269
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2270
|
+
{
|
|
2271
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2281
|
+
}
|
|
1651
2282
|
]
|
|
1652
2283
|
}
|
|
1653
2284
|
])
|
|
@@ -1715,6 +2346,24 @@ function restoreFromTrashBin(payload) {
|
|
|
1715
2346
|
},
|
|
1716
2347
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1717
2348
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2349
|
+
{
|
|
2350
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2366
|
+
},
|
|
1718
2367
|
{
|
|
1719
2368
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1720
2369
|
},
|
|
@@ -1756,7 +2405,37 @@ function restoreFromTrashBin(payload) {
|
|
|
1756
2405
|
{
|
|
1757
2406
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1758
2407
|
},
|
|
1759
|
-
{
|
|
2408
|
+
{
|
|
2409
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2425
|
+
},
|
|
2426
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2427
|
+
{
|
|
2428
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2438
|
+
}
|
|
1760
2439
|
]
|
|
1761
2440
|
}
|
|
1762
2441
|
])
|
|
@@ -1824,6 +2503,24 @@ function queryDraftPosts(payload) {
|
|
|
1824
2503
|
{
|
|
1825
2504
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1826
2505
|
},
|
|
2506
|
+
{
|
|
2507
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2523
|
+
},
|
|
1827
2524
|
{
|
|
1828
2525
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1829
2526
|
},
|
|
@@ -1865,7 +2562,37 @@ function queryDraftPosts(payload) {
|
|
|
1865
2562
|
{
|
|
1866
2563
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1867
2564
|
},
|
|
1868
|
-
{
|
|
2565
|
+
{
|
|
2566
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2582
|
+
},
|
|
2583
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2584
|
+
{
|
|
2585
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2595
|
+
}
|
|
1869
2596
|
]
|
|
1870
2597
|
}
|
|
1871
2598
|
])
|
|
@@ -1973,8 +2700,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1973
2700
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1974
2701
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1975
2702
|
NodeType2["SHAPE"] = "SHAPE";
|
|
2703
|
+
NodeType2["CARD"] = "CARD";
|
|
1976
2704
|
return NodeType2;
|
|
1977
2705
|
})(NodeType || {});
|
|
2706
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
2707
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
2708
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2709
|
+
return BackgroundType2;
|
|
2710
|
+
})(BackgroundType || {});
|
|
2711
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
2712
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
2713
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
2714
|
+
return GradientType2;
|
|
2715
|
+
})(GradientType || {});
|
|
1978
2716
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1979
2717
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1980
2718
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -2110,12 +2848,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
2110
2848
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
2111
2849
|
return PollLayoutDirection2;
|
|
2112
2850
|
})(PollLayoutDirection || {});
|
|
2113
|
-
var
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
return
|
|
2118
|
-
})(
|
|
2851
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
2852
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
2853
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
2854
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2855
|
+
return PollDesignBackgroundType2;
|
|
2856
|
+
})(PollDesignBackgroundType || {});
|
|
2119
2857
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
2120
2858
|
DecorationType2["BOLD"] = "BOLD";
|
|
2121
2859
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -2202,12 +2940,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
2202
2940
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
2203
2941
|
return NullValue2;
|
|
2204
2942
|
})(NullValue || {});
|
|
2205
|
-
var
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
return
|
|
2210
|
-
})(
|
|
2943
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
2944
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2945
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2946
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2947
|
+
return ImageScalingScaling2;
|
|
2948
|
+
})(ImageScalingScaling || {});
|
|
2211
2949
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
2212
2950
|
ImagePosition2["CENTER"] = "CENTER";
|
|
2213
2951
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -2225,6 +2963,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
2225
2963
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
2226
2964
|
return BannerOrigin2;
|
|
2227
2965
|
})(BannerOrigin || {});
|
|
2966
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2967
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2968
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2969
|
+
return LayoutDataBackgroundType2;
|
|
2970
|
+
})(LayoutDataBackgroundType || {});
|
|
2971
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2972
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
2973
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
2974
|
+
return BackdropType2;
|
|
2975
|
+
})(BackdropType || {});
|
|
2228
2976
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
2229
2977
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
2230
2978
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -2241,6 +2989,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
2241
2989
|
DesignTarget2["CELL"] = "CELL";
|
|
2242
2990
|
return DesignTarget2;
|
|
2243
2991
|
})(DesignTarget || {});
|
|
2992
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
2993
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2994
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2995
|
+
Scaling2["COVER"] = "COVER";
|
|
2996
|
+
return Scaling2;
|
|
2997
|
+
})(Scaling || {});
|
|
2998
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
2999
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
3000
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
3001
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
3002
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
3003
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
3004
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
3005
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
3006
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
3007
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
3008
|
+
return ImagePositionPosition2;
|
|
3009
|
+
})(ImagePositionPosition || {});
|
|
3010
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
3011
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
3012
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3013
|
+
return CardDataBackgroundType2;
|
|
3014
|
+
})(CardDataBackgroundType || {});
|
|
2244
3015
|
var Status = /* @__PURE__ */ ((Status2) => {
|
|
2245
3016
|
Status2["UNKNOWN"] = "UNKNOWN";
|
|
2246
3017
|
Status2["PUBLISHED"] = "PUBLISHED";
|
|
@@ -2566,9 +3337,11 @@ function publishDraftPost2() {
|
|
|
2566
3337
|
AlignmentOriginal,
|
|
2567
3338
|
AppTypeOriginal,
|
|
2568
3339
|
AspectRatioOriginal,
|
|
3340
|
+
BackdropTypeOriginal,
|
|
2569
3341
|
BackgroundTypeOriginal,
|
|
2570
3342
|
BannerOriginOriginal,
|
|
2571
3343
|
ButtonDataTypeOriginal,
|
|
3344
|
+
CardDataBackgroundTypeOriginal,
|
|
2572
3345
|
CardStylesTypeOriginal,
|
|
2573
3346
|
CropOriginal,
|
|
2574
3347
|
DecorationTypeOriginal,
|
|
@@ -2579,8 +3352,12 @@ function publishDraftPost2() {
|
|
|
2579
3352
|
FontTypeOriginal,
|
|
2580
3353
|
GIFTypeOriginal,
|
|
2581
3354
|
GetDraftPostsSortOriginal,
|
|
3355
|
+
GradientTypeOriginal,
|
|
2582
3356
|
ImagePositionOriginal,
|
|
3357
|
+
ImagePositionPositionOriginal,
|
|
3358
|
+
ImageScalingScalingOriginal,
|
|
2583
3359
|
InitialExpandedItemsOriginal,
|
|
3360
|
+
LayoutDataBackgroundTypeOriginal,
|
|
2584
3361
|
LayoutOriginal,
|
|
2585
3362
|
LayoutTypeOriginal,
|
|
2586
3363
|
LineStyleOriginal,
|
|
@@ -2592,6 +3369,7 @@ function publishDraftPost2() {
|
|
|
2592
3369
|
OriginOriginal,
|
|
2593
3370
|
PlacementOriginal,
|
|
2594
3371
|
PluginContainerDataAlignmentOriginal,
|
|
3372
|
+
PollDesignBackgroundTypeOriginal,
|
|
2595
3373
|
PollLayoutDirectionOriginal,
|
|
2596
3374
|
PollLayoutTypeOriginal,
|
|
2597
3375
|
PositionOriginal,
|