@wix/auto_sdk_media_files 1.0.51 → 1.0.53
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 +4 -2
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +4 -2
- package/build/cjs/meta.js +1 -0
- package/build/cjs/meta.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 +4 -2
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +4 -2
- package/build/es/meta.mjs +1 -0
- package/build/es/meta.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 +4 -2
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +4 -2
- package/build/internal/cjs/meta.js +1 -0
- package/build/internal/cjs/meta.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 +4 -2
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +4 -2
- package/build/internal/es/meta.mjs +1 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -454,10 +454,12 @@ declare enum Namespace {
|
|
|
454
454
|
/** Wix legends */
|
|
455
455
|
WIX_LEGENDS = "WIX_LEGENDS",
|
|
456
456
|
/** Portfolio */
|
|
457
|
-
PORTFOLIO = "PORTFOLIO"
|
|
457
|
+
PORTFOLIO = "PORTFOLIO",
|
|
458
|
+
/** LOGOS */
|
|
459
|
+
LOGOS = "LOGOS"
|
|
458
460
|
}
|
|
459
461
|
/** @enumType */
|
|
460
|
-
type NamespaceWithLiterals = Namespace | 'NO_NAMESPACE' | 'OTHERS' | 'WIX_VIDEO' | 'WIX_MUSIC' | 'ALBUMS_AND_ART_STORE' | 'WIX_ECOM' | 'PHOTO_SHARE_APP' | 'SHARING_APP' | 'CHAT' | 'LOGO_BUILDER' | 'ALBUMS_OLD' | 'CHAT_MOBILE' | 'WIX_FORMS' | 'WIX_LEGENDS' | 'PORTFOLIO';
|
|
462
|
+
type NamespaceWithLiterals = Namespace | 'NO_NAMESPACE' | 'OTHERS' | 'WIX_VIDEO' | 'WIX_MUSIC' | 'ALBUMS_AND_ART_STORE' | 'WIX_ECOM' | 'PHOTO_SHARE_APP' | 'SHARING_APP' | 'CHAT' | 'LOGO_BUILDER' | 'ALBUMS_OLD' | 'CHAT_MOBILE' | 'WIX_FORMS' | 'WIX_LEGENDS' | 'PORTFOLIO' | 'LOGOS';
|
|
461
463
|
interface IdentityInfo {
|
|
462
464
|
/** The type of the user that uploaded the file */
|
|
463
465
|
identityType?: IdentityTypeWithLiterals;
|
|
@@ -1121,6 +1121,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
1121
1121
|
Namespace2["WIX_FORMS"] = "WIX_FORMS";
|
|
1122
1122
|
Namespace2["WIX_LEGENDS"] = "WIX_LEGENDS";
|
|
1123
1123
|
Namespace2["PORTFOLIO"] = "PORTFOLIO";
|
|
1124
|
+
Namespace2["LOGOS"] = "LOGOS";
|
|
1124
1125
|
return Namespace2;
|
|
1125
1126
|
})(Namespace || {});
|
|
1126
1127
|
var IdentityType = /* @__PURE__ */ ((IdentityType2) => {
|