@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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +283 -42
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +232 -177
  5. package/build/cjs/index.typings.js +193 -42
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +232 -177
  8. package/build/cjs/meta.js +193 -42
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +281 -42
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +232 -177
  14. package/build/es/index.typings.mjs +191 -42
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +232 -177
  17. package/build/es/meta.mjs +191 -42
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +283 -42
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +232 -177
  23. package/build/internal/cjs/index.typings.js +193 -42
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +232 -177
  26. package/build/internal/cjs/meta.js +193 -42
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +281 -42
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +232 -177
  32. package/build/internal/es/index.typings.mjs +191 -42
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +232 -177
  35. package/build/internal/es/meta.mjs +191 -42
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +4 -4
@@ -39,11 +39,13 @@ __export(index_typings_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,
@@ -291,6 +293,8 @@ function createComment(payload) {
291
293
  {
292
294
  path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
293
295
  },
296
+ { path: "comment.content.richContent.nodes.tocData.fontSize" },
297
+ { path: "comment.content.richContent.nodes.tocData.itemSpacing" },
294
298
  {
295
299
  path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
296
300
  },
@@ -392,6 +396,10 @@ function createComment(payload) {
392
396
  },
393
397
  {
394
398
  path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
399
+ },
400
+ { path: "comment.draftContent.richContent.nodes.tocData.fontSize" },
401
+ {
402
+ path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
395
403
  }
396
404
  ]
397
405
  }
@@ -558,6 +566,8 @@ function createComment(payload) {
558
566
  {
559
567
  path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
560
568
  },
569
+ { path: "comment.content.richContent.nodes.tocData.fontSize" },
570
+ { path: "comment.content.richContent.nodes.tocData.itemSpacing" },
561
571
  {
562
572
  path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
563
573
  },
@@ -659,6 +669,12 @@ function createComment(payload) {
659
669
  },
660
670
  {
661
671
  path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
672
+ },
673
+ {
674
+ path: "comment.draftContent.richContent.nodes.tocData.fontSize"
675
+ },
676
+ {
677
+ path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
662
678
  }
663
679
  ]
664
680
  }
@@ -832,6 +848,8 @@ function getComment(payload) {
832
848
  {
833
849
  path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
834
850
  },
851
+ { path: "comment.content.richContent.nodes.tocData.fontSize" },
852
+ { path: "comment.content.richContent.nodes.tocData.itemSpacing" },
835
853
  {
836
854
  path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
837
855
  },
@@ -933,6 +951,12 @@ function getComment(payload) {
933
951
  },
934
952
  {
935
953
  path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
954
+ },
955
+ {
956
+ path: "comment.draftContent.richContent.nodes.tocData.fontSize"
957
+ },
958
+ {
959
+ path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
936
960
  }
937
961
  ]
938
962
  }
@@ -1080,6 +1104,8 @@ function updateComment(payload) {
1080
1104
  {
1081
1105
  path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
1082
1106
  },
1107
+ { path: "comment.content.richContent.nodes.tocData.fontSize" },
1108
+ { path: "comment.content.richContent.nodes.tocData.itemSpacing" },
1083
1109
  {
1084
1110
  path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
1085
1111
  },
@@ -1181,6 +1207,10 @@ function updateComment(payload) {
1181
1207
  },
1182
1208
  {
1183
1209
  path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
1210
+ },
1211
+ { path: "comment.draftContent.richContent.nodes.tocData.fontSize" },
1212
+ {
1213
+ path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
1184
1214
  }
1185
1215
  ]
1186
1216
  }
@@ -1347,6 +1377,8 @@ function updateComment(payload) {
1347
1377
  {
1348
1378
  path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
1349
1379
  },
1380
+ { path: "comment.content.richContent.nodes.tocData.fontSize" },
1381
+ { path: "comment.content.richContent.nodes.tocData.itemSpacing" },
1350
1382
  {
1351
1383
  path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
1352
1384
  },
@@ -1448,6 +1480,12 @@ function updateComment(payload) {
1448
1480
  },
1449
1481
  {
1450
1482
  path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
1483
+ },
1484
+ {
1485
+ path: "comment.draftContent.richContent.nodes.tocData.fontSize"
1486
+ },
1487
+ {
1488
+ path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
1451
1489
  }
1452
1490
  ]
1453
1491
  }
@@ -1642,6 +1680,8 @@ function moderateDraftContent(payload) {
1642
1680
  {
1643
1681
  path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
1644
1682
  },
1683
+ { path: "comment.content.richContent.nodes.tocData.fontSize" },
1684
+ { path: "comment.content.richContent.nodes.tocData.itemSpacing" },
1645
1685
  {
1646
1686
  path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
1647
1687
  },
@@ -1743,6 +1783,12 @@ function moderateDraftContent(payload) {
1743
1783
  },
1744
1784
  {
1745
1785
  path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
1786
+ },
1787
+ {
1788
+ path: "comment.draftContent.richContent.nodes.tocData.fontSize"
1789
+ },
1790
+ {
1791
+ path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
1746
1792
  }
1747
1793
  ]
1748
1794
  }
@@ -1920,6 +1966,10 @@ function queryComments(payload) {
1920
1966
  {
1921
1967
  path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
1922
1968
  },
1969
+ { path: "comments.content.richContent.nodes.tocData.fontSize" },
1970
+ {
1971
+ path: "comments.content.richContent.nodes.tocData.itemSpacing"
1972
+ },
1923
1973
  {
1924
1974
  path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
1925
1975
  },
@@ -2021,6 +2071,12 @@ function queryComments(payload) {
2021
2071
  },
2022
2072
  {
2023
2073
  path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
2074
+ },
2075
+ {
2076
+ path: "comments.draftContent.richContent.nodes.tocData.fontSize"
2077
+ },
2078
+ {
2079
+ path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
2024
2080
  }
2025
2081
  ]
2026
2082
  }
@@ -2194,6 +2250,8 @@ function markComment(payload) {
2194
2250
  {
2195
2251
  path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
2196
2252
  },
2253
+ { path: "comment.content.richContent.nodes.tocData.fontSize" },
2254
+ { path: "comment.content.richContent.nodes.tocData.itemSpacing" },
2197
2255
  {
2198
2256
  path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
2199
2257
  },
@@ -2295,6 +2353,12 @@ function markComment(payload) {
2295
2353
  },
2296
2354
  {
2297
2355
  path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
2356
+ },
2357
+ {
2358
+ path: "comment.draftContent.richContent.nodes.tocData.fontSize"
2359
+ },
2360
+ {
2361
+ path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
2298
2362
  }
2299
2363
  ]
2300
2364
  }
@@ -2468,6 +2532,8 @@ function unmarkComment(payload) {
2468
2532
  {
2469
2533
  path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
2470
2534
  },
2535
+ { path: "comment.content.richContent.nodes.tocData.fontSize" },
2536
+ { path: "comment.content.richContent.nodes.tocData.itemSpacing" },
2471
2537
  {
2472
2538
  path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
2473
2539
  },
@@ -2569,6 +2635,12 @@ function unmarkComment(payload) {
2569
2635
  },
2570
2636
  {
2571
2637
  path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
2638
+ },
2639
+ {
2640
+ path: "comment.draftContent.richContent.nodes.tocData.fontSize"
2641
+ },
2642
+ {
2643
+ path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
2572
2644
  }
2573
2645
  ]
2574
2646
  }
@@ -2742,6 +2814,8 @@ function hideComment(payload) {
2742
2814
  {
2743
2815
  path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
2744
2816
  },
2817
+ { path: "comment.content.richContent.nodes.tocData.fontSize" },
2818
+ { path: "comment.content.richContent.nodes.tocData.itemSpacing" },
2745
2819
  {
2746
2820
  path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
2747
2821
  },
@@ -2843,6 +2917,12 @@ function hideComment(payload) {
2843
2917
  },
2844
2918
  {
2845
2919
  path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
2920
+ },
2921
+ {
2922
+ path: "comment.draftContent.richContent.nodes.tocData.fontSize"
2923
+ },
2924
+ {
2925
+ path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
2846
2926
  }
2847
2927
  ]
2848
2928
  }
@@ -3016,6 +3096,8 @@ function publishComment(payload) {
3016
3096
  {
3017
3097
  path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
3018
3098
  },
3099
+ { path: "comment.content.richContent.nodes.tocData.fontSize" },
3100
+ { path: "comment.content.richContent.nodes.tocData.itemSpacing" },
3019
3101
  {
3020
3102
  path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
3021
3103
  },
@@ -3117,6 +3199,12 @@ function publishComment(payload) {
3117
3199
  },
3118
3200
  {
3119
3201
  path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
3202
+ },
3203
+ {
3204
+ path: "comment.draftContent.richContent.nodes.tocData.fontSize"
3205
+ },
3206
+ {
3207
+ path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
3120
3208
  }
3121
3209
  ]
3122
3210
  }
@@ -3362,6 +3450,10 @@ function listCommentsByResource(payload) {
3362
3450
  {
3363
3451
  path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
3364
3452
  },
3453
+ { path: "comments.content.richContent.nodes.tocData.fontSize" },
3454
+ {
3455
+ path: "comments.content.richContent.nodes.tocData.itemSpacing"
3456
+ },
3365
3457
  {
3366
3458
  path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
3367
3459
  },
@@ -3464,6 +3556,12 @@ function listCommentsByResource(payload) {
3464
3556
  {
3465
3557
  path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
3466
3558
  },
3559
+ {
3560
+ path: "comments.draftContent.richContent.nodes.tocData.fontSize"
3561
+ },
3562
+ {
3563
+ path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
3564
+ },
3467
3565
  {
3468
3566
  path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
3469
3567
  },
@@ -3566,6 +3664,12 @@ function listCommentsByResource(payload) {
3566
3664
  {
3567
3665
  path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
3568
3666
  },
3667
+ {
3668
+ path: "commentReplies.*.replies.content.richContent.nodes.tocData.fontSize"
3669
+ },
3670
+ {
3671
+ path: "commentReplies.*.replies.content.richContent.nodes.tocData.itemSpacing"
3672
+ },
3569
3673
  {
3570
3674
  path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
3571
3675
  },
@@ -3667,6 +3771,12 @@ function listCommentsByResource(payload) {
3667
3771
  },
3668
3772
  {
3669
3773
  path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
3774
+ },
3775
+ {
3776
+ path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.fontSize"
3777
+ },
3778
+ {
3779
+ path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.itemSpacing"
3670
3780
  }
3671
3781
  ]
3672
3782
  }
@@ -3891,6 +4001,10 @@ function getCommentThread(payload) {
3891
4001
  {
3892
4002
  path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
3893
4003
  },
4004
+ { path: "comments.content.richContent.nodes.tocData.fontSize" },
4005
+ {
4006
+ path: "comments.content.richContent.nodes.tocData.itemSpacing"
4007
+ },
3894
4008
  {
3895
4009
  path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
3896
4010
  },
@@ -3993,6 +4107,12 @@ function getCommentThread(payload) {
3993
4107
  {
3994
4108
  path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
3995
4109
  },
4110
+ {
4111
+ path: "comments.draftContent.richContent.nodes.tocData.fontSize"
4112
+ },
4113
+ {
4114
+ path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
4115
+ },
3996
4116
  {
3997
4117
  path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
3998
4118
  },
@@ -4095,6 +4215,12 @@ function getCommentThread(payload) {
4095
4215
  {
4096
4216
  path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
4097
4217
  },
4218
+ {
4219
+ path: "commentReplies.*.replies.content.richContent.nodes.tocData.fontSize"
4220
+ },
4221
+ {
4222
+ path: "commentReplies.*.replies.content.richContent.nodes.tocData.itemSpacing"
4223
+ },
4098
4224
  {
4099
4225
  path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
4100
4226
  },
@@ -4196,6 +4322,12 @@ function getCommentThread(payload) {
4196
4322
  },
4197
4323
  {
4198
4324
  path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
4325
+ },
4326
+ {
4327
+ path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.fontSize"
4328
+ },
4329
+ {
4330
+ path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.itemSpacing"
4199
4331
  }
4200
4332
  ]
4201
4333
  }
@@ -4358,8 +4490,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
4358
4490
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
4359
4491
  NodeType2["SHAPE"] = "SHAPE";
4360
4492
  NodeType2["CARD"] = "CARD";
4493
+ NodeType2["TOC"] = "TOC";
4361
4494
  return NodeType2;
4362
4495
  })(NodeType || {});
4496
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
4497
+ BackgroundType2["COLOR"] = "COLOR";
4498
+ BackgroundType2["GRADIENT"] = "GRADIENT";
4499
+ return BackgroundType2;
4500
+ })(BackgroundType || {});
4501
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
4502
+ GradientType2["LINEAR"] = "LINEAR";
4503
+ GradientType2["RADIAL"] = "RADIAL";
4504
+ return GradientType2;
4505
+ })(GradientType || {});
4363
4506
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
4364
4507
  WidthType2["CONTENT"] = "CONTENT";
4365
4508
  WidthType2["SMALL"] = "SMALL";
@@ -4458,6 +4601,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
4458
4601
  Source2["HTML"] = "HTML";
4459
4602
  Source2["ADSENSE"] = "ADSENSE";
4460
4603
  Source2["AI"] = "AI";
4604
+ Source2["AI_WIDGET"] = "AI_WIDGET";
4461
4605
  return Source2;
4462
4606
  })(Source || {});
4463
4607
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -4610,6 +4754,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
4610
4754
  Origin2["LAYOUT"] = "LAYOUT";
4611
4755
  return Origin2;
4612
4756
  })(Origin || {});
4757
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
4758
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
4759
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
4760
+ return LayoutDataBackgroundType2;
4761
+ })(LayoutDataBackgroundType || {});
4762
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
4763
+ BackdropType2["COLOR"] = "COLOR";
4764
+ BackdropType2["GRADIENT"] = "GRADIENT";
4765
+ return BackdropType2;
4766
+ })(BackdropType || {});
4613
4767
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
4614
4768
  VerticalAlignmentAlignment2["TOP"] = "TOP";
4615
4769
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -4626,48 +4780,6 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
4626
4780
  DesignTarget2["CELL"] = "CELL";
4627
4781
  return DesignTarget2;
4628
4782
  })(DesignTarget || {});
