@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.
- package/build/cjs/index.js +15 -7
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +14 -7
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +57 -4
- package/build/trusted/cjs/index.js +15 -7
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +57 -4
- package/build/trusted/es/index.mjs +14 -7
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -299,13 +299,13 @@ var Default = /* @__PURE__ */ ((Default2) => {
|
|
|
299
299
|
Default2["POS"] = "POS";
|
|
300
300
|
return Default2;
|
|
301
301
|
})(Default || {});
|
|
302
|
-
var
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
return
|
|
308
|
-
})(
|
|
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,
|