@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
  /**
@@ -1234,6 +1234,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
1234
1234
  Namespace2["SYMPHONY"] = "SYMPHONY";
1235
1235
  Namespace2["NAUTILUS_APPS"] = "NAUTILUS_APPS";
1236
1236
  Namespace2["VIBU"] = "VIBU";
1237
+ Namespace2["ENTERPRISE_BRAND_KIT"] = "ENTERPRISE_BRAND_KIT";
1237
1238
  return Namespace2;
1238
1239
  })(Namespace || {});
1239
1240
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {