This commit is contained in:
Trey t
2025-11-04 23:11:18 -06:00
parent 177e588944
commit 025fcf677a
15 changed files with 1382 additions and 473 deletions

View File

@@ -32,7 +32,7 @@ data class Residence(
@Serializable
data class ResidenceCreateRequest(
val name: String,
@SerialName("property_type") val propertyType: String,
@SerialName("property_type") val propertyType: Int,
@SerialName("street_address") val streetAddress: String,
@SerialName("apartment_unit") val apartmentUnit: String? = null,
val city: String,