@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
|
@@ -192,6 +192,8 @@ function createComment(payload) {
|
|
|
192
192
|
{
|
|
193
193
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
194
194
|
},
|
|
195
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
196
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
195
197
|
{
|
|
196
198
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
197
199
|
},
|
|
@@ -293,6 +295,10 @@ function createComment(payload) {
|
|
|
293
295
|
},
|
|
294
296
|
{
|
|
295
297
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
298
|
+
},
|
|
299
|
+
{ path: "comment.draftContent.richContent.nodes.tocData.fontSize" },
|
|
300
|
+
{
|
|
301
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
296
302
|
}
|
|
297
303
|
]
|
|
298
304
|
}
|
|
@@ -459,6 +465,8 @@ function createComment(payload) {
|
|
|
459
465
|
{
|
|
460
466
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
461
467
|
},
|
|
468
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
469
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
462
470
|
{
|
|
463
471
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
464
472
|
},
|
|
@@ -560,6 +568,12 @@ function createComment(payload) {
|
|
|
560
568
|
},
|
|
561
569
|
{
|
|
562
570
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
563
577
|
}
|
|
564
578
|
]
|
|
565
579
|
}
|
|
@@ -733,6 +747,8 @@ function getComment(payload) {
|
|
|
733
747
|
{
|
|
734
748
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
735
749
|
},
|
|
750
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
751
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
736
752
|
{
|
|
737
753
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
738
754
|
},
|
|
@@ -834,6 +850,12 @@ function getComment(payload) {
|
|
|
834
850
|
},
|
|
835
851
|
{
|
|
836
852
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
837
859
|
}
|
|
838
860
|
]
|
|
839
861
|
}
|
|
@@ -981,6 +1003,8 @@ function updateComment(payload) {
|
|
|
981
1003
|
{
|
|
982
1004
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
983
1005
|
},
|
|
1006
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1007
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
984
1008
|
{
|
|
985
1009
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
986
1010
|
},
|
|
@@ -1082,6 +1106,10 @@ function updateComment(payload) {
|
|
|
1082
1106
|
},
|
|
1083
1107
|
{
|
|
1084
1108
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1109
|
+
},
|
|
1110
|
+
{ path: "comment.draftContent.richContent.nodes.tocData.fontSize" },
|
|
1111
|
+
{
|
|
1112
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1085
1113
|
}
|
|
1086
1114
|
]
|
|
1087
1115
|
}
|
|
@@ -1248,6 +1276,8 @@ function updateComment(payload) {
|
|
|
1248
1276
|
{
|
|
1249
1277
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1250
1278
|
},
|
|
1279
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1280
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
1251
1281
|
{
|
|
1252
1282
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1253
1283
|
},
|
|
@@ -1349,6 +1379,12 @@ function updateComment(payload) {
|
|
|
1349
1379
|
},
|
|
1350
1380
|
{
|
|
1351
1381
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1352
1388
|
}
|
|
1353
1389
|
]
|
|
1354
1390
|
}
|
|
@@ -1543,6 +1579,8 @@ function moderateDraftContent(payload) {
|
|
|
1543
1579
|
{
|
|
1544
1580
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1545
1581
|
},
|
|
1582
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
1583
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
1546
1584
|
{
|
|
1547
1585
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1548
1586
|
},
|
|
@@ -1644,6 +1682,12 @@ function moderateDraftContent(payload) {
|
|
|
1644
1682
|
},
|
|
1645
1683
|
{
|
|
1646
1684
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1647
1691
|
}
|
|
1648
1692
|
]
|
|
1649
1693
|
}
|
|
@@ -1821,6 +1865,10 @@ function queryComments(payload) {
|
|
|
1821
1865
|
{
|
|
1822
1866
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1823
1867
|
},
|
|
1868
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
1869
|
+
{
|
|
1870
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
1871
|
+
},
|
|
1824
1872
|
{
|
|
1825
1873
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1826
1874
|
},
|
|
@@ -1922,6 +1970,12 @@ function queryComments(payload) {
|
|
|
1922
1970
|
},
|
|
1923
1971
|
{
|
|
1924
1972
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
1925
1979
|
}
|
|
1926
1980
|
]
|
|
1927
1981
|
}
|
|
@@ -2095,6 +2149,8 @@ function markComment(payload) {
|
|
|
2095
2149
|
{
|
|
2096
2150
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2097
2151
|
},
|
|
2152
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2153
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2098
2154
|
{
|
|
2099
2155
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2100
2156
|
},
|
|
@@ -2196,6 +2252,12 @@ function markComment(payload) {
|
|
|
2196
2252
|
},
|
|
2197
2253
|
{
|
|
2198
2254
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2199
2261
|
}
|
|
2200
2262
|
]
|
|
2201
2263
|
}
|
|
@@ -2369,6 +2431,8 @@ function unmarkComment(payload) {
|
|
|
2369
2431
|
{
|
|
2370
2432
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2371
2433
|
},
|
|
2434
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2435
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2372
2436
|
{
|
|
2373
2437
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2374
2438
|
},
|
|
@@ -2470,6 +2534,12 @@ function unmarkComment(payload) {
|
|
|
2470
2534
|
},
|
|
2471
2535
|
{
|
|
2472
2536
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2473
2543
|
}
|
|
2474
2544
|
]
|
|
2475
2545
|
}
|
|
@@ -2643,6 +2713,8 @@ function hideComment(payload) {
|
|
|
2643
2713
|
{
|
|
2644
2714
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2645
2715
|
},
|
|
2716
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2717
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2646
2718
|
{
|
|
2647
2719
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2648
2720
|
},
|
|
@@ -2744,6 +2816,12 @@ function hideComment(payload) {
|
|
|
2744
2816
|
},
|
|
2745
2817
|
{
|
|
2746
2818
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
2747
2825
|
}
|
|
2748
2826
|
]
|
|
2749
2827
|
}
|
|
@@ -2917,6 +2995,8 @@ function publishComment(payload) {
|
|
|
2917
2995
|
{
|
|
2918
2996
|
path: "comment.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2919
2997
|
},
|
|
2998
|
+
{ path: "comment.content.richContent.nodes.tocData.fontSize" },
|
|
2999
|
+
{ path: "comment.content.richContent.nodes.tocData.itemSpacing" },
|
|
2920
3000
|
{
|
|
2921
3001
|
path: "comment.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2922
3002
|
},
|
|
@@ -3018,6 +3098,12 @@ function publishComment(payload) {
|
|
|
3018
3098
|
},
|
|
3019
3099
|
{
|
|
3020
3100
|
path: "comment.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
path: "comment.draftContent.richContent.nodes.tocData.fontSize"
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
path: "comment.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3021
3107
|
}
|
|
3022
3108
|
]
|
|
3023
3109
|
}
|
|
@@ -3263,6 +3349,10 @@ function listCommentsByResource(payload) {
|
|
|
3263
3349
|
{
|
|
3264
3350
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3265
3351
|
},
|
|
3352
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
3353
|
+
{
|
|
3354
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
3355
|
+
},
|
|
3266
3356
|
{
|
|
3267
3357
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3268
3358
|
},
|
|
@@ -3365,6 +3455,12 @@ function listCommentsByResource(payload) {
|
|
|
3365
3455
|
{
|
|
3366
3456
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3367
3457
|
},
|
|
3458
|
+
{
|
|
3459
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3463
|
+
},
|
|
3368
3464
|
{
|
|
3369
3465
|
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3370
3466
|
},
|
|
@@ -3467,6 +3563,12 @@ function listCommentsByResource(payload) {
|
|
|
3467
3563
|
{
|
|
3468
3564
|
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3469
3565
|
},
|
|
3566
|
+
{
|
|
3567
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.fontSize"
|
|
3568
|
+
},
|
|
3569
|
+
{
|
|
3570
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.itemSpacing"
|
|
3571
|
+
},
|
|
3470
3572
|
{
|
|
3471
3573
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3472
3574
|
},
|
|
@@ -3568,6 +3670,12 @@ function listCommentsByResource(payload) {
|
|
|
3568
3670
|
},
|
|
3569
3671
|
{
|
|
3570
3672
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.fontSize"
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
3571
3679
|
}
|
|
3572
3680
|
]
|
|
3573
3681
|
}
|
|
@@ -3792,6 +3900,10 @@ function getCommentThread(payload) {
|
|
|
3792
3900
|
{
|
|
3793
3901
|
path: "comments.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3794
3902
|
},
|
|
3903
|
+
{ path: "comments.content.richContent.nodes.tocData.fontSize" },
|
|
3904
|
+
{
|
|
3905
|
+
path: "comments.content.richContent.nodes.tocData.itemSpacing"
|
|
3906
|
+
},
|
|
3795
3907
|
{
|
|
3796
3908
|
path: "comments.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3797
3909
|
},
|
|
@@ -3894,6 +4006,12 @@ function getCommentThread(payload) {
|
|
|
3894
4006
|
{
|
|
3895
4007
|
path: "comments.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3896
4008
|
},
|
|
4009
|
+
{
|
|
4010
|
+
path: "comments.draftContent.richContent.nodes.tocData.fontSize"
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
path: "comments.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
4014
|
+
},
|
|
3897
4015
|
{
|
|
3898
4016
|
path: "commentReplies.*.replies.content.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3899
4017
|
},
|
|
@@ -3996,6 +4114,12 @@ function getCommentThread(payload) {
|
|
|
3996
4114
|
{
|
|
3997
4115
|
path: "commentReplies.*.replies.content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3998
4116
|
},
|
|
4117
|
+
{
|
|
4118
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.fontSize"
|
|
4119
|
+
},
|
|
4120
|
+
{
|
|
4121
|
+
path: "commentReplies.*.replies.content.richContent.nodes.tocData.itemSpacing"
|
|
4122
|
+
},
|
|
3999
4123
|
{
|
|
4000
4124
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
4001
4125
|
},
|
|
@@ -4097,6 +4221,12 @@ function getCommentThread(payload) {
|
|
|
4097
4221
|
},
|
|
4098
4222
|
{
|
|
4099
4223
|
path: "commentReplies.*.replies.draftContent.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
4224
|
+
},
|
|
4225
|
+
{
|
|
4226
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.fontSize"
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
path: "commentReplies.*.replies.draftContent.richContent.nodes.tocData.itemSpacing"
|
|
4100
4230
|
}
|
|
4101
4231
|
]
|
|
4102
4232
|
}
|
|
@@ -4259,8 +4389,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
4259
4389
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
4260
4390
|
NodeType2["SHAPE"] = "SHAPE";
|
|
4261
4391
|
NodeType2["CARD"] = "CARD";
|
|
4392
|
+
NodeType2["TOC"] = "TOC";
|
|
4262
4393
|
return NodeType2;
|
|
4263
4394
|
})(NodeType || {});
|
|
4395
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
4396
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
4397
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4398
|
+
return BackgroundType2;
|
|
4399
|
+
})(BackgroundType || {});
|
|
4400
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
4401
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
4402
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
4403
|
+
return GradientType2;
|
|
4404
|
+
})(GradientType || {});
|
|
4264
4405
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
4265
4406
|
WidthType2["CONTENT"] = "CONTENT";
|
|
4266
4407
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -4359,6 +4500,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
4359
4500
|
Source2["HTML"] = "HTML";
|
|
4360
4501
|
Source2["ADSENSE"] = "ADSENSE";
|
|
4361
4502
|
Source2["AI"] = "AI";
|
|
4503
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
4362
4504
|
return Source2;
|
|
4363
4505
|
})(Source || {});
|
|
4364
4506
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -4511,6 +4653,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
4511
4653
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
4512
4654
|
return Origin2;
|
|
4513
4655
|
})(Origin || {});
|
|
4656
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
4657
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
4658
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4659
|
+
return LayoutDataBackgroundType2;
|
|
4660
|
+
})(LayoutDataBackgroundType || {});
|
|
4661
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
4662
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
4663
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
4664
|
+
return BackdropType2;
|
|
4665
|
+
})(BackdropType || {});
|
|
4514
4666
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
4515
4667
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
4516
4668
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -4527,48 +4679,6 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
4527
4679
|
DesignTarget2["CELL"] = "CELL";
|
|
4528
4680
|
return DesignTarget2;
|
|
4529
4681
|
})(DesignTarget || {});
|
|
4530
|
-
var Status = /* @__PURE__ */ ((Status2) => {
|
|
4531
|
-
Status2["UNKNOWN"] = "UNKNOWN";
|
|
4532
|
-
Status2["PUBLISHED"] = "PUBLISHED";
|
|
4533
|
-
Status2["DELETED"] = "DELETED";
|
|
4534
|
-
Status2["PENDING"] = "PENDING";
|
|
4535
|
-
Status2["HIDDEN"] = "HIDDEN";
|
|
4536
|
-
return Status2;
|
|
4537
|
-
})(Status || {});
|
|
4538
|
-
var Action = /* @__PURE__ */ ((Action2) => {
|
|
4539
|
-
Action2["UNKNOWN"] = "UNKNOWN";
|
|
4540
|
-
Action2["APPROVE"] = "APPROVE";
|
|
4541
|
-
Action2["REJECT"] = "REJECT";
|
|
4542
|
-
return Action2;
|
|
4543
|
-
})(Action || {});
|
|
4544
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
4545
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
4546
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
4547
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
4548
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
4549
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
4550
|
-
return WebhookIdentityType2;
|
|
4551
|
-
})(WebhookIdentityType || {});
|
|
4552
|
-
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
4553
|
-
BackgroundType2["COLOR"] = "COLOR";
|
|
4554
|
-
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4555
|
-
return BackgroundType2;
|
|
4556
|
-
})(BackgroundType || {});
|
|
4557
|
-
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
4558
|
-
GradientType2["LINEAR"] = "LINEAR";
|
|
4559
|
-
GradientType2["RADIAL"] = "RADIAL";
|
|
4560
|
-
return GradientType2;
|
|
4561
|
-
})(GradientType || {});
|
|
4562
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
4563
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
4564
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4565
|
-
return LayoutDataBackgroundType2;
|
|
4566
|
-
})(LayoutDataBackgroundType || {});
|
|
4567
|
-
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
4568
|
-
BackdropType2["COLOR"] = "COLOR";
|
|
4569
|
-
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
4570
|
-
return BackdropType2;
|
|
4571
|
-
})(BackdropType || {});
|
|
4572
4682
|
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
4573
4683
|
Scaling2["AUTO"] = "AUTO";
|
|
4574
4684
|
Scaling2["CONTAIN"] = "CONTAIN";
|
|
@@ -4592,6 +4702,43 @@ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
|
4592
4702
|
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
4593
4703
|
return CardDataBackgroundType2;
|
|
4594
4704
|
})(CardDataBackgroundType || {});
|
|
4705
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
4706
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
4707
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
4708
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
4709
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
4710
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
4711
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
4712
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
4713
|
+
return ListStyle2;
|
|
4714
|
+
})(ListStyle || {});
|
|
4715
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
4716
|
+
Indentation2["NESTED"] = "NESTED";
|
|
4717
|
+
Indentation2["FLAT"] = "FLAT";
|
|
4718
|
+
return Indentation2;
|
|
4719
|
+
})(Indentation || {});
|
|
4720
|
+
var Status = /* @__PURE__ */ ((Status2) => {
|
|
4721
|
+
Status2["UNKNOWN"] = "UNKNOWN";
|
|
4722
|
+
Status2["PUBLISHED"] = "PUBLISHED";
|
|
4723
|
+
Status2["DELETED"] = "DELETED";
|
|
4724
|
+
Status2["PENDING"] = "PENDING";
|
|
4725
|
+
Status2["HIDDEN"] = "HIDDEN";
|
|
4726
|
+
return Status2;
|
|
4727
|
+
})(Status || {});
|
|
4728
|
+
var Action = /* @__PURE__ */ ((Action2) => {
|
|
4729
|
+
Action2["UNKNOWN"] = "UNKNOWN";
|
|
4730
|
+
Action2["APPROVE"] = "APPROVE";
|
|
4731
|
+
Action2["REJECT"] = "REJECT";
|
|
4732
|
+
return Action2;
|
|
4733
|
+
})(Action || {});
|
|
4734
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
4735
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
4736
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
4737
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
4738
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
4739
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
4740
|
+
return WebhookIdentityType2;
|
|
4741
|
+
})(WebhookIdentityType || {});
|
|
4595
4742
|
var VersioningMode = /* @__PURE__ */ ((VersioningMode2) => {
|
|
4596
4743
|
VersioningMode2["DEFAULT"] = "DEFAULT";
|
|
4597
4744
|
VersioningMode2["GREATER_THAN"] = "GREATER_THAN";
|
|
@@ -5675,11 +5822,13 @@ export {
|
|
|
5675
5822
|
ImagePosition,
|
|
5676
5823
|
ImagePositionPosition,
|
|
5677
5824
|
ImageScalingScaling,
|
|
5825
|
+
Indentation,
|
|
5678
5826
|
InitialExpandedItems,
|
|
5679
5827
|
Layout,
|
|
5680
5828
|
LayoutDataBackgroundType,
|
|
5681
5829
|
LayoutType,
|
|
5682
5830
|
LineStyle,
|
|
5831
|
+
ListStyle,
|
|
5683
5832
|
MapType,
|
|
5684
5833
|
NodeType,
|
|
5685
5834
|
NullValue,
|