@wix/auto_sdk_comments_comments 1.0.31 → 1.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +325 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +109 -3
- package/build/cjs/index.typings.js +217 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +109 -3
- package/build/cjs/meta.js +217 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +321 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +109 -3
- package/build/es/index.typings.mjs +213 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +109 -3
- package/build/es/meta.mjs +213 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +325 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +109 -3
- package/build/internal/cjs/index.typings.js +217 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +109 -3
- package/build/internal/cjs/meta.js +217 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +321 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +109 -3
- package/build/internal/es/index.typings.mjs +213 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +109 -3
- package/build/internal/es/meta.mjs +213 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -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";
|
|
@@ -4016,6 +4225,12 @@ var onCommentContentChanged = EventDefinition(
|
|
|
4016
4225
|
{
|
|
4017
4226
|
path: "data.previousContent.richContent.nodes.audioData.coverImage.duration"
|
|
4018
4227
|
},
|
|
4228
|
+
{
|
|
4229
|
+
path: "data.previousContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4230
|
+
},
|
|
4231
|
+
{
|
|
4232
|
+
path: "data.previousContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4233
|
+
},
|
|
4019
4234
|
{
|
|
4020
4235
|
path: "data.currentContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4021
4236
|
},
|
|
@@ -4060,6 +4275,12 @@ var onCommentContentChanged = EventDefinition(
|
|
|
4060
4275
|
},
|
|
4061
4276
|
{
|
|
4062
4277
|
path: "data.currentContent.richContent.nodes.audioData.coverImage.duration"
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
path: "data.currentContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
path: "data.currentContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4063
4284
|
}
|
|
4064
4285
|
]
|
|
4065
4286
|
},
|
|
@@ -4170,6 +4391,12 @@ var onCommentHidden = EventDefinition(
|
|
|
4170
4391
|
{
|
|
4171
4392
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4172
4393
|
},
|
|
4394
|
+
{
|
|
4395
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4399
|
+
},
|
|
4173
4400
|
{
|
|
4174
4401
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4175
4402
|
},
|
|
@@ -4214,6 +4441,12 @@ var onCommentHidden = EventDefinition(
|
|
|
4214
4441
|
},
|
|
4215
4442
|
{
|
|
4216
4443
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4444
|
+
},
|
|
4445
|
+
{
|
|
4446
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4447
|
+
},
|
|
4448
|
+
{
|
|
4449
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4217
4450
|
}
|
|
4218
4451
|
]
|
|
4219
4452
|
},
|
|
@@ -4324,6 +4557,12 @@ var onCommentMarked = EventDefinition(
|
|
|
4324
4557
|
{
|
|
4325
4558
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4326
4559
|
},
|
|
4560
|
+
{
|
|
4561
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4562
|
+
},
|
|
4563
|
+
{
|
|
4564
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4565
|
+
},
|
|
4327
4566
|
{
|
|
4328
4567
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4329
4568
|
},
|
|
@@ -4368,6 +4607,12 @@ var onCommentMarked = EventDefinition(
|
|
|
4368
4607
|
},
|
|
4369
4608
|
{
|
|
4370
4609
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4610
|
+
},
|
|
4611
|
+
{
|
|
4612
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4613
|
+
},
|
|
4614
|
+
{
|
|
4615
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4371
4616
|
}
|
|
4372
4617
|
]
|
|
4373
4618
|
},
|
|
@@ -4478,6 +4723,12 @@ var onCommentMoved = EventDefinition(
|
|
|
4478
4723
|
{
|
|
4479
4724
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4480
4725
|
},
|
|
4726
|
+
{
|
|
4727
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4728
|
+
},
|
|
4729
|
+
{
|
|
4730
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4731
|
+
},
|
|
4481
4732
|
{
|
|
4482
4733
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4483
4734
|
},
|
|
@@ -4522,6 +4773,12 @@ var onCommentMoved = EventDefinition(
|
|
|
4522
4773
|
},
|
|
4523
4774
|
{
|
|
4524
4775
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4776
|
+
},
|
|
4777
|
+
{
|
|
4778
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4525
4782
|
}
|
|
4526
4783
|
]
|
|
4527
4784
|
},
|
|
@@ -4632,6 +4889,12 @@ var onCommentPublished = EventDefinition(
|
|
|
4632
4889
|
{
|
|
4633
4890
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4634
4891
|
},
|
|
4892
|
+
{
|
|
4893
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4897
|
+
},
|
|
4635
4898
|
{
|
|
4636
4899
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4637
4900
|
},
|
|
@@ -4676,6 +4939,12 @@ var onCommentPublished = EventDefinition(
|
|
|
4676
4939
|
},
|
|
4677
4940
|
{
|
|
4678
4941
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
4942
|
+
},
|
|
4943
|
+
{
|
|
4944
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
4945
|
+
},
|
|
4946
|
+
{
|
|
4947
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4679
4948
|
}
|
|
4680
4949
|
]
|
|
4681
4950
|
},
|
|
@@ -4786,6 +5055,12 @@ var onCommentUnmarked = EventDefinition(
|
|
|
4786
5055
|
{
|
|
4787
5056
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4788
5057
|
},
|
|
5058
|
+
{
|
|
5059
|
+
path: "data.comment.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
path: "data.comment.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5063
|
+
},
|
|
4789
5064
|
{
|
|
4790
5065
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4791
5066
|
},
|
|
@@ -4830,6 +5105,12 @@ var onCommentUnmarked = EventDefinition(
|
|
|
4830
5105
|
},
|
|
4831
5106
|
{
|
|
4832
5107
|
path: "data.comment.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5111
|
+
},
|
|
5112
|
+
{
|
|
5113
|
+
path: "data.comment.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4833
5114
|
}
|
|
4834
5115
|
]
|
|
4835
5116
|
},
|
|
@@ -4936,6 +5217,12 @@ var onCommentCreated = EventDefinition(
|
|
|
4936
5217
|
{
|
|
4937
5218
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
4938
5219
|
},
|
|
5220
|
+
{
|
|
5221
|
+
path: "entity.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5222
|
+
},
|
|
5223
|
+
{
|
|
5224
|
+
path: "entity.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5225
|
+
},
|
|
4939
5226
|
{
|
|
4940
5227
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4941
5228
|
},
|
|
@@ -4980,6 +5267,12 @@ var onCommentCreated = EventDefinition(
|
|
|
4980
5267
|
},
|
|
4981
5268
|
{
|
|
4982
5269
|
path: "entity.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5270
|
+
},
|
|
5271
|
+
{
|
|
5272
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
4983
5276
|
}
|
|
4984
5277
|
]
|
|
4985
5278
|
},
|
|
@@ -5086,6 +5379,12 @@ var onCommentDeleted = EventDefinition(
|
|
|
5086
5379
|
{
|
|
5087
5380
|
path: "undefined.content.richContent.nodes.audioData.coverImage.duration"
|
|
5088
5381
|
},
|
|
5382
|
+
{
|
|
5383
|
+
path: "undefined.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
path: "undefined.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5387
|
+
},
|
|
5089
5388
|
{
|
|
5090
5389
|
path: "undefined.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5091
5390
|
},
|
|
@@ -5130,6 +5429,12 @@ var onCommentDeleted = EventDefinition(
|
|
|
5130
5429
|
},
|
|
5131
5430
|
{
|
|
5132
5431
|
path: "undefined.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5432
|
+
},
|
|
5433
|
+
{
|
|
5434
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5435
|
+
},
|
|
5436
|
+
{
|
|
5437
|
+
path: "undefined.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5133
5438
|
}
|
|
5134
5439
|
]
|
|
5135
5440
|
},
|
|
@@ -5248,6 +5553,12 @@ var onCommentUpdated = EventDefinition(
|
|
|
5248
5553
|
{
|
|
5249
5554
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
5250
5555
|
},
|
|
5556
|
+
{
|
|
5557
|
+
path: "entity.content.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5558
|
+
},
|
|
5559
|
+
{
|
|
5560
|
+
path: "entity.content.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5561
|
+
},
|
|
5251
5562
|
{
|
|
5252
5563
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5253
5564
|
},
|
|
@@ -5292,6 +5603,12 @@ var onCommentUpdated = EventDefinition(
|
|
|
5292
5603
|
},
|
|
5293
5604
|
{
|
|
5294
5605
|
path: "entity.draftContent.richContent.nodes.audioData.coverImage.duration"
|
|
5606
|
+
},
|
|
5607
|
+
{
|
|
5608
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
5609
|
+
},
|
|
5610
|
+
{
|
|
5611
|
+
path: "entity.draftContent.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
5295
5612
|
}
|
|
5296
5613
|
]
|
|
5297
5614
|
},
|
|
@@ -5375,6 +5692,7 @@ export {
|
|
|
5375
5692
|
DividerDataAlignment,
|
|
5376
5693
|
FontType,
|
|
5377
5694
|
GIFType,
|
|
5695
|
+
ImagePosition,
|
|
5378
5696
|
InitialExpandedItems,
|
|
5379
5697
|
Layout,
|
|
5380
5698
|
LayoutType,
|
|
@@ -5391,6 +5709,8 @@ export {
|
|
|
5391
5709
|
Position,
|
|
5392
5710
|
ReplySortOrder,
|
|
5393
5711
|
Resizing,
|
|
5712
|
+
ResponsivenessBehaviour,
|
|
5713
|
+
Scaling,
|
|
5394
5714
|
SortOrder,
|
|
5395
5715
|
Source,
|
|
5396
5716
|
Status,
|
|
@@ -5401,6 +5721,7 @@ export {
|
|
|
5401
5721
|
Type,
|
|
5402
5722
|
VersioningMode,
|
|
5403
5723
|
VerticalAlignment,
|
|
5724
|
+
VerticalAlignmentAlignment,
|
|
5404
5725
|
ViewMode,
|
|
5405
5726
|
ViewRole,
|
|
5406
5727
|
VoteRole,
|