@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
|
@@ -208,6 +208,24 @@ function createDraftPost(payload) {
|
|
|
208
208
|
},
|
|
209
209
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
210
210
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
211
|
+
{
|
|
212
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
228
|
+
},
|
|
211
229
|
{
|
|
212
230
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
213
231
|
},
|
|
@@ -241,7 +259,37 @@ function createDraftPost(payload) {
|
|
|
241
259
|
{
|
|
242
260
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
243
261
|
},
|
|
244
|
-
{
|
|
262
|
+
{
|
|
263
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
279
|
+
},
|
|
280
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
281
|
+
{
|
|
282
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
292
|
+
}
|
|
245
293
|
]
|
|
246
294
|
}
|
|
247
295
|
]);
|
|
@@ -298,6 +346,24 @@ function createDraftPost(payload) {
|
|
|
298
346
|
},
|
|
299
347
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
300
348
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
349
|
+
{
|
|
350
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
366
|
+
},
|
|
301
367
|
{
|
|
302
368
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
303
369
|
},
|
|
@@ -339,7 +405,37 @@ function createDraftPost(payload) {
|
|
|
339
405
|
{
|
|
340
406
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
341
407
|
},
|
|
342
|
-
{
|
|
408
|
+
{
|
|
409
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
425
|
+
},
|
|
426
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
427
|
+
{
|
|
428
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
438
|
+
}
|
|
343
439
|
]
|
|
344
440
|
}
|
|
345
441
|
])
|
|
@@ -391,6 +487,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
391
487
|
},
|
|
392
488
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
393
489
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
490
|
+
{
|
|
491
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
507
|
+
},
|
|
394
508
|
{
|
|
395
509
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
396
510
|
},
|
|
@@ -426,7 +540,37 @@ function bulkCreateDraftPosts(payload) {
|
|
|
426
540
|
{
|
|
427
541
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
428
542
|
},
|
|
429
|
-
{
|
|
543
|
+
{
|
|
544
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
560
|
+
},
|
|
561
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
562
|
+
{
|
|
563
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
573
|
+
}
|
|
430
574
|
]
|
|
431
575
|
}
|
|
432
576
|
]);
|
|
@@ -487,6 +631,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
487
631
|
{
|
|
488
632
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
489
633
|
},
|
|
634
|
+
{
|
|
635
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
651
|
+
},
|
|
490
652
|
{
|
|
491
653
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
492
654
|
},
|
|
@@ -538,8 +700,38 @@ function bulkCreateDraftPosts(payload) {
|
|
|
538
700
|
{
|
|
539
701
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
540
702
|
},
|
|
703
|
+
{
|
|
704
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
720
|
+
},
|
|
541
721
|
{
|
|
542
722
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
543
735
|
}
|
|
544
736
|
]
|
|
545
737
|
}
|
|
@@ -609,6 +801,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
609
801
|
{
|
|
610
802
|
path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
611
803
|
},
|
|
804
|
+
{
|
|
805
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
821
|
+
},
|
|
612
822
|
{
|
|
613
823
|
path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
614
824
|
},
|
|
@@ -660,8 +870,38 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
660
870
|
{
|
|
661
871
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
662
872
|
},
|
|
873
|
+
{
|
|
874
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
890
|
+
},
|
|
663
891
|
{
|
|
664
892
|
path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
665
905
|
}
|
|
666
906
|
]
|
|
667
907
|
}
|
|
@@ -723,6 +963,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
723
963
|
{
|
|
724
964
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
725
965
|
},
|
|
966
|
+
{
|
|
967
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
983
|
+
},
|
|
726
984
|
{
|
|
727
985
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
728
986
|
},
|
|
@@ -774,8 +1032,38 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
774
1032
|
{
|
|
775
1033
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
776
1034
|
},
|
|
1035
|
+
{
|
|
1036
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1052
|
+
},
|
|
777
1053
|
{
|
|
778
1054
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
779
1067
|
}
|
|
780
1068
|
]
|
|
781
1069
|
}
|
|
@@ -844,6 +1132,24 @@ function listDeletedDraftPosts(payload) {
|
|
|
844
1132
|
{
|
|
845
1133
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
846
1134
|
},
|
|
1135
|
+
{
|
|
1136
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1152
|
+
},
|
|
847
1153
|
{
|
|
848
1154
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
849
1155
|
},
|
|
@@ -885,7 +1191,37 @@ function listDeletedDraftPosts(payload) {
|
|
|
885
1191
|
{
|
|
886
1192
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
887
1193
|
},
|
|
888
|
-
{
|
|
1194
|
+
{
|
|
1195
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1211
|
+
},
|
|
1212
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
1213
|
+
{
|
|
1214
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1224
|
+
}
|
|
889
1225
|
]
|
|
890
1226
|
}
|
|
891
1227
|
])
|
|
@@ -949,6 +1285,24 @@ function getDraftPost(payload) {
|
|
|
949
1285
|
},
|
|
950
1286
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
951
1287
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1288
|
+
{
|
|
1289
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1305
|
+
},
|
|
952
1306
|
{
|
|
953
1307
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
954
1308
|
},
|
|
@@ -990,7 +1344,37 @@ function getDraftPost(payload) {
|
|
|
990
1344
|
{
|
|
991
1345
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
992
1346
|
},
|
|
993
|
-
{
|
|
1347
|
+
{
|
|
1348
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1364
|
+
},
|
|
1365
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1366
|
+
{
|
|
1367
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1377
|
+
}
|
|
994
1378
|
]
|
|
995
1379
|
}
|
|
996
1380
|
])
|
|
@@ -1047,6 +1431,24 @@ function updateDraftPost(payload) {
|
|
|
1047
1431
|
},
|
|
1048
1432
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1049
1433
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1434
|
+
{
|
|
1435
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1451
|
+
},
|
|
1050
1452
|
{
|
|
1051
1453
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1052
1454
|
},
|
|
@@ -1080,7 +1482,37 @@ function updateDraftPost(payload) {
|
|
|
1080
1482
|
{
|
|
1081
1483
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1082
1484
|
},
|
|
1083
|
-
{
|
|
1485
|
+
{
|
|
1486
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1502
|
+
},
|
|
1503
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1504
|
+
{
|
|
1505
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1515
|
+
}
|
|
1084
1516
|
]
|
|
1085
1517
|
}
|
|
1086
1518
|
]);
|
|
@@ -1141,6 +1573,24 @@ function updateDraftPost(payload) {
|
|
|
1141
1573
|
},
|
|
1142
1574
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1143
1575
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1576
|
+
{
|
|
1577
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1593
|
+
},
|
|
1144
1594
|
{
|
|
1145
1595
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1146
1596
|
},
|
|
@@ -1182,7 +1632,37 @@ function updateDraftPost(payload) {
|
|
|
1182
1632
|
{
|
|
1183
1633
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1184
1634
|
},
|
|
1185
|
-
{
|
|
1635
|
+
{
|
|
1636
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1652
|
+
},
|
|
1653
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1654
|
+
{
|
|
1655
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1665
|
+
}
|
|
1186
1666
|
]
|
|
1187
1667
|
}
|
|
1188
1668
|
])
|
|
@@ -1292,6 +1772,24 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1292
1772
|
{
|
|
1293
1773
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1294
1774
|
},
|
|
1775
|
+
{
|
|
1776
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1792
|
+
},
|
|
1295
1793
|
{
|
|
1296
1794
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
1297
1795
|
},
|
|
@@ -1343,8 +1841,38 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1343
1841
|
{
|
|
1344
1842
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1345
1843
|
},
|
|
1844
|
+
{
|
|
1845
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1861
|
+
},
|
|
1346
1862
|
{
|
|
1347
1863
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1348
1876
|
}
|
|
1349
1877
|
]
|
|
1350
1878
|
}
|
|
@@ -1413,6 +1941,24 @@ function listDraftPosts(payload) {
|
|
|
1413
1941
|
{
|
|
1414
1942
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1415
1943
|
},
|
|
1944
|
+
{
|
|
1945
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1961
|
+
},
|
|
1416
1962
|
{
|
|
1417
1963
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1418
1964
|
},
|
|
@@ -1454,7 +2000,37 @@ function listDraftPosts(payload) {
|
|
|
1454
2000
|
{
|
|
1455
2001
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1456
2002
|
},
|
|
1457
|
-
{
|
|
2003
|
+
{
|
|
2004
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2020
|
+
},
|
|
2021
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2022
|
+
{
|
|
2023
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2033
|
+
}
|
|
1458
2034
|
]
|
|
1459
2035
|
}
|
|
1460
2036
|
])
|
|
@@ -1522,6 +2098,24 @@ function getDeletedDraftPost(payload) {
|
|
|
1522
2098
|
},
|
|
1523
2099
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1524
2100
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2101
|
+
{
|
|
2102
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2118
|
+
},
|
|
1525
2119
|
{
|
|
1526
2120
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1527
2121
|
},
|
|
@@ -1563,7 +2157,37 @@ function getDeletedDraftPost(payload) {
|
|
|
1563
2157
|
{
|
|
1564
2158
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1565
2159
|
},
|
|
1566
|
-
{
|
|
2160
|
+
{
|
|
2161
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2177
|
+
},
|
|
2178
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2179
|
+
{
|
|
2180
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2190
|
+
}
|
|
1567
2191
|
]
|
|
1568
2192
|
}
|
|
1569
2193
|
])
|
|
@@ -1631,6 +2255,24 @@ function restoreFromTrashBin(payload) {
|
|
|
1631
2255
|
},
|
|
1632
2256
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1633
2257
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2258
|
+
{
|
|
2259
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2275
|
+
},
|
|
1634
2276
|
{
|
|
1635
2277
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1636
2278
|
},
|
|
@@ -1672,7 +2314,37 @@ function restoreFromTrashBin(payload) {
|
|
|
1672
2314
|
{
|
|
1673
2315
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1674
2316
|
},
|
|
1675
|
-
{
|
|
2317
|
+
{
|
|
2318
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2334
|
+
},
|
|
2335
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2336
|
+
{
|
|
2337
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2347
|
+
}
|
|
1676
2348
|
]
|
|
1677
2349
|
}
|
|
1678
2350
|
])
|
|
@@ -1740,6 +2412,24 @@ function queryDraftPosts(payload) {
|
|
|
1740
2412
|
{
|
|
1741
2413
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1742
2414
|
},
|
|
2415
|
+
{
|
|
2416
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2432
|
+
},
|
|
1743
2433
|
{
|
|
1744
2434
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1745
2435
|
},
|
|
@@ -1781,7 +2471,37 @@ function queryDraftPosts(payload) {
|
|
|
1781
2471
|
{
|
|
1782
2472
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1783
2473
|
},
|
|
1784
|
-
{
|
|
2474
|
+
{
|
|
2475
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2491
|
+
},
|
|
2492
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2493
|
+
{
|
|
2494
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2504
|
+
}
|
|
1785
2505
|
]
|
|
1786
2506
|
}
|
|
1787
2507
|
])
|
|
@@ -1897,8 +2617,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1897
2617
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1898
2618
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1899
2619
|
NodeType2["SHAPE"] = "SHAPE";
|
|
2620
|
+
NodeType2["CARD"] = "CARD";
|
|
1900
2621
|
return NodeType2;
|
|
1901
2622
|
})(NodeType || {});
|
|
2623
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
2624
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
2625
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2626
|
+
return BackgroundType2;
|
|
2627
|
+
})(BackgroundType || {});
|
|
2628
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
2629
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
2630
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
2631
|
+
return GradientType2;
|
|
2632
|
+
})(GradientType || {});
|
|
1902
2633
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1903
2634
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1904
2635
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -2034,12 +2765,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
2034
2765
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
2035
2766
|
return PollLayoutDirection2;
|
|
2036
2767
|
})(PollLayoutDirection || {});
|
|
2037
|
-
var
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
return
|
|
2042
|
-
})(
|
|
2768
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
2769
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
2770
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
2771
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2772
|
+
return PollDesignBackgroundType2;
|
|
2773
|
+
})(PollDesignBackgroundType || {});
|
|
2043
2774
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
2044
2775
|
DecorationType2["BOLD"] = "BOLD";
|
|
2045
2776
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -2126,12 +2857,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
2126
2857
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
2127
2858
|
return NullValue2;
|
|
2128
2859
|
})(NullValue || {});
|
|
2129
|
-
var
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
return
|
|
2134
|
-
})(
|
|
2860
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
2861
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2862
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2863
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2864
|
+
return ImageScalingScaling2;
|
|
2865
|
+
})(ImageScalingScaling || {});
|
|
2135
2866
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
2136
2867
|
ImagePosition2["CENTER"] = "CENTER";
|
|
2137
2868
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -2149,6 +2880,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
2149
2880
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
2150
2881
|
return BannerOrigin2;
|
|
2151
2882
|
})(BannerOrigin || {});
|
|
2883
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2884
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2885
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2886
|
+
return LayoutDataBackgroundType2;
|
|
2887
|
+
})(LayoutDataBackgroundType || {});
|
|
2888
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2889
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
2890
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
2891
|
+
return BackdropType2;
|
|
2892
|
+
})(BackdropType || {});
|
|
2152
2893
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
2153
2894
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
2154
2895
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -2165,6 +2906,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
2165
2906
|
DesignTarget2["CELL"] = "CELL";
|
|
2166
2907
|
return DesignTarget2;
|
|
2167
2908
|
})(DesignTarget || {});
|
|
2909
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
2910
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2911
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2912
|
+
Scaling2["COVER"] = "COVER";
|
|
2913
|
+
return Scaling2;
|
|
2914
|
+
})(Scaling || {});
|
|
2915
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
2916
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
2917
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
2918
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
2919
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
2920
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
2921
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
2922
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
2923
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2924
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2925
|
+
return ImagePositionPosition2;
|
|
2926
|
+
})(ImagePositionPosition || {});
|
|
2927
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
2928
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
2929
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2930
|
+
return CardDataBackgroundType2;
|
|
2931
|
+
})(CardDataBackgroundType || {});
|
|
2168
2932
|
var Status = /* @__PURE__ */ ((Status2) => {
|
|
2169
2933
|
Status2["UNKNOWN"] = "UNKNOWN";
|
|
2170
2934
|
Status2["PUBLISHED"] = "PUBLISHED";
|
|
@@ -3071,9 +3835,11 @@ export {
|
|
|
3071
3835
|
Alignment,
|
|
3072
3836
|
AppType,
|
|
3073
3837
|
AspectRatio,
|
|
3838
|
+
BackdropType,
|
|
3074
3839
|
BackgroundType,
|
|
3075
3840
|
BannerOrigin,
|
|
3076
3841
|
ButtonDataType,
|
|
3842
|
+
CardDataBackgroundType,
|
|
3077
3843
|
CardStylesType,
|
|
3078
3844
|
Crop,
|
|
3079
3845
|
DecorationType,
|
|
@@ -3084,9 +3850,13 @@ export {
|
|
|
3084
3850
|
FontType,
|
|
3085
3851
|
GIFType,
|
|
3086
3852
|
GetDraftPostsSort,
|
|
3853
|
+
GradientType,
|
|
3087
3854
|
ImagePosition,
|
|
3855
|
+
ImagePositionPosition,
|
|
3856
|
+
ImageScalingScaling,
|
|
3088
3857
|
InitialExpandedItems,
|
|
3089
3858
|
Layout,
|
|
3859
|
+
LayoutDataBackgroundType,
|
|
3090
3860
|
LayoutType,
|
|
3091
3861
|
LineStyle,
|
|
3092
3862
|
MapType,
|
|
@@ -3097,6 +3867,7 @@ export {
|
|
|
3097
3867
|
Origin,
|
|
3098
3868
|
Placement,
|
|
3099
3869
|
PluginContainerDataAlignment,
|
|
3870
|
+
PollDesignBackgroundType,
|
|
3100
3871
|
PollLayoutDirection,
|
|
3101
3872
|
PollLayoutType,
|
|
3102
3873
|
Position,
|