@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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +1017 -36
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +270 -26
  5. package/build/cjs/index.typings.js +857 -26
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +270 -26
  8. package/build/cjs/meta.js +857 -26
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +1008 -36
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +270 -26
  14. package/build/es/index.typings.mjs +848 -26
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +270 -26
  17. package/build/es/meta.mjs +848 -26
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +1017 -36
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +270 -26
  23. package/build/internal/cjs/index.typings.js +857 -26
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +270 -26
  26. package/build/internal/cjs/meta.js +857 -26
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +1008 -36
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +270 -26
  32. package/build/internal/es/index.typings.mjs +848 -26
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +270 -26
  35. package/build/internal/es/meta.mjs +848 -26
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +4 -4
@@ -208,6 +208,24 @@ function createDraftPost(payload) {
208
208
  },
209
209
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
210
210
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
211
+ {
212
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
213
+ },
214
+ {
215
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
216
+ },
217
+ {
218
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
219
+ },
220
+ {
221
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
222
+ },
223
+ {
224
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
225
+ },
226
+ {
227
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
228
+ },
211
229
  {
212
230
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
213
231
  },
@@ -241,7 +259,39 @@ function createDraftPost(payload) {
241
259
  {
242
260
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
243
261
  },
244
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
262
+ {
263
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
264
+ },
265
+ {
266
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
267
+ },
268
+ {
269
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
270
+ },
271
+ {
272
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
273
+ },
274
+ {
275
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
276
+ },
277
+ {
278
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
279
+ },
280
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
281
+ {
282
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
283
+ },
284
+ {
285
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
286
+ },
287
+ {
288
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
289
+ },
290
+ {
291
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
292
+ },
293
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
294
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
245
295
  ]
246
296
  }
247
297
  ]);
@@ -298,6 +348,24 @@ function createDraftPost(payload) {
298
348
  },
299
349
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
300
350
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
351
+ {
352
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
353
+ },
354
+ {
355
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
356
+ },
357
+ {
358
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
359
+ },
360
+ {
361
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
362
+ },
363
+ {
364
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
365
+ },
366
+ {
367
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
368
+ },
301
369
  {
302
370
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
303
371
  },
@@ -339,7 +407,39 @@ function createDraftPost(payload) {
339
407
  {
340
408
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
341
409
  },
342
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
410
+ {
411
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
412
+ },
413
+ {
414
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
415
+ },
416
+ {
417
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
418
+ },
419
+ {
420
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
421
+ },
422
+ {
423
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
424
+ },
425
+ {
426
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
427
+ },
428
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
429
+ {
430
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
431
+ },
432
+ {
433
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
434
+ },
435
+ {
436
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
437
+ },
438
+ {
439
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
440
+ },
441
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
442
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
343
443
  ]
344
444
  }
345
445
  ])
@@ -391,6 +491,24 @@ function bulkCreateDraftPosts(payload) {
391
491
  },
392
492
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
393
493
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
494
+ {
495
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
496
+ },
497
+ {
498
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
499
+ },
500
+ {
501
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
502
+ },
503
+ {
504
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
505
+ },
506
+ {
507
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
508
+ },
509
+ {
510
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
511
+ },
394
512
  {
395
513
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
396
514
  },
@@ -426,7 +544,39 @@ function bulkCreateDraftPosts(payload) {
426
544
  {
427
545
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
428
546
  },
429
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
547
+ {
548
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
549
+ },
550
+ {
551
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
552
+ },
553
+ {
554
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
555
+ },
556
+ {
557
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
558
+ },
559
+ {
560
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
561
+ },
562
+ {
563
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
564
+ },
565
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
566
+ {
567
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
568
+ },
569
+ {
570
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
571
+ },
572
+ {
573
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
574
+ },
575
+ {
576
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
577
+ },
578
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
579
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
430
580
  ]
431
581
  }
432
582
  ]);
@@ -487,6 +637,24 @@ function bulkCreateDraftPosts(payload) {
487
637
  {
488
638
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
489
639
  },
640
+ {
641
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
642
+ },
643
+ {
644
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
645
+ },
646
+ {
647
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
648
+ },
649
+ {
650
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
651
+ },
652
+ {
653
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
654
+ },
655
+ {
656
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
657
+ },
490
658
  {
491
659
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
492
660
  },
@@ -538,9 +706,41 @@ function bulkCreateDraftPosts(payload) {
538
706
  {
539
707
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
540
708
  },
709
+ {
710
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
711
+ },
712
+ {
713
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
714
+ },
715
+ {
716
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
717
+ },
718
+ {
719
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
720
+ },
721
+ {
722
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
723
+ },
724
+ {
725
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
726
+ },
541
727
  {
542
728
  path: "results.item.richContent.nodes.shapeData.shape.duration"
543
- }
729
+ },
730
+ {
731
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
732
+ },
733
+ {
734
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
735
+ },
736
+ {
737
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
738
+ },
739
+ {
740
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
741
+ },
742
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
743
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
544
744
  ]
545
745
  }
546
746
  ])
@@ -609,6 +809,24 @@ function bulkUpdateDraftPosts(payload) {
609
809
  {
610
810
  path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
611
811
  },
812
+ {
813
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
814
+ },
815
+ {
816
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
817
+ },
818
+ {
819
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
820
+ },
821
+ {
822
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
823
+ },
824
+ {
825
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
826
+ },
827
+ {
828
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
829
+ },
612
830
  {
613
831
  path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
614
832
  },
@@ -660,8 +878,42 @@ function bulkUpdateDraftPosts(payload) {
660
878
  {
661
879
  path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
662
880
  },
881
+ {
882
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
883
+ },
884
+ {
885
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
886
+ },
887
+ {
888
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
889
+ },
890
+ {
891
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
892
+ },
893
+ {
894
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
895
+ },
896
+ {
897
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
898
+ },
663
899
  {
664
900
  path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
901
+ },
902
+ {
903
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
904
+ },
905
+ {
906
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
907
+ },
908
+ {
909
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
910
+ },
911
+ {
912
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
913
+ },
914
+ { path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
915
+ {
916
+ path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
665
917
  }
666
918
  ]
667
919
  }
@@ -723,6 +975,24 @@ function bulkUpdateDraftPosts(payload) {
723
975
  {
724
976
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
725
977
  },
978
+ {
979
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
980
+ },
981
+ {
982
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
983
+ },
984
+ {
985
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
986
+ },
987
+ {
988
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
989
+ },
990
+ {
991
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
992
+ },
993
+ {
994
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
995
+ },
726
996
  {
727
997
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
728
998
  },
@@ -774,9 +1044,41 @@ function bulkUpdateDraftPosts(payload) {
774
1044
  {
775
1045
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
776
1046
  },
1047
+ {
1048
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1049
+ },
1050
+ {
1051
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1052
+ },
1053
+ {
1054
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1055
+ },
1056
+ {
1057
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1058
+ },
1059
+ {
1060
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1061
+ },
1062
+ {
1063
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1064
+ },
777
1065
  {
778
1066
  path: "results.item.richContent.nodes.shapeData.shape.duration"
779
- }
1067
+ },
1068
+ {
1069
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1070
+ },
1071
+ {
1072
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1073
+ },
1074
+ {
1075
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1076
+ },
1077
+ {
1078
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1079
+ },
1080
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
1081
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
780
1082
  ]
781
1083
  }
782
1084
  ])
@@ -844,6 +1146,24 @@ function listDeletedDraftPosts(payload) {
844
1146
  {
845
1147
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
846
1148
  },
1149
+ {
1150
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
1151
+ },
1152
+ {
1153
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
1154
+ },
1155
+ {
1156
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1157
+ },
1158
+ {
1159
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1160
+ },
1161
+ {
1162
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1163
+ },
1164
+ {
1165
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1166
+ },
847
1167
  {
848
1168
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
849
1169
  },
@@ -885,7 +1205,39 @@ function listDeletedDraftPosts(payload) {
885
1205
  {
886
1206
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
887
1207
  },
888
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
1208
+ {
1209
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
1210
+ },
1211
+ {
1212
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
1213
+ },
1214
+ {
1215
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
1216
+ },
1217
+ {
1218
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
1219
+ },
1220
+ {
1221
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
1222
+ },
1223
+ {
1224
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1225
+ },
1226
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
1227
+ {
1228
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
1229
+ },
1230
+ {
1231
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
1232
+ },
1233
+ {
1234
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
1235
+ },
1236
+ {
1237
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
1238
+ },
1239
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
1240
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
889
1241
  ]
890
1242
  }
891
1243
  ])
@@ -949,6 +1301,24 @@ function getDraftPost(payload) {
949
1301
  },
950
1302
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
951
1303
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1304
+ {
1305
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1306
+ },
1307
+ {
1308
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1309
+ },
1310
+ {
1311
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1312
+ },
1313
+ {
1314
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1315
+ },
1316
+ {
1317
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1318
+ },
1319
+ {
1320
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1321
+ },
952
1322
  {
953
1323
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
954
1324
  },
@@ -990,7 +1360,39 @@ function getDraftPost(payload) {
990
1360
  {
991
1361
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
992
1362
  },
993
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1363
+ {
1364
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1365
+ },
1366
+ {
1367
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1368
+ },
1369
+ {
1370
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1371
+ },
1372
+ {
1373
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1374
+ },
1375
+ {
1376
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1377
+ },
1378
+ {
1379
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1380
+ },
1381
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1382
+ {
1383
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1384
+ },
1385
+ {
1386
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1387
+ },
1388
+ {
1389
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1390
+ },
1391
+ {
1392
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1393
+ },
1394
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1395
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
994
1396
  ]
995
1397
  }
996
1398
  ])
@@ -1047,6 +1449,24 @@ function updateDraftPost(payload) {
1047
1449
  },
1048
1450
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1049
1451
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1452
+ {
1453
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1454
+ },
1455
+ {
1456
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1457
+ },
1458
+ {
1459
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1460
+ },
1461
+ {
1462
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1463
+ },
1464
+ {
1465
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1466
+ },
1467
+ {
1468
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1469
+ },
1050
1470
  {
1051
1471
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1052
1472
  },
@@ -1080,7 +1500,39 @@ function updateDraftPost(payload) {
1080
1500
  {
1081
1501
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1082
1502
  },
1083
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1503
+ {
1504
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1505
+ },
1506
+ {
1507
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1508
+ },
1509
+ {
1510
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1511
+ },
1512
+ {
1513
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1514
+ },
1515
+ {
1516
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1517
+ },
1518
+ {
1519
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1520
+ },
1521
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1522
+ {
1523
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1524
+ },
1525
+ {
1526
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1527
+ },
1528
+ {
1529
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1530
+ },
1531
+ {
1532
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1533
+ },
1534
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1535
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1084
1536
  ]
1085
1537
  }
1086
1538
  ]);
@@ -1141,6 +1593,24 @@ function updateDraftPost(payload) {
1141
1593
  },
1142
1594
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1143
1595
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1596
+ {
1597
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1598
+ },
1599
+ {
1600
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1601
+ },
1602
+ {
1603
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1604
+ },
1605
+ {
1606
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1607
+ },
1608
+ {
1609
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1610
+ },
1611
+ {
1612
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1613
+ },
1144
1614
  {
1145
1615
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1146
1616
  },
@@ -1182,7 +1652,39 @@ function updateDraftPost(payload) {
1182
1652
  {
1183
1653
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1184
1654
  },
1185
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1655
+ {
1656
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1657
+ },
1658
+ {
1659
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1660
+ },
1661
+ {
1662
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1663
+ },
1664
+ {
1665
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1666
+ },
1667
+ {
1668
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1669
+ },
1670
+ {
1671
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1672
+ },
1673
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1674
+ {
1675
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1676
+ },
1677
+ {
1678
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1679
+ },
1680
+ {
1681
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1682
+ },
1683
+ {
1684
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1685
+ },
1686
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1687
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1186
1688
  ]
1187
1689
  }
1188
1690
  ])
@@ -1292,6 +1794,24 @@ function bulkDeleteDraftPosts(payload) {
1292
1794
  {
1293
1795
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
1294
1796
  },
1797
+ {
1798
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
1799
+ },
1800
+ {
1801
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
1802
+ },
1803
+ {
1804
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1805
+ },
1806
+ {
1807
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1808
+ },
1809
+ {
1810
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1811
+ },
1812
+ {
1813
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1814
+ },
1295
1815
  {
1296
1816
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
1297
1817
  },
@@ -1343,9 +1863,41 @@ function bulkDeleteDraftPosts(payload) {
1343
1863
  {
1344
1864
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1345
1865
  },
1866
+ {
1867
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1868
+ },
1869
+ {
1870
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1871
+ },
1872
+ {
1873
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1874
+ },
1875
+ {
1876
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1877
+ },
1878
+ {
1879
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1880
+ },
1881
+ {
1882
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1883
+ },
1346
1884
  {
1347
1885
  path: "results.item.richContent.nodes.shapeData.shape.duration"
1348
- }
1886
+ },
1887
+ {
1888
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1889
+ },
1890
+ {
1891
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1892
+ },
1893
+ {
1894
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1895
+ },
1896
+ {
1897
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1898
+ },
1899
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
1900
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
1349
1901
  ]
1350
1902
  }
1351
1903
  ])
@@ -1413,6 +1965,24 @@ function listDraftPosts(payload) {
1413
1965
  {
1414
1966
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1415
1967
  },
1968
+ {
1969
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
1970
+ },
1971
+ {
1972
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
1973
+ },
1974
+ {
1975
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1976
+ },
1977
+ {
1978
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1979
+ },
1980
+ {
1981
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1982
+ },
1983
+ {
1984
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1985
+ },
1416
1986
  {
1417
1987
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1418
1988
  },
@@ -1454,7 +2024,39 @@ function listDraftPosts(payload) {
1454
2024
  {
1455
2025
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1456
2026
  },
1457
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2027
+ {
2028
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2029
+ },
2030
+ {
2031
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2032
+ },
2033
+ {
2034
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2035
+ },
2036
+ {
2037
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2038
+ },
2039
+ {
2040
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2041
+ },
2042
+ {
2043
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2044
+ },
2045
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2046
+ {
2047
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2048
+ },
2049
+ {
2050
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2051
+ },
2052
+ {
2053
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2054
+ },
2055
+ {
2056
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2057
+ },
2058
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2059
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
1458
2060
  ]
1459
2061
  }
1460
2062
  ])
@@ -1522,6 +2124,24 @@ function getDeletedDraftPost(payload) {
1522
2124
  },
1523
2125
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1524
2126
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2127
+ {
2128
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2129
+ },
2130
+ {
2131
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2132
+ },
2133
+ {
2134
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2135
+ },
2136
+ {
2137
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2138
+ },
2139
+ {
2140
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2141
+ },
2142
+ {
2143
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2144
+ },
1525
2145
  {
1526
2146
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1527
2147
  },
@@ -1563,7 +2183,39 @@ function getDeletedDraftPost(payload) {
1563
2183
  {
1564
2184
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1565
2185
  },
1566
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2186
+ {
2187
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2188
+ },
2189
+ {
2190
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2191
+ },
2192
+ {
2193
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2194
+ },
2195
+ {
2196
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2197
+ },
2198
+ {
2199
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2200
+ },
2201
+ {
2202
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2203
+ },
2204
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2205
+ {
2206
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2207
+ },
2208
+ {
2209
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2210
+ },
2211
+ {
2212
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2213
+ },
2214
+ {
2215
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2216
+ },
2217
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
2218
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1567
2219
  ]
1568
2220
  }
1569
2221
  ])
@@ -1631,6 +2283,24 @@ function restoreFromTrashBin(payload) {
1631
2283
  },
1632
2284
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1633
2285
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2286
+ {
2287
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2288
+ },
2289
+ {
2290
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2291
+ },
2292
+ {
2293
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2294
+ },
2295
+ {
2296
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2297
+ },
2298
+ {
2299
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2300
+ },
2301
+ {
2302
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2303
+ },
1634
2304
  {
1635
2305
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1636
2306
  },
@@ -1672,7 +2342,39 @@ function restoreFromTrashBin(payload) {
1672
2342
  {
1673
2343
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1674
2344
  },
1675
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2345
+ {
2346
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2347
+ },
2348
+ {
2349
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2350
+ },
2351
+ {
2352
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2353
+ },
2354
+ {
2355
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2356
+ },
2357
+ {
2358
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2359
+ },
2360
+ {
2361
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2362
+ },
2363
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2364
+ {
2365
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2366
+ },
2367
+ {
2368
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2369
+ },
2370
+ {
2371
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2372
+ },
2373
+ {
2374
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2375
+ },
2376
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
2377
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1676
2378
  ]
