@wix/auto_sdk_blog_draft-posts 1.0.88 → 1.0.89
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 +589 -7
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +180 -106
- package/build/cjs/index.typings.js +496 -7
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +175 -106
- package/build/cjs/meta.js +496 -7
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +588 -7
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +180 -106
- package/build/es/index.typings.mjs +495 -7
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +175 -106
- package/build/es/meta.mjs +495 -7
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +589 -7
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +180 -106
- package/build/internal/cjs/index.typings.js +496 -7
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +175 -106
- package/build/internal/cjs/meta.js +496 -7
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +588 -7
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +180 -106
- package/build/internal/es/index.typings.mjs +495 -7
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +175 -106
- package/build/internal/es/meta.mjs +495 -7
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -139,6 +139,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(o
|
|
|
139
139
|
{
|
|
140
140
|
srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
|
|
141
141
|
destPath: "/v3/bulk/moderation"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
srcPath: "/_api/communities-blog-node-api/v3/bulk/draft-posts/create",
|
|
145
|
+
destPath: "/v3/bulk/draft-posts/create"
|
|
142
146
|
}
|
|
143
147
|
],
|
|
144
148
|
"social-blog._base_domain_": [
|
|
@@ -249,6 +253,10 @@ function createDraftPost(payload) {
|
|
|
249
253
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
250
254
|
},
|
|
251
255
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
256
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
257
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
258
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
259
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
252
260
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
253
261
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
254
262
|
{ path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -266,9 +274,27 @@ function createDraftPost(payload) {
|
|
|
266
274
|
{
|
|
267
275
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
268
276
|
},
|
|
277
|
+
{
|
|
278
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
285
|
+
},
|
|
269
286
|
{
|
|
270
287
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
271
288
|
},
|
|
289
|
+
{
|
|
290
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
297
|
+
},
|
|
272
298
|
{
|
|
273
299
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
274
300
|
},
|
|
@@ -300,6 +326,15 @@ function createDraftPost(payload) {
|
|
|
300
326
|
{
|
|
301
327
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
302
328
|
},
|
|
329
|
+
{
|
|
330
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
337
|
+
},
|
|
303
338
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
304
339
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
305
340
|
{
|
|
@@ -392,6 +427,10 @@ function createDraftPost(payload) {
|
|
|
392
427
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
393
428
|
},
|
|
394
429
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
430
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
431
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
432
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
433
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
395
434
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
396
435
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
397
436
|
{
|
|
@@ -417,9 +456,27 @@ function createDraftPost(payload) {
|
|
|
417
456
|
{
|
|
418
457
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
419
458
|
},
|
|
459
|
+
{
|
|
460
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
467
|
+
},
|
|
420
468
|
{
|
|
421
469
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
422
470
|
},
|
|
471
|
+
{
|
|
472
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
479
|
+
},
|
|
423
480
|
{
|
|
424
481
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
425
482
|
},
|
|
@@ -451,6 +508,15 @@ function createDraftPost(payload) {
|
|
|
451
508
|
{
|
|
452
509
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
453
510
|
},
|
|
511
|
+
{
|
|
512
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
519
|
+
},
|
|
454
520
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
455
521
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
456
522
|
{
|
|
@@ -538,6 +604,10 @@ function bulkCreateDraftPosts(payload) {
|
|
|
538
604
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
539
605
|
},
|
|
540
606
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
607
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
608
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
609
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
610
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
541
611
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
542
612
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
543
613
|
{ path: "draftPosts.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -557,9 +627,27 @@ function bulkCreateDraftPosts(payload) {
|
|
|
557
627
|
{
|
|
558
628
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
559
629
|
},
|
|
630
|
+
{
|
|
631
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
638
|
+
},
|
|
560
639
|
{
|
|
561
640
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
562
641
|
},
|
|
642
|
+
{
|
|
643
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
650
|
+
},
|
|
563
651
|
{
|
|
564
652
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
565
653
|
},
|
|
@@ -591,6 +679,15 @@ function bulkCreateDraftPosts(payload) {
|
|
|
591
679
|
{
|
|
592
680
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
593
681
|
},
|
|
682
|
+
{
|
|
683
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
690
|
+
},
|
|
594
691
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
595
692
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
596
693
|
{
|
|
@@ -689,6 +786,10 @@ function bulkCreateDraftPosts(payload) {
|
|
|
689
786
|
{
|
|
690
787
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
691
788
|
},
|
|
789
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
790
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
791
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
792
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
692
793
|
{
|
|
693
794
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
694
795
|
},
|
|
@@ -722,9 +823,27 @@ function bulkCreateDraftPosts(payload) {
|
|
|
722
823
|
{
|
|
723
824
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
724
825
|
},
|
|
826
|
+
{
|
|
827
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
834
|
+
},
|
|
725
835
|
{
|
|
726
836
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
727
837
|
},
|
|
838
|
+
{
|
|
839
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
846
|
+
},
|
|
728
847
|
{
|
|
729
848
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
730
849
|
},
|
|
@@ -758,6 +877,15 @@ function bulkCreateDraftPosts(payload) {
|
|
|
758
877
|
{
|
|
759
878
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
760
879
|
},
|
|
880
|
+
{
|
|
881
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
888
|
+
},
|
|
761
889
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
762
890
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
763
891
|
{
|
|
@@ -864,6 +992,14 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
864
992
|
{
|
|
865
993
|
path: "draftPosts.draftPost.richContent.nodes.imageData.image.duration"
|
|
866
994
|
},
|
|
995
|
+
{ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.x" },
|
|
996
|
+
{ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.y" },
|
|
997
|
+
{
|
|
998
|
+
path: "draftPosts.draftPost.richContent.nodes.imageData.crop.width"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
path: "draftPosts.draftPost.richContent.nodes.imageData.crop.height"
|
|
1002
|
+
},
|
|
867
1003
|
{
|
|
868
1004
|
path: "draftPosts.draftPost.richContent.nodes.mapData.mapSettings.lat"
|
|
869
1005
|
},
|
|
@@ -897,9 +1033,27 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
897
1033
|
{
|
|
898
1034
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
899
1035
|
},
|
|
1036
|
+
{
|
|
1037
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1044
|
+
},
|
|
900
1045
|
{
|
|
901
1046
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
902
1047
|
},
|
|
1048
|
+
{
|
|
1049
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1056
|
+
},
|
|
903
1057
|
{
|
|
904
1058
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
905
1059
|
},
|
|
@@ -933,6 +1087,15 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
933
1087
|
{
|
|
934
1088
|
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
935
1089
|
},
|
|
1090
|
+
{
|
|
1091
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1098
|
+
},
|
|
936
1099
|
{ path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
|
|
937
1100
|
{
|
|
938
1101
|
path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
|
|
@@ -1033,6 +1196,10 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1033
1196
|
{
|
|
1034
1197
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
1035
1198
|
},
|
|
1199
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
1200
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
1201
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
1202
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
1036
1203
|
{
|
|
1037
1204
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
1038
1205
|
},
|
|
@@ -1066,9 +1233,27 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1066
1233
|
{
|
|
1067
1234
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1068
1235
|
},
|
|
1236
|
+
{
|
|
1237
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1244
|
+
},
|
|
1069
1245
|
{
|
|
1070
1246
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1071
1247
|
},
|
|
1248
|
+
{
|
|
1249
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1256
|
+
},
|
|
1072
1257
|
{
|
|
1073
1258
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1074
1259
|
},
|
|
@@ -1102,6 +1287,15 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1102
1287
|
{
|
|
1103
1288
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1104
1289
|
},
|
|
1290
|
+
{
|
|
1291
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1298
|
+
},
|
|
1105
1299
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
1106
1300
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
1107
1301
|
{
|
|
@@ -1205,6 +1399,10 @@ function listDeletedDraftPosts(payload) {
|
|
|
1205
1399
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
1206
1400
|
},
|
|
1207
1401
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
1402
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
1403
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
1404
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
1405
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
1208
1406
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
1209
1407
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
1210
1408
|
{
|
|
@@ -1230,9 +1428,27 @@ function listDeletedDraftPosts(payload) {
|
|
|
1230
1428
|
{
|
|
1231
1429
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1232
1430
|
},
|
|
1431
|
+
{
|
|
1432
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1439
|
+
},
|
|
1233
1440
|
{
|
|
1234
1441
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1235
1442
|
},
|
|
1443
|
+
{
|
|
1444
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1451
|
+
},
|
|
1236
1452
|
{
|
|
1237
1453
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1238
1454
|
},
|
|
@@ -1264,6 +1480,15 @@ function listDeletedDraftPosts(payload) {
|
|
|
1264
1480
|
{
|
|
1265
1481
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1266
1482
|
},
|
|
1483
|
+
{
|
|
1484
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1491
|
+
},
|
|
1267
1492
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
1268
1493
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
1269
1494
|
{
|
|
@@ -1363,6 +1588,10 @@ function getDraftPost(payload) {
|
|
|
1363
1588
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1364
1589
|
},
|
|
1365
1590
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
1591
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
1592
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
1593
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
1594
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1366
1595
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1367
1596
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1368
1597
|
{
|
|
@@ -1388,9 +1617,27 @@ function getDraftPost(payload) {
|
|
|
1388
1617
|
{
|
|
1389
1618
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1390
1619
|
},
|
|
1620
|
+
{
|
|
1621
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1628
|
+
},
|
|
1391
1629
|
{
|
|
1392
1630
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1393
1631
|
},
|
|
1632
|
+
{
|
|
1633
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1640
|
+
},
|
|
1394
1641
|
{
|
|
1395
1642
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1396
1643
|
},
|
|
@@ -1422,6 +1669,15 @@ function getDraftPost(payload) {
|
|
|
1422
1669
|
{
|
|
1423
1670
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1424
1671
|
},
|
|
1672
|
+
{
|
|
1673
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1680
|
+
},
|
|
1425
1681
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1426
1682
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1427
1683
|
{
|
|
@@ -1514,6 +1770,10 @@ function updateDraftPost(payload) {
|
|
|
1514
1770
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1515
1771
|
},
|
|
1516
1772
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
1773
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
1774
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
1775
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
1776
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1517
1777
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1518
1778
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1519
1779
|
{ path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -1531,9 +1791,27 @@ function updateDraftPost(payload) {
|
|
|
1531
1791
|
{
|
|
1532
1792
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1533
1793
|
},
|
|
1794
|
+
{
|
|
1795
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1802
|
+
},
|
|
1534
1803
|
{
|
|
1535
1804
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1536
1805
|
},
|
|
1806
|
+
{
|
|
1807
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1814
|
+
},
|
|
1537
1815
|
{
|
|
1538
1816
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1539
1817
|
},
|
|
@@ -1565,6 +1843,15 @@ function updateDraftPost(payload) {
|
|
|
1565
1843
|
{
|
|
1566
1844
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1567
1845
|
},
|
|
1846
|
+
{
|
|
1847
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1854
|
+
},
|
|
1568
1855
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1569
1856
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1570
1857
|
{
|
|
@@ -1661,6 +1948,10 @@ function updateDraftPost(payload) {
|
|
|
1661
1948
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1662
1949
|
},
|
|
1663
1950
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
1951
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
1952
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
1953
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
1954
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1664
1955
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1665
1956
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1666
1957
|
{
|
|
@@ -1686,9 +1977,27 @@ function updateDraftPost(payload) {
|
|
|
1686
1977
|
{
|
|
1687
1978
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1688
1979
|
},
|
|
1980
|
+
{
|
|
1981
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1988
|
+
},
|
|
1689
1989
|
{
|
|
1690
1990
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1691
1991
|
},
|
|
1992
|
+
{
|
|
1993
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2000
|
+
},
|
|
1692
2001
|
{
|
|
1693
2002
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1694
2003
|
},
|
|
@@ -1720,6 +2029,15 @@ function updateDraftPost(payload) {
|
|
|
1720
2029
|
{
|
|
1721
2030
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1722
2031
|
},
|
|
2032
|
+
{
|
|
2033
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2040
|
+
},
|
|
1723
2041
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1724
2042
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1725
2043
|
{
|
|
@@ -1867,6 +2185,10 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1867
2185
|
{
|
|
1868
2186
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
1869
2187
|
},
|
|
2188
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
2189
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
2190
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
2191
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
1870
2192
|
{
|
|
1871
2193
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
1872
2194
|
},
|
|
@@ -1900,9 +2222,27 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1900
2222
|
{
|
|
1901
2223
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1902
2224
|
},
|
|
2225
|
+
{
|
|
2226
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2233
|
+
},
|
|
1903
2234
|
{
|
|
1904
2235
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1905
2236
|
},
|
|
2237
|
+
{
|
|
2238
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2245
|
+
},
|
|
1906
2246
|
{
|
|
1907
2247
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1908
2248
|
},
|
|
@@ -1936,6 +2276,15 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1936
2276
|
{
|
|
1937
2277
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1938
2278
|
},
|
|
2279
|
+
{
|
|
2280
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2287
|
+
},
|
|
1939
2288
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
1940
2289
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
1941
2290
|
{
|
|
@@ -2039,6 +2388,10 @@ function listDraftPosts(payload) {
|
|
|
2039
2388
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
2040
2389
|
},
|
|
2041
2390
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
2391
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
2392
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
2393
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
2394
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
2042
2395
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
2043
2396
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
2044
2397
|
{
|
|
@@ -2064,9 +2417,27 @@ function listDraftPosts(payload) {
|
|
|
2064
2417
|
{
|
|
2065
2418
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2066
2419
|
},
|
|
2420
|
+
{
|
|
2421
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2428
|
+
},
|
|
2067
2429
|
{
|
|
2068
2430
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2069
2431
|
},
|
|
2432
|
+
{
|
|
2433
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2440
|
+
},
|
|
2070
2441
|
{
|
|
2071
2442
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2072
2443
|
},
|
|
@@ -2098,6 +2469,15 @@ function listDraftPosts(payload) {
|
|
|
2098
2469
|
{
|
|
2099
2470
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2100
2471
|
},
|
|
2472
|
+
{
|
|
2473
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2480
|
+
},
|
|
2101
2481
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2102
2482
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
2103
2483
|
{
|
|
@@ -2201,6 +2581,10 @@ function getDeletedDraftPost(payload) {
|
|
|
2201
2581
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
2202
2582
|
},
|
|
2203
2583
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
2584
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
2585
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
2586
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
2587
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
2204
2588
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
2205
2589
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
2206
2590
|
{
|
|
@@ -2226,9 +2610,27 @@ function getDeletedDraftPost(payload) {
|
|
|
2226
2610
|
{
|
|
2227
2611
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2228
2612
|
},
|
|
2613
|
+
{
|
|
2614
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2621
|
+
},
|
|
2229
2622
|
{
|
|
2230
2623
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2231
2624
|
},
|
|
2625
|
+
{
|
|
2626
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2633
|
+
},
|
|
2232
2634
|
{
|
|
2233
2635
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2234
2636
|
},
|
|
@@ -2260,6 +2662,15 @@ function getDeletedDraftPost(payload) {
|
|
|
2260
2662
|
{
|
|
2261
2663
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2262
2664
|
},
|
|
2665
|
+
{
|
|
2666
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2673
|
+
},
|
|
2263
2674
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2264
2675
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
2265
2676
|
{
|
|
@@ -2363,6 +2774,10 @@ function restoreFromTrashBin(payload) {
|
|
|
2363
2774
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
2364
2775
|
},
|
|
2365
2776
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
2777
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
2778
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
2779
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
2780
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
2366
2781
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
2367
2782
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
2368
2783
|
{
|
|
@@ -2388,9 +2803,27 @@ function restoreFromTrashBin(payload) {
|
|
|
2388
2803
|
{
|
|
2389
2804
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2390
2805
|
},
|
|
2806
|
+
{
|
|
2807
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2814
|
+
},
|
|
2391
2815
|
{
|
|
2392
2816
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2393
2817
|
},
|
|
2818
|
+
{
|
|
2819
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2826
|
+
},
|
|
2394
2827
|
{
|
|
2395
2828
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2396
2829
|
},
|
|
@@ -2422,6 +2855,15 @@ function restoreFromTrashBin(payload) {
|
|
|
2422
2855
|
{
|
|
2423
2856
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2424
2857
|
},
|
|
2858
|
+
{
|
|
2859
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2866
|
+
},
|
|
2425
2867
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2426
2868
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
2427
2869
|
{
|
|
@@ -2437,6 +2879,15 @@ function restoreFromTrashBin(payload) {
|
|
|
2437
2879
|
}
|
|
2438
2880
|
function queryDraftPosts(payload) {
|
|
2439
2881
|
function __queryDraftPosts({ host }) {
|
|
2882
|
+
const serializedData = transformPaths(payload, [
|
|
2883
|
+
{
|
|
2884
|
+
transformFn: transformSDKFloatToRESTFloat,
|
|
2885
|
+
paths: [
|
|
2886
|
+
{ path: "query.sort.origin.latitude" },
|
|
2887
|
+
{ path: "query.sort.origin.longitude" }
|
|
2888
|
+
]
|
|
2889
|
+
}
|
|
2890
|
+
]);
|
|
2440
2891
|
const metadata = {
|
|
2441
2892
|
entityFqdn: "wix.blog.v3.draft",
|
|
2442
2893
|
method: "POST",
|
|
@@ -2446,9 +2897,9 @@ function queryDraftPosts(payload) {
|
|
|
2446
2897
|
optInTransformResponse: true
|
|
2447
2898
|
},
|
|
2448
2899
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
2449
|
-
{ protoPath: "/v3/draft-posts/query", data:
|
|
2900
|
+
{ protoPath: "/v3/draft-posts/query", data: serializedData, host }
|
|
2450
2901
|
),
|
|
2451
|
-
data:
|
|
2902
|
+
data: serializedData,
|
|
2452
2903
|
transformResponse: (payload2) => transformPaths(payload2, [
|
|
2453
2904
|
{
|
|
2454
2905
|
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
@@ -2525,6 +2976,10 @@ function queryDraftPosts(payload) {
|
|
|
2525
2976
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
2526
2977
|
},
|
|
2527
2978
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
2979
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
2980
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
2981
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
2982
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
2528
2983
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
2529
2984
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
2530
2985
|
{
|
|
@@ -2550,9 +3005,27 @@ function queryDraftPosts(payload) {
|
|
|
2550
3005
|
{
|
|
2551
3006
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2552
3007
|
},
|
|
3008
|
+
{
|
|
3009
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3016
|
+
},
|
|
2553
3017
|
{
|
|
2554
3018
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2555
3019
|
},
|
|
3020
|
+
{
|
|
3021
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3028
|
+
},
|
|
2556
3029
|
{
|
|
2557
3030
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2558
3031
|
},
|
|
@@ -2584,6 +3057,15 @@ function queryDraftPosts(payload) {
|
|
|
2584
3057
|
{
|
|
2585
3058
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2586
3059
|
},
|
|
3060
|
+
{
|
|
3061
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3068
|
+
},
|
|
2587
3069
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2588
3070
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
2589
3071
|
{
|
|
@@ -2754,6 +3236,11 @@ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
|
2754
3236
|
TextAlignment2["JUSTIFY"] = "JUSTIFY";
|
|
2755
3237
|
return TextAlignment2;
|
|
2756
3238
|
})(TextAlignment || {});
|
|
3239
|
+
var LineCap = /* @__PURE__ */ ((LineCap2) => {
|
|
3240
|
+
LineCap2["SQUARE"] = "SQUARE";
|
|
3241
|
+
LineCap2["ROUND"] = "ROUND";
|
|
3242
|
+
return LineCap2;
|
|
3243
|
+
})(LineCap || {});
|
|
2757
3244
|
var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
|
|
2758
3245
|
LineStyle2["SINGLE"] = "SINGLE";
|
|
2759
3246
|
LineStyle2["DOUBLE"] = "DOUBLE";
|
|
@@ -2977,6 +3464,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
2977
3464
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2978
3465
|
return ImagePosition2;
|
|
2979
3466
|
})(ImagePosition || {});
|
|
3467
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
3468
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
3469
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3470
|
+
return LayoutDataBackgroundType2;
|
|
3471
|
+
})(LayoutDataBackgroundType || {});
|
|
2980
3472
|
var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
2981
3473
|
BannerOrigin2["IMAGE"] = "IMAGE";
|
|
2982
3474
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
@@ -2987,11 +3479,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
2987
3479
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
2988
3480
|
return BannerPosition2;
|
|
2989
3481
|
})(BannerPosition || {});
|
|
2990
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2991
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2992
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2993
|
-
return LayoutDataBackgroundType2;
|
|
2994
|
-
})(LayoutDataBackgroundType || {});
|
|
2995
3482
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2996
3483
|
BackdropType2["COLOR"] = "COLOR";
|
|
2997
3484
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -4162,6 +4649,10 @@ var onDraftCreated = EventDefinition(
|
|
|
4162
4649
|
},
|
|
4163
4650
|
{ path: "entity.richContent.nodes.galleryData.options.item.ratio" },
|
|
4164
4651
|
{ path: "entity.richContent.nodes.imageData.image.duration" },
|
|
4652
|
+
{ path: "entity.richContent.nodes.imageData.crop.x" },
|
|
4653
|
+
{ path: "entity.richContent.nodes.imageData.crop.y" },
|
|
4654
|
+
{ path: "entity.richContent.nodes.imageData.crop.width" },
|
|
4655
|
+
{ path: "entity.richContent.nodes.imageData.crop.height" },
|
|
4165
4656
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lat" },
|
|
4166
4657
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lng" },
|
|
4167
4658
|
{ path: "entity.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -4179,9 +4670,27 @@ var onDraftCreated = EventDefinition(
|
|
|
4179
4670
|
{
|
|
4180
4671
|
path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4181
4672
|
},
|
|
4673
|
+
{
|
|
4674
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
4675
|
+
},
|
|
4676
|
+
{
|
|
4677
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
4681
|
+
},
|
|
4182
4682
|
{
|
|
4183
4683
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4184
4684
|
},
|
|
4685
|
+
{
|
|
4686
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
4687
|
+
},
|
|
4688
|
+
{
|
|
4689
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
4690
|
+
},
|
|
4691
|
+
{
|
|
4692
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
4693
|
+
},
|
|
4185
4694
|
{
|
|
4186
4695
|
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4187
4696
|
},
|
|
@@ -4213,6 +4722,15 @@ var onDraftCreated = EventDefinition(
|
|
|
4213
4722
|
{
|
|
4214
4723
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4215
4724
|
},
|
|
4725
|
+
{
|
|
4726
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
4727
|
+
},
|
|
4728
|
+
{
|
|
4729
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
4730
|
+
},
|
|
4731
|
+
{
|
|
4732
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
4733
|
+
},
|
|
4216
4734
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
4217
4735
|
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
4218
4736
|
{
|
|
@@ -4289,6 +4807,10 @@ var onDraftDeleted = EventDefinition(
|
|
|
4289
4807
|
},
|
|
4290
4808
|
{ path: "entity.richContent.nodes.galleryData.options.item.ratio" },
|
|
4291
4809
|
{ path: "entity.richContent.nodes.imageData.image.duration" },
|
|
4810
|
+
{ path: "entity.richContent.nodes.imageData.crop.x" },
|
|
4811
|
+
{ path: "entity.richContent.nodes.imageData.crop.y" },
|
|
4812
|
+
{ path: "entity.richContent.nodes.imageData.crop.width" },
|
|
4813
|
+
{ path: "entity.richContent.nodes.imageData.crop.height" },
|
|
4292
4814
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lat" },
|
|
4293
4815
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lng" },
|
|
4294
4816
|
{ path: "entity.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -4306,9 +4828,27 @@ var onDraftDeleted = EventDefinition(
|
|
|
4306
4828
|
{
|
|
4307
4829
|
path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4308
4830
|
},
|
|
4831
|
+
{
|
|
4832
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
4833
|
+
},
|
|
4834
|
+
{
|
|
4835
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
4836
|
+
},
|
|
4837
|
+
{
|
|
4838
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
4839
|
+
},
|
|
4309
4840
|
{
|
|
4310
4841
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4311
4842
|
},
|
|
4843
|
+
{
|
|
4844
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
4845
|
+
},
|
|
4846
|
+
{
|
|
4847
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
4848
|
+
},
|
|
4849
|
+
{
|
|
4850
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
4851
|
+
},
|
|
4312
4852
|
{
|
|
4313
4853
|
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4314
4854
|
},
|
|
@@ -4340,6 +4880,15 @@ var onDraftDeleted = EventDefinition(
|
|
|
4340
4880
|
{
|
|
4341
4881
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4342
4882
|
},
|
|
4883
|
+
{
|
|
4884
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
4885
|
+
},
|
|
4886
|
+
{
|
|
4887
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
4888
|
+
},
|
|
4889
|
+
{
|
|
4890
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
4891
|
+
},
|
|
4343
4892
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
4344
4893
|
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
4345
4894
|
{
|
|
@@ -4416,6 +4965,10 @@ var onDraftUpdated = EventDefinition(
|
|
|
4416
4965
|
},
|
|
4417
4966
|
{ path: "entity.richContent.nodes.galleryData.options.item.ratio" },
|
|
4418
4967
|
{ path: "entity.richContent.nodes.imageData.image.duration" },
|
|
4968
|
+
{ path: "entity.richContent.nodes.imageData.crop.x" },
|
|
4969
|
+
{ path: "entity.richContent.nodes.imageData.crop.y" },
|
|
4970
|
+
{ path: "entity.richContent.nodes.imageData.crop.width" },
|
|
4971
|
+
{ path: "entity.richContent.nodes.imageData.crop.height" },
|
|
4419
4972
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lat" },
|
|
4420
4973
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lng" },
|
|
4421
4974
|
{ path: "entity.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -4433,9 +4986,27 @@ var onDraftUpdated = EventDefinition(
|
|
|
4433
4986
|
{
|
|
4434
4987
|
path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4435
4988
|
},
|
|
4989
|
+
{
|
|
4990
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
4991
|
+
},
|
|
4992
|
+
{
|
|
4993
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
4994
|
+
},
|
|
4995
|
+
{
|
|
4996
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
4997
|
+
},
|
|
4436
4998
|
{
|
|
4437
4999
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4438
5000
|
},
|
|
5001
|
+
{
|
|
5002
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
5003
|
+
},
|
|
5004
|
+
{
|
|
5005
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
5009
|
+
},
|
|
4439
5010
|
{
|
|
4440
5011
|
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4441
5012
|
},
|
|
@@ -4467,6 +5038,15 @@ var onDraftUpdated = EventDefinition(
|
|
|
4467
5038
|
{
|
|
4468
5039
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4469
5040
|
},
|
|
5041
|
+
{
|
|
5042
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
5049
|
+
},
|
|
4470
5050
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
4471
5051
|
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
4472
5052
|
{
|
|
@@ -4545,6 +5125,7 @@ export {
|
|
|
4545
5125
|
Layout,
|
|
4546
5126
|
LayoutDataBackgroundType,
|
|
4547
5127
|
LayoutType,
|
|
5128
|
+
LineCap,
|
|
4548
5129
|
LineStyle,
|
|
4549
5130
|
ListStyle,
|
|
4550
5131
|
MapType,
|