@wix/app-extensions 1.0.136 → 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 +23 -7
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +21 -7
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +96 -5
- package/build/trusted/cjs/index.js +23 -7
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +96 -5
- package/build/trusted/es/index.mjs +21 -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";
|
|
@@ -3170,6 +3176,12 @@ var ApiGroupType = /* @__PURE__ */ ((ApiGroupType2) => {
|
|
|
3170
3176
|
ApiGroupType2["COMPONENTS"] = "COMPONENTS";
|
|
3171
3177
|
return ApiGroupType2;
|
|
3172
3178
|
})(ApiGroupType || {});
|
|
3179
|
+
var SurfaceType = /* @__PURE__ */ ((SurfaceType2) => {
|
|
3180
|
+
SurfaceType2["UNKNOWN_SURFACE_TYPE"] = "UNKNOWN_SURFACE_TYPE";
|
|
3181
|
+
SurfaceType2["ADD_PANEL"] = "ADD_PANEL";
|
|
3182
|
+
SurfaceType2["ADD_SECTION"] = "ADD_SECTION";
|
|
3183
|
+
return SurfaceType2;
|
|
3184
|
+
})(SurfaceType || {});
|
|
3173
3185
|
var Exposure = /* @__PURE__ */ ((Exposure2) => {
|
|
3174
3186
|
Exposure2["NONE_EXPOSURE"] = "NONE_EXPOSURE";
|
|
3175
3187
|
Exposure2["PRIVATE_EXPOSURE"] = "PRIVATE_EXPOSURE";
|
|
@@ -6159,6 +6171,7 @@ export {
|
|
|
6159
6171
|
Format,
|
|
6160
6172
|
FunctionRole,
|
|
6161
6173
|
GIFType,
|
|
6174
|
+
GenericHookConfigHookType,
|
|
6162
6175
|
GradientType,
|
|
6163
6176
|
GroupType,
|
|
6164
6177
|
HTMLDataSource,
|
|
@@ -6307,6 +6320,7 @@ export {
|
|
|
6307
6320
|
StyleType,
|
|
6308
6321
|
StylesPosition,
|
|
6309
6322
|
SubmitSuccessAction,
|
|
6323
|
+
SurfaceType,
|
|
6310
6324
|
SyncToCalendar,
|
|
6311
6325
|
Tag,
|
|
6312
6326
|
Target,
|