@wix/app-extensions 1.0.101 → 1.0.102

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.
@@ -3486,6 +3486,7 @@ var AssetType = /* @__PURE__ */ ((AssetType2) => {
3486
3486
  AssetType2["WIDGET"] = "WIDGET";
3487
3487
  AssetType2["FONT"] = "FONT";
3488
3488
  AssetType2["ICONS"] = "ICONS";
3489
+ AssetType2["STORY"] = "STORY";
3489
3490
  return AssetType2;
3490
3491
  })(AssetType || {});
3491
3492
  var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {