@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
|
@@ -200,6 +200,24 @@ function createDraftPost(payload) {
|
|
|
200
200
|
},
|
|
201
201
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
202
202
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
203
|
+
{
|
|
204
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
220
|
+
},
|
|
203
221
|
{
|
|
204
222
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
205
223
|
},
|
|
@@ -233,7 +251,37 @@ function createDraftPost(payload) {
|
|
|
233
251
|
{
|
|
234
252
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
235
253
|
},
|
|
236
|
-
{
|
|
254
|
+
{
|
|
255
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
271
|
+
},
|
|
272
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
273
|
+
{
|
|
274
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
284
|
+
}
|
|
237
285
|
]
|
|
238
286
|
}
|
|
239
287
|
]);
|
|
@@ -290,6 +338,24 @@ function createDraftPost(payload) {
|
|
|
290
338
|
},
|
|
291
339
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
292
340
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
341
|
+
{
|
|
342
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
358
|
+
},
|
|
293
359
|
{
|
|
294
360
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
295
361
|
},
|
|
@@ -331,7 +397,37 @@ function createDraftPost(payload) {
|
|
|
331
397
|
{
|
|
332
398
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
333
399
|
},
|
|
334
|
-
{
|
|
400
|
+
{
|
|
401
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
417
|
+
},
|
|
418
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
419
|
+
{
|
|
420
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
430
|
+
}
|
|
335
431
|
]
|
|
336
432
|
}
|
|
337
433
|
])
|
|
@@ -383,6 +479,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
383
479
|
},
|
|
384
480
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
385
481
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
482
|
+
{
|
|
483
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
499
|
+
},
|
|
386
500
|
{
|
|
387
501
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
388
502
|
},
|
|
@@ -418,7 +532,37 @@ function bulkCreateDraftPosts(payload) {
|
|
|
418
532
|
{
|
|
419
533
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
420
534
|
},
|
|
421
|
-
{
|
|
535
|
+
{
|
|
536
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
552
|
+
},
|
|
553
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
554
|
+
{
|
|
555
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
565
|
+
}
|
|
422
566
|
]
|
|
423
567
|
}
|
|
424
568
|
]);
|
|
@@ -479,6 +623,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
479
623
|
{
|
|
480
624
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
481
625
|
},
|
|
626
|
+
{
|
|
627
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
643
|
+
},
|
|
482
644
|
{
|
|
483
645
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
484
646
|
},
|
|
@@ -530,8 +692,38 @@ function bulkCreateDraftPosts(payload) {
|
|
|
530
692
|
{
|
|
531
693
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
532
694
|
},
|
|
695
|
+
{
|
|
696
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
712
|
+
},
|
|
533
713
|
{
|
|
534
714
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
535
727
|
}
|
|
536
728
|
]
|
|
537
729
|
}
|
|
@@ -601,6 +793,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
601
793
|
{
|
|
602
794
|
path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
603
795
|
},
|
|
796
|
+
{
|
|
797
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
813
|
+
},
|
|
604
814
|
{
|
|
605
815
|
path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
606
816
|
},
|
|
@@ -652,8 +862,38 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
652
862
|
{
|
|
653
863
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
654
864
|
},
|
|
865
|
+
{
|
|
866
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
882
|
+
},
|
|
655
883
|
{
|
|
656
884
|
path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
657
897
|
}
|
|
658
898
|
]
|
|
659
899
|
}
|
|
@@ -715,6 +955,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
715
955
|
{
|
|
716
956
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
717
957
|
},
|
|
958
|
+
{
|
|
959
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
975
|
+
},
|
|
718
976
|
{
|
|
719
977
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
720
978
|
},
|
|
@@ -766,8 +1024,38 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
766
1024
|
{
|
|
767
1025
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
768
1026
|
},
|
|
1027
|
+
{
|
|
1028
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1044
|
+
},
|
|
769
1045
|
{
|
|
770
1046
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
771
1059
|
}
|
|
772
1060
|
]
|
|
773
1061
|
}
|
|
@@ -836,6 +1124,24 @@ function listDeletedDraftPosts(payload) {
|
|
|
836
1124
|
{
|
|
837
1125
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
838
1126
|
},
|
|
1127
|
+
{
|
|
1128
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1144
|
+
},
|
|
839
1145
|
{
|
|
840
1146
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
841
1147
|
},
|
|
@@ -877,7 +1183,37 @@ function listDeletedDraftPosts(payload) {
|
|
|
877
1183
|
{
|
|
878
1184
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
879
1185
|
},
|
|
880
|
-
{
|
|
1186
|
+
{
|
|
1187
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1203
|
+
},
|
|
1204
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
1205
|
+
{
|
|
1206
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1216
|
+
}
|
|
881
1217
|
]
|
|
882
1218
|
}
|
|
883
1219
|
])
|
|
@@ -941,6 +1277,24 @@ function getDraftPost(payload) {
|
|
|
941
1277
|
},
|
|
942
1278
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
943
1279
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1280
|
+
{
|
|
1281
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1297
|
+
},
|
|
944
1298
|
{
|
|
945
1299
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
946
1300
|
},
|
|
@@ -982,7 +1336,37 @@ function getDraftPost(payload) {
|
|
|
982
1336
|
{
|
|
983
1337
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
984
1338
|
},
|
|
985
|
-
{
|
|
1339
|
+
{
|
|
1340
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1356
|
+
},
|
|
1357
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1358
|
+
{
|
|
1359
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1369
|
+
}
|
|
986
1370
|
]
|
|
987
1371
|
}
|
|
988
1372
|
])
|
|
@@ -1039,6 +1423,24 @@ function updateDraftPost(payload) {
|
|
|
1039
1423
|
},
|
|
1040
1424
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1041
1425
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1426
|
+
{
|
|
1427
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1443
|
+
},
|
|
1042
1444
|
{
|
|
1043
1445
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1044
1446
|
},
|
|
@@ -1072,7 +1474,37 @@ function updateDraftPost(payload) {
|
|
|
1072
1474
|
{
|
|
1073
1475
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1074
1476
|
},
|
|
1075
|
-
{
|
|
1477
|
+
{
|
|
1478
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1494
|
+
},
|
|
1495
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1496
|
+
{
|
|
1497
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1507
|
+
}
|
|
1076
1508
|
]
|
|
1077
1509
|
}
|
|
1078
1510
|
]);
|
|
@@ -1133,6 +1565,24 @@ function updateDraftPost(payload) {
|
|
|
1133
1565
|
},
|
|
1134
1566
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1135
1567
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1568
|
+
{
|
|
1569
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1585
|
+
},
|
|
1136
1586
|
{
|
|
1137
1587
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1138
1588
|
},
|
|
@@ -1174,7 +1624,37 @@ function updateDraftPost(payload) {
|
|
|
1174
1624
|
{
|
|
1175
1625
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1176
1626
|
},
|
|
1177
|
-
{
|
|
1627
|
+
{
|
|
1628
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1644
|
+
},
|
|
1645
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1646
|
+
{
|
|
1647
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1657
|
+
}
|
|
1178
1658
|
]
|
|
1179
1659
|
}
|
|
1180
1660
|
])
|
|
@@ -1284,6 +1764,24 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1284
1764
|
{
|
|
1285
1765
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1286
1766
|
},
|
|
1767
|
+
{
|
|
1768
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1784
|
+
},
|
|
1287
1785
|
{
|
|
1288
1786
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
1289
1787
|
},
|
|
@@ -1335,8 +1833,38 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1335
1833
|
{
|
|
1336
1834
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1337
1835
|
},
|
|
1836
|
+
{
|
|
1837
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1853
|
+
},
|
|
1338
1854
|
{
|
|
1339
1855
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1340
1868
|
}
|
|
1341
1869
|
]
|
|
1342
1870
|
}
|
|
@@ -1405,6 +1933,24 @@ function listDraftPosts(payload) {
|
|
|
1405
1933
|
{
|
|
1406
1934
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1407
1935
|
},
|
|
1936
|
+
{
|
|
1937
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1953
|
+
},
|
|
1408
1954
|
{
|
|
1409
1955
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1410
1956
|
},
|
|
@@ -1446,7 +1992,37 @@ function listDraftPosts(payload) {
|
|
|
1446
1992
|
{
|
|
1447
1993
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1448
1994
|
},
|
|
1449
|
-
{
|
|
1995
|
+
{
|
|
1996
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2012
|
+
},
|
|
2013
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2014
|
+
{
|
|
2015
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2025
|
+
}
|
|
1450
2026
|
]
|
|
1451
2027
|
}
|
|
1452
2028
|
])
|
|
@@ -1514,6 +2090,24 @@ function getDeletedDraftPost(payload) {
|
|
|
1514
2090
|
},
|
|
1515
2091
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1516
2092
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2093
|
+
{
|
|
2094
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2110
|
+
},
|
|
1517
2111
|
{
|
|
1518
2112
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1519
2113
|
},
|
|
@@ -1555,7 +2149,37 @@ function getDeletedDraftPost(payload) {
|
|
|
1555
2149
|
{
|
|
1556
2150
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1557
2151
|
},
|
|
1558
|
-
{
|
|
2152
|
+
{
|
|
2153
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2169
|
+
},
|
|
2170
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2171
|
+
{
|
|
2172
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2182
|
+
}
|
|
1559
2183
|
]
|
|
1560
2184
|
}
|
|
1561
2185
|
])
|
|
@@ -1623,6 +2247,24 @@ function restoreFromTrashBin(payload) {
|
|
|
1623
2247
|
},
|
|
1624
2248
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1625
2249
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2250
|
+
{
|
|
2251
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2267
|
+
},
|
|
1626
2268
|
{
|
|
1627
2269
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1628
2270
|
},
|
|
@@ -1664,7 +2306,37 @@ function restoreFromTrashBin(payload) {
|
|
|
1664
2306
|
{
|
|
1665
2307
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1666
2308
|
},
|
|
1667
|
-
{
|
|
2309
|
+
{
|
|
2310
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2326
|
+
},
|
|
2327
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2328
|
+
{
|
|
2329
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2339
|
+
}
|
|
1668
2340
|
]
|
|
1669
2341
|
}
|
|
1670
2342
|
])
|
|
@@ -1732,6 +2404,24 @@ function queryDraftPosts(payload) {
|
|
|
1732
2404
|
{
|
|
1733
2405
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1734
2406
|
},
|
|
2407
|
+
{
|
|
2408
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2424
|
+
},
|
|
1735
2425
|
{
|
|
1736
2426
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1737
2427
|
},
|
|
@@ -1773,7 +2463,37 @@ function queryDraftPosts(payload) {
|
|
|
1773
2463
|
{
|
|
1774
2464
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1775
2465
|
},
|
|
1776
|
-
{
|
|
2466
|
+
{
|
|
2467
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2483
|
+
},
|
|
2484
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2485
|
+
{
|
|
2486
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2496
|
+
}
|
|
1777
2497
|
]
|
|
1778
2498
|
}
|
|
1779
2499
|
])
|
|
@@ -1881,8 +2601,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1881
2601
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1882
2602
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1883
2603
|
NodeType2["SHAPE"] = "SHAPE";
|
|
2604
|
+
NodeType2["CARD"] = "CARD";
|
|
1884
2605
|
return NodeType2;
|
|
1885
2606
|
})(NodeType || {});
|
|
2607
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
2608
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
2609
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2610
|
+
return BackgroundType2;
|
|
2611
|
+
})(BackgroundType || {});
|
|
2612
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
2613
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
2614
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
2615
|
+
return GradientType2;
|
|
2616
|
+
})(GradientType || {});
|
|
1886
2617
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1887
2618
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1888
2619
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -2018,12 +2749,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
2018
2749
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
2019
2750
|
return PollLayoutDirection2;
|
|
2020
2751
|
})(PollLayoutDirection || {});
|
|
2021
|
-
var
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
return
|
|
2026
|
-
})(
|
|
2752
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
2753
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
2754
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
2755
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2756
|
+
return PollDesignBackgroundType2;
|
|
2757
|
+
})(PollDesignBackgroundType || {});
|
|
2027
2758
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
2028
2759
|
DecorationType2["BOLD"] = "BOLD";
|
|
2029
2760
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -2110,12 +2841,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
2110
2841
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
2111
2842
|
return NullValue2;
|
|
2112
2843
|
})(NullValue || {});
|
|
2113
|
-
var
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
return
|
|
2118
|
-
})(
|
|
2844
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
2845
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2846
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2847
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2848
|
+
return ImageScalingScaling2;
|
|
2849
|
+
})(ImageScalingScaling || {});
|
|
2119
2850
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
2120
2851
|
ImagePosition2["CENTER"] = "CENTER";
|
|
2121
2852
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -2133,6 +2864,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
2133
2864
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
2134
2865
|
return BannerOrigin2;
|
|
2135
2866
|
})(BannerOrigin || {});
|
|
2867
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2868
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2869
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2870
|
+
return LayoutDataBackgroundType2;
|
|
2871
|
+
})(LayoutDataBackgroundType || {});
|
|
2872
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2873
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
2874
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
2875
|
+
return BackdropType2;
|
|
2876
|
+
})(BackdropType || {});
|
|
2136
2877
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
2137
2878
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
2138
2879
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -2149,6 +2890,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
2149
2890
|
DesignTarget2["CELL"] = "CELL";
|
|
2150
2891
|
return DesignTarget2;
|
|
2151
2892
|
})(DesignTarget || {});
|
|
2893
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
2894
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2895
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2896
|
+
Scaling2["COVER"] = "COVER";
|
|
2897
|
+
return Scaling2;
|
|
2898
|
+
})(Scaling || {});
|
|
2899
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
2900
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
2901
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
2902
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
2903
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
2904
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
2905
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
2906
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
2907
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2908
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2909
|
+
return ImagePositionPosition2;
|
|
2910
|
+
})(ImagePositionPosition || {});
|
|
2911
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
2912
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
2913
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2914
|
+
return CardDataBackgroundType2;
|
|
2915
|
+
})(CardDataBackgroundType || {});
|
|
2152
2916
|
var Status = /* @__PURE__ */ ((Status2) => {
|
|
2153
2917
|
Status2["UNKNOWN"] = "UNKNOWN";
|
|
2154
2918
|
Status2["PUBLISHED"] = "PUBLISHED";
|
|
@@ -2473,9 +3237,11 @@ export {
|
|
|
2473
3237
|
Alignment as AlignmentOriginal,
|
|
2474
3238
|
AppType as AppTypeOriginal,
|
|
2475
3239
|
AspectRatio as AspectRatioOriginal,
|
|
3240
|
+
BackdropType as BackdropTypeOriginal,
|
|
2476
3241
|
BackgroundType as BackgroundTypeOriginal,
|
|
2477
3242
|
BannerOrigin as BannerOriginOriginal,
|
|
2478
3243
|
ButtonDataType as ButtonDataTypeOriginal,
|
|
3244
|
+
CardDataBackgroundType as CardDataBackgroundTypeOriginal,
|
|
2479
3245
|
CardStylesType as CardStylesTypeOriginal,
|
|
2480
3246
|
Crop as CropOriginal,
|
|
2481
3247
|
DecorationType as DecorationTypeOriginal,
|
|
@@ -2486,8 +3252,12 @@ export {
|
|
|
2486
3252
|
FontType as FontTypeOriginal,
|
|
2487
3253
|
GIFType as GIFTypeOriginal,
|
|
2488
3254
|
GetDraftPostsSort as GetDraftPostsSortOriginal,
|
|
3255
|
+
GradientType as GradientTypeOriginal,
|
|
2489
3256
|
ImagePosition as ImagePositionOriginal,
|
|
3257
|
+
ImagePositionPosition as ImagePositionPositionOriginal,
|
|
3258
|
+
ImageScalingScaling as ImageScalingScalingOriginal,
|
|
2490
3259
|
InitialExpandedItems as InitialExpandedItemsOriginal,
|
|
3260
|
+
LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal,
|
|
2491
3261
|
Layout as LayoutOriginal,
|
|
2492
3262
|
LayoutType as LayoutTypeOriginal,
|
|
2493
3263
|
LineStyle as LineStyleOriginal,
|
|
@@ -2499,6 +3269,7 @@ export {
|
|
|
2499
3269
|
Origin as OriginOriginal,
|
|
2500
3270
|
Placement as PlacementOriginal,
|
|
2501
3271
|
PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,
|
|
3272
|
+
PollDesignBackgroundType as PollDesignBackgroundTypeOriginal,
|
|
2502
3273
|
PollLayoutDirection as PollLayoutDirectionOriginal,
|
|
2503
3274
|
PollLayoutType as PollLayoutTypeOriginal,
|
|
2504
3275
|
Position as PositionOriginal,
|