@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
|
@@ -146,6 +146,12 @@ function createComment(payload) {
|
|
|
146
146
|
{
|
|
147
147
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
148
148
|
},
|
|
149
|
+
{
|
|
150
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
154
|
+
},
|
|
149
155
|
{
|
|
150
156
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
151
157
|
},
|
|
@@ -190,6 +196,12 @@ function createComment(payload) {
|
|
|
190
196
|
},
|
|
191
197
|
{
|
|
192
198
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
193
205
|
}
|
|
194
206
|
]
|
|
195
207
|
}
|
|
@@ -299,6 +311,12 @@ function createComment(payload) {
|
|
|
299
311
|
{
|
|
300
312
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
301
313
|
},
|
|
314
|
+
{
|
|
315
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
319
|
+
},
|
|
302
320
|
{
|
|
303
321
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
304
322
|
},
|
|
@@ -343,6 +361,12 @@ function createComment(payload) {
|
|
|
343
361
|
},
|
|
344
362
|
{
|
|
345
363
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
346
370
|
}
|
|
347
371
|
]
|
|
348
372
|
}
|
|
@@ -459,6 +483,12 @@ function getComment(payload) {
|
|
|
459
483
|
{
|
|
460
484
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
461
485
|
},
|
|
486
|
+
{
|
|
487
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
491
|
+
},
|
|
462
492
|
{
|
|
463
493
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
464
494
|
},
|
|
@@ -503,6 +533,12 @@ function getComment(payload) {
|
|
|
503
533
|
},
|
|
504
534
|
{
|
|
505
535
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
506
542
|
}
|
|
507
543
|
]
|
|
508
544
|
}
|
|
@@ -593,6 +629,12 @@ function updateComment(payload) {
|
|
|
593
629
|
{
|
|
594
630
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
595
631
|
},
|
|
632
|
+
{
|
|
633
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
637
|
+
},
|
|
596
638
|
{
|
|
597
639
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
598
640
|
},
|
|
@@ -637,6 +679,12 @@ function updateComment(payload) {
|
|
|
637
679
|
},
|
|
638
680
|
{
|
|
639
681
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
640
688
|
}
|
|
641
689
|
]
|
|
642
690
|
}
|
|
@@ -746,6 +794,12 @@ function updateComment(payload) {
|
|
|
746
794
|
{
|
|
747
795
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
748
796
|
},
|
|
797
|
+
{
|
|
798
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
802
|
+
},
|
|
749
803
|
{
|
|
750
804
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
751
805
|
},
|
|
@@ -790,6 +844,12 @@ function updateComment(payload) {
|
|
|
790
844
|
},
|
|
791
845
|
{
|
|
792
846
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
793
853
|
}
|
|
794
854
|
]
|
|
795
855
|
}
|
|
@@ -927,6 +987,12 @@ function moderateDraftContent(payload) {
|
|
|
927
987
|
{
|
|
928
988
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
929
989
|
},
|
|
990
|
+
{
|
|
991
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
995
|
+
},
|
|
930
996
|
{
|
|
931
997
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
932
998
|
},
|
|
@@ -971,6 +1037,12 @@ function moderateDraftContent(payload) {
|
|
|
971
1037
|
},
|
|
972
1038
|
{
|
|
973
1039
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
974
1046
|
}
|
|
975
1047
|
]
|
|
976
1048
|
}
|
|
@@ -1091,6 +1163,12 @@ function queryComments(payload) {
|
|
|
1091
1163
|
{
|
|
1092
1164
|
path: "comments.content.richContent.nodes.audioData.coverImage.duration"
|
|
1093
1165
|
},
|
|
1166
|
+
{
|
|
1167
|
+
path: "comments.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1171
|
+
},
|
|
1094
1172
|
{
|
|
1095
1173
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1096
1174
|
},
|
|
@@ -1135,6 +1213,12 @@ function queryComments(payload) {
|
|
|
1135
1213
|
},
|
|
1136
1214
|
{
|
|
1137
1215
|
path: "comments.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1138
1222
|
}
|
|
1139
1223
|
]
|
|
1140
1224
|
}
|
|
@@ -1251,6 +1335,12 @@ function markComment(payload) {
|
|
|
1251
1335
|
{
|
|
1252
1336
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
1253
1337
|
},
|
|
1338
|
+
{
|
|
1339
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1343
|
+
},
|
|
1254
1344
|
{
|
|
1255
1345
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1256
1346
|
},
|
|
@@ -1295,6 +1385,12 @@ function markComment(payload) {
|
|
|
1295
1385
|
},
|
|
1296
1386
|
{
|
|
1297
1387
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1298
1394
|
}
|
|
1299
1395
|
]
|
|
1300
1396
|
}
|
|
@@ -1411,6 +1507,12 @@ function unmarkComment(payload) {
|
|
|
1411
1507
|
{
|
|
1412
1508
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
1413
1509
|
},
|
|
1510
|
+
{
|
|
1511
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1515
|
+
},
|
|
1414
1516
|
{
|
|
1415
1517
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1416
1518
|
},
|
|
@@ -1455,6 +1557,12 @@ function unmarkComment(payload) {
|
|
|
1455
1557
|
},
|
|
1456
1558
|
{
|
|
1457
1559
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1458
1566
|
}
|
|
1459
1567
|
]
|
|
1460
1568
|
}
|
|
@@ -1571,6 +1679,12 @@ function hideComment(payload) {
|
|
|
1571
1679
|
{
|
|
1572
1680
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
1573
1681
|
},
|
|
1682
|
+
{
|
|
1683
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1687
|
+
},
|
|
1574
1688
|
{
|
|
1575
1689
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1576
1690
|
},
|
|
@@ -1615,6 +1729,12 @@ function hideComment(payload) {
|
|
|
1615
1729
|
},
|
|
1616
1730
|
{
|
|
1617
1731
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1618
1738
|
}
|
|
1619
1739
|
]
|
|
1620
1740
|
}
|
|
@@ -1731,6 +1851,12 @@ function publishComment(payload) {
|
|
|
1731
1851
|
{
|
|
1732
1852
|
path: "comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
1733
1853
|
},
|
|
1854
|
+
{
|
|
1855
|
+
path: "comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
path: "comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1859
|
+
},
|
|
1734
1860
|
{
|
|
1735
1861
|
path: "comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1736
1862
|
},
|
|
@@ -1775,6 +1901,12 @@ function publishComment(payload) {
|
|
|
1775
1901
|
},
|
|
1776
1902
|
{
|
|
1777
1903
|
path: "comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
path: "comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1778
1910
|
}
|
|
1779
1911
|
]
|
|
1780
1912
|
}
|
|
@@ -1963,6 +2095,12 @@ function listCommentsByResource(payload) {
|
|
|
1963
2095
|
{
|
|
1964
2096
|
path: "comments.content.richContent.nodes.audioData.coverImage.duration"
|
|
1965
2097
|
},
|
|
2098
|
+
{
|
|
2099
|
+
path: "comments.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2103
|
+
},
|
|
1966
2104
|
{
|
|
1967
2105
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
1968
2106
|
},
|
|
@@ -2008,6 +2146,12 @@ function listCommentsByResource(payload) {
|
|
|
2008
2146
|
{
|
|
2009
2147
|
path: "comments.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
2010
2148
|
},
|
|
2149
|
+
{
|
|
2150
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2154
|
+
},
|
|
2011
2155
|
{
|
|
2012
2156
|
path: "commentReplies.*.replies.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
2013
2157
|
},
|
|
@@ -2053,6 +2197,12 @@ function listCommentsByResource(payload) {
|
|
|
2053
2197
|
{
|
|
2054
2198
|
path: "commentReplies.*.replies.content.richContent.nodes.audioData.coverImage.duration"
|
|
2055
2199
|
},
|
|
2200
|
+
{
|
|
2201
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2205
|
+
},
|
|
2056
2206
|
{
|
|
2057
2207
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2058
2208
|
},
|
|
@@ -2097,6 +2247,12 @@ function listCommentsByResource(payload) {
|
|
|
2097
2247
|
},
|
|
2098
2248
|
{
|
|
2099
2249
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2100
2256
|
}
|
|
2101
2257
|
]
|
|
2102
2258
|
}
|
|
@@ -2264,6 +2420,12 @@ function getCommentThread(payload) {
|
|
|
2264
2420
|
{
|
|
2265
2421
|
path: "comments.content.richContent.nodes.audioData.coverImage.duration"
|
|
2266
2422
|
},
|
|
2423
|
+
{
|
|
2424
|
+
path: "comments.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
path: "comments.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2428
|
+
},
|
|
2267
2429
|
{
|
|
2268
2430
|
path: "comments.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2269
2431
|
},
|
|
@@ -2309,6 +2471,12 @@ function getCommentThread(payload) {
|
|
|
2309
2471
|
{
|
|
2310
2472
|
path: "comments.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
2311
2473
|
},
|
|
2474
|
+
{
|
|
2475
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
path: "comments.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2479
|
+
},
|
|
2312
2480
|
{
|
|
2313
2481
|
path: "commentReplies.*.replies.content.richContent.nodes.galleryData.items.image.media.duration"
|
|
2314
2482
|
},
|
|
@@ -2354,6 +2522,12 @@ function getCommentThread(payload) {
|
|
|
2354
2522
|
{
|
|
2355
2523
|
path: "commentReplies.*.replies.content.richContent.nodes.audioData.coverImage.duration"
|
|
2356
2524
|
},
|
|
2525
|
+
{
|
|
2526
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2527
|
+
},
|
|
2528
|
+
{
|
|
2529
|
+
path: "commentReplies.*.replies.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2530
|
+
},
|
|
2357
2531
|
{
|
|
2358
2532
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
2359
2533
|
},
|
|
@@ -2398,6 +2572,12 @@ function getCommentThread(payload) {
|
|
|
2398
2572
|
},
|
|
2399
2573
|
{
|
|
2400
2574
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2401
2581
|
}
|
|
2402
2582
|
]
|
|
2403
2583
|
}
|
|
@@ -2785,6 +2965,35 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
2785
2965
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
2786
2966
|
return NullValue2;
|
|
2787
2967
|
})(NullValue || {});
|
|
2968
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
2969
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2970
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2971
|
+
Scaling2["COVER"] = "COVER";
|
|
2972
|
+
return Scaling2;
|
|
2973
|
+
})(Scaling || {});
|
|
2974
|
+
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
2975
|
+
ImagePosition2["CENTER"] = "CENTER";
|
|
2976
|
+
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
2977
|
+
ImagePosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
2978
|
+
ImagePosition2["TOP"] = "TOP";
|
|
2979
|
+
ImagePosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
2980
|
+
ImagePosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
2981
|
+
ImagePosition2["BOTTOM"] = "BOTTOM";
|
|
2982
|
+
ImagePosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2983
|
+
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2984
|
+
return ImagePosition2;
|
|
2985
|
+
})(ImagePosition || {});
|
|
2986
|
+
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
2987
|
+
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
2988
|
+
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
2989
|
+
VerticalAlignmentAlignment2["BOTTOM"] = "BOTTOM";
|
|
2990
|
+
return VerticalAlignmentAlignment2;
|
|
2991
|
+
})(VerticalAlignmentAlignment || {});
|
|
2992
|
+
var ResponsivenessBehaviour = /* @__PURE__ */ ((ResponsivenessBehaviour2) => {
|
|
2993
|
+
ResponsivenessBehaviour2["STACK"] = "STACK";
|
|
2994
|
+
ResponsivenessBehaviour2["WRAP"] = "WRAP";
|
|
2995
|
+
return ResponsivenessBehaviour2;
|
|
2996
|
+
})(ResponsivenessBehaviour || {});
|
|
2788
2997
|
var Status = /* @__PURE__ */ ((Status2) => {
|
|
2789
2998
|
Status2["UNKNOWN"] = "UNKNOWN";
|
|
2790
2999
|
Status2["PUBLISHED"] = "PUBLISHED";
|
|
@@ -3165,11 +3374,14 @@ async function moderateDraftContent2(commentId, revision, options) {
|
|
|
3165
3374
|
throw transformedError;
|
|
3166
3375
|
}
|
|
3167
3376
|
}
|
|
3168
|
-
function queryComments2(
|
|
3377
|
+
function queryComments2(options) {
|
|
3169
3378
|
const { httpClient, sideEffects } = arguments[1];
|
|
3170
3379
|
return queryBuilder({
|
|
3171
3380
|
func: async (payload) => {
|
|
3172
|
-
const reqOpts = queryComments(
|
|
3381
|
+
const reqOpts = queryComments({
|
|
3382
|
+
...payload,
|
|
3383
|
+
...options
|
|
3384
|
+
});
|
|
3173
3385
|
sideEffects?.onSiteCall?.();
|
|
3174
3386
|
try {
|
|
3175
3387
|
const result = await httpClient.request(reqOpts);
|
|
@@ -3181,9 +3393,9 @@ function queryComments2(appId) {
|
|
|
3181
3393
|
}
|
|
3182
3394
|
},
|
|
3183
3395
|
requestTransformer: (query) => {
|
|
3184
|
-
const args = [query,
|
|
3396
|
+
const args = [query, options];
|
|
3185
3397
|
return renameKeysFromSDKRequestToRESTRequest(
|
|
3186
|
-
{
|
|
3398
|
+
{ ...args?.[1], query: args?.[0] },
|
|
3187
3399
|
[]
|
|
3188
3400
|
);
|
|
3189
3401
|
},
|
|
@@ -3229,7 +3441,7 @@ function queryComments2(appId) {
|
|
|
3229
3441
|
errorTransformer: (err) => {
|
|
3230
3442
|
const transformedError = sdkTransformError(err, {
|
|
3231
3443
|
spreadPathsToArguments: {},
|
|
3232
|
-
explicitPathsToArguments: {
|
|
3444
|
+
explicitPathsToArguments: { query: "$[0]" },
|
|
3233
3445
|
singleArgumentUnchanged: false
|
|
3234
3446
|
});
|
|
3235
3447
|
throw transformedError;
|
|
@@ -3845,8 +4057,8 @@ function moderateDraftContent3(httpClient) {
|
|
|
3845
4057
|
);
|
|
3846
4058
|
}
|
|
3847
4059
|
function queryComments3(httpClient) {
|
|
3848
|
-
return (
|
|
3849
|
-
|
|
4060
|
+
return (options) => queryComments2(
|
|
4061
|
+
options,
|
|
3850
4062
|
// @ts-ignore
|
|
3851
4063
|
{ httpClient }
|
|
3852
4064
|
);
|
|
@@ -4016,6 +4228,12 @@ var onCommentContentChanged = EventDefinition(
|
|
|
4016
4228
|
{
|
|
4017
4229
|
path: "data.previousContent.richContent.nodes.audioData.coverImage.duration"
|
|
4018
4230
|
},
|
|
4231
|
+
{
|
|
4232
|
+
path: "data.previousContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
path: "data.previousContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4236
|
+
},
|
|
4019
4237
|
{
|
|
4020
4238
|
path: "data.currentContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4021
4239
|
},
|
|
@@ -4060,6 +4278,12 @@ var onCommentContentChanged = EventDefinition(
|
|
|
4060
4278
|
},
|
|
4061
4279
|
{
|
|
4062
4280
|
path: "data.currentContent.richContent.nodes.audioData.coverImage.duration"
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
path: "data.currentContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
path: "data.currentContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4063
4287
|
}
|
|
4064
4288
|
]
|
|
4065
4289
|
},
|
|
@@ -4170,6 +4394,12 @@ var onCommentHidden = EventDefinition(
|
|
|
4170
4394
|
{
|
|
4171
4395
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4172
4396
|
},
|
|
4397
|
+
{
|
|
4398
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4402
|
+
},
|
|
4173
4403
|
{
|
|
4174
4404
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4175
4405
|
},
|
|
@@ -4214,6 +4444,12 @@ var onCommentHidden = EventDefinition(
|
|
|
4214
4444
|
},
|
|
4215
4445
|
{
|
|
4216
4446
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4447
|
+
},
|
|
4448
|
+
{
|
|
4449
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4450
|
+
},
|
|
4451
|
+
{
|
|
4452
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4217
4453
|
}
|
|
4218
4454
|
]
|
|
4219
4455
|
},
|
|
@@ -4324,6 +4560,12 @@ var onCommentMarked = EventDefinition(
|
|
|
4324
4560
|
{
|
|
4325
4561
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4326
4562
|
},
|
|
4563
|
+
{
|
|
4564
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4565
|
+
},
|
|
4566
|
+
{
|
|
4567
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4568
|
+
},
|
|
4327
4569
|
{
|
|
4328
4570
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4329
4571
|
},
|
|
@@ -4368,6 +4610,12 @@ var onCommentMarked = EventDefinition(
|
|
|
4368
4610
|
},
|
|
4369
4611
|
{
|
|
4370
4612
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4613
|
+
},
|
|
4614
|
+
{
|
|
4615
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4616
|
+
},
|
|
4617
|
+
{
|
|
4618
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4371
4619
|
}
|
|
4372
4620
|
]
|
|
4373
4621
|
},
|
|
@@ -4478,6 +4726,12 @@ var onCommentMoved = EventDefinition(
|
|
|
4478
4726
|
{
|
|
4479
4727
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4480
4728
|
},
|
|
4729
|
+
{
|
|
4730
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4734
|
+
},
|
|
4481
4735
|
{
|
|
4482
4736
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4483
4737
|
},
|
|
@@ -4522,6 +4776,12 @@ var onCommentMoved = EventDefinition(
|
|
|
4522
4776
|
},
|
|
4523
4777
|
{
|
|
4524
4778
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4782
|
+
},
|
|
4783
|
+
{
|
|
4784
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4525
4785
|
}
|
|
4526
4786
|
]
|
|
4527
4787
|
},
|
|
@@ -4632,6 +4892,12 @@ var onCommentPublished = EventDefinition(
|
|
|
4632
4892
|
{
|
|
4633
4893
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4634
4894
|
},
|
|
4895
|
+
{
|
|
4896
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4897
|
+
},
|
|
4898
|
+
{
|
|
4899
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4900
|
+
},
|
|
4635
4901
|
{
|
|
4636
4902
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4637
4903
|
},
|
|
@@ -4676,6 +4942,12 @@ var onCommentPublished = EventDefinition(
|
|
|
4676
4942
|
},
|
|
4677
4943
|
{
|
|
4678
4944
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4945
|
+
},
|
|
4946
|
+
{
|
|
4947
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4948
|
+
},
|
|
4949
|
+
{
|
|
4950
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4679
4951
|
}
|
|
4680
4952
|
]
|
|
4681
4953
|
},
|
|
@@ -4786,6 +5058,12 @@ var onCommentUnmarked = EventDefinition(
|
|
|
4786
5058
|
{
|
|
4787
5059
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4788
5060
|
},
|
|
5061
|
+
{
|
|
5062
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5063
|
+
},
|
|
5064
|
+
{
|
|
5065
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5066
|
+
},
|
|
4789
5067
|
{
|
|
4790
5068
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4791
5069
|
},
|
|
@@ -4830,6 +5108,12 @@ var onCommentUnmarked = EventDefinition(
|
|
|
4830
5108
|
},
|
|
4831
5109
|
{
|
|
4832
5110
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5111
|
+
},
|
|
5112
|
+
{
|
|
5113
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5114
|
+
},
|
|
5115
|
+
{
|
|
5116
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4833
5117
|
}
|
|
4834
5118
|
]
|
|
4835
5119
|
},
|
|
@@ -4936,6 +5220,12 @@ var onCommentCreated = EventDefinition(
|
|
|
4936
5220
|
{
|
|
4937
5221
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
4938
5222
|
},
|
|
5223
|
+
{
|
|
5224
|
+
path: "entity.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5225
|
+
},
|
|
5226
|
+
{
|
|
5227
|
+
path: "entity.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5228
|
+
},
|
|
4939
5229
|
{
|
|
4940
5230
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4941
5231
|
},
|
|
@@ -4980,6 +5270,12 @@ var onCommentCreated = EventDefinition(
|
|
|
4980
5270
|
},
|
|
4981
5271
|
{
|
|
4982
5272
|
path: "entity.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5276
|
+
},
|
|
5277
|
+
{
|
|
5278
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4983
5279
|
}
|
|
4984
5280
|
]
|
|
4985
5281
|
},
|
|
@@ -5086,6 +5382,12 @@ var onCommentDeleted = EventDefinition(
|
|
|
5086
5382
|
{
|
|
5087
5383
|
path: "undefined.content.richContent.nodes.audioData.coverImage.duration"
|
|
5088
5384
|
},
|
|
5385
|
+
{
|
|
5386
|
+
path: "undefined.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5387
|
+
},
|
|
5388
|
+
{
|
|
5389
|
+
path: "undefined.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5390
|
+
},
|
|
5089
5391
|
{
|
|
5090
5392
|
path: "undefined.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5091
5393
|
},
|
|
@@ -5130,6 +5432,12 @@ var onCommentDeleted = EventDefinition(
|
|
|
5130
5432
|
},
|
|
5131
5433
|
{
|
|
5132
5434
|
path: "undefined.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5435
|
+
},
|
|
5436
|
+
{
|
|
5437
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5438
|
+
},
|
|
5439
|
+
{
|
|
5440
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5133
5441
|
}
|
|
5134
5442
|
]
|
|
5135
5443
|
},
|
|
@@ -5248,6 +5556,12 @@ var onCommentUpdated = EventDefinition(
|
|
|
5248
5556
|
{
|
|
5249
5557
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
5250
5558
|
},
|
|
5559
|
+
{
|
|
5560
|
+
path: "entity.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5561
|
+
},
|
|
5562
|
+
{
|
|
5563
|
+
path: "entity.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5564
|
+
},
|
|
5251
5565
|
{
|
|
5252
5566
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5253
5567
|
},
|
|
@@ -5292,6 +5606,12 @@ var onCommentUpdated = EventDefinition(
|
|
|
5292
5606
|
},
|
|
5293
5607
|
{
|
|
5294
5608
|
path: "entity.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5609
|
+
},
|
|
5610
|
+
{
|
|
5611
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5612
|
+
},
|
|
5613
|
+
{
|
|
5614
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5295
5615
|
}
|
|
5296
5616
|
]
|
|
5297
5617
|
},
|
|
@@ -5375,6 +5695,7 @@ export {
|
|
|
5375
5695
|
DividerDataAlignment,
|
|
5376
5696
|
FontType,
|
|
5377
5697
|
GIFType,
|
|
5698
|
+
ImagePosition,
|
|
5378
5699
|
InitialExpandedItems,
|
|
5379
5700
|
Layout,
|
|
5380
5701
|
LayoutType,
|
|
@@ -5391,6 +5712,8 @@ export {
|
|
|
5391
5712
|
Position,
|
|
5392
5713
|
ReplySortOrder,
|
|
5393
5714
|
Resizing,
|
|
5715
|
+
ResponsivenessBehaviour,
|
|
5716
|
+
Scaling,
|
|
5394
5717
|
SortOrder,
|
|
5395
5718
|
Source,
|
|
5396
5719
|
Status,
|
|
@@ -5401,6 +5724,7 @@ export {
|
|
|
5401
5724
|
Type,
|
|
5402
5725
|
VersioningMode,
|
|
5403
5726
|
VerticalAlignment,
|
|
5727
|
+
VerticalAlignmentAlignment,
|
|
5404
5728
|
ViewMode,
|
|
5405
5729
|
ViewRole,
|
|
5406
5730
|
VoteRole,
|