@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.
@@ -2697,10 +2697,22 @@ declare enum Namespace {
2697
2697
  */
2698
2698
  SYMPHONY = "SYMPHONY",
2699
2699
  /** Nautilus platform app. */
2700
- NAUTILUS_APPS = "NAUTILUS_APPS"
2700
+ NAUTILUS_APPS = "NAUTILUS_APPS",
2701
+ /**
2702
+ * Vibu — a siteless site representing a project built with Vibu (the AI app builder).
2703
+ * Holds the project's generated code, conversations, assets, and manages collaborators for the project.
2704
+ */
2705
+ VIBU = "VIBU",
2706
+ /**
2707
+ * Ghost site for the BrandKit multi-site platform. Each ghost backs a single BrandKit
2708
+ * (an Enterprise account may have several), holding that BrandKit's brand definition
2709
+ * (theme, typography, assets) which is rolled out to the BrandKit's connected sites.
2710
+ * MetaSites with this namespace will *not* be shown in a user's site list by default.
2711
+ */
2712
+ ENTERPRISE_BRAND_KIT = "ENTERPRISE_BRAND_KIT"
2701
2713
  }
2702
2714
  /** @enumType */
2703
- 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';
2715
+ 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';
2704
2716
  /** Site transferred to another user. */
2705
2717
  interface SiteTransferred {
2706
2718
  /**
@@ -1309,6 +1309,8 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
1309
1309
  Namespace2["NAUTILUS"] = "NAUTILUS";
1310
1310
  Namespace2["SYMPHONY"] = "SYMPHONY";
1311
1311
  Namespace2["NAUTILUS_APPS"] = "NAUTILUS_APPS";
1312
+ Namespace2["VIBU"] = "VIBU";
1313
+ Namespace2["ENTERPRISE_BRAND_KIT"] = "ENTERPRISE_BRAND_KIT";
1312
1314
  return Namespace2;
1313
1315
  })(Namespace || {});
1314
1316
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {