@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.
@@ -3629,6 +3629,7 @@ var AssetType = /* @__PURE__ */ ((AssetType2) => {
3629
3629
  AssetType2["FONT"] = "FONT";
3630
3630
  AssetType2["ICONS"] = "ICONS";
3631
3631
  AssetType2["STORY"] = "STORY";
3632
+ AssetType2["MODEL_3D"] = "MODEL_3D";
3632
3633
  return AssetType2;
3633
3634
  })(AssetType || {});
3634
3635
  var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {