@wix/app-extensions 1.0.41 → 1.0.43

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.
@@ -832,6 +832,11 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
832
832
  Origin2["LAYOUT"] = "LAYOUT";
833
833
  return Origin2;
834
834
  })(Origin || {});
835
+ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
836
+ BannerPosition2["TOP"] = "TOP";
837
+ BannerPosition2["BOTTOM"] = "BOTTOM";
838
+ return BannerPosition2;
839
+ })(BannerPosition || {});
835
840
  var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
836
841
  LayoutDataBackgroundType2["COLOR"] = "COLOR";
837
842
  LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
@@ -911,6 +916,11 @@ var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
911
916
  SmartBlockDataType2["ARROW_BULLETS"] = "ARROW_BULLETS";
912
917
  SmartBlockDataType2["PROCESS_STEPS"] = "PROCESS_STEPS";
913
918
  SmartBlockDataType2["BAR_STATS"] = "BAR_STATS";
919
+ SmartBlockDataType2["TIMELINE"] = "TIMELINE";
920
+ SmartBlockDataType2["MINIMAL_TIMELINE"] = "MINIMAL_TIMELINE";
921
+ SmartBlockDataType2["PILLS"] = "PILLS";
922
+ SmartBlockDataType2["STAR_RATING"] = "STAR_RATING";
923
+ SmartBlockDataType2["QUOTE_BOXES"] = "QUOTE_BOXES";
914
924
  return SmartBlockDataType2;
915
925
  })(SmartBlockDataType || {});
916
926
  var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
@@ -1154,6 +1164,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
1154
1164
  ComponentType2["REALTIME_PERMISSIONS_PROVIDER"] = "REALTIME_PERMISSIONS_PROVIDER";
1155
1165
  ComponentType2["CALENDAR_SEARCH_PROVIDER"] = "CALENDAR_SEARCH_PROVIDER";
1156
1166
  ComponentType2["EDITOR_INSTALLATION"] = "EDITOR_INSTALLATION";
1167
+ ComponentType2["APP_ACTIONS"] = "APP_ACTIONS";
1157
1168
  return ComponentType2;
1158
1169
  })(ComponentType || {});
1159
1170
  var CalendarType = /* @__PURE__ */ ((CalendarType2) => {
@@ -1824,6 +1835,12 @@ var Method = /* @__PURE__ */ ((Method2) => {
1824
1835
  Method2["CANCEL"] = "CANCEL";
1825
1836
  return Method2;
1826
1837
  })(Method || {});
1838
+ var ActionsConfigSource = /* @__PURE__ */ ((ActionsConfigSource2) => {
1839
+ ActionsConfigSource2["ACTIONS_CONFIG_SOURCE_UNSPECIFIED"] = "ACTIONS_CONFIG_SOURCE_UNSPECIFIED";
1840
+ ActionsConfigSource2["ACTIONS_CONFIG_SOURCE_POLICIES"] = "ACTIONS_CONFIG_SOURCE_POLICIES";
1841
+ ActionsConfigSource2["ACTIONS_CONFIG_SOURCE_ACTIONS"] = "ACTIONS_CONFIG_SOURCE_ACTIONS";
1842
+ return ActionsConfigSource2;
1843
+ })(ActionsConfigSource || {});
1827
1844
  var ParticipantType = /* @__PURE__ */ ((ParticipantType2) => {
1828
1845
  ParticipantType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
1829
1846
  ParticipantType2["WIX_USER"] = "WIX_USER";
@@ -2830,6 +2847,20 @@ var EditorType = /* @__PURE__ */ ((EditorType2) => {
2830
2847
  EditorType2["HARMONY_EDITOR_TYPE"] = "HARMONY_EDITOR_TYPE";
2831
2848
  return EditorType2;
2832
2849
  })(EditorType || {});
2850
+ var AppExecutionType = /* @__PURE__ */ ((AppExecutionType2) => {
2851
+ AppExecutionType2["UNKNOWN_APP_EXECUTION_TYPE"] = "UNKNOWN_APP_EXECUTION_TYPE";
2852
+ AppExecutionType2["MODAL"] = "MODAL";
2853
+ AppExecutionType2["DASHBOARD"] = "DASHBOARD";
2854
+ AppExecutionType2["EXTERNAL_LINK"] = "EXTERNAL_LINK";
2855
+ AppExecutionType2["DEEPLINK"] = "DEEPLINK";
2856
+ return AppExecutionType2;
2857
+ })(AppExecutionType || {});
2858
+ var DeeplinkFeature = /* @__PURE__ */ ((DeeplinkFeature2) => {
2859
+ DeeplinkFeature2["UNKNOWN_DEEPLINK_FEATURE"] = "UNKNOWN_DEEPLINK_FEATURE";
2860
+ DeeplinkFeature2["ADD_PAGE"] = "ADD_PAGE";
2861
+ DeeplinkFeature2["ADD_PANEL"] = "ADD_PANEL";
2862
+ return DeeplinkFeature2;
2863
+ })(DeeplinkFeature || {});
2833
2864
  var Exposure = /* @__PURE__ */ ((Exposure2) => {
2834
2865
  Exposure2["NONE_EXPOSURE"] = "NONE_EXPOSURE";
2835
2866
  Exposure2["PRIVATE_EXPOSURE"] = "PRIVATE_EXPOSURE";
@@ -5558,6 +5589,18 @@ function editorInstallation({
5558
5589
  compData: { editorInstallation: data }
5559
5590
  };
5560
5591
  }
5592
+ function appActions({
5593
+ id,
5594
+ data,
5595
+ name
5596
+ }) {
5597
+ return {
5598
+ compId: id,
5599
+ compName: name,
5600
+ compType: "APP_ACTIONS" /* APP_ACTIONS */,
5601
+ compData: { appActions: data }
5602
+ };
5603
+ }
5561
5604
  export {
5562
5605
  A11yAttributes,
5563
5606
  AcceptedDirectMessageType,
@@ -5568,11 +5611,13 @@ export {
5568
5611
  ActionName,
5569
5612
  ActionSPIConfigInterfaceConfigurationType,
5570
5613
  ActionType,
5614
+ ActionsConfigSource,
5571
5615
  AddressComponentType,
5572
5616
  AddressInfoTag,
5573
5617
  AlgorithmType,
5574
5618
  Alignment,
5575
5619
  AndroidStyle,
5620
+ AppExecutionType,
5576
5621
  AppType,
5577
5622
  AppointmentFormat,
5578
5623
  Archetype,
@@ -5585,6 +5630,7 @@ export {
5585
5630
  BackdropType,
5586
5631
  BackgroundModeEnum,
5587
5632
  BackgroundType,
5633
+ BannerPosition,
5588
5634
  BarAlignmentSelected,
5589
5635
  BlockType,
5590
5636
  BooleanComponentType,
@@ -5618,6 +5664,7 @@ export {
5618
5664
  CustomFieldsType,
5619
5665
  DataType,
5620
5666
  DecorationType,
5667
+ DeeplinkFeature,
5621
5668
  Default,
5622
5669
  DefaultCountryConfigType,
5623
5670
  DefaultTextStyle,
@@ -5838,6 +5885,7 @@ export {
5838
5885
  aiAssistantAction,
5839
5886
  alertEnricher,
5840
5887
  analyticsProductCatalog,
5888
+ appActions,
5841
5889
  appConfig,
5842
5890
  appRouter,
5843
5891
  applicationAutomation,