@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/es/index.mjs
CHANGED
|
@@ -218,6 +218,24 @@ function createDraftPost(payload) {
|
|
|
218
218
|
},
|
|
219
219
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
220
220
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
221
|
+
{
|
|
222
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
238
|
+
},
|
|
221
239
|
{
|
|
222
240
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
223
241
|
},
|
|
@@ -251,7 +269,37 @@ function createDraftPost(payload) {
|
|
|
251
269
|
{
|
|
252
270
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
253
271
|
},
|
|
254
|
-
{
|
|
272
|
+
{
|
|
273
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
289
|
+
},
|
|
290
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
291
|
+
{
|
|
292
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
302
|
+
}
|
|
255
303
|
]
|
|
256
304
|
}
|
|
257
305
|
]);
|
|
@@ -308,6 +356,24 @@ function createDraftPost(payload) {
|
|
|
308
356
|
},
|
|
309
357
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
310
358
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
359
|
+
{
|
|
360
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
376
|
+
},
|
|
311
377
|
{
|
|
312
378
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
313
379
|
},
|
|
@@ -349,7 +415,37 @@ function createDraftPost(payload) {
|
|
|
349
415
|
{
|
|
350
416
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
351
417
|
},
|
|
352
|
-
{
|
|
418
|
+
{
|
|
419
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
435
|
+
},
|
|
436
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
437
|
+
{
|
|
438
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
448
|
+
}
|
|
353
449
|
]
|
|
354
450
|
}
|
|
355
451
|
])
|
|
@@ -401,6 +497,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
401
497
|
},
|
|
402
498
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
403
499
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
500
|
+
{
|
|
501
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
517
|
+
},
|
|
404
518
|
{
|
|
405
519
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
406
520
|
},
|
|
@@ -436,7 +550,37 @@ function bulkCreateDraftPosts(payload) {
|
|
|
436
550
|
{
|
|
437
551
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
438
552
|
},
|
|
439
|
-
{
|
|
553
|
+
{
|
|
554
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
570
|
+
},
|
|
571
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
572
|
+
{
|
|
573
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
583
|
+
}
|
|
440
584
|
]
|
|
441
585
|
}
|
|
442
586
|
]);
|
|
@@ -497,6 +641,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
497
641
|
{
|
|
498
642
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
499
643
|
},
|
|
644
|
+
{
|
|
645
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
661
|
+
},
|
|
500
662
|
{
|
|
501
663
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
502
664
|
},
|
|
@@ -548,8 +710,38 @@ function bulkCreateDraftPosts(payload) {
|
|
|
548
710
|
{
|
|
549
711
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
550
712
|
},
|
|
713
|
+
{
|
|
714
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
730
|
+
},
|
|
551
731
|
{
|
|
552
732
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
553
745
|
}
|
|
554
746
|
]
|
|
555
747
|
}
|
|
@@ -619,6 +811,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
619
811
|
{
|
|
620
812
|
path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
621
813
|
},
|
|
814
|
+
{
|
|
815
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
831
|
+
},
|
|
622
832
|
{
|
|
623
833
|
path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
624
834
|
},
|
|
@@ -670,8 +880,38 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
670
880
|
{
|
|
671
881
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
672
882
|
},
|
|
883
|
+
{
|
|
884
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
900
|
+
},
|
|
673
901
|
{
|
|
674
902
|
path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
675
915
|
}
|
|
676
916
|
]
|
|
677
917
|
}
|
|
@@ -733,6 +973,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
733
973
|
{
|
|
734
974
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
735
975
|
},
|
|
976
|
+
{
|
|
977
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
993
|
+
},
|
|
736
994
|
{
|
|
737
995
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
738
996
|
},
|
|
@@ -784,8 +1042,38 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
784
1042
|
{
|
|
785
1043
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
786
1044
|
},
|
|
1045
|
+
{
|
|
1046
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1062
|
+
},
|
|
787
1063
|
{
|
|
788
1064
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
789
1077
|
}
|
|
790
1078
|
]
|
|
791
1079
|
}
|
|
@@ -854,6 +1142,24 @@ function listDeletedDraftPosts(payload) {
|
|
|
854
1142
|
{
|
|
855
1143
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
856
1144
|
},
|
|
1145
|
+
{
|
|
1146
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1162
|
+
},
|
|
857
1163
|
{
|
|
858
1164
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
859
1165
|
},
|
|
@@ -895,7 +1201,37 @@ function listDeletedDraftPosts(payload) {
|
|
|
895
1201
|
{
|
|
896
1202
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
897
1203
|
},
|
|
898
|
-
{
|
|
1204
|
+
{
|
|
1205
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1221
|
+
},
|
|
1222
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
1223
|
+
{
|
|
1224
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1234
|
+
}
|
|
899
1235
|
]
|
|
900
1236
|
}
|
|
901
1237
|
])
|
|
@@ -959,6 +1295,24 @@ function getDraftPost(payload) {
|
|
|
959
1295
|
},
|
|
960
1296
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
961
1297
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1298
|
+
{
|
|
1299
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1315
|
+
},
|
|
962
1316
|
{
|
|
963
1317
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
964
1318
|
},
|
|
@@ -1000,7 +1354,37 @@ function getDraftPost(payload) {
|
|
|
1000
1354
|
{
|
|
1001
1355
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1002
1356
|
},
|
|
1003
|
-
{
|
|
1357
|
+
{
|
|
1358
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1374
|
+
},
|
|
1375
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1376
|
+
{
|
|
1377
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1387
|
+
}
|
|
1004
1388
|
]
|
|
1005
1389
|
}
|
|
1006
1390
|
])
|
|
@@ -1057,6 +1441,24 @@ function updateDraftPost(payload) {
|
|
|
1057
1441
|
},
|
|
1058
1442
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1059
1443
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1444
|
+
{
|
|
1445
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1461
|
+
},
|
|
1060
1462
|
{
|
|
1061
1463
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1062
1464
|
},
|
|
@@ -1090,7 +1492,37 @@ function updateDraftPost(payload) {
|
|
|
1090
1492
|
{
|
|
1091
1493
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1092
1494
|
},
|
|
1093
|
-
{
|
|
1495
|
+
{
|
|
1496
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1512
|
+
},
|
|
1513
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1514
|
+
{
|
|
1515
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1525
|
+
}
|
|
1094
1526
|
]
|
|
1095
1527
|
}
|
|
1096
1528
|
]);
|
|
@@ -1151,6 +1583,24 @@ function updateDraftPost(payload) {
|
|
|
1151
1583
|
},
|
|
1152
1584
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1153
1585
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1586
|
+
{
|
|
1587
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1603
|
+
},
|
|
1154
1604
|
{
|
|
1155
1605
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1156
1606
|
},
|
|
@@ -1192,7 +1642,37 @@ function updateDraftPost(payload) {
|
|
|
1192
1642
|
{
|
|
1193
1643
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1194
1644
|
},
|
|
1195
|
-
{
|
|
1645
|
+
{
|
|
1646
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1662
|
+
},
|
|
1663
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1664
|
+
{
|
|
1665
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1675
|
+
}
|
|
1196
1676
|
]
|
|
1197
1677
|
}
|
|
1198
1678
|
])
|
|
@@ -1302,6 +1782,24 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1302
1782
|
{
|
|
1303
1783
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1304
1784
|
},
|
|
1785
|
+
{
|
|
1786
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1802
|
+
},
|
|
1305
1803
|
{
|
|
1306
1804
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
1307
1805
|
},
|
|
@@ -1330,31 +1828,61 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1330
1828
|
path: "results.item.richContent.nodes.pollData.poll.options.image.duration"
|
|
1331
1829
|
},
|
|
1332
1830
|
{
|
|
1333
|
-
path: "results.item.richContent.nodes.pollData.design.poll.background.image.duration"
|
|
1831
|
+
path: "results.item.richContent.nodes.pollData.design.poll.background.image.duration"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
path: "results.item.richContent.nodes.appEmbedData.image.duration"
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
path: "results.item.richContent.nodes.videoData.video.duration"
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
path: "results.item.richContent.nodes.videoData.thumbnail.duration"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
path: "results.item.richContent.nodes.audioData.audio.duration"
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
path: "results.item.richContent.nodes.audioData.coverImage.duration"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1334
1862
|
},
|
|
1335
1863
|
{
|
|
1336
|
-
path: "results.item.richContent.nodes.
|
|
1864
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1337
1865
|
},
|
|
1338
1866
|
{
|
|
1339
|
-
path: "results.item.richContent.nodes.
|
|
1867
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1340
1868
|
},
|
|
1341
1869
|
{
|
|
1342
|
-
path: "results.item.richContent.nodes.
|
|
1870
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1343
1871
|
},
|
|
1344
1872
|
{
|
|
1345
|
-
path: "results.item.richContent.nodes.
|
|
1873
|
+
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
1346
1874
|
},
|
|
1347
1875
|
{
|
|
1348
|
-
path: "results.item.richContent.nodes.
|
|
1876
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1349
1877
|
},
|
|
1350
1878
|
{
|
|
1351
|
-
path: "results.item.richContent.nodes.
|
|
1879
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1352
1880
|
},
|
|
1353
1881
|
{
|
|
1354
|
-
path: "results.item.richContent.nodes.
|
|
1882
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1355
1883
|
},
|
|
1356
1884
|
{
|
|
1357
|
-
path: "results.item.richContent.nodes.
|
|
1885
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1358
1886
|
}
|
|
1359
1887
|
]
|
|
1360
1888
|
}
|
|
@@ -1423,6 +1951,24 @@ function listDraftPosts(payload) {
|
|
|
1423
1951
|
{
|
|
1424
1952
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1425
1953
|
},
|
|
1954
|
+
{
|
|
1955
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1971
|
+
},
|
|
1426
1972
|
{
|
|
1427
1973
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1428
1974
|
},
|
|
@@ -1464,7 +2010,37 @@ function listDraftPosts(payload) {
|
|
|
1464
2010
|
{
|
|
1465
2011
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1466
2012
|
},
|
|
1467
|
-
{
|
|
2013
|
+
{
|
|
2014
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2030
|
+
},
|
|
2031
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2032
|
+
{
|
|
2033
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2043
|
+
}
|
|
1468
2044
|
]
|
|
1469
2045
|
}
|
|
1470
2046
|
])
|
|
@@ -1532,6 +2108,24 @@ function getDeletedDraftPost(payload) {
|
|
|
1532
2108
|
},
|
|
1533
2109
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1534
2110
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2111
|
+
{
|
|
2112
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2128
|
+
},
|
|
1535
2129
|
{
|
|
1536
2130
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1537
2131
|
},
|
|
@@ -1573,7 +2167,37 @@ function getDeletedDraftPost(payload) {
|
|
|
1573
2167
|
{
|
|
1574
2168
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1575
2169
|
},
|
|
1576
|
-
{
|
|
2170
|
+
{
|
|
2171
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2187
|
+
},
|
|
2188
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2189
|
+
{
|
|
2190
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2200
|
+
}
|
|
1577
2201
|
]
|
|
1578
2202
|
}
|
|
1579
2203
|
])
|
|
@@ -1641,6 +2265,24 @@ function restoreFromTrashBin(payload) {
|
|
|
1641
2265
|
},
|
|
1642
2266
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1643
2267
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2268
|
+
{
|
|
2269
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2285
|
+
},
|
|
1644
2286
|
{
|
|
1645
2287
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1646
2288
|
},
|
|
@@ -1682,7 +2324,37 @@ function restoreFromTrashBin(payload) {
|
|
|
1682
2324
|
{
|
|
1683
2325
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1684
2326
|
},
|
|
1685
|
-
{
|
|
2327
|
+
{
|
|
2328
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2344
|
+
},
|
|
2345
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2346
|
+
{
|
|
2347
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2357
|
+
}
|
|
1686
2358
|
]
|
|
1687
2359
|
}
|
|
1688
2360
|
])
|
|
@@ -1750,6 +2422,24 @@ function queryDraftPosts(payload) {
|
|
|
1750
2422
|
{
|
|
1751
2423
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1752
2424
|
},
|
|
2425
|
+
{
|
|
2426
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2442
|
+
},
|
|
1753
2443
|
{
|
|
1754
2444
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1755
2445
|
},
|
|
@@ -1791,7 +2481,37 @@ function queryDraftPosts(payload) {
|
|
|
1791
2481
|
{
|
|
1792
2482
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1793
2483
|
},
|
|
1794
|
-
{
|
|
2484
|
+
{
|
|
2485
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2486
|
+
},
|
|
2487
|
+
{
|
|
2488
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2501
|
+
},
|
|
2502
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2503
|
+
{
|
|
2504
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2514
|
+
}
|
|
1795
2515
|
]
|
|
1796
2516
|
}
|
|
1797
2517
|
])
|
|
@@ -1907,8 +2627,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1907
2627
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1908
2628
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1909
2629
|
NodeType2["SHAPE"] = "SHAPE";
|
|
2630
|
+
NodeType2["CARD"] = "CARD";
|
|
1910
2631
|
return NodeType2;
|
|
1911
2632
|
})(NodeType || {});
|
|
2633
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
2634
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
2635
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2636
|
+
return BackgroundType2;
|
|
2637
|
+
})(BackgroundType || {});
|
|
2638
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
2639
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
2640
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
2641
|
+
return GradientType2;
|
|
2642
|
+
})(GradientType || {});
|
|
1912
2643
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1913
2644
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1914
2645
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -2044,12 +2775,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
2044
2775
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
2045
2776
|
return PollLayoutDirection2;
|
|
2046
2777
|
})(PollLayoutDirection || {});
|
|
2047
|
-
var
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
return
|
|
2052
|
-
})(
|
|
2778
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
2779
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
2780
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
2781
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2782
|
+
return PollDesignBackgroundType2;
|
|
2783
|
+
})(PollDesignBackgroundType || {});
|
|
2053
2784
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
2054
2785
|
DecorationType2["BOLD"] = "BOLD";
|
|
2055
2786
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -2136,12 +2867,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
2136
2867
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
2137
2868
|
return NullValue2;
|
|
2138
2869
|
})(NullValue || {});
|
|
2139
|
-
var
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
return
|
|
2144
|
-
})(
|
|
2870
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
2871
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2872
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2873
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2874
|
+
return ImageScalingScaling2;
|
|
2875
|
+
})(ImageScalingScaling || {});
|
|
2145
2876
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
2146
2877
|
ImagePosition2["CENTER"] = "CENTER";
|
|
2147
2878
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -2159,6 +2890,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
2159
2890
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
2160
2891
|
return BannerOrigin2;
|
|
2161
2892
|
})(BannerOrigin || {});
|
|
2893
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2894
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2895
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2896
|
+
return LayoutDataBackgroundType2;
|
|
2897
|
+
})(LayoutDataBackgroundType || {});
|
|
2898
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2899
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
2900
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
2901
|
+
return BackdropType2;
|
|
2902
|
+
})(BackdropType || {});
|
|
2162
2903
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
2163
2904
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
2164
2905
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -2175,6 +2916,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
2175
2916
|
DesignTarget2["CELL"] = "CELL";
|
|
2176
2917
|
return DesignTarget2;
|
|
2177
2918
|
})(DesignTarget || {});
|
|
2919
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
2920
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2921
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2922
|
+
Scaling2["COVER"] = "COVER";
|
|
2923
|
+
return Scaling2;
|
|
2924
|
+
})(Scaling || {});
|
|
2925
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
2926
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
2927
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
2928
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
2929
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
2930
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
2931
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
2932
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
2933
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2934
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2935
|
+
return ImagePositionPosition2;
|
|
2936
|
+
})(ImagePositionPosition || {});
|
|
2937
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
2938
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
2939
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2940
|
+
return CardDataBackgroundType2;
|
|
2941
|
+
})(CardDataBackgroundType || {});
|
|
2178
2942
|
var Status = /* @__PURE__ */ ((Status2) => {
|
|
2179
2943
|
Status2["UNKNOWN"] = "UNKNOWN";
|
|
2180
2944
|
Status2["PUBLISHED"] = "PUBLISHED";
|
|
@@ -3224,6 +3988,24 @@ var onDraftCreated = EventDefinition(
|
|
|
3224
3988
|
{
|
|
3225
3989
|
transformFn: transformRESTFloatToSDKFloat2,
|
|
3226
3990
|
paths: [
|
|
3991
|
+
{
|
|
3992
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3999
|
+
},
|
|
4000
|
+
{
|
|
4001
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
4008
|
+
},
|
|
3227
4009
|
{
|
|
3228
4010
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
3229
4011
|
},
|
|
@@ -3255,7 +4037,37 @@ var onDraftCreated = EventDefinition(
|
|
|
3255
4037
|
{
|
|
3256
4038
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3257
4039
|
},
|
|
3258
|
-
{
|
|
4040
|
+
{
|
|
4041
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4042
|
+
},
|
|
4043
|
+
{
|
|
4044
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
4057
|
+
},
|
|
4058
|
+
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
4059
|
+
{
|
|
4060
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
4061
|
+
},
|
|
4062
|
+
{
|
|
4063
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4070
|
+
}
|
|
3259
4071
|
]
|
|
3260
4072
|
},
|
|
3261
4073
|
{
|
|
@@ -3298,6 +4110,24 @@ var onDraftDeleted = EventDefinition(
|
|
|
3298
4110
|
{
|
|
3299
4111
|
transformFn: transformRESTFloatToSDKFloat2,
|
|
3300
4112
|
paths: [
|
|
4113
|
+
{
|
|
4114
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
4124
|
+
},
|
|
4125
|
+
{
|
|
4126
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
4130
|
+
},
|
|
3301
4131
|
{
|
|
3302
4132
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
3303
4133
|
},
|
|
@@ -3329,7 +4159,37 @@ var onDraftDeleted = EventDefinition(
|
|
|
3329
4159
|
{
|
|
3330
4160
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3331
4161
|
},
|
|
3332
|
-
{
|
|
4162
|
+
{
|
|
4163
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4164
|
+
},
|
|
4165
|
+
{
|
|
4166
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
4179
|
+
},
|
|
4180
|
+
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
4181
|
+
{
|
|
4182
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4192
|
+
}
|
|
3333
4193
|
]
|
|
3334
4194
|
},
|
|
3335
4195
|
{
|
|
@@ -3372,6 +4232,24 @@ var onDraftUpdated = EventDefinition(
|
|
|
3372
4232
|
{
|
|
3373
4233
|
transformFn: transformRESTFloatToSDKFloat2,
|
|
3374
4234
|
paths: [
|
|
4235
|
+
{
|
|
4236
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
4252
|
+
},
|
|
3375
4253
|
{
|
|
3376
4254
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
3377
4255
|
},
|
|
@@ -3403,7 +4281,37 @@ var onDraftUpdated = EventDefinition(
|
|
|
3403
4281
|
{
|
|
3404
4282
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3405
4283
|
},
|
|
3406
|
-
{
|
|
4284
|
+
{
|
|
4285
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4286
|
+
},
|
|
4287
|
+
{
|
|
4288
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
4295
|
+
},
|
|
4296
|
+
{
|
|
4297
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
4298
|
+
},
|
|
4299
|
+
{
|
|
4300
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
4301
|
+
},
|
|
4302
|
+
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
4303
|
+
{
|
|
4304
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
4311
|
+
},
|
|
4312
|
+
{
|
|
4313
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4314
|
+
}
|
|
3407
4315
|
]
|
|
3408
4316
|
},
|
|
3409
4317
|
{
|
|
@@ -3451,9 +4359,11 @@ export {
|
|
|
3451
4359
|
Alignment,
|
|
3452
4360
|
AppType,
|
|
3453
4361
|
AspectRatio,
|
|
4362
|
+
BackdropType,
|
|
3454
4363
|
BackgroundType,
|
|
3455
4364
|
BannerOrigin,
|
|
3456
4365
|
ButtonDataType,
|
|
4366
|
+
CardDataBackgroundType,
|
|
3457
4367
|
CardStylesType,
|
|
3458
4368
|
Crop,
|
|
3459
4369
|
DecorationType,
|
|
@@ -3464,9 +4374,13 @@ export {
|
|
|
3464
4374
|
FontType,
|
|
3465
4375
|
GIFType,
|
|
3466
4376
|
GetDraftPostsSort,
|
|
4377
|
+
GradientType,
|
|
3467
4378
|
ImagePosition,
|
|
4379
|
+
ImagePositionPosition,
|
|
4380
|
+
ImageScalingScaling,
|
|
3468
4381
|
InitialExpandedItems,
|
|
3469
4382
|
Layout,
|
|
4383
|
+
LayoutDataBackgroundType,
|
|
3470
4384
|
LayoutType,
|
|
3471
4385
|
LineStyle,
|
|
3472
4386
|
MapType,
|
|
@@ -3477,6 +4391,7 @@ export {
|
|
|
3477
4391
|
Origin,
|
|
3478
4392
|
Placement,
|
|
3479
4393
|
PluginContainerDataAlignment,
|
|
4394
|
+
PollDesignBackgroundType,
|
|
3480
4395
|
PollLayoutDirection,
|
|
3481
4396
|
PollLayoutType,
|
|
3482
4397
|
Position,
|