@wix/auto_sdk_bookings_booking-policies 1.0.54 → 1.0.56

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.
@@ -1173,10 +1173,12 @@ declare enum Namespace {
1173
1173
  /** MIMIR - Siteless account for MIMIR Ai Job runner. */
1174
1174
  MIMIR = "MIMIR",
1175
1175
  /** Wix Twins platform. */
1176
- TWINS = "TWINS"
1176
+ TWINS = "TWINS",
1177
+ /** Wix Nano. */
1178
+ NANO = "NANO"
1177
1179
  }
1178
1180
  /** @enumType */
1179
- 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';
1181
+ 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';
1180
1182
  /** Site transferred to another user. */
1181
1183
  interface SiteTransferred {
1182
1184
  /**
@@ -1522,8 +1524,6 @@ interface BookingPolicyCreatedEnvelope {
1522
1524
  }
1523
1525
  /**
1524
1526
  * Triggered when a booking policy is created.
1525
- * @permissionScope Manage Stores
1526
- * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1527
1527
  * @permissionScope Read Bookings - Public Data
1528
1528
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1529
1529
  * @permissionScope Manage Bookings Services and Settings
@@ -1551,8 +1551,6 @@ interface BookingPolicyDefaultBookingPolicySetEnvelope {
1551
1551
  * _Booking Policy Updated_
1552
1552
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
1553
1553
  * is also triggered both for the new and the previous default policy.
1554
- * @permissionScope Manage Stores
1555
- * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1556
1554
  * @permissionScope Read Bookings - Public Data
1557
1555
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1558
1556
  * @permissionScope Manage Bookings Services and Settings
@@ -1576,8 +1574,6 @@ interface BookingPolicyDeletedEnvelope {
1576
1574
  }
1577
1575
  /**
1578
1576
  * Triggered when a booking policy is deleted.
1579
- * @permissionScope Manage Stores
1580
- * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1581
1577
  * @permissionScope Read Bookings - Public Data
1582
1578
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1583
1579
  * @permissionScope Manage Bookings Services and Settings
@@ -1603,8 +1599,6 @@ interface BookingPolicyUpdatedEnvelope {
1603
1599
  /**
1604
1600
  * Triggered when a booking policy is updated, including when a policy's
1605
1601
  * `default` attribute changes.
1606
- * @permissionScope Manage Stores
1607
- * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1608
1602
  * @permissionScope Read Bookings - Public Data
1609
1603
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1610
1604
  * @permissionScope Manage Bookings Services and Settings
@@ -385,6 +385,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
385
385
  Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
386
386
  Namespace2["MIMIR"] = "MIMIR";
387
387
  Namespace2["TWINS"] = "TWINS";
388
+ Namespace2["NANO"] = "NANO";
388
389
  return Namespace2;
389
390
  })(Namespace || {});
390
391
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {