@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
|
@@ -44,6 +44,7 @@ __export(index_typings_exports, {
|
|
|
44
44
|
BarAlignmentSelected: () => BarAlignmentSelected,
|
|
45
45
|
BlockType: () => BlockType,
|
|
46
46
|
BooleanComponentType: () => BooleanComponentType,
|
|
47
|
+
BreakpointEnumBreakpoint: () => BreakpointEnumBreakpoint,
|
|
47
48
|
ButtonDataType: () => ButtonDataType,
|
|
48
49
|
CalendarType: () => CalendarType,
|
|
49
50
|
CardStylesType: () => CardStylesType,
|
|
@@ -109,6 +110,7 @@ __export(index_typings_exports, {
|
|
|
109
110
|
HorizontalDocking: () => HorizontalDocking,
|
|
110
111
|
HostContainerId: () => HostContainerId,
|
|
111
112
|
IconType: () => IconType,
|
|
113
|
+
ImageCategoryTypes: () => ImageCategoryTypes,
|
|
112
114
|
ImageFit: () => ImageFit,
|
|
113
115
|
ImageShape: () => ImageShape,
|
|
114
116
|
ImageStylesPosition: () => ImageStylesPosition,
|
|
@@ -186,6 +188,7 @@ __export(index_typings_exports, {
|
|
|
186
188
|
Resizing: () => Resizing,
|
|
187
189
|
RestrictedOperation: () => RestrictedOperation,
|
|
188
190
|
RestrictionLevel: () => RestrictionLevel,
|
|
191
|
+
RichTextAbilities: () => RichTextAbilities,
|
|
189
192
|
SchemaFieldExposure: () => SchemaFieldExposure,
|
|
190
193
|
SchemaFieldFieldType: () => SchemaFieldFieldType,
|
|
191
194
|
SchemaScope: () => SchemaScope,
|
|
@@ -224,8 +227,10 @@ __export(index_typings_exports, {
|
|
|
224
227
|
UserNotificationDataRecipientFilterType: () => UserNotificationDataRecipientFilterType,
|
|
225
228
|
UserNotificationDataType: () => UserNotificationDataType,
|
|
226
229
|
ValueConstraintType: () => ValueConstraintType,
|
|
230
|
+
VectorArtCategoryTypes: () => VectorArtCategoryTypes,
|
|
227
231
|
VerticalAlignment: () => VerticalAlignment,
|
|
228
232
|
VerticalDocking: () => VerticalDocking,
|
|
233
|
+
VideoCategoryTypes: () => VideoCategoryTypes,
|
|
229
234
|
ViewMode: () => ViewMode,
|
|
230
235
|
ViewRole: () => ViewRole,
|
|
231
236
|
VoteRole: () => VoteRole,
|
|
@@ -1008,6 +1013,7 @@ var Tag = /* @__PURE__ */ ((Tag2) => {
|
|
|
1008
1013
|
Tag2["MY_BUSINESS"] = "MY_BUSINESS";
|
|
1009
1014
|
Tag2["PIPELINE_LINKED_ENTITY"] = "PIPELINE_LINKED_ENTITY";
|
|
1010
1015
|
Tag2["GET_PAID"] = "GET_PAID";
|
|
1016
|
+
Tag2["PIPELINE_CARD_CATALOG_ITEM"] = "PIPELINE_CARD_CATALOG_ITEM";
|
|
1011
1017
|
return Tag2;
|
|
1012
1018
|
})(Tag || {});
|
|
1013
1019
|
var FilterSelectionType = /* @__PURE__ */ ((FilterSelectionType2) => {
|
|
@@ -2218,6 +2224,20 @@ var BackgroundModeEnum = /* @__PURE__ */ ((BackgroundModeEnum2) => {
|
|
|
2218
2224
|
BackgroundModeEnum2["UNKNOWN_BackgroundModeEnum"] = "UNKNOWN_BackgroundModeEnum";
|
|
2219
2225
|
return BackgroundModeEnum2;
|
|
2220
2226
|
})(BackgroundModeEnum || {});
|
|
2227
|
+
var ImageCategoryTypes = /* @__PURE__ */ ((ImageCategoryTypes2) => {
|
|
2228
|
+
ImageCategoryTypes2["UNKNOWN_CategoryName"] = "UNKNOWN_CategoryName";
|
|
2229
|
+
ImageCategoryTypes2["IMAGE"] = "IMAGE";
|
|
2230
|
+
ImageCategoryTypes2["IMAGE_BACKGROUND"] = "IMAGE_BACKGROUND";
|
|
2231
|
+
return ImageCategoryTypes2;
|
|
2232
|
+
})(ImageCategoryTypes || {});
|
|
2233
|
+
var VectorArtCategoryTypes = /* @__PURE__ */ ((VectorArtCategoryTypes2) => {
|
|
2234
|
+
VectorArtCategoryTypes2["UNKNOWN_VectorArtCategoryTypes"] = "UNKNOWN_VectorArtCategoryTypes";
|
|
2235
|
+
VectorArtCategoryTypes2["SHAPE_ALL"] = "SHAPE_ALL";
|
|
2236
|
+
VectorArtCategoryTypes2["SHAPE_BASIC"] = "SHAPE_BASIC";
|
|
2237
|
+
VectorArtCategoryTypes2["SHAPE_ART"] = "SHAPE_ART";
|
|
2238
|
+
VectorArtCategoryTypes2["ICON_SOCIAL"] = "ICON_SOCIAL";
|
|
2239
|
+
return VectorArtCategoryTypes2;
|
|
2240
|
+
})(VectorArtCategoryTypes || {});
|
|
2221
2241
|
var CssDataType = /* @__PURE__ */ ((CssDataType2) => {
|
|
2222
2242
|
CssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
2223
2243
|
CssDataType2["number"] = "number";
|
|
@@ -2323,6 +2343,31 @@ var ResizeDirection = /* @__PURE__ */ ((ResizeDirection2) => {
|
|
|
2323
2343
|
ResizeDirection2["none"] = "none";
|
|
2324
2344
|
return ResizeDirection2;
|
|
2325
2345
|
})(ResizeDirection || {});
|
|
2346
|
+
var RichTextAbilities = /* @__PURE__ */ ((RichTextAbilities2) => {
|
|
2347
|
+
RichTextAbilities2["UNKNOWN_RichTextAbilities"] = "UNKNOWN_RichTextAbilities";
|
|
2348
|
+
RichTextAbilities2["font"] = "font";
|
|
2349
|
+
RichTextAbilities2["fontFamily"] = "fontFamily";
|
|
2350
|
+
RichTextAbilities2["fontSize"] = "fontSize";
|
|
2351
|
+
RichTextAbilities2["fontStyle"] = "fontStyle";
|
|
2352
|
+
RichTextAbilities2["fontWeight"] = "fontWeight";
|
|
2353
|
+
RichTextAbilities2["textDecoration"] = "textDecoration";
|
|
2354
|
+
RichTextAbilities2["color"] = "color";
|
|
2355
|
+
RichTextAbilities2["backgroundColor"] = "backgroundColor";
|
|
2356
|
+
RichTextAbilities2["letterSpacing"] = "letterSpacing";
|
|
2357
|
+
RichTextAbilities2["textAlign"] = "textAlign";
|
|
2358
|
+
RichTextAbilities2["direction"] = "direction";
|
|
2359
|
+
RichTextAbilities2["marginStart"] = "marginStart";
|
|
2360
|
+
RichTextAbilities2["marginEnd"] = "marginEnd";
|
|
2361
|
+
RichTextAbilities2["bulletedList"] = "bulletedList";
|
|
2362
|
+
RichTextAbilities2["numberedList"] = "numberedList";
|
|
2363
|
+
RichTextAbilities2["seoTag"] = "seoTag";
|
|
2364
|
+
return RichTextAbilities2;
|
|
2365
|
+
})(RichTextAbilities || {});
|
|
2366
|
+
var VideoCategoryTypes = /* @__PURE__ */ ((VideoCategoryTypes2) => {
|
|
2367
|
+
VideoCategoryTypes2["UNKNOWN_VideoCategoryTypes"] = "UNKNOWN_VideoCategoryTypes";
|
|
2368
|
+
VideoCategoryTypes2["VIDEO_OPAQUE"] = "VIDEO_OPAQUE";
|
|
2369
|
+
return VideoCategoryTypes2;
|
|
2370
|
+
})(VideoCategoryTypes || {});
|
|
2326
2371
|
var ElementType = /* @__PURE__ */ ((ElementType2) => {
|
|
2327
2372
|
ElementType2["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
2328
2373
|
ElementType2["inlineElement"] = "inlineElement";
|
|
@@ -2353,6 +2398,7 @@ var ActionName = /* @__PURE__ */ ((ActionName2) => {
|
|
|
2353
2398
|
ActionName2["dashboard"] = "dashboard";
|
|
2354
2399
|
ActionName2["custom"] = "custom";
|
|
2355
2400
|
ActionName2["manageMenu"] = "manageMenu";
|
|
2401
|
+
ActionName2["container"] = "container";
|
|
2356
2402
|
return ActionName2;
|
|
2357
2403
|
})(ActionName || {});
|
|
2358
2404
|
var SizingType = /* @__PURE__ */ ((SizingType2) => {
|
|
@@ -2362,6 +2408,20 @@ var SizingType = /* @__PURE__ */ ((SizingType2) => {
|
|
|
2362
2408
|
SizingType2["pixels"] = "pixels";
|
|
2363
2409
|
return SizingType2;
|
|
2364
2410
|
})(SizingType || {});
|
|
2411
|
+
var BreakpointEnumBreakpoint = /* @__PURE__ */ ((BreakpointEnumBreakpoint2) => {
|
|
2412
|
+
BreakpointEnumBreakpoint2["UNKNOWN_Breakpoint"] = "UNKNOWN_Breakpoint";
|
|
2413
|
+
BreakpointEnumBreakpoint2["small"] = "small";
|
|
2414
|
+
BreakpointEnumBreakpoint2["large"] = "large";
|
|
2415
|
+
return BreakpointEnumBreakpoint2;
|
|
2416
|
+
})(BreakpointEnumBreakpoint || {});
|
|
2417
|
+
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2418
|
+
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2419
|
+
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2420
|
+
ContentResizeDirection2["vertical"] = "vertical";
|
|
2421
|
+
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2422
|
+
ContentResizeDirection2["none"] = "none";
|
|
2423
|
+
return ContentResizeDirection2;
|
|
2424
|
+
})(ContentResizeDirection || {});
|
|
2365
2425
|
var Archetype = /* @__PURE__ */ ((Archetype2) => {
|
|
2366
2426
|
Archetype2["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
|
|
2367
2427
|
Archetype2["Button"] = "Button";
|
|
@@ -2401,6 +2461,8 @@ var Archetype = /* @__PURE__ */ ((Archetype2) => {
|
|
|
2401
2461
|
Archetype2["Captcha"] = "Captcha";
|
|
2402
2462
|
Archetype2["VectorArt"] = "VectorArt";
|
|
2403
2463
|
Archetype2["AnimatedGraphic"] = "AnimatedGraphic";
|
|
2464
|
+
Archetype2["Cart"] = "Cart";
|
|
2465
|
+
Archetype2["ContactForm"] = "ContactForm";
|
|
2404
2466
|
return Archetype2;
|
|
2405
2467
|
})(Archetype || {});
|
|
2406
2468
|
var NativeStateType = /* @__PURE__ */ ((NativeStateType2) => {
|
|
@@ -2413,8 +2475,8 @@ var NativeStateType = /* @__PURE__ */ ((NativeStateType2) => {
|
|
|
2413
2475
|
})(NativeStateType || {});
|
|
2414
2476
|
var GroupType = /* @__PURE__ */ ((GroupType2) => {
|
|
2415
2477
|
GroupType2["UNKNOWN_GroupType"] = "UNKNOWN_GroupType";
|
|
2416
|
-
GroupType2["
|
|
2417
|
-
GroupType2["
|
|
2478
|
+
GroupType2["cssDataType"] = "cssDataType";
|
|
2479
|
+
GroupType2["dataType"] = "dataType";
|
|
2418
2480
|
GroupType2["background"] = "background";
|
|
2419
2481
|
GroupType2["margin"] = "margin";
|
|
2420
2482
|
GroupType2["padding"] = "padding";
|
|
@@ -2431,14 +2493,6 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
|
|
|
2431
2493
|
GroupType2["gap"] = "gap";
|
|
2432
2494
|
return GroupType2;
|
|
2433
2495
|
})(GroupType || {});
|
|
2434
|
-
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2435
|
-
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2436
|
-
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2437
|
-
ContentResizeDirection2["vertical"] = "vertical";
|
|
2438
|
-
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2439
|
-
ContentResizeDirection2["none"] = "none";
|
|
2440
|
-
return ContentResizeDirection2;
|
|
2441
|
-
})(ContentResizeDirection || {});
|
|
2442
2496
|
var Trigger = /* @__PURE__ */ ((Trigger2) => {
|
|
2443
2497
|
Trigger2["UNKNOWN_TRIGGER"] = "UNKNOWN_TRIGGER";
|
|
2444
2498
|
Trigger2["hover"] = "hover";
|
|
@@ -2685,6 +2739,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2685
2739
|
BarAlignmentSelected,
|
|
2686
2740
|
BlockType,
|
|
2687
2741
|
BooleanComponentType,
|
|
2742
|
+
BreakpointEnumBreakpoint,
|
|
2688
2743
|
ButtonDataType,
|
|
2689
2744
|
CalendarType,
|
|
2690
2745
|
CardStylesType,
|
|
@@ -2750,6 +2805,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2750
2805
|
HorizontalDocking,
|
|
2751
2806
|
HostContainerId,
|
|
2752
2807
|
IconType,
|
|
2808
|
+
ImageCategoryTypes,
|
|
2753
2809
|
ImageFit,
|
|
2754
2810
|
ImageShape,
|
|
2755
2811
|
ImageStylesPosition,
|
|
@@ -2827,6 +2883,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2827
2883
|
Resizing,
|
|
2828
2884
|
RestrictedOperation,
|
|
2829
2885
|
RestrictionLevel,
|
|
2886
|
+
RichTextAbilities,
|
|
2830
2887
|
SchemaFieldExposure,
|
|
2831
2888
|
SchemaFieldFieldType,
|
|
2832
2889
|
SchemaScope,
|
|
@@ -2865,8 +2922,10 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2865
2922
|
UserNotificationDataRecipientFilterType,
|
|
2866
2923
|
UserNotificationDataType,
|
|
2867
2924
|
ValueConstraintType,
|
|
2925
|
+
VectorArtCategoryTypes,
|
|
2868
2926
|
VerticalAlignment,
|
|
2869
2927
|
VerticalDocking,
|
|
2928
|
+
VideoCategoryTypes,
|
|
2870
2929
|
ViewMode,
|
|
2871
2930
|
ViewRole,
|
|
2872
2931
|
VoteRole,
|