@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
package/build/cjs/meta.js
CHANGED
|
@@ -39,11 +39,13 @@ __export(meta_exports, {
|
|
|
39
39
|
ImagePositionOriginal: () => ImagePosition,
|
|
40
40
|
ImagePositionPositionOriginal: () => ImagePositionPosition,
|
|
41
41
|
ImageScalingScalingOriginal: () => ImageScalingScaling,
|
|
42
|
+
IndentationOriginal: () => Indentation,
|
|
42
43
|
InitialExpandedItemsOriginal: () => InitialExpandedItems,
|
|
43
44
|
LayoutDataBackgroundTypeOriginal: () => LayoutDataBackgroundType,
|
|
44
45
|
LayoutOriginal: () => Layout,
|
|
45
46
|
LayoutTypeOriginal: () => LayoutType,
|
|
46
47
|
LineStyleOriginal: () => LineStyle,
|
|
48
|
+
ListStyleOriginal: () => ListStyle,
|
|
47
49
|
MapTypeOriginal: () => MapType,
|
|
48
50
|
NodeTypeOriginal: () => NodeType,
|
|
49
51
|
NullValueOriginal: () => NullValue,
|
|
@@ -284,6 +286,8 @@ function createComment(payload) {
|
|
|
284
286
|
{
|
|
285
287
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
286
288
|
},
|
|
289
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
290
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
287
291
|
{
|
|
288
292
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
289
293
|
},
|
|
@@ -385,6 +389,10 @@ function createComment(payload) {
|
|
|
385
389
|
},
|
|
386
390
|
{
|
|
387
391
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
392
|
+
},
|
|
393
|
+
{ path: "comment.draftContent.richContent.nodes.tocData.fontSize" },
|
|
394
|
+
{
|
|
395
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
388
396
|
}
|
|
389
397
|
]
|
|
390
398
|
}
|
|
@@ -551,6 +559,8 @@ function createComment(payload) {
|
|
|
551
559
|
{
|
|
552
560
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
553
561
|
},
|
|
562
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
563
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
554
564
|
{
|
|
555
565
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
556
566
|
},
|
|
@@ -652,6 +662,12 @@ function createComment(payload) {
|
|
|
652
662
|
},
|
|
653
663
|
{
|
|
654
664
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
655
671
|
}
|
|
656
672
|
]
|
|
657
673
|
}
|
|
@@ -825,6 +841,8 @@ function getComment(payload) {
|
|
|
825
841
|
{
|
|
826
842
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
827
843
|
},
|
|
844
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
845
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
828
846
|
{
|
|
829
847
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
830
848
|
},
|
|
@@ -926,6 +944,12 @@ function getComment(payload) {
|
|
|
926
944
|
},
|
|
927
945
|
{
|
|
928
946
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
929
953
|
}
|
|
930
954
|
]
|
|
931
955
|
}
|
|
@@ -1073,6 +1097,8 @@ function updateComment(payload) {
|
|
|
1073
1097
|
{
|
|
1074
1098
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1075
1099
|
},
|
|
1100
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1101
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
1076
1102
|
{
|
|
1077
1103
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1078
1104
|
},
|
|
@@ -1174,6 +1200,10 @@ function updateComment(payload) {
|
|
|
1174
1200
|
},
|
|
1175
1201
|
{
|
|
1176
1202
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1203
|
+
},
|
|
1204
|
+
{ path: "comment.draftContent.richContent.nodes.tocData.fontSize" },
|
|
1205
|
+
{
|
|
1206
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1177
1207
|
}
|
|
1178
1208
|
]
|
|
1179
1209
|
}
|
|
@@ -1340,6 +1370,8 @@ function updateComment(payload) {
|
|
|
1340
1370
|
{
|
|
1341
1371
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1342
1372
|
},
|
|
1373
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1374
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
1343
1375
|
{
|
|
1344
1376
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1345
1377
|
},
|
|
@@ -1441,6 +1473,12 @@ function updateComment(payload) {
|
|
|
1441
1473
|
},
|
|
1442
1474
|
{
|
|
1443
1475
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1444
1482
|
}
|
|
1445
1483
|
]
|
|
1446
1484
|
}
|
|
@@ -1635,6 +1673,8 @@ function moderateDraftContent(payload) {
|
|
|
1635
1673
|
{
|
|
1636
1674
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1637
1675
|
},
|
|
1676
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1677
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
1638
1678
|
{
|
|
1639
1679
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1640
1680
|
},
|
|
@@ -1736,6 +1776,12 @@ function moderateDraftContent(payload) {
|
|
|
1736
1776
|
},
|
|
1737
1777
|
{
|
|
1738
1778
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1739
1785
|
}
|
|
1740
1786
|
]
|
|
1741
1787
|
}
|
|
@@ -1913,6 +1959,10 @@ function queryComments(payload) {
|
|
|
1913
1959
|
{
|
|
1914
1960
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1915
1961
|
},
|
|
1962
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
1963
|
+
{
|
|
1964
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
1965
|
+
},
|
|
1916
1966
|
{
|
|
1917
1967
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1918
1968
|
},
|
|
@@ -2014,6 +2064,12 @@ function queryComments(payload) {
|
|
|
2014
2064
|
},
|
|
2015
2065
|
{
|
|
2016
2066
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2017
2073
|
}
|
|
2018
2074
|
]
|
|
2019
2075
|
}
|
|
@@ -2187,6 +2243,8 @@ function markComment(payload) {
|
|
|
2187
2243
|
{
|
|
2188
2244
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2189
2245
|
},
|
|
2246
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2247
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2190
2248
|
{
|
|
2191
2249
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2192
2250
|
},
|
|
@@ -2288,6 +2346,12 @@ function markComment(payload) {
|
|
|
2288
2346
|
},
|
|
2289
2347
|
{
|
|
2290
2348
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2291
2355
|
}
|
|
2292
2356
|
]
|
|
2293
2357
|
}
|
|
@@ -2461,6 +2525,8 @@ function unmarkComment(payload) {
|
|
|
2461
2525
|
{
|
|
2462
2526
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2463
2527
|
},
|
|
2528
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2529
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2464
2530
|
{
|
|
2465
2531
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2466
2532
|
},
|
|
@@ -2562,6 +2628,12 @@ function unmarkComment(payload) {
|
|
|
2562
2628
|
},
|
|
2563
2629
|
{
|
|
2564
2630
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2565
2637
|
}
|
|
2566
2638
|
]
|
|
2567
2639
|
}
|
|
@@ -2735,6 +2807,8 @@ function hideComment(payload) {
|
|
|
2735
2807
|
{
|
|
2736
2808
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2737
2809
|
},
|
|
2810
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2811
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2738
2812
|
{
|
|
2739
2813
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2740
2814
|
},
|
|
@@ -2836,6 +2910,12 @@ function hideComment(payload) {
|
|
|
2836
2910
|
},
|
|
2837
2911
|
{
|
|
2838
2912
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2839
2919
|
}
|
|
2840
2920
|
]
|
|
2841
2921
|
}
|
|
@@ -3009,6 +3089,8 @@ function publishComment(payload) {
|
|
|
3009
3089
|
{
|
|
3010
3090
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3011
3091
|
},
|
|
3092
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
3093
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
3012
3094
|
{
|
|
3013
3095
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3014
3096
|
},
|
|
@@ -3110,6 +3192,12 @@ function publishComment(payload) {
|
|
|
3110
3192
|
},
|
|
3111
3193
|
{
|
|
3112
3194
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3113
3201
|
}
|
|
3114
3202
|
]
|
|
3115
3203
|
}
|
|
@@ -3355,6 +3443,10 @@ function listCommentsByResource(payload) {
|
|
|
3355
3443
|
{
|
|
3356
3444
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3357
3445
|
},
|
|
3446
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
3447
|
+
{
|
|
3448
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
3449
|
+
},
|
|
3358
3450
|
{
|
|
3359
3451
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3360
3452
|
},
|
|
@@ -3457,6 +3549,12 @@ function listCommentsByResource(payload) {
|
|
|
3457
3549
|
{
|
|
3458
3550
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3459
3551
|
},
|
|
3552
|
+
{
|
|
3553
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3557
|
+
},
|
|
3460
3558
|
{
|
|
3461
3559
|
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3462
3560
|
},
|
|
@@ -3559,6 +3657,12 @@ function listCommentsByResource(payload) {
|
|
|
3559
3657
|
{
|
|
3560
3658
|
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3561
3659
|
},
|
|
3660
|
+
{
|
|
3661
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.fontSize"
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.itemSpacing"
|
|
3665
|
+
},
|
|
3562
3666
|
{
|
|
3563
3667
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3564
3668
|
},
|
|
@@ -3660,6 +3764,12 @@ function listCommentsByResource(payload) {
|
|
|
3660
3764
|
},
|
|
3661
3765
|
{
|
|
3662
3766
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3767
|
+
},
|
|
3768
|
+
{
|
|
3769
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.fontSize"
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3663
3773
|
}
|
|
3664
3774
|
]
|
|
3665
3775
|
}
|
|
@@ -3884,6 +3994,10 @@ function getCommentThread(payload) {
|
|
|
3884
3994
|
{
|
|
3885
3995
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3886
3996
|
},
|
|
3997
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
3998
|
+
{
|
|
3999
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
4000
|
+
},
|
|
3887
4001
|
{
|
|
3888
4002
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3889
4003
|
},
|
|
@@ -3986,6 +4100,12 @@ function getCommentThread(payload) {
|
|
|
3986
4100
|
{
|
|
3987
4101
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3988
4102
|
},
|
|
4103
|
+
{
|
|
4104
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
4108
|
+
},
|
|
3989
4109
|
{
|
|
3990
4110
|
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3991
4111
|
},
|
|
@@ -4088,6 +4208,12 @@ function getCommentThread(payload) {
|
|
|
4088
4208
|
{
|
|
4089
4209
|
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4090
4210
|
},
|
|
4211
|
+
{
|
|
4212
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.fontSize"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.itemSpacing"
|
|
4216
|
+
},
|
|
4091
4217
|
{
|
|
4092
4218
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4093
4219
|
},
|
|
@@ -4189,6 +4315,12 @@ function getCommentThread(payload) {
|
|
|
4189
4315
|
},
|
|
4190
4316
|
{
|
|
4191
4317
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.fontSize"
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
4192
4324
|
}
|
|
4193
4325
|
]
|
|
4194
4326
|
}
|
|
@@ -4341,8 +4473,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
4341
4473
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
4342
4474
|
NodeType2["SHAPE"] = "SHAPE";
|
|
4343
4475
|
NodeType2["CARD"] = "CARD";
|
|
4476
|
+
NodeType2["TOC"] = "TOC";
|
|
4344
4477
|
return NodeType2;
|
|
4345
4478
|
})(NodeType || {});
|
|
4479
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
4480
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
4481
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4482
|
+
return BackgroundType2;
|
|
4483
|
+
})(BackgroundType || {});
|
|
4484
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
4485
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
4486
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
4487
|
+
return GradientType2;
|
|
4488
|
+
})(GradientType || {});
|
|
4346
4489
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
4347
4490
|
WidthType2["CONTENT"] = "CONTENT";
|
|
4348
4491
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -4441,6 +4584,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
4441
4584
|
Source2["HTML"] = "HTML";
|
|
4442
4585
|
Source2["ADSENSE"] = "ADSENSE";
|
|
4443
4586
|
Source2["AI"] = "AI";
|
|
4587
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
4444
4588
|
return Source2;
|
|
4445
4589
|
})(Source || {});
|
|
4446
4590
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -4593,6 +4737,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
4593
4737
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
4594
4738
|
return Origin2;
|
|
4595
4739
|
})(Origin || {});
|
|
4740
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
4741
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
4742
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4743
|
+
return LayoutDataBackgroundType2;
|
|
4744
|
+
})(LayoutDataBackgroundType || {});
|
|
4745
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
4746
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
4747
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
4748
|
+
return BackdropType2;
|
|
4749
|
+
})(BackdropType || {});
|
|
4596
4750
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
4597
4751
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
4598
4752
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -4609,48 +4763,6 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
4609
4763
|
DesignTarget2["CELL"] = "CELL";
|
|
4610
4764
|
return DesignTarget2;
|
|
4611
4765
|
})(DesignTarget || {});
|
|
4612
|
-
var Status = /* @__PURE__ */ ((Status2) => {
|
|
4613
|
-
Status2["UNKNOWN"] = "UNKNOWN";
|
|
4614
|
-
Status2["PUBLISHED"] = "PUBLISHED";
|
|
4615
|
-
Status2["DELETED"] = "DELETED";
|
|
4616
|
-
Status2["PENDING"] = "PENDING";
|
|
4617
|
-
Status2["HIDDEN"] = "HIDDEN";
|
|
4618
|
-
return Status2;
|
|
4619
|
-
})(Status || {});
|
|
4620
|
-
var Action = /* @__PURE__ */ ((Action2) => {
|
|
4621
|
-
Action2["UNKNOWN"] = "UNKNOWN";
|
|
4622
|
-
Action2["APPROVE"] = "APPROVE";
|
|
4623
|
-
Action2["REJECT"] = "REJECT";
|
|
4624
|
-
return Action2;
|
|
4625
|
-
})(Action || {});
|
|
4626
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
4627
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
4628
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
4629
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
4630
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
4631
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
4632
|
-
return WebhookIdentityType2;
|
|
4633
|
-
})(WebhookIdentityType || {});
|
|
4634
|
-
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
4635
|
-
BackgroundType2["COLOR"] = "COLOR";
|
|
4636
|
-
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4637
|
-
return BackgroundType2;
|
|
4638
|
-
})(BackgroundType || {});
|
|
4639
|
-
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
4640
|
-
GradientType2["LINEAR"] = "LINEAR";
|
|
4641
|
-
GradientType2["RADIAL"] = "RADIAL";
|
|
4642
|
-
return GradientType2;
|
|
4643
|
-
})(GradientType || {});
|
|
4644
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
4645
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
4646
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4647
|
-
return LayoutDataBackgroundType2;
|
|
4648
|
-
})(LayoutDataBackgroundType || {});
|
|
4649
|
-
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
4650
|
-
BackdropType2["COLOR"] = "COLOR";
|
|
4651
|
-
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
4652
|
-
return BackdropType2;
|
|
4653
|
-
})(BackdropType || {});
|
|
4654
4766
|
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
4655
4767
|
Scaling2["AUTO"] = "AUTO";
|
|
4656
4768
|
Scaling2["CONTAIN"] = "CONTAIN";
|
|
@@ -4674,6 +4786,43 @@ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
|
4674
4786
|
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4675
4787
|
return CardDataBackgroundType2;
|
|
4676
4788
|
})(CardDataBackgroundType || {});
|
|
4789
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
4790
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
4791
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
4792
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
4793
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
4794
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
4795
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
4796
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
4797
|
+
return ListStyle2;
|
|
4798
|
+
})(ListStyle || {});
|
|
4799
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
4800
|
+
Indentation2["NESTED"] = "NESTED";
|
|
4801
|
+
Indentation2["FLAT"] = "FLAT";
|
|
4802
|
+
return Indentation2;
|
|
4803
|
+
})(Indentation || {});
|
|
4804
|
+
var Status = /* @__PURE__ */ ((Status2) => {
|
|
4805
|
+
Status2["UNKNOWN"] = "UNKNOWN";
|
|
4806
|
+
Status2["PUBLISHED"] = "PUBLISHED";
|
|
4807
|
+
Status2["DELETED"] = "DELETED";
|
|
4808
|
+
Status2["PENDING"] = "PENDING";
|
|
4809
|
+
Status2["HIDDEN"] = "HIDDEN";
|
|
4810
|
+
return Status2;
|
|
4811
|
+
})(Status || {});
|
|
4812
|
+
var Action = /* @__PURE__ */ ((Action2) => {
|
|
4813
|
+
Action2["UNKNOWN"] = "UNKNOWN";
|
|
4814
|
+
Action2["APPROVE"] = "APPROVE";
|
|
4815
|
+
Action2["REJECT"] = "REJECT";
|
|
4816
|
+
return Action2;
|
|
4817
|
+
})(Action || {});
|
|
4818
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
4819
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
4820
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
4821
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
4822
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
4823
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
4824
|
+
return WebhookIdentityType2;
|
|
4825
|
+
})(WebhookIdentityType || {});
|
|
4677
4826
|
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
4678
4827
|
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
4679
4828
|
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
@@ -5050,11 +5199,13 @@ function bulkMoveCommentByFilter2() {
|
|
|
5050
5199
|
ImagePositionOriginal,
|
|
5051
5200
|
ImagePositionPositionOriginal,
|
|
5052
5201
|
ImageScalingScalingOriginal,
|
|
5202
|
+
IndentationOriginal,
|
|
5053
5203
|
InitialExpandedItemsOriginal,
|
|
5054
5204
|
LayoutDataBackgroundTypeOriginal,
|
|
5055
5205
|
LayoutOriginal,
|
|
5056
5206
|
LayoutTypeOriginal,
|
|
5057
5207
|
LineStyleOriginal,
|
|
5208
|
+
ListStyleOriginal,
|
|
5058
5209
|
MapTypeOriginal,
|
|
5059
5210
|
NodeTypeOriginal,
|
|
5060
5211
|
NullValueOriginal,
|