@wix/auto_sdk_data-extension-schema_schemas 1.0.49 → 1.0.51
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 +69 -10
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +306 -95
- package/build/cjs/index.typings.js +69 -10
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +64 -10
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +306 -95
- package/build/es/index.typings.mjs +64 -10
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +69 -10
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +306 -95
- package/build/internal/cjs/index.typings.js +69 -10
- 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 +64 -10
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +306 -95
- package/build/internal/es/index.typings.mjs +64 -10
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -763,6 +763,7 @@ var Tag = /* @__PURE__ */ ((Tag2) => {
|
|
|
763
763
|
Tag2["MY_BUSINESS"] = "MY_BUSINESS";
|
|
764
764
|
Tag2["PIPELINE_LINKED_ENTITY"] = "PIPELINE_LINKED_ENTITY";
|
|
765
765
|
Tag2["GET_PAID"] = "GET_PAID";
|
|
766
|
+
Tag2["PIPELINE_CARD_CATALOG_ITEM"] = "PIPELINE_CARD_CATALOG_ITEM";
|
|
766
767
|
return Tag2;
|
|
767
768
|
})(Tag || {});
|
|
768
769
|
var FilterSelectionType = /* @__PURE__ */ ((FilterSelectionType2) => {
|
|
@@ -1973,6 +1974,20 @@ var BackgroundModeEnum = /* @__PURE__ */ ((BackgroundModeEnum2) => {
|
|
|
1973
1974
|
BackgroundModeEnum2["UNKNOWN_BackgroundModeEnum"] = "UNKNOWN_BackgroundModeEnum";
|
|
1974
1975
|
return BackgroundModeEnum2;
|
|
1975
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 || {});
|
|
1976
1991
|
var CssDataType = /* @__PURE__ */ ((CssDataType2) => {
|
|
1977
1992
|
CssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
1978
1993
|
CssDataType2["number"] = "number";
|
|
@@ -2078,6 +2093,31 @@ var ResizeDirection = /* @__PURE__ */ ((ResizeDirection2) => {
|
|
|
2078
2093
|
ResizeDirection2["none"] = "none";
|
|
2079
2094
|
return ResizeDirection2;
|
|
2080
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 || {});
|
|
2081
2121
|
var ElementType = /* @__PURE__ */ ((ElementType2) => {
|
|
2082
2122
|
ElementType2["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
2083
2123
|
ElementType2["inlineElement"] = "inlineElement";
|
|
@@ -2108,6 +2148,7 @@ var ActionName = /* @__PURE__ */ ((ActionName2) => {
|
|
|
2108
2148
|
ActionName2["dashboard"] = "dashboard";
|
|
2109
2149
|
ActionName2["custom"] = "custom";
|
|
2110
2150
|
ActionName2["manageMenu"] = "manageMenu";
|
|
2151
|
+
ActionName2["container"] = "container";
|
|
2111
2152
|
return ActionName2;
|
|
2112
2153
|
})(ActionName || {});
|
|
2113
2154
|
var SizingType = /* @__PURE__ */ ((SizingType2) => {
|
|
@@ -2117,6 +2158,20 @@ var SizingType = /* @__PURE__ */ ((SizingType2) => {
|
|
|
2117
2158
|
SizingType2["pixels"] = "pixels";
|
|
2118
2159
|
return SizingType2;
|
|
2119
2160
|
})(SizingType || {});
|
|
2161
|
+
var BreakpointEnumBreakpoint = /* @__PURE__ */ ((BreakpointEnumBreakpoint2) => {
|
|
2162
|
+
BreakpointEnumBreakpoint2["UNKNOWN_Breakpoint"] = "UNKNOWN_Breakpoint";
|
|
2163
|
+
BreakpointEnumBreakpoint2["small"] = "small";
|
|
2164
|
+
BreakpointEnumBreakpoint2["large"] = "large";
|
|
2165
|
+
return BreakpointEnumBreakpoint2;
|
|
2166
|
+
})(BreakpointEnumBreakpoint || {});
|
|
2167
|
+
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2168
|
+
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2169
|
+
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2170
|
+
ContentResizeDirection2["vertical"] = "vertical";
|
|
2171
|
+
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2172
|
+
ContentResizeDirection2["none"] = "none";
|
|
2173
|
+
return ContentResizeDirection2;
|
|
2174
|
+
})(ContentResizeDirection || {});
|
|
2120
2175
|
var Archetype = /* @__PURE__ */ ((Archetype2) => {
|
|
2121
2176
|
Archetype2["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
|
|
2122
2177
|
Archetype2["Button"] = "Button";
|
|
@@ -2156,6 +2211,8 @@ var Archetype = /* @__PURE__ */ ((Archetype2) => {
|
|
|
2156
2211
|
Archetype2["Captcha"] = "Captcha";
|
|
2157
2212
|
Archetype2["VectorArt"] = "VectorArt";
|
|
2158
2213
|
Archetype2["AnimatedGraphic"] = "AnimatedGraphic";
|
|
2214
|
+
Archetype2["Cart"] = "Cart";
|
|
2215
|
+
Archetype2["ContactForm"] = "ContactForm";
|
|
2159
2216
|
return Archetype2;
|
|
2160
2217
|
})(Archetype || {});
|
|
2161
2218
|
var NativeStateType = /* @__PURE__ */ ((NativeStateType2) => {
|
|
@@ -2168,8 +2225,8 @@ var NativeStateType = /* @__PURE__ */ ((NativeStateType2) => {
|
|
|
2168
2225
|
})(NativeStateType || {});
|
|
2169
2226
|
var GroupType = /* @__PURE__ */ ((GroupType2) => {
|
|
2170
2227
|
GroupType2["UNKNOWN_GroupType"] = "UNKNOWN_GroupType";
|
|
2171
|
-
GroupType2["
|
|
2172
|
-
GroupType2["
|
|
2228
|
+
GroupType2["cssDataType"] = "cssDataType";
|
|
2229
|
+
GroupType2["dataType"] = "dataType";
|
|
2173
2230
|
GroupType2["background"] = "background";
|
|
2174
2231
|
GroupType2["margin"] = "margin";
|
|
2175
2232
|
GroupType2["padding"] = "padding";
|
|
@@ -2186,14 +2243,6 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
|
|
|
2186
2243
|
GroupType2["gap"] = "gap";
|
|
2187
2244
|
return GroupType2;
|
|
2188
2245
|
})(GroupType || {});
|
|
2189
|
-
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2190
|
-
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2191
|
-
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2192
|
-
ContentResizeDirection2["vertical"] = "vertical";
|
|
2193
|
-
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2194
|
-
ContentResizeDirection2["none"] = "none";
|
|
2195
|
-
return ContentResizeDirection2;
|
|
2196
|
-
})(ContentResizeDirection || {});
|
|
2197
2246
|
var Trigger = /* @__PURE__ */ ((Trigger2) => {
|
|
2198
2247
|
Trigger2["UNKNOWN_TRIGGER"] = "UNKNOWN_TRIGGER";
|
|
2199
2248
|
Trigger2["hover"] = "hover";
|
|
@@ -2439,6 +2488,7 @@ export {
|
|
|
2439
2488
|
BarAlignmentSelected,
|
|
2440
2489
|
BlockType,
|
|
2441
2490
|
BooleanComponentType,
|
|
2491
|
+
BreakpointEnumBreakpoint,
|
|
2442
2492
|
ButtonDataType,
|
|
2443
2493
|
CalendarType,
|
|
2444
2494
|
CardStylesType,
|
|
@@ -2504,6 +2554,7 @@ export {
|
|
|
2504
2554
|
HorizontalDocking,
|
|
2505
2555
|
HostContainerId,
|
|
2506
2556
|
IconType,
|
|
2557
|
+
ImageCategoryTypes,
|
|
2507
2558
|
ImageFit,
|
|
2508
2559
|
ImageShape,
|
|
2509
2560
|
ImageStylesPosition,
|
|
@@ -2581,6 +2632,7 @@ export {
|
|
|
2581
2632
|
Resizing,
|
|
2582
2633
|
RestrictedOperation,
|
|
2583
2634
|
RestrictionLevel,
|
|
2635
|
+
RichTextAbilities,
|
|
2584
2636
|
SchemaFieldExposure,
|
|
2585
2637
|
SchemaFieldFieldType,
|
|
2586
2638
|
SchemaScope,
|
|
@@ -2619,8 +2671,10 @@ export {
|
|
|
2619
2671
|
UserNotificationDataRecipientFilterType,
|
|
2620
2672
|
UserNotificationDataType,
|
|
2621
2673
|
ValueConstraintType,
|
|
2674
|
+
VectorArtCategoryTypes,
|
|
2622
2675
|
VerticalAlignment,
|
|
2623
2676
|
VerticalDocking,
|
|
2677
|
+
VideoCategoryTypes,
|
|
2624
2678
|
ViewMode,
|
|
2625
2679
|
ViewRole,
|
|
2626
2680
|
VoteRole,
|