Remove guest create endpoint
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s

This commit is contained in:
androidlover5842
2026-01-29 08:40:19 +05:30
parent ca1597592f
commit aceffb2d8e
2 changed files with 1 additions and 102 deletions

View File

@@ -50,14 +50,6 @@ data class GuestResponse(
val averageScore: Double?
)
data class GuestCreateRequest(
val bookingId: UUID,
val phoneE164: String? = null,
val name: String? = null,
val nationality: String? = null,
val addressText: String? = null
)
data class GuestUpdateRequest(
val phoneE164: String? = null,
val name: String? = null,