@wix/auto_sdk_comments_comments 1.0.52 → 1.0.53
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 +2494 -36
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +214 -25
- package/build/cjs/index.typings.js +1533 -35
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +213 -24
- package/build/cjs/meta.js +1533 -35
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +2487 -36
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +214 -25
- package/build/es/index.typings.mjs +1526 -35
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +213 -24
- package/build/es/meta.mjs +1526 -35
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +2494 -36
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +214 -25
- package/build/internal/cjs/index.typings.js +1533 -35
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +213 -24
- package/build/internal/cjs/meta.js +1533 -35
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +2487 -36
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +214 -25
- package/build/internal/es/index.typings.mjs +1526 -35
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +213 -24
- package/build/internal/es/meta.mjs +1526 -35
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -24,8 +24,10 @@ __export(index_exports, {
|
|
|
24
24
|
Alignment: () => Alignment,
|
|
25
25
|
AppType: () => AppType,
|
|
26
26
|
AspectRatio: () => AspectRatio,
|
|
27
|
+
BackdropType: () => BackdropType,
|
|
27
28
|
BackgroundType: () => BackgroundType,
|
|
28
29
|
ButtonDataType: () => ButtonDataType,
|
|
30
|
+
CardDataBackgroundType: () => CardDataBackgroundType,
|
|
29
31
|
Crop: () => Crop,
|
|
30
32
|
DecorationType: () => DecorationType,
|
|
31
33
|
DesignTarget: () => DesignTarget,
|
|
@@ -33,9 +35,13 @@ __export(index_exports, {
|
|
|
33
35
|
DividerDataAlignment: () => DividerDataAlignment,
|
|
34
36
|
FontType: () => FontType,
|
|
35
37
|
GIFType: () => GIFType,
|
|
38
|
+
GradientType: () => GradientType,
|
|
36
39
|
ImagePosition: () => ImagePosition,
|
|
40
|
+
ImagePositionPosition: () => ImagePositionPosition,
|
|
41
|
+
ImageScalingScaling: () => ImageScalingScaling,
|
|
37
42
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
38
43
|
Layout: () => Layout,
|
|
44
|
+
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
39
45
|
LayoutType: () => LayoutType,
|
|
40
46
|
LineStyle: () => LineStyle,
|
|
41
47
|
MapType: () => MapType,
|
|
@@ -46,6 +52,7 @@ __export(index_exports, {
|
|
|
46
52
|
Origin: () => Origin,
|
|
47
53
|
Placement: () => Placement,
|
|
48
54
|
PluginContainerDataAlignment: () => PluginContainerDataAlignment,
|
|
55
|
+
PollDesignBackgroundType: () => PollDesignBackgroundType,
|
|
49
56
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
50
57
|
PollLayoutType: () => PollLayoutType,
|
|
51
58
|
Position: () => Position,
|
|
@@ -206,6 +213,24 @@ function createComment(payload) {
|
|
|
206
213
|
{
|
|
207
214
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
208
215
|
paths: [
|
|
216
|
+
{
|
|
217
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
233
|
+
},
|
|
209
234
|
{
|
|
210
235
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
211
236
|
},
|
|
@@ -253,9 +278,57 @@ function createComment(payload) {
|
|
|
253
278
|
{
|
|
254
279
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
255
280
|
},
|
|
281
|
+
{
|
|
282
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
298
|
+
},
|
|
256
299
|
{
|
|
257
300
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
258
301
|
},
|
|
302
|
+
{
|
|
303
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
331
|
+
},
|
|
259
332
|
{
|
|
260
333
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
261
334
|
},
|
|
@@ -307,8 +380,38 @@ function createComment(payload) {
|
|
|
307
380
|
{
|
|
308
381
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
309
382
|
},
|
|
383
|
+
{
|
|
384
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
400
|
+
},
|
|
310
401
|
{
|
|
311
402
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
312
415
|
}
|
|
313
416
|
]
|
|
314
417
|
}
|
|
@@ -373,6 +476,24 @@ function createComment(payload) {
|
|
|
373
476
|
{
|
|
374
477
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
375
478
|
paths: [
|
|
479
|
+
{
|
|
480
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
496
|
+
},
|
|
376
497
|
{
|
|
377
498
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
378
499
|
},
|
|
@@ -424,9 +545,57 @@ function createComment(payload) {
|
|
|
424
545
|
{
|
|
425
546
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
426
547
|
},
|
|
548
|
+
{
|
|
549
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
565
|
+
},
|
|
427
566
|
{
|
|
428
567
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
429
568
|
},
|
|
569
|
+
{
|
|
570
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
598
|
+
},
|
|
430
599
|
{
|
|
431
600
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
432
601
|
},
|
|
@@ -478,8 +647,38 @@ function createComment(payload) {
|
|
|
478
647
|
{
|
|
479
648
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
480
649
|
},
|
|
650
|
+
{
|
|
651
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
667
|
+
},
|
|
481
668
|
{
|
|
482
669
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
483
682
|
}
|
|
484
683
|
]
|
|
485
684
|
}
|
|
@@ -551,6 +750,24 @@ function getComment(payload) {
|
|
|
551
750
|
{
|
|
552
751
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
553
752
|
paths: [
|
|
753
|
+
{
|
|
754
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
770
|
+
},
|
|
554
771
|
{
|
|
555
772
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
556
773
|
},
|
|
@@ -602,9 +819,57 @@ function getComment(payload) {
|
|
|
602
819
|
{
|
|
603
820
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
604
821
|
},
|
|
822
|
+
{
|
|
823
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
839
|
+
},
|
|
605
840
|
{
|
|
606
841
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
607
842
|
},
|
|
843
|
+
{
|
|
844
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
872
|
+
},
|
|
608
873
|
{
|
|
609
874
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
610
875
|
},
|
|
@@ -656,8 +921,38 @@ function getComment(payload) {
|
|
|
656
921
|
{
|
|
657
922
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
658
923
|
},
|
|
924
|
+
{
|
|
925
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
941
|
+
},
|
|
659
942
|
{
|
|
660
943
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
661
956
|
}
|
|
662
957
|
]
|
|
663
958
|
}
|
|
@@ -707,6 +1002,24 @@ function updateComment(payload) {
|
|
|
707
1002
|
{
|
|
708
1003
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
709
1004
|
paths: [
|
|
1005
|
+
{
|
|
1006
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1022
|
+
},
|
|
710
1023
|
{
|
|
711
1024
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
712
1025
|
},
|
|
@@ -754,9 +1067,57 @@ function updateComment(payload) {
|
|
|
754
1067
|
{
|
|
755
1068
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
756
1069
|
},
|
|
1070
|
+
{
|
|
1071
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1087
|
+
},
|
|
757
1088
|
{
|
|
758
1089
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
759
1090
|
},
|
|
1091
|
+
{
|
|
1092
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1120
|
+
},
|
|
760
1121
|
{
|
|
761
1122
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
762
1123
|
},
|
|
@@ -808,8 +1169,38 @@ function updateComment(payload) {
|
|
|
808
1169
|
{
|
|
809
1170
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
810
1171
|
},
|
|
1172
|
+
{
|
|
1173
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1189
|
+
},
|
|
811
1190
|
{
|
|
812
1191
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
813
1204
|
}
|
|
814
1205
|
]
|
|
815
1206
|
}
|
|
@@ -874,6 +1265,24 @@ function updateComment(payload) {
|
|
|
874
1265
|
{
|
|
875
1266
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
876
1267
|
paths: [
|
|
1268
|
+
{
|
|
1269
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1285
|
+
},
|
|
877
1286
|
{
|
|
878
1287
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
879
1288
|
},
|
|
@@ -925,9 +1334,57 @@ function updateComment(payload) {
|
|
|
925
1334
|
{
|
|
926
1335
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
927
1336
|
},
|
|
1337
|
+
{
|
|
1338
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1354
|
+
},
|
|
928
1355
|
{
|
|
929
1356
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
930
1357
|
},
|
|
1358
|
+
{
|
|
1359
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1387
|
+
},
|
|
931
1388
|
{
|
|
932
1389
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
933
1390
|
},
|
|
@@ -979,8 +1436,38 @@ function updateComment(payload) {
|
|
|
979
1436
|
{
|
|
980
1437
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
981
1438
|
},
|
|
1439
|
+
{
|
|
1440
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1456
|
+
},
|
|
982
1457
|
{
|
|
983
1458
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
984
1471
|
}
|
|
985
1472
|
]
|
|
986
1473
|
}
|
|
@@ -1073,6 +1560,24 @@ function moderateDraftContent(payload) {
|
|
|
1073
1560
|
{
|
|
1074
1561
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1075
1562
|
paths: [
|
|
1563
|
+
{
|
|
1564
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1580
|
+
},
|
|
1076
1581
|
{
|
|
1077
1582
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1078
1583
|
},
|
|
@@ -1124,9 +1629,57 @@ function moderateDraftContent(payload) {
|
|
|
1124
1629
|
{
|
|
1125
1630
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1126
1631
|
},
|
|
1632
|
+
{
|
|
1633
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1649
|
+
},
|
|
1127
1650
|
{
|
|
1128
1651
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
1129
1652
|
},
|
|
1653
|
+
{
|
|
1654
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1682
|
+
},
|
|
1130
1683
|
{
|
|
1131
1684
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1132
1685
|
},
|
|
@@ -1178,8 +1731,38 @@ function moderateDraftContent(payload) {
|
|
|
1178
1731
|
{
|
|
1179
1732
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1180
1733
|
},
|
|
1734
|
+
{
|
|
1735
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1751
|
+
},
|
|
1181
1752
|
{
|
|
1182
1753
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1183
1766
|
}
|
|
1184
1767
|
]
|
|
1185
1768
|
}
|
|
@@ -1255,6 +1838,24 @@ function queryComments(payload) {
|
|
|
1255
1838
|
{
|
|
1256
1839
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1257
1840
|
paths: [
|
|
1841
|
+
{
|
|
1842
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1858
|
+
},
|
|
1258
1859
|
{
|
|
1259
1860
|
path: "comments.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1260
1861
|
},
|
|
@@ -1306,9 +1907,57 @@ function queryComments(payload) {
|
|
|
1306
1907
|
{
|
|
1307
1908
|
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1308
1909
|
},
|
|
1910
|
+
{
|
|
1911
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1927
|
+
},
|
|
1309
1928
|
{
|
|
1310
1929
|
path: "comments.content.richContent.nodes.shapeData.shape.duration"
|
|
1311
1930
|
},
|
|
1931
|
+
{
|
|
1932
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1960
|
+
},
|
|
1312
1961
|
{
|
|
1313
1962
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1314
1963
|
},
|
|
@@ -1360,8 +2009,38 @@ function queryComments(payload) {
|
|
|
1360
2009
|
{
|
|
1361
2010
|
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1362
2011
|
},
|
|
2012
|
+
{
|
|
2013
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2029
|
+
},
|
|
1363
2030
|
{
|
|
1364
2031
|
path: "comments.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1365
2044
|
}
|
|
1366
2045
|
]
|
|
1367
2046
|
}
|
|
@@ -1433,6 +2112,24 @@ function markComment(payload) {
|
|
|
1433
2112
|
{
|
|
1434
2113
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1435
2114
|
paths: [
|
|
2115
|
+
{
|
|
2116
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2132
|
+
},
|
|
1436
2133
|
{
|
|
1437
2134
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1438
2135
|
},
|
|
@@ -1484,9 +2181,57 @@ function markComment(payload) {
|
|
|
1484
2181
|
{
|
|
1485
2182
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1486
2183
|
},
|
|
2184
|
+
{
|
|
2185
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2201
|
+
},
|
|
1487
2202
|
{
|
|
1488
2203
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
1489
2204
|
},
|
|
2205
|
+
{
|
|
2206
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2234
|
+
},
|
|
1490
2235
|
{
|
|
1491
2236
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1492
2237
|
},
|
|
@@ -1538,8 +2283,38 @@ function markComment(payload) {
|
|
|
1538
2283
|
{
|
|
1539
2284
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1540
2285
|
},
|
|
2286
|
+
{
|
|
2287
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2303
|
+
},
|
|
1541
2304
|
{
|
|
1542
2305
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1543
2318
|
}
|
|
1544
2319
|
]
|
|
1545
2320
|
}
|
|
@@ -1611,6 +2386,24 @@ function unmarkComment(payload) {
|
|
|
1611
2386
|
{
|
|
1612
2387
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1613
2388
|
paths: [
|
|
2389
|
+
{
|
|
2390
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2406
|
+
},
|
|
1614
2407
|
{
|
|
1615
2408
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1616
2409
|
},
|
|
@@ -1662,9 +2455,57 @@ function unmarkComment(payload) {
|
|
|
1662
2455
|
{
|
|
1663
2456
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1664
2457
|
},
|
|
2458
|
+
{
|
|
2459
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2475
|
+
},
|
|
1665
2476
|
{
|
|
1666
2477
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
1667
2478
|
},
|
|
2479
|
+
{
|
|
2480
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
2484
|
+
},
|
|
2485
|
+
{
|
|
2486
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2508
|
+
},
|
|
1668
2509
|
{
|
|
1669
2510
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1670
2511
|
},
|
|
@@ -1716,8 +2557,38 @@ function unmarkComment(payload) {
|
|
|
1716
2557
|
{
|
|
1717
2558
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1718
2559
|
},
|
|
2560
|
+
{
|
|
2561
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2568
|
+
},
|
|
2569
|
+
{
|
|
2570
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2577
|
+
},
|
|
1719
2578
|
{
|
|
1720
2579
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1721
2592
|
}
|
|
1722
2593
|
]
|
|
1723
2594
|
}
|
|
@@ -1789,6 +2660,24 @@ function hideComment(payload) {
|
|
|
1789
2660
|
{
|
|
1790
2661
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1791
2662
|
paths: [
|
|
2663
|
+
{
|
|
2664
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2680
|
+
},
|
|
1792
2681
|
{
|
|
1793
2682
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1794
2683
|
},
|
|
@@ -1840,9 +2729,57 @@ function hideComment(payload) {
|
|
|
1840
2729
|
{
|
|
1841
2730
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1842
2731
|
},
|
|
2732
|
+
{
|
|
2733
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2749
|
+
},
|
|
1843
2750
|
{
|
|
1844
2751
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
1845
2752
|
},
|
|
2753
|
+
{
|
|
2754
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2782
|
+
},
|
|
1846
2783
|
{
|
|
1847
2784
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1848
2785
|
},
|
|
@@ -1894,8 +2831,38 @@ function hideComment(payload) {
|
|
|
1894
2831
|
{
|
|
1895
2832
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1896
2833
|
},
|
|
2834
|
+
{
|
|
2835
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2851
|
+
},
|
|
1897
2852
|
{
|
|
1898
2853
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1899
2866
|
}
|
|
1900
2867
|
]
|
|
1901
2868
|
}
|
|
@@ -1967,6 +2934,24 @@ function publishComment(payload) {
|
|
|
1967
2934
|
{
|
|
1968
2935
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1969
2936
|
paths: [
|
|
2937
|
+
{
|
|
2938
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2954
|
+
},
|
|
1970
2955
|
{
|
|
1971
2956
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1972
2957
|
},
|
|
@@ -2018,9 +3003,57 @@ function publishComment(payload) {
|
|
|
2018
3003
|
{
|
|
2019
3004
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2020
3005
|
},
|
|
3006
|
+
{
|
|
3007
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3023
|
+
},
|
|
2021
3024
|
{
|
|
2022
3025
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
2023
3026
|
},
|
|
3027
|
+
{
|
|
3028
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3056
|
+
},
|
|
2024
3057
|
{
|
|
2025
3058
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2026
3059
|
},
|
|
@@ -2072,8 +3105,38 @@ function publishComment(payload) {
|
|
|
2072
3105
|
{
|
|
2073
3106
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2074
3107
|
},
|
|
3108
|
+
{
|
|
3109
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3125
|
+
},
|
|
2075
3126
|
{
|
|
2076
3127
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
3134
|
+
},
|
|
3135
|
+
{
|
|
3136
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2077
3140
|
}
|
|
2078
3141
|
]
|
|
2079
3142
|
}
|
|
@@ -2217,6 +3280,24 @@ function listCommentsByResource(payload) {
|
|
|
2217
3280
|
{
|
|
2218
3281
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
2219
3282
|
paths: [
|
|
3283
|
+
{
|
|
3284
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3291
|
+
},
|
|
3292
|
+
{
|
|
3293
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3300
|
+
},
|
|
2220
3301
|
{
|
|
2221
3302
|
path: "comments.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
2222
3303
|
},
|
|
@@ -2268,9 +3349,57 @@ function listCommentsByResource(payload) {
|
|
|
2268
3349
|
{
|
|
2269
3350
|
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2270
3351
|
},
|
|
3352
|
+
{
|
|
3353
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3369
|
+
},
|
|
2271
3370
|
{
|
|
2272
3371
|
path: "comments.content.richContent.nodes.shapeData.shape.duration"
|
|
2273
3372
|
},
|
|
3373
|
+
{
|
|
3374
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3387
|
+
},
|
|
3388
|
+
{
|
|
3389
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3399
|
+
},
|
|
3400
|
+
{
|
|
3401
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3402
|
+
},
|
|
2274
3403
|
{
|
|
2275
3404
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2276
3405
|
},
|
|
@@ -2323,62 +3452,158 @@ function listCommentsByResource(payload) {
|
|
|
2323
3452
|
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2324
3453
|
},
|
|
2325
3454
|
{
|
|
2326
|
-
path: "comments.draftContent.richContent.nodes.
|
|
3455
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2327
3456
|
},
|
|
2328
3457
|
{
|
|
2329
|
-
path: "
|
|
3458
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2330
3459
|
},
|
|
2331
3460
|
{
|
|
2332
|
-
path: "
|
|
3461
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2333
3462
|
},
|
|
2334
3463
|
{
|
|
2335
|
-
path: "
|
|
3464
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2336
3465
|
},
|
|
2337
3466
|
{
|
|
2338
|
-
path: "
|
|
3467
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2339
3468
|
},
|
|
2340
3469
|
{
|
|
2341
|
-
path: "
|
|
3470
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2342
3471
|
},
|
|
2343
3472
|
{
|
|
2344
|
-
path: "
|
|
3473
|
+
path: "comments.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
2345
3474
|
},
|
|
2346
3475
|
{
|
|
2347
|
-
path: "
|
|
3476
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
2348
3477
|
},
|
|
2349
3478
|
{
|
|
2350
|
-
path: "
|
|
3479
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
2351
3480
|
},
|
|
2352
3481
|
{
|
|
2353
|
-
path: "
|
|
3482
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2354
3483
|
},
|
|
2355
3484
|
{
|
|
2356
|
-
path: "
|
|
3485
|
+
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2357
3486
|
},
|
|
2358
3487
|
{
|
|
2359
|
-
path: "commentReplies.*.replies.content.richContent.nodes.
|
|
3488
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2360
3489
|
},
|
|
2361
3490
|
{
|
|
2362
|
-
path: "commentReplies.*.replies.content.richContent.nodes.
|
|
3491
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2363
3492
|
},
|
|
2364
3493
|
{
|
|
2365
|
-
path: "commentReplies.*.replies.content.richContent.nodes.
|
|
3494
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2366
3495
|
},
|
|
2367
3496
|
{
|
|
2368
|
-
path: "commentReplies.*.replies.content.richContent.nodes.
|
|
3497
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2369
3498
|
},
|
|
2370
3499
|
{
|
|
2371
|
-
path: "commentReplies.*.replies.content.richContent.nodes.
|
|
3500
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2372
3501
|
},
|
|
2373
3502
|
{
|
|
2374
|
-
path: "commentReplies.*.replies.content.richContent.nodes.
|
|
3503
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2375
3504
|
},
|
|
2376
3505
|
{
|
|
2377
|
-
path: "commentReplies.*.replies.content.richContent.nodes.
|
|
3506
|
+
path: "commentReplies.*.replies.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
path: "commentReplies.*.replies.content.richContent.nodes.galleryData.items.video.media.duration"
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
path: "commentReplies.*.replies.content.richContent.nodes.galleryData.items.video.thumbnail.duration"
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
path: "commentReplies.*.replies.content.richContent.nodes.galleryData.options.item.ratio"
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
path: "commentReplies.*.replies.content.richContent.nodes.imageData.image.duration"
|
|
3519
|
+
},
|
|
3520
|
+
{
|
|
3521
|
+
path: "commentReplies.*.replies.content.richContent.nodes.mapData.mapSettings.lat"
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
path: "commentReplies.*.replies.content.richContent.nodes.mapData.mapSettings.lng"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
path: "commentReplies.*.replies.content.richContent.nodes.pollData.poll.image.duration"
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
path: "commentReplies.*.replies.content.richContent.nodes.pollData.poll.options.image.duration"
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
path: "commentReplies.*.replies.content.richContent.nodes.pollData.design.poll.background.image.duration"
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
path: "commentReplies.*.replies.content.richContent.nodes.appEmbedData.image.duration"
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
path: "commentReplies.*.replies.content.richContent.nodes.videoData.video.duration"
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
path: "commentReplies.*.replies.content.richContent.nodes.videoData.thumbnail.duration"
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
path: "commentReplies.*.replies.content.richContent.nodes.audioData.audio.duration"
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
path: "commentReplies.*.replies.content.richContent.nodes.audioData.coverImage.duration"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3555
|
+
},
|
|
3556
|
+
{
|
|
3557
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2378
3573
|
},
|
|
2379
3574
|
{
|
|
2380
3575
|
path: "commentReplies.*.replies.content.richContent.nodes.shapeData.shape.duration"
|
|
2381
3576
|
},
|
|
3577
|
+
{
|
|
3578
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3606
|
+
},
|
|
2382
3607
|
{
|
|
2383
3608
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2384
3609
|
},
|
|
@@ -2430,8 +3655,38 @@ function listCommentsByResource(payload) {
|
|
|
2430
3655
|
{
|
|
2431
3656
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2432
3657
|
},
|
|
3658
|
+
{
|
|
3659
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3660
|
+
},
|
|
3661
|
+
{
|
|
3662
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3675
|
+
},
|
|
2433
3676
|
{
|
|
2434
3677
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2435
3690
|
}
|
|
2436
3691
|
]
|
|
2437
3692
|
}
|
|
@@ -2554,6 +3809,24 @@ function getCommentThread(payload) {
|
|
|
2554
3809
|
{
|
|
2555
3810
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
2556
3811
|
paths: [
|
|
3812
|
+
{
|
|
3813
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3829
|
+
},
|
|
2557
3830
|
{
|
|
2558
3831
|
path: "comments.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
2559
3832
|
},
|
|
@@ -2605,9 +3878,57 @@ function getCommentThread(payload) {
|
|
|
2605
3878
|
{
|
|
2606
3879
|
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2607
3880
|
},
|
|
3881
|
+
{
|
|
3882
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3886
|
+
},
|
|
3887
|
+
{
|
|
3888
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3898
|
+
},
|
|
2608
3899
|
{
|
|
2609
3900
|
path: "comments.content.richContent.nodes.shapeData.shape.duration"
|
|
2610
3901
|
},
|
|
3902
|
+
{
|
|
3903
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3928
|
+
},
|
|
3929
|
+
{
|
|
3930
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3931
|
+
},
|
|
2611
3932
|
{
|
|
2612
3933
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2613
3934
|
},
|
|
@@ -2659,9 +3980,57 @@ function getCommentThread(payload) {
|
|
|
2659
3980
|
{
|
|
2660
3981
|
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2661
3982
|
},
|
|
3983
|
+
{
|
|
3984
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
4000
|
+
},
|
|
2662
4001
|
{
|
|
2663
4002
|
path: "comments.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
2664
4003
|
},
|
|
4004
|
+
{
|
|
4005
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
4006
|
+
},
|
|
4007
|
+
{
|
|
4008
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
4027
|
+
},
|
|
4028
|
+
{
|
|
4029
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
4030
|
+
},
|
|
4031
|
+
{
|
|
4032
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
4033
|
+
},
|
|
2665
4034
|
{
|
|
2666
4035
|
path: "commentReplies.*.replies.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
2667
4036
|
},
|
|
@@ -2713,9 +4082,57 @@ function getCommentThread(payload) {
|
|
|
2713
4082
|
{
|
|
2714
4083
|
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2715
4084
|
},
|
|
4085
|
+
{
|
|
4086
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
4102
|
+
},
|
|
2716
4103
|
{
|
|
2717
4104
|
path: "commentReplies.*.replies.content.richContent.nodes.shapeData.shape.duration"
|
|
2718
4105
|
},
|
|
4106
|
+
{
|
|
4107
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
4135
|
+
},
|
|
2719
4136
|
{
|
|
2720
4137
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2721
4138
|
},
|
|
@@ -2767,8 +4184,38 @@ function getCommentThread(payload) {
|
|
|
2767
4184
|
{
|
|
2768
4185
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2769
4186
|
},
|
|
4187
|
+
{
|
|
4188
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
4204
|
+
},
|
|
2770
4205
|
{
|
|
2771
4206
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
4210
|
+
},
|
|
4211
|
+
{
|
|
4212
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2772
4219
|
}
|
|
2773
4220
|
]
|
|
2774
4221
|
}
|
|
@@ -2930,6 +4377,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
2930
4377
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
2931
4378
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
2932
4379
|
NodeType2["SHAPE"] = "SHAPE";
|
|
4380
|
+
NodeType2["CARD"] = "CARD";
|
|
2933
4381
|
return NodeType2;
|
|
2934
4382
|
})(NodeType || {});
|
|
2935
4383
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
@@ -3067,12 +4515,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
3067
4515
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
3068
4516
|
return PollLayoutDirection2;
|
|
3069
4517
|
})(PollLayoutDirection || {});
|
|
3070
|
-
var
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
return
|
|
3075
|
-
})(
|
|
4518
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
4519
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
4520
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
4521
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4522
|
+
return PollDesignBackgroundType2;
|
|
4523
|
+
})(PollDesignBackgroundType || {});
|
|
3076
4524
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
3077
4525
|
DecorationType2["BOLD"] = "BOLD";
|
|
3078
4526
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -3159,12 +4607,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
3159
4607
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
3160
4608
|
return NullValue2;
|
|
3161
4609
|
})(NullValue || {});
|
|
3162
|
-
var
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
return
|
|
3167
|
-
})(
|
|
4610
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
4611
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
4612
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
4613
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
4614
|
+
return ImageScalingScaling2;
|
|
4615
|
+
})(ImageScalingScaling || {});
|
|
3168
4616
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
3169
4617
|
ImagePosition2["CENTER"] = "CENTER";
|
|
3170
4618
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -3220,6 +4668,49 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
3220
4668
|
WebhookIdentityType2["APP"] = "APP";
|
|
3221
4669
|
return WebhookIdentityType2;
|
|
3222
4670
|
})(WebhookIdentityType || {});
|
|
4671
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
4672
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
4673
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4674
|
+
return BackgroundType2;
|
|
4675
|
+
})(BackgroundType || {});
|
|
4676
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
4677
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
4678
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
4679
|
+
return GradientType2;
|
|
4680
|
+
})(GradientType || {});
|
|
4681
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
4682
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
4683
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4684
|
+
return LayoutDataBackgroundType2;
|
|
4685
|
+
})(LayoutDataBackgroundType || {});
|
|
4686
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
4687
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
4688
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
4689
|
+
return BackdropType2;
|
|
4690
|
+
})(BackdropType || {});
|
|
4691
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
4692
|
+
Scaling2["AUTO"] = "AUTO";
|
|
4693
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
4694
|
+
Scaling2["COVER"] = "COVER";
|
|
4695
|
+
return Scaling2;
|
|
4696
|
+
})(Scaling || {});
|
|
4697
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
4698
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
4699
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
4700
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
4701
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
4702
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
4703
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
4704
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
4705
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
4706
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
4707
|
+
return ImagePositionPosition2;
|
|
4708
|
+
})(ImagePositionPosition || {});
|
|
4709
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
4710
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
4711
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4712
|
+
return CardDataBackgroundType2;
|
|
4713
|
+
})(CardDataBackgroundType || {});
|
|
3223
4714
|
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
3224
4715
|
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
3225
4716
|
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
@@ -4458,22 +5949,40 @@ var onCommentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
4458
5949
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
4459
5950
|
paths: [
|
|
4460
5951
|
{
|
|
4461
|
-
path: "undefined.content.richContent.nodes.
|
|
5952
|
+
path: "undefined.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4462
5953
|
},
|
|
4463
5954
|
{
|
|
4464
|
-
path: "undefined.content.richContent.nodes.
|
|
5955
|
+
path: "undefined.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
4465
5956
|
},
|
|
4466
5957
|
{
|
|
4467
|
-
path: "undefined.content.richContent.nodes.
|
|
5958
|
+
path: "undefined.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
4468
5959
|
},
|
|
4469
5960
|
{
|
|
4470
|
-
path: "undefined.content.richContent.nodes.
|
|
5961
|
+
path: "undefined.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
4471
5962
|
},
|
|
4472
5963
|
{
|
|
4473
|
-
path: "undefined.content.richContent.nodes.
|
|
5964
|
+
path: "undefined.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
4474
5965
|
},
|
|
4475
5966
|
{
|
|
4476
|
-
path: "undefined.content.richContent.nodes.
|
|
5967
|
+
path: "undefined.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
5968
|
+
},
|
|
5969
|
+
{
|
|
5970
|
+
path: "undefined.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
5971
|
+
},
|
|
5972
|
+
{
|
|
5973
|
+
path: "undefined.content.richContent.nodes.galleryData.items.video.media.duration"
|
|
5974
|
+
},
|
|
5975
|
+
{
|
|
5976
|
+
path: "undefined.content.richContent.nodes.galleryData.items.video.thumbnail.duration"
|
|
5977
|
+
},
|
|
5978
|
+
{
|
|
5979
|
+
path: "undefined.content.richContent.nodes.galleryData.options.item.ratio"
|
|
5980
|
+
},
|
|
5981
|
+
{
|
|
5982
|
+
path: "undefined.content.richContent.nodes.imageData.image.duration"
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
path: "undefined.content.richContent.nodes.mapData.mapSettings.lat"
|
|
4477
5986
|
},
|
|
4478
5987
|
{
|
|
4479
5988
|
path: "undefined.content.richContent.nodes.mapData.mapSettings.lng"
|
|
@@ -4508,9 +6017,57 @@ var onCommentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
4508
6017
|
{
|
|
4509
6018
|
path: "undefined.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4510
6019
|
},
|
|
6020
|
+
{
|
|
6021
|
+
path: "undefined.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
6022
|
+
},
|
|
6023
|
+
{
|
|
6024
|
+
path: "undefined.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
6025
|
+
},
|
|
6026
|
+
{
|
|
6027
|
+
path: "undefined.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
6028
|
+
},
|
|
6029
|
+
{
|
|
6030
|
+
path: "undefined.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
6031
|
+
},
|
|
6032
|
+
{
|
|
6033
|
+
path: "undefined.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
6034
|
+
},
|
|
6035
|
+
{
|
|
6036
|
+
path: "undefined.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
6037
|
+
},
|
|
4511
6038
|
{
|
|
4512
6039
|
path: "undefined.content.richContent.nodes.shapeData.shape.duration"
|
|
4513
6040
|
},
|
|
6041
|
+
{
|
|
6042
|
+
path: "undefined.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
6043
|
+
},
|
|
6044
|
+
{
|
|
6045
|
+
path: "undefined.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
6046
|
+
},
|
|
6047
|
+
{
|
|
6048
|
+
path: "undefined.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
6049
|
+
},
|
|
6050
|
+
{
|
|
6051
|
+
path: "undefined.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6052
|
+
},
|
|
6053
|
+
{
|
|
6054
|
+
path: "undefined.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6055
|
+
},
|
|
6056
|
+
{
|
|
6057
|
+
path: "undefined.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
6058
|
+
},
|
|
6059
|
+
{
|
|
6060
|
+
path: "undefined.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
6061
|
+
},
|
|
6062
|
+
{
|
|
6063
|
+
path: "undefined.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
6064
|
+
},
|
|
6065
|
+
{
|
|
6066
|
+
path: "undefined.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
6067
|
+
},
|
|
6068
|
+
{
|
|
6069
|
+
path: "undefined.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
6070
|
+
},
|
|
4514
6071
|
{
|
|
4515
6072
|
path: "undefined.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4516
6073
|
},
|
|
@@ -4562,8 +6119,38 @@ var onCommentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
4562
6119
|
{
|
|
4563
6120
|
path: "undefined.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4564
6121
|
},
|
|
6122
|
+
{
|
|
6123
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
6124
|
+
},
|
|
6125
|
+
{
|
|
6126
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
6127
|
+
},
|
|
6128
|
+
{
|
|
6129
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
6130
|
+
},
|
|
6131
|
+
{
|
|
6132
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
6133
|
+
},
|
|
6134
|
+
{
|
|
6135
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
6136
|
+
},
|
|
6137
|
+
{
|
|
6138
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
6139
|
+
},
|
|
4565
6140
|
{
|
|
4566
6141
|
path: "undefined.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
6142
|
+
},
|
|
6143
|
+
{
|
|
6144
|
+
path: "undefined.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
6145
|
+
},
|
|
6146
|
+
{
|
|
6147
|
+
path: "undefined.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
path: "undefined.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
6151
|
+
},
|
|
6152
|
+
{
|
|
6153
|
+
path: "undefined.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4567
6154
|
}
|
|
4568
6155
|
]
|
|
4569
6156
|
},
|
|
@@ -4626,6 +6213,24 @@ var onCommentContentChanged = (0, import_sdk_types.EventDefinition)(
|
|
|
4626
6213
|
{
|
|
4627
6214
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
4628
6215
|
paths: [
|
|
6216
|
+
{
|
|
6217
|
+
path: "data.previousContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6218
|
+
},
|
|
6219
|
+
{
|
|
6220
|
+
path: "data.previousContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
6221
|
+
},
|
|
6222
|
+
{
|
|
6223
|
+
path: "data.previousContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
6224
|
+
},
|
|
6225
|
+
{
|
|
6226
|
+
path: "data.previousContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
6227
|
+
},
|
|
6228
|
+
{
|
|
6229
|
+
path: "data.previousContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
6230
|
+
},
|
|
6231
|
+
{
|
|
6232
|
+
path: "data.previousContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
6233
|
+
},
|
|
4629
6234
|
{
|
|
4630
6235
|
path: "data.previousContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4631
6236
|
},
|
|
@@ -4677,9 +6282,57 @@ var onCommentContentChanged = (0, import_sdk_types.EventDefinition)(
|
|
|
4677
6282
|
{
|
|
4678
6283
|
path: "data.previousContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4679
6284
|
},
|
|
6285
|
+
{
|
|
6286
|
+
path: "data.previousContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
6287
|
+
},
|
|
6288
|
+
{
|
|
6289
|
+
path: "data.previousContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
6290
|
+
},
|
|
6291
|
+
{
|
|
6292
|
+
path: "data.previousContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
6293
|
+
},
|
|
6294
|
+
{
|
|
6295
|
+
path: "data.previousContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
6296
|
+
},
|
|
6297
|
+
{
|
|
6298
|
+
path: "data.previousContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
6299
|
+
},
|
|
6300
|
+
{
|
|
6301
|
+
path: "data.previousContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
6302
|
+
},
|
|
4680
6303
|
{
|
|
4681
6304
|
path: "data.previousContent.richContent.nodes.shapeData.shape.duration"
|
|
4682
6305
|
},
|
|
6306
|
+
{
|
|
6307
|
+
path: "data.previousContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
6308
|
+
},
|
|
6309
|
+
{
|
|
6310
|
+
path: "data.previousContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
path: "data.previousContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
6314
|
+
},
|
|
6315
|
+
{
|
|
6316
|
+
path: "data.previousContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6317
|
+
},
|
|
6318
|
+
{
|
|
6319
|
+
path: "data.currentContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6320
|
+
},
|
|
6321
|
+
{
|
|
6322
|
+
path: "data.currentContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
6323
|
+
},
|
|
6324
|
+
{
|
|
6325
|
+
path: "data.currentContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
6326
|
+
},
|
|
6327
|
+
{
|
|
6328
|
+
path: "data.currentContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
6329
|
+
},
|
|
6330
|
+
{
|
|
6331
|
+
path: "data.currentContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
6332
|
+
},
|
|
6333
|
+
{
|
|
6334
|
+
path: "data.currentContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
6335
|
+
},
|
|
4683
6336
|
{
|
|
4684
6337
|
path: "data.currentContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4685
6338
|
},
|
|
@@ -4731,8 +6384,38 @@ var onCommentContentChanged = (0, import_sdk_types.EventDefinition)(
|
|
|
4731
6384
|
{
|
|
4732
6385
|
path: "data.currentContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4733
6386
|
},
|
|
6387
|
+
{
|
|
6388
|
+
path: "data.currentContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
6389
|
+
},
|
|
6390
|
+
{
|
|
6391
|
+
path: "data.currentContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
6392
|
+
},
|
|
6393
|
+
{
|
|
6394
|
+
path: "data.currentContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
6395
|
+
},
|
|
6396
|
+
{
|
|
6397
|
+
path: "data.currentContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
6398
|
+
},
|
|
6399
|
+
{
|
|
6400
|
+
path: "data.currentContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
6401
|
+
},
|
|
6402
|
+
{
|
|
6403
|
+
path: "data.currentContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
6404
|
+
},
|
|
4734
6405
|
{
|
|
4735
6406
|
path: "data.currentContent.richContent.nodes.shapeData.shape.duration"
|
|
6407
|
+
},
|
|
6408
|
+
{
|
|
6409
|
+
path: "data.currentContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
6410
|
+
},
|
|
6411
|
+
{
|
|
6412
|
+
path: "data.currentContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
6413
|
+
},
|
|
6414
|
+
{
|
|
6415
|
+
path: "data.currentContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
6416
|
+
},
|
|
6417
|
+
{
|
|
6418
|
+
path: "data.currentContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4736
6419
|
}
|
|
4737
6420
|
]
|
|
4738
6421
|
},
|
|
@@ -4798,6 +6481,24 @@ var onCommentHidden = (0, import_sdk_types.EventDefinition)(
|
|
|
4798
6481
|
{
|
|
4799
6482
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
4800
6483
|
paths: [
|
|
6484
|
+
{
|
|
6485
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6486
|
+
},
|
|
6487
|
+
{
|
|
6488
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
6489
|
+
},
|
|
6490
|
+
{
|
|
6491
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
6492
|
+
},
|
|
6493
|
+
{
|
|
6494
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
6495
|
+
},
|
|
6496
|
+
{
|
|
6497
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
6498
|
+
},
|
|
6499
|
+
{
|
|
6500
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
6501
|
+
},
|
|
4801
6502
|
{
|
|
4802
6503
|
path: "data.comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
4803
6504
|
},
|
|
@@ -4849,9 +6550,57 @@ var onCommentHidden = (0, import_sdk_types.EventDefinition)(
|
|
|
4849
6550
|
{
|
|
4850
6551
|
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4851
6552
|
},
|
|
6553
|
+
{
|
|
6554
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
6555
|
+
},
|
|
6556
|
+
{
|
|
6557
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
6561
|
+
},
|
|
6562
|
+
{
|
|
6563
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
6564
|
+
},
|
|
6565
|
+
{
|
|
6566
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
6567
|
+
},
|
|
6568
|
+
{
|
|
6569
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
6570
|
+
},
|
|
4852
6571
|
{
|
|
4853
6572
|
path: "data.comment.content.richContent.nodes.shapeData.shape.duration"
|
|
4854
6573
|
},
|
|
6574
|
+
{
|
|
6575
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
6579
|
+
},
|
|
6580
|
+
{
|
|
6581
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
6582
|
+
},
|
|
6583
|
+
{
|
|
6584
|
+
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6585
|
+
},
|
|
6586
|
+
{
|
|
6587
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6588
|
+
},
|
|
6589
|
+
{
|
|
6590
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
6591
|
+
},
|
|
6592
|
+
{
|
|
6593
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
6594
|
+
},
|
|
6595
|
+
{
|
|
6596
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
6597
|
+
},
|
|
6598
|
+
{
|
|
6599
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
6600
|
+
},
|
|
6601
|
+
{
|
|
6602
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
6603
|
+
},
|
|
4855
6604
|
{
|
|
4856
6605
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4857
6606
|
},
|
|
@@ -4903,8 +6652,38 @@ var onCommentHidden = (0, import_sdk_types.EventDefinition)(
|
|
|
4903
6652
|
{
|
|
4904
6653
|
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4905
6654
|
},
|
|
6655
|
+
{
|
|
6656
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
6657
|
+
},
|
|
6658
|
+
{
|
|
6659
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
6660
|
+
},
|
|
6661
|
+
{
|
|
6662
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
6663
|
+
},
|
|
6664
|
+
{
|
|
6665
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
6666
|
+
},
|
|
6667
|
+
{
|
|
6668
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
6669
|
+
},
|
|
6670
|
+
{
|
|
6671
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
6672
|
+
},
|
|
4906
6673
|
{
|
|
4907
6674
|
path: "data.comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
6675
|
+
},
|
|
6676
|
+
{
|
|
6677
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
6678
|
+
},
|
|
6679
|
+
{
|
|
6680
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
6681
|
+
},
|
|
6682
|
+
{
|
|
6683
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
6684
|
+
},
|
|
6685
|
+
{
|
|
6686
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4908
6687
|
}
|
|
4909
6688
|
]
|
|
4910
6689
|
},
|
|
@@ -4970,6 +6749,24 @@ var onCommentMarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4970
6749
|
{
|
|
4971
6750
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
4972
6751
|
paths: [
|
|
6752
|
+
{
|
|
6753
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6754
|
+
},
|
|
6755
|
+
{
|
|
6756
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
6757
|
+
},
|
|
6758
|
+
{
|
|
6759
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
6760
|
+
},
|
|
6761
|
+
{
|
|
6762
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
6763
|
+
},
|
|
6764
|
+
{
|
|
6765
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
6766
|
+
},
|
|
6767
|
+
{
|
|
6768
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
6769
|
+
},
|
|
4973
6770
|
{
|
|
4974
6771
|
path: "data.comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
4975
6772
|
},
|
|
@@ -5021,9 +6818,57 @@ var onCommentMarked = (0, import_sdk_types.EventDefinition)(
|
|
|
5021
6818
|
{
|
|
5022
6819
|
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5023
6820
|
},
|
|
6821
|
+
{
|
|
6822
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
6823
|
+
},
|
|
6824
|
+
{
|
|
6825
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
6826
|
+
},
|
|
6827
|
+
{
|
|
6828
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
6829
|
+
},
|
|
6830
|
+
{
|
|
6831
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
6832
|
+
},
|
|
6833
|
+
{
|
|
6834
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
6835
|
+
},
|
|
6836
|
+
{
|
|
6837
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
6838
|
+
},
|
|
5024
6839
|
{
|
|
5025
6840
|
path: "data.comment.content.richContent.nodes.shapeData.shape.duration"
|
|
5026
6841
|
},
|
|
6842
|
+
{
|
|
6843
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
6844
|
+
},
|
|
6845
|
+
{
|
|
6846
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
6847
|
+
},
|
|
6848
|
+
{
|
|
6849
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
6850
|
+
},
|
|
6851
|
+
{
|
|
6852
|
+
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6853
|
+
},
|
|
6854
|
+
{
|
|
6855
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6856
|
+
},
|
|
6857
|
+
{
|
|
6858
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
6859
|
+
},
|
|
6860
|
+
{
|
|
6861
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
6862
|
+
},
|
|
6863
|
+
{
|
|
6864
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
6865
|
+
},
|
|
6866
|
+
{
|
|
6867
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
6868
|
+
},
|
|
6869
|
+
{
|
|
6870
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
6871
|
+
},
|
|
5027
6872
|
{
|
|
5028
6873
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5029
6874
|
},
|
|
@@ -5075,8 +6920,38 @@ var onCommentMarked = (0, import_sdk_types.EventDefinition)(
|
|
|
5075
6920
|
{
|
|
5076
6921
|
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5077
6922
|
},
|
|
6923
|
+
{
|
|
6924
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
6925
|
+
},
|
|
6926
|
+
{
|
|
6927
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
6928
|
+
},
|
|
6929
|
+
{
|
|
6930
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
6931
|
+
},
|
|
6932
|
+
{
|
|
6933
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
6934
|
+
},
|
|
6935
|
+
{
|
|
6936
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
6937
|
+
},
|
|
6938
|
+
{
|
|
6939
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
6940
|
+
},
|
|
5078
6941
|
{
|
|
5079
6942
|
path: "data.comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
6943
|
+
},
|
|
6944
|
+
{
|
|
6945
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
6946
|
+
},
|
|
6947
|
+
{
|
|
6948
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
6949
|
+
},
|
|
6950
|
+
{
|
|
6951
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
6952
|
+
},
|
|
6953
|
+
{
|
|
6954
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
5080
6955
|
}
|
|
5081
6956
|
]
|
|
5082
6957
|
},
|
|
@@ -5142,6 +7017,24 @@ var onCommentMoved = (0, import_sdk_types.EventDefinition)(
|
|
|
5142
7017
|
{
|
|
5143
7018
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
5144
7019
|
paths: [
|
|
7020
|
+
{
|
|
7021
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7022
|
+
},
|
|
7023
|
+
{
|
|
7024
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
7025
|
+
},
|
|
7026
|
+
{
|
|
7027
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
7028
|
+
},
|
|
7029
|
+
{
|
|
7030
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
7031
|
+
},
|
|
7032
|
+
{
|
|
7033
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
7034
|
+
},
|
|
7035
|
+
{
|
|
7036
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
7037
|
+
},
|
|
5145
7038
|
{
|
|
5146
7039
|
path: "data.comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
5147
7040
|
},
|
|
@@ -5193,9 +7086,57 @@ var onCommentMoved = (0, import_sdk_types.EventDefinition)(
|
|
|
5193
7086
|
{
|
|
5194
7087
|
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5195
7088
|
},
|
|
7089
|
+
{
|
|
7090
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
7091
|
+
},
|
|
7092
|
+
{
|
|
7093
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
7094
|
+
},
|
|
7095
|
+
{
|
|
7096
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
7097
|
+
},
|
|
7098
|
+
{
|
|
7099
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
7100
|
+
},
|
|
7101
|
+
{
|
|
7102
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
7103
|
+
},
|
|
7104
|
+
{
|
|
7105
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
7106
|
+
},
|
|
5196
7107
|
{
|
|
5197
7108
|
path: "data.comment.content.richContent.nodes.shapeData.shape.duration"
|
|
5198
7109
|
},
|
|
7110
|
+
{
|
|
7111
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
7112
|
+
},
|
|
7113
|
+
{
|
|
7114
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
7115
|
+
},
|
|
7116
|
+
{
|
|
7117
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
7118
|
+
},
|
|
7119
|
+
{
|
|
7120
|
+
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7121
|
+
},
|
|
7122
|
+
{
|
|
7123
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7124
|
+
},
|
|
7125
|
+
{
|
|
7126
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
7127
|
+
},
|
|
7128
|
+
{
|
|
7129
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
7130
|
+
},
|
|
7131
|
+
{
|
|
7132
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
7133
|
+
},
|
|
7134
|
+
{
|
|
7135
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
7136
|
+
},
|
|
7137
|
+
{
|
|
7138
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
7139
|
+
},
|
|
5199
7140
|
{
|
|
5200
7141
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5201
7142
|
},
|
|
@@ -5247,8 +7188,38 @@ var onCommentMoved = (0, import_sdk_types.EventDefinition)(
|
|
|
5247
7188
|
{
|
|
5248
7189
|
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5249
7190
|
},
|
|
7191
|
+
{
|
|
7192
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
7193
|
+
},
|
|
7194
|
+
{
|
|
7195
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
7196
|
+
},
|
|
7197
|
+
{
|
|
7198
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
7199
|
+
},
|
|
7200
|
+
{
|
|
7201
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
7202
|
+
},
|
|
7203
|
+
{
|
|
7204
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
7205
|
+
},
|
|
7206
|
+
{
|
|
7207
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
7208
|
+
},
|
|
5250
7209
|
{
|
|
5251
7210
|
path: "data.comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
7211
|
+
},
|
|
7212
|
+
{
|
|
7213
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
7214
|
+
},
|
|
7215
|
+
{
|
|
7216
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
7217
|
+
},
|
|
7218
|
+
{
|
|
7219
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
7220
|
+
},
|
|
7221
|
+
{
|
|
7222
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
5252
7223
|
}
|
|
5253
7224
|
]
|
|
5254
7225
|
},
|
|
@@ -5314,6 +7285,24 @@ var onCommentPublished = (0, import_sdk_types.EventDefinition)(
|
|
|
5314
7285
|
{
|
|
5315
7286
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
5316
7287
|
paths: [
|
|
7288
|
+
{
|
|
7289
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7290
|
+
},
|
|
7291
|
+
{
|
|
7292
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
7293
|
+
},
|
|
7294
|
+
{
|
|
7295
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
7296
|
+
},
|
|
7297
|
+
{
|
|
7298
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
7299
|
+
},
|
|
7300
|
+
{
|
|
7301
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
7302
|
+
},
|
|
7303
|
+
{
|
|
7304
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
7305
|
+
},
|
|
5317
7306
|
{
|
|
5318
7307
|
path: "data.comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
5319
7308
|
},
|
|
@@ -5365,9 +7354,57 @@ var onCommentPublished = (0, import_sdk_types.EventDefinition)(
|
|
|
5365
7354
|
{
|
|
5366
7355
|
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5367
7356
|
},
|
|
7357
|
+
{
|
|
7358
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
7359
|
+
},
|
|
7360
|
+
{
|
|
7361
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
7362
|
+
},
|
|
7363
|
+
{
|
|
7364
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
7365
|
+
},
|
|
7366
|
+
{
|
|
7367
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
7368
|
+
},
|
|
7369
|
+
{
|
|
7370
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
7371
|
+
},
|
|
7372
|
+
{
|
|
7373
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
7374
|
+
},
|
|
5368
7375
|
{
|
|
5369
7376
|
path: "data.comment.content.richContent.nodes.shapeData.shape.duration"
|
|
5370
7377
|
},
|
|
7378
|
+
{
|
|
7379
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
7380
|
+
},
|
|
7381
|
+
{
|
|
7382
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
7383
|
+
},
|
|
7384
|
+
{
|
|
7385
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
7386
|
+
},
|
|
7387
|
+
{
|
|
7388
|
+
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7389
|
+
},
|
|
7390
|
+
{
|
|
7391
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7392
|
+
},
|
|
7393
|
+
{
|
|
7394
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
7395
|
+
},
|
|
7396
|
+
{
|
|
7397
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
7398
|
+
},
|
|
7399
|
+
{
|
|
7400
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
7401
|
+
},
|
|
7402
|
+
{
|
|
7403
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
7404
|
+
},
|
|
7405
|
+
{
|
|
7406
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
7407
|
+
},
|
|
5371
7408
|
{
|
|
5372
7409
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5373
7410
|
},
|
|
@@ -5419,8 +7456,38 @@ var onCommentPublished = (0, import_sdk_types.EventDefinition)(
|
|
|
5419
7456
|
{
|
|
5420
7457
|
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5421
7458
|
},
|
|
7459
|
+
{
|
|
7460
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
7464
|
+
},
|
|
7465
|
+
{
|
|
7466
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
7467
|
+
},
|
|
7468
|
+
{
|
|
7469
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
7470
|
+
},
|
|
7471
|
+
{
|
|
7472
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
7473
|
+
},
|
|
7474
|
+
{
|
|
7475
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
7476
|
+
},
|
|
5422
7477
|
{
|
|
5423
7478
|
path: "data.comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
7479
|
+
},
|
|
7480
|
+
{
|
|
7481
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
7482
|
+
},
|
|
7483
|
+
{
|
|
7484
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
7485
|
+
},
|
|
7486
|
+
{
|
|
7487
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
7488
|
+
},
|
|
7489
|
+
{
|
|
7490
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
5424
7491
|
}
|
|
5425
7492
|
]
|
|
5426
7493
|
},
|
|
@@ -5486,6 +7553,24 @@ var onCommentUnmarked = (0, import_sdk_types.EventDefinition)(
|
|
|
5486
7553
|
{
|
|
5487
7554
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
5488
7555
|
paths: [
|
|
7556
|
+
{
|
|
7557
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7558
|
+
},
|
|
7559
|
+
{
|
|
7560
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
7561
|
+
},
|
|
7562
|
+
{
|
|
7563
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
7564
|
+
},
|
|
7565
|
+
{
|
|
7566
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
7567
|
+
},
|
|
7568
|
+
{
|
|
7569
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
7570
|
+
},
|
|
7571
|
+
{
|
|
7572
|
+
path: "data.comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
7573
|
+
},
|
|
5489
7574
|
{
|
|
5490
7575
|
path: "data.comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
5491
7576
|
},
|
|
@@ -5537,9 +7622,57 @@ var onCommentUnmarked = (0, import_sdk_types.EventDefinition)(
|
|
|
5537
7622
|
{
|
|
5538
7623
|
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5539
7624
|
},
|
|
7625
|
+
{
|
|
7626
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
7627
|
+
},
|
|
7628
|
+
{
|
|
7629
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
7630
|
+
},
|
|
7631
|
+
{
|
|
7632
|
+
path: "data.comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
7633
|
+
},
|
|
7634
|
+
{
|
|
7635
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
7636
|
+
},
|
|
7637
|
+
{
|
|
7638
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
7639
|
+
},
|
|
7640
|
+
{
|
|
7641
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
7642
|
+
},
|
|
5540
7643
|
{
|
|
5541
7644
|
path: "data.comment.content.richContent.nodes.shapeData.shape.duration"
|
|
5542
7645
|
},
|
|
7646
|
+
{
|
|
7647
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
7651
|
+
},
|
|
7652
|
+
{
|
|
7653
|
+
path: "data.comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
7654
|
+
},
|
|
7655
|
+
{
|
|
7656
|
+
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7657
|
+
},
|
|
7658
|
+
{
|
|
7659
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7660
|
+
},
|
|
7661
|
+
{
|
|
7662
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
7663
|
+
},
|
|
7664
|
+
{
|
|
7665
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
7666
|
+
},
|
|
7667
|
+
{
|
|
7668
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
7669
|
+
},
|
|
7670
|
+
{
|
|
7671
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
7672
|
+
},
|
|
7673
|
+
{
|
|
7674
|
+
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
7675
|
+
},
|
|
5543
7676
|
{
|
|
5544
7677
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5545
7678
|
},
|
|
@@ -5591,8 +7724,38 @@ var onCommentUnmarked = (0, import_sdk_types.EventDefinition)(
|
|
|
5591
7724
|
{
|
|
5592
7725
|
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5593
7726
|
},
|
|
7727
|
+
{
|
|
7728
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
7729
|
+
},
|
|
7730
|
+
{
|
|
7731
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
7732
|
+
},
|
|
7733
|
+
{
|
|
7734
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
7735
|
+
},
|
|
7736
|
+
{
|
|
7737
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
7738
|
+
},
|
|
7739
|
+
{
|
|
7740
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
7741
|
+
},
|
|
7742
|
+
{
|
|
7743
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
7744
|
+
},
|
|
5594
7745
|
{
|
|
5595
7746
|
path: "data.comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
7747
|
+
},
|
|
7748
|
+
{
|
|
7749
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
7750
|
+
},
|
|
7751
|
+
{
|
|
7752
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
7753
|
+
},
|
|
7754
|
+
{
|
|
7755
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
7756
|
+
},
|
|
7757
|
+
{
|
|
7758
|
+
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
5596
7759
|
}
|
|
5597
7760
|
]
|
|
5598
7761
|
},
|
|
@@ -5654,6 +7817,24 @@ var onCommentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
5654
7817
|
{
|
|
5655
7818
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
5656
7819
|
paths: [
|
|
7820
|
+
{
|
|
7821
|
+
path: "entity.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7822
|
+
},
|
|
7823
|
+
{
|
|
7824
|
+
path: "entity.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
7825
|
+
},
|
|
7826
|
+
{
|
|
7827
|
+
path: "entity.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
7828
|
+
},
|
|
7829
|
+
{
|
|
7830
|
+
path: "entity.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
7831
|
+
},
|
|
7832
|
+
{
|
|
7833
|
+
path: "entity.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
7834
|
+
},
|
|
7835
|
+
{
|
|
7836
|
+
path: "entity.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
7837
|
+
},
|
|
5657
7838
|
{
|
|
5658
7839
|
path: "entity.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
5659
7840
|
},
|
|
@@ -5705,9 +7886,57 @@ var onCommentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
5705
7886
|
{
|
|
5706
7887
|
path: "entity.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5707
7888
|
},
|
|
7889
|
+
{
|
|
7890
|
+
path: "entity.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
7891
|
+
},
|
|
7892
|
+
{
|
|
7893
|
+
path: "entity.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
7894
|
+
},
|
|
7895
|
+
{
|
|
7896
|
+
path: "entity.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
7897
|
+
},
|
|
7898
|
+
{
|
|
7899
|
+
path: "entity.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
7900
|
+
},
|
|
7901
|
+
{
|
|
7902
|
+
path: "entity.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
7903
|
+
},
|
|
7904
|
+
{
|
|
7905
|
+
path: "entity.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
7906
|
+
},
|
|
5708
7907
|
{
|
|
5709
7908
|
path: "entity.content.richContent.nodes.shapeData.shape.duration"
|
|
5710
7909
|
},
|
|
7910
|
+
{
|
|
7911
|
+
path: "entity.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
7912
|
+
},
|
|
7913
|
+
{
|
|
7914
|
+
path: "entity.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
7915
|
+
},
|
|
7916
|
+
{
|
|
7917
|
+
path: "entity.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
7918
|
+
},
|
|
7919
|
+
{
|
|
7920
|
+
path: "entity.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7921
|
+
},
|
|
7922
|
+
{
|
|
7923
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7924
|
+
},
|
|
7925
|
+
{
|
|
7926
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
7927
|
+
},
|
|
7928
|
+
{
|
|
7929
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
7930
|
+
},
|
|
7931
|
+
{
|
|
7932
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
7933
|
+
},
|
|
7934
|
+
{
|
|
7935
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
7936
|
+
},
|
|
7937
|
+
{
|
|
7938
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
7939
|
+
},
|
|
5711
7940
|
{
|
|
5712
7941
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5713
7942
|
},
|
|
@@ -5759,8 +7988,38 @@ var onCommentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
5759
7988
|
{
|
|
5760
7989
|
path: "entity.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5761
7990
|
},
|
|
7991
|
+
{
|
|
7992
|
+
path: "entity.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
7993
|
+
},
|
|
7994
|
+
{
|
|
7995
|
+
path: "entity.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
7996
|
+
},
|
|
7997
|
+
{
|
|
7998
|
+
path: "entity.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
7999
|
+
},
|
|
8000
|
+
{
|
|
8001
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
8002
|
+
},
|
|
8003
|
+
{
|
|
8004
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
8005
|
+
},
|
|
8006
|
+
{
|
|
8007
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
8008
|
+
},
|
|
5762
8009
|
{
|
|
5763
8010
|
path: "entity.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
8011
|
+
},
|
|
8012
|
+
{
|
|
8013
|
+
path: "entity.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
8014
|
+
},
|
|
8015
|
+
{
|
|
8016
|
+
path: "entity.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
8017
|
+
},
|
|
8018
|
+
{
|
|
8019
|
+
path: "entity.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
8020
|
+
},
|
|
8021
|
+
{
|
|
8022
|
+
path: "entity.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
5764
8023
|
}
|
|
5765
8024
|
]
|
|
5766
8025
|
},
|
|
@@ -5851,6 +8110,24 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
5851
8110
|
{
|
|
5852
8111
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
5853
8112
|
paths: [
|
|
8113
|
+
{
|
|
8114
|
+
path: "entity.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
8115
|
+
},
|
|
8116
|
+
{
|
|
8117
|
+
path: "entity.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
8118
|
+
},
|
|
8119
|
+
{
|
|
8120
|
+
path: "entity.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
8121
|
+
},
|
|
8122
|
+
{
|
|
8123
|
+
path: "entity.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
8124
|
+
},
|
|
8125
|
+
{
|
|
8126
|
+
path: "entity.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
8127
|
+
},
|
|
8128
|
+
{
|
|
8129
|
+
path: "entity.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
8130
|
+
},
|
|
5854
8131
|
{
|
|
5855
8132
|
path: "entity.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
5856
8133
|
},
|
|
@@ -5902,9 +8179,57 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
5902
8179
|
{
|
|
5903
8180
|
path: "entity.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5904
8181
|
},
|
|
8182
|
+
{
|
|
8183
|
+
path: "entity.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
8184
|
+
},
|
|
8185
|
+
{
|
|
8186
|
+
path: "entity.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
8187
|
+
},
|
|
8188
|
+
{
|
|
8189
|
+
path: "entity.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
8190
|
+
},
|
|
8191
|
+
{
|
|
8192
|
+
path: "entity.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
8193
|
+
},
|
|
8194
|
+
{
|
|
8195
|
+
path: "entity.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
8196
|
+
},
|
|
8197
|
+
{
|
|
8198
|
+
path: "entity.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
8199
|
+
},
|
|
5905
8200
|
{
|
|
5906
8201
|
path: "entity.content.richContent.nodes.shapeData.shape.duration"
|
|
5907
8202
|
},
|
|
8203
|
+
{
|
|
8204
|
+
path: "entity.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
8205
|
+
},
|
|
8206
|
+
{
|
|
8207
|
+
path: "entity.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
8208
|
+
},
|
|
8209
|
+
{
|
|
8210
|
+
path: "entity.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
8211
|
+
},
|
|
8212
|
+
{
|
|
8213
|
+
path: "entity.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8214
|
+
},
|
|
8215
|
+
{
|
|
8216
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
8217
|
+
},
|
|
8218
|
+
{
|
|
8219
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
8220
|
+
},
|
|
8221
|
+
{
|
|
8222
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
8223
|
+
},
|
|
8224
|
+
{
|
|
8225
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
8226
|
+
},
|
|
8227
|
+
{
|
|
8228
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
8229
|
+
},
|
|
8230
|
+
{
|
|
8231
|
+
path: "entity.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
8232
|
+
},
|
|
5908
8233
|
{
|
|
5909
8234
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5910
8235
|
},
|
|
@@ -5956,9 +8281,57 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
5956
8281
|
{
|
|
5957
8282
|
path: "entity.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5958
8283
|
},
|
|
8284
|
+
{
|
|
8285
|
+
path: "entity.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
8286
|
+
},
|
|
8287
|
+
{
|
|
8288
|
+
path: "entity.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
8289
|
+
},
|
|
8290
|
+
{
|
|
8291
|
+
path: "entity.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
8292
|
+
},
|
|
8293
|
+
{
|
|
8294
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
8295
|
+
},
|
|
8296
|
+
{
|
|
8297
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
8298
|
+
},
|
|
8299
|
+
{
|
|
8300
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
8301
|
+
},
|
|
5959
8302
|
{
|
|
5960
8303
|
path: "entity.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
5961
8304
|
},
|
|
8305
|
+
{
|
|
8306
|
+
path: "entity.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
8307
|
+
},
|
|
8308
|
+
{
|
|
8309
|
+
path: "entity.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
8310
|
+
},
|
|
8311
|
+
{
|
|
8312
|
+
path: "entity.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
8313
|
+
},
|
|
8314
|
+
{
|
|
8315
|
+
path: "entity.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8316
|
+
},
|
|
8317
|
+
{
|
|
8318
|
+
path: "modifiedFields.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
8319
|
+
},
|
|
8320
|
+
{
|
|
8321
|
+
path: "modifiedFields.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
8322
|
+
},
|
|
8323
|
+
{
|
|
8324
|
+
path: "modifiedFields.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
8325
|
+
},
|
|
8326
|
+
{
|
|
8327
|
+
path: "modifiedFields.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
8328
|
+
},
|
|
8329
|
+
{
|
|
8330
|
+
path: "modifiedFields.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
8331
|
+
},
|
|
8332
|
+
{
|
|
8333
|
+
path: "modifiedFields.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
8334
|
+
},
|
|
5962
8335
|
{
|
|
5963
8336
|
path: "modifiedFields.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
5964
8337
|
},
|
|
@@ -6010,9 +8383,57 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
6010
8383
|
{
|
|
6011
8384
|
path: "modifiedFields.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
6012
8385
|
},
|
|
8386
|
+
{
|
|
8387
|
+
path: "modifiedFields.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
8388
|
+
},
|
|
8389
|
+
{
|
|
8390
|
+
path: "modifiedFields.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
8391
|
+
},
|
|
8392
|
+
{
|
|
8393
|
+
path: "modifiedFields.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
8394
|
+
},
|
|
8395
|
+
{
|
|
8396
|
+
path: "modifiedFields.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
8397
|
+
},
|
|
8398
|
+
{
|
|
8399
|
+
path: "modifiedFields.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
8400
|
+
},
|
|
8401
|
+
{
|
|
8402
|
+
path: "modifiedFields.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
8403
|
+
},
|
|
6013
8404
|
{
|
|
6014
8405
|
path: "modifiedFields.content.richContent.nodes.shapeData.shape.duration"
|
|
6015
8406
|
},
|
|
8407
|
+
{
|
|
8408
|
+
path: "modifiedFields.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
8409
|
+
},
|
|
8410
|
+
{
|
|
8411
|
+
path: "modifiedFields.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
8412
|
+
},
|
|
8413
|
+
{
|
|
8414
|
+
path: "modifiedFields.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
8415
|
+
},
|
|
8416
|
+
{
|
|
8417
|
+
path: "modifiedFields.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8418
|
+
},
|
|
8419
|
+
{
|
|
8420
|
+
path: "modifiedFields.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
8421
|
+
},
|
|
8422
|
+
{
|
|
8423
|
+
path: "modifiedFields.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
8424
|
+
},
|
|
8425
|
+
{
|
|
8426
|
+
path: "modifiedFields.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
8427
|
+
},
|
|
8428
|
+
{
|
|
8429
|
+
path: "modifiedFields.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
8430
|
+
},
|
|
8431
|
+
{
|
|
8432
|
+
path: "modifiedFields.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
8433
|
+
},
|
|
8434
|
+
{
|
|
8435
|
+
path: "modifiedFields.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
8436
|
+
},
|
|
6016
8437
|
{
|
|
6017
8438
|
path: "modifiedFields.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
6018
8439
|
},
|
|
@@ -6064,8 +8485,38 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
6064
8485
|
{
|
|
6065
8486
|
path: "modifiedFields.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
6066
8487
|
},
|
|
8488
|
+
{
|
|
8489
|
+
path: "modifiedFields.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
8490
|
+
},
|
|
8491
|
+
{
|
|
8492
|
+
path: "modifiedFields.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
8493
|
+
},
|
|
8494
|
+
{
|
|
8495
|
+
path: "modifiedFields.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
8496
|
+
},
|
|
8497
|
+
{
|
|
8498
|
+
path: "modifiedFields.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
8499
|
+
},
|
|
8500
|
+
{
|
|
8501
|
+
path: "modifiedFields.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
8502
|
+
},
|
|
8503
|
+
{
|
|
8504
|
+
path: "modifiedFields.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
8505
|
+
},
|
|
6067
8506
|
{
|
|
6068
8507
|
path: "modifiedFields.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
8508
|
+
},
|
|
8509
|
+
{
|
|
8510
|
+
path: "modifiedFields.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
8511
|
+
},
|
|
8512
|
+
{
|
|
8513
|
+
path: "modifiedFields.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
8514
|
+
},
|
|
8515
|
+
{
|
|
8516
|
+
path: "modifiedFields.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
8517
|
+
},
|
|
8518
|
+
{
|
|
8519
|
+
path: "modifiedFields.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6069
8520
|
}
|
|
6070
8521
|
]
|
|
6071
8522
|
},
|
|
@@ -6162,8 +8613,10 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
6162
8613
|
Alignment,
|
|
6163
8614
|
AppType,
|
|
6164
8615
|
AspectRatio,
|
|
8616
|
+
BackdropType,
|
|
6165
8617
|
BackgroundType,
|
|
6166
8618
|
ButtonDataType,
|
|
8619
|
+
CardDataBackgroundType,
|
|
6167
8620
|
Crop,
|
|
6168
8621
|
DecorationType,
|
|
6169
8622
|
DesignTarget,
|
|
@@ -6171,9 +8624,13 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
6171
8624
|
DividerDataAlignment,
|
|
6172
8625
|
FontType,
|
|
6173
8626
|
GIFType,
|
|
8627
|
+
GradientType,
|
|
6174
8628
|
ImagePosition,
|
|
8629
|
+
ImagePositionPosition,
|
|
8630
|
+
ImageScalingScaling,
|
|
6175
8631
|
InitialExpandedItems,
|
|
6176
8632
|
Layout,
|
|
8633
|
+
LayoutDataBackgroundType,
|
|
6177
8634
|
LayoutType,
|
|
6178
8635
|
LineStyle,
|
|
6179
8636
|
MapType,
|
|
@@ -6184,6 +8641,7 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
6184
8641
|
Origin,
|
|
6185
8642
|
Placement,
|
|
6186
8643
|
PluginContainerDataAlignment,
|
|
8644
|
+
PollDesignBackgroundType,
|
|
6187
8645
|
PollLayoutDirection,
|
|
6188
8646
|
PollLayoutType,
|
|
6189
8647
|
Position,
|