@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/index.js
CHANGED
|
@@ -24,9 +24,11 @@ __export(index_exports, {
|
|
|
24
24
|
Alignment: () => Alignment,
|
|
25
25
|
AppType: () => AppType,
|
|
26
26
|
AspectRatio: () => AspectRatio,
|
|
27
|
+
BackdropType: () => BackdropType,
|
|
27
28
|
BackgroundType: () => BackgroundType,
|
|
28
29
|
BannerOrigin: () => BannerOrigin,
|
|
29
30
|
ButtonDataType: () => ButtonDataType,
|
|
31
|
+
CardDataBackgroundType: () => CardDataBackgroundType,
|
|
30
32
|
CardStylesType: () => CardStylesType,
|
|
31
33
|
Crop: () => Crop,
|
|
32
34
|
DecorationType: () => DecorationType,
|
|
@@ -37,9 +39,13 @@ __export(index_exports, {
|
|
|
37
39
|
FontType: () => FontType,
|
|
38
40
|
GIFType: () => GIFType,
|
|
39
41
|
GetDraftPostsSort: () => GetDraftPostsSort,
|
|
42
|
+
GradientType: () => GradientType,
|
|
40
43
|
ImagePosition: () => ImagePosition,
|
|
44
|
+
ImagePositionPosition: () => ImagePositionPosition,
|
|
45
|
+
ImageScalingScaling: () => ImageScalingScaling,
|
|
41
46
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
42
47
|
Layout: () => Layout,
|
|
48
|
+
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
43
49
|
LayoutType: () => LayoutType,
|
|
44
50
|
LineStyle: () => LineStyle,
|
|
45
51
|
MapType: () => MapType,
|
|
@@ -50,6 +56,7 @@ __export(index_exports, {
|
|
|
50
56
|
Origin: () => Origin,
|
|
51
57
|
Placement: () => Placement,
|
|
52
58
|
PluginContainerDataAlignment: () => PluginContainerDataAlignment,
|
|
59
|
+
PollDesignBackgroundType: () => PollDesignBackgroundType,
|
|
53
60
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
54
61
|
PollLayoutType: () => PollLayoutType,
|
|
55
62
|
Position: () => Position,
|
|
@@ -311,6 +318,24 @@ function createDraftPost(payload) {
|
|
|
311
318
|
},
|
|
312
319
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
313
320
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
321
|
+
{
|
|
322
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
338
|
+
},
|
|
314
339
|
{
|
|
315
340
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
316
341
|
},
|
|
@@ -344,7 +369,37 @@ function createDraftPost(payload) {
|
|
|
344
369
|
{
|
|
345
370
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
346
371
|
},
|
|
347
|
-
{
|
|
372
|
+
{
|
|
373
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
389
|
+
},
|
|
390
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
391
|
+
{
|
|
392
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
402
|
+
}
|
|
348
403
|
]
|
|
349
404
|
}
|
|
350
405
|
]);
|
|
@@ -401,6 +456,24 @@ function createDraftPost(payload) {
|
|
|
401
456
|
},
|
|
402
457
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
403
458
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
459
|
+
{
|
|
460
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
476
|
+
},
|
|
404
477
|
{
|
|
405
478
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
406
479
|
},
|
|
@@ -442,7 +515,37 @@ function createDraftPost(payload) {
|
|
|
442
515
|
{
|
|
443
516
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
444
517
|
},
|
|
445
|
-
{
|
|
518
|
+
{
|
|
519
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
535
|
+
},
|
|
536
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
537
|
+
{
|
|
538
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
548
|
+
}
|
|
446
549
|
]
|
|
447
550
|
}
|
|
448
551
|
])
|
|
@@ -494,6 +597,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
494
597
|
},
|
|
495
598
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
496
599
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
600
|
+
{
|
|
601
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
617
|
+
},
|
|
497
618
|
{
|
|
498
619
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
499
620
|
},
|
|
@@ -529,7 +650,37 @@ function bulkCreateDraftPosts(payload) {
|
|
|
529
650
|
{
|
|
530
651
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
531
652
|
},
|
|
532
|
-
{
|
|
653
|
+
{
|
|
654
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
670
|
+
},
|
|
671
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
672
|
+
{
|
|
673
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
683
|
+
}
|
|
533
684
|
]
|
|
534
685
|
}
|
|
535
686
|
]);
|
|
@@ -590,6 +741,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
590
741
|
{
|
|
591
742
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
592
743
|
},
|
|
744
|
+
{
|
|
745
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
761
|
+
},
|
|
593
762
|
{
|
|
594
763
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
595
764
|
},
|
|
@@ -641,8 +810,38 @@ function bulkCreateDraftPosts(payload) {
|
|
|
641
810
|
{
|
|
642
811
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
643
812
|
},
|
|
813
|
+
{
|
|
814
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
830
|
+
},
|
|
644
831
|
{
|
|
645
832
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
646
845
|
}
|
|
647
846
|
]
|
|
648
847
|
}
|
|
@@ -712,6 +911,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
712
911
|
{
|
|
713
912
|
path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
714
913
|
},
|
|
914
|
+
{
|
|
915
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
931
|
+
},
|
|
715
932
|
{
|
|
716
933
|
path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
717
934
|
},
|
|
@@ -763,8 +980,38 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
763
980
|
{
|
|
764
981
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
765
982
|
},
|
|
983
|
+
{
|
|
984
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1000
|
+
},
|
|
766
1001
|
{
|
|
767
1002
|
path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
768
1015
|
}
|
|
769
1016
|
]
|
|
770
1017
|
}
|
|
@@ -826,6 +1073,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
826
1073
|
{
|
|
827
1074
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
828
1075
|
},
|
|
1076
|
+
{
|
|
1077
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1093
|
+
},
|
|
829
1094
|
{
|
|
830
1095
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
831
1096
|
},
|
|
@@ -877,8 +1142,38 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
877
1142
|
{
|
|
878
1143
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
879
1144
|
},
|
|
1145
|
+
{
|
|
1146
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1162
|
+
},
|
|
880
1163
|
{
|
|
881
1164
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
882
1177
|
}
|
|
883
1178
|
]
|
|
884
1179
|
}
|
|
@@ -947,6 +1242,24 @@ function listDeletedDraftPosts(payload) {
|
|
|
947
1242
|
{
|
|
948
1243
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
949
1244
|
},
|
|
1245
|
+
{
|
|
1246
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1262
|
+
},
|
|
950
1263
|
{
|
|
951
1264
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
952
1265
|
},
|
|
@@ -988,7 +1301,37 @@ function listDeletedDraftPosts(payload) {
|
|
|
988
1301
|
{
|
|
989
1302
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
990
1303
|
},
|
|
991
|
-
{
|
|
1304
|
+
{
|
|
1305
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1321
|
+
},
|
|
1322
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
1323
|
+
{
|
|
1324
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1334
|
+
}
|
|
992
1335
|
]
|
|
993
1336
|
}
|
|
994
1337
|
])
|
|
@@ -1052,6 +1395,24 @@ function getDraftPost(payload) {
|
|
|
1052
1395
|
},
|
|
1053
1396
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1054
1397
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1398
|
+
{
|
|
1399
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1415
|
+
},
|
|
1055
1416
|
{
|
|
1056
1417
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1057
1418
|
},
|
|
@@ -1093,7 +1454,37 @@ function getDraftPost(payload) {
|
|
|
1093
1454
|
{
|
|
1094
1455
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1095
1456
|
},
|
|
1096
|
-
{
|
|
1457
|
+
{
|
|
1458
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1474
|
+
},
|
|
1475
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1476
|
+
{
|
|
1477
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1487
|
+
}
|
|
1097
1488
|
]
|
|
1098
1489
|
}
|
|
1099
1490
|
])
|
|
@@ -1150,6 +1541,24 @@ function updateDraftPost(payload) {
|
|
|
1150
1541
|
},
|
|
1151
1542
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1152
1543
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1544
|
+
{
|
|
1545
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1561
|
+
},
|
|
1153
1562
|
{
|
|
1154
1563
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1155
1564
|
},
|
|
@@ -1183,7 +1592,37 @@ function updateDraftPost(payload) {
|
|
|
1183
1592
|
{
|
|
1184
1593
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1185
1594
|
},
|
|
1186
|
-
{
|
|
1595
|
+
{
|
|
1596
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1612
|
+
},
|
|
1613
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1614
|
+
{
|
|
1615
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1625
|
+
}
|
|
1187
1626
|
]
|
|
1188
1627
|
}
|
|
1189
1628
|
]);
|
|
@@ -1244,6 +1683,24 @@ function updateDraftPost(payload) {
|
|
|
1244
1683
|
},
|
|
1245
1684
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1246
1685
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1686
|
+
{
|
|
1687
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1703
|
+
},
|
|
1247
1704
|
{
|
|
1248
1705
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1249
1706
|
},
|
|
@@ -1285,7 +1742,37 @@ function updateDraftPost(payload) {
|
|
|
1285
1742
|
{
|
|
1286
1743
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1287
1744
|
},
|
|
1288
|
-
{
|
|
1745
|
+
{
|
|
1746
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1762
|
+
},
|
|
1763
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1764
|
+
{
|
|
1765
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1775
|
+
}
|
|
1289
1776
|
]
|
|
1290
1777
|
}
|
|
1291
1778
|
])
|
|
@@ -1395,6 +1882,24 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1395
1882
|
{
|
|
1396
1883
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1397
1884
|
},
|
|
1885
|
+
{
|
|
1886
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1902
|
+
},
|
|
1398
1903
|
{
|
|
1399
1904
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
1400
1905
|
},
|
|
@@ -1423,31 +1928,61 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1423
1928
|
path: "results.item.richContent.nodes.pollData.poll.options.image.duration"
|
|
1424
1929
|
},
|
|
1425
1930
|
{
|
|
1426
|
-
path: "results.item.richContent.nodes.pollData.design.poll.background.image.duration"
|
|
1931
|
+
path: "results.item.richContent.nodes.pollData.design.poll.background.image.duration"
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
path: "results.item.richContent.nodes.appEmbedData.image.duration"
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
path: "results.item.richContent.nodes.videoData.video.duration"
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
path: "results.item.richContent.nodes.videoData.thumbnail.duration"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
path: "results.item.richContent.nodes.audioData.audio.duration"
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
path: "results.item.richContent.nodes.audioData.coverImage.duration"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1427
1962
|
},
|
|
1428
1963
|
{
|
|
1429
|
-
path: "results.item.richContent.nodes.
|
|
1964
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1430
1965
|
},
|
|
1431
1966
|
{
|
|
1432
|
-
path: "results.item.richContent.nodes.
|
|
1967
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1433
1968
|
},
|
|
1434
1969
|
{
|
|
1435
|
-
path: "results.item.richContent.nodes.
|
|
1970
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1436
1971
|
},
|
|
1437
1972
|
{
|
|
1438
|
-
path: "results.item.richContent.nodes.
|
|
1973
|
+
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
1439
1974
|
},
|
|
1440
1975
|
{
|
|
1441
|
-
path: "results.item.richContent.nodes.
|
|
1976
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1442
1977
|
},
|
|
1443
1978
|
{
|
|
1444
|
-
path: "results.item.richContent.nodes.
|
|
1979
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1445
1980
|
},
|
|
1446
1981
|
{
|
|
1447
|
-
path: "results.item.richContent.nodes.
|
|
1982
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1448
1983
|
},
|
|
1449
1984
|
{
|
|
1450
|
-
path: "results.item.richContent.nodes.
|
|
1985
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1451
1986
|
}
|
|
1452
1987
|
]
|
|
1453
1988
|
}
|
|
@@ -1516,6 +2051,24 @@ function listDraftPosts(payload) {
|
|
|
1516
2051
|
{
|
|
1517
2052
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1518
2053
|
},
|
|
2054
|
+
{
|
|
2055
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2071
|
+
},
|
|
1519
2072
|
{
|
|
1520
2073
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1521
2074
|
},
|
|
@@ -1557,7 +2110,37 @@ function listDraftPosts(payload) {
|
|
|
1557
2110
|
{
|
|
1558
2111
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1559
2112
|
},
|
|
1560
|
-
{
|
|
2113
|
+
{
|
|
2114
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2130
|
+
},
|
|
2131
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2132
|
+
{
|
|
2133
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2143
|
+
}
|
|
1561
2144
|
]
|
|
1562
2145
|
}
|
|
1563
2146
|
])
|
|
@@ -1625,6 +2208,24 @@ function getDeletedDraftPost(payload) {
|
|
|
1625
2208
|
},
|
|
1626
2209
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1627
2210
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2211
|
+
{
|
|
2212
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2228
|
+
},
|
|
1628
2229
|
{
|
|
1629
2230
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1630
2231
|
},
|
|
@@ -1666,7 +2267,37 @@ function getDeletedDraftPost(payload) {
|
|
|
1666
2267
|
{
|
|
1667
2268
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1668
2269
|
},
|
|
1669
|
-
{
|
|
2270
|
+
{
|
|
2271
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2287
|
+
},
|
|
2288
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2289
|
+
{
|
|
2290
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2300
|
+
}
|
|
1670
2301
|
]
|
|
1671
2302
|
}
|
|
1672
2303
|
])
|
|
@@ -1734,6 +2365,24 @@ function restoreFromTrashBin(payload) {
|
|
|
1734
2365
|
},
|
|
1735
2366
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1736
2367
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2368
|
+
{
|
|
2369
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2385
|
+
},
|
|
1737
2386
|
{
|
|
1738
2387
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1739
2388
|
},
|
|
@@ -1775,7 +2424,37 @@ function restoreFromTrashBin(payload) {
|
|
|
1775
2424
|
{
|
|
1776
2425
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1777
2426
|
},
|
|
1778
|
-
{
|
|
2427
|
+
{
|
|
2428
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2444
|
+
},
|
|
2445
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2446
|
+
{
|
|
2447
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2457
|
+
}
|
|
1779
2458
|
]
|
|
1780
2459
|
}
|
|
1781
2460
|
])
|
|
@@ -1843,6 +2522,24 @@ function queryDraftPosts(payload) {
|
|
|
1843
2522
|
{
|
|
1844
2523
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1845
2524
|
},
|
|
2525
|
+
{
|
|
2526
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2542
|
+
},
|
|
1846
2543
|
{
|
|
1847
2544
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1848
2545
|
},
|
|
@@ -1884,7 +2581,37 @@ function queryDraftPosts(payload) {
|
|
|
1884
2581
|
{
|
|
1885
2582
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1886
2583
|
},
|
|
1887
|
-
{
|
|
2584
|
+
{
|
|
2585
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2601
|
+
},
|
|
2602
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2603
|
+
{
|
|
2604
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2614
|
+
}
|
|
1888
2615
|
]
|
|
1889
2616
|
}
|
|
1890
2617
|
])
|
|
@@ -2000,8 +2727,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
2000
2727
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
2001
2728
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
2002
2729
|
NodeType2["SHAPE"] = "SHAPE";
|
|
2730
|
+
NodeType2["CARD"] = "CARD";
|
|
2003
2731
|
return NodeType2;
|
|
2004
2732
|
})(NodeType || {});
|
|
2733
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
2734
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
2735
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2736
|
+
return BackgroundType2;
|
|
2737
|
+
})(BackgroundType || {});
|
|
2738
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
2739
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
2740
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
2741
|
+
return GradientType2;
|
|
2742
|
+
})(GradientType || {});
|
|
2005
2743
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
2006
2744
|
WidthType2["CONTENT"] = "CONTENT";
|
|
2007
2745
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -2137,12 +2875,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
2137
2875
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
2138
2876
|
return PollLayoutDirection2;
|
|
2139
2877
|
})(PollLayoutDirection || {});
|
|
2140
|
-
var
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
return
|
|
2145
|
-
})(
|
|
2878
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
2879
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
2880
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
2881
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2882
|
+
return PollDesignBackgroundType2;
|
|
2883
|
+
})(PollDesignBackgroundType || {});
|
|
2146
2884
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
2147
2885
|
DecorationType2["BOLD"] = "BOLD";
|
|
2148
2886
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -2229,12 +2967,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
2229
2967
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
2230
2968
|
return NullValue2;
|
|
2231
2969
|
})(NullValue || {});
|
|
2232
|
-
var
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
return
|
|
2237
|
-
})(
|
|
2970
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
2971
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2972
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2973
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2974
|
+
return ImageScalingScaling2;
|
|
2975
|
+
})(ImageScalingScaling || {});
|
|
2238
2976
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
2239
2977
|
ImagePosition2["CENTER"] = "CENTER";
|
|
2240
2978
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -2252,6 +2990,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
2252
2990
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
2253
2991
|
return BannerOrigin2;
|
|
2254
2992
|
})(BannerOrigin || {});
|
|
2993
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2994
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2995
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2996
|
+
return LayoutDataBackgroundType2;
|
|
2997
|
+
})(LayoutDataBackgroundType || {});
|
|
2998
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2999
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
3000
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
3001
|
+
return BackdropType2;
|
|
3002
|
+
})(BackdropType || {});
|
|
2255
3003
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
2256
3004
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
2257
3005
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -2268,6 +3016,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
2268
3016
|
DesignTarget2["CELL"] = "CELL";
|
|
2269
3017
|
return DesignTarget2;
|
|
2270
3018
|
})(DesignTarget || {});
|
|
3019
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
3020
|
+
Scaling2["AUTO"] = "AUTO";
|
|
3021
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
3022
|
+
Scaling2["COVER"] = "COVER";
|
|
3023
|
+
return Scaling2;
|
|
3024
|
+
})(Scaling || {});
|
|
3025
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
3026
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
3027
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
3028
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
3029
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
3030
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
3031
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
3032
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
3033
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
3034
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
3035
|
+
return ImagePositionPosition2;
|
|
3036
|
+
})(ImagePositionPosition || {});
|
|
3037
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
3038
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
3039
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3040
|
+
return CardDataBackgroundType2;
|
|
3041
|
+
})(CardDataBackgroundType || {});
|
|
2271
3042
|
var Status = /* @__PURE__ */ ((Status2) => {
|
|
2272
3043
|
Status2["UNKNOWN"] = "UNKNOWN";
|
|
2273
3044
|
Status2["PUBLISHED"] = "PUBLISHED";
|
|
@@ -3317,6 +4088,24 @@ var onDraftCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
3317
4088
|
{
|
|
3318
4089
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
3319
4090
|
paths: [
|
|
4091
|
+
{
|
|
4092
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
4108
|
+
},
|
|
3320
4109
|
{
|
|
3321
4110
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
3322
4111
|
},
|
|
@@ -3348,7 +4137,37 @@ var onDraftCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
3348
4137
|
{
|
|
3349
4138
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3350
4139
|
},
|
|
3351
|
-
{
|
|
4140
|
+
{
|
|
4141
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
4148
|
+
},
|
|
4149
|
+
{
|
|
4150
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
4154
|
+
},
|
|
4155
|
+
{
|
|
4156
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
4157
|
+
},
|
|
4158
|
+
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
4159
|
+
{
|
|
4160
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
4164
|
+
},
|
|
4165
|
+
{
|
|
4166
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4170
|
+
}
|
|
3352
4171
|
]
|
|
3353
4172
|
},
|
|
3354
4173
|
{
|
|
@@ -3391,6 +4210,24 @@ var onDraftDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
3391
4210
|
{
|
|
3392
4211
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
3393
4212
|
paths: [
|
|
4213
|
+
{
|
|
4214
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4215
|
+
},
|
|
4216
|
+
{
|
|
4217
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
4218
|
+
},
|
|
4219
|
+
{
|
|
4220
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
4224
|
+
},
|
|
4225
|
+
{
|
|
4226
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
4230
|
+
},
|
|
3394
4231
|
{
|
|
3395
4232
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
3396
4233
|
},
|
|
@@ -3422,7 +4259,37 @@ var onDraftDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
3422
4259
|
{
|
|
3423
4260
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3424
4261
|
},
|
|
3425
|
-
{
|
|
4262
|
+
{
|
|
4263
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4264
|
+
},
|
|
4265
|
+
{
|
|
4266
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
4267
|
+
},
|
|
4268
|
+
{
|
|
4269
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
4270
|
+
},
|
|
4271
|
+
{
|
|
4272
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
4273
|
+
},
|
|
4274
|
+
{
|
|
4275
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
4276
|
+
},
|
|
4277
|
+
{
|
|
4278
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
4279
|
+
},
|
|
4280
|
+
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
4281
|
+
{
|
|
4282
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
4283
|
+
},
|
|
4284
|
+
{
|
|
4285
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
4286
|
+
},
|
|
4287
|
+
{
|
|
4288
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4292
|
+
}
|
|
3426
4293
|
]
|
|
3427
4294
|
},
|
|
3428
4295
|
{
|
|
@@ -3465,6 +4332,24 @@ var onDraftUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3465
4332
|
{
|
|
3466
4333
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
3467
4334
|
paths: [
|
|
4335
|
+
{
|
|
4336
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
4343
|
+
},
|
|
4344
|
+
{
|
|
4345
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
4352
|
+
},
|
|
3468
4353
|
{
|
|
3469
4354
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
3470
4355
|
},
|
|
@@ -3496,7 +4381,37 @@ var onDraftUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3496
4381
|
{
|
|
3497
4382
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3498
4383
|
},
|
|
3499
|
-
{
|
|
4384
|
+
{
|
|
4385
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
4392
|
+
},
|
|
4393
|
+
{
|
|
4394
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
4401
|
+
},
|
|
4402
|
+
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
4403
|
+
{
|
|
4404
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4414
|
+
}
|
|
3500
4415
|
]
|
|
3501
4416
|
},
|
|
3502
4417
|
{
|
|
@@ -3545,9 +4460,11 @@ var onDraftUpdated2 = (0, import_event_definition_modules.createEventModule)(onD
|
|
|
3545
4460
|
Alignment,
|
|
3546
4461
|
AppType,
|
|
3547
4462
|
AspectRatio,
|
|
4463
|
+
BackdropType,
|
|
3548
4464
|
BackgroundType,
|
|
3549
4465
|
BannerOrigin,
|
|
3550
4466
|
ButtonDataType,
|
|
4467
|
+
CardDataBackgroundType,
|
|
3551
4468
|
CardStylesType,
|
|
3552
4469
|
Crop,
|
|
3553
4470
|
DecorationType,
|
|
@@ -3558,9 +4475,13 @@ var onDraftUpdated2 = (0, import_event_definition_modules.createEventModule)(onD
|
|
|
3558
4475
|
FontType,
|
|
3559
4476
|
GIFType,
|
|
3560
4477
|
GetDraftPostsSort,
|
|
4478
|
+
GradientType,
|
|
3561
4479
|
ImagePosition,
|
|
4480
|
+
ImagePositionPosition,
|
|
4481
|
+
ImageScalingScaling,
|
|
3562
4482
|
InitialExpandedItems,
|
|
3563
4483
|
Layout,
|
|
4484
|
+
LayoutDataBackgroundType,
|
|
3564
4485
|
LayoutType,
|
|
3565
4486
|
LineStyle,
|
|
3566
4487
|
MapType,
|
|
@@ -3571,6 +4492,7 @@ var onDraftUpdated2 = (0, import_event_definition_modules.createEventModule)(onD
|
|
|
3571
4492
|
Origin,
|
|
3572
4493
|
Placement,
|
|
3573
4494
|
PluginContainerDataAlignment,
|
|
4495
|
+
PollDesignBackgroundType,
|
|
3574
4496
|
PollLayoutDirection,
|
|
3575
4497
|
PollLayoutType,
|
|
3576
4498
|
Position,
|