@wix/auto_sdk_bookings_booking-policies 1.0.50 → 1.0.51
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 -4
- 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 -4
- 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 -4
- 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 -4
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1638,7 +1638,6 @@ declare function createBookingPolicy(bookingPolicy: BookingPolicy): Promise<NonN
|
|
|
1638
1638
|
* @requiredField bookingPolicyId
|
|
1639
1639
|
* @permissionId BOOKINGS.BOOKING_POLICY_READ
|
|
1640
1640
|
* @applicableIdentity APP
|
|
1641
|
-
* @applicableIdentity VISITOR
|
|
1642
1641
|
* @returns Retrieved booking policy.
|
|
1643
1642
|
* @fqn wix.bookings.v1.BookingPoliciesService.GetBookingPolicy
|
|
1644
1643
|
*/
|
|
@@ -1658,7 +1657,6 @@ declare function getBookingPolicy(bookingPolicyId: string): Promise<NonNullableP
|
|
|
1658
1657
|
* @requiredField bookingPolicyIds
|
|
1659
1658
|
* @permissionId BOOKINGS.BOOKING_POLICY_READ
|
|
1660
1659
|
* @applicableIdentity APP
|
|
1661
|
-
* @applicableIdentity VISITOR
|
|
1662
1660
|
* @fqn wix.bookings.v1.BookingPoliciesService.GetStrictestBookingPolicy
|
|
1663
1661
|
*/
|
|
1664
1662
|
declare function getStrictestBookingPolicy(bookingPolicyIds: string[]): Promise<NonNullablePaths<GetStrictestBookingPolicyResponse, `bookingPolicy.customPolicyDescription.enabled` | `bookingPolicy.customPolicyDescription.description` | `bookingPolicy.limitEarlyBookingPolicy.enabled` | `bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `bookingPolicy.limitLateBookingPolicy.enabled` | `bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `bookingPolicy.bookAfterStartPolicy.enabled` | `bookingPolicy.cancellationPolicy.enabled` | `bookingPolicy.cancellationPolicy.limitLatestCancellation` | `bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `bookingPolicy.reschedulePolicy.enabled` | `bookingPolicy.reschedulePolicy.limitLatestReschedule` | `bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `bookingPolicy.waitlistPolicy.enabled` | `bookingPolicy.waitlistPolicy.capacity` | `bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `bookingPolicy.cancellationFeePolicy.enabled` | `bookingPolicy.cancellationFeePolicy.cancellationWindows` | `bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.amount.value` | `bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.amount.currency` | `bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `bookingPolicy.saveCreditCardPolicy.enabled`, 7>>;
|
|
@@ -1799,7 +1797,6 @@ declare function deleteBookingPolicy(bookingPolicyId: string): Promise<void & {
|
|
|
1799
1797
|
* @public
|
|
1800
1798
|
* @permissionId BOOKINGS.BOOKING_POLICY_READ
|
|
1801
1799
|
* @applicableIdentity APP
|
|
1802
|
-
* @applicableIdentity VISITOR
|
|
1803
1800
|
* @fqn wix.bookings.v1.BookingPoliciesService.QueryBookingPolicies
|
|
1804
1801
|
*/
|
|
1805
1802
|
declare function queryBookingPolicies(): BookingPoliciesQueryBuilder;
|
|
@@ -1866,7 +1863,6 @@ interface BookingPoliciesQueryBuilder {
|
|
|
1866
1863
|
* @public
|
|
1867
1864
|
* @permissionId BOOKINGS.BOOKING_POLICY_READ
|
|
1868
1865
|
* @applicableIdentity APP
|
|
1869
|
-
* @applicableIdentity VISITOR
|
|
1870
1866
|
* @fqn wix.bookings.v1.BookingPoliciesService.CountBookingPolicies
|
|
1871
1867
|
*/
|
|
1872
1868
|
declare function countBookingPolicies(options?: CountBookingPoliciesOptions): Promise<NonNullablePaths<CountBookingPoliciesResponse, `count`, 2>>;
|