@wix/auto_sdk_comments_comments 1.0.30 → 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 +326 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +112 -5
- package/build/cjs/index.typings.js +218 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +112 -5
- package/build/cjs/meta.js +218 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +322 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +112 -5
- package/build/es/index.typings.mjs +214 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +112 -5
- package/build/es/meta.mjs +214 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +326 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +112 -5
- package/build/internal/cjs/index.typings.js +218 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +112 -5
- package/build/internal/cjs/meta.js +218 -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 +322 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +112 -5
- package/build/internal/es/index.typings.mjs +214 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +112 -5
- package/build/internal/es/meta.mjs +214 -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
|
}
|
|
@@ -2750,6 +2934,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
|
|
|
2750
2934
|
var Source = /* @__PURE__ */ ((Source2) => {
|
|
2751
2935
|
Source2["HTML"] = "HTML";
|
|
2752
2936
|
Source2["ADSENSE"] = "ADSENSE";
|
|
2937
|
+
Source2["AI"] = "AI";
|
|
2753
2938
|
return Source2;
|
|
2754
2939
|
})(Source || {});
|
|
2755
2940
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -2878,6 +3063,35 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
2878
3063
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
2879
3064
|
return NullValue2;
|
|
2880
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 || {});
|
|
2881
3095
|
var Status = /* @__PURE__ */ ((Status2) => {
|
|
2882
3096
|
Status2["UNKNOWN"] = "UNKNOWN";
|
|
2883
3097
|
Status2["PUBLISHED"] = "PUBLISHED";
|
|
@@ -4109,6 +4323,12 @@ var onCommentContentChanged = (0, import_sdk_types.EventDefinition)(
|
|
|
4109
4323
|
{
|
|
4110
4324
|
path: "data.previousContent.richContent.nodes.audioData.coverImage.duration"
|
|
4111
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
|
+
},
|
|
4112
4332
|
{
|
|
4113
4333
|
path: "data.currentContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4114
4334
|
},
|
|
@@ -4153,6 +4373,12 @@ var onCommentContentChanged = (0, import_sdk_types.EventDefinition)(
|
|
|
4153
4373
|
},
|
|
4154
4374
|
{
|
|
4155
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"
|
|
4156
4382
|
}
|
|
4157
4383
|
]
|
|
4158
4384
|
},
|
|
@@ -4263,6 +4489,12 @@ var onCommentHidden = (0, import_sdk_types.EventDefinition)(
|
|
|
4263
4489
|
{
|
|
4264
4490
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4265
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
|
+
},
|
|
4266
4498
|
{
|
|
4267
4499
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4268
4500
|
},
|
|
@@ -4307,6 +4539,12 @@ var onCommentHidden = (0, import_sdk_types.EventDefinition)(
|
|
|
4307
4539
|
},
|
|
4308
4540
|
{
|
|
4309
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"
|
|
4310
4548
|
}
|
|
4311
4549
|
]
|
|
4312
4550
|
},
|
|
@@ -4417,6 +4655,12 @@ var onCommentMarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4417
4655
|
{
|
|
4418
4656
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4419
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
|
+
},
|
|
4420
4664
|
{
|
|
4421
4665
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4422
4666
|
},
|
|
@@ -4461,6 +4705,12 @@ var onCommentMarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4461
4705
|
},
|
|
4462
4706
|
{
|
|
4463
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"
|
|
4464
4714
|
}
|
|
4465
4715
|
]
|
|
4466
4716
|
},
|
|
@@ -4571,6 +4821,12 @@ var onCommentMoved = (0, import_sdk_types.EventDefinition)(
|
|
|
4571
4821
|
{
|
|
4572
4822
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4573
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
|
+
},
|
|
4574
4830
|
{
|
|
4575
4831
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4576
4832
|
},
|
|
@@ -4615,6 +4871,12 @@ var onCommentMoved = (0, import_sdk_types.EventDefinition)(
|
|
|
4615
4871
|
},
|
|
4616
4872
|
{
|
|
4617
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"
|
|
4618
4880
|
}
|
|
4619
4881
|
]
|
|
4620
4882
|
},
|
|
@@ -4725,6 +4987,12 @@ var onCommentPublished = (0, import_sdk_types.EventDefinition)(
|
|
|
4725
4987
|
{
|
|
4726
4988
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4727
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
|
+
},
|
|
4728
4996
|
{
|
|
4729
4997
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4730
4998
|
},
|
|
@@ -4769,6 +5037,12 @@ var onCommentPublished = (0, import_sdk_types.EventDefinition)(
|
|
|
4769
5037
|
},
|
|
4770
5038
|
{
|
|
4771
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"
|
|
4772
5046
|
}
|
|
4773
5047
|
]
|
|
4774
5048
|
},
|
|
@@ -4879,6 +5153,12 @@ var onCommentUnmarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4879
5153
|
{
|
|
4880
5154
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4881
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
|
+
},
|
|
4882
5162
|
{
|
|
4883
5163
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4884
5164
|
},
|
|
@@ -4923,6 +5203,12 @@ var onCommentUnmarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4923
5203
|
},
|
|
4924
5204
|
{
|
|
4925
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"
|
|
4926
5212
|
}
|
|
4927
5213
|
]
|
|
4928
5214
|
},
|
|
@@ -5029,6 +5315,12 @@ var onCommentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
5029
5315
|
{
|
|
5030
5316
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
5031
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
|
+
},
|
|
5032
5324
|
{
|
|
5033
5325
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5034
5326
|
},
|
|
@@ -5073,6 +5365,12 @@ var onCommentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
5073
5365
|
},
|
|
5074
5366
|
{
|
|
5075
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"
|
|
5076
5374
|
}
|
|
5077
5375
|
]
|
|
5078
5376
|
},
|
|
@@ -5179,6 +5477,12 @@ var onCommentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
5179
5477
|
{
|
|
5180
5478
|
path: "undefined.content.richContent.nodes.audioData.coverImage.duration"
|
|
5181
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
|
+
},
|
|
5182
5486
|
{
|
|
5183
5487
|
path: "undefined.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5184
5488
|
},
|
|
@@ -5223,6 +5527,12 @@ var onCommentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
5223
5527
|
},
|
|
5224
5528
|
{
|
|
5225
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"
|
|
5226
5536
|
}
|
|
5227
5537
|
]
|
|
5228
5538
|
},
|
|
@@ -5341,6 +5651,12 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
5341
5651
|
{
|
|
5342
5652
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
5343
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
|
+
},
|
|
5344
5660
|
{
|
|
5345
5661
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5346
5662
|
},
|
|
@@ -5385,6 +5701,12 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
5385
5701
|
},
|
|
5386
5702
|
{
|
|
5387
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"
|
|
5388
5710
|
}
|
|
5389
5711
|
]
|
|
5390
5712
|
},
|
|
@@ -5469,6 +5791,7 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
5469
5791
|
DividerDataAlignment,
|
|
5470
5792
|
FontType,
|
|
5471
5793
|
GIFType,
|
|
5794
|
+
ImagePosition,
|
|
5472
5795
|
InitialExpandedItems,
|
|
5473
5796
|
Layout,
|
|
5474
5797
|
LayoutType,
|
|
@@ -5485,6 +5808,8 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
5485
5808
|
Position,
|
|
5486
5809
|
ReplySortOrder,
|
|
5487
5810
|
Resizing,
|
|
5811
|
+
ResponsivenessBehaviour,
|
|
5812
|
+
Scaling,
|
|
5488
5813
|
SortOrder,
|
|
5489
5814
|
Source,
|
|
5490
5815
|
Status,
|
|
@@ -5495,6 +5820,7 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
5495
5820
|
Type,
|
|
5496
5821
|
VersioningMode,
|
|
5497
5822
|
VerticalAlignment,
|
|
5823
|
+
VerticalAlignmentAlignment,
|
|
5498
5824
|
ViewMode,
|
|
5499
5825
|
ViewRole,
|
|
5500
5826
|
VoteRole,
|