@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.
@@ -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;
@@ -1071,6 +1071,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
1071
1071
  Namespace2["WIX_FORMS"] = "WIX_FORMS";
1072
1072
  Namespace2["WIX_LEGENDS"] = "WIX_LEGENDS";
1073
1073
  Namespace2["PORTFOLIO"] = "PORTFOLIO";
1074
+ Namespace2["LOGOS"] = "LOGOS";
1074
1075
  return Namespace2;
1075
1076
  })(Namespace || {});
1076
1077
  var IdentityType = /* @__PURE__ */ ((IdentityType2) => {