@wix/auto_sdk_comments_comments 1.0.31 → 1.0.32
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 +325 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +109 -3
- package/build/cjs/index.typings.js +217 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +109 -3
- package/build/cjs/meta.js +217 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +321 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +109 -3
- package/build/es/index.typings.mjs +213 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +109 -3
- package/build/es/meta.mjs +213 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +325 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +109 -3
- package/build/internal/cjs/index.typings.js +217 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +109 -3
- package/build/internal/cjs/meta.js +217 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +321 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +109 -3
- package/build/internal/es/index.typings.mjs +213 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +109 -3
- package/build/internal/es/meta.mjs +213 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -32,6 +32,7 @@ __export(index_exports, {
|
|
|
32
32
|
DividerDataAlignment: () => DividerDataAlignment,
|
|
33
33
|
FontType: () => FontType,
|
|
34
34
|
GIFType: () => GIFType,
|
|
35
|
+
ImagePosition: () => ImagePosition,
|
|
35
36
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
36
37
|
Layout: () => Layout,
|
|
37
38
|
LayoutType: () => LayoutType,
|
|
@@ -48,6 +49,8 @@ __export(index_exports, {
|
|
|
48
49
|
Position: () => Position,
|
|
49
50
|
ReplySortOrder: () => ReplySortOrder,
|
|
50
51
|
Resizing: () => Resizing,
|
|
52
|
+
ResponsivenessBehaviour: () => ResponsivenessBehaviour,
|
|
53
|
+
Scaling: () => Scaling,
|
|
51
54
|
SortOrder: () => SortOrder,
|
|
52
55
|
Source: () => Source,
|
|
53
56
|
Status: () => Status,
|
|
@@ -58,6 +61,7 @@ __export(index_exports, {
|
|
|
58
61
|
Type: () => Type,
|
|
59
62
|
VersioningMode: () => VersioningMode,
|
|
60
63
|
VerticalAlignment: () => VerticalAlignment,
|
|
64
|
+
VerticalAlignmentAlignment: () => VerticalAlignmentAlignment,
|
|
61
65
|
ViewMode: () => ViewMode,
|
|
62
66
|
ViewRole: () => ViewRole,
|
|
63
67
|
VoteRole: () => VoteRole,
|
|
@@ -240,6 +244,12 @@ function createComment(payload) {
|
|
|
240
244
|
{
|
|
241
245
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
242
246
|
},
|
|
247
|
+
{
|
|
248
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
252
|
+
},
|
|
243
253
|
{
|
|
244
254
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
245
255
|
},
|
|
@@ -284,6 +294,12 @@ function createComment(payload) {
|
|
|
284
294
|
},
|
|
285
295
|
{
|
|
286
296
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
287
303
|
}
|
|
288
304
|
]
|
|
289
305
|
}
|
|
@@ -393,6 +409,12 @@ function createComment(payload) {
|
|
|
393
409
|
{
|
|
394
410
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
395
411
|
},
|
|
412
|
+
{
|
|
413
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
417
|
+
},
|
|
396
418
|
{
|
|
397
419
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
398
420
|
},
|
|
@@ -437,6 +459,12 @@ function createComment(payload) {
|
|
|
437
459
|
},
|
|
438
460
|
{
|
|
439
461
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
440
468
|
}
|
|
441
469
|
]
|
|
442
470
|
}
|
|
@@ -553,6 +581,12 @@ function getComment(payload) {
|
|
|
553
581
|
{
|
|
554
582
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
555
583
|
},
|
|
584
|
+
{
|
|
585
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
589
|
+
},
|
|
556
590
|
{
|
|
557
591
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
558
592
|
},
|
|
@@ -597,6 +631,12 @@ function getComment(payload) {
|
|
|
597
631
|
},
|
|
598
632
|
{
|
|
599
633
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
600
640
|
}
|
|
601
641
|
]
|
|
602
642
|
}
|
|
@@ -687,6 +727,12 @@ function updateComment(payload) {
|
|
|
687
727
|
{
|
|
688
728
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
689
729
|
},
|
|
730
|
+
{
|
|
731
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
735
|
+
},
|
|
690
736
|
{
|
|
691
737
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
692
738
|
},
|
|
@@ -731,6 +777,12 @@ function updateComment(payload) {
|
|
|
731
777
|
},
|
|
732
778
|
{
|
|
733
779
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
734
786
|
}
|
|
735
787
|
]
|
|
736
788
|
}
|
|
@@ -840,6 +892,12 @@ function updateComment(payload) {
|
|
|
840
892
|
{
|
|
841
893
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
842
894
|
},
|
|
895
|
+
{
|
|
896
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
900
|
+
},
|
|
843
901
|
{
|
|
844
902
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
845
903
|
},
|
|
@@ -884,6 +942,12 @@ function updateComment(payload) {
|
|
|
884
942
|
},
|
|
885
943
|
{
|
|
886
944
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
887
951
|
}
|
|
888
952
|
]
|
|
889
953
|
}
|
|
@@ -1021,6 +1085,12 @@ function moderateDraftContent(payload) {
|
|
|
1021
1085
|
{
|
|
1022
1086
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
1023
1087
|
},
|
|
1088
|
+
{
|
|
1089
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1093
|
+
},
|
|
1024
1094
|
{
|
|
1025
1095
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1026
1096
|
},
|
|
@@ -1065,6 +1135,12 @@ function moderateDraftContent(payload) {
|
|
|
1065
1135
|
},
|
|
1066
1136
|
{
|
|
1067
1137
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1068
1144
|
}
|
|
1069
1145
|
]
|
|
1070
1146
|
}
|
|
@@ -1185,6 +1261,12 @@ function queryComments(payload) {
|
|
|
1185
1261
|
{
|
|
1186
1262
|
path: "comments.content.richContent.nodes.audioData.coverImage.duration"
|
|
1187
1263
|
},
|
|
1264
|
+
{
|
|
1265
|
+
path: "comments.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1269
|
+
},
|
|
1188
1270
|
{
|
|
1189
1271
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1190
1272
|
},
|
|
@@ -1229,6 +1311,12 @@ function queryComments(payload) {
|
|
|
1229
1311
|
},
|
|
1230
1312
|
{
|
|
1231
1313
|
path: "comments.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1232
1320
|
}
|
|
1233
1321
|
]
|
|
1234
1322
|
}
|
|
@@ -1345,6 +1433,12 @@ function markComment(payload) {
|
|
|
1345
1433
|
{
|
|
1346
1434
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
1347
1435
|
},
|
|
1436
|
+
{
|
|
1437
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1441
|
+
},
|
|
1348
1442
|
{
|
|
1349
1443
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1350
1444
|
},
|
|
@@ -1389,6 +1483,12 @@ function markComment(payload) {
|
|
|
1389
1483
|
},
|
|
1390
1484
|
{
|
|
1391
1485
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1392
1492
|
}
|
|
1393
1493
|
]
|
|
1394
1494
|
}
|
|
@@ -1505,6 +1605,12 @@ function unmarkComment(payload) {
|
|
|
1505
1605
|
{
|
|
1506
1606
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
1507
1607
|
},
|
|
1608
|
+
{
|
|
1609
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1613
|
+
},
|
|
1508
1614
|
{
|
|
1509
1615
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1510
1616
|
},
|
|
@@ -1549,6 +1655,12 @@ function unmarkComment(payload) {
|
|
|
1549
1655
|
},
|
|
1550
1656
|
{
|
|
1551
1657
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1552
1664
|
}
|
|
1553
1665
|
]
|
|
1554
1666
|
}
|
|
@@ -1665,6 +1777,12 @@ function hideComment(payload) {
|
|
|
1665
1777
|
{
|
|
1666
1778
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
1667
1779
|
},
|
|
1780
|
+
{
|
|
1781
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1785
|
+
},
|
|
1668
1786
|
{
|
|
1669
1787
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1670
1788
|
},
|
|
@@ -1709,6 +1827,12 @@ function hideComment(payload) {
|
|
|
1709
1827
|
},
|
|
1710
1828
|
{
|
|
1711
1829
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1712
1836
|
}
|
|
1713
1837
|
]
|
|
1714
1838
|
}
|
|
@@ -1825,6 +1949,12 @@ function publishComment(payload) {
|
|
|
1825
1949
|
{
|
|
1826
1950
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
1827
1951
|
},
|
|
1952
|
+
{
|
|
1953
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1957
|
+
},
|
|
1828
1958
|
{
|
|
1829
1959
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1830
1960
|
},
|
|
@@ -1869,6 +1999,12 @@ function publishComment(payload) {
|
|
|
1869
1999
|
},
|
|
1870
2000
|
{
|
|
1871
2001
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1872
2008
|
}
|
|
1873
2009
|
]
|
|
1874
2010
|
}
|
|
@@ -2057,6 +2193,12 @@ function listCommentsByResource(payload) {
|
|
|
2057
2193
|
{
|
|
2058
2194
|
path: "comments.content.richContent.nodes.audioData.coverImage.duration"
|
|
2059
2195
|
},
|
|
2196
|
+
{
|
|
2197
|
+
path: "comments.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2201
|
+
},
|
|
2060
2202
|
{
|
|
2061
2203
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2062
2204
|
},
|
|
@@ -2102,6 +2244,12 @@ function listCommentsByResource(payload) {
|
|
|
2102
2244
|
{
|
|
2103
2245
|
path: "comments.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
2104
2246
|
},
|
|
2247
|
+
{
|
|
2248
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2252
|
+
},
|
|
2105
2253
|
{
|
|
2106
2254
|
path: "commentReplies.*.replies.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
2107
2255
|
},
|
|
@@ -2147,6 +2295,12 @@ function listCommentsByResource(payload) {
|
|
|
2147
2295
|
{
|
|
2148
2296
|
path: "commentReplies.*.replies.content.richContent.nodes.audioData.coverImage.duration"
|
|
2149
2297
|
},
|
|
2298
|
+
{
|
|
2299
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2303
|
+
},
|
|
2150
2304
|
{
|
|
2151
2305
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2152
2306
|
},
|
|
@@ -2191,6 +2345,12 @@ function listCommentsByResource(payload) {
|
|
|
2191
2345
|
},
|
|
2192
2346
|
{
|
|
2193
2347
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2194
2354
|
}
|
|
2195
2355
|
]
|
|
2196
2356
|
}
|
|
@@ -2358,6 +2518,12 @@ function getCommentThread(payload) {
|
|
|
2358
2518
|
{
|
|
2359
2519
|
path: "comments.content.richContent.nodes.audioData.coverImage.duration"
|
|
2360
2520
|
},
|
|
2521
|
+
{
|
|
2522
|
+
path: "comments.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2526
|
+
},
|
|
2361
2527
|
{
|
|
2362
2528
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2363
2529
|
},
|
|
@@ -2403,6 +2569,12 @@ function getCommentThread(payload) {
|
|
|
2403
2569
|
{
|
|
2404
2570
|
path: "comments.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
2405
2571
|
},
|
|
2572
|
+
{
|
|
2573
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2577
|
+
},
|
|
2406
2578
|
{
|
|
2407
2579
|
path: "commentReplies.*.replies.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
2408
2580
|
},
|
|
@@ -2448,6 +2620,12 @@ function getCommentThread(payload) {
|
|
|
2448
2620
|
{
|
|
2449
2621
|
path: "commentReplies.*.replies.content.richContent.nodes.audioData.coverImage.duration"
|
|
2450
2622
|
},
|
|
2623
|
+
{
|
|
2624
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2628
|
+
},
|
|
2451
2629
|
{
|
|
2452
2630
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2453
2631
|
},
|
|
@@ -2492,6 +2670,12 @@ function getCommentThread(payload) {
|
|
|
2492
2670
|
},
|
|
2493
2671
|
{
|
|
2494
2672
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2495
2679
|
}
|
|
2496
2680
|
]
|
|
2497
2681
|
}
|
|
@@ -2879,6 +3063,35 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
2879
3063
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
2880
3064
|
return NullValue2;
|
|
2881
3065
|
})(NullValue || {});
|
|
3066
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
3067
|
+
Scaling2["AUTO"] = "AUTO";
|
|
3068
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
3069
|
+
Scaling2["COVER"] = "COVER";
|
|
3070
|
+
return Scaling2;
|
|
3071
|
+
})(Scaling || {});
|
|
3072
|
+
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
3073
|
+
ImagePosition2["CENTER"] = "CENTER";
|
|
3074
|
+
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
3075
|
+
ImagePosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
3076
|
+
ImagePosition2["TOP"] = "TOP";
|
|
3077
|
+
ImagePosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
3078
|
+
ImagePosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
3079
|
+
ImagePosition2["BOTTOM"] = "BOTTOM";
|
|
3080
|
+
ImagePosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
3081
|
+
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
3082
|
+
return ImagePosition2;
|
|
3083
|
+
})(ImagePosition || {});
|
|
3084
|
+
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
3085
|
+
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
3086
|
+
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
3087
|
+
VerticalAlignmentAlignment2["BOTTOM"] = "BOTTOM";
|
|
3088
|
+
return VerticalAlignmentAlignment2;
|
|
3089
|
+
})(VerticalAlignmentAlignment || {});
|
|
3090
|
+
var ResponsivenessBehaviour = /* @__PURE__ */ ((ResponsivenessBehaviour2) => {
|
|
3091
|
+
ResponsivenessBehaviour2["STACK"] = "STACK";
|
|
3092
|
+
ResponsivenessBehaviour2["WRAP"] = "WRAP";
|
|
3093
|
+
return ResponsivenessBehaviour2;
|
|
3094
|
+
})(ResponsivenessBehaviour || {});
|
|
2882
3095
|
var Status = /* @__PURE__ */ ((Status2) => {
|
|
2883
3096
|
Status2["UNKNOWN"] = "UNKNOWN";
|
|
2884
3097
|
Status2["PUBLISHED"] = "PUBLISHED";
|
|
@@ -4110,6 +4323,12 @@ var onCommentContentChanged = (0, import_sdk_types.EventDefinition)(
|
|
|
4110
4323
|
{
|
|
4111
4324
|
path: "data.previousContent.richContent.nodes.audioData.coverImage.duration"
|
|
4112
4325
|
},
|
|
4326
|
+
{
|
|
4327
|
+
path: "data.previousContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
path: "data.previousContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4331
|
+
},
|
|
4113
4332
|
{
|
|
4114
4333
|
path: "data.currentContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4115
4334
|
},
|
|
@@ -4154,6 +4373,12 @@ var onCommentContentChanged = (0, import_sdk_types.EventDefinition)(
|
|
|
4154
4373
|
},
|
|
4155
4374
|
{
|
|
4156
4375
|
path: "data.currentContent.richContent.nodes.audioData.coverImage.duration"
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
path: "data.currentContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
path: "data.currentContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4157
4382
|
}
|
|
4158
4383
|
]
|
|
4159
4384
|
},
|
|
@@ -4264,6 +4489,12 @@ var onCommentHidden = (0, import_sdk_types.EventDefinition)(
|
|
|
4264
4489
|
{
|
|
4265
4490
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4266
4491
|
},
|
|
4492
|
+
{
|
|
4493
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4494
|
+
},
|
|
4495
|
+
{
|
|
4496
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4497
|
+
},
|
|
4267
4498
|
{
|
|
4268
4499
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4269
4500
|
},
|
|
@@ -4308,6 +4539,12 @@ var onCommentHidden = (0, import_sdk_types.EventDefinition)(
|
|
|
4308
4539
|
},
|
|
4309
4540
|
{
|
|
4310
4541
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4542
|
+
},
|
|
4543
|
+
{
|
|
4544
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4311
4548
|
}
|
|
4312
4549
|
]
|
|
4313
4550
|
},
|
|
@@ -4418,6 +4655,12 @@ var onCommentMarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4418
4655
|
{
|
|
4419
4656
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4420
4657
|
},
|
|
4658
|
+
{
|
|
4659
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4660
|
+
},
|
|
4661
|
+
{
|
|
4662
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4663
|
+
},
|
|
4421
4664
|
{
|
|
4422
4665
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4423
4666
|
},
|
|
@@ -4462,6 +4705,12 @@ var onCommentMarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4462
4705
|
},
|
|
4463
4706
|
{
|
|
4464
4707
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4708
|
+
},
|
|
4709
|
+
{
|
|
4710
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4465
4714
|
}
|
|
4466
4715
|
]
|
|
4467
4716
|
},
|
|
@@ -4572,6 +4821,12 @@ var onCommentMoved = (0, import_sdk_types.EventDefinition)(
|
|
|
4572
4821
|
{
|
|
4573
4822
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4574
4823
|
},
|
|
4824
|
+
{
|
|
4825
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4826
|
+
},
|
|
4827
|
+
{
|
|
4828
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4829
|
+
},
|
|
4575
4830
|
{
|
|
4576
4831
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4577
4832
|
},
|
|
@@ -4616,6 +4871,12 @@ var onCommentMoved = (0, import_sdk_types.EventDefinition)(
|
|
|
4616
4871
|
},
|
|
4617
4872
|
{
|
|
4618
4873
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4874
|
+
},
|
|
4875
|
+
{
|
|
4876
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4877
|
+
},
|
|
4878
|
+
{
|
|
4879
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4619
4880
|
}
|
|
4620
4881
|
]
|
|
4621
4882
|
},
|
|
@@ -4726,6 +4987,12 @@ var onCommentPublished = (0, import_sdk_types.EventDefinition)(
|
|
|
4726
4987
|
{
|
|
4727
4988
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4728
4989
|
},
|
|
4990
|
+
{
|
|
4991
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4992
|
+
},
|
|
4993
|
+
{
|
|
4994
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4995
|
+
},
|
|
4729
4996
|
{
|
|
4730
4997
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4731
4998
|
},
|
|
@@ -4770,6 +5037,12 @@ var onCommentPublished = (0, import_sdk_types.EventDefinition)(
|
|
|
4770
5037
|
},
|
|
4771
5038
|
{
|
|
4772
5039
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5040
|
+
},
|
|
5041
|
+
{
|
|
5042
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4773
5046
|
}
|
|
4774
5047
|
]
|
|
4775
5048
|
},
|
|
@@ -4880,6 +5153,12 @@ var onCommentUnmarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4880
5153
|
{
|
|
4881
5154
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4882
5155
|
},
|
|
5156
|
+
{
|
|
5157
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5158
|
+
},
|
|
5159
|
+
{
|
|
5160
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5161
|
+
},
|
|
4883
5162
|
{
|
|
4884
5163
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4885
5164
|
},
|
|
@@ -4924,6 +5203,12 @@ var onCommentUnmarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4924
5203
|
},
|
|
4925
5204
|
{
|
|
4926
5205
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5206
|
+
},
|
|
5207
|
+
{
|
|
5208
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5209
|
+
},
|
|
5210
|
+
{
|
|
5211
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4927
5212
|
}
|
|
4928
5213
|
]
|
|
4929
5214
|
},
|
|
@@ -5030,6 +5315,12 @@ var onCommentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
5030
5315
|
{
|
|
5031
5316
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
5032
5317
|
},
|
|
5318
|
+
{
|
|
5319
|
+
path: "entity.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5320
|
+
},
|
|
5321
|
+
{
|
|
5322
|
+
path: "entity.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5323
|
+
},
|
|
5033
5324
|
{
|
|
5034
5325
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5035
5326
|
},
|
|
@@ -5074,6 +5365,12 @@ var onCommentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
5074
5365
|
},
|
|
5075
5366
|
{
|
|
5076
5367
|
path: "entity.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5368
|
+
},
|
|
5369
|
+
{
|
|
5370
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5077
5374
|
}
|
|
5078
5375
|
]
|
|
5079
5376
|
},
|
|
@@ -5180,6 +5477,12 @@ var onCommentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
5180
5477
|
{
|
|
5181
5478
|
path: "undefined.content.richContent.nodes.audioData.coverImage.duration"
|
|
5182
5479
|
},
|
|
5480
|
+
{
|
|
5481
|
+
path: "undefined.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5482
|
+
},
|
|
5483
|
+
{
|
|
5484
|
+
path: "undefined.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5485
|
+
},
|
|
5183
5486
|
{
|
|
5184
5487
|
path: "undefined.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5185
5488
|
},
|
|
@@ -5224,6 +5527,12 @@ var onCommentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
5224
5527
|
},
|
|
5225
5528
|
{
|
|
5226
5529
|
path: "undefined.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5530
|
+
},
|
|
5531
|
+
{
|
|
5532
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5533
|
+
},
|
|
5534
|
+
{
|
|
5535
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5227
5536
|
}
|
|
5228
5537
|
]
|
|
5229
5538
|
},
|
|
@@ -5342,6 +5651,12 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
5342
5651
|
{
|
|
5343
5652
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
5344
5653
|
},
|
|
5654
|
+
{
|
|
5655
|
+
path: "entity.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5656
|
+
},
|
|
5657
|
+
{
|
|
5658
|
+
path: "entity.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5659
|
+
},
|
|
5345
5660
|
{
|
|
5346
5661
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5347
5662
|
},
|
|
@@ -5386,6 +5701,12 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
5386
5701
|
},
|
|
5387
5702
|
{
|
|
5388
5703
|
path: "entity.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5704
|
+
},
|
|
5705
|
+
{
|
|
5706
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5707
|
+
},
|
|
5708
|
+
{
|
|
5709
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5389
5710
|
}
|
|
5390
5711
|
]
|
|
5391
5712
|
},
|
|
@@ -5470,6 +5791,7 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
5470
5791
|
DividerDataAlignment,
|
|
5471
5792
|
FontType,
|
|
5472
5793
|
GIFType,
|
|
5794
|
+
ImagePosition,
|
|
5473
5795
|
InitialExpandedItems,
|
|
5474
5796
|
Layout,
|
|
5475
5797
|
LayoutType,
|
|
@@ -5486,6 +5808,8 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
5486
5808
|
Position,
|
|
5487
5809
|
ReplySortOrder,
|
|
5488
5810
|
Resizing,
|
|
5811
|
+
ResponsivenessBehaviour,
|
|
5812
|
+
Scaling,
|
|
5489
5813
|
SortOrder,
|
|
5490
5814
|
Source,
|
|
5491
5815
|
Status,
|
|
@@ -5496,6 +5820,7 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
5496
5820
|
Type,
|
|
5497
5821
|
VersioningMode,
|
|
5498
5822
|
VerticalAlignment,
|
|
5823
|
+
VerticalAlignmentAlignment,
|
|
5499
5824
|
ViewMode,
|
|
5500
5825
|
ViewRole,
|
|
5501
5826
|
VoteRole,
|