@wix/auto_sdk_bookings_booking-policies 1.0.85 → 1.0.86

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.
@@ -1659,6 +1659,8 @@ interface BookingPolicyCreatedEnvelope {
1659
1659
  }
1660
1660
  /**
1661
1661
  * Triggered when a booking policy is created.
1662
+ * @permissionScope Manage Stores
1663
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1662
1664
  * @permissionScope Read Bookings - Public Data
1663
1665
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1664
1666
  * @permissionScope Manage Bookings Services and Settings
@@ -1685,6 +1687,8 @@ interface BookingPolicyDefaultBookingPolicySetEnvelope {
1685
1687
  * Triggered when the site's default policy changes. Then,
1686
1688
  * [Booking Policy Updated](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated)
1687
1689
  * is also triggered both for the new and the previous default policy.
1690
+ * @permissionScope Manage Stores
1691
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1688
1692
  * @permissionScope Read Bookings - Public Data
1689
1693
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1690
1694
  * @permissionScope Manage Bookings Services and Settings
@@ -1708,6 +1712,8 @@ interface BookingPolicyDeletedEnvelope {
1708
1712
  }
1709
1713
  /**
1710
1714
  * Triggered when a booking policy is deleted.
1715
+ * @permissionScope Manage Stores
1716
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1711
1717
  * @permissionScope Read Bookings - Public Data
1712
1718
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1713
1719
  * @permissionScope Manage Bookings Services and Settings
@@ -1733,6 +1739,8 @@ interface BookingPolicyUpdatedEnvelope {
1733
1739
  /**
1734
1740
  * Triggered when a booking policy is updated, including when a policy's
1735
1741
  * `default` attribute changes.
1742
+ * @permissionScope Manage Stores
1743
+ * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1736
1744
  * @permissionScope Read Bookings - Public Data
1737
1745
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1738
1746
  * @permissionScope Manage Bookings Services and Settings