Add guest visit count by phone
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
This commit is contained in:
@@ -62,6 +62,11 @@ data class GuestVehicleRequest(
|
||||
val bookingId: UUID
|
||||
)
|
||||
|
||||
data class GuestVisitCountResponse(
|
||||
val guestId: UUID?,
|
||||
val bookingCount: Long
|
||||
)
|
||||
|
||||
data class TransportModeStatusResponse(
|
||||
val mode: String,
|
||||
val enabled: Boolean
|
||||
|
||||
Reference in New Issue
Block a user