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