UNPKG

@simplyhomes/sos-client

Version:

Client SDK for SimplyHomes SOS API

67 lines (66 loc) 2.15 kB
export declare class SDK_UpdateProperty_Body_Unit { uid: number; bathrooms?: number; bedrooms?: number; accessDetailType?: string; accessDetailCode?: string; refrigeratorDetailsExists?: boolean; refrigeratorDetailsSerial?: string; refrigeratorDetailsModel?: string; refrigeratorDetailsCondition?: string; stoveDetailsExists?: boolean; stoveDetailsSerial?: string; stoveDetailsModel?: string; stoveDetailsCondition?: string; hvacDetailsExists?: boolean; hvacDetailsSerial?: string; hvacDetailsModel?: string; hvacDetailsCondition?: string; microwaveDetailsExists?: boolean; microwaveDetailsSerial?: string; microwaveDetailsModel?: string; microwaveDetailsCondition?: string; } export declare class SDK_UpdateProperty_Body_Property { attomAvm?: number; status?: string; estimatedRenovationCost?: number; attomArv?: number; sqft?: number; yearBuilt?: number; stories?: number; housingAuthorityName?: string; propertyType?: string; characteristicsWaterSupply?: string; characteristicsSewageType?: string; characteristicsConstruction?: string; characteristicsFoundation?: string; characteristicsSiding?: string; characteristicsRoofType?: string; featureHasAttic?: boolean; featureHasDeck?: boolean; featureHasPatio?: boolean; featureHasCommonSpace?: boolean; featureHasYard?: boolean; featureHasElevator?: boolean; featureHasBasement?: boolean; featureHasCommonLaundry?: boolean; featureHasGarage?: boolean; featureHasGate?: boolean; featureHasPool?: boolean; featureHasPorch?: boolean; featureHasSidewalk?: boolean; featureHasDriveway?: boolean; featureHasExteriorStairs?: boolean; titleInsurance?: number; transferTax?: number; closingCostOverride?: number; estimatedAcquisitionCost?: number; totalOwnerReservesOverride?: number; pmReserveTotalOverride?: number; pmOnboardingTotalOverride?: number; units?: SDK_UpdateProperty_Body_Unit[]; } export declare class SDK_UpdateProperty_Response_Dto { message: string; }