@wix/auto_sdk_blog_draft-posts 1.0.87 → 1.0.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +601 -7
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +210 -110
- package/build/cjs/index.typings.js +508 -7
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +204 -109
- package/build/cjs/meta.js +508 -7
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +599 -7
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +210 -110
- package/build/es/index.typings.mjs +506 -7
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +204 -109
- package/build/es/meta.mjs +506 -7
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +601 -7
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +210 -110
- package/build/internal/cjs/index.typings.js +508 -7
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +204 -109
- package/build/internal/cjs/meta.js +508 -7
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +599 -7
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +210 -110
- package/build/internal/es/index.typings.mjs +506 -7
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +204 -109
- package/build/internal/es/meta.mjs +506 -7
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -50,6 +50,7 @@ __export(index_exports, {
|
|
|
50
50
|
Layout: () => Layout,
|
|
51
51
|
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
52
52
|
LayoutType: () => LayoutType,
|
|
53
|
+
LineCap: () => LineCap,
|
|
53
54
|
LineStyle: () => LineStyle,
|
|
54
55
|
ListStyle: () => ListStyle,
|
|
55
56
|
MapType: () => MapType,
|
|
@@ -77,6 +78,7 @@ __export(index_exports, {
|
|
|
77
78
|
ThumbnailsAlignment: () => ThumbnailsAlignment,
|
|
78
79
|
TotalDraftPostsGroupingField: () => TotalDraftPostsGroupingField,
|
|
79
80
|
Type: () => Type,
|
|
81
|
+
Variant: () => Variant,
|
|
80
82
|
VerticalAlignment: () => VerticalAlignment,
|
|
81
83
|
VerticalAlignmentAlignment: () => VerticalAlignmentAlignment,
|
|
82
84
|
ViewMode: () => ViewMode,
|
|
@@ -244,6 +246,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(o
|
|
|
244
246
|
{
|
|
245
247
|
srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
|
|
246
248
|
destPath: "/v3/bulk/moderation"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
srcPath: "/_api/communities-blog-node-api/v3/bulk/draft-posts/create",
|
|
252
|
+
destPath: "/v3/bulk/draft-posts/create"
|
|
247
253
|
}
|
|
248
254
|
],
|
|
249
255
|
"social-blog._base_domain_": [
|
|
@@ -354,6 +360,10 @@ function createDraftPost(payload) {
|
|
|
354
360
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
355
361
|
},
|
|
356
362
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
363
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
364
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
365
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
366
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
357
367
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
358
368
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
359
369
|
{ path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -371,9 +381,27 @@ function createDraftPost(payload) {
|
|
|
371
381
|
{
|
|
372
382
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
373
383
|
},
|
|
384
|
+
{
|
|
385
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
392
|
+
},
|
|
374
393
|
{
|
|
375
394
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
376
395
|
},
|
|
396
|
+
{
|
|
397
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
404
|
+
},
|
|
377
405
|
{
|
|
378
406
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
379
407
|
},
|
|
@@ -405,6 +433,15 @@ function createDraftPost(payload) {
|
|
|
405
433
|
{
|
|
406
434
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
407
435
|
},
|
|
436
|
+
{
|
|
437
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
444
|
+
},
|
|
408
445
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
409
446
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
410
447
|
{
|
|
@@ -497,6 +534,10 @@ function createDraftPost(payload) {
|
|
|
497
534
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
498
535
|
},
|
|
499
536
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
537
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
538
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
539
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
540
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
500
541
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
501
542
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
502
543
|
{
|
|
@@ -522,9 +563,27 @@ function createDraftPost(payload) {
|
|
|
522
563
|
{
|
|
523
564
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
524
565
|
},
|
|
566
|
+
{
|
|
567
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
574
|
+
},
|
|
525
575
|
{
|
|
526
576
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
527
577
|
},
|
|
578
|
+
{
|
|
579
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
586
|
+
},
|
|
528
587
|
{
|
|
529
588
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
530
589
|
},
|
|
@@ -556,6 +615,15 @@ function createDraftPost(payload) {
|
|
|
556
615
|
{
|
|
557
616
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
558
617
|
},
|
|
618
|
+
{
|
|
619
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
626
|
+
},
|
|
559
627
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
560
628
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
561
629
|
{
|
|
@@ -643,6 +711,10 @@ function bulkCreateDraftPosts(payload) {
|
|
|
643
711
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
644
712
|
},
|
|
645
713
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
714
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
715
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
716
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
717
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
646
718
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
647
719
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
648
720
|
{ path: "draftPosts.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -662,9 +734,27 @@ function bulkCreateDraftPosts(payload) {
|
|
|
662
734
|
{
|
|
663
735
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
664
736
|
},
|
|
737
|
+
{
|
|
738
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
745
|
+
},
|
|
665
746
|
{
|
|
666
747
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
667
748
|
},
|
|
749
|
+
{
|
|
750
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
757
|
+
},
|
|
668
758
|
{
|
|
669
759
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
670
760
|
},
|
|
@@ -696,6 +786,15 @@ function bulkCreateDraftPosts(payload) {
|
|
|
696
786
|
{
|
|
697
787
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
698
788
|
},
|
|
789
|
+
{
|
|
790
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
797
|
+
},
|
|
699
798
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
700
799
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
701
800
|
{
|
|
@@ -794,6 +893,10 @@ function bulkCreateDraftPosts(payload) {
|
|
|
794
893
|
{
|
|
795
894
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
796
895
|
},
|
|
896
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
897
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
898
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
899
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
797
900
|
{
|
|
798
901
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
799
902
|
},
|
|
@@ -827,9 +930,27 @@ function bulkCreateDraftPosts(payload) {
|
|
|
827
930
|
{
|
|
828
931
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
829
932
|
},
|
|
933
|
+
{
|
|
934
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
941
|
+
},
|
|
830
942
|
{
|
|
831
943
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
832
944
|
},
|
|
945
|
+
{
|
|
946
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
953
|
+
},
|
|
833
954
|
{
|
|
834
955
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
835
956
|
},
|
|
@@ -863,6 +984,15 @@ function bulkCreateDraftPosts(payload) {
|
|
|
863
984
|
{
|
|
864
985
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
865
986
|
},
|
|
987
|
+
{
|
|
988
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
995
|
+
},
|
|
866
996
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
867
997
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
868
998
|
{
|
|
@@ -969,6 +1099,14 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
969
1099
|
{
|
|
970
1100
|
path: "draftPosts.draftPost.richContent.nodes.imageData.image.duration"
|
|
971
1101
|
},
|
|
1102
|
+
{ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.x" },
|
|
1103
|
+
{ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.y" },
|
|
1104
|
+
{
|
|
1105
|
+
path: "draftPosts.draftPost.richContent.nodes.imageData.crop.width"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
path: "draftPosts.draftPost.richContent.nodes.imageData.crop.height"
|
|
1109
|
+
},
|
|
972
1110
|
{
|
|
973
1111
|
path: "draftPosts.draftPost.richContent.nodes.mapData.mapSettings.lat"
|
|
974
1112
|
},
|
|
@@ -1002,9 +1140,27 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1002
1140
|
{
|
|
1003
1141
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1004
1142
|
},
|
|
1143
|
+
{
|
|
1144
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1151
|
+
},
|
|
1005
1152
|
{
|
|
1006
1153
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1007
1154
|
},
|
|
1155
|
+
{
|
|
1156
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1163
|
+
},
|
|
1008
1164
|
{
|
|
1009
1165
|
path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1010
1166
|
},
|
|
@@ -1038,6 +1194,15 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1038
1194
|
{
|
|
1039
1195
|
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1040
1196
|
},
|
|
1197
|
+
{
|
|
1198
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1205
|
+
},
|
|
1041
1206
|
{ path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
|
|
1042
1207
|
{
|
|
1043
1208
|
path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
|
|
@@ -1138,6 +1303,10 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1138
1303
|
{
|
|
1139
1304
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
1140
1305
|
},
|
|
1306
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
1307
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
1308
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
1309
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
1141
1310
|
{
|
|
1142
1311
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
1143
1312
|
},
|
|
@@ -1171,9 +1340,27 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1171
1340
|
{
|
|
1172
1341
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1173
1342
|
},
|
|
1343
|
+
{
|
|
1344
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1351
|
+
},
|
|
1174
1352
|
{
|
|
1175
1353
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1176
1354
|
},
|
|
1355
|
+
{
|
|
1356
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1363
|
+
},
|
|
1177
1364
|
{
|
|
1178
1365
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1179
1366
|
},
|
|
@@ -1207,6 +1394,15 @@ function bulkUpdateDraftPosts(payload) {
|
|
|
1207
1394
|
{
|
|
1208
1395
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1209
1396
|
},
|
|
1397
|
+
{
|
|
1398
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1405
|
+
},
|
|
1210
1406
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
1211
1407
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
1212
1408
|
{
|
|
@@ -1310,6 +1506,10 @@ function listDeletedDraftPosts(payload) {
|
|
|
1310
1506
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
1311
1507
|
},
|
|
1312
1508
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
1509
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
1510
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
1511
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
1512
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
1313
1513
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
1314
1514
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
1315
1515
|
{
|
|
@@ -1335,9 +1535,27 @@ function listDeletedDraftPosts(payload) {
|
|
|
1335
1535
|
{
|
|
1336
1536
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1337
1537
|
},
|
|
1538
|
+
{
|
|
1539
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1546
|
+
},
|
|
1338
1547
|
{
|
|
1339
1548
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1340
1549
|
},
|
|
1550
|
+
{
|
|
1551
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1558
|
+
},
|
|
1341
1559
|
{
|
|
1342
1560
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1343
1561
|
},
|
|
@@ -1369,6 +1587,15 @@ function listDeletedDraftPosts(payload) {
|
|
|
1369
1587
|
{
|
|
1370
1588
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1371
1589
|
},
|
|
1590
|
+
{
|
|
1591
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1598
|
+
},
|
|
1372
1599
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
1373
1600
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
1374
1601
|
{
|
|
@@ -1468,6 +1695,10 @@ function getDraftPost(payload) {
|
|
|
1468
1695
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1469
1696
|
},
|
|
1470
1697
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
1698
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
1699
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
1700
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
1701
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1471
1702
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1472
1703
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1473
1704
|
{
|
|
@@ -1493,9 +1724,27 @@ function getDraftPost(payload) {
|
|
|
1493
1724
|
{
|
|
1494
1725
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1495
1726
|
},
|
|
1727
|
+
{
|
|
1728
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1735
|
+
},
|
|
1496
1736
|
{
|
|
1497
1737
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1498
1738
|
},
|
|
1739
|
+
{
|
|
1740
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1747
|
+
},
|
|
1499
1748
|
{
|
|
1500
1749
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1501
1750
|
},
|
|
@@ -1527,6 +1776,15 @@ function getDraftPost(payload) {
|
|
|
1527
1776
|
{
|
|
1528
1777
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1529
1778
|
},
|
|
1779
|
+
{
|
|
1780
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1787
|
+
},
|
|
1530
1788
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1531
1789
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1532
1790
|
{
|
|
@@ -1619,6 +1877,10 @@ function updateDraftPost(payload) {
|
|
|
1619
1877
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1620
1878
|
},
|
|
1621
1879
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
1880
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
1881
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
1882
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
1883
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1622
1884
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1623
1885
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1624
1886
|
{ path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -1636,9 +1898,27 @@ function updateDraftPost(payload) {
|
|
|
1636
1898
|
{
|
|
1637
1899
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1638
1900
|
},
|
|
1901
|
+
{
|
|
1902
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1909
|
+
},
|
|
1639
1910
|
{
|
|
1640
1911
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1641
1912
|
},
|
|
1913
|
+
{
|
|
1914
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1921
|
+
},
|
|
1642
1922
|
{
|
|
1643
1923
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1644
1924
|
},
|
|
@@ -1670,6 +1950,15 @@ function updateDraftPost(payload) {
|
|
|
1670
1950
|
{
|
|
1671
1951
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1672
1952
|
},
|
|
1953
|
+
{
|
|
1954
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1961
|
+
},
|
|
1673
1962
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1674
1963
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1675
1964
|
{
|
|
@@ -1766,6 +2055,10 @@ function updateDraftPost(payload) {
|
|
|
1766
2055
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
1767
2056
|
},
|
|
1768
2057
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
2058
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
2059
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
2060
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
2061
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
1769
2062
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
1770
2063
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
1771
2064
|
{
|
|
@@ -1791,9 +2084,27 @@ function updateDraftPost(payload) {
|
|
|
1791
2084
|
{
|
|
1792
2085
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1793
2086
|
},
|
|
2087
|
+
{
|
|
2088
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2095
|
+
},
|
|
1794
2096
|
{
|
|
1795
2097
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1796
2098
|
},
|
|
2099
|
+
{
|
|
2100
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2107
|
+
},
|
|
1797
2108
|
{
|
|
1798
2109
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1799
2110
|
},
|
|
@@ -1825,6 +2136,15 @@ function updateDraftPost(payload) {
|
|
|
1825
2136
|
{
|
|
1826
2137
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1827
2138
|
},
|
|
2139
|
+
{
|
|
2140
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2147
|
+
},
|
|
1828
2148
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
1829
2149
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
1830
2150
|
{
|
|
@@ -1972,6 +2292,10 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
1972
2292
|
{
|
|
1973
2293
|
path: "results.item.richContent.nodes.imageData.image.duration"
|
|
1974
2294
|
},
|
|
2295
|
+
{ path: "results.item.richContent.nodes.imageData.crop.x" },
|
|
2296
|
+
{ path: "results.item.richContent.nodes.imageData.crop.y" },
|
|
2297
|
+
{ path: "results.item.richContent.nodes.imageData.crop.width" },
|
|
2298
|
+
{ path: "results.item.richContent.nodes.imageData.crop.height" },
|
|
1975
2299
|
{
|
|
1976
2300
|
path: "results.item.richContent.nodes.mapData.mapSettings.lat"
|
|
1977
2301
|
},
|
|
@@ -2005,9 +2329,27 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
2005
2329
|
{
|
|
2006
2330
|
path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2007
2331
|
},
|
|
2332
|
+
{
|
|
2333
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2340
|
+
},
|
|
2008
2341
|
{
|
|
2009
2342
|
path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2010
2343
|
},
|
|
2344
|
+
{
|
|
2345
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2352
|
+
},
|
|
2011
2353
|
{
|
|
2012
2354
|
path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2013
2355
|
},
|
|
@@ -2041,6 +2383,15 @@ function bulkDeleteDraftPosts(payload) {
|
|
|
2041
2383
|
{
|
|
2042
2384
|
path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2043
2385
|
},
|
|
2386
|
+
{
|
|
2387
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2394
|
+
},
|
|
2044
2395
|
{ path: "results.item.richContent.nodes.tocData.fontSize" },
|
|
2045
2396
|
{ path: "results.item.richContent.nodes.tocData.itemSpacing" },
|
|
2046
2397
|
{
|
|
@@ -2144,6 +2495,10 @@ function listDraftPosts(payload) {
|
|
|
2144
2495
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
2145
2496
|
},
|
|
2146
2497
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
2498
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
2499
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
2500
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
2501
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
2147
2502
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
2148
2503
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
2149
2504
|
{
|
|
@@ -2169,9 +2524,27 @@ function listDraftPosts(payload) {
|
|
|
2169
2524
|
{
|
|
2170
2525
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2171
2526
|
},
|
|
2527
|
+
{
|
|
2528
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2535
|
+
},
|
|
2172
2536
|
{
|
|
2173
2537
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2174
2538
|
},
|
|
2539
|
+
{
|
|
2540
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2547
|
+
},
|
|
2175
2548
|
{
|
|
2176
2549
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2177
2550
|
},
|
|
@@ -2203,6 +2576,15 @@ function listDraftPosts(payload) {
|
|
|
2203
2576
|
{
|
|
2204
2577
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2205
2578
|
},
|
|
2579
|
+
{
|
|
2580
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2587
|
+
},
|
|
2206
2588
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2207
2589
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
2208
2590
|
{
|
|
@@ -2306,6 +2688,10 @@ function getDeletedDraftPost(payload) {
|
|
|
2306
2688
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
2307
2689
|
},
|
|
2308
2690
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
2691
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
2692
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
2693
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
2694
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
2309
2695
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
2310
2696
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
2311
2697
|
{
|
|
@@ -2331,9 +2717,27 @@ function getDeletedDraftPost(payload) {
|
|
|
2331
2717
|
{
|
|
2332
2718
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2333
2719
|
},
|
|
2720
|
+
{
|
|
2721
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2728
|
+
},
|
|
2334
2729
|
{
|
|
2335
2730
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2336
2731
|
},
|
|
2732
|
+
{
|
|
2733
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2740
|
+
},
|
|
2337
2741
|
{
|
|
2338
2742
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2339
2743
|
},
|
|
@@ -2365,6 +2769,15 @@ function getDeletedDraftPost(payload) {
|
|
|
2365
2769
|
{
|
|
2366
2770
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2367
2771
|
},
|
|
2772
|
+
{
|
|
2773
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2780
|
+
},
|
|
2368
2781
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2369
2782
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
2370
2783
|
{
|
|
@@ -2468,6 +2881,10 @@ function restoreFromTrashBin(payload) {
|
|
|
2468
2881
|
path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
|
|
2469
2882
|
},
|
|
2470
2883
|
{ path: "draftPost.richContent.nodes.imageData.image.duration" },
|
|
2884
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.x" },
|
|
2885
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.y" },
|
|
2886
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.width" },
|
|
2887
|
+
{ path: "draftPost.richContent.nodes.imageData.crop.height" },
|
|
2471
2888
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
|
|
2472
2889
|
{ path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
|
|
2473
2890
|
{
|
|
@@ -2493,9 +2910,27 @@ function restoreFromTrashBin(payload) {
|
|
|
2493
2910
|
{
|
|
2494
2911
|
path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2495
2912
|
},
|
|
2913
|
+
{
|
|
2914
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2921
|
+
},
|
|
2496
2922
|
{
|
|
2497
2923
|
path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2498
2924
|
},
|
|
2925
|
+
{
|
|
2926
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2933
|
+
},
|
|
2499
2934
|
{
|
|
2500
2935
|
path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2501
2936
|
},
|
|
@@ -2527,6 +2962,15 @@ function restoreFromTrashBin(payload) {
|
|
|
2527
2962
|
{
|
|
2528
2963
|
path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2529
2964
|
},
|
|
2965
|
+
{
|
|
2966
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2973
|
+
},
|
|
2530
2974
|
{ path: "draftPost.richContent.nodes.tocData.fontSize" },
|
|
2531
2975
|
{ path: "draftPost.richContent.nodes.tocData.itemSpacing" },
|
|
2532
2976
|
{
|
|
@@ -2542,6 +2986,15 @@ function restoreFromTrashBin(payload) {
|
|
|
2542
2986
|
}
|
|
2543
2987
|
function queryDraftPosts(payload) {
|
|
2544
2988
|
function __queryDraftPosts({ host }) {
|
|
2989
|
+
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
2990
|
+
{
|
|
2991
|
+
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
2992
|
+
paths: [
|
|
2993
|
+
{ path: "query.sort.origin.latitude" },
|
|
2994
|
+
{ path: "query.sort.origin.longitude" }
|
|
2995
|
+
]
|
|
2996
|
+
}
|
|
2997
|
+
]);
|
|
2545
2998
|
const metadata = {
|
|
2546
2999
|
entityFqdn: "wix.blog.v3.draft",
|
|
2547
3000
|
method: "POST",
|
|
@@ -2551,9 +3004,9 @@ function queryDraftPosts(payload) {
|
|
|
2551
3004
|
optInTransformResponse: true
|
|
2552
3005
|
},
|
|
2553
3006
|
url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
|
|
2554
|
-
{ protoPath: "/v3/draft-posts/query", data:
|
|
3007
|
+
{ protoPath: "/v3/draft-posts/query", data: serializedData, host }
|
|
2555
3008
|
),
|
|
2556
|
-
data:
|
|
3009
|
+
data: serializedData,
|
|
2557
3010
|
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
2558
3011
|
{
|
|
2559
3012
|
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
@@ -2630,6 +3083,10 @@ function queryDraftPosts(payload) {
|
|
|
2630
3083
|
path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
|
|
2631
3084
|
},
|
|
2632
3085
|
{ path: "draftPosts.richContent.nodes.imageData.image.duration" },
|
|
3086
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.x" },
|
|
3087
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.y" },
|
|
3088
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.width" },
|
|
3089
|
+
{ path: "draftPosts.richContent.nodes.imageData.crop.height" },
|
|
2633
3090
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
|
|
2634
3091
|
{ path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
|
|
2635
3092
|
{
|
|
@@ -2655,9 +3112,27 @@ function queryDraftPosts(payload) {
|
|
|
2655
3112
|
{
|
|
2656
3113
|
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2657
3114
|
},
|
|
3115
|
+
{
|
|
3116
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3123
|
+
},
|
|
2658
3124
|
{
|
|
2659
3125
|
path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2660
3126
|
},
|
|
3127
|
+
{
|
|
3128
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3135
|
+
},
|
|
2661
3136
|
{
|
|
2662
3137
|
path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2663
3138
|
},
|
|
@@ -2689,6 +3164,15 @@ function queryDraftPosts(payload) {
|
|
|
2689
3164
|
{
|
|
2690
3165
|
path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2691
3166
|
},
|
|
3167
|
+
{
|
|
3168
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3175
|
+
},
|
|
2692
3176
|
{ path: "draftPosts.richContent.nodes.tocData.fontSize" },
|
|
2693
3177
|
{ path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
|
|
2694
3178
|
{
|
|
@@ -2859,6 +3343,11 @@ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
|
2859
3343
|
TextAlignment2["JUSTIFY"] = "JUSTIFY";
|
|
2860
3344
|
return TextAlignment2;
|
|
2861
3345
|
})(TextAlignment || {});
|
|
3346
|
+
var LineCap = /* @__PURE__ */ ((LineCap2) => {
|
|
3347
|
+
LineCap2["SQUARE"] = "SQUARE";
|
|
3348
|
+
LineCap2["ROUND"] = "ROUND";
|
|
3349
|
+
return LineCap2;
|
|
3350
|
+
})(LineCap || {});
|
|
2862
3351
|
var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
|
|
2863
3352
|
LineStyle2["SINGLE"] = "SINGLE";
|
|
2864
3353
|
LineStyle2["DOUBLE"] = "DOUBLE";
|
|
@@ -2983,6 +3472,7 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
|
2983
3472
|
DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
|
|
2984
3473
|
DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
|
|
2985
3474
|
DecorationType2["FONT_FAMILY"] = "FONT_FAMILY";
|
|
3475
|
+
DecorationType2["SKETCH"] = "SKETCH";
|
|
2986
3476
|
return DecorationType2;
|
|
2987
3477
|
})(DecorationType || {});
|
|
2988
3478
|
var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
@@ -2990,6 +3480,15 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
|
2990
3480
|
FontType2["EM"] = "EM";
|
|
2991
3481
|
return FontType2;
|
|
2992
3482
|
})(FontType || {});
|
|
3483
|
+
var Variant = /* @__PURE__ */ ((Variant2) => {
|
|
3484
|
+
Variant2["UNDERLINE"] = "UNDERLINE";
|
|
3485
|
+
Variant2["BOX"] = "BOX";
|
|
3486
|
+
Variant2["CIRCLE"] = "CIRCLE";
|
|
3487
|
+
Variant2["HIGHLIGHT"] = "HIGHLIGHT";
|
|
3488
|
+
Variant2["STRIKETHROUGH"] = "STRIKETHROUGH";
|
|
3489
|
+
Variant2["CROSSED_OFF"] = "CROSSED_OFF";
|
|
3490
|
+
return Variant2;
|
|
3491
|
+
})(Variant || {});
|
|
2993
3492
|
var Position = /* @__PURE__ */ ((Position2) => {
|
|
2994
3493
|
Position2["START"] = "START";
|
|
2995
3494
|
Position2["END"] = "END";
|
|
@@ -3072,6 +3571,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
3072
3571
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
3073
3572
|
return ImagePosition2;
|
|
3074
3573
|
})(ImagePosition || {});
|
|
3574
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
3575
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
3576
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3577
|
+
return LayoutDataBackgroundType2;
|
|
3578
|
+
})(LayoutDataBackgroundType || {});
|
|
3075
3579
|
var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
3076
3580
|
BannerOrigin2["IMAGE"] = "IMAGE";
|
|
3077
3581
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
@@ -3082,11 +3586,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
3082
3586
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
3083
3587
|
return BannerPosition2;
|
|
3084
3588
|
})(BannerPosition || {});
|
|
3085
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
3086
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
3087
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
3088
|
-
return LayoutDataBackgroundType2;
|
|
3089
|
-
})(LayoutDataBackgroundType || {});
|
|
3090
3589
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
3091
3590
|
BackdropType2["COLOR"] = "COLOR";
|
|
3092
3591
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -4257,6 +4756,10 @@ var onDraftCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
4257
4756
|
},
|
|
4258
4757
|
{ path: "entity.richContent.nodes.galleryData.options.item.ratio" },
|
|
4259
4758
|
{ path: "entity.richContent.nodes.imageData.image.duration" },
|
|
4759
|
+
{ path: "entity.richContent.nodes.imageData.crop.x" },
|
|
4760
|
+
{ path: "entity.richContent.nodes.imageData.crop.y" },
|
|
4761
|
+
{ path: "entity.richContent.nodes.imageData.crop.width" },
|
|
4762
|
+
{ path: "entity.richContent.nodes.imageData.crop.height" },
|
|
4260
4763
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lat" },
|
|
4261
4764
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lng" },
|
|
4262
4765
|
{ path: "entity.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -4274,9 +4777,27 @@ var onDraftCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
4274
4777
|
{
|
|
4275
4778
|
path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4276
4779
|
},
|
|
4780
|
+
{
|
|
4781
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
4782
|
+
},
|
|
4783
|
+
{
|
|
4784
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
4785
|
+
},
|
|
4786
|
+
{
|
|
4787
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
4788
|
+
},
|
|
4277
4789
|
{
|
|
4278
4790
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4279
4791
|
},
|
|
4792
|
+
{
|
|
4793
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
4794
|
+
},
|
|
4795
|
+
{
|
|
4796
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
4797
|
+
},
|
|
4798
|
+
{
|
|
4799
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
4800
|
+
},
|
|
4280
4801
|
{
|
|
4281
4802
|
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4282
4803
|
},
|
|
@@ -4308,6 +4829,15 @@ var onDraftCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
4308
4829
|
{
|
|
4309
4830
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4310
4831
|
},
|
|
4832
|
+
{
|
|
4833
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
4834
|
+
},
|
|
4835
|
+
{
|
|
4836
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
4840
|
+
},
|
|
4311
4841
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
4312
4842
|
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
4313
4843
|
{
|
|
@@ -4384,6 +4914,10 @@ var onDraftDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
4384
4914
|
},
|
|
4385
4915
|
{ path: "entity.richContent.nodes.galleryData.options.item.ratio" },
|
|
4386
4916
|
{ path: "entity.richContent.nodes.imageData.image.duration" },
|
|
4917
|
+
{ path: "entity.richContent.nodes.imageData.crop.x" },
|
|
4918
|
+
{ path: "entity.richContent.nodes.imageData.crop.y" },
|
|
4919
|
+
{ path: "entity.richContent.nodes.imageData.crop.width" },
|
|
4920
|
+
{ path: "entity.richContent.nodes.imageData.crop.height" },
|
|
4387
4921
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lat" },
|
|
4388
4922
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lng" },
|
|
4389
4923
|
{ path: "entity.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -4401,9 +4935,27 @@ var onDraftDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
4401
4935
|
{
|
|
4402
4936
|
path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4403
4937
|
},
|
|
4938
|
+
{
|
|
4939
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
4940
|
+
},
|
|
4941
|
+
{
|
|
4942
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
4946
|
+
},
|
|
4404
4947
|
{
|
|
4405
4948
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4406
4949
|
},
|
|
4950
|
+
{
|
|
4951
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
4952
|
+
},
|
|
4953
|
+
{
|
|
4954
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
4958
|
+
},
|
|
4407
4959
|
{
|
|
4408
4960
|
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4409
4961
|
},
|
|
@@ -4435,6 +4987,15 @@ var onDraftDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
4435
4987
|
{
|
|
4436
4988
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4437
4989
|
},
|
|
4990
|
+
{
|
|
4991
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
4992
|
+
},
|
|
4993
|
+
{
|
|
4994
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
4998
|
+
},
|
|
4438
4999
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
4439
5000
|
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
4440
5001
|
{
|
|
@@ -4511,6 +5072,10 @@ var onDraftUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
4511
5072
|
},
|
|
4512
5073
|
{ path: "entity.richContent.nodes.galleryData.options.item.ratio" },
|
|
4513
5074
|
{ path: "entity.richContent.nodes.imageData.image.duration" },
|
|
5075
|
+
{ path: "entity.richContent.nodes.imageData.crop.x" },
|
|
5076
|
+
{ path: "entity.richContent.nodes.imageData.crop.y" },
|
|
5077
|
+
{ path: "entity.richContent.nodes.imageData.crop.width" },
|
|
5078
|
+
{ path: "entity.richContent.nodes.imageData.crop.height" },
|
|
4514
5079
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lat" },
|
|
4515
5080
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lng" },
|
|
4516
5081
|
{ path: "entity.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -4528,9 +5093,27 @@ var onDraftUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
4528
5093
|
{
|
|
4529
5094
|
path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4530
5095
|
},
|
|
5096
|
+
{
|
|
5097
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
5098
|
+
},
|
|
5099
|
+
{
|
|
5100
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
5101
|
+
},
|
|
5102
|
+
{
|
|
5103
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
5104
|
+
},
|
|
4531
5105
|
{
|
|
4532
5106
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4533
5107
|
},
|
|
5108
|
+
{
|
|
5109
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
5110
|
+
},
|
|
5111
|
+
{
|
|
5112
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
5113
|
+
},
|
|
5114
|
+
{
|
|
5115
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
5116
|
+
},
|
|
4534
5117
|
{
|
|
4535
5118
|
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4536
5119
|
},
|
|
@@ -4562,6 +5145,15 @@ var onDraftUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
4562
5145
|
{
|
|
4563
5146
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4564
5147
|
},
|
|
5148
|
+
{
|
|
5149
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
5150
|
+
},
|
|
5151
|
+
{
|
|
5152
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
5156
|
+
},
|
|
4565
5157
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
4566
5158
|
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
4567
5159
|
{
|
|
@@ -4641,6 +5233,7 @@ var onDraftUpdated2 = (0, import_event_definition_modules.createEventModule)(onD
|
|
|
4641
5233
|
Layout,
|
|
4642
5234
|
LayoutDataBackgroundType,
|
|
4643
5235
|
LayoutType,
|
|
5236
|
+
LineCap,
|
|
4644
5237
|
LineStyle,
|
|
4645
5238
|
ListStyle,
|
|
4646
5239
|
MapType,
|
|
@@ -4668,6 +5261,7 @@ var onDraftUpdated2 = (0, import_event_definition_modules.createEventModule)(onD
|
|
|
4668
5261
|
ThumbnailsAlignment,
|
|
4669
5262
|
TotalDraftPostsGroupingField,
|
|
4670
5263
|
Type,
|
|
5264
|
+
Variant,
|
|
4671
5265
|
VerticalAlignment,
|
|
4672
5266
|
VerticalAlignmentAlignment,
|
|
4673
5267
|
ViewMode,
|