@wix/auto_sdk_bookings_booking-policies 1.0.74 → 1.0.75
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 +8 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +8 -0
- 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 +8 -0
- 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 +8 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1625,6 +1625,8 @@ interface BookingPolicyCreatedEnvelope {
|
|
|
1625
1625
|
}
|
|
1626
1626
|
/**
|
|
1627
1627
|
* Triggered when a booking policy is created.
|
|
1628
|
+
* @permissionScope Manage Stores
|
|
1629
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1628
1630
|
* @permissionScope Read Bookings - Public Data
|
|
1629
1631
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1630
1632
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1652,6 +1654,8 @@ interface BookingPolicyDefaultBookingPolicySetEnvelope {
|
|
|
1652
1654
|
* _Booking Policy Updated_
|
|
1653
1655
|
* ([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))
|
|
1654
1656
|
* is also triggered both for the new and the previous default policy.
|
|
1657
|
+
* @permissionScope Manage Stores
|
|
1658
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1655
1659
|
* @permissionScope Read Bookings - Public Data
|
|
1656
1660
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1657
1661
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1675,6 +1679,8 @@ interface BookingPolicyDeletedEnvelope {
|
|
|
1675
1679
|
}
|
|
1676
1680
|
/**
|
|
1677
1681
|
* Triggered when a booking policy is deleted.
|
|
1682
|
+
* @permissionScope Manage Stores
|
|
1683
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1678
1684
|
* @permissionScope Read Bookings - Public Data
|
|
1679
1685
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1680
1686
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1700,6 +1706,8 @@ interface BookingPolicyUpdatedEnvelope {
|
|
|
1700
1706
|
/**
|
|
1701
1707
|
* Triggered when a booking policy is updated, including when a policy's
|
|
1702
1708
|
* `default` attribute changes.
|
|
1709
|
+
* @permissionScope Manage Stores
|
|
1710
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1703
1711
|
* @permissionScope Read Bookings - Public Data
|
|
1704
1712
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1705
1713
|
* @permissionScope Manage Bookings Services and Settings
|