Allow guest creation without phone; auto-create guest on booking
All checks were successful
build-and-deploy / build-deploy (push) Successful in 39s

This commit is contained in:
androidlover5842
2026-01-29 07:10:03 +05:30
parent 97f09f6f75
commit 1033035f7d
3 changed files with 21 additions and 11 deletions

View File

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