/**
 * 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 AssociationAmenities {
  /**
   * The home owner's association includes access or some service related to an airport or runway.
   */
  AirportRunway = 'AirportRunway',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Barbecue}
   *
   * The home owner's association includes use of, or access to, a barbecue.
   */
  Barbecue = 'Barbecue',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Basketball+Court}
   *
   * The home owner's association includes use of, or access to, a basketball court.
   */
  BasketballCourt = 'BasketballCourt',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Beach+Access}
   *
   * The home owner's association includes access to a beach.
   */
  BeachAccess = 'BeachAccess',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Beach+Rights}
   *
   * The home owner's association includes use of a beach that has beach rights restrictions.
   */
  BeachRights = 'BeachRights',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Billiard+Room}
   *
   * The home owner's association includes use of, or access to, a billiard room.
   */
  BilliardRoom = 'BilliardRoom',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Boat+Dock}
   *
   * The home owner's association includes use of, or access to, a boat dock.
   */
  BoatDock = 'BoatDock',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Boating}
   *
   * The home owner's association includes use of, or access to, boating.
   */
  Boating = 'Boating',

  /**
   * The home owner's association includes use of, or access to, a boat slip.
   */
  BoatSlip = 'BoatSlip',

  /**
   * The home owner's association includes use of, or access to, a cabana.
   */
  Cabana = 'Cabana',

  /**
   * The home owner's association includes cable based services.
   */
  CableTv = 'CableTv',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Car+Wash+Area}
   *
   * The home owner's association includes use of, or access to, an are to wash your car.
   */
  CarWashArea = 'CarWashArea',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Clubhouse}
   *
   * The home owner's association includes use of, or access to, a clubhouse.
   */
  Clubhouse = 'Clubhouse',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Coin+Laundry}
   *
   * The home owner's association includes use of, or access to, a coin laundry.
   */
  CoinLaundry = 'CoinLaundry',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Concierge}
   *
   * The home owner's association includes use of, or access to, a concierge service.
   */
  Concierge = 'Concierge',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Day+Care}
   *
   * The home owner's association includes use of, or access to, a day care service.
   */
  DayCare = 'DayCare',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Dog+Park}
   *
   * The home owner's association includes use of, or access to, a dog park.
   */
  DogPark = 'DogPark',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Dry+Dock}
   *
   * The home owner's association includes use of, or access to, a dry dock.
   */
  DryDock = 'DryDock',

  /**
   * The home owner's association includes electricity.
   */
  Electricity = 'Electricity',

  /**
   * The home owner's association includes use of, or access to, an elevator(s).
   */
  Elevators = 'Elevators',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Exercise+Course}
   *
   * The home owner's association includes use of, or access to, an exercise course.
   */
  ExerciseCourse = 'ExerciseCourse',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Fitness+Center}
   *
   * The home owner's association includes use of, or access to, a fitness center.
   */
  FitnessCenter = 'FitnessCenter',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Game+Court+Exterior}
   *
   * The home owner's association includes use of, or access to, an outdoors game court.
   */
  GameCourtExterior = 'GameCourtExterior',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Game+Court+Interior}
   *
   * The home owner's association includes use of, or access to, an indoors game court.
   */
  GameCourtInterior = 'GameCourtInterior',

  /**
   * The home owner's association includes use of, or access to, a game room .
   */
  GameRoom = 'GameRoom',

  /**
   * The home owner's association includes natural gas.
   */
  Gas = 'Gas',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Gated}
   *
   * The home owner's association property/area is gated.
   */
  Gated = 'Gated',

  /**
   * The home owner's association includes use of, or access to, a golf course.
   */
  GolfCourse = 'GolfCourse',

  /**
   * The home owner's association includes hot water.
   */
  HotWater = 'HotWater',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Indoor+Pool}
   *
   * The home owner's association includes use of, or access to, an indoor pool.
   */
  IndoorPool = 'IndoorPool',

  /**
   * The home owner's association includes insurance.
   */
  Insurance = 'Insurance',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Jogging+Path}
   *
   * The home owner's association includes use of, or access to, a jogging path.
   */
  JoggingPath = 'JoggingPath',

  /**
   * The home owner's association includes landscaping.
   */
  Landscaping = 'Landscaping',

  /**
   * The home owner's association includes laundry.
   */
  Laundry = 'Laundry',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Maid+service}
   *
   * The home owner's association includes use of, or access to, a maid service.
   */
  MaidService = 'MaidService',

  /**
   * The home owner's association includes maintenance.
   */
  Maintenance = 'Maintenance',

  /**
   * The home owner's association includes grounds maintenance.
   */
  MaintenanceGrounds = 'MaintenanceGrounds',

  /**
   * The home owner's association includes building maintenance.
   */
  MaintenanceStructure = 'MaintenanceStructure',

  /**
   * The home owner's association includes management services.
   */
  Management = 'Management',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Marina}
   *
   * The home owner's association includes use of, or access to, a marina.
   */
  Marina = 'Marina',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Meeting+Room}
   *
   * The home owner's association includes use of, or access to, a meeting room.
   */
  MeetingRoom = 'MeetingRoom',

  /**
   * The home owner's association has no amenities.
   */
  None = 'None',

  /**
   * The home owner's association includes amenities not included in this list.
   */
  Other = 'Other',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Park}
   *
   * The home owner's association includes use of, or access to, a park.
   */
  Park = 'Park',

  /**
   * The home owner's association includes use of, or access to, parking.
   */
  Parking = 'Parking',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Party+Room}
   *
   * The home owner's association includes use of, or access to, a party room.
   */
  PartyRoom = 'PartyRoom',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Picnic+Area}
   *
   * The home owner's association includes use of, or access to, a picnic area.
   */
  PicnicArea = 'PicnicArea',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Playground}
   *
   * The home owner's association includes use of, or access to, a playground.
   */
  Playground = 'Playground',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Pond+Seasonal}
   *
   * The home owner's association includes use of, or access to, a seasonal pond.
   */
  PondSeasonal = 'PondSeasonal',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Pond+Year+Round}
   *
   * The home owner's association includes use of, or access to, a year round pond.
   */
  PondYearRound = 'PondYearRound',

  /**
   * The home owner's association includes use of, or access to, a pool.
   */
  Pool = 'Pool',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Powered+Boats+Allowed}
   *
   * The home owner's association allows the use of powered boats.
   */
  PoweredBoatsAllowed = 'PoweredBoatsAllowed',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Racquetball}
   *
   * The home owner's association includes use of, or access to, a racquetball court(s).
   */
  Racquetball = 'Racquetball',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Recreation+Facilities}
   *
   * The home owner's association includes use of, or access to, recreation facilities.
   */
  RecreationFacilities = 'RecreationFacilities',

  /**
   * The home owner's association includes use of, or access to, a recreation room.
   */
  RecreationRoom = 'RecreationRoom',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Roof+Deck}
   *
   * The home owner's association includes use of, or access to, a roof deck.
   */
  RoofDeck = 'RoofDeck',

  /**
   * The home owner's association includes use of, or access to, RV and/or boat storage.
   */
  RvBoatStorage = 'RvBoatStorage',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/RV+Parking}
   *
   * The home owner's association includes use of, or access to, recreational vehicle (RV) parking.
   */
  RvParking = 'RvParking',

  /**
   * The home owner's association includes use of, or access to, a sauna.
   */
  Sauna = 'Sauna',

  /**
   * The home owner's association includes security services.
   */
  Security = 'Security',

  /**
   * The home owner's association includes use of, or access to, a service elevator(s).
   */
  ServiceElevators = 'ServiceElevators',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Shuffleboard+Court}
   *
   * The home owner's association includes use of, or access to, a shuffleboard court.
   */
  ShuffleboardCourt = 'ShuffleboardCourt',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Ski+Accessible}
   *
   * The home owner's association includes access to skiing.
   */
  SkiAccessible = 'SkiAccessible',

  /**
   * The home owner's association includes snow removal.
   */
  SnowRemoval = 'SnowRemoval',

  /**
   * The home owner's association includes use of, or access to, a spa and/or hot tub.
   */
  SpaHotTub = 'SpaHotTub',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Sport+Court}
   *
   * The home owner's association includes use of, or access to, a sport court.
   */
  SportCourt = 'SportCourt',

  /**
   * The home owner's association includes use of, or access to, horse stable(s).
   */
  Stables = 'Stables',

  /**
   * The home owner's association includes storage space.
   */
  Storage = 'Storage',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Stream+Seasonal}
   *
   * The home owner's association includes use of, or access to, a seasonal stream.
   */
  StreamSeasonal = 'StreamSeasonal',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Stream+Year+Round}
   *
   * The home owner's association includes use of, or access to, a year round accessible stream.
   */
  StreamYearRound = 'StreamYearRound',

  /**
   * The home owner's association includes taxes.
   */
  Taxes = 'Taxes',

  /**
   * The home owner's association includes use of, or access to, a tennis court(s).
   */
  TennisCourts = 'TennisCourts',

  /**
   * The home owner's association includes use of, or access to, a trail(s).
   */
  Trails = 'Trails',

  /**
   * The home owner's association includes trash service.
   */
  Trash = 'Trash',

  /**
   * The home owner's association includes water.
   */
  Water = 'Water',

  /**
   * {@link https://ddwiki.reso.org/display/DDW17/Workshop+Area}
   *
   * The home owner's association includes use of, or access to, a workshop area.
   */
  WorkshopArea = 'WorkshopArea',
}
