@wix/auto_sdk_blog_draft-posts 1.0.87 → 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 +601 -7
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +210 -110
- package/build/cjs/index.typings.js +508 -7
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +204 -109
- package/build/cjs/meta.js +508 -7
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +599 -7
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +210 -110
- package/build/es/index.typings.mjs +506 -7
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +204 -109
- package/build/es/meta.mjs +506 -7
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +601 -7
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +210 -110
- package/build/internal/cjs/index.typings.js +508 -7
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +204 -109
- package/build/internal/cjs/meta.js +508 -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 +599 -7
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +210 -110
- package/build/internal/es/index.typings.mjs +506 -7
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +204 -109
- package/build/internal/es/meta.mjs +506 -7
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -50,6 +50,7 @@ __export(index_typings_exports, {
|
|
|
50
50
|
Layout: () => Layout,
|
|
51
51
|
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
52
52
|
LayoutType: () => LayoutType,
|
|
53
|
+
LineCap: () => LineCap,
|
|
53
54
|
LineStyle: () => LineStyle,
|
|
54
55
|
ListStyle: () => ListStyle,
|
|
55
56
|
MapType: () => MapType,
|
|
@@ -77,6 +78,7 @@ __export(index_typings_exports, {
|
|
|
77
78
|
ThumbnailsAlignment: () => ThumbnailsAlignment,
|
|
78
79
|
TotalDraftPostsGroupingField: () => TotalDraftPostsGroupingField,
|
|
79
80
|
Type: () => Type,
|
|
81
|
+
Variant: () => Variant,
|
|
80
82
|
VerticalAlignment: () => VerticalAlignment,
|
|
81
83
|
VerticalAlignmentAlignment: () => VerticalAlignmentAlignment,
|
|
82
84
|
ViewMode: () => ViewMode,
|
|
@@ -232,6 +234,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(o
|
|
|
232
234
|
{
|
|
233
235
|
srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
|
|
234
236
|
destPath: "/v3/bulk/moderation"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
srcPath: "/_api/communities-blog-node-api/v3/bulk/draft-posts/create",
|
|
240
|
+
destPath: "/v3/bulk/draft-posts/create"
|
|
235
241
|
}
|
|
236
242
|
],
|
|
237
243
|
"social-blog._base_domain_": [
|
|
@@ -342,6 +348,10 @@ function createDraftPost(payload) {
|
|
|
342
348
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
343
349
|
},
|
|
344
350
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
351
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
352
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
353
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
354
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
345
355
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
346
356
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
347
357
|
{ path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -359,9 +369,27 @@ function createDraftPost(payload) {
|
|
|
359
369
|
{
|
|
360
370
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
361
371
|
},
|
|
372
|
+
{
|
|
373
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
380
|
+
},
|
|
362
381
|
{
|
|
363
382
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
364
383
|
},
|
|
384
|
+
{
|
|
385
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
392
|
+
},
|
|
365
393
|
{
|
|
366
394
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
367
395
|
},
|
|
@@ -393,6 +421,15 @@ function createDraftPost(payload) {
|
|
|
393
421
|
{
|
|
394
422
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
395
423
|
},
|
|
424
|
+
{
|
|
425
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
432
|
+
},
|
|
396
433
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
397
434
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
398
435
|
{
|
|
@@ -485,6 +522,10 @@ function createDraftPost(payload) {
|
|
|
485
522
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
486
523
|
},
|
|
487
524
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
525
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
526
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
527
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
528
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
488
529
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
489
530
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
490
531
|
{
|
|
@@ -510,9 +551,27 @@ function createDraftPost(payload) {
|
|
|
510
551
|
{
|
|
511
552
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
512
553
|
},
|
|
554
|
+
{
|
|
555
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
562
|
+
},
|
|
513
563
|
{
|
|
514
564
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
515
565
|
},
|
|
566
|
+
{
|
|
567
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
574
|
+
},
|
|
516
575
|
{
|
|
517
576
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
518
577
|
},
|
|
@@ -544,6 +603,15 @@ function createDraftPost(payload) {
|
|
|
544
603
|
{
|
|
545
604
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
546
605
|
},
|
|
606
|
+
{
|
|
607
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
614
|
+
},
|
|
547
615
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
548
616
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
549
617
|
{
|
|
@@ -631,6 +699,10 @@ function bulkCreateDraftPosts(payload) {
|
|
|
631
699
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
632
700
|
},
|
|
633
701
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
702
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
703
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
704
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
705
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
634
706
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
635
707
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
636
708
|
{ path: "draftPosts.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -650,9 +722,27 @@ function bulkCreateDraftPosts(payload) {
|
|
|
650
722
|
{
|
|
651
723
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
652
724
|
},
|
|
725
|
+
{
|
|
726
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
733
|
+
},
|
|
653
734
|
{
|
|
654
735
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
655
736
|
},
|
|
737
|
+
{
|
|
738
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
745
|
+
},
|
|
656
746
|
{
|
|
657
747
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
658
748
|
},
|
|
@@ -684,6 +774,15 @@ function bulkCreateDraftPosts(payload) {
|
|
|
684
774
|
{
|
|
685
775
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
686
776
|
},
|
|
777
|
+
{
|
|
778
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
785
|
+
},
|
|
687
786
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
688
787
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
689
788
|
{
|
|
@@ -782,6 +881,10 @@ function bulkCreateDraftPosts(payload) {
|
|
|
782
881
|
{
|
|
783
882
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
784
883
|
},
|
|
884
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
885
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
886
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
887
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
785
888
|
{
|
|
786
889
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
787
890
|
},
|
|
@@ -815,9 +918,27 @@ function bulkCreateDraftPosts(payload) {
|
|
|
815
918
|
{
|
|
816
919
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
817
920
|
},
|
|
921
|
+
{
|
|
922
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
929
|
+
},
|
|
818
930
|
{
|
|
819
931
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
820
932
|
},
|
|
933
|
+
{
|
|
934
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
941
|
+
},
|
|
821
942
|
{
|
|
822
943
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
823
944
|
},
|
|
@@ -851,6 +972,15 @@ function bulkCreateDraftPosts(payload) {
|
|
|
851
972
|
{
|
|
852
973
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
853
974
|
},
|
|
975
|
+
{
|
|
976
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
983
|
+
},
|
|
854
984
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
855
985
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
856
986
|
{
|
|
@@ -957,6 +1087,14 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
957
1087
|
{
|
|
958
1088
|
path: "draftPosts.draftPost.richContent.nodes.imageData.image.duration"
|
|
959
1089
|
},
|
|
1090
|
+
{ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.x" },
|
|
1091
|
+
{ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.y" },
|
|
1092
|
+
{
|
|
1093
|
+
path: "draftPosts.draftPost.richContent.nodes.imageData.crop.width"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
path: "draftPosts.draftPost.richContent.nodes.imageData.crop.height"
|
|
1097
|
+
},
|
|
960
1098
|
{
|
|
961
1099
|
path: "draftPosts.draftPost.richContent.nodes.mapData.mapSettings.lat"
|
|
962
1100
|
},
|
|
@@ -990,9 +1128,27 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
990
1128
|
{
|
|
991
1129
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
992
1130
|
},
|
|
1131
|
+
{
|
|
1132
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1139
|
+
},
|
|
993
1140
|
{
|
|
994
1141
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
995
1142
|
},
|
|
1143
|
+
{
|
|
1144
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1151
|
+
},
|
|
996
1152
|
{
|
|
997
1153
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
998
1154
|
},
|
|
@@ -1026,6 +1182,15 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1026
1182
|
{
|
|
1027
1183
|
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1028
1184
|
},
|
|
1185
|
+
{
|
|
1186
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1193
|
+
},
|
|
1029
1194
|
{ path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
|
|
1030
1195
|
{
|
|
1031
1196
|
path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
|
|
@@ -1126,6 +1291,10 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1126
1291
|
{
|
|
1127
1292
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
1128
1293
|
},
|
|
1294
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
1295
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
1296
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
1297
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
1129
1298
|
{
|
|
1130
1299
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
1131
1300
|
},
|
|
@@ -1159,9 +1328,27 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1159
1328
|
{
|
|
1160
1329
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1161
1330
|
},
|
|
1331
|
+
{
|
|
1332
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1339
|
+
},
|
|
1162
1340
|
{
|
|
1163
1341
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1164
1342
|
},
|
|
1343
|
+
{
|
|
1344
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1351
|
+
},
|
|
1165
1352
|
{
|
|
1166
1353
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1167
1354
|
},
|
|
@@ -1195,6 +1382,15 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1195
1382
|
{
|
|
1196
1383
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1197
1384
|
},
|
|
1385
|
+
{
|
|
1386
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1393
|
+
},
|
|
1198
1394
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
1199
1395
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
1200
1396
|
{
|
|
@@ -1298,6 +1494,10 @@ function listDeletedDraftPosts(payload) {
|
|
|
1298
1494
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
1299
1495
|
},
|
|
1300
1496
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
1497
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
1498
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
1499
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
1500
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
1301
1501
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
1302
1502
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
1303
1503
|
{
|
|
@@ -1323,9 +1523,27 @@ function listDeletedDraftPosts(payload) {
|
|
|
1323
1523
|
{
|
|
1324
1524
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1325
1525
|
},
|
|
1526
|
+
{
|
|
1527
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1534
|
+
},
|
|
1326
1535
|
{
|
|
1327
1536
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1328
1537
|
},
|
|
1538
|
+
{
|
|
1539
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1546
|
+
},
|
|
1329
1547
|
{
|
|
1330
1548
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1331
1549
|
},
|
|
@@ -1357,6 +1575,15 @@ function listDeletedDraftPosts(payload) {
|
|
|
1357
1575
|
{
|
|
1358
1576
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1359
1577
|
},
|
|
1578
|
+
{
|
|
1579
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1586
|
+
},
|
|
1360
1587
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
1361
1588
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
1362
1589
|
{
|
|
@@ -1456,6 +1683,10 @@ function getDraftPost(payload) {
|
|
|
1456
1683
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1457
1684
|
},
|
|
1458
1685
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
1686
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
1687
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
1688
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
1689
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1459
1690
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1460
1691
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1461
1692
|
{
|
|
@@ -1481,9 +1712,27 @@ function getDraftPost(payload) {
|
|
|
1481
1712
|
{
|
|
1482
1713
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1483
1714
|
},
|
|
1715
|
+
{
|
|
1716
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1723
|
+
},
|
|
1484
1724
|
{
|
|
1485
1725
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1486
1726
|
},
|
|
1727
|
+
{
|
|
1728
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1735
|
+
},
|
|
1487
1736
|
{
|
|
1488
1737
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1489
1738
|
},
|
|
@@ -1515,6 +1764,15 @@ function getDraftPost(payload) {
|
|
|
1515
1764
|
{
|
|
1516
1765
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1517
1766
|
},
|
|
1767
|
+
{
|
|
1768
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1775
|
+
},
|
|
1518
1776
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1519
1777
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1520
1778
|
{
|
|
@@ -1607,6 +1865,10 @@ function updateDraftPost(payload) {
|
|
|
1607
1865
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1608
1866
|
},
|
|
1609
1867
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
1868
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
1869
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
1870
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
1871
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1610
1872
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1611
1873
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1612
1874
|
{ path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -1624,9 +1886,27 @@ function updateDraftPost(payload) {
|
|
|
1624
1886
|
{
|
|
1625
1887
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1626
1888
|
},
|
|
1889
|
+
{
|
|
1890
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1897
|
+
},
|
|
1627
1898
|
{
|
|
1628
1899
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1629
1900
|
},
|
|
1901
|
+
{
|
|
1902
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1909
|
+
},
|
|
1630
1910
|
{
|
|
1631
1911
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1632
1912
|
},
|
|
@@ -1658,6 +1938,15 @@ function updateDraftPost(payload) {
|
|
|
1658
1938
|
{
|
|
1659
1939
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1660
1940
|
},
|
|
1941
|
+
{
|
|
1942
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1949
|
+
},
|
|
1661
1950
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1662
1951
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1663
1952
|
{
|
|
@@ -1754,6 +2043,10 @@ function updateDraftPost(payload) {
|
|
|
1754
2043
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1755
2044
|
},
|
|
1756
2045
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
2046
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
2047
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
2048
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
2049
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1757
2050
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1758
2051
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1759
2052
|
{
|
|
@@ -1779,9 +2072,27 @@ function updateDraftPost(payload) {
|
|
|
1779
2072
|
{
|
|
1780
2073
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1781
2074
|
},
|
|
2075
|
+
{
|
|
2076
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2083
|
+
},
|
|
1782
2084
|
{
|
|
1783
2085
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1784
2086
|
},
|
|
2087
|
+
{
|
|
2088
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2095
|
+
},
|
|
1785
2096
|
{
|
|
1786
2097
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1787
2098
|
},
|
|
@@ -1813,6 +2124,15 @@ function updateDraftPost(payload) {
|
|
|
1813
2124
|
{
|
|
1814
2125
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1815
2126
|
},
|
|
2127
|
+
{
|
|
2128
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2135
|
+
},
|
|
1816
2136
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1817
2137
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1818
2138
|
{
|
|
@@ -1960,6 +2280,10 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1960
2280
|
{
|
|
1961
2281
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
1962
2282
|
},
|
|
2283
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
2284
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
2285
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
2286
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
1963
2287
|
{
|
|
1964
2288
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
1965
2289
|
},
|
|
@@ -1993,9 +2317,27 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1993
2317
|
{
|
|
1994
2318
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1995
2319
|
},
|
|
2320
|
+
{
|
|
2321
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2328
|
+
},
|
|
1996
2329
|
{
|
|
1997
2330
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1998
2331
|
},
|
|
2332
|
+
{
|
|
2333
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2340
|
+
},
|
|
1999
2341
|
{
|
|
2000
2342
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2001
2343
|
},
|
|
@@ -2029,6 +2371,15 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
2029
2371
|
{
|
|
2030
2372
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2031
2373
|
},
|
|
2374
|
+
{
|
|
2375
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2382
|
+
},
|
|
2032
2383
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
2033
2384
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
2034
2385
|
{
|
|
@@ -2132,6 +2483,10 @@ function listDraftPosts(payload) {
|
|
|
2132
2483
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
2133
2484
|
},
|
|
2134
2485
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
2486
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
2487
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
2488
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
2489
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
2135
2490
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
2136
2491
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
2137
2492
|
{
|
|
@@ -2157,9 +2512,27 @@ function listDraftPosts(payload) {
|
|
|
2157
2512
|
{
|
|
2158
2513
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2159
2514
|
},
|
|
2515
|
+
{
|
|
2516
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2523
|
+
},
|
|
2160
2524
|
{
|
|
2161
2525
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2162
2526
|
},
|
|
2527
|
+
{
|
|
2528
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2535
|
+
},
|
|
2163
2536
|
{
|
|
2164
2537
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2165
2538
|
},
|
|
@@ -2191,6 +2564,15 @@ function listDraftPosts(payload) {
|
|
|
2191
2564
|
{
|
|
2192
2565
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2193
2566
|
},
|
|
2567
|
+
{
|
|
2568
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2575
|
+
},
|
|
2194
2576
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2195
2577
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
2196
2578
|
{
|
|
@@ -2294,6 +2676,10 @@ function getDeletedDraftPost(payload) {
|
|
|
2294
2676
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
2295
2677
|
},
|
|
2296
2678
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
2679
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
2680
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
2681
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
2682
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
2297
2683
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
2298
2684
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
2299
2685
|
{
|
|
@@ -2319,9 +2705,27 @@ function getDeletedDraftPost(payload) {
|
|
|
2319
2705
|
{
|
|
2320
2706
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2321
2707
|
},
|
|
2708
|
+
{
|
|
2709
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2716
|
+
},
|
|
2322
2717
|
{
|
|
2323
2718
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2324
2719
|
},
|
|
2720
|
+
{
|
|
2721
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2728
|
+
},
|
|
2325
2729
|
{
|
|
2326
2730
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2327
2731
|
},
|
|
@@ -2353,6 +2757,15 @@ function getDeletedDraftPost(payload) {
|
|
|
2353
2757
|
{
|
|
2354
2758
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2355
2759
|
},
|
|
2760
|
+
{
|
|
2761
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2768
|
+
},
|
|
2356
2769
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2357
2770
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
2358
2771
|
{
|
|
@@ -2456,6 +2869,10 @@ function restoreFromTrashBin(payload) {
|
|
|
2456
2869
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
2457
2870
|
},
|
|
2458
2871
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
2872
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
2873
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
2874
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
2875
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
2459
2876
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
2460
2877
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
2461
2878
|
{
|
|
@@ -2481,9 +2898,27 @@ function restoreFromTrashBin(payload) {
|
|
|
2481
2898
|
{
|
|
2482
2899
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2483
2900
|
},
|
|
2901
|
+
{
|
|
2902
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2909
|
+
},
|
|
2484
2910
|
{
|
|
2485
2911
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2486
2912
|
},
|
|
2913
|
+
{
|
|
2914
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2921
|
+
},
|
|
2487
2922
|
{
|
|
2488
2923
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2489
2924
|
},
|
|
@@ -2515,6 +2950,15 @@ function restoreFromTrashBin(payload) {
|
|
|
2515
2950
|
{
|
|
2516
2951
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2517
2952
|
},
|
|
2953
|
+
{
|
|
2954
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2958
|
+
},
|
|
2959
|
+
{
|
|
2960
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2961
|
+
},
|
|
2518
2962
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2519
2963
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
2520
2964
|
{
|
|
@@ -2530,6 +2974,15 @@ function restoreFromTrashBin(payload) {
|
|
|
2530
2974
|
}
|
|
2531
2975
|
function queryDraftPosts(payload) {
|
|
2532
2976
|
function __queryDraftPosts({ host }) {
|
|
2977
|
+
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
2978
|
+
{
|
|
2979
|
+
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
2980
|
+
paths: [
|
|
2981
|
+
{ path: "query.sort.origin.latitude" },
|
|
2982
|
+
{ path: "query.sort.origin.longitude" }
|
|
2983
|
+
]
|
|
2984
|
+
}
|
|
2985
|
+
]);
|
|
2533
2986
|
const metadata = {
|
|
2534
2987
|
entityFqdn: "wix.blog.v3.draft",
|
|
2535
2988
|
method: "POST",
|
|
@@ -2539,9 +2992,9 @@ function queryDraftPosts(payload) {
|
|
|
2539
2992
|
optInTransformResponse: true
|
|
2540
2993
|
},
|
|
2541
2994
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
2542
|
-
{ protoPath: "/v3/draft-posts/query", data:
|
|
2995
|
+
{ protoPath: "/v3/draft-posts/query", data: serializedData, host }
|
|
2543
2996
|
),
|
|
2544
|
-
data:
|
|
2997
|
+
data: serializedData,
|
|
2545
2998
|
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
2546
2999
|
{
|
|
2547
3000
|
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
@@ -2618,6 +3071,10 @@ function queryDraftPosts(payload) {
|
|
|
2618
3071
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
2619
3072
|
},
|
|
2620
3073
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
3074
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
3075
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
3076
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
3077
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
2621
3078
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
2622
3079
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
2623
3080
|
{
|
|
@@ -2643,9 +3100,27 @@ function queryDraftPosts(payload) {
|
|
|
2643
3100
|
{
|
|
2644
3101
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2645
3102
|
},
|
|
3103
|
+
{
|
|
3104
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3111
|
+
},
|
|
2646
3112
|
{
|
|
2647
3113
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2648
3114
|
},
|
|
3115
|
+
{
|
|
3116
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3123
|
+
},
|
|
2649
3124
|
{
|
|
2650
3125
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2651
3126
|
},
|
|
@@ -2677,6 +3152,15 @@ function queryDraftPosts(payload) {
|
|
|
2677
3152
|
{
|
|
2678
3153
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2679
3154
|
},
|
|
3155
|
+
{
|
|
3156
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3163
|
+
},
|
|
2680
3164
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2681
3165
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
2682
3166
|
{
|
|
@@ -2847,6 +3331,11 @@ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
|
2847
3331
|
TextAlignment2["JUSTIFY"] = "JUSTIFY";
|
|
2848
3332
|
return TextAlignment2;
|
|
2849
3333
|
})(TextAlignment || {});
|
|
3334
|
+
var LineCap = /* @__PURE__ */ ((LineCap2) => {
|
|
3335
|
+
LineCap2["SQUARE"] = "SQUARE";
|
|
3336
|
+
LineCap2["ROUND"] = "ROUND";
|
|
3337
|
+
return LineCap2;
|
|
3338
|
+
})(LineCap || {});
|
|
2850
3339
|
var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
|
|
2851
3340
|
LineStyle2["SINGLE"] = "SINGLE";
|
|
2852
3341
|
LineStyle2["DOUBLE"] = "DOUBLE";
|
|
@@ -2971,6 +3460,7 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
|
2971
3460
|
DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
|
|
2972
3461
|
DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
|
|
2973
3462
|
DecorationType2["FONT_FAMILY"] = "FONT_FAMILY";
|
|
3463
|
+
DecorationType2["SKETCH"] = "SKETCH";
|
|
2974
3464
|
return DecorationType2;
|
|
2975
3465
|
})(DecorationType || {});
|
|
2976
3466
|
var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
@@ -2978,6 +3468,15 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
|
2978
3468
|
FontType2["EM"] = "EM";
|
|
2979
3469
|
return FontType2;
|
|
2980
3470
|
})(FontType || {});
|
|
3471
|
+
var Variant = /* @__PURE__ */ ((Variant2) => {
|
|
3472
|
+
Variant2["UNDERLINE"] = "UNDERLINE";
|
|
3473
|
+
Variant2["BOX"] = "BOX";
|
|
3474
|
+
Variant2["CIRCLE"] = "CIRCLE";
|
|
3475
|
+
Variant2["HIGHLIGHT"] = "HIGHLIGHT";
|
|
3476
|
+
Variant2["STRIKETHROUGH"] = "STRIKETHROUGH";
|
|
3477
|
+
Variant2["CROSSED_OFF"] = "CROSSED_OFF";
|
|
3478
|
+
return Variant2;
|
|
3479
|
+
})(Variant || {});
|
|
2981
3480
|
var Position = /* @__PURE__ */ ((Position2) => {
|
|
2982
3481
|
Position2["START"] = "START";
|
|
2983
3482
|
Position2["END"] = "END";
|
|
@@ -3060,6 +3559,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
3060
3559
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
3061
3560
|
return ImagePosition2;
|
|
3062
3561
|
})(ImagePosition || {});
|
|
3562
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
3563
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
3564
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3565
|
+
return LayoutDataBackgroundType2;
|
|
3566
|
+
})(LayoutDataBackgroundType || {});
|
|
3063
3567
|
var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
3064
3568
|
BannerOrigin2["IMAGE"] = "IMAGE";
|
|
3065
3569
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
@@ -3070,11 +3574,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
3070
3574
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
3071
3575
|
return BannerPosition2;
|
|
3072
3576
|
})(BannerPosition || {});
|
|
3073
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
3074
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
3075
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3076
|
-
return LayoutDataBackgroundType2;
|
|
3077
|
-
})(LayoutDataBackgroundType || {});
|
|
3078
3577
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
3079
3578
|
BackdropType2["COLOR"] = "COLOR";
|
|
3080
3579
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -4100,6 +4599,7 @@ async function publishDraftPost2(draftPostId) {
|
|
|
4100
4599
|
Layout,
|
|
4101
4600
|
LayoutDataBackgroundType,
|
|
4102
4601
|
LayoutType,
|
|
4602
|
+
LineCap,
|
|
4103
4603
|
LineStyle,
|
|
4104
4604
|
ListStyle,
|
|
4105
4605
|
MapType,
|
|
@@ -4127,6 +4627,7 @@ async function publishDraftPost2(draftPostId) {
|
|
|
4127
4627
|
ThumbnailsAlignment,
|
|
4128
4628
|
TotalDraftPostsGroupingField,
|
|
4129
4629
|
Type,
|
|
4630
|
+
Variant,
|
|
4130
4631
|
VerticalAlignment,
|
|
4131
4632
|
VerticalAlignmentAlignment,
|
|
4132
4633
|
ViewMode,
|