@wix/auto_sdk_comments_comments 1.0.53 → 1.0.54
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 +283 -42
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +232 -177
- package/build/cjs/index.typings.js +193 -42
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +232 -177
- package/build/cjs/meta.js +193 -42
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +281 -42
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +232 -177
- package/build/es/index.typings.mjs +191 -42
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +232 -177
- package/build/es/meta.mjs +191 -42
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +283 -42
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +232 -177
- package/build/internal/cjs/index.typings.js +193 -42
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +232 -177
- package/build/internal/cjs/meta.js +193 -42
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +281 -42
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +232 -177
- package/build/internal/es/index.typings.mjs +191 -42
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +232 -177
- package/build/internal/es/meta.mjs +191 -42
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -203,6 +203,8 @@ function createComment(payload) {
|
|
|
203
203
|
{
|
|
204
204
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
205
205
|
},
|
|
206
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
207
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
206
208
|
{
|
|
207
209
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
208
210
|
},
|
|
@@ -304,6 +306,10 @@ function createComment(payload) {
|
|
|
304
306
|
},
|
|
305
307
|
{
|
|
306
308
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
309
|
+
},
|
|
310
|
+
{ path: "comment.draftContent.richContent.nodes.tocData.fontSize" },
|
|
311
|
+
{
|
|
312
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
307
313
|
}
|
|
308
314
|
]
|
|
309
315
|
}
|
|
@@ -470,6 +476,8 @@ function createComment(payload) {
|
|
|
470
476
|
{
|
|
471
477
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
472
478
|
},
|
|
479
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
480
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
473
481
|
{
|
|
474
482
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
475
483
|
},
|
|
@@ -571,6 +579,12 @@ function createComment(payload) {
|
|
|
571
579
|
},
|
|
572
580
|
{
|
|
573
581
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
574
588
|
}
|
|
575
589
|
]
|
|
576
590
|
}
|
|
@@ -744,6 +758,8 @@ function getComment(payload) {
|
|
|
744
758
|
{
|
|
745
759
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
746
760
|
},
|
|
761
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
762
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
747
763
|
{
|
|
748
764
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
749
765
|
},
|
|
@@ -845,6 +861,12 @@ function getComment(payload) {
|
|
|
845
861
|
},
|
|
846
862
|
{
|
|
847
863
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
848
870
|
}
|
|
849
871
|
]
|
|
850
872
|
}
|
|
@@ -992,6 +1014,8 @@ function updateComment(payload) {
|
|
|
992
1014
|
{
|
|
993
1015
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
994
1016
|
},
|
|
1017
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1018
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
995
1019
|
{
|
|
996
1020
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
997
1021
|
},
|
|
@@ -1093,6 +1117,10 @@ function updateComment(payload) {
|
|
|
1093
1117
|
},
|
|
1094
1118
|
{
|
|
1095
1119
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1120
|
+
},
|
|
1121
|
+
{ path: "comment.draftContent.richContent.nodes.tocData.fontSize" },
|
|
1122
|
+
{
|
|
1123
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1096
1124
|
}
|
|
1097
1125
|
]
|
|
1098
1126
|
}
|
|
@@ -1259,6 +1287,8 @@ function updateComment(payload) {
|
|
|
1259
1287
|
{
|
|
1260
1288
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1261
1289
|
},
|
|
1290
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1291
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
1262
1292
|
{
|
|
1263
1293
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1264
1294
|
},
|
|
@@ -1360,6 +1390,12 @@ function updateComment(payload) {
|
|
|
1360
1390
|
},
|
|
1361
1391
|
{
|
|
1362
1392
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1363
1399
|
}
|
|
1364
1400
|
]
|
|
1365
1401
|
}
|
|
@@ -1554,6 +1590,8 @@ function moderateDraftContent(payload) {
|
|
|
1554
1590
|
{
|
|
1555
1591
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1556
1592
|
},
|
|
1593
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1594
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
1557
1595
|
{
|
|
1558
1596
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1559
1597
|
},
|
|
@@ -1655,6 +1693,12 @@ function moderateDraftContent(payload) {
|
|
|
1655
1693
|
},
|
|
1656
1694
|
{
|
|
1657
1695
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1658
1702
|
}
|
|
1659
1703
|
]
|
|
1660
1704
|
}
|
|
@@ -1832,6 +1876,10 @@ function queryComments(payload) {
|
|
|
1832
1876
|
{
|
|
1833
1877
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1834
1878
|
},
|
|
1879
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
1880
|
+
{
|
|
1881
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
1882
|
+
},
|
|
1835
1883
|
{
|
|
1836
1884
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1837
1885
|
},
|
|
@@ -1933,6 +1981,12 @@ function queryComments(payload) {
|
|
|
1933
1981
|
},
|
|
1934
1982
|
{
|
|
1935
1983
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1936
1990
|
}
|
|
1937
1991
|
]
|
|
1938
1992
|
}
|
|
@@ -2106,6 +2160,8 @@ function markComment(payload) {
|
|
|
2106
2160
|
{
|
|
2107
2161
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2108
2162
|
},
|
|
2163
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2164
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2109
2165
|
{
|
|
2110
2166
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2111
2167
|
},
|
|
@@ -2207,6 +2263,12 @@ function markComment(payload) {
|
|
|
2207
2263
|
},
|
|
2208
2264
|
{
|
|
2209
2265
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2210
2272
|
}
|
|
2211
2273
|
]
|
|
2212
2274
|
}
|
|
@@ -2380,6 +2442,8 @@ function unmarkComment(payload) {
|
|
|
2380
2442
|
{
|
|
2381
2443
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2382
2444
|
},
|
|
2445
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2446
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2383
2447
|
{
|
|
2384
2448
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2385
2449
|
},
|
|
@@ -2481,6 +2545,12 @@ function unmarkComment(payload) {
|
|
|
2481
2545
|
},
|
|
2482
2546
|
{
|
|
2483
2547
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2484
2554
|
}
|
|
2485
2555
|
]
|
|
2486
2556
|
}
|
|
@@ -2654,6 +2724,8 @@ function hideComment(payload) {
|
|
|
2654
2724
|
{
|
|
2655
2725
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2656
2726
|
},
|
|
2727
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2728
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2657
2729
|
{
|
|
2658
2730
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2659
2731
|
},
|
|
@@ -2755,6 +2827,12 @@ function hideComment(payload) {
|
|
|
2755
2827
|
},
|
|
2756
2828
|
{
|
|
2757
2829
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2758
2836
|
}
|
|
2759
2837
|
]
|
|
2760
2838
|
}
|
|
@@ -2928,6 +3006,8 @@ function publishComment(payload) {
|
|
|
2928
3006
|
{
|
|
2929
3007
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2930
3008
|
},
|
|
3009
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
3010
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2931
3011
|
{
|
|
2932
3012
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2933
3013
|
},
|
|
@@ -3029,6 +3109,12 @@ function publishComment(payload) {
|
|
|
3029
3109
|
},
|
|
3030
3110
|
{
|
|
3031
3111
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3032
3118
|
}
|
|
3033
3119
|
]
|
|
3034
3120
|
}
|
|
@@ -3274,6 +3360,10 @@ function listCommentsByResource(payload) {
|
|
|
3274
3360
|
{
|
|
3275
3361
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3276
3362
|
},
|
|
3363
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
3364
|
+
{
|
|
3365
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
3366
|
+
},
|
|
3277
3367
|
{
|
|
3278
3368
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3279
3369
|
},
|
|
@@ -3376,6 +3466,12 @@ function listCommentsByResource(payload) {
|
|
|
3376
3466
|
{
|
|
3377
3467
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3378
3468
|
},
|
|
3469
|
+
{
|
|
3470
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3474
|
+
},
|
|
3379
3475
|
{
|
|
3380
3476
|
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3381
3477
|
},
|
|
@@ -3478,6 +3574,12 @@ function listCommentsByResource(payload) {
|
|
|
3478
3574
|
{
|
|
3479
3575
|
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3480
3576
|
},
|
|
3577
|
+
{
|
|
3578
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.fontSize"
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.itemSpacing"
|
|
3582
|
+
},
|
|
3481
3583
|
{
|
|
3482
3584
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3483
3585
|
},
|
|
@@ -3579,6 +3681,12 @@ function listCommentsByResource(payload) {
|
|
|
3579
3681
|
},
|
|
3580
3682
|
{
|
|
3581
3683
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.fontSize"
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3582
3690
|
}
|
|
3583
3691
|
]
|
|
3584
3692
|
}
|
|
@@ -3803,6 +3911,10 @@ function getCommentThread(payload) {
|
|
|
3803
3911
|
{
|
|
3804
3912
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3805
3913
|
},
|
|
3914
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
3915
|
+
{
|
|
3916
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
3917
|
+
},
|
|
3806
3918
|
{
|
|
3807
3919
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3808
3920
|
},
|
|
@@ -3905,6 +4017,12 @@ function getCommentThread(payload) {
|
|
|
3905
4017
|
{
|
|
3906
4018
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3907
4019
|
},
|
|
4020
|
+
{
|
|
4021
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
4025
|
+
},
|
|
3908
4026
|
{
|
|
3909
4027
|
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3910
4028
|
},
|
|
@@ -4007,6 +4125,12 @@ function getCommentThread(payload) {
|
|
|
4007
4125
|
{
|
|
4008
4126
|
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4009
4127
|
},
|
|
4128
|
+
{
|
|
4129
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.fontSize"
|
|
4130
|
+
},
|
|
4131
|
+
{
|
|
4132
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.itemSpacing"
|
|
4133
|
+
},
|
|
4010
4134
|
{
|
|
4011
4135
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4012
4136
|
},
|
|
@@ -4108,6 +4232,12 @@ function getCommentThread(payload) {
|
|
|
4108
4232
|
},
|
|
4109
4233
|
{
|
|
4110
4234
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4235
|
+
},
|
|
4236
|
+
{
|
|
4237
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.fontSize"
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
4111
4241
|
}
|
|
4112
4242
|
]
|
|
4113
4243
|
}
|
|
@@ -4270,8 +4400,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
4270
4400
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
4271
4401
|
NodeType2["SHAPE"] = "SHAPE";
|
|
4272
4402
|
NodeType2["CARD"] = "CARD";
|
|
4403
|
+
NodeType2["TOC"] = "TOC";
|
|
4273
4404
|
return NodeType2;
|
|
4274
4405
|
})(NodeType || {});
|
|
4406
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
4407
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
4408
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4409
|
+
return BackgroundType2;
|
|
4410
|
+
})(BackgroundType || {});
|
|
4411
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
4412
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
4413
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
4414
|
+
return GradientType2;
|
|
4415
|
+
})(GradientType || {});
|
|
4275
4416
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
4276
4417
|
WidthType2["CONTENT"] = "CONTENT";
|
|
4277
4418
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -4370,6 +4511,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
4370
4511
|
Source2["HTML"] = "HTML";
|
|
4371
4512
|
Source2["ADSENSE"] = "ADSENSE";
|
|
4372
4513
|
Source2["AI"] = "AI";
|
|
4514
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
4373
4515
|
return Source2;
|
|
4374
4516
|
})(Source || {});
|
|
4375
4517
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -4522,6 +4664,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
4522
4664
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
4523
4665
|
return Origin2;
|
|
4524
4666
|
})(Origin || {});
|
|
4667
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
4668
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
4669
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4670
|
+
return LayoutDataBackgroundType2;
|
|
4671
|
+
})(LayoutDataBackgroundType || {});
|
|
4672
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
4673
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
4674
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
4675
|
+
return BackdropType2;
|
|
4676
|
+
})(BackdropType || {});
|
|
4525
4677
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
4526
4678
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
4527
4679
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -4538,48 +4690,6 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
4538
4690
|
DesignTarget2["CELL"] = "CELL";
|
|
4539
4691
|
return DesignTarget2;
|
|
4540
4692
|
})(DesignTarget || {});
|
|
4541
|
-
var Status = /* @__PURE__ */ ((Status2) => {
|
|
4542
|
-
Status2["UNKNOWN"] = "UNKNOWN";
|
|
4543
|
-
Status2["PUBLISHED"] = "PUBLISHED";
|
|
4544
|
-
Status2["DELETED"] = "DELETED";
|
|
4545
|
-
Status2["PENDING"] = "PENDING";
|
|
4546
|
-
Status2["HIDDEN"] = "HIDDEN";
|
|
4547
|
-
return Status2;
|
|
4548
|
-
})(Status || {});
|
|
4549
|
-
var Action = /* @__PURE__ */ ((Action2) => {
|
|
4550
|
-
Action2["UNKNOWN"] = "UNKNOWN";
|
|
4551
|
-
Action2["APPROVE"] = "APPROVE";
|
|
4552
|
-
Action2["REJECT"] = "REJECT";
|
|
4553
|
-
return Action2;
|
|
4554
|
-
})(Action || {});
|
|
4555
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
4556
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
4557
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
4558
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
4559
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
4560
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
4561
|
-
return WebhookIdentityType2;
|
|
4562
|
-
})(WebhookIdentityType || {});
|
|
4563
|
-
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
4564
|
-
BackgroundType2["COLOR"] = "COLOR";
|
|
4565
|
-
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4566
|
-
return BackgroundType2;
|
|
4567
|
-
})(BackgroundType || {});
|
|
4568
|
-
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
4569
|
-
GradientType2["LINEAR"] = "LINEAR";
|
|
4570
|
-
GradientType2["RADIAL"] = "RADIAL";
|
|
4571
|
-
return GradientType2;
|
|
4572
|
-
})(GradientType || {});
|
|
4573
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
4574
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
4575
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4576
|
-
return LayoutDataBackgroundType2;
|
|
4577
|
-
})(LayoutDataBackgroundType || {});
|
|
4578
|
-
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
4579
|
-
BackdropType2["COLOR"] = "COLOR";
|
|
4580
|
-
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
4581
|
-
return BackdropType2;
|
|
4582
|
-
})(BackdropType || {});
|
|
4583
4693
|
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
4584
4694
|
Scaling2["AUTO"] = "AUTO";
|
|
4585
4695
|
Scaling2["CONTAIN"] = "CONTAIN";
|
|
@@ -4603,6 +4713,43 @@ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
|
4603
4713
|
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4604
4714
|
return CardDataBackgroundType2;
|
|
4605
4715
|
})(CardDataBackgroundType || {});
|
|
4716
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
4717
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
4718
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
4719
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
4720
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
4721
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
4722
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
4723
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
4724
|
+
return ListStyle2;
|
|
4725
|
+
})(ListStyle || {});
|
|
4726
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
4727
|
+
Indentation2["NESTED"] = "NESTED";
|
|
4728
|
+
Indentation2["FLAT"] = "FLAT";
|
|
4729
|
+
return Indentation2;
|
|
4730
|
+
})(Indentation || {});
|
|
4731
|
+
var Status = /* @__PURE__ */ ((Status2) => {
|
|
4732
|
+
Status2["UNKNOWN"] = "UNKNOWN";
|
|
4733
|
+
Status2["PUBLISHED"] = "PUBLISHED";
|
|
4734
|
+
Status2["DELETED"] = "DELETED";
|
|
4735
|
+
Status2["PENDING"] = "PENDING";
|
|
4736
|
+
Status2["HIDDEN"] = "HIDDEN";
|
|
4737
|
+
return Status2;
|
|
4738
|
+
})(Status || {});
|
|
4739
|
+
var Action = /* @__PURE__ */ ((Action2) => {
|
|
4740
|
+
Action2["UNKNOWN"] = "UNKNOWN";
|
|
4741
|
+
Action2["APPROVE"] = "APPROVE";
|
|
4742
|
+
Action2["REJECT"] = "REJECT";
|
|
4743
|
+
return Action2;
|
|
4744
|
+
})(Action || {});
|
|
4745
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
4746
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
4747
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
4748
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
4749
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
4750
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
4751
|
+
return WebhookIdentityType2;
|
|
4752
|
+
})(WebhookIdentityType || {});
|
|
4606
4753
|
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
4607
4754
|
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
4608
4755
|
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
@@ -5942,6 +6089,8 @@ var onCommentDeleted = EventDefinition(
|
|
|
5942
6089
|
{
|
|
5943
6090
|
path: "undefined.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
5944
6091
|
},
|
|
6092
|
+
{ path: "undefined.content.richContent.nodes.tocData.fontSize" },
|
|
6093
|
+
{ path: "undefined.content.richContent.nodes.tocData.itemSpacing" },
|
|
5945
6094
|
{
|
|
5946
6095
|
path: "undefined.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
5947
6096
|
},
|
|
@@ -6043,6 +6192,12 @@ var onCommentDeleted = EventDefinition(
|
|
|
6043
6192
|
},
|
|
6044
6193
|
{
|
|
6045
6194
|
path: "undefined.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6195
|
+
},
|
|
6196
|
+
{
|
|
6197
|
+
path: "undefined.draftContent.richContent.nodes.tocData.fontSize"
|
|
6198
|
+
},
|
|
6199
|
+
{
|
|
6200
|
+
path: "undefined.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
6046
6201
|
}
|
|
6047
6202
|
]
|
|
6048
6203
|
},
|
|
@@ -6207,6 +6362,10 @@ var onCommentContentChanged = EventDefinition(
|
|
|
6207
6362
|
{
|
|
6208
6363
|
path: "data.previousContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6209
6364
|
},
|
|
6365
|
+
{ path: "data.previousContent.richContent.nodes.tocData.fontSize" },
|
|
6366
|
+
{
|
|
6367
|
+
path: "data.previousContent.richContent.nodes.tocData.itemSpacing"
|
|
6368
|
+
},
|
|
6210
6369
|
{
|
|
6211
6370
|
path: "data.currentContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6212
6371
|
},
|
|
@@ -6308,6 +6467,10 @@ var onCommentContentChanged = EventDefinition(
|
|
|
6308
6467
|
},
|
|
6309
6468
|
{
|
|
6310
6469
|
path: "data.currentContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6470
|
+
},
|
|
6471
|
+
{ path: "data.currentContent.richContent.nodes.tocData.fontSize" },
|
|
6472
|
+
{
|
|
6473
|
+
path: "data.currentContent.richContent.nodes.tocData.itemSpacing"
|
|
6311
6474
|
}
|
|
6312
6475
|
]
|
|
6313
6476
|
},
|
|
@@ -6475,6 +6638,10 @@ var onCommentHidden = EventDefinition(
|
|
|
6475
6638
|
{
|
|
6476
6639
|
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6477
6640
|
},
|
|
6641
|
+
{ path: "data.comment.content.richContent.nodes.tocData.fontSize" },
|
|
6642
|
+
{
|
|
6643
|
+
path: "data.comment.content.richContent.nodes.tocData.itemSpacing"
|
|
6644
|
+
},
|
|
6478
6645
|
{
|
|
6479
6646
|
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6480
6647
|
},
|
|
@@ -6576,6 +6743,12 @@ var onCommentHidden = EventDefinition(
|
|
|
6576
6743
|
},
|
|
6577
6744
|
{
|
|
6578
6745
|
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6746
|
+
},
|
|
6747
|
+
{
|
|
6748
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
6749
|
+
},
|
|
6750
|
+
{
|
|
6751
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
6579
6752
|
}
|
|
6580
6753
|
]
|
|
6581
6754
|
},
|
|
@@ -6743,6 +6916,10 @@ var onCommentMarked = EventDefinition(
|
|
|
6743
6916
|
{
|
|
6744
6917
|
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6745
6918
|
},
|
|
6919
|
+
{ path: "data.comment.content.richContent.nodes.tocData.fontSize" },
|
|
6920
|
+
{
|
|
6921
|
+
path: "data.comment.content.richContent.nodes.tocData.itemSpacing"
|
|
6922
|
+
},
|
|
6746
6923
|
{
|
|
6747
6924
|
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6748
6925
|
},
|
|
@@ -6844,6 +7021,12 @@ var onCommentMarked = EventDefinition(
|
|
|
6844
7021
|
},
|
|
6845
7022
|
{
|
|
6846
7023
|
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7024
|
+
},
|
|
7025
|
+
{
|
|
7026
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
7027
|
+
},
|
|
7028
|
+
{
|
|
7029
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
6847
7030
|
}
|
|
6848
7031
|
]
|
|
6849
7032
|
},
|
|
@@ -7011,6 +7194,10 @@ var onCommentMoved = EventDefinition(
|
|
|
7011
7194
|
{
|
|
7012
7195
|
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7013
7196
|
},
|
|
7197
|
+
{ path: "data.comment.content.richContent.nodes.tocData.fontSize" },
|
|
7198
|
+
{
|
|
7199
|
+
path: "data.comment.content.richContent.nodes.tocData.itemSpacing"
|
|
7200
|
+
},
|
|
7014
7201
|
{
|
|
7015
7202
|
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7016
7203
|
},
|
|
@@ -7112,6 +7299,12 @@ var onCommentMoved = EventDefinition(
|
|
|
7112
7299
|
},
|
|
7113
7300
|
{
|
|
7114
7301
|
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7302
|
+
},
|
|
7303
|
+
{
|
|
7304
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
7305
|
+
},
|
|
7306
|
+
{
|
|
7307
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
7115
7308
|
}
|
|
7116
7309
|
]
|
|
7117
7310
|
},
|
|
@@ -7279,6 +7472,10 @@ var onCommentPublished = EventDefinition(
|
|
|
7279
7472
|
{
|
|
7280
7473
|
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7281
7474
|
},
|
|
7475
|
+
{ path: "data.comment.content.richContent.nodes.tocData.fontSize" },
|
|
7476
|
+
{
|
|
7477
|
+
path: "data.comment.content.richContent.nodes.tocData.itemSpacing"
|
|
7478
|
+
},
|
|
7282
7479
|
{
|
|
7283
7480
|
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7284
7481
|
},
|
|
@@ -7380,6 +7577,12 @@ var onCommentPublished = EventDefinition(
|
|
|
7380
7577
|
},
|
|
7381
7578
|
{
|
|
7382
7579
|
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7580
|
+
},
|
|
7581
|
+
{
|
|
7582
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
7583
|
+
},
|
|
7584
|
+
{
|
|
7585
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
7383
7586
|
}
|
|
7384
7587
|
]
|
|
7385
7588
|
},
|
|
@@ -7547,6 +7750,10 @@ var onCommentUnmarked = EventDefinition(
|
|
|
7547
7750
|
{
|
|
7548
7751
|
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7549
7752
|
},
|
|
7753
|
+
{ path: "data.comment.content.richContent.nodes.tocData.fontSize" },
|
|
7754
|
+
{
|
|
7755
|
+
path: "data.comment.content.richContent.nodes.tocData.itemSpacing"
|
|
7756
|
+
},
|
|
7550
7757
|
{
|
|
7551
7758
|
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7552
7759
|
},
|
|
@@ -7648,6 +7855,12 @@ var onCommentUnmarked = EventDefinition(
|
|
|
7648
7855
|
},
|
|
7649
7856
|
{
|
|
7650
7857
|
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7858
|
+
},
|
|
7859
|
+
{
|
|
7860
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
7861
|
+
},
|
|
7862
|
+
{
|
|
7863
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
7651
7864
|
}
|
|
7652
7865
|
]
|
|
7653
7866
|
},
|
|
@@ -7811,6 +8024,8 @@ var onCommentCreated = EventDefinition(
|
|
|
7811
8024
|
{
|
|
7812
8025
|
path: "entity.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7813
8026
|
},
|
|
8027
|
+
{ path: "entity.content.richContent.nodes.tocData.fontSize" },
|
|
8028
|
+
{ path: "entity.content.richContent.nodes.tocData.itemSpacing" },
|
|
7814
8029
|
{
|
|
7815
8030
|
path: "entity.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7816
8031
|
},
|
|
@@ -7912,6 +8127,10 @@ var onCommentCreated = EventDefinition(
|
|
|
7912
8127
|
},
|
|
7913
8128
|
{
|
|
7914
8129
|
path: "entity.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8130
|
+
},
|
|
8131
|
+
{ path: "entity.draftContent.richContent.nodes.tocData.fontSize" },
|
|
8132
|
+
{
|
|
8133
|
+
path: "entity.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
7915
8134
|
}
|
|
7916
8135
|
]
|
|
7917
8136
|
},
|
|
@@ -8104,6 +8323,8 @@ var onCommentUpdated = EventDefinition(
|
|
|
8104
8323
|
{
|
|
8105
8324
|
path: "entity.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8106
8325
|
},
|
|
8326
|
+
{ path: "entity.content.richContent.nodes.tocData.fontSize" },
|
|
8327
|
+
{ path: "entity.content.richContent.nodes.tocData.itemSpacing" },
|
|
8107
8328
|
{
|
|
8108
8329
|
path: "entity.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
8109
8330
|
},
|
|
@@ -8206,6 +8427,10 @@ var onCommentUpdated = EventDefinition(
|
|
|
8206
8427
|
{
|
|
8207
8428
|
path: "entity.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8208
8429
|
},
|
|
8430
|
+
{ path: "entity.draftContent.richContent.nodes.tocData.fontSize" },
|
|
8431
|
+
{
|
|
8432
|
+
path: "entity.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
8433
|
+
},
|
|
8209
8434
|
{
|
|
8210
8435
|
path: "modifiedFields.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
8211
8436
|
},
|
|
@@ -8308,6 +8533,12 @@ var onCommentUpdated = EventDefinition(
|
|
|
8308
8533
|
{
|
|
8309
8534
|
path: "modifiedFields.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8310
8535
|
},
|
|
8536
|
+
{
|
|
8537
|
+
path: "modifiedFields.content.richContent.nodes.tocData.fontSize"
|
|
8538
|
+
},
|
|
8539
|
+
{
|
|
8540
|
+
path: "modifiedFields.content.richContent.nodes.tocData.itemSpacing"
|
|
8541
|
+
},
|
|
8311
8542
|
{
|
|
8312
8543
|
path: "modifiedFields.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
8313
8544
|
},
|
|
@@ -8409,6 +8640,12 @@ var onCommentUpdated = EventDefinition(
|
|
|
8409
8640
|
},
|
|
8410
8641
|
{
|
|
8411
8642
|
path: "modifiedFields.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8643
|
+
},
|
|
8644
|
+
{
|
|
8645
|
+
path: "modifiedFields.draftContent.richContent.nodes.tocData.fontSize"
|
|
8646
|
+
},
|
|
8647
|
+
{
|
|
8648
|
+
path: "modifiedFields.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
8412
8649
|
}
|
|
8413
8650
|
]
|
|
8414
8651
|
},
|
|
@@ -8519,11 +8756,13 @@ export {
|
|
|
8519
8756
|
ImagePosition,
|
|
8520
8757
|
ImagePositionPosition,
|
|
8521
8758
|
ImageScalingScaling,
|
|
8759
|
+
Indentation,
|
|
8522
8760
|
InitialExpandedItems,
|
|
8523
8761
|
Layout,
|
|
8524
8762
|
LayoutDataBackgroundType,
|
|
8525
8763
|
LayoutType,
|
|
8526
8764
|
LineStyle,
|
|
8765
|
+
ListStyle,
|
|
8527
8766
|
MapType,
|
|
8528
8767
|
NodeType,
|
|
8529
8768
|
NullValue,
|