@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
@@ -43,6 +43,7 @@ __export(index_typings_exports, {
43
43
  AvatarShape: () => AvatarShape,
44
44
  BackOfficeHostingPlatforms: () => BackOfficeHostingPlatforms,
45
45
  BackOfficeScriptAssetType: () => BackOfficeScriptAssetType,
46
+ BackdropType: () => BackdropType,
46
47
  BackgroundModeEnum: () => BackgroundModeEnum,
47
48
  BackgroundType: () => BackgroundType,
48
49
  BarAlignmentSelected: () => BarAlignmentSelected,
@@ -51,6 +52,7 @@ __export(index_typings_exports, {
51
52
  BreakpointEnumBreakpoint: () => BreakpointEnumBreakpoint,
52
53
  ButtonDataType: () => ButtonDataType,
53
54
  CalendarType: () => CalendarType,
55
+ CardDataBackgroundType: () => CardDataBackgroundType,
54
56
  CardStylesAlignment: () => CardStylesAlignment,
55
57
  CardStylesType: () => CardStylesType,
56
58
  Category: () => Category,
@@ -113,6 +115,7 @@ __export(index_typings_exports, {
113
115
  FontType: () => FontType,
114
116
  Format: () => Format,
115
117
  GIFType: () => GIFType,
118
+ GradientType: () => GradientType,
116
119
  GroupType: () => GroupType,
117
120
  HTMLDataSource: () => HTMLDataSource,
118
121
  HTTPMethod: () => HTTPMethod,
@@ -125,6 +128,8 @@ __export(index_typings_exports, {
125
128
  ImageCategoryTypes: () => ImageCategoryTypes,
126
129
  ImageFit: () => ImageFit,
127
130
  ImagePosition: () => ImagePosition,
131
+ ImagePositionPosition: () => ImagePositionPosition,
132
+ ImageScalingScaling: () => ImageScalingScaling,
128
133
  ImageShape: () => ImageShape,
129
134
  ImageStylesPosition: () => ImageStylesPosition,
130
135
  ImageType: () => ImageType,
@@ -139,6 +144,7 @@ __export(index_typings_exports, {
139
144
  InterfaceConfigurationType: () => InterfaceConfigurationType,
140
145
  ItemType: () => ItemType,
141
146
  Layout: () => Layout,
147
+ LayoutDataBackgroundType: () => LayoutDataBackgroundType,
142
148
  LayoutDataImagePosition: () => LayoutDataImagePosition,
143
149
  LayoutMode: () => LayoutMode,
144
150
  LayoutType: () => LayoutType,
@@ -191,6 +197,7 @@ __export(index_typings_exports, {
191
197
  PlanPeriodUnit: () => PlanPeriodUnit,
192
198
  PluginContainerDataAlignment: () => PluginContainerDataAlignment,
193
199
  PluginInterface: () => PluginInterface,
200
+ PollDesignBackgroundType: () => PollDesignBackgroundType,
194
201
  PollLayoutDirection: () => PollLayoutDirection,
195
202
  PollLayoutType: () => PollLayoutType,
196
203
  PriceType: () => PriceType,
@@ -725,6 +732,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
725
732
  ComponentType2["AUTOMATION_TEMPLATE"] = "AUTOMATION_TEMPLATE";
726
733
  ComponentType2["AGENT_MAKER_APPROVAL_PROVIDER"] = "AGENT_MAKER_APPROVAL_PROVIDER";
727
734
  ComponentType2["SERVICE_TAGS_CONFIGURATION"] = "SERVICE_TAGS_CONFIGURATION";
735
+ ComponentType2["LOYALTY_POINTS_ADJUSTMENT"] = "LOYALTY_POINTS_ADJUSTMENT";
728
736
  return ComponentType2;
729
737
  })(ComponentType || {});
730
738
  var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
@@ -1283,8 +1291,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1283
1291
  NodeType2["LAYOUT"] = "LAYOUT";
1284
1292
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1285
1293
  NodeType2["SHAPE"] = "SHAPE";
1294
+ NodeType2["CARD"] = "CARD";
1286
1295
  return NodeType2;
1287
1296
  })(NodeType || {});
1297
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1298
+ BackgroundType2["COLOR"] = "COLOR";
1299
+ BackgroundType2["GRADIENT"] = "GRADIENT";
1300
+ return BackgroundType2;
1301
+ })(BackgroundType || {});
1302
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
1303
+ GradientType2["LINEAR"] = "LINEAR";
1304
+ GradientType2["RADIAL"] = "RADIAL";
1305
+ return GradientType2;
1306
+ })(GradientType || {});
1288
1307
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1289
1308
  WidthType2["CONTENT"] = "CONTENT";
1290
1309
  WidthType2["SMALL"] = "SMALL";
@@ -1420,12 +1439,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
1420
1439
  PollLayoutDirection2["RTL"] = "RTL";
1421
1440
  return PollLayoutDirection2;
1422
1441
  })(PollLayoutDirection || {});
1423
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1424
- BackgroundType2["COLOR"] = "COLOR";
1425
- BackgroundType2["IMAGE"] = "IMAGE";
1426
- BackgroundType2["GRADIENT"] = "GRADIENT";
1427
- return BackgroundType2;
1428
- })(BackgroundType || {});
1442
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1443
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1444
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1445
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1446
+ return PollDesignBackgroundType2;
1447
+ })(PollDesignBackgroundType || {});
1429
1448
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
1430
1449
  DecorationType2["BOLD"] = "BOLD";
