@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_typings_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_typings_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_typings_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,
|
|
@@ -186,6 +193,24 @@ function createComment(payload) {
|
|
|
186
193
|
{
|
|
187
194
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
188
195
|
paths: [
|
|
196
|
+
{
|
|
197
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
213
|
+
},
|
|
189
214
|
{
|
|
190
215
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
191
216
|
},
|
|
@@ -233,9 +258,57 @@ function createComment(payload) {
|
|
|
233
258
|
{
|
|
234
259
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
235
260
|
},
|
|
261
|
+
{
|
|
262
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
278
|
+
},
|
|
236
279
|
{
|
|
237
280
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
238
281
|
},
|
|
282
|
+
{
|
|
283
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
311
|
+
},
|
|
239
312
|
{
|
|
240
313
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
241
314
|
},
|
|
@@ -287,8 +360,38 @@ function createComment(payload) {
|
|
|
287
360
|
{
|
|
288
361
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
289
362
|
},
|
|
363
|
+
{
|
|
364
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
380
|
+
},
|
|
290
381
|
{
|
|
291
382
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
292
395
|
}
|
|
293
396
|
]
|
|
294
397
|
}
|
|
@@ -353,6 +456,24 @@ function createComment(payload) {
|
|
|
353
456
|
{
|
|
354
457
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
355
458
|
paths: [
|
|
459
|
+
{
|
|
460
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
476
|
+
},
|
|
356
477
|
{
|
|
357
478
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
358
479
|
},
|
|
@@ -404,9 +525,57 @@ function createComment(payload) {
|
|
|
404
525
|
{
|
|
405
526
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
406
527
|
},
|
|
528
|
+
{
|
|
529
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
545
|
+
},
|
|
407
546
|
{
|
|
408
547
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
409
548
|
},
|
|
549
|
+
{
|
|
550
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
578
|
+
},
|
|
410
579
|
{
|
|
411
580
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
412
581
|
},
|
|
@@ -458,8 +627,38 @@ function createComment(payload) {
|
|
|
458
627
|
{
|
|
459
628
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
460
629
|
},
|
|
630
|
+
{
|
|
631
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
647
|
+
},
|
|
461
648
|
{
|
|
462
649
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
463
662
|
}
|
|
464
663
|
]
|
|
465
664
|
}
|
|
@@ -531,6 +730,24 @@ function getComment(payload) {
|
|
|
531
730
|
{
|
|
532
731
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
533
732
|
paths: [
|
|
733
|
+
{
|
|
734
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
750
|
+
},
|
|
534
751
|
{
|
|
535
752
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
536
753
|
},
|
|
@@ -582,9 +799,57 @@ function getComment(payload) {
|
|
|
582
799
|
{
|
|
583
800
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
584
801
|
},
|
|
802
|
+
{
|
|
803
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
819
|
+
},
|
|
585
820
|
{
|
|
586
821
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
587
822
|
},
|
|
823
|
+
{
|
|
824
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
852
|
+
},
|
|
588
853
|
{
|
|
589
854
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
590
855
|
},
|
|
@@ -636,8 +901,38 @@ function getComment(payload) {
|
|
|
636
901
|
{
|
|
637
902
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
638
903
|
},
|
|
904
|
+
{
|
|
905
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
921
|
+
},
|
|
639
922
|
{
|
|
640
923
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
641
936
|
}
|
|
642
937
|
]
|
|
643
938
|
}
|
|
@@ -687,6 +982,24 @@ function updateComment(payload) {
|
|
|
687
982
|
{
|
|
688
983
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
689
984
|
paths: [
|
|
985
|
+
{
|
|
986
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1002
|
+
},
|
|
690
1003
|
{
|
|
691
1004
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
692
1005
|
},
|
|
@@ -734,9 +1047,57 @@ function updateComment(payload) {
|
|
|
734
1047
|
{
|
|
735
1048
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
736
1049
|
},
|
|
1050
|
+
{
|
|
1051
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1067
|
+
},
|
|
737
1068
|
{
|
|
738
1069
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
739
1070
|
},
|
|
1071
|
+
{
|
|
1072
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1100
|
+
},
|
|
740
1101
|
{
|
|
741
1102
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
742
1103
|
},
|
|
@@ -788,8 +1149,38 @@ function updateComment(payload) {
|
|
|
788
1149
|
{
|
|
789
1150
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
790
1151
|
},
|
|
1152
|
+
{
|
|
1153
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1169
|
+
},
|
|
791
1170
|
{
|
|
792
1171
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
793
1184
|
}
|
|
794
1185
|
]
|
|
795
1186
|
}
|
|
@@ -854,6 +1245,24 @@ function updateComment(payload) {
|
|
|
854
1245
|
{
|
|
855
1246
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
856
1247
|
paths: [
|
|
1248
|
+
{
|
|
1249
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1265
|
+
},
|
|
857
1266
|
{
|
|
858
1267
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
859
1268
|
},
|
|
@@ -905,9 +1314,57 @@ function updateComment(payload) {
|
|
|
905
1314
|
{
|
|
906
1315
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
907
1316
|
},
|
|
1317
|
+
{
|
|
1318
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1334
|
+
},
|
|
908
1335
|
{
|
|
909
1336
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
910
1337
|
},
|
|
1338
|
+
{
|
|
1339
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1367
|
+
},
|
|
911
1368
|
{
|
|
912
1369
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
913
1370
|
},
|
|
@@ -959,8 +1416,38 @@ function updateComment(payload) {
|
|
|
959
1416
|
{
|
|
960
1417
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
961
1418
|
},
|
|
1419
|
+
{
|
|
1420
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1436
|
+
},
|
|
962
1437
|
{
|
|
963
1438
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
964
1451
|
}
|
|
965
1452
|
]
|
|
966
1453
|
}
|
|
@@ -1053,6 +1540,24 @@ function moderateDraftContent(payload) {
|
|
|
1053
1540
|
{
|
|
1054
1541
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1055
1542
|
paths: [
|
|
1543
|
+
{
|
|
1544
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1560
|
+
},
|
|
1056
1561
|
{
|
|
1057
1562
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1058
1563
|
},
|
|
@@ -1104,9 +1609,57 @@ function moderateDraftContent(payload) {
|
|
|
1104
1609
|
{
|
|
1105
1610
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1106
1611
|
},
|
|
1612
|
+
{
|
|
1613
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1629
|
+
},
|
|
1107
1630
|
{
|
|
1108
1631
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
1109
1632
|
},
|
|
1633
|
+
{
|
|
1634
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1662
|
+
},
|
|
1110
1663
|
{
|
|
1111
1664
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1112
1665
|
},
|
|
@@ -1158,8 +1711,38 @@ function moderateDraftContent(payload) {
|
|
|
1158
1711
|
{
|
|
1159
1712
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1160
1713
|
},
|
|
1714
|
+
{
|
|
1715
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1731
|
+
},
|
|
1161
1732
|
{
|
|
1162
1733
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1163
1746
|
}
|
|
1164
1747
|
]
|
|
1165
1748
|
}
|
|
@@ -1235,6 +1818,24 @@ function queryComments(payload) {
|
|
|
1235
1818
|
{
|
|
1236
1819
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1237
1820
|
paths: [
|
|
1821
|
+
{
|
|
1822
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1838
|
+
},
|
|
1238
1839
|
{
|
|
1239
1840
|
path: "comments.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1240
1841
|
},
|
|
@@ -1286,9 +1887,57 @@ function queryComments(payload) {
|
|
|
1286
1887
|
{
|
|
1287
1888
|
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1288
1889
|
},
|
|
1890
|
+
{
|
|
1891
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1907
|
+
},
|
|
1289
1908
|
{
|
|
1290
1909
|
path: "comments.content.richContent.nodes.shapeData.shape.duration"
|
|
1291
1910
|
},
|
|
1911
|
+
{
|
|
1912
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1940
|
+
},
|
|
1292
1941
|
{
|
|
1293
1942
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1294
1943
|
},
|
|
@@ -1340,8 +1989,38 @@ function queryComments(payload) {
|
|
|
1340
1989
|
{
|
|
1341
1990
|
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1342
1991
|
},
|
|
1992
|
+
{
|
|
1993
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2009
|
+
},
|
|
1343
2010
|
{
|
|
1344
2011
|
path: "comments.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1345
2024
|
}
|
|
1346
2025
|
]
|
|
1347
2026
|
}
|
|
@@ -1413,6 +2092,24 @@ function markComment(payload) {
|
|
|
1413
2092
|
{
|
|
1414
2093
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1415
2094
|
paths: [
|
|
2095
|
+
{
|
|
2096
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2112
|
+
},
|
|
1416
2113
|
{
|
|
1417
2114
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1418
2115
|
},
|
|
@@ -1464,9 +2161,57 @@ function markComment(payload) {
|
|
|
1464
2161
|
{
|
|
1465
2162
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1466
2163
|
},
|
|
2164
|
+
{
|
|
2165
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2181
|
+
},
|
|
1467
2182
|
{
|
|
1468
2183
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
1469
2184
|
},
|
|
2185
|
+
{
|
|
2186
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2214
|
+
},
|
|
1470
2215
|
{
|
|
1471
2216
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1472
2217
|
},
|
|
@@ -1507,19 +2252,49 @@ function markComment(payload) {
|
|
|
1507
2252
|
path: "comment.draftContent.richContent.nodes.videoData.thumbnail.duration"
|
|
1508
2253
|
},
|
|
1509
2254
|
{
|
|
1510
|
-
path: "comment.draftContent.richContent.nodes.audioData.audio.duration"
|
|
2255
|
+
path: "comment.draftContent.richContent.nodes.audioData.audio.duration"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
1511
2286
|
},
|
|
1512
2287
|
{
|
|
1513
|
-
path: "comment.draftContent.richContent.nodes.
|
|
2288
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
1514
2289
|
},
|
|
1515
2290
|
{
|
|
1516
|
-
path: "comment.draftContent.richContent.nodes.
|
|
2291
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
1517
2292
|
},
|
|
1518
2293
|
{
|
|
1519
|
-
path: "comment.draftContent.richContent.nodes.
|
|
2294
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1520
2295
|
},
|
|
1521
2296
|
{
|
|
1522
|
-
path: "comment.draftContent.richContent.nodes.
|
|
2297
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1523
2298
|
}
|
|
1524
2299
|
]
|
|
1525
2300
|
}
|
|
@@ -1591,6 +2366,24 @@ function unmarkComment(payload) {
|
|
|
1591
2366
|
{
|
|
1592
2367
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1593
2368
|
paths: [
|
|
2369
|
+
{
|
|
2370
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2386
|
+
},
|
|
1594
2387
|
{
|
|
1595
2388
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1596
2389
|
},
|
|
@@ -1642,9 +2435,57 @@ function unmarkComment(payload) {
|
|
|
1642
2435
|
{
|
|
1643
2436
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1644
2437
|
},
|
|
2438
|
+
{
|
|
2439
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2455
|
+
},
|
|
1645
2456
|
{
|
|
1646
2457
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
1647
2458
|
},
|
|
2459
|
+
{
|
|
2460
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2488
|
+
},
|
|
1648
2489
|
{
|
|
1649
2490
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1650
2491
|
},
|
|
@@ -1696,8 +2537,38 @@ function unmarkComment(payload) {
|
|
|
1696
2537
|
{
|
|
1697
2538
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1698
2539
|
},
|
|
2540
|
+
{
|
|
2541
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2557
|
+
},
|
|
1699
2558
|
{
|
|
1700
2559
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1701
2572
|
}
|
|
1702
2573
|
]
|
|
1703
2574
|
}
|
|
@@ -1769,6 +2640,24 @@ function hideComment(payload) {
|
|
|
1769
2640
|
{
|
|
1770
2641
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1771
2642
|
paths: [
|
|
2643
|
+
{
|
|
2644
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2660
|
+
},
|
|
1772
2661
|
{
|
|
1773
2662
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1774
2663
|
},
|
|
@@ -1820,9 +2709,57 @@ function hideComment(payload) {
|
|
|
1820
2709
|
{
|
|
1821
2710
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1822
2711
|
},
|
|
2712
|
+
{
|
|
2713
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2714
|
+
},
|
|
2715
|
+
{
|
|
2716
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2720
|
+
},
|
|
2721
|
+
{
|
|
2722
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2729
|
+
},
|
|
1823
2730
|
{
|
|
1824
2731
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
1825
2732
|
},
|
|
2733
|
+
{
|
|
2734
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2762
|
+
},
|
|
1826
2763
|
{
|
|
1827
2764
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1828
2765
|
},
|
|
@@ -1874,8 +2811,38 @@ function hideComment(payload) {
|
|
|
1874
2811
|
{
|
|
1875
2812
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1876
2813
|
},
|
|
2814
|
+
{
|
|
2815
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2831
|
+
},
|
|
1877
2832
|
{
|
|
1878
2833
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1879
2846
|
}
|
|
1880
2847
|
]
|
|
1881
2848
|
}
|
|
@@ -1947,6 +2914,24 @@ function publishComment(payload) {
|
|
|
1947
2914
|
{
|
|
1948
2915
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1949
2916
|
paths: [
|
|
2917
|
+
{
|
|
2918
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
path: "comment.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
path: "comment.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2934
|
+
},
|
|
1950
2935
|
{
|
|
1951
2936
|
path: "comment.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
1952
2937
|
},
|
|
@@ -1998,9 +2983,57 @@ function publishComment(payload) {
|
|
|
1998
2983
|
{
|
|
1999
2984
|
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2000
2985
|
},
|
|
2986
|
+
{
|
|
2987
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
path: "comment.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
path: "comment.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3003
|
+
},
|
|
2001
3004
|
{
|
|
2002
3005
|
path: "comment.content.richContent.nodes.shapeData.shape.duration"
|
|
2003
3006
|
},
|
|
3007
|
+
{
|
|
3008
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
path: "comment.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3024
|
+
},
|
|
3025
|
+
{
|
|
3026
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3030
|
+
},
|
|
3031
|
+
{
|
|
3032
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
path: "comment.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3036
|
+
},
|
|
2004
3037
|
{
|
|
2005
3038
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2006
3039
|
},
|
|
@@ -2052,8 +3085,38 @@ function publishComment(payload) {
|
|
|
2052
3085
|
{
|
|
2053
3086
|
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2054
3087
|
},
|
|
3088
|
+
{
|
|
3089
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3090
|
+
},
|
|
3091
|
+
{
|
|
3092
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
path: "comment.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3102
|
+
},
|
|
3103
|
+
{
|
|
3104
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3105
|
+
},
|
|
2055
3106
|
{
|
|
2056
3107
|
path: "comment.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
path: "comment.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2057
3120
|
}
|
|
2058
3121
|
]
|
|
2059
3122
|
}
|
|
@@ -2198,58 +3261,124 @@ function listCommentsByResource(payload) {
|
|
|
2198
3261
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
2199
3262
|
paths: [
|
|
2200
3263
|
{
|
|
2201
|
-
path: "comments.content.richContent.nodes.
|
|
3264
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3268
|
+
},
|
|
3269
|
+
{
|
|
3270
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
path: "comments.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
path: "comments.content.richContent.nodes.galleryData.items.video.media.duration"
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
path: "comments.content.richContent.nodes.galleryData.items.video.thumbnail.duration"
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
path: "comments.content.richContent.nodes.galleryData.options.item.ratio"
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
path: "comments.content.richContent.nodes.imageData.image.duration"
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
path: "comments.content.richContent.nodes.mapData.mapSettings.lat"
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
path: "comments.content.richContent.nodes.mapData.mapSettings.lng"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
path: "comments.content.richContent.nodes.pollData.poll.image.duration"
|
|
3304
|
+
},
|
|
3305
|
+
{
|
|
3306
|
+
path: "comments.content.richContent.nodes.pollData.poll.options.image.duration"
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
path: "comments.content.richContent.nodes.pollData.design.poll.background.image.duration"
|
|
3310
|
+
},
|
|
3311
|
+
{
|
|
3312
|
+
path: "comments.content.richContent.nodes.appEmbedData.image.duration"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
path: "comments.content.richContent.nodes.videoData.video.duration"
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
path: "comments.content.richContent.nodes.videoData.thumbnail.duration"
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
path: "comments.content.richContent.nodes.audioData.audio.duration"
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
path: "comments.content.richContent.nodes.audioData.coverImage.duration"
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
path: "comments.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2202
3331
|
},
|
|
2203
3332
|
{
|
|
2204
|
-
path: "comments.content.richContent.nodes.
|
|
3333
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2205
3334
|
},
|
|
2206
3335
|
{
|
|
2207
|
-
path: "comments.content.richContent.nodes.
|
|
3336
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2208
3337
|
},
|
|
2209
3338
|
{
|
|
2210
|
-
path: "comments.content.richContent.nodes.
|
|
3339
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2211
3340
|
},
|
|
2212
3341
|
{
|
|
2213
|
-
path: "comments.content.richContent.nodes.
|
|
3342
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2214
3343
|
},
|
|
2215
3344
|
{
|
|
2216
|
-
path: "comments.content.richContent.nodes.
|
|
3345
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2217
3346
|
},
|
|
2218
3347
|
{
|
|
2219
|
-
path: "comments.content.richContent.nodes.
|
|
3348
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2220
3349
|
},
|
|
2221
3350
|
{
|
|
2222
|
-
path: "comments.content.richContent.nodes.
|
|
3351
|
+
path: "comments.content.richContent.nodes.shapeData.shape.duration"
|
|
2223
3352
|
},
|
|
2224
3353
|
{
|
|
2225
|
-
path: "comments.content.richContent.nodes.
|
|
3354
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
2226
3355
|
},
|
|
2227
3356
|
{
|
|
2228
|
-
path: "comments.content.richContent.nodes.
|
|
3357
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
2229
3358
|
},
|
|
2230
3359
|
{
|
|
2231
|
-
path: "comments.content.richContent.nodes.
|
|
3360
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2232
3361
|
},
|
|
2233
3362
|
{
|
|
2234
|
-
path: "comments.content.richContent.nodes.
|
|
3363
|
+
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2235
3364
|
},
|
|
2236
3365
|
{
|
|
2237
|
-
path: "comments.
|
|
3366
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2238
3367
|
},
|
|
2239
3368
|
{
|
|
2240
|
-
path: "comments.
|
|
3369
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2241
3370
|
},
|
|
2242
3371
|
{
|
|
2243
|
-
path: "comments.
|
|
3372
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2244
3373
|
},
|
|
2245
3374
|
{
|
|
2246
|
-
path: "comments.
|
|
3375
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2247
3376
|
},
|
|
2248
3377
|
{
|
|
2249
|
-
path: "comments.
|
|
3378
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2250
3379
|
},
|
|
2251
3380
|
{
|
|
2252
|
-
path: "comments.
|
|
3381
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2253
3382
|
},
|
|
2254
3383
|
{
|
|
2255
3384
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
@@ -2302,9 +3431,57 @@ function listCommentsByResource(payload) {
|
|
|
2302
3431
|
{
|
|
2303
3432
|
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2304
3433
|
},
|
|
3434
|
+
{
|
|
3435
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3436
|
+
},
|
|
3437
|
+
{
|
|
3438
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3451
|
+
},
|
|
2305
3452
|
{
|
|
2306
3453
|
path: "comments.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
2307
3454
|
},
|
|
3455
|
+
{
|
|
3456
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3463
|
+
},
|
|
3464
|
+
{
|
|
3465
|
+
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3484
|
+
},
|
|
2308
3485
|
{
|
|
2309
3486
|
path: "commentReplies.*.replies.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
2310
3487
|
},
|
|
@@ -2356,9 +3533,57 @@ function listCommentsByResource(payload) {
|
|
|
2356
3533
|
{
|
|
2357
3534
|
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2358
3535
|
},
|
|
3536
|
+
{
|
|
3537
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3553
|
+
},
|
|
2359
3554
|
{
|
|
2360
3555
|
path: "commentReplies.*.replies.content.richContent.nodes.shapeData.shape.duration"
|
|
2361
3556
|
},
|
|
3557
|
+
{
|
|
3558
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3568
|
+
},
|
|
3569
|
+
{
|
|
3570
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3574
|
+
},
|
|
3575
|
+
{
|
|
3576
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3586
|
+
},
|
|
2362
3587
|
{
|
|
2363
3588
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2364
3589
|
},
|
|
@@ -2410,8 +3635,38 @@ function listCommentsByResource(payload) {
|
|
|
2410
3635
|
{
|
|
2411
3636
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2412
3637
|
},
|
|
3638
|
+
{
|
|
3639
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3655
|
+
},
|
|
2413
3656
|
{
|
|
2414
3657
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2415
3670
|
}
|
|
2416
3671
|
]
|
|
2417
3672
|
}
|
|
@@ -2534,6 +3789,24 @@ function getCommentThread(payload) {
|
|
|
2534
3789
|
{
|
|
2535
3790
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
2536
3791
|
paths: [
|
|
3792
|
+
{
|
|
3793
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3794
|
+
},
|
|
3795
|
+
{
|
|
3796
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
path: "comments.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
path: "comments.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3809
|
+
},
|
|
2537
3810
|
{
|
|
2538
3811
|
path: "comments.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
2539
3812
|
},
|
|
@@ -2585,9 +3858,57 @@ function getCommentThread(payload) {
|
|
|
2585
3858
|
{
|
|
2586
3859
|
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2587
3860
|
},
|
|
3861
|
+
{
|
|
3862
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
path: "comments.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
path: "comments.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3878
|
+
},
|
|
2588
3879
|
{
|
|
2589
3880
|
path: "comments.content.richContent.nodes.shapeData.shape.duration"
|
|
2590
3881
|
},
|
|
3882
|
+
{
|
|
3883
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
path: "comments.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3896
|
+
},
|
|
3897
|
+
{
|
|
3898
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
path: "comments.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3911
|
+
},
|
|
2591
3912
|
{
|
|
2592
3913
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2593
3914
|
},
|
|
@@ -2639,9 +3960,57 @@ function getCommentThread(payload) {
|
|
|
2639
3960
|
{
|
|
2640
3961
|
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2641
3962
|
},
|
|
3963
|
+
{
|
|
3964
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
path: "comments.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3980
|
+
},
|
|
2642
3981
|
{
|
|
2643
3982
|
path: "comments.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
2644
3983
|
},
|
|
3984
|
+
{
|
|
3985
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
path: "comments.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3992
|
+
},
|
|
3993
|
+
{
|
|
3994
|
+
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3995
|
+
},
|
|
3996
|
+
{
|
|
3997
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
4007
|
+
},
|
|
4008
|
+
{
|
|
4009
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
4013
|
+
},
|
|
2645
4014
|
{
|
|
2646
4015
|
path: "commentReplies.*.replies.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
2647
4016
|
},
|
|
@@ -2693,9 +4062,57 @@ function getCommentThread(payload) {
|
|
|
2693
4062
|
{
|
|
2694
4063
|
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2695
4064
|
},
|
|
4065
|
+
{
|
|
4066
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.centerY"
|
|
4070
|
+
},
|
|
4071
|
+
{
|
|
4072
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
4076
|
+
},
|
|
4077
|
+
{
|
|
4078
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
4082
|
+
},
|
|
2696
4083
|
{
|
|
2697
4084
|
path: "commentReplies.*.replies.content.richContent.nodes.shapeData.shape.duration"
|
|
2698
4085
|
},
|
|
4086
|
+
{
|
|
4087
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.centerX"
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.centerY"
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.background.gradient.stops.position"
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4097
|
+
},
|
|
4098
|
+
{
|
|
4099
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4100
|
+
},
|
|
4101
|
+
{
|
|
4102
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
4109
|
+
},
|
|
4110
|
+
{
|
|
4111
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
4115
|
+
},
|
|
2699
4116
|
{
|
|
2700
4117
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2701
4118
|
},
|
|
@@ -2747,8 +4164,38 @@ function getCommentThread(payload) {
|
|
|
2747
4164
|
{
|
|
2748
4165
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2749
4166
|
},
|
|
4167
|
+
{
|
|
4168
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.centerX"
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.centerY"
|
|
4172
|
+
},
|
|
4173
|
+
{
|
|
4174
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
4175
|
+
},
|
|
4176
|
+
{
|
|
4177
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
4184
|
+
},
|
|
2750
4185
|
{
|
|
2751
4186
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.shapeData.shape.duration"
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.centerX"
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.centerY"
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.background.gradient.stops.position"
|
|
4196
|
+
},
|
|
4197
|
+
{
|
|
4198
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2752
4199
|
}
|
|
2753
4200
|
]
|
|
2754
4201
|
}
|
|
@@ -2910,6 +4357,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
2910
4357
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
2911
4358
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
2912
4359
|
NodeType2["SHAPE"] = "SHAPE";
|
|
4360
|
+
NodeType2["CARD"] = "CARD";
|
|
2913
4361
|
return NodeType2;
|
|
2914
4362
|
})(NodeType || {});
|
|
2915
4363
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
@@ -3047,12 +4495,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
3047
4495
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
3048
4496
|
return PollLayoutDirection2;
|
|
3049
4497
|
})(PollLayoutDirection || {});
|
|
3050
|
-
var
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
return
|
|
3055
|
-
})(
|
|
4498
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
4499
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
4500
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
4501
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4502
|
+
return PollDesignBackgroundType2;
|
|
4503
|
+
})(PollDesignBackgroundType || {});
|
|
3056
4504
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
3057
4505
|
DecorationType2["BOLD"] = "BOLD";
|
|
3058
4506
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -3139,12 +4587,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
3139
4587
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
3140
4588
|
return NullValue2;
|
|
3141
4589
|
})(NullValue || {});
|
|
3142
|
-
var
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
return
|
|
3147
|
-
})(
|
|
4590
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
4591
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
4592
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
4593
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
4594
|
+
return ImageScalingScaling2;
|
|
4595
|
+
})(ImageScalingScaling || {});
|
|
3148
4596
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
3149
4597
|
ImagePosition2["CENTER"] = "CENTER";
|
|
3150
4598
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -3200,6 +4648,49 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
3200
4648
|
WebhookIdentityType2["APP"] = "APP";
|
|
3201
4649
|
return WebhookIdentityType2;
|
|
3202
4650
|
})(WebhookIdentityType || {});
|
|
4651
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
4652
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
4653
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4654
|
+
return BackgroundType2;
|
|
4655
|
+
})(BackgroundType || {});
|
|
4656
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
4657
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
4658
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
4659
|
+
return GradientType2;
|
|
4660
|
+
})(GradientType || {});
|
|
4661
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
4662
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
4663
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4664
|
+
return LayoutDataBackgroundType2;
|
|
4665
|
+
})(LayoutDataBackgroundType || {});
|
|
4666
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
4667
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
4668
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
4669
|
+
return BackdropType2;
|
|
4670
|
+
})(BackdropType || {});
|
|
4671
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
4672
|
+
Scaling2["AUTO"] = "AUTO";
|
|
4673
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
4674
|
+
Scaling2["COVER"] = "COVER";
|
|
4675
|
+
return Scaling2;
|
|
4676
|
+
})(Scaling || {});
|
|
4677
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
4678
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
4679
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
4680
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
4681
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
4682
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
4683
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
4684
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
4685
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
4686
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
4687
|
+
return ImagePositionPosition2;
|
|
4688
|
+
})(ImagePositionPosition || {});
|
|
4689
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
4690
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
4691
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4692
|
+
return CardDataBackgroundType2;
|
|
4693
|
+
})(CardDataBackgroundType || {});
|
|
3203
4694
|
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
3204
4695
|
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
3205
4696
|
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
@@ -4269,8 +5760,10 @@ async function bulkMoveCommentByFilter2(appId, options) {
|
|
|
4269
5760
|
Alignment,
|
|
4270
5761
|
AppType,
|
|
4271
5762
|
AspectRatio,
|
|
5763
|
+
BackdropType,
|
|
4272
5764
|
BackgroundType,
|
|
4273
5765
|
ButtonDataType,
|
|
5766
|
+
CardDataBackgroundType,
|
|
4274
5767
|
Crop,
|
|
4275
5768
|
DecorationType,
|
|
4276
5769
|
DesignTarget,
|
|
@@ -4278,9 +5771,13 @@ async function bulkMoveCommentByFilter2(appId, options) {
|
|
|
4278
5771
|
DividerDataAlignment,
|
|
4279
5772
|
FontType,
|
|
4280
5773
|
GIFType,
|
|
5774
|
+
GradientType,
|
|
4281
5775
|
ImagePosition,
|
|
5776
|
+
ImagePositionPosition,
|
|
5777
|
+
ImageScalingScaling,
|
|
4282
5778
|
InitialExpandedItems,
|
|
4283
5779
|
Layout,
|
|
5780
|
+
LayoutDataBackgroundType,
|
|
4284
5781
|
LayoutType,
|
|
4285
5782
|
LineStyle,
|
|
4286
5783
|
MapType,
|
|
@@ -4291,6 +5788,7 @@ async function bulkMoveCommentByFilter2(appId, options) {
|
|
|
4291
5788
|
Origin,
|
|
4292
5789
|
Placement,
|
|
4293
5790
|
PluginContainerDataAlignment,
|
|
5791
|
+
PollDesignBackgroundType,
|
|
4294
5792
|
PollLayoutDirection,
|
|
4295
5793
|
PollLayoutType,
|
|
4296
5794
|
Position,
|