@wix/auto_sdk_bookings_booking-policies 1.0.90 → 1.0.91

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.
@@ -1665,6 +1665,8 @@ interface BookingPolicyCreatedEnvelope {
1665
1665
  }
1666
1666
  /**
1667
1667
  * Triggered when a booking policy is created.
1668
+ * @permissionScope Manage Stores
1669
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1668
1670
  * @permissionScope Read Bookings - Public Data
1669
1671
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1670
1672
  * @permissionScope Manage Bookings Services and Settings
@@ -1691,6 +1693,8 @@ interface BookingPolicyDefaultBookingPolicySetEnvelope {
1691
1693
  * Triggered when the site's default policy changes. Then,
1692
1694
  * [Booking Policy Updated](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated)
1693
1695
  * is also triggered both for the new and the previous default policy.
1696
+ * @permissionScope Manage Stores
1697
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1694
1698
  * @permissionScope Read Bookings - Public Data
1695
1699
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1696
1700
  * @permissionScope Manage Bookings Services and Settings
@@ -1714,6 +1718,8 @@ interface BookingPolicyDeletedEnvelope {
1714
1718
  }
1715
1719
  /**
1716
1720
  * Triggered when a booking policy is deleted.
1721
+ * @permissionScope Manage Stores
1722
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1717
1723
  * @permissionScope Read Bookings - Public Data
1718
1724
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1719
1725
  * @permissionScope Manage Bookings Services and Settings
@@ -1739,6 +1745,8 @@ interface BookingPolicyUpdatedEnvelope {
1739
1745
  /**
1740
1746
  * Triggered when a booking policy is updated, including when a policy's
1741
1747
  * `default` attribute changes.
1748
+ * @permissionScope Manage Stores
1749
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1742
1750
  * @permissionScope Read Bookings - Public Data
1743
1751
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1744
1752
  * @permissionScope Manage Bookings Services and Settings