Allow guest creation without phone; auto-create guest on booking
All checks were successful
build-and-deploy / build-deploy (push) Successful in 39s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 39s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user