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