@wix/auto_sdk_bookings_bookings 1.0.84 → 1.0.85
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 +46 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +47 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +46 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +47 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +0 -8
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -4
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +0 -8
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -4
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -3968,7 +3968,7 @@ declare function onBookingUpdated(handler: (event: BookingUpdatedEnvelope) => vo
|
|
|
3968
3968
|
* Anonymous tokens for getting, canceling or rescheduling the booking.
|
|
3969
3969
|
* That token is symmetrically encrypted and Url-safe.
|
|
3970
3970
|
* That allows the UoU to cancel or reschedule without Authentication.
|
|
3971
|
-
* @
|
|
3971
|
+
* @public
|
|
3972
3972
|
* @documentationMaturity preview
|
|
3973
3973
|
* @permissionId BOOKINGS.ANONYMOUS_BOOKING_ACTIONS_READ
|
|
3974
3974
|
* @returns Response for GetAnonymousActionDetails
|
|
@@ -3982,7 +3982,7 @@ interface GetAnonymousActionDetailsOptions {
|
|
|
3982
3982
|
/**
|
|
3983
3983
|
* Cancel booking using an anonymous token
|
|
3984
3984
|
* @param token - The token provided in the booking links for anonymous access
|
|
3985
|
-
* @
|
|
3985
|
+
* @public
|
|
3986
3986
|
* @documentationMaturity preview
|
|
3987
3987
|
* @requiredField token
|
|
3988
3988
|
* @returns Response for CancelBookingAnonymously
|
|
@@ -4001,7 +4001,7 @@ interface CancelBookingAnonymouslyOptions {
|
|
|
4001
4001
|
* Reschedule booking using an anonymous token
|
|
4002
4002
|
* @param token - The token provided in the booking links for anonymous access
|
|
4003
4003
|
* @param slot - New slot of the booking.
|
|
4004
|
-
* @
|
|
4004
|
+
* @public
|
|
4005
4005
|
* @documentationMaturity preview
|
|
4006
4006
|
* @requiredField options
|
|
4007
4007
|
* @requiredField options.revision
|
|
@@ -4022,7 +4022,7 @@ interface RescheduleBookingAnonymouslyOptions {
|
|
|
4022
4022
|
/**
|
|
4023
4023
|
* Get booking using an anonymous token
|
|
4024
4024
|
* @param token - The token provided in the booking links for anonymous access
|
|
4025
|
-
* @
|
|
4025
|
+
* @public
|
|
4026
4026
|
* @documentationMaturity preview
|
|
4027
4027
|
* @requiredField token
|
|
4028
4028
|
* @returns Response for GetBookingAnonymously
|