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