@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.
@@ -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
- * @internal
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
- * @internal
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
- * @internal
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
- * @internal
4025
+ * @public
4026
4026
  * @documentationMaturity preview
4027
4027
  * @requiredField token
4028
4028
  * @returns Response for GetBookingAnonymously