@wix/auto_sdk_bookings_booking-policies 1.0.77 → 1.0.78
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
|
@@ -1663,8 +1663,6 @@ interface BookingPolicyCreatedEnvelope {
|
|
|
1663
1663
|
}
|
|
1664
1664
|
/**
|
|
1665
1665
|
* Triggered when a booking policy is created.
|
|
1666
|
-
* @permissionScope Manage Stores
|
|
1667
|
-
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1668
1666
|
* @permissionScope Read Bookings - Public Data
|
|
1669
1667
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1670
1668
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1692,8 +1690,6 @@ interface BookingPolicyDefaultBookingPolicySetEnvelope {
|
|
|
1692
1690
|
* _Booking Policy Updated_
|
|
1693
1691
|
* ([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))
|
|
1694
1692
|
* is also triggered both for the new and the previous default policy.
|
|
1695
|
-
* @permissionScope Manage Stores
|
|
1696
|
-
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1697
1693
|
* @permissionScope Read Bookings - Public Data
|
|
1698
1694
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1699
1695
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1717,8 +1713,6 @@ interface BookingPolicyDeletedEnvelope {
|
|
|
1717
1713
|
}
|
|
1718
1714
|
/**
|
|
1719
1715
|
* Triggered when a booking policy is deleted.
|
|
1720
|
-
* @permissionScope Manage Stores
|
|
1721
|
-
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1722
1716
|
* @permissionScope Read Bookings - Public Data
|
|
1723
1717
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1724
1718
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1744,8 +1738,6 @@ interface BookingPolicyUpdatedEnvelope {
|
|
|
1744
1738
|
/**
|
|
1745
1739
|
* Triggered when a booking policy is updated, including when a policy's
|
|
1746
1740
|
* `default` attribute changes.
|
|
1747
|
-
* @permissionScope Manage Stores
|
|
1748
|
-
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1749
1741
|
* @permissionScope Read Bookings - Public Data
|
|
1750
1742
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1751
1743
|
* @permissionScope Manage Bookings Services and Settings
|