@wix/auto_sdk_bookings_booking-policies 1.0.43 → 1.0.45
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 +3 -2
|
@@ -1517,6 +1517,8 @@ interface BookingPolicyCreatedEnvelope {
|
|
|
1517
1517
|
}
|
|
1518
1518
|
/**
|
|
1519
1519
|
* Triggered when a booking policy is created.
|
|
1520
|
+
* @permissionScope Manage Stores
|
|
1521
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1520
1522
|
* @permissionScope Read Bookings - Public Data
|
|
1521
1523
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1522
1524
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1544,6 +1546,8 @@ interface BookingPolicyDefaultBookingPolicySetEnvelope {
|
|
|
1544
1546
|
* _Booking Policy Updated_
|
|
1545
1547
|
* ([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))
|
|
1546
1548
|
* is also triggered both for the new and the previous default policy.
|
|
1549
|
+
* @permissionScope Manage Stores
|
|
1550
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1547
1551
|
* @permissionScope Read Bookings - Public Data
|
|
1548
1552
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1549
1553
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1567,6 +1571,8 @@ interface BookingPolicyDeletedEnvelope {
|
|
|
1567
1571
|
}
|
|
1568
1572
|
/**
|
|
1569
1573
|
* Triggered when a booking policy is deleted.
|
|
1574
|
+
* @permissionScope Manage Stores
|
|
1575
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1570
1576
|
* @permissionScope Read Bookings - Public Data
|
|
1571
1577
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1572
1578
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1592,6 +1598,8 @@ interface BookingPolicyUpdatedEnvelope {
|
|
|
1592
1598
|
/**
|
|
1593
1599
|
* Triggered when a booking policy is updated, including when a policy's
|
|
1594
1600
|
* `default` attribute changes.
|
|
1601
|
+
* @permissionScope Manage Stores
|
|
1602
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1595
1603
|
* @permissionScope Read Bookings - Public Data
|
|
1596
1604
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1597
1605
|
* @permissionScope Manage Bookings Services and Settings
|