1431
1450
  DecorationType2["ITALIC"] = "ITALIC";
@@ -1512,12 +1531,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1512
1531
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1513
1532
  return NullValue2;
1514
1533
  })(NullValue || {});
1515
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1516
- Scaling2["AUTO"] = "AUTO";
1517
- Scaling2["CONTAIN"] = "CONTAIN";
1518
- Scaling2["COVER"] = "COVER";
1519
- return Scaling2;
1520
- })(Scaling || {});
1534
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1535
+ ImageScalingScaling2["AUTO"] = "AUTO";
1536
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1537
+ ImageScalingScaling2["COVER"] = "COVER";
1538
+ return ImageScalingScaling2;
1539
+ })(ImageScalingScaling || {});
1521
1540
  var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
1522
1541
  LayoutDataImagePosition2["CENTER"] = "CENTER";
1523
1542
  LayoutDataImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1535,6 +1554,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
1535
1554
  Origin2["LAYOUT"] = "LAYOUT";
1536
1555
  return Origin2;
1537
1556
  })(Origin || {});
1557
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1558
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1559
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1560
+ return LayoutDataBackgroundType2;
1561
+ })(LayoutDataBackgroundType || {});
1562
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1563
+ BackdropType2["COLOR"] = "COLOR";
1564
+ BackdropType2["GRADIENT"] = "GRADIENT";
1565
+ return BackdropType2;
1566
+ })(BackdropType || {});
1538
1567
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1539
1568
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1540
1569
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1551,6 +1580,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1551
1580
  DesignTarget2["CELL"] = "CELL";
1552
1581
  return DesignTarget2;
1553
1582
  })(DesignTarget || {});
1583
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
1584
+ Scaling2["AUTO"] = "AUTO";
1585
+ Scaling2["CONTAIN"] = "CONTAIN";
1586
+ Scaling2["COVER"] = "COVER";
1587
+ return Scaling2;
1588
+ })(Scaling || {});
1589
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
1590
+ ImagePositionPosition2["CENTER"] = "CENTER";
1591
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
1592
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
1593
+ ImagePositionPosition2["TOP"] = "TOP";
1594
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
1595
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
1596
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
1597
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
1598
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1599
+ return ImagePositionPosition2;
1600
+ })(ImagePositionPosition || {});
1601
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
1602
+ CardDataBackgroundType2["COLOR"] = "COLOR";
1603
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
1604
+ return CardDataBackgroundType2;
1605
+ })(CardDataBackgroundType || {});
1554
1606
  var TestEnum = /* @__PURE__ */ ((TestEnum2) => {
1555
1607
  TestEnum2["UNKNOWN_TEST_ENUM"] = "UNKNOWN_TEST_ENUM";
1556
1608
  TestEnum2["FIRST_TEST"] = "FIRST_TEST";
@@ -3293,6 +3345,7 @@ async function deleteUserDefinedFields2(dataExtensionSchemaId, options) {
3293
3345
  AvatarShape,
3294
3346
  BackOfficeHostingPlatforms,
3295
3347
  BackOfficeScriptAssetType,
3348
+ BackdropType,
3296
3349
  BackgroundModeEnum,
3297
3350
  BackgroundType,
3298
3351
  BarAlignmentSelected,
@@ -3301,6 +3354,7 @@ async function deleteUserDefinedFields2(dataExtensionSchemaId, options) {
3301
3354
  BreakpointEnumBreakpoint,
3302
3355
  ButtonDataType,
3303
3356
  CalendarType,
3357
+ CardDataBackgroundType,
3304
3358
  CardStylesAlignment,
3305
3359
  CardStylesType,
3306
3360
  Category,
@@ -3363,6 +3417,7 @@ async function deleteUserDefinedFields2(dataExtensionSchemaId, options) {
3363
3417
  FontType,
3364
3418
  Format,
3365
3419
  GIFType,
3420
+ GradientType,
3366
3421
  GroupType,
3367
3422
  HTMLDataSource,
3368
3423
  HTTPMethod,
@@ -3375,6 +3430,8 @@ async function deleteUserDefinedFields2(dataExtensionSchemaId, options) {
3375
3430
  ImageCategoryTypes,
3376
3431
  ImageFit,
3377
3432
  ImagePosition,
3433
+ ImagePositionPosition,
3434
+ ImageScalingScaling,
3378
3435
  ImageShape,
3379
3436
  ImageStylesPosition,
3380
3437
  ImageType,
@@ -3389,6 +3446,7 @@ async function deleteUserDefinedFields2(dataExtensionSchemaId, options) {
3389
3446
  InterfaceConfigurationType,
3390
3447
  ItemType,
3391
3448
  Layout,
3449
+ LayoutDataBackgroundType,
3392
3450
  LayoutDataImagePosition,
3393
3451
  LayoutMode,
3394
3452
  LayoutType,
@@ -3441,6 +3499,7 @@ async function deleteUserDefinedFields2(dataExtensionSchemaId, options) {
3441
3499
  PlanPeriodUnit,
3442
3500
  PluginContainerDataAlignment,
3443
3501
  PluginInterface,
3502
+ PollDesignBackgroundType,
3444
3503
  PollLayoutDirection,
3445
3504
  PollLayoutType,
3446
3505
  PriceType,