@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.
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +3 -2
- package/build/trusted/cjs/index.js +1 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +3 -2
- package/build/trusted/es/index.mjs +1 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -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) => {
|