@wix/auto_sdk_blog_draft-posts 1.0.76 → 1.0.78
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 +1017 -36
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +270 -26
- package/build/cjs/index.typings.js +857 -26
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +270 -26
- package/build/cjs/meta.js +857 -26
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +1008 -36
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +270 -26
- package/build/es/index.typings.mjs +848 -26
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +270 -26
- package/build/es/meta.mjs +848 -26
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +1017 -36
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +270 -26
- package/build/internal/cjs/index.typings.js +857 -26
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +270 -26
- package/build/internal/cjs/meta.js +857 -26
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +1008 -36
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +270 -26
- package/build/internal/es/index.typings.mjs +848 -26
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +270 -26
- package/build/internal/es/meta.mjs +848 -26
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -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,39 @@ 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
|
+
},
|
|
285
|
+
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
286
|
+
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" }
|
|
237
287
|
]
|
|
238
288
|
}
|
|
239
289
|
]);
|
|
@@ -290,6 +340,24 @@ function createDraftPost(payload) {
|
|
|
290
340
|
},
|
|
291
341
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
292
342
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
343
|
+
{
|
|
344
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
360
|
+
},
|
|
293
361
|
{
|
|
294
362
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
295
363
|
},
|
|
@@ -331,7 +399,39 @@ function createDraftPost(payload) {
|
|
|
331
399
|
{
|
|
332
400
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
333
401
|
},
|
|
334
|
-
{
|
|
402
|
+
{
|
|
403
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
419
|
+
},
|
|
420
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
421
|
+
{
|
|
422
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
432
|
+
},
|
|
433
|
+
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
434
|
+
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" }
|
|
335
435
|
]
|
|
336
436
|
}
|
|
337
437
|
])
|
|
@@ -383,6 +483,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
383
483
|
},
|
|
384
484
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
385
485
|
{ path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
486
|
+
{
|
|
487
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
503
|
+
},
|
|
386
504
|
{
|
|
387
505
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
388
506
|
},
|
|
@@ -418,7 +536,39 @@ function bulkCreateDraftPosts(payload) {
|
|
|
418
536
|
{
|
|
419
537
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
420
538
|
},
|
|
421
|
-
{
|
|
539
|
+
{
|
|
540
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
556
|
+
},
|
|
557
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
558
|
+
{
|
|
559
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
569
|
+
},
|
|
570
|
+
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
571
|
+
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
|
|
422
572
|
]
|
|
423
573
|
}
|
|
424
574
|
]);
|
|
@@ -479,6 +629,24 @@ function bulkCreateDraftPosts(payload) {
|
|
|
479
629
|
{
|
|
480
630
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
481
631
|
},
|
|
632
|
+
{
|
|
633
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
649
|
+
},
|
|
482
650
|
{
|
|
483
651
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
484
652
|
},
|
|
@@ -530,9 +698,41 @@ function bulkCreateDraftPosts(payload) {
|
|
|
530
698
|
{
|
|
531
699
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
532
700
|
},
|
|
701
|
+
{
|
|
702
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
718
|
+
},
|
|
533
719
|
{
|
|
534
720
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
535
|
-
}
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
733
|
+
},
|
|
734
|
+
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
735
|
+
{ path: "results.item.richContent.nodes.tocData.itemSpacing" }
|
|
536
736
|
]
|
|
537
737
|
}
|
|
538
738
|
])
|
|
@@ -601,6 +801,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
601
801
|
{
|
|
602
802
|
path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
603
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
|
+
},
|
|
604
822
|
{
|
|
605
823
|
path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
606
824
|
},
|
|
@@ -652,8 +870,42 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
652
870
|
{
|
|
653
871
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
654
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
|
+
},
|
|
655
891
|
{
|
|
656
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"
|
|
905
|
+
},
|
|
906
|
+
{ path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
|
|
907
|
+
{
|
|
908
|
+
path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
|
|
657
909
|
}
|
|
658
910
|
]
|
|
659
911
|
}
|
|
@@ -715,6 +967,24 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
715
967
|
{
|
|
716
968
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
717
969
|
},
|
|
970
|
+
{
|
|
971
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
987
|
+
},
|
|
718
988
|
{
|
|
719
989
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
720
990
|
},
|
|
@@ -766,9 +1036,41 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
766
1036
|
{
|
|
767
1037
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
768
1038
|
},
|
|
1039
|
+
{
|
|
1040
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1056
|
+
},
|
|
769
1057
|
{
|
|
770
1058
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
771
|
-
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1071
|
+
},
|
|
1072
|
+
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
1073
|
+
{ path: "results.item.richContent.nodes.tocData.itemSpacing" }
|
|
772
1074
|
]
|
|
773
1075
|
}
|
|
774
1076
|
])
|
|
@@ -836,6 +1138,24 @@ function listDeletedDraftPosts(payload) {
|
|
|
836
1138
|
{
|
|
837
1139
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
838
1140
|
},
|
|
1141
|
+
{
|
|
1142
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1158
|
+
},
|
|
839
1159
|
{
|
|
840
1160
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
841
1161
|
},
|
|
@@ -877,7 +1197,39 @@ function listDeletedDraftPosts(payload) {
|
|
|
877
1197
|
{
|
|
878
1198
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
879
1199
|
},
|
|
880
|
-
{
|
|
1200
|
+
{
|
|
1201
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1217
|
+
},
|
|
1218
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
1219
|
+
{
|
|
1220
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1230
|
+
},
|
|
1231
|
+
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
1232
|
+
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
|
|
881
1233
|
]
|
|
882
1234
|
}
|
|
883
1235
|
])
|
|
@@ -941,6 +1293,24 @@ function getDraftPost(payload) {
|
|
|
941
1293
|
},
|
|
942
1294
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
943
1295
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1296
|
+
{
|
|
1297
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1313
|
+
},
|
|
944
1314
|
{
|
|
945
1315
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
946
1316
|
},
|
|
@@ -982,7 +1352,39 @@ function getDraftPost(payload) {
|
|
|
982
1352
|
{
|
|
983
1353
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
984
1354
|
},
|
|
985
|
-
{
|
|
1355
|
+
{
|
|
1356
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1372
|
+
},
|
|
1373
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1374
|
+
{
|
|
1375
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1385
|
+
},
|
|
1386
|
+
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1387
|
+
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" }
|
|
986
1388
|
]
|
|
987
1389
|
}
|
|
988
1390
|
])
|
|
@@ -1039,6 +1441,24 @@ function updateDraftPost(payload) {
|
|
|
1039
1441
|
},
|
|
1040
1442
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1041
1443
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1444
|
+
{
|
|
1445
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1461
|
+
},
|
|
1042
1462
|
{
|
|
1043
1463
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1044
1464
|
},
|
|
@@ -1072,7 +1492,39 @@ function updateDraftPost(payload) {
|
|
|
1072
1492
|
{
|
|
1073
1493
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1074
1494
|
},
|
|
1075
|
-
{
|
|
1495
|
+
{
|
|
1496
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1512
|
+
},
|
|
1513
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1514
|
+
{
|
|
1515
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1525
|
+
},
|
|
1526
|
+
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1527
|
+
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" }
|
|
1076
1528
|
]
|
|
1077
1529
|
}
|
|
1078
1530
|
]);
|
|
@@ -1133,6 +1585,24 @@ function updateDraftPost(payload) {
|
|
|
1133
1585
|
},
|
|
1134
1586
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1135
1587
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
1588
|
+
{
|
|
1589
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1605
|
+
},
|
|
1136
1606
|
{
|
|
1137
1607
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1138
1608
|
},
|
|
@@ -1174,7 +1644,39 @@ function updateDraftPost(payload) {
|
|
|
1174
1644
|
{
|
|
1175
1645
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1176
1646
|
},
|
|
1177
|
-
{
|
|
1647
|
+
{
|
|
1648
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1664
|
+
},
|
|
1665
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
1666
|
+
{
|
|
1667
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1677
|
+
},
|
|
1678
|
+
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1679
|
+
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" }
|
|
1178
1680
|
]
|
|
1179
1681
|
}
|
|
1180
1682
|
])
|
|
@@ -1284,6 +1786,24 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1284
1786
|
{
|
|
1285
1787
|
path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1286
1788
|
},
|
|
1789
|
+
{
|
|
1790
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1806
|
+
},
|
|
1287
1807
|
{
|
|
1288
1808
|
path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
|
|
1289
1809
|
},
|
|
@@ -1335,9 +1855,41 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1335
1855
|
{
|
|
1336
1856
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1337
1857
|
},
|
|
1858
|
+
{
|
|
1859
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1875
|
+
},
|
|
1338
1876
|
{
|
|
1339
1877
|
path: "results.item.richContent.nodes.shapeData.shape.duration"
|
|
1340
|
-
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1890
|
+
},
|
|
1891
|
+
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
1892
|
+
{ path: "results.item.richContent.nodes.tocData.itemSpacing" }
|
|
1341
1893
|
]
|
|
1342
1894
|
}
|
|
1343
1895
|
])
|
|
@@ -1405,6 +1957,24 @@ function listDraftPosts(payload) {
|
|
|
1405
1957
|
{
|
|
1406
1958
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1407
1959
|
},
|
|
1960
|
+
{
|
|
1961
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1977
|
+
},
|
|
1408
1978
|
{
|
|
1409
1979
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1410
1980
|
},
|
|
@@ -1446,7 +2016,39 @@ function listDraftPosts(payload) {
|
|
|
1446
2016
|
{
|
|
1447
2017
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1448
2018
|
},
|
|
1449
|
-
{
|
|
2019
|
+
{
|
|
2020
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2036
|
+
},
|
|
2037
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2038
|
+
{
|
|
2039
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2049
|
+
},
|
|
2050
|
+
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2051
|
+
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
|
|
1450
2052
|
]
|
|
1451
2053
|
}
|
|
1452
2054
|
])
|
|
@@ -1514,6 +2116,24 @@ function getDeletedDraftPost(payload) {
|
|
|
1514
2116
|
},
|
|
1515
2117
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1516
2118
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2119
|
+
{
|
|
2120
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2136
|
+
},
|
|
1517
2137
|
{
|
|
1518
2138
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1519
2139
|
},
|
|
@@ -1555,7 +2175,39 @@ function getDeletedDraftPost(payload) {
|
|
|
1555
2175
|
{
|
|
1556
2176
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1557
2177
|
},
|
|
1558
|
-
{
|
|
2178
|
+
{
|
|
2179
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2195
|
+
},
|
|
2196
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2197
|
+
{
|
|
2198
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2208
|
+
},
|
|
2209
|
+
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2210
|
+
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" }
|
|
1559
2211
|
]
|
|
1560
2212
|
}
|
|
1561
2213
|
])
|
|
@@ -1623,6 +2275,24 @@ function restoreFromTrashBin(payload) {
|
|
|
1623
2275
|
},
|
|
1624
2276
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
1625
2277
|
{ path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
2278
|
+
{
|
|
2279
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2295
|
+
},
|
|
1626
2296
|
{
|
|
1627
2297
|
path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
|
|
1628
2298
|
},
|
|
@@ -1664,7 +2334,39 @@ function restoreFromTrashBin(payload) {
|
|
|
1664
2334
|
{
|
|
1665
2335
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1666
2336
|
},
|
|
1667
|
-
{
|
|
2337
|
+
{
|
|
2338
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2354
|
+
},
|
|
2355
|
+
{ path: "draftPost.richContent.nodes.shapeData.shape.duration" },
|
|
2356
|
+
{
|
|
2357
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2367
|
+
},
|
|
2368
|
+
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2369
|
+
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" }
|
|
1668
2370
|
]
|
|
1669
2371
|
}
|
|
1670
2372
|
])
|
|
@@ -1732,6 +2434,24 @@ function queryDraftPosts(payload) {
|
|
|
1732
2434
|
{
|
|
1733
2435
|
path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
|
|
1734
2436
|
},
|
|
2437
|
+
{
|
|
2438
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2454
|
+
},
|
|
1735
2455
|
{
|
|
1736
2456
|
path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
|
|
1737
2457
|
},
|
|
@@ -1773,7 +2493,39 @@ function queryDraftPosts(payload) {
|
|
|
1773
2493
|
{
|
|
1774
2494
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1775
2495
|
},
|
|
1776
|
-
{
|
|
2496
|
+
{
|
|
2497
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2498
|
+
},
|
|
2499
|
+
{
|
|
2500
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2513
|
+
},
|
|
2514
|
+
{ path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
|
|
2515
|
+
{
|
|
2516
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2526
|
+
},
|
|
2527
|
+
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2528
|
+
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
|
|
1777
2529
|
]
|
|
1778
2530
|
}
|
|
1779
2531
|
])
|
|
@@ -1881,8 +2633,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1881
2633
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1882
2634
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1883
2635
|
NodeType2["SHAPE"] = "SHAPE";
|
|
2636
|
+
NodeType2["CARD"] = "CARD";
|
|
2637
|
+
NodeType2["TOC"] = "TOC";
|
|
1884
2638
|
return NodeType2;
|
|
1885
2639
|
})(NodeType || {});
|
|
2640
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
2641
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
2642
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2643
|
+
return BackgroundType2;
|
|
2644
|
+
})(BackgroundType || {});
|
|
2645
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
2646
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
2647
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
2648
|
+
return GradientType2;
|
|
2649
|
+
})(GradientType || {});
|
|
1886
2650
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1887
2651
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1888
2652
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1981,6 +2745,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
1981
2745
|
Source2["HTML"] = "HTML";
|
|
1982
2746
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1983
2747
|
Source2["AI"] = "AI";
|
|
2748
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
1984
2749
|
return Source2;
|
|
1985
2750
|
})(Source || {});
|
|
1986
2751
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -2018,12 +2783,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
2018
2783
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
2019
2784
|
return PollLayoutDirection2;
|
|
2020
2785
|
})(PollLayoutDirection || {});
|
|
2021
|
-
var
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
return
|
|
2026
|
-
})(
|
|
2786
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
2787
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
2788
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
2789
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2790
|
+
return PollDesignBackgroundType2;
|
|
2791
|
+
})(PollDesignBackgroundType || {});
|
|
2027
2792
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
2028
2793
|
DecorationType2["BOLD"] = "BOLD";
|
|
2029
2794
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -2110,12 +2875,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
2110
2875
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
2111
2876
|
return NullValue2;
|
|
2112
2877
|
})(NullValue || {});
|
|
2113
|
-
var
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
return
|
|
2118
|
-
})(
|
|
2878
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
2879
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2880
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2881
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2882
|
+
return ImageScalingScaling2;
|
|
2883
|
+
})(ImageScalingScaling || {});
|
|
2119
2884
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
2120
2885
|
ImagePosition2["CENTER"] = "CENTER";
|
|
2121
2886
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -2133,6 +2898,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
2133
2898
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
2134
2899
|
return BannerOrigin2;
|
|
2135
2900
|
})(BannerOrigin || {});
|
|
2901
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2902
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2903
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2904
|
+
return LayoutDataBackgroundType2;
|
|
2905
|
+
})(LayoutDataBackgroundType || {});
|
|
2906
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2907
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
2908
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
2909
|
+
return BackdropType2;
|
|
2910
|
+
})(BackdropType || {});
|
|
2136
2911
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
2137
2912
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
2138
2913
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -2149,6 +2924,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
2149
2924
|
DesignTarget2["CELL"] = "CELL";
|
|
2150
2925
|
return DesignTarget2;
|
|
2151
2926
|
})(DesignTarget || {});
|
|
2927
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
2928
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2929
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2930
|
+
Scaling2["COVER"] = "COVER";
|
|
2931
|
+
return Scaling2;
|
|
2932
|
+
})(Scaling || {});
|
|
2933
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
2934
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
2935
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
2936
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
2937
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
2938
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
2939
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
2940
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
2941
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2942
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2943
|
+
return ImagePositionPosition2;
|
|
2944
|
+
})(ImagePositionPosition || {});
|
|
2945
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
2946
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
2947
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2948
|
+
return CardDataBackgroundType2;
|
|
2949
|
+
})(CardDataBackgroundType || {});
|
|
2950
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
2951
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
2952
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
2953
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
2954
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
2955
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
2956
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
2957
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
2958
|
+
return ListStyle2;
|
|
2959
|
+
})(ListStyle || {});
|
|
2960
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
2961
|
+
Indentation2["NESTED"] = "NESTED";
|
|
2962
|
+
Indentation2["FLAT"] = "FLAT";
|
|
2963
|
+
return Indentation2;
|
|
2964
|
+
})(Indentation || {});
|
|
2152
2965
|
var Status = /* @__PURE__ */ ((Status2) => {
|
|
2153
2966
|
Status2["UNKNOWN"] = "UNKNOWN";
|
|
2154
2967
|
Status2["PUBLISHED"] = "PUBLISHED";
|
|
@@ -2473,9 +3286,11 @@ export {
|
|
|
2473
3286
|
Alignment as AlignmentOriginal,
|
|
2474
3287
|
AppType as AppTypeOriginal,
|
|
2475
3288
|
AspectRatio as AspectRatioOriginal,
|
|
3289
|
+
BackdropType as BackdropTypeOriginal,
|
|
2476
3290
|
BackgroundType as BackgroundTypeOriginal,
|
|
2477
3291
|
BannerOrigin as BannerOriginOriginal,
|
|
2478
3292
|
ButtonDataType as ButtonDataTypeOriginal,
|
|
3293
|
+
CardDataBackgroundType as CardDataBackgroundTypeOriginal,
|
|
2479
3294
|
CardStylesType as CardStylesTypeOriginal,
|
|
2480
3295
|
Crop as CropOriginal,
|
|
2481
3296
|
DecorationType as DecorationTypeOriginal,
|
|
@@ -2486,11 +3301,17 @@ export {
|
|
|
2486
3301
|
FontType as FontTypeOriginal,
|
|
2487
3302
|
GIFType as GIFTypeOriginal,
|
|
2488
3303
|
GetDraftPostsSort as GetDraftPostsSortOriginal,
|
|
3304
|
+
GradientType as GradientTypeOriginal,
|
|
2489
3305
|
ImagePosition as ImagePositionOriginal,
|
|
3306
|
+
ImagePositionPosition as ImagePositionPositionOriginal,
|
|
3307
|
+
ImageScalingScaling as ImageScalingScalingOriginal,
|
|
3308
|
+
Indentation as IndentationOriginal,
|
|
2490
3309
|
InitialExpandedItems as InitialExpandedItemsOriginal,
|
|
3310
|
+
LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal,
|
|
2491
3311
|
Layout as LayoutOriginal,
|
|
2492
3312
|
LayoutType as LayoutTypeOriginal,
|
|
2493
3313
|
LineStyle as LineStyleOriginal,
|
|
3314
|
+
ListStyle as ListStyleOriginal,
|
|
2494
3315
|
MapType as MapTypeOriginal,
|
|
2495
3316
|
ModerationStatusStatus as ModerationStatusStatusOriginal,
|
|
2496
3317
|
NodeType as NodeTypeOriginal,
|
|
@@ -2499,6 +3320,7 @@ export {
|
|
|
2499
3320
|
Origin as OriginOriginal,
|
|
2500
3321
|
Placement as PlacementOriginal,
|
|
2501
3322
|
PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,
|
|
3323
|
+
PollDesignBackgroundType as PollDesignBackgroundTypeOriginal,
|
|
2502
3324
|
PollLayoutDirection as PollLayoutDirectionOriginal,
|
|
2503
3325
|
PollLayoutType as PollLayoutTypeOriginal,
|
|
2504
3326
|
Position as PositionOriginal,
|