@wix/app-extensions 1.0.137 → 1.0.138

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.
@@ -299,13 +299,13 @@ var Default = /* @__PURE__ */ ((Default2) => {
299
299
  Default2["POS"] = "POS";
300
300
  return Default2;
301
301
  })(Default || {});
302
- var HookType = /* @__PURE__ */ ((HookType2) => {
303
- HookType2["UNDEFINED"] = "UNDEFINED";
304
- HookType2["BEFORE_BLOCKING"] = "BEFORE_BLOCKING";
305
- HookType2["BEFORE"] = "BEFORE";
306
- HookType2["AFTER"] = "AFTER";
307
- return HookType2;
308
- })(HookType || {});
302
+ var GenericHookConfigHookType = /* @__PURE__ */ ((GenericHookConfigHookType2) => {
303
+ GenericHookConfigHookType2["UNDEFINED"] = "UNDEFINED";
304
+ GenericHookConfigHookType2["BEFORE_BLOCKING"] = "BEFORE_BLOCKING";
305
+ GenericHookConfigHookType2["BEFORE"] = "BEFORE";
306
+ GenericHookConfigHookType2["AFTER"] = "AFTER";
307
+ return GenericHookConfigHookType2;
308
+ })(GenericHookConfigHookType || {});
309
309
  var ActionSPIConfigInterfaceConfigurationType = /* @__PURE__ */ ((ActionSPIConfigInterfaceConfigurationType2) => {
310
310
  ActionSPIConfigInterfaceConfigurationType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
311
311
  ActionSPIConfigInterfaceConfigurationType2["WIDGET_COMPONENT"] = "WIDGET_COMPONENT";
@@ -2837,6 +2837,12 @@ var Horizontal = /* @__PURE__ */ ((Horizontal2) => {
2837
2837
  Horizontal2["RIGHT"] = "RIGHT";
2838
2838
  return Horizontal2;
2839
2839
  })(Horizontal || {});
2840
+ var HookType = /* @__PURE__ */ ((HookType2) => {
2841
+ HookType2["UNKNOWN_HOOK_TYPE"] = "UNKNOWN_HOOK_TYPE";
2842
+ HookType2["BEFORE"] = "BEFORE";
2843
+ HookType2["AFTER"] = "AFTER";
2844
+ return HookType2;
2845
+ })(HookType || {});
2840
2846
  var RestrictionLevel = /* @__PURE__ */ ((RestrictionLevel2) => {
2841
2847
  RestrictionLevel2["UNKNOWN_RESTRICTION_TYPE"] = "UNKNOWN_RESTRICTION_TYPE";
2842
2848
  RestrictionLevel2["WARNING"] = "WARNING";
@@ -6165,6 +6171,7 @@ export {
6165
6171
  Format,
6166
6172
  FunctionRole,
6167
6173
  GIFType,
6174
+ GenericHookConfigHookType,
6168
6175
  GradientType,
6169
6176
  GroupType,
6170
6177
  HTMLDataSource,