@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.
@@ -2171,12 +2171,7 @@ interface Category {
2171
2171
  */
2172
2172
  counts?: CategoryCounts;
2173
2173
  /**
2174
- * Category state. Possible values:
2175
- *
2176
- * `MANUAL`: Category is created manually by the user.
2177
- * `AUTO`: Category is created automatically.
2178
- * `RECURRING_EVENT`: Category is created automatically when publishing recurring events.
2179
- * `HIDDEN`: Category can't be seen.
2174
+ * Category state.
2180
2175
  *
2181
2176
  * Default: `MANUAL`.
2182
2177
  *
@@ -2192,11 +2187,11 @@ interface CategoryCounts {
2192
2187
  assignedDraftEventsCount?: number | null;
2193
2188
  }
2194
2189
  declare enum CategoryStateState {
2195
- /** Created manually by the user. */
2190
+ /** Categoty is created manually by the user. */
2196
2191
  MANUAL = "MANUAL",
2197
- /** Created automatically. */
2192
+ /** Category is created automatically. */
2198
2193
  AUTO = "AUTO",
2199
- /** Created when publishing recurring events. */
2194
+ /** Category is created automatically when publishing recurring events. */
2200
2195
  RECURRING_EVENT = "RECURRING_EVENT",
2201
2196
  /** Category is hidden. */
2202
2197
  HIDDEN = "HIDDEN"
@@ -4525,10 +4520,12 @@ declare enum Namespace {
4525
4520
  /** Wix Twins platform. */
4526
4521
  TWINS = "TWINS",
4527
4522
  /** Wix Nano. */
4528
- NANO = "NANO"
4523
+ NANO = "NANO",
4524
+ /** Base44 headless sites. */
4525
+ BASE44 = "BASE44"
4529
4526
  }
4530
4527
  /** @enumType */
4531
- 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';
4528
+ 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';
4532
4529
  /** Site transferred to another user. */
4533
4530
  interface SiteTransferred {
4534
4531
  /**
@@ -1184,6 +1184,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
1184
1184
  Namespace2["MIMIR"] = "MIMIR";
1185
1185
  Namespace2["TWINS"] = "TWINS";
1186
1186
  Namespace2["NANO"] = "NANO";
1187
+ Namespace2["BASE44"] = "BASE44";
1187
1188
  return Namespace2;
1188
1189
  })(Namespace || {});
1189
1190
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {