@wix/auto_sdk_comments_comments 1.0.31 → 1.0.33
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 +4 -5
- package/build/cjs/index.js +335 -7
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +117 -6
- package/build/cjs/index.typings.js +225 -5
- 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 +4 -5
- package/build/es/index.mjs +331 -7
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +117 -6
- package/build/es/index.typings.mjs +221 -5
- 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 +4 -5
- package/build/internal/cjs/index.js +335 -7
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +117 -6
- package/build/internal/cjs/index.typings.js +225 -5
- 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 +4 -5
- package/build/internal/es/index.mjs +331 -7
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +117 -6
- package/build/internal/es/index.typings.mjs +221 -5
- 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";
|
|
@@ -3259,11 +3472,14 @@ async function moderateDraftContent2(commentId, revision, options) {
|
|
|
3259
3472
|
throw transformedError;
|
|
3260
3473
|
}
|
|
3261
3474
|
}
|
|
3262
|
-
function queryComments2(
|
|
3475
|
+
function queryComments2(options) {
|
|
3263
3476
|
const { httpClient, sideEffects } = arguments[1];
|
|
3264
3477
|
return (0, import_query_builder.queryBuilder)({
|
|
3265
3478
|
func: async (payload) => {
|
|
3266
|
-
const reqOpts = queryComments(
|
|
3479
|
+
const reqOpts = queryComments({
|
|
3480
|
+
...payload,
|
|
3481
|
+
...options
|
|
3482
|
+
});
|
|
3267
3483
|
sideEffects?.onSiteCall?.();
|
|
3268
3484
|
try {
|
|
3269
3485
|
const result = await httpClient.request(reqOpts);
|
|
@@ -3275,9 +3491,9 @@ function queryComments2(appId) {
|
|
|
3275
3491
|
}
|
|
3276
3492
|
},
|
|
3277
3493
|
requestTransformer: (query) => {
|
|
3278
|
-
const args = [query,
|
|
3494
|
+
const args = [query, options];
|
|
3279
3495
|
return (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)(
|
|
3280
|
-
{
|
|
3496
|
+
{ ...args?.[1], query: args?.[0] },
|
|
3281
3497
|
[]
|
|
3282
3498
|
);
|
|
3283
3499
|
},
|
|
@@ -3323,7 +3539,7 @@ function queryComments2(appId) {
|
|
|
3323
3539
|
errorTransformer: (err) => {
|
|
3324
3540
|
const transformedError = (0, import_transform_error.transformError)(err, {
|
|
3325
3541
|
spreadPathsToArguments: {},
|
|
3326
|
-
explicitPathsToArguments: {
|
|
3542
|
+
explicitPathsToArguments: { query: "$[0]" },
|
|
3327
3543
|
singleArgumentUnchanged: false
|
|
3328
3544
|
});
|
|
3329
3545
|
throw transformedError;
|
|
@@ -3939,8 +4155,8 @@ function moderateDraftContent3(httpClient) {
|
|
|
3939
4155
|
);
|
|
3940
4156
|
}
|
|
3941
4157
|
function queryComments3(httpClient) {
|
|
3942
|
-
return (
|
|
3943
|
-
|
|
4158
|
+
return (options) => queryComments2(
|
|
4159
|
+
options,
|
|
3944
4160
|
// @ts-ignore
|
|
3945
4161
|
{ httpClient }
|
|
3946
4162
|
);
|
|
@@ -4110,6 +4326,12 @@ var onCommentContentChanged = (0, import_sdk_types.EventDefinition)(
|
|
|
4110
4326
|
{
|
|
4111
4327
|
path: "data.previousContent.richContent.nodes.audioData.coverImage.duration"
|
|
4112
4328
|
},
|
|
4329
|
+
{
|
|
4330
|
+
path: "data.previousContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
path: "data.previousContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4334
|
+
},
|
|
4113
4335
|
{
|
|
4114
4336
|
path: "data.currentContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4115
4337
|
},
|
|
@@ -4154,6 +4376,12 @@ var onCommentContentChanged = (0, import_sdk_types.EventDefinition)(
|
|
|
4154
4376
|
},
|
|
4155
4377
|
{
|
|
4156
4378
|
path: "data.currentContent.richContent.nodes.audioData.coverImage.duration"
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
path: "data.currentContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
path: "data.currentContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4157
4385
|
}
|
|
4158
4386
|
]
|
|
4159
4387
|
},
|
|
@@ -4264,6 +4492,12 @@ var onCommentHidden = (0, import_sdk_types.EventDefinition)(
|
|
|
4264
4492
|
{
|
|
4265
4493
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4266
4494
|
},
|
|
4495
|
+
{
|
|
4496
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4497
|
+
},
|
|
4498
|
+
{
|
|
4499
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4500
|
+
},
|
|
4267
4501
|
{
|
|
4268
4502
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4269
4503
|
},
|
|
@@ -4308,6 +4542,12 @@ var onCommentHidden = (0, import_sdk_types.EventDefinition)(
|
|
|
4308
4542
|
},
|
|
4309
4543
|
{
|
|
4310
4544
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4548
|
+
},
|
|
4549
|
+
{
|
|
4550
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4311
4551
|
}
|
|
4312
4552
|
]
|
|
4313
4553
|
},
|
|
@@ -4418,6 +4658,12 @@ var onCommentMarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4418
4658
|
{
|
|
4419
4659
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4420
4660
|
},
|
|
4661
|
+
{
|
|
4662
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4663
|
+
},
|
|
4664
|
+
{
|
|
4665
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4666
|
+
},
|
|
4421
4667
|
{
|
|
4422
4668
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4423
4669
|
},
|
|
@@ -4462,6 +4708,12 @@ var onCommentMarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4462
4708
|
},
|
|
4463
4709
|
{
|
|
4464
4710
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4465
4717
|
}
|
|
4466
4718
|
]
|
|
4467
4719
|
},
|
|
@@ -4572,6 +4824,12 @@ var onCommentMoved = (0, import_sdk_types.EventDefinition)(
|
|
|
4572
4824
|
{
|
|
4573
4825
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4574
4826
|
},
|
|
4827
|
+
{
|
|
4828
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4829
|
+
},
|
|
4830
|
+
{
|
|
4831
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4832
|
+
},
|
|
4575
4833
|
{
|
|
4576
4834
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4577
4835
|
},
|
|
@@ -4616,6 +4874,12 @@ var onCommentMoved = (0, import_sdk_types.EventDefinition)(
|
|
|
4616
4874
|
},
|
|
4617
4875
|
{
|
|
4618
4876
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4877
|
+
},
|
|
4878
|
+
{
|
|
4879
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4880
|
+
},
|
|
4881
|
+
{
|
|
4882
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4619
4883
|
}
|
|
4620
4884
|
]
|
|
4621
4885
|
},
|
|
@@ -4726,6 +4990,12 @@ var onCommentPublished = (0, import_sdk_types.EventDefinition)(
|
|
|
4726
4990
|
{
|
|
4727
4991
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4728
4992
|
},
|
|
4993
|
+
{
|
|
4994
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4998
|
+
},
|
|
4729
4999
|
{
|
|
4730
5000
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4731
5001
|
},
|
|
@@ -4770,6 +5040,12 @@ var onCommentPublished = (0, import_sdk_types.EventDefinition)(
|
|
|
4770
5040
|
},
|
|
4771
5041
|
{
|
|
4772
5042
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4773
5049
|
}
|
|
4774
5050
|
]
|
|
4775
5051
|
},
|
|
@@ -4880,6 +5156,12 @@ var onCommentUnmarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4880
5156
|
{
|
|
4881
5157
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4882
5158
|
},
|
|
5159
|
+
{
|
|
5160
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5161
|
+
},
|
|
5162
|
+
{
|
|
5163
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5164
|
+
},
|
|
4883
5165
|
{
|
|
4884
5166
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4885
5167
|
},
|
|
@@ -4924,6 +5206,12 @@ var onCommentUnmarked = (0, import_sdk_types.EventDefinition)(
|
|
|
4924
5206
|
},
|
|
4925
5207
|
{
|
|
4926
5208
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5209
|
+
},
|
|
5210
|
+
{
|
|
5211
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4927
5215
|
}
|
|
4928
5216
|
]
|
|
4929
5217
|
},
|
|
@@ -5030,6 +5318,12 @@ var onCommentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
5030
5318
|
{
|
|
5031
5319
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
5032
5320
|
},
|
|
5321
|
+
{
|
|
5322
|
+
path: "entity.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5323
|
+
},
|
|
5324
|
+
{
|
|
5325
|
+
path: "entity.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5326
|
+
},
|
|
5033
5327
|
{
|
|
5034
5328
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5035
5329
|
},
|
|
@@ -5074,6 +5368,12 @@ var onCommentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
5074
5368
|
},
|
|
5075
5369
|
{
|
|
5076
5370
|
path: "entity.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5077
5377
|
}
|
|
5078
5378
|
]
|
|
5079
5379
|
},
|
|
@@ -5180,6 +5480,12 @@ var onCommentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
5180
5480
|
{
|
|
5181
5481
|
path: "undefined.content.richContent.nodes.audioData.coverImage.duration"
|
|
5182
5482
|
},
|
|
5483
|
+
{
|
|
5484
|
+
path: "undefined.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5485
|
+
},
|
|
5486
|
+
{
|
|
5487
|
+
path: "undefined.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5488
|
+
},
|
|
5183
5489
|
{
|
|
5184
5490
|
path: "undefined.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5185
5491
|
},
|
|
@@ -5224,6 +5530,12 @@ var onCommentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
5224
5530
|
},
|
|
5225
5531
|
{
|
|
5226
5532
|
path: "undefined.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5533
|
+
},
|
|
5534
|
+
{
|
|
5535
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5536
|
+
},
|
|
5537
|
+
{
|
|
5538
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5227
5539
|
}
|
|
5228
5540
|
]
|
|
5229
5541
|
},
|
|
@@ -5342,6 +5654,12 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
5342
5654
|
{
|
|
5343
5655
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
5344
5656
|
},
|
|
5657
|
+
{
|
|
5658
|
+
path: "entity.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5659
|
+
},
|
|
5660
|
+
{
|
|
5661
|
+
path: "entity.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5662
|
+
},
|
|
5345
5663
|
{
|
|
5346
5664
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5347
5665
|
},
|
|
@@ -5386,6 +5704,12 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
5386
5704
|
},
|
|
5387
5705
|
{
|
|
5388
5706
|
path: "entity.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5707
|
+
},
|
|
5708
|
+
{
|
|
5709
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5710
|
+
},
|
|
5711
|
+
{
|
|
5712
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5389
5713
|
}
|
|
5390
5714
|
]
|
|
5391
5715
|
},
|
|
@@ -5470,6 +5794,7 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
5470
5794
|
DividerDataAlignment,
|
|
5471
5795
|
FontType,
|
|
5472
5796
|
GIFType,
|
|
5797
|
+
ImagePosition,
|
|
5473
5798
|
InitialExpandedItems,
|
|
5474
5799
|
Layout,
|
|
5475
5800
|
LayoutType,
|
|
@@ -5486,6 +5811,8 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
5486
5811
|
Position,
|
|
5487
5812
|
ReplySortOrder,
|
|
5488
5813
|
Resizing,
|
|
5814
|
+
ResponsivenessBehaviour,
|
|
5815
|
+
Scaling,
|
|
5489
5816
|
SortOrder,
|
|
5490
5817
|
Source,
|
|
5491
5818
|
Status,
|
|
@@ -5496,6 +5823,7 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
5496
5823
|
Type,
|
|
5497
5824
|
VersioningMode,
|
|
5498
5825
|
VerticalAlignment,
|
|
5826
|
+
VerticalAlignmentAlignment,
|
|
5499
5827
|
ViewMode,
|
|
5500
5828
|
ViewRole,
|
|
5501
5829
|
VoteRole,
|