Attach room type code and tags to room images
All checks were successful
build-and-deploy / build-deploy (push) Successful in 31s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 31s
This commit is contained in:
@@ -34,10 +34,12 @@ data class RoomImageResponse(
|
||||
val id: UUID,
|
||||
val propertyId: UUID,
|
||||
val roomId: UUID,
|
||||
val roomTypeCode: String?,
|
||||
val url: String,
|
||||
val thumbnailUrl: String,
|
||||
val contentType: String,
|
||||
val sizeBytes: Long,
|
||||
val tags: Set<String>,
|
||||
val sortOrder: Int?,
|
||||
val category: String?,
|
||||
val createdAt: String
|
||||
|
||||
Reference in New Issue
Block a user