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