@wix/auto_sdk_data-extension-schema_schemas 1.0.47 → 1.0.49
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 +23 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +344 -27
- package/build/cjs/index.typings.js +23 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +22 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +344 -27
- package/build/es/index.typings.mjs +22 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +23 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +344 -27
- package/build/internal/cjs/index.typings.js +23 -0
- 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 +22 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +344 -27
- package/build/internal/es/index.typings.mjs +22 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -101,6 +101,7 @@ __export(index_typings_exports, {
|
|
|
101
101
|
FontType: () => FontType,
|
|
102
102
|
Format: () => Format,
|
|
103
103
|
GIFType: () => GIFType,
|
|
104
|
+
GroupType: () => GroupType,
|
|
104
105
|
HTMLDataSource: () => HTMLDataSource,
|
|
105
106
|
HTTPMethod: () => HTTPMethod,
|
|
106
107
|
HeightMode: () => HeightMode,
|
|
@@ -2335,6 +2336,7 @@ var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
|
2335
2336
|
ActionType2["panel"] = "panel";
|
|
2336
2337
|
ActionType2["forward"] = "forward";
|
|
2337
2338
|
ActionType2["style"] = "style";
|
|
2339
|
+
ActionType2["displayGroup"] = "displayGroup";
|
|
2338
2340
|
return ActionType2;
|
|
2339
2341
|
})(ActionType || {});
|
|
2340
2342
|
var PanelType = /* @__PURE__ */ ((PanelType2) => {
|
|
@@ -2409,6 +2411,26 @@ var NativeStateType = /* @__PURE__ */ ((NativeStateType2) => {
|
|
|
2409
2411
|
NativeStateType2["invalid"] = "invalid";
|
|
2410
2412
|
return NativeStateType2;
|
|
2411
2413
|
})(NativeStateType || {});
|
|
2414
|
+
var GroupType = /* @__PURE__ */ ((GroupType2) => {
|
|
2415
|
+
GroupType2["UNKNOWN_GroupType"] = "UNKNOWN_GroupType";
|
|
2416
|
+
GroupType2["cssDataTypeItems"] = "cssDataTypeItems";
|
|
2417
|
+
GroupType2["dataItems"] = "dataItems";
|
|
2418
|
+
GroupType2["background"] = "background";
|
|
2419
|
+
GroupType2["margin"] = "margin";
|
|
2420
|
+
GroupType2["padding"] = "padding";
|
|
2421
|
+
GroupType2["border"] = "border";
|
|
2422
|
+
GroupType2["borderTop"] = "borderTop";
|
|
2423
|
+
GroupType2["borderRight"] = "borderRight";
|
|
2424
|
+
GroupType2["borderBottom"] = "borderBottom";
|
|
2425
|
+
GroupType2["borderLeft"] = "borderLeft";
|
|
2426
|
+
GroupType2["borderRadius"] = "borderRadius";
|
|
2427
|
+
GroupType2["borderInlineStart"] = "borderInlineStart";
|
|
2428
|
+
GroupType2["borderInlineEnd"] = "borderInlineEnd";
|
|
2429
|
+
GroupType2["font"] = "font";
|
|
2430
|
+
GroupType2["textDecoration"] = "textDecoration";
|
|
2431
|
+
GroupType2["gap"] = "gap";
|
|
2432
|
+
return GroupType2;
|
|
2433
|
+
})(GroupType || {});
|
|
2412
2434
|
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2413
2435
|
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2414
2436
|
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
@@ -2720,6 +2742,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2720
2742
|
FontType,
|
|
2721
2743
|
Format,
|
|
2722
2744
|
GIFType,
|
|
2745
|
+
GroupType,
|
|
2723
2746
|
HTMLDataSource,
|
|
2724
2747
|
HTTPMethod,
|
|
2725
2748
|
HeightMode,
|