Link new guest to booking
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s

This commit is contained in:
androidlover5842
2026-01-29 04:05:29 +05:30
parent 36e18f9649
commit ffe26a4739
2 changed files with 15 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ data class GuestResponse(
data class GuestCreateRequest(
val phoneE164: String,
val bookingId: UUID,
val name: String? = null,
val nationality: String? = null,
val addressText: String? = null