@wix/auto_sdk_events_forms 1.0.78 → 1.0.80

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 +142 -16
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +273 -33
  5. package/build/cjs/index.typings.js +91 -15
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +273 -33
  8. package/build/cjs/meta.js +91 -15
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +133 -16
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +273 -33
  14. package/build/es/index.typings.mjs +82 -15
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +273 -33
  17. package/build/es/meta.mjs +82 -15
  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 +142 -16
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +273 -33
  23. package/build/internal/cjs/index.typings.js +91 -15
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +273 -33
  26. package/build/internal/cjs/meta.js +91 -15
  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 +133 -16
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +273 -33
  32. package/build/internal/es/index.typings.mjs +82 -15
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +273 -33
  35. package/build/internal/es/meta.mjs +82 -15
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +4 -4
@@ -23,8 +23,10 @@ __export(index_typings_exports, {
23
23
  Alignment: () => Alignment,
24
24
  AppType: () => AppType,
25
25
  AspectRatio: () => AspectRatio,
26
+ BackdropType: () => BackdropType,
26
27
  BackgroundType: () => BackgroundType,
27
28
  ButtonDataType: () => ButtonDataType,
29
+ CardDataBackgroundType: () => CardDataBackgroundType,
28
30
  CardStylesType: () => CardStylesType,
29
31
  CheckoutType: () => CheckoutType,
30
32
  ConferenceType: () => ConferenceType,
@@ -37,12 +39,18 @@ __export(index_typings_exports, {
37
39
  EventType: () => EventType,
38
40
  FontType: () => FontType,
39
41
  GIFType: () => GIFType,
42
+ GradientType: () => GradientType,
40
43
  ImagePosition: () => ImagePosition,
44
+ ImagePositionPosition: () => ImagePositionPosition,
45
+ ImageScalingScaling: () => ImageScalingScaling,
46
+ Indentation: () => Indentation,
41
47
  InitialExpandedItems: () => InitialExpandedItems,
42
48
  InputControlType: () => InputControlType,
43
49
  Layout: () => Layout,
50
+ LayoutDataBackgroundType: () => LayoutDataBackgroundType,
44
51
  LayoutType: () => LayoutType,
45
52
  LineStyle: () => LineStyle,
53
+ ListStyle: () => ListStyle,
46
54
  LocationType: () => LocationType,
47
55
  MapType: () => MapType,
48
56
  NodeType: () => NodeType,
@@ -51,6 +59,7 @@ __export(index_typings_exports, {
51
59
  Origin: () => Origin,
52
60
  Placement: () => Placement,
53
61
  PluginContainerDataAlignment: () => PluginContainerDataAlignment,
62
+ PollDesignBackgroundType: () => PollDesignBackgroundType,
54
63
  PollLayoutDirection: () => PollLayoutDirection,
55
64
  PollLayoutType: () => PollLayoutType,
56
65
  Position: () => Position,
@@ -716,7 +725,6 @@ var ValueType = /* @__PURE__ */ ((ValueType2) => {
716
725
  return ValueType2;
717
726
  })(ValueType || {});
718
727
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
719
- RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
720
728
  RequestedFields2["DELETED"] = "DELETED";
721
729
  return RequestedFields2;
722
730
  })(RequestedFields || {});
@@ -781,7 +789,6 @@ var TaxType = /* @__PURE__ */ ((TaxType2) => {
781
789
  return TaxType2;
782
790
  })(TaxType || {});
783
791
  var CheckoutType = /* @__PURE__ */ ((CheckoutType2) => {
784
- CheckoutType2["UNKNOWN_CHECKOUT_TYPE"] = "UNKNOWN_CHECKOUT_TYPE";
785
792
  CheckoutType2["EVENTS_APP"] = "EVENTS_APP";
786
793
  CheckoutType2["ECOMM_PLATFORM"] = "ECOMM_PLATFORM";
787
794
  return CheckoutType2;
@@ -839,8 +846,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
839
846
  NodeType2["LAYOUT"] = "LAYOUT";
840
847
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
841
848
  NodeType2["SHAPE"] = "SHAPE";
849
+ NodeType2["CARD"] = "CARD";
850
+ NodeType2["TOC"] = "TOC";
842
851
  return NodeType2;
843
852
  })(NodeType || {});
853
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
854
+ BackgroundType2["COLOR"] = "COLOR";
855
+ BackgroundType2["GRADIENT"] = "GRADIENT";
856
+ return BackgroundType2;
857
+ })(BackgroundType || {});
858
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
859
+ GradientType2["LINEAR"] = "LINEAR";
860
+ GradientType2["RADIAL"] = "RADIAL";
861
+ return GradientType2;
862
+ })(GradientType || {});
844
863
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
845
864
  WidthType2["CONTENT"] = "CONTENT";
846
865
  WidthType2["SMALL"] = "SMALL";
@@ -939,6 +958,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
939
958
  Source2["HTML"] = "HTML";
940
959
  Source2["ADSENSE"] = "ADSENSE";
941
960
  Source2["AI"] = "AI";
961
+ Source2["AI_WIDGET"] = "AI_WIDGET";
942
962
  return Source2;
943
963
  })(Source || {});
944
964
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -976,12 +996,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
976
996
  PollLayoutDirection2["RTL"] = "RTL";
977
997
  return PollLayoutDirection2;
978
998
  })(PollLayoutDirection || {});
979
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
980
- BackgroundType2["COLOR"] = "COLOR";
981
- BackgroundType2["IMAGE"] = "IMAGE";
982
- BackgroundType2["GRADIENT"] = "GRADIENT";
983
- return BackgroundType2;
984
- })(BackgroundType || {});
999
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1000
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1001
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1002
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1003
+ return PollDesignBackgroundType2;
1004
+ })(PollDesignBackgroundType || {});
985
1005
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
986
1006
  DecorationType2["BOLD"] = "BOLD";
987
1007
  DecorationType2["ITALIC"] = "ITALIC";
@@ -1068,12 +1088,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1068
1088
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1069
1089
  return NullValue2;
1070
1090
  })(NullValue || {});
1071
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1072
- Scaling2["AUTO"] = "AUTO";
1073
- Scaling2["CONTAIN"] = "CONTAIN";
1074
- Scaling2["COVER"] = "COVER";
1075
- return Scaling2;
1076
- })(Scaling || {});
1091
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1092
+ ImageScalingScaling2["AUTO"] = "AUTO";
1093
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1094
+ ImageScalingScaling2["COVER"] = "COVER";
1095
+ return ImageScalingScaling2;
1096
+ })(ImageScalingScaling || {});
1077
1097
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1078
1098
  ImagePosition2["CENTER"] = "CENTER";
1079
1099
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1091,6 +1111,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
1091
1111
  Origin2["LAYOUT"] = "LAYOUT";
1092
1112
  return Origin2;
1093
1113
  })(Origin || {});
1114
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1115
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1116
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1117
+ return LayoutDataBackgroundType2;
1118
+ })(LayoutDataBackgroundType || {});
1119
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1120
+ BackdropType2["COLOR"] = "COLOR";
1121
+ BackdropType2["GRADIENT"] = "GRADIENT";
1122
+ return BackdropType2;
1123
+ })(BackdropType || {});
1094
1124
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1095
1125
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1096
1126
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1107,8 +1137,45 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1107
1137
  DesignTarget2["CELL"] = "CELL";
1108
1138
  return DesignTarget2;
1109
1139
  })(DesignTarget || {});
1140
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
1141
+ Scaling2["AUTO"] = "AUTO";
1142
+ Scaling2["CONTAIN"] = "CONTAIN";
1143
+ Scaling2["COVER"] = "COVER";
1144
+ return Scaling2;
1145
+ })(Scaling || {});
1146
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
1147
+ ImagePositionPosition2["CENTER"] = "CENTER";
1148
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
1149
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
1150
+ ImagePositionPosition2["TOP"] = "TOP";
1151
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
1152
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
1153
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
1154
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
1155
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1156
+ return ImagePositionPosition2;
1157
+ })(ImagePositionPosition || {});
1158
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
1159
+ CardDataBackgroundType2["COLOR"] = "COLOR";
1160
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
1161
+ return CardDataBackgroundType2;
1162
+ })(CardDataBackgroundType || {});
1163
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
1164
+ ListStyle2["PLAIN"] = "PLAIN";
1165
+ ListStyle2["NUMBERED"] = "NUMBERED";
1166
+ ListStyle2["LETTERS"] = "LETTERS";
1167
+ ListStyle2["ROMAN"] = "ROMAN";
1168
+ ListStyle2["BULLETED"] = "BULLETED";
1169
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
1170
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
1171
+ return ListStyle2;
1172
+ })(ListStyle || {});
1173
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
1174
+ Indentation2["NESTED"] = "NESTED";
1175
+ Indentation2["FLAT"] = "FLAT";
1176
+ return Indentation2;
1177
+ })(Indentation || {});
1110
1178
  var Type = /* @__PURE__ */ ((Type2) => {
1111
- Type2["UNKNOWN_BADGE_TYPE"] = "UNKNOWN_BADGE_TYPE";
1112
1179
  Type2["FIRST_PRIORITY"] = "FIRST_PRIORITY";
1113
1180
  Type2["SECOND_PRIORITY"] = "SECOND_PRIORITY";
1114
1181
  Type2["THIRD_PRIORITY"] = "THIRD_PRIORITY";
@@ -1346,8 +1413,10 @@ async function discardDraft2(eventId) {
1346
1413
  Alignment,
1347
1414
  AppType,
1348
1415
  AspectRatio,
1416
+ BackdropType,
1349
1417
  BackgroundType,
1350
1418
  ButtonDataType,
1419
+ CardDataBackgroundType,
1351
1420
  CardStylesType,
1352
1421
  CheckoutType,
1353
1422
  ConferenceType,
@@ -1360,12 +1429,18 @@ async function discardDraft2(eventId) {
1360
1429
  EventType,
1361
1430
  FontType,
1362
1431
  GIFType,
1432
+ GradientType,
1363
1433
  ImagePosition,
1434
+ ImagePositionPosition,
1435
+ ImageScalingScaling,
1436
+ Indentation,
1364
1437
  InitialExpandedItems,
1365
1438
  InputControlType,
1366
1439
  Layout,
1440
+ LayoutDataBackgroundType,
1367
1441
  LayoutType,
1368
1442
  LineStyle,
1443
+ ListStyle,
1369
1444
  LocationType,
1370
1445
  MapType,
1371
1446
  NodeType,
@@ -1374,6 +1449,7 @@ async function discardDraft2(eventId) {
1374
1449
  Origin,
1375
1450
  Placement,
1376
1451
  PluginContainerDataAlignment,
1452
+ PollDesignBackgroundType,
1377
1453
  PollLayoutDirection,
1378
1454
  PollLayoutType,
1379
1455
  Position,