@wix/auto_sdk_comments_comments 1.0.30 → 1.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +326 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +112 -5
- package/build/cjs/index.typings.js +218 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +112 -5
- package/build/cjs/meta.js +218 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +322 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +112 -5
- package/build/es/index.typings.mjs +214 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +112 -5
- package/build/es/meta.mjs +214 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +326 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +112 -5
- package/build/internal/cjs/index.typings.js +218 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +112 -5
- package/build/internal/cjs/meta.js +218 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +322 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +112 -5
- package/build/internal/es/index.typings.mjs +214 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +112 -5
- package/build/internal/es/meta.mjs +214 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/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
|
}
|
|
@@ -2656,6 +2836,7 @@ var GIFType = /* @__PURE__ */ ((GIFType2) => {
|
|
|
2656
2836
|
var Source = /* @__PURE__ */ ((Source2) => {
|
|
2657
2837
|
Source2["HTML"] = "HTML";
|
|
2658
2838
|
Source2["ADSENSE"] = "ADSENSE";
|
|
2839
|
+
Source2["AI"] = "AI";
|
|
2659
2840
|
return Source2;
|
|
2660
2841
|
})(Source || {});
|
|
2661
2842
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -2784,6 +2965,35 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
2784
2965
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
2785
2966
|
return NullValue2;
|
|
2786
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 || {});
|
|
2787
2997
|
var Status = /* @__PURE__ */ ((Status2) => {
|
|
2788
2998
|
Status2["UNKNOWN"] = "UNKNOWN";
|
|
2789
2999
|
Status2["PUBLISHED"] = "PUBLISHED";
|
|
@@ -4015,6 +4225,12 @@ var onCommentContentChanged = EventDefinition(
|
|
|
4015
4225
|
{
|
|
4016
4226
|
path: "data.previousContent.richContent.nodes.audioData.coverImage.duration"
|
|
4017
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
|
+
},
|
|
4018
4234
|
{
|
|
4019
4235
|
path: "data.currentContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4020
4236
|
},
|
|
@@ -4059,6 +4275,12 @@ var onCommentContentChanged = EventDefinition(
|
|
|
4059
4275
|
},
|
|
4060
4276
|
{
|
|
4061
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"
|
|
4062
4284
|
}
|
|
4063
4285
|
]
|
|
4064
4286
|
},
|
|
@@ -4169,6 +4391,12 @@ var onCommentHidden = EventDefinition(
|
|
|
4169
4391
|
{
|
|
4170
4392
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4171
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
|
+
},
|
|
4172
4400
|
{
|
|
4173
4401
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4174
4402
|
},
|
|
@@ -4213,6 +4441,12 @@ var onCommentHidden = EventDefinition(
|
|
|
4213
4441
|
},
|
|
4214
4442
|
{
|
|
4215
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"
|
|
4216
4450
|
}
|
|
4217
4451
|
]
|
|
4218
4452
|
},
|
|
@@ -4323,6 +4557,12 @@ var onCommentMarked = EventDefinition(
|
|
|
4323
4557
|
{
|
|
4324
4558
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4325
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
|
+
},
|
|
4326
4566
|
{
|
|
4327
4567
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4328
4568
|
},
|
|
@@ -4367,6 +4607,12 @@ var onCommentMarked = EventDefinition(
|
|
|
4367
4607
|
},
|
|
4368
4608
|
{
|
|
4369
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"
|
|
4370
4616
|
}
|
|
4371
4617
|
]
|
|
4372
4618
|
},
|
|
@@ -4477,6 +4723,12 @@ var onCommentMoved = EventDefinition(
|
|
|
4477
4723
|
{
|
|
4478
4724
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4479
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
|
+
},
|
|
4480
4732
|
{
|
|
4481
4733
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4482
4734
|
},
|
|
@@ -4521,6 +4773,12 @@ var onCommentMoved = EventDefinition(
|
|
|
4521
4773
|
},
|
|
4522
4774
|
{
|
|
4523
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"
|
|
4524
4782
|
}
|
|
4525
4783
|
]
|
|
4526
4784
|
},
|
|
@@ -4631,6 +4889,12 @@ var onCommentPublished = EventDefinition(
|
|
|
4631
4889
|
{
|
|
4632
4890
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4633
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
|
+
},
|
|
4634
4898
|
{
|
|
4635
4899
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4636
4900
|
},
|
|
@@ -4675,6 +4939,12 @@ var onCommentPublished = EventDefinition(
|
|
|
4675
4939
|
},
|
|
4676
4940
|
{
|
|
4677
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"
|
|
4678
4948
|
}
|
|
4679
4949
|
]
|
|
4680
4950
|
},
|
|
@@ -4785,6 +5055,12 @@ var onCommentUnmarked = EventDefinition(
|
|
|
4785
5055
|
{
|
|
4786
5056
|
path: "data.comment.content.richContent.nodes.audioData.coverImage.duration"
|
|
4787
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
|
+
},
|
|
4788
5064
|
{
|
|
4789
5065
|
path: "data.comment.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4790
5066
|
},
|
|
@@ -4829,6 +5105,12 @@ var onCommentUnmarked = EventDefinition(
|
|
|
4829
5105
|
},
|
|
4830
5106
|
{
|
|
4831
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"
|
|
4832
5114
|
}
|
|
4833
5115
|
]
|
|
4834
5116
|
},
|
|
@@ -4935,6 +5217,12 @@ var onCommentCreated = EventDefinition(
|
|
|
4935
5217
|
{
|
|
4936
5218
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
4937
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
|
+
},
|
|
4938
5226
|
{
|
|
4939
5227
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
4940
5228
|
},
|
|
@@ -4979,6 +5267,12 @@ var onCommentCreated = EventDefinition(
|
|
|
4979
5267
|
},
|
|
4980
5268
|
{
|
|
4981
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"
|
|
4982
5276
|
}
|
|
4983
5277
|
]
|
|
4984
5278
|
},
|
|
@@ -5085,6 +5379,12 @@ var onCommentDeleted = EventDefinition(
|
|
|
5085
5379
|
{
|
|
5086
5380
|
path: "undefined.content.richContent.nodes.audioData.coverImage.duration"
|
|
5087
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
|
+
},
|
|
5088
5388
|
{
|
|
5089
5389
|
path: "undefined.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5090
5390
|
},
|
|
@@ -5129,6 +5429,12 @@ var onCommentDeleted = EventDefinition(
|
|
|
5129
5429
|
},
|
|
5130
5430
|
{
|
|
5131
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"
|
|
5132
5438
|
}
|
|
5133
5439
|
]
|
|
5134
5440
|
},
|
|
@@ -5247,6 +5553,12 @@ var onCommentUpdated = EventDefinition(
|
|
|
5247
5553
|
{
|
|
5248
5554
|
path: "entity.content.richContent.nodes.audioData.coverImage.duration"
|
|
5249
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
|
+
},
|
|
5250
5562
|
{
|
|
5251
5563
|
path: "entity.draftContent.richContent.nodes.galleryData.items.image.media.duration"
|
|
5252
5564
|
},
|
|
@@ -5291,6 +5603,12 @@ var onCommentUpdated = EventDefinition(
|
|
|
5291
5603
|
},
|
|
5292
5604
|
{
|
|
5293
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"
|
|
5294
5612
|
}
|
|
5295
5613
|
]
|
|
5296
5614
|
},
|
|
@@ -5374,6 +5692,7 @@ export {
|
|
|
5374
5692
|
DividerDataAlignment,
|
|
5375
5693
|
FontType,
|
|
5376
5694
|
GIFType,
|
|
5695
|
+
ImagePosition,
|
|
5377
5696
|
InitialExpandedItems,
|
|
5378
5697
|
Layout,
|
|
5379
5698
|
LayoutType,
|
|
@@ -5390,6 +5709,8 @@ export {
|
|
|
5390
5709
|
Position,
|
|
5391
5710
|
ReplySortOrder,
|
|
5392
5711
|
Resizing,
|
|
5712
|
+
ResponsivenessBehaviour,
|
|
5713
|
+
Scaling,
|
|
5393
5714
|
SortOrder,
|
|
5394
5715
|
Source,
|
|
5395
5716
|
Status,
|
|
@@ -5400,6 +5721,7 @@ export {
|
|
|
5400
5721
|
Type,
|
|
5401
5722
|
VersioningMode,
|
|
5402
5723
|
VerticalAlignment,
|
|
5724
|
+
VerticalAlignmentAlignment,
|
|
5403
5725
|
ViewMode,
|
|
5404
5726
|
ViewRole,
|
|
5405
5727
|
VoteRole,
|