@wix/auto_sdk_events_ticket-definitions-v-2 1.0.74 → 1.0.77

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.
@@ -2200,12 +2200,7 @@ interface Category {
2200
2200
  */
2201
2201
  counts?: CategoryCounts;
2202
2202
  /**
2203
- * Category state. Possible values:
2204
- *
2205
- * `MANUAL`: Category is created manually by the user.
2206
- * `AUTO`: Category is created automatically.
2207
- * `RECURRING_EVENT`: Category is created automatically when publishing recurring events.
2208
- * `HIDDEN`: Category can't be seen.
2203
+ * Category state.
2209
2204
  *
2210
2205
  * Default: `MANUAL`.
2211
2206
  *
@@ -2221,11 +2216,11 @@ interface CategoryCounts {
2221
2216
  assignedDraftEventsCount?: number | null;
2222
2217
  }
2223
2218
  declare enum CategoryStateState {
2224
- /** Created manually by the user. */
2219
+ /** Categoty is created manually by the user. */
2225
2220
  MANUAL = "MANUAL",
2226
- /** Created automatically. */
2221
+ /** Category is created automatically. */
2227
2222
  AUTO = "AUTO",
2228
- /** Created when publishing recurring events. */
2223
+ /** Category is created automatically when publishing recurring events. */
2229
2224
  RECURRING_EVENT = "RECURRING_EVENT",
2230
2225
  /** Category is hidden. */
2231
2226
  HIDDEN = "HIDDEN"
@@ -4556,10 +4551,12 @@ declare enum Namespace {
4556
4551
  /** Wix Twins platform. */
4557
4552
  TWINS = "TWINS",
4558
4553
  /** Wix Nano. */
4559
- NANO = "NANO"
4554
+ NANO = "NANO",
4555
+ /** Base44 headless sites. */
4556
+ BASE44 = "BASE44"
4560
4557
  }
4561
4558
  /** @enumType */
4562
- 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';
4559
+ 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';
4563
4560
  /** Site transferred to another user. */
4564
4561
  interface SiteTransferred {
4565
4562
  /**
package/build/cjs/meta.js CHANGED
@@ -1173,6 +1173,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
1173
1173
  Namespace2["MIMIR"] = "MIMIR";
1174
1174
  Namespace2["TWINS"] = "TWINS";
1175
1175
  Namespace2["NANO"] = "NANO";
1176
+ Namespace2["BASE44"] = "BASE44";
1176
1177
  return Namespace2;
1177
1178
  })(Namespace || {});
1178
1179
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {