' Options: 'Date: 2025-05-06 23:48:28 'Version: 8.70 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://unstable-consumer-api.brovs.com ' '''GlobalNamespace: ConsumerApi '''MakePartial: True '''MakeVirtual: False '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: FindBoundedMapPlacesRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports ConsumerApi Namespace Global Namespace ConsumerApi Public Partial Class BarSpecialityEsDto Public Property Slug As String Public Property Title As String End Class Public Partial Class BarTypeEsDto Public Property Slug As String Public Property Title As String End Class Public Partial Class BrandApiDto Public Property Name As String End Class Public Partial Class CategoryTreeApiDto Public Property Name As String Public Property Slug As String Public Property AbsoluteSlug As String Public Property ImageUrl As String Public Property AllImageUrl As String Public Property IconImageUrl As String Public Property Position As Integer Public Property Children As List(Of CategoryTreeApiDto) = New List(Of CategoryTreeApiDto) End Class Public Partial Class CuisineEsDto Public Property Label As String Public Property Slug As String End Class Public Partial Class EatingSuitabilityApiDto Public Property Label As String Public Property Slug As String End Class Public Partial Class IndividualFeatureDataApiDto Public Property Slug As FeatureType Public Property Label As String End Class Public Partial Class MallOtherServiceApiDto Public Property ServiceName As String Public Property Floor As String End Class Public Partial Class MealTypeApiDto Public Property Label As String Public Property Slug As String End Class Public Partial Class MenuEsDto Public Property Name As String Public Property Url As String Public Property Position As Integer End Class Public Partial Class ParkingApiDto Public Property Label As String Public Property Slug As Parking End Class Public Partial Class PaymentOptionApiDto Public Property Label As String Public Property Slug As PaymentOption End Class Public Partial Class PlaceApiDto Public Property Id As Long Public Property Guid As Guid Public Property Overview As String Public Property Name As String Public Property Longitude As Single Public Property Latitude As Single Public Property Claimed As Boolean Public Property OrganizationNumber As String Public Property CountryCode As String Public Property PlaceState As String Public Property FollowersCount As Long Public Property OpeningHours As OpeningHours Public Property Categories As List(Of CategoryTreeApiDto) = New List(Of CategoryTreeApiDto) Public Property FeatureData As List(Of IndividualFeatureDataApiDto) = New List(Of IndividualFeatureDataApiDto) Public Property BarSpecialities As List(Of BarSpecialityEsDto) = New List(Of BarSpecialityEsDto) Public Property BarTypes As List(Of BarTypeEsDto) = New List(Of BarTypeEsDto) Public Property Brands As List(Of PlaceSelectedBrandApiDto) = New List(Of PlaceSelectedBrandApiDto) Public Property Cuisines As List(Of CuisineEsDto) = New List(Of CuisineEsDto) Public Property MealTypes As List(Of MealTypeApiDto) = New List(Of MealTypeApiDto) Public Property Parking As List(Of ParkingApiDto) = New List(Of ParkingApiDto) Public Property PaymentOptions As List(Of PaymentOptionApiDto) = New List(Of PaymentOptionApiDto) Public Property EatingSuitabilities As List(Of EatingSuitabilityApiDto) = New List(Of EatingSuitabilityApiDto) Public Property TakeAways As List(Of TakeAwayApiDto) = New List(Of TakeAwayApiDto) Public Property WearPriceProfiles As List(Of WearPriceProfileEsDto) = New List(Of WearPriceProfileEsDto) Public Property Menus As List(Of MenuEsDto) = New List(Of MenuEsDto) Public Property LogoUrl As ImageUrls Public Property ImageUrl As ImageUrls Public Property WheelchairAccessible As Boolean? Public Property Wifi As Boolean? Public Property OutdoorSeating As Boolean? Public Property SaveFoodAndMoney As Boolean? Public Property PlaceType As PlaceType Public Property Mall As PlaceBasicApiDto Public Property PriceMainDish As PriceMainDishApiDto Public Property Places As List(Of PlaceBasicApiDto) = New List(Of PlaceBasicApiDto) Public Property OtherServices As List(Of MallOtherServiceApiDto) = New List(Of MallOtherServiceApiDto) Public Property Floor As String Public Property TimeZoneDto As TimeZoneDto Public Property BusinessId As Long? Public Property Contact As PlaceContact Public Property Address As PlaceAddress End Class Public Partial Class PlaceBasicApiDto Public Property Id As Long Public Property Guid As Guid Public Property Overview As String Public Property Name As String Public Property Longitude As Single Public Property Latitude As Single Public Property Claimed As Boolean Public Property OrganizationNumber As String Public Property CountryCode As String Public Property OpeningHours As OpeningHours Public Property WheelchairAccessible As Boolean? Public Property Wifi As Boolean? Public Property OutdoorSeating As Boolean? Public Property SaveFoodAndMoney As Boolean? Public Property PlaceType As PlaceType Public Property PriceMainDish As PriceMainDishApiDto Public Property TimeZoneDto As TimeZoneDto Public Property BusinessId As Long? Public Property Contact As PlaceContact Public Property Address As PlaceAddress Public Property Categories As List(Of CategoryTreeApiDto) = New List(Of CategoryTreeApiDto) Public Property LogoUrl As ImageUrls Public Property ImageUrl As ImageUrls Public Property WearPriceProfiles As List(Of WearPriceProfileEsDto) = New List(Of WearPriceProfileEsDto) Public Property Brands As List(Of PlaceSelectedBrandApiDto) = New List(Of PlaceSelectedBrandApiDto) Public Property Floor As String End Class Public Partial Class PlaceCustomBrandApiDto Public Property Name As String End Class Public Partial Class PlaceSelectedBrandApiDto Public Property Brand As BrandApiDto Public Property CategoryAbsoluteSlugs As String() = New String(){} Public Property PlaceCustomBrand As PlaceCustomBrandApiDto End Class Public Partial Class PriceMainDishApiDto Public Property Title As String Public Property Slug As PriceMainDish End Class Public Partial Class TakeAwayApiDto Public Property Label As String Public Property Slug As String End Class Public Partial Class WearPriceProfileEsDto Public Property Slug As String Public Property Label As String End Class Public Partial Class CategoryFacetTreeDto Public Property Name As String Public Property Slug As String Public Property AbsoluteSlug As String Public Property FeatureTypes As List(Of FeatureType) = New List(Of FeatureType) Public Property Type As CategoryFacetTreeType Public Property Count As Long? Public Property ImageUrl As String Public Property AllImageUrl As String Public Property IconImageUrl As String Public Property Position As Integer Public Property Children As List(Of CategoryFacetTreeDto) = New List(Of CategoryFacetTreeDto) End Class Public Enum CategoryFacetTreeType Parent Selected Available End Enum Public Partial Class FindBoundedMapPinCluster Public Property Count As Long Public Property Latitude As Single Public Property Longitude As Single End Class Public Partial Class FindBoundedMapPlacesRequest Implements IReturn(Of FindBoundedMapPlacesResponse) Implements IGet Implements IPost Implements ICacheable Public Property CacheVersion As Long? Implements ICacheable.CacheVersion Public Property Filter As QueryFilterDto Public Property Bounds As MapBoundsDto End Class Public Partial Class FindBoundedMapPlacesResponse Public Property Clusters As List(Of FindBoundedMapPinCluster) = New List(Of FindBoundedMapPinCluster) Public Property PlacesWithDisplayLocation As List(Of PlaceWithDisplayLocationDto) = New List(Of PlaceWithDisplayLocationDto) Public Property CategoryFacetTrees As List(Of CategoryFacetTreeDto) = New List(Of CategoryFacetTreeDto) Public Property AdMessageCount As Long Public Property AdMessageSaveFoodAndMoneyCount As Long? End Class Public Interface ICacheable Property CacheVersion As Long? End Interface Public Partial Class MapBoundsDto Public Property North As Single? Public Property South As Single? Public Property East As Single? Public Property West As Single? Public Property ClusterZoomLevel As Integer? End Class Public Partial Class PlaceWithDisplayLocationDto Public Property Place As PlaceApiDto Public Property CrowdedMapDisplayLocation As Position End Class Public Partial Class Position Public Property Longitude As Single Public Property Latitude As Single End Class Public Partial Class QueryFilterDto Public Property Term As String Public Property PlaceGuid As Guid? Public Property AdMessageGuid As Guid? Public Property CategoryAbsoluteSlugs As List(Of String) = New List(Of String) Public Property BarSpecialitySlugs As List(Of String) = New List(Of String) Public Property BarTypeSlugs As List(Of String) = New List(Of String) Public Property BrandNames As List(Of String) = New List(Of String) Public Property CuisineSlugs As List(Of String) = New List(Of String) Public Property MealTypeSlugs As List(Of String) = New List(Of String) Public Property Parking As List(Of Parking) = New List(Of Parking) Public Property PaymentOptions As List(Of PaymentOption) = New List(Of PaymentOption) Public Property PriceMainDishes As List(Of PriceMainDish) = New List(Of PriceMainDish) Public Property EatingSuitabilitySlugs As List(Of String) = New List(Of String) Public Property TakeAwaySlugs As List(Of String) = New List(Of String) Public Property WearPriceProfileSlugs As List(Of String) = New List(Of String) Public Property WheelChairAccessible As Boolean? Public Property Wifi As Boolean? Public Property OutdoorSeating As Boolean? Public Property SaveFoodAndMoney As Boolean? Public Property OpenAt As OpenAtTimeDto End Class Public Enum DayOfWeek Sunday Monday Tuesday Wednesday Thursday Friday Saturday End Enum Public Partial Class ImageUrls Public Property Preview As String Public Property Small As String Public Property Medium As String Public Property Large As String End Class Public Partial Class OpenAtTimeDto Public Property WeekDay As DayOfWeek Public Property Hour As Integer Public Property Minute As Integer End Class Public Partial Class OpeningHour Public Property OpenAtHour As Integer Public Property OpenAtMinute As Integer Public Property CloseAtHour As Integer Public Property CloseAtMinute As Integer End Class Public Partial Class OpeningHours Public Property Weekly As WeeklyOpeningHours End Class Public Partial Class PlaceAddress Public Property Street As String Public Property PostalCode As String Public Property Region As String Public Property CountryCode As String End Class Public Partial Class PlaceContact Public Property Phone As String Public Property Email As String Public Property Website As String Public Property WebShop As String End Class Public Enum PlaceType Mall Regular End Enum Public Partial Class TimeZoneDto Public Property BaseUtcOffset As TimeSpan Public Property DaylightName As String Public Property DisplayName As String Public Property Id As String Public Property StandardName As String Public Property SupportsDaylightSavingTime As Boolean End Class Public Partial Class WeeklyOpeningHours Public Property Monday As OpeningHour Public Property Tuesday As OpeningHour Public Property Wednesday As OpeningHour Public Property Thursday As OpeningHour Public Property Friday As OpeningHour Public Property Saturday As OpeningHour Public Property Sunday As OpeningHour End Class Public Enum FeatureType BarSpeciality BarType Cuisine SaveFoodAndMoney MealType Menu OutdoorSeating Parking PaymentOptions PriceMainDish SubCategories SubCategoriesAndBrands EatingSuitabilities TakeAway WearPriceProfile WheelChairAccessible Wifi WebShop Filtering End Enum Public Enum Parking StreetParking ParkingGarageNearby End Enum Public Enum PaymentOption Visa MasterCard AmericanExpress Diners Vipps End Enum Public Enum PriceMainDish Value Medium High FineDining End Enum End Namespace End Namespace