Make amenities global and super-admin managed
All checks were successful
build-and-deploy / build-deploy (push) Successful in 27s

This commit is contained in:
androidlover5842
2026-01-27 04:33:51 +05:30
parent c3ec6e8d4a
commit eb0b99f55a
5 changed files with 34 additions and 55 deletions

View File

@@ -35,7 +35,6 @@ data class AmenityUpsertRequest(
data class AmenityResponse(
val id: UUID,
val propertyId: UUID,
val name: String,
val category: String?,
val iconKey: String?,