Add temporary room cards with 7 minute expiry
Some checks failed
build-and-deploy / build-deploy (push) Failing after 28s

This commit is contained in:
androidlover5842
2026-01-28 06:24:19 +05:30
parent dad1aa3131
commit e3420974e5
5 changed files with 267 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ data class IssuedCardResponse(
val id: UUID,
val propertyId: UUID,
val roomId: UUID,
val roomStayId: UUID,
val roomStayId: UUID?,
val cardId: String,
val cardIndex: Int,
val issuedAt: String,