@wix/auto_sdk_data-extension-schema_schemas 1.0.50 → 1.0.52
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 +52 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +188 -38
- package/build/cjs/index.typings.js +52 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +48 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +188 -38
- package/build/es/index.typings.mjs +48 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +52 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +188 -38
- package/build/internal/cjs/index.typings.js +52 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +48 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +188 -38
- package/build/internal/es/index.typings.mjs +48 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1974,6 +1974,20 @@ var BackgroundModeEnum = /* @__PURE__ */ ((BackgroundModeEnum2) => {
|
|
|
1974
1974
|
BackgroundModeEnum2["UNKNOWN_BackgroundModeEnum"] = "UNKNOWN_BackgroundModeEnum";
|
|
1975
1975
|
return BackgroundModeEnum2;
|
|
1976
1976
|
})(BackgroundModeEnum || {});
|
|
1977
|
+
var ImageCategoryTypes = /* @__PURE__ */ ((ImageCategoryTypes2) => {
|
|
1978
|
+
ImageCategoryTypes2["UNKNOWN_CategoryName"] = "UNKNOWN_CategoryName";
|
|
1979
|
+
ImageCategoryTypes2["IMAGE"] = "IMAGE";
|
|
1980
|
+
ImageCategoryTypes2["IMAGE_BACKGROUND"] = "IMAGE_BACKGROUND";
|
|
1981
|
+
return ImageCategoryTypes2;
|
|
1982
|
+
})(ImageCategoryTypes || {});
|
|
1983
|
+
var VectorArtCategoryTypes = /* @__PURE__ */ ((VectorArtCategoryTypes2) => {
|
|
1984
|
+
VectorArtCategoryTypes2["UNKNOWN_VectorArtCategoryTypes"] = "UNKNOWN_VectorArtCategoryTypes";
|
|
1985
|
+
VectorArtCategoryTypes2["SHAPE_ALL"] = "SHAPE_ALL";
|
|
1986
|
+
VectorArtCategoryTypes2["SHAPE_BASIC"] = "SHAPE_BASIC";
|
|
1987
|
+
VectorArtCategoryTypes2["SHAPE_ART"] = "SHAPE_ART";
|
|
1988
|
+
VectorArtCategoryTypes2["ICON_SOCIAL"] = "ICON_SOCIAL";
|
|
1989
|
+
return VectorArtCategoryTypes2;
|
|
1990
|
+
})(VectorArtCategoryTypes || {});
|
|
1977
1991
|
var CssDataType = /* @__PURE__ */ ((CssDataType2) => {
|
|
1978
1992
|
CssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
1979
1993
|
CssDataType2["number"] = "number";
|
|
@@ -2079,6 +2093,31 @@ var ResizeDirection = /* @__PURE__ */ ((ResizeDirection2) => {
|
|
|
2079
2093
|
ResizeDirection2["none"] = "none";
|
|
2080
2094
|
return ResizeDirection2;
|
|
2081
2095
|
})(ResizeDirection || {});
|
|
2096
|
+
var RichTextAbilities = /* @__PURE__ */ ((RichTextAbilities2) => {
|
|
2097
|
+
RichTextAbilities2["UNKNOWN_RichTextAbilities"] = "UNKNOWN_RichTextAbilities";
|
|
2098
|
+
RichTextAbilities2["font"] = "font";
|
|
2099
|
+
RichTextAbilities2["fontFamily"] = "fontFamily";
|
|
2100
|
+
RichTextAbilities2["fontSize"] = "fontSize";
|
|
2101
|
+
RichTextAbilities2["fontStyle"] = "fontStyle";
|
|
2102
|
+
RichTextAbilities2["fontWeight"] = "fontWeight";
|
|
2103
|
+
RichTextAbilities2["textDecoration"] = "textDecoration";
|
|
2104
|
+
RichTextAbilities2["color"] = "color";
|
|
2105
|
+
RichTextAbilities2["backgroundColor"] = "backgroundColor";
|
|
2106
|
+
RichTextAbilities2["letterSpacing"] = "letterSpacing";
|
|
2107
|
+
RichTextAbilities2["textAlign"] = "textAlign";
|
|
2108
|
+
RichTextAbilities2["direction"] = "direction";
|
|
2109
|
+
RichTextAbilities2["marginStart"] = "marginStart";
|
|
2110
|
+
RichTextAbilities2["marginEnd"] = "marginEnd";
|
|
2111
|
+
RichTextAbilities2["bulletedList"] = "bulletedList";
|
|
2112
|
+
RichTextAbilities2["numberedList"] = "numberedList";
|
|
2113
|
+
RichTextAbilities2["seoTag"] = "seoTag";
|
|
2114
|
+
return RichTextAbilities2;
|
|
2115
|
+
})(RichTextAbilities || {});
|
|
2116
|
+
var VideoCategoryTypes = /* @__PURE__ */ ((VideoCategoryTypes2) => {
|
|
2117
|
+
VideoCategoryTypes2["UNKNOWN_VideoCategoryTypes"] = "UNKNOWN_VideoCategoryTypes";
|
|
2118
|
+
VideoCategoryTypes2["VIDEO_OPAQUE"] = "VIDEO_OPAQUE";
|
|
2119
|
+
return VideoCategoryTypes2;
|
|
2120
|
+
})(VideoCategoryTypes || {});
|
|
2082
2121
|
var ElementType = /* @__PURE__ */ ((ElementType2) => {
|
|
2083
2122
|
ElementType2["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
2084
2123
|
ElementType2["inlineElement"] = "inlineElement";
|
|
@@ -2109,6 +2148,7 @@ var ActionName = /* @__PURE__ */ ((ActionName2) => {
|
|
|
2109
2148
|
ActionName2["dashboard"] = "dashboard";
|
|
2110
2149
|
ActionName2["custom"] = "custom";
|
|
2111
2150
|
ActionName2["manageMenu"] = "manageMenu";
|
|
2151
|
+
ActionName2["container"] = "container";
|
|
2112
2152
|
return ActionName2;
|
|
2113
2153
|
})(ActionName || {});
|
|
2114
2154
|
var SizingType = /* @__PURE__ */ ((SizingType2) => {
|
|
@@ -2171,6 +2211,8 @@ var Archetype = /* @__PURE__ */ ((Archetype2) => {
|
|
|
2171
2211
|
Archetype2["Captcha"] = "Captcha";
|
|
2172
2212
|
Archetype2["VectorArt"] = "VectorArt";
|
|
2173
2213
|
Archetype2["AnimatedGraphic"] = "AnimatedGraphic";
|
|
2214
|
+
Archetype2["Cart"] = "Cart";
|
|
2215
|
+
Archetype2["ContactForm"] = "ContactForm";
|
|
2174
2216
|
return Archetype2;
|
|
2175
2217
|
})(Archetype || {});
|
|
2176
2218
|
var NativeStateType = /* @__PURE__ */ ((NativeStateType2) => {
|
|
@@ -2183,8 +2225,8 @@ var NativeStateType = /* @__PURE__ */ ((NativeStateType2) => {
|
|
|
2183
2225
|
})(NativeStateType || {});
|
|
2184
2226
|
var GroupType = /* @__PURE__ */ ((GroupType2) => {
|
|
2185
2227
|
GroupType2["UNKNOWN_GroupType"] = "UNKNOWN_GroupType";
|
|
2186
|
-
GroupType2["
|
|
2187
|
-
GroupType2["
|
|
2228
|
+
GroupType2["cssDataType"] = "cssDataType";
|
|
2229
|
+
GroupType2["dataType"] = "dataType";
|
|
2188
2230
|
GroupType2["background"] = "background";
|
|
2189
2231
|
GroupType2["margin"] = "margin";
|
|
2190
2232
|
GroupType2["padding"] = "padding";
|
|
@@ -2512,6 +2554,7 @@ export {
|
|
|
2512
2554
|
HorizontalDocking,
|
|
2513
2555
|
HostContainerId,
|
|
2514
2556
|
IconType,
|
|
2557
|
+
ImageCategoryTypes,
|
|
2515
2558
|
ImageFit,
|
|
2516
2559
|
ImageShape,
|
|
2517
2560
|
ImageStylesPosition,
|
|
@@ -2589,6 +2632,7 @@ export {
|
|
|
2589
2632
|
Resizing,
|
|
2590
2633
|
RestrictedOperation,
|
|
2591
2634
|
RestrictionLevel,
|
|
2635
|
+
RichTextAbilities,
|
|
2592
2636
|
SchemaFieldExposure,
|
|
2593
2637
|
SchemaFieldFieldType,
|
|
2594
2638
|
SchemaScope,
|
|
@@ -2627,8 +2671,10 @@ export {
|
|
|
2627
2671
|
UserNotificationDataRecipientFilterType,
|
|
2628
2672
|
UserNotificationDataType,
|
|
2629
2673
|
ValueConstraintType,
|
|
2674
|
+
VectorArtCategoryTypes,
|
|
2630
2675
|
VerticalAlignment,
|
|
2631
2676
|
VerticalDocking,
|
|
2677
|
+
VideoCategoryTypes,
|
|
2632
2678
|
ViewMode,
|
|
2633
2679
|
ViewRole,
|
|
2634
2680
|
VoteRole,
|