4629
- var Status = /* @__PURE__ */ ((Status2) => {
4630
- Status2["UNKNOWN"] = "UNKNOWN";
4631
- Status2["PUBLISHED"] = "PUBLISHED";
4632
- Status2["DELETED"] = "DELETED";
4633
- Status2["PENDING"] = "PENDING";
4634
- Status2["HIDDEN"] = "HIDDEN";
4635
- return Status2;
4636
- })(Status || {});
4637
- var Action = /* @__PURE__ */ ((Action2) => {
4638
- Action2["UNKNOWN"] = "UNKNOWN";
4639
- Action2["APPROVE"] = "APPROVE";
4640
- Action2["REJECT"] = "REJECT";
4641
- return Action2;
4642
- })(Action || {});
4643
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
4644
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
4645
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
4646
- WebhookIdentityType2["MEMBER"] = "MEMBER";
4647
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
4648
- WebhookIdentityType2["APP"] = "APP";
4649
- return WebhookIdentityType2;
4650
- })(WebhookIdentityType || {});
4651
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
4652
- BackgroundType2["COLOR"] = "COLOR";
4653
- BackgroundType2["GRADIENT"] = "GRADIENT";
4654
- return BackgroundType2;
4655
- })(BackgroundType || {});
4656
- var GradientType = /* @__PURE__ */ ((GradientType2) => {
4657
- GradientType2["LINEAR"] = "LINEAR";
4658
- GradientType2["RADIAL"] = "RADIAL";
4659
- return GradientType2;
4660
- })(GradientType || {});
4661
- var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
4662
- LayoutDataBackgroundType2["COLOR"] = "COLOR";
4663
- LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
4664
- return LayoutDataBackgroundType2;
4665
- })(LayoutDataBackgroundType || {});
4666
- var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
4667
- BackdropType2["COLOR"] = "COLOR";
4668
- BackdropType2["GRADIENT"] = "GRADIENT";
4669
- return BackdropType2;
4670
- })(BackdropType || {});
4671
4783
  var Scaling = /* @__PURE__ */ ((Scaling2) => {
4672
4784
  Scaling2["AUTO"] = "AUTO";
4673
4785
  Scaling2["CONTAIN"] = "CONTAIN";
@@ -4691,6 +4803,43 @@ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
4691
4803
  CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
4692
4804
  return CardDataBackgroundType2;
4693
4805
  })(CardDataBackgroundType || {});
4806
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
4807
+ ListStyle2["PLAIN"] = "PLAIN";
4808
+ ListStyle2["NUMBERED"] = "NUMBERED";
4809
+ ListStyle2["LETTERS"] = "LETTERS";
4810
+ ListStyle2["ROMAN"] = "ROMAN";
4811
+ ListStyle2["BULLETED"] = "BULLETED";
4812
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
4813
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
4814
+ return ListStyle2;
4815
+ })(ListStyle || {});
4816
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
4817
+ Indentation2["NESTED"] = "NESTED";
4818
+ Indentation2["FLAT"] = "FLAT";
4819
+ return Indentation2;
4820
+ })(Indentation || {});
4821
+ var Status = /* @__PURE__ */ ((Status2) => {
4822
+ Status2["UNKNOWN"] = "UNKNOWN";
4823
+ Status2["PUBLISHED"] = "PUBLISHED";
4824
+ Status2["DELETED"] = "DELETED";
4825
+ Status2["PENDING"] = "PENDING";
4826
+ Status2["HIDDEN"] = "HIDDEN";
4827
+ return Status2;
4828
+ })(Status || {});
4829
+ var Action = /* @__PURE__ */ ((Action2) => {
4830
+ Action2["UNKNOWN"] = "UNKNOWN";
4831
+ Action2["APPROVE"] = "APPROVE";
4832
+ Action2["REJECT"] = "REJECT";
4833
+ return Action2;
4834
+ })(Action || {});
4835
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
4836
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
4837
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
4838
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
4839
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
4840
+ WebhookIdentityType2["APP"] = "APP";
4841
+ return WebhookIdentityType2;
4842
+ })(WebhookIdentityType || {});
4694
4843
  var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
4695
4844
  VersioningMode2["DEFAULT"] = "DEFAULT";
4696
4845
  VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
@@ -5775,11 +5924,13 @@ async function bulkMoveCommentByFilter2(appId, options) {
5775
5924
  ImagePosition,
5776
5925
  ImagePositionPosition,
5777
5926
  ImageScalingScaling,
5927
+ Indentation,
5778
5928
  InitialExpandedItems,
5779
5929
  Layout,
5780
5930
  LayoutDataBackgroundType,
5781
5931
  LayoutType,
5782
5932
  LineStyle,
5933
+ ListStyle,
5783
5934
  MapType,
5784
5935
  NodeType,
5785
5936
  NullValue,