@wix/auto_sdk_restaurants_operations 1.0.93 → 1.0.95

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.
@@ -2695,10 +2695,22 @@ declare enum Namespace {
2695
2695
  */
2696
2696
  SYMPHONY = "SYMPHONY",
2697
2697
  /** Nautilus platform app. */
2698
- NAUTILUS_APPS = "NAUTILUS_APPS"
2698
+ NAUTILUS_APPS = "NAUTILUS_APPS",
2699
+ /**
2700
+ * Vibu — a siteless site representing a project built with Vibu (the AI app builder).
2701
+ * Holds the project's generated code, conversations, assets, and manages collaborators for the project.
2702
+ */
2703
+ VIBU = "VIBU",
2704
+ /**
2705
+ * Ghost site for the BrandKit multi-site platform. Each ghost backs a single BrandKit
2706
+ * (an Enterprise account may have several), holding that BrandKit's brand definition
2707
+ * (theme, typography, assets) which is rolled out to the BrandKit's connected sites.
2708
+ * MetaSites with this namespace will *not* be shown in a user's site list by default.
2709
+ */
2710
+ ENTERPRISE_BRAND_KIT = "ENTERPRISE_BRAND_KIT"
2699
2711
  }
2700
2712
  /** @enumType */
2701
- type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR' | 'TWINS' | 'NANO' | 'BASE44' | 'CHANNELS' | 'NAUTILUS' | 'SYMPHONY' | 'NAUTILUS_APPS';
2713
+ type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR' | 'TWINS' | 'NANO' | 'BASE44' | 'CHANNELS' | 'NAUTILUS' | 'SYMPHONY' | 'NAUTILUS_APPS' | 'VIBU' | 'ENTERPRISE_BRAND_KIT';
2702
2714
  /** Site transferred to another user. */
2703
2715
  interface SiteTransferred {
2704
2716
  /**
@@ -1245,6 +1245,8 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
1245
1245
  Namespace2["NAUTILUS"] = "NAUTILUS";
1246
1246
  Namespace2["SYMPHONY"] = "SYMPHONY";
1247
1247
  Namespace2["NAUTILUS_APPS"] = "NAUTILUS_APPS";
1248
+ Namespace2["VIBU"] = "VIBU";
1249
+ Namespace2["ENTERPRISE_BRAND_KIT"] = "ENTERPRISE_BRAND_KIT";
1248
1250
  return Namespace2;
1249
1251
  })(Namespace || {});
1250
1252
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {