@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;
@@ -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) => {