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