@wix/app-extensions 1.0.101 → 1.0.103

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.
@@ -2919,6 +2919,7 @@ var AssetType = /* @__PURE__ */ ((AssetType2) => {
2919
2919
  AssetType2["WIDGET"] = "WIDGET";
2920
2920
  AssetType2["FONT"] = "FONT";
2921
2921
  AssetType2["ICONS"] = "ICONS";
2922
+ AssetType2["STORY"] = "STORY";
2922
2923
  return AssetType2;
2923
2924
  })(AssetType || {});
2924
2925
  var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {