UNPKG

@realestate/types

Version:

Types for real estate

544 lines (466 loc) 11.3 kB
/** * Copyright (c) 2023 ListBird. All Rights Reserved. * * This software product includes software or other works developed by RESO, * subject to the RESO End User License published at www.reso.org. * * Any modifications, derivative works, or redistributions of this source must * maintain this copyright notice. See the RESO EULA for more information. */ export enum ImageOf { /** * {@link https://ddwiki.reso.org/display/DDW17/Aerial+View} * * The image/photo is an areal view of the structure or property. */ AerialView = 'AerialView', /** * {@link https://ddwiki.reso.org/display/DDW17/Atrium} * * The image/photo is of the atrium. */ Atrium = 'Atrium', /** * {@link https://ddwiki.reso.org/display/DDW17/Attic} * * The image/photo is of the attic. */ Attic = 'Attic', /** * {@link https://ddwiki.reso.org/display/DDW17/Back+of+Structure} * * The image/photo is of the back of the structure. */ BackOfStructure = 'BackOfStructure', /** * {@link https://ddwiki.reso.org/display/DDW17/Balcony} * * The image/photo is of a balcony. */ Balcony = 'Balcony', /** * {@link https://ddwiki.reso.org/display/DDW17/Bar} * * The image/photo is of the bar. */ Bar = 'Bar', /** * {@link https://ddwiki.reso.org/display/DDW17/Barn} * * The image/photo is of the barn. */ Barn = 'Barn', /** * {@link https://ddwiki.reso.org/display/DDW17/Basement} * * The image/photo is of the basement. */ Basement = 'Basement', /** * {@link https://ddwiki.reso.org/display/DDW17/Bathroom} * * The image/photo is of a bathroom. */ Bathroom = 'Bathroom', /** * {@link https://ddwiki.reso.org/display/DDW17/Bedroom} * * The image/photo is of a bedroom. */ Bedroom = 'Bedroom', /** * {@link https://ddwiki.reso.org/display/DDW17/Bonus+Room} * * The image/photo is of the bonus room. */ BonusRoom = 'BonusRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Breakfast+Area} * * The image/photo is of the breakfast area. */ BreakfastArea = 'BreakfastArea', /** * {@link https://ddwiki.reso.org/display/DDW17/Closet} * * The image/photo is of a closet. */ Closet = 'Closet', /** * {@link https://ddwiki.reso.org/display/DDW17/Community} * * The image/photo is of the community. */ Community = 'Community', /** * {@link https://ddwiki.reso.org/display/DDW17/Courtyard} * * The image/photo is of the courtyard. */ Courtyard = 'Courtyard', /** * {@link https://ddwiki.reso.org/display/DDW17/Deck} * * The image/photo is of the deck. */ Deck = 'Deck', /** * {@link https://ddwiki.reso.org/display/DDW17/Den} * * The image/photo is of the den. */ Den = 'Den', /** * {@link https://ddwiki.reso.org/display/DDW17/Dining+Area} * * The image/photo is of the dining area. */ DiningArea = 'DiningArea', /** * {@link https://ddwiki.reso.org/display/DDW17/Dining+Room} * * The image/photo is of the dining room. */ DiningRoom = 'DiningRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Dock} * * The image/photo is of the dock. */ Dock = 'Dock', /** * {@link https://ddwiki.reso.org/display/DDW17/Entry} * * The image/photo is of the entry. */ Entry = 'Entry', /** * {@link https://ddwiki.reso.org/display/DDW17/Exercise+Room} * * The image/photo is of the exercise room. */ ExerciseRoom = 'ExerciseRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Family+Room} * * The image/photo is of the family room. */ FamilyRoom = 'FamilyRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Fence} * * The image/photo is of the fence. */ Fence = 'Fence', /** * {@link https://ddwiki.reso.org/display/DDW17/Fireplace} * * The image/photo is of a fireplace. */ Fireplace = 'Fireplace', /** * {@link https://ddwiki.reso.org/display/DDW17/Floor+Plan} * * The image/photo is of the floor plan. */ FloorPlan = 'FloorPlan', /** * {@link https://ddwiki.reso.org/display/DDW17/Front+of+Structure} * * The image/photo is of the front of structure. */ FrontOfStructure = 'FrontOfStructure', /** * {@link https://ddwiki.reso.org/display/DDW17/Game+Room} * * The image/photo is of the game room. */ GameRoom = 'GameRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Garage} * * The image/photo is of the garage. */ Garage = 'Garage', /** * {@link https://ddwiki.reso.org/display/DDW17/Garden} * * The image/photo is of the garden. */ Garden = 'Garden', /** * {@link https://ddwiki.reso.org/display/DDW17/Golf+Course} * * The image/photo is of a golf course. */ GolfCourse = 'GolfCourse', /** * {@link https://ddwiki.reso.org/display/DDW17/Great+Room} * * The image/photo is of the great room. */ GreatRoom = 'GreatRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Guest+Quarters} * * The image/photo is of the guest quarters. */ GuestQuarters = 'GuestQuarters', /** * {@link https://ddwiki.reso.org/display/DDW17/Gym} * * The image/photo is of the gym. */ Gym = 'Gym', /** * {@link https://ddwiki.reso.org/display/DDW17/Hobby+Room} * * The image/photo is of the hobby room. */ HobbyRoom = 'HobbyRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Inlaw} * * The image/photo is of the inlaw / mother-in-law quarters/room. */ Inlaw = 'Inlaw', /** * {@link https://ddwiki.reso.org/display/DDW17/Kitchen} * * The image/photo is of the kitchen. */ Kitchen = 'Kitchen', /** * {@link https://ddwiki.reso.org/display/DDW17/Lake} * * The image/photo is of the lake. */ Lake = 'Lake', /** * {@link https://ddwiki.reso.org/display/DDW17/Laundry} * * The image/photo is of the laundry. */ Laundry = 'Laundry', /** * {@link https://ddwiki.reso.org/display/DDW17/Library} * * The image/photo is of the library. */ Library = 'Library', /** * {@link https://ddwiki.reso.org/display/DDW17/Living+Room} * * The image/photo is of the living room. */ LivingRoom = 'LivingRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Loading+Dock} * * The image/photo is of the loading dock. */ LoadingDock = 'LoadingDock', /** * {@link https://ddwiki.reso.org/display/DDW17/Lobby} * * The image/photo is of the lobby. */ Lobby = 'Lobby', /** * {@link https://ddwiki.reso.org/display/DDW17/Loft} * * The image/photo is of the loft. */ Loft = 'Loft', /** * {@link https://ddwiki.reso.org/display/DDW17/Lot} * * The image/photo is of the lot. */ Lot = 'Lot', /** * {@link https://ddwiki.reso.org/display/DDW17/Master+Bathroom} * * The image/photo is of the master bathroom. */ MasterBathroom = 'MasterBathroom', /** * {@link https://ddwiki.reso.org/display/DDW17/Master+Bedroom} * * The image/photo is of the master bedroom. */ MasterBedroom = 'MasterBedroom', /** * {@link https://ddwiki.reso.org/display/DDW17/Media+Room} * * The image/photo is of the media room. */ MediaRoom = 'MediaRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Mud+Room} * * The image/photo is of the mud room. */ MudRoom = 'MudRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Nursery} * * The image/photo is of the nursery. */ Nursery = 'Nursery', /** * The image/photo is of the office. */ Office = 'Office', /** * The image/photo is of a room or aspect of the property other than those listed in the ImageOf * enumerations. */ Other = 'Other', /** * {@link https://ddwiki.reso.org/display/DDW17/Out+Buildings} * * The image/photo is of an out building(s). */ OutBuildings = 'OutBuildings', /** * {@link https://ddwiki.reso.org/display/DDW17/Pantry} * * The image/photo is of the pantry. */ Pantry = 'Pantry', /** * The image/photo is of the parking. */ Parking = 'Parking', /** * {@link https://ddwiki.reso.org/display/DDW17/Patio} * * The image/photo is of a patio. */ Patio = 'Patio', /** * {@link https://ddwiki.reso.org/display/DDW17/Pier} * * The image/photo is of a pier. */ Pier = 'Pier', /** * {@link https://ddwiki.reso.org/display/DDW17/Plat+Map} * * The image/photo is of the plat map. */ PlatMap = 'PlatMap', /** * {@link https://ddwiki.reso.org/display/DDW17/Pond} * * The image/photo is of the pond. */ Pond = 'Pond', /** * {@link https://ddwiki.reso.org/display/DDW17/Pool} * * The image/photo is of the pool. */ Pool = 'Pool', /** * {@link https://ddwiki.reso.org/display/DDW17/Reception} * * The image/photo is of the reception. */ Reception = 'Reception', /** * {@link https://ddwiki.reso.org/display/DDW17/Recreation+Room} * * The image/photo is of the recreation room. */ RecreationRoom = 'RecreationRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Sauna} * * The image/photo is of the sauna. */ Sauna = 'Sauna', /** * {@link https://ddwiki.reso.org/display/DDW17/Showroom} * * The image/photo is of the showroom. */ Showroom = 'Showroom', /** * {@link https://ddwiki.reso.org/display/DDW17/Side+of+Structure} * * The image/photo is of the side of structure. */ SideOfStructure = 'SideOfStructure', /** * {@link https://ddwiki.reso.org/display/DDW17/Sitting+Room} * * The image/photo is of the sitting room. */ SittingRoom = 'SittingRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/Spa} * * The image/photo is of the spa. */ Spa = 'Spa', /** * {@link https://ddwiki.reso.org/display/DDW17/Stable} * * The image/photo is of the stable. */ Stable = 'Stable', /** * The image/photo is of the storage. */ Storage = 'Storage', /** * {@link https://ddwiki.reso.org/display/DDW17/Studio} * * The image/photo is of the studio. */ Studio = 'Studio', /** * {@link https://ddwiki.reso.org/display/DDW17/Study} * * The image/photo is of the study. */ Study = 'Study', /** * {@link https://ddwiki.reso.org/display/DDW17/Sun+Room} * * The image/photo is of the sun room. */ SunRoom = 'SunRoom', /** * {@link https://ddwiki.reso.org/display/DDW17/View} * * The image/photo is of the view. */ View = 'View', /** * {@link https://ddwiki.reso.org/display/DDW17/Waterfront} * * The image/photo is of the waterfront. */ Waterfront = 'Waterfront', /** * {@link https://ddwiki.reso.org/display/DDW17/Wine+Cellar} * * The image/photo is of the wine cellar. */ WineCellar = 'WineCellar', /** * {@link https://ddwiki.reso.org/display/DDW17/Workshop} * * The image/photo is of the workshop. */ Workshop = 'Workshop', /** * {@link https://ddwiki.reso.org/display/DDW17/Yard} * * The image/photo is of the yard. */ Yard = 'Yard', }