Link guest by phone on booking create
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s

This commit is contained in:
androidlover5842
2026-01-29 09:10:57 +05:30
parent aceffb2d8e
commit 7aecc5c706
2 changed files with 27 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ data class BookingCreateRequest(
val source: String? = null,
val expectedCheckInAt: String,
val expectedCheckOutAt: String,
val guestPhoneE164: String? = null,
val transportMode: String? = null,
val adultCount: Int? = null,
val totalGuestCount: Int? = null,