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