@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.
@@ -512,10 +512,12 @@ declare enum Namespace {
512
512
  /** Wix legends */
513
513
  WIX_LEGENDS = "WIX_LEGENDS",
514
514
  /** Portfolio */
515
- PORTFOLIO = "PORTFOLIO"
515
+ PORTFOLIO = "PORTFOLIO",
516
+ /** LOGOS */
517
+ LOGOS = "LOGOS"
516
518
  }
517
519
  /** @enumType */
518
- 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';
520
+ 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';
519
521
  interface IdentityInfo {
520
522
  /** The type of the user that uploaded the file */
521
523
  identityType?: IdentityTypeWithLiterals;
package/build/es/meta.mjs CHANGED
@@ -1055,6 +1055,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
1055
1055
  Namespace2["WIX_FORMS"] = "WIX_FORMS";
1056
1056
  Namespace2["WIX_LEGENDS"] = "WIX_LEGENDS";
1057
1057
  Namespace2["PORTFOLIO"] = "PORTFOLIO";
1058
+ Namespace2["LOGOS"] = "LOGOS";
1058
1059
  return Namespace2;
1059
1060
  })(Namespace || {});
1060
1061
  var IdentityType = /* @__PURE__ */ ((IdentityType2) => {