1677
2379
  }
1678
2380
  ])
@@ -1740,6 +2442,24 @@ function queryDraftPosts(payload) {
1740
2442
  {
1741
2443
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1742
2444
  },
2445
+ {
2446
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
2447
+ },
2448
+ {
2449
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
2450
+ },
2451
+ {
2452
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2453
+ },
2454
+ {
2455
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2456
+ },
2457
+ {
2458
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2459
+ },
2460
+ {
2461
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2462
+ },
1743
2463
  {
1744
2464
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1745
2465
  },
@@ -1781,7 +2501,39 @@ function queryDraftPosts(payload) {
1781
2501
  {
1782
2502
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1783
2503
  },
1784
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2504
+ {
2505
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2506
+ },
2507
+ {
2508
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2509
+ },
2510
+ {
2511
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2512
+ },
2513
+ {
2514
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2515
+ },
2516
+ {
2517
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2518
+ },
2519
+ {
2520
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2521
+ },
2522
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2523
+ {
2524
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2525
+ },
2526
+ {
2527
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2528
+ },
2529
+ {
2530
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2531
+ },
2532
+ {
2533
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2534
+ },
2535
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2536
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
1785
2537
  ]
1786
2538
  }
1787
2539
  ])
@@ -1897,8 +2649,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1897
2649
  NodeType2["LAYOUT"] = "LAYOUT";
1898
2650
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1899
2651
  NodeType2["SHAPE"] = "SHAPE";
2652
+ NodeType2["CARD"] = "CARD";
2653
+ NodeType2["TOC"] = "TOC";
1900
2654
  return NodeType2;
1901
2655
  })(NodeType || {});
2656
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2657
+ BackgroundType2["COLOR"] = "COLOR";
2658
+ BackgroundType2["GRADIENT"] = "GRADIENT";
2659
+ return BackgroundType2;
2660
+ })(BackgroundType || {});
2661
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
2662
+ GradientType2["LINEAR"] = "LINEAR";
2663
+ GradientType2["RADIAL"] = "RADIAL";
2664
+ return GradientType2;
2665
+ })(GradientType || {});
1902
2666
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1903
2667
  WidthType2["CONTENT"] = "CONTENT";
1904
2668
  WidthType2["SMALL"] = "SMALL";
@@ -1997,6 +2761,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
1997
2761
  Source2["HTML"] = "HTML";
1998
2762
  Source2["ADSENSE"] = "ADSENSE";
1999
2763
  Source2["AI"] = "AI";
2764
+ Source2["AI_WIDGET"] = "AI_WIDGET";
2000
2765
  return Source2;
2001
2766
  })(Source || {});
2002
2767
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -2034,12 +2799,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
2034
2799
  PollLayoutDirection2["RTL"] = "RTL";
2035
2800
  return PollLayoutDirection2;
2036
2801
  })(PollLayoutDirection || {});
2037
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2038
- BackgroundType2["COLOR"] = "COLOR";
2039
- BackgroundType2["IMAGE"] = "IMAGE";
2040
- BackgroundType2["GRADIENT"] = "GRADIENT";
2041
- return BackgroundType2;
2042
- })(BackgroundType || {});
2802
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
2803
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
2804
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
2805
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
2806
+ return PollDesignBackgroundType2;
2807
+ })(PollDesignBackgroundType || {});
2043
2808
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
2044
2809
  DecorationType2["BOLD"] = "BOLD";
2045
2810
  DecorationType2["ITALIC"] = "ITALIC";
@@ -2126,12 +2891,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
2126
2891
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
2127
2892
  return NullValue2;
2128
2893
  })(NullValue || {});
2129
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
2130
- Scaling2["AUTO"] = "AUTO";
2131
- Scaling2["CONTAIN"] = "CONTAIN";
2132
- Scaling2["COVER"] = "COVER";
2133
- return Scaling2;
2134
- })(Scaling || {});
2894
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
2895
+ ImageScalingScaling2["AUTO"] = "AUTO";
2896
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
2897
+ ImageScalingScaling2["COVER"] = "COVER";
2898
+ return ImageScalingScaling2;
2899
+ })(ImageScalingScaling || {});
2135
2900
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2136
2901
  ImagePosition2["CENTER"] = "CENTER";
2137
2902
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -2149,6 +2914,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
2149
2914
  BannerOrigin2["LAYOUT"] = "LAYOUT";
2150
2915
  return BannerOrigin2;
2151
2916
  })(BannerOrigin || {});
2917
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2918
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
2919
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2920
+ return LayoutDataBackgroundType2;
2921
+ })(LayoutDataBackgroundType || {});
2922
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2923
+ BackdropType2["COLOR"] = "COLOR";
2924
+ BackdropType2["GRADIENT"] = "GRADIENT";
2925
+ return BackdropType2;
2926
+ })(BackdropType || {});
2152
2927
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
2153
2928
  VerticalAlignmentAlignment2["TOP"] = "TOP";
2154
2929
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -2165,6 +2940,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
2165
2940
  DesignTarget2["CELL"] = "CELL";
2166
2941
  return DesignTarget2;
2167
2942
  })(DesignTarget || {});
2943
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
2944
+ Scaling2["AUTO"] = "AUTO";
2945
+ Scaling2["CONTAIN"] = "CONTAIN";
2946
+ Scaling2["COVER"] = "COVER";
2947
+ return Scaling2;
2948
+ })(Scaling || {});
2949
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
2950
+ ImagePositionPosition2["CENTER"] = "CENTER";
2951
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
2952
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
2953
+ ImagePositionPosition2["TOP"] = "TOP";
2954
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
2955
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
2956
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
2957
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
2958
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2959
+ return ImagePositionPosition2;
2960
+ })(ImagePositionPosition || {});
2961
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
2962
+ CardDataBackgroundType2["COLOR"] = "COLOR";
2963
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
2964
+ return CardDataBackgroundType2;
2965
+ })(CardDataBackgroundType || {});
2966
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
2967
+ ListStyle2["PLAIN"] = "PLAIN";
2968
+ ListStyle2["NUMBERED"] = "NUMBERED";
2969
+ ListStyle2["LETTERS"] = "LETTERS";
2970
+ ListStyle2["ROMAN"] = "ROMAN";
2971
+ ListStyle2["BULLETED"] = "BULLETED";
2972
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
2973
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
2974
+ return ListStyle2;
2975
+ })(ListStyle || {});
2976
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
2977
+ Indentation2["NESTED"] = "NESTED";
2978
+ Indentation2["FLAT"] = "FLAT";
2979
+ return Indentation2;
2980
+ })(Indentation || {});
2168
2981
  var Status = /* @__PURE__ */ ((Status2) => {
2169
2982
  Status2["UNKNOWN"] = "UNKNOWN";
2170
2983
  Status2["PUBLISHED"] = "PUBLISHED";
@@ -3071,9 +3884,11 @@ export {
3071
3884
  Alignment,
3072
3885
  AppType,
3073
3886
  AspectRatio,
3887
+ BackdropType,
3074
3888
  BackgroundType,
3075
3889
  BannerOrigin,
3076
3890
  ButtonDataType,
3891
+ CardDataBackgroundType,
3077
3892
  CardStylesType,
3078
3893
  Crop,
3079
3894
  DecorationType,
@@ -3084,11 +3899,17 @@ export {
3084
3899
  FontType,
3085
3900
  GIFType,
3086
3901
  GetDraftPostsSort,
3902
+ GradientType,
3087
3903
  ImagePosition,
3904
+ ImagePositionPosition,
3905
+ ImageScalingScaling,
3906
+ Indentation,
3088
3907
  InitialExpandedItems,
3089
3908
  Layout,
3909
+ LayoutDataBackgroundType,
3090
3910
  LayoutType,
3091
3911
  LineStyle,
3912
+ ListStyle,
3092
3913
  MapType,
3093
3914
  ModerationStatusStatus,
3094
3915
  NodeType,
@@ -3097,6 +3918,7 @@ export {
3097
3918
  Origin,
3098
3919
  Placement,
3099
3920
  PluginContainerDataAlignment,
3921
+ PollDesignBackgroundType,
3100
3922
  PollLayoutDirection,
3101
3923
  PollLayoutType,
3102
3924
  Position,