@wix/auto_sdk_bookings_booking-policies 1.0.65 → 1.0.66
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
|
@@ -1597,6 +1597,8 @@ interface BookingPolicyCreatedEnvelope {
|
|
|
1597
1597
|
}
|
|
1598
1598
|
/**
|
|
1599
1599
|
* Triggered when a booking policy is created.
|
|
1600
|
+
* @permissionScope Manage Stores
|
|
1601
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1600
1602
|
* @permissionScope Read Bookings - Public Data
|
|
1601
1603
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1602
1604
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1624,6 +1626,8 @@ interface BookingPolicyDefaultBookingPolicySetEnvelope {
|
|
|
1624
1626
|
* _Booking Policy Updated_
|
|
1625
1627
|
* ([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))
|
|
1626
1628
|
* is also triggered both for the new and the previous default policy.
|
|
1629
|
+
* @permissionScope Manage Stores
|
|
1630
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1627
1631
|
* @permissionScope Read Bookings - Public Data
|
|
1628
1632
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1629
1633
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1647,6 +1651,8 @@ interface BookingPolicyDeletedEnvelope {
|
|
|
1647
1651
|
}
|
|
1648
1652
|
/**
|
|
1649
1653
|
* Triggered when a booking policy is deleted.
|
|
1654
|
+
* @permissionScope Manage Stores
|
|
1655
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1650
1656
|
* @permissionScope Read Bookings - Public Data
|
|
1651
1657
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1652
1658
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1672,6 +1678,8 @@ interface BookingPolicyUpdatedEnvelope {
|
|
|
1672
1678
|
/**
|
|
1673
1679
|
* Triggered when a booking policy is updated, including when a policy's
|
|
1674
1680
|
* `default` attribute changes.
|
|
1681
|
+
* @permissionScope Manage Stores
|
|
1682
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1675
1683
|
* @permissionScope Read Bookings - Public Data
|
|
1676
1684
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1677
1685
|
* @permissionScope Manage Bookings Services and Settings
|