@wix/auto_sdk_bookings_booking-policies 1.0.56 → 1.0.57
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
|
@@ -1524,6 +1524,8 @@ interface BookingPolicyCreatedEnvelope {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
/**
|
|
1526
1526
|
* Triggered when a booking policy is created.
|
|
1527
|
+
* @permissionScope Manage Stores
|
|
1528
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1527
1529
|
* @permissionScope Read Bookings - Public Data
|
|
1528
1530
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1529
1531
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1551,6 +1553,8 @@ interface BookingPolicyDefaultBookingPolicySetEnvelope {
|
|
|
1551
1553
|
* _Booking Policy Updated_
|
|
1552
1554
|
* ([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))
|
|
1553
1555
|
* is also triggered both for the new and the previous default policy.
|
|
1556
|
+
* @permissionScope Manage Stores
|
|
1557
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1554
1558
|
* @permissionScope Read Bookings - Public Data
|
|
1555
1559
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1556
1560
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1574,6 +1578,8 @@ interface BookingPolicyDeletedEnvelope {
|
|
|
1574
1578
|
}
|
|
1575
1579
|
/**
|
|
1576
1580
|
* Triggered when a booking policy is deleted.
|
|
1581
|
+
* @permissionScope Manage Stores
|
|
1582
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1577
1583
|
* @permissionScope Read Bookings - Public Data
|
|
1578
1584
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1579
1585
|
* @permissionScope Manage Bookings Services and Settings
|
|
@@ -1599,6 +1605,8 @@ interface BookingPolicyUpdatedEnvelope {
|
|
|
1599
1605
|
/**
|
|
1600
1606
|
* Triggered when a booking policy is updated, including when a policy's
|
|
1601
1607
|
* `default` attribute changes.
|
|
1608
|
+
* @permissionScope Manage Stores
|
|
1609
|
+
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
1602
1610
|
* @permissionScope Read Bookings - Public Data
|
|
1603
1611
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1604
1612
|
* @permissionScope Manage Bookings Services and Settings
|