@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/index.js
CHANGED
|
@@ -39,11 +39,13 @@ __export(index_exports, {
|
|
|
39
39
|
ImagePosition: () => ImagePosition,
|
|
40
40
|
ImagePositionPosition: () => ImagePositionPosition,
|
|
41
41
|
ImageScalingScaling: () => ImageScalingScaling,
|
|
42
|
+
Indentation: () => Indentation,
|
|
42
43
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
43
44
|
Layout: () => Layout,
|
|
44
45
|
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
45
46
|
LayoutType: () => LayoutType,
|
|
46
47
|
LineStyle: () => LineStyle,
|
|
48
|
+
ListStyle: () => ListStyle,
|
|
47
49
|
MapType: () => MapType,
|
|
48
50
|
NodeType: () => NodeType,
|
|
49
51
|
NullValue: () => NullValue,
|
|
@@ -311,6 +313,8 @@ function createComment(payload) {
|
|
|
311
313
|
{
|
|
312
314
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
313
315
|
},
|
|
316
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
317
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
314
318
|
{
|
|
315
319
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
316
320
|
},
|
|
@@ -412,6 +416,10 @@ function createComment(payload) {
|
|
|
412
416
|
},
|
|
413
417
|
{
|
|
414
418
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
419
|
+
},
|
|
420
|
+
{ path: "comment.draftContent.richContent.nodes.tocData.fontSize" },
|
|
421
|
+
{
|
|
422
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
415
423
|
}
|
|
416
424
|
]
|
|
417
425
|
}
|
|
@@ -578,6 +586,8 @@ function createComment(payload) {
|
|
|
578
586
|
{
|
|
579
587
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
580
588
|
},
|
|
589
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
590
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
581
591
|
{
|
|
582
592
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
583
593
|
},
|
|
@@ -679,6 +689,12 @@ function createComment(payload) {
|
|
|
679
689
|
},
|
|
680
690
|
{
|
|
681
691
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
682
698
|
}
|
|
683
699
|
]
|
|
684
700
|
}
|
|
@@ -852,6 +868,8 @@ function getComment(payload) {
|
|
|
852
868
|
{
|
|
853
869
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
854
870
|
},
|
|
871
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
872
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
855
873
|
{
|
|
856
874
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
857
875
|
},
|
|
@@ -953,6 +971,12 @@ function getComment(payload) {
|
|
|
953
971
|
},
|
|
954
972
|
{
|
|
955
973
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
956
980
|
}
|
|
957
981
|
]
|
|
958
982
|
}
|
|
@@ -1100,6 +1124,8 @@ function updateComment(payload) {
|
|
|
1100
1124
|
{
|
|
1101
1125
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1102
1126
|
},
|
|
1127
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1128
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
1103
1129
|
{
|
|
1104
1130
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1105
1131
|
},
|
|
@@ -1201,6 +1227,10 @@ function updateComment(payload) {
|
|
|
1201
1227
|
},
|
|
1202
1228
|
{
|
|
1203
1229
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1230
|
+
},
|
|
1231
|
+
{ path: "comment.draftContent.richContent.nodes.tocData.fontSize" },
|
|
1232
|
+
{
|
|
1233
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1204
1234
|
}
|
|
1205
1235
|
]
|
|
1206
1236
|
}
|
|
@@ -1367,6 +1397,8 @@ function updateComment(payload) {
|
|
|
1367
1397
|
{
|
|
1368
1398
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1369
1399
|
},
|
|
1400
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1401
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
1370
1402
|
{
|
|
1371
1403
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1372
1404
|
},
|
|
@@ -1468,6 +1500,12 @@ function updateComment(payload) {
|
|
|
1468
1500
|
},
|
|
1469
1501
|
{
|
|
1470
1502
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1471
1509
|
}
|
|
1472
1510
|
]
|
|
1473
1511
|
}
|
|
@@ -1662,6 +1700,8 @@ function moderateDraftContent(payload) {
|
|
|
1662
1700
|
{
|
|
1663
1701
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1664
1702
|
},
|
|
1703
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1704
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
1665
1705
|
{
|
|
1666
1706
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1667
1707
|
},
|
|
@@ -1763,6 +1803,12 @@ function moderateDraftContent(payload) {
|
|
|
1763
1803
|
},
|
|
1764
1804
|
{
|
|
1765
1805
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1766
1812
|
}
|
|
1767
1813
|
]
|
|
1768
1814
|
}
|
|
@@ -1940,6 +1986,10 @@ function queryComments(payload) {
|
|
|
1940
1986
|
{
|
|
1941
1987
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1942
1988
|
},
|
|
1989
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
1990
|
+
{
|
|
1991
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
1992
|
+
},
|
|
1943
1993
|
{
|
|
1944
1994
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1945
1995
|
},
|
|
@@ -2041,6 +2091,12 @@ function queryComments(payload) {
|
|
|
2041
2091
|
},
|
|
2042
2092
|
{
|
|
2043
2093
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2044
2100
|
}
|
|
2045
2101
|
]
|
|
2046
2102
|
}
|
|
@@ -2214,6 +2270,8 @@ function markComment(payload) {
|
|
|
2214
2270
|
{
|
|
2215
2271
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2216
2272
|
},
|
|
2273
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2274
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2217
2275
|
{
|
|
2218
2276
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2219
2277
|
},
|
|
@@ -2315,6 +2373,12 @@ function markComment(payload) {
|
|
|
2315
2373
|
},
|
|
2316
2374
|
{
|
|
2317
2375
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2318
2382
|
}
|
|
2319
2383
|
]
|
|
2320
2384
|
}
|
|
@@ -2488,6 +2552,8 @@ function unmarkComment(payload) {
|
|
|
2488
2552
|
{
|
|
2489
2553
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2490
2554
|
},
|
|
2555
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2556
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2491
2557
|
{
|
|
2492
2558
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2493
2559
|
},
|
|
@@ -2589,6 +2655,12 @@ function unmarkComment(payload) {
|
|
|
2589
2655
|
},
|
|
2590
2656
|
{
|
|
2591
2657
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2592
2664
|
}
|
|
2593
2665
|
]
|
|
2594
2666
|
}
|
|
@@ -2762,6 +2834,8 @@ function hideComment(payload) {
|
|
|
2762
2834
|
{
|
|
2763
2835
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2764
2836
|
},
|
|
2837
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2838
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2765
2839
|
{
|
|
2766
2840
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2767
2841
|
},
|
|
@@ -2863,6 +2937,12 @@ function hideComment(payload) {
|
|
|
2863
2937
|
},
|
|
2864
2938
|
{
|
|
2865
2939
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2866
2946
|
}
|
|
2867
2947
|
]
|
|
2868
2948
|
}
|
|
@@ -3036,6 +3116,8 @@ function publishComment(payload) {
|
|
|
3036
3116
|
{
|
|
3037
3117
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3038
3118
|
},
|
|
3119
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
3120
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
3039
3121
|
{
|
|
3040
3122
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3041
3123
|
},
|
|
@@ -3137,6 +3219,12 @@ function publishComment(payload) {
|
|
|
3137
3219
|
},
|
|
3138
3220
|
{
|
|
3139
3221
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3140
3228
|
}
|
|
3141
3229
|
]
|
|
3142
3230
|
}
|
|
@@ -3382,6 +3470,10 @@ function listCommentsByResource(payload) {
|
|
|
3382
3470
|
{
|
|
3383
3471
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3384
3472
|
},
|
|
3473
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
3474
|
+
{
|
|
3475
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
3476
|
+
},
|
|
3385
3477
|
{
|
|
3386
3478
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3387
3479
|
},
|
|
@@ -3484,6 +3576,12 @@ function listCommentsByResource(payload) {
|
|
|
3484
3576
|
{
|
|
3485
3577
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3486
3578
|
},
|
|
3579
|
+
{
|
|
3580
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3584
|
+
},
|
|
3487
3585
|
{
|
|
3488
3586
|
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3489
3587
|
},
|
|
@@ -3586,6 +3684,12 @@ function listCommentsByResource(payload) {
|
|
|
3586
3684
|
{
|
|
3587
3685
|
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3588
3686
|
},
|
|
3687
|
+
{
|
|
3688
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.fontSize"
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.itemSpacing"
|
|
3692
|
+
},
|
|
3589
3693
|
{
|
|
3590
3694
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3591
3695
|
},
|
|
@@ -3687,6 +3791,12 @@ function listCommentsByResource(payload) {
|
|
|
3687
3791
|
},
|
|
3688
3792
|
{
|
|
3689
3793
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3794
|
+
},
|
|
3795
|
+
{
|
|
3796
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.fontSize"
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3690
3800
|
}
|
|
3691
3801
|
]
|
|
3692
3802
|
}
|
|
@@ -3911,6 +4021,10 @@ function getCommentThread(payload) {
|
|
|
3911
4021
|
{
|
|
3912
4022
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3913
4023
|
},
|
|
4024
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
4025
|
+
{
|
|
4026
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
4027
|
+
},
|
|
3914
4028
|
{
|
|
3915
4029
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3916
4030
|
},
|
|
@@ -4013,6 +4127,12 @@ function getCommentThread(payload) {
|
|
|
4013
4127
|
{
|
|
4014
4128
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4015
4129
|
},
|
|
4130
|
+
{
|
|
4131
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
4135
|
+
},
|
|
4016
4136
|
{
|
|
4017
4137
|
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4018
4138
|
},
|
|
@@ -4115,6 +4235,12 @@ function getCommentThread(payload) {
|
|
|
4115
4235
|
{
|
|
4116
4236
|
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4117
4237
|
},
|
|
4238
|
+
{
|
|
4239
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.fontSize"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.itemSpacing"
|
|
4243
|
+
},
|
|
4118
4244
|
{
|
|
4119
4245
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4120
4246
|
},
|
|
@@ -4216,6 +4342,12 @@ function getCommentThread(payload) {
|
|
|
4216
4342
|
},
|
|
4217
4343
|
{
|
|
4218
4344
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.fontSize"
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
4219
4351
|
}
|
|
4220
4352
|
]
|
|
4221
4353
|
}
|
|
@@ -4378,8 +4510,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
4378
4510
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
4379
4511
|
NodeType2["SHAPE"] = "SHAPE";
|
|
4380
4512
|
NodeType2["CARD"] = "CARD";
|
|
4513
|
+
NodeType2["TOC"] = "TOC";
|
|
4381
4514
|
return NodeType2;
|
|
4382
4515
|
})(NodeType || {});
|
|
4516
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
4517
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
4518
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4519
|
+
return BackgroundType2;
|
|
4520
|
+
})(BackgroundType || {});
|
|
4521
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
4522
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
4523
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
4524
|
+
return GradientType2;
|
|
4525
|
+
})(GradientType || {});
|
|
4383
4526
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
4384
4527
|
WidthType2["CONTENT"] = "CONTENT";
|
|
4385
4528
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -4478,6 +4621,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
4478
4621
|
Source2["HTML"] = "HTML";
|
|
4479
4622
|
Source2["ADSENSE"] = "ADSENSE";
|
|
4480
4623
|
Source2["AI"] = "AI";
|
|
4624
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
4481
4625
|
return Source2;
|
|
4482
4626
|
})(Source || {});
|
|
4483
4627
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -4630,6 +4774,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
4630
4774
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
4631
4775
|
return Origin2;
|
|
4632
4776
|
})(Origin || {});
|
|
4777
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
4778
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
4779
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4780
|
+
return LayoutDataBackgroundType2;
|
|
4781
|
+
})(LayoutDataBackgroundType || {});
|
|
4782
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
4783
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
4784
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
4785
|
+
return BackdropType2;
|
|
4786
|
+
})(BackdropType || {});
|
|
4633
4787
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
4634
4788
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
4635
4789
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -4646,48 +4800,6 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
4646
4800
|
DesignTarget2["CELL"] = "CELL";
|
|
4647
4801
|
return DesignTarget2;
|
|
4648
4802
|
})(DesignTarget || {});
|
|
4649
|
-
var Status = /* @__PURE__ */ ((Status2) => {
|
|
4650
|
-
Status2["UNKNOWN"] = "UNKNOWN";
|
|
4651
|
-
Status2["PUBLISHED"] = "PUBLISHED";
|
|
4652
|
-
Status2["DELETED"] = "DELETED";
|
|
4653
|
-
Status2["PENDING"] = "PENDING";
|
|
4654
|
-
Status2["HIDDEN"] = "HIDDEN";
|
|
4655
|
-
return Status2;
|
|
4656
|
-
})(Status || {});
|
|
4657
|
-
var Action = /* @__PURE__ */ ((Action2) => {
|
|
4658
|
-
Action2["UNKNOWN"] = "UNKNOWN";
|
|
4659
|
-
Action2["APPROVE"] = "APPROVE";
|
|
4660
|
-
Action2["REJECT"] = "REJECT";
|
|
4661
|
-
return Action2;
|
|
4662
|
-
})(Action || {});
|
|
4663
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
4664
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
4665
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
4666
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
4667
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
4668
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
4669
|
-
return WebhookIdentityType2;
|
|
4670
|
-
})(WebhookIdentityType || {});
|
|
4671
|
-
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
4672
|
-
BackgroundType2["COLOR"] = "COLOR";
|
|
4673
|
-
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4674
|
-
return BackgroundType2;
|
|
4675
|
-
})(BackgroundType || {});
|
|
4676
|
-
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
4677
|
-
GradientType2["LINEAR"] = "LINEAR";
|
|
4678
|
-
GradientType2["RADIAL"] = "RADIAL";
|
|
4679
|
-
return GradientType2;
|
|
4680
|
-
})(GradientType || {});
|
|
4681
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
4682
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
4683
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4684
|
-
return LayoutDataBackgroundType2;
|
|
4685
|
-
})(LayoutDataBackgroundType || {});
|
|
4686
|
-
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
4687
|
-
BackdropType2["COLOR"] = "COLOR";
|
|
4688
|
-
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
4689
|
-
return BackdropType2;
|
|
4690
|
-
})(BackdropType || {});
|
|
4691
4803
|
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
4692
4804
|
Scaling2["AUTO"] = "AUTO";
|
|
4693
4805
|
Scaling2["CONTAIN"] = "CONTAIN";
|
|
@@ -4711,6 +4823,43 @@ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
|
4711
4823
|
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4712
4824
|
return CardDataBackgroundType2;
|
|
4713
4825
|
})(CardDataBackgroundType || {});
|
|
4826
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
4827
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
4828
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
4829
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
4830
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
4831
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
4832
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
4833
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
4834
|
+
return ListStyle2;
|
|
4835
|
+
})(ListStyle || {});
|
|
4836
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
4837
|
+
Indentation2["NESTED"] = "NESTED";
|
|
4838
|
+
Indentation2["FLAT"] = "FLAT";
|
|
4839
|
+
return Indentation2;
|
|
4840
|
+
})(Indentation || {});
|
|
4841
|
+
var Status = /* @__PURE__ */ ((Status2) => {
|
|
4842
|
+
Status2["UNKNOWN"] = "UNKNOWN";
|
|
4843
|
+
Status2["PUBLISHED"] = "PUBLISHED";
|
|
4844
|
+
Status2["DELETED"] = "DELETED";
|
|
4845
|
+
Status2["PENDING"] = "PENDING";
|
|
4846
|
+
Status2["HIDDEN"] = "HIDDEN";
|
|
4847
|
+
return Status2;
|
|
4848
|
+
})(Status || {});
|
|
4849
|
+
var Action = /* @__PURE__ */ ((Action2) => {
|
|
4850
|
+
Action2["UNKNOWN"] = "UNKNOWN";
|
|
4851
|
+
Action2["APPROVE"] = "APPROVE";
|
|
4852
|
+
Action2["REJECT"] = "REJECT";
|
|
4853
|
+
return Action2;
|
|
4854
|
+
})(Action || {});
|
|
4855
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
4856
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
4857
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
4858
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
4859
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
4860
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
4861
|
+
return WebhookIdentityType2;
|
|
4862
|
+
})(WebhookIdentityType || {});
|
|
4714
4863
|
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
4715
4864
|
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
4716
4865
|
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
@@ -6050,6 +6199,8 @@ var onCommentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
6050
6199
|
{
|
|
6051
6200
|
path: "undefined.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6052
6201
|
},
|
|
6202
|
+
{ path: "undefined.content.richContent.nodes.tocData.fontSize" },
|
|
6203
|
+
{ path: "undefined.content.richContent.nodes.tocData.itemSpacing" },
|
|
6053
6204
|
{
|
|
6054
6205
|
path: "undefined.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6055
6206
|
},
|
|
@@ -6151,6 +6302,12 @@ var onCommentDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
6151
6302
|
},
|
|
6152
6303
|
{
|
|
6153
6304
|
path: "undefined.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6305
|
+
},
|
|
6306
|
+
{
|
|
6307
|
+
path: "undefined.draftContent.richContent.nodes.tocData.fontSize"
|
|
6308
|
+
},
|
|
6309
|
+
{
|
|
6310
|
+
path: "undefined.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
6154
6311
|
}
|
|
6155
6312
|
]
|
|
6156
6313
|
},
|
|
@@ -6315,6 +6472,10 @@ var onCommentContentChanged = (0, import_sdk_types.EventDefinition)(
|
|
|
6315
6472
|
{
|
|
6316
6473
|
path: "data.previousContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6317
6474
|
},
|
|
6475
|
+
{ path: "data.previousContent.richContent.nodes.tocData.fontSize" },
|
|
6476
|
+
{
|
|
6477
|
+
path: "data.previousContent.richContent.nodes.tocData.itemSpacing"
|
|
6478
|
+
},
|
|
6318
6479
|
{
|
|
6319
6480
|
path: "data.currentContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6320
6481
|
},
|
|
@@ -6416,6 +6577,10 @@ var onCommentContentChanged = (0, import_sdk_types.EventDefinition)(
|
|
|
6416
6577
|
},
|
|
6417
6578
|
{
|
|
6418
6579
|
path: "data.currentContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6580
|
+
},
|
|
6581
|
+
{ path: "data.currentContent.richContent.nodes.tocData.fontSize" },
|
|
6582
|
+
{
|
|
6583
|
+
path: "data.currentContent.richContent.nodes.tocData.itemSpacing"
|
|
6419
6584
|
}
|
|
6420
6585
|
]
|
|
6421
6586
|
},
|
|
@@ -6583,6 +6748,10 @@ var onCommentHidden = (0, import_sdk_types.EventDefinition)(
|
|
|
6583
6748
|
{
|
|
6584
6749
|
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6585
6750
|
},
|
|
6751
|
+
{ path: "data.comment.content.richContent.nodes.tocData.fontSize" },
|
|
6752
|
+
{
|
|
6753
|
+
path: "data.comment.content.richContent.nodes.tocData.itemSpacing"
|
|
6754
|
+
},
|
|
6586
6755
|
{
|
|
6587
6756
|
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6588
6757
|
},
|
|
@@ -6684,6 +6853,12 @@ var onCommentHidden = (0, import_sdk_types.EventDefinition)(
|
|
|
6684
6853
|
},
|
|
6685
6854
|
{
|
|
6686
6855
|
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6856
|
+
},
|
|
6857
|
+
{
|
|
6858
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
6859
|
+
},
|
|
6860
|
+
{
|
|
6861
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
6687
6862
|
}
|
|
6688
6863
|
]
|
|
6689
6864
|
},
|
|
@@ -6851,6 +7026,10 @@ var onCommentMarked = (0, import_sdk_types.EventDefinition)(
|
|
|
6851
7026
|
{
|
|
6852
7027
|
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
6853
7028
|
},
|
|
7029
|
+
{ path: "data.comment.content.richContent.nodes.tocData.fontSize" },
|
|
7030
|
+
{
|
|
7031
|
+
path: "data.comment.content.richContent.nodes.tocData.itemSpacing"
|
|
7032
|
+
},
|
|
6854
7033
|
{
|
|
6855
7034
|
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
6856
7035
|
},
|
|
@@ -6952,6 +7131,12 @@ var onCommentMarked = (0, import_sdk_types.EventDefinition)(
|
|
|
6952
7131
|
},
|
|
6953
7132
|
{
|
|
6954
7133
|
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7134
|
+
},
|
|
7135
|
+
{
|
|
7136
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
7137
|
+
},
|
|
7138
|
+
{
|
|
7139
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
6955
7140
|
}
|
|
6956
7141
|
]
|
|
6957
7142
|
},
|
|
@@ -7119,6 +7304,10 @@ var onCommentMoved = (0, import_sdk_types.EventDefinition)(
|
|
|
7119
7304
|
{
|
|
7120
7305
|
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7121
7306
|
},
|
|
7307
|
+
{ path: "data.comment.content.richContent.nodes.tocData.fontSize" },
|
|
7308
|
+
{
|
|
7309
|
+
path: "data.comment.content.richContent.nodes.tocData.itemSpacing"
|
|
7310
|
+
},
|
|
7122
7311
|
{
|
|
7123
7312
|
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7124
7313
|
},
|
|
@@ -7220,6 +7409,12 @@ var onCommentMoved = (0, import_sdk_types.EventDefinition)(
|
|
|
7220
7409
|
},
|
|
7221
7410
|
{
|
|
7222
7411
|
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7412
|
+
},
|
|
7413
|
+
{
|
|
7414
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
7415
|
+
},
|
|
7416
|
+
{
|
|
7417
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
7223
7418
|
}
|
|
7224
7419
|
]
|
|
7225
7420
|
},
|
|
@@ -7387,6 +7582,10 @@ var onCommentPublished = (0, import_sdk_types.EventDefinition)(
|
|
|
7387
7582
|
{
|
|
7388
7583
|
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7389
7584
|
},
|
|
7585
|
+
{ path: "data.comment.content.richContent.nodes.tocData.fontSize" },
|
|
7586
|
+
{
|
|
7587
|
+
path: "data.comment.content.richContent.nodes.tocData.itemSpacing"
|
|
7588
|
+
},
|
|
7390
7589
|
{
|
|
7391
7590
|
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7392
7591
|
},
|
|
@@ -7488,6 +7687,12 @@ var onCommentPublished = (0, import_sdk_types.EventDefinition)(
|
|
|
7488
7687
|
},
|
|
7489
7688
|
{
|
|
7490
7689
|
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7690
|
+
},
|
|
7691
|
+
{
|
|
7692
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
7693
|
+
},
|
|
7694
|
+
{
|
|
7695
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
7491
7696
|
}
|
|
7492
7697
|
]
|
|
7493
7698
|
},
|
|
@@ -7655,6 +7860,10 @@ var onCommentUnmarked = (0, import_sdk_types.EventDefinition)(
|
|
|
7655
7860
|
{
|
|
7656
7861
|
path: "data.comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7657
7862
|
},
|
|
7863
|
+
{ path: "data.comment.content.richContent.nodes.tocData.fontSize" },
|
|
7864
|
+
{
|
|
7865
|
+
path: "data.comment.content.richContent.nodes.tocData.itemSpacing"
|
|
7866
|
+
},
|
|
7658
7867
|
{
|
|
7659
7868
|
path: "data.comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7660
7869
|
},
|
|
@@ -7756,6 +7965,12 @@ var onCommentUnmarked = (0, import_sdk_types.EventDefinition)(
|
|
|
7756
7965
|
},
|
|
7757
7966
|
{
|
|
7758
7967
|
path: "data.comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7968
|
+
},
|
|
7969
|
+
{
|
|
7970
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
7971
|
+
},
|
|
7972
|
+
{
|
|
7973
|
+
path: "data.comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
7759
7974
|
}
|
|
7760
7975
|
]
|
|
7761
7976
|
},
|
|
@@ -7919,6 +8134,8 @@ var onCommentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
7919
8134
|
{
|
|
7920
8135
|
path: "entity.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
7921
8136
|
},
|
|
8137
|
+
{ path: "entity.content.richContent.nodes.tocData.fontSize" },
|
|
8138
|
+
{ path: "entity.content.richContent.nodes.tocData.itemSpacing" },
|
|
7922
8139
|
{
|
|
7923
8140
|
path: "entity.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
7924
8141
|
},
|
|
@@ -8020,6 +8237,10 @@ var onCommentCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
8020
8237
|
},
|
|
8021
8238
|
{
|
|
8022
8239
|
path: "entity.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8240
|
+
},
|
|
8241
|
+
{ path: "entity.draftContent.richContent.nodes.tocData.fontSize" },
|
|
8242
|
+
{
|
|
8243
|
+
path: "entity.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
8023
8244
|
}
|
|
8024
8245
|
]
|
|
8025
8246
|
},
|
|
@@ -8212,6 +8433,8 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
8212
8433
|
{
|
|
8213
8434
|
path: "entity.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8214
8435
|
},
|
|
8436
|
+
{ path: "entity.content.richContent.nodes.tocData.fontSize" },
|
|
8437
|
+
{ path: "entity.content.richContent.nodes.tocData.itemSpacing" },
|
|
8215
8438
|
{
|
|
8216
8439
|
path: "entity.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
8217
8440
|
},
|
|
@@ -8314,6 +8537,10 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
8314
8537
|
{
|
|
8315
8538
|
path: "entity.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8316
8539
|
},
|
|
8540
|
+
{ path: "entity.draftContent.richContent.nodes.tocData.fontSize" },
|
|
8541
|
+
{
|
|
8542
|
+
path: "entity.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
8543
|
+
},
|
|
8317
8544
|
{
|
|
8318
8545
|
path: "modifiedFields.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
8319
8546
|
},
|
|
@@ -8416,6 +8643,12 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
8416
8643
|
{
|
|
8417
8644
|
path: "modifiedFields.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8418
8645
|
},
|
|
8646
|
+
{
|
|
8647
|
+
path: "modifiedFields.content.richContent.nodes.tocData.fontSize"
|
|
8648
|
+
},
|
|
8649
|
+
{
|
|
8650
|
+
path: "modifiedFields.content.richContent.nodes.tocData.itemSpacing"
|
|
8651
|
+
},
|
|
8419
8652
|
{
|
|
8420
8653
|
path: "modifiedFields.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
8421
8654
|
},
|
|
@@ -8517,6 +8750,12 @@ var onCommentUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
8517
8750
|
},
|
|
8518
8751
|
{
|
|
8519
8752
|
path: "modifiedFields.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
8753
|
+
},
|
|
8754
|
+
{
|
|
8755
|
+
path: "modifiedFields.draftContent.richContent.nodes.tocData.fontSize"
|
|
8756
|
+
},
|
|
8757
|
+
{
|
|
8758
|
+
path: "modifiedFields.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
8520
8759
|
}
|
|
8521
8760
|
]
|
|
8522
8761
|
},
|
|
@@ -8628,11 +8867,13 @@ var onCommentUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
8628
8867
|
ImagePosition,
|
|
8629
8868
|
ImagePositionPosition,
|
|
8630
8869
|
ImageScalingScaling,
|
|
8870
|
+
Indentation,
|
|
8631
8871
|
InitialExpandedItems,
|
|
8632
8872
|
Layout,
|
|
8633
8873
|
LayoutDataBackgroundType,
|
|
8634
8874
|
LayoutType,
|
|
8635
8875
|
LineStyle,
|
|
8876
|
+
ListStyle,
|
|
8636
8877
|
MapType,
|
|
8637
8878
|
NodeType,
|
|
8638
8879
|
NullValue,
|