@wix/auto_sdk_data-extension-schema_schemas 1.0.183 → 1.0.185

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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +71 -12
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +220 -21
  5. package/build/cjs/index.typings.js +71 -12
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +220 -21
  8. package/build/cjs/meta.js +71 -12
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +64 -12
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +220 -21
  14. package/build/es/index.typings.mjs +64 -12
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +220 -21
  17. package/build/es/meta.mjs +64 -12
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +71 -12
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +220 -21
  23. package/build/internal/cjs/index.typings.js +71 -12
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +220 -21
  26. package/build/internal/cjs/meta.js +71 -12
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +64 -12
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +220 -21
  32. package/build/internal/es/index.typings.mjs +64 -12
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +220 -21
  35. package/build/internal/es/meta.mjs +64 -12
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -439,6 +439,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
439
439
  ComponentType2["AUTOMATION_TEMPLATE"] = "AUTOMATION_TEMPLATE";
440
440
  ComponentType2["AGENT_MAKER_APPROVAL_PROVIDER"] = "AGENT_MAKER_APPROVAL_PROVIDER";
441
441
  ComponentType2["SERVICE_TAGS_CONFIGURATION"] = "SERVICE_TAGS_CONFIGURATION";
442
+ ComponentType2["LOYALTY_POINTS_ADJUSTMENT"] = "LOYALTY_POINTS_ADJUSTMENT";
442
443
  return ComponentType2;
443
444
  })(ComponentType || {});
444
445
  var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
@@ -997,8 +998,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
997
998
  NodeType2["LAYOUT"] = "LAYOUT";
998
999
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
999
1000
  NodeType2["SHAPE"] = "SHAPE";
1001
+ NodeType2["CARD"] = "CARD";
1000
1002
  return NodeType2;
1001
1003
  })(NodeType || {});
1004
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1005
+ BackgroundType2["COLOR"] = "COLOR";
1006
+ BackgroundType2["GRADIENT"] = "GRADIENT";
1007
+ return BackgroundType2;
1008
+ })(BackgroundType || {});
1009
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
1010
+ GradientType2["LINEAR"] = "LINEAR";
1011
+ GradientType2["RADIAL"] = "RADIAL";
1012
+ return GradientType2;
1013
+ })(GradientType || {});
1002
1014
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1003
1015
  WidthType2["CONTENT"] = "CONTENT";
1004
1016
  WidthType2["SMALL"] = "SMALL";
@@ -1134,12 +1146,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
1134
1146
  PollLayoutDirection2["RTL"] = "RTL";
1135
1147
  return PollLayoutDirection2;
1136
1148
  })(PollLayoutDirection || {});
1137
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1138
- BackgroundType2["COLOR"] = "COLOR";
1139
- BackgroundType2["IMAGE"] = "IMAGE";
1140
- BackgroundType2["GRADIENT"] = "GRADIENT";
1141
- return BackgroundType2;
1142
- })(BackgroundType || {});
1149
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1150
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1151
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1152
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1153
+ return PollDesignBackgroundType2;
1154
+ })(PollDesignBackgroundType || {});
1143
1155
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
1144
1156
  DecorationType2["BOLD"] = "BOLD";
1145
1157
  DecorationType2["ITALIC"] = "ITALIC";
@@ -1226,12 +1238,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1226
1238
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1227
1239
  return NullValue2;
1228
1240
  })(NullValue || {});
1229
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1230
- Scaling2["AUTO"] = "AUTO";
1231
- Scaling2["CONTAIN"] = "CONTAIN";
1232
- Scaling2["COVER"] = "COVER";
1233
- return Scaling2;
1234
- })(Scaling || {});
1241
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1242
+ ImageScalingScaling2["AUTO"] = "AUTO";
1243
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1244
+ ImageScalingScaling2["COVER"] = "COVER";
1245
+ return ImageScalingScaling2;
1246
+ })(ImageScalingScaling || {});
1235
1247
  var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
1236
1248
  LayoutDataImagePosition2["CENTER"] = "CENTER";
1237
1249
  LayoutDataImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1249,6 +1261,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
1249
1261
  Origin2["LAYOUT"] = "LAYOUT";
1250
1262
  return Origin2;
1251
1263
  })(Origin || {});
1264
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1265
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1266
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1267
+ return LayoutDataBackgroundType2;
1268
+ })(LayoutDataBackgroundType || {});
1269
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1270
+ BackdropType2["COLOR"] = "COLOR";
1271
+ BackdropType2["GRADIENT"] = "GRADIENT";
1272
+ return BackdropType2;
1273
+ })(BackdropType || {});
1252
1274
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1253
1275
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1254
1276
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1265,6 +1287,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1265
1287
  DesignTarget2["CELL"] = "CELL";
1266
1288
  return DesignTarget2;
1267
1289
  })(DesignTarget || {});
1290
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
1291
+ Scaling2["AUTO"] = "AUTO";
1292
+ Scaling2["CONTAIN"] = "CONTAIN";
1293
+ Scaling2["COVER"] = "COVER";
1294
+ return Scaling2;
1295
+ })(Scaling || {});
1296
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
1297
+ ImagePositionPosition2["CENTER"] = "CENTER";
1298
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
1299
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
1300
+ ImagePositionPosition2["TOP"] = "TOP";
1301
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
1302
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
1303
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
1304
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
1305
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1306
+ return ImagePositionPosition2;
1307
+ })(ImagePositionPosition || {});
1308
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
1309
+ CardDataBackgroundType2["COLOR"] = "COLOR";
1310
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
1311
+ return CardDataBackgroundType2;
1312
+ })(CardDataBackgroundType || {});
1268
1313
  var TestEnum = /* @__PURE__ */ ((TestEnum2) => {
1269
1314
  TestEnum2["UNKNOWN_TEST_ENUM"] = "UNKNOWN_TEST_ENUM";
1270
1315
  TestEnum2["FIRST_TEST"] = "FIRST_TEST";
@@ -3006,6 +3051,7 @@ export {
3006
3051
  AvatarShape,
3007
3052
  BackOfficeHostingPlatforms,
3008
3053
  BackOfficeScriptAssetType,
3054
+ BackdropType,
3009
3055
  BackgroundModeEnum,
3010
3056
  BackgroundType,
3011
3057
  BarAlignmentSelected,
@@ -3014,6 +3060,7 @@ export {
3014
3060
  BreakpointEnumBreakpoint,
3015
3061
  ButtonDataType,
3016
3062
  CalendarType,
3063
+ CardDataBackgroundType,
3017
3064
  CardStylesAlignment,
3018
3065
  CardStylesType,
3019
3066
  Category,
@@ -3076,6 +3123,7 @@ export {
3076
3123
  FontType,
3077
3124
  Format,
3078
3125
  GIFType,
3126
+ GradientType,
3079
3127
  GroupType,
3080
3128
  HTMLDataSource,
3081
3129
  HTTPMethod,
@@ -3088,6 +3136,8 @@ export {
3088
3136
  ImageCategoryTypes,
3089
3137
  ImageFit,
3090
3138
  ImagePosition,
3139
+ ImagePositionPosition,
3140
+ ImageScalingScaling,
3091
3141
  ImageShape,
3092
3142
  ImageStylesPosition,
3093
3143
  ImageType,
@@ -3102,6 +3152,7 @@ export {
3102
3152
  InterfaceConfigurationType,
3103
3153
  ItemType,
3104
3154
  Layout,
3155
+ LayoutDataBackgroundType,
3105
3156
  LayoutDataImagePosition,
3106
3157
  LayoutMode,
3107
3158
  LayoutType,
@@ -3154,6 +3205,7 @@ export {
3154
3205
  PlanPeriodUnit,
3155
3206
  PluginContainerDataAlignment,
3156
3207
  PluginInterface,
3208
+ PollDesignBackgroundType,
3157
3209
  PollLayoutDirection,
3158
3210
  PollLayoutType,
3159
3211
  PriceType,