@wix/app-extensions 1.0.136 → 1.0.137

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.
@@ -3170,6 +3170,12 @@ var ApiGroupType = /* @__PURE__ */ ((ApiGroupType2) => {
3170
3170
  ApiGroupType2["COMPONENTS"] = "COMPONENTS";
3171
3171
  return ApiGroupType2;
3172
3172
  })(ApiGroupType || {});
3173
+ var SurfaceType = /* @__PURE__ */ ((SurfaceType2) => {
3174
+ SurfaceType2["UNKNOWN_SURFACE_TYPE"] = "UNKNOWN_SURFACE_TYPE";
3175
+ SurfaceType2["ADD_PANEL"] = "ADD_PANEL";
3176
+ SurfaceType2["ADD_SECTION"] = "ADD_SECTION";
3177
+ return SurfaceType2;
3178
+ })(SurfaceType || {});
3173
3179
  var Exposure = /* @__PURE__ */ ((Exposure2) => {
3174
3180
  Exposure2["NONE_EXPOSURE"] = "NONE_EXPOSURE";
3175
3181
  Exposure2["PRIVATE_EXPOSURE"] = "PRIVATE_EXPOSURE";
@@ -6307,6 +6313,7 @@ export {
6307
6313
  StyleType,
6308
6314
  StylesPosition,
6309
6315
  SubmitSuccessAction,
6316
+ SurfaceType,
6310
6317
  SyncToCalendar,
6311
6318
  Tag,
6312
6319
  Target,