Add booking guest link endpoint
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s

This commit is contained in:
androidlover5842
2026-01-29 08:37:12 +05:30
parent 708ab95a31
commit ca1597592f
2 changed files with 55 additions and 1 deletions

View File

@@ -32,6 +32,10 @@ data class BookingCreateResponse(
val expectedCheckOutAt: String?
)
data class BookingLinkGuestRequest(
val guestId: UUID
)
data class BookingCheckOutRequest(
val checkOutAt: String? = null,
val notes: String? = null