@wix/app-extensions 1.0.154 → 1.0.155

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.
@@ -3045,6 +3045,7 @@ var AssetType = /* @__PURE__ */ ((AssetType2) => {
3045
3045
  AssetType2["FONT"] = "FONT";
3046
3046
  AssetType2["ICONS"] = "ICONS";
3047
3047
  AssetType2["STORY"] = "STORY";
3048
+ AssetType2["MODEL_3D"] = "MODEL_3D";
3048
3049
  return AssetType2;
3049
3050
  })(AssetType || {});
3050
3051
  var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {