@wix/auto_sdk_media_files 1.0.23 → 1.0.24
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/cjs/index.typings.d.ts +18 -14
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +18 -14
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +1 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +18 -14
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +1 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +18 -14
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1033,6 +1033,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
1033
1033
|
Namespace2["CHAT_MOBILE"] = "CHAT_MOBILE";
|
|
1034
1034
|
Namespace2["WIX_FORMS"] = "WIX_FORMS";
|
|
1035
1035
|
Namespace2["WIX_LEGENDS"] = "WIX_LEGENDS";
|
|
1036
|
+
Namespace2["PORTFOLIO"] = "PORTFOLIO";
|
|
1036
1037
|
return Namespace2;
|
|
1037
1038
|
})(Namespace || {});
|
|
1038
1039
|
var IdentityType = /* @__PURE__ */ ((IdentityType2) => {
|