@wix/auto_sdk_data-extension-schema_schemas 1.0.234 → 1.0.236
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 +6 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +63 -35
- package/build/cjs/index.typings.js +6 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +63 -35
- package/build/cjs/meta.js +6 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +6 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +63 -35
- package/build/es/index.typings.mjs +6 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +63 -35
- package/build/es/meta.mjs +6 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +6 -5
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +63 -35
- package/build/internal/cjs/index.typings.js +6 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +63 -35
- package/build/internal/cjs/meta.js +6 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +6 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +63 -35
- package/build/internal/es/index.typings.mjs +6 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +63 -35
- package/build/internal/es/meta.mjs +6 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1276,6 +1276,11 @@ var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
|
|
|
1276
1276
|
LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1277
1277
|
return LayoutDataImagePosition2;
|
|
1278
1278
|
})(LayoutDataImagePosition || {});
|
|
1279
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1280
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1281
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1282
|
+
return LayoutDataBackgroundType2;
|
|
1283
|
+
})(LayoutDataBackgroundType || {});
|
|
1279
1284
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
1280
1285
|
Origin2["IMAGE"] = "IMAGE";
|
|
1281
1286
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -1286,11 +1291,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
1286
1291
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
1287
1292
|
return BannerPosition2;
|
|
1288
1293
|
})(BannerPosition || {});
|
|
1289
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1290
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1291
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1292
|
-
return LayoutDataBackgroundType2;
|
|
1293
|
-
})(LayoutDataBackgroundType || {});
|
|
1294
1294
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1295
1295
|
BackdropType2["COLOR"] = "COLOR";
|
|
1296
1296
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -2070,6 +2070,7 @@ var DataType = /* @__PURE__ */ ((DataType2) => {
|
|
|
2070
2070
|
DataType2["onSubmit"] = "onSubmit";
|
|
2071
2071
|
DataType2["filter"] = "filter";
|
|
2072
2072
|
DataType2["sort"] = "sort";
|
|
2073
|
+
DataType2["visualMedia"] = "visualMedia";
|
|
2073
2074
|
return DataType2;
|
|
2074
2075
|
})(DataType || {});
|
|
2075
2076
|
var ItemField = /* @__PURE__ */ ((ItemField2) => {
|