@wix/auto_sdk_events_ticket-definitions-v-2 1.0.36 → 1.0.38

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.
@@ -22,14 +22,17 @@ var index_typings_exports = {};
22
22
  __export(index_typings_exports, {
23
23
  Alignment: () => Alignment,
24
24
  AppType: () => AppType,
25
+ AspectRatio: () => AspectRatio,
25
26
  BackgroundType: () => BackgroundType,
26
27
  ButtonDataType: () => ButtonDataType,
28
+ CardStylesType: () => CardStylesType,
27
29
  CategoryStateState: () => CategoryStateState,
28
30
  ConferenceType: () => ConferenceType,
29
31
  Crop: () => Crop,
30
32
  DecorationType: () => DecorationType,
31
33
  DeleteStatus: () => DeleteStatus,
32
34
  Direction: () => Direction,
35
+ DividerDataAlignment: () => DividerDataAlignment,
33
36
  EventStatus: () => EventStatus,
34
37
  EventType: () => EventType,
35
38
  EventsRecurrenceStatusStatus: () => EventsRecurrenceStatusStatus,
@@ -39,6 +42,7 @@ __export(index_typings_exports, {
39
42
  GIFType: () => GIFType,
40
43
  InitialExpandedItems: () => InitialExpandedItems,
41
44
  InputControlType: () => InputControlType,
45
+ Layout: () => Layout,
42
46
  LayoutType: () => LayoutType,
43
47
  LineStyle: () => LineStyle,
44
48
  LocationLocationType: () => LocationLocationType,
@@ -48,6 +52,7 @@ __export(index_typings_exports, {
48
52
  NodeType: () => NodeType,
49
53
  NullValue: () => NullValue,
50
54
  Orientation: () => Orientation,
55
+ Placement: () => Placement,
51
56
  PluginContainerDataAlignment: () => PluginContainerDataAlignment,
52
57
  PollLayoutDirection: () => PollLayoutDirection,
53
58
  PollLayoutType: () => PollLayoutType,
@@ -56,6 +61,7 @@ __export(index_typings_exports, {
56
61
  RecurrenceStatusStatus: () => RecurrenceStatusStatus,
57
62
  RegistrationStatus: () => RegistrationStatus,
58
63
  ReservationStatus: () => ReservationStatus,
64
+ Resizing: () => Resizing,
59
65
  RsvpStatusOptions: () => RsvpStatusOptions,
60
66
  SaleStatusEnumStatus: () => SaleStatusEnumStatus,
61
67
  SiteCreatedContext: () => SiteCreatedContext,
@@ -63,6 +69,7 @@ __export(index_typings_exports, {
63
69
  Source: () => Source,
64
70
  State: () => State,
65
71
  Status: () => Status,
72
+ StylesPosition: () => StylesPosition,
66
73
  SubdivisionSubdivisionType: () => SubdivisionSubdivisionType,
67
74
  SubdivisionType: () => SubdivisionType,
68
75
  Target: () => Target,
@@ -865,12 +872,12 @@ var Width = /* @__PURE__ */ ((Width2) => {
865
872
  Width2["SMALL"] = "SMALL";
866
873
  return Width2;
867
874
  })(Width || {});
868
- var Alignment = /* @__PURE__ */ ((Alignment2) => {
869
- Alignment2["CENTER"] = "CENTER";
870
- Alignment2["LEFT"] = "LEFT";
871
- Alignment2["RIGHT"] = "RIGHT";
872
- return Alignment2;
873
- })(Alignment || {});
875
+ var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
876
+ DividerDataAlignment2["CENTER"] = "CENTER";
877
+ DividerDataAlignment2["LEFT"] = "LEFT";
878
+ DividerDataAlignment2["RIGHT"] = "RIGHT";
879
+ return DividerDataAlignment2;
880
+ })(DividerDataAlignment || {});
874
881
  var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
875
882
  ViewMode2["NONE"] = "NONE";
876
883
  ViewMode2["FULL"] = "FULL";
@@ -918,13 +925,13 @@ var Source = /* @__PURE__ */ ((Source2) => {
918
925
  Source2["ADSENSE"] = "ADSENSE";
919
926
  return Source2;
920
927
  })(Source || {});
921
- var Position = /* @__PURE__ */ ((Position2) => {
922
- Position2["START"] = "START";
923
- Position2["END"] = "END";
924
- Position2["TOP"] = "TOP";
925
- Position2["HIDDEN"] = "HIDDEN";
926
- return Position2;
927
- })(Position || {});
928
+ var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
929
+ StylesPosition2["START"] = "START";
930
+ StylesPosition2["END"] = "END";
931
+ StylesPosition2["TOP"] = "TOP";
932
+ StylesPosition2["HIDDEN"] = "HIDDEN";
933
+ return StylesPosition2;
934
+ })(StylesPosition || {});
928
935
  var MapType = /* @__PURE__ */ ((MapType2) => {
929
936
  MapType2["ROADMAP"] = "ROADMAP";
930
937
  MapType2["SATELITE"] = "SATELITE";
@@ -980,6 +987,43 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
980
987
  FontType2["EM"] = "EM";
981
988
  return FontType2;
982
989
  })(FontType || {});
990
+ var Position = /* @__PURE__ */ ((Position2) => {
991
+ Position2["START"] = "START";
992
+ Position2["END"] = "END";
993
+ Position2["TOP"] = "TOP";
994
+ return Position2;
995
+ })(Position || {});
996
+ var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
997
+ AspectRatio2["SQUARE"] = "SQUARE";
998
+ AspectRatio2["RECTANGLE"] = "RECTANGLE";
999
+ return AspectRatio2;
1000
+ })(AspectRatio || {});
1001
+ var Resizing = /* @__PURE__ */ ((Resizing2) => {
1002
+ Resizing2["FILL"] = "FILL";
1003
+ Resizing2["FIT"] = "FIT";
1004
+ return Resizing2;
1005
+ })(Resizing || {});
1006
+ var Placement = /* @__PURE__ */ ((Placement2) => {
1007
+ Placement2["IMAGE"] = "IMAGE";
1008
+ Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
1009
+ return Placement2;
1010
+ })(Placement || {});
1011
+ var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
1012
+ CardStylesType2["CONTAINED"] = "CONTAINED";
1013
+ CardStylesType2["FRAMELESS"] = "FRAMELESS";
1014
+ return CardStylesType2;
1015
+ })(CardStylesType || {});
1016
+ var Alignment = /* @__PURE__ */ ((Alignment2) => {
1017
+ Alignment2["START"] = "START";
1018
+ Alignment2["CENTER"] = "CENTER";
1019
+ Alignment2["END"] = "END";
1020
+ return Alignment2;
1021
+ })(Alignment || {});
1022
+ var Layout = /* @__PURE__ */ ((Layout2) => {
1023
+ Layout2["STACKED"] = "STACKED";
1024
+ Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
1025
+ return Layout2;
1026
+ })(Layout || {});
983
1027
  var AppType = /* @__PURE__ */ ((AppType2) => {
984
1028
  AppType2["PRODUCT"] = "PRODUCT";
985
1029
  AppType2["EVENT"] = "EVENT";
@@ -1500,14 +1544,17 @@ async function changeCurrency2(eventId, options) {
1500
1544
  0 && (module.exports = {
1501
1545
  Alignment,
1502
1546
  AppType,
1547
+ AspectRatio,
1503
1548
  BackgroundType,
1504
1549
  ButtonDataType,
1550
+ CardStylesType,
1505
1551
  CategoryStateState,
1506
1552
  ConferenceType,
1507
1553
  Crop,
1508
1554
  DecorationType,
1509
1555
  DeleteStatus,
1510
1556
  Direction,
1557
+ DividerDataAlignment,
1511
1558
  EventStatus,
1512
1559
  EventType,
1513
1560
  EventsRecurrenceStatusStatus,
@@ -1517,6 +1564,7 @@ async function changeCurrency2(eventId, options) {
1517
1564
  GIFType,
1518
1565
  InitialExpandedItems,
1519
1566
  InputControlType,
1567
+ Layout,
1520
1568
  LayoutType,
1521
1569
  LineStyle,
1522
1570
  LocationLocationType,
@@ -1526,6 +1574,7 @@ async function changeCurrency2(eventId, options) {
1526
1574
  NodeType,
1527
1575
  NullValue,
1528
1576
  Orientation,
1577
+ Placement,
1529
1578
  PluginContainerDataAlignment,
1530
1579
  PollLayoutDirection,
1531
1580
  PollLayoutType,
@@ -1534,6 +1583,7 @@ async function changeCurrency2(eventId, options) {
1534
1583
  RecurrenceStatusStatus,
1535
1584
  RegistrationStatus,
1536
1585
  ReservationStatus,
1586
+ Resizing,
1537
1587
  RsvpStatusOptions,
1538
1588
  SaleStatusEnumStatus,
1539
1589
  SiteCreatedContext,
@@ -1541,6 +1591,7 @@ async function changeCurrency2(eventId, options) {
1541
1591
  Source,
1542
1592
  State,
1543
1593
  Status,
1594
+ StylesPosition,
1544
1595
  SubdivisionSubdivisionType,
1545
1596
  SubdivisionType,
1546
1597
  Target,