@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
|
@@ -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,
|
|
@@ -233,6 +234,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(o
|
|
|
233
234
|
{
|
|
234
235
|
srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
|
|
235
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"
|
|
236
241
|
}
|
|
237
242
|
],
|
|
238
243
|
"social-blog._base_domain_": [
|
|
@@ -343,6 +348,10 @@ function createDraftPost(payload) {
|
|
|
343
348
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
344
349
|
},
|
|
345
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" },
|
|
346
355
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
347
356
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
348
357
|
{ path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -360,9 +369,27 @@ function createDraftPost(payload) {
|
|
|
360
369
|
{
|
|
361
370
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
362
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
|
+
},
|
|
363
381
|
{
|
|
364
382
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
365
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
|
+
},
|
|
366
393
|
{
|
|
367
394
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
368
395
|
},
|
|
@@ -394,6 +421,15 @@ function createDraftPost(payload) {
|
|
|
394
421
|
{
|
|
395
422
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
396
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
|
+
},
|
|
397
433
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
398
434
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
399
435
|
{
|
|
@@ -486,6 +522,10 @@ function createDraftPost(payload) {
|
|
|
486
522
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
487
523
|
},
|
|
488
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" },
|
|
489
529
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
490
530
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
491
531
|
{
|
|
@@ -511,9 +551,27 @@ function createDraftPost(payload) {
|
|
|
511
551
|
{
|
|
512
552
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
513
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
|
+
},
|
|
514
563
|
{
|
|
515
564
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
516
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
|
+
},
|
|
517
575
|
{
|
|
518
576
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
519
577
|
},
|
|
@@ -545,6 +603,15 @@ function createDraftPost(payload) {
|
|
|
545
603
|
{
|
|
546
604
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
547
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
|
+
},
|
|
548
615
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
549
616
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
550
617
|
{
|
|
@@ -632,6 +699,10 @@ function bulkCreateDraftPosts(payload) {
|
|
|
632
699
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
633
700
|
},
|
|
634
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" },
|
|
635
706
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
636
707
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
637
708
|
{ path: "draftPosts.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -651,9 +722,27 @@ function bulkCreateDraftPosts(payload) {
|
|
|
651
722
|
{
|
|
652
723
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
653
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
|
+
},
|
|
654
734
|
{
|
|
655
735
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
656
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
|
+
},
|
|
657
746
|
{
|
|
658
747
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
659
748
|
},
|
|
@@ -685,6 +774,15 @@ function bulkCreateDraftPosts(payload) {
|
|
|
685
774
|
{
|
|
686
775
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
687
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
|
+
},
|
|
688
786
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
689
787
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
690
788
|
{
|
|
@@ -783,6 +881,10 @@ function bulkCreateDraftPosts(payload) {
|
|
|
783
881
|
{
|
|
784
882
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
785
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" },
|
|
786
888
|
{
|
|
787
889
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
788
890
|
},
|
|
@@ -816,9 +918,27 @@ function bulkCreateDraftPosts(payload) {
|
|
|
816
918
|
{
|
|
817
919
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
818
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
|
+
},
|
|
819
930
|
{
|
|
820
931
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
821
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
|
+
},
|
|
822
942
|
{
|
|
823
943
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
824
944
|
},
|
|
@@ -852,6 +972,15 @@ function bulkCreateDraftPosts(payload) {
|
|
|
852
972
|
{
|
|
853
973
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
854
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
|
+
},
|
|
855
984
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
856
985
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
857
986
|
{
|
|
@@ -958,6 +1087,14 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
958
1087
|
{
|
|
959
1088
|
path: "draftPosts.draftPost.richContent.nodes.imageData.image.duration"
|
|
960
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
|
+
},
|
|
961
1098
|
{
|
|
962
1099
|
path: "draftPosts.draftPost.richContent.nodes.mapData.mapSettings.lat"
|
|
963
1100
|
},
|
|
@@ -991,9 +1128,27 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
991
1128
|
{
|
|
992
1129
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
993
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
|
+
},
|
|
994
1140
|
{
|
|
995
1141
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
996
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
|
+
},
|
|
997
1152
|
{
|
|
998
1153
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
999
1154
|
},
|
|
@@ -1027,6 +1182,15 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1027
1182
|
{
|
|
1028
1183
|
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1029
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
|
+
},
|
|
1030
1194
|
{ path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
|
|
1031
1195
|
{
|
|
1032
1196
|
path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
|
|
@@ -1127,6 +1291,10 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1127
1291
|
{
|
|
1128
1292
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
1129
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" },
|
|
1130
1298
|
{
|
|
1131
1299
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
1132
1300
|
},
|
|
@@ -1160,9 +1328,27 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1160
1328
|
{
|
|
1161
1329
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1162
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
|
+
},
|
|
1163
1340
|
{
|
|
1164
1341
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1165
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
|
+
},
|
|
1166
1352
|
{
|
|
1167
1353
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1168
1354
|
},
|
|
@@ -1196,6 +1382,15 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1196
1382
|
{
|
|
1197
1383
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1198
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
|
+
},
|
|
1199
1394
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
1200
1395
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
1201
1396
|
{
|
|
@@ -1299,6 +1494,10 @@ function listDeletedDraftPosts(payload) {
|
|
|
1299
1494
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
1300
1495
|
},
|
|
1301
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" },
|
|
1302
1501
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
1303
1502
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
1304
1503
|
{
|
|
@@ -1324,9 +1523,27 @@ function listDeletedDraftPosts(payload) {
|
|
|
1324
1523
|
{
|
|
1325
1524
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1326
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
|
+
},
|
|
1327
1535
|
{
|
|
1328
1536
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1329
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
|
+
},
|
|
1330
1547
|
{
|
|
1331
1548
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1332
1549
|
},
|
|
@@ -1358,6 +1575,15 @@ function listDeletedDraftPosts(payload) {
|
|
|
1358
1575
|
{
|
|
1359
1576
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1360
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
|
+
},
|
|
1361
1587
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
1362
1588
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
1363
1589
|
{
|
|
@@ -1457,6 +1683,10 @@ function getDraftPost(payload) {
|
|
|
1457
1683
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1458
1684
|
},
|
|
1459
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" },
|
|
1460
1690
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1461
1691
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1462
1692
|
{
|
|
@@ -1482,9 +1712,27 @@ function getDraftPost(payload) {
|
|
|
1482
1712
|
{
|
|
1483
1713
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1484
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
|
+
},
|
|
1485
1724
|
{
|
|
1486
1725
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1487
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
|
+
},
|
|
1488
1736
|
{
|
|
1489
1737
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1490
1738
|
},
|
|
@@ -1516,6 +1764,15 @@ function getDraftPost(payload) {
|
|
|
1516
1764
|
{
|
|
1517
1765
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1518
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
|
+
},
|
|
1519
1776
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1520
1777
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1521
1778
|
{
|
|
@@ -1608,6 +1865,10 @@ function updateDraftPost(payload) {
|
|
|
1608
1865
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1609
1866
|
},
|
|
1610
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" },
|
|
1611
1872
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1612
1873
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1613
1874
|
{ path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -1625,9 +1886,27 @@ function updateDraftPost(payload) {
|
|
|
1625
1886
|
{
|
|
1626
1887
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1627
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
|
+
},
|
|
1628
1898
|
{
|
|
1629
1899
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1630
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
|
+
},
|
|
1631
1910
|
{
|
|
1632
1911
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1633
1912
|
},
|
|
@@ -1659,6 +1938,15 @@ function updateDraftPost(payload) {
|
|
|
1659
1938
|
{
|
|
1660
1939
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1661
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
|
+
},
|
|
1662
1950
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1663
1951
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1664
1952
|
{
|
|
@@ -1755,6 +2043,10 @@ function updateDraftPost(payload) {
|
|
|
1755
2043
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1756
2044
|
},
|
|
1757
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" },
|
|
1758
2050
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1759
2051
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1760
2052
|
{
|
|
@@ -1780,9 +2072,27 @@ function updateDraftPost(payload) {
|
|
|
1780
2072
|
{
|
|
1781
2073
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1782
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
|
+
},
|
|
1783
2084
|
{
|
|
1784
2085
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1785
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
|
+
},
|
|
1786
2096
|
{
|
|
1787
2097
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1788
2098
|
},
|
|
@@ -1814,6 +2124,15 @@ function updateDraftPost(payload) {
|
|
|
1814
2124
|
{
|
|
1815
2125
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1816
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
|
+
},
|
|
1817
2136
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1818
2137
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1819
2138
|
{
|
|
@@ -1961,6 +2280,10 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1961
2280
|
{
|
|
1962
2281
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
1963
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" },
|
|
1964
2287
|
{
|
|
1965
2288
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
1966
2289
|
},
|
|
@@ -1994,9 +2317,27 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1994
2317
|
{
|
|
1995
2318
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1996
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
|
+
},
|
|
1997
2329
|
{
|
|
1998
2330
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1999
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
|
+
},
|
|
2000
2341
|
{
|
|
2001
2342
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2002
2343
|
},
|
|
@@ -2030,6 +2371,15 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
2030
2371
|
{
|
|
2031
2372
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2032
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
|
+
},
|
|
2033
2383
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
2034
2384
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
2035
2385
|
{
|
|
@@ -2133,6 +2483,10 @@ function listDraftPosts(payload) {
|
|
|
2133
2483
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
2134
2484
|
},
|
|
2135
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" },
|
|
2136
2490
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
2137
2491
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
2138
2492
|
{
|
|
@@ -2158,9 +2512,27 @@ function listDraftPosts(payload) {
|
|
|
2158
2512
|
{
|
|
2159
2513
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2160
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
|
+
},
|
|
2161
2524
|
{
|
|
2162
2525
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2163
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
|
+
},
|
|
2164
2536
|
{
|
|
2165
2537
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2166
2538
|
},
|
|
@@ -2192,6 +2564,15 @@ function listDraftPosts(payload) {
|
|
|
2192
2564
|
{
|
|
2193
2565
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2194
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
|
+
},
|
|
2195
2576
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2196
2577
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
2197
2578
|
{
|
|
@@ -2295,6 +2676,10 @@ function getDeletedDraftPost(payload) {
|
|
|
2295
2676
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
2296
2677
|
},
|
|
2297
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" },
|
|
2298
2683
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
2299
2684
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
2300
2685
|
{
|
|
@@ -2320,9 +2705,27 @@ function getDeletedDraftPost(payload) {
|
|
|
2320
2705
|
{
|
|
2321
2706
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2322
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
|
+
},
|
|
2323
2717
|
{
|
|
2324
2718
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2325
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
|
+
},
|
|
2326
2729
|
{
|
|
2327
2730
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2328
2731
|
},
|
|
@@ -2354,6 +2757,15 @@ function getDeletedDraftPost(payload) {
|
|
|
2354
2757
|
{
|
|
2355
2758
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2356
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
|
+
},
|
|
2357
2769
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2358
2770
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
2359
2771
|
{
|
|
@@ -2457,6 +2869,10 @@ function restoreFromTrashBin(payload) {
|
|
|
2457
2869
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
2458
2870
|
},
|
|
2459
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" },
|
|
2460
2876
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
2461
2877
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
2462
2878
|
{
|
|
@@ -2482,9 +2898,27 @@ function restoreFromTrashBin(payload) {
|
|
|
2482
2898
|
{
|
|
2483
2899
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2484
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
|
+
},
|
|
2485
2910
|
{
|
|
2486
2911
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2487
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
|
+
},
|
|
2488
2922
|
{
|
|
2489
2923
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2490
2924
|
},
|
|
@@ -2516,6 +2950,15 @@ function restoreFromTrashBin(payload) {
|
|
|
2516
2950
|
{
|
|
2517
2951
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2518
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
|
+
},
|
|
2519
2962
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2520
2963
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
2521
2964
|
{
|
|
@@ -2531,6 +2974,15 @@ function restoreFromTrashBin(payload) {
|
|
|
2531
2974
|
}
|
|
2532
2975
|
function queryDraftPosts(payload) {
|
|
2533
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
|
+
]);
|
|
2534
2986
|
const metadata = {
|
|
2535
2987
|
entityFqdn: "wix.blog.v3.draft",
|
|
2536
2988
|
method: "POST",
|
|
@@ -2540,9 +2992,9 @@ function queryDraftPosts(payload) {
|
|
|
2540
2992
|
optInTransformResponse: true
|
|
2541
2993
|
},
|
|
2542
2994
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
2543
|
-
{ protoPath: "/v3/draft-posts/query", data:
|
|
2995
|
+
{ protoPath: "/v3/draft-posts/query", data: serializedData, host }
|
|
2544
2996
|
),
|
|
2545
|
-
data:
|
|
2997
|
+
data: serializedData,
|
|
2546
2998
|
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
2547
2999
|
{
|
|
2548
3000
|
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
@@ -2619,6 +3071,10 @@ function queryDraftPosts(payload) {
|
|
|
2619
3071
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
2620
3072
|
},
|
|
2621
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" },
|
|
2622
3078
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
2623
3079
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
2624
3080
|
{
|
|
@@ -2644,9 +3100,27 @@ function queryDraftPosts(payload) {
|
|
|
2644
3100
|
{
|
|
2645
3101
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2646
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
|
+
},
|
|
2647
3112
|
{
|
|
2648
3113
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2649
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
|
+
},
|
|
2650
3124
|
{
|
|
2651
3125
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2652
3126
|
},
|
|
@@ -2678,6 +3152,15 @@ function queryDraftPosts(payload) {
|
|
|
2678
3152
|
{
|
|
2679
3153
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2680
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
|
+
},
|
|
2681
3164
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2682
3165
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
2683
3166
|
{
|
|
@@ -2848,6 +3331,11 @@ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
|
2848
3331
|
TextAlignment2["JUSTIFY"] = "JUSTIFY";
|
|
2849
3332
|
return TextAlignment2;
|
|
2850
3333
|
})(TextAlignment || {});
|
|
3334
|
+
var LineCap = /* @__PURE__ */ ((LineCap2) => {
|
|
3335
|
+
LineCap2["SQUARE"] = "SQUARE";
|
|
3336
|
+
LineCap2["ROUND"] = "ROUND";
|
|
3337
|
+
return LineCap2;
|
|
3338
|
+
})(LineCap || {});
|
|
2851
3339
|
var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
|
|
2852
3340
|
LineStyle2["SINGLE"] = "SINGLE";
|
|
2853
3341
|
LineStyle2["DOUBLE"] = "DOUBLE";
|
|
@@ -3071,6 +3559,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
3071
3559
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
3072
3560
|
return ImagePosition2;
|
|
3073
3561
|
})(ImagePosition || {});
|
|
3562
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
3563
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
3564
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3565
|
+
return LayoutDataBackgroundType2;
|
|
3566
|
+
})(LayoutDataBackgroundType || {});
|
|
3074
3567
|
var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
3075
3568
|
BannerOrigin2["IMAGE"] = "IMAGE";
|
|
3076
3569
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
@@ -3081,11 +3574,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
3081
3574
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
3082
3575
|
return BannerPosition2;
|
|
3083
3576
|
})(BannerPosition || {});
|
|
3084
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
3085
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
3086
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3087
|
-
return LayoutDataBackgroundType2;
|
|
3088
|
-
})(LayoutDataBackgroundType || {});
|
|
3089
3577
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
3090
3578
|
BackdropType2["COLOR"] = "COLOR";
|
|
3091
3579
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -4111,6 +4599,7 @@ async function publishDraftPost2(draftPostId) {
|
|
|
4111
4599
|
Layout,
|
|
4112
4600
|
LayoutDataBackgroundType,
|
|
4113
4601
|
LayoutType,
|
|
4602
|
+
LineCap,
|
|
4114
4603
|
LineStyle,
|
|
4115
4604
|
ListStyle,
|
|
4116
4605
|
MapType,
|