@wix/auto_sdk_blog_draft-posts 1.0.88 → 1.0.90
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 +649 -20
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +490 -227
- package/build/cjs/index.typings.js +556 -20
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +487 -229
- package/build/cjs/meta.js +556 -20
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +645 -20
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +490 -227
- package/build/es/index.typings.mjs +552 -20
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +487 -229
- package/build/es/meta.mjs +552 -20
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +649 -20
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +490 -227
- package/build/internal/cjs/index.typings.js +556 -20
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +487 -229
- package/build/internal/cjs/meta.js +556 -20
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +645 -20
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +490 -227
- package/build/internal/es/index.typings.mjs +552 -20
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +487 -229
- package/build/internal/es/meta.mjs +552 -20
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -22,6 +22,7 @@ var index_typings_exports = {};
|
|
|
22
22
|
__export(index_typings_exports, {
|
|
23
23
|
Action: () => Action,
|
|
24
24
|
Alignment: () => Alignment,
|
|
25
|
+
AnimationType: () => AnimationType,
|
|
25
26
|
AppType: () => AppType,
|
|
26
27
|
AspectRatio: () => AspectRatio,
|
|
27
28
|
BackdropType: () => BackdropType,
|
|
@@ -37,6 +38,7 @@ __export(index_typings_exports, {
|
|
|
37
38
|
DesignTarget: () => DesignTarget,
|
|
38
39
|
Direction: () => Direction,
|
|
39
40
|
DividerDataAlignment: () => DividerDataAlignment,
|
|
41
|
+
EntranceEffectType: () => EntranceEffectType,
|
|
40
42
|
Field: () => Field,
|
|
41
43
|
FontType: () => FontType,
|
|
42
44
|
GIFType: () => GIFType,
|
|
@@ -50,8 +52,10 @@ __export(index_typings_exports, {
|
|
|
50
52
|
Layout: () => Layout,
|
|
51
53
|
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
52
54
|
LayoutType: () => LayoutType,
|
|
55
|
+
LineCap: () => LineCap,
|
|
53
56
|
LineStyle: () => LineStyle,
|
|
54
57
|
ListStyle: () => ListStyle,
|
|
58
|
+
LoopEffectType: () => LoopEffectType,
|
|
55
59
|
MapType: () => MapType,
|
|
56
60
|
ModerationStatusStatus: () => ModerationStatusStatus,
|
|
57
61
|
NodeType: () => NodeType,
|
|
@@ -233,6 +237,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(o
|
|
|
233
237
|
{
|
|
234
238
|
srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
|
|
235
239
|
destPath: "/v3/bulk/moderation"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
srcPath: "/_api/communities-blog-node-api/v3/bulk/draft-posts/create",
|
|
243
|
+
destPath: "/v3/bulk/draft-posts/create"
|
|
236
244
|
}
|
|
237
245
|
],
|
|
238
246
|
"social-blog._base_domain_": [
|
|
@@ -343,6 +351,10 @@ function createDraftPost(payload) {
|
|
|
343
351
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
344
352
|
},
|
|
345
353
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
354
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
355
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
356
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
357
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
346
358
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
347
359
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
348
360
|
{ path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -360,9 +372,27 @@ function createDraftPost(payload) {
|
|
|
360
372
|
{
|
|
361
373
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
362
374
|
},
|
|
375
|
+
{
|
|
376
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
383
|
+
},
|
|
363
384
|
{
|
|
364
385
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
365
386
|
},
|
|
387
|
+
{
|
|
388
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
395
|
+
},
|
|
366
396
|
{
|
|
367
397
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
368
398
|
},
|
|
@@ -394,6 +424,15 @@ function createDraftPost(payload) {
|
|
|
394
424
|
{
|
|
395
425
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
396
426
|
},
|
|
427
|
+
{
|
|
428
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
435
|
+
},
|
|
397
436
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
398
437
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
399
438
|
{
|
|
@@ -486,6 +525,10 @@ function createDraftPost(payload) {
|
|
|
486
525
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
487
526
|
},
|
|
488
527
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
528
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
529
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
530
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
531
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
489
532
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
490
533
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
491
534
|
{
|
|
@@ -511,9 +554,27 @@ function createDraftPost(payload) {
|
|
|
511
554
|
{
|
|
512
555
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
513
556
|
},
|
|
557
|
+
{
|
|
558
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
565
|
+
},
|
|
514
566
|
{
|
|
515
567
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
516
568
|
},
|
|
569
|
+
{
|
|
570
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
577
|
+
},
|
|
517
578
|
{
|
|
518
579
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
519
580
|
},
|
|
@@ -545,6 +606,15 @@ function createDraftPost(payload) {
|
|
|
545
606
|
{
|
|
546
607
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
547
608
|
},
|
|
609
|
+
{
|
|
610
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
617
|
+
},
|
|
548
618
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
549
619
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
550
620
|
{
|
|
@@ -632,6 +702,10 @@ function bulkCreateDraftPosts(payload) {
|
|
|
632
702
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
633
703
|
},
|
|
634
704
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
705
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
706
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
707
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
708
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
635
709
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
636
710
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
637
711
|
{ path: "draftPosts.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -651,9 +725,27 @@ function bulkCreateDraftPosts(payload) {
|
|
|
651
725
|
{
|
|
652
726
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
653
727
|
},
|
|
728
|
+
{
|
|
729
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
736
|
+
},
|
|
654
737
|
{
|
|
655
738
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
656
739
|
},
|
|
740
|
+
{
|
|
741
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
748
|
+
},
|
|
657
749
|
{
|
|
658
750
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
659
751
|
},
|
|
@@ -685,6 +777,15 @@ function bulkCreateDraftPosts(payload) {
|
|
|
685
777
|
{
|
|
686
778
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
687
779
|
},
|
|
780
|
+
{
|
|
781
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
788
|
+
},
|
|
688
789
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
689
790
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
690
791
|
{
|
|
@@ -783,6 +884,10 @@ function bulkCreateDraftPosts(payload) {
|
|
|
783
884
|
{
|
|
784
885
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
785
886
|
},
|
|
887
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
888
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
889
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
890
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
786
891
|
{
|
|
787
892
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
788
893
|
},
|
|
@@ -816,9 +921,27 @@ function bulkCreateDraftPosts(payload) {
|
|
|
816
921
|
{
|
|
817
922
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
818
923
|
},
|
|
924
|
+
{
|
|
925
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
932
|
+
},
|
|
819
933
|
{
|
|
820
934
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
821
935
|
},
|
|
936
|
+
{
|
|
937
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
944
|
+
},
|
|
822
945
|
{
|
|
823
946
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
824
947
|
},
|
|
@@ -852,6 +975,15 @@ function bulkCreateDraftPosts(payload) {
|
|
|
852
975
|
{
|
|
853
976
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
854
977
|
},
|
|
978
|
+
{
|
|
979
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
986
|
+
},
|
|
855
987
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
856
988
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
857
989
|
{
|
|
@@ -958,6 +1090,14 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
958
1090
|
{
|
|
959
1091
|
path: "draftPosts.draftPost.richContent.nodes.imageData.image.duration"
|
|
960
1092
|
},
|
|
1093
|
+
{ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.x" },
|
|
1094
|
+
{ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.y" },
|
|
1095
|
+
{
|
|
1096
|
+
path: "draftPosts.draftPost.richContent.nodes.imageData.crop.width"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
path: "draftPosts.draftPost.richContent.nodes.imageData.crop.height"
|
|
1100
|
+
},
|
|
961
1101
|
{
|
|
962
1102
|
path: "draftPosts.draftPost.richContent.nodes.mapData.mapSettings.lat"
|
|
963
1103
|
},
|
|
@@ -991,9 +1131,27 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
991
1131
|
{
|
|
992
1132
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
993
1133
|
},
|
|
1134
|
+
{
|
|
1135
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1142
|
+
},
|
|
994
1143
|
{
|
|
995
1144
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
996
1145
|
},
|
|
1146
|
+
{
|
|
1147
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1154
|
+
},
|
|
997
1155
|
{
|
|
998
1156
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
999
1157
|
},
|
|
@@ -1027,6 +1185,15 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1027
1185
|
{
|
|
1028
1186
|
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1029
1187
|
},
|
|
1188
|
+
{
|
|
1189
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1196
|
+
},
|
|
1030
1197
|
{ path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
|
|
1031
1198
|
{
|
|
1032
1199
|
path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
|
|
@@ -1127,6 +1294,10 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1127
1294
|
{
|
|
1128
1295
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
1129
1296
|
},
|
|
1297
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
1298
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
1299
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
1300
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
1130
1301
|
{
|
|
1131
1302
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
1132
1303
|
},
|
|
@@ -1160,9 +1331,27 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1160
1331
|
{
|
|
1161
1332
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1162
1333
|
},
|
|
1334
|
+
{
|
|
1335
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1342
|
+
},
|
|
1163
1343
|
{
|
|
1164
1344
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1165
1345
|
},
|
|
1346
|
+
{
|
|
1347
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1354
|
+
},
|
|
1166
1355
|
{
|
|
1167
1356
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1168
1357
|
},
|
|
@@ -1196,6 +1385,15 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1196
1385
|
{
|
|
1197
1386
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1198
1387
|
},
|
|
1388
|
+
{
|
|
1389
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1396
|
+
},
|
|
1199
1397
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
1200
1398
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
1201
1399
|
{
|
|
@@ -1299,6 +1497,10 @@ function listDeletedDraftPosts(payload) {
|
|
|
1299
1497
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
1300
1498
|
},
|
|
1301
1499
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
1500
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
1501
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
1502
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
1503
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
1302
1504
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
1303
1505
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
1304
1506
|
{
|
|
@@ -1324,9 +1526,27 @@ function listDeletedDraftPosts(payload) {
|
|
|
1324
1526
|
{
|
|
1325
1527
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1326
1528
|
},
|
|
1529
|
+
{
|
|
1530
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1537
|
+
},
|
|
1327
1538
|
{
|
|
1328
1539
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1329
1540
|
},
|
|
1541
|
+
{
|
|
1542
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1549
|
+
},
|
|
1330
1550
|
{
|
|
1331
1551
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1332
1552
|
},
|
|
@@ -1358,6 +1578,15 @@ function listDeletedDraftPosts(payload) {
|
|
|
1358
1578
|
{
|
|
1359
1579
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1360
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1589
|
+
},
|
|
1361
1590
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
1362
1591
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
1363
1592
|
{
|
|
@@ -1457,6 +1686,10 @@ function getDraftPost(payload) {
|
|
|
1457
1686
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1458
1687
|
},
|
|
1459
1688
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
1689
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
1690
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
1691
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
1692
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1460
1693
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1461
1694
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1462
1695
|
{
|
|
@@ -1482,9 +1715,27 @@ function getDraftPost(payload) {
|
|
|
1482
1715
|
{
|
|
1483
1716
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1484
1717
|
},
|
|
1718
|
+
{
|
|
1719
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1726
|
+
},
|
|
1485
1727
|
{
|
|
1486
1728
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1487
1729
|
},
|
|
1730
|
+
{
|
|
1731
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1738
|
+
},
|
|
1488
1739
|
{
|
|
1489
1740
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1490
1741
|
},
|
|
@@ -1516,6 +1767,15 @@ function getDraftPost(payload) {
|
|
|
1516
1767
|
{
|
|
1517
1768
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1518
1769
|
},
|
|
1770
|
+
{
|
|
1771
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1778
|
+
},
|
|
1519
1779
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1520
1780
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1521
1781
|
{
|
|
@@ -1608,6 +1868,10 @@ function updateDraftPost(payload) {
|
|
|
1608
1868
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1609
1869
|
},
|
|
1610
1870
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
1871
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
1872
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
1873
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
1874
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1611
1875
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1612
1876
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1613
1877
|
{ path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -1625,9 +1889,27 @@ function updateDraftPost(payload) {
|
|
|
1625
1889
|
{
|
|
1626
1890
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1627
1891
|
},
|
|
1892
|
+
{
|
|
1893
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1900
|
+
},
|
|
1628
1901
|
{
|
|
1629
1902
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1630
1903
|
},
|
|
1904
|
+
{
|
|
1905
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1912
|
+
},
|
|
1631
1913
|
{
|
|
1632
1914
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1633
1915
|
},
|
|
@@ -1659,6 +1941,15 @@ function updateDraftPost(payload) {
|
|
|
1659
1941
|
{
|
|
1660
1942
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1661
1943
|
},
|
|
1944
|
+
{
|
|
1945
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1952
|
+
},
|
|
1662
1953
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1663
1954
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1664
1955
|
{
|
|
@@ -1755,6 +2046,10 @@ function updateDraftPost(payload) {
|
|
|
1755
2046
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1756
2047
|
},
|
|
1757
2048
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
2049
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
2050
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
2051
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
2052
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1758
2053
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1759
2054
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1760
2055
|
{
|
|
@@ -1780,9 +2075,27 @@ function updateDraftPost(payload) {
|
|
|
1780
2075
|
{
|
|
1781
2076
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1782
2077
|
},
|
|
2078
|
+
{
|
|
2079
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2086
|
+
},
|
|
1783
2087
|
{
|
|
1784
2088
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1785
2089
|
},
|
|
2090
|
+
{
|
|
2091
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2098
|
+
},
|
|
1786
2099
|
{
|
|
1787
2100
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1788
2101
|
},
|
|
@@ -1814,6 +2127,15 @@ function updateDraftPost(payload) {
|
|
|
1814
2127
|
{
|
|
1815
2128
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1816
2129
|
},
|
|
2130
|
+
{
|
|
2131
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2138
|
+
},
|
|
1817
2139
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1818
2140
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1819
2141
|
{
|
|
@@ -1961,6 +2283,10 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1961
2283
|
{
|
|
1962
2284
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
1963
2285
|
},
|
|
2286
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
2287
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
2288
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
2289
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
1964
2290
|
{
|
|
1965
2291
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
1966
2292
|
},
|
|
@@ -1994,9 +2320,27 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1994
2320
|
{
|
|
1995
2321
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1996
2322
|
},
|
|
2323
|
+
{
|
|
2324
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2331
|
+
},
|
|
1997
2332
|
{
|
|
1998
2333
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1999
2334
|
},
|
|
2335
|
+
{
|
|
2336
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2343
|
+
},
|
|
2000
2344
|
{
|
|
2001
2345
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2002
2346
|
},
|
|
@@ -2030,6 +2374,15 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
2030
2374
|
{
|
|
2031
2375
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2032
2376
|
},
|
|
2377
|
+
{
|
|
2378
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2385
|
+
},
|
|
2033
2386
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
2034
2387
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
2035
2388
|
{
|
|
@@ -2133,6 +2486,10 @@ function listDraftPosts(payload) {
|
|
|
2133
2486
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
2134
2487
|
},
|
|
2135
2488
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
2489
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
2490
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
2491
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
2492
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
2136
2493
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
2137
2494
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
2138
2495
|
{
|
|
@@ -2158,9 +2515,27 @@ function listDraftPosts(payload) {
|
|
|
2158
2515
|
{
|
|
2159
2516
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2160
2517
|
},
|
|
2518
|
+
{
|
|
2519
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2526
|
+
},
|
|
2161
2527
|
{
|
|
2162
2528
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2163
2529
|
},
|
|
2530
|
+
{
|
|
2531
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2538
|
+
},
|
|
2164
2539
|
{
|
|
2165
2540
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2166
2541
|
},
|
|
@@ -2192,6 +2567,15 @@ function listDraftPosts(payload) {
|
|
|
2192
2567
|
{
|
|
2193
2568
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2194
2569
|
},
|
|
2570
|
+
{
|
|
2571
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2578
|
+
},
|
|
2195
2579
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2196
2580
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
2197
2581
|
{
|
|
@@ -2295,6 +2679,10 @@ function getDeletedDraftPost(payload) {
|
|
|
2295
2679
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
2296
2680
|
},
|
|
2297
2681
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
2682
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
2683
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
2684
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
2685
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
2298
2686
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
2299
2687
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
2300
2688
|
{
|
|
@@ -2320,9 +2708,27 @@ function getDeletedDraftPost(payload) {
|
|
|
2320
2708
|
{
|
|
2321
2709
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2322
2710
|
},
|
|
2711
|
+
{
|
|
2712
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2719
|
+
},
|
|
2323
2720
|
{
|
|
2324
2721
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2325
2722
|
},
|
|
2723
|
+
{
|
|
2724
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2731
|
+
},
|
|
2326
2732
|
{
|
|
2327
2733
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2328
2734
|
},
|
|
@@ -2354,6 +2760,15 @@ function getDeletedDraftPost(payload) {
|
|
|
2354
2760
|
{
|
|
2355
2761
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2356
2762
|
},
|
|
2763
|
+
{
|
|
2764
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2771
|
+
},
|
|
2357
2772
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2358
2773
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
2359
2774
|
{
|
|
@@ -2457,6 +2872,10 @@ function restoreFromTrashBin(payload) {
|
|
|
2457
2872
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
2458
2873
|
},
|
|
2459
2874
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
2875
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
2876
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
2877
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
2878
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
2460
2879
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
2461
2880
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
2462
2881
|
{
|
|
@@ -2482,9 +2901,27 @@ function restoreFromTrashBin(payload) {
|
|
|
2482
2901
|
{
|
|
2483
2902
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2484
2903
|
},
|
|
2904
|
+
{
|
|
2905
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2912
|
+
},
|
|
2485
2913
|
{
|
|
2486
2914
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2487
2915
|
},
|
|
2916
|
+
{
|
|
2917
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2924
|
+
},
|
|
2488
2925
|
{
|
|
2489
2926
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2490
2927
|
},
|
|
@@ -2516,6 +2953,15 @@ function restoreFromTrashBin(payload) {
|
|
|
2516
2953
|
{
|
|
2517
2954
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2518
2955
|
},
|
|
2956
|
+
{
|
|
2957
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2958
|
+
},
|
|
2959
|
+
{
|
|
2960
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2964
|
+
},
|
|
2519
2965
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2520
2966
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
2521
2967
|
{
|
|
@@ -2531,6 +2977,15 @@ function restoreFromTrashBin(payload) {
|
|
|
2531
2977
|
}
|
|
2532
2978
|
function queryDraftPosts(payload) {
|
|
2533
2979
|
function __queryDraftPosts({ host }) {
|
|
2980
|
+
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
2981
|
+
{
|
|
2982
|
+
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
2983
|
+
paths: [
|
|
2984
|
+
{ path: "query.sort.origin.latitude" },
|
|
2985
|
+
{ path: "query.sort.origin.longitude" }
|
|
2986
|
+
]
|
|
2987
|
+
}
|
|
2988
|
+
]);
|
|
2534
2989
|
const metadata = {
|
|
2535
2990
|
entityFqdn: "wix.blog.v3.draft",
|
|
2536
2991
|
method: "POST",
|
|
@@ -2540,9 +2995,9 @@ function queryDraftPosts(payload) {
|
|
|
2540
2995
|
optInTransformResponse: true
|
|
2541
2996
|
},
|
|
2542
2997
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
2543
|
-
{ protoPath: "/v3/draft-posts/query", data:
|
|
2998
|
+
{ protoPath: "/v3/draft-posts/query", data: serializedData, host }
|
|
2544
2999
|
),
|
|
2545
|
-
data:
|
|
3000
|
+
data: serializedData,
|
|
2546
3001
|
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
2547
3002
|
{
|
|
2548
3003
|
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
@@ -2619,6 +3074,10 @@ function queryDraftPosts(payload) {
|
|
|
2619
3074
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
2620
3075
|
},
|
|
2621
3076
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
3077
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
3078
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
3079
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
3080
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
2622
3081
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
2623
3082
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
2624
3083
|
{
|
|
@@ -2644,9 +3103,27 @@ function queryDraftPosts(payload) {
|
|
|
2644
3103
|
{
|
|
2645
3104
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2646
3105
|
},
|
|
3106
|
+
{
|
|
3107
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3114
|
+
},
|
|
2647
3115
|
{
|
|
2648
3116
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2649
3117
|
},
|
|
3118
|
+
{
|
|
3119
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3126
|
+
},
|
|
2650
3127
|
{
|
|
2651
3128
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2652
3129
|
},
|
|
@@ -2678,6 +3155,15 @@ function queryDraftPosts(payload) {
|
|
|
2678
3155
|
{
|
|
2679
3156
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2680
3157
|
},
|
|
3158
|
+
{
|
|
3159
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3166
|
+
},
|
|
2681
3167
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2682
3168
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
2683
3169
|
{
|
|
@@ -2840,6 +3326,47 @@ var Target = /* @__PURE__ */ ((Target2) => {
|
|
|
2840
3326
|
Target2["TOP"] = "TOP";
|
|
2841
3327
|
return Target2;
|
|
2842
3328
|
})(Target || {});
|
|
3329
|
+
var AnimationType = /* @__PURE__ */ ((AnimationType2) => {
|
|
3330
|
+
AnimationType2["VIEW"] = "VIEW";
|
|
3331
|
+
return AnimationType2;
|
|
3332
|
+
})(AnimationType || {});
|
|
3333
|
+
var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
|
|
3334
|
+
EntranceEffectType2["FADE"] = "FADE";
|
|
3335
|
+
EntranceEffectType2["ARC"] = "ARC";
|
|
3336
|
+
EntranceEffectType2["BLUR"] = "BLUR";
|
|
3337
|
+
EntranceEffectType2["BOUNCE"] = "BOUNCE";
|
|
3338
|
+
EntranceEffectType2["DROP"] = "DROP";
|
|
3339
|
+
EntranceEffectType2["EXPAND"] = "EXPAND";
|
|
3340
|
+
EntranceEffectType2["FLIP"] = "FLIP";
|
|
3341
|
+
EntranceEffectType2["FLOAT"] = "FLOAT";
|
|
3342
|
+
EntranceEffectType2["FOLD"] = "FOLD";
|
|
3343
|
+
EntranceEffectType2["GLIDE"] = "GLIDE";
|
|
3344
|
+
EntranceEffectType2["REVEAL"] = "REVEAL";
|
|
3345
|
+
EntranceEffectType2["SHAPE"] = "SHAPE";
|
|
3346
|
+
EntranceEffectType2["SHUTTERS"] = "SHUTTERS";
|
|
3347
|
+
EntranceEffectType2["SLIDE"] = "SLIDE";
|
|
3348
|
+
EntranceEffectType2["SPIN"] = "SPIN";
|
|
3349
|
+
EntranceEffectType2["TILT"] = "TILT";
|
|
3350
|
+
EntranceEffectType2["TURN"] = "TURN";
|
|
3351
|
+
EntranceEffectType2["WINK"] = "WINK";
|
|
3352
|
+
return EntranceEffectType2;
|
|
3353
|
+
})(EntranceEffectType || {});
|
|
3354
|
+
var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
|
|
3355
|
+
LoopEffectType2["BOUNCE"] = "BOUNCE";
|
|
3356
|
+
LoopEffectType2["BREATHE"] = "BREATHE";
|
|
3357
|
+
LoopEffectType2["CROSS"] = "CROSS";
|
|
3358
|
+
LoopEffectType2["FLASH"] = "FLASH";
|
|
3359
|
+
LoopEffectType2["FLIP"] = "FLIP";
|
|
3360
|
+
LoopEffectType2["FOLD"] = "FOLD";
|
|
3361
|
+
LoopEffectType2["JELLO"] = "JELLO";
|
|
3362
|
+
LoopEffectType2["POKE"] = "POKE";
|
|
3363
|
+
LoopEffectType2["PULSE"] = "PULSE";
|
|
3364
|
+
LoopEffectType2["RUBBER"] = "RUBBER";
|
|
3365
|
+
LoopEffectType2["SPIN"] = "SPIN";
|
|
3366
|
+
LoopEffectType2["SWING"] = "SWING";
|
|
3367
|
+
LoopEffectType2["WIGGLE"] = "WIGGLE";
|
|
3368
|
+
return LoopEffectType2;
|
|
3369
|
+
})(LoopEffectType || {});
|
|
2843
3370
|
var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
2844
3371
|
TextAlignment2["AUTO"] = "AUTO";
|
|
2845
3372
|
TextAlignment2["LEFT"] = "LEFT";
|
|
@@ -2848,6 +3375,11 @@ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
|
2848
3375
|
TextAlignment2["JUSTIFY"] = "JUSTIFY";
|
|
2849
3376
|
return TextAlignment2;
|
|
2850
3377
|
})(TextAlignment || {});
|
|
3378
|
+
var LineCap = /* @__PURE__ */ ((LineCap2) => {
|
|
3379
|
+
LineCap2["SQUARE"] = "SQUARE";
|
|
3380
|
+
LineCap2["ROUND"] = "ROUND";
|
|
3381
|
+
return LineCap2;
|
|
3382
|
+
})(LineCap || {});
|
|
2851
3383
|
var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
|
|
2852
3384
|
LineStyle2["SINGLE"] = "SINGLE";
|
|
2853
3385
|
LineStyle2["DOUBLE"] = "DOUBLE";
|
|
@@ -3071,6 +3603,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
3071
3603
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
3072
3604
|
return ImagePosition2;
|
|
3073
3605
|
})(ImagePosition || {});
|
|
3606
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
3607
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
3608
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3609
|
+
return LayoutDataBackgroundType2;
|
|
3610
|
+
})(LayoutDataBackgroundType || {});
|
|
3074
3611
|
var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
3075
3612
|
BannerOrigin2["IMAGE"] = "IMAGE";
|
|
3076
3613
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
@@ -3081,11 +3618,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
3081
3618
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
3082
3619
|
return BannerPosition2;
|
|
3083
3620
|
})(BannerPosition || {});
|
|
3084
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
3085
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
3086
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3087
|
-
return LayoutDataBackgroundType2;
|
|
3088
|
-
})(LayoutDataBackgroundType || {});
|
|
3089
3621
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
3090
3622
|
BackdropType2["COLOR"] = "COLOR";
|
|
3091
3623
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -3193,19 +3725,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
|
3193
3725
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
3194
3726
|
return ModerationStatusStatus2;
|
|
3195
3727
|
})(ModerationStatusStatus || {});
|
|
3196
|
-
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3197
|
-
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3198
|
-
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3199
|
-
return TotalDraftPostsGroupingField2;
|
|
3200
|
-
})(TotalDraftPostsGroupingField || {});
|
|
3201
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3202
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3203
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3204
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3205
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3206
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
3207
|
-
return WebhookIdentityType2;
|
|
3208
|
-
})(WebhookIdentityType || {});
|
|
3209
3728
|
var Type = /* @__PURE__ */ ((Type2) => {
|
|
3210
3729
|
Type2["UNKNOWN"] = "UNKNOWN";
|
|
3211
3730
|
Type2["MANUAL"] = "MANUAL";
|
|
@@ -3243,6 +3762,19 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
|
3243
3762
|
SortOrder2["DESC"] = "DESC";
|
|
3244
3763
|
return SortOrder2;
|
|
3245
3764
|
})(SortOrder || {});
|
|
3765
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3766
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3767
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3768
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3769
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3770
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
3771
|
+
return WebhookIdentityType2;
|
|
3772
|
+
})(WebhookIdentityType || {});
|
|
3773
|
+
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3774
|
+
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3775
|
+
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3776
|
+
return TotalDraftPostsGroupingField2;
|
|
3777
|
+
})(TotalDraftPostsGroupingField || {});
|
|
3246
3778
|
async function createDraftPost2(draftPost, options) {
|
|
3247
3779
|
const { httpClient, sideEffects } = arguments[2];
|
|
3248
3780
|
const payload = (0, import_transform_paths2.transformPaths)(
|
|
@@ -4083,6 +4615,7 @@ async function publishDraftPost2(draftPostId) {
|
|
|
4083
4615
|
0 && (module.exports = {
|
|
4084
4616
|
Action,
|
|
4085
4617
|
Alignment,
|
|
4618
|
+
AnimationType,
|
|
4086
4619
|
AppType,
|
|
4087
4620
|
AspectRatio,
|
|
4088
4621
|
BackdropType,
|
|
@@ -4098,6 +4631,7 @@ async function publishDraftPost2(draftPostId) {
|
|
|
4098
4631
|
DesignTarget,
|
|
4099
4632
|
Direction,
|
|
4100
4633
|
DividerDataAlignment,
|
|
4634
|
+
EntranceEffectType,
|
|
4101
4635
|
Field,
|
|
4102
4636
|
FontType,
|
|
4103
4637
|
GIFType,
|
|
@@ -4111,8 +4645,10 @@ async function publishDraftPost2(draftPostId) {
|
|
|
4111
4645
|
Layout,
|
|
4112
4646
|
LayoutDataBackgroundType,
|
|
4113
4647
|
LayoutType,
|
|
4648
|
+
LineCap,
|
|
4114
4649
|
LineStyle,
|
|
4115
4650
|
ListStyle,
|
|
4651
|
+
LoopEffectType,
|
|
4116
4652
|
MapType,
|
|
4117
4653
|
ModerationStatusStatus,
|
|
4118
4654
|
NodeType,
|