@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
|
@@ -110,6 +110,7 @@ __export(index_typings_exports, {
|
|
|
110
110
|
HorizontalDocking: () => HorizontalDocking,
|
|
111
111
|
HostContainerId: () => HostContainerId,
|
|
112
112
|
IconType: () => IconType,
|
|
113
|
+
ImageCategoryTypes: () => ImageCategoryTypes,
|
|
113
114
|
ImageFit: () => ImageFit,
|
|
114
115
|
ImageShape: () => ImageShape,
|
|
115
116
|
ImageStylesPosition: () => ImageStylesPosition,
|
|
@@ -187,6 +188,7 @@ __export(index_typings_exports, {
|
|
|
187
188
|
Resizing: () => Resizing,
|
|
188
189
|
RestrictedOperation: () => RestrictedOperation,
|
|
189
190
|
RestrictionLevel: () => RestrictionLevel,
|
|
191
|
+
RichTextAbilities: () => RichTextAbilities,
|
|
190
192
|
SchemaFieldExposure: () => SchemaFieldExposure,
|
|
191
193
|
SchemaFieldFieldType: () => SchemaFieldFieldType,
|
|
192
194
|
SchemaScope: () => SchemaScope,
|
|
@@ -225,8 +227,10 @@ __export(index_typings_exports, {
|
|
|
225
227
|
UserNotificationDataRecipientFilterType: () => UserNotificationDataRecipientFilterType,
|
|
226
228
|
UserNotificationDataType: () => UserNotificationDataType,
|
|
227
229
|
ValueConstraintType: () => ValueConstraintType,
|
|
230
|
+
VectorArtCategoryTypes: () => VectorArtCategoryTypes,
|
|
228
231
|
VerticalAlignment: () => VerticalAlignment,
|
|
229
232
|
VerticalDocking: () => VerticalDocking,
|
|
233
|
+
VideoCategoryTypes: () => VideoCategoryTypes,
|
|
230
234
|
ViewMode: () => ViewMode,
|
|
231
235
|
ViewRole: () => ViewRole,
|
|
232
236
|
VoteRole: () => VoteRole,
|
|
@@ -2220,6 +2224,20 @@ var BackgroundModeEnum = /* @__PURE__ */ ((BackgroundModeEnum2) => {
|
|
|
2220
2224
|
BackgroundModeEnum2["UNKNOWN_BackgroundModeEnum"] = "UNKNOWN_BackgroundModeEnum";
|
|
2221
2225
|
return BackgroundModeEnum2;
|
|
2222
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 || {});
|
|
2223
2241
|
var CssDataType = /* @__PURE__ */ ((CssDataType2) => {
|
|
2224
2242
|
CssDataType2["UNKNOWN_CssDataType"] = "UNKNOWN_CssDataType";
|
|
2225
2243
|
CssDataType2["number"] = "number";
|
|
@@ -2325,6 +2343,31 @@ var ResizeDirection = /* @__PURE__ */ ((ResizeDirection2) => {
|
|
|
2325
2343
|
ResizeDirection2["none"] = "none";
|
|
2326
2344
|
return ResizeDirection2;
|
|
2327
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 || {});
|
|
2328
2371
|
var ElementType = /* @__PURE__ */ ((ElementType2) => {
|
|
2329
2372
|
ElementType2["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
2330
2373
|
ElementType2["inlineElement"] = "inlineElement";
|
|
@@ -2355,6 +2398,7 @@ var ActionName = /* @__PURE__ */ ((ActionName2) => {
|
|
|
2355
2398
|
ActionName2["dashboard"] = "dashboard";
|
|
2356
2399
|
ActionName2["custom"] = "custom";
|
|
2357
2400
|
ActionName2["manageMenu"] = "manageMenu";
|
|
2401
|
+
ActionName2["container"] = "container";
|
|
2358
2402
|
return ActionName2;
|
|
2359
2403
|
})(ActionName || {});
|
|
2360
2404
|
var SizingType = /* @__PURE__ */ ((SizingType2) => {
|
|
@@ -2417,6 +2461,8 @@ var Archetype = /* @__PURE__ */ ((Archetype2) => {
|
|
|
2417
2461
|
Archetype2["Captcha"] = "Captcha";
|
|
2418
2462
|
Archetype2["VectorArt"] = "VectorArt";
|
|
2419
2463
|
Archetype2["AnimatedGraphic"] = "AnimatedGraphic";
|
|
2464
|
+
Archetype2["Cart"] = "Cart";
|
|
2465
|
+
Archetype2["ContactForm"] = "ContactForm";
|
|
2420
2466
|
return Archetype2;
|
|
2421
2467
|
})(Archetype || {});
|
|
2422
2468
|
var NativeStateType = /* @__PURE__ */ ((NativeStateType2) => {
|
|
@@ -2429,8 +2475,8 @@ var NativeStateType = /* @__PURE__ */ ((NativeStateType2) => {
|
|
|
2429
2475
|
})(NativeStateType || {});
|
|
2430
2476
|
var GroupType = /* @__PURE__ */ ((GroupType2) => {
|
|
2431
2477
|
GroupType2["UNKNOWN_GroupType"] = "UNKNOWN_GroupType";
|
|
2432
|
-
GroupType2["
|
|
2433
|
-
GroupType2["
|
|
2478
|
+
GroupType2["cssDataType"] = "cssDataType";
|
|
2479
|
+
GroupType2["dataType"] = "dataType";
|
|
2434
2480
|
GroupType2["background"] = "background";
|
|
2435
2481
|
GroupType2["margin"] = "margin";
|
|
2436
2482
|
GroupType2["padding"] = "padding";
|
|
@@ -2759,6 +2805,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2759
2805
|
HorizontalDocking,
|
|
2760
2806
|
HostContainerId,
|
|
2761
2807
|
IconType,
|
|
2808
|
+
ImageCategoryTypes,
|
|
2762
2809
|
ImageFit,
|
|
2763
2810
|
ImageShape,
|
|
2764
2811
|
ImageStylesPosition,
|
|
@@ -2836,6 +2883,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2836
2883
|
Resizing,
|
|
2837
2884
|
RestrictedOperation,
|
|
2838
2885
|
RestrictionLevel,
|
|
2886
|
+
RichTextAbilities,
|
|
2839
2887
|
SchemaFieldExposure,
|
|
2840
2888
|
SchemaFieldFieldType,
|
|
2841
2889
|
SchemaScope,
|
|
@@ -2874,8 +2922,10 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2874
2922
|
UserNotificationDataRecipientFilterType,
|
|
2875
2923
|
UserNotificationDataType,
|
|
2876
2924
|
ValueConstraintType,
|
|
2925
|
+
VectorArtCategoryTypes,
|
|
2877
2926
|
VerticalAlignment,
|
|
2878
2927
|
VerticalDocking,
|
|
2928
|
+
VideoCategoryTypes,
|
|
2879
2929
|
ViewMode,
|
|
2880
2930
|
ViewRole,
|
|
2881
2931
|
VoteRole,
|