@wix/auto_sdk_restaurants_operations 1.0.94 → 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.
@@ -2702,10 +2702,17 @@ declare enum Namespace {
2702
2702
  * Vibu — a siteless site representing a project built with Vibu (the AI app builder).
2703
2703
  * Holds the project's generated code, conversations, assets, and manages collaborators for the project.
2704
2704
  */
2705
- VIBU = "VIBU"
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"
2706
2713
  }
2707
2714
  /** @enumType */
2708
- 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';
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';
2709
2716
  /** Site transferred to another user. */
2710
2717
  interface SiteTransferred {
2711
2718
  /**
@@ -1310,6 +1310,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
1310
1310
  Namespace2["SYMPHONY"] = "SYMPHONY";
1311
1311
  Namespace2["NAUTILUS_APPS"] = "NAUTILUS_APPS";
1312
1312
  Namespace2["VIBU"] = "VIBU";
1313
+ Namespace2["ENTERPRISE_BRAND_KIT"] = "ENTERPRISE_BRAND_KIT";
1313
1314
  return Namespace2;
1314
1315
  })(Namespace || {});
1315
1316
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {